:root {
    --note-bg-color:#68a5ff;
    --note-bg-color1:#6788b9;
    --frame-bg-color:#e0e0e0;
    --frame-border-color:#afafaf;
    --note-color:#fff;
    --note-font:'poppins';
    --note-weight:700;
    --popup-bg-color: #C8C4AB;
    --popup-bg-color-dark: #afab91;
    --christmas-red: #e10915;
}
.svg_kalender{
    width: 100%;
    height:100vh;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color:#000;
    overflow: hidden;
}
.svg_kalender>svg{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%,-50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    width: 100%;
    height: auto;
    /* background-size: contain; */
    background-repeat: no-repeat;
    background-position: center;
}
.svg_kalender>svg g{
    width:100%;
    height:100%;
}
.svg_kalender>svg path.unlocked {
    cursor: pointer;
}
.svg_kalender_desktop {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: auto;
    box-shadow: 16px 13px 20px 2px #0000009e;
}
.svg_kalender>svg g[id^="Tur_Nr_"] path:last-child{
    stroke: none;
    fill: #ecd06c1c;
    stroke-opacity: 1;
}
.svg_kalender>svg g[id^="Tur_Nr_"].active path:last-child{
    fill: #22253e42;
}
.svg_kalender>svg g[id^="Tur_Nr_"].unlocked path:last-child{
    fill: #22253e42;
}
.svg_kalender>svg g[id^="Tur_Nr_"].locked path:last-child{
}
.svg_kalender>svg g[id^="Tur_Nr_"].open path:last-child{

}
body>div>.svg_kalender:nth-of-type(2) {
    display: none;
    background-image: url('../components/advent_mobile_bg.jpg');
}
#advent_frage {
    position: fixed;
    top: 50%;
    left: 50%;
    background: var(--popup-bg-color);
    transform: translate(-50%,-50%);
    z-index: 22;
    padding: 0em;
    max-width: 35vw;
    min-width: 342px;
    max-height: 85vh;
    overflow: hidden;
    overflow-y: auto;
    font-size: 0.85em;
    width:35vw;
    letter-spacing: 0.1em;
}
#advent_frage .responseBox {
    position: absolute;
    top: 0%;
    left: 0;
    margin: 1em;
    width: calc( 100% - 2em );
    z-index: 1;
    height: calc( 100% - 2em );
    display: none; 
    align-items: center;
}
#advent_frage .responseBox>* {
    padding: 1em;
    background: #310003bf;
    width: 100%;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    border: 1px solid #fff;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#advent_frage .responseBox.show {
    display: flex;
}
#advent_frage .responseBox>*.success {
    bbackground: #09e1b2bf;
}
#advent_frage,#advent_frage *{
    padding:0;
}
#advent_frage .closer {
    position: absolute;
    top: .25em;
    right: .25em;
    width: 3.5em;
    height: 3.5em;
    line-height: 3.5em;
    text-align: center;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    border: 0px solid var(--popup-bg-color);
    border-bottom-width: 0.5em;
    border-left-width: 0.5em;
    padding: 0 !important;
}
#advent_frage .closer>span{
    display: block;
    width: 100%;
    height: 100%;
    line-height: 3em;
    background: var(--christmas-red);
    top: 0.15em;
    left: -0.15em;
    cursor: pointer;
    box-shadow: inset 0px 0px 6px #0000005e;
}
#advent_frage .postContent ul {
    list-style: none;
    margin-left: 1em;
}

