/* Global Layout */
.t3-page-ce-body,
body[id*=page] {
    position: relative;
    cursor: auto;
    background-color: #fff;
}

.t3-page-ce-body *,
.t3-page-ce-body *:before,
.t3-page-ce-body *:after,
body[id*=page] *,
body[id*=page] *:before,
body[id*=page] *:after {
    -ms-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.t3-page-ce-body .hidden,
body[id*=page] .hidden {
    display: none !important;
}

.t3-page-ce-body img,
.t3-page-ce-body embed,
.t3-page-ce-body object,
.t3-page-ce-body video,
body[id*=page] img,
body[id*=page] embed,
body[id*=page] object,
body[id*=page] video {
    max-width: 100%;
    height: auto;
    width: auto;
}

.t3-page-ce-body .row,
body[id*=page] .row {
    max-width: 1440px !important;
}

.t3-page-ce-body .row .row,
body[id*=page] .row .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.t3-page-ce-body .columns,
body[id*=page] .columns {
    padding-left: 24px !important;
    padding-right: 24px !important;
}

.t3-page-ce-body h1, .t3-page-ce-body h2, .t3-page-ce-body h3, .t3-page-ce-body h4, .t3-page-ce-body h5, .t3-page-ce-body h6,
body[id*=page] h1,
body[id*=page] h2,
body[id*=page] h3,
body[id*=page] h4,
body[id*=page] h5,
body[id*=page] h6 {
    font-family: "Work Sans", sans-serif;
    text-rendering: auto;
    color: #404040;
    font-weight: bold;
}

.t3-page-ce-body h1, .t3-page-ce-body h2, .t3-page-ce-body h3,
body[id*=page] h1,
body[id*=page] h2,
body[id*=page] h3 {
    font-size: 26px;
    margin-bottom: 30px;
}

.t3-page-ce-body *,
.t3-page-ce-body p,
.t3-page-ce-body ul,
.t3-page-ce-body li,
.t3-page-ce-body a,
.t3-page-ce-body input,
.t3-page-ce-body select,
.t3-page-ce-body textarea,
.t3-page-ce-body label,
.t3-page-ce-body span,
.t3-page-ce-body figcaption, .t3-page-ce-body td, .t3-page-ce-body th,
body[id*=page] *,
body[id*=page] p,
body[id*=page] ul,
body[id*=page] li,
body[id*=page] a,
body[id*=page] input,
body[id*=page] select,
body[id*=page] textarea,
body[id*=page] label,
body[id*=page] span,
body[id*=page] figcaption,
body[id*=page] td,
body[id*=page] th {
    font-family: "Fira Sans", sans-serif;
    font-size: 18px;
    line-height: 1.5;
    color: #404040;
}

.t3-page-ce-body main a,
body[id*=page] main a {
    text-decoration: underline;
    color: #2e6345;
}

.t3-page-ce-body main a:hover,
body[id*=page] main a:hover {
    text-decoration: underline;
}

.t3-page-ce-body main li:not(:last-child),
body[id*=page] main li:not(:last-child) {
    margin-bottom: 12px;
}

.t3-page-ce-body .link-bttn, .t3-page-ce-body .formwrap .actions .submit,
body[id*=page] .link-bttn,
body[id*=page] .formwrap .actions .submit {
    margin-top: 30px;
}

.t3-page-ce-body .link-bttn a, .t3-page-ce-body .link-bttn button, .t3-page-ce-body .formwrap .actions .submit a, .t3-page-ce-body .formwrap .actions .submit button,
body[id*=page] .link-bttn a,
body[id*=page] .link-bttn button,
body[id*=page] .formwrap .actions .submit a,
body[id*=page] .formwrap .actions .submit button {
    display: inline-block;
    padding: 14px 30px;
    background-color: #2e6345;
    border: 1px solid #2e6345;
    color: #fff;
    text-align: center;
    text-decoration: none !important;
    transition: all 0.4s ease-in-out;
}

.t3-page-ce-body .link-bttn a:hover, .t3-page-ce-body .link-bttn button:hover, .t3-page-ce-body .formwrap .actions .submit a:hover, .t3-page-ce-body .formwrap .actions .submit button:hover,
body[id*=page] .link-bttn a:hover,
body[id*=page] .link-bttn button:hover,
body[id*=page] .formwrap .actions .submit a:hover,
body[id*=page] .formwrap .actions .submit button:hover {
    background-color: #f28424;
    color: #fff;
    border: 1px solid #f28424;
}

.t3-page-ce-body .lSSlideOuter .lSPager.lSpg > li:hover a, .t3-page-ce-body .lSSlideOuter .lSPager.lSpg > li.active a,
body[id*=page] .lSSlideOuter .lSPager.lSpg > li:hover a,
body[id*=page] .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #2e6345;
}

