@import "font.css";

/****************************
+++ HTML-Standards +++
****************************/

html {
	min-height:100.05%;
}

body {
	margin:0;
	padding:0;
	font-family:Calibri,verdana, helvetica, sans-serif;
	font-size:100%;
	color:#000;
	line-height:1.3em;
}

img {
	border:none;
	display:block;
}

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-size:100%;
	color:black;
	font-family:anodyneregular,verdana, helvetica, sans-serif;
}

h1 {
	margin:0.4em 0;
	font-size:2.4em;
	line-height:1.2em;
}

h2 {
	color: white;
	font-size: 200%;
	font-weight: bold;
	line-height: 1em;
}
.kastentext .kleinh2 {
	display: block;
	font-size: 60%;
	line-height: 1em;
	margin-top: 5px;
}
.kleinh2 {
	display: inline-block;
	font-size: 60%;
	line-height: 1em;
	margin-top: 5px;
}

.trenner {
	display:block;
	clear:both;
	height:1px;
	font-size:1px;
}

.hidden{
	height:0;
	width:0;
	position:absolute;
	left:-1000em;
	top:-1000em;
	overflow:hidden;
}
.fehidden {
    display: none;
}
a {
	color:black;
}

p {
	margin-top:0px;
}

p img {
	display:inline;
}

.rechts {
	float:right;
	padding-left:5px;
}

.links {
	float:left;
	padding-right:5px;
}

hr {
	border:none;
	clear: both;
	display: block;
	float: none;
	height: 15px;
	margin: 0 0 15px;
	border-bottom:1px solid black;
}

hr.gross {
	border:none;
	clear: both;
	height: 10px;
	margin: 2em 0;
	background:black;
}

.klein {
	font-size:90%;
}


#header {
	margin: auto;
	width: 1200px;
	position:relative;
}
#logo {
	margin-bottom: 25px;
	margin-left: 110px;
	margin-top: 40px;
	width: 200px;
}
#navigation ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
#navigation ul li {
	float:left;
	margin-right: 8px;
}

#navigation ul li:first-child {
	margin-left: 110px;
}

#navigation ul li a {
	color: black;
	display: inline-block;
	padding: 15px 10px;
	text-transform: uppercase;
	text-decoration:none;
}
/*
#navigation a.act{
	background-color:#e9e9e9;
}
#navigation a:hover {
	background-color: #e9e9e9;
}
*/
#navigation .violet:hover ul,#navigation .violet:hover > a, #navigation .violet .act, 
#navigation .nav2:hover ul,#navigation .nav2:hover > a, #navigation .nav2 .act
{
	background-color: rgb(41,57,145);
	color:white;
}


#navigation .blau:hover ul,#navigation .blau:hover > a,#navigation .blau .act,  
#navigation .nav6:hover ul,#navigation .nav6:hover > a,#navigation .nav6 .act 
{
	background-color: rgb(0,132,180);
	color:white;
}
#navigation .braun:hover ul, #navigation .braun:hover > a,#navigation .braun .act, 
#navigation .nav5:hover ul, #navigation .nav5:hover > a,#navigation .nav5 .act 
{
	background-color: rgb(178,89,0);
	color:white;
}
#navigation .grau:hover ul, #navigation .grau:hover > a,#navigation .grau .act, 
#navigation .nav4:hover ul, #navigation .nav4:hover > a,#navigation .nav4 .act
{
	background-color: rgb(51,51,51);
	color:white;
}
#navigation .gruen:hover ul, #navigation .gruen:hover > a,#navigation .gruen .act, 
#navigation .nav7:hover ul, #navigation .nav7:hover > a,#navigation .nav7 .act  
{
	background-color: rgb(0,140,0);
	color:white;
}
#navigation .orange:hover ul, #navigation .orange:hover > a,#navigation .orange .act, 
#navigation .nav8:hover ul, #navigation .nav8:hover > a,#navigation .nav8 .act {
	background-color: rgb(251,99,0);
	color:white;
}
#navigation .gelb:hover ul, #navigation .gelb:hover > a,#navigation .gelb .act, 
#navigation .nav3:hover ul, #navigation .nav3:hover > a,#navigation .nav3 .act {
	background-color: rgb(254,227,26);
	color:white;
}


