/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/


/* =Theme customization starts here
------------------------------------------------------- */
body {
    line-height: 25px;
    font-weight: 400;
    letter-spacing: 0px;
}

.raduisimage img {
    border-radius: 25px;
}

	h1 {
		font-size: 36px !important;
	}
	h2 {
		font-size: 26px !important;
	}
	h3 {
		font-size: 24px !important;
	}
@media (min-width:426px) and (max-width:768px){
	h1 {
		font-size: 30px !important;
	}
	h2 {
		font-size: 25px !important;
	}
	h3 {
		font-size: 22px !important;
	}
}

@media (max-width:425px){
	h1 {
		font-size: 24px !important;
	}
	h2 {
		font-size: 22px !important;
	}
	h3 {
		font-size: 20px !important;
	}
}

.et_header_style_split #main-header .mobile_nav {
    display: block;
    text-align: left;
    background-color: rgb(0 0 0 / 0%) !important;
    border-radius: 5px;
    padding: 9px 10px;
}

.mobile_menu_bar:before, .mobile_menu_bar:after, #top-menu li.current-menu-ancestor>a, #top-menu li.current-menu-item>a {
    color: #003366 !important;
}

.et_mobile_menu {
    position: absolute;
    left: 0;
    padding: 5%;
    background: #fff;
    width: 100%;
    visibility: visible;
    opacity: 1;
    display: none;
    z-index: 9999;
    border-top: 3px solid #003366;
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.1);
}

.dnxte_image_accordion_item .dnxte-accordion-description {
    font-size: 16px !important;
}

@media (max-width:1153px){
#top-menu li {
    display: inline-block;
    font-size: 14px;
    padding-right: 8px;
}
#top-menu li a {
    font-size: 14px !important;
}
.class-titel .container {
    padding-top: 10px !important;
}
    .dnxte_floating_element_child_0 {
        max-width: 100% !important;
    }
}

@media (max-width:980px){

    .dnxte_floating_element_child_0 {
        max-width: 50% !important;
    }
}
@media (max-width:768px){

    .dnxte_floating_element_child_0 {
        max-width: 70% !important;
    }
}
@media (max-width:425px){

    .dnxte_floating_element_child_0 {
        max-width: 88% !important;
    }
	.class-btn {
    margin-bottom: 70px !important;
}
}
@media (max-width: 320px) {
    .dnxte_floating_element_child_0 {
        max-width: 100% !important;
    }
	.dnxte_floating_element_0.dnxte_floating_element {
    height: 320px !important;
}
}


