

/* = = = = = = = = = = = = = = = = = 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:#4f4f4f;
}

h1, h2, h3, h4, h5 {text-align:left;
font-weight:bold;color:#004c91;
}

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 #76748D;
width: 50px;
content: "";
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 black;
background:transparent;
}

pre .extra {display:inline-block;
position:absolute;
left:-1.5rem;top:1.5rem;font-size:1.8rem;
color:#fff;font-weight:bold;
background:#1f1f1f;padding:0 .5rem;
transform:rotate(-45deg);
}

/*  ----------------------------------------  */
/* allgemeine links */
/*  ----------------------------------------  */

a {color:#4f4f4f;
text-decoration: underline;
cursor:pointer;
}

a:hover {color:#4f4f4f;
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 */
/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */

/* .wrapper-box wird zur zentrierung eines einzel-bildes verwendet (bei .box-1_of_1)  */
.wrapper-box {display:block;
text-align:center;
padding:0rem;
margin:0 auto;
}

.box {display:inline-block;
width:100%;
padding:.5rem;
text-align:left;vertical-align:top;
margin:0rem -.22rem 0rem -.22rem ;/* ausgleich ( minus-margin) für INLINE-BLOCK-WHITESPACE-BUG*/
}

/*  boxen - grundsystem */

.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:25%; }
#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:#004c91 }


/* ############################################################ */
/* bereich top */
/* ############################################################ */

#top {display:block;
margin: 0 auto;
padding:0rem;
}

.top-a {POSITION:relative;height:24rem;
display:table;
width:100%;
text-align:center;
padding:2rem 0rem 0rem 0rem;
}

/* homepagename  */

.name {
display:block;
color:#fff;
text-shadow:0px 1px 1px rgba(0,0,0,.2);
width:auto;
padding:4rem .4rem;
font-size:2.3rem;
line-height: 2.6rem;
}

.name span {padding:.5rem 0;
display:block;
color:azure;
font-size:1.6rem;
line-height: 2.6rem;
}

.name-2  {display:block;
POSITION:absolute;z-index:1;
width:20rem;height:20rem;
bottom:-10rem;left:50%;
margin-left:-10rem;
padding:0;
background:transparent;
border:solid 1rem #fff;
border-radius:36rem;
background-image:url(../images/picture15.jpg);
background-repeat:no-repeat;
background-position:50% 0%;
background-size:cover;
}


/* ############################################################ */
/* bereich inhalt */
/* ############################################################ */

#inhalt {display:block;
background:#f5f5f5;
padding:11rem .5rem 7rem .5rem;
}

.inhalt-a {display:block;
width:100%;
margin:0 auto;
padding:6rem 2rem 7rem 2rem;
box-shadow:0 0 6rem rgba(0,0,0,.1);
background:ghostwhite;
}


/* ############################################################ */
/* bereich fuss */
/* ############################################################ */

footer {
background:#004c91;
margin:0;
padding:1rem 0 0rem 0 ;
}

#fuss {display:block;
width:100%;
margin: 0 auto;
padding:0 ;
}

.fuss-a {display:block;
margin: 0 auto;
padding:2rem 1rem 2rem 2rem;
border-bottom:solid 1px rgba(0,0,0,.15);
}


#fuss .box {
text-align:left;
padding:0rem 1rem;
margin:.5rem -.22rem;background:xred
}

#fuss .box h3 {
text-align:left;
font-size:1.5rem;
color:#fff;
text-shadow:none;
letter-spacing:1px;
font-weight:bold;
margin-bottom:1rem;
text-transform:uppercase;
margin-top: 0rem;
margin-bottom:.5rem;
}

#fuss .box article {
margin-bottom:2rem;
}


/*  ----------------------------------------  */
/*  die wesentlichen schriftformate für den gesamten footer plus fussmenu */
/*  ----------------------------------------  */

#fuss,
#fuss a {
color:#E6E8EC;
text-shadow:none;
font-weight:normal;
font-size:1.5rem;
line-height:2.2rem;
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 {padding:11rem 2rem 7rem 2rem; }
.inhalt-a {padding:6rem 3rem 7rem 3rem; }

.box-1_of_1  {width: 70%;  }
.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) {

#fuss .box-1_of_3  {width: 50%; }

}


/* ==================================== ab 640 pixel ================================== */
@media (min-width: 640px) {

/*  keine angabe */

}


/* ==================================== ab 760 pixel ================================== */
@media (min-width: 760px) {

html {font-size:70%; }

.name {
letter-spacing:5px;
}

.box-1_of_4  {width: 25%; }

#fuss,
#fuss a {font-size:1.3rem; }

#fuss .box h3 {font-size:1.3rem; }

}


/* ===================================== ab 960 pixel ================================= */
@media (min-width: 960px) {

.inhalt-a  {width:90%;}

.inhalt-a {padding:6rem 5rem 7rem 5rem; }

.box-1_of_1  {width: 50%; }
#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: 85%;}
.fuss-a {width:85%;}

.fuss-a {width:85%; }

}


/* ===================================== ab 1400 pixel ================================= */

@media (min-width: 1400px) {

.inhalt-a  {width: 75%;}

}


/* +  +  +  +  + +  +  +  +  +  C O D E ENDE  +  +  +  +  +  +  +  +  +  + */