

/* = = = = = = = = = = = = = = = = = 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;
color:#9f9f9f;
}

h1, h2, h3, h4, h5 {text-align:left;
font-weight:normal;color:#D6E2E2;
}

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

h2 {text-transform:uppercase;
font-size:2.5rem;
line-height: 3rem;
margin-top: 1rem;
margin-bottom: 4.5rem;
}

h2:after {display:block;
border-top: 4px solid #6D9696;
width: 60px;
content: "";
margin: 0;
margin-top: .5rem;
}

h3 {
font-size:1.8rem;
line-height: 2.3rem;
margin-top: 1rem;
margin-bottom:2.5rem;
letter-spacing:0rem;
text-transform:uppercase;
}

/* 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 0.1rem rgba(0,0,0,.1);
background:#D3DEDE;
color:#344545;
border-radius:1.5rem;
}

pre .extra {display:inline-block;position:absolute;left:-1.5rem;top:1.5rem;font-size:1.8rem;
color:#fff;font-weight:normal;background:#6D9696;padding:0 .5rem;
transform:rotate(-45deg);
}


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

/* bilder -anpassen der grösse */
img {max-width: 100%;display:block;
margin:0 auto;
height: auto;
}


/*  ----------------------------------------  */
/* allgemeine links */
/*  ----------------------------------------  */

a {color:#9f9f9f;
text-decoration: underline;
}

a:hover {color:#9f9f9f;
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:#6C9191;
color:white;
text-decoration:none;
padding:.4rem 2.5rem .4rem .5rem;
}

.button .mehr_lesen a:hover {color:black;
background:#D5E1E1;
}


/*  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:"\f30b" ;
transform:scale(1);
color:white;
padding: 0 1rem;
margin:0;
}

.button .mehr_lesen a:hover:before {color:#446060; }



/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */
/*  GRID-SYSTEM  - für Bilder / Spalten */
/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */

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

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

/* bei verschachtelung - wenn eine box eine weitere box enthält*/
.container.box {
padding:0rem;
}

/*  boxen - grundsystem */
.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 */

.container.box-1_of_2  {width: 100%; }
.box-1_of_4b  {width: 50%; }
#gallery .box-1_of_1 {width:100%;}
#gallery .box-1_of_2 {width:50%;  }
#gallery .box-1_of_3 {width:33.33%; }
#fuss .box-1_of_4  {width: 100%; }
#fuss-2 .box-1_of_1  {width: 100%;}

/*  boxen - extra style foto-galerie/lightbox */
#gallery .box  img {border:solid 10px #516F6F;box-shadow:0 0 5px rgba(0,0,0,.6); }
#gallery img:hover  {border:solid 10px ghostwhite; }


/*  boxen - boxen mit überschriften/text */

article.text {
padding:0 0 0 1rem;
margin:0;
}

article.text h3 {
text-align:left;
font-size:1.8rem;
margin-top:2rem;
margin-bottom:1rem;
}



/* ############################################################ */
/* bereich header */
/* ############################################################ */

header {background:#2D3E3E;color:#D1DEDE}


/* ############################################################ */
/* bereich top */
/* ############################################################ */

#top {display:block;
margin: 0 ;
padding:4rem 0rem 0rem 0rem;
}

.top-a {display:block;
text-align:center;
padding:1rem ;
}

.top-b {display:block;background:#436370;
text-align:center;
padding:1rem;
margin:0
}

.name {display:block;font-family:'old_standard_ttitalic';
letter-spacing:1px;
margin:0rem;
padding:0rem 0rem;
font-size:2.2rem;
line-height: 2.5rem;
color:#D1DEDE;
text-transform:none;
text-shadow:none;
}


/* ----- icons ----- */

#top ul.icons { display:block;
list-style:none;
margin:0;
padding:.5rem 0;
}

#top .icons li { display:inline-block;
padding:0 .2rem;
}

#top .icons i {display:inline-block;
color:#6D9696;
font-size:1.8rem;
line-height:2.2rem;
padding:0 1rem 0rem 0;
}

#top .icons i:hover {
color:#53686F;
}



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

#logo {display:block;
margin: 0 auto;
padding:0rem;
overflow:hidden;
}

.logo-a {height:100vh;
background-image:url(../images/logo01.jpg);/* dieses bild wird nur angezeigt, falls sie den kompletten bildwechsler (slider) löschen */
background-position:50% 50%;
background-repeat:no-repeat;
background-size:cover;
}



/* ############################################################ */
/* bereich inhalt */
/* ############################################################ */

main {display:block;
padding:0rem 0rem 0rem 0rem;
}

#inhalt {display:block;width:100%;
padding:0rem 0rem 0rem 0rem;
margin:0 auto;
}

