/*
 Theme Name:     Divi Child-Theme
 Theme URI:      http://www.elegantthemes.com
 Description:    Divi Child-Theme
 Author:         Nicole Jassmann
 Author URI:     https://20000meilen-am-meer.de
 Template:       Divi
 Version:        1.0.0
*/
 
/* =Ab hier kannst du deine CSS-Anpassungen eintragen
------------------------------------------------------- */
header {
	background-color: #e0d9d9 !important;
}
#main-header {
    font-weight: 500;
    line-height: 23px;
}
#main-content {
    background-image: linear-gradient(180deg,#eeebe7 40%,#38353a 100%) !important;
}
.et_header_style_centered #main-header div#et-top-navigation {
    position: relative;
    bottom: 0;
    width: 100%;
	min-height: 20px;
	max-height: 35px;
}
.et_header_style_centered #logo {
    max-height: 100% !important;
}
.et_pb_post {
	background-color: #fff;
	margin-bottom: 60px;
	max-width: 100%;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	z-index: 10;
	box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
}
.et_pb_post .more-link:hover{
	color: #000;
	background: #e0d9d9;
}
.et_pb_post .more-link {
	position: relative;
    padding: .2em .8em;
    border: 1px solid #38353a;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    font-size: 17px;
    font-weight: 500;
    line-height: 2.2em !important;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}
/*Hier wird die Hintergrundfarbe des Balkens geändert*/
.cc_container {
	background: #35383a none repeat scroll 0 0!important;
}

/*Hier wird die Farbe des Buttons angepasst*/
.cc_container .cc_btn, .cc_container .cc_btn:visited {
	color: #fff!important;
	background-color: #ff5f71!important;}

/*Hier wird die Farbe des "Mehr erfahren"-Links angepasst*/
a.cc_more_info {
	color: white!important;
}
.nav li ul {
    visibility: hidden;
    z-index: 9999;
    width: 220px;
	color: #38353a!important;
	border-top: 0px solid;
    border-left: 2px solid #38353a;
    border-top-color: rgb(46, 163, 242);
    opacity: 0;
    background: rgb(0,0,0,.1);
    -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);
}
.nav li ul {
    position: absolute;
    padding: 10px 0;
}