:focus {
outline: 0;
}
body {
    background: #000;
    color: #eee;
    font-family: Arial, sans-serif;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    color: #fff;
}
h1, .h1 {
    font-size: 24px;
}
h2,h3 {
    /* font-size: 24px; */
    font-size: 18px;
    margin: 20px 0 12px 0;
    text-transform: uppercase;
    font-weight: 400;
}
h4 {
    font-size: 12px;
    margin: 20px 0 12px 0;
    text-transform: uppercase;
    font-weight: 400;
}
h4 a { color: #fff;}
h5 {
    text-decoration: none;
    text-transform: uppercase;
    color: #cb2b26;
    font-weight: bold;
    font-size: 12px;
    margin-top: 20px;
}
h5:first-child {
    margin-top: 0;
}
#slides {
    display:none;
    max-width: 1800px;
    margin: 0 auto;
}
.row>div {margin-bottom: 10px;}
.row {
    margin-left: 0;
    margin-right: 0;
}
a.weiterfuehrend {
    font-weight: bold;
    color: #a1a1a1;
    /* line-height: 14px; */
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    margin-top: 10px;
}
a.weiterfuehrend:hover {
    background: #ccc;
    padding: 5px;
    margin: 5px -5px -5px -5px;
    text-decoration: none;
    color: #121212;
}
.nav-menu ul {
    display: inline-block !important;
    text-align: left;
    width: 100%;
    margin-top: 15px;
    padding-left: 0;
}
.nav-menu ul li {
    display: inline-block !important;
    text-align: left;
    padding: 0 5px 1px 5px;
}
.nav-menu ul li a {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 14px;
    border-bottom: 5px solid transparent;
    color: #a1a1a1;
    text-transform: uppercase;
}
.nav-menu ul li:hover a,
.nav-menu ul li.current_page_item a,
.nav-menu ul li.current-post-ancestor a,
.nav-menu ul li.current-menu-item a {
    border-bottom: 5px solid #f00;
    color: #fff;
    text-decoration: none;
}
.nav-menu ul li:last-child {
    padding-right: 0;
}
.wrapper {
    background-color: #1c1c1c;
}
.relative {
    position: relative;
}

img.Logo {
    padding-top: 48px;
    max-height: 120px;
    width: auto;
    margin-top: -10px;
    margin-left: 10px;
}

img {
    width: 100%;
    height: auto;
}

.content {
    display: none;
    position: absolute;
    top: 245px;
    z-index: 999;
    right: 0;
    background-color: black;
    padding: 15px;
}
.infoSlide {
/*     width: 460px; */
    margin-top: 100px;
    height: 275px;
}
.infoSlidecontent {
    background: rgba(0, 0, 0, 0.8);
    padding: 10px;
    margin-top: 145px;
}
.meta {
  font-size: 14px;
  font-family: "Arial";
  color: rgb( 203, 43, 38 );
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.286;
  text-align: left;
}
.infoSlide h2 {
    margin-top: 20px;
}
.sub {
    font-weight: bold;
}
.infoSlide p.inhalt {
    height: 70px;
    margin-bottom: 30px;
}
p.inhalt {
    /* height: 70px; */
    margin-bottom: 30px;
}
a.button{
    background-color: rgb( 203, 43, 38 );
    padding: 5px 10px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    margin: 10px 0 0;
    display: inline-block;
}

a.button:hover {
    color: #000;
}
    a.teaser{
        padding: 10px 10px 0 0;
        color: #a1a1a1;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: bold;
        margin: 20px 0 0;
        display: inline-block;
    }
    a.teaser:hover{
        color: #fff;
    }
