footer,
.modul-overlay-outer,
header,
section {
  padding-left: calc(40px - 1.25rem);
  padding-right: calc(40px - 1.25rem);
}
@media (max-width: 667px) {
  footer,
.modul-overlay-outer,
header,
section {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 667px) {
  footer.modul-header,
.modul-overlay-outer.modul-header,
header.modul-header,
section.modul-header {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 667px) {
  footer.modul-header .modul-header__award,
footer.modul-header .modul-header_inner,
.modul-overlay-outer.modul-header .modul-header__award,
.modul-overlay-outer.modul-header .modul-header_inner,
header.modul-header .modul-header__award,
header.modul-header .modul-header_inner,
section.modul-header .modul-header__award,
section.modul-header .modul-header_inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}

header.node__ideen, header.node__bauten {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 1;
}

* {
  outline: none;
}

::-webkit-scrollbar {
  width: 0;
  background: transparent;
  -webkit-appearance: none;
  width: 0;
  appearance: none;
  height: 0;
}

::-webkit-scrollbar-thumb {
  background: transparent;
  -webkit-appearance: none;
  appearance: none;
  width: 0;
  height: 0;
}

body.noscroll {
  overflow: hidden;
}

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

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

a {
  color: #000000;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-family: "YelixSemibold";
  padding: 0px;
  margin: 0px;
  line-height: 1.1 !important;
}
h1 i, h2 i, h3 i, h4 i, h5 i, h6 i {
  font-style: normal;
  position: relative;
  background-image: linear-gradient(0deg, #82f57b, #82f57b);
  background-repeat: no-repeat;
  background-size: 100% 33%;
  background-position-x: 0;
  background-position-y: 100%;
  padding-bottom: 2pt;
  padding-right: 5px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

h1 {
  font-size: 5.0769230769VW;
  letter-spacing: 0.01em;
  line-height: 1.02;
}
@media (max-width: 1330px) {
  h1 {
    font-size: 66px;
    line-height: 69px;
  }
}
@media (max-width: 1024px) {
  h1 {
    font-size: 40px;
    line-height: 43px;
  }
}

h2 {
  font-size: 3.5230769231VW;
  letter-spacing: 0.01em;
}
h2 i:after {
  height: 22px;
}
@media (max-width: 667px) {
  h2 i:after {
    height: 12px;
  }
}
@media (max-width: 1330px) {
  h2 {
    font-size: 51px;
    line-height: 54px;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 40px;
    line-height: 43px;
  }
}
@media (max-width: 667px) {
  h2 {
    font-size: 32px;
    line-height: 35px;
  }
}

h3 {
  font-size: 2.4615384615VW;
  letter-spacing: 0.01em;
}
@media (max-width: 1330px) {
  h3 {
    font-size: 32px;
    line-height: 35px;
  }
}
@media (max-width: 667px) {
  h3 {
    font-size: 23px;
    line-height: 26px;
  }
}

h4 {
  font-family: "YelixSemibold";
  font-size: 1.8461538462VW;
  letter-spacing: 0.01em;
}
h4 i:after {
  width: calc(100% + 5px);
}
@media (max-width: 1330px) {
  h4 {
    font-size: 24px;
    line-height: 27px;
  }
}
@media (max-width: 667px) {
  h4 {
    font-size: 20px;
    line-height: 23px;
  }
}

h5 {
  font-family: "YelixSemibold";
  letter-spacing: 0.01em;
  font-size: 1.4615384615VW;
  padding-bottom: 60px;
}
@media (max-width: 1330px) {
  h5 {
    font-size: 19px;
    line-height: 24px;
  }
}
@media (max-width: 667px) {
  h5 {
    font-size: 15px;
    line-height: 20px;
  }
}

h6 {
  font-family: "YelixSemibold";
  letter-spacing: 0.01em;
  font-size: 1VW;
  padding-bottom: 60px;
}
@media (max-width: 1330px) {
  h6 {
    font-size: 17px;
    line-height: 21px;
  }
}
@media (max-width: 667px) {
  h6 {
    font-size: 13px;
    line-height: 17px;
  }
}

p {
  font-family: "YelixMedium";
  font-size: calc(12px + 0.5vw);
  letter-spacing: 0.01em;
  line-height: 1.2;
}
@media (max-width: 1330px) {
  p {
    font-size: 19px;
    line-height: 24px;
  }
}
@media (max-width: 667px) {
  p {
    font-size: 15px;
    line-height: 20px;
  }
}

hr {
  height: 1px;
  width: 100%;
  border: none;
  padding-top: 42px;
  border-top: 1px solid #707070;
}

.nav {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 50;
  left: 0px;
  bottom: -100%;
  background-color: #FFF;
  overflow: scroll;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.nav.active {
  bottom: 0px;
}
.nav footer {
  padding-top: 0px;
}
.nav .nav--top--text {
  display: none;
  position: absolute;
  top: 72px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1024px) and (min-width: 667px) {
  .nav .nav--top--text {
    display: block;
  }
}
.nav .logo--mobile {
  position: absolute;
  left: 18px;
  top: 23px;
  max-width: 78px;
}
.nav > ul {
  list-style-type: none;
  margin: 0px;
  padding-left: 0;
}
@media (max-width: 1024px) and (min-width: 667px) {
  .nav > ul {
    padding: 0px;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
  }
}
@media (max-width: 667px) {
  .nav > ul {
    padding-bottom: 64px;
  }
}
.nav > ul li {
  display: block;
  text-align: center;
  padding-bottom: 25px;
}
@media (max-width: 667px) {
  .nav > ul li {
    padding-bottom: 15px;
  }
}
.nav > ul li:last-child {
  padding-bottom: 0px;
}
.nav > ul li h4 {
  padding-bottom: 48px;
  padding-top: 72px;
}
@media (max-width: 667px) {
  .nav > ul li h4 {
    padding-bottom: 35px;
    padding-top: 100px;
  }
}
.nav > ul li a {
  font-size: 3.9230769231VW;
  letter-spacing: 0.01em;
  font-weight: normal;
  font-family: "YelixSemibold";
  padding: 0px;
  margin: 0px;
  line-height: 1.02 !important;
  position: relative;
  background-image: linear-gradient(0deg, #82f57b, #82f57b);
  background-repeat: no-repeat;
  background-size: 0% 33%;
  background-position-x: 0;
  background-position-y: 100%;
  padding-bottom: 2pt;
  padding-right: 5px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  /*
  &:after {
    content: "";
    display: block;
    width: 0%;
    height: 20px;
    background-color: $green;
    position: absolute;
    left: 0px;
    bottom: 5px;
    z-index: -1;
    @include transition(all .2s);
    @media (max-height: 830px) {
      height: 15px;
    }
    @media (max-height: 750px) {
      height: 7px;
    }
  }
  */
  /*
  &:hover {
    &:after {
      width: 100%;
      @media (max-width: $mq-small) {
        width: 0px;
      }
    }
  }
  */
}
@media (max-width: 1330px) {
  .nav > ul li a {
    font-size: 51px;
    line-height: 54px;
  }
}
@media (max-width: 1024px) {
  .nav > ul li a {
    font-size: 42px;
    line-height: 45px;
  }
}
@media (max-width: 667px) {
  .nav > ul li a {
    font-size: 30px;
    line-height: 43px;
  }
}
@media (max-height: 830px) {
  .nav > ul li a {
    font-size: 51px;
    line-height: 54px;
  }
}
@media (max-height: 750px) {
  .nav > ul li a {
    font-size: 30px;
    line-height: 43px;
  }
}
@media (min-width: 1024px) {
  .nav > ul li a:hover {
    background-size: 100% 33%;
  }
}
.nav footer {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
}
@media (max-width: 667px) {
  .nav footer {
    position: relative;
    left: auto;
    bottom: auto;
  }
}
@media (max-width: 667px) {
  .nav footer ul {
    text-align: center;
  }
}
.nav footer ul li:nth-child(3) {
  padding-right: 0px;
}
@media (max-width: 667px) {
  .nav footer .logo {
    padding-bottom: 10px !important;
    padding-top: 107px;
  }
}

.totop {
  position: fixed;
  right: 38px;
  bottom: 30px;
  z-index: 40;
  cursor: pointer;
  display: none;
}
@media (max-width: 667px) {
  .totop {
    right: 16px;
    bottom: 19px;
  }
}

nav.tabs {
  position: fixed;
  right: 0px;
  bottom: 0px;
  background-color: #82f57b;
  font-size: 13px;
  margin: 0px;
  font-family: "YelixSemibold";
  z-index: 99999;
  text-transform: uppercase;
}
nav.tabs ul {
  margin: 0px;
}
nav.tabs ul li.is-active a {
  background-color: #82f57b;
}

form.user-login-form {
  width: 500px;
  margin: 0px auto;
  margin-top: 100px;
  background-color: #82f57b;
  font-family: "YelixSemibold";
  padding: 50px;
  color: #000000;
}
form.user-login-form input[type=password],
form.user-login-form input[type=text] {
  padding: 5px;
  width: 100%;
  display: block;
  font-family: "YelixSemibold";
}
form.user-login-form input[type=submit] {
  display: block;
  background-color: #FFFFFF;
  border: none;
  padding: 20px;
}
form.user-login-form .form-actions {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.modul-bewerbungsformular h2 {
  padding-bottom: 0.5em;
}

[data-showoverlay] {
  cursor: pointer;
}

.modul-bewerbungsformular a {
  font-size: 3.9230769231VW;
  letter-spacing: 0.01em;
  font-weight: normal;
  font-family: "YelixSemibold";
  padding: 0px;
  margin: 0px;
  line-height: 1.02 !important;
  position: relative;
  background-image: linear-gradient(0deg, #82f57b, #82f57b);
  background-repeat: no-repeat;
  background-size: 0% 33%;
  background-position-x: 0;
  background-position-y: 100%;
  padding-bottom: 2pt;
  padding-right: 5px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  /*
  &:after {
    content: "";
    display: block;
    width: 0%;
    height: 20px;
    background-color: $green;
    position: absolute;
    left: 0px;
    bottom: 5px;
    z-index: -1;
    @include transition(all .2s);
  }
  &:hover {
    &:after {
      width: 100%;
      @media (max-width: $mq-small) {
        width: 0px;
      }
    }
  }
  */
}
@media (max-width: 1330px) {
  .modul-bewerbungsformular a {
    font-size: 51px;
    line-height: 54px;
  }
}
@media (max-width: 1024px) {
  .modul-bewerbungsformular a {
    font-size: 46px;
    line-height: 49px;
  }
}
@media (max-width: 667px) {
  .modul-bewerbungsformular a {
    font-size: 30px;
    line-height: 43px;
  }
}
@media (min-width: 1024px) {
  .modul-bewerbungsformular a:hover {
    background-size: 100% 33%;
  }
}

.modul-image_instagram h4 a,
.modul-text a,
a.animation {
  position: relative;
  background-image: linear-gradient(0deg, #82f57b, #82f57b);
  background-repeat: no-repeat;
  background-size: 0% 33%;
  background-position-x: 0;
  background-position-y: 100%;
  padding-bottom: 2pt;
  padding-right: 5px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
@media (min-width: 1024px) {
  .modul-image_instagram h4 a:hover,
.modul-text a:hover,
a.animation:hover {
    background-size: 100% 33%;
  }
}
.modul-image_instagram h4 a.white,
.modul-text a.white,
a.animation.white {
  background-image: linear-gradient(0deg, #FFFFFF, #FFFFFF);
}
.modul-image_instagram h4 a.show-border,
.modul-text a.show-border,
a.animation.show-border {
  background-size: 100% 33%;
}

body.page-node-27 {
  background-color: #82f57b;
}
body.page-node-27 h4 i:after {
  content: unset;
}
body.page-node-27 h4 i {
  background-image: linear-gradient(0deg, #FFFFFF, #FFFFFF);
  background-repeat: no-repeat;
  background-size: 100% 33%;
  background-position-x: 0;
  background-position-y: 100%;
  padding-bottom: 2pt;
  padding-right: 5px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
body.page-node-27 footer.bottom {
  position: fixed;
  left: 0px;
  bottom: 0px;
  width: 100%;
}
@media (max-height: 400px) {
  body.page-node-27 footer.bottom {
    position: relative;
    left: auto;
    bottom: auto;
  }
}
@media (max-width: 667px) {
  body.page-node-27 footer.bottom {
    position: relative;
    left: auto;
    bottom: auto;
  }
}
@media (max-width: 667px) {
  body.page-node-27 h1 {
    font-size: 28px;
    line-height: 43px;
  }
}

body.page-node-2 main {
  padding: 0px;
}
body.page-node-2 header {
  position: fixed;
  width: 100%;
  left: 0px;
  top: 0px;
  z-index: 9999;
}

.draggable {
  cursor: grab;
}

body.page-node-29 header.node__startseite a.logo img {
  display: none;
}
body.page-node-29 header.node__startseite a.logo.active img {
  display: block;
}

.front--overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  z-index: 40;
}

.form-managed-file label {
  background-size: 28px;
}
.form-managed-file .file {
  padding-left: 40px;
  min-height: 25px;
}
@media (min-width: 1330px) {
  .form-managed-file .file {
    display: table;
    margin-top: -0.3vw;
  }
}
@media (min-width: 1330px) and (max-width: 1600px) {
  .form-managed-file .file {
    padding-bottom: 5px;
  }
}
@media (min-width: 1800px) {
  .form-managed-file .file {
    margin-top: -0.4vw;
  }
}
@media (min-width: 2000px) {
  .form-managed-file .file {
    margin-top: -0.5vw;
  }
}

/*
.modul-text--twocol {
  a {
    width: calc(100% - 60px);
    display: block;
    &:after {
      width: auto !important;
      content: url(../img/icon-link.svg);
      display: inline-block;
      vertical-align: middle;
      padding-left: 20px;
      height: auto;
      background-color: transparent;
      left: auto;
      top: 0px;
      right: -60px;
      bottom: auto;
    }
  }
}
*/
.modul-pressekit a {
  display: inline-block;
  min-width: 270px;
  margin-bottom: 10px;
}
.modul-pressekit a:after {
  float: right;
  margin-top: -12px;
}

.modul-text-weitere h2 {
  padding-bottom: 16px;
}
.modul-text-weitere h3 {
  padding-bottom: 79px;
}
@media (max-width: 667px) {
  .modul-text-weitere h3 {
    padding-bottom: 50px;
  }
}

html body .adjust-font-margin p {
  margin-top: -5px !important;
}

html body .reset-margin {
  padding: 0px;
}

html body a.external-link {
  font-family: "YelixSemibold";
  margin-left: 0;
  margin-top: 40px;
  display: block;
}

html body div.empty-space {
  height: 45px;
  width: 100%;
}
html body div.empty-space.extend-space {
  height: 90px;
}
html body div.empty-space.extra-large {
  height: 180px;
}
@media (max-width: 1024px) {
  html body div.empty-space.extra-large {
    height: 50px;
  }
}
@media (max-width: 1024px) {
  html body div.empty-space.reset-mobile {
    height: 0px !important;
  }
}

@media (min-width: 1330px) {
  .js-form-type-checkbox {
    padding-bottom: calc(15px - 0.3vw) !important;
  }
}
@media (min-width: 1330px) and (max-width: 1600px) {
  .js-form-type-checkbox {
    padding-bottom: calc(15px - 0.3vw - 5px) !important;
  }
}
@media (min-width: 1800px) {
  .js-form-type-checkbox {
    padding-bottom: calc(15px - 0.4vw) !important;
  }
}
@media (min-width: 2000px) {
  .js-form-type-checkbox {
    padding-bottom: calc(15px - 0.5vw) !important;
  }
}
@font-face {
  font-family: "YelixThin";
  src: url("../fonts/Yellix-Thin.woff2") format("woff2");
}
@font-face {
  font-family: "YelixSemibold";
  src: url("../fonts/Yellix-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "YelixRegular";
  src: url("../fonts/Yellix-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "YelixMedium";
  src: url("../fonts/Yellix-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "YelixLight";
  src: url("../fonts/Yellix-Light.woff2") format("woff2");
}
@font-face {
  font-family: "YelixExtrabold";
  src: url("../fonts/Yellix-ExtraBold.woff2") format("woff2");
}
@font-face {
  font-family: "YelixBold";
  src: url("../fonts/Yellix-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "YelixBlack";
  src: url("../fonts/Yellix-Black.woff2") format("woff2");
}
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}
[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.grid-container {
  padding-right: 0.4375rem;
  padding-left: 0.4375rem;
  max-width: 83.125rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
.grid-container.fluid {
  padding-right: 0.4375rem;
  padding-left: 0.4375rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container.fluid {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.grid-x {
  display: flex;
  flex-flow: row wrap;
}

.cell {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}
.cell.auto {
  flex: 1 1 0px;
}
.cell.shrink {
  flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
}
.grid-x > .shrink {
  width: auto;
}

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex-basis: auto;
  }
}
.grid-x > .small-12, .grid-x > .small-11, .grid-x > .small-10, .grid-x > .small-9, .grid-x > .small-8, .grid-x > .small-7, .grid-x > .small-6, .grid-x > .small-5, .grid-x > .small-4, .grid-x > .small-3, .grid-x > .small-2, .grid-x > .small-1 {
  flex: 0 0 auto;
}

.grid-x > .small-1 {
  width: 8.3333333333%;
}

.grid-x > .small-2 {
  width: 16.6666666667%;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-4 {
  width: 33.3333333333%;
}

.grid-x > .small-5 {
  width: 41.6666666667%;
}

.grid-x > .small-6 {
  width: 50%;
}

.grid-x > .small-7 {
  width: 58.3333333333%;
}

.grid-x > .small-8 {
  width: 66.6666666667%;
}

.grid-x > .small-9 {
  width: 75%;
}

.grid-x > .small-10 {
  width: 83.3333333333%;
}

.grid-x > .small-11 {
  width: 91.6666666667%;
}

.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    flex: 1 1 0px;
    width: auto;
  }

  .grid-x > .medium-12, .grid-x > .medium-11, .grid-x > .medium-10, .grid-x > .medium-9, .grid-x > .medium-8, .grid-x > .medium-7, .grid-x > .medium-6, .grid-x > .medium-5, .grid-x > .medium-4, .grid-x > .medium-3, .grid-x > .medium-2, .grid-x > .medium-1, .grid-x > .medium-shrink {
    flex: 0 0 auto;
  }

  .grid-x > .medium-shrink {
    width: auto;
  }

  .grid-x > .medium-1 {
    width: 8.3333333333%;
  }

  .grid-x > .medium-2 {
    width: 16.6666666667%;
  }

  .grid-x > .medium-3 {
    width: 25%;
  }

  .grid-x > .medium-4 {
    width: 33.3333333333%;
  }

  .grid-x > .medium-5 {
    width: 41.6666666667%;
  }

  .grid-x > .medium-6 {
    width: 50%;
  }

  .grid-x > .medium-7 {
    width: 58.3333333333%;
  }

  .grid-x > .medium-8 {
    width: 66.6666666667%;
  }

  .grid-x > .medium-9 {
    width: 75%;
  }

  .grid-x > .medium-10 {
    width: 83.3333333333%;
  }

  .grid-x > .medium-11 {
    width: 91.6666666667%;
  }

  .grid-x > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0px;
    width: auto;
  }

  .grid-x > .large-12, .grid-x > .large-11, .grid-x > .large-10, .grid-x > .large-9, .grid-x > .large-8, .grid-x > .large-7, .grid-x > .large-6, .grid-x > .large-5, .grid-x > .large-4, .grid-x > .large-3, .grid-x > .large-2, .grid-x > .large-1, .grid-x > .large-shrink {
    flex: 0 0 auto;
  }

  .grid-x > .large-shrink {
    width: auto;
  }

  .grid-x > .large-1 {
    width: 8.3333333333%;
  }

  .grid-x > .large-2 {
    width: 16.6666666667%;
  }

  .grid-x > .large-3 {
    width: 25%;
  }

  .grid-x > .large-4 {
    width: 33.3333333333%;
  }

  .grid-x > .large-5 {
    width: 41.6666666667%;
  }

  .grid-x > .large-6 {
    width: 50%;
  }

  .grid-x > .large-7 {
    width: 58.3333333333%;
  }

  .grid-x > .large-8 {
    width: 66.6666666667%;
  }

  .grid-x > .large-9 {
    width: 75%;
  }

  .grid-x > .large-10 {
    width: 83.3333333333%;
  }

  .grid-x > .large-11 {
    width: 91.6666666667%;
  }

  .grid-x > .large-12 {
    width: 100%;
  }
}
.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -0.4375rem;
  margin-right: -0.4375rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}
.grid-margin-x > .cell {
  width: calc(100% - 0.875rem);
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .cell {
    width: calc(100% - 2.5rem);
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(8.3333333333% - 0.875rem);
}
.grid-margin-x > .small-2 {
  width: calc(16.6666666667% - 0.875rem);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 0.875rem);
}
.grid-margin-x > .small-4 {
  width: calc(33.3333333333% - 0.875rem);
}
.grid-margin-x > .small-5 {
  width: calc(41.6666666667% - 0.875rem);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 0.875rem);
}
.grid-margin-x > .small-7 {
  width: calc(58.3333333333% - 0.875rem);
}
.grid-margin-x > .small-8 {
  width: calc(66.6666666667% - 0.875rem);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 0.875rem);
}
.grid-margin-x > .small-10 {
  width: calc(83.3333333333% - 0.875rem);
}
.grid-margin-x > .small-11 {
  width: calc(91.6666666667% - 0.875rem);
}
.grid-margin-x > .small-12 {
  width: calc(100% - 0.875rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 2.5rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 2.5rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 2.5rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 2.5rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 2.5rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 2.5rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 2.5rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 2.5rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 2.5rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 2.5rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 2.5rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 2.5rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -0.4375rem;
  margin-left: -0.4375rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
}
.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.4375rem;
  margin-left: -0.4375rem;
}
@media print, screen and (min-width: 40em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
}
.grid-padding-x > .cell {
  padding-right: 0.4375rem;
  padding-left: 0.4375rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x > .cell {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.3333333333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.6666666667%;
}

.small-up-7 > .cell {
  width: 14.2857142857%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

.small-up-9 > .cell {
  width: 11.1111111111%;
}

.small-up-10 > .cell {
  width: 10%;
}

.small-up-11 > .cell {
  width: 9.0909090909%;
}

.small-up-12 > .cell {
  width: 8.3333333333%;
}

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%;
  }

  .medium-up-2 > .cell {
    width: 50%;
  }

  .medium-up-3 > .cell {
    width: 33.3333333333%;
  }

  .medium-up-4 > .cell {
    width: 25%;
  }

  .medium-up-5 > .cell {
    width: 20%;
  }

  .medium-up-6 > .cell {
    width: 16.6666666667%;
  }

  .medium-up-7 > .cell {
    width: 14.2857142857%;
  }

  .medium-up-8 > .cell {
    width: 12.5%;
  }

  .medium-up-9 > .cell {
    width: 11.1111111111%;
  }

  .medium-up-10 > .cell {
    width: 10%;
  }

  .medium-up-11 > .cell {
    width: 9.0909090909%;
  }

  .medium-up-12 > .cell {
    width: 8.3333333333%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }

  .large-up-2 > .cell {
    width: 50%;
  }

  .large-up-3 > .cell {
    width: 33.3333333333%;
  }

  .large-up-4 > .cell {
    width: 25%;
  }

  .large-up-5 > .cell {
    width: 20%;
  }

  .large-up-6 > .cell {
    width: 16.6666666667%;
  }

  .large-up-7 > .cell {
    width: 14.2857142857%;
  }

  .large-up-8 > .cell {
    width: 12.5%;
  }

  .large-up-9 > .cell {
    width: 11.1111111111%;
  }

  .large-up-10 > .cell {
    width: 10%;
  }

  .large-up-11 > .cell {
    width: 9.0909090909%;
  }

  .large-up-12 > .cell {
    width: 8.3333333333%;
  }
}
.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 0.875rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 0.875rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.3333333333% - 0.875rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 0.875rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 0.875rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.6666666667% - 0.875rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.2857142857% - 0.875rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 0.875rem);
}

.grid-margin-x.small-up-9 > .cell {
  width: calc(11.1111111111% - 0.875rem);
}

.grid-margin-x.small-up-10 > .cell {
  width: calc(10% - 0.875rem);
}

.grid-margin-x.small-up-11 > .cell {
  width: calc(9.0909090909% - 0.875rem);
}

.grid-margin-x.small-up-12 > .cell {
  width: calc(8.3333333333% - 0.875rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 2.5rem);
  }

  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 2.5rem);
  }

  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 2.5rem);
  }

  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 2.5rem);
  }

  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 2.5rem);
  }

  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 2.5rem);
  }

  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 2.5rem);
  }

  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 2.5rem);
  }

  .grid-margin-x.small-up-9 > .cell {
    width: calc(11.1111111111% - 2.5rem);
  }

  .grid-margin-x.small-up-10 > .cell {
    width: calc(10% - 2.5rem);
  }

  .grid-margin-x.small-up-11 > .cell {
    width: calc(9.0909090909% - 2.5rem);
  }

  .grid-margin-x.small-up-12 > .cell {
    width: calc(8.3333333333% - 2.5rem);
  }

  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 2.5rem);
  }

  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 2.5rem);
  }

  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 2.5rem);
  }

  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 2.5rem);
  }

  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 2.5rem);
  }

  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 2.5rem);
  }

  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 2.5rem);
  }

  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 2.5rem);
  }

  .grid-margin-x.medium-up-9 > .cell {
    width: calc(11.1111111111% - 2.5rem);
  }

  .grid-margin-x.medium-up-10 > .cell {
    width: calc(10% - 2.5rem);
  }

  .grid-margin-x.medium-up-11 > .cell {
    width: calc(9.0909090909% - 2.5rem);
  }

  .grid-margin-x.medium-up-12 > .cell {
    width: calc(8.3333333333% - 2.5rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 2.5rem);
  }

  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 2.5rem);
  }

  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333333333% - 2.5rem);
  }

  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 2.5rem);
  }

  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 2.5rem);
  }

  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6666666667% - 2.5rem);
  }

  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 2.5rem);
  }

  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 2.5rem);
  }

  .grid-margin-x.large-up-9 > .cell {
    width: calc(11.1111111111% - 2.5rem);
  }

  .grid-margin-x.large-up-10 > .cell {
    width: calc(10% - 2.5rem);
  }

  .grid-margin-x.large-up-11 > .cell {
    width: calc(9.0909090909% - 2.5rem);
  }

  .grid-margin-x.large-up-12 > .cell {
    width: calc(8.3333333333% - 2.5rem);
  }
}
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .small-1 {
  width: 8.3333333333%;
}
.small-margin-collapse > .small-2 {
  width: 16.6666666667%;
}
.small-margin-collapse > .small-3 {
  width: 25%;
}
.small-margin-collapse > .small-4 {
  width: 33.3333333333%;
}
.small-margin-collapse > .small-5 {
  width: 41.6666666667%;
}
.small-margin-collapse > .small-6 {
  width: 50%;
}
.small-margin-collapse > .small-7 {
  width: 58.3333333333%;
}
.small-margin-collapse > .small-8 {
  width: 66.6666666667%;
}
.small-margin-collapse > .small-9 {
  width: 75%;
}
.small-margin-collapse > .small-10 {
  width: 83.3333333333%;
}
.small-margin-collapse > .small-11 {
  width: 91.6666666667%;
}
.small-margin-collapse > .small-12 {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

.small-offset-0 {
  margin-left: 0%;
}

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 0.4375rem);
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.3333333333% + 0.4375rem);
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.6666666667% + 0.4375rem);
}

