/*--------------------------------------------------
	GENERAL
---------------------------------------------------*/

:root {
  --white: #FFFFFF;
  --black: #000000;
  --darkblue: #1c2c50;
  --darkerblue: #23283c;
  --brightblue: #009ee3;
  --red: #D40038;
  --darkred: #bc0133;
  --grey-100: #F9F9F9;
  --grey-150: #efeeee;
  --grey-200: #d9d9d9;
  --grey-300: #E5E5E5;

  --padding-top: 7%;
  --padding-bottom: 7%;
  --padding-left: 3%;
  --padding-right: 3%;

  --common-font: "helvetica";
  --title-font: "fabric";
  --semi-font: "industry";
}

@font-face {
  font-family: 'fabric';
  src: url('../css/fonts/IndustriaLTStd-Solid.woff') format('woff'),
       url('../css/fonts/IndustriaLTStd-Solid.ttf')  format('woff2');
  font-weight: normal;
  font-style: normal;
}

@import url("//hello.myfonts.net/count/3ec9f5");
  
@font-face {
  font-family: "helvetica";
  src: url('../css/fonts/helveticanow.woff2') format('woff2'), 
       url('../css/fonts/helveticanow.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'handwrite';
  src: url('../css/fonts/NanumPen.woff') format('woff'),
       url('../css/fonts/NanumPen.ttf')  format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'industry';
  src: url('../css/fonts/Industry-Bold.woff') format('woff'),
       url('../css/fonts/Industry-Bold.ttf')  format('woff2');
  font-weight: normal;
  font-style: normal;
}



* {
  position: relative;
  box-sizing: border-box;
}




body {
  margin: 0;
  font-size: min(max(1rem, 1.1vw), 1.1rem);
	line-height: 1.5;
	font-family: var(--common-font);
	font-weight: normal;
	-moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  color: var(--darkblue);
  -webkit-font-smoothing: antialiased;
  min-height: 100%;
}

.wrapper {
  display: block;
  float: left;
  width: 100%;
  background: var(--white);
}

header {
  position: relative;
  display: block;
  float: left;
  top: 1px;
  left: 0;
  width: 100%;
  z-index: 10;
  height: 4em;
}

.header_fadein {
  position: fixed;
  right: 0px;
  top: 0;
  left: 0px;
  width: 100%;
  height: 70px;
  transform: translateY(-100%);
  z-index: 100002;
  background: var(--darkerblue);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-box-shadow: 0px 5px 14px 0px rgb(0 0 0 / 5%);
  -moz-box-shadow: 0px 5px 14px 0px rgba(0,0,0,0.05);
  box-shadow: 0px 5px 14px 0px rgb(0 0 0 / 5%);
}

header.header_fadein .header_content {
  width: clamp(8em, 14vw, 14em);
}


.header_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  float: left;
  width: 86%;
  height: 100%;
  margin-left: 7%;
  margin-right: 7%;
}

main {
  position: relative;
  display: inline;
  width: 100%;
  height: 100%;
  float: left;
  background: var(--white);
}

footer {
  position: relative;
  display: inline;
  float: left;
  width: 100%;
  background-color: var(--darkerblue);
  color: var(--white);
  padding: 10% 0%;
}

.followus {
  font-family: var(--title-font);
  font-size: min(max(1.5rem, 3vw), 3rem);
}

#scrollcontainer {
  position: relative;
  display: inline;
  width: 100%;
  height: 100%;
  float: left;
  background: var(--white);
}

.copyright {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  z-index: 3;
}

.copyright-1 a, .copyright-1 p , .copyright-2 a, .copyright-2 p {
  font-size: 0.8rem;
}

.copyright-2 a {
  text-decoration: underline;
}

img, iframe, embed {
  max-width: 100%;
}

.pagination a {
  padding: 5px 10px;
  background: var(--brightblue);
  color: var(--white);
  font-family: var(--semi-font);
  font-size: 0.8rem;
}

.pagination span.current {
  padding: 5px 10px;
  background: var(--darkblue);
  color: var(--white);
  font-family: var(--semi-font);
  font-size: 0.8rem;
}


/*--------------------------------------------------
	HEADER UND NAVIGATION
---------------------------------------------------*/

.heads {
  width: calc(100% - 28rem);
  height: clamp(40em, 60vh, 60em);
  margin-bottom: clamp(3em, 8vw, 8em);
  margin-left: 28rem;
  float: right;
  background: #002856;
  background: -moz-radial-gradient(center, ellipse cover, #002856 0%, #001b32 100%);
  background: -webkit-radial-gradient(center, ellipse cover, #002856 0%,#001b32 100%);
  background: radial-gradient(ellipse at center, #002856 0%,#001b32 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002856', endColorstr='#001b32',GradientType=1 );
}

.heads h2 {
  color: var(--darkblue);
}

.heads h2:nth-child(2) {
  mix-blend-mode: screen;
  color: var(--darkblue);
}

/* Falls Schrift weiss sein soll DISPLAY BLOCK */
.heads-title-area {
  position: absolute;
  background: var(--white);
  padding: 2em 2em 0 0;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  left: -13em;
  max-width: 80%;
}


.heads-image-area {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  height: 100%;
  /*overflow: hidden;*/
  background: var(--darkblue);
}

.heads-image-area h2 {
  position: absolute;
  top: 70%;
  transform: translateY(-50%);
  left: -1.144em;
  margin: 0;
  z-index: 3;
  color: var(--white);
  white-space: nowrap;
}

a.logo {
  position: absolute;
  display: inline-block;
  top: 2em;
  left: 3em;
  padding: 0;
  width: clamp(3em, 6vw, 6em);
  transition: none;
  z-index: 10;
  cursor: pointer;
}

.header_fadein a.logo {
  position: relative;
  top: 50%;
  left: 4em;
  width: 35px;
  transform: translate(0,-50%);
  margin-top: 5px;
}

a.logo img {
  width: 100%;
}

a.logo img.desktop {
  display: block;
}

a.logo img.mobile {
  display: none;
}

.nav {
  justify-content: space-between;
  display: flex;
}

.nav__link {
  margin-left: 2em;
  font-size: min(max(1.8rem, 2vw), 2rem);
  text-decoration: none;
  font-weight: 500;
  font-family: var(--title-font);
  color: var(--blue);
  float: none;
  display: block;
  text-align: left;
  transition: color ease 0.5s;
  opacity: 0;
  transform: translateY(20px);
  cursor: pointer;
}

.subnav .nav__link {
  margin-left: 4em;
  color: var(--white);
}

.subnav .nav__link:hover {
  color: var(--darkerblue);
}

nav.nav .nav__link {
  font-size: min(max(2.8rem, 4vw), 4rem);
}

nav.nav .nav__link:hover {
  color: var(--brightblue);
}

nav.nav .nav__link.nav__link--active {
  color: var(--brightblue);
}

nav.subnav .nav__link.nav__link--active {
  color: var(--darkblue);
}

#navigationWrap {
  display: none;
  width: 100%;
  min-height: 100%;
  height: 100%;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  z-index: 100003;
  background-color: var(--brightblue);
}

.menu-container {
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
  height: 100%;
  text-align: center;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  width: 100%;
}

.menu-container nav {
  position: relative;
  display: block;
  top: 50%;
  transform: translate(0, -50%);
}

nav.nav {
  grid-column: 1;
  grid-row: 2;
}

nav.subnav {
  grid-column: 2;
  grid-row: 2;
}

.white-bg {
  position: relative;
  grid-row: 1 / span 3;
  grid-column: 1;
  background: white;
  z-index: -1;
}

.sticky {
  position: absolute;
  width: 60px;
  height: auto;
  z-index: 1005;
  top: 50%;
  right: 4em;
  transition: all 1s ease 0s;
  display: block;
  z-index: 1006;
}

.hamburger {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  transition: all ease .5s;
}

.hamburger .line1 {
  width: 30px;
  height: 3px;
  background-color: var(--black);
  display: block;
  margin: 4px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header_fadein .hamburger .line1 {
  background-color: var(--white);
}

.hamburger .line2 {
  width: 30px;
  height: 3px;
  background-color: var(--black);
  display: block;
  margin: 4px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header_fadein .hamburger .line2 {
  background-color: var(--white);
}

.hamburger:hover, .hamburger-home:hover {
cursor: pointer;
}

.hamburger.is-active .line1:nth-child(1) {
  background-color: var(--white);
  -webkit-transform: translateY(9px) rotate(45deg);
  -ms-transform: translateY(9px) rotate(45deg);
  -o-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg);
  width: 30px;
  height: 3px;
  -webkit-animation: none;
  animation: none;
}

.hamburger.is-active .line1:nth-child(3) {
  background-color: var(--white);
  -webkit-transform: translateY(-5px) rotate(-45deg);
  -ms-transform: translateY(-5px) rotate(-45deg);
  -o-transform: translateY(-5px) rotate(-45deg);
  transform: translateY(-5px) rotate(-45deg);
  width: 30px;
  height: 3px;
  -webkit-animation: none;
  animation: none;
}

.hamburger.is-active .line2:nth-child(2), #hamburger-fadein.is-active .line2:nth-child(2) {
  opacity: 0;
}

.menu-text {
  color: var(--darkblue);
}

.hamburger.is-active .menu-text {
  color: var(--black);
}







/*------------------------------------------------------------------------------------------------------------------------------------------------------
	COMPONENTS
-------------------------------------------------------------------------------------------------------------------------------------------------------*/


/*--------------------------------------------------
    03. Page Preloader
---------------------------------------------------*/	

.preloader-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0; 
  bottom: 0;
  background: var(--darkerblue);
  z-index: 10003;
  text-align:center;
}

.preloader-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0; 
  bottom: 0;
  background-size: cover;
  z-index: 2;
  text-align:center;
  opacity: 0.2;
}

