

body{
  background-image: url(/thumb/Perchten/Brauchtum\ lightGlow_flames.jpg);
  background-repeat: no-repeat;
  background-position:top;
  background-attachment: fixed;
  background-size: cover;
  margin-top: 150px;
min-height: 100%;
}
@media (min-width: 90px) and (max-width:800px) {
  /* For mobile phones: */
  body{
    background-image: url(/thumb/Perchten/Brauchtum\ lightGlow_flames.jpg);
    background-repeat: no-repeat;
    background-position:left top;
    background-attachment: fixed;
    background-size: cover;
  }
}
@media (max-width: 1250px)  {
  /* For mobile phones: */
  body{
    background-image: url(/thumb/Perchten/Brauchtum\ lightGlow_flames.jpg);
    background-repeat: repeat;
    background-position: left top;
    background-attachment: fixed;
    background-size: 100vw;
    
  }
 
  }
 

.wrapper{
  display: flex;
  justify-content: center;
  
}

.vereins-infotext{
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  width: 70vw;
  background-color: rgba(245, 245, 245, 0);
  border-radius: 30px;
  margin-bottom: 50px;
}
.vereins-infotext a{
  color: rgb(255, 60, 0);
}

.vereins-infotext h1{
  font-size: 2rem;
  color: rgb(255, 255, 255);
}
.vereins-infotext h2{
  font-size: 1.7rem;
  color: rgb(255, 255, 255);
}

.vereins-infotext p{
  font-size: 1.7rem;
  color: rgb(255, 255, 255);
}
@media (min-width: 90px) and (max-width: 500px)  {
/* For mobile phones: */
.vereins-infotext h1{
  font-size: 1rem;
}
.vereins-infotext h2{
  font-size: 1rem;
}
.vereins-infotext p{
  font-size: 1rem;
}

}
.image-div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.image-div img{
  margin: 15px;
  max-width: 250px;
}
@media (min-width: 90px) and (max-width: 500px)  {
  .image-div img{
    max-width: 80%;
  }
}
.collector {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgb(252, 252, 252, 0.4);
  border-radius: 30px;
  box-shadow: 12px 29px 81px 0px rgba(0,0,0,0.75);
  box-shadow: 0 0 8px 8px rgba(255, 255, 255, 0.475) inset;

  min-width: 80%;
  height: 600px;
 
  flex-wrap: wrap;
}
@media (min-width: 90px) and (max-width:510px) {
  /* For mobile phones: */
  .collector{
    width: 80%;
    margin-left: 15px;
  }
}


  .header-top{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    overflow: hidden;
    z-index: 100;
    height: 90px;
   background-color: black;
   border-bottom:  solid rgb(255, 60, 0);;
  }
  .header-left{
    background-color: rgb(0, 0, 0);
    display: flex;
    
   
    align-items: center;
    min-height: 100%;
    min-width: 50vw;
    color: rgb(255, 60, 0);
    border-right: solid rgb(255, 60, 0);
    font-size: 2rem;
  }
  .left-header-logo{
    padding-left: 10px;
    padding-right: 40px;
    display: flex;
    justify-content: flex-start;
    max-width: 20%;
    height: 100%;
  }
  .left-header-logo img{
    max-width: 80px;
  }
  .left-header-text{
    display: flex;
    justify-content: center;
    width: 80%;
    
  }
  @media (max-width:810px) {
    /* For mobile phones: */
    .left-header-text p{
      font-size: 0.8rem;
    }
  }
  .header-right{
    padding-right: 100px;
    color: rgb(255, 60, 0);
    background-color: rgb(0, 0, 0);
    display: flex;
  
    align-items: center;
    min-height: 100%;
    min-width: 50vw;
    border-right: solid rgb(201, 0, 0);
    font-size: 2rem;
  
  }
  .right-header-text{
    display: flex;
    justify-content: center;
    width: 50%;
    
  }
  .right-header-img{
    padding-right: 30px;
    display: flex;
    justify-content: flex-end;
    width: 50%;
    height: 100%;
    
  }
  .right-header-img img{
    max-width: 80px;
  }
  @media (max-width:810px) {
    /* For mobile phones: */
    .right-header-text p{
      font-size: 1.0rem;
    }
  }
  .footer-nav{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    overflow: hidden;
    z-index: 100;
    height: 40px;
    background-color: rgb(0, 0, 0);
    border-top:  solid rgb(255, 60, 0);
    justify-content: space-around;
  }
  .footer-nav button{
    background: none;
    border: none;
    color: rgb(255, 60, 0);
    padding: 12px 12px;
    width: 20vw;
    overflow: hidden;

  }
  
  .footer-nav button:hover{
    background: rgba(216, 216, 216, 0.367);
    border: 1px solid  rgb(255, 60, 0);
    color: whitesmoke;
    cursor: pointer;
  }
 

 
  .footer-nav  p{
    font-size: 1rem;
  }
  @media (min-width: 90px) and (max-width:450px)  {
    /* For mobile phones: */
    .footer-nav p{
     font-size: 0.5rem;
      
    }
   
    }
    @media (min-width: 451px) and (max-width:1200px)  {
      /* For mobile phones: */
      .footer-nav p{
       font-size: 0.8rem;
        
      }
     
      }