@import url("reset.css");

.clear {
    clear: both;
}

body {
    font: 300 12px/20px open sans, helvetica;
    /* Schriftschitt/Größe/Zeilenabstand/Art*/
}

.wrapper {
    width: 1110px;
    margin: auto;
}

header {
    background: url(../images/header-bg.png) no-repeat;
    width: 1110px;
    height: 250px;
    margin: auto;

}

header nav {
    padding: 197px 0 0 418px;
}

header nav ul li {
    display: inline;
    padding-left: 7px;
}

header nav ul li a {
    background: #89c1cf;
    font-size: 15px;
    line-height: 18px;
    padding: 0 25px 2px 25px;
    text-decoration: none;
    color: #fff;

}

header nav ul li a.active {
    background: #068523;

}

header nav ul li a:hover {
    text-decoration: underline;
}

article {
    width: 845px;
    margin: auto;
    height: auto;
    border: url(../images/article-bg.jpg);


}

.picture {
    height: 262px;
    width: 1110px;
    margin: 50px 0 0 0;



}

.slogan {
    color: #068523;
    float: left;
    width: 1110px;
    height: 100px;
    position: relative;
    right: 30px;
    top: 20px;
    float: left;
    letter-spacing: 1px;
}

.slogan1 {
    font-size: 23px;
    line-height: 33px;
    font-weight: 400;

}

.slogan2 {
    font-size: 20px;
    line-height: 33px;
    font-weight: 400;

}

.slogan3 {
    font-size: 25px;
    line-height: 33px;
}

.slogan4 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 400;
}

h1 {
    font-size: 22px;
    line-height: 18px;
    color: #393939;
    padding: 0 0 25px 0;
    margin-left: 10px;


}

h2 {
    font-size: 20px;
    font: bold;
    line-height: 18px;
    color: #393939;

}

h3 {
    font-size: 20px;
    line-height: 18px;
    color: #068523;
    font-weight: 400;
    padding: 70px 20px 0 0;
    float: left;



}

.content {
    position: relative;
    top: 50px;
    left: 80px;
    width: 650px;
    margin: auto;


}

.content a {
    text-decoration: none;
    color: #393939;
}

.content a:hover {
    color: #068523;
}


.text1,
.text2 {
    float: left;
    width: 305px;
    padding-right: 10px;
    font-size: 13px;
    line-height: 18px;
    margin: 0 0 0 10px;
}

}

.text2 a {
    text-decoration: none;
    color: #256b36;
}

.text2 ul li {
    list-style: disc;
}

.contact1 {
    float: left;
    padding: 20px 0 0 120px;
    width: 865px;
    margin: auto;
}

.blocks {
    width: 630px;
    float: left;
    padding: 120px 0 0 0;

}

.block1 {
    width: 300px;
    float: left;
    padding: 0 30px 0 0;
}

.block2 {
    width: 300px;
    float: left;
}

footer {
    float: left;
    height: 120px;
    background: url(../images/footer-bg.png) repeat-x;
    width: 1110px;
    margin: auto;
    margin-bottom: 10px;


}

.box1 {
    color: #068523;
    width: 155px;
    height: 60px;
    float: left;
    font-size: 13px;
    font-weight: 400;
    margin: 45px 0 0 104px;

}

.bold1 {
    font-size: 15px;

}

.box2 {
    float: left;
    width: 165px;
    height: 45px;
    color: #068523;
    font-size: 13px;
    font-weight: 400;
    margin: 65px 0 0 70px;

}

.box2 a {
    text-decoration: none;
    color: #068523;
}

.box3 {
    float: left;
    color: #068523;
    font-weight: 400;
    margin: 85px 0 0 70px;
}


.mail {
    padding: 2px 5px;
    background: #068523;
    color: #fff;
    text-decoration: none;
}

.mail:hover {
    background: #fff;
    border: solid 1px #068523;
    color: #068523
}

img.images {
    float: right;
    position: relative;
    bottom: 300px;
}

.dsa-cookie-notice {
    background: #068523 !important;
    color: #fff;
}

.dsa-secure-plugin {
    position: absolute !important;
    left: 850px;
}

/* img.images {
   float:left;
    position: relative;
    top: 460px;
}
+/
/*---------------------------------------
MEDIA Queries | Tablet | Phone
---------------------------------------*/

@media screen and (max-width: 768px) {
    /*CSS*/
}

@media screen and (max-width: 480px) {
    /*CSS*/
}
