/*
Theme Name:     Divi-Child
Theme URI:      http://www.digitalexpert.ch
Description:    Child Theme for the Divi theme
Author:         digitalexpert
Author URI:     http://www.digitalexpert.ch
Template:       Divi
Version:        2.0
*/

/*neu ist dieser Teil in Functions.php
@import url('../Divi/style.css');
*/


@media screen and (min-width: 981px) {
    #footer-widgets {
        padding-top: 3%!important;
    }
    .footer-widget {
        margin-bottom: 3%!important;
    }
}
.et_pb_slides .et_pb_slider_container_inner {
    vertical-align: bottom;
}
.et_pb_section_first .et_pb_slide {
    padding-top: 0!important;
}
.et_pb_slide_description {
    padding-bottom: 80px!important;
}



.single_add_to_cart_button.button.alt {
height: 60%;

}

 

/*Text mehr Zeilenabstand
p { line-height: normal; }
h1, h3, h4, h5, h6 { line-height: 125%; }
h2  { line-height: 175%; }*/

/* Startseiten-Silder-Bilder Grössenanpassung 
.et_pb_slide_description { padding-top: 50px; padding-bottom: 50px; }
.et_pb_slide_with_image .et_pb_slide_description { padding-top: 120px; }
.et_pb_slide .et_pb_slide_description { padding-top: 120px; }
.et_pb_slide_image, .et_pb_slide_video { top: 120px; }
.et_pb_slide.et_pb_bg_layout_dark { height: 450px; }
.et_pb_slide.et_pb_bg_layout_light { height: 450px; } */

/* 11.12.2022 dritte Version
#main-content, .et_pb_section { background-size: initial; background-repeat: repeat; background: transparent; }
*/

/*Navigation anpassen
#top-menu li { font-size: 15px; border-right: 1px solid #afafaf; height: 25px; margin-right: 10px; }
ul#top-menu li:last-child { border-right: none; }
.et_fixed_nav #logo { padding-bottom: 14px;}*/

/* Navigations-Text einfärben */ 
#top-menu a:hover { color: rgb(242, 139, 33) !important; }
#top-menu li.current_page_item a { color: rgb(242, 139, 33) }
.children li a:hover { background-color: rgb(251, 246, 229) !important; } 

#top-menu a:hover{ border-bottom: 3px solid #f28b21; }


.et_pb_countdown_timer .section.hours,
.et_pb_countdown_timer .section.minutes,
.et_pb_countdown_timer .section.seconds,
.et_pb_countdown_timer .sep {
display:none;
}
