<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* MOBILE */
#box {width:100vw;}

#menuebg {top:0;width:100%;height:90px;}
.toggle {float:left; margin:0 0 0 5px;}
#titel {float:right;width:auto;max-width:80vw;margin-right:5vw;}
.kopf {width:100vw;margin-top:90px;}
#bild {width:100vw;}

.module {width:100vw;padding: 0px 5vw}
#module {display:none;}
#modulemobil {width:90vw;padding:10px 0;display:flex;flex-wrap: wrap;}
#modulemobil .mod-custom {width:100%;}
#modulemobil .mod-custom img {width:100%;}

#inhalt {width:100vw;padding: 10px 0;}
.breadcrumbs {width:100vw;margin: 10px 2vw;}
.text {width:90vw; margin: 5px 5vw;}

#logo {display:block;margin:0 auto;width:200px;}
.fuss {width:100vw;padding: 10px 5vw 10px 5vw;}
.impressum, .kontakt {width:100%;padding:15px 0;text-align:center;}


/* BILDANZEIGE */
figure.left.item-image,figure.right.item-image, p img, div.blog-item img {max-width:100%;margin-bottom:25px;float:none;} /*maximale GrÃ¶ÃŸe fÃ¼r direkt im Content eingefÃ¼gte Bilder*/
#bild img.bilder {width:100%;height:auto}

/* BLOGANSICHT 1,2 und 3 spaltig */
div.blog {width:100%}
.category-desc {margin-bottom:30px;}
.columns-1, .columns-2, .columns-3 {width:90vw;}
div.blog-item {margin:0 0 20px 0;padding:0 0 20px 0;width:100%;}

/* ABSTÃ„NDE */
.impressum li {margin: 0 10px;}

/* OVERRIDES */
h1 {font-size:1.4em;}
#titel .mod-custom a {font-size:1.1em;line-height:3em;}
#titel img {width:75px;height:auto;}
.com-content-article__body {column-count:1;}
div.desktop {display:none;}</pre></body></html>