/*
Theme Name:   Divi-child-basic-v9 Theme
Theme URI:    -
Description:  Child Theme for BHP Basic Template Version 9
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
*/

/* mulish-regular - latin */
@font-face {
  font-display: swap; 
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 400;
  src: url('https://roeser-webseiten.de/fonts/mulish-v13-latin-regular.woff2') format('woff2'), 
       url('https://roeser-webseiten.de/fonts/mulish-v13-latin-regular.ttf') format('truetype'); 
}
/* mulish-600 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 600;
  src: url('https://roeser-webseiten.de/fonts/mulish-v13-latin-600.woff2') format('woff2'), 
       url('https://roeser-webseiten.de/fonts/mulish-v13-latin-600.ttf') format('truetype');
}

/* libre-baskerville-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Libre Baskerville';
  font-style: normal;
  font-weight: 400;
  src: url('https://roeser-webseiten.de/fonts/libre-baskerville-v14-latin-regular.woff2') format('woff2'), 
       url('https://roeser-webseiten.de/fonts/libre-baskerville-v14-latin-regular.ttf') format('truetype'); 
}
/* libre-baskerville-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Libre Baskerville';
  font-style: normal;
  font-weight: 700;
  src: url('https://roeser-webseiten.de/fonts/libre-baskerville-v14-latin-700.woff2') format('woff2'),
       url('https://roeser-webseiten.de/fonts/libre-baskerville-v14-latin-700.ttf') format('truetype'); 
}

:root {
	--colorSubmitButton:#146eb6;
  --colorSubmitButtonHover:#565656;
  --colorNavigationActive:#146eb6;
	--fontDefault:'Mulish',sans-serif;
	--fontHeader:'Libre Baskerville', serif;
	--fontETmodules:'ETmodules';
}

/* General Styling */
* {
  margin: 0;
  padding: 0;
}
body{
  font-family:var(--fontDefault);
  font-weight:normal;
}
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;
}
ul + h2, ul + h3 {
	padding-top: 1.5em;
}
#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;
}

/* menu Styles */
#top-menu li a.ds-menu-active, #et_mobile_nav_menu li a.ds-menu-active {
	text-decoration: underline;
	text-underline-offset: 12px;
	text-decoration-color: var(--colorNavigationActive);
	text-decoration-thickness: 4px;
}

/* 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);
}

/* footer  */
.footer-widget .sub-menu {
  margin-top: .5em;
}
.bottom-nav{
  text-align: center;
}
footer li.current-menu-item a {
	text-decoration: underline;
}
#footer-bottom{
  display: none;
}