body {
	margin: 0;
	color: var(--e-global-color-text);
	font-family: "Acumin", Sans-serif;
	line-height: 1.5;
}

* {
	outline: none !important;
}

a {
	color: var(--e-global-color-accent);
}

p:last-child {
	margin-bottom: 0;
}

ul {
	padding-left: 15px;
}

.elementor-sticky--effects {
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
}

p:empty,
p {
	margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	line-height: 1.2;
}

a {
	-webkit-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
	outline: none !important;
}

a:hover {
	text-decoration: underline;
}

a:focus {
	outline: none;
	outline-offset: 0;
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:last-child a {
	padding-right: 0 !important;
}

img {
	display: block;
}

img.size-full {
	width: 100%;
}

.open-menu .elementor-icon-wrapper {
	display: flex;
}

.back-to-top {
	position: fixed;
	right: 30px;
	bottom: 30px;
	opacity: 0;
	transition: all 0.4s;
	cursor: pointer;
	width: auto;
}

.back-to-top.show {
	opacity: 1;
}

.header .elementor-widget-theme-site-logo.elementor-widget-image img {
	width: 100px;
	transition: all 0.4s ease-out 0s;
}

.header.elementor-sticky--effects .elementor-widget-theme-site-logo.elementor-widget-image img {
	/* width: 100px; */
}

.home-banner {
	clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
}

.home-banner .swiper-slide-inner::before {
	content: "";
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(270deg, transparent 18%, rgba(0, 0, 0, .7) 93%);
}

.home-banner .swiper-slide-contents {
	z-index: 1;
	max-width: 1400px !important;
	width: 100%;
	margin: 0 auto;
	padding: 20px;
}

.elementor-posts .elementor-post {
	display: flex;
	padding: 20px 20px 20px 20px;
	background-color: #232323;
}

.elementor-popup-modal .dialog-widget-content {
	background: none;
}

.elementor-widget-search .e-search-input.no-icon-label {
	border: none;
	border-radius: 50px;
}

.header::after {
	content: '';
	background: var(--e-global-color-accent);
	position: absolute;
	top: 0;
	clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
	right: 0;
	height: 100%;
	width: calc((100% - 1050px) / 2 + 200px);
}

.header>.e-con-inner {
	z-index: 1;
}

.elementor-widget-image a {
	width: 100%;
}

.elementor-widget-n-menu .e-n-menu-title {
	transition: all 0.4s ease-out 0s;
}

.header.elementor-sticky--effects .elementor-widget-n-menu .e-n-menu-title {
	padding: 20px;
}

.elementor-share-buttons--skin-gradient .elementor-share-btn__text,
.elementor-share-buttons--skin-gradient.elementor-share-buttons--view-icon .elementor-share-btn__icon {
	background-image: none;
}

.elementor-kit-5 h2 {
	margin-bottom: 10px;
}

table {
	border-collapse: collapse;
	min-width: 640px;
}

table td {
	padding: 2px;
	border: solid 1px var(--e-global-color-text);
	vertical-align: top;
	text-align: left;
}

div#disable-megamenu+.e-n-menu-content {
	width: 240px !important;
	left: 0;
}

.elementor-widget-n-menu .e-n-menu-item {
	position: relative;
}

.product {
	display: flex;
	flex-wrap: wrap;
	gap: 30px
}

.product .item {
	width: calc(100% / 4 - 22.5px);
	box-shadow: 0 8px 24px #0000000a;
	margin-bottom: 30px;
	font-family: "Outfit", Sans-serif;
	transform: translateY(0);
	transition: all ease-in-out .15s;
	display: flex;
	flex-flow: column;
}

.product .item .info {
	background: #F8F8F8;
	padding: 30px 15px;
	flex: 1 auto;
}

.product .item .img {
	position: relative;
	padding-top: 100%;
}

.product .item .img img {
	width: 100%;
	height: 100%;
	background: #F8F8F8;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: contain;
}

.product .item h3 {
	font-size: 20px;
	margin-bottom: 0;
	font-family: "Outfit", Sans-serif;
	font-size: 16px;
	font-weight: 800;
}

.product .item .product_price {
	font-size: 18px;
	margin-bottom: 20px;
}

.ml-auto {
	margin-left: auto;
}

.elementor-widget-text-editor a {
	color: inherit;
	font-weight: bold;
	text-decoration: underline;
}

