* {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: "Lato",sans-serif;
	font-size: 1em;
	font-weight: 300;
	letter-spacing: 0.02em;
	line-height: 1.4em;
-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;
}

h1, h2, h3 {
	color: #333;
}

h1 {
	font-size: 2.2em;
	font-weight: 400;
	line-height: 1.14em;
}

h2 {
	border-bottom: 2px solid #f1f1f1;
	font-size: 1.4em;
	font-weight: 300;
	margin-bottom: 7px;
	padding-bottom: 3px;
}

h3 {
	font-size: 1.2em;
	font-weight: 300;
	margin-bottom: 5px;
}

a {
	color: #a5121c;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

p {
	margin: 10px 0;
}

ul {
	list-style-type: none;
}

div#fixed {
	/*border: 1px solid black; */
	/*background-color: #f8f8f8; */
	background: url("../../files/bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-bottom: 15px solid #a5121c;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

div#fixed section {
	padding-bottom: 0 !important;
}

div#logo {
	background-color: white;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
	float: left;
	position: fixed;
	top: 0;
}

div#logo img {
	max-width: 200px;
	padding: 20px 20px 10px;
}

div#menu ul { float: right }
div#menu ul li { display: inline-block }
div#menu ul li.current a { background-color: #a5121c; }
div#menu ul li a {
	color: white;
	display: block;
	font-weight: 400;
	font-size: .85em;
	margin: 10px 0 0 15px;
	padding: 2px 10px 3px;
	text-decoration: none;
	text-transform: uppercase;
}

div#menu ul li a:hover {

}

ul#fontSize {
	text-align: right;
	float: right;
	width: 50px;
}

ul#fontSize li span[data-typo] { cursor: pointer; color:#fff }
ul#fontSize li span[data-typo="110"] { font-size: 110% !important }
ul#fontSize li span[data-typo="120"] { font-size: 120% !important }

.wrapper{
	width:100%;
	max-width:1000px;
	margin:0 auto;
	overflow:auto;
}

.clear {
	clear: both;
}


/*////////////////////////////////
//			Content				//
////////////////////////////////*/

article#mainContent {
	margin-top: 115px;
	margin-bottom: 75px;
}

section#kontakt p,
section#impressum p,
section#anfahrt p,
.noMargin {
	margin: 0 !important;
}

div#ueberblendung {
	background-color: white;
	height: 120px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 5;
}

/*////////////////////////////////
//			Kontakt 			//
////////////////////////////////*/


iframe#googleMaps {
	height: 400px;
	margin-top: 20px;
	width: 100%;
}

table#oeZeiten {
	width: 100%;
}

section#status { margin: -10px 0 5px 0 }
section#status span { background-color: white; border: 1px solid #e1e1e1; font-size: .8em; font-weight: 400; padding: 5px 25px; }
section#status[data-code="1"] span { color: #46a800 }
section#status[data-code="2"] span { color: #a5121c }
section#status[data-code="3"] span { color: #e28600 }

/*////////////////////////////////
//				Footer 			//
////////////////////////////////*/

article#footer {
	background-color: rgba(255, 255, 255, 0.85);
	border-top: 2px solid #a5121c;
	bottom: 0;
	position: fixed;
	width: 100%;
}

article#footer section:last-child {
	text-align: right;
}

article#footer section span {
	color: #909090;
	display: inline-block;
	font-size: 0.75em !important;
	font-weight: 400;
	padding: 0 6px;
}
article#footer section span:first-child { padding-left: 0 }
article#footer section span:last-child { padding-right: 0 }


/*////////////////////////////////
//			Owl Carousel		//
////////////////////////////////*/

.owl-theme .owl-controls{
	margin-top: 5px;
	text-align: center;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #bbb;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}


/*////////////////////////////////
//		Grid Layout				//
////////////////////////////////*/

*[class^="box-"]{
	float:left;
	overflow:auto;
	padding: 1%;
	vertical-align:top;
}

*[class^="box-"] *[class^="box-1-2"]{
	padding:0% 0% 3% 0%;
}

*[class*="box-"] img{
	height: auto;
	max-width: 100%;
}

.box-1-1{ width:100% }
.box-1-2 { width:50% }
.box-1-3, .box-2-6 { width:33.332% }
.box-2-3 { width:66.664% }
.box-1-4 { width:25% }
.box-3-4 { width:75% }
.box-1-5 { width:20% }
.box-2-5 { width:40% }
.box-3-5 { width:60% }
.box-4-5 { width:80% }
.box-1-6 { width:16.665% }
.box-5-6 { width:83.332% }

@media only screen and (min-width : 400px) and (max-width : 640px),
(min-width : 320px) and (max-width : 568px) {

	div#fixed,
	div#logo,
	article#footer {
		background: none;
		position: relative;
	}

	div#fixed {
		border-bottom: 5px solid #a5121c;
	}

	div#logo {
		box-shadow: none;
		display: block;
		text-align: center;
		width: 100%;
	}

	div#ueberblendung {
		display: none;
	}

	ul#fontSize {
		display: none;
	}

	div#menu ul {
		float: left;
		width: 100%;
	}

	div#menu ul li {
		text-align: center;
		width: 25%;
	}

	div#menu ul li a {
		color: black;
		font-size: 0.8em;
		margin: 0;
		padding: 0;
	}

	div#menu ul li.current a {
		background-color: #a5121c;
		color: white;
	}

	article#mainContent {
		margin-bottom: 15px;
		margin-top: 15px;
	}

	article#footer section span {
		padding: 0 3px;
	}

	*[class*="box-"]{
		width: 100% !important;
	}

}

@media only screen and (min-width : 320px) and (max-width : 568px) {

	body {
		font-size: .9em;
	}

}