@charset "utf-8";
/* CSS Document */

* {
	box-sizing:border-box;
}


@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/RobotoCondensed-Bold.eot');
    src: url('../fonts/RobotoCondensed-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/RobotoCondensed-Bold.woff2') format('woff2'),
        url('../fonts/RobotoCondensed-Bold.woff') format('woff'),
        url('../fonts/RobotoCondensed-Bold.ttf') format('truetype'),
        url('../fonts/RobotoCondensed-Bold.svg#RobotoCondensed-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}


@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/RobotoCondensed-Regular.eot');
    src: url('../fonts/RobotoCondensed-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/RobotoCondensed-Regular.woff2') format('woff2'),
        url('../fonts/RobotoCondensed-Regular.woff') format('woff'),
        url('../fonts/RobotoCondensed-Regular.ttf') format('truetype'),
        url('../fonts/RobotoCondensed-Regular.svg#RobotoCondensed-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}




/* Grundgeruest */
html {
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}


body {
	background:#fff;
	color:#312d2c;
	font-size:16px;
	font-family: 'Roboto Condensed', 'Arial', sans-serif;
	line-height:160%;
	padding:0px;
	margin:0px;
    position: relative;
    width: 100%;
	min-height:100%;
	font-weight:400;
	-webkit-text-size-adjust:none;
	overflow-y:scroll;
	overflow-x:hidden;
	-webkit-border-radius:0;
    -webkit-appearance: none;
}



.menubox {
	background:#312d2c;
	color:#fff;
	width:100%;
	position: relative;
	z-index:1110;
}

.container {
	width:100%;
	position: relative;
	left:0%;
}

.titelslider {
	width:100%;
	position: relative;
}	



@media only screen and (min-width : 800px) {
.menubox {
	background:#312d2c;
	color:#fff;
	width:10%;
	position: fixed;
	left:0px;
	top:0px;
	bottom:0px;
	z-index:1110;
}

.container {
	width:60%;
	position: relative;
	left:10%;
}

.titelslider {
	width:30%;
	position: fixed;
	right:0%;
	top:0px;
	bottom:0px;
}	
}


@media only screen and (min-width : 1000px) {
.menubox {
	width:7%;
}

.container {
	width:50%;
	left:7%;
}

.titelslider {
	width:43%;
}	
}


@media only screen and (min-width : 1450px) {
.menubox {
	width:5%;
}

.container {
	width:40%;
	left:5%;
}

.titelslider {
	width:55%;
}	
}



.wrap {
	max-width:90%;
	width:1200px;
	position:relative;
	margin:40px auto;
	background:#fff;
	border-top:5px solid #a91391;
}

a {
	word-wrap: break-word;
}


/* HEADER */

header {
	z-index:1000;
	width:100%;
	position:relative;
	border-bottom:1px solid #efece8;
	margin-bottom:50px;
}





header .logo img {
	display:block;
	max-width:100%;
	border:none;
}

.logo {
	height:auto;
	position:relative;
	z-index:30;
	display: block;
	padding-bottom:20px;
}


@media only screen and (min-width : 370px) {
.logo {
	float:left;
	width:30%;
}

	
	
.boxnav {
	float:left;
	width:70%;
}

}

.textbox, .contact {
	
	font-size:14px;
}

@media only screen and (min-width : 370px) {
	.textbox, .contact {
		float:left;
		padding-left:10%;
	}
}

.textbox p {
	margin:0px;
}

.contact .tabs {
	width:50px;
}



/* NAVI */
/* Ebene 1 */

.mobil {
	display:none;
}

button {
  display: inline-block;
  margin: 0;
  border: none;
  background: none;
}
button span {
  display: block;
}

.grid-button {
	position: relative;
	cursor: pointer;
	user-select: none;
	color:#fff;
	padding:8px 0px 5px 0;
	width:69px;
	height:100px;
	margin:0px 0 0 0;
	float:left;
	background:url(../images/layout/menubutton.jpg) right top no-repeat;
}

.grid-button.open {
	background:url(../images/layout/menubutton1.jpg) right top no-repeat;
}

@media only screen and (min-width : 800px) {
.grid-button {
	position: relative;
	cursor: pointer;
	user-select: none;
	color:#fff;
	padding:8px 0px 5px 0;
	width:100%;
	height:100px;
	float:right;
	margin:0px 0 0 0;
	background:url(../images/layout/menubutton.jpg) right top no-repeat;
}

.grid-button.open {
	background:url(../images/layout/menubutton1.jpg) right top no-repeat;
}
	
}



nav {
	position:relative;
	margin:0 0px 0 0;
	z-index:1200;
}

nav ul {
	display: block;
	list-style: none;
	padding:10px 0px;
	margin:0px 0;
	position: absolute;
	background:#5e5957;
	left:0%;
	top:100px;
}

@media only screen and (min-width : 800px) {
nav ul {
	left:100%;
	top:22px;
}
	
}

nav ul li {
	position:relative;
	display: none;
	padding:0px 30px;
}

nav ul li a  {
	line-height:130%;
	display:block;
	font-weight:700;	
	color:#b8b6b5;
	position:relative;
	padding:15px 0px 15px 0px;
	margin:0 10px;
	white-space: nowrap;
	border-bottom:1px dotted #98928E;
}


nav ul li.last a {
	border-bottom:none;
}


nav ul li a:hover {
	color:#fff;
}


.navi {
	position:relative;
}

@media only screen and (min-width : 850px) {
	
}

@media only screen and (min-width : 1180px) {

}

@media only screen and (min-width : 1260px) {

}







@media only screen and (min-width : 810px) {

	


}



.titelslider ul {
	margin:0px;
	padding:0px;
	list-style:none;
}

.titelslider ul.slides li {
	position:absolute !important;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	z-index:0;
	background-size:cover !important;
	height:300px;
}

@media only screen and (min-width : 800px) {
.titelslider ul.slides li {
	position:absolute !important;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	z-index:0;
	background-size:cover !important;
	height:auto;
}

}

.titelslider ul.slides li img {
	width:100%;
}



@media only screen and (min-width : 550px) {


}

@media only screen and (min-width : 1170px) {	


}

@media only screen and (min-width : 1370px) {	

}

@media only screen and (min-width : 1700px) {	

}



/* CONTENT */

.mt20 {
	margin-top:20px !important;
}

.mb40 {
	margin-bottom:20px !important;
}

.container {
	position:relative;
	padding:15px;
	z-index:20;
}

.containerbg {
	width:100%;
	display: block;
}

@media only screen and (min-width : 510px) {	
	.container {
		position:relative;
		padding:40px;
		z-index:20;
	}
}
	

.w60 {


}
@media only screen and (min-width : 750px) {
	.w60 {
	width:55%;
	text-align: center;
	margin:0 auto;
}
}

h1 {
    color: #a91391;
    font-size: 18px;
    font-weight: bold;
    line-height: 130%;
    margin: 40px 0 30px 0;
    position: relative;
	text-align:center;
}

h1 span {
	display: block;
	background: url(../images/layout/h.png) center bottom no-repeat;
	padding-bottom:20px;
}
 


h2 {
    color: #a91391;
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
    margin: 0 0 30px 0;
    position: relative;
	padding-bottom:15px;
}


h3 {
	margin:20px 0 10px 0px;
	padding:0px 0 0px 0px;
	color:#a91391;
	font-size:18px;
	font-weight:700;
}


h4 {
	margin:16px 0 0px 0px;
	padding:0px 0 0px 0px;
	color:#a91391;
	font-size:16px;
	font-weight:700;
}


h5 {
	margin:0px 0 0px 0px;
	padding:0px 0 0px 0px;
	color:#666666;
	font-size:18px;
	font-weight:700;
	text-align: center;
}



.container ul {
	margin-bottom:0px;
	padding:0px 0 0 20px;
	list-style:none;
}

.container ul li {
	padding:0px 0 0 20px;
	background:url(../images/layout/li.png) 0px 10px no-repeat;
}


.hr {
	margin:30px 0;
	width:100%;
	border-top:3px double #ededed;
}

.tc {
	text-align:center;
	margin:0 auto;
}


form {
	padding:0 0px;
}

form div {
	width:100%;
	margin-bottom:5px;
}



fieldset {
	background:#F0F0F0;
	border:none;
	padding:20px;
	margin-top:20px;
}

legend {
	background:#a91391;
	color:#fff;
	padding:10px 20px;
}

.datenschutz {
	width:10px; 
	margin-top:4px; 
	margin-right:10px;
}


	form label {
		width:100%;
		margin-right:0;
		display:block;
		float:left;
		text-align:left;
		padding:7px 0;
	}

.lbi label {
	padding:4px 0;
	float:left;
	width:80%;
}

form input[type="checkbox"] {
	width:10px;
	margin:5px 15px 0px 0;
	top:2px;
	position:relative;
}

	form input, form textarea, form select {
		width:100%;
		display:block;
		float:left;
		border:none;
		border:1px solid #E1E1E1;
		padding:7px;
		font-family: 'Poppins', sans-serif;
		font-size:14px;
		font-weight: 300;
	}

@media only screen and (min-width : 500px) {

	form label {
		width:30%;
	}

	form input, form textarea, form select {
		width:69%;
	}



	
}

form input[type="radio"] {
	width:10px;
	margin-right:10px;
	padding-top:5px;
	
}

.button {
	width:auto !important;
	color:#fff !important;
	border:none;
	cursor:pointer;
	font-size:14px;
	display:inline-block;
	background:#a91391;
	border-radius:3px;
	padding:12px 25px 10px 25px;
	margin-top:15px;
	font-weight:700;
	text-transform: uppercase;
}

.button:hover {
	background:#881075;
}


@media only screen and (min-width : 500px) {

}


/* Spalten-Set */



.col_33 {float:left; width:33.333%; margin-bottom:10px;}
.col_33 a {display:block; margin:0 5px; position:relative;}
.col_33 a:hover::after {
	content:'';
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
}
.col_33 a img {display:block; width:100%;}

.caption {
	font-size:12px;
	background:#ECECEC;
	color:#666666;
	line-height:160%;
	padding:20px 20px;
}

.col_30 {margin:25px 0 0 0;}
.col_30 img {width:100%; box-shadow:0px 0px 5px rgba(17,17,17,0.2); padding:10px;}


@media only screen and (min-width : 600px) {
	.col_25 {float:left; width:50%;}
}


@media only screen and (min-width : 900px) {
	.col_25 {float:left; width:25%;}
}




@media only screen and (min-width : 680px) {
	.col_48 {float:left; width:46%;}
	.col_48 .col_48 {margin-top:0px;}
	.col_48.offset {margin-right:8%;}
	

	.col_30 {float:left; width:46%; margin:25px 2% 0 2%;}
}

@media only screen and (min-width :768px) {
	.col_48 {float:left; width:46%;}
	.col_48 .col_48 {margin-top:0px;}
	.col_48.offset {margin-right:8%;}
	

	.col_30 {float:left; width:32%; margin:25px 0 0 0;}
	.col_30.offset {margin-right:2%; margin-left:0px;}

	
}

@media only screen and (min-width : 680px) and (max-width : 990px) {
	.col_48 .col_48 {margin:0px; width:100%;}
}

@media only screen and (min-width : 460px) and (max-width : 679px) {
	.col_48 .col_48 {float:left; width:46%;}
}



.gallery a {
	float:left;
	width:100%;
	padding:10px;
}

.galleryimg img {
	width:48%;
	margin:10px 1%;
	float:left;
	display: block;
}

@media only screen and (min-width :600px) {
	.galleryimg img {
		width:31%;
		margin:10px 1%;
		float:left;
		display: block;
	}
}

@media only screen and (min-width :950px) {
.galleryimg img {
	width:19%;
	margin:0 0.5%;
	float:left;
	display: block;
}	
}

.gallery a img {
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	padding:5px;
	width:100%;
}



@media only screen and (min-width : 600px) {
.gallery a {
	width:50%;
}

}

@media only screen and (min-width : 900px) {
.gallery a {
	width:33%;
}

}




ol.flex-control-nav  {
	padding:0px;
	margin:20px 0 0 0;
	list-style:none;
	position:static;
	left:0; 
	bottom:10px;
	text-align: center;
}

ol.flex-control-nav li  {
	display:inline-block;
	margin-left:1px;
	margin-right:1px;
	position:relative;
	margin-bottom:10px;
}

ol.flex-control-nav li a  {
	width:20px;
	height:4px;
	display:block;
	background:#d6bb9f;
	text-indent:-100000px;
	cursor:pointer;
	border-radius: none;
}

ol.flex-control-nav li a:hover, ol.flex-control-nav li a.flex-active {
	background:#ffffff;
}


.border {
	padding:5px;
	box-shadow:0 0 6px rgba(0,0,0,0.16);
	background: #fff;
}

.minigal {
	text-align:center;
}
.minigal a {display: inline-block;margin:10px 5px;}

/* FOOTER */

footer {
	float:right;
	margin-top:36px;
}

footer ul {
	list-style:none;
	padding:0px;
	margin:0px;
	display:block;
}

footer ul li {
	display:inline-block;
	text-align: center;
	margin:0 10px;
}

@media only screen and (min-width : 800px) {
footer {
	position:absolute;
	color:#c5c2bd;
	bottom:20px;
	left:0px;
	right:0px;
	font-size:16px;

}



footer ul li {
	display:block;
	text-align: center;
	margin:0px;
}

footer ul li a {
	text-align: center;
	padding:10px;
	display:block;
}
}

@media only screen and (min-width : 950px) {

}



.tabs {
	display:inline-block;
	width:70px;
	font-weight:700;
}

.tabs1 {
	display:inline-block;
	width:120px;
	font-weight:700;
}

a {
	color:#a91391;
	text-decoration:none;
}

a:hover {
	color:#7B0869;
}


#map {
	height:250px;
	width:100%;
	margin-top:15px;
}

.google-karte {

}





/* Floats ohne zusaetzliches Element aufheben */
.clearfix:after {
	content: "";
	visibility: hidden;
	display: block;
	clear: both;
	height: 0;
}
.clearfix { 
	display: inline-block; 
}
/* Hides from IE-mac \*/
* html .clearfix { 
	height: 1%; 
}
.clearfix { 
	display: block; 
}

@-ms-viewport{width:device-width}


img {
	border:none;
	max-width:100%;
	height:auto;
	vertical-align:middle;
}