

/* = = = = = = = = = = = = = = = = = 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', arial,helvetica, roboto ,sans-serif;
font-size:62.5%;
line-height:1.5;
}

body {height:100%;
font-size:1.8rem;
margin: 0 auto;
overflow-x:hidden;
color:#C4C4BF;
}


/* ---- überschriften ----- */

h1, h2, h3, h4, h5 {text-align:center;
font-weight:bold;text-transform:none;
}

h2 {color:#D2D1CA;font-family: serif;
font-size:2.8rem;
line-height: 3.5rem;
margin-top: 1rem;
margin-bottom: 3.5rem;
letter-spacing: 0rem;
}

h2:after {display:block;
border-top: 1px solid #BE9F76;
width: 50px;
content: "";margin:0 auto;
margin-top: 2rem;
}


h3 {color:#efefef;
font-size:2.1rem;
line-height: 3rem;
margin-top: 1rem;
margin-bottom:2.5rem;
letter-spacing: -.1rem;
}


/* ----- 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 #686868;
background:transparent;
}

pre .extra {display:inline-block;
position:absolute;
left:-1.5rem;top:1.5rem;font-size:1.8rem;
color:#000;font-weight:normal;
background:#fff;padding:0 .5rem;
transform:rotate(-45deg);
}


/*  ----------------------------------------  */
/* allgemeine links */
/*  ----------------------------------------  */

a  {color:#C4C4BF;
text-decoration: underline; }

label a {cursor:pointer; }

a:hover {color:#C4C4BF;
text-decoration: none;
}


/* ############################################################ */
/*  speziell*/
/* ############################################################ */

/* bilder -anpassen der grösse */
img {max-width: 100%;display:block;
margin:0 auto;
height: auto;
border-radius:0rem;
}



/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */
/*  GRID-SYSTEM  - für Bilder / Spalten */
/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */

/* ---------- boxen - grundsystem ---------- */

.box {display:inline-block;
text-align:left;
vertical-align:top;
width:100%;
padding: 1rem 1rem;
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:1rem; }
.bilder.single-pic .box {padding:0rem; }

.bilder .box-1_of_1 ,
.bilder .box-1_of_2 ,
.bilder .box-1_of_3,
.bilder .box-1_of_4 {width:100%; }

#gallery .bilder .box img {border-radius:0;}
#gallery .bilder .box  {padding:.5rem; }
#gallery .bilder .box-1_of_2 {width:50%; }
#gallery .bilder .box-1_of_3 {width:33.33%; }
#gallery .bilder .box-1_of_4 {width:50%; }

/*  bei Mausberührung der Bilder, wenn diese verlinkt sind (z.B Lightbox) */
a:hover img {opacity:.8;  filter: blur(2px)  }


/*  ---------- boxen - andere ---------- */

#fuss .box-1_of_3 {width: 100%; }



/* ############################################################ */
/* bereich header */
/* ############################################################ */

header {height:100%;
background:#70695b;
background-image:url(../images/medium_picture1081.jpg);
background-repeat:no-repeat;
background-position:50% 90%;
background-size:cover;
}

/* fotos auf den unterseiten */
header.primus-pic  {background-image:url(../images/medium_picture1048.jpg); }
header.secundus-pic {background-image:url(../images/medium_picture301.jpg); }
header.tertius-pic  {background-image:url(../images/medium_picture05.jpg); }
header.quartus-pic  {background-image:url(../images/medium_picture1079.jpg); }
header.quintus-pic  {background-image:url(../images/medium_picture212.jpg); }
header.sextus-pic  {background-image:url(../images/medium_picture898.jpg); }

header .filter {background:rgba(0,0,0,.2); }



/* ############################################################ */
/* bereich logo */
/* ############################################################ */

#logo {
display:table;width:100%;
margin:0 auto;
height:100vh;
padding:0rem 1rem;
}

.logo-a  {display:table;width:100%;height:100%;padding:2rem .5rem;margin:0 auto; }


/* logo-object  */

#logo .logo-object {display:table-cell;vertical-align:middle;text-align:center;
padding:2rem 0rem;
}

#logo .name {display:block;color:rgba(255,255,255,.6);
background:linear-gradient(to right,transparent 2%,rgba(0,0,0,.5),rgba(0,0,0,.8),rgba(0,0,0,.5), transparent);
font-family: serif;
font-weight:bold;
text-transform:uppercase;
font-size:2.8rem;
line-height: 4rem;
letter-spacing:2px;
margin: 0 ;
padding:1rem 0;
}


/* ############################################################ */
/* bereich inhalt */
/* ############################################################ */

main#inhalt {display:block;
background:#2f2c26;
background:linear-gradient(to bottom, #2F2C26, #181714, #2F2C26);
padding:0rem;
text-align:center;
}

main#inhalt .box {text-align:center; }

.inhalt-a {display:inline-block;
width:100%;
margin:2rem 0;
padding:2rem 1.5rem 6rem 1.5rem;
}



/* ----- bildbeschreibung ----- */

