body::-webkit-scrollbar {
	width: 15px;
	border-radius: 7.5px;
	background-color: transparent;
	/*background-color: #FF9E6D;*/
	position: absolute;
	top: 0;
	right: 0;
}
body::-webkit-scrollbar-thumb {
	background-color: #FF9E6D; 
	border-radius: 7.5px;	
}


/* Konami Class */
body.konami {
  cursor: url('/media/frontend/images/layout/konamiball.png'), auto;
}
/*END OF KONAMI*/

.tournament_nav_logo {
	image-rendering: -webkit-optimize-contrast !important;	
	will-change: transform;
}

@media all and (max-width: 368px) {
	.tournament_nav_logo {
		display:none;
	}
}

.em_bg {
	
	background: #00002D;	
	/*background-image: url(/media/frontend/images/background.jpg);*/
	background-size:    100% auto;                   
    background-repeat:   repeat-y;
    background-position: center top;   
}

.em2021 #sponsor_logos {
	background: transparent !important;
}
.em2021 #sponsor_logos .head_logos_image {
    height: 100px !important;
}

#widget91 {
	height:90vh;
	width: 100%;
	overflow:hidden;	
	position: relative;
	min-height: 735px;
	/*max-height: 735px;*/
}


#widget91 .widget91_image_container {
	position: absolute;
	top:0;
	right:0;
	height: 100%;
	width: 80%;
	overflow:hidden;       
	background-position: center right;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	min-height: 735px;
}

#widget91 .widget91_container {
	position: absolute;
	top:0;
	left:0;
	height: 100%;
	width: 100%;
	overflow:hidden;   
	min-height: 735px;
	/*max-height: 735px;*/
}

#widget91 .video-wrapper {
	display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
    overflow: hidden;
}
#widget91 .iframe-wrapper {	
	height: 120%;
	position:absolute;
	width: 1000%;
}

@media all and (min-width: 2150px) {
	#widget91 .iframe-wrapper {	
		height: 130%;
		position:absolute;
		width: 1000%;
	}
}
@media all and (min-width: 2350px) {
	#widget91 .iframe-wrapper {	
		height: 135%;
		position:absolute;
		width: 1000%;
	}
}

#widget91 .iframe-embed {	
	height: 100%;
	position:absolute;
	width: 100%;
}

#widget91 video {
	object-fit: cover;
    height: 100%;
    object-position: center center;
    width: 100%;
    z-index: 2;
}

#widget91 .widget91_sand {
	position: absolute;
	top:0;
	left:0;
	height: 100%;
	width: 100%;
	overflow:hidden;    
   	background-image: url(/media/frontend/images/layout/sand.webp);
	background-position: left center;
	background-size: cover;
	background-repeat: no-repeat;	
}


@media all and (min-width: 2000px) {
	#widget91 .widget91_sand {	
		background-position-x: -10px;
	}
}
@media all and (min-width: 2400px) {
	#widget91 .widget91_sand {	
		background-position-x: -30px;
	}
}
@media all and (min-width: 2800px) {
	#widget91 .widget91_sand {	
		background-position-x: -50px;
	}
}
@media all and (min-width: 3200px) {
	#widget91 .widget91_sand {	
		background-position-x: -80px;
	}
}

#widget91 h1 {
	text-transform: none;
}

#widget91 .widget91_container img {
	width: auto;
	height: 100%;
}
#widget91 .widget91_container video {
	width: 100%;
}
#widget91 .widget91_container .content_cont {
	position: absolute;
	top: 2%; /*40%;*/
	left: 4%;
	width: 24%;
	/*transform: translateY(-50%);*/
}

#widget91 .covid_info {
	/*display: block;	*/
	z-index: 200;	
	position:absolute;
	right:100px;
	top:100px;
	width: 200px;
	height: 200px;
	border-radius: 100px;
	background-color: rgba(2255,157,110,1);
    color: #00002D;
    border: 0px;
    text-decoration:none;
    cursor: pointer;
    text-align: center;
    animation: pulse 1.1s infinite;
	box-shadow: 0 0 0 rgba(255,157,110, 0.7);
    display:flex;
    align-items: center;
    justify-content: center;
}


