@font-face {
  font-family: 'Inter';
  src: url('/fonts/Inter-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Inter';
  src: url('/fonts/Inter-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}

body {
  margin: 0;
  background: #ffffff;
  font-family: 'Inter', sans-serif;
  font-weight: 300;
}

.logo {
  width: 180px;
  display: block;
}
    
    
    .spa-rahmen {
        width: 100%;
        overflow-x: auto; /* erlaubt horizontales Scrollen */
       
    }


    .logo-box {
        display: flex;
        flex-wrap: nowrap;
        justify-content: left;
        align-items: flex-start;
        flex-direction: row;
        align-content: flex-start;
        width: 100%;
        max-width: 318px;
        margin: 0 auto;
        margin-top: 50px;

    }


    .spa-box {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: flex-start;
        flex-direction: row;
        align-content: flex-start;
        width: 100%;
        max-width: 318px;
        margin: 0 auto;
        margin-top: 20px;
        border: 2px solid #303030;
        padding-top: 20px;
        padding-left: 10px;
        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;
        margin-bottom: 20px;
    }

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


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

    }

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



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


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

    }
