/*
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
------------------------------------------------------- */


header#main-header {
z-index: 99990;
}

/* Hide the Divi bottom bar on all pages */
#footer-bottom { display:none; }


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

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

#footer-bottom {
    display: none;
}

#logo {
max-width:350px;
}

#et-info {
    float: right;
}

.et_pb_map {
     height: 500px !important;
}


img.alignright {
    display: inline;
    float: right;
    margin-left: 15px;
	margin-bottom: 15px;
}


.et_pb_fullwidth_menu_0.et_pb_fullwidth_menu ul li a {
    text-transform: uppercase;
    font-size: 19px;
    color: #000000 !important;
}


.et_pb_contact p input, .et_pb_contact p textarea {
    padding: 15px;
	}

.et_pb_contact_message {
    min-height: 80px;
}

.widget_nav_menu ul li.current-menu-item a {
    color: #FFFFFF;
}
	

.et_pb_fullwidth_menu .et_mobile_menu, .et_pb_fullwidth_menu .et_mobile_menu ul {
    text-align: left;
    list-style: none !important;
	z-index: 99980;
}

.et_pb_fullwidth_menu span.mobile_menu_bar:before {
    color: #FFFFFF !important;
}


.et_pb_slides .et_pb_slider_container_inner {

    display: table-cell;
    width: 100%;
    vertical-align: top;
}

.btn-inline .et_pb_button_module_wrapper {
    display: inline-block;
    margin: 0 5px;
}

.btn-inline {
    text-align: center !important;
}


/* FULL WIDTH MENU STICKY*/

@media screen and (min-width: 981px) {
.et_pb_fullwidth_menu_0.et_pb_fullwidth_menu {
    position: fixed;
    top: 114px;
    right: 0;
    left: 0;
    z-index: 99;
}
}


@media screen and (max-width: 980px) {
.et_pb_fullwidth_menu_0.et_pb_fullwidth_menu {
	position: relative;
 }
 }



.et_pb_fullwidth_menu span.mobile_menu_bar::before {
    color: #da0812 !important;
}


/* Menu Schriftgrösse verkleinert sich bei gewisser Breite*/




@media (max-width: 3000px) {
 #top-menu li, #top-menu li a {
 font-size: 30px !important;
 padding-right: 12px !important;
 }
 }

@media (max-width: 1120px) {
 #top-menu li, #top-menu li a {
 font-size: 24px !important;
 padding-right: 8px !important;
 }
 }

/*apply a blur or other filter effect to the background image*/
.pa-background-filter .et_pb_parallax_css {
	filter: blur(100px); /* Adjust the blur amount as needed */
	-webkit-filter: blur(100px); /* For Safari */
}

