@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700');


/* Fancybox */
span.fncb_fancy_title {
	font-size:12px;
	font-weight:bold;
}
span.fncb_fancy_displaycounter {
	font-size:11px;
}
#fancybox-title {
	line-height:16px;
	text-align:left;
}
#fncb_bottomNavClose {
	cursor:pointer;
	display:block;
}
/* Fancybox END */

.row {
    margin: 0 -15px 0 -15px;
    min-width: 100%;
	width: auto;
}
.container .row > * {
	margin-left: 15px;
	margin-right: 15px;
}

body{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 17px; /* Schriftgrösse */
	font-weight: 300;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700; /* Schriftdicke */
	color: #bb95ba;
	text-transform: uppercase;
	color: #666666;
}

h1, .h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 40px; /* Schriftgrösse */
	margin-top: 30px; /* Abstand nach oben */
	margin-bottom: 30px; /* Abstand nach Unten */
	line-height: 1em;
}
.h1 {
	margin-top: 40px;
	float: left;
	width: 100%;
}

h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 25px; /* Schriftgrösse */
	margin-top: 15px; /* Abstand nach oben */
	margin-bottom: 15px; /* Abstand nach Unten */
	line-height: 35px;
}

h3 { /* Für Bild Legenden in Startseite */
	font-family: 'Roboto', sans-serif;
	font-size: 25px; /* Schriftgrösse */
	margin-top: 15px; /* Abstand nach oben */
	margin-bottom: 15px; /* Abstand nach Unten */
	line-height: 35px;
}

h4 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 17px; /* Schriftgrösse */
	margin-top: 10px; /* Abstand nach oben */
	margin-bottom: 10px; /* Abstand nach Unten */
	line-height: 24px;
}
.content a,.content a:visited,#kopfbild a,#kopfbild a:visited{
	color: #bb95ba; /* farbe wenn der Links normal dargestellt wird */
	text-decoration: none;
}

.content a:hover,.content a:focus,
#kopfbild a:hover,#kopfbild a:focus{
	color: #cfb4ce; /* farbe wenn über den Link gefahren wird */
}


.content a.button{
	background: #bb95ba;
	padding: 10px;
	color: #FFF;
}
.content a.button:hover{
	background: #cfb4ce;
	color: #FFF;
}

header {
	background: #bb95ba;
	color: #ffffff;
	text-align: right;
}
header ul{
	margin:0;
	padding: 4px 0;
}

header ul li{
	display: inline-block;
	margin:0;
}
header ul li a{
	color: #ffffff;
	text-decoration: none;
	padding: 0px 10px;
	line-height:1em;
}
header ul li:first-child a{
	padding-left: 0px;
}
header ul li:last-child a{
	padding-right: 0px;
}




#kopfbild{
	position: relative;
	height: 250px;
	overflow: hidden;
}

#kopfbild #logo{
	padding-top: 40px;
}

/*#kopfbild .slide{
	position: absolute;
	top: 0;
	left:0;
	width:100%;
}*/
#kopfbild .slide {
	background-size: cover;
	background-position: center center;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

#kopfbild .slide img{
	width: 100%;
}

#kopfbild .overlay{
	margin-top: 30px;
	background: #FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	padding: 20px;
}
#kopfbild h2{
	margin: 0px;
	font-size: 22px;
}
#kopfbild h3{
	font-size: 18px;
	margin: 0px;
}
#kopfbild .date{
	margin: 0px;
	font-size: 12px;
}
#kopfbild .desc{
	margin: 0px;
	font-size: 14px;
}

.wrapper{
	padding: 40px 0;
	min-height: calc(100vh - 624px);

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


nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

nav ul li.level1{
	margin-bottom: 10px;
}

nav ul li.level1 > a{
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 24px;
	color: #FFF;
	background: #bb95ba;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	padding: 25px 10px;
	font-weight: 700;
	letter-spacing:1px;

}

nav ul.level1 li a:hover, nav ul li a.current1{
	background: #cfb4ce;
}
nav ul.level2 {
	display: none;
	margin: 0 0 0 20px;
}
nav ul.level2 li a{
	background: #bbc4cb;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 24px;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing:1px;
	padding: 5px 10px;
	display: block;
}
nav ul.level2 li a:hover,nav ul li.current2 a{
	background: #cfd5db;
}

nav ul li.current1 ul.level2 {
	display: block;
}




footer{
	background: #dde1e5;
	padding: 30px 0;
	font-size: 16px;
	line-height: 1.2em;
	color: #666;
}

footer a{
	color: #666;
	text-decoration: none;
}
footer a:hover{
	color: #999;
}
.subfooter{
	background: #cfd5db;
	padding: 5px 0;
}
.subfooter a{
	color: #938c9a;
	text-decoration: none;
	font-size: 14px;
	line-height:1em;
}
.subfooter a:hover{
	color: #666;
}
footer ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}



