@font-face {
	font-family: 'AltoProCon-Normal';
	src: url('../Fonts/AltoProCon-Normal.woff') format('woff');
	font-display: swap;
}
@font-face {
	font-family: 'AltoProCon-Thin';
	src: url('../Fonts/AltoCon-Thin.woff') format('woff');
	font-display: swap;
}
*, *:before, *:after {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
*:focus {
	outline:0;
}
html {
	margin: 0;
	padding: 0;
	font-size-adjust: 30px;
	overflow-x: hidden;
}
body, nav, a, p  {
	margin: 0;
	padding: 0;
}
ol, ul {
	margin: 0;
	padding: 0 0 0 20px;
}
img{
	max-width:100%;
	height:auto;
	width:auto;
}
body {
	font-family: 'AltoProCon-Normal', Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-size: 2rem;
	font-weight: normal;
	background-color: #f2f2f2;
	color: #707173;
	line-height: 140%;
}
a, a:active {
	text-decoration: underline;
	color: #707173;
}
a:active {outline:none !important;}
a:focus {outline: none !important;}
a:hover {
	text-decoration: underline;
}
a h3 {
	text-decoration: none;
}
caption {
	color: #aaaaaa;
	font-size: 12px;
	font-size: 1.2rem;
}
legend {
	display: none;
}
iframe {
	max-width: 100%;
}
/* flexible Medien CSS-Snippet wie im Listing 2 einfügen */
/* CSS Styled Content Regeln überschreiben */
DIV.csc-textpic .csc-textpic-imagewrap FIGURE,
DIV.csc-textpic FIGURE.csc-textpic-imagewrap,
FIGCAPTION.csc-textpic-caption {
 display: block;
}
DIV.csc-textpic-left .csc-textpic-imagewrap {
 float: none;
}
DIV.csc-textpic DIV.csc-textpic-imagecolumn {
 display: inline-block;
 float: none;
 vertical-align: top;
}
div.csc-textpic, div.csc-textpic div.csc-textpic-imagerow, ul.csc-uploads li {
	overflow: visible;
}
p {
	padding: 0 0 10px;
	margin: 0 !important;
}
h1, h2, .headerh1 {
	font-family: 'AltoProCon-Bold';
	font-size: 50px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 60px 0 52px 0;
	position: relative;
	padding-bottom: 7px;
}
h1:after, .headerh1:after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 85px;
	height: 3px;
	background: #707173;
	content: '';
	opacity: 1;
}

.headerh1 {
	margin: .67em 0;
}

h3 {
	font-family: 'AltoProCon-Bold';
	font-size: 32px;
	font-weight: bold;
	padding-bottom: 15px;
	padding-top: 20px;
	text-transform: uppercase;
}

h4 {
	font-family: 'AltoProCon-Bold';
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: bold;
	padding-bottom: 15px;
	padding-top: 20px;
	text-transform: uppercase;
}

h5 {
	font-family: 'AltoProCon-Bold';
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	padding-bottom: 15px;
	padding-top: 20px;
	text-transform: uppercase;
}
html.mm-opening #hamburger:before,
html.mm-opening #hamburger:after {
	top: 20px;
	background: #e2001a;
}
html #sonnenplateau .mm-opening #hamburger:after {
	background: #f8b425;
}
html.mm-opening #hamburger span {
	left: -50px;
	opacity: 0;
	background: #e2001a;
}
html #sonnenplateau .mm-opening #hamburger span {
	background: #f8b425;
}
html.mm-opening #hamburger:before {
	-webkit-transform: rotate( 45deg );
	        -ms-transform: rotate( 45deg );
	    transform: rotate( 45deg );
}
html.mm-opening #hamburger:after {
	-webkit-transform: rotate( -45deg );
	        -ms-transform: rotate( -45deg );
	    transform: rotate( -45deg );
}
/* all */
::-webkit-input-placeholder { color:#5c5d5e; font-weight:bold; }
::-moz-placeholder { color:#5c5d5e; font-weight:bold; } /* firefox 19+ */
:-ms-input-placeholder { color:#5c5d5e; font-weight:bold; } /* ie */
input:-moz-placeholder { color:#5c5d5e; font-weight:bold; }
hr {
	border-top: 1px solid #e5e5e5;
}
#mobileNaviTriggerWrap {
	display: none;
	float: left;
}
#hamburger {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: block;
	width: 65px;
	height: 51px;
	position: fixed;
	top: 2px;
	left: 0;
	z-index: 2;
}
#hamburger:before,
#hamburger:after,
#hamburger span {
	background: #707173;
	content: '';
	display: block;
	width: 65px;
	height: 11px;
	position: absolute;
	left: 0px;
}
#hamburger:before {
	top: 0px;
}
#hamburger span {
	top: 20px;
}
#hamburger:after {
	top: 40px;
}

/* Hamburger animation */
#hamburger:before,
#hamburger:after,
#hamburger span {
	-webkit-transition: all 0.5s ease 0.5s;
	-o-transition: all 0.5s ease 0.5s;
	transition: all 0.5s ease 0.5s;
	-webkit-transition-property: transform, top, bottom, left, opacity, background;
	-webkit-transition-property: top, bottom, left, opacity, background, -webkit-transform;
	transition-property: top, bottom, left, opacity, background, -webkit-transform;
	-o-transition-property: transform, top, bottom, left, opacity, background;
	transition-property: transform, top, bottom, left, opacity, background;
	transition-property: transform, top, bottom, left, opacity, background, -webkit-transform;
}

.mm-menu .mm-search input::-webkit-input-placeholder { color:#aaa; font-size: 18px;	font-size: 1.8rem; font-family: 'AltoProCon-Medium'; font-weight: normal;}
.mm-menu .mm-search input::-moz-placeholder { color:#aaa; font-size: 18px;	font-size: 1.8rem; font-family: 'AltoProCon-Medium'; font-weight: normal;} /* firefox 19+ */
.mm-menu .mm-search input:-ms-input-placeholder { color:#aaa; font-size: 18px;	font-size: 1.8rem; font-family: 'AltoProCon-Medium'; font-weight: normal;} /* ie */
.mm-menu .mm-search input:-moz-placeholder { color:#aaa; font-size: 18px;	font-size: 1.8rem; font-family: 'AltoProCon-Medium'; font-weight: normal;}
.mm-menu .mm-search input {
	background: #707173;
	color: #ffffff;
	font-size: 18px;
	font-size: 1.8rem;
	font-family: 'AltoProCon-Medium';
	padding-top: 3px;
	height: 33px;
}
.mm-noresultsmsg {
	color: #707173;
}
.mm-subclose .glyphicon  {
	font-size: 24px;
	font-size: 2.4rem;
	margin-right: 10px;
	top: 5px;
}
.mm-menu .mm-list > li > a.mm-subclose {
	background: #707173;
	color: #ffffff;
}
.mm-list a.mm-subclose {
	padding-top: 10px;
}
.mm-list {
	font-size: 18px;
	font-size: 1.8rem;
	font-family: 'AltoProCon-Bold';
}
.mm-menu em.mm-counter {
	color: #707173;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 41px;
	margin-top: -19px;
	margin-right: 5px;
}
.mm-list > li {
	border-bottom: 1px solid #707173;
}
.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after, .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after, .mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
	border-bottom: 0;
	border-color: transparent;
}
.mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen), .mm-menu .mm-list > li.mm-selected > span {
	background: none;
}
.mm-list a.mm-subclose {
	text-indent: 0;
}
em.mm-counter + a.mm-subopen {
	padding-left: 0;
	width: 40px;
	line-height: 41px;
	font-size: 24px;
	font-size: 2.4rem;
}
em.mm-counter + a.mm-subopen .glyphicon {
	line-height: 41px;
	top: 0;
}
.mm-menu {
	background: #ffffff;
	color: #707173;
}
.mm-menu a {
	color: #707173;
}
.mm-menu .mm-list > li > a.mm-subopen:before {
	border: 0;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	padding-left: 10px;
	padding-right: 10px;
}
.topWrap {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	max-width: 1600px;
	z-index: 100;
}
.top {
	position: absolute;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px
}
.breadcrumb {
	background-color: unset !important;
	margin: 0 auto !important;
	padding: 20px 20px !important;
	max-width: 1280px;
}
#topLogo {
	margin-top: 1.250%;
}
#mainNavi {
	width: calc(82.375% - 130px);
	white-space: nowrap;
}
#topWeather, #topContact, #langNavi {
	width: 5.5%;
}
#topWeather{
	padding-top: 16px;
	height: 50px;
	border-left: 1px solid #9fa6ab;
	text-align: center;
	position: relative;
}
#topContact{
	padding-top: 22px;
	height: 50px;
	border-left: 1px solid #9fa6ab;
	border-right: 1px solid #9fa6ab;
	text-align: center;
}
#langNavi {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
#langNavi div {
	height: 0;
	overflow: hidden;
	line-height: 23px;
	font-size: 20px;
	color: #ffffff;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	width: 100%;
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}
#langNavi a {
	color: #ffffff;
	text-decoration: none;
}
#langNavi div.langNaviAct {
	padding: 21px 0 16px 0 !important;
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
}
#langNavi div.langNaviAct, #langNavi.act div {
	height: auto;
}
#langNavi.act .langNaviAct, .bNMLang.act .langNaviAct {
	border-bottom: 3px solid #e30613;
}
#langNavi.act .langNaviAct a, .bNMLang.act .langNaviAct a {
	color: #e30613;
}
#langNavi.act div, .bNMLang.act div {
	background-color: #ffffff;
	color: #f2f2f2;
	padding: 3px 0;
}
.bNMLang.act div {
    display: block !important;
}
.bNMLang.act .langNaviAct {
    height: 65px;
}
#langNavi.act div a, .bNMLang.act div a {
	color: #707173;
}
#langNavi.act div a:hover {
	color: #e30613;
	text-decoration: none;
}
#mainNavi {
	font-weight: bold;
	color: #ffffff;
	font-size: 18px;
}
#mainNavi a {
	color: #ffffff;
	text-decoration: none;
}
#mainNavi ul li {
	position: relative;
	list-style-type: none;
	padding-right: 20px;
	display: block;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
#mainNavi ul li ul.mainNaviLv2 li {
	padding-right: 0;
}
#mainNavi ul li ul.mainNaviLv2 {
	padding: 0 20px;
}
#mainNavi > ul > li > a {
	padding: 18px 21px 14px 20px;
	display: inline-block;
	text-transform: uppercase;
}
#mainNavi > ul > li > ul.mainNaviLv2 a {
	padding: 0;
}
#mainNavi > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
#mainNavi > ul .glyphicon  {
	font-size: 12px;
	display: inline-block;
	position: absolute;
	top: 26px;
	right: 20px;
	color: #ffffff;
}
#mainNavi ul li ul.mainNaviLv2 {
	position: absolute;
	height: 0;
	overflow: hidden;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
