<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --weiss: #fff;
    --grau: #e7e7e7;
    --schwarz: #000;
    --linkfarbe: #449C46;
    --linkfarbetrans07: rgba(68, 156, 70, 0.7);
    --highlight: #52AF47;
    --hellgruen: #4df83a;
    --selection: #2f7230;
    --cookiemanmain: #449C46;
    --cookiemanbgdark: #2f7230;
    --font: #343638;
    --standardtransition: all 0.3s ease;
}

/* noto-sans-300 - latin */
@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 300;
    src: url('../../cn_website/fonts/noto-sans-v26-latin-300.eot'); /* IE9 Compat Modes */
    src: local(''),
        url('../../cn_website/fonts/noto-sans-v26-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../../cn_website/fonts/noto-sans-v26-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
        url('../../cn_website/fonts/noto-sans-v26-latin-300.woff') format('woff'), /* Modern Browsers */
        url('../../cn_website/fonts/noto-sans-v26-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../../cn_website/fonts/noto-sans-v26-latin-300.svg#NotoSans') format('svg'); /* Legacy iOS */
}

/* noto-sans-regular - latin */
@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../../cn_website/fonts/noto-sans-v26-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
        url('../../cn_website/fonts/noto-sans-v26-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../../cn_website/fonts/noto-sans-v26-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
        url('../../cn_website/fonts/noto-sans-v26-latin-regular.woff') format('woff'), /* Modern Browsers */
        url('../../cn_website/fonts/noto-sans-v26-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../../cn_website/fonts/noto-sans-v26-latin-regular.svg#NotoSans') format('svg'); /* Legacy iOS */
}

/* noto-sans-700 - latin */
@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../../cn_website/fonts/noto-sans-v26-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
        url('../../cn_website/fonts/noto-sans-v26-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../../cn_website/fonts/noto-sans-v26-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
        url('../../cn_website/fonts/noto-sans-v26-latin-700.woff') format('woff'), /* Modern Browsers */
        url('../../cn_website/fonts/noto-sans-v26-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../../cn_website/fonts/noto-sans-v26-latin-700.svg#NotoSans') format('svg'); /* Legacy iOS */
}

html, body {
    font-family: 'Noto Sans', Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
    clear: both;
    color: #343638;
    line-height: normal;
}

* {
    outline: none;
}

a, a:hover, a:active, a:visited {
    color: var(--linkfarbe);
    text-decoration: none;
}

figure.image &gt; a {
    display: table;
}

.audio-embed, .audio-caption {
    float: left;
    clear: both;
    width: 100%;
}

p {
    margin: 0 0 10px 0;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

/* .ce-center .ce-outer {
    position: relative;
    float: left;
    clear: both;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
} */

img {
    max-width: 100%;
    height: auto;
}

.video[data-type="external"] .video-embed {
    padding-top: 0;
    aspect-ratio: 16/9;
    overflow: hidden;
}

.videobox,
.video-embed {
    position: relative;
}

.videoiframelink {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    overflow: hidden;
    text-indent: -9999px;
    color: transparent;
} 

.ce-gallery.videocontainer {
    width: 100%;
	float: left;
	clear: both;  
}

.ce-gallery.videocontainer .video-column {
    max-width: 100%;
    float: left;
}

.ce-gallery.videocontainer figure.video {
	display: block;
}

/* -- Headervideo -- */
.frame-type-textmedia.frame-layout-11 &gt; .rahmen {
    width: 100% !important;
    max-width: none !important;
    float: left !important;
    clear: both !important;
    margin: 0 !important;
    display: block !important;
}

.frame-type-textmedia.frame-layout-11 .ce-gallery {
    margin: 0;
    width: 100%;
    float: left;
    clear: both;
    position: relative;
}

.frame-type-textmedia.frame-layout-11 .ce-gallery::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.frame-type-textmedia.frame-layout-11 .video-embed .video-preview {
    height: 100%;
}

.frame-type-textmedia.frame-layout-11 .video-embed .video-preview img {
    width: 100%;
    max-width: none;
    height: auto;
}

.frame-type-textmedia.frame-layout-11.loadingok .video-embed .video-preview {
    display: none;
}

.frame-type-textmedia.frame-layout-11 .video[data-type="internal"] .video-embed .video-embed-item {
    width: 100%;
}

body.lb_body {
    height: auto !important;
    max-width: 800px;
    width: 90vw;
}

#lightbox {
    width: 96%;
    margin: 10px 2%;    
}
/* -------------------------------------------------------------- */

