

/* = = = = = = = = = = = = = = = = = 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,roboto ,sans-serif;
font-size:62.5%;
line-height:1.4;
font-weight:normal;
height:100%;
}

body {color:#9F9F9F;
font-size:1.7rem;
margin: 0 auto;

}

/* andere zeilenabstände, absatz */
.content br {
line-height:.7;
}

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


/* überschriften */

h1, h2, h3, h4, h5 {
color:#9f9f9f;
text-align:left;
letter-spacing:0px;
font-weight:bold;
text-transform:none;
}

h1 {
font-size:3.5rem;
line-height: 3.7rem;
margin-top: 0rem;
margin-bottom: 4.2rem;
}

h2 {text-align:left;
font-size:2.4rem;
line-height: 3rem;
margin-top: 0rem;
margin-bottom: 3.5rem;
}

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


/* allgemeine links  */

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

a:hover  {color:#9F9F9F;
text-decoration:none;
}

/* quelltext-erklärungen - wenn vorhanden */
pre {white-space:pre-wrap;position:relative;
font-size:1.5rem;
padding:0rem 0.5rem 1rem 0.5rem;
margin:2rem auto;
text-align:center;
background:#424242;
color:#BFBFBF;
font-family:'open_sanslight',georgia, tahoma, arial, Verdana, Segoe, 'Open Sans',helvetica,roboto ,sans-serif;
box-shadow:1px 1px 2px #000;
}

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


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

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

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

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


/* ############################################################ */
/* bilder/boxen im inhaltsbereich  */
/* ############################################################ */


.wrapper-box {display:block;
text-align:center;
padding:0rem;
}

.wrapper-box .box img,
.wrapper-box .box a img {display:block;
width: 100%;
height: auto;
box-shadow:1px 1px 2px #000;
}

.box {display:inline-block;
width:100%;
vertical-align:top;
padding:.5rem;
margin:0 -.2rem 0 -.2rem ;/* ausgleich ( minus-margin) für INLINE-BLOCK-WHITESPACE-BUG*/
}

.box-1_of_1 ,
.box-1_of_2 ,
.box-1_of_3 ,
.box-1_of_4 ,
.box-1_of_5 { width:100%; }


/* ############################################################ */
/* bereich content - inhaltsbereich */
/* ############################################################ */

.section-content {
width:100%;
margin:0;
padding:0;
background:#161616;
}

.content {
display:table;
border-spacing:0rem 0rem ;
width:100%;
height:100%;
margin:0 auto;
padding:1rem 2rem;
text-align:left;
}

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




/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/* inhaltsspalte  */
/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.contentbox-1a  {width:100%;
display:inline-block;
text-align:left;
padding:0rem 0rem;
text-shadow:1px 0px 1px #000;
}

#inhalt.wrapper-box-table {
display:table;
border-spacing:0 .5rem;
width:100%;height:100%;
padding:0;
box-shadow:none;
}

#inhalt .box {
}

#inhalt .box-tabcell-1a {
background:#373737; /*IE9*/
background:linear-gradient(to right top,#373737,#444444, #373737);
display:table-cell;
width: 100%;
height:24rem;
padding:5rem 3rem;
vertical-align:top;
text-align:left;
box-shadow:0px 0px 2px #000;
}


/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/* sidebar  (seitenleiste  */
/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.contentbox-1b  {width:100%;
color:#9f9f9f;
text-shadow:1px 0px 1px #000;
display:inline-block;
vertical-align:top;
font-size:1.5rem;
}

#sidebar.wrapper-box-table {
display:table;
border-spacing:0 .5rem;
width:100%;
padding:0;
box-shadow:none;
}

#sidebar .box {
background:#373737; /*IE9*/
background:linear-gradient(to right top,#373737,#444444, #373737,#444444);
display:table-cell;
width: 100%;
height:24rem;
padding:3rem 2rem;
vertical-align:middle;
text-align:left;
box-shadow:0px 0px 2px #000;
}

