:root {--main-white:white;--dark-white:#c8e3d5;--main-black:#000;--main-green:#00823e;--dark-green:#004f26;--dark-green-transparent:#004f26d2;--light-green:#01a34f;--light-green-transparent:#01a34fd2;--lighter-green:#00da69;--special-green:#00602e;--svg-color:invert(100%) sepia(0%) saturate(7487%) hue-rotate(164deg) brightness(106%) contrast(106%);--svg-color-lighte:invert(89%) sepia(0%) saturate(1439%) hue-rotate(133deg) brightness(80%) contrast(112%);}@font-face {font-family:'Overpass';src:url('/content/font/Overpass-Regular.woff2') format('woff2');font-weight:400;font-style:normal;font-display:swap;}@font-face {font-family:'Overpass';src:url('/content/font/Overpass-Bold.woff2') format('woff2');font-weight:700;font-style:normal;font-display:swap;}@font-face {font-family:'Overpass';src:url('/content/font/Overpass-Italic.woff2') format('woff2');font-weight:400;font-style:italic;font-display:swap;}@font-face {font-family:'Overpass';src:url('/content/font/Overpass-BoldItalic.woff2') format('woff2');font-weight:700;font-style:italic;font-display:swap;}html {scroll-behavior:smooth}body,button,input {font-family:Overpass, sans-serif;color:var(--dark-green);padding:0px;margin:0px;font-size:18px;line-height:1.5;word-wrap:break-word;}.nobutton {border:none;background-color:transparent;padding:0px;line-height:0;}input:focus,select:focus,textarea:focus,button:focus {outline:none;}header {height:150px;left:0;right:0;text-align:center;position:absolute;z-index:100;}header,.home-title {text-shadow:var(--main-black) 0px 0px 5px, var(--main-black) 2px 2px 4px, var(--main-black) 0px 0px 5px;}.gradient,#team-title-container,#timeline-title-container {background-color:var(--dark-green);background-image:linear-gradient(to top left, var(--special-green), var(--dark-green), rgba(10, 58, 46, 0));}.teaser {font-size:20px;padding-top:80px;padding-bottom:80px;text-align:center;overflow:hidden;z-index:1;}.teaser-text {position:relative;z-index:2;}.teaser-text,.teaser .text,.employee-text .text {text-shadow:var(--dark-green) 0px 0px 4px, var(--dark-green) 2px 2px 3px, var(--dark-green) 0px 0px 4px;}header,.white {color:var(--main-white);}footer,.footer-last a,.white-2,.timeline-content,.employee-text {color:var(--main-white);position:relative;}footer {z-index:3;}a {color:var(--lighter-green);text-decoration:none;}a:hover {text-decoration:underline;}button,input {padding:5px;border:2px var(--dark-green) solid;border-radius:5px;transition:0.6s;background-color:var(--main-white);max-width:100%;}button.dark,.button.dark {background-color:var(--dark-green);color:var(--dark-white);}button:hover:not(.disabled),.button:hover:not(.disabled) {background-color:var(--dark-green);color:var(--dark-white);cursor:pointer;color:var(--main-white);transition:0.6s;}button.dark:hover:not(.disabled),.button.dark:hover:not(.disabled) {background-color:var(--main-white);color:var(--dark-green);}.page,.timeline {margin:0 auto;max-width:1200px;}.page-inner {padding:0px 20px 0px 20px;}.page-margin {margin:0px 20px 0px 20px;}.text-div {margin-top:20px;}.text-div.more-space {margin-top:80px;}::selection {background:var(--light-green);text-shadow:none;}h1,h2,h3,h4,h5,h6 {margin:0px;padding-top:12px;padding-bottom:12px}p {margin:0px;}h1,.headline-txt {font-size:48px;font-weight:bold;}h2 {font-size:30px;}h3 {font-size:22px;}@media screen and (max-width:550px) {body,button,input,textarea {font-size:16px;}h1,.headline-txt {font-size:32px;}h2 {font-size:28px;}h3 {font-size:20px;}}.img-normal {width:100%}#h-menu ul {display:flex;list-style:none;}#h-menu li {position:relative;margin-left:30px;}#h-menu li:first-child {margin-left:0px;}#h-menu li::before {content:'';position:absolute;width:100%;height:100%;top:0;left:0;transform-origin:center;border-bottom:4px solid var(--main-white);transform:scale3d(0, 1, 1);box-shadow:0 0 5px rgba(0, 0, 0, 0.8);clip-path:inset(34px 0px -12px 0px);}#h-menu li:hover::before {transform:scale3d(1, 1, 1);transition:transform 0.5s;}#h-menu a,.a#h-menu-icon {color:var(--main-white);text-decoration:none;position:relative;display:block;padding:5px 5px 2px 5px;}#h-menu span {font-size:17px;font-weight:600;text-transform:uppercase;}#h-menu-icon {display:none;padding:5px 5px 2px 5px;border:2px solid var(--main-white);background:var(--dark-green);border-radius:5px;line-height:1;}#h-menu-icon svg {width:28px;height:28px;filter:var(--svg-color);}#h-menu-icon:hover {background:var(--main-green);}#close-h-menu {cursor:pointer;display:none;}#close-h-menu svg {width:30px;height:30px;height:auto;filter:var(--svg-color);}#header {display:block;overflow:hidden;margin-bottom:-60px;}header nav {float:right;}@media screen and (max-width:1120px) {#h-menu {background-color:var(--dark-green-transparent);position:fixed;top:-100px;left:0px;margin:0px;text-shadow:none;width:100%;z-index:200;max-height:0px;opacity:0;pointer-events:none;}#h-menu ul {display:block;padding:60px 0px 10px 0px;}#h-menu.h-menu-active {transition:0.5s all;top:0px;max-height:1000px;opacity:1;pointer-events:all;}#h-menu.h-menu-deactive {transition:0.5s all;}#h-menu a {margin-bottom:20px;}#h-menu li {margin:auto;width:fit-content;}#h-menu li:first-child {margin:auto;}#h-menu li::before {box-shadow:none;clip-path:none;}#h-menu-icon {float:right;display:block;}#close-h-menu {display:block;position:fixed;right:20px;top:10px;}#close-h-menu button:hover:not(.disabled) {background:none;}#close-h-menu svg:hover {filter:var(--svg-color-lighter);}.teaser-text {width:100%;margin-bottom:20px;}.teaser-img.float-left {margin:auto;float:none;clear:both;width:500px;max-width:100%;}.teaser-img .img-container {padding:0px;}}@media screen and (max-width:550px) {.teaser {padding-top:40px;padding-bottom:40px;font-size:16px;}.teaser-img.float-left {min-width:100%;}}.not-visible {opacity:0;pointer-events:none;}.visible {transition:opacity 0.3s ease-in-out;opacity:1;}.logo-div {margin-top:20px;}.logo-div img {height:80px;width:auto;max-width:80%;float:left;}footer {margin-top:40px;padding-top:20px;padding-bottom:20px;}#footer {display:flex;justify-content:center;}.innendiv {width:250px;text-align:center;padding:10px;}.logo-footer img {opacity:0.25;height:80px;}.footer-last {text-align:center;}.footer-last a {text-decoration:none;margin-left:10px;position:relative;padding:2px 2px 2px 2px;}.footer-last a::before {content:'';position:absolute;width:100%;height:100%;top:0;left:0;transform-origin:center;border-bottom:3px solid var(--main-white);transform:scale3d(0, 1, 1);}.footer-last a:hover::before {transform:scale3d(1, 1, 1);transition:transform 0.5s;}.footer-last a:first-child {margin-right:10px;}#sm-footer {display:flex;justify-content:center;}#instagram-logo-container {width:24px;height:24px;margin:5px 5px 0px 0px;position:relative;}@media screen and (max-width:700px) {.footer-last {margin-top:20px;}footer .innendiv.view-Check-OnOff {display:none;}}@media screen and (max-width:450px) {footer {font-size:14px;}#instagram-logo-container {width:18px;height:18px;}}.preview {text-align:center;font-size:34px;margin-top:50px;margin-bottom:100px;position:relative;z-index:1;}.preview-header {margin-bottom:20px;}.float-left {float:left;}#produkt-page .produkt-img,.produkt,.preview-item {width:346px;height:346px;border-radius:6px;max-width:100%;}.produkt,.preview-item {overflow:hidden;display:flex;justify-content:center;align-items:center;position:relative;transition:all 0.2s;}.produkt:hover,.preview-item:hover {transform:scale(0.97);}.preview-img,.produkt-img {position:relative;border-radius:inherit;width:calc(100% - 6px);height:calc(100% - 6px);transition:all 0.25s;}.produkt-link,.sm-link {position:absolute;top:0;left:0;width:100%;height:100%;z-index:100;}.preview-txt .text,.produkt-title .text {background-color:var(--dark-green-transparent);}.preview-txt .text,.produkt-title .text {position:absolute;bottom:0px;padding:20px 0px 20px 0px;z-index:50;width:100%;text-align:center;font-size:34px;border-radius:0px 0px 6px 6px;}.flex-wrapper {display:flex;flex-wrap:wrap;flex-direction:row;justify-content:center;align-items:center;gap:30px;margin:40px auto;padding:10px;}.flex-wrapper.glow {--xPos:-1000px;--yPos:-1000px;}.preview .flex-wrapper {max-width:90%;}.preview-footer {margin-top:20px;}.preview-UN-img {max-width:100%;height:350px;margin-top:30px;}.headline-img {height:700px;width:100%;position:relative;}@media screen and (max-width:1600px) {.headline-img {height:550px;}}@media screen and (max-width:1200px) {.headline-img {height:400px;}}@media screen and (max-width:800px) {.headline-img {height:350px;}}.title-gradient {position:absolute;z-index:2;pointer-events:none;width:100%;height:200px;background-image:linear-gradient(180deg, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, 0) 100%);}.headline-txt {box-sizing:border-box;width:100%;height:100%;}.headline-txt-inner {width:100%;height:100%;position:relative;}.headline-txt .text {position:absolute;text-shadow:var(--main-black) 0px 0px 4px, var(--main-black) 2px 2px 3px, var(--main-black) 0px 0px 4px;bottom:50px;}.three-columns:after {content:"";display:table;clear:both;}.three-columns .column {float:left;width:33.3333%;box-sizing:border-box;}@media screen and (max-width:1000px) {.three-columns .column {float:none;width:100%;margin-bottom:40px;}.three-columns .column:last-child {margin-bottom:0px;}}#produkt-page {max-width:100%;}@media screen and (max-width:1158px) {#produkt-page .preview-item,#produkt-page .produkt-img {width:300px;height:300px;}}@media screen and (max-width:1020px) {#produkt-page .preview-item,#produkt-page .produkt-img {width:250px;height:250px;}.produkt-title .text {font-size:30px;}}@media screen and (max-width:870px) {#produkt-page .preview-item {width:346px;height:346px;}}@media screen and (max-width:812px) {#produkt-page .preview-item {width:300px;height:300px;}}@media screen and (max-width:720px) {#produkt-page .preview-item {width:250px;height:250px;}.produkt-title .text {font-size:30px;}#produkt-page .produkt-img {width:100%;height:200px;float:unset;margin:0px;}}@media screen and (max-width:640px) {#produkt-page .preview-item {width:346px;height:346px;}}@media screen and (max-width:782px) {.preview .preview-item {width:250px;height:250px;}}@media screen and (max-width:582px) {.preview-item {width:346px !important;height:346px !important;}}@media screen and (max-width:426px) {.preview-item {width:280px;width:280px;}}.fullsize-iframe {position:relative;width:100%;padding-top:56.25%;}.fullsize-iframe iframe {position:absolute;top:0;left:0;bottom:0;right:0;width:100%;height:100%;border:none;}.fadeIn {opacity:0;}.fadeIn.in-view {opacity:1;transition:opacity 1s 0.5s;}.fadeIn.in-view.fast {transition:opacity 1s 0.3s;}.tl-left .flyInShort {opacity:0;transform:translateX(-15px);}.tl-right .flyInShort {opacity:0;transform:translateX(15px);}.flyInShort.in-view {opacity:1 !important;transition:opacity 1s cubic-bezier(0.16, 1, 0.3, 1), transform 1s cubic-bezier(0.16, 1, 0.3, 1);transition-delay:0.2s;transform:translateX(0) !important;}.home-title {font-size:34px;font-weight:600;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:80%;text-align:center;}#homeBackgroundImg .img-fill,.headline-img .img-fill {background-attachment:fixed;background-position-y:top;background-position-x:center;background-repeat:no-repeat;}#homeBackgroundImg .img-fill {background-size:cover;}.headline-img .img-fill {background-size:auto;}@media screen and (max-width:1600px) {#homeBackgroundImg .img-fill,.headline-img .img-fill {background-size:cover;background-attachment:unset;}}#homeBackgroundImg {position:relative;height:100vh;max-height:100vw;}#to-top {position:fixed;bottom:20px;right:20px;transition:opacity 0.3s ease-in-out;z-index:200;}#to-top button {border:2px white solid;padding:26px 12px 12px 12px;font-size:24px;line-height:0;}#to-top button:hover {border-color:var(--dark-green);}.timeline * {box-sizing:border-box;}.timeline {position:relative;margin-bottom:-40px;padding-top:60px;padding-bottom:100px;}.timeline h2 {margin-top:0px;}.timeline::after {content:'';position:absolute;width:6px;background-color:var(--dark-green);top:0;bottom:0;left:50%;margin-left:-3px;}.timeline::after:last-of-type {height:800px;}.tl-container {padding:0px 40px 40px 40px;position:relative;background-color:inherit;width:50%;}.tl-container::after {content:'';position:absolute;width:25px;height:25px;right:-17px;background-color:var(--main-white);border:4px solid var(--dark-green);top:15px;border-radius:50%;z-index:1;}.tl-left {left:0;}.tl-right {left:50%;}.timeline-content::before {content:" ";height:0;position:absolute;top:22px;width:0;z-index:1;border:medium solid var(--dark-green);}.tl-left .timeline-content::before {right:-10px;border-width:11px 0 11px 11px;border-color:transparent transparent transparent var(--dark-green);}.tl-right .timeline-content::before {left:-10px;border-width:11px 11px 11px 0;border-color:transparent var(--dark-green) transparent transparent;}.tl-right::after {left:-16px;}.timeline-content {padding:20px 30px;background-color:var(--dark-green);position:relative;border-radius:6px;}.noDisplay {display:none;pointer-events:none;}.display {display:block;}.clearFloat {clear:both;}.produkt-list {margin-top:50px;}.glow .glow-item {position:relative;background:radial-gradient(1000px circle at var(--xPos) var(--yPos), var(--light-green), transparent 30%);}.glow .glow-item:hover {background:radial-gradient(1000px circle at var(--xPos) var(--yPos), var(--light-green), transparent 30%);}.glow .glow-item::before {content:"";height:100%;width:100%;position:absolute;top:0;left:0;border-radius:inherit;background:radial-gradient(800px circle at var(--xPos) var(--yPos), rgba(255, 255, 255, 0.1), transparent 30%);z-index:90;opacity:0;transition:all 0.15s ease-in-out;}.glow .glow-item:hover::before {opacity:1;}.produkt-info .produkt-img .produkt-title .text {background:var(--light-green-transparent);}.more-info {position:absolute;bottom:0px;right:0px;z-index:50;padding:15px;font-size:24px;line-height:1;}.produkt-info {margin-top:20px;padding:40px 0px 80px 0px;border-bottom:3px solid var(--dark-green);}.produkt-img {float:right;margin:0px 0px 20px 20px;}.produkt-text {grid-row:1;grid-column:2;}th {font-weight:normal;}.margin-top-bottom {margin:20px 0 20px 0;}#cookie-message {position:fixed;bottom:0;width:100%;padding-top:10px;text-align:center;background-color:var(--main-white);border-top:3px solid var(--light-green);z-index:300;}#cookie-message button {width:70%;margin:10px;border-radius:0;}.cookie-change-btn {margin:10px;}#team-title-container,#timeline-title-container {display:flex;justify-content:center;align-items:center;text-align:center;margin-top:60px;position:relative;}#timeline-title-container {margin-top:80px;}#team-title-container::before,#timeline-title-container::before {content:'';position:absolute;width:6px;background-color:var(--dark-green);top:-70px;bottom:0;left:50%;margin-left:-3px;height:70px;}#timeline-title-container::before {top:-90px;height:90px;}#team-title-container,#timeline-title-container {border:6px solid var(--dark-green);border-radius:6px;z-index:1;}#team-title-container {margin-bottom:-20px;padding-bottom:10px;}#team-title-container .text,#timeline-title-container .text {padding:20px;font-size:36px;font-weight:bold;color:var(--main-white);}#team,#team-header,#timeline-header {display:flex;justify-content:center;align-items:center;text-align:center;}#team-inner {border:6px solid var(--dark-green);background-color:var(--main-white);position:relative;z-index:2;border:6px solid var(--dark-green);border-radius:6px;overflow:hidden;max-width:600px;}.employee {display:flex;flex-wrap:wrap;flex-direction:row;justify-content:center;align-items:center;}.employee-img,.employee-text {height:297px;width:297px;display:flex;justify-content:center;align-items:center;text-align:center;background-color:var(--dark-green);}.employee-img.left {border-right:6px solid var(--dark-green);}.employee-img.right {border-left:6px solid var(--dark-green);}@media screen and (max-width:800px) {.timeline {padding-top:30px;padding-bottom:60px;}.timeline::after {left:16px;}.tl-container {width:100%;padding-left:50px;padding-right:0px;}.tl-container::before {left:40px;border:medium solid var(--dark-green);border-width:10px 10px 10px 0;border-color:transparent var(--dark-green) transparent transparent;}.timeline-content {padding:10px 15px;}.tl-left::after,.tl-right::after {left:0px;}.tl-right {left:0%;}.tl-left .timeline-content::before {left:-10px;border-width:10px 10px 10px 0;border-color:transparent var(--dark-green) transparent transparent;}.tl-left .flyInShort {opacity:0;transform:translateX(15px);}#team-title-container {max-width:297px;}#timeline-title-container {width:100%;}#team-title-container .text,#timeline-title-container .text {padding:16px;font-size:26px;}#team-inner {max-width:297px;}.employee-img.left {border-right:none;}.employee-img.right {border-left:none;}}.employee-text .text {position:relative;z-index:1;padding:15px;}.employee-text.left {overflow:hidden;}.employee-text.right {overflow:hidden;}.square {position:absolute;width:205px;height:205px;background-color:var(--special-green);z-index:0;transform:rotate(45deg);left:45px;top:45px;}.square:nth-child(2) {transform:rotate(90deg);}.square:nth-child(3) {transform:rotate(67deg);}.square:nth-child(4) {transform:rotate(22deg);}.teaser-background {max-width:1070px;position:absolute;z-index:0;width:100%;height:100%;top:0;margin-top:-100px;}.stone {width:11.5%;padding-bottom:11.5%;display:inline-block;position:absolute;overflow:hidden;}.stone img {position:absolute;left:-25%;top:-25%;width:150%;-ms-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);transform:rotate(-45deg);pointer-events:none;}.stone.big {width:25%;padding-bottom:25%;}.stone.small {width:5.5%;padding-bottom:5.5%;}.teaser-background-inner {padding-bottom:100%;transform:rotate(45deg);transform-origin:39%;}.stone:nth-child(1) {top:25%;left:10.5%;}.stone:nth-child(2) {top:17.5%;left:16.5%;}.stone:nth-child(3) {top:11.5%;left:24%;}.stone:nth-child(4) {top:38.5%;left:16.5%;}.stone:nth-child(5) {top:25%;left:24%;}.stone:nth-child(6) {top:11.5%;left:37.5%;}.stone:nth-child(7) {top:38.5%;left:24%;}.stone:nth-child(8) {top:38.5%;left:51%;}.stone:nth-child(9) {top:25%;left:64.5%;}.stone:nth-child(10) {top:52%;left:51%;}.stone:nth-child(11) {top:38.5%;left:64.5%;}.stone:nth-child(12) {top:17.5%;left:64.5%;}@media screen and (max-width:1000px) {.teaser-background {margin-top:-50px;transform:scale(1.2);}}@media screen and (max-width:900px) {.teaser-background {margin-top:50px;transform:scale(1.3);}}@media screen and (max-width:800px) {.teaser-background {margin-top:100px;transform:scale(1.4);}}@media screen and (max-width:700px) {.teaser-background {margin-top:500px;transform:scale(2);}}@media screen and (max-width:600px) {.teaser-background {margin-top:800px;transform:scale(2.5);}}@media screen and (max-width:500px) {.teaser-background {margin-top:1200px;transform:scale(3);}}@media screen and (max-width:400px) {.teaser-background {margin-top:2400px;transform:scale(3.5);}}@media screen and (max-width:380px) {.home-title {font-size:32px;}}@media screen and (max-width:300px) {.teaser-background {margin-top:3200px;transform:scale(4);}}.link-footer {margin:40px;text-align:center;}.silent {display:none;}.img-container {height:100%;width:100%;border-radius:inherit;}