﻿#btn_feedback {
	text-align: center;
	background: #C9CCC9;
	padding: 2px 8px;
}

#btn_feedback a {
	display: block;
	width: 214px;
	height: 40px;
	margin: 0 auto;
	padding: 0;
	background: transparent url(/sites/mainweb/img/mobile/btn_feedback.png) center center no-repeat;
	color: #FFFFFF;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 40px;
	white-space: nowrap;
}

.tl {
	display: block;
	margin: 0 0 0.2727em;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0.0909em;
	line-height: 1em;
}

#section_title {
	margin: 0;
	padding: 6px 8px 5px;
	border-bottom: 1px solid rgba(0,0,0,.05);
	background: rgba(0,0,0,.05);
	color: #666666;
	color: rgba(0,0,0,.65);
	font-size: 13px;
	font-weight: bold;
	line-height: 100%;
}

.guide {
	width: auto;
	height: auto;
	color: #FFFFFF;
	font-size: 10px;
	z-index: 100;
}

#screen {
	position: relative;
	width: 100%;
	max-width: 1024px;
}

#header {
	position: relative;
	height: 50px;
	border-style: solid;
	border-width: 0 0 1px;
}

#logo {
	float: left;
	padding: 0;
	color: #FFFFFF;
	font: 11px helvetica,arial,sans-serif;
	font-weight: bold;
	line-height: 20px;
	background: none;
}

#logo strong {
	display: block;
	position: absolute;
	left: -3000px;
}

#logo a {
	display: block;
	padding: 15px 8px 15px 15px;
	height: 20px;
}

#channel {
	margin: 0 100px 0 0;
	height: 50px;
	font: 13px/50px arial, sans-serif;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #343434;
}

#channel span {
	font-size: 18px;
	line-height: 20px;
	margin-right: 8px;
}

#channel a {
	text-decoration: none;
	white-space: nowrap;
	color: #343434;
}

#menu-guide {
	position: absolute;
	right: 35px;
	top: 6px;
	width: 91px;
	height: 30px;
	background-image: url(/sites/mainweb/img/mobile/bg_menu-guide.png);
	background-position: 0 50%;
	background-repeat: no-repeat;
}

#menu-guide a {
	display: block;
	margin: 4px 10px 4px 4px;
	color: #FFFFFF !important;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	line-height: 22px;
}

#btn_mainmenu,
#btn_login,
#btn_usermenu {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	padding: 0;
	opacity: 1;
	border: none;
	background: transparent !important;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

#btn_login,
#btn_usermenu {
	right: 50px;
}

#btn_login::after,
#btn_usermenu::after {
	background: rgba(0, 0, 0, 0.1);
	bottom: 12px;
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 12px;
	width: 1px;
}

#btn_mainmenu span,
#btn_login span,
#btn_usermenu span {
	display: block;
	width: 100%;
	height: 100%;
}

#btn_mainmenu em,
#btn_login em,
#btn_usermenu em {
	display: none;
}

#btn_login.hidden,
#btn_usermenu.hidden {
	display: none;
}

.header-icon svg {
	fill: #343434;
}

#content {
	clear: both;
	visibility: visible;
	position: relative;
}

/* USERMENU */
#usermenu {
	background-color: rgba(45, 45, 45, 0.97);
	box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.4);
	width: 100%;
	opacity: 1;
	transition: opacity 0.25s;
	visibility: visible;
	padding: 12px;
	color: rgba(255, 255, 255, 0.7);
	box-sizing: border-box;
	position: absolute;
	top: 50px;
	z-index: 32;
	font-size: 1.4em;
	line-height: 140%;
	display: none;
}

#usermenu.active {
	display: block;
}

#usermenu::before {
	border-color: transparent transparent rgba(45, 45, 45, 0.97) transparent;
	border-style: solid;
	border-width: 0 7px 7px;
	content: '';
	height: 0;
	margin: 0 auto;
	position: absolute;
	top: -6px;
	width: 0;
	right: 68px;
}

#usermenu .usermenu-username {
	color: #fff;
}

#usermenu .usermenu-logout {
	text-align: right;
	margin-top: 20px;
}

#usermenu .usermenu-logout a {
	color: #fff;
	text-decoration: underline;
}

/* SETTINGS / NAVIGATION / VERSIONS */

#mainmenu {
	float: left;
	position: relative;
	width: 100%;
	border-bottom-style: solid;
	border-bottom-width: 4px;
}

#mainmenu-settings {
	float: left;
	width: 100%;
	background: rgba(0,0,0,.2);
	color: #333;
	font-size: 11px;
}

#mainmenu-settings ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

#mainmenu-settings li {
	float: left;
	width: 100%;
	margin: 0;
	padding: 4px 0;
	border-bottom: 1px solid rgba(255,255,255,.4);
}

#mainmenu-settings .label {
	display: block;
	float: left;
	margin: 0 0 0 8px;
	line-height: 20px;
	font-weight: bold;
}

#mainmenu-settings .button {
	float: right;
	margin: 0 8px 0 0;
	padding: 0;
	line-height: 20px;
}

#mainmenu-settings .button.toggle span {
	float: left;
	display: block;
	margin: 1px;
	padding: 0 4px;
	font-weight: bold;
	line-height: 18px;
	color: #333;
	background: #FFF;
	opacity: 1;
}

#screen.normal #btn_toggle_fontsize .large,
#screen.large #btn_toggle_fontsize .normal {
	font-weight: normal;
	color: #ccc;
	background: transparent;
}

#mainmenu-tabs {
	position: relative;
	float: left;
	width: 100%;
	padding: 4px 0 0;
	background: #000;
}

#mainmenu-tabs ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

#mainmenu-tabs li {
	float: left;
	margin: 0;
	padding: 0;
}

#mainmenu-tabs a {
	display: block;
	padding: 0 8px;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 27px;
	color: #fff;
}

#mainmenu-tabs li.tab.app {
	float: right;
}

#mainmenu-tabs .tab.app a {
	height: 23px;
	margin-right: 8px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	line-height: 23px;
	color: #333;
	background: #ccc;
}

#mainmenu-tabs a:hover {
	text-decoration: none;
}

