*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
}

html {
  font-size: 8px;
  font-family: 'Montserrat', sans-serif;
  color: #fefefe;
  background: #0d0d0d;
  outline: none;
}

@media (min-width: 768px) {
  html {
    font-size: 10px;
  }
}

body {
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

.accent {
  color: #63c9b0;
}

.bold {
  font-weight: 700;
}

.btn {
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  font-size: 2rem;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 1rem;
  border: 3px solid #63c9b0;
  margin-top: 1rem;
  margin-right: 1rem;
  min-width: 12rem;
  text-align: center;
  cursor: pointer!important;
  outline: none;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

@media screen and (min-width: 1024px) {
  .btn {
    margin-top: 4rem;
    font-size: 2.4rem;
    min-width: 15rem;
    padding: 1rem 1.75rem;
  }
}

.btn.btn-main {
  color: #0d0d0d;
  background-color: #63c9b0;
}

.btn.btn-main:hover {
  color: #63c9b0;
  background-color: #0d0d0d;
}

.btn.btn-fixed {
  color: #0d0d0d;
  background-color: #63c9b0;
}

.btn.btn-inverted {
  color: #63c9b0;
}

.btn.btn-inverted:hover {
  color: #0d0d0d;
  background-color: #63c9b0;
}

@media screen and (max-width: 768px) {
  .btn.btn-sm {
    margin-top: 4rem;
    font-size: 1.4rem;
    min-width: 10rem;
    padding: 0.5rem 0.75rem;
  }
}

.languages a {
  margin: 0.25rem;
  display: inline-block;
  text-transform: uppercase;
  padding: 0.5rem;
  opacity: 0.5;
  font-weight: 500;
  -webkit-transition: opacity 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  letter-spacing: 2px;
  font-size: 1rem;
  font-weight: 700;
}

.languages a:hover {
  color: #63c9b0;
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

@media screen and (min-width: 360px) {
  .languages a {
    padding: 1rem;
    font-size: 1.2rem;
  }
}

.languages a.lang-active {
  background-color: #63c9b0;
  color: #0d0d0d;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

h2 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 2rem;
  line-height: 1.2;
}

@media screen and (min-width: 1024px) {
  h2 {
    font-size: 4rem;
  }
}

h4 {
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 8px;
  color: #63c9b0;
  margin-bottom: 1rem;
}

@media screen and (min-width: 1024px) {
  h4 {
    margin-top: 10rem;
  }
}

p {
  font-size: 2rem;
  line-height: 1.5;
  color: rgba(254, 254, 254, 0.8);
  max-width: 800px;
}

.cta-philosophy {
  display: none;
}

@media screen and (min-width: 1024px) {
  .cta-philosophy {
    display: block;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    color: #63c9b0;
    font-weight: 700;
  }
  .cta-philosophy span {
    height: auto;
    display: inline-block;
    background-color: #0d0d0d;
    width: 100px;
    position: relative;
    text-align: center;
  }
  .cta-philosophy span::before {
    content: '';
    height: 1px;
    width: 150px;
    position: absolute;
    top: 50%;
    left: -2.5rem;
    z-index: -1;
    background-color: rgba(99, 201, 176, 0.5);
  }
  .cta-philosophy a {
    padding: 0 2rem;
    margin-left: 5rem;
    opacity: 0.8;
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
  }
  .cta-philosophy a:hover {
    opacity: 1;
  }
  .cta-philosophy a.active {
    opacity: 1;
  }
}

.header {
  padding: 2rem;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: fixed;
  z-index: 1000;
  background-color: #0d0d0d;
  top: 0;
  left: 0;
  right: 0;
}

@media screen and (min-width: 480px) {
  .header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1024px) {
  .header {
    padding: initial;
    padding: 0 5rem;
    height: 8rem;
    max-width: 1800px;
  }
}

.header.datenschutz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 360px) {
  .header.datenschutz {
    padding: 2rem;
  }
}

.header.datenschutz a {
  margin-top: 0;
}

.header .nav-menu {
  height: 100vh;
  width: 100%;
  background-color: #0d0d0d;
  position: fixed;
  top: -100vh;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 4rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 50;
}

.header .nav-menu.active {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100!important;
}

.header .nav-menu .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.header .nav-menu .nav-list a {
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  opacity: 0.85;
  position: relative;
  z-index: 100;
  display: block;
  margin: 2rem auto;
}

@media screen and (min-width: 1024px) {
  .header .nav-menu .nav-list a {
    font-size: 3rem;
  }
}

.header .nav-menu .nav-list a:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  opacity: 1;
}

.header .nav-menu .nav-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 80%;
  margin: 0 auto;
}