.outer {
  display: table;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.inner {
  display: table-cell;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.percentage {
  z-index: 100;
  color: #fff;
  opacity:1;
  font-weight: 700;
  font-size: min(max(2rem, 3.5vw), 6rem);
  line-height: 90px;
  font-family: 'nag';
}

.light-content .percentage {
  color:rgba(255,255,255,1);
}

.trackbar {
  width: 30vw;
  height: 1px;
  background: #45606d;
  margin: 0 auto;
  margin:40px auto;
  position: relative;
  left:0;
  right:0;
  opacity: 1;
}

.loadbar {
  width: 0%;
  height: 1px;
  background: #e36e3b; 
  position: absolute;
  top: 0px;
  left: 0;
  right:0;
  margin: 0 auto;
  overflow: hidden;
}

.hold-progress-bar {
  width: 0%;
  height: 3px;
  background: #45606d; 
  position: absolute;
  top: 0px;
  left: 0;
  right:0;
  margin: 0 auto;
  overflow: hidden;
}


img.pageloader-R {
  position: absolute;
  visibility: visible;
  width: clamp(4em, 6vw, 6em);
  left: 0;
  right: 0;
  top: 50%;
  margin: clamp(-1em, -6vw, -6em) auto 0;
}


@keyframes movebefore {
0% {
  left:-6px;
  opacity:1;
}

100% {
  left:-12px;
  opacity:0
}
}

.headphones:after {
  content:")";
  position:absolute;
  height:10px;
  width:4px;
  top:32px;
  right:-6px;
  line-height:10px;
  font-size:10px;
  font-weight:700;
  color:#fff;
  -webkit-animation: moveafter 0.8s ease-out infinite;
  animation: moveafter 0.8s ease-out infinite;
}

@keyframes moveafter {
0% {
  right:-6px;
  opacity:1;
}

100% {
  right:-12px;
  opacity:0
}
}

.headphones-text{
  font-size:10px;
  margin-top:20px;
}





/*--------------------------------------------------
	SWIPER
---------------------------------------------------*/

/**
 * Swiper 5.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 8, 2020
 */

 @font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  width: 100%;
  height: 100%;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}
.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}




/* ///// PARALLAX ///// */

.section-parallax {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: clamp(60vh, 80vw, 80vh);
  overflow: hidden;
}

.parallax-content {
  background-size: cover;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 140%;
}

#parallax p {
  position: absolute;
  color: #ffffff;
  font-size: 3vw;
  line-height: 1.2;
  top: 50%;
  transform: translate(0, -50%);
}




/*--------------------------------------------------
	AKKORDEON
---------------------------------------------------*/

