﻿/*
 Theme Name:     Divi Child Theme
 Theme URI:      http://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Netzgaenger working on Elegant Themes
 Author URI:     https://www.netz-gaenger.de
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

body {background-color:#e6eff8 !important}
H1,h2,h3 {color:#003366 !important}
h2 {    
    font-size: 22px;
    line-height: 1.4em;
}

/* Dropdown menu breiter */
:root {
    --dropdown-menu-width: 300px; /* Hier Menübreite ändern */
  }
  .nav li ul {
    width: var(--dropdown-menu-width);
  }
  #top-menu li li a {
    width: calc(var(--dropdown-menu-width) - 40px);
  }
  
  .et-menu li li a {
    padding: 6px 20px;
    width: 260px;
  }
  .nav li ul {
    position: absolute;
    padding: 20px 0;
    width: 300px;
  }
  
  @media only screen and (min-width: 981px) {
    .nav li ul {
      width: fit-content;
      display: flex;
      flex-direction: column;
    }
    .nav li li {
      white-space: nowrap;
    }
    .nav li li a {
      width: auto !important;
    }
  }


  /* Bild innenrand weiß */
  div.rand img {
	padding: 0 !important;
  outline: 1px solid rgba(255,255,255,0.75);
	outline-offset: -7px;
}

/* mehr Abstand zwischen istenpunkten */
.et_pb_text_inner ul li {
    margin-bottom: .5em !important;
}