#navigation ul li ul {
	background-color: #e9e9e9;
	display: none;
	padding: 9px 0 10px;
	position: absolute;
	width: 260px;
	z-index: 555;
	-webkit-box-shadow: 4px 4px 0px 0px rgba(50, 50, 50, 0.6);
	-moz-box-shadow:    4px 4px 0px 0px rgba(50, 50, 50, 0.6);
	box-shadow:         4px 4px 0px 0px rgba(50, 50, 50, 0.6);
}
#navigation ul li a.violet + ul{
	background-color: rgb(41,57,145);
	color:white;
}
#navigation ul li a.blau + ul{
	background-color: rgb(0,132,180);
	color:white;
}
#navigation ul li a.braun + ul{
	background-color: rgb(178,89,0);
	color:white;
}
#navigation ul li a.grau + ul{
	background-color: rgb(51,51,51);
	color:white;
}
#navigation ul li a.gruen + ul{
	background-color: rgb(0,140,0);
	color:white;
}
#navigation ul li a.orange + ul{
	background-color: rgb(251,99,0);
	color:white;
}
#navigation ul li a.gelb+ ul{
	background-color: rgb(254,227,26);
	color:white;
}

#navigation ul li ul li {
	border-top: 1px solid black;
	display: block;
	margin: 0 !important;
	width: 100%;
}

#navigation ul li ul li a {
	padding: 2px 15px;
}	
#navigation ul li ul li a:hover {
    background: none;
    color: white;
    font-style: italic;
}
#navigation ul li:hover > ul {
	display: block;
}

.aaeh {
	position: absolute;
	right: 115px;
	top: 30px;
	z-index:555;
}
#wrapper {
	margin: -1px auto 0;
	width: 1200px;
}
.kasten {
	background-repeat: no-repeat;
	background-size: cover;
	float: left;
	height: 400px;
	width: 400px;
	position:relative;
}
.kastentext {
	background-color: rgba(0, 0, 0, 0.3);
	bottom: 0;
	height: 90px;
	padding: 20px 0 0 35px;
	position: absolute;
	width: 365px;
}

#startboxen .kasten.violet:hover .kastentext {
	background-color: rgba(41,57,145, 0.7);
	
}
#startboxen .kasten.blau:hover .kastentext {
	background-color: rgba(0,132,180, 0.7);
	
}
#startboxen .kasten.braun:hover .kastentext {
	background-color: rgba(178,89,0, 0.7);
	
}
#startboxen .kasten.grau:hover .kastentext {
	background-color: rgba(51,51,51, 0.7);
	
}
#startboxen .kasten.gruen:hover .kastentext {
	background-color: rgba(0,140,0, 0.7);
	
}
#startboxen .kasten.orange:hover .kastentext {
	background-color: rgba(251,99,0, 0.7);
}
#startboxen .kasten.gelb:hover .kastentext {
	background-color: rgba(254,227,26, 0.7);
}

