#navigation {
  display: none;
}

/*  Typo
----------------------------------------------- */
a:link,
a:visited {
  text-decoration: underline;
  color: #000;
}
a:active {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

.rabau-font-h1 {
  font-family: "Rabau", Arial, sans-serif !important;
  font-weight: 100 !important;
  font-size: 40px;
  line-height: normal;
  hyphens: auto;
}

.rabau-font-h2 {
  font-family: "Rabau", Arial, sans-serif !important;
  font-weight: 100 !important;
  font-size: 40px;
  line-height: normal;
  hyphens: auto;
}

.rabau-font-h3 {
  font-family: "Rabau", Arial, sans-serif !important;
  font-weight: 100 !important;
  font-size: 24px;
  line-height: normal;
  hyphens: auto;
  color: black;
}

.rabau-font-p {
  font-family: "Rabau", Arial, sans-serif !important;
  font-weight: 100 !important;
  font-size: 20px;
  line-height: normal;
  color: black;
}

.font-white {
  color: white !important;
}

.font-orange {
  color: var(--orange);
}

.font-bold {
  font-weight: 800 !important;
}

.font-small {
  font-size: 16px;
}

/*  Components
----------------------------------------------- */

.rabau-button {
  border: 3px solid var(--orange);
  padding: 12px 25px;
  display: inline-block;
  text-decoration: none !important;
  color: var(--orange) !important;
}

.rabau-button-white {
  border: 3px solid white;
  padding: 12px 25px;
  display: inline-block;
  text-decoration: none !important;
  color: white !important;
}

/*  Layout
----------------------------------------------- */

body {
  background: #ffffff;
  padding: 0;
  margin: 0;
  font-family: "Rabau", Arial, sans-serif !important;
  --orange: #eb8500;
  --grey: #e7e7e7;
  --beige: #d7ca9f;
}

#wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
}

.header {
  width: 100%;
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background-color: var(--orange);
}

.logo {
  height: 50px;
  position: absolute;
  top: 20px;
  z-index: 10;
}

#content-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

#sidebar {
  display: none;
}

#content {
  min-height: calc(100vh - 300px);
}

.n {
  padding: 0 !important;
}

#cc-m-10932866779 {
  padding: 0 !important;
}

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

  .logo {
    left: 50px;
  }
}

/*  Layout Startseite
----------------------------------------------- */

/* ----- Startseite / Head ----- */

.home-head {
  height: 600px;
  background-color: var(--orange);
  position: relative;
}

.home-head-container {
  padding: 0 20px;
}

.home-head-h1 {
  color: white;
  padding: 24px 0;
}

.home-head-img-vektoren {
  position: absolute;
  bottom: 140px;
  right: 180px;
  height: 200px;
  z-index: 3;
}

.home-head-img-wood {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 300px;
  z-index: 2;
}

@media only screen and (max-width: 374px) {
  .home-head-img-vektoren {
    bottom: 140px;
    right: 140px;
  }
}

@media only screen and (min-width: 700px) {
  .home-head-container {
    width: 40%;
    padding-left: 70px;
  }
}

@media only screen and (min-width: 1024px) {
  .home-head-img-vektoren {
    height: 300px;
  }

  .home-head-img-wood {
    height: 370px;
  }

  .home-head-h1 {
    padding-top: 120px;
    font-size: 60px;
  }
}

@media only screen and (min-width: 1300px) {
  .home-head-img-vektoren {
    right: 290px;
  }

  .home-head-img-wood {
    height: 450px;
  }
}

/* ----- Startseite / Products ----- */

.home-products {
  margin-bottom: 50px;
}

.home-product-box {
  margin-top: 50px;
}

.home-product-imagebox {
  position: relative;
  height: 400px;
  display: flex;
  align-items: center;
}

