/*
Theme Name: egpromotion Child
Description: Responsive Wordpress Theme
Template: Divi
Version: 1.0
Author: You
Author URI: https://egpromotion.com
License URI: https://egpromotion.com
Text Domain: egpromotion
*/

/* Bildstreifen */

.fb-gallery-grid {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap: 2em;
      width: 100%;
      height: 100%;
}

.fb-gallery-items {
      width: 100%;
      height: 100%;
}

.fb-gallery-image {
      position: relative;
      object-fit: cover;
      width: 100%;
      height: 500px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
}

.first-image {
      border-radius: 60px 0 0 0;
}

.last-image {
      border-radius: 0 0 60px 0;
}

.fb-gallery-grid-alt {
      grid-template-columns: 1.5fr 2fr 1.5fr !important;
      margin-top: 2em;
      margin-bottom: 2em;
}

.fb-gallery-text {
      display: flex;
      width: 100%;
      height: 100%;
      font-size: 30px;
      font-family: "Quiche Text Regular", Helvetica, Arial, Lucida, sans-serif;
      color: #ffffff;
      opacity: 0;
      align-items: center;
      justify-content: center;
      transition: all .30s ease-in-out
}

.text-button-end {
      padding-bottom: 20px;
}


@media screen and (max-width:768px) {
      #top-header a {
            position: relative !important;
            right: 0px;
      }

      #et-info {
            text-align: center;
      }
}

@media screen and (max-width:768px) {
      .fb-gallery-grid {
            grid-template-columns: 1fr !important;
      }
}