    .spa-rahmen {
        width: 100%;
        overflow-x: auto; /* erlaubt horizontales Scrollen */
    }


    .spa-box {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: flex-start;
        flex-direction: row;
        align-content: flex-start;
        margin: 0 auto;
        /*border: 2px solid black;
         *   background-color: #ffffff;
         *   border-radius: 20px; */
    }

    .spa-box div {
        border: 0px solid black

    }

    .spa-piktospalte {
        justify-content: right;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        padding-right: 50px;
    }

    .spa-piktospalte img {
        height: 140px;
    }


    .spa-datenspalte {
        display: flex;
        flex-direction: column;
        margin-top: 0px;

    }

    .spa-saunatemp {
        text-align: left;
        color: #000000;
        font-size: 5rem;
        font-weight: 400;
        line-height: 1.0;
    }


    .spa-hottubtemp {
        text-align: left;
        color: #000000;
        font-size: 5.0rem;
        font-weight: 400;
        line-height: 1.0;
    }

    .spa-hottubpfeilbox {
        padding-top: 7px;
        padding-left: 37px;

    }


    .spa-hottubpfeilbox img {
        height: 40px;
    }

    .spa-time {
        text-align: center;
        margin-top: 5px;
        margin-bottom: 10px;
        color: #ff6600;
        font-size: 1.2rem;
        font-weight: 400;
        line-height: 1.0;
    }


    .spa-date {
        text-align: center;
        margin-top: 20px;
        margin-bottom: 0px;
        padding-left: 2px;
        color: #666666;
        font-size: 0.7rem;
        line-height: 1.0;
    }


    .spa-batt {
        text-align: left;
        margin-top: 10px;
        padding-left: 3px;
        color: #c1c1c1;
        font-size: 0.8rem;
        font-weight: 400;
    }


    .spa-aus {
        text-align: left;
        margin-bottom: 150px;
        color: #c1c1c1;
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 1.0;

    }

    .spa-an-box {
        text-align: left;
        color: #000000;
        font-size: 5.0rem;
        font-weight: 400;
        line-height: 1.0;

    }