.home-product-imagebox-reverse {
  position: relative;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.home-product-contentbox {
  min-height: 300px;
  padding: 60px;
  box-sizing: border-box;
}

.home-product-h2 {
  color: var(--orange);
}

.home-product-p {
  margin: 20px 0;
  color: black;
}

.home-product-p-white {
  margin: 20px 0;
  color: white;
}

.home-products-img-fenster {
  max-height: 280px;
  max-width: 100%;
  border: solid white 3px;
}

.home-product-imagebox-background {
  background-color: var(--orange);
  height: 100%;
  width: 90%;
}

.home-product-imagebox-background-reverse {
  background-color: var(--orange);
  height: 100%;
  width: 100%;
}

.home-product-imagebox-container {
  max-height: 280px;
  z-index: 3;
  position: absolute;
  right: 0;
  max-width: 80%;
}

.home-product-imagebox-rectangles {
  height: 100%;
  width: 100%;
}

.home-product-imagebox-rectangles-bottom::before {
  content: "";
  height: 100px;
  width: 100px;
  position: absolute;
  background-color: #d7ca9f;
  z-index: -1;
  left: -10%;
  bottom: -8%;
}

.home-product-imagebox-rectangles-bottom::after {
  content: "";
  height: 90px;
  width: 90px;
  position: absolute;
  z-index: -2;
  left: -17%;
  border: solid 3px white;
  bottom: -16%;
}

.home-product-imagebox-rectangles::before {
  content: "";
  height: 100px;
  width: 100px;
  position: absolute;
  background-color: white;
  z-index: -1;
  left: -16%;
  top: 28%;
}

.home-product-imagebox-rectangles::after {
  content: "";
  height: 90px;
  width: 90px;
  position: absolute;
  z-index: -1;
  left: -23%;
  border: solid 3px white;
  top: 42%;
}

.home-product-imagebox-rectangle-2::before {
  content: "";
  height: 120%;
  width: 190px;
  position: absolute;
  background-color: #e7e7e7;
  z-index: -1;
  left: -20%;
  top: -10%;
}

.orange-background {
  background-color: var(--orange);
}

@media only screen and (min-width: 700px) {
  .home-product-box {
    display: flex;
  }

  .home-product-imagebox {
    width: 50%;
  }

  .home-product-imagebox-reverse {
    width: 50%;
  }

  .home-product-imagebox-background-reverse {
    width: 40%;
  }

  .home-product-contentbox {
    width: 50%;
  }

  .home-product-imagebox-container {
    max-width: 70%;
  }
}

/* ----- Startseite / Icons ----- */

.home-icons {
  background-color: var(--orange);
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  padding: 50px 20px 10px;
  box-sizing: border-box;
}

.home-icons-item {
  width: 200px;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0 20px;
  box-sizing: border-box;
  margin-bottom: 80px;
}

.home-icon-container {
  height: 100px;
}

.home-icon {
  height: 100%;
}

.home-icons-h3 {
  margin: 30px 0 20px;
  height: 58px;
  display: flex;
  align-items: center;
}

.home-icons-item-p {
  font-size: 14px;
}

@media only screen and (min-width: 700px) {
  .home-icons-container {
    display: flex;
    justify-content: space-between;
  }

  .home-icons {
    padding: 20px;
  }

  .home-icons-item {
    margin-bottom: 0;
  }
}

/* ----- Startseite / Service ----- */

.box-orange {
  background-color: var(--orange);
}

.box-grey {
  background-color: var(--grey);
}

.home-service-container {
  text-align: center;
}

.home-service-box-container {
  display: flex;
  flex-wrap: wrap;
  padding: 0 10px;
}

.home-service {
  overflow: hidden;
  padding: 50px 0;
  position: relative;
  max-width: 1600px;
}

.home-service-img-1 {
  display: none;
  position: absolute;
  height: 260px;
  left: 0;
  top: -10px;
  transform: rotate(-30deg);
}

.home-service-img-2 {
  display: none;
  position: absolute;
  height: 300px;
  left: 60px;
  top: 90px;
  transform: rotate(7deg);
}

.home-service-box {
  width: 100%;
  margin: 20px 20px 0;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
}

.home-service-h3 {
  margin-bottom: 20px;
}

@media only screen and (min-width: 700px) {
  .home-service-box {
    width: calc(50% - 40px);
    margin: 20px 20px 0;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
  }
}

@media only screen and (min-width: 1024px) {
  .home-service {
    display: flex;
    justify-content: flex-end;
  }

  .home-service-container {
    width: 70%;
    margin-right: 30px;
    max-width: 1000px;
  }

  .home-service-box {
    width: 300px;
    height: 260px;
  }

  .home-service-h3 {
    margin-top: 30px;
  }

  .home-service-box-container {
    justify-content: center;
  }

  .home-service-img-1 {
    display: block;
  }

  .home-service-img-2 {
    display: block;
  }
}

@media only screen and (min-width: 1200px) {
  .home-service-img-1 {
    height: 310px;
    left: 0;
    top: -10px;
  }

  .home-service-img-2 {
    height: 370px;
    left: 80px;
    top: 110px;
  }
}

@media only screen and (min-width: 1400px) {
  .home-service-img-1 {
    left: 8%;
    height: 400px;
    top: -60px;
  }

  .home-service-img-2 {
    left: 13%;
    height: 490px;
    top: 90px;
  }
}

/* ----- Startseite / Contact ----- */

.home-contact {
  margin-bottom: 50px;
  display: flex;
  justify-content: flex-end;
}

.home-contact-box {
  background-color: var(--orange);
  width: 85%;
  padding: 20px;
  box-sizing: border-box;
}

.home-contact-p {
  margin-top: 20px;
}

.home-contact-p-big {
  margin-top: 40px;
  margin-bottom: 30px;
  font-weight: 800 !important;
  font-size: 20px;
}

.contact-button {
  width: 180px;
}

@media only screen and (min-width: 700px) {
  .home-contact-box-left {
    min-height: 300px;
    width: 50%;
    padding-right: 50px;
  }

  .home-contact-box-right {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .home-contact-box {
    display: flex;
    padding: 50px;
  }
}

/*  Layout Fenster Seite
----------------------------------------------- */

/* ----- Fenster Seite / Head ----- */

.products-head {
  display: flex;
  justify-content: center;
  background-color: var(--orange);
  position: relative;
  min-height: 350px;
}

.products-head-h1 {
  padding-bottom: 24px;
}

.head-container {
  max-width: 1440px;
  padding: 0 20px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.fenster-head-img {
  position: relative;
  max-height: 300px;
  max-width: 100%;
  object-fit: cover;
  height: 100%;
}

.head-contentcontainer {
  padding: 40px 0 60px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.head-imagecontainer {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  max-height: 500px;
}

.door-imagecontainer {
  position: relative;
  margin-bottom: 50px;
}

.head-imagewrapper {
  position: relative;
  margin-left: 20px;
  display: flex;
  width: 50%;
}

.fenster-head-imagebox-rectangle {
  position: absolute;
  height: 60px;
  width: 60px;
  background-color: white;
  bottom: -20px;
  left: -27px;
  z-index: 1;
}

.rectangle-beige {
  z-index: 0;
  background-color: var(--beige);
}

@media only screen and (min-width: 700px) {
  .head-contentcontainer {
    width: 50%;
    padding: 0 50px 100px 0;
    box-sizing: border-box;
  }

  .head-container {
    padding: 0 40px;
  }

  .head-imagecontainer {
    width: 50%;
  }

  .door-imagecontainer {
    width: 50%;
  }

  .fenster-head-img {
    width: 100%;
    position: relative;
    max-height: none;
    border: 3px solid white;
  }
}

@media only screen and (min-width: 1024px) {
  .products-head-h1 {
    font-size: 60px;
  }

  .head-container {
    padding: 0 70px;
    min-height: 500px;
  }

  .fenster-head-imagebox-rectangle {
    height: 100px;
    width: 100px;
    bottom: -25px;
    left: -50px;
  }
}

@media only screen and (min-width: 1300px) {
  .head-contentcontainer {
    padding-bottom: 150px;
  }
}

/* ----- Fenster Seite / Categories ----- */

.product-categories {
  margin-bottom: 50px;
}

.product-category-box {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
}

.product-category-imagebox {
  width: 100%;
  background-color: var(--orange);
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-category-imagewrapper {
  position: relative;
  max-width: 90%;
}

.product-category-box1-rectangle1 {
  position: absolute;
  height: 220px;
  width: 130px;
  background-color: var(--beige);
  bottom: -20px;
  left: 60px;
}

.product-category-box1-rectangle2 {
  position: absolute;
  height: 50px;
  width: 110px;
  border: 3px solid white;
  bottom: -35px;
  left: 35px;
  z-index: 1;
}

.product-category-box3-rectangle1 {
  position: absolute;
  height: 110px;
  width: 110px;
  background-color: white;
  bottom: -30px;
  left: -30px;
}

.product-category-image {
  position: relative;
  max-height: 280px;
  max-width: 100%;
  z-index: 2;
  border: 3px solid white;
}

@media only screen and (min-width: 700px) {
  .product-category-imagebox {
    width: 50%;
  }

  .product-category-contentbox {
    width: 50%;
  }

  .flex-reverse {
    flex-direction: row-reverse;
  }
}

/* ----- Fenster Seite / Infobox ----- */

.products-infobox {
  background-color: var(--grey);
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
  min-height: 400px;
  position: relative;
}

.background-layer {
  position: absolute;
  background: var(--grey);
  top: 0;
  bottom: 0;
  left: -110%;
  right: 0;
  z-index: -1;
}

.products-infobox-textwrapper {
  min-height: 300px;
  padding: 60px;
  box-sizing: border-box;
}

.m-0 {
  margin: 0;
}

.products-infobox-imagecontainer {
  margin: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.products-imagewrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 850px;
}

.products-infobox-textcontainer {
  min-height: 300px;
  padding: 60px;
  box-sizing: border-box;
}

.infobox2-textcontainer {
  min-height: 300px;
  width: 50%;
}

.infobox-p {
  margin: 20px 0;
}

.products-infobox-img {
  margin: 20px 20px;
  width: calc(50% - 40px);
  max-width: 250px;
}

.infobox2-img {
  max-height: 400px;
}

@media only screen and (min-width: 700px) {
  .products-infobox-imagecontainer {
    width: 50%;
  }

  .products-infobox-textcontainer {
    width: 50%;
  }

  .infobox-nomargin {
    margin: 0;
  }
}

/* ----- References ----- */

.reference-container {
  margin-bottom: 50px;
}

.reference-box {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.reference-text-box {
  background-color: var(--orange);
  padding: 30px;
}

.textbox-center {
  display: flex;
  align-items: center;
}

.reference-h2 {
  font-size: 24px;
}

.reference-sidebox-left,
.reference-sidebox-right {
  position: absolute;
  height: 100%;
  width: 50%;
  background-color: var(--grey);
}

.reference-sidebox-right {
  right: 0;
}

@media only screen and (min-width: 700px) {
  .reference-text-box {
    width: 20%;
    min-height: 250px;
  }

  .reference-box {
    flex-wrap: nowrap;
  }

  .box-reverse {
    flex-direction: row-reverse;
  }

  .reference-sidebox-left,
  .reference-sidebox-right {
    position: absolute;
    height: 100%;
    width: 150px;
    background-color: var(--grey);
  }
}

@media only screen and (min-width: 1024px) {
  .reference-h2 {
    font-size: 40px;
  }

  .reference-text-box {
    min-width: 250px;
  }
}

/* ----- Slider ----- */

.sliderbig-caption-container {
  width: 100%;
  background-color: var(--orange);
  opacity: 0.8;
  position: absolute;
  bottom: 0;
}

.slidebig {
  width: 100%;
  height: 100%;
  display: none;
  opacity: 0;
  transition: opacity 2000ms ease-out 1s;
}

.sliderbig {
  position: relative;
  height: 400px;
  width: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 50px;
  background-color: var(--grey);
  box-sizing: border-box;
}

.sliderbig-slidecontainer {
  width: 100%;
  position: relative;
}

.sliderbig .img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.sliderbig .img-vertical {
  width: auto;
}

.sliderbig #next,
.sliderbig #prev {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  background-color: rgba(50, 50, 50, 0.5);
  padding: 20px 10px;
  cursor: pointer;
  border: none;
  opacity: 0.8;
  outline: none;
}

.sliderbig #prev {
  left: 0;
}

.sliderbig #next {
  right: 0;
}

.sliderbig #prev:hover,
.sliderbig #next:hover {
  opacity: 1;
}

.sliderbig #next:focus,
.sliderbig #prev:focus {
  opacity: 1;
}

.sliderbig .active {
  display: block;
  opacity: 1;
  animation-name: activation;
  animation-duration: 0.6s;
}

.slidebig-image-wrapper {
  height: 100%;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
}

.sliderbig-caption {
  padding: 10px;
}

.slider {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding: 20px;
  min-height: 250px;
}

.slider-fullwidth {
  width: 100% !important;
  max-width: 1440px;
}

.slider .slidecontainer {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  position: relative;
}

.slide {
  height: 200px;
  overflow: hidden;
  display: none;
  margin: 0 10px;
  opacity: 0;
  transition: opacity 2000ms ease-out 1s;
}

.slider .active {
  display: block;
  opacity: 1;
  animation-name: activation;
  animation-duration: 0.6s;
}

@keyframes activation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.slider .img {
  height: 100%;
  object-fit: scale-down;
}

.slider #prev,
.slider #next {
  padding: 10px;
  text-decoration: none;
  cursor: pointer;
  border: none;
  color: var(--orange);
  opacity: 0.8;
  background-color: transparent;
  transition: opacity 200ms ease-out;
  outline: none;
}