#mainNavi ul li.act {
	background-color: #ffffff;
}
#mainNavi ul li.act ul.mainNaviLv2:before {
	content: '';
	width: 40px;
	height: 3px;
	background-color: #e30613;
	display: block;
    position: absolute;
	margin-top: -23px;
}
#mainNavi ul li.act ul.mainNaviLv2 {
	background-color: #ffffff;
	height: auto;
	padding: 23px 20px 10px 20px;
}
#mainNavi > ul > li.act {
	color: #e30613;
	z-index: 0;
}
#mainNavi > ul > li.act .glyphicon {
	color: #e30613;
}
#mainNavi > ul > li.act > a {
	color: #e30613;
}
#mainNavi .mainNaviLv2 a {
	color: #707173;
	margin-bottom: 11px;
	display: block;
	z-index: 10000;
}
#mainNavi .mainNaviLv2 li:hover a {
	color: #e30613;
}
#mainNavi .mainNaviLv2 li a:hover {
	color: #e30613;
}
.bg {
	background-image: url(../Images/topicsPoly2.png), url(../Images/topicsPoly3.png), url(../Images/topicsPoly1.png), url(../Images/topicsPoly3.png);
	background-repeat: no-repeat;
	background-position: calc(50% - 500px) 70px, calc(50% + 600px) 560px, calc(50% - 400px) 1800px, calc(50% + 600px) 2700px;
	position: fixed;
	width: 100%;
	height: 300%;
	top:0;
	left:0;
	z-index: -1;
}
.content .csc-frame-default, .content .download-modul, .content .csc-frame-default {
	max-width: 1280px;
	padding: 0;
	margin: 0 auto;
}
.download-icon {
	margin-left: 10px;
}
.content .csc-frame-default iframe {
	max-width: 1240px;
}
.csc-textpic-center-inner > div {
	text-align: center;
}
#bottomWrap {
	margin-top: 120px;
	padding-top: 50px;
	color: #ffffff;
	background-image: url(../Images/topicsPoly3.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #68696b;
}
#bottomWrap a {
	color: #ffffff;
	text-decoration: none;
}
#bottomWrap #bottom .gap {
	padding: 0;
}
#bottom {
	color: #ffffff;
	max-width: 1280px;
	margin: 0 auto;
	font-size: 16px;
	padding: 0 20px;
}
#bottom a, #bottom a:hover {
	color: #ffffff;
}
#bottom h4 {
	text-transform: uppercase;
	margin-top: 28px;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
}
#bottom .col-xs-3:nth-of-type(2) h4, #bottom .col-xs-3:nth-of-type(3) h4, #bottom .col-xs-3:nth-of-type(4) h4 {
	margin-top: 0;
}
#bottom hr {
	border-top: 3px solid #ffffff;
	margin-left: 0;
	width: 37px;
	margin-top: -12px;
	margin-bottom: 11px;
}
#bottom .gap {
	min-height: 347px;
	padding-top: 50px;
	padding-bottom: 50px;
}
#bottom .col-xs-3:nth-of-type(4) img{
	height: 24px;
}
#bottom .col-xs-3:nth-of-type(1) img{
	width: 145px;
}
#bottom ul, #bottom li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#copyright {
	font-size: 14px;
	background-color: #8a8b8c;
	text-align: center;
	padding-top: 8px;
}
#copyright a {
	text-decoration: underline;
}
#newsletterSub span.final-message.show {
    margin-top: 25px;
}
#newsletterSub .simFormAct {
    padding-top: 0px;
}
.simform {
	margin-top: 5px;
}
.simform input[type="email"], .simform input[type="text"] {
	background-color: #ffffff;
}
.simform ol:before {
	background-color: #ffffff;
}
.simform .questions li.current > span label, .simform .no-js .questions li > span label, .simform .progress, .simform  .number {
	opacity: 0;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.simform select {
	width: calc(100% - 40px);
	height: 40px;
	color: #000000;
}
.simFormAct .questions li.current > span label, .simFormAct .no-js .questions li > span label, .simFormAct .progress, .simFormAct  .number {
	opacity: 1 !important;
}
.simFormAct .final-message {
	text-align: left;
	font-family: 'AltoProCon-Bold';
	top: auto;
	top: 30px;
	padding: 0;
}
.weatherContent, .contactContent {
	height: 0;
	overflow: hidden;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.contactContent .divider {
	margin-top: -15px;
}
#topWeather.act .weatherContent {
	height: auto;
	position: absolute;
	width: 1024px;
	right: 0;
	top: 63px;
	background-color: #ffffff;
	padding: 20px;
}
#topWeather .weatherContent .forecastTeaser {
	text-align: left;
	font-size: 18px;
}
#triggerWeather {
	background-image: url(../Images/topicsWeather.png);
	background-repeat: no-repeat;
	background-position: top center;
	height: 47px;
	display: inline-block;
	width: 100%;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
#topWeather.act #triggerWeather {
	background-image: url(../Images/topicsWeatherAct.png);
	border-bottom: 3px solid #e30613;
	background-color: #ffffff;
}
#topWeather.act, #topContact.act {
	background-color: #ffffff;
}
#topContact.act .contactContent {
	height: auto;
	position: absolute;
	width: 1024px;
	right: 0;
	top: 63px;
	background-color: #ffffff;
	padding: 20px;
	text-align: left;
	font-size: 18px;
}

.bNMContact.act .contactContent {
    	height: auto;
	position: absolute;
	width: 100%;
	right: 0;
	top: 63px;
	background-color: #ffffff;
	padding: 20px;
	text-align: left;
	font-size: 18px;
        color: black;
}
.bNMContact.act .contactContent a {
    color: black;
}
.bNMContact.act  {
    background-color: white;
}
#triggerContact {
	background-image: url(../Images/topicsContact.png);
	background-repeat: no-repeat;
	background-position: top center;
	display: inline-block;
	width: 100%;
	height: 41px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
#topContact.act #triggerContact, .bNMContact.act #triggerContact {
	background-image: url(../Images/topicsContactAct.png);
	border-bottom: 3px solid #e30613;
	background-color: #ffffff;
}
#topContact {
	position: relative;
}
#bottom .csc-space-before-25 {
	margin-top: 0 !important;
}
.grid2ColContact {
	float: left;
	width: 70.17543859649122%; /* 800 / 1140 */
	margin-left: 23.859649122807017%; /* 272 / 1140 */
	padding-bottom: 20px;
}
.grid2ColContact h3 {
	font-family: 'AltoProCon-Normal';
	font-size: 32px;
	font-size: 3.2rem;
	padding-top: 3px;
	padding-bottom: 10px;
}
.grid2ColContact h4 {
	font-family: 'AltoProCon-Bold';
	font-size: 24px;
}
.grid2ColContact hr, .subNavi hr {
	width: 37px;
	height: 1px;
	border-top: 3px solid #707173;
	margin: 8px 0 11px 0;
}
.grid2ColContactElement {
	float: left;
	width: 48%; /* 384 / 800 */
}
.grid2ColContactElement a, .grid2ColContactElement a:hover  {
	color: #707173;
	text-decoration: none;
}
.grid2ColContactElement:nth-of-type(1) {
	width: 100%;
}
.grid2ColContent-2-1-Element {
	float: left;
	width: calc(100% - 404px); /* 728 / 1132 */
}
.grid2ColContent-2-1-Element:nth-of-type(2) {
	float: right;
	width: 364px;
}

