svg {
  max-width: 420px; }

body {
  font-family: "museo-sans", Arial; }

.grid-sizer {
  width: 33.333%; }

.light-bg {
  background-color: #ebebeb; }

body {
  overflow-x: hidden; }

img {
  max-width: 100%; }

.bg-grey {
  background-color: #EBEBEB; }

.bg-dark {
  background-color: #243236; }

.bg-white {
  background-color: #ffffff; }

.bg-red {
  background-color: #F53645; }

.bg-black {
  background-color: #000000; }

.color-black {
  color: #000000; }

.color-white {
  color: #ffffff; }

iframe {
  width: 100%; }

#scrolltop {
  position: fixed;
  bottom: 7%;
  opacity: 0;
  right: -10%;
  z-index: 999999;
  transform: rotate(180deg);
  transition: all .7s ease-in-out; }
  #scrolltop:hover {
    cursor: pointer; }
  #scrolltop.active {
    bottom: 7%;
    right: 2%;
    opacity: 1; }

.atelier-menu-logo {
  z-index: 999999; }
  .atelier-menu-logo:hover {
    cursor: pointer; }

#mobile-homeslide {
  display: none; }

.datenschutz .mt-12 {
  margin-top: 12rem;
  margin-bottom: 6rem; }

.awards {
  position: absolute;
  top: 0;
  right: 170px;
  z-index: 151;
  display: flex; }

.awards {
  top: 32px; }

.awards span {
  font-size: 18px;
  line-height: 18px; }

.awards .awards-wrapper {
  display: flex;
  align-items: center;
  gap: 15px; }

.awards a:hover {
  text-decoration: none; }

.awards .awards-wrapper img {
  max-height: 46px;
  -webkit-filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.15)); }

.awards .awards-wrapper a {
  position: relative; }

.awards .awards-wrapper a:first-of-type {
  border-left: 1px solid white;
  padding-left: 15px; }

.awards a:hover > .custom-tooltip {
  opacity: 1;
  text-transform: uppercase; }

.awards span.custom-tooltip {
  font-family: museo-sans,sans-serif;
  position: absolute;
  color: black;
  opacity: 0;
  text-align: center;
  top: 110%;
  transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
  border-radius: 4px;
  padding: 8px 12px;
  font-size: 12px;
  line-height: 1;
  background-color: white;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  -webkit-animation-duration: 400ms;
          animation-duration: 400ms;
  -webkit-animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
          animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform, opacity; }

.if-design-2022 {
  left: 10px; }

.gdas {
  left: -15px; }

.ifda {
  left: 0;
  width: 100%; }

.gba-signet {
  left: -10px; }

.dpok-final {
  left: -10px; }

@media screen and (max-width: 1023px) {
  .awards a:hover > .custom-tooltip {
    opacity: 0; }

  .awards {
    left: 10px;
    top: 100px; }

  .awards .awards-wrapper {
    flex-direction: column; }

  .awards .awards-wrapper span {
    font-size: 14px; }

  .awards .awards-wrapper img {
    max-height: 36px; }

  .awards .awards-wrapper a:first-of-type {
    border-left: 0;
    padding-left: 0; } }
body {
  font-family: "museo-sans", Arial; }

.together img {
  margin-top: 0 !important; }

@-webkit-keyframes scrollUp {
  from {
    top: 0vh; }
  to {
    top: -100vh; } }

@keyframes scrollUp {
  from {
    top: 0vh; }
  to {
    top: -100vh; } }
@-webkit-keyframes scrollKitten {
  from {
    font-size: 24px; }
  to {
    font-size: 25px; } }
@keyframes scrollKitten {
  from {
    font-size: 24px; }
  to {
    font-size: 25px; } }
.animate-up {
  -webkit-animation: scrollUp 1s forwards;
          animation: scrollUp 1s forwards; }

.animate-up-reverse {
  -webkit-animation: scrollUp 1s backwards;
          animation: scrollUp 1s backwards; }

@-webkit-keyframes scrollDown {
  from {
    top: 0vh; }
  to {
    top: 100vh; } }

@keyframes scrollDown {
  from {
    top: 0vh; }
  to {
    top: 100vh; } }
.animate-down {
  -webkit-animation: scrollDown 1s forwards;
          animation: scrollDown 1s forwards; }

.animate-down-reverse {
  animation: scrollDown 1s reverse; }

@-webkit-keyframes navbarActivate {
  from {
    width: 0%; }
  to {
    width: 100%; } }

@keyframes navbarActivate {
  from {
    width: 0%; }
  to {
    width: 100%; } }
.animate-navbar-active {
  -webkit-animation: navbarActive 1s forwards;
          animation: navbarActive 1s forwards; }

.animate-navbar-deactivate {
  -webkit-animation: navbarActive 1s backwards;
          animation: navbarActive 1s backwards; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
.animate-fade-out {
  -webkit-animation: fadeOut .7s forwards;
          animation: fadeOut .7s forwards; }

.atelier-nav {
  display: block;
  position: fixed;
  width: 100%;
  background-color: transparent;
  z-index: 200;
  top: 66px;
  height: 0; }

.atelier-menu-logo {
  left: 66px;
  top: -17px;
  position: relative;
  transition: all 1s ease-in-out;
  max-width: 269px; }
  .atelier-menu-logo.whiten {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1); }

#menu-trigger {
  position: absolute;
  width: 52px;
  height: 52px;
  right: 62px;
  top: -30px;
  background-color: #F53645;
  border-radius: 100%;
  padding: 16px 11px;
  z-index: 999; }
  #menu-trigger .line {
    width: 30px;
    height: 3px;
    background-color: #ffffff;
    display: block;
    margin: 0 auto 4px auto;
    padding-bottom: 4px;
    transition: all .6s ease;
    position: relative;
    opacity: 1; }
  #menu-trigger:hover {
    cursor: pointer; }
  #menu-trigger .line-first {
    bottom: 0;
    transform: rotate(0deg);
    transition: all .3s ease; }
  #menu-trigger .line-last {
    bottom: 0;
    transform: rotate(0deg);
    transition: all .3s ease; }
  #menu-trigger.active {
    background-color: #243236; }
    #menu-trigger.active .line {
      height: 5px;
      background-color: #FFDB9C; }
    #menu-trigger.active .line-first {
      transform: rotate(-45deg);
      left: 0;
      bottom: -6px; }
    #menu-trigger.active .line-middle {
      opacity: 0; }
    #menu-trigger.active .line-last {
      transform: rotate(45deg);
      right: 0;
      bottom: 11px; }

.schwerpunkte-nav {
  text-align: center;
  margin: 40px auto 0 auto;
  position: relative;
  display: none; }
  .schwerpunkte-nav li {
    display: inline-block;
    list-style-type: none; }
    .schwerpunkte-nav li a {
      margin-right: 17px;
      font-weight: 500;
      font-size: 15px;
      letter-spacing: 1.3px;
      line-height: 40px;
      color: black;
      transition: all .3s ease-in-out;
      text-transform: uppercase;
      display: inline-block; }
      .schwerpunkte-nav li a.active {
        color: #F53645;
        font-weight: 900; }
      .schwerpunkte-nav li a::after {
        display: block;
        content: attr(title);
        font-weight: 900;
        height: 0;
        overflow: hidden;
        visibility: hidden; }
      .schwerpunkte-nav li a:hover {
        cursor: pointer;
        color: #F53645;
        text-decoration: none;
        font-weight: 900; }

.archive-schwerpunkte .schwerpunkte-nav,
.single-projekt .schwerpunkte-nav,
.featured-projekte .schwerpunkte-nav {
  display: block; }

#menu-animation-container {
  width: 30px;
  height: 30px;
  position: fixed;
  background-color: #F53645;
  transform: scale(0);
  z-index: 0;
  border-radius: 100%;
  transition: all .7s ease; }
  #menu-animation-container.active {
    transform: scale(140);
    background-color: #243236; }

#kontakt-wrapper {
  width: 30px;
  height: 30px;
  position: fixed;
  background-color: #243236;
  transform: scale(0);
  z-index: 0;
  border-radius: 100%;
  transition: all .7s ease; }
  #kontakt-wrapper.active {
    transform: scale(120);
    background-color: white; }

#menu {
  position: fixed;
  width: 90vw;
  height: 80vh;
  z-index: 0;
  opacity: 0;
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
  transition: all .7s ease;
  z-index: -1;
  bottom: 10vh; }
  #menu.active {
    opacity: 1;
    z-index: 9999;
    transition: all .2s ease; }
  #menu .atelier-menu-logo {
    z-index: 9999999; }
    #menu .atelier-menu-logo:hover {
      cursor: pointer; }
  #menu .impressum-datenschutz {
    position: absolute;
    bottom: 2%; }
    #menu .impressum-datenschutz a {
      color: white;
      font-size: 14px;
      line-height: 25px;
      font-weight: 300;
      margin-right: 10px; }
      #menu .impressum-datenschutz a:hover {
        text-decoration: none; }
  #menu .menu-list {
    list-style-type: none;
    padding-left: 0; }
    #menu .menu-list .menu-item a {
      font-size: 80px;
      font-weight: bold;
      line-height: 120px;
      color: #F53645;
      text-decoration: none;
      transition: all .3s ease; }
  #menu .menu-right-content {
    padding: 181px 151px 108px 41px;
    background-color: #F53645; }
    #menu .menu-right-content h3 {
      margin-top: 0;
      padding-top: 0;
      line-height: 40px;
      font-size: 35px;
      color: #000000; }
    #menu .menu-right-content p {
      color: #000000;
      font-size: 20px;
      line-height: 25px; }

.menu-social-new {
  display: inline-block;
  width: 60%;
  position: relative;
  bottom: 1em;
  text-align: center; }
  .menu-social-new a:hover {
    color: #243236; }
  .menu-social-new .fa-circle {
    color: #F53645; }
  .menu-social-new .fab {
    color: #243236; }

.impressum-datenschutz-new a {
  color: white;
  text-decoration: none;
  padding-right: 1em; }
  .impressum-datenschutz-new a:hover {
    color: white;
    text-decoration: none; }

@media screen and (max-width: 992px) {
  .menu-social-new {
    bottom: 0;
    text-align: left;
    width: 100%; }
    .menu-social-new a {
      font-size: 12px; }

  .impressum-datenschutz-new a {
    font-size: 12px; } }
@media screen and (max-height: 795px) {
  .menu-social-new {
    width: 100%; }
    .menu-social-new a {
      font-size: 12px; }

  .impressum-datenschutz-new a {
    font-size: 12px; } }
#homeslide {
  z-index: 150 !important; }
  #homeslide .carousel-inner {
    height: 100vh; }

#homeslide .slide-content .topcontent,
#homeslide .slide-content .bottomcontent {
  color: #ffffff;
  font-size: 35px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 32px;
  margin: 0;
  padding: 0;
  letter-spacing: 5px;
  line-height: 1.35em; }

.slide-content-home {
  top: 42% !important; }
  .slide-content-home .homeslide-divider {
    margin: 42% 0 !important;
    border: 1px solid transparent; }

.homeslide-divider {
  display: block;
  margin: 100% 0; }

.carousel-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
  background-attachment: fixed; }