.slider #prev:hover,
.slider #next:hover {
  opacity: 1;
}

.slider #prev:focus,
.slider #next:focus {
  background-color: rgba(50, 50, 50, 0.5);
}

.slider .img {
  cursor: pointer;
  transition: 0.3s;
}

.slider .img:hover {
  opacity: 0.7;
}

.modal {
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
  display: block;
  max-height: 80vh;
  max-width: 700px;
  width: 100%;
}

.caption {
  margin: 10px;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  padding: 10px 0;
}

.modal-content,
.caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

.close {
  position: absolute;
  top: 35px;
  right: 35px;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
}

.control {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px 10px;
}

.control:hover,
.control:focus,
.close:hover,
.close:focus {
  background-color: rgba(50, 50, 50, 0.5);
  text-decoration: none;
  cursor: pointer;
}

.modal-next {
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  right: 20px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.modal-prev {
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  left: 20px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.modal-control-img {
  height: 50px;
}

.modal-close {
  height: 30px;
}

.slider-control {
  height: 30px;
}

@media only screen and (min-width: 700px) {
  .slider {
    width: 80%;
  }

  .slide {
    height: 230px;
  }

  .modal-content {
    width: auto;
  }

  .sliderbig {
    height: 500px;
  }

  .sliderbig-caption {
    padding: 50px;
  }
}

@media only screen and (min-width: 1024px) {
  .sliderbig {
    height: 100vh;
  }
}

/* ----- Holzfenster / Head ----- */

.head-subproduct-image {
  position: absolute;
  width: 200px;
  object-fit: contain;
  border: 3px solid white;
}

.head-subproduct-image-left {
  top: 0;
  left: 0;
}

.head-subproduct-image-right {
  bottom: 0;
  right: 0;
}

.head-subproduct-imagecontainer {
  min-height: 300px;
  max-width: 500px;
}

.head-subproduct-rectangle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 170px;
  width: 170px;
  background-color: var(--grey);
}

@media only screen and (min-width: 1024px) {
  .head-subproduct-image {
    width: 280px;
    height: auto;
  }

  .head-subproduct-imagecontainer {
    max-width: 600px;
  }
}

@media only screen and (min-width: 1300px) {
  .head-subproduct-image {
    width: 320px;
  }
}

/* ----- Holzfenster / Details ----- */

.product-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 20px;
}

