/*
Theme Name:   Divi-child-bhp-v1 Theme
Theme URI:    -
Description:  Child Theme for BHP Template Version 1
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
*/
/* nunito-sans-regular - latin */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  src: url('https://roeser-webseiten.de/fonts/nunito-sans-v11-latin-regular.woff2') format('woff2'),
       url('https://roeser-webseiten.de/fonts/nunito-sans-v11-latin-regular.woff') format('woff'); 
}
/* play-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Play';
  font-style: normal;
  font-weight: 400;
  src: url('https://roeser-webseiten.de/fonts/play-v17-latin-regular.woff2') format('woff2'),
       url('https://roeser-webseiten.de/fonts/play-v17-latin-regular.ttf') format('truetype');
}
/* play-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Play';
  font-style: normal;
  font-weight: 700;
  src: url('https://roeser-webseiten.de/fonts/play-v17-latin-700.woff2') format('woff2'),
       url('https://roeser-webseiten.de/fonts/play-v17-latin-700.ttf') format('truetype');
}
:root {
  --colorSubmitButton:#9ef01a;
  --colorSubmitButtonHover:#1b4d89;
  --fontDefault:'Nunito Sans', sans serif;
  --fontHeader:'Play', sans serif;
  --fontETmodules:'ETmodules';
}
body, #cmplz-document, #cmplz-document p {
  font-family:var(--fontDefault);
  word-wrap: unset; 
}
#page-container, #main-header {
  margin: auto;
}
h1, h2, h3, h4 {
  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;
}
p:not(.has-background):last-of-type + ul {
  padding-top: 1em;
}

/* content styles */
.li-check ul{
  list-style: none;
  padding-left: 0;
  line-height: 2em;
}
.li-check ul li{
  padding-left: 28px;
  position: relative;
  display: inline-block;
}
.li-check ul li::before{
  content: '\5a';
  position: absolute;
  left: 0;
  font-family: var(--fontETmodules);
  font-size: 18px;
}

@media screen and (max-width:768px){
  .et_pb_scroll_top.et-pb-icon{
    display: none !important;
  }
}

@media screen and (min-width: 576px){
  .col-3 ul, .col-4 .et_pb_column{
    column-count: 2;
    gap: 30px;
  }
  .grid-3 .et_pb_column{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    gap: 40px;
  }
}
@media screen and (min-width: 981px){
  .col-3 ul, .col-4 .et_pb_column{
    column-count: 3;
  }
}

@media screen and (max-width: 981px){
  .swap-on-mobile{
    display: flex;
    flex-direction: column-reverse;
  }
  .produkte-container .et_pb_column.et_pb_column_empty{
    display: block;
    margin-top: 30px !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;
}
/*footer styles */
#et-footer-nav .bottom-nav 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;
}