

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

/* zusätzliche zeilenabstände, absatz */
.content br {
line-height:.6;
}

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


/* überschriften */

h1, h2, h3, h4, h5 {
color:#000;
text-align:left;
text-transform:uppercase;letter-spacing:2px;
}

h1 {
font-size:3.5rem;
line-height: 3.7rem;
margin-top: 0rem;
margin-bottom: 4.2rem;

}

h2 {text-align:center;
font-size:2.4rem;
line-height: 3rem;
margin-top: 0rem;
margin-bottom: 3.5rem;
font-weight:normal;
}

h2:after {text-align:left;
border-top: 8px solid red;
display: block;
width: 60px;
content: "";
margin: 8px 0 ;
}


h3 {
font-size:1.8rem;
line-height: 2.3rem;
margin-top: 2.1rem;
margin-bottom:1.4rem;
letter-spacing:.1rem;
font-weight:normal;
text-transform:none;
}

/* allgemeine links  */

a {background-color:transparent;
color:#000;
text-decoration: underline;
}

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

/* quelltext-erklärungen - 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: transparent;
border:dashed 4px gold;
border-radius:.5rem;
transform:skewY(-2deg);
color:#000;
box-shadow:1px 1px 3px #6F6F6F;
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:#000;font-weight:bold;
transform:rotate(-45deg);
}


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


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


/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */
/* BILDER IM INHALTSBEREICH - GRID-SYSTEM #1  mit DISPLAY:INLINE-BLOCK */
/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */

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

