

/* = = = = = = = = = = = = = = = = = 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;
height:100%;
}

body {background:#EDEFEF;
color:#2E3034;
font-size:1.7rem;
margin: 0 auto;
opacity:1;
}

/* andere zeilenabstände, absatz */
.content br {
line-height:.5rem;
}


/* überschriften */

h1, h2, h3, h4, h5 {
text-align:left;
letter-spacing:0px;
font-weight:normal;
text-transform:none;
}

h1 {
font-size:3.5rem;
line-height: 3.7rem;
margin-top: 0rem;
margin-bottom: 5.2rem;
}

h2 {text-align:left;
font-size:2.9rem;
line-height: 3.1rem;
margin-top: 0rem;
margin-bottom: 3.5rem;
font-weight:bold;
}


h3 {
font-size:2rem;
line-height: 2.8rem;
margin-top: 1rem;
margin-bottom:2.5rem;
letter-spacing:0rem;
font-weight:bold;
}

h4 {
font-size:1.8rem;
line-height: 2rem;
margin-top:1rem;
margin-bottom:2rem;
letter-spacing:0rem;
}


/* allgemeine links  */

a {background-color:transparent;
color:#2E3034;
text-decoration: underline;
}

a:hover  {color:#2E3034;
text-decoration:none;
}



/* ############################################################ */
/*  speziell*/
/* ############################################################ */

.container_haupt {height:100%;
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 {max-width: 100%;
height: auto;
margin:0 auto;
}

/* --- liste standard ---  */

.liste-1  {list-style-type:square;display:block;
padding:0;
margin:1rem 0 1rem 0rem;
}

.liste-1 li a  {text-decoration:underline; }
.liste-1 li a:hover  {text-decoration:none; }


/* --- liste  speziell (mit animiertem icon)  ---*/

.liste-1.style li {list-style:none;display:block;
padding:0;
margin:0 0 0 -2rem;
}

.liste-1.style li a  {text-decoration: none;
color:#2E3034;
}

.liste-1.style a:hover  {color:#2E3034;
text-decoration:underline;
}

.liste-1.style  li: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:"\f45f";*/
content:"\f35a";
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;
font-size:1.6rem;
text-decoration: none;
color:#3d4147;
font-weight:bold;
margin-right:1rem;
margin-left:0rem;
transition:all .5s ease-out;
}

.liste-1.style  li:hover:before  {
transform: rotate(0deg);
content:"\f35a";
color:#879e9e;
font-weight: 400;
}


/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */
/*  GRID-SYSTEM #1  - mit DISPLAY:INLINE-BLOCK */
/*  fuer boxen und bilder */
/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */

.wrapper-box {display:block;
text-align:center;
padding:0rem;
}

.box {display:inline-block;
width:30%;
vertical-align:top;
padding:.2rem;
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 {width:30%;
}

.wrapper-box .box img,
.wrapper-box .box a img {display:right;
width: 30%;
height: auto;
}


/* ############################################################ */
/* logo bereich */
/* ############################################################ */

.section-logo {display:table;
width:100%;
margin:0;
padding:0;
}

.logo-1 , .logo-2 {display:inline-block;
width:100%;
margin:0;
}

.logo-1 {text-align:right;padding:4vh 6vw; }

.logo-2 {padding:2vh 6vw;
background:#216d96; /* IE9 */
/*background:linear-gradient(to left, #44484f, #25272C);
background:linear-gradient(to right, #246d96, #24749f);*/
background:#216d96;
background:linear-gradient(to right, #216d96, #24749f);

text-align:left;
}

/* name */

#name  {display:block;
background:TRANSPARENT;
color:#2E3034;
/*color:#2E3034;#216d96;*/
color:#000;
font-weight:bold;
font-size:3.2rem;
line-height:3.3rem;
padding:0rem 0rem;
text-align:center;
}

#name span {font-weight:normal;
font-size:2rem;
font-style:none;
/*italic;*/
}

/* seitentitel - z.b.  -home- */
.seitentitel {display:block;
font-weight:normal;
font-size:1.6rem;text-transform:uppercase;
animation:move .s 1 linear;
}

/* fett */
.fett {display:left;
font-weight:bold;
font-size:2rem;text-transform:uppercase;
animation:move .s 1 linear;
}


/* icon vorangestellt*/
#name b: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. */
font-weight: 900;/*  Weight of the font (mandatory)
                     - 400 for Regular and Brands symbols;
                     - 900 for Solid symbols. */
content:"\f138";
font-size:1.6rem;
font-style: normal;
font-variant-caps: normal;
font-variant-ligatures: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
text-decoration: none;
color:#fff
/*color:#44484f;*/
padding: 0rem;
margin:0 .6rem 0 0;
}


/* ############################################################ */
/* bereich content */
/* ############################################################ */

.section-content {display:table;
width:100%;
margin:0;
padding:0;
}

.content {
display:table-cell;
width:100%;height:100vh;
margin: 0 auto;
padding:10vh 6vw;
text-align:left;
vertical-align:top;
}

