#content-wrapper {
    position: absolute;
    z-index: 9999;
}

.mini>#consent-banner {
    display: none;
}


/*! CSS Used from: Embedded */

svg {
    overflow: hidden;
    vertical-align: middle;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input,
button {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button {
    text-transform: none;
}

button,
[type="button"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input,
button {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button {
    text-transform: none;
}

button,
[type="button"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

.consent-modal:not(.active) {
    display: none;
}

.consent-banner-icon {
    width: 1em;
    height: 1em;
}

@media (min-width: 768px) {
    .d-md-none {
        display: none!important;
    }
}

#content {
    padding-bottom: 1.5rem;
}

#content-wrapper {
    margin-top: 0;
}

#content-wrapper:not(.has-fluid) {
    padding-top: 1rem;
}

@media (min-width: 992px) {
    #content-wrapper:not(.has-fluid) {
        padding-top: 1.5rem;
    }
}


/*! CSS Used from: https://webtec-floer.de/asset/myclear.css?v=1.0.3 */

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(17, 17, 17, .1);
}

.btn-block {
    display: block;
    width: 100%;
}

@media (min-width:768px) {
    .d-md-none {
        display: none!important;
    }
}

@media print {
    *,
    *:before,
    *:after {
        text-shadow: none!important;
        box-shadow: none!important;
    }
    a:not(.btn) {
        text-decoration: underline;
    }
    p {
        orphans: 3;
        widows: 3;
    }
}

.consent-hidden {
    display: none!important;
}

.consent-no-space {
    margin: 0!important;
}

.consent-btn {
    display: inline-block;
    border-radius: .125rem;
    border: 0;
    padding: .45rem .85rem;
    font-size: .75rem;
    outline: 0;
    transition: all .2s;
    cursor: pointer;
    border: .0625rem solid transparent;
}

@media (min-width:768px) {
    .consent-btn {
        padding: .85rem 1.5rem;
        font-size: .875rem;
    }
}

.consent-btn-primary {
    background-color: #435a6b;
    border-color: #435a6b;
    color: #f6f6f6;
}

.consent-btn-primary:hover {
    background-color: #344653;
    border-color: #344653;
    color: #f6f6f6;
}

.consent-btn-primary:focus {
    background-color: #2f404c;
    border-color: #2f404c;
    color: #f6f6f6;
    box-shadow: 0 0 0 .1875rem rgba(47, 64, 76, .5);
}

.consent-btn-outline-primary {
    background-color: transparent;
    border-color: #435a6b;
    color: #435a6b;
}

.consent-btn-outline-primary:hover {
    background-color: #344653;
    border-color: #344653;
    color: #f6f6f6;
}

.consent-btn-outline-primary:focus {
    background-color: #2f404c;
    border-color: #2f404c;
    color: #f6f6f6;
    box-shadow: 0 0 0 .1875rem rgba(47, 64, 76, .5);
}

.consent-btn-secondary {
    background-color: #fff;
    border-color: #fff;
    color: #525252;
}

.consent-btn-secondary:hover {
    background-color: #ececec;
    border-color: #ececec;
    color: #525252;
}

.consent-btn-secondary:focus {
    background-color: #e6e6e6;
    border-color: #e6e6e6;
    color: #525252;
    box-shadow: 0 0 0 .1875rem rgba(230, 230, 230, .5);
}

.consent-btn-tertiary {
    background-color: #3f862f;
    border-color: #3f862f;
    color: #f6f6f6;
}

.consent-btn-tertiary:hover {
    background-color: #326a25;
    border-color: #326a25;
    color: #f6f6f6;
}

.consent-btn-tertiary:focus {
    background-color: #2d6022;
    border-color: #2d6022;
    color: #f6f6f6;
    box-shadow: 0 0 0 .1875rem rgba(45, 96, 34, .5);
}

.consent-btn-helper {
    margin: -.25rem;
    display: flex;
    flex-wrap: wrap;
}

.consent-btn-helper>div {
    padding: 0 .25rem;
    width: 50%;
}

.consent-btn-helper>div>.consent-btn {
    margin: .25rem;
    flex-grow: 1;
    font-weight: 600;
}

.consent-btn-helper .consent-accept {
    width: 100%;
    margin-bottom: .5rem;
}

