.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

a {
  text-decoration: none;
}

.background {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-image: url('../images/wavy-opacity-5.svg'), -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.1)), to(hsla(0, 0%, 100%, 0.1))), url('../images/background-bright.svg');
  background-image: url('../images/wavy-opacity-5.svg'), linear-gradient(180deg, hsla(0, 0%, 100%, 0.1), hsla(0, 0%, 100%, 0.1)), url('../images/background-bright.svg');
  background-position: 50% 50%, 0px 0px, 10% 0%;
  background-size: cover, auto, cover;
  background-repeat: repeat-x, repeat, no-repeat;
  background-attachment: fixed, scroll, scroll;
}

.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.landingsection {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  max-width: 1600px;
  padding-left: 20%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sfakpicture {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 500px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.introductionbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 500px;
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fcfcfc;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.3);
}

.heading {
  font-family: Oswald, sans-serif;
  color: #1b6470;
}

.bold-text {
  font-family: Lato, sans-serif;
}

.paragraph {
  font-family: Lato, sans-serif;
}

.landingparagraph {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #283f52;
}

.contentsection {
  width: 100%;
  max-width: 1600px;
  padding: 40px 20px 40px 20%;
}

.contentsection1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1600px;
  padding-left: 20%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.tabellenwrapper {
  position: relative;
  left: 0%;
  width: 100%;
  max-width: 1400px;
}

.tabellenkopf {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f2f0eb;
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.3);
}

.tabellenkopftitel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 12.5%;
  height: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 0.5px dotted #ccc;
  border-left: 0.5px dotted #ccc;
  font-family: Lato, sans-serif;
  color: #283f52;
  font-weight: 700;
  text-align: center;
}

.tabellen-inhalt-wrapper {
  position: relative;
  top: -80px;
  width: 100%;
  margin-bottom: -80px;
  padding-top: 80px;
  border-radius: 20px;
  background-color: #fcfcfc;
  box-shadow: 0 0 30px -5px rgba(0, 0, 0, 0.2);
}

.kurszeile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px dotted #cbe4e3;
}

.kurszeileneintrag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 12.5%;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lato, sans-serif;
  color: #283f52;
  text-align: center;
}

.kurszeilenbutton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 60%;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #cbe4e3;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  font-family: Lato, sans-serif;
  color: #283f52;
  font-weight: 700;
  text-align: center;
}

.kurszeilenbuttonwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 12.5%;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lato, sans-serif;
  color: #283f52;
  text-align: center;
}

.tabellenkopfbuttonwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 12.5%;
  height: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 0.5px dotted #ccc;
  border-left: 0.5px dotted #ccc;
  font-family: Lato, sans-serif;
  color: #283f52;
  font-weight: 700;
  text-align: center;
}

.section-content {
  width: 80%;
  height: 10%;
}

