/*
Theme Name:   Divi-child-bhp-v3 Theme
Theme URI:    -
Description:  Child Theme for BHP Template Version 3
Author:       Röser MEDIA
Author URI:   -
Template:     Divi
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

/* raleway-regular - latin */
@font-face {
  font-display: swap; 
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url('https://roeser-webseiten.de/fonts/raleway-v28-latin-regular.woff2') format('woff2'),
       url('https://roeser-webseiten.de/fonts/raleway-v28-latin-regular.ttf') format('truetype');
}
/* raleway-600 - latin */
@font-face {
  font-display: swap;
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: url('https://roeser-webseiten.de/fonts/raleway-v28-latin-600.woff2') format('woff2'),
       url('https://roeser-webseiten.de/fonts/raleway-v28-latin-600.ttf') format('truetype');
}
/* source-sans-3-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 400;
  src: url('https://roeser-webseiten.de/fonts/source-sans-3-v9-latin-regular.woff2') format('woff2'),
       url('https://roeser-webseiten.de/fonts/source-sans-3-v9-latin-regular.ttf') format('truetype');
}
/* source-sans-3-600 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 600;
  src: url('https://roeser-webseiten.de/fonts/source-sans-3-v9-latin-600.woff2') format('woff2'), 
       url('https://roeser-webseiten.de/fonts/source-sans-3-v9-latin-600.ttf') format('truetype'); 
}

/* General Styling */
:root {
  --colorSubmitButton:#756C63;
  --colorSubmitButtonHover:#556672;
  --fontDefault:'Raleway', sans serif;
  --fontHeader:'Source Sans 3', sans-serif;
  --fontETmodules:'ETMODULES';
}
body, #cmplz-document, #cmplz-document p {
  font-family:var(--fontDefault);
}
#page-container, #main-header,footer {
  margin:auto;
}
h1, h2, h3, h4, h5, h6{
  font-family: var(--fontHeader);
}
#main-content a:not(.et_pb_button), #footer-widgets .footer-widget a{
  text-decoration: underline;
}
#main-content a.et_pb_button, #main-content a.et-pb-arrow-next, #main-content a.et-pb-arrow-prev{
  text-decoration: none;
}
p + h2, p + h3, p + h4, p + h5, p + h6, h1 + div h2:first-child {
  padding-top: 1.4em;
}
/*header styles */
.et_header_style_centered #main-header{
  padding: 0;
}
.et_mobile_menu li .sub-menu li a{
  font-family: var(--fontDefault) !important;
}

/* content styles */
.li-check ul{
  list-style: none;
  padding-left: 0;
}
.li-check ul li{
  padding-left: 28px;
  position: relative;
  margin-bottom: .6em;
}
.li-check ul li::before{
  content: '\5a';
  position: absolute;
  left: 0;
  font-family: var(--fontETmodules);
}
@media screen and (max-width:980px){
  .swap-on-mobil {
        display: flex;
        flex-direction: column-reverse;
    }
}
/* Slider Styles */
.et-pb-controllers a, [class*=dipi_] .swiper-pagination .swiper-pagination-bullet{
  border-radius: 50px;
    width: 15px;
    height: 15px;
    margin-right: 28px;
    opacity: 1;
}
.et-pb-arrow-prev, .et-pb-arrow-next{
  opacity: .7;
}
.et-pb-arrow-prev{
  left: 22px;
}
.et-pb-arrow-next{
  right: 22px;
}
/* Footer Styles */
#et-footer-nav .bottom-nav li.current-menu-item a, .widget_nav_menu li.current-menu-item a, #et-secondary-nav li.current-menu-item a, #footer-widgets .footer-widget li.current-menu-item a{
  text-decoration: underline;
}
#et-footer-nav .bottom-nav li.current-menu-item a, .menu-widgetmenue li.current-menu-item a{
  text-decoration: underline;
}
/* contact form */
div.wpforms-container-full button[type=submit]:not(:hover):not(:active){
  background-color: var(--colorSubmitButton);
}
div.wpforms-container-full button[type=submit]:hover{
  background-color: var(--colorSubmitButtonHover);
}
div.wpforms-container-full .wpforms-field-sublabel, .wp-core-ui div.wpforms-container-full .wpforms-field-sublabel,
div.wpforms-container-full .wpforms-field-description, div.wpforms-container-full .wpforms-field-limit-text, .wp-core-ui div.wpforms-container-full .wpforms-field-description, .wp-core-ui div.wpforms-container-full .wpforms-field-limit-text{
    color: #000;
}
