.iwcc-background {
position: fixed;
left: 0;
top: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.6);
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
z-index: 999999;
height: 100%;
width: 94%;
padding-right: 3%;
padding-left: 3%;
overflow: hidden;
}
.iwcc-wrapper {
    background: #fff;
    position: relative;
    font-size: 15px;
    width: 100%;
    max-width: 60em;
    max-height: 100vh;
    overflow-y: auto;
}
.iwcc-wrapper-inner {
    padding: 1em;
    position: relative;
}
.iwcc-hidden {
    display: none;
}
.iwcc-detail {
    margin-bottom: 1em;
}
.iwcc-headline {
font-family: "Spumante", sans-serif;
color: #007280;
font-size: 40px;
}

.iwcc-cookiegroup-title.iwcc-headline{
font-family: "Roboto-Light", sans-serif;
padding-top: 20px;
padding-bottom: 10px;
color: #a81d26;
font-size: 25px;
}
.iwcc-headline span {
    font-weight: normal;
}
.iwcc-show-details {
    padding: 0 0 1em 0;
}
.iwcc-show-details a {
    color: #007280;
    text-decoration: none;
    cursor: pointer;
}
.iwcc-show-details a:hover {
    color: #005964;
    text-decoration: none;
}
.iwcc-save-selection,
.iwcc-accept-all {
    transition: 200ms ease all;
    background: #007280;
    border: 1px solid #007280;
    color: #fff;
    padding: 0.5em 2em;
    border-radius: 0.2em;
    font-weight: bold;
    text-align: center;
    margin: 0.5em 0;
    display: block;
}
.iwcc-save-selection:hover,
.iwcc-accept-all:hover {
    background: #005964;
    border-color: #005964;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.iwcc-save-selection {
    background: none transparent;
    border: 1px solid #999;
    color: #666;
}
.iwcc-save-selection:hover {
    background: #666;
    border-color: #666;
    color: #fff;
}
.iwcc-sitelinks a {
    display: inline-block;
    margin: 0.5em 0.5em 0.5em 0;
    color: #999;
    text-decoration: none;
}
.iwcc-sitelinks a:hover {
    color: #404040;
    text-decoration: none;
}
.iwcc-save-and-close {
    color: #007280;
}
.iwcc-save-and-close:hover {
    color: #005964;
}
.iwcc-close-box {
    position: absolute;
    right: 0.5em;
    top: 0.5em;
    display: block;
    padding: 0;
    margin: 0;
    border: 0;
    cursor: pointer;
    color: #999;
    font-size: 1.8em;
    background: none transparent;
    line-height: 1;
    text-decoration: none;
}
.iwcc-close-box:before {
    margin: 0;
}
.iwcc-close-box:hover {
    color: #404040;
    background: none transparent;
    text-decoration: none;
}
.iwcc-cookiegroups {
    padding: 1em 0;
}
.iwcc-cookiegroup-checkbox {
    display: block;
    margin: 0 0 1em 0;
}
.iwcc-cookiegroup-checkbox.pretty .state label {
    font-weight: bold;
    font-size: 1.2em;
}
.iwcc-cookiegroup-checkbox.pretty.p-default input:checked ~ .state label::before {
    border-color: #007280;
}
.iwcc-cookiegroup-checkbox.pretty.p-default input:checked ~ .state label::after {
    background-color: #007280 !important;
}
.iwcc-cookiegroup-checkbox.pretty.p-locked {
    opacity: 0.75;
}
.iwcc-cookiegroup + .iwcc-cookiegroup-title {
    margin-top: 1em;
}
.iwcc-cookie {
    margin-top: 0.5em;
    border-left: 2px solid #999;
    padding: 0.5em 0.5em 0.5em 1em;
    background: #f9f9f9;
}
.iwcc-cookie span {
    display: block;
}
.pretty.p-icon .state .icon {
    font-size: 1.15em;
    transition: all 0.1s ease;
}
.pretty.p-icon .state label:before {
    margin-top: -0.1em;
}
@media (min-width: 35em) {
    .iwcc-cookiegroups {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        padding-top: 2em;
    }
    .iwcc-cookiegroup-checkbox {
        margin: 0 2em 0 0;
    }
    .iwcc-show-details {
        text-align: right;
        padding: 1em 2em 2em 0;
    }
    .iwcc-buttons {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    .iwcc-sitelinks {
        text-align: right;
        padding-right: 1.5em;
    }
    .iwcc-sitelinks a {
        margin: 0.5em 0 0.5em 1em;
    }
    .iwcc-save-selection,
    .iwcc-accept-all {
        display: inline-block;
        margin: 0 0 0 0.5em;
    }
}
@media (min-width: 50em) {
    .iwcc-wrapper-inner {
        padding: 2em;
    }
    .iwcc-buttons-sitelinks {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row-reverse;
    }
    .iwcc-close-box {
        font-size: 2em;
        margin: 0;
    }
}
.iwcc-show-box {
cursor: pointer;
}
