

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.brombeere{
    background-color: #7f405d;
    color: #fff;
}
.brombeere2{
    color: #7f405d;
}
.weiss{
    background-color: #fff;
}
.gruen{
    background-color: #98bf0e;
    color: #fff;
}
.box{
    padding: 20px 0 20px 0;
    border: 3px solid #7f405d;
    margin-bottom: 20px;
}
h2{
    text-transform: uppercase;
    font-weight: 200;
}
p{
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
}

a, a:visited, a:hover, a:active {
    color: #98bf0e;
    text-decoration: none;
}

.navbar-nav>li>a {
    color: #fff;
    text-decoration: none;
    font-size: 21px;
    font-weight: 200;
    text-transform: uppercase;
}
.navbar-nav>li>a:hover {
    color: #7f405d;
    text-decoration: none;
    font-size: 21px;
    font-weight: 200;
    text-transform: uppercase;
    background-color: none;
}
.headline{
    position: absolute;
    width: 30%;
    z-index: 1;
    margin-left: auto;
    right:8.5em;
    top: 20em;
}

.item{
    text-align: center;
}