

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

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

p.break  {
line-height:7rem;margin:0;
}


/* überschriften */

h1, h2, h3, h4, h5 {
color:#fff;
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:normal;
}

h3 {
font-size:2rem;
line-height: 2.8rem;
margin-top: 1rem;
margin-bottom:2.5rem;
letter-spacing:0rem;
}

/*h2:after {text-align:left;
border-top: 6px solid #4684B7;
display: block;
width: 60px;
content: "";
margin: 8px 0 ;


} allgemeine links  */

a {background-color:transparent;
color:#ffffff;
text-decoration: none;
}

a:hover  {color:#ffffff;
text-decoration:none;
}



/* quelltext-erklärungen mit pre-tag - wenn vorhanden */
pre {white-space:pre-wrap;position:relative;
font-size:1.5rem;
padding:1rem 0.5rem 1rem 0.5rem;
margin:2rem auto;
text-align:center;
background:#f1f1f1;
color:#000;
border:none;
font-family:'open_sanslight',georgia, tahoma, arial, Verdana, Segoe, 'Open Sans',helvetica,roboto ,sans-serif;
}

pre .extra {display:inline-block;position:absolute;left:0rem;top:1rem;font-size:2rem;
color:#5F5F5F;font-weight:bold;
transform:rotate(-45deg);
}



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

.container_haupt {height:100%;
margin:0 auto;
padding:0;
width:100%;background:#fff;
}

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



/*   WEITER-BUTTON */

.btn span.weiter  {color:#fff;display:inline-block;
background:#3f3f3f;
text-decoration:none;
padding:.4rem 1.6rem .4rem 1.2rem;
border-radius:0;
cursor:pointer;
background:#1f1f1f;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1),
inset -1px 0 1px 1px rgba(0, 0, 0, 0.6),
inset 1px 0 1px 1px rgba(0, 0, 0, 0.6),
inset -5px 0 5px  rgba(80, 80, 80, 0.6),
inset 5px 0 5px  rgba(80, 80, 80, 0.6);
}

.btn span.weiter:hover {color:#000;background:#fff;
text-decoration:none;
}

.btn .weiter: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";
font-style: normal;
font-variant-caps: normal;
font-variant-ligatures: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
text-decoration: none;
color:#f44336;
padding:.2rem 0;
margin:0 .6rem 0em .4rem;
transition:transform .3s ease-out;
}

.btn .weiter:hover:before {

}



/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */
/*  GRID-SYSTEM #1  - mit DISPLAY:INLINE-BLOCK */
/*  BILDER UND BOXEN */
/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */

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

.box {display:inline-block;
width:100%;
vertical-align:top;
padding:.6rem;
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 ,
.box-1_of_5 ,
.box-1_of_6 {width:100%;
}

.box-1_of_1b {width: 100%; }
.box-1_of_4b {width: 50%; }

.wrapper-box  img,
.wrapper-box  a img {display:block;
width: 100%;padding:1.6rem;
height: auto;
border:0;
background:#1f1f1f;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1),
inset -1px 0 1px 1px rgba(0, 0, 0, 0.6),
inset 1px 0 1px 1px rgba(0, 0, 0, 0.6),
inset -10px 0 10px  rgba(80, 80, 80, 0.6),
inset 10px 0 10px  rgba(80, 80, 80, 0.6);
}



.wrapper-box  a:hover img {background:#fff;
box-shadow:inset -10px 0 10px  rgba(80, 80, 80, 0.3),
inset 10px 0 10px  rgba(80, 80, 80, 0.3);
}


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

.logo {display:table;
background:#484848;/* IE9 */
background:linear-gradient(to bottom ,#000 , #454545 ,#000);
width:100%;
margin:0;
padding:0;
text-align:center;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1),
inset -1px 0 1px 1px rgba(0, 0, 0, 0.6),
inset 1px 0 1px 1px rgba(0, 0, 0, 0.6),
inset -10px 0 10px  rgba(80, 80, 80, 0.6),
inset 10px 0 10px  rgba(80, 80, 80, 0.6);
}

.logo-content {display:table-cell;
vertical-align:middle;
width:100%;height:100vh;
padding:0;
margin:0 ;
}

#name  {display:block;
vertical-align:middle;
text-align:center;
color:#fff;
font-size:2.5rem;
line-height:3.5rem;
padding:1rem 2rem;
margin:0;font-weight:bold;
}

#name span {letter-spacing:3px;
font-size:1.6rem;display:block;
line-height:3rem;
}

/* icons  */

