@charset "UTF-8";

/* Generell
*******************************************************************************/

* {
	margin: 0;
	padding: 0;
	outline: none;
}

html, body {
	min-height: 100%;
	height: 100%;
	width: 100%;
	/*overflow-x: hidden;*/
}

html.autoHeight, body.autoHeight {
	height: auto !important;
	min-height: auto !important;
}

html {
	-webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
	-webkit-font-smoothing: antialiased; /* damit im Safari die Schrift nicht Blinkt bei den Animationen vom Flexslider */
	-moz-osx-font-smoothing: grayscale;

}

body {
	margin: 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 21px;
	color: #1C1F22;
	background-color: #fff;
	line-height: 1.5em;
	position: relative;
}

/*body.noScroll {
    overflow: hidden;
    height: 100%;
}*/

h1 {
	font-size: 79px;
	font-weight: normal;
	padding: 0;
	color: #1C1F22;
	line-height: 1.3em;
	margin-bottom: 20px;
}

h1.titel {
	font-size: 97px;
	font-weight: normal;
	padding: 0;
	color: #1C1F22;
	line-height: 1.3em;
	margin-bottom: 20px;
}

h2 {
	font-size: 49px;
	font-weight: normal;
	padding: 0;
	color: #1C1F22;
	line-height: 1.3em;
	margin-bottom: 0.5em;
}

h2.titel {
	font-size: 79px;
	font-weight: normal;
	padding: 0;
	color: #1C1F22;
	line-height: 1.3em;
	margin-bottom: 20px;
}

h3 {
	font-size: 49px;
	padding: 0;
	color: #1C1F22;
	line-height: 1.3em;
	margin-bottom: 0.5em;
	font-weight: normal;
}

h4 {
	font-size: 29px;
	padding: 0;
	color: #1C1F22;
	line-height: 1.3em;
	margin-bottom: 0.75em;
	font-weight: normal;
}

h5 {
	font-size: 29px;
	padding: 0;
	color: #1C1F22;
	font-weight: normal;
	line-height: 1.3em;
	margin-bottom: 0.75em;
}

h6 {
	font-size: 21px;
	color: #1C1F22;
	padding: 5px 0 0 0;
	font-weight: 700;
	line-height: 1.3em;
	margin-bottom: 0.5em;
}

a:link, a:visited {
	text-decoration: none;
	color: #1C1F22;
	/*color: #1C1F22;*/
	cursor: pointer;
}

a:hover, a:active, a.aktiv {
	text-decoration: none;
	color: #777;
}

img {
	border: none;
}

.clear {
	position: relative;
	width: 100%;
	height: 0;
	overflow: hidden;
	clear: both;
	display: block;
}

strong {
	font-weight: 700;
	/*color: #1C1F22;*/
}

td {
	vertical-align: top;
	text-align: left;
}

.codeblock {
    background: #ddd;
    padding: 15px;
    border: #444 1px solid;
    margin-bottom: 2em;
}

.codeblock p {
    margin-bottom: 0 !important;
}

code {
    font-size: 0.8em;
    line-height: 1.2em;
}

.trenner {
	position: relative;
	clear: both;
	width: 30px;
	height: 3px;
	margin: 0 auto;
	margin-bottom: 15px;
	overflow: hidden;
	background-color: #000;
}

.tint .trenner {
	background-color: #fff !important;
}

.showpad {
	display: none;
}

.desk {
	display: inherit;
}

.mobile {
	display: none !important;
}

.small {
	font-size: 80%;
}

.kleingedruckt {
	font-size: 95%;
}

.nowrap {
	white-space: nowrap;
}

.floatLeft {
	position: relative;
	float: left;
}

.floatRight {
	position: relative;
	float: right;
}

/*.btn {
	display: inline-block;
	padding: 3px 10px 3px 10px;
	min-width: 110px;
	margin-right: 5px;
	margin-bottom: 10px;
	background: #1C1F22;
	color: #fff !important;
	font-size: 14px;
	font-weight: normal;
	text-align: left;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.icon {
	position: relative;
	padding-right: 60px;
	padding-top: 10px;
	min-height: 45px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.btn span {
	position: absolute;
	right: 5px;
	top: 5px;
	display: block;
	width: 35px;
	height: 35px;
}

.btn span img {
	width: 100%;
	height: auto;
}

.btn:hover {
	background: #000;
}*/

.btn {
	display: inline-block;
	padding: 15px 20px 15px 0;
	background: url('/_images/sendKontakt.png') no-repeat center right;
	color: #1C1F22 !important;
	font-size: 25px;
	text-align: left;
	cursor: pointer;
	font-weight: 700;

	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.btn:hover,
.btn:focus {
	padding-right: 50px;
	padding-left: 30px;
}

.center {
	text-align: center;
}

.noscale,
.noscale img {
	width: auto !important;
}

.lead {
	font-size: 29px;
	line-height: 1.4em;
}

.hidden{
     opacity:0;
}
.visible{
     opacity:1;
}

.hiddenPix {
	display: none;
}

.beige {
	background: #cbc4ac;
}

.grau {
	background: #91a1ad;
}

.gruen {
	background: #c1c550;
}

.orange {
	background: #eb8d5a;
}

.blau {
	background: #75a8ce;
}

.violett {
	background: #b7707f;
}

.rot {
	background: #eb5a5c;
}


.box4.beige a:hover,
.box4.beige a:active,
.box6.beige a:hover,
.box6.beige a:active {
	background-color: #8d8979;
}

.box4.grau a:hover,
.box4.grau a:active,
.box6.grau a:hover,
.box6.grau a:active {
	background-color: #677078;
}

.box4.gruen a:hover,
.box4.gruen a:active,
.box6.gruen a:hover,
.box6.gruen a:active {
	background-color: #888940;
}

.box4.orange a:hover,
.box4.orange a:active,
.box6.orange a:hover,
.box6.orange a:active {
	background-color: #9d6644;
}

.box4.blau a:hover,
.box4.blau a:active,
.box6.blau a:hover,
.box6.blau a:active {
	background-color: #57758e;
}

.box4.violett a:hover,
.box4.violett a:active,
.box6.violett a:hover,
.box6.violett a:active {
	background-color: #7a5259;
}

.box4.rot a:hover,
.box4.rot a:active,
.box6.rot a:hover,
.box6.rot a:active {
	background-color: #9a4743;
}

.logoContent img {
	max-width: 250px;
	height: auto;
}

.lehrbetrieb img {
	max-width: 150px;
	height: auto;
}


@media only screen and (max-width: 1279px){
	h1.titel {
		font-size: 80px;
	}
	h1, h2.titel {
		font-size: 80px;
	}
}

@media only screen and (max-width: 1030px){
	h1, h2.titel {
		font-size: 65px;
	}
}

@media only screen and (max-width: 1023px){
	body {
		font-size: 20px;
	}
	.lead {
		font-size: 24px;
	}
	h1.titel {
		font-size: 65px;
	}
	h1, h2.titel {
		font-size: 65px;
	}
}

@media only screen and (max-width: 767px){
	.desk {
		display: none !important;
	}
	.mobile {
		display: inherit !important;
	}
}

@media only screen and (max-width: 760px){
	body {
		font-size: 16px;
	}
	.lead {
		font-size: 18px;
	}

	h1.titel {
		font-size: 32px;
	}
	h1, h2.titel {
		font-size: 32px;
	}
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 24px;
	}
	h4 {
		font-size: 20px;
	}
	h5 {
		font-size: 24px;
	}
	h6 {
		font-size: 16px;
	}
	.floatLeft {
		float: none;
	}
	.floatRight {
		float: none;
	}
	h1.colRight {
		font-size: 30px;
		width: 100%;
		padding: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.lehrbetrieb img {
		max-width: 90px;
	}
}
@media only screen and (max-width: 480px){

}


/* Elemente einfaden */
.fadeCont {
	-moz-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
}

.fadeIn {
	-moz-animation-name: slideBoxes;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease-out;
    -moz-animation-duration: 1s;

    -webkit-animation-name: slideBoxes;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-duration: 1s;

    animation-name: slideBoxes;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-duration: 1s;
}

@-moz-keyframes slideBoxes {
    0% {
        -moz-transform: translateY(150px);
		-moz-opacity: 0;
    }
	50% {
        -moz-transform: translateY(150px);
		-moz-opacity: 0;
    }
    100% {
        -moz-transform: translateY(0);
		-moz-opacity: 100;
    }
}
@-webkit-keyframes slideBoxes {
    0% {
        -webkit-transform: translateY(150px);
		-webkit-opacity: 0;
    }
	50% {
        -webkit-transform: translateY(150px);
		-webkit-opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
		-webkit-opacity: 100;
    }
}
@keyframes slideBoxes {
    0% {
        transform: translateY(150px);
		opacity: 0;
    }
	50% {
        transform: translateY(150px);
		opacity: 0;
    }
    100% {
        transform: translateY(0);
		opacity: 100;
    }
}

@media only screen and (max-width: 760px){
	.fadeCont {
		-moz-opacity: 1;
		-webkit-opacity: 1;
		opacity: 1;
	}
}


/* Konstrukt
*******************************************************************************/

#created {
	position: absolute;
	z-index: 9;
	right: -30px;
	bottom: 120px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

#created a {
	display: block;
	color: #000 !important;
}

@media only screen and (max-width: 480px){
	#created {
		bottom: 145px;
	}
}

.clearfix {
    overflow: auto;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

#wrap {
	position: relative;
	width: 100%;
	height: auto;
	overflow-x: hidden;
}


/* Header
*******************************************************************************/

#headerTop {
	position: relative;
	width: 100%;
	height: 125px;
	background: #fff;
	z-index: 1011;
}

#headerHome {
	position: relative;
	width: 100%;
	/*height: 870px;*/
	height: calc(100% - 155px);
	overflow: hidden;
	margin: 0 0 40px 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#headerHome.videoHome {
    height: 870px;
}

/* Video */
.headerBildFull {
	position: relative;
	width: 100%;
	height: calc(100% - 160px);
	overflow: hidden;
}

.headerBildContent {
	position: relative;
	width: 100%;
	height: 650px;
}

.embed-responsive {
	position: relative;
	display: block;
	/*height: 0;*/
	padding: 0;
	overflow: hidden;

	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;

	width: 100%;
	height: 100%;
}

.embed-responsive-item {
	position: absolute;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%;
	height: 100%;
	width: 100%;
	border: 0;
	background: #fff;
}

.embed-16by9 {
	padding-bottom: 56.25%;
	margin-bottom: 0;
	margin-top: 40px;
}

.embed-responsive-4by3 {
	padding-bottom: 75%;
	margin-bottom: 5px;
}

.videoVorschau {
	position: relative;
	line-height: 0;
	margin-bottom: 40px;
}

.overlayVideo {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.overlayVideo a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url('/_images/play.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 80px 80px;
}

.fancybox-slide--video .fancybox-content {
	background: none;
}

@media only screen and (max-width: 760px){
	.embed-16by9 {
		margin-top: 20px;
	}
}


.fullscreen {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
}

#verlauf {
	/*position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: rgba(0,0,0,0.3);*/
	display: none;
}

