* {
  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: 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;
    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: 35px;
  font-weight: 300;
  overflow: hidden;
  z-index: 0;
  margin-top: 60px;
}

@media screen and (max-width: 950px) {
    .title {
      display: none;
    }
}

.titlemobile {
  text-align: left;
  padding-left: 17px;
  padding-right: 2.5%;
  color: #005999;
  font-family: 'Noto Sans JP', sans-serif;
  text-shadow: 2px 2px 4px grey;
  font-size: 28px;
  font-weight: 300;
  overflow: hidden;
  z-index: 0;
  padding-top: 30px;
  display: none;
}

@media screen and (max-width: 950px) {
    .titlemobile {
      display: block;
    }
}

.spektrum ul {
  position: relative;
  left: 24%;
  text-align: left;
  font-family: 'Noto Sans JP', sans-serif;
  padding-top: 80px;
  padding-bottom: 80px;
  margin: 0;
  font-weight: 300;
  font-size: 14pt;
  color: black;
  list-style-type: circle;
  width: 70%;
  line-height: 190%;
  z-index: 2;
  columns: 2;
}

@media screen and (max-width: 1400px) {
    .spektrum ul {
        font-size: 1.2vw;
    }
}


@media screen and (max-width: 950px) {
    .spektrum ul {
        columns: 1;
        text-align: left;
        left: 0;
        padding-left: 40px;
        padding-right: 2.5%;
        line-height: 200%;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 300;
        font-size: 11pt;
        z-index: 1;
        padding-top: 20px;
        padding-bottom: 40px;


    }
}

/*  --- 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;
}