.accordion {
  width: 100%;
  float: left;
}
.accordion__item {
  width: 100%;
  float: left;
}
.accordion__title {
  position: relative;
  background: transparent;
  padding: 1em 0 1em;
  font-size: min(max(1.2rem, 2vw), 1.5rem);
  color: var(--brightblue);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px var(--grey-200);
}
.accordion__title:after {
  position: absolute;
  content: " ";
  right: 15px;
  width: clamp(30px, 3.5vw, 45px);
  height: clamp(20px, 2.4vw, 30px);
  background-image: url(../images/arrow_right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.is-open .accordion__title:after {
  transform: translate(0, -50%) rotate(90deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.accordion__body {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
}
.accordion__item.is-open {
  background-color: var(--white);
}
.accordion__content {
  padding: 15px;
}
.accordion__title p {
  white-space: nowrap;
}







/*--------------------------------------------------
	SLIDER
---------------------------------------------------*/


.slider {
  width: 100%;
  height: 100%;
  float: right;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#002856+0,001b32+100 */

/* background: #002856; /* Old browsers */ 
/* background: -moz-radial-gradient(center, ellipse cover,  #002856 0%, #001b32 100%); /* FF3.6-15 */
/* background: -webkit-radial-gradient(center, ellipse cover,  #002856 0%,#001b32 100%); /* Chrome10-25,Safari5.1-6 */
/* background: radial-gradient(ellipse at center,  #002856 0%,#001b32 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002856', endColorstr='#001b32',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.swiper1 .swiper-slide .slider {
  width: calc(100% - 28rem);
  float: right;
  margin-left: 28rem;
  overflow: hidden;
  z-index: 5;
}

.slider-title-area {
  position: absolute;
  z-index: 6;
  top: 50%;
  transform: translateY(-50%);
  left: 12em;
  white-space: nowrap;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  /* Bild Pfeil */
  content: '' !important;
    background-image: url(../images/arrow_right.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    width: clamp(34px, 3.6vw, 45px);
    height: clamp(22px, 2.4vw, 30px);
    top: 0;
    left: 0;
    position: absolute;
}

.swiper-button-prev.swiper-button-prev-2:after,
.swiper-button-next.swiper-button-next-2:after {
  background-image: url(../images/arrow_right_bright.svg);
  filter: brightness(5) grayscale(1);
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.swiper-button-prev, .swiper-button-next {
  left: 5px;
  margin-top: clamp(3em, 5vw, 5em);
}

.swiper-button-next {
  margin-left: clamp(3.5em, 4vw, 5em);
}

.swiper-buttons .swiper-button-prev, .swiper-buttons .swiper-button-next {
  margin-top: 0;
}



.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
  top: -1em;
  left: 5px;
  width: 100%;
}

.swiper-pagination {
  font-size: 1.4rem;
  font-family: var(--semi-font);
  line-height: 1;
  width: auto;
  height: auto;
}

.swiper-pagination .slices {
  float: right;
  margin-top: 0;
}

.swiper-pagination .totals {
  position: absolute;
  top: 2px;
  left: 32px;
  font-size: 0.8rem;
  color: var(--brightblue);
}

.slogan {
  color: var(--white);
  position: absolute;
  left: clamp(4em, 6vw, 6em);
  /* bottom: clamp(7em, 9vh, 9em); */
  bottom: clamp(9em, 11vw, 11em);
  left: 6em;
  z-index: 10;
  font-family: var(--semi-font);
  font-size: min(max(1.1rem, 1.8vw), 1.8rem);
  width: 17em;
  hyphens: none;
  
}

.header_slogan {
  position: absolute;
  left: 23.5em;
  top: 50%;
  z-index: 3;
  hyphens: none;
  transform: translate(0, -50%);
  color: var(--darkblue);
  font-family: "fabric";
  letter-spacing: 1px;
  font-size: 1.2rem;
  margin-top: 3px;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 1;
}

.header_fadein .header_slogan {
  color: var(--white);
  left: auto;
  right: 25em;
}

.header_telefon {
  font-family: var(--semi-font);
  font-size: 0.8rem;
  color: var(--darkblue);
  position: absolute;
  top: 50%;
  right: 9rem;
  transform: translate(0,-50%);
  line-height: 1;
}

.header_telefon:after {
  position: absolute;
  content: "";
  top: 50%;
  left: -30px;
  width: clamp(10px, 3.0vw, 16px);
  height: clamp(20px, 3.5vw, 25px);
  transform: translateY(-50%);
  background-image: url(../images/icon_smartphone.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.header_fadein .header_telefon {
  color: var(--white);
}

.header_fadein .header_telefon:after {
  filter: invert(1) brightness(2);
}

img.mouse {
  position: absolute;
  bottom: 3em;
  left: 3em;
  width: 1em;
  z-index: 2;
  -webkit-animation: shake-vertical 20s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
  animation: shake-vertical 20s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
}

.heads img.mouse {
  bottom: 0em;
  left: -4em;
}

/* ----------------------------------------------
 * Generated by Animista on 2021-11-21 22:45:10
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation shake-vertical
 * ----------------------------------------
 */
 @-webkit-keyframes shake-vertical {
  0%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  80% {
    -webkit-transform: translateY(6.4px);
            transform: translateY(6.4px);
  }
  90% {
    -webkit-transform: translateY(-6.4px);
            transform: translateY(-6.4px);
  }
}
@keyframes shake-vertical {
  0%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  80% {
    -webkit-transform: translateY(6.4px);
            transform: translateY(6.4px);
  }
  90% {
    -webkit-transform: translateY(-6.4px);
            transform: translateY(-6.4px);
  }
}


.language {
  position: absolute;
  left: 15em;
  bottom: 4em;
  z-index: 2;
  display: none;
}

.language a {
  position: relative;
  font-family: var(--semi-font);
  font-size: 1rem;
  color: var(--darkblue);
  white-space: nowrap;
  margin: 0 0px 0 4px;
  padding: 0 8px 0 4px;
  float: left;
  line-height: 1;
  text-transform: uppercase;
}

a.active_language {
  color: var(--brightblue);
}

.header_fadein .language a {
  color: var(--brightblue);
}

.header_fadein .language a.active_language {
  color: var(--white);
}

#navigationWrap a.active_language {
  color: var(--white);
}

.language a:nth-child(1):after, .language a:nth-child(2):after {
  position: absolute;
  content: "";
  right: -1px;
  top: 60%;
  width: 1px;
  height: 90%;
  background-color: var(--darkblue);
  transform: translateY(-50%);
}

.menu-container .language {
  left: 18em;
  bottom: auto;
  top: 2em;
}

header .language {
  display: block;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  left: auto;
  right: 8em;
  display: none;
}

header .language a {
  font-size: 0.8rem;
  margin: 0px 0px 0 6px;
  padding: 0 6px 0 2px;
}

.menuadresse {
  position: absolute;
  right: 6em;
  bottom: 4em;
}

.menu-container .adressblock {
  text-align: left;
  color: var(--white);
  white-space: nowrap;
}

.menu-container .adressblock .telefon:after, .menu-container .adressblock .adresse:after, .menu-container .adressblock .email:after {
  filter: invert(1) brightness(2);
}

.menuadresse, .menuadresse p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--blue);
}

.menuadresse a.email {
  color: var(--blue);
}


/*--------------------------------------------------
	HINWEIS
---------------------------------------------------*/

.hinweis {
  display: flex;
  justify-content: center;
  position: absolute;
  float: right;
  width: calc(100% - 28rem);
  background: var(--red);
  color: var(--white);
  text-align: center;
  padding: 12px 10px;
  letter-spacing: 1px;
  font-size: min(max(0.8rem, 1vw), 1rem);
  z-index: 2;
  right: 0;
}
.hinweis span {
  padding-left: clamp(10px, calc(10vw - 120px), 100px);
}
.hinweis span:after {
  position: absolute;
  content: "";
  left: clamp(-70px, -5.3vw, -50px);
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/arrow_right.svg);
  filter: brightness(10);
  background-size: contain;
  background-repeat: no-repeat;
  width: clamp(30px, 3.5vw, 45px);
  height: clamp(20px, 2.4vw, 30px);
}

a.hinweis:hover {
  background: var(--darkred);
  color: var(--white);
}

.hinweis.mobile {
  display: none;
}


/*--------------------------------------------------
	FOOTER
---------------------------------------------------*/

.footer .grid {
  z-index: 3;
}

footer a, footer p {
  color: var(--white);
  margin: 0;
}

img.logo-footer {
  position: relative;
  display: inline-block;
  margin-left: 50%;
  transform: translateX(-50%);
  padding: 0;
  width: clamp(6em, 9vw, 9em);
}

img.instagram {
  width: clamp(30px, 3.0vw, 40px);
  object-fit: contain;
  float: left;
  clear: both;
}


/*--------------------------------------------------
	TYPOGRAFIE
---------------------------------------------------*/

p {
	margin: 8px 0;
  font-size: min(max(1rem, 1.1vw), 1.1rem);
	line-height: 1.5;
	-moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  -webkit-text-size-adjust: 100%; /* Für Text, damit er auf mobilen Geräten nicht grösser erscheint */
}

a {
  color: var(--black);
  text-decoration: none;
  cursor: pointer;
  transition: all ease .5s;
}

a:hover {
  text-decoration: none;
  color: var(--color2);
}

a[href^="tel"] {
color: inherit; /* Inherit text color of parent element. */
text-decoration: none; /* Remove underline. */
/* Additional css `propery: value;` pairs here */
}

li {
  -webkit-text-size-adjust: 100%; /* Für Text, damit er auf mobilen Geräten nicht grösser erscheint */
}

h1 {
  font-family: var(--title-font);
  color: var(--black);
  font-size: min(max(1.5rem, 2.5vw), 3rem);
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 1.5;
  -moz-hyphens: none;
  -o-hyphens: none;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

h2 {
  font-family: var(--title-font);
  color: var(--darkblue);
  font-size: min(max(3.5rem, 10vw), 12.5rem);
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: lowercase;
  margin-block-start: 0;
  margin-block-end: 0;
}

.heads h2 {
  font-size: min(max(3rem, 10vw), 12.5rem);
}

h3 {
  font-family: var(--title-font);
  color: var(--darkblue);
  font-size: min(max(3rem, 6vw), 6.5rem);
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.5;
  text-transform: lowercase;
  margin-block-start: 0;
  margin-block-end: 0;
}

h4 {
  font-family: var(--common-font);
  color: var(--brightblue);
  font-size: min(max(1.2rem, 1.5vw), 1.5rem);
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 1.5;
  margin-block-start: 0em;
  margin-block-end: 0em;
}

h5 {
  font-family: var(--title-font);
  color: var(--black);
  font-size: min(max(1rem, 1.1vw), 1.1rem);
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 1.5;
}

a.button {
  position: relative;
  font-family: var(--common-font);
  color: var(--brightblue);
  font-size: min(max(1.0rem, 1.4vw), 1.4rem);
  font-weight: normal;
  margin-left: clamp(35px, 5.3vw, 70px);
  letter-spacing: 1px;
  line-height: 1.5;
  transition: all ease 0.3s;
}

a.button:after {
  position: absolute;
  content: "";
  left: clamp(-70px, -5.3vw, -50px);
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/arrow_right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: clamp(25px, 3.5vw, 45px);
  height: clamp(16px, 2.4vw, 30px);
}

a.button:hover {
  color: var(--darkblue);
}

a.button.goback:after {
  transform: translateY(-50%) rotate(180deg);
}




/*--------------------------------------------------
	ANIMATIONEN
---------------------------------------------------*/

.transition-fade {
  transition: 0.5s;
  opacity: 1;
  height: 100%;
}

html.is-animating .transition-fade {
  opacity: 0;
}

.transition-wipe { /* LOGO */
  transition: 0.4s;
  transform: translateY(0%);
  transform-origin: center;
  opacity: 0;
}

html.is-animating .transition-wipe { /* LOGO */
  transform: translateY(40px);
  opacity: 1;
}
  

.swup-underlay {
    position: absolute;
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
    background: var(--darkerblue);
    left: 0;
    top: 0;
    z-index: -1;
}

.swup-underlay .transition-wipe {
  position: absolute;
  visibility: visible;
  width: clamp(4em, 6vw, 6em);
  left: 0;
  right: 0;
  top: 50%;
  margin: clamp(-1em, -6vw, -6em) auto 0;
}


.rv, .rvl, .rvr, .rvb {
  opacity: 0;
  visibility: hidden;
  will-change: transform, opacity;
}




/*--------------------------------------------------
	SMOOTH SCROLL
---------------------------------------------------*/


body.smooth-scroll {
  overflow:hidden;
}

.smooth-scroll .content-scroll {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.scroll-content, main {
  height: 100vh;
  background-color: var(--white);
}

.scrollbar-track {
  background: transparent!important;
}

.scroll-content, main {
  height: 100vh;
}

.content-scroll {
  height: 100%;
}


/*--------------------------------------------------
	INDIVIDUAL STYLE
---------------------------------------------------*/



img.heroImage {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

img.heroImage-shadow {
  transition: all ease 0.5s;
  z-index: 1;
  filter: grayscale(100%) brightness(0%) blur(30px);
  -webkit-filter: grayscale(100%) brightness(0%) blur(30px);
  position: absolute;
  right: 19%;
  opacity: 0.5;
  bottom: 0;
  max-width: 35em;
  max-height: 90%;
}

.slider img.heroImage-shadow {
  height: 90%;
}

.heads-carousel {
  position: absolute;
  z-index: 2;
  right: 10vw;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: top center;
  max-width: clamp(10em, 20vw, 20em);
  max-height: 90%;
}

.swiper-container.swiper1 {
  height: calc(100vh - 3em); /* Fallback for browsers that do not support Custom Properties */
  height: calc(calc(var(--vh, 1vh) * 100) - 3em);
}

.swiper1 .swiper-slide {
  background-color: var(--white);
}

.slider h2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: min(max(-17.5rem, -13.5vw), -11.5rem);
  margin: 0;
  z-index: 4;
  color: var(--white);
  white-space: nowrap;
}


.borderContainer {
  position: absolute;
  width: calc(100% - 8em);
  height: calc(100% - 8em);
  margin: 4em;
  left: 0;
  top: 0;
  z-index: 3;
}

.borderCubeLeft {
  position: absolute;
  top: 0;
  left: 0;
  border-top: solid 4px var(--brightblue);
  border-left: solid 4px var(--brightblue);
  width: 40%;
  height: calc(100% - 6em);
}

.borderCubeRight {
  position: absolute;
  top: 0;
  right: 0;
  border-top: solid 4px var(--brightblue);
  border-right: solid 4px var(--brightblue);
  border-bottom: solid 4px var(--brightblue);
  width: 60%;
  height: 100%;
}

.borderCubeEdge {
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: solid 4px var(--brightblue);
  border-right: solid 4px var(--brightblue);
  width: 40%;
  height: 6em;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.overlay {
  background: -moz-linear-gradient(top,  rgba(28,44,80,0) 0%, rgba(28,44,80,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(28,44,80,0) 0%,rgba(28,44,80,1) 100%);
  background: linear-gradient(to bottom,  rgba(28,44,80,0) 0%,rgba(28,44,80,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001c2c50', endColorstr='#1c2c50',GradientType=0 );
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 80%;
  left: 0;
  bottom: 0;
  display: none;
}

.introtitel, .introtitel p {
  font-size: min(max(1.2rem, 2vw), 2rem);
  color: var(--brightblue);
}

.introtext p {
  font-size: min(max(1.2rem, 2vw), 2rem);
  white-space: inherit;
}

.stamp {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-size: cover;
  left: 0;
  top: 0;
  opacity: 0.04;
}

.gallery img {
  min-height: 16vw;
  object-fit: cover;
  width: 100%;
  height: auto;
  cursor: pointer;
}

.usedcases {
  background: var(--brightblue);
  padding: clamp(5em, 10vw, 10em) 0;
  margin: clamp(5em, 10vw, 10em) 0 0;
}

.usedcases.home {
  margin: 0;
}

.usedcases-wrapper.usedcases {
  padding: 0;
  margin: 0;
}

#containerFull.usedcases.mobile {
  display: none;
}

.usedcases h3 {
  color: var(--white);
}

.usedcases .swiper-slide, .usedcases .panel {
  display: grid;
  justify-items: center;
  align-items: center;
  padding: 4em clamp(1em, 4vw, 4em) clamp(1em, 4vw, 4em);
  margin: 0 clamp(0.2em, 1vw, 1em);
  background: var(--darkblue);
  /*
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
  */
  transition: all ease 0.5s;
}

.usedcases .swiper-buttons {
  margin-bottom: 2em;
}

.overview-konzepte {
  display: grid;
  justify-items: center;
  align-items: center;
  padding: 4em clamp(1em, 4vw, 4em) clamp(1em, 4vw, 4em);
  margin: 0 clamp(0.2em, 1vw, 1em);
  background: var(--grey-150);
  transition: all ease 0.5s;
}

.overview-konzepte {
  width: 100%;
  height: clamp(25em, 40vw, 40em);
  padding: clamp(1em, 4vw, 4em) clamp(1em, 4vw, 4em);
  margin: 0;
  transition: none;
}

.overview-konzepte a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
}

.usedcases .panel {
  width: clamp(300px, 32vw, 550px);
}

.usedcases .swiper-wrapper {
  width: calc(100% - clamp(4em, 10vw, 10em));
  margin-right: clamp(0em, 10vw, 10em);
}

.usedcases .swiper-slide img.silhouette, .usedcases .panel img.silhouette, .overview-konzepte img.silhouette {
  transition: all ease 0.5s;
  z-index: 3;
  width: auto;
  height: clamp(20em, 30vw, 40em);
  max-height: 40vh;
  transform: scale(0.98);
}

.usedcases .swiper-slide:hover img.silhouette, .usedcases .panel:hover img.silhouette, .overview-konzepte:hover img.silhouette {
  transform: scale(1.02);
}

.usedcases .swiper-slide img.silhouette-shadow, .usedcases .panel img.silhouette-shadow, .overview-konzepte img.silhouette-shadow {
  height: clamp(20em, 30vh, 40em);
  transform: translate(-50%, -50%);
  transition: all ease 0.5s;
  z-index: 1;
  filter: grayscale(100%) brightness(0%) blur(30px);
  -webkit-filter: grayscale(100%) brightness(0%) blur(30px);
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0.5;
  transform: scale(1) translate(-50%, -50%);
}

.usedcases .swiper-slide:hover img.silhouette-shadow, .usedcases .panel:hover img.silhouette-shadow, .overview-konzepte:hover img.silhouette-shadow {
  opacity: 1;
  transform: scale(0.95) translate(-50%, -50%);
}

.shadow {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  width: 10%;
  height: 40%;
  background-color: var(--black);
  border-radius: 50%;
  opacity: 0.3;
  -webkit-box-shadow: 0px 0px clamp(1em, 3vw, 3em) clamp(1em, 3vw, 3em) rgb(0 0 0);
  -moz-box-shadow: 0px 0px clamp(1em, 3vw, 3em) clamp(1em, 3vw, 3em) rgba(0,0,0,1);
  box-shadow: 0px 0px clamp(1em, 3vw, 3em) clamp(1em, 3vw, 3em) rgb(0 0 0);
  transition: all ease 0.3s;
}

.usedcases .swiper-slide:hover .shadow, .usedcases .panel:hover .shadow, .overview-konzepte:hover .shadow {
  -webkit-box-shadow: 0px 0px clamp(1.5em, 3.5vw, 3.5em) clamp(1.5em, 3.5vw, 3.5em) rgb(0 0 0);
  -moz-box-shadow: 0px 0px clamp(1.5em, 3.5vw, 3.5em) clamp(1.5em, 3.5vw, 3.5em) rgba(0,0,0,1);
  box-shadow: 0px 0px clamp(1.5em, 3.5vw, 3.5em) clamp(1.5em, 3.5vw, 3.5em) rgb(0 0 0);
}


/* rechte Seite leer */
.usedcases .swiper-slide.swiper-slide-duplicate.swiper-slide-prev {
  opacity: 0;
}

.kategorie {
  font-family: var(--title-font);
  color: var(--white);
  font-size: min(max(1.2rem, 1.5vw), 1.5rem);
  position: absolute;
  top: 1em;
  left: clamp(1em, 2vw, 2em);
  text-transform: lowercase;
  z-index: 4;
}

.title-frame {
  background: var(--white);
  padding: 2em 2em 0 0;
  width: 100%;
}

.title-frame h2 {
  line-height: 0.8;
}

.slider-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: 3;
  background: rgb(28,44,80);
  background: linear-gradient(90deg, rgba(28,44,80,0.6) 0%, rgba(28,44,80,0) 100%);
}

.konzept {
  position: absolute;
  display: block;
  top: 50%;
  margin-top: clamp(7em, 15vw, 15%);
  left: 10%;
  z-index: 4;
}

.swiper1 .konzept-titel {
  position: relative;
  display: table;
  color: var(--white);
  font-size: min(max(1.2rem, 2vw), 2rem);
  text-align: left;
  background: var(--darkblue);
  padding: 0.2em clamp(0.5em, 1vw, 1em) 0.3em;
  font-family: var(--semi-font);
}

.swiper1 a.konzept-link {
  position: relative;
  display: inline-block;
  color: var(--white);
  font-size: min(max(0.9rem, 1vw), 1rem);
  text-align: left;
  width: auto;
  background: var(--brightblue);
  padding: 0.5em clamp(0.9em, 1.5vw, 1.5em) 0.5em clamp(3.5em, 4.5vw, 4.5em);
}

.swiper1 a.konzept-link:hover {
  background: #0084bf;
}

.swiper2 .konzept-titel {
  color: var(--white);
  font-size: min(max(0.9rem, 1.3vw), 1.3rem);
  position: relative;
  text-align: right;
  float: right;
  width: 100%;
  margin-top: 3em;
  z-index: 4;
}

.swiper2 a.konzept-link {
  color: var(--white);
  font-size: min(max(0.8rem, 1vw), 1rem);
  position: relative;
  text-align: right;
  float: right;
  margin-right: clamp(20px, 2vw, 40px);
  width: calc(100% - 40px);
  margin-top: 3px;
  z-index: 4;
}


a.konzept-link-overal {
  position: absolute;
  display: block;
  float: left;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}

img.arrow_right {
  position: absolute;
  right: -40px;
  width: 29px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
}

img.arrow_left {
  position: absolute;
  left: clamp(10px, 1.2vw, 35px);
  width: clamp(27px, 2vw, 29px);
  height: clamp(15px, 1.5vw, 20px);
  top: 50%;
  transform: translateY(-50%);
}

.swiper1 img.arrow_left {
  filter: brightness(3) contrast(2);
}

.usedcases.home {
  overflow-x: hidden;
}

.usedcases-wrapper {
  display:flex;
  width: 100%;
  height: 100vh;
  align-items: center;
  overflow: hidden;
  flex-wrap: wrap;
}


.pin-wrap, .animation-wrap {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.usedcases-wrapper .animation-wrap.to-right {
  counter-reset: item;
  float: left;
}

.usedcases-wrapper .animation-wrap.to-left {
  counter-reset: item 11;
  float: right; 
}




/* ///// THREESIXTY ///// */

#discover_container {
  position: relative;
  display: block;
  width: 100%;
  float: left;
}

.threesixtyturn {
  width: 494px;
  height: 1000px;
  position: relative;
  top: 0;
  left: 50%;
  z-index: 1;
  background: transparent url(../images/360degrees.webp) no-repeat 0 0;
  transform: translate(-50%);
  background-size: cover;
  filter: url(#drop-shadow);
  -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
  filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
}



/*canvas {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100vw;
  max-height: 100vh;
}*/

canvas {
  position: relative;
  max-width: 100vw;
  max-height: 100vh;
  height: clamp(9em, 30vw, 40em);
  top: 1.5em;
}

#container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
}
#container h1 {
  z-index: 9999;
  color: white;
  font-size: 12rem;
  font-weight: 900;
}

.container-hero {
  height: calc(3770px - 100vh);
  top: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
}
.container-hero div.h1 {
  width: 50%;
  font-size: 8rem;
  font-weight: 600;
  text-align: center;
  color: white;
}
@media (max-width: 800px) {
  .container-hero div.h1 {
    width: 90%;
  }
}



/* ///// UMSETZUNG ////// */

.storytelling-container {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  min-height: 100%;
  background-color: var(--white);
  overflow: hidden;
}

.storytelling_konzept {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  min-height: 100%;
}

.endStorytelling {
  position: relative;
  display: block;
  width: 100%;
  height: 0em;
  margin-top: 500vh;
}

.umsetzung1, .umsetzung2 {
  position: relative;
  display: grid;
  float: left;
  width: 33%;
  justify-items: center;
  align-items: start;
}

.umsetzung3 {
  position: absolute;
  display: grid;
  float: left;
  width: 27%;
  right: 8%;
  justify-items: center;
  align-items: center;
}


img.umsetzung_profil {
  position: relative;
  height: clamp(9em, 30vw, 40em);
}

.umsetzung1 .rv, .umsetzung2 .rv, .umsetzung3 .rv {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}

img.umsetzung_text {
  height: clamp(9em, 30vw, 40em);
  margin-left: 50%;
  transform: translate(-50%, 0);
}

.umsetzung_bezeichnung {
  margin-top: clamp(2em, 4vw, 4em);
  position: relative;
  display: grid;
  float: left;
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
}

.umsetzung_bezeichnung p, .umsetzung_bezeichnung_1 p, .umsetzung_bezeichnung_2 p, .umsetzung_bezeichnung_3 p {
  font-family: var(--semi-font);
  text-transform: uppercase;
  font-weight: bold;
  font-size: min(max(1.2rem, 1.4vw), 1.4rem);
}

.umsetzung_bezeichnung_1.mobile, .umsetzung_bezeichnung_2.mobile, .umsetzung_bezeichnung_3.mobile {
  display: none;
  text-align: center;
  white-space: nowrap;
}


.storytelling b, .storytelling strong {
  font-weight: normal;
  color: var(--brightblue);
}

.scrolling {
  position: fixed;
  font-family: var(--semi-font);
  letter-spacing: 0.1em;
  color: var(--brightblue);
  font-size: min(max(0.7rem, 1.1vw), 1.1rem);
  right: -100vh;
  width: 20vh;
  margin-top: calc(60vh - 4em);
  transform: rotate(90deg);
  z-index: 100001;
  opacity: 0;
}

.scrolling-line {
  content: "";
  position: absolute;
  right: -100vh;
  bottom: -5px;
  height: 1px;
  background: var(--darkerblue);
  /*animation: dude 1.75s infinite;*/
}

@keyframes dude {
  0% {
    right: 100%;
  }
  100% {
    right: 0%;
  }
}

progress {
  position: fixed;
  margin-top: 60vh;
  right: -100vh;
  -webkit-appearance: none;
  appearance: none;
  width: 20vh;
  height: 0.5em;
  border: none;
  background: transparent;
  z-index: 4;
  transform: rotate(90deg);
  opacity: 0;
}
progress::-webkit-progress-bar {
  background: transparent;
}
progress::-webkit-progress-value {
  background: var(--brightblue);
  background-attachment: fixed;
}
progress::-moz-progress-bar {
  background: var(--brightblue);
  background-attachment: fixed;
}

.slogan_services {
  position: relative;
  display: block;
  float: left;
  width: 80%;
  padding-left: 50%;
  color: var(--brightblue);
  font-size: min(max(1.2rem, 2vw), 2rem);
  transform: translateY(-100%);
}

.slogan_services .links {
  position: relative;
  display: block;
  float: left;
  width: 100%;
}

.overlay1 {
  position: absolute;
  top: -60%;
  left: 0;
  width: 100%;
  height: 220%;
  background: var(--darkerblue);
  mix-blend-mode: lighten;
  z-index: 100000;
  opacity: 0;
}

.overlay2 {
  position: absolute;
  top: -60%;
  left: 0;
  width: 100%;
  height: 220%;
  background: var(--darkerblue);
  opacity: 0;
  z-index: 100000;
}

.storytelling_text {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: -40vh;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.storytelling_textblock {
  position: absolute;
  z-index: 100001;
  width: 40%;
  left: 50%;
  transform: translateX(-50%);
  color: var(--white);
}

.storytelling_textblock strong {
  color: var(--brightblue);
  font-weight: normal;
}

img.fw_icon {
  width: clamp(4em, 10vw, 10em);
}

.map-container {
  position: relative;
  float: left;
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
}

.map-container::-webkit-scrollbar {
  height: 5px;
}

.map-container::-webkit-scrollbar-track {
  background: var(--grey-150);
}

.map-container::-webkit-scrollbar-thumb {
  height: 5px;
  background-color: var(--brightblue);
}

.map-container::-webkit-scrollbar-thumb:hover {
  background-color: var(--brightblue);
}

.map-container::-webkit-scrollbar:vertical {
  display: none;
}

img.map {
  min-width: 1024px;
}

.map span {
  font-size: min(max(1.0rem, 1.1vw), 1.1rem);
  color: var(--brightblue);
}

.blueprint {
  position: relative;
  display: flex;
  float: left;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.blueprint_bg {
  position: relative;
  display: block;
  float: left;
  width: calc(100% - clamp(2em, 8vw, 8em));
  height: calc(clamp(60vh, 80vw, 80vh) - clamp(2em, 8vw, 8em));
  margin: clamp(1em, 4vw, 4em);
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}

.overlay_multiply {
  position: absolute;
  display: block;
  float: left;
  width: 100%;
  height: 100%;
  background-color: var(--brightblue);
  z-index: 3;
  mix-blend-mode: multiply;
}

.overlay_light {
  position: absolute;
  display: block;
  float: left;
  width: 100%;
  height: 100%;
  background-color: var(--brightblue);
  z-index: 2;
  mix-blend-mode: hard-light;
}

.blueprint_slogan_container {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
}

img.stampicon {
  position: relative;
  z-index: 4;
  width: clamp(5em, 18vw, 18em);
  height: auto;
}

.blueprint_slogan {
  position: relative;
  width: 90%;
  z-index: 4;
  color: var(--white);
  font-family: "fabric";
  letter-spacing: clamp(6px, 1.22vw, 30px);
  font-size: min(max(1rem, 1.8vw), 1.8rem);
  margin-top: 3em;
  text-transform: uppercase;
  text-align: center;
}

#forumview { /* Desktop Analog containerM */
  position: relative;
  display: inline;
  float: left;
  width: 86%;
  margin-left: 7%;
  margin-right: 7%;
}


img.overview {
  width: 100%;
  height: clamp(23em, 30vw, 30em);
  object-fit: cover;
}

.isotope_container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.mitarbeiter {
  position: relative;
  float: left;
  width: calc(33.333% - clamp(1rem, 2vw, 2rem) - clamp(1rem, 2vw, 2rem));
  margin: 0rem clamp(1rem, 2vw, 2rem) clamp(2rem, 4vw, 4rem);
}



/*----------------------------------------------------------------------------------------------------
      PORTFOLIO / TEAMFILTER
-----------------------------------------------------------------------------------------------------*/

.isotope_container {
  position: relative;
  display: block;
  float: left;
  width: 100%;
}

.portfolioFilter {
  padding: 15px 0;
  margin: 0 0 2rem 0;
}

.portfolioFilter a {
  color: var(--darkblue);
  text-decoration: none;
  padding: 6px 18px;
  margin: 6px 3px;
  display: inline-block;
  border: solid 1px var(--darkblue);
  transition: all ease 0.3s;
  font-size: min(max(0.9rem, 1vw), 1rem);
  text-align: center;
  hyphens: none;
  white-space: nowrap;
}

.portfolioFilter a.current, .portfolioFilter a:hover {
  position: relative;
  color: #ffffff;
  background: var(--brightblue);
  border-color: var(--brightblue);
}

.mitarbeiter-content {
  position: absolute;
  z-index: 4;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  color: var(--white);
  opacity: 0;
  transform: translateY(-25px);
  transition: all ease 0.5s;
}

.overlay-portrait-multiply {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--brightblue);
  mix-blend-mode: multiply;
  z-index: 3;
  opacity: 0;
  transition: all ease 0.5s;
}

.overlay-portrait-lighten {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--brightblue);
  mix-blend-mode: hard-light;
  z-index: 2;
  opacity: 0;
  transition: all ease 0.5s;
}

.mitarbeiter:hover .mitarbeiter-content {
  opacity: 1;
  transform: translateY(-20%);
}

.mitarbeiter:hover .overlay-portrait-multiply, .mitarbeiter:hover .overlay-portrait-lighten {
  opacity: 1;
}

.mitarbeiter-content h4 {
  font-family: var(--semi-font);
  text-transform: none;
  font-size: min(max(1.1rem, 1.3vw), 1.3rem);
  color: var(--white);
}

.mitarbeiter h3 {
  font-family: var(--semi-font);
  text-transform: none;
  font-size: min(max(1.2rem, 2vw), 2rem);
}

.mitarbeiter-content p {
  margin: 0;
}

.mitarbeiter-image {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  height: clamp(20em, 35vw, 35em);
}

.mitarbeiter-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


table.liste tr {
  border-bottom: solid 1px var(--grey-200);
  padding: 10px 0;
  margin: 10px 0;
}


@media only screen and (min-width: 701px) {   
  .grid.akzente .cols-2 {
    grid-template-columns: 10em 1fr;
  }
}

.grid.akzente .cols-2 .col-1 {
  color: var(--brightblue);
}

.grid.line {
  border-bottom: solid 1px var(--grey-200);
  padding: 5px 0;
  margin: 5px 0;
}

.buchstabe span {
  font-family: "fabric";
  font-size: min(max(5rem, 13vw), 13rem);
  margin: 0;
  display: inline-block;
  height: 0.9em;
}

.buchstabe p {
  color: var(--brightblue);
  margin: 0;
  line-height: 1;
  font-size: min(max(0.6rem, 1.1vw), 1.1rem);
}


.telefon {
  position: relative;
  margin-left: 40px;
  margin-bottom: 20px;
}

.telefon:after {
  position: absolute;
  content: "";
  top: 50%;
  left: -37px;
  width: clamp(12px, 3.0vw, 17px);
  height: clamp(19px, 3.5vw, 28px);
  transform: translateY(-50%);
  background-image: url(../images/icon_smartphone.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.footer .telefon:after {
  filter: invert(1) brightness(2);
}

.adresse {
  position: relative;
  margin-left: 40px;
  margin-bottom: 20px;
}

.adresse:after {
  position: absolute;
  content: "";
  top: 0px;
  left: -38px;
  width: clamp(14px, 3.5vw, 21px);
  height: clamp(20px, 3.5vw, 26px);
  background-image: url(../images/icon_map.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.footer .adresse:after {
  filter: invert(1) brightness(2);
}

.email {
  position: relative;
  margin-left: 40px;
  margin-bottom: 20px;
}

.email:after {
  position: absolute;
  content: "";
  top: 50%;
  left: -40px;
  width: clamp(18px, 3.6vw, 25px);
  height: clamp(7px, 3.5vw, 19px);
  transform: translateY(-50%);
  background-image: url(../images/icon_mail.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.footer .email:after {
  filter: invert(1) brightness(2);
}

.links a.button {
  display: block;
  margin: 0.5em 0 0 clamp(50px, 2.8vw, 70px);
  font-size: min(max(1rem, 1.8vw), 1.8rem);
  color: var(--darkblue);
}

.links a.button:hover {
  color: var(--brightblue);
}

.grid.cols-7.rows-2.ueberuns_home  {
  grid-template-rows: auto 1fr;
}

img.about_img {
  width: calc(100% - clamp(10em, 20vw, 20em));
  margin-left: clamp(5em, 10vw, 10em);
  margin-right: clamp(5em, 10vw, 10em);
  height: clamp(25em, 50vw, 50em);
  object-fit: cover;
}

img.labelbild {
  height: clamp(6em, 12vw, 12em);
  margin-right: clamp(1em, 2vw, 2em);
}

/* ///// C00KIES ///// */

button#accept_cookie:before {
  content: "";
  visibility: hidden;
  }

  .popup {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(0 0 0 / 30%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: auto;
    background: var(--white);
    font-size: 17px;
    position: fixed;
    z-index:  100000;
    visibility: hidden;
    opacity: 0;
  }
  .popup.visible {
    visibility: visible;
    animation-name: visible;
    animation-duration: 1s;
    animation-fill-mode: forwards; 
  }
  @keyframes visible {
  from{opacity: 0;}
  to{opacity: 1;}
  }
  .popup-wrapper {
    background: var(--white);
    max-width: 544px;
    overflow: hidden;
    width: 100%;
    position: relative;
  }
  .popup-wrapper.news-letter {
    max-width: 470px;
    top: 55px;
  }
  .popup-content {
    padding: 59px 46px 39px 60px;
  }
  .popup-content p {
    font-size: 14px;
    line-height: 22px;
    color: var(--darkblue);
    letter-spacing: 0.6px;
  }  
  .popup-content p.cookies-title {
    margin-bottom: .5rem;
    font-family: var(--title-font);
    /* font-weight: 800; */
    line-height: 1.2;
    color: inherit;
    font-size: min(max(1.9rem, 2.4vw), 2.4rem);
    }
  .popup-header {
    position: relative;
    height: 195px;
    background: var(--white);
    margin-bottom: 36px;
  }
  .popup-header .radio-img {
    position: absolute;
    bottom: -50px;
    left: 60px;
  }
  .popup-header .badge-img {
    top: 19px;
  }
  .popup#popup_cookie {
    display: flex;
    left: unset;
    right: 60px;
    top: unset;
    bottom: 60px;
    z-index: 1000;
    box-shadow: 0px 2px 100px rgba(0, 0, 0, 0.102109);
}
  #popup_cookie .popup-wrapper {
    max-width: 340px;
  }
  #popup_cookie .popup-content {
    padding: 27px 22px 27px 36px;
  }
  #popup_cookie .cookie-area {
    font-size: 15px;
    line-height: 17px;
  }
  #popup_cookie .cookie-area .primary-btn {
    transition: all ease 0.3s;
    padding: 10px 18px;
    width: 120px;
    border: none;
    cursor: pointer;
  }
  .cookie-area .primary-btn:hover {
    background: var(--brightblue);
}
  #popup_cookie .cookie-area .primary-btn span {
    color: var(--white);
    font-size: (max(0.65rem, 0.75vw), 0.75rem);
  }

@media (max-width: 768px) {
  .popup {
    padding: 0 25px;
    overflow: visible;
  }
  .popup-content {
    padding: 39px 26px 19px 40px;
  }
  .popup-content h2 {
    font-size: 25px;
  }
  #popup_cookie.popup {
    align-items: flex-end;
  }
  .popup#popup_cookie {
    left: 50%;
    width: 320px;
    transform: translate(-50%);
    display: block;
    z-index: 214748364733;
    box-shadow: 0px 2px 100px
    rgb(0 0 0 / 10%);
    padding: 0;
    display: flex;
    background: transparent;
    flex-direction: row;
    justify-content: center;
  }
  .popup-content{
    left: 0;
    right: 0;
    box-shadow: 0px 2px 100px rgb(0 0 0);
  }
}

.cookie-area .primary-btn {
  padding: 15px 0;
  background: var(--darkblue);
  color: var(--white);
  width: 120px;
  text-align: center;
} 

.cookie-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-banner .primary-heading a {
  color: var(--red);
  position: relative;
  padding-bottom: 7px;
  text-decoration: underline;
}


.cookie-area a.button {
  font-size: inherit;
  margin-left: clamp(30px, 3.3vw, 40px);
  font-size: min(max(0.65rem, 0.75vw), 0.75rem);
  color: black;
}
.cookie-area a.button:after {
  transform: translateY(-40%);
  left: clamp(-40px, -3.3vw, -30px);
  width: clamp(20px, 2.5vw, 30px);
  height: clamp(15px, 2vw, 25px);
}
.cookie-area a.button:hover {
  color: var(--brightblue);
}

.jobs {
  display: flex;
  flex-direction: column;
}

.jobs a.button {
  margin-bottom: 1em;
}


/*--------------------------------------------------
	END INDIVIDUAL STYLE
---------------------------------------------------*/











/*------------------------------------------------------------------------------------------------------------------------------------------------------
	RESPONSIVE
-------------------------------------------------------------------------------------------------------------------------------------------------------*/



@media (prefers-color-scheme: dark) {

  /*
  .logo {
      display: none;
  }

  .logo.dark {
      display: block;
  }

  .hamburger .line1, .hamburger .line2, .hamburger .line1, .hamburger .line2, #sticky-fadein .hamburger .line1, #sticky-fadein .hamburger .line2 {
      background-color: var(--white);
  }

  body {
      background-color: var(--black);
  }

  .menu-text {
      color: var(--white);
  }
  */

}



@media screen and (min-width : 2000px)  {

.swiper1 .swiper-slide .slider {
  width: calc(100% - 30em);
  margin-left: 30em;
}

.slider-title-area {
  left: 14em;
}

#containerS {
  padding-left: clamp(30em, 25%, 25%);
}

.heads {
  max-width: calc(100% - 33rem);
  margin-left: 33rem;
}

.hinweis {
  width: calc(100% - 33rem);
}

.header_slogan {
  left: 27.5em;
}


}




@media screen and (max-width : 1600px)  {

/* ///// CONTAINER AND TYPO ///// */


/* ///// HEADER ///// */


/* ///// NAVIGATION ///// */


/* ///// SLIDER ///// */

.swiper1 .swiper-slide .slider {
  width: calc(100% - 22rem);
  margin-left: 22rem;
}

.hinweis {
  width: calc(100% - 22rem);
}

.header_slogan {
  left: 18.5em;
}

.heads {
  width: calc(100% - 22rem);
  margin-left: 22rem;
}

/* ///// STARTSEITE ///// */


/* ///// UNTERSEITEN ///// */


/* ///// FOOTER ///// */


/* ///// DIVERSES ///// */

}

@media screen and (max-width : 1500px)  {

  /* ///// CONTAINER AND TYPO ///// */
  
  
  /* ///// HEADER ///// */
  
  
  /* ///// NAVIGATION ///// */
  
  
  /* ///// SLIDER ///// */
  
  
  /* ///// STARTSEITE ///// */
  
  
  /* ///// UNTERSEITEN ///// */

  
  /* ///// FOOTER ///// */
  
  
  /* ///// DIVERSES ///// */
  
}

@media screen and (max-width : 1400px)  {

  /* ///// CONTAINER AND TYPO ///// */
  
  
  /* ///// HEADER ///// */
  
  .header_telefon {
    right: 9rem;
  }

  /* ///// NAVIGATION ///// */
  
  
  /* ///// SLIDER ///// */
  
  
  /* ///// STARTSEITE ///// */
  
  
  /* ///// UNTERSEITEN ///// */
  
  
  /* ///// FOOTER ///// */
  
  
  /* ///// DIVERSES ///// */
  
}

@media screen and (max-width : 1300px)  {

  /* ///// CONTAINER AND TYPO ///// */
  
  
  /* ///// HEADER ///// */
  
  
  /* ///// NAVIGATION ///// */
  
  
  /* ///// SLIDER ///// */
  
  .swiper1 .swiper-slide .slider {
    width: calc(100% - 15rem);
    margin-left: 17rem;
  }

  .slider-title-area {
    left: 7em;
  }

  .hinweis {
    width: calc(100% - 15rem);
  }

  .header_slogan {
    left: 12.5em;
  }

  .heads {
    width: calc(100% - 15rem);
    margin-left: 15rem;
  }

  /* ///// STARTSEITE ///// */

  .hinweis span{
    padding-left: 0;
  }

  .hinweis span:after {
    position: absolute;
    content: none;
    left: clamp(-70px, -5.3vw, -50px);
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/arrow_right.svg);
    filter: brightness(10);
    background-size: contain;
    background-repeat: no-repeat;
    width: clamp(30px, 3.5vw, 45px);
    height: clamp(20px, 2.4vw, 30px);
}
  
  /* ///// UNTERSEITEN ///// */
  
  
  /* ///// FOOTER ///// */
  
  
  /* ///// DIVERSES ///// */
  
}

