:root {
  --fontStack: "OpenSans", sans-serif;
  --bgColor: #094F5E;
  --highlightColor: #FFC926;
  --textColor: #333;
  --yellowColor: #FFC926;
  --greenColor: #0B515D;
  --fontRegSize: 18px;
  --contentWidth: 1200px;
  --flexgrid-margin: 0 -20px;
  --flexgrid-padding: 0 20px;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
*:focus {
  outline: none;
}
*:before {
  box-sizing: border-box;
}
*:after {
  box-sizing: border-box;
}
html[dir="rtl"] {
  direction: rtl;
}
html {
  -moz-font-smoothing: antialiased;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-size: 100%;
  font-smooth: always;
  height: 100%;
  text-size-adjust: 100%;
  width: 100%;
}
html input[type="button"] {
  appearance: button;
  cursor: pointer;
}
body {
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-smooth: always;
  height: 100%;
  width: 100%;
}
p {
  margin-bottom: 30px;
}
form {
  border: 0;
  margin: 0;
  padding: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
button {
  appearance: button;
  border-radius: 0;
  box-sizing: border-box;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  user-select: none;
}
input.formText {
  border-radius: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}
textarea {
  border-radius: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  overflow: auto;
  resize: none;
  transition: height 200ms ease;
}
select {
  appearance: none;
  border-radius: 0;
}
input[type="reset"] {
  appearance: button;
  cursor: pointer;
}
input[type="submit"] {
  appearance: button;
  cursor: pointer;
}
ul {
  padding-left: 23px;
}
ol {
  padding-left: 23px;
}
img {
  -ms-interpolation-mode: bicubic;
  border: 0;
}
canvas {
  -ms-touch-action: double-tap-zoom;
  display: inline-block;
  vertical-align: baseline;
}
svg:not( root) {
  overflow: hidden;
}
.ht {
  color: transparent;
  font-size: 1px;
  overflow: hidden;
  text-indent: -150%;
  white-space: nowrap;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
video {
  display: inline-block;
  vertical-align: baseline;
}
abbr[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
a {
  color: #666;
}
a:active {
  background-color: transparent;
}
a:hover {
  text-decoration: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
noscript.msg div {
  background-color: #cc0000;
  color: #ffffff;
  display: block;
  font-size: 12px;
  padding: 10px 20px;
}
@font-face {
  font-family: 'OpenSans';
  font-style: normal;
  font-weight: 400;
  src: local(''), url('../fonts/OpenSans-Regular-webfont.eot') format('eot'), url('../fonts/OpenSans-Regular-webfont.woff') format('woff');
}
@font-face {
  font-family: 'OpenSans';
  font-style: normal;
  font-weight: 200;
  src: local(''), url('../fonts/OpenSans-Light-webfont.eot') format('eot'), url('../fonts/OpenSans-Light-webfont.woff') format('woff');
}
@font-face {
  font-family: 'OpenSans';
  font-style: normal;
  font-weight: 500;
  src: local(''), url('../fonts/OpenSans-Semibold-webfont.eot') format('eot'), url('../fonts/OpenSans-Semibold-webfont.woff') format('woff');
}
@font-face {
  font-family: 'Probanden';
  font-style: normal;
  font-weight: normal;
  src: local(''), url('../fonts/probanden.eot') format('eot'), url('../fonts/probanden.ttf') format('ttf'), url('../fonts/probanden.svg') format('svg'), url('../fonts/probanden.woff') format('woff');
}
[data-icon]:before {
  font-family: "probanden" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "probanden" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-arrow-right:before {
  content: "\61";
}
.icon-facebook:before {
  content: "\62";
}
.icon-download:before {
  content: "\63";
}
.icon-close:before {
  content: "\64";
}
.icon-arrow-down:before {
  content: "\65";
}
.icon-dart-down:before {
  content: "\66";
}
.icon-mail:before {
  content: "\67";
}
.icon-phone:before {
  content: "\68";
}
/* ############################ */
/*            General           */
/* ############################ */
html,
body {
  height: 100%;
  width: 100%;
}
body {
  background-color: var(--greenColor);
  font-family: OpenSans, Helvetica, Arial, sans-serif;
  font-weight: 200;
  color: #fff;
  font-size: 18px;
  width: 100%;
  overflow-x: hidden;
}
*::selection {
  color: #fff;
  background-color: #FFC926;
}
#outerteaser.small + #outercontent section.row.singleCol:first-child h1 {
  font-size: 46px;
  font-weight: 500;
  color: #FFC926;
}
details summary {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.cta-btn {
  border: 0;
  cursor: pointer;
  background: var(--yellowColor);
  padding: 20px 25px;
  text-align: left;
  font-family: var(--fontStack);
  font-weight: 200;
  font-size: 30px;
  color: var(--greenColor);
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: stretch;
  align-items: center;
  margin-top: 40px;
  text-decoration: none;
  margin-right: auto;
}
.cta-btn em {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: grid;
  justify-content: center;
  align-content: center;
  font-size: 24px;
  border: 2px solid var(--greenColor);
  margin-left: 30px;
  min-width: 50px;
}
.cta-btn:hover em {
  background: #fff;
  border-color: #fff;
}
.cta-btn:active {
  background: #fff;
}
#teaser button.cta-btn {
  margin-bottom: 130px;
}
/* -- Flexgrid Layout -- */
.flexgrid {
  margin: var(--flexgrid-margin);
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.flexgrid .box {
  padding: var(--flexgrid-padding);
}
.flexgrid .box-20 {
  width: 20%;
}
.flexgrid .box-25 {
  width: 25%;
}
.flexgrid .box-33 {
  width: 33.333333%;
}
.flexgrid .box-40 {
  width: 40%;
}
.flexgrid .box-50 {
  width: 50%;
}
.flexgrid .box-60 {
  width: 60%;
}
.flexgrid .box-66 {
  width: 66.666666%;
}
.flexgrid .box-75 {
  width: 75%;
}
.flexgrid .box-80 {
  width: 80%;
}
.flexgrid .box-100 {
  width: 100%;
}
@media only screen and (max-width: 820px) {
  .flexgrid {
    /* .box-33:first-child { width: 100%;} */
  }
  .flexgrid .box:not(.box-100) {
    width: 50%;
  }
}
@media only screen and (max-width: 736px) {
  .flexgrid .box {
    margin-bottom: 40px;
  }
  .flexgrid .box:not(.box-100) {
    width: 100%;
  }
}
.flexgrid.no-padding {
  margin-left: 0;
  margin-right: 0;
}
.flexgrid.no-padding .box {
  padding: 0;
}
.equal-grid .box {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.equal-grid .node,
.equal-grid .block,
.equal-grid .card {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.equal-grid .block .inner {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.equal-grid:last-child {
  margin-bottom: 0;
}
/* ############################ */
/*            Buttons           */
/* ############################ */
.btn-more {
  display: block;
  background: #FFC926;
  height: 60px;
  width: 100%;
  font-size: 24px;
  color: #fff;
  line-height: 60px;
  padding: 0 25px;
  text-decoration: none;
  position: relative;
}
.btn-more i {
  font-size: 16px;
  display: block;
  width: 36px;
  height: 36px;
  position: relative;
  float: right;
  z-index: 10;
  top: 13px;
  border: 3px solid #fff;
  border-radius: 50%;
  text-align: center;
}
.btn-more i:before {
  display: block;
  line-height: 32px;
  transition: color 200ms ease;
}
.btn-more i:after {
  content: ' ';
  opacity: 0;
  background: #fff;
  left: -2px;
  padding: 2px;
  top: -2px;
  transition: transform 400ms ease, opacity 600ms ease;
  z-index: -1;
  border-radius: 50%;
  box-sizing: content-box;
  height: 100%;
  pointer-events: none;
  position: absolute;
  width: 100%;
}
.btn-more:hover i:before {
  color: #FFC926;
}
.btn-more:hover i:after {
  opacity: 1;
  transform: scale(1);
}
/* ############################ */
/*             Menu             */
/* ############################ */
nav#mainmenu {
  width: 100%;
  height: 100%;
  background: rgba(9, 79, 94, 0.9);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 20px 30px;
  transform: translateX(-100%);
  transition: transform 400ms cubic-bezier(0.7, 0, 0.3, 1) 150ms;
}
nav#mainmenu span {
  color: #FFC926;
  font-size: 42px;
  font-weight: 500;
}
nav#mainmenu ul {
  list-style-type: none;
  89padding: 0;
  margin: 20px 0;
}
nav#mainmenu ul li {
  margin-bottom: 10px;
  transform: translate3d(0, 600px, 0);
  transition: transform 0s cubic-bezier(0.7, 0, 0.3, 1) 150ms;
}
nav#mainmenu ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 28px;
  font-weight: 200;
  line-height: 40px;
}
nav#mainmenu ul li a:hover {
  color: #FFC926;
}
nav#mainmenu ul li:nth-child(2) {
  transform: translate3d(0, 1000px, 0);
}
nav#mainmenu ul li:nth-child(3) {
  transform: translate3d(0, 1500px, 0);
}
nav#mainmenu ul li:nth-child(4) {
  transform: translate3d(0, 2000px, 0);
}
nav#mainmenu ul li:nth-child(5) {
  transform: translate3d(0, 2500px, 0);
}
nav#mainmenu ul li:nth-child(6) {
  transform: translate3d(0, 3000px, 0);
}
nav#mainmenu ul li:nth-child(7) {
  transform: translate3d(0, 3500px, 0);
}
nav#mainmenu ul li:nth-child(8) {
  transform: translate3d(0, 4000px, 0);
}
nav#mainmenu ul li:nth-child(9) {
  transform: translate3d(0, 4500px, 0);
}
nav#mainmenu ul li:nth-child(10) {
  transform: translate3d(0, 5000px, 0);
}
#header.open nav#mainmenu {
  transform: translateX(0);
}
#hamburger-wrap {
  position: fixed;
  left: 20px;
  top: 20px;
  z-index: 1001;
  transition: left 400ms cubic-bezier(0.7, 0, 0.3, 1), background-color 400ms cubic-bezier(0.7, 0, 0.3, 1);
}
#hamburger-wrap .c-hamburger {
  box-sizing: content-box;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.3);
  border: 4px solid #fff;
}
#hamburger-wrap .c-hamburger * {
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1400px) {
  #hamburger-wrap.inverted {
    background-color: #eee;
  }
}
#header.open #hamburger-wrap {
  left: 100%;
  margin-left: -70px;
}
#header.open #hamburger-wrap .c-hamburger {
  border: 0;
  background-color: #FFC926;
}
#header.open nav#mainmenu ul li {
  transition-duration: 0.5s;
  transition: transform 0s cubic-bezier(0.7, 0, 0.3, 1) 150ms;
  transform: translate3d(0, 0, 0);
}
/* ############################ */
/*            Teaser            */
/* ############################ */
#outerteaser {
  height: 250px;
  margin-bottom: -50px;
  position: relative;
  z-index: 0;
}
#outerteaser.large {
  height: 600px;
  margin-bottom: 0;
}
#teaser,
.teaserInner {
  width: 100%;
  height: inherit;
}
.teaserInner {
  overflow: hidden;
  position: relative;
}
.teaserInner::before,
.teaserInner:after {
  content: ' ';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.teaserInner::before {
  z-index: 2;
  background-image: -webkit-linear-gradient(rgba(178, 0, 0, 0.3), rgba(178, 0, 0, 0));
  background-image: -o-linear-gradient(rgba(178, 0, 0, 0.3), rgba(178, 0, 0, 0));
  background-image: linear-gradient(rgba(178, 0, 0, 0.3), rgba(178, 0, 0, 0));
}
.teaserInner::after {
  z-index: 1;
  background-image: -webkit-linear-gradient(rgba(9, 79, 94, 0) 0%, #094f5e 95%);
  background-image: -o-linear-gradient(rgba(9, 79, 94, 0) 0%, #094f5e 95%);
  background-image: linear-gradient(rgba(9, 79, 94, 0) 0%, #094f5e 95%);
}
.teaserInner .caption {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-40%);
  z-index: 3;
  width: 60%;
}
.teaserInner .caption h1,
.teaserInner .caption strong {
  font-size: 26px;
  font-weight: 500;
  color: #FFC926;
  display: block;
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.teaserInner .caption h1:after,
.teaserInner .caption strong:after {
  content: ' ';
  position: absolute;
  height: 1px;
  line-height: 1px;
  background-color: #fff;
  bottom: 0;
  left: 0;
  width: 100px;
}
.teaserInner .caption h2 {
  font-size: 20px;
  color: #fff;
  font-weight: 200;
}
.teaserInner img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  object-fit: cover;
}
/*
#outerteaser.fillheight img {
    width: auto;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
}
*/
#outerteaser.small .caption {
  display: none;
}
@media screen and (max-width: 960px) {
  #outerteaser.large .caption {
    width: 100%;
    width: calc(100% - 40px);
    left: 20px;
  }
}
/* ############################ */
/*            Layout            */
/* ############################ */
main .row .lft,
main .row .mid,
main .row .rt {
  box-shadow: 2px 2px 7px 0 rgba(0, 0, 0, 0.3);
}
main .trans.row .lft,
main .trans.row .mid,
main .trans.row .rt {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
main .trans.row .lft {
  padding-right: 25px;
}
main .trans.row .rt {
  padding-left: 25px;
}
section.row {
  margin: 0 20px 40px 20px;
}
section.row h2,
section.row h1 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 28px;
  font-weight: 200;
  position: relative;
}
section.row h2:after,
section.row h1:after {
  content: ' ';
  position: absolute;
  height: 1px;
  line-height: 1px;
  background-color: #fff;
  bottom: 0;
  left: 0;
  width: 100px;
}
section.row p {
  line-height: 140%;
}
section.row p a {
  color: #FFC926;
  text-decoration: none;
}
section.row p a:hover {
  text-decoration: underline;
}
section.row.yellow-headline h2 {
  color: var(--yellowColor);
  font-weight: bold;
  font-size: 40px;
}
section.row.yellow-headline h2::after {
  display: none;
}
section.register {
  background-color: rgba(0, 0, 0, 0.1);
  margin: 0 0 40px 0;
  padding: 0 20px;
}
section.register .inner {
  padding-top: 50px;
}
section.row .darkened.inner {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 25px;
}
section.content {
  box-shadow: 2px 2px 7px 0 rgba(0, 0, 0, 0.3);
  background: #fff;
  position: relative;
  z-index: 2;
}
section.content .inner {
  color: #333;
  padding-bottom: 80px;
  -webkit-hyphens: auto;
  hyphens: auto;
}
section.content .img {
  margin-bottom: 50px;
}
section.content .img img {
  width: 100%;
  height: auto;
}
section.content h1,
section.content h2 {
  background-color: #FFC926;
  color: #333;
  padding: 100px 50px 50px 50px;
  margin: 0;
  font-size: 36px;
}
section.content h1::after,
section.content h2::after {
  display: none;
}
section.content h3 {
  padding: 0 50px;
  font-size: 24px;
  margin-bottom: 30px;
}
section.content h3.line-top {
  padding-top: 30px;
  position: relative;
}
section.content h3.line-top::before {
  content: "";
  height: 1px;
  width: 200px;
  line-height: 1px;
  background-color: #333;
  position: absolute;
  left: 0;
  top: 0px;
}
section.content p {
  padding: 0 80px;
  margin-bottom: 30px;
}
section.content ol {
  padding: 0 80px;
}
section.content ul {
  padding: 0 80px;
  margin-bottom: 30px;
  list-style-type: none;
}
section.content ul li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 35px;
}
section.content ul li:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 10px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #FFC926;
}
section.content ul.link-list li {
  padding-left: 70px;
  margin-bottom: 20px;
}
section.content ul.link-list li:before {
  width: 50px;
  height: 50px;
  line-height: 46px;
  text-align: center;
  color: #FFC926;
  top: 3px;
  border-width: 4px;
}
section.content ul.link-list li.icon-download:before {
  content: "c";
}
section.content ul.link-list li.icon-arrow-right:before {
  content: "a";
}
section.content ul.link-list a {
  text-decoration: none;
}
section.content ul.link-list a small {
  font-size: 16px;
  color: #aaa;
  display: block;
}
section.content ul.link-list a:hover {
  color: #FFC926;
}
section.content ul.link-list a:hover small {
  color: #FFC926;
}
/* ############################ */
/*            Moduls            */
/* ############################ */
.teaser {
  width: 100%;
  background-color: #fff;
}
.teaser .inner {
  background: #fff;
  padding: 25px;
  color: #333;
}
.teaser h2:after {
  display: none;
}
.teaser.img-teaser .img,
.img-big,
.teaser.img-teaser-big .img,
section.content .img,
.gallery .img {
  position: relative;
}
section.content h1,
section.content h2 {
  -webkit-hyphens: auto;
  hyphens: auto;
}
.teaser.img-teaser .img:before,
.img-big:before,
.teaser.img-teaser-big .img:before,
section.content .img:before,
.gallery .img:before {
  content: ' ';
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(178, 0, 0, 0.4), rgba(178, 0, 0, 0));
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.teaser.img-teaser .img img,
.img-big img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  display: block;
}
.teaser.img-teaser-big {
  width: 100% !important;
  margin-right: 0;
  height: auto;
  padding-bottom: 0;
}
.teaser.img-teaser-big img {
  width: 100%;
  height: auto;
  line-height: 0;
  margin: 0;
  padding: 0;
  display: block;
}
.teaser.img-teaser-big h2 {
  font-size: 30px;
  position: absolute;
  z-index: 10;
  left: 20px;
  top: 20px;
  font-weight: 200 !important;
}
.news .teaser {
  box-shadow: 2px 2px 7px 0 rgba(0, 0, 0, 0.3);
}
.news .teaser h2 {
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.gallery {
  margin-bottom: 50px !important;
}
.gallery,
.gallery .swiper-wrapper,
.gallery .swiper-slide,
.gallery .swiper-slide img {
  width: 100%;
  height: auto;
}
.accordion {
  list-style-type: none;
  padding: 0;
}
.accordion h3 {
  background-color: rgba(0, 0, 0, 0.2);
  font-weight: 200;
  padding: 20px 25px;
  cursor: pointer;
  -webkit-hyphens: auto;
  hyphens: auto;
  transition: color 200ms ease, background-color 200ms ease;
}
.accordion h3 i {
  font-size: 16px;
  display: block;
  width: 36px;
  height: 36px;
  position: relative;
  float: right;
  z-index: 10;
  border: 3px solid #fff;
  border-radius: 50%;
  text-align: center;
}
.accordion h3 i:before {
  display: block;
  line-height: 32px;
  transition: color 200ms ease, transform 200ms ease;
  transform: rotate(90deg);
}
.accordion h3 i:after {
  content: ' ';
  opacity: 0;
  transform: scale(1.5);
  background: #fff;
  left: -2px;
  padding: 2px;
  top: -2px;
  transition: transform 400ms ease, opacity 600ms ease;
  z-index: -1;
  border-radius: 50%;
  box-sizing: content-box;
  height: 100%;
  pointer-events: none;
  position: absolute;
  width: 100%;
}
.accordion h3:hover i:before {
  color: #FFC926;
}
.accordion h3:hover i:after {
  opacity: 1;
  transform: scale(1);
}
.accordion li {
  margin-bottom: 10px;
}
.accordion li .answer {
  display: none;
  padding: 25px;
  background-color: rgba(0, 0, 0, 0.2);
  margin-bottom: 0;
}
.accordion li.open h3 {
  background-color: #FFC926;
  color: #333;
}
.accordion li.open h3 i:before {
  transform: rotate(270deg);
}
.accordion li.open .answer {
  display: block;
}
#srdws_locationPlan {
  display: none;
}
/* ############################ */
/*            Elemente          */
/* ############################ */
ul.contact-list {
  padding-left: 0;
  list-style: none;
}
ul.contact-list li {
  position: relative;
  padding-left: 60px;
  margin-bottom: 20px;
  font-weight: bold;
}
ul.contact-list li::before {
  color: var(--yellowColor);
  position: absolute;
  left: 0;
  top: 0;
  font-size: 30px;
}
ul.contact-list li:last-child {
  margin-bottom: 0;
}
ul.contact-list li a {
  color: inherit;
}
.faq-grid details {
  margin-bottom: 15px;
}
.faq-grid details summary {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: stretch;
  align-items: center;
  border: 2px solid var(--yellowColor);
  height: 100px;
  padding: 10px 20px;
  cursor: pointer;
}
.faq-grid details summary strong {
  font-weight: normal;
}
.faq-grid details summary em {
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  min-width: 50px;
  display: grid;
  justify-content: center;
  align-content: center;
  font-size: 24px;
}
.faq-grid details summary:hover em {
  background: #fff;
  color: var(--greenColor);
}
.faq-grid details .answer {
  background: #fff;
  padding: 20px 25px;
  color: #111;
}
.faq-grid details p:last-child {
  margin-bottom: 0;
}
.faq-grid details[open] summary {
  color: var(--greenColor);
  background: var(--yellowColor);
}
.faq-grid details[open] summary em {
  background: #fff;
  color: var(--greenColor);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
#benefits p strong {
  font-weight: normal;
  color: var(--yellowColor);
}
#benefits figure {
  margin-top: -95px;
}
#benefits figure img {
  max-width: 100%;
  height: auto !important;
}
@media screen and (max-width: 1120px) {
  #benefits figure {
    margin-top: 0;
  }
}
@media screen and (max-width: 960px) {
  #benefits .flexgrid .box {
    width: 50%;
  }
}
@media screen and (max-width: 763px) {
  #benefits .flexgrid .box {
    width: 100%;
  }
  #benefits figure img {
    width: 100% !important;
    height: auto !important;
  }
}
/* ############################ */
/*            Cards             */
/* ############################ */
.card-study {
  background: #F3F6F7;
  color: #1A1A1A;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
  margin-bottom: 40px;
}
.card-study .inner {
  padding: 30px 25px;
  flex: 1 1 auto;
}
.card-study h3 {
  background: var(--yellowColor);
  padding: 20px 25px;
}
.card-study details {
  position: relative;
  margin-bottom: 20px;
}
.card-study details::before {
  content: "";
  position: absolute;
  width: calc(100% - 80px);
  background: var(--greenColor);
  left: 0;
  bottom: 0;
  display: block;
  height: 1px;
}
.card-study details summary {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  cursor: pointer;
  justify-content: space-between;
  align-content: stretch;
  align-items: center;
}
.card-study details summary strong {
  text-transform: uppercase;
  display: block;
  padding: 15px 0;
  color: var(--greenColor);
}
.card-study details summary em {
  width: 50px;
  height: 50px;
  border: 2px solid var(--yellowColor);
  border-radius: 50%;
  color: var(--yellowColor);
  display: grid;
  justify-content: center;
  align-content: center;
  font-size: 24px;
}
.card-study details summary:hover em {
  color: #fff;
  background: var(--yellowColor);
}
.card-study details p {
  margin-top: 10px;
  padding-bottom: 20px;
}
.card-study details[open] summary em {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.card-study h4 {
  color: var(--yellowColor);
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
}
.card-study ul {
  margin-bottom: 30px;
  list-style: none;
  padding-left: 0;
}
.card-study ul li {
  position: relative;
  padding-left: 10px;
}
.card-study ul li::before {
  content: "";
  width: 3px;
  height: 3px;
  background: #000;
  position: absolute;
  left: 0;
  top: 15px;
  border-radius: 50%;
}
.card-study button {
  border: 0;
  cursor: pointer;
  background: var(--yellowColor);
  padding: 20px 25px;
  width: 100%;
  text-align: left;
  font-family: var(--fontStack);
  font-weight: 200;
  font-size: 30px;
  color: var(--greenColor);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: stretch;
  align-items: center;
}
.card-study button em {
  border: 2px solid var(--greenColor);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: grid;
  justify-content: center;
  align-content: center;
  font-size: 24px;
}
.card-study button:hover em {
  background: #fff;
  border-color: #fff;
}
.card-study .meta {
  position: relative;
}
.card-study .meta label {
  border: 0;
  cursor: pointer;
  background: var(--yellowColor);
  padding: 20px 25px;
  width: 100%;
  text-align: left;
  font-family: var(--fontStack);
  font-weight: 200;
  font-size: 30px;
  color: var(--greenColor);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: stretch;
  align-items: center;
}
.card-study .meta label span {
  margin-left: 0;
}
.card-study .meta label em {
  border: 2px solid var(--greenColor);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: grid;
  justify-content: center;
  align-content: center;
  font-size: 24px;
  min-width: 50px;
  margin-left: 20px;
}
.card-study .meta label:hover em {
  background: #fff;
  border-color: #fff;
}
.card-study .meta input:checked + label {
  background: #fff;
}
.card-study .meta input:checked + label em {
  border-color: #fff;
}
/* ############################ */
/*            Forms             */
/* ############################ */
form fieldset {
  margin-bottom: 50px;
}
fieldset .formItem {
  margin-bottom: 15px;
}
fieldset .formItem label {
  display: block;
}
@media screen and (max-width: 1400px) {
  fieldset .formItem.fltlft {
    width: 100% !important;
  }
}
fieldset .formItem.fltlft {
  float: none;
}
fieldset .formItem select,
fieldset .formItem input.formText,
fieldset .formItem textarea {
  background: transparent;
  box-sizing: border-box;
  padding: 0 20px;
  color: #fff;
  font-size: 18px;
  font-family: OpenSans, Helvetica, Arial, sans-serif;
  font-weight: 200;
  width: 100%;
  position: relative;
  box-shadow: 0 0 0 2px transparent;
  transition: box-shadow 200ms ease;
}
fieldset .formSelect {
  margin-bottom: 50px;
}
fieldset .formItem input.formText:focus + label:after {
  -webkit-animation: anim-shadow 0.3s forwards;
  animation: anim-shadow 0.3s forwards;
}
fieldset .formItem input.formText:focus,
fieldset .formItem textarea:focus,
fieldset .formItem.formError input.formText,
fieldset .formItem.formError textarea,
fieldset .formItem.formError select {
  border-color: transparent;
  box-shadow: 0 0 0 2px #FFC926;
}
fieldset .formItem .form_msg {
  color: #FFC926;
  margin-top: 20px;
  display: block;
}
fieldset .formItem select,
fieldset .formItem input.formText {
  height: 50px;
  background: transparent;
  border: 1px solid #fff;
  z-index: 2;
}
fieldset .formItem select {
  background-image: url(../gfx/select-arrow.png);
  background-position: right center;
  background-repeat: no-repeat;
}
fieldset .formItem select option {
  color: #000;
}
fieldset .formItem textarea {
  height: 114px;
  padding-top: 10px;
  border: 1px solid #fff;
}
fieldset .formItem label {
  position: relative;
  top: -40px;
  z-index: 1;
  height: 40px;
  width: 100%;
  margin-bottom: -40px;
}
fieldset .formItem label:after {
  content: '';
  position: absolute;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 40px;
  color: rgba(255, 201, 38, 0.6);
  box-shadow: 0;
}
fieldset .formItem label span {
  display: none;
}
fieldset .formItem .checkbox-wrap {
  margin-bottom: 20px;
}
@-webkit-keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 50px 30px;
    opacity: 0;
  }
}
@keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 50px 30px;
    opacity: 0;
  }
}
.formSubmit {
  border: 0;
  background: #666;
  padding: 10px 15px;
}
input[type="checkbox"],
input[type="radio"] {
  display: none;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
  top: 0;
  height: auto;
  margin-bottom: 0;
}
input[type="checkbox"] + label i,
input[type="radio"] + label i {
  display: inline-block;
  width: 50px;
  height: 50px;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #fff;
  text-align: center;
  float: left;
}
.formError input[type="checkbox"] + label i,
.formError input[type="radio"] + label i {
  border: 1px solid #FFC926;
}
input[type="checkbox"] + label i:before,
input[type="radio"] + label i:before {
  text-align: center;
  display: block;
  line-height: 50px;
  transform: scale(0);
  transition: transform 200ms ease;
}
input[type="checkbox"]:checked + label i:before,
input[type="radio"]:checked + label i:before {
  transform: scale(1);
}
input[type="checkbox"] + label span,
input[type="radio"] + label span {
  display: block;
  margin-left: 70px;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  line-height: 24px;
}
input[type="checkbox"] + label span a,
input[type="radio"] + label span a {
  color: #FFC926;
  text-decoration: none;
}
input[type="checkbox"] + label span a:hover,
input[type="radio"] + label span a:hover {
  text-decoration: underline;
}
.fltlft input[type="checkbox"] + label span,
.fltlft input[type="radio"] + label span {
  line-height: 50px;
}
input[type="checkbox"] + label:after,
input[type="radio"] + label:after {
  content: "";
  display: none;
}
#gmap {
  width: 100%;
  height: 531px;
  margin: -50px 0 0 0;
}
section.register .lft fieldset,
section.register .rt fieldset {
  margin-bottom: 30px;
}
@media screen and (max-width: 1400px) {
  .img-big {
    background-image: none;
  }
  .img-big img {
    display: block !important;
  }
}
/* ############################ */
/*       Register Form          */
/* ############################ */
fieldset.register ::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.7;
}
fieldset.register :-ms-input-placeholder {
  color: #fff;
  opacity: 0.7;
}
fieldset.register ::placeholder {
  color: #fff;
  opacity: 0.7;
}
fieldset.register :focus::-webkit-input-placeholder {
  opacity: 0.2;
}
fieldset.register :focus:-ms-input-placeholder {
  opacity: 0.2;
}
fieldset.register :focus::placeholder {
  opacity: 0.2;
}
fieldset.register .formInline {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: flex-start;
}
fieldset.register textarea {
  display: block;
}
fieldset.register .formItem {
  margin-bottom: 20px;
}
fieldset.register .formItem input.formText.formNo,
fieldset.register .formItem input.formText.formPlz {
  width: 110px;
}
fieldset.register .formItem input.formText.formNo {
  margin-left: 20px;
}
fieldset.register .formItem input.formText.formPlz {
  margin-right: 20px;
}
fieldset.register .formItem input.formText.formHeight {
  margin-right: 10px;
}
fieldset.register .formItem input.formText.formWeight {
  margin-left: 10px;
}
fieldset.register .formItem textarea.formDrugs {
  height: 120px;
}
fieldset.register .formItem textarea.formDiseases {
  height: 190px;
}
fieldset.register button.formSubmit {
  border: 0;
  cursor: pointer;
  background: var(--yellowColor);
  padding: 20px 25px;
  width: 100%;
  text-align: left;
  font-family: var(--fontStack);
  font-weight: 200;
  font-size: 30px;
  color: var(--greenColor);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: stretch;
  align-items: center;
  margin-top: 40px;
}
fieldset.register button.formSubmit em {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: grid;
  justify-content: center;
  align-content: center;
  font-size: 24px;
  border: 2px solid var(--greenColor);
}
fieldset.register button.formSubmit:hover em {
  background: #fff;
  border-color: #fff;
}
fieldset.register button.formSubmit:active {
  background: #fff;
}
/* ############################ */
/*            Footer            */
/* ############################ */
#outerfooter,
#footer {
  width: 100%;
}
#outerfooter {
  padding: 20px;
}
#footer {
  font-size: 16px;
}
#footer .row {
  border-top: 1px solid #fff;
  padding-top: 40px;
  margin: 0 auto;
}
#footer .lft,
#footer .mid,
#footer .rt {
  margin-bottom: 50px;
}
#footer .formItem {
  margin-bottom: 0;
}
#footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#footer ul li a {
  color: #fff;
  text-decoration: none;
}
#footer ul li a:hover {
  text-decoration: underline;
}
#footer h2 {
  margin-bottom: 30px;
  padding-bottom: 0;
}
#footer h2:after {
  display: none;
}
#footer a.icon-facebook {
  color: #fff;
  text-decoration: none;
  margin-top: 15px;
  font-weight: 200;
  display: block;
}
#footer a.icon-facebook:before {
  font-size: 26px;
  position: relative;
  top: 0px;
  float: left;
  margin-left: -5px;
}
#footer a.btn-more {
  background-color: #fff;
  height: 50px;
  line-height: 50px;
  color: #333;
  font-size: 24px;
}
#footer a.btn-more i {
  width: 29px;
  height: 29px;
  border: 2px solid #333;
  font-size: 14px;
  line-height: 29px;
  top: 10px;
}
#footer a.btn-more i:before {
  line-height: 29px;
}
.fltrt {
  float: right;
}
.fltlft {
  float: left;
}
.clearfloat {
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
@media screen and (max-width: 480px) {
  #outerheader nav#mainmenu ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 200;
    line-height: 25px;
  }
  section.content h2 {
    padding: 50px 25px 25px 25px;
    font-size: 24px;
  }
  section.content h3 {
    padding: 0 25px;
    font-size: 18px;
  }
  section.content p {
    padding: 0 25px;
  }
  section.content ul {
    padding: 0 25px;
  }
  section.content ul li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 30px;
  }
  section.content ol {
    margin: 0 25px 30px 45px;
    padding: 0;
  }
  .teaser.img-teaser-big {
    width: 100% !important;
    margin-right: 0;
    height: auto;
    padding-bottom: 0;
  }
  .teaser.img-teaser-big img {
    width: 100%;
    height: auto;
    line-height: 0;
    margin: 0;
    padding: 0;
    display: block;
  }
  .teaser.img-teaser-big h2 {
    font-size: 16px;
  }
  #footer a.btn-more {
    font-size: 16px;
  }
  #footer a.icon-facebook {
    font-size: 14px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    width: 75px;
    height: 50px;
    margin-top: -25px;
    padding: 12px 0 0 20px;
  }
  .swiper-button-prev:before,
  .swiper-button-next:before,
  .swiper-container-rtl .swiper-button-prev:before,
  .swiper-container-rtl .swiper-button-next:before {
    width: 25px;
    height: 25px;
    border: 2px solid #fff;
    line-height: 21px;
    font-size: 12px;
  }
  #outerteaser,
  #teaser,
  .teaserInner {
    height: 310px;
  }
  .teaserInner .caption {
    left: 20px;
    width: 80%;
    top: 0;
    transform: none;
    padding-top: 100px;
  }
  #outerteaser.large {
    height: 710px;
  }
  #outerteaser.large #teaser {
    height: inherit;
  }
  #outerteaser.large .teaserInner {
    height: inherit;
    min-height: 310px;
  }
  #outerteaser.large .teaserInner img {
    top: 0;
  }
  #outerteaser.large .teaserInner .caption {
    padding-top: 100px;
    position: relative;
  }
  section.content h1,
  section.content h2 {
    padding: 50px 25px 25px 25px;
    font-size: 26px;
  }
}
@media screen and (min-width: 1200px) {
  /* ############################ */
  /*            General           */
  /* ############################ */
  body {
    font-size: calc(18px * 1.3);
  }
  #container {
    overflow: hidden;
  }
  /* ############################ */
  /*            Buttons           */
  /* ############################ */
  .btn-more {
    height: 100px;
    line-height: 100px;
    font-size: 29px;
  }
  .btn-more i {
    font-size: 20px;
    height: 50px;
    width: 50px;
    top: 25px;
    border: 4px solid #fff;
  }
  .btn-more i:before {
    display: block;
    line-height: 46px;
  }
  /* ############################ */
  /*             Menu             */
  /* ############################ */
  nav#mainmenu {
    width: 50%;
    box-shadow: 2px 2px 7px 0 rgba(0, 0, 0, 0.3);
  }
  #header.open #hamburger-wrap {
    left: 50%;
  }
  /* ############################ */
  /*            Teaser            */
  /* ############################ */
  #outerteaser {
    height: 775px;
  }
  #teaser,
  .teaserInner {
    height: inherit;
  }
  #outerteaser {
    margin-bottom: -100px;
  }
  #outerteaser.small {
    height: 700px;
  }
  #outerteaser.large {
    height: 820px;
  }
  .teaserInner {
    /*img{width: 100%;height: auto;top: 0;} */
  }
  .teaserInner .caption {
    left: 50%;
    margin-left: -600px;
    width: 50%;
  }
  .teaserInner .caption h1,
  .teaserInner .caption strong {
    font-size: 64px;
  }
  .teaserInner .caption h1::after,
  .teaserInner .caption strong::after {
    width: 200px;
  }
  .teaserInner .caption h2 {
    font-size: 48px;
  }
  #outerteaser.large .teaserInner .caption {
    left: 50%;
    margin-left: -600px;
    width: 50%;
  }
  #outerteaser.large .teaserInner .caption h1,
  #outerteaser.large .teaserInner .caption strong {
    font-size: 64px;
    font-size: clamp(1.5rem, 8vw - 2rem, 4rem);
  }
  #outerteaser.large .teaserInner .caption h1::after,
  #outerteaser.large .teaserInner .caption strong::after {
    width: 200px;
  }
  #outerteaser.large .teaserInner .caption h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  /* ############################ */
  /*            Layout            */
  /* ############################ */
  section.row {
    margin: 0 auto 100px auto;
    width: 1200px;
    position: relative;
  }
  section.row.arrow-rundgang {
    margin-bottom: 140px;
  }
  section.row.singleCol {
    width: 930px;
    position: relative;
    left: -135px;
  }
  section.row.singleCol::after {
    content: ' ';
    display: block;
    width: 652px;
    height: 615px;
    background: url('../gfx/graphic-01.svg') no-repeat center / cover;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: 550px;
  }
  section.row.singleCol:first-child::after {
    display: none;
  }
  .row .multicolumn {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
  }
  main section.row.singleCol.full-width {
    width: 1200px;
    left: 0;
  }
  .row .lft,
  .row .mid,
  .row .rt {
    float: left;
    position: relative;
  }
  .twoCols .lft,
  .twoCols .rt {
    width: 50%;
  }
  .threeCols .lft,
  .threeCols .mid,
  .threeCols .rt {
    width: 33.3%;
  }
  section.row.threeCols .mid {
    z-index: 1;
    position: relative;
  }
  section.row.threeCols .mid .teaser {
    height: 670px;
    margin-top: -20px;
    z-index: 2;
  }
  section.full-width {
    position: relative;
    width: 100%;
  }
  section.full-width .rt {
    width: 60%;
  }
  section.full-width .txt {
    left: -50px;
    position: relative;
    z-index: 2;
    margin-left: 50%;
  }
  section.full-width .txt .teaser .inner {
    width: 650px;
  }
  section.full-width .img {
    position: absolute;
    top: -20px;
    bottom: -20px;
    overflow: hidden;
  }
  section.full-width .btn-more > div {
    width: 600px;
  }
  section.full-width.reversed .txt {
    position: relative;
    z-index: 2;
    left: 0;
    margin-left: 0;
    margin-right: 50px;
  }
  section.full-width.reversed .txt .teaser .inner {
    width: 750px;
    margin-left: calc(100vw / 2 - 750px);
  }
  section.full-width.reversed .img {
    position: absolute;
    top: -20px;
    bottom: -20px;
    overflow: hidden;
    left: 50%;
    z-index: 10;
  }
  section.full-width.reversed .btn-more {
    text-align: right;
  }
  section.full-width.reversed .btn-more > div {
    width: 650px;
    text-align: left;
    display: inline-block;
  }
  section.register {
    width: 100% !important;
  }
  section.register .inner {
    width: 1200px;
    position: relative;
    margin: 0 auto;
  }
  section.register .inner .rt,
  section.register .inner .lft {
    width: 550px;
    padding: 0;
  }
  section.register .inner .lft {
    margin-right: 100px;
  }
  /* ############################ */
  /*            Moduls            */
  /* ############################ */
  .teaser {
    margin-bottom: 0;
    padding-bottom: 70px;
    height: 630px;
    position: relative;
  }
  .teaser .inner {
    padding: 50px;
  }
  .teaser .btn-more {
    position: absolute;
    bottom: 0;
    padding: 0 50px;
  }
  .full-width .teaser {
    height: auto;
  }
  .news .teaser {
    width: 366px;
    float: left;
    margin-right: 50px;
    margin-bottom: 50px;
    height: auto;
  }
  .news .teaser:nth-child(3n) {
    margin-right: 0;
  }
  .news .teaser h2 {
    margin-bottom: 30px;
  }
  .news .teaser .btn-more {
    height: 60px;
    font-size: 24px;
    line-height: 60px;
  }
  .news .teaser .btn-more i {
    height: 30px;
    width: 30px;
    border-width: 2px;
    top: 16px;
  }
  .news .teaser .btn-more i:before {
    font-size: 14px;
    line-height: 30px;
  }
  .teaser.img-teaser-big .btn-more {
    right: 0;
    width: 366px;
    z-index: 2;
  }
  .teaser.img-teaser-big h2 {
    width: 66%;
    font-size: 62px;
    left: 90px;
    top: 90px;
  }
  .teaser.img-teaser-big .gallery {
    margin-top: -150px !important;
    position: relative;
    z-index: 1;
  }
  .teaser.img-teaser-big .arrow-rundgang:before {
    content: ' ';
    display: block;
    background: url('../gfx/arrow-rundgang.svg') no-repeat;
    width: 50px;
    height: 171px;
    position: absolute;
    left: 50%;
    margin-left: -400px;
    bottom: -120px;
    z-index: 11;
  }
  .teaser.img-teaser-big .arrow-rundgang.reversed:before {
    margin-left: 400px;
  }
  .teaser.img-teaser-big .img-big {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
  }
  .teaser.img-teaser-big .img-big img {
    display: none;
  }
  #srdws_locationPlan {
    width: 810px;
    height: 580px;
    position: relative;
    margin: 0 auto;
    display: block;
    padding-top: 36px;
    padding-left: 44px;
  }
  #srdws_locationDrawing img {
    height: 475px;
    width: auto;
    position: relative;
    margin: 0 auto;
    display: block;
  }
  /* ############################ */
  /*            Forms             */
  /* ############################ */
  fieldset .formItem.fltlft {
    float: left;
  }
  fieldset .formItem.left {
    margin-right: 20px;
  }
  fieldset .formItem.checkbox-wrap {
    width: 50%;
    float: left;
    margin-bottom: 0;
  }
  input[type="checkbox"] + label span {
    -ms-word-break: normal;
    word-break: normal;
  }
}
.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 44px;
  height: 44px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}
.c-hamburger:focus {
  outline: none;
}
.c-hamburger span {
  display: block;
  position: absolute;
  top: 21.5px;
  left: 12px;
  right: 12px;
  height: 1px;
  background: white;
}
.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  content: "";
}
.c-hamburger span::before {
  top: -8px;
}
.c-hamburger span::after {
  bottom: -8px;
}
.c-hamburger--htx {
  background-color: transparent;
}
.c-hamburger--htx span {
  transition: background 0s 0.3s;
}
.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}
.c-hamburger--htx span::before {
  transition-property: top, transform;
}
.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}
/* active state, i.e. menu open */
.is-active {
  background-color: transparent;
}
.is-active span {
  background: none;
}
.is-active span::before {
  top: 0;
  transform: rotate(45deg);
}
.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}
.is-active span::before,
.is-active span::after {
  transition-delay: 0s, 0.3s;
}

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