.modal__container--info table {
    border: 1px solid rgb(0,171,150);
    width: 96%;
    font-size: 12px;
}
.modal__container--info table th, .modal__container--info table td {
    padding: 0.5em;
}
.modal__container--info table tbody tr:nth-child(odd) {
    background: rgb(0,171,150);
    color: white;
}
.modal__container--initial, .modal__container--config, .modal__container--info {
    text-align: left;
    margin-left:10px;
    padding:10px;
}
.modal__container--config, .modal__container--info table {
    display: none;
}
.modal__cookie-list {
    list-style-type: none;
    padding-left:10px;
}
.cookie-settings__container {
    position: fixed;
    bottom: 10px;
    right: 25px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    border-radius: 50%;
    background-color: rgb(0,171,150);
    z-index: 9999;
}
.cookie-settings__container img {
    width: 60px;
    height: 60px;
}
.cookie__info-button {
    height: 18px;
    width: 18px;
    margin-left: 0.6em;
    cursor: pointer;
}
.dsgvo-modal {
    position: fixed;
    width: 400px;
    height: auto;
    top: 15%;
    left: 50%;
    margin-top: -100px; /* Negative half of height. */
    margin-left: -200px; /* Negative half of width. */
    padding-bottom: 15px;
    z-index: 99999999;
    background-color: #fff;
}
.dsgvo-modal div p a {
    color: rgb(0,171,150);
}
.dsgvo-overlay {
    position: fixed;
    top: 0;
    right:0;
    bottom:0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999999;
    background-color: rgba(0,0,0,0.6);
}
#dsgvo-setting-overlay {
    display: none;
    position: fixed;
}
.CookieButtonRow .CookieButton {
    cursor: pointer;
    text-decoration: none;
}
.CookieButtonRow {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.5em;
}
.CookieButtonRowLegal {
    text-align: center;
}
.CookieButtonRowLegal a {
    color: rgb(0,171,150);
}
.CookieSuccessOptin, .CookieSuccessOptout, .CookieText {
    color: #00B700;
    display:none;
    margin-bottom: 20px;
}
.CookieForwardText:hover {
    cursor: pointer;
}
.CookieSelect {
    cursor: pointer;
    margin-right:10px !important;
}
.CookieRadios:hover {
    cursor:pointer;
}
.CookieText {
    display:block;
    color: #0a0a0a;
}
.tracking-header {
    text-align:left;
    color: rgb(0,171,150);
}
.CookieBtn--turquoise, .CookieBtn--grey {
    margin-top: 7px;
    padding: 10px;
    width:96%;
    text-align: center;
    border: none !important;
    border-radius: 0px !important;
    background-image: none !important;
}
.CookieBtn--turquoise {
    background-color: rgb(0,171,150) !important;
    color: rgba(255,255,255,1) !important;
}
.CookieBtn--grey {
    background-color: #EEE !important;
    color: rgb(0,171,150) !important;
}
.CookieBtn--turquoise:hover {
    background-color: #555 !important;
    color: rgb(255, 255, 255) !important;
}
.CookieBtn--grey:hover {
    background-color: #CCC !important;
    color: #555 !important;
}
.CookieExplanation a {
    text-decoration: underline;
    font-weight: bold;
}