/*--------------------------------------------------------------
1. Common
--------------------------------------------------------------*/

body ul {
	padding-left: 0px;
	margin: 0px;
}

body ul li {
	list-style-type: none;
}

.overlay-hidden {
	overflow: hidden;
}

.mb15{
	margin-bottom: 15px;
}

.overlay-hidden .opacity-bg {
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.3);
	width: 100%;
	height: 100%;
	z-index: 1005;
	transition: 0.8s;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
}

.wp-block-gallery .blocks-gallery-item img{
	border-radius: 0 60px;
}

iframe, object {
	width: 100%;
	height: 100%;
}

#primary {
	position: relative;
	background-color: #fff;
	z-index: 99;
}

.acf-map {
	width: 100%;
	height: 700px;
	border: #ccc solid 1px;
	margin: 20px 0;
}

a:focus, a:active {
	outline: none;
}

.btn.focus, .btn:focus {
	box-shadow: none;
}

a:hover {
	text-decoration: none;
}

/* fixes potential theme css conflict */

.acf-map img {
	max-width: inherit !important;
}

.title-section {
	font-family: 'Merriweather';
	font-weight: 700;
	font-size: 48px;
	line-height: 1.4;
	color: #272B43;
	margin-bottom: 32px;
}

/* button more */

.btn-link-more {
	display: inline-block;
	min-width: 224px;
	background-color: #38e0e9;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	color: #ffffff;
	padding: 4px 4px 4px 24px;
	border-radius: 98px;
	box-shadow: none;
	-webkit-transform: ease 0.4s all;
	-ms-transform: ease 0.4s all;
	transition: ease 0.4s all;
}

.btn-link-more .icon-right {
	width: 53px;
	height: 53px;
	background-color: #fff;
	border-radius: 50%;
}

.btn-link-more .icon-right i {
	font-size: 32px;
	color: #38e0e9;
}

.btn-link-more:hover {
	background-color: #272B43;
	color: #fff;
	text-decoration: none;
}

.link-more {
	position: relative;
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.6;
	color: #6cafb5;
	padding-bottom: 8px;
}

.link-more::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
}

.waves-input-wrapper {
	border-radius: 0;
}

/* Image Effect */

.imgEffect {
	position: relative;
	overflow: hidden;
}

.imgEffect:after {
	content: "";
	display: block;
	height: 100%;
	width: 50%;
	position: absolute;
	top: 0px;
	left: -50%;
	background: rgba(255, 255, 255, 0.5);
	transition: all 0.5s;
}

.imgEffect:hover:after {
	left: 150%;
}

/* Image Effect Zoom */

.boxEZoom {
	width: 100%;
	display: inline-block;
	overflow: hidden;
}

.imgEZoom {
	-webkit-transform: ease 0.4s all;
	-ms-transform: ease 0.4s all;
	transition: ease 0.4s all;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

.imgEZoom:hover {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
}

/* Background Image */

.bg-image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/* Search Funtion */

.opensearchBtn {
	color: #fff;
	padding-left: 15px;
}

.site-search {
	display: none;
}

.overlay {
	height: 100%;
	width: 100%;
	display: none;
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	background-color: black;
	background-color: rgba(0, 0, 0, 0.9);
}

.overlay-content {
	position: relative;
	top: 46%;
	width: 80%;
	text-align: center;
	margin-top: 30px;
	margin: auto;
}

.overlay .closebtn {
	position: absolute;
	top: 20px;
	right: 45px;
	font-size: 60px;
	cursor: pointer;
	color: white;
}

.overlay .closebtn:hover {
	color: #ccc;
}

.overlay input[type="text"] {
	padding: 15px;
	font-size: 17px;
	border: none;
	float: left;
	width: 80%;
	background: white;
}

.overlay input[type="text"]:hover {
	background: #f1f1f1;
}

.overlay .search-form .search-submit {
	float: left;
	width: 20%;
	padding: 11px 15px;
	background-color: #184365;
	font-size: 17px;
	border: none;
	cursor: pointer;
	border-radius: 0;
	bottom: 0;
	right: 0px;
	top: 0px;
	height: 47px;
}

.overlay button:hover {
	background: #bbb;
}

.logged-in .overlay {
	top: 32px;
}

/* Breadcrumb */

.breadcrumb {
	padding: 0.75rem 1rem;
	margin-bottom: 1rem;
	list-style: none;
	background-color: #eee;
	border-radius: 4px;
}

.breadcrumb:after {
	display: block;
	content: "";
	clear: both;
}

.breadcrumb-item {
	float: left;
}

.breadcrumb-item+.breadcrumb-item:before {
	display: inline-block;
	padding-right: 0.5rem;
	padding-left: 0.5rem;
	color: #ddd;
	content: "/";
}

.breadcrumb-item+.breadcrumb-item:hover:before {
	text-decoration: underline;
	text-decoration: none;
}

.breadcrumb-item.active {
	color: #ddd;
}

/* pagination */

.pagination {
	width: 100%;
	padding: 20px 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: center;
}

.pagination .page-item {
	padding: 0 15px;
}

.page-item .page-numbers.current {
	z-index: 2;
	color: #000;
	background-color: #FFEC00;
}

.page-numbers {
	position: relative;
	width: 40px;
	height: 40px;
	font-family: 'Playfair Display', serif;
	font-size: 20px;
	line-height: 1.25;
	color: #000;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: -1px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

.page-numbers:focus, .page-numbers:hover {
	color: #000;
	text-decoration: none;
	background-color: #fdf4e6;
}

.page-numbers.next, .page-numbers.prev {
	background-color: #184365;
	color: #fff;
}

.page-numbers.next {
	margin-left: 20px;
}

.page-numbers.prev {
	margin-right: 20px;
}

.pagination-lg .page-numbers {
	padding: 0.75rem 1.5rem;
	font-size: 1.2rem;
}

.pagination-sm .page-numbers {
	font-size: 20px;
}

#navbarToggler .nav-item {
	padding-right: 27px;
}

#navbarToggler .nav-item.active {
	color: #184365;
}

