@charset "UTF-8";
/****************************************************************************
 *  MEDIA MOTION AG                                                         *
 ****************************************************************************

    Funktion    variables

*****************************************************************************/
/**
 * font-size
 */
/**
 * Breakpoints
 */
/****************************************************************************
 *  MEDIA MOTION AG                                                         *
 ****************************************************************************

    Funktion      slick settings

*****************************************************************************/
/****************************************************************************
 *  MEDIA MOTION AG                                                         *
 ****************************************************************************

    Funktion    mixins media queries

*****************************************************************************/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

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

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url(../img/ajax-loader.gif) center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url(../fonts/slick.eot);
  src: url(../fonts/slick.eot?#iefix) format("embedded-opentype"), url(../fonts/slick.woff) format("woff"), url(../fonts/slick.ttf) format("truetype"), url(../fonts/slick.svg#slick) format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/****************************************************************************
 *  MEDIA MOTION AG                                                         *
 ****************************************************************************

    Funktion      main-nav bem module

*****************************************************************************/
/*
.main-nav

Styleguide classes.main-nav
*/
.main-nav {
  position: relative;
  display: flex;
}
.main-nav__item {
  flex: 0 0 auto;
}
.main-nav__item + .main-nav__item {
  margin-left: 26px;
}
.main-nav__item a, .main-nav__item strong {
  display: block;
}
.main-nav__line {
  display: none;
  position: absolute;
  top: 100%;
  left: var(--item-start, 0);
  width: var(--item-width, 0);
  height: 2px;
  margin-top: 4px;
  background-color: #000;
  transition-property: top, left, width, height, opacity;
  transition-duration: 0.6s;
  pointer-events: none;
}
@supports (color: var(--color)) {
  .main-nav__line {
    display: block;
  }
}
.main-nav--no-active-item .main-nav__line {
  top: 120%;
  left: 0;
  width: 100%;
  opacity: 0;
}
.main-nav:hover .main-nav__line {
  top: 100%;
  left: var(--item-start, 0);
  width: var(--item-width, 0);
  height: 2px;
  opacity: 1;
}

/****************************************************************************
 *  MEDIA MOTION AG                                                         *
 ****************************************************************************

    Funktion      main-header bem module

*****************************************************************************/
/*
.main-header

Styleguide classes.main-header
*/
.main-header {
  z-index: 50;
}
.main-header__inner {
  height: 120px;
  width: calc(100% - 40px);
  max-width: 1200px;
  padding-top: 0;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 30px;
}
.main-header__logo {
  width: 190px;
}
.main-header__logo svg {
  display: block;
  overflow: visible;
  width: 100%;
  height: auto;
}

/****************************************************************************
 *  MEDIA MOTION AG                                                         *
 ****************************************************************************

    Funktion      animated-logo bem module

*****************************************************************************/
/*
.animated-logo

Styleguide classes.animated-logo
*/
.animated-logo {
  position: relative;
  display: block;
}
.animated-logo svg {
  display: block;
}
.animated-logo svg + svg {
  position: absolute;
  inset: 0;
  visibility: hidden;
  animation: logoFadeIn 1.2s 0.4s both;
  animation-play-state: paused;
  z-index: -1;
}
.animated-logo--is-animated svg {
  visibility: hidden;
}
.animated-logo--is-animated svg + svg {
  visibility: visible;
  animation-play-state: running;
}

@keyframes logoFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/****************************************************************************
 *  MEDIA MOTION AG                                                         *
 ****************************************************************************

    Funktion      home-image bem module

*****************************************************************************/
/*
.home-image

Styleguide classes.home-image
*/
.home-images {
  overflow: hidden;
  display: flex;
}
.home-images,
.home-images ul {
  height: 100%;
}
.home-images ul {
  list-style: none;
}
.home-images__image-wrapper, .home-images__content {
  flex: 0 0 100%;
}
.home-images__content {
  overflow: hidden;
  position: relative;
  margin-left: -100%;
  display: flex;
  align-items: flex-end;
}
.home-images__content-inner {
  width: calc(100% - 80px);
  margin: auto auto 0;
  display: flex;
  align-items: flex-end;
  margin-bottom: 40px;
  padding-top: 40px;
  gap: 20px;
}
@media screen and (max-width: 37.5em) {
  .home-images__content-inner {
    flex-direction: column;
  }
}
.home-images__item {
  padding: 0;
}
.home-images__item,
.home-images__item figure,
.home-images__item img {
  height: 100%;
}
.home-images__item img {
  object-fit: cover;
  animation-name: kenBurnsTransformOne, kenBurnsTansformOriginOne;
  animation-duration: 18s, 21.89s;
  animation-delay: -6s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.home-images__image-wrapper img {
  height: calc(100vh - 120px - 64px);
  min-height: 100%;
}
@media screen and (max-width: 81.25em) {
  .home-images__image-wrapper img {
    height: calc(100vh - 120px - 68px);
  }
}
.home-images__info-item {
  width: 300px;
  animation-name: slideInSide;
  animation-fill-mode: both;
  animation-duration: 3s;
  animation-delay: 2.4s;
  opacity: 0.7;
  transform: translateX(-200%);
}
html.no-logo-animation .home-images__info-item {
  animation-delay: 0s;
}
.home-images__info-item + .home-images__info-item {
  margin-left: auto;
  transform: translateX(200%);
}

@keyframes kenBurnsTransformOne {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}
@keyframes kenBurnsTransformTwo {
  from {
    transform: scale(1.2);
  }
  to {
    transform: scale(1);
  }
}
@keyframes kenBurnsTansformOriginOne {
  from {
    transform-origin: 0% 20%;
  }
  to {
    transform-origin: 70% 80%;
  }
}
@keyframes kenBurnsTansformOriginOne {
  from {
    transform-origin: 100% 0%;
  }
  to {
    transform-origin: 0% 100%;
  }
}
@keyframes slideInSide {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@media screen and (max-width: 81.25em) {
  #main_content .inner,
  #footer #footer_inner,
  #page_titel {
    padding: 0 20px;
  }
  body.home #main_content .inner {
    padding: 0;
  }
  #main_content .inner {
    margin: 0;
  }
}
@media (max-width: 1100px) {
  div#main_content .filter {
    margin-top: 20px;
  }
  .projekte #main_content .button_rechts {
    float: none;
    width: 100%;
  }
  .projekte #main_content .button_rechts p {
    background-size: cover;
    width: 100%;
  }
  .inner-project,
  .mod_newsreader .rs-columns,
  .mod_newsreader .layout_full {
    display: flex;
    flex-wrap: wrap-reverse;
  }
  .mod_newsreader .layout_full .links33,
  .mod_newsreader .rs-columns .rs-column:first-of-type {
    margin-top: 50px;
    margin-right: 0;
  }
  .mod_newsreader .rs-columns .rs-column {
    width: 100%;
  }
  .inner-project .rs-column.links33 {
    margin-right: 0;
    margin-top: 50px;
  }
  .links33,
  .rechts66 {
    width: 100% !important;
  }
}
@media (max-width: 900px) {
  html #map {
    height: 300px;
  }
  html div#footercontent_right {
    float: left;
  }
  html div#footercontent_left {
    float: none;
  }
  html footer#footer {
    line-height: 17px;
  }
  html .home #news_home {
    bottom: 140px;
  }
  html .home #spotlight_home {
    bottom: auto;
    top: 120px;
    right: 0;
  }
}
@media (max-width: 900px) {
  #header #navi .mod_navigation {
    display: none;
  }
  /* Mobile Menu Trigger */
  body div#top {
    height: 90px;
  }
  #main_content .links33,
  #main_content .rechts66 {
    max-width: 100%;
    float: none;
    margin-right: 0;
  }
  html #main_content .one_third {
    width: 100%;
  }
  html .project p.erster {
    border-top: none;
    margin-top: 0;
  }
  .grid .grid-item {
    margin-right: 0;
    width: 100%;
  }
  .project-list .project {
    padding: 7px 0;
    width: 100%;
  }
  div#main_content h3 {
    margin-bottom: 20px;
  }
  html input.captcha {
    margin-left: 0;
  }
  html .submit {
    max-width: 446px;
    margin-left: 0;
    padding: 10px;
  }
  body h1,
  body div#page_titel h1 {
    font-size: 40px;
    line-height: 1.1;
  }
  #main_content .inner {
    padding-bottom: 20px;
  }
  html body #page_titel h1 {
    padding-top: 20px;
  }
  .helvetica-bd h1 {
    font-size: 40px !important;
    line-height: 1.1;
  }
}
@media (max-width: 600px) {
  #main_content .ce_text.button_rechts p {
    width: 100%;
  }
  html .home .mod_newslist figure {
    display: none;
  }
  html .home #news_home {
    bottom: 270px;
  }
}
@media (max-width: 500px) {
  html div#footercontent_right,
  html div#footercontent_left {
    width: 100%;
    margin-right: 0;
    float: left;
  }
  html div#footercontent_left {
    margin-bottom: 10px;
  }
  html div#footercontent_right p,
  html div#footercontent_left p {
    display: block;
    padding-bottom: 6px;
    margin: 0;
  }
  html div#footercontent_right p:last-child {
    margin-bottom: 12px;
  }
  html div#footercontent_right p:after,
  html div#footercontent_left p:after {
    content: none;
  }
  /*** mauro ***/
  div#main_content {
    padding-bottom: 0 !important;
  }
  div#clear_both {
    height: 0 !important;
  }
}
@media (max-width: 400px) {
  html .frm_contact label {
    float: none;
  }
}
@media (max-height: 450px) {
  html .home #news_home {
    display: none;
  }
}
@font-face {
  font-family: "HelveticaNeueLTStd-Lt";
  src: url(../fonts/340DB0_0_0.woff2) format("woff2"), url(../fonts/340DB0_0_0.woff) format("woff");
}
@font-face {
  font-family: "HelveticaNeueLTStd-Bd";
  src: url(../fonts/340DB0_1_0.woff2) format("woff2"), url(../fonts/340DB0_1_0.woff) format("woff");
}
@font-face {
  font-family: "HelveticaNeueLTStd-Md";
  src: url(../fonts/340DB0_2_0.woff2) format("woff2"), url(../fonts/340DB0_2_0.woff) format("woff");
}
/* subset */
@font-face {
  font-family: "CircularXXSub-MediumSubset";
  src: url(../fonts/CircularXXSub-MediumSubset.woff2) format("woff2");
}
@font-face {
  font-family: "CircularXXSub-MediumSubset";
  src: url(../fonts/CircularXXSub-MediumSubset.woff) format("woff");
}
/* Complete */
@font-face {
  font-family: "CircularXXWeb-Medium";
  src: url(../fonts/CircularXXWeb-Medium.woff) format("woff");
}
@font-face {
  font-family: "CircularXXWeb-Medium";
  src: url(../fonts/CircularXXWeb-Medium.woff2) format("woff2");
}
/* Book */
@font-face {
  font-family: "CircularPro-Book";
  src: url(../fonts/CircularPro-Book.otf);
}
/* Medium */
@font-face {
  font-family: "CircularPro-Medium";
  src: url(../fonts/CircularPro-Medium.ttf);
}
/* Bold */
@font-face {
  font-family: "CircularPro-Bold";
  src: url(../fonts/CircularStd-Bold.otf);
}
* {
  box-sizing: border-box;
}

