@font-face {
  font-family: Raleway;
  src: url(../fonts/Raleway-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: RalewayLight;
  src: url(../fonts/Raleway-Light.woff) format("woff");
  font-weight: 100;
  font-style: normal;
}
* {
  transition: all 0.5 ease-in-out;
}
body,
html {
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  color: #fff;
  font-size: 13px;
  font-family: Raleway, sans-serif;
  overflow-x: hidden;
  overflow-y: scroll !important;
  background: rgba(0, 0, 0, 0.8);
}
.me {
  font-size: 9px;
}
img.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
  clear: both;
  margin-top: 5px;
}
.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
  clear: both;
}
.header {
  top: 0;
  z-index: 0;
  width: 100%;
  z-index: 999;
  position: absolute;
  z-index: 100;
  transition: all 0.8s;
  transform: translateY(0);
  background: rgba(255, 255, 255, 1);
  &.affix {
    width: 100%;
    top: -40px;
    right: 0;
    padding: 0;
    margin: 0;
    position: fixed;
    z-index: 101;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition: all 0.8s;
    & .navbar-header {
      top: 25px;
      width: 150px;
      position: relative;
    }
    & .navbar-toggle {
      top: 18px;
    }
  }
}
.navbar-default {
  background: 0 0;
  border: none;
  margin-top: 20px;
  margin-bottom: 5px;
  max-width: 100% !important;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}
