html {
  scroll-behavior: smooth;
}
html #wpadminbar {
  overflow: hidden;
}

div {
  scroll-margin-top: 100px;
}
input {
  accent-color: var(--primary);
}
textarea {
  width: 100%;
  min-height: 8rem;
  field-sizing: content;
}
a {
  transition: 300ms;
  color: #000;
}

a[href^="tel:"] {
  cursor: default;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
  font-family: "Outfit";
}
h1 {
  font-size: 34px;
  line-height: 1.2;
  font-weight: 600;
}
h2 {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600;
}
h3 {
  font-size: 26px;
  line-height: 1.2;
  font-weight: 600;
}
p {
  text-wrap: pretty;
  color: #000;
}
.vc_row-o-equal-height.vc_row-o-content-middle .wpb_wrapper {
  justify-content: center;
  display: flex;
  flex-flow: column;
}
.vc_row {
  margin-bottom: 0;
}
.wpb-content-wrapper .vc_row:last-of-type {
  margin-bottom: 40px;
}
.row-mb-standard {
  margin-bottom: 80px !important;
}
.row-mb-40 {
  margin-bottom: 40px !important;
}

.btn-primary {
  display: flex;
  padding: 10px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: var(--border-radius);
  background: var(--red-flag);
  color: #fff !important;
  width: max-content;
  transition: 300ms;
  text-transform: none;
  font-weight: 600;
  font-size: 18px !important;
  font-style: normal;
  max-width: 100%;
}
.btn-primary svg {
  width: 15px;
  height: 18px;
}
.btn-primary.svg-rotate svg {
  rotate: 180deg;
}
.btn-primary:hover {
  background-color: var(--red-mahoon);
}
.vc_row.solidgrey,
.blank-solidgrey {
  background: #f6f7f9;
  padding: 80px 0;
}
.vc_row.solidgrey-dark,
.blank-solidgrey-dark {
  background: #e7e9ef !important;
  padding: 80px 0;
}

.form-control {
  line-height: 1.3;
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
.form-control:focus {
  box-shadow: none;
  border-color: transparent;
}
/*
.form-control[type="submit"] {
  background: var(--primary);
  color: var(--secondary);
  text-transform: uppercase;
  font-weight: 600;
  font-style: italic;
  font-size: 1.25rem !important;
  line-height: 1.4 !important;
  letter-spacing: 0%;
  text-align: center;
  transition: 300ms;
  width: max-content;
  padding-left:2rem;
  padding-right:2rem;
}
  */

.form-control[type="submit"] {
  background: var(--red-flag);
  color: var(--secondary);
  font-weight: 600;
  font-size: 1.25rem !important;
  color: #fff;
  line-height: 1.4 !important;
  letter-spacing: 0%;
  text-align: center;
  transition: 300ms;
  width: max-content;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 0.45rem;
}
.form-control[type="submit"]:hover {
  background: var(--red-mahoon);
}
.wpcf7-list-item {
  margin: 0 16px 0 0;
}
.wpcf7-list-item label {
  display: flex;
  gap: 10px;
  align-items: start;
}
.wpcf7-list-item label input {
  margin-top: 6px;
}
.wpcf7-list-item label input[type="radio"] {
  margin-top: 8px;
}
.wpcf7-form-control.wpcf7-radio.form-control {
  border: none;
  margin-left: 0;
}

#footer {
  background-color: var(--default);
  color: var(--white);
}
#footer .supfooter {
  padding: 5rem 0;
}
#footer .footerlogo img {
  max-width: 260px;
}

#footer .subfooter {
  background-color: var(--black);
}
#footer .subfooter a {
  color: var(--white);
  transition: 300ms;
  padding: 0;
  line-height: 1.25;
  border-bottom: 2px solid transparent;
}
#footer .subfooter a:hover {
  color: var(--red-flag);
  border-bottom: 1px solid var(--red-flag);
}
#footer .subfooter .menu-item {
  padding: 0.1rem 1.25rem;
  position: relative;
}
#footer .subfooter .menu-item::after {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  content: "";
  position: absolute;
  right: 0;
  top: 1px;
  width: 1px;
  height: 100%;
  display: block;
}
#footer .subfooter .menu-item:last-of-type {
  padding-right: 0;
}
#footer .subfooter .menu-item:last-of-type::after {
  border-right: none;
}

ul.footernav-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.footernav-menu li {
  margin-bottom: 1.8rem;
}
.footernav-menu a {
  display: inline-block;
  color: #fff;
  border-bottom: 1px solid transparent;
}
.footernav-menu a:hover {
  color: var(--red-flag);
  border-bottom: 1px solid var(--red-flag);
}
.footer-nl h2 {
  margin-bottom: 26px;
}
.footer-nl {
  margin-bottom: 24px;
}
#footer p {
  color: #fff;
}
#footer h2 {
  margin-bottom: 18px;
}
.footer-socials {
  display: flex;
  gap: 40px;
}
.footer-socials a {
  color: #fff;
  font-size: 26px;
}
.footer-socials a:hover {
  color: var(--red-flag);
}
.nlinput-wrapper {
  background: rgba(154, 154, 154, 0.2);
  border-radius: var(--border-radius);
  padding: 0.5rem 0 0.5rem 1rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  max-width: 100%;
  position: relative;
}
.nlinput-wrapper input {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.4;
  outline: none;
}
.nlinput-wrapper .wpcf7-form-control.wpcf7-submit,
.nlinput-wrapper .sib-default-btn {
  background: var(--primary);
  color: #fff;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  transition: 300ms;
  padding: 8px 32px;
  border-radius: var(--border-radius);
  opacity: 0;
  transition: 300ms;
  cursor: default;
}

.nlinput-wrapper span[data-name="newsletteremail"],
.nlinput-wrapper .sib-email-area {
  width: calc(100% - 200px);
}

.nlinput-wrapper span[data-name="newsletteremail"] input {
  width: 100%;
  accent-color: transparent;
}
.nlinput-wrapper .wpcf7-spinner {
  right: 0;
  position: absolute;
}

