body{
    color: #3c3c3b;
    font-size: 14px;
}

.headerArea{
    background-image: url("../img/home.png");
    background-size: cover; /* Um das Bild anzupassen und den Bereich auszufüllen */
    background-repeat: no-repeat; /* Verhindert, dass das Bild wiederholt wird */
    color: #FFF;
    min-height: 400px;
    font-size: 3em;

}

.nav-item{
    margin-right: 20px;
    color: #333333;
}

.logo{
    width: 12vw;
    margin: 10px;
}

.contentArea{
}

.menue-area{
    background-color: #3c3c3b;
    height: 100px;
    padding-top: 20px;
}

.menue-area ul{
    list-style: none;
}

a{
    text-decoration: none;
    color: #3c3c3b;
}

.content {
}

.spacer{
    height: 20px;
}

h1{
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 2em;
}

h2{
    color: #3c3c3b;
}

h3{
    color: #3c3c3b;
    font-size: 16px;
    font-weight: bold;
}

.gallery{
    margin-top: 40px;
    text-align: center;
}

.gallery-item{
    height: 20vw;
    margin-right: 2vw;
    margin-bottom: 2vw;
    border-radius: 10px;
}

footer{
    width: 100%;
    bottom: 0;
    background-color: #3c3c3b;
    color: #FFF;
}

footer a{
    color: #FFF;
}

nav{
    font-weight: normal;
}

.whitelink{
    color: white;
}

p{
    margin: 0;
    margin-top: 5px;
}

.menu-section{
    margin-top: 20px;
}

.menu-section h3{
    text-align: left;
}

.separator{

    border-bottom: 1px solid rgba(255,255,255,0.3);
    width: 25%;
    margin: auto auto;
    margin-top: 20px;
}

.header-logo{
    float: left;
}

.header-address{
    width: 75%;
    float: right;
    text-align: right;
    font-size: 1.5vw;
    bottom: 0px;
}

.clearfix{
    clear: both;
}

.headrow{
    height: 100px;
}

.logo-area{
    background-color: #FFFFFF;
    height: 100px;
    padding: 10px;
}

.logo{
    height: 80%;
    max-height: 80px;
}

.bodytext a{
    color: #43802c;
}
.slogan{
    color: #43802c;
    background-color: #3c3c3b;
    font-size: 3.5em;
    font-weight: lighter;
    width: 100%;
    padding: 20px;
}

.navbar a{
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
}

.inner{

}

.inner h2{
    margin-top: 20px;
}

.inner ul{
    list-style: none;
}

.inner a {
    color:  rgb(87, 166, 57);
}

.inner li::before {
    display: inline-block;
    top: 0.6em;
    color: rgb(87, 166, 57);
    content: "»" !important;
    background-image: none !important;
}