#mainmenu.sections .tab.sections a,
#mainmenu.versions .tab.versions a {
	background: #333333;
	color: #FFFFFF;
}

#mainmenu-menus {
	position: relative;
	clear: left;
}

#mainmenu.closed,
#mainmenu .menu {
	display: none;
}

#mainmenu.sections #sections.menu,
#mainmenu.versions #versions.menu {
	display: block;
}

.menu {
	background: #333333;
}

.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid rgba(0,0,0,.5);
}

.menu a {
	display: block;
	width: 100%;
}

.menu a:hover {
	text-decoration: underline;
}

.menu a span {
	display: block;
}

.menu a em {
	line-height: 0.8em;
}

.menu li a {
	overflow: hidden;
	white-space: nowrap;
	font-size: 1.3em;
	line-height: 100%;
	color: #FFFFFF;
}

.menu li a.active {
	font-weight: bold;
}

.menu li a span {
	padding: 8px 16px;
}

.menu li#nav_suchergebnis a span::after,
#mainmenu-tabs .tab.app.newbadge a::after {
	content: 'NEU';
	background-color: #ed827a;
	color: #fff;
	font-size: 8px;
	font-weight: bold;
	margin: 1px 2px 0 4px;
	padding: 2px 3px 2px 4px;
	text-transform: uppercase;
	box-shadow: inset 0 0 1px rgba(255,255,255,0.5);
	position: relative;
	top: -1px;
}

#sections {
	float: left;
	position: relative;
	width: 100%;
	padding: 1px 0 0;
	background-color: #333333;
}

#sections .bg {
	position: absolute;
	left: 50%;
	top: 0;
	right: 0;
	bottom: 0;
}

#sections .cols {
	float: left;
	position: relative;
	width: 100%;
	z-index: 10;
}

#sections .col {
	float: left;
	width: 50%;
}

#sections .toplevel {
	background: #333333;
}

#sections .toplevel a.active span {
	background: rgba(0,0,0,.4);
}

#sections .sublevel {
	height: 100%;
}

#sections strong {
	display: block;
	padding: .2em 8px;
	background: #333333;
	color: #FFFFFF;
}

#sections a.active,
#sections .sublevel a {
	color: #000;
}

#versions li {
	background: url(/sites/mainweb/img/mobile/icn_arrow_right.png) 100% 50% no-repeat;
}

#versions li.active {
	background: #888 url(/sites/mainweb/img/mobile/icn_checkmark.png) 4px 50% no-repeat;
}

#versions li.active a {
	font-weight: bold;
}

/* BREADCRUMB v1 */

#breadcrumb {
	position: relative;
	width: 100%;
	overflow: hidden;
	border-style: solid;
	border-color: #000000;
	border-width: 1px 0;
	background: #333;
}

#breadcrumb ol {
	float: left;
	position: relative;
	width: 100%;
	height: 30px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#breadcrumb li {
	float: left;
	width: auto;
	margin: 0;
	padding: 0;
	background-image: url(/sites/mainweb/img/mobile/breadcrumb_seperator3.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
}

#breadcrumb li:last-child {
	background-image: none;
}

#breadcrumb li.hidden {
	width: 12px;
	overflow: hidden;
}

#breadcrumb a {
	display: block;
	width: auto;
	color: #FFF;
}

#breadcrumb li:first-child a {
	width: 38px;
	height: 30px;
	background-image: url(/sites/mainweb/img/mobile/icn_home.png);
	background-position: 5px 50%;
	background-repeat: no-repeat;
	opacity: .8;
}

#breadcrumb li:last-child a {
	padding-right: 8px;
}

#breadcrumb li span {
	display: block;
	max-width: 100px;
	overflow: hidden;
	margin: 0 12px 0 0;
	text-overflow: ellipsis;
	line-height: 30px;
	white-space: nowrap;
}

#breadcrumb li:first-child a span {
	display: none;
}

/* SITE SEARCH UI */

#search {
	float: left;
	width: 100%;
	padding: 8px 0;
	background: #333333;
	border-style: solid;
	border-width: 1px 0;
	border-top-color: #666666;
	border-bottom-color: #000000;
}

#search form {
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0 8px;
}

#search input {
	float: left;
	width: 70%;
	height: 27px;
	margin: 0;
	padding: 0;
	font: 14px/100% arial,sans-serif;
	border: none;
	border-bottom: 2px solid rgba(0,0,0,.5);
	-webkit-appearance: none;
	border-radius: 0;
}

#search input.label {
	color: #666666;
}

#search button {
	float: right;
	width: 30%;
	height: 30px;
	margin: 0;
	overflow: hidden;
	text-align: center;
	line-height: 26px;
}

/* CUSTOMIZATION / LOGOUT */

#customization {
	clear: left;
	padding: 8px;
	border-top: 1px solid #666666;
	background: #333333;
	text-align: center;
}

#customization .button {
	width: 49%;
	height: 30px;
	max-width: 200px;
	margin: 0;
	line-height: 30px;
}

#customization .button span {
	display: block;
	background-position: 0 center;
	background-repeat: no-repeat;
}

#btn_versions {
	float: left;
}

#btn_channels {
	float: right;
}

#btn_versions span {
	background-image: url(/sites/mainweb/img/mobile/icn_versions.png);
}

#btn_channels span {
	background-image: url(/sites/mainweb/img/mobile/icn_channels.png);
}

#logout {
	clear: left;
	padding: 0 8px 8px;
	background: #333333;
	text-align: center;
}

#btn_logout {
	width: 49%;
	height: 30px;
	max-width: 140px;
	margin: 0 auto;
	line-height: 30px;
}

#btn_logout span {
	display: block;
	background: url(/sites/mainweb/img/mobile/icn_logout.png) 6px center no-repeat;
}

#footer {
	clear: both;
	padding: 16px 8px 96px;
	border-top: 1px solid #666666;
	background-color: #444444;
	font-size: 11px;
	line-height: 100%;
	color: #999999;
}

#footer p {
	margin: .8em 0 0 0;
	line-height: 120%;
}

#footer a {
	color: #FFFFFF !important;
}

/* HUD Navigation */
.HUD {
	display: none;
}