html, body {
  min-height: 100%;
  margin: 0;
  height: 100%;
}

html {
  overflow-x: hidden;
  overflow-y: scroll;
}

body {
  background-attachment: fixed;
  background-color: white;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #000;
  font-family: "CircularPro-Book", sans-serif;
  font-size: 16px;
  line-height: 20px;
}

strong {
  font-family: "CircularPro-Bold";
}

p {
  padding-bottom: 15px;
  line-height: 20px;
}

#navi a,
a {
  color: #B0B0B0;
  text-decoration: none;
}

#navi a.active,
#navi a:hover {
  color: black;
  text-decoration: none;
}

.trail {
  color: #AAA;
  text-decoration: none;
}

span.active {
  color: black;
}

h1 {
  font-size: 48px;
  font-weight: lighter;
  padding-bottom: 43px;
  line-height: 2.2em;
}

.helvetica-bd h1 {
  line-height: 1.1;
}

h2 {
  font-size: 15px;
  font-weight: lighter;
  padding-bottom: 10px;
  padding-top: 20px;
}

hr {
  clear: both;
  color: transparent;
  margin-bottom: 15px;
  border: 1px solid #DEDEDE;
  border-top: none;
}

img {
  width: 100%;
}

.img-small img {
  width: auto;
}

#map {
  height: 482px;
  width: 100%;
}

.mm-page {
  min-height: 100%;
}

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

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

.margin-top-30 {
  margin-top: 30px;
}

.margin-bottom-10 {
  margin-top: 10px;
}

.margin-bottom-20 {
  margin-top: 20px;
}

.margin-bottom-30 {
  margin-top: 30px;
}

/* ------------------------------------------------------------------------------------- */
.block {
  overflow: unset;
}

div#top {
  background: none repeat scroll 0 0 white;
  height: 120px;
  width: 100%;
  z-index: 10;
  top: 0;
  position: fixed;
}

div#frame {
  width: 100%;
  height: auto;
  margin: 0 auto auto;
  top: 0;
  z-index: 20;
  position: sticky;
  background-color: white;
}

body.home .main-header {
  background-color: #FFF;
}

div#navi .mod_navigation {
  color: #FFF;
  font-size: 18px;
  margin-bottom: 7px;
}

span.active {
  cursor: pointer;
}

div#navi ul {
  list-style: none outside none;
  margin: 0 0 0 7px;
  z-index: 900;
}

div#navi ul li:last-child {
  padding-right: 0;
}

div#navi ul li ul {
  display: none;
  left: 0;
  padding-top: 42px;
  padding-bottom: 10px;
  margin: 0;
  position: absolute;
  width: 100%;
  margin-left: 83px;
  text-transform: lowercase;
}

div#navi ul li.active ul.level_2,
div#navi ul li.trail ul.level_2 {
  display: block;
}

div#navi ul li ul li {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  padding-right: 30px;
}

/* ------------- NEW --------------------- */
#navi li.trail a {
  color: black;
}

div#navi ul li ul li ul {
  display: none;
  left: 0;
  padding: 20px;
  margin: 5px 0 0;
  position: absolute;
  width: 570px;
  background: url(../img/content_bg1.png) repeat;
  text-transform: none;
  -moz-box-shadow: 0px 0px 4px #9D9EA0; /* FF3.5 - 3.6 */
  -webkit-box-shadow: 0px 0px 4px #9D9EA0; /* Saf3.0+, Chrome */
  box-shadow: 0px 0px 4px #9D9EA0; /* Opera 10.5, IE9, FF4+, Chrome 10+ */
  _margin-top: 21px; /* ie6 */
  *margin-top: 21px; /* ie6 ie7 */
  margin-top: 21px \9 ; /* ie8 */
}

div#navi ul li ul li ul li {
  display: block;
  margin: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 0px;
  float: none;
  clear: both;
  width: 570px;
  border-bottom: solid 1px #DDD;
  _list-style-image: none; /* ie6 */
  *list-style-image: none; /* ie6 ie7 */
  list-style-image: none \9 ; /* ie8 */
}

div#navi ul li ul li ul li:hover {
  background: #DDD;
}

div#navi ul li ul li ul li a {
  color: #2E2E2E;
}

div#navi ul li ul li:hover ul,
li.trail ul,
li.active ul {
  display: block;
}

div#navi ul li ul li ul:hover {
  display: block;
}

div#navi ul li ul li:hover a,
div#navi ul li ul li:hover span.active {
  border-bottom: 15px solid #9D9EA0;
  padding-bottom: 5px;
  position: relative;
  z-index: 500;
}

div#navi ul li ul li:hover ul li a,
div#navi ul li ul li:hover ul li .active {
  border-bottom: 0;
  z-index: 0;
}

div#navi ul li ul li:hover ul {
  z-index: 100;
}

div#content {
  width: 780px;
  height: 490px;
  background: url(../img/content_bg1.png) repeat;
  padding: 80px;
  line-height: 18px;
}

div#content a {
  color: #000;
}

div#content a:hover {
  color: #333;
}

.mm-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.mm-listitem {
  color: #000;
}

.main-container {
  background: #FFF;
  line-height: 18px;
  padding-bottom: 40px;
  padding-top: 40px;
  width: 100%;
  flex: 1 0 auto;
}

body.home .main-container {
  display: flex;
  padding-top: 0;
  padding-bottom: 0;
  background-color: transparent;
}

