/*!**********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/assets/style.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************/
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  font-family: "Roboto", sans-serif;
}

:root {
  --width: 92vw;
  --max-width: 1160px;
  --max-slider-width: 500px;
  --green: #80A95B;
  --lite-green: #D8E5CD;
  --dark-green: hsl(92, 31%, 31%);
  --font: #1A1A1A;
  --lite-font: #3D3D3D;
  --bg: #F7F7F7;
  --lite-grey: #ececec;
}

body {
  width: 100vw;
  overflow-x: hidden;
}

a, button, input {
  font-family: "Roboto", sans-serif;
}

.section-inner {
  width: var(--width);
  max-width: var(--max-width);
  margin: auto;
  padding: 4rem;
  padding: clamp(2rem, 10vw, 6rem) 0;
}

.section-intro {
  display: flex;
  flex-direction: column;
  max-width: 625px;
}
.section-intro .section-heading {
  padding: 0.25rem 0 0.25rem 0.75rem;
  border: solid var(--green);
  border-width: 0 0 0 6px;
  margin-bottom: 1.25rem;
}
.section-intro .section-heading h2 {
  transform: translateY(-0.125em);
}
.section-intro .section-heading h2 span {
  width: 100%;
  padding-bottom: 0.5rem;
  line-height: 1em;
}
.section-intro p + p {
  padding-top: 0.5rem;
}

.section-text {
  display: -ms-grid;
  display: grid;
  gap: 1rem;
}
.section-text .show-more-wrap {
  grid-column: 1/-1;
}
.section-text .show-more-wrap button {
  margin-top: 1rem;
  line-height: 1em;
  font-size: 16px;
  font-size: 700;
  background-color: transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  color: var(--dark-green);
}
.section-text .wrap {
  display: none;
}
.section-text .wrap.visible {
  display: block;
}
.section-text .wrap h3 {
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 0.75rem;
  padding-top: 1.5rem;
}
.section-text .wrap p + p {
  padding-top: 1rem;
}
.section-text p:first-of-type {
  grid-column: 1/-1;
}

.color-reverse {
  background-color: var(--dark-green);
}
.color-reverse h2, .color-reverse p, .color-reverse span, .color-reverse a {
  color: white;
}

@media (min-width: 768px) {
  .section-text {
    padding-top: 1rem;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 1rem 2rem;
  }
  .section-text p.large {
    font-size: 22px;
  }
}
span {
  display: inline-flex;
}

.company-name {
  font-weight: 700;
  letter-spacing: 0.25px;
  color: var(--green);
  text-transform: uppercase;
}

h1 {
  font-size: 34px;
  line-height: 1.25em;
}
h1 span {
  font-size: 14px;
  font-weight: 700;
  width: 100%;
}

h2 {
  max-width: 20ch;
  font-size: 28px;
}
h2 span {
  font-size: 16px;
}

p {
  color: var(--lite-font);
  font-size: 16px;
  line-height: 1.5em;
}

@media (min-width: 768px) {
  h1 {
    font-size: 54px;
  }
  h1 span {
    font-size: 16px;
  }

  h2 {
    font-size: 40px;
  }
  h2 span {
    font-size: 16px;
  }

  p {
    font-size: 18px;
  }
}
.mehr-erfahren {
  color: var(--dark-green);
  padding-top: 1rem;
  text-decoration: none;
  font-weight: 700;
}
.mehr-erfahren:hover {
  text-decoration: underline;
}

button {
  background-color: var(--green);
  line-height: 46px;
  border-radius: 23px;
  border: none;
  font-weight: 700;
  letter-spacing: 0.5px;
  cursor: pointer;
  width: 100%;
  max-width: 450px;
  padding: 0 2rem;
  color: var(--font);
}

.show-more-wrap button {
  margin-top: 1rem;
  line-height: 1em;
  font-size: 16px;
  font-size: 700;
  background-color: transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  color: var(--dark-green);
}

img {
  max-width: 100%;
}

