@font-face {
  font-family: "Bourton";
  src: url("fonts/BourtonBase.woff") format("woff");
  font-weight: 700;
}
@font-face {
  font-family: "MuseoSans";
  src: url("fonts/MuseoSans100.woff") format("woff");
  font-weight: 100;
}
@font-face {
  font-family: "MuseoSans";
  src: url("fonts/MuseoSans500.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: "MuseoSans";
  src: url("fonts/MuseoSans700.woff") format("woff");
  font-weight: 700;
}
html {
  font-family: MuseoSans, sans-serif;
  font-style: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "kern" 1, "liga" 1;
}

body {
  background-color: #002719;
}

* {
  scroll-behavior: smooth;
  margin: 0 0;
  color: white;
  -webkit-text-stroke-width: 0.03px;
  -webkit-text-stroke-color: white;
  -webkit-font-smoothing: antialiased;
}

*, *::before, *::after {
  box-sizing: border-box;
}

body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, figure, figcaption, blockquote, dl, dd, div, address {
  line-height: 1.3em;
  margin: 0;
}

ul, ol {
  list-style: none;
  padding: 0;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

* {
  font-size: 24px;
  font-weight: 100;
}
@media (max-width: 1600px) {
  * {
    font-size: 22px;
  }
}
@media (max-width: 1200px) {
  * {
    font-size: 21px;
  }
}
@media (max-width: 900px) {
  * {
    font-size: 19px;
  }
}
@media (max-width: 500px) {
  * {
    font-size: 18px;
  }
}

h1 {
  font-size: 3.3rem;
  font-family: "Bourton";
  text-align: center;
}
@media (max-width: 1200px) {
  h1 {
    font-size: 2.9rem;
    line-height: 1.1em;
  }
}
@media (max-width: 900px) {
  h1 {
    font-size: 7.5vw;
    margin: 0 0.5em;
  }
}

h2 {
  font-size: 2.2rem;
  font-family: "Bourton";
  text-align: center;
  margin-top: 1.5rem;
  position: relative;
}
h2::before {
  display: inline-block;
  content: "";
  position: absolute;
  top: -0.4em;
  border-top: 0.2rem solid white;
  width: 4.5em;
  left: calc(50% - 2.25em);
}
@media (max-width: 900px) {
  h2 {
    font-size: 2rem;
  }
}
@media (max-width: 500px) {
  h2 {
    font-size: 1.7rem;
  }
}

h3 {
  font-size: 1.7rem;
  font-family: "MuseoSans";
  font-weight: 100;
  text-transform: uppercase;
  margin-bottom: 0.2em;
  line-height: 1.2em;
  font-size: 1.5rem;
}
h4 {
  font-size: 1rem;
  font-family: "MuseoSans";
  font-weight: 700;
  margin-bottom: 0.5em;
}

p {
  font-family: "MuseoSans";
  line-height: 1.4em;
  padding-bottom: 1em;
}
p strong {
  font-weight: 700;
  font-size: 1em;
}

a {
  text-decoration: none;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: 0 98%;
  background-image: linear-gradient(whitesmoke, whitesmoke);
}
a:hover {
  color: #CDCE47;
  font-weight: 500;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: 0 95%;
  background-image: linear-gradient(#CDCE47, #CDCE47);
}

section {
  margin: 0 auto 4rem auto;
}

.content {
  max-width: 1400px;
  width: 90vw;
}
.content .lead {
  max-width: 1000px;
  text-align: center;
  margin: 0 auto;
}
.content .lauftext p, .content .lauftext a {
  font-size: 0.8rem;
}
@media (max-width: 500px) {
  .content .lauftext p, .content .lauftext a {
    font-size: 0.7rem;
  }
}

header {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
}
header a {
  background-image: none;
}
@media (max-width: 500px) {
  header a {
    width: 160px;
    height: 160px;
  }
}
header a:hover {
  text-decoration: none;
  background-image: none;
}

#logo {
  background-color: white;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  position: relative;
  top: -0.8em;
  left: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 1200px) {
  #logo {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 900px) {
  #logo {
    scale: 85%;
    top: -1.8em;
    left: -2em;
  }
}
@media (max-width: 500px) {
  #logo {
    width: 230px;
    height: 230px;
    scale: 70%;
    left: -2.9em;
    top: -2.4em;
  }
}
#logo img {
  height: 55%;
  margin: 0 auto 0.5em auto;
}
@media (max-width: 1200px) {
  #logo img {
    height: 50%;
  }
}
#logo p {
  color: #002719;
  font-size: 15px;
  text-align: center;
  width: 60%;
  margin: 0 auto;
  font-weight: 500;
}
@media (max-width: 1200px) {
  #logo p {
    font-size: 13px;
  }
}

