

/* = = = = = = = = = = = = = = = = = 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;
}


/* ü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: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:#BCBCBC;
text-decoration: underline;
}

a:hover  {color:#BCBCBC;
text-decoration:none;
}




/* ----- quelltext-erklärungen - wenn vorhanden ----- */

pre {white-space:pre-wrap;position:relative;
font-size:1.5rem;
font-family: arial, Verdana, Segoe, 'Open Sans',helvetica,roboto ,sans-serif;
padding:0rem 1rem 2rem 1rem;
margin:4rem auto;
text-align:center;
border:dashed 0.1rem #7f7f7f;
background:transparent;
}

pre b {
color:tomato;
}

pre .extra {display:inline-block;
position:absolute;
left:-1.5rem;top:1.5rem;font-size:1.8rem;
color:#BF0000;font-weight:bold;
background:#fff;padding:0 .5rem;
transform:rotate(-45deg);
}



/* ############################################################ */
/*  speziell*/
/* ############################################################ */

/* bilder -anpassen der grösse */
img {max-width: 100%;display:block;
margin:0 auto;
height: auto;
}


/*  ----------------------------------------  */
/*   MEHR LESEN-BUTTON  */
/*  ----------------------------------------  */

/* ----- style ----- */

.button  {display:block;
margin:3rem 0 1rem 0;
text-align:left;
}

/* button zentrieren */
.button.cntr {text-align:center; }

.button .mehr_lesen a {display:inline-block;
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);
color:#fff;
text-decoration:none;
padding:.3rem 1rem .3rem 1rem;
border-radius:0;
cursor:pointer;
transition:all .3s ease-out;
}

.button .mehr_lesen a:hover {color:#fff;
background:#3f3f3f;
}


/* ----- 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:"\f0da" ;
transform:scale(1);
color:red;
padding: 0 .5rem 0 0;
margin:0;
transition:all .4s ease-out;
}

.button .mehr_lesen a:hover:before {color:yellow; }


/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */
/*  GRID-SYSTEM  mit DISPLAY:INLINE-BLOCK */
/*  BILDER UND BOXEN */
/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */


.box {display:inline-block;
width:100%;
vertical-align:top;
padding:.6rem;
margin:0 -.25rem  ;/* ausgleich ( minus-margin) für INLINE-BLOCK-WHITESPACE-BUG*/
}

/* ----- 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 abweichungen vom boxen-grundsystem ----- */

.box-1_of_4b {width: 50%; }


/*  -----  zur abgrenzung von '.box-1_of_2' sowie bei verschachtelten boxen  ----- */

.containerbox-1_of_2 {width:100%; }


/* ----- spezieller box-schatten ----- */

#logo,
#home img,
#gallery img,
#sextus img,
.rahmen-spez {
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);
padding:1.6rem;
}


/* ############################################################ */
/* 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;
}

.logo-a {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-family:georgia;
font-size:1.8rem;
line-height:1.2rem;
padding:1rem 2.5rem;
margin:0;font-weight:normal;
}

#name span {letter-spacing:3px;
font-size:1.6rem;display:block;
line-height:3rem;
}

/* icons  */

#logo i {display:inline-block;
font-size:5rem;
color:#f44336 ;padding:1rem 1rem;
text-align:center;
margin:0 auto;
}


/* ############################################################ */
/* bereich inhalt */
/* ############################################################ */


main#inhalt {display:block;
padding:0rem 0rem;
margin:0 auto;
}

.inhalt-a {display:block;
width:100%;
margin:0 auto;
padding:4rem 2rem 4rem 2rem;
}


/*  ----------------------------------------  */
/*  NTH-CHILD - jeder ungerade (odd) abschnitt, also 1, 3, 5 , 7 usw. */
/*  ----------------------------------------  */

.section-inhalt:nth-child(odd) .inhalt-a {
background:#232323;
color:#FFFFFF;
}

.section-inhalt:nth-child(odd) h2 span {
color:#f44336;
}


/*  ----------------------------------------  */
/*  NTH-CHILD - jeder gerade (even) abschnitt , also 2, 4, 6 , 8 usw. */
/*  ----------------------------------------  */

.section-inhalt:nth-child(even) .inhalt-a {
background:#3C3C3C;
color:#FFFFFF;
}

.section-inhalt:nth-child(even) h2 span {
color:#f44336;
}


/*  ----------------------------------------  */
/*  box ABOUT                                 */
/*  ----------------------------------------  */

#about  {
display:table;
width:100%;
padding:0;
}

#about .box {
display:block;
color:#939393;
padding:2rem;
margin-bottom:2rem;
text-align:center;
background:#1f1f1f;
}

#about h3 {margin-top:1rem;margin-bottom:.5rem;
color:#fff;
text-align:center;
text-transform:uppercase;
font-weight:bold;
}

/* icons  */

#about i  {display:block;
font-size:6rem;
color:#f44336 ;
margin:0 auto;
}


/*  ----------------------------------------  */
/*  box TEAM                                */
/*  ----------------------------------------  */

#team,
#team.more {
display:table;
width:100%;
padding:0;
}

#team .box {
display:block;
text-align:center;
border-bottom:solid 1rem #f44336;
color:#fff;
background:#1f1f1f;
padding:3rem 2rem ;
margin-bottom:2rem;
}

#team  h3 {margin-top:1.5rem;margin-bottom:1rem;
color:#f44336;
text-align:center;
font-weight:bold;
}

#team  h3 span {display:block;
color:#ffff;
font-size:1.5rem;
}


/* icons-gruppe  */

