* {
  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 ---  */

.impressum {
    position: relative;
    grid-column: 1;
    grid-row: 2;
    left: 10%;
    width: 90%;
    height: min-content;
    z-index: 0;
}


@media screen and (max-width: 950px) {
    .impressum {
    grid-column: 1;
    grid-row: 2;
    position: relative;
    left: 5%;
    width: 93%;
    right: 2%;
    height: min-content;
    }
}

.text1 {
    position: relative;
    padding-top: 35px;
    text-align: left;
    color: black;
    font-family: 'Noto Sans JP', sans-serif;
    text-shadow: 2px 2px 4px grey;
    font-size: 35pt;
    font-weight: 400;
    height: min-content;

}

@media screen and (max-width: 950px) {
    .text1 {
      font-size: 30pt;
    }
}

.text2 {
    position: relative;
    padding-top: 20px;
    color: black;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 14pt;
    height: min-content;

}
.text3 {
    position: relative;
    padding-top: 5px;
    color: grey;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 11pt;
    height: min-content;

}
.text4 {
    position: relative;
    padding-top: 20px;
    color: black;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
    font-size: 11pt;
    height: min-content;

}
.text5 {
    position: relative;
    padding-top: 45px;
    color: black;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 14pt;
    height: min-content;

}
.text6 {
    position: relative;
    padding-top: 20px;
    color: black;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
    font-size: 11pt;
    height: min-content;

}
.text7 {
    position: relative;
    padding-top: 0px;
    color: blue;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
    font-size: 11pt;
    height: min-content;

}
.text8 {
    position: relative;
    padding-top: 40px;
    color: black;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 14pt;
    height: min-content;

}
.text9 {
    position: relative;
    padding-top: 20px;
    color: black;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
    font-size: 11pt;
    height: min-content;

}
.text10 {
    position: relative;
    padding-top: 0px;
    color: blue;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
    font-size: 11pt;
    height: min-content;

}
.text11 {
    position: relative;
    padding-top: 40px;
    color: black;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 14pt;
    height: min-content;

}
.text12 {
    position: relative;
    padding-top: 20px;
    color: black;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
    font-size: 11pt;
    height: min-content;

}
.text13 {
    position: relative;
    padding-top: 40px;
    color: black;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 14pt;
    height: min-content;

}
.text14 {
    position: relative;
    padding-top: 20px;
    color: black;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
    font-size: 11pt;
    height: min-content;
}
.text15 {
    position: relative;
    padding-top: 40px;
    color: black;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 14pt;
    height: min-content;

}
.text16 {
    position: relative;
    padding-top: 20px;
    color: black;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
    font-size: 11pt;
    height: min-content;

}
.text17 {
    position: relative;
    padding-top: 40px;
    color: black;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 14pt;
    height: min-content;

}
.text18 {
    position: relative;
    grid-column: 1;
    grid-row: 2;
    padding-top: 20px;
    color: black;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
    width: 90%;
    height: min-content;
    font-size: 11pt;

}
.text19 {
  position: relative;
  padding-top: 40px;
  color: black;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 14pt;
  height: min-content;
}
.text20 {
    position: relative;
    grid-column: 1;
    grid-row: 2;
    padding-top: 20px;
    color: black;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
    width: 90%;
    height: min-content;
    font-size: 11pt;
    padding-bottom: 75px;
}

/*  --- 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;
}
