@charset "utf-8";

@import url('css/navigation.css');
@import url('css/colorbox.css');

/* noto-sans-regular - latin */
@font-face {
	font-display:swap;
	font-family:'Noto Sans';
	font-style:normal;
	font-weight:400;
	src:url('../fonts/noto-sans-v27-latin-regular.eot'); /* IE9 Compat Modes */
	src:url('../fonts/noto-sans-v27-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('../fonts/noto-sans-v27-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
	   url('../fonts/noto-sans-v27-latin-regular.woff') format('woff'), /* Modern Browsers */
	   url('../fonts/noto-sans-v27-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
	   url('../fonts/noto-sans-v27-latin-regular.svg#NotoSans') format('svg'); /* Legacy iOS */
	}

/* Struktur Start */
body {
	color:#000;
	font-family:'Noto Sans', Arial, sans-serif;
	font-size:14px;
	margin:0;
	background:#a09f9d url(../images/hg.png) top no-repeat;	
}

header, nav, section, article, aside, footer {
   display:block;
}

a img {
	border:0;
}

#page {
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	width:100%;
	height:100%;
	background:url(images/schein.png) top center no-repeat;
}

#content {
	position:relative;
	margin:0 auto;
	width:990px;
	min-height:300px;
	z-index:2;

	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

#javascript {
	width:100%;
	height:auto !important;
	background-color:#F00;
	color:#FFF;
	text-align:center;
	font-weight:bold;
	position:absolute;
	overflow:hidden;
	padding-top:10px;
	padding-bottom:10px;
	z-index:1000;
}

#javascript a:hover, #javascript a:active, #javascript a:link, #javascript a:visited {
	text-decoration:none;
	color:#FFF
}

@media only screen and (max-width : 768px) {
	#content {
		width:755px;
	}
}

@media only screen and (max-width : 480px) {
	#content {
		min-width:310px;
		width:98%;
	}
}

/* Struktur Ende */
/*  ------------------------------------------------------------------------------------------------------------------------ */
/* Diverses Start */

h1 {
	margin:0;
	line-height:100%;
}

h2 {
	font-size:16px;
	font-weight:bold;
	margin-top:8px;
	margin-bottom:8px
}

.klein {
	font-size:12px;
}

.rahmen {
	border:1px solid #000;
}

.rahmen_dick {
	border: 5px solid #777776;	
}

.rahmen_schmal {
	border: 2px solid #00892e;	
}

.rahmen_grau {
	border: 5px solid #777776;	
}

a:active, a:link, a:visited { 
	color:#333; 
	text-decoration:none;
}

a:hover { 
	color:#000; 
	text-decoration:none;
}

.text_schatten {
	text-shadow: 5px 5px 5px #000; text-shadow: -5px -5px 5px #000;
}

#titel {
	position:absolute;
	top:-16px;
	left:2px;
}

#wir_sind {
	background:#d0d0cf url(../images/herz.png) no-repeat;
	background-size:100%;
	background-position:center 20%;
	padding:10px;
	padding-top:15px;
	font-weight:bold;
	font-size:16px;
	text-align:center;
}

@media only screen and (max-width : 480px) {
	#wir_sind {
		font-size:14px;
	}
}

/*  Diverses Ende */
/*  ------------------------------------------------------------------------------------------------------------------------ */
/*  head Start */

header {
	margin:auto;
	width:100%;
	height:415px;
	z-index:3;
}

#hg_navigation {
	position:absolute;
	width:540px;
	height:54px;
	top:20px;
	z-index:5;
	background-color:#00892e; filter:alpha(opacity=25); -moz-opacity:0.25; opacity: 0.25;		
}

#logo {
	position:absolute;
	width:303px;
	height:50px;
	left:568px;
	top:23px;
}

#top_rechts {
	position:absolute;
	width:90px;
	height:54px;
	top:20px;
	left:900px;
	background-color:#00892e; filter:alpha(opacity=25); -moz-opacity:0.25; opacity: 0.25;		
}

#impression {
	position:absolute;
	top:94px;
	border:solid 5px #00892e;
	z-index:2;
	width:990px;
	height:280px;

}

.slideshow {
	overflow:hidden;
	z-index:3;
}

.slideshow img {
	width:100%;
}

#logo_position {
	position:absolute;
	bottom:-5px;
	right:0px;
	z-index:10;
}

#schatten {
	position:absolute;
	bottom:-54px;
	z-index:1;
}

