* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: rgb(244, 244, 244);
}

.hero {
  width: 100%;
  margin: 0 auto;
  height: 100vh;
  background-color: white;
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 40px;
}

.hero .links {
  background-image: url(../img/kurpark3.jpeg);
  background-size: calc(100vh - 80px);
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
}

.hero .links h1 {
  font-size: 36px;
  line-height: 48px;
  margin: 0 auto;
  padding: 40px 60px 0 60px;
  color: #eee;
  font-family: Times New Roman;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}

.hero h2 {
  padding-top: 0px;
  margin-bottom: 16px;
  margin-top: 24px;
  font-weight: 200;
}

.hero ul {
  padding-top: 10px;
  width: 480px;
  display: grid;
  grid-template-columns: auto auto auto auto auto auto auto;
}

.hero li {
  list-style: none;
  margin-top: 10px;
  font-size: 20px;
}

.hero1 {
  width: 100%;
  margin: 0 auto;
  height: 100vh;
  background-color: white;
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 40px;
}

.hero1 .links {
  background-image: url(../img/Grundschule.jpeg);
  background-size: calc(100vh - 80px);
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
}

.hero1 .links h1 {
  font-size: 36px;
  line-height: 48px;
  margin: 0 auto;
  padding: 80px 60px 0 60px;
  color: #eee;
  font-family: Times New Roman;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}

.hero1 h2 {
  padding-top: 0px;
  margin-bottom: 16px;
  margin-top: 24px;
  font-weight: 200;
}

.hero1 ul {
  padding-top: 10px;
  width: 480px;
  display: grid;
  grid-template-columns: auto auto auto auto auto auto auto;
}

.hero1 li {
  list-style: none;
  margin-top: 10px;
  font-size: 20px;
}

.gridi {
  display: grid;
  width: 540px;
  grid-template-columns: auto auto;
}

a {
  color: #111;
}

/* BILDSCHIRM KLEINER 1080PX */

@media screen and (max-width: 960px) {
  .hero {
    width: 100%;
    margin: 0 auto 24px 0;
    padding-bottom: 24px;
    height: 100%;
    background-color: white;
    display: grid;
    grid-template-columns: auto;
    column-gap: 0;
    border-bottom: 2px solid black;
  }

  .hero .links {
    height: 600px;
    background-image: url(../img/kurpark3.jpeg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
  }

  .hero .links h1 {
    font-size: 30px;
    line-height: 40px;
    margin: 0 auto;
    padding: 40px 60px 0px 60px;
    color: #eee;
    font-family: Times New Roman;
    font-weight: 600;
    text-transform: uppercase;
  }

  .hero1 {
    width: 100%;
    margin: 64px auto 24px 0;

    background-color: white;
    display: grid;
    grid-template-columns: auto;
    column-gap: 0;
  }

  .hero1 .links {
    height: 100%;

    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
  }

  .hero1 .links h1 {
    font-size: 30px;
    line-height: 40px;
    margin: 0 auto;
    padding: 200px 60px 0px 60px;
    color: #111;
    font-family: Times New Roman;
    font-weight: 600;
    text-transform: uppercase;
  }
  .gridi {
    display: grid;
    width: 480px;
    grid-template-columns: auto auto;
  }

  .hero .rechts {
    margin: 0 auto;
  }
}

/* BILDSCHIRM KLEINER 768PX */

@media screen and (max-width: 768px) {
}

/* BILDSCHIRM KLEINER 400PX */

@media screen and (max-width: 450px) {
  .hero {
    width: 100%;
    margin: 0 auto 24px 0;
    height: 100%;
    background-color: white;
    display: grid;
    grid-template-columns: auto;
    background-size: 100%;
  }

  .hero .links {
    height: 400px;
    width: 360px;
    background-image: url(../img/kurpark3.jpeg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin: 20px auto 0 auto;
  }

  .hero .links h1 {
    font-size: 20px;
    line-height: 28px;
    width: fit-content;
    margin: 40px auto 0 auto;
    padding: 0;
    color: #eee;
    font-family: Times New Roman;
    font-weight: 600;
    text-transform: uppercase;
  }

  .hero .rechts {
    padding: 0 20px;
  }

  .hero1 .rechts {
    padding: 0 20px;
  }

  .hero ul {
    padding-top: 20px;
    width: 300px;
    display: grid;
    grid-template-columns: auto auto auto auto;
  }

  .gridi {
    display: grid;
    width: 320px;
    margin: 0;
    grid-template-columns: auto auto;
  }

  .hero li {
    list-style: none;
    margin-top: 10px;
    font-size: 16px;
  }
}