nav ul.level1 li a,
.subfooter a,.content a, footer a,.content a.button,#kopfbild a
{
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}


/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 1199px) {
	#kopfbild{
		height: 200px;
	}

	#kopfbild .container .four.columns{
		width: 530px !important;
	}
	#kopfbild .container .offset-by-six{
		padding-left: 240px !important;
	}

}
@media only screen and (max-width: 959px) {
	#kopfbild{
		height: 160px;
	}
	#kopfbild #logo {
		padding-top: 35px;
	}
	#kopfbild .overlay{
		display: block;
	}
	#kopfbild .container .four.columns{
		width: 540px !important;
		padding-left: 70px !important;
		margin-top: -29px;
	}
}
@media only screen and (max-width: 767px) {
	#kopfbild{
		height: 350px;
	}

	#kopfbild .overlay{
		display: block;
	}
	#kopfbild .container .four.columns{
		width: 100% !important;
		padding-left: 0 !important;
		margin-bottom: 10px !important;
	}
}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (min-width: 768px) {
		#menu-toggle, .toggle-sub-lvl {
			display: none;
		}
	}
	@media only screen and (max-width: 767px) {
		.row {
			margin: 0;
		}

		.container .row > * {
			margin-left: 0;
			margin-right: 0;
		}
		
		.wrapper{
			min-height: 0;
		}
		header{
			position: fixed;
			bottom: 0px;
			left: 0px;
			width: 100%;
			z-index: 100;
			-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
			-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
			box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
		}
		header span{display: none;}
		header i{
			font-size: 28px;
			width: 20px;
			display: inline-block;
			text-align: center;
		}
		header ul {
			text-align: center;}
		header ul li a{
			display: inline-block;
		}
		header ul li a,header ul li a:first-child,header ul li a:last-child{
			padding: 0 20px;
		}


		#kopfbild #logo{
			height: 140px; text-align: center; padding-top: 10px;
		}
		#logo img{
			height: 100%;
		}

		#menu-toggle {
			width: 100%;
			background: #bb95ba;
			color: #FFFFFF;
			padding: 10px;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			font-size: 20px;

			cursor: pointer;
		}

		#menu-toggle i{
			float: right;
			font-size: 25px;
		}
		nav, nav ul{
			margin-bottom: 20px;
		}

		nav ul {
			margin: 0;
			text-align: center;
			-webkit-margin-before: 0;
			-webkit-margin-after: 0;
			-webkit-padding-start: 0;
			float: left;
			position: relative;
			width: 100%;
			padding: 0;
		}
		nav ul.level2{
			margin: 0px;
		}
		nav ul li.level1 {
			font-weight: 600;
			display: block;
			margin: 0;
			font-size: 20px;
			border-top: solid #000 1px;
			padding: 0;
			position: relative;
			float: left;
			width: 100%;
		}
		nav ul li.level1:last-child {
			border-bottom: solid #000 1px;
		}

		nav ul li.level1 > a {
			text-decoration: none;
			padding: 8px 12px;
			display: block;
			font-size: 18px;
			text-align: left;
			float: left;
			position: relative;
			width: 100%;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
		}

		nav ul {
			display: none;
			position: relative;
			text-align: left;
			margin-top: 0;
			z-index: 0;
			padding-top: 0;
			float: left;
		}


		nav ul.current1,nav ul.current2,nav ul.current3 {
			display:block;
		}

		nav ul li ul li, nav ul li ul li:first-child {
			position: relative;
			float: left;
			width: 100%;
			padding: 0;
			z-index: 100;
			border-top: solid #AAA 1px;
			display: block;
		}

		nav ul.level2 li a {
			letter-spacing: 1px;
			padding: 7px 12px;
			width: 100%;
			display: block;
			box-sizing: border-box;
			font-size: 16px;
			float: left;
			position: relative;
		}

		nav ul li ul li:first-child a:after {
			content: '';
			display: none;
		}


		nav ul.level1 li .toggle-sub-lvl {
			display: block;
			position: absolute;
			right: 0px;
			top: 0px;
			height: 40px;
			width: 40px;
			box-sizing: border-box;
			text-align: center;
			padding-top: 8px;
			background: #FFF;
			color: #bb95ba;
			z-index: 2000;
		}

		nav ul.level1 li .toggle-sub-lvl i {
			font-size: 22px;
			color: #bb95ba !important;
		}
		nav ul li a.current1{
			background: #ffffff;
			color: #bb95ba;
		}
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/