/*~ SMARTY ~*/
/* -- oben -- */
#oben {
    width: 100%;
    float: left;
    clear: both;
    box-shadow: 0 0 5px #aaa;
    position: fixed;
    min-height: 60px;
    z-index: 5;
}

/* -- Footer -- */
#footer {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
}

#footer &gt; .rahmen {
    margin-top: 30px;
}

#footer &gt; .rahmen &gt; .frame {
    width: 70%;
    float: left;
}

#footer &gt; .rahmen &gt; .qnavi {
    width: 30%;
    float: right;
    text-align: right;
    margin: 0;
    padding: 0;
    list-style: none;
}

.smarty {
    clear: right;
    float: right;
    display: inline-block;
    width: 60px;
    margin: 10px 0px 10px 0;
}
 
.smarty img {
    width: 100%;
    height: auto;
    float: left;
    clear: both;
}

/*~ Allgemein ~*/
.progressbox {
    width: 100%;
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
    display: block;
}

.progressbar {
    width: 0;
    height: 5px;
    background: var(--linkfarbe);
    transition: all linear 0.1s;
}

.funktionen {
    position: fixed;
    right: 15px;
    bottom: 30px;
    background: #FFFFFF;
    display: block;
    width: 30px;
    overflow: hidden;
    z-index: 4;
    opacity: 0.8;
}
  
.totop, .tobottom {
    display: block;
    cursor: pointer;
    background-position: center center;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    margin: 5px 3px 5px 3px;
    float: left;
    clear: both;
    background-color: rgba(0,0,0,0.3);
    background-image: url(../images/icons/arrow-top.png);
    background-position: left top;
    background-repeat: no-repeat;
}
 
.tobottom {
    background-image: url(../images/icons/arrow-bottom.png);
}
 
.totop:hover, .tobottom:hover {
    background-color: #aaa;
}

/*~ Oben ~*/
#oben {
    background: var(--weiss);
    z-index: 99;
}

#oben &gt; .rahmen {
    width: 80%;
    max-width: unset;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#oben .logo {
    width: 200px;
    padding: 10px 0;
    float: left;
    clear: none;
    margin: 10px 0 8px;
}

#oben .logo .ce-gallery {
    margin: 0 0 0 0;
}

#oben .navi {
    float: left;
    clear: none;
    width: calc(100% - 300px);
    margin-left: 50px;
}

#oben .mob_button {
    display: none;
}

#oben .navizeile {
    float: left;
    clear: both;
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-align: right;
}

#oben .navizeile .frame {
    display: inline-block;
    float: none;
}

#oben .onepagenavi,
#oben .navizeile .frame-type-textmedia .ce-bodytext ul {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    list-style: none;
    display: block;
}

#oben .onepagenavi li,
#oben .navizeile .frame-type-textmedia .ce-bodytext ul li {
    float: left;
    clear: none;
    margin: 0 15px 0 0;
    display: block;
}

#oben .navizeile .frame-type-textmedia .ce-bodytext ul li:last-child {
    margin: 0 0 0 0;
}

#oben .onepagenavi li a,
#oben .navizeile .frame-type-textmedia .ce-bodytext ul li a {
    display: block;
    padding: 20px 10px;
    color: var(--font);
    transition: 0.2s;
    font-size: 20px;
}

#oben .onepagenavi li:hover a,
#oben .navizeile .frame-type-textmedia .ce-bodytext ul li:hover a {
    color: var(--linkfarbe);
}

/*~ Inhaltsbereich ~*/
#inhaltsbereich {
    margin-top: 135px;
    float: left;
    clear: both;
    width: 100%;
    min-height: calc(100vh - 400px);
}

#inhaltsbereich &gt; .frame-type-textmedia {
    margin-top: 100px;
    float: left;
    clear: both;
    width: 100%;
}

