body{
  margin: 0;
  padding: 0;
}

h1{
  padding-top: 30px;
  margin-top: 0;
}

.contentArea{
  text-align: center;
  width: 70%;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.7)
}

.datenschutz{
  position: absolute;
  right: 10px;
}

.lastElement{
  padding-bottom: 100px;
}

#wrapper{
  background-image: url(../img/wohnmobil_startseite_querformat.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  width: auto;
}

iframe{
  width:30%;
  height: 30%;
  margin-left: 15px;
  margin-top: 15px;
}

#footer{
  padding: 40px;
  background-color: rgba(191, 191, 191, 0.5);
  position: absolute;
  bottom: 0px;
  left:33%;
  border-radius: 25%;
  text-align: center;
}

#kontakt img{
  width: 15%;
  height: auto;
  margin: 5px 0;
  filter: invert(90%) sepia(93%) saturate(30%) hue-rotate(259deg) brightness(108%) contrast(100%);
}

#paulcamper img:hover, #paulcamper img:active, #paulcamper img:focus{
  filter: invert(90%) sepia(93%) saturate(30%) hue-rotate(259deg) brightness(108%) contrast(100%);

}

#kontakt img:hover, #kontakt img:active, #kontakt img:focus{
  filter: invert(0%) sepia(0%) saturate(3085%) hue-rotate(227deg) brightness(88%) contrast(100%);
}

#paulcamper img{
  width: 50%;
  height: 50%;
}

#paulcamper p{
  margin-bottom: 3px;
}


.pipe{
  color: black;
}

#footer a{
  color: black;
}

.backBtn{
  display: inline-block;
  padding: 10px;
  background-color: rgba(191, 191, 191, 0.8);
  margin-top: 10px;
  margin-left: 10px;
  border-radius: 25%;
}

.backBtn a{
  color: black;
}

.backBtn a:hover, .backBtn a:active, .backBtn a:focus {
  color: white;
}

#footerMenu a:hover, #footerMenu a:active, #footerMenu a:focus{
  color: white;
}



#offer{
  position: absolute;
  right: 20px;
  top: 0px;
}

#offer img{
  width: 300px;
  height: auto;
}

#offer img:hover, #offer img:focus, #offer img:active{
  filter: invert(90%) sepia(93%) saturate(30%) hue-rotate(259deg) brightness(108%) contrast(100%);
}

.alternativForIframe{
  display: none;
}

/* Sticky cookie button */

/* .stickyCookieBar{
  z-index: 2;
  left: 0;
  bottom: 0;
  display: inline;
  padding: 8.5px;
  position: fixed;
  background-color: black;
  cursor: pointer;
}

.stickyCookieBar a{
  color: white;
}

.stickyCookieBar:hover{
  background-color: gray;
} */



/* For the iframe alternativ text */

.alternativForIframe{
  width: 15%;
  border-radius: 20%;
  padding: 20px;
  background-color:rgba(191, 191, 191, 0.5);
}

#youtubeLink{
  color: rgba(191, 191, 191, 1);
}

.youtubeIcon{
  width: 30%;
  height: 30%;
}



/* For dinner landing page */

.footWrap{
  text-align: center;
  margin-bottom: 40px;
  margin-top: 40px;
}

.eventWrap{
  text-align: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.eventWrap h2{
  margin: 30px 0;
}



.eventWrap ul li{
   text-align: left; 
  list-style: disc;
}

.footerInline{
  display: flex;
}

#whatsapp{
  display: none;
}


/* Media queries */
/* ########################################################################## */

@media screen and (max-width: 1000px){
  .eventWrap{
    width: 90%;
  }

  #whatsapp img{
    padding-top: 10%;
    width: 60%;
    height: auto;
  }

  

  #whatsapp{  
    width: 100%;
    display: block;
  }

  #mobileOfferLocation img{
    filter: invert(90%) sepia(93%) saturate(30%) hue-rotate(259deg) brightness(108%) contrast(100%);
    
  }
}

@media screen and (max-width: 1200px) {
  #footer{
    left: 27%;
  }
}

@media screen and (max-width: 1000px) {
  #footer{
    left: 23%;
  }

  #wrapper{
    background-image: url(../img/wohnmobil_startseite.jpeg);
  }

  iframe{
    width: 50%;
    height:50%;
    margin-left: 48%;
  }

  #offer{
    left: 10px;
  }

  #kontakt img{
    width: 45%;
    height: auto;
  }

  #mobileOfferLocation img{
    width: 50%;
    height: auto;
  }
}

@media screen and (max-width: 800px) {
  #footer{
    left: 15%;
  }

  .backBtn{
    display: block;
    text-align: center;
  }

  .datenschutz{
    position: static;
  }

  iframe{
    height: 40%;
  }

  #paulcamper img{
    width: 70%;
    height: auto;
  }
  
  .alternativForIframe{
    width: 80%;
  }
  
}

@media screen and (max-width: 600px) {
  #footer{
    padding: 10px;
    left: 0;
  }


  iframe{
    width: 70%;
    height: auto;
    margin-left: 15%;
  }

 
}

 @media screen and (max-width: 450px) {
  #paulcamper img{
    width: 80%;
    height: 80%;
  }

  #paulcamper p{
    padding-top: 3.5px;
  }
} 

@media screen and (max-width: 1000px) and (orientation: landscape){
  #footer{
    position: relative;
    width: 60%;
    padding: 20px;
    left: 0;
    margin-top: 20px;
    margin-left: 100px;
  }

  #wrapper{
    background-size: 100%;
    display: flex;
  }

  iframe{
    width: 40%;
    margin-left: 10px;
    height: 40%;
  }
}