

/* = = = = = = = = = = = = = = = = = 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 {background:#333434;
color:#CACACA;
font-size:1.7rem;
margin: 0 auto;
}

/* andere zeilenabstände, absatz */
.content br {
line-height:.5;
}


/* ü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;color:#FF6700;
font-size:2.9rem;
line-height: 3.1rem;
margin-top: 2rem;
margin-bottom: 3.5rem;
font-weight:bold;
}

h2:first-letter {text-align:left;color:#fff;
font-size:3.2rem;
}

h3 {color:#EFEFEF;
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:transparent;
color:#CACACA;
text-decoration: underline;
}

a:hover  {color:#CACACA;
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 ul  {
margin:0 2rem 0 2rem;
padding:0;
}

.liste-1  li {list-style:square;
padding:0rem;line-height:3rem;
margin:0;
}

.liste-1 li a  {text-decoration:underline; }
.liste-1 li a:hover  {text-decoration:none; }



/* --- liste  speziell (mit animiertem icon)  ---*/

.liste-1-special ul  {
margin:0 2rem 0 2rem;
padding:0;
}

.liste-1-special  li {list-style:none;
padding:0rem;line-height:3rem;
margin:0;
list-style-position: inside; /* rückt gfls zweite zeile ein*/
text-indent:-1.6rem; /* rückt zweite gfls zeile ein*/
padding-left:1.6rem; /* rückt zweite gfls zeile ein*/
}

.liste-1-special li:before {display:inline-block;
font-family:'Font Awesome 5 Free';
content:"\f30b";
font-style: normal;
font-variant-caps: normal;
font-variant-ligatures: normal;
font-weight: 900;/* Weight of the font (by fontawesome)- use:
               - 400 for Regular and Brands symbols;
               - 900 for Solid symbols. */
text-rendering: auto;
-webkit-font-smoothing: antialiased;
text-decoration: none;
margin-right:1.5rem;
margin-left:0rem;
color:#FF6700;
transform:scale(.7);
transition:all .3s ease-out;
}

.liste-1-special li:hover:before  {
transform: translate(10px);
color:#fff;
}

.liste-1-special li a  {text-decoration:underline; }
.liste-1-special li a:hover  {text-decoration:none; }



/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */
/*  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:100%;
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:100%;
}
 .box img,
.box a img {display:block;
width: 100%;
height: auto;
border:solid 1.2rem #cfcfcf;
}


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

.section-logo {display:table;
width:100%;
margin:0;
padding:0;
}

.logo-1  {display:inline-block;
width:100%;
margin: 0 ;
text-align:left;
padding:4vh 8vw;
}

.logo-2 {display:inline-block;
width:100%;
background:#FF6700;/* IE9*/
background:linear-gradient(to right,#FF6804, #F44300);
margin: 0 ;
padding:4vh 6vw;
text-align:center;
}


/* name */

#name  {display:block;
background:transparent;
color:#000;
font-weight:bold;
font-size:2.2rem;
line-height:2.3rem;
padding:0rem 0rem;
}

#name span {font-weight:normal;
font-size:2rem;
font-style:italic;
}

/* seitentitel - z.b.  -home- */
#name b {display:block;font-weight:normal;
font-size:1.6rem;text-transform:uppercase;
animation:move 2.5s  linear;
}

/* icon vor dem seitentitel*/
#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:"\f0da";
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:gold;
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:7vh 8vw;
text-align:left;
vertical-align:top;
}

/* infobox */

.infobox {display:block;
background:#CFCFCF;
margin: 0 auto ;
margin-top:3rem;
margin-bottom:3rem;
padding:1.2rem;
width:100%;
}

.infobox img {display:block; }

.infobox.box-mi ,
.infobox.box-li ,
.infobox.box-re { float:none; }


/* ############################################################ */
/* bereich fuss */
/* ############################################################ */

.section-fuss {
width:100%;
margin:0;
}

.fuss {display:inline-block;
background:#FF6700;/* IE9*/
background:linear-gradient(to right,#FF6700, orangered);
text-align:center;
width:100%;
text-align:center;
padding:3vh 6vw ;
}

/* -----menu  ----- */

#menu-fuss ul {text-align:center;
padding:0rem;
margin: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:#000;
}

#menu-fuss li a:hover {background:transparent;
color:#fff;
text-decoration:underline;
}


/* fussname */

#fussname  {display:block;
color:#fff;
background:transparent;
font-weight:normal;
font-size:1.5rem;
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:solid 3px #000;padding-right:2rem; }

.logo-1 {padding:6vh 8vw; }
.logo-2 {padding:6vh 8vw;text-align:right; }

.infobox.box-mi ,
.infobox.box-li ,
.infobox.box-re {width:60%; }

.box-1_of_1 ,
.box-1_of_2 ,
.box-1_of_3 ,
.box-1_of_4 {width:60%;
}

.liste-1 ul ,
.liste-1-special {margin:0 2rem 0 4rem; }

.fuss  {text-align:right; }
#menu-fuss {border-right:solid 3px #000;padding-right:2rem; }
#menu-fuss ul {text-align:right; }

}


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

.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%; }

}


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

/* keine angabe */

}


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

html {font-size:70%;}

.content {padding:7vh 8vw; }

}


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

.infobox.box-mi {width:33%; }
.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 }

.box-1_of_4 {width: 25%; }

}


/* ===================================== ab 1100 pixel ================================= */

@media (min-width: 1100px) {

html { font-size:75%; }

.content {padding:11vh 10vw; }

}


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

@media (min-width: 1400px) {

html { font-size:80%; }


}




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