/* Hinweis zur Änderung der HIntergrundfarbe!
Suche nach #bcb1aa; */


/*! ------------------------------------------------
   Project Name: Allurio - Coming Soon & Portfolio Template
   Project Description: Allurio - versatile and trendy coming soon & portfolio template to kick-start your project
   Tags: allurio, coming soon, under construction, template, coming soon page, landing page, portfolio, one page, html5, css3
   Version: 1.0.0
   Build Date: September 2019
   Last Update: September 2019
   This product is available exclusively on Themeforest
   Author: mix_design
   Author URI: http://mixdesign.club
   File name: main.css
   ------------------------------------------------

   ------------------------------------------------
   Table of Contents
   ------------------------------------------------
    1. Template Backgrounds
    2. Fonts
    3. Base CSS Styles
    4. Loading Animation
    5. Typography
    6. Buttons & Triggers
    7. Forms and Forms Reply Groups
    8. Animated Backgrounds
    9. Header
    10. Main Section
    11. Menu Styles
    12. Countdown Styles
    13. Swiper Slider
    14. Content Sections
    15. Popup Dialogs
    16. Custom Skillbars
    17. Features
    18. Partners
    19. Contact Data
    20. Footer
    21. Gallery Custom Styles
   ------------------------------------------------
   Table of Contents End
   ------------------------------------------------ */
/* ------------------------------------------------*/
/* Template Backgrounds Start */
/* ------------------------------------------------*/
/*.image-1 {
  background-image: url("/pix/JADIA_Collection2020_Slider1.jpg");
}

.image-2 {
  background-image: url("/pix/JADIA_Collection2020_Slider2.jpg");
}

.image-3 {
  background-image: url("/pix/JADIA_Collection2020_Slider3.jpg");
}

}

.image-fullscreen-1 {
  background-image: url("/pix/startXXL.jpg");
}

.swiper-slide-1 {
  background-image: url("/pix/JADIA_Collection2020_Slider_1.jpg");
}

.swiper-slide-2 {
  background-image: url("/pix/JADIA_Collection2020_Slider_2.jpg");
}

.swiper-slide-3 {
  background-image: url("/pix/JADIA_Collection2020_Slider_3.jpg");
}*/

.swiper-slide-dark-1 {
  background-image: url("/pix/slider_gross/1.jpg");
}

.swiper-slide-dark-2 {
  background-image: url("/pix/slider_gross/2.jpg");
}

.swiper-slide-dark-3 {
  background-image: url("/pix/slider_gross/3.jpg");
}

/*.photo-1 {
  background-image: url("/pix/JADIA_Collection2020_Slider_3.jpg");
}

.photo-2 {
  background-image: url("/pix/JADIA_Collection2020_Slider_2.jpg");
}

.media-services {
  background-image: url("http://via.placeholder.com/1920x1280");
}*/

/* ------------------------------------------------*/
/* Template Backgrounds End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Fonts Start */
/* ------------------------------------------------*/
@font-face {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/OpenSans-Light/OpenSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Light/OpenSans-Light.woff") format("woff"), url("../fonts/OpenSans-Light/OpenSans-Light.ttf") format("truetype"), url("../fonts/OpenSans-Light/OpenSans-Light.svg#OpenSans") format("svg");
}

@font-face {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/OpenSans-Regular/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Regular/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans-Regular/OpenSans-Regular.ttf") format("truetype"), url("../fonts/OpenSans-Regular/OpenSans-Regular.svg#OpenSans") format("svg");
}

@font-face {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/OpenSans-SemiBold/OpenSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-SemiBold/OpenSans-SemiBold.woff") format("woff"), url("../fonts/OpenSans-SemiBold/OpenSans-SemiBold.ttf") format("truetype"), url("../fonts/OpenSans-SemiBold/OpenSans-SemiBold.svg#OpenSans") format("svg");
}

@font-face {
  font-family: "OldStandardTT";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/OldStandardTT-Regular/OldStandardTT-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/OldStandardTT-Regular/OldStandardTT-Regular.woff") format("woff"), url("../fonts/OldStandardTT-Regular/OldStandardTT-Regular.ttf") format("truetype"), url("../fonts/OldStandardTT-Regular/OldStandardTT-Regular.svg#OldStandardTT") format("svg");
}

/* ------------------------------------------------*/
/* Fonts End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Base CSS Styles Start */
/* ------------------------------------------------*/
*, *::before, *::after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

button:active, button:focus {
  outline: none !important;
}

button::-moz-focus-inner {
  border: 0 !important;
}

input::-moz-focus-inner {
  border: 0 !important;
}

::-moz-selection {
  background-color: #f6f1ee;
  color: #000000;
  text-shadow: none;
}

::selection {
  background-color: #bbe1aa;
  color: #000000;
  text-shadow: none;
}

html {
  font-family: sans-serif;
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  min-width: 320px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  font: normal 400 1.6rem/1.7 "OpenSans", sans-serif;
}

body.dark {

  background-color:#bcb1aa;
}

body.light {
  color: #363636;
  background-color: #fff;
}

a {
  color: #111111;
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
  display: block;
  width: 100%;
  height: auto;
}

section {
  position: relative;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.overflow-hidden {
  overflow: hidden !important;
}

.fullheight {
  position: relative;
  height: auto;
}

@media only screen and (min-width: 992px) {
  .fullheight {
    height: 100%;
  }
}

.fullheight-mobile {
  position: relative;
  height: 100%;
}

.column {
  padding: 0 3vw;
}

.column-padding-s {
  padding: 0 3vw;
}

@media only screen and (min-width: 768px) {
  .column-padding-s {
    padding: 0 -webkit-calc(3vw - 2rem);
    padding: 0 -moz-calc(3vw - 2rem);
    padding: 0 calc(3vw - 2rem);
  }
}

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

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

.bg-nero {
  background-color: #bbe1aa;
}

.color-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.color-layer-black {
/*  background-color: rgba(0, 0, 0, 0.6);*/
}

.color-layer-dark {
  background-color:#bbe1aa;
}

.color-layer-white {
  background-color: rgba(255, 255, 255, 0.8);
}

.color-layer-white-mobile {
  background-color: rgba(255, 255, 255, 0.8);
}

@media only screen and (min-width: 992px) {
  .color-layer-white-mobile {
    background-color: transparent;
  }
}

/* ------------------------------------------------*/
/* Base CSS Styles End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Loading Animation Start */
/* ------------------------------------------------*/
body.loaded .headline__text {
  -webkit-animation: 0.8s ease-in-out 1.4s 1 both fadeIn;
     -moz-animation: 0.8s ease-in-out 1.4s 1 both fadeIn;
          animation: 0.8s ease-in-out 1.4s 1 both fadeIn;
}

body.loaded .headline__btnholder {
  -webkit-animation: 0.8s ease-in-out 1.4s 1 both fadeIn;
     -moz-animation: 0.8s ease-in-out 1.4s 1 both fadeIn;
          animation: 0.8s ease-in-out 1.4s 1 both fadeIn;
}

body.loaded .header,
body.loaded .intro__controls {
  -webkit-animation: 0.8s ease-in-out 1.8s 1 both fadeIn;
     -moz-animation: 0.8s ease-in-out 1.8s 1 both fadeIn;
          animation: 0.8s ease-in-out 1.8s 1 both fadeIn;
}

/* ------------------------------------------------*/
/* Loading Animation End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Typography Start */
/* ------------------------------------------------*/
h1 {
  font: normal 400 5rem/1.06 "OldStandardTT", sans-serif;
  margin: 2.4rem 0 2.8rem 0;
}

h1 span {
  display: block;
}

h1.dark {
  color: #111111;
}

h1.light {
  color: #ffffff;
}

h1.large {
  font-size: 7rem;
  line-height: 1;
  margin: 0 0 3rem 0;
}

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 6.5rem;
    max-width: 460px;
  }
  h1.large {
    font-size: 8rem;
    max-width: none;
  }
}

@media only screen and (min-width: 992px) {
  h1.large {
    font-size: 10rem;
    margin: 0 0 1.6rem 0;
  }
}

@media only screen and (min-width: 1200px) {
  h1.large {
    font-size: 12rem;
  }
}

@media only screen and (min-width: 1600px) {
  h1 {
    font-size: 9rem;
    max-width: 600px;
  }
  h1.large {
    font-size: 15rem;
  }
}

.headline__text,
.headline__btnholder {
  padding-left: 2px;
}

.headline__text {
  font: normal 400 1.5rem/1.7 "OpenSans", sans-serif;
  margin-bottom: 4.2rem;
}

.headline__text.dark {
  color: #111111;
}

.headline__text.light {
  font-weight: 300;
  color: #ffffff;
}

@media only screen and (min-width: 768px) {
  .headline__text {
    font-size: 1.6rem;
    max-width: 380px;
  }
}

@media only screen and (min-width: 1600px) {
  .headline__text {
    font-size: 1.8rem;
    margin-bottom: 5rem;
    max-width: 500px;
  }
}

.headline__btnholder.bottom a {
  margin-right: 3rem;
}

.headline__btnholder.bottom a:last-of-type {
  margin-right: 0;
}

@media only screen and (min-width: 768px) {
  .headline__btnholder.bottom a {
    margin-right: 6rem;
  }
}