header {
  width: 100vw;
  z-index: 99;
  background-color: transparent;
}
header .header-inner {
  width: var(--width);
  max-width: var(--max-width);
  margin: auto;
  padding: 1rem 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
header .header-inner .logo {
  width: 140px;
}
header .header-inner .logo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
header .header-inner button {
  display: none;
}
header .header-inner #site-navigation {
  transform: translateX(0%);
}
header .header-inner #site-navigation ul {
  list-style: none;
}
header .header-inner #site-navigation ul li a {
  font-weight: 700;
}
header .header-inner #site-navigation ul li a, header .header-inner #site-navigation ul li button {
  background-color: transparent;
  text-decoration: none;
  background-color: transparent;
  padding-left: 0;
  color: black;
}
header .header-inner #site-navigation ul li a.active svg, header .header-inner #site-navigation ul li button.active svg {
  transform: rotateX(180deg);
}
header .header-inner #site-navigation ul li ul {
  padding: 0.5rem 0 0 0.5rem;
  display: flex;
  flex-direction: column;
}
header .header-inner #site-navigation ul li ul.hidden {
  display: none;
}
header .header-inner #site-navigation ul li ul li a {
  font-size: 18px;
}

@media (max-width: 1023.9px) {
  header .header-inner {
    display: flex;
    align-items: center;
  }
  header .header-inner button {
    padding: 0 1rem;
    line-height: 46px;
    font-size: 16px;
    height: auto;
    display: block;
    z-index: 101;
    max-width: 140px;
    height: 46px;
  }
  header .header-inner #site-navigation {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    width: 100vw;
    max-width: var(--max-slider-width);
    transition: transform 180ms ease-in-out;
    background-color: var(--lite-green);
    z-index: 99;
  }
  header .header-inner #site-navigation .menu-info {
    display: none;
  }
  header .header-inner #site-navigation.hidden {
    transform: translateX(100%);
  }
  header .header-inner #site-navigation ul {
    width: 90vw;
    max-width: 1200px;
    margin: auto;
    padding-top: 5rem;
    padding-left: 1rem;
  }
  header .header-inner #site-navigation ul li + li {
    margin-top: 1rem;
  }
  header .header-inner #site-navigation ul li a, header .header-inner #site-navigation ul li button {
    font-size: 24px;
    line-height: 32px;
  }
  header .header-inner #site-navigation ul li a.active svg, header .header-inner #site-navigation ul li button.active svg {
    transform: rotateX(180deg);
  }
  header .header-inner #site-navigation ul li a span + span, header .header-inner #site-navigation ul li button span + span {
    display: none;
  }
  header .header-inner #site-navigation ul li ul {
    padding: 0.5rem 0 0 0.5rem;
    display: flex;
    flex-direction: column;
  }
  header .header-inner #site-navigation ul li ul.hidden {
    display: none;
  }
  header .header-inner #site-navigation ul li ul li a {
    font-size: 18px;
  }
  header .header-inner #site-navigation ul li ul li + li {
    margin-top: 0.5rem;
  }
}
@media (min-width: 1024px) {
  header .header-inner {
    align-items: center;
  }
  header .header-inner #site-navigation.hidden {
    display: block;
  }
  header .header-inner #site-navigation .main-menu {
    display: flex;
    flex-direction: row;
  }
  header .header-inner #site-navigation .main-menu > li + li {
    margin-left: 1rem;
  }
  header .header-inner #site-navigation .main-menu > li > a:hover, header .header-inner #site-navigation .main-menu > li > button:hover {
    text-decoration: underline;
    outline: none;
  }
  header .header-inner #site-navigation .main-menu a, header .header-inner #site-navigation .main-menu button {
    display: flex;
    line-height: 32px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-weight: 700;
    align-items: center;
    font-size: 16px;
    padding: 0;
  }
  header .header-inner #site-navigation .main-menu a svg, header .header-inner #site-navigation .main-menu button svg {
    margin-left: 0.25rem;
  }
  header .header-inner #site-navigation .main-menu a.active-menu-item, header .header-inner #site-navigation .main-menu button.active-menu-item {
    text-decoration: underline;
  }
  header .header-inner #site-navigation .main-menu ul.services-submenu {
    position: absolute;
    width: 100vw;
    top: 77px;
    left: 0px;
    border-bottom: solid 3px var(--font-dark);
    z-index: 99;
  }
  header .header-inner #site-navigation .main-menu ul.services-submenu .submenu-inner {
    width: 90vw;
    max-width: 1200px;
    margin: auto;
    padding: 2rem 0 4rem 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 400px auto;
    grid-template-columns: 400px auto;
    gap: 3rem;
  }
  header .header-inner #site-navigation .main-menu ul.services-submenu .submenu-inner p {
    max-width: 320px;
  }
  header .header-inner #site-navigation .main-menu ul.services-submenu .submenu-inner .menu-items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 300px 300px;
    grid-template-columns: 300px 300px;
    gap: 2rem 1rem;
  }
  header .header-inner #site-navigation .main-menu ul.services-submenu .submenu-inner .menu-items li a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0.5rem;
  }
  header .header-inner #site-navigation .main-menu ul.services-submenu .submenu-inner .menu-items li a:hover span:first-of-type {
    text-decoration: underline;
  }
  header .header-inner #site-navigation .main-menu ul.services-submenu .submenu-inner .menu-items li a:hover span + span {
    text-decoration: none;
  }
  header .header-inner #site-navigation .main-menu ul.services-submenu .submenu-inner .menu-items li a span {
    font-size: 24px;
    text-align: left;
  }
  header .header-inner #site-navigation .main-menu ul.services-submenu .submenu-inner .menu-items li a span + span {
    margin-top: 0rem;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    line-height: 1.25rem;
    max-width: 250px;
    text-decoration: none;
  }
  header .header-inner #site-navigation .main-menu ul.services-submenu .submenu-inner .menu-items li a.active-menu-item {
    text-decoration: none;
  }
  header .header-inner #site-navigation .main-menu ul.services-submenu .submenu-inner .menu-items li a.active-menu-item span {
    text-decoration: underline;
  }
  header .header-inner #site-navigation .main-menu ul.services-submenu .submenu-inner .menu-items li a.active-menu-item span + span {
    -webkit-text-decoration-color: transparent;
            text-decoration-color: transparent;
  }
}
@media (min-width: 1080px) {
  .main-menu > li + li {
    margin-left: 1.75rem !important;
  }
}
#kontakt {
  position: fixed;
  max-width: var(--max-slider-width);
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0rem 0 0 0;
  background-color: var(--green);
  transition: transform 180ms ease-in-out;
  z-index: 199;
  box-shadow: -10px 0px 12px -5px rgba(0, 0, 0, 0.404);
  color: white;
}
#kontakt.hidden {
  transform: translateX(100%);
  box-shadow: -10px 0px 12px -5px rgba(0, 0, 0, 0);
}
#kontakt h2 {
  padding-bottom: 0;
}
#kontakt .button-wrap {
  display: flex;
  justify-content: flex-end;
  transform: translateY(0rem);
}
#kontakt .button-wrap i {
  color: white;
}
#kontakt button {
  width: auto;
  color: var(--font);
  font-size: 40px;
  background-color: transparent;
  padding: 0;
}
#kontakt .kontakt-scroll {
  max-height: 100%;
  overflow-y: scroll;
  max-width: 100%;
  margin: auto;
  padding: 1rem 3rem 3rem 3rem;
}

