@charset "UTF-8";

@font-face {
  font-family: "FrutigerLTPro-Light";
  src: url('/_fonts/webFonts/FrutigerLTProLight/font.woff2') format('woff2'), url('/_fonts/webFonts/FrutigerLTProLight/font.woff') format('woff');
}
@font-face {
  font-family: "FrutigerLTPro-Bold";
  src: url('/_fonts/webFonts/FrutigerLTProBold/font.woff2') format('woff2'), url('/_fonts/webFonts/FrutigerLTProBold/font.woff') format('woff');
}


/* Standard-Styles für ältere Browser (ausser IE)
*******************************************************************************/
command, datalist, source {
	display: none;
}
article, aside, figure, figcaption, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
figure, menu {
	margin-top: 1em;
	margin-bottom: 1em;
}
dl menu, menu dl, menu menu, menu ol, menu ul {
	margin-bottom: 0;
	margin-top: 0;
}


/* 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: 'Titillium Web', sans-serif;
	font-weight: normal;
	font-size: 28px;
	color: #414142;
	background-color: #fff;
	line-height: 1.5em;
	position: relative;
}

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

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

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

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

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

h6 {
	font-family: 'Titillium Web', sans-serif;
	font-size: 21px;
	color: #414142;
	padding: 5px 0 0 0;
	font-weight: normal;
	line-height: 1.3em;
	margin-bottom: 0.5em;
}

a:link, a:visited {
	text-decoration: none;
	color: #6e7b81;
	/*color: #414142;*/
	cursor: pointer;
}

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

img {
	border: none;
}

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

strong {
	font-family: 'Titillium Web', sans-serif;
	font-weight: 600;
}

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

.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%;
}

.nowrap {
	white-space: nowrap;
}

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

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

.btn {
	display: inline-block;
	padding: 3px 80px 3px 20px;
	min-width: 110px;
	margin-right: 15px;
	margin-bottom: 15px;
	background-image: url('/_images/mehr.png');
	background-position: center right 10px;
	background-repeat: no-repeat;
	background-size: 30px 30px;
	border: #414142 1px solid;
	color: #414142 !important;
	font-size: 22px;
	font-weight: 300;
	text-align: left;
	text-transform: uppercase;
}

.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-color: #414142;
	background-image: url('/_images/mehr_weiss.png');
	color: #fff !important;
}

.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;
}

.infoBox {
	display: none;
	max-width: 1000px;
	padding: 40px;
	font-size: 90%;
}

.infoBox p {
	margin-bottom: 1em;
}

.infoBox ul {
	margin-left: 1em;
}


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


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

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

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

@media only screen and (max-width: 767px){
	.desk {
		display: none !important;
	}
	.mobile {
		display: inherit !important;
	}
	.infoBox {
		display: none;
		max-width: 1000px;
		padding: 40px 20px;
		font-size: 100%;
	}
}

@media only screen and (max-width: 760px){
	body {
		font-size: 16px;
	}
	.lead {
		font-size: 18px;
	}
	h1 {
		font-size: 28px;
	}
	h2 {
		font-size: 28px;
	}
	h3 {
		font-size: 24px;
	}
	h4 {
		font-size: 20px;
	}
	h5 {
		font-size: 24px;
	}
	h6 {
		font-size: 16px;
	}
	.floatLeft {
		float: none;
	}
	.floatRight {
		float: none;
	}
	.btn {
		padding: 10px 80px 10px 20px;
		min-width: 110px;
		margin-right: 15px;
		margin-bottom: 15px;
		font-size: 18px;
	}
}
@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;*/
	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);*/
	height: 100%;
	overflow: hidden;
	margin-top: -125px;
	z-index: 1;
}

.headerBild {
	position: relative;
	width: 100%;
	/*height: calc(100% - 160px);*/
	height: 60%;
	overflow: hidden;
	margin-top: -125px;
	z-index: 1;
}

.headerSmall {
	position: relative;
	width: 100%;
	/*height: calc(100% - 160px);*/
	height: 400px;
	overflow: hidden;
	margin-top: -125px;
	z-index: 1;
}

.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;
}

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

