

/* = = = = = = = = = = = = = = = = = datei format.css = = = = = = = = = = = = = = = = = = = = = = = = = */


/* ############################################################ */
/* allgemein */
/* ############################################################ */

*, *:before, *:after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}


html, body {
font-family:'open_sanslight',georgia, tahoma, arial, Verdana, Segoe, 'Open Sans',helvetica,sans-serif;
font-size:62.5%;
line-height:1.4;
font-weight:normal;
height:100%;
}

body {
font-size:1.7rem;
margin: 0 auto;
}

/* zusätzliche zeilenabstände, absatz */
.content br {
line-height:.6;
}

p.break  {
line-height:7rem;margin:0;
}


/* überschriften */

h1, h2, h3, h4, h5 {
font-family:'robotolight';
font-weight:normal;
}

h1 {text-align:left;
font-size:3.5rem;
line-height: 3.7rem;
margin-top: 0rem;
margin-bottom: 4.2rem;
letter-spacing:.0rem;
}

h2 {text-align:center;
text-transform:uppercase;
font-size:2.8rem;
line-height: 3rem;
margin-top: 0rem;
margin-bottom: 3.5rem;
letter-spacing:0rem;
}


h2:after {
border-top: 3px solid rgba(46,189,186,.9);
display: block;
width: 80px;
content: "";
margin: 8px auto 0;
}


h3 {
font-size:2.1rem;
line-height: 2.3rem;
margin-top: 2.1rem;
margin-bottom:1.4rem;
letter-spacing:0rem;
}

/* allgemeine links  */

a {background-color:transparent;
color:#000;
text-decoration: underline;
}

a:hover  {color:#000;
background-color:transparent;
text-decoration:none;
}

/* quelltext-erklärungen - wenn vorhanden */
pre {white-space:pre-wrap;position:relative;
font-size:1.5rem;
padding:1rem 0.5rem 1rem 0.5rem;
margin:2rem auto;
text-align:center;
background:#fff;
border:solid 1px #861128;
color:#000;
}

pre .extra {display:inline-block;position:absolute;left:0rem;top:1rem;font-size:2rem;
color:#861128;font-weight:bold;
transform:rotate(-45deg);
}


/* ############################################################ */
/*  speziell*/
/* ############################################################ */


.container_haupt {
margin:0 auto;
padding:0;
width:100%;
}

.wrapper {
margin:0 auto;
width:100%;padding:0rem;

}

/* bilder  anpassen der grösse  */
/* wenn sie eigene einzelne bilder einbauen, unabhängig von unserem bildersystem,
 dann werden diese bilder maximal (max-width) so gross wie die original-abmessungen des bildes
 bwz. des umschliessenden containers wenn vorhanden */

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


/* homepagename  */
.name {
display:inline-block;
font-size:2.9rem;
line-height:2.2rem;
letter-spacing:.1rem;
color:rgba(46,189,186,.7);
padding: 2rem;
margin:0 auto;
text-transform:uppercase;
}

/* ceducci eingefügt  */
.name1 {
display:inline-block;
font-size:1.9rem;
line-height:2.2rem;
letter-spacing:.1rem;
color:white;
padding: 2rem;
margin:0 auto;
text-transform:uppercase;
}
/* ende ceducci eingefügt  */


.name2 {display:inline-block;
color:white;
font-size:1.9rem;
line-height:2.2rem;
text-transform:none;
letter-spacing:.1rem;
color:white;
padding:2rem;
}


.name2li {display:inline-block;
text-align:center;
color:white;
font-size:1.9rem;
line-height:2.2rem;
text-transform:none;
letter-spacing:.1rem;
color:white;
padding:2rem;
}
.seitentitel {text-align:center;
}

/* tabellenzelle-reihe  */
.logo2 .tabrow {display:table-row;
}

/* tabellenzelle-reihe  */
#documenta .tabrow {display:table-row;
}

/* tabellenzelle-reihe  */
#media .tabrow {display:table-row;
}

/* tabellenzelle-reihe  */
#causa1 .tabrow {display:table-row;
}

/* tabellenzelle-reihe  */
#causa2 .tabrow {display:table-row;
}



/* ############################################################ */
/* bereich logo */
/* ############################################################ */