.menu {
  margin: 2em;
  position: fixed;
  right: 0;
  z-index: 100;
}
@media (max-width: 1200px) {
  .menu {
    position: static;
  }
}
@media (max-width: 900px) {
  .menu {
    margin: 1.5em 1.5em 2em 0;
    padding: 0 0 0 1em;
  }
}
@media (max-width: 500px) {
  .menu {
    margin: 1em 1em 2em 0;
    padding: 0 0 0 0.5em;
  }
}
.menu ul li a {
  font-family: "Bourton";
  text-decoration: none;
  font-size: 1.3rem;
  line-height: 1.2em;
  background-image: none;
}
@media (max-width: 500px) {
  .menu ul li a {
    font-size: 1.1rem;
    line-height: 1.4em;
  }
}

#intro #headerbild {
  max-height: 90vh;
}
#intro #headerbild img {
  height: 83vh;
  object-fit: cover;
}
@media (max-width: 500px) {
  #intro #headerbild img {
    height: 80vh;
  }
}
#intro h1 {
  margin-top: -1.2em;
}
#intro .intro {
  margin: 0 auto 3em auto;
  max-width: 1100px;
  font-size: 2rem;
  text-align: center;
  line-height: 1.3em;
  position: relative;
}
@media (max-width: 1200px) {
  #intro .intro {
    font-size: 1.5rem;
    margin: 0.5em 1em;
  }
}
@media (max-width: 900px) {
  #intro .intro {
    margin: 0.7em 1em;
    font-size: 1.2rem;
  }
}
@media (max-width: 500px) {
  #intro .intro {
    margin: 0.7em 0.5em;
    font-size: 1rem;
  }
}

.lead + .kurs {
  margin-bottom: 0em;
}

#alle-kurse .kurs:nth-child(3) {
  flex-direction: row-reverse;
}
@media (max-width: 900px) {
  #alle-kurse .kurs:nth-child(3) {
    flex-direction: column;
  }
}

.kurs {
  margin: 3em 0;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
@media (max-width: 900px) {
  .kurs {
    flex-direction: column;
    align-items: center;
  }
}
.kurs .kursbild {
  margin: 0.2em 0 1.5em 0;
}
.kurs .kursbild, .kurs .kurstext {
  width: 43%;
}
@media (max-width: 1200px) {
  .kurs .kursbild, .kurs .kurstext {
    width: 45%;
  }
}
@media (max-width: 900px) {
  .kurs .kursbild, .kurs .kurstext {
    width: 90%;
  }
}
@media (max-width: 500px) {
  .kurs .kursbild, .kurs .kurstext {
    width: 95%;
  }
}
.kurs .kursbild p, .kurs .kursbild a, .kurs .kurstext p, .kurs .kurstext a {
  font-size: 0.8rem;
}

#stoerer {
  background-color: #CDCE47;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  padding: 1em;
}
#stoerer p {
  color: #002719;
  text-align: center;
  font-weight: 700;
  line-height: 1.2em;
  padding-bottom: 0;
}
@media (max-width: 900px) {
  #stoerer {
    display: none;
  }
}

#ueber_uns p, #ueber_uns a {
  text-align: center;
}
#ueber_uns p > a {
  font-size: 1em;
}

.wir {
  margin: 2em auto;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  max-width: 1100px;
  padding: 1em;
  flex-grow: 1;
}
@media (max-width: 900px) {
  .wir {
    align-items: space-between;
    position: relative;
    margin: 0.5em auto 12em auto;
  }
}
@media (max-width: 500px) {
  .wir {
    margin: 0 auto 11em auto;
  }
}
.wir img {
  border-radius: 50%;
  width: 600px;
  position: relative;
}
@media (max-width: 1200px) {
  .wir img {
    width: 50vw;
  }
}
@media (max-width: 900px) {
  .wir img {
    width: 70vw;
  }
}
@media (max-width: 500px) {
  .wir img {
    width: 80vw;
  }
}
.wir div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 500px;
  width: 100%;
}
@media (max-width: 1200px) {
  .wir div {
    height: 450px;
  }
}
@media (max-width: 900px) {
  .wir div {
    height: auto;
    position: absolute;
    top: 102%;
    width: 45%;
  }
}
@media (max-width: 500px) {
  .wir div {
    width: 48%;
    top: 100%;
    margin: 0.5vw 0;
  }
}
.wir #spalteeins {
  left: 0;
}
.wir #spaltezwei {
  right: 0;
}
.wir p {
  margin: 0 -1em;
  max-width: 300px;
  text-align: center;
}
@media (max-width: 1200px) {
  .wir p {
    max-width: 100%;
    font-size: 0.8rem;
    margin: 0 0.5em;
  }
}
@media (max-width: 900px) {
  .wir p {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .wir p {
    text-align: left !important;
    font-size: 0.7rem;
  }
}

#kontakt .adressen {
  display: flex;
  justify-content: space-evenly;
}
@media (max-width: 900px) {
  #kontakt .adressen {
    justify-content: spac;
  }
}
#kontakt .adressen a {
  line-height: 1.6em;
}

footer div {
  margin: 0 auto;
}