#sidebar .box-tabcell-1a {text-align:center; background:transparent;box-shadow:none;}
#sidebar .box-tabcell-1b {text-align:center; }

/* tabellenzelle-reihe */
#sidebar .tabrow ,
#sidebar .tabrow2 ,
#sidebar .tabrow3 {display:table-row; }


/* icons */

#sidebar .fas ,
#sidebar .fab ,
#sidebar .far {display:inline-block;
color:#fff;
font-size:2rem;
width:2rem;
height:2rem;
line-height:2rem;
margin-right:2rem;
border-radius:.5rem;
text-align:center;
}

/* einrückung nach den icons */

#sidebar.wrapper-box-table blockquote {display:inline-block;
margin:0 0 0 3.6rem;
}

#sidebar h3 {
margin-top: 0rem;
}



/* name */

.name {display:block;
color:#CFCFCF;
text-align:center;
padding:1rem .4rem;
text-transform:uppercase;
font-size:2rem;
letter-spacing:1px;
}

b {
font-weight:normal;
color:#CFCFCF;
font-size:1.6rem;

}

.f-letter {color:#fff;font-weight:bold; }

/* seitentitel */
.seitentitel {display:inline-block;
background:firebrick;
color:#fff;
font-size:1.5rem;
font-weight:normal;
margin:0rem;
padding:.1rem .6rem;
text-transform:uppercase;
}


/* -----logo icon ----- */

#sidebar .logo  { }

#sidebar .logo ul {
padding:0rem;
margin:0rem;
}

#sidebar .logo li {list-style:none;
display:inline-block;
padding:0rem;
}

#sidebar .logo .fas ,
#sidebar .logo .fab ,
#sidebar .logo .far  {
display:inline-block;background:#fff;
height:16rem;
width:16rem;
line-height:16rem;
font-size:12rem;
letter-spacing:0rem;
color:#1f1f1f ;
text-shadow:none;
box-shadow:none;
border-radius:1rem;
}



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

.section-fusstop {
width:100%;
background:#fff;
}

.fusstop-content {
text-align:center;
margin: 0rem auto;
padding:0rem 0 ;
}

#fusstop ul.pagination {display:inline-block;
margin:0rem 0rem ;
padding:0rem;
}

#fusstop .pagination li {list-style-type : none;
display:inline-block;
margin:0rem -.1rem;
padding:1rem 0rem;
font-family:arial, sans-serif, helvetica;
}

#fusstop .pagination li a ,
#fusstop .pagination li a .fas ,
#fusstop .pagination li a .fab ,
#fusstop .pagination li a .far {display:inline-block;
background:#DFDFDF;
color:#000;
width:3rem;
height:3rem;
line-height:3rem;
font-size:1.4rem;
box-shadow:none;
text-align:center;
text-decoration:none;
transition:transform .3s ease-out;
}

#fusstop .pagination li a:hover ,
#fusstop .pagination li a:hover .fas ,
#fusstop .pagination li a:hover .fab ,
#fusstop .pagination li a:hover .far {
background:firebrick;
color:#fff;
}

#fusstop .pagination  #aktuell2  a,
#fusstop .pagination  #aktuell2  a .fas ,
#fusstop .pagination  #aktuell2  a .fab ,
#fusstop .pagination  #aktuell2  a .far {
background:firebrick;
color:#fff;;
box-shadow:none;
}


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

.section-fuss {
width:100%;
background:#161616;
}

.fuss-content {
text-align:center;
margin: 0rem auto;
padding:2.5rem 0 ;
}

/* -----menu ----- */

#fuss ul {text-align:center;
padding:0rem;
margin:0;
}

#fuss li  {display:inline-block;
list-style:none;
padding:0rem 0rem;
margin:0;
}

#fuss li a {
text-decoration : none;
font-size:1.4rem;
height:2.4rem;
line-height:2.4rem;
letter-spacing:0rem;
padding:.3rem .5rem .3rem .5rem;
margin: 0;
color:#fff;
background:transparent;
border-bottom:solid 3px firebrick;
}

#fuss li a:hover  {
text-decoration:none;
border-bottom:solid 3px white;
}

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