#inhalt {
	margin: 50px auto;
	width: 980px;
}
#inhalt h1{
	border-bottom: 1px solid;
	color: black;
	font-family: "anodyneitalic";
	margin-bottom: 30px;
	padding: 0 20px 5px;
}
#inhalt h2 {
	color: black;
	font-family: "anodyneitalic";
	margin: 10px 0;
}
h2.underl {
	border-bottom: 1px solid;
	color: black;
	font-family: "anodyneitalic";
	margin-bottom: 30px;
	padding: 0 20px 5px;
}
.aktionen {
	margin-bottom: 50px;
	padding: 0 20px;
}
.aktion {
	float: left;
	text-align: center;
	width: 234px;
}
.aktion .bild img {
	max-width: 234px;
}
.textklein, .textgross, .preisgross, .preisklein {
	font-family: anodyneitalic;
	font-size: 120%;
	line-height: normal;
}
.aktionen  .textklein, .textgross, .preisgross, .preisklein {
	font-family: anodyneitalic;
	font-size: 120%;
	line-height: normal;
	text-align: center;
}
.textklein, .textgross {
	color: rgb(248, 99, 9);
	display:block;
}
.preisklein,.preisgross{
	color:black;
}
.textgross {
	display: block;
	font-size: 220%;
	line-height: normal;
	margin: 0 0 10px;
	text-decoration: underline;
}
.aktionen .preisgross {
	display: inline-block;
	font-size: 220%;
	width: 100%;
}

.preisgross {
	display: inline-block;
	font-size: 220%;
}
.preisklein {
	display: inline-block;
	font-size: 60%;
	vertical-align: top;
}

.spalten3 {
	float: left;
	margin-left: 21px;
	margin-right: 0;
	width: 300px;
}

.spalten3 .textgross, .spalten3 .textklein{
	
	text-align:left;
}
.inhaltschwarz {
    background-color: black;
    padding: 25px 110px 10px;
	margin-top:-1px;
}
.inhaltschwarz .underl, .inhaltschwarz .preisgross, .inhaltschwarz .preisklein {
    color: white;
}
.kasten.breit {
	width: 800px;
}

.kasten.breit .kastentext {
	width: 765px;
}
.kasten.klein {
	border-top: 2px solid white;
	height: 110px;
}
.kasten.breit.klein {
	border-top: 2px solid white;
	height: 110px;
}
.spalten2 {
	border-right: 1px dotted black;
	float: left;
	padding: 0 55px 0 20px;
	width: 595px;
}

.spalten1 {
	float: left;
	padding-left: 30px;
	width: 275px;
}
.spalten1 img {
	display: inline;
	margin-right: 10px;
}
.spalten2, .spalten1 {
	margin-bottom: 45px;
}
.spalten1 .farbe {
	font-family: anodyneitalic;
	font-size: 125%;
	vertical-align: super;
}
.inhalt2spalten.first {
	background: #eeeeee;
	margin: 0 -110px 35px;
	padding: 0 110px;
}
.inhalt2spalten {
	margin: 0 0 35px;
}

.i2sp {
	float: left;
	margin-right: 20px;
	padding-left: 20px;
	width: 440px;
}

.blau{
color:rgb(0,132,180);
}
.braun{
color:rgb(178,89,0);
}
.grau{
color:rgb(51,51,51);
}
.gruen{
color:rgb(0,140,0);
}
.orange{
color:rgb(251,99,0);
}
.gelb{
color:rgb(254,227,26);
}
.violett{
color:rgb(41,57,145);
}

#footer {
	background: none repeat scroll 0 0 black;
	height: 70px;
	width: 100%;
}
#footer > ul {
	list-style: none outside none;
	margin: 0 auto;
	padding: 25px 22px 0;
	width: 958px;
}
#footer li {
	display: inline;
}


#footer ul li a {
	border-right: 1px solid;
	color: white;
	display: inline-block;
	font-family: anodyneregular;
	font-size: 120%;
	line-height: 1em;
	margin-right: 5px;
	padding: 0 10px 0 0;
	text-transform: uppercase;
	text-decoration:none;
}
#footer ul li:last-child a {
    border-right: medium none;
}

.bildflaeche {
	position:relative;
}

.textbildflaeche {
	background-color: rgba(0, 0, 0, 0.5);
	bottom: 0;
	color: white;
	font-size: 130%;
	padding: 0.5em 1em;
	position: absolute;
	text-transform: uppercase;
	left:0;
	right:0;
}

