* {
  outline: none;
}
html,
body {
  font-size: 12px;
}

button:focus,
a:focus {
  outline: none;
}
nav.navbar {
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding-left: 16px;
  padding-right: 16px;
}
.navbar .navbar-item {
  font-family: "bebas-neue", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: 0.6px;
  text-align: center;
  color: #8a8a87;
  text-transform: uppercase;
  transition: all 300ms ease-in-out;
  font-weight: bold;
}
.mobilenavbar {
  position: fixed;
  width: 100%;
  background: #fff;
  padding-top: 40px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
}
.Hamburger {
  margin-top: 20px;
  width: 20px;
  height: 20px;
  position: fixed;
  left: 50%;
  margin-left: -10px;
  z-index: 100;
}
.Hamburger-Bar {
  width: 20px;
  height: 2px;
  background: #3c3c3b;
  margin-bottom: 4px;
  transition: all 300ms;
}
.Bar-1.open {
  transform: rotate(45deg);
  top: 0px;
  position: absolute;
}
.Bar-3.open {
  display: none;
}
.Bar-2.open {
  transform: rotate(135deg);
  top: 0px;
  position: absolute;
}
.mobilenavbar .navbar-item {
  display: block;
  width: 100%;
  font-family: "bebas-neue", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: 0.6px;
  text-align: center;
  color: #8a8a87;
  text-transform: uppercase;
  transition: all 300ms ease-in-out;
  font-weight: bold;
}
.navbar-item:hover,
.navbar-item.active {
  color: #00AA84;
}
.Hero {
  background-image: url("../../assets/images/Heroimage@2x.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 180%;
  background-origin: content-box;
  background-position-y: 120%;
}
.Hero-webinare {
  background-image: url("../../assets/images/webinare-heroimage@2x.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 100%;
  background-origin: content-box;
  background-position-y: 100%;
}
.Hero-alle {
  background-image: url("../../assets/images/leistungen-fuer-alle-heroimage@2x.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 100%;
  background-origin: content-box;
  background-position-y: 100%;
}
.Hero h1 {
  font-family: "bebas-neue", sans-serif;
  font-size: 40px;
  margin-bottom: 0px;
  color: #3c3c3b;
  letter-spacing: 6px;
  margin: 0px;
  margin-top: -50px;
}
.Hero p {
  font-family: "Lora", serif;
  font-weight: bold;
  color: #3c3c3b;
}
.Section {
  padding: 2.666667rem 2.666667rem;
  background: #ebeef0;
}

.Accordion-body,
.Accordion-head.extrapadding {
  padding-bottom: 40px;
}
.accordion li:last-child {
  padding-bottom: 60px;
}
.Accordion-body {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  margin-top: 8px;
}
.Accordion-head,
h3 {
  font-family: "bebas-neue", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: 0.6px;
  color: #3c3c3b;
}
.Accordion-head:hover {
  cursor: pointer;
  color: #00AA84;
}
.Modal {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  display: none;
}
.Modal-webinare {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
}
.closeModal {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 20px;
  top: 24px;
}
.CloseBar-1 {
  position: absolute;
  top: 0;
  width: 25px;
  height: 3px;
  transform: rotate(45deg);
  background: #00AA84;
}
.CloseBar-2 {
  position: absolute;
  top: 0;
  width: 25px;
  height: 3px;
  transform: rotate(-45deg);
  background: #00AA84;
}
.Modal.show {
  display: block;
}
.ModalContent {
  padding: 0px 68px;
  position: relative;
  top: 60px;
  left: 20%;
  right: 20%;
  border-radius: 20px;
  background: #fff;
  min-height: 400px;
  width: 60%;
  box-shadow: 4px 4px 31px -14px rgba(0, 0, 0, 0.75);
  z-index: 3;
}
.Modal-webinare .ModalContent {
  background: rgba(237, 242, 247, 0.7);
  top: auto;
  left: 5%;
  right: 5%;
  width: 90%;
  min-height: 200px;
}
a.WebinarLink div {
  border-radius: 15px;
  background-color: rgba(0, 0, 0, 1);
}
a.WebinarLink div img {
  opacity: 0.99;
}
a.WebinarLink:hover div {
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
}
a.WebinarLink:hover div img {
  opacity: 1;
}
a.WebinarLink:hover h3 {
  color: #00AA84;
}
a {
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: center;
  color: #00AA84;
  text-decoration: none;
  cursor: pointer;
}
.LeistungenContent p {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
}
p,
label {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  color: #3c3c3b;
}
div.readMore {
  font-family: "Lora", serif;
  font-size: 1rem;
  font-weight: normal;
  font-style: italic;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #00AA84;
  margin-top: 16px;
}
div.readMore:hover {
  cursor: pointer;
}
a.readMore {
  font-family: "Lora", serif;
  font-size: 1rem;
  font-weight: normal;
  font-style: italic;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  color: #00AA84;
  margin-top: 16px;
  padding-bottom: 12px;
}
button.readMore:hover {
  color: #79849b;
}
button.readMore:hover i.arrowright {
  border: solid #79849b;
  border-width: 0 2px 2px 0;
}
button.readMore img {
  margin-top: 20px;
}
#header {
  background: #fff;
  height: 70vh;
}
#header-webinare {
  background: #fff;
  height: 50vh;
}
#teaser {
  padding-top: 100px;
  background: #f1f4f6;
}
#staerken {
  padding-top: 100px;
  background: #f1f4f6;
}
#leistungen {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #f1f4f6;
}
#leistungen h2.centerLine:after {
  /* margin-bottom: 0px; */
}
#referenzen {
  padding-top: 100px;
  background: #f1f4f6;
  position: relative;
  z-index: 0;
}
#kontakt {
  padding-top: 100px;
  background: #ebeef0;
}
#partner {
  padding-top: 100px;
  padding-bottom: 56px;
  background: #ebeef0;
  position: relative;
  z-index: 1;
}
#ueber-uns {
  padding-top: 100px;
  background: #f1f4f6;
  padding-bottom: 162px;
}
footer {
  background: #3c3c3b;
}
footer {
  background-image: url("../../assets/images/Footer@2x.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 180%;
  background-origin: content-box;
}
.FooterKontakt {
  margin-top: 40px;
  font-family: "bebas-neue", sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: 0.6px;
  color: #8a8a87;
}
footer a {
  font-size: 1rem;
  line-height: 2;
}
i.arrowright {
  border: solid #00AA84;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;

  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
h2 {
  font-family: "bebas-neue", sans-serif;
  position: relative;
  text-transform: uppercase;
  font-size: 2.666667rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0.6px;
  color: #3c3c3b;
}
h1:after {
  content: "";
  width: 40px;
  height: 4px;
  margin-top: 16px;
  margin-bottom: 30px;
  background: #00AA84;
  display: block;
}
h2:after {
  content: "";
  width: 40px;
  height: 4px;
  margin-top: 16px;
  margin-bottom: 30px;
  background: #00AA84;
  display: block;
}
h4 {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  color: #3c3c3b;
  padding-bottom: 4px;
}
section {
}
.Kontakt-head {
  margin-bottom: 48px;
}
.Kontakt-input {
  margin-bottom: 22px;
}
.Kontakt-input label,
.Webinare-input label {
  font-family: "bebas-neue", sans-serif;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: 0.6px;
  text-align: center;
  color: #3c3c3b;
}
.Kontakt-input input,
.Kontakt-input textarea,
.Webinare-input input,
.Webinare-input textarea {
  font-size: 1rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  padding: 9px 16px;
  border-radius: 10px;
  box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.19);
}
.Kontakt-input textarea {
  height: 220px;
}
.Kontakt-submit {
  margin-top: 18px;
  margin-bottom: 68px;
}

.Thielkasse-Btn {
  font-family: "bebas-neue", sans-serif;
  border-radius: 10px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.26);
  background-color: #00AA84;
  font-size: 1.5rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: 0.6px;
  color: white;
  padding: 10px 22px;
  padding-bottom: 7px;
}
.Thielkasse-Btn:hover {
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.26);
}
h1.centerLine::after {
  margin: 0 auto;
  margin-top: 9px;
  margin-bottom: 12px;
}
h2.centerLine::after {
  margin: 0 auto;
  margin-top: 9px;
  margin-bottom: 24px;
}
.LeistungenContent {
  padding-top: 0px;
}
.LeistungenContent--icon img {
  margin-top: 40px;
  margin-bottom: 22px;
  margin-left: auto;
  margin-right: auto;
}
.LeistungenContent h3,
h3.SubHeadline {
  font-family: "bebas-neue", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: 0.6px;
  text-align: center;
  text-transform: uppercase;
  color: #3c3c3b;
}
.LeistungenContent h3 {
  margin-bottom: 8px;
}
.Referenz-head {
  margin-bottom: 40px;
}
.Referenz-Item {
  margin-bottom: 0px;
}
.Referenz-Zahl {
  font-family: "bebas-neue", sans-serif;
  /* text-shadow: 0 -1px 1px #fff, 0 2px 3px rgba(0, 0, 0, 0.52); */
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
  font-size: 68px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 2px;
  text-align: right;
  background: #242e44;
  color: transparent;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  margin-right: 4px;
}
.Referenz-Content {
  font-family: "bebas-neue", sans-serif;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
  font-size: 28px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0.8px;
  background: #242e44;
  color: transparent;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  text-transform: uppercase;
}
.Referenz-reihe {
}
.Referenz-reihe-mobile {
  margin-top: 100px;
  padding-bottom: 28px;
}
.Referenz-reihe-mobile .Referenz-Image {
  margin-left: -60px;
}
.Referenz-reihe-mobile .Referenz-Item-content {
  margin-bottom: 40px;
}
.Referenz-reihe-mobile .Referenz-Item-content h3 {
  font-family: "bebas-neue", sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: 0.6px;
  color: #3c3c3b;
}
.FooterAddress {
  margin-top: 40px;
  margin-bottom: 80px;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
.FooterNav {
  margin-bottom: 206px;
}
.TeaserLink {
  margin-top: 42px;
}
.TeaserLink a img {
  margin-left: auto;
  margin-right: auto;
}
.ThielkasseImgContainer {
  line-height: 0;
}
.InfografikContainer img {
  margin-top: -80px;
  margin-bottom: -60px;
  pointer-events: none;
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
}
.TeamImgContainer img {
  max-width: 80%;
}

i.arrowdown {
  border: solid #00AA84;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg) scale(0.5, 0);
  -webkit-transform: rotate(45deg) scale(0.5, 0);
  width: 20px;
  height: 20px;
}
.Partner--body {
  margin-bottom: 80px;
}
.PartnerImages {
  margin-bottom: 12px;
}
.PartnerImages img {
  max-width: 80%;
}

.PartnerImages,
.PartnerImages img {
  line-height: 0;
}
.ModalContent h4 {
  font-family: "bebas-neue", sans-serif;
  font-size: 2.666667rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0.6px;
  text-align: center;
  color: #3c3c3b;
}
.ModalContent-list li {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #3c3c3b;
  margin-bottom: 8px;
  padding-left: 8px;
}
p.ModalContent-intro {
  font-weight: 300;
}
.ModalContent--head {
  margin-top: 40px;
  margin-bottom: 28px;
}
.ModalContent-body-space {
  margin-top: 12px;
}
.ModalContent-submit {
  margin-bottom: 30px;
  margin-top: 30px;
}

#staerken h2.centerLine::after {
  margin-top: 16px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.Referenz-Image {
  margin-left: -134px;
}
.Referenz-Image-top {
  position: relative;
  z-index: 1;
}
.Referenz-Image-bottom {
  position: relative;
  margin-top: -200px;
  z-index: 0;
}
.Referenz-Item h3 {
  font-family: "bebas-neue", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: 0.6px;
  color: #3c3c3b;
}
.Referenz-Item p {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  color: #3c3c3b;
  max-width: 344px;
}
.Referenz-Item-content {
  margin-bottom: 80px;
}
.Referenz-reihe-end-content {
  margin-top: 40px;
}
.Referenz-reihe-end {
  margin-top: 80px;
  margin-bottom: 0px;
}
.Ueber-Uns-content p {
  margin-bottom: 1.5rem;
}
.Staerken-content,
.Webinare-content {
  padding-top: 100px;
}
.PageSeparator {
  width: 100%;
  height: 0px;
  text-align: center;
}
.PageSeparator img {
  margin-top: -74px;
  position: absolute;
  left: 50%;
  margin-left: -65px;
}
.Logo {
  top: 0;
  z-index: 300;
  left: -10px;
  top: -10px;
}
.Content {
  background: #f1f4f6;
  padding-top: 60px;
  padding-bottom: 100px;
}
.Content-block {
  padding-top: 40px;
}
.Content-block h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: center;
  color: #3c3c3b;
}
.Content-block p {
  font-weight: 400;
}
.Content-block p + h3 {
  margin-top: 20px;
}
.Content-block h4 {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  color: #3c3c3b;
  padding-bottom: 4px;
}
.Content-block li {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  color: #3c3c3b;
  position: relative;
  padding-left: 24px;
  margin-bottom: calc(1rem / 3);
}
.Content-block li:before {
  content: "";
  width: 4px;
  height: 4px;
  margin-top: 16px;
  margin-bottom: 30px;
  background-color: #6f6f6f;
  border-radius: 100%;
  display: block;
  position: absolute;
  left: 0px;
  top: calc(-1rem + 4px);
}
.expandContentbutton {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.expandContentbutton:hover:after {
  color: #00AA84;
}
.expandContentbutton:after {
  position: absolute;
  font-family: "Bebas Neue", Arial;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid rgba(229, 231, 235);
  content: "mehr lesen";
  border-radius: 6px;
  width: 100px;
  padding: 4px 8px 2px 8px;
}
.expandContentTransition {
  transition: all 0.3 ease-in-out;
}
.ArticleFaq--answer p {
  padding-bottom: 4px;
  padding-top: 4px;
}
.ArticleFaq--list input {
  display: none;
}
.ArticleFaq--listentry {
  position: relative;
  margin-bottom: 1em;
}
.ArticleFaq--list .ArticleFaq--question {
  cursor: pointer;
  margin-bottom: 0.5em;
  margin-left: 24px;
}
.ArticleFaq--list .ArticleFaq--question:hover {
  color: #5b80ae;
}

.ArticleFaq--list .ArticleFaq--answer {
  height: 0px;
  overflow: hidden;
  margin-left: 24px;
}
.ArticleFaq--list input:checked ~ .ArticleFaq--answer {
  height: auto;
  overflow: visible;
}
.ArticleFaq--list .ArticleFaq--question:hover ~ .ArticleFaq--Icon {
  fill: #5b80ae;
  transition: all 0.2s;
}
.ArticleFaq--list .ArticleFaq--Icon svg path {
  fill: #00AA84;
}
.ArticleFaq--list input:checked ~ .ArticleFaq--Icon {
  transform: rotate(90deg);
  transition: all 0.5s;
}
.ArticleFaq--list .ArticleFaq--Icon {
  position: absolute;
  margin-left: 0px;
  top: 0px;
  transition: all 0.2s;
}
.VideoLinks {
  font-family: "Montserrat", sans-serif;

  font-weight: 400;
  background: rgb(255, 255, 255);
  /* background: linear-gradient(
    0deg,
    rgba(229, 231, 235, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  ); */

  border-radius: 4px;
  padding: 12px 24px 24px 24px;
  opacity: 0;
  position: relative;
  z-index: 1;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 16px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 13px 7px -3px;
}
.VideoLinks li {
  height: 0px;

  text-align: center;
}
.VideoLinks--expand {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;

  text-align: center;
  cursor: pointer;
  color: #00AA84;
}

.VideoLinks--link {
  font-style: normal;
  font-stretch: normal;
  line-height: 1.8;
  color: #8a8a87;
  letter-spacing: normal;
  position: relative;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: calc(1rem / 3);
  cursor: pointer;
}
.VideoLinks--link:hover {
  color: #00AA84;
}
.VideoLinks--expand:hover ~ .VideoLinks,
.VideoLinks:hover {
  opacity: 1;
}
.VideoLinks--expand:hover ~ .VideoLinks li,
.VideoLinks:hover li {
  height: auto;
  padding-top: 6px;
  padding-bottom: 6px;
}

@media (max-width: 576px) {
  .ModalContent {
    padding: 0px 32px;
    left: 10%;
    right: 10%;
    width: 80%;
    top: 10px;
  }
}
@media (min-width: 576px) {
  .ModalContent {
    padding: 0px 20px;
    position: relative;
    top: 60px;

    left: 10%;
    right: 10%;
    border-radius: 20px;
    background: #fff;
    min-height: 400px;
    width: 80%;
    box-shadow: 4px 4px 31px -14px rgba(0, 0, 0, 0.75);
    z-index: 3;
  }
}
@media (orientation: landscape) and (max-width: 992px) {
  #header {
    height: 100vh;
  }
  .Hero {
    background-position: bottom right;
    background-size: 70%;
    background-position-y: bottom;
  }
  .Hero h1 {
    margin-top: 0px;
  }
  footer {
    background-size: 140%;
    background-origin: content-box;
  }
}
@media (min-width: 992px) {
  .mobilenavbar {
    display: none;
  }
  #staerken h2.centerLine::after {
    margin-top: 16px;
    margin-bottom: 30px;
    margin-left: 0;
  }
  .Hero {
    background-position: bottom right;
    background-size: 80%;
    background-position-y: 100%;
  }
  .Hero h1 {
    font-size: 50px;
    margin: 0.67em 0;
    margin-bottom: 0px;
    margin-top: -50px;
  }
  .Referenz-head {
    margin-bottom: 80px;
  }
  .Kontakt-submit {
    margin-top: 66px;
    margin-bottom: 68px;
  }
  .Referenz-Item {
    margin-bottom: 48px;
  }
  .FooterAddress {
    margin-top: 133px;
  }
  .Referenz-reihe-end {
    margin-top: 80px;
    margin-bottom: -60px;
  }
  .PartnerImages {
    margin-bottom: 34px;
  }
  footer {
    background-image: url("../../assets/images/Footer@2x.png");
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 80%;
    background-origin: content-box;
  }
}
@media (min-width: 1025px) {
  .Referenz-reihe-end {
    margin-top: 80px;
    margin-bottom: -140px;
  }
  .ModalContent {
    padding: 0px 68px;
    position: relative;
    top: 5%;

    left: 20%;
    right: 20%;
    border-radius: 20px;
    background: #fff;
    min-height: 400px;
    width: 60%;
    box-shadow: 4px 4px 31px -14px rgba(0, 0, 0, 0.75);
    z-index: 3;
  }
}
@media (min-width: 1280px) {
  .Webinare h2.centerLine::after {
    margin-top: 16px;
    margin-bottom: 30px;
    margin-left: 0;
  }
}
@media (min-width: 1600px) {
  html,
  body {
    font-size: 18px;
  }
  .Content-block li:before {
    top: 0px;
  }
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
  border-radius: 15px;
}
.video-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
