@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');
:root {
    --nova-schrift: #cfcec8;

    --nova-gold: #A89968;
    --nova-grau-1: #7E7E82;
    --nova-grau-2: #646566;
    --nova-grau-3: #4E4B48;
    --mova-grau-3-a40: rgba(78,75,72,0.4);
    --nova-grau-3-a80: rgba(78,75,72,0.8);
    --nova-schwarz: #2D2926;

    --nova-minze: #94dac5;
}


body {
    margin: 0;
    padding: 0;
    background: #383838;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    padding-top: 100px;
    color:var(--nova-schrift) ;
}


ul.eden {
    list-style-image: url(martin/img/arrow.gif);
}

h1 {
    font-family: Poppins, Sans-serif;
    font-size: 53px;
    font-weight: 700;
    line-height: 63px;
}

h2 {

    font-family: Poppins, Sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 63px;
    margin: 30px 0px 30px 0px
}

p {
    color:var(--nova-schrift) ;
    font-family: Poppins, Sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
}

div.image_text {
    position: relative;
    float: left;
    width: 150px;
}

h2.splx {
    position: absolute;
    top: 0px; left: 0;
    color: white; font:
        bold 12px/23px Helvetica, Sans-Serif;
    letter-spacing: -1px;
}
h2.l {
    background:  rgb(0, 0, 255);  /* The Fallback */
    background: rgba(0, 0, 255, 0.7);

}
h2.e {
    background:  rgb(0, 128, 0);  /* The Fallback */
    background: rgba(0, 128, 0, 0.7);
}
h2.k {
    background:  rgb(255, 165, 0);  /* The Fallback */
    background: rgba(255, 165, 0, 0.7)
}
h2.p {
    background:  rgb(255, 0, 0);  /* The Fallback */
    background: rgba(255, 0, 0, 0.7);
}
.key {display:inline-block;color:rgb(96,96,96);margin:0 .125em;padding:0 .25em;border:.125em solid rgb(237,237,237);border-radius:.25em;font-size:.938em;min-width:2em;text-align:center}

a { cursor: pointer; }

.bs-callout-danger {

}

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

table.db {
    border-collapse: collapse;
    font-family: monospace;
    font-size: 10pt;
    border-color: lightgray;
    border: 1px solid;
}

table.db th {
    background-color: grey;
}

table.fartenbuch {
    border-collapse: collapse; border: 1px solid black
}

table.fartenbuch th {
    width: 150px;
}

table.fartenbuch td {
    border: 1px solid gainsboro;
}

pre.console {
    color: #FFFFFF;
    background-color: #000000;
}

img.disabled {
    opacity:0.25;
}



