/* Start - mixins */
/* End - mixins */
/* Start - functions */
/* End - functions */
/* Start - variables */
/* End - variables */
/* Start - mediaqueries */
/* End - mediaqueries */
/* Start - helpers */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.hidden {
  display: none !important;
}

.background-black {
  background-color: rgb(0,0,0);
}

.background-white {
  background-color: rgb(255,255,255);
}

.font-white {
  color: rgb(255,255,255);
}

.font-black {
  color: rgb(0,0,0);
}

/* End - helpers */
/* Start - general styles */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: red;
}

* * {
  color: inherit;
}

*:focus {
  outline: none;
}

picture {
  display: block;
}

picture > img {
  display: block;
  width: 100%;
}

video {
  display: block;
  width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0px;
}

p {
  margin: 0px;
}

ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

a {
  text-decoration: none;
}

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

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

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

.container-s,
.container-m,
.container-l {
  margin: 0px auto;
}

.scrollable {
  overflow-y: scroll;
}

.vertical-center {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0px;
  right: 0px;
}

/* End - general styles */
/* Start - fonts */
@font-face {
  font-family: "reitamregular";
  src: url("/assets/frontend/fonts/reitam_regular-webfont.woff2") format("woff2"), url("/assets/frontend/fonts/reitam_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "simplon_bp_regularregular";
  src: url("/assets/frontend/fonts/simplon_bp_regular_1-webfont.woff2") format("woff2"), url("/assets/frontend/fonts/simplon_bp_regular_1-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "simplon_bp_boldbold";
  src: url("/assets/frontend/fonts/simplon_bp_bold_2-webfont.woff2") format("woff2"), url("/assets/frontend/fonts/simplon_bp_bold_2-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "3 raum";
  src: url("/assets/frontend/fonts/Glyphter.eot");
  src: url("/assets/frontend/fonts/Glyphter.eot?#iefix") format("embedded-opentype"), url("/assets/frontend/fonts/Glyphter.woff") format("woff"), url("/assets/frontend/fonts/Glyphter.ttf") format("truetype"), url("/assets/frontend/fonts/Glyphter.svg#Glyphter") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class*=icon-]:before {
  display: inline-block;
  font-family: "3 raum";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-phone:before {
  content: "A";
}

.icon-mail:before {
  content: "B";
}

.icon-burger:before {
  content: "C";
}

.icon-close:before {
  content: "D";
}

.icon-arrow_left:before {
  content: "E";
}

.icon-arrow_right:before {
  content: "F";
}

.icon-arrow_down:before {
  content: "G";
}

.icon-order:before {
  content: "H";
}

.icon-view:before {
  content: "I";
}

.icon-plus:before {
  content: "J";
}

.icon-linkedin:before {
  content: "K";
}

.icon-twitter:before {
  content: "L";
}

.icon-whatsapp:before {
  content: "M";
}

.icon-facebook:before {
  content: "N";
}

.icon-share:before {
  content: "O";
}

.icon-play:before {
  content: "P";
}

.icon-instagram-nav:before {
  content: "Q";
}

.icon-linkedin-nav:before {
  content: "R";
}

.icon-phone-new:before {
  content: "S";
}

.icon-mail-new:before {
  content: "T";
}

.icon-eye-new:before {
  content: "U";
}

.icon-checkmark:before {
  content: "V";
}

.icon-web-new:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  background-image: url("/assets/frontend/img/web.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}

/* End - fonts */
html {
  height: 100%;
  overflow-y: scroll;
}

html.has-overlay {
  overflow-y: hidden;
}

body.layering_active {
  height: 100%;
  position: fixed;
  width: 100%;
}

body.layering_active.no-mobile > main > section {
  min-height: 100vh;
}

.h1 {
  font-family: reitamregular;
  text-transform: uppercase;
}

.navigation-title {
  font-family: reitamregular;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.h4 {
  font-family: simplon_bp_boldbold;
}

.rich-text, .module-partner.detail blockquote, .default-form {
  font-family: simplon_bp_regularregular;
  line-height: 1.4;
}

.overlayable {
  display: block;
  position: relative;
}
.overlayable .overlayy {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  position: absolute !important;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  opacity: 0;
  transition: opacity 0.4s;
}
.overlayable .overlayy .text {
  transform: translate3d(0, 15%, 0);
  transition: transform 0.4s;
}
.overlayable .overlayy h3, .overlayable .overlayy .h3 {
  font-family: reitamregular;
  font-size: 2em;
  transform: scale(0.96);
  transition: transform 0.4s;
}
.overlayable .overlayy .crazy-link {
  display: inline-block;
  font-size: 1em;
  margin-top: 0.5em;
}
.overlayable:hover .overlayy {
  opacity: 1;
}
.overlayable:hover .overlayy .text {
  transform: translate3d(0, 0, 0);
}
.overlayable:hover .overlayy h3, .overlayable:hover .overlayy .h3 {
  transform: scale(1);
}

.interview-links a {
  display: flex;
  align-items: center;
  font-family: simplon_bp_boldbold;
  text-transform: uppercase;
  transition: opacity 0.2s;
}
.interview-links a:hover {
  opacity: 0.5;
}
.interview-links a + a {
  margin-top: 0.76em;
}
.interview-links a > span:last-child {
  text-decoration: underline;
}
.interview-links a [class*=icon-] {
  font-size: 1.42em;
  margin-right: 0.4em;
}
.interview-links a [class*=icon-], .interview-links a [class*=icon-]::before {
  display: block;
}
.interview-links a:nth-child(3n+1) {
  color: #FF6E5A;
}
.interview-links a:nth-child(n+2) {
  color: #E6B10E;
}
.interview-links a:nth-child(n+3) {
  color: #197364;
}

/* Start - general 'sliders' */
.fp-controlArrow {
  -webkit-transition: opacity ease 300ms;
  -moz-transition: opacity ease 300ms;
  -o-transition: opacity ease 300ms;
  transition: opacity ease 300ms;
  border: 0px;
  color: rgb(255,255,255);
  height: auto !important;
  margin: 0px;
  width: auto !important;
}
.fp-controlArrow:before {
  display: block;
  font-family: "3 raum";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.no-mobile .fp-controlArrow:hover {
  opacity: 0.5;
}

.fp-controlArrow.fp-prev:before {
  content: "E";
}

.fp-controlArrow.fp-next:before {
  content: "F";
}

.fp-slide {
  height: 100vh;
}

.fp-section > .fp-slidesNav {
  text-align: center;
}

.fp-section > .fp-slidesNav ul li {
  color: rgb(255,255,255);
  font-family: simplon_bp_regularregular;
  height: auto;
  margin: 0px;
  width: auto;
}

.fp-section > .fp-slidesNav ul li a {
  -webkit-transition: opacity ease 300ms;
  -moz-transition: opacity ease 300ms;
  -o-transition: opacity ease 300ms;
  transition: opacity ease 300ms;
  opacity: 0.5;
}

.no-mobile .fp-section > .fp-slidesNav ul li a:hover,
.fp-section > .fp-slidesNav ul li a.active {
  opacity: 1;
}

.fp-section > .fp-slidesNav ul li a span {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  border-radius: 0px !important;
  background: transparent;
  display: block;
  margin: 0px !important;
  position: static;
}

.fp-bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1 !important;
}

/* End - general 'sliders' */
/* Start - module 'projectlist' */
.module-projectlist {
  font-family: simplon_bp_regularregular;
}
.module-projectlist h2 {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: reitamregular;
  position: absolute;
  left: 50%;
}
.module-projectlist h3 {
  font-family: reitamregular;
  text-transform: uppercase;
}
.module-projectlist .project-list-wrapper {
  width: 100%;
  overflow-x: auto;
}
.module-projectlist .project-list {
  display: table;
  margin-top: 2.75em;
  min-width: 100%;
  position: relative;
}
.module-projectlist .project-list .project-list-thead {
  background-color: white;
  display: table-row;
  z-index: 2;
}
.module-projectlist .project-list .project-list-thead.fixed {
  position: fixed;
}
.module-projectlist .project-list .project-list-thead.top {
  position: absolute;
  top: 0 !important;
  left: 0 !important;
}
.module-projectlist .project-list .project-list-thead.bottom {
  position: absolute;
  top: auto !important;
  bottom: 0;
  left: 0 !important;
}
.module-projectlist .project-list .project-list-tbody {
  display: table-row-group;
}
.module-projectlist .project-list .project-list-th {
  vertical-align: bottom !important;
  white-space: nowrap;
  padding-bottom: 3.7685em;
  padding-top: 1em;
  position: relative;
  background-color: white;
}
.module-projectlist .project-list .project-list-th::before {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: calc(10px + var(--height));
  background-color: white;
  content: "";
  display: block;
}
.module-projectlist .project-list .project-list-td,
.module-projectlist .project-list .project-list-th {
  display: table-cell;
  vertical-align: middle;
}
.module-projectlist .project-list .project-list-td:first-child ~ *,
.module-projectlist .project-list .project-list-th:first-child ~ * {
  width: 12.82%;
}
.module-projectlist .project-list .project-list-row {
  line-height: 1.875;
  transition: background-color 0.25s;
  display: table-row;
}
.module-projectlist .project-list .project-list-row .project-list-td {
  padding-top: 1.375em;
  padding-bottom: 1.375em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.module-projectlist .project-list .project-list-row.hidden {
  display: none;
}
.module-projectlist .project-list .project-list-row .project-name span {
  display: inline-block;
  transition: transform 0.25s;
}
.module-projectlist .project-list .project-list-row:not([href]) .project-name span {
  opacity: 0.4;
}
.module-projectlist .project-list .project-list-row[href]:hover {
  background-color: rgba(0, 0, 0, 0.02);
}
.module-projectlist .project-list .project-list-row[href]:hover .project-name span {
  transform: translate3d(1.2em, 0, 0);
}
.module-projectlist .project-list .project-list-row:first-child .project-list-td {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.module-projectlist .project-list .project-list-row .icon-checkmark {
  color: rgba(0, 0, 0, 0.7);
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.3);
  padding: 0.4375em;
  border-radius: 50%;
  width: 1.875em;
  height: 1.875em;
}
.module-projectlist .project-list .project-list-row .icon-checkmark::before {
  transform: translate3d(-1px, 0, 0);
}
.module-projectlist .project-list .project-list-row .icon-checkmark, .module-projectlist .project-list .project-list-row .icon-checkmark::before {
  display: block;
}
.module-projectlist .show-more {
  padding-top: 3.75em;
}
.module-projectlist .show-more .crazy-link {
  cursor: pointer;
  font-size: 1.3125em;
}

/* End - module 'projectlist' */
/* Start - module 'magazines' */
article.module-magazines > h3 {
  font-family: reitamregular;
  text-transform: uppercase;
}

article.module-magazines > .freetext * {
  font-family: simplon_bp_regularregular;
}

article.module-magazines > .freetext strong {
  font-family: simplon_bp_boldbold;
}

article.module-magazines > .magazines > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

article.module-magazines > .magazines > div > div > p {
  font-family: simplon_bp_regularregular;
  white-space: nowrap;
}

.no-mobile article.module-magazines > .magazines > div > div > p > a {
  -webkit-transition: opacity ease 300ms;
  -moz-transition: opacity ease 300ms;
  -o-transition: opacity ease 300ms;
  transition: opacity ease 300ms;
}
.no-mobile article.module-magazines > .magazines > div > div > p > a:hover {
  opacity: 0.5;
}

article.module-magazines > .magazines > div > div > p > a > strong {
  font-family: simplon_bp_boldbold;
}

article.module-magazines > .magazines > div > div > a {
  display: block;
  position: relative;
}

article.module-magazines > .magazines > div > div > a > div {
  display: none;
}

.no-mobile article.module-magazines > .magazines > div > div > a:hover div {
  background-color: rgba(125, 159, 156, 0.9);
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.no-mobile article.module-magazines > .magazines > div > div > a:hover div > span {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: rgb(255,255,255);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}
.no-mobile article.module-magazines > .magazines > div > div > a:hover div > span:before {
  display: block;
}

/* End - module 'magazines' */
/* Start - module 'news' */
article.module-news {
  position: relative;
}

article.module-news > h2 {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: reitamregular;
  position: absolute;
  left: 50%;
}

article.module-news > div > * {
  float: left;
}

article.module-news > div:nth-child(2n+1) > * {
  float: right;
}

article.module-news > div > a {
  position: relative;
}

.no-mobile article.module-news > div > a:hover > div {
  background-color: rgba(125, 159, 156, 0.9);
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.no-mobile article.module-news > div > a:hover > div > span {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: rgb(255,255,255);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}
.no-mobile article.module-news > div > a:hover > div > span:before {
  display: block;
}

article.module-news > div > a > div {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

article.module-news > div.loadmore > p {
  font-family: simplon_bp_regularregular;
  float: none;
  width: 100%;
}

.no-mobile article.module-news > div.loadmore > p {
  -webkit-transition: opacity ease 300ms;
  -moz-transition: opacity ease 300ms;
  -o-transition: opacity ease 300ms;
  transition: opacity ease 300ms;
}
.no-mobile article.module-news > div.loadmore > p:hover {
  opacity: 0.75;
}

article.module-news > div.loadmore > p > strong {
  cursor: pointer;
  font-family: simplon_bp_boldbold;
  font-size: 21px;
  font-weight: normal;
}

article.module-news > div.loadmore ~ div {
  display: none;
}

article.module-news > div.loadmore + div.spacer {
  display: block;
}

article.module-news > div > .freetext > * {
  font-family: simplon_bp_regularregular;
}

article.module-news > div > .freetext strong {
  font-family: simplon_bp_boldbold;
  font-weight: normal;
}

article.module-news > div > .freetext p.readmore {
  cursor: pointer;
  display: none;
}

.no-mobile article.module-news > div > .freetext p.readmore {
  -webkit-transition: opacity ease 300ms;
  -moz-transition: opacity ease 300ms;
  -o-transition: opacity ease 300ms;
  transition: opacity ease 300ms;
}
.no-mobile article.module-news > div > .freetext p.readmore:hover {
  opacity: 0.5;
}

article.module-news > div > .freetext p.readmore ~ p {
  display: none;
}

article.module-news .interview-link {
  color: black !important;
}

article.module-news .interview-link .icon-eye-new {
  font-size: 1.4285714286em;
}

/* End - module 'news' */
/* Start - module 'project' */
.font-black + article.module-project * {
  color: rgb(0,0,0);
}

.font-white + article.module-project * {
  color: rgb(255,255,255);
}

article.module-project > a > h3 {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
  font-family: reitamregular;
  left: 50%;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 50%;
  white-space: nowrap;
}

.no-mobile article.module-project > a * {
  -webkit-transition: opacity ease 300ms;
  -moz-transition: opacity ease 300ms;
  -o-transition: opacity ease 300ms;
  transition: opacity ease 300ms;
}

.no-mobile article.module-project > a:hover * {
  opacity: 0.5;
}

article.module-project > a > h3 + span {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  font-family: simplon_bp_regularregular;
  position: absolute;
  left: 50%;
  top: 50%;
}

article.module-project > span.icon-arrow_down {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer;
  position: absolute;
  left: 50%;
}
article.module-project > span.icon-arrow_down:before {
  display: block;
}

.no-mobile article.module-project > span.icon-arrow_down {
  -webkit-transition: opacity ease 300ms;
  -moz-transition: opacity ease 300ms;
  -o-transition: opacity ease 300ms;
  transition: opacity ease 300ms;
}
.no-mobile article.module-project > span.icon-arrow_down:hover {
  opacity: 0.75;
}

article.module-project.detail > h1 {
  font-family: reitamregular;
  text-transform: uppercase;
  white-space: nowrap;
}

article.module-project.detail > h2 {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: reitamregular;
  position: absolute;
  left: 50%;
}

article.module-project.detail .partner-crosslink {
  display: flex;
  align-items: center;
}
article.module-project.detail .partner-crosslink > *:first-child {
  width: 50%;
  float: none;
}
article.module-project.detail .partner-crosslink > *:last-child {
  display: flex;
  flex-direction: column;
  width: calc(50% - 2.8125em);
  margin-left: 2.8125em;
  float: none;
  font-family: simplon_bp_regularregular;
}
article.module-project.detail .partner-crosslink .quote {
  font-size: 2.5em;
  line-height: 1.111;
  font-family: reitamregular;
  margin-bottom: 0.45em;
}
article.module-project.detail .partner-crosslink .interview-links {
  margin-top: 2.8125em;
}
article.module-project.detail .partner-crosslink .interview-links a {
  color: black !important;
}

article.module-project.detail > .freetext * {
  font-family: simplon_bp_regularregular;
}

article.module-project.detail > .freetext strong {
  font-family: simplon_bp_boldbold;
}

article.module-project.detail > .grid a.grid-elem {
  display: block;
}

article.module-project.detail > .grid.one-column a.grid-elem {
  width: 100%;
}

article.module-project.detail > .grid > * {
  float: left;
}

article.module-project.detail > .grid.reverse > *:first-child {
  float: right;
}

article.module-project.detail > .grid.two-columns > * > div {
  position: relative;
}

article.module-project.detail > .grid.two-columns .tile-with-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: "simplon_bp_regularregular";
}

article.module-project.detail > .grid.two-columns > * > div > div > div > strong {
  font-family: simplon_bp_boldbold;
}

article.module-project.detail > .grid.two-columns > * > div > div > div > a {
  display: inline-block;
}

.no-mobile article.module-project.detail > .grid.two-columns > * > div > div > div > a {
  -webkit-transition: opacity ease 300ms;
  -moz-transition: opacity ease 300ms;
  -o-transition: opacity ease 300ms;
  transition: opacity ease 300ms;
}
.no-mobile article.module-project.detail > .grid.two-columns > * > div > div > div > a:hover {
  opacity: 0.75;
}

article.module-project.detail > .grid.two-columns > * > div > div > a > div > span {
  display: block;
}
article.module-project.detail > .grid.two-columns > * > div > div > a > div > span:before {
  display: block;
}

article.module-project.detail > div.nav {
  font-family: simplon_bp_regularregular;
}

article.module-project.detail > div.nav > a {
  opacity: 0.5;
}

article.module-project.detail > div.nav > a.active {
  opacity: 1;
}

article.module-project.detail .to-all {
  margin-top: 3.125em;
}
article.module-project.detail .to-all .crazy-link {
  font-size: 1.3125em;
}

.no-mobile article.module-project.detail > div.nav > a {
  -webkit-transition: opacity ease 300ms;
  -moz-transition: opacity ease 300ms;
  -o-transition: opacity ease 300ms;
  transition: opacity ease 300ms;
}
.no-mobile article.module-project.detail > div.nav > a:hover {
  opacity: 1;
}

.module-project .overlayy h3 {
  font-family: reitamregular;
  font-size: 2em;
}

.interview-overview .overlayy h3 {
  font-family: reitamregular;
  font-size: 1.5em;
}

/* End - module 'project' */
/* Start - module 'slider-project' */
article.module-slider-project .slide .font-black + .slide-wrapper * {
  color: rgb(0,0,0);
}

article.module-slider-project .slide .font-white + .slide-wrapper * {
  color: rgb(255,255,255);
}

article.module-slider-project .slide .slide-wrapper {
  height: inherit;
  overflow: hidden;
  position: relative;
  width: inherit;
}

article.module-slider-project .slide .slide-wrapper > a > h3 {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
  font-family: reitamregular;
  left: 50%;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 50%;
  white-space: nowrap;
}

.no-mobile article.module-slider-project .slide .slide-wrapper > a {
  -webkit-transition: opacity ease 300ms;
  -moz-transition: opacity ease 300ms;
  -o-transition: opacity ease 300ms;
  transition: opacity ease 300ms;
}
.no-mobile article.module-slider-project .slide .slide-wrapper > a:hover {
  opacity: 0.75;
}

article.module-slider-project .no-slide .slide-wrapper > a > h3 + span,
article.module-slider-project .slide .slide-wrapper > a > h3 + span {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  font-family: simplon_bp_regularregular;
  position: absolute;
  left: 50%;
  top: 50%;
}

article.module-slider-project .fp-controlArrow {
  display: none;
}

.module-slider-project .people-slide .fp-bg {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.module-slider-project .people-slide picture {
  max-width: 45%;
  width: 100%;
  transform: translateX(10%);
}
.module-slider-project .people-slide .content {
  position: absolute;
  bottom: 10%;
  left: 10%;
}
.module-slider-project .people-slide .content h3 {
  display: block;
  font-family: reitamregular;
  text-align: left;
  text-transform: uppercase;
}

/* End - module 'slider-project' */
/* Start - module 'footer' */
article.module-footer {
  background-color: #002332;
  color: rgb(255,255,255);
  height: inherit;
  min-height: 100vh;
  position: relative;
  text-align: center;
}

article.module-footer > h2 {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: reitamregular;
  position: absolute;
  left: 50%;
}

article.module-footer > div > h3 {
  display: inline-block;
  font-family: reitamregular;
  text-transform: uppercase;
}

article.module-footer > div > p {
  font-family: simplon_bp_regularregular;
}

article.module-footer > div > p strong {
  font-family: simplon_bp_boldbold;
}

.no-mobile article.module-footer > div > p a {
  -webkit-transition: opacity ease 300ms;
  -moz-transition: opacity ease 300ms;
  -o-transition: opacity ease 300ms;
  transition: opacity ease 300ms;
}
.no-mobile article.module-footer > div > p a:hover {
  opacity: 0.5;
}

article.module-footer > div > div > * {
  display: inline-block;
  vertical-align: middle;
}

.no-mobile article.module-footer > div > div > * {
  -webkit-transition: opacity ease 300ms;
  -moz-transition: opacity ease 300ms;
  -o-transition: opacity ease 300ms;
  transition: opacity ease 300ms;
}
.no-mobile article.module-footer > div > div > *:hover {
  opacity: 0.5;
}

article.module-footer > div > div > *:not(.has-icon) {
  font-family: simplon_bp_regularregular;
}

article.module-footer > div > div > * > span {
  display: block;
}
article.module-footer > div > div > * > span:before {
  display: block;
}

article.module-footer > div.vertical-bottom {
  position: absolute;
  left: 0px;
  right: 0px;
}

/* End - module 'footer' */
/* Start - module 'slider-idea' */
article.module-slider-idea .slide {
  text-align: center;
}

article.module-slider-idea .slide .font-black ~ * {
  color: rgb(0,0,0);
}

article.module-slider-idea .slide .font-white ~ * {
  color: rgb(255,255,255);
}

article.module-slider-idea .no-slide h2,
article.module-slider-idea .slide h2 {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: reitamregular;
  position: absolute;
  left: 50%;
}

article.module-slider-idea .no-slide h3,
article.module-slider-idea .slide h3 {
  display: block;
  font-family: reitamregular;
  text-transform: uppercase;
}

article.module-slider-idea .no-slide .freetext *,
article.module-slider-idea .slide .freetext * {
  font-family: simplon_bp_regularregular;
}

article.module-slider-idea .no-slide .freetext strong,
article.module-slider-idea .slide .freetext strong {
  font-family: simplon_bp_boldbold;
  font-weight: normal;
}

article.module-slider-idea .no-slide .facts > .freetext,
article.module-slider-idea .slide .facts > .freetext {
  font-family: simplon_bp_regularregular;
}

article.module-slider-idea .no-slide .facts > .freetext > strong,
article.module-slider-idea .slide .facts > .freetext > strong {
  display: block;
}

article.module-slider-idea .no-slide .facts > .freetext > span,
article.module-slider-idea .slide .facts > .freetext > span {
  cursor: pointer;
  display: none;
}

.no-mobile article.module-slider-idea .no-slide .facts > .freetext > span,
.no-mobile article.module-slider-idea .slide .facts > .freetext > span {
  -webkit-transition: opacity ease 300ms;
  -moz-transition: opacity ease 300ms;
  -o-transition: opacity ease 300ms;
  transition: opacity ease 300ms;
}
.no-mobile article.module-slider-idea .no-slide .facts > .freetext > span:hover,
.no-mobile article.module-slider-idea .slide .facts > .freetext > span:hover {
  opacity: 0.5;
}

article.module-slider-idea .slide .facts > .freetext.active > span {
  display: none;
}

article.module-slider-idea .slide .facts > .freetext > div {
  display: block;
}

article.module-slider-idea .slide .facts > .freetext.active > div {
  display: block;
}

/* End - module 'slider-idea' */
/* Start - module 'partner' */
article.module-partner {
  text-align: center;
}

article.module-partner > h2 {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: reitamregular;
  position: absolute;
  left: 50%;
}

article.module-partner > h3 {
  display: inline-block;
  font-family: reitamregular;
  text-align: left;
  text-transform: uppercase;
}

article.module-partner > .employees > div > div {
  font-family: simplon_bp_regularregular;
}

article.module-partner > .employees > div:not(.employee-detail) > div {
  -webkit-transition: opacity ease 300ms;
  -moz-transition: opacity ease 300ms;
  -o-transition: opacity ease 300ms;
  transition: opacity ease 300ms;
  cursor: pointer;
  float: left;
  white-space: nowrap;
}

.no-mobile article.module-partner > .employees > div:not(.employee-detail) > div:hover,
article.module-partner > .employees > div:not(.employee-detail) > div.active {
  opacity: 0.5;
}

article.module-partner > .employees > div:not(.employee-detail) > div > strong {
  display: block;
  font-family: simplon_bp_boldbold;
}

article.module-partner > .employees > div.employee-detail {
  display: none;
  position: relative;
}

article.module-partner > .employees > div.employee-detail > picture {
  float: left;
}

article.module-partner > .employees > div.employee-detail > picture + div {
  float: left;
  white-space: normal;
  text-align: left;
  padding-left: 5%;
}
article.module-partner > .employees > div.employee-detail > picture + div .quote {
  display: block;
  letter-spacing: 0;
  font-weight: normal;
  font-family: "reitamregular";
  text-transform: uppercase;
  font-size: 1.235294em;
  color: rgb(255, 110, 90);
}
article.module-partner > .employees > div.employee-detail > picture + div .contact-links {
  margin-top: 0.35em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
article.module-partner > .employees > div.employee-detail > picture + div .contact-links a {
  display: flex;
  align-items: center;
}
article.module-partner > .employees > div.employee-detail > picture + div .contact-links a [class*=icon-] {
  margin-right: 0.5em;
}
article.module-partner > .employees > div.employee-detail > picture + div .contact-links a [class*=icon-], article.module-partner > .employees > div.employee-detail > picture + div .contact-links a [class*=icon-]::before {
  display: block;
}
article.module-partner > .employees > div.employee-detail > picture + div > a {
  display: inline-block;
}

article.module-partner > .employees > div.employee-detail > picture + div > span {
  display: block;
}

article.module-partner > .employees > div.employee-detail > picture + div > a.no-margin-top {
  margin-top: 0px !important;
}

body.no-mobile article.module-partner > .employees > div.employee-detail > picture + div > a {
  -webkit-transition: opacity ease 300ms;
  -moz-transition: opacity ease 300ms;
  -o-transition: opacity ease 300ms;
  transition: opacity ease 300ms;
}

body.no-mobile article.module-partner > .employees > div.employee-detail > picture + div > a:hover {
  opacity: 0.5;
}

article.module-partner > .employees > div.employee-detail > picture + div > a:last-child {
  margin-top: 30px;
}

article.module-partner > .employees > div.employee-detail > picture + div > span.name {
  font-family: simplon_bp_boldbold;
}

article.module-partner > .employees > div.employee-detail > span {
  cursor: pointer;
  display: block;
  position: absolute;
}
article.module-partner > .employees > div.employee-detail > span:before {
  display: block;
}

.no-mobile article.module-partner > .employees > div.employee-detail > span {
  -webkit-transition: opacity ease 300ms;
  -moz-transition: opacity ease 300ms;
  -o-transition: opacity ease 300ms;
  transition: opacity ease 300ms;
}
.no-mobile article.module-partner > .employees > div.employee-detail > span:hover {
  opacity: 0.5;
}

article.module-partner > .employees > div.employee-detail > span.icon-arrow_left,
article.module-partner > .employees > div.employee-detail > span.icon-arrow_right {
  top: 50%;
}

article.module-partner > .employees > div.employee-detail > span.icon-close {
  top: 0px;
}

/* End - module 'partner' */
/* start module partner detail */
.module-partner.detail .upper-picture .rich-text, .module-partner.detail .upper-picture blockquote {
  padding: 1em 0 0;
}
.module-partner.detail .video-wrapper {
  position: relative;
}
.module-partner.detail .video-wrapper .icon-play {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  color: white;
  opacity: 0.8;
  transform: translate3d(-50%, -50%, 0);
  font-size: 5em;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
}
.module-partner.detail .video-wrapper .icon-play:hover {
  transform: translate3d(-50%, -50%, 0) scale(1.1);
}
.module-partner.detail .video-wrapper .icon-play, .module-partner.detail .video-wrapper .icon-play:before {
  display: block;
}
.module-partner.detail .video-wrapper.playing .icon-play {
  opacity: 0;
  visibility: hidden;
}
.module-partner.detail blockquote {
  margin: 0;
}
.module-partner.detail .lower-content h3 {
  font-size: inherit;
  font-family: "simplon_bp_boldbold";
}

.crazy-link {
  font-family: "reitamregular" !important;
  text-transform: uppercase;
  font-size: 0.75em;
  line-height: 1.4;
  border-bottom: 1px solid currentColor;
  display: inline-block;
  transition: opacity 0.3s;
}
.crazy-link:hover {
  opacity: 0.5;
}

.link-group {
  display: flex;
  margin-top: 1.3em;
}
.link-group .crazy-link {
  display: inline-block;
}
.link-group .crazy-link + .crazy-link {
  margin-left: 2.5em;
}

.employee-slider .slide {
  display: block;
  font-family: "simplon_bp_regularregular";
}
.employee-slider .slide b {
  display: inline-block;
  font-weight: normal;
  font-family: "simplon_bp_boldbold";
  font-size: 1.2em;
  margin-bottom: 0.2em;
}
.employee-slider .slide .quote {
  font-size: 1.235294em;
  font-family: reitamregular;
  line-height: 1.5;
}
.employee-slider .slide .crazy-link {
  font-size: inherit;
}
.employee-slider .slide .crazy-link:hover {
  opacity: 0.5;
}
.employee-slider .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.employee-slider .slick-arrow.slick-next {
  right: -1.5em;
}
.employee-slider .slick-arrow.slick-prev {
  left: -1.5em;
}

.d-flex {
  display: fleX;
}

.angebot .content .rich-text:first-child, .angebot .content .module-partner.detail blockquote:first-child, .module-partner.detail .angebot .content blockquote:first-child {
  flex: 1 auto;
  width: 40%;
  padding-right: 1em;
}
.angebot .content .rich-text:last-child, .angebot .content .module-partner.detail blockquote:last-child, .module-partner.detail .angebot .content blockquote:last-child {
  width: 60%;
}
.angebot .content .rich-text:last-child ul, .angebot .content .module-partner.detail blockquote:last-child ul, .module-partner.detail .angebot .content blockquote:last-child ul {
  list-style: disc outside;
  padding-left: 1.1em;
}
.angebot .content .rich-text:last-child ul li, .angebot .content .module-partner.detail blockquote:last-child ul li, .module-partner.detail .angebot .content blockquote:last-child ul li {
  line-height: 2;
  text-indent: 0;
}
.angebot .content .bold {
  font-size: 1.5em;
  line-height: 1;
  font-family: reitamregular;
}

.angebot-form .upper-content {
  align-items: center;
}
.angebot-form picture, .angebot-form .rich-text, .angebot-form .module-partner.detail blockquote, .module-partner.detail .angebot-form blockquote {
  width: 50%;
}
.angebot-form .rich-text, .angebot-form .module-partner.detail blockquote, .module-partner.detail .angebot-form blockquote {
  padding-left: 1em;
}

.module-partner .cta h3,
.angebot-form h3 {
  font-family: reitamregular;
  font-size: 2em;
  line-height: 1;
}

.row {
  display: flex;
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-top: -10px;
}
.row .col {
  padding: 10px;
  width: 33.333333%;
}

.module-partner .cta .container-l {
  display: flex;
  text-align: left;
}
.module-partner .cta .container-l > * {
  width: 50%;
}
.module-partner .cta .container-l > *:first-child {
  padding-right: 20px;
}
.module-partner .cta .container-l > *:last-child {
  padding-left: 20px;
}

::-webkit-input-placeholder {
  color: currentColor;
  opacity: 1;
}

::-moz-placeholder {
  color: currentColor;
  opacity: 1;
}

:-ms-input-placeholder {
  color: currentColor;
  opacity: 1;
}

:-moz-placeholder {
  color: currentColor;
  opacity: 1;
}

.default-form {
  position: relative;
}
.default-form input, .default-form textarea, .default-form button {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  background-color: transparent;
  border-radius: 0;
  display: block;
  width: 100%;
  border-bottom: 1px solid currentColor;
  padding-left: 1em;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
}
.default-form input.error, .default-form textarea.error, .default-form button.error {
  border-color: red;
}
.default-form input:not(:first-child) {
  margin-top: 2em;
}
.default-form label {
  padding-left: 1em;
  display: block;
  width: 100%;
  margin-top: 2em;
}
.default-form textarea {
  margin-top: 0.1em;
  border: 1px solid currentColor;
  height: 5.6em;
  resize: none;
}
.default-form [name=info] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.default-form button {
  border: none;
  width: auto;
  padding: 0;
  margin-left: 1em;
  margin-top: 1em;
  cursor: pointer;
  transition: opacity 0.2s;
  font-family: "reitamregular" !important;
  text-transform: uppercase;
  border-bottom: 1px solid currentColor;
  font-weight: normal;
}
.default-form button:hover {
  opacity: 0.5;
}

/* End - module 'partner' */
/* start module partner detail */
.content-element .video-wrapper {
  position: relative;
}
.content-element .video-wrapper .icon-play {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  color: white;
  opacity: 0.8;
  transform: translate3d(-50%, -50%, 0);
  font-size: 5em;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
}
.content-element .video-wrapper .icon-play:hover {
  transform: translate3d(-50%, -50%, 0) scale(1.1);
}
.content-element .video-wrapper .icon-play, .content-element .video-wrapper .icon-play:before {
  display: block;
}
.content-element .video-wrapper.playing .icon-play {
  opacity: 0;
  visibility: hidden;
}

/* Start - modals */
.modal article h3 {
  display: inline-block;
  font-family: reitamregular;
  text-align: left;
  text-transform: uppercase;
}

.modal article .freetext * {
  font-family: simplon_bp_regularregular;
}

.modal article .freetext strong {
  font-family: simplon_bp_boldbold;
}

.no-mobile .modal article .freetext a {
  -webkit-transition: opacity ease 300ms;
  -moz-transition: opacity ease 300ms;
  -o-transition: opacity ease 300ms;
  transition: opacity ease 300ms;
}
.no-mobile .modal article .freetext a:hover {
  opacity: 0.5;
}

.modal .gallery .slider > .slick-arrow {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 0px;
  background: none;
  cursor: pointer;
  position: absolute;
  padding: 0px;
  top: 50%;
  z-index: 100;
}
.modal .gallery .slider > .slick-arrow:before {
  display: block;
}

.no-mobile .modal .gallery .slider > .slick-arrow {
  -webkit-transition: opacity ease 300ms;
  -moz-transition: opacity ease 300ms;
  -o-transition: opacity ease 300ms;
  transition: opacity ease 300ms;
}
.no-mobile .modal .gallery .slider > .slick-arrow:hover {
  opacity: 0.5;
}

.modal .gallery .slider > .slick-arrow.slick-prev {
  left: 0px;
}

.modal .gallery .slider > .slick-arrow.slick-next {
  right: 0px;
}

.modal .gallery .slider .slick-slide {
  position: relative;
  height: 100%;
  width: 100%;
}

.modal .gallery .slider .slick-slide > img {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.internetexplorer .modal .gallery .slider .slick-slide > img {
  height: auto !important;
}

.modal .gallery,
.modal .gallery .slider,
.modal .gallery .slider .slick-list,
.modal .gallery .slider .slick-list .slick-track {
  height: 100%;
}

.modal .thumbgallery {
  background-color: rgb(255,255,255);
  padding: 2px 0px;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.modal .thumbgallery > span {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  text-align: center;
  position: absolute;
  top: 50%;
}
.modal .thumbgallery > span:before {
  display: block;
}

.modal .thumbgallery > span.icon-arrow_left {
  left: 0px;
}

.modal .thumbgallery > span.icon-arrow_right {
  right: 0px;
}

.no-mobile .modal .thumbgallery > span {
  -webkit-transition: opacity ease 300ms;
  -moz-transition: opacity ease 300ms;
  -o-transition: opacity ease 300ms;
  transition: opacity ease 300ms;
}
.no-mobile .modal .thumbgallery > span:hover {
  opacity: 0.5;
}

.modal .thumbgallery > div {
  margin: 0px auto;
  overflow-x: scroll;
  white-space: nowrap;
}

.modal .thumbgallery > div > picture {
  -webkit-transition: opacity ease 300ms;
  -moz-transition: opacity ease 300ms;
  -o-transition: opacity ease 300ms;
  transition: opacity ease 300ms;
  border: 2px solid transparent;
  cursor: pointer;
  display: inline-block;
}

.no-mobile .modal .thumbgallery > div > picture:hover,
.modal .thumbgallery > div > picture.active {
  opacity: 0.5;
}

/* End - modals */
.share-bar {
  position: fixed;
  bottom: 0;
  right: 0;
  color: black;
}
.share-bar [class*=icon-] {
  padding: 0.25em;
  border-radius: 0.333333em;
  -webkit-transition: color .3s, opacity .3s, background-color .3s, visibility .3s;
  -moz-transition: color .3s, opacity .3s, background-color .3s, visibility .3s;
  -o-transition: color .3s, opacity .3s, background-color .3s, visibility .3s;
  transition: color .3s, opacity .3s, background-color .3s, visibility .3s;
}
.share-bar [class*=icon-], .share-bar [class*=icon-]:before {
  display: block;
}
.share-bar [class*=icon-]:hover {
  cursor: pointer;
  opacity: 0.5;
}
.share-bar .shareables {
  position: absolute;
  display: flex;
  right: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.share-bar .shareables > * + * {
  margin-left: 1em;
}
.share-bar.active .icon-share {
  opacity: 0;
  visibility: hidden;
}
.share-bar.active .shareables {
  opacity: 1;
  visibility: visible;
}

.overflow-hidden {
  overflow: hidden;
}

a#logo,
span.icon-burger,
body > span.icon-close {
  cursor: pointer;
  display: block;
  line-height: 0px;
  position: fixed;
}

body > span.icon-close {
  color: rgb(0,0,0);
  display: none;
}

body > .modal ~ span.icon-close {
  display: block;
}

a#logo {
  z-index: 15;
}

span.icon-burger {
  color: transparent;
  top: 0px;
  right: 0px;
  z-index: 10;
}

body > span.icon-close {
  display: none;
  top: 0px;
  right: 0px;
  z-index: 30;
}

a#logo > svg {
  width: auto;
}

a#logo svg path {
  -webkit-transition: fill ease 300ms;
  -moz-transition: fill ease 300ms;
  -o-transition: fill ease 300ms;
  transition: fill ease 300ms;
}

span.icon-burger,
body > span.icon-close {
  -webkit-transition: color ease 300ms, opacity ease 300ms;
  -moz-transition: color ease 300ms, opacity ease 300ms;
  -o-transition: color ease 300ms, opacity ease 300ms;
  transition: color ease 300ms, opacity ease 300ms;
}
span.icon-burger:before,
body > span.icon-close:before {
  display: block;
}

body.no-mobile span.icon-burger:hover,
body.no-mobile span.icon-close:hover {
  opacity: 0.5;
}

body.background-black a#logo svg path {
  fill: rgb(255,255,255);
}

body.background-white a#logo svg path {
  fill: rgb(0,0,0);
}

body.background-white .share-bar [class*=icon-],
body.background-black span.icon-burger {
  color: rgb(255,255,255);
}

body.background-black .share-bar [class*=icon-],
body.background-white span.icon-burger {
  color: rgb(0,0,0);
}

body.background-black .share-bar [class*=icon-] {
  background-color: rgb(255,255,255);
}

body.background-white .share-bar [class*=icon-] {
  background-color: rgb(0,0,0);
}

.nav-backdrop {
  z-index: 14;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: black;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity ease 300ms;
  -moz-transition: opacity ease 300ms;
  -o-transition: opacity ease 300ms;
  transition: opacity ease 300ms;
}

nav {
  -webkit-transition: transform ease 300ms;
  -moz-transition: transform ease 300ms;
  -o-transition: transform ease 300ms;
  transition: transform ease 300ms;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  background-color: rgb(255,255,255);
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow-x: hidden;
  overflow-y: scroll;
  z-index: 15;
  display: flex;
}
nav .scroll-container {
  margin-top: auto;
  margin-bottom: auto;
}

nav.open {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
nav.open + .nav-backdrop {
  opacity: 0.5;
}

nav ul > li {
  position: relative;
  transition: opacity 0.2s;
}
nav ul > li a {
  transition: transform 0.2s;
}
nav ul > li span {
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0;
}
nav ul > li span:before {
  color: rgb(0,0,0);
  content: ".";
  display: block;
  font-family: reitamregular;
  line-height: 0px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-170%, -50%, 0);
  transition: transform 0.2s;
}

body.no-mobile nav ul > li:hover,
nav ul > li.active {
  opacity: 0.5;
}
body.no-mobile nav ul > li:hover a,
nav ul > li.active a {
  transform: translate3d(9px, 0, 0);
}
body.no-mobile nav ul > li:hover span:before,
nav ul > li.active span:before {
  transform: translate3d(-50%, -50%, 0);
}

nav ul > li > a,
nav ul > li > a + ul > li > a {
  color: rgb(0,0,0);
  display: block;
  font-family: reitamregular;
  text-transform: uppercase;
  white-space: nowrap;
}

nav ul > li > a + ul > li > a.force-transparency {
  opacity: 0.5;
}

.no-mobile nav ul > li > a + ul > li > a {
  -webkit-transition: opacity ease 300ms;
  -moz-transition: opacity ease 300ms;
  -o-transition: opacity ease 300ms;
  transition: opacity ease 300ms;
}
.no-mobile nav ul > li > a + ul > li > a:hover {
  opacity: 0.5;
}

.no-mobile nav ul > li > a + ul > li > a.force-transparency {
  opacity: 0.5;
}
.no-mobile nav ul > li > a + ul > li > a.force-transparency:hover {
  opacity: 1;
}

nav span.icon-close {
  -webkit-transition: opacity ease 300ms;
  -moz-transition: opacity ease 300ms;
  -o-transition: opacity ease 300ms;
  transition: opacity ease 300ms;
  color: rgb(0,0,0);
  cursor: pointer;
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
}
nav span.icon-close:before {
  display: block;
}

.no-mobile nav span.icon-close:hover {
  opacity: 0.5;
}

.modal {
  background-color: rgb(255,255,255);
  color: rgb(0,0,0);
  position: fixed;
  overflow: auto;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  z-index: 20;
}

.modal > form > span.icon-order,
form.event-form > span.icon-order {
  color: rgb(0,0,0);
  display: block;
  margin: 0px auto;
}
.modal > form > span.icon-order:before,
form.event-form > span.icon-order:before {
  display: block;
}

.modal > form > h3,
form.event-form > h3 {
  color: rgb(0,0,0);
  font-family: simplon_bp_boldbold;
}

.modal > form > div > *,
form.event-form > div > * {
  color: rgb(0,0,0);
  font-family: simplon_bp_regularregular;
  float: left;
}

.modal > form > div p,
form.event-form > div p {
  float: none;
}

.modal > form > div strong,
form.event-form > div strong {
  color: rgb(0,0,0);
  font-family: simplon_bp_boldbold;
}

.modal > form > div > label,
form.event-form > div > label {
  color: rgb(0,0,0);
}

.modal > form > div.checkboxes > div > *,
form.event-form > div.checkboxes > div > * {
  float: left;
}

.modal > form > div.checkboxes > div > div,
form.event-form > div.checkboxes > div > div {
  border: 1px solid rgb(0,0,0);
  position: relative;
}

.modal > form > div.checkboxes > div > div > input[type=checkbox],
form.event-form > div.checkboxes > div > div > input[type=checkbox] {
  cursor: pointer;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  height: 100%;
  width: 100%;
}

.modal > form > div.checkboxes > div > div > input[type=checkbox] + span,
form.event-form > div.checkboxes > div > div > input[type=checkbox] + span {
  background-color: rgb(41, 56, 60);
  display: none;
}

.modal > form > div.checkboxes > div > div > input[type=checkbox]:checked + span,
form.event-form > div.checkboxes > div > div > input[type=checkbox]:checked + span {
  display: block;
}

.modal > form > div.checkboxes > div > label,
form.event-form > div.checkboxes > div > label {
  color: rgb(0,0,0);
  cursor: pointer;
  font-family: simplon_bp_regularregular;
}

.modal > form > div > input[type=text],
form.event-form > div > input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid rgb(0,0,0);
  color: rgb(0,0,0);
}

.modal > form > div > input[type=text].error,
form.event-form > div > input[type=text].error {
  background-color: #D01F3C;
}

.modal > form > div > input[type=submit],
form.event-form > div > input[type=submit] {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  background-color: rgb(41, 56, 60);
  border: 1px solid rgb(41, 56, 60);
  color: rgb(255,255,255);
  cursor: pointer;
  font-family: simplon_bp_boldbold;
  padding: 0px;
  text-align: center;
}

.reference-slider {
  overflow: hidden;
}
.reference-slider .swiper {
  overflow: visible;
}

.swiper, .outer-swiper-wrapper {
  position: relative;
}
.swiper [class*=swiper-button], .outer-swiper-wrapper [class*=swiper-button] {
  color: black;
  background-color: white;
  border-radius: 50%;
  display: block;
  padding: 16px;
  height: auto;
  width: auto;
  top: 50%;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.25);
  opacity: 1;
  transition: box-shadow 0.25s, opacity 0.4s;
}
.swiper [class*=swiper-button].swiper-button-disabled, .outer-swiper-wrapper [class*=swiper-button].swiper-button-disabled {
  opacity: 0;
}
.swiper [class*=swiper-button]:hover, .outer-swiper-wrapper [class*=swiper-button]:hover {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
}
.swiper [class*=swiper-button] span, .outer-swiper-wrapper [class*=swiper-button] span {
  overflow: hidden;
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
}
.swiper [class*=swiper-button] span::before, .swiper [class*=swiper-button] span::after, .outer-swiper-wrapper [class*=swiper-button] span::before, .outer-swiper-wrapper [class*=swiper-button] span::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, calc(-50% + 1px), 0);
  vertical-align: middle;
  line-height: 1;
  transition: transform 0.25s;
}
.swiper [class*=swiper-button].swiper-button-prev, .outer-swiper-wrapper [class*=swiper-button].swiper-button-prev {
  left: 0;
  transform: translate3d(-50%, -50%, 0);
  margin-top: 0;
}
.swiper [class*=swiper-button].swiper-button-prev span::before, .outer-swiper-wrapper [class*=swiper-button].swiper-button-prev span::before {
  transform: translate3d(calc(-50% - 1px), calc(-50% + 1px), 0);
}
.swiper [class*=swiper-button].swiper-button-prev span::after, .outer-swiper-wrapper [class*=swiper-button].swiper-button-prev span::after {
  transform: translate3d(300%, calc(-50% + 1px), 0);
}
.swiper [class*=swiper-button].swiper-button-prev span::before, .outer-swiper-wrapper [class*=swiper-button].swiper-button-prev span::before {
  content: url("data:image/svg+xml,%3Csvg style='display:block;' width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 13L1 7L7 1' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E ");
}
.swiper [class*=swiper-button].swiper-button-prev span::after, .outer-swiper-wrapper [class*=swiper-button].swiper-button-prev span::after {
  content: url("data:image/svg+xml,%3Csvg style='display:block;' width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 13L1 7L7 1' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E ");
}
.swiper [class*=swiper-button].swiper-button-prev:hover span::before, .outer-swiper-wrapper [class*=swiper-button].swiper-button-prev:hover span::before {
  transform: translate3d(-300%, calc(-50% + 1px), 0);
}
.swiper [class*=swiper-button].swiper-button-prev:hover span::after, .outer-swiper-wrapper [class*=swiper-button].swiper-button-prev:hover span::after {
  transform: translate3d(calc(-50% - 1px), calc(-50% + 1px), 0);
}
.swiper [class*=swiper-button].swiper-button-next, .outer-swiper-wrapper [class*=swiper-button].swiper-button-next {
  right: 0;
  transform: translate3d(50%, -50%, 0);
  margin-top: 0;
}
.swiper [class*=swiper-button].swiper-button-next span::before, .outer-swiper-wrapper [class*=swiper-button].swiper-button-next span::before {
  transform: translate3d(calc(-50% + 1px), calc(-50% + 1px), 0);
}
.swiper [class*=swiper-button].swiper-button-next span::after, .outer-swiper-wrapper [class*=swiper-button].swiper-button-next span::after {
  transform: translate3d(-300%, calc(-50% + 1px), 0);
}
.swiper [class*=swiper-button].swiper-button-next span::before, .outer-swiper-wrapper [class*=swiper-button].swiper-button-next span::before {
  content: url("data:image/svg+xml,%3Csvg style='display:block;' width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 13L7 7L1 1' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E ");
}
.swiper [class*=swiper-button].swiper-button-next span::after, .outer-swiper-wrapper [class*=swiper-button].swiper-button-next span::after {
  content: url("data:image/svg+xml,%3Csvg style='display:block;' width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 13L7 7L1 1' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E ");
}
.swiper [class*=swiper-button].swiper-button-next:hover span::before, .outer-swiper-wrapper [class*=swiper-button].swiper-button-next:hover span::before {
  transform: translate3d(300%, calc(-50% + 1px), 0);
}
.swiper [class*=swiper-button].swiper-button-next:hover span::after, .outer-swiper-wrapper [class*=swiper-button].swiper-button-next:hover span::after {
  transform: translate3d(calc(-50% + 1px), calc(-50% + 1px), 0);
}
.swiper [class*=swiper-button]::after, .outer-swiper-wrapper [class*=swiper-button]::after {
  display: none;
}
.swiper .swiper-pagination, .outer-swiper-wrapper .swiper-pagination {
  position: absolute;
  bottom: 1.1em;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  display: flex;
  width: auto;
}
.swiper .swiper-pagination .swiper-pagination-bullet, .outer-swiper-wrapper .swiper-pagination .swiper-pagination-bullet {
  color: white;
  font-family: simplon_bp_regularregular;
  background-color: transparent;
  width: auto;
  height: auto;
  display: block;
  margin: 0;
}
.swiper .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet, .outer-swiper-wrapper .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 1.4285714286em;
}

#cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 19;
  background-color: white;
  color: black;
  padding-top: 2em;
  padding-bottom: 2em;
}
#cookie-banner .container-l {
  display: flex;
  align-items: flex-end;
}
#cookie-banner .container-l > div {
  padding-right: 4em;
}
#cookie-banner .rich-text > *, #cookie-banner .module-partner.detail blockquote > *, .module-partner.detail #cookie-banner blockquote > * {
  font-size: 0.7619047619em;
}
#cookie-banner b {
  display: block;
  font-weight: normal;
  font-family: "reitamregular";
}
#cookie-banner .rich-text a, #cookie-banner .module-partner.detail blockquote a, .module-partner.detail #cookie-banner blockquote a {
  text-decoration: underline;
}
#cookie-banner button {
  appearance: none;
  background: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  padding: 0;
}

