/*
	Mediaquery preset:
	
@media (min-width: 1260px) {}
@media (min-width: 1600px) {}

*/
/* beta info bar */
/********** 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-300 - latin */
	@font-face { font-family: 'Libre Franklin'; font-style: normal; font-weight: 300; src: local(''), url('/assets/font/libre-franklin-v13-latin-300.woff2') format('woff2'), url('/assets/font/libre-franklin-v13-latin-300.woff') format('woff'); }
	/* libre-franklin-300italic - latin */
	@font-face { font-family: 'Libre Franklin'; font-style: italic; font-weight: 300; src: local(''), url('/assets/font/libre-franklin-v13-latin-300italic.woff2') format('woff2'), url('/assets/font/libre-franklin-v13-latin-300italic.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'); }
	/* Faustina - regular */
	@font-face { font-family: 'Faustina'; font-style: normal; font-weight: 400; src: local(''), url('/assets/font/Faustina-Regular.ttf') format('ttf'); }
	/* Faustina - regular */
	@font-face { font-family: 'Faustina'; font-style: normal; font-weight: 800; src: local(''), url('/assets/font/Faustina-Bold.ttf') format('ttf'); }
	/* Faustina - italic */
	@font-face { font-family: 'Faustina'; font-style: italic; font-weight: 400; src: local(''), url('/assets/font/Faustina-Italic.ttf') format('ttf'); }
/********** general setup **********/
body {
	margin: 0;
	padding: 0;
	background: #EEEEEE;
	font-family: "Libre Franklin", arial, sans-serif;
	text-rendering: geometricPrecision;
	font-size: 15.5px;
	font-weight: 300;
	line-height: 150%;
}
strong, h1, h2, h3, h4, h5, h6, b {
	font-weight: 500;
}
h1, h2, h3, h4, h5, h6 {
	letter-spacing: 0;
	line-height: 140%;
}
a {
	transition: 0.2s all;
}
.page-wrapper.core-wrapper {
	margin-top: 20px;
	margin-bottom: 20px;
	display: flex;
	flex-direction: row;
    margin-left: auto;
    margin-right: auto;
}
.page-wrapper-sideads {
/*	margin-left: 20px; */
	left: 20px;
	position: relative;
}
.page-wrapper .content-wrapper {
	background: #eeeeee;
}
@media (min-width: 1260px) {
	body {
	}
}
@media (min-width: 1600px) {
	body {
		font-size: 16px;
	}
}
.print-url {
	display: none;
}
/********** text styles **********/
h1 { font-size: 27.5px; }
h2 { font-size: 23.5px; margin: 5px 0; }
h3 { font-size: 19px; margin: 5px 0; }
.teaserad h3  { font-size: 18px; margin-top:-5px important! }
h4, h5, h6 { font-size: 16px; }
@media (min-width: 1260px) {
	
}
@media (min-width: 1600px) {
	h1 { font-size: 35px; }
	h2 { font-size: 28px; }
	h3 { font-size: 24px; }
	h4, h5, h6 { font-size: 20px; }
}
a {
	color: #393;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #363;
}
.adsection-header:before {
    display: inline-block;
    width: 18px;
    transform: skew(-7deg);
    background: black;
    height: 18px;
    content: ' ';
    margin-right: 10px;
}

