/*
font-family: 'Lato', sans-serif;
font-family: 'Noto Sans', sans-serif;
*/

body, html {
	font-family: 'Lato', sans-serif;
	font-size:12pt;
	color:#000;
	height:100%;
	width:100%;
	color:#222222;
}

textarea, input, select {
	font-family: 'Lato', sans-serif;
	font-size:11pt;
	color:#000;
}

strong {
	font-size: 16pt;
	line-height: 22pt;
}

.kTop {
	padding-top:60px;
}

.kTop.fixed {
	padding-top:0;
}

#surround {
	margin:0 auto;
	width:100%;
}

#surround.fix {
	margin-top:0;
}

.inner {
	margin:0 auto;
	max-width:1200px;
}

.innerBox {
	padding:0 25px;
}

.center {
	text-align:center;
}

.padbot70 {
	padding-bottom:70px;
}

.halfbox {
	width:50%;
}

.halfbox strong {
	color:#606060;
}

.smalText {
	font-size:10pt;
}


.flexbox {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	margin:0 auto;
	padding:0 0 0 0;
}
.flexbox /*block33 ist eigentlich 25*/ .block33 {
	flex:1 1 25%;
	margin-bottom:50px;
}


.bildBox {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
}
.bildBox .innerBox {
	padding-top:25px;
	padding-bottom:25px;
}
.bildBox img {
	width:100%;
	height:auto;
	display:block;
}

.bildBox.smal {
	max-width:900px;
	margin:0 auto;
}



.backgroundBox {
	display: flex;
	align-items: center;
	justify-content: center;
	background-attachment: fixed;
	-webkit-background-attachment: fixed;
	background-position:center;
	background-repeat:no-repeat;
	height:750px;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.backgroundBox.pad {
	background-attachment: scroll;
	-webkit-background-attachment: scroll;
}

.backgroundBox .inner {
	margin-top:50px;
}

.centerBox {
	font-size:20pt;
	max-width:420px;
	color:#fff;
	border-radius:20px;
	margin:auto;
	text-align:center;
	line-height:36px;
	/* ALTE GOLDENE FARBE background-color:rgba(209,176,84,0.8); */
	background-color:rgba(234,81,111,.8);
	display:none;
}

.centerBox h1 {
	color:#fff !important;
}

.centerBox .inner {
	padding:60px 30px;
}

.trennlinie {
	width:300px;
	height:20px;
	background-image:url('/page/_webpics/divider-beauty-is-you.svg');
	background-position:center;
	background-size:100%;
	display:block;
	margin:0 auto;
}

/* HEADER */
header {
	background-color:#fff;
	font-size:13pt;
	color:#919191;
	padding:5px 0;
}

header #sprachbox {
	display:block;
	text-align:center;
}

header #sprachbox .sprachwahl {
	display:inline;
	padding:0 0;
	line-height:36px;
}

header #sprachbox .trenner {
	display:inline;
	padding:0 5px;
	line-height:36px;
	color:#c2966f;
}

header #logo {
	display:inline-block;
	margin:20px auto;
	width:auto;
}
header #logo img {
	max-width:100%;
	height:auto;
	display:block;
}


.blockText {
	font-size:12pt;
	line-height:27px;
	padding:70px 0;

}

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

.galerieBild {
	width:20%;
	float:left;
	padding:30px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.galerieBild img {
	max-width:100%;
	height:auto;
	display:block;

}

/* CONTENT */
#content {
	width:100%;
	min-height:200px;
	margin:0 auto;
	padding:0;
	line-height:24px;
	text-align:left;
}

#content h1 {
	font-family: 'Noto Sans', sans-serif;
	font-size:26pt;
	line-height:38px;
	padding:0;
	padding-bottom:45px;
	margin:0;
	font-weight:bold;
	color:#1A1A1A;
}

#content h2 {
	font-family: 'Noto Sans', sans-serif;
	font-size:26pt;
	line-height:38px;
	padding:0;
	padding-bottom:45px;
	margin:0;
	font-weight:bold;
	color:#1A1A1A;
}


#content h3 {
	font-family: 'Noto Sans', sans-serif;
	font-size:18pt;
	line-height:28px;
	padding:0;
	padding-bottom:15px;
	margin:0;
	font-weight:bold;
	color:#1A1A1A;
}

#content li {
	font-weight:normal;
	font-size:12pt !important;
	line-height:28px;
	padding-bottom:4px;
	color:#505050;
}



p strong {
	color:#1A1A1A;
}





#content a {
	color:#ea516f;
}
#content a:hover {
	color:#bb4159;
}

