

/* = = = = = = = = = = = = = = = = = datei format.css = = = = = = = = = = = = = = = = = = = = = = = = = */




/* ############################################################ */
/* allgemein */
/* ############################################################ */


*, *:before, *:after {

-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}


.clearfix:before,
.clearfix:after {
content: " ";
display: table;
}


.clearfix:after { clear:both; }
.clearfix { *zoom: 1; }

.section { 
    clear: both;
}



html, body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size:62.5%;
line-height:1.4;
font-weight:normal;
height:100%;
}

body {
font-size:1.7rem;
margin: 0 auto;
}


/* �berschriften */


h1, h2, h3, h4, h5 {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight:normal;
text-transform:normal;
}

h1 {
    text-transform:uppercase;
    text-align:center;
font-size:3.4rem;
line-height: 3.7rem;
margin-top: 0rem;
margin-bottom: 3.5rem;
letter-spacing:.0rem;
}


h2 {
    text-transform:uppercase;
font-size:2.5rem;
line-height: 2.8rem;
margin-top: 0rem;
margin-bottom: 3rem;
letter-spacing:.2rem;
}


h4 {
    text-transform:uppercase;
    text-shadow:none;
font-size:1.9rem;
line-height: 2.3rem;
margin-top: 2.5rem;
margin-bottom:1rem;
letter-spacing:0rem;
color: #3F8232;
}


h3 {
    text-transform:none;text-shadow:none;
font-size:1.9rem;
line-height: 2.3rem;
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:#3F8232 ;
text-decoration: none;
}

