#hellotrust_btn_trigger_cookie_popup {
    position: fixed;
    left:10px;
    bottom:0px;
    background:#fff;
    color:#333;
    padding: 3px 6px;
    font-size: 12px;
    font-family: 'Arial';
    cursor: pointer;
    z-index:9999;
}
.hellotrust_cookie_popup_icon {
    width:45px;
}
.hellotrust_btn_trigger_cookie_popup__hide {
    display:none;
}
.hellotrust_btn_trigger_cookie_popup__icon_set {
    padding: 10px 10px 0px 10px !important;
    border-radius: 24px 24px 0 0;
}
@media only screen and (max-width: 480px) {
     .hellotrust_cookie_popup_icon {
         width:35px;
     }
    .hellotrust_btn_trigger_cookie_popup__icon_set {
        bottom:0px !important;
    }
}
#hellotrust_btn_trigger_cookie_popup:hover {
    text-decoration: underline;
}
#hellotrust_cookie_popup {
    position: fixed;
    z-index:99999;
    width:100%;
    height:100%;
    background: rgba(0,0,0,.6);
    top:0;
    left:0;
    align-items: center;
    justify-content: center;
    display:flex;
}
#hellotrust_cookie_popup .htc_inner {
    width: 100vw;
    /*max-width: 768px;*/
    max-width:375px;
    background:#fff;
    padding:30px 25px 10px 25px;
    color:#000;
    margin:15px 0;
    font-family: 'Arial';
    font-size:14px;
    border-radius:10px;
    line-height:22px !important;
    overflow:auto;
    max-height:100%;
}
#hellotrust_cookie_popup .htc_headline {
    font-size:19px;
    margin-top:0;
}
#hellotrust_cookie_popup #htc_detail_view_cookies,
#hellotrust_cookie_popup #htc_detail_view_history{
    display:none;
}
#htc_detail_view_cookies .hellotrust_cookies_btn_accept {
    margin-bottom:8px !important;
}
#htc_detail_view_history {
    border-bottom: 1px solid #ccc;
    padding: 0 0 15px 0;
    font-size: 0.9em;
}
#htc_detail_view_history .htc_btn_back_to_simple {
    border-bottom:1px solid #ccc;
    margin-bottom:15px;
    padding-bottom:10px;
}
#htc_detail_view_history .htc_detail_view_history__scroll {
    overflow: auto;
    max-height:200px;
}
#hellotrust_cookie_popup .htc_categories {
    margin-bottom:15px;
    font-size: 0.9em;
}
#hellotrust_cookie_popup .htc_categories span {
    margin-left:5px;
    font-weight:bold;
    font-size:16px;
    color:blue;
}
#hellotrust_cookie_popup .htc_btn_only_checked,
#hellotrust_cookie_popup .htc_btn_only_necessary_checked
{
    margin: 25px auto 4px auto;
    background: #f1f1f1;
    color:#888;
    font-size: 13px !important;
    font-family: 'Arial';
    border-radius: 3px;
    padding: 10px 20px;
    display: inherit;
}
#hellotrust_cookie_popup .hellotrust_cookies_btn_accept {
    margin:25px auto 10px auto;
    background:blue;
    font-size:18px !important;
    font-weight: 400;
    font-weight:300;
    font-family: 'Arial';
    border-radius:3px;
    display: inherit;
}
#hellotrust_cookie_popup .hellotrust_cookies_btn_accept:hover {
    background:#0202c5;
}
#hellotrust_cookie_popup .htc_affiliate {
    font-size:12px;
    margin:15px 0 0 0;
    color:#808080;
}
#hellotrust_cookie_popup .htc_affiliate a {
    color:#808080;
}
#hellotrust_cookie_popup .htc_footer,
#hellotrust_cookie_popup .htc_actions {
    font-size:12px;
    margin:15px 0;
    text-align:center;
    color:#c5c5c5;
}
#hellotrust_cookie_popup .htc_footer a ,
#hellotrust_cookie_popup .htc_actions a {
    color:#888;
    display:block;
    margin-bottom:2px;
    text-decoration:underline;
}
#hellotrust_cookie_popup .htc_footer a:hover ,
#hellotrust_cookie_popup .htc_actions a:hover {
    text-decoration:none;
    box-shadow: none;
}
#hellotrust_cookie_popup .htc_footer {
    margin-bottom:0;
    margin-top:25px;
    border-top:1px solid #eee;
    padding-top:4px;
}

#hellotrust_cookie_popup .htc_footer a {
    display:inline;
    color:#c5c5c5;
}
#hellotrust_cookie_popup #htc_btn_individual {
    color:blue !important;
}