#widget91 .widget91_container .content_headline {	
	font-size: calc(20px + (70 - 20) * ((100vw - 350px) / (2800 - 350)));
	line-height: calc(22px + (70 - 22) * ((100vw - 350px) / (2800 - 350)));	
	text-align:left;
	font-family: "Lemur-Bold";
	
}
#widget91 .widget91_container .content_headline.light {	
	color: #FFF;
}
#widget91 .widget91_container .content_headline.dark {	
	color: #00002D;
}
#widget91 .widget91_container .content_text {	
	font-size: calc(16px + (25 - 16) * ((100vw - 350px) / (2400 - 350)));
	line-height: calc(18px + (30 - 18) * ((100vw - 350px) / (2400 - 350)));	
	font-weight: bold;
	text-align:left;
	margin-top:20px;
}
#widget91 .widget91_container .content_text.light {	
	color: #FFF;
}
#widget91 .widget91_container .content_text.dark {	
	color: #00002D;
}
#widget91 .widget91_container .content_link {		
	margin-top: 15px;
	display: inline-block;
	padding: 10px;
	padding-left: 25px;
	padding-right: 25px;
	width: fit-content;
	text-align: center;
	text-transform: uppercase;
 	font-family: Gilroy-SemiBold;
 	font-size: 15px;
    font-weight: 600;
}
#widget91 .widget91_container .content_link.light {	
	background: #FFFFFF9A 0% 0% no-repeat padding-box;
	border: 3px solid #00002D;
	border-radius: 10px;
	opacity: 1;
	color: #00002D;
}
#widget91 .widget91_container .content_link.dark {	
	background: #FFFFFF9A 0% 0% no-repeat padding-box;
	border: 3px solid #00002D;
	border-radius: 10px;
	opacity: 1;
	color: #FFF;
}
#widget91 .em-owl {
	width: 80%;	
	height: 100px;
	position: absolute;
	right: 5%;
	bottom: 25px;
	display: block;	
}
#widget91 .em-owl .owl-stage-outer  {
	width: 100%;	
	position:absolute;
	bottom: 0;
	left: 0%;	
	overflow: hidden;
}
#widget91 .em-owl .item  {
	height: 100px;	
	border-radius: 10px;	
	opacity: 1;	
	cursor: pointer;
}

#widget91 .em-owl .slider_container{
	width: 275px;
	height: 100px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 10px;
}

#widget91 .em-owl .item .slider_container .img_elem  {
	position:absolute;
	top:0;
	left: 0;
	width:100%;
	height:100%;
	border-radius: 10px;	
	background-size: cover;
	filter: grayscale(90%);
}

#widget91 .em-owl .item.active .slider_container{	
	border: 2px solid #fff;
	border-radius: 10px;		
}

#widget91 .em-owl .item .blue_overlay {
	position:absolute;
	top:0;
	left: 0;
	width:100%;
	height:100%;
	border-radius: 10px;	
	background: linear-gradient(180deg, rgba(0,0,45,0.35) 0%, rgba(0,0,45,0.2) 100%);		
}
#widget91 .em-owl .item .item_text
{
	top:0;
	left: 0;
	width:100%;
	height:100%;
	text-align:center;
	line-height: 91px;
	vertical-align:middle;
	font-size: 20px;
	/* color: #FF9E6D; */
	color: #f07a3f;
	text-transform: uppercase;
	font-weight: bold;
	position:absolute;	
}
#widget91 .owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 0px;
    margin-left: 0px;
    left: -25px;
    border:0px solid black;
}

#widget91 .owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 0px;
    right: -15px;
    border:0px solid black;
}
#widget91 .owl-prev i,
#widget91 .owl-next i {
	    transform: scale(0.5,1.6);
	    color: #fff;	
	}

#widget91 mark {
	  background-color: #ff9d6e;	
	  background-clip: content-box;
	  padding: 0;
}