.section-header {
    font-weight: 800;
    color: #393;
    font-size: 25px;
    margin-left: 2px;
    margin-top: 0;
    line-height: 100%;
}
.section-header:before {
    display: inline-block;
    width: 18px;
    transform: skew(-7deg);
    background: #393;
    height: 18px;
    content: ' ';
    margin-right: 10px;
}
.section-header span {
	font-size: 0.7em;
	font-weight: 400;
}
.section-header.standalone {
	margin-bottom: 18px;
}
@media (min-width: 1260px) {

}
@media (min-width: 1600px) {
	.section-header {
	    font-size: 28px;
	}
	.section-header:before {
	    width: 21px;
	    height: 21px;
	}
	.section-header.standalone {
		margin-bottom: 20px;
	}
}
/********** form elements **********/
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;
}
input.warning, textarea.warning {
	border-color: #D90042;
	border-bottom-color: #D90042;
}
.btn {
	border-radius: 2px;
	display: inline-block;
	transition: .2s all;
	padding: 
}
.btnSmall {
	border-radius: 2px;
    padding: 1px 9px;
    transition: 0.2s all;
    display: inline-block;
    font-size: 0.9em;
}
.btnSmall:hover {
	text-decoration: none;
}
.btnBig {
	font-size: 1.0em;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 2px;
    transition: 0.2s all;
    display: inline-block;
}
.btnOutline {
	border-style: solid;
	border-width: 1px 1px 2px 1px;
	background: transparent !important;
	cursor: pointer;
}
.btnFilled {
	border-style: solid;
	cursor: pointer;
	border-width: 0 0 3px 0;
	color: #ffffff !important;
}
.btnGreen {
	border-color: #339933;
	background: #339933;
	border-bottom-color: #336633;
	color: #336633;	
}
.btnGreen:hover {
	border-color: #336633;
	background: #336633;
	border-bottom-color: #336633;
	color: #336633;	
	text-decoration: none;
}
.btnGrey {
	border-color: #a4aeb6;
	background: #a4aeb6;
	border-bottom-color: #8996a0;
	color: #516270;
}
.btnGrey:hover {
    background-color: #8996a0 !important;
    border-color: #8996a0;
    color: #fff;
	text-decoration: none;
}
.btnWhite {
	border-color: #ffffff;
	background: #ffffff;
	border-bottom-color: #d3d3d3;
	color: #434343 !important;	
}
.btnWhite:hover {
	border-color: #d3d3d3;
	background: #d3d3d3;
	border-bottom-color: #d3d3d3;
	color: #434343 !important;	
	text-decoration: none;
}
.btnGreen.btnOutline {
	border-color: #393;
	color: #393;
}
.btnGreen.btnOutline:hover {
	color: #363;
	border-color: #363;
}
.btnSmall.col-facebook, .btnSmall.col-twitter, .btnSmall.col-xing, .btnSmall.col-linkedin, .btnSmall.col-whatsapp, .btnSmall.col-instagram {
	color: #ffffff !important;
	background: #3b5998;
	border-bottom-color: #23355b !important;
}
.btnSmall.col-facebook:hover {
	background: #23355b;
}
.btnSmall.col-twitter {
	background: #1da1f2;
	border-bottom-color: #0a71b0 !important;
}
.btnSmall.col-twitter:hover {
	background: #0a71b0;
}
.btnSmall.col-xing {
	background: #026466;
	border-bottom-color: #013334 !important;
}
.btnSmall.col-xing:hover {
	background: #013334;
}
.btnSmall.col-linkedin {
	background: #007bb5;
	border-bottom-color: #005882 !important;
}
.btnSmall.col-linkedin:hover {
	background: #005882;
}
.btnSmall.col-whatsapp {
	background: #25d366;
	border-bottom-color: #188b43 !important;
}
.btnSmall.col-whatsapp:hover {
	background: #188b43;
}
.btnSmall.col-instagram {
	background: #c32aa3;
	border-bottom-color: #6f185d !important;
}
.btnSmall.col-instagram:hover {
	background: #6f185d;
}
.btnSmall.block, .btnBig.block, .btn.block {
	display: block;
	text-align: center;
}
a.read-more, .teaser .read-more {
	color: #393;
	white-space: nowrap;
	transition: .2s all;
	display: inline-block;
}
a.read-more i, .teaser .read-more i {
	transition: .2s all;
}
a.read-more:hover i, .teaser .read-more:hover i {
	margin-left: 3px;
}
a.read-more.section {
	display: inline-block; 
	margin-top: 10px;
	font-weight: 800;
}
.legal-text {
	font-size: 0.8em;
	line-height: 100%;
	color: #C3C7C8;
}
.legal-text a {
	color: #C3C7C8;
	text-decoration: underline !important;
}
.grecaptcha-badge { 
	visibility: hidden; 
}
.copyright {
	color: #C3C7C8;
	font-size: 10px;
	text-align: right;
	display: block;
	line-height: 100%
}
.data-source {
	color: #c3c7c8;
	font-size: 12px;
	display: block;
	line-height: 120%;
}
.owl-dots {
	text-align: center;
}
.owl-dots .owl-dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: rgba(255,255,255,0.4) !important;
	border-radius: 0;
	transform: skew(-7deg);
	margin: 0 5px;
}
.owl-dots .owl-dot.active {
	background-color: #818A90 !important;
}
/********** helper classes **********/
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.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;
}
.clear-fix:after {
	clear: both;
	width: 1px;
	height: 1px;
	display: block;
	content: ' ';
}
.display-none {
	display: none;
}
/********** header **********/
header.mainnav {
	background: white; 
	border-top: 5px solid #393; 
	height: 60px; 
	border-bottom: 1px solid #CDE6CD;
	box-shadow: 0px 0px 10px 0px rgba(51,153,51,0.1);
	font-size: 16px;
	position: relative; 
	z-index: 9999;
	height: 60px;
	font-size: 16px;
}
header.mainnav.fixed {
	position: fixed;
	z-index: 5000;
	height: auto;
	width: 100%;
	display: none;
}
header.mainnav a {
	text-decoration: none;
	color: #393;
	font-weight: 500;
	transition: .2s all;
	bottom: -12px;
	position: relative;
}
header.mainnav a:after {
	content: '';
    display: block;
    width: 100%;
    height: 5px;
	background: #fff;
    margin-top: 6px;
    transform: skew(-7deg);
    transform: scaleX(0);
    transition: all .2s ease-out;
}
header.mainnav a:hover, header.mainnav a.active {
	color: #363;
}
header.mainnav a:hover:after, header.mainnav a.active:after {
	transform: scaleX(1);
    background: #363;
}
header.mainnav a.logo:hover:after {
	background: transparent;
	transform: scale(0);
}
.dwdl-brand-logo {
	width: 160px;
	margin-bottom: 12px;
}
.dwdl-brand-logo.jobs {
    margin-bottom: 6px;
    width: 190px;
}
header.mainnav .search-bar {
	display: none; 
	background: #fff; 
	border: 1px solid #339933; 
	border-bottom-width: 3px; 
	border-radius: 2px; 
	position: absolute; 
	right: -11px; 
	bottom: 3px; 
	width: 500px; 
	text-align: right;
	z-index: 1000;
}
header.mainnav .search-bar input {
	border-color: transparent; 
	width: 88%;
}
header.mainnav .search-bar button {
	border-color: transparent; 
	color: #339933; 
	width: 8%; 
	text-align: right;
}
header.mainnav .search-bar button i {
	color: #393;
}
header.mainnav form .close {
	font-size: 1.2em;
    margin-bottom: 5px;
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
}
header.mainnav .item {
	padding-bottom: 12px;
}
ul.navigation-wrapper {
	display: flex;
	flex-direction: column;
	flex-flow: row;
	margin: 0 10px;
	padding: 0;
	list-style: none;
	justify-content: space-between;
	align-items: flex-end;
	position: relative;
	height: 60px;
}
#brand-line {
	background: #393; 
	/*pride
	background: linear-gradient(90deg, rgba(227,6,19,1) 0%, rgba(255,188,0,1) 20%, rgba(255,244,0,1) 40%, rgba(5,182,13,1) 60%, rgba(0,129,255,1) 80%, rgba(101,38,157,1) 100%);
	pride end*/
	height: 5px; 
	width: 100%; 
	position: fixed; 
	z-index: 10000; 
	color: #fff;
}
#brand-line .inner {
	width: 1260px;
	margin: 0 auto; 
	position: relative;
	top: -50px;
	transition: .3s all;
}
#brand-line .corner-logo {
	background: #393; 
	display: block; 
	width: 40px; 
	height: 40px; 
	left: 19px; 
	position: absolute;
	text-align: center;
	box-shadow: 0px 2px 2px 0px rgba(51,153,51,0.2);
	/*pride
	background: url(/assets/img/dwdl-pride-flag.png);
	background-size: 100% 100%;
	pride end*/
}
#brand-line .corner-logo img {
	display: inline-block;
	padding-top: 9px;
}
/* eilmeldung */
header.eilmeldung {
	height: 30px;
	background: #fff;
	border-bottom: 1px solid #8A0034;
	color: #D90042;
	position: relative;
}
header.eilmeldung:before {
	height: 30px;
	content: ' ';
	position: absolute;
	top: 0;
	width: 50%;
	left: 0;
	background-color: #D90042;
}
header.eilmeldung a {
	display: block;
	position: relative;
	box-sizing: border-box;
	color: #D90042;
}
header.eilmeldung .label {
	display: inline-block;
	height: 24px;
	color: #fff;
	padding: 4px 10px 3px 10px;
	box-sizing: border-box;
	font-weight: 500;
}
header.eilmeldung .headline {
	display: inline-block;
	box-sizing: border-box;
	padding: 4px 10px 3px 10px;
	height: 30px;
	background: #fff;
	min-width: 600px;
    width: calc(100% - 140px);
	transform: skew(-7deg);
}
header.eilmeldung .headline span {
	transform: skew(7deg);
	display: block;
}
header.eilmeldung a i.fa {
	margin-left: 5px;
	transition: .2s all;
}
header.eilmeldung a:hover i.fa {
	margin-left: 10px;
}
@media (min-width: 1280px) {
	#brand-line .inner {
		width: 1280px;
	}
	#brand-line .corner-logo {
		left: 0;
	}
}
@media (min-width: 1330px) {
	#brand-line .inner {
		width: 1290px;
	}
}
@media (min-width: 1340px) {
	#brand-line .corner-logo {
		left: -21px; 
	}
}
@media (min-width: 1440px) {
	#brand-line .corner-logo {
		left: -61px; 
	}
}
@media (min-width: 1600px) {	
	.dwdl-brand-logo {
		width: 180px;
	}
	.dwdl-brand-logo.jobs {
	    margin-bottom: 6px;
	    width: 212px;
	}
	header.mainnav {
		font-size: 18px;
	}
	#brand-line .inner {
		width: 1600px;
	}
	#brand-line .corner-logo {
		left: 20px;
	}
}
@media (min-width: 1580px) {
	#brand-line .corner-logo {
		left: -20px;
	}
}
/********** footer **********/
footer.main {
	background: white; 
	border-top: 1px solid #CDE6CD;
	box-shadow: 0px 0px 10px 0px rgba(51,153,51,0.1);
}
footer.main a {
	text-decoration: none;
}
footer.main a:hover {
	text-decoration: underline;
}
footer.main .copyline {
	background: #393;
	padding-top: 10px;
}
footer .copyline a {
	color: #fff;
}
footer .copyline .social-icons {
	font-size: 22px;
}
footer .copyline .social-icons a {
	display: inline-block;
	margin-right: 10px;
}
footer .copyline .social-icons a:hover {
	text-decoration: none;
}
footer .pride {
	display: inline-block; 
	height: 20px; 
	margin-bottom: 2px; 
	vertical-align: bottom;
}
footer .legal-info {
	font-size: 12px;
	padding-top: 8px;
}
footer .section-header {
	margin-top: 0px;
}
footer .feature-teaser p {
	line-height: 120%;
    font-size: 0.9em;
}
footer .newsletter-form {
	display: flex;
	flex-direction: row;
} 
footer .footer-nl-form-wrapper h1 {
	font-size: 20px;
}
footer .feature-teaser input {
	align-content: stretch;
	width: 100%;
}
footer .newsletter-form button {
	margin: 0 10px;
	align-content: stretch;
}
footer .footer-nl-form-wrapper .error {
	line-height: 100%;
	color: #D90042;
}
footer.main a.btn:hover {
	text-decoration: none;
}
footer .btn {
	line-height: 18px;
}
@media (min-width: 1600px) {	
	footer .btn {
		line-height: 24px;
	}
}
/********** 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);
  }
}
#newsticker-content .dwdl-spinner {
	min-height: 280px;
	padding-top: 130px;
	box-sizing: border-box;
}
/********** onpagenav ***********/
.archiv-header .filter {
	display: inline-block;
	margin: 0 10px;
	border-bottom: 1px solid transparent;
}
.archiv-header .filter:hover {
	color: #363;
	border-bottom-color: #363;
}
.archiv-header .filter.active {
	border-bottom-color: #393;
}
.archiv-header .filter-v-aligned {
	padding-top: 15px;
}
.onsite-navigation-fixed.fixed {
	position: fixed;
    z-index: 1000;
    top: 0;
    width: 978px;
}
@media (min-width: 1600px) {
	.onsite-navigation-fixed.fixed {
		width: 1240px;
	}
}
/********** teaser elements **********/
.teaser a {
	text-decoration: none;
	color: #000;
	transition: .2s all;
}
.teaser a:hover {
	color: #393;
}
.box-topic {
	background: #fff;
	box-sizing: border-box;
	margin-bottom: 18px;
	padding-bottom: 10px;
	box-shadow: 0px 5px 5px -5px rgba(0,0,0,0.08);
}
.box-topic.box-topic-padding {
	padding: 10px;
}
.box-topic.ad {
	padding-bottom: 0;
	background: transparent;
	border-bottom: 0px; 
	box-shadow: none;
} 
.box-topic.teaserad {
	height: calc(100% - 20px);
    border: solid rgba(0,190,217,1);
    border-width: 1px 0;
    box-shadow: 0px 5px 5px -5px rgba(0,161,217,0.3);
    position: relative;
}
.box-topic.teaserad:after {
	content: 'ANZEIGE';
    position: absolute;
    right: 0;
    margin-right: 2px;
    font-size: 12px;
    bottom: 0;
    line-height: 100%;
    color: #D1D4D3;
}
.box-topic.teaserad.topic-textonly:after {
    top: 0;
    bottom: unset;
}
.box-topic.teaserad .roofline, .box-topic.teaserad .read-more {
	color: #00A1D9;
}
.box-topic.teaserad .roofline {
	color: #00A1D9;
	padding-left:10px;
}