.small-offset-3 {
  margin-left: 25%;
}

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 0.4375rem);
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.3333333333% + 0.4375rem);
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.6666666667% + 0.4375rem);
}

.small-offset-6 {
  margin-left: 50%;
}

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 0.4375rem);
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.3333333333% + 0.4375rem);
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.6666666667% + 0.4375rem);
}

.small-offset-9 {
  margin-left: 75%;
}

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 0.4375rem);
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.3333333333% + 0.4375rem);
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.6666666667% + 0.4375rem);
}

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 1.25rem);
  }

  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }

  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 1.25rem);
  }

  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }

  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 1.25rem);
  }

  .medium-offset-3 {
    margin-left: 25%;
  }

  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 1.25rem);
  }

  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }

  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 1.25rem);
  }

  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }

  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 1.25rem);
  }

  .medium-offset-6 {
    margin-left: 50%;
  }

  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 1.25rem);
  }

  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }

  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 1.25rem);
  }

  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }

  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 1.25rem);
  }

  .medium-offset-9 {
    margin-left: 75%;
  }

  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 1.25rem);
  }

  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }

  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 1.25rem);
  }

  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }

  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 1.25rem);
  }
}
@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 1.25rem);
  }

  .large-offset-1 {
    margin-left: 8.3333333333%;
  }

  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 1.25rem);
  }

  .large-offset-2 {
    margin-left: 16.6666666667%;
  }

  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 1.25rem);
  }

  .large-offset-3 {
    margin-left: 25%;
  }

  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 1.25rem);
  }

  .large-offset-4 {
    margin-left: 33.3333333333%;
  }

  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 1.25rem);
  }

  .large-offset-5 {
    margin-left: 41.6666666667%;
  }

  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 1.25rem);
  }

  .large-offset-6 {
    margin-left: 50%;
  }

  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 1.25rem);
  }

  .large-offset-7 {
    margin-left: 58.3333333333%;
  }

  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 1.25rem);
  }

  .large-offset-8 {
    margin-left: 66.6666666667%;
  }

  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 1.25rem);
  }

  .large-offset-9 {
    margin-left: 75%;
  }

  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 1.25rem);
  }

  .large-offset-10 {
    margin-left: 83.3333333333%;
  }

  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 1.25rem);
  }

  .large-offset-11 {
    margin-left: 91.6666666667%;
  }

  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 1.25rem);
  }
}
.grid-y {
  display: flex;
  flex-flow: column nowrap;
}
.grid-y > .cell {
  height: auto;
  max-height: none;
}
.grid-y > .auto {
  height: auto;
}
.grid-y > .shrink {
  height: auto;
}
.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  flex-basis: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    flex-basis: auto;
  }
}
.grid-y > .small-12, .grid-y > .small-11, .grid-y > .small-10, .grid-y > .small-9, .grid-y > .small-8, .grid-y > .small-7, .grid-y > .small-6, .grid-y > .small-5, .grid-y > .small-4, .grid-y > .small-3, .grid-y > .small-2, .grid-y > .small-1 {
  flex: 0 0 auto;
}
.grid-y > .small-1 {
  height: 8.3333333333%;
}
.grid-y > .small-2 {
  height: 16.6666666667%;
}
.grid-y > .small-3 {
  height: 25%;
}
.grid-y > .small-4 {
  height: 33.3333333333%;
}
.grid-y > .small-5 {
  height: 41.6666666667%;
}
.grid-y > .small-6 {
  height: 50%;
}
.grid-y > .small-7 {
  height: 58.3333333333%;
}
.grid-y > .small-8 {
  height: 66.6666666667%;
}
.grid-y > .small-9 {
  height: 75%;
}
.grid-y > .small-10 {
  height: 83.3333333333%;
}
.grid-y > .small-11 {
  height: 91.6666666667%;
}
.grid-y > .small-12 {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .medium-12, .grid-y > .medium-11, .grid-y > .medium-10, .grid-y > .medium-9, .grid-y > .medium-8, .grid-y > .medium-7, .grid-y > .medium-6, .grid-y > .medium-5, .grid-y > .medium-4, .grid-y > .medium-3, .grid-y > .medium-2, .grid-y > .medium-1, .grid-y > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.3333333333%;
  }
  .grid-y > .medium-2 {
    height: 16.6666666667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.3333333333%;
  }
  .grid-y > .medium-5 {
    height: 41.6666666667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.3333333333%;
  }
  .grid-y > .medium-8 {
    height: 66.6666666667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.3333333333%;
  }
  .grid-y > .medium-11 {
    height: 91.6666666667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .large-12, .grid-y > .large-11, .grid-y > .large-10, .grid-y > .large-9, .grid-y > .large-8, .grid-y > .large-7, .grid-y > .large-6, .grid-y > .large-5, .grid-y > .large-4, .grid-y > .large-3, .grid-y > .large-2, .grid-y > .large-1, .grid-y > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.3333333333%;
  }
  .grid-y > .large-2 {
    height: 16.6666666667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.3333333333%;
  }
  .grid-y > .large-5 {
    height: 41.6666666667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.3333333333%;
  }
  .grid-y > .large-8 {
    height: 66.6666666667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.3333333333%;
  }
  .grid-y > .large-11 {
    height: 91.6666666667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -0.4375rem;
  margin-bottom: -0.4375rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }
}
.grid-padding-y > .cell {
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y > .cell {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.grid-margin-y {
  margin-top: -0.4375rem;
  margin-bottom: -0.4375rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 0.875rem);
  margin-top: 0.4375rem;
  margin-bottom: 0.4375rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 2.5rem);
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 0.875rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 0.875rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 0.875rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 0.875rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 0.875rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 0.875rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 0.875rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 0.875rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 0.875rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 0.875rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 0.875rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 0.875rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 2.5rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 2.5rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 2.5rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 2.5rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 2.5rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 2.5rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 2.5rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 2.5rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 2.5rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 2.5rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 2.5rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 2.5rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%;
}
.cell-block-container > .grid-x {
  max-height: 100%;
  flex-wrap: nowrap;
}

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }

  .cell .medium-grid-frame {
    width: 100%;
  }

  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }

  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }

  .cell .large-grid-frame {
    width: 100%;
  }

  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }

  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh;
}
@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -0.4375rem;
  margin-bottom: -0.4375rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 0.875rem);
  margin-top: 0.4375rem;
  margin-bottom: 0.4375rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 2.5rem);
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 0.875rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 0.875rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 0.875rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 0.875rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 0.875rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 0.875rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 0.875rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 0.875rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 0.875rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 0.875rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 0.875rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 0.875rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 2.5rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 2.5rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 2.5rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 2.5rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 2.5rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 2.5rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 2.5rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 2.5rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 2.5rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 2.5rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 2.5rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 2.5rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 0.875rem);
}
@media print, screen and (min-width: 40em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 2.5rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 2.5rem);
  }
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 2.5rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 2.5rem);
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.clearfix::before, .clearfix::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.clearfix::after {
  clear: both;
}