.navbar-default .navbar-nav > li > a.active,
.navbar-default .navbar-nav > li > a:active,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #fff;
  border: 0 dashed;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background: 0 0;
  border: 0 dashed #fff;
  color: #fff;
}
.navbar-toggle {
  margin-top: 45px;
  left: 90%;
}
.feature-img img {
  margin: auto;
  width: 100% !important;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.navbar-collapse {
  width: 0 !important;
  height: 0 !important;
  border: none !important;
}
.title hr {
  width: 40%;
  border-color: #ddd;
}
.title h2 {
  font-size: 24px;
}
.title p {
  letter-spacing: 1px;
  color: #999;
}
#logo {
  width: 150%;
  position: relative;
}
.brand-content {
  background-color: rgba(217, 151, 35, 0.85);
  padding: 30px 32px;
  font-size: 14px;
  margin-right: -25px;
}
.brand-content h2 {
  text-transform: capitalize;
}
.brand-content:hover {
  background-color: rgba(109, 75, 16, 0.85);
}
.brand-content img {
  margin-right: 15px;
  margin-top: 15px;
}
a.navbar-brand {
  color: #f7c221 !important;
  font-weight: 700 !important;
  font-size: 26px !important;
}
.navbar-brand {
  float: center !important;
}
.form-control:focus {
  border-color: #e9bf66 !important;
}
.home-wrapper {
  background: url(https://casacux.de/css/demos/home-banner.png) no-repeat center
    center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
}
.feature-wrapper {
  z-index: 1;
  display: block;
  padding: 50px 0 40px 0;
  position: relative;
  background-color: #f7f7f7;
}
@keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -31000px 0;
  }
}
@-moz-keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -31000px 0;
  }
}
@-webkit-keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -31000px 0;
  }
}
@-ms-keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -31000px 0;
  }
}
@-o-keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -31000px 0;
  }
}
.parallax {
  background-attachment: fixed !important;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: 112%;
  -o-background-size: 112%;
  background-size: cover;
  position: relative;
}
.home-wrapper {
  height: 100vh;
  position: relative;
}
.about-wrapper {
  display: block;
  padding: 50px 0;
  position: relative;
  background-color: #fff;
}
.about-box img {
  padding-bottom: 3px;
}
.about-box {
  margin: 40px 0;
  color: #999;
  padding: 0;
}
.about-box h3 {
  margin: 20px 0;
  font-size: 16px;
  text-transform: uppercase;
  color: #3c3b3b;
  font-weight: 500;
}
.fa-2x {
  color: #ababab;
}
.team-wrapper {
  z-index: 1;
  display: block;
  padding: 10px 0 50px 10px;
  position: relative;
  background-color: #fff;
}
.team-box img {
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.team-box {
  margin: 40px 0 100px 0;
  color: #999;
  padding: 0;
}
.team-box h3 {
  margin: 20px 0;
  font-size: 16px;
  text-transform: uppercase;
  color: #3c3b3b;
  font-weight: 600;
}
.team-box p {
  margin-top: -15px !important;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
}
.featured-box img {
  width: 100%;
  margin-bottom: -100px;
}
.featured-box {
  margin: 0;
  color: #999;
  padding: 0;
}
.featured-box h3 {
  color: #fff;
  font-weight: 600;
  font-size: 32px;
  text-align: center;
  padding: 25px;
}
.loader1 {
  vertical-align: super;
  padding-left: 20px;
}
.form-control:first-of-type {
  margin-bottom: 10px;
}
.modal-footer {
  height: 40px;
  padding: 10px;
}
#login {
  margin: 0;
}
.contact-wrapper {
  display: block;
  padding: 70px 0 0 0;
  position: relative;
  background-color: #fff;
}
#contactform {
  margin: 30px 0;
}
#contactform .form-control {
  margin: 10px 0;
  height: 50px;
  font-weight: 500;
  font-size: 12px;
}
#contactform textarea {
  height: 150px !important;
}
#contactform span.required {
  font-size: 13px;
  color: red;
}
.btn-primary {
  display: inline-block;
  padding: 6px 13px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 0.1;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  background: 0 0;
  color: #fff;
  border-top: 1px solid #fff;
  border-left: 0 solid #fff;
  border-bottom: 1px solid #fff;
  border-right: 0 solid #fff;
  margin-top: 30px;
  text-transform: uppercase;
  background: rgba(100, 150, 190, 0.5);
}
.contact-box img {
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.contact-box {
  margin: 0;
  color: #999;
  padding: 0;
}
.contact-box h2 {
  margin: 20px 0;
  font-size: 13px;
  text-transform: uppercase;
  color: #3c3b3b;
  font-weight: 700;
}
.btn-contact:hover {
  background: 0 0 !important;
  border-color: #f7c221 !important;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  font-weight: 700 !important;
}
.nav-tabs > li > a {
  border: none !important;
  background: 0 0 !important;
  font-weight: 500 !important;
  font-size: 12px !important;
  border: 1px dashed #fff;
  text-transform: uppercase;
  padding: 10px !important;
  letter-spacing: 3px !important;
  color: #999 !important;
}
.nav-tabs {
  border: 0 !important;
  padding-bottom: 40px;
}
.btn-contact {
  border-radius: 0 !important;
  margin-bottom: 75px;
}
.btn-contact:hover {
  background: 0 0 !important;
  margin-bottom: 75px;
}
.nav-tabs > li {
  float: none;
  margin: 20px 10px 0 !important;
  display: inline-block;
}
#map {
  height: 450px;
  width: 100%;
  margin: 0 auto 80px;
}
#map img {
  max-width: inherit;
}
.map {
  position: relative;
}
.map .row {
  position: relative;
}
.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  color: #fff !important;
  background-color: #f7c221 !important;
  border-color: #f7c221 !important;
}
.contact-box .fa {
  font-size: 40px;
  color: #f7c221;
}
.footer-wrapper {
  display: block;
  padding: 50px 0;
  position: relative;
  background-color: #4a729e;
}
.footer-wrapper img {
  padding: 15px;
}
.footer-wrapper p {
  font-weight: 600;
  font-size: 11px;
  color: #333;
}
i.fa.fa-angle-up {
  color: #fff;
  font-size: 30px;
  padding: 10px;
}
.video-js {
  width: 100%;
  height: 100%;
}
.js-video {
  height: 0;
  padding-top: 25px;
  padding-bottom: 50.5%;
  border: 1px solid #fff;
  position: relative;
  overflow: hidden;
}
.js-video video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.animationload {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999999;
}
.main-content {
  position: relative;
  background: #fff;
  padding: 60px 0 105px;
}
.post-head {
  margin-top: 30px;
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
.post-meta a {
  font-size: 12px;
  color: #f7c221;
  font-weight: 500;
}
.comments {
  padding: 0;
}
.comments li {
  border-top: 1px solid #ddd;
  padding: 40px 0;
  list-style: none;
}
.comments li:first-child {
  border-top: 1px solid transparent;
}
.post-wrapper-top {
  background: rgba(217, 151, 35, 0.85);
  border: 3px solid #efefef;
  bottom: 0;
  left: 0;
  margin-bottom: 0;
  padding: 0;
  position: relative;
  right: 0;
  text-align: left;
  top: 0;
  z-index: 0;
}
.post-wrapper-top h2 {
  color: #fff;
  display: inline-block;
  font-size: 24px;
  margin-bottom: -3px;
  padding: 30px 0;
  position: relative;
}
.post-type {
  color: #fff;
  font-size: 18px;
  height: 42px;
  line-height: 42px;
  position: absolute;
  right: 0;
  text-align: center;
  bottom: 0;
  z-index: 10;
  width: 52px;
  background: #222;
}
.social_button {
  position: absolute;
  right: 0;
  top: 10px;
}
@media (max-width: 768px) {
  .home-content h1 {
    font-size: 31px !important;
  }
  .slider_menu a {
    display: none;
  }
  ul.nav.navbar-nav.navbar-right {
    background: rgba(0, 0, 0, 0.55);
  }
}
.name {
  float: left;
  margin: 10px 0;
  width: 170px;
}
.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  z-index: 7;
}
.back-to-top:active,
.back-to-top:focus,
.back-to-top:hover {
  background: #036 !important;
  border: 1px dashed #fff !important;
}
.navbar-nav {
  background: rgba(225, 245, 250, 0) none repeat scroll 0 0;
  float: right;
  margin: 80px 0;
  padding: 15px 5px;
  position: absolute;
  right: 10px;
  text-align: right;
  top: 80px;
  width: 200px;
}
.navbar-nav > li {
  float: left;
  width: 100%;
}
.navbar-nav > li > a {
  padding-top: 5px;
  padding-bottom: 5px;
}
.navbar-nav.navbar-right:last-child {
  margin-right: -15px;
}
section {
  width: 100%;
}
#home {
  height: 100vh;
  overflow: hidden;
}
.unter {
  margin-left: 20px;
}
.produkte {
  margin-top: 50px;
}
.produkte h2 {
  font-size: 40px;
  font-family: RalewayLight;
  font-weight: 100;
  margin: 0 100px;
  word-wrap: break-word;
  text-align: left;
}
.produkte h3 {
  font-size: 20px;
  margin: 30px 0 0 0;
  text-align: left;
}
.produkte h5 {
  font-size: 16px;
  margin: 4px 0 0 0;
  line-height: 22px;
}
.produkte p {
  font-size: 16px;
  color: #fff;
  line-height: 1.4;
  margin: 20px 100px;
  text-align: left;
}
.link {
  position: absolute;
  top: -80px;
  width: 10px;
  background: #000;
}
.bgsw {
  background: linear-gradient(
    to bottom,
    rgba(146, 189, 227, 0.9) 0,
    rgba(74, 114, 158, 1) 100%
  );
  padding: 0 0 70px 0;
  width: 100%;
}
.dreiviertel {
  position: relative;
}
.hauptueberschrift {
  padding-top: 20vh;
  height: 80vh;
}
.hauptueberschrift h1 {
  font-family: RalewayLight;
  font-size: 10vh;
  color: #fff;
  font-weight: lighter;
}
#technik {
  background-image: url(https://casacux.de/images/foto/foto-1.jpg);
}
#kompetenz {
  background-image: url(https://casacux.de/images/foto/foto-2.jpg);
}
#fertigung {
  background-image: url(../images/foto/haus.webp);
}
#baugruppen {
  background-image: url(https://casacux.de/images/foto/foto-4.jpg);
}
.baugruppen,
.fertigung {
  padding-top: 90vh;
}
.section {
  background-image: url(https://casacux.de/images/grafik/verlauf1800.png);
  width: 100%;
  height: 100px;
  text-align: center;
  position: absolute;
  bottom: 0;
  z-index: 100;
  display: flex;
  justify-content: space-around;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 10px;
}
.section i {
  font-size: 40px;
  font-style: normal;
  color: #fff;
  text-align: center;
}
.section a {
  text-decoration: none;
}
.bold {
  font-weight: 700;
}
.flex {
  display: flex;
  align-items: flex-end;
}
#video {
  min-width: 100vw;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  min-height: 95vh;
}
.contact-wrapper h2 {
  color: #999;
}
.team img {
  width: 100%;
}
.kontaktdaten {
  width: 100%;
  text-align: left;
  color: #999;
}
.kontaktdaten p {
  color: #999;
}
.kontaktdaten-impressum {
  text-align: left;
  color: #999;
  font-size: 11px;
  line-height: 15px;
}
.kontaktdaten-impressum p {
  color: #999;
}
.downloadbereich {
  color: #999;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  width: 100%;
  margin: 20px 0 20px 0;
}
#tab3 {
  margin-bottom: 80px;
}
.weg {
  display: none;
}
/*Gallerie*/