body.home .main-container .main,
body.home .main-container .inside,
body.home .main-container .mod_article {
  display: flex;
  max-width: 100%;
  min-height: 100%;
  width: 100%;
}

.main-container a:hover {
  color: #000;
}

div#main_content h2 {
  font-weight: 800;
  padding: 0px;
  font-family: "CircularPro-Medium", sans-serif;
}

div#page_titel h1 {
  color: black;
  font-size: 48px;
  font-weight: normal;
  padding-top: 40px;
  padding-bottom: 0;
}

.inner {
  margin: 0 auto;
  max-width: 1200px;
}

footer#footer {
  background: none repeat scroll 0 0 white;
  bottom: 0;
  color: black;
  font-size: 16px;
  margin-bottom: 0;
  z-index: 9;
  width: 100%;
  line-height: 43px;
  min-height: 64px;
}

footer#footer p {
  display: inline-block;
  line-height: 12px;
  padding-bottom: 10px;
  padding-top: 10px;
}

html footer#footer div p:first-child {
  margin-top: 12px;
}

footer#footer p:after {
  content: "|";
  margin: 0 10px;
}

footer#footer p:last-of-type:after {
  content: none;
}

div#footer_inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 81.25em) {
  div#footer_inner {
    margin: 9px 0;
  }
}

div#footercontent_left {
  color: black;
  float: left;
}

div#footercontent_right {
  color: black;
  float: right;
  margin-right: 5px;
}

div#footercontent_right a {
  color: black;
}

/* --- Formular --- */
.text, .captcha {
  height: 43px;
  margin-bottom: 10px;
  width: 100%;
  padding: 13px;
  margin-left: 0;
  font-family: "CircularXXSub-MediumSubset", sans-serif;
  border: none;
}

.text, .captcha, .textarea {
  background: #EEEEEF;
}

.text:focus, .captcha:focus, .textarea:focus {
  outline: none;
}

.textarea {
  border: 1px solid #AEAEAE;
  height: 95px;
  margin-bottom: 10px;
  width: 100%;
  padding: 15px;
  font-family: "CircularXXSub-MediumSubset", sans-serif;
  border: none;
}

label.error, p.error {
  color: #F00;
  margin-left: 20px;
  vertical-align: top;
  width: 450px;
}

p.error {
  width: 335px;
}

label#captcha_error {
  color: #F00;
  float: none;
  width: 300px;
}

/* --- Kontakt --- */
section#contact_header {
  width: 780px !important;
}

div#contact_form {
  top: 19px;
}

.widget-checkbox {
  margin-bottom: 15px;
}

.widget-checkbox fieldset {
  border: none;
}

/* --- GRID SYSTEM --- */
.news .rechts66 h3 {
  margin-bottom: 0;
}

.news .layout_simple a {
  text-decoration: none;
}

#google-maps br {
  display: none;
}

#google-maps iframe {
  float: left;
}

/* --- special Buttons --- */
.ce_text.button_box p {
  background: none repeat scroll 0 0 white;
  border: 1px solid #9C9E9F;
  margin-bottom: 15px;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-top: 5px;
}

.ce_text.button_rechts p {
  color: black;
  padding-bottom: 0 !important;
  position: relative;
  vertical-align: middle;
  font-family: "CircularPro-Medium", sans-serif;
  padding-top: 13px;
  font-size: 16px;
}

.ce_text.button_rechts p a:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 15px;
  width: 10px;
  height: 10px;
  margin-left: 20px;
  border-top: 3px solid black;
  border-right: 3px solid black;
  border-left: none;
  border-bottom: none;
  transform: rotate(45deg) translateY(5px);
  transition: right 0.3s;
  pointer-events: none;
}

.ce_text.button_rechts p a:hover:after {
  right: 10px;
  transition: right 0.3s;
}

.widget-submit {
  display: inline;
}

.ce_text.button_rechts a,
input.submit {
  padding-left: 15px;
}

.ce_text.button_links a,
.ce_text.button_rechts a {
  padding-right: 45px;
}

.ce_text.button_rechts a,
input.submit {
  position: relative;
  color: black !important;
  display: inline-block;
  height: 100%;
  margin-top: -13px;
  padding-bottom: 13px;
  padding-top: 13px;
  border: 1px solid black;
  background-color: transparent;
  cursor: pointer;
}

div#back.button_links p,
.ce_text.button_links p {
  color: black;
  padding-bottom: 0 !important;
  padding-right: 15px;
  padding-top: 13px;
  position: relative;
  text-align: left;
  vertical-align: middle;
  font-size: 16px;
  font-family: "CircularPro-Medium", sans-serif;
}

div#back.button_rechts p:hover, .ce_text.button_rechts p:hover {
  background-position: right;
}

div#back.button_links a:hover:before {
  left: 5px;
}

div#clear_both {
  clear: both;
  height: 40px;
}

#footer div#clear_both {
  height: auto;
}

/* --- schwarze Überschriften --- */
h3 {
  color: black;
  font-size: 24px;
  font-weight: 400;
  font-family: "CircularPro-Book", sans-serif;
  margin-top: 10px;
  margin-bottom: 15px;
  line-height: 1.2;
}

div#main_content .dl_list h3 {
  font-size: 24px;
  margin-bottom: 30px;
  margin-top: 25px;
}

/* --- Listenansicht --- */
#main_content .mod_customnav li,
#main_content .mod_customnav ul {
  background: none;
  padding-left: 0;
  list-style: none;
}

#main_content .mod_customnav a {
  text-decoration: none;
}

#main_content .mod_customnav span {
  color: #000;
  background: #EEEEEF;
}

.mod_customnav li.news.first {
  border-top: 1px solid #DEDEDE;
}

.layout_simple,
.mod_customnav li.news,
#kontakt p {
  border-bottom: 1px solid #DEDEDE;
  padding-bottom: 0px;
}

#kontakt p:last-child {
  border-bottom: none;
}

#noborder p {
  border-bottom: 0;
}

#nospace h3 {
  margin-top: 0 !important;
}

.mod_customnav span.news {
  margin-top: 1px;
  margin-bottom: 1px;
}

.mod_newslist .layout_simple a,
.mod_customnav a,
.mod_customnav span,
.project p a,
#kontakt p a {
  padding-top: 13px;
  padding-bottom: 12px;
  display: inline-block;
  padding-left: 10px;
  width: 100%;
  line-height: 20px;
}

html .project p a {
  padding-left: 0;
}

.project p.erster,
#kontakt p.erster {
  border-top: 1px solid #DEDEDE;
  margin-top: 17px;
  padding-bottom: 0px;
}

.layout_simple:hover a,
.mod_customnav a:hover,
#kontakt p:hover a {
  margin-top: 1px !important;
  margin-bottom: 1px !important;
  padding-top: 12px !important;
  padding-bottom: 11px !important;
  background: #EEEEEF;
}

#kontakt p:hover a.special {
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  padding-bottom: 6px !important;
}

/* --- Detailseite --- */
div.infotext p {
  padding-bottom: 0;
}

div#back {
  margin-bottom: 18px;
}

div#eigentuemer,
div#adresse,
div#nutzer,
div#bauherr,
div#objekt,
div#baubeginn,
div#fertigstellung,
div#dienstleistung,
div#obj_website {
  border-top: 1px solid #DEDEDE;
  padding-bottom: 10px;
  padding-top: 10px;
}

.project-links {
  display: block;
}

.ce_text li {
  list-style: none;
  position: relative;
  padding-left: 15px;
  line-height: 20px;
}

.ce_text li:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: black;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}

#main_content .mod_customnav li:before {
  display: none;
}

#menu li {
  background: url(../img/slider_li.png) no-repeat scroll 0 8px transparent;
  float: right;
  list-style: none outside none;
  margin-right: -52px;
}

#menu li img {
  display: none;
}

#gallery {
  border: none !important;
  box-shadow: none !important;
  background: none;
}

.ce_gallery li {
  float: left;
  width: 33%;
  background: none !important;
  padding: 0px !important;
}

.col_1 .image_container img {
  margin-left: 23px;
}

.col_0 .image_container,
.col_1 .image_container,
.col_2 .image_container {
  padding-right: 0px !important;
}

.col_last .image_container img {
  float: right;
  margin-right: -9px;
  padding: 0;
}

.ce_gallery {
  float: left;
  width: 100% !important;
}

#kontakt p a.special {
  display: inline;
  padding-left: 0;
  padding-top: 0;
  width: 100%;
}

.nivoSlider {
  margin-top: 18px !important;
}