ul.suche {
	list-style-type:none;
	margin:0;
	padding:0;
}
ul.suche li a {
	display:block;
	padding:5px 15px;
	background-color:#ddd;
	border-bottom:1px solid #000;
}



/* FOOTER */
footer {
	font-size:12pt;
	background-color:#ea516f;
	color:#fff;
	padding:40px 0;
	line-height:24px;
}

footer .footerBlock {
	max-width:280px;
	margin:0 auto;
}

footer .footerBlock .inBlock {
	padding:15px;
	text-align:left;
}

footer .footerBlock a {
	color:#fff;
}
#formular {
	margin-top:30px;
}

#formular input, #formular textarea {
	width:100%;
	max-width:340px;
	height:48px;
	background-color:#ebebeb;
	border:1px solid #ebebeb;
	color:#434343;
	padding:0 10px;
	margin-bottom:5px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
#formular textarea {
	height:240px;
	padding:10px;
}

#formular button {
	height:50px;
	width:100%;
	max-width:340px;
	background-color:#ea516f;
	color:#fff;
	border:none;
	font-size:12pt;
	cursor:pointer;
	transition:0.2s;
}

#formular button:hover {
	background-color:#bb4159;
}

.error {
	background-color:#858585 !important;
	color:#ebebeb !important;
}

#impressumBox {
	background:#000;
	display:none;
}

#impressumBox .blockText {
	color:#bdbdbd !important;
}
#impressumBox a {
	color:#bdbdbd !important;
}

.kapitel2Block {
	max-width:800px;
	margin:0 auto;
}
.harmonicaBlock h3 {
	padding-bottom:10px;
}
.harmonicaBlock .titel {
	cursor:pointer;
	border-bottom:1px solid #000;
	padding-top:5px;
	padding-left:30px;
	padding-right:30px;
	margin-bottom:10px;
	background-image: url('data:image/svg+xml,<svg enable-background="new 0 0 14 14" height="14" viewBox="0 0 14 14" width="14" xmlns="http://www.w3.org/2000/svg"><g fill="%23000000"><path d="m6 0h2v14h-2z"/><path d="m6 0h2v14h-2z" transform="matrix(0 1 -1 0 14 0)"/></g></svg>');
	background-repeat: no-repeat;
	background-position: left 10px top 13px;
}
.harmonicaBlock .titel.akt {
	background-image: url('data:image/svg+xml,<svg enable-background="new 0 0 14 14" height="14" viewBox="0 0 14 14" width="14" xmlns="http://www.w3.org/2000/svg"><path d="m6 0h2v14h-2z" fill="%23000000" transform="matrix(0 1 -1 0 14 0)"/></svg>');
}
.harmonicaBlock .content {
	padding-top:20px;
	padding-bottom:50px;
	display:none;
}

.fullsize {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
}
.fullboxleft {
	padding:0 80px;
}

.flex50 {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex:0 0 50%;
}
.flex50 img {
	width:100%;
	height:auto;
}

.logoBlock {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	padding-top:40px;
}
.logoBlock img {
	display:block;
	}

.logoBlock a {
	margin:10px;
}

@supports (-webkit-touch-callout: none) {
	.backgroundBox {
		background: center top no-repeat scroll;
		background-size: auto 100vh;
	}    
}

/* DATENSCHUTZ-TITEL */
.dse-haupttitel {
	font-size:19pt;
	font-weight:bold;
}

.dse-untertitel {
	font-size:14pt;
	font-weight:bold;
}

.impdaschu-titel {
	font-size:22pt;
	font-weight:bold;
	text-transform:uppercase;
}

/* RESPONSIVE */

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

	.flex50 {
		-webkit-box-flex: 1;
		-moz-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex:0 0 100%;
	}
	.fullboxleft {
		padding:0 0 50px;
	}



}


@media  only screen and (max-width: 800px) {
	.halfbox {
		width:100%;
	}
	.galerieBild {
		width:25%;
	}
	.backgroundBox {
		background-size:auto 100%;
	}

	.flexbox .block33 {
		flex:1 1 100%;
		margin-bottom:50px;
	}

	.centerBox {
		font-size:16pt;
		max-width:340px;
		margin:auto;
		line-height:26px;
	}

	.centerBox .inner {
		padding:30px 30px;
	}

	.backgroundBox {
		height:600px;
	}

	header {
		padding:0px;
	}

	header #logo {
		margin:10px auto;
	}

}



@media  only screen and (max-width: 580px) {
	.galerieBild {
		width:50%;
	}
}