

/* = = = = = = = = = = = = = = = = = 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;
}

body {height:100%;
font-size:1.7rem;
margin: 0 auto;
overflow-x:hidden;
background:#F0F0F0;
color:##328227;
}


h1, h2, h3, h4, h5 {text-align:center;
font-weight:normal;color:#000;
}

h1 {font-family:'old_standard_ttitalic';
font-size:3rem;
line-height: 3.5rem;
margin-top: 0rem;
margin-bottom: 5.2rem;
}

h2 {font-family:'old_standard_ttitalic';
font-size:2.7rem;
line-height: 3rem;
margin-top: 1rem;
margin-bottom: 4.5rem;
}

h2:after {display:block;
border-top: 1px dashed #000;
width: 70px;
content: "";
margin: 0 auto;
margin-top: 2rem;
}

h3 {text-transform:uppercase;
font-size:1.8rem;
line-height: 2.3rem;
margin-top: 1rem;
margin-bottom:2.5rem;
letter-spacing:0rem;
}

h4 {
font-size:1.6rem;
line-height: 2rem;
margin-top: 1rem;
margin-bottom:2.5rem;
letter-spacing:0rem;
}

/* quelltext-erklärungen - wenn vorhanden */

pre {white-space:pre-wrap;position:relative;
font-size:1.4rem;
font-family: arial, Verdana, Segoe, 'Open Sans',helvetica,roboto ,sans-serif;
padding:0rem 1rem 2rem 1rem;
margin:4rem auto;
text-align:center;
border:solid 1px rgba(0,0,0,.2);
background:#F9F9F7;
color:#328227;
border-radius:0rem;
}

pre .extra {display:inline-block;position:absolute;left:-1.5rem;top:1.5rem;font-size:1.8rem;
color:#fff;font-weight:normal;background:#A8A88C;padding:0 .5rem;
transform:rotate(-45deg);
}


/*  ----------------------------------------  */
/* allgemeine links */
/*  ----------------------------------------  */

a {color:#000;
text-decoration: underline;
}

a:hover {color:#000;
text-decoration: none  ;
}



/* ############################################################ */
/*  speziell*/
/* ############################################################ */


/* bilder -anpassen der grösse */
img {max-width: 100%;display:block;
margin:0 auto;
height: auto;
}


/*  ----------------------------------------  */
/* LISTE-SPEZIAL  */
/*  ----------------------------------------  */

ul.liste-spez   {
margin:2rem 0rem 2rem 2rem;
padding:0 1rem;
}

.liste-spez li {list-style:none;
list-style-position: inside; /* rückt gfls zweite zeile ein*/
text-indent:-1.5rem; /* rückt zweite gfls zeile ein*/
padding-left:1.5rem; /* rückt zweite gfls zeile ein*/
}

.liste-spez li: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:"\f30b";
margin-right:1.5rem;
color:#328227;
transform:scale(1);
transition:all .3s ease-out;
}

.liste-spez li:hover:before  {
transform: translate(10px);
color:black;
}

.liste-spez li a  {text-decoration:underline; }
.liste-spez li a:hover  {text-decoration:none; }


/*  ----------------------------------------  */
/*   MEHR LESEN-BUTTON  */
/*  ----------------------------------------  */

.button  {display:block;
margin:4rem 0 1rem 0;
text-align:center;
}

.button .mehr_lesen a {display:inline-block;
background:#328227;
color:#fff;
text-decoration:none;
padding:.4rem 3rem .4rem 1rem;
border-radius:0;border:solid 1px rgba(0,0,0,.2);
}

.button .mehr_lesen a:hover {color:#fff;
background:#328227;
}


/*  icon beim MEHR LESEN-BUTTON */

.button .mehr_lesen 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:"\f054" ;
transform:scale(.9);
color:#08610a;
padding: 0 1rem;
margin:0;
}

.button .mehr_lesen a:hover:before {color:gold; }



/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */
/*  GRID-SYSTEM  - für Bilder / Spalten */
/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */

/*  boxen - grundsystem */

.wrapper-box {display:block;
text-align:center;
padding:0rem;margin:0;
}