#advent_frage .postContent ul li {
    margin-top: 0.1em;
    padding: 0.5em 0.5em;
    background: #d4d0b5;
    border-bottom: 0.1em solid #a2a092;
}
#advent_frage .postContent ul.winner {
    list-style: none;
    margin-left: 0em;
}
#advent_frage .postContent ul.winner li:first-of-type {
    margin-top: 0;
    text-align: center;
    padding: 0.5em 0.25em;
    background: #9a967b;
    border-bottom: 0.1em solid #a2a092;
    margin-bottom: -0.15em;
    color: #fff;
    text-transform: uppercase;
}
#advent_frage .adv_sponsor {
    margin-bottom: 2em;
}
#advent_frage .postContent ul.winner li {
    margin-top: 0.1em;
    padding: 0.5em 0.5em;
    background: #d4d0b5;
    border-bottom: 0.1em solid #a2a092;
}
/*
START : TABS 
*/

#advent_frage .tabs{
}
#advent_frage .tabs .tab {
    display: inline-block;
    padding: 0.5em 1em;
    background: var(--christmas-red);
    margin-bottom: 1em;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
}
#advent_frage .tabs .tab.selected {
    background: var(--popup-bg-color-dark);
    cursor: default;
    border-bottom: 1px solid var(--christmas-red);
}
/*
END : TABS
*/
#footer {
    position: fixed;
    bottom: 0;
    background: #ffffff9c;
    width: 100%;
    margin: 0 auto;
    max-width: inherit;
}
#advent_frage .advent_btn {
    padding: 1em;
    background: #afab91;
    margin: 1em 0;
    text-align: center;
    cursor: pointer;
}
#advent_frage .axForm.ready .advent_btn {
    background: #fff;
}
#advent_frage .advent_btn * {
    cursor: pointer;
}
#advent_frage .bild>div>.abgelaufen {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    border: 0px solid var(--popup-bg-color);
    border-bottom-width: 0.5em;
    border-right-width: 0.5em;
    z-index: 2;
}
#advent_frage .bild.hasSlick {
    margin-bottom: 4em;
}
#advent_frage .bild>div>.abgelaufen>span{
    display: block;
    width: 100%;
    height: 100%;
    line-height: 3em;
    background: var(--christmas-red);
    top: 0.15em;
    left: 0.15em;
    box-shadow: inset 0px 0px 6px #0000005e;
    padding: 0 1em;
}
#advent_frage ol{
    list-style: none;
}
#advent_frage ol li{
    display:flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    cursor:pointer;
    margin-bottom: 1.4em;
}
#advent_frage .bild {
    padding-top: 49%;
    padding-top: 60%;
    margin-bottom: 1.4em;
    cursor:pointer;
}
#advent_frage .bild * {
    cursor: pointer;
}
#advent_frage .bild:not(.old):before {
    content: 'Bild zum Vergrößern anklicken';
    position: absolute;
    top: 1.5%;
    left: 4%;
    color: #616771;
    z-index: 111;
    font-size: 0.6vw;
}
/*
#advent_frage .bild:before {
    content: 'Bild zum Vergrößern anklicken';
    position: absolute;
    top: 6.5%;
    left: 4.1%;
    z-index: 111;
    font-size: 0.6vw;
    background: red;
    color: #fff;
    padding: 0.3em 0.5em;
    line-height: 1;
    margin: 0;
    opacity: 0.3;
}
#advent_frage .old .bild:before{
    content: 'Bild zum Vergrößern anklicken';
    position: absolute;
    top: 10.5%;
    left: 4.1%;
    z-index: 111;
    font-size: 0.6vw;
    background: red;
    color: #fff;
    padding: 0.3em 0.5em;
    line-height: 1;
    margin: 0;
    opacity: 0.3;
}
*/
#advent_frage .text {
    padding:0 2.1vw 1.4em 2.1vw;
}
#advent_frage .text .abgelaufen{
    width: 100%;
    display: block;
    text-align: center;
    color: var(--christmas-red);
    background: #fff;
    padding: 0.5em 1em;
    text-transform: uppercase;
}
#advent_frage .text h4 {
    margin-bottom:1.4em;
    font-size:1.4em;
}
#advent_frage .bild>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 91.5% 86.9%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: contain;
}
#advent_frage .bild img{
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border: 0;
}
#advent_frage .axForm .frage,#advent_frage .axForm .eintragen {
    overflow:hidden;padding: 1em 0;
}
#advent_frage .axForm .eintragen>div {
    margin-bottom: 1.4em;
}
.flex-container.eintragen a {
        padding-bottom: 0.2em !important;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
    color: var(--christmas-red);
    font-style: italic;
    font-weight: 600;
}
.flex-container.eintragen a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    background: var(--christmas-red);
    height: 1px;
    transform: translateX(-50%);
    transition:all 0.25s ease;
}
.flex-container.eintragen a:hover:before {
    width: 100%;
}
#advent_frage .axForm .frage>p {
    font-style: italic;
    font-weight: 600;
    font-size: 1.4em;
}
#advent_frage .axForm .frage .answer_pool{
}
#advent_frage .axForm .frage .answer_pool * {
    cursor: pointer;
}
#advent_frage .axForm .frage .answer_pool>* {
    padding: 0.7em 0.5em;
    margin: 0;
    background: var(--popup-bg-color-dark);
    margin-top: 1em;
}
#advent_frage .axForm .frage .answer_pool>*:first-of-type {
    margin-top: 0;
}
#advent_frage .axForm .frage .answer_pool>*:nth-of-type(odd) {
    border-bottom:1px solid var(--popup-bg-color);
}
#advent_frage .axForm .frage .answer_pool *[type="radio"] {
    display: none;
}
#advent_frage .axForm label .switcher{

}
#advent_frage .axForm .auswahl {

}
#advent_frage .axForm .closed {
    width:0;
    height:0;
}
#advent_frage .axForm *[name] {
    border: none;
    border-bottom: 2px solid var(--christmas-red) !important;
    outline: none;
    display: block;
    padding: 0.5em 1em;
    box-shadow: 0px -1px 4px #00000087 inset;
    font-weight: 600;
    color: #333;
    width: 100%;
    border:none;
}
#advent_frage .axForm *[name]::placeholder {
    color: #bfbfbf;
    font-style: italic;
}
#advent_frage .axForm *[type="checkbox"] {
    border-bottom: inherit;
    outline: none;
    display: inline-block;
    padding: inherit;
    box-shadow: inherit;
    font-weight: inherit;
    color: #333;
    width: 2em;
    height: 2em;
    border: none;
    line-height: 2em;
}
#advent_frage button.los{
    border:none;
}
#advent_frage .hohoho_icon{
    display:inline-block;
    width: 3em;
    height: 3em;
    flex-shrink: 0;
    background-size: contain;
    background-repeat: no-repeat;
}

