/* GOOGLE MAPS & KONTAKTFORMULAR DISABLE */

.disable-map {
    height: 60px; 
    width: 100%; 
    display: block; 
    background-color: #333333; 
    position: relative;
}

.disable-map p {
    position: relative; 
    text-align: center; 
    color: #ffffff; 
    top: 50%; left: 50%; 
    transform:translate(-50%, -50%); 
    width: 80%;
}

.disable-contact p {
    position: relative;
    color:  #333333;
    font-weight: normal;
    width: 100%;
    height: auto;
}

.disable-contact p a {
    color: #e20026;
    font-weight: 600;
}

.disable-contact p a:hover {
    color: #d30b2c;
    font-weight: 600;
}

.disable-map p {
    position: relative;
    color:  #ffffff;
    font-weight: normal;
    width: 100%;
    height: auto;
    top:30px;
}

.disable-map p a {
    color: #e20026;
    font-weight: 600;
}

.disable-map p a:hover {
    color: #d30b2c;
    font-weight: 600;
}

/* TABLE COOKIE-HINWEIS */

.table-responsive {
    font-size:  15px;
    background-color: rgba(255,255,255,0.2);
}

.table-responsive table thead tr th,
.table-responsive table tbody tr td {
    padding: 10px 10px;
    text-align: left;
}

@media (min-width: 992px) {
    .cc-revoke span a {
        color: #ffffff;
        text-decoration: none;
        font-weight: 600;
    }
    .cc-revoke span a:hover {
        color: #f0e6e6;
        text-decoration: none;
        font-weight: 600;
    }
    
    
    .cc-animate.cc-revoke.cc-bottom {
        display: block!important;
        border: 1px solid rgba(5,41,56,1)!important;
        transform: translateY(1.9em);
    
    }
    
    .cc-color-override-530831885.cc-revoke {
        color: rgb(255, 255, 255);
        background-color: rgb(37, 46, 57);
    }
    
    .cc-revoke.cc-bottom {
        bottom: 0;
        left: 3em;
        border-top-left-radius: .5em;
        border-top-right-radius: .5em;
    }
    
    .cc-animate.cc-revoke {
        -webkit-transition: transform 1s ease;
        -webkit-transition: -webkit-transform 1s ease;
        transition: -webkit-transform 1s ease;
        transition: transform 1s ease;
        transition: transform 1s ease,-webkit-transform 1s ease;
    }
    
    .cc-bottom {
        bottom: 1em;
    }
    
    .cc-revoke {
        padding: .5em;
    }
    
    .cc-revoke {
        position: fixed;
        overflow: hidden;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-family: Helvetica,Calibri,Arial,sans-serif;
        font-size: 16px;
        line-height: 1.5em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        z-index: 9999;
        cursor: pointer;
    }
    
    .cc-animate.cc-revoke:hover.cc-bottom {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        text-decoration: none;
        -webkit-transition: transform 1s ease;
        -webkit-transition: -webkit-transform 1s ease;
        transition: -webkit-transform 1s ease;
        transition: transform 1s ease;
        transition: transform 1s ease,-webkit-transform 1s ease;
    }
    
}


.cookie-cc a {
    position:   fixed;
    bottom:     70px;
    left:       10px;
    color:      rgba(25,41,56,1);
    z-index:    999;
}