a:hover  {
    color:#929C9C ;
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 0.5rem 1rem 0.5rem;
margin-bottom:2rem;
text-align:center;
color:#000;
background:3F8232;/* IE9 */
background:linear-gradient(to left,#3F8232,#D78B00, #3F8232);
}


/* ############################################################ */
/*  speziell*/
/* ############################################################ */



.container_haupt {
margin:0 auto;
width:100%;
padding-top:0rem;
}

/* bilder -anpassen der gr�sse */
img {
    /*width: 100%;*/
display:block;
margin:0 auto;
height: auto;
}

.name {
    text-align:center;
    display:inline-block;
    border:solid .1rem #343434;
background:rgba( 0 ,0 ,0, .5);
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
padding:2rem;margin:0 2rem;
font-size:4.2rem;
line-height:4.4rem;
letter-spacing:0.2rem;
color:#FFFFFF;
text-shadow: 0 -1px 1px #343434, 0 1px 1px #343434;
text-transform:xuppercase;
}

.name2 {visibility: show;display:block;
text-align:center;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
padding:0rem 0rem 0rem 0rem;
vertical-align:middle;
font-size:2.8rem;
line-height:3.2rem;
letter-spacing:0.2rem;
color:3F8232;
text-shadow: 0 -1px 1px #343434, 0 1px 1px #343434;
text-transform:uppercase;
}



/* float */
.col {
    width: 100%;
    margin: 0 auto;
    float:left;
}

/* 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:14px;
content:"\f046";
color:#3F8232;
}

.liste1 li:hover:before{
color:#bdbdbd;
}

/* liste2  zweite liste mit eigenem aufz�hlungszeichen als font-icon */

.liste2  {
padding-left:4rem;
}

.liste2 li {position:relative;
list-style-type: none;
padding-left:4rem;
}

.liste2 li:before {
position:absolute;
font-family:'FontAwesome';
top:0;
left:14px;
content:"\f14a";
color:#3F8232;
}

.liste2 li:hover:before{
color:#bdbdbd;
}

/* liste3  - mit standard-aufz�hlungszeichen square */

.liste3  {
padding-left:3rem;
}

.liste3 li {
list-style-type: square;
padding-left:0rem;
}

/* horizontale linie */
hr {margin-top:1.5rem;
margin-bottom:1.5rem;
background:transparent;
width:100%;
border:none; /* IE */
height:0.1rem;  /* IE */
}

/* ############################################################ */
/* bereich icons */
/* ############################################################ */

/* FontIcons - abschalten der textunterstreichnung bei links  */
.logo a , .icons a, .fuss a  {text-decoration:none;
}

/* FontIcons - es sind gr�ssere icons (big), mittlere (medium) und kleiner icons (small) f�r die icons im inhaltsbereich von uns definiert. auch verschiedene styleversionen f�r die icons (vers1, vers2) haben wir angelegt.*/
/* HINWEIS:wenn icons auch imm kopfbereich und/oder fussbereich oder listen oder navigation vorhanden sind gilt:
die icons im kopfbereich, fussbereich, in listen und gfls. in der navigation
sind davon unber�hrt und diese habe ihre eigene definition beim jeweiligen abschnitt   */


.icons.big .fa {
font-size:7rem;
line-height:14rem;
width:100%;height:auto;
}

.icons.medium .fa {
font-size:5rem;
line-height:10rem;
width:100%;height:auto;
}

.icons.small .fa {
font-size:2.3rem;
height:4.6rem;
line-height:4.6rem;
width:4.6rem;
}

.rund .fa {
border-radius:36rem;
}

.icon-vers1 .fa {
color:#3F8232;
border:solid .1rem #3F8232;
}

.icon-vers2 .fa {
color:white;
background-color: #8b470f;
background:linear-gradient(to bottom, #3F8232 50% , #171a1a 50% );
}

.icon-vers3 .fa {
color:#899696;
background: #000;
background:linear-gradient(45deg,
#3F8232 0%, #3F8232 20%, transparent 20% ,transparent 80% ,
#3F8232 80%, #3F8232 100%);
}

.icon-vers4 .fa {
color:#3F8232;
background: #000;
background:linear-gradient(-45deg,
#616B6B 0%, #616B6B 20%, transparent 20% ,transparent 80% ,
#616B6B 80%, #616B6B 100%);
}

.icon-vers5 .fa {
color:#171a1a;
background: #fff;
background:radial-gradient(circle,
#D78B00, #3F8232);
}



.icons .span_1_of_4 {width:100%;}
.icons .span_1_of_6 {width:50%;}
.icons .span_1_of_6b {width:33%;}

.icons {
padding:0rem;
font-size:1.4rem;
}

.icons .box {
text-align:center;
padding:1rem;
}

.icons .text {display:block;
}




/* ############################################################ */
/* bereich logo */
/* ############################################################ */


.logo-main {
    display:block;
overflow:hidden;
margin:0 auto;
width:100%;
height:120px;
margin:0 auto;
text-align:center;
color:#000;
text-shadow: 0 -1px 1px #666, 0 1px 1px #fff;
font-family:arial,sans-serif;
position:relative;
background-repeat:no-repeat;
background-size:cover;
background-image:url(../images/logo_entwurf_03dreiecke.png);/* dieses bild erscheint nur, wenn der bildwechsler gel�scht wird*/
/* background-position: 50% 50%; */
-webkit-box-shadow: 0px 0px 5px 0px;
    border-bottom: 6px solid #3F8232;

    background-size: 100% ;
}


.logo {
    display:table;
    width:100%;
    height:100%;
text-align:center;
margin:0 auto;
}

.logo-mi {
    display:table-cell;
    position:relative;
    text-align:center;
    vertical-align:middle;
padding-top:0rem;
box-shadow:0rem 0rem .4rem #1F1F1F;
width:100%;
margin:0rem auto;
}

.logo-main .fa {
    color:#FFFFFF;
    font-size:1,5rem;
    text-shadow: 0 -1px 1px #000, 0 1px 1px #000;
}



/* ############################################################ */
/* bereich nav */
/* ############################################################ */


.nav-main {
    background:#FFFFFF;
    margin:0 auto;
    /*border-top:solid .1rem #000;
    border-bottom:solid .1rem #000; 
    position: fixed; */
     -webkit-box-shadow: 0px 0px 5px 0px;
    box-shadow: 0 0px 7px 0 #333333;
}

.nav {
    width:100%;
    margin:0 auto;
    line-height:2.5rem;
    font-weight: 500;
}


/* ############################################################ */
/* bereich inhalt */
/* ############################################################ */

.inhalt-main {
padding:0;
margin:0;min-height:10rem;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* inhalt */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


.inhalt {
margin: 0 auto;
}

.inhaltbox-a {display:block;
text-align:left;

}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* content */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.content-main {
padding: 0rem;
margin:0;
color:#343434 ;
background:#FFFFFF;
min-height:10rem;
text-align: justify;
}

.content {
margin: 0 auto;
padding:3rem 0 3rem 0;
}

.content h2 {
color:#343434;
margin-bottom: 0rem;
}

.content h3 {
color:#343434;
margin-top: 0rem;
margin-bottom:1rem;
}


.presse_titel {

}

.presse_info {
    padding-top: 10px;
    font-size: 1.4rem;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* info1 */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.info1-main {
padding:2rem 2rem 2rem 2rem;
margin:0;
background:#c1c1c1;
color:#000;
}

.info1 {
margin: 0rem auto;
padding:3rem 0 3rem 0;
}

.info1 h2 {
color:#FBDFC8;
}

.info1 .span_1_of_1 {width:100%;}
.info1 .span_1_of_2 {width:50%;}
.info1 .span_1_of_4 {width:50%; }

.info1 .box {
text-align:center;
background:#3f3f3f;
}

.info1 h2 {
color:#000;
}

.info1  img {
border:none;
width:100%;
}

.info1 .text {
    display:block;
}

.info1 .box-innen {
overflow:hidden;
width:100%;
padding:0rem;
}

.info1 .box span:first-line {
    text-align:center;
color:#FBDFC8;
font-size:1.6rem;text-transform:uppercase
}

.info1 .container-box {display:block;
text-align:center;
}

.info1 .container-box-2 {display:block;
text-align:center;
}

/* Weiter lesen */
.info1 a {
    background:#171a1a;
    color:#3F8232;
border-radius:1rem;
padding: .5rem 1rem;
text-decoration:none;
}

.info1 a:hover {
    background:white;
    color:black
    }


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* info2 */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.info2-main {
padding:2rem;
margin:0;

color:#5e6b6b;
background:#171a1a;
}

.info2 {
background-size: 50px 50px;
background-repeat:repeat;
margin: 0rem auto;
padding:3rem 0 3rem 0;
}

.info2 h2 {
color:#3F8232;
}


.info2 .span_1_of_2 {
    width:100%;
    padding: 0 .2rem 0 .2rem;}

.info2 .box {
text-align:center;
padding:.5rem;
}

.info2  img {
    background:#3f3f3f;
border:none;
width:100%;
}

.info2 .text {
    display:block;
}

.info2 .box-innen {
overflow:hidden;
width:100%;
padding:0rem;
}

.info2 .box span:first-line {
    text-align:center;
color:#3F8232;
font-size:1.6rem;
text-transform:xuppercase
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* info3 */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.info3-main {
padding:2rem;
margin:0;
background:#3F8232;
color:#000;
}

.info3 {
margin: 0rem auto;
padding:3rem 0 3rem 0;
}

.info3 h2 {
color:#FBDFC8;
}

.info3 .span_1_of_1 {
    width:100%;
    }

.info3 .span_1_of_2 {
    width:50%;
    }

.info3 .span_1_of_3 {
    width:33.33%;
    }

.info3 .box {
text-align:center;
background:#3f3f3f;
}

.info3 h2 {
color:#000;
}

.info3  img {
border:none;
width:100%;
}

.info3 .text {
    display:block;
}

.info3 .box-innen {
overflow:hidden;
width:100%;
padding:0rem;
}

.info3 .box span:first-line {
    text-align:center;
color:#FFFFFF;
font-size:1.6rem;
text-transform:uppercase
}

.info3 .container-box {display:block;
text-align:center;
}

.info3 .container-box-2 {display:block;
text-align:center;
}

/* Weiter lesen */
.info3 a {
    background:#171a1a;
    color:#3F8232;
border-radius:1rem;
padding: .5rem 1rem;
text-decoration:none;
}

.info3 a:hover {
    background:white;
    color:black;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* info4 */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.info4-main {
    padding: 0 2rem 0 2rem;
    margin:0;
    background:#fff;
    color:#000;
}

.info4 {
    margin: 0rem auto;
    padding: 0 0 6rem 0;
    background-color: #000000;
}




/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* bilder */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.bilder-main {
    background:#FFFFFF;
    color:#000;
}

.imgW {
    width: 100%;
}

.h2L {
    padding: 0rem 0 2rem 0;
}

.leistungen {
    padding: 4rem 0 3rem 0;
}

.bilder {
    font-size:1.4rem;
    margin: 0rem auto;
}

.bilder-main h2{
    margin-bottom: 0rem;
}

.bilder .span_1_of_1 {width:100%;}
.bilder .span_1_of_2 {width:100%;padding:.5rem;}
.bilder .span_1_of_3 {width:100%;padding:.5rem;}
.bilder .span_1_of_4 {width:100%;padding:.5rem;}

.bilder .box {
    text-align:center;
    padding:1rem;
}

.bilder .box img {
    border:none;
}

.bilder .box-innen {
    background:transparent;
    overflow:hidden;
    position:relative;
    text-align:center;
    width:100%;

}

/* verhindert ein zusammenbrechen der boxen bei untersch. langen texten, siehe weiter unten bei den MEDIA QUERIES, dann mit der angabe CSS-overflow */
.bilder .text {
    display:block;
}

.bilder .text a{
    color: #343434;
    text-decoration: none;
}

.bilder .text a:hover{
    color: #3F8232;
    text-decoration: none;
}

.bilder .box span:first-line  {
text-align:center;
color:#000;
font-size:1.4rem;
text-transform:uppercase
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* kontakt */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.kontakt-main {
padding:0;
margin:0;
background:#3F8232;
color:#000;
}

.kontakt {margin: 0 auto;
padding:3rem 0;
}

.kontakt .container-box-1 {padding:0;width:100%;}

.kontakt .box {
text-align:center;
padding:0 2rem;
}

.kontakt .span_1_of_2 {width: 100%;margin:2rem 0 }

.kontakt .fa {color:#000;
}

.kontakt ul {
padding-left:0;

}
.kontakt li {
list-style-type: none;
padding-left:0rem;
text-align:center;
}

.kontakt-main a{
    color: #000000;
    text-decoration: none;
}

.kontakt-main a:hover{
    color: #000000;
    text-decoration: none;
}

/* horizontale linie */
.kontakt hr{
    width:80%;
    border-bottom: dashed 0.1rem #353535;
}


/* -----formular----- */
form {
    display:table;
width:90%;
margin:0 auto;
text-align:left;
color:#000;
}

textarea, input {
    height:4rem;
width:99%;
padding:1rem;
background:transparent;
border:solid 0rem black;
border-radius:0.6rem;
margin-bottom:1rem;
text-shadow:none;
font-size:1.6rem;
background:#333A3A;
color: #ffffff;
}

textarea {
height:20rem;
overflow: auto;
}

#senden {
    background-color:#333a3a;
    color:#3F8232;
    text-shadow:none;
    padding:0rem;
    font-size:1.5rem;
}

input:focus, textarea:focus {
background:#333a3a;
}



/* -----ende formular----- */



/* ############################################################ */
/* bereich fuss */
/* ############################################################ */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* fuss*/
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* === fuss === */


.fuss-main {
    color:#FFFFFF;
background:#343434;
margin:0 auto;
padding:3rem 0 1.5rem 0;
}

.fuss-main h2 {
    margin-bottom: 1.2rem;
}

.fuss {
margin: 0rem auto;
padding:0rem;
}

.fussbox-1a ,.fussbox-1b  {width:100%;
display:block;
padding:0rem .5rem 0 .5rem ;
}

.fussbox-1-a ,.fussbox-1-b {display:table;
width:100%;
padding:0;
height:7rem;
}

.fussbox-1-a-inhalt , .fussbox-1-b-inhalt {display:table-cell;
width:100%;
font-size:1.3rem;
line-height:1.9rem;

padding:0rem;
text-align:center;
}


.fussbox-1-a-inhalt {
vertical-align:bottom;
}

.fussbox-1-b-inhalt {
vertical-align:top;
}


/*  die icons im fussbereich */
.fuss .fa {
font-size:1.9rem;
line-height:3.7rem;
height:3.7rem;
width:3.7rem;
color:#FFFFFF;
margin:1.0rem;
border-radius:36rem;
background:#767676;
}

.fuss .fa-facebook:hover {
    background: #3b5999;
}

.fuss .fa-twitter:hover {
    background: #4099ff;
}

.fuss .fa-youtube:hover {
    background: #cd201f;
}

.fuss .fa-google-plus:hover {
    background: #d34836;
}

.fuss .fa-instagram:hover {
    background: #27577d;
}



/*===== fussmenu   =====  */


.fussmenu ,
.fussmenu  ul,
.fussmenu  li {
list-style: none;
margin: 0;
padding: 0;
border: 0;
text-transform:none;
}

.fussmenu  {
    width:100%;
    margin:0 auto;
    padding-bottom:1rem;
    padding-top:1rem}

.fussmenu ul {}

.fussmenu li { 
    display:inline;
width:100%;
line-height:2rem;
margin-left:0rem;
padding-left:.5rem;
padding-right:1.5em;
}

.fussmenu a {
    font-size:1.3rem;
line-height:1.8rem;
width : 100%;
text-align:left;
color:#FFFFFF;
text-decoration:none;
padding:0rem;
letter-spacing:.2rem;
}

.fussmenu a:hover {
color:#3F8232;
text-shadow:none;
background:transparent;
text-decoration: none;
}

.fussmenu .active_footer {
    color: #3F8232;
}
 


/* ############################################################ */
/* M E D I A   Q U E R I E S - BILDSCHIRMABFRAGEN*/
/* ############################################################ */


/* ==================================== ab 360 pixel ================================== */
@media (min-width: 360px) {

.content, .info1, .info2, .info3, .info4, .kontakt, .bilder {
width:80vw;
}

.icons .span_1_of_4 {width:50%;}

form {
width:100%;
}


}


/* ==================================== ab 480 pixel ================================== */
@media (min-width: 480px) {

.icons .span_1_of_6 {width:33.33%;}
.icons .span_1_of_6b {width:16%;}

form {
width:90%;
}

}


/* ==================================== ab 550 pixel ================================== */
@media (min-width: 550px) {


.info1 .box    {
padding:0rem;
}

.info2 .box  {
padding:1rem;
}

.logo-mi {height:20rem;
width:30rem;
}

.bilder .span_1_of_2 {width: 50%; }
.bilder .span_1_of_3 {width:100%; }
.bilder .span_1_of_4 {width: 50%; }
.bilder .span_1_of_6 {width: 50%; }

.bilder .text {
overflow:auto;
height:12rem;
}


}


/* ==================================== ab 600 pixel ================================== */
@media (min-width: 600px) {

.icons .span_1_of_4 {width:25%;}
.icons .span_1_of_6 {width:33.33%;}
.icons .span_1_of_6b {width:16%;}

.logo-main {
    height:100%;
background-image:url(../images/banner2.jpg);

}

}


/* ==================================== ab 640 pixel ================================== */
@media (min-width: 640px) {

html {
font-size:68%;
}

form {
width:70%;
}


}


/* ==================================== ab 768 pixel ================================== */
@media (min-width: 768px) {

html {font-size:70%;}

.logo-main {
height:33vh;
}

.bilder .span_1_of_2 {width: 50%; }
.bilder .span_1_of_3 {width: 33.33%; }
.bilder .span_1_of_4 {width: 50%; }

.icons .span_1_of_4 {width:25%;}
.icons .span_1_of_6 {width:33.33%;}
.icons .span_1_of_6b {width:16%;}


.info1 .container-box-1 {width:50%; }

.info1 .container-box-2 {width:50%; }

.info2 .span_1_of_2 {width:50%;}

.kontakt .container-box-1 {display:table;}

.kontakt .span_1_of_2 {width: 50%;
display:table-cell;
vertical-align:middle ;
padding:0 0rem;
}

form {
width:100%;
}


}


/* ==================================== ab 800 pixel ================================== */
@media (min-width: 800px) {

html {font-size:78%;}

.logo-main {
height:50vh;
}


}


/* ===================================== ab 1024 pixel ================================= */

@media (min-width: 1024px) {

html {
font-size:80%;}




.bilder .span_1_of_3 {width:33.33%; }
.bilder .span_1_of_4 {width:25%;}
.bilder .span_1_of_3 {width: 33%;}



.icons .span_1_of_4 {width:25%;}
.icons .span_1_of_6 {width:16%;}
.icons .span_1_of_6b {width:16%;}

.bilder .text {
overflow:auto;height:16rem;
}




}


/* ===================================== ab 1100 pixel ================================= */

@media (min-width: 1100px) {

.content, .info1, .info2, .info3, .info4, .kontakt, .bilder {
width:80vw;
}


}


/* ===================================== ab 1200 pixel ================================= */

@media (min-width: 1200px) {

html {
font-size:72%;}

.content, .info1, .info2, .info3, .info4, .kontakt, .bilder {
width:70vw;
}


}


/* ===================================== ab 1300 pixel ================================= */

@media (min-width: 1300px) {

/* keine angabe */

}

/* ===================================== ab 1400 pixel ================================= */

@media (min-width: 1400px) {

html {
font-size:80%;
}


}


/* +  +  +  +  + +  +  +  +  +  C O D E ENDE  +  +  +  +  +  +  +  +  +  + */