.logo .fas  ,
.logo .fab ,
.logo .far  {display:inline-block;
font-size:5rem;
color:#f44336 ;padding:1rem 1rem;
text-align:center;
margin:0 auto;
}


/* ############################################################ */
/* bereich logo UNTERSEITEN*/
/* -----unterseiten - index1,index2, index3 ----- */
/* ############################################################ */


.logo-content-unterseite {display:table-cell;
width:100%;height:10rem;
text-align:center;
vertical-align:middle;
padding:2rem 0rem;
margin:0 ;
}


/* linie  */
hr.line {background: #7F7F7F;
border: none;
color:#7f7f7f;
height: 1px;
width: 100%;
margin-top:3rem;
margin-bottom:3rem
}



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

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

.content {
display:table-cell;
width:100%;
height:50vh;
margin: 0 auto;
padding:10vh 6vw;
text-align:left;
vertical-align:middle;
}


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

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

.section-content:nth-child(odd) h2 span {
color:#f44336;
}


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

.section-content:nth-child(even) {
background:#3C3C3C;
color:#BCBCBC;
}

.section-content:nth-child(even) h2 span {
color:#f44336;
}


/*  ----------------------------------------  */
/*  box START                                */
/*  ----------------------------------------  */

/* -----GRID-SYSTEM #2  - mit DISPLAY:TABLE  ----- */

#start.wrapper-box-table {
display:table;
table-layout:fixed;
width:100%;
padding:0;
}

#start  .box-tabcell {min-height:20rem;
display:inline-block;
background:transparent;
width: 100%;
padding:0rem ;
margin-bottom:4rem;
vertical-align:top;
text-align:left;
}

#start  .box-tabcell-2 {min-height:20rem;
display:inline-block;
background:transparent;
color:#000;
width: 100%;
padding:0rem ;
margin-bottom:4rem;
vertical-align:top;
text-align:center;
}


/*  ----------------------------------------  */
/*  box ABOUT                                 */
/*  ----------------------------------------  */

/* icons  */

#about .fas  ,
#about .fab ,
#about .far  {display:block;
font-size:6rem;
color:#f44336 ;
text-align:center;
margin:0 auto;
}

/* -----GRID-SYSTEM #2  - mit DISPLAY:TABLE  ----- */

#about.wrapper-box-table {
display:table;
table-layout:fixed;
width:100%;
padding:0;
}

#about .box-tabcell {min-height:20rem;
display:inline-block;
background:#fff;
color:#939393;
width: 100%;
padding:2rem ;
margin-bottom:2rem;
vertical-align:top;
text-align:center;
background:#1f1f1f;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1),
inset -1px 0 1px 1px rgba(0, 0, 0, 0.6),
inset 1px 0 1px 1px rgba(0, 0, 0, 0.6),
inset -10px 0 10px  rgba(80, 80, 80, 0.6),
inset 10px 0 10px  rgba(80, 80, 80, 0.6);
}

#about h3 {margin-top:1rem;margin-bottom:.5rem;
color:#fff;
text-align:center;
text-transform:uppercase;
font-weight:bold;
}



/*  ----------------------------------------  */
/*  box TEAM                                */
/*  ----------------------------------------  */


#team ul {text-align:center;
padding:0rem;
margin:0;
}

#team  li {list-style:none;
padding:0rem;
margin:0;display:inline;
}


/* icons  */

#team .fas  ,
#team .fab ,
#team .far  {display:inline-block;
background:#6F6F6F;
color:#000;
text-align:center;
margin:0 auto;margin:1rem  .2rem 1rem .2rem;
width:3rem;
height:3rem;
line-height:3rem;
font-size:1.8rem;
border-radius:50%;
}


#team a:hover .fas  ,
#team a:hover .fab ,
#team a:hover .far  {background:#fff;
color:#5F5F5F;

}


/* -----GRID-SYSTEM #2  - mit DISPLAY:TABLE  ----- */

#team.wrapper-box-table {
display:table;
table-layout:fixed;
width:100%;
padding:0rem;
}

#team  .box-tabcell {min-height:20rem;
display:inline-block;
border-bottom:solid 1rem #f44336;
color:#fff;
width: 100%;
padding:2rem ;
margin-bottom:2rem;
vertical-align:top;
text-align:center;
background:#1f1f1f;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1),
inset -1px 0 1px 1px rgba(0, 0, 0, 0.6),
inset 1px 0 1px 1px rgba(0, 0, 0, 0.6),
inset -10px 0 10px  rgba(80, 80, 80, 0.6),
inset 10px 0 10px  rgba(80, 80, 80, 0.6);
}

#team  h3 {margin-top:.5rem;margin-bottom:.5rem;
color:#f44336;
text-align:center;
font-weight:bold;
}

