#mainmenu.vereine-menu {
	background: #e3e3e3 !important;
	height: 40px !important;
}

.navbar{
	margin-top: 7px !important;
	border-right:0px !important;
}

#mainmenu.vereine-menu .navbar-nav > li {
	font-family: 'Titillium Web', sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#mainmenu.vereine-menu .navbar-nav > li > a{
	color: #264c84 !important;
	padding: 10px
}

#mainmenu.vereine-menu .navbar-nav > li.active > a{
	background: #264c84 !important;	
}

#mainmenu.vereine-menu .navbar-nav > li > a:hover {
	background: #264c84 !important;	
	color: #fff !important;	
}

.header-verein{
    height:250px;
    max-width:1040px;
}
.header-title{
    position: absolute;
    left: 210px;
    bottom: -10px;
}
.header-title a {	
    font-size: 32px;
    font-weight:normal;    
	color: #fff;
    text-rendering: optimizelegibility;
    text-shadow: 0 0 3px rgba(0,0,0,.8);
}
.header-title a:hover{
	text-decoration:none;
}
.header-box{
    position: relative;
    height:180px;
    top: 60px;
    left: 36px;
}

.verein-fb-img {
    position: relative;
    width: 180px !important;
    height: 180px !important;

    z-index:9999;
    background-color: #fff;
    overflow:hidden;
}
.header-bg {
    height:250px;
    background-position: 50% 10%;
    background-repeat: no-repeat;
    background-size: cover;
    flex: 1;
}

/** ----------- **/
.verein-row {
    margin-bottom: 1em;
}

.verein-col:nth-child(1) {
    padding-right: 5px;
}

.verein-col:nth-child(3) {
    padding-left: 5px;
}

.verein-col:nth-child(2) {
    padding-left: 5px;
    padding-right: 5px;
}


/** Verein Box **/

.verein-box .verein-body,
.verein-box .verein-header {
    height: 50%;
    min-height: 60px;
}

.vereine-list .verein-box .verein-body,
.vereine-list .verein-box .verein-header {
    height: 70px !important;
}

.verein-box .verein-body {
    padding: 10px;
}

.verein-box .verein-img {
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: 60px;
    height: 60px;
    background: #fff;
    overflow: hidden;
}

.verein-box .verein-header a {
    color: #fff;
}

.verein-box h3 {
    display: block;
    font-size: 14px !important;
}

.verein-box .verein-count {
    text-align: right;
    width: 10px;
    padding-right: 5px;
    font-weight: bold;
}
.verein-box .verein-header {
    padding: 10px;
    background: #21588A;
}

.verein-box {
    position: relative;
    width: 100%;
    background: #F4F9FB;
    font-size: 14px;
}


.box-shadow {
    -webkit-box-shadow: 0 2px 4px #000000;
    -moz-box-shadow: 0 2px 4px #000000;
    box-shadow: 0 2px 4px #000000;
}

.menu-buttons-column {
    float: left;
}

@media (max-width: 768px) {
    #menu-buttons-column-right {
        margin-top: 10px;
    }

    .menu-buttons-column a {
        width: 49% !important;
    }
}

@media (min-width: 768px) {
    #menu-buttons-column-left {
        margin-right: 10px;
    }
}

#menu-seperator{
    margin-bottom:-2em;
}

.vereine-empty{
    margin-top:2em;
    font-size:16px;
    font-weight:bold;
}

@media only screen and (min-width: 768px) {
    .eventbild {
        max-width: 330px
    }

    .article-classic .article-photo {
        width: 330px
    }

    .article-classic .article-header,
    .article-classic .article-content,
    .article-classic .article-links {
        margin-left: 240px
    }
}

.sympathicus-top10{
    padding-left: 15px;
    margin:15px 0;
    line-height:2em;
}