// MASTHEAD
// -------------------------------------------------------

.page-masthead {
  background-color: #cc0000;
  }


.page-masthead .jumbotron {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
}

.page-masthead .row-feature {
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
    background-color: #cc0000;
}

.jumbotron h1, .jumbotron .h1 {
    font-size: 50px;
	Color: #ffffff,
}



.jumbotron-primary p {
    color: #cccccc;
}


// Weiterlesen
// -------------------------------------------------------

.btn-default {
  color: #bb0000;
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn {
  display: inline-block;
  margin-bottom: 40px;
  color: #bb0000;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 0px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

// SLIDESHOW BREADCRUMBS
// -------------------------------------------------------


.corporate .slideshow {
    background-color: #cc0000;
    border-bottom: 1px solid #eeeeee;
    padding: 0px 0;
}

/ BLOG EINTEILUNG
// -------------------------------------------------------

.blog .blog-item {
    border-bottom: 0px solid #eeeeee;
    margin-bottom: 5px;
    padding-bottom: 0px;
}

.blog .blog-item .article-intro {
    margin-bottom: 0;
}

.article-footer {
    color: #999999;
    font-size: 12px;
    margin-bottom: 0px;
}

/Eigene Ergaenzung zur Bildbeschreibung
//----------------------------------------------------------
/* Container für Bild und Unterschrift */
figure.article-full-image {
    margin-bottom: 20px; /* Abstand nach unten zum Artikeltext */
    display: table;      /* Sorgt dafür, dass der Hintergrund nur so breit wie das Bild ist */
}

/* Die Bildunterschrift selbst */
figure.article-full-image figcaption {
    background-color: #ececec; /* Hellgrauer Hintergrund */
    padding: 5px 5px;        /* Innenabstand (oben/unten und links/rechts) */
    margin-top: 5px;           /* Kleiner Abstand direkt zum Bild */
    color: #444;               /* Dunkelgraue Schriftfarbe */
    font-size: 0.9em;          /* Etwas kleinere Schrift */
    font-style: italic;        /* Kursiv (optional) */
    line-height: 1.4;          /* Zeilenabstand */
    width: 100%;               /* Nutzt die volle Breite des Bildes */
}

}