.slider-container {
  position: relative;
  height: 100vh;
  overflow: hidden; }

#custom-slide {
  z-index: 12; }
  #custom-slide .left,
  #custom-slide .right {
    transition: all .3s ease; }
    #custom-slide .left:hover,
    #custom-slide .right:hover {
      cursor: pointer; }

.featured-projekt-col {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  transition: all 2s ease; }
  .featured-projekt-col.left {
    left: 0%; }
  .featured-projekt-col.right {
    right: 0%; }
  .featured-projekt-col a {
    transition: all .3s ease; }
    .featured-projekt-col a:hover {
      text-decoration: none; }
  .featured-projekt-col .untertitel {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 40px;
    letter-spacing: 3.2px;
    line-height: 40px;
    color: #F53645;
    text-transform: uppercase;
    color: #F53645;
    letter-spacing: .05em;
    font-weight: 300;
    display: block;
    font-size: 34px;
    text-align: center;
    margin-top: .75em;
    line-height: 1.25em; }

.featured-projekt-col.right.get-small {
  right: -100%; }
.featured-projekt-col.left.get-small {
  left: -100%; }

.more-projekte {
  margin-top: -1rem;
  background-color: #ebebeb;
  padding-bottom: 7rem; }
  .more-projekte .container {
    padding: 6px; }
  .more-projekte h3 {
    margin-top: 95px;
    text-align: center;
    margin-bottom: 50px;
    font-size: 30px;
    letter-spacing: 1.5px;
    font-weight: 300; }

@-webkit-keyframes aniright {
  0% {
    left: 50vw; }
  100% {
    left: 0vw; } }

@keyframes aniright {
  0% {
    left: 50vw; }
  100% {
    left: 0vw; } }
@-webkit-keyframes projectopac {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes projectopac {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.content-holder-inner {
  position: absolute; }
  .content-holder-inner .content {
    opacity: 0; }
    .content-holder-inner .content.active {
      -webkit-animation: projectopac .5s ease forwards;
              animation: projectopac .5s ease forwards;
      -webkit-animation-delay: 1s;
              animation-delay: 1s; }
  .content-holder-inner.left {
    right: 0px;
    opacity: 0;
    height: 100vh;
    background-color: white; }
    .content-holder-inner.left.active {
      opacity: 1; }
  .content-holder-inner.right {
    left: 50vw;
    background-color: #ebebeb;
    height: 100vh; }
    .content-holder-inner.right.active {
      opacity: 1;
      left: 0vw;
      -webkit-animation: aniright .5s ease-in-out forwards;
              animation: aniright .5s ease-in-out forwards; }

.content-holder.left, .content-holder.right {
  opacity: 0;
  transition: all 1s ease; }
  .content-holder.left.active, .content-holder.right.active {
    opacity: 1; }

.kcs-ci-id #single-projekt-content img {
  margin-top: 20px; }

.kcs-ci #single-projekt-content img {
  margin-top: 20px; }

.kcs-ci-id .more-projekte {
  margin-top: 5rem; }

.kcs-ci .more-projekte {
  margin-top: 5rem; }

#intro-image {
  width: 100%; }

.projekte {
  height: 100vh; }
  .projekte .container {
    max-width: none;
    width: 100%; }
  .projekte .slide {
    height: 100vh; }
  .projekte .left,
  .projekte .rigth {
    height: 100vh; }
    .projekte .left .container,
    .projekte .rigth .container {
      position: relative;
      float: left;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }

#single-projekt-content img {
  display: block;
  margin: 5rem auto 0 auto; }

.single-projekt-beschreibung {
  font-weight: 300;
  letter-spacing: 0.2px;
  line-height: 1.5em;
  font-size: 20px; }
  .single-projekt-beschreibung.mt-5 {
    margin-top: 20% !important; }

#custom-project-slide {
  position: relative;
  top: 0;
  left: 0; }

.single-projekt .row {
  margin-right: 0;
  margin-left: 0; }

.single-projekt-intro {
  padding-top: 12rem; }
  .single-projekt-intro.changebg {
    background-color: #ebebeb; }
  .single-projekt-intro .container {
    max-width: calc(1920px - 20%); }
    .single-projekt-intro .container .col {
      padding: 0; }

.col-projekt-thumbnail.right {
  text-align: right; }
.col-projekt-thumbnail.left {
  text-align: left; }
.col-projekt-thumbnail .marke {
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  text-transform: uppercase; }
.col-projekt-thumbnail .img-untertitel {
  text-transform: uppercase;
  color: #F53645;
  letter-spacing: .05em;
  font-weight: 300;
  display: block;
  font-size: 34px;
  text-align: center;
  margin-top: .75em;
  line-height: 1.25em; }

.scrolldown-container {
  text-align: center;
  padding: 7rem 0; }

.thumbnail-container {
  max-width: 500px;
  float: right; }

.kunde {
  max-width: 280px; }

.kunde-title,
.schwerpunkt-title {
  width: 100%;
  display: block;
  border-bottom: 2px solid black;
  font-size: 12px;
  padding-bottom: 5px;
  letter-spacing: 1.44px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 11px; }

.schwerpunkte {
  max-width: 180px; }

.schwerpunkt-list-item {
  list-style-type: none;
  margin-left: 0;
  line-height: 1;
  margin-top: 2px;
  letter-spacing: .05em; }
  .schwerpunkt-list-item a {
    color: black;
    transition: all .3s ease; }
    .schwerpunkt-list-item a:hover {
      color: #F53645;
      text-decoration: none; }

.kunde-name,
.schwerpunkt-list-item {
  margin-top: 11px;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .05em; }

#single-projekt-content {
  max-width: 1125px;
  margin: 0 auto; }

.col-list-team {
  background-color: #243236;
  min-height: 100vh; }

.col-img-container {
  background-color: #ebebeb;
  min-height: 100vh; }

.team-member-list {
  list-style-type: none;
  margin-top: 7em;
  margin-left: 0;
  padding: 0; }
  .team-member-list li {
    padding: 7px 0px 0px 0px;
    font-size: 20px;
    color: #F53645;
    transition: all .3s ease; }
    .team-member-list li span {
      transition: all .3s ease;
      display: inline-block;
      text-align: center; }
      .team-member-list li span:hover {
        cursor: pointer; }
      .team-member-list li span.active {
        color: white;
        font-weight: 900; }
    .team-member-list li::after {
      display: block;
      content: attr(title);
      font-weight: 900;
      height: 0;
      overflow: hidden;
      visibility: hidden; }

.wer {
  color: #F53645;
  text-transform: uppercase;
  font-weight: bold;
  border: 4px solid #F53645;
  font-size: 80px;
  width: 270px;
  font-weight: 900 !important;
  border: 4px solid #F53645;
  font-weight: bold;
  padding: 22px 30px;
  text-align: center;
  margin-left: 0; }

.loading {
  font-size: 35px;
  color: #F53645;
  font-weight: 900; }
  .loading .drama {
    font-size: 20px;
    color: #243236; }

.team-picto-container {
  text-align: center; }

.team-img-container .img-container {
  background-size: cover;
  background-repeat: no-repeat; }

.team-mobile {
  display: none; }
  .team-mobile .container {
    max-width: 600px;
    padding: 0;
    width: 100%;
    margin: 0 auto; }
  .team-mobile .team-mobile-row {
    display: block;
    margin: 0 auto; }
  .team-mobile .team-mobile-picto-container {
    display: block !important;
    text-align: center;
    position: relative; }
    .team-mobile .team-mobile-picto-container .funktion {
      width: 120px;
      font-size: 16px;
      left: 2%; }
    .team-mobile .team-mobile-picto-container .frei {
      font-size: .75rem; }
    .team-mobile .team-mobile-picto-container img {
      width: 100%; }
    .team-mobile .team-mobile-picto-container .drama {
      color: #F53645; }

.funktion {
  position: absolute;
  top: 32%;
  left: 2%;
  width: 320px;
  text-align: right;
  font-size: 20px;
  letter-spacing: 0.4px;
  line-height: 28px; }
  .funktion .frei {
    font-size: .95rem; }

@media screen and (max-width: 1738px) {
  .funktion {
    left: 0%; } }
.team-string {
  position: fixed;
  display: block;
  transform: rotate(-90deg);
  font-size: 30px;
  font-weight: 900;
  font-family: "museo-sans", Arial;
  letter-spacing: 1.5px;
  color: white;
  top: 34%;
  left: 2%; }

.mobile-teammember-info {
  margin-bottom: 4em;
  padding: 20px 10% 0 10%; }
  .mobile-teammember-info .frei {
    font-size: .75rem; }

.digital {
  position: absolute;
  z-index: 88;
  right: 10%;
  bottom: 10%;
  max-width: 200px; }

@media screen and (max-width: 1136px) {
  .digital img {
    display: block !important;
    max-width: 200px;
    right: 5%;
    bottom: 5%; } }
@media screen and (max-width: 960px) {
  .digital img {
    max-width: 120px; } }
#scrolldown-homeslide {
  position: absolute;
  top: 90vh;
  left: calc(50% - 24px);
  z-index: 150; }

.layer {
  position: relative; }

.layer-1 {
  z-index: 100; }

#custom-slide .left {
  transition: all 1s ease; }
  #custom-slide .left.animate-up-custom {
    top: -100vh !important; }
#custom-slide .right {
  transition: all 1s ease; }
  #custom-slide .right.animate-down-custom {
    top: 100vh  !important; }

.layer-2 {
  z-index: 99; }
  .layer-2 .left {
    transition: all 1s ease; }
    .layer-2 .left.animate-up-custom {
      top: -100vh !important; }
  .layer-2 .right {
    transition: all 1s ease; }
    .layer-2 .right.animate-down-custom {
      top: 100vh  !important; }

.layer-3 {
  z-index: 98; }
  .layer-3 .left {
    transition: all 1s ease; }
    .layer-3 .left.animate-up-custom {
      top: -100vh !important; }
  .layer-3 .right {
    transition: all 1s ease; }
    .layer-3 .right.animate-down-custom {
      top: 100vh  !important; }

.layer-4 {
  z-index: 97; }
  .layer-4 .left {
    transition: all 1s ease; }
    .layer-4 .left.animate-up-custom {
      top: -100vh !important; }
  .layer-4 .right {
    transition: all 1s ease; }
    .layer-4 .right.animate-down-custom {
      top: 100vh  !important; }

.layer-5 {
  z-index: 96; }
  .layer-5 .left {
    transition: all 1s ease; }
    .layer-5 .left.animate-up-custom {
      top: -100vh !important; }
  .layer-5 .right {
    transition: all 1s ease; }
    .layer-5 .right.animate-down-custom {
      top: 100vh  !important; }

.layer-6 {
  z-index: 95; }
  .layer-6 .left {
    transition: all 1s ease; }
    .layer-6 .left.animate-up-custom {
      top: -100vh !important; }
  .layer-6 .right {
    transition: all 1s ease; }
    .layer-6 .right.animate-down-custom {
      top: 100vh  !important; }

.layer-7 {
  z-index: 94; }
  .layer-7 .left {
    transition: all 1s ease; }
    .layer-7 .left.animate-up-custom {
      top: -100vh !important; }
  .layer-7 .right {
    transition: all 1s ease; }
    .layer-7 .right.animate-down-custom {
      top: 100vh  !important; }

