/* Änderungen */

#logo {
    background-image: url(../img/logo.png);
    height: 160px;
}


#videoBg2 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

#videoBg2 {
    position: fixed;
    z-index: 1;
}


@media (min-width: 781px){
    #page-left-inner {
        background: url(../img/wood.jpg);
        background-size:cover !important;
        position: fixed;
        width: 220px;
        margin-left: 20px;
        height: 100%;
    }
}

@media (max-width: 979px) and (min-width: 768px){
    #menu {
        display: block; 
    }
}

h1,h2,h3,h4,h5,h6,a{
    color: #3f8a49;
}

.btn-custom {
    background-color: #3f8a49 !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3f8a49", endColorstr="#3f8a49");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#3f8a49), to(#3f8a49));
    background-image: -moz-linear-gradient(top, #3f8a49, #3f8a49);
    background-image: -ms-linear-gradient(top, #3f8a49, #3f8a49);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3f8a49), color-stop(100%, #3f8a49));
    background-image: -webkit-linear-gradient(top, #3f8a49, #3f8a49);
    background-image: -o-linear-gradient(top, #3f8a49, #3f8a49);
    background-image: linear-gradient(#3f8a49, #3f8a49);
    border-color: #3f8a49 #3f8a49 hsl(204, 100%, 26%);
    color: #fff !important;
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: #3f8a49;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .dropdown-submenu:hover>a, .dropdown-submenu:focus>a {
    color:#fff;
    background-color: #3f8a49;
    background-image: -moz-linear-gradient(top,#3f8a49,#3f8a49);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#3f8a49),to(#3f8a49));
    background-image: -webkit-linear-gradient(top,#3f8a49,#0077b3);
    background-image: -o-linear-gradient(top,#3f8a49,#3f8a49);
    background-image: linear-gradient(to bottom,#3f8a49,#3f8a49);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3f8a49',endColorstr='#3f8a49',GradientType=0);
}

.level-1 a {
    color: #ccc !important;
}

.event:hover .headline{
    color: #3f8a49;
}

.list .row-fluid:hover .headline {
    color: #3f8a49;
}

a:hover, a:active, a:focus {
    color: #3f8a49;
}

.gallery > li:hover {
    background-color: #3f8a49;
}

.fancybox-nav:hover span, .fancybox-close:hover {
    background-color: #3f8a49;
}

.dyn-gallery > a:hover {
    background-color: #3f8a49;
}

@media(max-width:780px){
    #page-right.col-md-9.offset3{
        margin-left:0 !important;
    }
}
/*
#videoBg{
    background:url(../img/bg.jpg);
    background-size:cover;
}*/