@charset "UTF-8";


/* 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%;
	cursor: default;
	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: 300;
	font-size: 17px;
	color: #000;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	background-attachment: fixed;
	line-height: 1.5em;
	position: relative;
}

h1 {
	font-size: 40px;
	font-weight: 300;
	padding: 0 0 0.5em 0;
	color: #5CC3E0;
	line-height: 1.3em;
}

h1 strong {
	font-weight: 600;
}

h2 {
	font-size: 22px;
	font-weight: 600;
	padding: 0;
	color: #5CC3E0;
	line-height: 1.3em;
	margin-bottom: 1em;
}

h2.titel {
	font-size: 38px;
	font-weight: 600;
	padding: 0;
	color: #000;
	line-height: 1.3em;
	margin-top: 0.5em;
	margin-bottom: 1em;
	text-align: center;
	text-transform: uppercase;
}


h3 {
	font-size: 24px;
	padding: 0;
	color: #5CC3E0;
	line-height: 1.3em;
	margin-bottom: 1em;
	font-weight: 600;
}

h4 {
	font-size: 18px;
	padding: 0;
	color: #5CC3E0;
	line-height: 1.3em;
	margin-bottom: 0;
	font-weight: 600;
}

h5 {
	font-size: 15px;
	padding: 0;
	color: #000;
	font-weight: 600;
	line-height: 1.3em;
	margin-bottom: 0;
}

h6 {
	font-size: 15px;
	padding: 0;
	color: #1D9FE4;
	font-weight: 400;
	line-height: 1.3em;
	margin-bottom: 0;
}

a:link, a:visited {
	text-decoration: none;
	color: #5CC3E0;
}

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: 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 10px 3px 10px;
	min-width: 110px;
	margin-right: 5px;
	margin-bottom: 10px;
	background: #5CC3E0;
	color: #fff !important;
	font-size: 16px;
	font-weight: 400;
	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 i.far,
.btn i.fas {
	padding-right: 0;
	padding-left: 10px;
}

.btn:hover {
	background: #000;
}

.center {
	text-align: center;
}

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

.lead {
	font-weight: 600;
}

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

@media only screen and (max-width: 760px){
	body {
		font-size: 15px;
	}
	.desk {
		display: none !important;
	}
	.mobile {
		display: inherit !important;
	}
	h2 {
		font-size: 20px;
	}
	h1, h2.title {
		font-size: 24px;
		margin-bottom: 0.5em;
	}
	h3 {
		font-size: 20px;
	}
	.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;
	}
}
@media only screen and (max-width: 480px){
	/*h1 br {
		display: none;
	}*/
}




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

#created {
	position: absolute;
	z-index: 9;
	right: -30px;
	bottom: 45px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	color: #898989;
	font-size: 12px;
}

#created a {
	display: block;
	color: #585858 !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
*******************************************************************************/

#topHeader {
	position: relative;
	width: 100%;
	height: 150px;
	background: #fff;
	z-index: 10;
}

#contentTopHeader {
	position: relative;
	max-width: 1400px;
	height: 150px;
	margin: 0 auto;
}

#header {
	position: relative;
	width: 100%;
	height: 500px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.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%;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0.00)));
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.00));
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.00));
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.00));
	background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.00));
	background-image: linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.00));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffffff', EndColorStr='#ffffff');
	z-index: 100;
}

#logo {
	position: absolute;
	top: 15px;
	left: 0;
	width: 300px;
	z-index: 10;
	margin: 0 auto;
	text-align: center;
	font-size: 35px;
	padding: 0 20px 20px 20px;
}

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

.logoPadding {
	padding: 40px 15px 15px 15px;
}

#news {
	position: absolute;
	width: 100%;
	padding: 15px 50px;
	background: #C18860;
	text-align: center;
	font-size: 20px;
	top: -600px;
	line-height: 1.4em;

	-webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    0px 5px 5px 0px rgba(50, 50, 50, 0.25);
	box-shadow:         0px 5px 5px 0px rgba(50, 50, 50, 0.25);

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

	-webkit-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
}

#news.show {
	position: relative;
	top: 0;
}