.layer-8 {
  z-index: 93; }
  .layer-8 .left {
    transition: all .5s ease-in-out;
    width: 50%; }
    .layer-8 .left.width-100 {
      width: 100% !important; }
  .layer-8 .right {
    transition: all .5s ease-in-out;
    width: 50%; }
    .layer-8 .right.width-0 {
      width: 0% !important;
      opacity: 0; }

.baumgruppe {
  position: absolute;
  left: calc(50% - 54px);
  top: 90px; }

#so-arbeiten-wir {
  width: 421px; }

#unsere-arbeiten {
  width: 526px;
  margin-bottom: 50px; }

#overlay-wer:hover,
#overlay-aha:hover {
  cursor: pointer; }

.slide-content-left,
.slide-content-right,
.slide-content {
  position: relative;
  float: left;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  .slide-content-left.multi-text,
  .slide-content-right.multi-text,
  .slide-content.multi-text {
    top: 30%; }

#custom-slider-overlay {
  position: absolute;
  z-index: 120;
  text-align: center;
  width: 100%;
  left: 1px;
  top: 11%;
  display: block; }
  #custom-slider-overlay.animate-fade-out {
    z-index: 110; }
  #custom-slider-overlay.out {
    display: none; }
  #custom-slider-overlay p {
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: bold; }
    #custom-slider-overlay p span::after {
      content: " ";
      white-space: pre; }
    #custom-slider-overlay p.subheadline {
      font-size: 15px;
      position: relative;
      left: 11px;
      letter-spacing: 1px; }
    #custom-slider-overlay p.headline {
      font-size: 30px;
      position: relative;
      left: 13px;
      letter-spacing: 2px;
      font-weight: 900;
      font-family: "museo-sans", Arial; }

#custom-slide,
#custom-slide-left,
#custom-slide-right {
  overflow: hidden;
  height: 100vh;
  width: 100%; }
  #custom-slide .left,
  #custom-slide .right,
  #custom-slide-left .left,
  #custom-slide-left .right,
  #custom-slide-right .left,
  #custom-slide-right .right {
    height: 100vh;
    width: 50%; }
  #custom-slide .left,
  #custom-slide-left .left,
  #custom-slide-right .left {
    position: absolute;
    top: 0vh;
    left: 0vh; }
  #custom-slide .right,
  #custom-slide-left .right,
  #custom-slide-right .right {
    position: absolute;
    top: 0;
    right: 0; }

.slide-content-left p,
.slide-content-right p {
  font-size: 50px;
  margin-bottom: 0;
  margin-left: 17%;
  line-height: 1;
  font-weight: bold;
  color: #F53645;
  text-transform: uppercase; }

#custom-slide-left,
#custom-slide-right {
  z-index: 11;
  display: none;
  position: absolute;
  top: 0;
  left: 0; }
  #custom-slide-left.active,
  #custom-slide-right.active {
    display: block; }

.slide-content-left .headline-warum {
  font-size: 80px;
  width: 600px;
  font-weight: 900 !important;
  border: 4px solid #F53645;
  font-weight: bold;
  padding: 22px 30px;
  text-align: center;
  margin-left: 0; }

.head {
  font-family: "museo-sans", Arial;
  font-size: 20px;
  text-decoration: underline;
  font-weight: 900;
  color: black;
  display: block;
  top: 30%; }
  .head:hover {
    cursor: default; }

.layer .text {
  font-size: 50px;
  font-weight: 300;
  line-height: 1em;
  color: black;
  position: absolute;
  transition: all .3s ease;
  top: 59px;
  opacity: 0; }
  .layer .text.current {
    opacity: 1; }

.text-next {
  opacity: 0; }

#custom-slider-overlay-left {
  z-index: 99999;
  text-align: center;
  position: relative;
  float: left;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .5s ease-in-out; }
  #custom-slider-overlay-left ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    #custom-slider-overlay-left ul li {
      font-size: 30px;
      transition: all .3s ease;
      font-weight: normal;
      color: #F53645;
      text-transform: uppercase; }
      #custom-slider-overlay-left ul li:hover {
        cursor: pointer;
        font-weight: 900; }
      #custom-slider-overlay-left ul li.active {
        font-weight: 900; }

#custom-slider-overlay-left ul li.white {
  color: white; }

.link-projekte a:hover {
  text-decoration: none; }

.custom-slide-text {
  top: -80px; }
  .custom-slide-text strong {
    font-weight: 700; }
  .custom-slide-text:hover {
    cursor: default; }

.head-left {
  position: absolute;
  top: -80px; }

.text-head-left {
  position: absolute;
  top: -120px; }

.jung-wild-text {
  opacity: 0;
  transform: all .3s ease-in-out;
  text-transform: none;
  font-size: 48px;
  font-weight: 300;
  color: white;
  line-height: 1.025em;
  position: relative;
  top: 70px;
  display: none; }
  .jung-wild-text strong {
    font-weight: 900 !important; }
  .jung-wild-text.active {
    -webkit-animation: opac .5s ease-in-out .8s forwards;
            animation: opac .5s ease-in-out .8s forwards;
    display: block; }
  .jung-wild-text.out {
    -webkit-animation: opac .5s ease-in-out backwards;
            animation: opac .5s ease-in-out backwards;
    display: none; }

@-webkit-keyframes opac {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes opac {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.headline-warum {
  position: absolute;
  float: left;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  font-weight: 900 !important;
  opacity: 0;
  transition: all .5s ease-in-out; }
  .headline-warum.current {
    opacity: 1; }

.rocket-container {
  position: absolute;
  float: left;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 710px;
  opacity: 0;
  transition: all .5s ease-in-out;
  overflow: hidden;
  border-radius: 100%; }
  .rocket-container img {
    transform: scale(2.5);
    transition: all .5s ease-in-out; }
  .rocket-container.current {
    opacity: 1; }
    .rocket-container.current img {
      transform: scale(1); }

.scrollkitten {
  opacity: 0;
  transition: all .5s ease-in-out;
  position: absolute;
  float: left;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 550px;
  opacity: 0;
  text-align: center; }
  .scrollkitten.current {
    opacity: 1; }

.slide-text {
  opacity: 0;
  transition: all .5s ease-in-out;
  font-size: 48px;
  font-weight: 300;
  line-height: 1.075em;
  color: black;
  transition: all .3s ease;
  top: 59px;
  opacity: 0;
  position: absolute;
  float: left;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  width: 610px;
  opacity: 0; }
  .slide-text.color-red {
    color: #F53645; }
  .slide-text.current {
    opacity: 1; }

.head {
  font-family: "museo-sans", Arial;
  font-size: 20px;
  border-bottom: 2px solid black;
  font-weight: 900;
  color: black;
  display: block;
  top: 30%;
  text-decoration: none;
  position: absolute;
  top: -200px; }
  .head.color-red {
    color: #F53645;
    border-bottom: 2px solid #F53645; }

.custom-pos {
  position: absolute;
  top: -115px; }
  .custom-pos:hover {
    cursor: default; }

.layer-3 .slide-content-left .headline-warum {
  width: 400px; }

.bunny-container {
  position: absolute;
  float: left;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 550px;
  opacity: 0;
  transition: all .5s ease-in-out;
  overflow: hidden;
  opacity: 0; }
  .bunny-container.current {
    opacity: 1; }

.cosmo-and-princess {
  position: absolute;
  float: left;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 550px;
  opacity: 0;
  transition: all .5s ease-in-out;
  overflow: hidden;
  opacity: 0;
  top: 140px; }
  .cosmo-and-princess.current {
    opacity: 1; }

.dot-dot-dot:before {
  content: '...';
  position: absolute;
  left: -42px; }

.princess {
  position: relative;
  top: 30px;
  left: 50px;
  max-width: 225px; }

.brain-left {
  position: absolute;
  opacity: 0;
  top: 120%;
  transition: all 1s ease; }
  .brain-left.ani {
    opacity: 1;
    top: calc(50% - 378px/2); }

.brain-right {
  position: absolute;
  opacity: 0;
  bottom: 120%;
  transition: all 1s ease; }
  .brain-right.ani {
    opacity: 1;
    bottom: calc(50% - 378px/2); }

.brain-left {
  right: 0; }

.brain-right {
  left: 0; }

.bubbles .bubble {
  width: 312px;
  height: 312px;
  background-color: #EBEBEB;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  position: absolute;
  float: left;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all .5s ease-in-out;
  overflow: hidden; }
  .bubbles .bubble:hover {
    background-color: #F53645;
    cursor: pointer; }
  .bubbles .bubble a {
    font-size: 35px;
    color: #243236; }
    .bubbles .bubble a:hover {
      text-decoration: none; }

.layer-7 .slide-content-left .headline-warum {
  width: 430px; }

.bubble-content {
  display: block;
  width: 100%;
  text-align: center;
  opacity: 0;
  z-index: 99;
  color: #F53645;
  position: absolute;
  top: 75vh;
  font-size: 50px;
  font-weight: 300;
  line-height: 1em;
  transition: all .5s ease-in-out; }
  .bubble-content.active {
    opacity: 1; }

@-webkit-keyframes transition-raum {
  0% {
    left: 0px; }
  100% {
    left: 510px; } }

@keyframes transition-raum {
  0% {
    left: 0px; }
  100% {
    left: 510px; } }
@-webkit-keyframes transition-kommunikation {
  0% {
    left: 0px; }
  100% {
    left: 180px; } }
@keyframes transition-kommunikation {
  0% {
    left: 0px; }
  100% {
    left: 180px; } }
@-webkit-keyframes transition-design {
  0% {
    left: 0px; }
  100% {
    left: -150px; } }
@keyframes transition-design {
  0% {
    left: 0px; }
  100% {
    left: -150px; } }
@-webkit-keyframes transition-strategie {
  0% {
    left: 0px; }
  100% {
    left: -480px; } }
@keyframes transition-strategie {
  0% {
    left: 0px; }
  100% {
    left: -480px; } }
#raum.active {
  -webkit-animation: transition-raum .5s forwards;
          animation: transition-raum .5s forwards;
  -webkit-animation-delay: .5s;
          animation-delay: .5s; }

#kommunikation.active {
  -webkit-animation: transition-kommunikation .5s forwards;
          animation: transition-kommunikation .5s forwards;
  -webkit-animation-delay: .5s;
          animation-delay: .5s; }

#design.active {
  -webkit-animation: transition-design .5s forwards;
          animation: transition-design .5s forwards;
  -webkit-animation-delay: .5s;
          animation-delay: .5s; }

#strategie.active {
  -webkit-animation: transition-strategie .5s forwards;
          animation: transition-strategie .5s forwards;
  -webkit-animation-delay: .5s;
          animation-delay: .5s; }

.denken {
  font-size: 80px;
  font-weight: 300;
  line-height: 85px; }

.long-text {
  font-size: 30px;
  line-height: 0; }

.cosmo {
  max-width: 175px; }

.schwerpunkt-headline h1 {
  text-align: center;
  padding-top: 181px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 1.5px;
  line-height: 40px;
  font-size: 30px; }
  .schwerpunkt-headline h1 strong {
    font-weight: 900; }

.schwerpunkt-row {
  margin-top: 2.5rem; }

.projekt-item {
  max-width: 336px; }
  .projekt-item:hover a {
    text-decoration: none; }
  .projekt-item:hover .overlay {
    opacity: 1; }
  .projekt-item.big {
    max-width: 716px; }
    .projekt-item.big .overlay {
      max-width: 716px;
      max-height: 716px; }
  .projekt-item.extra-margin {
    margin-top: 2.5rem; }
    .projekt-item.extra-margin .overlay {
      top: 53%; }
  .projekt-item img {
    width: 100%; }
  .projekt-item .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 336px;
    max-height: 336px;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(36, 50, 54, 0.8);
    opacity: 0;
    transition: all .3s ease-in-out; }
    .projekt-item .overlay .untertitel {
      font-weight: bold;
      color: #F53645;
      text-transform: uppercase;
      font-size: 15px;
      display: block;
      width: 100%;
      text-align: center; }
    .projekt-item .overlay .kunde {
      text-align: center;
      color: white;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 15px; }

