/*
font-family: 'Roboto', sans-serif;
font-family: 'Raleway', sans-serif;

font-family: 'Parisienne', cursive;
*/

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

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

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

.kTop {
	padding-top:60px;
}

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

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

#surround.fix {

}

.grayback {
	background-color:#f8f8f8;
}

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

.innerBox {
	padding:0 25px;
}

.center {
	text-align:center;
}
.padtop50 {
	padding-top:50px;
}
.padbot70 {
	padding-bottom:70px;
}

.halfbox {
	width:50%;
}

.halfbox strong {
	color:#606060;
}

.smalcontent {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	max-width:640px;
	margin:0 auto;
	padding:0 0 0 0;
}



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


.centerBox {
	font-family: 'Raleway', sans-serif;
	font-size:20pt;
	max-width:420px;
	border:2px solid #ede7f1;
	color:#fff;
	margin:auto;
	text-align:left;
	line-height:36px;
	background-color:#a88ab3;
}

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

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

.trennlinie {
	width:140px;
	height:2px;
	background-color:#a88ab3;
	display:block;
	margin:0 auto;
}

/* HEADER */
header {
	background-color:#a88ab3;
	font-family: 'Roboto', sans-serif;
	font-size:13pt;
	color:#919191;
	height:190px;
}

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 #sprachbox .sprachwahl a {
	color:#c2966f;
}
header #sprachbox .sprachwahl.akt a, header .sprachwahl a:hover  {
	color:#cac5bf;
}

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


.blockText {
	font-family: 'Raleway', sans-serif;
	font-size:12pt;
	line-height:27px;
	padding:70px 0;
	color:#707070;
}

.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:22px;
	text-align:left;
}

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

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


#content h2.titel {
	font-family: 'Parisienne', cursive;
	font-size:36pt;
	line-height:54px;
	padding:0;
	padding-bottom:45px;
	margin:0;
	font-weight:bold;
	color:#6f5072;
}


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





#content a {
	color:#a88ab3;
}
#content a:hover {
	color:#000;
}

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-family: 'Raleway', sans-serif;
	font-size:12pt;
	background-color:#a88ab3;
	color:#fff;
	padding:40px 0;
	line-height:24px;
}

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

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

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:#a88ab3;
	color:#fff;
	border:none;
	font-size:12pt;
	cursor:pointer;
	transition:0.2s;
}

#formular button:hover {
	background-color:#6f5072;
}

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

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

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


@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: 850px) {
	header {
		height:150px;
	}

	header #logo {
		display:inline-block;
		margin:0 auto;
		height:150px;
	}


	.halfbox {
		width:100%;
	}
	.galerieBild {
		width:25%;
	}
	.backgroundBox {
		background-size:auto 100%;
	}

	.centerBox {
		font-size:17pt;
		max-width:340px;
		margin:auto;
		line-height:30px;

	}

	.backgroundBox {
		height:600px;
	}


}



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