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


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 {
font-size:2.5rem;
line-height: 3rem;
margin-top: 2rem;
margin-bottom: 3.5rem;
}

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

h3 {
font-size:2rem;
line-height: 2.3rem;
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:#2c393a;
color:#CFCFCF;
border:dashed 1px #535353;
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:#CFCFCF;font-weight:bold;
transform:rotate(-45deg);
}


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

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


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

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

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

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

.box img,
.box a img {display:block;
width: 100%;
height: auto;
border:none;
box-shadow:0px 1px  2px #000;
}



/* ############################################################ */
/* bereich leiste */
/* ############################################################ */


.leiste-content {
width:100%;
margin:0 auto;
padding:0rem;
}


/* ############################################################ */
/* bereich slideshow header */
/* ############################################################ */

#slideshow {position:relative;
width:100%;height:30rem;
overflow:hidden;
margin:0;
padding:0;
}

#information {
width:100%;height:100%;
overflow:hidden;background:#674a49;
box-shadow:0px 0px  1px #000;
margin:0;
padding:0;
}


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

.section-logo {position:absolute;
z-index:1;
top:0;left:0;
width:100%;
overflow:hidden;
margin:0;
padding:0;
}

.logo-content {
width:100%;
margin:0 auto;
}

/* name */

.name {
	display:inline-block;
	width:35rem;
	background:#FFB300; /* IE9 */
	background:rgba(0,0,0,.5);
	color:#fff;
	font-size:2.2rem;
	line-height:2.4rem;
	text-align:center;
	margin:0;
	text-transform:uppercase;
	box-shadow:0px  0px 0px 1px white;
	padding-top: 1;
	padding-right: rem;
	padding-bottom: 1;
	padding-left: rem;
}

.name b {
font-weight:normal;
letter-spacing:2px;
font-size:1.4rem;
}


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

#logo ul {
padding:0rem;
margin:0;
}

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

#logo .fas ,
#logo .fab ,
#logo .far {display:inline-block;
background:#576c5a;
background:rgba(0,0,0,.5);
color:#fff;
font-size:1.6rem;
padding:1rem;
box-shadow:0px  0px 0px 1px white;
margin:0 -.15rem;
transition:all .3s ease-out;
}

#logo a:hover .fas ,
#logo a:hover .fab ,
#logo a:hover .far {
background:#576c5a;
transform:scale(1.3)
}



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

#logo .wrapper-box-table {
display:table;
width:100%;height:30rem;
padding:0;
background:transparent;
text-align:center;
}

#logo .box-tabcell-1a {
display:table-cell;
width: 100%;
padding:1rem 0;
vertical-align:middle;
}

#logo .box-tabcell-1b  {
	display:table-cell;
	width: 120%;
	height:100px;
	vertical-align:middle;
	text-align:center;
	background:transparent;
	padding-top: 0;
	padding-right: 1;
	padding-bottom: rem;
	padding-left: 1;
}

/* tabellenzelle-reihe */
#logo .tabrow {display:table-row; }


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

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

.content {
display:block;
width:100%;
min-height:40vh;
margin: 0 auto;
padding:6rem 2rem;
text-align:left;
}


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


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

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

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

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

/*  links */

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

.section-content:nth-child(3n+1)  a:hover  {text-decoration: none;
color:#AEB6B7;
}


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

.section-content:nth-child(3n+2) {
background:#452827;
color:#BDB0B3;
}

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

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

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

/*  links  */

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

.section-content:nth-child(3n+2) a:hover  {text-decoration: none;
color:#BDB0B3;
}


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

.section-content:nth-child(3n+3) {
background:#576C5A;
color:#D8DAD6;
}

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

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

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

/*  links */

.section-content:nth-child(3n+3)  a  {text-decoration:underline;
white-space:nowrap;
color:#D8DAD6;
}

.section-content:nth-child(3n+3)  a:hover  {text-decoration: none;
color:#D8DAD6;
}


/*  ----------------------------------------  */
/*  NUR der VIERTE abschnitt - die gallery    */
/*  ----------------------------------------  */

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

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



#gallery .box {display:inline-block;
width:100%;height:100%;
padding:0rem;
box-shadow:none;
margin:0 -.24rem -.12rem -.24rem ;/* ausgleich ( minus-margin) für INLINE-BLOCK-WHITESPACE-BUG*/
}

#gallery .box-1_of_3  {
width:100%;
text-align:center;
}

#gallery .box img,
#gallery .box a img {display:block;
width: 100%;
height: auto;
border:none;

}



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



/*  links WEITER-BUTTON */

#about span.weiter a {color:#dfcbca;
background:#452827;
box-shadow:0px 0px  1px #000;
text-decoration:none;
padding:.4rem 1.6rem .4rem 1.2rem;
border-radius:0rem;
}

#about span.weiter a:hover {color:#fff;
background:#445355;
text-decoration:none;
}

/* icons  */

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

#about .weiter a:before {display:inline-block;
font-family:'Font Awesome 5 Free';
content:"\f30b" ;
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;
color:#fff;
padding:.2rem 0;
margin:0 .6rem 0em .4rem;
transition:transform .4s ease-out;
}

#about .weiter  a:hover:before {
transform:  rotate(360deg);color:#b29998;
}


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

#about.wrapper-box-table {
display:table;
width:100%;
padding:0rem;
border-spacing:0rem 1rem;
color:#BDB0B3;
}