.section-logo {
width:100%;height:70vh;
position:relative;
overflow:hidden;
background:#2f2f2f;
background-image:url(../images/logo02c.jpg);
background-position:50% 50%;
background-repeat:no-repeat;
background-size:cover;
}

.logo1 {
display:table;
width:100%;height:0%;
text-align:center;
}

.logo2 {position:relative;
display:table;
width:100%;height:100%;
text-align:center;
}

.logobox-1a  {
display:table-cell;
width:100%;
}

.logobox-2a  {background:rgba(0,0,0,.4);
display:table-cell;
width:100%;
height:50%;
text-align:left;
vertical-align:bottom;
}

.logobox-2b  {background:rgba(46,189,186,.8);
display:table-cell;
width:100%;
height:50%;
text-align:right;
vertical-align:top;
}



/* ############################################################ */
/* bereich content */
/* ############################################################ */

.section-content {
width:100%;
color:#000;
margin:0;
padding:0;
}

.content {background:white;
display:block;width:100vw;
min-height:50vh;
margin: 0 auto;
text-align:left;
padding:6rem 3rem 10rem 3rem ;
}




/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */
/* BILDER IM INHALTSBEREICH - GRID-SYSTEM #1 und GRID-SYSTEM #2  */
/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */
/* hinweis: erklärt wird es hier im template auf der seite index4.html (quartus) */
/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */


/* = = = = =  */
/* GRID-SYSTEM #1  - mit DISPLAY:INLINE-BLOCK */
/* = = = = = */

.content .wrapper-box {
text-align:center;
padding:1rem;margin: 0;
}

.box ,
.box-1_of_2 ,
.box-1_of_2b ,
.box-1_of_3 ,
.box-1_of_4 ,
.box-1_of_4b
{display:inline-block;
vertical-align:top;
padding:1rem;
margin:0rem -.25rem 0rem -.25rem ;/* ausgleich ( minus-margin) für INLINE-BLOCK-WHITESPACE-BUG*/
}

.content .wrapper-box img {width: 100%;
display:block;
height: auto;
margin:0 auto;
}

.content .wrapper-box img:hover {
filter:sepia(.5) ;
}



/* = = = = =  */
/* GRID-SYSTEM #2  - mit DISPLAY:TABLE */
/* = = = = = */

.content .wrapper-box-table {width:100%;
display:table;
background:ghostwhite;
text-align:center;
padding:0rem;
margin:0rem 0;
}

.box-tabcell-2 {display:table-cell;
width: 100%;
height:20rem;
vertical-align:bottom;
padding:1rem;
}

.box-tabcell-3 {display:table-cell;
width: 100%;
height:20rem;
vertical-align:middle;
padding:1rem;
}


/* = = = = =  */
/*   hintergrundgrafiken - zitat bei GRID-SYSTEM #2 */
/* = = = = = */

/* hintergrundgrafiken für grid-sytem #2 mit display:table */
.back1 {
background-image:url(../images/picture02.jpg);
background-position:50% 50%;
background-repeat:no-repeat;
background-size:cover;
}

.back2 {
background-image:url(../images/picture02b.jpg);
background-position:50% 50%;
background-repeat:no-repeat;
background-size:cover;
}

.back3 {
background-image:url(../images/picture06.jpg);
background-position:50% 50%;
background-repeat:no-repeat;
background-size:cover;
}

.back4 {
background-image:url(../images/picture02a.jpg);
background-position:50% 10%;
background-repeat:no-repeat;
background-size:cover;
}

.back5 {
background-image:url(../images/picture10.jpg);
background-position:50% 50%;
background-repeat:no-repeat;
background-size:cover;
}

.back10 {
background-image:url(../images/picture07.jpg);
background-position:50% 50%;
background-repeat:no-repeat;
background-size:cover;
}

.zitat {display:inline-block;
font-size:1.6rem;
color:#fff;
padding:1rem;
background:rgba(46,189,186,.7);
text-shadow:1px 1px 1px #000;
font-style:italic;
}






/* = = = = =  */
/* darauf greifen gfls. beide GRID-SYSTEME #1 und #2 zurück */
/* = = = = = */

