

.imgLightDark{
    display: inline-block;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0 calc( var(--paddingX) *-1);
    margin-bottom: var(--paddingY);
}


.imgLightDark.camppokusInfo{
    background-image: url("img/info/CampPokus_Logo.webp");
    width: 100vw;
    height: calc(100vw / 1920 * 560 );
    margin-top: calc(var(--paddingY) *-1);
}

@media (prefers-color-scheme: dark) {
    .imgLightDark.camppokusInfo{
        background-image: url("img/info/CampPokus_Logo_Dark.webp");
    }
}


.imgLightDark.WilkaShop{
    background-image: url("img/shop/Shop.webp");
    width: 100vw;
    height: calc(100vw / 1920 * 720 );
    margin-top: calc(var(--paddingY) *-1);
}

/* - - - INFO - - - */
.ig-feed-helper{
    width: 100%;
	height: auto;
}
.ig-feed-helper {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
  }
  
  .ig-feed-helper iframe {
    width: 100%;
    height: 100vh; /* Or a fixed height, e.g., 600px */
    transform: scale(1); /* Adjust the scale as needed */
    transform-origin: top left;
  }

.discord{
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    border-radius: 15px;
    text-decoration: none;
    color: var(--swiper-theme-color);
    display: flex;
    background-color: var(--headerBGColor);
    justify-content: center;
    transition: all 0.2s ease-in-out;
    align-items: center;
}
.discord:hover{
    scale: 1.01;
    color: var(--color);
}
.info-webapp p, .comingsoon p, .feedback p{
    padding: 5px 0;
    margin: 0;
}
.info-webapp h2, .comingsoon h2, .feedback h3{
    padding: 5px 0;
    padding-top: 15px;
    margin: 0;
}
.infoWichtig{
    font-family: "LatoWebRegular", serif;
    font-weight: bold;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 20px;
}
/* - - - TAGESPLAN - - - - - - - - - - */

.tagesplan table{
    border-collapse: collapse;
    width: 100%;
}
.tagesplan table th:first-of-type{
    text-align: center;
}
.tagesplan tr {  
    display: table-row;
    border-top: var(--colorTrans50) 1px solid;
}
.tagesplan tr:first-child {
    border-top: none;  
}
.tagesplan tr > td {            
    font-family: "LatoWebHairline", serif;
    padding: 0 10px;  
}
.tagesplan tr > td:first-of-type {         
    font-family: "bodedo", sans-serif;
    letter-spacing: 0.04em;
    padding: 6px 10px;
    text-align: center;
    width: 50px;
}
.tagesplan tr > td:nth-of-type(2) {   
    font-weight: bold;
}
.tagesplan tr.big > td:nth-of-type(2) {         
    font-family: "bodedo", sans-serif;
    letter-spacing: 0.04em;
    font-size: 1.1em;
}
.tagesplan tr.aktivitaet > td {
    padding: 6px 10px;  
}

/* - - - CAMPREGELN - - - - - - - - - - */
.campregeln li{
    position: relative;
    margin: 16px 0;
    font-family: "LatoWebRegular", serif;
}
.campregeln li::marker{
    font-family: "bodedo", sans-serif;
    margin-right: 8px;
}
.campregeln li.durchgestrichen::before{
    content: "";
    position: absolute;
    background-image: url("../../images/durchgestrichen1.webp");
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    left: -20px;
}
.durchgestrichen::before{
    content: "";
    position: absolute;
    background-image: url("../../images/durchgestrichen1.webp");
    background-repeat: no-repeat;
    background-size: contain;
    width: 75%;
    height: 100%;
}
.infosCP img{
    /*max-height: 460px;*/
    height: auto;
    width: 100%;
}
.infosCP .container-Text-Image-50>div,
.infosCP .container-Image-Text-50>div{
    justify-content: center;
}
.campkarte img{
    justify-self: center;
    align-self: center;
    width: 100%;
    height: auto;
}
/* - - - Strafen - - - */
#strafen p, .sorten p{
    font-family: "LatoWebHairline", serif;
    font-weight: bold;
    margin: 0;
}
.mainChar{
    font-family: "bodedoBold", serif;
    font-size: x-large;
}
#strafen .strafenname{
    font-family: "LatoWebRegular", serif;
    font-weight: bold;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 20px;
}
/* - - - Magie - - - - - - - - - - */
.imgLightDark.MagiePentagram{
    background-image: url("img/magie/MagiePentagram_01.webp");
    width: 100vw;
    height: 100vw;
}

