/*
	@media (min-width: 360px) {}
	@media (min-width: 768px) {}
*/
/********** local font **********/
	/* libre-franklin-200 - latin */
	@font-face { font-family: 'Libre Franklin'; font-style: normal; font-weight: 200; src: local(''), url('/assets/font/libre-franklin-v13-latin-200.woff2') format('woff2'), url('/assets/font/libre-franklin-v13-latin-200.woff') format('woff'); }
	/* libre-franklin-regular - latin */
	@font-face { font-family: 'Libre Franklin'; font-style: normal; font-weight: 400; src: local(''), url('/assets/font/libre-franklin-v13-latin-regular.woff2') format('woff2'), url('/assets/font/libre-franklin-v13-latin-regular.woff') format('woff'); }
	/* libre-franklin-600 - latin */
	@font-face { font-family: 'Libre Franklin'; font-style: normal; font-weight: 500; src: local(''), url('/assets/font/libre-franklin-v13-latin-600.woff2') format('woff2'), url('/assets/font/libre-franklin-v13-latin-600.woff') format('woff'); }
	/* libre-franklin-800 - latin */
	@font-face { font-family: 'Libre Franklin'; font-style: normal; font-weight: 800; src: local(''), url('/assets/font/libre-franklin-v13-latin-800.woff2') format('woff2'), url('/assets/font/libre-franklin-v13-latin-800.woff') format('woff'); }
	/* libre-franklin-italic - latin */
	@font-face { font-family: 'Libre Franklin'; font-style: italic; font-weight: 400; src: local(''), url('/assets/font/libre-franklin-v13-latin-italic.woff2') format('woff2'), url('/assets/font/libre-franklin-v13-latin-italic.woff') format('woff'); }
/* DWDL main styles classes */
body {
	font-family: "Libre Franklin", arial, sans-serif;
	text-rendering: geometricPrecision;
	font-weight: 400;
	line-height: 150%;
	padding: 0 0 50px 0;
	margin: 0;
	font-size: 14px;
	background: #EEEEEE;
}
h1,
h2,
h3,
h4 {
	color: #000;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-weight: 500;
	line-height: 130%
}
h1 {
	font-size: 1.6em;
}
h2 {
  font-size: 1.4em;
}
a {
  color: #339933;
}
a:hover,
a:active {
  color: #339933;
}
.row.content {
  margin-bottom: 20px;
}
.roofline {
  display: inherit;
  transform: skew(-7deg);
  font-weight: 500;
  color: #393;
}
.roofline.simple {
	transform: skew(0);
    line-height: 100%;
}
.roofline span {
    display: inline-block;
    transform: skew(7deg);
}
.roofline span.eilmeldung, .roofline span.exklusiv, .roofline span.vorab, .roofline span.live {
	transform: skew(-7deg);
    display: inline-block;
    background: #D90042;
    margin-right: 5px;
    padding: 0 5px;
    margin-left: -5px;
    color: #fff !important;
}
.roofline span.eilmeldung {
	text-transform: uppercase;
}
.roofline span.exklusiv {
    background: #363;
}
.roofline span.vorab {
    background: #393;
}
img.responsive {
  width: 100%;
}
img.max-300 {
  max-width: 300px;
}
img.max-620 {
  max-width: 620px;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.hiddenOnLoad {
  display: none;
}
.data-source {
	font-size: 0.8em;
	line-height: 120%;
    display: block;
    color: #c3c7c8;
}
/**/
header.section {
  background: #339933;
  border-right: 5px solid #336633;
  padding-left: 5px;
  -webkit-box-sizing: 100%;
  -moz-box-sizing: 100%;
  box-sizing: 100%;
  width: 100%;
  margin-bottom: 10px;
}
header.section h2 {
  padding: 0 5px;
  background: #ffffff;
  display: inline-block;
  line-height: 150%;
}
header.section.noMargin {
  margin-bottom: 0;
}
header.section.special img {
  margin: 5px 0 5px 5px;
}
header.section a {
  display: block;
}
.dwdl-floating-table {
    overflow-x: scroll;
}
.DWDL_tabelle, table.generic {
  width: 100%;
}
.DWDL_tabelle .headline td, .DWDL_tabelle th {
  border-bottom: 2px solid #393;
  color: #393;
  text-align: left;
  background: #fff !important;
}
.DWDL_tabelle td, table.generic td {
  vertical-align: middle;
  line-height: 100%;
  padding: 5px;
  font-size: 0.9em;
}
.DWDL_tabelle tr.row_grey td, table.generic.lined tr:nth-child(odd) td, .DWDL_tabelle tr:nth-child(even) td {
	background: #EDEEED;
}
.DWDL_tabelle tr.headline td, table.generic .head {
  font-weight: bold;
  color: #393;
}
table.generic .icon {
  width: 30px;
  padding: 0;
}
table.generic .rang {
  width: 20px;
}
table.generic .title {
  padding-left: 10px;
}
table.generic .number {
  text-align: center;
  width: 70px;
}
table.generic .absolute {
  width: 120px;
  text-align: right;
}
table.generic .red {
  color: #D90042;
}
table.generic .green {
  color: #393;
}
video {
  background: #d1d4d3;
}
.tab-box nav {
	border-bottom: 1px solid #CDE6CD;
	font-weight: 500;
	color: #393;
	text-align: center;
}
.tab-box nav span {
	border-bottom: 3px solid #fff;
	padding: 5px 10px;
	display: inline-block;
}
.tab-box nav span.active {
	border-bottom-color: #363;
	color: #363;
}
.tab-box section {
	display: none;
}
.tab-box section.active {
	display: block;
}
.tab-box .shareChart .bar {
	display: inline-block;
	height: 10px;
}
.tab-box.tv nav.fixed {			
    position: fixed;
    top: 0;
    background: white;
    right: 20px;
    left: 20px;
}
@media (max-width: 360px - 1) {
  .container {
    padding-left: 5px;
    padding-right: 5px;
  }
  .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .col-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12 {
    padding-right: 5px;
    padding-left: 5px;
  }
}
.dwdlAd {
  text-align: center;
}
.dwdlAd.bottomSpace {
  margin-bottom: 20px;
}
.dwdlAd.topSpace {
  margin-top: 20px;
}
.dwdlAd.adLeaderboard {
  width: 728px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.dwdlAd.adMediumRectangle {
  width: 300px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.dwdlAd img {
  margin-left: auto;
  margin-right: auto;
}
#mr_content_1, #mr_content_2 {
    margin-left: -10px;
    text-align: center;
    margin-bottom: 10px;
}
#dwdl.de_mr_content_1:after, #dwdl.de_mr_content_2:after, #leaderboard_1:after, .dwdlAd:after {
	content: 'ANZEIGE';
	color: #D1D4D3;
    font-size: 12px;
    text-align: right;
    margin-right: 20px;
    display: block;
    margin-bottom:7px;
}
#leaderboard_1 {
	margin-bottom: 10px;
}
#ad-slot {
  margin-left: auto;
  margin-right: auto;
}
/* ui elements */
.bttn {
  border: none;
  text-align: center;
  text-decoration: none !important;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: 0.2s all;
  border-radius: 2px;
  cursor: pointer;
}
.bttn.green {
  background: #339933;
  border-bottom: 3px solid #336633 !important;
  color: #ffffff !important;
}
.bttn.green:hover,
.bttn.green:active {
  background: #336633;
  transition: 0.2s all;
  text-decoration: none !important;
}
.bttn.grey {
  background: #818a90;
  border-bottom: 3px solid #5f6971 !important;
  color: #ffffff !important;
}
.bttn.grey:hover,
.bttn.grey:active {
  background: #5f6971;
  transition: 0.2s all;
  text-decoration: none !important;
}
.bttn.light {
  background: #d1d4d3;
  border-bottom: 3px solid #c3c7c8 !important;
  color: #1b232a !important;
}
.bttn.light:hover,
.bttn.light:active {
  background: #c3c7c8;
  transition: 0.2s all;
  text-decoration: none !important;
}
.bttn.white {
	background: #fff;
	border-bottom-color: #d1d4d3;
	color: #000;
}
.bttn.white:hover,
.bttn.white:active {
	background: #d1d4d3;
	text-decoration: none !important;
}
.bttn.blue {
  background: #0086CF;
  border-bottom: 3px solid #01549A !important;
  color: #ffffff !important;
}
.bttn.blue:hover,
.bttn.blue:active {
  background: #01549A;
  transition: 0.2s all;
  text-decoration: none !important;
}
.bttn.big {
  height: 40px;
  padding: 8px 20px 10px 20px;
}
.bttn.small {
  padding: 5px 10px;
  font-size: 0.75em;
  font-weight: bold;
  border-bottom-width: 1px;
  height: auto;
}
.bttn.fitting {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}
.bttn.outline {
	background: transparent;
    color: #393 !important;
    border-color: #393 !important;
    border-style: solid;
    border-width: 1px;
}
.bttn.outline:hover {
	border-color: #363 !important;
	color: #363 !important;
	background: #EFF8EF;
}
.read-more {
	color: #393;
	white-space: nowrap;
}
.section-header {
	color: #393;
}
.box-topic .tab-box .section-header {
	margin-left: 0;
	margin-right: 0;
}
.section-header:before {
	display: inline-block;
    width: .7em;
    transform: skew(-7deg);
    background: #393;
    height: .7em;
    content: ' ';
    margin-right: 10px;
}
.section-header i {
    margin-top: 3px;
	float: right;
}
button, select, input, .btn, .btnSmall, .btnBig, textarea {
	font-size: 1em;
	font-family: franklin-gothic-urw, arial, sans-serif;
	font-weight: 400;
	outline: none !important;
	vertical-align: bottom;
	padding: 5px 10px;
	text-decoration: none;
	white-space: nowrap;
}
button, select, input, textarea {
	border-radius: 2px;
	border: 1px solid #D1D4D3;
	border-bottom: 2px solid #C3C7C8;
	transition: .2s all;
}
input:focus, textarea:focus {
	border-color: #818A90;
	border-bottom-color: #5F6971;
}
.infoBox {
	background: #fff0a4;
	border-right: 5px solid #ffd500;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	font-weight: bold;
}
.color-white {
	color: #fff;
}
.color-dwdl {
	color: #393;
}
.color-lightgrey {
	color: #D1D4D3;
}
.color-grey {
	color: #C3C7C8;
}
.color-darkgrey {
	color: #818A90;
}
.color-red {
	color: #D90042;
}
.color-blue {
	color: #00BED9;
}
.color-yellow {
	color: #FFE700;
}
/********** spinner ***+*****/
.dwdl-spinner {
  display: block;
  position: relative;
  width: 80px;
  margin-left: auto;
  margin-right: auto;
}
.dwdl-spinner div {
  width: 15px;
  height: 15px;
  transform: skew(-7deg);
  position: absolute;
  background: #C3C7C8;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.dwdl-spinner div:nth-child(1) {
  left: 8px;
  animation: dwdl-spinner1 0.6s infinite;
}
.dwdl-spinner div:nth-child(2) {
  left: 8px;
  animation: dwdl-spinner2 0.6s infinite;
}
.dwdl-spinner div:nth-child(3) {
  left: 32px;
  animation: dwdl-spinner2 0.6s infinite;
}
.dwdl-spinner div:nth-child(4) {
  left: 56px;
  animation: dwdl-spinner3 0.6s infinite;
}
@keyframes dwdl-spinner1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes dwdl-spinner3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes dwdl-spinner2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.dwdl-spinner {
	min-height: 80px;
	padding-top: 20px;
	box-sizing: border-box;
}