#advent_frage .answer_pool>li.selected .hohoho_icon{
    background-image:url('../components/checkbox_red.png') !important;
}
#advent_frage .hohoho_icon+* {
    padding-left: 1em;
}


#advent_frage li .hohoho_icon svg path{
    transition:all 0.25s ease;
 fill:#303C42;   
}
#advent_frage .correct .hohoho_icon svg path{
 fill:green;   
}
#advent_frage .correct {
    font-weight: 600;
 color:green;   
}
#advent_frage .wrong .hohoho_icon svg path{
 fill:var( --christmas-red );   
}
#advent_frage li:hover .hohoho_icon svg path{
 fill:blue;   
}

#advent_frage .ADVENTure_slick {
    width: 100%;
    padding-top: 56%;
}
#advent_frage .ADVENTure_slick *{
    outline:none;
}
#advent_frage .ADVENTure_slick>div.slick_frame {
    position:absolute;
    top:0;left:0;right:0;bottom:1px;
}
#advent_frage .ADVENTure_slick .ADVENTure_pic {
    width: 100%;
}
#advent_frage .ADVENTure_slick .slick-list,.ADVENTure_slick .slick-track{
    height:100%;
}
#advent_frage .ADVENTure_slick .ADVENTure_pic img {
    width: 100%;
    height: 100%;
    object-fit:cover;
}
#advent_frage .ADVENTure_slick .ADVENTure_pic video {
    width: 100%;
    height: 100%;
    object-fit:cover;
}
#advent_frage .ADVENTure_description {
    position: absolute;
    bottom: 0;
    background: #ffffffb3;
    width: 100%;
    line-height: initial;
    height: initial;
    padding: 1em;
    padding-bottom: 0;
    border-top: 1px solid var(--christmas-red);
}
#advent_frage .ADVENTure_description.relative {
    bottom: inherit;
    border-top: inherit;
    top: 0;
    border-bottom: 1px solid var(--christmas-red);
}