b.text {display:block;
font-size:1.4rem;
text-align:left;
font-weight:normal;
padding:1rem 1rem;
}

b.text.nopadding {
padding:0rem 0rem;/* setzt den padding bei der css-klasse -.b.text- auf null*/
}

b.text.cntr {
text-align:center; /* setzt eine zentrierung der css-klasse -.b.text- statt linkbsbündig*/
}






/* --- liste mylist2 ---*/

.content .mylist2  {display:table;
margin:0 auto;padding:1rem 0 2rem 0;
}

.content .mylist2 ul  {display:table;width:100%;
margin:0;
padding:0 1rem 0 1rem;
}

.content .mylist2 li  {font-size:1.4rem;
list-style-type: none;
padding: 1rem 0;
text-align:center;
}

.content .mylist2 h4 {
font-weight:bold;margin-top:0;margin-bottom:1rem;
}

.content #media .mylist2  li.icon1:before {text-align:center;
font-family:'Font Awesome 5 Free';/* - 'Font Awesome 5 Free' for Regular and Solid symbols;
                                     - 'Font Awesome 5 Brands' for Brands symbols. */
font-weight: 900;/*  Weight of the font (mandatory)
                     - 400 for Regular and Brands symbols;
                     - 900 for Solid symbols. */
content:"\f500";
font-size:3rem;
color:rgba(46,189,186,.9);
}

.content #media .mylist2  li.icon2:before {text-align:center;
font-family:'Font Awesome 5 Free';/* - 'Font Awesome 5 Free' for Regular and Solid symbols;
                                     - 'Font Awesome 5 Brands' for Brands symbols. */
font-weight: 900;/*  Weight of the font (mandatory)
                     - 400 for Regular and Brands symbols;
                     - 900 for Solid symbols. */
content:"\f5b7";
font-size:3rem;
color:rgba(46,189,186,.9);
}


.content #media .mylist2  li.icon3:before {text-align:center;
font-family:'Font Awesome 5 Free';/* - 'Font Awesome 5 Free' for Regular and Solid symbols;
                                     - 'Font Awesome 5 Brands' for Brands symbols. */
font-weight: 900;/*  Weight of the font (mandatory)
                     - 400 for Regular and Brands symbols;
                     - 900 for Solid symbols. */
content:"\f362";
font-size:3rem;
color:rgba(46,189,186,.9);
}


.content #media .mylist2  li.icon4:before {text-align:center;
font-family:'Font Awesome 5 Free';/* - 'Font Awesome 5 Free' for Regular and Solid symbols;
                                     - 'Font Awesome 5 Brands' for Brands symbols. */
font-weight: 900;/*  Weight of the font (mandatory)
                     - 400 for Regular and Brands symbols;
                     - 900 for Solid symbols. */
content:"\f24e";
font-size:3rem;
color:rgba(46,189,186,.9);
}



.content #media .mylist2  li.icon5:before {text-align:center;
font-family:'Font Awesome 5 Free';/* - 'Font Awesome 5 Free' for Regular and Solid symbols;
                                     - 'Font Awesome 5 Brands' for Brands symbols. */
font-weight: 900;/*  Weight of the font (mandatory)
                     - 400 for Regular and Brands symbols;
                     - 900 for Solid symbols. */
content:"\f153";
font-size:3rem;
color:rgba(46,189,186,.9);
}




.content #media .mylist2  li.icon6:before {text-align:center;
font-family:'Font Awesome 5 Free';/* - 'Font Awesome 5 Free' for Regular and Solid symbols;
                                     - 'Font Awesome 5 Brands' for Brands symbols. */
font-weight: 900;/*  Weight of the font (mandatory)
                     - 400 for Regular and Brands symbols;
                     - 900 for Solid symbols. */
content:"\f0d1";
font-size:3rem;
color:rgba(46,189,186,.9);
}

.content #media .mylist2  li.icon7:before {text-align:center;
font-family:'Font Awesome 5 Free';/* - 'Font Awesome 5 Free' for Regular and Solid symbols;
                                     - 'Font Awesome 5 Brands' for Brands symbols. */
font-weight: 900;/*  Weight of the font (mandatory)
                     - 400 for Regular and Brands symbols;
                     - 900 for Solid symbols. */
