@media (max-width: 432px) {
    #sceneselector .scene {
        width: calc(50% - 10px) !important;
    }
    #sceneselector .scene h2 {
        font-size: 16px;
    }
}

@media (max-width: 1024px) {
    #sceneselector .scene h2 {
        opacity: 1;
        background-color: #fff;
        color: var(--bold-green);
    }
}

@media (max-width: 1115px) {
    #sceneselector {
        width: calc(100% - 10px);
        left: 0;
        right: 0;
        height: auto;
        display: initial;
        padding: 5px;
        text-align: center;
    }
    #sceneselector .scene {
        width: 130px;
        height: 130px;
        display: inline-block;
        margin: 5px 5px 0 5px;
    }
}

@media (max-width: 1380px) {
    #sceneselectorhandle {
        left: 50%;
        transform: translateX(-50%);
    }
    #sceneselector .scene .scene-bg {
        background-size: cover;
        background-position: center;
    }
    #sceneselector .scene h2 {
        font-size: 17px;
    }
}

@media (min-width: 1116px) and (max-width: 1380px) {
    #sceneselector {
        width: 1085px;
        height: 130px;
        left: 50%;
        transform: translateX(-50%);
    }
    #sceneselector .scene {
        width: 115px;
        height: 115px;
    }
}

@media (max-height: 800px) and (max-width: 640px) {
    #sceneselector .scene {
        height: 80px;
        width: 140px;
    }
    #sceneselector .scene h2 {
        font-size: 16px;
    }
}

@media (hover: none) { /* Media Query für Touch Devices */
    #sceneselector .scene h2 {
        display: initial;
    }
    #scenetooltip {
        display: none;
    }
}
