/* 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");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@300&display=swap");
html,
body {
  height: 100%;
  min-height: 100%;
  font-family: 'Montserrat', sans-serif;
  font-weight: 200; }

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: #f39201;
  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); }

.button_circle {
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  border-radius: 50%;
  font-size: 1em;
  color: #fff;
  text-align: center;
  background: #666;
  cursor: pointer;
  -webkit-transition: all   ease-out .5s;
  -moz-transition: all  ease-out .51s;
  -o-transition: all  ease-out .5s;
  transition: all  ease-out .5s; }

.button_circle:hover {
  background: #333; }

/*header*/
.cd-header {
  position: relative;
  width: 100%;
  z-index: 10;
  background-color: #fff;
  /*	border-bottom:1px dotted $primaryColor;*/
  /*	-webkit-box-shadow: 0 8px 6px -6px grey;
  	   -moz-box-shadow: 0 8px 6px -6px grey;
  	        box-shadow: 0 8px 6px -6px grey;*/ }
  .cd-header .logo {
    position: relative;
    cursor: pointer;
    z-index: 1000;
    font-size: 2em;
    font-weight: 600; }

/*header*/
.nav-work ul {
  list-style-type: none; }
.nav-work ul li {
  font-family: 'Open Sans Condensed', sans-serif; }
.nav-work ul li a {
  text-decoration: none; }

