

/* = = = = = = = = = = = = = = = = = 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.8rem;
margin: 0 auto;
overflow-x:hidden;
color:#5f5f5f;
}


/* ---- überschriften ----- */

h1, h2, h3, h4, h5 {text-align:left;
font-weight:bold;text-transform:none;
}


h2 {
font-size:2.3rem;
line-height: 3rem;
margin-top: 0rem;
margin-bottom: 2.5rem;
letter-spacing:1px;
}

h2:after {display:block;
border-top: 2px solid #7f7f7f;
width: 70px;
content: "";
margin-top: 2rem;
}

h3 {
font-size:1.9rem;
line-height: 2.3rem;
margin-top: 1rem;
margin-bottom:2.5rem;
letter-spacing:1px;
}


/* ----- 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:#7f7f7f;padding:0 .5rem;
transform:rotate(-45deg);
}


/*  ----------------------------------------  */
/* allgemeine links */
/*  ----------------------------------------  */

a {color:#5f5f5f;
text-decoration: underline;
cursor:pointer;
}

a:hover {color:#5f5f5f;
text-decoration: none  ;
}


/* ############################################################ */
/*  speziell*/
/* ############################################################ */

/* bilder -anpassen der grösse */
img {max-width: 100%;display:block;
margin:0 auto;
height: auto;
border-radius:.8rem;
}



/*  ----------------------------------------  */
/*   MEHR LESEN-BUTTON  */
/*  ----------------------------------------  */

/* ----- style ----- */

.button  {display:block;
margin:3rem 0 1rem 0;
text-align:left;
}

.button .mehr_lesen a {display:inline-block;
text-transform:uppercase;
font-size:1.5rem;
letter-spacing:2px;
color:#5f5f5f;
background:transparent;
border:solid 1px #C2C2C2;
border-radius:.3rem;
text-decoration:none;
padding:.3rem 3rem ;
transition:all  .3s ease-out;
cursor:pointer;
}

.button .mehr_lesen a:hover {color:#5f5f5f;
border:solid 1px transparent;
background:#EFEFEF;
}



/*  ----------------------------------------  */
/* 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 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 */
}

.liste-spez-2  i {transform:scale(.9);padding-right:.8rem;color:#BBDCE3; }
.liste-spez-2 li a:hover i {color:#BBDCE3; }





/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */
/*  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_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 ---------- */

#about .box-1_of_2 {width: 100%;  }
#information .box-1_of_2 {width: 100%; }
#kontakt .box-1_of_2 {width: 100%; }
#services .box-1_of_2 {width: 100%;  }
#fuss .box-1_of_3 {width: 100%; }



/* ############################################################ */
/* bereich header */
/* ############################################################ */

header {background: linear-gradient( 45deg, #93c388 16.666%,  #74b59a 16.666%,  #6ab097 33.333%,  #5aa1a7 33.333%, #539ca4 50%,  #508dad 50%,  #4e89a9 66.666%,  #4c7ab2 66.666%,  #4a76ad 83.333%,  #4769b5 83.333%, #4565b2 100%);
}


/* ############################################################ */
/* bereich logo */
/* ############################################################ */

#logo {
display:table;
width:100%;
margin:0 auto;
padding:0rem;
}

.logo-b  {
height:100vh;
padding:0rem;display:table-cell;vertical-align:middle;text-align:center;
}

#logo-object {
color:white;
width:100%;
font-weight:normal;
padding:0 1rem;
}

#logo-object #inner  {display:block;width:30rem;margin:0 auto;padding:1rem; }

#logo-object  i {display:block;margin:0;font-size:7rem;padding:1rem 0;text-shadow:2px 2px 4px rgba(0,0,0,.2); }

#logo-object .name {display:block;margin:0;text-shadow:10px 10px 10px rgba(0,0,0,.2);;
font-size:3.5rem;
line-height: 4rem;
}

#logo-object .text {display:block;margin:0;margin:0padding:1rem 0; }


/* button  */

#logo .button  {display:inline-block; margin: 1rem 0rem;text-align:center;}

#logo .button .mehr_lesen a {
color:white;
background:transparent;
border:solid 1px white;
}

#logo .button .mehr_lesen a:hover {background:#fff;
color:#5f5f5f;
border:solid 1px transparent;
}



 /* ############################################################ */
/* bereich inhalt */
/* ############################################################ */

main#inhalt {display:block;
padding:0rem 0rem 0rem 0rem;
margin:0 auto;background:white;
}

.inhalt-a {display:block;
width:100%;
margin:0 auto;text-align:center;
padding:7rem 1.5rem 7rem 1.5rem;
}

#services .box,
#about .box,
#kontakt .box,
#information .box  {vertical-align:middle; }