.product-details2 {
  display: flex;
  justify-content: center;
  padding: 0 20px;
}

.model-container {
  margin-bottom: 50px;
}

.model-container-reverse {
  display: flex;
  flex-direction: column-reverse;
}

.model-element-container {
  background-color: var(--grey);
}

.model-text-container {
  padding: 20px;
}

.model-h2 {
  text-align: center;
}

.product-detailbox {
  max-width: 320px;
  border: 5px solid var(--orange);
  padding: 20px;
  margin: 50px 20px;
  background-color: white;
}

.border-grey {
  border-color: var(--grey);
}

.product-details-h1 {
  margin: 10px 0;
}

.product-detail-image {
  object-fit: contain;
  width: 100%;
}

.product-detailbox-image-container {
  display: flex;
  justify-content: center;
  margin: 30px 0;
  height: 200px;
}

.product-detail-valuebox {
  padding-left: 30px;
  position: relative;
  margin-bottom: 20px;
}

.product-detail-valuebox::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  height: 10px;
  width: 10px;
  border: 2px solid var(--orange);
}

.portfolio-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 20px;
}

.portfolio-box {
  position: relative;
  width: 250px;
  max-width: 300px;
  height: 320px;
  padding: 30px 20px;
  margin: 0 10px 50px;
}

