﻿

/* = = = = = = = = = = = = = = = = = 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:#000;
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:#3F3F3F;
font-size:2.9rem;
line-height: 3.1rem;
margin-top: 0rem;
margin-bottom: 3.5rem;
font-weight:normal;
}

h3 {
font-size:2,5rem;
line-height: 2.8rem;
margin-top: 1rem;
margin-bottom:2.5rem;
letter-spacing:0rem;
}


/* allgemeine links  */

a {background-color:transparent;
color:#000 ;
text-decoration: underline;
}

a:hover  {color:#000;
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:#dfdfdf;
color:#3F3F3F;
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:#3f3f3f;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;
}


#main-spalte-1 {display:block;vertical-align:top;
width:28rem;
margin:0px;
padding:0rem 0rem;
background:#B0BEC5;color:#000;
}

#main-spalte-2 {display:table-cell;
margin: 0px;
}





/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */
/*  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;
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_3b ,
.box-1_of_4 ,
.box-1_of_5 ,
.box-1_of_6
{width:100%;
}



.wrapper-box .box img,
.wrapper-box .box a img {display:block;
width: 100%;
height: auto;
}


/* ############################################################ */
/* bereich logo */
/* ############################################################ */



.logo {display:table;
width:100%;
margin:0;
padding:0;
text-align:center;
background-image:url(../images/picture05.jpg);
background-position:50% 25%;
background-repeat:no-repeat;
background-size:cover;
}

.logo-content {display:table-cell;
width:100%;height:100vh;
vertical-align:middle;
padding:0rem;
margin:0 ;
}


#name  {font-family:'bungeeregular';
width:100%;
display:inline-block;
text-align:center;
color:#ff0000;
font-size:2.8rem;
line-height:3rem;
padding:1rem 1rem 1rem 1rem;
text-transform:uppercase;
margin:0;
text-shadow:0px 0px 1px #000;
}

#name span {
color:#0018ff;
}

#name b {
color:#4CB950;
}


/* ############################################################ */
/* bereich logo UNTERSEITEN*/
/* -----unterseiten - index1,index2, index3 ----- */
/* ############################################################ */

.logo-content-unterseite {display:table-cell;
width:100%;height:20rem;
vertical-align:middle;
padding:0rem 0rem;
margin:0;
}


/* linie  */
hr.line {background: #000;
border: none;
color: #D8ECFE;
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;
}


/*  links */

.content  a  {text-decoration:underline;
white-space:nowrap;
}

.content  a:hover  {text-decoration: none;
}


/*   WEITER-BUTTON */

.content .btn span.weiter  {
text-decoration:none;
padding:.3rem 1.6rem;
width:100%;
cursor:pointer;border-radius:0rem;
transition:all .4s
}

.content .btn span.weiter:hover {
text-decoration:none;
text-transform:uppercase;border-radius:2rem;
}



/*  ----------------------------------------  */
/*  NTH-CHILD(1) - der erste  abschnitt */
/*  ----------------------------------------  */


.section-content:nth-child(1) {
background:#2196F3;
color:#D8ECFE;
}

.section-content:nth-child(1) h1 ,
.section-content:nth-child(1) h2 ,
.section-content:nth-child(1) h3 {
color:#D8ECFE;
}


/*  links */