.besucherbergwerk #single-projekt-content {
  background-color: #1D1D1D;
  max-width: 100vw;
  width: 100vw; }
.besucherbergwerk #intro-image {
  background-color: #1D1D1D; }

.europaeischewochen #single-projekt-content p {
  margin-bottom: 0; }
.europaeischewochen #single-projekt-content img {
  margin: 0 auto; }

.innside .innside-fuchs {
  position: relative;
  left: 17%;
  top: 3.2rem; }
.innside .innside-first-image {
  margin-top: 0 !important; }

@media screen and (max-width: 628px) {
  .innside-fuchs {
    max-width: 40px;
    left: 17%;
    top: 2rem; } }
.valleyerschlossbraeu #single-projekt-content {
  max-width: 100vw; }
  .valleyerschlossbraeu #single-projekt-content .col {
    padding: 0; }

.bayerninternational #single-projekt-content {
  max-width: 100vw; }
  .bayerninternational #single-projekt-content .col {
    padding: 0; }

.single-projekt.schaltbau .animated-gif {
  margin-top: 19rem !important; }

@media screen and (max-width: 767px) {
  .single-projekt.schaltbau .animated-gif {
    margin-top: 3.25rem !important; } }
.body-kontakt {
  background-color: #EBEBEB; }

.tel-link {
  color: black; }
  .tel-link:hover {
    text-decoration: none;
    color: black; }

.map-container {
  width: 100%; }

.kontakt-container {
  margin-top: 9rem; }
  .kontakt-container .fa-map-marker-alt {
    font-size: 34px;
    position: absolute;
    left: -21px; }

.wenig-zeit {
  margin-bottom: 74px;
  font-family: "museo-sans", Arial;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  text-align: justify; }
  .wenig-zeit strong {
    font-weight: 900; }
  .wenig-zeit .mail-envelope {
    position: absolute;
    left: -33px; }
    .wenig-zeit .mail-envelope:hover {
      text-decoration: none; }
  .wenig-zeit .fa-circle {
    color: black; }
  .wenig-zeit span.cta {
    display: inline-block;
    text-align: right;
    font-weight: bold;
    white-space: nowrap;
    float: right; }
    .wenig-zeit span.cta a {
      color: black; }
    .wenig-zeit span.cta:hover a {
      text-decoration: none; }

.address,
.mail {
  font-family: "museo-sans", Arial;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px; }
  .address span strong,
  .mail span strong {
    font-weight: 900; }

.mail a {
  color: black;
  font-weight: 900;
  font-family: "museo-sans", Arial;
  font-size: 18px;
  line-height: 25px; }

.kontakt-kontakt {
  margin-top: 5rem; }
  .kontakt-kontakt h1 {
    font-family: "museo-sans", Arial;
    text-align: right;
    padding-right: 20%;
    font-size: 80px;
    line-height: 40px;
    font-weight: 900;
    letter-spacing: 1.6px; }
  .kontakt-kontakt i {
    font-size: 42px;
    background-color: black;
    border-radius: 100%;
    padding: 10px 17px;
    color: white;
    margin-right: 22px; }
  .kontakt-kontakt .fa-instagram {
    padding: 10px 13px; }

.so-finden-sie-uns-text {
  margin-bottom: .75em;
  margin-top: 44px;
  font-family: "museo-sans", Arial;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0;
  font-weight: 900;
  color: black; }

.kontakt-wrapper {
  display: none;
  opacity: 0; }
  .kontakt-wrapper.active {
    display: block;
    position: fixed;
    width: 100%;
    height: auto; }

@media screen and (max-width: 1776px) {
  .team-string {
    left: 0; } }
@media screen and (max-height: 795px) {
  #menu .menu-list .menu-item a {
    font-size: 38px;
    line-height: 56px; }

  #menu-social a i {
    font-size: 16px; }

  #menu-social a i.fa-facebook-f {
    padding: 10px 13px; }

  #menu-social {
    text-align: left;
    display: block; } }
@media screen and (max-width: 600px) {
  .schwerpunkte-nav {
    margin: 16.5% auto 0 auto !important; } }
@media screen and (max-width: 440px) {
  .atelier-menu-logo {
    left: 30px !important; }

  .schwerpunkte-nav {
    margin: 23.5% auto 0 auto !important; }

  .schwerpunkt-headline h1 {
    padding-top: 50px !important; }

  .schwerpunkte-nav li a {
    line-height: 25px; } }
@media screen and (max-width: 1260px) {
  .atelier-nav {
    top: 6%; } }
@media screen and (max-width: 1130px) {
  .schwerpunkte-nav {
    margin: 10% auto 0 auto; } }
@media screen and (max-width: 991px) {
  #menu-social {
    text-align: left; } }
@media screen and (max-width: 900px) {
  #menu {
    margin-top: 0% !important; }

  #menu .menu-list .menu-item a {
    font-size: 38px;
    line-height: 56px; }

  #menu-social a i {
    font-size: 16px; }

  #menu-social a i.fa-facebook-f {
    padding: 10px 13px; }

  #menu-social {
    text-align: left;
    display: block; } }
@media screen and (max-width: 900px) {
  #menu {
    max-width: 320px;
    margin-top: 40%; }
    #menu .h-100 {
      height: auto; }

  #menu .impressum-datenschutz {
    bottom: 0%; } }
@media screen and (max-width: 768px) {
  .schwerpunkte-nav {
    margin: 12.5% auto 0 auto;
    padding: 0; } }
@media screen and (max-width: 496px) {
  .schwerpunkte-nav {
    margin: 30% auto 0 auto; } }
@media screen and (max-width: 456px) {
  .atelier-menu-logo {
    left: 10px; }

  #menu-trigger {
    right: 20px; } }
@media screen and (max-width: 350px) {
  .atelier-menu-logo {
    max-width: 160px; }

  #menu-trigger {
    right: 0px; } }
@media screen and (max-width: 1600px) {
  .team-string {
    left: 0%;
    top: 32%; }

  .funktion {
    left: 0%; } }
@media screen and (max-width: 1466px) {
  .team-string {
    left: -1%; }

  .team-img-container {
    height: 100vh; }
    .team-img-container .img-container {
      width: calc(100% - 278px); }

  .funktion {
    width: 260px; } }
@media screen and (max-height: 822px) {
  #homeslide .slide-content-home .homeslide-divider {
    margin: 30% 0 !important; } }
@media screen and (max-height: 722px) {
  #homeslide .slide-content-home .homeslide-divider {
    margin: 23% 0 !important; } }
@media screen and (max-width: 1199px) {
  .projekt-item.big .overlay {
    max-width: 610px;
    max-height: 610px; }
  .projekt-item .overlay {
    max-width: 290px;
    max-height: 290px; } }
@media screen and (max-width: 991px) {
  .projekt-item.big .overlay {
    max-width: 450px;
    max-height: 450px; }
  .projekt-item .overlay {
    max-width: 210px;
    max-height: 210px; } }
@media screen and (max-width: 767px) {
  .archive-schwerpunkte .col-4,
  .archive-schwerpunkte .col-8 {
    flex: 0 0 100%;
    max-width: 100%; }
  .archive-schwerpunkte .projekt-item {
    margin: 0 auto;
    max-width: 510px;
    max-height: 510px; }
    .archive-schwerpunkte .projekt-item.extra-margin .overlay {
      top: 50%; }
    .archive-schwerpunkte .projekt-item .overlay {
      max-width: 510px;
      max-height: 510px; } }
@media screen and (max-width: 539px) {
  .archive-schwerpunkte .projekt-item {
    max-width: 370px; }
    .archive-schwerpunkte .projekt-item.big .overlay {
      opacity: 1;
      max-width: 370px;
      max-height: 370px; }
    .archive-schwerpunkte .projekt-item .overlay {
      opacity: 1;
      max-width: 370px;
      max-height: 370px; } }
@media screen and (max-width: 397px) {
  .archive-schwerpunkte .projekt-item {
    max-width: 280px; }
    .archive-schwerpunkte .projekt-item.big .overlay {
      opacity: 1;
      max-width: 280px;
      max-height: 280px; }
    .archive-schwerpunkte .projekt-item .overlay {
      opacity: 1;
      max-width: 280px;
      max-height: 280px; } }
@media screen and (max-width: 309px) {
  .archive-schwerpunkte .projekt-item {
    max-width: 250px; }
    .archive-schwerpunkte .projekt-item.big .overlay {
      opacity: 1;
      max-width: 250px;
      max-height: 250px; }
    .archive-schwerpunkte .projekt-item .overlay {
      opacity: 1;
      max-width: 250px;
      max-height: 250px; } }
@media screen and (max-width: 1440px) {
  .single-projekt-intro {
    padding-top: 7rem; }

  .scrolldown-container {
    padding: 2rem 0; }

  .schwerpunkt-headline h1 {
    padding-top: 105px; }

  .kunde-name, .schwerpunkt-list-item {
    font-size: 17.5px;
    margin-top: 8px; }

  .kunde-title, .schwerpunkt-title {
    margin-bottom: 8px;
    font-size: 11px; }

  .kunde {
    max-width: 210px; }

  .single-projekt-beschreibung.mt-5 {
    margin-top: 17.5% !important; }

  .single-projekt-beschreibung {
    font-size: 17.5px; }

  .single-projekt-intro .container {
    max-width: calc(1440px - 15%); }

  .col-projekt-thumbnail .img-untertitel {
    font-size: 25.5px; }

  #single-projekt-content img {
    margin: 3.75rem auto 0 auto; } }
@media screen and (max-width: 1200px) {
  .single-projekt .single-projekt-intro .left,
  .single-projekt .single-projekt-intro .right {
    display: block;
    width: 100%;
    margin: 0 auto;
    flex: 0 0 100%; }
  .single-projekt .col-projekt-thumbnail {
    margin-bottom: 5em; }
  .single-projekt .thumbnail-container {
    display: block;
    float: none !important;
    margin: 0 auto; } }
