/*
Theme Name: Divi-Child
Description: Divi Childtheme
Author: Christine Mueller
Author URI: https://premium-branding.de/
Template: Divi
Version: 1.0
Tags:
*/
/*Füge deinen Code unter dieser Zeile ein. Nutze ggf. !important, um Styles aus dem Haupttheme zu überschreiben.*/

/*** Take out the divider line between content and sidebar ***/
#main-content .container:before {background: none;}

/*** Expand the content area to fullwidth ***/
@media (min-width: 981px){
#left-area {
    width: 100%;
    padding: 30px 30px 90px !important;
    float: none !important;
}
}

/*** Hide Sidebar ***/
#sidebar {display:none;}

/***Entfernt die Bullet Points***/
.wplo-bullet ul {
list-style-type: none!important;
list-style-position:outside !important;
}
/***Fügt den Icon vor den Text ein***/
.wplo-bullet ul li:before {
content: "\4e";
font-family: 'ETmodules';
font-size: 20px;
color: #c89933;
float: left;
padding-right: 5px;
}

.block {
  display: block;
  width: 100%;
  border: none;
  text-align: center;
}

/* Hide header + footer-widgets on landing page x */
.page-id-1466 #main-header { display:none; }
.page-id-1466 #footer-widgets { display:none; }
.page-id-19 #page-container {
padding-top:0px !important
}

.page-id-8 #page-container {
padding-top:0px !important
}

.page-id-18811508 #footer-widgets { display:none; }



/* Aktuellen Hauptmenü-Link unterstreichen bzw. Strich oberhalb */
#top-menu li.current-menu-item > a,
.et-fixed-header #top-menu li.current-menu-item > a{
border-top: 2px solid #4c6970; /*** Farbe und Stärke der Linie ***/
padding-top: 20px !important;
}
/* raleway-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  src: url('../et-fonts/raleway-v28-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('../et-fonts/raleway-v28-latin-300.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* raleway-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url('../et-fonts/raleway-v28-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('../et-fonts/raleway-v28-latin-regular.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* raleway-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: url('../et-fonts/raleway-v28-latin-600-1.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('../et-fonts/raleway-v28-latin-600-1.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

