* {
  padding: 0;
  margin: 0;
}

/*.current {
    position: relative;
    top: -2px;
    left: 40px;
    width: 75px;@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700&display=swap');

    * {
      padding: 0;
      margin: 0;
    }

    /*.current {
        position: relative;
        top: -2px;
        left: 40px;
        width: 75px;
        height: 2px;
        background-color: white;
        z-index: 2;
    }*/

    .container {
      position: absolute;
      top: 0px;
      left: 0px;
      overflow-x: hidden;
      display: grid;
      height: 100%;
      width: 100%;
      grid-template-columns: 100vw;
      grid-template-rows:  min-content min-content min-content;
      grid-gap: 0rem;
      padding: 0;
      margin: 0;
    }

    @media screen and (max-width: 950px) {
      .container {
        position: absolute;
        top: 0px;
        left: 0px;
        overflow-x: hidden;
        display: grid;
        height: 100%;
        width: 100%;
        grid-template-columns: 100vw;
        grid-template-rows:  min-content min-content  min-content;
        grid-gap: 0rem;
        padding: 0;
        margin: 0;
      }
    }

    /*  --- HEADER ---  */

    .header {
        position: relative;
        grid-column: 1;
        grid-row: 1;
        z-index: 0;
        width: 100%;
        aspect-ratio: 1920 / 614;
    }

    @media screen and (max-width: 950px) {
      .header {
        aspect-ratio: 1920 / 1080;
      }
    }

    /*  --- BODY ---  */

    .datenschutz {
        position: relative;
        grid-column: 1;
        grid-row: 2;
        margin-top: 35px;
        left: 10%;
        right: 20%;
        width: 70%;
        height: min-content;
        z-index: 0;
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 10pt;
        padding-bottom: 75px;
    }

    @media screen and (max-width: 950px) {
        .datenschutz {
        grid-column: 1;
        grid-row: 2;
        position: relative;
        left: 5%;
        width: 90%;
        right: 5%;
        height: min-content;
        }
    }

    #padding {
      padding-top: 15px;
    }
    .text1 {
        position: relative;
        height: min-content;


    /*  --- FOOTER ---  */

    .footer {
        position: relative;
        padding-top: 20px;
        grid-column: 1;
        grid-row: 3;
        z-index: 0;
        width: 100%;
        height: auto;
    }



    *::-webkit-scrollbar {
      display: none;
    }

    html {
        overflow-x: hidden;
    }

    body {
        overflow-x: hidden;
    }

    height: 2px;
    background-color: white;
    z-index: 2;
}*/

.container {
  position: absolute;
  top: 0px;
  left: 0px;
  overflow-x: hidden;
  display: grid;
  height: 100%;
  width: 100%;
  grid-template-columns: 100vw;
  grid-template-rows: repeat(3, min-content);
  grid-gap: 0rem;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 950px) {
  .container {
    position: absolute;
    top: 0px;
    left: 0px;
    overflow-x: hidden;
    display: grid;
    height: 100%;
    width: 100%;
    grid-template-columns: 100vw;
    grid-template-rows: repeat(3, min-content);
    grid-gap: 0rem;
    padding: 0;
    margin: 0;
  }
}

/*  --- HEADER ---  */

.header {
    position: relative;
    grid-column: 1;
    grid-row: 1;
    z-index: 0;
    width: 100%;
    aspect-ratio: 1920 / 614;
}

@media screen and (max-width: 950px) {
  .header {
    aspect-ratio: 1920 / 1080;
  }
}

/*  --- BODY ---  */

.karte {
    grid-row: 2;
    grid-column: 1;
    position: relative;
    height: 700px;
    background-color: grey;
    overflow: hidden;
    top: 100px;
        position: relative;
        width: 80%;
        left: 10%;
        z-index: 2;
}

.title {
  width: 95%;
  padding-left: 2.5%;
  padding-right: 2.5%;
  text-align: center;
  color: #005999;
  font-family: 'Noto Sans JP', sans-serif;
  text-shadow: 2px 2px 4px grey;
  font-size: 40px;
  font-weight: 300;
  overflow: hidden;
  z-index: 0;
  margin-top: 60px;
}

@media screen and (max-width: 950px) {
    .title {
    }
}

.spektrum ul {
    position: relative;
    display: inline-block;
    top: 100px;
    left: 24%;
    text-align: left;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
    font-size: 20px;
    color: #005999;
    list-style-type: circle;
    width: 70%;
    line-height: 190%;
    z-index: 2;
    columns: 2;
}


@media screen and (max-width: 950px) {
    .spektrum ul {
        columns: 1;
    }
}

/*  --- FOOTER ---  */

.footer {
    position: relative;
    grid-column: 1;
    grid-row: 3;
    z-index: 0;
    width: 100%;
}



*::-webkit-scrollbar {
  display: none;
}

html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
}
