@charset "UTF-8";
/** 
* Items einer Flexbox mit justify-content: flex-start;
* - Berechnet die Breite eines Items
* - Setzt den margin-right exakt für die Zeile, letztes Element ohne Margin
* - Ab Zeile 2 mit margin-top
*
* $count: Anzahl der Elemente pro Zeile
* $marginTop: margin-top ab Zeile 2; default = 1rem
*/
.marginT0 {
  margin-top: 0rem !important;
}

.marginT0P5 {
  margin-top: 0.5rem !important;
}

.marginR0 {
  margin-right: 0rem !important;
}

.marginR0P5 {
  margin-right: 0.5rem !important;
}

.marginB0 {
  margin-bottom: 0rem !important;
}

.marginB0P5 {
  margin-bottom: 0.5rem !important;
}

.marginL0 {
  margin-left: 0rem !important;
}

.marginL0P5 {
  margin-left: 0.5rem !important;
}

.marginT1, ul.marginT1 {
  margin-top: 1rem !important;
}

.marginT1P5 {
  margin-top: 1.5rem !important;
}

.marginR1 {
  margin-right: 1rem !important;
}

.marginR1P5 {
  margin-right: 1.5rem !important;
}

.marginB1 {
  margin-bottom: 1rem !important;
}

.marginB1P5 {
  margin-bottom: 1.5rem !important;
}

.marginL1 {
  margin-left: 1rem !important;
}

.marginL1P5 {
  margin-left: 1.5rem !important;
}

.marginT2 {
  margin-top: 2rem !important;
}

.marginT2P5 {
  margin-top: 2.5rem !important;
}

.marginR2 {
  margin-right: 2rem !important;
}

.marginR2P5 {
  margin-right: 2.5rem !important;
}

.marginB2 {
  margin-bottom: 2rem !important;
}

.marginB2P5 {
  margin-bottom: 2.5rem !important;
}

.marginL2 {
  margin-left: 2rem !important;
}

.marginL2P5 {
  margin-left: 2.5rem !important;
}

.marginT3 {
  margin-top: 3rem !important;
}

.marginT3P5 {
  margin-top: 3.5rem !important;
}

.marginR3 {
  margin-right: 3rem !important;
}

.marginR3P5 {
  margin-right: 3.5rem !important;
}

.marginB3 {
  margin-bottom: 3rem !important;
}

.marginB3P5 {
  margin-bottom: 3.5rem !important;
}

.marginL3 {
  margin-left: 3rem !important;
}

.marginL3P5 {
  margin-left: 3.5rem !important;
}

.marginT4 {
  margin-top: 4rem !important;
}

.marginT4P5 {
  margin-top: 4.5rem !important;
}

.marginR4 {
  margin-right: 4rem !important;
}

.marginR4P5 {
  margin-right: 4.5rem !important;
}

.marginB4 {
  margin-bottom: 4rem !important;
}

.marginB4P5 {
  margin-bottom: 4.5rem !important;
}

.marginL4 {
  margin-left: 4rem !important;
}

.marginL4P5 {
  margin-left: 4.5rem !important;
}

.marginT5 {
  margin-top: 5rem !important;
}

.marginT5P5 {
  margin-top: 5.5rem !important;
}

.marginR5 {
  margin-right: 5rem !important;
}

.marginR5P5 {
  margin-right: 5.5rem !important;
}

.marginB5 {
  margin-bottom: 5rem !important;
}

.marginB5P5 {
  margin-bottom: 5.5rem !important;
}

.marginL5 {
  margin-left: 5rem !important;
}

.marginL5P5 {
  margin-left: 5.5rem !important;
}

.marginT6 {
  margin-top: 6rem !important;
}

.marginT6P5 {
  margin-top: 6.5rem !important;
}

.marginR6 {
  margin-right: 6rem !important;
}

.marginR6P5 {
  margin-right: 6.5rem !important;
}

.marginB6 {
  margin-bottom: 6rem !important;
}

.marginB6P5 {
  margin-bottom: 6.5rem !important;
}

.marginL6 {
  margin-left: 6rem !important;
}

