.hypo-noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Standardschriftart für den Rechner */
.hypo-inputs,
.hypo-house-icon,
.hypo-message,
.hypo-costdetail,
.hypo-contact {
	font-family: 'Century Gothic', sans-serif;
}

.hypo-inputs .form-control,
.hypo-costdetail .form-control,
.hypo-contact .form-control,
.hypo-contact textarea,
.hypo-contact label,
.InputSliderRange-ThumbInfo {
	font-family: 'Century Gothic', sans-serif;
}

/* Shortcode-Container auf volle Breite (damit Inputs & CTA 100% breit werden) */
.elementor-widget-shortcode .elementor-shortcode {
	width: 100%;
}

/* Inputs immer volle Breite */
.hypo-inputs {
	width: 100%;
}

.hypo-inputs .InputSliderRange,
.hypo-inputs .InputSliderRange-WrapInput,
.hypo-inputs .InputSliderRange-Placeholder,
.hypo-inputs .form-control.InputSliderRange-Input {
	width: 100% !important;
}

/* Die drei grossen Inputs: 40px Radius, schwarzer Rand */
.form-control.InputSliderRange-Input {
	width: 100% !important;
	height: 80px;
	font-size: 1.1rem;
	padding-top: 25px;
	border-radius: 40px;
	border: none;
	box-sizing: border-box;
	padding-left: 30px;
}

.InputSliderRange-Thumb {
	height: auto;
	right: auto;
	width: 100%;
	left: 0;
	text-align: left;
	padding-left: 20px;
}

.InputSliderRange-ThumbInfo {
	-webkit-transform: none;
	left: 13px;
	position: relative;
	top: 8px;
	transform: none;
	font-size: 12px;
	font-weight: bold;
}

.hypo-inputs label {
	font-size: 0.9rem;
	margin-left: 10px;
}

.hypo-inputs #iKaufpreisNone {
	margin-bottom: 20px;
}

.hypo-message {
	width: 100%;
	box-sizing: border-box;
	padding: 40px;
	min-height: 150px;
	background-color: rgb(208, 168, 168);
	padding-top: 30px;
}

.hypo-message-positive, .hypo-message-negative {
	display: flex;
}

.hypo-message-hide {
	display: none;
}

.hypo-message-left {
	width: 50%;
	text-align: left;
	font-size: 1.15em;
	margin: auto;
}

.hypo-message-right {
	width: 50%;
	text-align: center;
	font-size: 1.15em;
	margin: auto;
}

.hypo-message h2 {
	font-weight: bold;
	font-size: 1.25em;
	margin-bottom: 15px;
	font-family: 'Century Gothic', sans-serif;
}

/* CTA-Buttons: Gradient, Century Gothic, Pill-Form */
.hypo-button, .hypo-button-submit  {
    display: inline-block;
    font-family: "Century Gothic", Sans-serif;
    font-size: 15px;
    font-weight: bold;
    border-radius: 100px 100px 100px 100px;
    padding: 15px;
    background: black;
    border: none;
    color: #ffffff;
    text-decoration: none;
    white-space: nowrap;
    padding-left: 20px;
    padding-right: 20px;
}

.hypo-button:hover, .hypo-button-submit:hover {
	background: linear-gradient(to right, #238487, #619B8E);
    border-color: transparent;
    color: white;
}

.hypo-costdetail {
	width: 100%;
	padding: 20px;
	min-height: 250px;
}

/* Titel (z. B. "Kostenaufstellung im Detail"): Butler, 50px, schwarz */
.hypo-costdetail h2 {
	font-family: "Butler", Sans-serif;
	font-weight: 300;
	font-size: 50px;
	line-height: 75px;
	color: #000000;
	margin-bottom: 15px;
}

.hypo-costdetail p {
	margin-bottom: 20px;
}

.hypo-costdetail-row {
	width: 100%;
	display: flex;
	min-height: 50px;
	border-bottom: 1px solid #1b1919;
}

.hypo-costdetail-row-left {
	width: 75%;
	text-align: left;
	margin: auto;
}

.hypo-costdetail-row-right {
	width: 25%;
	text-align: right;
	margin: auto;
}

.hypo-costdetail-interest {
	width: 100%;
	display: flex;
	min-height: 50px;
	margin-top: 10px;
}

.hypo-costdetail-interest-left {
    width: 50%;
    text-align: left;
    margin-left: -30px;
}

.hypo-costdetail-interest-right {
	width: 50%;
	text-align: center;
	margin: auto;
}

.form-control.hypo-costdetail-result, .form-control.hypo-costdetail-result:disabled, .form-control.hypo-costdetail-result:read-only {
	border: none;
	box-shadow: none;
	font-size: initial;
	color: #333;
	width: 100%;
	text-align: right;
	padding: 0;
	background-color: transparent;
	cursor: unset;
}

/* Zinssatz-Input (disabled): 40px Radius, schwarzer Rand */
.hypo-costdetail input#iZinssatz {
	pointer-events: none;
	border-radius: 40px;
	border: none;
	background: white;
}