@media (max-width:991.98px) {
    .consent-btn-helper>div {
        width: 100%;
    }
    .consent-btn-helper>div>.consent-btn {
        width: 100%;
        font-size: .9375rem;
        display: block;
        padding: .85rem;
    }
}

.consent-btn-block {
    width: 100%;
}

.consent-btn-sm {
    padding: .45rem .85rem;
    font-size: .75rem;
    font-weight: 600;
}

.consent-btn-holder {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    align-items: left;
}

.consent-btn-holder>div:last-child {
    margin: 0 0 0 auto;
}

.consent-btn-holder>div:first-child {
    -webkit-box-flex: 1;
    flex-grow: 1;
}

@media (min-width:768px) {
    .consent-btn-holder {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -webkit-box-align: center;
        align-items: center;
    }
}

@media (max-width:991.98px) {
    .consent-btn-holder>div:last-child {
        margin: 1rem 0 0;
    }
}

@media (min-width:768px) {
    .consent-switch {
        padding-left: 3.5rem;
    }
}

.consent-switch .consent-input {
    display: none;
}

.consent-switch .consent-input:checked~.consent-label:before {
    background-color: #324350;
}

.consent-switch .consent-input:checked~.consent-label:after {
    left: 1.375rem;
}

.consent-switch .consent-label {
    padding-left: 3.5rem;
    display: inline-block;
    position: relative;
    font-weight: 600;
    color: #435a6b;
    margin-bottom: .25rem;
}

.consent-switch .consent-label:before,
.consent-switch .consent-label:after {
    content: '';
    float: left;
    margin-top: .125rem;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .2s;
    cursor: pointer;
}

.consent-switch .consent-label:before {
    background-color: #ddd;
    border-radius: 10rem;
    width: 2.5rem;
    height: 1.25rem;
}

.consent-switch .consent-label:after {
    border-radius: 50%;
    background-color: #fff;
    height: calc(1.25rem - .25rem);
    width: calc(1.25rem - .25rem);
    top: .125rem;
    left: .125rem;
}

@media (min-width:768px) {
    .consent-switch .consent-label {
        margin-left: -3.5rem;
        margin-bottom: 0;
    }
}

.consent-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1050;
    background-color: rgba(21, 28, 33, .9);
    overflow-x: hidden;
    overflow-y: auto;
    transition: all .2s;
    padding: 1rem;
}

.consent-modal:not(.show) {
    opacity: 0;
    visibility: hidden;
}

.consent-modal:not(.active) {
    display: none;
}

.consent-modal-content {
    margin: 2rem auto 0;
    max-width: 40rem;
    padding: 1rem;
    background: #fff;
    border-radius: .125rem;
    position: relative;
}

.consent-modal-content:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 90%;
    height: 2rem;
    margin: auto;
    box-shadow: 0px .25rem .625rem rgba(17, 17, 17, .45);
    border-radius: 50%;
    z-index: -1;
}

@media (min-width:768px) {
    .consent-modal-content {
        padding: 2rem;
    }
}

.consent-modal-close {
    border: 0;
    background: 0 0;
    color: #525252;
    position: absolute;
    right: 0;
    top: 0;
    outline: 0;
    cursor: pointer;
    padding: 1rem;
    transition: all .2s;
}

.consent-modal-close svg {
    width: 1.5rem;
    height: 1.5rem;
}

.consent-modal-close:hover {
    color: #324350;
}

.consent-modal-icon {
    width: 4.0625rem;
    height: 4.0625rem;
    border-radius: 50%;
    background-color: inherit;
    color: #435a6b;
    padding: 1rem;
    margin: -1rem auto -2rem;
    transform: translateY(-50%);
}

@media (min-width:768px) {
    .consent-modal-icon {
        margin-top: -2rem;
    }
}

#consent-manager {
    font-family: 'Proxima Nova', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif;
    color: #525252;
    font-size: .875rem;
    line-height: 1.5;
    position: fixed;
    z-index: 1050;
    bottom: 2rem;
    left: 1rem;
    right: 1rem;
}

#consent-manager,
#consent-manager *,
#consent-manager *:before,
#consent-manager *:after {
    box-sizing: border-box;
}

#consent-manager a {
    color: inherit;
    color: #435a6b;
}

#consent-manager a:hover {
    text-decoration: none;
}

#consent-manager p {
    margin: 0 0 1rem;
}

#consent-manager p:last-child {
    margin-bottom: 0;
}