.section-inhalt {display:block;
width:100%;
margin:0;
padding:0rem;
}

.inhalt-a {display:block;
width:100%;
margin:0 auto;
padding:6rem 2rem 6rem 2rem;
}


/*  ----------------------------------------  */
/*  NTH-CHILD - jeder ungerade (odd) abschnitt, also 1, 3, 5 , 7 usw. */
/*  ----------------------------------------  */

.section-inhalt:nth-child(odd) {
background:#444548;
}


/*  ----------------------------------------  */
/*  NTH-CHILD - jeder gerade (even) abschnitt , also 2, 4, 6 , 8 usw. */
/*  ----------------------------------------  */

.section-inhalt:nth-child(even) {
background:#2D3537;
}


/*  ----------------------------------------  */
/* box information  */
/*  ----------------------------------------  */

#information  {display:block; }

#information  .box {display:inline-block;
margin-bottom:5rem;
POSITION:relative;
}

#information .button  {text-align:left;margin-left:1rem ;}

/* 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:whitesmoke;
padding:1rem 0rem 0rem 0rem ;
}

#fuss {display:block;
width:100%;
margin: 0 auto;
padding:0 ;
}

.fuss-a {display:block;
margin: 0;
padding:0 1rem;
}

#fuss-2 {padding:0rem ;
margin:0 auto;
width:100%;
background:ghostwhite;
border-top:solid 1px rgba(0,0,0,.1);
}

.fuss-2-a {display:block;
margin: 0;
padding:0rem 1rem;
}

#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.6rem;
color:#000;
font-weight:bold;
margin-bottom:1rem;
}


/* fussmenu plus die wesentlichen schriftformate für den gesamten footer */

#fuss,
#fuss-2,
#fuss li a,
#fuss-2 li a,
.fussmenu li.kein-link {
color:#273636;
font-size:1.5rem;
line-height:2.2rem;

}

.fussmenu  ul {text-align:left;list-style: none;padding: 0;margin: 0; }

.fussmenu-2 li {margin:0 .5rem; }

#fuss li a,
#fuss-2 li a {text-decoration:underline; }

#fuss li a:hover,
#fuss-2 li a:hover {color:#273636;;text-decoration:none; }


/* fussmenu - die social media icons */

.social i {font-size:1.2rem;
color:#808080;
padding-right:.6rem;
}

.social  a:hover i {transform:scale(1.2); }



/* ############################################################ */
/* 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) {

.inhalt-a  {width:90%;}

/* - - - - -   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_4  {width: 50%; }
/* - - - - - ende  GRID-SYSTEM  - - - - - */

}


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

html {font-size:70%; }

/* - - - - -  GRID-SYSTEM  - - - - - */
#information  .box {width:75%; }
/* - - - - - ende  GRID-SYSTEM  - - - - - */

.fussmenu-2 ul {text-align:center; }
.fussmenu-2 ul li {display:inline; /* menü wechselt von vertikal nach horizental */ }

}


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

/* keine angabe */


}


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

header {height:auto;}

#top {display:table;
width: 100%;height:100%;
border-spacing:0rem 0rem;
table-layout:fixed;
border-collapse:separate;
padding:0rem 0;
}

.top-a {display:table-cell;text-align:center;vertical-align:middle;width:50%; }
.top-b {display:table-cell;text-align:center;vertical-align:middle;width:50%;background:transparent; }

.logo-a {height:26rem; }

.inhalt-a  {width: 96%;}

.box {font-size:1.3rem; }

article.text h3 {font-size:1.3rem; }

/* - - - - -   GRID-SYSTEM    - - - - - */
.box-1_of_4  {width: 25%; }
.container.box-1_of_2  {width: 50%; }
#gallery .box-1_of_3 {width:33.33%; }
/* - - - - - ende  GRID-SYSTEM  - - - - - */


#information  {display:table;
width: 100%;
border-spacing:.5rem .1rem;
table-layout:fixed;
border-collapse:separate;
}

#information  .box {display:table-cell;vertical-align:top; }


#fuss,
#fuss-2,
#fuss li a,
#fuss-2 li a,
.fussmenu li.kein-link {font-size:1.3rem;
}

#fuss .box h3 {font-size:1.3rem; }

}


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

/* - - - - -  GRID-SYSTEM  - - - - - */
.box-1_of_1  {width: 50%; }
#fuss .box-1_of_4  {width: 25%; }
/* - - - - - ende  GRID-SYSTEM  - - - - - */

}


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

pre {width:70%; }

}


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

@media (min-width: 1200px) {

html {font-size:78%; }

.inhalt-a  {width:80%;}

}


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

@media (min-width: 1400px) {

#fuss {width:80%;}

}


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