#navbarToggler .nav-item .sm-menu {
	background-color: #fffbf5;
}

#navbarToggler .nav-item .sm-menu a {
	border-bottom: 1px solid #f3eae1;
}

#navbarToggler .nav-item .sm-menu a:nth-last-child(1) {
	border-bottom: 0;
}

#navbarToggler .nav-item .sm-menu a:hover {
	background-color: #184365;
	color: #fff;
}

.navbar-menu-main ul ul.sub-menu li a img {
	width: 28px;
}

/*--------------------------------------------------------------
3 Front Page
--------------------------------------------------------------*/

/*--------------------------------------------------------------
4 Regular Content
--------------------------------------------------------------*/

.sml-content-area {
	padding-top: 60px;
	padding-bottom: 30px;
}

.sml-entry-header .sml-entry-meta .edit-link a {
	font-family: 'Lato';
	font-size: 18px;
	color: #184365;
}

.featured-thumb {
	margin-bottom: 1rem;
}

.checkbox-text{
	color: #000;
}

.wpcf7-form input[type="submit"], #schwangerschafts_contact input[type="submit"], #schwangerschafts_booking input[type="submit"], #schwangerschafts_newsletter input[type="submit"] {
	display: inline-block;
	min-width: auto;
	background: #38e0e9;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.7;
	color: #FFFFFF;
	padding: 11px 50px;
	border-radius: 31px;
	box-shadow: none;
	border: none;
	-webkit-transform: ease 0.4s all;
	-ms-transform: ease 0.4s all;
	transition: ease 0.4s all;
}

.wpcf7-form input[type="submit"]:hover, #schwangerschafts_contact input[type="submit"]:hover, #schwangerschafts_booking input[type="submit"]:hover, #schwangerschafts_newsletter input[type="submit"]:hover {
	background-color: #272B43;
	color: #fff;
}

.wpcf7-form textarea {
	height: 142px;
	border-radius: 24px;
}

.wpcf7-form .form-control.wpcf7-checkbox {
	background-color: transparent;
	padding: 12px 0;
}

.wpcf7-form .form-control.wpcf7-checkbox .wpcf7-list-item {
	margin: 0;
}

.wpcf7-form .form-control.wpcf7-checkbox label {
	display: flex;
	justify-self: start;
	align-items: center;
	margin: 0;
}

.wpcf7-form .form-control.wpcf7-checkbox label .wpcf7-list-item-label {
	font-size: 14px;
	line-height: 1.5;
	color: #8487A5;
}

.wpcf7-form .form-control.wpcf7-checkbox input[type="checkbox"] {
	background-color: -internal-light-dark-color(white, black);
	width: 16px;
	height: 16px;
	border: 1px solid #8487A5;
	box-sizing: border-box;
	border-radius: 3px;
}

/* Quality */

.quality-stepper {
	width: 100%;
}

.quality-stepper .btn-step {
	padding: 6px;
	background: #E4E5F0;
	width: 36px;
	height: 36px;
	border-radius: 50%;
}

.quality-stepper .btn-step i {
	font-size: 20px;
	color: #38e0e9;
}

.quality-stepper .btn-step:hover, .quality-stepper .btn-step:active, .quality-stepper .btn-step:focus {
	color: #fff;
	opacity: 0.8;
}