.portfoliobox-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.background-orange {
  background-color: var(--orange);
}

.background-grey {
  background-color: var(--grey);
}

.portfolio-headline {
  margin-bottom: 50px;
}

.portfolio-image-container {
  height: 100%;
  display: flex;
  justify-content: center;
}

.portfolio-textbox {
  width: 200px;
  position: absolute;
  bottom: 30px;
  right: 0;
  padding: 10px;
}

@media only screen and (min-width: 700px) {
  .product-detailbox {
    width: 50%;
    box-sizing: border-box;
  }

  /*
  .portfolio-box {
    width: 50%;
    box-sizing: border-box;
  }
  */
}

@media only screen and (min-width: 1024px) {
  .product-detailbox {
    width: 29%;
  }

  .model-container {
    display: flex;
  }

  .model-container-reverse {
    flex-direction: row;
  }

  .model-text-container {
    max-width: 25%;
  }
  /*
  .product-details2 {
    margin-top: 50px;
  }
  */

  .model-h2 {
    margin-top: 50px;
  }

  /*
  .portfolio-box {
    width: 29%;
  }
  */
}

/* ----- Holz-Alu-Fenster / Head ----- */

.head4-rectangle {
  position: absolute;
  height: 90px;
  width: 90px;
  background-color: var(--grey);
  top: -20px;
  left: -27px;
}

.head4-rectangle-small {
  position: absolute;
  height: 50px;
  width: 50px;
  bottom: -20px;
  left: -27px;
  z-index: 2;
}

.rectangle-grey {
  background-color: var(--grey);
}

.rectangle-beige {
  background-color: var(--beige);
}

.head4-imagewrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 50%;
  max-height: 280px;
  position: relative;
  margin-left: 20px;
}

.head4-sub-imagecontainer:first-child {
  margin-bottom: 20px;
}

.head4-sub-imagecontainer {
  position: relative;
  height: 50%;
}

.head4-small-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid white;
}

.head4-big-image {
  max-width: 100%;
  border: 3px solid white;
  max-height: 300px;
  z-index: 1;
}

@media only screen and (min-width: 700px) {
  .head4-imagewrapper {
    width: 50%;
    max-height: none;
  }

  .head4-big-image {
    max-height: none;
  }
}

@media only screen and (min-width: 1024px) {
  .head4-rectangle-small {
    height: 70px;
    width: 70px;
    bottom: -30px;
  }
}

/* ----- Denkmalschutz-Fenster / Head ----- */

.head5-imagewrapper {
  width: 50%;
  position: relative;
  margin-left: 40px;
  margin-top: 20px;
}

.head5-small-image {
  width: 100%;
  position: relative;
}