.fixed-supported .HUD {
	display: block;
	position: fixed;
	top: auto;
	bottom: 28px;
	width: 40px;
	height: 40px;
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
	-webkit-transition-property: left, right;
	-webkit-transition-duration: 0.5s;
	-moz-transition-property: left, right;
	-moz-transition-duration: 0.5s;
	-o-transition-property: left, right;
	-o-transition-duration: 0.5s;
	transition-property: left, right;
	transition-duration: 0.5s;
	z-index: 100;
}

.fixed-supported .HUD:active {
	background-color: #fff;
}

.fixed-supported #HUD_back {
	left: -40px;
	background-image: url(/sites/mainweb/img/mobile/btn_hud_back.png);
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
}

.fixed-supported #HUD_top {
	right: -40px;
	background-image: url(/sites/mainweb/img/mobile/btn_hud_top.png);
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
}

.fixed-supported #body[data-hud-mode="on"] #HUD_back {
	left: 0px;
}

.fixed-supported #body[data-hud-mode="on"] #HUD_top {
	right: 0px;
}

/* PAGING */

.paging {
	clear: both;
	position: relative;
	width: 100%;
	height: 30px;
	margin: 0;
	border-style: solid;
	border-width: 0;
	background: #333333;
	text-align: center;
	font-size: 1.1em;
	line-height: 30px;
	color: #CCCCCC;
}

.paging.top {
	border-width: 0 0 1px;
}

.paging.bottom {
	border-width: 1px 0 0;
	margin-bottom: 15px;
}

.paging .orientation {
	margin: 0 41px;
	font-size: 11px;
	line-height: 30px;
}

.paging .orientation strong {
	font-weight: normal;
}

.paging button {
	position: absolute;
	top: 0;
	width: 40px;
	height: 30px;
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.paging button.previousPage,
.paging button.firstPage {
	border-width: 0 1px 0 0;
}

.paging button.nextPage,
.paging button.lastPage {
	border-width: 0 0 0 1px;
}

.paging button.nextPage {
	right: 0;
}

.paging button.previousPage {
	left: 0;
}


/* BROWSING */
.browsing {
	float: left;
	width: 100%;
	margin-bottom: 1em;
}

.browsing .button {
	line-height: 22px;
	height: 22px;
}

.browsing a {
	display: block;
	color: #fff;
	font-size: 12px;
	white-space: nowrap;
}

.browsing .button.left {
	width: 104px;
	float: left;
}

.browsing .button.left a {
	background: transparent url(/sites/mainweb/img/mobile/icn_arrow_left_01.png) no-repeat 0 50%;
	text-align: right;
	margin-right: 4px;
}

.browsing .button.right {
	width: 98px;
	float: right;
}

.browsing .button.right a {
	background: transparent url(/sites/mainweb/img/mobile/icn_arrow_right.png) no-repeat right 50%;
	text-indent: 4px;
	text-align: left;
}

/* FEEDBACK */
#feedback {
	padding: 8px;
	font-size: 1.1em;
}

#feedback.error {
	background: #990000;
	color: #FFFFFF;
}

#feedback.success {
	background: #006400;
	color: #FFFFFF;
}

#feedback a {
	text-decoration: underline;
	color: #FFFFFF !important;
}

/* THEATER */
/*
body.photo-mode
{
	background:#000 !important;
}
*/

body.photo-mode {
}

#theater {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow-x: hidden;
	background: #000000;
	z-index: 500;
}

#button-theater-close {
	position: absolute;
	right: 8px;
	top: 8px;
	padding: 4px 8px;
	border-color: #444444 !important;
	z-index: 100;
}

#theater-slider {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	-webkit-transition-property: left;
	-webkit-transition-duration: .5s;
	-webkit-transition-timing-function: ease-out;
}

#theater .entry {
	position: absolute;
	height: 100%;
}

#theater .entry .v {
	width: 100%;
	height: 100%;
	text-align: center;
	font: 0px/0px monospaced;
}

#theater .entry .v img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	margin: auto;
}

#theater .video {
	background: transparent url('/sites/mainweb/img/ui/icn_play.png') no-repeat center center;
	display: block;
	min-width: 69px;
	min-height: 47px;
}

#theater .video img {
	z-index: -1;
	position: relative;
}

#theater .entry .page-info {
	position: absolute;
	left: 8px;
	bottom: 4px;
	padding: 8px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: rgba(0,0,0,.8);
	color: #FFFFFF;
	font-size: 1.2em;
	line-height: 100%;
}

#theater .entry .description {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: rgba(0,0,0,.8);
	border-top: 1px solid rgba(255,255,255,.6);
	color: #FFFFFF;
	font-size: 1.75em;
	line-height: 140%;
	z-index: 10;
}

#theater.with-text .description {
	height: auto;
	max-height: 50%;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

#theater.without-text .page-info,
#theater.with-text .description,
#theater.with-text #button-theater-close {
	display: block;
}

#theater.with-text .page-info,
#theater.without-text .description,
#theater.without-text #button-theater-close {
	display: none;
}

#theater .description .info {
	margin: 0 0 8px;
	padding: 10px 8px;
	border-bottom: 1px solid rgba(255,255,255,.6);
	font-size: 0.813em;
	line-height: 100%;
}

#theater .description .page {
	float: left;
	width: 30%;
}

#theater .description .credits {
	float: right;
	width: 70%;
	color: #CCC !important;
	text-align: right;
}

#theater .description .credits a {
	color: #CCC !important;
}

#theater .entry .text {
	clear: both;
	margin: 8px;
}

#theater .entry .text p {
	margin: 0;
}

/* Text Zooms */

.normal #stories,
.normal #story,
.normal #forum,
.normal #searchresult .entry {
	font-size: 1.1em;
}

.large #stories,
.large #story,
.large #forum,
.large #searchresult .entry {
	font-size: 1.5em;
	line-height: 110%;
}

.tracking {
	position: absolute;
	top: -1000px;
	width: 0;
	height: 0;
}

/* RETINA */