/* Wobble Vertical */
@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.home div#content {
  background: none;
  height: 100%;
  min-height: 100%;
  line-height: 18px;
  padding: 80px;
  width: 100%;
}

.button-wrap {
  bottom: 55px;
  position: fixed;
  text-align: center;
  width: 1200px;
}

#news-button.animated {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  color: white !important;
  display: inline-block;
  font-size: 16px;
  margin: 0 auto;
  padding: 28px 40px;
  width: auto;
  z-index: 999;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

#news-button.notAnimated {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  color: white !important;
  display: inline-block;
  font-size: 16px;
  margin: 0 auto;
  padding: 28px 40px;
  width: auto;
  z-index: 999;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 750;
  animation-iteration-count: 750;
}

#news-button a {
  color: white !important;
}

#news-button .ce_text {
  float: none;
  width: auto;
}

#news-button .ce_text p {
  padding-bottom: 0;
}

/*** Back Link ausblenden ***/
p.back {
  display: none;
}

/*** Home Newsbox ***/
.home .mod_newslist {
  max-width: 300px;
  background: white;
}

.home .mod_newslist figure,
.home .mod_newslist img {
  width: 100%;
}

.home .mod_newslist p,
.home .mod_newslist h3 {
  padding: 5px 20px;
}

.home .mod_newslist p {
  margin-bottom: 0;
}

.home .mod_newslist p {
  padding-bottom: 20px;
}

.home .mod_newslist h3 {
  padding: 0 0;
  margin-right: 20px;
  margin-left: 20px;
  padding-top: 10px;
  margin-top: 5px;
  border-top: 1px solid #CDCDCD;
}

.home .mod_newslist p,
.home .mod_newslist h3,
.home div#news_home .mod_newslist a {
  color: black;
  font-weight: normal;
}

.home .mod_newslist p.info {
  background: white none repeat scroll 0 0;
  color: #000;
  font-size: 15px;
  font-weight: normal;
  padding: 20px 20px 3px;
  margin-top: 0;
  margin-bottom: 5px;
}

/*** Referenzen / Projekte ***/
#main_content .one_third {
  margin-right: 7.692305%;
  width: 28.20513%;
  float: left;
}

#main_content .one_third:last-of-type {
  margin-right: -5px;
}

#main_content .one_third p {
  width: calc(100% + 10px);
}

#main_content span.imagecontainer_project {
  display: block;
  height: 188px;
  overflow: hidden;
  width: 100%;
  background: #000;
}

#main_content span.imagecontainer_project img {
  margin-top: calc((-75% + 188px) / 3);
  opacity: 1;
}

#main_content a.project-link:hover span.imagecontainer_project img {
  opacity: 0.6;
  transition: 1s;
}

.wrapper-filter {
  min-height: 60px;
}

div#main_content .wrapper-filter .button, div#main_content .wrapper-filter .button_links a, .button_links div#main_content .wrapper-filter a {
  color: #B0B0B0;
  font-size: 16px;
}

div#main_content .wrapper-filter .button.current, div#main_content .wrapper-filter .button_links a.current, .button_links div#main_content .wrapper-filter a.current {
  color: black;
}

.projekte .ce_text.button_rechts {
  width: 28%;
}

.projekte .ce_text.button_rechts p:hover {
  background-position: right;
  opacity: 1;
}

.project-link {
  position: relative;
}

.project-teaser {
  margin-top: -70px;
  height: 70px;
  position: absolute;
  width: 100%;
  background: -moz-linear-gradient(top, rgba(28, 28, 28, 0) 0%, rgba(28, 28, 28, 0.12) 11%, rgba(19, 19, 19, 0.17) 16%, rgb(19, 19, 19) 93%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(28, 28, 28, 0) 0%, rgba(28, 28, 28, 0.12) 11%, rgba(19, 19, 19, 0.17) 16%, rgb(19, 19, 19) 93%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(28, 28, 28, 0) 0%, rgba(28, 28, 28, 0.12) 11%, rgba(19, 19, 19, 0.17) 16%, rgb(19, 19, 19) 93%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #FFF;
}

.project-teaser span {
  bottom: 15px;
  left: 15px;
  position: absolute;
}

/*** Slick Slider ***/
.slick-slider {
  margin-top: 18px;
}

.slick-prev::before,
.slick-next::before {
  content: "";
  border-bottom: 4px solid rgba(255, 255, 255, 0.7);
  width: 30px;
  height: 30px;
  display: block;
  opacity: 1;
}

.slick-prev,
.slick-next {
  width: 30px;
  height: 30px;
  top: 46.5%;
}

.slick-prev::before {
  border-left: 4px solid rgba(255, 255, 255, 0.7);
}

.slick-next::before {
  border-right: 4px solid rgba(255, 255, 255, 0.7);
}

.slick-prev {
  left: 20px;
  z-index: 1;
  transform: rotate(45deg);
}

.slick-next {
  right: 20px;
  transform: rotate(-45deg);
}

.slick-prev,
.slick-next {
  width: auto;
  height: auto;
}

/*** Isotope Grid ***/
.project p a {
  padding-bottom: 0;
}

.grid.block {
  width: 107.69231%;
  margin: 0 -3.846155%;
}

[data-filter] {
  cursor: pointer;
}

[data-filter].current {
  color: black;
}

.grid-item {
  width: 33.33%;
  padding: 2px 3.6% 0;
  box-sizing: border-box;
}

.projekte .grid-item > span:first-of-type {
  border-bottom: 1px solid #9C9E9F;
  display: block;
  padding-bottom: 15px;
}

.grid-item img {
  margin-bottom: 10px;
}

/*** Youtube Responsive ***/
.videowrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  margin-top: 15px;
}

.videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*** mauro 8.6.17 ***/
.dl_list ul {
  margin-top: 15px;
  margin-bottom: 30px;
}

/*** Projekte/Referenzen - Damian ***/
.ce_text.project-list {
  margin-left: -7px;
  margin-right: -7px;
  width: calc(100% + 14px);
}

.project-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -7px;
  margin-left: -7px;
}

.project {
  flex: 0 0 auto;
  width: 33.3333333333%;
  padding: 7px;
}

.project-link {
  display: block;
}

/*** Spotlight **/
.spotlight-show {
  background-color: white;
  color: black;
  padding: 20px;
  padding-top: 7px;
}

.spotlight-title {
  display: block;
  padding: 20px 20px 3px;
  background: white none repeat scroll 0 0;
  color: #000;
  font-size: 15px;
  font-weight: normal;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.spotlight-show h2 {
  font-size: 30px;
  font-weight: bold;
  margin-top: 0;
  border-top: 1px solid #CDCDCD;
  border-bottom: 1px solid #CDCDCD;
  padding-top: 10px;
  line-height: 1;
}

input::placeholder,
textarea::placeholder {
  font-family: "CircularPro-Book", sans-serif;
}

/*
	Supersized - Fullscreen Background jQuery Plugin Stylesheet
	Version 3.1.3 Core
	www.buildinternet.com/project/supersized

	By Sam Dunn / One Mighty Roar (www.onemightyroar.com)
	Released under MIT License / GPL License
*/
* {
  margin: 0;
  padding: 0;
}

img {
  border: none;
}

#supersized-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  text-indent: -999em;
  background-color: #111;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#supersized {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: -999;
  height: 100%;
  width: 100%;
}

#supersized img {
  height: auto;
  width: auto;
  position: relative;
  outline: none;
  border: none;
  -ms-interpolation-mode: bicubic;
  image-rendering: optimizeQuality;
}

/* CSS Document */
.invisible {
  display: none !important;
}

/* Lightbox */
#mbTitle {
  color: #000000;
  width: 250px;
}

/*#mbBottom {width: 423px; }*/
/* Darstellung Projekte */
.ce_gallery {
  float: left;
}

.ce_text {
  float: left;
  width: 100%;
}

.aktuelle_artikel section {
  width: 100%;
}