.close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
	z-index: 22;
}

.close:before {
	content: "";
	position: absolute;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 28px;
	height: 28px;
	border: none;
	top: calc(50% - 14px);
	left: calc(50% - 14px);
	border-radius: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background: rgba(0,0,0,0.8);
	z-index: -1;
}

.close .line {
	width: 20px;
	height: 2px;
	background-color: #fff;
	display: block;
	margin: 9px auto;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.close:hover{
	cursor: pointer;
}

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

.close .line:nth-child(2){
	-webkit-transform: translateY(-6px) rotate(-45deg);
	-ms-transform: translateY(-6px) rotate(-45deg);
	-o-transform: translateY(-6px) rotate(-45deg);
	transform: translateY(-6px) rotate(-45deg);
	/*background-color: #fff;*/
}


.weiter {
	position: absolute;
	bottom: 15px;
	left: calc(50% - 100px);
	width: 200px;
	height: 40px;
	z-index: 2;
	line-height: 1px;
}

.weiter a {
	display: block;
	width: 200px;
	height: 40px;
	text-align: center;
	padding-top: 7px;

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

.weiter img {
	width: auto;
	height: 15px;
}

#buttonsTop {
	position: absolute;
	top: 40px;
	right: -40px;
	z-index: 2000;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

#buttonsTop a {
	color: #fff;
	text-align: center;
}

#buttonsTop span {
	display: block;
	background: #000;
	padding: 5px 0 0 0;
	margin-top: 10px;
	width: 170px;
	height: 30px;
}

@media only screen and (max-width: 760px){
	#news {
		font-size: 16px;
	}
	#buttonsTop {
		top: 32px;
		right: -36px;
		font-size: 13px;
		font-weight: 400;
	}
	#buttonsTop span {
		padding: 1px 0 0 0;
		width: 140px;
		height: 23px;
	}
}

@media only screen and (max-width: 480px){
	#buttonsTop {
		top: 120px;
		right: -41px;
	}
	#buttonsTop span {
		margin-top: 5px;
	}
}

.headerBild {
	position: relative;
	width: 100%;
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: 1;
}

.newsFlash {
	position: absolute;
	top: 100px;
	right: 50px;
	width: 300px;
	height: 300px;
	border-radius: 100%;
	background: #5CC3E0;
	color: #000;
	z-index: 20;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 60px 30px 30px 30px;
	font-size: 20px;
	font-weight: 400;

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

.newsFlash h2 {
	color: #fff;
	margin-bottom: 0.3em;
	font-size: 30px;
}

.newsFlash p {
	margin-bottom: 0.5em;
}

.newsFlash a {
	color: #fff;
}

.newsFlash i {
	width: auto;
	font-size: 30px;
	padding: 0 !important;
}

.spalten2 .flexslider {
	max-width: 100%;
	margin: 0 auto;
}

.spalten2 .flexslider .slides li {
	height: auto !important;
}


@media only screen and (max-width: 1300px){
	#header,
	.headerBild {
		height: 400px;
	}
	.newsFlash {
		top: 50px;
	}
}

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

}

@media only screen and (max-width: 1030px){
	#header,
	.headerBild {
		height: 300px;
	}
	.newsFlash {
		top: 20px;
		right: 20px;
		width: 260px;
		height: 260px;
		padding: 30px;
	}
}


@media only screen and (max-width: 760px){
	#logo {
		width: 200px;
		padding: 0px 10px 10px 10px;
	}
	#topHeader {
		height: 105px;
	}

}

@media only screen and (max-width: 480px){
	#logo {
		width: 150px;
		top: 10px;
	}
	#topHeader {
		height: 80px;
	}
	#header,
	.headerBild {
		height: 220px;
	}
	.newsFlash {
		top: 20px;
		right: 10px;
		width: 160px;
		height: 160px;
		padding: 45px 20px 20px 20px;
		font-size: 14px;
		line-height: 1.3em;
	}
	.headerBild {
		background-position: -250px center;
	}
	.newsFlash h2 {
		font-size: 16px;
	}
	.newsFlash p {
		margin-bottom: 0.5em;
	}
	.newsFlash i {
		font-size: 20px;
		display: none;
	}
}



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

