body{
  background-image: url(/thumb/homepage_Elemente/didgeridooWeb.jpg);
  background-repeat: no-repeat;
  background-position:top;
  background-attachment: fixed;
  background-size: cover;
}
@media (min-width: 90px) and (max-width:800px) {
  /* For mobile phones: */
  body{
    background-image: url(/thumb/homepage_Elemente/didgeridooWeb.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/homepage_Elemente/didgeridooWeb.jpg);
    background-repeat: repeat;
    background-position: left top;
    background-attachment: fixed;
    background-size: 100vw;
    
  }
 
  }
.regional-header-middle-section{
  display: flex;
  align-items: center;
  justify-content: center;
 
  font-style: oblique;
  padding-left: 85px;
  overflow: hidden;
  width: 100%;
 
  flex-wrap: nowrap;
}
.regional-header-middle-section p{
font-size: 2.4rem;
color: rgb(56, 56, 56);
text-shadow: 2px 2px rgba(0, 0, 0, 0.2);
}
.headliner {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 15px;
  
  font-style: oblique;
  text-align: justify;
  text-align-last: center;
  max-width: 50vw;
 
  overflow: hidden;
  line-height: 120%;
  padding: 25px;
}
.headliner h1{
  font-size: 2.5rem;
  font-style: oblique;
  margin-bottom: 15px;
  color: rgb(22, 0, 88);

}
.headliner h2{
  color: rgb(22, 0, 88);
  font-size: 2rem;
  font-style: oblique;
  margin-bottom: 15px;
}
.headliner p{
  font-size: 1.6rem;
  line-height: 130%;
}
@media (min-width: 890px) and (max-width:1235px) {
  .headliner h1 {
    font-size: 2rem;
  }
  .headliner h2 {
    font-size: 1.8rem;
  }
}
@media (min-width: 606px) and (max-width:889px) {
  .headliner h1 {
    font-size: 1.4rem;
    padding-right: 50px;
  }
  .headliner h2 {
    font-size: 1.2rem;
    padding-right: 50px;
  }
  .headliner p {
    font-size: 1.3rem;
    padding-right: 50px;
  }
  } 
  @media (min-width: 90px) and (max-width:605px) {
    .headliner h1 {
      font-size: 1rem;
      padding-right: 50px;
    }
    .headliner h2 {
      font-size: 1rem;
      padding-right: 50px;
    }
    .headliner p {
      font-size: 1rem;
      padding-right: 50px;
    }
    } 

@media (min-width: 1150px) and (max-width:1290px) {
/* For mobile phones: */
.regional-header-middle-section{
  margin-right: 35px;
  min-width: 50px;
  padding-left: 190px;
  flex-wrap: nowrap;
}
.regional-header-middle-section p {
  font-size: 1.8rem;
}
}
@media (min-width: 925px) and (max-width: 1149px) {
/* For mobile phones: */
.regional-header-middle-section{
  margin-right: 35px;
  min-width: 50px;
  padding-left: 200px;
  flex-wrap: nowrap;
}
.regional-header-middle-section p {
  font-size: 1.7rem;
}
}
@media (min-width: 510px) and (max-width:924px) {
/* For mobile phones: */
.regional-header-middle-section{
  margin-right: 35px;
  min-width: 50px;
  padding-left: 150px;
  flex-wrap: nowrap;
}
.regional-header-middle-section p {
  font-size: 1.5rem;
}
}
@media (min-width: 290px) and (max-width:510px) {
/* For mobile phones: */
.regional-header-middle-section{
  margin-right: 35px;
  min-width: 50px;
  padding-left: 30px;
  flex-wrap: nowrap;
}
.regional-header-middle-section p {
  font-size: 1.3rem;
}

}





.regional-wrapper-div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 120px;
  padding-left: 20px;
  margin-left: 95px;
  flex-wrap: wrap;
  
  
}
@media (min-width: 90px) and (max-width:810px) {
  /* For mobile phones: */
  .regional-wrapper-div{
    margin-left: 20px;
   
  }
  }
  
.collector {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgb(252, 252, 252, 0.4);
  padding: 30px;
  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;
  backdrop-filter: blur(4px);
  padding-bottom: 50px;
  width: 80vw;
  flex-wrap: wrap;
}


.regional-div-1 {
  display: flex;
  flex-direction: column;
  width:auto;
  margin-bottom: 50px;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-style: oblique;
  
}
.regional-div-1 p {
font-size: 1.2rem;
}
@media (min-width: 90px) and (max-width:810px) {
  /* For mobile phones: */
  .regional-div-1 p{
    font-size: 0.8rem;
   
  }
  }


#index-nav-logo {
  width: 55px;
}

.regional-sidebar{
  display: flex;
  flex-direction: column;
  position: fixed;
  justify-content: center;
  text-align: center;
  background-color: rgb(214, 214, 214);
  left: 0;
  bottom: 45px;
  top: 85px;
  width: 95px;
  z-index: 100;
  border-right-color: rgb(255, 72, 0);
  border-right-width: 2px;
  border-right-style: solid;
  z-index: 200;
  overflow: hidden;
  background-image: url(/thumb/homepage_Elemente/sidebar1.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-attachment: fixed;
  background-size: auto;
}
.regional-link
{
  display: flex;
  height: 45vh;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: black;
  min-width: 95px;
  font-size: 13px;
  font-weight: 600;
}
.regional-link:hover
{
  background-color: rgb(255, 72, 0);
  transition: background-color 0.3s;
  color: white;
  text-decoration: none;
}
.vereins-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 50vw;
  margin-top: 10px;
}
.vereins-text p{
 font-size: 1.7rem;
}
@media (min-width: 411px) and (max-width:810px) {
  /* For mobile phones: */
  .vereins-text p{
    font-size: 1.2rem;
   }
  }
  @media (min-width: 90px) and (max-width:410px) {
    /* For mobile phones: */
    .vereins-text p{
      font-size: 1.2rem;
     }
    }