@charset "utf-8";

 #body,html {
	 box-sizing:border-box;
	  width:100%;
    }

#mainimage {
  width:100%;/*836px;*/
  height:100%/*381px;*/
  border-style: dotted;
  border-width: 7px;
  border-color: #000000;
	}

#kopf {
	height: 130px;
	background-color: #B0D2D9;/*#3366CC;*/
	background-image:url(../bilder/img-platine.png);	
	width: 73,000000%; /*-26,461538)%;*/
}

#logobox {
	padding:1em;
	background-color: #B0D2D9;
	float: right;
	height: 106px;
	color: #000000;
	font: italic bold normal large Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	width: 26,461538%; 
    font-size:12px;
	text-align: center;
}

nav {
	box-sizing: border-box;
	float: left;
	alignment-adjust:central;
	width: 100%;
	background: #3a3a3a;
	font-size: 14px;
	color:#FFFFFF;
}
nav ul {
  margin: 0;
  padding: 0;
  appearance:menu-item;  
}
 
nav a {
  display: block;
  color:#FFFFFF;
  text-decoration: none;
  font-family: system-ui, Arial, Helvetica, sans-serif;
  font-size: 1rem;/*18px;*/
}
nav ul li {
  color:#FFFFFF;
  position: relative;
  float: left;
  list-style: none;
}
 
nav ul li:hover {
	color:#FFFFFF;
  background: #4096ee;
}
 
nav ul li a {
	color:#FFFFFF; /* Die Farbe der waagerechten Items*/
    padding: 10px;
}
nav ul ul {
	color:#00FFFF;
  position: absolute;
  top: -9999px;
  left: -9999px;
  background: #333;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.6);
}
 
nav ul ul li {
  float: none;
  width: 380px;
  border-bottom: 1px solid #555;
}
 
nav ul ul li a {
	color:#FFFFFF;
  padding: 10px 20px;
}
nav ul li:hover > ul {
	color:#FFFFFF;
  top: 100%;
  left: 0;
}
nav ul ul li:hover > ul {
  top: 0;
  left: 380px;
}
/* Dreieck für Untermenü zeichnen*/
nav ul li.submenu > a:after {	 
	color: #FFFFFF;
  position: relative;
  float: right;
  content: "\25BC";
  font-size: 0.7rem; /*12px;*/
  padding-left: 0.4rem;
  padding-top: 0.2rem;
  /*margin-left: 10px;
  margin-top: 0.5rem;
  border-left: 0.3rem solid transparent;
  border-right: 0.3rem solid transparent;
  border-top: 0.3rem solid #FFFFFF;
  border-bottom: 0.3rem solid transparent;*/
}
/* Dreieck für Unter-Untermenü zeichnen*/
nav ul ul li.submenu a:after {
  color:white;
  margin-left: auto;
  margin-right: -10px;
  border-left: 5px solid #fff;
  border-right: 5px solid transparent;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
nav ul ul li:last-child {
  color:#FFFFFF;
  border-bottom: none;
}

#downloadhaftung{ 
  background: #E0DFDE;
  margin-top: 2rem;  
}

#einkauf{
  width: 70%;
  height:500px;
  background:#E0DFDE ;
  }

#impressumwidth{ 
   width:35%;   
}

img.logo{
	width:320px;
	height: 130px;}
	
.titel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px; /*12px*/
}
.standardtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
}
.schlagzeile {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style:normal;
}
.hinweis {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	/*color: rgba(255,255,255,1.00)*/
}
.footer {
	padding: 0.8em 1.935%
}	
.menue {
  color:#FFFFFF;
  align:center;
  font-family: normal,serif,monospace;
  font-size: 18px;
}
.submenu {
	font-size:16px
  }
 .subitem {
	 font-size: 20px;
	 } 
