

/* = = = = = = = = = = = = = = = = = datei format.css = = = = = = = = = = = = = = = = = = = = = = = = = */




/* ############################################################ */
/* allgemein */
/* ############################################################ */

*, *:before, *:after {

-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-moz-transition: width .75s ease-out;
-webkit-transition: width .75s ease-out;
transition: width .75s ease-out;
}


.clearfix:before,
.clearfix:after {
content: " ";
display: table;
}


.clearfix:after { clear:both; }
.clearfix { *zoom: 1; }

.section { clear: both;
margin: 0rem;
}


html, body {

font-family: tahoma, arial, Verdana, Segoe, "Open Sans",helvetica,roboto ,sans-serif;
font-size:62.5%;
line-height:1.4;
height:100%;
}

body {
font-size:1.6rem;
margin: 0 auto;
color: black;
}


/* überschriften  color:#547494;  */
h1, h2 {
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5 {color: black;
font-weight:normal;font-variant:small-caps;
}

h1 {
font-size:3rem;                       /*font-size:3.4rem; -- darstellungsgröße*/
line-height: 3rem;                    /*line-height: 3.7rem; -- texthöhe*/
margin-top: 0rem;                       /*margin-top: 0rem;* -- abstand oben*/
margin-bottom: 2rem;                  /*margin-bottom: 3.5rem; -- abstand unten*/
letter-spacing:.1rem;                   /*letter-spacing:.1rem; -- abstand buchstaben*/
}


h2 {
font-size:2.5rem;
line-height: 2.8rem;
margin-top: 0rem;
margin-bottom: 2rem;
letter-spacing:.3rem;
}


h3 {
font-size:1.8rem;
line-height: 2.2rem;
margin-top: 1.5rem;
margin-bottom:1rem;
letter-spacing:.0rem;
}



/* === allgemeine links  === */
a {
background-color:transparent;/* hinweis: der wert muss transparent bleiben, wegen der anderen a:links === */
color:#000000;              /* #547494 */
text-decoration: underline;
}

a:hover  {color:#3A597C;
background-color:transparent;/* hinweis: der wert muss transparent bleiben, wegen der anderen a:links === */
text-decoration:none;
}


/* quelltext-erklärungen - wenn vorhanden */
pre {white-space:pre-wrap;font-size:1.5rem;padding:1rem 0rem 1rem 0rem;
margin-bottom:2rem;text-align:center;border:solid 0.1rem #FFFFFF;
background:#45688f ;
background:radial-gradient(#2F5879 , #8AA7C6  );
color:#fff;
}


/* hochgestelltes zeichen  */
sup {color:#A80000;font-weight:bold;
}

/* text für hochgestelltes zeichen gedacht für ergänzende texterklärungen */
.suptext {font-size:1.1rem;;font-style:italic;font-family:arial;
}



/* ############################################################ */
/*  speziell*/
/* ############################################################ */

/* float */
.col {width: 100%;
margin: 0 auto;
float:left;
}

.container_haupt {
margin:0 auto;
height:100%;
width:100%;
}

.name {display:block;
padding:0rem 0rem 0rem 0rem;
font-size:1.6rem;
line-height: 1.8rem;
letter-spacing:0.2rem;
color:#000000;                          /*304A6B;     */
/*text-shadow:.1rem .1rem .1rem #A0B4CF;*/
font-variant:normal;
}

/* bilder -anpassen der grösse */
img {max-width: 100%;display:block;
margin:0 auto;
height: auto;
}

/* icons */
.icons .fa {display:inline-block;
margin:0.5rem;
text-align:center;
font-size:2.5rem;
height:5rem;
line-height:5rem;
width:5rem;
border-radius:.8rem;
}

.icons.vers1 .fa {
background:#46688E;/* IE9 */
background:linear-gradient(to left top, #324D69,#96B0CD );
color:#fff;
}

.icons.vers2 .fa {background:#BFBFBF;
color:white;
}

/* liste mit eigenem aufzählungszeichen als font-icon */

.liste1  {
padding-left:4rem;
}

.liste1 li {position:relative;
list-style-type: none;
padding-left:4rem;
}


.liste1 li:before {
position:absolute;
font-family:'FontAwesome';
top:0;
left:10px;
content:"\f07c";
color:#6A8EB7;
}


/* liste2 (ol-liste) , automatische nummerierung */

.liste2  {
padding-left:6.5rem;
}

.liste2 li {color:steelblue;font-weight:bold;
text-indent:.8rem;
}

.liste2 li a {font-weight:normal;
}

.liste2 a:hover {
background:steelblue;
color:white;
}


/* ############################################################ */
/* bereich kopf */
/* ############################################################ */

.kopf-main {background:#e6e6e6;
margin:0 auto;
color:#313131;
text-align:center;
padding:0rem 0rem 0rem 0rem;
}

.kopf {width:100%;
display:table;
table-layout:fixed;
border-collapse:separate;
border-spacing:0rem;
margin: 0 auto;
padding:0rem;
background:#fff;
border-top:solid 1.6rem;
border-left:solid 1.6rem;
border-right:solid 1.6rem;
border-bottom:solid .8rem;
border-color:white;
}

.kopfbox-a {display:block;
padding:0rem;
text-align:right;
}

.kopfbox-b {display:block;
padding:1rem;
text-align:left;
}

/*  die icons im kopfbereich */

.kopf a .fa {
margin:.5rem;
text-align:center;
font-size:2rem;
height:3rem;
line-height:3rem;
width:3rem;
background:steelblue;
color:white;
border-radius:36rem;
}

.kopf a:hover .fa  {
color:white;
background:#A9C2D3;
text-shadow:none;
}



/* ############################################################ */
/* bereich logo */
/* ############################################################ */

.logo-main {background:#46688E;
margin:0 auto;
color:#313131;
padding:0rem;
}

.logo {width:100%;
display:table;
table-layout:fixed;
border-spacing:0rem;
margin: 0 auto;
padding:0rem;
background:linear-gradient(#8AA7C6 ,#304863);
border-left:solid 1.6rem;
border-right:solid 1.6rem;
border-top:solid 0rem;
border-bottom:solid 0rem;
border-color:white;
}

*
.logobox-a {width:30%;
display:table-cell;
vertical-align:middle;
padding:1rem;
}

.logobox-b {width:70%;
display:table-cell;
text-align:left;
vertical-align:middle;
height:26rem;
border-bottom-left-radius:20rem  ;
border-top-left-radius:20rem  ;
padding:0rem;
}


/* ############################################################ */
/* bereich inhalt */
/* ############################################################ */

.inhalt-main {margin:0 auto;
background:#e6e6e6;
padding:0;
margin:0;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* inhalt */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


.inhalt {width:100%;background:white;
margin: 0 auto;
display:block;
border-left:solid 1.6rem;
border-right:solid 1.6rem;
border-color:#fff;
font-size:1.5rem;
line-height:2rem;
padding:0rem 0rem 0rem 0rem;
}
/* =====================================================

   Stylesheet Navigation Neu
========================================================== */



  /* Schritt 1 Navibereich gestalten */


  #navibereich {
  font-weight: bold;
  color: blue;
  font-family: tahoma, arial, Verdana, Segoe, "Open Sans",helvetica,roboto ,sans-serif;
  font-size:82.5%;
  line-height:1.8;

    overflow:hidden;
    background: #white;      /*#fee05a;    */
    background-image: linear-gradient(#inherit, #inherit);
    padding: 0;
    padding-left: 0px;
    margin: 0;
  }
  ul.navmain {
    padding: 0;
    margin: 0;
  }
  ul.navmain li {
    float: left;
    width: auto;
    list-style: none;
    line-height: 1;
    padding: 0;
    margin: 0;
  }

  /* Schritt 2 Hyperlinks gestalten */

  ul.navmain a {
    display: block;
    color: blue;
    text-decoration: none;
    padding: 7px 13px 7px 10px;
  }

  /* Schritt 3 Linkzustände gestalten */

  ul.navmain a.sie-sind-hier {
    background:linear-gradient(#8AA7C6 ,#304863);           /*background: #D3D3D3; */
    color: white;
    text-decoration: none;
  }

  ul.navmain a:hover,
  ul.navmain a:focus {
    background:linear-gradient(#8AA7C6 ,#304863);          /*#f3c600;    */
    color: blue;
    text-decoration: underline;
  }
  ul.navmain a:active {
    background:linear-gradient(#8AA7C6 ,#304863);
    color: white;
  }



/* ======================================
   E N D E
====================================== */


#centerkap     {
width:100%;
text-align:left;
height: auto;
}                              /*oben rechts unten links*/

.centerkapnav       { padding: 0px 5px 0px 6px; font-size: 1.2rem; font-weight: bold; color: blue; background-color: inherit; text-decoration: underline; margin-left: 0.2em;}
.centerkapnav a       { color: white; text-decoration: none; }
.centerkapnav a:hover { color: white; text-decoration: underline; }

 /* Ende Nav Kapitel*/

.inhaltbox-a {display:block;
width:100%;
text-align:left;
padding:1rem 2rem 6rem 1rem;                     /*padding:5rem 2rem 6rem 1rem;     */
background:#fff;min-height:50rem;
}

.inhalt blockquote {display:block;margin:0 auto;
width:100%;
text-align:center;
padding:2rem .8rem 2rem .8rem;
background:#45688f ;
background:radial-gradient(#8AA7C6 ,#2F5879 );
color:#E1EFF4;
box-shadow:0rem 0rem .1rem black;
border:solid .3rem ;
border-color:white;
line-height:2.2rem;
}

.inhalt blockquote i {
color:#fff;
}

.inhalt blockquote span {
color:#fff;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* bilder */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.bilder {
padding:0rem;font-size:1.2rem;
}



.bilder .span_1_of_1 {width:100%;padding:1rem 0rem 1rem 0rem;}
.bilder .span_1_of_2 {width:100%;padding:0rem;}
.bilder .span_1_of_3 {width:100%;padding:0rem;}
.bilder .span_1_of_4 {width:100%;padding:0rem;}


.bildbox {
text-align:left;
padding:1rem;
}

.bilder img {
box-shadow:0rem 0rem .1rem black;
border:solid 1rem white;
}


/* ############################################################ */
/* bereich fuss */
/* ############################################################ */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* fuss*/
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* === fuss === */


.fuss-main {margin:0 auto;
background:#e6e6e6;
text-align:center;
padding:0rem 0rem 0rem 0rem;
text-shadow:none;
padding:0rem 0rem 0rem 0rem;
}

.fuss {display:block;
margin: 0 auto;
width:100%;
background:#45688F;
border-left:solid 1.6rem;
border-right:solid 1.6rem;
border-top:solid 0rem;
border-bottom:solid 1.6rem;
border-color:#fff;
color:#cfcfcf;
padding:1rem 0 1rem 0;
}

.fussbox {text-align:center;
display:block;
padding:1rem 2rem 1rem 2rem;
margin-bottom:0rem;
font-size:1.4rem;
}


.fuss hr {margin-top:0.5rem;margin-bottom:0.3rem;
background:transparent;
width:90%;
border:none; /* IE */
height:0.1rem;  /* IE */
border-bottom: solid 0.1rem #C9D6E4;
}

.fuss i {color:white;font-style:normal;
text-transform:uppercase;
letter-spacing:0rem;
}

/*===== fussmenu 2  =====  */


.fussmenu2 ,
.fussmenu2  ul,
.fussmenu2  li {
list-style: none;
margin: 0;
padding: 0;
border: 0;
}

.fussmenu2  {width:100%;margin:0 auto;
}

.fussmenu2 ul {

}

.fussmenu2 li { display:block;
width:100%;
line-height:2.6rem;
margin-left:0rem;
padding-left:0.1rem;
}

.fussmenu2 a {
display : inline;
width : 100%;
text-align:left;
color:#fff;
text-decoration: none;
padding:0rem;
letter-spacing:.1rem;
}

.fussmenu2 a:hover {
color:#cfcfcf;
text-shadow:none;
background:transparent;
text-decoration: underline;
}




/* ############################################################ */
/* M E D I A   Q U E R I E S */
/* ############################################################ */

/* ==================================== ab 360 pixel ================================== */
@media (min-width: 360px) {

.name {display:block;
padding:0rem 0rem 0rem 0rem;
font-size:1.9rem;
line-height: 2rem;
letter-spacing:0.2rem;
color:#000000;                    /*304A6B;     */
font-variant:small-caps;
}

.inhalt blockquote {
padding:2rem 2rem 2rem 2rem;
border:solid 1rem ;
border-color:white;
}

}

/* ==================================== ab 480 pixel ================================== */
@media (min-width: 480px) {

.logobox-a {width:50%;
}

.logobox-b {width:50%;
}

.inhalt blockquote {
width:80%;
padding:2rem;
}

.fussbox {
padding:1rem 2rem 1rem 2rem;
}

.fuss hr {
width:90%;
}



}


/* ==================================== ab 600 pixel ================================== */
@media (min-width: 600px) {

.name {
font-size:2rem;
line-height: 2.2rem;
letter-spacing:0.4rem;
}

.kopf , .logo , .inhalt , .fuss  {
width:85vw;
}

.inhaltbox-a {
padding:1rem 3rem 6rem 3rem;
}

.inhalt blockquote {
width:80%;
padding:4rem 2rem 4rem 2rem;
}

.bilder .span_1_of_1 {width: 50%;padding:1rem 2rem 0rem 1rem; }
.bilder .span_1_of_2 {width: 50%; }
.bilder .span_1_of_3 {width:33.33%;font-size:1.2rem }
.bilder .span_1_of_4 {width: 50%; }



.fussmenu2 li { display:inline; }

.fussmenu2 a {
padding:.6rem;
}

}


/* ==================================== ab 640 pixel ================================== */
@media (min-width: 640px) {

html {
font-size:68%;
}




}




/* ==================================== ab 768 pixel ================================== */
@media (min-width: 768px) {

html {font-size:70%;}

.name {
letter-spacing:0.6rem;
}

.kopf ,  .logo , .inhalt , .fuss  {
width:90vw;
}

.logobox-a {width:60%;}

.logobox-b {width:40%;}

.inhalt {
display:table;
table-layout:fixed;
border-collapse:separate;
}

.inhaltbox-a {display:table-cell;height:50rem;
vertical-align:top;width:70%;
padding:1rem 4rem 8rem 4rem;
}


.fuss {
display:table;
table-layout:fixed;
border-collapse:separate;
border-spacing:.5rem;
padding:0rem;
}

.fussbox {display:table-cell;
width:100%;
background:transparent;
padding:1rem 1rem 1rem 1rem;
vertical-align:middle;
}

.fussbox h3 {
text-align:center;
}

.fuss hr {
width:80%;
}


.fussmenu2 ul {
}

.fussmenu2 li {
margin-left:-0.6rem;
}

}


/* ==================================== ab 800 pixel ================================== */
@media (min-width: 800px) {

html {font-size:78%;}

.logobox-a {width:65%;
}

.logobox-b {width:35%;
}

.fuss hr {width:70%;
}

}


/* ===================================== ab 1024 pixel ================================= */

@media (min-width: 1024px) {

html {
font-size:80%;}


.kopf ,  .logo , .inhalt , .fuss  {
width:85vw;
}


.inhalt blockquote {
width:70%;
}

.fussbox {
font-size:1.2rem;
}

}


/* ===================================== ab 1100 pixel ================================= */

@media (min-width: 1100px) {

.kopf , .spacer , .logo , .inhalt , .fuss  {
width:80vw;
}



}


/* ===================================== ab 1200 pixel ================================= */

@media (min-width: 1200px) {

html {
font-size:72%;}

.kopf , .spacer , .logo , .inhalt , .fuss   {
width:70vw;
}


}


/* ===================================== ab 1300 pixel ================================= */

@media (min-width: 1300px) {



.kopf , .spacer , .logo , .inhalt , .fuss   {
width:65vw;
}


}

/* ===================================== ab 1400 pixel ================================= */

@media (min-width: 1400px) {

html {
font-size:80%;
}

.kopf , .spacer , .logo , .inhalt , .fuss   {
width:62vw;
}



}


/* +  +  +  +  + +  +  +  +  +  C O D E ENDE  +  +  +  +  +  +  +  +  +  + */