.flex-direction-nav {
    display:none;
}
.slideButtons {
    position: absolute;
    right: 11px;
    margin-top: -28px
}
.slideButtons a {
    color: #a1a1a1;
    background-color: #121212;
    height: 40px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    width: 40px;
}
.slideButtons a:hover {
    color: #fff;
}
.slideButtons a i {
    line-height: 40px;
}
.slidesjs-navigation,
.slidesjs-pagination {
    display: none !important;
}
.metanavi {
    background: #121212;
    color: #a1a1a1;
    height: 38px;
    line-height: 35px;
    text-align: left;
    /* margin-left: 15px; */
}
.metanavi li{
    padding: 0 5px;
}
.metanavi li a  {
    text-decoration: none;
    text-transform: uppercase;
    color: #a1a1a1;
    font-size: 12px;
}
.metanavi li a:hover {
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
}
.frame-top {
    width: 100%;
    border-top: 10px solid #121212;
/*    margin-top: 10px;*/
    position: absolute;
    z-index: 300;
    background: transparent;
}
.logobalken {
    background: rgba(0,0,0,0.5);
    margin-top: 0;
    height: 165px;
    width: 100%;
    position: absolute;
    z-index: 200;
}
.heroteaser {
    background: rgba(0,0,0,1);
    height: 165px;
    width: 100%;
    z-index: 100;
    overflow: hidden;
}
footer {
    height: 100px;
    background-color: #000;
    margin-top: 100px;
    text-align: center;
    padding: 10px 10px 0 10px;
}
footer a {
    text-decoration: none;
    text-transform: uppercase;
    color: #a1a1a1;
    font-size: 12px;
}
footer a:hover {
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
}
.veranstaltungen:hover>.veranstaltungen-hover,
.bilder:hover>.bilder-hover {
    display: block;
}
.veranstaltungen,
.bilder {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}
.veranstaltungen a.button,
.bilder a.button {
    bottom: 10px;
}
.veranstaltungen .meta,
.bilder .meta {
    font-size: 12px;
    margin-top: 0 !important;
}
.veranstaltungen-hover,
.bilder-hover {
    display:none;
    position: absolute;
    background: rgba(0,0,0,0.85);
    height: 100%;
    top: 0;
    right: 0;
    left: 0 !important;
    margin: 0 15px;
}
.veranstaltungen-hover a.verlinkung,
.bilder-hover a.verlinkung {
    position: absolute;
    height: 100%;
    width: 100%;
}
.startseite .veranstaltungen, .veranstaltungen .veranstaltungen {
    float: none;
    display: inline-block;
    width: 24.6%; /* 16.3% */
    vertical-align: top;
    min-width: 170px;
}
.bereichsseite {
    padding-top: 180px;
}
aside {
    margin-top: 135px;
    border-left: 1px solid #212121;
}
.sidebar-menu {
    list-style-type: none;
    margin: 0 0 0 10px;
    padding: 0;
}
.sidebar-menu a {
    text-decoration: none;
    text-transform: uppercase;
    color: #a1a1a1;
    font-weight: bold;
    font-size: 12px;
}
.sidebar-menu a:hover {
    color: #fff;
}
.sidebar-submenu {
    display: none;
}
ul.sidebar-submenu {
    list-style-type: none;
    margin: 0 0 20px 15px;
    padding: 0;
}
.bc {
    background: transparent;
}
.bc a {
    text-decoration: none;
    text-transform: uppercase;
    color: #a1a1a1;
    font-weight: bold;
    font-size: 12px;
}
.bc a:hover {
    color: #fff;
}
.bc i {
    color: #a1a1a1;
    font-size: 12px;
}
.bc .active {
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}
.wrapped {
    padding: 0 15px;
}
.red {
    color: #cb2b26;
}
.list-inline>li:first-child {
    padding-left: 0;
}
.footer-navi li,
.meta-navi li {
    display: inline-block;
}
.contentbereich .meta {
    margin-top: 40px;
}

.contentbereich {
    padding: 0 25px;
}
.contentbereich img.Large {
    margin-top: 41px;
}
#page {
    /*margin-top: -35px;*/
    background: #1C1C1C;
}
.nav>li>a {
    padding: 0 0;
}
.nav>li>a:hover {
    background: transparent;
}
.searchfield {
    width: 134px;
    float: left;
}
.container-full {
  margin: 0 auto;
  width: 100%;
}

.meta-search-icon,
.menu-meta-navigation-container {
    display: inline-block !important;
}
.search-form {
    display: block !important;
}
.menu-meta-navigation li.current_page_item a {
    color:#fff;
}
.search-form input[type=text]{
    border-bottom: 2px solid #a1a1a1;
    width: 100%;
    margin-bottom: 20px;
    font-size: 32px;
}
.search-form input[type=submit]{
    background-color: #f00;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    border: 0 solid;
    padding: 10px 15px;
}
.flex-control-nav {
    display: none;
}
.ngg-imagebrowser-nav .next {
    border: 0 !important;
 }
.ngg-imagebrowser img {
	width: auto !important;
	margin: 0 auto;
}
.ngg-imagebrowser-nav .back {
    border: 0 !important;
 }

