.filter {
    border-radius: 2px;
    margin-bottom: 30px;
}

.filter .row-fluid  {
    margin-top: 3px;
}

.posts .select-styled,
.jobangebote .select-styled,
.veranstaltungen .select-styled {
    padding: 3px 10px 5px 10px;
    min-height: 20px;
    line-height: auto;
    color: #254768;
}

.posts .select-options,
.jobangebote .select-options,
.veranstaltungen .select-options {
    margin-top: 0 !important;
    color: #254768 !important;
}

.posts .select-options  li,
.jobangebote .select-options  li,
.veranstaltungen .select-options  li  {
    padding: 5px 0 5px 15px;
    border-top: 1px dashed #c1cdd4 ;
    border-left: 1px solid #c1cdd4 ;
    border-right: 1px solid #c1cdd4 ;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.8);
    font-size: 0.9em;
    font-weight: 600;
    color: #254768;
}

.posts .select-options  li:hover,
.jobangebote .select-options  li:hover,
.veranstaltungen .select-options  li:hover  {
    background-color: #85c12a;
    color: #ffffff;
}

/*.posts .select-options  li:first-child,
.jobangebote .select-options  li:first-child,
.veranstaltungen .select-options  li:first-child  {
    display: none;
}*/

.posts .select-options  li:last-child,
.jobangebote .select-options  li:last-child,
.veranstaltungen .select-options  li:last-child  {
    border-bottom: 1px solid #c1cdd4 ;
}

.posts .select-styled:after,
.jobangebote .select-styled:after,
.veranstaltungen .select-styled:after {
    width: 34px;
}

.posts .input-append input[type=text],
.jobangebote .input-append input[type=text],
.veranstaltungen .input-append input[type=text] {
    padding: 0 0 0 10px;
}

.posts .input-append .btn,
.jobangebote .input-append .btn,
.veranstaltungen .input-append .btn,
.disable-filter.btn {
    padding: 5px 10px;
}

/*.veranstaltun > .row-fluid > .span8 .event:nth-child(odd)  {
    padding: 10px 10px;
    background-color: rgba(242, 242, 242, 0.7);

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}*/

.veranstaltun .entry-title a  {
    color:#254768;
}

.veranstaltun .entry-title  {
    position: relative;
    display: block;
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 5px;
    margin-bottom: 10px;
}