.miau-form-main-container {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.miau-form-step-container {
	padding: 50px;
	transition: opacity .3s ease;
	background-color: #ffffff;
	box-shadow: 6px 0px 10px -6px #e5e7eb, -6px 0px 10px -6px #e5e7eb, 0px 6px 10px -6px #e5e7eb;
	display: none;
}

.miau-form-active-step {
	display: block !important;
}	

.miau-form-step-counter-outer-container {
	margin-bottom: 25px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.miau-form-step-counter {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #6b7280;
	margin-right: 15px;
}

.miau-form-step-counter-first-number {
	color: #f19333;
}

.miau-form-step-counter-progress {
	margin-left: 3px;
	margin-right: 3px;
	width: 30px;
	height: 10px;
	border-radius: 10px;
}

.miau-form-step-counter-steps-container {
	display: flex;
}

.miau-form-step-counter-progress-filled {	
	background-color: #f19333;	
}

.miau-form-step-counter-progress-empty {
	background-color: #d1d5db;	
}

.miau-form-step-headline {
	font-weight: 700;
	font-size: 35px;
	line-height: 1;
	margin-bottom: 25px;
}

.miau-form-cat-input-icon-container {
	display: flex;
	outline: 1px solid #d1d5db;
	border-radius: 10px;
}

.miau-form-cat-input-icon {
	max-height: 50px;
	background-color: #fff9f1;
	border-right: 1px solid #d1d5db;
	padding: 13px;
}

.miau-form-labels {
	display: block;
	font-weight: 600;
	margin-bottom: 8px;
	line-height: 1.3;
}

.miau-form-labels-required::after {
	content: " *";
	color: #FE4F11;
}

.miau-form-input-fields {
	width: 100%;
	border: none !important;
	padding: 14px !important;
	font-size: 16px;
}

.miau-form-step-single-content-container {
	margin-bottom: 30px;
}

.miau-form-select-arrow {
	appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
	
}

.miau-form-arrow-fix {
	position: relative;
}	
.miau-form-arrow-fix::after {
	font-family: ETmodules;
  	content: '3';
	position: absolute;
	font-size: 35px;
	right: 12px;
	top: 8px;
	pointer-events: none;
}

.miau-form-multie-content-container {
	margin-bottom: 25px;
}

.miau-form-button-outer-container {
	display: flex;
	flex-direction: row;
	gap: 15px;
}

.miau-form-button-next {
	display: flex;
  	align-items: center;
	padding: 8px 25px;
	background: #f19333;
	color: white;
	border: none;
	cursor: pointer;
	border-radius: 7px;
	font-size: 15px;	
}	

.miau-form-button-next::after {
	font-family: ETmodules;
	content: '5';
	margin-left: 8px;
	font-size: 25px;
	line-height: 1;
}

.miau-form-button-back {
	display: flex;
  	align-items: center;
	background: white;
	padding: 8px 25px;
	border: solid #e5e7eb;
	cursor: pointer;
	border-radius: 7px;
	font-size: 15px;
}

.miau-form-button-back::before {
	font-family: ETmodules;
	content: '4';
	margin-right: 8px;
	font-size: 25px;
	line-height: 1;
}

.miau-form-element-hidden {
	display: none;
}	
	
.miau-form-missing-user-input {
	outline: 1px solid #FE4F11;
}		


.miau-form-contact-info-box-outer-container {
	display: flex;
  	justify-content: center;
	margin-bottom: 30px;
}
.miau-form-contact-info-box-inner-container {
	background-color: #fff9f1;
	padding: 20px;
	border: 3px solid #FDE2C3;
  	border-radius: 10px;
}
.miau-form-contact-info-box-inner-container-top {
	display: flex;
	margin-bottom: 15px;
}
.miau-form-contact-info-box-inner-container-img {
	max-width: 40px;
	margin-right: 10px;
}
.miau-form-contact-info-box-inner-container-text {
	line-height: 1.3;
}
.miau-form-contact-info-box-inner-container-headline {
	font-weight: bold;
}
.miau-form-contact-info-box-inner-container-button-area {
	display: flex;
  	justify-content: space-between;
}
.miau-form-contact-info-box-inner-container-btn-img {
	max-height: 20px;
	margin-right: 10px;
}
.miau-form-contact-info-box-inner-container-button-area-phone {
	display: flex;
  	align-items: center;
	justify-content: center;
	width: 49%;
	border: 2px solid #f39232;
	border-radius: 10px;
	padding: 5px;
	color: #f39232;
	font-weight: bold;
	cursor: pointer;
}
.miau-form-contact-info-box-inner-container-button-area-whatsapp {
	display: flex;
  	align-items: center;
	justify-content: center;
	width: 49%;
	border: 2px solid #25D366;
	border-radius: 10px;
	padding: 5px;
	color: #25D366;
	font-weight: bold;
	cursor: pointer;
}


.miau-form-tariff-choice-full-container{
	display: flex;
	justify-content: space-between;
}

.miau-form-tariff-half-row {
	display: flex;
	flex-direction: column;
	width: 49%;
	padding: 20px 25px;
	border-radius: 10px;
	font-size: 15px;
}

.miau-form-tariff-half-row-basic {
	border: 3px solid #FFE4E1;
}

.miau-form-tariff-half-row-comfort {
	border: 3px solid #FDE2C3;
}

.miau-form-tariff-headline-container {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.miau-form-tariff-headline-big-icon {
	max-width: 110px;
	margin-right: 35px;
}

.miau-form-tariff-headline-container-sub-right-headline-basic {
	font-size: 30px;
	color: #FE4F11;
  	font-weight: bold;
	display: flex;
	margin-bottom: 10px;
}

.miau-form-tariff-headline-container-sub-right-headline-basic::after {
	font-family: ETmodules;
  	content: '\70';
  	font-size: 20px;
  	margin-left: 20px;
  	color: #a9a9a9;
}

.miau-form-tariff-headline-container-sub-right-under-headline-with-background-basic {
	display: inline-block;
	background-color: #fff9f1;
	color: #FE4F11;
	line-height: 1;
  	padding: 5px;
	border-radius: 5px;
	font-weight: 500;
}

.miau-form-tariff-headline-container-sub-right-under-headline-bold {
	font-weight: bold;
	line-height: 1.2;
}

.miau-form-tariff-separator {	
	margin-bottom: 15px;
}

.miau-form-tariff-separator-basic {
	border-bottom: 2px solid #FFE4E1;
}

.miau-form-tariff-separator-comfort {
	border-bottom: 2px solid #FDE2C3;
}

.miau-form-tariff-basic-text-container-full-space{
	flex-grow: 1;
}

.miau-form-tariff-single-line-container {
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}

.miau-form-tariff-single-line-container-img {
	max-height: 18px;
  	margin-right: 15px;
  	margin-left: 20px;
}

.miau-form-tariff-single-line-container-text {
	line-height: 1.2;
}

.miau-form-tariff-single-line-container-text-bold {
	font-weight: bold;
}

.miau-form-tariff-bottom-container-basic {
	display: flex;
	align-items: center;
	background-color: #fff9f1;
	margin-top: 20px;
	border-radius: 10px;
	padding: 10px;
}

.miau-form-tariff-bottom-container-basic-img {
	max-width: 60px;
	margin: 20px;
}

.miau-form-tariff-bottom-container-basic-headline {
	color: #FE4F11;
	line-height: 1.2;
  	margin-bottom: 10px;
	font-weight: bold;
}

.miau-form-tariff-bottom-container-text-container {
	margin-right: 20px;
}

.miau-form-tariff-headline-container-sub-right-headline-comfort {
	font-size: 30px;
	color: #f39232;
  	font-weight: bold;
	display: flex;
	margin-bottom: 10px;
}

.miau-form-tariff-headline-container-sub-right-headline-comfort::after {
	font-family: ETmodules;
  	content: '\70';
  	font-size: 20px;
  	margin-left: 20px;
  	color: #a9a9a9;
}

.miau-form-tariff-headline-container-sub-right-under-headline-with-background-comfort {
	display: inline-block;
	background-color: #fff9f1;
	color: #f39232;
	line-height: 1;
  	padding: 5px;
	border-radius: 5px;
	font-weight: 500;
}

.miau-form-tariff-single-line-comfort-normal-text-special {
	color: #f39232;
}

.miau-form-tariff-bottom-container-comfort-headline {
	color: #f39232;
	line-height: 1.2;
  	margin-bottom: 10px;
	font-weight: bold;
}

.miau-form-tariff-bottom-container-comfort {
	display: flex;
	align-items: center;
	background-color: #fff9f1;
	margin-top: 20px;
	border-radius: 10px;
	padding: 10px;
}

.miau-form-tariff-bottom-outer-full-btninfo-container {
	display: flex;
}

.miau-form-tariff-button-select-basic {
	margin-top: 20px;
	border-radius: 10px;
	border: solid #FE4F11;
	padding: 10px 15px;
	cursor: pointer;
	transition: .2s;
	background: white;
	min-width: 200px;
	font-size: 20px;
	color: #FE4F11;
}

.miau-form-tariff-user-choice-clicked-basic {
	background: #FE4F11;
	color: white;
	position: relative;
}

.miau-form-tariff-user-choice-clicked-basic::after {
	content: url(/wp-content/uploads/2026/06/checkmark1btn.png);
	position: absolute;
  	top: 7px;
  	right: 2%;
}

.miau-form-tariff-button-select-comfort {
	margin-top: 20px;
	border-radius: 10px;
	border: solid #f39232;
	padding: 10px 15px;
	cursor: pointer;
	transition: .2s;
	background: white;
	min-width: 200px;
	font-size: 20px;
	color: #f39232;
}

.miau-form-tariff-user-choice-clicked-comfort {
	background: #f39232;
	color: white;
	position: relative;
}

.miau-form-tariff-user-choice-clicked-comfort::after {
	content: url(/wp-content/uploads/2026/07/checkmark5btn.png);
	position: absolute;
  	top: 7px;
  	right: 2%;
}

.miau-form-info-text-tariff {
	line-height: 1.3;
  	color: #f19333;
	margin-bottom: 10px;
}

.miau-form-tariff-bottom-outer-info-container {
	display: flex;
  	justify-content: end;
  	width: 100%;
}

.miau-form-partial-summary-full-parts-container {
	display: flex;
	justify-content: space-between;
}

.miau-form-partial-summary-left-full-container{
	width: 49%;
	border-radius: 7px;
	border: solid #e5e7eb;
	padding: 15px 25px 15px 25px;
	display: flex;
	align-items: center;
}

.miau-form-partial-summary-left-full-container-inner {
	width: 100%;
}

.miau-form-partial-summary-single-part {
	display: flex;
	align-items: center;
	padding-bottom: 10px;
  	padding-top: 10px;
	line-height: 1.3;
}

.miau-form-partial-summary-single-part-border-bottom {
	border-bottom: solid 1px #e5e7eb;
}

.miau-form-partial-summary-single-part-key {
	min-width: 40%;
	font-weight: bold;
	margin-right: 20px;
	border-right: solid 1px #e5e7eb;
}	

.miau-form-partial-summary-single-part-price {
	color: #f19333;
	font-weight: bold;
	font-size: 25px;
}

.miau-form-partial-summary-single-part-price-attachment {
	margin-top: 7px;
	margin-left: 5px;
  	font-size: 12px;
}

.miau-form-partial-summary-img-left {
	max-width: 50px;
	padding: 10px;
	background-color: #fff9f1;
	border-radius: 50%;
	margin-right: 20px;
}

.miau-form-partial-summary-right-full-container {
	width: 49%;
	border-radius: 7px;
	border: solid #e5e7eb;
	background-color: #fff9f1;
	padding: 20px;
	text-align: center;
}

.miau-form-partial-summary-right-img-top {
	max-width: 45px;
}

.miau-form-partial-summary-right-text-big {
	color: #f19333;
	font-size: 25px;
}

.miau-form-partial-summary-right-container-separator {
	display: flex;
	align-items: center;
	margin-top: 5px;
}

.miau-form-partial-summary-right-separator {
	height: 3px;
  	width: 100%;
  	background-color: #e5e7eb;
	margin-left: 15px;
  	margin-right: 15px;
}

.miau-form-partial-summary-right-img-mid {
	max-height: 17px;
}

.miau-form-partial-summary-right-price-big {
	color: #f19333;
	font-size: 100px;
	line-height: 1;
	font-weight: bold;
}

.miau-form-partial-summary-right-price-attachment {
	font-weight: bold;
}

.miau-form-partial-summary-right-bottom-container {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: white;
	border-radius: 25px;
  	margin-left: 15px;
  	margin-right: 15px;
	margin-top: 10px;
	padding: 10px;
	line-height: 1.2;
}

.miau-form-partial-summary-right-img-bottom {
	max-height: 25px;
	margin-right: 10px;
}

.miau-form-partial-summary-downloadarea {
	display: flex;
  	align-items: center;
	border-radius: 7px;
  	border: solid #e5e7eb;
  	padding: 10px;
	background-color: #fff9f1;
}

.miau-form-partial-summary-downloadarea-img-left {
	max-width: 60px;
	margin-right: 25px;
}

.miau-form-partial-summary-downloadarea-text-area {
	width: 100%;
}

.miau-form-partial-summary-headline {
	font-weight: bold;
	line-height: 1.2;
}

.miau-form-partial-summary-download-text{
	color: #f39232;
}

.miau-form-partial-summary-downloadarea-download-img-area {
	display: flex;
}

.miau-form-partial-summary-downloadarea-img-right {
	max-width: 50px;
  	background-color: white;
  	padding: 10px;
  	border-radius: 50%;
}

.miau-form-double-element-container {
	display: flex;
	justify-content: space-between;
}

.miau-form-step-single-content-container-half {
	width: 49%;
}

.miau-form-step-container-summary {
	transition: opacity .3s ease;
	display: none;
	line-height: 1.3;
	margin-left: 20px;
  	margin-right: 20px;
}

.miau-form-full-summary-area-outer-container {
	display: flex;
  	justify-content: space-between;
}

.miau-form-step-headline-summary {
	font-weight: 700;
  	font-size: 35px;
	line-height: 1;
}

.miau-form-full-summary-area-categories {
	border-radius: 7px;
	border: solid #e5e7eb;
	background-color: #fff;
  	margin-top: 25px;
	padding: 25px;
}

.miau-form-full-summary-area-categories-half {
	width: 49%;
}

.miau-form-cat-summary-categorie-icon-container {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.miau-form-cat-summary-categorie-icon {
	max-width: 45px;
	margin-right: 10px;
	background-color: #fff9f1;
  	border-radius: 50%;
  	padding: 10px;
}

.miau-form-full-summary-area-categories-uneven {
	width: 68%;
}

.miau-form-full-summary-headline {
	font-weight: bold;
}

.miau-form-full-summary-single-part {
	display: flex;
	overflow-wrap: anywhere;
}

.miau-form-full-summary-single-part-key {
	font-size: 15px;
  	line-height: 1.5;
}

.miau-form-full-summary-single-part-key-cat {
	min-width: 154px;
}

.miau-form-full-summary-single-part-key-person {
	min-width: 83px;
}

.miau-form-full-summary-single-part-key-bank {
	min-width: 84px;
}

.miau-form-full-summary-single-part-key-insurance {
	min-width: 157px;
}

.miau-form-full-summary-doctor-arrow-fix {
	line-height: 1;
}

.miau-form-full-summary-doctor-dropdown {
	text-overflow: ellipsis;
	padding-right: 40px !important;
}

.miau-form-full-summary-dataprotection-container {
	display: flex;
	align-items: center;
}

.miau-form-full-summary-dataprotection-input {
	appearance: none !important;
	min-width: 25px; 
	min-height: 25px; 
	border: solid #f19333;
	border-radius: 6px;
	margin-right: 15px;
}
.miau-form-full-summary-dataprotection-input:checked {
	background-color: #f19333;
	background-image: url(/wp-content/uploads/2026/07/checkmarkwhite1.svg);
	background-size: 100%;
}

.miau-form-full-summary-download-area-outer {
	display: flex;
  	align-items: center;
}

.miau-form-full-summary-dataprotection-text {
	font-size: 15px;
}

.miau-form-full-summary-area-info {
	display: flex;
  	align-items: center;
	width: 30%;
  	padding: 15px;
  	margin-top: 25px;
	font-weight: bolder;
	font-style: italic;
}

.miau-form-full-summary-area-info-inner {
	display: flex;
  	align-items: flex-start;
}

.miau-form-cat-summary-info-icon {
	max-width: 40px;
	margin-right: 10px;
}

.miau-form-full-summary-notice-text {
	line-height: 1.3;
	color: #f19333;
	margin-bottom: 10px;
}

.miau-form-end-container {
	text-align: center;
}

.miau-form-info-text {
	margin-top: 5px;
	line-height: 1.3;
	color: #f19333;
}

.miau-form-footer-outer-container {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff9f1;
	margin-top: 25px;
	display: flex;
	justify-content: space-evenly;
	line-height: 1.2;
}

.miau-form-footer-inner-container {
	display: flex;
	align-items: center;
	margin: 10px;
}

.miau-form-footer-inner-container-img {
	max-height: 40px;
	margin-right: 10px;
}

.miau-form-footer-inner-container-text-bold {
	font-weight: bold;
}

.miau-form-footer-inner-container-text-normal {
	font-size: 13px;
}

@media screen and (max-width: 1000px) {
	.miau-form-tariff-choice-full-container, .miau-form-partial-summary-full-parts-container {
		flex-direction: column;
	}	
	.miau-form-tariff-half-row, .miau-form-partial-summary-left-full-container, .miau-form-partial-summary-right-full-container {		
		width: 100%;
	}
	.miau-form-tariff-half-row-basic {
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 900px) {
	.miau-form-partial-summary-right-price-big {
		font-size: 85px;
	}
}

@media screen and (max-width: 800px) {
	.miau-form-double-element-container {
		flex-direction: column;
	}
	.miau-form-step-single-content-container-half {
		width: 100%;
	}

	.miau-form-full-summary-area-outer-container {
		flex-direction: column;
	}
	.miau-form-full-summary-area-categories-half, .miau-form-full-summary-area-categories-uneven, .miau-form-full-summary-area-info {
		width: 100%;
	}
}

@media screen and (max-width: 700px) {
	.miau-form-tariff-bottom-outer-full-btninfo-container {
		flex-direction: column-reverse;
		align-items: flex-start !important;
	}
	.miau-form-tariff-bottom-outer-info-container {
		  justify-content: flex-start !important;
		  margin-bottom: 15px;
	}
}

@media screen and (max-width: 525px) {
	.miau-form-step-container {
		padding: 50px 20px;
	}
	.miau-form-partial-summary-single-part-key {
		margin-right: 10px;
		min-width: 23%;
	}
	.miau-form-partial-summary-left-full-container {
		padding: 5px;
	}
	.miau-form-partial-summary-img-left {
		margin-right: 10px;
	}
	.miau-form-partial-summary-right-price-big {
		font-size: 50px;
	}
	.miau-form-footer-outer-container {
		flex-direction: column;
	}
	.miau-form-footer-inner-container {
		margin-left: 20px;
	}
}

@media screen and (max-width: 400px) {
	.miau-form-tariff-user-choice-clicked-basic::after, .miau-form-tariff-user-choice-clicked-comfort::after {
  		display: none;
	}
	.miau-form-tariff-headline-container, .miau-form-tariff-bottom-container-basic, .miau-form-tariff-bottom-container-comfort {
		flex-direction: column;
		align-items: flex-start;
	}
	.miau-form-tariff-headline-big-icon {
		margin-right: 0px;
		margin-bottom: 20px;
		align-self: center;
	}
	.miau-form-tariff-bottom-container-basic-img {
		align-self: center;
	}
	.miau-form-tariff-bottom-container-text-container {
		text-align: center;
    	margin-right: 0;
    	margin-bottom: 10px;
  	}
	.miau-form-step-counter-outer-container {
		flex-direction: column;
	}
	.miau-form-step-counter {
		margin-right: 0px;
	}
	.miau-form-full-summary-area-categories {
		padding: 10px;
	}
	.miau-form-full-summary-single-part-key-cat {
		min-width: 134px;
	}
	.miau-form-full-summary-single-part-key-person {
		min-width: 63px;
	}

	.miau-form-full-summary-single-part-key-bank {
		min-width: 64px;
	}

	.miau-form-full-summary-single-part-key-insurance {
		min-width: 137px;
	}
}