@charset "UTF-8";
html {
  scroll-behavior: smooth;
  font-family: "Roboto";
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}
body .rex-breadcrumb {
  padding: 0;
  display: flex;
  flex-direction: row;
  list-style-type: "/ ";
}
body .rex-breadcrumb li {
  margin: 0 10px;
}

#navi > ul > li.rex-article-3.rex-current > ul {
  width: -moz-fit-content;
  width: fit-content;
}

header nav ul li:hover ul {
  width: -moz-fit-content;
  width: fit-content;
}

.cookiebite {
  position: fixed;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
}
.cookiebite a img {
  width: 40px;
  filter: opacity(0.7);
}
.cookiebite a img:hover {
  filter: opacity(1);
}

#myBtn {
  position: fixed;
  bottom: 0;
  right: 0;
  background-color: #fcc024;
  width: 50px;
  height: 50px;
  margin: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}
#myBtn i {
  color: white;
  font-size: 2rem;
}

h1, h2, h3 {
  font-family: "PT Sans", sans-serif;
  color: #fcc024;
}

text {
  font-family: "PT Sans", sans-serif;
  font-size: 1rem;
}

p {
  font-family: "PT Sans", sans-serif;
  font-size: 1rem;
}

a {
  text-decoration: none;
  color: #fcc024;
}

.spacer {
  height: 40px;
  width: 100%;
  max-width: 40px;
}

.bigspacer {
  height: 80px;
}

.fließtext {
  line-height: 200%;
}

main {
  min-height: 80vh;
}

.headabstand {
  height: 160px;
  width: 100%;
}

/*
header{
    &.Navbar{
        &#menu:target {
            .open {
                display:none;
            }
            .close{
                display:block;
            }
            nav {
                display:block;
            }
            .moebel {
                display: none;
            }
        }
        .open {
            display:block;
        }
        padding-bottom: 20px;
        .flexbox{
                display: flex;
                align-content: flex-start;
                justify-content: space-between;
        }
        .abstandoben{
            padding-top: 60px;
        }
        .container{
            width: 100%;
            max-width: 940px;
            padding-left: 20px;
            padding-right: 20px;
            margin-left: auto;
            margin-right: auto;
            .Brand{
                float: left;
                .Logo{
                    width: 400px;
                    max-width: 100%;
                }
            }
            .navmenu{
                margin-top: 20px;
                display: flex;
                float: right;
                ul{
                    padding: 0 0 0 0;
                    li {
                        position: relative;
                        float: left;
                        a{
                            position: relative;
                            float: left;
                            padding: 20px;
                            display: block;
                            color: grey;
                            &:hover {
                            color: $mainblue;
                            }
                        }
                    }
                }
            }
            .burgerbutton{
                float: right;
                display: none;
            }
        }
    }
}
*/
footer nav, footer p {
  display: flex;
  color: white;
  justify-content: space-around;
  margin: 25px 0 25px 0;
}
footer nav a, footer p a {
  color: white;
}
footer nav a:hover, footer p a:hover {
  text-decoration: underline;
}

