/*
Theme Name: Blum Immo
Theme URI: https://www.blum-immo.com
Description: Wordpress Theme für Blum Immobilien GmbH
Version: 1.0
Author: Joerrens Online Marketing
Author URI: https://www.joerrens.com/
*/

.mintgreen {color: #25996A;}
.mintlight {color: #a2dde1;}
.blue {color: #25996A;}
.darkblue {color: #25996A;}
.darkred {color: #25996A;}

body {
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: 400;
	overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6 {
	color: #25996A;
	font-weight: 700;
}
h1 {
	font-size: 40px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
p {
	color: #191C1B;
	font-size: 20px;
	line-height: 1.4em;
}
img {
	width: 100%;
	height: auto;
}
a, a:visited {
	color:#25996A;
	text-decoration: none;
}
a:hover {
	color: #25996A;
}
ul, ol {
	margin-left: 20px;
	padding-left: 4px;
}
ul li, ol li {
	color: #191C1B;
	font-size: 20px;
	line-height: 1.4em;
}
input, textarea {
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-weight: 400;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 5px;
	border: 0;
}
#wrap {
	max-width: 2000px;
	margin: 0 auto;
}
.fixedHead #wrap {
	padding-top: 119px;
}
#header {
	position: relative;
	float: left;
	width: 100%;
	border-top: 10px solid #25996A;
	background: #ffffff;
	z-index: 200;
}
.fixedHead #header {
	position: fixed;
	top: -173px;
	left: 0;
	border-top: 0;
	border-bottom: 8px solid #25996A;
	max-height: 0;
	opacity: 0;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.fixedHead #header.show {
	max-height: 200px;
	top: 0;
	opacity: 1;
}
.infoList {
	position: absolute;
	top: 20px;
	right: 30px;
	text-align: right;
	z-index: 1000 !important;
}
.infoList.fixedInfo {
	position: absolute;
	display: none;
}
.fixedHead #header .infoList {
	display: none;
}
.fixedHead #header .infoList.fixedInfo {
	display: block;
	top: 30px;
}
.infoList ul {
	float: right;
}
.infoList ul li {
	float: left;
	list-style: none;
	margin-left: 20px;
	font-size: 15px;
	color: #25996A;
	padding-left: 35px;
	position: relative;
}
.fixedHead #header .infoList ul li {
	font-size: 17px;
	font-weight: 400;
}
.infoList ul li:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: -3px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: contain;
	background-size: contain;
	width: 30px;
	height: 30px;
}

.infoList ul li.infoPhone:before {
	background-image: url('assets/images/icons/icon_phone.png');
}
.infoList ul li.infoTime:before {
	background-image: url('assets/images/icons/icon_time.png');
}
.infoList ul li.infoPlace:before {
	background-image: url('assets/images/icons/icon_marker.png');
}

.infoTime span {
	display: none;
}
.infoTime span.active {
	display: inline-block;
}
.btn.dateOnline {
    text-transform: none;
    padding: 12px 24px;
    font-size: 15px;
    margin-top: 9px;
}
.btnWrap .btn.dateOnline {
    position: absolute;
    right: 30px;
    bottom: 20px;
}
.fixedHead #header .btnWrap, .infoList.topInfo .dateOnline {
    display: none;
}
@media (max-width: 1500px) {
    .fixedHead #header.show {
        padding-top: 10px;
    }
}
@media (max-width: 1100px) {
	.btnWrap .btn.dateOnline {
	    bottom: 48px;
	    padding: 10px 20px;
	}
}
@media (max-width: 960px) {
	.btnWrap .btn.dateOnline {
	    display: none;
	}
	.infoList.topInfo .dateOnline {
	    display: block;
	    margin-left: 40px;
	}
}
@media (max-width: 680px) {
	.infoList.topInfo .dateOnline {
        margin-left: -26px;
        margin-top: 22px;
    }
}
@media (max-width: 460px) {
	.infoList.topInfo .dateOnline {
        margin-left: -8px;
        margin-top: 20px;
        font-size: 14px;
    }
}

/*///////////////////////////////////////////////////////
// Navigation
//////////////////////////////////////////////////////*/
#mainNav {
	position: relative;
	width: 100%;
	float: left;
}
#mainNav {
	float: left;
	width: 100%;
	max-width: 1200px;
	padding: 90px 30px 20px 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.fixedHead #mainNav {
	padding: 10px 30px 25px 30px;
}
#logo {
	position: absolute;
	top: 40px;
	left: 30px;
	width: 206px;
	height: 121px;
	background: url('assets/images/logo.png') no-repeat center center / 206px 121px;
}
.fixedHead #header #logo {
	top: 5px;
	width: 152px;
	height: 90px;
	background: url('assets/images/logo.png') no-repeat center center / 152px 90px;
}
#mainNav ul {
	float: left;
	display: block;
	padding: 0;
	margin: 25px 0px 0px 280px;
}
.fixedHead #mainNav ul {
	margin: 40px 0px 0px 200px;
}
#mainNav ul li {
	float: left;
	margin: 0px 15px;
	list-style: none;
}
#mainNav ul li a {
	position: relative;
	color: #191C1B;
	font-size: 18px;
	padding: 2px 0px;
	text-decoration: none;
}
/* #mainNav ul li a:hover, #mainNav ul li a.active {
	border-bottom: 4px solid #a2dde1;
} */
#mainNav ul li a .navLine {
	position: absolute;
	left: 0;
	height: 4px;
	width: 0px;
	background: #25996A;
	bottom: -3px;
	-webkit-transition: width 300ms;
	-moz-transition: width 300ms;
	-ms-transition: width 300ms;
	-o-transition: width 300ms;
	transition: width 300ms;
}
#mainNav ul li a:hover .navLine, #mainNav ul li a.active .navLine {
	width: 100%;
}
.navWrap {
	visibility: visible;
	max-height: 0;
}
#mobileNav {
	display: none;
	position:absolute;
	z-index: 30;
	background: url('assets/images/icons/menu.svg') no-repeat center center / 40px 30px;
	width: 40px;
	height: 30px;
	position; absolute;
	right: 30px;
	top: 40px;
	cursor: pointer;
	color: #00243B;
}
#mobileNav.open {
	background: url('assets/images/icons/close.svg') no-repeat center center / 40px 30px;
}