.quality-stepper .spinner {
	width: 36px;
	height: 36px;
	background-color: transparent;
	font-size: 16px;
	line-height: 1.6;
	color: #272B43;
	padding: 0;
	border: none;
	margin: 0 5px;
}

.quality-stepper p {
	font-size: 16px;
	line-height: 1.6;
	color: #272B43;
	margin-left: 24px;
}

/*--------------------------------------------------------------
5 Posts
--------------------------------------------------------------*/

p:last-of-type {
	margin-bottom: 0;
}

.sml-entry-header .title-page a {
	font-size: 50px;
	line-height: 65px;
	color: #184365;
	margin-bottom: 15px;
}

.sml-entry-content.prod h1, .sml-entry-content.prod h2, .sml-entry-content.prod h3, .sml-entry-content.prod h4, .sml-entry-content.prod h5
{
	display: inline-block;
}

.sml-entry-content ul li
{
	list-style: circle;
	padding-left: 10px;
	margin-left: 35px;
}

.prod .prod-img-cont
{
	/*max-width: 450px;*/
}
.prod .prod-img-cont img
{
	max-width: 450px;
	width: 100%;
	box-shadow: 0 0 21px -10px rgba(96, 21, 170, 0.17);
	margin: 0 40px 30px 0;
	border-radius: 0 60px;
}


/*--------------------------------------------------------------
6 Pages
--------------------------------------------------------------*/

/* 404 page */

.error404 .page-content {
	padding-bottom: 4em;
}

.error404 .page-content .search-form, .search .page-content .search-form {
	margin-bottom: 3em;
}

/* Home Page */

.premise_wrapper {
	padding: 170px 0 240px;
}

.premise_wrapper .container-wrap {
	position: relative;
	padding-bottom: 80px;
}

.premise_wrapper .container-wrap::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 80px;
	width: 80%;
	height: calc(100% - 70px);
	border: 1px solid #BBACC3;
	border-bottom-left-radius: 60px;
	z-index: 1;
}

.premise_wrapper .content {
	position: relative;
	width: 57%;
	background-color: #24bdc5;
	padding: 80px;
	border-top-right-radius: 60px;
	z-index: 9;
}

.premise_wrapper .content .link-more {
	margin-top: 36px;
	color: #000;
}

.premise_wrapper .content .img01, .premise_wrapper .content .img02 {
	position: absolute;
}

.premise_wrapper .content .img01 {
	left: 28px;
	top: 25.5px;
}

.premise_wrapper .content .img02 {
	right: 32px;
	bottom: 44px;
}

.premise_wrapper .thumbnail {
	position: absolute;
	right: 0;
	top: 150px;
	width: 51%;
	z-index: 2;
}

.premise_wrapper .thumbnail img {
	width: 100%;
}

.service_wrapper {
	position: relative;
	margin: 50px 0 120px;
	padding: 160px 0;
	z-index: 9;
}

.service_wrapper::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 63%;
	height: 100%;
	background: rgba(56,224,233,0.5);
	backdrop-filter: blur(8px);
	border-top-right-radius: 60px;
	border-bottom-right-radius: 60px;
	z-index: 1;
}

.service_wrapper .container-wrap {
	z-index: 9;
}

.service_wrapper .service-icon {
	min-height: 56px;
	margin-bottom: 24px;
}

.service_wrapper .title {
	font-weight: 700;
	font-size: 18px;
	line-height: 1.35;
	margin-bottom: 12px;
}

.service_wrapper .content {
	font-size: 14px;
	line-height: 1.5;
	color: #4E5378;
	margin-top: auto;
	margin-bottom: 24px;
}

.service_wrapper .link-more {
	font-size: 16px;
}

.service_wrapper .service-col-title-div
{
	height: 61px;
}
.service_wrapper .service-col-cont-div
{
	height: 140px;
}

.prices_wrapper {
	padding: 120px 0;
}

.prices_wrapper .prices_box {
	position: relative;
	border: 1px solid #BBACC3;
	border-top-right-radius: 60px;
	border-bottom-left-radius: 60px;
	padding: 0 0 60px;
}

.prices_wrapper .prices_box .price {
	border-left: 1px solid #BBACC3;
	border-bottom: 1px solid #BBACC3;
	border-bottom-left-radius: 60px;
	padding: 26px 26px 35px 48px;
	margin-bottom: 20px;
}

.prices_wrapper .prices_box .price p {
	font-family: 'Merriweather';
	font-weight: 700;
	font-size: 36px;
	line-height: 1.4;
	color: #272B43;
}

.prices_wrapper .prices_box .minutes {
	position: absolute;
	top: 52px;
	left: 52px;
	background: #24bdc5;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.6;
	padding: 7px 20px 8px;
	border-radius: 98px;
}

.prices_wrapper .prices_box .content {
	padding: 0 34px 38px 52px;
}