#header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100px;
  width: 100%;
  background: linear-gradient(287deg, #c4000f 15.65%, #6e0000 103.47%);
  z-index: -1;
  pointer-events: none;
  display: block;
}

#header .header-body {
  border-bottom: none;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  background: var(--red-flag);
}

.wpcf7-form-control-wrap:focus-within ~ .wpcf7-submit,
.nlinput-wrapper input.sib-email-area:focus-within ~ .sib-default-btn {
  opacity: 1;
  cursor: pointer;
}

.streethockey-header {
  background: linear-gradient(287deg, #c4000f 15.65%, #6e0000 103.47%);
  margin-bottom: 60px;
}
.streethockey-header .col-md-12 {
  height: 160px;
}
.streethockey-header .col-md-12.newsowl {
  height: auto;
}
/*
.newsowl .owl-nav {
  margin-right: calc((100vw - 1340px) / 2);
}
  */
.newsowl .owl-stage-outer {
  position: relative;
  overflow: visible;
}
.owl-item.is-hidden {
  opacity: 0 !important;
  pointer-events: none;
  visibility: hidden;
}

.streethockey-header h1 {
  color: #fff;
  margin-bottom: 0;
}
.streethockey-header.header-news {
  padding: 60px 0;
}

.header-navigation svg {
  width: 32px;
}
.header-navigation a path {
  transition: 300ms;
}
.header-navigation a:hover svg path {
  fill: #fff;
}

.custom-language-switcher {
  color: var(--red-mahoon);
  text-decoration: none;
  padding: 0 0 0 5px;
  font-size: 20px;
  font-weight: 400;
  width: 90px;
  top: -1px;
  position: relative;
}

.custom-language-switcher a {
  color: var(--red-maroon);
  text-decoration: none !important;
}
.custom-language-switcher a:hover {
  color: #fff;
  font-weight: 600;
}
.custom-language-switcher a.active-lang {
  color: #fff;
  font-weight: 600;
}
.custom-language-switcher .language-seperator {
  padding: 0 10px;
}

.header-searchbar {
  display: flex;
  gap: 1.15rem;
  flex-flow: row;
  align-items: center;
}
.header-searchbar-item {
  width: 400px;
  max-width: 80%;
}
.header-searchbar-item input {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.2 !important;
  height: 40px !important;
  transition: 300ms;
  border-radius: var(--border-radius) !important;
  background: rgba(0, 0, 0, 0.2);
}
.header-searchbar-item input[type="text"]:focus {
  box-shadow: none;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
}
.header-searchbar-item input[type="text"]::placeholder {
  color: #fff;
}

.header-searchbar-item .btn {
  border-radius: var(--border-radius);
  color: #fff;
  padding: 0;
  height: 40px;
  z-index: 99;
}

.header-elements {
  transition: transform 0.5s ease, opacity 0.5s ease;
  transform: translateX(0);
  opacity: 1;
  gap: 1.15rem;
}

.header-elements.swipe-out {
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
}

.header-searchbar {
  transition: transform 0.5s ease, opacity 0.5s ease;
  transform: translateX(70%);
  opacity: 0;
  visibility: hidden;
}

.header-searchbar.swipe-in {
  opacity: 1;
  visibility: visible;
  display: flex;
  align-items: center;
}
.header-searchbar-close:hover {
  cursor: pointer;
}

.hamburger-menu {
  --x-width: calc(var(--hamburger-height) * 1.41421356237);

  display: flex;
  flex-direction: column;
  gap: var(--hamburger-gap);
  width: max-content;
  position: relative;
  top: var(--hamburger-margin);
  left: 0;
  z-index: 2;
  cursor: pointer;
}

.hamburger-menu:has(input:checked) {
  --foreground: white;
  --background: #333;
}

.hamburger-menu:has(input:focus-visible)::before,
.hamburger-menu:has(input:focus-visible)::after,
.hamburger-menu input:focus-visible {
  border: 1px solid var(--background);
  box-shadow: 0 0 0 1px var(--foreground);
}

.hamburger-menu::before,
.hamburger-menu::after,
.hamburger-menu input {
  content: "";
  width: var(--bar-width);
  height: var(--bar-height);
  background-color: var(--foreground);
  border-radius: 9999px;
  transform-origin: left center;
  transition: opacity var(--animation-timing), width var(--animation-timing), rotate var(--animation-timing),
    translate var(--animation-timing), background-color var(--animation-timing);
}

.hamburger-menu input {
  appearance: none;
  padding: 0;
  margin: 0;
  outline: none;
  pointer-events: none;
  transition: 100ms;
}

.hamburger-menu:has(input:checked)::before {
  rotate: 45deg;
  width: var(--x-width);
  translate: 0 calc(var(--bar-height) / -2);
}

.hamburger-menu:has(input:checked)::after {
  rotate: -45deg;
  width: var(--x-width);
  translate: 0 calc(var(--bar-height) / 2);
}

.hamburger-menu input:checked {
  opacity: 0;
  width: 0;
}

.sidebar {
  position: fixed;
  top: 0;
  right: -100%; /* Initially hidden off-screen */
  width: 560px;
  height: 100vh;
  background: url("/wp-content/themes/streethockey/assets/img/menu-bg-ssh.jpeg") no-repeat center center;
  background-size: cover;
  color: var(--background);
  transition: transform 0.5s ease, right 0.5s ease;
  z-index: 1000;
  padding-top: 140px;
}

.sidebar.swipe-in {
  right: 0; /* Slide in from the right */
}

.hamburger-menu-wrapper {
  width: 42px;
  height: 50px;
}

.hamburger-menu input:not(:checked) {
  transform: translateY(0);
  transition: transform 0.3s ease;
  position: relative;
}

.hamburger-menu::after {
  content: "";
  display: block;
  transform: translateY(0);
  transition: transform 0.3s ease;
  position: relative;
}

.hamburger-menu:hover input:not(:checked) {
  transform: translateY(2px);
}

/*
.hamburger-menu:hover::after {
  transform: translateY(4px);
}
*/

.header-search,
.header-shopping {
  opacity: 1;
  transition: 300ms;
}
.header-navigation.hide-elements .header-search,
.header-navigation.hide-elements .header-shopping {
  opacity: 0;
}
.sidebar-mainnavigation .sidenav--menu,
.submenu-list {
  list-style-type: none;
  padding-left: 2rem;
}
.sidebar-mainnavigation .sidenav--menu .menu-item,
.submenu-list li {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.sidebar-mainnavigation .sidenav--menu a,
.submenu-list a {
  position: relative;
  transition: 300ms;
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  text-decoration: none;
}
.sidebar-mainnavigation .sidenav--menu a:hover,
.submenu-list a:hover {
  padding-left: 6px;
}
.sidebar-mainnavigation .sidenav--menu a:hover::before,
.submenu-list a:hover::before {
  content: "";
  display: block;
  background: #fff;
  height: 100%;
  width: 6px;
  border-radius: 0 6px 6px 0;
  position: absolute;
  top: 0;
  left: -2rem;
}

.sidenav-bottom {
  padding-left: 2rem;
  padding-bottom: 2rem;
}
.sidenav-bottom .headlinesmed {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}
.sidenav-bottom a:hover {
  color: #fff;
  opacity: 0.6;
}

.submenu-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 10;
  padding: 2rem 2rem 2rem 0;
  background: url("/wp-content/themes/streethockey/assets/img/bg-menu.png") no-repeat center center;
  background-size: cover;
  color: var(--background);
  transition: transform 0.5s ease, right 0.5s ease;
  padding-top: 140px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.submenu-layer.active {
  display: block;
}

.close-submenu,
.singlepost-header-back {
  display: block;
  margin-bottom: 1rem;
  font-weight: bold;
}

.submenu-layer.visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.parent-menu-item {
  padding-left: 2rem;
  color: #fff;
  display: inline-block;
}
.parent-menu-item h2 {
  font-size: 28px;
}
.close-menu-wrapper {
  margin: 0 0 3rem 2rem;
}
.submenu-layer .close-submenu,
.singlepost-header-back {
  color: #fff;
  font-weight: 600;
  display: flex;
  padding: 10px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: var(--border-radius);
  transition: 300ms;
  width: max-content;
  font-size: 14px;
  text-decoration: none;
}
.submenu-layer .close-submenu:hover,
.singlepost-header-back:hover {
  background: var(--red-flag);
  color: #fff;
}

.clubmodule-item {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: 4rem;
}

.clubmodule-item-inner-name {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  max-width: 200px;
  text-align: center;
}

.hippo-table {
  border-collapse: separate;
  border-spacing: 0 10px;
  overflow-x: auto;
  max-width: 100%;
}
.hippo-table thead {
  vertical-align: middle;
}

.hippo-table > :not(caption) > * > th[scope="col"] {
  font-weight: 600;
  text-align: left;
  color: #fff;
  height: 50px;
  background-color: var(--red-flag) !important;
  border-radius: initial !important;
  border: none !important;
  padding: 0.9rem;
}
.hippo-table > :not(caption) > * > th[scope="col"]:first-child {
  border-top-left-radius: var(--border-radius) !important;
  border-bottom-left-radius: var(--border-radius) !important;
}
.hippo-table > :not(caption) > * > th[scope="col"]:last-child {
  border-top-right-radius: var(--border-radius) !important;
  border-bottom-right-radius: var(--border-radius) !important;
}
.hippo-table > :not(caption) > * > * {
  border: none;
  height: 50px;
  vertical-align: middle;
  background: #f5f5f5;

  padding: 0.9rem;
}
.hippo-table > :not(caption) > * > *:first-child {
  border-top-left-radius: var(--border-radius) !important;
  border-bottom-left-radius: var(--border-radius) !important;
}
.hippo-table > :not(caption) > * > *:last-child {
  border-top-right-radius: var(--border-radius) !important;
  border-bottom-right-radius: var(--border-radius) !important;
}

@media screen and (max-width: 600px) {
  .hippo-table {
    border: 0;
  }

  .hippo-table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .hippo-table tr {
    display: block;
    margin-bottom: 0.625em;
  }

  .hippo-table td {
    background: var(--red-flag);
    border-bottom: 1px solid var(--red-mahoon);
    display: block;

    text-align: right;
    color: #fff;
  }

  .hippo-table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }

  .hippo-table td:last-child {
    border-bottom: 0;
  }
  .hippo-table > :not(caption) > * > :first-child {
    border-top-left-radius: var(--border-radius) !important;
    border-top-right-radius: var(--border-radius) !important;
    border-bottom-left-radius: 0 !important;
  }
  .hippo-table > :not(caption) > * > :last-child {
    border-bottom-left-radius: var(--border-radius) !important;
    border-top-right-radius: 0 !important;
  }
}

.module-ButtonDownloadGrid {
  display: flex;
  flex-flow: row;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: 1.5rem;
}
.module-ButtonDownloadGrid--text {
  width: 400px;
}

.member-image img,
.commissions-image img {
  border-radius: var(--border-radius);
  margin-bottom: 1rem;
  background: transparent;
  max-height: 412px;
  width: 100%;
  object-fit: cover;
}
.member-position,
.commissions-position {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 600;
  line-height: normal;
}
.member-name,
.commissions-name {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 0.3rem;
}
.member-email,
.member-phone,
.commissions-email,
.commissions-phone {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
}
.member-email a,
.member-phone a,
.commissions-email a,
.commissions-phone a {
  text-decoration: none;
  transition: 300ms;
}
.sponsor-image img {
  width: 100%;
  max-width: 400px;
  height: auto;
  margin: 0 auto;
  display: block;
  /* filter: grayscale(100%); */
  transition: 300ms;
}
.sponsor-image img:hover {
  /* filter: grayscale(0%); */
  transform: scale(1.05);
}
.sponsorname {
  font-weight: 600;
  font-size: 22px;
}

.commissions-tasks .commissions-tasks-title {
  display: flex;
  height: 50px;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  flex: 1 0 0;
  font-weight: 600;
  font-size: 20px;
  border-radius: var(--border-radius);
  background-color: #b6bece;
  margin-bottom: 0.75rem;
}
.commissions-tasks .commissions-tasks-item {
  display: block;
  height: 50px;
  padding: 10px;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  background: #e7e9ef;
  border-radius: var(--border-radius);
  margin-bottom: 0.75rem;
}
.commissions-tasks-itemmember:last-child {
  margin-bottom: 4rem;
}
.commissions-tasks .commissions-tasks-item.commissions-tasks-itemtask {
  height: initial;
}
.commissions-tasks .commissions-tasks-item.commissions-tasks-itemtask p:last-child {
  margin-bottom: 0;
}

.tabnav-wrapper {
  display: flex;
  flex-flow: row;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 2rem;
  height: 50px;
}
.tabnav-wrapper .tabnav-item {
  padding: 0.5rem 1.5rem;
  border-radius: var(--border-radius);

  color: #000;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  text-decoration: none;
  transition: 300ms;
}

.tabnav-wrapper .tabnav-item.pillactive {
  background: var(--red-mahoon);
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  text-decoration: none;
  transition: 300ms;
}

.tabnav-wrapper .tabnav-item a {
  text-decoration: none;
}
.tabnav-wrapper .tabnav-item.pillactive a,
.tabnav-wrapper .tabnav-item.pillactive a:hover {
  color: #fff;
}
.tabnav-wrapper .tabnav-item.pillnotactive a:hover {
  color: var(--red-flag);
}
.staff-info {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
.staff--wrapper .member-number {
  font-size: 60px;
  font-weight: 600;
}

.news-header-image {
  overflow: hidden;
  border-radius: var(--border-radius);
}
.news-header-image-overlay {
  height: 42px;
  width: 42px;
  background: var(--red-flag);
  border-radius: var(--border-radius);
  bottom: 24px;
  left: 24px;
  transition: 300ms;
}
.news-header-image-overlay > div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  transition: 300ms;
}
.news-header-imagewrapper {
  transition: 300ms;
  padding-left: 3rem;
}
@media screen and (max-width: 600px) {
  .news-header-imagewrapper {
    padding-left: 15px;
  }
}
.news-header-imagewrapper img {
  border-radius: var(--border-radius);
  transition: 300ms;
}
.news-header-imagewrapper a:hover img {
  transform: scale(1.03);
}

.news-header-imagewrapper a:hover .news-header-image-overlay {
  background: var(--red-mahoon);
  transition: 300ms;
  transform: scale(1.1);
}

.newsheader-textwrapper {
  color: #fff;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.news-header-headline {
  font-size: 42px;
  line-height: 1.2;
  font-weight: 500;
  padding-bottom: 1.1rem;
  border-bottom: 2px solid #fff;
}
.news-header-headline a {
  color: #fff;
  text-decoration: none;
}
.news-header-headline a:hover {
  opacity: 0.9;
}
.news-header-subheadline {
  padding-top: 1.1rem;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  gap: 1rem;
}
.newsteaserbox__content {
  padding-top: 1rem;
  display: flex;
  flex-flow: column;
  gap: 0.8rem;
}
.newsteaserbox__content-date {
  font-size: 14px;
}
.newsteaserbox__content-headline {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
  min-height: 84px;
  border-bottom: 1px solid #000;
}

.newsteaserbox {
  margin-bottom: 60px;
  overflow: hidden;
}
.streethockey-header .col-md-12.newsowl .newsteaserbox {
  margin-bottom: 0;
}

.newsteaserbox a {
  text-decoration: none;
  width: 100%;
}
.newsteaserbox .teaserbox__image {
  border-radius: var(--border-radius);
  transition: 300ms;
  overflow: hidden;
}
.newsteaserbox img {
  border-radius: var(--border-radius);
  transition: 300ms;
  width: 100%;
  max-width: 100%;
  height: auto;
  height: 234px;
  object-fit: cover;
}
.newsteaserbox a:hover img {
  transform: scale(1.06);
  transition: 300ms;
}
.newsteaserbox__content-subline {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  height: 50px;
}
.newsteaserbox__content-subline-more {
  background-color: var(--red-flag);
  width: 36px;
  height: 36px;
  border-radius: var(--border-radius);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 300ms;
}
.newsteaserbox__content-subline-more svg {
  height: 14px;
}
.newsteaserbox a:hover .newsteaserbox__content-subline-more {
  background-color: var(--red-mahoon);
  transform: scale(1.1);
}

.news-navigation-items {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 2rem;
}
.news-header-navigation__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  color: #000;
}
.news-header-navigation__categories {
  display: flex;
  flex-flow: row;
  gap: 1rem;
  justify-content: flex-end;
}
.nav-category {
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-category a {
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
  transition: 300ms;
}
.nav-category a:hover {
  color: var(--red-flag);
}
.nav-category-active {
  background: var(--red-mahoon);
  color: #fff;
  font-weight: 600;
  border-radius: var(--border-radius);
}

.nav-category-active a {
  color: #fff !important;
}

.news-navigation {
  margin-bottom: 3rem;
}
/* SECTION SEARCH PAGINATION
------------------------------------------------------------*/

.paginavigation {
  margin-bottom: 2rem;
}

.paginavigation ul {
  padding-left: 0;
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
  align-items: center;
}

.paginavigation li a,
.paginavigation li a:hover,
.paginavigation li.active a,
.paginavigation li.disabled {
  color: #fff;
  text-decoration: none;
  line-height: 14px;
}

.paginavigation li {
  display: inline;
}

.paginavigation .navchevron a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.paginavigation .navchevron svg {
  height: 14px;
}
.paginavigation .navchevron {
  background-color: #ced2de;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 300ms;
}

.paginavigation .navchevron:hover {
  background-color: #b6bece;
}

.paginavigation .navchevron:first-of-type {
  border-radius: var(--border-radius) 0 0 var(--border-radius);
}

.paginavigation .navchevron:last-of-type {
  border-radius: 0 var(--border-radius) var(--border-radius) 0;
}

.paginavigation li.disabled,
.paginavigation li.disabled:hover {
  background-color: #e7e9ef;
  cursor: default;
}

.singlepost-header {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  width: 100%;
}
.singlepost-header-back {
  display: flex;
  align-items: center;
  font-size: 14px;
  text-decoration: none;
}
.singlepost-header-postnav {
  display: flex;
  flex-flow: row;
  align-items: center;
  gap: 1rem;
  transition: 300ms;
}
.singlepost-header-postnav a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.singlepost-header-postnav svg {
  height: 14px;
}
.singlepost-header-back {
  margin-bottom: 0;
}

.singlepost-header-postnav-prev {
  background-color: #ced2de;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 300ms;
  border-radius: 8px 0 0 8px;
}
.singlepost-header-postnav-prev svg {
  transform: rotate(180deg);
}
.singlepost-header-postnav-next {
  background-color: #ced2de;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 300ms;
  border-radius: 0 8px 8px 0;
}
.singlepost-header-postnav > div:hover {
  background: #b6bece;
  cursor: pointer;
}
.single-post .newsheader-textwrapper {
  color: #000;
}
.single-post .news-header-headline {
  border-color: #000;
}
.single-post .topheadline {
  margin-bottom: 4rem;
}
.single-post .news-header-imagewrapper {
  padding-left: 10px;
}
.single-post .newsheader-textwrapper {
  padding-right: 4rem;
}
@media screen and (max-width: 600px) {
  .single-post .newsheader-textwrapper {
    padding-right: 10px;
  }
}

.single-post-leftcol-inner {
  padding-right: 2rem;
  margin-right: 1rem;
  border-right: 1px solid #000;
  height: 100%;
}
@media screen and (max-width: 600px) {
  .single-post-leftcol-inner {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
  }
}
.single-post-content {
  margin-bottom: 5rem;
}
.single-article-image {
  margin-bottom: 2.5rem;
}
.single-article-image:last-of-type {
  margin-bottom: 0;
}
.single-article-image img {
  margin-bottom: 0.6rem;
}

.gc-navigation-items {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 2rem;
}
.gc-header-navigation__categories {
  display: flex;
  flex-flow: row;
  gap: 1rem;
  flex-wrap: wrap;
  width: 100%;
}

.gc-navigation {
  margin-bottom: 3rem;
}

.nav-category {
  flex: 0 0 calc((100% - 4rem) / 5);
}

/* --- RESPONSIVE SPALTENANZAHL --- */
@media (max-width: 1439px) {
  .nav-category {
    flex: 0 0 calc((100% - 3rem) / 4);
  }
}
@media (max-width: 1220px) {
  .nav-category {
    flex: 0 0 calc((100% - 2rem) / 3);
  }
}
@media (max-width: 991px) {
  .nav-category {
    flex: 0 0 calc((100% - 1rem) / 2);
  }
}

@media (max-width: 540px) {
  .nav-category {
    flex: 0 0 100%;
  }
}

.resultbox-small-link {
  text-decoration: none;
}
.resultbox-small-link:hover .resultbox-small {
  background: #e7e9ef;
}
.resultbox-small-link:hover .resultbox-small__score {
  background: #ced2de;
}
.resultbox-small {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1.8rem;
  font-size: 15px;
  line-height: 1.6;
  border-radius: var(--border-radius);
  overflow: hidden;
  background: #f6f7f9;
  transition: 300ms;
}
.resultbox-small__itemleft {
  display: flex;
}
.resultbox-small__itemleft__microleft {
  color: #fff;
  text-align: center;
  padding: 0.3rem 1rem;
  background: var(--red-flag);
}
.resultbox-small__itemleft__microright {
  padding: 0.3rem 1rem;
  font-weight: 600;
}
.resultbox-small__itemright {
  display: flex;
  flex-flow: row;
  align-items: center;
  font-weight: 600;
}
.resultbox-small__score {
  display: flex;
  flex-flow: column;
  align-items: center;
  background: #e7e9ef;
  padding: 0.3rem 0.75rem;
  transition: 300ms;
}
.resultbox-upcoming {
  position: relative;
}
.resultbox-upcoming .resultbox-small__itemright {
  background: #e7e9ef;
  position: absolute;
  height: 100%;
  right: 0;
}
.resultbox-small__status {
  padding: 0.3rem 1rem;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.resultbox-small__status.resultbox-upcoming {
  background: #e7e9ef;
}

.statsbox-head {
  border-radius: var(--border-radius);
  background: var(--red-flag);
  color: #fff;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  padding-left: 0.5rem;
  margin-bottom: 1.4rem;
}
.statsbox-body {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin: 0.5rem 0;

  font-size: 16px;
  line-height: 1.4;
  overflow: hidden;
  background: #fff;
  border-radius: var(--border-radius);
  height: 50px;
}
.statsbox-head__rightcol,
.statsbox-body__rightcol {
  display: flex;
  flex-flow: row;
  align-items: center;
}
:is(.statsbox-head__rightcol, .statsbox-body__rightcol) > div {
}

.statcol-grey {
  background: #f6f7f9;
  height: 100%;
}

.statcol-single {
  width: var(--statcol-single);
  display: flex;
  justify-content: center;
  align-items: center;
}
.statcol-double {
  width: var(--statcol-double);
  display: flex;
  justify-content: center;
  align-items: center;
}
.statcol-rank {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--red-mahoon);
  color: #fff;
}

.statsbox-body__leftcol {
  display: flex;
  flex-flow: row;
  align-items: center;
  gap: 0.8rem;
  height: 100%;
  width: 100%;
}
.statsbox-body__rightcol {
  height: 100%;
}
.statcol-half {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.topscorerbox .statsbox-body__leftcol__playername,
.penaltybox .statsbox-body__leftcol__playername {
  justify-content: flex-start;
}

.topscorerbox .statsbox-body__leftcol__teamname,
.penaltybox .statsbox-body__leftcol__teamname {
  justify-content: flex-start;
  padding-left: 0.5rem;
}
.topscorerbox .statsbox-head__leftcol,
.penaltybox .statsbox-head__leftcol {
  flex-flow: row;
  align-items: center;
  display: flex;
  width: 100%;
}
.header-gamecenter {
  height: auto;
}
.livetickerGamecenterWrapper {
  background: #fff;
  border-radius: var(--border-radius);
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  width: 100%;
  flex-flow: column;
  font-size: 16px;
  margin-bottom: 3rem;
}

.livetickerGamecenterWrapper__item__meta {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.livetickerGamecenterWrapper__item__blink {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 1rem;
  color: var(--red-flag);
}
.livetickerGamecenterWrapper__item__blink div {
  width: 8px;
  height: 8px;
  margin-top: 1px;
  position: relative;
  background: var(--red-flag);
  border-radius: 99px;
  box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--red-flag);
  margin-right: 0.5rem;
  animation: changecolor 5s infinite;
  animation-delay: 0.5s;
}
@keyframes changecolor {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 0.4;
  }
  25% {
    opacity: 1;
  }
}

.livetickerGamecenterWrapper__item__score {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0;
}
.livetickerGamecenterWrapper__item__score__result {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
  border-left: 1px solid #f6f7f9;
  border-right: 1px solid #f6f7f9;
  padding: 0 0.5rem 0;
}

.livetickerGamecenterWrapper__item__score {
  margin: 1.5rem 0;
  display: flex;
  flex-flow: row;
  align-items: stretch; /* Wichtig für gleiche Höhe */
  justify-content: center;
}

.livetickerGamecenterWrapper__item__score__home,
.livetickerGamecenterWrapper__item__score__guest,
.livetickerGamecenterWrapper__item__score__result {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 0.5rem;
  box-sizing: border-box;
  position: relative;
}
.livetickerGamecenterWrapper__item__score__home,
.livetickerGamecenterWrapper__item__score__guest {
  justify-items: start;
}
.livetickerGamecenterWrapper__item__score__home img,
.livetickerGamecenterWrapper__item__score__guest img {
  width: 64px;
  height: 64px;
  margin-bottom: 8px;
}

.livetickerGamecenterWrapper__item__matchstatus {
  position: absolute;
  bottom: 0;
  font-size: 1rem;
}

.streethockey-header-gamedetails {
  padding: 50px 0;
}
.streethockey-header-gamedetails .col-md-12 {
  height: auto;
}

.boxGamedetails .livetickerGamecenterWrapper__item__meta {
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.matchblatt-headlinetop {
  background: #fff;
  border-radius: var(--border-radius);
}

.gameEvents__period__header {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1rem;
  background: var(--red-flag);
  padding: 0.5rem 1rem;
  border-radius: var(--border-radius);
  color: #fff;
  font-weight: 600;
}
.gameEvents__period__events {
  background: #f6f7f9;
  padding: 0;
  margin-bottom: 1rem;
  display: flex;

  flex-flow: row;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  border-radius: var(--border-radius);
  overflow: hidden;
}
.gameEvents__period__events > div {
  padding: 0.5rem 1rem;
}
.gameEvents__period__events__home,
.gameEvents__period__events__guest {
  flex: 1; /* gleiche Verteilung des restlichen Platzes */
}
.gameEvents__period__events__time {
  background: var(--red-flag);
  color: #fff;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  width: 200px;
}
.actionicon {
  font-weight: 600;
  gap: 0.6rem;
  display: flex;
  flex-flow: row;
  min-width: 94px;
  justify-content: center;
}
.actionicon img {
  height: 24px;
  width: auto;
}

.matchblatt-metaheadlinetop > div {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  margin-bottom: 1rem;
  background: var(--red-flag);
  padding: 0.5rem 1rem;
  border-radius: var(--border-radius);
  color: #fff;
  font-weight: 600;
  width: 100%;
}
.matchblatt-metadata.whitebgsection .match-data__item__value {
  background: #f6f7f9;
}
.match-data {
  width: 100%;
}
.match-data__item {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  margin-bottom: 1rem;
  background: #e7e9ef;
  border-radius: var(--border-radius);
}
.match-data__item__title {
  font-weight: 600;
  width: 240px;
  padding: 0.5rem 1rem;
}
.match-data__item__value {
  background: #fff;
  padding: 0.5rem 1rem;
  width: 100%;
  border-radius: 0 var(--border-radius) var(--border-radius) 0;
}

.teambox-header {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
  background: var(--red-flag);
  padding: 0.5rem 1rem;
  border-radius: var(--border-radius);
  color: #fff;
  font-weight: 600;
  width: 100%;
}

.teambox-item {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  margin-bottom: 1rem;
  background: #e7e9ef;
  border-radius: var(--border-radius);
  overflow: hidden;
}
.teambox-item-number {
  width: 60px;
  color: #fff;
  background: var(--red-mahoon);
  text-align: center;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.videoteaserbox .newsteaserbox__content-headline {
  min-height: 66px;
}

.videoteaserbox a {
  margin-bottom: 0;
  border: 1px solid rgb(226, 226, 226);
  border-radius: 12px;
  padding: 0 12px;
}
.videoteaserbox .newsteaserbox__content {
  gap: 0;
}
.videoteaserbox .playbutton-videoteaserbox {
  background-color: var(--red-flag);
  width: 36px;
  height: 36px;
  border-radius: var(--border-radius);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 300ms;
}
.videoteaserbox .teaserbox__image {
  position: relative;
}
.videoteaserbox .playbutton-videoteaserbox {
  position: absolute;
  bottom: 12px;
  left: 12px;
}
.videoteaserbox .playbutton-videoteaserbox::after {
  content: "\f04b";
  font-family: "Font Awesome 6 Pro";
  color: #fff;
  font-size: 14px;
  font-weight: bold;

  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.videoteaserbox .newsteaserbox__content-headline {
  font-size: 16px;
  font-weight: normal;
}
.videoteaserbox .newsteaserbox__content-subline-category {
  font-size: 16px;
}
.videoteaserbox .newsteaserbox__content-subline--date {
  font-weight: normal;
}
.videoteaserbox .livetickerGamecenterWrapper {
  padding: 0.6rem 0;
}
.videoowl .owl-carousel .owl-item img .vhighlights img {
  max-height: 60px;
  object-fit: contain;
}
.videoowl .livetickerGamecenterWrapper__item__score,
.vhighlights .livetickerGamecenterWrapper__item__score {
  min-height: 160px;
  margin: 1rem 0 2.5rem 0;
}
.owl-carousel.nav-bottom.nav-bottom-align-right .owl-nav {
  margin-top: 32px;
}
.video-allhighlights {
  position: relative;
  top: -62px;
  z-index: 99;
  width: max-content;
}
.allnewsbtnwrap {
  position: relative;
  top: -40px;
  z-index: 99;
  width: max-content;
}

.owl-carousel.nav-bottom.nav-bottom-align-right .owl-nav .owl-prev,
.owl-carousel.nav-bottom.nav-bottom-align-right .owl-nav .owl-next {
  background-color: #e7e9ef !important;
  width: 36px;
  height: 36px;
  transition: 300ms;
  text-align: center;
}
.owl-carousel.nav-bottom.nav-bottom-align-right .owl-nav .owl-prev:hover,
.owl-carousel.nav-bottom.nav-bottom-align-right .owl-nav .owl-next:hover {
  background-color: #ced2de !important;
}

.owl-carousel.nav-bottom.nav-bottom-align-right .owl-nav button.owl-prev::before,
.owl-carousel.nav-bottom.nav-bottom-align-right .owl-nav button.owl-next::before {
  left: 0;
  font-size: 14px !important;
  color: #fff !important;
}
.video-embed {
  width: 100%;
  height: auto;
}

.videoHomepage {
  width: 100%;
  height: 640px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1140px) {
  .videoHomepage {
    height: auto;
  }
}

.videoHomepage video {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.limitbackground {
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0px,
    rgba(255, 255, 255, 0) 120px,
    rgba(255, 255, 255, 1) 120px,
    rgba(255, 255, 255, 1) 100%
  );
}

.limitbackground .owl-item .newsteaserbox__content-subline-more {
  position: absolute;
  right: 0px;
  z-index: 222;
}
.tabnationateams h2 {
  color: #fff;
}
.tabnationateams {
  padding: 80px 0 40px 0;
  background-color: #c4000f;
  background-image: linear-gradient(107deg, #c4000f 15.65%, #6e0000 103.47%);
  /* 
  background-image: linear-gradient(to bottom right, #c4000f 0%, #91000b 25%, #5e0007 50%),
    linear-gradient(to bottom left, #c4000f 0%, #91000b 25%, #5e0007 50%),
    linear-gradient(to top left, #c4000f 0%, #91000b 25%, #5e0007 50%),
    linear-gradient(to top right, #c4000f 0%, #91000b 25%, #5e0007 50%);
  background-position: bottom right, bottom left, top left, top right;
  background-size: 50% 50%, 50% 50%, 50% 50%, 50% 50%; 
  */
  background-repeat: no-repeat;
  margin-bottom: 80px;
  position: relative;
  overflow: hidden;
}
.tabnationateams::before {
  content: "";
  position: absolute;
  top: -20%;
  right: 0;
  width: 60%;
  height: 140%;
  background-image: url("/wp-content/themes/streethockey/assets/img/logobildmarke.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.tabnationateams .nav-tabs {
  width: max-content;
  background: #f6f7f9;
  padding: 0.8rem;
  border-radius: var(--border-radius);
  font-size: 20px;
  gap: 8px;
  margin-bottom: 0;
  position: relative;
  z-index: 10;
}
.tabnationateams .nav-tabs li {
  margin: 0 !important;
}
.tabnationateams .nav-tabs li .nav-link {
  border-bottom: none !important;

  font-size: 18px !important;
  border-radius: var(--border-radius) !important;
  padding: 0.5rem 2rem !important;
  line-height: 1;
}
.tabnationateams .nav-tabs > li .nav-link.active,
.tabnationateams .nav-tabs > li .nav-link:hover {
  background: var(--red-mahoon) !important;
  color: #fff !important;
  border-radius: var(--border-radius) !important;
  font-size: 18px !important;
  padding: 0.6rem 2rem !important;
}

.tabnationateams .tab-content img {
  border-radius: var(--border-radius);
}
.tabnationateams .tab-content {
  background: #fff !important;
  padding: 4.5rem 1.5rem 2rem 1.5rem !important;
  border-radius: var(--border-radius) !important;
  position: relative;
  top: -38px;
}

.tab-content-text {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 2;
}

.result-home-mobile,
.result-guest-mobile,
.scorer-team-mobile {
  display: none;
}

.resultslider .owl-nav,
.resultslider .owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"] {
  height: 100%;
}

.resultslider .owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button.owl-prev {
  border-radius: var(--border-radius) 0 0 var(--border-radius);
}
.resultslider .owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button.owl-next {
  border-radius: 0 var(--border-radius) var(--border-radius) 0;
}

.resultslider .owl-carousel .owl-nav button.owl-prev::before,
.resultslider .owl-carousel .owl-nav button.owl-next::before {
  font-size: 0.9rem;
  left: 0;
  top: 0;
}
.resultslider .owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"] {
  background-color: #ced2de;
  border-color: #ced2de;
  color: var(--primary-inverse);
  transition: 300ms;
}
.resultslider .owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"]:hover {
  background-color: #b4b6bb;
  border-color: #b4b6bb;
  color: var(--primary-inverse);
  transition: 300ms;
}
.resultslider .owl-carousel.stage-margin .owl-stage-outer {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.resultsliderbox {
  border-top: 1px solid #ced2de;
  border-bottom: 1px solid #ced2de;
  border-right: 1px solid #ced2de;
}

.resultslider--box {
  display: flex;
  flex-flow: row;
  font-size: 0.8rem;
  width: 100%;
}
.resultslider--box--week {
  background: var(--primary);
  color: #fff;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0 0.3rem;
}
.resultslider--box--week span {
  font-size: 1.6rem;
  font-weight: 600;
}
.resultslider--box--match {
  display: flex;
  flex-flow: column;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  padding: 0.1rem 0.4rem;
}
.resultslider--box--match--meta {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.1rem;
  margin-bottom: 0.4rem;
  border-bottom: 1px solid #ced2de;
  width: 100%;
  padding-top: 0.1rem;
}
.resultslider--box--match--meta--league {
  font-weight: 500;
}
.resultslider--box--match--teamhome,
.resultslider--box--match--teamaway {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  width: 100%;
}
.resultslider--box--match--teamhome--result,
.resultslider--box--match--teamaway--result {
  padding-right: 0.5rem;
}
.resultslider--box--match--status {
  font-weight: 500;
  justify-content: flex-start;
  display: flex;
  width: 100%;
  padding: 0.3rem 0 0 0;
}

.modal-content {
  border-radius: 1rem;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.6);
}

#newsletterModal .btn-close {
  z-index: 99;
}

#newsletterModal .modal-content {
  background: #000;
  color: #fff;
}

#newsletterModal .modal-content h2 {
  color: #fff;
}