table.article.teams {
	min-width: 100%;
}

table.article.teams tr,
table.article.teams td {
	padding: 0;
	border: none;
	font-family: "Acumin", Sans-serif;
	font-size: 16px;
	position: relative !important;
}

table.article.teams thead {
	display: none;
}

table.article.teams tr:hover td {
	color: var(--e-global-color-accent);
}

table.article.teams td {
	position: static !important;
}

table.article.teams td:last-child a {
	position: absolute !important;
	top: 0;
	font-size: 0;
	width: 100%;
	height: 100%;
	left: 0;
	z-index: 1;
}


.games__header.game {
	line-height: 35px;
	display: flex;
}

.games--fixtures .games__header {
	background-color: #F8F8F8;

	border-top: 1px solid #ead0d0;
	position: sticky;
	top: 0170px;
	font-weight: bold;
	z-index: 10;
	line-height: 35px;
	padding: 0;
	;
}

.games div {
	padding: 5px;
	line-height: 1.2;
	text-decoration: none;
}

.games__game {
	display: flex;
	align-items: center;
}

.games .home-name {
	text-align: right;
}

.games .guest-name,
.games .home-name {
	width: 25%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.games__header.game .home-name {
	justify-content: flex-start;
}

.games .guest-name img,
.games .home-name img {
	height: 35px;
	margin: 0 10px;
}

.games--fixtures .time {
	text-align: center;
	width: 5%;
}

.games .guest-name {
	justify-content: flex-start;
}

.games--fixtures .field,
.games--fixtures .extra,
.games--fixtures .referee {
	width: 12.5%;
}

.games__date {
	background: hsl(56deg 99% 50% / 20%);
	font-weight: bold;
}

.games .games-row {
	padding: 0;
}

.games-row .games__game {
	transition: all 0.4s;
	text-decoration: none;
}

.games-row .games__game:nth-child(even) {
	background-color: hsl(56deg 99% 50% / 50%);
}


.games .games-row .games__game:hover {
	background-color: var(--e-global-color-accent);
	color: var(--e-global-color-text);
}

.team-list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.team-list a {
	border-radius: 6px;
	box-shadow: 0 0 10px rgb(0 0 0 / 10%);
	overflow: hidden;
	width: calc(100%/4 - 15px);
	display: flex;
	align-items: center;
	flex-flow: column;
	position: relative;
	color: var(--e-global-color-text);
}

.team-list a .img {
	position: relative;
	padding-top: 56%;
	width: 100%;
	display: block;
}

.team-list a img {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	object-fit: contain;
}

.team-list a span {
	display: block;
	padding: 20px 0;
	font-size: 24px;
	font-weight: bold;
}

.team-category>h2 {
	font-size: 21px;
	margin: 50px 0 20px;
}

main#primary {
	min-height: calc(100vh - 890px);
}

/* sportlink-uitslagen.css */

.sp-table-div {
	width: 100%;
	border-collapse: collapse;
}

/* .sp-table-header,
.sp-table-row {
	display: flex;
	align-items: center;
} */

.sp-table-header {
	background-color: #FFFFFF;
	color: #000000;
	font-weight: bold;
	border-bottom: 2px solid #ddd;
	padding: 10px 0;
}

.sp-table-row {
	padding: 10px 0;
	transition: background-color 0.3s;
	background: #F8F8F8;
}

.sp-table-header>div,
.sp-table-row>div {
	padding: 5px;
	flex: 1;
}

.sp-table-row:nth-child(odd) {
	/* background: #f6f6f6; */
}

.sp-table-row:hover {
	background-color: #f9f9f9;
}

.sp-table-div .datum {
	flex: 1;
}



.sp-table-div .sp-team img {
	width: 25px;
	height: auto;
	margin-right: 5px;
}

.sp-table-div .sp-team.own {
	color: #e77a37;
	font-weight: bold;
}

.sp-table-div .uitslag {
	flex: 1;
}

.sp-table-div .meer {
	flex: 1;
}

.sp-table-div .meer a {
	text-decoration: none;
}

.sp-table-div .meer a:hover {
	text-decoration: underline;
}

.match-score {
	display: flex;
	padding: 20px 100px;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.match-score img {
	height: 100px;
}

.match-score .club-logo {
	text-align: center;
	display: flex;
	flex-flow: column;
	gap: 15px;
	width: 40%;
	align-items: center;
}

.match-score .club-logo img {
	width: auto;
	height: 100px;
	object-fit: contain;
}

.match-score .seperator {
	width: 10%;
	text-align: center;
}

.card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
	word-wrap: break-word;
	background-color: #F8F8F8;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: .25rem
}

