/*
 Theme Name:     Divi Child-Theme
 Theme URI:      http://www.elegantthemes.com
 Description:    Divi Child-Theme
 Author:         Divi.world
 Author URI:     https://divi.world
 Template:       Divi
 Version:        1.0.0
*/
 
/* =Ab hier kannst du deine CSS-Anpassungen eintragen
------------------------------------------------------- */


/* preferably this one */
.jdgm-rev-widg__header {
    display: none;
}

@media only screen and (min-width: 1000px) {
  .jdgm-rev.jdgm-rev {
    width: calc(25% - 15px) !important;
  }
}

@media all and (min-width: 350px) and (max-width: 999px){
  .jdgm-rev.jdgm-rev {
    width: calc(50% - 15px) !important;
  }
}

.jdgm-paginate__page {
	color: white;
}

@media (max-width: 1000px) {
  .ctm_row .et_pb_image {
    float: left;
    width: 35%;
    height: 100%!important;
}
}