/*
 Theme Name:     Divi Child-Theme
 Theme URI:      http://www.elegantthemes.com
 Description:    Divi Child-Theme
 Author:         Divi.world
 Author URI:     https://divi.world
 Template:       Divi
 Version:        1.0.0
*/
 
/* =Ab hier kannst du deine CSS-Anpassungen eintragen
-------------------------------------------------------


/* Linie aus Ausklapp-Menü tilgen */
.nav li ul {

visibility: hidden;
z-index: 9999;
width: 300px;
border-top: 0px solid #2ea3f2;
opacity: 0;
background: #fff;
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
box-shadow: 0 2px 5px rgba(0, 0, 0, .1);

}

/*p {
        -ms-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
      }
   */

/* EU Cookie Law anpassen */

.pea_cook_wrapper {
    position: fixed;
    padding: 8px 21px;
    margin: 0;
    border-radius: 0px !important;
    z-index: 10000;
	text-align: center;
}

.pea_cook_control {
	width:80%;
    padding: 8px 21px;
    margin: 20px auto;
    border-radius: 0px !important;
    z-index: 10000;
	text-align: center;
	color:white;
}

.eu_control_btn {
    border: none;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
	cursor:pointer;
	margin: 10px;
}

.pea_cook_wrapper.pea_cook_topleft {
    top:140px !important;
    left:30px;
	margin-right:5%;
}
.pea_cook_wrapper.pea_cook_topright {
    top:140px !important;
    right:30px;
	margin-left:5%;
}
.pea_cook_wrapper.pea_cook_topcenter {
    top:140px !important;
    left:30px;
	margin: 0 25%;
}
.pea_cook_wrapper.pea_cook_bottomleft {
    bottom:30px;
    left:30px;
	margin-right:5%;
}
.pea_cook_wrapper.pea_cook_bottomright {
    bottom:140px !important;
    right:30px;
	margin-left:5%;
}
.pea_cook_wrapper.pea_cook_bottomcenter {
    bottom:140px !important;
    left:30px;
	margin: 0 25%;
}

.pea_cook_wrapper p{
    bottom: 30px;
    font-family: "helvetica neue", helvetica, arial, sans-serif;
    font-size: 11px;
    margin: 0;
    font-weight: bold;
}
.pea_cook_wrapper a {
    border-bottom: dotted thin #eee;
    text-decoration: none;
}
.pea_cook_wrapper a:hover {
    text-decoration: none;
    border-bottom-style: solid;
}


a#fom, a#pea_close {border-bottom: 1px solid;}