.card>hr {
	margin-right: 0;
	margin-left: 0
}

.card>.list-group {
	border-top: inherit;
	border-bottom: inherit
}

.card>.list-group:first-child {
	border-top-width: 0;
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px)
}

.card>.list-group:last-child {
	border-bottom-width: 0;
	border-bottom-right-radius: calc(.25rem - 1px);
	border-bottom-left-radius: calc(.25rem - 1px)
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
	border-top: 0;
	margin: 0;
	padding: 0;
}

.card-body {
	flex: 1 1 auto;
	padding: 1rem 1rem
}

.card-title {
	margin-bottom: .5rem
}

.card-subtitle {
	margin-top: -.25rem;
	margin-bottom: 0
}

.card-text:last-child {
	margin-bottom: 0
}

.card-link+.card-link {
	margin-left: 1rem
}

.card-header {
	padding: .5rem 1rem;
	margin-bottom: 0;
	border-bottom: 1px solid rgba(0, 0, 0, .125);
	font-family: "Outfit", Sans-serif;
	color: var(--e-global-color-primary);
	font-weight: bold;
	background: #000;
}

.card-header:first-child {
	border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-footer {
	padding: .5rem 1rem;
	background-color: rgba(0, 0, 0, .03);
	border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
	border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
	margin-right: -.5rem;
	margin-bottom: -.5rem;
	margin-left: -.5rem;
	border-bottom: 0
}

.card-header-pills {
	margin-right: -.5rem;
	margin-left: -.5rem
}

.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1rem;
	border-radius: calc(.25rem - 1px)
}

.card-img,
.card-img-bottom,
.card-img-top {
	width: 100%
}

.card-img,
.card-img-top {
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px)
}

.card-img,
.card-img-bottom {
	border-bottom-right-radius: calc(.25rem - 1px);
	border-bottom-left-radius: calc(.25rem - 1px)
}

.card-group>.card {
	margin-bottom: .75rem
}

.list-group-item a {
	font-weight: bold;
	color: inherit;
}

