header {
/*    background: url(Header_Pic_verwendet.jpg) center;  */
    background: url(Header_Bild_V2.jpg) center;
    background-size: cover;
    background-position: center center; 
    height: 200px;
    margin: 0;          /* Seite zentrieren*/
    padding: 0;
}

#headertext {
    padding-top: 30px;
    color: white;
    text-align: center;
    font-family: Georgia;
    font-size: 32px;
    font-weight: bolder;
}
.headermenu {
   text-align: center; 
   font-size: 14px;  
   font-weight: bolder;
   height: 50px;
   width: 15em;
   border-radius: 7px 7px 7px 7px;
   color: white;
   background-color: rgba(0,0,0,0.1);
   margin-left: 15px;
   margin-top: 15px;

}

body {
  background-color: white;
  background: url(Body_Hintergrund.jpg) center;
  background-size: cover;
  margin: 0 auto;          /* auto => Seite zentrieren*/
  padding: 0;		   /* ?? */
  max-width: 100em;         /* 60em; max Breite - sonst wird das Bild doppelt */
}
                        /*https://wiki.selfhtml.org/wiki/CSS/Tutorials/mehrspaltige_Layouts*/
nav { 			/* noch nicht umgesetzt */
    float: left;
    width: 15em;
  }
article {
    min-width: 20em;  
    margin-left: 2em;
    margin-right: 2em;
  }	
aside {
    float: right;
    width: 8em;
  }

iframe {		/*Frame für php Ausgabe auf checkoutseite*/
  border: none;
  overflow:hidden;  	/*entfernt Scrollbar*/
}

h1 {
  color: blue;
}

p {
  color: black;
  font-family: Arial;
  font-size: 18px;
  font-weight: bolder;

}

.ppt {			/*hier werden die PPoint Bilder aus der Präsi formatiert */
max-width: 100%;
height: auto;
margin: 0;          /* Seite zentrieren*/
padding: 0;
border-color: grey;
border-width: 3px;
border-style: groove;
box-shadow: 10px 10px 10px grey;
}


#labels{
  color: black;
  font-family: Arial;
  font-size: 18px;
  font-weight: bolder;
}

#text{
  color: black;
  font-family: Arial;
  font-size: 18px;
}

#textklein{
  color: black;
  font-family: Arial;
  font-size: 12px;
  font-weight: normal;
}
.number {
   text-align: center; 
   font-size: 18px;  
   height: 30px;
   width: 100px;
   box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
   border-radius: 4px 4px 4px 4px;
}
.select {
   text-align: center; 
   font-size: 18px;  
   height: 30px;
   width: 100px;
   box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
   border-radius: 4px 4px 4px 4px;
}
.button {
   text-align: center; 
   font-size: 18px;  
   height: 30px;
   width: 250px;
   box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
   border-radius: 7px 7px 7px 7px;
}
.textinput {
   text-align: left; 
   font-size: 18px;  
   font-family: Arial;
   height: 30px;
   width: 250px;
   box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
   border-radius: 7px 7px 7px 7px;
}
.textinputa {
   text-align: left; 
   font-size: 18px;  
   font-family: Arial;
   height: 30px;
   width: 300px;
   box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
   border-radius: 7px 7px 7px 7px;
}
.dateinput {
   text-align: left; 
   font-size: 18px;  
   font-family: Arial;
   height: 30px;
   width: 170px;
   box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
   border-radius: 7px 7px 7px 7px;
}
.adressinput {			/* hier weiter machen - Adressfeld für Rechnung */
   text-align: left; 
   font-size: 18px;  
   height: 90px;
   width: 310px;
   box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
   border-radius: 7px 7px 7px 7px;
}
input.checkbox {
/*   text-align: left; 
   font-size: 28px;  
   height: 35px;
   width: 35px;  */

   transform: scale(1.3); 
   padding: 10px;
   margin: 10px;
   box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
   border-radius: 7px 7px 7px 7px;

}

.bild_beschriftung {
position: relative;
}

.bild_beschriftung img {
display: block;
}

.bild_beschriftung span {

position: absolute;
top: 51px; /*68px; groß*/
left: 0px;
width: 165px; /*225px; groß*/
height: 2.0em;
line-height: 2.0em;
color: #fff;
text-align: center;
border-top: 1px solid #ababab;
background:IE 2-3; /*  #404040; Fallback IE 6-8 */
/*background-color: rgba(40, 40, 40, 0.7);*/
background-color: rgba(0, 176, 80, 1);
transform: rotate(-17deg);
border-radius: 7px 7px 7px 7px;
font-size: 18px; 
font-weight: bolder; 
color: white;
}

.footer {
   /*position: fixed;*/
   position: fixed;
   left: 10;
   bottom: 0;
   width: 100%;
   height: 25px;
   background-color: grey;
   color: white;
   text-align: left;
}

#footerlinks{
  color: white;
  font-family: Arial;
  font-size: 12px;
}

#eu_cookiebox {
	display: block;
	z-index: 100;
 	position: fixed;  /*  ? */
	bottom: 0px;
	min-height: 30px;
	padding: 5px;
	margin: auto; /* 0; */
	width: 99%;
	color: #555;
	border: 1px solid black;
	border-bottom: none;
	background: #fff; 
}