.prices_wrapper .prices_box .content ul {
	display: flex;
	flex-direction: column;
}

.prices_wrapper .prices_box .content ul li {
	position: relative;
	font-size: 16px;
	line-height: 1.6;
	color: #272B43;
	padding-left: 16px;
}

.prices_wrapper .prices_box .content ul li::after {
	content: "";
	position: absolute;
	left: 0;
	top: calc(50% - 4px);
	width: 8px;
	height: 8px;
	border: 1px solid #272B43;
	border-radius: 50%;
}

.prices_wrapper .prices_box .btn-link-more {
	width: auto;
	background: #E4E5F0;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.6;
	color: #000;
	padding: 16px 52px;
	border-radius: 98px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.prices_wrapper .prices_box .btn-link-more:hover {
	background: #24bdc5;;
	color: #FFFFFF;
}

.prices_wrapper .note
{
	padding: 20px;
	color: gray;
}

.about_wrapper {
	padding: 120px 0 90px;
}

.about_wrapper .about_content .thumbnail {
	flex: 0 0 46%;
	max-width: 46%;
}

.about_wrapper .about_content .content {
	position: relative;
	flex: 0 0 50%;
	max-width: 50%;
	padding-top: 60px;
}

.about_wrapper .about_content .content.content-full {
	flex: 0 0 100%;
	max-width: 100%;
}

.about_wrapper .about_content .content .img03 {
	position: absolute;
	top: 35px;
	right: 120px;
	z-index: 1;
}

.about_wrapper .about_content .content .ct-top {
	font-size: 16px;
	line-height: 1.6;
	color: #272B43;
	margin-bottom: 32px;
}

.about_wrapper .about_content .content .ct-mid {
	font-size: 14px;
	line-height: 1.5;
	color: #8487A5;
	margin-bottom: 83px;
}

.about_wrapper .about_content .content .ct-bot {
	font-style: italic;
	font-size: 24px;
	line-height: 1.6;
	color: #8487A5;
}

.film_wrapper {
	position: relative;
	padding: 100px 0 120px;
	z-index: 9;
}

.film_wrapper .container-wrap {
	z-index: 9;
}

.film_wrapper::after {
	content: "";
	position: absolute;
	left: 0;
	top: 200px;
	width: 70%;
	height: 380px;
	background: rgba(56,224,233,0.5);
	backdrop-filter: blur(8px);
	border-top-right-radius: 60px;
	border-bottom-right-radius: 60px;
	z-index: 1;
}

.film_wrapper .swiper-video {
	position: relative;
	padding: 70px 40px 70px 0;
	margin-left: -12px;
	margin-bottom: 64px;
}

.film_wrapper .swiper-slide .video-iframe {
	padding: 12px;
	border: 3px solid transparent;
	box-sizing: border-box;
	border-radius: 3px;
}

.film_wrapper .swiper-slide .video-iframe iframe {
	opacity: 0.5;
}

.film_wrapper .swiper-slide.swiper-slide-active .video-iframe iframe, .film_wrapper .swiper-slide.swiper-slide-next .video-iframe iframe {
	opacity: 1;
}

.film_wrapper .video-iframe:hover {
	border-color: #38e0e9;
}

.film_wrapper .video-iframe iframe {
	height: 100%;
	border-radius: 3px;
	margin: 0;
}

.film_wrapper .film-content {
	flex: 0 0 34%;
	max-width: 34%;
}

.film_wrapper .film-content p {
	font-size: 14px;
	line-height: 1.5;
	color: #4E5378;
}

.film_wrapper .swiper-video .swiper-button-next:after, .film_wrapper .swiper-video .swiper-button-prev {
	display: none !important;
}

.film_wrapper .swiper-video .swiper-button-next, .film_wrapper .swiper-video .swiper-button-prev {
	width: auto;
	display: flex;
	top: 46%;
}

.gallery_wrapper {
	padding: 120px 0 134px;
}

.gallery_wrapper .title-section {
	margin-bottom: 20px;
}

.gallery_wrapper .sub-title {
	font-size: 16px;
	line-height: 1.6;
	color: #272B43;
	margin-bottom: 32px;
}

.gallery_wrapper .swiper-gallery {
	position: relative;
	padding: 0 40px 0 0;
	margin-bottom: 60px;
}

.gallery_wrapper .swiper-gallery .swiper-button-next:after, .gallery_wrapper .swiper-gallery .swiper-button-prev {
	display: none !important;
}
.gallery_wrapper .swiper-video .swiper-button-next, .gallery_wrapper .swiper-video .swiper-button-prev {
	width: auto;
	display: flex;
	top: 46%;
}

.gallery_wrapper .swiper-slide img
{
	max-height: 300px;
	border-radius: 0 60px;
}

.link-more-img {
	font-weight: 700;
	font-size: 16px;
	line-height: 1.6;
	color: #38e0e9;
}

.link-more-img:hover, .link-more-img:hover i {
	color: #47575f;
}

.link-more-img i {
	font-size: 32px;
	line-height: 0.5;
}

.link-more-img i::before {
	line-height: 0.5;
}

.product_wrapper {
	padding: 134px 0 110px;
}

.product_wrapper .title-section {
	padding-top: 100px;
	margin-bottom: 60px;
}

.product_wrapper .img04 {
	position: absolute;
	top: 16px;
	left: 35%;
}

.product_wrapper .product_box img {
	margin-bottom: 20px;
}

.product_wrapper .product_box .title {
	font-weight: 700;
	font-size: 14px;
	line-height: 1.6;
	color: #272B43;
	margin-bottom: 12px;
}

.product_wrapper .product_box .link-more {
	font-size: 14px;
	line-height: 1.6;
}

.vouchers_wrapper {
	display: inline-block;
	width: 100%;
	position: relative;
	padding-top: 220px;
	margin: 0 0 170px;
}

.vouchers_wrapper::before {
	content: "";
	position: absolute;
	top: 220px;
	right: 0;
	width: 50%;
	height: calc(100% - 220px);
	background: rgba(56,224,233,0.5);
	backdrop-filter: blur(8px);
	border-top-left-radius: 60px;
	border-bottom-left-radius: 60px;
}

.vouchers_wrapper .img05 {
	position: absolute;
	top: -110px;
	left: 26%;
}

.vouchers_wrapper .title-section {
	margin-bottom: 20px;
}

.vouchers_wrapper .sub-title {
	font-size: 16px;
	line-height: 1.6;
	color: #272B43;
	margin-bottom: 32px;
}

.vouchers_wrapper .box-link {
	padding: 26px;
}

.vouchers_wrapper .box-link img {
	height: 56px;
	margin-bottom: 24px;
}

.vouchers_wrapper .box-link .title {
	font-weight: 700;
	font-size: 18px;
	line-height: 1.35;
	color: #272B43;
}

.vouchers_wrapper .box-link:hover {
	background: rgba(56,224,233,0.5);
	border-top-right-radius: 60px;
	border-bottom-left-radius: 60px;
}

.vouchers_wrapper .box-link:hover .title {
	color: #38e0e9;
}

.vouchers_form {
	padding: 80px 0 80px 80px;
}

.reviews_wrapper {
	padding: 150px 0 230px;
}

.reviews_wrapper .img06 {
	position: absolute;
	top: -150px;
	right: 12%;
}

.reviews_wrapper .img07 {
	position: absolute;
	top: 30px;
	left: 11%;
}

.reviews_wrapper .sub-title {
	position: absolute;
	left: -5%;
	bottom: 147px;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.6;
	color: #BBACC3;
	transform: rotate(-90deg);
}

.reviews_wrapper .swiper-reviews {
	flex: 0 0 72%;
	max-width: 72%;
}

.swiper-reviews .swiper-container {
	padding-bottom: 50px;
}

.swiper-reviews .swiper-pagination-fraction {
	width: auto;
	left: 28px;
	bottom: 0;
	font-size: 16px;
	line-height: 1.6;
	color: #272B43;
}

.swiper-reviews .swiper-button-next, .swiper-reviews .swiper-button-prev {
	width: 20px;
	height: 14px;
	top: auto;
	bottom: 5px;
}

.swiper-reviews .swiper-button-prev {
	right: 82px;
	left: auto;
}

.swiper-reviews .swiper-button-next {
	right: 42px;
}

.swiper-reviews .swiper-button-next i, .swiper-reviews .swiper-button-prev i {
	font-size: 32px;
	color: #38e0e9;
}

.swiper-reviews .swiper-button-next:after, .swiper-reviews .swiper-button-prev:after {
	display: none;
}

.reviews-box {
	background: rgba(56,224,233,0.5);
	padding: 28px 44px 38px 28px;
	border-radius: 60px;
}

.reviews-box .info-wrap {
	flex: 0 0 36%;
	max-width: 36%;
	/*padding-right: 44px;*/
	border-right: 1px solid #D3D6E6;
	padding-left: 50px;
	padding-right: 20px;
}

.reviews-box .info-wrap .avata {
	flex: 0 0 112px;
	max-width: 112px;
	padding-right: 24px;
}

.reviews-box .info-wrap .info {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}

.reviews-box .info-wrap .info .name {
	font-weight: 700;
	font-size: 16px;
	line-height: 1.6;
	color: #272B43;
	margin-bottom: 8px;
}

.reviews-box .info-wrap .info .date {
	font-style: italic;
	font-size: 14px;
	line-height: 1.6;
	color: #8487A5;
	margin-bottom: 20px;
}

.reviews-box .info-wrap .info i.ion-android-star {
	color: #38e0e9;
}

.reviews-box .info-wrap .info i.ion-android-star-outline {
	color: #BBACC3;
}

.reviews-box .content {
	flex: 0 0 64%;
	max-width: 64%;
	padding-left: 44px;
}

.reviews-box .content p {
	font-size: 14px;
	line-height: 1.5;
	color: #4E5378;
}

.contact_wrapper {
	position: relative;
	margin-bottom: 144px;
}

.contact_wrapper::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background: rgba(56,224,233,0.5);
	backdrop-filter: blur(8px);
	border-top-right-radius: 60px;
	border-bottom-right-radius: 60px;
}