.list-group-item {
	position: relative;
	padding: .5rem 1rem;
	color: #212529;
	text-decoration: none;
	background-color: #F8F8F8;
	border-width: 0 0 1px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.list-group-item+.list-group-item {
	border-top: 1px solid rgba(0, 0, 0, .125);
}

.list-group-item span.badge {

	display: inline-block;
	line-height: 1.2;
	font-size: 14px;
	border-radius: 5px;
	padding: 5px 10px;
}

.sp-wedstrijd-row {
	display: flex;
	gap: 30px;
}

.sp-wedstrijd-row .right,
.sp-wedstrijd-row .left {
	width: calc(100% / 2 - 10px);
	display: flex;
	flex-flow: column;
	gap: 30px;
}

.list-group-item.item-official {
	flex-flow: column;
	justify-content: flex-start;
	align-items: flex-start;
}

.list-group-item.item-official span {
	display: block;
	background: none;
	padding: 0;
}

.list-group-item.item-official span.name {
	font-weight: bold;
}

strong {
	font-weight: bold;
}

.right-row {
	display: flex;
	gap: 30px;
}

.right-row .sp-wedstrijd-info {
	width: 100%;
}

.teams-detail .card {
	padding: 20px;
}

.single-fixture img {
	width: auto;
	height: 70px;
	object-fit: contain;
}

.single-fixture {
	display: flex;
	padding: 20px 0;
}

.team-detail-row {
	display: flex;
	width: 100%;
	gap: 20px;
	;
}

.detail-foto {
	width: 70%;
}

.detail-info {
	width: 30%;
}

.detail-col {
	display: flex;
	flex-flow: column;
	gap: 20px;
}

.single-fixture__date-time {
	display: flex;
	flex-flow: column;
	align-items: center;
}

.single-fixture__team {
	width: 50%;
	display: flex;
	flex-flow: column;
}

.single-fixture__team figure {
	display: inline-block;
}

.single-fixture__accomodation {
	display: flex;
	flex-flow: column;
	justify-content: center;
	font-size: 14px;
	text-align: center;
}

.single-fixture__team figcaption {
	text-align: center;
	line-height: 1.2;
}

.single-fixture__time {
	font-weight: bold;
}

.single-fixture__result {
	width: 20%;
	font-weight: bold;
	text-align: center;
	margin-top: 50px;
}

.programma-unit .detail-col {
	width: 50%;
}

.programma-unit {
	margin-top: 20px;
}

.home-hero {
	background: #000;
}

.home-hero .matchNew {
	display: flex;
	align-items: flex-start;
}

.home-hero .matchNew__location {
	width: 35%;
	text-transform: uppercase;
	padding: 20px;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
}

.home-hero .matchNew__location .wrap__muCeD {
	width: 50%;
	display: flex;
	flex-flow: column;
}

.home-hero .matchNew__location .wrap__muCeD span {
	font-weight: 500;
	font-size: 20px;
}

.home-hero .matchNew__location .wrap__muCeD:last-child {
	width: 100%;
	margin-top: 20px;
}

.home-hero .matchNew__location strong {
	color: var(--e-global-color-accent);
	font-size: 13px;
	font-weight: normal;
}

.home-hero .matchNew__infoF {
	background-color: var(--e-global-color-accent);
	padding: 20px;
	width: 65%;
	display: flex;
	margin-left: auto;
}

.matc_game {
	width: 75%;
	display: flex;
	flex-flow: column;

}

.matc_game h3 {
	text-align: center;
	margin: 0;
}

.matc_box {
	display: flex;
	padding: 20px;
	padding-top: 10px;
}

.matc_game img {
	width: 100px;
	height: 100px;
	object-fit: contain;
}

.matc_countdown {
	width: 100%;
}

.matc_countdown .counter {
	display: flex;
	text-transform: uppercase;
	gap: 5px;
	justify-content: center;
	padding: 10px;

}


.matchNew__links {
	display: flex;
	flex-flow: column;
	justify-content: center;
	width: 25%;
}

.counter__number {
	font-size: 45px;
	font-weight: bold;
	line-height: 1;
}

.counter__wrap span {
	font-size: 14px;
}

.spe {
	font-size: 40px;
}

.matchNew__links a.btn {
	color: var(--e-global-color-text);
	padding: 12px 24px 12px 60px;
	border-radius: 50px;
	background: url(../images/ticket.svg) center left no-repeat;
	background-color: #F8F8F8;
	background-size: 30px;
	font-weight: 500;
	display: block;
	text-transform: uppercase;
	background-position: 24px center;
}

a.matchNew__link {
	margin-top: 20px;
	text-align: center;
	font-weight: 500;
	text-decoration: underline;
	display: block;
	text-transform: uppercase;
	color: var(--e-global-color-text);
}

.banner-hero {
	position: absolute;
	top: -170px;
	width: 100%;
	max-width: 1140px !important;
}

.team__standings {
	margin-top: 20px;
	width: 100%;
}


.elementor-slides .swiper-slide-bg {
	background-position: top center;
}

.positie {
	flex: unset !important;
	width: 50px;
}

.team__standings {}

table.sp-table tr,
table.sp-table td,
table.sp-table {
	border: none;
}

table.sp-table th,
table.sp-table td {
	padding: 10px 5px;
	text-align: left;
}

table.sp-table tr {
	background-color: #F8F8F8;
}

table.sp-table tr:nth-child(2n) {
	background: #e5e5e5;
}

table.sp-table thead {
	border-bottom: 2px solid #ddd;
	padding: 10px 0;
}

.sp-table td.teamnaam-td {
	width: 150px;
}

.logo_name {
	display: flex;
	align-items: center;
	gap: 10px;
}

.teams-sub {
	display: flex;
	flex-wrap: wrap;
	gap:  20px;
}

.teams-sub .team-category {
	width: calc((100% - (20px* 3)) /4)
}

.teams-sub .team-category a {
	font-family: "Outfit", Sans-serif;
	font-size: 16px;
	color: var(--e-global-color-text);
	font-size: 18px;
	display: block;
}

.teams-sub .team-category a:hover {
	color: var(--e-global-color-accent);
}

.teams-sub h3 {
	font-family: "Outfit", Sans-serif;
	font-size: 18px;
	color: var(--e-global-color-text);
	margin-bottom: 10px;
	text-transform: uppercase;
}

.team__previous-match,
.team__next-match {
	/* display: none; */
}

table.sp-table {
	width: 100%;
}

.elementor-widget-search .e-search-form {
	display: flex;
	background: #F8F8F8;
	border-radius: 50px;
	overflow: hidden;
}

.elementor-widget-search .e-search .e-search-submit {
	background-color: #F8F8F8;
}

.elementor-widget-search .e-search .e-search-submit>i:is(i),
.elementor-widget-search .e-search .e-search-submit>svg:is(i) {
	color: var(--e-global-color-text);
}

.gform-theme--foundation .gfield .ginput_password.large::placeholder,
.gform-theme--foundation .gfield input.large::placeholder,
.gform-theme--foundation .gfield select.large::placeholder {
	color: #fff;
}

.gform-theme--foundation .button {
	background-color: var(--e-global-color-primary) !important;
	font-family: "Acumin", Sans-serif !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	color: var(--e-global-color-text) !important;
	border-style: solid !important;
	border-width: 2px 2px 2px 2px !important;
	border-color: var(--e-global-color-primary) !important;
	border-radius: 50px 50px 50px 50px !important;
	padding: 15px 25px 15px 25px !important;
	line-height: 1 !important;
	transition: all 0.4s !important;
}

.gform-theme--foundation .gform_footer .gform_button:hover {
	background-color: #000 !important;
	color: var(--e-global-color-primary) !important;

}

.gform-theme--foundation .gfield .ginput_password.large,
.gform-theme--foundation .gfield input.large,
.gform-theme--foundation .gfield select.large {
	inline-size: 100%;
	border-radius: 5px;
}

.gform-theme--api,
.gform-theme--framework {
	--gf-field-pg-prog-color: #000;
	--gf-field-pg-prog-font-family: var(--gf-font-family-base);
	--gf-field-pg-prog-font-size: 14px;
	--gf-field-pg-prog-font-style: var(--gf-font-style-base);
	--gf-field-pg-prog-font-weight: 600;
	--gf-field-pg-prog-letter-spacing: 0;
	--gf-field-pg-prog-line-height: 1;
	--gf-field-pg-prog-text-transform: uppercase;
	--gf-field-pg-prog-margin-y-end: 24px;
	--gf-field-pg-prog-title-margin-y-end: 16px;
	--gf-field-pg-prog-bar-bg-color: var(--gf-color-out-ctrl-light);
	--gf-field-pg-prog-bar-bg-color-blue: #fdec02;
	--gf-field-pg-prog-bar-bg-color-gray: #000;
	--gf-field-pg-prog-bar-bg-color-green: #31c48d;
	--gf-field-pg-prog-bar-bg-color-orange: #ff5a1f;
	--gf-field-pg-prog-bar-bg-color-red: #c02b0a;
	--gf-field-pg-prog-bar-bg-gradient-spring: linear-gradient(270deg, #9cd790 0%, #76d7db 100%);
	--gf-field-pg-prog-bar-bg-gradient-blues: linear-gradient(270deg, #00c2ff 0%, #7838e2 100%);
	--gf-field-pg-prog-bar-bg-gradient-rainbow: linear-gradient(274.73deg, #74b551 -5.58%, #f3ca30 44.81%, #cd302b 93.15%);
	--gf-field-pg-prog-bar-height: 10px;
	--gf-field-pg-prog-bar-radius: 100px;
	--gf-field-pg-steps-step-gap: 12px;
	--gf-field-pg-steps-number-bg-color: transparent;
	--gf-field-pg-steps-number-bg-color-active: var(--gf-color-out-ctrl-light);
	--gf-field-pg-steps-number-bg-color-complete: var(--gf-color-primary);
	--gf-field-pg-steps-number-border-color: var(--gf-color-out-ctrl-light-darker);
	--gf-field-pg-steps-number-border-color-active: transparent;
	--gf-field-pg-steps-number-border-color-complete: var(--gf-color-primary);
	--gf-field-pg-steps-number-radius: 50%;
	--gf-field-pg-steps-number-border-style: solid;
	--gf-field-pg-steps-number-border-width: 2px;
	--gf-field-pg-steps-number-color: #000;
	--gf-field-pg-steps-number-color-active: var(--gf-field-pg-steps-number-color);
	--gf-field-pg-steps-number-color-complete: var(--gf-color-primary-contrast);
	--gf-field-pg-steps-number-size: 32px;
	--gf-field-pg-steps-icon-font-size: var(--gf-icon-font-size);
}

.elementor-button {
	text-decoration: none !important;
}


.ginput_container.ginput_container_radio {
	width: 100%;
}

.gform-theme--framework .gfield--type-choice .gfield_radio {
	display: flex;
	flex-flow: row;
	width: 100%;
}

fieldset.gfield.gfield--type-radio {
	display: flex;
	flex-wrap: nowrap;
	flex-flow: row;
	width: 100%;
}

p.gform_required_legend {
	display: none;
}

.header>.e-con-inner {
	gap: 20px !important;
	padding: 0;
}

.header-right img {
	width: 100px;
}


#elementor-popup-modal-291 .dialog-widget-content {
	box-shadow: none !important;
}

#elementor-popup-modal-291 .dialog-close-button {
	display: flex;
	position: fixed;
	top: 50px;
}

.single .footer-niew,
.page-id-310 .footer-niew,
.home .footer-niew {
	display: none;
}



.header-right .img-right img {
	height: 100% !important;
	object-fit: contain;
	width: 100% !important;
}

.header-right .img-right {
	position: absolute !important;
	right: 0 !important;
	background: #F8F8F8 !important;
	width: 200px !important;
	height: 140px !important;
	top: 0 !important;
	padding: 20px !important;
}

.header-right {
	padding-left: 100px;
	position: static;
}

.elementor table td img {
	max-width: 30px;
	width: 100%;
}

.elementor table.table-info td img {
	max-width: 120px;
	width: 100%;
}

.elementor table.table-info td a {
	color: inherit;
	text-decoration: underline;
	font-weight: bold;
}

table .logo_text {
	display: flex;
	gap: 10px;
	align-items: center;
}

table.sp-table-div {
	min-width: unset;
}

table.sp-table-div tr th,
table.sp-table-div tr td,
table.sp-table-div tr {
	border: none;
}

.team-detail-row {
	flex-flow: column;
}

.programma-unit .detail-col {
	width: 100%;
}

.elementor-location-footer .elementor-widget-text-editor a {
	font-weight: normal;
	text-decoration: none;
}

.team-logo {
	display: flex;
	flex-flow: column;
	align-items: center;
}

.ekit-wid-con .elementskit-menu-po-center .elementskit-megamenu-has.top_position.elementskit-dropdown-menu-custom_width .elementskit-megamenu-panel,
.ekit-wid-con .elementskit-menu-po-center .elementskit-megamenu-has.top_position.elementskit-dropdown-menu-default_width .elementskit-megamenu-panel {

	top: 150px !important;
}

.proma-list .sp-table {
	width: 100%;
}

table.dataTable thead>tr>th.sorting:before,
table.dataTable thead>tr>th.sorting:after,
table.dataTable thead>tr>th.sorting_asc:before,
table.dataTable thead>tr>th.sorting_asc:after,
table.dataTable thead>tr>th.sorting_desc:before,
table.dataTable thead>tr>th.sorting_desc:after,
table.dataTable thead>tr>th.sorting_asc_disabled:before,
table.dataTable thead>tr>th.sorting_asc_disabled:after,
table.dataTable thead>tr>th.sorting_desc_disabled:before,
table.dataTable thead>tr>th.sorting_desc_disabled:after,
table.dataTable thead>tr>td.sorting:before,
table.dataTable thead>tr>td.sorting:after,
table.dataTable thead>tr>td.sorting_asc:before,
table.dataTable thead>tr>td.sorting_asc:after,
table.dataTable thead>tr>td.sorting_desc:before,
table.dataTable thead>tr>td.sorting_desc:after,
table.dataTable thead>tr>td.sorting_asc_disabled:before,
table.dataTable thead>tr>td.sorting_asc_disabled:after,
table.dataTable thead>tr>td.sorting_desc_disabled:before,
table.dataTable thead>tr>td.sorting_desc_disabled:after {
	display: none;
}

body .dataTables_wrapper .dataTables_paginate .paginate_button {
	border: none !important;

}

body .dataTables_wrapper .dataTables_paginate .paginate_button:hover,
body .dataTables_wrapper .dataTables_paginate .paginate_button.current,
body .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	color: #000 !important;
	background: var(--e-global-color-accent) !important;
}

table.sp-table tbody tr {
	cursor: pointer;
}

table.sp-table tr:hover {
	background: var(--e-global-color-accent);
}

h2.elementor-heading-title {
	color: #000 !important;
}


.teams-sub .team-category a:hover,
.header .elementor-icon-list-item:hover .elementor-icon-list-text,
.elementor-11 .elementor-element.elementor-element-cc0e767 .elementskit-navbar-nav li:hover>a {
	text-decoration: underline;
}

body table.dataTable tbody tr {
	background: #F8F8F8;
}

.ekit-wid-con .elementskit-clients-slider .single-client {
	box-shadow: none !important;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-b1 {
	display: none;
}

table.dataTable>thead>tr>th {
	background: #000;
	color: var(--e-global-color-primary);
	font-family: "Outfit", Sans-serif;
}

.elementor-widget-text-editor table {
	margin-bottom: 30px;
}

.e-loop-item.type-nieuws>.elementor-element,
.e-loop-item.type-nieuws {
	height: 100%;
	text-decoration: none !important;
}

:root {

	--tec-font-family-sans-serif: "MyriadPro", Sans-serif;
}

div#sportlink-teams-sub-wrapper {
	display: none;
}


.gform-theme--foundation .gform_fields {

	grid-row-gap: 20px;
	row-gap: 20px;
}

form#gform_4,
form#gform_3,
form#gform_2 {
	max-width: 570px;
}

