@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
  src: url(..\font\Montserrat\Montserrat.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }

html, body {
  height:  100%;
  margin: 0;
  padding: 0;
}

body {
  box-sizing: border-box;
  background-size: cover;
}

.inhalttext {
  font-size: 20px;
  text-align: justify;
}

.inhalt {
    padding: 40px 0;
    text-align: center;
    color: #ffffff;
}

.abstand40 {
    height: 40px;
}

.abstand80 {
    height: 80px;
}

.bggrey {
    background-color: #e3e3e3;
}

.textlogo {
  color: #fff;
  font-size: 3em;
}

a {
    color: #ffffff;
    font-family: inherit;
    font-weight: 1000;
    text-transform: uppercase;
    line-height: 1.1;
    color: inherit;
}

  @font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url(font\Montserrat\Montserrat.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }

.inhalttext h1 {
    text-transform: uppercase;
    font-size: 50px;
    text-align: center;
  }

.inhalttext h2 {
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
  }


  .SortimentIcons {
    width: 100px;
  }


.kleingedrucktes p{
  text-align: justify;
  padding: 15px;
  color: #ffffff;
  font-size: 0.9em;

}

.kleingedrucktes a{
  text-align: justify;
  color: #ffffff;
  font-size: 0.9em;
  text-decoration: none;
  text-transform: none;
  font-weight: 100;
}


  .impressum {
    text-align: center;
    padding: 15px;
    color: #ffffff;

  }

  .impressum p{
    font-size: 1.2em;
    color: #ffffff;
    padding: 10%;
  }

  .impressum a {
    text-decoration: underline;
    font-size: 0.8em;
    font-weight: 100;
    color: #ffffff;
  }

  @media screen and (max-width: 768px) {
    body {
      background-size: auto 100vh; /* Skaliert das Bild in der Höhe auf 100% des Viewports, Breite skaliert automatisch */
      background-position: center; /* Zentriert das Bild */
    }
    /*body {
      background: url('img/SC24_BG_mobil.jpg');
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-size: cover;
    }*/

    .inhalttext h1 {
      text-transform: uppercase;
      font-size: 30px;
      text-align: center;
      margin-top: 30px;
      margin-bottom: 20px;
    }
  
  .inhalttext h2 {
      text-transform: uppercase;
      font-size: 18px;
      text-align: center;
      margin-top: 30px;
      margin-bottom: 20px;
    }

    h1, .h1, h2, .h2 {
      margin-top: 30px;
      margin-bottom: 20px;
    }
    .kleingedrucktes p{
      text-align: left;
      font-size: 0.8;
      padding: 0;
    }
    .inhalttext p{
      text-align: left;
      font-size: 18px;
    }
    .impressum {
      padding: 10%;
    }
  }

  .image-wrapper {
    position: relative;
    display: inline-block; /* Oder block, je nach Bedarf */
  }
  
  .image-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Schwarzer Schleier mit 50% Deckkraft */
  }