

/* = = = = = = = = = = = = = = = = = 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:#d6f58e;
}


/* ---- überschriften ----- */

h1, h2, h3, h4, h5 {text-align:center;
font-weight:bold;text-transform:none;
}


h2 {color:#efefef;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 #ddf2b8;
width: 50px;
content: "";margin:0 auto;
margin-top: 2rem;
}


h3 {
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 #d6f58e;
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:#d6f58e;
text-decoration: underline; }

label a {cursor:pointer; }

a:hover {color:#d6f58e;
text-decoration: none;
}


/* ############################################################ */
/*  speziell*/
/* ############################################################ */

/* bilder -anpassen der grösse */
img {max-width: 100%;display:block;
margin:0 auto;
height: auto;
border-radius:0rem;
}


/*  ----------------------------------------  */
/*   MEHR LESEN-BUTTON  */
/*  ----------------------------------------  */

/* ----- style ----- */

.button  {display:block;
margin:3rem 0 1rem 0;
text-align:left;
}

.button .mehr_lesen a {display:inline-block;
color:#000;
background:#fff;
text-transform:uppercase;
font-size:1.5rem;
letter-spacing:2px;
border-radius:.5rem;
text-decoration:none;
padding:.5rem 3rem ;
cursor:pointer;
}

.button .mehr_lesen a:hover {color:#000;
background:linear-gradient(to right,   whitesmoke,whitesmoke, white, white,whitesmoke,whitesmoke);
}

/* spezielle button-platzierung mit position:relative/absolute */
/* siehe beim abschnitt information */

.button-position {POSITION:relative; }



/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */
/*  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 .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 ---------- */

.special .box-1_of_2  {width: 100%; }
#fuss .box-1_of_3 {width: 100%; }




/* ############################################################ */
/* bereich header */
/* ############################################################ */

header {height:100%;
background-image:url(../images/big_picture738.jpg);
background-repeat:no-repeat;
background-position:50% 50%;
background-size:cover;
}

/* fotos auf den unterseiten */
header.primus-pic  {background-image:url(../images/big_picture1011.jpg); }
header.secundus-pic {background-image:url(../images/big_picture966.jpg); }
header.tertius-pic  {background-image:url(../images/big_picture964.jpg); }
header.quartus-pic  {background-image:url(../images/big_picture427.jpg); }
header.quintus-pic  {background-image:url(../images/big_picture436.jpg); }
header.sextus-pic  {background-image:url(../images/big_picture455.jpg); }

header .filter {background:rgba(0,0,0,.5); }



/* ############################################################ */
/* 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:#4be03a;
font-family: serif;
text-shadow:none;
font-weight:bold;
text-transform:uppercase;
font-size:2.8rem;
line-height: 4rem;
letter-spacing:1px;
margin: 0 ;
padding:1rem 0;
}

/* icons social media */

#logo .social  {margin:0;padding:.8rem 0 0 0; height:4rem; }

#logo .social  ul  {display:inline-block;margin:0 ;padding:0; height:4rem;}

#logo .social ul li  {display:inline-block; margin:0rem 1rem; }

#logo .social ul li a {text-decoration:none; }

#logo .social ul li i {display:table-cell;vertical-align:middle;
color:#189c09;background:#fff;
width:4rem;height:4rem;
font-size:1.8rem;border-radius:36rem;
transition:all .8s ease-out;
}

#logo .social ul li i:hover {transform:rotate(360deg) ;
color:#000;text-shadow:1px 1px 3px rgba(0,0,0,.5);
background:#fff;
}



/* ############################################################ */
/* bereich inhalt */
/* ############################################################ */

main#inhalt {display:block;
background:#37393E;
background:linear-gradient(to bottom, #189c09, #189c09, #189c09);
padding:0rem;
text-align:center;
}

.inhalt-a {display:inline-block;
width:100%;
margin:2rem 0;
padding:2rem 1.5rem 6rem 1.5rem;
}

.text {padding: 0 1rem 0 0; }


/*  ----------------------------------------  */
/* box information-group  */
/*  ----------------------------------------  */

#information-group {background:transparent; padding:1rem 0; margin:0 auto;}

#information-group h3 {text-align:left;
margin-top: 0rem;
margin-bottom:1rem;color:#FFFFFF
}

/* spezielle button-platzierung mit position */

#information-group .button-position .button  {
POSITION:static;
bottom:-3rem;left:0rem;
}


/*  ----------------------------------------  */
/* box special  */
/*  ----------------------------------------  */

.special .box  {padding:2rem 1rem; }


/* ############################################################ */
/* bereich fuss */
/* ############################################################ */

footer {
margin:0 auto;
padding:0rem ;
background:#fff;
}

#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  */
#fuss .box article:nth-child(2) {margin-top:3.5rem; }


#fuss .box h3 {
text-align:left;
font-size:1.7rem;
color:#000;
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:#2f2f2f;
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:#000;text-decoration:none ; }


/* icons kontakt */

.fussmenu ul.contact li  {display:block; }
.fussmenu ul.contact li i {color:#5f5f5f;margin-right:1.2rem;transition:all .3s; }
.fussmenu ul.contact li a:hover i {color:#000;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:#5f5f5f;font-size:1.5rem;transition:all .3s ease-out;}
.fussmenu ul.social li a:hover i {color:#000;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%; }

.bilder .box-1_of_4  {width: 50%; }

}


/* ==================================== ab 580 pixel ================================== */
@media (min-width: 580px) {

.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%; }


#information-group {display:table;width: 100%;border-spacing:2rem 0rem;table-layout:fixed;padding-bottom:4rem }
#information-group .box {display:table-cell;padding:0rem 0 4rem 0;  }

/* spezielle button-platzierung mit position */
#information-group .button-position .button  {
POSITION:absolute;
}


.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  */
#fuss .box article:nth-child(2) {margin-top:0; }

}


/* ===================================== ab 1024 pixel ================================= */
@media (min-width: 1024px) {

pre {width:70%; }
.special .box-1_of_2  {width: 50%; }
.special .box  {padding:2rem 1.5rem; }

}


/* ===================================== ab 1280 pixel ================================= */
@media (min-width: 1280px) {

.logo-a {width: 80%;}
#logo {height:80vh; }
.inhalt-a  {width: 80%; }
.fuss-a  {width:80%; }

}


/* ===================================== ab 1400 pixel ================================= */
@media (min-width: 1400px) {

html {font-size:85%; }

}


/* ===================================== ab 1650 pixel ================================= */
@media (min-width: 1650px) {

.logo-a-inhalt {width: 1600px; }
.inhalt-a  {width: 1600px; }
.fuss-a  {width:1600px; }

}