@media (prefers-color-scheme: dark) {
    .imgLightDark.MagiePentagram{
        background-image: url("img/magie/MagiePentagram_01_Dark.webp");
    }
}

/* - - - Shop - - - */
.menucard-fullitem img{
    width: 50px;
}
.row{
    display:flex;
    gap: 15px;
    flex-direction: row;
    align-items: center;
}
.col{
    display:flex;
    flex-direction: column;
}

.menucard-part p{
    margin: 0;
    padding: 0;
}
.menucard-fullitem .content-description{
    margin: 0;
    padding: 5px 0;
    
}
.menucard-fullitem{
    padding: 10px 0;
}

.menucard hr{
    width: 100%;
    opacity: 0.1;
}

.menucard{
    height: 100%;
    display: flex;
    flex-direction: column;
}

.menucard .item{
    animation: itemScroll linear;
    animation-timeline: view();
    animation-range: entry 0% cover 100%;
}

@keyframes itemScroll{
    0%{
        opacity: 0.7;
        scale: 0.95;
        transform: translateX(-20px);
    }
    10%{
        transform: translateX(0px);
    }
    50%{
        opacity: 1;
        scale: 1.01;
        transform: translateX(0px);
    }
    100%{
        opacity: 1;
        scale: 1;
        transform: translateX(0px);
    }
}

.geschmacksrichtungen .sorte{
    font-family: "LatoWebRegular", serif;
    font-weight: bold;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 10px;
}

/* - - - Personen - - - */
.perso .collapsible-main{
    justify-content: space-between;
    width: 100%;
}

/* - - - Personen2 - - - */

/* Tabs mit radio-Buttons */
.tabs{
    width: 100%;
    display: block;
    position: relative;
    white-space: nowrap;

}

.tabs .tab{
    display: inline-block;
    white-space: normal;
    vertical-align: top;
    padding: 5px 10px;
}

.tabs .tab>input[type="radio"] {
    display: none;
}

.tabs .tab>label {
    padding: 10px 20px;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    color: var(--headerBGColor);
    background: var(--swiper-theme-color);
    display: inline-block;
    white-space: normal;
    vertical-align: top;
    border-radius: 5px 5px 0px 0px;
}

.tabs .contents {
    z-index: 0;/* or display: none; */
    overflow: hidden;
    width: 100%;
    padding: 0px;
    padding-top: 20px;
    position: absolute;
    left: 0;
    background: var(--headerBGColor);
    opacity: 0;
    transition: opacity 400ms ease-out;
    border-radius: 5px 5px 5px 5px;
}

.tabs>.tab>[id^="tab"]:checked + label {
    top: 0;
    background: var(--headerBGColor);
    color: #F5F5F5;
}

.tabs>.tab>[id^="tab"]:checked ~ [id^="tab-content"] {
    z-index: 1;/* or display: block; */
    opacity: 1;
    transition: opacity 400ms ease-out;
}
ul, ul li{
    margin: 0;
    padding: 0;
}

.tabs .row{
    justify-content: space-between;
    padding: 0 5px;
}
li{
    border-radius: 5px;
}