@media screen and (max-width : 1200px)  {

  /* ///// CONTAINER AND TYPO ///// */
  
  
  /* ///// HEADER ///// */
  
  
  /* ///// NAVIGATION ///// */
  
  
  /* ///// SLIDER ///// */
  
  
  /* ///// STARTSEITE ///// */
  
  
  /* ///// UNTERSEITEN ///// */
  
  
  /* ///// FOOTER ///// */
  
  
  /* ///// DIVERSES ///// */
  
}

@media screen and (max-width : 1100px)  {

  /* ///// CONTAINER AND TYPO ///// */
  
  
  /* ///// HEADER ///// */
  
  
  /* ///// NAVIGATION ///// */
  
  
  /* ///// SLIDER ///// */
  
  
  /* ///// STARTSEITE ///// */

  .usedcases-wrapper.usedcases {
    display: none;
  }

  #containerFull.usedcases.mobile {
    display: block;
    margin: -20vh 0 0;
  }

  .usedcases .swiper-slide, .usedcases .panel, .overview-konzepte {
    transform: none;
}

  .usedcases .swiper-slide:hover, .usedcases .panel:hover, .overview-konzepte:hover {
    transform: none;
  }

  /* ///// UNTERSEITEN ///// */
  
  
  /* ///// FOOTER ///// */

  footer {
    padding: 10% 7%;
}

  img.logo-footer {
    margin-left: 0;
    transform: none;
}

  
  /* ///// DIVERSES ///// */
  
}