#hero .section-inner {
  display: -ms-grid;
  display: grid;
  gap: 4rem;
  padding-top: 1rem;
}
#hero .section-inner .hero-image {
  max-width: 660px;
}

.hero-text {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 620px;
}

@media (min-width: 1024px) {
  #hero .section-inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  #hero .section-inner .kontakt-button {
    max-width: 220px !important;
  }
  #hero .section-inner .hero-image {
    position: relative;
  }
  #hero .section-inner .hero-image picture {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #hero .section-inner .hero-image .background-shape {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--green);
    z-index: -1;
    border-radius: 40px;
    transform: scale(1.2) rotateZ(12deg) translateX(5rem) translateY(-5rem);
  }
  #hero .section-inner .hero-image .background-shape.lite {
    background-color: var(--lite-green);
    z-index: -2;
    transform: scaleX(1.2) scaleY(1.4) rotateZ(-4deg) translateX(5rem) translateY(-5rem);
  }
}
#about {
  background-color: #ececec;
}
#about .section-inner {
  display: -ms-grid;
  display: grid;
  gap: 3rem;
}

.grid {
  display: -ms-grid;
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.grid .grid-item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.grid .grid-item .icon {
  background-color: var(--green);
  display: flex;
  width: 44px;
  padding: 0.5rem;
  border-radius: 4px;
}
.grid .grid-item .icon img {
  width: 28px;
  height: 28px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 1024px) {
  #about {
    background-color: white;
  }
  #about .section-inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
#papppaletten .section-inner {
  display: -ms-grid;
  display: grid;
  gap: 1rem 0.5rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
#papppaletten .section-intro {
  margin-bottom: 1rem;
  grid-column: 1/-1;
}
#papppaletten .item {
  background-color: white;
  display: flex;
  flex-direction: column-reverse;
  padding: 0.5rem;
  border-radius: 4px;
  max-width: 100%;
}
#papppaletten .item h3 {
  padding: 0.5rem;
  line-height: 1.25em;
  overflow-wrap: break-word;
  font-size: 16px;
}
#papppaletten .item img {
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
  max-height: 100%;
}