.grid3ColContact h3 {
	font-family: 'AltoProCon-Normal';
	font-size: 32px;
	font-size: 3.2rem;
	padding-top: 3px;
	padding-bottom: 10px;
}
.grid3ColContact h4 {
	font-family: 'AltoProCon-Bold';
	font-size: 24px;
}
.grid3ColContact hr, .subNavi hr {
	width: 37px;
	height: 1px;
	border-top: 3px solid #707173;
	margin: 8px 0 11px 0;
}
.grid3ColContactElement {
	float: left;
	width: 33%;
}
.grid3ColContactElement a, .grid3ColContactElement a:hover  {
	color: #707173;
	text-decoration: none;
}
.grid3ColContactElement:nth-of-type(1) {
	width: 100%;
}
.iconLabelGlyph {
	float: left;
	line-height: 26px;
	color: #e2001a;
	padding: 6px 12px 2px 12px;
}
.iconLabelText {
	float: left;
	line-height: 26px;
	padding: 4px 15px 0 0;
}
.container-fluid {
	padding: 0;
}
.clear {
	clear: both;
}
.gradient {
    position: absolute;
    height: 120px;
    width: 100%;
    z-index: 1;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(30%,rgba(0,0,0,0)), color-stop(50%,rgba(0,0,0,0.14)), color-stop(100%,rgba(0,0,0,0.5)));
    background: -webkit-linear-gradient(bottom, rgba(0,0,0,0) 30%,rgba(0,0,0,0.14) 50%,rgba(0,0,0,0.5) 100%);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, rgba(0,0,0,0)),color-stop(50%, rgba(0,0,0,0.14)),to(rgba(0,0,0,0.5)));
    background: -o-linear-gradient(bottom, rgba(0,0,0,0) 30%,rgba(0,0,0,0.14) 50%,rgba(0,0,0,0.5) 100%);
    background: linear-gradient(to top, rgba(0,0,0,0) 30%,rgba(0,0,0,0.14) 50%,rgba(0,0,0,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
}

/* DCE parallaxslider  */
.topicsParallaxSlider .slick-slide {
	position:relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 900px;
	width: 1500px;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: -1;
	clip-path: polygon(1% 0%, 6% 20%, 0% 100%, 100% 100%, 100% 0%);
	-webkit-clip-path: polygon(1% 0%, 6% 20%, 0% 100%, 100% 100%, 100% 0%);
	margin: 0 -100px 0 0;
	-webkit-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	z-index: 0;
	color: #ffffff;
}
.topicsParallaxSlider .slick-slide.slick-active {
	clip-path: polygon(1% 0%, 6% 20%, 0% 100%, 100% 100%, 100% 0%);
	-webkit-clip-path: polygon(1% 0%, 6% 20%, 0% 100%, 100% 100%, 100% 0%);
}
.topicsParallaxSlider .slick-slide.slick-active + .slick-slide {
	clip-path: polygon(6% 0%, 0% 80%, 5% 100%, 100% 100%, 100% 0%);
	-webkit-clip-path: polygon(6% 0%, 0% 80%, 5% 100%, 100% 100%, 100% 0%);
}
.topicsParallaxSlider .replacePrev:before, .topicsParallaxSlider .replaceNext:before {
	content: '';
}
.topicsParallaxSlider .replacePrev {
	left: 40px;
	font-size: 40px;
	line-height: 40px;
	color: #ffffff;
	height: 40px;
	width: 40px;
	z-index: 1;
	text-shadow: 0 0 3px #cccccc;
}
.topicsParallaxSlider .replaceNext {
	right: 40px;
	font-size: 40px;
	line-height: 40px;
	color: #ffffff;
	height: 40px;
	width: 40px;
	z-index: 1;
	text-shadow: 0 0 3px #cccccc;
}

.tPSContent {
	padding-left: 130px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 1500ms ease;
	-o-transition: all 1500ms ease;
	transition: all 1500ms ease;
}
.topicsParallaxSlider .slick-slide.slick-active .tPSContent {
	visibility: visible;
	opacity: 1;
}
.tPSDate {
	font-family: 'AltoProCon-Bold',Arial,Helvetica,sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
	overflow: hidden;
	color: #707173;
	background-color: #ffffff;
	padding: 6px 10px 2px 10px;
	margin-bottom: 12px;
}
.tPSHeadline, .tPSHeadlineCountdown {
	max-width: 450px;
	font-family: 'AltoProCon-Normal',Arial,Helvetica,sans-serif;
	font-size: 70px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 65px;
	text-shadow: 0 0 3px #cccccc;
	margin-bottom: 30px;
}
.tPSHeadline:after, .tPSHeadlineCountdown:after {
	content: '';
	display: block;
	width: 86px;
	height: 3px;
	background-color: #ffffff;
	margin-top: 6px;
	margin-left: -2000px;
	-webkit-transition: all 1500ms ease;
	-o-transition: all 1500ms ease;
	transition: all 1500ms ease;
}
.tPSHeadlineCountdown {
	max-width: 100%;
}
.topicsParallaxSlider .slick-slide.slick-active .tPSHeadline:after, .topicsParallaxSlider .slick-slide.slick-active .tPSHeadlineCountdown:after {
	margin-left: 0;
}
.tPSTeaser {
	max-width: 600px;
	font-size: 20px;
	text-shadow: 0 0 3px #cccccc;
}
.tPSMore a {
	background-color: #e30613;
	color: #ffffff;
	font-family: 'AltoProCon-Bold',Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
	padding: 17px 30px 15px 30px;
	display: inline-block;
	margin-top: 35px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	text-decoration: none;
}
.tPSMore a:hover {
	background-color: #b6050f;
	text-decoration: none;
}
.tPSCountdown {
	padding-top: 30px;
	margin: 0;
}
.tPSCountdown.flip-clock-wrapper ul li a div div.inn {
	font-family: 'AltoProCon-Bold',Arial,Helvetica,sans-serif;
	font-size: 140px;
	font-weight: bold;
	color: #ffffff;
	line-height: 140px;
}
.tPSCountdown.flip-clock-wrapper ul {
	width: 94px;
	height: 140px;
}
.tPSCountdown.flip-clock-wrapper ul li a div.up:after {
	display: none;
}
.tPSCountdown .flip-clock-dot {
	display: none;
}
.tPSCountdown .flip-clock-divider .flip-clock-label {
	font-family: 'AltoProCon-Bold',Arial,Helvetica,sans-serif;
	color: #ffffff;
	font-size: 25px;
	text-transform: uppercase;
	right: auto;
	padding-left: 5px;
}
.tPSCountdown .flip-clock-divider.hours .flip-clock-label, .tPSCountdown .flip-clock-divider.minutes .flip-clock-label, .tPSCountdown .flip-clock-divider.seconds .flip-clock-label {
	padding-left: 13px;
}
/* DCE TeaserFilter  */
.topicsTeaserFilter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	font-size: 25px;
	font-family: 'AltoProCon-Bold',Arial,Helvetica,sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
.topicsTeaserFilter span {
	display: block;
	text-align: center;
	width: 18.70967741935484%;
	border-bottom: 1px solid #707173;
	padding-bottom: 15px;
	cursor: pointer;
}
.topicsTeaserFilter span:hover {
	border-bottom: 6px solid #e30613;
	padding-bottom: 10px;
}
.topicsTeaserFilter span.filterAct {
	color: #e30613;
	border-bottom: 6px solid #e30613;
	padding-bottom: 10px;

}
.teaserFilterGrid {
	padding-top: 41px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: -10px;
}
.tFBBox {
	position: relative;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	height: 295px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	margin: 0.7936507936507936%;
	margin-bottom: 20px;
}
.tFBImgTeaser {
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.tFBImgTeaser:hover {
	background-size: 110%;
	cursor: pointer;
}
.tFBImgTeaser:hover .tFBHidden {
	height: auto;
}
.tFBImgTeaser:hover .tFBHidden:before {
	content: '';
    display: block;
    width: 40px;
    height: 3px;
    background-color: #fff;
    margin-bottom: 12px;
	margin-top: 10px;
}
.tFBImgTeaser:hover .tFBTitle {
	height: 100%;
}
.tFBImgTeaser:hover .tFBTitle:before {
	display: none;
}
.tFB1 {
	width: 23.41269841269841%;
}
.tFB2 {
	width: 48.41269841269841%;
}
.tFBBox .tFBOverlay {
	padding: 0;
	margin: 0;
	position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,rgba(0,0,0,0)), color-stop(50%,rgba(0,0,0,0.14)), color-stop(100%,rgba(0,0,0,0.5)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 30%,rgba(0,0,0,0.14) 50%,rgba(0,0,0,0.5) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(0,0,0,0)),color-stop(50%, rgba(0,0,0,0.14)),to(rgba(0,0,0,0.5)));
    background: -o-linear-gradient(top, rgba(0,0,0,0) 30%,rgba(0,0,0,0.14) 50%,rgba(0,0,0,0.5) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 30%,rgba(0,0,0,0.14) 50%,rgba(0,0,0,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
}
.tFBBox.tFBIBKCard .tFBOverlay {
	background: none;
}

.tFBImgTeaser:hover .tFBOverlay {
	background: url(../Images/topicsGreyBg.png) !important;
}

.tFBBox a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	height: 100%;
	text-decoration: none;
}

.tFBIcon {
	text-align: center;
	padding-top: 23px;
	display: inline-block;
	width: 100%;
	text-align: center;
}
.tFBTitle {
	padding: 31px 31px 22px 31px;
	font-size: 25px;
	font-weight: bold;
	line-height: 125%;
	color: #ffffff;
	display: inline-block;
	text-transform: uppercase;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	text-shadow: 0 0 4px #1a171b;
}
.tFBIBKCard .tFBTitle {
	padding-top: 0;
}
.tFBTitle:before {
	content: '';
    display: block;
    width: 40px;
    height: 3px;
    background-color: #fff;
    margin-bottom: 12px;
}
.tFBTitle > a {
	color: #ffffff;
	display: block;
	position: relative;
	text-decoration: none;
}
.tFBHidden {
	overflow: hidden;
	height: 0;
	display: block;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	font-size: 20px;
	font-weight: normal;
	text-transform: none;
}
.tFBMore {
	margin-top: 20px;
	display: block;
	font-weight: bold;
}
.tFBMore .glyphicon {
	color: #e30613;
	font-size: 14px;
}
.teaserFilterGridMoreWrap, .mediaGridMoreWrap {
	width: 100%;
	text-align: center;
}
.teaserFilterGridMore, .vSSCButtonMore, .mediaGridMore {
	display: inline-block;
	background-color: #e30613;
	padding: 10px 85px 10px 30px;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 20px;
	line-height: 30px;
	position: relative;
	font-weight: bold;
	-webkit-box-shadow: 0 0 30px 5px #cccccc;
	        box-shadow: 0 0 30px 5px #cccccc;
	margin-top: 30px;
	cursor: pointer;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.teaserFilterGridMore:hover, .teaserFilterGridMore.teaserActButton, .vSSCButtonMore:hover, .vSSCButtonMore.vSSCActButton, .mediaGridMore:hover {
	background-color: #b6050f;
}
.teaserFilterArrow, .vSSCButtonMoreArrow {
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -15px;
	background-image: url(../Images/topicsRotArrow.png);
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	display: inline-block;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	cursor: pointer;
}
.teaserFilterGridMore.teaserActButton .teaserFilterArrow, .vSSCButtonMore.vSSCActButton .vSSCButtonMoreArrow, .mediaGridMore.teaserActButton .teaserFilterArrow {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	    transform: rotate(360deg);
}

/* DCE Videoslider */
.vSSingle {
	position: relative;
	height: 560px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin-bottom: 14px;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.vSSingleContent {
	width: 70%;
	margin: 0 auto;
	font-size: 50px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	line-height: 125%;
	text-align: center;
}
.vSNavSingle {
	position: relative;
	margin: 0 20px 0 0;
	height: 253px;
	margin-top: 6px;
	cursor: pointer;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.vSNavSingleImg {
	height: 166px;
	background-repeat: no-repeat;
}
.videoSliderNav {
	width: 1555px;
}
.vSNavTitle {
	min-height: 96px;
	background-color: #ffffff;
	padding: 20px;
}
.vSSCButtonMore {
	-webkit-box-shadow: 0 0 0 0 transparent;
	        box-shadow: 0 0 0 0 transparent;
}
.videoSliderNav .slick-current .grayscale,
.videoSliderNav .grayscale.grayscale-fade:hover {
  -webkit-filter: grayscale(0);
  filter:         grayscale(0);
}
.videoSliderNav .slick-current .grayscale.grayscale-replaced > svg,
.videoSliderNav .grayscale.grayscale-replaced.grayscale-fade:hover > svg {
  opacity: 0;
}
.slick-current .vSNavSingle, .vSNavSingle:hover {
	border-bottom: 6px solid #e30613;
	margin-top: 0;
	height: 259px;
	-webkit-box-shadow: 0 0 30px 5px #ccc;
	        box-shadow: 0 0 30px 5px #ccc;
}
.videoSliderNav  .slick-dots {
	width: calc(100% - 315px);
}
.videoSliderNav .slick-track {
	padding-bottom: 20px;
	padding-left: 20px;
	padding-top: 20px;
}
.videoSliderNav .slick-list {
	margin-left: -20px;
}
.vSSCButtonMoreArrow {
	background-image: url(../Images/topicsPlay.png);
}
.videoSliderNav .slick-dots li button:before, .topicsTeamSlider .slick-dots li button:before {
	content: '';
}

.videoSliderNav .slick-dots li {
	width: 200px;
	height: 5px;
	border-bottom: 1px solid #707173;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	margin: 0;
}
.videoSliderNav .slick-dots li.slick-active {
	width: 200px;
	height: 6px;
	border-bottom: 0;
	background-color: #e30613;
}

.videoSliderNav .slick-slide {
	height: auto;
}

/* DCE Tiles */
.tilesWrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: 13px;
}
.tilesWrap a {
	text-decoration: none;
}
.tilesWrap .tile {
	width: 23.790322580645164%;
	padding: 2.4193548387096775% 2.4193548387096775% 70px 2.4193548387096775%;
	background-color: #ffffff;
	position: relative;
}
.tilesWrap.tilesWrapBigger .tile {
	width: 32%;
}
.tilesWrap .tile.tileGray {
	background-image: url(../Images/topicsTileGray.png);
	background-position: center center;
	color: #ffffff;
}
.tileIcon {
	text-align: center;
	height: 180px;
	padding-top: 20px;
}
.tileIcon img {
	max-height: 65%;
}
.tileTitle {
	font-weight: bold;
	font-size: 25px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.tileTitle:after {
	content: '';
	width: 40px;
	height: 3px;
	background-color: #707173;
	display: block;
	margin-top: 12px;
}
.tileGray .tileTitle:after {
	background-color: #ffffff;
}
.tileMore {
	position: absolute;
	bottom: 20px;
	font-weight: bold;
}
.tileMore p {
	padding: 0;
}
.tileGray a {
	color: #ffffff;
}
.tileGray a:hover {
	color: #e30613;
	text-decoration: none;
}
.tileMore .glyphicon {
	font-size: 16px;
	color: #e30613;
}
.tilesIntroduction {
	max-width: 925px;
}

/* DCE Follow Us */
.csc-textpic-imagerow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

/* DCE Simple Header */
.topicsSimpleHeader {
	height: 400px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.tSHHeadline {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	height: 100%;
	text-shadow: 0 0 3px #ccc;
}

.tSHHeadline h1 {
	padding: 0;
	margin: 0;
	color: #ffffff;
	margin: 0 auto;
	position: absolute;
	bottom: 33px;
	font-size: 60px;
	padding-bottom: 3px;
}
.topicsSimpleHeader h1:after {
	background: #ffffff;
}

/* DCE Big Header */
.topicsBigHeader > div {
	height: 900px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}
.topicsBigHeader .tPSContent {
	visibility: visible;
    opacity: 1;
	color: #ffffff;
	max-width: 1240px;
	margin: 0 auto 0 auto;
	padding-top: 250px;
}
.topicsBigHeader .tPSHeadline {
	max-width: 500px;
}
.topicsBigHeader {
	overflow: hidden;
}
.topicsBigHeader a:hover {
	text-decoration: none;
}
.topicsBigHeader .tPSContent, .topicsBigHeader .tBHGrid {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.topicsBigHeader .tPSContent {
	z-index: 10;
}
.topicsBigHeader .tBHGrid {
	background-color: #707173;
	background-image: url(../Images/topicsGrid.png);
	opacity: 0.5;
	z-index: 1;
}
.tBHAnchorsWrap {
	position: absolute;
	bottom: 0;
	z-index: 20;
	text-align: center;
	color: #ffffff;
	font-size: 25px;
	font-weight: bold;
	width: 100%;
}
.tBHAnchors {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	max-width: 1240px;
	margin: 30px auto;
	line-height: 16px;
	text-transform: uppercase;
}
.tBHAnchors span {
	display: block;
	width: 23.790322580645164%;
	border-bottom: 1px solid #ffffff;
	padding: 20px 0;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;

}
.tBHAnchors span:hover {
	padding: 20px 0 15px 0;
	border-bottom: 6px solid #e30613;
	color: #e30613;
	cursor: pointer;
}
.topicsBigHeader #player {
	width: 100%;
	height: 100%;
}

/* DCE Text/Share/Tickets */
.tTSTText {
	display: none;
}
.tTSTContent {
	width: 74.59677419354838%;
}
.tTSTShareWrap {
	width: 23.790322580645164%;
}
.topicsTextShareTickets {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin: 60px 0 70px 0;
	font-size: 26px;
	line-height: 135%;
}
.topicsTextShareTickets h1 {
	margin-top: 0;
}
.topicsTextShareTickets .tPSMore {
	text-align: right;
}
.topicsTextShareTickets .tPSMore a {
	-webkit-box-shadow: 0 0 30px 5px #cccccc;
	        box-shadow: 0 0 30px 5px #cccccc;
	line-height: 18px;
	text-decoration: none;
}
.tTSTToggleWrap {
	font-weight: bold;
	margin-top: 10px;
	display: inline-block;
	cursor: pointer;
}
.tTSTToggleWrap .glyphicon {
	font-size: 20px;
	color: #e30613;
	top: 4px;
}
.tTSTShare {
	background-color: #ffffff;
	padding: 10px 20px;
	line-height: 28px;
	font-size: 20px;
	font-weight: bold;
	position: relative;
}
.tTSTShare .addthis_inline_share_toolbox {
	position: absolute;
	top: 10px;
	right: 10px;
}
.tTSTShare .glyphicon {
	top: 3px;
	margin-left: 6px;
}
.tTSTTeaser {
	margin-bottom: 10px;
}
.topicsPanorama {
	position: relative;
	height: 400px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.tPTitle {
	position: absolute;
	max-width: 600px;
	text-shadow: 0 0 3px #ccc;
	color: #ffffff;
	font-size: 25px;
	bottom: 20px;
	text-transform: uppercase;
	font-weight: bold;
}
.tPTitle:before {
	content: '';
	position: absolute;
	width: 40px;
	height: 3px;
	background-color: #ffffff;
	margin-top: -20px;
}
.topicsSimpleHeader after {
	background: #ffffff;
}
.topicsPanorama > div {
	margin: 0 auto;
	max-width: 1240px;
}

/* DCE Teamslider */
.tTSMImage {
	width: 295px;
	height: 393px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	cursor: pointer;
	position: relative;
}
.tTSMember {
	margin: 10px;
	position: relative;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}
.tTSMContent {
	display: none;
	max-width: 925px;
	height: 393px;
}
.tTSMName {
	position: absolute;
	bottom: 30px;
	left: 30px;
	right: 80px;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 25px;
}
.tTSMNationality {
	position: absolute;
	bottom: 30px;
	left: 239px;
	z-index: 10;
}
.tTSMember.tTSMAct .tTSMNationality {
	bottom: auto;
	top: 20px;
}
.tTSMNationality img {
	border: 2px solid #ffffff;
}
.tTSMContent {
	padding: 20px;
	background-color: #ffffff;
}
.tTSMName:before {
	content: '';
	position: absolute;
	width: 40px;
	height: 3px;
	background-color: #ffffff;
	display: block;
	margin-top: -20px;
}
.tTSMember .tTSMName {
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	opacity: 1;
	visibility: visible;
}
.tTSMember.tTSMAct .tTSMName {
	opacity: 0;
	visibility: hidden;
}
.tTSMCName {
	position: relative;
	font-size: 25px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.tTSMDescription {
	height: 285px;
	overflow-y: auto;
}
.tTSMCName:after {
	content: '';
	position: absolute;
	bottom: -15px;
	left: 0;
	width: 40px;
	height: 3px;
	background-color: #707173;
}
.tTSMAct .tTSMImage.grayscale {
	-webkit-filter: none;
	        filter: none;
}
.topicsTeamSlider  .slick-dots {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	position: relative;
}
.topicsTeamSlider .slick-dots li {
	width: 70px;
	height: 5px;
	border-bottom: 1px solid #707173;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	margin: 0;
}
.topicsTeamSlider .slick-dots li.slick-active {
	height: 6px;
	border-bottom: 0;
	background-color: #e30613;
}
.topicsTeamSlider .slick-slide {
	opacity: 0.5;
}
.topicsTeamSlider .slick-slide.slick-active {
	opacity: 1;
}

/* DCE Quotes Slider */
.topicsQuoteSlider .slick-slide {
	height: 440px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
.topicsQuoteSlider {
	height: 440px;
}
.topicsQuoteSlider {
	margin-top: 100px;
	-webkit-box-shadow: 0 0 30px 5px #ccc;
	        box-shadow: 0 0 30px 5px #ccc;
}
.tQSImage {
	width: 32.25806451612903%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.tQSQuote {
	width: 66.12903225806451%;
	padding: 20px;
}
.topicsQuoteSlider {
	background-repeat: no-repeat;
	background-image: url(../Images/topicsPoly2.png), url(../Images/topicsPoly3.png);
	background-color: #ffffff;
	background-position: -1000px 300px, 500px -500px;
}
.tQSQuote img {
	margin: 50px 0 20px 0;
}
.tQSQText {
	font-size: 40px;
	font-weight: bold;
	line-height: 115%;
}
.tQSQName {
	position: relative;
	font-size: 25px;
	font-weight: bold;
	margin-top: 50px;
}
.tQSQName:before {
	content: '';
	width: 40px;
	height: 3px;
	background-color: #707173;
	display: block;
	margin-top: -20px;
	position: absolute;
}
.topicsQuoteSlider .slick-dots {
	position: absolute;
	width: 100%;
	max-width: 1240px;
	margin: 5px auto 0 auto;
	position: relative;
}
.topicsQuoteSlider .slick-dots li {
	width: 50px;
	height: 5px;
	border-bottom: 1px solid #707173;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	margin: 0 2.5px;
}
.topicsQuoteSlider .slick-dots li.slick-active {
	height: 6px;
	border-bottom: 0;
	background-color: #e30613;
}
.topicsQuoteSlider .slick-dots li button:before {
	opacity: 0;
	visibility: hidden;
}

/* DCE MediaElement & Grid */
.mediaGrid {
	margin: 0 auto;
	max-width: 1260px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.mediaGrid > a {
	display: none;
}
.tMI0 {
	width: 295px;
	height: 219px;
}
.tMI1 {
	width: 610px;
	height: 458px;
}
.topicsMediaImage {
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0 10px 20px 10px;
	position: relative;
	font-size: 25px;
	font-weight: bold;
	text-transform: uppercase;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
	overflow: hidden;
}
.tMIV {
	background-size: cover;
}
.tMII {
	background-size: 100%;
}
.tMII:hover {
	background-size: 110%;
}
.topicsMediaImage {
	overflow: hidden;
}
.topicsMediaImage a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	color: #ffffff;
}
.topicsMediaImage a span {
	position: absolute;
	display: block;
	bottom: -200px;
	left: 30px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;

}
.topicsMediaImage a span:before {
	position: absolute;
	display: block;
	content: '';
	width: 40px;
	height: 3px;
	background-color: #ffffff;
	margin-top: -18px;
}
.tMIV img {
	position: absolute;
	top: calc(50% - 45px);
	left: calc(50% - 45px);
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.topicsMediaImage > div {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,rgba(0,0,0,0)), color-stop(50%,rgba(0,0,0,0.14)), color-stop(100%,rgba(0,0,0,0.5)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 30%,rgba(0,0,0,0.14) 50%,rgba(0,0,0,0.5) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(0,0,0,0)),color-stop(50%, rgba(0,0,0,0.14)),to(rgba(0,0,0,0.5)));
    background: -o-linear-gradient(top, rgba(0,0,0,0) 30%,rgba(0,0,0,0.14) 50%,rgba(0,0,0,0.5) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 30%,rgba(0,0,0,0.14) 50%,rgba(0,0,0,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
}
.topicsMediaImage:hover > div {
	opacity: 1;
	visibility: visible;
}
.tMI1:hover a span {
	bottom: 30px;
}
.tMI0:hover a span {
	bottom: 30px;
}

.tMIFullscreen {
	position: absolute;
	right: 10px;
	top: -200px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.topicsMediaImage:hover .tMIFullscreen {
	top: 10px;
}
.mediaGrid .mediaGridElement {
	display: none;
}
.mediaGrid .mediaGridElement:nth-of-type(1), .mediaGrid .mediaGridElement:nth-of-type(2), .mediaGrid .mediaGridElement:nth-of-type(3), .mediaGrid .mediaGridElement:nth-of-type(4), .mediaGrid .mediaGridElement:nth-of-type(5), .mediaGrid .mediaGridElement:nth-of-type(6) {
	display: block;
}
.tx-webx-bookingemo .headerImage, .tx-webx-bookingemo .headerimgaewrap {
	display: none;
}
.tx-webx-bookingemo #offers, .tx-webx-bookingemo #facilities, .tx-webx-bookingemo #ratings, .tx-webx-bookingemo #enquiry, .tx-webx-bookingemo #addresses {
	padding: 0 10px 10px 10px;
}
.tx-webx-bookingemo .singleView .services {
	margin-top: 0 !important;
}

/* DCE Trailstatus */
.topicsTrails {
	padding: 30px;
	background-color: #ffffff;
}
.tTTStatus {
	font-size: 60px;
	width: 100px;
}
.tTTStatus .glyphicon-ban-circle {
	color: #e30613;
}
.tTTStatus .glyphicon-ok-circle {
	color: #6ce60c;
}
.tTTrail {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.tTTrail {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #f2f2f2;
}
.tTTrail:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
.tTTrail h4 {
    padding-top: 0;
    margin-top: 0;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
}
.tTTrail h4:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background-color: #707173;
}
.tTTContent {
	width: calc(100% - 100px);
}
#offers .availabilities {
	display: none;
}
#mapScrollUp, #mapScrollDown {
	position: fixed;
	z-index: 10000;
	right: 10px;
	width: 50px;
	height: 50px;
	color: #ffffff;
	background-color: #e2001a;
	border-radius: 25px;
	font-size: 28px;
    font-size: 2.8rem;
}
#mapScrollUp .glyphicon, #mapScrollDown .glyphicon {
	color: #ffffff;
}
#mapScrollUp {
	top: 10px;
	padding-left: 12px;
	padding-top: 10px;
}
#mapScrollDown {
	bottom: 10px;
	padding-left: 10px;
	padding-top: 12px;
}
.slickPagination {
	text-align: center;
    margin-top: 20px;
}
.servicegallery img {
	height: 250px;
}
.servicegallery .slick-slide a {
	width: 100%;
	display: block;
}
.slickPagination .glyphicon-chevron-left, .slickPagination .glyphicon-chevron-right {
	margin: 0 10px;
	color: #e2001a;
}
.highlightRibbon {
	background-image: url(/EXT:wc_experience/Resources/Public/Icons/highlightTopics.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 208px;
    height: 112px;
	margin-left: -39px;
    margin-top: 30px;
}
.blogRibbon {
	background-image: url(../Images/blogRibbon.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 208px;
    height: 112px;
	margin-left: -39px;
    margin-top: 30px;
}
.teaserSlider {
	margin-top: 20px;
	margin-left: -39px;
}
.teaserSlider span {
	display: block;
}
.tSWrap {
	background-color: #ffffff;
	margin-bottom: 20px;
	margin-left: 39px;
}
.tSWrap p {
	margin: 0;
	padding: 0;
}
.tSWrap a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	text-decoration: none;
}
.tSImage {
	width: 32.25806451612903%;
    background-color: #fff;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 300px;
}
.tSContent {
	width: 67.74193548387096%;
    padding: 20px;
    position: relative;
	padding-bottom: 70px;
}
.highlightRibbon, .blogRibbon {
	position: absolute;
}
.tSTitle {
	position: relative;
	font-size: 25px;
    position: relative;
    text-transform: uppercase;
	font-family: 'AltoProCon-Bold';
    font-weight: normal;
    padding-bottom: 15px;
	margin-bottom: 10px;
}
.tSTitle:after {
	position: absolute;
	bottom: 0;
	content: '';
    width: 40px;
    height: 3px;
    background-color: #707173;
    left: 0;
}
.tSAuthor {
	position: absolute;
	bottom: 20px;
	right: 20px;
}
.tSAuthor:before {
	position: absolute;
    top: -10px;
	right: 0;
    content: '';
    width: 40px;
    height: 3px;
    background-color: #707173;
}
.teaserSlider .slick-dots li {
	width: 50px;
    height: 5px;
    border-bottom: 1px solid #707173;
	-webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
	margin: 0;
	padding: 0;
}
.teaserSlider .slick-dots li.slick-active {
    height: 6px;
    border-bottom: 0;
	background-color: #e30613;
}
.teaserSlider .slick-dots li button {
	display: none;
}
.tEDAllTicketsHidden {
	display: none;
}
#socialContent a {
	display: inline-block;
	margin: 0 28px 28px 0;
}
.text-bildmodul {
    max-width: 1280px;
    padding: 30px 20px;
    margin: 0 auto;
	margin-top: 30px;
}
.text-bild-nebeneinander {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.eindrittel-zweidrittel {
	width: calc(33.33333% - 20px);
	margin-bottom: 30px;
	background-color: #ffffff;
	padding: 30px;
}
.eindrittel-zweidrittel > div {
	float: none;
	width: 100%;
	padding: 0;
}
.eindrittel-zweidrittel > div .fullCoverImage {
	height: 250px;
	background-size: cover;
	background-position: center center;
}
.tFBTeaser p {
	margin: 0;
	padding: 0;
}

/* accordion-table */
.accHeaderFirst, .accHeader {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.accHeaderFirst {
	border-bottom: 1px solid #e2001a;
	font-size: 20px;
	font-size: 2rem;
	text-transform: uppercase;
	font-family: 'AltoProCon-Bold';
	font-weight: bold;
	padding-bottom: 11px;
	background-color: #ffffff;
}
.accHeaderRight {
	width: calc(30% - 1px);
	text-align: center;
}
.accHeader .accHeaderLeft, .accHeader .accHeaderRight {
	padding: 11px;
}
.accHeaderLeft {
	width: 70%;
	padding-left: 11px;
}
.accHeader {
	cursor: pointer;
}
.accHeader .accHeaderLeft span {
	position: absolute;
	display: inline-block;
	left: 11px;
	top: 12px !important;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.accHeader .glyphicon {
	color: #e2001a;
}
.accHeader .accHeaderLeft {
	position: relative;
	padding-left: 33px;
}
.accHeader.act .accHeaderLeft span {
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.accContent {
	max-height: 0;
	overflow: hidden;
	padding: 0 11px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.accContent.act {
	max-height: 5000px;
	overflow: visible;
}
.accContent p {
	padding: 0 0 20px 0;
}
.acc {
	background-color: #f2f2f2;
}
.acc.accEven {
	background-color: #ffffff;
}
.accTable {
	border: 20px solid #ffffff;
	margin-bottom: 20px;
	position: relative;
}
#content h3.spaceTop {
	margin-top: 60px;
	max-width: calc(100% - 120px);
}
.accTablePlus {
	position: absolute;
	right: 0;
	top: -111px;
	width: 80px;
	height: 80px;
	background-image: url(../Images/welcomeCardPlus.png);
	background-repeat: no-repeat;
	background-size: cover;
	-moz-transform: rotate(10deg);
	-webkit-transform: rotate(10deg);
	-o-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	transform: rotate(10deg);
}
.accContent th, .accContent td {
	padding: 10px;
	border: 1px solid #68696b;
}
.accEven .accContent th, .accEven .accContent td {
	border: 1px solid #dddddc;
}

.accContent table {
	margin-bottom: 10px;
}

/* M_C_022_Timeline */
.dceTimeline {
	margin-top: 30px;
}
.dTEEntry {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	min-height: 610px;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.dTEELeft {
	width: calc(50% - 10px);
	padding-right: 9%;
	padding-bottom: 130px;
	position: relative;
}
.dTEERight {
	width: calc(50% - 10px);
	position: relative;
}
.dTEEImage, .dTEEImageSmallWrap {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 100%;
	right: -100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.slick-current .dTEEImage {
	left: 0;
	right: 0;
}
.dTEEImageSmallWrap {
	position: absolute;
	top: -10px;
	bottom: -10px;
	left: 100%;
	right: -100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.slick-current .dTEEImageSmallWrap {
	left: -10px;
	right: -10px;
}
.dTEEImageSmall {
	position: relative;
	margin: 10px;
	width: calc(50% - 20px);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.dTEEDate {
	color: #e30613;
	font-weight: bold;
	font-family: 'AltoProCon-Bold';
	font-size: 24px;
}
.dTEETitle {
    font-family: 'AltoProCon-Bold';
    font-size: 50px;
	letter-spacing: 1px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 18px 0 30px 0;
    position: relative;
    padding-bottom: 7px;
	line-height: 100%;
}
.dTEETitle:after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 85px;
    height: 3px;
    background: #707173;
    content: '';
    opacity: 1;
}

.dTNav .slick-list {
	overflow: unset;
}

.dTEEPlayWrap {
	position: absolute;
	bottom: 50px;
	left: 0;
}

.dTBack {
	visibility: hidden;
	opacity: 0;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.dTBack.act {
	visibility: visible;
	opacity: 1;
}
.dTBack {
	position: absolute;
	bottom: 0px;
	left: 0;
	height: 30px;
	line-height: 35px;
	padding-left: 40px;
}

.dTBack span {
	position: absolute;
	left: 0;
	top: calc(50% - 15px);
	display: inline-block;
	margin-right: 10px;
	width: 30px;
	height: 30px;
	border: 2px solid #8d8d8f;
	border-radius: 15px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.dTBack span:before {
	content: "";
	display: block;
	position: absolute;
	left: 9px;
	top: 8px;
	width: 11px;
	height: 11px;
	border-top: 4px solid #8d8d8f;
	border-left: 4px solid #8d8d8f;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.dTBack:hover {
	cursor: pointer;
	color: #e30613;
}
.dTBack:hover span {
	border: 2px solid #e30613;
}
.dTBack:hover span:before {
	border-top: 4px solid #e30613;
	border-left: 4px solid #e30613;
}

.dTEEPlay, .dTEEOverview {
	display: inline-block;
    background-color: #e30613;
    padding: 10px 80px 10px 30px;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    position: relative;
    font-weight: bold;
    -webkit-box-shadow: 0 0 30px 5px #ccc;
    box-shadow: 0 0 30px 5px #ccc;
    margin-top: 30px;
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
	min-width: 180px;
}
.dTEEOverview {
	display: none;
	margin-top: 0;
}
.dTEEPlay > span, .dTEEOverview > span {
	position: absolute;
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 1px solid #ffffff;
	border-radius: 10px;
	top: calc(50% - 10px);
	right: 30px;
}
.dTEEOverview > span > span {
	position: absolute;
	display: inline-block;
	width: 14px;
	height: 14px;
	border: 2px solid #ffffff;
	border-radius: 10px;
	top: calc(50% - 7px);
	right: 2px;
}
.dTEEOverview > span > span:before {
	content: '';
	position: absolute;
	width: 2px;
	height: 7px;
	top: calc(50% - 7px);
	background-color: #ffffff;
	right: 4px;
}
.dTEEOverview > span > span:after {
	content: '';
	position: absolute;
	width: 2px;
	height: 5px;
	top: 3px;
	background-color: #ffffff;
	right: 3px;
	-webkit-transform: rotate(120deg);
	-ms-transform: rotate(120deg);
	transform: rotate(120deg);
}

.dTEEPlay > span > span {
	position: absolute;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #ffffff;
	border-width: 4px;
	top: calc(50% - 4px);
	left: calc(50% - 1px);
}
.dTEEPlay.play > span > span {
	position: absolute;
	border: solid transparent;
	content: " ";
	height: 6px;
	width: 6px;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #ffffff;
	border-right-color: #ffffff;
	border-width: 2px;
	border-top: 0;
	border-bottom: 0;
	top: calc(50% - 3px);
	left: calc(50% - 3px);
}

.dTEEPlay:hover {
	background-color: #b6050f;
}
.dTENPoint {
	position: relative;
	padding-top: 50px;
	cursor: pointer;
	font-size: 20px;
	font-weight: bold;
	color: #8d8d8f;
	text-transform: uppercase;
	line-height: 150%;
	letter-spacing: 1px;
}

.dTENPDot {
	position: absolute;
	top: -4px;
	left: 0;
	width: 12px;
	height: 12px;
	background-color: #8d8d8f;
	border-radius: 6px;
}

.dTENPLine {
	position: absolute;
	top: 0;
	left: 15px;
	right: 3px;
	background-color: #8d8d8f;
	height: 4px;
}
.dTENPoint .dTENPLine span {
	position: absolute;
	display: inline-block;
	height: 4px;
	width: 0;
	background-color: #e30613;
}
.dTENPoint.autoplay .dTENPLine span {
	width: 100%;
}
.dTNav {
	padding-top: 30px;
}
.dTENPoint.slick-current .dTENPDot {
	background-color: #e30613;
}
.dTENPoint.slick-current {
	color: #e30613;
}
.dTEPDate {
	margin-bottom: 20px;
}
.dTEPDate, .dTETitle {
	margin-right: 20px;
}
.polyBackground {
	z-index: 1;
	height: 100%;
	width: 100%;
	background-color: #f2f2f2;
}
.polyOverlay {
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #f2f2f2; /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: -webkit-linear-gradient(315deg, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(315deg, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(135deg, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.floatingContent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.floatingContent .csc-frame-default {
	width: 50%;
	padding: 0 20px;
}
.floatingContent .dcePictureSub .wrap.full .inner {
	max-width: 100%;
}
.dTOverlay {
	display: none;
}
.topicsBack {
	display: inline-block;
    background-color: #e30613;
    padding: 10px 30px 10px 80px;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    position: relative;
    font-weight: bold;
    -webkit-box-shadow: 0 0 30px 5px #ccc;
    box-shadow: 0 0 30px 5px #ccc;
    margin-top: 30px;
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
	text-decoration: none;
    background-image: url(../Images/topicsBack.png);
    background-repeat: no-repeat;
    background-position: 30px center;
}
.topicsBack:hover {
	text-decoration: none;
	background-color: #9e1820;
}
#stoerer {
	position: absolute;
	right: 20px;
	top: 140px;
	z-index: 2;
}
.blogButtonWrap {
	display: inline-block;
    background-color: #e30613;
    padding: 10px 80px 10px 30px;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    position: relative;
    font-weight: bold;
    -webkit-box-shadow: 0 0 30px 5px #ccc;
    box-shadow: 0 0 30px 5px #ccc;
    margin-top: 30px;
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    text-decoration: none;
    background-image: url(../Images/topicsPlay.png);
    background-repeat: no-repeat;
    background-position: right 30px center;
}
.blogButtonWrap a {
	text-decoration: none;
}
.blogButtonWrap .glyphicon {
	display: none;
}
/*Monja*/
/*Unlimited*/
#unlimited.act .csc-frame-default:nth-child(2) {
    max-height: 5000px;
}
#unlimited:hover .dULabel, #unlimited:hover .dUUnlimited {
    color: #e2001a;
        -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.dceUnlimited .dUUnlimited {
    font-size: 34px;
    background-color: #747476;
    color: #fff;
    margin-top: 10px;
    line-height: 44px;
    letter-spacing: 8px;
    padding-top: 7px;
}
#unlimited.act .dUArrow {
    border-top: 4px solid #e2001a;
    border-right: 4px solid #e2001a;
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
}
#unlimited:hover .dUArrow {
    border-top: 4px solid #e2001a;
    border-right: 4px solid #e2001a;
}
.generalArrow {
    display: inline-block;
    width: 11px;
    height: 11px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.dceUnlimited .dUArrow {
    border-top: 4px solid #1a171b;
    border-right: 4px solid #1a171b;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

#unlimited .teaserFilterGrid {
    max-width: 1300px;
    margin: 0 auto;
    padding-top: 15px;
}
#unlimited .csc-frame-default:nth-child(2) {
    background-color: #747476;
}
#unlimited .teaserFilterGridMoreWrap {
    display: none !important;
}
.dceTeasers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#unlimited .csc-frame-default:nth-child(2) {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    background-color: #707173;
    padding-left: 20px;
    padding-right: 20px;
}
.dceUnlimited {
    padding-top: 25px;
    text-align: center;
    cursor: pointer;
}

.dceUnlimited .dULabel {
    padding: 0;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 1px;
    font-weight: bold;
}
#bottomWrap {
    margin-top: 15px;
}
.dTEEDescription {
	font-size: 25px;
	font-size: 2.5rem;
	line-height: 35px;
}
.textBoxWrap {
	background-image: url(../Images/bg-arrow.png) !important;
}
@media screen and (max-width: 1599px) {
	.videoSliderNav, .videoSliderNav  .slick-dots {
		width: 100%;
	}
	#topWeather.act .weatherContent, #topContact.act .contactContent {
		width: 900px;
	}
	.topicsBigHeader > div {
		height: 800px;
	}
	.topicsBigHeader .tPSContent {
		padding-top: 200px;
	}
}

@media screen and (max-width: 1499px) {
	.topicsParallaxSlider .slick-slide {
		width: 1280px;
	}
	.topicsBigHeader > div {
		height: 700px;
	}
	.topicsBigHeader .tPSContent {
		padding-top: 150px;
	}
}

@media screen and (max-width: 1279px) {
	.topicsParallaxSlider .slick-slide, .topicsParallaxSlider .slick-slide.slick-active, .topicsParallaxSlider .slick-slide.slick-active + .slick-slide {
		clip-path: none;
		-webkit-clip-path: none;
	}
	.tPSContent {
		padding-left: 120px;
	}
	#topWeather.act .weatherContent, #topContact.act .contactContent {
		width: 700px;
		font-size: 16px;
	}
	#topWeather .weatherContent .forecastTeaser {
		font-size: 16px;
	}
	.grid3ColContact h4 {
		font-size: 18px;
	}
	.tFB1 {
		width: 48.41269841269841%;
	}
	.tFBBox {
		background-size: cover;
	}
	.tFBBox:hover {
		background-size: cover;
	}
	#mainNavi ul li {
		padding-right: 15px;
	}
	#mainNavi>ul>li>a {
		padding: 20px 10px;
	}
	#mainNavi > ul .glyphicon {
		right: 10px;
		top: 27px;
	}
	.topicsBigHeader > div {
		height: 550px;
	}
	.topicsBigHeader .tPSContent {
		padding-top: 130px;
	}
	.topicsBigHeader .tPSHeadline {
		font-size: 50px;
		margin-bottom: 10px;
	}
	.tPSMore a {
		margin-top: 15px;
		padding: 10px 20px 8px 20px
	}
	.topicsBigHeader .tPSHeadline {
		max-width: 800px;
	}
	.tTSTShare {
		padding: 10px;
	}
	.tPTitle {
		left: 20px;
	}
	.tEPEButtons > div {
		background-image: none;
	}
	.tMI1, .tMI0 {
		width: 100%;
	}
	.mediaGrid {
		padding: 0 10px;
	}
	.mediaGrid .mediaGridElement {
		width: 33.33333333%;
		overflow: hidden;
		padding: 10px;
	}
	.topicsMediaImage {
		margin: 0;
		background-size: cover;
	}
	.mediaGridElement .topicsMediaImage:nth-of-type(2) {
		margin-top: 20px;
	}
	.topicsParallaxSlider .slick-slide {
		height: 768px;
		background-size: cover;
		background-position: center center;
	}
	.dTEELeft {
		padding-right: 0;
	}
}
@media screen and (max-width: 1023px) {
	#mainNavi ul {
		display: none;
	}
	#mobileNaviTriggerWrap {
		display: block;
		float: none;
	}
	#hamburger {
		position: absolute;
		top: 25px;
		left: 25px;
	}
	#topLogo {
		margin-left: 100px;
	}
	.tPSContent {
		padding: 110px;
	}
	#hamburger:before, #hamburger:after, #hamburger span {
		background: #ffffff;
	}
	#mainNaviMobile .glyphicon {
		color: #e30613;
	}
	.tilesWrap {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.tilesWrap .tile {
		width: calc(50% - 10px);
		margin-right: 20px;
		margin-bottom: 20px;
	}
	.tilesWrap.tilesWrapBigger .tile {
		width: 32%;
		margin-right: 0;
	}
	.tilesWrap .tile:nth-of-type(2n) {
		margin-right: 0;
	}
	#bottom .row .col-xs-3:nth-of-type(1), #bottom .row .col-xs-3:nth-of-type(2), #bottom .row .col-xs-3:nth-of-type(3) {
		width: 30%;
		margin-right: 3.3333333333%;
	}
	#bottom .row .col-xs-3:nth-of-type(4) {
		width: 100%;
		clear: both;
		margin-top: 40px;
	}
	#bottom .col-xs-3:nth-of-type(4) .csc-frame-default:nth-of-type(3) .csc-textpic-imagecolumn {
		width: calc(30% - 10px);
		margin-bottom: 20px;
	}
	#bottom .col-xs-3:nth-of-type(4) .csc-frame-default:nth-of-type(3), #bottom .col-xs-3:nth-of-type(4) .csc-frame-default:nth-of-type(4), #bottom .col-xs-3:nth-of-type(4) .csc-frame-default:nth-of-type(5) {
		float: left;
		clear: none;
		width: 30%;
		margin-right: 3.3333333333%;
		margin-bottom: 40px;
	}
	#bottom .col-xs-3:nth-of-type(4) .csc-frame-default:nth-of-type(4), #bottom .col-xs-3:nth-of-type(4) .csc-frame-default:nth-of-type(5) {
		margin-top: -50px !important;
	}
	#bottom .gap {
		padding-top: 0;
		padding-bottom: 0;
	}
	h1, h2, .headerh1 {
		margin: 100px 0 42px 0;
	}
	#bottomWrap {
		margin-top: 100px;
	}
	#topWeather, #topContact, #langNavi {
		width: 10%;
	}
	#mainNavi {
		width: calc(70% - 230px);
	}
	.topicsTeaserFilter {
		font-size: 20px;
	}
	.videoSliderNav .slick-dots li {
		width: 80px;
	}
	.videoSliderNav .slick-dots li.slick-active {
		width: 80px;
	}
	.topicsBigHeader > div {
		height: 430px;
	}
	.topicsBigHeader .tPSContent {
		padding: 115px 20px;
	}
	.tPSDate {
		margin-bottom: 0;
	}
	.tPSHeadline {
		font-size: 40px;
		line-height: 45px;
		margin-bottom: 0;
	}
	.tPSTeaser {
		margin-right: 0;
	}
	.topicsBigHeader .tPSHeadline {
		margin-bottom: 0;
	}
	.topicsTextShareTickets {
		margin-top: 60px;
	}
	.tTSTContent {
		width: 100%;
	}
	.tTSTShareWrap {
		width: 100%;
		margin-top: 20px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.tTSTShare {
		height: 50px;
		width: 300px;
	}
	.tEPEButtons {
		margin: 30px -10px 40px -10px;
	}
	.tEPEButtons > div {
		width: calc(50% - 20px);
		margin: 0 10px 20px 10px;
	}
	.tEPEButtons > div.tEPEBEmpty {
		display: none;
	}
	.tEPEButtons > div.tEPEBCalendar {
		background-image: url(/EXT:webx_eventprogram/Resources/Public/Icons/calBg.png);
	}
	.tEPEButtons > div.tEPEBMap {
		background-image: url(/EXT:webx_eventprogram/Resources/Public/Icons/mapBg.png);
	}
	.tEPEButtons > div.tEPEBWebsite {
		background-image: url(/EXT:webx_eventprogram/Resources/Public/Icons/websiteBg.png);
	}
	.tEPEButtons > div.tEPEBShare {
		width: 46px;
		margin-bottom: 0;
	}
	.tEPEBShare .tTSTShare .addthis_inline_share_toolbox {
		padding: 10px;
	}
	.tEPEButtons > div.tEPEBShare .tTSTShare {
		top: 0;
		bottom: 0;
		left: 46px;
		width: 0;
		height: 50px;
		bottom: 0;
	}
	.tEPEButtons > div.tEPEBShare:hover .tTSTShare {
		width: 170px;
	}
	.tTSMContent {
		max-width: 400px;
	}
	.tQSImage, .tQSQuote {
		width: 50%;
	}
	.tQSQuote img {
		margin-top: 0;
	}
	.tQSQText {
		font-size: 32px;
	}
	.tEDays {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.tEDAllDays, .tEDAllTickets {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
		width: calc(50% - 10px);
		margin: 0 20px 20px 0;
	}
	.tEDAllTickets {
		margin-right: 0;
	}
	.tEDay {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
	.tEPESimpleContent .tEPEButtons>div {
		width: calc(50% - 20px);
		padding: 0 10px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}
	.tEPESimpleContent .tEPEButtons>div {
		margin: 10px 10px 0 10px;
	}
	.tEPESimpleImage, .tEPESimpleContent {
		width: calc(50% - 10px);
	}
	.tEPECTeaser {
		display: none;
	}
	.tEPESimpleContent {
		padding-bottom: 120px;
	}
	.tEPEButtons>div.tEPEBMap, .tEPEButtons>div.tEPEBCalendar, .tEPEBWebsite >div.tEPEBMap {
		background-image: none;
	}
	.tEPESimpleContent .tEPEButtons>div.tEPEBShare {
		width: 10%;
	}
	.tEPESimpleContent .tEPEButtons > div.tEPEBShare:hover .tTSTShare {
		width: 160px;
	}
	.vLContent {
		position: initial;
		padding-bottom: 0;
	}
	.venueList {
		padding-bottom: 190px;
	}
	.vLSizeWrap {
		left: 30px;
		right: 30px;
		bottom: 110px;
	}
	.vLButtons {
		bottom: 30px;
		right: 30px;
		left: 30px;
	}
	.vFReset {
		background-image: none;
	}
	.venueList.hiddenVenue {
		padding: 0;
	}
	.vITargets>div, .vIField {
		width: 98%;
	}
	.vIAttachmentWrap .vIField label:nth-of-type(1) {
		width: 35%;
	}
	.vIAttachmentWrap .vIField input[type="file"], .vIAttachmentWrap .vIField textarea {
		width: 60%;
	}
	.tEDay {
		width: 20%;
		flex-grow: 0;
		margin-bottom: 10px;
	}
	.tEDAllTicketsHidden {
		display: block;
		visibility: hidden;
		opacity: 0;
	}
	.vSISlider {
		order: 1;
		width: 100%;
	}
	.vSIRooms {
		order: 2;
		width: 100%;
	}
	.vSIContact, .vSIIcons {
		order: 3;
		width: calc(50% - 10px);
	}
	.vSIntroduction {
		order: 4;
	}
	.topicsParallaxSlider .slick-slide {
		height: 600px;
	}
	.eindrittel-zweidrittel {
		width: calc(50% - 15px);
	}
	.tFBTeaser {
		display: none;
	}
	.accContent th, .accContent td {
		display: block;
		margin-bottom: 10px;
		width: 100%;
	}
	.dTEELeft {
		padding-right: 0;
	}
	#stoerer {
		top: 110px;
	}
}

@media screen and (max-width: 768px) {
	.floatingContent .csc-frame-default {
		width: 100%;
	}
	.tilesWrap.tilesWrapBigger .tile {
		width: calc(50% - 10px);
	}
	.topicsParallaxSlider .replacePrev {
		left: 20px;
	}
	.topicsParallaxSlider .replaceNext {
		right: 20px;
	}
    .bNMContact.act .grid3ColContactElement {
        float: none;
        width: 100%;
    }
	.tPSContent {
		padding: 80px 160px 80px 80px;
	}
	.tPSHeadline {
		font-size: 50px;
		line-height: 50px;
	}
	.slick-dots {
		position: relative;
		bottom: auto;
	}
	#c199566 .csc-textpic-imagecolumn {
		width: calc(25% - 10px);
		margin-bottom: 40px;
	}
	#bottom .col-xs-3 {
		width: 100%;
		margin: 0;
	}
	#bottom .col-xs-3 {
		display: none;
		padding: 0;
	}
	#bottom .col-xs-3:nth-of-type(1), #bottom .col-xs-3:nth-of-type(4) {
		display: block;
	}
	#bottom .col-xs-3:nth-of-type(4) .csc-frame-default {
		float: none !important;
		width: 100% !important;
		margin-right: 0 !important;
	}
	#bottom .col-xs-3:nth-of-type(1) .csc-frame-default {
		display: none;
	}
	#bottom .col-xs-3:nth-of-type(1) .csc-frame-default:nth-of-type(1) {
		display: block;
	}
	#bottom .row .col-xs-3:nth-of-type(1) {
		width: 50%;
	}
	#bottom h4 {
		font-size: 36px;
		font-size: 3.6rem;
		margin-bottom: 5px;
	}
	#bottom .gap {
		padding: 7.8125%; /* 50 / 640 */
	}
	#bottom .col-xs-3:nth-of-type(1), #bottom .col-xs-3:nth-of-type(1) .csc-frame-default img {
	  width: 285px;
	}
	#bottom .col-xs-3:nth-of-type(4) .csc-frame-default:nth-of-type(3) .csc-textpic-imagecolumn {
		width: 15%;
	}
	#bottom .col-xs-3:nth-of-type(4) img {
		height: 53px;
	}
	#bottom .col-xs-3:nth-of-type(4) .csc-frame-default:nth-of-type(4), #bottom .col-xs-3:nth-of-type(4) .csc-frame-default:nth-of-type(5) {
		margin-top: -10px !important;
	}
	#bottom {
		line-height: 130%;
	}
	#bottom hr {
		border-top: 5px solid #ffffff;
		margin-left: 0;
		width: 55px;
	}
	.csc-textpic-imagerow {
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		margin-bottom: 20px;
	}
	#bottom {
		font-size: 20px;
	}
	#topWeather.act .weatherContent {
		width: 1000%;
		margin-right: -260%;
	}

	#topContact.act .contactContent {
		width: 1000%;
		margin-right: -150%;
	}
	#hamburger {
		top: 15px;
		left: 15px;
	}
	#topLogo {
		margin-left: 85px;
		width: 100px;
	}
	.forecastTeaser {
		display: none;
	}
	.topicsBigHeader > div {
		height: 330px;
	}
	.topicsBigHeader .tPSContent {
		padding: 130px 15px;
	}
	.tBHAnchors {
		margin: 0;
	}
	.tBHAnchors span {
		border-bottom: 0;
		width: 25%;
		background-color: #e30613;
		color: #ffffff;
		border-right: 1px solid #ffffff;
	}
	.tBHAnchors span:hover {
		color: #ffffff;
	}
	.tBHAnchors span:nth-of-type(4) {
		border-right: 0;
	}
	h1, h2, .headerh1 {
		margin: 30px 0 42px 0;
	}
	.tEPTeaser {
		margin-bottom: 20px;
	}
	.tEPEButtons>div {
		background-image: none !important;
		text-align: center;
		padding-left: 0;
	}
	.mediaGrid .mediaGridElement {
		width: 50%;
	}
	.tTSMContent {
		max-width: 300px;
	}
	.tTSMAct .tTSMImage  {
		width: 150px;
	}
	.tTSMember.tTSMAct .tTSMNationality {
		left: 20px;
	}
	.topicsTeamSlider .slick-dots li {
		width: 40px;
	}
	.tQSImage, .tQSQuote {
		width: 100%;
		min-height: 300px;
		background-position: top center;
	}
	.topicsQuoteSlider .slick-slide {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.tEPESimpleImage, .tEPESimpleContent {
		width: 100%;
	}
	.tEPESimpleImage {
		height: 200px;
		margin-bottom: 20px;
	}
	.tEPEButtons>div.tEPEBCalendar {
		background-image: url(/EXT:webx_eventprogram/Resources/Public/Icons/calBg.png) !important;
		text-align: left;
		line-height: 50px;
		height: 50px;
		font-size: 18px;
	}
	.tEPEButtons>div.tEPEBMap {
		background-image: url(/EXT:webx_eventprogram/Resources/Public/Icons/mapBg.png) !important;
		text-align: left;
		line-height: 50px;
		height: 50px;
		font-size: 18px;
	}
	.tEPEButtons>div.tEPEBWebsite {
		background-image: url(/EXT:webx_eventprogram/Resources/Public/Icons/websiteBg.png) !important;
		text-align: left;
		line-height: 50px;
		height: 50px;
		font-size: 18px;
	}
	.vFOption, .vFOption.vFCategory {
		width: calc(50% - 20px);
		display: block;
		height: auto;
	}
	.vFCategory>div {
		margin: 0;
	}
	.venueFilter {
		margin-bottom: 30px;
	}
	.vFReset {
		width: 100%;
		text-align: center;
		padding-left: 0;
	}
	.vLButton {
		width: calc(33.3333333% - 20px);
		margin-left: 0;
	}
	.vLButtons {
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.vLButton a {
		padding: 0 0 0 10px;
	}
	.vLSize {
		width: auto;
	}
	.vLImage {
		width: calc(50% - 20px);
	}
	.vLContent {
		width: 50%;
	}
	.tSImage, .tSContent {
		width: 50%;
	}
	.tEDay {
		width: 20%;
	}
	.vSISliderFor .slick-dots {
		bottom: 4px;
	}
	.vSIContact, .vSIIcons {
		width: 100%;
	}
	.topicsParallaxSlider .slick-slide {
		height: 480px;
	}
	.vSSingle {
		height: 480px;
	}
	.dTEEntry  {
		flex-wrap: wrap;
	}
	.dTEELeft, .dTEERight {
		width: 100%;
	}
	.dTEEPlay {
		display: none;
	}
	.dTEEOverview {
		display: inline-block;
		width: 100%;
		order: 1;
	}
	.dTEEPlayWrap {
		width: 100%;
	}
	.dTEEDate, .dTEETitle {
		display: none;
	}
	.dceTimeline {
		display: flex;
		flex-wrap: wrap;
	}
	.dceTimeline > div {
		width: 100%;
	}
	.dTNav {
		order: 2;
	}
	.dTEntries {
		order: 3;
		margin-top: 20px !important;
	}
	.dTEERight {
		order: 1;
		margin-bottom: 20px;
	}
	.dTEELeft {
		order: 2;
		padding-bottom: 0;
	}
	.dTOverlay {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: #ffffff;
		z-index: -10;
		visibility: hidden;
		opacity: 0;
		display: block;
	}
	.dTOverlay.act {
		opacity: 1;
		visibility: visible;
		z-index: 100;
		-webkit-transition: all 200ms ease;
		-moz-transition: all 200ms ease;
		-ms-transition: all 200ms ease;
		-o-transition: all 200ms ease;
		transition: all 200ms ease;
	}
	.dTOTitle {
		background-color: #ffffff;
		border-bottom: 1px solid #f2f2f2;
		padding: 15px;
		color: #e30613;
		font-size: 18px;
		font-weight: bold;
		text-transform: uppercase;
		line-height: 150%;
		letter-spacing: 1px;
		min-height: 18vh;
		position: relative;
	}
	.dTOTitle .glyphicon {
		position: absolute;
		top: 10px;
		right: 5px;
		padding: 10px;
	}
	.dTOEntries {
		padding: 20px;
		max-height: 82vh;
		overflow-y: scroll;
	}
	.dTOEntry {
		border-left: 2px solid #8d8d8f;
		padding: 0px 20px 20px 20px;
		position: relative;
		font-weight: bold;
	}
	.dTOEntry.act {
		color: #e30613;
	}
	.dTOEntry:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: -10px;
		width: 20px;
		height: 20px;
		background-color: #8d8d8f;
		border-radius: 10px;
		border: 4px solid #ffffff;
	}
	.dTBack {
		display: none;
	}
	.dTEntries {
		margin: 0 -20px;
		width: calc(100% + 40px) !important;
	}
	.dTEEDescription {
		padding: 0 20px;
	}
	.dTEEImage {
		height: 0 !important;
		padding-bottom: 100%;
	}
	.dTEEImageSmall {
		height: 0 !important;
		padding-bottom: calc(50% - 20px);
	}
}
@media screen and (max-width: 768px) and (orientation:portrait) {
	.content .tableWrap:before {
		content: '';
		position: absolute;
		display: block;
		width: 48px;
		height: 47px;
		background-image: url(../Images/smartphoneRotate.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.content .tableWrap table.contenttable.contenttable-0 {
		margin-top: 65px;
	}

}
@media screen and (max-width: 600px) {
	#stoerer {
		width: 160px;
		height: 160px;
		top: 100px;
	}
	#topWeather.act .weatherContent {
		margin-right: -275%;
	}
	#topContact.act .contactContent {
		width: 1000%;
		margin-right: -160%;
	}
	.topicsParallaxSlider .slick-list {
		overflow: visible;
	}
	.topicsParallaxSlider, .topicsBigHeader {
		border-bottom: 220px solid #ffffff;
	}
	.forecastBox:nth-of-type(1), .forecastBox {
		width: 30%;
	}
	.tPSContent {
		position: absolute;
		bottom: -220px;
		background-color: #ffffff;
		height: 220px;
		padding: 30px 15px;
	}
	.topicsBigHeader>div {
		height: 270px;
	}
	.tEProgram.tEProgramAct {
		padding: 15px;
	}
	.tEPETime {
		width: 60px;
	}
	.tEPEContentWrap {
		width: calc(100% - 75px);
	}
	.tEPEImage, .tEPEContent {
		width: 100%;
	}
	.tEPEImage {
		margin-bottom: 20px;

	}
	.content .csc-frame-default {
		padding: 0 15px;
	}
	.tQSImage, .tQSQuote {
		background-position: center top;
	}
	.tQSQuote {
		padding: 10px;
	}
	.topicsQuoteSlider {
		height: auto;
		margin-bottom: 50px !important;
	}
	.topicsQuoteSlider .slick-slide {
		height: auto;
	}
	.topicsQuoteSlider .slick-dots {
		position: absolute !important;
		margin-bottom: -100px;
	}
	.venueList {
		display: block;
	}
	.vLImage {
		width: 100%;
		height: 250px;
	}
	.vLContent {
		width: 100%;
	}
	.vLSizeWrap, .vLButtons {
		position: relative;
		left: auto;
		right: auto;
		bottom: auto;
	}
	.venueList {
		padding-bottom: 30px;
	}
	.vLContent {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.vLContent > div:nth-of-type(1) {
		width: 100%;
		margin: 20px 0;
	}
	.vLSizeWrap, .vLButtons {
		width: 50%;
		display: block;
	}
	.vLSizeWrap > div, .vLButtons > div {
		width: 100%;
	}
	.vLButtons > div {
		margin-bottom: 10px;
		margin-left: 10px;
	}
	.vLButtons > div:last-of-type {
		margin-bottom: 0;
	}
	.tSImage, .tSContent {
		width: 100%;
	}
	.tSImage {
		min-height: auto;
		height: 250px;
	}
	.vSIRTitle {
		width: 100%;
		text-align: center;
	}
	.vSIRData {
		width: 20%;
	}
	.vSIRoom:nth-of-type(even) {
		background-color: transparent;
	}
	.vSIRTitle {
		background-color: #eee;
	}
	.vSIRoom:nth-of-type(1) .vSIRTitle {
		display: none;
	}
	.slick-prev, .slick-next {
		bottom: 0px;
		top: auto;
		font-size: 30px !important;
	}
	.tPSHeadline {
		color: #707173;
	}
	.tPSHeadline, .tPSHeadlineCountdown {
		text-shadow: 0 0 0px #ccc;
	}
	.tPSDate {
		display: none;
	}
	.tPSTeaser {
		display: none;
	}
	.tPSMore a {
		-webkit-box-shadow: 0 0 30px 5px #ccc;
		box-shadow: 0 0 30px 5px #ccc;
		padding: 12px 25px 10px 25px;
	}
	.topicsTextShareTickets .tTSTContent {
		order: 2;
	}
	.topicsTextShareTickets .tTSTShareWrap {
		order: 1;
		margin-top: 0;
		margin-bottom: 30px;
	}
	.tTSTShare {
		width: 100%;
	}
	.tPSContentWrap{
		position: absolute;
		height: 220px;
		width: 100%;
		bottom: -220px;
	}
	.topicsBigHeader {
		overflow: visible;
	}
	.topicsBigHeader .tPSContent {
		padding: 30px 15px;
	}
	.tPSContent br {
		display: none;
	}
	.header {
		overflow: hidden;
	}
	.videoSliderNav ul, .topicsQuoteSlider ul, .topicsTeamSlider ul, .teaserSlider ul {
		display: flex !important;
		justify-content: center !important;
		margin-top: 25px !important;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	.videoSliderNav  .slick-dots li, .topicsQuoteSlider .slick-dots li, .topicsTeamSlider .slick-dots li, .teaserSlider .slick-dots li {
		margin: 0 2%;
	}
	.topicsMediaImage {
		margin-bottom: 20px;
	}
	.teaserSlider {
		margin-top: 90px;
	}
	#c199566 .csc-textpic-imagerow {
		display: flex;
		justify-content: flex-start;
	}
	#c199566 .csc-textpic-imagecolumn {
		margin-bottom: 30px;
	}
	#c199566 .csc-textpic-imagerow > div img {
		max-width: 50px;
	}
	#bottomWrap {
		padding: 50px 15px 0 15px;
	}
	#bottom .row .col-xs-3:nth-of-type(4) {
		margin-top: 20px;
	}
	#bottom h4 {
		font-size: 25px;
	}
	#bottom hr {
		border-top: 3px solid #fff;
		width: 37px;
		margin-top: -5px;
	}
	#bottom .col-xs-3:nth-of-type(4) .csc-frame-default:nth-of-type(3) .csc-textpic-imagecolumn {
		width: 38px;
		margin-right: 18px;
	}
	#bottom .col-xs-3:nth-of-type(4) img {
		width: 38px;
		height: auto;
	}
	#bottom hr {
		margin-bottom: 30px;
	}
	#bottom {
		font-size: 18px;
	}
	#bottom div.csc-textpic-intext-right .csc-textpic-imagewrap {
		float: none;
		position: absolute;
		margin-left: 0;
		margin-top: 70px;
	}
	#bottom div.csc-textpic-intext-right .csc-textpic-imagewrap:before {
		content: '';
		display: block;
		width: 37px;
		height: 3px;
		background-color: #ffffff;
		top: -20px;
		position: absolute;
	}
	#bottom div.csc-textpic-intext-right .csc-textpic-imagewrap img {
		height: 50px;
		width: auto;
	}
	#newsletterSub {
		margin-top: 70px;
	}
	#copyright {
		margin-left: -15px;
		margin-right: -15px;
		text-align: left;
		padding: 15px;
		font-size: 16px;
	}
	#copyright p {
		padding:0;
		margin: 0;
	}
	.eindrittel-zweidrittel {
		width: 100%;
	}

}