.contact_wrapper .img08 {
	position: absolute;
	right: 0;
}

.contact_wrapper .contact_form {
	padding: 80px 80px 80px 0;
}

.contact_wrapper .contact_form .title-section {
	margin-bottom: 40px;
}

.contact_wrapper .contact_wrap {
	padding-left: 80px;
}

.contact-info__item {
	flex: 0 0 32%;
	max-width: 32%;
	margin-bottom: 40px;
}

.contact-info__item:nth-child(2n) {
	flex: 0 0 48%;
	max-width: 48%
}

.contact-info__item:nth-child(2n-1) {
	margin-right: 10%;
}

.contact-info__item .sml-icon {
	flex: 0 0 16px;
	max-width: 16px;
	font-size: 20px;
	color: #38e0e9;
	margin-right: 12px;
}

.contact-info__item .content strong {
	font-weight: 700;
	font-size: 16px;
	line-height: 1.6;
	color: #272B43;
	margin-bottom: 12px;
}

.contact-info__item .content p, .contact-info__item .content a {
	font-size: 14px;
	line-height: 1.5;
	color: #272B43;
}

.contact-info__item .content a {
	display: inline-block;
	width: 100%;
}

.contact-info__item .content a:hover {
	color: #38e0e9;
}

.bs-ci-brw1
{
	border-right: 1px solid #fff;
}

