

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


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

*, *:before, *:after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}


html, body {
font-family:'josefin_sansregular',georgia, tahoma, arial, Verdana, Segoe, 'Open Sans',helvetica,roboto ,sans-serif;
font-size:62.5%;
line-height:1.4;
font-weight:normal;
height:100%;
}

body {
font-size:1.7rem;
margin: 0 auto;
}

/* zusätzliche zeilenabstände, absatz */
.content br {
line-height:.6;
}

p.break  {
line-height:7rem;margin:0;
}


/* überschriften */

h1, h2, h3, h4, h5 {
font-family:'snippetregular';
font-weight:normal;
}

h1 {text-align:right;
font-size:3.5rem;
line-height: 3.7rem;
margin-top: 0rem;
margin-bottom: 4.2rem;
letter-spacing:.0rem;
}



h2 {
font-size:2.6rem;
line-height: 2.8rem;
margin-top: 0rem;
margin-bottom: 3.5rem;
letter-spacing:0rem;color:red;
}



h3 {
font-size:2.1rem;
line-height: 2.3rem;
margin-top: 2.1rem;
margin-bottom:1.4rem;
letter-spacing:0rem;
}


/* allgemeine links  */

a {background-color:transparent;
color:#fff;
text-decoration: underline;
}

a:hover  {color:#fff;
background-color:transparent;
text-decoration:none;
}


/* quelltext-erklärungen - wenn vorhanden */
pre {white-space:pre-wrap;
font-size:1.5rem;
padding:1rem 0.5rem 1rem 0.5rem;
margin-bottom:2rem;
text-align:center;
color:#fff;
background:rgba(0,0,0,.1);
border:dashed .1rem #E6F9E6
}


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

.container_haupt {
margin:0 auto;
width:100%;padding-top:0rem;
background:#2EC22E;
}

.wrapper {
margin:0 auto;
width:100%;padding:0rem;
}

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




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

.kopf-main {
padding:0;
margin:0 auto;
}

.kopf {display:table;
width:100%;
background:linear-gradient(to bottom , #32CD32, #218921    );
margin: 0 auto;
padding:0;
}

.kopfbox-1a  {
padding:.5rem 0 ;
display:block;text-align:center;
}

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

.name {display:block;background:rgba(0,0,0,.1);
font-family:'snippetregular';
text-align:center;
padding:1rem;
font-size:3.2rem;
line-height:3.4rem;
letter-spacing:0.2rem;
color:#2DD22D;
}

/*  die icons im kopfbereich */
.kopf .icon-liste .fa {
font-size:1.5rem;
line-height:3rem;
height:3rem;
color:#ECF9EC;
text-shadow: 0 -1px 1px #104B10, 0 1px 1px #104B10;
margin:.2rem;
}

.kopf .icon-liste ul {
padding-left:0rem;
padding-top:0rem;
margin:0;
}

.kopf .icon-liste li {display:inline;
padding:0;
margin:.5rem
}

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

.logo-main {
padding:0;
margin:0 auto;background-image:url(../images/logo02.jpg);
background-position:50% 50%;
background-repeat:no-repeat;
background-size:cover;
}

.logo {display:table;width:100%;
margin: 0 auto;
padding:0;
}

.logobox-1a  {
padding:2rem ;
display:none;text-align:center;
}

.logobox-1b  {background:rgba(0,0,0,.5);
display:block;text-align:right;
padding:0;
}


/* ############################################################ */
/* bereich content */
/* ############################################################ */

.content-main {
padding: 0;
margin:0;
color:#fff;
min-height:10rem;
}

.content {background:#218921;/* IE9*/
background:linear-gradient(to bottom ,#218921 , limegreen, #218921 );
margin: 0 auto;
padding:3rem 3rem 7rem 3rem ;
}

.content h1,.content h2, .content h3 {
color:#EDEDE9;
}



/* bilder im inhaltsbereich -anpassen der grösse */


.content .wrapper-bild {display:block;
text-align:center;
}

.content .wrapper-bild img {
padding:.4rem .0rem .4rem 0rem;
margin:0 -.25rem -.5rem -.25rem ;
border: none;
}

.content .bild-1_of_1 { width: 50%; }
.content .bild-1_of_2 { width: 100%; }
.content .bild-1_of_3 { width: 100%; }
.content .bild-1_of_4 { width: 100%; }


/* icon dreieck */
.content .wrapper-bild .fa {
color:red;
font-size:1.6rem;transform: translateY(5%);
}

.content .bildunterschrift {
font-size:1.6rem;
line-height:1.8rem;
color:#fff;
}


/* ############################################################ */
/* bereich fusstop */
/* ############################################################ */


.fusstop-main {display:table;width:100%;
padding:0;
margin:0 auto;
color:#DAF3DA;
font-size:1.6rem;
line-height:1.9rem;
}

.fusstop {display:table;width:100%;
background:#4f4343;
margin: 0 auto;
padding:0 ;
background-image:url(../images/logo02.jpg);
background-position:50% 50%;
background-repeat:no-repeat;
}

.fusstopbox-1a  {display:block;background:rgba(0,0,0,.3);
padding:3rem 1rem ;text-align:center;
}

.fusstopbox-1b  {text-align:right;
display:none;
padding:3rem 1rem;
}


/*  die icons im fusstopereich  */

.fusstop-main .icon-liste .fa {
width:3rem;
color:#8EDB8E;
text-shadow: 0 -1px 1px #104B10, 0 1px 1px #104B10;
}

.fusstop-main .icon-liste ul {
padding:0rem;
margin:0;
}

.fusstop-main .icon-liste li {list-style:none;
padding:0rem;
margin:.1rem auto;text-align:center;
}

.fussname {display:block;
font-family:'snippetregular';
text-align:center;
padding:1rem;
font-size:1.4rem;
line-height:1.6rem;
letter-spacing:0.2rem;
color:#fff;
}





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


.fuss-main {color:#fff;
margin:0 auto;background:linear-gradient(to bottom ,#218921 , #32CD32    );
}

.fuss {display:table;width:100%;
margin: 0rem auto;
padding:0rem 0rem;
}

.fuss-main a {
text-decoration:none;
}

.fussbox-1a  {display:block;
text-align:center;
padding:0rem 0rem 0 0rem ;
font-size:1.6rem;
line-height:1.9rem;
}

.fussbox-1b  {display:block;background:transparent;
text-align:center;
padding:2rem .5rem 0 .5rem  ;
font-size:1.6rem;
line-height:1.9rem;
}


.fussbox-1b b {color:red;
}


.fussbox-1c  {display:block;
text-align:center;
padding:0rem 0 2rem 0 ;
font-size:1.6rem;
line-height:1.9rem;
}

.leiste {display:block;background:rgba(0,0,0,.1);
padding:.2rem;
}

/*  die icons im fussbereich  */

.fuss-main .icon-liste .fa {
font-size:1.5rem;
line-height:3rem;
height:3rem;
width:3rem;
color:#fff;
text-shadow: 0 -1px 1px #104B10, 0 1px 1px #104B10;
margin:.2rem;
border-radius:36rem;
}

.fuss-main .icon-liste ul {
padding-left:0rem;
padding-top:0rem;
margin:0;
}

.fuss-main .icon-liste li {display:inline;
padding:0;
margin:.5rem
}





/* ############################################################ */
/* bereich fussmenu */
/* ############################################################ */


.fussmenu  {width:100%;margin:0 auto;padding-bottom:1rem;padding-top:1rem}

.fussmenu ul {padding:0;margin:0}

.fussmenu li { display:block;list-style: none;
width:100%;
line-height:2rem;
margin-left:0rem;
padding-left:.5rem;
padding-right:.5rem;
}

.fussmenu a {font-size:1.6rem;
line-height:1.8rem;
width : 100%;
text-align:left;
color:#fff;
text-decoration:none;
padding:0rem;
letter-spacing:.2rem;
}

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



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


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

.wrapper {
width:90vw;
}


}


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

/* keine angabe */


.content .bild-1_of_1 {width: 80%;
}

.content .bild-1_of_2 {width: 80%;
}

.content .bild-1_of_3 {width: 80%;
}



}


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

.content {
padding:3rem 5rem 7rem 5rem ;
}

.fussmenu li { display:inline;
}

}


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

