

/* = = = = = = = = = = = = = = = = = 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: -1rem;
}


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:#2B2D2F;
}


/* überschriften */
h1, h2 {
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5 {color:#60656C;
font-weight:normal;
}

h1 {
font-size:2.5rem;
line-height: 3.2rem;
margin-top: 0rem;
margin-bottom: 3.5rem;
}


h2 {
font-size:2.0rem;
line-height: 2.8rem;
margin-top: 0rem;
margin-bottom: 3rem;
letter-spacing:.1rem;
}


h3 {
font-size:1.8rem;
line-height: 2.2rem;
margin-top: 2.5rem;
margin-bottom:1rem;
letter-spacing:.0rem;
}

h4 {
font-size:1.6rem;
line-height: 2.1rem;
margin-top: 2.4rem;
margin-bottom:1rem;
letter-spacing:.0rem;
}


/* === allgemeine links  === */
a {
color:#2B2D2F;
text-decoration: underline;
}

a:hover  {
color:#313131;
text-decoration:none;
font-style:normal;
}

/* 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 .1rem;
border-color:#FFFFFF;
background:whitesmoke ;
color:#313131;
}


/* ############################################################ */
/*  speziell*/
/* ############################################################ */

/* float */
.col-li {width: 100%;
margin: 0 auto;
float:left;
}

.col-re {width: 100%;
margin: 0 auto;
float:right;
}

.container_haupt {
margin:0 auto;
height:100%;
width:100%;
}

.name {display:block;
letter-spacing:0.2rem;
padding:0rem 0rem 0rem 0rem;
font-size:2rem;
line-height: 2.5rem;
color:#f2f2f2;
text-transform:none;
}

.slogan {display:block;
letter-spacing:0.1rem;
padding:0.5rem 0rem 0rem 0rem;
font-size:1.6rem;
line-height:2rem;
color:whitesmoke;
text-transform:none;
}


.seitentitel {display:inline;
letter-spacing:0.1rem;
padding:0rem 1rem 0rem 0rem;
font-size:2rem;
color:#313131;
}


/* 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:#EFEFEF;
color:#8F8F8F;
}

.icons.vers2 .fa {background:#BFBFBF;
color:white;
}

/* liste mit eigenem aufzählungszeichen als font-icon */

.liste1  {
padding-left:2rem;
margin-bottom:3rem;
}

.liste1 li {position:relative;
list-style-type: none;
padding-left:3rem;
margin-bottom:0.4rem;
}


.liste1 li:before {
position:absolute;
font-family:'FontAwesome';
top:0;
left:10px;
content:"\f101";
color:#313131;
}

.spacer-main {
margin:0 auto;
background:#363A3F;
color:#313131;
text-align:center;
padding:0rem 0rem 0rem 0rem;
}

.spacer {margin:0 auto;
width:100%;
display:block;
border-left:solid .8rem;
border-right:solid .8rem;
border-top:solid .8rem;
border-bottom:solid .8rem;
border-color:#fff;
min-height:4rem;
line-height:4rem;
padding:0rem 2rem 0rem 1rem;
text-align:right;
color:#313131;
}




/* ############################################################ */
/* bereich kopf */
/* ############################################################ */

.kopf-main {
margin:0 auto;
background:#999999;
color:#313131;
text-align:center;
padding:0rem 0rem 0rem 0rem;
}

.kopf {width:100%;
display:table;
table-layout:fixed;
border-collapse:separate;
border-spacing:.5rem;
margin: 0 auto;
padding:1rem;
background:#494F54;
border-top:solid .8rem;
border-left:solid .8rem;
border-right:solid .8rem;
border-bottom:solid .8rem;
border-color:white;

}

.kopfbox-a {display:block;
padding:1rem;
text-align:center;
}

.kopfbox-b {display:block;
padding:1rem;
text-align:center;
}

/*  die icons im kopfbereich */

.kopf a .fa {
margin:0rem;
text-align:center;
font-size:2rem;
height:8rem;
line-height:8rem;
width:8rem;
margin:0.6rem;
color:#EFEFEF;
}

.kopf a:hover .fa  {
color:#000000;
text-shadow:none;
}


/* ############################################################ */
/* bereich logo */
/* ############################################################ */

.logo-main {
background:#e0e0e0;
margin:0 auto;
color:#313131;
padding:0rem;
}

.logo {width:100%;
display:table;
table-layout:fixed;
border-spacing:0rem;
margin: 0 auto;
padding:0rem;
background:silver;
background-repeat:no-repeat;

background-size:cover;
border-left:solid .8rem;
border-right:solid .8rem;
border-top:solid 0rem;
border-bottom:solid 0rem;
border-color:white;
}

.logobox-a {width:10%;
display:table-cell;
vertical-align:middle;
padding:1rem;
}

.logobox-b {width:90%;
display:table-cell;
text-align:left;
vertical-align:middle;
height:26rem;
background:#silver;
border-bottom-left-radius:16rem  ;
border-top-left-radius:16rem  ;
padding:0rem;
background:rgba(255, 255, 255, .6);
border-left:solid 1.2rem white;

}




/* ############################################################ */
/* bereich inhalt */
/* ############################################################ */

.inhalt-main {margin:0 auto;
min-height:30rem;
background:#363A3F;
padding:0rem 0rem 0rem 0rem;
margin:0rem 0rem 0rem 0rem;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* inhalt */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


.inhalt {width:100%;background:white;
margin: 0 auto;
display:block;
border-left:solid .8rem;
border-right:solid .8rem;
border-color:#fff;
font-size:1.5rem;
line-height:2rem;
padding:0rem 0rem 0rem 0rem;
}

.inhaltbox-a {display:block;
width:100%;
text-align:left;
padding:4rem 2rem 4rem 2rem;
background:#f2f2f2;
}

.inhaltbox-b {display:block;
width:100%;
text-align:left;
padding:2rem 1rem 4rem 1rem ;
border:dashed .1rem;
border-color: #313131;
background:transparent;
}

.inhaltbox-b h3 {background:grey;
color:#FFF;
padding-left:.5rem;
}

/*===== menu 2  =====  */

.menu2 ,
.menu2  ul,
.menu2  li {
margin: 0;
padding: 0;
border: 0;
}

.menu2  {width:100%;
}

.menu2 ul { display:block;
text-align:left;padding-left:2.2rem;
}

.menu2 li {
width:100%;
list-style-type: square;
}

.menu2 a {
line-height:2.4rem;
display : inline;
width : 100%;
text-align:left;
color:#2B2D2F;
text-decoration: none;
padding:.2rem;
}

.menu2 a:hover {
color:#fff;
text-shadow:none;
background:#494f54;
text-decoration: none;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* info */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


.info {
width:100%;
display:block;
padding:0rem;
}


.infobox {display:block;
background:silver;
text-align:left;width:100%;
padding:1rem;
margin-top:1rem;
}

.infobox-b {display:table-cell;width:100%;vertical-align:top;padding-top:.5rem;
}

.info .fa {display:inline;
color:#313131;
background:transparent;
margin:0.5rem;
text-align:center;
font-size:2.4rem;
height:4rem;
line-height:4rem;
width:4rem;
}

.info h3 {margin-top: 0rem;display:inline;color:#fff;
text-align:left;
margin-bottom:0rem;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* tabelle */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


.tabelle {
width:100%;
display:block;
padding:0rem;
}


.tabbox {display:block;
background:silver;
text-align:left;width:100%;
padding:1rem;
margin-top:1rem;
}


.tabbox-b1 {display:table-cell;width:50%;vertical-align:top;padding-top:.5rem;
}

.tabbox-b2 {display:table-cell;width:50%;vertical-align:top;padding-top:.5rem;
}

.tabelle .fa {display:inline;
color:#313131;
background:transparent;
margin:0.3rem;
text-align:center;
font-size:2.4rem;
height:4rem;
line-height:4rem;
width:4rem;
}

.tabelle h4 {margin-top: 0rem;display:inline;color:#fff;
text-align:left;
margin-bottom:0rem;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* bilder */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.bilder {background:transparent;
padding:0rem;font-size:1.5rem;
}



.bilder .span_1_of_1 {width:100%;padding:1rem;}
.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;
}




/* ############################################################ */
/* bereich fuss */
/* ############################################################ */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* fuss*/
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* === fuss === */


.fuss-main {margin:0 auto;
min-height:10rem;
background:#999999;
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:#fff;
border-left:solid .8rem;
border-right:solid .8rem;
border-top:solid 0rem;
border-bottom:solid .8rem;
border-color:#fff;
color:#cfcfcf;
padding:0rem;
}


.fussbox {text-align:center;
background:#494F54;
display:block;
padding:1rem 2rem 1rem 2rem;
margin-bottom:0rem;
}

.fussbox h3 {padding-bottom:.6rem;
color:#E5E5E5;
text-align:center;
margin-top:1.5rem;
margin-bottom:1rem;
border-bottom:solid .1rem #7F7F7F;
}

.fuss-bottom {height:5rem;
line-height:5rem;
color:#5D5D5D;
}

.fuss-bottom span {color:#fff;
}




/*===== fussmenu 2  =====  */


.fussmenu2 ,
.fussmenu2  ul,
.fussmenu2  li {
list-style: none;
margin: 0;
padding: 0;
border: 0;
}

.fussmenu2  {width:100%;
}

.fussmenu2 ul {
text-align:center;
}

.fussmenu2 li { display: block;
width:100%;
line-height:2.6rem;
margin-left:0rem;
}


.fussmenu2 li a {
padding-left:3rem;position:relative;
}


.fussmenu2 li a:after {
position:absolute;
font-family:'FontAwesome';
top:2px;
left:10px;
content:"\f0a9";
color:#D9DBDD;
}

.fussmenu2 li a:hover:after {
position:absolute;
font-family:'FontAwesome';
top:2px;
left:10px;
content:"\f0a9";
color:#fff;
}


.fussmenu2 a {
display : inline;
width : 100%;
text-align:left;
color:#B0B0B0;
text-decoration: none;
padding:.6rem;
}

.fussmenu2 a:hover {
color:#fff;
text-shadow:none;
background:transparent;
text-decoration: none;
}

/*  die icons im fussmenu2 */

.fussbox a .fa {
font-size:2rem;
line-height:2.5rem;
height:2.5rem;
width:2.5rem;
padding-left:.5rem;
padding-right:.5rem;margin:0;
color:#D9DBDD;
background:transparent;
}

.fussbox a:hover .fa  {
color:#313131;
background:white;
text-shadow:none;
}




/* ############################################################ */
/* M E D I A   Q U E R I E S */
/* ############################################################ */

/* ==================================== ab 360 pixel ================================== */
@media (min-width: 360px) {

.logobox-a {width:20%;
}

.logobox-b {width:80%;
}


}




/* ==================================== ab 480 pixel ================================== */
@media (min-width: 480px) {



.logobox-a {width:35%;
}

.logobox-b {width:65%;
}

.fussbox {
padding:1rem 6rem 1rem 6rem;
}



}


/* ==================================== ab 520 pixel ================================== */
@media (min-width: 520px) {

.tabelle {
display:table;
table-layout:fixed;
border-collapse:separate;
border-spacing:.5rem;
padding:0rem;
}

.tabbox {display:table-cell;
vertical-align:top;
}

.tab {
display:table;
table-layout:fixed;
border-collapse:separate;
border-spacing:.5rem;
padding:0rem;
}

.tabbox {display:table-cell;
vertical-align:top;
}

}




/* ==================================== ab 600 pixel ================================== */
@media (min-width: 600px) {

.kopf , .spacer , .logo , .inhalt , .fuss  {
width:85vw;
}

.name {
font-size:2.5rem;
line-height: 2.8rem;
}

.logobox-a {width:40%;
}

.logobox-b {width:60%;
}

.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%; }

.fuss {
padding:1rem 2rem 2rem 2rem;
background:#494F54;
}

.info {
display:table;
table-layout:fixed;
border-collapse:separate;
border-spacing:.5rem;
padding:0rem;
}

.infobox {display:table-cell;
vertical-align:top;
}

}


/* ==================================== ab 640 pixel ================================== */
@media (min-width: 640px) {

.kopfbox-a {display:table-cell;width:75%;
text-align:left;vertical-align:middle;
}

.kopfbox-b {display:table-cell;width:25%;
text-align:right; vertical-align:middle;
}


.logobox-a {width:45%;
}

.logobox-b {width:55%;
}

}


/* ==================================== ab 680 pixel ================================== */
@media (min-width: 680px) {

html {
font-size:64%;
}


}

/* ==================================== ab 768 pixel ================================== */
@media (min-width: 768px) {

html {
font-size:66.5%;}

.kopf , .spacer , .logo , .inhalt , .fuss  {
width:100vw;
}

.name {
font-size:3rem;
line-height: 3.3rem;
}

.logobox-a {width:60%; }

.logobox-b {width:40%; }



.kopfbox-a {width:70%; }

.kopfbox-b {width:30%; }

.logobox-b {
height:28rem;
}

.inhalt {
display:table;
table-layout:fixed;
border-collapse:separate;
}

.inhaltbox-a {display:table-cell;
vertical-align:top;width:70%;
}

.inhaltbox-b {display:table-cell;
width:30%;vertical-align:top;
background:#e3e2e2;
border:none;
}

.fuss {font-size:1.4rem;
display:table;
table-layout:fixed;
border-collapse:separate;
border-spacing:.5rem;
padding:0rem 0rem 0rem 0rem;
}

.fussbox {display:table-cell;
width:33.33%;text-align:left;
background:transparent;
padding:1rem 1rem 1rem 1rem;
}

.fussbox h3 {
text-align:left;
}

.fussmenu2 ul {
text-align:left;
}

.fussmenu2 li {
margin-left:-0.6rem;
}

}


/* ==================================== ab 800 pixel ================================== */
@media (min-width: 800px) {

html {
font-size:66.5%;}


}


/* ===================================== ab 1024 pixel ================================= */

@media (min-width: 1024px) {

html {
font-size:69%;}

.kopf-main {
padding:2rem 0rem 0rem 0rem;
}

.logobox-a {width:65%; }

.logobox-b {width:35%; }

.kopf , .spacer , .logo , .inhalt , .fuss  {
width:95vw;
}


.fuss {font-size:1.6rem;
}


}


/* ===================================== ab 1100 pixel ================================= */

@media (min-width: 1100px) {

.kopf , .spacer , .logo , .inhalt , .fuss  {
width:90vw;
}


}


/* ===================================== ab 1200 pixel ================================= */

@media (min-width: 1200px) {

html {
font-size:72%;}

.kopf , .spacer , .logo , .inhalt , .fuss   {
width:85vw;
}



}


/* ===================================== ab 1480 pixel ================================= */

@media (min-width: 1480px) {

html {
font-size:75%;
}

.kopf , .spacer , .logo , .inhalt , .fuss   {
width:80vw;
}

.logobox-a {width:70%; }

.logobox-b {width:30%; }


}


/* ===================================== ab 1600 pixel ================================= */

@media (min-width: 1600px) {

html {
font-size:80%;
}


}


/* +  +  +  +  + +  +  +  +  +  C O D E ENDE  +  +  +  +  +  +  +  +  +  + */