@media (min-width: 460px) {
  #papppaletten .section-inner {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  }
}
@media (min-width: 800px) {
  #papppaletten .section-inner {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
  #papppaletten .section-inner .item {
    max-height: 300px;
  }
  #papppaletten .section-inner .item img {
    max-height: 230px;
  }
}
@media (min-width: 1200px) {
  #papppaletten .section-inner {
    gap: 2rem;
    -ms-grid-columns: 1.5fr 320px 320px;
    grid-template-columns: 1.5fr 320px 320px;
    justify-items: end;
  }
  #papppaletten .section-intro {
    max-width: 500px;
    -ms-grid-row-align: start;
    -ms-grid-column-align: start;
    place-self: start;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
  #papppaletten .item {
    max-width: 320px;
  }
  #papppaletten .item h3 {
    font-size: 20px !important;
  }
}
#holzpalette-aternative {
  background-color: var(--lite-green);
}

#reworks .section-inner {
  display: -ms-grid;
  display: grid;
  gap: 2rem;
}
#reworks .section-inner .row {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#reworks .section-inner .row.hidden {
  display: none;
}
#reworks .image-wrap {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
#reworks .image-wrap img {
  border-radius: 0.5rem;
}

@media (min-width: 768px) {
  #reworks .section-inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 6rem;
  }
  #reworks .section-inner .row {
    display: flex;
    flex-direction: row;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
  }
  #reworks .section-inner .row div {
    width: calc(50% - 2rem);
  }
  #reworks .section-inner .row.reverse {
    flex-direction: row-reverse;
  }
  #reworks p {
    max-width: 40ch;
  }
  #reworks .image-wrap {
    max-height: 400px;
    position: relative;
    z-index: 2;
  }
  #reworks .image-wrap img {
    max-height: 400px;
    max-width: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 2;
    position: relative;
  }
  #reworks .image-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: var(--lite-green);
    border-radius: 0.5rem;
    transform: translateX(-16px) translateY(-16px);
    z-index: -1;
    max-height: 100%;
  }
  #reworks .image-wrap:last-of-type::after {
    transform: translateX(16px) translateY(16px);
  }
}
#kontakt-aufnehmen {
  background-color: var(--lite-grey);
}
#kontakt-aufnehmen .image-wrap {
  display: none;
}
#kontakt-aufnehmen .image-wrap img {
  max-height: 410px;
}
#kontakt-aufnehmen .kontakt-text {
  display: flex;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  flex-direction: column;
  gap: 1rem;
  justify-content: flex-end;
}
#kontakt-aufnehmen .kontakt-text .kontakt-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
}
#kontakt-aufnehmen .kontakt-text .kontakt-wrap a {
  color: var(--font);
  text-decoration: none;
  font-size: 20px;
}
#kontakt-aufnehmen .kontakt-text button {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 0 3rem;
}