#logo {
	position: absolute;
	top: 25px;
	left: 40px;
	width: 305px;
	z-index: 11;
	cursor: pointer;
}

#logo img {
	height: auto;
	width: 100%;
}

#titelHeader {
	position: absolute;
	bottom: 12%;
	left: calc(50% - 725px);
	max-width: 1500px;
	z-index: 3;
}

#titelHeaderMobile {
	position: relative;
	max-width: 1500px;
	margin: 0 auto 0 auto;
	display: none;
}

#titelHeader h2 {
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 10px;
}

#titelHeader h1 {
	color: #fff;
	font-size: 70px;
	font-weight: normal;
	margin-bottom: 0;
}

#titelHeaderMobile h2 {
	color: #1C1F22;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}
#titelHeaderMobile h1 {
	color: #1C1F22;
	font-size: 35px;
	font-weight: normal;
	margin-bottom: 0;
}

#breadcrumb {
	position: absolute;
	top: 53px;
	right: 80px;
	font-size: 16px;
}


#video_background {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1000;
	overflow: hidden;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

#sound {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background-image: url("/_images/sound_off.png");
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}

#sound.soundOn {
    background-image: url("/_images/sound_on.png");
}

@media only screen and (max-width: 1530px){
	#titelHeader {
		left: 40px;
	}
}

@media only screen and (max-width: 1280px){
	.headerBildContent {
		height: 450px;
	}
}

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

}

@media only screen and (max-width: 610px){
	/*#titelHeader {
		bottom: -150px;
	}*/
}

@media only screen and (max-width: 480px){
	#titelHeader {
		/*bottom: -150px;
		left: 15px;*/
		display: none;
	}
	#titelHeaderMobile {
		display: inherit;
	}
	.embed-responsive {
		overflow: hidden;
		/*margin-bottom: 130px !important;*/
	}
	#verlauf {
		display: none;
	}
	.headerBildFull,
	.headerBildContent {
		/*height: 250px;*/
		height: 370px;
	}
}

@media only screen and (max-width: 350px){
	.headerBildFull,
	.headerBildContent {
		height: 320px;
	}
}

/* Pulsierender Pfeil */
@keyframes pulse {
	0%, 25%, 55%, 80%, 100% {
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	45% {
		-webkit-transform: translate(0, -15px);
		-moz-transform: translate(0, -15px);
		-o-transform: translate(0, -15px);
		-ms-transform: translate(0, -15px);
		transform: translate(0, -15px);
	}
	65% {
		-webkit-transform: translate(0, -6px);
		-moz-transform: translate(0, -6px);
		-o-transform: translate(0, -6px);
		-ms-transform: translate(0, -6px);
		transform: translate(0, -6px);
	}
}

.pulse {
	-webkit-animation: pulse 2s infinite;
	-moz-animation: pulse 2s infinite;
	-o-animation: pulse 2s infinite;
	animation: pulse 2s infinite;
}

.scrolldown img {
	width: 50px;
	height: auto;
}

#down {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 9;
}


@media only screen and (max-width: 1200px){
	#headerHome {
		height: 500px;
	}
    #headerHome.videoHome {
        height: 650px;
    }
	#titelHeader h1 {
		font-size: 75px;
	}
	#headerBild {
		height: 450px;
	}
}

@media only screen and (max-width: 1024px){
	#headerHome {
		height: 450px;
	}
    #headerHome.videoHome {
        height: 500px;
    }
	#titelHeader h1 {
		font-size: 55px;
	}
	#headerBild {
		height: 330px;
	}
}


@media only screen and (max-width: 760px){
	#logo {
		width: 220px;
		top: 35px;
		left: 15px;
	}
	#headerHome {
		height: 250px;
		margin: 0 0 20px 0;
	}
	#titelHeader h1 {
		font-size: 35px;
	}
    #headerHome.videoHome {
        height: 200px;
    }
	#headerTop {
		height: 90px;
	}
	#breadcrumb {
		display: none;
	}
    #sound {
        width: 30px;
        height: 30px;
    }
}

@media only screen and (max-width: 480px){
	.embed-responsive-16by9 {
		/*padding-bottom: 100%;*/
		margin-bottom: 5px;
	}
	#video_background {
		height: 100%;
		width: auto;
	}
	#down {
		display: none;
	}
}

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

    /*#video_background {
        width: 120%;
    }*/
	#titelHeader h1 {
		font-size: 35px;
	}
}



/* Navigation
*******************************************************************************/

/* Hamburger-Animation */
.hamburger {
	position: absolute;
	top: 42px;	right: 90px;
	z-index: 28;
	border: none;
	padding: 5px 10px;
	cursor: pointer;

	/*-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;*/
}

.hamburger.is-active {
	 /*position: fixed;*/
}

.hamburger .line{
	width: 35px;
	height: 3px;
	background-color: #1C1F22;
	display: block;
	margin: 7px auto;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.hamburger:hover{

}

.hamburger:hover .line{
	background-color: #1C1F22;
}

.hamburger.is-active {
	/*border: #fff 3px solid;*/
}

.hamburger.is-active .line:nth-child(2){
	opacity: 0;
}

.hamburger.is-active .line:nth-child(1){
	-webkit-transform: translateY(10px) rotate(45deg);
	-ms-transform: translateY(10px) rotate(45deg);
	-o-transform: translateY(10px) rotate(45deg);
	transform: translateY(10px) rotate(45deg);
	/*background-color: #fff;*/
}

.hamburger.is-active .line:nth-child(3){
	-webkit-transform: translateY(-10px) rotate(-45deg);
	-ms-transform: translateY(-10px) rotate(-45deg);
	-o-transform: translateY(-10px) rotate(-45deg);
	transform: translateY(-10px) rotate(-45deg);
	/*background-color: #fff;*/
}

.hamburger.is-active:before {
	background: none;
}

@media only screen and (max-width: 1550px){
	.hamburger {
		right: 15px;
	}
}

@media only screen and (max-width: 760px){
	.hamburger {
		top: 22px;
	}
}

/* Hauptnavigation */
#mobileMenu {
	display: none;
}

#nav {
	position: absolute;
	display: block;
	top: -100%;
	left: 0;
	width: 100%;
	min-height: 100%;
	background: #204d96;
	opacity: 0;
	z-index: 1000;
	padding: 60px 25px 70px 25px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

#nav.open {
	top: 0;
	opacity: 0.98;
	/*position: fixed;*/
}

.contentNav {
	position: relative;
	margin: 100px auto 0 auto;
	max-width: 1508px;
	overflow: hidden;
}

.contentNav .flexbox {
	margin: 0 -20px;
	width: calc(100% + 40px);
}

.contentNav strong {
	color: inherit;
}


#navigation {
	list-style: none;
	width: 100%;
	position: relative;
	color: #fff;
	font-weight: normal;
	z-index: 50;
	float: left;
	margin: 0 !important;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#navigation a {
    color: #fff;
    text-align: center;
    display: block;
    font-size: 35px;
    margin-bottom: 1em;
}

#navigation a:hover,
#navigation a:active,
#navigation a.aktiv {
    color: #4f7fc0;
}

.navSpalten {
	position: relative;
	width: 25%;
	padding: 0 20px;
	color: #fff;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.navSp1 {
	width: 21%;
}

.navSp2 {
	width: 29%;
}

.navSp3 {
	width: 21%;
}

.navSp4 {
	width: 29%;
	margin-top: 22px;
	padding-left: 30px;
	padding-bottom: 140px;
	border-left: #fff 1px solid;
}

.navSp4 p {
	margin-bottom: 2em;
}

.mainNav ul {
	list-style: none;
	height: 0;
	overflow: hidden;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.mainNav li {
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.mainNav a {
	color: #fff !important;
	display: block;
	padding: 25px 0 15px 0;
	line-height: 1.1em;
	font-size: 28px;
	font-weight: 700;
	cursor: pointer !important;
}

.mainNav a:hover,
.mainNav a:active,
.mainNav a.aktiv {
	color: #1C1F22 !important;
}

.mainNav ul a {
	font-size: 24px;
	font-weight: normal;
	padding: 15px 0;
	color: #fff !important;
}

.mainNav > li:hover > ul,
.mainNav ul.openSub,
.mainNav li.aktiv > ul {
	height: 100px;
}


.navSp4 a {
	color: #fff !important;
	cursor: pointer !important;
}

.navSp4 a:hover,
.navSp4 a:active {
	color: #1C1F22 !important;
}

.navFooter {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	list-style: none;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.navFooter li {
	padding-left: 30px;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.navFooter a {
	color: #fff !important;
	display: block;
	padding: 25px 0 15px 0;
	line-height: 1.1em;
	font-size: 28px;
	font-weight: 700;
	cursor: pointer !important;
}

.navFooter a:hover,
.navFooter a:active,
.navFooter a.aktiv {
	color: #1C1F22 !important;
}

@media only screen and (max-width: 1355px){
	.mainNav a {
		padding: 20px 0 10px 0;
		font-size: 24px;
	}
	.navFooter a {
		padding: 20px 0 10px 0;
		font-size: 24px;
	}
	.navSp1 {
		width: 20%;
	}
	.navSp2 {
		width: 28%;
	}
	.navSp3 {
		width: 20%;
	}
	.navSp4 {
		width: 32%;
		margin-top: 17px;
		padding-bottom: 130px;
		font-size: 18px;
	}
}

@media only screen and (max-width: 1160px){
	.mainNav a {
		padding: 20px 0 10px 0;
		font-size: 20px;
	}
	.navFooter a {
		padding: 20px 0 10px 0;
		font-size: 20px;
	}
	.navSp4 {
		margin-top: 15px;
		padding-bottom: 110px;
		font-size: 15px;
		line-height: 1.6em;
	}
}

@media only screen and (max-width: 1023px){
	.navSp1 {
		width: 30%;
	}
	.navSp2 {
		width: 40%;
	}
	.navSp3 {
		width: 30%;
	}
	.navSp4 {
		padding-left: 20px;
		padding-bottom: 100px;
		border-left: none;
		width: 100%;
		margin-top: 50px;

		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-webkit-flex-wrap: wrap;
		-ms-flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-direction: row;
		flex-wrap: wrap;

		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.navSp4 div {
		width: 30%;
		padding-left: 25px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.navSp4 div:first-child {
		width: 70%;
		padding-left: 0;
	}
}


.noWrap {
	white-space: nowrap;
}

.telIcon  img {
	height: 55px;
	width: auto;
	margin-right: 15px;
	margin-bottom: -15px;
}

#deskMenu {
	overflow: hidden;
}


@media only screen and (max-width: 760px){
	#deskMenu {
		display: none;
	}
	#mobileMenu {
		display: inherit;
		margin: 0 15px;
		width: calc(100% - 30px);
	}
	.contentNav {
		margin-top: 60px;
	}
}

/* Mobile Menu Akkordion */
.mobileAkkordion {
	border-bottom: #1C1F22 2px solid;
}

.navHeader {
	position: relative;
	font-size: 28px;
	color: #1C1F22;
	display: block;
	border-top: #1C1F22 2px solid;
	padding: 15px 0 15px 30px;
	font-weight: 700;
}

.navHeader:first-child {
	border-top: none;
}

.navContent a {
	display: block;
	font-size: 28px;
	color: #fff;
	padding: 15px 0;
}

.navContent a:hover,
.navContent a.aktiv {
	color: #1C1F22;
}

.navContent ul {
	margin-bottom: 15px;
}

.navHeader .ui-accordion-header-icon {
	position: absolute;
	left: 0;
	top: 13px;
	display: block;
	width: 25px;
	height: 35px;
}

.navHeader .ui-icon-triangle-1-e {
	background: url(/_images/accordion_open_black.png) no-repeat;
	background-size: contain;
}

.navHeader .ui-icon-triangle-1-s {
	background: url(/_images/accordion_close_black.png) no-repeat;
	background-size: contain;
}

#mobileMenu p {
	padding-top: 20px;
}

#mobileMenu p a {
	color: #fff;
	display: inline-block;
	width: 33.333333%;
	padding: 0;
}

#mobileMenu p a.left {
	text-align: left;
}