.head5-big-image {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.head5-rectangle {
  position: absolute;
  height: 70px;
  width: 70px;
  top: -20px;
  left: -27px;
}

@media only screen and (min-width: 1024px) {
  .head5-rectangle {
    height: 130px;
    width: 160px;
  }
}

/* ----- Navigation ----- */

.nav {
  text-align: center;
  z-index: 10;
  padding: 100px 20px 0;
  margin-left: auto;
  margin-right: auto;
}

.nav-items {
  padding: 0;
  list-style: none;
}

.nav-item {
  display: inline-block;
  margin-right: 25px;
}

.nav-item:last-child {
  margin-right: 0;
}

.nav-link,
.nav-link:link,
.nav-link:visited,
.nav-link:active,
.submenu-link,
.submenu-link:link,
.submenu-link:visited,
.submenu-link:active {
  display: block;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  outline: none;
}

.nav-link,
.nav-link:link,
.nav-link:visited,
.nav-link:active {
  color: #fff;
}

.nav-link:hover {
  color: black;
}

.dropdown {
  position: relative;
}

.dropdown .nav-link {
  padding-right: 15px;
  height: 17px;
}

.dropdown .nav-link::after {
  content: "";
  position: absolute;
  top: 6px;
  right: 0;
  border: 5px solid transparent;
  border-top-color: white;
}

.nav-link:hover::after {
  border-top-color: black;
}

.submenu {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 100;
  width: 200px;
  margin-left: -100px;
  background: #fff;
  border-radius: 3px;
  line-height: 1.46667;
  margin-top: -5px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  opacity: 0;
  transform: scale(0.85);
  transition: transform 0.1s ease-out, opacity 0.1s ease-out;
}

.submenu::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-bottom-color: white;
  height: 0;
}

.submenu-items {
  list-style: none;
  padding: 10px 0;
}

.submenu-item {
  display: block;
  text-align: left;
}

.submenu-link,
.submenu-link:link,
.submenu-link:visited,
.submenu-link:active {
  color: black;
  padding: 10px 20px;
}

.submenu-link:hover {
  color: orange;
}

.show-submenu .submenu {
  opacity: 1;
  transform: translate(0, 25px) scale(1);
  pointer-events: auto;
}

@media only screen and (min-width: 700px) {
  .nav {
    padding: 30px 0 0;
    margin-right: 25px;
  }
}

@media only screen and (min-width: 1024px) {
  .nav {
    padding: 30px 20px 0;
  }
}

/* ----- Holztüren / Modelle ----- */

.product-details-h2 {
  margin-top: 50px;
  text-align: center;
}

/* ----- Head6 ----- */

.head6-imagecontainer {
  position: relative;
  height: 500px;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 50px;
  box-sizing: border-box;
}

.head6-big-image {
  width: 100%;
  object-fit: cover;
  border: 3px solid white;
}

.head6-imagewrapper {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
}

.head6-rectangle {
  position: absolute;
  height: 100px;
  width: 100px;
  left: -30px;
  bottom: -20px;
  background-color: white;
}

@media only screen and (min-width: 700px) {
  .head6-imagecontainer {
    width: 50%;
  }
}

/* ----- Head7 ----- */

.head7-rectangle-small {
  position: absolute;
  height: 40px;
  width: 40px;
  bottom: -10px;
  left: -10px;
}

/* ----- Kontakt / Head ----- */