.contact_wrapper .contact_wrap .content-txt {
	padding-left: 28px;
}

.contact_wrapper .contact_wrap .content-txt .txt p {
	font-size: 14px;
	line-height: 1.5;
	color: #8487A5;
}

.contact_wrapper .contact_wrap .content-txt .parking_space {
	margin-top: 42px;
}

.contact_wrapper .contact_wrap .content-txt .parking_space .title {
	font-weight: 700;
	font-size: 16px;
	line-height: 1.6;
	color: #272B43;
	margin-bottom: 23px;
}

.contact_wrapper .contact_wrap .content-txt .parking_space img {
	width: 100%;
}

.contact_wrapper .contact_wrap .content-txt .parking_space .map-detail {
	right: 0;
	bottom: 20px;
	background: #FFFFFF;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.6;
	color: #38e0e9;
	padding: 12px 32px;
	border-top-left-radius: 31px;
	border-bottom-left-radius: 31px;
}

.contact_wrapper .contact_wrap .content-txt .parking_space .map-detail:hover {
	background: #38e0e9;
	color: #fff;
}

.contact_wrapper .contact_wrap .content-txt .parking_space .note {
	margin-top: 4px;
}

.contact_wrapper .contact_wrap .content-txt .parking_space .note .icon-park {
	width: 16px;
	height: 16px;
	display: flex;
	justify-content: center;
	background: #2F57E6;
	border-radius: 2px;
	margin-right: 8px;
}

.contact_wrapper .contact_wrap .content-txt .parking_space .note .icon-park span {
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
}

.contact_wrapper .contact_wrap .content-txt .parking_space .note p {
	font-size: 14px;
	line-height: 1;
	color: #8487A5;
}
.contact_wrapper #ggfSchwangerschaftswoche{
	 width: 80px;
	display: inline-block;
	margin-right: 10px;
	border-radius: 32px;
}

.wp-block-media-text {
	margin-bottom: 20px;
	grid-template-columns: 70% !important;
}

.wp-block-media-text:last-of-type {
	margin: 0;
}

.wp-block-media-text .wp-block-media-text__content {
	padding: 0 50px 0 0;
}

.wp-block-columns {
    margin-bottom: 0px;
}