#mobileMenu p a.right {
	text-align: right;
}

#mobileMenu ul {
	list-style: none;
}


/* Sprachnavigation */

#sprachNav {
    text-align: center;
    color: #fff;
    margin-bottom: 2em;
}

#sprachNav ul {
    list-style: none;
}

#sprachNav li {
    display: inline-block;
}

#sprachNav a {
    color: #fff;
}

#sprachNav a:hover {
    color: #4f7fc0;
}

#sprachNav.langDE li.de a,
#sprachNav.langEN li.en a {
    color: #4f7fc0;
}




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

/* Ankerpunkt */
.anker {
	position: absolute;
	top: 0px;
}

section, article {
	position: relative;
}

.light {
	background-color: #f4f2ef;
	width: calc(100% - 80px);
	margin: 70px 40px 40px 40px;
}

.tint {
	background: #e1e6e8;
	width: calc(100% - 80px);
	margin: 70px 40px 40px 40px;
}

.abstandTop {
	position: relative;
	width: 100%;
	height: 50px;
}

/*.tint a:link,
.tint a:visited {
	color: #000;
}

.tint a:hover,
.tint a:active,
.tint a.aktive {
	color: #fff;
}

.tint h1,
.tint h2,
.tint h3,
.tint h4 {
	color: #000;
}*/

.content {
	position: relative;
	clear: both;
	max-width: 1588px;
	margin: 0 auto;
	padding: 40px 40px 0 40px;
	line-height: 1.6em;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#headerTop .content {
	max-width: 1588px;
}

