body,
html {
    height: 100%;
    margin: 0;
}

td {
    font-size: 18px;
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.bild {
    width: 100%;
    height: auto;
}

.video {
    width: 100%;
    height: auto;
}

.div {
    width: 90%;
    height: 90%;
}

.container {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.hintergrund-bild {
    width: 90%;
    height: auto;
    object-fit: cover;
    display: block;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}

.textBild {
    position: absolute; 
    top: 96%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: rgb(9, 9, 9);
    background: #f2efef;
    font-size: 20px;
    padding: 3px;
    display: inline-block;
}

.textBild p {
    margin: 0;
    /* Um den Abstand innerhalb des Textes zu entfernen */
}

#schliessenBtn {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50px; /* Breite des Buttons */
    height: 19px; /* Höhe des Buttons */
    background: #e7be43;
}
.full-screen-active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: black;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
 }
 .schwebendes-gif-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: +7%;
    width: +7%
}
@media only screen and (orientation:portrait) {
    .schwebendes-gif-next {
        position: absolute;
        top: 20%;
        left: 95%;
        transform: translate(-50%, -50%);
        height: +7%;
        width: +7%
    }

    .schwebendes-gif-pref {
        position: absolute;
        top: 20%;
        left: 5%;
        transform: translate(-50%, -50%);
        height: +7%;
        width: +7%
    }

    .schwebendes-gif-home {
        position: absolute;
        top: 6%;
        left: 95%;
        transform: translate(-50%, -50%);
        /* height: +7%;
        width: +7% */
    }

    .textBild {
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        color: rgb(9, 9, 9);
        background: #f2efef;
        font-size: 20px;
        padding: 20px;
        display: inline-block;
    }

    /* 		body {
        background-color: #3f2b2b;
    } */
}

@media only screen and (orientation:landscape) {
    .hintergrund-bild {
        width: auto;
        height: 100%;
        object-fit: cover;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 100%;
        max-height: 100%;
    }

    .schwebendes-gif-next {
        position: absolute;
        top: 50%;
        left: 95%;
        transform: translate(-50%, -50%);
    }

    .schwebendes-gif-pref {
        position: absolute;
        top: 50%;
        left: 5%;
        transform: translate(-50%, -50%);
    }

    .schwebendes-gif-home {
        position: absolute;
        top: 10%;
        left: 95%;
        transform: translate(-50%, -50%);
    }
    .schwebendes-gif-home1 {
        position: absolute;
        top: 50%;
        left: 95%;
        transform: translate(-50%, -50%);
    }
    .schwebendes-gif-home2 {
        position: absolute;
        top: 50%;
        left: 5%;
        transform: translate(-50%, -50%);
    }
}

surface {
    width: 95%;
    height: auto;
    background: #C0C0C0;
    border: 1px solid #C0C0C0;
    padding: 1px;
    text-align: center;
    box-sizing: border-box;
    /* margin: 14px 0; */
}