

/* = = = = = = = = = = = = = = = = = 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 {
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:#000;
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:#000;text-decoration: underline;
}

a:hover  {color:#000;
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:#fff;
color:#000;
border:dashed 1px #9F9F9F;
font-family:'open_sanslight',georgia, tahoma, arial, Verdana, Segoe, 'Open Sans',helvetica,roboto ,sans-serif;
}

pre .extra {display:inline-block;position:absolute;left:0rem;top:1rem;font-size:2rem;
color:#4F4F4F;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;
}



/* ############################################################ */
/* bereich top */
/* ############################################################ */

.section-top {
width:100%;
background:#fff;
margin:0;
padding:0rem 0;
font-size:1.4rem;
overflow:hidden;
}

.top-content {
width:100%;
margin:0 auto;
padding: 0;
}


/* ----- GRID-SYSTEM #2  - mit DISPLAY:TABLE  ----- */

#top .wrapper-box-table {
display:table;
border-spacing:0 0 ;
width:100%;
padding:0;
text-align:center;
box-shadow:none;
}

#top .box-tabcell-1a {position:absolute;top:0rem;z-index:2;
background:rgba(255,255,255,.6);
display:table-cell;
width: 100%;
padding:1rem 1rem;
vertical-align:middle;
text-align:center;
}


/* name */

.name {display:block;
color:black;
font-size:1.6rem;
line-height:1.6rem;
text-align:center;
padding:.4rem;
text-transform:uppercase;
letter-spacing:0px;
}

.f-letter{
color:firebrick;
}

.name2 {display:block;
color:black;
font-size:1.6rem;
line-height:1.6rem;
padding:.2rem;
text-transform:uppercase;
letter-spacing:2px;
}



/* ############################################################ */
/* bereich content - inhaltsbereich */
/* ############################################################ */

.section-content {
width:100%;
margin:0;
padding:0;
background:#fff;
}

.content {
display:table;
border-spacing:0rem 1rem ;
width:100%;height:100%;
margin:0 auto;
padding:1rem 2rem;
text-align:left;
color:#000;
}

/* tabellenzelle-reihe */
.content .tabrow {display:table-row;
}

/* ----- bilder/boxen im inhaltsbereich ----- */

.wrapper-box {display:block;
text-align:center;
padding:0rem;
}

.wrapper-box .box img,
.wrapper-box .box a img {
width: 100%;
height: auto;
}

.box {display:inline-block;
width:100%;
vertical-align:top;
padding:.2rem;
margin:0 -.4rem 0 -0rem ;/* 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%;
}

/* ----- inhaltsspalte ----- */

.contentbox-1a  {width:100%;
display:table-cell;
padding:0;
text-align:left;background:xxxsteelblue
}

/* ----- sidebar ----- */

.contentbox-1b  {width:100%;
background:#EFEFEF;
display:table-cell;
font-size:1.5rem;
}

.contentbox-1b h3 {
background:firebrick;
color:#fff;
font-size:1.6rem;
line-height: 1.9rem;
padding:.2rem .2rem .2rem .6rem;
border-radius:.4rem;
}


#sidebar .box {padding:1rem; }
#sidebar .box-1_of_4 {width:100%;}

#sidebar .box blockquote {display:inline-block;
margin:0 0 0 2.6rem;
}

/* icons in sidebar */

#sidebar .fas ,
#sidebar .fab ,
#sidebar .far {display:inline-block;
background:transparent;
color:#000;
width:2rem;
height:2rem;
line-height:2rem;
margin-right:.6rem;
font-size:1.4rem;
text-align:center;
}

/* menü 'navigation snd' */

.contentbox-1b ul {text-align:left;display:block;
padding:0rem;
margin:0;
}

.contentbox-1b li  {color:firebrick;
list-style: square;
padding:0;
margin-left:1.5rem;
}

.contentbox-1b li a {
text-decoration: none;
height:2rem;
line-height:2rem;
padding:.3rem 0rem .3rem 0rem;
margin: 0;
color:#000;
}

.contentbox-1b li a:hover  {
text-decoration:underline;
color:#000;font-weight:bold;
}



/* ----- bilder/boxen in sidebar (seitenleiste) -----  */

#sidebar.wrapper-box  {display:block;
text-align:left;
padding:1rem 1rem 2rem 1rem;
}