.image-wrap {
    width: 100%;
    height: 50vw;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.image-wrap img {
    width: 100%;
    animation: move 40s ease;
    /* Add infinite to loop. */

    -ms-animation: move 40s ease;
    -webkit-animation: move 40s ease;
    -0-animation: move 40s ease;
    -moz-animation: move 40s ease;
    position: absolute;
}


@-webkit-keyframes move {
    0% {
        -webkit-transform-origin: bottom left;
        -moz-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
        -o-transform-origin: bottom left;
        transform-origin: bottom left;
        transform: scale(1.0);
        -ms-transform: scale(1.0);
        /* IE 9 */

        -webkit-transform: scale(1.0);
        /* Safari and Chrome */

        -o-transform: scale(1.0);
        /* Opera */

        -moz-transform: scale(1.0);
        /* Firefox */
    }
    100% {
        transform: scale(1.2);
        -ms-transform: scale(1.2);
        /* IE 9 */

        -webkit-transform: scale(1.2);
        /* Safari and Chrome */

        -o-transform: scale(1.2);
        /* Opera */

        -moz-transform: scale(1.2);
        /* Firefox */
    }
}


fieldset.majorpoints {
    border: 1px solid var(--nova-gold);
    /*background-color : var(--nova-gold);*/
    border-radius: 5px;
    padding: 1em 1em em ;
    text-align: left;
    margin : 10px;
    padding : 30px;

}

legend.majorpointslegend {
    font-size: xxx-large;
    cursor: pointer;
    float: right;
    padding: 0.2em 1.5em;
    font-weight: bolder;
}
.image-container {
    position: relative;
    max-width: 600px; /* Passe die Breite an deine Anforderungen an */
    margin: 0 auto;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color:  #ffffff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 24px;
    color: rgba(0, 0, 0, 0.7);
}
    border: 2px solid #ffffff; /* Weißer Rand mit 2px Breite */

.play-button i {
    margin-left: 2px;
}

/* Optional: Passen Sie das Aussehen des Play-Knopfes an */
.play-button:hover {
    /*background-color: rgba(0, 0, 0, 0.9);*/
}

/* Add your custom styles here */
.carousel-container {
    max-width: 1200px;
    margin: 0 auto;
}

.slick-carousel img {
    max-width: 100%; /* Make images responsive */
    height: auto; /* Maintain aspect ratio */
}

.slick-carousel .text-overlay {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: white;
}

.slick-carousel .text-overlay h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.slick-carousel .text-overlay p {
    font-size: 14px;
    margin-bottom: 0;
}

.slick-carousel .text-overlay a {
    color: white;
    text-decoration: underline;
}



fieldset.majorpoints {
    border: 1px solid var(--nova-gold);
    background-color : var(--nova-gold);
    border-radius: 5px;
    padding: 1em 1em em ;
    text-align: left;
    margin : 10px;
    padding : 30px;
}

fieldset.majorpoints:hover {
    cursor: pointer
}

legend.majorpointslegend {
    float: right;
    /*padding: 0.2em 1.5em;*/
}


/* Anpassung Sidetable */
.sidetable {
    overflow:hidden;
    display:inline-flex;
    position: fixed;
    top: 300px;
    z-index: 10070;
    right: 0px;
    transform: translateX(calc(100% - 50px));
    transition:max-height 0.7s ease-in-out ,transform 0.7s ease-in-out,top 0.7s ease-in-out,opacity 0.7s ease-in-out ;
    margin:20px 0px 20px 20px;
    box-shadow: 3px 3px 7px rgb(0 0 0 / 20%)!important;
    max-height:125px;
    max-width: 700px;
}
.sidetable-child {   
    display:block;
    background: white;
    padding: 30px 30px;
    width:600px;
}
.sidetable-head {
    width:50px;
    background:var(--nova-gold);
    border-radius: 5px 0px 0px 5px;
}

.sidetable-child .ce_form {overflow:visible;}

@media only screen and (max-width: 1025px){
    .sidetable {
        overflow:hidden;
        display:inline-flex;
        position: fixed;
        top: 300px;
        z-index: 50;
        right: 0px;
        transform: translateX(calc(100% - 50px));
        transition:max-height 0.7s ease-in-out ,transform 0.7s ease-in-out,top 0.7s ease-in-out,opacity 0.7s ease-in-out ;
        margin:20px 0px 20px 20px;
        box-shadow: 3px 3px 7px rgb(0 0 0 / 20%)!important;
        max-height:125px;
        max-width: 700px;
    }
    .sidetable-child {   
        display:block;
        background: white;
        width:600px;
        padding: 30px 30px;
    }
    .sidetable-head {
        width:50px;
        background:var(--nova-gold);
        border-radius: 5px 0px 0px 5px;
    }

    /*.sidetable-child .ce_form {overflow:visible;}
    .sidetable-child .ce_text,.sidetable-child .ce_form ,.sidetable-child .ce_divider_extended {display:none;} */
}

.sidetable-child .ce_form {overflow:visible;}

@media only screen and (max-width: 600px){
    .sidetable {
        overflow:hidden;
        display:inline-flex;
        position: fixed;
        top: calc(100% - 180px);
        z-index: 50;
        right: 0px;
        transform: translateX(calc(100% - 50px));
        transition:max-height 0.7s ease-in-out ,transform 0.7s ease-in-out,top 0.7s ease-in-out,opacity 0.7s ease-in-out ;
        margin:20px 0px 20px 20px;
        box-shadow: 3px 3px 7px rgb(0 0 0 / 20%)!important;
        max-height:125px;
        max-width: 400px;
    }
    .sidetable-child {
        display:block;
        background: white;
        padding: 30px 30px;
        width:unset;
    }
    .sidetable-head {
        width:50px;
        background:var(--nova-gold);
        border-radius: 5px 0px 0px 5px;
    }

    /*.sidetable-child .ce_form {overflow:visible;}
    .sidetable-child .ce_text,.sidetable-child .ce_form ,.sidetable-child .ce_divider_extended {display:none;} */
}

.navbar {
    transition: top 0.3s; /* Smooth transition when the navbar appears */
}

.navbar.hidden {
    top: -100px; /* Hide the navbar above the viewport */
}


div.row {
    padding-top : 30px;
}


.centered-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white; /* Textfarbe weiß */
    font-size: 24px;
    font-weight: bold;
    display: none; /* Starte ausgeblendet */
}

/* Zeige nur das erste Element mit der Klasse "centered-text" */
.centered-text:first-child {
    display: block;
}