.box {display:inline-block;
width:100%;
vertical-align:top;
text-align:center;
padding:0rem;
margin:-.25rem -.25rem -.5rem -.25rem ;/* 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%;
text-align:center;
}

.box img,
.box a img {
width: 100%;
height: auto;
box-shadow:0 0 3px #3D6363;
border:solid 10px white;
}

#gallery .box-1_of_3 ,
#about .box-1_of_1,
#about .box-1_of_2,
#about .box-1_of_3 ,
#kontakt .box-1_of_2 {
width:100%;
text-align:center;
}


#gallery .box img,
#gallery .box a img {
width: 100%;
height: auto;
box-shadow:0 0 0 1px black;
border:none;
}

#schraeg .box {
margin:0 -2rem 0 -2rem ;
}

#schraeg .box img,
#schraeg .box a img {transform:skewY(0deg);
width: 100%;
height: auto;
box-shadow:0 0 3px #3D6363;
border:solid 10px white;
}



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

.section-logo {
width:100%;
height:38rem;
background: #0C0C12;
background-image:url(../images/logo01.jpg);
background-position:50% 70%;
background-repeat:no-repeat;
background-size:cover;
overflow:hidden;
margin:0;
padding:0;
}

.logo {position:relative;
width:100%;height:100%;
display:block;
margin:0 auto;
}

/* anderes logo-bild auf index6.html(sextus) */
.logo.back06 {
background-image:url(../images/logo06.jpg);
}
/* ENDE anderes logo-bild  */


.logo .name {width:64rem;
position:absolute;
bottom:0;right:50%;
margin-right:-32rem;
display:inline-block;
text-align:center;
background:rgba(0,0,0,.5);
color:white ;
font-weight:normal;
font-size:1.5rem;
line-height:1.7rem;
padding: .5rem 1rem;
}

.name b {font-weight:normal;
color:gold ;
font-size:1.7rem;
line-height:1.9rem;
text-transform:uppercase;
}

.seitentitel {
position:absolute;
top:25%;left:10%;
display:inline-block;
text-align:center;
background:rgba(0,0,0,.3);
color:white ;
font-weight:normal;
font-size:1.5rem;
line-height:1.7rem;
padding: .5rem 1rem;
}

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


.content-wrapper {
width:100%;
}

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

.content {
display:block;
width:100vw;
padding:6rem 3rem;
min-height:20rem;
margin: 0 auto;
text-align:left;
}

.content h2:after {display:block;
border-top: 4px solid #34839A ;
width: 60px;
content: "";
margin: 0 auto;
margin-top: 1rem;
}

/*  ----------------------------------------  */
/*  der erste abschnitt und davon ausgehend jeder dritte abschnitt, also abschnitt 1, abschnitt 4, abschnitt 7 usw */
/*  ----------------------------------------  */


.section-content:nth-child(3n+1) {
background:#fff;
}

.section-content:nth-child(3n+1) h2 span {
font-weight:bold;
}


/*  ------- menu (weiter-links) ------- */

.section-content:nth-child(3n+1)  a  {text-decoration: none;
white-space:nowrap;
}

.section-content:nth-child(3n+1) .weiter a  {text-decoration: none;
white-space:nowrap;
color:#AA0000;
font-weight:bold;
}

.section-content:nth-child(3n+1)  .weiter a:after {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:"\f138";
text-decoration: none;
color:#368AA3;
margin-right:.5rem;
margin-left:.5rem;
transition:all .5s ease-out;
}

.section-content:nth-child(3n+1) .weiter  a:hover:after {transform: rotate(720deg);
}


/*  ----------------------------------------  */
/*  der zweite abschnitt und davon ausgehend jeder dritte abschnitt, also abschnitt 2, abschnitt 5, abschnitt 8 usw */
/*  ----------------------------------------  */

.section-content:nth-child(3n+2) {
background:#0C0C12;
color:#7f7f7f;
}

.section-content:nth-child(3n+2) h2 ,
.section-content:nth-child(3n+2) h3 {
color:#f8f8f8 ;
}

.section-content:nth-child(3n+2) h2 span {
font-weight:bold;
}

.section-content:nth-child(3n+2) h2:after  {
border-top: 4px solid #FFBA12 ;
}


/*  ------- menu (weiter-links) ------- */

.section-content:nth-child(3n+2)  a  {text-decoration: none;
white-space:nowrap;
}

.section-content:nth-child(3n+2) .weiter a  {text-decoration: none;
white-space:nowrap;
color:#368AA3;
font-weight:bold;
}

.section-content:nth-child(3n+2) .weiter a:after {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:"\f138";
text-decoration: none;
color:#FFBA12;
margin-right:.5rem;
margin-left:.5rem;
transition:all .5s ease-out;
}

.section-content:nth-child(3n+2) .weiter  a:hover:after {transform: rotate(720deg);
}



/*  ----------------------------------------  */
/*  der dritte abschnitt und davon ausgehend jeder dritte abschnitt, also abschnitt 3, abschnitt 6, abschnitt 9 usw  */
/*  ----------------------------------------  */

.section-content:nth-child(3n+3)  {
background:#FFBA12;
}

.section-content:nth-child(3n+3) h2:after  {
border-top: 4px solid #0C0C12 ;
}

.section-content:nth-child(3n+3) h2 span {
font-weight:bold;
}

/*  ------- menu (weiter-links) ------- */

.section-content:nth-child(3n+3)  a  {text-decoration: none;
white-space:nowrap;
color:maroon;
font-weight:bold;
}

.section-content:nth-child(3n+3) .weiter a:after {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:"\f138";
text-decoration: none;
color:#000;
margin-right:.5rem;
margin-left:.5rem;
transition:.8s ease-out;
}

.section-content:nth-child(3n+3) .weiter  a:hover:after {transform: rotate(720deg);
}



/*  ----------------------------------------  */
/*  NUR der DRITTE abschnitt  */
/*  ----------------------------------------  */

.section-content:nth-child(3) .content  {
padding:0rem 0;
width:100%;
}



/*  ----------------------------------------  */
/*  box #philosophie   */
/*  ----------------------------------------  */

#philosophie {text-align:center;
font-size:1.4rem;
}

#philosophie h3 {
text-align:center;
color:#ffba12;
margin:-1rem 0 1rem 0;
font-size:1.5rem;
line-height:1.8rem;
}

#philosophie .box-1_of_3 {transform:skewY(-15deg);
padding: 1rem 1rem 3rem 1rem;
}