.box {display:inline-block;
font-size:1.4rem;
width:100%;
text-align:left;
vertical-align:top;
padding:.4rem;
margin:0rem -.22rem 0rem -.22rem ;/* 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%; }


/*  boxen - für mögliche abweichungen vom boxen-grundsystem */

.inhalt-b .box-1_of_1 {width: 100%; }
.box-1_of_4b  {width: 50%; }
#gallery .box-1_of_3 {width:33.33%; }
#fuss .box-1_of_3  {width: 100%; }
#fuss-2 .box-1_of_1  {width: 100%;}


/*  boxen - extra style foto-galerie/lightbox */

#gallery .box  img {border:solid 1px silver; }
#gallery img:hover  {opacity:.6 }



/*  boxen - boxen mit text */

article.text {
margin:0;
padding:1rem .5rem 0rem .5rem ;
}

article.text h3 {font-size:1.4rem;
line-height:1.8rem;
margin: 0rem 1rem 1rem 0rem;
text-align:left;
}

article.text p {
margin:-.5rem 0;
}



/* ############################################################ */
/* bereich header */
/* ############################################################ */

header {margin:0 auto;height:100%;background:#808080;
}


/* ############################################################ */
/* bereich top */
/* ############################################################ */

#top {display:block;background:#167b18;
margin: 0 auto ;
padding:0rem 0rem;
}

#top .box {display:block;;
background-position:50% 50%;
background-repeat:no-repeat;
background-size:cover;
text-align:center;
padding:1rem 1rem;
margin:0 auto;
}

#top .box:nth-child(2) { }

.name {display:block;
font-family:'old_standard_ttitalic';
letter-spacing:1px;
margin:0rem;
padding:.5rem;
font-size:2.9rem;
line-height: 3.2rem;
color:#fff;
text-shadow:0 1px 0px rgba(0,0,0,.5);
text-transform:none;;
}

/* slogan */
.name span {display:block;
color:gold;
margin:.5rem;
font-size:1.9rem;
line-height: 2.2rem;
}



/* ----- icons ----- */

#top ul.icons { display:inline-block;
margin:-2rem 0 0 0 ;
padding:0;
}

#top .icons li,
#top .icons li a { display:inline-block;
list-style:none;
background:#328227;
color:white;
border-radius:0rem;
margin:0rem -.1rem .2rem -.1rem ;
font-size:1.5rem;
height:3rem;
line-height:3rem;
width:3rem;
text-align:center;
}


#top .icons li a:hover {
color:red;background:white;
margin:0rem ;
}


/* ############################################################ */
/* bereich logo */
/* ############################################################ */

#logo {
display:table;
width: 100%;height:100%;
border-spacing:0rem 0rem;
table-layout:fixed;
border-collapse:separate;
padding:0;margin:0 auto;

background-position:50% 50%;
background-repeat:no-repeat;
background-size:cover;
border:solid 1rem #1c7625;
}

#logo.home {background-image:url(../images/logo.jpg) }
#logo.primus {background-image:url(../images/logo04.jpg) }
#logo.secundus {background-image:url(../images/logo02.jpg) }
#logo.tertius {background-image:url(../images/logo05.jpg) }
#logo.quartus {background-image:url(../images/logo03.jpg) }
#logo.quintus {background-image:url(../images/logo07.jpg) }
#logo.sextus {background-image:url(../images/logo06.jpg) }
#logo.medi {background-image:url(../images/logo09.jpg) }

#logo .box {display:table-cell;width:auto;height:33rem;
text-align:center;vertical-align:middle;
padding:1rem 0rem;
margin:0;
}

#logo .box:nth-child(2) {width:27rem;text-align:right;
border-bottom-left-radius:20rem;
border-top-left-radius:20rem  ;
padding:1rem;
background:rgba(0,0,0,.6);
border-left:solid 1.2rem white;
}


/* ############################################################ */
/* bereich spacer */
/* ############################################################ */

.spacer {
display:block;background:#08610a;
margin: 0 auto ;
padding:0rem 0rem;
min-height:1.5rem;
line-height:1.5rem;
padding:1rem 2rem;
border-top:solid 1.2rem  ;
border-color:rgba(0,0,0,.2);
font-size:1.5rem;
}