/* Navigation */
#menu {
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9999;
}
#menu .fly-out {
	background: white; 
	position: absolute;
	display: none;
	bottom: -500px;
	transition: 0.5s all;
	left: 0;
	right: 0;
	z-index: 10000;
}
#menu .fly-out.visible {
	display: block;
}
#menu .fly-out ul {
	border-bottom: none;
	display: block;
	height: auto;
	padding: 0 10px;
}
#menu .fly-out ul li {
	text-align: left;
	margin: 0;
	border-bottom: 1px solid #E8E9E9;
}
#menu .fly-out ul li:last-child {
	border-bottom: none;
}
#menu .fly-out ul li i {
	float: right;
}
#menu .fly-out ul li a {
	margin: 0 10px;
}
#menu .fly-out ul li .main  {
	font-weight: 500;
}
#menu ul {
	border-bottom: 4px solid #393;
	border-top: 1px solid #CDE6CD;
	box-shadow: 0px 0px 10px 0px rgba(51,153,51,0.1);
	background: #fff;
	z-index: 10001;
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	//height:80px;
	position: relative;
}
#menu ul li {
	margin: 0 10px;
	flex-grow: 1;
	text-align: center;
	font-size: 20px;
}
#menu ul li a {
	display: block;
	border-top: 4px solid transparent;
	padding: 15px 0;
}
#menu ul li a.active {
	border-top-color: #363;
	color: #363;
}
#menu ul li img, #menu svg {
	width: 25px;			
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: auto;
}
#menu .active svg polyline, #menu .active svg path {
	fill: #363;
}
.page-identifier {
	padding-top: 10px;
	padding-bottom: 0;
	margin-bottom: 10px;
}
.page-identifier .ticker-flyout-toggle .button {
	padding-top: 2px;
	display: inline-block;
	white-space: nowrap;
	color: #818A90;
	padding-left: 10px; 
	margin-right: -5px; 
	padding-right: 10px;
	box-sizing: border-box; 
	border-right: 1px solid	transparent;
	position: relative;
	z-index: 401;
}
.page-identifier .ticker-flyout-toggle .button i {
	display: inline-block; 
	min-width: 13px;
}
.page-identifier .ticker-flyout-toggle .button.open {
	background: #fff; 
	border-right: 1px solid rgba(0,0,0,0.1); 
}
.page-identifier .ticker-flyout-toggle .lightbox.open {
	position: fixed; 
	left: 0; 
	bottom: 0; 
	top: 0; 
	right: 0; 
	background: rgba(0,0,0,0.4); 
	z-index: 400;
}
.page-identifier .ticker-flyout-toggle .ticker-wrapper {
	display: none;
}
.page-identifier .ticker-flyout-toggle .ticker-wrapper.open {
	background: #fff; 
	display: block;
	position: absolute; 
	right: 5px; 
	z-index: 500; 
	padding: 10px; 
    min-width: 310px;
	border-color: rgba(0,0,0,0.1); 
	border-style: solid; 
	border-width: 0 1px 1px 1px; 
	box-sizing: border-box; 
	box-shadow: 0px 5px 5px -5px rgba(0,0,0,0.2);
}
.page-identifier .ticker-flyout-toggle .ticker-wrapper ul {
	margin: 0; 
	padding-left: 0; 
	list-style: none;
	text-align: left;
	white-space: normal;
}
.page-identifier .ticker-flyout-toggle .ticker-wrapper ul .date {
	display: inline;
	min-width: 55px;
	font-size: 14px;
}
.page-identifier .ticker-flyout-toggle ul a {
	display: flex;
    flex-flow: row nowrap;
    border-bottom: 1px solid #E8E9E9;
    color: #000;
    padding: 5px 0;
}
.page-identifier .ticker-flyout-toggle ul li:last-child a {
	border-bottom: none;
}
/* eilmeldung */
.eilmeldung {
    background-color: white;
    border-top: 1px solid #8A0034;
    border-bottom: 1px solid #8A0034;
    margin-bottom: 10px;
    margin-top: -5px;
    position: relative;
}	
.eilmeldung .container:before {
    background-color: #D90042;
    position: absolute;
    top: 0;
    left: 0;
    content: ' ';
    height: 24px;
    width: 32%;
}
.eilmeldung a {
    display: block;
    position: relative;
    box-sizing: border-box;
    color: #D90042;    
    height: 24px;
}
.eilmeldung .label {
    display: inline-block;
    height: 24px;
    color: #fff;
    padding: 2px 5px 2px 5px;
    box-sizing: border-box;
    font-weight: 500;
    vertical-align: top;
}
.eilmeldung .headline {
    display: inline-block;
    box-sizing: border-box;
    padding: 2px 5px 2px 5px;
    height: 24px;
    background: #fff;
    min-width: 210px;
    width: calc(100% - 110px);
    transform: skew(-7deg);
}
.eilmeldung .headline span {
    transform: skew(7deg);
    display: block;
    overflow-x: hidden;
    height: 24px;
    width: 100%;
}
.eocjs-newsticker .eocjs-newsticker-container {
  position: relative;
  height: 24px;
  overflow: hidden;
}
.eocjs-newsticker .eocjs-newsticker-one,
.eocjs-newsticker .eocjs-newsticker-two {
  position: absolute;
  left: 0;
  top: 0;
  height: 24px;
  line-height: 24px;
  white-space: nowrap;
}
/* footer */
footer.copyright {
  text-align: center;
  margin-top: 20px;
  color: #ffffff;
  background: #339933;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 0.8em;
}
footer.copyright a {
  color: #ffffff;
}
footer .social-profiles {
	font-size: 24px;	
}
footer .social-profiles a {
	display: inline-block; 
	margin-right: 20px;
}
footer .pride {
	height: 22px; 
	display: inline-block; 
	margin-bottom: 10px;
	margin-top: 3px;
}
/* teaser & article styles */
.box-topic {
	background: #fff;
	background: #fff;
    margin-bottom: 10px;
    margin-top: 0;
    box-sizing: border-box;
    border-bottom: rgba(0,0,0,0.1) 1px solid;
	box-shadow: 0px 5px 5px -5px rgba(0,0,0,0.08);
}
.box-topic .box-topic {
	box-shadow: none;
	border-bottom: 0;
	margin: 0 10px;
}
.box-topic .section-header {
	margin: 0 10px 10px 10px;
	padding-top: 5px;
}
.box-topic.einschaltquoten {
	border-top: 2px solid #393;
	border-bottom: 2px solid #393;
}
.box-topic.jobboerse {
	background: #dce2e3;
    box-shadow: 0px 5px 5px -5px rgba(0,0,0,0.08);
    border-top: 2px solid #818A90;
    border-bottom: 2px solid #818A90;
}
.box-topic.teaserad {
	border-bottom: #00BED9 1px solid; 
	border-top: #00BED9 1px solid; 
	box-shadow: 0px 5px 5px -5px rgba(0,190,217,0.9);
	position: relative;
}
.box-topic.teaserad .roofline {
	color: #00BED9;
}
.box-topic.teaserad:before {
    content: 'ANZEIGE';
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 0.8em;
    line-height: 100%;
    color: #D1D4D3;
}
.box-topic.teaserad.textad:before {
	bottom: unset;
	top: 0;
}
.box-topic.collection .content p {
	border-bottom: 1px solid #E8E9E9;
	padding-bottom: 10px;
}
.box-topic.collection .content .content {
	padding-top: 0;
	margin-top: -10px;
}
.jobboerse.highlights article, .jobboerse.listing article {
	background: #fff; 
	padding: 5px; 
	margin: 0px 5px 10px 5px;
	position: relative;
}
.jobboerse.listing.complete article.premiumJob .flag {
	display: block;
	width: 15px;
	height: 40px;
	border-bottom: 1px solid #E0CB04;
	background: #FFE700;
	position: absolute;
	top: 0;
	right: 10px;
}
.jobboerse.highlights article a,  .jobboerse.listing article a {
	display: flex;
	text-decoration: none;
}
.jobboerse.highlights article a:hover, .jobboerse.listing article a:hover {
	text-decoration: none;
}
.jobboerse.highlights article .logo, .jobboerse.listing article .logo {
	flex-grow: 0;
   flex-shrink: 0;
   flex-basis: 80px; 
	margin-right: 10px;
}
.jobboerse.highlights article .logo img, .jobboerse.listing article .logo img  {
	width: 100%;
}
.jobboerse.highlights article .city, .jobboerse.listing article .city {
	font-weight: 400;
	color: #5F6971;
	display: block;
}
.jobboerse.listing article {
	border-bottom: 1px solid #E8E9E9;
	margin: 0;
}
.jobboerse.listing article:last-child {
	border-bottom: none;
}
.jobboerse.citylist ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
}
.jobboerse.citylist ul li {
	border-bottom: 1px solid #e8e9e9;
}
.jobboerse.citylist ul li:first-child a {
	padding-top: 0;
}
.jobboerse.citylist ul li:last-child {
	border-bottom: none;
}
.jobboerse.citylist ul a i {
	float: right;
}
.jobboerse.citylist ul li a {
	display: block;
	padding: 10px 0;
}
.jobboerse.companylist img {
	width: 80%;
}
.jobboerse.companylist .logo {
	text-align: center;
	display: block;
	margin-bottom: 20px;
}
.jobboerse.post header {
	border-bottom: 1px solid #e8e9e9;
	padding-bottom: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
}
.jobboerse.post .listing a {
	display: block;
	margin: 5px 0px;
	padding: 5px 0 10px 0;
	border-bottom: 1px solid #e8e9e9;
}
.jobboerse.post .listing a:last-child {
	border-bottom: none;
}
.jobboerse.post .listing a span {
	display: block;
}
.uebermedien {
	border-top: #5242FF solid 3px;
	border-bottom: #5242FF solid 3px;
}
.uebermedien .roofline.simple {
	font-weight: 400;
	color: #5242ff;
}
.uebermedien .about {
	font-size: 1em;
	line-height: 120%;
	padding-right: 10px;
	padding-left: 5px;
}
.uebermedien p {
	color: #000;
}
.uebermedien .content {
	margin: 0 !important;
}
.owl-controls {
	text-align: center;
}
.owl-dot {
	display: inline-block;
	margin: 10px 5px; 
	width: 10px;
	height: 10px; 
	transform: skewX(-7deg);
	background: #D1D4D3;
}
.owl-dot.active {
	background: #818A90;
}
.topthema header, .topstory header {
	position: relative;
}
article header .roofline {
	position: absolute; 
    bottom: -8px;
    line-height: 130%;
	background: #fff;
	display: inline-block;
	padding: 0 5px;
	margin-left: 5px;
}
article header img {
	position: relative; 
	display: block; 
	width: 100%;
}
.box-topic .content {
	margin: 0 10px 5px 10px;
	padding-top: 10px;
}
.box-topic .content p {
	margin: 5px 0;
}
.topthema a, .topthema a:hover, .topthema a:active {
	color: #000;
	text-decoration: none;
}
.newsroll .box-topic.simple {
	padding: 10px;
}
.newsroll .teaser {
	border-bottom: 1px solid #E8E9E9;
    margin-bottom: 5px;
    padding-bottom: 10px;
    padding-top: 5px;
}
.newsroll .teaser:last-child {
	border-bottom: none;
}
.newsroll .teaser a {
	display: block;
}
article.story .hide_hero {
	height: 20px;
}
article.story .hide_hero img, article.story .hide_hero .img_copyright {
	display: none !important;
}
article.story .img_copyright {
	font-size: 10px;
    line-height: 100%;
    display: block;
    margin-top: 3px;
    color: #818A90;
    font-style: normal;
}
article.story .image_subtext {
	color: #818A90;
    font-size: 14px;
    line-height: 110%;
}
article.story .contentImage {
	margin-top: 5px;
}
article.story .contentImage.align-left {
	float: left;
	margin-right: 5px;
}
article.story .contentImage.align-right {
	float: right;
	margin-left: 5px;
}
article.story .roofline.simple {
	color: #393;
	font-weight: 500;
	position: relative;
	top: 0;
	bottom: 0;
	margin-top: 10px;
	padding: initial;
    margin-left: 0;
}
article.story .teaser {
	margin: 10px;
	font-style: italic;
}
article.story .img-container.medium {
	width: 180px; 
	margin-top: 5px;
}
article.story .img-container.small {
	width: 100px; 
	margin-top: 5px;
}
article.story .img-container.mini {
	width: 60px; 
	margin-top: 0px;
}
article.story .img-container.left {
	float: left; 
	margin-right: 10px; 
	margin-left: -10px;
}
article.story .img-container.right {
	float: right; 
	margin-left: 10px; 
	margin-right: -10px;
}
article.story .img-container.center {
	margin-right: auto; 
	margin-left: auto;
}
article.story .img-container.subtitle {
	background: #F6F6F6; 
	padding-bottom: 3px;
}
article.story .img-container.subtitle .title {
	color: #5F6971; 
	font-size: 14px; 
	line-height: 100%; 
	display: block; 
	margin: 5px;
}
article.story .img-container .copyright {
	line-height: 100%;
	color: #818A90;
	font-size: 12px;
	text-align: right;
	display: block;
	margin-top: 3px;
}
article.story .img-container.subtitle .copyright {
	margin-right: 3px;
}
article.story .img-container img {
	display: block;
}
article.story .inline {
	border-bottom: 1px solid #CDE6CD;
    border-top: 1px solid #CDE6CD;
    padding: 10px 0;
    margin-left: 0;
    margin-right: 0;
    box-shadow: -1px 2px 9px -5px rgba(205,230,205,1);
}
article.story .inline h4 {
	font-size: 1.2em;
    margin-bottom: 10px;
}
article.story .inline h4 span {
	color: #393;
	float: right;
}
.external-content .disclaimer-wrapper {
	max-width: 460px;
	margin: 0px auto;
	background: #fff;
    padding: 0 10px 10px 10px;
}
.external-content .disclaimer-wrapper p:last-child {
    margin-bottom: 0;
}
.external-content .inline-media {
    background: #F2F8F2;
    padding: 5px;
}
.external-content h4 {
	color: #393;
	border-bottom: 1px solid #CDE6CD;
	padding-bottom: 10px;
	padding-top: 10px;
}
.external-content a {
	color: #000;
	text-decoration: underline;
}
.external-content .toggle-wrapper {
	display: block;
	width: 30px;
	float: left;
	height: 16px;
	position: relative;
	margin-right: 10px;
	cursor: pointer;
}
.external-content .toggle-wrapper .canvas {
	display: inline-block;
	width: 100%;
	height: 4px;
	background: #E8E9E9;
	position: absolute;
	top: 8px;
}
.external-content .toggle-wrapper .button {
	display: inline-block;
	width: 20px;
	height: 16px;
	background: #C3C7C8;
	position: absolute;
	z-index: 10;
	transition: .2s all;
	border-radius: 3px;
	top: 2px;
}
.external-content .toggle-wrapper.active .canvas {
	background: #E6F2E6;
}
.external-content .toggle-wrapper.active .button {
	background: #CDE6CD;
	left:10px;
}
.external-content .frame-wrapper {
	display: none;
}
.external-content iframe {
	background: #fff;
}
article.story .external-content blockquote {
	margin-left: 0;
	margin-right: 0;
	width: 100% !important;
}
.external-content blockquote:before, article.story blockquote.text-post-media-registered:before {
	content: '';
}
.external-content .instagram-media, .external-content .twitter-tweet iframe {
	width: 100% !important;
}
article.story .infobox h4 {
	color: #393;
}
article.story .infobox h5 {
	color: #393;
	font-size: 1em;
	margin: 0;
}
article.story .infobox p {
	font-size: 14px;
    margin: 0.5em 0 !important;
    line-height: 130%;
}
article.story .infobox ul {
	padding-left: 20px;
	list-style: none;
}
article.story .infobox li:before {
	content: ' ';
    display: block;
    background: #393;
    width: 8px;
    height: 8px;
    float: left;
    margin-left: -15px;
    transform: skew(-7deg);
    margin-top: 7px;
}