@media (-webkit-min-device-pixel-ratio: 2) {
	#btn_reload {
		background-image: url(/sites/mainweb/img/mobile/btn_reload@2x.png);
		background-size: 8px 10px;
	}

	#hud-back {
		background-image: url(/sites/mainweb/img/mobile/btn_hud_back@2x.png);
		background-size: 40px 40px;
	}

	#hud-top {
		background-image: url(/sites/mainweb/img/mobile/btn_hud_top@2x.png);
		background-size: 40px 40px;
	}

	.verified-identity-link.verified-identity {
		background-image: url(/sites/mainweb/img/ui/sprite_verified-identity@2x.png);
		background-size: 12px 11px;
	}
}

#homescreenhint {
	position: absolute;
	top: 0;
	width: 294px;
	height: 102px;
	z-index: 9000;
	-webkit-transition: top .7s ease-out, left .7s ease;
}

#homescreenhint.portrait {
	left: 15px;
}

#homescreenhint.landscape {
	left: 100px;
}

#homescreenhint canvas {
	position: absolute;
	top: 0;
	left: 0;
}

#homescreenhint p {
	position: absolute;
	top: 15px;
	left: 13px;
	bottom: 0;
	right: 13px;
	margin: 0;
	color: #fff;
	font-size: 13px;
}

#homescreenhint strong {
	display: block;
	margin-bottom: 2px;
}

#homescreenhint span {
	display: inline-block;
	width: 24px;
	height: 18px;
	background: transparent url(/sites/mainweb/img/ui/icn_ios-action.png) no-repeat center left;
}

#homescreenhint .dismiss {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 16px;
	height: 16px;
	background: transparent url(/sites/mainweb/img/ui/icn_close-x.png) no-repeat center center;
}

/* Chrome Push Hint */
#hint-push-service {
	position: relative;
	background: #ec008c;
	opacity: 1;
	transition: opacity 500ms linear;
	padding: 8px 0;
}

#hint-push-service.fade {
	opacity: 0;
}

#hint-push-service a {
	display: block;
	max-width: 225px;
	margin: 0 auto;
	font-size: 11px;
	line-height: 120%;
	text-align: center;
	color: #fff;
}

#hint-push-service #hint-close {
	position: absolute;
	display: block;
	width: 42px;
	height: 42px;
	top: 0;
	right: 0;
	cursor: pointer;
}

#hint-push-service #hint-close:before {
	content: "";
	position: absolute;
	top: 11px;
	right: 50%;
	display: block;
	width: 2px;
	height: 18px;
	transform: rotate(-45deg);
	background: #fff;
}

#hint-push-service #hint-close:after {
	content: "";
	position: absolute;
	top: 11px;
	right: 50%;
	display: block;
	width: 2px;
	height: 18px;
	transform: rotate(45deg);
	background: #fff;
}

/* Hint App-Upgrade */

#hint-app-upgrade {
	background: rgba(0,0,0,.9);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	z-index: 150;
}

#hint-app-upgrade > div {
	background: #FDC732;
	position: fixed;
	top: 10px;
	bottom: 10px;
	left: 10px;
	right: 10px;
	font-size: 13px;
	line-height: 120%;
	box-shadow: 0px 0px 4px 4px rgba(0,0,0,.20);
	background-size: 110px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

#hint-app-upgrade div div {
	padding: 10%;
}

#hint-app-upgrade strong {
	display: block;
	margin: 4px 0 10px 0;
	font-size: 17px;
}

#hint-app-upgrade span {
	position: absolute;
	display: block;
	width: 42px;
	height: 42px;
	top: 0;
	right: 0;
	cursor: pointer;
}

#hint-app-upgrade span::before,
#hint-app-upgrade span::after {
	content: "";
	position: absolute;
	top: 11px;
	right: 50%;
	display: block;
	width: 2px;
	height: 18px;
	background: #000;
}

#hint-app-upgrade span::before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#hint-app-upgrade span::after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#hint-app-upgrade a {
	display: block;
	padding: 10px;
	background: #000;
	color: #FFF;
	margin-top: 15px;
	text-decoration: none;
	text-align: center;
}

/* OVERLAY */
#dim {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #000;
	opacity: 0.6;
	z-index: 9000;
}

#modal-window {
	position: absolute;
	top: 10px;
	bottom: 0;
	left: 0;
	right: 0;
	background: #E0E3E0 url('/sites/mainweb/img/ui/preloader.gif') no-repeat center;
	font-size: 1.3em;
	z-index: 9500;
	box-shadow: 0 0 5px 0 #000;
}

#modal-window .content {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

#modal-window .close {
	position: absolute;
	top: 0px;
	right: 18px;
	width: 35px;
	height: 35px;
	border-width: 0;
	background: url("/sites/mainweb/img/ui/icn_close_dialog.png") no-repeat scroll left top transparent;
	background-color: transparent !important;
	z-index: 10000;
}

/* Promotion-Kennzeichnung */
#story .promotionMarker {
	margin: -16px 0 16px;
}

.promotionMarker {
	background-color: #336633;
	height: 24px;
	color: #FFF;
	width: 100%;
	text-align: center;
}

.promotionMarker span {
	display: block;
	font-size: 10px;
	line-height: 24px;
}

.promotionMarker span em {
	text-transform: uppercase;
	font-style: normal;
	letter-spacing: 1px;
}

.greenlife-badge {
	display: block;
	position: absolute;
	right: 5px;
	margin-top: 4px;
	height: 16px;
	width: 16px;
	border: none;
	z-index: 1;
}

.verified-identity-link {
	display: none;
}

.verified-identity-link.verified-identity {
	width: 12px;
	height: 12px;
	display: block;
	float: left;
	background-image: url(/sites/mainweb/img/ui/sprite_verified-identity.png);
	background-repeat: no-repeat;
	margin-top: 1px;
}

#forumloading {
	margin-top: 8px;
	text-align: center;
}

/* Ratinglog Mobil */
.rating-log {
	width: 100%;
	max-height: 99px;
	overflow: auto;
	background-color: rgba(255, 255, 255, 0.4);
	border-width: 1px 0 1px 0;
	border-style: solid;
	margin-bottom: -1px;
}

.rating-log table {
	width: 100%;
	margin: 0;
	border-collapse: collapse;
	table-layout: fixed;
}