content:"\f2b5";
font-size:3rem;
color:rgba(46,189,186,.9);
}

.content #media .mylist2  li.icon8:before {text-align:center;
font-family:'Font Awesome 5 Free';/* - 'Font Awesome 5 Free' for Regular and Solid symbols;
                                     - 'Font Awesome 5 Brands' for Brands symbols. */
font-weight: 900;/*  Weight of the font (mandatory)
                     - 400 for Regular and Brands symbols;
                     - 900 for Solid symbols. */
content:"\f02d";
font-size:3rem;
color:rgba(46,189,186,.9);
}





.content #documenta .mylist2  li.icon1:before {text-align:center;
font-family:'Font Awesome 5 Free';/* - 'Font Awesome 5 Free' for Regular and Solid symbols;
                                     - 'Font Awesome 5 Brands' for Brands symbols. */
font-weight: 900;/*  Weight of the font (mandatory)
                     - 400 for Regular and Brands symbols;
                     - 900 for Solid symbols. */
content:"\f0eb";
font-size:3rem;
color:#861128 ;
}


.content #documenta .mylist2 li.icon2:before {text-align:center;
font-family:'Font Awesome 5 Free';/* - 'Font Awesome 5 Free' for Regular and Solid symbols;
                                     - 'Font Awesome 5 Brands' for Brands symbols. */
font-weight: 900;/*  Weight of the font (mandatory)
                     - 400 for Regular and Brands symbols;
                     - 900 for Solid symbols. */
content:"\f0eb";
font-size:3rem;
color:#861128;
}




/* --- liste mylist3 ---*/

.content .mylist3  {display:table;
margin:0 auto;padding:1rem 0 2rem 0;
}

.content .mylist3 ul  {display:table;width:100%;
margin:0;
padding:0 1rem 0 1rem;
}

.content .mylist3 li  {font-size:1.4rem;
list-style-type: none;
padding: 1rem 0;
text-align:left;
}

.content .mylist3 h4 {
font-weight:bold;margin-top:0;margin-bottom:1rem;
}


.content #media .mylist3  li.icon10:before {text-align:center;
font-family:'Font Awesome 5 Free';/* - 'Font Awesome 5 Free' for Regular and Solid symbols;
                                     - 'Font Awesome 5 Brands' for Brands symbols. */
font-weight: 900;/*  Weight of the font (mandatory)
                     - 400 for Regular and Brands symbols;
                     - 900 for Solid symbols. */
content:"\f019";
font-size:3rem;
color:rgba(46,189,186,.9);
}


.content #media .mylist3  li.icon11:before {text-align:center;
font-family:'Font Awesome 5 Free';/* - 'Font Awesome 5 Free' for Regular and Solid symbols;
                                     - 'Font Awesome 5 Brands' for Brands symbols. */
font-weight: 900;/*  Weight of the font (mandatory)
                     - 400 for Regular and Brands symbols;
                     - 900 for Solid symbols. */
content:"\f019";
font-size:3rem;
color:rgba(46,189,186,.9);
}





/*  icons bei OUR TEAM */

#team b.text .fas,
#team b.text .fab,
#team b.text .far {
padding:0rem 1rem ;
}

#team  {
margin:0rem -3rem ;
}

/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */
/* X X X X X X X X X X  ENDE BILDER IM INHALTSBEREICH - GRID-SYSTEME - X X X X X X X X X X*/
/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */








/* ############################################################ */
/* bereich fusstop */
/* ############################################################ */

.section-fusstop {
width:100%;
color:#DDECF4 ;
background:#590B1A;background-image:url(../images/logo02.jpg);
background-position:50% 50%;
background-repeat:no-repeat;
background-size:cover;
}

.fusstop {display:table;width:100%;
height:20rem;
margin: 0 auto;
padding: 0;
font-size:1.4rem;
}

.fusstop h3 {margin:1rem 0;text-align:left;
padding-right:1rem;
color:#E0E7ED ;
font-size:1.5rem;
border-bottom:dotted 1px #86A0BB;
}

.fusstopbox  {
display:block;
padding:1rem 1rem 3rem 1rem ;
text-align:left;
}