.section-content:nth-child(1)  a  {color:#D8ECFE; }
.section-content:nth-child(1)  a:hover  {color:#D8ECFE; }


/*   WEITER-BUTTON */

.section-content:nth-child(1) .btn span.weiter  {color:#D8ECFE;
background:#1976D2;
}


/*  ----------------------------------------  */
/*  NTH-CHILD(2) - der zweite  abschnitt */
/*  ----------------------------------------  */


.section-content:nth-child(2) {
background:#4CAF50;
color:#1B5E20;
}

.section-content:nth-child(2) h1 ,
.section-content:nth-child(2) h2 ,
.section-content:nth-child(2) h3 {
color:#1B5E20;
}

/*  links */

.section-content:nth-child(2)  a  {color:#1B5E20; }
.section-content:nth-child(2)  a:hover  {color:#1B5E20; }


/*   WEITER-BUTTON */

.section-content:nth-child(2) .btn span.weiter  {color:#1B5E20;
background:#4CAF50;
}



/*  ----------------------------------------  */
/*  NTH-CHILD(3) - der dritte  abschnitt */
/*  ----------------------------------------  */


.section-content:nth-child(3) {
background:#FFEA00;
color:#000;
}

.section-content:nth-child(3) h1 ,
.section-content:nth-child(3) h2 ,
.section-content:nth-child(3) h3 {
color:#000;
}

/*  links */

.section-content:nth-child(3)  a  {color:#000; }
.section-content:nth-child(3)  a:hover  {color:#000; }


/*   WEITER-BUTTON */

.section-content:nth-child(3) .btn span.weiter  {color:#000;
background:yellow;
}



/*  ----------------------------------------  */
/*  NTH-CHILD(4) - der vierte  abschnitt */
/*  ----------------------------------------  */


.section-content:nth-child(4) {
background:#EF6C00;
color:#000;
}

.section-content:nth-child(4) h1 ,
.section-content:nth-child(4) h2 ,
.section-content:nth-child(4) h3 {
color:#000;
}

/*  links */

.section-content:nth-child(4)  a  {color:#000; }
.section-content:nth-child(4)  a:hover  {color:#000; }


/*   WEITER-BUTTON */

.section-content:nth-child(4) .btn span.weiter  {color:#F1DCDC;
background:#E65100;
}



/*  ----------------------------------------  */
/*  NTH-CHILD(5) - der fünfte  abschnitt */
/*  ----------------------------------------  */


.section-content:nth-child(5) {
background:#607D8B;
color:#000;
}

.section-content:nth-child(5) h1 ,
.section-content:nth-child(5) h2 ,
.section-content:nth-child(5) h3 {
color:#000;
}

/*  links */

.section-content:nth-child(5)  a  {color:#000; }
.section-content:nth-child(5)  a:hover  {color:#000; }


/*   WEITER-BUTTON */

.section-content:nth-child(5) .btn span.weiter  {color:#000;
background:#78909C;
}




/*  ----------------------------------------  */
/*  NTH-CHILD(6) - der sechste  abschnitt */
/*  ----------------------------------------  */


.section-content:nth-child(6) {
background:#4DB6AC;
color:#003E33;
}

.section-content:nth-child(6) h1 ,
.section-content:nth-child(6) h2 ,
.section-content:nth-child(6) h3 {
color:#003E33;
}

/*  links */

.section-content:nth-child(6)  a  {color:#000; }
.section-content:nth-child(6)  a:hover  {color:#000; }


/*   WEITER-BUTTON */

.section-content:nth-child(6) .btn span.weiter  {color:#003E33;
background:#80CBC4;
}


/*  ----------------------------------------  */
/*  NTH-CHILD(7) - der siebte  abschnitt */
/*  ----------------------------------------  */


.section-content:nth-child(7) {
background:#C62828;
color:#000;
}

.section-content:nth-child(7) h1 ,
.section-content:nth-child(7) h2 ,
.section-content:nth-child(7) h3 {
color:#000;
}

/*  links */

.section-content:nth-child(7)  a  {color:#000; }
.section-content:nth-child(7)  a:hover  {color:#000; }


/*   WEITER-BUTTON */

.section-content:nth-child(7) .btn span.weiter  {color:#000;
background:#E53935;
}




/*  ----------------------------------------  */
/*  box ABOUT                                 */
/*  ----------------------------------------  */



/* -----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:#388E3C;
color:#A5D6A7;
width: 100%;
padding:2rem ;
margin-bottom:2rem;
vertical-align:top;
text-align:center;

}

#about h3 {margin-top:1rem;margin-bottom:.5rem;
color:#81C784;
text-align:center;
text-transform:uppercase;
font-weight:bold;
}


/* icons  */

#about .fas  ,
#about .fab ,
#about .far  {display:block;
font-size:6rem;
color:#81C784 ;
text-align:center;
margin:0 auto;margin-bottom:2rem;
}


/*  ----------------------------------------  */
/*  box TEAM                                */
/*  ----------------------------------------  */

/* ----- icons ----- */

#team ul {text-align:center;
padding:0rem;
margin:0;
}

#team  li {list-style:none;
padding:0rem;
margin:0;display:inline;
}

#logo .fas ,
#logo .fab ,
#logo .far  {display:inline-block;
text-align:center;

padding: 0;

color:#fff;
}

/* icons  */

#team .fas  ,
#team  .fab ,
#team  .far  {display:inline-block;
background:#B0BEC5;
color:#294c5d ;
text-align:center;
margin:0 auto;margin:1rem  .2rem 1rem .2rem;
width:3rem;
height:3rem;
line-height:3rem;
font-size:1.8rem;
}


/* -----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;
width: 100%;
padding:2rem ;
margin-bottom:2rem;
vertical-align:top;
text-align:center;
}

.box-tabcell.b1 {
background:#78909C;
}

.box-tabcell.b2 {
background:#78909C;
}

.box-tabcell.b3 {
background:#78909C;
}

.box-tabcell.b4 {
background:#78909C;
}

/* tabellenzelle-reihe */
#team .tabrow {display:table-row; }

#team  h3 {margin-top:.5rem;margin-bottom:.5rem;
color:#000;
text-align:center;
text-transform:uppercase;
font-weight:bold;
}

#team img {border-radius:100% }


/*  ----------------------------------------  */
/*  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;
background:#80CBC4;
width: 100%;
padding:2rem 1rem ;
margin-bottom:2rem;
vertical-align:middle;
text-align:center;
}


/* tabellenzelle-reihe */
#kontakt .tabrow {display:table-row; }



/* ----- icons , links ----- */

#kontakt a  {color:#003E33;
text-decoration:none;
}

#kontakt a:hover  {
text-decoration:underline;
}

#kontakt .fas ,
#kontakt .fab ,
#kontakt .far  {display:inline-block;text-align:center;
margin:0rem  .4rem .5rem .4rem ;
padding: 0;
width:2.5rem;
height:2.5rem;
line-height:2.5rem;
font-size:1.4rem;
background:#4DB6AC;
color:#fff;border-radius:100%;
}

.day  {display:inline-block;
width:7rem;
}




/*  ----------------------------------------  */
/*  box IMPRESSIONS                               */
/*  ----------------------------------------  */


/* -----GRID-SYSTEM #2  - mit DISPLAY:TABLE  ----- */

#impressions.wrapper-box-table {
display:table;
table-layout:fixed;
width:100%;
padding:0rem;
}

#impressions  .box-tabcell {min-height:20rem;
display:inline-block;
background:#E53935;
color:#000;
width: 100%;
padding:2rem ;
vertical-align:top;
margin-bottom:1rem;
text-align:center;vertical-align:middle;
}

/* tabellenzelle-reihe */
#impressions .tabrow {display:table-row; }

/* text statt bilder in den boxen */
#impressions .box-tabcell .text {display:block;
padding:0 1rem;vertical-align:middle;
}

#impressions h3 {margin-top:0rem;margin-bottom:0rem;
text-align:center;
text-transform:uppercase;
font-weight:bold;color:#000;
}

#impressions .fas ,
#impressions .fab ,
#impressions .far  {display:inline-block;font-size:2.2rem;
margin:0 1rem 1rem 1rem;
color:#000;
background:transparent;
padding:0;
width:3rem;
height:3rem;
line-height:3rem;
}