.align-left {
  justify-content: flex-start;
}

.align-right {
  justify-content: flex-end;
}

.align-center {
  justify-content: center;
}

.align-justify {
  justify-content: space-between;
}

.align-spaced {
  justify-content: space-around;
}

.align-left.vertical.menu > li > a {
  justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
  justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  justify-content: center;
}

.align-top {
  align-items: flex-start;
}

.align-self-top {
  align-self: flex-start;
}

.align-bottom {
  align-items: flex-end;
}

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

.align-middle {
  align-items: center;
}

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

.align-stretch {
  align-items: stretch;
}

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

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}

.small-order-1 {
  order: 1;
}

.small-order-2 {
  order: 2;
}

.small-order-3 {
  order: 3;
}

.small-order-4 {
  order: 4;
}

.small-order-5 {
  order: 5;
}

.small-order-6 {
  order: 6;
}

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    order: 1;
  }

  .medium-order-2 {
    order: 2;
  }

  .medium-order-3 {
    order: 3;
  }

  .medium-order-4 {
    order: 4;
  }

  .medium-order-5 {
    order: 5;
  }

  .medium-order-6 {
    order: 6;
  }
}
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1;
  }

  .large-order-2 {
    order: 2;
  }

  .large-order-3 {
    order: 3;
  }

  .large-order-4 {
    order: 4;
  }

  .large-order-5 {
    order: 5;
  }

  .large-order-6 {
    order: 6;
  }
}
.flex-container {
  display: flex;
}

