

/* = = = = = = = = = = = = = = = = = 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.5;
font-weight:normal;
min-height:100%;
}

body {
font-size:1.7rem;
margin: 0 auto;
background:#fff;
color:#000;overflow-x:hidden;
}


/* überschriften */

h1, h2, h3, h4, h5 {color:#000;
text-align:left;
letter-spacing:0px;
text-transform:none;
}

h1 {
font-size:3.5rem;
line-height: 3.7rem;
margin-top: 0rem;
margin-bottom: 5.2rem;
}

h2 {
font-size:2.5rem;
line-height: 3rem;
margin-top: 2rem;
margin-bottom: 3.5rem;
}

h3 {
font-size:1.9rem;
line-height: 2.3rem;
margin-top: 1rem;
margin-bottom:2.5rem;
letter-spacing:0rem;
}

h4 {
font-size:1.8rem;
line-height: 2rem;
margin-top:1rem;
margin-bottom:2rem;
letter-spacing:0rem;
}

/* allgemeine links  */

a {background-color:transparent;
color:#000;text-decoration: underline;
}

a:hover  {color:#000;
text-decoration:none;
}


/* ############################################################ */
/*  speziell*/
/* ############################################################ */


/* 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;
}

/*  liste standard   */

.liste-1  {list-style-type:square;display:block;
padding:0;
margin:1rem 0 1rem 3rem;
list-style-position: inside; /* rückt gfls zweite zeile ein*/
text-indent:-2rem; /* rückt zweite gfls zeile ein*/
padding-left:2rem; /* rückt zweite gfls zeile ein*/
}

.liste-1 li a {text-decoration:underline; }
.liste-1 li a:hover  {text-decoration:none; }



/* liste  speziell (mit icon) */

.liste-1.style li {list-style:none;
margin:0 0 0 -2rem;
}

.liste-1.style li a  {text-decoration:underline ;
color:#000;text-indent:0;
}

.liste-1.style  a:hover  {color:#000;
text-decoration:underline;
}

.liste-1.style   a:before  {display:inline-block;
font-family:'Font Awesome 5 Free'; /* - 'Font Awesome 5 Free' for Regular and Solid symbols;
                                      - 'Font Awesome 5 Brand' for Brands symbols. */
content:"\f105";
font-size:1.2rem;
font-style: normal;
font-variant-caps: normal;
font-variant-ligatures: normal;
font-weight: 900; /*  Weight of the font (mandatory)
                     - 400 for Regular and Brands symbols;
                     - 900 for Solid symbols. */
text-rendering: auto;
-webkit-font-smoothing: antialiased;
text-decoration: none;
color:#5F5F5F;
margin-right:1rem;
margin-left:0rem;
transition:transform .5s ease-out;
}

.liste-1.style   a:hover:before  {
content:"\f105";
transform: rotate(360deg);
color:red;
}


/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */
/*  GRID-SYSTEM #1  - mit DISPLAY:INLINE-BLOCK */
/*  fuer boxen und bilder */
/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */

.wrapper-box ,
.wrapper-box .box img ,
.wrapper-box .box a img {display:block;
text-align:center;
padding:0;
}

.box {display:inline-block;
width:100%;
vertical-align:top;
padding:.2rem;
margin:0 -.25rem 0 -.25rem ;/* ausgleich ( minus-margin) für INLINE-BLOCK-WHITESPACE-BUG*/
}

.box img,
.box a img {
}

.box-1_of_1 ,
.box-1_of_2 ,
.box-1_of_3 ,
.box-1_of_4
{width:100%;
}


/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */
/*  GRID-SYSTEM #2  - mit DISPLAY:TABLE */
/*  fuer boxen */
/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */

.wrapper-box-table {
display:table;
table-layout:fixed;
width:100%;
padding:0;
}

.box-tabcell {
display:block;
width: 100%;
padding:0 ;
margin:0;
vertical-align:top;
}

.box-tabcell-2 {
display:block;
width: 100%;
padding:0rem ;
margin:0;
vertical-align:top;
}