/* text statt bilder in den boxen */
#impressions  .back-01 {
background-image:url(../images/logo03.jpg);
background-position:50% 50%;
background-repeat:no-repeat;
background-size:cover;
}

#impressions  .back-02 {
background-image:url(../images/logo05.jpg);
background-position:50% 50%;
background-repeat:no-repeat;
background-size:cover;
}

#impressions  .back-03 {
background-image:url(../images/logo04.jpg);
background-position:50% 50%;
background-repeat:no-repeat;
background-size:cover;
}

#impressions  .back-04 {
background-image:url(../images/logo01.jpg);
background-position:50% 50%;
background-repeat:no-repeat;
background-size:cover;
}

#impressions  .back-05 {
background-image:url(../images/logo02.jpg);
background-position:50% 50%;
background-repeat:no-repeat;
background-size:cover;
}

#impressions  .back-06 {
background-image:url(../images/logo06.jpg);
background-position:50% 50%;
background-repeat:no-repeat;
background-size:cover;
}


/* ############################################################ */
/* bereich fuss */
/* ############################################################ */

.section-fuss {
width:100%;
background:#263238;
color:#fff;
}

.fuss-content {
text-align:center;
margin: 0rem auto;
padding:1rem 0 ;
}


/* -----menu  ----- */

#fuss ul {text-align:center;
padding:0rem;
margin:0;
}

#fuss  li {list-style:none;display:block;
padding:0rem .2rem;
margin:0;
}

#fuss li a {display:inline-block;
text-decoration : none;
font-size:1.4rem;
letter-spacing:0rem;
padding:0rem ;
margin: 0;
color:#fff;
}

