

/* = = = = = = = = = = = = = = = = = 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_sanscondensed_light', tahoma,georgia,  arial, Verdana, Segoe, 'Open Sans',helvetica,roboto ,sans-serif;
font-size:62.5%;
line-height:1.5;
}

body {height:100%;
font-size:1.7rem;
margin: 0 auto;
overflow-x:hidden;
color:#2f2f2f;
}


/* ---- �berschriften ----- */

h1, h2, h3, h4, h5 {text-align:left;
font-weight:bold;text-transform:none;
}

h1 {
font-size:3rem;
line-height: 3.5rem;
margin-top: 0rem;
margin-bottom: 5.2rem;
}

h2 {
font-size:2.3rem;
line-height: 3rem;
margin-top: 1rem;
margin-bottom: 3.5rem;
letter-spacing:1px;
}

h2.extra {border-bottom:dashed 1px black; }

h3 {
font-size:1.8rem;
line-height: 2.2rem;
margin-top: 1rem;
margin-bottom:2.5rem;
letter-spacing:0px;
}


/* ----- quelltext-erkl�rungen - wenn vorhanden ----- */

pre {white-space:pre-wrap;position:relative;
font-size:1.5rem;
font-family:'open_sanscondensed_light', tahoma,georgia,  arial, Verdana, Segoe, 'Open Sans',helvetica,roboto ,sans-serif;
padding:0rem 1rem 2rem 1rem;
margin:4rem auto;
text-align:center;
border:dotted 0.1rem #000;
background:transparent;
}

pre .extra {display:inline-block;
position:absolute;
left:-1.5rem;top:1.5rem;font-size:1.8rem;
color:#fff;font-weight:normal;
background:#1f1f1f;padding:0 .5rem;
transform:rotate(-45deg);
}

/*  ----------------------------------------  */
/* allgemeine links */
/*  ----------------------------------------  */

a {color:#000;
text-decoration: underline;
cursor:pointer;
}

a:hover {color:#000;
text-decoration: none  ;
}


/* ############################################################ */
/*  speziell*/
/* ############################################################ */

/* bilder -anpassen der gr�sse */
img {max-width: 100%;display:block;
margin:0 auto;
height: auto;
border-radius:0;
}


/*  ----------------------------------------  */
/*   BUTTON  */
/*  ----------------------------------------  */

/* ----- style ----- */

.button  {display:block;
margin:3rem 0 1rem 0;
text-align:left;
}

.button .mehr_lesen a {display:inline-block;
color:#000;text-transform:uppercase;font-size:1.3rem;
background:transparent;
border-radius:0rem;
letter-spacing:1px;
border:solid 1px #1f1f1f;
text-decoration:none;
padding:.3rem 2rem ;
transition:all  .3s ease-out;
cursor:pointer;
}

.button .mehr_lesen a:hover {color:#000;
background:white;
border:dashed 1px #2f2f2f;
}



/*  ----------------------------------------  */
/* LISTE-SPEZIAL  */
/*  ----------------------------------------  */

/* ----- style 1 ----- */

.liste-spez   {display:block;padding:0;}

.liste-spez ul  {text-align:left;
margin:0rem 0 0 0;
padding:0rem 0 0 2rem;
}

.liste-spez li {list-style:square; }


/* ----- style 2 - wenn icon (fontawesome) vorangestellt ----- */

.schalter .liste-spez-2   {display:block;padding:0;}

.liste-spez-2 ul  {text-align:left;
margin:0rem 0 0 -1rem;
padding:0rem 0 0 2rem;
}

.liste-spez-2 li {list-style:none;
list-style-position: inside; /* r�ckt gfls zweite zeile ein*/
text-indent:-1.4rem; /* r�ckt gfls zweite zeile ein */
padding-left:1.5rem; /* r�ckt gfls zweite zeile ein */
}

/* bei vorangestelltem icon (fontawesome) */
.liste-spez-2  i {transform:scale(.9);padding-right:.8rem;color:darkseagreen; }
.liste-spez-2 li a:hover i {color:sandybrown; }




/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */
/*  GRID-SYSTEM  - f�r Bilder / Spalten */
/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */

/* ---------- boxen - grundsystem ---------- */

.box {display:inline-block;
text-align:left;
vertical-align:top;
width:100%;
padding: 1rem 1.5rem;
margin:0 -.25rem -.25rem  -.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 {width:100%; }


/* ---------- boxen - bilder ---------- */

.bilder  {text-align:center; }
.bilder .box  {padding:.4rem; }

.bilder .box-1_of_1 ,
.bilder .box-1_of_2 ,
.bilder .box-1_of_3,
.bilder .box-1_of_4 {width:100%; }
.bilder .box-1_of_4b  {width: 50%; }

#gallery .bilder .box-1_of_2 {width:50%; }
#gallery .bilder .box-1_of_3 {width:33.33%; }


/*  bei Mausber�hrung der Bilder, wenn diese verlinkt sind (z.B Lightbox) */
a:hover img {opacity:.8;  filter: contrast(1.4); }



/* ############################################################ */
/* bereich header */
/* ############################################################ */

header {background:#fff; }


/* ############################################################ */
/* bereich top */
/* ############################################################ */

#top-wrapper {display:block;width:100%;
padding:0rem;margin:0 auto;
background:rgb(97, 71, 41);
POSITION:fixed;
z-index:1;
box-shadow:0 0 .2rem rgba(0,0,0,.3);
}

#top {display:table;width:100%;
padding:0rem;margin:0 auto;
}

.top-a {display:table-cell;vertical-align:middle;
width:auto;
text-align:left;
padding:1rem 0.5rem 1rem 1rem;
}

.top-b {display:table-cell;vertical-align:top;
width:auto;
text-align:center;
padding:1rem 0.5rem 1rem 0.5rem;
}


/* homepagename  */

.name {font-family: 'old_standard_ttitalic';
font-size:1.9rem;
text-transform:none;
display:inline-block;
color:beige;
font-weight:normal;
margin:0 auto;
padding:0rem 1.5rem;
}


/* ############################################################ */
/* bereich logo */
/* ############################################################ */

#logo {
display:table;border-spacing:0rem 0rem;
width:100%;
margin:0 auto;
padding:4.8rem 0 0 0;height:100vh;;
}

.logo-a  {display:table-cell;vertical-align:middle;
text-align:center;
padding:0;background:beige;
background-image:url(../images/logo02.jpg);
background-repeat:no-repeat;
background-position:50% 50%;
background-size:cover;
}


/* logo icon */

#logo  i {display:inline-block;margin:0;
color:#ffd3d3;
font-size:11rem;box-shadow:0 0 0 2px #ffafaf;
background:lightcoral;
border-radius:36rem;
height:18rem;width:18rem;line-height:18rem;
font-style:normal;
}

/* logo button */

#logo .button  {display:block;
margin:3rem 0 1rem 0;
text-align:center;
}

#logo .button .mehr_lesen a {letter-spacing:12px;
color:#fff;
background:rgba(0,0,0,.4);
border:0;
border-radius:36rem;
}

#logo .button .mehr_lesen a:hover {color:#000;
background:#ffd3d3;
}




 /* ############################################################ */
/* bereich inhalt */
/* ############################################################ */

main#inhalt {display:block;
background:#fff; /* wird f�r die startseite index.html durch 'nth-child' �berschrieben, formatierung f�r die boxfenster in der datei boxfenster.css  */
padding:0rem;
margin:0 auto;
}

.section-inhalt {display:table;width:100%;height:100vh;
padding:3rem 0rem;
margin:0 auto;
}

.inhalt-a {display:table-cell;
vertical-align:middle;text-align:center;
background:transparent;
padding:2rem 1rem;
}

.zitat {display:block;font-family: 'old_standard_ttitalic';font-size:1.9rem; }


/*  ----------------------------------------  */
/*  NTH-CHILD - abschnitte im inhalt */
/*  ----------------------------------------  */