#team .icons {margin:1rem 0; }
#team .icons ul {margin:0;padding:0; }
#team .icons li {display:inline-block;list-style:none;margin:.2rem .2rem; }

#team .icons i {
background:#fff;
color:#000;
text-align:center;
width:3rem;
height:3rem;
line-height:3rem;
font-size:1.8rem;
border-radius:36rem;
}

#team i:hover  {background:tomato;color:#000; }


/*  ----------------------------------------  */
/*  box KONTAKT                               */
/*  ----------------------------------------  */

#kontakt {
display:table;
width:100%;
font-size:1.4rem;
padding:0rem;
}

#kontakt .box {
display:block;
color:#939393;
background:#1f1f1f;
padding:2rem 1rem ;
margin-bottom:2rem;
}

/* icons-gruppe  */

#kontakt .icons {margin:1rem 0; }
#kontakt .icons ul {margin:0;padding:0; }
#kontakt .icons li {display:block;list-style:none;margin:0 .2rem;line-height:3rem;}

#kontakt .icons i {
background:transparent;
color:#fff;
margin-right:1rem;
font-size:1.4rem;
}

#kontakt a  {color:#939393;
text-decoration:underline;
}

#kontakt a:hover  {
text-decoration:none;
}

.day  {display:inline-block;
width:7rem;font-weight:normal;
}



/* ############################################################ */
/* bereich fuss */
/* ############################################################ */

#fuss {display:block;
color:#fff;
background:#7F0000;
padding:0;
margin:0 auto;
}

.fuss-a {display:block;
margin: 0 auto;
padding:2rem 2rem;
}

#fuss .box  {display:inline-block;
padding:1rem 1rem 1rem 1rem ;
}

#fuss  h3 {
text-align:left;
font-size:1.5rem;
line-height:1.8rem;
color:#fff;padding:1rem 0;
border-bottom:dotted 1px #FF0000;
margin:1rem 0;
}

#fuss  h3:first-letter {
font-size:2rem;font-weight:bold;
color:gold;
}


/*  ----------------------------------------  */
/*  fussmenu  */
/*  ----------------------------------------  */

.fussmenu {
margin:0 auto;
padding:0;
}

.fussmenu ul {margin:0;padding:0; }

.fussmenu li {list-style-type: none;margin:0;padding:0; }

.fussmenu li 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 ;
}

.fussmenu li a:hover {
color:#fff;
text-decoration:none;
}

/* icons vorangestellt */

#fuss li 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. */
content:"\f124";

font-weight: 900;/* Weight of the font (by fontawesome)- use:
               - 400 for Regular and Brands symbols;
               - 900 for Solid symbols. */
margin-right:1rem;
color:red;
font-size:.8rem;
width:1rem;
transition:transform .4s;
}

#fuss  li  a:hover:before {
color:#fff;
transform:rotate(45deg);
}

#fuss label {cursor:pointer; }



/* ############################################################ */
/* 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 480 pixel ================================== */
@media (min-width: 480px) {

.inhalt-a {padding:10vh 8vw; }

}


/* ==================================== ab 580 pixel ================================== */
@media (min-width: 580px) {

#name   {font-size:4.2rem; line-height:4.4rem;padding:0vh 10vw; }

.logo-a {height:38rem; }

.box-1_of_2 {width: 50%; }
.box-1_of_3 {width: 50%;  }
.box-1_of_4 {width: 50%; }
.box-1_of_4b {width: 25%; }

#kontakt .icons li {padding-left:4rem;}

#fuss {background:linear-gradient(to right ,#5F0000 , #DF0000 ,#5F0000);}
#fuss .box {width: 50%; }

}


/* ==================================== ab 760 pixel ================================== */
@media (min-width: 760px) {

html {font-size:70%;}

#logo {background:linear-gradient(to right ,#000 , #454545 ,#000); }

.box-1_of_3 {width: 33.33%;  }

}


/* ===================================== ab 960 pixel ================================= */
@media (min-width: 960px) {

#name  {padding:4rem 5vw 0vh 5vw; }

.inhalt-a {padding:10vh 4vw; }
.fuss-a {padding:2rem 4vw; }

.containerbox-1_of_2:nth-child(odd) {width: 60%;  }
.containerbox-1_of_2:nth-child(even) {width: 40%; }

.box-1_of_4 {width: 25%;  }
.box-1_of_5 {width: 20%;  }
.containerbox-1_of_2 {width:50%;padding:0 1.5rem; }

#about {border-spacing:1rem 0rem; font-size:1.4rem; }
#about .box  {display:table-cell;width:33.33%;padding:2rem 2rem; }
#about h3 {font-size:1.5rem; }

#team {border-spacing:1rem .5rem; font-size:1.4rem; }
#team .box  {display:table-cell;width:33.33%;padding:2rem .5rem }
#team.more .box  {display:table-cell;width:50%; }
#team h3 {font-size:1.5rem; }

#kontakt {border-spacing:1rem 0rem; font-size:1.3rem }
#kontakt .box  {display:table-cell;width: 50%;vertical-align:middle; }

}


/* ===================================== ab 1024 pixel ================================= */
@media (min-width: 1024px) {

pre {width:70%; }

}


/* ===================================== ab 1280 pixel ================================= */
@media (min-width: 1280px) {

.inhalt-a {padding:10vh 10vw; }
.fuss-a {padding:2rem 10vw; }

#kontakt {border-spacing:4rem 0rem; }

}



/*  +  +  +  +  + +  +  +  +  +  C O D E ENDE  +  +  +  +  +  +  +  +  +  +  */