/*
Theme Name:   Divi-child-bhp-v4 Theme
Theme URI:    -
Description:  Child Theme for BHP Template Version 4
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
*/

/* hind-regular - latin */
@font-face {
  font-display: swap; 
  font-family: 'Hind';
  font-style: normal;
  font-weight: 400;
  src: url('https://roeser-webseiten.de/fonts/hind-v16-latin-regular.woff2') format('woff2'),
       url('https://roeser-webseiten.de/fonts/hind-v16-latin-regular.ttf') format('truetype');
}

/* hind-600 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Hind';
  font-style: normal;
  font-weight: 600;
  src: url('https://roeser-webseiten.de/fonts/hind-v16-latin-600.woff2') format('woff2'),
       url('https://roeser-webseiten.de/fonts/hind-v16-latin-600.ttf') format('truetype');
}
/* bree-serif-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Bree Serif';
  font-style: normal;
  font-weight: 400;
  src: url('https://roeser-webseiten.de/fonts/bree-serif-v7-latin-regular.woff2') format('woff2'),
       url('https://roeser-webseiten.de/fonts/bree-serif-v7-latin-regular.ttf') format('truetype');
}

/* General Styling */
:root {
  --colorSubmitButton:#7D4E25;
  --colorSubmitButtonHover:#787d46;
  --fontDefault:'Hind', sans serif;
  --fontHeader:'Bree Serif', sans-serif;
  --fontETmodules:'ETmodules';
}
body, #cmplz-document, #cmplz-document p {
  font-family:var(--fontDefault);
}
#page-container, #main-header{
  margin:auto;
}
h1, h2, h3, h4, h5, h6{
  font-family: var(--fontHeader);
}
p + h2, p + h3, p + h4, p + h5, p + h6, h1 + div h2:first-child {
  padding-top: 1.4em;
}
#main-content a:not(.et_pb_button){
  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;
}
/* menu styles */
.mobile_menu_bar::before,.mobile_menu_bar::after, .et_toggle_slide_menu::after{
  font-size:42px;
  color:#fff;
}
#top-menu a, #top-menu.nav li ul li.current-menu-item a, #top-menu.nav li ul a, .et-menu-nav ul.et-menu ul.sub-menu li a{
  font-family: var(--fontHeader);
}
.et_mobile_menu li > .sub-menu > li > a{
  font-family: var(--fontDefault) !important;
}
/* Slider Styles */
.et-pb-controllers a{
  border-radius: 50px;
    width: 15px;
    height: 15px;
    margin-right: 28px;
}
.et-pb-arrow-prev{
  left: 22px;
}
.et-pb-arrow-next{
  right: 22px;
}
/* content styles */
.d-flex-3 .et_pb_column{
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
.d-flex-3 .et_pb_column .et_pb_image{
  margin: 0 auto;
}
@media (max-width: 980px) {
  .et_pb_column.et_pb_column_empty.fill-bg{
     display: block;
  }
  .swap-on-mobile {
    display: flex;
    flex-direction: column-reverse;
  }
}
.leistungen-uebersicht .et_pb_blurb_container{
  width:90%;
  margin:auto;
}
/* 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;
}
/* Footer Styles */
#et-footer-nav .bottom-nav li.current-menu-item a, #menu-footermenue li.current-menu-item a{
  text-decoration: underline;
}
.footer-widget #text-4{
  display: block;
  clear: both;
  width: 100%;
  margin-bottom: 0;
}