.cc-body {
    font-size: 140%;
    font-weight: 300;
}
.cc-window {
    border-top: 1px solid #787870;
}

.cc-window.cc-floating {
    max-width: unset;
}
.cc-bottom {
    bottom: 0;
}

.cc-banner .cc-message {
    padding: 0.5rem 1rem;
}

.cc-window.cc-floating {
    width: 100vw;
}

.cc-compliance {
    margin-right: 0;
}

.dp--cookie-check {
    max-width: unset;
    border: none;
    border-radius: unset;
    justify-content: unset;
    align-items: start;
}

.dp--cookie-check label {
    margin-right: 2rem;
    position: relative;
}

.dp--check-box {
    border: none;
    color: white;
    background: none;
    height: 13px;
    width: 13px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 1px solid #000;
    border-radius: 0px;
    outline: none;
    transition-duration: 0.3s;
    background-color: #fff;
    cursor: pointer;
}


.dp--check-box:checked {
    border: 1px solid #000;
    background-color: #fff;
}

.dp--check-box:checked:before {
    content: '\2713';
    display: block;
    text-align: center;
    color: #000;
    position: absolute;
    left: 0.3em;
    top: -0.3em;
}

.dp--check-box#dp--cookie-required:checked:before {
    left: 0.4em;
}
input[type="checkbox"].dp--check-box:checked:before {
    top: 0.1em;
}

#dp--cookie-require.dp--check-box:checked:before {
    opacity: 0.5;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
}

.dp--check-box:focus, .dp--check-box:hover {

}

.cc-btn,
.cc-btn:hover
{
    border-radius: 0;
    font-weight: bold;
    background-color:  #fff;
    color: #009bce;
    border: 1px solid #fff !important;
}

.cc-btn:hover,
.cc-btn.cc-allow-all
{
    background-color: #009bce !important;
    color: #fff !important;
}

 .db--overlay-submit {
     border-radius: 0;
 }

.video .embed {
    position: relative;
}

.cc-revoke.dp--revoke.cc-bottom {
    left: -25px;
    bottom: -15px;
}

.cc-banner .cc-btn:last-child {
    min-width: 190px;
}
.dp--overlay {
    position: absolute;
    top: -2rem;
    font-size: 70%;
    line-height: 1.1;
}

.cc-window .dp--cookie-check {
    border: unset;
    justify-content: normal
}


.cc-top .cc-compliance .cc-allow-all,
.cc-bottom .cc-compliance .cc-allow-all {
    margin-top: 3px;
}

.cc-top .cc-compliance .cc-btn,
.cc-bottom .cc-compliance .cc-btn {
    margin-right: 0.5rem;
    border: none;
    text-decoration: none;
}

.cc-window .powered-by {
    display: none;
}

.swiper {
    max-width: 100% !important;
    max-height: unset !important;
    min-height: auto !important;

    .swiper-slide-image {
        width: 100%;
        height: auto;
    }
}

.content-row {
    .email-link:before {
        margin-left: 0.5rem
    }
}

.external-link::before {
    font-size: 90%;
    margin-right: 0.5rem;
}

.footer {
    .email-link:before,
    .phone-link:before {
        margin-right: 0.7rem;
    }
}

.ce-image {
    .float-md-start {
        width: 100%;
    }
}

.hh-slider {
    figure {
        margin: 0;
        figcaption {
            left: unset;
            top: unset;
            bottom: 0;
            right: 0;
            min-height: 5rem;
            width: 40%;
            display: flex;
            justify-content: center;
            align-items: center;

            p {
                margin: 0;
                color: #fff;
            }
        }
        figcaption:before {
            content: '';
            display: block;
            aspect-ratio: 1;
            clip-path: polygon(0 100%,100% 0,100% 100%);
            clip-path: polygon(0 100%,50% 0,50% 260%);
            height: 5rem;
            position: absolute;
            left: -5rem;
            left: -2.5rem;
        }
    }

    .pagination {
        position: absolute;
        bottom: 2.3rem;
        width: 100%;
    }
    .tns-nav button {
        border-radius: unset;
        border: 0;
        background: #fff;
    }

    img {
        width: 100%;
        height: auto;
    }
}

.seminardesk {
    a {
        color: unset;
    }
 }

 .news {
        .card-group {
            a:empty {
                display: none;
            }
            .card {
                max-width: unset
            }
        }
    }

    .ce-news_newsliststicky,
    .ce-news_newsselectedlist
    {
        clear: left;
        a.card {
            text-decoration: none;
            float: none;
        }
        .card:hover {
            box-shadow: 0 14px 28px rgba(0,0,0,0.25),0 10px 10px rgba(0,0,0,0.22);
        }
        .media {
            background:  #ebedea;
            border: none;
            padding: 0.5rem 1rem;

            a {
                text-decoration: none;
            }
            .mediaelement-video {
                max-width: 30%;
            }
        }
        .card-group {
            display: flex;
            gap: 3rem;
        }
    }

    .news-related-files,
    .news-related-links {
        ul {
            padding-left: 0;
        }
    }

    .news-list-date {
        display: none;
    }

    .tt_address_list {
        li {
            list-style: none;
        }
        .vcard {
            margin-bottom: 3rem;
        }

        .description h3 {
            color: unset;
        }
    }

    .tt_address_detail {
        .col-md-3 {
            width: 100%;
            figure {
                margin: 0;
            }
        }
        .col-md-9 {
            padding-left: 2.5rem;
            width: 100%;
        }
        h3 {
            font-size: 100%;
        }
        label {
            min-width: 60px;
        }
        .phone a {
            text-decoration: none;
        }
    }