/*///////////////////////////////////////////////////////
// Content
//////////////////////////////////////////////////////*/

#wrap > section {
	float: left;
	width: 100%;
}
.centerX {
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.baseTrs, a {
	-webkit-transition: all 150ms;
	-moz-transition: all 150ms;
	-ms-transition: all 150ms;
	-o-transition: all 150ms;
	transition: all 150ms;
}
.btn {
	background: #25996A;
	color: #FFFFFF;
	text-transform: uppercase;
	border-radius: 30px;
	padding: 20px 40px;
	font-weight: 700;
	float: left;
	width: auto;
	cursor: pointer;
	-webkit-transition: all 150ms;
	-moz-transition: all 150ms;
	-ms-transition: all 150ms;
	-o-transition: all 150ms;
	transition: all 150ms;
}
.btn:hover {
	background: #9AD1BB;
}
.btnDark {
	background: #25996A;
}
.btnDark:hover {
	background: #9AD1BB;
}
.btnOutline {
	background: transparent;
	border: 1px solid #25996A;
	text-transform: none;
	color: #00A2AE;
}
.btnOutline:hover {
	border-color: transparent;
	color: #25996A;
}
.btnOutline {
	background: transparent;
	border: 1px solid #25996A;
	text-transform: none;
	color: #25996A;
}
.importantNote {
	position: fixed;
	display: block;
	background: #CB3939;
	color: #FFFFFF;
	font-weight: 600;
	line-height: 1.1em;
	text-align: center;
	padding: 10px 35px;
	border-radius: 30px;
	bottom: 30px;
	right: 15px;
	z-index: 100;
	cursor: pointer;
}
.importantNote:hover {
	background: #db3e3e;
}
.secMint {
	background: #EFEFEF;
	padding: 0px 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.innerWrap {
	float: left;
	width: 100%;
	max-width: 1200px;
	background: #FFFFFF;
	border-radius: 20px; 
	margin: 70px 0px;
	padding: 100px 120px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	z-index: 10;
}
.shadowBox {
	position: absolute;
	height: 60%;
	width: 100%;
	width: -webkit-calc(100% - 60px);
	width: -moz-calc(100% - 60px);
	width: calc(100% - 60px);
	max-width: 1200px;
	border-radius: 20px; 
	-webkit-box-shadow: 0px 0px 31px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 0px 31px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 0px 31px 0px rgba(0,0,0,0.35);
	z-index: 1;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.wrap10 {
	padding: 0px 10%;
}
.subpage h1:first-of-type {
	padding: 0;
}
/*
.subpage h2:first-of-type, .subpage h3:first-of-type,
.subpage h4:first-of-type, .subpage h5:first-of-type, .subpage h6:first-of-type 
*/


/***** Slider *****/
.teaserSlider {
	position: relative;
}
.teaserSlider .badges {
	position: absolute;
	z-index: 10;
	right: 5%;
	top: 0;
}
.teaserSlider .badges a {
	display: block;
	top: 0;
	float: left;
	/* margin: 0px 10px; */
}
.slick-list {
	margin-bottom: -5px;
}
.teaserSlides {
/* 	display: -moz-box;
	display: -webkit-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap; */
}
.teaserSlide {
	position: relative;
	width: 100%;
}
.teaserBg {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
}
.teaserInner {
	display: -moz-box;
	display: -webkit-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}
.teaserImage {
	position: relative;
	background-repeat: no-repeat;
	background-position: right center;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
	width: 50%;
	height: 100%;
	min-height: 650px;
	/* min-height: calc(100vh - 173px); */
}
.teaserText {
	float: left;
	width: 30%;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-flow: column wrap;
	flex-flow: column wrap;
	justify-content: center;
}
.teaserText h1, .teaserText h2 {
	font-size: 70px;
	line-height: 1em;
	margin: 0;
	text-indent: -7px;
}
.teaserText p {
	color: #191C1B;
	margin-top: 5px;
	font-weight: 300;
	font-size: 20px;
	line-height: 1.2em;
}
.teaserDots {
	float: left;
	width: 100%;
	text-align: left;
}
.teaserDots ul {
	display: inline-block;
	width: auto;
	bottom: auto;
	position: relative;
}
.slick-dots li {
	margin: 0 8px;
}
.slick-dots li button {
	background: #25996A;
	opacity: 0.3;
	border-radius: 50%;
	width: 15px;
	height: 15px;
}
.slick-dots li.slick-active button {
	background: #9AD1BB;
	opacity: 1;
}
.slick-dots li button::before {
	display: none;
}
.slick-dotted.slick-slider {
	margin-bottom: -3px;
}
.logoMark {
	position: absolute;
	background: url('assets/images/logo_mark.png') no-repeat center center / contain;
	width: 250px;
	height: 400px;
	z-index: 20;
	top: calc(100% - 290px);
	right: 24.5%;
}


/***** Services *****/
.ksServices {
	position: relative;
}
.introText {
	float: left;
	padding-right: 30%;
	margin-bottom: 40px;
	clear: both;
}
.introText h2 {
	font-size: 40px;
	font-weight: 600;
	margin: 0px 0px 40px 0px;
}
.introText p {
	
}

.servList {
	float: left;
	width: 100%;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}
.servItem {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: -webkit-calc(50% - 25px);
	width: -moz-calc(50% - 25px);
	width: calc(50% - 25px);
	float: left;
	border-radius: 10px;
	overflow: hidden;
	min-height: 320px;
	margin-bottom: 50px;
}
.servItem:nth-child(odd) {
	margin-right: 25px;
}
.servItem:nth-child(even) {
	margin-left: 25px;
}
.servImage {
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: left center;
	-webkit-background-size: cover;
	background-size: cover;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.bgForm {
	position: absolute;
	left: 0;
	background: url('assets/images/service_bg.png') no-repeat right center / auto 100%;
	width: 55%;
	height: 100%;
}
.servContent {
	position: absolute;
	width: 45%;
	height: 100%;
	right: 0;
	background: #25996A;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-flow: column wrap;
	flex-flow: column wrap;
	justify-content: center;
	cursor: pointer;
}
.servIcon {
	position: absolute;
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-background-size: contain;
	background-size: contain;
	width: 48px;
	height: 48px;
	right: 20px;
	top: 20px;
}
.servText {
	padding-right: 20px;
	margin-left: -20%;

}
.servText h3 {
	color: #FFFFFF;
	font-size: 25px;
	font-weight: 600;
	line-height: 1.1em;
}
.servBtn  {
	position: absolute;
	background: #FFFFFF;
	color: #25996A;	
	bottom: 20px;
	right: 20px;
	text-transform: none;
	padding: 18px 25px;
}
.servItem:hover .servImage {
	width: 115%;
	height: 115%;
}
.servItem:hover .servBtn {
	background: #9AD1BB;
}
.showMore.btn {
	margin-top: 30px;
}

.teamSlider {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 80px 30px;
}
.teamSlider > h2 {
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 60px;
	text-align: center;
}
.teamSlides {
	max-width: 1800px;
	clear: both;
}
.teamSlide {
	display: -moz-box;
	display: -webkit-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	padding: 0px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.teamImage, .teamInfo {
	width: 50%;
	float: left;
}
.teamInfo {
	position: relative;
	padding-bottom: 60px;
}
.teamInfo h3 {
	font-size: 25px;
}
.teamInfo p {
	font-size: 17px;
}
.teamBtn {
	position: absolute;
	bottom: 0;
	padding: 18px 25px;
	text-transform: none;
	font-size: 17px;
}

.teamNav, .galNav {
	margin: 60px 0px 20px 0px;
	float: left;
}
.arrowPrev, .arrowNext {
	width: 32px;
	height: 32px;
	float: left;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: contain;
	background-size: contain;
	cursor: pointer;
}
.arrowPrev {
	background-image: url('assets/images/icons/arrow_left.svg');
}
.arrowPrev.slick-disabled {
	background-image: url('assets/images/icons/arrow_left_hov.svg');
}
.arrowNext {
	background-image: url('assets/images/icons/arrow_right.svg');
}
.arrowNext.slick-disabled {
	background-image: url('assets/images/icons/arrow_right_hov.svg');
}
.teamDots, .galDots {
	float: left;
	margin: 0 15px;
}
.teamDots ul, .galDots ul {
	display: inline-block;
	width: auto;
	bottom: auto;
	position: relative;
}



.ksImpression {
	position: relative;
}
.ksImpression  .innerWrap {
	padding: 100px;
}
.ksImpression .introText {
	text-align: center;
	padding: 0;
	width: 70%;
}
.imageGallery {
	float: left;
	width: 100%;
}
.galSection {
	display: flex !important;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: center;
}
a.galItem {
	display: block;
	width: -webkit-calc(33.33% - 60px);
	width: -moz-calc(33.33% - 60px);
	width: calc(33.33% - 60px);
	float: left;
	margin: 0px 30px 50px 30px;
	border-radius: 10px;
	overflow: hidden;
}
a.galItem img {
	width: auto;
	height: auto;
	max-width:100%;
	max-height:100%;
}


.smallSlider {
	
}
.smSlides {
	width: 100%;
	float: left;
}
.smSlide {
	min-height: 460px;
	width: 100%;
	float: left;
	display: -webkit-flexbox !important;
	display: flex !important;
}
.smImage {
	position: relative;
	width: 60%;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
}
.smOverlay {
	position: absolute;
	z-index: 20;
	left: 0;
	background: url('assets/images/service_bg.png') no-repeat right center / auto 100%;
	width: 100%;
	height: 100%;
}
.smContent {
	position: relative;
	float: right;
	width: 40%;
	background: #25996A;
	padding: 20px 120px 40px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-flow: column wrap;
	flex-flow: column wrap;
	justify-content: center;
}
.smContent h3 {
	font-size: 40px;
	color: #FFFFFF;
	font-weight: 700;
}
.smContent p {
	color: #FFFFFF;
}
.smDots {
	float: left;
	width: 100%;
	text-align: left;
}
.smDots ul {
	display: inline-block;
	width: auto;
	bottom: auto;
	position: relative;
}


#gmaps {
	width: 100%;
	min-height: 500px;
}
#bodyContent strong {
	font-weight: 600;
}
#bodyContent p {
	font-size: 14px;
	font-weight: 400;
}

/*///////////////////////////////////////////////////////
// Overlays
//////////////////////////////////////////////////////*/

.contentOverlay, .messageOverlay {
	display: none;
	background-color: rgba(0,36,60,0.4);
	position: fixed;
	overflow: auto;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10000;
	padding: 0 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.overlayClose {
	position: absolute;
	right: 30px;
	top: 40px;
	text-transform: none;
}
.overHide {
	overflow: hidden;
}

.messageOverlay {
	background-color: rgba(255,255,255,0.95);
}
.moClose {
	background: url('assets/images/icons/close.svg') no-repeat center center / 30px 30px;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 30px;
	top: 30px;
	z-index: 20;
	cursor: pointer;
	-webkit-transition: opacity 250ms;
	-moz-transition: opacity 250ms;
	-ms-transition: opacity 250ms;
	-o-transition: opacity 250ms;
	transition: opacity 250ms;
}
.moClose:hover {
	opacity: 0.8;
}
.messageOverlay .inner {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 550px;
}
.messageOverlay h3 {
	color: #00a2ae;
	font-size: 22px;
	text-align: center;
	line-height: 1.4em;
}

/*///////////////////////////////////////////////////////
// Media Queries
//////////////////////////////////////////////////////*/

@media (max-width: 1440px) {
	.teaserText {
		width: 35%;
	}
}
@media (max-width: 1280px) {
	.teaserImage {
		min-height: calc(100vh - 144px);
	}
	.teaserText {
		width: 40%;
	}
	.logoMark {
		right: 18%;
	}
	
	.innerWrap {
		padding: 70px 90px;
	}
	.servText h3 {
		font-size: 22px;
	}
	
	.ksImpression .innerWrap {
		padding: 80px 60px;
	}
	a.galItem {
	    width: -webkit-calc(33.33% - 40px);
	    width: -moz-calc(33.33% - 40px);
	    width: calc(33.33% - 40px);
	    margin: 0px 20px 40px 20px;
	}
	
	.smContent {
		padding: 20px 80px 40px 20px;
		width: 50%;
	}
	.smImage {
		width: 50%;
	}
	
	
}
@media (max-width: 1024px) {
	.teaserText {
		width: 50%;
		padding-right: 30px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.teaserText h1, .teaserText h2 {
		font-size: 60px;
	}
	.logoMark {
		width: 200px;
		height: 300px;
		top: calc(100% - 230px);
	}
	
	.innerWrap {
		padding: 50px 60px;
	}
	.servItem {
		width: -webkit-calc(50% - 20px);
		width: -moz-calc(50% - 20px);
		width: calc(50% - 20px);
		min-height: 280px;
		margin-bottom: 40px;
	}
	.servItem:nth-child(odd) {
		margin-right: 20px;
	}
	.servItem:nth-child(even) {
		margin-left: 20px;
	}
	.servText h3 {
		font-size: 20px;
	}
	.servBtn {
		padding: 14px 22px;
		font-size: 15px;
	}
	
	.ksImpression .innerWrap {
	    padding: 60px 40px;
	}
	.galNav {
	    margin: 30px 0px 0px 0px;
	}
}
@media (max-width: 960px) {
	.teaserImage {
		min-height: calc(100vh - 125px);
	}
	
	.btn {
		padding: 15px 25px;
	}
	.overlayClose {
		top: 30px;
	}
	.subpage {
		padding-top: 20px;
	}
	
	.teamInfo h3 {
		font-size: 20px;
	}
	.teamInfo p {
	    font-size: 15px;
	}
	.teamBtn {
	    padding: 15px 20px;
	    font-size: 15px;
	}
	
	.ksImpression .introText {
		width: 85%;
	}
	a.galItem {
	    width: -webkit-calc(33.33% - 30px);
	    width: -moz-calc(33.33% - 30px);
	    width: calc(33.33% - 30px);
	    margin: 0px 15px 30px 15px;
	}
	
	.smImage {
		width: 60%;
	}
	.smContent {
		width: 40%;
		padding: 20px 40px 40px 20px;
	}
	.smContent h3 {
		font-size: 30px;
	}
	.smContent p {
		font-size: 18px;
	}
}
@media (max-width: 900px) {
	.introText {
		padding-right: 0;
	}
	.servItem {
		width: -webkit-calc(100%);
		width: -moz-calc(100%);
		width: calc(100%);
		min-height: 250px;
		margin-bottom: 30px;
	}
	.servItem:nth-child(odd) {
		margin-right: 0px;
	}
	.servItem:nth-child(even) {
		margin-left: 0px;
	}
	.servText h3 {
	    font-size: 22px;
	}
	.servText {
		margin-left: 0;
	}
}
@media (max-width: 800px) {
	.smSlide {
		display: -webkit-flexbox !important;
		display: flex !important;
		-webkit-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-flex-flow: column-reverse wrap;
		flex-flow: column-reverse wrap;
		justify-content: center;
	}
	.smImage, .smContent {
		width: 100%;
	}
	.smImage {
		min-height: 300px;
	}
	.smOverlay {
		display: none;
	}
	.smContent h3 {
	    margin: 20px 0px 10px 0px;
	}
}
@media (max-width: 768px) {
	h1 {
		font-size: 30px;
	}
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 20px;
	}
	h4 {
		font-size: 16px;
	}
	h5 {
		font-size: 14px;
	}
	h6 {
		font-size: 13px;
	}
	ul li, ol li, p {
		font-size: 18px;
	}
	
	.teaserSlide, .teaserImage {
		min-height: 650px;
	}
	.logoMark {
	    width: 180px;
	    height: 260px;
	    top: calc(100% - 190px);
	    right: 14%;
	}
	.importantNote {
		background: url('assets/images/icons/icon_exclamark.svg') no-repeat center center / auto 70% #CB3939;
		padding: 30px;
		border-radius: 50%;
		display: block;
		content: " ";
	}
	.importantNote span {
		display: none;
	}
	.importantNote:hover {
		background: url('assets/images/icons/icon_exclamark.svg') no-repeat center center / auto 70% #DB3E3E;
	}
	
	.introText h2 {
	    font-size: 35px;
	    margin: 0px 0px 25px 0px;
	}
	
	.ksImpression .introText {
		width: 100;
	}
	a.galItem {
	    width: -webkit-calc(50% - 20px);
	    width: -moz-calc(50% - 20px);
	    width: calc(50% - 20px);
	    margin: 0px 10px 20px 10px;
	}
}
@media (max-width: 740px) {
	.teaserSlide, .teaserImage {
		min-height: 400px;
	}
	.teaserText h1, .teaserText h2 {
		font-size: 50px;
	}
	.teaserText p {
		font-size: 24px;
	}
	.teaserSlider .badges {
		max-width: 160px;
		right: 3%;
	}
	.teaserSlider .badges a {
		width: -webkit-calc(50% - 20px);
		width: -moz-calc(50% - 20px);
		width: calc(50% - 20px);
	}
	
	
	.secMint {
		padding: 0 15px;
	}
	.innerWrap {
		padding: 40px 30px;
	}
	.servItem {
		min-height: 240px;
	}
	.servText h3 {
	    font-size: 22px;
	}
	
	.teamSlider {
		padding: 40px 20px;
	}

	.teamImage {
		width: 50%;
		position: relative;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.teamInfo {
	    width: 100%;
	}
	.teamInfo h3 {
		font-size: 25px;
	}
	.teamInfo p {
		font-size: 17px;
	}
	.teamBtn {
	    position: absolute;
	    left: 50%;
	    bottom: 0;
	    -webkit-transform: translateX(-50%);
	    -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	    -o-transform: translateX(-50%);
	    transform: translateX(-50%);
	    padding: 18px 25px;
	}
}
@media (max-width: 680px) {
	.teaserText h1, .teaserText h2 {
		font-size: 45px;
		text-indent: -2px
	}
	.teaserText p {
		font-size: 20px;
		font-weight: 500;
	}
	.logoMark {
	    width: 150px;
	    height: 200px;
	    top: calc(100% - 185px);
	}
	
	.teamSlider > h2 {
	    font-size: 30px;
	    margin-bottom: 30px;
	}
	.teamNav {
		margin: 20px 0px 40px 0px;
	}
	
	.ksImpression .innerWrap {
	    padding: 60px 20px;
	}
	.ksImpression .introText {
		width: 100%;
		text-align: left;
	}
	a.galItem {
	    width: -webkit-calc(50% - 10px);
	    width: -moz-calc(50% - 10px);
	    width: calc(50% - 10px);
	    margin: 0px 5px 10px 0px;
	}
	a.galItem:nth-child(2n+2) {
	    margin: 0px 0px 10px 5px;
	}
	
	.contentOverlay {
		padding: 0 15px;
	}
	.contentOverlay .innerWrap {
		margin: 30px 0px;
	}
	.subpage {
	    padding-top: 45px;
	}
	.subpage h1, .subpage h2, .subpage h3, .subpage h4, .subpage h5, .subpage h6, .subpage p, .subpage ul, .subpage ol {
		padding: 0;
	}
}
@media (max-width: 560px) {
	.teaserImage {
		width: 50%;
	}
	.teaserText h1, .teaserText h2 {
		
	}
	.teaserText p {
		
	}
	.importantNote {
		padding: 25px;
		bottom: 20px;
	}
	.logoMark {
		top: calc(100% - 150px);
	}
	
	.introText h2 {
	    font-size: 30px;
	}
	
	.innerWrap {
	    padding: 40px 25px;
	}
	.btn {
	    padding: 12px 18px;
	    font-size: 16px;
	}
	
	.servContent {
		width: 50%;
	}
	.bgForm {
		width: 50%;
	}
	.servItem {
		min-height: 220px;
	}
	.servText {
	    margin-left: -20%;
	}
	.servText h3 {
		font-size: 18px;
	}
	.servBtn {
	    font-size: 13px;
	}
}
@media (max-width: 460px) {
	h1 {
		font-size: 24px;
	}
	h2 {
		font-size: 20px;
	}
	h3 {
		font-size: 16px;
	}
	h4 {
		font-size: 14px;
	}
	h5 {
		font-size: 13px;
	}
	h6 {
		font-size: 12px;
	}
	ul li, ol li, p {
		font-size: 16px;
	}
	
	.teaserImage {
		position: absolute;
		width: 60%;
	}
	.teaserText {
		min-height: 400px;
		position: relative;
		left: 45%;
		width: 55%;
	}
	.teaserText h1, .teaserText h2 {
		font-size: 30px;
	}
	.teaserText p {
		font-size: 16px;
		margin: 0;
	}
	.teaserDots {
		margin-left: -3px;
	}
	.slick-dots li {
		margin: 0px 3px;
	}
	.slick-dots li button {
		width: 12px;
		height: 12px;
	}
	.teamDots, .galDots {
		margin: 0 8px;
	}
	.arrowPrev, .arrowNext {
		width: 24px;
		height: 24px;
		margin-top: 6px;
	}
	
	.introText h2 {
	    font-size: 25px;
	}
	.btn {
	    padding: 12px 15px;
	}
	.servText h3 {
	    font-size: 14px;
	}
}


/*///////////////////////////////////////////////////////
// Footer
//////////////////////////////////////////////////////*/

#footer {
	background: #FFFFFF;
	width: 100%;
	float: left;
	position: relative;
	padding: 50px 0px 0px 0px;
}
#footer .footerCol {
	float: left;
	padding: 0px 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.footerTop {
	max-width: 1600px;
	float: left;
	width: 100%;
	padding-bottom: 60px;
}
.footerAddr {
	width: 25%;
}
.footerContact {
	width: 30%;
}
.footerInfo {
	width: 30%;
}
.footerBadges {
	width: 15%;
}
#footer .footerBadges {
	padding: 0 !important;
}
.footerCol h3 {
	color: #25996A;
	font-size: 25px;
	padding-left: 50px;
	position: relative;
}
.footerCol h3.ambulance {
	margin-top: 40px;
}
.footerCol h3:before {
	content: "";
	position: absolute;
	left: 0;
	top: -5px;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: contain;
	background-size: contain;
}
h3.address:before {
	background-image: url('assets/images/icons/icon_marker.svg');
}
h3.contact:before {
	background-image: url('assets/images/icons/icon_mail.svg');
}
h3.service:before {
	background-image: url('assets/images/icons/icon_time.svg');
}
h3.ambulance:before {
	background-image: url('assets/images/icons/icon_leistungen.svg');
}
.footerCol p, .footerCol span {
	color: #191C1B;
	font-size: 17px;
}
.footerInfo span {
	width: 100%;
	display: block;
	margin-bottom: 4px;
	white-space: nowrap;
}
.footerInfo strong {
	white-space: nowrap;
}
.footerBadges {
	top: -50px;
	position: relative;
}
.footerBadges a {
	/* display: block; */
	/* top: 0; */
	/* float: left; */
	margin: 0px 10px;
	/* width: -webkit-calc(50% - 20px); */
	width: -moz-calc(50% - 20px);
	/* width: calc(50% - 20px); */
	/* max-width: 70px; */
}

.formInput {
	position: relative;
}
.formInput label {
	display: none;
}
.formInput input[type="text"], .formInput textarea {
	width: 100%;
	background-color: #E8E8E8;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px 10px;
	font-size: 17px;
	margin-bottom: 10px;
}
.formInput input.error, .formInput textarea.error  {
	border: 1px solid #ca2a2a;
}
.formInput textarea.max {
	min-height: 160px;
}
.formCheck {
	position: relative;
}
#checkPrivacy {
	z-index: 20;
	opacity: 0;
}
#checkPrivacy ~ label:before {
	border: 1px solid #999999;
	border-radius: 3px;
	content: "";
	display: block;
	opacity: 1;
}
#checkPrivacy.error  ~ label:before {
	border: 1px solid #ca2a2a;
}
#checkPrivacy, #checkPrivacy ~ label:before {
	position: absolute;
	left: 0;
	top: 11px;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