.content2 {
display:table-cell;
width:100%;height:100vh;
margin: 0 auto;
padding:10vh 6vw;
text-align:center;
vertical-align:top;
}
/* infobox */

.infobox {background:#F8FAFA;
display:block;
font-size:1.4rem;
text-align:left;
margin: 0 auto ;
margin-top:3rem;
margin-bottom:3rem;
padding:2rem 2rem 2rem 2rem;
width:100%;
min-height:15rem;
border:solid 1px #bbc5c5;
}

.infobox.box-mi ,
.infobox.box-li ,
.infobox.box-re { float:none;text-align:left; }

.infobox h3 {
font-size:1.6rem;
line-height: 1.9rem;
margin-top: 0rem;
margin-bottom:1rem;
}

.infobox p {
margin:0 0 1rem 0 ;
}


/* ############################################################ */
/* bereich fuss */
/* ############################################################ */

.section-fuss {
width:100%;
margin:0;

}

.fuss {display:inline-block;
/*background:#44484f;
background:linear-gradient(to right, #44484f, #000);*/
background:#216d96;
background:linear-gradient(to right, #216d96, #24749f);
width:100%;
text-align:center;
border-top:1px solid white;
border-bottom:1px solid white;
padding:3vh 6vw ;
}

.totop {background-color:steelblue;
display:inline-block;vertical-align:middle;text-align:center;
padding:0.3rem;
border:solid 0.1rem #16293A;
}
.totop .fa {color:white;text-shadow:0.1rem 0.1rem 0.1rem steelblue;
}


/* -----menu  ----- */

#menu-fuss ul {text-align:center;
padding:0rem;
margin:1rem 0;
}

#menu-fuss  li {list-style:none;display:block;
padding:0rem .2rem;
margin:0;
}

#menu-fuss li a {display:inline-block;
text-decoration : none;
font-size:1.4rem;
letter-spacing:0rem;
padding:0rem ;
margin: 0;
color:#fff;
/*color:#aeaeae;*/
}

#menu-fuss li a:hover {background:transparent;
color:#fff;
text-decoration:underline;
}


/* fussname */

#fussname  {display:block;
color:#000;
background:transparent;
font-weight:normal;
font-size:1.5rem;
padding:3vh 0vw;
/*padding:3vh 6vw;*/
}


/* ############################################################ */
/* 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) {

#name  {border-right:dotted 3px #2E3034;
padding-right:2rem;
text-align:right;}

.logo-2  {text-align:right;}

.liste-1.style li {margin:0; }

.fuss  {text-align:right; }

#menu-fuss {border-right:dotted 3px #AEAEAE;padding-right:2rem;}
#menu-fuss ul {text-align:right; }

}


/* ==================================== ab 580 pixel ================================== */
@media (min-width: 580px) {

.logo-2  {background:linear-gradient(to right, #216d96, #24749f); }
/*{background:linear-gradient(to right, #44484f, #25272C); }*/



/* - - - - -   GRID-SYSTEM #1   - - - - - */
.box-1_of_1 {width: 50%; }
.box-1_of_2 {width: 50%; }
.box-1_of_3 {width: 33.33%;  }
.box-1_of_4 {width: 25%; }
/* - - - - - ende  GRID-SYSTEM #1 - - - - - */

}


/* ==================================== ab 640 pixel ================================== */
@media (min-width: 640px) {

/* keine angabe */

}


/* ==================================== ab 760 pixel ================================== */
@media (min-width: 760px) {

html {font-size:70%;}

.logo-1 {padding:5vh 8vw; }
.logo-2 {padding:0vh 8vw; }

.content {padding:7vh 8vw; }

}


/* ==================================== ab 960 pixel ================================== */
@media (min-width: 960px) {

.infobox.box-mi {width:90%; }
.infobox.box-li {float:left;width:33%;margin: 1.5rem 2rem 1rem 0; }
.infobox.box-re {float:right;width:33%;margin: 1.5rem 0 1rem 2rem; }

.content {text-align:justify }

}


/* ===================================== ab 1024 pixel ================================= */

@media (min-width: 1024px) {

/* - - - - -  GRID-SYSTEM #1   - - - - - */
.box-1_of_4 {width: 25%; }
/* - - - - - ende  GRID-SYSTEM #1  - - - - - */

}


/* ===================================== ab 1100 pixel ================================= */

@media (min-width: 1100px) {

html { font-size:75%; }

.logo-1 {padding:5vh 10vw; }
.logo-2 {padding:5vh 10vw; }
.content {padding:11vh 10vw; }

}


/* ===================================== ab 1200 pixel ================================= */

@media (min-width: 1200px) {

.infobox.box-mi {width:55%;text-align:justify }

}


/* ===================================== ab 1400 pixel ================================= */

@media (min-width: 1400px) {

html { font-size:80%; }

}



/* +  +  +  +  + +  +  +  +  +  C O D E ENDE  +  +  +  +  +  +  +  +  +  + */