/* 
Masonry Gallery mehrere Breiten
*/
 

/*====SECHS BILDER NEBENEINANDER====*/


.sechs-bilder .et_pb_gallery .et_pb_gallery_items {
  column-count: 6; /* number of columns for desktop */
  column-gap: 10px; /* column spacing */
}
 
@media only screen and (max-width: 1200px) {
  .sechs-bilder .et_pb_gallery .et_pb_gallery_items {
    column-count: 5; /* number of columns for tablet devices */
  }
}

@media only screen and (max-width: 980px) {
  .sechs-bilder .et_pb_gallery .et_pb_gallery_items {
    column-count: 4; /* number of columns for tablet devices */
  }
}
@media only screen and (max-width: 767px) {
  .sechs-bilder .et_pb_gallery .et_pb_gallery_items {
    column-count: 2; /* number of columns for mobile devices */
  }
}
 
.sechs-bilder .et_pb_gallery .et_pb_gallery_items .et_pb_gallery_item {
  width: 100%;
  margin: 0px 0px 10px 0 !important; /* replace 10px to change row spacing */
  float: none !important;
}

/*====FÜNF BILDER NEBENEINANDER====*/


.fuenf-bilder .et_pb_gallery .et_pb_gallery_items {
  column-count: 5; /* number of columns for desktop */
  column-gap: 10px; /* column spacing */
}
 
@media only screen and (max-width: 1200px) {
  .fuenf-bilder .et_pb_gallery .et_pb_gallery_items {
    column-count: 4; /* number of columns for tablet devices */
  }
}

@media only screen and (max-width: 980px) {
  .fuenf-bilder .et_pb_gallery .et_pb_gallery_items {
    column-count: 3; /* number of columns for tablet devices */
  }
}
@media only screen and (max-width: 767px) {
  .fuenf-bilder .et_pb_gallery .et_pb_gallery_items {
    column-count: 2; /* number of columns for mobile devices */
  }
}
 
.fuenf-bilder .et_pb_gallery .et_pb_gallery_items .et_pb_gallery_item {
  width: 100%;
  margin: 0px 0px 10px 0 !important; /* replace 10px to change row spacing */
  float: none !important;
}

/*====VIER BILDER NEBENEINANDER====*/


.vier-bilder .et_pb_gallery .et_pb_gallery_items {
  column-count: 4; /* number of columns for desktop */
  column-gap: 10px; /* column spacing */
}
 
@media only screen and (max-width: 980px) {
  .vier-bilder .et_pb_gallery .et_pb_gallery_items {
    column-count: 3; /* number of columns for tablet devices */
  }
}
@media only screen and (max-width: 767px) {
  .vier-bilder .et_pb_gallery .et_pb_gallery_items {
    column-count: 2; /* number of columns for mobile devices */
  }
}
 
.vier-bilder .et_pb_gallery .et_pb_gallery_items .et_pb_gallery_item {
  width: 100%;
  margin: 0px 0px 10px 0 !important; /* replace 10px to change row spacing */
  float: none !important;
}


/*====DREI BILDER NEBENEINANDER====*/


.drei-bilder .et_pb_gallery .et_pb_gallery_items {
  column-count: 3; /* number of columns for desktop */
  column-gap: 10px; /* column spacing */
}
 
@media only screen and (max-width: 980px) {
  .drei-bilder .et_pb_gallery .et_pb_gallery_items {
    column-count: 2; /* number of columns for tablet devices */
  }
}
@media only screen and (max-width: 767px) {
  .drei-bilder .et_pb_gallery .et_pb_gallery_items {
    column-count: 2; /* number of columns for mobile devices */
  }
}
 
.drei-bilder .et_pb_gallery .et_pb_gallery_items .et_pb_gallery_item {
  width: 100%;
  margin: 0px 0px 10px 0 !important; /* replace 10px to change row spacing */
  float: none !important;
}