.rating-log td {
	vertical-align: top;
	padding: 0;
}


.rating-log td.count {
	padding: 0 4px;
	width: 10%;
	max-width: 50px;
	text-align: left;
	font-size: 11px;
	line-height: 21px;
	font-weight: bold;
}

.rating-log td.count span {
	font-weight: normal;
	font-size: 11px;
}

.rating-log td.list {
	width: 50%;
	border-left: 1px solid rgba(0,0,0,.2);
}

.rating-log td.list:first-child {
	border-left: 0;
}

.rating-log td.list tr {
	border-bottom: 1px solid rgba(0,0,0,.2);
	width: 100%;
}

.rating-log td.list tr:last-child {
	border-width: 0;
}

.rating-log td.count.down {
	background-color: rgba(204,0,0,.8) !important;
	color: #FFFFFF;
	border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.rating-log td.count.up {
	border-left: 1px solid rgba(0,0,0,.2);
	color: #fff;
	background-color: rgba(45, 161, 6, .8) !important;
	border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.rating-log td.follower {
	text-align: right;
}

.rating-log td.user {
	width: 85%;
}

.rating-log td.follower {
	width: 15%;
}

.rating-log td.user,
.rating-log td.follower {
	font-size: 12px;
	line-height: 19px;
	padding: 0 4px;
	vertical-align: middle;
}

.rating-log td.follower .utools {
	margin-left: 0;
	float: right;
}

.rating-log td.follower a.follow {
	line-height: 11px;
	background: transparent url(/sites/mainweb/img/ui/icn_follow-sprite2_mirror_01.png) no-repeat right -22px;
	padding: 0px 17px 0 4px;
	margin-right: 0;
	color: #fff;
}

.rating-log td.follower a.follow.unfollowed {
	background-position: right top;
	text-indent: 10000px;
}

.rating-log td.follower a.follow:hover {
	background-position: right -33px;
	text-decoration: none;
}

.rating-log td.follower a.follow.unfollowed:hover {
	background-position: right -11px;
}

.rating-log td.user a {
	float: left;
	display: block;
	max-width: 88%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 12px !important;
}

.rating-log a.employee {
	color: #EC008C;
}

.rating-log .user-badge {
	float: right;
}


/* User-Badge */
.user-badge {
	display: block;
	line-height: 9px;
	padding: 0 5px;
	vertical-align: middle;
	font-size: 9px;
	height: 9px;
	border: 1px solid rgba(0,0,0,0.2) !important;
	border-top: 1px solid rgba(0,0,0,0.4) !important;
	background-color: rgba(0,0,0,0.3);
	box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
	color: #fff;
	font-family: Arial, Helvetica Neue, sans-serif;
}

.user-badge span {
	color: #fff;
}

.user-badge.unfollowed {
	display: none;
}

.followed-posting .postinghead .user-badge,
.followed-posting .follow {
	background-color: #51aded;
	border: 1px solid #419cda;
	color: #fff;
}

/* Livepulse */

@-webkit-keyframes dst_animation_pulseicon {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@-moz-keyframes dst_animation_pulseicon {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@-o-keyframes dst_animation_pulseicon {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes dst_animation_pulseicon {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.livereport.live .livepulse {
	width: 13px;
	height: 12px;
	left: 39px;
	top: 1px;
	background: #fff;
}

.livereport.live .livepulseicon {
	width: 4px;
	height: 4px;
	border-radius: 4px;
	background: #E2017B;
	top: 4px;
	left: 5px;
	-webkit-animation: dst_animation_pulseicon 2s infinite; /* Safari 4+ */
	-moz-animation: dst_animation_pulseicon 2s infinite; /* Fx 5+ */
	-o-animation: dst_animation_pulseicon 2s infinite; /* Opera 12+ */
	animation: dst_animation_pulseicon 2s infinite; /* IE 10+, Fx 29+ */
}

.livereport.forumplus .livepulseicon {
	display: none;
}

/* Livepulse END */

.visual.video,
.visual.live,
.visual.feature,
.visual.inPreparation,
.visual.finished {
	position: relative;
}

.visual.video::after,
.visual.live::after,
.visual.feature::after,
.visual.inPreparation::after,
.visual.finished::after {
	display: block;
	position: absolute;
	color: #FFF;
	font-size: 10px;
	line-height: 9px;
	padding: 2px 6px;
	left: 1px;
	top: 0;
	background-color: #E2017B;
	letter-spacing: 1px;
	font-weight: bold;
}

.visual.finished a::after,
.visual.inPreparation a::after {
	background-color: #630137;
	border: 1px solid #e2017b;
	box-sizing: border-box;
	color: #fff;
	font: bold 9px/12px arial,sans-serif;
	height: 13px;
	left: 38px;
	position: absolute;
	text-transform: uppercase;
	width: 62px;
	text-align: center;
}

.visual.forumplus a::after {
	left: 45px;
	width: 55px;
	line-height: 12px;
}

.visual.video::after {
	content: "VIDEO";
}

.visual.live::after,
.visual.livereport::after {
	content: "LIVE";
}

.visual.live.forumplus::after,
.visual.livereport.forumplus::after {
	content: "FORUM+";
	letter-spacing: normal;
}

.visual.livereport.forumplus.inPreparation::after,
.visual.livereport.forumplus.finished::after {
	padding: 2px;
}

.visual.feature::after {
	content: "FEATURE";
}

.visual.livereport.inPreparation a::after {
	content: "Vorschau";
}

.visual.livereport.finished a::after {
	content: "Nachlese";
}

.entry .visual a {
	display: block;
	font: 0px/0 monospaced;
}

.visual.livereport span {
	display: block;
	position: absolute;
	text-align: center;
	font-family: arial,sans-serif;
	font-weight: bold;
}

.visual.livereport a:hover,
.visual.livereport a:hover span {
	text-decoration: none;
}

.visual.live img,
.visual.livereport img {
	border-color: #E2017B;
}

/* Promotion */
#promotion {
	height: 52px;
	padding: 8px 0;
	overflow: hidden;
}

#promotion.app a {
	display: block;
	text-decoration: none;
	height: 100%;
	color: #FFF;
}

#promotion.app .text {
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 13px 8px 0;
	line-height: 110%;
	display: block;
}

#promotion.app .logo {
	float: left;
	width: 56px;
	height: 52px;
	margin: 0;
	background-repeat: no-repeat;
	background-position: center center;
}

#promotion.app.jobstandard .logo {
	background-image: url('/sites/mainweb/img/mobile/icn_jobstandard_40.png');
}

#promotion.app.immostandard .logo {
	background-image: url('/sites/mainweb/img/mobile/icn_immostandard_40.png');
}