/* Kontakt = CTA-Sektion: Gradient-Hintergrund */
.hypo-contact {
	width: 100%;
	box-sizing: border-box;
	padding: 40px;
	min-height: 250px;
	color: white;
	background: linear-gradient(to right, #238487, #619B8E);
	background-image: url('/wp-content/uploads/2026/03/Gradient-1-1-scaled-1.png');
	background-size: cover;
	background-position: center;
}

/* CTA-Titel: Butler, 40px, weiss */
.hypo-contact h2 {
	font-family: "Butler", Sans-serif;
	font-weight: 300;
	font-size: 40px;
	line-height: 46px;
	color: #FFFFFF;
	margin-bottom: 15px;
}

.hypo-contact-row {
	width: 100%;
	display: flex;
	min-height: 50px;
}

.hypo-contact-row-left {
	width: 50%;
	text-align: left;
	margin-right: 50px;
}

.hypo-contact-row-right {
	width: 50%;
	text-align: left;
}

.hypo-contact-submit {
	width: 100%;
	display: flex;
	min-height: 25px;
	margin-top: 10px;
}

.hypo-contact-submit-left {
	width: 50%;
	text-align: left;
}

.hypo-contact-submit-right {
	width: 50%;
	text-align: right;
	float: right;
}

.hypo-contact label {
	margin-bottom: 5px;
	font-size: 0.95rem;
}

.hypo-contact input[type="text"] {
	margin-bottom: 15px;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	background: #ffffff;
	border: 1px solid #000000;
	border-radius: 40px;
	padding: 12px 20px;
	color: #1a1a1a;
}

.hypo-contact p {
	display: block;
}

.hypo-contact-radio-label {
	margin-left: 10px;
	margin-bottom: 0px;
}

.hypo-contact-input-hide {
	opacity: 0;
	height: 0;
	width: 0;
}

/* Senden-Button auf Gradient-Sektion: weisser Rand */
.hypo-contact .hypo-button-submit {
	color: white;
	border-color: white;
}

/* Hypo House */
.hypo-house-icon {
	width: 300px;
	height: 300px;
	position: relative;
	padding-left: 20px;
	margin: auto;
}

.hypo-house-icon img {
	max-width: 100%;
}

.hypo-house-layer-top, .hypo-house-layer-middle, .hypo-house-layer-bottom {
	margin: auto;
	width: 100%;
	height: 100%;
	position: absolute;
}

.hypo-house-layer-top {
	z-index: 3;
}

.hypo-house-layer-middle {
	z-index: 2;
}

.hypo-house-layer-bottom {
	z-index: 1;
	padding-bottom: 19%;
	padding-top: 19%;
	background-color: white;
}

/* Haus-Füllung (Eigenkapital): Gradient */
.hypo-house-layer-bottom-bg {
	background: linear-gradient(to right, #238487, #619B8E);
	position: relative;
	height: 20%; /* Eigenkapital-Quote */
	top: 80%; /* 100% - Eigenkapital-Quote */
}

.hypo-house-info.info-eigenkapital {
	font-size: 0.8rem;
	line-height: 1.5;
	position: absolute;
	bottom: 17%;
	width: 35%;
	left: -8%;
}

.hypo-house-info.info-percent-eigenkapital, .hypo-house-info.info-percent-hypothek {
	font-size: 0.75rem;
	line-height: 1.5;
	position: absolute;
	right: 0;
	bottom: 25%;
	width: 25%;
	word-break: keep-all;
}

.hypo-house-info.info-percent-eigenkapital {
	right: -22px;
	bottom: 17%;
	width: 25%;
}

.hypo-house-info.info-percent-hypothek {
	right: -22px;
	bottom: 34%;
	width: 25%;
}

.info-percent {
	font-weight: bold;
	font-size: 1.25rem;
	line-height: 1;
}

.hypo-house-info.info-kaufpreis, .hypo-house-info.info-wohnkosten {
	font-size: 0.6rem;
	line-height: 1.5;
	position: absolute;
	width: 100%;
	text-align: center;
	display: inline-grid;
}

.hypo-house-info.info-kaufpreis {
	bottom: 45%;
}

.hypo-house-info.info-wohnkosten {
	bottom: 25%;
}

.info-price {
	font-weight: bold;
	font-size: 1.15rem;
	line-height: 1;
}

.hypo-house-icon.unknown-price .hypo-house-layer-bottom {
	background-color: #e6e6e6;
}

.hypo-response-row {
	width: 100%;
	margin: auto;
}

.hypo-response {
	width: 50%;
	text-align: center;
	border: 1px solid rgb(184, 184, 184);
	margin: auto;
	padding: 20px;
	background-color: #f0f0f0;
	font-weight: bold;
	border-radius: 3px;
}

.hypo-response.hypo-error {
	color: rgb(213, 44, 44);
}

/* Erfolgsmeldung: Gradient-Text (Fallback: Teal) */
.hypo-response.hypo-success {
	color: white;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 20px;
    line-height: 30px;
}

[data-css="hypo-tooltip-input"] {
	position: absolute;
	top: 28px;
	right: 15px;
	left: auto;
	z-index: 5;
	font-size: 14px !important;
	font-style: normal;
	font-weight: bold;
	background-color: #EEEEEE;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	color: grey;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: help;
}

[data-css="hypo-tooltip-text"] {
	position: relative;
	top: 0px;
	left: 10px;
	z-index: 5;
	font-size: 14px !important;
	font-style: normal;
	font-weight: bold;
	background-color: #EEEEEE;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	color: grey;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: help;
	vertical-align: middle;
}

/* Positive Meldung = CTA-Sektion: Gradient-Hintergrund */
.hypo-message-call2action {
	background: linear-gradient(to right, #238487, #619B8E);
	background-image: url('/wp-content/uploads/2026/03/Gradient-1-1-scaled-1.png');
	background-size: cover;
	background-position: center;
	color: white;
}

.hypo-message-call2action .hypo-button {
	color: white;
	border-color: white;
}

/* CTA-Titel in der positiven Meldung: Butler, 40px, weiss */
.hypo-message-call2action h2 {
	font-family: "Butler", Sans-serif;
	font-weight: 300;
	font-size: 40px;
	line-height: 46px;
	color: #FFFFFF;
}

@-webkit-keyframes hypo-pulse {
    0% {
        -webkit-transform: scale(1, 1);
    }
    50% {
        -webkit-transform: scale(1.1, 1.1);
    }
    100% {
        -webkit-transform: scale(1, 1);
    };
}

@keyframes hypo-pulse {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.1, 1.1);
    }
    100% {
        transform: scale(1, 1);
    };
}

.hypo-pulse-effect {
    -webkit-animation: hypo-pulse 0.5s linear 2s;
    animation: hypo-pulse 0.5s linear 2s;
}


/* Repsonsive */
@media only screen and (min-width: 1007px) {

	.hypo-house-icon {
		zoom: 1.2;
		padding-left: 10px;
	}

}


@media only screen and (max-width: 992px) {

	.hypo-message-left, .hypo-message-right {
		width: 100%;
		padding-bottom: 30px;
	}

	.hypo-message-positive:not(.hypo-message-hide), .hypo-message-negative:not(.hypo-message-hide) {
		display: block;
	}

	.hypo-response {
		width: 100%;
		margin-bottom: 20px;
	}

}

@media only screen and (max-width: 766px) {
	.hypo-costdetail-interest {
		display: block;
	}

	.hypo-costdetail-interest-left, .hypo-costdetail-interest-right {
		width: 100%;
	}

	.hypo-costdetail-interest-left {
		padding-bottom: 30px;
	}

	.hypo-contact-row {
		display: block;
	}

	.hypo-contact-row-left, .hypo-contact-row-right {
		width: 100%;
	}

	.hypo-house-icon {
		padding-left: 10px;
	}
}

@media only screen and (max-width: 480px) {
	.hypo-inputs {
		margin-left: 10px;
		margin-right: 10px;
	}

	.hypo-button, .hypo-button:hover, .hypo-button-submit, .hypo-button-submit:hover {
		font-size: 16px;
	}

	.hypo-house-icon {
		zoom: 90%;
	}

	.hypo-contact input[type="text"] {
		max-width: 100%;
	}

	.hypo-house-info.info-eigenkapital {
		left: -10%;
	}

	.hypo-house-info.info-percent-eigenkapital, .hypo-house-info.info-percent-hypothek {
		width: 30%;
		right: -35px;
	}

	.hypo-costdetail-row-left {
		width: 70%;
	}

	.hypo-costdetail-row-right {
		width: 30%;
	}

	.InputSliderRange-Scale{
		width:80%;
	}
	
	.hypo-costdetail h2 {
		font-size: 24px;
		line-height: 30px;
	}

	a.hypo-button {
		margin-top: 20px;
	}


}


div#hypo-kontakt {
    display: none !important;
}