@media screen and (max-width : 1024px)  {

  /* ///// CONTAINER AND TYPO ///// */
  
  a.logo img.desktop {
    display: none;
  }

  a.logo img.mobile {
    display: block;
  }

  /* ///// HEADER ///// */
  
  header {
    width: 100%;
    height: clamp(60px, 9vw, 80px);
  }

  header.header_fadein .header_content {
    width: 86%;
}

.header_fadein {
  height: 60px;
}

.header_slogan {
  left: auto;
  right: 18rem;
  font-size: 1rem;
}

a.logo {
  top: clamp(0.4em, 1vw, 1em);
  left: 1.5em;
  width: clamp(3em, 6vw, 6em);
}

.header_fadein a.logo {
  left: 1.5em;
  width: 30px;
}

header .language {
  right: 6em;
}

.header_telefon {
  right: 6rem;
}

.swiper-wrapper .language {
  display: none;
}

/*header .language {
  display: block;
}*/

.heads {
  width: 100%;
  max-width: 100%;
  height: clamp(25em, 40vh, 50em);
  margin-top: 0;
}

.heads-title-area {
  position: absolute;
  background: var(--white);
  padding: 1em 1em 0;
  z-index: 4;
  top: auto;
  transform: none;
  left: 10%;
  bottom: 2em;
}

.heads-image-area h2 {
  left: 1em;
}

.heads h2 {
  mix-blend-mode: unset;
}

.heads-image-area h2 {
  width: 80%;
  white-space: pre-wrap;
  line-height: 1;
}

img.heroImage {
  right: 10%;
}

.hinweis {
  width: 100%;
  padding: 10px 1.5em;
}

.hinweis.desktop {
  display: none;
}

.hinweis.mobile {
  display: block;
}
  
  /* ///// NAVIGATION ///// */
  
  header .sticky {
    top: 0;
    right: 2em;
    height: 100%;
  }


.nav__link {
  margin-left: 1em;
}

.subnav .nav__link {
  margin-left: 3em;
}

.menuadresse {
  right: 4em;
  bottom: 3em;
}


  /* ///// SLIDER ///// */
  
  .swiper-container.swiper1 {
    height: calc(calc(var(--vh, 1vh) * 100) - clamp(60px, 9vw, 80px));
  }

.swiper1 .swiper-slide .slider {
    width: 100%;
    margin-left: 0;
}

.slider h2 {
  display: none;
}

.slider-title-area {
  z-index: 6;
}

.slider-title-area h2 {
  color: var(--white);
}

.title-frame {
  background: none;
}

.swiper-button-prev:after, .swiper-button-next:after {
  background-image: url(../images/arrow_right_bright.svg);
}

.slices {
  color: var(--white);
}

.overlay {
  display: block;
}

.slider-overlay {
  width: 100%;
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
  top: -0.5em;
}

img.mouse {
  left: auto;
  right: 5.6em;
  filter: brightness(0) invert(1);
  bottom: 6em;
  width: 1.1em;
}

.heads img.mouse {
  display: none;
}

.borderCubeEdge, .borderCubeLeft {
  width: 60%;
}

.borderCubeRight {
  width: 40%;
}

.slider-title-area {
  left: 10%;
}

.slogan {
  bottom: 9em;
}


  /* ///// STARTSEITE ///// */


  /* ///// STORYTELLING ///// */

  canvas {
    margin-top: 0;
  }

  .storytelling_textblock {
    width: 80%;
    text-align: center;
  }

  .storytelling_text, .storytelling_textblock {
    top: 0%;
}


  /* ///// UNTERSEITEN ///// */

  .portfolioFilter a {
    margin: 4px 2px;
}
  
  
  /* ///// FOOTER ///// */
  
  
  /* ///// DIVERSES ///// */
  
}