#inhaltsbereich &gt; .frame-type-textmedia &gt; .rahmen {
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
}

#inhaltsbereich &gt; .frame-type-textmedia &gt; .rahmen &gt; * {
    float: left;
    clear: both;
    width: 100%;
}

#inhaltsbereich .ce-bodytext {
    hyphens: auto;
    hyphenate-limit-chars: 10 5 5;
}

h1, h2 {
    font-size: 37px;
    font-weight: bold;
    color: var(--font);
    display: inline-block;
    float: left;
    clear: both;
    hyphens: auto;
    margin: 0 0 40px 0;
    padding: 0 0 0 0;
    max-width: calc(100% - 60px);
}

h1 span,
h2 span {
    position: relative;
    display: block;
}

h1 span::before,
h1 span::after,
h2 span::before,
h2 span::after {
    content: '';
    position: absolute;
    top: -5px;
    width: 48px;
    height: 59px;
    right: calc(100% + 15px);
    background: url(../images/icons/fuesse_aus_logo.jpg) center center no-repeat;
    background-size: contain;
}

h1 span::after,
h2 span::after {
    left: calc(100% + 15px);
    right: auto;
}

h1 + h2.folgt span::before,
h1 + h2.folgt span::after {
    display: none;
}

h1 span::after,
h2 span::after {
    transform: scale(-1, 1);
}

h1 + h2.folgt {
    color: var(--linkfarbe);
    font-weight: normal;
}

h1.zweizeilig {
    margin-bottom: 10px;
}

h3 {
    font-size: 20px;
    color: var(--font);
    margin: 0 0 20px 0;
    font-weight: bold;
    display: block;
}

#inhaltsbereich .ce-gallery.ce-border .ce-row {
    border-radius: 50%;
}

#inhaltsbereich ul {
    margin: 0 0 10px 0;
    padding: 0 0 0 0;
    list-style: none;
}

#inhaltsbereich ul li {
    margin: 0 0 10px 0;
    position: relative;
    padding: 0 0 0 10px;
    text-align: left;
}

#inhaltsbereich ul li:last-child {
    margin: 0 0 0 0;
}

#inhaltsbereich ul li::before {
    content: '-';
    position: absolute;
    left: 0;
    top: 0;
}

/*~ Startheader ~*/
#inhaltsbereich &gt; .frame-style-1column .col-100 &gt; .frame &gt; .rahmen {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
}

#inhaltsbereich &gt; .frame-style-1column .col-100 &gt; .frame &gt; .rahmen .rahmen {
    max-width: unset;
    width: 100%;
    margin: 0 0 0 0;
}

#inhaltsbereich &gt; .frame-style-1column .col-100 &gt; .frame &gt; .rahmen &gt; header,
#inhaltsbereich &gt; .frame-style-1column .col-100 &gt; .frame &gt; .rahmen &gt; header + .ce-textpic {
    float: left;
    clear: both;
    width: 100%;
}

#inhaltsbereich &gt; .frame-style-1column .col-100 &gt; .frame {
    margin-top: 100px;
}

#inhaltsbereich &gt; .frame-style-1column .col-100 &gt; .frame-type-header + .frame {
    margin-top: 0;
}

#inhaltsbereich &gt; .frame-style-1column .col-100:first-child &gt; .frame-layout-20:first-child {
    margin-top: 0;
}

#inhaltsbereich &gt; .frame-style-1column .col-100:first-child &gt; .frame-layout-20:first-child .ce-textpic {
    position: relative;
}

#inhaltsbereich &gt; .frame-style-1column .col-100:first-child &gt; .frame-layout-20:first-child &gt; .rahmen .ce-gallery {
    padding-top: 0;
    height: auto;
    overflow: hidden;
    max-height: calc(100vh - 200px);
}

#inhaltsbereich &gt; .frame-style-1column .col-100:first-child &gt; .frame-layout-20:first-child &gt; .rahmen .ce-gallery .ce-row {
    position: static;
    float: left;
    clear: both;
    width: 100%;
}