.marginL6P5 {
  margin-left: 6.5rem !important;
}

.paddingT0 {
  padding-top: 0rem !important;
}

.paddingT0P5 {
  padding-top: 0.5rem !important;
}

.paddingR0 {
  padding-right: 0rem !important;
}

.paddingR0P5 {
  padding-right: 0.5rem !important;
}

.paddingB0 {
  padding-bottom: 0rem !important;
}

.paddingB0P5 {
  padding-bottom: 0.5rem !important;
}

.paddingL0 {
  padding-left: 0rem !important;
}

.paddingL0P5 {
  padding-left: 0.5rem !important;
}

.paddingT1 {
  padding-top: 1rem !important;
}

.paddingT1P5 {
  padding-top: 1.5rem !important;
}

.paddingR1 {
  padding-right: 1rem !important;
}

.paddingR1P5 {
  padding-right: 1.5rem !important;
}

.paddingB1 {
  padding-bottom: 1rem !important;
}

.paddingB1P5 {
  padding-bottom: 1.5rem !important;
}

.paddingL1 {
  padding-left: 1rem !important;
}

.paddingL1P5 {
  padding-left: 1.5rem !important;
}

.paddingT2 {
  padding-top: 2rem !important;
}

.paddingT2P5 {
  padding-top: 2.5rem !important;
}

.paddingR2 {
  padding-right: 2rem !important;
}

.paddingR2P5 {
  padding-right: 2.5rem !important;
}

.paddingB2 {
  padding-bottom: 2rem !important;
}

.paddingB2P5 {
  padding-bottom: 2.5rem !important;
}

.paddingL2 {
  padding-left: 2rem !important;
}

.paddingL2P5 {
  padding-left: 2.5rem !important;
}

.paddingT3 {
  padding-top: 3rem !important;
}

.paddingT3P5 {
  padding-top: 3.5rem !important;
}

.paddingR3 {
  padding-right: 3rem !important;
}

.paddingR3P5 {
  padding-right: 3.5rem !important;
}

.paddingB3 {
  padding-bottom: 3rem !important;
}

.paddingB3P5 {
  padding-bottom: 3.5rem !important;
}

.paddingL3 {
  padding-left: 3rem !important;
}

.paddingL3P5 {
  padding-left: 3.5rem !important;
}

.paddingT4 {
  padding-top: 4rem !important;
}

.paddingT4P5 {
  padding-top: 4.5rem !important;
}

.paddingR4 {
  padding-right: 4rem !important;
}

.paddingR4P5 {
  padding-right: 4.5rem !important;
}

.paddingB4 {
  padding-bottom: 4rem !important;
}

.paddingB4P5 {
  padding-bottom: 4.5rem !important;
}

.paddingL4 {
  padding-left: 4rem !important;
}

.paddingL4P5 {
  padding-left: 4.5rem !important;
}

.paddingT5 {
  padding-top: 5rem !important;
}

.paddingT5P5 {
  padding-top: 5.5rem !important;
}

.paddingR5 {
  padding-right: 5rem !important;
}

.paddingR5P5 {
  padding-right: 5.5rem !important;
}

.paddingB5 {
  padding-bottom: 5rem !important;
}

.paddingB5P5 {
  padding-bottom: 5.5rem !important;
}

.paddingL5 {
  padding-left: 5rem !important;
}

.paddingL5P5 {
  padding-left: 5.5rem !important;
}

.paddingT6 {
  padding-top: 6rem !important;
}

.paddingT6P5 {
  padding-top: 6.5rem !important;
}

.paddingR6 {
  padding-right: 6rem !important;
}

.paddingR6P5 {
  padding-right: 6.5rem !important;
}

.paddingB6 {
  padding-bottom: 6rem !important;
}

.paddingB6P5 {
  padding-bottom: 6.5rem !important;
}

.paddingL6 {
  padding-left: 6rem !important;
}

.paddingL6P5 {
  padding-left: 6.5rem !important;
}

