

/* = = = = = = = = = = = = = = = = = datei format.css = = = = = = = = = = = = = = = = = = = = = = = = = */



/* ############################################################ */
/* allgemein */
/* ############################################################ */

*, *:before, *:after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

html, body {
font-family: helvetica, tahoma,georgia,  arial, Verdana, Segoe,roboto ,sans-serif;
font-size:62.5%;
line-height:1.5;
}

body {height:100%;
font-size:1.3rem;
margin: 0 auto;
overflow-x:hidden;
color:#000;
}


/* ---- überschriften ----- */

h1, h2, h3, h4, h5 {text-align:left;
font-weight:bold;text-transform:none;
}

h1 {
font-size:2.5rem;
line-height: 3.5rem;
margin-top: 0rem;
margin-bottom: 5.2rem;
}

h2 {
font-size:2rem;
line-height: 3rem;
margin-top: 1rem;
margin-bottom: 3.5rem;
letter-spacing:1px;
}

h2.extra {line-height: x3.5rem;border-bottom:solid 1px firebrick;margin-bottom:2.5rem; }


h3 {
font-size:1.5rem;
line-height: 2.4rem;
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.3rem;
font-family: helvetica, tahoma,georgia,  arial, Verdana, Segoe, 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.3rem;
color:#fff;font-weight:normal;
background:#1f1f1f;padding:0 .5rem;
transform:rotate(-45deg);
}

/*  ----------------------------------------  */
/* allgemeine links */
/*  ----------------------------------------  */

a {color:#000000;
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;
}

/* nummer vor h2-extra-überschrift */
.number {display:inline-block;
text-align:center;
color:#fff;
background:firebrick;
margin:0 .8rem 0 0;
padding:0 .5rem;
}


/*  ----------------------------------------  */
/*   MEHR LESEN-BUTTON  */
/*  ----------------------------------------  */

/* ----- style ----- */

.button  {display:block;
margin:3rem 0 1rem 0;
text-align:left;
}

.button .mehr_lesen a {display:inline-block;
color:firebrick;text-transform:uppercase;font-size:1.3rem;
background:transparent;
border-radius:0rem;
letter-spacing:1px;
border:solid 2px firebrick;
text-decoration:none;
padding:.3rem 2rem ;
transition:all  .3s ease-out;
cursor:pointer;
}

.button .mehr_lesen a:hover {color:#fff;
background:#547583;
border:solid 2px transparent;
}


/*  ----------------------------------------  */
/* spezielle button-platzierung mit position:relative/absolute */
/* siehe beim abschnitt tertius */
/*  ----------------------------------------  */

.button-position {POSITION:relative; }



/*  ----------------------------------------  */
/* 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 -  bei vorangestelltem icon (fontawesome) ----- */

.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 {display:block;list-style:none;
list-style-position: inside; /* rückt gfls zweite zeile ein*/
text-indent:-1.5rem; /* rückt gfls zweite zeile ein */
padding:0.4rem 1rem 0.4rem 1.5rem; /* rückt gfls zweite zeile ein */
}


.liste-spez-2  i {padding-right:.8rem;color:#A4BDC6; }
.liste-spez-2 li a:hover i {color:#aab7c1; }



/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */
/*  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:left; }
.bilder .box  {padding:.6rem; }

.bilder .box-1_of_1 ,
.bilder .box-1_of_2 ,
.bilder .box-1_of_3,
.bilder .box-1_of_4,
.bilder .box-1_of_5 {width:100%; }

#gallery .bilder .box-1_of_2 {width:50%; }
#gallery .bilder .box-1_of_3 {width:33.33%; }
#gallery .bilder .box-1_of_4 {width:25%; }
#gallery .bilder .box-1_of_5 {width:15%; }



/*  bei Mausberührung der Bilder, wenn diese verlinkt sind (z.B Lightbox) */
a:hover img {opacity:.8;  filter: contrast(1.4); }

/* ---------- boxen - andere ---------- */

#fuss .box-1_of_3 {width: 100%; }



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

header {background:transparent; }


/* ############################################################ */
/* bereich top */
/* ############################################################ */

#top-wrapper {display:block;width:100%;
padding:0rem;margin:0 auto;
background:#dbdbdb;
POSITION:fixed;
z-index:1;
box-shadow:0 0 .2rem rgba(0,0,0,.4);
}

#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 {text-transform:none;
display:inline-block;
color:#000000;
text-shadow:1px 1px 3px rgba(0,0,0,.4);
font-weight:normal;
letter-spacing:1px;
margin:0 auto;
padding:0rem .5rem;
font-size:2rem;
line-height: 2.3rem;
}