#mainNav {
	position: absolute;
	right: 15px;
	bottom: 30px;
	width: calc(100% - 350px);
	text-align: right;
	font-family: 'Titillium Web', sans-serif;
	font-size: 20px;
}

#mainNav ul {
	list-style: none;
}

#mainNav li {
	display: inline-block;
	/*width: 16%;*/
	padding-left: 8%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#mainNav a {
	display: block;
	font-weight: 300;
	color: #595959;
}

#mainNav a:hover,
#mainNav a:active {
	color: #5CC3E0;
}

#mainNav a.aktiv {
	color: #5CC3E0;
	font-weight: 600;
}

@media only screen and (max-width: 1400px){
	#mainNav li {
		padding-right: 20px;
		padding-left: 4%;
	}
}

@media only screen and (max-width: 1180px){
	#mainNav li {
		padding-left: 1%;
	}
}


@media only screen and (max-width: 1020px){
	#mainNav {
		display: none;
	}
}

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

}


.subnav {
	width: 100%;
	padding: 0 0 50px 0;
}

.subnav ul {
	list-style: none;
}

.subnav ul li {
	border-bottom: #595959 1px solid;
	padding: 3px 0;
}

.subnav a {
	color: #595959;
	font-weight: 600;
	display: block;
}

.subnav a:hover,
.subnav a:active,
.subnav a.aktiv {
	color: #72C0DE;
}

.subnav a::before {
	content: '> ';
}



/* Charts */
.chartGrafik {
	position: relative;
	width: 50px;
	height: 50px;
}

.chartOuterCircle {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #B1B2B3;
    border-radius: 50%;
}

.chartInnerCircle {
    margin-top: 12%;
    margin-left: 12%;
    position: absolute;
    width: 76%;
    height: 76%;
    background-color: #B1B2B3;
    border-radius: 50%;
}

.chartMiddle {
    margin-top: 18%;
    margin-left: 18%;
    position: absolute;
    width: 64%;
    height: 64%;
    background-color: #fff;
    border-radius: 50%;
}

.borderTop {
	border-top: #333 1px solid;
}

.chartWrap {
	position: relative;
	height: 350px;
	width: 350px;
	margin-left: calc(100% - 350px);
}

.chartWrap canvas {
	width: 100%;
	height: auto;
}

.chartWrapBalken {
	height: 400px;
}