@media screen and (max-width: 767px) {
  .schwerpunkt-row {
    margin-top: 0; }

  .archive-schwerpunkte .col-4, .archive-schwerpunkte .col-8 {
    margin-top: 2.5em; }

  .projekt-item.extra-margin {
    margin-top: 2.5em; }

  .archive-schwerpunkte .projekt-item.extra-margin .overlay {
    top: 52%; }

  .single-projekt .more-projekte .col-4 {
    flex: 0 0 100%;
    max-width: 100%; }
    .single-projekt .more-projekte .col-4 .projekt-item {
      margin: 1em auto; }
      .single-projekt .more-projekte .col-4 .projekt-item .overlay {
        max-width: 336px;
        max-height: 336px;
        top: 15px; } }
@media screen and (max-width: 446px) {
  .col-projekt-thumbnail .img-untertitel {
    font-size: 21px; } }
@media screen and (max-width: 369px) {
  .archive-schwerpunkte .projekt-item.extra-margin .overlay {
    top: 53%; }

  .single-projekt .more-projekte .col-4 .projekt-item {
    max-width: 240px; }
    .single-projekt .more-projekte .col-4 .projekt-item .overlay {
      max-width: 240px;
      max-height: 240px; } }
@media screen and (max-width: 404px) {
  .body-kontakt h1 {
    font-size: 32px; } }
@media screen and (max-width: 1440px) {
  #menu .impressum-datenschutz {
    bottom: 12%; } }
@media screen and (max-width: 1440px) {
  @-webkit-keyframes brain-left {
    0% {
      opacity: 0;
      top: 120%; }
    100% {
      opacity: 1;
      top: calc(50% - 283px/2); } }
  @keyframes brain-left {
    0% {
      opacity: 0;
      top: 120%; }
    100% {
      opacity: 1;
      top: calc(50% - 283px/2); } }
  @-webkit-keyframes brain-right {
    0% {
      opacity: 0;
      bottom: 120%; }
    100% {
      opacity: 1;
      bottom: calc(50% - 283px/2); } }
  @keyframes brain-right {
    0% {
      opacity: 0;
      bottom: 120%; }
    100% {
      opacity: 1;
      bottom: calc(50% - 283px/2); } } }
@media screen and (max-width: 1440px) {
  .slide-content-home .homeslide-divider {
    margin: 31% 0 !important; }

  #so-arbeiten-wir {
    width: 398px; }

  #custom-slider-overlay p.headline {
    font-size: 22.5px; }

  #unsere-arbeiten {
    width: 476px; }

  .slide-content-left p, .slide-content-right p {
    font-size: 37.5px; }

  #custom-slider-overlay-left ul li {
    font-size: 22.5px; }

  .baumgruppe {
    max-width: 90px;
    top: 67.5px;
    left: calc(50% - 45px); }

  .rocket-container {
    max-width: 532.5px; }

  .slide-content-left .headline-warum {
    font-size: 60px;
    width: 450px; }

  .head {
    font-size: 15px;
    top: -150px; }

  .slide-text {
    font-size: 36px;
    transform: translate(-30%, -50%); }

  .custom-pos {
    top: -86.26px;
    max-width: 390px; }

  .jung-wild-text.active {
    font-size: 36px;
    top: 52.5px; }

  .bunny-container {
    width: 412.5px; }
    .bunny-container img {
      max-width: 328.5px; }

  .cosmo-and-princess {
    top: 105px;
    width: 412.5px; }

  .cosmo {
    max-width: 131.5px; }

  .princess {
    max-width: 168.5px;
    top: 25px; }

  .text-head-left {
    top: -90px; }

  .layer-5 .left .slide-text {
    transform: translate(-42.5%, -50%) !important; }
  .layer-5 .right .slide-text {
    max-width: 480px;
    transform: translate(-40%, -40%); }

  .brain-left {
    max-width: 120px; }
    .brain-left.ani {
      opacity: 1;
      top: calc(50% - 283px/2); }

  .brain-right {
    max-width: 120px; }
    .brain-right.ani {
      opacity: 1;
      top: calc(50% - 283px/2); }

  .denken {
    font-size: 60px;
    line-height: 65px; }

  .long-text {
    font-size: 22.5px; }

  .layer-6 .slide-content-right .slide-text {
    max-width: 412.5px !important; }

  .bubbles .bubble {
    width: 234px;
    height: 234px; }
    .bubbles .bubble a {
      font-size: 26.25px; }

  .bubble-content {
    font-size: 37.5px; } }
@media screen and (max-width: 1440px) {
  @-webkit-keyframes transition-raum {
    0% {
      left: 0px; }
    100% {
      left: 382.5px; } }
  @keyframes transition-raum {
    0% {
      left: 0px; }
    100% {
      left: 382.5px; } }
  @-webkit-keyframes transition-kommunikation {
    0% {
      left: 0px; }
    100% {
      left: 135px; } }
  @keyframes transition-kommunikation {
    0% {
      left: 0px; }
    100% {
      left: 135px; } }
  @-webkit-keyframes transition-design {
    0% {
      left: 0px; }
    100% {
      left: -112.5px; } }
  @keyframes transition-design {
    0% {
      left: 0px; }
    100% {
      left: -112.5px; } }
  @-webkit-keyframes transition-strategie {
    0% {
      left: 0px; }
    100% {
      left: -360px; } }
  @keyframes transition-strategie {
    0% {
      left: 0px; }
    100% {
      left: -360px; } } }
@media screen and (max-width: 1365px) {
  .hide-1366 {
    display: none !important; }

  .team-list-left {
    margin-right: 0 !important; } }
@media screen and (max-width: 1280px) {
  .team-string {
    position: relative;
    top: 0;
    display: block;
    transform: rotate(0deg); } }
@media screen and (max-width: 1200px) {
  .single-projekt .single-projekt-intro .left, .single-projekt .single-projekt-intro .right {
    max-width: 80vw; }

  .single-projekt-beschreibung.mt-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem; } }
@media screen and (max-width: 1136px) {
  @-webkit-keyframes brain-left {
    0% {
      opacity: 0;
      top: 120%; }
    100% {
      opacity: 1;
      top: calc(50% - 253px/2); } }
  @keyframes brain-left {
    0% {
      opacity: 0;
      top: 120%; }
    100% {
      opacity: 1;
      top: calc(50% - 253px/2); } }
  @-webkit-keyframes brain-right {
    0% {
      opacity: 0;
      bottom: 120%; }
    100% {
      opacity: 1;
      bottom: calc(50% - 253px/2); } }
  @keyframes brain-right {
    0% {
      opacity: 0;
      bottom: 120%; }
    100% {
      opacity: 1;
      bottom: calc(50% - 253px/2); } } }
@media screen and (max-width: 1136px) {
  #custom-slider-overlay p.headline {
    font-size: 20.25px; }

  .baumgruppe {
    max-width: 81px;
    top: 60.75px;
    left: calc(50% - 40.5px); }

  #so-arbeiten-wir {
    max-width: 358px; }

  .slide-content-left p, .slide-content-right p {
    font-size: 33.5px; }

  #unsere-arbeiten {
    width: 428px; }

  .slide-content-left .headline-warum {
    font-size: 54px;
    width: 405px; }

  .custom-pos {
    top: -77.63px;
    max-width: 351px; }

  #custom-slider-overlay-left ul li {
    font-size: 20.25px; }

  .scrollkitten {
    max-width: 43.2px; }

  .slide-text {
    font-size: 32.4px; }

  .rocket-container {
    width: 479.25px; }

  .head {
    font-size: 13.5px;
    top: -135px; }

  .jung-wild-text.active {
    font-size: 32.4px;
    top: 47.25px; }

  .bunny-container img {
    max-width: 295.65px;
    margin: 0 auto;
    display: block; }

  .cosmo {
    max-width: 118.35px; }

  .princess {
    max-width: 151.65px; }

  .text-head-left {
    max-width: 440px; }

  .layer-5 .right .slide-text {
    max-width: 432px;
    transform: translate(-40%, -46%); }

  .brain-left, .brain-right {
    max-width: 108px; }

  .denken {
    font-size: 60px;
    line-height: 65px; }

  .long-text {
    font-size: 22.5px; }

  .layer-6 .slide-content-right .slide-text {
    max-width: 371.25px !important; }

  .bubbles .bubble {
    width: 210.6px;
    height: 210.6px; }
    .bubbles .bubble a {
      font-size: 23.625px; }

  .bubble-content {
    font-size: 33.75px; }

  .bubble-content {
    font-size: 33.75px; } }
@media screen and (max-width: 1024px) {
  @-webkit-keyframes scrollUp {
    from {
      left: 0vw; }
    to {
      left: -100vw; } }
  @keyframes scrollUp {
    from {
      left: 0vw; }
    to {
      left: -100vw; } } }
@media screen and (max-width: 1024px) {
  @-webkit-keyframes scrollDown {
    from {
      left: 0vw; }
    to {
      left: 100vw; } }
  @keyframes scrollDown {
    from {
      left: 0vw; }
    to {
      left: 100vw; } } }
@media screen and (max-width: 1024px) {
  .wer {
    font-size: 60px;
    width: 220px; } }
@media screen and (max-width: 1024px) {
  .scrollkitten i {
    font-size: 24px;
    -webkit-animation: scrollKitten 1s ease-in-out alternate infinite;
            animation: scrollKitten 1s ease-in-out alternate infinite; } }
@media screen and (max-width: 1024px) {
  .hide-1024 {
    display: none; } }
@media screen and (max-width: 1024px) {
  #mobile-homeslide {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0; }

  .home {
    background-color: #EBEBEB; }

  #homeslide .carousel-inner {
    height: auto; }

  .carousel-item {
    height: auto;
    background-attachment: unset;
    background-size: cover; }

  @-webkit-keyframes transition-raum {
    0% {
      top: 0;
      left: 0px; }
    100% {
      top: -18vh;
      left: 180px; } }

  @keyframes transition-raum {
    0% {
      top: 0;
      left: 0px; }
    100% {
      top: -18vh;
      left: 180px; } }
  @-webkit-keyframes transition-kommunikation {
    0% {
      top: 0;
      left: 0px; }
    100% {
      top: 25vh;
      left: 108px; } }
  @keyframes transition-kommunikation {
    0% {
      top: 0;
      left: 0px; }
    100% {
      top: 25vh;
      left: 108px; } }
  @-webkit-keyframes transition-design {
    0% {
      top: 0;
      left: 0px; }
    100% {
      top: 25vh;
      left: -90px; } }
  @keyframes transition-design {
    0% {
      top: 0;
      left: 0px; }
    100% {
      top: 25vh;
      left: -90px; } }
  @-webkit-keyframes transition-strategie {
    0% {
      top: 0;
      left: 0px; }
    100% {
      top: -18vh;
      left: -90px; } }
  @keyframes transition-strategie {
    0% {
      top: 0;
      left: 0px; }
    100% {
      top: -18vh;
      left: -90px; } }
  .bubble-content {
    top: 87vh; } }
