#iddiv_main {
    width: 1280px;
    margin: 0 auto;
    background-color: #fff;
    padding-bottom: 5px;
    margin-bottom: 40px;
}

#iddiv_cookiescontainer {
    padding: 10px;
    padding-top: 1px;
}

.clsdiv_cookies_ueberschrift {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 15px;
    color: #f90 !important;
}

.clsdiv_cookies_text {
    margin-bottom: 20px;
    /* font-size: 15px; */
}

.clsdiv_cookies_text_kursiv {
    /* font-size: 15px; */
    font-style: italic;
    margin-bottom: 5px;
}

#iddiv_cookiescontainer ul li {
    /* font-size: 15px; */
    margin-bottom: 5px;
}

.clsdiv_cookies_text_kursiv.bold {
    font-weight: bold;
}

.clstbl_cookies tr td,
.clstbl_cookies tr th {
    color: #000;
    width: 200px;
    border: 1px solid #000;
    padding-left: 5px;
    height: 20px;
}

.clstbl_cookies {
    border: 1px solid #000;
    border-collapse: collapse;
    margin-bottom: 10px;
}

#idbtb_login_button_regsiter {
    color: #fff !important;
    margin-top: 10px;
}

#iddiv_cookiescontainer * {
    color: #000;
}

h1 {
    color: #f90 !important;
}

#idbtn_cookie_auswahl_anzeigen {
    color: #fff;
    font-weight: bold;
    background: #f90;
}

#iddiv_header_inner_titel {
    display: none;
}

@media (max-width: 768px), (max-width: 900px) and (orientation: landscape) {
    #iddiv_main {
        width: 100%;
    }
    #idbtn_cookie_auswahl_anzeigen {
        width: 100%;
        height: 35px;
        font-size: 16px;
    }
    #iddiv_header_inner_wk {
        visibility: hidden;
    }
}