.spaltenLegende1 {
	position: relative;
	float: left;
	padding: 0 25px 0 0 !important;
	width: 66.666666%;

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

.spaltenLegende2 {
	position: relative;
	float: left;
	padding: 0 25px 0 0 !important;
	width: 33.333333%;

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

.spaltenGrafik {
	position: relative;
	float: left;
	padding: 0 25px 0 0 !important;
	width: 50%;
	max-width: 85px;

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

@media only screen and (max-width: 1023px){
	.spaltenLegende {
		position: relative;
		float: none;
		width: 100%;
		padding: 0 25px 25px 0 !important;
	}
	.spaltenLegende1,
	.spaltenLegende2 {
		float: none;
		width: 100%;
		padding: 0 25px 25px 0 !important;
	}
}

@media only screen and (max-width: 760px){
	.spaltenLegende {
		position: relative;
		float: left;
		width: 50%;
		padding: 0 25px 25px 0 !important;
	}
	.chartWrap {
		position: relative;
		height: 300px;
		width: 300px;
		margin-left: auto;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 480px){
	.spaltenLegende {
		position: relative;
		float: none;
		width: 100%;
		padding: 0 25px 25px 0 !important;
	}
}




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

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

section, article {
	position: relative;
	z-index: 1;
}

.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 2;

	-webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.15);
	-moz-box-shadow:    0px 5px 5px 0px rgba(50, 50, 50, 0.15);
	box-shadow:         0px 5px 5px 0px rgba(50, 50, 50, 0.15);
}

.rahmen .fixed {
	left: 0;
}

.underfixed {
	z-index: 1;
	height: auto;
}

.light {
	background: #ececec;
	color: #000;
}

.tint {
	/*background: #5CC3E0;
	color: #fff;*/
	margin-bottom: 2em;
	background: #ECEFF8;
	border-top: #5CC3E0 1px solid;
}

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

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

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

.content {
	position: relative;
	clear: both;
	max-width: 1100px;
	margin: 0 auto;
	padding: 50px 15px 10px 15px;
	line-height: 1.6em;

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

.contentWide {
	position: relative;
	clear: both;
	max-width: 1400px;
	margin: 0 auto;
	padding: 50px 15px 10px 15px;
	line-height: 1.6em;
	overflow: hidden;

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

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

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

.contentFull .contentWide,
.contentFull .content {
	padding: 0 15px;
}

footer .contentWide {
	padding: 10px 15px;
}

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

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


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

.contentLeft {
	position: relative;
	float: left;
	width: 60%;
	padding: 0 60px 0 0;

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

.contentRight {
	position: relative;
	float: right;
	width: 40%;

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

.spiegel {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}

.narrow {
	width: 80%;
}

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



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

}

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

}

@media only screen and (max-width: 760px){
	.content {
		padding: 10px 15px;
	}
	.contentWide {
		padding: 10px 15px;
	}
	.contentFull {
		padding: 10px 15px;
	}
}


/* Kontakt-Einblender */
#touch {
	position: absolute;
	right: -130px;
	top: 50px;
	width: 180px;
	height: 197px;
	background: #5CC3E0;
	color: #fff;
	z-index: 2;
	cursor: pointer;

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

.vertikal {
	position: absolute;
	left: -75px;
	bottom: 43px;
	display: block;
	padding: 12px 0 0 0;
	color: #fff;
	width: 197px;
	height: 40px;
	text-align: center;

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

.einblend {
	opacity: 0;
	display: none;

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

.kontaktText {
	padding: 20px;
}

#touch a {
	color: #fff;
}

.touchopen .einblend {
	opacity: 1;
	display: block;
}

.touchClose {
	position: absolute;
	bottom: 3px;
	left: 15px;
	display: none;
}

.touchopen .touchClose {
	display: block;
}

@-webkit-keyframes movebutton {
	0% { -webkit-transform: translate(60px, 0); }
	50% { -webkit-transform: translate(60px, 0); }
	80% { -webkit-transform: translate(-5px, 0); }
	100% { -webkit-transform: translate(0, 0); }
}

@-moz-keyframes movebutton {
	0% { -moz-transform: translate(60px, 0); }
	50% { -moz-transform: translate(60px, 0); }
	80% { -moz-transform: translate(-5px, 0); }
	100% { -moz-transform: translate(0, 0); }
}

@keyframes movebutton {
	0% { transform: translate(60px, 0); }
	50% { transform: translate(60px, 0); }
	80% { transform: translate(-5px, 0); }
	100% { transform: translate(0, 0); }
}

.animbutton {
	-webkit-animation-name: movebutton;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease-in;
	-moz-animation-name: movebutton;
	-moz-animation-duration: 1s;
	-moz-animation-iteration-count: 1;
	-moz-animation-timing-function: ease-in;
	animation-name: movebutton;
	animation-duration: 1s;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	right: -130px !important;
}

#touch.touchopen {
	right: 0 !important;
}

#touchContent.touchopen {
	right: 0 !important;
}

.touchopen .vertikal {
	opacity: 0;
}

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

}

@media only screen and (max-width: 760px){
	.vertikal {
		display: none;
	}
	.einblend {
		opacity: 1;
		display: block;
		float: left;
	}
	.narrow {
		width: 100%;
	}
	#touch {
		position: relative;
		right: auto;
		top: auto;
		height: auto;
		margin: 20px auto;
		width: 100%;

		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	.touchClose {
		display: none !important;
	}
}

.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;
	float: left;
	padding: 0 25px 0 0 !important;
	width: 50%;

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

}

.spalten2:nth-child(2) {
	padding: 0 0 0 25px;
}

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

.spalteLeft {
	position: relative;
	float: left;
	padding: 0 35px 0 0 !important;
	width: 70%;

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

.spalteRight {
	position: relative;
	float: left;
	padding: 0 0 0 35px !important;
	width: 30%;

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

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

@media only screen and (max-width: 1500px){
	.spalteRight {
		padding: 0 40px 0 35px !important;
	}
}

@media only screen and (max-width: 1020px){
	.spalteLeft {
		float: none;
		clear: both;
		padding: 0 50px 0 0 !important;
		width: 100%;
	}
	.spalteRight {
		padding: 0 !important;
		float: none;
		width: 100%;
	}
	.subnav {
		display: none;
	}
}

@media only screen and (max-width: 760px){
	.spalteLeft {
		padding: 0 !important;
	}
}


#impressum ul,
#impressum ol,
#datenschutz ul,
#datenschutz ol {
	margin: 0 0 1em 1.5em;
}

#datenschutz p, #impressum p {
	margin-bottom: 1em;
}

#datenschutz h2, #impressum h2 {
	text-align: left;
}