#advent_lightbox {
    display:flex;
    flex-flow:row nowrap;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #650000a1;
    z-index: 23;
}
/*
#advent_lightbox .alb_content {
    position: absolute;
    display:flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-flow:row nowrap;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #000000ad;
    min-width: 75%;
    min-height: 50%;
    border-radius: 15px;
    max-height: 90%;
    max-width: 90%;
    overflow: hidden;
    overflow-y: auto;
    padding:2em;
}
*/
#advent_lightbox .alb_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 15px;
}
/*
#advent_lightbox .alb_content>div:first-child {
    width:100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-flow: row nowrap;
    min-width: 50%;
    min-height: 50%;
    border-radius: 15px;
    max-height: 75vh;
    max-width: calc(100% - 2em);
    overflow: hidden;
    overflow-y: auto;
}
*/
#advent_lightbox .alb_content>div:first-child{
    border-radius: 15px;
    overflow: hidden;
    overflow-y: auto;
    width: calc(92vw - 1em);
    height: calc(76vh - 1em);
}
#advent_lightbox .alb_content img{
    flex: none;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#advent_lightbox .alb_content .bild{
    position: absolute;
    top:0;left:0;right:0;bottom:0;
}
#advent_lightbox .alb_content .bild>*:first-child{
    width:100%;
    height:100%;
}

#advent_lightbox  .alb_content .alb_closer{
    position: absolute;
    top: 0;
    right: 0;
    background: red;
    width: 3em;
    height: 3em;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    cursor:pointer;
}

#advent_lightbox .alb_closer>span{
    display: block;
    width: 100%;
    line-height: 3em;
    color: #fff;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    cursor:pointer;
}

 canvas{ display: block; vertical-align: bottom; } /* ---- particles.js container ---- */ #particles-js{ position:absolute; width: 100%; height: 100%; background-color: #b61924; background-image: url(""); background-repeat: no-repeat; background-size: cover; background-position: 50% 50%; } /* ---- stats.js ---- */ .count-particles{ background: #000022; position: absolute; top: 48px; left: 0; width: 80px; color: #13E8E9; font-size: .8em; text-align: left; text-indent: 4px; line-height: 14px; padding-bottom: 2px; font-family: Helvetica, Arial, sans-serif; font-weight: bold; } .js-count-particles{ font-size: 1.1em; } #stats, .count-particles{ -webkit-user-select: none; margin-top: 5px; margin-left: 5px; } #stats{ border-radius: 3px 3px 0 0; overflow: hidden; } .count-particles{ border-radius: 0 0 3px 3px; }
 #particles-js{position: absolute; width: 100%; height: 100%; background:none; top: 0; left: 0;}

@media screen and ( max-width: 720px ){
    
    body>div>.svg_kalender:nth-of-type(1) {
        display: none;
    }    
    body>div>.svg_kalender:nth-of-type(2) {
        display: inherit;
    }
    #advent_frage .bild>div>.abgelaufen {
        position: relative;
    }
    #advent_frage .bild {
        margin-bottom: 3.4em;
    }
    #advent_frage {
        max-width: 90vw;
        width: 90vw;
    }
    #advent_lightbox .alb_content{
        min-width:90%;
        min-height:90%;
    }

}