h2 {
  font: normal 400 4rem/1.1 "OldStandardTT", sans-serif;
  color: #111111;
  margin-bottom: 3rem;
}

h2.light {
  color: #ffffff;
}

iman {
color:black;
}

@media only screen and (min-width: 768px) {
  h2 {
    font-size: 5rem;
  }
}

@media only screen and (min-width: 1600px) {
  h2 {
    font-size: 6rem;
  }
}

.info__title .title-content {
  position: relative;
  font: normal 400 1.4rem/1 "OpenSans", sans-serif;
}

.info__title .title-content .section-title {
  display: block;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.22rem;
  color: #363636;
  margin-bottom: 4.4rem;
}

.info__title .title-content .section-title.light {
  color: #ffffff;
}

@media only screen and (min-width: 992px) {
  .info__title .title-content .section-title {
    display: inline-block;
    position: relative;
    -webkit-transform-origin: top right;
       -moz-transform-origin: top right;
        -ms-transform-origin: top right;
            transform-origin: top right;
    -webkit-transform: translateX(-100%) rotate(-90deg);
       -moz-transform: translateX(-100%) rotate(-90deg);
        -ms-transform: translateX(-100%) rotate(-90deg);
            transform: translateX(-100%) rotate(-90deg);
    margin-bottom: 0;
  }
}

h3 {
  font: normal 400 3rem/1.1 "OldStandardTT", sans-serif;
}

h3 small {
  display: block;
  font: normal 400 1.2rem/1.2 "OpenSans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.22rem;
  margin-bottom: 1rem;
}

h3.dark {
  color: #111111;
}

h3.dark small {
  font-weight: 600;
  color: #444444;
}

h3.light {
  color: #ffffff;
}

h3.light small {
  color: #ffffff;
}

h4 {
  font: normal 400 2.8rem/1.2 "OldStandardTT", sans-serif;
  margin-bottom: 2.4rem;
}

h4.dark {
  color: #111111;
}

h4.light {
  color: #ffffff;
}

h5 {
  font: normal 400 2.4rem/1.2 "OldStandardTT", sans-serif;
}

h5.dark {
  color: #111111;
}

h5.light {
  color: #ffffff;
}

p {
  font: normal 400 1.6rem/1.7 "OpenSans", sans-serif;
}

p.dark {
  color: #363636;
}

p.light {
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
}

p.section-text {
  padding-left: .2rem;
  margin-bottom: 3.4rem;
}

p.section-text:last-of-type {
  margin-bottom: 0;
}

.feature-item p {
  font-size: 1.5rem;
}

/* ------------------------------------------------*/
/* Typography End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Buttons & Triggers Start */
/* ------------------------------------------------*/
.btn {
  position: relative;
  display: inline-block;
  border: none;
  outline: 0;
  padding: 0;
  font: inherit;
  background-color: transparent;
  cursor: pointer;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
  text-align: center;
}

