/* Dropdown Button */
/* QUICK MENU */


#quick-menu {

    position: fixed;
    right: 0;
    top: 72px;
    z-index: 5;
    width: 70px;
    display:none;
}

#quick-menu ul li a {

    margin:2px;
    transition: 0.2s;
}



.quick-menu-bottom .dropdown-content {

    position: fixed;
    bottom: 58px;
    top: auto;
    text-align: left;
    border: none;
    left: 10px;
    right: 10px;
    padding: 10px 15px 15px;
    z-index: 5;
    box-shadow: 0 -3px 5px rgba(0,0,0,0.3);

}












/* Dropdown Button */


#quick-menu .dropbtn {
    position: relative;
    display: inline-block;
    padding: 10px 15px;
    margin:2px 2px 2px 0;
    cursor: pointer;
    color: var(--primaerfarbe);
    border: none;
    font-size: 32px;
    box-shadow: 0 0 3px var(--box-shadow);
}


#quick-menu .dropbtn.q-phone {
    background: url(/images/icons/phone.png);
    height: 65px;
    width: 65px;
    padding:0;
    transition: 0.35s background;
    background-color:var(--hintergrund3);
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
#quick-menu .dropbtn.q-mail {
    background: url(/images/icons/mail.png);
    height: 65px;
    width: 65px;
    padding:0;
    background-color:var(--hintergrund3);
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*#quick-menu .dropbtn.q-info {
    background: url(/images/icons/whatsapp.png);
    height: 65px;
    width: 65px;
    padding:0;
    background-color:var(--hintergrund3);
    background-repeat: no-repeat;
    background-position: center;
}*/

#quick-menu .dropbtn.q-phone:hover,
#quick-menu .dropbtn.q-phone:focus {
    background: url(/images/icons/phone_white.png);
    transition: 0.35s background;
    background-color:var(--hintergrund2);
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
#quick-menu .dropbtn.q-mail:hover,
#quick-menu .dropbtn.q-mail:focus {
    background: url(/images/icons/mail_white.png);
    transition: 0.35s background;
    background-color:var(--hintergrund2);
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*#quick-menu .dropbtn.q-info:hover {
    background: url(/images/icons/whatsapp_white.png);
    transition: 0.35s background;
    background-color:var(--hintergrund2);
    background-repeat: no-repeat;
    background-position: center;
}*/








/*********************************** Quickmenu offen **********************************/

#myDropdown_rueck::before {
    content: url(/images/icons/arrow_white.png);
    right: -13px;
    top: 19px;
    position: absolute;
    color: #fff;
}

#myDropdown_mail::before {
    content: url(/images/icons/arrow_white.png);
    right: -13px;
    position: absolute;
    top: 84px;
    color: #fff;
}

/*#myDropdown_info::before {
    content: url(/images/icons/arrow_white.png);
    right: -13px;
    position: absolute;
    top: 170px;
    color: #fff;
}*/

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    /*  display: none;*/
    position: absolute;
    min-width: 160px;
    z-index: 1;
    right: 70px;
    float: right;
    top: 0;
    /*height: 218px;*/
    margin: 2px 0 2px 2px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 1s, visibility 1s;
    transition: opacity 1s, visibility 1s;
    padding: 20px 20px 30px 25px;
    white-space: nowrap;
    
    
    background-color: var(--weiss);
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    border-left: 1px solid;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-right: 15px solid;
    border-color: var(--hellgrau);
    box-shadow: -3px 2px 5px var(--box-shadow);
    
}

/* Links inside the dropdown */
.dropdown-content .custom {
    min-width:200px;
}

.dropdown-content h4 {
    float:none;
    padding: 10px 0 0;


}

.dropdown-content a {
    padding: 12px 20px 12px 20px;
    display: block;
    white-space: nowrap;
    transition: 0.2s;
    border: 1px solid var(--primaerfarbe);
    border-radius: 5px;
}
.dropdown-content a:hover {
    border: 1px solid var(--sekundaerfarbe);
}