/*REGELN NEW SWIPER*/
/*REGELN NEW SWIPER*/
/*REGELN NEW SWIPER*/
/* - - - KENNTNISSE - - -*/
.kenntnis-item{
    display: grid;
    grid-template-columns: 1.5fr 3fr;
    grid-gap: 10px;
    padding: 10px 0;
}
.kenntnis-item h4, .kenntnis-item p, .kenntnis-main .row p{
    margin: 0;
    padding: 0;
}
.kenntnis-main .row{
    align-items: baseline;
    margin: 15px 0;
    padding: 0;
    padding-top: 10px;
}
.kenntnis-main{
    background-color: var(--highlightBG);
    margin: 0px -20px;
    padding: 20px;
    padding-bottom: 0px;
    margin-bottom: 10px;
}
.kenntnis-main h3{
    margin: 0;
    padding-bottom: 5px;
    color: var(--highlightColor);
}
.kenntnis-main strong{
    color: var(--highlightColor);
}
.kenntnis-main .col p{
    align-items: baseline;
    margin: 0;
    padding: 0;
    padding-bottom: 5px;
    color: var(--highlightColor);
}
.kenntnis-main .col{
    padding: 5px 0;
}
.kenntnisse-content{
    width: 100%;
}
.kenntnisse-content hr{
    width: 90%;
    opacity: 0.4;
}
.kenntnis-main .content-description{
    color: var(--highlightColor);
}

/* - - - DESASTER - - - */
.desaster-item p, .desaster-item h4{
    margin: 0;
    padding: 0;
    padding-bottom: 5px;
}
.desaster-item{ /*komplettes ding*/
    align-items: baseline;
    border-bottom: var(--border-colorTrans) solid 0.5px;
}

.desaster-item .collapsible{
    border-bottom: none;
}

.row-space{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: flex-start;
    width: 100%;
}



.abk-item{
    display: grid;
    grid-template-columns: 1fr 3fr;
    align-items: center;
}
.abk-item p, .abk-item h4{
    padding: 10px;
    margin: 0;
}

/*AKTIONEN START*/

.akbox1{
    background-color: var(--highlightBG);
    padding: 5px;
}
.akbox1 p{
    padding: 0 10px;
}

.akbox2{
    background-color: var(--color);
    padding: 5px;
    float:right;
}

.akbox2 p{
    padding: 0 10px;
    color: var(--highlightBG);
}
/*AKTIONEN END*/


/*CAMPREGELN START*/
#output-campregeln img{
    padding-bottom: 15px;
}
/*CAMPREGELN END*/

/*ORTE START*/
.ortsname{
    background-image: url("../images/ci/CP_Camptober24_Website-TitleBG.webp");
    min-width: 250px;
    background-repeat: no-repeat;
    width: fit-content;
    background-size: cover;
    z-index: 100;
    position: relative;
    margin-bottom: -40px;
}
.ortsname h2{
    margin: 25px;
    padding: 25px;
    color: var(--highlightBG);
}

.card-ort .top img{
    display: block;
    width: 90%;
    height: 100%;
    justify-self: center;
    object-fit: cover;
    top: -30px;
    position: relative;
}

.card-stats{
    display: flex;
    justify-self: center;
    width: 90%;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
}

.stat-item p, .stat-item h4{
    margin: 0px 0px;
    padding: 5px 0px;
}
/*ORTE END*/

.veranstaltungen-content p{
    margin-top: 0px;
    padding-top: 0px;
}


.veranstaltungen-content h3, .veranstaltungen-content h4{
    font-family: 'Lato';
    margin: 0px;
    font-weight: 100;
}

/*INTERACTIVE MAP*/
#map{
    height: 100vh;
    background-color: var(--headerBGColor);
}

#map .leaflet-overlay-pane img{
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.custom-label {
    font-size: 14px;
    font-weight: bold;
    color: white;
    background: rgba(0, 0, 0, 0.6);
    padding: 5px 10px;
    border-radius: 5px;
    text-align: center;
}
.label-text {
    display: inline-block;
    white-space: nowrap;
}

.custom-buttons {
    background: rgba(255, 255, 255, 0.8);
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.custom-buttons button {
    display: block;
    width: 100px;
    margin: 5px 0;
    padding: 5px;
    background: #3498db;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 3px;
}

.custom-buttons button:hover {
    background: #2980b9;
}

