

/* = = = = = = = = = = = = = = = = = 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 {overflow-x:hidden;
font-size:1.7rem;
margin: 0 auto;
}



/* ü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.4rem;
margin-top: 2rem;
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:transparent;
text-decoration: underline;
}

a:hover  {
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 {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';/* - 'Font Awesome 5 Free' for Regular and Solid symbols;
                                     - 'Font Awesome 5 Brands' for Brands symbols. */
content:"\f0eb";
font-weight: 900;/* Weight of the font (by fontawesome)- use:
               - 400 for Regular and Brands symbols;
               - 900 for Solid symbols. */
margin-right:1.5rem;
margin-left:0rem;
color:#C64027;
transition:all .3s ease-out;
}

.liste-1-special li:hover:before  {
color:steelblue;
font-weight: 900;/* Weight of the font (by fontawesome)- use:
               - 400 for Regular and Brands symbols;
               - 900 for Solid symbols. */
}

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



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

.section-logo {display:table;
width:100%;
margin:0;
padding:0;background-image:url(../images/logo01.jpg);
background-position:50% 60%;
background-repeat:no-repeat;
background-size:cover;
}

.logo-1  {display:table-cell;vertical-align:middle;
width:100%;height:50vh;
margin: 0 ;
text-align:center;
padding:0 1rem;
}

.logo-2 {display:table-cell;
width:100%;height:50vh;vertical-align:middle;
background:rgba(0,0,0,.7);/* IE9 */
background:repeating-radial-gradient(circle, transparent, rgba(255,255,255,.8) , transparent 85px);
box-shadow:0px 0px 3px #000 , inset 0 0 3px black;
margin: 0 ;
padding:1rem;
text-align:center;
transition:background 1s ease-out;
}

.logo-2:hover {background:rgba(0,0,0,.5);
animation:light .6s 2 ease-out ;
}

.tabrow {display:table-row;
}

/* name */

#name  {display:block;
background:transparent;
color:#C64027;text-shadow:0px 0px 3px #000;
font-weight:bold;
font-size:2.2rem;
line-height:2.3rem;
padding:0rem 0rem;text-align:center;
text-transform:uppercase;
}

#name span {
color:#DFDFDF;
font-size:1.8rem;
text-transform:none;
}


/* ############################################################ */
/* bereich content */
/* ############################################################ */

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

.content {
display:table-cell;
width:100%;
margin: 0 auto;
padding:6rem 8vw 8rem 8vw;
text-align:left;
vertical-align:top;
}

/* infobox (bilder mit textumfluss) */

.infobox {display:block;
margin: 0 auto ;
margin-top:3.5rem;
margin-bottom:3.5rem;
padding:1.1rem;
width:100%;
}

.infobox img {display:block; }

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


/*  ----------------------------------------  */
/*  NTH-CHILD(n) - gilt fuer alle abschnitte im inhaltsbereich */
/*  ----------------------------------------  */

/*   WEITER-BUTTON */

.section-content:nth-child(n) .weiter a {
display:inline-block;
background:#C64027;
background-image:linear-gradient(to top,rgba(0, 0, 0, 0.3) 50%,rgba(0, 0, 0, 0.1) 50%);
color:#EFEFEF;
box-shadow: 0 0px 1px #000 ;
padding:.4rem 1.6rem .4rem 1.2rem;
border-radius:36rem;
margin:0 ;text-decoration:none;
}

.section-content:nth-child(n) .weiter a:hover {
background:tomato;
background-image:linear-gradient(to top,rgba(0, 0, 0, 0.3) 50%,rgba(0, 0, 0, 0.1) 50%);
color:#fff;
}

.section-content:nth-child(n) .weiter 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:"\f0da";
color:#FF4646;
padding:.2rem 0;
margin:0 .6rem 0em .4rem;
}

.section-content:nth-child(n) .weiter a:hover:before {color:#fff;
}


/*  ----------------------------------------  */
/*  NTH-CHILD(odd) - jeder ungerade abschnitt im inhaltsbereich, also der 1, 3, 5 usw  abschnitt */
/*  ----------------------------------------  */