@media screen and (max-width: 480px) {
	#hamburger:before, #hamburger:after, #hamburger span {
		height: 8px;
	}
	#hamburger span {
		top: 16px;
	}
	#hamburger:after {
		top: 32px;
	}
	#hamburger, #hamburger:before, #hamburger:after, #hamburger span {
		width: 40px;
	}
	#topWeather, #topContact, #langNavi {
		width: 15%;
		height: 44px;
	}
	#topWeather {
		padding-top: 10px;
	}
	#topContact {
		padding-top: 17px;
	}
	#topWeather.act .weatherContent{
		width: 713%;
		margin-right: -200%;
	}
	#topContact.act .contactContent {
		width: 725%;
		margin-right: -96%;
	}
	#topLogo {
		margin-left: 58px;
		margin-right: 20px;
	}
	#hamburger:before, #hamburger:after, #hamburger span {
		height: 6px;
	}
	#langNavi div.langNaviAct {
		padding-top: 16px !important;
	}
	#topWeather.act .weatherContent {
		top: 57px;
	}
	.topicsTeaserFilter {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.topicsTeaserFilter span, .topicsTeaserFilter span.filterAct {
		width: 48%;
		margin-bottom: 30px;
		padding-bottom: 5px;
		align-self: flex-end;
	}
	.grid3ColContactElement {
		float: none;
		width: 100%;
	}
	.tPSContent {
		padding: 15px;
		max-width: 75%;
	}
	.tFB1, .tFB2 {
		width: 100%;
	}
	.vSNavTitle {
		font-size: 16px;
		padding: 10px;
		line-height: 20px;
	}
	.teaserFilterGrid {
		padding-top: 20px;
	}
	.tilesWrap .tile, .tilesWrap.tilesWrapBigger .tile {
		width: 100%;
		padding: 10px 10px 70px 10px;
		margin: 0 0 20px 0;
	}
	.tileIcon {
		height: 150px;
	}
	.tBHAnchors span, .tBHAnchors span:hover {
		font-size: 16px;
		padding: 10px 0;
		border-bottom: 0;
	}
	h1, h2, .headerh1 {
		font-size: 36px;
	}
	.topicsTextShareTickets {
		font-size: 20px;
	}
	.topicsBigHeader>div {
		height: 175px;
	}
	.tEDay {
		font-size: 16px;
	}
	.tEPETime {
		border-right: 0;
	}
	.tEPETime:before, .tEPETime:after {
		display: none;
	}
	.tEPETime, .tEPEContentWrap {
		width: 100%;
	}
	.tEPEButtons>div {
		width: 100%;
		text-align: left;
		padding-left: 20px;
	}
	.tEPEButtons > div.tEPEBCalendar {
		background-image: url(/EXT:webx_eventprogram/Resources/Public/Icons/calBg.png) !important;
	}
	.tEPEButtons > div.tEPEBMap {
		background-image: url(/EXT:webx_eventprogram/Resources/Public/Icons/mapBg.png) !important;
	}
	.tEPEButtons > div.tEPEBWebsite {
		background-image: url(/EXT:webx_eventprogram/Resources/Public/Icons/websiteBg.png) !important;
	}
	.tEPEButtons {
		margin: 30px 0;
	}
	.tEPEButtons>div {
		margin: 0 0 20px 0;
	}
	.tTSMAct .tTSMImage {
		width: 0;
	}
	.tTSMember.tTSMAct .tTSMNationality {
		left: auto;
		right: 20px;
	}
	.mediaGrid .mediaGridElement {
		width: 100%;
		padding: 0 0 20px 0;
	}
	.tMI1 {
		height: 219px;
	}
	.tEPESimpleContent .tEPEButtons>div {
		margin: 10px 0 0 0;
		width: 100%;
	}
	.tEPESimpleContent .tEPEButtons {
		position: relative;
	}
	.tEPESimpleImage, .tEPESimpleContent {
		padding-bottom: 0;
	}
	.tEPESimpleContent .tEPEButtons>div.tEPEBShare {
		width: 15%;
	}
	.tTTStatus {
		width: 70px;
		font-size: 50px;
	}
	.tTTContent {
		width: calc(100% - 70px);
	}
	.vLSizeWrap, .vLButtons {
		width: 100%;
	}
	.vLSizeWrap {
		margin-bottom: 20px;
	}
	.vLButtons>div {
		margin-left: 0;
	}
	.vFOption, .vFOption.vFCategory {
		width: 100%;
	}
	.vImage {
		display: none;
	}
	.vIContent {
		width: calc(98% - 50px);
		padding-left: 10px;
	}
	.vIField label:nth-of-type(1), .vIField select, .vIField input[type="text"], .vIField input[type="email"], .vIField input[type="number"], .vIField input[type="date"], .vIAttachmentWrap .vIField label:nth-of-type(1), .vIAttachmentWrap .vIField input[type="file"], .vIAttachmentWrap .vIField textarea {
		width: 98%;
		text-align: left;
	}
	.tEDay {
		width: 33%;
	}
	.topicsParallaxSlider .slick-slide {
		height: 320px;
		background-size: cover;
		background-position: center center;
	}
	.forecastBox:nth-of-type(1) {
		width: 45%;
		text-align: left;
		font-size: 18px;
	}
	.forecastBox:nth-of-type(2), .forecastBox:nth-of-type(3) {
		width: 45%;
		text-align: left;
		font-size: 18px;
		float: right;
	}
	.forecastBox:nth-of-type(1) h3 {
		text-transform: uppercase;
		position: relative;
	}
	.forecastBox:nth-of-type(1) h3:after {
		position: absolute;
		top: 100%;
		margin-top: 10px;
		left: 0;
		width: 40px;
		height: 3px;
		background: #707173;
		content: '';
		opacity: 1;
	}
	.forecastBox h4 {
		font-size: 20px;
	}
	.forecastTempBig {
		font-size: 61px;
		margin-bottom: 10px;
	}
	.forecastIconBig {
		width: 110px;
	}
	.forecastFrost, .forecastFineweather {
		margin-top: 0;
		line-height: 24px;
	}
	.forecastIconTomorrow, .forecastIconDayaftertomorrow, .forecastTemp {
		display: inline-block;
		width: 50%;
		text-align: right;
		font-size: 30px;
	}
	.vSSingle {
		height: 320px;
	}
	.vSSingleContent {
		font-size: 25px;
	}
	.teaserFilterGridMore, .vSSCButtonMore, .mediaGridMore {
		padding: 10px 65px 10px 15px;
	}
	.module .spaltenbild {
		width: 100% !important;
		float: none;
		max-width: none;
		margin-right: 0;
	}
	.module .spaltenbild .rahmen {
		height: 300px;
	}
}