#team .box-1_of_2 {
width:100%;
text-align:center;
}

#team img {border-radius:0;box-shadow:1px 1px 2px black; }


/*  ----------------------------------------  */
/*  box KONTAKT                               */
/*  ----------------------------------------  */

#kontakt ul {text-align:left;
padding:0rem;
margin:0;
}

#kontakt  li {list-style:none;
padding:0rem;
margin:0;
}

/* -----GRID-SYSTEM #2  - mit DISPLAY:TABLE  ----- */

#kontakt.wrapper-box-table {
display:table;
table-layout:fixed;
font-size:1.4rem;
width:100%;
padding:0rem;
}

#kontakt .box-tabcell {min-height:15rem;
display:inline-block;
color:#939393;
width: 100%;
padding:2rem 1rem ;
margin-bottom:2rem;
vertical-align:middle;
text-align:center;
background:#1f1f1f;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1),
inset -1px 0 1px 1px rgba(0, 0, 0, 0.6),
inset 1px 0 1px 1px rgba(0, 0, 0, 0.6),
inset -10px 0 10px  rgba(80, 80, 80, 0.6),
inset 10px 0 10px  rgba(80, 80, 80, 0.6);
}


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

#kontakt a  {color:#fff;
text-decoration:underline;
}

#kontakt a:hover  {
text-decoration:none;
}

#kontakt .fas ,
#kontakt .fab ,
#kontakt .far  {display:inline-block;text-align:center;
margin:-.18rem  .8rem .4rem -.18rem;
padding: 0;
width:2.5rem;
height:2.5rem;
line-height:2.5rem;
font-size:1.4rem;
background:transparent;
color:#fff;
}

.day  {display:inline-block;
width:7rem;font-weight:normal;
}


/*  ----------------------------------------  */
/*  box INFORMATION                               */
/*  ----------------------------------------  */

/* -----GRID-SYSTEM #2  - mit DISPLAY:TABLE  ----- */

#info.wrapper-box-table {
display:table;
table-layout:fixed;
width:100%;
padding:0;
}

#info .box-tabcell {min-height:20rem;
display:inline-block;
background:transparent;
width: 100%;
padding:0rem ;
margin-bottom:2rem;
vertical-align:top;
text-align:left;
}

#info  .box-tabcell-2 {min-height:20rem;
display:inline-block;
background:transparent;
color:#000;
width: 100%;
padding:0rem ;
margin-bottom:2rem;
vertical-align:top;
text-align:center;
}



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

.section-fuss {
width:100%;
color:#fff ;
background:#7F0000;/* IE9 */
background:linear-gradient(to right ,#5F0000 , #DF0000 ,#5F0000);
}

.fuss-content {
min-height:15rem;
margin: 0 auto;
padding:1rem 1rem 3rem 1rem ;
font-size:1.4rem;
}

/*  ----------------------------------------  */
/*  box #fuss   */
/*  ----------------------------------------  */


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

#fuss .box {display:block;
padding:1rem 1rem 1rem 1rem ;
text-align:center;
margin:0 auto;
box-shadow:none;
}

#fuss .box-1_of_2 {width:100%;width:28rem;}

#fuss h3 {
font-size:1.5rem;
line-height:1.8rem;
color:#fff;padding:1rem 0;
border-bottom:dotted 1px #ffffff;
margin:1rem 0;text-align:left;
}

#fuss ul {text-align:left;
padding:0rem;
margin:0;
}

#fuss  li {list-style:none;
padding:0rem;
margin:0;
}



/*  ----------------------------------------  */
/*  #fuss-menu  */
/*  ----------------------------------------  */


#fuss .menu {
margin:0 auto;
padding:0;
}

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

#fuss  .menu li {list-style-type: none;
margin:0;
padding: .1rem  ;
}

#fuss  .menu  a {display:inline-block;
text-align:left;
vertical-align:middle;
text-decoration : none;
font-size:1.2rem;
line-height:1.4rem;
letter-spacing:0rem;
padding:0rem ;
margin:0rem 0;
color:#fff ;
}

#fuss  .menu li a:hover {
color:#fff;
background:transparent;
text-decoration:none;
}
/* die font-icons  im fussp-menu */

#fuss  li  a:before {display:inline-block;
font-family:'Font Awesome 5 Free';
content:"\f124";
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:1rem;
color:#fff;
font-size:.8rem;
width:1rem;
transition:transform .3s;
}

#fuss  li  a:hover:before {
color:#fff;
transform:rotate(45deg);
}



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

#kontakt .box-tabcell {padding:2rem ; }

}