#fuss  li  a:before {display:inline-block;
font-family:'Font Awesome 5 Free';
content:"\f35a";
font-style: normal;
font-variant-caps: normal;
font-variant-ligatures: normal;
font-weight: 900;/* Weight of the font (by fontawesome)- use:
               - 400 for Regular and Brands symbols;
               - 900 for Solid symbols. */
text-rendering: auto;
-webkit-font-smoothing: antialiased;
text-decoration: none;
margin-right:.6rem;
color:#CFCFCF;
font-size:1.3rem;
transition:all .3s ;
}

/* fussname */

.fussname {display:inline-block;
font-weight:normal;
color:#fff;
text-shadow:none;
margin:0 auto;
padding:.6rem 0rem;
font-size:1.2rem;
letter-spacing:2px;
text-transform:uppercase;
}


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


/* - - - - -  nur info - - - - - */
/*  für die kleinste smartphone-auflösung von 320 pixel 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) {

/* keine angabe */

}


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

@media (min-width: 480px) {

/*  keine angabe  */


}


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

/* - - - - -   GRID-SYSTEM #1 mit display:inline-block  - - - - - */
.box-1_of_1 {width: 50%; }
.box-1_of_2 {width: 50%; }
.box-1_of_3 {width: 33.33%; }
.box-1_of_4 {width: 50%; }
.box-1_of_5 {width: 33.33%; }
/* - - - - - ende  GRID-SYSTEM #1 - - - - - */

/* - - - - -  GRID-SYSTEM #2 - mit display:table-cell - - - - - */
#sidebar.wrapper-box-table {border-spacing:1rem .5rem; }
#inhalt.wrapper-box-table {border-spacing:1rem .5rem; }
#sidebar .box {width: 50%;display:table-cell; }
#sidebar .tabrow {display:none; }
#sidebar .tabrow3 {display:none; }
/* - - - - - ende  GRID-SYSTEM #2  - - - - - */

}


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

/* keine angabe */

}


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

html {font-size:70%;}

/* - - - - -   GRID-SYSTEM #1 mit display:inline-block - - - - - */
.box-1_of_2 {width: 50%;  }
.box-1_of_3 {width: 33.33%;  }
/* - - - - - ende  GRID-SYSTEM #1  - - - - - */


}


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

@media (min-width: 800px) {

/*  keine angabe  */


}


/* ===================================== ab 960 pixel ================================= */

@media (min-width: 960px) {



/* - - - - -  GRID-SYSTEM #1 mit display:inline-block  - - - - - */
.box-1_of_4 {width: 25%; }
.box-1_of_5 {width: 20%; }
/* - - - - - ende  GRID-SYSTEM #1  - - - - - */

.content { padding:3rem 1rem; }
#inhalt .box-tabcell-1a {padding:8rem 3rem; }

/* - - - - -  GRID-SYSTEM #2 mit display:table-cell  - - - - - */
#sidebar.wrapper-box-table {border-spacing:1rem 1rem; }
#inhalt.wrapper-box-table {border-spacing:1rem 1rem; }
.contentbox-1a  {width:70%;display:table-cell; }
.contentbox-1b  {width:30%;display:table-cell;font-size:1.3rem; }
.content .tabrow {display:none; }
#sidebar .tabrow {display:table-row; }
#sidebar .tabrow3 {display:table-row; }
/* - - - - -  ende GRID-SYSTEM #2 - mit display:table-cell  - - - - - */


}


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

@media (min-width: 1100px) {

.content { padding:3rem 3rem; }

pre {width:50vw; }


}


/* ===================================== ab 1200 pixel ================================= */

@media (min-width: 1200px) {

.content { padding:3rem 5rem; }


}


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

@media (min-width: 1300px) {

.content { padding:3rem 7rem; }


}


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

@media (min-width: 1400px) {

.content { padding:3rem 8rem; }


}


/* ===================================== ab 1500 pixel ================================= */

@media (min-width: 1500px) {

.content {padding:3rem 10rem; }


}


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