.htc_single_category {
    background:#f7f7f7;
    margin-bottom:10px;
    padding:15px;
}
.htc_single_category > .toggleWrapper {
    float:right;
}
.htc_single_category .htc_single_category__name {
    font-size:1.1em;
    font-weight:500;
}
.htc_single_category .htc_single_category__description {
    font-size:0.9em;
    color:#666;
}
.htc_single_category__cookies {
    display:none;
}
.htc_single_category__cookies_toggle {
    text-align:center;
    margin: 5px 0;
    font-size:0.9em;
}
.htc_single_category__cookies_toggle a,
.htc_single_category__cookies_toggle a:visited {
    color: blue;
}
.htc_single_category__cookies_toggle a:hover {
    text-decoration: underline;
}
.htc_single_category__cookies_toggle_active { display:none; }

.htc_single_category table {
    background:#fff;
    border-color:#ccc;
    font-size:0.9em;
}
.htc_single_category table td {
    padding: 0 5px;
    border: 1px solid #ccc;
}
.htc_single_category table td a {
    color: blue;
}
.htc_single_category table td:first-child {
    width:30% !important;
    font-weight:bold;
}

.hellotrust__contentblocker {
    border:1px solid #eee;
    padding: 30px;
    margin: 30px 0;
    text-align:center;
}
.hellotrust__contentblocker .hellotrust__btn_dataprivacy {
    display:block;
    margin: 10px auto;
}


.inactiveMixin {
    content: "";
    position: absolute;
    display: block;
}
.beforeAnimation {
    transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
}
.afterAnimation {
    box-shadow: 0 0 0 1px hsla(0, 0%, 0%, 0.1), 0 4px 0px 0 hsla(0, 0%, 0%, 0.04), 0 4px 9px hsla(0, 0%, 0%, 0.13), 0 3px 3px hsla(0, 0%, 0%, 0.05);
    transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
}
.toggleWrapper {
    margin: auto;
    padding: 20px;
    width: 55px;
}
.toggleWrapper input.mobileToggle {
    opacity: 0;
    position: absolute;
}
.toggleWrapper input.mobileToggle + label {
    position: relative;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: 0.4s ease;
    height: 30px;
    width: 50px;
    border: 1px solid #e4e4e4;
    border-radius: 60px;
}
.toggleWrapper input.mobileToggle + label:before {
    content: "";
    position: absolute;
    display: block;
    transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
    height: 30px;
    width: 51px;
    top: 0;
    left: 0;
    border-radius: 30px;
}
.toggleWrapper input.mobileToggle + label:after {
    content: "";
    position: absolute;
    display: block;
    box-shadow: 0 0 0 1px hsla(0, 0%, 0%, 0.1), 0 4px 0px 0 hsla(0, 0%, 0%, 0.04), 0 4px 9px hsla(0, 0%, 0%, 0.13), 0 3px 3px hsla(0, 0%, 0%, 0.05);
    transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
    background: whitesmoke;
    height: 28px;
    width: 28px;
    top: 1px;
    left: 0px;
    border-radius: 60px;
}
.toggleWrapper input.mobileToggle:checked + label:before {
    background: #2ecc71;
    transition: width 0.2s cubic-bezier(0, 0, 0, 0.1);
}
.toggleWrapper input.mobileToggle:checked + label:after {
    left: 24px;
}
.inactiveMixin {
    content: "";
    position: absolute;
    display: block;
}
.beforeAnimation {
    transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
}
.afterAnimation {
    box-shadow: 0 0 0 1px hsla(0, 0%, 0%, 0.1), 0 4px 0px 0 hsla(0, 0%, 0%, 0.04), 0 4px 9px hsla(0, 0%, 0%, 0.13), 0 3px 3px hsla(0, 0%, 0%, 0.05);
    transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
}
.toggleWrapper {
    margin: auto;
    padding: 0px;
    width: 55px;
    display:inline;
}
.toggleWrapper input.mobileToggle {
    opacity: 0;
    position: absolute;
}
.toggleWrapper input.mobileToggle + label {
    position: relative;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: 0.4s ease;
    height: 30px;
    width: 50px;
    background:#fff;
    border: 1px solid #e4e4e4;
    border-radius: 60px;
}
.toggleWrapper input.mobileToggle + label:before {
    content: "";
    position: absolute;
    display: block;
    transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
    height: 30px;
    width: 51px;
    top: 0;
    left: 0;
    border-radius: 30px;
}
.toggleWrapper input.mobileToggle + label:after {
    content: "";
    position: absolute;
    display: block;
    box-shadow: 0 0 0 1px hsla(0, 0%, 0%, 0.1), 0 4px 0px 0 hsla(0, 0%, 0%, 0.04), 0 4px 9px hsla(0, 0%, 0%, 0.13), 0 3px 3px hsla(0, 0%, 0%, 0.05);
    transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
    background: whitesmoke;
    height: 28px;
    width: 28px;
    top: 1px;
    left: 0px;
    border-radius: 60px;
}
.toggleWrapper input.mobileToggle:checked + label:before {
    background: #2ecc71;
    transition: width 0.2s cubic-bezier(0, 0, 0, 0.1);
}
.toggleWrapper input.mobileToggle:checked + label:after {
    left: 24px;
}
#hellotrust_popup_external_link {
    text-decoration: none !important;
}