/* icons  */
#philosophie .fas,
#philosophie .fab,
#philosophie .far {display:block;
font-size:5rem;
color:#fff ;
background: #3A3A58; /*IE9*/
background: linear-gradient(to left, #0C0C12,#3A3A58 ,#0C0C12 );
text-align:center;
margin:0 auto;margin-bottom:2rem;
width:12rem;
height:8rem;
line-height:8rem;
border:solid 2px #ffba12;
transition:all .5s;
}

#philosophie  a:hover .fas,
#philosophie  a:hover .fab,
#philosophie  a:hover .far {padding-left:1rem;
color:#000;
background: #FFB900; /*IE9*/
background: linear-gradient(to  left, #FFB900, #FFD25E, #FFB900 );
}


/*  ----------------------------------------  */
/*  box #kontakt  */
/*  ----------------------------------------  */

#kontakt {text-align:center;
font-size:1.4rem;}

#kontakt h3 {
text-align:left;
color:#000;
font-weight:bold;
font-size:1.5rem;
line-height:1.8rem;
}

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

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

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

/* -----menu und icons ----- */

#kontakt a  {color:#000;
font-weight:normal;
}

#kontakt  .fas,
#kontakt  .fab,
#kontakt  .far {display:inline-block;
vertical-align:middle;
width:2.5rem;
line-height:2.1rem;
font-size:1.5rem;
color:yellow;
text-shadow:1px 1px 1px black;transition: all .5s ;
}

#kontakt  a:hover .fas,
#kontakt  a:hover .fab,
#kontakt  a:hover .far {padding-left:.5rem;
background: transparent;color:white;
}

/* zitat */

#kontakt .zitat  {text-align:left;
font-size:1.8rem;
font-style:italic;
}

#kontakt .zitat .fas,
#kontakt .zitat .fab,
#kontakt .zitat .far  {
color:#000;
text-shadow:none;
}

#kontakt .zitat:before ,
#kontakt .zitat:after {
border-bottom: dashed 1px #000;
content: "";
display: block;
width: 100%;
margin:1rem auto ;
}



/* -----formular----- */
#formular form {display:table;
width:90%;
margin:0 auto;
text-align:left;
color:#000;
}

#formular textarea, #formular input {height:4rem;
width:99%;
padding:1rem;
background:transparent;
border:solid 0.1rem black;
border-radius:0.6rem;
margin-bottom:1rem;
text-shadow:none;
font-size:1.6rem;
background:#333a3a;
color:#908f80;
}

#formular textarea {
height:20rem;
overflow: auto;
}

#formular #senden {background:#333a3a;
color:#908f80;text-shadow:none;
padding:0rem;font-size:1.5rem;
}

#formular input:focus, textarea:focus {
background:#1A1C1C;
}


/* ############################################################ */
/* bereich fusstop */
/* ############################################################ */

.section-fusstop {
width:100%;
color:#fff ;
background:#0C0C12;
color:#9F9F9F;
}

.fusstop-content {
min-height:15rem;
margin: 0 auto;
text-align:center;
padding:1rem 2rem ;
font-size:1.3rem;
line-height:2rem;
}

/*  ----------------------------------------  */
/*  box #fusstop   */
/*  ----------------------------------------  */


#fusstop .box {display:inline-block;
padding:1rem ;
text-align:center;
}

#fusstop .box-1_of_4 {
width: 28rem; }

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

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

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

/* -----menu und icons ----- */


#fusstop   a {display:inline-block;
color:#9f9f9f;
text-decoration:none;
}

#fusstop   .fas,
#fusstop   .fab,
#fusstop   .far  {display:inline-block;
text-align:left;
width:2.2rem;
color:#ffba12;
transition:all .5s;
}

#fusstop  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:"\f138";
width:2.2rem;
color:#FFBA12;
transition:padding .5s ease-out;
}

#fusstop  a:hover:before {
padding-left:.5rem;
color:white;
}


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


.section-fuss {
width:100%;
background:#000;
}

