/*
 Theme Name:     Divi Child Theme
 Theme URI:      http://www.elegantthemes.com
 Description:    Child Theme für Divi Theme by Elegant Themeson CHECK5
 Author:         Rainer Deckert
 Author URI:     https://check5.de
 Template:       Divi
 Version:        1.0.0
*/
 
/* =Ab hier kannst du deine CSS-Anpassungen eintragen
------------------------------------------------------- */
.moove-gdpr-branding-cnt span{visibility:hidden;}
.moove-gdpr-branding-cnt span:before{content:"CHECK5";visibility:visible;}

.slider-fcb{color:#00814a;font-weight:800;font-size:60px;text-shadow: 2px 2px 4px #ffffff;}

.et_pb_gallery_title{display:none;}
.mfp-bottom-bar{display:none;}

.et_pb_gallery_image img {
height: 200px;
object-fit: cover;
}

.pdf-download {
    display: inline-flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 8px;
}

.pdf-download img {
    display: block !important;
    width: 30px !important;
    height: auto !important;
    margin: 0 !important;
}

.pdf-download span {
    display: inline-block !important;
}

@media (max-width: 767px) {
  .et_pb_gallery_image img {
    width: 100%;
    height: auto;
  }
}
