/* 
Custom Theme-Anpassungen fuer NETZdinge.de Customizing Plugin
*/


div.openOfferRequestWrapper a.openOfferRequest {
margin-left:21px;
background: #0e5817;
border: #0e5817;
}

div.openOfferRequestWrapper a.openOfferRequest:hover {
background: #333;
border: #333;
}

#OfferRequestModal .modal-content button.close {
    top: 0;
}

#OfferRequestModal .usp-logo {
    margin-bottom: 40px;
}

#OfferRequestModal .offer-request-usp:not(:last-child) {
    padding-bottom: 10px;
    border-bottom: 2px solid #d4d0d0;
}

#OfferRequestModal .offer-request-usp > p {
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0 4px 0;
    text-transform: uppercase;
}

#OfferRequestModal .offer-request-usp > p > i.mdi {
    margin-right: 5px;
    font-size: 26px;
}

#OfferRequestModal .offer-request-usp small {
    display: block;
    margin-left: 35px;
    font-size: 14px;
}

@media (max-width: 768px) {
    #OfferRequestModal .offer-request-usp > p {
        font-size: 14px;
        margin: 20px 0 0 0;
    }

    #OfferRequestModal .offer-request-usp > p > i.mdi {
        font-size: 18px;
    }

    #OfferRequestModal .offer-request-usp small {
        margin-left: 26px;
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .SidebarUSP.goe-mod {
        text-align: center;
    }
}