.product-wirkstoffe
{
	border-bottom: 1px dashed #e6e6e6;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select, .form-control {	background: #fff;}

/* .footer-fb
{
	color: #fff;
	margin-top: 25px;
	display: block;
	max-width: 50px;
	text-align: center;
	border-radius: 25px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #fff;
} */
/*--------------------------------------------------------------
7. Header
--------------------------------------------------------------*/

.sml-body-content header {
	width: 100%;
	position: absolute;
}

.sml-body-content header.header-sticky {
	position: fixed;
	top: -126px;
	left: 0;
	background-color: #295254;
	transition: top 0.3s;
}
header.header-sticky .logo
{
	height: 90px;
}
header.header-sticky .logo img
{
}
header.header-sticky .navbar-menu-main
{
	margin-top: 15px;
}

/* Logo */

header {
	background-color: transparent;
	z-index: 999;
}

header .logo {
	background-color: #fff;
	width: 166px;
	height: 198px;
	border-bottom-right-radius: 60px;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}.sml-logo{	padding: 0px 10px;}
.sml-logo img{	max-height: 100%;}
/* Nav Menu */

.nav-natigation-right {
	display: none;
	position: fixed;
	right: 50px;
	top: 50%;
	z-index: 999;
}

.home .nav-natigation-right {
	display: block;
}

.nav-natigation-right ul li a {
	font-size: 0;
	display: inline-block;
	width: 8px;
	height: 8px;
	border: 2px solid #B0B2CB;
	border-radius: 50%;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
}

.nav-natigation-right ul li.active a {
	width: 12px;
	height: 12px;
	background-color: #272B43;
	border-color: #272B43;
}

.nav-natigation-right.nav-white ul li a {
	border-color: #fff;
}

.nav-natigation-right.nav-white ul li.active a {
	background-color: #fff;
}

.navbar-menu-main {
	margin-top: 30px;
	margin-right: 50px;
}

.navbar-menu-main ul li {
	position: relative;
	padding: 0 30px;
}

.navbar-menu-main ul li:first-of-type {
	padding-left: 0;
}

.navbar-menu-main ul li:last-of-type {
	padding-right: 0;
}

.navbar-menu-main ul li.menu-no-line::after, .navbar-menu-main ul li.btn-menu::after {
	display: none;
}

.navbar-menu-main ul li.btn-menu a {
	display: inline-block;
	background-color: transparent;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.7;
	color: #fff;
	padding: 11px 30px;
	border-radius: 34px;
	box-shadow: none;
	border: 1px solid #fff;
	-webkit-transform: ease 0.4s all;
	-ms-transform: ease 0.4s all;
	transition: ease 0.4s all;
}

.navbar-menu-main ul li.btn-menu:hover a {
	background-color: #272B43;
	color: #fff;
	text-decoration: none;
}

.navbar-menu-main ul li>a, .navbar-menu-footer ul li>a {
	font-family: 'Lato';
	font-weight: 500;
	font-size: 16px;
	color: #fff;
}

.navbar-menu-main ul ul.sub-menu li.js-scroll-trigger.current-menu-item {
	background-color: #DAECF8
}

.navbar-menu-main ul ul.sub-menu li.js-scroll-trigger:hover {
	background-color: #184365;
}

.navbar-menu-main ul ul.sub-menu li.js-scroll-trigger.current-menu-item>a {
	color: #7D7362;
	border-color: #D8D8D8;
}

.navbar-menu-main ul ul.sub-menu li.js-scroll-trigger:hover a {
	color: #ffffff;
	border-color: #184365;
}

.site-search {
	top: 34px;
	right: 0;
	padding-top: 16px;
	width: 350px;
}

.site-search .overlay-content {
	width: 100%;
	margin: 0;
}

.site-search .widget {
	padding: 5px;
	background-color: #184365;
}

.site-search .search-form label {
	margin: 0;
}

.site-search label .screen-reader-text {
	display: none;
}

/* Banner */

.sml-brand-image .bn-img {
	right: 50px;
	bottom: 50px;
}

.content-banner {
	padding: 75px 0 80px;
}

.content-banner h1.banner-title {
	font-family: 'Merriweather';
	font-size: 48px;
	font-weight: 700;
	margin-bottom: 30px;
	color: #fff;
}

.content-banner p.banner-subtitle {
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 60px;
}

.content-banner .btn-link-more {
	background-color: #fff;
	color: #38e0e9;
}

.content-banner .btn-link-more .icon-right {
	background-color: #38e0e9;
}

.content-banner .btn-link-more .icon-right i {
	color: #fff;
}

.content-banner .btn-link-more:hover {
	background-color: #272B43;
	color: #fff;
}

.subpage .content-banner
{
	padding: 150px 0 80px;
	text-align: center;
	align-items: unset !important;
}

.sml-banner-new-addr-icon
{
	width: 350px;
	position: absolute;
	right: 0;
	max-width: 45%;
}

.sml-banner-new-addr-icon-resp
{
	display: none;
}

/*--------------------------------------------------------------
8. Footer
--------------------------------------------------------------*/

footer {
	background-color: #ddd;
	backdrop-filter: blur(8px);
	color: #ffffff;
	width: 100%;
	z-index: 99;
	padding: 64px 0 37px;
}

footer .footer-col {
	text-align: left;
	font-size: 20px;
}

footer .footer-col img.logo {
	margin-right: 60px;
	margin-bottom: 20px;
	height: 90px;
}

footer .contact-info__item .content strong, footer .contact-info__item .content p, footer .contact-info__item .content a, footer .contact-info__item .sml-icon {
	color: #fff;
}

.footer-col .navbar-menu-main {
	margin: 0;
}

.footer-col .navbar-menu-main ul li::after {
	display: none;
}

.footer-col .navbar-menu-main ul li {
	line-height: 10px;
	padding: 0;
	margin-bottom: 0;
}

.footer-col .navbar-menu-main ul li.menu-no-line {
	margin: 0;
}

.footer-col .navbar-menu-main ul li a {
	font-weight: 500;
	font-size: 16px;
	line-height: 1.5;
	color: #FFFFFF;
	text-decoration: underline;
}

.footer-col .navbar-menu-main ul li.btn-menu {
	display: none;
}

.footer-col .btn-menu a {
	display: inline-block;
	background-color: transparent;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.7;
	color: #fff;
	padding: 11px 30px;
	border-radius: 34px;
	box-shadow: none;
	border: 1px solid #fff;
	-webkit-transform: ease 0.4s all;
	-ms-transform: ease 0.4s all;
	transition: ease 0.4s all;
}

.footer-col .btn-menu:hover a {
	background-color: #272B43;
	color: #fff;
	text-decoration: none;
}

footer .footer-col p.txt {
	font-size: 17px;
	font-weight: 500;
	line-height: 37.5px;
	text-transform: uppercase;
	color: #fff;
}

footer .footer-below {
	padding-top: 44px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	margin-top: 60px;
}

footer .footer-below p {
	font-size: 14px;
	line-height: 1.5;
	color: #FFFFFF;
	opacity: 0.5;
}

.navbar-menu-copyright {
	margin-bottom: 16px;
}

.navbar-menu-copyright li {
	margin: 0;
}

.navbar-menu-copyright li a {
	font-size: 14px;
	line-height: 1.5;
	color: #FFFFFF;
	padding: 0 12px;
	border-right: 1px solid rgba(255, 255, 255, 0.5);
	opacity: 0.5;
}

.navbar-menu-copyright li:first-of-type a {
	padding-left: 0;
}

.navbar-menu-copyright li:last-of-type a {
	border: none;
	padding-right: 0;
}

.navbar-menu-copyright li a:hover {
	opacity: 1;
}

#social-icons {
	padding: 0;
}