#inhaltsbereich &gt; .frame-style-1column .col-100:first-child &gt; .frame-layout-20:first-child .ce-bodytext {
    position: absolute;
    bottom: 100px;
    right: 40px;
    background: var(--linkfarbetrans07);
    font-size: 37px;
    color: var(--weiss);
    padding: 40px 40px 30px 40px;
    z-index: 1;
    max-width: 485px;
}

#inhaltsbereich &gt; .frame-style-1column .col-100:first-child &gt; .frame-layout-20.frame-zw_rot .ce-bodytext {
    background: rgba(156, 72, 68, 1);
}

.frame-layout-20 .ce-gallery.ce-border.zw_fixed {
    background-size: cover !important;
    background-position: center;
}

/*~ Rahmen ~*/
.frame-zentriert .ce-gallery {
    margin: 0 0 20px 0;
}

.frame-zentriert .ce-textpic {
    float: left;
    clear: both;
    width: 100%;
    text-align: center;
}

.frame-zentriert .ce-textpic &gt; * {
    display: inline-block;
    margin-left: 0;
    margin-right: 0;
    float: none;
}

.frame-zentriert .ce-gallery {
    text-align: center;
    float: left;
    clear: both;
    width: 100%;
}

.frame-zentriert .ce-gallery .ce-row {
    display: inline-block;
    float: none;
}

.frame-zentriert .ce-bodytext {
    text-align: left;
}

#inhaltsbereich .frame-flipbox &gt; .rahmen {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#inhaltsbereich .frame-flipbox .flipcontainer {
    width: calc(33.33% - 32px);
    margin: 0 0 48px 0;
}

#inhaltsbereich .frame-flipbox .flipcontainer,
#inhaltsbereich .frame-flipbox .flipcontainer a,
#inhaltsbereich .frame-flipbox .flipcontainer h1,
#inhaltsbereich .frame-flipbox .flipcontainer h2,
#inhaltsbereich .frame-flipbox .flipcontainer h3 {
    color: var(--weiss);
}

#inhaltsbereich .frame-flipbox .flipcontainer .flipper &gt; .ce-textpic {
    float: left;
    clear: both;
    width: 100%;
}

#inhaltsbereich .frame-flipbox .flipcontainer .flipper .front,
#inhaltsbereich .frame-flipbox .flipcontainer .flipper .back {
    background: var(--linkfarbe) !important;
    border-radius: 10px;
}

#inhaltsbereich .frame-flipbox .flipcontainer .flipper .back {
    overflow: auto;
    text-align: left;
}

#inhaltsbereich .frame-flipbox .flipcontainer .flipper .front {
    width: calc(100% - 40px) !important;
    padding: 0 20px;
}

#inhaltsbereich .frame-flipbox .flipcontainer .flipper .front img {
    width: 100px !important;
    display: inline-block;
    float: none;
    position: absolute;
    top: 60px;
    left: calc(50% - 50px);
}

.frame-flipbox &gt; .rahmen &gt; .frame:hover .image img {
    transform: scale(1.05);
}

#inhaltsbereich .frame-flipbox .flipcontainer .flipper .front .ce-gallery figcaption {
    position: absolute;
    left: 40px;
    right: 40px;
    bottom: 50px;
    height: 70px;
    align-content: center;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.frame-flipbox &gt; .rahmen &gt; .frame .ce-row,
.frame-flipbox &gt; .rahmen &gt; .frame .ce-gallery,
.frame-flipbox &gt; .rahmen &gt; .frame .image {
    overflow: visible;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background-color: var(--grau);
}

::-webkit-scrollbar-thumb {
    background-color: var(--highlight);
    border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: var(--hellgruen);
}

.frame-flipbox .back .scrollbox {
    width: calc(100% - 10px);
    padding-right: 10px;
}

.frame-flipbox .back .scrollbox &gt; *:last-child,
.frame-flipbox .back .scrollbox &gt; ul:last-child li:last-child {
    margin-bottom: 0 !important;
}

.frame-flipbox .back ::-webkit-scrollbar {
    width: 7px;
}

.frame-flipbox .back ::-webkit-scrollbar-track {
    background-color: var(--weiss);
    border-radius: 5px;
}

