        :root {
            --color-dunkel: rgba(15, 92, 73, 1);
            --color-mittel: rgba(181, 208, 98, 1);
            --color-hell: rgba(245, 245, 245, 1);
        }
        main .m-text a {
            color: rgba(181, 208, 98, 1);
        }
        html, body {
            font-family: 'Jost', sans-serif;
        }
        .color-dunkel {
            background-color: rgba(15, 92, 73, 1);
            color:white;
        }
        .m-layout-3--bg-gradient {
            background: linear-gradient(to bottom, rgba(15, 92, 73, 1) 75%, rgba(15, 92, 73, 0) 50%);
        }
        .m-button {
            background-color: rgba(15, 92, 73, 0);
            color: rgba(15, 92, 73, 1);
        }
        .m-button:hover{
            background-color: rgba(15, 92, 73, 1);
            color: rgba(245, 245, 245, 1);
        }
        .button-border {
            border-color: rgba(15, 92, 73, 1);
        }
        .border-mittel {
            border-color: rgba(181, 208, 98, 1);
        }
        .m-icon-plus {
          fill:rgba(181, 208, 98, 1);
        }
        .m-button-inverted {
            background-color: rgba(245, 245, 245, 0);
            color: rgba(245, 245, 245, 1);
        }
        .m-button-inverted:hover{
            background-color: rgba(245, 245, 245, 1);
            color: rgba(15, 92, 73, 1);
        }
        .button-border-inverted {
            border-color: rgba(245, 245, 245, 1);
        }
        .color-mittel {
            background-color: rgba(181, 208, 98, 1);
        }
        .text-color-mittel {
            color: rgba(181, 208, 98, 1);
        }
        .color-hell {
            background-color: rgba(245, 245, 245, 1);
        }html {font-family: "Jost", sans-serif;}      @font-face {
        font-family: "Jost";
        src: url("/fileadmin/user_upload/parkhimmelrych.ch/config/Font/jost-400-book.woff2") format("woff2"),
        url("/fileadmin/user_upload/parkhimmelrych.ch/config/Font/jost-400-book.") format("woff");
      }iframe.dp--iframe  {background-color: rgba(133,166,215)!important;}