#newsletterModal .modal-content .btn-close {
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}
.singlepost-header-postnav-prev.disabled,
.singlepost-header-postnav-next.disabled {
  background-color: #e7e9ef;
  cursor: default;
}
.singlepost-header-postnav-prev.disabled:hover,
.singlepost-header-postnav-next.disabled:hover {
  background-color: #e7e9ef;
  cursor: default;
}

.playofftree img {
  height: 28px;
  width: auto;
}

.playofftree .theme {
  height: 100%;
  width: auto;
  position: relative;
}

.playofftree .bracket {
  padding: 40px;
  margin: 5px;
}

.playofftree .bracket {
  display: flex;
  flex-direction: row;
  position: relative;
}

.playofftree .column {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  justify-content: space-around;
  align-content: center;
}

.playofftree .match {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 260px;
  max-width: 260px;
  height: 119px;
  margin: 12px 24px 12px 0;
}

.playofftree .match .match-top {
  border-radius: 2px 2px 0 0;
}

.playofftree .match .match-result {
  border-radius: 0 0 2px 2px;
}

.playofftree .match .team {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  line-height: 1.1;
  font-size: 16px;
  border: 1px solid black;
  position: relative;
}

.playofftree .match .team span {
  padding-left: 8px;
}

.playofftree .match .team span:last-child {
  padding-right: 8px;
}