#consent-manager svg {
    vertical-align: baseline;
}

#consent-manager hr {
    height: 0;
    border: 0;
    border-bottom: .0625rem solid #ddd;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.consent-icon {
    display: inline-block;
    vertical-align: -.2em;
    width: 1em;
    height: 1em;
    margin-left: .25em;
}

.consent-help {
    color: #525252;
    font-size: .9em;
    margin-top: .5rem;
    display: block;
}

.consent-display-1,
.consent-display-2,
.consent-display-3 {
    font-weight: 600;
    color: #435a6b;
    margin-bottom: 1rem;
    display: block;
}

.consent-display-1 {
    font-size: 1.25rem;
}

@media (min-width:768px) {
    .consent-display-1 {
        font-size: 1.5rem;
    }
}

.consent-display-2 {
    font-size: 1.1rem;
}

.consent-display-3 {
    font-size: .85rem;
}

#consent-banner {
    border: .0625rem solid #ddd;
    border-radius: .125rem;
    padding: 2rem 1rem 1rem;
    color: #525252;
    background-color: #fff;
    width: 100%;
    max-width: 75rem;
    margin: auto;
    transition: all .2s;
}

 :not(.fading)>#consent-banner {
    position: relative;
}

 :not(.fading)>#consent-banner:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 90%;
    height: 2rem;
    margin: auto;
    box-shadow: 0px .25rem .625rem rgba(17, 17, 17, .45);
    border-radius: 50%;
    z-index: -1;
}

@media (min-width:768px) {
    #consent-banner {
        padding: 1rem 2rem;
    }
}

.consent-banner-icon {
    border-radius: 10rem;
    padding: .75rem;
    width: 3.4375rem;
    height: 3.4375rem;
    background-color: inherit;
    border: .0625rem solid #ddd;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    color: #435a6b;
}

.consent-banner-icon:before {
    content: '';
    background-color: inherit;
    width: calc(100% + .125rem);
    height: calc(50% + .125rem);
    position: absolute;
    left: -.0625rem;
    top: 50%;
}

.consent-banner-icon svg {
    z-index: 1;
    position: relative;
}

@media (min-width:992px) {
    .consent-banner-icon {
        left: 0;
        top: 50%;
    }
    .consent-banner-icon:before {
        width: calc(50% + .125rem);
        height: calc(100% + .125rem);
        left: 50%;
        top: -.0625rem;
    }
}

.consent-banner-body {
    display: flex;
    align-items: center;
    flex-direction: column;
}

@media (min-width:768px) {
    .consent-banner-body {
        flex-direction: row;
    }
}

.consent-banner-description {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.consent-banner-actions {
    margin-top: 1rem;
    width: 100%;
}

@media (min-width:768px) {
    .consent-banner-actions {
        margin-top: 0;
        margin-left: 2rem;
        width: 16.875rem;
    }
}

.consent-show-more {
    text-align: right;
    display: block;
    margin: 0;
}

@media (min-width:768px) {
    .consent-show-more {
        float: right;
    }
}

@media (max-width:991.98px) {
    .consent-show-more {
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        font-size: .8rem;
        margin: 1rem 0;
    }
}

.consent-more-description {
    background: #fff;
    padding: 1rem;
    border-radius: .125rem;
    margin-top: 1rem;
}

.consent-info {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    border: .0625rem solid #ddd;
    border-radius: .125rem;
    padding: .5rem 1rem;
}

#consent-settings-btn {
    position: fixed;
    left: 1rem;
    bottom: 1rem;
    z-index: 1050;
    background: #fff;
    border-radius: 10rem;
    padding: .5rem;
    width: 2.5rem;
    height: 2.5rem;
    outline: 0;
    transition: all .2s;
    cursor: pointer;
    transition: all .2s;
}

#consent-settings-btn:hover,
#consent-settings-btn:focus {
    background: #435a6b;
}

 :not(.mini)>#consent-settings-btn {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(100%);
}

#consent-settings-btn .consent-icon {
    margin: 0;
    width: 100%;
    height: 100%;
}

input[type=checkbox]:checked+label {
    font-weight: 700;
}

label {
    display: block;
}

a {
    transition: color .2s ease-in-out;
    text-decoration: none;
}

 :focus {
    box-shadow: 0;
    outline: none;
}

button:focus {
    box-shadow: 0;
    outline: none;
}