

/* = = = = = = = = = = = = = = = = = 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_sanslight',georgia, tahoma, 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:#9f9f9f;
}

h1, h2, h3, h4, h5 {text-align:center;
font-weight:bold;color:#BFBFBF;
}

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:2px;
}

h2:after {display:block;
border-top: 3px solid #744747;
width: 50px;
content: "";
margin:0 auto;
margin-top: 2rem;
}


h3 {
font-size:1.7rem;
line-height: 2.3rem;
margin-top: 1rem;
margin-bottom:2.5rem;
text-transform:none;
letter-spacing:1px;
}


/* quelltext-erklärungen - wenn vorhanden */

pre {white-space:pre-wrap;position:relative;
font-size:1.5rem;
font-family: arial, Verdana, Segoe, 'Open Sans',helvetica,roboto ,sans-serif;
padding:0rem 1rem 2rem 1rem;
margin:4rem auto;
text-align:center;
border:dashed 0.1rem #AFAFAF;
background:transparent;
}

pre .extra {display:inline-block;
position:absolute;
left:-1.5rem;top:1.5rem;font-size:1.8rem;
color:#1f1f1f;font-weight:bold;
background:#DFDFDF;padding:0 .5rem;
transform:rotate(-45deg);
}

/*  ----------------------------------------  */
/* allgemeine links */
/*  ----------------------------------------  */

a {color:#9f9f9f;
text-decoration: underline;
cursor:pointer;
}

a:hover {color:#9f9f9f;
text-decoration: none  ;
}


/* ############################################################ */
/*  speziell*/
/* ############################################################ */

/* bilder -anpassen der grösse */
img {max-width: 100%;display:block;
margin:0 auto;
height: auto;
}



/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */
/*  GRID-SYSTEM  - für Bilder / Spalten */
/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */

/*  boxen - grundsystem */

.box {display:inline-block;vertical-align:top;
width:100%;
padding:5px;
text-align:left;
margin:0 -.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 - für abweichungen vom boxen-grundsystem */

.box-1_of_4b  {width: 50%; }
#gallery .box-1_of_3 {width:33.33%; }
#gallery .box-1_of_4 {width:50%; }
#gallery img:hover  {opacity:.7;filter:  invert(100%)}

#fuss .box-1_of_3  {width: 100%; }
#fuss-2 .box-1_of_1  {width: 100%;}



/* ############################################################ */
/* bereich header */
/* ############################################################ */

header {background:#1f1f1f;
background-image:url(../images/logo01.jpg);
background-repeat:no-repeat;
background-position:50% 50%;
background-size:cover;
}

/* anderes foto im kopfbereich auf seite index6.html */
header.foto-index6 {
background-image:url(../images/logo02.jpg);
}


/* ############################################################ */
/* bereich top */
/* ############################################################ */

#top {display:block;
margin: 0 auto;
padding:0rem;
background:radial-gradient(circle at 50% 100%,rgba(200,0,0,.3) 30rem, transparent 30rem)
}

.top-a {POSITION:relative;height:20rem;
display:table;
width:100%;
text-align:center;
padding:2rem 0rem 0rem 0rem;
}

/* homepagename  */

.name {
display:block;position:relative;z-index:2;
color:#fff;
text-shadow:0px 1px 1px rgba(0,0,0,.2);
width:auto;
padding:1rem  .3rem;
font-size:2.4rem;
line-height: 2.7rem;
}

.name span {padding:.2rem 0;
display:block;
color:#fff;
font-size:1.6rem;
line-height: 1.9rem;
}

.name-2  {display:block;
POSITION:absolute;z-index:1;
width:20rem;height:20rem;
bottom:-10rem;left:50%;
margin-left:-10rem;
top:10rem;
padding:0;
background:transparent;
box-shadow:0 0 0 10rem rgba(0,0,0,.5);
border:solid 1rem #fff;
border-radius:36rem;
background-image:url(../images/team04.jpg);
background-repeat:no-repeat;
background-position:50% 0%;
background-size:cover;
}


/* ############################################################ */
/* bereich inhalt */
/* ############################################################ */

main#inhalt {display:block;
padding: 0rem;
margin:0 auto;
background:#2D3537;background:radial-gradient(#444548 1%,  #0F0F0F);
}

.inhalt-a {display:block;
margin:0 auto;
padding:11rem 3rem 7rem 3rem;
background:radial-gradient(circle at 50% 0%,rgba(95,50,50,.5) 30rem, transparent 30rem);
}


/* ############################################################ */
/* bereich fuss */
/* ############################################################ */

footer {
background:#FCF0DA;
margin:0;
padding:0rem 0 0 0 ;background-image:url(../images/logo01.jpg);
background-repeat:no-repeat;
background-position:50% 50%;
background-size:cover
}

/* anderes foto im fussereich auf seite index6.html */
footer.foto-index6 {
background-image:url(../images/logo03.jpg);
}

footer .filter {background:radial-gradient(circle,rgba(100,50,50,.6) 1%, rgba(0,0,0,.9) )}

#fuss {display:block;
width:100%;
margin: 0 auto;
padding:0rem ;
}

#fuss .box {
text-align:left;
padding:0rem;
margin-bottom:0rem;
}

.fuss-a {display:block;
margin: 0 auto;
padding:2rem 3rem;
}

#fuss .box h3 {
text-align:left;
font-size:1.5rem;
color:#fff;
letter-spacing:1px;
font-weight:bold;
text-transform:uppercase;
padding-bottom:.5rem;
margin-top:2rem;
margin-bottom:.5rem;
}

#fuss .box article {
margin-bottom:1.5rem;
}


/*  ----------------------------------------  */
/*  die wesentlichen schriftformate für den gesamten footer plus fussmenu */
/*  ----------------------------------------  */

#fuss ,
#fuss a {
color:#F8EDDE;
text-shadow:none;
font-weight:normal;
font-size:1.4rem;
line-height:2.5rem;
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:underline }



/* ############################################################ */
/* 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) {

.inhalt-a  {padding:11rem 5rem 6rem 5rem;}
.fuss-a, .fuss-2-a {padding:2rem 5rem; }

.box-1_of_2  {width: 50%; }
.box-1_of_3  {width: 33.33%;  }
.box-1_of_4  {width: 50%; }

}


/* ==================================== ab 580 pixel ================================== */
@media (min-width: 580px) {


/*  keine angabe */

}


/* ==================================== 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%; }

.box-1_of_4  {width: 25%; }
#gallery .box-1_of_4 {width:25%; }

#fuss ,
#fuss  a {font-size:1.2rem; }

#fuss .box h3 {font-size:1.2rem; }

}


/* ===================================== ab 960 pixel ================================= */
@media (min-width: 960px) {

.name {
font-size:3rem;
line-height: 3.3rem;
}

.name span {
font-size:1.9rem;
line-height: 2.2rem;
}

#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  {padding:11rem 10rem 7rem 10rem; }
.fuss-a, .fuss-2-a {padding:2rem 10rem; }

}


/* ===================================== ab 1400 pixel ================================= */
@media (min-width: 1400px) {

.inhalt-a  {padding:11rem 12vw 7rem 12vw; }
.fuss-a, .fuss-2-a {padding:2rem 12vw; }


}


/* +  +  +  +  + +  +  +  +  +  C O D E ENDE  +  +  +  +  +  +  +  +  +  + */