.icon-container {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.kontakt-icon {
  width: 100%;
}

.icon-box {
  width: 30px;
  margin-right: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.head-contactcontainer {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 50px;
  padding: 0 10px;
  box-sizing: border-box;
}

@media only screen and (min-width: 700px) {
  .head-contactcontainer {
    width: 50%;
    padding: 0 50px 0 100px;
  }
}

@media only screen and (min-width: 1200px) {
  .head-contactcontainer {
    padding-left: 170px;
  }
}

/* ----- Kontakt / Map ----- */

.map-container {
  background-color: var(--grey);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
  padding: 50px 0;
}

.map-h2 {
  margin-bottom: 30px;
  color: black;
}

@media only screen and (min-width: 700px) {
  .map-container {
    padding: 50px 50px;
  }
}

/* ----- Kontakt / Form ----- */

.form-headline {
  text-align: center;
  margin-top: 80px;
}

form {
  padding: 50px !important;
  font-family: "Rabau", Arial, sans-serif !important;
  font-weight: 100 !important;
  font-size: 20px !important;
  line-height: normal !important;
}

.cc-m-form-view-element {
  margin-bottom: 15px !important;
}

input[type="text"],
input[type="email"],
textarea {
  padding: 10px !important;
  border: 3px solid var(--orange) !important;
  background: transparent;
  outline: none;
  width: 100% !important;
}

input[type="submit"] {
  background: transparent;
  border: 3px solid var(--orange);
  margin-top: 20px !important;
  color: var(--orange) !important;
  padding: 12px 25px !important;
  width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
  border: 3px solid var(--grey) !important;
}

.captcha {
  border: 3px solid var(--orange) !important;
  width: 100% !important;
  box-sizing: border-box !important;
  background: none !important;
}

.captcha > div > span {
  color: var(--orange) !important;
}
.refresh {
  border: 3px solid var(--orange) !important;
}

.cc-m-form-note {
  border: none !important;
  color: var(--orange) !important;
  background: transparent !important;
  padding: 0 !important;
}

label,
label > div:after {
  color: var(--orange) !important;
}

label > a,
label > a:visited,
label > a:active {
  color: var(--orange) !important;
}

input[type="checkbox"]:checked {
  border: 3px solid var(--grey) !important;
}

@media only screen and (min-width: 700px) {
  form {
    margin: 0 150px;
  }
}

/* ----- Kontakt / Service ----- */

.kontakt-service-icons {
  min-height: 350px;
  padding: 50px 10px 0;
  box-sizing: border-box;
}

.service-icon {
  height: 80px;
  width: 80px;
  background-color: var(--orange);
  border-radius: 50%;
}

.service-icons-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 50px 0;
}

.kontakt-service-h2 {
  text-align: center;
}

.icons-item-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media only screen and (min-width: 700px) {
  .kontakt-service-icons {
    padding: 50px 50px 0;
  }
}

/* ----- Kontakt / Teaser ----- */

.contact-teaser {
  margin-bottom: 50px;
  min-height: 500px;
  display: flex;
  align-items: center;
}

.contact-teaser-container {
  padding: 0 10px;
}

.contact-teaser-p {
  margin-top: 20px;
  max-width: 550px;
}

.contact-form-p {
  margin-top: 20px;
}

.contact-map-p {
  margin-bottom: 50px;
}

@media only screen and (min-width: 700px) {
  .contact-teaser-container {
    padding: 0 50px;
    width: 60%;
  }
}

@media only screen and (min-width: 1200px) {
  .contact-teaser-container {
    padding-left: 100px;
  }

  .contact-teaser-p {
    max-width: 700px;
  }
}

/* ----- Händlerbereich ----- */

input[type="password"] {
  border: 3px solid var(--orange);
  padding: 10px;
  outline: none;
}

input[type="password"]:focus {
  border: 3px solid var(--grey);
}

form > h1 {
  font-family: "Rabau", Arial, sans-serif !important;
  font-weight: 100 !important;
  font-size: 40px !important;
  line-height: normal !important;
  color: var(--orange) !important;
  margin-top: 50px;
}

.cc-protected-note {
  font-family: "Rabau", Arial, sans-serif !important;
  font-weight: 100 !important;
  font-size: 20px !important;
  line-height: normal !important;
}

.company-contacts {
  margin-top: 50px;
  text-align: center;
}

.contact-container {
  padding: 50px 0;
}

.contact-item-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.contact-item {
  width: 200px;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0 20px;
  box-sizing: border-box;
  margin-bottom: 50px;
}

.img-contact-person {
  height: 200px;
}

.company-contacts-p {
  margin-top: 20px;
}

.download-area {
  margin-bottom: 50px;
  text-align: center;
}

.download-cluster {
  background-color: var(--orange);
  padding: 50px;
  margin-bottom: 20px;
}

.cc-m-download-title,
.cc-m-download-file-name,
.cc-m-download-file-type,
.cc-m-download-file-size,
.cc-m-download-file-link {
  font-family: "Rabau", Arial, sans-serif !important;
  font-size: 14px;
  line-height: normal;
  color: black;
}

.downloads-p {
  font-family: "Rabau", Arial, sans-serif !important;
  font-weight: 700 !important;
  font-size: 14px;
  line-height: normal;
  color: black;
}

.linkbox {
  background-color: var(--grey);
  padding: 50px;
  margin: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* ----- Unternehmen ----- */

.company-facts-icons {
  min-height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.company-item-p {
  margin-top: 30px;
}

.company-teaser-p {
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 550px;
}

.company-icon {
  height: 100px;
}

.video-rabau-container {
  margin: 50px 160px 100px;
  display: flex;
  justify-content: center;
}

.video-headline {
  text-align: center;
}

@media only screen and (min-width: 1200px) {
  .company-teaser-p {
    max-width: 700px;
  }
}

/* ----- Footer ----- */

.footer {
  min-height: 200px;
  background-color: var(--orange);
  display: flex;
  flex-wrap: wrap;
  padding: 50px 0;
  position: relative;
}

.footer-link-container {
  display: flex;
  flex-direction: column;
  margin-left: 50px;
  width: 100%;
  margin-bottom: 50px;
}

.footer-container-contact {
  display: flex;
  flex-direction: column;
  margin-left: 50px;
  width: 100%;
}

#footer {
  position: relative;
}

#contentfooter {
  bottom: 0;
  position: absolute;
}

#contentfooter .leftrow {
  display: none;
}

#contentfooter .rightrow {
  color: var(--orange);
}

#contentfooter .rightrow a {
  text-decoration: none;
  color: var(--orange);
}

#contentfooter .rightrow a:hover {
  color: white;
}

.footer-link {
  text-decoration: none !important;
  color: white !important;
  font-size: 14px;
  line-height: 24px;
}

.footer-headline {
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 24px;
}