.main-nav-side {
  position: relative;
  font-family: 'Open Sans Condensed', sans-serif;
  letter-spacing: .1em; }
  .main-nav-side ul {
    position: relative;
    padding: 0;
    margin: 5% 0 7.5% 0; }
  .main-nav-side ul li {
    position: relative;
    list-style-type: none;
    background: #fff;
    display: block;
    width: 10em; }
  .main-nav-side ul li a {
    position: relative;
    display: block;
    text-decoration: none;
    padding: .25em .5em;
    width: 100%;
    font-size: 1.2em;
    text-align: right; }
  .main-nav-side ul li ul {
    position: absolute;
    top: -200%;
    left: 100%;
    background-image: url("../images/triangel.svg");
    background-repeat: no-repeat;
    background-position: left top .75em;
    background-size: 1em 1em;
    visibility: hidden;
    opacity: 0;
    z-index: 1000;
    padding: 0;
    padding-left: 1em;
    margin: 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-side ul li:hover > a {
    background-color: #999;
    color: #fff; }
  .main-nav-side ul li:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 00%; }
  .main-nav-side ul li ul li {
    width: 17em; }
  .main-nav-side ul li ul li a {
    text-align: center;
    padding: .2em;
    color: #fff;
    border-bottom: 1px solid #fff;
    background-color: #999; }
  .main-nav-side ul li ul li a:hover {
    background-color: #666; }

.main-nav {
  z-index: 10; }
  .main-nav ul {
    list-style-type: none;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 1.5em;
    text-align: right;
    position: relative; }
  .main-nav ul li {
    display: inline-block;
    position: relative; }
  .main-nav ul li a {
    position: relative;
    text-decoration: none;
    padding: 1em 1em .5em;
    display: block; }
  .main-nav ul li ul {
    z-index: 10;
    padding: 1em 0;
    border-radius: .3em;
    position: absolute;
    opacity: 0;
    margin: 0;
    color: #fff;
    visibility: hidden;
    font-size: .9em;
    width: 12em;
    background-color: #999;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    top: 200%;
    -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 {
    border-bottom: 0px dotted #333; }
  .main-nav ul li:hover > ul {
    opacity: 1;
    top: 110%;
    visibility: visible; }
  .main-nav ul li ul li {
    width: 100%;
    border-bottom: none;
    color: #fff; }
  .main-nav ul li ul li:hover {
    border-bottom: none; }
  .main-nav ul li ul li:hover > a {
    background-color: #666;
    color: #fff; }
  .main-nav ul li ul li a {
    width: 100%;
    padding: .0em .5em;
    color: #fff; }

.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: #f39201; }

.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%;
  margin-top: 0%;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  z-index: 100; }

.slider-picture {
  position: relative;
  border-left: 2px solid #fff; }
  .slider-picture img {
    height: 250px;
    width: auto; }

.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: #f39201;
    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: #f39201;
    background-color: #fff; }

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

/*.slider-picture:before{
	content: "";
	display: block;
	padding-top:100%; 	
}*/
.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: #666;
  padding: 0.5em 1em;
  z-index: 2;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1em;
  font-weight: 100;
  letter-spacing: .1em; }

.footer {
  background-color: #333;
  color: #fff; }
  .footer .color_box-2 {
    background-color: #f39201;
    color: #fff;
    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); }
  .footer a {
    color: #fff;
    text-decoration: none; }

.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: #f39201;
    background-size: 1.2em;
    background-position: .8em center;
    background-repeat: no-repeat;
    color: #fff;
    font-weight: 400;
    border-radius: 90px 0 0 90px;
    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 #f39201 dotted; }

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

.social-media-box {
  width: 100%;
  padding: 1em;
  box-sizing: border-box;
  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: #fff;
    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: #f39201;
  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: #f39201; }
  .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: #f39201; }

.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: 110%;
    /* 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 #f39201;
    border-radius: .2em;
    background-color: #f39201;
    color: #fff; }
  #contact input[type=submit] {
    padding: .5em 1em;
    box-sizing: border-box;
    border: none;
    border: 1px solid #f39201;
    border-radius: 99px;
    background-color: #f39201;
    color: #fff;
    -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: #f39201;
    background-color: #fff; }
  #contact textarea {
    width: 100%;
    height: 15em;
    padding: 1em;
    box-sizing: border-box;
    border: none;
    border: 1px solid #f39201;
    border-radius: .2em;
    background-color: #f39201;
    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); }

/*code-pen*/
.menu-button {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  position: fixed;
  right: 50px;
  bottom: 50px;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  background-color: #E91E63;
  color: #FFFFFF;
  font-size: 24px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26), 0 2px 10px 0 rgba(0, 0, 0, 0.22);
  cursor: pointer;
  z-index: 2000; }

.menu-button:hover {
  background: #d81558;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.28), 0 4px 15px 0 rgba(0, 0, 0, 0.25); }

.menu-button a {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  width: 0px;
  height: 0px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  color: #FFFFFF;
  font-size: 24px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26), 0 2px 10px 0 rgba(0, 0, 0, 0.22);
  cursor: pointer; }

.menu-button a:hover {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.28), 0 4px 15px 0 rgba(0, 0, 0, 0.25); }

.menu-button a:nth-child(2) {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
  position: absolute;
  right: 30px;
  bottom: 30px;
  background: #55acee; }

.menu-button a:nth-child(3) {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s;
  position: absolute;
  right: 30px;
  bottom: 30px;
  background: #dc4e41; }

.menu-button a:nth-child(4) {
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s;
  position: absolute;
  right: 30px;
  bottom: 30px;
  background: #3F3F3F; }

.menu-button:hover a {
  opacity: 1;
  width: 50px;
  height: 50px; }

.menu-button:hover a:nth-child(2) {
  right: 80px;
  bottom: 0px; }

.menu-button:hover a:nth-child(2):hover {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  background: #3ea1ec; }

.menu-button:hover a:nth-child(3) {
  right: 65px;
  bottom: 65px; }

.menu-button:hover a:nth-child(3):hover {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  background: #d83a2b; }

.menu-button:hover a:nth-child(4) {
  right: 0px;
  bottom: 80px; }

.menu-button:hover a:nth-child(4):hover {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  background: #323232; }

/*code-pen-end*/
/*gallery - overview*/
#gallery-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.64);
  z-index: 10000; }
  #gallery-container .gallery-slide {
    position: relative;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    #gallery-container .gallery-slide .gal-img-info {
      position: absolute;
      right: 0;
      bottom: 0;
      text-align: left;
      width: 100%; }
    #gallery-container .gallery-slide .gal-titel {
      background-color: #fff;
      position: absolute;
      right: 0;
      bottom: 4em;
      padding: .5em 1em; }
    #gallery-container .gallery-slide .gal-capture {
      margin-top: 1em;
      background-color: #fff;
      position: absolute;
      right: 0;
      bottom: 1em;
      padding: .5em 1em; }

.back {
  text-decoration: none;
  display: block;
  padding: 1em 1.5em;
  margin: 1em 0;
  background-color: #f39201;
  color: #fff;
  font-size: 1.2em;
  border-radius: 50%; }

.close-gallery {
  width: 2em;
  height: 2em;
  position: fixed;
  top: 1em;
  right: 1em;
  background-image: url("../images/close-cross.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  z-index: auto;
  cursor: pointer;
  z-index: 1000000; }

.gallery .picture-container {
  width: 0;
  height: 0;
  overflow: hidden; }
.gallery .thumbnail-01 {
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border: 1px dotted #f39201;
  box-sizing: border-box;
  margin: .0em; }
.gallery .thumbnail-01:before {
  content: "";
  display: block;
  padding-top: 100%;
  /* initial ratio of 1:1*/ }
.gallery .thumbnail-02 {
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  /*border:1px dotted $primaryColor;*/
  box-sizing: border-box;
  margin: .5em;
  cursor: pointer; }
.gallery .thumbnail-02:before {
  content: "";
  display: block;
  padding-top: 100%;
  /* initial ratio of 1:1*/ }
.gallery .thumb_02 {
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  -ms-transition: all .8s ease;
  -o-transition: all .8s ease;
  transition: all .8s ease;
  background-color: #fff; }
  .gallery .thumb_02 img {
    height: 200px;
    margin: 1em;
    z-index: 000; }
.gallery .thumb_02:hover {
  transform: scale(1.5);
  z-index: 2000;
  -webkit-box-shadow: 5px 5px 15px 5px #000000;
  box-shadow: 5px 5px 15px 5px #000000; }

/*gallery - overview -end*/
/*draggable pictures*/
.img-order-wrapper {
  position: relative;
  width: 100%;
  margin: auto;
  height: 700px;
  /*border:1px solid #333;*/ }

.img-order-wrapper .text {
  position: absolute;
  left: 1em;
  top: 1em;
  bottom: 1em;
  width: 340px;
  /*border:1px solid #666;*/
  font-size: 1em;
  padding: 0;
  line-height: normal; }

.draggable-helper {
  display: inline-block;
  /*border:1px dotted #666;*/
  position: absolute; }

/*draggable pictures end*/