#promotion.app .button {
	float: right;
	margin: 12px 8px 10px 0;
	padding: 0 19px 0 8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: url('/sites/mainweb/img/mobile/icn_arrow_triangle_left.png') no-repeat right center, -moz-linear-gradient(top, #566884, #394659);
	background: url('/sites/mainweb/img/mobile/icn_arrow_triangle_left.png') no-repeat right center, -ms-linear-gradient(top, #566884, #394659);
	background: url('/sites/mainweb/img/mobile/icn_arrow_triangle_left.png') no-repeat right center, -webkit-linear-gradient(top, #566884, #394659);
	background: url('/sites/mainweb/img/mobile/icn_arrow_triangle_left.png') no-repeat right center, linear-gradient(top, #566884, #394659);
	border: 1px solid #566884;
}

#promotion-banner {
	font: 0/0 monospace;
	border-style: solid;
	border-width: 1px 0 0;
	background: #333;
}

#promotion-banner img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

/* Job-, Immo-Teaser (Ressort) */
#jobimmo-teaser {
	display: -webkit-flex;
	display: flex;
	height: 30px;
}

#jobimmo-teaser a {
	display: inline-block;
	justify-content: space-between;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
	text-transform: uppercase;
	width: 50%;
}

#jobimmo-teaser a svg {
	height: 30px;
}

#jobimmo-teaser a > span {
	display: none;
}

#jobimmo-teaser a:first-of-type {
	background-color: #89AC5E;
	border-right: 1px solid rgba(0,0,0,.2);
}

#jobimmo-teaser a:nth-of-type(2) {
	background-color: #24869B;
}

/* Slots (Ressortslots, Recommendations) */
#content-slots.recommendations {
	border-bottom: 1px solid rgba(0,0,0,.4);
	font-size: 1.1em;
}

#content-slots.ressortslots {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

#content-slots.ressortslots .swiper-container {
	border-top-width: 1px;
	border-top-style: solid;
}

#content-slots.ressortslots .swiper-container:first-of-type {
	border-top: none;
}

#content-slots.recommendations .swiper-container {
	background-image: url('/sites/mainweb/img/ui/bg_000_05.png');
	background-repeat: repeat;
	background-position: 0 0;
}

#content-slots.ressortslots .head {
	padding: 14px 8px;
	font-size: 11px;
	line-height: 1em;
	text-transform: uppercase;
	letter-spacing: 0.0909em;
}

#content-slots.recommendations .head {
	padding: 8px;
	font-size: 15px;
	line-height: 1em;
	border-top: 1px solid rgba(0,0,0,.4);
}

#content-slots.ressortslots .head pre {
	border-right: 1px solid #707170;
	border-top: 1px solid #707170;
	transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	width: 6px;
	height: 6px;
	float: right;
	margin: 0 8px 0 0;
	padding: 0;
}

#content-slots.ressortslots .swiper-wrapper,
#content-slots.ressortslots .swiper-pagination {
	display: none;
}

#content-slots.ressortslots .expanded .swiper-wrapper,
#content-slots.ressortslots .expanded .swiper-pagination {
	display: flex;
}

#content-slots.ressortslots .swiper-container.expanded .head pre {
	transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	-webkit-transform: rotate(315deg);
	margin-top: 4px;
}

#content-slots.ressortslots .swiper-container.expanded.theme-karriere .head pre {
	border-right-color: #FFF;
	border-top-color: #FFF;
}

#content-slots.ressortslots .swiper-container.expanded.theme-karriere .head a {
	color: #FFF;
}

#content-slots.ressortslots .theme-karriere span.swiper-pagination-bullet-active,
#content-slots.ressortslots .theme-karriere span.swiper-pagination-bullet {
	background-color: rgba(255,255,255,.9);
}

#content-slots.recommendations .context {
	color: rgba(0, 0, 0, .7);
}

#content-slots .swiper-slide a {
	display: block;
	height: 100%;
	padding: 8px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-decoration: none;
	margin: 0 8px 8px 8px;
}

#content-slots.ressortslots .swiper-slide a {
	background-color: #FFF;
	border: 1px solid rgba(0, 0, 0, .2);
}

#content-slots.recommendations .swiper-slide a {
	border-top: 1px solid rgba(255,255,255,.1);
	border-left: 1px solid rgba(255,255,255,.1);
	border-right: 1px solid rgba(0,0,0,.2);
	border-bottom: 1px solid rgba(0,0,0,.2);
}

#content-slots .swiper-slide a .text,
#content-slots .swiper-slide a strong {
	color: #000;
}

#content-slots.recommendations .info {
	margin: .5em 0 0;
	font-size: 1.1em;
}

#content-slots.recommendations .text {
	margin: .4em 0 0;
	font-size: 1.3em;
	line-height: 1.231em;
}

#content-slots.recommendations .visual {
	float: right;
	width: 100px;
	margin: 0 0 0 8px;
	overflow: hidden;
	text-align: center;
}

#content-slots .visual img {
	border: 1px solid rgba(0,0,0,.2);
}

#content-slots .swiper-container.expanded .visual {
	height: 67px;
}

#content-slots .swiper-pagination {
	float: right;
	position: static;
}

#content-slots.recommendations .swiper-pagination {
	margin: -3px -3px 0 5px;
}

#content-slots.ressortslots .swiper-pagination {
	margin: 3px 10px 0 5px;
}

#content-slots .swiper-pagination-bullet {
	width: 5px;
	height: 5px;
	margin-right: 5px;
}

#content-slots .swiper-pagination-bullet-active {
	background-color: #444;
}