.spacer.btm {
border-top:0  ;
border-bottom:solid 1.2rem  ;
border-color:rgba(0,0,0,.2);
}

.spacer-a {display:block;
margin:0 auto;
text-align:right;
color:white;
}

/* icon beim spacer */
.spacer .seitentitel {text-transform:uppercase;
color:white;
}

/* icon beim spacer */
.spacer i {
color:gold;
}


/* ############################################################ */
/* bereich inhalt */
/* ############################################################ */

main {display:block;margin:0 auto;
padding:0rem 0rem 0rem 0rem;background:#F0F0F0;
}

#inhalt {display:block;
background:#fff;
padding:0rem;
margin:0 auto;
}

.inhalt-a {display:block;
margin:0 auto;
padding:4rem 2.5rem 4rem 2.5rem;
}

.inhalt-b {display:block;
background:#F4F7F4;
margin:0 auto;;
text-align:center;
padding:5rem 2.5rem 5rem 2.5rem ;
}

.inhalt-b .box {text-align:left;padding:0rem 0rem 3rem 0rem; }

.inhalt-b .box h3 {background:transparent;
color:#7F7F7F;
font-size:1.5rem;
font-weight:normal;
text-transform:none;
margin-top: 0rem;
margin-bottom:1.5rem;
padding:.2rem .4rem;
border:solid 1px #DFDFDF
}

/* menu 2  */

.menu2 ,
.menu2  ul,
.menu2  li {
margin: 0;
padding: 0;
border: 0;
}

.menu2  {width:100%; }

.menu2 ul { display:block;
text-align:left;padding-left:2.2rem;
}

.menu2 li {
width:100%;
list-style-type: square;
color:#227f3c
}

.menu2 li a {display:inline-block;
line-height:2.4rem;
display : inline;
width : 100%;
text-align:left;
color:#2B2D2F;
text-decoration: none;
padding:.1rem .2rem;
}

.menu2 li a:hover {
background:#2f2f2f;
color:#fff;
text-shadow:none;
text-decoration: none;
}


/*  ----------------------------------------  */
/* box information  */
/*  ----------------------------------------  */

#information  {display:block;text-align:center;  }

#information  .box {display:inline-block;
background:#F4F7F4;
padding:.8rem ;
margin-bottom:2rem;
POSITION:relative;
border:0;
}

#information .button  {text-align:right;margin-right:4.4rem ;}

/* button wird am unteren rand der box platziert  */
#information .button span.mehr_lesen a {display:inline-block;
POSITION:absolute;
bottom:0;
margin:0;
padding:.4rem 1rem .4rem 1rem;
}



/* ############################################################ */
/* bereich fuss */
/* ############################################################ */

footer {
background:#08610a;
margin:0 auto;
padding:0rem 0rem 0rem 0rem ;
}

#fuss {display:block;background:#1f1f1f;
width:100%;
margin: 0 auto;
padding:0 ;
}

.fuss-a {display:block;
margin: 0 auto;
padding:0 1.5rem;
}

#fuss-2 {padding:0rem ;background:#2f2f2f;
margin:0 auto;
width:100%;
border-top:solid 1px rgba(0,0,0,.1);
}

.fuss-2a {display:block;
margin: 0 auto;
padding:0rem 1.5rem;
}

#fuss .box,
#fuss-2 .box  {
text-align:left;
padding:1rem 1rem;
margin-bottom:1rem;
}

#fuss-2 .box   {
margin-bottom:0rem;
}

#fuss .box h3 {
text-align:left;
font-size:1.4rem;
color:#fff;
font-weight:bold;
margin-bottom:1rem;
}


/*  ----------------------------------------  */
/*  die wesentlichen schriftformate für den gesamten footer plus fussmenu und fussmenu-2 */
/*  ----------------------------------------  */

#fuss,
#fuss li a,
#fuss-2,
#fuss-2 li a,
.fussmenu li.kein-link {
color:#DFDFDF;
font-size:1.4rem;
line-height:2.2rem;
text-decoration:none;
}
/*  ------  */


.fussmenu  ul {text-align:left;padding: 0;margin: 0; }
.fussmenu  li {list-style:none;padding-left:0rem;margin:0 }
.fussmenu  li.kein-link {}
#fuss li a:hover {color:#fff;text-decoration:underline }

