.news-list-view div.article
{
	display: inline-block;
	width: 100%;
	padding-bottom: 3em;
	margin-bottom: 2em;
}
.news-list-view div.article:last-child
{
	border-bottom: 0em;
}

.news-list-view .more,
.news-single .news-backlink-wrap a,
div.page-navigation ul.f3-widget-paginator li
{
	background-color: #A02936;
	border-radius: 0.5em;
	padding: 0.5em 1.6em;
	font-size: 0.9em;
	color: #FFFFFF;
}

div.page-navigation ul.f3-widget-paginator li a
{
	color: #ffffff !important;
}

div.page-navigation ul.f3-widget-paginator li.current
{
	background-color: #f1f1f1;
	border-radius: 0.5em;
	padding: 0.5em 1.6em;
	font-size: 0.9em;
	color: #4A4A4A;
}

.page-navigation li, ul.f3-widget-paginator li
{
	margin: 0% 0% 0% 1%;
	float: left;
}
.page-navigation li:first-child, ul.f3-widget-paginator li:first-child
{
	margin: 0% 0% 0% 0%;
}
.news-single .news-backlink-wrap
{
	margin-top: 2em;
}

.news-list-view div.description
{
	margin-bottom: 1em;
}

.news-list-view h3
{
	font-size: 1em;
}
.news-list-view .news-list-date {
  margin-bottom: 10px;
}
.news-list-view .mediaelement-video iframe, .news-single .mediaelement-video iframe  {
  width: 100%;
  max-width: 500px;
  min-height: 300px;
  height: auto;
}
div.news-single .article .footer .news-list-date time
{
	font-weight: bold;
    margin-bottom: 10px;
}
div.news-single ul li
{
	list-style:disc;
	margin-left: 13px;
}
div.news-single .article .news-text-wrap h3
{
	margin-bottom: 1em;
}

div.news-img-wrap
{
	margin: 0 0 0 1.6em;
}
.mySlides .news-img-wrap
{
	margin: 0 auto;
	text-align:center;
}
.news-single div.news-img-wrap
{
	margin: 0 0 1.6em 0;
}
#news-container-101 div.news-img-wrap
{
	margin-left: 0em;
	margin-top: 2em;
}
/* Karriere */
#news-container-98 div.news-img-wrap, #news-container-2175 div.news-img-wrap
{
	margin-left: 0em;
	margin-top: 0.2em;
	float: left;
	margin-right: 1em;
	max-width: 250px;
}
/* Onlinebewerbung */
[title~="Onlinebewerbung"] {
	background-color: #b5152b;
	border-radius: 0.5em;
	padding: 0.5em 1.6em;
	font-size: 0.9em;
	color: #FFFFFF;
	margin: 10px 0 10px 0;
    display: inline-block;
}
/* Newsslider */
.nivo-caption h3 {
	font-size: 1.4em;
}

* {box-sizing: border-box;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.slideshow-container .prev,.slideshow-container  .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
    background-color: rgba(0,0,0,0.8);
}

/* Position the "next button" to the right */
.slideshow-container .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.slideshow-container .prev:hover, .slideshow-container .next:hover {
  background-color: #b5152b;
}

/* Caption text */
.sliderCaption a {
    background-color: rgba(0,0,0,0.8);
	color: #fff;
	font-size: 0.9em;
	font-weight: bold;
	margin: 0 auto;
	padding: 8px;
	width: 86%;
	text-align: center;
	position: absolute;
	bottom: 8%;
	left: 50%;
	transform: translate(-50%, -55%);
	border: 1px solid #fff;
	border-radius: 5px;
	mix-blend-mode: luminosity;/*screen;  */
}

.sliderCaption a:hover {
  border: 1px solid #b5152b;
  color: #fff;
}
.sliderCaption a:after {
  content: '  \276f';
  font-size: 15px;
  position:relative;
  /*bottom: -3px;*/
}
/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/*.active, .dot:hover {
  background-color: #717171;
}*/
/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
/* Karriere */
main #news-container-98.news-list-view > .news-img-wrap img {max-width:250px;}