body,
html {
  font-size: 16px;
  font-family: "Montserrat", Verdana, sans-serif;
  color: var(--font-color);
  font-weight: 300;
  font-style: normal;
  scroll-behavior: smooth;
  padding: 0;
  margin: 0;
  line-height: 1.3;
  width: 100%;
}

body {
  --default-border-radius: 4px;
  --font-color: #373736;
  --font-grey: #888888;
  --font-white: #FFFFFF;
  --font-blue: #12C8FC;
  --color-error: #E80000;
  --light-blue: #E8FAFF;
  --primary: #1B3B72;
  --blue: #12C8FC;
  --default-bg-color: #FFFFFF;
  --bg-light-grey: #F5F5F5;
  --bg-white: #FFFFFF;
  --border-color: #C2C2C2;
  color: var(--font-color);
  width: 100%;
}
body header .configuration-area {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: 0;
  padding: 0 1rem;
  color: var(--primary);
  background-color: var(--light-blue);
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}

* {
  box-sizing: border-box;
}

h1,
.h1 {
  line-height: 1.1;
  color: var(--primary);
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 2.5rem;
  }
}
@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  h1,
  .h1 {
    font-size: 3.25rem;
  }
}
@media (min-width: 1200px) {
  h1:not(.start),
  .h1:not(.start) {
    font-size: 3.4375rem;
    line-height: 1.3;
  }
  .start h1,
  .start .h1 {
    font-size: 3rem;
    line-height: 1.3;
  }
}

h2,
.h2 {
  line-height: 1.2;
  color: var(--primary);
  font-weight: 500;
}
h2:not(.marginB0),
.h2:not(.marginB0) {
  margin-bottom: 1rem;
}
h2.bg-blue,
.h2.bg-blue {
  background-color: var(--primary);
  color: #fff;
  padding: 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  h2,
  .h2 {
    font-size: 1.55rem;
  }
}
@media (min-width: 992px) {
  h2,
  .h2 {
    font-size: 1.875rem;
  }
  .start h2,
  .start .h2 {
    font-size: 2.125rem;
  }
}

h3,
.h3 {
  font-size: 1.5rem;
  line-height: 1.2;
  color: var(--primary);
  font-weight: 500;
}
.start h3,
.start .h3 {
  text-transform: uppercase;
}
h3:not(.marginB0),
.h3:not(.marginB0) {
  margin-bottom: 0.5rem;
}
@media (max-width: 991px) {
  h3,
  .h3 {
    font-size: 1.3rem;
  }
}
@media (min-width: 992px) {
  h3,
  .h3 {
    font-size: 1.5rem;
  }
  .start h3,
  .start .h3 {
    font-size: 2.125rem;
  }
}

h4,
.h4 {
  font-size: 1rem;
  line-height: 1.2;
  color: var(--primary);
  font-weight: 600;
}

.max-content-area {
  --max-content-width: 1920px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: var(--max-content-width);
  padding-left: 1rem;
  padding-right: 1rem;
}
.max-content-area.medium {
  --max-content-width: 1200px ;
}

.max-width, .max-width-570, .max-width-785, .max-width-880, .max-width-960 {
  margin-left: auto;
  margin-right: auto;
}
.max-width-960 {
  max-width: 960px;
}
.max-width-880 {
  max-width: 880px;
}
.max-width-785 {
  max-width: 785px;
}
.max-width-570 {
  max-width: 570px;
}

.full-width {
  width: 100%;
}

ul {
  margin-bottom: 2rem;
}
ul:last-child {
  margin-bottom: 0;
}
ul.center {
  display: flex;
  flex-direction: column;
  align-items: center;
}
ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}
ul li:before {
  content: "";
  min-width: calc(16px / 2);
  height: calc(16px / 2);
  border-radius: 50%;
  margin-right: 0.75rem;
  margin-top: 6px;
  background-color: var(--primary);
}