@media (min-width: 768px) {
  #kontakt-aufnehmen .kontakt-wrap {
    display: flex;
    flex-direction: row !important;
    align-items: center;
    gap: 1rem;
  }
  #kontakt-aufnehmen .kontakt-wrap button {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }
}
@media (min-width: 1024px) {
  #kontakt-aufnehmen {
    overflow-y: hidden;
    background-color: white;
  }
  #kontakt-aufnehmen .section-inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
  }
  #kontakt-aufnehmen .section-inner .image-wrap {
    display: flex;
    position: relative;
  }
  #kontakt-aufnehmen .section-inner .image-wrap picture {
    z-index: 9;
  }
  #kontakt-aufnehmen .section-inner .image-wrap picture img {
    transform: translateX(3rem);
  }
  #kontakt-aufnehmen .section-inner .image-wrap .background-shape {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--green);
    z-index: 1;
    border-radius: 40px;
    transform: scaleX(1.5) scaleY(1.5) rotateZ(-12deg) translateX(-8rem) translateY(5rem);
  }
  #kontakt-aufnehmen .section-inner .image-wrap .background-shape.lite {
    background-color: var(--lite-green);
    z-index: 0;
    transform: scaleX(1.5) scaleY(1.5) rotateZ(-3deg) translateX(-6.5rem) translateY(5rem);
  }
}
#kaufen .image-wrap {
  display: none;
}
#kaufen .text p {
  padding-bottom: 0.5rem;
}
#kaufen .text p + p {
  padding-bottom: 1rem;
}
#kaufen .text a {
  color: var(--dark-green);
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
}
#kaufen .text a:hover {
  text-decoration: underline;
}

@media (min-width: 768px) {
  #kaufen {
    background-color: var(--lite-grey);
  }
  #kaufen .section-intro {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1.5fr 1fr;
    grid-template-columns: 1.5fr 1fr;
    width: 100%;
    max-width: 100%;
  }
  #kaufen .image-wrap {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: flex-end;
    align-items: baseline;
  }
  #kaufen .image-wrap img {
    max-width: 200px;
    padding-top: 0.5rem;
  }
}
#footer {
  background-color: var(--font);
}
#footer .section-inner ul {
  list-style-type: none;
}
#footer .section-inner ul li {
  font-size: 16px;
  font-weight: 600;
  color: white;
  text-decoration: none;
  line-height: 2rem;
}
#footer .section-inner ul a {
  font-size: 16px;
  font-weight: 600;
  color: white;
  text-decoration: none;
}

@media (min-width: 790px) {
  #footer .section-inner {
    display: flex;
    justify-content: space-between;
    padding: 4rem 0;
  }
  #footer .section-inner .column:last-of-type {
    text-align: right;
  }
}
#rechtstext h1 {
  padding-bottom: 2rem;
}
#rechtstext h2 {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  padding-bottom: 1rem;
  padding-top: 1rem;
  font-weight: 500;
  max-width: 100%;
}
#rechtstext h3 {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  padding-bottom: 1rem;
  padding-top: 0.5rem;
  font-weight: 300;
  max-width: 768px;
}
#rechtstext p {
  font-size: 17px;
  line-height: 1.5em;
  padding-bottom: 1rem;
  max-width: 768px;
  padding-top: 0.5rem;
}
#rechtstext p + h3 {
  padding-top: 1.5rem;
}
#rechtstext p + h2 {
  padding-top: 2rem;
}

/*# sourceMappingURL=style-index.css.map*/