.galerie {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 200;
  & .zu {
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 25px;
    font-weight: bolder;
    cursor: pointer;
  }
  & > section {
    min-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 15px;
    & .splide {
      .splide__slide {
        display: flex;
        align-items: center;
        & img {
          width: 100%;
          height: auto;
        }
        @media only screen and (min-device-width: 648px) and (max-device-width: 1024px) and (orientation: landscape) {
          align-items: flex-start;
          & img {
            width: 70%;
            margin: 0 auto;
          }
        }
      }
      & .thumbnails {
        & .thumbs {
          opacity: 0.5;
          & img {
            width: 100%;
            height: 100%;
            object-fit: cover;
          }
          &.is-active {
            opacity: 1;
            border: none;
          }
        }
      }
      &.main {
        & .splide__list {
          & .haupt {
            height: auto;
            margin: auto;
          }
        }
      }
    }
  }

  & .gallery {
    padding: 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    & #main {
      width: clamp(300px, 30vw, 600px);
      margin-bottom: 30px;
    }
    & .thumbs {
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
      & div {
        display: flex;
        align-items: center;
        & img {
          width: 80px;
          height: auto;
        }
      }
    }
  }
}

@media only screen and (orientation: portrait) {
  .hauptueberschrift h1 {
    font-size: 10vw;
  }
  #featured {
    z-index: 6;
  }
  #technik {
    background-image: url(https://casacux.de/images/foto/foto-1h.jpg);
    z-index: 5;
  }
  #kompetenz {
    background-image: url(https://casacux.de/images/foto/foto-2h.jpg);
    z-index: 4;
  }
  #fertigung {
    background-image: url(https://casacux.de/images/foto/haus-mobil.webp);
    background-size: 240% auto;
    z-index: 3;
  }
  #baugruppen {
    background-image: url(https://casacux.de/images/foto/foto-4h.jpg);
  }
}
@media only screen and (max-width: 1025px) and (orientation: landscape) {
  .hauptueberschrift {
    height: 75vh;
  }
}
@media only screen and (max-width: 1025px) and (orientation: portrait) {
  .hauptueberschrift {
    height: 75vh;
  }
  .navbar-toggle {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 1350px) {
  .orbit-wrapper h2 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 770px) {
  .orbit-wrapper h2 {
    font-size: 40px;
  }
  .flex {
    display: block;
  }
  .section i {
    font-size: 5vw;
  }
  .section {
    height: 60px;
  }
  #logo {
    position: relative;
    top: -7px;
    width: 100%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .parallax {
    background-attachment: scroll !important;
    background-size: 100% auto;
  }
  .navbar-toggle {
    left: 90%;
  }
  .orbit > div {
    height: 92vh;
  }
  #home .section {
    bottom: -10px;
  }
  .link {
    top: 0;
  }
  #baugruppen,
  #fertigung,
  #kompetenz,
  #technik {
    margin-top: -95px;
  }
  #home {
    height: 90vh;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .parallax {
    background-attachment: scroll !important;
    background-size: 100% auto;
  }
  #home .section {
    bottom: -80px;
  }
  #baugruppen,
  #fertigung,
  #kompetenz,
  #technik {
    margin-top: -130px;
  }
  .link {
    top: 40px;
  }
  .hauptueberschrift {
    padding-top: 40vh;
  }
  #logo {
    top: -27px;
  }
}
@media only screen and (max-width: 737px) {
  .header {
    margin: 0;
    padding: 0;
    position: fixed;
    right: 0;
    transition: all 0.8s ease 0s;
    width: 100%;
    z-index: 9999;
  }
  .container-fluid > .navbar-header {
    width: 180px;
  }
  .header .hauptmenu {
    top: -15px;
    right: -15px;
    background: rgba(128, 158, 202, 0.8);
  }
  #logo {
    top: -27px;
  }
  #slide1 {
    background-image: url(https://casacux.de/images/foto/titel-1.jpg);
  }
  .navbar-toggle {
    margin-top: 15px;
  }
  .produkte {
    padding: 0 15px;
  }
  .flex {
    padding: 0 15px;
  }
  .navbar-header {
    position: relative;
    top: 25px;
    width: 150px;
  }
  .hauptmenu {
    top: 63px;
  }
  .container-fluid > .navbar-header {
    width: 250px;
  }
  .container-fluid > .navbar-header,
  .container > .navbar-header {
    width: 150px;
  }
}
@media only screen and (max-width: 600px) {
  .produkte h2,
  .produkte p {
    margin: 20px 0 0 0;
  }
  .navbar-toggle {
    left: 80%;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: landscape) {
  .parallax {
    background-attachment: scroll !important;
  }
  #baugruppen,
  #fertigung,
  #kompetenz,
  #technik {
    margin-top: -50px;
  }
  #home .section {
    bottom: 0;
  }
  .link {
    top: -20px;
  }
  .navbar-header {
    width: 180px;
  }
  .feature-img {
    margin: 0 auto;
    width: 80%;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
  .parallax {
    background-attachment: scroll !important;
    background-size: 100% auto;
  }
  header {
    width: 100% !important;
  }
  #home .section {
    bottom: 0;
  }
  .link {
    top: -20px;
  }
  #baugruppen,
  #fertigung,
  #kompetenz,
  #technik {
    margin-top: -50px;
  }
  .feature-img {
    margin: 0 auto;
    width: 70%;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .parallax {
    background-attachment: scroll !important;
    background-size: 100% auto;
  }
  #home .section {
    bottom: -80px;
  }
  .link {
    top: 0;
  }
  #baugruppen,
  #fertigung,
  #kompetenz,
  #technik {
    margin-top: -80px;
  }
  .hauptueberschrift {
    padding-top: 20vh;
    height: 63vh;
  }
  .baugruppen,
  .fertigung {
    padding-top: 63vh;
  }
}
