/* Scss Document */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100,300,600&display=swap");
html,
body {
  height: 100%;
  min-height: 100%;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  background-color: #000;
  color: #fff; }

a {
  color: #000; }

a:hover {
  color: #666; }

body {
  margin: 0; }

#c-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2em 1em;
  box-sizing: border-box;
  background-color: #fff;
  color: #000;
  text-align: center;
  z-index: 10000;
  -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0);
  box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0); }
  #c-banner .button {
    display: inline-block;
    background-color: #fff;
    padding: .5em 1em;
    margin: 1em;
    border-radius: .5em;
    color: #000;
    cursor: pointer; }
  #c-banner .button:hover {
    -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0);
    box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0); }

/*header*/
.cd-header {
  position: relative;
  width: 100%;
  z-index: 10;
  /*background-color: rgba(255,255,255,.7);*/ }
  .cd-header .logo {
    position: relative;
    width: 30em;
    height: 10em;
    margin: auto;
    background-image: url("../images/Logo-DT.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    z-index: 1000; }

/*header*/
.m-open {
  background-image: url("../images/icon_menu_mobile.svg"); }

.m-close {
  background-image: url("../images/icon_menu_close.svg"); }

.mobile-wrapper {
  position: fixed;
  width: 100%;
  height: 3em;
  right: 0em;
  bottom: 0em;
  display: none;
  background-color: #fff;
  z-index: 1000; }

.mobile {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 3em;
  width: 100%;
  height: 3em;
  cursor: pointer; }

.main-nav {
  width: 100%;
  background-color: #fff; }
  .main-nav ul {
    text-align: center;
    margin: .5em 2em; }
  .main-nav ul li {
    display: inline-flex;
    margin-right: .5em;
    position: relative; }
  .main-nav ul li:last-child {
    margin-right: 0em; }
  .main-nav ul li .strip {
    position: absolute;
    bottom: 5px;
    left: 0;
    height: 3px;
    /*background-color:$primaryColor;*/
    background-color: #fff;
    width: 0%;
    z-index: 1;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease; }
  .main-nav ul li:hover > .strip {
    width: 100%;
    display: block; }
  .main-nav ul li a {
    position: relative;
    color: #333;
    text-decoration: none;
    padding: 0.5em 0.5em;
    z-index: 2;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    letter-spacing: .08em; }
  .main-nav .active {
    font-weight: 600; }

.bg-style {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  /* background-attachment: fixed;	*/
  background-image: url("../images/bg_01.svg");
  background-repeat: no-repeat; }

.cd-main-content {
  /* you need to assign a min-height to the main content so that the children can inherit it*/
  height: 100%;
  position: relative;
  z-index: 1; }

.cd-fixed-body {
  position: fixed;
  min-height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  z-index: -10; }

.cd-fixed-bg {
  position: relative;
  min-height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  z-index: 1; }

.cd-fixed-bg:first-child {
  min-height: 80%; }

.cd-scrolling-bg-free {
  padding: 4em 0 0 0;
  z-index: 2; }

.cd-scrolling-bg-free-padding {
  padding: 4em 0;
  z-index: 2; }

.cd-scrolling-no-padding {
  padding: 0;
  z-index: 2; }

.colored-0 {
  background-color: #fff; }

.colored-1 {
  background-color: #fff; }

.mt-2p {
  margin-top: 2%; }

.mt-10p {
  margin-top: 10%; }

.mt-20p {
  margin-top: 20%; }

.mt-40p {
  margin-top: 40%; }

.mt-45p {
  margin-top: 45%; }

.mt-4em {
  margin-top: 4em; }

.mt-8em {
  margin-top: 8em; }

.mb-2em {
  margin-bottom: 2em; }

.mb-4em {
  margin-bottom: 4em; }

.cd-scrolling-bg {
  position: relative;
  /* min-height: 100%;*/
  padding: 4em 0;
  line-height: 1.6;
  /* box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);*/
  z-index: 2; }

.cd-scrolling-bg:first-child {
  padding-top: 0em; }

.ref-slider .ref-slide {
  position: relative;
  text-align: center; }
  .ref-slider .ref-slide .text {
    text-align: left;
    width: 90%;
    margin: auto;
    padding: 2em;
    box-sizing: border-box;
    font-weight: 300; }

.slider {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 100; }

.slider-picture {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative; }

.info-box-slider {
  position: absolute;
  /*border:1px solid red;*/
  top: 55%;
  -webkit-transform: translate(0, -55%);
  -ms-transform: translate(0, -55%);
  transform: translate(0, -55%);
  left: 200px;
  opacity: 0;
  -webkit-transition: all   ease-out 1s;
  -moz-transition: all  ease-out 1s;
  -o-transition: all  ease-out 1s;
  transition: all  ease-out 1s;
  transition-delay: .3s;
  color: #fff;
  text-shadow: 1px 1px 3px black; }
  .info-box-slider a {
    background: #fff;
    opacity: 1;
    padding: 1em 2em 1em 2em;
    box-shadow: none;
    border-width: 0px;
    border-style: solid;
    border-color: #000000;
    border-color: RGBA(0, 0, 0, 1);
    border-radius: 99px;
    overflow: hidden;
    text-decoration: none;
    color: #000;
    text-shadow: none; }
  .info-box-slider a:hover {
    color: #fff;
    background-color: #fff; }
  .info-box-slider a[href^="tel:"] {
    background: none;
    opacity: 1;
    padding: 0;
    box-shadow: none;
    border: none;
    overflow: hidden;
    text-decoration: none;
    color: #000;
    text-shadow: none;
    font-weight: 600; }

.slick-active .info-box-slider {
  opacity: 1;
  left: 100px; }

.slider-picture:before {
  content: "";
  display: block;
  padding-top: 50%;
  /* initial ratio of 1:1*/ }

.bottom-nav ul {
  display: block;
  width: 100%;
  text-align: right;
  margin-top: 1em; }
.bottom-nav ul li {
  display: inline-block; }
.bottom-nav ul li a {
  text-decoration: none;
  /*color:$primaryColor;*/
  color: #fff;
  padding: 0.5em 1em;
  z-index: 2;
  font-family: 'Roboto', sans-serif;
  font-size: .9em;
  font-weight: 100;
  letter-spacing: .1em; }

.footer {
  color: #000; }
  .footer .color_box-2 {
    background-color: #fff;
    color: #000;
    padding: 1em;
    margin: 1em;
    box-sizing: border-box;
    font-size: 1em;
    font-weight: 200;
    box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1); }

.social-media-container {
  position: fixed;
  right: 0;
  top: 8em;
  width: 0em;
  overflow: visible;
  z-index: 1000; }
  .social-media-container .social-media {
    z-index: 1000;
    background-color: #fff;
    background-size: 1.2em;
    background-position: .8em center;
    background-repeat: no-repeat;
    color: #000;
    font-weight: 400;
    border-radius: 90px 0 0 90px;
    border: 1px dotted #000;
    cursor: pointer;
    padding: .5em 2em;
    padding-left: 3em;
    position: absolute;
    right: -15em;
    display: block;
    width: 18em;
    font-size: 1em;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease; }
  .social-media-container .social-media:hover {
    right: 0em; }
  .social-media-container .social-media a {
    color: inherit;
    text-decoration: none; }

.fb {
  background-image: url("../images/fb.svg"); }

.insta {
  background-image: url("../images/instagram.svg"); }

.mail {
  background-image: url("../images/email.svg"); }

.tel {
  background-image: url("../images/tel.svg"); }

.geo {
  background-image: url("../images/geo.svg"); }

.time {
  background-image: url("../images/time.svg"); }

.t-0 {
  top: 0; }

.t-3 {
  top: 3em; }

.t-6 {
  top: 6em; }

.t-9 {
  top: 9em; }

.border-top-dotted {
  border-top: 1px #fff dotted; }

.social-media-box {
  width: 100%;
  padding: 1em;
  box-sizing: border-box;
  border: 1px solid #000;
  display: block; }
  .social-media-box .social-media-icon {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    width: 80%;
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
    height: 1.5em;
    content: ""; }
  .social-media-box .social-media-text {
    padding: 1em;
    color: #000;
    text-align: center;
    font-weight: 500; }
  .social-media-box a {
    color: #000;
    text-align: center;
    font-weight: 500;
    text-decoration: none; }
  .social-media-box a:visited {
    color: #000;
    text-align: center;
    font-weight: 500;
    text-decoration: none; }

.clickable {
  cursor: pointer;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }

.clickable:hover {
  -webkit-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.75); }

.bg-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.bg-image-fixed {
  background-attachment: fixed; }

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

.color_box {
  background-color: #fff;
  color: #fff;
  padding: 1em;
  margin: 1em;
  box-sizing: border-box;
  font-size: 1em;
  font-weight: 200; }

.row h1 {
  /*font-weight: 100;*/ }

.werte {
  margin-bottom: 1em; }
  .werte .wrapper {
    margin-bottom: 1em;
    padding: 2em 0em;
    box-sizing: border-box; }
  .werte .wrapper:nth-child(odd) {
    background: #fff; }
  .werte .wrapper:nth-child(odd) > .counter {
    color: #fff; }
  .werte .wrapper:nth-child(odd) > .text {
    color: #fff;
    /*text-shadow: 0px 0px 1px #630;*/ }
  .werte .text {
    padding: 1em 6em 1em 1em;
    box-sizing: border-box;
    font-weight: 400; }
  .werte .counter {
    font-size: 4em;
    text-align: center;
    box-sizing: border-box;
    font-weight: 100;
    color: #fff; }

.nav-element {
  position: relative;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  border: 1px solid #fff; }
  .nav-element .picture-container {
    width: 100%;
    position: relative;
    margin: auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .2s ease-in-out; }
    .nav-element .picture-container .titel {
      position: absolute;
      width: 80%;
      left: 10%;
      text-align: center;
      bottom: 25%;
      color: #fff;
      font-weight: 600;
      font-size: 1.2em;
      text-transform: uppercase;
      text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.6); }
    .nav-element .picture-container .more {
      background-color: #fff;
      padding: .5em 1em;
      color: #000;
      display: inline-block;
      margin-bottom: 2em; }
  .nav-element .picture-container:before {
    content: "";
    display: block;
    padding-top: 80%;
    /* initial ratio of 1:1*/ }

.picture-container:hover {
  transform: scale(1.05);
  z-index: 2; }

#contact {
  position: relative; }
  #contact input[type=text] {
    width: 100%;
    padding: 1em;
    box-sizing: border-box;
    border: none;
    border: 1px solid #fff;
    border-radius: .2em;
    background-color: #fff;
    color: #000; }
  #contact input[type=submit] {
    padding: .5em 1em;
    box-sizing: border-box;
    border: none;
    border: 1px solid #fff;
    border-radius: 99px;
    background-color: #fff;
    color: #000;
    -webkit-transition: all   ease-out .5s;
    -moz-transition: all  ease-out .51s;
    -o-transition: all  ease-out .5s;
    transition: all  ease-out .5s; }
  #contact input[type=submit]:hover {
    color: #fff;
    background-color: #fff; }
  #contact textarea {
    width: 100%;
    height: 15em;
    padding: 1em;
    box-sizing: border-box;
    border: none;
    border: 1px solid #fff;
    border-radius: .2em;
    background-color: #fff;
    color: #fff;
    resize: vertical; }
  #contact .trenner {
    margin-left: 1em;
    font-size: .8em; }
  #contact #wait {
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 200;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 5em;
    background-position: center center;
    background-image: url("../images/wait.gif");
    background-color: rgba(255, 255, 255, 0.7); }

@media screen and (max-width: 992px) {
  html, body {
    margin-bottom: 3em;
    height: auto;
    min-height: inherit; }

  .cd-header .logo {
    width: 80%;
    margin: auto;
    height: 5em; }

  .slider-picture:before {
    padding-top: 120%; }

  .info-box-slider {
    width: 100%;
    margin: auto;
    left: 0px;
    text-align: center; }
    .info-box-slider h1 {
      font-size: 1.2em; }
    .info-box-slider h2 {
      font-size: 1em; }
    .info-box-slider p {
      font-size: .8em; }

  .slick-active .info-box-slider {
    opacity: 1;
    left: 0px; }

  .cd-fixed-bg {
    position: relative;
    min-height: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    z-index: 1; }

  .social-media-container {
    display: none; }

  .social-media-box {
    margin: .5em 0; }

  .mobile-wrapper {
    display: block; }

  .main-nav {
    width: 100%;
    z-index: 10000;
    background-color: #fff;
    height: auto;
    margin-top: 0em;
    display: none; }
    .main-nav ul {
      text-align: left;
      margin: .5em 2em;
      position: relative;
      padding: 3em 0;
      display: none; }
    .main-nav ul li {
      display: block;
      margin: 1em 0em;
      position: relative;
      text-align: center; }
    .main-nav ul li:last-child {
      margin-right: 0em; }
    .main-nav ul li .strip {
      position: absolute;
      bottom: 5px;
      left: 0;
      height: 1px;
      /*background-color:$primaryColor;*/
      background-color: #fff;
      width: 100%;
      z-index: 1;
      opacity: 0;
      -webkit-transition: all .8s ease;
      -moz-transition: all .8s ease;
      -ms-transition: all .8s ease;
      -o-transition: all .8s ease;
      transition: all .8s ease; }
    .main-nav ul li:hover > .strip {
      width: 100%;
      display: block;
      opacity: 1; }
    .main-nav ul li:hover > .hidden_ul {
      display: block;
      opacity: 1; }
    .main-nav ul li a {
      position: relative;
      color: #fff;
      text-decoration: none;
      padding: 0.5em 0.5em;
      z-index: 2;
      font-family: 'Open Sans Condensed', sans-serif;
      font-weight: 400;
      letter-spacing: .08em;
      text-transform: uppercase;
      font-size: 1.2em;
      text-align: center;
      width: 100%;
      text-shadow: 1px 1px 3px black; }
    .main-nav .active {
      font-weight: 600; }

  .werte .text {
    padding: 1em;
    text-align: justify; }

  .bottom-nav ul {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 1em;
    padding: 0; }
  .bottom-nav ul li {
    display: block; }
  .bottom-nav ul li a {
    text-decoration: none;
    /*color:$primaryColor;*/
    color: #fff;
    padding: 0.5em 1em;
    z-index: 2;
    font-family: 'Roboto', sans-serif;
    font-size: .9em;
    font-weight: 100;
    letter-spacing: .1em; } }
