            :root {
                --color-dunkel: rgba(0, 52, 46, 1);
                --color-mittel: rgba(0, 52, 46, 1);
                --color-hell: rgba(245, 245, 245, 1);
            }
            .color-dunkel {
                background-color: rgba(0, 52, 46, 1);
                color:white;
            }
            .color-mittel {
                background-color: rgba(0, 52, 46, 1);
            }
            .color-hell {
                background-color: rgba(245, 245, 245, 1);
            }
            .border-dunkel {
                border-color: rgba(0, 52, 46, 1);
            }
            .border-mittel {
                border-color: rgba(0, 52, 46, 1);
            }
            .border-hell {
                border-color: rgba(245, 245, 245, 1);
            }
            .text-color-hell {
                color: rgba(245, 245, 245, 1);
            }
            .text-color-mittel, main p a:hover, .m-submenu a:hover, footer a:hover {
                color: rgba(0, 52, 46, 1);
            }
            .text-color-dunkel {
                color: rgba(0, 52, 46, 1);
            }
            .m-layout-3--bg-gradient {
                background: linear-gradient(to bottom, rgba(0, 52, 46, 1) 75%, rgba(0, 52, 46, 0) 50%);
            }
            .m-topslider-button {
                color: white;
                background-color: transparent;
            }
            .m-topslider-button:hover {
                color: black;
                background-color: white;
            }

            .m-icon-plus {
              fill:rgba(0, 52, 46, 1);
            }
            .tx-container, .tx-container.color-hell, .tx-container > .container > .color-hell, .tx-container > .container.color-hell {
                .m-button {
                    background-color: rgba(0, 52, 46, 0);
                    color: rgba(0, 52, 46, 1);
                }
                .m-button:hover{
                    background-color: rgba(0, 52, 46, 1);
                    color: rgba(245, 245, 245, 1);
                }
                .button-border {
                    border-color: rgba(0, 52, 46, 1);
                }
            }
            .tx-container.color-dunkel, .tx-container > .container > .color-dunkel, .tx-container > .container.color-dunkel {
                .m-button {
                    background-color: rgba(245, 245, 245, 0);
                    color: rgba(245, 245, 245, 1);
                }
                .m-button:hover{
                    background-color: white;
                    color: rgba(0, 52, 46, 1);
                }
                .button-border {
                    border-color: rgba(245, 245, 245, 1);
                }
            }
        .m-menu__item-link {
            color: var(--color-dunkel);
        }
        .m-menu__item-link:hover,
        .m-menu__item-link.active {
            border-color: var(--color-dunkel);
        }
        .m-submenu {
            color: var(--color-dunkel);

        }        h1,h2 {
        	color: var(--color-dunkel);
        }html {font-family: "greycliff-cf", sans-serif;}footer a:hover {color: white !important; text-decoration-line: unset;!important;}.m-slide__title {hyphens: none !important; font-size: 3rem!important; line-height: 3.5rem!important;}.isMobile .m-slide__title {hyphens: none !important; font-size: 2rem!important; line-height:2.5rem!important;}