html {
  font-family: "DM Sans", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.75;
}

main {
  margin: 1rem 0;
}

main>section.container {
  margin-top: 3rem;
}

footer {
  background-color: #f4f4f4;
  margin: 2rem 0 0;
}

p {
  margin: 1rem 0;
}

h2 {
  font-size: 2rem;
  line-height: initial;
  padding: 2rem 0 1rem;
  margin: 0;
  font-weight: 500;
}

h2.gross {
  font-size: 5rem;
  color: #999999;
  margin: 0;
  margin-bottom: -1.5rem;
}

h3,
h4 {
  margin: 0;
  line-height: 1;
}

h3 {
  font-size: 2.3rem;
  font-weight: 500;
}

h4 {
  font-size: 2rem;
  font-weight: 500;
}

hr.strich {
  width: 3rem;
  float: left;
  color: #e4e4e4;
  border-style: solid;
}

a {
  color: #ed1c24;
  text-decoration: none;
}

#telButton {
	position: absolute;
	right: 2rem;
	top: 6rem;
}

#mailButton {
	position: absolute;
	right: 2rem;
	top: 2rem;
}

.button {
  border: 1px solid #000;
	background-color: #fff;
  color: #ed1c24;
  padding: .7rem 1rem;
  margin: .5rem 0;
  text-decoration: none;
  display: inline-block;
}

.button i.material-icons {
  vertical-align: sub;
}

.button:hover {
  background-color: #000;
  color: #ffffff;
}

.logo {
	/*width: 15vw;*/
  width: 15w;
	min-width: 110px;
  margin-top: 30px;
  margin-left: 10px;
}

.logoContainer {
  /*max-width: 88rem;*/
  margin: 0 auto;
}

.smallvideo {
  display: none;
}

@media (orientation: portrait) and (max-width: 480px) {
  .smallvideo {
    display: initial;
  }
  .logo {
    margin-top: 30px;
    margin-left: 10px;
  }
}
.wochentage {
	width: 6rem;
}
@media (max-width: 45rem) {
	.wochentage {
		width: 2rem;
	}
	#telButton {
		display:none;
	}
  .logo {
    width: 25vw;
    margin-top: 30px;
    margin-left: 10px;
  }
}
#playButton {
	font-size: 5rem;
	cursor: pointer;
  color: #fff;
}
@media (min-width: 60rem) {
	#playButton {
		font-size: 6rem;
	}
}
@media (min-width: 60rem) {
	#playButtonContainer {
		padding-top: 11%;
	}
}
@media (max-width: 70rem) {
  .logo {
    width: 25vw;
    margin-top: 60px;
    margin-left: 30px;
}
}
#playButtonContainer {
	text-align: center;
	width: 100%;
	height: 100%;
	position: absolute;
    top: 10vw;
    left: 0;
}

#realVideo {
	display: none;
}

.hide {
	display: none !important;
}

#realVideo.show {
	display: block;
}
.fullwidth {
	display:block;
	width:100%;
}
.container {
	max-width: 100%;
	margin-right: 0;
	margin-left: 0;
}
.large {
	font-size: 200%;
}
.fade.in-view {
	top: 0;
	opacity: 1;
}
.fade {
	top: 2rem;
	opacity: 0;
	transition: all 2s;
}
.footerContainer { background-color: #405bc1; padding: 5rem 0; }

/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url("../../res/fonts/materialicons/material-icons.woff2") format('woff2');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
}
/* =============================================== */
/* KORREKTUREN FÜR DEN FOOTER                      */
/* Diesen Block ans Ende der CSS-Datei kopieren.   */
/* =============================================== */

/* Setzt die allgemeine Textfarbe im Footer auf Weiß */
.footerContainer {
    color: #fff;
}

/* Setzt die Farbe für Paragraphen im Footer explizit auf Weiß */
.footerContainer p {
    color: #fff;
}

/* Überschreibt die globale Link-Farbe NUR für Links im Footer */
.footerContainer a {
    color: hsl(0, 100%, 48%);
    font-weight: bold;
}

/* Optional: Ändert die Link-Farbe beim Überfahren mit der Maus */
.footerContainer a:hover {
    color: #fff; /* Ein helles Grau als Hover-Effekt */
}