/*
Theme Name:   Divi-child-bhp-v6 Theme
Theme URI:    -
Description:  Child Theme for BHP Template Version 6
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
*/
/* overpass-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Overpass';
  font-style: normal;
  font-weight: 400;
  src: url('https://roeser-webseiten.de/fonts/overpass-v12-latin-regular.woff2') format('woff2'),
       url('https://roeser-webseiten.de/fonts/overpass-v12-latin-regular.ttf') format('truetype');
}
/* overpass-500 - latin */
@font-face {
  font-display: swap;
  font-family: 'Overpass';
  font-style: normal;
  font-weight: 500;
  src: url('https://roeser-webseiten.de/fonts/overpass-v12-latin-500.woff2') format('woff2'),
       url('https://roeser-webseiten.de/fonts/overpass-v12-latin-500.ttf') format('truetype');
}
/* anton-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Anton';
  font-style: normal;
  font-weight: 400;
  src: url('https://roeser-webseiten.de/fonts/anton-v9-latin-regular.woff2') format('woff2'),
       url('https://roeser-webseiten.de/fonts/anton-v9-latin-regular.ttf') format('truetype');
}
/* General Styling */
:root {
   --colorSubmitButton:#feca64;
  --colorSubmitButtonHover:#C33F13;
  --fontDefault:'Overpass', sans serif;
  --fontHeader:'Anton', sans-serif;
  --fontETmodules:'ETmodules';
}
body, #cmplz-document, #cmplz-document p {
  font-family:var(--fontDefault);
  font-weight:normal;
  word-wrap: unset; 
}
#page-container, #main-header {
  margin:auto;
  position:relative;
}
h1, h2, h3, h4, h5, h6{
  font-family: var(--fontHeader);
  padding-bottom: 1.3em;
}
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;
}
p:not(.has-background):last-of-type + ul {
  padding-top: 1em;
}
.link-d a{
  color:#fff;
}
/* menu styles */
#et-info{
  width: 100%;
}
#top-header .container #et-info{
  text-align: left;
}
#top-header .et-social-icons{
  float: right;
}
/* 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;
}
/* Grid / Layout */
@media screen and (min-width: 576px){
  .d-flex .et_pb_column{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
  }
  .d-flex .et_pb_module{
    margin-bottom: 0 !important;
  }
}
@media (max-width: 768px) {
  .d-flex-lg .et_pb_column{
    display: block;
  }
}
@media (min-width: 981px) {
  .dipi_star_rating_1, .dipi_star_rating_0, .dipi_star_rating_2{
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width:980px){
  .swap-on-mobile {
      display: flex !important;
      flex-direction: column-reverse;
  }
  .swap-on-mobile .et_pb_column_1_2{
    margin-bottom: 0;
  }
  .swap-on-mobile .et_pb_column_1_2.et-last-child{
    margin-bottom: 30px;
  }
}

/* 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{
  text-decoration: underline;
}
/*footer styles */
.bottom-nav{
  text-align: center;
}
#footer-bottom{
  display: none;
}
#et-footer-nav .bottom-nav li.current-menu-item a, .widget_nav_menu li.current-menu-item a{
  text-decoration: underline !important;
}