/* open-sans-regular - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/theme/fonts/open-sans-v34-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/theme/fonts/open-sans-v34-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/theme/fonts/open-sans-v34-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/theme/fonts/open-sans-v34-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/theme/fonts/open-sans-v34-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/theme/fonts/open-sans-v34-latin-ext_latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-600 - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('/theme/fonts/open-sans-v34-latin-ext_latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/theme/fonts/open-sans-v34-latin-ext_latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/theme/fonts/open-sans-v34-latin-ext_latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('/theme/fonts/open-sans-v34-latin-ext_latin-600.woff') format('woff'), /* Modern Browsers */
       url('/theme/fonts/open-sans-v34-latin-ext_latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/theme/fonts/open-sans-v34-latin-ext_latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-700 - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/theme/fonts/open-sans-v34-latin-ext_latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/theme/fonts/open-sans-v34-latin-ext_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/theme/fonts/open-sans-v34-latin-ext_latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/theme/fonts/open-sans-v34-latin-ext_latin-700.woff') format('woff'), /* Modern Browsers */
       url('/theme/fonts/open-sans-v34-latin-ext_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/theme/fonts/open-sans-v34-latin-ext_latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}


* {
	box-sizing: border-box;
	-webkit-text-size-adjust: none; /* iOS Größenanpassung verhindern */
}

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Open Sans', sans-serif;
	color: #a5a5a4;
	font-size: 14px;
}

@media (max-device-width: 768px) {
	body {
		font-size: 16px;
	}
}

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

a {
	color: #000;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	color: #a5a5a4;
	font-weight: 700;
}

h1 {
	margin-bottom: 1em;
	text-transform: uppercase;
	font-size: 1.5em;
}

#wrapper {
	min-height: 100%;
	/*padding-bottom: 50px;*/
	position: relative;
}

 .mb10 {
 	margin-bottom: 10px;
 }
 
 p.kld {
	font-size: 0.9em !important;
 }

/* ***************************** BOOTSTRAP überschreiben *************************** */




/* ********************************** HEADER *************************** */

#header {
	margin-bottom: 50px;
	padding-top: 15px;
}

#header .logo {
	display: block;
	padding-top: 20px;
}

#header .logo img {
	width: 150px;
}

#header .nav ul,
#header .nav ul li,
#footer .nav ul,
#footer .nav ul li {
	margin: 0;
	padding: 0;
}

#header .nav ul {
	float: right;
}


#header .nav ul li,
#footer .nav ul li {
	list-style: none;
	display: inline-block;
}

#header .nav ul > li > a {
	color: #a5a5a4;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	line-height: 2.5em;
	font-size: 1.25em;
	padding-right: 2em;
	font-weight: 400;
}

.pc #header .nav ul > li:hover > a {
	color: #000;	
}

#header .nav ul > li.aktiv > a {
	font-weight: 700;
}

#header .nav ul > li:last-child > a {
	padding-right: 0;
}

#header .nav ul > li ul {
	position: absolute;
	background-color: rgba(255, 255, 255, 0.95);
	margin-top: -.5em;
	display: none;
	padding: 10px;
}

.pc #header .nav ul > li:hover > ul,
.pc #header .nav ul > li > ul:hover {
	display: block;
	z-index: 1000;
}

#header .nav ul > li ul li {
	display: block;
	
}

#header .nav ul > li ul li a {
	text-transform: none;	
	padding-left: 1em;
	line-height: 1.5em;
	font-size: 1em;
	
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

#header .nav ul > li ul li a:before {
	position: absolute;
	content: ' > ';
	left: 10px;
}


/* ********************************** FOOTER *************************** */

#footer {
	/*position: absolute;
	bottom: 0;*/
	margin-top: 50px;
	padding-bottom: 10px;
}

#footer {
	border-top: 4px solid #a5a5a4;
	padding-top: 3px;
}

#footer ul li a {
	color: #a5a5a4;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	padding-right: 1em;
	font-size: 0.9em;
}