.wrapper {
  max-width: 1200px;
  margin: auto;
}
.wrapper .grid {
  margin: 2em 0 2em 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 25px;
  min-height: 385px;
}
.wrapper .grid .more {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 15px;
  background-color: #fcc024;
  color: white;
  border-radius: 15px;
  grid-column: span 4;
}
.wrapper .grid .block {
  border-radius: 15px;
  box-shadow: 0px 0px 15px rgb(194, 194, 194);
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 200ms;
  max-height: 375px;
  min-height: 375px;
}
.wrapper .grid .block.pdf {
  text-align: center;
}
.wrapper .grid .block.pdf h3 {
  font-size: 5em;
}
.wrapper .grid .block.pdf a {
  font-size: 1.5em;
}
.wrapper .grid .block.pdf a:hover {
  text-decoration: underline;
}
.wrapper .grid .block.pdf a i {
  padding: 7px;
}
.wrapper .grid .block:hover {
  transform: translateY(-10px);
  transition: 200ms;
}
.wrapper .grid .block:hover p {
  background-color: #9D9C9C;
}
.wrapper .grid .block p {
  background-color: #fcc024;
  color: white;
  margin: 0;
  padding: 20px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.wrapper .grid .block img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 300px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

header {
  width: 100%;
  position: relative;
  background-color: white;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  position: fixed;
  padding: 20px 0px 5px 0px;
  box-shadow: 1px 1px 30px 3px rgba(0, 0, 0, 0.5);
  z-index: 999;
  top: 0;
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 20px;
}
header .container .wrapper {
  width: 1200px;
  max-width: 100%;
}
header .container .wrapper img.iso {
  position: absolute;
  right: 40px;
  top: 75px;
  width: 7vw;
}
header .container .wrapper .logo {
  width: 100px;
  position: relative;
  float: left;
  margin-top: 2vh;
}
header .container .wrapper .logo img {
  width: 100%;
}
header .container .wrapper .compiler {
  width: 66%;
  position: relative;
  float: left;
  margin-left: 3%;
}
header a {
  text-decoration: none;
  display: block;
  height: 100%;
  padding-bottom: 10px;
}
header .header-info {
  display: flex;
  justify-content: flex-start;
  color: white;
  padding-left: 7%;
}
header .header-info .language {
  display: flex;
  flex-direction: row;
  margin-left: 50px;
  z-index: 5;
}
header .header-info .language a img {
  width: 25px;
  height: 25px;
}
header .header-info i {
  padding-top: 2px;
  padding-right: 6px;
}
header .header-info a {
  margin-right: 10%;
  color: white;
}
header .header-info a:last-of-type {
  margin-right: 0%;
}
header .header-info a:hover {
  text-decoration: underline;
}
header nav {
  position: relative;
  padding: 10px 12px 20px 12px;
}
header nav ul {
  margin: 0 auto;
  padding: 0 0 0 0;
  width: 90%;
}
header nav ul li {
  position: relative;
  float: left;
  margin: 0 0.5em;
  transition: all 0.3s ease;
}
header nav ul li:first-of-type {
  margin-left: 0;
}
header nav ul li:first-of-type a {
  padding-left: 0;
}
header nav ul li:last-of-type {
  margin-right: 0;
}
header nav ul li:last-of-type a {
  padding-right: 0;
}
header nav ul li span {
  position: relative;
  float: left;
  top: -3px;
}
header nav ul li span::before {
  font-size: 2rem;
  color: #fcc024;
}
header nav ul li a {
  color: grey;
  font-size: 1.03rem;
  padding-right: 8px;
  text-decoration: none;
  padding-top: 45px;
}
header nav ul li a:hover {
  background-image: url(../img/menhover.png);
  background-repeat: no-repeat;
  background-position: center top;
  text-decoration: underline;
  background-size: 45px;
}
header nav ul li .rex-current {
  background-image: url(../img/menhover.png);
  background-repeat: no-repeat;
  background-position: center top;
  color: black;
  font-weight: bold;
  background-size: 45px;
}
header nav ul li.nopad {
  /*a {
      padding: 0 8px;
  }*/
}
header nav ul li.nopad span {
  display: none;
}
header nav ul li:hover ul {
  display: block;
}
header nav ul li ul {
  position: absolute;
  background-color: rgba(252, 192, 36, 0.5);
  display: none;
}
header nav ul li ul li {
  margin: 5px 0.5em;
}
header nav ul li ul li:first-of-type {
  margin: 5px 0.5em;
}
header nav ul li ul li a {
  padding: 3px 5px;
}
header nav ul li ul li a:first-of-type {
  padding: 3px 5px;
}
header nav.second a {
  color: #fcc024;
  margin-right: 10px;
}
header nav.second a:hover {
  color: black;
}
header .open, header .close {
  position: relative;
  float: right;
  width: 40px;
  height: 40px;
  font-size: 2rem;
  color: white;
  display: none;
}
header .moebel {
  position: fixed;
  right: 30px;
  top: 3px;
  width: 120px;
  height: 80px;
  background-image: url(../img/schreinerei_kuch.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.Titelwrap {
  height: 70vh;
  position: relative;
}
.Titelwrap .textinteractivewrap {
  width: 100%;
  position: absolute;
  bottom: 10vh;
}
.Titelwrap .blueflare {
  background-color: rgb(224, 224, 224);
  position: absolute;
  width: 100%;
  height: 70vh;
}
.Titelwrap .textinteractive {
  width: 950px;
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  z-index: 100;
  padding: 10px;
  border-radius: 15px;
}
.Titelwrap .textinteractive .rexvalue {
  height: -moz-fit-content;
  height: fit-content;
  margin-top: auto;
  color: #fcc024;
}
.Titelwrap .textinteractive p {
  font-size: 2.5em;
  color: #fcc024;
  margin: 0;
}
.Titelwrap .textinteractive img {
  max-height: 200px;
  margin-left: 5%;
  position: relative;
  top: 50px;
}
.Titelwrap .textinteractive span.rotating-images {
  font-size: 2.5em;
  color: #fcc024;
  margin-left: 5%;
}
.Titelwrap .titelpic {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.Titelwrap.category {
  height: 500px;
}

.downloadgrid {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
.downloadgrid .pdf {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  overflow: hidden;
}
.downloadgrid .pdf h3 {
  grid-column: span 2;
  font-size: 1.5em;
  border-bottom: 2px solid #bebebe;
  margin-bottom: 0;
  padding-bottom: 10px;
  text-align: right;
  position: relative;
}
.downloadgrid .pdf h3 i {
  font-size: 1.5em;
  position: absolute;
  left: 0;
}
.downloadgrid .pdf a {
  background-color: #e6e6e6;
  padding: 25px;
}
.downloadgrid .pdf a:hover {
  text-decoration: underline;
}
.downloadgrid .pdf a i {
  font-size: 1.5em;
}

.wrapper:nth-of-type(2n) .linkedpic {
  background-color: rgb(239, 239, 240);
}

.linkedpic {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 3em;
  border-bottom: 1px solid #fcc024;
}
.linkedpic a.linkedblock {
  width: 30%;
}
.linkedpic a.linkedblock img {
  width: 100%;
}

.section {
  padding-top: 60px;
  padding-bottom: 60px;
  color: #9D9C9C;
  position: relative;
}
.section h1, .section h2, .section h3 {
  font-family: "PT Sans", sans-serif;
  color: #fcc024;
}
.section .rohrobenlinks {
  width: 45%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.section .rohruntenrechts {
  width: 20%;
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.section .flexbox {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.section .flexbox .rechtespalte {
  display: flex;
  flex-direction: column;
}
.section .flexbox .rechtespalte a {
  color: #707070;
}
.section .flexbox .rechtespalte i {
  margin-right: 10px;
  color: #fcc024;
}
.section .flexbox .kontakt {
  padding: 20px;
  background-color: #fcc024;
  color: white;
  border-radius: 45px;
  grid-column: span 2;
  width: -moz-fit-content;
  width: fit-content;
  margin: 45px auto;
}
.section .wrapper {
  position: relative;
  float: left;
  width: 90%;
  min-height: 80vh;
  padding: 10vh 5%;
  text-align: center;
  max-width: 100%;
}
.section .wrapper .h1gal {
  font-size: 40pt;
  text-transform: uppercase;
  text-align: center;
  margin-top: 0;
  color: white;
}
.section .wrapper .galery {
  display: inline-block;
  position: relative;
}
.section .wrapper .galery a {
  position: relative;
  float: left;
}
.section .wrapper .bildweitlinks {
  display: inline-block;
  margin: 0 0 75px 0;
}
.section .wrapper .bildweitlinks a {
  position: relative;
  float: left;
}
.section .wrapper .bildweitlinks .filler {
  width: 71px;
  height: 580px;
}
.section .wrapper .bildlinks {
  display: inline-block;
  margin: 0 5px 50px 5px;
}
.section .wrapper .bildlinks a {
  position: relative;
  float: left;
}
.section .wrapper .bildlinks .filler {
  width: 55px;
  height: 650px;
}
.section .wrapper .bildrechts {
  display: inline-block;
  margin: 0 5px 50px 5px;
}
.section .wrapper .bildrechts a {
  position: relative;
  float: left;
}
.section .wrapper .bildweitrechts {
  display: inline-block;
  margin: 0 0 75px 0;
}
.section .wrapper .bildweitrechts a {
  position: relative;
  float: left;
}
.section .wrapper .arrows {
  position: absolute;
  right: 0px;
  left: 0px;
  bottom: 350px;
  width: 100%;
}
.section .wrapper .arrows a {
  color: white;
  width: 50%;
  text-align: left;
}
.section .wrapper .arrows a i {
  font-size: 40px;
  transition: all 0.3s ease;
  margin: 0 15px;
  text-shadow: 0px 0px 30px black;
  text-align: left;
}
.section .wrapper .arrows a .fa-chevron-left:hover:hover, .section .wrapper .arrows a .fa-chevron-right:hover {
  opacity: 0.3;
}
.section .wrapper .arrows a .fa-chevron-right {
  float: right;
}
.section .wrapper .arrows .right {
  float: right;
  text-align: right;
}
.section .container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.section .container .linkespalte {
  margin-right: 40px;
}
.section .container .linkespalte .sidepic {
  width: 100%;
  max-width: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.section .container .rechtespalte {
  position: relative;
  width: 100%;
}
.section .container .rechtespalte a:hover {
  opacity: 0.9;
}
.section .container .rechtespalte ul {
  list-style-image: url(../img/tint.png);
}
.section .container .rechtespalte ul li {
  margin-bottom: 10px;
}
.section .container .rechtespalte .sidepic {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section:nth-of-type(odd) {
  background-color: rgb(239, 239, 240);
  color: rgb(112, 112, 112);
}
.section:nth-of-type(odd) h1, .section:nth-of-type(odd) h2, .section:nth-of-type(odd) h3 {
  color: #fcc024;
}
.section:nth-of-type(odd) .container .rechtespalte ul {
  list-style-image: url(../img/tint_white.png);
}

.impdat {
  position: relative;
  padding: 5px 20px;
  background-color: #fcc024;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2509803922);
  min-height: 20vh;
}
.impdat nav ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 0 0px;
}
.impdat nav ul li {
  margin-right: 20px;
}
.impdat nav ul li a {
  color: white;
}
.impdat nav ul li a:hover {
  text-decoration-line: underline;
}
.impdat nav ul li:hover ul {
  display: flex;
}
.impdat nav ul li ul {
  position: absolute;
  display: none;
  left: 28%;
  margin: 2px 0;
}
.impdat nav ul li ul li {
  margin: 0 0.5em;
}
.impdat nav ul li ul li:first-of-type {
  margin: 5px 0.5em;
}
.impdat nav ul li ul li a {
  padding: 3px 5px;
}

.bluebackground {
  background-color: #fcc024;
  color: white;
}

@media screen and (max-width: 1750px) {
  main .section .wrapper {
    min-height: unset;
    padding: 40px 5%;
  }
  main .section .bildergalerie .arrows {
    bottom: 40%;
  }
  main .section .bildergalerie .wrapper {
    float: unset;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: flex-start;
    justify-content: center;
  }
  main .section .bildergalerie .wrapper .filler {
    width: 3vw;
    height: 25vw;
  }
  main .section .bildergalerie .wrapper .h1gal {
    width: 100%;
    font-size: 2rem;
  }
  main .section .bildergalerie .wrapper .bildweitlinks {
    margin: 0 0 10vw 0;
  }
  main .section .bildergalerie .wrapper .bildweitlinks img {
    height: 25vw;
  }
  main .section .bildergalerie .wrapper .bildlinks {
    margin: 0 5px 5vw 5px;
  }
  main .section .bildergalerie .wrapper .bildlinks img {
    height: 35vw;
  }
  main .section .bildergalerie .wrapper .galery {
    margin: 0 0 0 0;
  }
  main .section .bildergalerie .wrapper .galery img {
    height: 45vw;
  }
  main .section .bildergalerie .wrapper .bildrechts {
    margin: 0 5px 5vw 5px;
  }
  main .section .bildergalerie .wrapper .bildrechts img {
    height: 35vw;
  }
  main .section .bildergalerie .wrapper .bildweitrechts {
    margin: 0 0 10vw 0;
  }
  main .section .bildergalerie .wrapper .bildweitrechts img {
    height: 25vw;
  }
}
@media screen and (max-width: 1100px) {
  main .section .container {
    padding-left: 0px;
    padding-right: 0px;
  }
  main .section .container .linkespalte {
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 0px;
    width: unset;
  }
  main .section .container .rechtespalte {
    padding-left: 20px;
    padding-right: 20px;
    width: unset;
  }
  main .section .flexbox {
    display: block;
  }
  body .wrapper {
    width: 90vw;
    margin: auto;
  }
  body .Navbar .container {
    width: unset;
  }
  body .Navbar .container .burgerbutton {
    font-size: 2rem;
  }
  body .Navbar .container .Brand .Logo {
    width: 150px;
  }
  body .Navbar .container .burgerbutton {
    display: block;
  }
  body .Navbar .container .navmenu {
    display: none;
  }
  body header {
    width: 100vw;
  }
  body header .container .logo {
    width: 150px;
  }
  body header .container .logo a img {
    width: 60%;
  }
  body header .open {
    display: block;
  }
  body header .secondnav {
    display: none;
  }
  body header nav {
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    background-color: #fcc024;
    padding-top: 70px;
    display: none;
  }
  body header nav ul {
    padding: 0;
    position: relative;
  }
  body header nav ul li {
    margin: 5px 0 !important;
    width: 100%;
    text-align: center;
  }
  body header nav ul li span {
    display: none;
  }
  body header nav ul li a {
    width: 100%;
    padding-top: 30px;
  }
  body header nav ul li a:hover {
    text-decoration: none;
    border-bottom: none;
    background-size: 30px;
  }
  body header nav ul li .rex-current {
    background-size: 30px;
  }
  body header nav.second {
    position: relative;
    float: left;
    display: none !important;
    background-color: transparent;
  }
  body header#menu:target {
    font-size: 2rem;
  }
  body header#menu:target .open {
    display: none;
  }
  body header#menu:target .close {
    display: block;
  }
  body header#menu:target nav {
    display: block;
  }
  body header#menu:target .moebel {
    display: none;
  }
  body header .moebel {
    right: 70px;
    top: 7px;
    width: 100px;
  }
}
@media screen and (max-width: 900px) {
  .wrapper .grid a.block {
    grid-column: span 2;
  }
}
@media screen and (max-width: 550px) {
  body {
    max-width: 100vw;
  }
  body .textinteractivewrap .textinteractive .rexvalue {
    display: none;
  }
  body .textinteractivewrap .textinteractive img {
    max-width: 100%;
    margin-left: 0;
    margin: auto;
  }
  body h1, body h2 {
    text-align: center;
  }
  body main .wrapper .grid {
    display: block;
    max-width: 80vw;
    margin: auto;
  }
  body main .wrapper .grid .block {
    margin: 2em 0;
  }
  body main .wrapper .grid .more {
    margin: auto;
    display: block;
  }
  body header#menu .container .wrapper {
    display: flex;
    flex-direction: column;
    position: relative;
  }
  body header#menu .container .wrapper a.logo {
    width: 75%;
  }
  body header#menu .container .wrapper .compiler {
    width: 100%;
    margin-left: 0;
    position: relative;
  }
  body header#menu .container .wrapper .compiler hr {
    display: none;
  }
  body header#menu .container .wrapper .compiler .header-info {
    padding: 0;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
  }
  body header#menu .container .wrapper .compiler .header-info i {
    display: none;
  }
  body header#menu .container .wrapper .compiler .header-info a {
    margin-right: 0;
    display: none;
  }
  body header#menu .container .wrapper .compiler .header-info .language {
    margin-left: 0;
    margin: auto;
  }
  body header#menu .container .wrapper .compiler .header-info .language a {
    padding: 7px;
    display: block;
  }
  body header#menu .container .wrapper .compiler a.NDFont-Menue {
    z-index: 7;
    position: absolute;
    right: 0px;
    top: 0px;
  }
  body header#menu .container .wrapper nav {
    z-index: 6;
  }
  body .section div .downloadgrid {
    display: block;
    width: 90vw;
    margin: auto;
  }
  body footer .wrapper nav #navi {
    width: 100%;
  }
  body footer .wrapper nav #navi ul {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  body footer .wrapper nav #navi ul li {
    margin-right: 0;
    margin-bottom: 10px;
    text-align: center;
  }
  body footer .wrapper nav #navi ul li ul {
    display: none;
  }
  body footer .wrapper p {
    flex-direction: column;
    text-align: center;
  }
}/*# sourceMappingURL=main.css.map */