.header .nav-menu .nav-list ul a {
  font-size: 1.6rem;
}

.header .nav-menu .social-icons img {
  position: relative;
  width: 2.4rem;
  height: 2.4rem;
  margin: 0 0.5rem;
  opacity: 0.6;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  cursor: pointer;
  z-index: 5;
}

@media screen and (min-width: 768px) {
  .header .nav-menu .social-icons img {
    width: 3rem;
    height: 3rem;
    margin: 0 1rem;
  }
}


.header .logo-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow-y: hidden;
  width: 100%;
  position: relative;
}

.header .logo-container .logo {
  position: relative;
  z-index: 100;
  max-width: 100px;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}

@media screen and (min-width: 768px) {
  .header .logo-container .logo {
    max-width: 180px;
    margin-right: 8rem;
  }
  .header .logo-container .logo:hover {
   cursor: pointer;
  }
}

@media screen and (min-width: 1024px) {
  .header .logo-container .languages {
    margin-left: auto;
  }
}

.header .logo-container .menu-btn {
  position: relative;
  z-index: 200;
  font-size: 1.1rem;
  font-weight: 700;
  cursor: pointer;
  margin-left: 2rem;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border: 1px solid rgba(99, 201, 176, 0.5);
  padding: 0.5rem 0.75rem;
  width: 5.5rem;
  height: 5.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.header .logo-container .menu-btn:hover {
  background-color: #63c9b0;
  color: #0d0d0d;
}

@media screen and (min-width: 1024px) {
  .header .logo-container .menu-btn {
    margin-left: 10rem;
    font-size: 1.4rem;
    text-transform: uppercase;
    width: 8rem;
    height: 8rem;
    padding: 0.75rem 0.75rem;
  }
}

.menu-title-container {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: auto;
  text-align: center;
  -webkit-transition: 300ms all ease-in;
  transition: 300ms all ease-in;
  z-index: 5;
}

@media screen and (min-width: 480px) {
  .menu-title-container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
  }
}

.menu-title-container .menu-title {
  height: 100px;
  width: 100px;
  overflow: hidden;
  position: relative;
  -webkit-transition: 300ms all ease-in;
  transition: 300ms all ease-in;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.28rem;
  color: #63c9b0;
  border: 1px solid #63c9b0;
  transition: 300ms all ease-in;
}

@media screen and (min-width: 480px) {
  .menu-title-container .menu-title {
    height: 125px;
    width: 125px;
    border: 1px solid #63c9b0;
  }
}

.menu-title-container .menu-title.square {
  color: #fefefe;
  background: #63c9b0;
  width: 100%;
}

.menu-title-container .nav-link-container {
  position: absolute;
  top: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
  opacity: 0;
  width: 100%;
  max-width: 100%;
  visibility: hidden;
  -webkit-transition: 300ms all ease-in;
  transition: 300ms all ease-in;
  overflow: hidden;
}

