@charset "UTF-8";
/* CSS Document */
.cookie-bar {
	display: none;
	position: fixed;
	bottom: 30px;
	left: 30px;
	right: 30px;
	padding: 30px;
	background: rgba(128,128,128,0.95);
	color: #fff;
	z-index: 10;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    /* font-family: "Arial", "Helvetica", sans-serif; */
}
.cookie-bar .content-width {
    width: 100%;position: relative;margin: 0 auto;
    display: -ms-flexbox;display: -webkit-flex;display: flex;
    -webkit-flex-direction: row;-ms-flex-direction: row;flex-direction: row;
    -webkit-flex-wrap: nowrap;-ms-flex-wrap: nowrap;flex-wrap: nowrap;
    -webkit-justify-content: flex-start;-ms-flex-pack: start;justify-content: flex-start;
    -webkit-align-content: stretch;-ms-flex-line-pack: stretch;align-content: stretch;
    -webkit-align-items: flex-start;-ms-flex-align: start;align-items: flex-start;
}

.cookie-bar .cookie-desc a { color: #fff; text-decoration: underline}
.cookie-bar .cookie-desc a:hover { text-decoration: none}

.cookie-bar .cookie-desc {-webkit-flex: 1 1 auto;-ms-flex: 1 1 auto;flex: 1 1 auto; width: 66.666%}
.cookie-bar .cookie-desc h3 {color: #fff; text-transform: unset; margin-bottom: 10px;}
.cookie-bar .cookie-desc p { margin: 0; padding: 0}
.cookie-bar .cookie-options  { width: 33.333333%; margin-left: 40px;}
.cookie-bar .cookie-options a.more {margin: 0 0 10px 10px; display: inline-table}

/* -- Buttons als Normaler Textlink-- */
.cookie-bar .cookie-options a.btn-config.filled { color: #9D9D9D}
.cookie-bar .cookie-options a.btn-accept.filled { color: #fff}
.cookie-bar .cookie-options a.btn-accept.filled i {float: right; width: 50px; height: 20px; position: relative; display: block; margin-left: 20px; top: 6px;}
.cookie-bar .cookie-options a.btn-accept.filled i::before,
.cookie-bar .cookie-options a.btn-accept.filled i::after { content:""; position: absolute;}

.cookie-bar .cookie-options a.btn-accept.filled i::before {width: 100%; height: 2px; background: #fff; top:50%; margin-top: -1px}
.cookie-bar .cookie-options a.btn-accept.filled i::after {
    width: 8px; height: 8px; border-right: 2px solid #fff; border-top: 2px solid #fff;
    -webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);transform: rotate(45deg);
    right: 0;top: 50%; margin-top: -5px;
}
.cookie-bar .cookie-options a.filled:hover {opacity: 0.8}

/* -- Buttons als CTA Textlink-- */
.cookie-bar .cookie-options a.btn-config.outline,
.cookie-bar .cookie-options a.btn-accept.outline { margin-top: -10px; margin-bottom: -10px; border: 2px solid #fff;padding: 10px 15px; display: inline-block}
.cookie-bar .cookie-options a.btn-config.outline { color: #fff;}
.cookie-bar .cookie-options a.btn-config.outline:hover { background: rgba(255,255,255,0.3);color: #fff}
.cookie-bar .cookie-options a.btn-accept.outline { background: #fff;color: #70843e
}
.cookie-bar .cookie-options a.btn-accept.outline:hover { background: rgba(255,255,255,0.3); color: #fff}


/* -- -- */
.cookie-opt-overlay {
    font-family: "Smooch Sans", "Helvetica", sans-serif;
    max-width: 600px;padding: 40px; color: #595959;
    background: #fff;position: fixed;
    left: 50%; top: 50%;z-index: 99999;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 10px 35px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 10px 35px rgba(0,0,0,0.1);
    box-shadow: 0 10px 35px rgba(0,0,0,0.1);
    width: 100%;
}
.cookie-opt-overlay .cookie-top-container { max-height: 70vh; overflow: auto}
.cookie-opt-overlay,
.cookie-opt-overlay * {-webkit-box-sizing: border-box; -moz-box-sizing: border-box;box-sizing: border-box;}
.cookie-opt-overlay .cookie-opt-title { font-size: 1.875rem; margin-bottom: 20px; text-transform: unset; color: #70843e;}

.cookie-opt-overlay .cookie-opt-close {
    float: right; border: 0; width: 30px; height: 30px; background: transparent;
    -moz-appearance: none; -webkit-appearance: none; appearance: none;
    position: relative; cursor: pointer;
}
.cookie-opt-overlay .cookie-opt-close span{ display: none}
.cookie-opt-overlay .cookie-opt-close::before,
.cookie-opt-overlay .cookie-opt-close::after {
    width: 20px; height: 2px; content:""; position: absolute; background: #808080;
    left: 50%; top: 50%;  margin-left: -10px; margin-top: -1px;
}

.cookie-opt-overlay .cookie-opt-close::before {-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);transform: rotate(45deg);}
.cookie-opt-overlay .cookie-opt-close::after {-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);transform: rotate(-45deg);}

.cookie-opt-overlay .cookie-opt-content { text-align: left}
.cookie-opt-overlay .cookie-opt-content p {font-family: 'Open Sans', sans-serif; font-size: 1em;}
.cookie-opt-overlay .cookie-opt-options {}
.cookie-opt-overlay .cookie-opt-toggle {
    width: 40px; height: 40px;cursor: pointer;
    background: transparent; border: 0; text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
}
.cookie-opt-overlay .cookie-opt-toggle::before {
    content: ""; width: 10px; height: 10px; position: absolute;
    left: 50%; top: 50%; margin-left: -5px; margin-top: -9px;
    border-right: 2px solid #808080; border-bottom: 2px solid #808080;display: block;
    -webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);transform: rotate(45deg);
}
.cookie-opt-overlay .cookie-opt-toggle.open {
    -webkit-transform: rotate(180deg);-moz-transform: rotate(180deg);transform: rotate(180deg);
}

.cookie-opt-overlay .cookie-opt-cattitle {
    background: #EDEDED; padding: 11px 10px; min-height: 40px; font-size: 13px;
    font-weight: bold; position: relative;
    border-top: 2px solid #fff;
}
.cookie-opt-overlay .cookie-opt-cattitle small {
    display: block; text-transform: none; font-size: 1em; font-family: 'Open Sans', sans-serif;
    padding-left: 30px;font-weight: normal; filter: alpha(opacity=75);
    opacity: 0.75; margin-right: 40px;padding-top: 5px; line-height: normal;
}
.cookie-opt-overlay .cookie-opt-cattitle:first-child { border-top: 0}

.cookie-opt-overlay .cookie-single-opt-toggle input,
.cookie-opt-overlay .cookie-opt-cattitle input { position: absolute; left: 0; top: 0; opacity: 0}

.cookie-opt-overlay .cookie-single-opt-toggle  label,
.cookie-opt-overlay .cookie-opt-cattitle label { cursor: pointer;}

.cookie-opt-overlay .cookie-single-opt-toggle label em,
.cookie-opt-overlay .cookie-opt-cattitle label em {
    width: 20px; height: 20px; display: block; background-color: #E1E1E1; color: #ccc; float: left; margin-right: 10px;
    border:0;
    -webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;margin-top: -1px;
    background-position: 3px 6px; background-size: 14px auto; background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMTEgOCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHN0eWxlPSJzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MjsiPjxwYXRoIGQ9Ik0xMC4wNTYsMC4wMDJjMC43ODcsMC4wNjYgMS4yMDYsMS4xMTggMC42NTEsMS43MDVsLTUuNzA3LDUuNzA3bC0zLjcwNywtMy43MDdjLTEuNDA5LC0xLjQ5IDAuNjMyLC0yLjE1NCAxLjQxNCwtMS40MTRsMi4yOTMsMi4yOTNsNC4yOTMsLTQuMjkzYzAuMzM1LC0wLjMxNyAwLjQwNCwtMC4zMDIgMC43NjMsLTAuMjkxWiIgc3R5bGU9ImZpbGw6I2NjYzsiLz48L3N2Zz4=);
}
.cookie-opt-overlay .cookie-opt-cattitle label span {padding: 2px 0;display: block; line-height: normal; margin: auto; font-size: 1.2rem; font-weight: 700;}
.cookie-opt-overlay .cookie-opt-cattitle label span span {display: inline}

.cookie-opt-overlay .cookie-single-opt-toggle:has(input:checked) label em,
.cookie-opt-overlay .cookie-opt-cattitle:has(input:checked) label em {
    color: #fff;background-color: #70843e;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMTEgOCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHN0eWxlPSJzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MjsiPjxwYXRoIGQ9Ik0xMC4wNTYsMC4wMDJjMC43ODcsMC4wNjYgMS4yMDYsMS4xMTggMC42NTEsMS43MDVsLTUuNzA3LDUuNzA3bC0zLjcwNywtMy43MDdjLTEuNDA5LC0xLjQ5IDAuNjMyLC0yLjE1NCAxLjQxNCwtMS40MTRsMi4yOTMsMi4yOTNsNC4yOTMsLTQuMjkzYzAuMzM1LC0wLjMxNyAwLjQwNCwtMC4zMDIgMC43NjMsLTAuMjkxWiIgc3R5bGU9ImZpbGw6I2ZmZjsiLz48L3N2Zz4=);
}
.cookie-opt-overlay .cookie-opt-catinfo { font-size: 13px; line-height: 16px; background: #F1F1F1; display: none;transition: height 0.35s ease-in-out; overflow: hidden;}
.cookie-opt-overlay .cookie-opt-catinfo.active {  display: block}

.cookie-opt-overlay .cookie-opt-catinfo p { padding: 15px 18px; margin: 0 }
.cookie-opt-overlay .cookie-opt-catinfo .cookie-opt-table-wrap{ padding: 15px 0; border-top: 1px solid #E4E4E4}
.cookie-opt-overlay .cookie-opt-catinfo table {table-layout: fixed;}
.cookie-opt-overlay .cookie-opt-catinfo table th,
.cookie-opt-overlay .cookie-opt-catinfo table td { text-align: left; vertical-align: top;padding: 2px 18px;}

.cookie-opt-overlay .cookie-opt-catinfo table th {width: 160px; font-size: 1em; font-weight: 600;}
.cookie-opt-overlay .cookie-opt-catinfo table td {font-family: 'Open Sans', sans-serif; font-size: 0.75em;}

.cookie-opt-overlay .cookie-single-opt-toggle { padding-left: 18px; float: left}
.cookie-opt-overlay .cookie-single-opt-toggle + table { margin-left: 50px; width: calc(100% - 50px)}
.cookie-opt-overlay .cookie-single-opt-toggle + table th{ padding-right: 0; padding-left: 0}
.cookie-opt-overlay .cookie-single-opt-toggle label { position: relative; top: 2px}
.cookie-opt-overlay .cookie-single-opt-toggle label span { display: none}

.cookie-opt-overlay .cookie-top-savebtn {
    width: 100%; cursor: pointer; background: #70843e; color: #fff; font-size: 1.125em; font-weight: 500; font-family: 'Smooch Sans', sans-serif;
    text-transform: uppercase;-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
    height: 40px; margin-top: 30px; border: 0; transition: all 200ms ease;
}
.cookie-opt-overlay .cookie-top-savebtn:hover {
   background: #8C1247;
}
@media only screen and (max-width: 1400px) {
    .cookie-bar .cookie-desc { padding-left: 20px}
    .cookie-bar .cookie-options { padding-right: 20px}
}
@media only screen and (max-width: 768px) {
    .cookie-bar .content-width {
        -webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;
        -webkit-align-items: stretch;-ms-flex-align: stretch;align-items: stretch;
    }
    .cookie-bar .cookie-desc { padding: 0 20px 20px}
    .cookie-bar .cookie-options {margin-left: 0;}
    .cookie-bar .cookie-options a.btn-config,
    .cookie-bar .cookie-options a.btn-accept { margin-top: 0;}
}
@media only screen and (max-width: 480px) {
    .cookie-opt-overlay { max-width: 90%;padding: 20px;}
    .cookie-opt-overlay .cookie-top-savebtn {margin-top: 20px }

    .cookie-bar .cookie-options a.btn-config,
    .cookie-bar .cookie-options a.btn-accept {  font-size: 12px;}
}

.cookie-bar .cookie-options button {
    display: table;
    font-family: 'Smooch Sans', sans-serif;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.125em;
    background: #70843e;
    overflow: hidden;
    border-radius: 5px;
    font-weight: 500;
    table-layout: fixed;
    position: relative;
    border: none;
    margin: 0 0 10px 10px;
    display: inline-table;
}
.cookie-bar .cookie-options button em,
.cookie-bar .cookie-options button span {
    display: table-cell;
    position: relative;
    z-index: 3;
    pointer-events: none;
}
.cookie-bar .cookie-options button em {
    width: 40px;
    height: 40px;
    background: #8C1247;
    text-align: center;
    line-height: 40px;
    min-width: 40px;
    position: relative;
    overflow: hidden;
}
.cookie-bar .cookie-options button em::before {
    display: inline-block;
    position: relative;
    left: 2px;
    top: 1px;
    z-index: 2;
}
.cookie-bar .cookie-options button em::after {
    content: "";
    width: 200%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #70843e;
    display: block;
    z-index: 0;
    -webkit-border-radius: 0px 20px 20px 0px;
    -moz-border-radius: 0px 20px 20px 0px;
    border-radius: 0px 20px 20px 0px;
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: -webkit-transform 450ms cubic-bezier(0.2, 1, 0.3, 1);
    -moz-transition: -moz-transform 450ms cubic-bezier(0.2, 1, 0.3, 1);
    transition: transform 450ms cubic-bezier(0.2, 1, 0.3, 1);
}
.cookie-bar .cookie-options button::before {
    content: "";
    width: 120%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #8C1247;
    display: block;
    z-index: 1;
    -webkit-border-radius: 0px 20px 20px 0px;
    -moz-border-radius: 0px 20px 20px 0px;
    border-radius: 0px 20px 20px 0px;
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: -webkit-transform 750ms cubic-bezier(0.2, 1, 0.3, 1);
    -moz-transition: -moz-transform 750ms cubic-bezier(0.2, 1, 0.3, 1);
    transition: transform 750ms cubic-bezier(0.2, 1, 0.3, 1);
}
.cookie-bar .cookie-options button span {
    padding: 0 20px;
    vertical-align: middle;
    white-space: nowrap;
}
.cookie-bar .cookie-options button:hover em::before {
    animation: shake 1200ms cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}
.cookie-bar .cookie-options button:hover em::after {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
}
.cookie-bar .cookie-options button:hover::before {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
}

@keyframes shake {
    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }
    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }
    30%,
    50%,
    70% {
        transform: translate3d(-2px, 0, 0);
    }
    40%,
    60% {
        transform: translate3d(2px, 0, 0);
    }
}
@keyframes shake-vert {
    10%,
    90% {
        transform: translate3d(0, -1px, 0);
    }
    20%,
    80% {
        transform: translate3d(0, 2px, 0);
    }
    30%,
    50%,
    70% {
        transform: translate3d(0, -2px, 0);
    }
    40%,
    60% {
        transform: translate3d(0, 2px, 0);
    }
}