.btn-s {
  height: 16px;
  line-height: 16px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.btn-s span {
  font-size: 1.4rem;
}

.btn-s .btn-caption {
  font: normal 600 1.2rem/1.8 "OpenSans", sans-serif;
  letter-spacing: 0.22rem;
  text-transform: uppercase;
  margin-right: .6rem;
}

.btn-s.dark {
  color: #111111;
}

.btn-s.light {
  color: #ffffff;
}

@media only screen and (min-width: 1200px) {
  .no-touch .btn-s.dark:hover {
    color: #707070;
  }
  .btn-s.light {
    color: #ffffff;
  }
  .no-touch .btn-s.light:hover {
    color: rgba(255, 255, 255, 0.7);
  }
}

.btn-l {
  height: 50px;
  line-height: 50px;
  padding: 0 3.2rem;
  font: normal 600 1.2rem/50px "OpenSans", sans-serif;
  letter-spacing: 0.22rem;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.btn-l.dark {
  border: 1px solid #bcb1aa; /*geändert*/
  background-color: #bcb1aa; /*geändert*/
  color: #ffffff;
}

.no-touch .btn-l.dark:hover {
  background-color: transparent;
  color: #111111;
}

.btn-l.light {
  font-weight: 600;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: #111111;
}

.no-touch .btn-l.light:hover {
  background-color: transparent;
  color: #ffffff;
}

.menu-trigger {
  display: block;
  position: relative;
  height: 40px;
  line-height: 40px;
}

.menu-trigger .menu-caption {
  font: normal 600 1.2rem/1 "OpenSans", sans-serif;
  letter-spacing: 0.26rem;
  text-transform: uppercase;
  margin-right: 5rem;
  -webkit-transition: color 0.5s ease-in-out;
  -o-transition: color 0.5s ease-in-out;
  -moz-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
}

.menu-trigger .menu-burger {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
}

.menu-trigger .menu-burger::before, .menu-trigger .menu-burger::after {
  content: "";
  display: block;
  position: absolute;
  left: 4px;
  width: 32px;
  height: 1px;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.16, 0.66, 0.29, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.16, 0.66, 0.29, 1);
  -o-transition: transform 0.2s cubic-bezier(0.16, 0.66, 0.29, 1);
  -moz-transition: transform 0.2s cubic-bezier(0.16, 0.66, 0.29, 1), -moz-transform 0.2s cubic-bezier(0.16, 0.66, 0.29, 1);
  transition: transform 0.2s cubic-bezier(0.16, 0.66, 0.29, 1);
  transition: transform 0.2s cubic-bezier(0.16, 0.66, 0.29, 1), -webkit-transform 0.2s cubic-bezier(0.16, 0.66, 0.29, 1), -moz-transform 0.2s cubic-bezier(0.16, 0.66, 0.29, 1);
}

.menu-trigger .menu-burger::before {
  top: 17px;
}

.menu-trigger .menu-burger::after {
  top: 24px;
}

.menu-trigger.dark {
  color: #111111;
}

.menu-trigger.dark .menu-caption {
  color: #111111;
}

.menu-trigger.dark .menu-burger::before, .menu-trigger.dark .menu-burger::after {
  background-color: #111111;
}

.menu-trigger.light {
  color: #ffffff;
}

.menu-trigger.light .menu-caption {
  color: #ffffff;
}

.menu-trigger.light .menu-burger::before, .menu-trigger.light .menu-burger::after {
  background-color: #ffffff;
}

.no-touch .menu-trigger:hover .menu-burger::before {
  -webkit-transform: translateX(4px);
     -moz-transform: translateX(4px);
      -ms-transform: translateX(4px);
          transform: translateX(4px);
}

.no-touch .menu-trigger:hover .menu-burger::after {
  -webkit-transform: translateX(-4px);
     -moz-transform: translateX(-4px);
      -ms-transform: translateX(-4px);
          transform: translateX(-4px);
}

.menu-close,
.popup-close {
  display: block;
  position: relative;
  height: 40px;
  line-height: 40px;
  color: #111111;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out, -webkit-filter 0.5s;
  transition: opacity 0.5s ease-in-out, -webkit-filter 0.5s;
  -o-transition: filter 0.5s, opacity 0.5s ease-in-out;
  -moz-transition: filter 0.5s, opacity 0.5s ease-in-out;
  transition: filter 0.5s, opacity 0.5s ease-in-out;
  transition: filter 0.5s, opacity 0.5s ease-in-out, -webkit-filter 0.5s;
}

.menu-close .close-caption,
.popup-close .close-caption {
  font: normal 600 1.2rem/1 "OpenSans", sans-serif;
  letter-spacing: 0.26rem;
  text-transform: uppercase;
  margin-right: 5rem;
  color: #111111;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.menu-close .close-x,
.popup-close .close-x {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
}

.menu-close .close-x::before, .menu-close .close-x::after,
.popup-close .close-x::before,
.popup-close .close-x::after {
  content: "";
  display: block;
  position: absolute;
  left: 4px;
  top: 20px;
  width: 32px;
  height: 1px;
  background-color: #111111;
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.menu-close .close-x::before,
.popup-close .close-x::before {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.menu-close .close-x::after,
.popup-close .close-x::after {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.menu-close.light,
.popup-close.light {
  font-weight: 400;
  color: #ffffff;
}

.menu-close.light .close-caption,
.popup-close.light .close-caption {
  color: #ffffff;
}

.menu-close.light .close-x::before, .menu-close.light .close-x::after,
.popup-close.light .close-x::before,
.popup-close.light .close-x::after {
  background-color: #ffffff;
}

.menu-close.is-visible,
.popup-close.is-visible {
  opacity: 1;
}

.no-touch .menu-close:hover .close-caption, .no-touch
.popup-close:hover .close-caption {
  color: #707070;
}

.no-touch .menu-close:hover .close-x::before, .no-touch .menu-close:hover .close-x::after, .no-touch
.popup-close:hover .close-x::before, .no-touch
.popup-close:hover .close-x::after {
  background-color: #707070;
}

.no-touch .menu-close:hover.light .close-caption, .no-touch
.popup-close:hover.light .close-caption {
  color: rgba(255, 255, 255, 0.7);
}

.no-touch .menu-close:hover.light .close-x::before, .no-touch .menu-close:hover.light .close-x::after, .no-touch
.popup-close:hover.light .close-x::before, .no-touch
.popup-close:hover.light .close-x::after {
  background-color: rgba(255, 255, 255, 0.7);
}

.to-top {
  position: fixed;
  right: 8vw;
  bottom: 30px;
  z-index: 9;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #ffffff;
  color: #000000;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s, visibility 0s, 0.3s;
  -o-transition: opacity 0.3s 0s, visibility 0s, 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s, 0.3s;
  transition: opacity 0.3s 0s, visibility 0s, 0.3s;
}

.to-top.dark {
  background-color: #bcb1aa; /*geändert*/
  color: #ffffff;
}

.no-touch .to-top:hover {
  -webkit-transition: opasity 0.3s 0s, visibility 0s 0s;
  -o-transition: opasity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opasity 0.3s 0s, visibility 0s 0s;
  transition: opasity 0.3s 0s, visibility 0s 0s;
  opacity: 1;
}

.to-top.is-visible {
  visibility: visible;
  opacity: 1;
}

.to-top.fade-out {
  opacity: 0.4;
  -webkit-transition: opasity 0.3s 0s, visibility 0s 0s;
  -o-transition: opasity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opasity 0.3s 0s, visibility 0s 0s;
  transition: opasity 0.3s 0s, visibility 0s 0s;
}

@media only screen and (min-width: 768px) {
  .to-top {
    bottom: 50px;
    -webkit-transition: opasity 0.3s 0s, visibility 0s 0s;
    -o-transition: opasity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opasity 0.3s 0s, visibility 0s 0s;
    transition: opasity 0.3s 0s, visibility 0s 0s;
  }
}

/* ------------------------------------------------*/
/* Buttons & Triggers End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Forms and Forms Reply Groups Start */
/* ------------------------------------------------*/
.form-container {
  position: relative;
  margin-top: 3.4rem;
}

.form {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.form.is-hidden {
  opacity: 0;
}

form {
  position: relative;
  width: 100%;
}

form input, form textarea {
  position: relative;
  display: block;
  width: 100%;
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  background-color: transparent;
  padding: 1.2rem .3rem;
  font: normal 300 1.5rem/1.7 "OpenSans", sans-serif;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

form input {
  height: 5rem;
  margin: 0 0 2.4rem 0;
}

form textarea {
  height: 14rem;
  resize: none;
  margin: 0 0 .8rem 0;
}

form .inputs-description {
  display: block;
  width: 100%;
  margin-bottom: 1.4rem;
  text-align: right;
  font: normal 400 1.3rem/1 "OpenSans", sans-serif;
}

@media only screen and (min-width: 768px) {
  form input, form textarea {
    font-size: 1.6rem;
  }
}

.notify-form input {
  margin: 0 0 .8rem 0;
}

.form-dark {
  -moz-placeholder-color: #111111;
  -ms-input-placeholder-color: #111111;
}

.form-dark input, .form-dark textarea {
  font-weight: 400;
}

.form-dark ::-webkit-input-placeholder {
  color: #111111;
}

.form-dark ::-moz-placeholder {
  color: #111111;
}

.form-dark input:focus:required:invalid,
.form-dark textarea:focus:required:invalid {
  color: #363636;
}

.form-dark input:required:valid,
.form-dark textarea:required:valid {
  color: #111111;
}

.form-dark input, .form-dark textarea {
  border-bottom: 1px solid #111111;
  color: #111111;
}

.form-dark input:focus, .form-dark textarea:focus {
  border-bottom: 1px solid #a0a0a0;
}

.form-dark .inputs-description {
  color: #363636;
}

.form-light {
  -moz-placeholder-color: rgba(255, 255, 255, 0.7);
  -ms-input-placeholder-color: rgba(255, 255, 255, 0.7);
}

.form-light input, .form-light textarea {
  font-weight: 300;
}

.form-light ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.form-light ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.form-light input:focus:required:invalid,
.form-light textarea:focus:required:invalid {
  color: rgba(255, 255, 255, 0.7);
}

.form-light input:required:valid,
.form-light textarea:required:valid {
  color: #ffffff;
}

.form-light input, .form-light textarea {
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
}

.form-light input:focus, .form-light textarea:focus {
  border-bottom: 1px solid #e7a751;
}

.form-light .inputs-description {
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
}

.reply-group {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
     -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.reply-group.is-visible {
  opacity: 1;
}

.reply-group__title {
  font: normal 400 3rem/1.06 "OldStandardTT", sans-serif;
  color: #111111;
}

.reply-group__title.light {
  color: #ffffff;
}

.reply-group__text {
  display: block;
  font: normal 400 1.5rem/1.7 "OpenSans", sans-serif;
  color: #444444;
  margin-top: .2rem;
}

.reply-group__text.light {
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
}

.notify .reply-group {
  width: 100%;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  -webkit-transform: translateX(0) translateY(0);
     -moz-transform: translateX(0) translateY(0);
      -ms-transform: translateX(0) translateY(0);
          transform: translateX(0) translateY(0);
}

/* ------------------------------------------------*/
/* Forms and Forms Reply Groups End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Animated Backgrounds Start */
/* ------------------------------------------------*/
.video-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#video-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
}

#bgndKenburns,
#bgndKenburns-1,
#bgndKenburns-2,
#bgndKenburnsFull {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background-color: transparent;
}

#particles-js,
#nightsky-js {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 320px;
  background-color: transparent;
  z-index: 5;
}

#main-video {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-position: center center;
  -webkit-background-size: contain;
     -moz-background-size: contain;
          background-size: contain;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ------------------------------------------------*/
/* Animated Backgrounds End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Header Styles Start */
/* ------------------------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  padding: 0 5vw;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0);
     -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0);
          box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0);
  z-index: 4;
  -webkit-transition: height .3s, background-color .3s ease-in-out;
  -o-transition: height .3s, background-color .3s ease-in-out;
  -moz-transition: height .3s, background-color .3s ease-in-out;
  transition: height .3s, background-color .3s ease-in-out;
}

.header.dark {
  background-color: transparent;
}

.header.light {
  background-color: transparent;
}

.header.transparent {
  background-color: transparent;
}

.header.transparent.dark {
  background-color: transparent;
}

.header.transparent.light {
  background-color: transparent;
}

.header.reduced {
  height: 70px;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.35);
     -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.35);
}

.header.reduced.dark {
  background-color: #bcb1aa; /*geändert*/
}

.header.reduced.light {
  background-color: #ffffff;
}

.header.reduced.transparent {
  background-color: transparent;
}

.header.reduced.transparent.dark {
  background-color: #bcb1aa; /*geändert*/
}

.header.reduced.transparent.light {
  background-color: #ffffff;
}

.header.reduced .logo {
  height: 100%;
}

.header.reduced .menu-button {
  padding: 15px 0;
  -webkit-transition: padding .3s ease-in-out;
  -o-transition: padding .3s ease-in-out;
  -moz-transition: padding .3s ease-in-out;
  transition: padding .3s ease-in-out;
}

@media only screen and (min-width: 768px) {
  .header {
    height: 120px;
  }
}

@media only screen and (min-width: 992px) {
  .header.dark {
    background-color: #bcb1aa; /*geändert*/
  }
  .header.light {
    background-color: #ffffff;
  }
  .header.transparent {
    background-color: transparent;
  }
  .header.transparent.dark {
    background-color: transparent;
  }
  .header.transparent.light {
    background-color: transparent;
  }
}

@media only screen and (min-width: 1600px) {
  .header {
    height: 140px;
  }
}

.header__content {
  position: relative;
  height: 100%;
  padding: 0 3vw;
}

.header__content .logo {
  position: absolute;
  top: 0;
  left: 3vw;
  height: 100%;
}

.header__content .logo img {
  display: block;
  width: 70%;
  position: relative;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header__content .menu-button {
  position: absolute;
  right: 3vw;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: padding 0.5s ease-in-out;
  -o-transition: padding 0.5s ease-in-out;
  -moz-transition: padding 0.5s ease-in-out;
  transition: padding 0.5s ease-in-out;
}

/* ------------------------------------------------*/
/* Header Styles End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Main Section Styles Start */
/* ------------------------------------------------*/
.main {
  position: relative;
  height: 100%;
  min-height: 480px;
  overflow: hidden;
}

.main.dark {
  background-color: #bcb1aa; /*geändert*/
}

.main.light {
  background-color: #ffffff;
}

@media only screen and (min-width: 1200px) {
  .main {
    min-height: 568px;
  }
}

@media only screen and (min-width: 1600px) {
  .main {
    min-height: 654px;
  }
}

.main__content {
  position: relative;
  padding: 0 5vw;
  height: 100%;
}

.main__content.fullscreen {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.main__intro {
  position: relative;
  height: 100%;
  background-color: transparent;
  z-index: 2;
}

.intro__content {
  position: relative;
  height: 100%;
}

.intro__content .headline {
  position: absolute;
  left: 0;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}

.intro__content .headline.bottom {
  position: absolute;
  top: auto;
  bottom: 50px;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

@media only screen and (min-width: 768px) {
  .intro__content .headline.bottom {
    bottom: 80px;
  }
}

.intro__controls {
  position: absolute;
  bottom: 30px;
  left: 0;
}

@media only screen and (min-width: 768px) {
  .intro__controls {
    bottom: 40px;
  }
}

@media only screen and (min-width: 1600px) {
  .intro__controls {
    bottom: 50px;
  }
}

.main__media {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.media__content {
  position: absolute;
  bottom: 0;
  left: -5vw;
  width: -webkit-calc(100% + 10vw);
  width: -moz-calc(100% + 10vw);
  width: calc(100% + 10vw);
  height: 100%;
}

.media__content.dark {
  background-color: #fff;
}

.media__content.light {
  background-color: #f6f1ee;
}

@media only screen and (min-width: 992px) {
  .media__content.split {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: -webkit-calc(100% + 5vw);
    width: -moz-calc(100% + 5vw);
    width: calc(100% + 5vw);
    height: -webkit-calc(100% - 120px);
    height: -moz-calc(100% - 120px);
    height: calc(100% - 120px);
  }
  .media__content.fullscreen {
    position: absolute;
    bottom: 0;
    left: -5vw;
    width: -webkit-calc(100% + 10vw);
    width: -moz-calc(100% + 10vw);
    width: calc(100% + 10vw);
    height: 100%;
  }
}

@media only screen and (min-width: 1600px) {
  .media__content.split {
    height: -webkit-calc(100% - 140px);
    height: -moz-calc(100% - 140px);
    height: calc(100% - 140px);
  }
}

.media__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
}

/* ------------------------------------------------*/
/* Main Section Styles End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Menu Styles Start */
/* ------------------------------------------------*/
.menu {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  overflow-y: auto;
  overflow-x: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}

.menu.dark {
  background-color: #bcb1aa; /*geändert*/
}

.menu.light {
  background-color: #ffffff;
}

.menu .navigation li {
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-filter 0.3s;
  transition: opacity 0.3s, -webkit-filter 0.3s;
  -o-transition: opacity 0.3s, filter 0.3s;
  -moz-transition: opacity 0.3s, filter 0.3s;
  transition: opacity 0.3s, filter 0.3s;
  transition: opacity 0.3s, filter 0.3s, -webkit-filter 0.3s;
}

.menu .menu__photo {
  opacity: 0;
  -webkit-transform: translateX(30px);
     -moz-transform: translateX(30px);
      -ms-transform: translateX(30px);
          transform: translateX(30px);
  -webkit-transition: opacity 0.5s 1.6s, -webkit-filter 0.5s 1.6s, -webkit-transform 0.5s 1.6s ease-in-out;
  transition: opacity 0.5s 1.6s, -webkit-filter 0.5s 1.6s, -webkit-transform 0.5s 1.6s ease-in-out;
  -o-transition: filter 0.5s 1.6s, opacity 0.5s 1.6s, transform 0.5s 1.6s ease-in-out;
  -moz-transition: filter 0.5s 1.6s, opacity 0.5s 1.6s, transform 0.5s 1.6s ease-in-out, -moz-transform 0.5s 1.6s ease-in-out;
  transition: filter 0.5s 1.6s, opacity 0.5s 1.6s, transform 0.5s 1.6s ease-in-out;
  transition: filter 0.5s 1.6s, opacity 0.5s 1.6s, transform 0.5s 1.6s ease-in-out, -webkit-filter 0.5s 1.6s, -webkit-transform 0.5s 1.6s ease-in-out, -moz-transform 0.5s 1.6s ease-in-out;
}

.menu .menu__contact,
.menu .navigation-copyright {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.menu.animate-in {
  opacity: 1;
  visibility: visible;
}

.menu.animate-in .navigation li {
  opacity: 1;
}

.menu.animate-in .navigation li:nth-of-type(1) {
  -webkit-transition: opacity 0.5s 0.8s, -webkit-filter 0.5s 0.8s;
  transition: opacity 0.5s 0.8s, -webkit-filter 0.5s 0.8s;
  -o-transition: filter 0.5s 0.8s, opacity 0.5s 0.8s;
  -moz-transition: filter 0.5s 0.8s, opacity 0.5s 0.8s;
  transition: filter 0.5s 0.8s, opacity 0.5s 0.8s;
  transition: filter 0.5s 0.8s, opacity 0.5s 0.8s, -webkit-filter 0.5s 0.8s;
}

.menu.animate-in .navigation li:nth-of-type(2) {
  -webkit-transition: opacity 0.5s 0.9s, -webkit-filter 0.5s 0.9s;
  transition: opacity 0.5s 0.9s, -webkit-filter 0.5s 0.9s;
  -o-transition: filter 0.5s 0.9s, opacity 0.5s 0.9s;
  -moz-transition: filter 0.5s 0.9s, opacity 0.5s 0.9s;
  transition: filter 0.5s 0.9s, opacity 0.5s 0.9s;
  transition: filter 0.5s 0.9s, opacity 0.5s 0.9s, -webkit-filter 0.5s 0.9s;
}

.menu.animate-in .navigation li:nth-of-type(3) {
  -webkit-transition: opacity 0.5s 1s, -webkit-filter 0.5s 1s;
  transition: opacity 0.5s 1s, -webkit-filter 0.5s 1s;
  -o-transition: filter 0.5s 1s, opacity 0.5s 1s;
  -moz-transition: filter 0.5s 1s, opacity 0.5s 1s;
  transition: filter 0.5s 1s, opacity 0.5s 1s;
  transition: filter 0.5s 1s, opacity 0.5s 1s, -webkit-filter 0.5s 1s;
}

.menu.animate-in .navigation li:nth-of-type(4) {
  -webkit-transition: opacity 0.5s 1.1s, -webkit-filter 0.5s 1.1s;
  transition: opacity 0.5s 1.1s, -webkit-filter 0.5s 1.1s;
  -o-transition: filter 0.5s 1.1s, opacity 0.5s 1.1s;
  -moz-transition: filter 0.5s 1.1s, opacity 0.5s 1.1s;
  transition: filter 0.5s 1.1s, opacity 0.5s 1.1s;
  transition: filter 0.5s 1.1s, opacity 0.5s 1.1s, -webkit-filter 0.5s 1.1s;
}

.menu.animate-in .navigation li:nth-of-type(5) {
  -webkit-transition: opacity 0.5s 1.2s, -webkit-filter 0.5s 1.2s;
  transition: opacity 0.5s 1.2s, -webkit-filter 0.5s 1.2s;
  -o-transition: filter 0.5s 1.2s, opacity 0.5s 1.2s;
  -moz-transition: filter 0.5s 1.2s, opacity 0.5s 1.2s;
  transition: filter 0.5s 1.2s, opacity 0.5s 1.2s;
  transition: filter 0.5s 1.2s, opacity 0.5s 1.2s, -webkit-filter 0.5s 1.2s;
}

.menu.animate-in .menu__photo {
  opacity: 1;
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity 0.9s 0.8s, -webkit-filter 0.9s 0.8s, -webkit-transform 0.9s 0.8s ease-in-out;
  transition: opacity 0.9s 0.8s, -webkit-filter 0.9s 0.8s, -webkit-transform 0.9s 0.8s ease-in-out;
  -o-transition: filter 0.9s 0.8s, opacity 0.9s 0.8s, transform 0.9s 0.8s ease-in-out;
  -moz-transition: filter 0.9s 0.8s, opacity 0.9s 0.8s, transform 0.9s 0.8s ease-in-out, -moz-transform 0.9s 0.8s ease-in-out;
  transition: filter 0.9s 0.8s, opacity 0.9s 0.8s, transform 0.9s 0.8s ease-in-out;
  transition: filter 0.9s 0.8s, opacity 0.9s 0.8s, transform 0.9s 0.8s ease-in-out, -webkit-filter 0.9s 0.8s, -webkit-transform 0.9s 0.8s ease-in-out, -moz-transform 0.9s 0.8s ease-in-out;
}

.menu.animate-in .menu__contact,
.menu.animate-in .navigation-copyright {
  opacity: 1;
  -webkit-transition: opacity 0.5s 1.6s ease-in-out;
  -o-transition: opacity 0.5s 1.6s ease-in-out;
  -moz-transition: opacity 0.5s 1.6s ease-in-out;
  transition: opacity 0.5s 1.6s ease-in-out;
}

.menu.animate-out {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .6s 1.4s ease-in-out;
  -o-transition: all .6s 1.4s ease-in-out;
  -moz-transition: all .6s 1.4s ease-in-out;
  transition: all .6s 1.4s ease-in-out;
}

.menu.animate-out .navigation li {
  opacity: 0;
}

.menu.animate-out .navigation li:nth-of-type(1) {
  -webkit-transition: opacity 0.5s 0.4s, -webkit-filter 0.5s 0.4s;
  transition: opacity 0.5s 0.4s, -webkit-filter 0.5s 0.4s;
  -o-transition: filter 0.5s 0.4s, opacity 0.5s 0.4s;
  -moz-transition: filter 0.5s 0.4s, opacity 0.5s 0.4s;
  transition: filter 0.5s 0.4s, opacity 0.5s 0.4s;
  transition: filter 0.5s 0.4s, opacity 0.5s 0.4s, -webkit-filter 0.5s 0.4s;
}

.menu.animate-out .navigation li:nth-of-type(2) {
  -webkit-transition: opacity 0.5s 0.5s, -webkit-filter 0.5s 0.5s;
  transition: opacity 0.5s 0.5s, -webkit-filter 0.5s 0.5s;
  -o-transition: filter 0.5s 0.5s, opacity 0.5s 0.5s;
  -moz-transition: filter 0.5s 0.5s, opacity 0.5s 0.5s;
  transition: filter 0.5s 0.5s, opacity 0.5s 0.5s;
  transition: filter 0.5s 0.5s, opacity 0.5s 0.5s, -webkit-filter 0.5s 0.5s;
}

.menu.animate-out .navigation li:nth-of-type(3) {
  -webkit-transition: opacity 0.5s 0.6s, -webkit-filter 0.5s 0.6s;
  transition: opacity 0.5s 0.6s, -webkit-filter 0.5s 0.6s;
  -o-transition: filter 0.5s 0.6s, opacity 0.5s 0.6s;
  -moz-transition: filter 0.5s 0.6s, opacity 0.5s 0.6s;
  transition: filter 0.5s 0.6s, opacity 0.5s 0.6s;
  transition: filter 0.5s 0.6s, opacity 0.5s 0.6s, -webkit-filter 0.5s 0.6s;
}

.menu.animate-out .navigation li:nth-of-type(4) {
  -webkit-transition: opacity 0.5s 0.7s, -webkit-filter 0.5s 0.7s;
  transition: opacity 0.5s 0.7s, -webkit-filter 0.5s 0.7s;
  -o-transition: filter 0.5s 0.7s, opacity 0.5s 0.7s;
  -moz-transition: filter 0.5s 0.7s, opacity 0.5s 0.7s;
  transition: filter 0.5s 0.7s, opacity 0.5s 0.7s;
  transition: filter 0.5s 0.7s, opacity 0.5s 0.7s, -webkit-filter 0.5s 0.7s;
}

.menu.animate-out .navigation li:nth-of-type(5) {
  -webkit-transition: opacity 0.5s 0.8s, -webkit-filter 0.5s 0.8s;
  transition: opacity 0.5s 0.8s, -webkit-filter 0.5s 0.8s;
  -o-transition: filter 0.5s 0.8s, opacity 0.5s 0.8s;
  -moz-transition: filter 0.5s 0.8s, opacity 0.5s 0.8s;
  transition: filter 0.5s 0.8s, opacity 0.5s 0.8s;
  transition: filter 0.5s 0.8s, opacity 0.5s 0.8s, -webkit-filter 0.5s 0.8s;
}

.menu.animate-out .menu__photo {
  opacity: 0;
  -webkit-transform: translateX(30px);
     -moz-transform: translateX(30px);
      -ms-transform: translateX(30px);
          transform: translateX(30px);
  -webkit-transition: opacity 0.5s 0.3s, -webkit-filter 0.5s 0.3s, -webkit-transform 0.5s 0.3s ease-in-out;
  transition: opacity 0.5s 0.3s, -webkit-filter 0.5s 0.3s, -webkit-transform 0.5s 0.3s ease-in-out;
  -o-transition: filter 0.5s 0.3s, opacity 0.5s 0.3s, transform 0.5s 0.3s ease-in-out;
  -moz-transition: filter 0.5s 0.3s, opacity 0.5s 0.3s, transform 0.5s 0.3s ease-in-out, -moz-transform 0.5s 0.3s ease-in-out;
  transition: filter 0.5s 0.3s, opacity 0.5s 0.3s, transform 0.5s 0.3s ease-in-out;
  transition: filter 0.5s 0.3s, opacity 0.5s 0.3s, transform 0.5s 0.3s ease-in-out, -webkit-filter 0.5s 0.3s, -webkit-transform 0.5s 0.3s ease-in-out, -moz-transform 0.5s 0.3s ease-in-out;
}

.menu.animate-out .menu__contact,
.menu.animate-out .navigation-copyright {
  opacity: 0;
  -webkit-transition: opacity 0.5s 0.8s ease-in-out;
  -o-transition: opacity 0.5s 0.8s ease-in-out;
  -moz-transition: opacity 0.5s 0.8s ease-in-out;
  transition: opacity 0.5s 0.8s ease-in-out;
}

.menu__header {
  position: relative;
  width: 100%;
  height: 100px;
  padding: 0 5vw;
}

.menu__header.dark {
  background-color: #bcb1aa; /*geändert*/
}

.menu__header.light {
  background-color: #ffffff;
}

.menu__header .header-content {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 3vw;
}

@media only screen and (min-width: 768px) {
  .menu__header {
    height: 120px;
  }
}

@media only screen and (min-width: 992px) {
  .menu__header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
  }
  .menu__header.dark {
    background-color: transparent;
  }
  .menu__header.light {
    background-color: transparent;
  }
}

@media only screen and (min-width: 1600px) {
  .menu__header {
    height: 140px;
  }
}

.menu__content {
  position: relative;
  height: auto;
  padding: 0 5vw;
}

@media only screen and (min-width: 992px) {
  .menu__content {
    height: 100%;
  }
}

.menu__navigation,
.menu__photo,
.menu__contact {
  height: auto;
}

@media only screen and (min-width: 992px) {
  .menu__navigation,
  .menu__photo,
  .menu__contact {
    height: 100%;
  }
}

.menu__navigation {
  position: relative;
  z-index: 2;
}

.menu__navigation .navigation-content {
  position: relative;
  width: 100%;
  padding: 30px 0;
}

.menu__navigation .navigation-content .navigation li {
  display: block;
  margin-bottom: 2.4rem;
}

.menu__navigation .navigation-content .navigation li:last-of-type {
  margin-bottom: 0;
}

.menu__navigation .navigation-content .navigation li a {
  display: inline-block;
  position: relative;
  font: normal 400 4rem/1.2 "OldStandardTT", sans-serif;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.menu__navigation .navigation-content .navigation li a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 0%;
  height: 1px;
  -webkit-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}

.no-touch .menu__navigation .navigation-content .navigation li a:hover::after {
  width: 100%;
}

.menu__navigation .navigation-content .navigation li a.dark {
  color: #111111;
}

.menu__navigation .navigation-content .navigation li a.dark::after {
  background-color: #111111;
}

.menu__navigation .navigation-content .navigation li a.light {
  color: #ffffff;
}

.menu__navigation .navigation-content .navigation li a.light::after {
  background-color: #ffffff;
}

.menu__navigation .navigation-copyright {
  padding: 30px 0;
}

.menu__navigation .navigation-copyright .copyright p, .menu__navigation .navigation-copyright .copyright a {
  font: normal 400 1.2rem/1.2 "OpenSans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.16rem;
}

.menu__navigation .navigation-copyright .copyright p.dark, .menu__navigation .navigation-copyright .copyright a.dark {
  color: #111111;
}

.menu__navigation .navigation-copyright .copyright p.light, .menu__navigation .navigation-copyright .copyright a.light {
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
}

.menu__navigation .navigation-copyright .copyright a {
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.no-touch .menu__navigation .navigation-copyright .copyright a.dark:hover {
  color: #707070;
}

.no-touch .menu__navigation .navigation-copyright .copyright a.light:hover {
  color: rgba(255, 255, 255, 0.7);
}

@media only screen and (min-width: 768px) {
  .menu__navigation .navigation-content,
  .menu__navigation .navigation-copyright {
    padding: 40px 0;
  }
  .menu__navigation .navigation-content .navigation li a {
    font-size: 4.5rem;
  }
}

@media only screen and (min-width: 992px) {
  .menu__navigation .navigation-content {
    padding: 0;
    width: 100%;
    height: 100%;
  }
  .menu__navigation .navigation-content .navigation {
    position: absolute;
    left: 0;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
  }
  .menu__navigation .navigation-copyright {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    padding: 0;
  }
}

@media only screen and (min-width: 1600px) {
  .menu__navigation .navigation-content .navigation li a {
    font-size: 6rem;
  }
  .menu__navigation .navigation-copyright {
    bottom: 50px;
  }
}

.menu__photo {
  position: relative;
  height: 600px;
}

.menu__photo .photo {
  position: absolute;
  top: 0;
  left: -5vw;
  width: -webkit-calc(100% + 10vw);
  width: -moz-calc(100% + 10vw);
  width: calc(100% + 10vw);
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
  background-color: #fff;
}

@media only screen and (min-width: 768px) {
  .menu__photo {
    height: 760px;
  }
}

@media only screen and (min-width: 992px) {
  .menu__photo {
    height: 100%;
    min-height: 100%;
  }
  .menu__photo .photo {
    left: 0;
    width: 100%;
  }
}

.menu__contact {
  position: relative;
}

.menu__contact .contact-content {
  padding: 60px 0;
}

.menu__contact .contact-content .contact .contact-item {
  position: relative;
  font: normal 400 1.5rem/1.7 "OpenSans", sans-serif;
  margin-bottom: 3.2rem;
}

.menu__contact .contact-content .contact .contact-item:last-of-type {
  margin-bottom: 0;
}

.menu__contact .contact-content .contact .contact-item p {
  font-size: 1.5rem;
  color: #111111;
}

.menu__contact .contact-content .contact .contact-item p.light {
  font-weight: 300;
  color: #ffffff;
}

.menu__contact .contact-content .contact .contact-item a {
  position: relative;
  font: normal 400 1.5rem/1.7 "OpenSans", sans-serif;
  color: #111111;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.menu__contact .contact-content .contact .contact-item a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #111111;
  -webkit-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}

.no-touch .menu__contact .contact-content .contact .contact-item a:hover {
  color: #111111;
}

.no-touch .menu__contact .contact-content .contact .contact-item a:hover::after {
  width: 100%;
}

.menu__contact .contact-content .contact .contact-item a.light {
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
}

.menu__contact .contact-content .contact .contact-item a.light::after {
  background-color: #ffffff;
}

.no-touch .menu__contact .contact-content .contact .contact-item a.light:hover {
  color: #ffffff;
}

.no-touch .menu__contact .contact-content .contact .contact-item a.light:hover::after {
  width: 100%;
}

.menu__contact .contact-content .contact .contact-item ul {
  display: block;
  position: relative;
}

.menu__contact .contact-content .contact .contact-item ul li {
  display: inline-block;
  margin-right: 2rem;
}

.menu__contact .contact-content .contact .contact-item ul li a {
  font: normal 400 1.6rem/1.2 "OpenSans", sans-serif;
}

.menu__contact .contact-content .contact .contact-item ul li a::after {
  display: none;
}

.no-touch .menu__contact .contact-content .contact .contact-item ul li a:hover {
  color: #707070;
}

@media only screen and (min-width: 768px) {
  .menu__contact .contact-content {
    padding: 80px 0;
  }
}

@media only screen and (min-width: 992px) {
  .menu__contact .contact-content {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    padding: 0;
    text-align: right;
  }
  .menu__contact .contact-content .contact .contact-item ul li {
    margin-right: 0;
    margin-left: 2rem;
  }
}

@media only screen and (min-width: 1600px) {
  .menu__contact .contact-content {
    bottom: 50px;
  }
}

/* ------------------------------------------------*/
/* Menu Styles End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Countdown Styles Start */
/* ------------------------------------------------*/
.media__countdown {
  position: relative;
  padding: 0 5vw;
}

.countdown-content {
  position: relative;
  padding: 0 3vw;
  text-align: center;
  overflow: hidden;
}

#countdown {
  position: relative;
  color: #ffffff;
}

.help-text {
  display: block;
  font: normal 400 1.4rem/1 "OpenSans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.22rem;
  color: #ffffff;
}

.countdown-days #countdown {
  font: normal 400 11rem/1 "OldStandardTT", sans-serif;
  letter-spacing: -0.2rem;
  margin-top: 3rem;
  margin-bottom: 1rem;
}

.countdown-days .countdown-period {
  display: none;
}

@media only screen and (min-width: 768px) {
  .countdown-days #countdown {
    font-size: 14rem;
  }
}

@media only screen and (min-width: 1600px) {
  .countdown-days #countdown {
    font-size: 16rem;
  }
}

/* ------------------------------------------------*/
/* Countdown Styles End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Swiper Slider Custom Styles Start */
/* ------------------------------------------------*/
.media-slider {
  position: relative;
  width: 100%;
  height: 100%;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-container .swiper-slide {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
}

.main-slider-controls {
  background-color: transparent;
  display: none;
}

@media only screen and (min-width: 992px) {
  .main-slider-controls {
    display: block;
    position: absolute;
    right: 5vw;
    bottom: 50px;
    height: 81px;
    padding: 0 3vw;
    z-index: 2;
  }
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next,
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: none;
}

.swiper-button-prev,
.swiper-button-next {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 1.4rem;
  text-align: center;
  background-color: #ffffff;
  color: #000000;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.swiper-button-prev:active, .swiper-button-prev:focus,
.swiper-button-next:active,
.swiper-button-next:focus {
  outline: none;
}

@media only screen and (min-width: 992px) {
  .swiper-button-prev,
  .swiper-button-next {
    position: relative;
  }
}

.swiper-button-next span::after {
  content: "\f3d1";
  display: inline-block;
  font-family: "Ionicons";
}

.swiper-button-prev span::before {
  content: "\f3cf";
  display: inline-block;
  font-family: "Ionicons";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 0;
}

@media only screen and (min-width: 992px) {
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    top: 0;
    right: auto;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    margin: 0;
    margin-bottom: 1px;
  }
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 0;
}

@media only screen and (min-width: 992px) {
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    top: auto;
    bottom: 0;
    left: auto;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    margin: 0;
  }
}

.main-slider-controls.slider-controls-bottom .swiper-button-next,
.main-slider-controls.slider-controls-bottom .swiper-container-rtl .swiper-button-prev {
  top: 0;
  bottom: 0;
  margin: 0;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  z-index: 10;
}

.main-slider-controls.slider-controls-bottom .swiper-button-prev,
.main-slider-controls.slider-controls-bottom .swiper-container-rtl .swiper-button-next {
  top: 0;
  bottom: 0;
  margin: 0;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  z-index: 10;
}

@media only screen and (min-width: 1200px) {
  .main-slider-controls.slider-controls-bottom .swiper-button-next,
  .main-slider-controls.slider-controls-bottom .swiper-container-rtl .swiper-button-prev {
    top: 3.4rem;
    right: auto;
    bottom: auto;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .main-slider-controls.slider-controls-bottom .swiper-button-prev,
  .main-slider-controls.slider-controls-bottom .swiper-container-rtl .swiper-button-next {
    top: auto;
    bottom: 34px;
    left: auto;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: .5;
}

.about-slider {
  position: relative;
}

.about-swiper-container {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.about-swiper-container img {
  display: block;
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .about-swiper-container {
    height: 600px;
  }
  .about-swiper-container .swiper-slide {
    width: auto;
  }
  .about-swiper-container img {
    width: auto;
    height: 100%;
  }
}

.about-slider-controls {
  height: 40px;
  padding: 0 5vw;
  background-color: transparent;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
  width: 100%;
}

.about-slider-controls .controls-container {
  position: relative;
  height: 40px;
  padding: 0 3vw;
  text-align: right;
}

.about-slider-controls a {
  display: inline-block;
  position: relative;
  width: auto;
  background-color: #ffffff;
  height: 40px;
  font: normal 600 1.2rem/44px "OpenSans", sans-serif;
  letter-spacing: 0.26rem;
  text-transform: uppercase;
  color: #111111;
  outline: none;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.about-slider-controls a::after {
  clear: both;
  content: "";
  display: table;
}

.about-slider-controls a i {
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  font-size: 1.4rem;
  text-align: center;
}

.about-slider-controls a .controls-caption {
  display: none;
  float: left;
  height: 40px;
}

.about-slider-controls a.dark {
  font-weight: 400;
  background-color: #bcb1aa; /*geändert*/
  color: #ffffff;
}

.no-touch .about-slider-controls a:hover {
  color: #707070;
}

.no-touch .about-slider-controls a:hover.dark {
  color: rgba(255, 255, 255, 0.7);
}

.about-slider-controls .about-swiper-button-next {
  padding: 0;
  margin-left: -5px;
}

.about-slider-controls .about-swiper-button-next .controls-caption {
  padding-right: 1.2rem;
}

.about-slider-controls .about-swiper-button-prev {
  padding: 0;
}

.about-slider-controls .about-swiper-button-prev .controls-caption {
  padding-left: 1.2rem;
}

@media only screen and (min-width: 992px) {
  .about-slider-controls a i {
    width: auto;
    text-align: left;
  }
  .about-slider-controls a .controls-caption {
    display: block;
  }
  .about-slider-controls .about-swiper-button-next {
    padding: 0 3.2rem;
  }
  .about-slider-controls .about-swiper-button-prev {
    padding: 0 3.2rem;
  }
}

/* ------------------------------------------------*/
/* Swiper Slider Custom Styles End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Content Section Styles Start */
/* ------------------------------------------------*/
.content-section {
  position: relative;
  overflow: hidden;
}

.content-section.dark {
  background-color: #bcb1aa; /*geändert*/
}

.content-section.light {
  background-color: #ffffff;
}

.content-section__info {
  padding: 100px 0;
}

@media only screen and (min-width: 768px) {
  .content-section__info {
    padding: 120px 0;
  }
}

@media only screen and (min-width: 1600px) {
  .content-section__info {
    padding: 180px 0;
  }
}

.content-section__media {
  position: relative;
  overflow: hidden;
  padding: 0;
}

.content-section__media::after {
  clear: both;
  content: "";
  display: table;
}

.content-section__media.dark {
  background-color: #fff;
}

.content-section__media.light {
  background-color: #f6f1ee;
}

.content-section__media.media-padding {
  padding: 100px 0;
}

@media only screen and (min-width: 768px) {
  .content-section__media.media-padding {
    padding: 120px 0;
  }
}

@media only screen and (min-width: 1600px) {
  .content-section__media.media-padding {
    padding: 180px 0;
  }
}

.info__wrapper {
  position: relative;
  padding: 0 5vw;
}

.media__wrapper {
  position: relative;
  z-index: 3;
}

.content-block {
  margin-bottom: 60px;
}

.content-block:last-of-type {
  margin-bottom: 0;
}

.content-block.mobile-margin {
  margin-bottom: 60px;
}

.content-block.mobile-margin:last-of-type {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .content-block {
    margin-bottom: 80px;
  }
  .content-block.mobile-margin {
    margin-bottom: 80px;
  }
}

@media only screen and (min-width: 992px) {
  .content-block.mobile-margin {
    margin-bottom: 0;
  }
}

.media-services {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
  background-attachment: fixed;
}

/* ------------------------------------------------*/
/* Content Section Styles End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Popup Dialogs Start */
/* ------------------------------------------------*/
.popup {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  min-height: 480px;
  z-index: 10;
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}

.popup.light {
  background-color: #ffffff;
}

.popup.dark {
  background-color: #bcb1aa; /*geändert*/
}

.popup .popup-title__title,
.popup .popup-title__text,
.popup .form-container {
  opacity: 0;
  -webkit-transform: translateY(30px);
     -moz-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.3s, -webkit-filter 0.3s;
  transition: opacity 0.3s, -webkit-filter 0.3s;
  -o-transition: opacity 0.3s, filter 0.3s;
  -moz-transition: opacity 0.3s, filter 0.3s;
  transition: opacity 0.3s, filter 0.3s;
  transition: opacity 0.3s, filter 0.3s, -webkit-filter 0.3s;
}

.popup.animate-in {
  opacity: 1;
  visibility: visible;
}

.popup.animate-in .popup-title__title {
  opacity: 1;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.5s 0.8s, -webkit-filter 0.5s 0.8s, -webkit-transform 0.5s 0.8s;
  transition: opacity 0.5s 0.8s, -webkit-filter 0.5s 0.8s, -webkit-transform 0.5s 0.8s;
  -o-transition: filter 0.5s 0.8s, opacity 0.5s 0.8s, transform 0.5s 0.8s;
  -moz-transition: filter 0.5s 0.8s, opacity 0.5s 0.8s, transform 0.5s 0.8s, -moz-transform 0.5s 0.8s;
  transition: filter 0.5s 0.8s, opacity 0.5s 0.8s, transform 0.5s 0.8s;
  transition: filter 0.5s 0.8s, opacity 0.5s 0.8s, transform 0.5s 0.8s, -webkit-filter 0.5s 0.8s, -webkit-transform 0.5s 0.8s, -moz-transform 0.5s 0.8s;
}

.popup.animate-in .popup-title__text {
  opacity: 1;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.5s 0.9s, -webkit-filter 0.5s 0.9s, -webkit-transform 0.5s 0.9s;
  transition: opacity 0.5s 0.9s, -webkit-filter 0.5s 0.9s, -webkit-transform 0.5s 0.9s;
  -o-transition: filter 0.5s 0.9s, opacity 0.5s 0.9s, transform 0.5s 0.9s;
  -moz-transition: filter 0.5s 0.9s, opacity 0.5s 0.9s, transform 0.5s 0.9s, -moz-transform 0.5s 0.9s;
  transition: filter 0.5s 0.9s, opacity 0.5s 0.9s, transform 0.5s 0.9s;
  transition: filter 0.5s 0.9s, opacity 0.5s 0.9s, transform 0.5s 0.9s, -webkit-filter 0.5s 0.9s, -webkit-transform 0.5s 0.9s, -moz-transform 0.5s 0.9s;
}

.popup.animate-in .form-container {
  opacity: 1;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.5s 1s, -webkit-filter 0.5s 1s, -webkit-transform 0.5s 1s;
  transition: opacity 0.5s 1s, -webkit-filter 0.5s 1s, -webkit-transform 0.5s 1s;
  -o-transition: filter 0.5s 1s, opacity 0.5s 1s, transform 0.5s 1s;
  -moz-transition: filter 0.5s 1s, opacity 0.5s 1s, transform 0.5s 1s, -moz-transform 0.5s 1s;
  transition: filter 0.5s 1s, opacity 0.5s 1s, transform 0.5s 1s;
  transition: filter 0.5s 1s, opacity 0.5s 1s, transform 0.5s 1s, -webkit-filter 0.5s 1s, -webkit-transform 0.5s 1s, -moz-transform 0.5s 1s;
}

.popup.animate-out {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .6s .8s ease-in-out;
  -o-transition: all .6s .8s ease-in-out;
  -moz-transition: all .6s .8s ease-in-out;
  transition: all .6s .8s ease-in-out;
}

.popup.animate-out .popup-title__title {
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-filter 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-filter 0.5s, -webkit-transform 0.5s;
  -o-transition: filter 0.5s, opacity 0.5s, transform 0.5s;
  -moz-transition: filter 0.5s, opacity 0.5s, transform 0.5s, -moz-transform 0.5s;
  transition: filter 0.5s, opacity 0.5s, transform 0.5s;
  transition: filter 0.5s, opacity 0.5s, transform 0.5s, -webkit-filter 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
}

.popup.animate-out .popup-title__text {
  opacity: 0;
  -webkit-transition: opacity 0.5s 0.1s, -webkit-filter 0.5s 0.1s, -webkit-transform 0.5s 0.1s;
  transition: opacity 0.5s 0.1s, -webkit-filter 0.5s 0.1s, -webkit-transform 0.5s 0.1s;
  -o-transition: filter 0.5s 0.1s, opacity 0.5s 0.1s, transform 0.5s 0.1s;
  -moz-transition: filter 0.5s 0.1s, opacity 0.5s 0.1s, transform 0.5s 0.1s, -moz-transform 0.5s 0.1s;
  transition: filter 0.5s 0.1s, opacity 0.5s 0.1s, transform 0.5s 0.1s;
  transition: filter 0.5s 0.1s, opacity 0.5s 0.1s, transform 0.5s 0.1s, -webkit-filter 0.5s 0.1s, -webkit-transform 0.5s 0.1s, -moz-transform 0.5s 0.1s;
}

.popup.animate-out .form-container {
  opacity: 0;
  -webkit-transition: opacity 0.5s 0.2s, -webkit-filter 0.5s 0.2s, -webkit-transform 0.5s 0.2s;
  transition: opacity 0.5s 0.2s, -webkit-filter 0.5s 0.2s, -webkit-transform 0.5s 0.2s;
  -o-transition: filter 0.5s 0.2s, opacity 0.5s 0.2s, transform 0.5s 0.2s;
  -moz-transition: filter 0.5s 0.2s, opacity 0.5s 0.2s, transform 0.5s 0.2s, -moz-transform 0.5s 0.2s;
  transition: filter 0.5s 0.2s, opacity 0.5s 0.2s, transform 0.5s 0.2s;
  transition: filter 0.5s 0.2s, opacity 0.5s 0.2s, transform 0.5s 0.2s, -webkit-filter 0.5s 0.2s, -webkit-transform 0.5s 0.2s, -moz-transform 0.5s 0.2s;
}

@media only screen and (min-width: 992px) {
  .popup {
    min-height: 568px;
    overflow: hidden;
  }
}

@media only screen and (min-width: 1600px) {
  .popup {
    min-height: 654px;
  }
}

.popup__header {
  position: relative;
  width: 100%;
  height: 100px;
  padding: 0 5vw;
}

.popup__header .header-content {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 3vw;
}

@media only screen and (min-width: 768px) {
  .popup__header {
    height: 120px;
  }
}

@media only screen and (min-width: 992px) {
  .popup__header {
    position: absolute;
    top: 0;
    left: 0;
    height: 120px;
    background-color: transparent;
    z-index: 4;
  }
}

@media only screen and (min-width: 1600px) {
  .popup__header {
    height: 140px;
  }
}

.close-button {
  position: absolute;
  right: 3vw;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.popup__content {
  position: relative;
  height: auto;
  padding: 0 5vw;
}

.popup__content .popup-container {
  position: relative;
  width: 100%;
  padding: 30px 0;
}

.popup__content .popup-title,
.popup__content .popup-form {
  position: relative;
  text-align: center;
}

.popup__content .popup-form {
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .popup__content .popup-container {
    padding: 50px 0;
  }
}

@media only screen and (min-width: 992px) {
  .popup__content {
    height: 100%;
  }
  .popup__content .popup-container {
    padding: 0;
    position: absolute;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
  }
  .popup__content .popup-form {
    margin-bottom: 0;
  }
}

.popup-title__title {
  font: normal 400 3rem/1.2 "OldStandardTT", sans-serif;
  margin-bottom: 3rem;
}

.popup-title__title.dark {
  color: #111111;
}

.popup-title__title.light {
  color: #ffffff;
}

@media only screen and (min-width: 768px) {
  .popup-title__title {
    font-size: 4rem;
  }
}

@media only screen and (min-width: 1600px) {
  .popup-title__title {
    font-size: 5rem;
  }
}

.popup-title__text {
  font: normal 400 1.5rem/1.7 "OpenSans", sans-serif;
}

.popup-title__text.dark {
  color: #363636;
}

.popup-title__text.light {
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
}

@media only screen and (min-width: 768px) {
  .popup-title__text {
    font-size: 1.6rem;
  }
}

/* ------------------------------------------------*/
/* Popup Dialogs End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Custom Skillbars Styles Start */
/* ------------------------------------------------*/
.show-skillbar {
  display: block;
  padding: 0;
  margin-bottom: 2.4rem;
}

.show-skillbar:last-of-type {
  margin-bottom: 0;
}

.skillbar {
  position: relative;
  width: 100%;
  height: 4rem;
  border-bottom: 1px solid #E6E6E6;
}

.skillbar.light {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.skillbar-title {
  position: absolute;
  top: 0;
  left: 2px;
  font: normal 400 2.6rem/1.06 "OldStandardTT", sans-serif;
  color: #111111;
  height: 4rem;
  line-height: 4.6rem;
}

.skillbar-title.light {
  color: #ffffff;
}

.skillbar-bar {
  display: inline-block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0px;
  height: 1px;
  background-color: #111111;
}

.skillbar-bar.light {
  background-color: #ffffff;
}

.skill-bar-percent {
  display: block;
  position: absolute;
  top: 0;
  right: 2px;
  font: normal 400 2.4rem/1.06 "OldStandardTT", sans-serif;
  color: #111111;
  height: 4rem;
  line-height: 4.6rem;
}

.skill-bar-percent.light {
  color: #ffffff;
}

/* ------------------------------------------------*/
/* Custom Skillbars Styles End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Features Styles Start */
/* ------------------------------------------------*/
.feature-item {
  position: relative;
  margin-bottom: 60px;
}

.feature-item:last-of-type {
  margin-bottom: 0;
}

.feature-item img {
  width: auto;
  max-width: 138px;
  height: 100%;
  margin-bottom: 3.4rem;
}

@media only screen and (min-width: 768px) {
  .feature-item {
    margin-bottom: 80px;
  }
  .feature-item:nth-last-of-type(2) {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .feature-item {
    margin-bottom: 0;
  }
}

.feature-item-wrapper {
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .feature-item-wrapper {
    padding: 0 2rem;
  }
  .feature-item-wrapper p {
    max-width: 310px;
  }
}

/* ------------------------------------------------*/
/* Features Styles End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Partners Block Start */
/* ------------------------------------------------*/
.media__partners {
  position: relative;
  padding: 0 5vw;
}

.partners-content {
  position: relative;
  padding: 0 3vw;
  overflow: hidden;
}

.partner-link {
  display: block;
  position: relative;
  cursor: pointer;
}

.partner-link img {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

@media only screen and (min-width: 992px) {
  .partner-link img {
    opacity: .6;
  }
  .no-touch .partner-link:hover img {
    opacity: 1;
  }
}

/* ------------------------------------------------*/
/* Partners Block End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Contact Data Start */
/* ------------------------------------------------*/
.contact-data {
  position: relative;
  margin-top: 3.8rem;
}

.contact-data::after {
  clear: both;
  content: "";
  display: table;
}

.contact-data__item {
  margin-bottom: 3.4rem;
}

.contact-data__item:last-of-type {
  margin-bottom: 0;
}

.contact-data__item p {
  font-size: 1.5rem;
  color: #444444;
  margin-top: .2rem;
}

.contact-data__item p a {
  position: relative;
  display: inline-block;
  color: #444444;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.contact-data__item p a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #111111;
  -webkit-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}

.no-touch .contact-data__item p a:hover {
  color: #111111;
}

.no-touch .contact-data__item p a:hover::after {
  width: 100%;
}

.contact-data__item p.light {
  color: rgba(255, 255, 255, 0.8);
}

.contact-data__item p.light a {
  color: rgba(255, 255, 255, 0.8);
}

.contact-data__item p.light a::after {
  background-color: #ffffff;
}

.no-touch .contact-data__item p.light a:hover {
  color: #ffffff;
}

.contact-data__item ul {
  font: normal 400 1.5rem/1.8 "OpenSans", sans-serif;
  margin-top: .2rem;
}

.contact-data__item ul a {
  position: relative;
  display: inline-block;
  color: #444444;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.contact-data__item ul a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #111111;
  -webkit-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}

.no-touch .contact-data__item ul li:hover a {
  color: #111111;
}

.no-touch .contact-data__item ul li:hover a::after {
  width: 100%;
}

.contact-data__item ul.light {
  font-weight: 300;
}

.contact-data__item ul.light a {
  color: rgba(255, 255, 255, 0.7);
}

.contact-data__item ul.light a::after {
  background-color: #ffffff;
}

.no-touch .contact-data__item ul.light li:hover a {
  color: #ffffff;
}

@media only screen and (min-width: 576px) {
  .contact-data__item:nth-last-of-type(2) {
    margin-bottom: 0;
  }
}

/* ------------------------------------------------*/
/* Contact Data End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Footer Start */
/* ------------------------------------------------*/
.footer {
  position: relative;
  padding: 100px 0;
}

.footer.light {
  background-color: #ffffff;
}

.footer.dark {
  background-color: #bcb1aa; /*geändert*/
}

@media only screen and (min-width: 768px) {
  .footer {
    padding: 120px 0;
  }
}

.footer__content {
  position: relative;
  padding: 0 5vw;
}

.footer__logo {
  text-align: center;
  margin-bottom: 3.6rem;
}

.footer__logo img {
  width: auto;
  margin: 0 auto;
}

.footer__slogan {
  text-align: center;
}

.footer__slogan p {
  font-weight: 400;
  font-size: 1.5rem;
  max-width: 400px;
  color: #111111;
  margin: 0 auto 3rem;
}

.footer__slogan p.light {
  font-weight: 300;
  color: #ffffff;
}

.footer__socials {
  text-align: center;
}

.footer__socials ul {
  display: block;
  position: relative;
}

.footer__socials ul li {
  display: inline-block;
  line-height: 1.3;
  margin-right: 2rem;
}

.footer__socials ul li:last-of-type {
  margin-right: 0;
}

.footer__socials ul li a {
  font-size: 1.6rem;
  color: #111111;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.footer__socials ul li a.light {
  color: #ffffff;
}

@media only screen and (min-width: 1200px) {
  .footer__socials ul li a {
    color: #363636;
  }
  .footer__socials ul li a.light {
    color: rgba(255, 255, 255, 0.7);
  }
  .no-touch .footer__socials ul li a:hover {
    color: #111111;
  }
  .no-touch .footer__socials ul li a:hover.light {
    color: #ffffff;
  }
}

/* ------------------------------------------------*/
/* Footer End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Gallery Custom Styles Start */
/* ------------------------------------------------*/
.gallery {
  position: relative;
}

.my-gallery figure {
  position: relative;
  cursor: pointer;
  margin-bottom: 60px;
  -webkit-perspective: 400px;
     -moz-perspective: 400px;
          perspective: 400px;
  -webkit-perspective-origin: left center;
     -moz-perspective-origin: left center;
          perspective-origin: left center;
}

.my-gallery figure:last-of-type {
  margin-bottom: 0;
}

.my-gallery figure a {
  display: block;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out, -moz-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out, -moz-transform 0.5s ease-in-out;
  background-color: #f4f4f4;
}

.my-gallery figure img {
  opacity: 1;
  -webkit-transition: opacity 0.8s ease-in-out, -webkit-transform 0.8s;
  transition: opacity 0.8s ease-in-out, -webkit-transform 0.8s;
  -o-transition: transform 0.8s, opacity 0.8s ease-in-out;
  -moz-transition: transform 0.8s, opacity 0.8s ease-in-out, -moz-transform 0.8s;
  transition: transform 0.8s, opacity 0.8s ease-in-out;
  transition: transform 0.8s, opacity 0.8s ease-in-out, -webkit-transform 0.8s, -moz-transform 0.8s;
}

.my-gallery figure figcaption {
  position: relative;
  display: block;
  margin-top: 2rem;
}

.my-gallery figure figcaption h3 {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.my-gallery figure figcaption h3::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #111111;
  -webkit-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}

.my-gallery figure figcaption h3.light::after {
  background-color: #ffffff;
}

.my-gallery figure figcaption p {
  display: none;
}

@media only screen and (min-width: 768px) {
  .my-gallery figure {
    margin-bottom: 80px;
  }
  .my-gallery figure:nth-last-of-type(2) {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .my-gallery figure:nth-last-of-type(3) {
    margin-bottom: 0;
  }
}

.no-touch .my-gallery figure:hover img {
  opacity: .6;
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
     -moz-transform: scale3d(1.1, 1.1, 1.1);
          transform: scale3d(1.1, 1.1, 1.1);
}

.no-touch .my-gallery figure:hover figcaption h3::after {
  width: 100%;
}

.pswp__caption__center h3 {
  font: normal 400 3rem/1.2 "OldStandardTT", sans-serif;
  margin-bottom: 2rem;
  color: #ffffff;
}

.pswp__caption__center h3 small {
  display: block;
  font: normal 400 1.3rem/1.2 "OpenSans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.26rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: .8rem;
}

.pswp__caption__center p {
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.7);
}

.pswp__counter {
  font-family: "OldStandardTT", sans-serif;
  font-size: 1.6rem;
}

.pswp__button--close {
  opacity: 1;
}

.pswp__button--arrow--left::before, .pswp__button--arrow--right::before {
  width: 44px;
  height: 44px;
}

.pswp__button--arrow--left:before {
  left: 0;
  background-position: -132px -44px;
}

.pswp__button--arrow--right:before {
  right: 0;
  background-position: -88px -44px;
}

.pswp__bg {
  background: #232323;
}

.pswp__caption, .pswp__top-bar {
  background-color: rgba(0, 0, 0, 0.3);
}

.pswp__button--close {
  position: relative;
  background-color: #ffffff;
}

.pswp__button--close:active {
  opacity: 1;
}

/* ------------------------------------------------*/
/* Gallery Custom Styles End */
/* ------------------------------------------------*/
