@import url(https://fonts.googleapis.com/css?family=Armata);

body {
    font-family: 'Armata',Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #333;
    background: url(../images/hintergrund.jpg) no-repeat fixed center;
    background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    -khtml-background-size: cover;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Armata',Helvetica,Arial,sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

.t3-wrapper {
    background: url(../images/header_hg_endlos.png) repeat-x top;
}

.container {
    width: 1140px;
}

.t3-header {
    background: url(../images/header_hg.png) no-repeat;
    height: 228px;
}

.logo {
    text-align: left;
    margin-left: 152px;
    margin-top: 52px;
    margin-bottom: -5px;
    width: 610px;
}

.flexheader {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 379px;
    height: 219px;
}

.t3-mainnav {
  border-left: 0;
  border-right: 0;
  margin-bottom: 0;
  border-radius: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
}

.navbar-default {
    background-color: rgb(56,186,196);
    border-color: transparent;
}

.navbar-default .navbar-nav > li > a {
    color: rgb(255,255,255);
    font-size: 18px;
    border-right: 1px solid #fff
}

.navbar-nav {
    margin: 0px;
    float: right;
    margin-right: 80px;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #EEE;
    border-color: #fff;
}

.navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: #FFF;
    border-bottom-color: #FFF;
}

.t3-megamenu .mega-nav > li a, .t3-megamenu .dropdown-menu .mega-nav > li a {
    white-space: normal;
    display: block;
    padding: 5px;
    border-bottom: 1px solid #38bac4;
}

.norightborder {
    border-right: none !important;
}

.navbar {
    min-height: 30px;
}

.navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
}

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin: 2px 0px 2px 0px;
}

a {
    color: rgb(56,186,196);
    text-decoration: none;
}

a:hover, a:focus {
    color: #333;
    text-decoration: underline;
}

.t3-content {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 115px;
    width: 835px;
    float: right;
}

blockquote {
    padding: 10px 20px 10px 100px;
    margin: 0px 0px 40px;
    font-size: 18px;
    font-weight: bold;
    /*border-left: 5px solid rgb(56,186,196);*/
    color: rgb(56,186,196);
}

.t3-footer {
    border-top: 0px solid #EEE;
    background: url(../images/footer_bg.jpg) no-repeat;
    color: #555;
    position: fixed;
    height: 116px;
    bottom: 0;
    left: 0;
    right: 0;
  z-index: 223;
}

.t3-copyright {
    position: relative;
    border-top: 0px solid #EEE;
    font-size: 12px;
    padding: 40px 0px 80px;
    width: 1140px;
    margin: 0 auto;
}

.copyright {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 1140px;
    height: 175px;
    background: url(../images/footer_hg.png) no-repeat;
    margin-bottom: 4px;
}

.leiter {
    position: absolute;
    bottom: 175px;
    left: 46px;
    width: 253px;
    height: 442px;
    background: url(../images/leiter.png) no-repeat;
}

.fbook {
    position: absolute;
    bottom: 75px;
    right: 284px;
    width:31px;
    height: 31px;
    background: url(../images/fbook.png) no-repeat;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 0px solid #dddddd;
}

.dl-horizontal dd {
    margin-left: 0px;
}

/**********************************************************/
/* Eventgallery */
#events .item .date {
    display:none;
}

#events .item .imagecount {
    display: none;
}

#events .item .title {
    min-height: 30px;
    margin: 8px 10px 0px;
}

#events .item .content .data {
    background-color: rgba(0,0,0,.3);
}

.eventgallery-subcategories-list {
  display: none;
}
/**********************************************************/

@media (max-width: 767px) {
    
    body {
    background: #dadada;
}
    
    .t3-wrapper {
    background: none;
}

.t3-header {
    background: none;
}
    
    .flexheader {
        display: none;
    }
    
.logo {
    text-align: center;
    margin-left: auto;
    margin-top: auto;
    width: 100%;
}
    
    .navbar-nav {
    margin: 0px;
    float: left;
    margin-right: 40px;
}
    
    .t3-mainnav .t3-navbar-collapse .navbar-nav {
    margin: 0px;
        width: 100%;
}
    
    .navbar-default .navbar-nav > li > a {
    color: #FFF;
    font-size: 18px;
    border-right: 0px solid #FFF;
}
    
    .navbar-default .navbar-toggle {
    border-color: #FFF;
        color: #fff;
}
    
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #FFF;
}
    
    .t3-content {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 115px;
    width: auto;
    float: left;
}
    
    .container {
    width: auto;
}
    
    blockquote {
    padding: 10px 20px;
    margin: 0px 0px 20px;
    font-size: 17.5px;
    border-left: 5px solid rgb(56,186,196);
}
    
    .t3-footer {
    background: none;
}
    
    .copyright {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 767px;
    height: 83px;
    background: url(../images/m_footer_hg.png) no-repeat center;
    margin-bottom: 4px;
}
    
    .leiter {
        display: none;
    }
    
    .fbook {
    position: absolute;
    bottom: 42px;
    left: 52px;
    width:31px;
    height: 31px;
    background: url(../images/fbook.png) no-repeat;
}

}