@media screen and (max-width: 1024px) {
  #custom-slide .left.animate-up-custom {
    top: 0 !important;
    left: -100vw !important; }
  #custom-slide .right {
    height: 50vh;
    height: calc(var(--vh, 1vh) * 50); }
    #custom-slide .right.animate-down-custom {
      top: calc(var(--vh, 1vh) * 50) !important;
      top: 50vh !important;
      right: -100vw !important; }

  .layer-2 .left.animate-up-custom {
    top: 0 !important;
    left: -100vw !important; }
  .layer-2 .right {
    height: 50vh;
    height: calc(var(--vh, 1vh) * 50); }
    .layer-2 .right.animate-down-custom {
      top: calc(var(--vh, 1vh) * 50) !important;
      top: 50vh  !important;
      right: -100vw !important; }

  .layer-3 .left.animate-up-custom {
    top: 0 !important;
    left: -100vw !important; }
  .layer-3 .right {
    height: 50vh;
    height: calc(var(--vh, 1vh) * 50); }
    .layer-3 .right.animate-down-custom {
      top: calc(var(--vh, 1vh) * 50) !important;
      top: 50vh  !important;
      right: -100vw !important; }

  .layer-3 .slide-content-left .headline-warum {
    width: 220px; }

  .layer-4 .left.animate-up-custom {
    top: 0 !important;
    left: -100vw !important; }
  .layer-4 .right {
    height: 50vh;
    height: calc(var(--vh, 1vh) * 50); }
    .layer-4 .right.animate-down-custom {
      top: calc(var(--vh, 1vh) * 50) !important;
      top: 50vh  !important;
      right: -100vw !important; }

  .layer-5 .left.animate-up-custom {
    top: 0 !important;
    left: -100vw !important; }
  .layer-5 .right {
    height: 50vh;
    height: calc(var(--vh, 1vh) * 50); }
    .layer-5 .right.animate-down-custom {
      top: calc(var(--vh, 1vh) * 50) !important;
      top: 50vh  !important;
      right: -100vw !important; }

  .layer-6 .left.animate-up-custom {
    top: 0 !important;
    left: -100vw !important; }
  .layer-6 .right {
    top: 50vh  !important;
    top: calc(var(--vh, 1vh) * 50) !important; }
    .layer-6 .right.animate-down-custom {
      top: calc(var(--vh, 1vh) * 50) !important;
      top: 50vh  !important;
      right: -100vw !important; }

  .layer-7 .left.animate-up-custom {
    top: 0 !important;
    left: -100vw !important; }
  .layer-7 .right {
    height: 50vh;
    height: calc(var(--vh, 1vh) * 50); }
    .layer-7 .right.animate-down-custom {
      top: calc(var(--vh, 1vh) * 50) !important;
      top: 50vh  !important;
      right: -100vw !important; }

  .brain-left, .brain-right {
    max-width: 60px; }

  #homeslide .slide-content .topcontent, #homeslide .slide-content .bottomcontent {
    font-size: 26px; }

  #custom-slider-overlay-left {
    top: 9%; }
    #custom-slider-overlay-left li {
      display: inline;
      margin: 0 10px; }

  #custom-slider-overlay {
    top: 47.5%; }
    #custom-slider-overlay .subheadline .color-white {
      color: black; }
    #custom-slider-overlay .headline .color-black {
      color: white; }

  .bunny-container {
    width: 280px; }

  .baumgruppe {
    display: none !important; }

  .cosmo-and-princess {
    top: 7vh; }

  #so-arbeiten-wir {
    width: 241px;
    margin-bottom: 10px; }

  #unsere-arbeiten {
    width: 270px;
    margin-bottom: 10px; }

  .slide-content-left .headline-warum {
    font-size: 40px !important; }

  .rocket-container {
    width: 280px; }

  #custom-slide .left {
    height: 50vh;
    height: calc(var(--vh, 1vh) * 50);
    width: 100vw; }
  #custom-slide .right {
    height: 50vh;
    height: calc(var(--vh, 1vh) * 50);
    width: 100vw;
    top: 50vh;
    top: calc(var(--vh, 1vh) * 50); }

  #custom-slide-left .left {
    height: 50vh;
    height: calc(var(--vh, 1vh) * 50);
    width: 100vw; }

  #custom-slide-left .right {
    height: 50vh;
    height: calc(var(--vh, 1vh) * 50);
    width: 100vw;
    top: calc(var(--vh, 1vh) * 50);
    top: 50vh; }

  .slide-text {
    font-size: 32px;
    width: 360px; }

  .slide-content-left .headline-warum {
    font-size: 60px; }

  .headline-warum {
    width: 360px; }

  .denken {
    line-height: 55px;
    font-size: 50px; }

  .layer-6 .slide-text {
    transform: translate(-35%, -50%); }

  #custom-slider-overlay p.headline {
    font-size: 16px; }

  #custom-slider-overlay {
    top: 50%; }

  .slide-content-left p, .slide-content-right p {
    font-size: 24px; }

  .link-projekte p {
    bottom: 0 !important; }

  .slide-content-left .headline-warum {
    font-size: 32px !important; }

  .slide-content-left .headline-warum {
    width: 324px; }

  .slide-content-home .homeslide-divider {
    margin: 25% 0 !important; }

  #custom-slider-overlay p.headline {
    font-size: 18px; }

  .slide-content-left p, .slide-content-right p {
    font-size: 30px; }

  #custom-slider-overlay-left ul li {
    font-size: 18px; }

  .rocket-container {
    max-width: 426px; }

  .slide-content-left .headline-warum {
    font-size: 48px;
    width: 360px; }

  .head {
    font-size: 12px;
    top: -120px; }

  .slide-text {
    font-size: 26px;
    transform: translate(-40%, -40%); }

  .custom-pos {
    top: -69px;
    max-width: 312px; }

  .jung-wild-text.active {
    font-size: 24px; }

  .bunny-container {
    width: 330px; }
    .bunny-container img {
      max-width: 262px; }

  .cosmo-and-princess {
    top: 84px;
    width: 330px; }

  .cosmo {
    max-width: 105px; }

  .princess {
    max-width: 134px;
    top: 20px; }

  .text-head-left {
    top: 0px; }

  .head-left {
    top: -40px; }

  .layer-5 .left .slide-text {
    transform: translate(-40%, -50%) !important; }
  .layer-5 .right .slide-text {
    max-width: 384px;
    transform: translate(-40%, -50%); }

  .denken {
    font-size: 48px;
    line-height: 52px; }

  .long-text {
    font-size: 18px; }

  .layer-6 .slide-content-right .slide-text {
    max-width: 330px !important; }

  .bubbles .bubble {
    width: 187px;
    height: 187px; }
    .bubbles .bubble a {
      font-size: 21px; }

  .bubble-content {
    font-size: 30px; }

  .layer-8 .left.width-100 {
    height: calc(var(--vh, 1vh) * 100);
    height: 100vh !important; }

  .layer-7 .slide-content-left .headline-warum {
    width: 260px; }

  .carousel-item {
    background-size: contain; }

  .slide-content-left, .slide-content-right, .slide-content {
    transform: translate(-50%, -40%); }

  #so-arbeiten-wir {
    width: 161px; }

  #unsere-arbeiten {
    width: 190px; }

  .slide-content-left p, .slide-content-right p {
    font-size: 20px; }

  #custom-slider-overlay p.headline {
    left: 0; }

  .custom-pos {
    top: -39px; }

  .head {
    top: -90px; }
    .head.head-left {
      top: -40px; }

  .rocket-container.current img {
    transform: scale(0.75); } }
@media screen and (height: 600px) {
  #scrolldown-homeslide {
    top: 150vh; } }
@media screen and (max-width: 968px) {
  .kontakt-hide-mobile {
    display: none; }

  .bubbles .bubble {
    height: 150px;
    width: 150px; }

  .bubbles .bubble a {
    font-size: 17px; }

  .bubble-content {
    font-size: 24px; }

  #homeslide .carousel-inner {
    height: 68vh; }

  .carousel-item {
    height: 68vh; }

  .datenschutz h1 {
    font-size: 1.75rem;
    word-wrap: break-word; } }
@media screen and (max-width: 767px) {
  .body-kontakt h1 {
    font-size: 42px; }
  .body-kontakt .col {
    max-width: 80vw;
    margin: 0 auto; }

  .denken {
    font-size: 38px;
    line-height: 41px; }

  .slide-content-left .headline-warum {
    font-size: 38px;
    width: 288px; }

  .brain-left.ani {
    left: calc(10% - 30px); }

  .brain-right.ani {
    left: calc(10% - 30px); }

  .slide-content-left p, .slide-content-right p {
    font-size: 18px; }

  .slide-content-left .headline-warum {
    font-size: 24px !important; }

  .layer-3 .slide-content-left .headline-warum {
    width: 168px; }

  .layer-7 .slide-content-left .headline-warum {
    width: 208px; } }
@media screen and (max-width: 579px) {
  .layer-6 .slide-text {
    transform: translate(-50%, -50%); }

  #custom-slider-overlay p.subheadline {
    left: 0; }

  .brain-left {
    top: 16vh !important;
    top: calc(var(--vh, 1vh) * 16) !important;
    transform: rotate(0deg);
    left: 64% !important; }

  .brain-left.ani {
    left: calc(50% - 30px); }

  .brain-right.ani {
    left: calc(50% - 30px); }

  .brain-right {
    top: -34vh !important;
    top: calc(var(--vh, 1vh) * -34) !important;
    left: 80% !important;
    transform: rotate(0deg); }

  .layer-5 .right .slide-text {
    transform: translate(-50%, -50%); }

  .layer-5 .left .slide-text {
    transform: translate(-50%, -50%) !important; }

  .schwerpunkte-nav li {
    width: 48%; }

  .schwerpunkte-nav li a {
    margin-right: 0;
    line-height: 22px; }

  .single-projekt-intro {
    padding-top: 5rem; }

  .schwerpunkte-nav {
    margin: 21% 10% 0 10% !important; }

  .single-projekt .kunde-schwerpunkt-row {
    display: block; }
  .single-projekt .schwerpunkte {
    display: block;
    float: none;
    margin-top: 1em; }
  .single-projekt .kunde {
    display: block;
    float: none; }

  .team-mobile {
    margin-top: 7rem; }

  .body-kontakt h1 {
    font-size: 32px; } }
@media screen and (max-width: 400px) {
  .atelier-menu-logo {
    max-width: 180px; } }
@media screen and (max-width: 380px) {
  #custom-slider-overlay-left {
    top: 54% !important; }

  .custom-pos {
    max-width: 270px; }

  .bunny-container img {
    max-width: 172px; }

  .slide-text {
    font-size: 24px; }

  .jung-wild-text.active {
    font-size: 20px;
    top: 21px; }

  .layer-5 .right .slide-text {
    max-width: 270px; }

  .layer-5 .left .slide-text {
    transform: translate(-40%, -50%) !important; }

  .text-head-left {
    max-width: 270px; }

  .denken {
    font-size: 26px;
    line-height: 29px; }

  .layer-6 .slide-text {
    transform: translate(-40%, -50%); }

  .brain-left {
    left: 60% !important; }

  .bubbles .bubble {
    height: 130px;
    width: 130px; }

  .bubble-content {
    font-size: 18px; }

  .cosmo {
    position: relative;
    left: 30px; }

  @-webkit-keyframes transition-raum {
    0% {
      top: 0;
      left: 0px; }
    100% {
      top: -18vh;
      left: 80px; } }

  @keyframes transition-raum {
    0% {
      top: 0;
      left: 0px; }
    100% {
      top: -18vh;
      left: 80px; } }
  @-webkit-keyframes transition-kommunikation {
    0% {
      top: 0;
      left: 0px; }
    100% {
      top: 20vh;
      left: 80px; } }
  @keyframes transition-kommunikation {
    0% {
      top: 0;
      left: 0px; }
    100% {
      top: 20vh;
      left: 80px; } }
  @-webkit-keyframes transition-design {
    0% {
      top: 0;
      left: 0px; }
    100% {
      top: 20vh;
      left: -80px; } }
  @keyframes transition-design {
    0% {
      top: 0;
      left: 0px; }
    100% {
      top: 20vh;
      left: -80px; } }
  @-webkit-keyframes transition-strategie {
    0% {
      top: 0;
      left: 0px; }
    100% {
      top: -18vh;
      left: -80px; } }
  @keyframes transition-strategie {
    0% {
      top: 0;
      left: 0px; }
    100% {
      top: -18vh;
      left: -80px; } } }