@media only screen and (max-width : 768px) {
	header {
		height:330px;
	}
	
	#hg_navigation {
		width:460px;	
		height:45px;
		top:0;
	}
	
	#logo {
		left:470px;
		top:3px;
	}
	
	#logo img {
		width:250px;
		height:41px;
	}
	
	#top_rechts {
		width:20px;
		height:45px;
		left:735px;
		top:0;	
	}
	
	#impression {
		width:100%;
		height:inherit;
		margin-top:20px;
		margin-bottom:30px;
		border:solid 2px #00892e;
		position:inherit;
		top:70px;
	}
	
	#schatten {
		bottom:-42px;
	}
	
	#schatten img {
		width:100%;
	}
}

@media only screen and (max-width : 480px) {
	header {
		height:inherit;
	}

	#hg_navigation {
		display:none;		
	}
	
	#logo {
		position:inherit;
		width:100%;
		left:inherit;
		margin-top:5px;
		margin-bottom:5px;
	}
	
	#logo img {
		display:block;
		margin:0 auto;
	}
	
	#top_rechts {
		display:none;	
	}
	
	#impression {
		width:100%;
		height:inherit;
		top:0;
		margin-top:20px;
		margin-bottom:30px;
		position:inherit;
	}
	
	#logo_position img {
		width:45px;
	}
	
	#schatten {
		bottom:-23%
	}
	
	#schatten img {
		width:100%;
		height:auto;
	}
}

/*  head Ende */
/*  ------------------------------------------------------------------------------------------------------------------------ */
/*  Content Start */

section {
	width:100%;
	min-height:200px;
	z-index:50;
}

#left_box {
	width:730px;
	margin-right:10px;
	float:left;
}

#left {
	background:#d0d0cf;
	min-height:359px;
	padding:10px;
	padding-top:15px;
}

#right {
	margin-left:740px;
}

#adresse {
	float:left;
	width:250px;
	height:175px;
	padding-top:15px;
	margin-bottom:20px;
	text-align:center;
	background:#d0d0cf;
	line-height:110%;
}

#oeffnungszeiten {
	float:left;
	width:250px;
	height:180px;
	padding-top:15px;
	margin-bottom:20px;
	text-align:center;
	background:#d0d0cf; 
	line-height:80%;
}

#vertretungen {
	float:left;
	width:250px;
	height:105px;
	padding-top:15px;
	margin-bottom:20px;
	text-align:center;
	background:#d0d0cf; 
	line-height:80%;
}

#sponsoring {
	float:left;
	width:250px;
	height:135px;
	padding-top:15px;
	text-align:center;
	background:#d0d0cf; 
	line-height:80%;
}

#facebook {
	float:left;
	width:250px;
	padding-top:15px;
	padding-bottom:10px;
	margin-bottom:20px;
	text-align:center;
	background:#d0d0cf; 
	line-height:80%;
}

#footer {
	color:#d0d0cf;
	font-size:10px;
	width:730px;
	margin-top:5px;
	margin-bottom:10px;
	float:left;
}

#footer_mobile {
	display:none;
}

.copy {
	float:left;
	margin-left:10px;
}

.copy a {
	color:#d0d0cf;
}

.mbur {
	width:100%;
	text-align:right;
}

.mbur a {
	color:#d0d0cf;
}

@media only screen and (max-width : 768px) {
	#left_box {
		width:490px;
	}
	
	#right {
		margin-left:500px;
	}
	
	#footer {
		width:490px;
	}
}

@media only screen and (max-width : 480px) {
	#left_box {
		width:100%;
	}

	#left {
		width:100%;
		min-height:0;
	}
	
	#adresse {
		margin-top:15px;
	}
	
	#footer {
		display:none;
	}
	
	#footer_mobile {
		display:inherit;
		color:#00892e;
		font-size:9px;
		width:100%;
		margin-bottom:10px;
	}
	
	.copy {
		width:100%;
		text-align:center;
		margin-left:0;
		margin-bottom:5px;
	}
	
	.mbur {
		width:100%;
		text-align:center;
	}
	
	#right {
		margin:0 auto;
		width:250px;
	}
	
	#facebook {
		margin-top:20px;
	}
}

/*  Content Ende */
/*  ------------------------------------------------------------------------------------------------------------------------ */
/*  footer Start */

footer {
	position:relative;
	margin:0 auto;
	width:100%;
	height:80px;
	font-size:11px;
	font-style:normal;
	font-variant:normal;
	color:#fff;
}

footer div {
	font-style:normal;
}

#footer_left {
	position:absolute;
	float:left;
	width:200px;
	left:50px;
	top:15px;
}

#footer_middle {
	position:absolute;
	float:left;
	width:200px;
	left:500px;
	top:15px;
}

@media only screen and (max-width : 480px) {
	#footer_left {
		position:inherit;
		width:100%;
		text-align:center;
		left:0;
	}
	
	#footer_middle {
		position:inherit;
		width:100%;
		text-align:center;
		left:0;
	}
}

/*  footer Ende */
/*  ------------------------------------------------------------------------------------------------------------------------ */