/* keine angabe */

}


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

html {
font-size:68%;
}

.kopf {height:10rem;
}

.name {
font-size:2.6rem;
line-height:2.8rem;

}


.kopfbox-1a  {width:50%;text-align:left;
padding:1rem 0rem 1rem 1rem;
display:table-cell;vertical-align:bottom;
}

.kopfbox-1b  {width:50%;
display:table-cell;vertical-align:bottom;
}

.logobox-1a  {width:50%;
display:table-cell;vertical-align:middle;
}

.logobox-1b  {width:50%;
display:table-cell;vertical-align:middle;
}


/* bilder */

.content .wrapper-bild img {
padding:.4rem .4rem .4rem .4rem;
}

.content .bild-1_of_1 {width: 50%;  }
.content .bild-1_of_2 {width: 50%;  }
.content .bild-1_of_3 {width: 33.33%; }
.content .bild-1_of_4 {width: 25%; }


}


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

html {font-size:70%;}

.name{text-align:right;border-top-left-radius:3rem;
}

.kopfbox-1a  {
padding:1rem 0rem 1rem 5rem;

}

.leiste {padding:1rem;
border-bottom-right-radius:3rem;
}

.logo {display:table;width:100%;
height:28rem;
margin: 0 auto;
padding:0;
}

.fusstop {height:20rem;
}

.content img {margin:.1rem;
}

.content .bild-1_of_2 {width: 45%; }

.content .bild-1_of_3 {width: 31%; }

.fusstopbox-1a ,.fusstopbox-1b  {width:50%;
display:table-cell;vertical-align:middle;
}


.fussbox-1a , .fussbox-1b  {width:50%;
display:table-cell;vertical-align:middle;
}




}


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

html {font-size:78%;}

}


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

@media (min-width: 1024px) {

html {
font-size:80%;}

}


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

@media (min-width: 1100px) {

.wrapper {
width:80vw;
}


}


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

@media (min-width: 1200px) {

html {
font-size:72%;}

.wrapper {
width:75vw;
}



}


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

@media (min-width: 1300px) {

.wrapper {
width:70vw;
}


}

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

@media (min-width: 1400px) {

html {
font-size:80%;
}


}


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