body {
  font-smoothing: antialiased;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

img,
[style*=inline-block] {
  vertical-align: middle;
}

::selection {
  text-shadow: none;
  color: var(--selection-color, #FFF);
  background: var(--selection-color, rgba(0, 0, 0, 0.8));
}

.main-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.main-container {
  flex: 1 0 auto;
}

.main-header,
.main-footer {
  flex: 0 0 auto;
}

/****************************************************************************
 *  MEDIA MOTION AG                                                         *
 ****************************************************************************

    Funktion      helper module

*****************************************************************************/
.remove-margin-top {
  margin-top: 0 !important;
}

/****************************************************************************
 *  MEDIA MOTION AG                                                         *
 ****************************************************************************

    Funktion      cols bem module

*****************************************************************************/
/*
.cols

Styleguide classes.cols
*/
.cols {
  display: grid;
  grid-gap: 20px;
}
.cols--news {
  grid-template-columns: repeat(2, minmax(10px, 1fr));
}

/****************************************************************************
 *  MEDIA MOTION AG                                                         *
 ****************************************************************************

    Funktion      font-inherit bem module

*****************************************************************************/
/*
.font-inherit

Styleguide classes.font-inherit
*/
.font-inherit {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-style: inherit;
}

/****************************************************************************
 *  MEDIA MOTION AG                                                         *
 ****************************************************************************

    Funktion      nav-trigger bem module

*****************************************************************************/
/*
.nav-trigger

Styleguide classes.nav-trigger
*/
.nav-trigger {
  display: none;
  position: relative;
  height: 30px;
  width: 30px;
  margin-bottom: 8px;
}
@media screen and (max-width: 56.25em) {
  .nav-trigger {
    display: block;
  }
}
.nav-trigger::before {
  bottom: 6px;
}
.nav-trigger span, .nav-trigger::before, .nav-trigger::after {
  display: block;
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 4px;
  position: absolute;
  width: 30px;
}
.nav-trigger span {
  top: 50%;
  transform: translateY(-50%);
}
.nav-trigger::before {
  top: 0;
}
.nav-trigger::after {
  bottom: 0;
}

/****************************************************************************
 *  MEDIA MOTION AG                                                         *
 ****************************************************************************

    Funktion      block-reset bem module

*****************************************************************************/
/*
.block-reset

Styleguide classes.block-reset
*/
.block-reset > :first-child, .detail .ce_hyperlink > :first-child, .detail__title-container-back > :first-child, .detail__title-container-project > :first-child, .detail__main > :first-child, .detail__header > :first-child {
  margin-top: 0;
}
.block-reset > :last-child, .detail .ce_hyperlink > :last-child, .detail__title-container-back > :last-child, .detail__title-container-project > :last-child, .detail__main > :last-child, .detail__header > :last-child {
  margin-bottom: 0;
}

/****************************************************************************
 *  MEDIA MOTION AG                                                         *
 ****************************************************************************

    Funktion    rocksolid columns overwrite

*****************************************************************************/
.rs-columns {
  display: block;
  clear: both;
  width: 100%;
}
.rs-columns::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.rs-column {
  float: left;
  width: 100%;
  margin-right: 20px;
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
}
.rs-column.-large-first {
  clear: left;
}
.rs-column.-large-last {
  margin-right: 0;
}
.rs-column.-large-first-row {
  margin-top: 0;
}
.rs-column.-large-col-1-1 {
  width: calc(((100% - 20px * (0)) / 1 * (1) + 20px * 0) - 0.01px);
}
.rs-column.-large-col-2-1 {
  width: calc(((100% - 20px * (1)) / 2 * (1) + 20px * 0) - 0.01px);
}
.rs-column.-large-col-2-2 {
  width: calc(((100% - 20px * (1)) / 2 * (2) + 20px * 1) - 0.01px);
}
.rs-column.-large-col-3-1 {
  width: calc(((100% - 20px * (2)) / 3 * (1) + 20px * 0) - 0.01px);
}
.rs-column.-large-col-3-2 {
  width: calc(((100% - 20px * (2)) / 3 * (2) + 20px * 1) - 0.01px);
}
.rs-column.-large-col-3-3 {
  width: calc(((100% - 20px * (2)) / 3 * (3) + 20px * 2) - 0.01px);
}
.rs-column.-large-col-4-1 {
  width: calc(((100% - 20px * (3)) / 4 * (1) + 20px * 0) - 0.01px);
}
.rs-column.-large-col-4-2 {
  width: calc(((100% - 20px * (3)) / 4 * (2) + 20px * 1) - 0.01px);
}
.rs-column.-large-col-4-3 {
  width: calc(((100% - 20px * (3)) / 4 * (3) + 20px * 2) - 0.01px);
}
.rs-column.-large-col-4-4 {
  width: calc(((100% - 20px * (3)) / 4 * (4) + 20px * 3) - 0.01px);
}
.rs-column.-large-col-5-1 {
  width: calc(((100% - 20px * (4)) / 5 * (1) + 20px * 0) - 0.01px);
}
.rs-column.-large-col-5-2 {
  width: calc(((100% - 20px * (4)) / 5 * (2) + 20px * 1) - 0.01px);
}
.rs-column.-large-col-5-3 {
  width: calc(((100% - 20px * (4)) / 5 * (3) + 20px * 2) - 0.01px);
}
.rs-column.-large-col-5-4 {
  width: calc(((100% - 20px * (4)) / 5 * (4) + 20px * 3) - 0.01px);
}
.rs-column.-large-col-5-5 {
  width: calc(((100% - 20px * (4)) / 5 * (5) + 20px * 4) - 0.01px);
}
.rs-column.-large-col-6-1 {
  width: calc(((100% - 20px * (5)) / 6 * (1) + 20px * 0) - 0.01px);
}
.rs-column.-large-col-6-2 {
  width: calc(((100% - 20px * (5)) / 6 * (2) + 20px * 1) - 0.01px);
}
.rs-column.-large-col-6-3 {
  width: calc(((100% - 20px * (5)) / 6 * (3) + 20px * 2) - 0.01px);
}
.rs-column.-large-col-6-4 {
  width: calc(((100% - 20px * (5)) / 6 * (4) + 20px * 3) - 0.01px);
}
.rs-column.-large-col-6-5 {
  width: calc(((100% - 20px * (5)) / 6 * (5) + 20px * 4) - 0.01px);
}
.rs-column.-large-col-6-6 {
  width: calc(((100% - 20px * (5)) / 6 * (6) + 20px * 5) - 0.01px);
}
@media screen and (max-width: 56.25em) {
  .rs-column {
    margin-top: 20px;
    margin-right: 20px;
    /* stylelint-disable selector-class-pattern */
    /* stylelint-enable selector-class-pattern */
  }
  .rs-column.-large-first {
    clear: none;
  }
  .rs-column.-large-last {
    margin-right: 20px;
  }
  .rs-column.-large-first-row {
    margin-top: 20px;
  }
  .rs-column.-medium-first {
    clear: left;
  }
  .rs-column.-medium-last {
    margin-right: 0;
  }
  .rs-column.-medium-first-row {
    margin-top: 0;
  }
  .rs-column.-medium-col-1-1 {
    width: calc(((100% - 20px * (0)) / 1 * (1) + 20px * 0) - 0.01px);
  }
  .rs-column.-medium-col-2-1 {
    width: calc(((100% - 20px * (1)) / 2 * (1) + 20px * 0) - 0.01px);
  }
  .rs-column.-medium-col-2-2 {
    width: calc(((100% - 20px * (1)) / 2 * (2) + 20px * 1) - 0.01px);
  }
  .rs-column.-medium-col-3-1 {
    width: calc(((100% - 20px * (2)) / 3 * (1) + 20px * 0) - 0.01px);
  }
  .rs-column.-medium-col-3-2 {
    width: calc(((100% - 20px * (2)) / 3 * (2) + 20px * 1) - 0.01px);
  }
  .rs-column.-medium-col-3-3 {
    width: calc(((100% - 20px * (2)) / 3 * (3) + 20px * 2) - 0.01px);
  }
  .rs-column.-medium-col-4-1 {
    width: calc(((100% - 20px * (3)) / 4 * (1) + 20px * 0) - 0.01px);
  }
  .rs-column.-medium-col-4-2 {
    width: calc(((100% - 20px * (3)) / 4 * (2) + 20px * 1) - 0.01px);
  }
  .rs-column.-medium-col-4-3 {
    width: calc(((100% - 20px * (3)) / 4 * (3) + 20px * 2) - 0.01px);
  }
  .rs-column.-medium-col-4-4 {
    width: calc(((100% - 20px * (3)) / 4 * (4) + 20px * 3) - 0.01px);
  }
  .rs-column.-medium-col-5-1 {
    width: calc(((100% - 20px * (4)) / 5 * (1) + 20px * 0) - 0.01px);
  }
  .rs-column.-medium-col-5-2 {
    width: calc(((100% - 20px * (4)) / 5 * (2) + 20px * 1) - 0.01px);
  }
  .rs-column.-medium-col-5-3 {
    width: calc(((100% - 20px * (4)) / 5 * (3) + 20px * 2) - 0.01px);
  }
  .rs-column.-medium-col-5-4 {
    width: calc(((100% - 20px * (4)) / 5 * (4) + 20px * 3) - 0.01px);
  }
  .rs-column.-medium-col-5-5 {
    width: calc(((100% - 20px * (4)) / 5 * (5) + 20px * 4) - 0.01px);
  }
  .rs-column.-medium-col-6-1 {
    width: calc(((100% - 20px * (5)) / 6 * (1) + 20px * 0) - 0.01px);
  }
  .rs-column.-medium-col-6-2 {
    width: calc(((100% - 20px * (5)) / 6 * (2) + 20px * 1) - 0.01px);
  }
  .rs-column.-medium-col-6-3 {
    width: calc(((100% - 20px * (5)) / 6 * (3) + 20px * 2) - 0.01px);
  }
  .rs-column.-medium-col-6-4 {
    width: calc(((100% - 20px * (5)) / 6 * (4) + 20px * 3) - 0.01px);
  }
  .rs-column.-medium-col-6-5 {
    width: calc(((100% - 20px * (5)) / 6 * (5) + 20px * 4) - 0.01px);
  }
  .rs-column.-medium-col-6-6 {
    width: calc(((100% - 20px * (5)) / 6 * (6) + 20px * 5) - 0.01px);
  }
}
@media screen and (max-width: 37.5em) {
  .rs-column {
    margin-right: 20px;
    /* stylelint-disable selector-class-pattern */
    /* stylelint-enable selector-class-pattern */
  }
  .rs-column.-medium-first {
    clear: none;
  }
  .rs-column.-medium-last {
    margin-right: 20px;
  }
  .rs-column.-medium-first-row {
    margin-top: 20px;
  }
  .rs-column.-small-first {
    clear: left;
  }
  .rs-column.-small-last {
    margin-right: 0;
  }
  .rs-column.-small-first-row {
    margin-top: 0;
  }
  .rs-column.-small-col-1-1 {
    width: calc(((100% - 20px * (0)) / 1 * (1) + 20px * 0) - 0.01px);
  }
  .rs-column.-small-col-2-1 {
    width: calc(((100% - 20px * (1)) / 2 * (1) + 20px * 0) - 0.01px);
  }
  .rs-column.-small-col-2-2 {
    width: calc(((100% - 20px * (1)) / 2 * (2) + 20px * 1) - 0.01px);
  }
  .rs-column.-small-col-3-1 {
    width: calc(((100% - 20px * (2)) / 3 * (1) + 20px * 0) - 0.01px);
  }
  .rs-column.-small-col-3-2 {
    width: calc(((100% - 20px * (2)) / 3 * (2) + 20px * 1) - 0.01px);
  }
  .rs-column.-small-col-3-3 {
    width: calc(((100% - 20px * (2)) / 3 * (3) + 20px * 2) - 0.01px);
  }
  .rs-column.-small-col-4-1 {
    width: calc(((100% - 20px * (3)) / 4 * (1) + 20px * 0) - 0.01px);
  }
  .rs-column.-small-col-4-2 {
    width: calc(((100% - 20px * (3)) / 4 * (2) + 20px * 1) - 0.01px);
  }
  .rs-column.-small-col-4-3 {
    width: calc(((100% - 20px * (3)) / 4 * (3) + 20px * 2) - 0.01px);
  }
  .rs-column.-small-col-4-4 {
    width: calc(((100% - 20px * (3)) / 4 * (4) + 20px * 3) - 0.01px);
  }
  .rs-column.-small-col-5-1 {
    width: calc(((100% - 20px * (4)) / 5 * (1) + 20px * 0) - 0.01px);
  }
  .rs-column.-small-col-5-2 {
    width: calc(((100% - 20px * (4)) / 5 * (2) + 20px * 1) - 0.01px);
  }
  .rs-column.-small-col-5-3 {
    width: calc(((100% - 20px * (4)) / 5 * (3) + 20px * 2) - 0.01px);
  }
  .rs-column.-small-col-5-4 {
    width: calc(((100% - 20px * (4)) / 5 * (4) + 20px * 3) - 0.01px);
  }
  .rs-column.-small-col-5-5 {
    width: calc(((100% - 20px * (4)) / 5 * (5) + 20px * 4) - 0.01px);
  }
  .rs-column.-small-col-6-1 {
    width: calc(((100% - 20px * (5)) / 6 * (1) + 20px * 0) - 0.01px);
  }
  .rs-column.-small-col-6-2 {
    width: calc(((100% - 20px * (5)) / 6 * (2) + 20px * 1) - 0.01px);
  }
  .rs-column.-small-col-6-3 {
    width: calc(((100% - 20px * (5)) / 6 * (3) + 20px * 2) - 0.01px);
  }
  .rs-column.-small-col-6-4 {
    width: calc(((100% - 20px * (5)) / 6 * (4) + 20px * 3) - 0.01px);
  }
  .rs-column.-small-col-6-5 {
    width: calc(((100% - 20px * (5)) / 6 * (5) + 20px * 4) - 0.01px);
  }
  .rs-column.-small-col-6-6 {
    width: calc(((100% - 20px * (5)) / 6 * (6) + 20px * 5) - 0.01px);
  }
}

/****************************************************************************
 *  MEDIA MOTION AG                                                         *
 ****************************************************************************

    Funktion      button bem module

*****************************************************************************/
/*
.button

Styleguide classes.button
*/
.button, .button_links a {
  position: relative;
  color: #000;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 152px;
  margin-top: 10px;
  padding: 13px 15px;
  border: 1px solid black;
  background-color: transparent;
  cursor: pointer;
  font-family: "CircularPro-Medium", sans-serif;
  text-align: left;
}
.button::after, .button_links a::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: auto;
  border-top: 3px solid black;
  border-right: 3px solid black;
  border-left: none;
  border-bottom: none;
  transform: translateX(0) rotate(45deg);
  transition: transform 0.3s;
  pointer-events: none;
}
.button:hover::after, .button_links a:hover::after {
  transform: translateX(7px) rotate(45deg);
}
.button--back::after, .button_links a::after {
  margin-right: auto;
  margin-left: 0;
  order: -1;
  transform: translateX(0) rotate(225deg);
}
.button--back:hover::after, .button_links a:hover::after {
  transform: translateX(-7px) rotate(225deg);
}

/****************************************************************************
 *  MEDIA MOTION AG                                                         *
 ****************************************************************************

    Funktion      ce_text bem module

*****************************************************************************/
/*
.ce_text

Styleguide classes.ce_text
*/
.ce_text ul,
.text-container ul {
  margin-bottom: 20px;
}
.ce_text table,
.text-container table {
  margin: 20px 0;
  border: none;
  table-layout: auto;
}
.ce_text td,
.ce_text th,
.text-container td,
.text-container th {
  padding: 8px;
  vertical-align: top;
  border: none;
  border-bottom: 1px solid #000;
}
.ce_text th,
.ce_text td:first-child,
.text-container th,
.text-container td:first-child {
  color: rgba(0, 0, 0, 0.6);
  padding-left: 0;
}
.ce_text td:last-child,
.ce_text th:last-child,
.text-container td:last-child,
.text-container th:last-child {
  padding-right: 0;
}

/****************************************************************************
 *  MEDIA MOTION AG                                                         *
 ****************************************************************************

    Funktion      widget bem module

*****************************************************************************/
/*
.widget

Styleguide classes.widget
*/
.widget-submit {
  position: relative;
}

/****************************************************************************
 *  MEDIA MOTION AG                                                         *
 ****************************************************************************

    Funktion      input bem module

*****************************************************************************/
/*
.input

Styleguide classes.input
*/
:root {
  --input-color: rgba(0, 0, 0, 0.5);
  --input-bg-color: #EEEEEF;
}

.input {
  position: relative;
}
.input + .input {
  margin-top: 26px;
}
.input--border {
  border: 1px solid var(--color);
}
.input--border.input--select::after {
  border-left: 1px solid var(--input-color);
}
.input--disabled {
  opacity: 0.5;
}
.input--disabled .input__field {
  cursor: not-allowed;
}
.input::before {
  content: "!";
  display: flex;
  position: absolute;
  top: 50%;
  right: 100%;
  justify-content: center;
  align-items: center;
  width: 1.3em;
  height: 1.3em;
  border: 2px solid currentColor;
  border-radius: 50%;
  margin-right: 0.3em;
  color: red;
  transform: translate(0, -50%) scale(0);
  transition: transform 0.1s;
}
.input.error::before, .input--is-invalid::before, .input--is-valid::before {
  display: flex;
  transform: translate(0, -50%) scale(1);
}
.input--is-valid::before {
  content: "✓";
  color: green;
}
.input__label, .input__field {
  padding: 13px;
  margin: 0;
}
.input__label {
  font-family: "CircularXXWeb-Medium";
  padding: 0.8em 1em 0;
  font-weight: 400;
}
.input__field {
  display: block;
  width: 100%;
  border: 1px solid #EEEEEF;
  background-color: #EEEEEF;
  outline: none;
  transition: outline 0.3s, background 0.3s;
  animation-duration: 10000s;
}
.input__field:-webkit-autofill {
  animation-name: onAutoFillStart;
}
.input__field :not(:-webkit-autofill) {
  animation-name: onAutoFillCancel;
}
@supports (color: var(--color)) {
  .input__field {
    border-color: var(--input-bg-color);
    background-color: var(--input-bg-color);
  }
}
.js .input__label {
  position: absolute;
  left: 0;
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  transition: top, left, font-size, padding, color, opacity, transform;
  transition-duration: 0.2s;
  transform: translateY(0);
}
@supports (color: var(--color)) {
  .js .input__label {
    color: var(--input-color);
  }
}
.js .input__label--static {
  position: static;
}
.js .input__field:focus {
  outline: none;
}
.js .input--has-focus .input__label {
  opacity: 0.8;
}
.js .input--has-focus .input__label, .js .input--is-filled-out .input__label {
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  padding-left: 1.2em;
  font-size: 0.8em;
  color: inherit;
  transform: translateY(-100%);
}
.js .input--is-filled-out .input__label {
  padding-left: 0.2em;
  opacity: 1;
  transition-duration: 0.8s;
}
.js .input--is-filled-out .input__input {
  color: rbga(rgba(0, 0, 0, 0.5), 0.9);
}
.input p.error {
  position: absolute;
  right: 0.4em;
  bottom: 0.1em;
  margin-bottom: 0;
  font-size: 0.8em;
  color: red;
}

@keyframes onAutoFillStart {
  0% {
    opacity: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes onAutoFillCancel {
  0% {
    opacity: 0.99;
  }
  100% {
    opacity: 1;
  }
}
/****************************************************************************
 *  MEDIA MOTION AG                                                         *
 ****************************************************************************

    Funktion      check bem module

*****************************************************************************/
/*
.check

Styleguide classes.check
*/
.check {
  margin-top: 20px;
  margin-bottom: 16px;
}
.check input {
  position: absolute;
  opacity: 0;
}
.check__label {
  display: inline-flex;
  position: relative;
  align-items: flex-start;
  margin-right: 3rem;
  margin-bottom: 0.6rem;
  padding: 0;
  border: none;
  line-height: 1.1;
  cursor: pointer;
}
@media screen and (max-width: 37.5em) {
  .check__label {
    display: block;
    padding-left: 1.4em;
  }
}
.check__icon {
  display: flex;
  position: relative;
  flex: 0 0 auto;
  justify-content: center;
  align-items: center;
  width: 1.3em;
  height: 1.3em;
  background: #EEEEEF;
  margin-right: 14px;
}
.check__icon::before {
  content: "✓";
  display: block;
  font-size: 0.8em;
  cursor: pointer;
  opacity: 0;
  transform: scale(2);
  transition: opacity 0.3s, transform 0.3s;
  pointer-events: none;
}
@media screen and (max-width: 56.25em) {
  .check__icon::before {
    font-size: 0.7em;
  }
}
@media screen and (max-width: 37.5em) {
  .check__icon::before {
    position: absolute;
    left: 0;
    margin-top: 0.1em;
    font-size: 1em;
  }
}
input:checked + .check__label .check__icon::before {
  opacity: 1;
  transform: scale(1);
}
input:focus + .check__label::before {
  transform: scale(1.2);
}
.check__label--radio::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: currentColor;
}

/****************************************************************************
 *  MEDIA MOTION AG                                                         *
 ****************************************************************************

    Funktion      slick bem module

*****************************************************************************/
/*
.slick

Styleguide classes.slick
*/
.slick-dots li::before {
  content: none;
}
.slick-nav {
  margin-top: 8px;
}
.slick-nav .slick-slide {
  position: relative;
  padding: 10px;
  border: 1px solid transparent;
  cursor: pointer;
}
.slick-nav .slick-slide::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  margin: auto;
  opacity: 0;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid #000;
}
.slick-nav .slick-slide.slick-current::after {
  opacity: 1;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  transition: width 0.8s, height 0.8s, opacity 0.8s;
}

/****************************************************************************
 *  MEDIA MOTION AG                                                         *
 ****************************************************************************

    Funktion      hover-tile bem module

*****************************************************************************/
/*
.hover-tile

Styleguide classes.hover-tile
*/
.hover-tile {
  display: flex;
  overflow: hidden;
  background-color: #000;
  color: #FFF !important;
}
.hover-tile__image, .hover-tile__content {
  flex: 0 0 100%;
}
.hover-tile__image {
  overflow: hidden;
  transform: scale(1);
  transition: transform 0.8s;
}
.hover-tile__image img {
  width: 100%;
  height: 100%;
  opacity: 1;
  animation-name: hoverTileTransform, hoverTileTransformOrigin;
  animation-duration: 25s, 23.71s;
  animation-play-state: paused;
  animation-direction: alternate;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-delay: -5s;
  object-fit: cover;
}
.hover-tile:hover .hover-tile__image {
  transform: scale(1.1);
}
.hover-tile:hover .hover-tile__image img {
  animation-play-state: running;
}
.hover-tile__image .image_container {
  height: 100%;
}
.hover-tile__content {
  overflow: hidden;
  display: flex;
  position: relative;
  flex-direction: column;
  margin-left: -100%;
}
.hover-tile__content::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(28, 28, 28, 0) 0%, rgba(28, 28, 28, 0.12) 11%, rgba(19, 19, 19, 0.17) 16%, rgba(19, 19, 19, 0.3) 93%);
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
}
.hover-tile:hover .hover-tile__content::before {
  transform: translateY(0);
  opacity: 1;
}
.hover-tile__content a {
  color: #FFF;
}
.hover-tile__content a:hover {
  color: inherit;
}
.hover-tile__content-inner {
  padding: 40px 20px 20px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(28, 28, 28, 0) 0%, rgba(28, 28, 28, 0.12) 11%, rgba(19, 19, 19, 0.17) 16%, rgba(19, 19, 19, 0.7) 60%, rgb(19, 19, 19) 90%);
  transform: translateY(10px);
  transition: opacity 0.3s, transform 0.3s;
}
.hover-tile__content-inner:last-child {
  margin-top: auto;
}
.hover-tile__content-inner--hidden {
  opacity: 0;
}
.hover-tile__content-inner--top {
  margin-bottom: -30px;
  padding-top: 20px;
  background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(28, 28, 28, 0) 0%, rgba(28, 28, 28, 0.12) 11%, rgba(19, 19, 19, 0.17) 16%, rgba(19, 19, 19, 0.7) 60%, rgb(19, 19, 19) 90%);
  transform: translateY(-4px);
}
.hover-tile:hover .hover-tile__content-inner {
  opacity: 1;
  transform: translateY(0);
}
.hover-tile__content-title, .hover-tile__title {
  font-size: 20px;
  line-height: 1.3;
}
.hover-tile__meta {
  padding-bottom: 0;
  margin-bottom: 6px;
}

