/*
Theme Name:   DiviChildSep2020
Description:  Write here a brief description about your child-theme
Author:       Kathrin Schierl
Author URL:   http://www.kathrinschierl.de
Template:     Divi
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  DiviChildSep2020
*/

/* =====================================================
   HEADER & NAVIGATION
   ===================================================== */

/* Mobile Burger Farbe */
.mobile_menu_bar:before {
  color: #aca39a;
}

/* Header Menü Abstand */
#top-menu li {
  padding-right: 38px;
}

/* Header Navigation Abstand oben */
#et-top-navigation {
  margin-top: 30px;
}

/* Logo scharf darstellen */
#logo {
  -webkit-transform: initial;
}

/* Logo im fixierten Header */
.et-fixed-header #logo {
  content: url("https://www.schierl-fotografie.de/wp-content/uploads/KS_Logo_Braun_RGB_Divi-logo_334x150.png");
}

/* =====================================================
   LAYOUT & MODULE
   ===================================================== */

/* Pricing Tables gleiche Höhe */
.et_pb_pricing_table_wrap {
  align-items: normal;
}

/* Module vertikal zentrieren */
.vertical-align {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* =====================================================
   PARALLAX OVERLAYS
   ===================================================== */

.bg-overlay .et_parallax_bg::before,
.bg-white .et_parallax_bg::before {
  content: "";
  position: absolute;
  inset: 0;
}

/* Dunkles Overlay */
.bg-overlay .et_parallax_bg::before {
  background-color: rgba(54, 54, 54, 0.55);
}

/* Helles Overlay */
.bg-white .et_parallax_bg::before {
  background-color: rgba(255, 255, 255, 0.5);
}

/* =====================================================
   BLOG (RAGNAR)
   ===================================================== */

.ragnar_post_v1 .et_pb_post_content ul {
  flex-wrap: wrap;
}

body .ragnar_post_v1 blockquote:before {
  background: #e7e2de !important;
}

/* =====================================================
   LANDINGPAGE – Seite ID 378595
   ===================================================== */

.page-id-378595 #main-header {
  display: none;
}

.page-id-378595 #page-container {
  padding-top: 0 !important;
}

.page-id-378595 #main-footer {
  height: 0;
  overflow: hidden;
}
/* =====================================================
   Mobile Menu – alte DE Adresse ausblenden
   ===================================================== */
@media (max-width: 768px) {
    body div.ddp-menu-3-address {
        display: none !important;
    }
}