.dropdown-content p {
    white-space: nowrap;
}

.dropdown-content span {
    font-size: 24px;
    float: left;
    line-height: 16px;
    display: table-cell;

}



/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show_new {
    /*display:block;*/
    visibility: visible;

    opacity: 1;

}










/* QUICK MENU */


.kontakt h2 span, .recall h2 span {
    padding: 10px 25px 5px;
    width: 70%;
    float: left;
    background: rgba(255,255,255,0.8);
}

.kontakt h2, .recall h2 {
    border-left: 10px solid #ff6600;
    float: left;
    width: 100%;
    /*margin: 0;*/
}

.kontakt .contact-address.dl-horizontal, .recall .contact-address.dl-horizontal {
    float: left;
    width: 100%;
}

.kontakt .contact-form, .recall .contact-form {
    float: left;
    width: 100%;
}

.kontakt legend::before {
    padding: 0;
    border: 0;
    content: "Sie haben Fragen, Anregungen und Kritik? Senden Sie uns Ihr Feedback mit diesem Kontaktformular.";
    font-size:16px;
}

.recall legend::before {
    padding: 0;
    border: 0;
    content: "Hinterlassen Sie uns Ihre Durchwahl und wir rufen Sie zurück.";
    font-size: 16px;
}

.kontakt .dl-horizontal dd {
    margin-left: 25px;
}


/* Quickmenu Ende */

/* Quickmenu Responsiv */

.quick-menu-bottom {
    display: block;
    background-color: var(--sekundaerfarbe);
    text-align: center;
    width: 100%;
    float: left;
}

.quick-menu-bottom .dropbtn {



    cursor: pointer;
    background-color: rgba(0,0,0,0);
    padding: 5px 15px;
    border: none;
    margin: 2px 14px 2px 14px;
}


.quick-menu-bottom .dropbtn.q-phone {
    background: url(/images/icons/phone_white.png);
    height: 65px;
    width: 65px;
    padding:0;
    transition: 0.35s background;
    background-repeat: no-repeat;
    background-position: center;
}
.quick-menu-bottom .dropbtn.q-mail {
    background: url(/images/icons/mail_white.png);
    height: 65px;
    width: 65px;
    padding:0;
    background-repeat: no-repeat;
    background-position: center;
}
/*.quick-menu-bottom .dropbtn.q-info {
    background: url(/images/Icons/whatsapp_white.png);
    height: 65px;
    width: 65px;
    padding:0;
    background-repeat: no-repeat;
    background-position: center;
}*/





.bottom-menu {
    position: fixed;
    width: 100%;
    bottom: 0;
    border-top: 1px solid #fff;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
    z-index: 4;
}
/* ENDE Quickmenu Responsiv */



/*******************************************************************************/
/*                                                                             */
/*                                                                             */
/*                      @media (min-width: 450px)     QUICK MENÜ               */
/*                                                                             */
/*                                                                             */
/*******************************************************************************/

@media (min-width: 450px) {

    .quick-menu-bottom .dropbtn {
        margin: 2px 25px 2px 25px;
    }

}

/*******************************************************************************/
/*                                                                             */
/*                                                                             */
/*                      @media (min-width: 767px)     QUICK MENÜ               */
/*                                                                             */
/*                                                                             */
/*******************************************************************************/

@media (min-width: 767px) {





    /* quick-menu */


    #quick-menu {

        position: fixed;
        right: 0;
        top: 150px;
        z-index: 999;
        width: 70px;
        display:block;
    }

    .quick-menu-bottom .dropdown-content {
        position: fixed;
        bottom: 68px;
        top: auto;
        text-align: left;
        border-bottom: 15px solid #666;
        border-right: 1px solid #eee;
        left:10px;
        right:10px;
        padding: 10px 25px 15px;
        z-index:5;
    }

}