#widget91 .swatch_logo {
	position:absolute;
	top: 5px;
	right: 50px;
	width: 90px;
	height: 26px;
	background-image: url(/media/frontend/images/swatch.png);
	background-size: cover;
}
#widget91 .swatch_watch {
	position: absolute;
    top: -24px;
    left: -4px;
    width: 95px;
    height: 126px;
    background-image: url(/media/frontend/images/swatch_watch.png);
    background-size: 185%;
    background-position: center;
}
#widget91 .days {
	position: absolute;
    top: 40px;
    left: 95px;
    font-size: 10px;
    font-weight: bold;
    width:40px;
    text-align:center;
}
#widget91 .hours {
	position: absolute;
    top: 40px;
    left: 135px;
    font-size: 10px;
    font-weight: bold;
    width:40px;
    text-align:center;
}
#widget91 .minutes {
	position: absolute;
    top: 40px;
    left: 175px;
    font-size: 10px;
    font-weight: bold;
    width:40px;
    text-align:center;
}
#widget91 .secounds {
	position: absolute;
    top: 40px;
    left: 215px;
    font-size: 10px;
    font-weight: bold;
    width:40px;
    text-align:center;
}
#widget91 .days_value {
	position: absolute;
    top: 55px;
    left: 95px;
    font-size: 20px;
    font-weight: bold;
    width:40px;
    text-align:center;
}
#widget91 .hours_value {
	position: absolute;
    top: 55px;
    left: 135px;
    font-size: 20px;
    font-weight: bold;
    width:40px;
    text-align:center;
}
#widget91 .minutes_value {
	position: absolute;
    top: 55px;
    left: 175px;
    font-size: 20px;
    font-weight: bold;
    width:40px;
    text-align:center;
}
#widget91 .secounds_value {
	position: absolute;
    top: 55px;
    left: 215px;
    font-size: 20px;
    font-weight: bold;
    width:40px;
    text-align:center;
}

@media all and (max-width: 1920px) {
	#widget91 {
		max-height: 735px;
	}	
	#widget91 .widget91_container{
		max-height: 735px;
	}	
}

@media all and (min-width: 1000px) {

	#widget91.livematches {
		min-height: 580px;
		max-height: 580px;
	}
	
	#widget91.livematches .widget91_container {	
		min-height: 580px;
		max-height: 580px;
	}
	
	#widget91.livematches .widget91_container .content_cont {	
		top: 50%;
		transform: translateY(-55%);
	}
	#widget91 .widget91_container .content_cont {	
		top: 50%;
		transform: translateY(-55%);
	}
	
	#widget91.livematches .widget91_container .content_headline
	{	
		font-size: calc(18px + 45 * ((100vw - 350px) / (2800 - 350)));
		line-height: calc(20px + 45 * ((100vw - 350px) / (2800 - 350)));	
		text-align:left;
		font-family: "Core Sans Heavy";	
	}
	
	#widget91.livematches  .widget91_container .content_text {	
		font-size: calc(12px + 15 * ((100vw - 350px) / (2800 - 350)));
		line-height: calc(14px + 15 * ((100vw - 350px) / (2800 - 350)));	
		font-weight: bold;
		text-align:left;
		margin-top:20px;
	}
	
}

@media all and (min-width: 1921px) {

	#widget91.livematches {	
		max-height: 970px;
	}
	
	#widget91.livematches  .widget91_container {	
		max-height: 970px;
	}
	#widget91 .widget91_image_container {
		background-size: cover;
	}	
}

@media all and (max-width: 1000px) {
	
	#widget91 .em-owl {
		width: 80%;
		left: 10%;
		right:10%;		
	}	
	
	#widget91 {
		/*min-height:auto;*/
	}
	#widget91 .widget91_sand
	{
		background-image: url("/media/frontend/images/layout/sand_mobile.webp");	
		background-position-y: calc( -50vw + 30px );
	}
	
	#widget91 .widget91_container {
		/*min-height:auto;*/
	}
	
	#widget91 .widget91_image_container {
		background-size: cover;		
		background-position: center center;
	}
	
	#widget91 .widget91_container .content_cont {	
        top: 3%;
        width: 92%;
    }
	#widget91 .widget91_image_container {        
        width: 100%;
    }
    
}
@media all and (max-width: 850px) {

	#widget91 .widget91_sand
	{
		background-position-y: calc( -42vw + 30px );
	}	
}
@media all and (max-width: 700px) {

	#widget91 .widget91_sand
	{	
		background-position-y: calc( -32vw + 30px );
	}	
}
@media all and (max-width: 600px) {
	#widget91 .widget91_container .content_cont
	{ 
		width: 96%;
		top: 4%;
	}
	#widget91 .widget91_sand
	{	
		background-position-y: calc( -23vw + 30px );
	}	
}
@media all and (max-width: 450px) {
	#widget91 .widget91_sand
	{	
		background-position-y: calc( -42vw + 30px );
	}	
	#widget91 .em-owl .slider_container
	{ 
		width: 250px;
	}	
}