@media screen and (min-width: 480px) {
  .menu-title-container .nav-link-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.menu-title-container .nav-link-container.active {
  opacity: 1;
  visibility: visible;
  background-color: #0d0d0d;
  color: #63c9b0;
}

.menu-title-container .nav-link-container .nav-link {
  color: #63c9b0;
  letter-spacing: 0.24rem;
  font-size: 1.2rem;
  min-width: 100%;
  padding: 4rem 2rem;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  background-color: rgba(99, 201, 176, 0.08);
  border: 1px solid #0d0d0d;
}

@media screen and (min-width: 480px) {
  .menu-title-container .nav-link-container .nav-link {
    min-width: 200px;
  }
}

.menu-title-container .nav-link-container .nav-link:hover {
  background-color: rgba(99, 201, 176, 0.12);
  letter-spacing: 0.3rem;
}

a {
  color: #63c9b0;
  text-decoration: none;
}

.container-services {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}

.container-services .tab-content .tab-pane {
  min-height: 60vh;
  position: -webkit-sticky;
  position: sticky;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 1rem 4rem;
  color: #fefefe;
  opacity: 0.35;
  -webkit-transition: 500ms all ease-in;
  transition: 500ms all ease-in;
}

.container-services .tab-content .tab-pane::before {
  display: block;
  content: '';
  visibility: hidden;
  pointer-events: none;
}

@media screen and (min-width: 1024) {
  .container-services .tab-content .tab-pane::before {
    margin-top: 60rem;
  }
}

@media screen and (min-width: 1024px) {
  .container-services .tab-content .tab-pane {
    max-width: 1000px;
    min-height: 100vh;
    opacity: 0.2;
  }
}

.container-services .tab-content .tab-pane.active {
  opacity: 1;
}

.hero {
  width: 100%;
  height: 100vh;
}

.hero .hero-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 5rem;
  margin: 0 auto;
  min-height: 100%;
}

@media (min-width: 768px) {
  .hero .hero-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    min-width: 20%;
    max-width: 1800px;
    position: relative;
    min-height: 80%;
    margin-top: 20rem;
  }
}

.hero .hero-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 100%;
  top: 0;
}

.hero .hero-content.hidden {
  opacity: 0;
  visibility: none;
  top: -20%;
}

@media screen and (min-width: 1024px) {
  .hero .hero-content {
    width: 60%;
    max-width: 1800px;
    margin-left: auto;
  }
  .hero .hero-content h1 {
    margin-right: 20rem;
  }
}

.hero .hero-content h1 {
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: 500;
}

.hero .hero-content div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2rem;
}

.portfolio {
  width: 100%;
  margin: 10rem auto;
  height: auto;
  min-height: 50vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px) {
  .portfolio {
    margin: 0 auto;
    max-width: 1000px;
  }
}

.portfolio .portfolio-item {
  width: 90%;
  margin: 1rem auto;
  position: relative;
  max-width: 500px;
  height: 100%;
  min-height: 200px;
}

@media screen and (min-width: 768px) {
  .portfolio .portfolio-item {
    min-width: 550px;
    max-width: 850px;
  }
}

@media screen and (min-width: 1024px) {
  .portfolio .portfolio-item {
    width: 80%;
    min-width: 600px;
    max-width: 1000px;
    min-height: 100%;
    margin: 2rem;
  }
}

.portfolio .portfolio-item:hover .portfolio-item-information {
  top: 0%;
  height: 100%;
  visibility: visible;
  background-color: rgba(99, 201, 176, 0.9);
}

.portfolio .portfolio-item:hover .portfolio-item-information .portfolio-title,
.portfolio .portfolio-item:hover .portfolio-item-information .tags-and-link span,
.portfolio .portfolio-item:hover .portfolio-item-information p {
  opacity: 1;
}

.portfolio .portfolio-item:hover .portfolio-item-information .tags-and-link span {
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .portfolio .portfolio-item:hover .portfolio-item-information {
    max-width: 70%;
    margin: 0 auto;
    left: 0;
  }
}

@media screen and (min-width: 1024px) {
  .portfolio .portfolio-item:hover .portfolio-item-information {
    max-width: 60%;
    margin: 0 auto;
    left: 0;
  }
}

.portfolio .portfolio-item:hover .portfolio-image {
  opacity: 0.1;
}

@media screen and (min-width: 768px) {
  .portfolio .portfolio-item:hover .portfolio-image {
    opacity: 0.4;
  }
}