/* icon */
.name i {color:#DDE3E8; }


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

#logo {
display:table;border-spacing:0rem 0rem;
width:100%;height:100vh;
margin:0 auto;
padding:0rem 0 0 0;background-image:url(../images/logo01.jpg);
background-repeat:no-repeat;
background-position:50% 50%;
background-size:cover;
}

.logo-a  {display:table-cell;vertical-align:middle;
text-align:center;
padding-top:4rem;
}


/* ----- logo-object mit slogan und buttons ----- */

.logo-object {display:inline-block;
height:auto;width:30rem;
margin:0 auto;padding:1rem;
background:rgba(0,0,0,.7);
box-shadow:0 0 100px rgba(0,0,0,.95);
}

/* slogan */

.slogan {display:block;
font-size:1.8rem;line-height:2.2rem;
color:white;
margin: 0rem;
padding: 0;
}

/* logo button  */

#logo .button  {display:inline-block; margin: 1rem 0rem;text-align:center; }

#logo .button.btn-1 .mehr_lesen a {margin:0 .2rem;width:12rem;
border:solid 2px white;
color:firebrick;
background:firebrick;
padding:.3rem 1rem ;
border:solid 2px transparent;
}

#logo .button.btn-2 .mehr_lesen a {margin:0 .2rem;width:12rem;
color:white;
background: firebrick;
padding:.3rem 1rem ;
border:solid 2px transparent;
}


/* logo button hover  */

#logo .button.btn-1 .mehr_lesen a:hover {background:firebrick;border:solid 2px firebrick;
color:#fff;
}

#logo .button.btn-2 .mehr_lesen a:hover {background:firebrick;border:solid 2px firebrick;
color:#fff;
}


/* ############################################################ */
/* bereich inhalt */
/* ############################################################ */

main#inhalt {display:block;
background:#fff;
padding:0rem 0rem 0rem 0rem;
margin:0 auto;
}

.inhalt-a {display:block;
width:100%;
margin:0 auto;
padding:6rem 1.5rem 6rem 1.5rem;
}


/*  ----------------------------------------  */
/*  NTH-CHILD - jeder ungerade (odd) abschnitt, also 1, 3, 5 , 7 usw. */
/*  ----------------------------------------  */