/* ==================================== ab 400 pixel ================================== */

@media (min-width: 400px) {

/* keine angabe */

}


/* ==================================== ab 480 pixel ================================== */

@media (min-width: 480px) {

.content {padding:10vh 8vw; }


}


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

#name   {font-size:4.2rem; line-height:4.4rem;padding:0vh 10vw; }

.logo-content {height:38rem;
}

/* - - - - -   GRID-SYSTEM #1   - - - - - */
.box-1_of_1 {width: 50%; }
.box-1_of_2 {width: 50%; }
.box-1_of_3 {width: 50%;  }
.box-1_of_4 {width: 50%; }
.box-1_of_4b {width: 25%; }
.box-1_of_1b {width: 50%;  }
#team .box-1_of_2 {width: 50%; }
/* - - - - - ende  GRID-SYSTEM #1 - - - - - */



#fuss .box {display:inline-block;
vertical-align:top;
padding:0 2rem;
margin:0 -.25rem 0rem -.25rem ;/* ausgleich ( minus-margin) für INLINE-BLOCK-WHITESPACE-BUG */
box-shadow:none;
}

#fuss .box-1_of_2 {width: 50%;  }


}


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

html {font-size:70%;}

.logo {background:linear-gradient(to right ,#000 , #454545 ,#000); }

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




}


/* ===================================== ab 800 pixel ================================= */

@media (min-width: 800px) {

/* - - - - -  GRID-SYSTEM #2 - mit display:table/table-cell - - - - - */
#kontakt.wrapper-box-table {border-spacing:1rem 0rem; font-size:1.3rem }
#kontakt .box-tabcell  {display:table-cell;height:20rem;width: 50%; }
/* - - - - - ende  GRID-SYSTEM #2  - - - - - */


}


/* ===================================== ab 960 pixel ================================= */

@media (min-width: 960px) {


#name  {padding:4rem 5vw 0vh 5vw; }

.logo-content-unterseite #name  {padding:0rem 10vw 0vh 10vw; }

/* - - - - -  GRID-SYSTEM #1   - - - - - */
.box-1_of_4 {width: 25%;  }
.box-1_of_5 {width: 20%;  }
.box-1_of_1b {width: 100%;  }
/* - - - - - ende  GRID-SYSTEM #1  - - - - - */

/* - - - - -  GRID-SYSTEM #2 - mit display:table/table-cell - - - - - */
#start.wrapper-box-table {border-spacing:1rem 0rem;  }
#start  .box-tabcell  {display:table-cell;height:20rem;width: 55%;padding:0rem 0rem }
#start  .box-tabcell-2  {display:table-cell;height:20rem;width: 45%;padding:0rem 2rem }
#about.wrapper-box-table {border-spacing:1rem 0rem; font-size:1.4rem; }
#about h3 {font-size:1.5rem; }
#about .box-tabcell  {display:table-cell;height:20rem;width: 33.33%;padding:2rem 1rem }
#info.wrapper-box-table {border-spacing:1rem 0rem;  }
#info  .box-tabcell  {display:table-cell;height:20rem;width: 55%;padding:0rem 0rem }
#info  .box-tabcell-2  {display:table-cell;height:20rem;width: 45%;padding:0rem 2rem }
/* - - - - - ende  GRID-SYSTEM #2  - - - - - */

#fuss .box {padding:0 6rem; }


}


/* ===================================== ab 1024 pixel ================================= */

@media (min-width: 1024px) {

/* - - - - - GRID-SYSTEM #2 - - - - - */
#team.wrapper-box-table {border-spacing:1rem .5rem; font-size:1.4rem; }
#team h3 {font-size:1.5rem; }
#team .box-tabcell  {display:table-cell;height:20rem;width: 33.33%;padding:2rem .5rem }
/* - - - - - ende  GRID-SYSTEM #2 - - - - - */

/* - - - - -  GRID-SYSTEM #1   - - - - - */
#team .box-1_of_2 {width: 100%; }
/* - - - - - ende  GRID-SYSTEM #1  - - - - - */


}


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

@media (min-width: 1100px) {

html { font-size:75%; }

pre {width:50vw; }


}


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

@media (min-width: 1200px) {

/* - - - - -  GRID-SYSTEM #2 - mit display:table/table-cell - - - - - */
#about .box-tabcell  {padding:2rem 2rem }
/* - - - - - ende  GRID-SYSTEM #2  - - - - - */

#kontakt.wrapper-box-table {font-size:1.6rem; }

#fuss .box {padding:0 9rem; }


}


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

@media (min-width: 1400px) {

.content {padding:10vh 10vw; }


}


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