@media screen and (max-width : 900px)  {

  /* ///// CONTAINER AND TYPO ///// */
  
  
  /* ///// HEADER ///// */
  
  
  /* ///// NAVIGATION ///// */
  
  
  /* ///// SLIDER ///// */
  
  
  /* ///// STARTSEITE ///// */
  
  
  /* ///// UNTERSEITEN ///// */
  
  .mitarbeiter-image {
    height: clamp(20em, 50vw, 45em);
  }

  .mitarbeiter {
    width: calc(50% - clamp(1rem, 2vw, 2rem) - clamp(1rem, 2vw, 2rem));
  }

  /* ///// FOOTER ///// */
  
  
  /* ///// DIVERSES ///// */
  
}

@media screen and (max-width : 800px)  {

  /* ///// CONTAINER AND TYPO ///// */
  
  
  /* ///// HEADER ///// */
  
  .header_slogan {
    display: none;
}

  /* ///// NAVIGATION ///// */
  
  
  /* ///// SLIDER ///// */
  
  
  /* ///// STARTSEITE ///// */
  
  
  /* ///// UNTERSEITEN ///// */
  
  
  /* ///// FOOTER ///// */
  
  
  /* ///// DIVERSES ///// */
  
}

@media screen and (max-width : 700px)  {

  /* ///// CONTAINER AND TYPO ///// */
  
  
  /* ///// HEADER ///// */
  
  
  /* ///// NAVIGATION ///// */

  .nav__link {
      margin-left: 0;
  }

  .subnav .nav__link {
    margin-left: 0;
  }
    
  .menu-container {
    display: grid;
  }

  .hamburger.is-active .line1:nth-child(1), .hamburger.is-active .line1:nth-child(3) {
    background-color: var(--darkblue);
  }

  #navigationWrap a.active_language {
    color: var(--brightblue);
  }

  .menu-container {
    grid-template-columns: 1fr;
    grid-template-rows: 7em 1fr 1fr 1fr;
}

  nav.nav {
    margin-left: 3em;
    width: 100%;
  }

  nav.subnav {
    top: 3em;
    left: 3em;
    transform: none;
    grid-column: 1;
    grid-row: 3;
  }

  .menuadresse {
    position: relative;
    bottom: auto;
    left: 3em;
    grid-column: 1;
    grid-row: 4;
    margin-top: 6em;
    right: auto;
    padding-bottom: 4em;
}

  .menuadresse, .menuadresse p {
    color: var(--white);
  }

  .white-bg {
    grid-column: 1 / span 3;
    grid-row: 1 / span 2;
    margin-bottom: -1em;
  }


  /* ///// SLIDER ///// */
  

  /* ///// STARTSEITE ///// */


  img.about_img {
    width: calc(100% - 2em);
    margin-left: 1em;
    margin-right: 1em;
  }

  #forumview {
    width: 90%;
    margin-left: 10%;
    margin-right: 0;
  }

  .swiper3 .swiper-slide {
    opacity: 0.3;
    transition: all ease 0.3s;
  }

  .swiper3 .swiper-slide.swiper-slide-active {
    opacity: 1;
  }
  
  /* ///// UNTERSEITEN ///// */

  .mitarbeiter {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  
  
  /* ///// FOOTER ///// */

  footer {
    padding: 20% 10%;
  }

  img.logo-footer {
    margin-left: 0;
    transform: none;
  }
  
  /* ///// DIVERSES ///// */
  
}