.widget_93  {
	margin-top: 50px;
	margin-bottom: 30px;
	width: 100%;
    overflow: hidden;
}
.widget_93 .pre_headline_left {
	color:#fff;
	font-size: calc(12px + (18 - 12) * ((100vw - 350px) / (2400 - 350)));
	line-height: calc(12px + (18 - 12) * ((100vw - 350px) / (2400 - 350)));
	text-align:center;
	vertical-align: middle;
	padding-top: 30px;
}
.widget_93 .headline_left {
	color: #FF9E6D;
	font-size: calc(40px + (50 - 40) * ((100vw - 350px) / (2400 - 350)));
	line-height: calc(42px + (52 - 42) * ((100vw - 350px) / (2400 - 350)));
	font-weight:bold;
	text-align:center;
	vertical-align: middle;
	margin-top:10px;
}
.widget_93 .sub_headline_left {
	color: #FFF;
	font-size: calc(25px + (32 - 25) * ((100vw - 350px) / (2400 - 350)));
	line-height: calc(27px + (32 - 27) * ((100vw - 350px) / (2400 - 350)));	
	text-align:center;
	vertical-align: middle;	
	padding: 15px;
	border-bottom: 2px solid rgba(255,255,255,0.3);
	width: fit-content;
	margin: 0 auto;
}
.widget_93 .sm_headline_left {
	color: rgba(255,255,255,0.6);
	font-size: calc(12px + (18 - 12) * ((100vw - 350px) / (2400 - 350)));
	line-height: calc(12px + (18 - 12) * ((100vw - 350px) / (2400 - 350)));
	text-align:center;
	vertical-align: middle;
	padding-top: 15px;
}
.widget_93 .sm_icons {
	color: #fff;
	width: fit-content;
	margin: 0 auto;
	text-align:center;
	padding:15px;
}.widget_93 a {
	padding:10px;
} 
.widget_93 .fab {
	color: #fff;
} 
.widget_93 .img_container {	
	text-align: right;
} 
.widget_93 .ticket_image {
	width: 132px;
	text-align: right;
	margin-top:10px;
} 
.widget_93 .headline_right {
	color: #FF9E6D;
	font-size: calc(36px + (46 - 36) * ((100vw - 350px) / (2400 - 350)));
	line-height: calc(38px + (48 - 38) * ((100vw - 350px) / (2400 - 350)));
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	margin-top:10px;
}
.widget_93 .text_right {
	color:#fff;
	font-size: calc(12px + (18 - 12) * ((100vw - 350px) / (2400 - 350)));
	/*line-height: calc(14px + (18 - 14) * ((100vw - 350px) / (2400 - 350)));*/
	text-align:left;
	vertical-align: middle;
	padding-top: 15px;
}
.widget_93 .button_right {	
	margin-top: 15px;
	height: 40px;
	width:	250px;
	max-width: 250px;	
	line-height: 37px;
	vertical-align: middle;
	overflow: hidden;
	text-align: center;
	position:relative;
	padding: 0 !important;
	display:block;
	text-decoration: none;
}
.widget_93 .button_right img{	
	margin: auto;
    height: 32px;
    width: 32px;
}

.widget_93 .blue_tickets {
	background-color: #0000ff;
	width: 100%;
	height: 100%;
	margin:0;
	padding:0;
	position:absolute;
	left:0px;
	top:0px;
	border-radius: 5px;
	border: 1px solid #fff;
	padding-left: 10px !important;
	padding-right: 10px !important;
	color:#fff;
}
.widget_93 .orange_tickets {
	background-color: #ff9e6d;
	width: 100%;
	height: 100%;
	margin:0;
	padding:0;
	left:0px;
	top:0px;
	transform: translateX(-250px);
    transition: transform 0.3s ease-in-out;
    color: #000;
    border-radius: 5px;
	border: 1px solid #ff9e6d;
	padding-left: 10px !important;
	padding-right: 10px !important;
}
.widget_93 .button_right:hover .orange_tickets{	
	transform: translateX(0px);
    transition: transform 0.2s ease-in-out;
}

