/*
Theme Name:   Divi-child-basic-v2 Theme
Theme URI:    -
Description:  Child Theme for BHP Basic Version 2
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-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: url('https://roeser-webseiten.de/fonts/nunito-v23-latin-regular.woff2') format('woff2'),
       url('https://roeser-webseiten.de/fonts/nunito-v23-latin-regular.ttf') format('truetype');
}
/* nunito-600 - latin */
@font-face {
  font-display: swap;
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  src: url('https://roeser-webseiten.de/fonts/nunito-v23-latin-600.woff2') format('woff2'),
       url('https://roeser-webseiten.de/fonts/nunito-v23-latin-600.ttf') format('truetype'); 
}
/* el-messiri-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'El Messiri';
  font-style: normal;
  font-weight: 400;
  src: url('https://roeser-webseiten.de/fonts/el-messiri-v22-latin-regular.woff2') format('woff2'),
       url('https://roeser-webseiten.de/fonts/el-messiri-v22-latin-regular.ttf') format('truetype');
}
/* el-messiri-600 - latin */
@font-face {
  font-display: swap; 
  font-family: 'El Messiri';
  font-style: normal;
  font-weight: 600;
  src: url('https://roeser-webseiten.de/fonts/el-messiri-v22-latin-600.woff2') format('woff2'),
       url('https://roeser-webseiten.de/fonts/el-messiri-v22-latin-600.ttf') format('truetype');
}

:root {
  --colorSubmitButton:#e56b6f;
  --colorSubmitButtonHover:#6d597a;
  --colorNavigationActive:#e56b6f;
  --fontDefault: 'Nunito', Arial, Helvetica, sans-serif;
  --fontHeader: 'El Messiri',sans-serif;
  --fontETmodules:'ETmodules';
}

/* general styles */
* {
  margin: 0;
  padding: 0;
}
body{
  font-family:var(--fontDefault);
  word-wrap: unset; 
}
#page-container{
  max-width:1920px !important;
  margin:auto;
  position:relative;
}
/*headline stylkes */
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), #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;
}
/* menu styles */
#top-menu a{
  position:relative;
}

#top-menu li.ds-menu-active a, #et_mobile_nav_menu li.ds-menu-active a{
  text-decoration: underline;
  text-underline-offset: 12px;
  text-decoration-color: var(--colorNavigationActive);
  text-decoration-thickness: 2px;
}
.et_menu_container, #top-header .container{
  width:90%;
}
@media screen and (min-width:981px){
  #et-top-navigation{
    padding-left: 0 !important;
    clear: both;
    float: none;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
}

/* content styles */
@media screen and (min-width:769px){
  #home .row-100vh{
    display: flex;
    flex-direction: row;
  }
}
@media screen and (min-width:981px){
  .et_pb_row.swap-on-mobile{
    display:flex;
    flex-direction:row-reverse;
  }
  .swap-on-mobile .col-lm-3{
    margin-right: 0% !important;
  }
   .et_pb_row.swap-on-mobile .et_pb_column.et-last-child, .et_pb_row.swap-on-mobile .et_pb_column:last-child{
    margin-right: 3% !important;
  }
}
@media (max-width: 980px){
  .et_pb_scroll_top.et-pb-icon .dipi_btt_wrapper{
    font-size: 50px !important;
  }
}
@media (max-width: 768px){
  .et_pb_scroll_top.et-pb-icon{
    display: none !important;
  }
  #sidebar .et_pb_image{
    margin: auto;
    max-width: 64px;
  }
}
/* Slider Styles */
.et-pb-controllers a{
  border-radius: 50px;
    width: 15px;
    height: 15px;
    margin-right: 28px;
}
.et-pb-arrow-prev, .et-pb-arrow-next{
  opacity: .7;
}
.et-pb-arrow-prev{
  left: 22px;
}
.et-pb-arrow-next{
  right: 22px;
}
/* footer stlyes */
#footer-widgets{
  padding-bottom: 21px;
  margin-bottom: 21px;
}
footer .social-links__list{
  padding-top:1em !important;  
}
.social-links__list li{
  float: left;
  padding-left: 0 !important;
  padding-right:28px;
}
.social-links__list li:last-of-type, .social-icon:last-of-type{
  padding-right:0;
}
.social-links__list img{
  width:32px;
}
#et-footer-nav{
  clear: both;
}
#menu-footer-menue li{
  display:block;
  padding:6px 0;
}
#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{
  text-decoration: underline;
}
@media screen and (min-width: 576px){
  #menu-footer-menue{
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  #menu-footer-menue li{
    padding:0;
    display: inline-block;
  }
  #menu-footer-menue li a{
    padding:0 12px;
    border-right:2px solid #fff;
  }
  #menu-footer-menue li:last-of-type a{
    border-right:none;
  }
}
@media screen and (min-width:768px){
  #main-footer .footer-widget h4 {
    margin-bottom: 1.3em;
  }
  #custom_html-3 h4{
    display:block;
  }
}
@media screen and (min-width:981px){
  .et_pb_gutters3 .footer-widget{
    margin-bottom: 0px;
  }
}
.li-check ul{
  list-style: none;
  padding-left: 0;
}
.li-check li{
  position: relative;
  padding-left: 28px;
}
.li-check li::before{
  content: '\5a';
  font-family: var(--fontETmodules);
  position: absolute;
    left: 0;
    top: 0;
}