@media screen and (max-width : 600px)  {

  /* ///// CONTAINER AND TYPO ///// */
  
  
  /* ///// HEADER ///// */
  
  
  /* ///// NAVIGATION ///// */
  
  
  /* ///// SLIDER ///// */
  
  
  /* ///// STARTSEITE ///// */
  
  
  /* ///// UNTERSEITEN ///// */
  
  
  /* ///// FOOTER ///// */
  
  
  /* ///// DIVERSES ///// */
  
}

@media screen and (max-width : 500px)  {

  /* ///// CONTAINER AND TYPO ///// */
  
  
  /* ///// HEADER ///// */
  
  .heads-image-area h2 {
    left: 10%;
  }

  .header_telefon {
    display: none;
}

.heads-title-area {
  left: 10%;
}

  /* ///// NAVIGATION ///// */
  
  
  /* ///// SLIDER ///// */
  

  .borderContainer {
    width: calc(100% - 3em);
    height: calc(100% - 3em);
    margin: 1.5em;
}

.borderCubeLeft {
  border-top: solid 2px var(--brightblue);
  border-left: solid 2px var(--brightblue);
  width: 70%;
  height: calc(100% - 4em);
}

.borderCubeRight {
  border-top: solid 2px var(--brightblue);
  border-right: solid 2px var(--brightblue);
  border-bottom: solid 2px var(--brightblue);
  width: 30%;
}

.borderCubeEdge {
  border-top: solid 2px var(--brightblue);
  border-right: solid 2px var(--brightblue);
  width: 70%;
  height: 4em;
}


.slogan {
  left: 2.4em;
  bottom: 6em;
}

.konzept {
  right: 1.3em;
}

.slider .konzept-titel {
  margin-top: 0em;
}

a.konzept-link {
  width: calc(100% - 40px);
  margin-right: 30px;
}

img.arrow_right {
  width: 23px;
  height: 16px;
}

img.arrow_right {
  right: -30px;
}

img.mouse {
  right: 2.6em;
  bottom: 3em;
}


  /* ///// STORYTELLING ///// */

  
.storytelling_text, .storytelling_textblock {
  top: 48%;
}

.storytelling_textblock {
  width: 70%;
}
  

.umsetzung1, .umsetzung2,
.umsetzung1 .rv, .umsetzung2 .rv {
  width: 100%;
  margin-bottom: clamp(7em, 8vw, 8em);
}

.umsetzung3 .rv {
  width: 85%;
  top: 3%;
  left: 6vw;
}

.umsetzung3 {
  position: relative;
  width: 100%;
  top: auto;
  right: auto;
  transform: none;
}

img.umsetzung_profil {
  height: auto;
  width: 100%;
}

.umsetzung1 .umsetzung_profil, .umsetzung2 .umsetzung_profil, .umsetzung3 .umsetzung_profil {
  max-height: 100%;
}

img.umsetzung_text {
  height: 100%;
  margin-top: 50%;
  margin-left: 50%;
  transform: translate(-50%, -50%);
}

canvas {
  width: 50%;
  height: auto;
}

.umsetzung_bezeichnung {
  display: none;
}

.umsetzung_bezeichnung_1.mobile, .umsetzung_bezeichnung_2.mobile, .umsetzung_bezeichnung_3.mobile {
  display: block;
}


.slogan_services {
  width: 100%;
  padding-left: 45%;
  padding-right: 0.5em;
}

.links a.button {
  margin: 0.5em 0 0 35px;
}

a.button:after {
  left: -35px;
}

progress {
  height: 5px;
}

  

  /* ///// STARTSEITE ///// */



  /* ///// UNTERSEITEN ///// */
  
  .buchstabe p {
    transform: rotate(35deg);
    hyphens: none;
    margin-top: 20px;
}

  /* ///// FOOTER ///// */
  
  
  /* ///// DIVERSES ///// */
  
}