@media (max-width: 768px) {
	.widget_93 .img_container {	
		display:none;
	} 
	.widget_93 .right {
		text-align: center;
	}
	.widget_93 .headline_right {
		padding: 0 30px;
		text-align:center;
	}
	.widget_93 .text_right {
		padding: 0 30px;	
		text-align:center;
	}
	.widget_93 .button_right {
		text-align:center;
		margin: 20px auto;
	}	
}
.widget95
{
	color: #fff;
	width: 100%;
   /* margin-left: -15px;
    margin-right: -15px;*/
    margin-bottom: 70px;
}
.widget95 .twocol-content {
	width: 100%; 
	/*padding-left:30px;
	padding-right: 30px;*/
}
.widget95 p
{
	color: #fff;
}
.widget95 .icon_container
{
	text-align: right;
}
.widget95 .twocol-icon {
	height: 60px;
}
.widget95 .manner_border
{
	border-left: 1px solid #FF9E6D;
}
.widget95 h2
{
	font-size: calc(26px + (32 - 26) * ((100vw - 350px) / (2400 - 350)));
}
.widget95 h2
{
	font-size: calc(26px + (32 - 26) * ((100vw - 350px) / (2400 - 350)));
}
.widget95 p
{
	font-size: calc(16px + (20 - 16) * ((100vw - 350px) / (2400 - 350)));
}
.widget95 h3
{
	font-size: calc(18px + (20 - 18) * ((100vw - 350px) / (2400 - 350)));
}
.widget95 .big_content
{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.widget95 .small_content
{
	display:none;
}
@media (max-width: 1200px) {
	.widget95 .big_content
	{
		display:none;
	}
	.widget95 .small_content
	{
		display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	}
}
@media (max-width: 767px) {
	.widget95 .manner_border
	{
		margin-top:20px;
	}
	.widget95 .twocol-icon {
		display:none;
	}
	.widget95 .big_content
	{
		display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	}
	.widget95 .small_content
	{
		display:none;
	}
	.widget95 .twocol-content, .widget95 .twocol-content h2, .widget95 .twocol-content p
	{ 
		text-align:center;
	}
	.widget95 .twocol-content, .widget95 .twocol-content h2, .widget95 .twocol-content p
	{ 
		text-align:center;
	}
	.widget95 .twocol-content .blue_ticket_button {
		margin: 0 auto;	
	}		
	.widget95 {
		margin-left: 0px;
    	margin-right: 0px;
    }
}

.blue_ticket_button {	
	margin-top: 15px;
	height: 40px;
	width:	250px;
	max-width: 250px;	
	line-height: 37px;
	vertical-align: middle;
	overflow: hidden;
	text-align: center;
	position:relative;
	padding: 0 !important;
	display:block;
	text-decoration: none;
}
.blue_ticket_button img{	
	margin: auto;
    height: 32px;
    width: 32px;
}

.blue_ticket_button .blue_tickets {
	background-color: #0000ff;
	width: 100%;
	height: 100%;
	margin:0;
	padding:0;
	position:absolute;
	left:0px;
	top:0px;
	border-radius: 5px;
	border: 1px solid #fff;
	padding-left: 10px !important;
	padding-right: 10px !important;
	color:#fff;
}
.blue_ticket_button .orange_tickets {
	background-color: #ff9e6d;
	width: 100%;
	height: 100%;
	margin:0;
	padding:0;
	left:0px;
	top:0px;
	transform: translateX(-250px);
    transition: transform 0.3s ease-in-out;
    color: #000;
    border-radius: 5px;
	border: 1px solid #ff9e6d;
	padding-left: 10px !important;
	padding-right: 10px !important;
}
.blue_ticket_button:hover .orange_tickets{	
	transform: translateX(0px);
    transition: transform 0.2s ease-in-out;
}

/**Mediathek*/
.em2021 .current_video h4{
	background-color: #ff9e6d;
	color: #00002D;
}

.em2021 .contentbox .navigation_item {
    height: 105.5px;
    background: #00002D;
    color: white;
    cursor: pointer;
    border-bottom: 0px;
}

.em2021 .contentbox .navigation_item a {
    height: 86px;
    background: #00002D;
    color: #fff;
    cursor: pointer;

}
.em2021 .contentbox .navigation_item:hover a {
	color: #fff;
}
.em2021 .contentbox .navigation_item.active {
    background: white none repeat scroll 0 0;
    border: 0px !important;
    color: #00002D !important;
}

.em2021  .contentbox .navigation_item.active span {
    color: #00002D !important;
}
.em2021 .contentbox .navigation_item:after {
    position 							: absolute;
    content 							: '';
    top 								: 0;
    left 								: 0;
    width 								: calc(100% + 1px);
    height 								: 100%;
    -webkit-transition 					: all 0.2s ease-in-out 0s;
    -o-transition 						: all 0.2s ease-in-out 0s;
    transition 							: all 0.2s ease-in-out 0s;
    background-image 					: radial-gradient(circle at bottom left, #00009e 60%, #02002f);
    opacity 							: 0;
    z-index 							: 2;
}
.em2021  .contentbox .navigation_item.active:hover span {
    color: #fff !important;
}