/*  NTH-CHILD - abschnitt 1 */
.section-inhalt:nth-child(1)  {background:#FDCD8C; }

/*  NTH-CHILD - abschnitt 2 */
.section-inhalt:nth-child(2)  {background:lavender; }

/*  NTH-CHILD - abschnitt 3 */
.section-inhalt:nth-child(3)  {background:linen; }

/*  NTH-CHILD - abschnitt 4 */
.section-inhalt:nth-child(4)  {background:lightblue; }

/*  NTH-CHILD - abschnitt 5 */
.section-inhalt:nth-child(5)  {background:honeydew; }

/*  NTH-CHILD - abschnitt 6 */
.section-inhalt:nth-child(6)  {background:lightyellow; }


/*  ----------------------------------------  */
/*  boxfenster */
/*  ----------------------------------------  */

/* im boxfenster sextus */
.liste-spez  b.day {display:inline-block;width:6rem;font-weight:normal;padding-left:0rem; }



/* ############################################################ */
/* bereich fuss */
/* ############################################################ */

footer {
background:#fff;
margin:0 auto;
padding:0rem ;
border-top: solid .1rem rgba(50,50,50,.1);
}

#fuss {display:block;
margin: 0 auto;
padding:0rem;
}

.fuss-a {display:block;
margin: 0 auto;
padding:2rem .5rem;
}

#fuss .box {
padding:0rem 0rem;
}

#fuss .box article {
margin-bottom:1rem;
}


/*  ----------------------------------------  */
/*  die wesentlichen schriftformate f�r den gesamten footer plus fussmenu */
/*  ----------------------------------------  */

#fuss,
#fuss a {
color:#1f1f1f;
font-weight:normal;
font-size:1.4rem;
line-height:3rem;
padding:0 .2rem;
letter-spacing:1px;
text-transform:uppercase;text-decoration:none;
}

.fussmenu  ul {text-align:center;list-style: none;padding: 0;margin: 0;}
.fussmenu li { display:inline-block; }

#fuss li a:hover  {color:#1f1f1f;text-decoration:underline }


/* social media */

.fussmenu  a span i {
font-size:1.5rem;
border-radius:.4rem;
color:#4f4f4f;
padding:.7rem;
margin:0rem;
transition:all .4s;
}

.fussmenu  a:hover span i {transform:rotate(25deg) }




/* ############################################################ */
/* M E D I A   Q U E R I E S */
/* CSS Bildschirmabfragen */
/* ############################################################ */

/* ==================================== ab 320 pixel ================================== */
@media (min-width: 320px) {

/* - hinweis -
f�r die kleinste smartphone-aufl�sung von 320 pixel ben�tigen wir KEINE bildschirmabragen (css-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) {

html {font-size:70%; }

.bilder .box-1_of_4  {width: 50%; }

}


/* ==================================== ab 580 pixel ================================== */
@media (min-width: 580px) {

.top-a {padding:1rem 0.5rem 1rem 3rem; }

.bilder .box-1_of_2  {width: 50%; }

}


/* ==================================== ab 640 pixel ================================== */
@media (min-width: 640px) {

/* keine angabe */

}


/* ==================================== ab 760 pixel ================================== */
@media (min-width: 760px) {

html {font-size:80%; }

#logo { height:100vh; }

.section-inhalt {height:60vh; }

.inhalt-a {padding:2rem 5rem; }

.bilder .box-1_of_3  {width: 33.33%;  }

#fuss , #fuss  a {font-size:1.3rem; }

}


/* ===================================== ab 960 pixel ================================= */
@media (min-width: 960px) {

.section-inhalt {height:100vh; }

.bilder .box-1_of_4  {width: 25%; }

}


/* ===================================== ab 1024 pixel ================================= */
@media (min-width: 1024px) {

pre {width:70%; }

}


/* ===================================== ab 1280 pixel ================================= */
@media (min-width: 1280px) {

.inhalt-a  { padding:3rem 10vw;}

}


/* ===================================== ab 1400 pixel ================================= */
@media (min-width: 1400px) {

html {font-size:85%; }

}



/* ===================================== ab 1650 pixel ================================= */
@media (min-width: 1650px) {

.inhalt-a  { padding:3rem 15vw; }
#top { padding:3rem 15vw; }
.fuss-a  { padding:3rem 15vw; }

}