#ressortDescription {
	padding: 8px 8px 16px 8px;
	background-color: rgba(0,0,0,0.1);
	border-style: solid;
	border-width: 0 0 1px;
	font-size: 1.43em;
	line-height: 1.231em;
}

#ressortDescription .description {
	max-height: 64px;
}

#ressortDescription h3 {
	font-size: 1.23em;
	font-weight: bold;
}

/* BLOCKED CONTENT PLACEHOLDER */
.blocked-media-placeholder {
	position: relative;
	padding: 16px 8px;
	font-size: 13px;
}

#panel-list .externalData .blocked-media-placeholder {
	height: calc(100% - 32px);
}

#panel-list .externalData [data-panel-detachable='false'] .blocked-media-placeholder {
	margin: 32px 0;
}

.livereport-redcontent .video .blocked-media-placeholder {
	min-height: 230px;
}

#objectContent.iframe .blocked-media-placeholder,
#story[data-template='iframe'] .blocked-media-placeholder  {
	top: 50%;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* .blocked-media-placeholder .placeholder a, .blocked-media-placeholder .placeholder span:not(.provider-label) { */
.blocked-media-placeholder .placeholder > *:not(.provider-label) {
	opacity: .65;
}

.blocked-media-placeholder .provider-label em {
	display: inline;
	font-style: normal;
	font-weight: bold;
}

.placeholder {
	text-align: center;
	position: relative;
	line-height: 140%;
}

.placeholder::before {
	position: absolute;
	left: 50%;
	transform: translate(-50%, -20px);
}
#media-list .placeholder .provider-label,
#media-list .placeholder .provider-label em
{
	display: inline
}

#media-list .placeholder .provider-label,
#media-list .placeholder .provider-label em {
	display: inline
}

.livereport-redcontent .blocked-media-placeholder {
	z-index: 1;
}

#panel-list .externalData .blocked-media-placeholder .placeholder,
.livereport-redcontent .video .blocked-media-placeholder .placeholder,
#story .video .blocked-media-placeholder {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#story .video .blocked-media-placeholder {
	box-sizing: border-box;
	width: 100%;
}

.livereport-redcontent .video .blocked-media-placeholder .placeholder {
	color: #fff;
	width: 100%;
}

#panel-list .externalData .blocked-media-placeholder .placeholder {
	width: calc(100% - 16px);
}

#panel-list .externalData [data-panel-detachable='true'] .blocked-media-placeholder .placeholder {
	color: #fff;
}

.blocked-media-placeholder a {
	color: #000;
	line-height: 1.333em;
	text-decoration: underline;
	white-space: nowrap;
}


.livereport-redcontent .video .blocked-media-placeholder .placeholder a,
#panel-list .externalData [data-panel-detachable='true'] .placeholder a {
	color: #fff;
}

.blocked-media-placeholder a:hover {
	opacity: 1;
	cursor: pointer;
}

.blocked-media-placeholder[data-type='privacy'] em {
	display: block;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.blocked-media-placeholder[data-type='privacy'] .placeholder em::before {
	background-image: url(/sites/mainweb/img/privacy/blocked.svg);
	background-position: center center;
	background-repeat: no-repeat;
	content: '';
	display: inline-block;
	height: 20px;
	margin-bottom: -4px;
	margin-right: 8px;
	opacity: 0.8;
	width: 20px;
}

.blocked-media-placeholder[data-type='privacy'] .placeholder span {
	line-height: 1.0625rem;
}

.blocked-media-placeholder[data-type='pur'] .placeholder::before {
	background-image: url(/sites/mainweb/img/PUR/pur-logo-black.svg);
	background-position: center center;
	background-repeat: no-repeat;
	content: '';
	display: inline-block;
	opacity: 0.5;
	width: 32px;
	height: 18px;
	margin-bottom: -4px;
}

.livereport-redcontent .video .blocked-media-placeholder[data-type='pur'] .placeholder::before,
#panel-list .externalData .blocked-media-placeholder[data-type='pur'] .placeholder::before {
	background-image: url(/sites/mainweb/img/PUR/pur-logo-white.svg);
}

.copytext > .blocked-media-placeholder {
	margin-bottom: 15px;
}

.enable-media-container {
    display: none;
    position: absolute;
    border-radius: 7px;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
	z-index: 2;
    width: 320px;
    left: 50%;
}

#panel-list .externalData[data-panel-detached='true'] .enable-media-container {
	top: auto;
	left: auto;
	bottom: 0;
	right: -18px;
	transform: translate(0);
}

.livereport .livereport-redcontent .blocked-media-placeholder {
	min-height: 160px;
}

.livereport .livereport-redcontent .blocked-media-placeholder .placeholder {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.livereport .livereport-redcontent .video .blocked-media-placeholder .placeholder .dialog-open {
	display: block;
}

.enable-media-frame {
	box-shadow: 0px 2px 18px rgba(0,0,0,.2);
	background-color: #fff;
	position: relative;
	border-radius: 7px;
	padding: 15px 15px;
	box-sizing: border-box;
	width: 360px;
	max-width: 90%;
	line-height: 16px;
	margin: auto;
	padding-bottom: 0;
}

.enable-media-container.show {
	display: block;
}

.enable-media-container .buttons {
	display: flex;
}

.enable-media-container .pur-logo {
	display: inline-block;
	height: 17px;
	position: relative;
	top: 3px;
	width: 31px;
}

.enable-media-container .pur-logo::before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: transparent url(/sites/mainweb/img/PUR/pur-logo.svg) no-repeat 0 0;
	width: 31px;
	height: 17px;
	left: 0;
}

.enable-media-container .pur-logo > span {
	display: none;
}

.enable-media-container .activate-embed {
	background-color: #3a3a3a;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	color: #fff;
	margin: 15px -15px;
	padding: 20px 25px;
	border-radius: 0 0 8px 8px;
}

.enable-media-container .activate-embed > span {
	display: block;
}

.enable-media-container .activate-embed > span:first-child {
	margin: 0 auto;
}

.enable-media-container .activate-embed .buttons {
	margin-top: 25px;
}

.enable-media-container .activate-embed .buttons > a {
	color: #fff;
	text-decoration: underline;
	text-transform: uppercase;
}

