/* DESKTOP */
#box {max-width:2000px;margin:0 auto;padding: 0;position:relative;}

#menuebg {top:0;width:100%;height:70px;}
#logo {width:200px;float:left;margin:0px 0 0 50px;}
#titel {width:auto;position:fixed; top:0;left:50px;}
.toggle {display:none;}
.menue {width:auto;position:fixed; top:14px; right:50px;/*margin: 12px 50px 0 0;*/}

.kopf {width:100%;margin-top:90px;/*min-height:70px;background-size: cover;padding-bottom:10px;*/}

#bild {width:100%;height:auto;display:block;margin: 0 auto;padding:0;}

section.module {width:90%;display:block; margin: 0 auto;}
#module, #module_unten {width:100%;padding:10px 0;display:flex;flex-wrap:wrap;justify-content:center;}
#module .mod-custom, #module_unten .mod-custom {padding:20px;justify-content:center;}
#module .mod-custom img {width:auto; max-width:200px;display:block;margin:0 auto;}

#inhalt {width:100%;padding: 20px 0 40px 0;position:relative;}
nav.breadcrumbs {margin: 0 0 30px 30px;}
.text {width:100%;padding: 0px 100px;}

#more {width:100%;height:auto;margin-top:0px;}

.fuss {width:100%;padding:25px 50px;}
.impressum {float:right;}
.kontakt {float:left;}

#button {top:100px;right:0;}

/* BILDANZEIGE */
p img {width:100%;} /*maximale Größe für direkt im Content eingefügte Bilder*/
figure.left.item-image, img.left {float:left;max-width:300px;height:auto;margin:0 30px 20px 0;}
figure.right.item-image, img.right {float:right;max-width:300px;height:auto;margin:0 0 20px 30px;}
figure.none.item-image, img.none {float:none;max-width:200px;height:auto;margin:0 auto 20px auto;}
#logo img, #titel img {width:100%; height:auto;}
#bild img {max-height:500px;width:auto;}

/* BLOGANSICHT 1,2 und 3 spaltig */
div.blog {width:100%;padding: 0 50px;}
.category-desc {margin-bottom:15px;padding-bottom: 15px;column-gap:30px;}
.blog-item {clear:left;margin-bottom:20x;padding-bottom:20px;}
.columns-1, .columns-2, .columns-3 {width:100%;display:flex;flex-wrap:wrap;justify-content:space-evenly;}
.columns-1 div.blog-item {width:100%;}
.columns-2 div.blog-item {width:40%;padding:5px;}
.columns-3 div.blog-item {width:23%;}

/* SCHRIFTEN UND ABSTÄNDE */
address.kontakt p {font-size:1.2em;}
.menue ul li {font-size:1.2em;margin: 0 15px;}
.impressum li {font-size:1.2em;margin: 0 20px;}