/**************************************/
/* Additional styles for news extension */
/**************************************/
body {
    font-family: Arial, Helvetica, sans-serif !important;
    
  }

  @font-face {
    font-family: 'deliciousbold';
    src: url('fonts/delicious-bold-webfont.woff2') format('woff2'),
         url('fonts/delicious-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
a {
    color: #37887c;
    
}
.logo {
    padding-top: 40px;
}
.navbar-mainnavigation .navbar-brand-image img {
    max-height: 120px !important;
}
.footer-section a:not(.btn) {
    color: #37887c;
}
h1, h2, h3 ,h4 {
    font-family: 'deliciousbold';
}
  h5 {
      font-family: 'Marcellus', serif;
      font-style: italic;
      color: #333;
      font-size: 1.5em;
  }
  blockquote {
    padding: 11px 22px;
    margin: 0 0 22px;
    font-size: inherit;
    border: 1px solid #181818;
}
.suche {
    margin-bottom: 20px;
    margin-left: 30px;
    width: 180px;
}
.suche .media {
    display: none;
}
.suche .tx-indexedsearch-browsebox {
    display: none;
    
}
.suche p {
    display: none;
}
.suche .form-control {
    height: 28px;
    padding: 2px;
}
.suche .btn {
    padding: 1px 5px;
}

.news h3 {
    font-size: 1.5em;
    
}
.news-list-item img{
    margin-bottom:11px;
}
.news-list-item {
    padding: 20px 0;
    background-color: rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.125);
    /*box-shadow: 0 1px 0 0 rgb(0 0 0 / 15%);*/
}
.news .lead {
    font-size: 18px;
}

.navigation {
    margin-top: 28px;
}

.navbar {
    min-height: 50px;
    margin-bottom: 0px; 
    
}
.navbar-default, .navbar-default-transition, .navbar-default-transition.navbar-transition {
    background-color: #fff;
    border-color: #fff;
}
.navbar-collapse {
    padding-left: 12px !important;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #37887c;
    outline: 0;
}

.breadcrumb {
    background-color: transparent;
}
.breadcrumb-section {
    background-color: #37887c;
    border-bottom: 0px solid #eee;
}
.breadcrumb-item a {
    color: #fff;
}
.breadcrumb > .active {
    color: #fff;
}
.footer-section-content {
    color: #333;
    background: #ddd;
}
.footer-section-meta {
    color: #333;
    background: #fff;
}
.footer-copyright p {
    margin-bottom: 0;
}

#c1102, #c1295 {
    padding:0 !important;
}

.sociallinks {
    text-align: center;

}
.sociallinks ul {
    width: 100%;
}
.sociallinks li {
    float: left;
    width: 50%;

}
.sociallinks-link-label {
    margin-left: 0px;
}
.footer-sociallinks {
    display: none;
}

.tx-glossary2 .f3-widget-paginator {
    display: none;
}
.tx-glossary2 .nav-link {
    padding: 0 5px;
}
.tx-glossary2 .flex-column .nav-link {
    float:left;
    clear: left;
    margin-top: 20px;
}

.jumbotron {
    
    color: #333333;
    background-color: #fff;
}
.jumbotron p {
    font-size: 16px;
    font-weight: 200;
}

.header-image {
    background-image: url("header.jpg"); /* The image used */
  background-color: #cccccc; /* Used if the image is unavailable */
  height: 250px; /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  /* background-size: cover;  Resize the background image to cover the entire container */
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #ddd;
    border: 1px solid #37887c;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}
.btn-default {
    color: #fff;
    background-color: #37887c;
    border-color: #ccc;
}
.btn-primary {
    color: #fff;
    background-color: #37887c;
    border-color: #ccc;
}

.news .glyphicon {
    display: none;
}
.news time {
    font-size: 0.8em;
}

@media (min-width: 992px){

}