.box-topic.teaserad.teaser a:hover {
	color: #00A1D9;
}

.box-topic.pclub {
	height: calc(100% - 20px);
    border: solid #9c0154;
    border-width: 1px 0;
    box-shadow: 0px 5px 5px -5px rgba(0,161,217,0.3);
    position: relative;
}
.box-topic.pclub .roofline, .box-topic.pclub .read-more {
	color: #9c0154;
}
.box-topic.pclub .roofline {
	color: #9c0154;
}
.box-topic.pclub.teaser a:hover {
	color: #9c0154;
}

.box-topic.box-topic-padding {
	padding: 5px;
}
.roofline {
    display: inline-block;
    padding: 2px 5px;
    background:#fff;
	transform: skew(-7deg);
	color: #393;
	font-weight: 500;
	font-size: 0.9em;
}
.roofline.clean {
	transform: skew(0);
	padding: 0;
}
.roofline span {
    display: 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;
    color: #fff !important;
}
.roofline span.eilmeldung {
	text-transform: uppercase;
}
.roofline span.exklusiv {
    background: #363;
}
.roofline span.vorab {
    background: #393;
}
.teaser .image {
    position: relative;
}
.teaser .image .roofline {
    position: absolute;
    left: 5px;
	    bottom: -1em;
    z-index: 10;
}
.box-sidebar.more-stories .teaser .image .roofline {
bottom: -0.75em;
}
.teaser .image .copyright {
    position: absolute;
    bottom: 0;
    right: 0;
    color: rgba(255,255,255,0.9);
    text-shadow: 0px 0px 2px black;
    font-size: 9px;
    padding: 2px;
    display: inline-block;
    transition: .2s all;
}
.teaser .image .copyright:hover {
    background: rgba(0,0,0,0.8);
    transition: 0.2s all;
    text-shadow: none;
    color: white;
    cursor: help;
}
.teaser img {
	object-fit: cover;
	display: block;
	margin-bottom: 2px;
}
.teaser h1, .teaser h2 {
    margin: 10px;
    margin-top:14px;
}
.teaser p {
	margin-top: 10px;
	margin-bottom: 0;
} 
.teaser {
	display: block;
}
.col-8 .topic-feature .roofline {
    font-size: 0.9em;
}
.col-8 .topic-feature.topic-third .roofline {
    font-size: 0.8em;
}
.topic-feature p {
	margin: 10px 10px 0 10px;
}
.topic-feature, .topic-textonly {
	min-height: calc(100% - 18px);
}
.topic-feature img {
	height: 300px;
}	
.topic-feature.topic-half img {
	height: 220px;
}		
.topic-textonly.topic-half p {
    margin-bottom: 0;
} 
.topic-feature.topic-third img {
	height: 161px;
}			
.topic-feature.topic-third h3 {
	margin-left: 10px;
	z-index: 12;
	position: relative;
	padding-top: 10px;
}
.topic-textonly, .topic-headlineonly, .half-height .box-topic.teaserad {
	padding: 10px;	
}
.topic-headlineonly, .half-height .box-topic.teaserad, .half-height .topic-feature, .half-height .topic-textonly {
	height: calc(50% - 18px);
	min-height: 0;
}
.row.one-topic .topic-textonly, .row.one-topic .topic-headlineonly {
    min-height: calc(100% - 18px);
}
.half-height .box-topic.teaserad {
	padding: 0;
}
.half-height .box-topic.teaserad.topic-textonly {
	padding: 10px;
}
.topic-textonly.topic-half {
	padding: 10px;
	
} 
.topic-textonly.topic-half p {
	overflow: visible;
    text-overflow: unset;
    white-space: normal;
}
.topic-textonly {
	padding-top: 5px !important;
}
.topic-textonly.topic-half h2 {
	margin: 0;
}
@media (min-width: 1600px) {
	.box-topic {
		margin-bottom: 20px;
		padding-bottom: 10px;
	}
	.topic-feature, .topic-textonly {
		min-height: calc(100% - 20px);
	}
	.topic-feature img {
		height: 368px !important;
	}
	.topic-feature p {
		max-width: 750px;
	}
	.topic-feature.topic-half img {
		height: 274px !important;
	}
	.topic-feature.topic-third img {
		height: 180px !important;
	}
	.topic-feature.topic-third h3 {
		margin-left: 10px;
	}  
	.topic-headlineonly, .half-height .box-topic.teaserad, .half-height .topic-feature, .half-height .topic-textonly {
		height: calc(50% - 20px);
		min-height: 0;
	}	
	.half-height .box-topic.teaserad {
		padding: 0;
	}
	.row.one-topic .topic-textonly, .row.one-topic .topic-headlineonly {
		min-height: calc(100% - 20px);
	}
	.topic-textonly.topic-half h2 {
		margin: 0;
	}		
	.topic-textonly.topic-half p {
	    overflow: visible;
	    text-overflow: unset;
	    white-space: normal;
	} 
	.topic-textonly {
	    padding-top: 5px !important;
	}
	.box-topic.ad {
		padding-top: 10px;
	} 
}
/********** feature content boxes **********/
/*** general styling ***/	
.box-topic.content {
	padding: 10px;
	min-height: calc(100% - 18px);
}
.box-topic.content.flex-height {
	min-height: 0;
}
.box-topic-collection {
	padding: 5px 0;
	margin-bottom: 18px;
}
.box-topic-collection .box-topic, .row .row .box-topic {
	box-shadow: none;
	border-bottom: none;
	padding-bottom: 0px;
	padding: 0;
	background-color: transparent;
}
.box-topic-collection .section-header {
	margin-bottom: 15px;
	margin-top: 10px;
}
.box-topic-collection .topic-feature {
	min-height: calc(50% - 18px);
}
@media (min-width: 1260px) { 
	.box-topic-collection {
	}
	.box-topic-collection .topic-feature {
		
	}
	.box-topic.content {
		
	}
	.box-topic.content.flex-height {
		
	}
}
@media (min-width: 1600px) {
	.box-topic-collection {
		padding: 10px 0;
		margin-bottom: 20px;
	}
	.box-topic-collection .topic-feature {
		min-height: calc(50% - 20px) !important;
	}
	.box-topic.content {
		min-height: calc(100% - 20px);
	}	
	.box-topic.content.flex-height {
		min-height: 0;
	}
}
.box-topic-collection.listing article {
	margin-bottom: 40px;
}
.box-topic-collection.listing article:last-child {
	margin-bottom: 0;
}
.box-topic-collection.listing .roofline {
	transform: skew(0);
	padding: 0;
}
.box-topic-collection.listing h2 {
	margin: 0 0 5px 0;
}
.box-topic-collection.listing h2 a {
	color: #000;
}
.box-topic-collection.listing p {
	margin: 0;
}
.box-topic-collection.listing img {
	margin-top: 5px;
}
.box-topic-collection .topic-feature.topic-half img {
	height: 250px;
}
.box-topic-collection .teaser.topic-headlineonly {
    padding: 10px;
    height: auto !important;
    margin-bottom: 10px;
}
.box-topic-collection .teaser.topic-headlineonly h2 {
    margin: 0;
    font-size: 20px;
}
.archiv-header.search input {
	vertical-align: baseline;
    border-left: 0px;
    border-right: 0;
    border-top: 0;
    border-radius: 0;
    font-size: 0.8em;
    padding-top: 0;
    margin-top: 0;
    padding-left: 5px;
}
.col-4.series-sponsor img {
	display: block;
    margin-top: 50px;
}
.col-4 .dwdl-series ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	padding-left: 20px;
}
.col-4 .dwdl-series ul li {
	font-weight: 500;
	margin-bottom: 10px;
}
.col-4 .dwdl-series ul li a {
	color: #000;
}
.col-4 .dwdl-series ul li:before {
	display: block;
	width: 13px;
	height: 13px;
	content: ' ';
	float: left;
	margin-left: -20px;
	margin-top: 5px;
    transform: skew(-7deg);
    
}
.col-4 .dwdl-series ul li.audioupdate:before {
	background: #006f27;
}
.col-4 .dwdl-series ul li.ukupdate:before {
	background: #002a6a;
}
.col-4 .dwdl-series ul li.austriaupdate:before {
	background: #D61313;
}
.col-4 .dwdl-series ul li.sportsupdate:before {
	background: #9DC224;
}
.col-4 .dwdl-series ul li.usupdate:before {
	background: #0f53a4;
}
.col-4 .dwdl-series ul li.hauptstadtstudio:before {
	background: #F8C613;
}
.col-4 .dwdl-series ul li.nahaufnahme:before {
	background: #6D33C5;
}
.col-4 .dwdl-series ul li.closeup:before {
	background: #a50508;
}
.col-4 .dwdl-series ul li.schallundrausch:before {
	background: #FF5A00;
}
.col-4 .dwdl-series ul li.rundfunkrat:before {
	background: #000;
}
.col-4 .dwdl-series ul li span {
	display: block;
	font-weight: 400;
	font-size: 0.8em;
	line-height: 110%;
}
.focus-intro p:first-child {
	margin-top: 0;
}
/*** coloring of boxes and content ***/
.newsticker-wrapper {
	align-items: stretch; 
	display: flex; 
	flex-direction: column;
}
.newsticker-wrapper .dwdl-promo {
	padding: 10px;
}
.newsticker-wrapper .dwdl-promo img {
	display: block; 
	object-fit: cover;
	width: 100%;
	height: 60px;
}
#home .box-sidebar.newsticker {
	height: 100%;
}
.box-sidebar {
	padding: 10px;
	height: auto;
	font-size: 14px;
}
.box-newsticker ul, .box-sidebar ul {
	margin: 0;
	margin-top: 15px;
	padding: 0;
    list-style: none;
	margin-left: 0;
}
.box-sidebar ul li {
	margin-left: 0px;
	margin-bottom: 5px;
	line-height: 120%;
	font-size: 15px;
}
.box-sidebar.newsticker ul li a {
	display: flex;
	flex-flow: row nowrap;
	text-decoration: none;
	color: #000;
}
.box-sidebar.newsticker ul li a:hover {
	color: #393;
}
.box-sidebar.newsticker .date {
	font-size: 12px;
	min-width: 70px;
}
@media (min-width: 1260px) {
	.newsticker-wrapper .dwdl-promo {
		
	}
	.box-sidebar ul {
		
	}
	.box-sidebar.newsticker .date {
		
	}
}
@media (min-width: 1600px) {
	.box-sidebar.newsticker .date {
		min-width: 90px;
	}
}
.box-sidebar.jobboerse .jobpost {
	display: block;
	line-height: 120%;
	border-bottom: 1px solid #E8E9E9;
	clear: both;
	padding: 5px 0;
	color: #000;
	min-height: 48px;
}
.box-sidebar.jobboerse .jobpost:last-child {
	border-bottom: none;
}
.box-sidebar.jobboerse .jobpost:hover {
	color: #393;
}
.box-sidebar.jobboerse .jobpost.topjob:hover {
	color: #CD9500;
}
.box-sidebar.jobboerse .image {
	display: block; 
	border: 1px solid #E8E9E9; 
	background: #fff;
	text-align: center; 
	padding-top: 8px; 
	box-sizing: border-box; 
	float: left;
	margin-top: 3px;
	transition: .2s all;
	margin-right: 10px;
	width: 60px;
	height: 45px;
}
.box-sidebar.jobboerse .jobpost:hover .image  {
	border-color: #393;
}
.box-sidebar.jobboerse .jobpost.topjob:hover .image  {
	border-color: #E0CB04;
}
.box-sidebar.jobboerse .image img {
	width: 100%;
}
.box-sidebar.jobboerse .city {
	color: #C3C7C8;
	display: inline-block;
}
@media (min-width: 1260px) {
	.box-sidebar.jobboerse .jobpost {
		
	}
	.box-sidebar.jobboerse .image {
		
	}
}
@media (min-width: 1600px) {
	.box-sidebar.jobboerse .jobpost {
		min-height: 55px;
	}
	.box-sidebar.jobboerse .image {
		width: 80px;
		height: 52px;
	}
}
.box-topic-collection.jobboerse {
	background: #dce2e3;
	box-shadow: 0px 5px 5px -5px rgba(0,0,0,0.2);
	border-top: 3px solid #818A90;
	border-bottom: 3px solid #818A90;
}
.box-topic-collection.jobboerse .btnSmall {
	margin-top: 10px;
	margin-left: 5px;
}
.box-topic-collection.jobboerse .post {
	margin-bottom: 18px !important;
}
.box-topic-collection.jobboerse .city {
	color: #5F6971;
}
.box-topic-collection.jobboerse .company-wrapper {
	display: block;
	background: #fff; 
	height: 100%; 
	padding: 10px; 
	box-sizing: border-box;
	color: #000;
}
.box-topic-collection.jobboerse .company-wrapper:hover, 
.box-topic-collection.jobboerse .company-wrapper:hover .city, 
.box-topic-collection.jobboerse .company-wrapper:hover h4 {
	color: #393;
}
.box-topic-collection.jobboerse h4 {
	word-wrap: break-word;
	color: #1B232A;
	margin: 0px;
}
.box-topic-collection.jobboerse .company-wrapper .company-logo {
	display: block;
	text-align: center;
}
.box-topic-collection.jobboerse .company-logo img {
	max-width: 75%;
	margin-bottom: 5px;
}
@media (min-width: 1260px) {	
	.box-topic-collection.jobboerse .post {
		
	}
}
@media (min-width: 1600px) {	
	.box-topic-collection.jobboerse .post {
		margin-bottom: 20px !important;
	}
}
.server-error .image-stage.canvas {
	background: url(/assets/img/error.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 80px;
	padding-bottom: 60px;
	background-position: bottom center;
}
.server-error .image-stage h1 {
	color: #fff;
	text-shadow: 0px 0px 11px #000;
}
.server-error h1 strong {
	font-size: 15px;
	display: block;
}
.server-error .image-stage.navigation {
	margin-top: -60px;
}
/* tabellen */
.DWDL_tabelle {
	width: 100%;
	border-spacing: 0;
	font-size: 0.8em;
}
.DWDL_tabelle td {
	padding: 0 5px;
}
.DWDL_tabelle tr.headline td, .DWDL_tabelle th {
	color: #393;
    font-weight: 500;
    border-bottom: 3px solid #393;
    vertical-align: bottom;
    text-align: left;
    background: #fff !important;
}
.DWDL_tabelle tr.headline.grey td {
	color: #818A90;
    border-bottom: 3px solid #a4aeb5;
    background: #fff;
}
.DWDL_tabelle tr.row_grey td, .DWDL_tabelle tr:nth-child(even) td {
	background: #EDEEED;
}
.DWDL_tabelle.invert tr:nth-child(even) td, .DWDL_tabelle.no-alternate:nth-child(even) tr td, .DWDL_tabelle.no-alternate:nth-child(odd) tr td {
	background: #fff;
}
.DWDL_tabelle.invert tr:nth-child(odd) td {
	background: #EDEEED;
}
.DWDL_tabelle .channelicon {
	vertical-align: middle;
}
.DWDL_tabelle .channelicon img  {
	display: block;
	margin: 3px 0;
}
.DWDL_tabelle .channelicon img.w30  {
	max-width: 30px;
}
.infobox {
	border-bottom: 1px solid #CDE6CD;
    border-top: 1px solid #CDE6CD;
    padding: 10px;
    margin-left: 0;
    margin-right: 0;
    margin: 0 0 20px 0; 
    box-shadow: -1px 2px 9px -5px rgba(205,230,205,1);
}
.infobox.warning {
	border-bottom-color: #E0CB04;
	border-top-color: #E0CB04;
	box-shadow: -1px 2px 9px -5px rgba(255,231,0,1);
}
.infobox.warning i {
	color: #FFE700;
    vertical-align: sub;
    margin-right: 5px;
}
.infobox i {
	font-size: 30px;
}
hr {
	border: none;
    border-bottom: 1px solid;
    margin: 20px 0 20px 0;
    border-color: #E8E9E9;
}
.tab-box .tab-header {
	border-bottom: 1px solid #CDE6CD;
}
.tab-box .tab-header span {
	border-bottom: 3px solid transparent; 
	display: inline-block; 
	margin: 0 20px 0 0; 
	padding: 0 10px 5px 10px;
	cursor: pointer;
	transition: .2s all;
	color: #393;
}
.tab-box .tab-header span:hover {
	border-bottom-color: #393;
}
.tab-box .tab-header span.active {
	border-bottom: 3px solid #363;
	color: #363; 
}
.tab-content {
	display: none;
}
.tab-content.active {
	display: block;
}
/* einschaltquoten & marktanteile */
.box-topic-collection.einschaltquoten {
	border-top: 3px solid #393;
	border-bottom: 3px solid #393;
}
.box-topic-collection.einschaltquoten .col-4 p {
	line-height: 130%;
	font-size: 0.8em;
	margin: 1em 0 0 0;
}
.chart-marketshares {
	width: 100%;
	margin-top: 10px;
}
.chart-marketshares .bar {
	width: 25px;
	margin: 0 auto;
}
.chart-marketshares td {
	text-align: center;
	font-size: 0.8em;
}
.einschaltquoten .row .col-4 {
	border-right: 1px solid #E8E9E9;
}
.einschaltquoten .row .col-4:last-child {
	border-right: none;
}
.top20-shows {
	width: 100%;
}
.top20-shows {
	font-size: 0.8em;
	line-height: 170%;
	margin-bottom: 10px;
	margin-top: 10px;
	border-spacing: 0;
}
.top20-shows tr td {
	margin: 0;
	padding: 0 2px;
	border-bottom: 1px solid #E8E9E9;
}
.top20-shows tr:last-child td{
	border-bottom: 0px;
}
.top20-shows .channel {
	width: 25px;
	display: block;
}
.top20-shows .show {
	white-space: nowrap;
    overflow: hidden;
    max-width: 110px;
    text-overflow: ellipsis;
}
.top20-shows .viewer{
	text-align: right;
}
.top20-shows .share { 
	text-align: right;
}
@media (min-width: 1260px) {
	.chart-marketshares .bar {
		
	}
}
@media (min-width: 1600px) {
	.chart-marketshares .bar {
		width: 40px;
	}
}
/** ÜberMedien **/ 
.box-topic-collection.uebermedien {
	border-top: 3px solid #5242FF;
	border-bottom: 3px solid #5242FF;
	box-shadow: 0px 5px 5px -5px rgba(82,66,255,0.2);
}
.box-topic-collection.uebermedien a, .box-topic-collection.uebermedien .roofline {
	color: #5242ff;
}
.box-topic-collection.uebermedien .roofline {
	transform: skew(0);
	padding-left: 0;
}
.uebermedien .about p, .uebermedien .about img {
	padding-left: 5px;
}
.box-topic-collection.uebermedien a h3 {
	color: #000;
}
.box-topic-collection.uebermedien a:hover h3 {
	color: #5242ff;
}
.box-topic-collection.uebermedien h2:before {
	background: #5242ff !important;
}
.box-topic-collection.uebermedien .teaser img {
	width: 100%;
	height: 150px;
	object-fit: cover;
}
@media (min-width: 1600px) {
	.box-topic-collection.uebermedien .teaser img {
		height: 200px;
	}
}
/**  reihen **/
.box-topic-collection.series {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 0 -30px;
	border-width: 3px 0;
	border-style: solid;
}
.box-topic-collection.series .series-logo img {
	height: 34px;
	margin: 20px 0;
}
.box-topic-collection.series .sponsor-logo img {
	vertical-align: middle;
    max-height: 60px;
    max-width: 160px;
    margin-top: 5px;
}
.box-topic-collection .sponsor {
	width: 100%; 
	display: block; 
	margin-left: auto; 
	margin-right: auto;
} 
.box-topic-collection.series .dwdl-series {
	background: #fff;
	padding: 5px;
}
@media (min-width: 1260px) {
	
}
@media (min-width: 1600px) {
	
}
/* contact form toolkit */
#contact-form-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999;
	background: rgba(0,0,0,0.7);
	display: none;
}
#contact-form-wrapper .contact-form-body {
	max-width: 600px;
	background: #fff;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0px 5px 5px -5px rgba(0,0,0,0.5);
	box-sizing: border-box;
	position: relative;
    max-height: calc( 100vh - 50px );
    overflow-y: auto;
    overflow-x: hidden;
    padding: 20px;
}
#contact-form-wrapper .close {
	cursor: pointer;
    color: #7e8b96;
    position: absolute;
    right: 10px;
    top: 10px;
	font-size: 30px;
}
#contact-form-wrapper input, #contact-form-wrapper textarea {
	width: 100%;
	box-sizing: border-box;
}
#contact-form-wrapper input.warning, #contact-form-wrapper textarea.warning {
	border-color: #D90042;
}
#contact-form-wrapper input[name=Cposition] {
	width: 60px;
    vertical-align: initial;
}
#contact-form-wrapper textarea {
	height: 200px;
    white-space: pre-wrap;
}
#contact-form-wrapper table {
	width: 100%;
}
#contact-form-wrapper table .labels {
	width: 150px;
}
#contact-form-wrapper h2 {
	margin-bottom: 20px;
}
@media (min-width: 1260px) {
	#contact-form-wrapper .contact-form-body {
		
	}
}
@media (min-width: 1600px) {
	
}
/** ad positioning / dummy ads **/
.ad-leaderboard {
	margin: 0 auto; 
	text-align: center;
	min-width: 990px;
}
.ad-leaderboard.wallpaper {
	min-width: 0;
	width: 728px; 
	margin-right: -30px; 
	margin-left: auto;
	text-align: right;
}
.ad-fullpage > div:first-child {
	margin-bottom: 18px !important;
}
@media (min-width: 1260px) {	
	
}
@media (min-width: 1600px) {
	.ad-fullpage > div:first-child {
		margin-bottom: 20px !important;
	}
}
/** special **/
.special.mipcom {
	background-image: url('../img/bullet-2383FF.svg');
	background-size: 400px;
	background-repeat: no-repeat;
	background-position: -60px -100px;
}
.special.mipcom h2, .special.mipcom a:hover, .special.mipcom .roofline, .special.mipcom a.read-more.section {
	color: #2383FF;
}
.special.mipcom .section-header:before {
	background-color: #2383FF;
}

.jrb-header {
color: #dcb429; margin-bottom:10px }
.jrb-header h4 { color:#dcb429;}
.jrb-header:before {
    display: inline-block;
    width: 17px;
    transform: skew(-7deg);
    height: 17px;
    content: ' ';
    margin-right: 10px;
	background-color: #dcb429;
}

.youtube {
  position: relative; 
  /*padding-bottom: 56.25%; /* ratio 16x9 */
  height: 287px !important; 
  overflow: hidden; 
  width: 100%;
  height: auto;
}
.youtube iframe {

  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
}
.tt2 p {margin-bottom:20px;}