* {
    margin: 0;
}

html, body    {
    background-image: url(Bilder/ahrens_gmbh.png);
    background-size: 90%;
    background-position: 50% 1%;
  background-repeat: no-repeat;
}

#header {
    height: 10px;
    margin-left: 60%;
    
    color: #E40025;
font-size: 1.3em;
position: absolute;
z-index:250;
	text-align: center;
    height: 1.5em;
    padding: 0 1em;
    line-height: 1.5em;
}

#rahmen {
/*width:980px;*/
height:90%;
    font-family: arial, sans-serif;
}

#logo {
background-image: url(Bilder/dachdecker_logo.png);
background-size: 100%;
background-repeat: no-repeat;
width:650px;
height:650px;
position: absolute;
margin-top: 3%;
margin-left: -68px;

z-index:-1;
}



#ahrens {
background-image: url(Bilder/ahrens_logo_blank.png);
background-size: 95%;
background-repeat: no-repeat;
background-position: 50% 50%;
margin-left: 30%;
margin-top:40px;
width:320px;
padding:5px;
background-color: rgba(255,255,255,0.6);
height:120px;
/*position: absolute;*/
z-index:100;
}

#menue {

/*background-color: white; 
 height:50px;

*/
background-color: rgba(255,255,255,0.8);
padding-left: 7px;
padding-right: 7px;
padding-top:2px;
padding-bottom:7px;
margin-left: 30%;
margin-top:2px;
 width:800px;
text-align: center;
color: #E40025;
font-size: 1.1em;
position: absolute;
z-index:250;
}

a {
padding-right: 10px;	
}

#slogan {

/*background-color: white; 
 height:50px;

*/
background-color: rgba(255,255,255,0.8);
padding-left: 7px;
padding-right: 7px;
padding-top:7px;
padding-bottom:7px;
margin-left: 30%;
margin-top:35px;
 width:800px;
text-align: center;
color: #E40025;
font-size: 2.6em;
position: absolute;
z-index:250;
}

#inhalt {
 
/*background-color: white; 
height:50px;
*/
background-color: rgba(255,255,255,0.7);
padding: 7px;
margin-left: 30%;
margin-top:26%;
width:800px;

color: #E40025;
font-size: 1.3em;
position: absolute;
z-index:250;
}

#kontakt {
 
/*background-color: white; 
height:50px;
*/
background-color: rgba(255,255,255,0.7);
padding: 7px;
margin-left: 30%;
margin-top:33%;
width:800px;

color: #E40025;
font-size: 1.6em;
position: absolute;
z-index:250;
}



header p {
    color: black;
    font-size: 1.2em;
    padding: 10px 55px 10px 100px;
    text-align: right;
}

headerb {
    background-color: lightblue;
    height: 50px;
}

headerb p {
    color: white;
    font-size: 1.8em;
    padding: 10px 10px 0 10px;
    text-align: right;
}

nav {
    background-color: #EA3531;
}

nav ul {
    padding: 0;
}

nav li {
    /* background-color: orange; */
    list-style-type: none;
    display: inline-block;
    height: 1.5em;
    padding: 0 1em;
    line-height: 1.5em;
    border-right: black 1px solid;
}

nav a {
    color: black;
    text-decoration: none; 
}

nav a:hover {
    text-decoration: underline;
}

.keinrahmen {
    border-right: 0;
}

.schatten {
    background-image: url(Bilder/schatten.png);
    height: 12px;
}

article {background-color: rgba(255,255,255,0.9);
padding: 7px;
margin-left: 30%;

width: 800px;
	
    margin-top:50px;
/*	background-color: orange;*/
}
article h1 {
    margin-bottom: 0.4em;
}

article p,
article ul
{
    margin-bottom: 1em;
    line-height: 1.5em;
}



#footer {


/*background-color: white; 
 height:50px;
 width:90%;
*/
background-color: rgba(255,255,255,0.7);
padding: 7px;
margin-left: 30%;

width: 800px;
color: #E40025;
font-size: 1.8em;
position: absolute;
z-index:250;
	text-align: left;
    height: 1.5em;
   
    line-height: 1.5em;
    margin-top:29.5%;
}

#cookiePopup {
  background-color: #ffffff;
  position: absolute;
  font-size: 14px;
  width: 70vw;
  max-width: 42.85em;
  box-shadow: 0 0 2em rgba(5, 0, 31, 0.15);
  font-family: "Poppins", sans-serif;
  text-align: justify;
  line-height: 1.8em;
  padding: 2em 1.4em;
  border-radius: 6px;
  transition: all 0.5s ease-in;
}
#cookiePopup img {
  display: block;
  width: 3.75em;
  transform: translateZ(0);
  position: relative;
  margin: auto;
}
#cookiePopup p {
  text-align: center;
  margin: 1.4em 0;
}
#cookiePopup button {
  background-color: #6859fe;
  border: none;
  color: #ffffff;
  font-size: 1.2em;
  padding: 1em 1.4em;
  display: block;
  position: relative;
  margin: auto;
  border-radius: 5px;
}
#cookiePopup a {
  color: #6859fe;
}
.hide {
  visibility: hidden;
  bottom: 0;
  right: 2em;
}
.show {
  visibility: visible;
  bottom: 2em;
  right: 2em;
}
@media only screen and (max-width: 37.5em) {
  #cookiePopup {
    width: 100%;
  }
  .hide {
    bottom: 2em;
    right: 0;
  }
  .show {
    right: 0;
    bottom: 0;
  }
}