.enable-media-container .activate-embed.provider-known .buttons {
	word-spacing: 16px;
}

.enable-media-container .activate-embed.provider-known > span:first-child {
	max-width: 170px;
	padding-left: 48px;
	position: relative;
	text-align: left;
}

.enable-media-container .activate-embed.provider-known > span:first-child::before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}


.enable-media-container .activate-embed.apa > span:first-child,
.enable-media-container .activate-embed.apahosting > span:first-child,
.enable-media-container .activate-embed.apavideo > span:first-child {
	padding-left: 60px;
}

.enable-media-container .activate-embed.apa > span:first-child::before,
.enable-media-container .activate-embed.apahosting > span:first-child::before,
.enable-media-container .activate-embed.apavideo > span:first-child::before {
		background: transparent url(/sites/mainweb/img/PUR/apa-icon.svg) no-repeat 0 0;
	width: 52px;
	height: 22px;
}


.enable-media-container .activate-embed.facebook > span:first-child::before {
	background: transparent url(/sites/mainweb/img/PUR/facebook-brand-icon.svg) no-repeat 0 0;
	width: 36px;
	height: 36px
}

.enable-media-container .activate-embed.google > span:first-child::before,
.enable-media-container .activate-embed.googlemaps > span:first-child::before {
		background: transparent url(/sites/mainweb/img/PUR/google-icon.svg) no-repeat 0 0;
	width: 36px;
	height: 37px;
}

.enable-media-container .activate-embed.instagram > span:first-child::before {
	background: transparent url(/sites/mainweb/img/PUR/instagram-brand-icon.svg) no-repeat 0 0;
	width: 36px;
	height: 36px
}

.enable-media-container .activate-embed.spotify > span:first-child::before {
	background: transparent url(/sites/mainweb/img/PUR/spotify-brand-icon.svg) no-repeat 0 0;
	width: 36px;
	height: 36px
}

.enable-media-container .activate-embed.twitter > span:first-child::before {
	background: transparent url(/sites/mainweb/img/PUR/twitter-icon-inverted.svg) no-repeat 0 0;
	width: 36px;
	height: 36px
}

.enable-media-container .activate-embed.vimeo > span:first-child::before {
	background: transparent url(/sites/mainweb/img/PUR/vimeo-icon.svg) no-repeat 0 0;
	width: 36px;
	height: 36px
}

.enable-media-container .activate-embed.youtube > span:first-child {
	padding-left: 60px;
}

.enable-media-container .activate-embed.youtube > span:first-child::before {
	background: transparent url(/sites/mainweb/img/PUR/youtube-icon.svg) no-repeat 0 0;
	width: 52px;
	height: 37px
}

.enable-media-container .activate-embed.dailymotion > span:first-child::before {
	background: transparent url(/sites/mainweb/img/PUR/dailymotion-icon.svg) no-repeat 0 0;
	width: 36px;
	height: 36px
}

.userprofile-link {
	display: none;
}

/* close-button*/
.enable-media-container .close {
	position: absolute;
	top: 8px;
	right: 8px;
	background: rgba(0, 0, 0, 0);
	border: 0;
	cursor: pointer;
	height: 20px;
	opacity: 0.6;
	width: 20px;
}

.enable-media-container .close:hover {
	opacity: 1;
}

.enable-media-container .close::before,
.enable-media-container .close::after {
	background: #6E6E6E;
	content: '';
	height: 10%;
	position: absolute;
	transform-origin: center;
	width: 60%;
}

.enable-media-container .close::before {
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.enable-media-container .close::after {
	transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.enable-media-container .close span {
	display: none;
}

/* Privacy Banner */
.privacy-banner {
	background-color: rgba(255, 255, 255, 0.9);
	bottom: 0;
	box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	font-size: 15px;
	line-height: 140%;
	position: fixed;
	max-width: 640px;
	z-index: 999;
	left: 50%;
	transform: translateX(-50%);
	padding: 0 0 20px;
	width: 100vw;
}

.privacy-banner .privacy-banner-content {
	box-sizing: border-box;
	padding: 20px;
}

.privacy-banner .privacy-banner-content strong {
	font-weight: bold;
}

.privacy-banner .privacy-banner-content p + p {
	margin: 1em 0 0;
}

.privacy-banner .privacy-banner-content p:first-child {
	margin-top: 0;
}

.privacy-banner .privacy-banner-content a {
	color: #000;
	text-decoration: underline;
}

.privacy-banner .privacy-banner-content a.mr {
	margin-right: 1.5ex;
}

.privacy-banner .privacy-banner-buttons {
	/* flex-basis: 30%; */
	display: flex;
	flex-direction: row;
	flex-basis: 100%;
	justify-content: space-between;
	padding: 0 20px;
}

.privacy-banner .privacy-banner-buttons .privacy-button {
	border-width: 0;
	cursor: pointer;
	display: block;
	font-size: 20px;
	line-height: 120%;
	min-width: 90px;
	height: 48px;
	padding: 12px;
	text-align: center;
	text-decoration: none;
}

.privacy-banner .privacy-banner-buttons .privacy-button.privacy-button-primary {
	background-color: #e2017b;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	width: 126px;
	/* margin: 75px auto 22px; */
}

.privacy-banner .privacy-banner-buttons .privacy-button.privacy-button-secondary-link {
	background-color: transparent;
	color: #262626;
	font-size: 15px;
	font-weight: 300;
	text-decoration: underline;
	padding: 0
}

.privacy-banner .privacy-error,
.privacy-banner .cookie-error {
	color: #f00;
	display: none;
}

.privacy-banner .privacy-error.visible,
.privacy-banner .cookie-error.visible {
	display: block;
}

.widget a {
	display: block;
}

.w-abo {
	position: absolute;
	right: 100px;
}

.w-abo a {
	line-height: 0;
}

.w-abo a svg {
	width: 50px;
	height: 50px;
}

.w-abo a > span {
	display: none;
}


.supporterWidget {
	background-color: transparent;
	border-width: 0;
	height: 350px;
	margin: 1em 8px;
	width: calc(100% - 16px);
}

#postinglist .supporterWidget {
	margin: 1em 0;
	width: 100%;
}
