/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.20.0.1677078471
Updated: 2023-02-22 16:07:51

*/

/*
Theme Name: Divi Child
Author: Pfeffermühle
Description: Your description goes here
Version: 1.0
Template: Divi

This is the child theme for Divi theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

/*Footermenü vertical*/
/*make the menu items fullwidth and add space between them*/

.dl-v-menu .et_pb_menu_inner_container,
.dl-v-menu .et_pb_menu__wrap,
.dl-v-menu .et_pb_menu__menu,
.dl-v-menu.et_pb_menu .et_pb_menu__menu>nav,
.dl-v-menu.et_pb_menu .et_pb_menu__menu>nav>ul {
    display: block;
}

.dl-v-menu .et_mobile_nav_menu {
    display: none;
}
.dl-v-menu a:before {
    content: '';
    background: gray;
    display: block;
    position: absolute;
    width: 10px;
    height: 2px;
    top: .6em;
    left: -20px;
    opacity: 0;
    transition: all .3s ease-in-out;
}

.dl-v-menu a:hover:before {
    left: -10px;
    opacity: 1;
}

.dl-v-menu a:hover {
    padding-left: 5px;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}	
/*********************** Fonts ***********************/
p h5 h6 {
	font-family: 'Visby-regular';
   	 }
h1 h2 h3 h4 {
	font-family: 'cinzel-regular';   
   	 }
	
/* cinzel-regular*/
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'cinzel-regular';
  font-style: normal;
  font-weight: 400;
  src: url('https://medien.pfeffermuehle.com/wp-content/uploads/et-fonts/Cinzel-Regular.eot'); /* IE9 Compat Modes */
  src: url('https://medien.pfeffermuehle.com/wp-content/uploads/et-fonts/Cinzel-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://medien.pfeffermuehle.com/wp-content/uploads/et-fonts/Cinzel-Regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('https://medien.pfeffermuehle.com/wp-content/uploads/et-fonts/Cinzel-Regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('https://medien.pfeffermuehle.com/wp-content/uploads/et-fonts/Cinzel-Regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('https://medien.pfeffermuehle.com/wp-content/uploads/et-fonts/Cinzel-Regular.svg#Cinzel-Regular') format('svg'); /* Legacy iOS */
}
  /* Visby-regular*/
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Visby-regular';
  font-style: normal;
  font-weight: normal;
    src: url('/medien.pfeffermuehle/wp-content/uploads/et-fonts/et-fonts/VisbyRoundCF-Regular.eot');
    src: url('/medien.pfeffermuehle/wp-content/uploads/et-fonts/et-fonts/VisbyRoundCF-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('/medien.pfeffermuehle/wp-content/uploads/et-fonts/et-fonts/VisbyRoundCF-Regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('/medien.pfeffermuehle/wp-content/uploads/et-fonts/et-fonts/VisbyRoundCF-Regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
        url('/medien.pfeffermuehle/wp-content/uploads/et-fonts/et-fonts/VisbyRoundCF-Regular.ttf') format('truetype'),  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
        url('/medien.pfeffermuehle/wp-content/uploads/et-fonts/et-fonts/VisbyRoundCF-Regular.svg#VisbyRoundCF-Regular') format('svg'); /* Legacy iOS */
}