.section-content:nth-child(odd) {
background:#333434;
color:#CACACA;
}

.section-content:nth-child(odd) h1 ,
.section-content:nth-child(odd) h2 ,
.section-content:nth-child(odd) h3 {
color:#cacaca;
}

/*   allg. links */

.section-content:nth-child(odd)  a  {color:#cacaca; }
.section-content:nth-child(odd)  a:hover  {color:#cacaca; }

/* bilder  */

.section-content:nth-child(odd) .infobox {background:#464646;box-shadow:0 0 3px #000; }

.section-content:nth-child(odd).box img,
.section-content:nth-child(odd) .box a img {display:block;
box-shadow:0 0 3px #000;
width: 100%;
height: auto;
border:solid 1.2rem #464646;
}


/*  ----------------------------------------  */
/*  NTH-CHILD(even) - jeder gerade abschnitt im inhaltsbereich, also der 2, 4, 6 usw  abschnitt */
/*  ----------------------------------------  */

.section-content:nth-child(even) {
background:#F3F1F3;
color:#000;
}

.section-content:nth-child(even) h1 ,
.section-content:nth-child(even) h2 ,
.section-content:nth-child(even) h3 {
color:#000;
}

/*   allg. links */

.section-content:nth-child(even)  a  {color:#000; }
.section-content:nth-child(even)  a:hover  {color:#000; }

/* bilder  */

.section-content:nth-child(even) .infobox {background:#EFEFEF; box-shadow:0 0 3px #9F9F9F; }

.section-content:nth-child(even).box img,
.section-content:nth-child(even) .box a img {display:block;
box-shadow:0 0 3px #9f9f9f;
width: 100%;
height: auto;
border:solid 1.2rem #efefef;
}




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


.section-fuss {display:table;
width:100%;
margin:0;
padding:0;background-image:url(../images/logo02.jpg);
background-position:50% 50%;
background-repeat:no-repeat;
background-size:cover;
}

.fuss {display:table-cell;
width:100%;height:50vh;vertical-align:middle;
background:rgba(0,0,0,.7); /* IE9 */
background:repeating-radial-gradient(circle, transparent, rgba(0,0,0,.5) ,transparent 85px);
box-shadow:0px 0px 3px #000 , inset 0 0 3px black;
margin: 0 ;
padding:1rem;
text-align:center;
transition:background 1s ease-out;
}

.fuss:hover {background:rgba(0,0,0,.5);
}


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

#menu-fuss ul {text-align:center;
padding:0;
margin:0;
}

#menu-fuss  li {list-style:none;display:inline;
line-height:3rem;
padding:0rem .2rem;
margin:0;
}

#menu-fuss li a {text-shadow:0px 0px 2px #000;font-weight:bold;
text-decoration : none;
font-size:1.4rem;
letter-spacing:1px;
padding:0rem .3rem ;
margin: 0;
color:#DFDFDF;
white-space:nowrap;
}

#menu-fuss li a:hover {background:transparent;
color:#EFEFEF;text-shadow:0px 0px 1px #000;
text-decoration:underline;
}

#menu-fuss  li:after {display:inline;
content:"\ | ";
margin-right:0rem;
margin-left:0rem;
color:#BFBFBF;
}

#menu-fuss  li:last-child:after {
content:"";
}


/* fussname */

#fussname  {display:block;
color:#fff;
background:#535353;
font-weight:normal;
text-align:center;
font-size:1.5rem;
padding:2vh 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) {

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



}


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

.logo-1, .logo-2 ,.fuss {height:15rem; }

.box-1_of_1 {width: 50%; }
.box-1_of_2 {width: 50%; }
.box-1_of_3 {width: 33.33%;  }
.box-1_of_4 {width: 50%; }

}


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

/* keine angabe */

}


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

html {font-size:70%;}

}


/* ==================================== 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%; }

}


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

@media (min-width: 1400px) {

html { font-size:80%; }

}





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