.t3-page-ce-body .nobg,
body[id*=page] .nobg {
    background-color: #fff;
}

.t3-page-ce-body .bg-primary,
body[id*=page] .bg-primary {
    background-color: #2e6345;
}

.t3-page-ce-body .bg-primary *, .t3-page-ce-body .bg-primary :before, .t3-page-ce-body .bg-primary :after,
body[id*=page] .bg-primary *,
body[id*=page] .bg-primary :before,
body[id*=page] .bg-primary :after {
    color: #fff !important;
}

.t3-page-ce-body .bg-primary .link-bttn a, .t3-page-ce-body .bg-primary .link-bttn button, .t3-page-ce-body .bg-primary .formwrap .actions .submit a, .t3-page-ce-body .bg-primary .formwrap .actions .submit button,
body[id*=page] .bg-primary .link-bttn a,
body[id*=page] .bg-primary .link-bttn button,
body[id*=page] .bg-primary .formwrap .actions .submit a,
body[id*=page] .bg-primary .formwrap .actions .submit button {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff !important;
}

.t3-page-ce-body .bg-primary .link-bttn a:hover, .t3-page-ce-body .bg-primary .link-bttn button:hover, .t3-page-ce-body .bg-primary .formwrap .actions .submit a:hover, .t3-page-ce-body .bg-primary .formwrap .actions .submit button:hover,
body[id*=page] .bg-primary .link-bttn a:hover,
body[id*=page] .bg-primary .link-bttn button:hover,
body[id*=page] .bg-primary .formwrap .actions .submit a:hover,
body[id*=page] .bg-primary .formwrap .actions .submit button:hover {
    background-color: #fff !important;
    color: #2e6345 !important;
}

.t3-page-ce-body .bg-primary .lSSlideOuter .lSPager.lSpg > li:hover a, .t3-page-ce-body .bg-primary .lSSlideOuter .lSPager.lSpg > li.active a,
body[id*=page] .bg-primary .lSSlideOuter .lSPager.lSpg > li:hover a,
body[id*=page] .bg-primary .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #fff;
}

.t3-page-ce-body .bg-secondary,
body[id*=page] .bg-secondary {
    background-color: #f28424;
}

.t3-page-ce-body .bg-secondary *, .t3-page-ce-body .bg-secondary :before, .t3-page-ce-body .bg-secondary :after,
body[id*=page] .bg-secondary *,
body[id*=page] .bg-secondary :before,
body[id*=page] .bg-secondary :after {
    color: #404040 !important;
}

.t3-page-ce-body .bg-secondary .link-bttn a, .t3-page-ce-body .bg-secondary .link-bttn button, .t3-page-ce-body .bg-secondary .formwrap .actions .submit a, .t3-page-ce-body .bg-secondary .formwrap .actions .submit button,
body[id*=page] .bg-secondary .link-bttn a,
body[id*=page] .bg-secondary .link-bttn button,
body[id*=page] .bg-secondary .formwrap .actions .submit a,
body[id*=page] .bg-secondary .formwrap .actions .submit button {
    background-color: transparent;
    border: 2px solid #2e6345 !important;
    color: #2e6345 !important;
}

.t3-page-ce-body .bg-secondary .link-bttn a:hover, .t3-page-ce-body .bg-secondary .link-bttn button:hover, .t3-page-ce-body .bg-secondary .formwrap .actions .submit a:hover, .t3-page-ce-body .bg-secondary .formwrap .actions .submit button:hover,
body[id*=page] .bg-secondary .link-bttn a:hover,
body[id*=page] .bg-secondary .link-bttn button:hover,
body[id*=page] .bg-secondary .formwrap .actions .submit a:hover,
body[id*=page] .bg-secondary .formwrap .actions .submit button:hover {
    background-color: #2e6345 !important;
    color: #fff !important;
}

.t3-page-ce-body .bg-secondary .lSSlideOuter .lSPager.lSpg > li:hover a, .t3-page-ce-body .bg-secondary .lSSlideOuter .lSPager.lSpg > li.active a,
body[id*=page] .bg-secondary .lSSlideOuter .lSPager.lSpg > li:hover a,
body[id*=page] .bg-secondary .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #fff;
}