.footer-contact-p {
  font-size: 14px;
  line-height: 24px;
}

.footer-mobile {
  display: none;
}

@media only screen and (min-width: 600px) {
  .footer-link-container {
    width: auto;
    margin-bottom: 0;
  }

  .footer-container-contact {
    margin-right: 50px;
    margin-left: auto;
    width: auto;
  }
}

@media only screen and (min-width: 1024px) {
  .footer-link-container {
    margin-left: 100px;
  }

  .footer-container-contact {
    margin-right: 100px;
  }
}

/* ----- Rechtliches / Impressum----- */

.head-short {
  display: flex;
  align-items: center;
  height: 200px;
  background-color: var(--orange);
}

.head-short-h1 {
  margin: 50px 0;
  padding-left: 20px;
  padding-right: 20px;
}

.imp-textcontainer {
  padding: 30px 20px 50px;
}

.imp-headline {
  font-family: "Rabau", Arial, sans-serif !important;
  font-weight: 100 !important;
  font-size: 24px;
  line-height: normal;
  hyphens: auto;
  color: black;
  margin: 10px 0 20px;
}

.imp-h2 {
  font-family: "Rabau", Arial, sans-serif !important;
  font-weight: 100 !important;
  font-size: 30px;
  line-height: normal;
  hyphens: auto;
  color: black;
  margin: 30px 0 20px;
}

.imp-p {
  font-family: "Rabau", Arial, sans-serif !important;
  font-weight: 100 !important;
  font-size: 16px;
  line-height: normal;
  color: black;
  margin-bottom: 20px;
}

.imp-p-bold {
  font-family: "Rabau", Arial, sans-serif !important;
  font-weight: 800 !important;
  font-size: 16px;
  line-height: normal;
  color: black;
  margin-bottom: 20px;
}

.imp-p a {
  color: var(--orange) !important;
  text-decoration: none !important;
}

.j-cookie-policy,
.j-cookie-settings {
  padding: 30px 20px 50px;
}

.j-cookie-policy h1,
.j-cookie-policy h2,
.j-cookie-policy h3,
.j-cookie-settings h1,
.j-cookie-settings h2 {
  font-family: "Rabau", Arial, sans-serif !important;
  font-weight: 100 !important;
  font-size: 30px !important;
  line-height: normal;
  hyphens: auto;
  color: black !important;
  margin: 30px 0 20px;
}

.j-cookie-policy p,
.j-cookie-settings p,
.j-cookie-policy li {
  font-family: "Rabau", Arial, sans-serif !important;
  font-weight: 100 !important;
  font-size: 16px !important;
  line-height: normal;
  color: black !important;
  margin-bottom: 20px;
}

.j-cookie-policy th {
  font-family: "Rabau", Arial, sans-serif !important;
  font-weight: 800 !important;
  font-size: 16px !important;
  line-height: normal;
  color: black !important;
  margin-bottom: 24px;
  text-align: left;
}

.j-cookie-policy p a,
.j-cookie-settings p a {
  color: var(--orange) !important;
  text-decoration: none !important;
}

.j-cookie-policy td {
  font-family: "Rabau", Arial, sans-serif !important;
  font-weight: 100 !important;
  font-size: 16px !important;
  line-height: normal;
  color: black !important;
}

@media only screen and (min-width: 600px) {
  .imp-textcontainer {
    padding: 30px 50px 50px;
  }

  .head-short-h1 {
    padding-left: 50px;
  }

  .j-cookie-policy,
  .j-cookie-settings {
    padding: 30px 50px 50px;
  }
}

/* ----- Jobs ----- */

.jobdetails {
  margin: 50px 20px;
}

.job-details-p {
  margin-top: 20px;
}

.job-details-container {
  background: var(--grey);
  padding: 50px 20px;
}

@media only screen and (min-width: 700px) {
  .jobdetails {
    margin: 50px;
  }

  .job-details-container {
    padding: 50px;
  }
}

/* ----- Farben ----- */

.colors {
  margin-bottom: 50px;
}

.colors-container {
  padding: 50px 20px;
  background-color: var(--grey);
}

.color-item-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.color-item {
  height: 200px;
  width: 200px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  margin: 20px;
  box-shadow: 2px 2px 10px 3px rgba(110, 100, 100, 0.8);
}

.img-color-item {
  height: 100%;
  width: 100%;
}

.color-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
}

.colors-p {
  margin: 30px 0;
}

.colors-h2 {
  text-align: center;
}

.slider-farben {
  width: 100%;
  padding: 0;
}

.slider-farben .slide {
  margin: 0;
  height: 240px;
}

@media only screen and (min-width: 700px) {
  .colors-container {
    padding: 50px;
  }
}

/* ----- Tueren Uebersicht ----- */

.modalimages .img {
  cursor: pointer;
  transition: 0.3s;
}

.modalimages .img:hover {
  opacity: 0.7;
}