/* ********************************** SANDWICH *************************** */

#sandwich {
    display: block;
    width: 38px;
    height: 30px;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 1em;
    right: 0;
    margin: 10px;
    margin-top: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: transform .5s ease-in-out;
    -moz-transition: transform .5s ease-in-out;
    -o-transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    cursor: pointer;
    z-index: 1000;
}


#sandwich span {
  	display: block;
  	border-radius: 5px;
  	position: absolute;
  	height: 7px;
  	width: 40px;
  	/*border-radius: 9px;*/
  	opacity: 1;
  	left: 10px;
  	-webkit-transform: rotate(0deg);
  	-moz-transform: rotate(0deg);
  	-o-transform: rotate(0deg);
  	transform: rotate(0deg);
  	-webkit-transition: .25s ease-in-out;
  	-moz-transition: .25s ease-in-out;
  	-o-transition: .25s ease-in-out;
  	transition: .25s ease-in-out;
  	background-color: #a5a5a4;
}


#sandwich span:nth-child(1) {
  	/*top: 18px;*/
}

#sandwich span:nth-child(2) {
  	/*top: 31px;*/
  	top: 13px;
}

#sandwich span:nth-child(3) {
  	/*top: 44px;*/
  	top: 26px;
}

#sandwich.open span {
    /*background-color: #344675;*/
   	/*background-color: #fff;*/
}

#sandwich.open span:nth-child(1) {
  	/*top: 25px;*/
  	top: 7px;
  	-webkit-transform: rotate(135deg);
  	-moz-transform: rotate(135deg);
  	-o-transform: rotate(135deg);
  	transform: rotate(135deg);
}

#sandwich.open span:nth-child(2) {
  	opacity: 0;
  	left: -60px;
}

#sandwich.open span:nth-child(3) {
  	/*top: 25px;*/
  	top: 7px;
  	-webkit-transform: rotate(-135deg);
  	-moz-transform: rotate(-135deg);
  	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

#header #sandwich.open + div {
	display: block !important;
	position: absolute;
	right: 0;
	padding: 10px 10px 20px 20px;
	z-index: 999;
	background-color: rgba(250, 250, 250, 1);
	top: -28px;
} 

#header #sandwich.open + div ul > li ul {
	position: static;
	background-color: transparent;
}

#header #sandwich.open + div ul.ebene1 {
	padding-top: 4em;
}


#header #sandwich.open + div ul li {
	display: block;
}

#header #sandwich.open + div ul > li  ul {
	display: block;
	position: relative;	
}

#header #sandwich.open + div ul > li ul a {
	font-size: 1.25em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

@media screen and (max-width: 767px) {
	#header #sandwich.open + div ul > li ul a {
		font-size: 1em;
	}
	
	#header #sandwich.open + div {
		width: 150%;
	}
}

/* ********************************** BILDERSLIDER *************************** */

.bildkachel {
	margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
	.bildkachel {
		margin-bottom: 15px;
	}
}

.slidetext p {
	font-size: 1.25em;
}

.slidewindow {
	overflow: hidden;
	width: 100%;
	height: auto;
	position: relative;
}


.slidewindow .nav.vor,
.slidewindow .nav.zurueck  {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	padding: 5px;
	cursor: pointer;
}

.slidewindow .nav.vor {
	right: 0;
}

.slidewindow .nav.zurueck {
	left: 0;
}

.slidewindow .slider {
	
}

.slidewindow .slider .slide {
	float: left;
}

.slidewindow .slider img {
	display: block;
	width: 100%;
}


.slidewindow .slider .title a {
	text-decoration: none;
	color: #a5a5a4;
	font-weight: 700;
	font-size: 1.3em;
	text-transform: uppercase;
	padding-top: 5px;
	display: block;
}

@media screen and (max-width: 767px) {
	/*.slidewindow .slider .title a  {
		font-size: 1em;
	}
	
	#header .nav ul > li > a  {
		font-size: .9em;
	}
	
	#footer ul li a {
		font-size: 0.75em;
	}*/
}