.section-inhalt:nth-child(odd)  {background:#fff;color:#000; }


/*  ----------------------------------------  */
/*  NTH-CHILD - jeder gerade (even) abschnitt, also 2, 4, 6 , 8 usw. */
/*  ----------------------------------------  */

.section-inhalt:nth-child(even)  {background:#161414;
background:linear-gradient(to right bottom , #899499, #899499, #476370);
color:#000; }


/* button */
.section-inhalt:nth-child(even) .button .mehr_lesen a {color:#B22222;background:transparent;
border:solid 2px #B22222;
}

/* button hover */
.section-inhalt:nth-child(even) .button .mehr_lesen a:hover {color:#000;
background:white;
border:solid 2px white;
}

/* number */
.section-inhalt:nth-child(even) .number { background:firebrick;
color:#fff; }

/* link/hover */
.section-inhalt:nth-child(even) a {color:#cfcfcf; }
.section-inhalt:nth-child(even) a:hover {color:#fff; }


/*  ----------------------------------------  */
/*  NTH-CHILD - nur der dritte (3) abschnitt */
/*  ----------------------------------------  */

.section-inhalt:nth-child(3)  {background:#C0C0C0; }


/*  ----------------------------------------  */
/*  NTH-CHILD - nur der vierte (4) abschnitt */
/*  ----------------------------------------  */

.section-inhalt:nth-child(4)  {
background-image:url(../images/logo02.jpg);
background-repeat:no-repeat;
background-position:50% 50%;
background-size:cover;padding:0;
}

.section-inhalt:nth-child(4) .filter {background:rgba(0,0,0,.2);}



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

/* im boxfenster kontakt */
.liste-spez  b.day {display:inline-block;width:6rem;font-weight:normal;padding-left:0rem; }


/*  ----------------------------------------  */
/* box presentation  */
/*  ----------------------------------------  */

#presentation .box  {
margin-bottom:3rem;
}

#presentation h3 {
margin-top: 0rem;
margin-bottom:1rem;
}


/* spezielle button-platzierung mit position */

#presentation .button-position .button  {
POSITION:static; /* keine auswirkungen  */
bottom:-3rem;left:0rem;
}



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

footer {
background:#899499;background:#E2DFD2;background:#E2DFD2;
margin:0 auto;
padding:0rem ;
border-top: solid .1rem rgba(50,50,50,.1);
}

#fuss {display:block;
width:100%;
margin: 0 auto;
padding:0rem ;
}

.fuss-a {display:block;
margin: 0 auto;
padding:2rem 2rem;
}


#fuss .box h3 {
text-align:left;
font-size:1.6rem;
color:#18282E;
letter-spacing:1px;
font-weight:bold;
text-transform:uppercase;
padding-bottom:.5rem;
margin-top:2rem;
margin-bottom:.5rem;
}

/* rahmen bei den bilder der quick-gallery */
#gallery .bilder.quick img {border:solid .5rem #536970; }
#gallery .bilder.quick img:hover {border:solid .5rem #fff; }


/* abstands-ausgleich -gilt nur für jeden zweiten und dritten article in der fuss box, also hier für KONTAKT, EXTERNE LINKS, QUICK GALLERY und FOLLOW US */
#fuss .box article:nth-child(2),
#fuss .box article:nth-child(3) {margin-top:3.5rem; }


/*  ----------------------------------------  */
/*  die wesentlichen schriftformate für den gesamten footer plus fussmenu */
/*  ----------------------------------------  */

#fuss ,
#fuss a {
color:#252E30;
text-shadow:none;
font-weight:normal;
font-size:1.5rem;
line-height:2.5rem;
text-decoration:none;
}

.fussmenu  ul {text-align:left;padding: 0;margin: 0; }
.fussmenu li { list-style: none; }
#fuss li a:hover {color:#000;text-decoration:underline }


/* social media */

.fussmenu  a span i {display:inline-block
font-size:1.5rem;
border-radius:.4rem;
color:#898988;
margin-right:1rem;
transition:all .3s;
}

.fussmenu  a:hover span i {
color:#fff;transform:rotate(720deg);
}



/* ############################################################ */
/* 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;}
.inhalt-a  {width: 540px; }
.fuss-a  {width:96%; }

.bilder .box-1_of_2  {width: 50%; }

}


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

#fuss .box-1_of_3  {width: 50%; }

}


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

html {font-size:80%; }

.inhalt-a  {width: 700px; }

#logo {height:40rem; }

.bilder .box-1_of_3  {width: 33.33%;  }

#fuss , #fuss  a {font-size:1.3rem; }
#fuss .box h3 {font-size:1.3rem; }

}


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

#logo { height:100vh; }

.inhalt-a  {width: 90%; }

/* filter nach rechts hin ausgeblendet in transparent */
.section-inhalt:nth-child(4) .filter {background:linear-gradient(to  right,rgba(0,0,0,.15), transparent);}

#presentation {display:table;width: 100%;border-spacing:3rem 0rem;table-layout:fixed;padding-bottom:4rem }
#presentation .box {display:table-cell;padding:0rem 0 4rem 0;  }

/* spezielle button-platzierung mit position */
#presentation .button-position .button  {
POSITION:absolute;
}


.box-1_of_2  {width: 50%; }
.bilder .box-1_of_4  {width: 25%; }
#fuss .box-1_of_3  {width: 33.33%; }

}


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

pre {width:70%; }

}


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

.inhalt-a  {width: 82%; }
.fuss-a  {width:82%; }

}


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

html {font-size:85%; }

}


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

.inhalt-a  { width:1500px; }
.fuss-a  { width:1500px; }

}