.t3-page-ce-body .bg-third,
body[id*=page] .bg-third {
    background-color: #4d4d4d;
}

.t3-page-ce-body .bg-third *, .t3-page-ce-body .bg-third :before, .t3-page-ce-body .bg-third :after,
body[id*=page] .bg-third *,
body[id*=page] .bg-third :before,
body[id*=page] .bg-third :after {
    color: #fff !important;
}

.t3-page-ce-body .bg-third .link-bttn a, .t3-page-ce-body .bg-third .link-bttn button, .t3-page-ce-body .bg-third .formwrap .actions .submit a, .t3-page-ce-body .bg-third .formwrap .actions .submit button,
body[id*=page] .bg-third .link-bttn a,
body[id*=page] .bg-third .link-bttn button,
body[id*=page] .bg-third .formwrap .actions .submit a,
body[id*=page] .bg-third .formwrap .actions .submit button {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff !important;
}

.t3-page-ce-body .bg-third .link-bttn a:hover, .t3-page-ce-body .bg-third .link-bttn button:hover, .t3-page-ce-body .bg-third .formwrap .actions .submit a:hover, .t3-page-ce-body .bg-third .formwrap .actions .submit button:hover,
body[id*=page] .bg-third .link-bttn a:hover,
body[id*=page] .bg-third .link-bttn button:hover,
body[id*=page] .bg-third .formwrap .actions .submit a:hover,
body[id*=page] .bg-third .formwrap .actions .submit button:hover {
    background-color: #fff !important;
    color: #4d4d4d !important;
}

.t3-page-ce-body .bg-third .lSSlideOuter .lSPager.lSpg > li:hover a, .t3-page-ce-body .bg-third .lSSlideOuter .lSPager.lSpg > li.active a,
body[id*=page] .bg-third .lSSlideOuter .lSPager.lSpg > li:hover a,
body[id*=page] .bg-third .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #fff;
}

.t3-page-ce-body .cewrap,
body[id*=page] .cewrap {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-top: 46px;
    padding-bottom: 46px;
    overflow-x: hidden;
}

.t3-page-ce-body .cewrap.overflowx,
body[id*=page] .cewrap.overflowx {
    overflow-x: visible;
}

.t3-page-ce-body .cewrap.nopadd,
body[id*=page] .cewrap.nopadd {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.t3-page-ce-body main .cewrap.nobg + .nobg, .t3-page-ce-body main .cewrap.bg-primary + .bg-primary, .t3-page-ce-body main .cewrap.bg-secondary + .bg-secondary, .t3-page-ce-body main .cewrap.bg-third + .bg-third,
body[id*=page] main .cewrap.nobg + .nobg,
body[id*=page] main .cewrap.bg-primary + .bg-primary,
body[id*=page] main .cewrap.bg-secondary + .bg-secondary,
body[id*=page] main .cewrap.bg-third + .bg-third {
    padding-top: 0 !important;
}

.t3-page-ce-body p:last-child,
.t3-page-ce-body ul:last-child,
.t3-page-ce-body ol:last-child,
body[id*=page] p:last-child,
body[id*=page] ul:last-child,
body[id*=page] ol:last-child {
    margin-bottom: 0 !important;
}

.t3-page-ce-body video,
body[id*=page] video {
    cursor: pointer;
    width: 100%;
}

.t3-page-ce-body .fa, .t3-page-ce-body .fas, .t3-page-ce-body .far,
body[id*=page] .fa,
body[id*=page] .fas,
body[id*=page] .far {
    font-family: "Font Awesome 5 Free" !important;
}

.t3-page-ce-body .fab,
body[id*=page] .fab {
    font-family: "Font Awesome 5 Brands" !important;
}

.t3-page-ce-body .fas,
body[id*=page] .fas {
    font-weight: 900;
}

.t3-page-ce-body .lg-sub-html,
body[id*=page] .lg-sub-html {
    color: #fff !important;
}

.t3-page-ce-body .embed-container .mapinfo .cc_btn,
body[id*=page] .embed-container .mapinfo .cc_btn {
    background-color: #2e6345 !important;
    color: #fff !important;
}

.t3-page-ce-body .sr-only,
body[id*=page] .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media screen and (max-width: 480px) {
    .t3-page-ce-body .embed-container,
    body[id*=page] .embed-container {
        padding-bottom: 100% !important;
    }
}

@media screen and (min-width: 1024px) {
    .t3-page-ce-body h1, .t3-page-ce-body h2, .t3-page-ce-body h3,
    body[id*=page] h1,
    body[id*=page] h2,
    body[id*=page] h3 {
        font-size: 34px;
    }

    .t3-page-ce-body .cewrap,
    body[id*=page] .cewrap {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .t3-page-ce-body .columns,
    body[id*=page] .columns {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
}

@media screen and (min-width: 1400px) {
    .t3-page-ce-body h1, .t3-page-ce-body h2, .t3-page-ce-body h3,
    body[id*=page] h1,
    body[id*=page] h2,
    body[id*=page] h3 {
        font-size: 40px;
    }

    .t3-page-ce-body .cewrap,
    body[id*=page] .cewrap {
        padding-top: 130px;
        padding-bottom: 130px;
    }
}

.t3-page-ce-body #opencookiepopup,
body[id*=page] #opencookiepopup {
    position: fixed;
    right: 0;
    bottom: 10px;
    background-color: #2e6345;
    border-radius: 20px 0 0 20px;
    border: 1px solid #2e6345;
    border-right: none;
    padding: 30px;
    opacity: 1;
    z-index: 999;
    transition: all 0.5s ease;
}

.t3-page-ce-body #opencookiepopup:before,
body[id*=page] #opencookiepopup:before {
    content: "\f563";
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    color: #fff !important;
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    transition: all 0.4s ease;
}

.t3-page-ce-body #opencookiepopup:after,
body[id*=page] #opencookiepopup:after {
    content: "\f564";
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    color: #fff !important;
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.4s ease;
}