@media screen and (max-width: 380px) and (max-height: 812px) {
  #scrolldown-homeslide {
    bottom: 280px; }

  #so-arbeiten-wir {
    width: 192px;
    margin-bottom: 8px; }

  #unsere-arbeiten {
    width: 216px;
    margin-bottom: 8px; }

  .slide-content-left p, .slide-content-right p {
    font-size: 19px; } }
@media screen and (max-width: 320px) and (max-height: 675px) {
  .slide-content-left, .slide-content-right, .slide-content {
    transform: translate(-50%, -40%); }

  #so-arbeiten-wir {
    width: 161px; }

  #unsere-arbeiten {
    width: 190px; }

  .slide-content-left p, .slide-content-right p {
    font-size: 20px; }

  #custom-slider-overlay p.headline {
    left: 0; }

  .custom-pos {
    top: -50px; }

  .head {
    top: -90px; }
    .head.head-left {
      top: -40px !important; }

  .rocket-container.current img {
    transform: scale(0.75); } }
@media screen and (max-width: 380px) {
  .slide-content-left p, .slide-content-right p {
    font-size: 16px; }

  #so-arbeiten-wir {
    width: 172px; }

  #unsere-arbeiten {
    width: 196px; }

  #custom-slider-overlay p.headline {
    font-size: 16px; }

  #custom-slider-overlay-left ul li {
    font-size: 14px; }

  .jung-wild-text.active {
    top: 10vh;
    font-size: 16px; }

  .slide-text {
    font-size: 20px; } }
@media screen and (max-width: 280px) {
  .slide-content-left .headline-warum {
    width: 220px; }

  .slide-text {
    transform: translate(-37%, -40%);
    font-size: 22px; }

  .layer-5 .left .slide-text {
    transform: translate(-37%, -50%) !important; }

  .layer-6 .slide-text {
    transform: translate(-37%, -50%); }

  @-webkit-keyframes transition-raum {
    0% {
      top: 0;
      left: 0px; }
    100% {
      top: -18vh;
      left: 70px; } }

  @keyframes transition-raum {
    0% {
      top: 0;
      left: 0px; }
    100% {
      top: -18vh;
      left: 70px; } }
  @-webkit-keyframes transition-kommunikation {
    0% {
      top: 0;
      left: 0px; }
    100% {
      top: 20vh;
      left: 70px; } }
  @keyframes transition-kommunikation {
    0% {
      top: 0;
      left: 0px; }
    100% {
      top: 20vh;
      left: 70px; } }
  @-webkit-keyframes transition-design {
    0% {
      top: 0;
      left: 0px; }
    100% {
      top: 20vh;
      left: -70px; } }
  @keyframes transition-design {
    0% {
      top: 0;
      left: 0px; }
    100% {
      top: 20vh;
      left: -70px; } }
  @-webkit-keyframes transition-strategie {
    0% {
      top: 0;
      left: 0px; }
    100% {
      top: -18vh;
      left: -70px; } }
  @keyframes transition-strategie {
    0% {
      top: 0;
      left: 0px; }
    100% {
      top: -18vh;
      left: -70px; } } }
/* ----------- Galaxy S3 ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- Galaxy S4, S5 and Note 3 ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- Galaxy S6 ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPhone 4 and 4S ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
  #menu-trigger {
    margin-right: 10px; }

  #menu .impressum-datenschutz {
    bottom: 0; } }
/* Portrait */
/* Landscape */
/* ----------- iPhone 6, 6S, 7 and 8 ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPhone 6+, 7+ and 8+ ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPhone X ----------- */
/* Portrait and Landscape */
@media only screen and (width: 375px) and (height: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  #scrolldown-homeslide {
    top: 60vh; } }
/* Portrait */
/* Landscape */
@media only screen and (min-width: 375px) and (max-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  #scrolldown-homeslide {
    top: 210vh; }

  .slide-text {
    font-size: 18px; }

  .head {
    top: -70px; }
    .head.head-left {
      top: -30px !important; }

  .brain {
    display: none; } }
/* ----------- iPhone XR ----------- */
@media only screen and (width: 414px) and (height: 896px) {
  #scrolldown-homeslide {
    top: 60vh; } }
/* ----------- IPAD ----------- */
/* 10.5 INCH */
@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (orientation: landscape) {
  .team-mobile {
    display: block; }

  .team-desktop {
    display: none; }

  #mobile-homeslide {
    display: none; }

  #ipad-slide {
    display: block !important; }
    #ipad-slide .hoch {
      display: none; }
    #ipad-slide .quer {
      display: block; }

  .brain-left {
    top: 0vh !important;
    opacity: 0;
    transform: rotate(0deg) !important;
    transition: all 1s ease;
    left: calc(50vw - 120px) !important; }
    .brain-left.ani {
      top: 40vh !important;
      top: calc(var(--vh, 1vh) * 40) !important;
      opacity: 1;
      transform: rotate(0deg) !important;
      left: calc(50vw - 120px) !important; }

  .brain-right {
    top: 40vh !important;
    opacity: 0;
    transform: rotate(0deg) !important;
    transition: all 1s ease;
    left: calc(0vw + 12px) !important; }
    .brain-right.ani {
      top: 40vh !important;
      top: calc(var(--vh, 1vh) * 40) !important;
      opacity: 1;
      transform: rotate(0deg) !important;
      left: calc(0vw + 12px) !important; }

  #raum,
  #kommunikation,
  #design,
  #strategie {
    left: calc(50% - 210px) !important;
    transition: all 1s ease; }

  #raum.active {
    -webkit-animation: none !important;
            animation: none !important;
    left: 390px !important; }

  #kommunikation.active {
    -webkit-animation: none !important;
            animation: none !important;
    left: 130px !important; }

  #design.active {
    -webkit-animation: none !important;
            animation: none !important;
    left: -140px !important; }

  #strategie.active {
    -webkit-animation: none !important;
            animation: none !important;
    left: -400px !important; }

  .bubble-content {
    display: none !important; } }
/* Portrait */
@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (orientation: portrait) {
  #scrolldown-homeslide {
    top: 75% !important; }

  .brain-left {
    top: 40.85vh !important;
    top: calc(var(--vh, 1vh) * 40.85) !important;
    transform: rotate(90deg) !important;
    left: 100vw; }
    .brain-left.ani {
      left: calc(20% - 30px); }

  #mobile-homeslide {
    display: none; }

  #ipad-slide {
    display: block !important; }
    #ipad-slide .hoch {
      display: block; }
    #ipad-slide .quer {
      display: none; }

  #so-arbeiten-wir {
    width: 251px; }

  .rocket-container {
    width: 490px; }

  #unsere-arbeiten {
    width: 290px; }

  #design.active {
    -webkit-animation: none;
            animation: none;
    top: 17vh !important;
    top: calc(var(--vh, 1vh) * 17) !important; }

  #kommunikation.active {
    -webkit-animation: none;
            animation: none;
    top: 17vh !important;
    top: calc(var(--vh, 1vh) * 17) !important; }

  #strategie.active {
    -webkit-animation: none;
            animation: none;
    top: -12vh !important;
    top: calc(var(--vh, 1vh) * -12) !important; }

  #raum.active {
    -webkit-animation: none;
            animation: none;
    top: -12vh !important;
    top: calc(var(--vh, 1vh) * -12) !important; } }
/* Air 2 */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  #scrolldown-homeslide {
    top: 90% !important; }

  #so-arbeiten-wir {
    width: 221px; }

  #unsere-arbeiten {
    width: 251px; }

  .rocket-container {
    width: 420px; } }
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  #scrolldown-homeslide {
    top: 90% !important; }

  #design.active {
    top: 27vh !important;
    top: calc(var(--vh, 1vh) * 17) !important; }

  #kommunikation.active {
    top: 27vh !important;
    top: calc(var(--vh, 1vh) * 17) !important; }

  .brain-left {
    top: 39.85vh !important;
    top: calc(var(--vh, 1vh) * 39.85) !important;
    transform: rotate(90deg) !important;
    left: 100vw; }
    .brain-left.ani {
      left: calc(20% - 30px); }

  .brain-right {
    top: -3.85vh !important;
    top: calc(var(--vh, 1vh) * -3.85) !important;
    transform: rotate(90deg) !important; }
    .brain-right.ani {
      left: calc(20% - 30px); } }
