@charset "UTF-8";





@font-face {
  font-family: 'Fira Sans';
  src: url("../Fonts//Fira_Sans/FiraSans-Light.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
  font-weight: 300; }


@font-face {
  font-family: 'Fira Sans';
  src: url("../Fonts//Fira_Sans/FiraSans-Regular.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
  font-weight: 400; }


@font-face {
  font-family: 'Fira Sans';
  src: url("../Fonts//Fira_Sans/FiraSans-Bold.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
  font-weight: 700; }










@-webkit-keyframes footer-1px-line {
  0% {
    background: #c9d270; }
  20% {
    background: #c697b6; }
  40% {
    background: #7ac1c2; }
  80% {
    background: #ed949e; }
  100% {
    background: #c9d270; } }

@keyframes footer-1px-line {
  0% {
    background: #c9d270; }
  20% {
    background: #c697b6; }
  40% {
    background: #7ac1c2; }
  80% {
    background: #ed949e; }
  100% {
    background: #c9d270; } }

.animated-line {
  -webkit-animation-name: footer-1px-line;
  animation-name: footer-1px-line;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  height: 1px;
  width: 100%;
  clear: both;
  border: none;
  margin-top: 46px;
  margin-bottom: 23px; }

.animated-line:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px; }

@media (min-width: 500px) {
  .animated-line {
    margin-top: 92px;
    margin-bottom: 46px; } }

@-webkit-keyframes header-clouds {
  0% {
    top: 0; }
  100% {
    top: -1101.1px;
    -webkit-transform: scale(1.3);
    transform: scale(1.3); } }

@keyframes header-clouds {
  0% {
    top: 0; }
  100% {
    top: -1101.1px;
    -webkit-transform: scale(1.3);
    transform: scale(1.3); } }

@-webkit-keyframes header-clouds2 {
  0% {
    top: 437px; }
  100% {
    top: -1185.8px;
    -webkit-transform: scale(1.4) rotate(3deg);
    transform: scale(1.4) rotate(3deg); } }

@keyframes header-clouds2 {
  0% {
    top: 437px; }
  100% {
    top: -1185.8px;
    -webkit-transform: scale(1.4) rotate(3deg);
    transform: scale(1.4) rotate(3deg); } }

@-webkit-keyframes header-clouds3 {
  0% {
    top: 874px; }
  100% {
    top: -1524.6px; } }

@keyframes header-clouds3 {
  0% {
    top: 874px; }
  100% {
    top: -1524.6px; } }

.header-clouds-ani2 {
  -webkit-animation-name: header-clouds3;
  animation-name: header-clouds3;
  -webkit-animation-duration: 50s;
  animation-duration: 50s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  opacity: 0.7; }

.header-clouds-ani3 {
  -webkit-animation-name: header-clouds3;
  animation-name: header-clouds3;
  -webkit-animation-duration: 40s;
  animation-duration: 40s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-transform: scale(1.8) rotate(-3deg);
  transform: scale(1.8) rotate(-3deg); }

.header-clouds-ani4 {
  -webkit-animation-name: header-clouds3;
  animation-name: header-clouds3;
  -webkit-animation-duration: 60s;
  animation-duration: 60s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-transform: scaleX(-1) rotate(-10deg);
  transform: scaleX(-1) rotate(-10deg); }

.header-clouds-ani5 {
  -webkit-animation-name: header-clouds3;
  animation-name: header-clouds3;
  -webkit-animation-duration: 100s;
  animation-duration: 100s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-transform: scale(1.8) rotate(-20deg);
  transform: scale(1.8) rotate(-20deg);
  opacity: 0.7; }

.header-clouds-ani1,
.header-clouds-ani2,
.header-clouds-ani3,
.header-clouds-ani4,
.header-clouds-ani5 {
  animation-direction: reverse;
  -webkit-animation-delay: -15s;
  animation-delay: -15s; }

.team-grid-list li:nth-child(odd) .team-grid-image {
  -webkit-animation-name: team-bg-animation;
  animation-name: team-bg-animation;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }




.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-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 {
  content: "";
  position: absolute;
  width: 23px;
  height: 23px;
  background-repeat: no-repeat; }

.slick-prev {
  right: 120%; }

.slick-prev:before {
  background-image: url(../Img/polygon-left.svg); }

.slick-next {
  left: 120%; }

.slick-next:before {
  background-image: url(../Img/polygon-right.svg); }


.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: 90%; }

.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: #000000;
  display: block;
  height: 11px;
  width: 11px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  border-radius: 50%;
  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.slick-active button {
  background-color: #C6C6C6; }


.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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);
  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; }





p {
  font-size: 16px;
  line-height: 23px;
  font-weight: 400; }


button.primary-button,
a.primary-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none; }

button.primary-button:hover,
a.primary-button:hover {
  text-decoration: none; }

button.primary-button .button,
a.primary-button .button {
  font-weight: 500;
  padding: 12px 37px; }






.cookie-notice-wrapper {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #FFF;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  line-height: 1.3em; }

.cookie-notice-wrapper-inner {
  padding: 10px 20px; }

.cookie-notice-wrapper-inner p {
  margin-bottom: 0;
  padding-top: 3px; }

.cookie-notice-wrapper-inner .left-col {
  text-align: center;
  margin-bottom: 0; }


.cookie-notice-wrapper-inner .left-col a {
  text-decoration: underline; }

.cookie-notice-wrapper-inner .right-col {
  text-align: center; }


.cookie-notice-wrapper-inner .right-col .btn {
  text-decoration: none;
  display: inline-block;
  padding: 12px 17px;
  background: #000;
  color: #FFF; }

@media (min-width: 768px) {
  .cookie-notice-wrapper-inner:after {
    content: "";
    display: table;
    clear: both; }
  .cookie-notice-wrapper-inner .left-col {
    width: 75%;
    float: left;
    text-align: left; }
  .cookie-notice-wrapper-inner .right-col {
    width: 25%;
    float: left;
    text-align: right; } }


.cookie-notice-wrapper.special {
  background: url(../Img/chocolate-chip-cookie-seamless-background-20451015.jpg) 0 0 repeat-x;
  font-size: 35px;
  font-weight: bold;
  text-shadow: -1px 0 #FFF, 0 1px #FFF, 1px 0 #FFF, 0 -1px #FFF;
  color: black;
  -webkit-animation: cookie-slide 20s linear infinite; }

.cookie-notice-wrapper.special a {
  text-shadow: -1px 0 #FFF, 0 1px #FFF, 1px 0 #FFF, 0 -1px #FFF;
  color: black; }

.cookie-notice-wrapper.special .btn {
  text-shadow: none; }

@-webkit-keyframes cookie-slide {
  from {
    background-position: 0 0; }
  to {
    background-position: -400px 0; } }



*, *::before, *::after {
  outline: none;
  margin: 0;
  padding: 0; }

main {
  width: 100%; }

.header {
  position: relative;
  background: #688291;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.5)), to(#0288A6));
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.5) 0%, #0288A6 100%);
  overflow: hidden;
  margin-bottom: 23px; }

.header .slogan-wrapper {
  position: absolute;
  bottom: 23px;
  width: 100%;
  z-index: 950; }

@media (min-width: 500px) {
  .header .slogan-wrapper {
    bottom: 46px; } }

.header .slogan-wrapper .slogan {
  max-width: 1175px;
  margin: 0 auto;
  padding: 0 20px;
  padding-right: 0;
  display: grid; }

@media (min-width: 1195px) {
  .header .slogan-wrapper .slogan {
    padding: 0; } }

@media (min-width: 500px) {
  .header .slogan-wrapper .slogan {
    grid-template-columns: 25% 25% 25% 25%; } }

.header h3 {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  line-height: 23px;
  font-weight: 400;
  letter-spacing: 0px;
  text-shadow: 5px 5px 36px #02658C;
  padding-right: 20px; }

@media (min-width: 410px) {
  .header h3 {
    font-size: 14px; } }

@media (min-width: 500px) {
  .header h3 {
    grid-column: 1 / span 3;
    padding-right: 0;
    font-size: 3vw;
    line-height: 140%; } }

@media (min-width: 960px) {
  .header h3 {
    font-size: 30px;
    line-height: 46px; } }

.header-wrapper {
  position: relative;
  z-index: 1000; }

.header-content {
  max-width: 1175px;
  margin: 0 auto;
  padding: 0 20px; }

@media (min-width: 1195px) {
  .header-content {
    padding: 0; } }

.logo {
  padding-top: 40px;
  padding-left: 0;
  
  height: 25px; }

@media (min-width: 500px) {
  .logo {
    height: 30px; } }

.logo svg {
  width: 197px;
  height: auto; }

@media (min-width: 500px) {
  .logo svg {
    width: 237px; } }

.header-start {
  height: 230px; }

@media (min-width: 500px) {
  .header-start {
    height: 38vh; } }

@media (min-width: 679px) {
  .header-start {
    height: 345px; } }

@media (min-width: 960px) {
  .header-start {
    height: 437px; } }

.header-clouds-container {
  position: absolute;
  margin: 0 auto;
  background-image: url(../Img/cloud.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  width: 478.33333px;
  height: 282.33333px; }

@media (min-width: 679px) {
  .header-clouds-container {
    width: 478.33333px;
    height: 282.33333px; } }

@media (min-width: 1195px) {
  .header-clouds-container {
    width: 1435px;
    height: 847px; } }

.header-element {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center center; }

.header-element-headline-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #fff; }

@media (min-width: 679px) {
  .header-element-headline-wrapper {
    background: transparent;
    background-image: -webkit-gradient(linear, left top, right top, from(white), color-stop(50%, white), color-stop(50%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(to right, white 0%, white 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%); } }

.header-element-headline-inner {
  max-width: 1175px;
  margin: 0 auto;
  padding: 0 20px; }

@media (min-width: 1195px) {
  .header-element-headline-inner {
    padding: 0; } }

.header-element-headline-inner h1 {
  padding-top: 46px;
  background: #fff; }

@media (min-width: 679px) {
  .header-element-headline-inner h1 {
    width: 74.55621%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none; }
  .header-element-headline-inner h1 span {
    display: inline-block;
    padding-right: 40px;
    line-height: 36px; } }

@media (min-width: 960px) {
  .header-element-headline-inner h1 {
    width: 49.11243%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none; } }

.header-element-15 {
  height: 345px; }

@media (min-width: 1440px) {
  .header-element-15 {
    height: 506px; } }

.header-element-25 {
  height: 345px; }

@media (min-width: 960px) {
  .header-element-25 {
    height: 575px; } }

@media (min-width: 1440px) {
  .header-element-25 {
    height: 736px; } }

.language-switcher {
  display: none; }

@media (min-width: 1320px) {
  .language-switcher {
    display: block;
    position: absolute;
    right: 2%;
    top: 23px;
    color: #fff; }
  .language-switcher a {
    color: #fff;
    display: inline-block;
    text-decoration: none;
    padding: 2px 8px;
    border-right: 1px solid #fff;
    line-height: 1em; }
  .language-switcher a.active {
    font-weight: bold; }
  .language-switcher a:last-child {
    border-right: none; } }

@media (min-width: 1320px) {
  .footer-langnav {
    display: none !important; } }

.tel-mobile-only {
  text-decoration: underline;
  white-space: nowrap; }

@media (min-width: 900px) {
  .tel-mobile-only {
    display: none !important; } }

.footer {
  clear: both;
  font-size: 14px;
  line-height: 23px;
  padding-top: 23px;
  
  padding-bottom: 41.41px; }

.footer:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px; }

.footer p {
  margin-bottom: 23px; }

.footer svg g {
  fill: #55788c; }

.footer-inner {
  max-width: 1175px;
  margin: 0 auto;
  padding: 0 20px; }

@media (min-width: 1195px) {
  .footer-inner {
    padding: 0; } }

.footer-address {
  
  padding-top: 41px; }

.address-col {
  float: none;
  width: 100%;
  margin-right: 0; }

@media (min-width: 500px) {
  .address-col {
    width: 40%;
    float: left;
    margin-right: 30px; } }

@media (min-width: 679px) {
  .address-col {
    width: 31%; } }

.address-col p {
  margin-bottom: 10px; }

.address-col-right {
  float: left; }

.address-col-right p {
  margin-bottom: 10px; }

.footer-address2 {
  clear: both;
  padding-top: 14px; }

.footer-navigation {
   }

.footer-navigation li {
  display: inline-block; }

.footer-navigation li:after {
  content: " | "; }

.footer-navigation li a {
  text-decoration: none; }

.footer-navigation li:last-child:after {
  content: ""; }

.logo-footer-row {
  display: block;
  margin-top: 40px; }

@media (min-width: 500px) {
  .logo-footer-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 72px; } }

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

@media (min-width: 500px) {
  .logo-footer {
    margin-top: 0; } }

@media (min-width: 960px) {
  .logo-footer {
    margin-top: 0;
    
    
    
    position: relative;
     } }


.footer-copyright p {
  margin-bottom: 0; }

.footer-social-media-list li {
  display: inline-block;
  margin-right: 20px; }

.footer-social-media-list a g {
  fill: #989ca1; }

.footer-social-media-list a:hover g {
  fill: #55788c; }

.main-menu-wrapper {
  width: 100%;
  height: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1010; }

.main-menu-inner {
  max-width: 1175px;
  margin: 0 auto;
  padding: 0 20px;
  height: 0;
  padding: 0;
  margin: 0 20px; }

@media (min-width: 1195px) {
  .main-menu-inner {
    padding: 0; } }

@media (min-width: 1195px) {
  .main-menu-inner {
    margin: 0 auto; } }

.main-menu {
  position: fixed;
  bottom: -0;
  right: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 90%;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.35);
  z-index: 9;
  padding-top: 23px;
  padding-bottom: 23px;
  background-color: #fff; }

.main-menu.mobile-hidden {
  display: none; }

@media (min-width: 900px) {
  .main-menu.mobile-hidden {
    display: block; } }

.main-menu.collapsed {
  -webkit-transform: translateY(510px);
  transform: translateY(510px); }

@media (min-width: 900px) {
  .main-menu.collapsed {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px); } }

@media (min-width: 900px) {
  .main-menu {
    width: auto;
    display: block;
    float: right;
    position: absolute;
    top: 0;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0); } }

@media (min-width: 900px) {
  .main-menu {
    height: 69px;
    padding-top: 0;
    padding-bottom: 0;
    position: relative; } }

.main-menu ul {
  background-color: #fff;
  padding-top: 23px;
  padding-bottom: 23px;
  display: block;
  padding: 0 68px 60px 27px; }

@media (min-width: 900px) {
  .main-menu ul {
    height: 69px;
    padding: 0 7px 0 27px; } }

@media (min-width: 900px) {
  .main-menu ul li {
    display: inline-block;
    padding-right: 20px; } }

.main-menu ul li a {
  font-size: 18px;
  line-height: 46px;
  font-weight: 400;
  text-decoration: none;
  display: inline; }

@media (min-width: 500px) {
  .main-menu ul li a {
    font-size: 18px; } }

@media (min-width: 900px) {
  .main-menu ul li a {
    line-height: 69px; } }

.main-menu ul li.active a {
  color: #55788c; }

@media (min-width: 900px) {
  .main-menu-trigger-wrapper {
    position: relative;
    z-index: 10; } }

.main-menu-trigger {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  width: 69px;
  height: 69px;
  font-size: 18px;
  line-height: 69px;
  font-weight: 400;
  text-align: center;
  background-color: #000;
  color: #fff;
  position: fixed;
  z-index: 10;
  right: 0;
  bottom: 0;
  cursor: pointer; }

@media (min-width: 900px) {
  .main-menu-trigger {
    position: absolute;
    bottom: inherit;
    background-color: #fff;
    color: #000;
    right: 0;
    top: 0; } }

@media (min-width: 900px) {
  .main-menu-trigger.collapsed {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px); } }


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
   }





*,
html,
body {
  margin: 0;
  padding: 0; }

body {
  font-family: "Fira Sans", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px; }

@media (min-width: 500px) {
  body {
    font-size: 16px;
    line-height: 23px; } }

a {
  color: #000; }

a:hover {
  color: #55788c; }

a.phone {
  text-decoration: none; }

h1 {
  font-family: "Fira Sans", sans-serif;
  font-size: 22px;
  line-height: 36px;
  font-weight: 400; }

@media (min-width: 500px) {
  h1 {
    font-size: 30px;
    line-height: 46px; } }

h2 {
  font-family: "Fira Sans", sans-serif;
  font-size: 16px;
  line-height: 23px;
  font-weight: 400; }

@media (min-width: 500px) {
  h2 {
    font-weight: 500;
    font-size: 30px;
    line-height: 46px; } }

h3 {
  font-family: "Fira Sans", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400; }

@media (min-width: 500px) {
  h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px; } }

h4 {
  font-family: "Fira Sans", sans-serif;
  font-size: 14px;
  line-height: 23px;
  font-weight: 400; }

@media (min-width: 500px) {
  h4 {
    font-size: 16px;
    line-height: 23px; } }

h5 {
  font-family: "Fira Sans", sans-serif;
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
  margin-bottom: 23px; }

p {
  margin-bottom: 23px; }

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: top; }

.list-layout {
  margin: 0;
  padding: 0; }

.list-layout li {
  list-style-type: none; }

.quote {
  max-width: 1175px;
  margin: 0 auto;
  padding: 0 20px;
  margin-top: 46px;
  margin-bottom: 46px; }

@media (min-width: 1195px) {
  .quote {
    padding: 0; } }

@media (min-width: 500px) {
  .quote {
    margin-top: 92px;
    margin-bottom: 92px; } }

@media (min-width: 500px) {
  .quote h3 {
    width: 49.11243%;
    float: left;
    margin-right: -100%;
    margin-left: 25.44379%;
    clear: none; } }

.quote-inner {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding-top: 46px;
  padding-bottom: 69px; }

.quote-inner:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px; }

.text-2col, .text-1col {
  max-width: 1175px;
  margin: 0 auto;
  padding: 0 20px;
  margin-top: 46px;
  margin-bottom: 46px; }

@media (min-width: 1195px) {
  .text-2col, .text-1col {
    padding: 0; } }

.text-2col:after, .text-1col:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px; }

@media (min-width: 500px) {
  .text-2col, .text-1col {
    margin-top: 92px;
    margin-bottom: 92px; } }

.text-2col ul, .text-1col ul {
  padding-left: 20px;
  margin-bottom: 23px; }

.text-2col ul li, .text-1col ul li {
  list-style: disc;
  margin-bottom: 2px; }

.text-2col ol, .text-1col ol {
  padding-left: 20px;
  margin-bottom: 23px; }

.text-2col ol li, .text-1col ol li {
  list-style: decimal;
  margin-bottom: 2px; }

.text-2col h3, .text-1col h3 {
  margin-bottom: 23px; }

.text-2col p strong, .text-1col p strong {
  font-size: 18px;
  line-height: 26px; }

.text-2col a.primary-button.right, .text-1col a.primary-button.right {
  float: right;
  margin-bottom: 45px; }

@media (min-width: 960px) {
  .row-2col.left .text-2col-left {
    width: 47.36842%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: right; } }

@media (min-width: 960px) {
  .row-2col.left .text-2col-right {
    width: 47.36842%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: left; } }

.row-2col .sub-image-text {
  padding-top: 0;
  padding-bottom: 50px; }

.row-2col .sub-image-text:last-child {
  padding-bottom: 0; }

@media (min-width: 960px) {
  .text-2col-left {
    width: 47.36842%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: left;
    margin-top: 0; } }

.text-2col-right {
  margin-top: 46px; }

@media (min-width: 960px) {
  .text-2col-right {
    width: 47.36842%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: right;
    margin-top: 0; } }

.grid-image-grid {
  max-width: 1175px;
  margin: 0 auto;
  padding: 0 20px;
  margin-top: 23px;
  margin-bottom: 46px; }

@media (min-width: 1195px) {
  .grid-image-grid {
    padding: 0; } }

.grid-image-grid:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px; }

@media (min-width: 500px) {
  .grid-image-grid {
    margin-top: 46px;
    margin-bottom: 92px; } }

.grid-image-grid.no-margin-top {
  margin-top: 0; }

.grid-image-grid.no-margin-bottom {
  margin-bottom: 0; }

.grid-image-grid.no-margin-top-bottom {
  margin-top: 0;
  margin-bottom: 0; }

.grid-image-grid.border-top-bottom {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding-top: 46px;
  padding-bottom: 46px; }

.grid-image-grid.minus-margin-top {
  margin-top: -46px; }

@media (min-width: 500px) {
  .grid-image-grid.minus-margin-top {
    margin-top: -92px; } }

.grid-image-grid.minus-margin-bottom {
  margin-bottom: -46px; }

@media (min-width: 500px) {
  .grid-image-grid.minus-margin-bottom {
    margin-bottom: -92px; } }

@media (min-width: 500px) {
  .grid-image-grid-full {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: both; } }

@media (min-width: 500px) {
  .grid-image-grid-half {
    width: 50%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 0%; }
  .grid-image-grid-half:nth-child(2n+1) {
    width: 50%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 0%;
    clear: both; }
  .grid-image-grid-half:nth-child(2n+2) {
    width: 50%;
    clear: right;
    float: right;
    margin-right: 0; } }

.button {
  color: #fff !important;
  background: #000;
  padding: 7px 17px;
  white-space: nowrap;
  cursor: pointer; }

@media (min-width: 500px) {
  .button {
    padding: 12px 17px; } }

.button:hover {
  background: #55788c;
  -webkit-transition: background 0.4s ease-in-out;
  transition: background 0.4s ease-in-out; }

.sub-image-text {
  padding-top: 60px; }

.teaser-wrapper {
  max-width: 1175px;
  margin: 0 auto;
  padding: 0 20px;
  margin-top: 115px; }

@media (min-width: 1195px) {
  .teaser-wrapper {
    padding: 0; } }

.teaser-wrapper:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px; }

.teaser-wrapper.less-margin-top {
  margin-top: 23px; }

.teaser-wrapper h3 {
  margin-bottom: 46px; }

.teaser {
  position: relative;
  margin-bottom: 23px;
  overflow: hidden; }

.teaser .read-more {
  opacity: 0;
  -webkit-transform: translateX(-120px);
  transform: translateX(-120px); }

.teaser:hover .teaser-image {
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05); }

.teaser:hover .read-more {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.teaser-image {
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out; }

.teaser-info {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.teaser-info h2 {
  padding: 12px 20px 6px 0;
  color: #000 !important;
  font-size: 18px; }

@media (min-width: 500px) {
  .teaser-info h2 {
    padding-top: 5px; } }

.teaser-info p {
  padding-right: 20px;
  color: #000 !important; }

.teaser-info-inner {
  background-color: #fff;
  display: inline-block;
  position: relative;
  z-index: 1; }

.teaser-half {
  height: 207px; }

@media (min-width: 500px) {
  .teaser-half {
    height: 322px; } }

.teaser-half .teaser-image {
  height: 207px; }

@media (min-width: 500px) {
  .teaser-half .teaser-image {
    height: 322px; } }

@media (min-width: 500px) {
  .teaser-half-left {
    width: 49.11243%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: right; } }

@media (min-width: 500px) {
  .teaser-half-right {
    width: 49.11243%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none; } }

.teaser-full {
  height: 207px; }

@media (min-width: 500px) {
  .teaser-full {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    height: 506px;
    clear: both; } }

.teaser-full .teaser-image {
  height: 207px; }

@media (min-width: 500px) {
  .teaser-full .teaser-image {
    height: 506px; } }

@media (min-width: 500px) {
  .teaser-full .teaser-info-inner {
    max-width: 60%; } }

@media (min-width: 960px) {
  .teaser-full .teaser-info-inner {
    max-width: 40%; } }

@media (min-width: 500px) {
  .teaser-full h2 {
    padding-top: 23px;
    padding-bottom: 9px; } }

.teaser-full p {
  display: none; }

@media (min-width: 500px) {
  .teaser-full p {
    display: block; } }

.teaser-read-more {
  max-width: 1175px;
  margin: 0 auto;
  padding: 0 20px;
  margin-top: 23px;
  margin-bottom: 46px; }

@media (min-width: 1195px) {
  .teaser-read-more {
    padding: 0; } }

.teaser-read-more:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px; }

@media (min-width: 500px) {
  .teaser-read-more {
    margin-top: 46px;
    margin-bottom: 92px; } }

.teaser-read-more a {
  text-decoration: none; }

.placeholder {
  background-color: #f6f6f6;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  
   }

.placeholder img {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: auto;
  height: 65%;
  -webkit-transition: opacity 1s linear;
  transition: opacity 1s linear;
  
   }

.placeholder img.loaded {
  opacity: 1;
  
  position: absolute;
  left: -9999px;
  right: -9999px;
  top: -9999px;
  bottom: -9999px;
  margin: auto;
  min-width: 100%;
  min-height: 100%; }

.img-small {
  -webkit-filter: blur(50px);
  filter: blur(50px);
  
  -webkit-transform: scale(1);
  transform: scale(1); }

.teaser-video a {
  cursor: pointer; }

.teaser-video:before {
  content: " ";
  display: block;
  background-image: url("../Img/playButton.svg");
  background-position: center center;
  background-size: 20%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.8;
  background-blend-mode: multiply; }

.logo-grid {
  max-width: 1175px;
  margin: 0 auto;
  padding: 0 20px;
  margin-top: 23px;
  margin-bottom: 46px;
  clear: both; }

@media (min-width: 1195px) {
  .logo-grid {
    padding: 0; } }

.logo-grid:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px; }

@media (min-width: 500px) {
  .logo-grid {
    margin-top: 46px;
    margin-bottom: 92px; } }

.logo-grid ul {
  margin-top: 23px; }

.logo-grid ul.logo-grid-list-grayscale img {
  -webkit-filter: grayscale(100%);
  
  filter: grayscale(100%); }

.logo-grid ul.logo-grid-list-grayscale li:hover img {
  -webkit-filter: none;
  filter: none; }

.logo-grid li {
  height: 161px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50%;
  clear: right;
  float: left;
  margin-left: 0;
  margin-right: 0%;
  border-bottom: 1px solid #989ca1; }

.logo-grid li:nth-last-child(1) {
  border-bottom: 0; }

.logo-grid li:nth-last-child(2) {
  border-bottom: 0; }

.logo-grid li:nth-child(odd) {
  border-right: 1px solid #989ca1; }

@media (min-width: 500px) {
  .logo-grid li {
    width: 25%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 0%;
    border-right: 1px solid #989ca1; }
  .logo-grid li:nth-child(4n+4) {
    border-right: 0; }
  .logo-grid li:nth-last-child(3) {
    border-bottom: 0; }
  .logo-grid li:nth-last-child(4) {
    border-bottom: 0; } }

.logo-grid li.clickable:hover {
  cursor: pointer; }

.logo-grid li img {
  width: 70%; }

@media (min-width: 960px) {
  .logo-grid li img {
    width: 50%; } }

.logo-grid p {
  margin: 0; }

@media (min-width: 960px) {
  .logo-grid p {
    max-width: 50%; } }

.accordion-tabs-wrapper {
  clear: both;
  position: relative;
  margin-top: 46px;
  margin-bottom: 46px; }

@media (min-width: 500px) {
  .accordion-tabs-wrapper {
    margin-top: 92px;
    margin-bottom: 92px; } }

.accordion-tabs-wrapper:after {
  content: " ";
  display: block;
  background-color: #000;
  width: 100%;
  height: 46px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; }

.accordion-tabs {
  max-width: 1175px;
  margin: 0 auto;
  padding: 0 20px;
  padding: 0; }

@media (min-width: 1195px) {
  .accordion-tabs {
    padding: 0; } }

.accordion-tabs:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px; }

.accordion-tabs .tab-header-and-content {
  list-style: none;
  overflow: hidden; }

.accordion-tabs .tab-header-and-content a {
  width: 100%;
  background: #000;
  padding-left: 20px;
  border-top: 1px solid #fff;
  height: 46px;
  line-height: 46px;
  color: #fff; }

@media (min-width: 960px) {
  .accordion-tabs .tab-header-and-content a {
    width: 24%;
    background: inherit;
    padding-left: inherit;
    border-top: 0;
    color: #fff;
    overflow: hidden; }
  .accordion-tabs .tab-header-and-content a.is-active {
    color: black;
    background-color: #fff; } }

@media (min-width: 960px) {
  .accordion-tabs .tab-header-and-content {
    display: inline; } }

.accordion-tabs .tab-link {
  display: block;
  text-decoration: none; }

@media (min-width: 960px) {
  .accordion-tabs .tab-link {
    display: inline-block;
    text-align: center; } }

.accordion-tabs .tab-link:hover {
  color: #55788c; }

.accordion-tabs .tab-content {
  display: none;
  width: 100%;
  margin-bottom: 46px; }

.accordion-tabs .tab-content.is-open {
  margin-top: 23px; }

@media (min-width: 500px) {
  .accordion-tabs .tab-content.is-open {
    margin-top: 46px; } }

@media (min-width: 500px) {
  .accordion-tabs .tab-content {
    float: left;
    margin-bottom: 23px; } }

@media (min-width: 679px) {
  .accordion-tabs .tab-content .tab-text-column:first-child {
    width: 47.36842%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: left; }
  .accordion-tabs .tab-content .tab-text-column:last-child {
    width: 47.36842%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: right; } }

.tab-content-inner {
  padding: 0 20px; }

.tab-content-inner:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px; }

@media (min-width: 1195px) {
  .tab-content-inner {
    padding: 0; } }

.team-grid {
  max-width: 1175px;
  margin: 0 auto;
  padding: 0 20px;
  margin-top: 46px;
  margin-bottom: 46px;
  margin-bottom: -92px;
  clear: both; }

@media (min-width: 1195px) {
  .team-grid {
    padding: 0; } }

.team-grid:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px; }

@media (min-width: 500px) {
  .team-grid {
    margin-top: 92px;
    margin-bottom: 92px; } }

.team-grid ul {
  margin-top: 46px; }

.team-grid li {
  margin-bottom: 69px; }

@media (min-width: 500px) {
  .team-grid li {
    width: 49.11243%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 1.77515%; }
  .team-grid li:nth-child(2n+1) {
    width: 49.11243%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 1.77515%;
    clear: both; }
  .team-grid li:nth-child(2n+2) {
    width: 49.11243%;
    clear: right;
    float: right;
    margin-right: 0; } }

@media (min-width: 960px) {
  .team-grid li {
    width: 23.66864%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 1.77515%; }
  .team-grid li:nth-child(2n+1), .team-grid li:nth-child(2n+2) {
    width: 23.66864%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 1.77515%; }
  .team-grid li:nth-child(4n+1) {
    width: 23.66864%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 1.77515%;
    clear: both; }
  .team-grid li:nth-child(4n+4) {
    width: 23.66864%;
    clear: right;
    float: right;
    margin-right: 0; } }

.team-grid-content {
  border-left: 1px solid #000;
  padding-left: 20px; }

.team-grid-image {
  position: relative;
  margin-bottom: 23px;
  text-align: center;
  background: #e0e1e3;
  display: table; }

@media (min-width: 960px) {
  .team-grid-image {
    background: none; } }

.team-grid-image img.second_image {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  -o-object-fit: contain;
  object-fit: contain;
  opacity: 0 !important;
  -webkit-transition: .5s ease !important;
  transition: .5s ease !important; }

.team-grid-image .generated_title {
  position: absolute;
  bottom: 9px;
  right: 9px;
  color: #FFF;
  text-align: right;
  font-family: Fira Sans;
  font-size: 11px;
  font-weight: 700;
  line-height: normal;
  width: 18px;
  height: 18px;
  border-radius: 200px;
  border: 1px solid #FFF;
  background: rgba(112, 112, 112, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  padding: 0 3px;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  overflow: hidden;
  cursor: default;
  opacity: 0; }

.team-grid-image .generated_title .first-words {
  opacity: 0; }

.team-grid-image .generated_title.show {
  opacity: 1; }

.team-grid-image .generated_title.show:hover {
  color: #000;
  font-weight: 400;
  width: 90px;
  height: 18px;
  background: #FFF;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly; }

.team-grid-image .generated_title.show:hover .first-words {
  opacity: 1; }

.team-grid-image:hover img.second_image {
  opacity: 1 !important; }

.leistungen-grid {
  background-color: #cedae0;
  color: #000;
  padding-top: 10px;
  padding-bottom: 10px; }

.leistungen-grid-section {
  max-width: 1175px;
  margin: 0 auto;
  padding: 0 20px;
  margin-top: 46px;
  margin-bottom: 23px;
  clear: both; }

@media (min-width: 1195px) {
  .leistungen-grid-section {
    padding: 0; } }

.leistungen-grid-section:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px; }

@media (min-width: 500px) {
  .leistungen-grid-section {
    margin-top: 92px;
    margin-bottom: 46px; } }

.leistungen-grid-section ul {
  margin-top: 23px; }

.leistungen-grid-section li {
  margin-bottom: 23px; }

@media (min-width: 679px) {
  .leistungen-grid-section li {
    width: 48.80952%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 2.38095%; }
  .leistungen-grid-section li:nth-child(2n+2) {
    width: 48.80952%;
    clear: right;
    float: right;
    margin-right: 0; } }

@media (min-width: 960px) {
  .leistungen-grid-section li {
    width: 31.74603%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 2.38095%; }
  .leistungen-grid-section li:nth-child(2n+2) {
    width: 31.74603%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 2.38095%; }
  .leistungen-grid-section li:nth-child(3n+3) {
    width: 31.74603%;
    clear: right;
    float: right;
    margin-right: 0; }
  .leistungen-grid-section li:nth-child(3n+1) {
    width: 31.74603%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 2.38095%;
    clear: both; } }

.leistungen-grid-section p {
  color: #000; }

.leistungen-grid-section h4 {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 23px 0;
  padding-left: 5px;
  margin-bottom: 23px; }

.leistungen-grid-section h4 a {
  text-decoration: none; }

.leistungen-grid-section a {
  color: #000; }

.leistungen-grid-section a:hover {
  color: #000; }

.icon-leistungen-1 {
  background: url("../Img/Icons_01_MarkeStrategie.svg"); }

.icon-leistungen-1 h4 {
  padding-left: 60px; }

.icon-leistungen-2 {
  background: url("../Img/Icons_02_KreationKampagne.svg"); }

.icon-leistungen-2 h4 {
  padding-left: 60px; }

.icon-leistungen-3 {
  background: url("../Img/Icons_03_Print.svg"); }

.icon-leistungen-3 h4 {
  padding-left: 60px; }

.icon-leistungen-4 {
  background: url("../Img/Icons_04_UX.svg"); }

.icon-leistungen-4 h4 {
  padding-left: 60px; }

.icon-leistungen-5 {
  background: url("../Img/Icons_05_Webdevelopment.svg"); }

.icon-leistungen-5 h4 {
  padding-left: 60px; }

.icon-leistungen-6 {
  background: url("../Img/Icons_06_Software.svg"); }

.icon-leistungen-6 h4 {
  padding-left: 60px; }

.icon-leistungen-7 {
  background: url("../Img/Icons_07_Messe.svg"); }

.icon-leistungen-7 h4 {
  padding-left: 60px; }

.icon-leistungen-8 {
  background: url("../Img/Icons_08_SEO.svg"); }

.icon-leistungen-8 h4 {
  padding-left: 60px; }

.icon-leistungen-9 {
  background: url("../Img/Icons_09_eCommerce.svg"); }

.icon-leistungen-9 h4 {
  padding-left: 60px; }

.icon-leistungen-10 {
  background: url("../Img/Icons_10_design.svg"); }

.icon-leistungen-10 h4 {
  padding-left: 60px; }

.icon-leistungen-11 {
  background: url("../Img/Icons_11_installation.svg"); }

.icon-leistungen-11 h4 {
  padding-left: 60px; }

.icon-leistungen-12 {
  background: url("../Img/Icons_12_extention.svg"); }

.icon-leistungen-12 h4 {
  padding-left: 60px; }

.icon-leistungen-13 {
  background: url("../Img/Icons_13_identitty.svg"); }

.icon-leistungen-13 h4 {
  padding-left: 60px; }

.icon-leistungen-14 {
  background: url("../Img/Icons_14_infografik.svg"); }

.icon-leistungen-14 h4 {
  padding-left: 60px; }

.icon-leistungen-15 {
  background: url("../Img/Icons_15_update.svg"); }

.icon-leistungen-15 h4 {
  padding-left: 60px; }

.icon-leistungen-16 {
  background: url("../Img/Icons_16_personas.svg"); }

.icon-leistungen-16 h4 {
  padding-left: 60px; }

.icon-leistungen-17 {
  background: url("../Img/Icons_17_testing.svg"); }

.icon-leistungen-17 h4 {
  padding-left: 60px; }

.icon-leistungen-18 {
  background: url("../Img/Icons_18_Zielgruppen.svg"); }

.icon-leistungen-18 h4 {
  padding-left: 60px; }

.icon-leistungen-19 {
  background: url("../Img/Icons_19_Tracking&Analyse.svg"); }

.icon-leistungen-19 h4 {
  padding-left: 60px; }

.icon-leistungen-20 {
  background: url("../Img/Icons_20_Kampagnenmanagement_und_optimierung.svg"); }

.icon-leistungen-20 h4 {
  padding-left: 60px; }

.icon-leistungen-21 {
  background: url("../Img/Icons_21_Wartung_und_Support.svg"); }

.icon-leistungen-21 h4 {
  padding-left: 60px; }

.icon-leistungen-22 {
  background: url("../Img/Icons_22_Offpage_Optimierung.svg"); }

.icon-leistungen-22 h4 {
  padding-left: 60px; }

.icon-leistungen-23 {
  background: url("../Img/Icons_23_Onpage_Optimierung.svg"); }

.icon-leistungen-23 h4 {
  padding-left: 60px; }

.leistungen-icon {
  background-repeat: no-repeat;
  background-size: 60px 60px;
  background-position: -10px 5px; }

.leistungen-image {
  background-repeat: no-repeat;
  background-size: auto 40px;
  background-position: 1px 15px; }

.leistungen-image h4 {
  text-indent: -9999px; }

.button-section {
  height: 130px;
  background: #EFEFEF; }

.button-section div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%; }

.button-section div a .button {
  padding: 11px 50px; }

.button-section div a:hover {
  text-decoration: none; }

ul.links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

ul.links li {
  width: 100% !important;
  margin-bottom: 5px; }

.full-screen-image {
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

@media (min-width: 500px) {
  .full-screen-image {
    min-height: 621px; }
  .full-screen-image.no-background-image {
    min-height: 0; } }

@media (min-width: 1440px) {
  .full-screen-image {
    min-height: 805px; }
  .full-screen-image.no-background-image {
    min-height: 0; } }

.full-screen-image.no-background-image {
  min-height: 0; }

.full-screen-image.no-background-image img {
  width: 100%;
  height: auto; }

.full-screen-image-grid {
  margin-top: 46px;
  margin-bottom: 46px; }

@media (min-width: 500px) {
  .full-screen-image-grid {
    margin-top: 92px;
    margin-bottom: 92px; } }

.full-screen-image-grid.no-margin-top {
  margin-top: 0; }

.full-screen-image-grid.no-margin-bottom {
  margin-bottom: 0; }

.full-screen-image-grid.no-margin-top-bottom {
  margin-top: 0;
  margin-bottom: 0; }

.full-screen-image-grid.minus-margin-top {
  margin-top: -46px; }

@media (min-width: 500px) {
  .full-screen-image-grid.minus-margin-top {
    margin-top: -92px; } }

.full-screen-image-grid.minus-margin-bottom {
  margin-bottom: -46px; }

@media (min-width: 500px) {
  .full-screen-image-grid.minus-margin-bottom {
    margin-bottom: -92px; } }

.full-screen-image-grid-list:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px; }

.full-screen-image-grid-half,
.full-screen-image-grid-full {
  min-height: 230px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

@media (min-width: 500px) {
  .full-screen-image-grid-half,
  .full-screen-image-grid-full {
    min-height: 437px; }
  .full-screen-image-grid-half.no-background-image,
  .full-screen-image-grid-full.no-background-image {
    min-height: 0; } }

.full-screen-image-grid-half.no-background-image,
.full-screen-image-grid-full.no-background-image {
  min-height: 0; }

.full-screen-image-grid-half.no-background-image img,
.full-screen-image-grid-full.no-background-image img {
  width: 100%;
  height: auto; }

.full-screen-image-grid-half .gutter,
.full-screen-image-grid-full .gutter {
  margin: 3px; }

@media (min-width: 500px) {
  .full-screen-image-grid-half {
    width: 50%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 0%; }
  .full-screen-image-grid-half:nth-child(2n+1) {
    width: 50%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 0%;
    clear: both; }
  .full-screen-image-grid-half:nth-child(2n+2) {
    width: 50%;
    clear: right;
    float: right;
    margin-right: 0; } }

@media (min-width: 500px) {
  .full-screen-image-grid-full {
    width: 100%;
    clear: right;
    float: right;
    margin-right: 0; } }

select,
input[type="text"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0; }

.contact-form-push {
  clear: both;
  height: 69px; }

.contact-form {
  max-width: 1175px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  margin-top: -23px;
  opacity: 1;
  overflow: hidden;
  clear: both; }

@media (min-width: 1195px) {
  .contact-form {
    padding: 0; } }

.contact-form:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px; }

.contact-form.bg-gray {
  max-width: 100% !important;
  position: relative; }

.contact-form.bg-gray::before {
  content: '';
  position: absolute;
  background-color: #EFEFEF;
  width: -webkit-fill-available;
  height: 100%;
  top: 3%;
  left: 25%; }

.contact-form.bg-gray .contact-form-inner {
  margin-left: 32.44379%; }

.contact-form.bg-gray .contact-form-inner .contact-form-text-left,
.contact-form.bg-gray .contact-form-inner .contact-form-text-right {
  font-weight: 400; }

.contact-form.bg-gray .contact-form-inner p {
  font-weight: 400; }

.contact-form.bg-gray .contact-form-inner textarea {
  background-color: #EFEFEF;
  margin-top: 40px; }

.contact-form.bg-gray .contact-form-inner input[type="text"] {
  background-color: #EFEFEF; }

.contact-form.bg-gray .contact-form-inner input[type="text"]::-webkit-input-placeholder {
  font-weight: 400; }

.contact-form.bg-gray .contact-form-inner input[type="text"]::-moz-placeholder {
  font-weight: 400; }

.contact-form.bg-gray .contact-form-inner input[type="text"]:-ms-input-placeholder {
  font-weight: 400; }

.contact-form.bg-gray .contact-form-inner input[type="text"]::-ms-input-placeholder {
  font-weight: 400; }

.contact-form.bg-gray .contact-form-inner input[type="text"]::placeholder {
  font-weight: 400; }

.contact-form p {
  margin-bottom: 46px; }

.contact-form p.contact-title {
  margin-top: 46px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 36px;
  font-weight: 400; }

@media (min-width: 500px) {
  .contact-form p.contact-title {
    margin-top: 92px;
    font-size: 30px;
    line-height: 46px; } }

.contact-form.collapsed {
  height: 0;
  overflow: hidden;
  opacity: 0; }

.contact-form.collapsed .contact-form-inner {
  -webkit-transform: translateY(500px);
  transform: translateY(500px); }

.contact-form-inner {
  padding-top: 46px;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out; }

@media (min-width: 679px) {
  .contact-form-inner {
    width: 49.11243%;
    float: left;
    margin-right: -100%;
    margin-left: 25.44379%;
    clear: none;
    padding-top: 0; } }

@media (min-width: 679px) {
  .contact-form-text-left,
  .contact-form-left {
    width: 48.19277%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none; } }

@media (min-width: 679px) {
  .contact-form-right {
    width: 48.19277%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none; } }

.contact-form-left,
.contact-form-right {
  margin-bottom: 23px; }

.contact-form-text-right {
  margin-top: 23px; }

@media (min-width: 679px) {
  .contact-form-text-right {
    width: 48.19277%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    margin-top: 0; } }

.contact-form-form {
  margin-top: 46px;
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none; }

.contact-form-form input[type="text"],
.contact-form-form textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #000;
  font-family: "Fira Sans", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000; }

@media (min-width: 500px) {
  .contact-form-form input[type="text"],
  .contact-form-form textarea {
    font-size: 16px;
    line-height: 23px; } }

.contact-form-form input[type="text"]:focus,
.contact-form-form textarea:focus {
  outline: none;
  background: #f5f5f6;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out; }

.contact-form-form input[type="text"].error,
.contact-form-form textarea.error {
  border-color: #D0021B;
  color: #D0021B; }

.contact-form-form input[type="text"] {
  height: 46px;
  line-height: 46px;
  margin-bottom: 23px; }

.contact-form-form textarea {
  clear: both;
  height: 46px;
  margin-top: 92px; }

.contact-form-form textarea:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px; }

.contact-form-form textarea:focus {
  height: 138px;
  margin-top: 0; }

.contact-form-form input[type="submit"] {
  color: #fff !important;
  background: #000;
  padding: 7px 17px;
  white-space: nowrap;
  cursor: pointer;
  border: 0;
  font-family: "Fira Sans", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  margin-top: 23px; }

@media (min-width: 500px) {
  .contact-form-form input[type="submit"] {
    padding: 12px 17px; } }

.contact-form-form input[type="submit"]:hover {
  background: #55788c;
  -webkit-transition: background 0.4s ease-in-out;
  transition: background 0.4s ease-in-out; }

@media (min-width: 500px) {
  .contact-form-form input[type="submit"] {
    font-size: 16px;
    line-height: 23px; } }

.error-message {
  display: inline-block;
  color: #D0021B;
  margin-top: -23px; }

.error-message:before {
  content: "↑ "; }

.contact-trigger-wrapper {
  margin-top: 46px;
  margin-bottom: 25px; }

.contact-trigger-wrapper-inner {
  max-width: 1175px;
  margin: 0 auto;
  padding: 0 20px; }

@media (min-width: 1195px) {
  .contact-trigger-wrapper-inner {
    padding: 0; } }

.contact-trigger {
  display: inline-block !important;
  float: right; }

.intro-text {
  max-width: 1175px;
  margin: 0 auto;
  padding: 0 20px;
  margin-top: 46px;
  margin-bottom: 23px; }

@media (min-width: 1195px) {
  .intro-text {
    padding: 0; } }

.intro-text:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px; }

@media (min-width: 500px) {
  .intro-text {
    margin-top: 92px;
    margin-bottom: 46px; } }

@media (min-width: 960px) {
  .intro-text-text {
    width: 49.11243%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none; } }

.intro-text-additional-infos {
  margin-top: 46px; }

@media (min-width: 960px) {
  .intro-text-additional-infos {
    width: 23.66864%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    margin-top: 0; } }

.portfolio-description {
  max-width: 1175px;
  margin: 0 auto;
  padding: 0 20px;
  clear: both;
  margin-top: -69px; }

@media (min-width: 1195px) {
  .portfolio-description {
    padding: 0; } }

.portfolio-description.more-margin-top {
  margin-top: -23px; }

@media (min-width: 500px) {
  .portfolio-description.more-margin-top {
    margin-top: -69px; } }

.portfolio-text-additional-infos-list a {
  font-weight: 400;
  display: block;
  text-decoration: underline; }

@media (min-width: 960px) {
  .portfolio-text-additional-infos-list {
    width: 49.11243%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    margin-top: 0; } }

.portfolio-text-additional-infos-list li {
  margin-bottom: 23px; }

.portfolio-filter-wrapper {
  margin-bottom: 23px; }

@media (min-width: 960px) {
  .portfolio-filter-wrapper:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px; } }

@media (min-width: 679px) {
  .portfolio-filter-wrapper {
    margin-bottom: 0; } }

.portfolio-filter-wrapper .list-layout {
  display: none; }

@media (min-width: 679px) {
  .portfolio-filter-wrapper .list-layout {
    display: block; } }

.portfolio-filter-wrapper select {
  border: none;
  border-radius: 0;
  width: 100%;
  font-family: "Fira Sans", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  border: 1px solid #989ca1;
  padding: .75em 1em .5em 1em;
  background-color: white;
  background-image: url("../Img/arrow-down.svg");
  background-position: 95% center;
  background-repeat: no-repeat; }

@media (min-width: 679px) {
  .portfolio-filter-wrapper select {
    display: none; } }

@media (min-width: 500px) {
  .portfolio-filter-wrapper select {
    font-size: 16px;
    line-height: 23px; } }

.portfolio-filter-wrapper select:hover {
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); }

.portfolio-filter-wrapper select::-ms-expand {
  display: none; }

.portfolio-filter {
  max-width: 1175px;
  margin: 0 auto;
  padding: 0 20px;
  margin-top: 23px; }

@media (min-width: 1195px) {
  .portfolio-filter {
    padding: 0; } }

.portfolio-filter:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px; }

@media (min-width: 500px) {
  .portfolio-filter {
    margin-top: 69px; } }

.portfolio-filter ul {
  margin-bottom: 23px; }

@media (min-width: 1195px) {
  .portfolio-filter ul {
    width: 91.61793%;
    float: left;
    margin-right: -100%;
    margin-left: 9.22027%;
    clear: none; } }

.portfolio-filter li {
  display: inline-block;
  margin-right: 3px;
  padding: 0 4px;
  margin-bottom: 11.5px;
  margin-top: 11.5px; }

@media (min-width: 1195px) {
  .portfolio-filter li {
    margin-top: 0; } }

.portfolio-filter li:last-child {
  margin-right: 0; }

.portfolio-filter li.active, .portfolio-filter li:hover {
  background: #989ca1;
  cursor: pointer;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.portfolio-filter-label {
  font-weight: 400; }

@media (min-width: 1195px) {
  .portfolio-filter-label {
    width: 7.79727%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none; } }

.header-element-video {
  position: relative;
  overflow: hidden; }

.header-element-video video#bgvid {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  background-position: center center; }

.header-element-video:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../Img/black-vertical-stripes.png"); }

.portfolio-online {
  max-width: 1175px;
  margin: 0 auto;
  padding: 0 20px;
  margin-top: 46px;
  margin-bottom: 46px;
  border-bottom: 1px solid #000;
  padding-bottom: 23px !important; }

@media (min-width: 1195px) {
  .portfolio-online {
    padding: 0; } }

.portfolio-online:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px; }

@media (min-width: 500px) {
  .portfolio-online {
    margin-top: 92px;
    margin-bottom: 92px; } }

.portfolio-online svg {
  width: 100%;
  height: auto; }

.portfolio-online-light #phonebg,
.portfolio-online-light #desktopbg,
.portfolio-online-light #tabletbg {
  fill: #CFCFCF; }

.portfolio-online-desktop {
  margin-bottom: 46px;
  position: relative; }

@media (min-width: 650px) {
  .portfolio-online-desktop {
    width: 61.04329%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
    margin-bottom: 0; } }

.portfolio-online-desktop svg {
  width: 100%;
  height: auto; }

@media (min-width: 1195px) {
  .portfolio-online-desktop svg {
    width: 723px;
    height: 564px; } }

.portfolio-online-mobile {
  position: relative; }

@media (min-width: 650px) {
  .portfolio-online-mobile {
    width: 35.07214%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    margin-top: 20%;
    margin-bottom: 0; } }

.portfolio-online-mobile svg {
  width: 100%;
  height: auto; }

@media (min-width: 1195px) {
  .portfolio-online-mobile svg {
    width: 411px;
    height: 348px; } }

.portfolio-online-desktop-image,
.portfolio-online-mobile-phone-image,
.portfolio-online-mobile-tablet-image {
  position: absolute;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat; }

.portfolio-online-desktop-image {
  top: 5.33%;
  left: 4.2%;
  width: 91.4%;
  height: 65%; }

@media (min-width: 1195px) {
  .portfolio-online-desktop-image {
    width: 92%; } }

.portfolio-online-mobile-phone-image {
  top: 37%;
  left: 3%;
  width: 24%;
  height: 52%; }

.portfolio-online-mobile-tablet-image {
  top: 8.5%;
  left: 44%;
  width: 52%;
  height: 80.4%; }

#progress-element {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.header-start.header-factsheet-downloads {
  height: 800px;
  height: 100vh;
  height: calc(100vh - 48px);
  min-height: 800px;
  margin-bottom: -46px; }

.header-start.header-factsheet-downloads .factsheet-download-wrapper {
  position: absolute;
  top: 250px;
  width: 100%;
  background: #fff;
  z-index: 100; }

@media (min-width: 960px) {
  .header-start.header-factsheet-downloads .factsheet-download-wrapper {
    background: transparent;
    background-image: -webkit-gradient(linear, left top, right top, from(white), color-stop(50%, white), color-stop(50%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(to right, white 0%, white 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%); } }

.header-start.header-factsheet-downloads .factsheet-download-wrapper .black-line {
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%; }

@media (min-width: 960px) {
  .header-start.header-factsheet-downloads .factsheet-download-wrapper .black-line {
    background: transparent;
    background-image: -webkit-gradient(linear, left top, right top, from(black), color-stop(50%, black), color-stop(50%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(to right, black 0%, black 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%); } }

.header-start.header-factsheet-downloads .factsheet-download {
  max-width: 1175px;
  margin: 0 auto;
  padding: 0 20px; }

@media (min-width: 1195px) {
  .header-start.header-factsheet-downloads .factsheet-download {
    padding: 0; } }

.header-start.header-factsheet-downloads .factsheet-download-inner {
  padding-top: 40px;
  padding-bottom: 92px;
  position: relative; }

.header-start.header-factsheet-downloads .factsheet-download-inner:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px; }

@media (min-width: 679px) {
  .header-start.header-factsheet-downloads .factsheet-download-inner {
    width: 74.55621%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none; } }

@media (min-width: 960px) {
  .header-start.header-factsheet-downloads .factsheet-download-inner {
    width: 49.11243%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none; } }

.header-start.header-factsheet-downloads .factsheet-download-inner .column-left {
  width: 45%;
  padding-right: 5%;
  float: left; }

.header-start.header-factsheet-downloads .factsheet-download-inner .column-right {
  float: left;
  width: 38%;
  padding: 34px 7% 0 5%; }

.header-start.header-factsheet-downloads h1 {
  margin-bottom: 50px; }

.header-start.header-factsheet-downloads .description {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 35px; }

.header-start.header-factsheet-downloads .button {
  text-decoration: none;
  display: inline-block; }

.header-start.header-factsheet-downloads .thumbnail {
  float: right;
  width: 100%;
  height: auto;
  border: 1px solid #000; }

.associates-partners {
  max-width: 1175px;
  margin: 0 auto;
  padding: 0 20px;
  margin-top: 46px;
  margin-bottom: 46px;
  margin-top: 115px; }

@media (min-width: 1195px) {
  .associates-partners {
    padding: 0; } }

.associates-partners:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px; }

@media (min-width: 500px) {
  .associates-partners {
    margin-top: 92px;
    margin-bottom: 92px; } }

@media (min-width: 500px) {
  .associates-partners {
    margin-top: -23px; } }

.associates-partners h2 {
  margin-bottom: 0; }

.associates-partners .headline {
  min-height: 46px;
  margin-bottom: 0; }

@media (min-width: 500px) {
  .associates-partners .headline {
    margin-bottom: 23px; } }

.associates-partners-col {
  width: 100%;
  clear: right;
  float: right;
  margin-right: 0; }

.associates-partners-col:nth-child(1) {
  margin-bottom: 0; }

.associates-partners-col:nth-child(2) .headline {
  display: none; }

@media (min-width: 550px) {
  .associates-partners-col {
    width: 49.11243%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 1.77515%; }
  .associates-partners-col:nth-child(2) .headline {
    display: block; }
  .associates-partners-col:nth-child(1) {
    margin-bottom: 23px; }
  .associates-partners-col:nth-child(2n+1) {
    width: 49.11243%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 1.77515%;
    clear: both; }
  .associates-partners-col:nth-child(2n+2) {
    width: 49.11243%;
    clear: right;
    float: right;
    margin-right: 0; } }

@media (min-width: 960px) {
  .associates-partners-col {
    width: 32.14905%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 1.77515%; }
  .associates-partners-col:nth-child(2n+1), .associates-partners-col:nth-child(2n+2) {
    width: 32.14905%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 1.77515%; }
  .associates-partners-col:nth-child(3n+1) {
    width: 32.14905%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 1.77515%;
    clear: both; }
  .associates-partners-col:nth-child(3n+3) {
    width: 32.14905%;
    clear: right;
    float: right;
    margin-right: 0; } }

.nl-anmeldung {
  max-width: 1175px;
  margin: 0 auto;
  padding: 0 20px;
  margin-bottom: 100px; }

@media (min-width: 1195px) {
  .nl-anmeldung {
    padding: 0; } }

.nl-anmeldung input[type="text"] {
  width: 250px;
  margin-right: 23px;
  border: 0;
  border-bottom: 1px solid #000;
  font-family: "Fira Sans", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  height: 46px;
  line-height: 46px;
  margin-bottom: 23px; }

@media (min-width: 500px) {
  .nl-anmeldung input[type="text"] {
    font-size: 16px;
    line-height: 23px; } }

.nl-anmeldung input[type="text"]:focus {
  outline: none;
  background: #f5f5f6;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out; }

.nl-anmeldung input[type="submit"], .nl-anmeldung input[type="button"] {
  color: #fff !important;
  background: #000;
  padding: 7px 17px;
  white-space: nowrap;
  cursor: pointer;
  border: 0;
  font-family: "Fira Sans", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  margin-top: 23px; }

@media (min-width: 500px) {
  .nl-anmeldung input[type="submit"], .nl-anmeldung input[type="button"] {
    padding: 12px 17px; } }

.nl-anmeldung input[type="submit"]:hover, .nl-anmeldung input[type="button"]:hover {
  background: #55788c;
  -webkit-transition: background 0.4s ease-in-out;
  transition: background 0.4s ease-in-out; }

@media (min-width: 500px) {
  .nl-anmeldung input[type="submit"], .nl-anmeldung input[type="button"] {
    font-size: 16px;
    line-height: 23px; } }

.youtube-video,
.vimeo-video,
.mp4-video {
  
  
  
  
  
   }

.youtube-video.video-layout-1,
.vimeo-video.video-layout-1,
.mp4-video.video-layout-1 {
  max-width: 1175px;
  margin: 0 auto;
  padding: 0 20px;
  margin-top: 46px;
  margin-bottom: 46px; }

@media (min-width: 1195px) {
  .youtube-video.video-layout-1,
  .vimeo-video.video-layout-1,
  .mp4-video.video-layout-1 {
    padding: 0; } }

@media (min-width: 500px) {
  .youtube-video.video-layout-1,
  .vimeo-video.video-layout-1,
  .mp4-video.video-layout-1 {
    margin-top: 92px;
    margin-bottom: 92px; } }

.youtube-video.video-layout-2,
.vimeo-video.video-layout-2,
.mp4-video.video-layout-2 {
  margin-top: 46px;
  margin-bottom: 46px; }

@media (min-width: 500px) {
  .youtube-video.video-layout-2,
  .vimeo-video.video-layout-2,
  .mp4-video.video-layout-2 {
    margin-top: 92px;
    margin-bottom: 92px; } }

.youtube-video-inner:after,
.vimeo-video-inner:after,
.mp4-video-inner:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px; }

.youtube-video iframe,
.vimeo-video iframe,
.mp4-video iframe {
  position: relative;
  max-height: 100vh; }

.youtube-video.video-position-1 iframe.video-size-1,
.vimeo-video.video-position-1 iframe.video-size-1,
.mp4-video.video-position-1 iframe.video-size-1 {
  width: 100%;
  left: 0; }

@media (min-width: 500px) {
  .youtube-video.video-position-1 iframe.video-size-1,
  .vimeo-video.video-position-1 iframe.video-size-1,
  .mp4-video.video-position-1 iframe.video-size-1 {
    width: 50%;
    left: 25%; } }

.youtube-video.video-position-2 iframe.video-size-1,
.vimeo-video.video-position-2 iframe.video-size-1,
.mp4-video.video-position-2 iframe.video-size-1 {
  width: 100%;
  left: 0; }

@media (min-width: 500px) {
  .youtube-video.video-position-2 iframe.video-size-1,
  .vimeo-video.video-position-2 iframe.video-size-1,
  .mp4-video.video-position-2 iframe.video-size-1 {
    width: 50%;
    left: 0; } }

.youtube-video.video-position-3 iframe.video-size-1,
.vimeo-video.video-position-3 iframe.video-size-1,
.mp4-video.video-position-3 iframe.video-size-1 {
  width: 100%;
  left: 0; }

@media (min-width: 500px) {
  .youtube-video.video-position-3 iframe.video-size-1,
  .vimeo-video.video-position-3 iframe.video-size-1,
  .mp4-video.video-position-3 iframe.video-size-1 {
    width: 50%;
    left: 50%; } }

.youtube-video.video-position-1 iframe.video-size-2,
.youtube-video.video-position-2 iframe.video-size-2,
.youtube-video.video-position-3 iframe.video-size-2,
.vimeo-video.video-position-1 iframe.video-size-2,
.vimeo-video.video-position-2 iframe.video-size-2,
.vimeo-video.video-position-3 iframe.video-size-2,
.mp4-video.video-position-1 iframe.video-size-2,
.mp4-video.video-position-2 iframe.video-size-2,
.mp4-video.video-position-3 iframe.video-size-2 {
  left: 0;
  width: 100%; }

.ce-testimonial {
  background-color: #EFEFEF;
  padding-top: 40px;
  padding-bottom: 30px; }

.ce-testimonial .headline {
  text-align: center; }

.ce-testimonial .headline h3 {
  font-weight: 500;
  margin-bottom: 20px; }

.ce-testimonial .slider-section {
  max-width: 476px;
  margin: auto;
  padding: 0 20px; }

.ce-testimonial .slider-section .slider-element {
  text-align: center; }

.ce-testimonial .slider-section .slider-element .quote-section {
  font-weight: 400;
  margin-bottom: 13px; }

.ce-testimonial .slider-section .slider-element .author {
  font-weight: 350;
  font-style: italic;
  color: #888888;
  margin-bottom: 13px; }

.ce-button {
  padding: 43px 0;
  background-color: #EFEFEF; }

.ce-button .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.ce-button .link a {
  color: #fff;
  background-color: #000;
  padding: 13px 53px;
  text-decoration: none;
  font-weight: 500; }

.ce-button .link a:hover {
  background-color: #55788c; }

[class^="orejime-"] {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  vertical-align: baseline;
  cursor: default;
  float: none;
  width: auto;
  text-align: left;
  font-weight: normal; }

.orejime-Main,
.orejime-Modal {
  font-size: 1em;
  line-height: 1.5; }

.orejime-Button {
  border: 0;
  color: #fff;
  border-radius: 4px;
  padding: 6px 10px;
  margin-right: 0.5em;
  border: 1px solid transparent; }

.orejime-Button[disabled] {
  opacity: 0.75; }

.orejime-Button--save,
.orejime-Button--accept {
  background: #000;
  color: #fff; }

.orejime-Button--decline {
  background-color: transparent;
  color: #000;
  text-decoration: underline;
  margin-bottom: 8px;
  margin-top: 8px; }

.orejime-Button--info {
  background: #000; }

.orejime-Notice {
  background: #fff;
  position: fixed;
  z-index: 1000;
  width: 100%;
  bottom: 0;
  font-size: 0.8em; }

@media (min-width: 990px) {
  .orejime-Notice {
    -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
    border-radius: 4px;
    bottom: 20px;
    right: 20px;
    max-width: 300px; } }

@media (max-width: 990px) {
  .orejime-Notice {
    border: none;
    border-radius: 0; } }

.orejime-Notice--mandatory {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: none; }

.orejime-Notice--hidden {
  display: none !important; }

.orejime-Notice-body {
  padding: 1em; }

.orejime-Notice-logo {
  max-width: 200px; }

.orejime-Notice-title,
.orejime-Notice-description {
  color: #000;
  margin-bottom: 0.5em; }

.orejime-Notice-title {
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.3; }

.orejime-Notice-purposes {
  color: #000; }

.orejime-Notice-changes {
  color: #000;
  margin-bottom: 0.5em;
  font-weight: bold; }

.orejime-Notice-privacyPolicyLink {
  text-decoration: underline;
  cursor: pointer; }

.orejime-Notice-privacyPolicyLink, .orejime-Notice-privacyPolicyLink:hover {
  color: inherit; }

.orejime-Notice-privacyPolicyLink:hover, .orejime-Notice-privacyPolicyLink:focus {
  text-decoration: none; }

.orejime-Notice-actions {
  display: block; }

.orejime-Notice-actionItem {
  display: inline; }

.orejime-Notice-learnMoreButton {
  display: inline-block; }

.orejimeHtml-WithModalOpen {
  height: 100%; }

.orejimeHtml-WithModalOpen body {
  position: fixed;
  overflow: hidden;
  height: 100%;
  width: 100%; }

.orejime-ModalOverlay,
.orejime-NoticeOverlay {
  z-index: 1000;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.orejime-ModalWrapper {
  z-index: 1001;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  width: 640px;
  max-width: 100%;
  max-height: 100%;
  overflow: auto; }

.orejime-Modal {
  background: #fff;
  color: #000;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19); }

.orejime-Modal-header {
  padding: 1em;
  border-bottom: 1px solid #555; }

.orejime-Modal-title {
  margin: 0;
  font-size: 2em;
  display: block;
  font-weight: bold;
  padding-right: 20px; }

.orejime-Modal-closeButton {
  border: none;
  background: none;
  color: inherit;
  position: absolute;
  top: 1em;
  right: 1em; }

.orejime-CloseIcon {
  stroke: currentColor;
  width: 12px; }

.orejime-Modal-body {
  padding: 1em; }

.orejime-Modal-footer {
  padding: 1em;
  border-top: 1px solid #555; }

.orejime-Modal-privacyPolicyLink,
.orejime-Modal-poweredByLink {
  cursor: pointer;
  text-decoration: underline;
  color: inherit; }

.orejime-Modal-privacyPolicyLink:hover, .orejime-Modal-privacyPolicyLink:focus, .orejime-Modal-privacyPolicyLink:active,
.orejime-Modal-poweredByLink:hover,
.orejime-Modal-poweredByLink:focus,
.orejime-Modal-poweredByLink:active {
  color: inherit; }

.orejime-Modal-privacyPolicyLink:hover, .orejime-Modal-privacyPolicyLink:focus,
.orejime-Modal-poweredByLink:hover,
.orejime-Modal-poweredByLink:focus {
  text-decoration: none; }

.orejime-Modal-poweredByLink {
  position: absolute;
  right: 1em;
  color: #aaa;
  font-size: 0.8em;
  padding: 6px 0; }

.orejime-Modal-poweredByLink:hover, .orejime-Modal-poweredByLink:focus, .orejime-Modal-poweredByLink:active {
  color: #aaa; }

.orejime-AppList {
  display: block;
  padding: 0;
  margin: 0; }

.orejime-AppList-item {
  display: block;
  position: relative;
  line-height: 1.25;
  vertical-align: middle;
  padding-left: 65px;
  min-height: 40px;
  margin-top: 0.7em; }

.orejime-AppList-item:first-child {
  margin-top: 0; }

.orejime-CategorizedAppList {
  list-style: none; }

.orejime-CategorizedAppList-item {
  margin-bottom: 1em; }

.orejime-CategorizedAppList-title {
  font-size: 1.2em;
  font-weight: bold; }

.orejime-CategorizedAppList-description {
  font-size: 0.9em; }

.orejime-CategorizedAppList-apps {
  margin-top: 0.5em;
  margin-left: 1em; }

.orejime-AppItem-title {
  font-weight: 600;
  cursor: pointer; }

.orejime-AppItem-description {
  font-size: 0.8em; }

.orejime-AppItem-purposes {
  font-size: 0.8em;
  color: #aaa; }

.orejime-AppItem-optOut,
.orejime-AppItem-required {
  padding-left: 0.2em;
  font-size: 0.8em;
  color: #aaa; }

.orejime-AppItem-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 50px;
  height: 30px; }

.orejime-AppItem-switch {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 50px;
  height: 30px; }

.orejime-AppItem-slider {
  -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #aaa;
  -webkit-transition: .4s;
  transition: .4s;
  width: 50px;
  display: inline-block;
  border-radius: 30px;
  border: 2px solid transparent; }

.orejime-AppItem-slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
  border: 1px solid #555; }

.orejime-AppItem-switchLabel {
  position: absolute;
  width: 50px;
  top: 34px;
  overflow: ellipsis;
  font-size: 0.7em;
  text-align: center; }

.orejime-AppItem-switch--disabled .orejime-AppItem-slider {
  cursor: default;
  opacity: 0.5; }

.orejime-AppItem-switch--disabled .orejime-AppItem-switchLabel {
  color: #aaa; }

.orejime-AppItem-input:focus + .orejime-AppItem-label .orejime-AppItem-slider {
  border-color: #fff;
  outline-offset: 2px; }

.orejime-AppItem-input:checked + .orejime-AppItem-label .orejime-AppItem-slider {
  background-color: #000; }

.orejime-AppItem-input:checked + .orejime-AppItem-label .orejime-AppItem-slider:before {
  -webkit-transform: translateX(20px);
  transform: translateX(20px); }

.orejime-AppToggles {
  margin-bottom: 1em;
  display: block; }

.orejime-AppToggles-item {
  display: inline; }