.portfolio .portfolio-item .portfolio-image {
  width: 100%;
  height: 100%;
  min-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.portfolio .portfolio-item .portfolio-item-information {
  position: absolute;
  top: 80%;
  left: 0;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  -webkit-box-shadow: 4px 4px 10px rgba(13, 13, 13, 0.4);
          box-shadow: 4px 4px 10px rgba(13, 13, 13, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  width: 100%;
  height: 100%;
  padding: 3rem;
  background-color: rgba(99, 201, 176, 0.2);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px) {
  .portfolio .portfolio-item .portfolio-item-information {
    top: 0;
    left: -5%;
    max-width: 70%;
  }
}

@media screen and (min-width: 1024px) {
  .portfolio .portfolio-item .portfolio-item-information {
    max-width: 60%;
  }
}

.portfolio .portfolio-item .portfolio-item-information .portfolio-title {
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
  color: #fefefe;
  margin-bottom: 1rem;
  opacity: 0;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .portfolio .portfolio-item .portfolio-item-information .portfolio-title {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 1024px) {
  .portfolio .portfolio-item .portfolio-item-information .portfolio-title {
    visibility: visible;
    min-width: 100%;
    font-size: 2.4rem;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
}

.portfolio .portfolio-item .portfolio-item-information p {
  font-size: 1.4rem;
  opacity: 0.2;
}

@media screen and (min-width: 768px) {
  .portfolio .portfolio-item .portfolio-item-information p {
    font-size: 1.4rem;
    max-width: 80%;
  }
}

.portfolio .portfolio-item .portfolio-item-information .tags-and-link h5 {
  font-size: 1.2rem;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .portfolio .portfolio-item .portfolio-item-information .tags-and-link h5 {
    font-size: 1.6rem;
    margin-top: 4rem;
    margin-bottom: 0.5rem;
  }
}

.portfolio .portfolio-item .portfolio-item-information .tags-and-link span {
  font-weight: 700;
  letter-spacing: 2px;
  display: inline-block;
  font-size: 1.1rem;
  color: #0d0d0d;
  opacity: 0.2;
}

@media screen and (min-width: 768px) {
  .portfolio .portfolio-item .portfolio-item-information .tags-and-link span {
    font-size: 1.2rem;
  }
}

.portfolio .portfolio-item .portfolio-item-information .tags-and-link a {
  font-size: 1.4rem;
  font-weight: 500;
  color: #0d0d0d;
  display: inline-block;
  position: absolute;
  right: 2vw;
  bottom: 2vw;
  padding: 1rem;
  -webkit-transition: 300ms ease-in all;
  transition: 300ms ease-in all;
}

.portfolio .portfolio-item .portfolio-item-information .tags-and-link a:hover {
  background-color: #63c9b0;
}

.nav-services-toggle,
.portfolio-btn {
  position: fixed;
  min-width: 120px;
  max-width: 50%;
  font-size: 1.6rem;
  bottom: 0;
  margin: 0;
  cursor: pointer;
  z-index: 51;
  outline: none;
}

@media screen and (min-width: 1024px) {
  .nav-services-toggle,
  .portfolio-btn {
    display: none;
  }
}

.nav-services-toggle.fixed-right {
  right: 0;
}

.portfolio-btn.fixed-left {
  left: 0;
}

.services-intro {
  width: 100%;
  min-height: 30vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .services-intro {
    min-height: 60vh;
  }
}

.services-intro::before {
  content: 'SERVICES';
  font-size: 6rem;
  font-weight: 900;
  letter-spacing: 0.5rem;
  color: rgba(99, 201, 176, 0.1);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.services-intro h5 {
  font-size: 4rem;
}

.services-navigation-box {
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  .services-navigation-box {
    overflow: initial;
  }
}

.services-navigation-box .services-navigation-box-wrapper {
  position: fixed;
  -webkit-transform: translate(100%, 100%);
          transform: translate(100%, 100%);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: 300ms all ease-in-out;
  transition: 300ms all ease-in-out;
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
  bottom: 0;
  right: 0;
  visibility: hidden;
  overflow: hidden;
  background-color: #63c9b0;
  width: 100%;
  padding: 0;
  z-index: 50;
  display: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

@media screen and (min-width: 1024px) {
  .services-navigation-box .services-navigation-box-wrapper {
    overflow-x: scroll;
    position: -webkit-sticky;
    position: sticky;
    top: 8rem;
    left: 0;
    margin: 0 auto;
    margin-bottom: 32rem;
    min-height: 10rem;
    width: 100%;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    visibility: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .services-navigation-box .services-navigation-box-wrapper .services-navigation-wrapper-content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
}

.services-navigation-box .services-navigation-box-wrapper::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 1023px) {
  .services-navigation-box .services-navigation-box-wrapper.is-open {
    visibility: visible;
    position: fixed;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 40vh;
    opacity: 1;
    z-index: 50;
    width: 100%;
  }
  .services-navigation-box .services-navigation-box-wrapper.is-open ul {
    opacity: 1;
  }
}

.services-navigation-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  margin: 0 auto;
  font-weight: 500;
  letter-spacing: 2px;
  padding: 2rem;
  z-index: 50;
  opacity: 0;
}

@media screen and (min-width: 1024px) {
  .services-navigation-box ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    min-width: 80%;
    max-width: 1800px;
    margin: 0 auto;
    opacity: 1;
  }
}

.services-navigation-box ul li {
  list-style: none;
  text-align: center;
}

.services-navigation-box ul li:hover a {
  background-color: #0d0d0d;
  color: #63c9b0;
}

.services-navigation-box ul li a {
  text-decoration: none;
  color: #0d0d0d;
  display: block;
  padding: 2rem;
  font-size: 1.4rem;
}

.services-navigation-box ul li a.active {
  background-color: #0d0d0d;
  color: #63c9b0;
}

.about {
  min-height: 500px;
  width: 100%;
  padding: 5rem 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 1024px) {
  .about {
    margin: 4rem auto;
    height: auto;
  }
}

.about h2 {
  font-weight: 700;
  font-size: 3rem;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  background-color: #0d0d0d;
  display: inline-block;
  padding: 5rem 0;
}

.about h2::before {
  content: '';
  width: 100%;
  max-width: 500px;
  height: 2px;
  position: absolute;
  left: -50%;
  top: -50%;
  background-color: #63c9b0;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
  z-index: -1;
}

.about h2::before {
  left: 50%;
  top: 50%;
}

.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5rem 1rem;
  width: 90%;
  margin: 10rem auto 5rem;
  max-width: 1200px;
  border-top: 1px solid rgba(99, 201, 176, 0.2);
  min-height: 80vh;
}

@media screen and (min-width: 1024px) {
  .contact {
    padding: 10rem 5rem;
  }
}

.contact .content-wrapper {
  max-width: 800px;
  margin: 0 auto;
}

.contact .content-wrapper .contact-left {
  width: 100%;
}

.contact .content-wrapper .contact-left h3 {
  font-size: 5rem;
  color: #63c9b0;
  letter-spacing: 1px;
  margin-bottom: 2rem;
}

.contact .content-wrapper .contact-left p {
  color: #fefefe;
  font-size: 2rem;
  width: 90%;
  max-width: 600px;
  margin-bottom: 4rem;
}

.contact .content-wrapper .contact-left a {
  text-transform: initial;
  font-weight: 500;
  width: 100%;
  letter-spacing: 1px;
  text-align: center;
  display: block;
  padding: 3rem 1rem;
}

.contact .content-wrapper .contact-left a:hover {
  background-color: #63c9b0;
  color: #0d0d0d;
}

@media screen and (min-width: 1024px) {
  .contact .content-wrapper .contact-left a {
    padding: 3rem;
    letter-spacing: 3px;
  }
}

.contact .content-wrapper .contact-left a span {
  font-weight: 300;
}

.contact .content-wrapper .contact-right .contact-form {
  width: 100%;
  margin: 10rem auto 2rem;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}

.contact .content-wrapper .contact-right .contact-form .wrapper-contact {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 4rem auto 2rem;
}

.contact .content-wrapper .contact-right .contact-form input:not([type='checkbox']):not([type='radio']),
.contact .content-wrapper .contact-right .contact-form textarea {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 2rem;
  max-width: 1200px;
  color: #0d0d0d;
  background-color: #63c9b0;
  font-size: 1.6rem;
  margin-bottom: 1rem;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.2rem;
  outline: none;
}

.contact .content-wrapper .contact-right .contact-form input:not([type='checkbox']):not([type='radio'])::-webkit-input-placeholder,
.contact .content-wrapper .contact-right .contact-form textarea::-webkit-input-placeholder {
  color: #0d0d0d;
  text-transform: uppercase;
}

.contact .content-wrapper .contact-right .contact-form input:not([type='checkbox']):not([type='radio']):-ms-input-placeholder,
.contact .content-wrapper .contact-right .contact-form textarea:-ms-input-placeholder {
  color: #0d0d0d;
  text-transform: uppercase;
}

.contact .content-wrapper .contact-right .contact-form input:not([type='checkbox']):not([type='radio'])::-ms-input-placeholder,
.contact .content-wrapper .contact-right .contact-form textarea::-ms-input-placeholder {
  color: #0d0d0d;
  text-transform: uppercase;
}

.contact .content-wrapper .contact-right .contact-form input:not([type='checkbox']):not([type='radio'])::placeholder,
.contact .content-wrapper .contact-right .contact-form textarea::placeholder {
  color: #0d0d0d;
  text-transform: uppercase;
}

.contact .content-wrapper .contact-right .contact-form input::-webkit-outer-spin-button,
.contact .content-wrapper .contact-right .contact-form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.contact .content-wrapper .contact-right .contact-form input[type='number'] {
  -moz-appearance: textfield;
}

.contact .content-wrapper .contact-right .contact-form .wrapper-submit button {
  display: block;
  width: 100%;
  background-color: transparent;
  color: #63c9b0;
}

.contact .content-wrapper .contact-right .contact-form .wrapper-submit button:hover {
  background-color: #63c9b0;
  color: #0d0d0d;
}

.contact .content-wrapper .contact-right .contact-form .wrapper-submit label {
  color: #fefefe;
  font-size: 1.6rem;
  margin-left: 1rem;
}

.contact .content-wrapper .contact-right .contact-form .wrapper-submit label a {
  color: #63c9b0;
  text-decoration: none;
  font-weight: bolder;
}

.contact .content-wrapper .contact-right .contact-form textarea {
  resize: vertical;
  height: 100px;
}

footer {
  position: relative;
  width: 100%;
  bottom: 0;
  min-height: 5vh;
  color: rgba(254, 254, 254, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2%;
  z-index: 200;
  letter-spacing: 2px;
  border-top: 1px solid rgba(99, 201, 176, 0.4);
}

footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 1024px) {
  footer .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1800px;
  }
}

footer .container .footer-links {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  text-align: center;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media screen and (min-width: 1024px) {
  footer .container .footer-links a {
    margin-right: 2rem;
  }
}

footer .container .we-like {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  text-align: center;
  width: 40%;
}

@media screen and (min-width: 1024px) {
  footer .container .we-like {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

footer .container .we-like p {
  font-size: 1.4rem;
}

footer .container .we-like a {
  padding: 0.5rem 0;
}

footer .container .copyright {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.main-container {
  width: 100%;
  min-height: 100vh;
  background: #0d0d0d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20rem 0;
  margin: 0 auto;
  position: relative;
}

.main-container .main-content {
  width: 80%;
  max-width: 800px;
}

.main-container .main-content h1,
.main-container .main-content h2,
.main-container .main-content h3,
.main-container .main-content p,
.main-container .main-content ul {
  color: rgba(254, 254, 254, 0.8);
  margin-bottom: 1.5rem;
  word-wrap: break-word;
}

.main-container .main-content h1 {
  font-size: 3rem;
}

.main-container .main-content h2,
.main-container .main-content h3 {
  line-height: 1.25;
  font-size: 2rem;
}

.main-container .main-content p {
  margin-bottom: 2.5rem;
  line-height: 2;
  font-size: 1.4rem;
}

.main-container .main-content a {
  color: rgba(99, 201, 176, 0.8);
  text-transform: initial;
  display: block;
  font-weight: 600;
  letter-spacing: initial;
  cursor: pointer;
}

.main-container .main-content ul {
  padding-left: 1rem;
  list-style: square;
  margin-bottom: 2rem;
  font-size: 1.2rem;
}

.main-container .main-content ul li {
  line-height: 2;
  margin-bottom: 0.75rem;
}

.cookie-container {
  width: 100%;
  height: auto;
  min-height: 30vh;
  background-color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.3);
          box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.3);
  z-index: 2000;
  margin: 0 auto;
  padding: 2rem;
  position: fixed;
  bottom: -100%;
  left: 0;
  right: 0;
  border-top: 1px solid #63c9b0;
  opacity: 0;
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  text-align: center;
  color: #0d0d0d;
}

.cookie-container.active-cookie {
  bottom: 0;
  opacity: 1;
}

.cookie-container p {
  font-size: 1.2rem;
  line-height: 1.75;
  color: #63c9b0;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .cookie-container p {
    font-size: 1.6rem;
  }
}

.cookie-container a {
  font-weight: bolder;
}

.btn-cookie {
  font-size: 1.2rem;
  margin: 1rem 0;
  padding: 0.75rem 1rem;
  min-width: 200px;
}

.btn-cookie:hover {
  opacity: 0.8;
}

.impressum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 90vh;
}

.impressum p {
  font-size: 1.4rem;
}

.impressum span {
  font-size: 1.2rem;
  margin-top: 2rem;
  color: #63c9b0;
  letter-spacing: 1px;
}

.portfolio-intro {
  width: 100%;
  min-height: 50vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .portfolio-intro {
    min-height: 60vh;
  }
}

.portfolio-intro::before {
  content: 'PORTFOLIO';
  font-size: 6rem;
  font-weight: 900;
  letter-spacing: 0.5rem;
  color: rgba(99, 201, 176, 0.1);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.portfolio-intro h5 {
  font-size: 4rem;
}

.hero-philosophy {
  width: 100%;
  height: 100%;
}

.hero-philosophy .img-container {
  width: 100%;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .hero-philosophy .img-container {
    width: 80%;
    margin: 0 auto;
    max-width: 1400px;
  }
}

.hero-philosophy .img-container img {
  margin: 0 auto;
  max-height: 500px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 12%;
     object-position: 0 12%;
  position: relative;
  z-index: -1;
  top: 10rem;
}

.philosophy-container {
  width: 100%;
  height: auto;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  max-width: 80%;
  padding: 10rem 0;
  margin: 0 auto;
}

.philosophy-container .philosophy-wrapper {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}

.philosophy-container .philosophy-wrapper a {
  font-size: 1.2rem;
  position: absolute;
  left: -5%;
  top: -5%;
  width: 50px;
  letter-spacing: 2px;
  font-weight: 700;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  opacity: 0.8;
}

.philosophy-container .philosophy-wrapper a:hover {
  opacity: 1;
  letter-spacing: 3px;
}

.philosophy-container .philosophy-wrapper a::before {
  content: '';
  width: 50%;
  height: 1px;
  background-color: rgba(99, 201, 176, 0.5);
  position: absolute;
  top: 50%;
  left: -60%;
}

.philosophy-container .philosophy-wrapper h1 {
  font-size: 3.4rem;
  letter-spacing: 0.2rem;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 4rem;
  margin-top: 10rem;
}

@media screen and (min-width: 460px) {
  .philosophy-container .philosophy-wrapper h1 {
    text-align: center;
  }
}

@media screen and (min-width: 1024px) {
  .philosophy-container .philosophy-wrapper h1 {
    font-size: 3.6rem;
    margin-bottom: 6rem;
  }
}

.philosophy-container .philosophy-wrapper .content-wrapper {
  max-width: 420px;
  margin: 0 auto;
}

.philosophy-container .philosophy-wrapper .content-wrapper h2 {
  font-weight: 700;
  line-height: 1.2;
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 1024px) {
  .philosophy-container .philosophy-wrapper .content-wrapper h2 {
    font-size: 2.4rem;
  }
}

.philosophy-container .philosophy-wrapper .content-wrapper p {
  font-size: 1.6rem;
  margin-bottom: 6rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.75;
}

.philosophy-container .philosophy-wrapper .content-wrapper p span {
  width: 100%;
  position: relative;
}

.philosophy-container .philosophy-wrapper .content-wrapper p span.line-through::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.8);
}

.philosophy-container .philosophy-wrapper h3 {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  margin-top: 8rem;
}

.philosophy-container .philosophy-wrapper .white {
  color: #ffffff;
}