.ngg-gallery-thumbnail img {
    border: 0px !important;
    margin: 0px !important;
    padding: 0px !important;
    opacity: 0.5;
}
.ngg-gallery-thumbnail img:hover {
    opacity: 1;
}
.slideshowlink {
    display: none;
}
.ngg-thumbnail img {
    background-color: #FFF;
    border: 0px solid #A9A9A9 !important;
    margin:  0px !important;
    padding: 0px !important;
    position: relative;
    opacity: 0.5;
}
.ngg-thumbnail:hover img {
    opacity: 1;
}
.ngg-thumbnail {
    float: left;
    margin-right: 12px;
    opacity: 0.5;
}
.ngg-thumbnail:hover {
    opacity: 1;
}
.ngg-gallery-thumbnail-box {
    margin-bottom: 5px;
}
.ngg-albumtitle {
    color: #FFF !important;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif !important;
    font-size: 16px !important;
    font-weight: normal !important;
    margin-bottom: 12px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.ngg-albumtitle a,.ngg-albumtitle a:hover,.ngg-albumtitle a:active,.ngg-albumtitle a:focus,.ngg-albumtitle a:link {
    color: #fff;
}
.ngg-description {
    display:none;
}

.ngg-navigation a {
    color: #fff !Important;
    border: 0px solid #A1A1A1 !important;
}
.ngg-navigation a:hover {
    background: #f00 !important;
}
.ngg-navigation .current {
    border: 1px solid #F00 !important;
     background: #f00 !important;
    padding: 3px 7px !important;
}
html>body .ngg-album {
    overflow: hidden;
    padding: 0px !important;
    margin-bottom: 20px !important;
    border: 0px solid #CCC !important;
    float: left !important;
}

img.album-thumbnail {
    opacity: 0.5;
}
img.album-thumbnail:hover {
    opacity: 1;
}
img.size-half {
    width: 575px;
    max-width: 50%;
    margin: 0 auto;
    display: block;
}
input,
textarea{
    padding: 10px;
    background: #000;
    border: 0;
}
.hover-content {
    margin: 10px;
}
iframe {
    width: 100% !important;
}

.front-slider-wrapper {
    overflow:hidden;
    height: auto !important;
    max-height:450px;
}
.theme-default .nivoSlider {
    height: 100%;
}
#anfahrtsbild {
    width: 200px;
}
.sidebar .veranstaltungen {
    width: 100%;
}
img.ajax-loader {
	max-width: 16px;
}
@media (max-width: 320px) {
    .metanavi li a {
        font-size: 10px;
    }
    .nav-menu ul li a {
        font-size: 14px !important;
    }
}
@media (min-width: 768px) {
    .wrapper-inner {
        margin: 0 auto;
        max-width: 748px;
    }
    .metanavi {
        text-align: right;
    }
    img.Logo {
        margin-top: 0;
        margin-left: 0;
    }
    .nav-menu ul {
        margin-top: 10px;
        /* position: absolute; */
        text-align: right;
    }
    h4 {
        font-size: 18px;
    }
    .wpcf7-form input[type=text],
    .wpcf7-form input[type=email],
    .wpcf7-form input[type=password],
    .wpcf7-form textarea {
        border: 2px solid #000;
    }
    .wpcf7-form input[type=text]:hover,
    .wpcf7-form input[type=email]:hover,
    .wpcf7-form input[type=password]:hover,
    .wpcf7-form textarea:hover {
        border: 2px solid #a1a1a1;
        outline: 0 !important;
    }
    .wpcf7-form input[type=text]:focus,
    .wpcf7-form input[type=email]:focus,
    .wpcf7-form input[type=password]:focus,
    .wpcf7-form textarea:focus {
        border: 2px solid #fff;
        outline: 0 !important;
    }
    .wpcf7-submit,
    button.button,
    .button,
    a.button{
        background-color: rgb( 203, 43, 38 );
        padding: 10px;
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: bold;
        margin: 20px 0 0;
        display: inline-block;
    }

    .bc {
        background: transparent;
        /*margin: 20px 0 0 0;*/
    }
    .contentbereich {
        padding: 0 15px;
    }
/*    header {
        margin-top: 13px;
    }*/
/*    .frame-top {
        margin-top: 22px;
    }*/
}
@media (min-width: 992px) {
    div.bilder:first-of-type,
    div.veranstaltungen:first-child{
        margin-left: -15px !important;
    }
    .wrapper-inner {
        margin: 0 auto;
        max-width: 972px;
    }
    .heroteaser {
        height: 400px;
    }
    h1, .h1 {
        font-size: 36px;
    }
    h2,h3 {
        font-size: 24px;
        margin-bottom: 30px;
    }
    img.Logo {
        max-height: auto;
    }
    .metanavi li{
        padding: 0 15px;
    }
    .metanavi li a {
        font-size: 12px;
    }
    .frame-top {
        border-top: 10px solid #121212;
        /*margin-top: 22px;*/
        top: 0 !important;
    }
    .content {
        display: block;
    }
    .nav-menu ul {
        margin-top: 116px;
        position: relative;
    }
    .nav-menu ul li a {
        font-size: 24px;
    }
    .sidebar-menu {
        margin: 0;
    }
    .logobalken {
        margin-top: 10px;
        height: 155px;
    }
}
@media (min-width: 1200px) {
    .wrapper-inner {
        margin: 0 auto;
        max-width: 1180px;
    }
    .heroteaser {
        height: 570px;
    }
}