/* bilder in der SIDEBAR  */
#sidebar.wrapper-box .box img,
#sidebar.wrapper-box .box a img {
border:none;
box-shadow:none;
}





/* ############################################################ */
/* 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 0 ;
padding:0rem;
}

#fusstop .pagination li {list-style-type : none;
display:inline-block;
margin:0;
padding:1rem 0;
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;
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:transparent;
color:firebrick;
}

#fusstop .pagination  #aktuell2  a,
#fusstop .pagination  #aktuell2  a .fas ,
#fusstop .pagination  #aktuell2  a .fab ,
#fusstop .pagination  #aktuell2  a .far {
background:#9F9F9F;
color:#fff;;
box-shadow:none;
}



/* ############################################################ */
/* bereich fuss */
/* ############################################################ */


.section-fuss {
width:100%;
background:firebrick;
}

.fuss-content {
text-align:center;
margin: 0rem auto;
padding:3rem 0 ;
}


/* -----menu ----- */

#fuss ul {text-align:center;
padding:0rem;
margin:0;
}

#fuss li  {display:inline;
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-radius:.6rem;
box-shadow:0 0 1px #fff;
}

#fuss li a:hover  {
background:maroon;
text-decoration:none;
}


/* 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;
}



/* ############################################################ */
/* 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) {

/* keine angabe */

}


/* ==================================== ab 480 pixel ================================== */

@media (min-width: 480px) {

/* - - - - -  GRID-SYSTEM #2 mit display:table-cell  - - - - - */
.content {border-spacing:2rem 2rem; }
/* - - - - -  ende GRID-SYSTEM #2 mit display:table-cell  - - - - - */

}


/* ==================================== ab 600 pixel ================================== */
@media (min-width: 600px) {


/* - - - - -   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 - - - - - */


}


/* ==================================== ab 640 pixel ================================== */
@media (min-width: 640px) {

/* - - - - -  GRID-SYSTEM #1 mit display:inline-block - - - - - */
#sidebar .box-1_of_4 {width:50%; }
/* - - - - - ende  GRID-SYSTEM #1 - - - - - */




}


/* ==================================== 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) {

/* - - - - -  GRID-SYSTEM #2 mit display:table-cell  - - - - - */
.content {border-spacing:3rem 3rem ; }
/* - - - - -  ende GRID-SYSTEM #2 mit display:table-cell  - - - - - */


}


/* ===================================== ab 1024 pixel ================================= */

@media (min-width: 1024px) {

.name {
font-size:3.6rem;
line-height:3.6rem;
}


/* - - - - -  GRID-SYSTEM #1 mit display:inline-block  - - - - - */
#sidebar .box-1_of_4 {width:100%; }
.box-1_of_4 {width: 25%; }
.box-1_of_5 {width: 20%; }
/* - - - - - ende  GRID-SYSTEM #1  - - - - - */


/* - - - - -  GRID-SYSTEM #2 mit display:table-cell  - - - - - */
.content {border-spacing:2rem 4rem; }
.contentbox-1a  {width:70%;display:table-cell; }
.contentbox-1b  {width:30%;display:table-cell;font-size:1.3rem; }
.content .tabrow {display:none; }
/* - - - - -  ende GRID-SYSTEM #2 mit display:table-cell  - - - - - */


}


/* ===================================== ab 1100 pixel ================================= */

@media (min-width: 1100px) {

pre {width:50vw; }

}


/* ===================================== ab 1200 pixel ================================= */

@media (min-width: 1200px) {

/* bilder/boxen im inhaltsbereich werden eingerückt */
.content .wrapper-box {padding:0rem 5rem; }

/* - - - - -  GRID-SYSTEM #2 mit display:table-cell  - - - - - */
#sidebar .box {padding:1rem; }
/* - - - - -  ende GRID-SYSTEM #2 mit display:table-cell  - - - - - */


}


/* ===================================== ab 1300 pixel ================================= */

@media (min-width: 1300px) {

/* - - - - -  GRID-SYSTEM #2 mit display:table-cell  - - - - - */
.content {border-spacing:4rem 3rem; }
.contentbox-1a  {width:75%; }
.contentbox-1b  {width:25%; }
/* - - - - -  ende GRID-SYSTEM #2 mit display:table-cell  - - - - - */


}



/* +  +  +  +  + +  +  +  +  +  C O D E ENDE  +  +  +  +  +  +  +  +  +  + */