@media screen and (max-width : 450px)  {

  /* ///// CONTAINER AND TYPO ///// */
  
  
  /* ///// HEADER ///// */
  
  
  /* ///// NAVIGATION ///// */
  
  
  /* ///// SLIDER ///// */
  
  
  /* ///// STARTSEITE ///// */
  
  
  /* ///// UNTERSEITEN ///// */

  .mitarbeiter-image {
    height: clamp(30em, 50vw, 45em);
  }
  
  /* ///// FOOTER ///// */
  
  
  /* ///// DIVERSES ///// */
  
}

@media screen and (max-width : 350px)  {

  /* ///// CONTAINER AND TYPO ///// */
  
  
  /* ///// HEADER ///// */
  
  
  /* ///// NAVIGATION ///// */
  
  
  /* ///// SLIDER ///// */
  
  
  /* ///// STARTSEITE ///// */
  
  
  /* ///// UNTERSEITEN ///// */
  
  
  /* ///// FOOTER ///// */
  
  
  /* ///// DIVERSES ///// */
  
}




@media screen and (max-width: 1200px) and (orientation: landscape) {

  .swiper-container.swiper1 {
      height: 90vw;
  }
  
  #navigationWrap {
      overflow-y: scroll;
  }
  
  }





@media screen and (max-height : 650px)  {

  .menu-container {
    grid-template-rows: 10em 1fr 1fr;
}

}