/*
Theme Name: Divi-Child-Theme
Theme URI: http://www.elegantthemes.com/gallery/divi/
Description: Child theme for the Divi theme
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Template: Divi
Version: 1.0.0
*/
 
/* =Ab hier kannst du deine CSS-Anpassungen eintragen
------------------------------------------------------- */

/* DAMIT DIE SEITE BEIM LADEN NICHT SPRINGT*/
#page-container {
padding-top: 80px;
}


.et_pb_fullwidth_menu .fullwidth-menu-nav > ul {
    padding: 28px 0 0 !important;
    line-height: 1.0em;
}


/* probleme wegen filmstrip slider; standard template wählen + menu header ausblenden*/
.page-id-83 #main-header {
opacity: 0 !important;
}

.page-id-83 .et_pb_section_0 {
padding-top: 0px !important;
}
.page-id-83 #page-container {
padding-top: 0px !important;
}

.page-id-83 #main-footer {
display: none;
}



.et_pb_section.et_section_transparent {
background-color: #333;
}


.et_pb_main_blurb_image {
    margin-bottom: 15px;
    text-align: center;
}

#footer-info {
    float: none;
    text-align: center;
}


#et-info {
    float: right;
}

.et_mobile_menu li a, .nav li li a {
    font-size: 18px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.et_pb_fullwidth_menu_0.et_pb_fullwidth_menu .et_mobile_menu, .et_pb_fullwidth_menu_0.et_pb_fullwidth_menu .et_mobile_menu ul {
    background-color: #666 !important;
}
.et_pb_column {
    float: left;
    position: relative;
    z-index: 0;
    background-position: center;
    background-size: cover;
}

.et_boxed_layout #page-container {
    -webkit-box-shadow: 0 0 0px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 0px 0 rgba(0,0,0,.2);
}