.frame-flipbox .back ::-webkit-scrollbar-thumb {
    background-color: var(--schwarz);
    border-radius: 3px;
}

.frame-flipbox .back ::-webkit-scrollbar-thumb:hover {
    background-color: var(--font);
}

::selection {
    background: var(--selection);
    color: var(--weiss);
}

.frame-kontakt .ce-textpic {
    width: 60% !important;
    padding-right: 40%;
    position: relative;
}

.frame-kontakt .ce-gallery img {
    position: absolute;
    right: 0;
    top: 0;
    width: calc(40% - 40px);
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.frame-kontakt ol {
    display: block;
    margin: 0 0 0 0;
    list-style: none;
    padding: 0 0 0 0;
}

.frame-kontakt ol li {
    display: inline-block;
    margin-right: 50px;
}

.frame-kontakt ol li:last-child {
    margin-right: 0;
}

.symbol {
	display: inline-block;
}

.symbol::before {
	content: "\0040";
}

.frame-kontakt .ce-bodytext p,
.frame-kontakt .ce-bodytext h3 {
    width: 70%;
    margin: 0 30% 0 0;
}

.frame-kontakt .ce-bodytext h3 {
    margin-top: 40px;
    margin-bottom: 20px;
    display: block;
}

.frame-kontakt .ce-bodytext h3 a {
    color: var(--font);
    white-space: nowrap;
}

.frame-kontakt .table {
    display: block;
    width: calc(100% - 80px);
    background: var(--highlight);
    padding: 40px;
    margin: 40px 0 0 0;
    color: var(--weiss);
}

.frame-kontakt .table table,
.frame-kontakt .table  tbody {
    display: block;
}

.frame-kontakt .table tbody tr {
    margin: 0 0 20px 0;
    display: flex;
    justify-content: space-between;
}

.frame-kontakt .table tbody tr:first-child {
    font-weight: bold;
}

.frame-kontakt .table tbody tr:last-child {
    margin: 0 0 0 0;
}

.frame-kontakt .table tbody td:nth-child(2),
.frame-kontakt .table tbody td:nth-child(3) {
    min-width: 200px;
    text-align: left;
}

.frame-kontakt .table tbody td:nth-child(3) {
    text-align: right;
}

.frame-gruen .row{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.frame-gruen .row .col-{
    background: var(--linkfarbe);
    color: var(--weiss);
    width: calc(32% - 40px);
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 10px;
}

.frame-gruen .row .col- a{
    color: var(--weiss);
    text-decoration: underline;
}

.frame-gruen .row .col- h2{
    font-size: 20px;
    color: var(--weiss);
    float: none;
    clear: both;
    width: 100%;
    max-width: 100%;
}

.frame-gruen .row .col- ul{
    text-align: center;
}

.frame-gruen .row .col- ul li{
    text-align: inherit !important;
}

#inhaltsbereich ul li::before {
    content: '-';
    margin-right: 10px;
    position: relative;
}

/*~ Footer ~*/
#footer {
    background: var(--cookiemanmain);
    float: left;
    clear: both;
    width: 100%;
    margin-top: 100px;
    padding: 40px 0;
}

#footer,
#footer a,
#footer h1,
#footer h2,
#footer h3 {
    color: var(--weiss);
}

#footer &gt; .rahmen {
    width: 80%;
    margin: 0 auto;
}

#footer #karte {
    margin-bottom: 20px;
}

#footer .smarty {
    clear: right;
    float: right;
    display: inline-block;
    width: 30px;
    margin: 30px 0px 0px 0;
}

.pin span {
    background: var(--hellgruen);
}

/*~ Cookie ~*/
#cookieman-settings .accordion-header .accordion-button {
    padding: 15px 20px 15px 40px;
    width: calc(100% - 60px);
}

#cookieman-settings .accordion-header .accordion-button::before {
    top: 5px;
}

/*~ IOS Only ~*/
@supports (-webkit-touch-callout: none) {
    .frame-layout-20 .ce-gallery.ce-border.zw_fixed { 
        background-attachment: scroll;
        background-size: cover;
        background-position: center;
    }
}</pre></body></html>