#checkPrivacy:checked ~ label:before {
	background: url('assets/images/icons/icon_check_white.svg') no-repeat center center / 13px 13px #00A2AE;
	border: 0;
}
.formCheck span.error, .formInput span.error {
	color: #ca2a2a;
	font-size: 12px;
	position: absolute;
	right: 5px;
	bottom: 15px;
}
.formCheck span.error  {
	left: 30px;
	bottom: -7px;
}
.formCheck {
	padding: 10px 0px;
}
.formCheck label {
	display: block;
	color: #000;
	font-size: 13px;
	line-height: 1.4em;
	padding: 2px 0 0 30px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}



#footer .btnOutline {
	margin-top: 25px;
}
.footerBottom {
	position: relative;
	padding: 15px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #25996A;
	float: left;
	width: 100%;
}
.footerBottom .inner {
	max-width: 1600px;
}
.footerBottom .bottomInfo {
	position: relative;
	top: auto;
	right: auto;
	text-align: left;
	float: left;
	margin-top: 5px;
}
.footerBottom .bottomInfo ul {
	margin: 0;
}
.footerBottom .bottomInfo ul li {
	color: #FFFFFF;
}
.bottomInfo ul li:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: -3px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: contain;
	background-size: contain;
	width: 30px;
	height: 30px;
}

