body{
  overflow: scroll;
  background-image: url(/thumb/homepage_Elemente/Galeriaweb1.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/Galeriaweb1.jpg);
      background-repeat: repeat;
      background-position: left top;
      background-attachment: fixed;
      background-size: 100vw; 
    }
    }
.amathsart-header-middle-section{
  display: flex;
  align-items: center;
  justify-content: center;
 
  font-style: oblique;
  padding-left: 85px;
  overflow: hidden;
  width: 100%;
 
  flex-wrap: nowrap;
}
.amathsart-header-middle-section p{
font-size: 2.4rem;
color: rgb(56, 56, 56);
text-shadow: 2px 2px rgba(0, 0, 0, 0.2);
}

@media (min-width: 90px) and (max-width:510px) {
  /* For mobile phones: */
  .amathsart-header-middle-section{
    margin-right: 35px;
    min-width: 50px;
    padding-left: 30px;
    flex-wrap: nowrap;
  }
  .amathsart-header-middle-section p {
    font-size: 1.3rem;
  }
  }
  @media (min-width: 510px) and (max-width:924px) {
    /* For mobile phones: */
    .amathsart-header-middle-section{
      margin-right: 35px;
      min-width: 50px;
      padding-left: 150px;
      flex-wrap: nowrap;
    }
    .amathsart-header-middle-section p {
      font-size: 1.5rem;
    }
    }
@media (min-width: 925px) and (max-width: 1149px) {
  /* For mobile phones: */
  .amathsart-header-middle-section{
    margin-right: 35px;
    min-width: 50px;
    padding-left: 200px;
    flex-wrap: nowrap;
  }
  .amathsart-header-middle-section p {
    font-size: 1.7rem;
  }
  }
  
 
@media (min-width: 1150px) and (max-width:1290px) {
/* For mobile phones: */
.amathsart-header-middle-section{
  margin-right: 35px;
  min-width: 50px;
  padding-left: 190px;
  flex-wrap: nowrap;
}
.amathsart-header-middle-section p {
  font-size: 1.8rem;
}
}


#index-nav-logo {
  width: 55px;
}
.amathsart-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: contain;
  background-size: auto;
}
.amathsart-link
{
  display: flex;
  height: 45vh;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: black;
  min-width: 95px;
  font-size: 13px;
  font-weight: 600;
}
.amathsart-link:hover
{
  background-color: rgb(255, 72, 0);
  transition: background-color 0.3s;
  color: white;
  text-decoration: none;
}


.amathsart-wrapper-div {
  display: flex;
  flex-direction: column; 
  margin-top: 35px;
  flex-wrap: wrap;
  padding-bottom: 50px;
  width: 100vw;
  

 
}

.galerie{

  display: flex;
  flex-wrap: wrap;
  justify-content:center;
  align-items: center;
  gap: 10px;
  min-width: 80%;
  margin-left: 95px;
  margin-top: 140px;
  
}
.galerie img{
 max-width: 25vw;

}
@media (min-width: 90px) and (max-width:330px) {
  /* For mobile phones: */
  .galerie{
    margin-left: 90px;
  }
  }
  @media (min-width: 331px) and (max-width:800px) {
    /* For mobile phones: */
    .galerie{
      margin-left: 110px;
    }
    }
    .warper{
      box-shadow: 5px 5px 21px 0px rgba(0,0,0,0.55);
      text-align: center;
      font-size: 2rem;
      font-weight: 600;
    }