/* ############################################################ */
/* bereich logo */
/* ############################################################ */

.section-logo {display:block;position:relative;
width:100%;
background:transparent;
margin:0 auto;
padding:0;
}

.logo-content {display:block;
width:100%;
margin:0 auto;
background-image:url(../images/log.jpg);
background-position:50% 40%;
background-repeat:no-repeat;
background-size:cover;
}

#logo .wrapper-box-table {
height:30rem;
padding:1rem;
}

#logo .box-tabcell  {display:table-cell;vertical-align:middle;text-align:center;
}

/* name */

.name {display:inline-block;
background:fbe799;
background:rgba(0,0,0,.5);
color:#fff;
text-shadow:none;
font-size:1.6rem;
line-height:2rem;
text-align:center;
padding:2rem 1rem;
text-transform:uppercase;
letter-spacing:2px;
}

.name span{
font-size:1.4rem;
line-height:2rem;
}

/* icons  */

#logo ul {padding:0 0rem;margin:0;position:absolute;
bottom:1rem;left:3rem;
}

#logo li {list-style:none;
padding:0rem 0rem;
margin:0;display:inline
}

#logo .fas  ,
#logo .fab ,
#logo .far {display:inline-block;
font-size:2.5rem;
line-height:2rem;
color:#fff;
padding:0rem;
border-radius:.8rem;
text-align:center;
width:3rem;height:3rem;
line-height:3rem;
margin:.2rem;
text-shadow:0 0 3px #000;
}


/* ############################################################ */
/* bereich inhalt - inhaltsbereich */
/* ############################################################ */

.section-inhalt {display:block;
width:100%;
margin:0;
padding:0;
}

.inhalt-content {display:table;
width:100%;height:100%;
margin:0 auto;
padding:4rem 2.5rem;
text-align:left;background:#fff;
}



/* ----- linke inhaltsspalte ----- */

#inhalt .box-tabcell  { }

/* ----- rechte inhaltsspalte -sidebar ----- */

#inhalt .box-tabcell-2  {display:block;
width:100%;
background:transparent;
margin:0 ;
margin-top:6rem ;
margin-bottom:2rem ;
padding:0rem;
font-size:1.5rem;
}


/*  ----------------------------------------  */
/*  box #sidebar   */
/*  ----------------------------------------  */

#sidebar .wrapper-box  {
padding:0 1rem;
border:none;text-align:left;
box-shadow:none;
}

#sidebar .box {padding:.5rem 0rem;  }
#sidebar .box-1_of_2 {width:100%;  }

#sidebar .box img,
#sidebar .box a img {
border:solid 8px #000 ;
box-shadow:none;
}

#sidebar h3 {
background:black;
background:linear-gradient(-135deg, #fcd432  28px ,  #fbe799  28px);         ;
color:#fff;
font-size:1.5rem;
line-height: 1.5rem;
padding:.8rem 1rem ;
margin:2.5rem 0 1.5rem 0 ;
}


/*  menü 'navigation 2nd 3rd'   */

.menuside ul {display:block;
text-align:left;
padding:0rem;
margin:0 0 2rem 1rem;
}

.menuside li  {color:firebrick;
list-style: none;
padding:0;
margin-left:.5rem;
list-style-position: inside; /* rückt gfls zweite zeile ein*/
text-indent:-1.3rem; /* rückt zweite gfls zeile ein*/
padding-left:1.3rem; /* rückt zweite gfls zeile ein*/
}

.menuside li a {display:inline;
text-decoration: none;
height:2rem;
line-height:2rem;
padding:.3rem 0rem .3rem 0rem;
margin: 0;
color:#000;
}

.menuside li a:hover  {
text-decoration:underline;
color:#000;
}

/* icons bei 'navigation 2nd 3rd' */

.menuside li a:before {display:inline-block;
font-family:'Font Awesome 5 Free';/* - 'Font Awesome 5 Free' for Regular and Solid symbols;
                                      - 'Font Awesome 5 Brand' for Brands symbols. */
content:"\f105";
font-size:1.2rem;
font-style: normal;
font-variant-caps: normal;
font-variant-ligatures: normal;
font-weight: 900;/*  Weight of the font (mandatory)
                     - 400 for Regular and Brands symbols;
                     - 900 for Solid symbols. */
letter-spacing:0rem;
text-shadow:none;
color:#000;
padding-right:0rem;
padding-left:1.2rem;
}

