.elementor-kit-9{--e-global-color-primary:#000000;--e-global-color-secondary:#FFFFFF;--e-global-color-accent:#E00024;--e-global-color-text:#F7F7F7;--e-global-color-358fe43:#000000;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:45px;--e-global-typography-secondary-font-family:"Roboto";--e-global-typography-secondary-font-size:16px;--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-size:17px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-letter-spacing:0.5px;--e-global-typography-30c39fb-font-family:"Helvetica";--e-global-typography-30c39fb-font-size:20px;--e-global-typography-30c39fb-letter-spacing:1px;background-color:#1770B800;color:var( --e-global-color-358fe43 );font-weight:600;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1500px;}.e-con{--container-max-width:1500px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.dropdown {
    display: inline-block;
    left: 50%;
    margin-left: -7rem;
}

.dropdown button {
    background-color: rgb(224, 0, 36);
    color: white;
    padding: 10px 100px;
    border-radius: 3px;
    border: none;
    cursor: pointer;
}

.dropdown button:hover {
    background-color: rgb(224, 0, 36);
}

.dropdown a {
    display: block;
    color: black;
    text-decoration: none;
    padding: 10px 15px;
} 

.dropdown a:hover {
    background-color: #F2F2F2;
} 

.dropdown .content {
    background-color: white;
    display: none;
    position: absolute;
    min-width: 400px;
    box-shadow: 2px 2px 5px rgba( 0, 0, 0, 0.2);
    z-index: 999;
} 


.dropdown:active .content {
    display: block;
}




.container-formular {
    display: none;
    }
    
#C1 {
        display: block;
        left: 50%;
        margin-left: -50%;
    }
    
#C2, #C3, #C4, #C5, #C6, #C7, #C8, #C9 {
        left: 50%;
        margin-left: -50%;
    }
    
.breadcrumbs a {
    color: #c7c7c7;
}

.breadcrumbs a:hover {
    color: #d6d6d6;
}
    
/*=========== Desktop ===========*/

@media only screen and (min-width: 1367) {

}

/*=========== Laptop ===========*/

@media only screen and (min-width: 1025px) and (max-width: 1366px) {
    
    #C1 {
        display: block;
        left: 50%;
        margin-left: -55%;
    }
    
    #C2, #C3, #C4, #C5, #C6, #C7, #C8, #C9 {
        left: 50%;
        margin-left: -55%;
    }
    
}

/*=========== Tablet ===========*/

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    
     #C1 {
        display: block;
        left: 50%;
        margin-left: -55%;
    }
    
    #C2, #C3, #C4, #C5, #C6, #C7, #C8, #C9 {
        left: 50%;
        margin-left: -55%;
    }

}

/*=========== Mobile ===========*/

@media only screen and (max-width: 767px) {

    #C1 {
        display: block;
        left: 50%;
        margin-left: -95%;
    }
    
#C2, #C3, #C4, #C5, #C6, #C7, #C8, #C9 {
        left: 50%;
        margin-left: -95%;
    }
    
    .dropdown {
    display: inline-block;
    left: 50%;
    margin-left: -7.25rem;
}
    
}/* End custom CSS */