#content {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  color: white;
}
.title {
  text-align: center;
  background-color: #1F1F1F;
  margin: auto;
  padding: 30px 0 10px 0;
  text-transform: uppercase;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
}
.subtitle {
  font-size: 20px;
  text-align: center;
  margin: auto;
  padding-bottom: 20px;
  font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
}
body {
  background-color: #1F1F1F;
  margin: 0;
  padding: 0;
}
header {
  min-height: 30px;
  display: flex;
  position: sticky;
  top: 0;
  z-index: 2;
}
#main {
  width: 800px;
  margin: auto;
  padding: 10px;
}
.headline {
  position: relative;
  padding-top: 90px;
}
nav {
  background-color: black;
  justify-content: center;
  width: 100%;
}
nav ul {
  text-align: center;
}
nav li {
  display: inline-block;
}
nav a {
  color: white;
  padding-right: 0.9em;
  padding-left: 0.9em;
  text-decoration: none;
  font-size: 16px;
}
nav a:focus {
  color: lightgrey;
}
nav a:hover {
  /*font-size: 17px;*/
  text-decoration: underline;
  cursor: pointer;
}
nav a:active {
  color: #FFAE37;
}
.current-menu-item {
  font-weight: 800 !important;
}
.animation {
  animation: textwelle 3s;
}
@keyframes textwelle {
  0% {
    transform: scale(0.9);
    opacity: 0;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
}
.fade-in {
  animation: fade-in 8s;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
.banner {
  height: auto;
  width: 100%;
  margin: auto;
  display: block;
  position: absolute;
  z-index: -1;
}
.video {
  width: 700px;
  height: auto;
  display: block;
  margin: auto;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  z-index: 1;
}
.slideshow {
  background-color: black;
  width: 800px;
  height: 50vh;
  box-shadow: 0px 0px 10px #333333;
  position: relative;
  margin: 40px 0 60px 0;
}
.slide {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 2s;
}
.slide-bild {
  width: 100%;
}
.slide-textbereich {
  position: absolute;
  top: 70%;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center;
  padding: 1% 15% 0 15%;
  user-select: none;
}
.slide-ueberschrift {
  font-size: 2em;
  margin: 0;
}
.slide-beschreibung {
  font-size: 1.4em;
  margin: 0;
}
.pfeil {
  position: absolute;
  top: 0;
  bottom: 0;
  font-size: 50px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7%;
  color: rgba(255, 255, 255, 0.5);
  user-select: none;
  cursor: pointer;
}
.pfeil-links {
  left: 0;
}
.pfeil-rechts {
  right: 0;
}
.pfeil:hover {
  color: white;
  font-size: 42px;
}
.indikatorenliste {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  list-style-type: none;
  font-size: 40px;
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 20px 0 0 0;
  color: rgba(255, 255, 255, 0.5)
}
.indikator {
  padding: 0 7px;
  user-select: none;
  cursor: pointer;
  color: white;
  opacity: 0.5;
  transition: opacity 2s;
}
.indikator:hover {
  font-size: 45px;
}
.active {
  opacity: 1;
}
footer {
  padding: 10px 20px;
  background: black;
  color: white;
  text-align: center;
  font-size: 15px;
}
.image {
  padding-left: 50px;
  height: 15px;
  width: auto;
}
.link {
  color: white;
  text-decoration: none;
}
.link:hover {
  text-decoration: underline;
  cursor: pointer;
  font-size: 16px;
}
.link:active {
  color: #FFAE37;
}
.link2 {
  color: blue;
  text-decoration: underline;
}
.link2:hover {
  cursor: pointer;
  font-weight: bold;
}
.link2:active {
  color: #FFAE37;
}
.container {
  color: black;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.box {
  padding-bottom: 10px;
  width: 30%;
  height: 330px;
  background-color: white;
  position: relative;
  clip-path: polygon(79% 0, 100% 15%, 100% 100%, 0 100%, 0 0);
}
.box:hover {
  transform: scale(1.015);
}
.course-title {
  position: relative;
  left: 20px;
  font-size: 1.5em;
}
.old-prize {
  font-size: 0.8em;
  font-weight: bold;
  text-decoration: line-through;
  position: absolute;
  margin-top: 10px;
  margin-left: 20px;
  margin-bottom: 0px;
}
.price {
  padding: 0;
  position: relative;
  margin-right: 10px;
  margin-left: 20px;
  font-size: 1em;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
}

.price-value {
  font-size: 2em;
}

.price-unit {
  font-size: 1em;
  margin-left: 0.5em;
}
.price-unit2 {
  font-size: 1em;
  margin-right: 0.5em;
}
.little-info {
  font-size: 0.6em;
  color: #6A6A6A;
  margin-left: 20px;
  margin-top: -30px;
}
.features {
  font-size: 13px;
  list-style-type: "✓   ";
  margin-top: 20px;
  padding-bottom: 10px;
}
button {
  position: relative;
  bottom: 20px;
  width: 200px;
  left: 50%;
  padding: 10px 20px;
  transform: translateX(-50%);
  font-size: 1.2em;
  background-color: #009688;
  color: #fff;
  border: none;
  cursor: pointer;
}
button:hover {
  background-color: #00796B;
}
.triangle {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-left: 50px solid #009688;
  z-index: 1;
}
.more {
	font-size: 0.8em;
	display: block;
	text-align: center;
	padding-bottom: 20px;
	bottom: 0;
}
#introduction-courses {
  margin-top: 10px;
  padding: 0 20px;
  border: solid grey;
}
.balken {
  padding: 0;
  position: absolute;
  left: 0;
  height: 50px;
  margin: 0;
  background-color: black;
  width: 100%;
}
.letzterAbsatz {
  padding-bottom: 20px;
}