.t3-page-ce-body #opencookiepopup:hover,
body[id*=page] #opencookiepopup:hover {
    background-color: #f28424;
    border-color: #f28424;
    cursor: pointer;
}

.t3-page-ce-body #opencookiepopup:hover:before,
body[id*=page] #opencookiepopup:hover:before {
    opacity: 0;
}

.t3-page-ce-body #opencookiepopup:hover:after,
body[id*=page] #opencookiepopup:hover:after {
    opacity: 1;
}

.t3-page-ce-body #opencookiepopup.visible,
body[id*=page] #opencookiepopup.visible {
    opacity: 1;
}

.t3-page-ce-body #cookiepopup p,
body[id*=page] #cookiepopup p {
    font-size: 14px;
}

.t3-page-ce-body #cookiepopup p a,
body[id*=page] #cookiepopup p a {
    font-size: 14px;
    color: #2e6345;
    text-decoration: underline;
}

.t3-page-ce-body #cookiepopup .ch-title,
body[id*=page] #cookiepopup .ch-title {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 20px;
}

.t3-page-ce-body #cookiepopup form fieldset:last-child,
body[id*=page] #cookiepopup form fieldset:last-child {
    border-top: 2px solid #404040;
    padding-top: 20px;
    margin-top: 20px;
}

.t3-page-ce-body #cookiepopup form fieldset:first-child,
body[id*=page] #cookiepopup form fieldset:first-child {
    display: flex;
    flex-wrap: wrap;
}

.t3-page-ce-body #cookiepopup form fieldset:first-child > div:last-child,
body[id*=page] #cookiepopup form fieldset:first-child > div:last-child {
    width: 100%;
    margin-top: 30px;
    text-align: center;
}

.t3-page-ce-body #cookiepopup form fieldset > label,
body[id*=page] #cookiepopup form fieldset > label {
    position: relative;
    display: flex;
    padding-left: 66px;
    margin-bottom: 26px;
}

.t3-page-ce-body #cookiepopup form fieldset > label:first-child,
body[id*=page] #cookiepopup form fieldset > label:first-child {
    margin-right: 60px;
}

.t3-page-ce-body #cookiepopup form fieldset > label input,
body[id*=page] #cookiepopup form fieldset > label input {
    opacity: 0;
    width: 0;
    height: 0;
}

.t3-page-ce-body #cookiepopup form fieldset > label input:checked + .cookie-toggle,
body[id*=page] #cookiepopup form fieldset > label input:checked + .cookie-toggle {
    background-color: #2e6345;
}

.t3-page-ce-body #cookiepopup form fieldset > label input:checked + .cookie-toggle:before,
body[id*=page] #cookiepopup form fieldset > label input:checked + .cookie-toggle:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.t3-page-ce-body #cookiepopup form fieldset > label input:focus + .cookie-toggle,
body[id*=page] #cookiepopup form fieldset > label input:focus + .cookie-toggle {
    box-shadow: 0 0 1px #2196F3;
}