.titelHome {
	position: absolute;
	bottom: 90px;
	left: 0;
	width: 100%;
}

.contentTitelHome {
	position: relative;
	max-width: 1500px;
	padding: 0 40px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

span.bold {
	display: inline-block;
	padding: 0 20px;
	margin: 0 10px 10px 0;
	font-weight: 600;
	background: rgba(255,255,255,0.95);
	text-transform: uppercase;
}

span.regular {
	display: inline-block;
	padding: 0 20px;
	margin: 0 10px 10px 0;
	font-weight: 300;
	background: rgba(255,255,255,0.95);
}



.headerSmall .titelHome {
	bottom: 10px;
}

.headerSmall span.bold {
	background: rgba(48, 59, 64, 1.00);
	color: #fff;
	text-transform: uppercase;
}

.headerSmall span.regular {
	display: inline-block;
	padding: 0 20px;
	margin: 0 10px 10px 0;
	font-weight: 300;
	background: rgba(48, 59, 64, 1.00);
	color: #fff;
}

.buttonHomeContainer {
	position: absolute;
	top: 200px;
	left: 0;
	width: 100%;
}

.contentButtonHome {
	position: relative;
	max-width: 1580px;
	padding: 0 20px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.buttonHome {
	position: relative;
	float: right;
	background: #303b40;
	width: 210px;
	height: 210px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	z-index: 3;
	text-align: center;
	color: #fff;
  right: 40px;
}

.buttonHome p {
	position: relative;
	padding: 10px;
	color: #fff;

	width: 210px;
	height: 210px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;

	-webkit-transform: rotate(-15deg);
	-moz-transform: rotate(-15deg);
	-o-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	transform: rotate(-15deg);

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

.buttonHome a {
	color: #fff !important;
}

@media only screen and (max-width: 760px){
	.buttonHomeContainer {
		top: 200px;
	}
	.buttonHome {
		width: 150px;
		height: 150px;
	}
	.buttonHome p {
		width: 150px;
		height: 150px;
	}
	.titelHome {
		bottom: 50px;
	}
	.contentTitelHome {
		padding: 0 20px;
	}
}



.dreieck {
	position: absolute;
	width: 100%;
	height: 80px;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 100% 100%;
}

.dreieck.unten.rechts {
	background-image: url('/_images/dreieck_rechts.png');
	bottom: 0;
	left: 0;
}

.dreieck.unten.links {
	background-image: url('/_images/dreieck_links.png');
	bottom: 0;
	left: 0;
}

.dreieck.oben.rechts {
	background-image: url('/_images/dreieck_oben_rechts.png');
	top: 0;
	left: 0;
}

.dreieck.oben.links {
	background-image: url('/_images/dreieck_oben_links.png');
	top: 0;
	left: 0;
}

@media only screen and (max-width: 760px){
	.dreieck {
		height: 30px;
	}
}


.backgroundimage {
	position: relative;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding-top: 60px;
	padding-bottom: 1.5em;
}

.backgroundimage .content {
	padding-bottom: 0;
}

.overlayBackground {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0.3;
}

.backgroundimage.abstandTop {
	padding-top: 80px;
}

.backgroundimage.abstandBottom {
	padding-bottom: 80px;
}

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

#verlauf {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50%;
	z-index: 2;
	/*background-color: #ffffff;*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.70)), to(rgba(255, 255, 255, 0.00)));
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.70), rgba(255, 255, 255, 0.00));
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.70), rgba(255, 255, 255, 0.00));
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.70), rgba(255, 255, 255, 0.00));
	background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.70), rgba(255, 255, 255, 0.00));
	background-image: linear-gradient(top, rgba(255, 255, 255, 0.70), rgba(255, 255, 255, 0.00));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffffff', EndColorStr='#ffffff');
}

#logo {
	position: absolute;
	top: 50px;
	right: 55px;
	width: 310px;
	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-family: 'Titillium Web', sans-serif;
	font-weight: normal;
	margin-bottom: 10px;
}

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

#titelHeaderMobile h2 {
	color: #414142;
	font-size: 20px;
	font-family: 'Titillium Web', sans-serif;
	font-weight: normal;
	margin-bottom: 10px;
}
#titelHeaderMobile h1 {
	color: #414142;
	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%);
}

.video {
	width: 100%;
	height: auto;
	border: #747474 2px solid;
}

#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){

}

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

}

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

}

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

}

/* 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: 30px;
	height: auto;
	margin-bottom: -0.5em;
	padding-left: 10px;
}

#down {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: calc(100% - 20px);
	text-align: right;
	z-index: 9;
	font-size: 19px;
	text-transform: uppercase;
	line-height: 1.5em;
}


@media only screen and (max-width: 760px){
	#logo {
		width: 180px;
		top: 35px;
		right: 20px;
	}
	#down {
		display: none;
	}
}

@media only screen and (max-width: 480px){
	#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;
	left: 40px;
	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: #3c3c3b;
	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: #3c3c3b;
}

.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: 760px){
	.hamburger {
		top: 22px;
		left: 15px;
	}
}

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

#nav {
	position: absolute;
	display: block;
	top: -200%;
	left: 0;
	width: 100%;
	min-height: 350px;
	background: #fff;
	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;
}

@media only screen and (min-width: 1300px){
  #nav {
    padding-right: 60px;
  }
}

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

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

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

.contentNav strong {
	color: inherit;
}


.mainNav {
	list-style: none;
	width: 100%;
	position: relative;
	font-weight: 300;
	z-index: 50;
	margin: 0 !important;

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

.mainNav ul {
	list-style: none;
	-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 {
	display: inline-block;
	width: calc(33.333333% - 128px);
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mainNav > li:first-child {
	width: 240px;
}

.mainNav > li:last-child {
	width: 118px;
}

.mainNav > li:nth-child(2) {
	width: calc(29.333333% - 128px);
}

.mainNav > li:nth-child(3),
.mainNav > li:nth-child(4){
	width: calc(35.333333% - 128px);
}

.mainNav ul > li {
	display: block;
}

.mainNav a {
	color: #3c3c3b !important;
	display: block;
	padding: 25px 0 15px 0;
	line-height: 1.1em;
	font-family: 'Titillium Web', sans-serif;
	font-size: 28px;
	font-weight: 300;
	cursor: pointer !important;
	text-transform: uppercase;
}

.mainNav a:hover,
.mainNav a:active,
.mainNav a.aktiv {
	font-weight: 600;
}

.mainNav ul a {
	font-size: 27px;
	font-weight: 300;
	padding: 15px 0;
	text-transform: none;
}




@media only screen and (max-width: 1300px){
	.mainNav > li {
		width: calc(33.333333% - 100px);
	}
	.mainNav > li:first-child {
		width: 140px;
	}
}

@media only screen and (max-width: 1160px){
	.mainNav a {
		padding: 20px 0 10px 0;
		font-size: 20px;
	}
	.mainNav ul a {
		font-size: 18px;
	}
}

@media only screen and (max-width: 1023px){
	.mainNav > li {
		display: block;
		width: 100%;
	}
	.mainNav a {
		padding: 15px 0 15px 25px;
		line-height: 0.9em;
	}
	.mainNav ul a {
		padding: 15px 0 15px 45px;
		line-height: 0.9em;
	}
}

@media only screen and (max-width: 760px){
	.mainNav a {
		padding: 10px 0 10px 5px;
		line-height: 0.9em;
	}
	.mainNav ul a {
		padding: 10px 0 10px 25px;
		line-height: 0.9em;
	}
}


.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: 30px;
	}
}

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

.navHeader {
	position: relative;
	font-family: 'Titillium Web', sans-serif;
	font-size: 28px;
	color: #1C1F22;
	display: block;
	border-top: #1C1F22 2px solid;
	padding: 15px 0 15px 30px;
	font-weight: normal;
}

.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: 50%;
	padding: 0;
}

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

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

#mobileMenu ul {
	list-style: none;
}


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

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

section, article {
	position: relative;
}

.light {
	background-color: #e3e7e9;
	color: #414142;
}

.dark {
	background-color: #6e7b82;
	color: #fff;
}

.tint {
	background: #303b40;
	color: #fff;
}

.light h2 {
	color: #414142;
}

.dark h2,
.tint h2 {
	color: #fff;
}

.abstandTop {
	padding-top: 40px;
}

.abstandBottom {
	padding-bottom: 40px;
}

/*.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: 1500px;
	margin: 0 auto;
	padding: 60px 40px;
	line-height: 1.6em;

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

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

.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;
}

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

.overview a {
	font-size: 25px;
	font-family: 'Titillium Web', sans-serif;
	font-weight: normal;
}

.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: #414142;
	font-weight: normal;
	font-family: 'Titillium Web', sans-serif;
}



@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: 100%;
		margin: 50px 0 20px 0;
	}
	.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;
	}
}



.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;
}


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

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

}

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

.spalten23 {
	position: relative;
	padding: 0 20px 0 20px;
	width: 66.666666%;

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

}

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

.kontaktBox {
	max-width: 350px;
}

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

.kontaktBoxBild {
	line-height: 0;
}

.kontaktBoxText {
	padding: 15px;
	background: #fff;
	font-size: 20px;
	line-height: 1.5em;
}

.kontaktBoxText p {
	margin-bottom: 0;
	color: #414142;
	text-transform: uppercase;
}


@media only screen and (max-width: 1023px){
	.spalten2 {
		width: calc(100% - 50px);
		margin-left: 25px;
		margin-right: 25px;
		padding: 0;
	}
}

@media only screen and (max-width: 767px){
	.spalten2 {
		width: calc(100% - 10px);
		margin-left: 5px;
		margin-right: 5px;
		padding: 0;
	}
	.spalten3,
	.spalten23 {
		width: calc(100% - 10px);
		margin-left: 5px;
		margin-right: 5px;
		padding: 0 0 20px 0;
	}
}


/* 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-family: 'Titillium Web', sans-serif;
	font-weight: normal;

	-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-family: 'Titillium Web', sans-serif;
	font-weight: normal;
}

.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-family: 'Titillium Web', sans-serif;
}

.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-family: 'Titillium Web', sans-serif;
	font-weight: normal;
	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: normal;
	font-family: 'Titillium Web', sans-serif;
}

.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:last-child,
.infoBox1 p:last-child {
	margin-bottom: 0;
}

.count,
.noCount {
	position: relative;
	font-size: 79px;
	font-weight: normal;
	text-align: center;
	color: #414142;
	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;
}

.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: 540px;
}

.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);
	margin: 0 20px 0 20px;
	font-size: 29px;
}

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

.frei {
	position: absolute;
	width: 120px;
	height: 120px;
	top: 0;
	left: 0;
	font-size: 15px;
	font-family: 'Titillium Web', sans-serif;
	color: #fff;
	font-weight: normal;
	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 {
	display: inline-block;
	position: relative;
	margin-top: 40px;
	margin-right: 20px;
	width: 120px;
	height: 120px;
	font-size: 15px;
	font-family: 'Titillium Web', sans-serif;
	color: #fff;
	font-weight: normal;
	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: 80px;
	}
	.infoBox3 h4,
	.infoBox1 h4 {
		font-size: 34px;
	}
}

@media only screen and (max-width: 1030px){
	.count,
	.noCount {
		font-size: 65px;
	}
	.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;
	}
}


@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: 25%;
	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: 25%;
	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;
}

@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-family: 'Titillium Web', sans-serif;
}

.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: normal;
	font-family: 'Titillium Web', sans-serif;
}

.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-family: 'Titillium Web', sans-serif;
	font-weight: normal;
	color: #414142 !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;
	}
}


/* Home Angebote */
.sliderWrap {
	padding: 10px 0 40px 0;
}
.sliderBox {
	position: relative;
	background: #fff;
	color: #414142;
	padding-bottom: 115px;
	z-index: 111;
}

.sliderBild {
	position: relative;
	cursor: pointer;
	line-height: 0;
}

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

.status {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 15px;
	line-height: 1em;
	background: rgba(255,255,255,0.7);
	z-index: 1;
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 80%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.sliderText {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 115px;
	width: 100%;
	padding: 10px 50px 10px 20px;
	font-size: 21px;
	line-height: 1.5em;
	background: rgba(255,255,255,0.99);
	overflow: hidden;
	z-index: 111;

	-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;
}

.sliderText.opened {
	height: 100%;
}

.sliderText p {
	margin-bottom: 0;
}

p.sliderTitel {
	height: 95px;
	display: table-cell;
	vertical-align: middle;
}

.sliderBox .zoom {
	position: absolute;
	bottom: 10px;
	right: 10px;
	top: auto;
	left: auto;
	width: 30px;
	height: 30px;
	background-image: url('/_images/zoom.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
}

.sliderText.opened .zoom {
	background-image: url('/_images/unzoom.png');
}

.sliderShowText {
	padding-top: 10px;
	font-size: 18px;
	line-height: 1.5em;
	z-index: 111;
}

.sliderShowText ul {
	list-style: outside !important;
	margin-left: 1.2em !important;
}

.sliderShowText .btn {
	font-size: 90%;
	margin-top: 10px;
	min-width: auto;
	background-size: 20px 20px;
	padding: 1px 50px 1px 10px;
}

.uppercase {
	text-transform: uppercase;
}

@media only screen and (max-width: 1500px){
	.sliderText {
		font-size: 18px;
		line-height: 1.2em;
	}
	.sliderShowText {
		font-size: 16px;
		line-height: 1.5em;
	}
}

@media only screen and (max-width: 1280px){
	.sliderShowText {
		font-size: 14px;
		line-height: 1.5em;
	}
}

@media only screen and (max-width: 760px){
	.sliderText {
		font-size: 16px;
		line-height: 1.5em;
	}
}


/* Referenzen */
.referenzen .sliderBox {
	width: calc(33.333333% - 40px);
	margin: 20px;
	background: #fff;
	color: #414142;
	padding-bottom: 60px;
}

.referenzen .sliderText {
	height: 60px;
}

.referenzen .sliderText.opened {
	height: 100%;
}

.referenzen p.sliderTitel {
	height: 45px;
	display: table-cell;
	vertical-align: middle;
}

.referenzen .sliderShowText {
	padding-top: 10px;
	font-size: 18px;
	line-height: 1.5em;
	z-index: 111;
}


@media only screen and (max-width: 1020px){
	.referenzen .sliderBox {
		width: calc(50% - 40px);
	}
	.referenzen .sliderShowText {
		font-size: 16px;
		line-height: 1.5em;
	}
}

@media only screen and (max-width: 760px){
	.referenzen .sliderBox {
		width: 100%;
		margin: 10px 0;
	}
	.referenzen .sliderTitel {
		font-size: 19px;
	}
}

/* Team */
.team .sliderBox {
	width: calc(33.333333% - 40px);
	margin: 20px;
	background: #fff;
	color: #414142;
	padding-bottom: 115px;
}

.sliderTeamBild {
	line-height: 0;
}

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

.team .sliderText {
	height: 115px;
}

.team .sliderText.opened {
	height: 100%;
}

.team p.sliderTitel {
	height: 100px;
	display: table-cell;
	vertical-align: middle;
}

.team .sliderShowText {
	padding-top: 10px;
	font-size: 18px;
	line-height: 1.5em;
	z-index: 111;
}

.sliderBox .email {
	position: absolute;
	bottom: calc(50% - 17px);
	right: 15px;
	top: auto;
	left: auto;
	width: 30px;
	height: 30px;
	background-image: url('/_images/mail_schwarz.svg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
}

.sliderBox .email a {
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	overflow: hidden;
}


@media only screen and (max-width: 1020px){
	.team .sliderBox {
		width: calc(50% - 40px);
	}
	.team .sliderShowText {
		font-size: 16px;
		line-height: 1.5em;
	}
}

@media only screen and (max-width: 760px){
	.team .sliderBox {
		width: 100%;
		margin: 10px 0;
	}
	.team .sliderTitel {
		font-size: 19px;
	}
}


/* iFrame */
.angebote {
	border: none;
	width: 100%;
	height: 800px;
  overflow: visible !important;
}

.angebote iframe {
   overflow: scroll;
   width: 100%;
   height: 100%;
 }


/* 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;
	}
}



.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: 600px;
	outline: 0;
}

#map:focus {
	outline: none !important;
}

.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: 90px;
}

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

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

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

@media only screen and (max-width: 760px){
	#map {
		height: 400px;
	}
	.gm-style-iw-d img.bubbleLogo {
		width: 160px;
	}
}


/* ----------------- 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;
}


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


.pdf {
	display: inline-block;
	padding: 8px 0 0 45px;
	height: 40px;
	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: #414142 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;
}

@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;

	-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;
}

@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;
	}
}



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

footer {
	position: relative;
	clear: both;
	width: 100%;
	padding: 40px 0 0 0;
	color: #fff;
	font-size: 19px;
	font-weight: normal;
	margin-top: 0;
	line-height: 1.2em;
	background: #303b40;

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

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

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

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

.footer1 img {
	width: 90%;
	max-width: 265px;
	height: auto;
}

.footer2,
.footer3,
.footer4 {
	position: relative;
	width: calc(20% - 20px);
	padding: 0 0 0 0;

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

footer ul {
	list-style: none !important;
	margin-left: 0 !important;
}


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

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

footer h3 {
	font-size: 21px;
	font-family: 'Titillium Web', sans-serif;
	font-weight: normal;
	margin-bottom: 0;
	color: #1C1F22;
}

.footer5 {
	text-align: right;
}

.instagram {
	position: relative;
	text-align: right;
	padding-bottom: 8px;
}

.instagram img {
	width: 35px;
	height: auto;
}

.svit {
	position: relative;
	text-align: right;
	font-size: 80%;
}

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

@media only screen and (max-width: 1580px){
	footer .content {
		padding-bottom: 30px !important;
	}
}

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

@media only screen and (max-width: 1279px){
	footer {
		font-size: 16px;
	}
	.footer1,
	.footer2,
	.footer3 {
		width: 20% !important;
	}
	.footer1 {
		padding-right: 20px;
	}
	.footer4 {
		width: 17% !important;
	}
	.footer5 {
		width: 23% !important;
	}
	.instagram img {
		width: 25px;
		padding-left: 98px;
	}
	.svit img {
		width: 45px;
	}
}

@media only screen and (max-width: 1023px){
	.footer1,
	.footer2,
	.footer3 {
		width: 33.333333% !important;
	}
	.footer4 {
		width: 33.333333% !important;
		margin-left: 33.333333%;
	}
	.footer5 {
		width: 33.333333% !important;
		text-align: left;
	}
	.instagram,
	.svit {
		text-align: left;
	}
	.instagram img {
		padding-left: 0;
		padding-top: 0;
	}
	.instagram.desk {
		display: none;
	}
	.instagram.mobile {
		display: block !important;
		margin-top: -5px;
	}

}

@media only screen and (max-width: 760px){
	footer {
		padding-bottom: 0;
	}
	.footer1,
	.footer2,
	.footer3,
	.footer4,
	.footer5 {
		width: 100% !important;
		margin-left: 0;
	}
}

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

}




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

.formularMail {
	display: none;
}

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

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

legend {
	font-weight: normal;
	font-family: 'Titillium Web', sans-serif;
	padding-bottom: 10px;
	text-transform: uppercase;
}

/*form p {
	position: relative;
	clear: both;
	margin-bottom: 10px !important;
	padding: 30px 0 15px 0;
	font-weight: normal;
	font-size: 21px;
	line-height: 1.5em;
	font-family: 'Titillium Web', sans-serif;
}*/

.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.formRadio {
	float: none;
	width: auto;
	display: inline-block;
	margin-left: 50px;
}

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

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

.kontaktform {
	width: calc(100% + 20px);
	margin: 0 -10px;
}

.kontaktform p {
	position: relative;
	width: 50%;
	padding: 0 10px;
	margin-bottom: 15px !important;

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

form.kontaktfomular p {
	position: relative;
	width: 100%;
	padding: 0 10px !important;
	margin: 0 0 15px 0 !important;

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

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

input.formGross {
	position: relative;
	width: 100%;
	border: none;
	color: #1C1F22;
	background: #fff;
	padding: 15px 15px;
	font-weight: normal;
	font-size: 21px;
	line-height: 1.5em;
	font-family: 'Titillium Web', sans-serif;

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

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

input.formGross:disabled {
	border: #000 1px solid;
	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: normal;
	font-size: 21px;
	line-height: 1.5em;
	font-family: 'Titillium Web', 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: normal;
	font-size: 21px;
	line-height: 1.5em;
	font-family: 'Titillium Web', sans-serif;

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

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

textarea.formGross {
	position: relative;
	width: 100%;
	height: 230px;
	border: none;
	color: #1C1F22;
	background: #fff;
	font-size: 21px;
	padding: 15px 15px;
	font-weight: normal;
	line-height: 1.5em;
	font-family: 'Titillium Web', 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;
	width: 100%;
	border: none;
	color: #1C1F22;
	background: #fff url(/_images/bgSelect.png) no-repeat right 35px;
	padding: 30px 0 25px 0;
	font-weight: normal;
	font-size: 21px;
	line-height: 1.5em;
	font-family: 'Titillium Web', 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: 120px;
	border: #555 1px solid;
	color: #1C1F22;
	background: #fff url(/_images/bgSelect.png) no-repeat right 5px;
	padding: 7px 5px 5px 5px;
	font-weight: normal;
	font-size: 21px;
	line-height: 1.5em;
	font-family: 'Titillium Web', 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;
}

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: 12px 25px;
	margin-top: 2px;
	background: #303b40;
	border: none;
	color: #fff !important;
	font-size: 25px;
	text-align: left;
	cursor: pointer;
	font-family: 'Titillium Web', sans-serif;
	font-weight: normal;
	text-transform: uppercase;

	-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.sendKontakt:hover {
	background: #fff;
	color: #303b40 !important;
}

.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: 767px){
	.kontaktform p {
		width: 100%;
	}
}

@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;
	}
	input.formGross,
	textarea.formGross,
	select.formGross {
		float: none;
		clear: both;
		width: 100%;
		font-size: 16px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	textarea.formGross {
		height: 130px;
	}
	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;
	}
}

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%;
	}
}


/* Link Box
*******************************************************************************/
.link-box__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  padding-bottom: 32px;
}

.link-box {
  box-sizing: border-box;
  border-bottom: 1px solid #414142;
  display: flex;
  flex: 1 1 auto;
  padding: 16px;
  width: auto;
}

.link-box__icon {
  align-items: center;
  display: flex;
  flex: 0 0 30px;
  padding-right: 16px;
  width: 30px;
}

.link-box__icon img {
  max-height: 30px;
  width: auto;
}

.link-box__body {
  flex: 1 1 auto;
  width: auto;
}

.link-box__title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}

.link-box__text {
  margin-bottom: 0 !important;
}

@media only screen and (min-width: 761px) {
  .link-box__wrapper {
    flex-direction: row;
    gap: 40px;
    padding-bottom: 16px;
  }

  .link-box {
    flex: 1 1 calc((100% / 2) - 40px);
    width: calc((100% / 2) - 40px);
  }

  .link-box:nth-child(even) {
    margin-right: 0;
  }

  .link-box__icon {
    flex: 0 0 40px;
    padding-right: 32px;
    width: 40px;
  }

  .link-box__icon img {
    max-height: 40px;
  }

  .link-box__title {
    font-size: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .link-box__title {
    font-size: 28px;
  }
}

/* Side Link
*******************************************************************************/
.side-link {
  border-top: 1px solid #414142;
  background-color: rgba(255,255,255,0.95);
  border-left: 1px solid #414142;
  border-right: 1px solid #414142;
  right: 41px;
  padding: 8px 16px;
  position: absolute;
  top: 102px;
  transform: rotate(-90deg);
  transform-origin: top right;
  z-index: 1001;
}

.side-link p {
  color: #414142;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

@media only screen and (min-width: 761px) {
  .side-link {
    top: 178px;
  }

  .side-link p {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1024px) {
  .side-link {
    padding: 0 16px;
    top: 184px;
  }
}

@media only screen and (min-width: 1161px) {
  .side-link {
    top: 191px;
  }
}