ol {
  padding-left: 1rem;
}
ol.counterList,
ol ol {
  counter-reset: item;
}
ol.counterList > li,
ol.counterList p,
ol ol > li,
ol ol p {
  margin-top: 1rem;
  margin-bottom: 0;
}
ol.counterList > li,
ol ol > li {
  display: block;
}
ol.counterList > li:before,
ol ol > li:before {
  content: counters(item, ".") " ";
  counter-increment: item;
  font-weight: bold;
}
ol.counterList.paragraph:not(.index) > li:not(:first-of-type) {
  margin-top: 2rem;
}
ol.counterList.paragraph.index > li {
  margin-top: 0;
}
ol.counterList.paragraph.index > li:before {
  font-weight: normal;
}
ol.counterList.paragraph > li:before {
  content: "§" counters(item, ".") " ";
  counter-increment: item;
}
ol.counterList.paragraph > li > ol.alphanumeric > li:before {
  text-transform: lowercase;
}
ol.counterList > li:before {
  content: counters(item, ".") ") ";
  counter-increment: item;
  font-weight: bold;
}
ol.counterList > li > ol.alphanumeric > li:before {
  content: counter(item, upper-alpha) ". ";
  counter-increment: item;
}
ol.counterList .headline {
  font-weight: bold;
}

section {
  padding-top: var(--section-spacing);
  padding-bottom: var(--section-spacing);
}
section.smaller-spacing {
  --section-spacing: 2rem;
}
section.paddingT0 {
  padding-top: 0;
}

