/*  = = = = = 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:#009F00;
}


/* überschriften */
h1, h2 {
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5 {color:#009F00;
font-weight:normal;
}

h7 {color:#0070C0;
font-weight:normal;
}


h1 {
font-size:2.9rem;
line-height: 3.2rem;
margin-top: 0rem;
margin-bottom: 3.5rem;
}


h2 {
font-size:2.5rem;
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;
}


/* === allgemeine links  === */
a {
color:#009F00;
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:#AFAFAF;
background:white ;
color:#009F00;
border:dashed .1rem black;
}


/* ############# */
/*  speziell*/
/* ############# */

/* float */
.col {width: 100%;
margin: 0 auto;
float:left;
}

.container_haupt {
margin:0 auto;
height:100%;
width:100%;
padding:2rem 0rem 0rem 0rem;
}

.name {display:block;
letter-spacing:0.2rem;
padding:0rem;
font-size:2.6rem;
line-height: 2.8rem;
color:#003D51;
text-transform:uppercase;
letter-spacing:.1rem;
}



/* bilder -anpassen der grösse */
img {max-width: 100%;display:block;
margin:0 auto;
height: auto/* ;box-shadow:0.1rem 0.1rem .3rem black;border:solid 0.1rem black; */
}

/* 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:#009F00;
color:#fff;
}

.icons.vers2 .fa {background:#003546;
color:#fff;
}

/* liste mit eigenem aufzählungszeichen als font-icon */

.liste1  {
padding-left:2rem;
}

.liste1 li {position:relative;
list-style-type: none;
padding-left:3rem;

}

.liste1 li:before {
position:absolute;
font-family:'FontAwesome';
top:0;
left:10px;
content:"\f124";
color:black;
}

/* bild-liste - hier in fussbereich */

.liste-bild  {padding:0rem 0rem 0rem 0rem;
margin:0;
}

.liste-bild ul {
list-style-type: none;
margin:0;padding:0;
}


.liste-bild li img {width:35%;
display:inline;
float: left;
margin: 0rem 0.8rem 0rem 0;
border: solid 0.3rem #009FD5;
}

.liste-bild li {margin:0.5rem 0rem 0.5rem 0rem;
padding: 0rem;color:#000;
overflow: hidden;
}
.liste-bild li p {font-size:1.2rem;
padding:0rem;margin:0;text-align:left;
}

.liste-bild li a {text-decoration:none;color:#009F00;
}

.liste-bild li:hover  {
background: #EFEFEF;
}

.liste-bild li img:hover  {
border: solid 0.3rem orange;
}


/* ############# */
/* bereich kopf */
/* ############# */


.kopf {width:90vw;
display:block;
margin: 0 auto;
padding:0rem;
}

.kopfbox-a {display:block;
padding:1rem;
text-align:left;vertical-align:top;
}

.kopfbox-b {display:block;
padding:1rem;vertical-align:top;
text-align:right;height:5rem;
}


.kopf-bottom {
margin:0 auto;
background:#fff;
color:#F0F0F0;
padding:0rem;
}


.kopfbox-c {width:90vw;
display:block;
padding:1rem;
margin:0 auto;
}


/*  die icons im kopfbereich */

.kopf a .fa {
margin:0rem;
text-align:center;
font-size:2rem;
height:3rem;
line-height:3rem;
width:3rem;
margin:0.1rem;
background:black;
color:white;
border-radius:.6rem;
}

.kopf a:hover .fa  {
color:white;
background:#006F93;
text-shadow:none;
}


/* ############### */
/* bereich logo */
/* ############### */

.logo-main {position:relative; /* wegen bildwechsler */
margin:0 auto;height:30rem;
background:whitesmoke;
color:#313131;
padding:0rem;
border-top:solid .6rem;
border-bottom:solid .6rem;
border-color:#00688A;
}





/* ############### */
/* bereich inhalt */
/* ############### */

.inhalt-main {margin:0 auto;
min-height:30rem;
padding:0rem;
margin:0rem;
}


/* - - - - - - - - - - - - - */
/* inhalt */
/* - - - - - - - - - - - - - */


.inhalt {background:white;width:90vw;
margin: 0 auto;
display:block;

border-color:#fff;
font-size:1.5rem;
line-height:2rem;
padding:0rem;
}

.inhaltbox-a {display:block;
width:100%;
text-align:left;
padding:4rem 2rem 4rem 1rem;
}

.inhaltbox-b {display:block;
width:100%;
color:#009F00;
text-align:left;
padding:1rem 1rem 4rem 1rem ;
border:solid .1rem;
border-color: #313131;
background:transparent;
}

.inhaltbox-b h3 {background:#009F00;
color:white;
padding:.5rem;
border-radius:.6rem;
}

/*===== 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;
color:#0092C1;
}

.menu2 a {
line-height:2.4rem;
display : inline;
width : 100%;
text-align:left;
color:#009F00;
text-decoration: none;
padding:.2rem;
}

.menu2 a:hover {
color:#fff;
text-shadow:none;
background:#009F00;
text-decoration: none;
}



/* - - - - - - - */
/* bilder */
/* - - - - - - - */

.bilder {background:#009F00;
background:radial-gradient(circle, #3F3F3F , black);
color:#8f8f8f;
font-size:1.4rem;
padding:0rem;
border:solid 0.1rem lightskyblue;
}


.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;
}

.bildbox img {
border:solid 0.1rem lightskyblue;
}



/* ################ */
/* bereich fuss */
/* ################ */

/* - - - - - */
/* fuss*/
/* - - - - - */

/* === fuss === */


.fuss-main {margin:0 auto;
min-height:10rem;
text-align:center;
text-shadow:none;
padding:2rem 0rem 1rem 0rem;
}


.fuss {display:block;
margin: 0 auto;
width:90vw;
color:#009F00;
padding:0rem;
}


.fussbox {text-align:center;
display:block;
padding:1rem 0rem 1rem 0rem;
margin-bottom:0rem;
}

.fussbox h3 {padding-bottom:.6rem;
color:#009F00;
text-align:center;
margin-top:1.5rem;
margin-bottom:1rem;
border-bottom:dashed .1rem #7F7F7F;
}

.fuss-bottom {display:inline-block;
padding:1.6rem;
border-radius:1rem;
font-size:1.2rem;
letter-spacing:.1rem;
text-align:center;
}


/*===== 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:0 auto;
}

.fussmenu2 li a {padding-left:3rem;position:relative;text-align:left;
}

.fussmenu2 li a:before {
position:absolute;
font-family:'FontAwesome';
top:3px;
left:10px;
content:"\f0a9";
color:black;
}

.fussmenu2 li a:hover:before {
position:absolute;
font-family:'FontAwesome';
top:3px;
left:10px;
content:"\f0a9";
color:#0092C1;
}

.fussmenu2 a {
display : inline;
width : 100%;
text-align:left;
color:#009F00;
text-decoration: none;
padding:.6rem;
}

.fussmenu2 a:hover {
color:#009F00;
text-shadow:none;
background:transparent;
text-decoration: none;
}







/* ########################## */
/* M E D I A   Q U E R I E S */
/* ########################## */

/* =============== ab 360 pixel ============== */
@media (min-width: 360px) {

/* keine angabe */

}

/* =============== ab 480 pixel ============== */
@media (min-width: 480px) {


/* keine angabe */

}


/* =============== ab 600 pixel ============== */
@media (min-width: 600px) {

.kopf , .kopfbox-c ,  .inhalt , .fuss  {
width:85vw;
}


.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:50%;font-size:1.2rem }
.bilder .span_1_of_4 {width: 50%; }

.fuss {
padding:1rem 2rem 2rem 2rem;
}


.kopf {
display:table;
table-layout:fixed;
border-collapse:separate;
border-spacing:0rem;
padding:0rem;
}

.kopf-bottom {
display:table;
table-layout:fixed;
border-collapse:separate;
border-spacing:0rem;
padding:0rem;
}

.kopfbox-c {display:table-cell;
vertical-align:middle;
}

}