article.story .dwdl-toc li:before {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    display: inline-block;
    margin-left: -1.3em;
    width: 1em;
    color: #393;
    background: transparent;
    float: none;
    height: inherit;
    margin-top: inherit;
}
article.story ul.dwdl-toc {
    padding-left: 25px;
}
article.story .dwdl-toc, .dwdl-toc ul {
    list-style: none;
}
article.story ul.dwdl-toc ul {
	margin-bottom: 0;
}
article.story blockquote, article.story .quote {
	width: 80%;
	margin: 2em auto !important;
	color: #393;
	font-weight: bold;
	clear: both;
}
article.story .quote_long {
	color: #818A90;
	width: 80%;
	clear: both;
	font-weight: bold;
	margin: 1em auto !important;
}
article.story blockquote:before, article.story .quote:before {
	content: '”';
	float: left;
	font-size: 50px;
	margin-top: 5px;	
	margin-left: -30px;
	color: #339933;
	font-family: 'Trebuchet MS', 'Georgia', serif;
}
article.story blockquote cite, article.story .quote_source {
	display: block; 
	text-align: right;
	font-size: 0.9em;
	color: #818A90;
	font-style: normal;
}
article.story .quote_source {
	margin-top: 0px;
}
article.story.box-topic p.sendetermin {
	width: 80%;
    margin: 2em auto !important;
    color: #393;
}
article.story.box-topic p.sendetermin strong,article.story.box-topic p.sendetermin em {
    font-weight: 100;
    font-style: normal;
}
article.story.box-topic p.sendetermin:before {
    display: block;
    content: "\f26c";
    font-family: "Font Awesome 6 Free";
    float: left;
    margin-left: -30px;
    font-size: 1.4em;
    margin-top: 2px;
}
article.story .youtube iframe {
    width: 100% !important;
    height: auto !important;
}
article.story figure.diagram .legend span {
	margin: 0 10px;
	font-size: 0.8em;
    line-height: 120%;
}
article.story figure.diagram .legend span.data-zg:after, article.story figure.diagram .legend span.data-gp:after {
	display: inline-block;
    width: 30px;
    height: 13px;
    background: #393;
    content: ' ';
    vertical-align: middle;
    margin-left: 10px;
}
article.story figure.diagram .legend span.data-zg:after {
    background: #94ce94;
}
article.story.box-topic .content p {
	margin: 1em 0;
}
article.story .author-box {
	display: flex;
	padding: 5px;
	color: #5F6971;
	background: #F6F6F6;
	margin-top: 20px;
	margin-bottom: 0;
}
article.story .author-box .image {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: 60px;
	margin-right: 10px;
	padding-top: 3px;
}
article.story .author-box .text p {
	font-size: 0.8em;
	line-height: 120%;
}
article.story .text span a {
	display: inline-block;
	margin-left: 20px;
}
article.story .author-box h3, article.story .author-box a {
	color: #5F6971;
}
article.story .author-location, article.story .author-location a {
	color: #818A90;
}
article.story .author-location {}
article.story .author-location img {
	margin-top: 4px;
	filter: opacity(0.7);
	max-width: 45px;
	float: left;
	margin-right: 5px;
}
article.story footer.social {
	border-top: 1px solid #818A90;  
	padding-top: 15px;
	font-size: 30px;
	padding-bottom: 10px;
	margin: 0 10px 15px 10px;
}
article.story footer.social a {
	color: #818A90;
	display: inline-block;
	margin: 0 10px;
}
/** dwdl kolumnen **/
.box-topic.series {
	background-size: contain;
	background-position: top center;
	border-style: solid;
	background-repeat: no-repeat;
	border-width: 2px 0;
}
.box-topic.series .sponsor {
	margin-right: 10px;
	font-size: 12px;
	color: #fff;
}
.dwdl-article .series-header .sponsor {
	font-size: 12px;
	color: #fff;
}
.dwdl-article .series-header .sponsor img {
	max-height: 50px;
	max-width: 120px;
}
.box-topic.series .sponsor img {
	max-height: 50px;
    max-width: 120px;
    display: inline-block;
}
.box-topic.series .logo img {
	height: 40px;
	margin: 10px 0 10px 10px;
}
.row.dwdl-article .series-header .col-xs-6.logo img {
	margin-left: 0;
}
.row.dwdl-article {
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
}
.row.dwdl-article .series-header .logo img {
	height: 40px;
	margin: 15px 0 15px 0;
}
/* special ticker generelle styles */
.row.dwdl-article.dwdl-special {
	background-size: auto 120px;
	background-position: center top;
	background-repeat: no-repeat;
}
.dwdl-special .special-header {
	height: 90px;
}
.dwdl-special .hot-topic .flag {
	color: #fff;
	display: inline-block;
	padding: 0 3px;
}
.dwdl-special .post {
	margin-bottom: 10px; 
	padding-bottom: 10px;
	border-bottom: 1px solid #dce2e3;
}
.dwdl-special .post:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
/* specifizische kolumnen styles */
/* uk update */
.series.ukupdate {
	background-image: url(//www.dwdl.de/assets/img/reihen/ukupdate-header_mobil.jpg);
	box-shadow: 0px 5px 5px -5px #002a6a;
	border-color: #002a6a;
}
.series.ukupdate .roofline, .series.ukupdate .read-more, .series.ukupdate p a, .dwdl-article.ukupdate article.story a, .dwdl-article.ukupdate .roofline, .dwdl-article.ukupdate .sendetermin, .ukupdate article.story .dwdl-toc li:before, .ukupdate article.story .infobox h4, .ukupdate article.story .inline h4 span {
	color: #002a6a !important;
}
.dwdl-article.ukupdate {
	background-image: url(//www.dwdl.de/assets/img/reihen/ukupdate-header_mobil.jpg);
    border-top: 2px #002a6a solid;
}
.ukupdate article.story .inline {
    border-bottom-color: #002a6a;
    border-top-color: #002a6a;
    box-shadow: -1px 2px 9px -5px rgb(0 0 0 / 40%);
}
.ukupdate article.story .infobox li:before {
	background: #002a6a;
}
/* us update */
.series.usupdate {
	background-image: url(//www.dwdl.de/assets/img/reihen/usupdate-header_mobil.jpg);
	box-shadow: 0px 5px 5px -5px #0f53a4;
	border-color: #0f53a4;
}
.series.usupdate .roofline, .series.usupdate .read-more, .series.usupdate p a, .dwdl-article.usupdate article.story a, .dwdl-article.usupdate .roofline, .dwdl-article.usupdate .sendetermin, .usupdate article.story .dwdl-toc li:before, .usupdate article.story .infobox h4, .usupdate article.story .inline h4 span {
	color: #0f53a4 !important;
}
.dwdl-article.usupdate {
	background-image: url(//www.dwdl.de/assets/img/reihen/usupdate-header_mobil.jpg);
    border-top: 2px #0f53a4 solid;
}
.usupdate article.story .inline {
    border-bottom-color: #0f53a4;
    border-top-color: #0f53a4;
    box-shadow: -1px 2px 9px -5px rgb(0 0 0 / 40%);
}
.usupdate article.story .infobox li:before {
	background: #0f53a4;
}
/* vitamind */
.series.vitamind {
	background-image: url(//www.dwdl.de/assets/img/specials/vitamind-header.jpg);
	box-shadow: 0px 5px 5px -5px #0f53a4;
	border-color: #0f53a4;
}
.dwdl-article.vitamind {
	background-image: url(//www.dwdl.de/assets/img/specials/vitamind-header.jpg);
    border-top: 2px #0f53a4 solid;
}

/* sports update */
.series.sportsupdate {
	background-image: url(//www.dwdl.de/assets/img/reihen/sportsupdate-header_23b_mobil.jpg);
	box-shadow: 0px 5px 5px -5px #0f53a4;
	border-color: #9DC224;
}
.series.sportsupdate .roofline, .series.sportsupdate .read-more, .series.sportsupdate p a, .dwdl-article.sportsupdate article.story a, .dwdl-article.sportsupdate .roofline, .dwdl-article.sportsupdate .sendetermin, .sportsupdate article.story .dwdl-toc li:before, .sportsupdate article.story .infobox h4, .sportsupdate article.story .inline h4 span {
	color: #9DC224 !important;
}
.dwdl-article.sportsupdate {
	background-image: url(//www.dwdl.de/assets/img/reihen/sportsupdate-header_23b_mobil.jpg);
    border-top: 2px #9DC224 solid;
}
.sportsupdate article.story .inline {
    border-bottom-color: #9DC224;
    border-top-color: #9DC224;
    box-shadow: -1px 2px 9px -5px rgb(0 0 0 / 40%);
}
.sportsupdate article.story .infobox li:before {
	background: #9DC224;
}
/* audio update */
.series.audioupdate, .series.radioupdate {
	background-image: url(//www.dwdl.de/assets/img/reihen/audioupdate-header_mobil.jpg);
	box-shadow: 0px 5px 5px -5px #365736;
	border-color: #365736;
}
.series.audioupdate .roofline, .series.audioupdate .read-more, .series.audioupdate p a, .dwdl-article.audioupdate article.story a, .dwdl-article.audioupdate .roofline, .dwdl-article.audioupdate .sendetermin, .audioupdate article.story .dwdl-toc li:before, .audioupdate article.story .infobox h4, .audioupdate article.story .inline h4 span, 
.series.radioupdate .roofline, .series.radioupdate .read-more, .series.radioupdate p a, .dwdl-article.radioupdate article.story a, .dwdl-article.radioupdate .roofline, .dwdl-article.radioupdate .sendetermin, .radioupdate article.story .dwdl-toc li:before, .radioupdate article.story .infobox h4, .radioupdate article.story .inline h4 span {
	color: #365736 !important;
}
.dwdl-article.audioupdate, .dwdl-article.radioupdate {
	background-image: url(//www.dwdl.de/assets/img/reihen/audioupdate-header_mobil.jpg);
    border-top: 2px #365736 solid;
}
.audioupdate article.story .inline {
    border-bottom-color: #365736;
    border-top-color: #365736;
    box-shadow: -1px 2px 9px -5px rgb(0 0 0 / 40%);
}
.audioupdate article.story .infobox li:before {
	background: #365736;
}

/* media update */
.series.mediaupdate  {
	background-image: url(//www.dwdl.de/assets/img/reihen/mediaupdate-header_m.jpg);
	box-shadow: 0px 5px 5px -5px #002a6a;
	border-color: #002a6a;
}
.series.mediaupdate .roofline, .series.mediaupdate .read-more, .series.mediaupdate p a, .dwdl-article.mediaupdate article.story a, .dwdl-article.mediaupdate .roofline, .dwdl-article.mediaupdate .sendetermin, .mediaupdate article.story .dwdl-toc li:before, .mediaupdate article.story .infobox h4, .mediaupdate article.story .inline h4 span,  {
	color: #002a6a !important;
}
.dwdl-article.mediaupdate {
	background-image: url(//www.dwdl.de/assets/img/reihen/mediaupdate-header_m.jpg);
    border-top: 2px #002a6a solid;
}
.mediaupdate article.story .inline {
    border-bottom-color: #002a6a;
    border-top-color: #002a6a;
    box-shadow: -1px 2px 9px -5px rgb(0 0 0 / 40%);
}
.mediaupdate article.story .infobox li:before {
	background: #002a6a;
}

/* international update */
.series.internationalupdate  {
	background-image: url(//www.dwdl.de/assets/img/reihen/internationalupdate-header_m.jpg);
	box-shadow: 0px 5px 5px -5px #0f53a4;
	border-color: #0f53a4;
}
.series.internationalupdate .roofline, .series.internationalupdate .read-more, .series.internationalupdate p a, .dwdl-article.internationalupdate article.story a, .dwdl-article.internationalupdate .roofline, .dwdl-article.internationalupdate .sendetermin, .internationalupdate article.story .dwdl-toc li:before, .internationalupdate article.story .infobox h4, .internationalupdate article.story .inline h4 span,  {
	color: #0f53a4 !important;
}
.dwdl-article.internationalupdate {
	background-image: url(//www.dwdl.de/assets/img/reihen/internationalupdate-header_m.jpg);
    border-top: 2px #0f53a4 solid;
}
.internationalupdate article.story .inline {
    border-bottom-color: #0f53a4;
    border-top-color: #0f53a4;
    box-shadow: -1px 2px 9px -5px rgb(0 0 0 / 40%);
}
.internationalupdate article.story .infobox li:before {
	background: #0f53a4;
}

/* austria update */
.series.austriaupdate {
	background-image: url(//www.dwdl.de/assets/img/reihen/austriaupdate-header_mobil.jpg);
	box-shadow: 0px 5px 5px -5px #D61313;
	border-color: #D61313;
}
.series.austriaupdate .roofline, .series.austriaupdate .read-more, .series.austriaupdate p a, .dwdl-article.austriaupdate article.story a, .dwdl-article.austriaupdate .roofline, .dwdl-article.austriaupdate .sendetermin, .austriaupdate article.story .dwdl-toc li:before, .austriaupdate article.story .infobox h4, .austriaupdate article.story .inline h4 span {
	color: #D61313 !important;
}
.dwdl-article.austriaupdate {
	background-image: url(//www.dwdl.de/assets/img/reihen/austriaupdate-header_mobil.jpg);
    border-top: 2px #D61313 solid;
}
.austriaupdate article.story .inline {
    border-bottom-color: #D61313;
    border-top-color: #D61313;
    box-shadow: -1px 2px 9px -5px rgb(0 0 0 / 40%);
}
.austriaupdate article.story .infobox li:before {
	background: #D61313;
}
/* meine woche in serie */
.series.wocheinserie {
	background-image: url(//www.dwdl.de/assets/img/reihen/wocheinserie-header_mobil.jpg);
	box-shadow: 0px 5px 5px -5px #BA46BC;
	border-color: #BA46BC;
}
.series.wocheinserie .roofline, .series.wocheinserie .read-more, .series.wocheinserie p a, .dwdl-article.wocheinserie article.story a, .dwdl-article.wocheinserie .roofline, .dwdl-article.wocheinserie .sendetermin, .wocheinserie article.story .dwdl-toc li:before, .wocheinserie article.story .infobox h4, .wocheinserie article.story .inline h4 span {
	color: #BA46BC !important;
}
.dwdl-article.wocheinserie {
	background-image: url(//www.dwdl.de/assets/img/reihen/wocheinserie-header_mobil.jpg);
    border-top: 2px #BA46BC solid;
}
.wocheinserie article.story .inline {
    border-bottom-color: #BA46BC;
    border-top-color: #BA46BC;
    box-shadow: -1px 2px 9px -5px rgb(0 0 0 / 40%);
}
.wocheinserie article.story .infobox li:before {
	background: #BA46BC;
}
/* closeup */
.series.closeup {
	background-image: url(//www.dwdl.de/assets/img/reihen/closeup-header_mobil.jpg);
	box-shadow: 0px 5px 5px -5px #a50508;
	border-color: #a50508;
}
.series.closeup .roofline, .series.closeup .read-more, .series.closeup p a, .dwdl-article.closeup article.story a, .dwdl-article.closeup .roofline, .dwdl-article.closeup .sendetermin, .closeup article.story .dwdl-toc li:before, .closeup article.story .infobox h4, .closeup article.story .inline h4 span {
	color: #a50508 !important;
}
.dwdl-article.closeup {
	background-image: url(//www.dwdl.de/assets/img/reihen/closeup-header_mobil.jpg);
    border-top: 2px #a50508 solid;
}
.closeup article.story .inline {
    border-bottom-color: #a50508;
    border-top-color: #a50508;
    box-shadow: -1px 2px 9px -5px rgb(0 0 0 / 40%);
}
.closeup article.story .infobox li:before {
	background: #a50508;
}
/* nahaufnahme */
.series.nahaufnahme {
	background-image: url(//www.dwdl.de/assets/img/reihen/nahaufnahme-header_mobil.jpg);
	box-shadow: 0px 5px 5px -5px #BA46BC;
	border-color: #6D33C5;
}
.series.nahaufnahme .roofline, .series.nahaufnahme .read-more, .series.nahaufnahme p a, .dwdl-article.nahaufnahme article.story a, .dwdl-article.nahaufnahme .roofline, .dwdl-article.nahaufnahme .sendetermin, .nahaufnahme article.story .dwdl-toc li:before, .nahaufnahme article.story .infobox h4, .nahaufnahme article.story .inline h4 span {
	color: #6D33C5 !important;
}
.dwdl-article.nahaufnahme {
	background-image: url(//www.dwdl.de/assets/img/reihen/nahaufnahme-header_mobil.jpg);
    border-top: 2px #6D33C5 solid;
}
.nahaufnahme article.story .inline {
    border-bottom-color: #6D33C5;
    border-top-color: #6D33C5;
    box-shadow: -1px 2px 9px -5px rgb(0 0 0 / 40%);
}
.nahaufnahme article.story .infobox li:before {
	background: #6D33C5;
}
/* madeingermany */
.series.madeingermany {
	background-image: url(//www.dwdl.de/assets/img/reihen/madeingermany-header_mobil.jpg);
	box-shadow: 0px 5px 5px -5px #BA46BC;
	border-color: #c50000;
}
.series.madeingermany .roofline, .series.madeingermany .read-more, .series.madeingermany p a, .dwdl-article.madeingermany article.story a, .dwdl-article.madeingermany .roofline, .dwdl-article.madeingermany .sendetermin, .madeingermany article.story .dwdl-toc li:before, .madeingermany article.story .infobox h4, .madeingermany article.story .inline h4 span {
	color: #c50000 !important;
}
.dwdl-article.madeingermany {
	background-image: url(//www.dwdl.de/assets/img/reihen/madeingermany-header_mobil.jpg);
    border-top: 2px #c50000 solid;
}
.madeingermany article.story .inline {
    border-bottom-color: #c50000;
    border-top-color: #c50000;
    box-shadow: -1px 2px 9px -5px rgb(0 0 0 / 40%);
}
.madeingermany article.story .infobox li:before {
	background: #c50000;
}

/* telegeschichten */
.series.telegeschichten {
	background-image: url(//www.dwdl.de/assets/img/reihen/telegeschichten-header.jpg);
	box-shadow: 0px 5px 5px -5px #BA46BC;
	border-color: #393;
}
.series.telegeschichten .roofline, .series.telegeschichten .read-more, .series.telegeschichten p a, .dwdl-article.telegeschichten article.story a, .dwdl-article.telegeschichten .roofline, .dwdl-article.telegeschichten .sendetermin, .telegeschichten article.story .dwdl-toc li:before, .telegeschichten article.story .infobox h4, .telegeschichten article.story .inline h4 span {
	color: #393 !important;
}
.dwdl-article.telegeschichten {
	background-image: url(//www.dwdl.de/assets/img/reihen/telegeschichten-header_mobil.jpg);
    border-top: 2px #393 solid;
}
.telegeschichten article.story .inline {
    border-bottom-color: #393;
    border-top-color: #393;
    box-shadow: -1px 2px 9px -5px rgb(0 0 0 / 40%);
}
.telegeschichten article.story .infobox li:before {
	background: #393;
}

/* schallundrausch */
.series.schallundrausch {
	background-image: url(//www.dwdl.de/assets/img/reihen/schallundrausch-header_mobil.jpg);
	box-shadow: 0px 5px 5px -5px #FF5A00;
	border-color: #FF5A00;
}
.series.schallundrausch .roofline, .series.schallundrausch .read-more, .series.schallundrausch p a, .dwdl-article.schallundrausch article.story a, .dwdl-article.schallundrausch .roofline, .dwdl-article.schallundrausch .sendetermin, .schallundrausch article.story .dwdl-toc li:before, .schallundrausch article.story .infobox h4, .schallundrausch article.story .inline h4 span {
	color: #FF5A00 !important;
}
.dwdl-article.schallundrausch {
	background-image: url(//www.dwdl.de/assets/img/reihen/schallundrausch-header_mobil.jpg);
    border-top: 2px #FF5A00 solid;
}
.schallundrausch article.story .inline {
    border-bottom-color: #FF5A00;
    border-top-color: #FF5A00;
    box-shadow: -1px 2px 9px -5px rgb(0 0 0 / 40%);
}
.schallundrausch article.story .infobox li:before {
	background: #FF5A00;
}
/* hauptstadtstudio */
.series.hauptstadtstudio {
	background-image: url(//www.dwdl.de/assets/img/reihen/hauptstadtstudio-header_mobil.jpg);
	box-shadow: 0px 5px 5px -5px #6D33C5;
	border-color: #6D33C5;
}
.series.hauptstadtstudio .roofline, .series.hauptstadtstudio .read-more, .series.hauptstadtstudio p a, .dwdl-article.hauptstadtstudio article.story a, .dwdl-article.hauptstadtstudio .roofline, .dwdl-article.hauptstadtstudio p.sendetermin, .hauptstadtstudio article.story .dwdl-toc li:before, .hauptstadtstudio article.story .infobox h4, .haupstadtstudio article.story .inline h4 span {
	color: #AEA129 !important;
}
.dwdl-article.hauptstadtstudio {
	background-image: url(//www.dwdl.de/assets/img/reihen/hauptstadtstudio-header_mobil.jpg);
    border-top: 2px #AEA129 solid;
}
.hauptstadtstudio article.story .inline {
    border-bottom-color: #AEA129;
    border-top-color: #AEA129;
    box-shadow: -1px 2px 9px -5px rgb(0 0 0 / 40%);
}
.hauptstadtstudio article.story .infobox li:before {
	background: #AEA129;
}
/* rundfunkrat */
.series.rundfunkrat {
	background-image: url(//www.dwdl.de/assets/img/reihen/rundfunkrat-header_mobil.jpg);
	box-shadow: 0px 5px 5px -5px #000;
	border-color: #000;
}
.series.rundfunkrat .roofline, .series.rundfunkrat .read-more, .series.rundfunkrat p a, .dwdl-article.rundfunkrat article.story a, .dwdl-article.rundfunkrat .roofline, article.rundfunkrat.box-topic p.sendetermin, .rundfunkrat article.story .dwdl-toc li:before, .rundfunkrat article.story .infobox h4, .rundfunkrat article.story .inline h4 span {
	color: #000 !important;
}
.dwdl-article.rundfunkrat {
	background-image: url(//www.dwdl.de/assets/img/reihen/rundfunkrat-header_mobil.jpg);
    border-top: 2px #000 solid;
}
.rundfunkrat article.story .inline {
    border-bottom-color: black;
    border-top-color: black;
    box-shadow: -1px 2px 9px -5px rgb(0 0 0 / 40%);
}
.rundfunkrat article.story .infobox li:before {
	background: #000;
}
/* made in europe */
.series.madeineurope {
	background-image: url(//www.dwdl.de/assets/img/reihen/madeineurope-header_mobil.jpg);
	box-shadow: 0px 5px 5px -5px #FFCC00;
	border-color: #FFCC00;
}
.series.madeineurope .roofline, .series.madeineurope .read-more, .series.madeineurope p a, .dwdl-article.madeineurope article.story a, .dwdl-article.madeineurope .roofline, article.madeineurope p.sendetermin, .madeineurope article.story .dwdl-toc li:before, .madeineurope article.story .infobox h4, .madeineurope article.story .inline h4 span {
	color: #0000a7 !important;
}
.dwdl-article.madeineurope {
	background-image: url(//www.dwdl.de/assets/img/reihen/madeineurope-header_mobil.jpg);
    border-top: 2px #FFCC00 solid;
}
.madeineurope article.story .inline {
    border-bottom-color: #FFCC00;
    border-top-color: #FFCC00;
    box-shadow: -1px 2px 9px -5px rgb(0 0 0 / 40%);
}
.madeineurope article.story .infobox li:before {
	background: #FFCC00;
}
/* 2 herren mit hund */
.series.herrenmithund {
	background-image: url(//www.dwdl.de/assets/img/reihen/headerbkd-herrenmithund.jpg);
	box-shadow: 0px 5px 5px -5px #fcba42;
	border-color: #fcba42;
}
.row.dwdl-article.herrenmithund .series-header .logo img, .row.dwdl-article.herrenmithund .series-header .logo img {
	height: 80px;
	margin: 10px 0;
}
.series.herrenmithund .roofline, .series.herrenmithund .read-more, .series.herrenmithund p a, .dwdl-article.herrenmithund article.story a, .dwdl-article.herrenmithund .roofline, article.herrenmithund p.sendetermin, .herrenmithund article.story .dwdl-toc li:before, .herrenmithund article.story .infobox h4, .herrenmithund article.story .inline h4 span {
	color: #5e95cb !important;
}
.dwdl-article.herrenmithund {
	background-image: url(//www.dwdl.de/assets/img/reihen/headerbkd-herrenmithund.jpg);
    border-top: 2px #fcba42 solid;
}
.herrenmithund article.story .inline {
    border-bottom-color: #fcba42;
    border-top-color: #fcba42;
    box-shadow: -1px 2px 9px -5px rgb(0 0 0 / 40%);
}
.herrenmithund article.story .infobox li:before {
	background: #fcba42;
}

/* industry */
.series.industry {
	background-image: url(//www.dwdl.de/assets/img/reihen/headerbkd-industry2.jpg);
	box-shadow: 0px 5px 5px -5px #f6981e;
	border-color: #f6981e;
}
.row.dwdl-article.industry .series-header .logo img, .row.dwdl-article.industry .series-header .logo img {
	height: 34px;
	margin: 10px 0;
}
.series.industry .roofline, .series.industry .read-more, .series.industry p a, .dwdl-article.industry article.story a, .dwdl-article.industry .roofline, article.industry p.sendetermin, .industry article.story .dwdl-toc li:before, .industry article.story .infobox h4, .industry article.story .inline h4 span {
	color: #1c444c !important;
}
.dwdl-article.industry {
	background-image: url(//www.dwdl.de/assets/img/reihen/headerbkd-industry2.jpg);
    border-top: 2px #f6981e solid;
}
.industry article.story .inline {
    border-bottom-color: #f6981e;
    border-top-color: #f6981e;
    box-shadow: -1px 2px 9px -5px rgb(0 0 0 / 40%);
}
.industry article.story .infobox li:before {
	background: #f6981e;
}

/* ticker */

.dwdl-ticker {
    position: relative;
    padding-left: 27px;
    margin: 30px 0;
}

/* durchgehende grüne Linie */
.dwdl-ticker::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #393; 
}

.dwdl-ticker-s {
    position: relative;
    padding-left: 37px;
    margin: 10px 0;
}

/* durchgehende grüne Linie */
.dwdl-ticker-s::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #393; 
}

.ticker-item {
    position: relative;
    display: flex;
    margin-bottom: 24px;
}

.ticker-item-s {
    position: relative;
    display: flex;
    margin-bottom: 5px;
}

.ticker-item:target {
    background-color: rgba(51, 153, 51, 0.08);
    border-radius: 4px;
    padding: 8px 8px 8px 0;
}

/* Bullet-Point */
.ticker-marker {
    position: absolute;
    left: -25px;
    top: 5px;
    width: 16px;
    height: 11px;
    background-color: #393;
    display: inline-block;
	clip-path: polygon(
    0 0,
    100% 0,
    95% 100%,
    0 100%
  	);100%
  	content: ' ';
  	margin-right: 5px;
}

.ticker-content {
    padding-left: 0px;
}

.ticker-date {
    display: block;
    font-size: 1.1rem;
    font-weight: 500;
    color: #555;
    margin-bottom: 4px;
}

.ticker-date-s {
    display: block;
    font-size: 1.1rem;
    font-weight: 500;
    color: #555;
    margin-bottom: 0px;
}


.ticker-content p {
    margin: 0;
    line-height: 1.5;
}
.ticker-content h4 {
	font-size:1.1em;
}

.ticker-permalink {
    position: absolute;
    top: 0px;            /* Höhe des Datums */
    right: 0;
    font-size: 1.0rem;
    text-decoration: none;
    color: #999;
  
}