.contentFull {
	position: relative;
	clear: both;
	width: 100%;
	margin: 0;
	padding: 30px 15px;
	line-height: 1.6em;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.contentSmall {
	max-width: 1072px;
}

.contentNews {
	max-width: 1072px;
	margin-top: 60px;
}

.contentXSmall {
	max-width: 814px;
}

.abstand {
	margin-top: 10px;
	margin-bottom: 40px;
}

.content p,
.contentFull p {
	margin-bottom: 1.5em;
}

.content ul,
.contentFull ul {
	list-style-image: url(/_images/aufz.png);
	margin: 0 0 1em 0.8em;
}

.content ul ul,
.contentFull ul ul {
	margin: 0 0 0 0.8em;
}

.content .flexslider ul {
	list-style: none;
	margin: auto;
}

/*.tint ul {
	list-style-image: url(/_images/aufz_weiss.png);
}*/


.content li,
.contentFull li {
	/*margin-bottom: 1em;*/
	margin-bottom: 0;
}

.contentLeft {
	position: relative;
	width: 28%;
	padding: 0 30px 0 0;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.contentLeft h1,
.contentLeft h2.titel {
	text-align: right;
}

.contentRight {
	position: relative;
	width: 72%;
	padding-right: 12%;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.contentLeft img,
.contentRight img {
	width: 100%;
	height: auto;
}

.contentRight ul {
	margin-left: 1em;
	list-style-image: url(/_images/aufz.png);
	margin-bottom: 1.5em;
}

.weiter {
	background: url('/_images/weiter.png') no-repeat center right;
	padding-right: 20px;

	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.weiter:hover {
	padding-right: 40px;
}

.contentNews h1 {
	font-size: 49px;
	padding-right: 40px;
	padding-bottom: 0.3em;
}

.contentNews .flexslider {
	margin-bottom: 2em;
}

.contentNews .flexslider .slides img {
	height: auto;
}

.sliderHome {
	position: relative;
	width: 100%;
	height: 100%;
}

.sliderHome .slides {
	width: 100%;
	height: 100%;
}

.sliderHome li {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

#play {
	position: absolute;
	bottom: 130px;
	width: 80px;
	height: 80px;
	left: calc(50% - 40px);
	z-index: 10;
	cursor: pointer;
}

ul.slides {
	margin: 0 !important;
}

.overview {
	position: relative;
	width: 100%;
	border-top: #5b5b5b 1px solid;
	padding: 30px 0 0 0;
}

.overview a {
	font-size: 25px;
	font-weight: 700;
}

.closeNews {
	position: absolute;
	top: 50px;
	right: 40px;
}

.close {
	display: block;
	width: 25px;
	height: 25px;
}

.close img {
	width: 100%;
	height: auto;
}

.datum {
	margin-bottom: 0 !important;
	color: #1C1F22;
	font-weight: 700;
}



@media only screen and (max-width: 1023px){
	.contentRight {
		padding-right: 5%;
	}
	.light .content,
	.tint .content{
		padding-top: 20px;
	}
}

@media only screen and (max-width: 767px){
	.contentLeft,
	.contentRight {
		width: 100%;
	}
	.contentLeft h1,
	.contentLeft h2.titel {
		text-align: left;
		font-size: 20px;
		margin-bottom: 0.3em;
	}
	.contentLeft h1 br,
	.contentLeft h2.titel br {
		display: none;
	}
	.contentRight {
		padding-right: 0;
	}
	.content {
		padding: 15px 20px 0 20px;
	}
	.light,
	.tint {
		width: calc(100% - 30px);
		margin: 50px 15px 20px 15px;
	}
	.contentSmall {
		padding: 15px 20px 0 20px;
	}
	.contentHomeSmall {
		padding: 35px 35px 0 35px;
	}
	.contentXSmall {
		padding: 15px 35px 0 35px;
	}
	.contentNews {
		margin-top: 0;
	}
	.contentNews h1 {
		font-size: 28px;
		padding-right: 0;
	}
	.closeNews {
		display: none;
	}
	.overview a {
		font-size: 18px;
	}
	.contentNews h6 {
		font-size: 18px;
	}
}

@media only screen and (max-width: 480px){
	#play {
		bottom: 30px;
		width: 50px;
		height: 50px;
		left: calc(50% - 25px);
	}
}



.fliesstext {
  	-webkit-column-count: 2;
	-webkit-column-gap: 50px;
	-moz-column-count: 2;
	-moz-column-gap: 50px;
	column-count: 2;
	column-gap: 50px;
}

.full {
	position: relative;
	clear: both;
	width: 100%;
	padding: 30px 0;
	overflow: hidden;
}

.spalten {
	clear: both;
}

.paddingSpalten {
	padding-top: 35px;
}

.spalten2 {
	position: relative;
	padding: 0 20px 0 20px;
	width: 50%;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}

.spalten2 img {
	width: 100%;
	height: auto;
}


.spalteText {
	position: relative;
	width: calc(100% - 420px);
	padding: 0 40px;
	display: block;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.spalteBild {
	position: relative;
	width: 340px;
	padding: 0 40px;
	display: block;
}

.spalteBild img {
	width: 100%;
	height: auto;
}

.spalteBild .textSpalteBild {
	position: relative;
	width: 100%;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.spalten23 {
	position: relative;
	width: calc(66.666666% - 60px);
	margin: 0 20px 40px 40px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.spalten13 {
	position: relative;
	width: calc(33.333333% - 60px);
	margin: 0 40px 40px 20px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.spalten23 img,
.spalten13 img {
	width: 100%;
	height: auto;
}

.zoom {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.zoom a {
	display: block;
	width: 100%;
	height: 100%;
}

.zoom img {
	width: 50px !important;
	height: 50px !important;
}

.legend {
	font-size: 80%;
	line-height: 1.4em;
	margin-top: 10px;
}


.cta {
	text-align: center;
	font-size: 35px;
	margin-top: 50px;
	font-weight: 700;
}

.cta img {
	height: 45px;
	width: auto;
	margin-right: 15px;
	margin-bottom: -10px;
}

.cta .telIcon img {
	height: 55px;
	width: auto;
	margin-right: 15px;
	margin-bottom: -15px;
}

.cta a {
	color: #26363d;
}

.cta a:hover {
	color: #1C1F22;
}

.cta a:first-child {
	margin-right: 50px;
}

@media only screen and (max-width: 1023px){
	.cta {
		font-size: 25px;
	}
	.cta img {
		height: 35px;
	}
	.cta .telIcon img {
		height: 45px;
		margin-bottom: -15px;
	}
	.spalteText {
		width: calc(100% - 275px);
		padding: 0 20px;
	}
	.spalteBild {
		position: relative;
		width: 235px;
		padding: 0 20px;
	}
	.spalten2 {
		width: calc(100% - 50px);
		margin-left: 25px;
		margin-right: 25px;
		padding: 0;
	}
}

@media only screen and (max-width: 767px){
	.cta {
		font-size: 20px;
	}
	.cta a {
		display: block !important;
		margin-bottom: 15px;
		margin-right: 0 !important;
	}
	.cta img {
		height: 25px;
		width: auto;
		margin-right: 15px;
		margin-bottom: -5px;
	}
	.cta .telIcon img {
		height: 30px;
		margin-bottom: -10px;
	}
	.spalten2 {
		width: calc(100% - 10px);
		margin-left: 5px;
		margin-right: 5px;
		padding: 0;
	}
	.spalten23 {
		width: 100%;
		padding: 0;
		margin: 0 0 40px 0;
	}
	.spalten13 {
		width: 100%;
		padding: 0;
		margin: 0 0 40px 0;
	}
	.spalteText {
		width: 100%;
		padding: 0;
	}
	.spalteBild {
		width: 100%;
		padding: 0;
	}
	.spalteBild .textSpalteBild {
		padding: 0 10px;
	}

}


/* Flexboxen */
.flexbox {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-direction: row;
	flex-wrap: wrap;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	width: calc(100% + 40px);
	margin: 0 -20px;
}

.flexSmall {
	width: calc(100% + 40px);
	margin: 0 -20px 40px -20px;
}
.centerFlex {
	justify-content: center;
}

.rolloverBox {
	position: relative;
	width: 345px;
	padding: 0 140px 0 40px;
}

.rolloverBild,
.rolloverBildFull {
	position: relative;
	line-height: 0px;
	width: 100%;
}

.rolloverBild img,
.rolloverBildFull img {
	width: 100%;
	height: auto;
}

.overlayBox {
	position: absolute;
	top: 0;
	left: 0;
	width: 70%;
	height: 70%;
	background: rgba(189,190,81,0.8) url('/_images/bg_overlay.png') no-repeat bottom right;
	padding: 15px 10px 15px 20px;
	line-height: 1.4em;
	color: #fff;
	font-size: 24px;
	font-weight: 700;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.rolloverBild:hover .overlayBox,
.rolloverBildFull:hover .overlayBox {
	width: 100%;
	height: 100%;
}

.overlayBox a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	font-weight: 700;
}

.textRolloverBox {
	position: relative;
	width: calc(100% - 605px);
	padding: 60px 40px 0 40px;
}



/* Boxen 1/3 */
.box3 {
	position: relative;
	max-width: 476px;
	width: calc(33.333333% - 40px);
	margin: 0 20px;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	background-image: url("/_images/bg_box.png");
	background-repeat: no-repeat;
	background-position: bottom right;
}

.box3 h4 {
	position: absolute;
	top: 15px;
	left: 20px;
	width: calc(100% - 40px);
	font-size: 39px;
	line-height: 1.4em;
	color: #fff;
    font-weight: 700;
}

.box3 .box3Content {
	position: absolute;
	top: 90px;
	left: 20px;
	height: calc(100% - 145px);
	width: calc(100% - 40px);
	overflow-y: auto;
	overflow-x: hidden;
	color: #fff;
}

p.boxDatum {
	font-size: 17px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 0;
}

.box3 h3 {
	font-size: 31px;
	font-weight: normal;
	color: #fff;
	margin-bottom: 0;
}

.boxTrenner {
	width: 70px;
	height: 10px;
	border-bottom: #fff 3px solid;
	margin-bottom: 10px;
}

.boxWeiter {
	position: absolute;
	bottom: 15px;
	left: 20px;
	font-weight: 700;
}

.box3 a {
	color: #fff;
}

.box3 a:hover,
.box3 a:hover h3 {
	color: #1C1F22;
}

.boxWeiter .weiter {
	background: url('/_images/weiter_weiss.png') no-repeat center right;
}

.boxWeiter .weiter:hover {
	background-image: url('/_images/weiter_schwarz.png');
}

.boxWohnungen {
	height: 50%;
}

/* Infoboxen mit Counter */
.infoBox3 {
	position: relative;
	max-width: 476px;
	width: calc(33.333333% - 40px);
	margin: 0 20px;
	border-bottom: #1C1F22 1px solid;
	padding: 10px 0 20px 0;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.infoBox1 {
	position: relative;
	max-width: 476px;
	width: 100%;
	margin: 0;
	border-bottom: #1C1F22 1px solid;
	padding: 20px 0;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.boxTop1,
.boxTop2,
.boxTop3 {
	border-top: #1C1F22 1px solid;
}

.infoBox3 h4,
.infoBox1 h4 {
	font-size: 39px;
	font-weight: normal;
}

.infoBox3 p {
	/*line-height: 1.1em;*/
}

.infoBox3 p:last-child,
.infoBox1 p:last-child {
	margin-bottom: 0;
}

.count,
.noCount {
	position: relative;
	font-size: 79px;
	font-weight: normal;
	text-align: center;
	color: #1C1F22;
	margin-bottom: 20px !important;
}

.pdfLink {
	display: inline-block;
	height: 60px;
	width: 100%;
	background: url('/_images/pdf.svg') no-repeat center center !important;
	background-size: contain;
	text-indent: -9999px;
	overflow: hidden;
}

.infoWeiter {
	background: url('/_images/weiter.png') no-repeat center left;
	padding-right: 20px;
}

.trennerChor {
	position: relative;
	width: 100%;
	border-bottom: #1C1F22 1px solid;
	padding-top: 20px;
	margin-bottom: 20px;
}

.textChor {
	padding-top: 40px;
}

.sidebar {
	position: relative;
	width: calc(33.333333% - 40px);
	margin: 10px 20px 0 20px;
	border-top: #1C1F22 1px solid;
}

.sideText {
	position: relative;
	width: calc(66.666666% - 40px);
	margin: 0 20px;
}

.tblWohnungsmix tr td:first-child {
	padding-right: 30px;
}

.portrait {
	max-width: 315px;
	width: 100%;
}

.portrait img {
	width: 100%;
	height: auto;
}

.mapLink {
	display: inline-block;
	padding-right: 35px;
	background-image: url('/_images/map.svg');
	background-position: center right;
	background-size: contain;
	background-repeat: no-repeat;
}

/* slickslider */
.sliderFull {
	position: relative;
	clear: both;
	width: 100%;
	margin: 0;
	padding: 30px 0 0 0;
	line-height: 0;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.slide {
	padding: 0 10px;
	height: 700px;
}

.slide img {
	height: 100%;
	width: auto;
}

.slick-next {
	position: absolute;
	top: calc(50% - 24px);
	right: 15px;
	background: url('/_images/next_weiss.png') no-repeat;
	width: 24px;
	height: 56px;
	text-indent: -9999px;
	border: none;
	cursor: pointer;
	z-index: 100;
	background-size: contain;
}

.slick-prev {
	position: absolute;
	top: calc(50% - 24px);
	left: 15px;
	background: url('/_images/prev_weiss.png') no-repeat;
	width: 24px;
	height: 56px;
	text-indent: -9999px;
	border: none;
	cursor: pointer;
	z-index: 100;
	background-size: contain;
}

@media only screen and (max-width: 760px){
	.slick-next {
		top: calc(50% - 15px);
		right: 15px;
		width: 13px;
		height: 30px;
		background-size: contain;
	}
	.slick-prev {
		top: calc(50% - 15px);
		left: 15px;
		width: 13px;
		height: 30px;
		background-size: contain;
	}
}


/* Siedlungen übersicht */
.siedlungen {
	position: relative;
	width: calc(33.333333% - 40px);
	max-width: 475px;
	margin: 0 20px 0 20px;
	font-size: 29px;
}

.siedlungen img {
	width: 100%;
	height: auto;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.siedlungen a {
	background: #fff;
	display: block;
	line-height: 0;
}

.siedlungen:hover img {
	opacity: 0.5;
	/*mix-blend-mode: multiply;*/
}

.siedlungen p {
	padding-top: 5px;
}

.frei {
	position: absolute;
	width: 120px;
	height: 120px;
	top: 0;
	left: 0;
	font-size: 15px;
	color: #fff;
	font-weight: 700;
	line-height: 1.3em;
	padding: 10px;
	background-color: rgba(235, 141, 90, 0.9);
	background-image: url("/_images/bg_box.png");
	background-repeat: no-repeat;
	background-position: bottom 1px right 1px;
	background-size: 25px 25px;
	z-index: 10;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.freiDetail {
	display: inline-block;
	position: relative;
	margin-top: 40px;
	margin-right: 20px;
	width: 120px;
	height: 120px;
	font-size: 15px;
	color: #fff;
	font-weight: 700;
	line-height: 1.3em;
	padding: 10px;
	background-color: rgba(235, 141, 90, 0.9);
	background-image: url("/_images/bg_box.png");
	background-repeat: no-repeat;
	background-position: bottom 1px right 1px;
	background-size: 25px 25px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.freiDetail a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
}

.tab {
	position: relative;
	padding: 60px 20px 50px 20px;
	color: #798E9C;
	font-size: 29px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: auto 50px;
	cursor: pointer;
}

.tab.aktiv,
.tab:hover {
	color: #1C1F22;
}

.tab:first-child {
	background-image: url('/_images/liste.svg');
}

.tab:first-child:hover,
.tab:first-child.aktiv {
	background-image: url('/_images/liste_over.svg');
}

.tab:last-child {
	background-image: url('/_images/karte.svg');
}

.tab:last-child:hover,
.tab:last-child.aktiv {
	background-image: url('/_images/karte_over.svg');
}

.siedlungenKarte {
	display: none;
}

#map.siedlungenKarte {
	width: 100%;
	height: 800px;
}

.fancybox-slide--iframe .fancybox-content {
    width: 800px;
    height: 600px;
    max-width: 80%;
    max-height: 80%;
    margin: 0;
}

@media only screen and (max-width: 760px){
	.fancybox-slide--iframe {
		padding: 44px 0 !important;
		margin: 0 !important;
	}
	.fancybox-slide--iframe .fancybox-content {
		width: 100% !important;
		heigh: 100% !important;
		max-widt8h: 100%;
		max-height: 100%;
		margin: 0;
	}
}



@media only screen and (max-width: 1279px){
	.count,
	.noCount {
		font-size: 79px;
	}
	.infoBox3 h4,
	.infoBox1 h4 {
		font-size: 34px;
	}
}

@media only screen and (max-width: 1180px){
	.count,
	.noCount {
		font-size: 55px;
	}
	.infoBox3 h4,
	.infoBox1 h4 {
		font-size: 28px;
	}
	.frei {
		width: 100px;
		height: 100px;
		font-size: 13px;
	}
}

@media only screen and (max-width: 1020px){
	.siedlungen {
		width: calc(50% - 20px);
		margin: 0 10px 0 10px;
	}
	.slide {
		height: 420px;
	}
	.tab {
		font-size: 24px;
		background-size: auto 40px;
		padding: 50px 20px 50px 20px;
	}
	.siedlungen {
		font-size: 24px;
	}
	.count,
	.noCount {
		font-size: 45px;
	}
}


@media only screen and (max-width: 760px){
	.infoBox3 {
		width: calc(100% - 40px);
		margin-left: auto;
		margin-right: auto;
		max-width: 350px;
	}
	.count,
	.noCount {
		font-size: 55px;
		line-height: 0.8em;
		margin-bottom: 10px !important;
	}
	.infoBox3 h4,
	.infoBox1 h4 {
		font-size: 24px;
	}
	.boxTop2,
	.boxTop3 {
		border-top: none;
	}
	.sidebar {
		width: calc(100% - 50px);
		/*order: 2;*/
		margin: 0 25px 20px 25px;
		border-top: none;
	}
	.sidebar:first-child {
		border-top: #1C1F22 1px solid;
	}
	.sidebar .infoBox1 {
		max-width: 100%;
	}
	.sideText {
		width: calc(100% - 10px);
		/*order: 1;*/
		margin: 0 5px;
	}
	.flexSiedlung .sidebar {
		margin-bottom: 0;
	}
	.portrait {
		max-width: 200px;
	}
	.siedlungen {
		width: calc(50% - 20px);
		margin: 0 10px 0 10px;
	}
	.frei {
		width: 90px;
		height: 90px;
		font-size: 12px;
	}
	.slide {
		height: 250px;
	}
	.tab {
		font-size: 18px;
	}
	.siedlungen {
		font-size: 18px;
		background-size: auto 25px;
	}
}

@media only screen and (max-width: 480px){
	.siedlungen {
		width: calc(100% - 10px);
		margin: 0 5px;
	}
}

/* Geschichte */
.sticky {
	position: relative;
	width: 100%;
	background: #fff;
	z-index: 100;
}

.isSticky {
	position: fixed;
	top: 0;
	-webkit-box-shadow: 0px 10px 5px 0px rgba(50, 50, 50, 0.1);
	-moz-box-shadow:    0px 10px 5px 0px rgba(50, 50, 50, 0.1);
	box-shadow:         0px 10px 5px 0px rgba(50, 50, 50, 0.1);
}

.historyLeft,
.historyRight {
	margin-top: 40px;
}

.historyText {
	position: relative;
	width: 50%;
	padding-left: 18%;
	padding-right: 40px;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.historyText h2.titel {
	margin-bottom: 5px;
}

.historyBild {
	position: relative;
	width: 50%;
	padding: 0 0 0 40px;
	border-left: #1C1F22 1px solid;
	line-height: 0;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.historyBild img {
	max-width: 100%;
	max-height: 500px;
	width: auto;
	height: auto;
}

.historyRight .historyText {
	order: 2;
	border-left: #1C1F22 1px solid;
	padding-right: 18%;
	padding-left: 40px;
}

.historyRight .historyBild {
	order: 1;
	border-left: none;
	padding: 0 40px 0 0;
}

.historyTrenner {
	width: 60px;
	border-bottom: #1C1F22 1px solid;
	margin: 0 auto;
	height: 40px;
}

.historyTrennerText {
	width: 40px;
	border-bottom: #1C1F22 1px solid;
	margin: -5px 0 20px 0;
	height: 0;
}

@media only screen and (max-width: 1280px){
	.box3 h4 {
		font-size: 30px;
	}
	.box3 .box3Content {
		top: 70px;
		height: calc(100% - 125px);
	}
	p.boxDatum {
		font-size: 15px;
	}
	.box3 h3 {
		font-size: 26px;
	}
}

@media only screen and (max-width: 1200px){
	.boxLeer {
		display: none;
	}
	.box3 {
		width: calc(50% - 40px);
	}
	.box3 h4 {
		font-size: 39px;
	}
	.box3 .box3Content {
		top: 90px;
		height: calc(100% - 145px);
	}
	p.boxDatum {
		font-size: 17px;
	}
	.box3 h3 {
		font-size: 31px;
	}
	.box6.boxWohnungen {
		width: calc(25% - 40px) !important;
		margin-left: calc(50% + 20px);
		margin-right: calc(25% + 40px);
		margin-top: 40px;
	}
}

@media only screen and (max-width: 800px){
	.box3 h4 {
		font-size: 26px;
	}
	.box3 .box3Content {
		top: 60px;
		height: calc(100% - 105px);
	}
	p.boxDatum {
		font-size: 14px;
	}
	.box3 h3 {
		font-size: 22px;
	}
	.box6.boxWohnungen {
		width: calc(50% - 40px) !important;
		margin-left: calc(50% + 20px);
		margin-right: calc(25% - 40px);
	}
	.historyText {
		padding-left: 15%;
		padding-right: 40px;
	}
	.historyRight .historyText {
		padding-right: 15%;
	}
}

@media only screen and (max-width: 760px){
	.box3 {
		width: calc(100% - 50px);
		margin: 10px 20px;
	}
	p.boxDatum {
		font-size: 13px;
	}
	.box6.boxWohnungen {
		width: calc(50% - 30px) !important;
		margin-left: 0;
		margin-right: 0;
		margin-top: 10px;
		margin-bottom: 20px;
	}
	.historyText {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		padding-top: 20px;
	}
	.historyBild {
		width: 100%;
		padding: 0;
		border-left: none;
		text-align: center;
	}
	.historyRight .historyText {
		order: 1;
		border-left: none;
		padding-right: 0;
		padding-left: 0;
	}
	.historyRight .historyBild {
		order: 2;
		border-left: none;
		padding: 0;
	}
	.historyBild img {
		max-width: 100%;
		max-height: 250px;
	}
}



/* Boxen 1/4 */
.box4 {
	position: relative;
	max-width: 218px;
	width: calc(25% - 40px);
	margin: 0 20px;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.drei {
	width: calc(33.333333% - 40px);
	margin-bottom: 40px;
}

/* Boxen 1/6 */
.box6 {
	position: relative;
	max-width: 218px;
	width: calc(16.666666% - 40px);
	margin: 0 20px;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.square {
    width: 100%;
}


.square:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.box4 h4,
.box6 h4 {
	position: absolute;
	top: 15px;
	left: 20px;
	width: calc(100% - 40px);
	font-size: 25px;
	line-height: 1.4em;
	color: #fff;
	font-weight: 700;
}

.box4 p,
.box6 p {
	position: absolute;
	bottom: 20px;
	left: 20px;
	width: calc(100% - 40px);
	font-size: 16px;
	line-height: 1.4em;
	margin-bottom: 0;
	font-weight: 700;
}

.box6 a,
.box4 a {
	display: block;
	color: #fff;
	background-image: url("/_images/bg_box.png");
	background-repeat: no-repeat;
	background-position: bottom 1px right 1px;
	background-size: 35px 35px;

	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

/*.box6 a:hover,
.box6 a:active,
.box4 a:hover,
.box4 a:active {
	background-color: #1C1F22;
	color: #fff;
}*/

.boxIcon {
	position: absolute;
	bottom: 35px;
	left: 0;
	width: 100%;
	height: 65px;
	text-align: center;
}

.boxIcon img {
	height: 100%;
	width: auto;
}

@media only screen and (max-width: 1380px){
	.box4 h4,
	.box6 h4 {
		font-size: 20px;
	}
}

@media only screen and (max-width: 900px) and (min-width: 801px){
	.boxIcon {
		height: 38px;
	}
}

@media only screen and (max-width: 800px){
	.box4 {
		width: calc(50% - 40px);
		margin-bottom: 40px;
	}
}
@media only screen and (max-width: 760px){
	.box6 a,
	.box4 a {
		background-image: url("/_images/bg_box.png");
		background-repeat: no-repeat;
		background-position: bottom 3px right 3px;
		background-size: 25px 25px;
	}
}

@media only screen and (max-width: 480px){
	.box4 {
		width: calc(50% - 20px);
		margin: 10px;
	}
	.box6 h4,
	.box4 h4{
		top: 10px;
		left: 15px;
		width: calc(100% - 30px);
		font-size: 18px;
	}
}

@media only screen and (max-width: 400px){
	.boxIcon {
		height: 38px;
		bottom: 25px;
	}
}

@media only screen and (max-width: 320px){
	.boxIcon {
		height: 32px;
		bottom: 30px;
	}
	.box6 h4,
	.box4 h4{
		font-size: 15px;
	}
}



/* Referenzen Home */
.refHomeBild {
	width: 50%;
}

.refHomeBild img {
	position: relative;
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}

.refHomeText {
	position: relative;
	width: 50%;
	padding: 30px 0 30px 60px;
	margin-bottom: 30px;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.mehr {
	position: absolute;
	bottom: 0;
	left: 60px;
	font-size: 80%;
	font-weight: 700;
	color: #1C1F22 !important;
}

.mehr:hover,
.mehr:active {
	color: #1C1F22 !important;
}

@media only screen and (max-width: 1100px){
	.rolloverBox {
		position: relative;
		width: 230px;
		padding: 0 100px 0 40px;
	}
	.rolloverBox img {
		width: 100%;
		height: auto;
	}
	.textRolloverBox {
		width: calc(100% - 450px);
	}
	.overlayBox {
		font-size: 18px;
		width: 80%;
		height: 80%;
	}
}

@media only screen and (max-width: 1023px){
	.refHomeBild {
		width: 100%;
	}
	.refHomeText {
		width: 100%;
		padding: 0 0 30px 0;
	}
	.mehr {
		bottom: 0;
		left: 5px;
	}
	.rolloverBox {
		position: relative;
		width: 230px;
		padding: 0 0 0 40px;
	}
	.textRolloverBox {
		width: calc(100% - 350px);
		padding-top: 40px;
	}
	.rolloverBild {
		width: 235px;
	}
	.order1 {
		order: 1;
	}
	.order2 {
		order: 2;
	}
	.spalten2 {
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 767px){
	.flexbox {
		width: calc(100% + 10px);
		margin: 0 -5px;
		/*width: 100%;
		margin: 0;*/
	}
	.flexSmall {
		justify-content: center;
		margin-bottom: 40px;
	}
	.contentSmall .flexbox {
		width: calc(100% + 20px);
		margin: 0 -10px;
	}
	.spalteBild {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-webkit-flex-wrap: wrap;
		-ms-flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-direction: row;
		flex-wrap: wrap;

		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;

		width: calc(100% + 20px);
		margin: 0 -10px;
	}
	.spalteBild .rolloverBild {
		position: relative;
		width: calc(50% - 20px);
		margin: 0 10px 15px 10px;
	}
	.rolloverBildFull {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 480px){
	.rolloverBox {
		width: 230px;
		margin: 15px auto;
		padding: 0;
		order: 2;
	}
	.rolloverBox img {
		width: 100%;
		height: auto;
	}
	.overlayBox {
		font-size: 18px;
		width: 80%;
		height: 80%;
	}
	.textRolloverBox {
		width: 100%;
		padding: 25px 0 0 0;
		order: 1;
	}
}


/* Dienstleistungen */

.dienstHeaderBild {
	position: relative;
	width: 50%;
	line-height: 0;
	overflow: visible;
}

.dienstHeaderText {
	width: 50%;
	text-align: center;
	padding: 100px 20px 20px 20px;
	background: #1C1F22;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.dienstHeaderText h2 {
	color: #fff;
}

.dienstHeaderText img {
	width: 150px;
	height: auto;
}

.dienstHeaderBild img {
	width: 100%;
	height: auto;
}

.dienstHeaderText p {
	margin-bottom: 0;
}

.bildRight .dienstHeaderBild {
	order: 2;
}

.bildRight .dienstHeaderText {
	order: 1;
}

.dienstBild,
.dienstBild1 {
	position: absolute;
	width: 100%;
	height: 100%;
	right: -100%;
	top: 0;
	opacity: 0.1;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;

	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.bildRight .dienstBild,
.bildRight .dienstBild1 {
	left: -100%;

}

.dienstBild.over,
.dienstBild1.over {
	right: 0;
	opacity: 1;
}

.bildRight .dienstBild.over,
.bildRight .dienstBild1.over {
	left: 0;
	opacity: 1;
}

.dienstText {
	width: 65%;
	order: 2;
	padding: 0 0 0 120px;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.dienstSide {
	width: 35%;
	order: 1;
	padding-top: 65px;
}

.bildRight .dienstText {
	width: 65%;
	order: 1;
	padding: 0 120px 0 0;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.bildRight .dienstSide {
	width: 35%;
	order: 2;
}

h2.pfad {
	font-size: 20px;
	font-weight: 700;
	color: #d2d5da;
	margin-bottom: 40px;
}

.dienstSide p {
	font-size: 80%;
	line-height: 1.6em;
	color: #1C1F22;
}


@media only screen and (max-width: 1270px){
	.dienstHeaderText {
		width: 50%;
		text-align: center;
		padding: 100px 20px 20px 20px;
	}
	.dienstHeaderText h2 {
		font-size: 40px;
	}
	.dienstHeaderText img {
		width: 80px;
		height: auto;
	}
}

@media only screen and (max-width: 1000px){
	.dienstHeaderText {
		width: 50%;
		text-align: center;
		padding: 40px 20px 20px 20px;
	}
	.dienstHeaderText h2 {
		font-size: 30px;
	}
	.dienstHeaderText img {
		width: 80px;
		height: auto;
	}
	.dienstText {
		padding: 0 0 0 60px;
	}
	.bildRight .dienstText {
		padding: 0 60px 0 0;
	}
}

@media only screen and (max-width: 760px){
	.dienstText {
		width: 100%;
		padding: 0;
		order: 1;
	}
	.bildRight .dienstText {
		width: 100%;
		padding: 0;
		order: 1;
	}
	.dienstSide {
		width: 100%;
		padding-top: 15px;
		order: 2;
	}
	.bildRight .dienstSide {
		width: 100%;
		padding-top: 15px;
		order: 2;
	}
	h2.pfad {
		font-size: 16px;
		margin-bottom: 20px;
	}
	.dienstSide p {
		font-size: 100%;
	}
}

@media only screen and (max-width: 480px){
	.dienstHeaderText {
		padding: 20px 10px 0 10px;
	}
	.dienstHeaderText h2 {
		font-size: 18px;
	}
	.dienstHeaderText img {
		width: 50px;
		height: auto;
	}
}

@media only screen and (max-width: 400px){
	.dienstHeaderText {
		padding: 10px 10px 0 10px;
	}
}

@media only screen and (max-width: 330px){
	.dienstHeaderText {
		padding: 5px 10px 0 10px;
	}
	.dienstHeaderText img {
		width: 30px;
		height: auto;
	}
}


/* Referenzen */
.referenz {
	margin: 0 0 80px 0;
}
.refBild {
	position: relative;
	width: 50%;
	line-height: 0px;
}

.refBild img {
	width: 100%;
	height: auto;
}

.refText {
	position: relative;
	width: 50%;
	padding: 30px 15px 0 50px;
	min-height: 480px;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.bildRight .refBild {
	order: 2;
}

.bildRight .refText {
	order: 1;
}

.refBild.flexslider .slides {
	width: 100%;
	height: 100%;
}

.refBild.flexslider li {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.refBlock {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;

	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.refBlock:hover {
	opacity: 1;
}

.refBlock img {
	position: absolute;
	top: calc(50% - 20px);
	left: calc(50% - 20px);
	width: 40px !important;
	height: 40px;
}

@media only screen and (max-width: 1280px){
	.refText {
		font-size: 18px;
		line-height: 1.6em;
		min-height: 420px;
	}
	.refText h4 {
		font-size: 24px;
	}
}

@media only screen and (max-width: 767px){
	.refBild {
		width: 100%;
		height: 350px;
		order: 1;
	}
	.refText {
		width: 100%;
		padding: 15px 15px 0 15px;
		order: 2;
		min-height: auto;
	}
	.bildRight .refBild {
		order: 1;
	}
	.bildRight .refText {
		order: 2;
	}
}

@media only screen and (max-width: 480px){
	.refBild {
		height: 250px;
	}
}


/* Team */
.team {
	margin: 60px -40px 0 -40px;
	width: calc(100% + 80px);
}

.teamBox {
	position: relative;
	width: 25%;
	margin-top: 0;
	margin-bottom: 50px;
}

.teamBoxBild {
	padding: 0 40px;
	margin-bottom: 10px;
}

.teamBoxBild img {
	width: 100%;
	height: auto;
}

.teamBoxText {
	padding: 0 40px;
}

.teamBoxText h5 {
	margin-bottom: 0;
}

.team h3 {
	font-size: 59px;
}

.akkordionSmall {
	width: calc(75% - 60px);
}

.teamLeaderBild {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-direction: row;
	flex-wrap: wrap;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	width: calc(100% + 40px);
	margin: 0 -20px;
}

.teamLeaderBild .teamBox {
	position: relative;
	width: calc(33.333333% - 40px);
	padding: 20px 0;
	margin-bottom: 0;
}

.teamLeaderBild .teamBoxBild {
	padding: 0 20px;
	margin-bottom: 0;
}

.teamLeaderBild img {
	width: 100%;
	height: auto;
}

.teamText {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-direction: row;
	flex-wrap: wrap;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	width: calc(100% + 80px);
	margin: 0 -40px;
}

.teamText h5 {
	margin-bottom: 0;
}

.teamLeaderText {
	position: relative;
	width: calc(33.333333% + 40px);
	padding: 0 40px;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.teamMitglieder {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-direction: row;
	flex-wrap: wrap;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	width: calc(66.666666% + 40px);
	margin: 0 -40px;
}

.teamMember {
	position: relative;
	width: 50%;
	padding: 0 40px;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

h2 {
	position: relative;
}

@media only screen and (max-width: 1180px){
	.teamBox {
		width: 33.333333%;
	}
	/*.teamBoxText p {
		font-size: 19px;
	}
	.teamBoxText h5 {
		font-size: 29px;
	}*/
	.akkordionSmall {
		width: 100%;
	}
}


@media only screen and (max-width: 768px){
	.teamBox {
		width: 50%;
	}
	.teamLeaderBild .teamBox {
		width: 50%;
	}
	.teamLeaderText {
		width: 100%;
	}
	.teamMitglieder {
		width: 100%;
		margin: 0;
	}
	.teamMember {
		width: 50%;
		padding: 0 40px;
	}
}

@media only screen and (max-width: 480px){
	.teamBox {
		width: 100%;
		max-width: 320px;
		margin-left: auto;
		margin-right: auto;
	}
	.teamLeaderBild .teamBox {
		width: 100%;
		max-width: 320px;
		margin-left: auto;
		margin-right: auto;
		padding: 0;
		margin-bottom: 10px;
	}
	.teamLeaderBild .teamBoxBild {
		padding: 0 40px;
	}
	.teamLeaderText {
		padding: 0 40px;
		max-width: 320px;
		width: 100%;
		margin: 0 auto 10px auto;
	}
	.teamMember {
		padding: 0 40px;
		max-width: 320px;
		width: 100%;
		margin: 0 auto 10px auto;
	}

}



.overlay {
	position: absolute;
	background: rgba(255,255,255,0);
	line-height: 1.3em;
	padding: 25px 25px 0 25px;
	font-size: 16px;
	overflow: auto;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}







#map {
	position: relative;
	width: 100%;
	height: 500px;
}

.gm-style .gm-style-iw-c {
	border-radius: 3px !important;
	background: #fff;
	color: #1C1F22;
	font-weight: normal;
}

.gm-style .gm-style-iw-t::after {
	background: #fff;
}

.gm-style .gm-style-iw-d {
	overflow: hidden !important;
	width: 230px;
	height: 50px;
}

.gm-style .gm-style-iw-c a {
	color: #1C1F22;
}

.gm-style-iw-d img {
	width: 200px;
	height: auto;
}

#map.kontaktKarte {
	height: 620px;
	margin-bottom: 80px;
}

.gm-style-iw-d img.bubbleLogo {
	width: 190px;
	height: auto;
	margin-top: 10px;
	margin-left: 10px;
}

@media only screen and (max-width: 480px){
	#map.kontaktKarte {
		height: 500px;
		margin-bottom: 40px;
	}
	.gm-style-iw-d img.bubbleLogo {
		width: 160px;
	}
}


/* Suche */
#suchresultate {
    list-style: none;
    margin-left: 0;
}

#suchresultate li {
    border-bottom: #ddd 1px solid;
    padding-top: 20px;
}

.search {
    text-align: center;
}

.suche input {
	position: relative;
	width: 200px;
	border: none;
	border-bottom: #555 1px solid;
	color: #1C1F22;
	background: #fff;
	padding: 5px;
	font-weight: 300;
	font-size: 21px;
	line-height: 1.5em;
	font-family: 'Roboto', sans-serif;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-appearance: none;
	border-radius: 0;
}

input.sendSearch {
	display: inline-block;
	padding: 5px;
	width: 110px;
	background: #fff url('/_images/sendKontakt.png') no-repeat center right;
	border: none;
	color: #1C1F22 !important;
	font-size: 21px;
	text-align: left;
	cursor: pointer;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;

	-webkit-appearance: none;

	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

input:hover.sendKontakt,
input:focus.sendKontakt {
	min-width: 140px;
}


/* ----------------- Select-Styles ----------------- */
.styled-select {
   background: url(/_images/open.png) no-repeat 90% 0;
   height: 29px;
   overflow: hidden;
   width: 140px;
}

.styled-select select {
   background: #000 url(/_images/open.png) no-repeat 75% 0;
   border: none;
   font-size: 14px;
   height: 29px;
   padding: 5px; /* If you add too much padding here, the options won't show in IE */
   width: 168px;
   color: #fff;
}

/* -------------------- Rounded Corners */
.semi-square {
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
}


/* Font-Awesome */
.pdf, .doc, .xls, .ppt, .zip {
	display: inline-block;
}

i.far, i.fas {
	padding-right: 0.5em;
}


.pdf {
	display: inline-block;
	padding: 45px 0 0 65px;
	height: 70px;
	background: url('/_images/pdf.svg') no-repeat bottom left;
	background-size: contain;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.downloads {
	display: block;
	border-bottom: #1C1F22 1px solid;
	padding: 35px 0 10px 65px;
	margin-bottom: 20px;
	margin-left: 47px;
	height: 70px;
	background-position: bottom 10px left;
	background-size: auto 59px;
}

.flexNews .pdf,
.zertifikate .pdf {
	background: none;
	padding: inherit;
	height: inherit;
}

.zertifikate p {
	text-align: center;
}

.zertifikate span {
	display: inline-block;
	width: 130px;
	padding: 0 10px;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.zertifikate span img {
	width: 100%;
	height: auto;
}

.zertifikate a {
	display: block;
}

@media only screen and (max-width: 760px){
	.pdf {
		padding: 28px 0 0 50px;
		height: 50px;
	}
	.downloads {
		margin-left: 32px;
		background-size: auto 39px;
		padding-top: 18px;
	}
}



a.flex-disabled {
	display: none !important;
}

.noPaddingBottom {
	padding-bottom: 0;
}

.noPaddingTop {
	padding-top: 0;
}

.noPadding {
	padding-top: 0;
	padding-bottom: 0;
}

.noPaddingSide {
	padding-right: 0;
	padding-left: 0;
}

.noMarginTop {
	margin-top: 0;
}

.noMarginBottom {
	margin-bottom: 0 !important;
}

.noMargin {
	margin-top: 0;
	margin-bottom: 0;
}

.marginBottom {
	margin-bottom: 60px;
}

.titelNoPadding,
.titelNoPadding h2 {
	padding-bottom: 0;
	margin-bottom: 0;
}

.fixedSection .content {
	padding-top: 0;
}

.shadowTop {
	-webkit-box-shadow: 0px -5px 5px 0px rgba(109, 137, 152, 0.3);
	-moz-box-shadow:    0px -5px 5px 0px rgba(109, 137, 152, 0.3);
	box-shadow:         0px -5px 5px 0px rgba(109, 137, 152, 0.3);
}

@media only screen and (max-width: 1024px){
	.marginBottom {
		margin-bottom: 30px;
	}
}


/* Inline Lightbox */
.inline {
	display: none;
	max-width: 1200px !important;
	height: auto;
}


/* Accordion */
.accordion {
	position: relative;
	overflow: hidden;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.accordionHeader {
	position: relative;
	cursor: pointer;
	margin: 0 auto;
	padding: 20px 0 20px 45px;
	margin-bottom: 40px;
	border-top: #555 1px solid;
	border-bottom: #555 1px solid;
	font-size: 39px;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.accordionHeader.ui-corner-top {
	border-bottom: none;
	margin-bottom: 0;
}

.accordionContent {
	margin-bottom: 40px;
	border-bottom: #555 1px solid;
	padding-bottom: 30px;
	margin-top: 20px;
}

.accordionContent .fliesstext {
	padding-bottom: 1em;
	margin-bottom: 2em;
}

.accordionContent article {
	padding-bottom: 2.5em;
}

.ui-accordion-header-icon {
	position: absolute;
	left: 0;
	top: 23px;
	display: block;
	width: 35px;
	height: 35px;
}

.ui-icon-triangle-1-e {
	background: url(/_images/accordion_open.png) no-repeat;
	background-size: contain;
}

.ui-icon-triangle-1-s {
	background: url(/_images/accordion_close.png) no-repeat;
	background-size: contain;
}

.ui-accordion-content-active {
	/*display: block;
	height: inherit !important;*/
}

@media only screen and (max-width: 760px){
	.accordionHeader {
		font-size: 24px;
		padding: 20px 0 20px 30px;
	}
	.ui-accordion-header-icon {
		top: 20px;
		width: 25px;
		height: 25px;
	}
}


/* Inner Accordion */
.innerAccordion {
	position: relative;
	padding-top: 30px;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.innerAccordionHeader {
	position: relative;
	cursor: pointer;
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 0;
	border-top: #555 1px solid;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.innerAccordionHeader h3 {
	padding-right: 40px;
	margin-bottom: 0;
}

.innerAccordionContent {
	padding-right: 40px;
}

.innerAccordionContent .fliesstext {
	padding-bottom: 1em;
	margin-bottom: 2em;
}

.innerAccordionContent article {
	padding-bottom: 2.5em;
}

@media only screen and (max-width: 760px){
	.innerAccordionContent {
		padding-right: 0;
	}
}



/* Preisliste */
#schema {
	max-width: calc(100% - 380px);
	float: left;
	width: auto;
	height: auto;
	margin: 0 auto 20px auto;
	text-align: center;
	padding-top: 20px;
}

#schema img {
	max-width: 100%;
	height: auto;
}

.anmeldung {
	position: relative;
	float: right;
	width: 300px;
	margin-left: 80px;
	padding-top: 60px;
}

@media only screen and (max-width: 760px){
	#schema {
		max-width: 100%;
		float: none;
		margin-bottom: 0;
	}
	.anmeldung {
		width: 100%;
		float: none;
		padding-top: 0;
		margin-left: 0;
	}
}

.preislisteMobile {
	display: none;
	height: auto;
	width: 100%;
	font-size: 12px;
}

.preisliste,
.preislisteMobile {
	font-weight: 300;
	height: auto;
	width: 100% !important;
}

.preislisteMobile tbody {
	min-width: 100% !important;
}

.preisliste th,
.preislisteMobile th {
	font-weight: 400;
	text-align: left;
	vertical-align: top;
	padding: 0 5px 5px 0;
}

.preisliste td,
.preislisteMobile td {
	border-bottom: #444 1px solid;
	padding: 3px 10px 0 0;
	width: auto;
}

.tint .preisliste td,
.tintn .preislisteMobile td {
	border-bottom: #ddd 1px solid;
}

.preislisteMobile td,
.preislisteMobile th {
	font-size: inherit;
	width: 10%;
	line-height: 1.4em;
	padding: 3px 10px 3px 0;
}

.preislisteMobile th {
	font-style: italic;
	font-weight: 700;
	line-height: 1.3em;
	border-bottom: #444 1px solid;
}

.preisliste tr td:last-child,
.preislisteMobile tr td:last-child {
	padding: 3px 0 0 0;
}

.preisliste .pdf,
.preislisteMobile .pdf {
	display: block;
	text-align: center;
}

.preislisteMobile .pdf {
	padding: 3px 0 5px 0;
}

.preisliste .rundgang,
.preislisteMobile .rundgang {
	display: block;
	text-align: center;
}

.preisliste tr.tr:hover td {
	background: #f2f1ef;
}

.preisliste tr.noHover:hover td {
	background: none !important;
}

.preisliste a:hover {
	color: #000;
}

td.haus {
	font-weight: 700;
}

td.right,
.preisliste th.right {
	text-align: right !important;
}

#Filters {
	width: 640px !important;
	margin: 0 auto;
	/*padding-left: 20px;*/

	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-direction: row;
	flex-wrap: wrap;

	justify-content: center;
}

#Filters fieldset {
	/*float: left;*/
	width: 160px;
	margin-bottom: 0;
}

.clearSelect {
	width: 100%;
	clear: both;
	height: 20px;
	overflow: hidden;
}


/* ----------------- Select-Styles ----------------- */
/*.styled-select {
   background: url(/_images/open.png) no-repeat 90% 0;
   height: 29px;
   overflow: hidden;
   width: 140px;
}

.styled-select select {
   background: #b2a79b url(/_images/open.png) no-repeat 75% 0;
   border: none;
   font-size: 14px;
   height: 29px;
   padding: 5px;
   width: 168px;
   color: #fff;
}*/

select.selectWohnungen {
	position: relative;
	float: left;
	width: calc(100% - 12px);
	margin: 0 10px;
	border: #555 1px solid;
	color: #1C1F22;
	background: #fff url(/_images/bgSelect.png) no-repeat right 7px;
	padding: 7px 5px 5px 5px;
	font-weight: 300;
	font-size: 18px;
	line-height: 1.5em;
	font-family: 'Roboto', sans-serif;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	-moz-appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
}

@media only screen and (max-width: 760px){
	select.selectWohnungen {
		width: calc(100% - 12px);
		margin: 0 5px;
	}
}

/* -------------------- Rounded Corners */
.semi-square {
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
}

@media only screen and (max-width: 800px){
	#Filters {
		width: 100% !important;
		padding-left: 0;
	}
}

@media only screen and (max-width: 760px){
	#Filters {
		margin-bottom: 0;
		width: 320px !important;
	}
	#Filters fieldset {
		width: 50%;
		margin: 0 0 5px 0;
	}
	.clearSelect {
		height: 40px;
	}
}

@media only screen and (max-width: 760px){
	.preisliste {
		display: none;
	}
	.preislisteMobile {
		display: inherit;
		height: auto;
	}
	select {
		font-size: 16px !important;
	}
}

.preisliste .pdf,
.preislisteMobile .pdf {
	display: inline-block;
	padding: 5px 0 0 35px;
	margin: 5px 10px 0 0;
	height: 30px;
	background: url('/_images/pdf.svg') no-repeat bottom right;
	background-size: contain;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.preislisteMobile .pdf {
	padding: 5px 0 0 15px;
	margin: 5px 10px 0 0;
	height: 20px;
}

.preisliste i.far,
.preisliste i.fas {
	padding-right: 0;
}

.schemaContent {
	padding: 0 40px 40px 40px;
}

@media only screen and (max-width: 760px){
	.schemaContent {
		padding: 0 40px 20px 40px;
	}
	#Filters {
		justify-content: flex-start;
	}
}


/* Adressliste */
.even td {
    background: #ddd;
}



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

footer {
	position: relative;
	clear: both;
	width: 100%;
	padding: 55px 0 0 0;
	color: #000;
	font-size: 21px;
	font-weight: normal;
	margin-top: 180px;
	border-top: #5b5b5b 3px solid;
	line-height: 1.2em;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

footer .content {
	padding: 0 40px;
	color: #000;
}

.footer1 {
	position: relative;
	width: calc(33.333333% + 20px);
	padding: 0 20px 30px 20px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.footer2 {
	position: relative;
	width: calc(33.333333% - 20px);
	padding: 0 0 30px 0;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.footer3 {
	position: relative;
	width: 33.333333%;
	padding: 0 20px 30px 0;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.footerLogo {
	position: relative;
	float: left;
	width: calc(50% + 20px);
	padding: 6px 20px 0 0;
	text-align: center;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.footerLogo img {
	/*width: 60%;*/
	max-width: 160px;
	height: auto;
}

.footerAdresse {
	position: relative;
	float: left;
	width: calc(50% - 20px);
}


footer .content a {
	cursor: pointer;
	color: #1C1F22 !important;
}

footer .content a:hover {
	color: #000 !important;
}

footer h3 {
	font-size: 21px;
	font-weight: 700;
	margin-bottom: 0;
	color: #1C1F22;
}

.subFooter {
	width: 100%;
	background: #5b5b5b;
	padding: 10px 0;
}

.subFooter .content p {
	color: #fff;
	font-size: 18px;
	text-align: right;
	margin: 0;
	padding-right: 15px;
}

.subFooter .content a {
	color: #fff !important;
}

.subFooter .content a:hover {
	color: #000 !important;
}

.subFooter a.footerLink {
	margin-left: 30px;
}

@media only screen and (max-width: 1479px){
	footer {
		font-size: 18px;
	}
	.footerLogo img {
		max-width: 138px;
	}
}

@media only screen and (max-width: 1279px){
	footer {
		font-size: 16px;
	}
	footer h3 {
		font-size: 16px;
	}
	.footer1 {
		width: calc(30% + 20px);
		padding: 0 20px 30px 20px;
	}
	.footer2 {
		width: 30%;
		padding: 0 0 30px 0;
	}
	.footer3 {
		width: calc(40% - 20px);
		padding: 0 20px 30px 0;
	}
	.footerLogo img {
		max-width: 120px;
	}
}

@media only screen and (max-width: 1023px){
	.footer1 {
		width: 50%;
		padding: 0 20px 30px 20px;
	}
	.footer2 {
		width: 50%;
		padding: 0 20px 30px 20px;
	}
	.footer3 {
		width: 100%;
		padding: 0 20px 30px 20px;
	}
	.footerLogo img {
		max-width: 120px;
	}
}

@media only screen and (max-width: 760px){
	footer {
		padding-top: 25px;
		margin-top: 45px;
	}
	.footer1 {
		width: 100%;
		padding: 0 0 10px 0;
	}
	.footer2 {
		width: 100%;
		padding: 0 0 10px 0;
	}
	.footer3 {
		width: calc(100% + 40px);
		padding: 0;
		margin: 0 -20px;
	}
	.footerLogo img {
		width: 100%;
		max-width: 120px;
	}
	.footerLogo {
		width: calc(40% + 20px);
		padding: 5px 20px 0 0;
	}
	.footerAdresse {
		width: calc(60% - 20px);
	}
	.subFooter .content p {
		font-size: 14px;
		text-align: left;
		padding-right: 0;
		margin-left: -20px;
	}
}

@media only screen and (max-width: 320px){
	.footerLogo {
		width: calc(30% + 20px);
	}
	.footerAdresse {
		width: calc(70% - 20px);
	}
	.subFooter .content p {
		font-size: 12px;
	}
	.subFooter a.footerLink {
		margin-left: 10px;
	}
}




/* Formulare
*******************************************************************************/

.formularMail {
	display: none;
}

form {
	width: 100%;
	font-size: 15px;
	margin-top: 1em;
}

fieldset {
	width: 100%;
	border: none;
	margin: 0 0 60px 0;
	padding: 0;
}

legend {
	font-weight: 700;
	padding-bottom: 10px;
	text-transform: uppercase;
}

form p {
	position: relative;
	clear: both;
	margin-bottom: 10px !important;
	padding: 30px 0 15px 0;
	font-weight: 700;
	font-size: 21px;
	line-height: 1.5em;
}

.spalteForm {
	position: relative;
	width: 25%;
	padding: 0 20px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

label {
	float: left;
	clear: left;
	width: 30%;
}

.aendern label {
	width: 50%;
}

label.check {
	float: none;
	width: auto;
	display: block;
	margin-left: 0;
	font-size: 21px;
}

label.checkfloat {
	display: inline-block;
	padding-left: 40px;
}

label.formRadio {
	float: none;
	width: auto;
	display: inline-block;
	margin-left: 50px;
}

label.labelTextarea {
	position: relative;
	width: 100%;
	color: #1C1F22;
	padding: 30px 0 0 0;
	font-weight: 300;
	font-size: 21px;
	line-height: 1.5em;
	font-family: 'Roboto', sans-serif;
}

p.einrueck {
	clear: left;
	margin-bottom: 0 !important;
}

p.einrueckung {
	margin-left: 30%;
}

.check input {
	margin-right: 10px;
}

input.formGross {
	position: relative;
	width: 100%;
	border: none;
	border-bottom: #555 1px solid;
	color: #1C1F22;
	background: #fff;
	padding: 30px 0 25px 0;
	font-weight: 300;
	font-size: 21px;
	line-height: 1.5em;
	font-family: 'Roboto', sans-serif;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-appearance: none;
	border-radius: 0;
}

input.noPaddingTop {
	padding-top: 10px !important;
}

input.formGross:disabled {
	color: #1C1F22;
}

input.formPLZ {
	position: relative;
	display: inline;
	width: 20%;
	margin-right: 8px;
	border: none;
	border-bottom: #555 1px solid;
	color: #1C1F22;
	background: #fff;
	padding: 30px 0 25px 0;
	font-weight: 300;
	font-size: 21px;
	line-height: 1.5em;
	font-family: 'Roboto', sans-serif;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-appearance: none;
	border-radius: 0;
}

input.formOrt {
	position: relative;
	display: inline;
	width: calc(80% - 8px);
	border: none;
	border-bottom: #555 1px solid;
	color: #1C1F22;
	background: #fff;
	padding: 30px 0 25px 0;
	font-weight: 300;
	font-size: 21px;
	line-height: 1.5em;
	font-family: 'Roboto', sans-serif;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-appearance: none;
	border-radius: 0;
}

input.formGross.arbeitgeber {
	display: inline;
	width: 70%;
	margin-right: 8px;
}

input.formGross.seit {
	display: inline;
	width: calc(30% - 8px);
}

textarea.formGross {
	position: relative;
	width: 100%;
	height: 220px;
	border: none;
	border-bottom: #555 1px solid;
	color: #1C1F22;
	background: #fff;
	font-size: 21px;
	padding: 0 0 25px 0;
	font-weight: 300;
	line-height: 1.5em;
	font-family: 'Roboto', sans-serif;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-appearance: none;
	border-radius: 0;
}

select.formGross {
	position: relative;
	float: left;
	width: 100%;
	border: none;
	border-bottom: #555 1px solid;
	color: #1C1F22;
	background: #fff url(/_images/bgSelect.png) no-repeat right 35px;
	padding: 30px 0 25px 0;
	font-weight: 300;
	font-size: 21px;
	line-height: 1.5em;
	font-family: 'Roboto', sans-serif;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	-moz-appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
}

select.formKlein {
	position: relative;
	float: left;
	width: 32%;
	margin-right: 2%;
	border: none;
	border-bottom: #555 1px solid;
	color: #1C1F22;
	background: #fff url(/_images/bgSelect.png) no-repeat right 35px;
	padding: 30px 0 25px 0;
	font-weight: 300;
	font-size: 21px;
	line-height: 1.5em;
	font-family: 'Roboto', sans-serif;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	-moz-appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
}

select.formKlein:nth-child(3) {
	margin-right: 0;
}

input.formRadio {
	margin-right: 10px;
}

input:hover.formGross,
input:focus.formGross,
input:hover.formPLZ,
input:focus.formPLZ,
input:hover.formOrt,
input:focus.formOrt,
textarea:hover.formGross,
textarea:focus.formGross,
select:hover.formGross,
select:focus.formGross {
	border-color: #777;
}

input.invalid {
	background: #f6dce2;
}

input.sendKontakt {
	display: inline-block;
	padding: 15px 0 15px 0;
	min-width: 110px;
	background: url('/_images/sendKontakt.png') no-repeat center right;
	border: none;
	color: #1C1F22 !important;
	font-size: 25px;
	text-align: left;
	cursor: pointer;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;

	-webkit-appearance: none;

	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

input:hover.sendKontakt,
input:focus.sendKontakt {
	min-width: 140px;
}

.formGross::-webkit-input-placeholder,
.formPLZ::-webkit-input-placeholder,
.formOrt::-webkit-input-placeholder {
	color: #1C1F22;
}
.formGross:-moz-placeholder,
.formPLZ:-moz-placeholder,
.formOrt:-moz-placeholder { /* Firefox 18- */
	color: #1C1F22;
}
.formGross::-moz-placeholder,
.formPLZ::-moz-placeholder,
.formOrt::-moz-placeholder {  /* Firefox 19+ */
	color: #1C1F22;
}
.formGross:-ms-input-placeholder,
.formPLZ:-ms-input-placeholder,
.formOrt:-ms-input-placeholder {
	color: #1C1F22;
}

@media only screen and (max-width: 900px){
	form {
		width: 100%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.formSpalte2 {
		width: 100%;
	}
	label.formRadio {
		width: 100%;
		display: block;
		margin-left: 0;
	}
}

@media only screen and (max-width: 768px){
	.spalteForm {
		width: 50%;
	}
	select.formKlein {
		width: 100%;
		margin-right: 0;
		float: none;
		clear: both;
		font-size: 16px;
		padding: 20px 0 10px 0;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		background: #fff url(/_images/bgSelect.png) no-repeat right 20px;
	}
}

@media only screen and (max-width: 480px){
	.spalteForm {
		width: 50%;
		padding: 0 10px;
	}
	.spalteForm:nth-child(2n) {
		width: 55%;
	}
	.spalteForm:nth-child(2n-1) {
		width: 45%;
	}
	label {
		float: none;
		clear: both;
		width: 100%;
		margin-bottom: 3px;
		display: block;
	}
	label.labelTextarea {
		font-size: 16px;
		padding: 20px 0 0 0;
	}
	input.formGross,
	textarea.formGross,
	select.formGross {
		float: none;
		clear: both;
		width: 100%;
		font-size: 16px;
		padding: 20px 0 10px 0;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	textarea.formGross {
		height: 130px;
		padding: 0 0 10px 0;
	}
	input.formPLZ {
		width: 25%;
		font-size: 16px;
		padding: 20px 0 10px 0;
	}
	input.formOrt {
		width: calc(75% - 8px);
		font-size: 16px;
		padding: 20px 0 10px 0;
	}
	form p {
		clear: both;
		margin-bottom: 0 !important;
		line-height: 1.3em !important;
		font-size: 16px;
		padding: 20px 0 15px 0;
	}
	input.sendKontakt {
		font-size: 18px;
		min-width: 90px;
	}
	input.sendKontakt:hover {
		min-width: 110px;
	}
	p.einrueckung {
		margin-left: 0 !important;
	}
	label.check {
		margin-left: 0;
		font-size: 16px;
	}
	select.formGross {
		background: #fff url(/_images/bgSelect.png) no-repeat right 20px;
	}
	label.checkfloat {
		padding-left: 20px;
	}
}

input.error {
	border: #F00 1px solid;
}

input.error:focus {
	border: #F00 1px solid;
}

label.error {
	display: none !important;
}

.datenschutzForm {
	position: relative;
	padding: 0;
	margin: 10px 0;
	background: #ddd;
	width: 80%;
	line-height: 1.2em;

	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-direction: row;
	flex-wrap: wrap;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.datenschutzFormHead {
	position: relative;
	background-color: rgba(0, 0, 0, 0.25);
	font-size: 30px;
	color: #ffffff;
	padding: 10px 0 10px 10px;
	width: 50px;
	line-height: 1em;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.datenschutzFormHead i {
	padding-right: 0;
}

.datenschutzFormCont {
	font-size: 80%;
	width: calc(100% - 50px);
	padding: 15px 10px 10px 10px;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


sup {
	font-size: 50%;
	line-height: 1em;
}

@media only screen and (max-width: 480px){
	.datenschutzForm {
		width: 100%;
	}
}

/* Cookie Banner */
.cky-notice {
  font-family: "Montserrat", sans-serif;
}

.cky-btn {
  border-radius: 25px !important;
  border-width: 1px !important;
  font-family: "Montserrat", Sans-serif !important;
  font-weight: 700 !important;
  padding-top: 11px !important;
  text-transform: uppercase !important;
	transition: all 0.2s ease-in-out;
}

.cky-btn:hover {
  background-color: transparent !important;
  border: 1px solid #172430 !important;
  color: #000 !important;
}

.cky-btn-accept:hover {
	background-color: #000 !important;
	border: 1px solid #000 !important;
	color: #fff !important;
	opacity: 1 !important;
}