.fusstopbox .inhalt .fas,
.fusstopbox .inhalt .fab,
.fusstopbox .inhalt .far {display:inline-block;
width:2rem;
padding-right:1rem;
color:#fff;
transition:all .5s ;
}

.fusstopbox .inhalt .fas:hover,
.fusstopbox .inhalt .fab:hover,
.fusstopbox .inhalt .far:hover {
transform:skewX(-30deg);
color:#EB5C79;
}

.section-fusstop .filter  {
background: rgba(0,0,0,.7);
}

.section-fusstop .filter2  {
background: rgba(46,189,186,.7);
}


/*  adresse, kontakt  */

.fusstopbox .inhalt   {width:28rem;
padding:0rem;
margin:0 auto;
}

.fusstopbox .inhalt ul {text-align:left;
padding:0rem;
margin:0;
}

.fusstopbox .inhalt  li {list-style:none;
padding:0rem;
margin:0;
}




/* ############################################################ */
/*  fusstop-menu */
/* ############################################################ */

/* allg. links, hier der email-link (infokontaktmustersohn@mail.de) */

.fusstop  a {text-align:left;
text-decoration : none;
font-size:1.4rem;
letter-spacing:0rem;
padding:.1rem ;
margin:.1rem 0;
color:#DDECF4 ;
}

.fusstop  a:hover {
color:white;
}


/* das fusstop-menü */

.fusstop-menu {width:28rem;
margin:0 auto;
padding:0;
}

.fusstop-menu ul {
text-align:left;
margin:0;
padding:0;
}

.fusstop-menu li {list-style-type: none;
margin:0;
padding:0 ;
}

.fusstop-menu  a {text-align:left;
text-decoration : none;
font-size:1.4rem;
letter-spacing:0rem;
padding:.1rem ;
margin:.1rem 0;
color:#DDECF4 ;
}

.fusstop-menu li a:hover {
color:white;
background:transparent;
}


/* die font-icons  im fusstop-menu */

.fusstop-menu li  a:before {display:inline-block;
font-family:'Font Awesome 5 Free';/* - 'Font Awesome 5 Free' for Regular and Solid symbols;
                                     - 'Font Awesome 5 Brands' for Brands symbols. */
font-weight: 900;/*  Weight of the font (mandatory)
                     - 400 for Regular and Brands symbols;
                     - 900 for Solid symbols. */
content:"\f0a9";
margin-right:1rem;
color:#fff ;
font-size:1.3rem;
transition:all .3s ;
}

.fusstop-menu li  a:hover:before {
color:#111111;transform:rotate(90deg);
}


/* ############################################################ */
/* bereich fuss */
/* ############################################################ */


.section-fuss {
width:100%;
background:#1f1f1f;
color:#9F9F9F;
}

.fuss {display:table;
margin: 0rem auto;text-align:center;
padding:1rem;width:100%;
height:16rem;
}

.fussbox-1a  {
display:table-cell;
vertical-align:middle;text-align:center;
text-align:center;
padding:0rem 0rem;
font-size:1.6rem;
line-height:1.9rem;
}

.fussname {display:block;
font-family:'robotolight';
text-align:center;
padding:.6rem;
font-size:1.2rem;
line-height:1.5rem;
letter-spacing:0.2rem;
color:#9F9F9F;
}





/* ############################################################ */
/* M E D I A   Q U E R I E S - RESPONSIVE-BILDSCHIRMABFRAGEN*/
/* ############################################################ */

/* ==================================== ab 320 pixel ================================== */


/* - - - - -  nur info - - - - - */
/*  für die kleinste smartphone-auflösung von 320pixel benötigen wir KEINE bildschirmabragen (media queries), denn hierfür gilt ja automtisch der gesamte vorstehende quelltext-code - weil wir das template ja 'mobile-first' angelegt haben */



/* ==================================== ab 360 pixel ================================== */

@media (min-width: 360px) {

/* keine angabe */


}


/* ==================================== ab 400 pixel ================================== */

@media (min-width: 400px) {

.content,  .fuss {
width:90vw;
}


}


/* ==================================== ab 480 pixel ================================== */

@media (min-width: 480px) {


/* - - - - -   BILDER IM INHALTSBEREICH - GRID-SYSTEM #1 - - - - - */
.content .box-1_of_4 {width: 50%;  }
/* - - - - - ende  BILDER IM INHALTSBEREICH - GRID-SYSTEM #1 - - - - - */

.fussmenu li { display:inline;
}


}


