﻿.ccContent {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 20px;
}

.ccBottomBarContent {
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    color: #ccc;
    background-color: #59bea9;
}

.cookie-buttons {
    float: right;
}

@media all and (max-width: 768px){
    .cookie-buttons {
        float: none;
        margin-top: 20px;
    }
}


.ccText {
    line-height: 120%;
    color: white;
}

    .ccText div {
        color: white;
        font-size: 14px;
        line-height: 21px;
    }

    .ccText div p {
        color: white;
        font-size: 14px;
        line-height: 21px;
    }

    .ccText a {
        text-decoration: underline;
        color: white !important;
        cursor: pointer;
    }

.ccBottomBarChoicesDE {
    border: solid 1px;
    border-radius: 3px;
    padding: 10px;
}

.form-check {
    padding-left: 0 !important;
    margin-left: 1.25rem;
}