.fussmenu-2 li {margin:0 .5rem;}
#fuss-2 li a:hover {color:#fff;text-decoration:underline;  }



/* ############################################################ */
/* M E D I A   Q U E R I E S */
/* CSS Bildschirmabfragen */
/* ############################################################ */

/* ==================================== ab 320 pixel ================================== */
@media (min-width: 320px) {

/*
 - hinweis -
für die kleinste smartphone-auflösung von 320 pixel benötigen wir KEINE bildschirmabragen (css-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) {

/* - - - - -   GRID-SYSTEM    - - - - - */
.box-1_of_1  {width: 70%;  }
.box-1_of_2  {width: 50%; }
.box-1_of_3  {width: 33.33%;  }
.box-1_of_4  {width: 50%; }
#fuss .box-1_of_3  {width: 50%; }
/* - - - - - ende  GRID-SYSTEM  - - - - - */
}


/* ==================================== ab 580 pixel ================================== */
@media (min-width: 580px) {

html {font-size:68%; }

#top {display:table;
width: 100%;height:100%;
border-spacing:2rem .2rem;
table-layout:fixed;
border-collapse:separate;
padding:.5rem 0;
}

#top .box {display:table-cell;text-align:left;vertical-align:middle; }
#top .box:nth-child(2) {text-align:right;width:20rem; }
#top ul.icons { margin:0rem 0 0 0 ; }

.inhalt-b .box {width: 70%; }

/* - - - - -  GRID-SYSTEM  - - - - - */
#information  .box {width:75%; }
/* - - - - - ende  GRID-SYSTEM  - - - - - */

.fussmenu-2  li {display:inline-block; /* menü wechselt von vertikal nach horizental */
}

}


/* ==================================== ab 640 pixel ================================== */
@media (min-width: 640px) {

#inhalt,
#top,
#logo,
#fuss,
#fuss-2,
.spacer {width:90%; }

}


/* ==================================== ab 760 pixel ================================== */
@media (min-width: 760px) {


#inhalt,
#top,
#logo,
#fuss,
#fuss-2,
.spacer {width:100%; }

#inhalt {display:table;
width:100%;
height:100vh;
table-layout:fixed;
border-collapse:separate;
}

.inhalt-a {display:table-cell;width:100%;
vertical-align:top;
padding:4rem 3rem 8rem 3rem;
}

.inhalt-b {display:table-cell;
width:22rem;
vertical-align:top;
padding:4rem 1.5rem 4rem 1.5rem;
}

.inhalt-b .box h3 {text-align:left; }

/* - - - - -   GRID-SYSTEM    - - - - - */
.box-1_of_4  {width: 25%; }
.inhalt-b .box {width: 100%; }
#fuss .box-1_of_3  {width: 33.33%; }
/* - - - - - ende  GRID-SYSTEM  - - - - - */

}


/* ===================================== ab 800 pixel ================================= */
@media (min-width: 800px) {

/* keine angabe */

}


/* ===================================== ab 960 pixel ================================= */
@media (min-width: 960px) {

#inhalt,
#top,
#logo,
#fuss,
#fuss-2,
.spacer {width:90%; }

/* - - - - -  GRID-SYSTEM  - - - - - */
.box-1_of_1  {width: 50%; }
#fuss .box-1_of_4  {width: 25%; }
/* - - - - - ende  GRID-SYSTEM  - - - - - */

#information  {display:table;
width: 100%;
border-spacing:.8rem .1rem;
table-layout:fixed;
border-collapse:separate;
padding:0;
}

#information .box {display:table-cell;vertical-align:top; }

}


/* ===================================== ab 1024 pixel ================================= */
@media (min-width: 1024px) {

pre {width:70%; }

}


/* ===================================== ab 1200 pixel ================================= */

@media (min-width: 1200px) {

#inhalt,
#top,
#logo,
#fuss,
#fuss-2,
.spacer {width:80%; }

}


/* ===================================== ab 1400 pixel ================================= */

@media (min-width: 1400px) {

html {font-size:74%; }

}


/* +  +  +  +  + +  +  +  +  +  C O D E ENDE  +  +  +  +  +  +  +  +  +  + */