/* bereich kontakt */

#kontakt h2   {text-align:center; }

#kontakt h2:after {text-align:center;
margin:0 auto;margin-top: 2rem;
}

/* bereich information */

/* nowrap-damit icon und link auch bei zeilenumbruch immer zusammenstehen */
#information label a {white-space:nowrap;text-decoration:none;}

#information i {padding: 0 .4rem 0 .1rem;transform:scale(.8); transition:all .3s ease-out;}

#information label a:hover i {transform:scale(.8) rotate(30deg) }



/* = = = =  NTH-CHILD - jeder gerade (even) abschnitt, also 2, 4, 6 , 8 usw. = = = = */

.section-inhalt:nth-child(even)  {
background:linear-gradient(to right , #56a5a1, #4769b5);
color:#efefef;
}

/* h2 unterstrich  */
.section-inhalt:nth-child(even) h2:after {border-top: 2px solid #efefef; }

/* textlink  */
.section-inhalt:nth-child(even)  a {color:paleturquoise; }
.section-inhalt:nth-child(even)  a:hover {color:#fff; }

/* button */

.section-inhalt:nth-child(even) .button .mehr_lesen a {
color:#efefef;
background:transparent;
border:solid 1px #fff;
}

.section-inhalt:nth-child(even) .button .mehr_lesen a:hover {color:#5f5f5f;
border:solid 1px #efefef;
background:#fff;
}




/* ############################################################ */
/* bereich fuss */
/* ############################################################ */

footer {
margin:0 auto;
padding:0rem ;background: linear-gradient( -45deg, #93c388 16.666%,  #74b59a 16.666%,  #6ab097 33.333%,  #5aa1a7 33.333%, #539ca4 50%,  #508dad 50%,  #4e89a9 66.666%,  #4c7ab2 66.666%,  #4a76ad 83.333%,  #4769b5 83.333%, #4565b2 100%);
}

#fuss {display:block;
width:100%;
margin: 0 auto;
padding:0;
}

.fuss-a {display:block;
margin: 0 auto;
padding:2rem 1.5rem;
border-top-left-radius:2rem;
border-top-right-radius:2rem;
}

#fuss .box h3 {
text-align:left;
font-size:1.7rem;
color:#fff;
letter-spacing:1px;
font-weight:bold;
text-transform:uppercase;
padding-bottom:.5rem;
margin-top:2rem;
margin-bottom:.5rem;
}

#fuss .box h3:after {display:block;
border-top: 1px solid #DFDFDF;
width: 30px;
content: "";
margin-top: 0.5rem;
}

#fuss .box article {
margin-bottom:1.5rem;
}

/* gilt nur für jeden zweiten article in der fuss box, also hier für FOLLOW US und JOIN COMMUNITY */
#fuss .box article:nth-child(2) {margin-top:3.5rem; }

/*  ----------------------------------------  */
/*  die wesentlichen schriftformate für den gesamten footer plus fussmenu */
/*  ----------------------------------------  */

#fuss ,
#fuss a {
color:#EFEFEF;
text-shadow:none;
font-weight:normal;
font-size:1.6rem;
line-height:2.5rem;
text-decoration:none;
}

.fussmenu  ul {text-align:left;list-style: none;padding: 0;margin: 0; }
.fussmenu li { display:block;padding:0 .1rem }
#fuss li a:hover {color:#fff;text-decoration:underline }


/* icons */
.fussmenu li a i {color:#fff;margin-right:.8rem;transition:all .8s ; }
.fussmenu li a:hover i {color:paleturquoise;transform: rotateY(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%; }

#logo-object #inner {width:38rem; }

.bilder .box-1_of_4  {width: 50%; }

}


/* ==================================== ab 580 pixel ================================== */
@media (min-width: 580px) {

.inhalt-a  {width: 94%;}
.fuss-a  {width:94%; }

.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%; }

#logo  {width: 94% }
.logo-b  {height:55vh; }

.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) {

.inhalt-a  {width:800px;}

}



/* ===================================== ab 960 pixel ================================= */
@media (min-width: 960px) {

.inhalt-a  {width:100%;}

#logo  {width: 90%}
.inhalt-a  {width: 90%;}
.fuss-a  {width:90%; }

#about .box-1_of_2 {width:50%; }
#information .box-1_of_2 {width: 50%;}
#kontakt .box-1_of_2 {width: 50%; }
#services .box-1_of_2 {width: 50%;  }


.bilder .box-1_of_4  {width: 25%; }
#gallery .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 KONTAKT und FOLLOW US */
#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  {width: 80%}
.logo-b  {height:65vh; }
.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  {width: 1650px; }
.inhalt-a  {width: 1650px; }
.fuss-a  {width:1650px; }

}