.playofftree .match .team .score {
  margin-left: auto;
}

.playofftree .match .team:first-child {
  margin-bottom: -1px;
}

.playofftree .match-lines {
  display: block;
  position: absolute;
  top: 50%;
  bottom: 0;
  margin-top: 0px;
  right: -1px;
}

.playofftree .match-lines .line {
  background: red;
  position: absolute;
}

.playofftree .match-lines .line.one {
  height: 1px;
  width: 12px;
}

.playofftree .match-lines .line.two {
  height: 72px;
  width: 1px;
  left: 11px;
}

.playofftree .match-lines.alt {
  left: -12px;
}

.playofftree .match:nth-child(even) .match-lines .line.two {
  transform: translate(0, -100%);
}

.playofftree .column:first-child .match-lines.alt {
  display: none;
}

.playofftree .column:last-child .match-lines {
  display: none;
}

.playofftree .column:last-child .match-lines.alt {
  display: block;
}

.playofftree .column:nth-child(2) .match-lines .line.two {
  height: 144px;
}

.playofftree .column:nth-child(3) .match-lines .line.two {
  height: 175px;
}

.playofftree .column:nth-child(4) .match-lines .line.two {
  height: 262px;
}

.playofftree .column:nth-child(5) .match-lines .line.two {
  height: 349px;
}

