<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#frmCC {
    margin:0;
    padding: 0;
}

.cc_overlay {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0,0,0,0.3);
    z-index: 999999;
    
}

.cc_wrapper {
    padding: 25px 35px 30px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
    background: #FFF;
    border-radius: 3px;
    bottom: 50px;
    border: 2px solid #666;
    opacity: 0;
    transition: opacity 0.4s;
}

.cc_overlay.show .cc_wrapper {
    opacity: 1;
}

.cc_options {
    padding-top: 15px;
}

.cc_intro {
    overflow-y: auto;
  max-height: 130px;
  border-bottom: 1px solid #ccc;
  position: relative;
  
}

.cc_option {
    flex-shrink: 0;
    display: flex;
}

.cc_option:first-child {
    margin-bottom: 20px;
}

.cc_option input[type=checkbox] {
    flex-shrink: 0;
    width: 21px;
    height: 21px;
    margin: 0px 10px 0 0;
    padding: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;

}

.cc_option input[type="checkbox"]:checked {
    background: #42b12d url(../images/check-weiss.svg) center center no-repeat;
    border-color: #42b12d;
    background-size: 15px;
}


div.explanation {
    font-size: 14px;
    font-family: Arial,sans-serif;
    font-weight: normal;
    line-height: 1.5;
    color: #000000;
}

.cc_submit {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.cc_image {
    margin-bottom: 30px;
    text-align: center;
}

.detail_tab li {
    list-style-type: disc;
    margin-left: 20px;
    font-weight: normal;
}

#cc_default {
    display: flex;
    margin-top: 30px;
}

#cc_default span {
    display: inline-block;
    cursor: pointer;
    font-family: Arial,sans-serif;
    font-size: 14px;
    margin-right: auto;
    background-color: #efefef;
    padding: 0px 40px;
    line-height: 40px;
    border-radius: 5px;
    color: #333;
}

#cc_bottomshadow {
    position: absolute;
    border: 0px;
    height: 65px;
    width: 100%;
    left: 0;
    pointer-events: none;
    border-bottom: 4px solid #fff;
    top: 132px;
    z-index: 100;
    transition: opacity .3s;
    background-image: linear-gradient(to top, rgb(255, 255, 255), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
}


.cc_cta {
    padding: 0px 70px;
    background-color:#222;
    display: block;
    border-radius:5px;
    color:#fff;
    font-size:15px;
    height: 40px;
    cursor:pointer;
    line-height: 40px;
    font-family: Arial,sans-serif;
    margin-left:10px;
}

.mobile .cc_cta {
    margin-bottom: 10px;
    margin-left:0px;
    width: 250px;
    padding: 0px;
}

.cc_cta:hover {
    background-color:#666666;
}

.cc_overlay h3 {
    font-family: Arial,sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.3;
    margin: 0 0 12px;
    color: #000000;
}

.cc_overlay p {
    font-family: Arial,sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 12px;
    color: #000000;
}

.cc_overlay label {
    padding-top: 0px;
    line-height: 1.5;
    font-weight: bold;
    color: #000000;
    font-family: Arial,sans-serif;
    font-size: 14px;
}

.cc_overlay ul {
    margin: 5px 0 15px;
    padding: 0;
    list-style-type: none;
    font-size: 14px;
    font-family: Arial,sans-serif;
}


.cc_overlay a {
    text-decoration: none;
    color: #0077CC;
    background: transparent;
    outline: 0;
    font-size: 14px;
}

.cc_overlay a:hover {
    text-decoration: underline;
}

.ie .cc_wrapper {
transform:translate(-50%,-50%);
}

.mobile .cc_overlay h3 {
    margin-bottom:10px;
    font-size:15px;
}

.mobile .cc_wrapper {
    left: 0px;
    right: 0px;
    bottom: 0px;
    font-size: 12px;
    padding: 20px;
    transform: none;
    overflow-y: auto;
    max-width: 100%;
    top: auto;
    max-height: 100%;
}

.mobile div.explanation,
.mobile .cc_overlay p,
.mobile .cc_overlay a,
.mobile .cc_overlay label,
.mobile .cc_overlay ul {
    font-size:13px;
}

.mobile .cc_image {
    margin-top:-4px;
}

.mobile .cc_option input[type=checkbox] {
    margin-top:-1px;
}

.mobile #cc_default span {
    margin-left: auto;
    width: 250px;
}

.mobile #cc_default {
    text-align:center;
    flex-direction: column-reverse;
    align-items: center;
}</pre></body></html>