#content #ga .ga_wrapper {
    display: flex;
    flex-flow: row nowrap;
}

#content #ga #uebersicht_foto #gallery_picture_overview ul,
#content #ga #uebersicht_foto #gallery_picture_overview ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}

#content #ga #uebersicht_foto #gallery_picture_overview ul {
  margin: 30px 0 0 0;
  width: 45%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  position: absolute;
}

#content #ga #uebersicht_foto #gallery_picture_overview ul li {
  width: 31%;
  margin-bottom: 3.333%;
}

@supports(display: grid){
  #content #ga #uebersicht_foto #gallery_picture_overview ul li { 
    width: auto;
    margin-bottom: 0;
  }
}

#content #ga #uebersicht_foto #gallery_picture_overview ul li:nth-child(n+10) {
  display: none;
}

#content #ga #uebersicht_foto #beschreibung {
  width: 50%;
  padding: 60px 10% 10% 18%;
  margin: 80px 0 0 42% !important;
  background: #FCC7C6;
}

@media (min-width: 1460px) {
  div#content .pagetitle_div,
  div#content #scroller {
    margin: 0;
    width: 85% !important;
    padding: 0 0 0 15% !important
  }
}

@media (min-width: 1024px) and (max-width: 1459px) {
  div#content .pagetitle_div,
  div#content #scroller {
    margin: 0;
    width: 85% !important;
    padding: 0 0 0 15% !important
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  div#content .pagetitle_div,
  div#content #scroller {
    margin: 0;
    width: 100% !important;
    padding: 0 !important
  }

  #content #ga #uebersicht_foto #beschreibung {
    padding: 60px 10% 10% 10%;
  }
}

@media (max-width: 767px) {
  #content #ga .ga_wrapper {
    flex-flow: column;
  } 

  #content #ga .ga_wrapper #bilder {
    order: 2;
    margin-top: -80px;
    z-index: 100;
    padding: 0 10px;
  }  

  #content #ga .ga_wrapper #beschreibung {
    order: 1;
    padding-bottom: 60px !important;
  }

  div#content .pagetitle_div,
  div#content #scroller {
    margin: 0;
    width: 100% !important;
    padding: 0 !important;
    position: relative !important;
  }

  #content #ga #uebersicht_foto #gallery_picture_overview ul {
    width: 100%;
    position: relative;
  }

  #content #ga #uebersicht_foto #gallery_picture_overview ul li {

}

  #content #ga #uebersicht_foto #beschreibung {
    width: 90%;
    margin: 0 !important;
    left: 0;
    padding: 5%;
    position: relative !important;
    order: 1;
  }
}