.clublist {
	display: flex;
	flex-wrap: wrap;
	gap: 40px 20px;
}

.clublist .item {
	width: calc(50% - 10px);
}

.elementskit-megamenu-panel {
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
}

.elementskit-navbar-nav-default .elementskit-submenu-panel>li>a,
.elementskit-megamenu-panel .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text {
	font-size: 18px !important;
	font-family: "Outfit", Sans-serif;
}

.e-load-more-pagination-loading span.e-load-more-spinner svg {
	display: block !important
}
.tribe-events button.tribe-events-c-top-bar__datepicker-button:focus, .tribe-events button.tribe-events-c-top-bar__datepicker-button:hover{
	background:none;
}

@media (max-width: 1400px) {
	/* .header::after {
		width: calc((100% - 1200px) / 2 + 200px);
	} */

	.header::after {
		display: none;
	}
}

@media (max-width: 1024px) {
	.product .item {
		margin: 0;
		width: calc(50% - 10px);
	}

	.product {
		gap: 20px;
	}

}

@media (max-width: 1024px) {
	.product .item {
		width: 100%;
	}

	.banner-hero {
		position: absolute;
		top: -170px;
		width: 100%;
		max-width: 100% !important;
		left: 0;
	}

	.team-detail-row {
		flex-flow: column;
	}

	.programma-unit .detail-col {
		width: 100%;
	}

	.sp-table-div .sp-team,
	.sp-table-div .sp-team.own,
	table.sp-table th,
	table.sp-table td {
		font-size: 12px;
	}

	table {
		min-width: unset;
	}

	.menu-container .elementskit-navbar-nav-default .elementskit-navbar-nav {
		flex-flow: column;
		display: flex;
		width: 100%;
	}

	.menu-container .elementskit-navbar-nav-default .elementskit-navbar-nav>li {
		width: 100%;
	}

	.menu-container .ekit-wid-con .elementskit-navbar-nav-default.elementskit-menu-container {
		max-width: 100% !important;
		background: none;
	}

	.menu-container .ekit-wid-con button {
		display: none;
	}

	.menu-container .elementskit-navbar-nav-default.elementskit-menu-offcanvas-elements {
		position: static;
		width: 100%;
	}

	.menu-container .elementskit-navbar-nav-default .elementskit-nav-identity-panel {
		display: none;
	}

	.menu-container .elementskit-navbar-nav-default .elementskit-submenu-panel>li>a,
	.menu-container .elementskit-navbar-nav-default .elementskit-navbar-nav>li>a {
		font-size: 16px;
	}

	.menu-container .ekit_menu_responsive_mobile .elementskit-navbar-nav-default .elementskit-dropdown.elementskit-dropdown-open,
	.menu-container .ekit_menu_responsive_tablet .elementskit-navbar-nav-default .elementskit-dropdown.elementskit-dropdown-open {
		background: none;
	}

	.teams-sub .team-category {
		width: calc(100% / 2 - 10px);
	}

	.teams-sub h3 {
		font-size: 16px;
	}

	.header-right {
		padding: 0;
	}

	.logo-site,
	.header-right .img-right {
		position: absolute !important;
		right: 0 !important;
		background: #F8F8F8 !important;
		width: unset !important;
		/* width: 200px!important; */
		height: 75px !important;
		top: 10px !important;
		padding: 0 !important;
		left: 0 !important;
		right: unset !important;
	}

	.header {
		min-height: 90px;
	}

	.logo-site {
		right: 0;
	}

	.header-right {
		margin-left: auto;
	}

	.logo-site {
		/* transform: translateX(-50%); */
		left: 50%;
		right: unset;
		top: 0;
		padding: 10px;
	}

	.header.elementor-sticky--effects .elementor-widget-theme-site-logo.elementor-widget-image img,
	.header .elementor-widget-theme-site-logo.elementor-widget-image img {
		width: 70px;
	}

	.right-row {
		flex-flow: column;
	}

	.logo-site {
		position: static !important;
		width: 50% !important;
		left: 0 !important;
		transform: unset !important;
	}

	.elementor-widget-table_info {
		overflow: auto;
	}

	.has-table,
	.elementor-widget-table_info .elementor-widget-container {
		width: 800px;
		overflow: scroll;
	}

	body .ekit-wid-con .elementskit-clients-slider.arrow_outside .swiper-button-prev {
		left: -15px;
		padding: 0 !important;
	}

	body .ekit-wid-con .elementskit-clients-slider.arrow_outside .swiper-button-next {
		padding: 0 !important;
		right: -15px;
		left: unset;
	}

	.elementskit-clients-slider {
		padding: 0 20px;
	}

	.ekit-wid-con .elementskit-clients-slider .single-client img {
		object-fit: contain;
		max-height: 150px;
	}

	.elementor-editor-active .elementor-add-section-inner {
		padding: 0;
	}
}