.navigationwrapper {
  position: fixed;
  left: auto;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-width: 1600px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigationcontainer {
  position: fixed;
  top: 0px;
  z-index: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: 100vh;
  max-width: 320px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.navigationlink {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: font-size 600ms cubic-bezier(.77, 0, .175, 1), color 600ms cubic-bezier(.77, 0, .175, 1);
  transition: font-size 600ms cubic-bezier(.77, 0, .175, 1), color 600ms cubic-bezier(.77, 0, .175, 1);
  color: #0a3090;
  font-size: 16px;
}

.navigationlink.w--current {
  -webkit-transition: font-size 600ms cubic-bezier(.77, 0, .175, 1), color 600ms cubic-bezier(.77, 0, .175, 1);
  transition: font-size 600ms cubic-bezier(.77, 0, .175, 1), color 600ms cubic-bezier(.77, 0, .175, 1);
  color: #fd7627;
  font-size: 20px;
}

.navigationlink.infomaterial {
  display: none;
}

.navigationlinkline {
  width: 25px;
  height: 25px;
  background-color: #1b6470;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.navigationlinktext {
  margin-left: 30px;
  font-family: Oswald, sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.desktopnavigationbar {
  position: absolute;
  left: -35px;
  z-index: 0;
  width: 50px;
  height: 120%;
  border-radius: 10px;
  background-image: radial-gradient(circle farthest-corner at 0% 0%, #ffd9c3, #fd7627);
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.mobilemenubutton {
  display: none;
}

.footer {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #283f52;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  color: #fcfcfc;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #f2f0eb;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.text-block {
  font-family: Lato, sans-serif;
  color: #fcfcfc;
}

.contentwrapper {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  max-width: 1600px;
}

.pooldiv {
  position: absolute;
  left: -35px;
  z-index: -1;
  width: 225px;
  height: 110%;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(203, 228, 227, 0.53)), to(rgba(203, 228, 227, 0)));
  background-image: linear-gradient(90deg, rgba(203, 228, 227, 0.53), rgba(203, 228, 227, 0));
}

.landing-logo {
  position: relative;
  z-index: 200;
  width: 50vh;
  height: 50vh;
  min-width: 50vh;
  border-radius: 30px;
  background-image: url('../images/logo-sfak.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 10px 0 rgba(40, 63, 82, 0.4);
}

.landingslogan {
  position: relative;
  left: -40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  max-width: 600px;
  padding: 30px 30px 30px 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background-color: hsla(0, 0%, 98.8%, 0.7);
  box-shadow: 1px 1px 10px 0 rgba(40, 63, 82, 0.4);
}

.text-block-2 {
  font-family: Oswald, sans-serif;
  color: #0a3090;
  font-size: 26px;
  line-height: 52px;
  font-weight: 500;
  letter-spacing: 2px;
}

.div-block {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 200px;
  height: 200px;
}

.heading-2 {
  display: block;
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 40px 40px 80px;
  border-style: solid;
  border-width: 2px;
  border-color: #fd7627;
  border-radius: 20px;
  background-color: hsla(0, 0%, 98.8%, 0.6);
  box-shadow: 1px 1px 3px 0 #283f52;
  font-family: Lato, sans-serif;
  color: #1b6470;
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 4px;
}

.contentheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.contentblock {
  position: relative;
  top: -40px;
  width: 100%;
  padding: 40px;
  border-radius: 20px;
  background-image: linear-gradient(138deg, #234aac, #001d90);
  box-shadow: 1px 1px 10px 0 rgba(40, 63, 82, 0.6);
}

.contentparagraph {
  margin-bottom: 38px;
  font-family: Lato, sans-serif;
  color: #fcfcfc;
  font-size: 18px;
  line-height: 36px;
}

.contentparagraph.lessmargin {
  margin-bottom: 0px;
}

.contentblock-bright {
  position: relative;
  left: 10%;
  top: -40px;
  width: 90%;
  padding: 40px;
  border-radius: 20px;
  background-image: radial-gradient(circle farthest-corner at 0% 0%, #4da1af, #1b6470);
  box-shadow: 1px 1px 3px 0 #283f52;
  color: #283f52;
}

.image-2 {
  margin-bottom: 38px;
  padding: 14px;
  border-radius: 10px;
  background-color: #fcfcfc;
}

.bold-text-2 {
  color: #ffa069;
  text-decoration: underline;
}

.link {
  color: #ffa069;
}

.kontaktwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.kontakt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-3 {
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  color: #f2f0eb;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
}

.text-block-3 {
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #fcfcfc;
  font-weight: 700;
}

.kontakttext {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #fcfcfc;
  font-weight: 400;
  text-decoration: underline;
}

.kontakttext.link {
  margin-bottom: 20px;
  text-decoration: none;
}

.div-block-2 {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  background-color: #1e39ad;
}

.div-block-2.sarah {
  background-image: url('../images/sarahmuellerbild.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-2.dagmar {
  background-image: url('../images/dagmarmuellerbild.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-2.manuela {
  background-image: url('../images/manuelasachererbild.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.link-2 {
  color: #ffa069;
  font-weight: 900;
  text-decoration: underline;
}

.kontaktlink {
  margin-bottom: 20px;
  color: #ffa069;
  font-weight: 700;
}

.image-3 {
  border-radius: 20px;
  box-shadow: 0 0 16px -4px #cbe4e3;
}

.image-3.mt40 {
  margin-top: 40px;
}

.landingbuttonswrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 50px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.landinginteraction {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 150px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #fd7627;
  background-image: radial-gradient(circle farthest-corner at 0% 0%, #ffd7bf, #fd7627);
  box-shadow: 1px 1px 10px 0 rgba(40, 63, 82, 0.2);
  cursor: pointer;
}

.landinginteractiontext {
  font-family: Oswald, sans-serif;
  color: #fcfcfc;
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
}

.heading-4 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  color: #f2f0eb;
}

.bold-text-3 {
  text-decoration: underline;
}

.bold-text-4 {
  text-decoration: underline;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-image: url('../images/logo-sfak.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.anmeldungs-popup-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 800;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(27, 100, 112, 0.8);
}

.form-block {
  display: block;
  overflow: auto;
  max-width: 1000px;
  padding: 30px;
  border-radius: 50px;
  background-color: #fcfcfc;
}

.formarea {
  margin-top: 40px;
  margin-bottom: 15px;
  font-family: Lato, sans-serif;
  color: #283f52;
  font-size: 18px;
  text-decoration: underline;
}

.formarea.lessmargintop {
  margin-top: 0px;
}

.checkbox-field {
  margin-top: 25px;
}

.submit-button {
  margin-top: 30px;
  border-radius: 10px;
  background-color: #cbe4e3;
  box-shadow: 1px 1px 3px 0 rgba(40, 63, 82, 0.2);
  font-family: Lato, sans-serif;
  color: #1b6470;
  font-weight: 900;
  text-align: center;
}

.formheader {
  padding-right: 50px;
  font-family: Lato, sans-serif;
  color: #283f52;
  font-size: 16px;
}

.field-label {
  font-family: Lato, sans-serif;
  color: #283f52;
  font-weight: 700;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-5 {
  width: 45%;
}

.success-message {
  border-radius: 20px;
  background-color: #fcfcfc;
}

.text-block-4 {
  font-family: Lato, sans-serif;
  color: #283f52;
  font-size: 16px;
}

.text-block-5 {
  font-family: Lato, sans-serif;
  color: #283f52;
  font-size: 16px;
}

.button {
  margin-top: 26px;
}

.div-block-6 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 30px;
  height: 30px;
  padding: 4px;
  border-radius: 100%;
  background-color: #283f52;
  box-shadow: 1px 1px 10px 0 rgba(40, 63, 82, 0.2);
  cursor: pointer;
}

.form {
  position: relative;
}

.tablleninfo {
  margin-bottom: 20px;
}

.heading-3-copy {
  margin-bottom: 20px;
  padding-top: 20px;
  padding-right: 40px;
  padding-left: 40px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 160, 105, 0.7)), to(rgba(255, 160, 105, 0)));
  background-image: linear-gradient(180deg, rgba(255, 160, 105, 0.7), rgba(255, 160, 105, 0));
  font-family: Oswald, sans-serif;
  color: #283f52;
  font-size: 20px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: 1px;
}

.footer-text {
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  color: #fcfcfc;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.info-zum-anmeldeformular {
  display: block;
  margin-top: 30px;
  font-family: Lato, sans-serif;
  color: #283f52;
  font-size: 16px;
}

.heading-5 {
  position: absolute;
  left: 30%;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 0;
  width: 30%;
  color: hsla(0, 0%, 98.8%, 0.05);
  font-size: 10px;
  text-align: center;
}

.text-span {
  display: none;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-8 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  padding: 20px;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: ". . . Area";
  -ms-grid-columns: minmax(200px, 1fr) 16px 1fr 16px 1fr 16px 1fr 16px 1fr;
  grid-template-columns: minmax(200px, 1fr) 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 0.25fr;
  grid-template-rows: 0.25fr;
  border-radius: 20px;
  background-color: #fcfcfc;
}

.markenlogo-status {
  opacity: 0.5;
  -webkit-transition: opacity 1000ms cubic-bezier(.175, .885, .32, 1.275), -webkit-transform 1000ms cubic-bezier(.075, .82, .165, 1);
  transition: opacity 1000ms cubic-bezier(.175, .885, .32, 1.275), -webkit-transform 1000ms cubic-bezier(.075, .82, .165, 1);
  transition: transform 1000ms cubic-bezier(.075, .82, .165, 1), opacity 1000ms cubic-bezier(.175, .885, .32, 1.275);
  transition: transform 1000ms cubic-bezier(.075, .82, .165, 1), opacity 1000ms cubic-bezier(.175, .885, .32, 1.275), -webkit-transform 1000ms cubic-bezier(.075, .82, .165, 1);
}

.markenlogo-status:hover {
  opacity: 1;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.size-80 {
  max-width: 80%;
}

.size-80.markenlogo-status {
  max-width: 90%;
  border-radius: 5px;
}

.div-block-8-2 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  padding: 20px;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: ". . . Area";
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 0.25fr;
  grid-template-rows: 0.25fr;
  border-radius: 20px;
  background-color: #fcfcfc;
}

.div-block-9 {
  display: block;
}

.topmargin20 {
  margin-top: 20px;
  border-radius: 20px;
  font-size: 16px;
  line-height: 26px;
}

@media screen and (max-width: 991px) {
  .background {
    background-image: url('../images/wavy-opacity-5.svg'), url('../images/background-bright.svg');
    background-position: 50% 50%, 0% 0%;
    background-size: cover, cover;
    background-repeat: repeat, no-repeat;
  }

  .landingsection {
    padding-left: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .introductionbox {
    width: 90%;
  }

  .contentsection {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .contentsection1 {
    padding-left: 0%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .tabellenwrapper {
    width: 98%;
  }

  .tabellenkopf {
    padding-right: 10px;
    padding-left: 10px;
  }

  .tabellenkopftitel {
    border-right-style: none;
    border-left-style: none;
    font-size: 12px;
  }

  .kurszeile {
    padding-right: 10px;
    padding-left: 10px;
  }

  .kurszeileneintrag {
    font-size: 12px;
  }

  .kurszeilenbuttonwrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
  }

  .tabellenkopfbuttonwrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-right-style: none;
    border-left-style: none;
    font-size: 12px;
  }

  .navigationcontainer {
    display: none;
    width: 100%;
  }

  .navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navigationlink {
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .navigationlinkline {
    display: none;
  }

  .navigationlinktext {
    margin-left: 0px;
    font-size: 24px;
  }

  .desktopnavigationbar {
    left: auto;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 0px;
  }

  .mobilemenubutton {
    position: fixed;
    left: 20px;
    top: 20px;
    right: auto;
    bottom: auto;
    z-index: 500;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    padding: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50px;
    background-image: radial-gradient(circle farthest-corner at 0% 0%, #ffa069, #fd7627);
    box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.2);
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .pooldiv {
    left: auto;
    display: none;
    width: 100%;
    height: 100%;
    border-radius: 0px;
  }

  .landing-logo {
    left: 0px;
    width: 70vw;
    height: 70vw;
    min-width: auto;
  }

  .landingslogan {
    position: relative;
    left: 0px;
    top: -30px;
    right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60vw;
    min-width: auto;
    padding: 60px 40px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .div-block {
    height: 100px;
  }

  .contentheader {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .contentblock {
    left: auto;
    width: 95%;
  }

  .contentparagraph {
    text-align: center;
  }

  .contentblock-bright {
    left: auto;
    right: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .kontaktwrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

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

  .landingbuttonswrapper {
    margin-top: 25px;
  }

  .landinginteraction {
    width: 100px;
    height: 100px;
    border-width: 4px;
  }

  .landinginteractiontext {
    font-size: 17px;
  }

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

  .heading-3-copy {
    text-align: center;
  }

  .text-span {
    display: block;
  }

  .div-block-8 {
    grid-template-areas: ".";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .size-80.markenlogo-status {
    opacity: 0.8;
  }

  .size-80.markenlogo-status.marginuo20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-block-8-2 {
    grid-template-areas: ".";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

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

@media screen and (max-width: 767px) {
  .background {
    background-image: url('../images/wavy-opacity-5.svg'), url('../images/background-bright.svg');
    background-size: cover, contain;
    background-repeat: repeat, no-repeat;
  }

  .tabellenkopf {
    display: none;
  }

  .tabellen-inhalt-wrapper {
    top: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    background-color: transparent;
    box-shadow: none;
  }

  .kurszeile {
    width: auto;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top-style: none;
    border-radius: 20px;
    background-color: #fafafa;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  }

  .kurszeileneintrag {
    width: auto;
    height: auto;
  }

  .kurszeilenbutton {
    max-width: 150px;
    min-width: 120px;
    margin-top: 10px;
  }

  .kurszeilenbuttonwrapper {
    width: auto;
    height: auto;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .landing-logo {
    width: 80vw;
    height: 80vw;
  }

  .landingslogan {
    width: 80vw;
  }

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

  .kontaktwrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .kontakt {
    margin-bottom: 40px;
  }

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

  .form-block {
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media screen and (max-width: 479px) {
  .contentsection {
    padding-bottom: 0px;
  }

  .tabellenwrapper {
    width: 95%;
  }

  .tabellen-inhalt-wrapper {
    top: auto;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-logo-link {
    height: 60px;
  }

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

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

  .landing-logo {
    width: 90vw;
    height: 90vw;
  }

  .landingslogan {
    width: 90vw;
    padding: 40px 10px 10px;
  }

  .text-block-2 {
    font-size: 17px;
    line-height: 30px;
    text-align: center;
  }

  .div-block {
    left: auto;
    top: auto;
    right: auto;
    bottom: 0%;
    height: 100px;
  }

  .heading-2 {
    padding-top: 20px;
    padding-bottom: 50px;
    font-size: 26px;
  }

  .contentblock {
    width: 100%;
    padding: 16px;
    background-attachment: fixed, scroll;
  }

  .contentparagraph {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 24px;
  }

  .contentblock-bright {
    padding: 10px;
  }

  .image-2 {
    margin-bottom: 24px;
  }

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

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

  .kontakttext {
    text-align: center;
  }

  .image-3 {
    border-radius: 10px;
  }

  .landinginteraction {
    width: 75px;
    height: 75px;
  }

  .landinginteractiontext {
    font-size: 14px;
  }

  .div-block-3 {
    margin-bottom: 20px;
  }

  .form-block {
    margin-top: 15px;
    padding: 10px;
    border-radius: 10px;
  }

  .formarea {
    margin-top: 11px;
    font-size: 16px;
  }

  .submit-button {
    margin-top: 0px;
  }

  .formheader {
    font-size: 14px;
  }

  .field-label {
    font-size: 12px;
  }

  .heading-3-copy {
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }

  .div-block-7 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .info-zum-anmeldeformular {
    margin-bottom: 30px;
  }

  .div-block-9 {
    overflow: auto;
  }
}

#w-node-_0a2ffe90-f7b4-966a-3b2e-14203505b4ad-3859ccf8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f4ef443e-0b61-3432-049c-f4252bccf00b-3859ccf8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0a2ffe90-f7b4-966a-3b2e-14203505b4af-3859ccf8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_61b0a849-498b-4ce9-37c5-6150cbc52b17-3859ccf8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_63286a22-e482-74e8-2e2b-73e1ebc88ce0-3859ccf8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_49385cec-b017-780f-63e7-3ebab3391fb0-3859ccf8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d022095c-54e8-f983-3edc-3ffc302d6bbe-3859ccf8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4fec9ec7-9b90-fd1a-583f-44105037fe44-3859ccf8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_62505782-db5a-72ea-7fc8-38ea4d81d7e1-3859ccf8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_82b2430a-29c1-5716-019f-fa09c87d115f-3859ccf8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b0beabb6-27a8-0299-26b7-c85548452476-3859ccf8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-da0bbfec-8e0e-bda8-6ebf-f6602d876b99-3859ccf8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_76d1c79e-8702-1923-9ce8-94e24a452540-3859ccf8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_62b063a7-f4d2-68a7-efc1-d9845edd6536-3859ccf8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_62b063a7-f4d2-68a7-efc1-d9845edd6538-3859ccf8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

