@charset "UTF-8";h1, .h1 {
    font-size: 22px;
}

.article-title, .article-header h1 {
  font-size: 22px;
}

h2, .h2 {
    font-size: 18px;
}

h3, .h3 {
    font-size: 16px;
}

h5, .h5 {
    font-weight: bold;
}

.contentimg {
    border: 1px solid #ccc;
    padding: 5px;
}

.navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}

.module-title span {
    background: #222f5c;
/*    color: #e6c79c;*/
    color_ #ffffff;
    display: inline-block;
    padding: 11.5px;
}

.off-canvas-toggle .fa {
    color: #fff;
    margin: 0;
}

@media only screen and (min-width:991px) {
    .right-navigation .off-canvas-toggle {
        display: none !important;
    }

    .head-search {
        margin-right: 0px;
    }
}

.head-search .fa-search {
    cursor: pointer;
    text-align: center;
    color: #fff;
}

@media only screen and (max-width:400px) {
	.head-search .fa-search {
		width:32px;
	}
}

@media only screen and (min-width:991px) and (max-width:1115px) {
    .head-search .fa-search {
        display: none;
    }
}

/* Jetzt bewerben Button Head */

.head-search .custom {
    display: inline-block;
    border-left: 1px solid #ececec;
    height: 96px;
    line-height: 96px;
    padding: 0px 10px;
}

#bewerben-head {
    width:100%;
    padding:10px 20px; 
    background-color: #cf0000;
    border-color: #b50000;
}

@media only screen and (max-width:767px) {
    .head-search .custom {
    height: 64px;
    line-height: 64px;
    }

    #bewerben-head {
        padding:6px 20px; 
    }
}

@media only screen and (max-width:400px) {

    .head-search .custom {
        padding: 0px 2px;
    }

    #bewerben-head {
        padding:6px 5px;
        font-size: 11px; 
    }
}

/* Ende - Jetzt bewerben Button Head */

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > span:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > span:focus {
    color: #f3f3f3;
    background-color: transparent;
}

.navbar-default {
    background-color: #222f5c;
    border-color: #eeeeee;
    text-align: center;
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > span {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .open > span, .navbar-default .navbar-nav > .active > span, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .open > span:hover, .navbar-default .navbar-nav > .active > span:hover, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .open > span:focus, .navbar-default .navbar-nav > .active > span:focus {
    background-color: transparent;
    color: #e6c79c;
}

.items-row .item .article-title {
  margin-bottom: 15px;
}

.items-leading .leading article {
  padding-left: 34px !important;
  padding-top: 10px !important;
  padding-right: 34px !important;
  padding-bottom: 10px !important;
}

.item-page {
  padding-top: 10px !important;
  padding-left: 34px !important;
  padding-right: 34px !important;
  padding-bottom: 10px !important;
}

/*.newsflash-image img {
  max-height: 100px;
}
*/

/*.normnews img {
  max-height: 280px;
}
*/

/*.normnews img {
  display:	block;
  width:	100%;
  height:	auto;
  max-height: 250px;
}
*/

/*
.normnews {
  aspect-ratio:	16 / 9;
  overflow:	hidden;
  }

.newsflash-image img {
  display:	block;
  width:	100%;
  height:	auto;
  max-width:	100%;
  object-fit:	cover;
}
*/

/* Für responsive News-Bilder */
.normnews img,
.newsflash-image img {
  width: 100% !important;
  height: auto !important;           /* proportional */
  object-fit: contain !important;     /* kein Zuschneiden */
  max-width: 100% !important;
  display: block;
}

/* ===============================
   Mobile Fix: News-Artikel-Bilder
   =============================== */
@media (max-width: 768px) {
.normnews img,
.newsflash-image img {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    object-fit: contain !important;
    display: block;
  }
}


/* =====================================================
   FIX: Verzerrtes News-Detailbild NUR auf Mobile
   ===================================================== */
@media (max-width: 768px) {
  body.item-page .normnews img {
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    min-height: 0 !important;
    object-fit: contain !important;
    display: block;
  }
}

/* Tabellen im News-/Contentbereich */
table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0 35px;
    font-size: 16px;
    line-height: 1.5;
    background: #fff;
    border: 1px solid #e2e2e2;
}

table th {
    background: #4f4f4f;
    color: #fff;
    font-weight: 600;
    text-align: left;
    padding: 14px 18px;
    border: 1px solid #4f4f4f;
}

table td {
    padding: 13px 18px;
    border: 1px solid #e2e2e2;
    vertical-align: top;
}

table tbody tr:nth-child(even) {
    background: #f7f7f7;
}

table tbody tr:hover {
    background: #f1f1f1;
}

/* Erste Spalte etwas hervorheben */
table td:first-child {
    font-weight: 600;
}

/* Mobile Darstellung */
@media (max-width: 767px) {
    table {
        font-size: 14px;
    }

    table th,
    table td {
        padding: 10px 12px;
    }
}