.t3-page-ce-body #cookiepopup form fieldset > label span,
body[id*=page] #cookiepopup form fieldset > label span {
    margin-top: 4px;
    font-size: 16px;
    font-weight: bold;
}

.t3-page-ce-body #cookiepopup form fieldset > label .cookie-toggle,
body[id*=page] #cookiepopup form fieldset > label .cookie-toggle {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 60px;
    height: 34px;
    border-radius: 34px;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.t3-page-ce-body #cookiepopup form fieldset > label .cookie-toggle:before,
body[id*=page] #cookiepopup form fieldset > label .cookie-toggle:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    border-radius: 50%;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.t3-page-ce-body #cookiepopup #savecookies,
body[id*=page] #cookiepopup #savecookies {
    background-color: #2e6345;
    color: #fff;
    padding: 14px 30px;
    text-align: center;
    border: 1px solid #2e6345;
    transition: all 0.4s ease;
}

.t3-page-ce-body #cookiepopup #savecookies:hover,
body[id*=page] #cookiepopup #savecookies:hover {
    background-color: #f28424;
    border: 1px solid #f28424;
    cursor: pointer;
}

.t3-page-ce-body #cookiepopup #matomo-opt-out,
body[id*=page] #cookiepopup #matomo-opt-out {
    display: flex;
    flex-wrap: wrap;
}

.t3-page-ce-body #cookiepopup #matomo-opt-out label,
body[id*=page] #cookiepopup #matomo-opt-out label {
    margin: 0;
    width: calc(100% - 50px);
}

.t3-page-ce-body #cookiepopup #matomo-opt-out label span strong,
body[id*=page] #cookiepopup #matomo-opt-out label span strong {
    font-size: 16px;
}

.t3-page-ce-body #cookiepopup #matomo-opt-out input,
body[id*=page] #cookiepopup #matomo-opt-out input {
    margin-right: 16px;
}

.t3-page-ce-body #cookiepopup .mtm-hint,
body[id*=page] #cookiepopup .mtm-hint {
    margin-top: 20px;
}

.t3-page-ce-body .embed-container,
body[id*=page] .embed-container {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center;
}

.t3-page-ce-body .embed-container iframe,
body[id*=page] .embed-container iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.t3-page-ce-body .embed-container .mapinfo,
body[id*=page] .embed-container .mapinfo {
    position: absolute;
    color: #404040 !important;
    font-weight: bold;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
    z-index: 10;
    text-align: center;
}

.t3-page-ce-body .embed-container .mapinfo a,
body[id*=page] .embed-container .mapinfo a {
    font-size: inherit !important;
    text-decoration: underline !important;
    color: #2e6345 !important;
}

.t3-page-ce-body .embed-container .mapinfo .link-bttn a,
body[id*=page] .embed-container .mapinfo .link-bttn a {
    text-decoration: none !important;
    width: 100% !important;
    background-color: #2e6345 !important;
    color: #fff !important;
    border-color: #2e6345 !important;
}

.t3-page-ce-body .embed-container .mapinfo .link-bttn a:hover,
body[id*=page] .embed-container .mapinfo .link-bttn a:hover {
    background-color: #fff !important;
    color: #2e6345 !important;
}

.t3-page-ce-body .embed-container .mapinfo .caccept,
body[id*=page] .embed-container .mapinfo .caccept {
    text-decoration: none !important;
    -webkit-transition: background 200ms ease-in-out, color 200ms ease-in-out, -webkit-box-shadow 200ms ease-in-out;
    transition: background 200ms ease-in-out, color 200ms ease-in-out, -webkit-box-shadow 200ms ease-in-out;
    -o-transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
    transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
    transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out, -webkit-box-shadow 200ms ease-in-out;
    padding: 8px 15px;
    cursor: pointer;
    text-align: center;
    display: block;
    background-color: rgb(200, 200, 200);
}

@media screen and (max-width: 480px) {
    .t3-page-ce-body .embed-container,
    body[id*=page] .embed-container {
        padding-bottom: 100% !important;
    }

    .t3-page-ce-body .embed-container.active,
    body[id*=page] .embed-container.active {
        padding-bottom: 56.25% !important;
    }
}

/* Content Elements */
/* individuelles CSS */

/*# sourceMappingURL=theme.css.map */