article.module-footer > div > .imprint-div a {
  opacity: 0.5;
  transition: opacity 0.2s;
}
article.module-footer > div > .imprint-div a:hover {
  opacity: 1;
}

.move-to-contact {
  cursor: pointer;
  display: none;
}

/* necessary for keyframe-animations */
@media only screen and (max-width: 750px) {
  .container-l {
    width: 150.6666666667vw;
  }
  .container-m {
    width: 124vw;
  }
  .container-s {
    width: 90.6666666667vw;
  }
  .spacer {
    height: calc(6vw * 3);
  }
  .spacer + .spacer {
    height: calc(6vw * 1.5);
  }
  .h1 {
    font-size: 8vw;
    line-height: 9.6vw;
    margin-bottom: 6vw;
  }
  .h1 + .rich-text, .module-partner.detail .h1 + blockquote {
    margin-bottom: 6vw;
  }
  .navigation-title {
    font-size: 2.5333333333vw;
    letter-spacing: 0.2666666667vw;
    line-height: 2.5333333333vw; /* yes, this is correct */
    top: 6vw;
  }
  .rich-text, .module-partner.detail blockquote, h4, .default-form, .swiper-pagination {
    font-size: 4vw;
  }
  .link-group {
    margin-top: 6.6666666667vw;
  }
  .link-group .crazy-link {
    font-size: 4vw;
  }
  .interview-links {
    margin-bottom: 1em;
  }
  .interview-links a {
    font-size: 4vw;
  }
  /* Start - general 'sliders' */
  .fp-slidesNav.bottom {
    bottom: 6vw;
  }
  .fp-controlArrow {
    font-size: 9.3333333333vw;
  }
  .fp-controlArrow.fp-prev {
    left: calc(6vw - 6vw / 3);
  }
  .fp-controlArrow.fp-next {
    right: calc(6vw - 6vw / 3);
  }
  .fp-section > .fp-slidesNav ul li a {
    padding: calc(2.6666666667vw / 2);
  }
  .fp-section > .fp-slidesNav ul li a span {
    font-size: 4vw;
    height: 4vw !important; /* yes, this is correct */
    width: 4vw !important; /* yes, this is correct */
  }
  /* End - general 'sliders' */
  /* Start - module 'projectlist' */
  article.module-projectlist h2 {
    font-size: 2.5333333333vw;
    letter-spacing: 0.2666666667vw;
    line-height: 2.5333333333vw; /* yes, this is correct */
    top: 6vw;
  }
  article.module-projectlist h3 {
    font-size: 8vw;
    line-height: 9.6vw;
    margin-bottom: 6vw;
  }
  /* End - module 'projectlist' */
  /* Start - module 'magazines' */
  article.module-magazines > h3 {
    font-size: 8vw;
    line-height: 9.6vw;
    margin-bottom: 2.6666666667vw;
  }
  article.module-magazines > .freetext {
    margin-bottom: 6vw;
  }
  article.module-magazines > .freetext * {
    font-size: 4vw;
    line-height: 5.3333333333vw;
  }
  article.module-magazines > .freetext * + * {
    margin-top: 5.3333333333vw;
  }
  .interview-overview .container-l,
  article.module-magazines > .magazines {
    width: 112vw;
  }
  article.module-magazines > .magazines > div + div {
    margin-top: 2.6666666667vw;
  }
  article.module-magazines > .magazines > div > div {
    font-size: 4vw;
    line-height: 5.3333333333vw;
    width: calc((100% - 2.6666666667vw * 2) / 3 - 1px);
  }
  article.module-magazines > .magazines > div > div + div {
    margin-left: 2.6666666667vw;
  }
  article.module-magazines > .magazines > div > div > a {
    margin-bottom: calc(2.6666666667vw / 2);
  }
  .no-mobile article.module-magazines > .magazines > div > div > a:hover div > span {
    font-size: 17.3333333333vw;
  }
  /* End - module 'magazines' */
  /* Start - module 'news' */
  article.module-news > h2 {
    font-size: 2.5333333333vw;
    letter-spacing: 0.2666666667vw;
    line-height: 2.5333333333vw; /* yes, this is correct */
    top: 6vw;
  }
  article.module-news > div + div {
    margin-top: 18vw;
  }
  article.module-news > div.spacer + div {
    margin-top: 0px;
  }
  article.module-news > div > * {
    width: calc((100% - 2.6666666667vw) / 2 - 0.1px);
  }
  article.module-news > div.loadmore > p > strong {
    font-size: 4vw;
    line-height: 5.3333333333vw;
  }
  article.module-news > div > * + * {
    margin-left: 2.6666666667vw;
  }
  article.module-news > div:nth-child(2n+1) > * + * {
    margin-left: 0px;
  }
  article.module-news > div:nth-child(2n+1) > *:first-child {
    margin-left: 2.6666666667vw;
  }
  .no-mobile article.module-news > div > a:hover > div > span {
    font-size: 17.3333333333vw;
  }
  article.module-news > div > .freetext * {
    font-size: 4vw;
    line-height: 5.3333333333vw;
  }
  article.module-news > div > .freetext * + * {
    margin-top: 5.3333333333vw;
  }
  article.module-news > div > .freetext *:first-child + * {
    margin-top: 0px;
  }
  article.module-news > div > .freetext .readmore {
    margin-top: 0px;
  }
  /* End - module 'news' */
  /* Start - module 'project' */
  article.module-project > a > h3 {
    font-size: 8vw;
    line-height: 9.6vw;
    text-shadow: 0px 0px 1.3333333333vw rgba(0, 0, 0, 0.5);
  }
  article.module-project > a > h3 span {
    font-size: 4vw;
  }
  article.module-project > a > h3.lines-2 + span {
    margin-top: calc(9.6vw + 2.6666666667vw);
  }
  article.module-project > span.icon-arrow_down {
    font-size: 9.3333333333vw;
    bottom: calc(6vw - 6vw / 3); /* fix square-space */
  }
  /* End - module 'project' */
  /* Start - module 'slider-project' */
  article.module-slider-project .no-slide .slide-wrapper > a > h3,
  article.module-slider-project .slide .slide-wrapper > a > h3 {
    font-size: 8vw;
    line-height: 9.6vw;
    text-shadow: 0px 0px 1.3333333333vw rgba(0, 0, 0, 0.5);
  }
  article.module-slider-project .no-slide .slide-wrapper > a > h3 span,
  article.module-slider-project .slide .slide-wrapper > a > h3 span {
    font-size: 4vw;
  }
  article.module-slider-project .no-slide .slide-wrapper > a > h3.lines-2 + span,
  article.module-slider-project .slide .slide-wrapper > a > h3.lines-2 + span {
    margin-top: calc(9.6vw + 2.6666666667vw);
  }
  article.module-project.detail > h1 {
    font-size: 8vw;
    line-height: 9.6vw;
    margin-bottom: 6vw;
  }
  article.module-project.detail .project-slider {
    overflow: visible;
  }
  article.module-project.detail > h2 {
    font-size: 2.5333333333vw;
    letter-spacing: 0.2666666667vw;
    line-height: 2.5333333333vw; /* yes, this is correct */
    top: 6vw;
  }
  article.module-project.detail > .freetext {
    margin-bottom: calc(5.3333333333vw * 2);
  }
  article.module-project.detail > .freetext * {
    font-size: 4vw;
    line-height: 5.3333333333vw;
  }
  article.module-project.detail > .freetext * + * {
    margin-top: calc(5.3333333333vw * 0.75);
  }
  article.module-project.detail > .grid + .grid {
    margin-top: 6vw;
  }
  article.module-project.detail > .grid.two-columns > * {
    width: calc((100% - 6vw) / 2);
  }
  article.module-project.detail > .grid.two-columns:not(.reverse) > * + * {
    margin-left: 6vw;
  }
  article.module-project.detail > .grid.two-columns.reverse > *:first-child {
    margin-left: 6vw;
  }
  article.module-project.detail > .grid.two-columns > * > div:last-child:not(:first-child),
  article.module-project.detail > .grid.two-columns > * > a:last-child:not(:first-child) {
    margin-top: 6vw;
  }
  article.module-project.detail > .grid.two-columns > * > div > div > div {
    font-size: 4vw;
    line-height: 5.3333333333vw;
    padding: 6vw;
  }
  article.module-project.detail > .grid.two-columns > * > div > div > div > a + a {
    margin-left: 2.6666666667vw;
  }
  article.module-project.detail > .grid.two-columns > * > div > div > div > a > span {
    font-size: 5.3333333333vw;
  }
  article.module-project.detail > div.nav {
    margin-top: 6vw;
  }
  article.module-project.detail > div.nav > a {
    font-size: 4vw;
    line-height: 5.3333333333vw;
  }
  article.module-project.detail > div.nav > a + a {
    margin-left: 2.6666666667vw;
  }
  article.module-project.detail .partner-crosslink > *:last-child {
    width: calc(50% - 6vw);
    margin-left: 6vw;
  }
  article.module-project.detail .partner-crosslink .quote {
    font-size: 5.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
  article.module-project.detail .partner-crosslink .interview-links {
    margin-top: 6vw;
  }
  .module-slider-project .people-slide .content h3 {
    font-size: 8vw;
    line-height: 1.368;
    margin-bottom: 2.6666666667vw;
  }
  .module-slider-project .people-slide .content .crazy-link {
    font-size: 2.5333333333vw;
  }
  /* End - module 'slider-project' */
  /* Start - module 'footer' */
  article.module-footer > h2 {
    font-size: 2.5333333333vw;
    letter-spacing: 0.2666666667vw;
    line-height: 2.5333333333vw; /* yes, this is correct */
    top: 6vw;
  }
  article.module-footer > div > h3 {
    font-size: 8vw;
    line-height: 9.6vw;
  }
  article.module-footer > div > p {
    font-size: 4vw;
    line-height: 5.3333333333vw;
  }
  article.module-footer > div > div:not(.imprint-div) {
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
  article.module-footer > div > div.imprint-div {
    margin-top: 2.6666666667vw;
  }
  article.module-footer > div > div > * {
    font-size: 6vw;
    line-height: 5.6vw;
  }
  article.module-footer > div > div > *.imprint-link {
    font-size: 2.5333333333vw;
  }
  article.module-footer > div > div > * + * {
    margin-left: 2.6666666667vw;
  }
  article.module-footer > div.vertical-bottom {
    bottom: 6vw;
  }
  /* End - module 'footer' */
  /* Start - module 'slider-idea' */
  article.module-slider-idea .no-slide h2,
  article.module-slider-idea .slide h2 {
    font-size: 2.5333333333vw;
    letter-spacing: 0.2666666667vw;
    line-height: 2.5333333333vw; /* yes, this is correct */
    top: 6vw;
  }
  article.module-slider-idea .no-slide h3,
  article.module-slider-idea .slide h3 {
    font-size: 8vw;
    line-height: 9.6vw;
    margin-bottom: 6vw;
  }
  article.module-slider-idea .no-slide .freetext *,
  article.module-slider-idea .slide .freetext * {
    font-size: 4vw;
    line-height: 5.3333333333vw;
  }
  article.module-slider-idea .no-slide .facts > div + div,
  article.module-slider-idea .slide .facts > div + div {
    margin-top: 6vw;
  }
  article.module-slider-idea .no-slide .facts > .freetext,
  article.module-slider-idea .no-slide .facts > .freetext *,
  article.module-slider-idea .slide .facts > .freetext,
  article.module-slider-idea .slide .facts > .freetext * {
    font-size: 4vw;
    line-height: 5.3333333333vw;
  }
  /* End - module 'slider-idea' */
  /* Start - module 'partner' */
  article.module-partner > h2 {
    font-size: 2.5333333333vw;
    letter-spacing: 0.2666666667vw;
    line-height: 2.5333333333vw; /* yes, this is correct */
    top: 6vw;
  }
  article.module-partner > h3 {
    font-size: 8vw;
    line-height: 9.6vw;
    margin-bottom: 6vw;
  }
  article.module-partner > .employees > div + div {
    margin-top: 6vw;
  }
  article.module-partner > .employees > div > div {
    font-size: 2.5333333333vw;
    line-height: 3.3333333333vw;
    width: calc((100% - 2.6666666667vw * 3) / 4 - 0.1px);
  }
  article.module-partner > .employees > div > div + div {
    margin-left: 2.6666666667vw;
  }
  article.module-partner > .employees > div > div > picture {
    margin-bottom: 2.6666666667vw;
  }
  article.module-partner > .employees > div.employee-detail > picture {
    margin-right: 2.6666666667vw;
    width: calc((100% - 2.6666666667vw) / 2 - 0.1px);
  }
  article.module-partner > .employees > div.employee-detail > picture + div {
    font-size: 2.5333333333vw;
    line-height: 1.42;
    width: calc((100% - 2.6666666667vw) / 2 - 0.1px);
  }
  article.module-partner > .employees > div.employee-detail > picture + div > * + * {
    margin-top: 5.3333333333vw;
  }
  article.module-partner > .employees > div.employee-detail > picture + div > span {
    font-size: 4vw;
    line-height: 1.42;
  }
  article.module-partner > .employees > div.employee-detail > picture + div > span + span {
    margin-top: 0px;
  }
  article.module-partner > .employees > div.employee-detail > span {
    font-size: 4vw;
  }
  article.module-partner > .employees > div.employee-detail > span.icon-close {
    right: -6vw;
  }
  article.module-partner > .employees > div.employee-detail > span.icon-arrow_left {
    left: -6vw;
  }
  article.module-partner > .employees > div.employee-detail > span.icon-arrow_right {
    right: -6vw;
  }
  .module-partner.detail .h2,
  .module-partner.detail blockquote {
    font-size: 8vw;
    margin: 12vw 0;
  }
  .module-partner.detail .h2 b:not([style]), .module-partner.detail .h2 strong:not([style]),
  .module-partner.detail blockquote b:not([style]),
  .module-partner.detail blockquote strong:not([style]) {
    font-weight: inherit;
    display: block;
    font-size: 0.5em;
    margin-top: 0.5em;
  }
  .module-partner.detail .h2:first-child,
  .module-partner.detail blockquote:first-child {
    margin-top: 0;
  }
  .module-partner.detail .h2 {
    font-family: "simplon_bp_boldbold";
    line-height: 1.2;
  }
  .module-partner.detail .lower-content {
    padding-top: 12vw;
  }
  .module-partner.detail .lower-content h3 {
    margin-top: 6vw;
  }
  .module-partner.detail .lower-content h3:first-child {
    margin-top: 0;
  }
  .module-partner.detail .h4 {
    margin-bottom: 2.6666666667vw;
  }
  .employee-slider {
    margin-left: -2.6666666667vw;
    margin-right: -2.6666666667vw;
  }
  .employee-slider .slide {
    padding: 0 2.6666666667vw;
  }
  .employee-slider .slide picture {
    margin-bottom: 2.6666666667vw;
  }
  .employee-slider .slide .quote {
    margin: 2.6666666667vw 0;
  }
  .employee-slider .slick-arrow {
    font-size: 4vw;
  }
  /* End - module 'partner' */
  /* Start - modals */
  .modal article h3 {
    font-size: 8vw;
    line-height: 9.6vw;
    margin-bottom: 6vw;
  }
  .modal article .freetext * {
    font-size: 4vw;
    line-height: 5.3333333333vw;
  }
  .modal article .freetext * + * {
    margin-top: 5.3333333333vw;
  }
  .modal .gallery .slider > .slick-arrow {
    font-size: 9.3333333333vw;
  }
  .modal .thumbgallery > span {
    font-size: 4vw;
    width: 6vw;
  }
  .modal .thumbgallery > div {
    width: calc(100% - 6vw - 6vw);
  }
  /* End - modals */
  .angebot .content {
    padding-top: 12vw;
  }
  .angebot .content .d-flex + .d-flex {
    margin-top: 9vw;
  }
  .angebot .content .rich-text:first-child, .angebot .content .module-partner.detail blockquote:first-child, .module-partner.detail .angebot .content blockquote:first-child {
    padding-left: 5.3333333333vw;
  }
  .angebot-form .upper-content {
    padding-bottom: 12vw;
  }
  a#logo {
    left: 6vw;
    top: 6vw;
  }
  a#logo > svg {
    height: 9.3333333333vw;
  }
  .share-bar {
    bottom: 6vw;
    right: 6vw;
  }
  .share-bar [class*=icon-] {
    font-size: 2.6666666667vw;
  }
  span.icon-burger,
  body > span.icon-close {
    font-size: 4vw;
    padding: 6vw;
  }
  nav {
    width: 100%;
    max-width: 480px;
    padding: 6vw !important;
  }
  nav ul {
    margin: 0;
  }
  nav ul > li > a {
    font-size: 5.2vw;
    line-height: 0.8;
  }
  nav ul > li {
    padding-left: 4.2666666667vw;
  }
  nav ul > li span {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
  nav ul > li span:before {
    font-size: 12.6666666667vw;
    margin-top: -3.4666666667vw;
  }
  nav ul > li + li {
    margin-top: calc(6.6666666667vw);
  }
  nav ul > li > a + ul {
    margin-top: 2.6666666667vw;
  }
  nav ul > li > ul > li > a {
    font-size: 4.6666666667vw;
    line-height: 0.8;
  }
  nav ul > li > ul > li + li {
    margin-top: 2.6666666667vw;
  }
  nav .navigation-social-links {
    display: flex;
    margin-top: 12vw;
    padding-left: 4.2666666667vw;
  }
  nav .navigation-social-links a {
    font-size: 5.0666666667vw;
    color: black;
    transition: opacity 0.25s;
  }
  nav .navigation-social-links a + a {
    margin-left: 2.1333333333vw;
  }
  nav .navigation-social-links a span, nav .navigation-social-links a span::before {
    display: block;
  }
  nav .navigation-social-links a:hover {
    opacity: 0.5;
  }
  nav span.icon-close {
    font-size: 4vw;
    padding: 6vw;
  }
  .modal > form > span.icon-order,
  form.event-form > span.icon-order {
    font-size: 17.3333333333vw;
    height: 17.3333333333vw;
    margin-bottom: 6vw;
    width: 17.3333333333vw;
  }
  .modal > form > h3,
  form.event-form > h3 {
    font-size: 4vw;
    line-height: 5.6vw;
  }
  .modal > form > h3 + div,
  form.event-form > h3 + div {
    margin-top: 2.6666666667vw !important;
  }
  .modal > form > div p,
  form.event-form > div p {
    font-size: 4vw;
    line-height: 5.3333333333vw;
  }
  .modal > form > div + div,
  form.event-form > div + div {
    margin-top: 2.6666666667vw;
  }
  .modal > form > div > * + div,
  form.event-form > div > * + div {
    margin-left: 6vw;
  }
  .modal > form > div.freetext + div {
    margin-top: 6vw;
  }
  .event-form .freetext.clearfix {
    margin-top: 6vw;
  }
  .modal > form > div > label,
  form.event-form > div > label {
    font-size: 4vw;
    height: 6vw;
    line-height: 6vw;
    margin-right: 2.6666666667vw;
    width: 17.3333333333vw;
  }
  .modal > form > div.checkboxes,
  form.event-form > div.checkboxes {
    margin-top: 6vw;
    padding-left: calc(17.3333333333vw + 2.6666666667vw);
  }
  .modal > form > div.checkboxes + div.checkboxes,
  form.event-form > div.checkboxes + div.checkboxes {
    margin-top: 2.6666666667vw;
  }
  .modal > form > div.checkboxes > div > div,
  form.event-form > div.checkboxes > div > div {
    height: 6vw;
    width: 6vw;
    margin-right: 2.6666666667vw;
  }
  .modal > form > div.checkboxes > div > div > input[type=checkbox] + span,
  form.event-form > div.checkboxes > div > div > input[type=checkbox] + span {
    height: calc(6vw - 2px);
    width: calc(6vw - 2px);
  }
  .modal > form > div.checkboxes > div > label,
  form.event-form > div.checkboxes > div > label {
    font-size: 4vw;
    height: 6vw;
    line-height: 6vw;
  }
  .modal > form > div > input[type=text],
  form.event-form > div > input[type=text],
  form.event-form > div > input[type=email],
  form.event-form > div > input[type=tel] {
    font-size: 4vw;
    height: 6vw;
    line-height: 6vw;
    padding: 0px calc((6vw - 4vw) / 2);
    width: calc(100% - 17.3333333333vw - 2.6666666667vw);
  }
  .modal > form > div > input[type=submit],
  form.event-form > div > input[type=submit] {
    font-size: 4vw;
    height: 6vw;
    line-height: 6vw;
    width: calc(33.3333333333% - 2.6666666667vw);
  }
  .no-mobile .modal > form > div > input[type=submit],
  .no-mobile form.event-form > div > input[type=submit] {
    -webkit-transition: opacity ease 300ms;
    -moz-transition: opacity ease 300ms;
    -o-transition: opacity ease 300ms;
    transition: opacity ease 300ms;
  }
  .no-mobile .modal > form > div > input[type=submit]:hover,
  .no-mobile form.event-form > div > input[type=submit]:hover {
    opacity: 0.75;
  }
  .modal > form > div:last-child,
  form.event-form > div:last-child {
    margin-top: 6vw;
  }
}
/* necessary for keyframe-animations */
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  .container-l {
    width: 87vw;
  }
  .container-m {
    width: 71.5vw;
  }
  .container-s {
    width: 52vw;
  }
  .spacer {
    height: calc(3.4615384615vw * 3);
  }
  .spacer + .spacer {
    height: calc(3.4615384615vw * 1.5);
  }
  .h1 {
    font-size: 6.9230769231vw;
    line-height: 6.2307692308vw;
    margin-bottom: 3.4615384615vw;
  }
  .h1 + .rich-text, .module-partner.detail .h1 + blockquote {
    margin-bottom: 3.4615384615vw;
  }
  .navigation-title {
    font-size: 1.3076923077vw;
    letter-spacing: 0.1538461538vw;
    line-height: 1.3076923077vw; /* yes, this is correct */
    top: 3.4615384615vw;
  }
  .rich-text, .module-partner.detail blockquote, h4, .default-form, .swiper-pagination {
    font-size: 1.6153846154vw;
  }
  .link-group {
    margin-top: 4.8828125vw;
  }
  .link-group .crazy-link {
    font-size: 1.6153846154vw;
  }
  .interview-links {
    margin-bottom: 1em;
  }
  .interview-links a {
    font-size: 1.6153846154vw;
  }
  /* Start - general 'sliders' */
  .fp-slidesNav.bottom {
    bottom: 3.4615384615vw;
  }
  .fp-controlArrow {
    font-size: 5.3846153846vw;
  }
  .fp-controlArrow.fp-prev {
    left: calc(3.4615384615vw - 3.4615384615vw / 3);
  }
  .fp-controlArrow.fp-next {
    right: calc(3.4615384615vw - 3.4615384615vw / 3);
  }
  .fp-section > .fp-slidesNav ul li a {
    padding: calc(1.5384615385vw / 2);
  }
  .fp-section > .fp-slidesNav ul li a span {
    font-size: 1.6153846154vw;
    height: 1.6153846154vw !important; /* yes, this is correct */
    width: 1.6153846154vw !important; /* yes, this is correct */
  }
  /* End - general 'sliders' */
  /* Start - module 'projectlist' */
  article.module-projectlist h2 {
    font-size: 1.3076923077vw;
    letter-spacing: 0.1538461538vw;
    line-height: 1.3076923077vw; /* yes, this is correct */
    top: 3.4615384615vw;
  }
  article.module-projectlist h3 {
    font-size: 6.9230769231vw;
    line-height: 6.2307692308vw;
    margin-bottom: 3.4615384615vw;
  }
  /* End - module 'projectlist' */
  /* Start - module 'magazines' */
  article.module-magazines > h3 {
    font-size: 6.9230769231vw;
    line-height: 6.2307692308vw;
    margin-bottom: 1.5384615385vw;
  }
  article.module-magazines > .freetext {
    margin-bottom: 3.4615384615vw;
  }
  article.module-magazines > .freetext * {
    font-size: 1.6153846154vw;
    line-height: 2.3076923077vw;
  }
  article.module-magazines > .freetext * + * {
    margin-top: 2.3076923077vw;
  }
  .interview-overview .container-l,
  article.module-magazines > .magazines {
    width: 82.03125vw;
  }
  article.module-magazines > .magazines > div + div {
    margin-top: 1.5384615385vw;
  }
  article.module-magazines > .magazines > div > div {
    font-size: 1.6153846154vw;
    line-height: 2.3076923077vw;
    width: calc((100% - 1.5384615385vw * 2) / 3 - 1px);
  }
  article.module-magazines > .magazines > div > div + div {
    margin-left: 1.5384615385vw;
  }
  article.module-magazines > .magazines > div > div > a {
    margin-bottom: calc(1.5384615385vw / 2);
  }
  .no-mobile article.module-magazines > .magazines > div > div > a:hover div > span {
    font-size: 10vw;
  }
  /* End - module 'magazines' */
  /* Start - module 'news' */
  article.module-news > h2 {
    font-size: 1.3076923077vw;
    letter-spacing: 0.1538461538vw;
    line-height: 1.3076923077vw; /* yes, this is correct */
    top: 3.4615384615vw;
  }
  article.module-news > div + div {
    margin-top: 10.3846153846vw;
  }
  article.module-news > div.spacer + div {
    margin-top: 0px;
  }
  article.module-news > div > * {
    width: calc((100% - 1.5384615385vw) / 2 - 0.1px);
  }
  article.module-news > div.loadmore > p > strong {
    font-size: 1.6153846154vw;
    line-height: 2.3076923077vw;
  }
  article.module-news > div > * + * {
    margin-left: 1.5384615385vw;
  }
  article.module-news > div:nth-child(2n+1) > * + * {
    margin-left: 0px;
  }
  article.module-news > div:nth-child(2n+1) > *:first-child {
    margin-left: 1.5384615385vw;
  }
  .no-mobile article.module-news > div > a:hover > div > span {
    font-size: 10vw;
  }
  article.module-news > div > .freetext * {
    font-size: 1.6153846154vw;
    line-height: 2.3076923077vw;
  }
  article.module-news > div > .freetext * + * {
    margin-top: 2.3076923077vw;
  }
  article.module-news > div > .freetext *:first-child + * {
    margin-top: 0px;
  }
  article.module-news > div > .freetext .readmore {
    margin-top: 0px;
  }
  /* End - module 'news' */
  /* Start - module 'project' */
  article.module-project > a > h3 {
    font-size: 6.9230769231vw;
    line-height: 6.2307692308vw;
    text-shadow: 0px 0px 0.7692307692vw rgba(0, 0, 0, 0.5);
  }
  article.module-project > a > h3 span {
    font-size: 1.6153846154vw;
  }
  article.module-project > a > h3.lines-2 + span {
    margin-top: calc(6.2307692308vw + 1.5384615385vw);
  }
  article.module-project > span.icon-arrow_down {
    font-size: 5.3846153846vw;
    bottom: calc(3.4615384615vw - 3.4615384615vw / 3); /* fix square-space */
  }
  /* End - module 'project' */
  /* Start - module 'slider-project' */
  article.module-slider-project .no-slide .slide-wrapper > a > h3,
  article.module-slider-project .slide .slide-wrapper > a > h3 {
    font-size: 6.9230769231vw;
    line-height: 6.2307692308vw;
    text-shadow: 0px 0px 0.7692307692vw rgba(0, 0, 0, 0.5);
  }
  article.module-slider-project .no-slide .slide-wrapper > a > h3 span,
  article.module-slider-project .slide .slide-wrapper > a > h3 span {
    font-size: 1.6153846154vw;
  }
  article.module-slider-project .no-slide .slide-wrapper > a > h3.lines-2 + span,
  article.module-slider-project .slide .slide-wrapper > a > h3.lines-2 + span {
    margin-top: calc(6.2307692308vw + 1.5384615385vw);
  }
  article.module-project.detail > h1 {
    font-size: 6.9230769231vw;
    line-height: 6.2307692308vw;
    margin-bottom: 3.4615384615vw;
  }
  article.module-project.detail .project-slider {
    overflow: visible;
  }
  article.module-project.detail > h2 {
    font-size: 1.3076923077vw;
    letter-spacing: 0.1538461538vw;
    line-height: 1.3076923077vw; /* yes, this is correct */
    top: 3.4615384615vw;
  }
  article.module-project.detail > .freetext {
    margin-bottom: calc(2.3076923077vw * 2);
  }
  article.module-project.detail > .freetext * {
    font-size: 1.6153846154vw;
    line-height: 2.3076923077vw;
  }
  article.module-project.detail > .freetext * + * {
    margin-top: calc(2.3076923077vw * 0.75);
  }
  article.module-project.detail > .grid + .grid {
    margin-top: 3.4615384615vw;
  }
  article.module-project.detail > .grid.two-columns > * {
    width: calc((100% - 3.4615384615vw) / 2);
  }
  article.module-project.detail > .grid.two-columns:not(.reverse) > * + * {
    margin-left: 3.4615384615vw;
  }
  article.module-project.detail > .grid.two-columns.reverse > *:first-child {
    margin-left: 3.4615384615vw;
  }
  article.module-project.detail > .grid.two-columns > * > div:last-child:not(:first-child),
  article.module-project.detail > .grid.two-columns > * > a:last-child:not(:first-child) {
    margin-top: 3.4615384615vw;
  }
  article.module-project.detail > .grid.two-columns > * > div > div > div {
    font-size: 1.6153846154vw;
    line-height: 2.3076923077vw;
    padding: 3.4615384615vw;
  }
  article.module-project.detail > .grid.two-columns > * > div > div > div > a + a {
    margin-left: 1.5384615385vw;
  }
  article.module-project.detail > .grid.two-columns > * > div > div > div > a > span {
    font-size: 3.0769230769vw;
  }
  article.module-project.detail > div.nav {
    margin-top: 3.4615384615vw;
  }
  article.module-project.detail > div.nav > a {
    font-size: 1.6153846154vw;
    line-height: 2.3076923077vw;
  }
  article.module-project.detail > div.nav > a + a {
    margin-left: 1.5384615385vw;
  }
  article.module-project.detail .partner-crosslink > *:last-child {
    width: calc(50% - 4.39453125vw);
    margin-left: 4.39453125vw;
  }
  article.module-project.detail .partner-crosslink .quote {
    font-size: 3.90625vw;
    margin-bottom: 1.953125vw;
  }
  article.module-project.detail .partner-crosslink .interview-links {
    margin-top: 4.39453125vw;
  }
  .module-slider-project .people-slide .content h3 {
    font-size: 6.9230769231vw;
    line-height: 1.368;
    margin-bottom: 1.5384615385vw;
  }
  .module-slider-project .people-slide .content .crazy-link {
    font-size: 1.3076923077vw;
  }
  /* End - module 'slider-project' */
  /* Start - module 'footer' */
  article.module-footer > h2 {
    font-size: 1.3076923077vw;
    letter-spacing: 0.1538461538vw;
    line-height: 1.3076923077vw; /* yes, this is correct */
    top: 3.4615384615vw;
  }
  article.module-footer > div > h3 {
    font-size: 6.9230769231vw;
    line-height: 6.2307692308vw;
  }
  article.module-footer > div > p {
    font-size: 1.6153846154vw;
    line-height: 2.3076923077vw;
  }
  article.module-footer > div > div:not(.imprint-div) {
    margin-top: 3.4615384615vw;
    margin-bottom: 3.4615384615vw;
  }
  article.module-footer > div > div.imprint-div {
    margin-top: 1.5384615385vw;
  }
  article.module-footer > div > div > * {
    font-size: 3.4615384615vw;
    line-height: 3.2307692308vw;
  }
  article.module-footer > div > div > *.imprint-link {
    font-size: 1.3076923077vw;
  }
  article.module-footer > div > div > * + * {
    margin-left: 1.5384615385vw;
  }
  article.module-footer > div.vertical-bottom {
    bottom: 3.4615384615vw;
  }
  /* End - module 'footer' */
  /* Start - module 'slider-idea' */
  article.module-slider-idea .no-slide h2,
  article.module-slider-idea .slide h2 {
    font-size: 1.3076923077vw;
    letter-spacing: 0.1538461538vw;
    line-height: 1.3076923077vw; /* yes, this is correct */
    top: 3.4615384615vw;
  }
  article.module-slider-idea .no-slide h3,
  article.module-slider-idea .slide h3 {
    font-size: 6.9230769231vw;
    line-height: 6.2307692308vw;
    margin-bottom: 3.4615384615vw;
  }
  article.module-slider-idea .no-slide .freetext *,
  article.module-slider-idea .slide .freetext * {
    font-size: 1.6153846154vw;
    line-height: 2.3076923077vw;
  }
  article.module-slider-idea .no-slide .facts > div + div,
  article.module-slider-idea .slide .facts > div + div {
    margin-top: 3.4615384615vw;
  }
  article.module-slider-idea .no-slide .facts > .freetext,
  article.module-slider-idea .no-slide .facts > .freetext *,
  article.module-slider-idea .slide .facts > .freetext,
  article.module-slider-idea .slide .facts > .freetext * {
    font-size: 1.6153846154vw;
    line-height: 2.3076923077vw;
  }
  /* End - module 'slider-idea' */
  /* Start - module 'partner' */
  article.module-partner > h2 {
    font-size: 1.3076923077vw;
    letter-spacing: 0.1538461538vw;
    line-height: 1.3076923077vw; /* yes, this is correct */
    top: 3.4615384615vw;
  }
  article.module-partner > h3 {
    font-size: 6.9230769231vw;
    line-height: 6.2307692308vw;
    margin-bottom: 3.4615384615vw;
  }
  article.module-partner > .employees > div + div {
    margin-top: 3.4615384615vw;
  }
  article.module-partner > .employees > div > div {
    font-size: 1.3076923077vw;
    line-height: 1.6923076923vw;
    width: calc((100% - 1.5384615385vw * 3) / 4 - 0.1px);
  }
  article.module-partner > .employees > div > div + div {
    margin-left: 1.5384615385vw;
  }
  article.module-partner > .employees > div > div > picture {
    margin-bottom: 1.5384615385vw;
  }
  article.module-partner > .employees > div.employee-detail > picture {
    margin-right: 1.5384615385vw;
    width: calc((100% - 1.5384615385vw) / 2 - 0.1px);
  }
  article.module-partner > .employees > div.employee-detail > picture + div {
    font-size: 1.3076923077vw;
    line-height: 1.42;
    width: calc((100% - 1.5384615385vw) / 2 - 0.1px);
  }
  article.module-partner > .employees > div.employee-detail > picture + div > * + * {
    margin-top: 2.3076923077vw;
  }
  article.module-partner > .employees > div.employee-detail > picture + div > span {
    font-size: 1.6153846154vw;
    line-height: 1.42;
  }
  article.module-partner > .employees > div.employee-detail > picture + div > span + span {
    margin-top: 0px;
  }
  article.module-partner > .employees > div.employee-detail > span {
    font-size: 2.3076923077vw;
  }
  article.module-partner > .employees > div.employee-detail > span.icon-close {
    right: -3.4615384615vw;
  }
  article.module-partner > .employees > div.employee-detail > span.icon-arrow_left {
    left: -3.4615384615vw;
  }
  article.module-partner > .employees > div.employee-detail > span.icon-arrow_right {
    right: -3.4615384615vw;
  }
  .module-partner.detail .h2,
  .module-partner.detail blockquote {
    font-size: 3.2307692308vw;
    margin: 6.9230769231vw 0;
  }
  .module-partner.detail .h2 b:not([style]), .module-partner.detail .h2 strong:not([style]),
  .module-partner.detail blockquote b:not([style]),
  .module-partner.detail blockquote strong:not([style]) {
    font-weight: inherit;
    display: block;
    font-size: 0.5em;
    margin-top: 0.5em;
  }
  .module-partner.detail .h2:first-child,
  .module-partner.detail blockquote:first-child {
    margin-top: 0;
  }
  .module-partner.detail .h2 {
    font-family: "simplon_bp_boldbold";
    line-height: 1.2;
  }
  .module-partner.detail .lower-content {
    padding-top: 6.9230769231vw;
  }
  .module-partner.detail .lower-content h3 {
    margin-top: 3.4615384615vw;
  }
  .module-partner.detail .lower-content h3:first-child {
    margin-top: 0;
  }
  .module-partner.detail .h4 {
    margin-bottom: 1.5384615385vw;
  }
  .employee-slider {
    margin-left: -1.5384615385vw;
    margin-right: -1.5384615385vw;
  }
  .employee-slider .slide {
    padding: 0 1.5384615385vw;
  }
  .employee-slider .slide picture {
    margin-bottom: 1.5384615385vw;
  }
  .employee-slider .slide .quote {
    margin: 1.5384615385vw 0;
  }
  .employee-slider .slick-arrow {
    font-size: 2.3076923077vw;
  }
  /* End - module 'partner' */
  /* Start - modals */
  .modal article h3 {
    font-size: 6.9230769231vw;
    line-height: 6.2307692308vw;
    margin-bottom: 3.4615384615vw;
  }
  .modal article .freetext * {
    font-size: 1.6153846154vw;
    line-height: 2.3076923077vw;
  }
  .modal article .freetext * + * {
    margin-top: 2.3076923077vw;
  }
  .modal .gallery .slider > .slick-arrow {
    font-size: 5.3846153846vw;
  }
  .modal .thumbgallery > span {
    font-size: 2.3076923077vw;
    width: 3.4615384615vw;
  }
  .modal .thumbgallery > div {
    width: calc(100% - 3.4615384615vw - 3.4615384615vw);
  }
  /* End - modals */
  .angebot .content {
    padding-top: 6.9230769231vw;
  }
  .angebot .content .d-flex + .d-flex {
    margin-top: 5.1923076923vw;
  }
  .angebot .content .rich-text:first-child, .angebot .content .module-partner.detail blockquote:first-child, .module-partner.detail .angebot .content blockquote:first-child {
    padding-left: 3.0769230769vw;
  }
  .angebot-form .upper-content {
    padding-bottom: 6.9230769231vw;
  }
  a#logo {
    left: 3.4615384615vw;
    top: 3.4615384615vw;
  }
  a#logo > svg {
    height: 5.3846153846vw;
  }
  .share-bar {
    bottom: 3.4615384615vw;
    right: 3.4615384615vw;
  }
  .share-bar [class*=icon-] {
    font-size: 1.953125vw;
  }
  span.icon-burger,
  body > span.icon-close {
    font-size: 2.3076923077vw;
    padding: 3.4615384615vw;
  }
  nav {
    width: 100%;
    max-width: 480px;
    padding: 4.39453125vw !important;
  }
  nav ul {
    margin: 0;
  }
  nav ul > li > a {
    font-size: 3.80859375vw;
    line-height: 0.8;
  }
  nav ul > li {
    padding-left: 3.125vw;
  }
  nav ul > li span {
    width: 3.125vw;
    height: 3.125vw;
  }
  nav ul > li span:before {
    font-size: 9.27734375vw;
    margin-top: -2.5390625vw;
  }
  nav ul > li + li {
    margin-top: calc(4.8828125vw);
  }
  nav ul > li > a + ul {
    margin-top: 1.5384615385vw;
  }
  nav ul > li > ul > li > a {
    font-size: 2.6923076923vw;
    line-height: 0.8;
  }
  nav ul > li > ul > li + li {
    margin-top: 1.5384615385vw;
  }
  nav .navigation-social-links {
    display: flex;
    margin-top: 8.7890625vw;
    padding-left: 3.125vw;
  }
  nav .navigation-social-links a {
    font-size: 3.7109375vw;
    color: black;
    transition: opacity 0.25s;
  }
  nav .navigation-social-links a + a {
    margin-left: 1.5625vw;
  }
  nav .navigation-social-links a span, nav .navigation-social-links a span::before {
    display: block;
  }
  nav .navigation-social-links a:hover {
    opacity: 0.5;
  }
  nav span.icon-close {
    font-size: 2.3076923077vw;
    padding: 3.4615384615vw;
  }
  .modal > form > span.icon-order,
  form.event-form > span.icon-order {
    font-size: 10vw;
    height: 10vw;
    margin-bottom: 3.4615384615vw;
    width: 10vw;
  }
  .modal > form > h3,
  form.event-form > h3 {
    font-size: 2.3076923077vw;
    line-height: 3.2307692308vw;
  }
  .modal > form > h3 + div,
  form.event-form > h3 + div {
    margin-top: 1.5384615385vw !important;
  }
  .modal > form > div p,
  form.event-form > div p {
    font-size: 1.6153846154vw;
    line-height: 2.3076923077vw;
  }
  .modal > form > div + div,
  form.event-form > div + div {
    margin-top: 1.5384615385vw;
  }
  .modal > form > div > * + div,
  form.event-form > div > * + div {
    margin-left: 3.4615384615vw;
  }
  .modal > form > div.freetext + div {
    margin-top: 3.4615384615vw;
  }
  .event-form .freetext.clearfix {
    margin-top: 3.4615384615vw;
  }
  .modal > form > div > label,
  form.event-form > div > label {
    font-size: 1.6153846154vw;
    height: 3.4615384615vw;
    line-height: 3.4615384615vw;
    margin-right: 1.5384615385vw;
    width: 10vw;
  }
  .modal > form > div.checkboxes,
  form.event-form > div.checkboxes {
    margin-top: 3.4615384615vw;
    padding-left: calc(10vw + 1.5384615385vw);
  }
  .modal > form > div.checkboxes + div.checkboxes,
  form.event-form > div.checkboxes + div.checkboxes {
    margin-top: 1.5384615385vw;
  }
  .modal > form > div.checkboxes > div > div,
  form.event-form > div.checkboxes > div > div {
    height: 3.4615384615vw;
    width: 3.4615384615vw;
    margin-right: 1.5384615385vw;
  }
  .modal > form > div.checkboxes > div > div > input[type=checkbox] + span,
  form.event-form > div.checkboxes > div > div > input[type=checkbox] + span {
    height: calc(3.4615384615vw - 2px);
    width: calc(3.4615384615vw - 2px);
  }
  .modal > form > div.checkboxes > div > label,
  form.event-form > div.checkboxes > div > label {
    font-size: 1.6153846154vw;
    height: 3.4615384615vw;
    line-height: 3.4615384615vw;
  }
  .modal > form > div > input[type=text],
  form.event-form > div > input[type=text],
  form.event-form > div > input[type=email],
  form.event-form > div > input[type=tel] {
    font-size: 1.6153846154vw;
    height: 3.4615384615vw;
    line-height: 3.4615384615vw;
    padding: 0px calc((3.4615384615vw - 1.6153846154vw) / 2);
    width: calc(100% - 10vw - 1.5384615385vw);
  }
  .modal > form > div > input[type=submit],
  form.event-form > div > input[type=submit] {
    font-size: 1.6153846154vw;
    height: 3.4615384615vw;
    line-height: 3.4615384615vw;
    width: calc(33.3333333333% - 1.5384615385vw);
  }
  .no-mobile .modal > form > div > input[type=submit],
  .no-mobile form.event-form > div > input[type=submit] {
    -webkit-transition: opacity ease 300ms;
    -moz-transition: opacity ease 300ms;
    -o-transition: opacity ease 300ms;
    transition: opacity ease 300ms;
  }
  .no-mobile .modal > form > div > input[type=submit]:hover,
  .no-mobile form.event-form > div > input[type=submit]:hover {
    opacity: 0.75;
  }
  .modal > form > div:last-child,
  form.event-form > div:last-child {
    margin-top: 3.4615384615vw;
  }
}
/* necessary for keyframe-animations */
@media only screen and (min-width: 1025px) and (max-width: 1300px) {
  .container-l {
    width: 87vw;
  }
  .container-m {
    width: 71.5vw;
  }
  .container-s {
    width: 52vw;
  }
  .spacer {
    height: calc(3.4615384615vw * 3);
  }
  .spacer + .spacer {
    height: calc(3.4615384615vw * 1.5);
  }
  .h1 {
    font-size: 5.3846153846vw;
    line-height: 5.5384615385vw;
    margin-bottom: 3.4615384615vw;
  }
  .h1 + .rich-text, .module-partner.detail .h1 + blockquote {
    margin-bottom: 3.4615384615vw;
  }
  .navigation-title {
    font-size: 1.3076923077vw;
    letter-spacing: 0.1538461538vw;
    line-height: 1.3076923077vw; /* yes, this is correct */
    top: 3.4615384615vw;
  }
  .rich-text, .module-partner.detail blockquote, h4, .default-form, .swiper-pagination {
    font-size: 1.6153846154vw;
  }
  .link-group {
    margin-top: 3.8461538462vw;
  }
  .link-group .crazy-link {
    font-size: 1.6153846154vw;
  }
  .interview-links {
    margin-bottom: 1em;
  }
  .interview-links a {
    font-size: 1.6153846154vw;
  }
  /* Start - general 'sliders' */
  .fp-slidesNav.bottom {
    bottom: 3.4615384615vw;
  }
  .fp-controlArrow {
    font-size: 5.3846153846vw;
  }
  .fp-controlArrow.fp-prev {
    left: calc(3.4615384615vw - 3.4615384615vw / 3);
  }
  .fp-controlArrow.fp-next {
    right: calc(3.4615384615vw - 3.4615384615vw / 3);
  }
  .fp-section > .fp-slidesNav ul li a {
    padding: calc(1.5384615385vw / 2);
  }
  .fp-section > .fp-slidesNav ul li a span {
    font-size: 1.6153846154vw;
    height: 1.6153846154vw !important; /* yes, this is correct */
    width: 1.6153846154vw !important; /* yes, this is correct */
  }
  /* End - general 'sliders' */
  /* Start - module 'projectlist' */
  article.module-projectlist h2 {
    font-size: 1.3076923077vw;
    letter-spacing: 0.1538461538vw;
    line-height: 1.3076923077vw; /* yes, this is correct */
    top: 3.4615384615vw;
  }
  article.module-projectlist h3 {
    font-size: 5.3846153846vw;
    line-height: 5.5384615385vw;
    margin-bottom: 3.4615384615vw;
  }
  /* End - module 'projectlist' */
  /* Start - module 'magazines' */
  article.module-magazines > h3 {
    font-size: 5.3846153846vw;
    line-height: 5.5384615385vw;
    margin-bottom: 1.5384615385vw;
  }
  article.module-magazines > .freetext {
    margin-bottom: 3.4615384615vw;
  }
  article.module-magazines > .freetext * {
    font-size: 1.6153846154vw;
    line-height: 2.3076923077vw;
  }
  article.module-magazines > .freetext * + * {
    margin-top: 2.3076923077vw;
  }
  .interview-overview .container-l,
  article.module-magazines > .magazines {
    width: 64.6153846154vw;
  }
  article.module-magazines > .magazines > div + div {
    margin-top: 1.5384615385vw;
  }
  article.module-magazines > .magazines > div > div {
    font-size: 1.6153846154vw;
    line-height: 2.3076923077vw;
    width: calc((100% - 1.5384615385vw * 2) / 3 - 1px);
  }
  article.module-magazines > .magazines > div > div + div {
    margin-left: 1.5384615385vw;
  }
  article.module-magazines > .magazines > div > div > a {
    margin-bottom: calc(1.5384615385vw / 2);
  }
  .no-mobile article.module-magazines > .magazines > div > div > a:hover div > span {
    font-size: 10vw;
  }
  /* End - module 'magazines' */
  /* Start - module 'news' */
  article.module-news > h2 {
    font-size: 1.3076923077vw;
    letter-spacing: 0.1538461538vw;
    line-height: 1.3076923077vw; /* yes, this is correct */
    top: 3.4615384615vw;
  }
  article.module-news > div + div {
    margin-top: 10.3846153846vw;
  }
  article.module-news > div.spacer + div {
    margin-top: 0px;
  }
  article.module-news > div > * {
    width: calc((100% - 1.5384615385vw) / 2 - 0.1px);
  }
  article.module-news > div.loadmore > p > strong {
    font-size: 1.6153846154vw;
    line-height: 2.3076923077vw;
  }
  article.module-news > div > * + * {
    margin-left: 1.5384615385vw;
  }
  article.module-news > div:nth-child(2n+1) > * + * {
    margin-left: 0px;
  }
  article.module-news > div:nth-child(2n+1) > *:first-child {
    margin-left: 1.5384615385vw;
  }
  .no-mobile article.module-news > div > a:hover > div > span {
    font-size: 10vw;
  }
  article.module-news > div > .freetext * {
    font-size: 1.6153846154vw;
    line-height: 2.3076923077vw;
  }
  article.module-news > div > .freetext * + * {
    margin-top: 2.3076923077vw;
  }
  article.module-news > div > .freetext *:first-child + * {
    margin-top: 0px;
  }
  article.module-news > div > .freetext .readmore {
    margin-top: 0px;
  }
  /* End - module 'news' */
  /* Start - module 'project' */
  article.module-project > a > h3 {
    font-size: 5.3846153846vw;
    line-height: 5.5384615385vw;
    text-shadow: 0px 0px 0.7692307692vw rgba(0, 0, 0, 0.5);
  }
  article.module-project > a > h3 span {
    font-size: 1.6153846154vw;
  }
  article.module-project > a > h3.lines-2 + span {
    margin-top: calc(5.5384615385vw + 1.5384615385vw);
  }
  article.module-project > span.icon-arrow_down {
    font-size: 5.3846153846vw;
    bottom: calc(3.4615384615vw - 3.4615384615vw / 3); /* fix square-space */
  }
  /* End - module 'project' */
  /* Start - module 'slider-project' */
  article.module-slider-project .no-slide .slide-wrapper > a > h3,
  article.module-slider-project .slide .slide-wrapper > a > h3 {
    font-size: 5.3846153846vw;
    line-height: 5.5384615385vw;
    text-shadow: 0px 0px 0.7692307692vw rgba(0, 0, 0, 0.5);
  }
  article.module-slider-project .no-slide .slide-wrapper > a > h3 span,
  article.module-slider-project .slide .slide-wrapper > a > h3 span {
    font-size: 1.6153846154vw;
  }
  article.module-slider-project .no-slide .slide-wrapper > a > h3.lines-2 + span,
  article.module-slider-project .slide .slide-wrapper > a > h3.lines-2 + span {
    margin-top: calc(5.5384615385vw + 1.5384615385vw);
  }
  article.module-project.detail > h1 {
    font-size: 5.3846153846vw;
    line-height: 5.5384615385vw;
    margin-bottom: 3.4615384615vw;
  }
  article.module-project.detail .project-slider {
    overflow: visible;
  }
  article.module-project.detail > h2 {
    font-size: 1.3076923077vw;
    letter-spacing: 0.1538461538vw;
    line-height: 1.3076923077vw; /* yes, this is correct */
    top: 3.4615384615vw;
  }
  article.module-project.detail > .freetext {
    margin-bottom: calc(2.3076923077vw * 2);
  }
  article.module-project.detail > .freetext * {
    font-size: 1.6153846154vw;
    line-height: 2.3076923077vw;
  }
  article.module-project.detail > .freetext * + * {
    margin-top: calc(2.3076923077vw * 0.75);
  }
  article.module-project.detail > .grid + .grid {
    margin-top: 3.4615384615vw;
  }
  article.module-project.detail > .grid.two-columns > * {
    width: calc((100% - 3.4615384615vw) / 2);
  }
  article.module-project.detail > .grid.two-columns:not(.reverse) > * + * {
    margin-left: 3.4615384615vw;
  }
  article.module-project.detail > .grid.two-columns.reverse > *:first-child {
    margin-left: 3.4615384615vw;
  }
  article.module-project.detail > .grid.two-columns > * > div:last-child:not(:first-child),
  article.module-project.detail > .grid.two-columns > * > a:last-child:not(:first-child) {
    margin-top: 3.4615384615vw;
  }
  article.module-project.detail > .grid.two-columns > * > div > div > div {
    font-size: 1.6153846154vw;
    line-height: 2.3076923077vw;
    padding: 3.4615384615vw;
  }
  article.module-project.detail > .grid.two-columns > * > div > div > div > a + a {
    margin-left: 1.5384615385vw;
  }
  article.module-project.detail > .grid.two-columns > * > div > div > div > a > span {
    font-size: 3.0769230769vw;
  }
  article.module-project.detail > div.nav {
    margin-top: 3.4615384615vw;
  }
  article.module-project.detail > div.nav > a {
    font-size: 1.6153846154vw;
    line-height: 2.3076923077vw;
  }
  article.module-project.detail > div.nav > a + a {
    margin-left: 1.5384615385vw;
  }
  article.module-project.detail .partner-crosslink > *:last-child {
    width: calc(50% - 3.4615384615vw);
    margin-left: 3.4615384615vw;
  }
  article.module-project.detail .partner-crosslink .quote {
    font-size: 3.0769230769vw;
    margin-bottom: 1.5384615385vw;
  }
  article.module-project.detail .partner-crosslink .interview-links {
    margin-top: 3.4615384615vw;
  }
  .module-slider-project .people-slide .content h3 {
    font-size: 5.3846153846vw;
    line-height: 1.368;
    margin-bottom: 1.5384615385vw;
  }
  .module-slider-project .people-slide .content .crazy-link {
    font-size: 1.3076923077vw;
  }
  /* End - module 'slider-project' */
  /* Start - module 'footer' */
  article.module-footer > h2 {
    font-size: 1.3076923077vw;
    letter-spacing: 0.1538461538vw;
    line-height: 1.3076923077vw; /* yes, this is correct */
    top: 3.4615384615vw;
  }
  article.module-footer > div > h3 {
    font-size: 5.3846153846vw;
    line-height: 5.5384615385vw;
  }
  article.module-footer > div > p {
    font-size: 1.6153846154vw;
    line-height: 2.3076923077vw;
  }
  article.module-footer > div > div:not(.imprint-div) {
    margin-top: 3.4615384615vw;
    margin-bottom: 3.4615384615vw;
  }
  article.module-footer > div > div.imprint-div {
    margin-top: 1.5384615385vw;
  }
  article.module-footer > div > div > * {
    font-size: 3.4615384615vw;
    line-height: 3.2307692308vw;
  }
  article.module-footer > div > div > *.imprint-link {
    font-size: 1.3076923077vw;
  }
  article.module-footer > div > div > * + * {
    margin-left: 1.5384615385vw;
  }
  article.module-footer > div.vertical-bottom {
    bottom: 3.4615384615vw;
  }
  /* End - module 'footer' */
  /* Start - module 'slider-idea' */
  article.module-slider-idea .no-slide h2,
  article.module-slider-idea .slide h2 {
    font-size: 1.3076923077vw;
    letter-spacing: 0.1538461538vw;
    line-height: 1.3076923077vw; /* yes, this is correct */
    top: 3.4615384615vw;
  }
  article.module-slider-idea .no-slide h3,
  article.module-slider-idea .slide h3 {
    font-size: 5.3846153846vw;
    line-height: 5.5384615385vw;
    margin-bottom: 3.4615384615vw;
  }
  article.module-slider-idea .no-slide .freetext *,
  article.module-slider-idea .slide .freetext * {
    font-size: 1.6153846154vw;
    line-height: 2.3076923077vw;
  }
  article.module-slider-idea .no-slide .facts > div + div,
  article.module-slider-idea .slide .facts > div + div {
    margin-top: 3.4615384615vw;
  }
  article.module-slider-idea .no-slide .facts > .freetext,
  article.module-slider-idea .no-slide .facts > .freetext *,
  article.module-slider-idea .slide .facts > .freetext,
  article.module-slider-idea .slide .facts > .freetext * {
    font-size: 1.6153846154vw;
    line-height: 2.3076923077vw;
  }
  /* End - module 'slider-idea' */
  /* Start - module 'partner' */
  article.module-partner > h2 {
    font-size: 1.3076923077vw;
    letter-spacing: 0.1538461538vw;
    line-height: 1.3076923077vw; /* yes, this is correct */
    top: 3.4615384615vw;
  }
  article.module-partner > h3 {
    font-size: 5.3846153846vw;
    line-height: 5.5384615385vw;
    margin-bottom: 3.4615384615vw;
  }
  article.module-partner > .employees > div + div {
    margin-top: 3.4615384615vw;
  }
  article.module-partner > .employees > div > div {
    font-size: 1.3076923077vw;
    line-height: 1.6923076923vw;
    width: calc((100% - 1.5384615385vw * 3) / 4 - 0.1px);
  }
  article.module-partner > .employees > div > div + div {
    margin-left: 1.5384615385vw;
  }
  article.module-partner > .employees > div > div > picture {
    margin-bottom: 1.5384615385vw;
  }
  article.module-partner > .employees > div.employee-detail > picture {
    margin-right: 1.5384615385vw;
    width: calc((100% - 1.5384615385vw) / 2 - 0.1px);
  }
  article.module-partner > .employees > div.employee-detail > picture + div {
    font-size: 1.3076923077vw;
    line-height: 1.42;
    width: calc((100% - 1.5384615385vw) / 2 - 0.1px);
  }
  article.module-partner > .employees > div.employee-detail > picture + div > * + * {
    margin-top: 2.3076923077vw;
  }
  article.module-partner > .employees > div.employee-detail > picture + div > span {
    font-size: 1.6153846154vw;
    line-height: 1.42;
  }
  article.module-partner > .employees > div.employee-detail > picture + div > span + span {
    margin-top: 0px;
  }
  article.module-partner > .employees > div.employee-detail > span {
    font-size: 2.3076923077vw;
  }
  article.module-partner > .employees > div.employee-detail > span.icon-close {
    right: -3.4615384615vw;
  }
  article.module-partner > .employees > div.employee-detail > span.icon-arrow_left {
    left: -3.4615384615vw;
  }
  article.module-partner > .employees > div.employee-detail > span.icon-arrow_right {
    right: -3.4615384615vw;
  }
  .module-partner.detail .h2,
  .module-partner.detail blockquote {
    font-size: 3.2307692308vw;
    margin: 6.9230769231vw 0;
  }
  .module-partner.detail .h2 b:not([style]), .module-partner.detail .h2 strong:not([style]),
  .module-partner.detail blockquote b:not([style]),
  .module-partner.detail blockquote strong:not([style]) {
    font-weight: inherit;
    display: block;
    font-size: 0.5em;
    margin-top: 0.5em;
  }
  .module-partner.detail .h2:first-child,
  .module-partner.detail blockquote:first-child {
    margin-top: 0;
  }
  .module-partner.detail .h2 {
    font-family: "simplon_bp_boldbold";
    line-height: 1.2;
  }
  .module-partner.detail .lower-content {
    padding-top: 6.9230769231vw;
  }
  .module-partner.detail .lower-content h3 {
    margin-top: 3.4615384615vw;
  }
  .module-partner.detail .lower-content h3:first-child {
    margin-top: 0;
  }
  .module-partner.detail .h4 {
    margin-bottom: 1.5384615385vw;
  }
  .employee-slider {
    margin-left: -1.5384615385vw;
    margin-right: -1.5384615385vw;
  }
  .employee-slider .slide {
    padding: 0 1.5384615385vw;
  }
  .employee-slider .slide picture {
    margin-bottom: 1.5384615385vw;
  }
  .employee-slider .slide .quote {
    margin: 1.5384615385vw 0;
  }
  .employee-slider .slick-arrow {
    font-size: 2.3076923077vw;
  }
  /* End - module 'partner' */
  /* Start - modals */
  .modal article h3 {
    font-size: 5.3846153846vw;
    line-height: 5.5384615385vw;
    margin-bottom: 3.4615384615vw;
  }
  .modal article .freetext * {
    font-size: 1.6153846154vw;
    line-height: 2.3076923077vw;
  }
  .modal article .freetext * + * {
    margin-top: 2.3076923077vw;
  }
  .modal .gallery .slider > .slick-arrow {
    font-size: 5.3846153846vw;
  }
  .modal .thumbgallery > span {
    font-size: 2.3076923077vw;
    width: 3.4615384615vw;
  }
  .modal .thumbgallery > div {
    width: calc(100% - 3.4615384615vw - 3.4615384615vw);
  }
  /* End - modals */
  .angebot .content {
    padding-top: 6.9230769231vw;
  }
  .angebot .content .d-flex + .d-flex {
    margin-top: 5.1923076923vw;
  }
  .angebot .content .rich-text:first-child, .angebot .content .module-partner.detail blockquote:first-child, .module-partner.detail .angebot .content blockquote:first-child {
    padding-left: 3.0769230769vw;
  }
  .angebot-form .upper-content {
    padding-bottom: 6.9230769231vw;
  }
  a#logo {
    left: 3.4615384615vw;
    top: 3.4615384615vw;
  }
  a#logo > svg {
    height: 5.3846153846vw;
  }
  .share-bar {
    bottom: 3.4615384615vw;
    right: 3.4615384615vw;
  }
  .share-bar [class*=icon-] {
    font-size: 1.5384615385vw;
  }
  span.icon-burger,
  body > span.icon-close {
    font-size: 2.3076923077vw;
    padding: 3.4615384615vw;
  }
  nav {
    width: 100%;
    max-width: 480px;
    padding: 3.4615384615vw !important;
  }
  nav ul {
    margin: 0;
  }
  nav ul > li > a {
    font-size: 3vw;
    line-height: 0.8;
  }
  nav ul > li {
    padding-left: 2.4615384615vw;
  }
  nav ul > li span {
    width: 2.4615384615vw;
    height: 2.4615384615vw;
  }
  nav ul > li span:before {
    font-size: 7.3076923077vw;
    margin-top: -2vw;
  }
  nav ul > li + li {
    margin-top: calc(3.8461538462vw);
  }
  nav ul > li > a + ul {
    margin-top: 1.5384615385vw;
  }
  nav ul > li > ul > li > a {
    font-size: 2.6923076923vw;
    line-height: 0.8;
  }
  nav ul > li > ul > li + li {
    margin-top: 1.5384615385vw;
  }
  nav .navigation-social-links {
    display: flex;
    margin-top: 6.9230769231vw;
    padding-left: 2.4615384615vw;
  }
  nav .navigation-social-links a {
    font-size: 2.9230769231vw;
    color: black;
    transition: opacity 0.25s;
  }
  nav .navigation-social-links a + a {
    margin-left: 1.2307692308vw;
  }
  nav .navigation-social-links a span, nav .navigation-social-links a span::before {
    display: block;
  }
  nav .navigation-social-links a:hover {
    opacity: 0.5;
  }
  nav span.icon-close {
    font-size: 2.3076923077vw;
    padding: 3.4615384615vw;
  }
  .modal > form > span.icon-order,
  form.event-form > span.icon-order {
    font-size: 10vw;
    height: 10vw;
    margin-bottom: 3.4615384615vw;
    width: 10vw;
  }
  .modal > form > h3,
  form.event-form > h3 {
    font-size: 2.3076923077vw;
    line-height: 3.2307692308vw;
  }
  .modal > form > h3 + div,
  form.event-form > h3 + div {
    margin-top: 1.5384615385vw !important;
  }
  .modal > form > div p,
  form.event-form > div p {
    font-size: 1.6153846154vw;
    line-height: 2.3076923077vw;
  }
  .modal > form > div + div,
  form.event-form > div + div {
    margin-top: 1.5384615385vw;
  }
  .modal > form > div > * + div,
  form.event-form > div > * + div {
    margin-left: 3.4615384615vw;
  }
  .modal > form > div.freetext + div {
    margin-top: 3.4615384615vw;
  }
  .event-form .freetext.clearfix {
    margin-top: 3.4615384615vw;
  }
  .modal > form > div > label,
  form.event-form > div > label {
    font-size: 1.6153846154vw;
    height: 3.4615384615vw;
    line-height: 3.4615384615vw;
    margin-right: 1.5384615385vw;
    width: 10vw;
  }
  .modal > form > div.checkboxes,
  form.event-form > div.checkboxes {
    margin-top: 3.4615384615vw;
    padding-left: calc(10vw + 1.5384615385vw);
  }
  .modal > form > div.checkboxes + div.checkboxes,
  form.event-form > div.checkboxes + div.checkboxes {
    margin-top: 1.5384615385vw;
  }
  .modal > form > div.checkboxes > div > div,
  form.event-form > div.checkboxes > div > div {
    height: 3.4615384615vw;
    width: 3.4615384615vw;
    margin-right: 1.5384615385vw;
  }
  .modal > form > div.checkboxes > div > div > input[type=checkbox] + span,
  form.event-form > div.checkboxes > div > div > input[type=checkbox] + span {
    height: calc(3.4615384615vw - 2px);
    width: calc(3.4615384615vw - 2px);
  }
  .modal > form > div.checkboxes > div > label,
  form.event-form > div.checkboxes > div > label {
    font-size: 1.6153846154vw;
    height: 3.4615384615vw;
    line-height: 3.4615384615vw;
  }
  .modal > form > div > input[type=text],
  form.event-form > div > input[type=text],
  form.event-form > div > input[type=email],
  form.event-form > div > input[type=tel] {
    font-size: 1.6153846154vw;
    height: 3.4615384615vw;
    line-height: 3.4615384615vw;
    padding: 0px calc((3.4615384615vw - 1.6153846154vw) / 2);
    width: calc(100% - 10vw - 1.5384615385vw);
  }
  .modal > form > div > input[type=submit],
  form.event-form > div > input[type=submit] {
    font-size: 1.6153846154vw;
    height: 3.4615384615vw;
    line-height: 3.4615384615vw;
    width: calc(33.3333333333% - 1.5384615385vw);
  }
  .no-mobile .modal > form > div > input[type=submit],
  .no-mobile form.event-form > div > input[type=submit] {
    -webkit-transition: opacity ease 300ms;
    -moz-transition: opacity ease 300ms;
    -o-transition: opacity ease 300ms;
    transition: opacity ease 300ms;
  }
  .no-mobile .modal > form > div > input[type=submit]:hover,
  .no-mobile form.event-form > div > input[type=submit]:hover {
    opacity: 0.75;
  }
  .modal > form > div:last-child,
  form.event-form > div:last-child {
    margin-top: 3.4615384615vw;
  }
}
/* necessary for keyframe-animations */
@media only screen and (min-width: 1301px) {
  .container-l {
    width: 1131px;
  }
  .container-m {
    width: 929.5px;
  }
  .container-s {
    width: 676px;
  }
  .spacer {
    height: calc(45px * 3);
  }
  .spacer + .spacer {
    height: calc(45px * 1.5);
  }
  .h1 {
    font-size: 70px;
    line-height: 72px;
    margin-bottom: 45px;
  }
  .h1 + .rich-text, .module-partner.detail .h1 + blockquote {
    margin-bottom: 45px;
  }
  .navigation-title {
    font-size: 17px;
    letter-spacing: 2px;
    line-height: 17px; /* yes, this is correct */
    top: 45px;
  }
  .rich-text, .module-partner.detail blockquote, h4, .default-form, .swiper-pagination {
    font-size: 21px;
  }
  .link-group {
    margin-top: 50px;
  }
  .link-group .crazy-link {
    font-size: 21px;
  }
  .interview-links {
    margin-bottom: 1em;
  }
  .interview-links a {
    font-size: 21px;
  }
  /* Start - general 'sliders' */
  .fp-slidesNav.bottom {
    bottom: 45px;
  }
  .fp-controlArrow {
    font-size: 70px;
  }
  .fp-controlArrow.fp-prev {
    left: calc(45px - 45px / 3);
  }
  .fp-controlArrow.fp-next {
    right: calc(45px - 45px / 3);
  }
  .fp-section > .fp-slidesNav ul li a {
    padding: calc(20px / 2);
  }
  .fp-section > .fp-slidesNav ul li a span {
    font-size: 21px;
    height: 21px !important; /* yes, this is correct */
    width: 21px !important; /* yes, this is correct */
  }
  /* End - general 'sliders' */
  /* Start - module 'projectlist' */
  article.module-projectlist h2 {
    font-size: 17px;
    letter-spacing: 2px;
    line-height: 17px; /* yes, this is correct */
    top: 45px;
  }
  article.module-projectlist h3 {
    font-size: 70px;
    line-height: 72px;
    margin-bottom: 45px;
  }
  /* End - module 'projectlist' */
  /* Start - module 'magazines' */
  article.module-magazines > h3 {
    font-size: 70px;
    line-height: 72px;
    margin-bottom: 20px;
  }
  article.module-magazines > .freetext {
    margin-bottom: 45px;
  }
  article.module-magazines > .freetext * {
    font-size: 21px;
    line-height: 30px;
  }
  article.module-magazines > .freetext * + * {
    margin-top: 30px;
  }
  .interview-overview .container-l,
  article.module-magazines > .magazines {
    width: 840px;
  }
  article.module-magazines > .magazines > div + div {
    margin-top: 20px;
  }
  article.module-magazines > .magazines > div > div {
    font-size: 21px;
    line-height: 30px;
    width: calc((100% - 20px * 2) / 3 - 1px);
  }
  article.module-magazines > .magazines > div > div + div {
    margin-left: 20px;
  }
  article.module-magazines > .magazines > div > div > a {
    margin-bottom: calc(20px / 2);
  }
  .no-mobile article.module-magazines > .magazines > div > div > a:hover div > span {
    font-size: 130px;
  }
  /* End - module 'magazines' */
  /* Start - module 'news' */
  article.module-news > h2 {
    font-size: 17px;
    letter-spacing: 2px;
    line-height: 17px; /* yes, this is correct */
    top: 45px;
  }
  article.module-news > div + div {
    margin-top: 135px;
  }
  article.module-news > div.spacer + div {
    margin-top: 0px;
  }
  article.module-news > div > * {
    width: calc((100% - 20px) / 2 - 0.1px);
  }
  article.module-news > div.loadmore > p > strong {
    font-size: 21px;
    line-height: 30px;
  }
  article.module-news > div > * + * {
    margin-left: 20px;
  }
  article.module-news > div:nth-child(2n+1) > * + * {
    margin-left: 0px;
  }
  article.module-news > div:nth-child(2n+1) > *:first-child {
    margin-left: 20px;
  }
  .no-mobile article.module-news > div > a:hover > div > span {
    font-size: 130px;
  }
  article.module-news > div > .freetext * {
    font-size: 21px;
    line-height: 30px;
  }
  article.module-news > div > .freetext * + * {
    margin-top: 30px;
  }
  article.module-news > div > .freetext *:first-child + * {
    margin-top: 0px;
  }
  article.module-news > div > .freetext .readmore {
    margin-top: 0px;
  }
  /* End - module 'news' */
  /* Start - module 'project' */
  article.module-project > a > h3 {
    font-size: 70px;
    line-height: 72px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  }
  article.module-project > a > h3 span {
    font-size: 21px;
  }
  article.module-project > a > h3.lines-2 + span {
    margin-top: calc(72px + 20px);
  }
  article.module-project > span.icon-arrow_down {
    font-size: 70px;
    bottom: calc(45px - 45px / 3); /* fix square-space */
  }
  /* End - module 'project' */
  /* Start - module 'slider-project' */
  article.module-slider-project .no-slide .slide-wrapper > a > h3,
  article.module-slider-project .slide .slide-wrapper > a > h3 {
    font-size: 70px;
    line-height: 72px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  }
  article.module-slider-project .no-slide .slide-wrapper > a > h3 span,
  article.module-slider-project .slide .slide-wrapper > a > h3 span {
    font-size: 21px;
  }
  article.module-slider-project .no-slide .slide-wrapper > a > h3.lines-2 + span,
  article.module-slider-project .slide .slide-wrapper > a > h3.lines-2 + span {
    margin-top: calc(72px + 20px);
  }
  article.module-project.detail > h1 {
    font-size: 70px;
    line-height: 72px;
    margin-bottom: 45px;
  }
  article.module-project.detail .project-slider {
    overflow: visible;
  }
  article.module-project.detail > h2 {
    font-size: 17px;
    letter-spacing: 2px;
    line-height: 17px; /* yes, this is correct */
    top: 45px;
  }
  article.module-project.detail > .freetext {
    margin-bottom: calc(30px * 2);
  }
  article.module-project.detail > .freetext * {
    font-size: 21px;
    line-height: 30px;
  }
  article.module-project.detail > .freetext * + * {
    margin-top: calc(30px * 0.75);
  }
  article.module-project.detail > .grid + .grid {
    margin-top: 45px;
  }
  article.module-project.detail > .grid.two-columns > * {
    width: calc((100% - 45px) / 2);
  }
  article.module-project.detail > .grid.two-columns:not(.reverse) > * + * {
    margin-left: 45px;
  }
  article.module-project.detail > .grid.two-columns.reverse > *:first-child {
    margin-left: 45px;
  }
  article.module-project.detail > .grid.two-columns > * > div:last-child:not(:first-child),
  article.module-project.detail > .grid.two-columns > * > a:last-child:not(:first-child) {
    margin-top: 45px;
  }
  article.module-project.detail > .grid.two-columns > * > div > div > div {
    font-size: 21px;
    line-height: 30px;
    padding: 45px;
  }
  article.module-project.detail > .grid.two-columns > * > div > div > div > a + a {
    margin-left: 20px;
  }
  article.module-project.detail > .grid.two-columns > * > div > div > div > a > span {
    font-size: 40px;
  }
  article.module-project.detail > div.nav {
    margin-top: 45px;
  }
  article.module-project.detail > div.nav > a {
    font-size: 21px;
    line-height: 30px;
  }
  article.module-project.detail > div.nav > a + a {
    margin-left: 20px;
  }
  article.module-project.detail .partner-crosslink > *:last-child {
    width: calc(50% - 45px);
    margin-left: 45px;
  }
  article.module-project.detail .partner-crosslink .quote {
    font-size: 40px;
    margin-bottom: 20px;
  }
  article.module-project.detail .partner-crosslink .interview-links {
    margin-top: 45px;
  }
  .module-slider-project .people-slide .content h3 {
    font-size: 70px;
    line-height: 1.368;
    margin-bottom: 20px;
  }
  .module-slider-project .people-slide .content .crazy-link {
    font-size: 17px;
  }
  /* End - module 'slider-project' */
  /* Start - module 'footer' */
  article.module-footer > h2 {
    font-size: 17px;
    letter-spacing: 2px;
    line-height: 17px; /* yes, this is correct */
    top: 45px;
  }
  article.module-footer > div > h3 {
    font-size: 70px;
    line-height: 72px;
  }
  article.module-footer > div > p {
    font-size: 21px;
    line-height: 30px;
  }
  article.module-footer > div > div:not(.imprint-div) {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  article.module-footer > div > div.imprint-div {
    margin-top: 20px;
  }
  article.module-footer > div > div > * {
    font-size: 45px;
    line-height: 42px;
  }
  article.module-footer > div > div > *.imprint-link {
    font-size: 17px;
  }
  article.module-footer > div > div > * + * {
    margin-left: 20px;
  }
  article.module-footer > div.vertical-bottom {
    bottom: 45px;
  }
  /* End - module 'footer' */
  /* Start - module 'slider-idea' */
  article.module-slider-idea .no-slide h2,
  article.module-slider-idea .slide h2 {
    font-size: 17px;
    letter-spacing: 2px;
    line-height: 17px; /* yes, this is correct */
    top: 45px;
  }
  article.module-slider-idea .no-slide h3,
  article.module-slider-idea .slide h3 {
    font-size: 70px;
    line-height: 72px;
    margin-bottom: 45px;
  }
  article.module-slider-idea .no-slide .freetext *,
  article.module-slider-idea .slide .freetext * {
    font-size: 21px;
    line-height: 30px;
  }
  article.module-slider-idea .no-slide .facts > div + div,
  article.module-slider-idea .slide .facts > div + div {
    margin-top: 45px;
  }
  article.module-slider-idea .no-slide .facts > .freetext,
  article.module-slider-idea .no-slide .facts > .freetext *,
  article.module-slider-idea .slide .facts > .freetext,
  article.module-slider-idea .slide .facts > .freetext * {
    font-size: 21px;
    line-height: 30px;
  }
  /* End - module 'slider-idea' */
  /* Start - module 'partner' */
  article.module-partner > h2 {
    font-size: 17px;
    letter-spacing: 2px;
    line-height: 17px; /* yes, this is correct */
    top: 45px;
  }
  article.module-partner > h3 {
    font-size: 70px;
    line-height: 72px;
    margin-bottom: 45px;
  }
  article.module-partner > .employees > div + div {
    margin-top: 45px;
  }
  article.module-partner > .employees > div > div {
    font-size: 17px;
    line-height: 22px;
    width: calc((100% - 20px * 3) / 4 - 0.1px);
  }
  article.module-partner > .employees > div > div + div {
    margin-left: 20px;
  }
  article.module-partner > .employees > div > div > picture {
    margin-bottom: 20px;
  }
  article.module-partner > .employees > div.employee-detail > picture {
    margin-right: 20px;
    width: calc((100% - 20px) / 2 - 0.1px);
  }
  article.module-partner > .employees > div.employee-detail > picture + div {
    font-size: 17px;
    line-height: 1.42;
    width: calc((100% - 20px) / 2 - 0.1px);
  }
  article.module-partner > .employees > div.employee-detail > picture + div > * + * {
    margin-top: 30px;
  }
  article.module-partner > .employees > div.employee-detail > picture + div > span {
    font-size: 21px;
    line-height: 1.42;
  }
  article.module-partner > .employees > div.employee-detail > picture + div > span + span {
    margin-top: 0px;
  }
  article.module-partner > .employees > div.employee-detail > span {
    font-size: 30px;
  }
  article.module-partner > .employees > div.employee-detail > span.icon-close {
    right: -45px;
  }
  article.module-partner > .employees > div.employee-detail > span.icon-arrow_left {
    left: -45px;
  }
  article.module-partner > .employees > div.employee-detail > span.icon-arrow_right {
    right: -45px;
  }
  .module-partner.detail .h2,
  .module-partner.detail blockquote {
    font-size: 42px;
    margin: 90px 0;
  }
  .module-partner.detail .h2 b:not([style]), .module-partner.detail .h2 strong:not([style]),
  .module-partner.detail blockquote b:not([style]),
  .module-partner.detail blockquote strong:not([style]) {
    font-weight: inherit;
    display: block;
    font-size: 0.5em;
    margin-top: 0.5em;
  }
  .module-partner.detail .h2:first-child,
  .module-partner.detail blockquote:first-child {
    margin-top: 0;
  }
  .module-partner.detail .h2 {
    font-family: "simplon_bp_boldbold";
    line-height: 1.2;
  }
  .module-partner.detail .lower-content {
    padding-top: 90px;
  }
  .module-partner.detail .lower-content h3 {
    margin-top: 45px;
  }
  .module-partner.detail .lower-content h3:first-child {
    margin-top: 0;
  }
  .module-partner.detail .h4 {
    margin-bottom: 20px;
  }
  .employee-slider {
    margin-left: -20px;
    margin-right: -20px;
  }
  .employee-slider .slide {
    padding: 0 20px;
  }
  .employee-slider .slide picture {
    margin-bottom: 20px;
  }
  .employee-slider .slide .quote {
    margin: 20px 0;
  }
  .employee-slider .slick-arrow {
    font-size: 30px;
  }
  /* End - module 'partner' */
  /* Start - modals */
  .modal article h3 {
    font-size: 70px;
    line-height: 72px;
    margin-bottom: 45px;
  }
  .modal article .freetext * {
    font-size: 21px;
    line-height: 30px;
  }
  .modal article .freetext * + * {
    margin-top: 30px;
  }
  .modal .gallery .slider > .slick-arrow {
    font-size: 70px;
  }
  .modal .thumbgallery > span {
    font-size: 30px;
    width: 45px;
  }
  .modal .thumbgallery > div {
    width: calc(100% - 45px - 45px);
  }
  /* End - modals */
  .angebot .content {
    padding-top: 90px;
  }
  .angebot .content .d-flex + .d-flex {
    margin-top: 67.5px;
  }
  .angebot .content .rich-text:first-child, .angebot .content .module-partner.detail blockquote:first-child, .module-partner.detail .angebot .content blockquote:first-child {
    padding-left: 40px;
  }
  .angebot-form .upper-content {
    padding-bottom: 90px;
  }
  a#logo {
    left: 45px;
    top: 45px;
  }
  a#logo > svg {
    height: 70px;
  }
  .share-bar {
    bottom: 45px;
    right: 45px;
  }
  .share-bar [class*=icon-] {
    font-size: 20px;
  }
  span.icon-burger,
  body > span.icon-close {
    font-size: 30px;
    padding: 45px;
  }
  nav {
    width: 100%;
    max-width: 480px;
    padding: 45px !important;
  }
  nav ul {
    margin: 0;
  }
  nav ul > li > a {
    font-size: 39px;
    line-height: 0.8;
  }
  nav ul > li {
    padding-left: 32px;
  }
  nav ul > li span {
    width: 32px;
    height: 32px;
  }
  nav ul > li span:before {
    font-size: 95px;
    margin-top: -26px;
  }
  nav ul > li + li {
    margin-top: calc(50px);
  }
  nav ul > li > a + ul {
    margin-top: 20px;
  }
  nav ul > li > ul > li > a {
    font-size: 35px;
    line-height: 0.8;
  }
  nav ul > li > ul > li + li {
    margin-top: 20px;
  }
  nav .navigation-social-links {
    display: flex;
    margin-top: 90px;
    padding-left: 32px;
  }
  nav .navigation-social-links a {
    font-size: 38px;
    color: black;
    transition: opacity 0.25s;
  }
  nav .navigation-social-links a + a {
    margin-left: 16px;
  }
  nav .navigation-social-links a span, nav .navigation-social-links a span::before {
    display: block;
  }
  nav .navigation-social-links a:hover {
    opacity: 0.5;
  }
  nav span.icon-close {
    font-size: 30px;
    padding: 45px;
  }
  .modal > form > span.icon-order,
  form.event-form > span.icon-order {
    font-size: 130px;
    height: 130px;
    margin-bottom: 45px;
    width: 130px;
  }
  .modal > form > h3,
  form.event-form > h3 {
    font-size: 30px;
    line-height: 42px;
  }
  .modal > form > h3 + div,
  form.event-form > h3 + div {
    margin-top: 20px !important;
  }
  .modal > form > div p,
  form.event-form > div p {
    font-size: 21px;
    line-height: 30px;
  }
  .modal > form > div + div,
  form.event-form > div + div {
    margin-top: 20px;
  }
  .modal > form > div > * + div,
  form.event-form > div > * + div {
    margin-left: 45px;
  }
  .modal > form > div.freetext + div {
    margin-top: 45px;
  }
  .event-form .freetext.clearfix {
    margin-top: 45px;
  }
  .modal > form > div > label,
  form.event-form > div > label {
    font-size: 21px;
    height: 45px;
    line-height: 45px;
    margin-right: 20px;
    width: 130px;
  }
  .modal > form > div.checkboxes,
  form.event-form > div.checkboxes {
    margin-top: 45px;
    padding-left: calc(130px + 20px);
  }
  .modal > form > div.checkboxes + div.checkboxes,
  form.event-form > div.checkboxes + div.checkboxes {
    margin-top: 20px;
  }
  .modal > form > div.checkboxes > div > div,
  form.event-form > div.checkboxes > div > div {
    height: 45px;
    width: 45px;
    margin-right: 20px;
  }
  .modal > form > div.checkboxes > div > div > input[type=checkbox] + span,
  form.event-form > div.checkboxes > div > div > input[type=checkbox] + span {
    height: calc(45px - 2px);
    width: calc(45px - 2px);
  }
  .modal > form > div.checkboxes > div > label,
  form.event-form > div.checkboxes > div > label {
    font-size: 21px;
    height: 45px;
    line-height: 45px;
  }
  .modal > form > div > input[type=text],
  form.event-form > div > input[type=text],
  form.event-form > div > input[type=email],
  form.event-form > div > input[type=tel] {
    font-size: 21px;
    height: 45px;
    line-height: 45px;
    padding: 0px calc((45px - 21px) / 2);
    width: calc(100% - 130px - 20px);
  }
  .modal > form > div > input[type=submit],
  form.event-form > div > input[type=submit] {
    font-size: 21px;
    height: 45px;
    line-height: 45px;
    width: calc(33.3333333333% - 20px);
  }
  .no-mobile .modal > form > div > input[type=submit],
  .no-mobile form.event-form > div > input[type=submit] {
    -webkit-transition: opacity ease 300ms;
    -moz-transition: opacity ease 300ms;
    -o-transition: opacity ease 300ms;
    transition: opacity ease 300ms;
  }
  .no-mobile .modal > form > div > input[type=submit]:hover,
  .no-mobile form.event-form > div > input[type=submit]:hover {
    opacity: 0.75;
  }
  .modal > form > div:last-child,
  form.event-form > div:last-child {
    margin-top: 45px;
  }
}
/* necessary for keyframe-animations */
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  article.module-slider-idea .slide h3.no-tablet {
    display: none;
  }
}
/* necessary for keyframe-animations */
@media only screen and (max-width: 750px) {
  .overlayable .overlayy .text {
    font-size: 0.75em;
  }
  .reference-slider .swiper {
    max-width: 90%;
    margin-left: 0;
  }
  article.module-project.detail .project-slider {
    max-width: 90%;
    margin-left: 0;
  }
  .module-projectlist .project-list .project-list-th {
    font-size: 12px;
  }
  .module-projectlist .project-list .project-list-th,
  .module-projectlist .project-list .project-list-td {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-right: 8px !important;
  }
  .module-projectlist .project-list .project-list-th:nth-child(n+2),
  .module-projectlist .project-list .project-list-td:nth-child(n+2) {
    text-align: center;
  }
  .module-projectlist .project-list .project-list-th:nth-child(n+2) .icon-checkmark,
  .module-projectlist .project-list .project-list-td:nth-child(n+2) .icon-checkmark {
    display: inline-block;
  }
  .module-projectlist .project-list .project-list-td {
    font-size: 14px;
  }
  .module-projectlist .project-list .project-list-row {
    line-height: 1.1;
    transition: background-color 0.25s;
    display: table-row;
  }
  .module-projectlist .project-list .project-list-row[href]:hover {
    background-color: rgba(0, 0, 0, 0.02);
  }
  .module-projectlist .project-list .project-list-row[href]:hover .project-name span {
    transform: translate3d(1.2em, 0, 0);
  }
  .module-projectlist .project-list .project-list-row:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .module-projectlist .project-list .project-list-row .icon-checkmark {
    color: rgba(0, 0, 0, 0.7);
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.3);
    padding: 0.4375em;
    border-radius: 50%;
    width: 1.875em;
    height: 1.875em;
  }
  .module-projectlist .project-list .project-list-row .icon-checkmark::before {
    transform: translate3d(-1px, 0, 0);
  }
  .module-projectlist .project-list .project-list-row .icon-checkmark, .module-projectlist .project-list .project-list-row .icon-checkmark::before {
    display: block;
  }
  .module-projectlist .show-more {
    padding-top: 3.75em;
  }
  .module-projectlist .show-more .crazy-link {
    cursor: pointer;
    font-size: 4vw;
    line-height: 5.3333333333vw;
  }
  .swiper [class*=swiper-button] {
    padding: 12px;
  }
  .swiper [class*=swiper-button] span {
    width: 16px;
    height: 16px;
  }
  /* comanded by SW MASTER CHIEF */
  .smallen {
    letter-spacing: -0.025em;
    font-size: 9.8666666667vw !important;
  }
  .container-s {
    width: calc(100% - 12vw);
  }
  .container-m {
    width: calc(100% - 12vw);
  }
  .container-l {
    width: calc(100% - 12vw);
  }
  .module-projectlist .project-list-wrapper {
    width: calc(100% + 6vw);
    overflow-x: auto;
  }
  .module-projectlist .project-list-wrapper .project-list {
    padding-right: 6vw;
  }
  .link-group {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 1.3em;
  }
  .link-group .crazy-link + .crazy-link {
    margin-top: 1em;
    margin-left: 0;
  }
  #cookie-banner .rich-text > *, #cookie-banner .module-partner.detail blockquote > *, .module-partner.detail #cookie-banner blockquote > * {
    font-size: 1em;
  }
  #cookie-banner .container-l {
    display: block;
  }
  #cookie-banner .container-l > div {
    padding-right: 0;
    margin-bottom: 1em;
  }
  .move-to-contact {
    display: block;
  }
  /* Start - general 'sliders' */
  .fp-controlArrow {
    display: none;
  }
  .fp-section > .fp-slidesNav ul li a {
    padding: 1.7333333333vw;
  }
  /* End - general 'sliders' */
  /* Start - navigation */
  nav ul > li > a + ul {
    margin-top: calc(2.6666666667vw * 1.5);
  }
  nav ul > li + li {
    margin-top: calc(8vw) !important;
  }
  nav ul > li > ul > li + li {
    margin-top: calc(2.6666666667vw);
  }
  /* End - navigation */
  /* Start - module 'idea' */
  article.module-slider-idea .no-slide h2,
  article.module-slider-idea .slide h2 {
    display: none;
  }
  /* End - module 'idea' */
  /* Start - module 'partner' */
  article.module-partner > h2 {
    display: none;
  }
  article.module-partner > .employees > div:not(.employee-detail) > div {
    width: calc((100% - 6vw / 2) / 2);
  }
  article.module-partner > .employees > div + div {
    margin-top: calc(6vw / 2);
  }
  article.module-partner > .employees > div:not(.employee-detail) > div + div {
    margin-left: calc(6vw / 2);
  }
  article.module-partner > .employees > div:not(.employee-detail) > div:nth-child(3) {
    margin-left: 0px;
  }
  article.module-partner > .employees > div:not(.employee-detail) > div:nth-child(3),
  article.module-partner > .employees > div:not(.employee-detail) > div:nth-child(4) {
    margin-top: calc(6vw / 2);
  }
  article.module-partner > .employees > div.employee-detail {
    padding-top: calc(6vw * 3);
    text-align: left;
  }
  article.module-partner > .employees > div.employee-detail + div {
    margin-top: 6vw;
  }
  article.module-partner > .employees > div.employee-detail > picture {
    margin: 0px;
    margin-bottom: calc(6vw / 2);
    width: 100%;
  }
  article.module-partner > .employees > div.employee-detail > picture + div {
    width: 100%;
  }
  article.module-partner > .employees > div.employee-detail > span.icon-arrow_left,
  article.module-partner > .employees > div.employee-detail > span.icon-arrow_right {
    display: none;
  }
  article.module-partner > .employees > div.employee-detail > span.icon-close {
    font-size: 6vw;
    padding: 6vw 0px 6vw 6vw;
    right: 0px;
  }
  .employee-slider {
    margin-left: -6vw;
    margin-right: -6vw;
  }
  .employee-slider .swiper-arrow {
    display: none;
  }
  /* End - module 'partner' */
  /* Start - module 'news' */
  article.module-news > h2 {
    display: none;
  }
  article.module-news > div + div {
    margin-top: 12vw;
  }
  article.module-news > div > * {
    margin: 0px !important;
    width: 100%;
  }
  article.module-news > div > picture,
  article.module-news > div > a {
    margin-bottom: calc(6vw / 2) !important;
  }
  article.module-news > div > .freetext * {
    line-height: 5.3333333333vw;
  }
  article.module-news > div > .freetext p:first-child + p {
    overflow: hidden;
  }
  article.module-news > div > .freetext p:first-child + p.showall {
    height: auto;
    overflow: visible;
  }
  article.module-news > div > .freetext p.readmore {
    display: block;
  }
  /* End - module 'news' */
  /* Start - module 'magazines' */
  article.module-magazines > h2 {
    display: none;
  }
  .interview-overview .overlayy h3 {
    font-size: 1em;
  }
  .interview-overview .container-l {
    padding: 0 6vw;
  }
  .interview-overview .container-l .row {
    display: block;
  }
  .interview-overview .container-l .row .col {
    width: 100%;
  }
  .interview-overview .container-l,
  article.module-magazines > .magazines {
    width: 100%;
  }
  article.module-magazines > .magazines > div > div {
    margin: 0px !important;
    padding: 0px 6vw;
    width: 100%;
  }
  article.module-magazines > .magazines > div > div + div {
    margin-top: 6vw !important;
  }
  /* End - module 'magazines' */
  /* Start - module 'project' */
  article.module-project.detail > h2 {
    display: none;
  }
  article.module-project.detail > .grid.two-columns .tile-with-color {
    position: static;
  }
  article.module-project.detail > .grid.two-columns > * {
    width: 100%;
  }
  article.module-project.detail > .grid.two-columns > * + * {
    margin-left: 0 !important;
    margin-top: 6vw;
  }
  article.module-project.detail > .grid.two-columns > * + * > picture + div > picture {
    display: none;
  }
  article.module-project.detail > .grid.two-columns > * + * > picture + div > picture + div {
    position: static;
  }
  article.module-project.detail > .grid.two-columns > * + * > picture + div > picture + div > div {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    position: static;
  }
  article.module-project.detail > div.nav > a + a {
    margin-left: 5.3333333333vw;
  }
  article.module-project.detail .partner-crosslink {
    display: block;
  }
  article.module-project.detail .partner-crosslink > * {
    width: 100% !important;
    margin-left: 0 !important;
  }
  article.module-project.detail .partner-crosslink > *:last-child {
    margin-top: 2.6666666667vw;
  }
  .module-slider-project .people-slide .fp-bg {
    align-items: flex-start;
  }
  .module-slider-project .people-slide .fp-bg picture {
    max-width: 100%;
    transform: translate3d(12.5%, 50%, 0);
  }
  .module-slider-project .people-slide .content {
    width: 100%;
    padding: 0 6vw 6vw;
    bottom: 10vw;
    left: 0;
  }
  .module-slider-project .people-slide .content h3 {
    font-size: 7.6vw;
    line-height: 1.368;
  }
  .module-slider-project .people-slide .content .crazy-link {
    font-size: 4vw;
  }
  article.module-partner > .employees > div.employee-detail > picture + div {
    font-size: 4vw;
    padding-left: 0;
  }
  article.module-partner > .employees > div.employee-detail > picture + div, article.module-partner > .employees > div.employee-detail > picture + div span {
    text-align: left !important;
  }
  /* End - module 'project' */
  /* Start - module 'footer' */
  article.module-footer > h2 {
    display: none;
  }
  article.module-footer > div.vertical-center {
    margin-top: calc(6vw * 2 * -1);
  }
  body.iphone-x article.module-footer > div.vertical-center {
    margin-top: calc(6vw * 4 * -1);
  }
  article.module-footer > div.vertical-bottom {
    bottom: calc(6vw * 4);
  }
  body.iphone-x article.module-footer > div.vertical-bottom {
    bottom: calc(6vw * 6);
  }
  article.module-footer > div > div > *.has-icon {
    font-size: 5.6vw;
    line-height: 5.6vw;
  }
  article.module-footer > div > div > *.imprint-link {
    font-size: 4vw;
    line-height: 5.6vw;
  }
  /* End - module 'footer' */
  /* Start - module 'projectlist' */
  article.module-projectlist h2 {
    display: none;
  }
  /* End - module 'projectlist' */
  /* Start - module 'slider-idea' */
  article.module-slider-idea .no-slide .facts > .freetext,
  article.module-slider-idea .slide .facts > .freetext {
    margin-left: 0px;
    width: 100%;
  }
  article.module-slider-idea .no-slide .facts > div + div,
  article.module-slider-idea .slide .facts > div + div {
    margin-top: 6vw;
  }
  /* End - module 'slider-idea' */
  .module-partner.detail .video-wrapper .icon-play {
    font-size: 3em;
  }
  .d-flex {
    display: block;
  }
  .module-partner .cta .container-l {
    display: block;
  }
  .module-partner .cta .container-l > * {
    width: 100%;
  }
  .module-partner .cta .container-l > *:first-child {
    margin-bottom: 1em;
  }
  .module-partner .cta .container-l > *:first-child, .module-partner .cta .container-l > *:last-child {
    padding-left: 0;
    padding-right: 0;
  }
  .angebot .content .bold br {
    display: none;
  }
  .angebot .content .rich-text, .angebot .content .module-partner.detail blockquote, .module-partner.detail .angebot .content blockquote {
    width: 100% !important;
    padding: 0 !important;
  }
  .angebot-form picture, .angebot-form .rich-text, .angebot-form .module-partner.detail blockquote, .module-partner.detail .angebot-form blockquote {
    width: 100%;
    padding: 0;
  }
  .angebot-form .default-form {
    width: 100%;
  }
  .angebot-form .rich-text, .angebot-form .module-partner.detail blockquote, .module-partner.detail .angebot-form blockquote {
    margin-top: 2em;
  }
  .employee-slider > button {
    display: none;
  }
  a#logo > svg {
    height: calc(6vw * 1.5);
  }
  .share-bar [class*=icon-] {
    font-size: 4vw;
  }
  span.icon-burger,
  nav span.icon-close,
  body > span.icon-close {
    font-size: 6vw;
  }
  body.no-mobile nav ul > li:hover:before,
  nav ul > li.active:before {
    top: calc(2.6666666667vw / 2.5 * -1);
  }
  article.module-project.detail > h1 {
    white-space: normal !important;
  }
  article.module-project .overlayy {
    opacity: 1 !important;
  }
}

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