.bottomInfo ul li.infoPhone:before {
	background-image: url('assets/images/icons/icon_phone-negativ.png');
}
.bottomInfo ul li.infoTime:before {
	background-image: url('assets/images/icons/icon_time-negativ.png');
}
.bottomInfo ul li.infoPlace:before {
	background-image: url('assets/images/icons/icon_marker-negativ.png');
}

#bottomNav {
	float: right;
}
#bottomNav ul {
	margin: 0;
}
#bottomNav ul li {
	list-style: none;
	display: inline;
}
#bottomNav ul li a {
	padding: 5px 15px;
	font-size: 17px;
	color: #FFFFFF;
}
#bottomNav ul li a:hover {
	color: #FFFFFF;
}
.ctaFooter {
	display: inline-block;
}
@media (max-width: 1440px) {
	#footer .footerCol {
		padding: 0 40px;
	}
}
@media (max-width: 1280px) {
	
}
@media (max-width: 1200px) {
	#footer .footerCol {
    padding: 0 20px;
}
}
@media (max-width: 1100px) {
	.footerTop {
		padding: 0px 30px 60px 30px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.footerAddr {
		width: 35%;
	}
	#footer .footerContact {
		width: 65%;
		padding: 0px 20% 0px 20px;
	}
	#footer .footerInfo {
		width: 100%;
		margin-top: 30px;
		padding-top: 30px;
		border-top: 1px solid #25996A;
		display: -moz-box;
		display: -webkit-flexbox;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: -moz-flex;
		display: flex;
	}
	.footerInfo .footerWrap {
		width: 50%;
		float: left;
	}
	.footerCol h3.ambulance {
		margin-top: 20px;
	}
	.footerBadges {
		position: absolute;
		right: 20px;
		width: 20%;
	}
	.footerBottom .bottomInfo {
		display: none;
		width: 50%;
	}
	.footerBottom .bottomInfo ul li {
		width: 100%;
		margin-bottom: 15px;
		font-size: 15px;
	}
	.footerInfo .footerWrap {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.footerInfo .footerWrap:first-child {
		border-right: 1px solid #5a7591;
		padding-right: 20px;
	}
	.footerInfo .footerWrap:last-child {
		padding-left: 20px;
	}
}
@media (max-width: 768px) {
	.footerAddr {
	    width: 40%;
	}
	#footer .footerContact {
   		width: 50%;
	    padding: 0px 0 0px 20px;
	}
}
@media (max-width: 767px) {
	.ctaFooter {
		display: inline-block;
		margin: 10px 0 30px 0;
	}
}
@media (max-width: 740px) {
	#footer .footerCol {
		width: 100%;
	}
	#footer .footerContact {
		padding: 0px 20px;
	}
	#footer .footerBadges {
	    width: 25% !important;
	}
	#footer .footerInfo {
		display: block;
		border: 0;
		margin-top: 0px;
		padding-top: 0px;
	}
	#footer .footerInfo .footerWrap {
		width: 100%;
		padding: 0;
		border: 0;
	}
	#footer .footerCol .footerLayer, #footer .footerWrap .footerLayer {
		max-height: 0;
		display: none;
		padding-left: 30px;
		-webkit-transition: all 600ms;
		-moz-transition: all 600ms;
		-ms-transition: all 600ms;
		-o-transition: all 600ms;
		transition: all 600ms;
	}
	#footer .footerCol.open .footerLayer, #footer .footerWrap.open .footerLayer {
		max-height: 1000px;
		display: block;
	}
	#footer .footerCol h3 {
		border-bottom: 1px solid #25996A;
		padding-bottom: 10px;
		background: url('assets/images/icons/arrow_down.svg') no-repeat calc(100% - 15px) 5px / 40px 25px;
	}
	#footer .footerCol.open h3, #footer .footerWrap.open h3 {
		background: url('assets/images/icons/close.svg') no-repeat calc(100% - 15px) 0 / 30px 30px;
	}
	#footer .footerCol:first-child h3 {
		border-bottom: 0;
		padding-bottom: 0;
		background: none;
	}
	.footerCol h3:before {
		left: 5px;
		width: 32px;
		height: 32px;
	}
}
@media (max-width: 560px) {
	#footer .footerBadges {
	    width: 30% !important;
	}
}
@media (max-width: 460px) {
	.footerTop {
		padding: 0px 15px 60px 15px;
	}
	#footer .footerCol .footerLayer, #footer .footerWrap .footerLayer {
		padding: 20px 0px 20px 10px;
		float: left;
	}
	#footer .footerBadges {
	    width: 40% !important;
	}
	.formCheck span.error {
		position: relative;
		margin-bottom: 10px;
		float: left;
	}
}