.background-header {
  background-size: cover;
  display: flex;
  background-color: var(--default-bg-color);
}
.background-header.company-privacy-policy {
  background-image: url("/images/background/background-company-privacy-policy.jpg");
  background-position: right;
}
@media (max-width: 767px) {
  .background-header {
    min-height: 180px;
  }
}
@media (min-width: 768px) {
  .background-header {
    min-height: 270px;
  }
}
@media (min-width: 992px) {
  .background-header {
    min-height: 310px;
  }
}
.background-header .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  position: relative;
}
.background-header .inner.logo:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 200px;
  -webkit-filter: drop-shadow(0 0 9px #000);
  filter: drop-shadow(0 0 9px #000);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 30%;
}
@media all and (max-width: 1952px) {
  .background-header .inner.logo:before {
    left: 1rem;
  }
}
@media (max-width: 767px) {
  .background-header .inner.logo:before {
    display: none;
  }
}
.background-header .inner h1 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-shadow: 1px 2px 2px #fff;
}
.background-header .inner h1:first-child {
  flex-grow: 1;
}
.background-header .inner h1.max-670 {
  max-width: 670px;
}
@media (max-width: 767px) {
  .background-header .inner h1 {
    word-break: break-all;
  }
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.flex-row {
  display: flex;
  flex-direction: row;
}
.flex-row.flex-wrap {
  flex-flow: row wrap;
}
.flex-row.flex-start {
  justify-content: flex-start;
}
.flex-row.flex-center {
  justify-content: center;
}
.flex-row.flex-end {
  justify-content: flex-end;
}
.flex-row.space-between {
  justify-content: space-between;
}
.flex-row.flex-column {
  flex-direction: column;
}
.flex-row .flex-grow-1 {
  flex-grow: 1;
}
@media (max-width: 767px) {
  .flex-row > .item.flex-col-50 {
    text-align: center;
    width: 100%;
  }
  .flex-row > .item.flex-col-50:nth-child(n+2) {
    margin-top: 2rem;
  }
}
@media (min-width: 768px) {
  .flex-row > .item.flex-col-50 {
    width: calc(100% / 2 - 1rem);
  }
  .flex-row > .item.flex-col-50:nth-child(n+3) {
    margin-top: calc(2 * 1rem / (2 - 1));
  }
}
.flex-row.cols-2-to-1 {
  justify-content: space-between;
}
@media (max-width: 767px) {
  .flex-row.cols-2-to-1 > .item {
    width: 100%;
  }
  .flex-row.cols-2-to-1 > .item:nth-child(n+2) {
    margin-top: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .flex-row.cols-2-to-1 > .item {
    width: calc(100% / 2 - 1rem);
  }
  .flex-row.cols-2-to-1 > .item:nth-child(n+3) {
    margin-top: calc(2 * 1rem / (2 - 1));
  }
}
@media (min-width: 992px) {
  .flex-row.cols-2-to-1 > .item:first-child {
    width: calc(66.6666666667% - 1rem);
  }
  .flex-row.cols-2-to-1 > .item:last-child {
    width: calc(33.3333333333% - 1rem);
  }
}
.flex-row.cols-1-third {
  gap: 2rem;
}
@media (max-width: 767px) {
  .flex-row.cols-1-third > .item {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .flex-row.cols-1-third > .item {
    width: calc(100% / 3 - 2rem * (3 - 1) / 3);
  }
}
@media (max-width: 1199px) {
  .flex-row.cols-1-third.md-full > .item {
    width: 100%;
  }
}

.align-self-flex-end {
  align-self: flex-end;
}

.align-self-center {
  align-self: center;
}

button,
.button {
  align-items: center;
  background-color: var(--blue);
  color: var(--font-white);
  border: 1px solid white;
  cursor: pointer;
  display: inline-flex;
  overflow: hidden;
  padding: 1rem;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 0.1em;
}
button.secondary-button,
.button.secondary-button {
  background-color: var(--primary);
}
button.width-275,
.button.width-275 {
  min-width: 275px;
}
button > span,
.button > span {
  position: relative;
  display: inline-flex;
  align-items: center;
  transform: translate(0, 0);
  line-height: 1;
}
button > span a,
.button > span a {
  color: var(--font-white);
  text-decoration: none;
}
button:hover > span,
.button:hover > span {
  animation: move-button 0.5s linear forwards;
}
@keyframes move-button {
  0% {
    transform: translate(0%, 0%);
  }
  25% {
    transform: translate(0%, -50%);
  }
  50% {
    transform: translate(0%, -120%);
  }
  51% {
    transform: translate(0%, 120%);
  }
  75% {
    transform: translate(0%, 50%);
  }
  100% {
    transform: translate(0%, 0%);
  }
}

.youtube-player {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  min-width: 100%;
  background: #000;
}
.youtube-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}

.cct {
  font-size: 0.875rem;
  line-height: 1.2;
  z-index: 9998;
  position: fixed;
}
.cct label {
  font-weight: normal;
}
.cct.small .cct-container-minified .cct-container-minified-reopen svg {
  color: var(--blue);
}
.cct .cct-container {
  background-color: #fff;
  border-radius: var(--default-border-radius);
}
.cct .cct-container .cct-body .cct-title-area .cct-icon svg {
  color: var(--primary);
}
.cct .cct-container .cct-body .cct-title-area .cct-title {
  color: var(--primary);
}
.cct .cct-container .cct-body .cct-content:not(.cct_hide) {
  padding-bottom: 1rem;
}
.cct .cct-container .cct-body .cct-content.moreinfo .cct-info-area-cookies {
  max-height: 400px;
}
.cct .cct-container .cct-body .cct-content input[type=checkbox] {
  width: auto;
}
.cct .cct-container .cct-body .cct-content .cct-button-area .cct-button:not(.no-button) {
  background-color: var(--primary);
  color: #fff;
  border: none;
}

.uppercase {
  text-transform: uppercase;
}

.text-small {
  font-size: 14px;
}

.bold {
  font-weight: bold !important;
}

.bg-blue {
  background-color: var(--light-blue);
  border-top: 1px solid var(--blue);
  border-bottom: 1px solid var(--blue);
  width: 100%;
}

.content-info-tutorial {
  padding: 3rem;
}
.content-info-tutorial .heading-index {
  margin-top: 2rem;
}
.content-info-tutorial .heading-index h1 {
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 600;
}
.content-info-tutorial .container-tutorial-info {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-top: 5rem;
}
@media (max-width: 1199px) {
  .content-info-tutorial .container-tutorial-info {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.content-info-tutorial .container-tutorial-info .container-info-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-right: 2rem;
}
@media (max-width: 1199px) {
  .content-info-tutorial .container-tutorial-info .container-info-row {
    width: 100%;
    margin-top: 2rem;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .content-info-tutorial .container-tutorial-info .container-info-row {
    grid-template-columns: 1fr;
    align-items: center;
  }
}
.content-info-tutorial .container-tutorial-info .container-info-row .container-info-item {
  text-align: center;
  margin-right: 1rem;
  width: 100%;
}
.content-info-tutorial .container-tutorial-info .container-info-row .container-info-item h4 {
  color: var(--font-color);
  font-size: 20px;
}
.content-info-tutorial .container-tutorial-info .container-info-row .container-info-item .item-margin {
  margin-top: 4rem;
}
.content-info-tutorial .container-tutorial-info .info-tutorial-image {
  margin-right: 1rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .content-info-tutorial .container-tutorial-info .info-tutorial-image {
    width: 100%;
    margin-right: 0;
  }
}
.content-info-tutorial .container-tutorial-info .info-tutorial-image img {
  width: 100%;
}
@media (max-width: 767px) {
  .content-info-tutorial .container-tutorial-info .info-tutorial-image img {
    width: 100%;
  }
}

.content-tutorial-allplan {
  padding: 2rem 0;
}
.content-tutorial-allplan h2 {
  color: var(--font-color);
  font-size: 36px;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .content-tutorial-allplan .tutorial-allplan-image {
    width: 80%;
  }
}
.content-tutorial-allplan .tutorial-allplan-text {
  margin: 0 2rem;
}
.content-tutorial-allplan .item-date-red {
  display: flex;
  flex-direction: row;
  justify-content: center;
  color: var(--primary);
}
.content-tutorial-allplan .item-date-red p {
  margin-left: 0.5rem;
  font-weight: 600;
}

.content-dates-tutorials {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  width: 100%;
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .content-dates-tutorials {
    flex-direction: column;
  }
}
.content-dates-tutorials .heading-dates {
  margin: 3rem;
}
.content-dates-tutorials .heading-dates h4 {
  font-size: 26px;
  font-weight: 600;
  color: var(--font-color);
  margin: 0;
}
.content-dates-tutorials .container-dates {
  margin-left: 7rem;
}
.content-dates-tutorials .container-dates .item-dates-title {
  font-size: 20px;
  font-weight: 500;
  color: var(--font-color);
  margin-top: 0.5rem;
}
.content-dates-tutorials .container-dates .item-dates-title p {
  margin: 0;
}

.item-dates-info {
  display: flex;
  flex-direction: row;
}
.item-dates-info .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}
.item-dates-info p {
  font-size: 14px;
  font-weight: 500;
  color: var(--font-grey);
  margin-left: 0.5rem;
}

.content-allplanlernen h2 {
  font-size: 36px;
  font-weight: 600;
  text-align: center;
}
.content-allplanlernen .container-allplan-lernen {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}
@media (max-width: 991px) {
  .content-allplanlernen .container-allplan-lernen {
    flex-direction: column;
    align-items: center;
  }
}
.content-allplanlernen .container-allplan-lernen > .item > img {
  max-width: 100%;
}
.content-allplanlernen .container-allplan-lernen .item-info-allplanlernen {
  text-align: center;
  align-items: center;
  justify-content: center;
}
.content-allplanlernen .container-allplan-lernen .item-info-allplanlernen h4 {
  font-size: 20px;
  font-weight: 600;
  color: var(--font-color);
}
.content-allplanlernen .container-allplan-lernen .item-info-allplanlernen p {
  margin-bottom: 2rem;
}

.registration-button {
  color: var(--primary);
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: underline;
}

.box-heading-registration {
  background-color: var(--light-blue);
  margin: 0;
  padding: 2rem;
  margin-bottom: 2rem;
}

.registration-heading {
  background-color: var(--light-blue);
}

.container-registration {
  width: 100%;
  margin-bottom: 3rem;
}
.container-registration .text-registration {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
  margin-bottom: 3rem;
}
.container-registration .text-registration p {
  width: 80%;
}
.container-registration .text-blue {
  color: var(--font-blue);
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}

.blueFill {
  color: var(--primary);
}

.light-blueFill {
  color: var(--light-blue);
}

/*# sourceMappingURL=site.css.map */