.fuss {
text-align:center;
margin: 0rem auto;
width:100%;
padding:0 0 ;
}

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


#fuss  .box {display:inline-block;
padding:1rem ;
text-align:center;
}

#fuss .box-1_of_1 {
padding:1rem 0;
}

/* fussname */
#fuss .name {
color:#DFDFDF;
text-shadow:none;
margin:0 auto;
padding:0 0;
font-size:1.2rem;
line-height:1.5rem;
height:1.5rem;
letter-spacing:0.2rem;
}



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

.content, .fusstop-content , .fuss {width:90vw; }


}


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

@media (min-width: 480px) {

.section-logo {height:32rem; }

/* - - - - -   BILDER IM INHALTSBEREICH - GRID-SYSTEM #1 - - - - - */
.box-1_of_1 {width: 80%; }
.box-1_of_2 {width: 80%; }
.box-1_of_3 {width: 80%; }
.box-1_of_4 {width: 80%; }
#about .box-1_of_3 {width:80%; }
#kontakt .box-1_of_2 {width: 32rem;  }
/* - - - - - ende  BILDER IM INHALTSBEREICH - GRID-SYSTEM #1 - - - - - */


}


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


/* - - - - -   BILDER IM INHALTSBEREICH - 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: 50%;  }
#gallery .box-1_of_3 {width: 33.33%;  }
#schraeg .box img,
#schraeg .box a img {transform:skewY(-6deg);
}
/* - - - - - ende  BILDER IM INHALTSBEREICH - GRID-SYSTEM #1 - - - - - */

#about .text {text-align:center;
padding:0 3rem  0 3rem ;
}


}


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

/* keine angabe */


}


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

html {font-size:70%;}

.content, .fusstop-content , .fuss  {width:92vw; }

.logo .name {width:auto;
bottom:0%;right:0%;
margin-right:0rem;
font-size:2rem;
line-height:2.2rem;
}

.name b {
font-size:2.2rem;
line-height:2.4rem;
}

/* - - - - -   GRID-SYSTEM #1 - BILDER IM INHALTSBEREICH  - - - - - */
.box-1_of_2 {width: 50%;  }
.box-1_of_3 {width: 33.33%;  }
#philosophie .box-1_of_3 {width: 33.33%;  }
#kontakt .box-1_of_2 {width: 50%; padding: 1rem 2rem 2rem 2rem ; }
/* - - - - - ende  GRID-SYSTEM #1 -BILDER IM INHALTSBEREICH   - - - - - */


/* - - - - -  GRID-SYSTEM #1 -FUSSSBEREICH   - - - - - */
#fusstop .box-1_of_4 {width: 50%;  }
/* - - - - - ende  GRID-SYSTEM #1 -FUSSSBEREICH   - - - - - */


}


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

@media (min-width: 800px) {

.content {text-align:justify; }

}


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

@media (min-width: 1024px) {

.seitentitel {
display:none
}

/* - - - - -  GRID-SYSTEM #1 -BILDER IM INHALTSBEREICH   - - - - - */
.box-1_of_4 {width: 25%;  }
#kontakt .box-1_of_2 {padding: 1rem 4rem 2rem 4rem ; }
/* - - - - - ende  GRID-SYSTEM #1 -BILDER IM INHALTSBEREICH   - - - - - */


#fusstop .box {
padding:.5rem 3rem;
}


}


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

@media (min-width: 1100px) {

html { font-size:75%; }

.content, .fusstop-content , .fuss  {width:90vw; }

pre {width:50vw; }


}




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

@media (min-width: 1400px) {

html { font-size:80%; }

/* - - - - -  GRID-SYSTEM #1 -FUSSSBEREICH   - - - - - */
#fusstop .box-1_of_4 {width: 25%;  }
/* - - - - - ende  GRID-SYSTEM #1 -FUSSSBEREICH   - - - - - */

.fusstop-content   {
width:100%;
padding:1rem 2rem;
font-size:1.1rem;
}


}



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