.flex-child-auto {
  flex: 1 1 auto;
}

.flex-child-grow {
  flex: 1 0 auto;
}

.flex-child-shrink {
  flex: 0 1 auto;
}

.flex-dir-row {
  flex-direction: row;
}

.flex-dir-row-reverse {
  flex-direction: row-reverse;
}

.flex-dir-column {
  flex-direction: column;
}

.flex-dir-column-reverse {
  flex-direction: column-reverse;
}

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: flex;
  }

  .medium-flex-child-auto {
    flex: 1 1 auto;
  }

  .medium-flex-child-grow {
    flex: 1 0 auto;
  }

  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }

  .medium-flex-dir-row {
    flex-direction: row;
  }

  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }

  .medium-flex-dir-column {
    flex-direction: column;
  }

  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex;
  }

  .large-flex-child-auto {
    flex: 1 1 auto;
  }

  .large-flex-child-grow {
    flex: 1 0 auto;
  }

  .large-flex-child-shrink {
    flex: 0 1 auto;
  }

  .large-flex-dir-row {
    flex-direction: row;
  }

  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }

  .large-flex-dir-column {
    flex-direction: column;
  }

  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media print, screen and (max-width: 39.99875em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em) {
  .show-for-medium {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
.hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
.hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
.show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
.show-for-portrait {
    display: block !important;
  }
}

figure {
  margin: 0px;
  padding: 0px;
}
figure figcaption {
  padding-top: 14px;
  font-size: 1.2307692308VW;
  letter-spacing: 0.01em;
  line-height: 1.02;
  font-family: "YelixSemibold";
}
@media (max-width: 1330px) {
  figure figcaption {
    font-size: 16px;
    line-height: 21px;
  }
}
figure figcaption span {
  display: block;
  font-size: 1.0769230769VW;
  letter-spacing: 0.01em;
  padding-top: 5px;
}
@media (max-width: 1330px) {
  figure figcaption span {
    font-size: 14px;
    line-height: 21px;
  }
}
figure.instagram {
  position: relative;
}
figure.instagram:after {
  content: url(../img/icon-instagram.svg);
  display: block;
  position: absolute;
  left: calc(11px + 1.5em);
  bottom: 9px;
}
@media (max-width: 1330px) {
  figure.instagram:after {
    left: 22px;
  }
}

.jobhamburger {
  display: inline-block;
  width: 50px;
  position: fixed;
  top: 40px;
  right: 40px;
  z-index: 51;
  cursor: pointer;
  background-color: #000000;
  height: 50px;
  -webkit-appearance: initial;
  border-radius: 50px 50px 50px 50px;
}
.jobhamburger.hamburger__close {
  background-color: #EAEAEA;
}
.jobhamburger.hamburger__close svg {
  display: block;
  width: 50px;
  height: 50px;
  padding: 15px;
  cursor: pointer;
  margin: 0px auto;
  border-radius: 50px 50px 50px 50px;
}
@media (max-width: 667px) {
  .jobhamburger {
    top: 20px;
    right: 20px;
  }
}
.jobhamburger span {
  display: block;
  width: 50px;
  height: 50px;
  padding: 15px;
  cursor: pointer;
  margin: 0px auto;
}

header {
  padding-top: 38px;
  padding-bottom: 52px;
  min-height: 146px;
}
@media (max-width: 667px) {
  header {
    padding-top: 20px;
    padding-bottom: 39px;
    min-height: 1px;
  }
}
@media (max-width: 667px) {
  header .text-center {
    text-align: left;
  }
}
header .logo.active {
  position: fixed;
  left: 40px;
  top: 38px;
  z-index: 51;
}
header .filter,
header .hamburger {
  display: inline-block;
  width: 50px;
  position: fixed;
  top: 40px;
  right: 40px;
  z-index: 51;
  cursor: pointer;
  background-color: #000000;
  height: 50px;
  -webkit-appearance: initial;
  border-radius: 50px 50px 50px 50px;
}
header .filter.hamburger__close,
header .hamburger.hamburger__close {
  background-color: #EAEAEA;
}
header .filter.hamburger__close svg,
header .hamburger.hamburger__close svg {
  display: block;
  width: 50px;
  height: 50px;
  padding: 15px;
  cursor: pointer;
  margin: 0px auto;
  border-radius: 50px 50px 50px 50px;
}
@media (max-width: 667px) {
  header .filter,
header .hamburger {
    top: 20px;
    right: 20px;
  }
}
header .filter span,
header .hamburger span {
  display: block;
  width: 50px;
  height: 50px;
  padding: 15px;
  cursor: pointer;
  margin: 0px auto;
}
header .filter {
  margin-right: 70px;
  right: 0px !important;
  top: 0px;
  position: relative;
  background-color: #eaeaea;
  z-index: 50;
}
@media (max-width: 667px) {
  header .filter {
    margin-right: 70px;
  }
}

main {
  padding-top: 150px;
}
main.node__person {
  padding-top: 50px;
}
@media (max-width: 667px) {
  main {
    padding-top: 25px;
  }
}
main.node__ideen, main.node__bauten, main.nav__1, main.nid__3, main.nid__20, main.nid__11, main.nid__5 {
  padding-top: 0px;
}
main section {
  padding-bottom: 90px;
}
@media (max-width: 667px) {
  main section {
    padding-bottom: 100px;
  }
}

section.modul-image h2 {
  padding-bottom: 95px;
}
@media (max-width: 667px) {
  section.modul-image h2 {
    padding-bottom: 27px;
  }
}
section.modul-image img {
  width: 100%;
}
section.modul-image_instagram h4 {
  padding-top: 1.25em;
}
@media (max-width: 667px) {
  section.modul-image_instagram h4 {
    padding-top: 50px;
  }
}
section.modul-image_iframe {
  padding-top: 90px;
  padding-bottom: 180px;
}

@media (max-width: 1024px) {
  section.modul-textimage .image-container, section.modul-textimage .text-container {
    width: 100%;
    margin-left: 0;
  }
}
section.modul-textimage figcaption {
  /*
  @media (max-width: $mq-small) {
    padding-bottom: 62px;
  }
  */
}
@media (max-width: 1024px) {
  section.modul-textimage figcaption {
    padding-bottom: 31px;
  }
}
section.modul-textimage h2:first-child {
  padding-bottom: 35px;
}
@media (max-width: 667px) {
  section.modul-textimage h2:first-child {
    padding-bottom: 24px;
  }
}
section.modul-textimage h2:not(:first-child) {
  padding-top: calc(96px - 1em);
  padding-bottom: 35px;
}
section.modul-textimage p {
  margin-top: 0px;
}
section.modul-textimage ul {
  padding-left: 20px;
  margin-top: 0px;
}
section.modul-textimage ul li {
  font-family: "YelixSemibold";
  font-size: calc(12px + 0.5vw);
  letter-spacing: 0.01em;
  line-height: 1.2;
  padding-bottom: 1em;
}
section.modul-textimage ul li::marker {
  font-size: 15px;
}
section.modul-textimage ul li p {
  margin: 0px;
}
@media (max-width: 1330px) {
  section.modul-textimage ul li {
    font-size: 19px;
    line-height: 24px;
  }
}
@media (max-width: 667px) {
  section.modul-textimage ul li {
    font-size: 15px;
    line-height: 20px;
  }
}

.modul-text-full {
  padding-top: 90px;
  padding-bottom: 180px;
}
.modul-text.adjust_padding {
  padding-bottom: 45px;
}
.modul-text.adjust-intro-text-margin {
  padding-bottom: 135px;
}
@media (max-width: 1024px) {
  .modul-text.adjust-intro-text-margin {
    padding-bottom: 45px;
  }
}
@media (max-width: 667px) {
  .modul-text.adjust-intro-text-margin {
    padding-bottom: 45px;
  }
}
.modul-text ::marker {
  font-size: 2.4615384615VW;
  letter-spacing: 0.01em;
  font-family: "YelixSemibold";
}
@media (max-width: 1330px) {
  .modul-text ::marker {
    font-size: 32px;
    line-height: 35px;
  }
}
@media (max-width: 667px) {
  .modul-text ::marker {
    font-size: 23px;
    line-height: 26px;
  }
}
.modul-text ol {
  margin: 0px;
  padding: 0px;
  margin-left: 40px;
  margin-top: 20px;
}
.modul-text h3 + h3 {
  padding-top: 1em;
}
.modul-text__chancen h3 {
  padding-bottom: 79px;
}
.modul-text__chancen h2 {
  padding-bottom: 15px;
}
.modul-text__chancen h2 a::after {
  height: 25% !important;
}
.modul-text__chancen.initiativbewerbung {
  padding-top: 45px;
}
.modul-text__autor {
  padding-top: 35px;
}
.modul-text__autor img {
  width: 70px;
  height: 70px;
  display: inline-block;
}
.modul-text__autor p {
  font-size: 17px;
  display: inline-block;
  vertical-align: middle;
  padding-left: 35px;
  letter-spacing: 0.01em;
  line-height: 22px;
  font-family: "YelixSemibold";
}
.modul-text__kontakt {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%) !important;
  width: 100%;
  padding-bottom: 0px;
  /*
  a::after {
    content: "";
    display: block;
    width: calc(100% + 5px);
    height: 10px;
    background-color: $white;
    position: absolute;
    left: 0px;
    bottom: -2px;
    z-index: -1;
    @include transition(all .2s);
  }
  a:hover::after{
    width: calc(100% + 5px);
  }
  */
}
.modul-text__kontakt a {
  background-image: linear-gradient(0deg, #FFFFFF, #FFFFFF);
  background-repeat: no-repeat;
  background-size: 0% 33%;
  background-position-x: 0;
  background-position-y: 100%;
  padding-bottom: 5px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.modul-text__kontakt a:hover {
  background-size: calc(100% + 5px) 33%;
}
@media (max-width: 667px) {
  .modul-text__kontakt h1:last-of-type {
    margin-bottom: 100px;
  }
}
@media (max-height: 400px) {
  .modul-text__kontakt {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
}
@media (max-width: 667px) {
  .modul-text__kontakt {
    padding-bottom: 0px;
    position: relative;
    top: auto;
    left: auto;
    transform: none !important;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.modul-header {
  padding-bottom: 156px;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
@media (max-width: 667px) {
  .modul-header {
    padding-bottom: 78px;
  }
}
.modul-header > img {
  width: 100%;
}
.modul-header .adjust_margin {
  margin-top: 10px;
}
@media (max-width: 667px) {
  .modul-header .adjust_margin {
    margin-top: 1px;
  }
}
.modul-header.hasawards {
  padding-bottom: 30px;
}
.modul-header h1 {
  margin: 0px;
}
@media (max-width: 667px) {
  .modul-header h1 {
    font-size: 33px;
    hyphens: auto;
  }
}
.modul-header h4 {
  font-family: "YelixMedium";
  padding-left: 3px;
}
.modul-header_inner {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100vh;
  padding-top: 61px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}
@media (max-width: 667px) {
  .modul-header_inner {
    padding-top: 36px;
  }
}
@media (max-width: 667px) {
  .modul-header_inner h1 {
    padding-top: 16px;
  }
}
.modul-header.white h1, .modul-header.white h4 {
  color: #FFFFFF;
}
.modul-header__award {
  padding-top: 21px;
}
.modul-header__award img {
  margin-left: 40px;
  max-width: 120px;
  margin-right: 10px;
  vertical-align: top !important;
}
.modul-header__award img:not(:first-of-type) {
  margin-left: 0;
}
@media (max-width: 667px) {
  .modul-header__award img {
    max-width: 52px;
    margin-right: 10px;
    margin-left: 0;
  }
}
@media (max-width: 640px) {
  .modul-header__award img {
    max-width: 90%;
  }
}
.modul-header figure figcaption {
  margin-right: 18px;
  font-size: 1.0248901903VW;
}
@media (max-width: 1024px) {
  .modul-header figure figcaption {
    margin-right: 12px;
  }
}
@media (max-width: 1330px) {
  .modul-header figure figcaption {
    font-size: 14px;
  }
}
@media (max-width: 667px) {
  .modul-header figure figcaption {
    font-size: 13px;
  }
}

a.download {
  font-family: "YelixSemibold";
}
a.download:after {
  content: url(../img/icon-download.svg);
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
}
a.download.no-image::after {
  content: unset;
}

.max-w_70 {
  max-width: 70%;
}

.download-image-container {
  padding-left: 20px;
  max-width: 30%;
  position: relative;
}
.download-image-container a:first-of-type img {
  position: relative;
  transform: translateY(-25%);
}
.download-image-container a:last-of-type {
  position: absolute;
  position: absolute;
  bottom: 0;
  left: 20px;
  transform: translateY(15px);
}
.download-image-container img {
  display: block;
}

a.enquiry {
  font-family: "YelixSemibold";
}
a.enquiry:after {
  content: url(../img/icon-link.svg);
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
}

.main-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 90;
  display: none;
}

@media (min-width: 1025px) {
  .modul-overlay {
    padding-top: 90px;
    padding-bottom: 180px;
  }
  .modul-overlay h2 {
    font-size: 5.0769230769VW !important;
  }
}
.modul-overlay-outer {
  position: fixed;
  left: 0px;
  top: 0px;
  left: -100%;
  width: 50vw;
  height: 100%;
  background-color: #82f57b;
  z-index: 100;
  padding-top: 143px;
  padding-bottom: 50px;
  padding-right: 20px;
  overflow: scroll;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .modul-overlay-outer {
    width: 60vw;
  }
}
@media (max-width: 768px) {
  .modul-overlay-outer {
    width: 75vw;
    padding-top: 131px;
  }
}
@media (max-width: 667px) {
  .modul-overlay-outer {
    width: 100vw;
    padding-right: 10px;
  }
}
.modul-overlay-outer.active {
  left: 0px;
}
.modul-overlay-outer.active .modul-overlay-outer-close {
  width: 50px;
  height: 50px;
  display: block;
}
.modul-overlay-outer section {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.modul-overlay-outer section.modul-image_fullwidth {
  opacity: 1 !important;
}
.modul-overlay-outer-close {
  cursor: pointer;
  position: fixed;
  top: 40px;
  left: calc(50% - 50px - 41px);
  display: none;
  z-index: 50;
}
@media (max-width: 1024px) {
  .modul-overlay-outer-close {
    left: calc(60vw - 50px - 41px);
  }
}
@media (max-width: 768px) {
  .modul-overlay-outer-close {
    left: calc(75vw - 50px - 41px);
  }
}
@media (max-width: 667px) {
  .modul-overlay-outer-close {
    left: calc(100% - 50px - 10px);
    top: 20px;
  }
}
.modul-overlay-outer__formular {
  width: 100%;
}
@media (max-width: 768px) {
  .modul-overlay-outer__formular {
    width: 100%;
  }
}
.modul-overlay-outer__formular .modul-overlay-outer-close {
  left: auto;
  right: 41px;
}
@media (max-width: 768px) {
  .modul-overlay-outer__formular .modul-overlay-outer-close {
    left: auto;
    right: 41px;
  }
}
@media (max-width: 667px) {
  .modul-overlay-outer__formular .modul-overlay-outer-close {
    left: auto;
    right: 20px;
  }
}
.modul-overlay-outer h4 {
  padding-bottom: 44px;
}
.modul-overlay-outer .partner,
.modul-overlay-outer .awards {
  padding-bottom: 81px;
}
.modul-overlay-outer .partner p:first-child,
.modul-overlay-outer .awards p:first-child {
  margin-top: 0px;
}
.modul-overlay-outer .partner p:last-child,
.modul-overlay-outer .awards p:last-child {
  margin-bottom: 0px;
}
.modul-overlay-outer section {
  padding-bottom: 47px;
}
.modul-overlay-outer .table {
  padding-bottom: 81px;
  font-size: calc(12px + 0.5vw);
  letter-spacing: 0.01em;
  line-height: 1.2;
}
.modul-overlay-outer .table label {
  font-family: "YelixSemibold";
  display: block;
}
.modul-overlay-outer .table span {
  font-family: "YelixMedium";
  display: block;
}
.modul-overlay-outer .table .content {
  padding-bottom: 22px;
}
.modul-overlay-outer p {
  font-size: calc(12px + 0.5vw);
}
@media (max-width: 667px) {
  .modul-overlay-outer .adjust-headline-margin-mobile {
    padding-bottom: 22px;
    margin-top: -28px;
  }
}
@media (max-width: 667px) {
  .modul-overlay .text-center {
    text-align: left;
  }
}
.modul-overlay h2 {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
@media (max-width: 667px) {
  .modul-overlay h2 {
    font-size: 21px;
  }
}
.modul-overlay h2:after {
  content: url(../img/icon-plus.svg);
  display: inline-block;
  vertical-align: middle;
  padding-left: 15px;
}
@media (max-width: 667px) {
  .modul-overlay h2:after {
    font-size: 21px;
  }
}
.modul-overlay h2 i:after {
  width: 0%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  transition-delay: 1s;
}
.modul-overlay.aos-animate h2 i:after {
  width: 100%;
}

@media (max-width: 667px) {
  .modul-projects {
    overflow: hidden;
  }
}
.modul-projects_item {
  width: 33.3333333333%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (max-width: 768px) {
  .modul-projects_item {
    width: 50%;
  }
}
@media (max-width: 667px) {
  .modul-projects_item {
    width: 100%;
    padding-left: 0.4375rem;
    padding-right: 0.4375rem;
  }
}
.modul-projects_inner {
  padding-bottom: 44px;
  padding-top: 12px;
}
.modul-projects_inner span {
  display: block;
  font-family: "YelixSemibold";
  line-height: 2.1vw;
  font-size: 1.7VW;
  letter-spacing: 0.01em;
}
@media (max-width: 1330px) {
  .modul-projects_inner span {
    font-size: 24px;
    line-height: 31px;
  }
}
@media (max-width: 667px) {
  .modul-projects_inner span {
    font-size: 20px;
    line-height: 23px;
  }
}
.modul-projects_inner span.modul-projects_place, .modul-projects_inner span.modul-projects_price {
  font-family: "YelixMedium";
}
.modul-projects_all {
  display: none;
}
.modul-projects_further h2 {
  padding-top: 145px;
  padding-bottom: 97px;
}
.modul-projects_further_item {
  padding-bottom: 40px;
  font-family: "YelixMedium";
  font-size: calc(12px + 0.5vw);
  letter-spacing: 0.01em;
}
@media (max-width: 667px) {
  .modul-projects_further_item {
    padding-bottom: 20px;
  }
}
.modul-projects_further_item a:before {
  position: absolute;
  right: -23px;
  content: url(../img/icon-arrow.svg);
  padding-left: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 1024px) {
  .modul-projects_further_item a:hover:before {
    right: -33px;
  }
}
.modul-projects_further_title {
  font-family: "YelixSemibold";
}
@media (max-width: 667px) {
  .modul-projects_further_title {
    hyphens: auto;
    width: calc(100% - 43px);
  }
}
.modul-projects_further_title a {
  hyphens: auto;
  /*
  @media(max-width: $mq-small){
    &::before{
      bottom: -3px;
    }
  }
  */
}
.modul-projects_further_title a::before {
  bottom: 0;
}
.modul-projects_further_details {
  font-family: "YelixMedium";
}
.modul-projects_filter {
  padding-bottom: 41px;
  display: none;
  width: calc(100% + 40px);
  margin-left: -20px;
}
@media (max-width: 1024px) {
  .modul-projects_filter_cell {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
}
.modul-projects_filter ul {
  margin: 0px;
  padding: 0px;
  padding-left: 20px;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  white-space: nowrap;
  overflow: scroll;
  width: calc(100% - 20px);
  padding-bottom: 30px;
  clip-path: inset(0 0 30px 0);
}
@media (max-width: 667px) {
  .modul-projects_filter ul {
    padding-bottom: 15px;
  }
}
.modul-projects_filter ul li {
  list-style-type: none;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 667px) {
  .modul-projects_filter ul li {
    padding-bottom: 15px;
  }
}
.modul-projects_filter ul li:first-child {
  padding-left: 0px;
}
@media (max-width: 1024px) {
  .modul-projects_filter ul li:first-child {
    padding-left: 1.25rem !important;
  }
}
@media (max-width: 667px) {
  .modul-projects_filter ul li:first-child {
    padding-left: 0.4375rem !important;
  }
}
.modul-projects_filter ul li:last-child {
  padding-right: 0px;
}
@media (max-width: 1024px) {
  .modul-projects_filter ul li:last-child {
    padding-right: 1.25rem !important;
  }
}
.modul-projects_filter ul li button {
  background-color: #eaeaea;
  white-space: nowrap;
  border-radius: 26px 26px 26px 26px;
  padding: 12px 17px 17px 17px;
  padding-bottom: 15px;
  font-family: Yellix;
  font-family: "YelixSemibold";
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .modul-projects_filter ul li button {
    padding-bottom: 12px 17px 17px 17px;
  }
}
@media (max-width: 667px) {
  .modul-projects_filter ul li button {
    padding-bottom: 15px 20px 20px 20px;
  }
}
.modul-projects_filter ul li button.active, .modul-projects_filter ul li button:hover {
  background-color: #000000;
  color: #FFFFFF;
  cursor: pointer;
}

.modul-youtube {
  padding-bottom: 180px;
  padding-top: 90px;
}
.modul-youtube video,
.modul-youtube iframe {
  width: 100%;
}
.modul-youtube_container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}
.modul-youtube_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modul-youtube_container.adjust-video {
  padding: 0;
  height: auto;
}
@media (max-width: 1024px) {
  .modul-youtube_container.adjust-video {
    margin-top: 50px;
  }
}
.modul-youtube_container.adjust-video video {
  width: 100%;
  height: auto;
}

.modul-spotify iframe {
  width: 100%;
}

.modul-auszeichnungen {
  padding-top: 80px;
}
@media (max-width: 667px) {
  .modul-auszeichnungen {
    padding-top: 0px;
  }
}
.modul-auszeichnungen_link p.modul-auszeichnungen_projekt::after {
  content: url(../img/icon-arrow.svg);
  padding-left: 10px;
  bottom: 0px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.modul-auszeichnungen_award {
  font-family: "YelixSemibold";
}
.modul-auszeichnungen_cell {
  padding-bottom: 57px;
}
@media (max-width: 1024px) {
  .modul-auszeichnungen_cell {
    padding-bottom: 32px;
  }
}
.modul-auszeichnungen_list {
  font-family: "YelixSemibold" !important;
  /*
  a::after{
    content: "";
    display: block;
    width: 0%;
    height: 10px;
    background-color: $green;
    position: absolute;
    left: 0px;
    bottom: -2px;
    z-index: -1;
    @include transition(all .2s);
    span::after{
      content: url("../img/icon-arrow.svg");
      padding-left: 10px;
    }
  }
  */
  /*
  &:hover {
    a::after {
      width: calc(100% - 20px);
    }
    i {
      &:after {
        width: calc(100% - 20px);
      }
    }
  }
  */
}
.modul-auszeichnungen_list:after {
  display: none !important;
}
.modul-auszeichnungen_list span {
  position: relative;
  font-family: "YelixMedium";
}
.modul-auszeichnungen_list span i {
  font-style: normal;
  /*
  &:after {
    content: "";
    display: block;
    width: 0%;
    height: 10px;
    background-color: $green;
    position: absolute;
    left: 0px;
    bottom: -2px;
    z-index: -1;
    @include transition(all .2s);
  }
  */
}
.modul-auszeichnungen_list__nolink span:after {
  display: none !important;
}
.modul-auszeichnungen_list__nolink span i:after {
  display: none !important;
}
.modul-auszeichnungen_inner {
  padding-bottom: 0px;
  padding-top: 97px;
}
.modul-auszeichnungen_inner_image {
  float: left;
}
.modul-auszeichnungen_inner p:not(.modul-auszeichnungen_award):not(.modul-auszeichnungen_projekt) {
  font-family: "YelixMedium";
}
.modul-auszeichnungen_inner .modul-youtube_container {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .modul-auszeichnungen_inner .desc {
    padding-top: 40px;
  }
}
@media (max-width: 667px) {
  .modul-auszeichnungen_inner img {
    padding-bottom: 20px;
  }
}
@media (max-width: 667px) {
  .modul-auszeichnungen_inner img.downloadicon {
    padding-bottom: 0px;
  }
}
@media (max-width: 1024px) {
  .modul-auszeichnungen_inner {
    padding-bottom: 0px;
    padding-top: 47px;
  }
}
.modul-auszeichnungen_inner h3 {
  padding-bottom: 72px;
}
@media (max-width: 1024px) {
  .modul-auszeichnungen_inner h3 {
    padding-bottom: 32px;
  }
}
@media (max-width: 667px) {
  .modul-auszeichnungen_inner h3 {
    padding-bottom: 30px;
  }
}
@media (min-width: 1330px) {
  .modul-auszeichnungen_inner h6 {
    line-height: 1.4 !important;
    font-size: 1.1vw !important;
  }
}
.modul-auszeichnungen_inner p {
  margin-top: 0;
}
.modul-auszeichnungen_inner p:first-child {
  margin-top: 0px;
  margin-bottom: 7px;
}
.modul-auszeichnungen_inner p:last-child {
  margin-bottom: 0px;
}
.modul-auszeichnungen_inner p.vortrag-title b {
  font-family: "YelixSemibold" !important;
}
.modul-auszeichnungen_inner .modul-auszeichnungen_projekt {
  font-family: "YelixMedium";
}
.modul-auszeichnungen_inner a.animation:before {
  position: absolute;
  right: -23px;
  content: url(../img/icon-arrow.svg);
  padding-left: 10px;
  bottom: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 1024px) {
  .modul-auszeichnungen_inner a.animation:hover:before {
    right: -33px;
  }
}
.modul-auszeichnungen_inner_reset-text-margin p:last-of-type {
  margin-bottom: 15px;
}
.modul-auszeichnungen_teaser .modul-auszeichnungen_inner {
  padding-bottom: 10px;
}
@media (max-width: 1024px) {
  .modul-auszeichnungen_teaser .modul-auszeichnungen_inner_cell {
    padding-bottom: 67px;
  }
  .modul-auszeichnungen_teaser .modul-auszeichnungen_inner_cell:nth-last-of-type(2) {
    padding-bottom: 0;
  }
  .modul-auszeichnungen_teaser .modul-auszeichnungen_inner_cell:last-of-type {
    padding-bottom: 0;
  }
}
.modul-auszeichnungen_teaser a.showall {
  font-family: "YelixSemibold";
}
.modul-auszeichnungen_teaser a.showall:after {
  content: url(../img/icon-arrow.svg);
  padding-left: 10px;
}

.modul-auszeichnungen_cell_wrapper {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  height: calc(100% - 51px);
}
.modul-auszeichnungen_cell_wrapper div {
  width: 100%;
}

.modul-personintro h1 {
  margin-top: 0px;
  margin-bottom: 3px;
}
@media (max-width: 1024px) {
  .modul-personintro h1 {
    font-size: 66px;
    line-height: 69px;
  }
}
@media (max-width: 768px) {
  .modul-personintro h1 {
    font-size: 51px;
    line-height: 54px;
  }
}
@media (max-width: 667px) {
  .modul-personintro h1 {
    font-size: 40px;
    line-height: 43px;
  }
}
.modul-personintro_wrapper {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  height: 100%;
}
@media (max-width: 667px) {
  .modul-personintro_top {
    padding-bottom: 32px;
  }
}
.modul-personintro_top h6 {
  padding-top: 15px;
}
@media (max-width: 768px) {
  .modul-personintro_top h6 {
    padding-bottom: 0px;
  }
}
.modul-personintro_bottom {
  width: 100%;
}
.modul-personintro_bottom p {
  font-family: "YelixSemibold";
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 21px;
  max-width: 90%;
}
.modul-personintro_bottom p:last-child {
  margin-bottom: 0px;
}

.modul-zahlen p {
  margin: 0px;
  margin-top: 14px;
  margin-bottom: 158px;
  font-family: "YelixSemibold";
}
@media (max-width: 667px) {
  .modul-zahlen p {
    margin-bottom: 70px;
  }
}
.modul-zahlen h2 {
  margin-bottom: 125px;
}
@media (max-width: 667px) {
  .modul-zahlen h2 {
    margin-bottom: 56px;
  }
}

footer {
  padding-bottom: 38px;
  padding-top: 50px;
}
@media (max-width: 768px) {
  footer {
    padding-top: 120px;
  }
}
@media (max-width: 667px) {
  footer {
    padding-bottom: 20px;
    padding-top: 50px;
  }
}
footer img.logo {
  max-width: 140px;
}
@media (max-width: 667px) {
  footer img.logo {
    padding-bottom: 11px;
  }
}
@media (max-width: 667px) {
  footer .small-8.text-right {
    text-align: left;
  }
}
@media (max-width: 667px) {
  footer .small-4.text-right {
    padding-top: 55px;
  }
}
footer ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
@media (max-width: 667px) {
  footer ul.social-media-listing {
    display: flex;
    justify-content: center;
  }
  footer ul.social-media-listing li {
    padding-top: 0;
  }
  footer ul.social-media-listing li:not(:first-of-type) {
    margin-left: 10px;
  }
  footer ul.social-media-listing img {
    width: 100%;
  }
}
footer ul li {
  display: inline-block;
  padding-right: 31px;
  vertical-align: bottom;
}
@media (max-width: 667px) {
  footer ul li {
    display: block;
    padding-top: 22px;
    padding-right: 0px;
  }
  footer ul li img {
    max-width: 34px;
  }
}
footer ul li:last-child {
  padding-left: 0px;
  padding-right: 0px;
}
@media (max-width: 667px) {
  footer ul li:last-child {
    padding-left: 0px;
  }
}
footer ul li a {
  color: #000000;
  font-family: "YelixSemibold";
  text-decoration: none;
}

.set-social-margin {
  padding-left: 15px;
  padding-right: 15px !important;
}
@media (max-width: 667px) {
  .set-social-margin {
    padding-left: 0px;
  }
}

.footer-links-adjust li {
  vertical-align: top;
}
.footer-links-adjust li img {
  vertical-align: top;
  margin-top: -13px;
}

.modul-slider {
  overflow: hidden;
  position: relative;
}
@media (max-width: 1024px) and (min-width: 667px) {
  .modul-slider.content-slider .modul-slider__count {
    bottom: unset;
    top: 0;
    right: 0;
  }
}
.modul-slider.content-slider .modul-slider__inner_top {
  position: unset;
}
@media (max-width: 1024px) {
  .modul-slider.content-slider .content-slider-inner-container {
    order: 2 !important;
    width: 100% !important;
  }
  .modul-slider.content-slider .modul-slider-cell {
    order: 1 !important;
  }
}
.modul-slider .subline {
  margin: 0px;
  padding: 0px;
  padding-bottom: 38px;
}
@media (max-width: 1330px) {
  .modul-slider .subline {
    font-size: 16px;
    line-height: 21px;
  }
}
.modul-slider .cell {
  position: relative;
}
.modul-slider-cell {
  padding-right: 0px !important;
}
@media (max-width: 1024px) {
  .modul-slider-cell {
    width: 100% !important;
  }
}
.modul-slider__count {
  position: absolute;
  bottom: 0px;
  font-family: "YelixMedium";
  z-index: 40;
  font-size: 1.8461538462VW;
}
@media (max-width: 1330px) {
  .modul-slider__count {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .modul-slider__count {
    font-size: 20px;
    bottom: auto !important;
    text-align: right;
    padding-bottom: 19px;
    position: relative;
    bottom: auto;
    right: 9%;
  }
}
.modul-slider__count i {
  font-style: normal;
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.modul-slider__inner {
  position: relative;
  height: 100%;
}
.modul-slider__inner_top {
  position: absolute;
  z-index: 40;
  hyphens: auto;
}
@media (max-width: 1024px) {
  .modul-slider__inner_top {
    position: relative;
  }
}
.modul-slider__inner_top_textelement {
  display: none;
  line-height: 1.25;
}
@media (min-width: 1025px) {
  .modul-slider__inner_top_textelement {
    margin-right: 100px;
  }
}
@media (max-width: 1024px) {
  .modul-slider__inner_top_textelement {
    padding-top: 42px;
  }
}
.modul-slider__inner_top_textelement-1 {
  display: block;
}
@media (max-width: 1024px) {
  .modul-slider__inner_container {
    width: 100% !important;
  }
}
.modul-slider .slick-list {
  overflow: visible !important;
}
.modul-slider .slick-list .slick-slide img {
  padding-right: 41px;
  width: 100%;
}
@media (max-width: 1024px) {
  .modul-slider .slick-list .slick-slide img {
    padding-right: 15px;
  }
}
.modul-slider .slick-list .slick-slide video {
  padding-right: 41px;
  width: 100%;
  height: 0px;
}
@media (max-width: 1024px) {
  .modul-slider .slick-list .slick-slide video {
    padding-right: 15px;
  }
}
.modul-slider .slick-list .slick-slide figcaption {
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.modul-slider .slick-list .slick-slide.slick-active figcaption {
  opacity: 1;
}
@media (max-width: 1024px) {
  .modul-slider .slick-list div.slick-track div.slick-slide:last-child.slick-active figcaption,
.modul-slider .slick-list div.slick-track div.slick-slide:last-child.slick-active img {
    margin-left: -20px;
  }
}

a.scale {
  overflow: hidden;
  display: block;
}
a.scale img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}
a.scale:hover img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.modul-uns_grid_element {
  padding-bottom: 60px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (max-width: 667px) {
  .modul-uns_grid_element {
    padding-bottom: 21px;
  }
}
.modul-uns_grid_element img {
  width: 100%;
}
.modul-uns_grid_element a.animation::after {
  content: unset;
}
.modul-uns_grid_element_bg-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 667px) {
  .modul-uns_grid_element_inner {
    width: 65%;
    display: inline-block;
    padding-left: 1.25rem;
    vertical-align: top;
  }
}
.modul-uns_grid_element_inner a.animation {
  display: inline-block;
}
.modul-uns_grid_element_inner a.animation:after {
  opacity: 0;
}
.modul-uns_grid_element_inner a.animation:hover:after {
  opacity: 1;
}
.modul-uns_grid_element_inner a.animation:before {
  position: absolute;
  right: -23px;
  content: url(../img/icon-arrow.svg);
  padding-left: 10px;
  bottom: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 1024px) {
  .modul-uns_grid_element_inner a.animation:hover:before {
    right: -33px;
  }
}
.modul-uns_grid_element_titel {
  display: block;
  padding-top: 11px;
  page-break-inside: 7px;
  font-family: "YelixSemibold";
  line-height: 2.1vw;
  font-size: 1.7VW;
  letter-spacing: 0.01em;
}
@media (max-width: 1330px) {
  .modul-uns_grid_element_titel {
    font-size: 24px;
    line-height: 27px;
  }
}
@media (max-width: 667px) {
  .modul-uns_grid_element_titel {
    font-size: 15px;
    padding-top: 0px;
    line-height: 13px;
    padding-bottom: 5px;
  }
}
.modul-uns_grid_element_subline {
  display: block;
  font-family: "YelixMedium";
  line-height: 2.1vw;
  font-size: 1.7VW;
  letter-spacing: 0.01em;
}
@media (max-width: 1330px) {
  .modul-uns_grid_element_subline {
    font-size: 24px;
    line-height: 27px;
  }
}
@media (max-width: 667px) {
  .modul-uns_grid_element_subline {
    font-size: 15px;
    line-height: 23px;
  }
}
.modul-uns_grid_element_link {
  display: block;
  padding-top: 6px;
  font-family: "YelixSemibold";
  letter-spacing: 0.01em;
  font-size: 1.4615384615VW;
}
@media (max-width: 1330px) {
  .modul-uns_grid_element_link {
    font-size: 19px;
    line-height: 24px;
  }
}
@media (max-width: 667px) {
  .modul-uns_grid_element_link {
    font-size: 15px;
    line-height: 20px;
    position: absolute !important;
    bottom: 23px;
  }
}
.modul-uns_grid_element_link:after {
  content: url(../img/icon-arrow.svg);
  padding-left: 10px;
}
.modul-uns_grid_element__0 {
  width: 33.3333333333%;
}
@media (max-width: 768px) {
  .modul-uns_grid_element__0 {
    width: 50%;
  }
}
@media (max-width: 667px) {
  .modul-uns_grid_element__0 {
    width: 100%;
    padding-left: 0.4375rem;
    padding-right: 0.4375rem;
  }
}
@media (max-width: 667px) {
  .modul-uns_grid_element__0 figure {
    width: 30%;
    display: inline-block;
  }
}
.modul-uns_grid_element__1 {
  width: 66.6666666666%;
}
@media (max-width: 768px) {
  .modul-uns_grid_element__1 {
    width: 100%;
  }
}
@media (max-width: 667px) {
  .modul-uns_grid_element__1 {
    width: 100%;
    padding-left: 0.4375rem;
    padding-right: 0.4375rem;
  }
  .modul-uns_grid_element__1 span.modul-uns_grid_element_titel {
    padding-top: 11px;
  }
}
@media (max-width: 667px) {
  .modul-uns_grid_element__1 figure {
    width: 100%;
    display: block;
  }
}
@media (max-width: 667px) {
  .modul-uns_grid_element__1 .modul-uns_grid_element_inner {
    padding-left: 0px;
    width: 100%;
  }
}
.modul-uns_grid_element__2 {
  width: 100%;
}
@media (max-width: 667px) {
  .modul-uns_grid_element__2 {
    padding-left: 0.4375rem;
    padding-right: 0.4375rem;
  }
  .modul-uns_grid_element__2 span.modul-uns_grid_element_titel {
    padding-top: 11px;
  }
}
@media (max-width: 667px) {
  .modul-uns_grid_element__2 figure {
    width: 100%;
    display: block;
  }
}
@media (max-width: 667px) {
  .modul-uns_grid_element__2 .modul-uns_grid_element_inner {
    padding-left: 0px;
    width: 100%;
  }
}

.modul-news_grid_element {
  padding-bottom: 90px;
  width: 33.3333333333%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  cursor: pointer;
}
@media (max-width: 768px) {
  .modul-news_grid_element {
    width: 50%;
  }
}
@media (max-width: 667px) {
  .modul-news_grid_element {
    width: 100%;
    padding-left: 0.4375rem;
    padding-right: 0.4375rem;
  }
}
.modul-news_date {
  display: block;
  padding-top: 24px;
  padding-bottom: 0px;
  font-size: 1.1VW;
  line-height: 1.2;
  font-family: "YelixSemibold";
}
@media (max-width: 1330px) {
  .modul-news_date {
    font-size: 16px;
    line-height: 21px;
  }
}
@media (max-width: 667px) {
  .modul-news_date {
    font-size: 13px;
    line-height: 17px;
    padding-bottom: 15px;
  }
}
.modul-news_content {
  display: none;
}

@media (max-width: 1330px) {
  .modul-image_instagram_slider {
    padding-left: calc(1.25rem - 7px);
  }
}
@media (max-width: 667px) {
  .modul-image_instagram_slider {
    padding-left: 0px;
    width: calc(100% + 10px);
  }
}
.modul-image_instagram_slider img {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  width: 100%;
}
@media (max-width: 1330px) {
  .modul-image_instagram_slider img {
    padding-left: 7px;
    padding-right: 8px;
  }
}

.modul-faq h2 {
  padding-bottom: calc(72px - 1em);
}
.modul-faq h3 {
  display: inline-block;
  cursor: pointer;
  margin-top: 1em;
  position: relative;
  background-image: linear-gradient(0deg, #82f57b, #82f57b);
  background-repeat: no-repeat;
  background-size: 0% 33%;
  background-position-x: 0;
  background-position-y: 100%;
  padding-bottom: 5px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
@media (min-width: 1024px) {
  .modul-faq h3:hover {
    background-size: 100% 33%;
  }
}
.modul-faq_content {
  display: none;
}

.modul-ansprechpartner {
  padding-bottom: 52px;
}
.modul-ansprechpartner_wrapper {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  height: 100%;
}
.modul-ansprechpartner_wrapper > div {
  width: 100%;
}
.modul-ansprechpartner_wrapper > div p {
  margin-bottom: 0px;
}
@media (max-width: 667px) {
  .modul-ansprechpartner_wrapper > div h1 {
    padding-top: 11px;
  }
}
.modul-ansprechpartner figure img {
  width: 100%;
}
@media (max-width: 667px) {
  .modul-ansprechpartner figure img {
    padding-top: 78px;
    padding-bottom: 11px;
  }
}

.webform-submission-form {
  padding-top: 109px;
  padding-bottom: 150px;
}
.webform-submission-form input[type=checkbox] {
  display: none;
}
.webform-submission-form input + label {
  display: inline-block;
  cursor: pointer;
  background-image: url(../img/checkbox.svg);
  background-repeat: no-repeat;
  background-position: left top;
  padding: 0px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 70px;
  background-size: 45px;
}
.webform-submission-form input:checked + label {
  background-image: url(../img/checkbox-checked.svg);
  background-size: 45px;
}
.webform-submission-form label {
  display: block;
  letter-spacing: 0.01em;
  font-size: 1.2307692308VW;
  margin: 0px;
  padding: 0px;
  padding-bottom: 17px;
  font-family: "YelixSemibold";
}
@media (max-width: 1330px) {
  .webform-submission-form label {
    font-size: 16px;
    line-height: 21px;
  }
}
.webform-submission-form .form-actions {
  text-align: right;
}
.webform-submission-form .js-form-item {
  padding: 0px;
  margin: 0px;
  padding-bottom: 46px;
}
.webform-submission-form .webform-file-button,
.webform-submission-form .select2-selection--single,
.webform-submission-form input[type=submit] {
  font-family: "YelixSemibold";
  letter-spacing: 0.01em;
  font-size: 1.2307692308VW;
  background-color: #FFFFFF;
  border-radius: 25px 25px 25px 25px;
  border: none;
  padding: 15px;
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1330px) {
  .webform-submission-form .webform-file-button,
.webform-submission-form .select2-selection--single,
.webform-submission-form input[type=submit] {
    font-size: 19px;
  }
}
.webform-submission-form .webform-file-button,
.webform-submission-form textarea,
.webform-submission-form input[type=email],
.webform-submission-form input[type=text] {
  display: block;
  height: auto;
  width: 100%;
  border-radius: 25px 25px 25px 25px;
  border: none;
  outline: 0;
  letter-spacing: 0.01em;
  font-size: 1.2307692308VW;
  margin: 0px;
  padding: 15px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: "YelixSemibold";
}
.webform-submission-form .webform-file-button.error,
.webform-submission-form textarea.error,
.webform-submission-form input[type=email].error,
.webform-submission-form input[type=text].error {
  border: 2px solid #FF0000 !important;
}
@media (max-width: 1330px) {
  .webform-submission-form .webform-file-button,
.webform-submission-form textarea,
.webform-submission-form input[type=email],
.webform-submission-form input[type=text] {
    font-size: 16px;
    line-height: 21px;
  }
}
.webform-submission-form textarea {
  height: 300px;
  resize: none;
}
.webform-submission-form .webform-file-button {
  padding-top: 12px !important;
  padding-bottom: 15px !important;
}

.select2-selection--single {
  padding-top: 11px !important;
  padding-bottom: 11px !important;
}
@media (max-width: 1330px) {
  .select2-selection--single {
    font-size: 16px !important;
    line-height: 21px !important;
  }
}

.select2-dropdown {
  border: none !important;
  border-radius: 0px 0px 25px 25px;
}
.select2-dropdown .select2-search {
  display: none;
}
.select2-dropdown .select2-results__option {
  letter-spacing: 0.01em;
  font-size: 1.2307692308VW;
  font-family: "YelixSemibold";
  padding-left: 33px;
  padding-bottom: 10px;
}
@media (max-width: 1330px) {
  .select2-dropdown .select2-results__option {
    font-size: 16px;
    line-height: 21px;
  }
}

@media (max-width: 1330px) {
  html body form .select2-selection--single .select2-selection__rendered {
    font-size: 16px !important;
    line-height: 21px !important;
  }
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: transparent !important;
  color: #000000;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
  content: url(../img/select.svg);
  display: block;
  width: 15px;
  height: 15px;
  margin-left: -25px;
  margin-top: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotate(180deg);
}

.select2-container .select2-selection--single {
  height: auto !important;
  padding-top: 12px !important;
  padding-bottom: 13px !important;
}

.js-webform-document-file div.js-form-item {
  display: block;
  height: auto;
  width: 100%;
  border-radius: 25px 25px 25px 25px;
  border: none;
  outline: 0;
  letter-spacing: 0.01em;
  font-size: 1.2307692308VW;
  margin: 0px;
  padding: 15px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: "YelixSemibold";
  background-color: #EAEAEA;
  margin-bottom: 11px;
  margin-top: 11px;
}
@media (max-width: 1330px) {
  .js-webform-document-file div.js-form-item {
    font-size: 16px;
    line-height: 21px;
  }
}
.js-webform-document-file div.js-form-item span {
  background-image: none;
}
.js-webform-document-file div.js-form-item label.option {
  padding: 0px;
  display: inline-block;
  padding-top: 3px;
}

.js-form-type-webform-document-file .form-submit {
  font-size: 1.0615384615VW !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  padding-left: 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding-right: 15px;
  float: right;
  margin: 0px;
  opacity: 0.5;
}
.js-form-type-webform-document-file .form-submit:hover {
  opacity: 1;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: transparent !important;
}

.front_logo {
  cursor: none;
  pointer-events: none;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 49;
  width: 320px;
}

.select2-results__options {
  padding-bottom: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000;
}

.select2-results__options li:first-child {
  display: none;
}

.webform-submission-form div[data-drupal-messages] {
  display: none !important;
}

.node__inhaltsseite h4 {
  padding-top: 9px;
}

.webform-file-button {
  padding-top: 9px !important;
  padding-bottom: 8px !important;
}

.select2-selection--single {
  padding-top: 16px !important;
  padding-bottom: 18px !important;
}

body.page-node-27 footer.bottom ul li a {
  background-image: linear-gradient(0deg, #FFFFFF, #FFFFFF);
  background-repeat: no-repeat;
  background-size: 0% 33%;
  background-position-x: 0;
  background-position-y: 100%;
  padding-bottom: 5px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
body.page-node-27 footer.bottom ul li a::after {
  background-color: #FFFFFF;
  content: unset;
}
@media (min-width: 1024px) {
  body.page-node-27 footer.bottom ul li a:hover {
    background-size: 100% 33%;
  }
}

body.page-node-29 {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
body.page-node-29 main {
  padding: 0px !important;
}
body.page-node-29 .ib-main-wrapper {
  width: 100%;
  overflow: hidden;
  outline: none;
}
body.page-node-29 .ib-main {
  position: relative;
  width: 200vw;
  max-height: 20000px;
  display: flex;
  flex-flow: column wrap;
}
body.page-node-29 .ib-main .ib-item {
  overflow: hidden;
  margin: 0px;
  display: block;
  margin: 0px;
  margin-right: 50px;
  margin-bottom: 50px;
  cursor: move;
}
body.page-node-29 .ib-main .ib-item img {
  width: 100%;
}

.imgthird {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.imgthird img {
  opacity: 0;
}

header.node__startseite {
  position: fixed;
  z-index: 99;
}

.animation__arrow:before {
  position: absolute;
  right: -23px;
  content: url(../img/icon-arrow.svg);
  padding-left: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 1024px) {
  .animation__arrow:hover:before {
    right: -33px;
  }
}

b, strong {
  font-family: "YelixSemibold";
  font-weight: normal;
}

.kontaktfirst p {
  font-family: "YelixSemibold";
}
.kontaktfirst p:first-child {
  margin-top: 19px;
}
@media (max-width: 768px) {
  .kontaktfirst p:first-child {
    margin-top: 4px;
  }
}

.modul-text--twocol a:before {
  position: absolute;
  right: -23px;
  content: url(../img/icon-arrow.svg);
  padding-left: 10px;
  bottom: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 1024px) {
  .modul-text--twocol a:hover:before {
    right: -33px;
  }
}

.modul-auszeichnungen_cell a {
  font-family: "YelixSemibold";
}
.modul-auszeichnungen_cell a p.modul-auszeichnungen_award {
  font-family: "YelixSemibold";
  position: relative;
}
.modul-auszeichnungen_cell a p.modul-auszeichnungen_award:after {
  content: url(../img/icon-arrow.svg);
  padding-left: 10px;
  bottom: 0px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.modul-auszeichnungen_cell a p.modul-auszeichnungen_award:hover:after {
  padding-left: 20px;
}
.modul-auszeichnungen_cell img {
  max-height: 180px;
}
.modul-auszeichnungen_cell_no_image {
  padding-bottom: 28px;
}

.totop {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 667px) {
  .totop.act {
    padding-bottom: 40px;
  }
}

blockquote {
  margin: 0px;
  padding: 0px;
}

.modul-text h2 a:after {
  height: 15%;
  bottom: -2%;
}
.modul-text h2 a.adjust_line::after {
  height: 25%;
}
.modul-text.set-arrow a:before {
  position: absolute;
  right: -23px;
  content: url(../img/icon-arrow.svg);
  padding-left: 10px;
  bottom: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 1024px) {
  .modul-text.set-arrow a:hover:before {
    right: -33px;
  }
}

@media (max-width: 768px) {
  .adjust-ipad-cell-width {
    width: 100% !important;
  }
}

@media (max-width: 1023px) and (min-width: 667px) {
  .set-tablet-margin {
    padding-top: 35px;
  }
}
@media (max-width: 667px) {
  .set-mobile-margin {
    margin-top: 47px;
  }
}
@media (max-width: 768px) {
  .tablet-full-width {
    width: 100% !important;
    margin-left: 0;
  }
}
@media (max-width: 1024px) and (min-width: 667px) {
  .hide-for-tablet-only {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .reset-tablet-margin {
    margin-left: 0;
  }
}