/* ================= ab 640 pixel ================== */
@media (min-width: 640px) {

.name {
letter-spacing:0.2rem;
padding:0rem;
font-size:3.2rem;
line-height: 3.5rem;
}

.kopfbox-a {width:70%;display:table-cell;
text-align:left;vertical-align:top;
}

.kopfbox-b {display:table-cell;width:30%;
vertical-align:bottom;
}


}


/* ================= ab 680 pixel =================== */
@media (min-width: 680px) {

html {
font-size:64%; }



}

/* ================= ab 768 pixel ==================== */
@media (min-width: 768px) {

html {
font-size:66.5%;}

.kopf , .kopfbox-c ,  .inhalt , .fuss    {
width:94vw;
}

.inhalt {
display:table;
table-layout:fixed;
border-collapse:separate;
border-spacing:1rem 1rem;
}

.inhaltbox-a {display:table-cell;
vertical-align:top;width:70%;
}

.inhaltbox-b {display:table-cell;
width:30%;vertical-align:top;
border:none;
}

.fuss-main {
padding:0rem 0rem 1rem 0rem;
}

.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;
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 {
margin:0 auto;
padding:2rem 0rem 0rem 0rem;
}

.kopf , .kopfbox-c ,  .inhalt , .fuss  {
width:95vw;
}



.fuss {font-size:1.6rem;
}


}


/* ==================== ab 1100 pixel ================= */

@media (min-width: 1100px) {

.bilder .span_1_of_3 {width:33.33%;}

}


/* ==================== ab 1200 pixel ================ */

@media (min-width: 1200px) {

html {
font-size:72%;}

.kopf , .kopfbox-c ,  .inhalt , .fuss {
width:85vw;
}



}


/* ==================== ab 1480 pixel ================= */

@media (min-width: 1480px) {

html {
font-size:80%;
}

.kopf , .kopfbox-c ,  .inhalt , .fuss  {
width:78vw;
}



}


/* +  +  C O D E ENDE  +  +   12370744*/