/* ==================================== ab 600 pixel ================================== */
@media (min-width: 600px) {

/* keine angabe */


}


/* ==================================== ab 640 pixel ================================== */
@media (min-width: 640px) {

/* keine angabe */


}


/* ==================================== ab 768 pixel ================================== */
@media (min-width: 768px) {

html {font-size:70%;}

.content,  .fusstop, .fuss  {
width:96vw;
}

.section-logo {
height:40rem;
}

.content {
text-align:justify;
}


/* - - - - -   GRID-SYSTEM #1 - BILDER IM INHALTSBEREICH  - - - - - */
.content .box-1_of_2 {width: 50%;  }
.content .box-1_of_2b {width: 100%;  }
.content .box-1_of_3 {width: 33.33%;  }
.content .box-1_of_4 {width: 25%;  }
.content .box-1_of_4b {width: 50%;  }
/* - - - - - ende  GRID-SYSTEM #1 -BILDER IM INHALTSBEREICH   - - - - - */



.fusstop , .fusstop a {font-size:1.1rem;
}

.fusstop-menu {width:auto;
}

.fusstop-menu a {font-size:1.1rem;
}

.fusstopbox {width:33.33%;
display:table-cell;vertical-align:top;
}

.fusstopbox .inhalt  {width:auto;
}


}


/* ==================================== ab 800 pixel ================================== */

@media (min-width: 800px) {


.logobox-2a {width:50%;
vertical-align:top;
}

.logobox-2b {width:50%;
vertical-align:bottom;
}

/* - - - - - GRID-SYSTEM #1 -BILDER IM INHALTSBEREICH   - - - - - */
.content .box-1_of_2b {width: 50%;  }
/* - - - - - ende  GRID-SYSTEM #1 -BILDER IM INHALTSBEREICH   - - - - - */


}


/* ===================================== ab 1024 pixel ================================= */

@media (min-width: 1024px) {


.content,  .fusstop, .fuss {
width:90vw;
}



/* - - - - -  GRID-SYSTEM #1 -BILDER IM INHALTSBEREICH   - - - - - */
.content .box-1_of_4b {width: 25%;  }
/* - - - - - ende  GRID-SYSTEM #1 -BILDER IM INHALTSBEREICH   - - - - - */


/* - - - - - GRID-SYSTEM #2 -BILDER IM INHALTSBEREICH   - - - - - */
.content .box-tabcell-2 {width: 50%; }
.content .box-tabcell-3 {width: 33.33%;  }
/* - - - - - ende  GRID-SYSTEM #2 -BILDER IM INHALTSBEREICH   - - - - - */


/*  tabellenzelle-reihe  ausschalten */
.logo2 .tabrow {display:none}
#media .tabrow {display:none}
#documenta .tabrow{display:none}
#causa1 .tabrow {display:none}
#causa2 .tabrow {display:none}


/* --- liste mylist2 ---*/
.content .mylist2 li  {display: table-row;
list-style-type: none;
text-align:left;margin-bottom:5rem;
}

.content .mylist2 h4 {margin-top:2rem;margin-bottom:1rem;
}

.content .mylist2 li:before {padding-right:2rem;display: table-cell;
vertical-align:middle;
font-size:3rem
}

#team  {
margin:0rem -6rem ;
}

.fusstop {height:20rem;
padding:0rem 2rem; }

}


/* ===================================== ab 1100 pixel ================================= */

@media (min-width: 1100px) {

html {
font-size:75%;
}

.logobox-2a {padding-left:2rem; }

.logobox-2b {padding-right:2rem; }

pre {width:50vw; }


}



/* ===================================== ab 1300 pixel ================================= */

@media (min-width: 1300px) {

.content, .fusstop, .fuss {
width:85vw;
}


}


/* ===================================== ab 1400 pixel ================================= */

@media (min-width: 1400px) {

html {
font-size:80%;
}


.content, .fusstop, .fuss {
width:80vw;
}



}


/* +  +  +  +  + +  +  +  +  +  C O D E ENDE  +  +  +  +  +  +  +  +  +  + */