@keyframes hoverTileTransform {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.4);
  }
}
@keyframes hoverTileTransformOrigin {
  from {
    transform-origin: 0% 100%;
  }
  to {
    transform-origin: 100% 0%;
  }
}
/****************************************************************************
 *  MEDIA MOTION AG                                                         *
 ****************************************************************************

    Funktion      news-item bem module

*****************************************************************************/
/*
.news-item

Styleguide classes.news-item
*/
.news-item {
  display: flex;
  position: relative;
  align-items: center;
  padding-top: 13px;
  padding-bottom: 12px;
  padding-left: 10px;
  line-height: 20px;
  color: #B0B0B0;
}
@media screen and (max-width: 56.25em) {
  .news-item {
    display: grid;
    grid-template-columns: 80px auto;
    grid-gap: 0 20px;
    padding: 10px 0;
    margin-bottom: 20px;
  }
}
.news-item:hover {
  background-color: #EEEEEF;
}
.news-item:hover, .news-item:hover a {
  color: #000;
}
.news-item__image {
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  height: 100%;
  margin-right: 10px;
  transition: transform 0.8s;
  transform: scale(0);
  transform-origin: 100% 50%;
  grid-row: span 2;
}
@media screen and (max-width: 56.25em) {
  .news-item__image {
    position: static;
    height: 100%;
    width: 80px;
    margin: 0;
    transform: none;
    align-self: center;
  }
}
.news-item__image .image_container {
  height: 100%;
}
@media screen and (max-width: 56.25em) {
  .news-item__image .image_container {
    height: calc(100% + 20px);
    margin: -10px 0;
  }
}
.news-item:hover .news-item__image {
  transform: scale(1);
  transition-duration: 0.2s;
}
.news-item__image img {
  height: 100%;
  width: auto;
  max-width: none;
}
@media screen and (max-width: 56.25em) {
  .news-item__image img {
    width: 100%;
    object-fit: cover;
  }
}
.news-item__title, .news-item__info {
  flex: 0 1 auto;
}
.news-item__title {
  display: flex;
  opacity: 1;
  transition: opacity 0.8s;
}
@media screen and (max-width: 56.25em) {
  .news-item__title {
    margin-bottom: 6px;
  }
}
.news-item:hover .news-item__title {
  opacity: 0.3;
}
.news-item__meta {
  margin: 0;
  padding: 0;
}
.news-item__meta::after {
  content: " |";
  margin-right: 0.3ch;
}
.news-item__info {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  padding: 10px 20px 10px 40px;
  background-image: linear-gradient(45deg, transparent, #EEEEEF 40px, #EEEEEF);
  opacity: 0;
  transform: translateX(1em);
}
@media screen and (max-width: 56.25em) {
  .news-item__info {
    position: static;
    opacity: 1;
    background: none;
    padding: 0;
    transform: none;
  }
}
.news-item:hover .news-item__info {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.8s, transform 0.8s;
}

/****************************************************************************
 *  MEDIA MOTION AG                                                         *
 ****************************************************************************

    Funktion      detail bem module

*****************************************************************************/
/*
.detail

Styleguide classes.detail
*/
.detail {
  display: grid;
  grid-template-columns: minmax(10px, 1fr) minmax(10px, 2fr);
  grid-gap: 20px;
}
.detail p {
  padding-bottom: 0;
  margin-bottom: 1em;
}
.detail hr {
  margin-top: 15px;
  margin-bottom: 15px;
}
.detail__header {
  max-width: 100%;
}
.detail__title-container {
  display: flex;
  flex-wrap: wrap;
}
.detail__title-container-back, .detail__title-container-project {
  flex: 0 0 auto;
}
@media screen and (max-width: 56.25em) {
  .detail__title-container-back, .detail__title-container-project {
    margin-bottom: 20px;
  }
}
.detail__title-container-main {
  flex: 0 1 auto;
}
@media screen and (max-width: 56.25em) {
  .detail__title-container-main {
    order: 10;
    flex: 0 0 100%;
  }
}
.detail__title-container-project {
  align-self: center;
  margin-left: auto;
}
.detail__title-container-back {
  display: none;
}
@media screen and (max-width: 56.25em) {
  .detail__title-container-back {
    display: block;
  }
}
.detail__title, .detail__subtitle {
  font-size: 24px;
  font-weight: 400;
  font-family: "CircularPro-Book", sans-serif;
  line-height: 1.2;
}
.detail__subtitle {
  font-size: inherit;
  margin-bottom: 0;
}
.detail__content-header {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #DEDEDE;
}
.detail .ce_text {
  float: none;
  clear: both;
}
.detail .ce_hyperlink {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #DEDEDE;
}

/****************************************************************************
 *  MEDIA MOTION AG                                                         *
 ****************************************************************************

    Funktion      filter bem module

*****************************************************************************/
/*
.filter

Styleguide classes.filter
*/
.filter {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 30px;
  position: relative;
}
@media screen and (max-width: 37.5em) {
  .filter {
    display: block;
  }
}
.filter__item {
  flex: 0 0 auto;
  margin-right: 26px;
}
@media screen and (max-width: 37.5em) {
  .filter__item {
    margin-right: 20px;
  }
}
.filter__item a {
  display: block;
}
.filter__item a, .filter__item a:hover {
  color: #B0B0B0;
}
.filter__line {
  display: none;
  position: absolute;
  top: 100%;
  left: var(--item-start, 0);
  width: var(--item-width, 0);
  height: 2px;
  margin-top: 4px;
  background-color: #000;
  transition-property: top, left, width, height, opacity;
  transition-duration: 0.6s;
  pointer-events: none;
}
@supports (color: var(--color)) {
  .filter__line {
    display: block;
  }
}
@media screen and (max-width: 37.5em) {
  .filter__line {
    display: none;
  }
}
@media screen and (max-width: 37.5em) {
  .filter__item-link {
    padding: 0.6em 1em;
    border: 1px solid #000;
    margin-bottom: 20px;
  }
}
.filter__item-link.active, .filter__item-link.active:hover {
  color: #000;
}
@media screen and (max-width: 37.5em) {
  .filter__item-link.active, .filter__item-link.active:hover {
    color: #FFF;
    background-color: #000;
  }
}
.filter--no-active-item .filter__line {
  top: 120%;
  left: 0;
  width: 100%;
  opacity: 0;
}
.filter:hover .filter__line {
  top: 100%;
  left: var(--item-start, 0);
  width: var(--item-width, 0);
  height: 2px;
  opacity: 1;
}

/****************************************************************************
 *  MEDIA MOTION AG                                                         *
 ****************************************************************************

    Funktion      form-sbb bem module

*****************************************************************************/
/*
.form-sbb

Styleguide classes.form-sbb
*/
.form-sbb {
  margin-top: 40px;
  margin-bottom: 40px;
}
.form-sbb form {
  display: grid;
  grid-template-columns: repeat(2, minmax(10px, 1fr));
  grid-gap: 34px 20px;
}
.form-sbb .input {
  margin-top: 0;
}
.form-sbb .button, .form-sbb .button_links a, .button_links .form-sbb a {
  margin: 0;
}
.form-sbb__logo {
  width: auto;
  display: inline-block;
  margin-bottom: 30px;
}

/****************************************************************************
 *  MEDIA MOTION AG                                                         *
 ****************************************************************************

    Funktion      cover bem module

*****************************************************************************/
/*
.cover

Styleguide classes.cover
*/
.cover {
  position: relative;
}
.cover__item::after, .cover__item-before::before, .cover__link {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 10;
}

.featherlight {
  position: fixed;
  inset: 0;
  z-index: 10000;
  cursor: pointer;
}
.featherlight .mod_article {
  width: 100vw;
  height: 100vh;
}
.featherlight .ce_text {
  position: absolute;
  left: 50%;
  top: 50%;
  float: none;
  transform: translate(-50%, -50%);
  max-width: 100%;
  width: 900px;
  padding: 40px;
  background-color: rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 40px 0px #ffffff;
  color: white;
  cursor: default;
}
.featherlight .ce_text .image_container {
  width: 400px;
  margin: 0 auto 40px auto;
}
.featherlight .ce_text .close-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 25px;
  width: 25px;
  cursor: pointer;
}
.featherlight .ce_text .close-icon::after, .featherlight .ce_text .close-icon::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 0.2rem;
  background-color: white;
  transform: translate(-50%, -50%) rotate(45deg);
  pointer-events: none;
}
.featherlight .ce_text .close-icon::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.featherlight .ce_image img {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  opacity: 1;
}
.featherlight .featherlight-content {
  background-color: rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 940px) {
  .featherlight .ce_text {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 500px) {
  .featherlight .ce_text {
    top: 20px;
    transform: translateX(-50%);
  }
  .featherlight .ce_text .image_container {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .featherlight .ce_text img {
    max-width: 250px;
  }
}

#spotlight_home .ce_headline {
  margin: 10px 0 20px;
  padding: 20px 0;
}

#news_home .image_container {
  margin: 20px 0;
}

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