:root {
  --bourgogne: #a43742;
  --darkblue: #000d27;
  --redish-grey: #817577;
  --seasalt: #f8f7f9;
  --maroon: #55272b;
  --systemflow-lite--neutral--80: #636b75;
  --systemflow-lite--neutral--10: white;
  --systemflow-lite--neutral--20: #e5e7e9;
  --systemflow-lite--neutral--100: #0e0f11;
  --systemflow-lite--primary--10: #f2f6ff;
  --systemflow-lite--primary--60: #2f54eb;
}

body {
  color: #3d3d3d;
  letter-spacing: .3px;
  background-color: #fff;
  height: 100%;
  min-height: 100%;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8em;
  overflow: auto;
}

h1 {
  color: #373737;
  font-size: 52px;
  font-weight: 100;
  line-height: 55px;
}

h2 {
  color: #373737;
  font-size: 40px;
  font-weight: 100;
  line-height: 46px;
}

h3 {
  color: #373737;
  font-size: 30px;
  font-weight: 300;
  line-height: 37px;
}

h4 {
  text-transform: none;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}

h5 {
  color: #373737;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}

h6 {
  color: #373737;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 500;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #ff9838;
  cursor: pointer;
  text-decoration: none;
}

ul {
  color: #6d7379;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 1px;
  padding-left: 20px;
  line-height: 23px;
}

ol {
  color: #373737b3;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  font-weight: 300;
  line-height: 24px;
}

img {
  max-width: 100%;
  margin-bottom: 20px;
  display: inline-block;
  overflow: hidden;
}

blockquote {
  border-left: 3px solid #e2e2e2;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 30px;
}

figcaption {
  color: #fafafa;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #e4e6e7bd;
  width: 100%;
  margin-top: 5px;
  font-family: Raleway;
  font-size: 12px;
  font-weight: 600;
  line-height: 40px;
  position: absolute;
  bottom: 20px;
}

.hero {
  flex-wrap: nowrap;
  align-content: space-around;
  align-items: center;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.hero.hero-404 {
  background-image: linear-gradient(to right, #0ba0948a, #ff98383d), linear-gradient(#0000003d, #0000003d), url('../images/Studies_11.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.hero-wrapper {
  z-index: 100;
  align-items: center;
  width: 100%;
  padding-left: 12%;
  padding-right: 12%;
  display: flex;
  position: relative;
}

.text-center {
  color: #0f1626d9;
  text-align: center;
}

.text-center.text-white {
  color: #fff;
  text-align: center;
}

.text-center.text-white._404 {
  margin-bottom: 0;
  font-size: 69px;
  line-height: 84px;
}

.text-center.white {
  color: #fff;
  text-shadow: 0 0 14px #0000008c;
  margin-top: 0;
  padding-top: 60px;
  font-size: 36px;
  font-weight: 300;
  line-height: 46px;
}

.cover {
  text-align: center;
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.p-cover {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  margin: 30px auto;
  font-size: 18px;
  line-height: 28px;
  display: block;
}

.p-cover._404 {
  max-width: 700px;
  margin-top: 20px;
}

.btn {
  color: #fff;
  background-color: #02c856;
  border: 2px solid #02c856;
  border-radius: 30px;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
  transition: all .2s;
}

.btn:hover {
  color: #02c856;
  background-color: #0000;
  border: 2px solid #02c856;
}

.btn.w--current {
  background-color: #c9ac7a;
}

.btn.scroll-down {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 100px;
  width: 45px;
  height: 45px;
  margin: auto auto 0;
  padding: 0;
  font-size: 18px;
  line-height: 45px;
  transition: all .3s;
  display: none;
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
}

.btn.scroll-down:hover {
  background-color: #02c856;
  border-color: #02c856;
}

.menu-wrapper {
  background-color: #0000;
  border-bottom: 1px #fff;
  width: 100%;
  height: 90px;
  padding-left: 40px;
  padding-right: 40px;
  line-height: 20px;
  display: block;
  position: fixed;
  top: 0;
}

.logo {
  color: #fff;
  text-align: left;
  letter-spacing: -.5px;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 90px;
  position: relative;
}

.logo.logo-footer {
  color: #ff9838;
  line-height: 45px;
}

.nav-link {
  color: #ffffffb3;
  letter-spacing: .5px;
  text-transform: none;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 90px;
  transition: all .2s;
}

.nav-link:hover, .nav-link.w--current {
  color: #fff;
}

.nav-menu {
  z-index: 1000;
  float: none;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.brand {
  z-index: 1100;
  color: #fff;
  background-image: url('../images/Logo-white.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 150px;
  width: 150px;
  height: 50px;
  line-height: 10px;
}

.brand.w--current {
  z-index: 1100;
}

.container-fluid {
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.section {
  background-color: #fff;
  padding: 100px 40px;
  position: relative;
  overflow: hidden;
}

.section.bg-grey {
  background-color: #fafafa;
  overflow: hidden;
}

.section.bg-grey.section-register {
  padding-top: 0;
  overflow: visible;
}

.section.bg-grey.hiddensection {
  display: block;
}

.section.bg-grey.hidden {
  display: flex;
}

.section.b-b {
  border-bottom: 1px solid #e7e9eb;
}

.section.nav-top {
  margin-top: 0;
  padding-top: 190px;
}

.section.nav-top.contact-bg {
  background-color: #6d73790f;
  background-image: none;
}

.section.bg-color {
  color: #fff;
  background-image: linear-gradient(#0ba094, #0ba094);
}

.section.large-section {
  padding-top: 160px;
  padding-bottom: 160px;
}

.section.large-section.bg-color {
  background-image: linear-gradient(#0000005c, #0000005c);
}

.section.large-section.bg-color.text-center {
  background-image: linear-gradient(90deg, #000d27bf, #817577f2 99%), linear-gradient(#0000003d, #0000003d), url('../images/BottomWallpaper2.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.section.page-title-after {
  background-color: #0000;
  margin-top: -60px;
  padding-top: 0;
  overflow: visible;
}

.section.page-title-after.courses {
  margin-top: -115px;
}

.section.withgradient {
  background-image: linear-gradient(#fff, #fafafa);
}

.section.less {
  padding-top: 25px;
}

.p-large {
  font-size: 18px;
  line-height: 26px;
}

.p-large.text-center {
  margin-top: 20px;
}

.p-large.text-center.white-muted {
  color: #fff;
  text-shadow: 0 0 3px #000000bf;
  font-size: 20px;
  line-height: 28px;
}

.text-white {
  color: #fff;
}

.text-white.text-muted {
  opacity: .65;
}

.button {
  border: 1px solid var(--bourgogne);
  background-color: var(--bourgogne);
  color: #fff;
  text-align: left;
  letter-spacing: .5px;
  background-image: none;
  border-radius: 34px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 12px 30px;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.button:hover {
  border-color: var(--bourgogne);
  color: var(--bourgogne);
  background-color: #0000;
}

.button.transparent {
  background-color: #49807000;
  background-image: none;
  border-color: #ffffff91;
}

.button.transparent:hover {
  background-color: #fff;
}

.button.transparent.noborder {
  color: #ffffffbd;
  border-color: #fff0;
  font-weight: 300;
}

.button.transparent.noborder:hover {
  color: #fff;
  background-color: #fff0;
}

.button.transparent.dark {
  color: #6d73798f;
  background-color: #0000;
  border-color: #6d737936;
}

.button.transparent.dark:hover, .button.transparent.inverted {
  border-color: var(--bourgogne);
  background-color: var(--bourgogne);
  color: #fff;
}

.button.register-button {
  text-align: center;
  width: 100%;
  margin-top: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  display: block;
}

.button.register-button:hover {
  border-color: #ff533d;
}

.button.sidebar-button {
  margin-top: 40px;
}

.button.news-more-container {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.button.less {
  margin-top: 0;
  margin-bottom: 0;
}

.more-button-text {
  float: left;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
}

.more-button-icon {
  float: right;
  text-align: center;
  border: 1px #00000026;
  border-radius: 50px;
  width: 14px;
  height: 30px;
  margin: 7px 0 7px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
  transition: all .2s;
  display: inline-block;
}

.more-button-icon.contact {
  height: 26px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 5px;
  line-height: 26px;
  transition-property: none;
}

.hero-slideshow {
  z-index: 0;
  background-color: #01050d;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.hero-slideshow-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.slide-1 {
  background-image: url('../images/Header1A.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: visible;
}

.hero-loadbar {
  z-index: 200;
  background-image: linear-gradient(to right, var(--darkblue), var(--bourgogne));
  width: 100%;
  height: 4px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.logo-slideshow {
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: visible;
}

.logo-slideshow-item {
  text-align: center;
  width: 20%;
}

.logo-slideshow-mask {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  display: block;
  overflow: hidden;
}

.logo-slideshow-item-img {
  box-shadow: none;
  opacity: .15;
  border-radius: 0;
  max-width: 100%;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  transition: opacity .2s;
  display: block;
}

.logo-slideshow-item-img:hover {
  opacity: 1;
}

.logo-slideshow-nav {
  opacity: .41;
  margin-top: 20px;
  position: relative;
  transform: scale(.5);
}

.logo-slideshow-tooltip {
  opacity: 0;
  color: #fff;
  letter-spacing: 1px;
  background-color: #0ba094;
  border-radius: 330px;
  width: auto;
  height: 27px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 11px;
  padding-right: 11px;
  font-size: 13px;
  line-height: 27px;
  display: inline-block;
  position: static;
  top: -40px;
  bottom: -40px;
  transform: translate(0, 10px);
}

.logo-slideshow-tooltip-position {
  text-align: center;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
}

.logo-slideshow-tooltip-arrow {
  border-top: 5px solid #0ba094;
  border-left: 5px solid #0000;
  border-right: 5px solid #0000;
  width: 0;
  height: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
}

.logo-slideshow-link {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footer {
  z-index: 100;
  background-color: #fff;
  position: relative;
}

.sitemap {
  color: #373737;
  column-count: 2;
  column-rule-style: none;
  column-rule-width: 0px;
  padding-left: 0;
  line-height: 25px;
  list-style-type: none;
}

.sitemap-link {
  color: #373737;
  line-height: 22px;
  text-decoration: none;
  transition: all .2s;
}

.sitemap-link:hover, .sitemap-link.w--current {
  color: var(--bourgogne);
}

.submenu {
  background-color: #fff;
  border-radius: 3px;
  min-width: 170px;
  margin-top: -20px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: none;
  position: absolute;
  box-shadow: 0 3px 14px #0000002e;
}

.submenu-item {
  color: #9896a0;
  padding: 4px 25px;
  font-size: 14px;
  font-weight: 300;
  list-style-type: none;
}

.submenu-item:hover, .submenu-item.w--current {
  color: #ff9838;
}

.blogpost-author {
  border-top: 1px solid #00000021;
  margin-top: 40px;
  padding-top: 40px;
}

.blog-author-photo {
  float: left;
  clear: none;
  box-shadow: none;
  border-radius: 100%;
  width: 80px;
  margin-right: 20px;
  display: inline-block;
}

.blogpost-author-name {
  float: left;
  clear: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 25px;
  display: block;
}

.blogpost-author-title {
  float: none;
  clear: none;
  color: #373737;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 12px;
  display: block;
}

.contact-form {
  color: #373737;
  background-color: #fff;
  padding: 80px;
  position: relative;
  overflow: hidden;
}

.contact-form-telephone {
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 34px;
  font-weight: 100;
  line-height: 35px;
}

.contact-form-telephone-title {
  margin-bottom: 30px;
}

.contact-form-map-container {
  display: none;
  position: absolute;
  inset: 0;
}

.contact-form-map {
  z-index: 10;
  opacity: 1;
  height: 100%;
  position: absolute;
  inset: 0;
}

.contact-form-map-close {
  z-index: 20;
  text-align: center;
  background-color: #ff9838;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  line-height: 56px;
  position: absolute;
  top: 120px;
  right: 40px;
}

.contact-form-map-close-icon {
  box-shadow: none;
  width: 20px;
  margin-bottom: 0;
}

.docu-headline {
  color: #373737;
  border-top: 1px solid #00000021;
  margin-top: 60px;
  margin-bottom: 0;
  padding-top: 40px;
}

.docu-navigation-container {
  position: fixed;
}

.docu-navigation {
  margin-top: -10px;
}

.docu-navigation-item {
  color: #37373791;
  border-left: 2px solid #0000;
  margin-left: -3px;
  line-height: 26px;
  transition: all .2s;
}

.docu-navigation-item:hover {
  color: #373737cc;
}

.docu-navigation-item:focus {
  color: #ff9838;
  border-left: 2px solid #ff9838;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 7px;
  display: inline-block;
  position: relative;
}

.docu-navigation-headline {
  color: #373737;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 10px;
  font-family: Raleway;
  font-weight: 600;
}

.docu-image {
  box-shadow: none;
  background-color: #6d737917;
  background-image: url('../images/Loader.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 48px;
  border-style: none;
  border-color: #00000017;
  border-radius: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: visible;
}

.docu-list {
  color: #6d7379;
  font-size: 14px;
  font-weight: 400;
}

.docu-list-line {
  margin-bottom: 7px;
}

.docu-list-line-number {
  float: none;
  color: #fff;
  text-align: center;
  background-color: #ff9838;
  border-radius: 100px;
  width: 26px;
  height: 26px;
  font-size: 12px;
  font-weight: 700;
  line-height: 26px;
  display: inline-block;
  position: absolute;
}

.docu-list-line-text {
  margin-top: 3px;
  margin-left: 35px;
  font-weight: 400;
  display: inline-block;
}

.supportmail {
  margin-top: 10px;
  font-size: 24px;
  font-weight: 300;
}

.docu-image-lightbox {
  cursor: pointer;
  border-radius: 0;
  margin-bottom: 0;
  transition: all .2s;
  display: block;
  box-shadow: 0 2px 7px #00000038;
}

.docu-image-lightbox:hover {
  opacity: 1;
  transform: scale(1.02);
}

.text-muted {
  opacity: .6;
}

.docu-anker {
  opacity: 0;
  width: 100%;
  height: 1px;
  display: block;
  position: relative;
  top: -10px;
  left: 0;
  right: 0;
}

.register-now {
  z-index: 1100;
  padding-top: 2px;
  padding-bottom: 1px;
  position: absolute;
  top: 0;
  right: 40px;
}

.teaser-flex-grid {
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
  margin: 40px -10px 20px;
  display: block;
}

.teaser-flex-grid-item-wrrapper {
  float: left;
  clear: none;
  flex-flow: row;
  flex-shrink: 1;
  flex-basis: auto;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  width: 50%;
  padding: 15px 10px;
  display: block;
}

.teaser-flex-grid-item-wrrapper.feature {
  width: 100%;
}

.teaser-flex-grid-item-wrrapper.feature.overview {
  margin-bottom: 10px;
  padding-top: 0;
}

.teaser-flex-grid-item {
  background-image: url('../images/MainSolstice2.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 3px;
  flex: 1;
  min-height: 400px;
  transition: all .2s;
  display: block;
  position: relative;
  overflow: hidden;
}

.teaser-flex-grid-item:hover {
  box-shadow: 0 10px 50px #0000004d;
}

.teaser-flex-grid-item.w--current, .teaser-flex-grid-item._2 {
  background-image: none;
}

.teaser-flex-grid-item.categories {
  min-height: 300px;
}

.teaser-flex-grid-item.v2 {
  background-image: url('../images/MainSolstice3.jpg');
}

.teaser-flex-grid-item.v2.w--current {
  background-image: none;
}

.teaser-flex-grid-item.v3 {
  background-image: url('../images/MainSolstice.jpg');
}

.teaser-flex-grid-item.v3.w--current {
  background-image: none;
}

.teaser-flex-grid-item-infos-footer {
  z-index: 10;
  align-items: stretch;
  display: block;
  position: absolute;
  bottom: 30px;
  left: 40px;
  right: 40px;
}

.teaser-flex-grid-item-infos-footer.news {
  text-align: center;
  background-image: url('../images/Header1A.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 1700px;
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  padding: 80px;
  display: flex;
  inset: 0;
}

.teaser-flex-grid-item-infos-footer.news.v2 {
  background-image: url('../images/NewsPaper2.jpg');
  background-position: 50%;
  background-size: cover;
}

.teaser-flex-grid-item-infos-footer.categories {
  left: 40px;
  right: 40px;
}

.teaser-flex-grid-title {
  color: #fff;
  flex: 0 auto;
  width: 100%;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 100;
  line-height: 32px;
}

.teaser-flex-grid-item-shadow {
  z-index: 1;
  background-image: linear-gradient(to top, #0009, #0000);
  height: 50%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.teaser-flex-grid-item-overlay {
  z-index: 0;
  background-color: #0000;
  background-image: url('../images/Membre1.jpg');
  background-position: 50%;
  background-size: cover;
  transition: all .2s;
  display: block;
  position: absolute;
  inset: 0;
}

.teaser-flex-grid-item-overlay:hover {
  background-color: #00000075;
}

.teaser-flex-grid-item-header {
  z-index: 10;
  color: #fff;
  position: absolute;
  top: 40px;
  left: 40px;
  right: 40px;
}

.teaser-flex-grid-item-categorie {
  background-color: var(--redish-grey);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 42px;
  padding: 3px 14px 3px 15px;
  font-size: 11px;
  font-weight: 400;
  line-height: 23px;
  display: inline-block;
}

.teaser-flex-grid-item-categorie.categories {
  float: left;
  background-color: #ff9838;
}

.teaser-flex-grid-item-categorie.categories._2 {
  background-color: #ff533d;
}

.hero-buttons {
  margin-top: 10px;
}

.section-more {
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.image-section {
  z-index: 100;
  background-color: #fff;
  background-image: linear-gradient(#fafafa, #fafafa);
  align-items: center;
  min-height: 700px;
  display: flex;
  position: relative;
}

.image-section.bg-white {
  background-image: linear-gradient(#6d737900, #6d737900);
}

.image-section.bg-white.under {
  z-index: 99;
}

.image-section-image {
  background-image: url('../images/Mission.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  min-width: 46%;
  min-height: 100%;
  position: absolute;
  top: 0;
}

.image-section-image.right {
  background-image: url('../images/Studies_13.jpg');
  background-position: 50%;
  background-size: cover;
  right: 0;
}

.image-section-image.right.moved {
  background-image: url('../images/Histoire2.jpg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: cover;
  margin-top: -50px;
}

.image-section-image.left {
  background-image: url('../images/Aside4.jpg');
}

.image-section-image.idoles {
  background-image: url('../images/Idols4.jpg');
}

.menu-background {
  z-index: 0;
  opacity: 0;
  background-image: linear-gradient(270deg, #0ba094fa, #0ba094);
  position: absolute;
  inset: 0;
}

.menu-background.visible {
  opacity: 1;
}

.page-container {
  background-color: #fff;
  position: relative;
  box-shadow: 0 17px 100px -4px #00000042;
}

.popup {
  z-index: 10000;
  opacity: 0;
  background-image: linear-gradient(to right, #ff533d 1%, #0f1626 97%);
  align-items: center;
  display: block;
  position: relative;
  inset: 0;
}

.popup-close-area {
  opacity: .7;
  height: 100vh;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: fixed;
  inset: 0;
}

.popup-close-icon {
  z-index: 1000;
  float: right;
  text-align: center;
  background-color: #ff533d;
  background-image: url('../images/close.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border: 2px #ffffff52;
  border-radius: 100px;
  width: 54px;
  height: 54px;
  margin-left: auto;
  margin-right: auto;
  line-height: 44px;
  transition: all .2s;
  display: block;
  position: fixed;
  top: -28px;
  left: 0;
  right: 0;
}

.popup-close-icon:hover {
  transform: rotate(90deg);
}

.notifications-container {
  z-index: 10;
  position: absolute;
  bottom: 50px;
  right: 50px;
}

.notification {
  background-color: var(--seasalt);
  color: #373737;
  border-radius: 3px;
  align-items: center;
  width: 350px;
  height: 96px;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 18px #0000002b;
}

.notification:hover {
  color: var(--maroon);
  box-shadow: 0 4px 24px #0000003d;
}

.notification-categorie {
  background-image: url('../images/Event.jpg');
  background-position: 50%;
  background-size: cover;
  border-style: none;
  border-right-width: 1px;
  border-right-color: #00000030;
  width: 93px;
  height: 96px;
  display: block;
  position: absolute;
  inset: 0;
}

.notification-text {
  width: 100%;
  padding: 9px 12px 11px 114px;
}

.notification-headline {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.notification-headline:hover {
  color: var(--bourgogne);
}

.notification-subline {
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3em;
}

.notification-subline.text-muted {
  margin-bottom: 0;
}

.label-colour {
  z-index: 1;
  background-color: #367ec0;
  background-image: url('../images/tick.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  border-radius: 40px;
  width: 40px;
  height: 40px;
  display: none;
  position: absolute;
  top: 23px;
  right: 22px;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}

.row.reverse-row {
  flex-direction: row-reverse;
  display: block;
}

.popup-container {
  display: inline-block;
}

.page-title {
  background-color: #f5f5f5;
  margin-top: 90px;
  padding-top: 70px;
  padding-bottom: 140px;
}

.location {
  border-bottom: 1px solid #6d737936;
  width: 100%;
  margin-bottom: 70px;
  padding-bottom: 25px;
  padding-left: 0;
}

.location-item {
  display: inline;
}

.location-item-link {
  color: #6d7379;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 11px;
}

.location-item-link.active {
  opacity: .5;
}

.location-item-slash {
  opacity: .5;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 11px;
  display: inline;
}

.body {
  overflow: auto;
}

.utility-page-wrap {
  background-color: #fafafa;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 400px;
  display: flex;
}

.text-color {
  color: #0f1626d9;
}

.facts {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.facts-headline {
  color: #ab987a;
  font-weight: 300;
}

.facts-headline.white2 {
  color: #ecdcc1;
}

.facts-headline.smaller {
  font-size: 30px;
  line-height: 36px;
}

.event {
  color: #373737;
  background-color: #fff;
  border-radius: 3px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 25px 30px;
  transition: all .2s;
  box-shadow: 0 6px 50px #0000001a;
}

.event:hover {
  box-shadow: 0 6px 50px #00000026;
}

.event-container {
  margin-top: 50px;
  margin-bottom: 50px;
}

.event-container.overview {
  margin-top: 0;
}

.event-title {
  font-weight: 300;
}

.event-title.full {
  flex: 1;
}

.event-text {
  float: right;
  opacity: .5;
  text-align: right;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 20px;
}

.forms-container {
  text-align: center;
  background-color: #fff;
  border-radius: 3px;
  margin-top: -80px;
  padding: 80px 100px;
  box-shadow: 0 6px 50px #0000001a;
}

.forms-container.register-popup {
  opacity: 1;
  max-width: 550px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.forms-container.contact-form {
  margin-top: -10px;
}

.forms-container.less {
  z-index: 100;
  margin-top: -120px;
  padding: 60px 100px;
  position: relative;
}

.input {
  text-align: center;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #00000021;
  height: 60px;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 10px 0;
  font-size: 15px;
}

.input:focus {
  border-bottom-color: #00000021;
}

.input.textarea {
  overflow: auto;
}

.input.drop {
  text-align: center;
  margin-top: 30px;
  padding-left: 0;
}

.input.large {
  height: 100px;
  padding-top: 20px;
}

.register-headline {
  color: #0f1626d9;
  margin-bottom: 25px;
}

.register-headline.smallversion {
  width: 280px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 30px;
  font-size: 18px;
  line-height: 19px;
}

.image-section-quote {
  background-image: linear-gradient(45deg, var(--bourgogne), var(--maroon) 90%);
  color: #fff;
  width: 85%;
  margin-bottom: -100px;
  padding: 40px 60px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.teacher-widget {
  align-items: center;
  margin-top: 80px;
  margin-left: -50px;
  margin-right: -50px;
  display: flex;
}

.teacher-widget-padding-right {
  padding-right: 20px;
}

.teacher-widget-row {
  align-items: flex-end;
  display: flex;
}

.footer-text {
  margin-top: 20px;
}

.footer-social-media-list {
  padding-left: 0;
  list-style-type: none;
  display: block;
}

.footer-social-media-list.hidden {
  display: none;
}

.footer-social-media-item {
  float: left;
  margin-right: 7px;
  display: inline;
}

.footer-social-media-link {
  border-radius: 100px;
  width: 30px;
  height: 30px;
  display: block;
}

.footer-social-media-link.facebook {
  background-color: #39579a;
  background-image: url('../images/Facebook.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 6px;
}

.footer-social-media-link.twitter {
  background-color: #059ff5;
  background-image: url('../images/Twitter.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
}

.footer-social-media-link.google {
  background-color: #dd4330;
  background-image: url('../images/Google.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
}

.news-date {
  color: #ffffff8f;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 400;
}

.news-autor {
  float: left;
  color: #ffffffbd;
  letter-spacing: 1px;
  margin-top: 10px;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 12px;
  line-height: 1.2em;
  display: inline-block;
}

.sidebar {
  margin-top: 150px;
  padding-right: 40px;
}

.detail-image {
  background-image: url('../images/empty_1empty.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 450px;
  margin-bottom: 40px;
}

.sidebar-headline {
  margin-top: 25px;
  font-size: 18px;
}

.register-success {
  background-color: #0000;
}

.register-error {
  color: #f14f4f;
  background-color: #0000;
  font-size: 20px;
}

.sidebar-list {
  margin-top: 0;
  margin-bottom: 0;
}

.contact-form-container {
  align-items: center;
  display: flex;
}

.passwort-icon {
  opacity: .12;
}

.password-headline {
  margin-bottom: 30px;
}

.news-more {
  float: left;
  text-align: center;
  display: inline-block;
}

.news-more-icon {
  float: right;
  margin-left: 5px;
  line-height: 25px;
  display: inline-block;
}

.news-more-wrapper {
  text-align: center;
  width: 100%;
  margin-top: 40px;
}

.group-size-text {
  float: left;
  padding-right: 4px;
  display: inline-block;
}

.slide-2 {
  background-image: url('../images/Header2A.jpg');
  background-position: 50%;
  background-size: cover;
}

.hero-slideshow-overlay {
  z-index: 10;
  position: absolute;
  inset: 0;
}

.no-items-found {
  text-align: center;
  background-color: #fff;
  border-radius: 3px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 60px;
  font-size: 18px;
  box-shadow: 0 4px 46px #0000001f;
}

.no-items-found.news {
  margin-top: 0;
}

.newmenu {
  background-color: #fff;
  width: 100%;
  position: absolute;
}

.branddark {
  background-image: url('../images/Logo2.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 230px;
  height: 60px;
  margin-top: 12px;
  margin-left: 2%;
}

.bignavlink {
  background-color: var(--bourgogne);
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  width: 23%;
  padding: 30px 0;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  transition: all .5s;
}

.bignavlink:hover {
  box-shadow: inset 0 -4px #fff;
}

.bignavlink.w--current {
  color: #fff;
}

.bignavlink.blue {
  background-color: var(--darkblue);
  color: #fff;
  width: 21%;
  padding-left: 0;
  padding-right: 0;
}

.bignavlink.blue.w--current:hover {
  box-shadow: inset 0 -4px 0 0 var(--seasalt);
}

.bignavlink.gold {
  background-color: var(--redish-grey);
  color: #fff;
  padding-left: 0;
  padding-right: 0;
}

.bignavlink.fr {
  color: #0f1626d9;
  text-align: left;
  text-transform: none;
  background-color: #fff;
  width: 8%;
  font-size: 10px;
}

.navmenularge {
  width: 80%;
}

.link {
  color: #a43742;
  font-weight: 700;
}

.columns {
  margin-top: 50px;
}

.register-headline-small {
  opacity: 1;
  color: #0f1626d9;
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 14px;
  line-height: 22px;
}

.register-headline-small.smaller {
  color: #0f162699;
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 18px;
}

.middleforbutton {
  justify-content: center;
  margin-top: 50px;
  display: flex;
}

.ctabanner {
  z-index: 1000;
  opacity: 0;
  background-color: #fafafaeb;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translate(0, 100%);
  box-shadow: 0 -6px 50px #0000001a;
}

.hidden {
  display: none;
}

.sectiontoplanding {
  padding-top: 80px;
  padding-bottom: 60px;
}

.sliderlanding {
  height: 582px;
}

.containertext {
  z-index: 100;
  position: absolute;
  inset: 0% 0% auto;
}

.slide-4 {
  background-image: url('../images/Slider10.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-5 {
  background-image: linear-gradient(#000000bd, #0000 50%), url('../images/Slider11.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-6 {
  background-image: linear-gradient(#000000bd, #0000 50%), url('../images/BassNew.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-7 {
  background-image: url('../images/Zpic.jpg');
  background-position: 100% 0;
  background-size: cover;
}

.slide-8 {
  background-image: url('../images/X100.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-33 {
  background-image: url('../images/Header3A.jpg');
  background-position: 50%;
  background-size: cover;
}

.sysf-collapse-text {
  opacity: 0;
  color: var(--systemflow-lite--neutral--80);
  padding-top: 0;
  padding-bottom: 12px;
  padding-left: 32px;
  display: none;
}

.sysf-collapse-text.sysf-borderless {
  padding-left: 12px;
  display: none;
}

.material-icons.sysf-icon-left {
  margin-top: 2px;
  margin-right: 4px;
}

.material-icons.sysf-icon-left.sysf-icon-collapse {
  color: var(--systemflow-lite--neutral--80);
  margin-top: 0;
  margin-right: 0;
}

.sysf-collapse-title {
  flex: 1;
  margin-left: 12px;
  font-weight: 500;
  display: inline-block;
}

.sysf-collapse-trigger {
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.sysf-collapse-item-2 {
  background-color: var(--systemflow-lite--neutral--10);
  cursor: pointer;
  object-fit: fill;
  border-radius: 3px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 16px;
  padding-right: 16px;
  overflow: visible;
  box-shadow: 0 6px 30px #0000001a;
}

.sysf-collapse-item-2.grey {
  background-color: var(--systemflow-lite--neutral--20);
}

.sysf-collapse {
  border-radius: 6px;
  overflow: hidden;
}

.sysf-collapse.sysf-borderless {
  background-color: var(--systemflow-lite--neutral--10);
  border-style: none;
  padding: 24px 30px;
}

.sysf-collapse-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: visible;
}

.sysf-heading {
  color: var(--systemflow-lite--neutral--100);
}

.sysf-heading.sysf-l {
  letter-spacing: -.021em;
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.25;
}

.sysf-tagline {
  background-color: var(--systemflow-lite--primary--10);
  color: var(--systemflow-lite--primary--60);
  letter-spacing: -.006em;
  border-radius: 6px;
  margin-bottom: 1.25rem;
  padding-left: 8px;
  padding-right: 8px;
  font-size: .875rem;
  font-weight: 500;
  line-height: 28px;
  display: inline-block;
}

.sysf-section-title {
  width: 50%;
  margin-bottom: 48px;
}

.sysf-section-title.sysf-centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.sysf-wrapper-m {
  padding-top: 64px;
  padding-bottom: 64px;
}

.sysf-container {
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.sysf-c-b-neutral-20 {
  background-color: var(--systemflow-lite--neutral--20);
}

.linkblock {
  color: #fff;
}

html.w-mod-js [data-ix="fadein-bottom-scroll"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="fadein-sroll-lazyload"] {
  opacity: 0;
}

html.w-mod-js [data-ix="subpage-item-show"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="hero-fade-in-onload"] {
  opacity: 0;
}

html.w-mod-js [data-ix="hero-loadbar"] {
  width: 0;
}

html.w-mod-js [data-ix="gallery"] {
  opacity: 0;
  transform: scale(.93);
}

html.w-mod-js [data-ix="notification"] {
  opacity: 0;
  transform: translate(0, 70px);
}

html.w-mod-js [data-ix="password-protected"] {
  opacity: 0;
  transform: scale(.8);
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 49px;
    line-height: 54px;
  }

  h2 {
    font-size: 34px;
    line-height: 41px;
  }

  .text-center.text-white._404 {
    font-size: 59px;
  }

  .nav-link {
    color: #505050;
    text-align: left;
    padding-right: 0;
    font-size: 22px;
    line-height: 70px;
    display: block;
  }

  .nav-link:hover {
    color: #ff9838;
  }

  .nav-link.w--current {
    color: #ff9838;
    min-width: 220px;
  }

  .nav-menu {
    background-color: #fff;
    width: 300px;
    height: 100vh;
    padding: 50px 35px;
    overflow: scroll;
    box-shadow: 0 0 47px 7px #0000002e;
  }

  .section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section.nav-top {
    padding-top: 160px;
  }

  .button.transparent {
    display: none;
  }

  .button.transparent.register-menu {
    margin-right: 32px;
    display: none;
  }

  .footer {
    padding-left: 0;
    padding-right: 0;
  }

  .submenu {
    box-shadow: none;
    opacity: 1;
    background-color: #0000;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    display: none;
    position: relative;
    top: 0;
    transform: none;
  }

  .submenu-item {
    padding-left: 20px;
    line-height: 30px;
  }

  .contact-form {
    margin-top: 40px;
  }

  .contact-form-map-container {
    z-index: 2;
    max-height: 100vh;
    display: none;
    position: fixed;
    overflow: scroll;
  }

  .menu-button {
    z-index: 1000;
    color: #fff;
    padding: 25px;
    font-size: 40px;
    position: absolute;
    top: 0;
    right: 0;
  }

  .menu-button.w--open {
    z-index: 0;
    color: #ff9838;
    background-color: #0000;
  }

  .contact-form-text-wrapper {
    margin-top: 0;
  }

  .image-section {
    min-height: 0;
    display: block;
  }

  .image-section.bg-white {
    min-height: 0;
  }

  .image-section-image {
    min-width: 100%;
    min-height: 300px;
    max-height: 300px;
    position: relative;
  }

  .image-section-image.right.moved {
    margin-top: 0;
  }

  .menu-background {
    opacity: 0;
  }

  .notifications-container {
    display: none;
  }

  .row.reverse-row {
    flex-direction: column-reverse;
    display: flex;
  }

  .page-title {
    padding-left: 45px;
    padding-right: 45px;
  }

  .image-section-quote {
    display: none;
  }

  .sidebar {
    margin-top: 50px;
  }

  .teaser-image-text-container {
    padding: 30px 40px;
  }

  .sysf-collapse-text {
    display: none;
  }

  .material-icons.sysf-icon-left.sysf-icon-collapse {
    margin-top: 1px;
  }

  .sysf-section-title {
    width: 100%;
    margin-bottom: 32px;
  }

  .sysf-section-title.sysf-centered {
    width: 75%;
  }

  .sysf-container {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 39px;
    line-height: 44px;
  }

  .menu-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .button {
    clear: both;
  }

  .button.transparent {
    display: none;
  }

  .button.transparent.noborder {
    text-align: center;
    display: block;
  }

  .logo-slideshow-item {
    width: 33%;
    padding-left: 1%;
    padding-right: 1%;
  }

  .logo-slideshow-item-img {
    height: auto;
  }

  .contact-form {
    padding: 60px;
  }

  .menu-button {
    position: absolute;
  }

  .teaser-flex-grid-item-wrrapper {
    width: 100%;
  }

  .page-container {
    overflow: hidden;
  }

  .page-title {
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .location {
    margin-bottom: 40px;
  }

  .event-text {
    float: left;
    padding-left: 0;
    padding-right: 20px;
  }

  .forms-container {
    padding: 50px;
  }

  .detail-image {
    height: 350px;
  }

  .contact-form-container {
    display: block;
  }

  .sysf-section-title, .sysf-section-title.sysf-centered {
    width: 100%;
  }

  .sysf-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 29px;
    line-height: 34px;
  }

  h2 {
    font-size: 30px;
    line-height: 36px;
  }

  h3 {
    font-size: 20px;
    line-height: 28px;
  }

  blockquote {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 25px;
  }

  .hero-wrapper {
    padding-left: 4%;
    padding-right: 4%;
  }

  .text-center.text-white {
    margin-top: 20px;
  }

  .text-center.text-white._404 {
    font-size: 29px;
    line-height: 54px;
  }

  .text-center.white {
    font-size: 30px;
    line-height: 35px;
  }

  .p-cover {
    margin-top: 20px;
    font-size: 12px;
  }

  .btn.scroll-down {
    bottom: 40px;
  }

  .menu-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-link {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 19px;
    line-height: 60px;
  }

  .nav-menu {
    z-index: 1200;
    width: 250px;
    padding: 18px 10px 18px 40px;
    position: absolute;
    overflow: scroll;
  }

  .section {
    padding: 30px 10px 40px;
  }

  .p-large.text-center {
    font-size: 16px;
    line-height: 25px;
  }

  .text-white.text-muted {
    display: none;
  }

  .button.transparent.noborder {
    margin-top: 0;
    display: inline-block;
  }

  .logo-slideshow-item {
    width: 100%;
  }

  .footer {
    padding-left: 0;
    padding-right: 0;
  }

  .submenu {
    opacity: 1;
    background-color: #0000;
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
    position: relative;
    top: 0;
    transform: none;
  }

  .submenu-item {
    padding-left: 0;
    padding-right: 25px;
  }

  .contact-form {
    padding: 40px;
  }

  .contact-form-map-container {
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    inset: 0;
    overflow: hidden;
  }

  .teaser-flex-grid-item-wrrapper {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .teaser-flex-grid-item {
    min-height: 300px;
  }

  .teaser-flex-grid-item.v3 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .teaser-flex-grid-item-infos-footer {
    bottom: 20px;
    left: 20px;
    right: 20px;
  }

  .teaser-flex-grid-item-infos-footer.news {
    padding-left: 30px;
    padding-right: 30px;
  }

  .teaser-flex-grid-title {
    font-size: 18px;
  }

  .teaser-flex-grid-item-header {
    top: 30px;
    left: 30px;
    right: 30px;
  }

  .page-title {
    padding-left: 15px;
    padding-right: 15px;
  }

  .location {
    display: none;
  }

  .event-text {
    float: left;
    padding-left: 0;
  }

  .forms-container {
    padding: 40px 20px;
  }

  .forms-container.less {
    padding-left: 10px;
    padding-right: 10px;
  }

  .teacher-widget {
    margin-top: 60px;
  }

  .detail-image {
    height: 250px;
  }

  .teaser-image-text-container {
    padding: 15px 20px;
  }

  .branddark {
    margin-bottom: 12px;
  }

  .bignavlink {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .bignavlink.blue, .bignavlink.gold {
    width: 100%;
  }

  .bignavlink.fr {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 0;
  }

  .navmenularge {
    width: 100%;
  }

  .register-headline-small {
    margin-bottom: 25px;
  }

  .sectiontoplanding {
    padding-top: 72px;
  }

  .material-icons.sysf-icon-left.sysf-icon-collapse {
    margin-top: 4px;
  }

  .sysf-collapse-title {
    line-height: 1.5;
  }

  .sysf-collapse-trigger {
    align-items: flex-start;
  }

  .sysf-collapse-item-2 {
    box-shadow: 0 6px 20px #0000001a;
  }

  .sysf-collapse.sysf-borderless {
    padding: 16px 20px;
  }

  .none {
    padding-left: 0;
    padding-right: 0;
  }
}