#social-icons li {
	margin: 0 10px;
}

#social-icons a {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #184365;
}

#social-icons a i {
	position: relative;
	top: 0px;
	left: 0px;
	font-size: 40px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#social-icons a:hover i {
	text-shadow: 4px 4px 1px #818181;
	top: -2px;
	left: -2px;
}

.footer-cc-row
{
	
}

.footer-cc-items
{
	margin-top: 100px;
}

.footer-cc-img
{
	width: 45px;
	margin-right: 5px;
}

/*--------------------------------------------------------------
9. Booking
--------------------------------------------------------------*/

.nadlo-booking-list li {
	list-style:none !important;
	padding-left: 0px !important;
	margin-left: 0px !important;
}

#nadlo-booking label {
	color:#000;
}

#nadlo-booking-single-services-listing h2 {
	padding-top:30px;
}

#nadlo-booking select, #nadlo-booking input {
	border-radius: 0px;
}
.materialize-textarea {
	border-radius:0px;
	border: 1px solid lightgray;
}
.nadlo-booking-btn {
	display: inline-block;
	min-width: auto;
	background: #6cafb5 !important;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.7;
	color: #FFFFFF;
	padding: 11px 50px;
	border-radius: 31px;
	box-shadow: none;
	border: none;
	-webkit-transform: ease 0.4s all;
	-ms-transform: ease 0.4s all;
	transition: ease 0.4s all;
}

.nadlo-booking-btn:hover {
    background-color: #272B43;
    color: #fff;
}

.nadlo-booking-back-link {
	padding-bottom: 20px;
	color:#6cafb5;
}

.nadlo-booking-list li a {
    color:#6cafb5;
}

.nadlo-booking-list li a:hover {
    color:#fff;
    background-color: #6cafb5;
}

#customCheck1 label.error{
	position: absolute;
}

#nadlo-booking-request-date label.error{
	color: #A73232;
}

#schwangerschafts_newsletter input {
	background: #E4E5F0;
}


#schwangerschafts_newsletter select {
	background: #E4E5F0;
}

