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;
    
  }
 
  }

.news-header-middle-section{
  display: flex;
  align-items: center;
  justify-content: center;
 
  font-style: oblique;
  padding-left: 85px;
  overflow: hidden;
  width: 100%;
 
  flex-wrap: nowrap;
}
.news-header-middle-section p{
font-size: 2.3rem;
color: rgb(56, 56, 56);
text-shadow: 2px 2px rgba(0, 0, 0, 0.2);
}
@media (min-width: 1150px) and (max-width:1290px) {
/* For mobile phones: */
.news-header-middle-section{
  margin-right: 35px;
  min-width: 50px;
  padding-left: 190px;
  flex-wrap: nowrap;
}
.news-header-middle-section p {
  font-size: 1.8rem;
}
}
@media (min-width: 925px) and (max-width: 1149px) {
/* For mobile phones: */
.news-header-middle-section{
  margin-right: 35px;
  min-width: 50px;
  padding-left: 200px;
  flex-wrap: nowrap;
}
.news-header-middle-section p {
  font-size: 1.7rem;
}
}
@media (min-width: 589px) and (max-width:924px) {
/* For mobile phones: */
.news-header-middle-section{
  margin-right: 35px;
  min-width: 50px;
  padding-left: 150px;
  flex-wrap: nowrap;
}
.news-header-middle-section p {
  font-size: 1.5rem;
}
}
@media (min-width: 90px) and (max-width:588px) {
/* For mobile phones: */
.news-header-middle-section{
  margin-right: 35px;
  min-width: 50px;
  padding-left: 50px;
  flex-wrap: nowrap;
}
.news-header-middle-section p {
  font-size: 1.4rem;
}
}
.news-wrapper-div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 120px;
  flex-wrap: wrap;
  padding-bottom: 50px;
 margin-bottom: 5vh;
}
#bg-h1 button{
  border: solid black;
    font-size: 15px;
    padding: 20px;
    cursor: pointer;
    background:lightyellow;
    font-weight: 600;
    border-radius: 10px;
    margin: 5px;
    color: rgb(0, 27, 164);
}
#bg-h1 button:hover{
  font-size: 25px;
}
.collector {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  padding: 50px;
  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(2px);
  margin-left: 95px;
  width: 75vw; 
  margin-bottom: 55px;
}
@media (min-width: 200px) and (max-width: 600px){
.collector {
  margin-left: 30px;
}

}

.facebook-embedded{
  display: flex;
  overflow: scroll;
  max-height: 200px;
  max-width: 30vw;
  margin-bottom: 25px;
}
.news-div-1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 70vw;
  color: rgb(77, 77, 77);
  text-align: center;
  margin-bottom: 25px;
  
}
.news-div-1 img{
  max-width: 20vw;
}
.news-div-1 a{
  text-decoration: none;
}
.news-div-1 h1 {
  color: rgb(22, 0, 88);
 font-size: 2rem;

}
.news-div-1 h2 {
  color: rgb(22, 0, 88);
  font-size: 1.5rem;
}
.news-div-1 h3 {
  color: rgb(22, 0, 88);
  font-size: 1.2rem;
}
.news-div-1 p {
  color: rgb(33, 33, 33);
  font-size: 1.2rem;
}
#bg-h1{
  margin-bottom: 25px;
}
#bg-h1 h1{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 10px;
  border-radius: 15px;
  background: rgb(184, 11, 11);
  color: rgb(255, 255, 255);
}
@media (min-width: 90px) and (max-width: 500px){
  .news-div-1{
  
    margin-left: 15px;
  }
  .news-div-1 h1 {
    font-size: 1rem;
  }
  .news-div-1 h3 {
    font-size: 0.8rem;
  }
  .news-div-1 p {
    font-size: 0.6rem;
  }
  }
.support-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: rgb(77, 77, 77);
 
  margin-bottom: 50px;
}
.support-text h1{
  font-size: 2rem;
  color: rgb(22, 0, 88);

}
.support-text h3{
  font-size: 1.5rem;
  color: rgb(22, 0, 88);

}
.support-text p{
  font-size: 1.1rem;
  color: rgb(28, 28, 28);

}
@media (min-width: 90px) and (max-width: 500px){
  .support-text h1 {
    font-size: 1rem;
  }
  .support-text h3 {
    font-size: 0.8rem;
  }
  .support-text p {
    font-size: 0.6rem;
  }
  }

#index-nav-logo-news {
  width: 55px;
}
.news-sidebar{
  display: flex;
  flex-direction: column;
  position: fixed;
  justify-content: center;
  text-align: center;
  align-items: center;
  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: contain;
  background-size: auto;
}
.news-sidebar-link
{
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: black;
  min-width: 95px;
  font-size: 13px;
}
.news-sidebar :hover
{
  background-color: rgb(255, 72, 0);
  transition: background-color 0.3s;
  text-decoration: none;
}