.spalten3 {
	position: relative;
	float: left;
	padding: 0 0 0 25px;
	width: 33.333333%;

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

.spalten3:first-child {
	padding: 0 25px 0 0;
}

.spalten3:last-child {
	padding: 0 0 0 25px;
}

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

.spalten4-3 {
	position: relative;
	float: left;
	padding: 0 25px 0 0;
	width: 75%;

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

.spalten4-1 {
	position: relative;
	float: left;
	padding: 0 0 0 25px;
	width: 25%;

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

.spaltenForm2 {
	position: relative;
	float: left;
	padding: 0 25px 0 0;
	width: 66.666666%;

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

.spaltenForm1 {
	position: relative;
	float: right;
	padding: 0 0 0 25px;
	width: 33.333333%;

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

.formPadding {
	padding: 10px 0;
}

.spalten4-1 img {
	max-width: 100%;
	height: auto;
}

.portrait {
	position: relative;
	width: 100%;
	height: auto;
	padding-bottom: 0;
}

.portrait img {
	max-width: 200px;
	width: 100%;
	height: auto;

	/*-webkit-border-radius: 50%;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius: 50%;
	-moz-border-radius-bottomright: 0;
	border-radius: 50%;
	border-bottom-right-radius: 0;*/
}

.bild {
	position: relative;
	line-height: 1px;
	overflow: hidden;
}

.overlayZoom {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	top: 0;

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

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

.overlayZoom img {
	position: absolute;
	top: calc(50% - 23px);
	left: calc(50% - 23px);
	width: 46px !important;
	height: 46px !important;
	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;
}

.overlayZoom:hover {
	background: rgba(0,0,0,0.7);
}

.overlayZoom:hover img {
	opacity: 1;
}

/* News */
.news {
	border-bottom: #000 1px solid;
	margin-bottom: 30px;
}

.newsBild {
	position: relative;
	float: left;
	width: 150px;
	line-height: 0;
}

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

.newsText {
	 position: relative;
	 float: right;
	 width: calc(100% - 150px);
	 padding: 0 0 0 30px;

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

.newsDate {
	font-weight: 600;
	border-left: 6px #000 solid;
	padding-left: 0.5em;
	line-height: 1em;
	margin-bottom: 0.8em !important;
}

.newsText h2 {
	font-size: 20px;
	margin-bottom: 0.5em;
}

.newsText a {
	font-weight: 600;
}

@media only screen and (max-width: 480px){
	.newsBild {
		float: none;
		width: 100%;
		padding-bottom: 20px;
	}
	.newsText {
		 float: none;
		 width: 100%;
		 padding: 0;
	}
}

/* Slider Boxen Home */
.sliderWrap {
	margin: 0 -10px;
	width: calc(100% + 20px);
}

.sliderBox {
	padding: 0 10px;

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

.sliderBild img {
	padding-bottom: 10px;
	width: 100%;
	height: auto;
}


/* Flexboxen */
.flexbox {
	width: calc(100% + 50px);
	margin: 0 -25px;

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

.centerFlex {
	justify-content: center;
}

.boxen {
	position: relative;
	padding: 5px 0 15px 0;
	margin: 15px 0;
	box-sizing: border-box;
	width: 25%;
}

.adressBox {
	position: relative;
	padding: 10px 0 6px 0;
	margin: 0 25px 25px 25px;
	box-sizing: border-box;
	width: calc(50% - 50px);
	border-top: #595959 1px solid;
	border-bottom: #595959 1px solid;
	font-size: 15px;
}

.adressBox h2 {
	margin-bottom: 0;
}

.adressBox h4 {
	font-size: 15px;
}

.adressBox p {
	margin-bottom: 0;
}

.adressBild,
.adressText {
	position: relative;
	float: left;
	padding: 0 25px 0 0 !important;
	width: 50%;
	line-height: 1.5em;

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

}

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

.stampNeu {
	position: absolute;
	top: 10px;
	right: -10px;
	width: 60px;
	height: 60px;
	background: #5CC3E0;
	color: #fff;
	font-weight: 600;
	border-radius: 100%;
	text-align: center;
	padding-top: 17px;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 1.2;
	z-index: 1;

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

@media (min-width: 1024px) {
	.stampNeu {
		font-size: 16px;
		top: -20px;
		left: -20px;
		padding-top: 21px;
		width: 80px;
		height: 80px;
	}
}

.kontaktBox {
	position: relative;
	padding: 10px 0 6px 0;
	margin: 0 100px 30px 25px;
	box-sizing: border-box;
	width: calc(50% - 125px);
	border-top: #595959 1px solid;
	border-bottom: #595959 1px solid;
	font-size: 15px;
	line-height: 1.5em;
}

.kontaktBox h2 {
	margin-bottom: 0;
}

.kontaktBox p {
	margin-bottom: 0.8em;
}

.kontaktBox table {
	margin-top:  -0.7em;
}

.kundenBox {
	position: relative;
	padding: 10px 0 3px 0;
	margin: 0 25px;
	box-sizing: border-box;
	width: calc(33.333333% - 50px);
	border-bottom: #595959 1px solid;
	font-size: 15px;
}

.kundenBox a {
	position: relative;
	font-weight: 300;
	font-size: 20px;
	padding: 3px 0 5px 0;
	display: block;
	text-align: left;
}

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

i {
	width: 25px;
}

.kundenBox a i {
	position: absolute;
	right: 0;
	bottom: 10px;
}

@media only screen and (max-width: 1200px){
	.contentAdressen {
		max-width: 900px;
	}
	.kontaktBox {
		margin: 0 50px 30px 25px;
		width: calc(50% - 75px);
	}
}

@media only screen and (max-width: 1023px){
	.contentAdressen {
		max-width: 650px;
	}
	.adressBild {
		display: none;
	}
	.adressText {
		width: 100%;
	}
	.flexbox {
		width: calc(100% + 30px);
		margin: 0 -15px;
	}
	.kundenBox {
		margin: 0 15px;
		width: calc(33.333333% - 30px);
	}
}

@media only screen and (max-width: 600px){
	.kundenBox {
		margin: 0 15px;
		width: calc(100% - 30px);
	}
}

@media only screen and (max-width: 480px){
	.adressBild {
		display: none;
	}
	.adressBox {
		width: 100%;
		margin: 0 0 -1px 0;
	}
	.contentAdressen {
		margin-bottom: 20px;
	}
	.kontaktBox {
		margin: 0 15px 30px 15px;
		width: calc(100% - 30px);
	}
}



/* Suche */
#suchresultate {
	list-style: none;
	border-bottom: #333 1px solid;
}

#suchresultate li {
	padding: 0;
	border-top: #333 1px solid;
}

#suchresultate a {
	display: block;
	width: 100%;
	padding: 15px 0;
}





/* Impressionen */
.galerie {
	width: calc(100% + 20px);
	margin: 0 -10px;

	display: -ms-flexbox;
	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;
}

.galerie .bild {
	position: relative;
	padding: 0;
	margin: 10px;
	box-sizing: border-box;
	width: calc(25% - 20px);
	line-height: 1px;
}

.bild > img {
	width: 100%;
	height: auto;
}


@media only screen and (max-width: 1120px){
	.spalten4-3 {
		width: 65%;
	}
	.spalten4-1 {
		width: 35%;
	}
}

@media only screen and (max-width: 1040px){
	.spalten4-3 {
		width: 60%;
	}
	.spalten4-1 {
		width: 40%;
	}
	.spaltenForm2 {
		float: none;
		padding: 0;
		width: 100%;
	}
	.spaltenForm1 {
		float: none;
		padding: 0 0 20px 30%;
		width: 100%;
	}
}

@media only screen and (max-width: 770px){
	.galerie .bild {
		width: calc(33.333333% - 20px);
	}
}

@media only screen and (max-width: 760px){
	.spalten4-3 {
		width: 100%;
	}
	.spalten4-1 {
		width: 100%;
		padding-left: 0;
		padding-top: 30px;
	}
	.galerie .bild {
		width: calc(50% - 20px);
	}
}


@media only screen and (max-width: 480px){
	.spaltenForm1 {
		padding: 0 0 20px 0;
	}
	.boxen {
		width: calc(100% - 30px);
		margin: 0 15px;
	}
	.box1 {
		order: 1;
	}
	.box2 {
		order: 3;
	}
	.box3 {
		order: 2;
	}
	.box4 {
		order: 4;
	}
	.box5 {
		order: 6;
	}
	.box6 {
		order: 6;
	}
	.box7 {
		order: 7;
	}
	.box8 {
		order: 8;
	}
	.box9 {
		order: 9;
	}
	.box10 {
		order: 10;
	}
	.portrait img {
		width: 100%;
	}
}

@media only screen and (max-width: 380px){
	.galerie .bild {
		width: calc(100% - 20px);
	}
}


.distance {
	position: relative;
	width: 100%;
	height: 95px;
}


#map {
	position: relative;
	width: 100%;
	height: 500px;
	margin-bottom: 40px;
}

.gm-style .gm-style-iw-c {
	border-radius: 3px !important;
	background: #5CC3E0;
	color: #fff;
	font-weight: 600;
}

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

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

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

.fancybox-slide--iframe .fancybox-content {
    width  : 90%;
    height : 90%;
    max-width  : 90%;
    max-height : 90%;
    margin: 0;
}

@media only screen and (max-width: 760px){
	.fancybox-slide--iframe .fancybox-content {
		width  : 100%;
		max-width  : 100%;
	}
}


/* Panorama */
#container {
	position: relative;
	width: 100%;
	height: 650px;
	overflow: hidden;
}

@media only screen and (max-width: 770px){
	.spalten3 {
		width: 50%;
	}
	#container {
		height: 350px;
	}
}


@media only screen and (max-width: 760px){
	.content {
		padding: 20px 15px;
	}
	.fliesstext {
		-webkit-column-count: 1;
		-webkit-column-gap: 0;
		-moz-column-count: 1;
		-moz-column-gap: 0;
		column-count: 1;
		column-gap: 0;
	}
	.spalten2 {
		float: none;
		padding: 0 !important;
		width: 100%;
	}
	.spalten2:nth-child(2) {
		padding: 25px 0 0 0;
	}
	.distance {
		height: 65px;
	}
	.spalten3 {
		width: 100%;
		padding: 0 !important;
	}
	#map {
		height: 400px;
	}
	#container {
		height: 250px;
	}
}

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

}


/* Kontakt */
.logoKontakt {
	width: 230px;
}

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

.blau {
	color: #5CC3E0;
}

.adresse {
	padding-left: 52px;
}






/* ----------------- 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 .pdf {
	font-size: 120%;
}

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



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

.noPaddingBottom {
	padding-bottom: 0;
}

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

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

.noPaddingTop {
	padding-top: 0;
}

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



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


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

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

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

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

.accordionContent {
	/*padding-bottom: 30px;*/
}

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

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