@media print {
	body {
		font-size: 24px;
	}
	#topWrap, #gradient, #bottomWrap, .top, .tTSBack, .tTSBRelatedWrap, .tTSBRelatedHeadline, .tTSToggleButton, #map  {
		display: none !important;
	}
	.printLogo {
		display: block !important;
		text-align: right;
	}
	.tSHHeadline {
		background-image: url(../Images/logo.png);
		background-repeat: no-repeat;
		background-position: top right;
		background-color: red;
		height: 200px;
	}
	.tTSContentWrap {
		display: block;
		margin: 0;
	}
	.experienceElementWrap {
		width: 100%;
	}
	.topicsSimpleHeader {
		height: unset;
	}
	.tSHHeadline h1 {
		margin: 0;
		padding: 0;
	}
	a[href]:after {
		content: none !important;
	}
	.mapGsShortInfoText {
		margin-top: 20px;
		border: 1px solid #e8e8e8;
	}
	.mapGsPrintBreakPage, #offers {
		page-break-before: always;
	}
	.tTSMap, #addresses,#additionalinformation, .accordion-section-content {
		display: block;
		height: auto !important;
	}
	.content {
		float: none !important;
		width: 100% !important;
	}
	.options, .serviceproviderFacilities, .slickPagination, .serviceFacilities, #ratings, #enquiry  {
		display: none !important;
	}
	.tx-webx-bookingemo #offers, .tx-webx-bookingemo #facilities, .tx-webx-bookingemo #ratings, .tx-webx-bookingemo #enquiry, .tx-webx-bookingemo #addresses {
		padding: 0;
		margin-top: 20px;
	}

}