article.bildbeschreibung {margin:1.5rem 0;font-size:1.5rem;text-align:center;padding:0 0rem;font-style:italic;}

/* icon bei bildbeschreibung */
.bildbeschreibung:before {position:relative;bottom:-0.2rem;
display:inline-block;
text-align:center;
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. */
padding:0;
content:"\f0d8";
color:red;
transform:scale(1.5);
width:2rem;
}



/* ############################################################ */
/* bereich fuss */
/* ############################################################ */

footer {
margin:0 auto;
padding:0rem ;
background:#1f1f1f;
background:linear-gradient(to right,#090909 2%,#272627, #090909);
}

#fuss {display:block;
width:100%;
margin: 0 auto;
padding:0;
}

.fuss-a {display:block;
margin: 0 auto;
padding:1rem 1.5rem;
}

/* gilt nur für jeden zweiten article in der jeweiligen fuss box, also hier für FOLLOW US und SERVICE  */
#fuss .box article:nth-child(2) {margin-top:3.5rem; }


#fuss .box h3 {
text-align:left;
font-size:1.7rem;
color:#fff;
letter-spacing:2px;
font-weight:bold;
text-transform:uppercase;
padding-bottom:.5rem;
margin-top:2rem;
margin-bottom:.5rem;
}


/*  ----------------------------------------  */
/*  die wesentlichen schriftformate für den gesamten footer plus fussmenu */
/*  ----------------------------------------  */

#fuss ,
#fuss a {
color:#BFBFBF;
text-shadow:none;
font-weight:normal;
font-size:1.6rem;
line-height:2.8rem;
text-decoration:none;
}

.fussmenu  ul {text-align:left;list-style: none;padding: 0;margin: 0; }
.fussmenu li { display:block; }
#fuss li a:hover {color:#fff;text-decoration:none; }

/* icons kontakt */

.fussmenu ul.contact li  {display:block; }
.fussmenu ul.contact li i {color:#8C6C42;font-size:1.5rem;margin-right:1.2rem;transition:all .3s; }
.fussmenu ul.contact li a:hover i {color:#fff;transform:rotate(360deg) }


/* icons social media und service */

.fussmenu ul.social li  {display:inline-block; margin-right:1rem;margin-bottom:1rem; }
.fussmenu ul.social li i {display:block;color:#8C6C42;font-size:1.5rem;transition:all .3s ease-out; }
.fussmenu ul.social li a:hover i {color:#fff;transform:rotate(360deg) }



/* ############################################################ */
/* 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%; }

main#inhalt .box {
text-align:left;
}


.bilder .box-1_of_4  {width: 50%; }

}


/* ==================================== ab 580 pixel ================================== */
@media (min-width: 580px) {

article.bildbeschreibung {margin:1.5rem 0;font-size:1.5rem;text-align:center;padding:0 4rem;font-style:italic;}

.bilder .box-1_of_2  {width: 50%; }
#gallery .bilder .box-1_of_4 {width:25%; }
.fuss-a  {width:94%; }

}


/* ==================================== ab 640 pixel ================================== */
@media (min-width: 640px) {

#fuss .box-1_of_3  {width: 50%; }

}


/* ==================================== ab 760 pixel ================================== */
@media (min-width: 760px) {

#logo {height:50vh; padding:0rem 0rem; }
#logo .name {font-size:5rem;line-height: 5rem; }

.logo-a  {width:700px;padding:4rem .5rem; }
.inhalt-a  {width: 700px; padding:4rem 1.5rem; }

.bilder .box-1_of_3  {width: 33.33%;  }

#fuss , #fuss  a {font-size:1.3rem; }
#fuss .box h3 {font-size:1.3rem; }

}


/* ==================================== ab 800 pixel ================================== */
@media (min-width: 800px) {

/* keine angabe */

}


/* ===================================== ab 960 pixel ================================= */
@media (min-width: 960px) {

#logo {height:60vh; }

#logo .name {font-size:6rem;line-height: 6rem; }

.logo-a  {width: 90%; }
.inhalt-a  {width: 90%; }
.fuss-a  {width:90%; }

.bilder .box-1_of_4  {width: 25%; }
#fuss .box-1_of_3  {width: 33.33%; }

/* gilt nur für jeden zweiten article in der fuss box, also hier für FOLLOW US und SERVICE  */
#fuss .box article:nth-child(2) {margin-top:0; }

}


/* ===================================== ab 1024 pixel ================================= */
@media (min-width: 1024px) {

pre {width:70%; }

}


/* ===================================== ab 1280 pixel ================================= */
@media (min-width: 1280px) {

.logo-a {width: 78%;}
#logo {height:70vh; }
.inhalt-a  {width: 78%; }
.fuss-a  {width:78%; }

}


/* ===================================== ab 1400 pixel ================================= */
@media (min-width: 1400px) {

html {font-size:85%; }

}


/* ===================================== ab 1650 pixel ================================= */
@media (min-width: 1650px) {

.logo-a {width: 1250px;}
.inhalt-a  {width: 1250px;}
.fuss-a  {width:1250px;  }

}