.menuside li a:hover:before {
color:#DF0000;
}


/* ############################################################ */
/* bereich fuss */
/* ############################################################ */

.section-fuss {display:block;
width:100%;
margin:0;
color:#fff ;
}

.fuss-content {display:block;
margin: 0 auto;
padding:0rem ;
font-size:1.4rem;background: #fbe799
}


/*  ----------------------------------------  */
/*  box #fuss   */
/*  ----------------------------------------  */

#fuss .wrapper-box {
text-align:left;
padding:  0rem;margin:0 auto;background:#f7d54b;
}

#fuss .box {display:inline-block;
vertical-align:top;
padding:0rem 1rem;
margin:0 -.25rem 0rem -.25rem ;/* ausgleich ( minus-margin) für INLINE-BLOCK-WHITESPACE-BUG */
box-shadow:none;
}


/* fussname */

#fussname  {display:block;
color:#fff;
background: #fbe799;/* IE 9*/
background:linear-gradient(45deg , #fbe799 400px , #f7d54b 400px);
font-weight:normal;
font-size:1.5rem;
padding:1rem 1rem 1rem 2rem;
}

#fussname span {padding:.2rem .5rem;
background:#0f7d54b;
color:#fff;
font-size:1.1rem;
margin-right:.5rem;
}


/* ############################################################ */
/* 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 480 pixel ================================== */

@media (min-width: 480px) {

.name {
font-size:2.2rem;
line-height:2.8rem;
padding:3rem;
}

#fussname  {padding:1rem 20rem 1rem 2rem; }

#inhalt .box-tabcell-2  {width:32rem; }
.inhalt-content {padding:3rem 5.5rem; }

.liste-1.style li {margin:0; }

}


/* ==================================== ab 580 pixel ================================== */

@media (min-width: 580px) {

.box-1_of_2 {width:50%; }
.box-1_of_3 {width: 33.33%;  }
.box-1_of_4 {width: 25%; }

}


/* ==================================== ab 640 pixel ================================== */
@media (min-width: 640px) {

#sidebar .wrapper-box  {padding:0 1rem; }
#sidebar .box {padding:1rem  }
#sidebar .box-1_of_2 {width:50%;}

#inhalt .box-tabcell-2  {width:100%; }

}


/* ==================================== ab 768 pixel ================================== */
@media (min-width: 768px) {

html {font-size:70%;}

}


/* ==================================== ab 960 pixel ================================== */

@media (min-width: 960px) {

#inhalt .box-tabcell   {width:70%;display:table-cell;padding:5rem 4rem 8rem 4rem;  }
#inhalt .box-tabcell-2  {width:30%;display:table-cell;background:#EFEFEF; padding:2rem 2rem 2rem 2rem;font-size:1.3rem; }
.inhalt-content {padding:0rem; }

.box-1_of_4 {width: 25%; }

#sidebar .box {padding:0rem  }
#sidebar .box-1_of_2 {width:100%; }

}


/* ===================================== ab 1024 pixel ================================= */

@media (min-width: 1024px) {

/* keine angabe */

}


/* ===================================== ab 1100 pixel ================================= */

@media (min-width: 1100px) {

html { font-size:75%; }

}



/* ===================================== ab 1300 pixel ================================= */

@media (min-width: 1300px) {

#inhalt .box-tabcell   {width:75%;padding:7rem 6rem 11rem 6rem;text-align:justify }
#inhalt .box-tabcell-2  {width:25%; }

.box-1_of_1 {width:70%; }

}


/* ===================================== ab 1700 pixel ================================= */

@media (min-width: 1700px) {

.top-content ,
.logo-content ,
.inhalt-content,
.fuss-content  {width:80vw; }

}


/* ==================================== C O D E    E N D E ================================== */