/*///////////////////////////////////////////////////////
// Media Queries
//////////////////////////////////////////////////////*/
@media (max-width: 1500px) {
	.fixedHead #header .infoList.fixedInfo {
        top: 0;
    }
    .fixedHead #header .infoList ul li {
        font-size: 15px;
    }
}
@media (max-width: 1280px) {
	.infoList {
		top: 5px;
	}
	.infoList ul li {
		font-size: 15px;
	}
	#mainNav {
		padding: 60px 30px 20px 30px;
	}
	#mainNav ul {
		margin: 25px 0px 0px 250px;
	}
	#logo {
		background: url('assets/images/logo.png') no-repeat center center / 152px 90px;
		top: 20px;
		width: 152px;
		height: 90px;
	}
}
@media (max-width: 1100px) {
	.infoList ul li {
		font-size: 13px;
	}
	.infoList ul li:before {
		width: 25px;
		height: 25px;
	}
	#mainNav ul li a {
		font-size: 16px;
	}
}
@media (max-width: 1024px) {
	#mainNav {
		padding: 65px 30px 20px 30px;
	}
	#mainNav ul li {
		margin: 0px 12px;
	}
}
@media (max-width: 960px) {
	#header {
		border-top: 8px solid #25996A;
	}
	#header .infoList {
		top: 0;
		width: 50%;
		right: 0;
	}
	#mobileNav {
		display: block;
	}
	#mobileNav:before {
		content: "Menü";
		display: block;
		position: absolute;
		top: 3px;
		text-indent: -56px;
	}
	#mobileNav.open:before {
		content: "Schließen";
		text-indent: -80px;
	}
	#mainNav {
		padding: 15px 30px 20px 30px;
	}
	#mainNav ul li {
	    margin: 0px 0px 5px 12px;
	}
	.fixedHead #mainNav {
		padding: 15px 30px;
	}
	.fixedHead #header.open {
		border-color: #FFFFFF;
	}
	.fixedHead #header.open #mainNav .navWrap {
		border-bottom: 8px solid #25996A;
	}
	.fixedHead #header #logo {
		top: 0;
		width: 158px;
		height: 72px;
	}
	#mainNav ul {
		margin: 0;
	}
	#logo {
		position: relative;
		background: url('assets/images/logo.png') no-repeat center center / 152px 90px;
		width: 152px;
		height: 90px;
		top: 0px;
		float: left;
		left: auto;
	}
	.navWrap {
		visibility: hidden;
		opacity: 0;
		position: absolute;
		top: 109px;
		background: #FFFFFF;
		width: 100%;
		padding: 40px 73px;
		left: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: -moz-box;
		display: -webkit-flexbox;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: -moz-flex;
		display: flex;
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-transition: all 600ms;
		-moz-transition: all 600ms;
		-ms-transition: all 600ms;
		-o-transition: all 600ms;
		transition: all 600ms;
	}
	.navWrap.open {
		max-height: 800px;
		visibility: visible;
		opacity: 1;
	}
	.navWrap .main {
		width: 30%;
	}
	.navWrap .aside {
		width: 70%;
	}
	.navWrap .main ul li {
		width: 100%;
		margin-bottom: 3px;
	}
	#header > .infoList {
		display: none;
	}
	#mainNav .navWrap .infoList {
		right: auto;
		width: 100%;
		position: relative;
		float: left;
	}
	#mainNav .navWrap .infoList ul {
		width: 100%;
		padding: 40px;
	}
	#mainNav .navWrap .infoList ul li {
		width: auto;
		float: left;
		margin-bottom: 15px;
		clear: both;
		font-size: 16px;
		text-align: left;
	}
	.fixedHead #mainNav ul {
		margin: 0;
	}
	.fixedHead #header .infoList.fixedInfo {
		display: none;
	}
	.fixedHead #header .navWrap .infoList {
		display: block;
	}
}
@media (max-width: 680px) {
	.navWrap .main, .navWrap .aside {
		width: 100%;
	}
	#mainNav .navWrap .infoList ul {
		padding: 30px 0px 0px 0px;
		margin-left: -35px;
	}
}
@media (max-width: 560px) {
	.navWrap {
		padding: 20px 20px 20px 73px;
	}
	#mainNav .navWrap .infoList ul li {
		font-size: 14px;
	}
}
@media (max-width: 480px) {
	#mainNav {
		padding: 15px 20px;
	}
	.fixedHead #mainNav {
		padding: 10px 20px;
	}
	#logo {
	    background: url('assets/images/logo.png') no-repeat center center / 152px 90px;
	    width: 152px;
	    height: 90px;
	}
	#mobileNav {
		font-size: 15px;
	}
	#mainNav ul li {
		margin-left: 28px;
	}
	#mobileNav:before {
		top: 5px;
		text-indent: -52px;
	}
	#mobileNav.open:before {
		text-indent: -73px;
	}
	.navWrap {
		padding: 20px 20px 20px 40px;
		top: 98px;
	}
}

/*///////////////////////////////////////////////////////
// Overwrites
//////////////////////////////////////////////////////*/

.lg-backdrop {
	background-color: #00243b;
}
.lg-sub-html {
	display: none;
}

.footerBadges img {
	width: 40%  !important;
	display: inline;
}

.btn a, .teamBtn a {
	color: #fff;
}