#about .box-tabcell {height:20rem;
display:table-cell;
background:#5f4948;
width: 100%;
padding:2rem ;
vertical-align:top;
text-align:center;
box-shadow:0px 0px  2px #000;
}


/* tabellenzelle-reihe */
#about .tabrow {display:table-row; }

#about h3 {
color:#fff;
text-align:center;
text-transform:uppercase;
font-weight:bold;
}


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


#kontakt {font-size:1.4rem; }

#kontakt .box-1_of_2 {width: 100%; }

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

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

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

#kontakt a  {color:#D8DAD6;
text-decoration:none;
}

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

#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;
background:#445355;
color:#fff;
border-radius:.3rem;
}

/* -----formular----- */
#formular {display:block;
width:100%;
margin:0 auto;text-align:center;
color:#D8DAD6;
letter-spacing:2px;
}

#formular textarea, #formular input {height:4rem;
width:99%;
padding:1rem;
background:transparent;
border:solid 1px transparent;
margin-bottom:1rem;
text-shadow:none;
font-size:1.6rem;
background:#859C88;
color:#000;
box-shadow:0px 0px  1px #000;
}

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

#formular #senden {background:#859C88;
color:#323F34;
text-shadow:none;
padding:0rem;font-size:1.5rem;
box-shadow:0px 0px  1px #000;
width:12rem;
border-radius:1rem;
height:3rem;
cursor:pointer;
}

#formular input:focus, #formular textarea:focus {
background:#EFEFEF;
}


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


#information {
width:100%;height:100%;
overflow:hidden;background:#674a49;
box-shadow:0px 0px  1px #000;
margin:0;
padding:0;
}





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

/* ----- nur falls weitere abschnitte auf der startseite hinzugefügt werden, kann hier die farbe für den fusstop-bereich angepasst werden  ----- */
.section-fusstop#start { background:#445355; }
/* -----ende ----- */


.section-fusstop {
width:100%;
background:#445355;
text-align:center;
}

.fusstop-content {display:inline-block;
background:transparent;
margin: 0rem auto;
padding:0rem 0rem ;
border-top-left-radius:.6rem;
border-top-right-radius:.6rem;
}

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

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

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

#fusstop .fas ,
#fusstop .fab ,
#fusstop .far  {
display:inline-block;
text-align:center;
margin:0rem -.24rem 0 -.24rem;
padding:0rem;
font-size:1.6rem;
width:4.6rem;
height:3.6rem;
line-height:3.6rem;
box-shadow:0px -1px 1px #402E2D;
background:#674A48 ;
color:#fff;
}

#fusstop a:hover .fas ,
#fusstop a:hover .fab ,
#fusstop a:hover .far  {
color:#fff;
background:#977777;
}



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

.section-fuss {display:table;
width:100%;
height:10rem;
background:#576C5A;
color:#9dad9f;
}

.fuss-content {display:table-cell;
text-align:center;
vertical-align:middle;
margin: 0rem auto;
padding:1rem 0 ;
}


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

#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:#9dad9f;
}

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

.content {padding:6rem 3rem; }


}


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


/* - - - - -   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%; }
.box-1_of_4b {width: 25%; }

/* - - - - - ende  GRID-SYSTEM #1 - - - - - */


/* - - - - -  GRID-SYSTEM #2 - mit display:table/table-cell - - - - - */
#logo .box-tabcell-1a ,
#logo .box-tabcell-1b  {width: 50%; display:table-cell}
#logo .tabrow {display:none; }
/* - - - - - ende  GRID-SYSTEM #2  - - - - - */


}


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

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

}


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

html {font-size:70%;}

.content {padding:6rem 4.5rem; }

/* - - - - -   GRID-SYSTEM #1  - - - - - */
.box-1_of_2 {width: 50%;  }
#kontakt .box-1_of_2 {width: 50%;  }
#kontakt #formular  { padding-right:4rem; }
/* - - - - - ende  GRID-SYSTEM #1  - - - - - */


/* - - - - -  GRID-SYSTEM #2 - mit display:table/table-cell - - - - - */
#about.wrapper-box-table {border-spacing:0rem 0rem; font-size:1.4rem }
#about h3 {font-size:1.5rem; }
#about .box-tabcell  {width: 33.33%; }
#about .tabrow {display:none; }
/* - - - - - ende  GRID-SYSTEM #2  - - - - - */


#fuss  li {display:inline; }

}


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

@media (min-width: 800px) {

/* keine angabe */


}


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

@media (min-width: 1024px) {

.name {font-size:3.6rem; line-height:3.6rem; }

.name b {font-size:1.8rem; }

/* - - - - -  GRID-SYSTEM #1   - - - - - */
.box-1_of_4 {width: 25%;  }
.box-1_of_5 {width: 20%;  }
#kontakt .box-1_of_2 {padding: 1rem 2rem 2rem 2rem ; }
#gallery .box-1_of_3 {width: 33.33%; }
/* - - - - - ende  GRID-SYSTEM #1  - - - - - */


/* - - - - -  GRID-SYSTEM #2  - - - - - */
#about.wrapper-box-table {border-spacing:1rem 0rem; }
/* - - - - - ende  GRID-SYSTEM #2  - - - - - */


}



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

/* einrücken der bilder */
.content .wrapper-box {padding:0rem 5rem; }

/* KEIN einrücken der bilder bei der galley auf der startseite */
.content #gallery.wrapper-box {padding:0rem 0rem; }


}



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

@media (min-width: 1400px) {

html { font-size:80%; }

.content {padding:6rem 9rem; }

}



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