/* 
Theme Name: HCE Theme
Theme URI: https://github.com/marc-mi-marketing/hce-relaunch/
Description:
Author: mi-marketing
Author URI: https://mi-marketing.de/
Template: hello-elementor
Version: 2.0.2
Text Domain: hce
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

/* Fonts */
@font-face {
    font-family: 'Dosis';
    src: url('assets/fonts/Dosis-Light.woff2') format('woff2'),
    url('assets/fonts/Dosis-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Dosis';
    src: url('assets/fonts/Dosis-Regular.woff2') format('woff2'),
    url('assets/fonts/Dosis-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('assets/fonts/Roboto-Regular.woff2') format('woff2'),
    url('assets/fonts/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body{
    font-family: 'Dosis';
}

/* Typography */
.h1{
    font-family: var(--e-global-typography-bfbd69d-font-family), Sans-serif;
    font-size: var(--e-global-typography-bfbd69d-font-size);
    line-height: var(--e-global-typography-bfbd69d-line-height);
}

.h2{
    font-family: var(--e-global-typography-45c0c18-font-family), Sans-serif;
    font-size: var(--e-global-typography-45c0c18-font-size);
    line-height: var(--e-global-typography-45c0c18-line-height);
}

.h3{
    font-family: var(--e-global-typography-3fed200-font-family), Sans-serif;
    font-size: var(--e-global-typography-3fed200-font-size);
    line-height: var(--e-global-typography-3fed200-line-height);
}

.h4{
    font-family: var(--e-global-typography-7020b5d-font-family), Sans-serif;
    font-size: var(--e-global-typography-7020b5d-font-size);
    line-height: var(--e-global-typography-7020b5d-line-height);
}

.p{
    font-family: var(--e-global-typography-212a5ff-font-family), Sans-serif;
    font-size: var(--e-global-typography-212a5ff-font-size);
    line-height: var(--e-global-typography-212a5ff-line-height);
}

/* Full Width Container */
:is(.elementor-section-wrap,[data-elementor-id])>.e-con{
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
}

/* Offset Right (Padding Left) */
.container-offset-right{
	padding-left: clamp(2vw, calc((100vw - 1400px) / 2), 260px) !important;
	padding-right: 10px !important;
}

.container-offset-right .elementor-widget-loop-carousel.elementor-element :is(.swiper,.swiper-container)~.elementor-swiper-button-prev{
	left: calc(100% - clamp(2vw, calc((100vw - 1400px) / 2 + 75px), 340px));
}

.container-offset-right .elementor-widget-loop-carousel.elementor-element :is(.swiper,.swiper-container)~.elementor-swiper-button-next{
	right: clamp(2vw, calc((100vw - 1400px) / 2 - 10px), 260px);
}

/* Colors */
:root {
    --hce-gold: #AE9A63;
    --hce-bg-light: #3A3A3A;
    --hce-bg-dark: #313131;
    --hce-bg-dark-alt: #4c4c4c;
    --hce-text: #000;
}

/* BG Radial */
.bg-radial{
    background-color: transparent;
    background-image: radial-gradient(at center center, var(--e-global-color-436a506) 0%, var(--e-global-color-722340f) 100%);
}

/* Mega Menu */
.mega-menu{
    background-color: transparent;
    background-image: radial-gradient(at center center, var(--e-global-color-436a506) 0%, var(--e-global-color-722340f) 100%);
    padding: 0px;
}

.mega-menu > .e-con-inner{
    min-height: 600px;
	display: flex;
	flex-wrap: wrap !important;
	gap: 0;
	flex-direction: row !important;
}

/* Slider */

.hce-slider .swiper-slide{
    height: auto !important;
    aspect-ratio: 125 / 46;
}

.hce-slider .swiper-slide-inner{
    max-width: 1920px;
}

.hce-slider .swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
    z-index: 1;
    right: 20px;
    left: unset;
    width: fit-content;
    display: flex;
    flex-direction: column;
    gap: 10px;
    top: 50%;
    bottom: unset !important;
    transform: translateY(-50%);
}

.hce-slider .swiper .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet{
	margin: 0;
	border-radius: 0;
}

/* Borlabs */
.BorlabsCookie ._brlbs-content-blocker a{
    color: var(--hce-gold);
}
.BorlabsCookie ._brlbs-content-blocker ._brlbs-btn{
    font-family: "Conduit ITC Black";
    text-transform: uppercase;
    padding: 24px 12px;
    min-width: 300px;
}

/* Social Icons */
.social-icons .elementor-social-icon{
    transform: skewX(-20deg);
}
.social-icons .elementor-social-icon i{
    transform: skewX(20deg);
}

/* Sticky Buttons im Editor ausbelende*/
.elementor-editor-active .sticky-buttons-desktop {
    display: none;
}

/* Button gold to white */
.elementor-widget-button.button-gold .elementor-button-wrapper .elementor-button-link{
    background: linear-gradient(to left, var(--hce-gold) 50%, #fff 50%) right;
    background-size: 200%;
    transition: 0.5s ease-in;
    /* clip-path: polygon(20px 0%, 100% 0%, calc(100% - 20px) 100%, 0% 100%); */
}

/* Buttons */
.elementor-widget-button.button-gold .elementor-button-wrapper .elementor-button-link:hover svg,
.elementor-widget-button.button-gold .elementor-button-wrapper .elementor-button-link:hover i,
.elementor-widget-button.button-gold .elementor-button-wrapper .elementor-button-link svg,
.elementor-widget-button.button-gold .elementor-button-wrapper .elementor-button-link i{
    fill: #000;
    color: #000;
}
.elementor-widget-button.button-gold .elementor-button-wrapper .elementor-button-link:hover,
.elementor-widget-button.button-weiss .elementor-button-wrapper .elementor-button-link:hover{
    background-position: left;
}

.button-gold {
    display: inline-block;
    background: linear-gradient(to left, var(--hce-gold) 50%, #fff 50%) right;
    background-size: 200%;
    transition: .5s ease-out;
    font-family: "Conduit ITC Black", Sans-serif;
    text-transform: uppercase;
    padding: 25px 54px;
    -webkit-mask-image: url('/wp-content/uploads/2022/07/button-gold.svg');
    -webkit-mask-size: 320px;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: auto;
}

.button-gold span{
    color: #fff;
}

.view-more-button {
    padding: 15px 90px;
    color: var(--hce-text) !important;
}

.button-gold:hover {
    background-position: left;
}

.button-gold:hover span{
    color: var( --e-global-color-3c145c5 );
}

/* Buttons Neu */
.elementor-widget-button span.elementor-button-icon,
.elementor-widget-icon-box span.elementor-icon{
    height: 24px;
    top: 2px;
    position: relative;
}

.elementor-widget-button.button-weiss .elementor-button-wrapper .elementor-button-link,
.kachel-cta .elementor-widget-icon-box,
.ff-stream .ff-loadmore-wrapper .ff-btn,
.e-loop__load-more .elementor-button-link{
    box-shadow: unset;
	background: linear-gradient(to left, #fff 50%, var(--hce-gold) 50%) right;
	background-size: 205%;
    background-position: 99%;
    transition: all .3s ease;
	padding: 14px 24px;
    border: 2px solid #fff;
    position: relative;
    color: #000;
}

.ff-stream .ff-loadmore-wrapper .ff-btn{
    font-family: var(--e-global-typography-7020b5d-font-family), Sans-serif;
    font-size: var(--e-global-typography-7020b5d-font-size);
    line-height: var(--e-global-typography-7020b5d-line-height);
    border-radius: 0;
}

.elementor-widget-button.button-weiss .elementor-button-wrapper .elementor-button-link:after,
.kachel-cta .elementor-widget-icon-box:after,
.elementor-widget-button.button-schwarz .elementor-button-wrapper .elementor-button-link:after,
.ff-stream .ff-loadmore-wrapper .ff-btn:after,
.e-loop__load-more .elementor-button-link:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 13px;
    top: 13px;
    background: url('assets/img/rahmen-gold.svg') no-repeat right bottom / cover;
}

.elementor-widget-button.button-weiss .elementor-button-wrapper .elementor-button-icon svg,
.kachel-cta .elementor-widget-icon-box .elementor-icon-box-icon svg{
	fill: #000;
}

.kachel-cta.alt .elementor-widget-icon-box .elementor-icon-box-icon svg{
	fill: #fff;
}

.kachel-cta.alt .elementor-icon-box-title,
.kachel-cta.alt:hover .elementor-icon-box-title{
	color: #fff;
}

.kachel-cta .elementor-icon-box-title{
	color: #000;
}

.elementor-widget-button.button-schwarz .elementor-button-wrapper .elementor-button-link,
.kachel-cta.alt .elementor-widget-icon-box{
    position: relative;
	box-shadow: unset;
    background-color: transparent !important;
	background: linear-gradient(to left, transparent 50%, #000 50%) right;
	background-size: 205%;
    background-position: 99%;
    transition: all .3s ease;
	padding: 14px 24px;
    border: 2px solid #fff;
    color: #fff;
}

.kachel-cta.alt .elementor-widget-icon-box{
	background: linear-gradient(to left, #000 50%, #1f1f1f 50%) right;
    background-size: 205%;
    background-position: 99%;
}

.elementor-widget-button.button-weiss .elementor-button-wrapper .elementor-button-link:hover,
.kachel-cta:hover .elementor-widget-icon-box,
.ff-stream .ff-loadmore-wrapper .ff-btn:hover,
.e-loop__load-more .elementor-button-link:hover{
    background-position: left;
	color: #000 !important;
    border: 2px solid var(--hce-gold);
}

.elementor-widget-button.button-schwarz .elementor-button-wrapper .elementor-button-link:hover,
.kachel-cta.alt:hover .elementor-widget-icon-box{
    background-position: left;
    color: #fff !important;
    border: 2px solid #fff;
}

.elementor-widget-button.button-weiss .elementor-button-wrapper .elementor-button-link:hover:after,
.elementor-widget-button.button-schwarz .elementor-button-wrapper .elementor-button-link:hover:after,
.kachel-cta:hover .elementor-widget-icon-box:after,
.kachel-cta.alt:hover .elementor-widget-icon-box:after,
.ff-stream .ff-loadmore-wrapper .ff-btn:hover:after,
.e-loop__load-more .elementor-button-link:hover:after{
    background: url('assets/img/rahmen-weiss.svg') no-repeat right bottom / cover;
}

.elementor-widget-button.button-weiss .elementor-button-wrapper .elementor-button-link:hover .elementor-button-icon svg,
.kachel-cta:hover .elementor-widget-icon-box .elementor-icon-box-icon svg{
	fill: #000 !important;
}

.elementor-widget-button.button-schwarz .elementor-button-wrapper .elementor-button-link:hover .elementor-button-icon svg,
.kachel-cta.alt:hover .elementor-widget-icon-box .elementor-icon-box-icon svg{
    fill: #fff !important;
}

/* Sticky Buttons */
.sticky-buttons-desktop .elementor-button-text{
    display: none;
}
.sticky-buttons-desktop .elementor-widget-button:hover .elementor-button-text{
    display: inline-block;
}
.sticky-buttons-desktop .elementor-widget-button{
    position: fixed;
    right: -100px;
    transition: all 0.35s ease-in;
    width: 200px;
}
.sticky-buttons-desktop .elementor-widget-button .elementor-button-link{
    width: 200px;
}
.sticky-buttons-desktop .elementor-widget-button .elementor-button-content-wrapper{
    justify-content: flex-start;
	align-items: center;
}
.sticky-buttons-desktop .elementor-widget-button .elementor-button-link{
    transform: unset;
   /* clip-path: polygon(20px 0%, 100% 0%, 100% 100%, 0% 100%); */
}
.sticky-buttons-desktop .elementor-widget-button .elementor-button-link .elementor-button-icon,
.sticky-buttons-desktop .elementor-widget-button .elementor-button-link .elementor-button-text{
    transform: unset;
}
.sticky-buttons-desktop .elementor-widget-button:hover .elementor-button-text {
    max-width: fit-content;
}
.sticky-buttons-desktop .elementor-widget-button:nth-child(1){
    top: 50%;
}
.sticky-buttons-desktop .elementor-widget-button:nth-child(2){
    top: 57%;
}
.sticky-buttons-desktop .elementor-widget-button:nth-child(3){
    top: 63%;
}
.sticky-buttons-desktop .elementor-widget-button:hover{
    right: -20px;
}
.sticky-buttons-desktop .elementor-button-icon.elementor-align-icon-left{
    margin-right: 0px !important;
}
.sticky-buttons-desktop .elementor-button-link:hover .elementor-button-icon.elementor-align-icon-left{
    margin-right: 10px !important;
}

/* Ligatabelle, Tables */
table{
	max-width: 100%;
	display: block;
	height: auto !important;
	overflow-x: overlay;
}

.ligatabelle, .ligatabelle td, .ligatabelle th{
    border: none !important;
    text-align: left;
    font-size: 20px;
    line-height: 24px;
}
.ligatabelle td{
    padding: 10px;
}

.ligatabelle th{
    text-transform: uppercase;
}

.ligatabelle thead tr.gold::after {
    content: "";
    width: 100%;
    height: 15px;
    background: url('/wp-content/uploads/2022/09/linie.svg') center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 55px;
}

.ligatabelle tr.hce-gold {
    font-weight: bold;
    color: #fff;
    position: relative;
    /* Safari Fix */
    transform: scale(1);
}

.ligatabelle tr.hce-gold:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    max-height: 44px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/wp-content/uploads/2022/09/button-gold.svg) no-repeat center center / cover;
    z-index: 1;
}

.ligatabelle tr.hce-gold td {
    z-index: 2;
    position: relative;
}

.ligatabelle.full tr th:nth-child(2),
.ligatabelle.full tr td:nth-child(2) {
    text-align: left;
}

/* even */
.ligatabelle tbody tr>td, .ligatabelle tbody tr>th,
.tablepress tbody tr>td, .tablepress tbody tr>th{
   /* background-color: var(--hce-bg-dark);*/
    background-color: transparent;
}
/* even hover */
.ligatabelle tbody tr:hover>td, .ligatabelle tbody tr:hover>th,
.tablepress tbody tr:hover>td, .tablepress tbody tr:hover>th{
   /* background-color: var(--hce-bg-dark-alt);*/
    background-color: transparent;
}
/* odd */
.ligatabelle tbody>tr:nth-child(odd)>td, .ligatabelle tbody>tr:nth-child(odd)>th,
.tablepress tbody>tr:nth-child(odd)>td, .tablepress tbody>tr:nth-child(odd)>th{
  /*  background-color: var(--hce-bg-light);*/
    background-color: transparent;
}
/* odd hover */
.ligatabelle tbody>tr:nth-child(odd):hover>td, .ligatabelle tbody>tr:nth-child(odd):hover>th,
.tablepress tbody>tr:nth-child(odd):hover>td, .tablepress tbody>tr:nth-child(odd):hover>th{
 /*   background-color: var(--hce-bg-dark-alt);*/
    background-color: transparent;
}
/* gold */
.ligatabelle tbody tr.gold td,
.ligatabelle thead tr.gold th,
.tablepress thead th{
  /*  background-color: var(--hce-gold);*/
  /*  color: var(--hce-text);*/
}
/* gold hover */
.ligatabelle tbody tr.gold:hover td,
.tablepress tbody tr:hover td{
    /*background-color: var(--hce-gold);*/
    color: #fff;
}
/* spacer */
.ligatabelle tr.spacer td{
    padding: 0px;
    background-color: transparent !important;
    font-size: 10px;
}
/* THead */
.ligatabelle thead th{
    font-family: "Conduit ITC Black", Sans-serif;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
}

/* mobile swipe */
.mobile-swipe.table-hint{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.4);
    height: 100%;
    width: 100%;
}

.mobile-swipe.table-hint .wrapper{
    position: relative;
    top: 125px;
}

.mobile-swipe .path {
    width: 20px;
    height: 20px;
    position: absolute;
    background: var(--hce-gold);
    border-radius: 40px;
    top: -10px;
    left: 78px;
    visibility: hidden;
}

.mobile-swipe .path.animate{
    animation: swipe-dot 2s 0.5s infinite;
}

.mobile-swipe .hand-icon {
    position: relative;
    background: url('assets/img/icon-pointer.svg') no-repeat center center / 80px;
    width: 100px;
    height: 100px;
}

.mobile-swipe .hand-icon.animate{
    animation: swipe-hand 2s infinite;
}

@keyframes swipe-hand {
    25% { transform: translate(20px) rotate(30deg); }
    50% { transform: translate(-20px) rotate(-15deg); }
    100% { transform: translate(0px) rotate(0); }
}

@keyframes swipe-dot {
    12% {
        visibility: visible;
        width: 40px;
    }
    25% {
        visibility: visible;
        transform: translate(-65px);
        width: 20px;
    }
    26% { visibility: hidden; }
}

/* hce-tabs */
.hce-tabs .elementor-tab-title {
    max-width: 300px;
    margin: 0 20px;
}

.hce-tabs .elementor-tab-title::after{
    content: '';
    display: inline-block;
    float: right;
    background: url("/wp-content/uploads/2022/08/doppelpfeil-weiss-1.svg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    transform: rotate(90deg);
}
.hce-tabs .elementor-tab-title{
    /*border: 3px solid var( --e-global-color-primary ) !important;
    background-color: var(--e-global-color-402cbb8);*/
}
.hce-tabs .elementor-tab-title:nth-child(2){
    padding-left: 45px;
    margin-left: -25px;
}
.hce-tabs .elementor-tab-title {
    background-color: transparent;
    /* clip-path: polygon(0% 0%, 100% 0%, calc(100% - 20px) 100%, 0% 100%); */
    z-index: 2;
    background: url('/wp-content/uploads/2022/09/linie.svg') left bottom no-repeat;
    min-width: 50%;
    text-align: center;
    text-transform: uppercase;
}

.hce-tabs .elementor-tab-title.elementor-active {
    background: url('/wp-content/uploads/2022/09/button-gold.svg') center center no-repeat;
    background-size: cover;
}
.hce-tabs .elementor-tab-title:nth-child(2).elementor-active{
    /*clip-path: polygon(20px 0%, 100% 0%, 100% 100%, 0% 100%);*/
}
.hce-tabs.elementor-widget-tabs .elementor-tab-content {
    padding-top: 45px;
    padding-bottom: 45px;
}

/* Next Game Shortcode */
.next-game h3{
    margin-bottom: 0;
    margin-top: 0;
    font-size: 20px;
    line-height: 28px;
}
.next-game .place h3{
    color: #fff;
}
.next-game .inner-wrapper{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    color: #fff;
}
.next-game .inner-wrapper .title,
.next-game .inner-wrapper .date{
    /*padding: 15px;*/
}
.next-game .inner-wrapper .title{
    width: 70%;
}
.next-game .white{
    /* clip-path: polygon(20px 0, 100% 0, 100% 100%, 0 100%); */
    /* background-color: #fff; */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 30%;
}
.next-game .inner-wrapper .date{
    width: 75%;
    color: #fff;
    text-align: center;
    font-weight: 500;
    padding-left: 15px;
}
.next-game .inner-wrapper .icon{
    width: 25%;
    text-align: center;
    font-size: 30px;
    color: #fff;
}
.next-game .inner-wrapper .icon:hover,
.next-game:hover .inner-wrapper .icon{
    color: var( --hce-gold );
}
.next-game.home .inner-wrapper .icon:hover,
.next-game.home:hover .inner-wrapper .icon{
    color: var( --hce-bg-dark );
}
.next-game .inner-wrapper .date p{
    margin-bottom: 0;
    margin-top: 0;
    font-family: "Conduit ITC Black", Sans-serif;
    line-height: 28px;
}
.next-game.short .white{
    position: relative;
}
.next-game.short .score{
    width: 75%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-family: 'Conduit ITC Black';
    font-size: 28px;
    line-height: 28px;
    height: 28px;
}

.next-game.short .score span{
    font-family: 'Dosis';
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    height: 28px;
    display: inline-block;
    margin-right: 15px;
}
.next-game.short i.angle-double-right{
    top: 3px;
    background: url('/wp-content/uploads/2022/08/doppelpfeil-weiss-1.svg');
}
.next-game.short{
    padding: 15px 0;
}
.next-game.short:after{
    content: "";
    width: 100%;
    height: 15px;
    background: url('/wp-content/uploads/2022/09/linie.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 10px -5px 5px -5px;
    display: block;
    position: absolute;
    left: 0;
}
.next-game.short a:hover .score,
.next-game.short a:hover .title,
.next-game.short a:hover .date{
    color: var(--hce-gold);
}
.next-game.short a:hover i.angle-double-right{
    background: url('/wp-content/uploads/2022/09/doppelpfiel-3.svg');
}
.next-game .mobile-refresh-goals{
    display: none;
}

/* full next game view */
.next-game.full.home .inner-wrapper, .next-game.full.away .inner-wrapper{
    background-color: transparent;
}
.next-game .logo-wrapper{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
    text-align: center;
    font-family: "Conduit ITC Black", Sans-serif;
}
.next-game.full .inner-wrapper > a{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.next-game.full .inner-wrapper > a::after {
    content: "";
    width: 100%;
    max-width: 520px;
    height: 15px;
    background: url('/wp-content/uploads/2022/09/linie.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 10px -5px 5px -5px;
}
.next-game.full.abgeschlossen .inner-wrapper > a{
    color: #fff;
}
.next-game.full.live .inner-wrapper .goals{
    color: var(--hce-gold);
}
.next-game.full.abgeschlossen .date-abgeschlossen{
    margin: 1em 0;
    display: block;
    width: 100%;
}
.next-game.full.abgeschlossen .inner-wrapper > a::after{
    display: none;
}
.next-game.full.home .inner-wrapper > a{
    background-color: transparent;
}
.next-game.full .inner-wrapper .title{
    color: #fff;
    transition: all 0.3s;
}
.next-game.full .inner-wrapper > a:hover .title,
.next-game.full .inner-wrapper > a:hover .date{
    color: var( --hce-gold );
}
.next-game .logo-wrapper .vs-wrapper{
    width: 24%;
}
.next-game .logo-wrapper .vs-wrapper .score{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}
.next-game .logo-wrapper .vs-inner-wrapper {
    text-align: center;
    color: var( --e-global-color-primary );
    width: 52px;
    max-width: 52px;
    /* border: 1px solid var( --e-global-color-secondary ); */
    /* border-radius: 50px; */
    height: 50px;
    background: url('/wp-content/uploads/2022/09/vs.svg') center no-repeat;
}

.next-game .logo-wrapper .vs-wrapper .goals{
    font-size: 60px;
    line-height: 60px;
}
.next-game .logo-wrapper .vs-inner-wrapper p{
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 50px;
    text-transform: uppercase;
}
.next-game .logo-wrapper .vs-wrapper .button-gold {
    margin: 0 auto;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 30px;
}
.next-game .logo-wrapper .border{
  /*  border-top: 3px solid var( --e-global-color-primary );*/
    margin: 14px auto 6px;
    width: 60%;
    border-radius: 3px;
}
.next-game .logo-wrapper .home-logo,
.next-game .logo-wrapper .away-logo{
    width: 38%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}
.next-game .logo-wrapper img{
    max-height: 150px;
    width: auto;
    object-fit: contain;
}
.next-game .ticket-wrapper{
    text-align: center;
    width: 100%;
}

i.angle-double-right {
    background: url('/wp-content/uploads/2022/09/doppelpfiel-3.svg');
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    transition: all 0.5s;
}

.next-game.live .button-weiss{
    width: 100%;
    display: block;
    margin: 1em 0 0;
    text-transform: uppercase;
    animation: pulse 2s infinite;
}
.next-game.live .refresh-hint{
    font-family: 'Dosis';
    text-transform: uppercase;
    font-style: italic;
    color: var(--hce-gold);
    position: relative;
    cursor: pointer;
    animation: pulse 2s infinite;
}
.next-game.live .refresh-goals:hover{
    color: #fff;
}
.next-game.live .refresh-goals i.angle-double-right{
    right: -20px;
    top: 3px;
}

.next-game:not(.live) .hint,
.next-game:not(.live) .vs-wrapper,
.next-game:not(.live) .countdown-spacer{
    display: none;
}

.next-game.live .time{
    display: none;
}

.next-game.live .address{
    opacity: 0;
}

.next-game.live .score, .next-game.live .score .elementor-widget-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.next-game.live .score .score-wrapper,
.next-game.live .score .icon-wrapper{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 48px;
}

.next-game.live .score .icon-wrapper{
    animation: pulse 2s infinite;
}

.next-game.live .score .icon-wrapper span{
    padding: 0px 10px;
    text-transform: uppercase;
    background: var(--hce-gold);
    color: #000;
    font-size: var(--e-global-typography-f4a9002-font-size);
    font-family: var(--e-global-typography-f4a9002-font-family);
    line-height: var(--e-global-typography-f4a9002-line-height);
    font-weight: bold;
}

/* Pulse Animation */
@-webkit-keyframes pulse {
    0% {
        opacity: 0.4;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.4;
    }
}

@keyframes pulse {
    0% {
        opacity: 0.4;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.4;
    }
}

/* Single Game */
.single-game-abgeschlossen{
    opacity: 0.9;
}

/* Partner */
.partner .filter-items.active,
.partner .filter-items:hover {
    background-color: var(--hce-gold) !important;
    color: var( --e-global-color-secondary );
    -webkit-mask-image: url('/wp-content/uploads/2022/07/button-gold.svg');
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
}

.elementor-34587 .elementor-element.elementor-element-270c14 .filter-items:hover, .elementor-34587 .elementor-element.elementor-element-270c14 .filter-items.active {
    border: none !important;
}

/* Load-Gif */
.loader {
    margin: 8px 0;
    border: 3px solid #fff;
    border-radius: 50%;
    border-top: 3px solid var(--hce-gold);
    width: 32px;
    height: 32px;
    animation: spinner 4s linear infinite;
}

@keyframes spinner {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Kontaktformular */
.kontaktformular input,
.kontaktformular textarea{
    background: url('/wp-content/uploads/2022/09/linie.svg');
    background-repeat: no-repeat;
    background-position: bottom center;
}
#kontaktformular-submit {
    display: inline-block;
    background: linear-gradient(to left, var(--hce-gold) 50%, #fff 50%) right;
    background-size: 200%;
    transition: .5s ease-out;
    font-family: "Conduit ITC Black", Sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    padding: 25px 54px;
    -webkit-mask-image: url('/wp-content/uploads/2022/07/button-gold.svg');
    -webkit-mask-size: 320px;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: auto;
}
#kontaktformular-submit span{
    color: #fff;
}
#kontaktformular-submit:hover {
    background-position: left;
}
#kontaktformular-submit:hover span{
    color: var( --e-global-color-3c145c5 );
}

/* Spieltag */
.spieltag .wettbewerb{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
    max-height: 40px;
}

.spieltag .wettbewerb.Bundesliga{
    background-image: url('assets/img/2HBL_Logo-quer_RGB.webp');
}

.spieltag .wettbewerb.Pokal{
    background-image: url('assets/img/DHB-Pokal_Logo-quer_RGB.webp');
}

.spieltag .wettbewerb.Testspiel{
    background-image: url('assets/img/testspiel-white.svg');
}

.spieltag .vs-wrapper{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-image: url('assets/img/vs.png');
}

.spieltag.topspiel-1 .info{
    background-color: var(--hce-gold) !important;
}

.spieltag.topspiel-1 .info .elementor-heading-title{
    color: #000 !important;
}

/*Ticketfomrulare*/
.hc-form span.elementor-field-option {
    padding-right: 25px !important;
}

.hc-form input[type="checkbox"] {
    margin-right: 5px;
}

.hc-form  .elementor-field-group.elementor-column.elementor-field-group-spieltag span.elementor-field-option {
    width: 400px;
}

.hc-form  .elementor-field-group.elementor-column.elementor-field-group-spieltag .elementor-field-subgroup.elementor-subgroup-inline {
    gap: 10px;
}


.hc-form .elementor-form input[type="checkbox"],
.hc-form .elementor-form input[type="radio"]{
    width: 24px;
    height: 24px;
    vertical-align: middle;
    appearance: none; 
	padding: 0;
}

.hc-form .elementor-form input[type="checkbox"]::before,
.hc-form .elementor-form input[type="radio"]::before{
    content: "";
	line-height: 18px;
	padding: 0 3px;
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 2px solid #fff;
    background: transparent !important;
    transition: background 0.3s;

}

.hc-form .elementor-form input[type="checkbox"]:hover::before,
.hc-form .elementor-form input[type="radio"]:hover::before{
    border-color: #A9965E;
}

.hc-form .elementor-form input[type="checkbox"]:checked::before,
.hc-form .elementor-form input[type="radio"]:checked::before{
    content: "✔";
    background: #A9965E !important;
    border: 2px solid #A9965E;
    color: #fff;
}

.hc-form .elementor-field-group-datenschutz input[type="checkbox"]::before {
    line-height: 18px !important;
}

.hc-form .elementor-field-option input {
    background: transparent !important;
}


/* Tablet */
@media only screen and (max-width: 1024px){
    /* Next Game Shortcode */
    .next-game h3{
        font-size: 20px;
        line-height: 28px;
    }
    .next-game .inner-wrapper .date p{
        line-height: 28px;
    }
    .next-game .inner-wrapper .title::after{
        height: 58px;
    }
    /* single-game */
    .single-game .white{
        background-color: #fff;
    }
    .single-game .white span, .single-game .white i{
        color: var(--hce-bg-dark) !important;
    }
    /* Ligatabelle */
    .ligatabelle thead th{
        font-size: 20px;
        line-height: 28px;
    }
	/* Offset Right (Padding Left) */
	.container-offset-right{
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	.container-offset-right .elementor-widget-loop-carousel.elementor-element :is(.swiper,.swiper-container)~.elementor-swiper-button-prev{
		left: calc(100% - 65px);
	}
	.container-offset-right .elementor-widget-loop-carousel.elementor-element :is(.swiper,.swiper-container)~.elementor-swiper-button-next{
		right: 10px;
	}
}

/*News*/
.article-full-width.elementor-section-stretched.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default.ae-bg-gallery-type-default {
    background: transparent;
}

/* reCaptcha ausblenden */
.grecaptcha-badge {opacity:0}

/* Mobile */
@media only screen and (max-width: 769px) {
    /* Mobile Padding */
    .elementor-column-gap-default>.elementor-column>.elementor-element-populated{
        padding: 15px;
    }
    /* Tabs */
    .hce-tabs.elementor-widget-tabs .elementor-tab-content {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .hce-tabs .elementor-tab-title {
        margin: 1em 0;
    }
    .hce-tabs .elementor-tab-title.elementor-active::after,
    .hce-tabs .elementor-tab-title:nth-child(2).elementor-active::before{
        display: none;
    }
    /* Next Game Shortcode */
    .next-game .inner-wrapper .title{
        width: 100%;
    }
    .next-game .inner-wrapper .date{
        width: 80%;
        text-align: left;
    }
    .next-game .inner-wrapper .icon{
        width: 20%;
    }
    .next-game .white{
        width: 100%;
        margin-left: 0;
        color: var(--hce-gold);
        position: relative;
    }
    .next-game.short .score{
        justify-content: left;
        align-items: flex-end;
        width: 80%;
    }
    .next-game.short .score span{
        line-height: 24px;
    }

    /* Next Game Full Shortcode */
    .next-game .logo-wrapper .home-logo,
    .next-game .logo-wrapper .away-logo{
        width: 30%;
    }
    .next-game .logo-wrapper .border{
        margin: 8px auto;
    }
    .next-game .logo-wrapper .vs-wrapper{
        width: 40%;
    }
    .next-game .logo-wrapper .vs-wrapper .goals{
        margin: 0.5em 0;
    }
    .next-game .inner-wrapper .date{
        color: var(--hce-gold);
        padding-left: 0;
    }
    .next-game.full.live .vs-wrapper .button-weiss,
    .next-game.full.live .vs-wrapper .refresh-hint{
        display: none;
    }
    .next-game .mobile-refresh-goals .refresh-hint{
        display: block;
    }
    .next-game .mobile-refresh-goals{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 1em;
    }
    .next-game .mobile-refresh-goals .button-weiss{
        text-align: center;
        margin: 0;
    }
    .next-game .logo-wrapper .vs-inner-wrapper{
        width: 22px;
        max-width: 22px;
    }
    .next-game .logo-wrapper .vs-wrapper .goals{
        font-size: 40px;
        line-height: 40px;
    }
    .next-game.live .refresh-goals i.angle-double-right{
        right: -30px;
    }
    .next-game .logo-wrapper{
        padding: 30px 0 0;
    }
    .next-game .logo-wrapper img {
        max-height: 100px;
    }
}

@media only screen and (max-width: 480px){
    /* Table */
    .ligatabelle, .ligatabelle td, .ligatabelle th{
        font-size: 16px;
    }
    table.ligatabelle.full{
        overflow-x: scroll;
        scroll-behavior: smooth;
        max-width: 100%;
        display: block;
    }
    .mobile-swipe.table-hint{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-start;
    }
    /* Teamname bigger */
    .ligatabelle.full tr td:nth-child(2) {
        min-width: 145px;
        text-align: left;
    }
    .ligatabelle tr.hce-gold {
        background: none;
        background-color: var(--hce-gold);
    }
    .ligatabelle tr.hce-gold:after{
        display: none;
    }

    /* Tabs */
    .hce-tabs .elementor-tab-title {
        min-width: 100%;
    }
    /* Filter */
    .filter-items {
        width: calc(50% - 15px);
    }
    .filter-items a{
        text-align: center;
    }
    .aep-filter-bar.mobile {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
}