/*
 Theme Name: Marketing-Allrounder-Child-Theme
 Theme URI: https://www.marketing-allrounder.de/
 Description: Dies ist ein <b>ready-to-start</b> Child-Theme f&uuml;r Divi. Entwickelt und bereitgestellt von den Divi Masterminds. Dieses Theme beinhaltet alle notwendigen Dateien, um den schnellen und einfach Start zu erm&ouml;glichen.
 Author: Marketing Allrounder - Michael Hund
 Author URI: https://www.marketing-allrounder.de/
 Template: Divi
 Version: 1.0.0
 Tag: divi, child-theme, marketing-allrounder, marketing 
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/*  ==================================================================
	STANDARD CSS =====================================================
	==================================================================  */

/* Schrift einbinden */
@font-face {
  font-family: 'Frutiger';
  font-style: normal;
  src: url('fonts/Frutiger-Light.woff') format('woff');}

@font-face {
  font-family: 'Frutiger';
  font-style: italic;
  src: url('fonts/Frutiger-Light-Italic.woff') format('woff');}
  
.et_pb_column .et_pb_module h1 {
  font-size: 36px;
  font-weight:500;
  text-transform: uppercase;
}
.et_pb_column .et_pb_module h2 {
  font-size: 28px;
  font-weight:400;
}
.et_pb_column .et_pb_module h3 {
  font-size: 26px;
  font-weight:300;
}
.et_pb_column .et_pb_module h4 {
  font-size: 24px;
  font-weight:300;
}
.et_pb_column .et_pb_module h5 {
  font-size: 22px;
  font-weight:300;
}
.et_pb_column .et_pb_module h6 {
  font-size: 20px;
  font-weight:300;
}

/* Inhalte vertikal mittig ausrichten */
.align_vertically >.et_pb_column {
margin-top:auto;
margin-bottom:auto;
}


/* Align Buttons in bottom of a row */
.bottom_fixed_buttons .et_pb_column {
padding-bottom:10px;
}
.bottom_fixed_buttons .et_pb_button_module_wrapper {
       position: absolute;
       bottom: -25px;
       left: 0;
       right: 0;
      margin: auto;
}

/* Aufzählungszeichen formatieren */
ol, ul {
    list-style: square !important;
	margin-left: 10px;
}

ul li::marker, 
ol li::marker {
  color: #68C0BA!important;
}


.nav li ul {
    width: 350px;
}
.nav li li ul {
    left: 350px;
}