#fuss li a:hover {background:transparent;
color:#fff;
text-decoration:underline;
}


/* ############################################################ */
/* 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) {

/* keine angabe */

}


/* ==================================== ab 580 pixel ================================== */
@media (min-width: 580px) {

.logo-content {height:40vh; }

/* - - - - -   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_3b {width:50%; }
.box-1_of_4 {width: 50%; }
/* - - - - - ende  GRID-SYSTEM #1 - - - - - */

#name   {font-size:4.2rem; line-height:4.4rem; }

/* - - - - - 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: 50%;padding:2rem .5rem }
/* - - - - - ende  GRID-SYSTEM #2 - - - - - */

}

/* ==================================== ab 640 pixel ================================== */
@media (min-width: 640px) {

.logo-content {height:100vh; }

.box-tabcell.b1 {
background:linear-gradient(to bottom right, #78909C 0%,#78909C 10% , #78909C 10%, #78909C 90% , transparent 90%, transparent 100%);
}

.box-tabcell.b2 {
background:linear-gradient(to bottom left, #78909C 0%,#78909C 10% , #78909C 10%, #78909C 90% , transparent 90%, transparent 100%);
}

.box-tabcell.b3 {
background:linear-gradient(to top right, #78909C 0%,#78909C 10% , #78909C 10%, #78909C 90% , transparent 90%, transparent 100%);
}

.box-tabcell.b4 {
background:linear-gradient(to top left, #78909C 0%,#78909C 10% , #78909C 10%, #78909C 90% , transparent 90%, transparent 100%);
}

}


/* ==================================== ab 760 pixel ================================== */
@media (min-width: 760px) {

html {font-size:70%;}

.logo-content {height:40vh; }

.content {padding:6vh 7vw; }


/* - - - - -   GRID-SYSTEM #1  - - - - - */
.box-1_of_2 {width: 50%;  }
.box-1_of_3b {width:33.33%; }
/* - - - - - ende  GRID-SYSTEM #1  - - - - - */


/* - - - - -  GRID-SYSTEM #2 - mit display:table/table-cell - - - - - */
#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 .5rem }

#kontakt.wrapper-box-table {border-spacing:1rem 0rem; font-size:1.3rem }
#kontakt .box-tabcell  {display:table-cell;height:20rem;width: 50%; }

#impressions.wrapper-box-table {border-spacing:1rem .5rem; }
#impressions h3 {font-size:1.5rem; }
#impressions .box-tabcell  {display:table-cell;height:20rem;width: 50%;font-size:1.4rem;padding:2rem 1rem }
/* - - - - - ende  GRID-SYSTEM #2  - - - - - */



#fuss  li {display:inline; }

}


/* ==================================== ab 800 pixel ================================== */
@media (min-width: 800px) {

.logo-content {height:60vh; }

}


/* ===================================== ab 1024 pixel ================================= */

@media (min-width: 1024px) {

.content {padding:6vh 4vw; }


.logo-content {height:42.84vh; }


#main-spalte-1 {display:table-cell;vertical-align:top;
}

/* - - - - -  GRID-SYSTEM #1   - - - - - */
.box-1_of_3b {width:50%; }
.box-1_of_4 {width: 25%;  }
.box-1_of_5 {width: 20%;  }
/* - - - - - ende  GRID-SYSTEM #1  - - - - - */


}



/* ===================================== ab 1100 pixel ================================= */

@media (min-width: 1100px) {

html { font-size:75%; }

.content {padding:6rem 7rem; }

pre {width:50vw; }


}


/* ===================================== ab 1200 pixel ================================= */

@media (min-width: 1200px) {

/* - - - - -  GRID-SYSTEM #1   - - - - - */
.box-1_of_3b {width:33.33%; }
/* - - - - - ende  GRID-SYSTEM #1  - - - - - */

/* - - - - -  GRID-SYSTEM #2 - mit display:table/table-cell - - - - - */
#about .box-tabcell  {padding:2rem 2rem }
/* - - - - - ende  GRID-SYSTEM #2  - - - - - */

}



/* ===================================== ab 1400 pixel ================================= */

@media (min-width: 1400px) {

html { font-size:80%; }

.content {padding:6rem 9rem; }


}



/*  +  +  +  +  + +  +  +  +  +  C O D E ENDE  +  +  +  +  +  +  +  +  +  +  */