.ui-accordion-header-icon {
	position: absolute;
	right: 0;
	top: 30px;
	display: block;
	width: 30px;
	height: 20px;
}

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

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


/* 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: 10px 0;
	font-weight: 400;
	font-size: 15px;
	color: #000;
	background: #5CC3E0;
	margin-top: 30px;

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

footer .flexbox {
	width: 100%;
	margin: 0;
}

.footerSpalten4 {
	width: 27.5%;

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

.footerSpalten4.footerLast {
	width: 17.5%;
}

.footerLogo {
	max-width: 80%;
	padding-top: 10px;
}

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

footer a:link,
footer a:visited {
	color: #fff !important;
	padding-right: 10px;
	white-space: nowrap;
}

footer a:hover,
footer a:active {
	color: #000 !important;
}

.social img {
	height: 35px;
	width: auto;
	padding-bottom: 6px;
}

footer i {
	width: auto;
}


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

}

@media only screen and (max-width: 760px){
	.footerSpalten4 {
		width: 50%;
		padding-bottom: 20px;
	}
	.footerSpalten4.footerLast {
		width: 50%;
	}
}

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




/* 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: 600;
	padding-bottom: 10px;
	text-transform: uppercase;
}

form p {
	padding-right: 0;
	line-height: 1.8em;
	position: relative;
	clear: both;
	margin-bottom: 10px !important;
}

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

.aendern label {
	width: 50%;
}

label.check {
	float: none;
	width: auto;
	display: inline-block;
	margin-left: 0;
}

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

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

input.formGross {
	position: relative;
	float: left;
	width: 80%;
	border: #555 1px solid;
	color: #000;
	background: #fff;
	padding: 7px 5px 5px 5px;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.5em;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 400;

	-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: #000;
}

input.formPLZ {
	position: relative;
	float: left;
	width: 20%;
	margin-right: 8px;
	border: #555 1px solid;
	color: #000;
	background: #fff;
	padding: 7px 5px 5px 5px;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.5em;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 400;

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

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

input.formOrt {
	position: relative;
	float: left;
	width: calc(60% - 8px);
	border: #555 1px solid;
	color: #000;
	background: #fff;
	padding: 7px 5px 5px 5px;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.5em;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 400;

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

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

textarea.formGross {
	position: relative;
	float: left;
	width: 80%;
	height: 110px;
	border: #555 1px solid;
	color: #000;
	background: #fff;
	font-size: 15px;
	padding: 7px 5px 5px 5px;
	font-weight: 400;
	line-height: 1.5em;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 400;

	-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: 80%;
	border: #555 1px solid;
	color: #000;
	background: #fff url(/_images/bgSelect.png) no-repeat right 5px;
	font-size: 13px;
	padding: 7px 5px 5px 5px;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.5em;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 400;

	-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: #000;
	background: #fff url(/_images/bgSelect.png) no-repeat right 5px;
	font-size: 13px;
	padding: 7px 5px 5px 5px;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.5em;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 400;

	-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 {
	border: none;
	display: inline-block;
	padding: 7px 10px 7px 10px;
	min-width: 110px;
	background: #5CC3E0;
	border: #5CC3E0 1px solid;
	color: #fff !important;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	cursor: pointer;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 400;

	-webkit-appearance: none;

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

input:hover.sendKontakt,
input:focus.sendKontakt {
	background: #000;
	border: #000 1px solid;
	color: #fff !important;
}

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

@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: 760px){

}

@media only screen and (max-width: 480px){
	label {
		float: none;
		clear: both;
		width: 100%;
		margin-bottom: 3px;
		display: block;
	}
	input.formGross,
	textarea.formGross,
	select.formGross {
		float: none;
		clear: both;
		width: 100%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	input.formPLZ {
		width: 25%;
	}
	input.formOrt {
		width: calc(75% - 8px);
	}
	form p {
		padding: 0 0 10px 0 !important;
		clear: both;
		margin-bottom: 0 !important;
		line-height: 1.3em !important;
	}
	input.sendKontakt {
		width: 100% !important;
		margin-left: 0 !important;
	}
	p.einrueckung {
		margin-left: 0 !important;
	}
	label.check {
		margin-left: 0;
	}
}

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