.playofftree .disable-image .image,
.playofftree .disable-seed .seed,
.playofftree .disable-name .name,
.playofftree .disable-score .score {
  display: none !important;
}

.playofftree .disable-borders {
  border-width: 0px !important;
}

.playofftree .disable-borders .team {
  border-width: 0px !important;
}

.playofftree .disable-seperator .match-top {
  border-bottom: 0px !important;
}

.playofftree .disable-seperator .match-bottom {
  border-top: 0px !important;
}

.playofftree .disable-seperator .team:first-child {
  margin-bottom: 0px;
}
.playofftree .match-result {
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.playofftree .theme.theme-dark {
  overflow-x: auto;
}

.wpb_video_widget.vc_video-aspect-ratio-169 .wpb_video_wrapper {
  padding-top: initial !important;
}
.video-player-for-wpbakery-container,
.video-player-for-wpbakery-container video,
.video-player-for-wpbakery {
  max-width: 100%;
}
.video-player-for-wpbakery {
  padding-top: 0 !important;
}

.search-results .card-body {
  padding: 1.5rem;
}
.search-results header.card-body {
  padding-bottom: 0;
}
.search-results .card-text.entry-content {
  padding-bottom: 1.5rem;
}

.card-body img {
  max-width: 100%;
  height: auto;
}

.resultbox-small__item--placeofmatch {
  font-style: italic;
}