@media (max-width: 767px) {
	.banner-hero {
		position: static;
	}

	.home-hero .matchNew {
		flex-flow: column;
	}

	.matc_game,
	.matchNew__links,
	.home-hero .matchNew__infoF,
	.home-hero .matchNew__location {
		width: 100%;
		flex-flow: column;
	}

	.matc_game {
		align-items: center;
	}

	.sp-table {
		border: 0;
	}

	.sp-table thead {
		display: none;
	}

	.sp-table tr {
		display: block;
		margin-bottom: 1rem;
		border: 1px solid #ccc;
		border-radius: 8px;
		padding: 10px;
	}

	.sp-table td {
		display: block;
		text-align: right;
		font-size: 14px;
		border: none;
		position: relative;
		padding-left: 50%;
	}

	.sp-table td::before {
		content: attr(data-label);
		width: fit-content;
		white-space: nowrap;
		font-weight: bold;
		text-align: left;
	}

	.sp-table td.sp-team {
		text-align: left;
	}

	.sp-table td.sp-team .logo_text {
		display: flex;
		align-items: center;
		gap: 8px;
	}

	.sp-table td.sp-team img.club-logo {
		width: 30px;
		height: auto;
	}

	.sp-table-div .sp-team,
	.sp-table-div .sp-team.own,
	table.sp-table th,
	table.sp-table td {
		font-size: 16px;
	}

	table.sp-table td {
		display: flex;
		justify-content: space-between;
	}

	table.sp-table td+td {
		border-top: 1px solid rgba(0, 0, 0, .125)
	}

	table.sp-table tr {
		background: #f6f6f6;
	}

	.sp-table td.teamnaam-td {
		width: 100%;
	}

	.header .elementor-widget-theme-site-logo.elementor-widget-image img {
		width: 70px;
	}

	.header-right .img-right {
		height: 60px !important;
		top: 15px !important;
		right: unset !important;
		left: 10px !important;
		width: 90px !important;
	}

	.matc_box {
		display: flex;
		padding: 20px;
		padding-top: 20px;
		flex-flow: column;
		align-items: center;
	}

	.right-row,
	.sp-wedstrijd-row {
		flex-flow: column;
		gap: 20px
	}

	.sp-wedstrijd-row .right,
	.sp-wedstrijd-row .left {
		width: 100%;
	}

	.card-header {
		font-size: 20px;
	}

	.header .elementor-widget-theme-site-logo.elementor-widget-image img {
		width: 60px;
	}

	.header-right {
		margin-left: unset;
	}

	.logo-site {
		width: 70% !important;
	}

	.ekit-wid-con .elementskit-clients-slider .single-client img {
		object-fit: contain;
		max-height: 80px;
	}
}