/* ----------- Google Pixel ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- Google Pixel XL ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
.bildnachweis {
  margin-bottom: 2em;
  position: relative;
  display: flex;
  flex-direction: row;
  margin-left: 1em;
  margin-right: 1em;
  margin-top: 1em; }
  .bildnachweis:hover {
    cursor: pointer; }
  .bildnachweis .bildnachweis-title {
    background-color: #243236;
    color: #ffffff;
    text-transform: uppercase;
    max-height: calc(1.75em + 10px);
    padding-left: 1em;
    padding-right: 1.5em;
    transition: all .15s ease;
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px; }
  .bildnachweis .fa-chevron-right {
    opacity: 1;
    color: #ffffff;
    right: 0;
    top: 3px; }
  .bildnachweis .fa-chevron-down {
    color: #ffffff;
    position: absolute;
    right: calc( 0px + 1.5em );
    transition: all .3s ease;
    z-index: 9;
    top: 9px;
    opacity: 0; }
  .bildnachweis .bildnachweis-content {
    color: #ffffff;
    background-color: transparent;
    opacity: 0;
    transition: all .3s ease;
    display: none;
    width: 100%;
    padding-top: 5px;
    padding-right: 3.5em; }
  .bildnachweis.active .bildnachweis-content {
    background-color: #243236;
    opacity: 1;
    display: block; }
  .bildnachweis.active .bildnachweis-title {
    max-height: 120px; }
  .bildnachweis.active .fa-chevron-down {
    opacity: 1; }
  .bildnachweis.active .fa-chevron-right {
    opacity: 0; }

@media screen and (max-width: 767px) {
  .bildnachweis {
    flex-direction: column; }

  .bildnachweis-content {
    padding-left: 1em;
    padding-right: 1.5em;
    padding-bottom: 1em; } }
@media screen and (max-width: 1024px) {
  .team-mobile {
    display: block;
    margin-top: 5rem; }

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

  .bubble-content {
    display: none !important; }

  #custom-slide .left {
    height: 50vh;
    /* Fallback for browsers that do not support Custom Properties */
    height: calc(var(--vh, 1vh) * 50); }

  #custom-slide .right {
    top: 50vh;
    top: calc(var(--vh, 1vh) * 50);
    height: 50vh;
    /* Fallback for browsers that do not support Custom Properties */
    height: calc(var(--vh, 1vh) * 50); }

  #custom-slide .right.animate-down-custom {
    top: 50vh !important;
    top: calc(var(--vh, 1vh) * 50) !important; }

  .layer-2 .right.animate-down-custom {
    top: 50vh !important;
    top: calc(var(--vh, 1vh) * 50) !important; }

  .layer-3 .right.animate-down-custom {
    top: 50vh !important;
    top: calc(var(--vh, 1vh) * 50) !important; }

  .layer-4 .right.animate-down-custom {
    top: 50vh !important;
    top: calc(var(--vh, 1vh) * 50) !important; }

  .layer-5 .right.animate-down-custom {
    top: 50vh !important;
    top: calc(var(--vh, 1vh) * 50) !important; }

  .layer-6 .right.animate-down-custom {
    top: 50vh !important;
    top: calc(var(--vh, 1vh) * 50) !important; }

  .layer-7 .right.animate-down-custom {
    top: 50vh !important;
    top: calc(var(--vh, 1vh) * 50) !important; }

  .layer-8 .right.animate-down-custom {
    top: 50vh !important;
    top: calc(var(--vh, 1vh) * 50) !important; }

  #custom-slider-overlay {
    top: 50vh !important;
    top: calc(var(--vh, 1vh) * 50) !important; }

  #scrolldown-homeslide {
    top: 65%; }

  #custom-slide-left .left {
    height: 50vh;
    height: calc(var(--vh, 1vh) * 50); }

  #custom-slide-left .right {
    top: 50vh;
    top: calc(var(--vh, 1vh) * 50);
    height: 50vh;
    height: calc(var(--vh, 1vh) * 50); }

  #menu .h-100 {
    top: 20vh;
    top: calc(var(--vh, 1vh) * 20);
    height: 80vh;
    height: calc(var(--vh, 1vh) * 80); }

  #custom-slider-overlay-left {
    top: 53vh !important;
    top: calc(var(--vh, 1vh) * 53) !important; }

  .jung-wild-text.active {
    top: calc(var(--vh, 1vh) * 6) !important;
    top: 6vh; }

  .menu-list {
    margin-top: 4vh; }

  #raum {
    transition: all 1s ease;
    top: 0;
    left: 0; }
    #raum.active {
      -webkit-animation: none;
              animation: none;
      top: -23.5vh;
      top: calc(var(--vh, 1vh) * -23.5);
      left: 108px !important; }

  #kommunikation {
    transition: all 1s ease;
    top: 0;
    left: 0; }
    #kommunikation.active {
      -webkit-animation: none;
              animation: none;
      top: 25vh;
      top: calc(var(--vh, 1vh) * 25);
      left: 108px !important; }

  #design {
    transition: all 1s ease;
    top: 0;
    left: 0; }
    #design.active {
      -webkit-animation: none;
              animation: none;
      top: 25vh;
      top: calc(var(--vh, 1vh) * 25);
      left: -90px !important; }

  #strategie {
    transition: all 1s ease;
    top: 0;
    left: 0; }
    #strategie.active {
      -webkit-animation: none;
              animation: none;
      top: -23.5vh;
      top: calc(var(--vh, 1vh) * -23.5);
      left: -90px !important; }

  .brain-left {
    top: 36vh;
    top: calc(var(--vh, 1vh) * 36) !important;
    opacity: 0;
    transform: rotate(90deg) !important;
    left: 0vh !important; }
    .brain-left.ani {
      top: 36vh;
      top: calc(var(--vh, 1vh) * 36) !important;
      opacity: 1;
      transform: rotate(90deg) !important;
      left: calc(25vw - 120px) !important; }

  .brain-right {
    top: -4vh;
    top: calc(var(--vh, 1vh) * -4) !important;
    opacity: 0;
    transform: rotate(90deg) !important;
    left: 0vh !important; }
    .brain-right.ani {
      top: -4vh;
      top: calc(var(--vh, 1vh) * -4) !important;
      opacity: 1;
      transform: rotate(90deg) !important;
      left: calc(25vw - 120px) !important; } }
@media screen and (max-width: 834px) {
  .brain-left {
    top: 16.5vh !important;
    top: calc(var(--vh, 1vh) * 16.5) !important;
    transform: rotate(0) !important;
    left: 70vw !important; }

  .brain-left.ani {
    top: 16.5vh !important;
    top: calc(var(--vh, 1vh) * 16.5) !important;
    transform: rotate(0) !important;
    left: 70vw !important; }

  .brain-right {
    top: -33.5vh !important;
    top: calc(var(--vh, 1vh) * -33.5) !important;
    transform: rotate(0) !important;
    left: 99vw !important; }

  .brain-right.ani {
    top: -33.5vh !important;
    top: calc(var(--vh, 1vh) * -33.5) !important;
    transform: rotate(0) !important;
    left: 86vw !important; } }
@media screen and (max-height: 500px) {
  #scrolldown-homeslide {
    top: 90%; } }
@media screen and (max-width: 395px) {
  .kontakt-kontakt .row {
    display: block; }

  .kontakt-kontakt h1 {
    text-align: center;
    padding-right: 0; } }
#ipad-slide {
  display: none; }
  #ipad-slide img {
    display: none; }

@media screen and (max-height: 725px) {
  .bunny-container img {
    max-width: 172px; } }
@media screen and (max-width: 372px) {
  .brain-left {
    left: 55vw !important; }

  .brain-left.ani {
    left: 55vw !important; }

  .brain-right {
    left: 79vw !important; }

  .brain-right.ani {
    left: 79vw !important; } }
@media screen and (max-width: 846px) {
  #menu-social {
    margin-top: 3em; } }
@media screen and (max-width: 440px) {
  .atelier-menu-logo {
    max-width: 180px; } }
.hoverbox {
  position: relative; }
  .hoverbox:hover .hover-text {
    opacity: 1; }
  .hoverbox .hover-text {
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    transition: all .3s ease;
    background-color: rgba(0, 0, 0, 0.75);
    width: 100%; }
    .hoverbox .hover-text p {
      color: white;
      font-size: .75rem;
      padding: 1rem 1rem 0 1rem; }

@media screen and (max-width: 960px) {
  .hoverbox .hover-text {
    position: inherit;
    opacity: 1;
    background-color: transparent; }
    .hoverbox .hover-text p {
      color: #212529;
      padding-left: 0;
      padding-right: 0; } }
.wenig-zeit-menu {
  display: none; }

.schnellkontakt {
  position: absolute;
  right: 10vw;
  z-index: 999;
  top: 15%; }
  .schnellkontakt a:hover {
    text-decoration: none; }
  .schnellkontakt:hover {
    text-decoration: none; }
    .schnellkontakt:hover schnellkontakt-content p, .schnellkontakt:hover schnellkontakt-content h4 {
      color: #F53645;
      text-decoration: none; }
  .schnellkontakt img {
    display: block;
    margin-right: 15px;
    margin-top: 10px; }
  .schnellkontakt .schnellkontakt-content {
    display: flex; }
    .schnellkontakt .schnellkontakt-content p {
      color: #F53645;
      text-decoration: none; }
    .schnellkontakt .schnellkontakt-content h4 {
      color: #F53645;
      font-weight: 900;
      font-size: 2.188rem;
      letter-spacing: 3.5;
      line-height: 40px; }

@media screen and (max-width: 900px) {
  .schnellkontakt {
    right: -60vw; } }
@media screen and (max-width: 834px) {
  .schnellkontakt {
    right: -50vw; } }
@media screen and (max-width: 776px) {
  .schnellkontakt-content {
    flex-direction: column; } }
@media screen and (max-width: 656px) {
  .schnellkontakt {
    top: 30px;
    right: -40vw; }
    .schnellkontakt .schnellkontakt-content h4 {
      font-size: 1.5rem; }
    .schnellkontakt .schnellkontakt-content p {
      font-size: 14px; } }
@media screen and (max-width: 656px) {
  .schnellkontakt {
    width: 180px;
    right: -30vw;
    top: 17vh; } }
@media screen and (max-width: 436px) {
  .schnellkontakt {
    width: 180px;
    right: -15vw; }
    .schnellkontakt .schnellkontakt-content p {
      display: none; } }
@media screen and (max-width: 380px) {
  .schnellkontakt {
    display: none; } }
.background-video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1; }

.carousel-item.active {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

.carousel-item h1 {
  color: white;
  text-align: center;
  font-style: italic;
  font-family: ltc-bodoni-175,serif;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  font-size: 7.5rem;
  line-height: 0.65em;
  margin-bottom: 0.125em; }

.carousel-item p {
  color: white;
  text-align: center;
  font-family: "museo-sans", Arial;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 3.75rem;
  line-height: 1.06em;
  letter-spacing: 3px; }

.aha-praemiert {
  text-align: center;
  font-size: 20px;
  font-style: italic;
  font-family: ltc-bodoni-175,serif;
  text-shadow: 0px 0px 20px #00000040;
  color: white;
  line-height: 1.55em;
  font-weight: 300;
  position: relative;
  right: 9px;
  top: 9px; }

.lottie-custom-anim {
  position: absolute;
  right: 42px;
  margin-top: 40px;
  text-align: center;
  z-index: 99999; }

@media screen and (max-width: 800px) {
  .carousel-item h1 {
    font-size: 6rem; }

  .scrolldown-homeslide {
    display: none; }

  .carousel-item p {
    font-size: 3rem; } }
@media screen and (max-width: 800px) {
  .carousel-item h1 {
    font-size: 3.6rem; }

  .carousel-item p {
    font-size: 1.8rem; }

  .digital {
    display: none; }

  .lottie-custom-anim {
    display: none; } }
@media screen and (max-width: 456px) {
  .digital {
    display: none; }

  .lottie-custom-anim {
    right: 0; } }
.aha-praemiert-wrapper {
  padding-top: 180px;
  background-color: #EBEBEB; }

.praemiert-logo {
  max-width: 250px; }

.prices {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-top: 60px;
  padding-bottom: 92px;
  max-width: 689px;
  margin: 0 auto; }

@media screen and (max-width: 767px) {
  .prices {
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 28px;
    padding-left: 2%;
    padding-right: 2%; }

  .prices img {
    margin: 0 auto; } }
.prices img {
  max-width: 83px; }

.projekte {
  padding: 117px 0;
  max-width: 1296px;
  margin: 0 auto; }

.projektwrapper {
  background-color: white;
  padding: 0 2% 40px 2%; }

.projekte h1 {
  text-align: center;
  font-size: 2.281rem;
  margin-bottom: 56px;
  font-weight: 300; }

.projekte .flex {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 28px;
  grid-row-gap: 28px; }

@media screen and (max-width: 1250px) {
  .projekte .flex {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 14px;
    grid-column-gap: 14px; } }
@media screen and (max-width: 520px) {
  .projekte .flex {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 14px;
    grid-column-gap: 14px; } }
.projekte .flex a img {
  max-width: 379px;
  width: 100%;
  display: block;
  margin: 0 auto; }

.praemiert-logo {
  display: block;
  margin: 0 auto; }

.lottie-custom-anim:hover {
  cursor: pointer;
  text-decoration: none; }

.projektwrapper .projekte {
  height: auto; }
