@charset "UTF-8";
.bg-white {
  background-color: #ffffff;
}

.bg-greylight {
  background-color: #F5F5F5;
}

.bg-red {
  background-color: #FF002B;
  color: #ffffff;
}

.fontWS {
  font-family: "Work Sans", sans-serif;
}

h1 {
  font-family: "Work Sans", sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 500;
}

h2 {
  font-family: "Work Sans", sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
}

h3, h4, h5, h6, h7 {
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
}

.section-HL {
  font-size: 38px;
  line-height: 44px;
  margin: 0px;
}

.section-HL-lower {
  font-size: 22px;
  line-height: 25px;
}

.section-teaser {
  font-size: 18px;
  line-height: 28px;
}

/* work-sans-regular - latin */
@font-face {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/Resources/Public/fonts/work-sans-v18-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("/Resources/Public/fonts/work-sans-v18-latin-regular.eot?#iefix") format("embedded-opentype"), url("/Resources/Public/fonts/work-sans-v18-latin-regular.woff2") format("woff2"), url("/Resources/Public/fonts/work-sans-v18-latin-regular.woff") format("woff"), url("/Resources/Public/fonts/work-sans-v18-latin-regular.ttf") format("truetype"), url("/Resources/Public/fonts/work-sans-v18-latin-regular.svg#WorkSans") format("svg"); /* Legacy iOS */
}
/* work-sans-500 - latin */
@font-face {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 500;
  src: url("/Resources/Public/fonts/work-sans-v18-latin-500.eot"); /* IE9 Compat Modes */
  src: local(""), url("/Resources/Public/fonts/work-sans-v18-latin-500.eot?#iefix") format("embedded-opentype"), url("/Resources/Public/fonts/work-sans-v18-latin-500.woff2") format("woff2"), url("/Resources/Public/fonts/work-sans-v18-latin-500.woff") format("woff"), url("/Resources/Public/fonts/work-sans-v18-latin-500.ttf") format("truetype"), url("/Resources/Public/fonts/work-sans-v18-latin-500.svg#WorkSans") format("svg"); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/Resources/Public/fonts/open-sans-v29-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/Resources/Public/fonts/open-sans-v29-latin-regular.eot?#iefix") format("embedded-opentype"), url("/Resources/Public/fonts/open-sans-v29-latin-regular.woff2") format("woff2"), url("/Resources/Public/fonts/open-sans-v29-latin-regular.woff") format("woff"), url("/Resources/Public/fonts/open-sans-v29-latin-regular.ttf") format("truetype"), url("/Resources/Public/fonts/open-sans-v29-latin-regular.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("/Resources/Public/fonts/open-sans-v29-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/Resources/Public/fonts/open-sans-v29-latin-700.eot?#iefix") format("embedded-opentype"), url("/Resources/Public/fonts/open-sans-v29-latin-700.woff2") format("woff2"), url("/Resources/Public/fonts/open-sans-v29-latin-700.woff") format("woff"), url("/Resources/Public/fonts/open-sans-v29-latin-700.ttf") format("truetype"), url("/Resources/Public/fonts/open-sans-v29-latin-700.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
body, html {
  padding: 0px 0 0 0;
  margin: 0px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 0.2px;
  color: #1C1C1C;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: 1000;
}

.turnipadinfo {
  width: 500px;
  padding: 30px;
  background: #fff;
  position: fixed;
  z-index: 999999;
  left: 50%;
  top: 50%;
  margin: -160px 0 0 -250px;
  display: none;
}

.swipeInfo {
  display: none;
}

.break {
  width: 100%;
  float: left;
  height: 1px;
}

.borderradius-10 {
  border-radius: 10px;
}

.burgerBTN {
  display: none;
}

.btnClubprofil {
  cursor: pointer;
  text-decoration: underline;
}
.btnClubprofil:hover {
  color: #FF002B;
}
.btnClubprofil:hover span, .btnClubprofil:hover a, .btnClubprofil:hover div {
  color: #FF002B;
}

a[href^=undefined] {
  opacity: 0.2;
  pointer-events: none;
}

a {
  color: #1C1C1C;
  text-decoration: none;
}
a:hover {
  color: #FF002B;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0px;
}

.uppercase {
  text-transform: uppercase;
}

.content-row-separationline {
  padding: 30px 0;
}
.content-row-separationline .separationline {
  width: 100%;
  height: 1px;
  background: #E2E2E2;
}

.bannerHide {
  display: none !important;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

.displaynone {
  display: none !important;
}

.bold {
  font-weight: 600;
}

.trans {
  opacity: 0;
}

.animateAll {
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}

.floatRight {
  float: right !important;
}

.imagedesc {
  float: left;
  width: 100%;
  font-size: 14px;
}

.imagedarken {
  opacity: 0.7;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 60%;
  bottom: 0px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#000000",GradientType=0 );
}

.text-center {
  text-align: center;
}

.btn {
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  border: 2px solid #1C1C1C;
  color: #1C1C1C;
  border-radius: 27px;
  padding: 9px 20px 10px 20px;
  margin: 15px 0 0 0;
  display: inline-block;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
.btn .btnarrow {
  display: inline-block;
  position: relative;
  left: 3px;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
.btn:hover {
  background-color: #1C1C1C;
  color: #ffffff;
}
.btn:hover .btnarrow {
  left: 8px;
}
.btn.btn-red {
  border: 2px solid #FF002B;
  color: #FF002B;
}
.btn.btn-red:hover {
  background-color: #FF002B;
  color: #ffffff;
}
.btn.btn-red-active {
  border: 2px solid #FF002B;
  background-color: #FF002B;
  color: #ffffff;
}
.btn.btn-withe {
  border: 2px solid #ffffff;
  color: #ffffff;
}
.btn.btn-withe:hover {
  background-color: #ffffff;
  color: #FF002B;
}
.btn.btn-bgwithe {
  background: #fff;
  border-color: #fff;
  color: #FF002B;
}
.btn.btn-bgwithe:hover {
  background: #FF002B;
  border-color: #FF002B;
  color: #ffffff;
}
.btn.btn-bgwithe:hover .btnarrow {
  -webkit-filter: brightness(0) invert(1);
  -moz-filter: brightness(0) invert(1);
  -ms-filter: brightness(0) invert(1);
  -o-filter: brightness(0) invert(1);
}
.btn.btn-red-filled {
  border: 2px solid #FF002B;
  color: #ffffff;
  background-color: #FF002B;
}
.btn.btn-red-filled .btnarrow {
  -webkit-filter: brightness(0) invert(1);
  -moz-filter: brightness(0) invert(1);
  -ms-filter: brightness(0) invert(1);
  -o-filter: brightness(0) invert(1);
}
.btn.btn-red-filled:hover {
  background-color: #FF002B;
  color: #ffffff;
}

.bg-red .btn-bgwithe:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #FF002B;
}
.bg-red .btn-bgwithe:hover .btnarrow {
  -webkit-filter: inherit;
  -moz-filter: inherit;
  -ms-filter: inherit;
  -o-filter: inherit;
}

.copyline {
  float: left;
  width: 100%;
  font-size: 12px;
  opacity: 0.5;
}
.copyline.onImg {
  position: absolute;
  color: #fff;
  opacity: 0.7;
  top: 0px;
  right: 10px;
  text-align: right;
  width: auto;
  pointer-events: none;
}
.copyline .creatortext, .copyline .copytext {
  display: inline-block;
}

.border-no {
  border: 0px !important;
}

strong {
  font-weight: 600;
}

.textInput p {
  margin: 0px 0 10px 0;
}
.textInput p:last-child {
  margin-bottom: 0px;
}
.textInput a {
  text-decoration: underline;
  color: #FF002B;
}
.textInput a:hover {
  color: #FF002B;
}

.listbox {
  float: left;
  width: 100%;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.listbox li {
  float: left;
  width: calc(100% - 18px);
  position: relative;
  padding: 0 0 0 18px;
  margin: 0 0 5px 0;
}
.listbox li:before {
  content: ">";
  position: absolute;
  left: 2px;
  top: 0px;
  font-weight: 900;
}
.listbox p {
  float: left;
  width: calc(100% - 18px);
  position: relative;
  padding: 0 0 0 18px;
  margin: 0 0 5px 0;
}
.listbox p:before {
  content: ">";
  position: absolute;
  left: 2px;
  top: 0px;
  font-weight: 900;
}
.listbox.listbox-orderd {
  list-style-type: decimal;
}
.listbox.listbox-orderd li {
  float: left;
  width: calc(100% - 18px);
  position: relative;
  padding: 0 0 0 0px;
  margin: 0px 0 5px 19px;
}
.listbox.listbox-orderd li:before {
  display: none;
}

#main {
  min-height: 500px;
  float: left;
  width: 100%;
  padding: 100px 0 50px 0;
}
#main.main-nopadding {
  padding: 0px 0 50px 0;
}

.main-wrapper {
  float: left;
  width: 100%;
  overflow: hidden;
}

.content-row {
  width: 100%;
  float: left;
  position: relative;
}

.content-row-center {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}
.content-row-center .content-row-center {
  width: 100%;
}

.content-part-w75 {
  width: 67%;
  float: left;
  border-radius: 10px;
}

.nosidebar .content-part-w75 {
  width: 100%;
}

.content-part-w25 {
  width: 28%;
  float: right;
}

.sidebar-left .content-part-w75 {
  float: right;
  width: 66%;
}
.sidebar-left .content-part-w25 {
  float: left;
  width: 31.8%;
}

.align-l {
  text-align: left;
}

.align-r {
  text-align: right;
}

.align-c {
  text-align: center;
}

.w-30 {
  width: 30%;
}

.w-50 {
  width: 48%;
}

.table-td {
  float: left;
  min-height: 1px;
}
.table-td a {
  text-decoration: underline;
}

.table-td.td-w5 {
  width: 5%;
}

.table-td.td-w4 {
  width: 4%;
}

.td-rang {
  text-align: center;
  margin-right: 1%;
}

.table-td.td-w10 {
  width: 10%;
}

.table-td.td-w15 {
  width: 15%;
}

.table-td.td-w20 {
  width: 20%;
}

.table-td.td-w25 {
  width: 25%;
}

.table-td.td-w30 {
  width: 30%;
}

.table-td.td-w35 {
  width: 35%;
}

.table-td.td-w40 {
  width: 40%;
}

.table-td.td-w50 {
  width: 50%;
}

.td-w60 {
  width: 60%;
}

.td-w65 {
  width: 65%;
}

.td-w70 {
  width: 70%;
}

.td-w80 {
  width: 80%;
}

.sortarrow {
  cursor: pointer;
  opacity: 0.2;
  font-size: 14px;
  margin: 0 -3px 0 0px;
}
.sortarrow.active {
  opacity: 1;
}

.sortarrow.sortup-club {
  margin-right: 8px;
}

.scrolltable {
  width: 100%;
  overflow: auto;
}
.scrolltable .result-table {
  min-width: 890px;
}

.PlayerProfileOn #main, .ClubProfileOn #main, .TeamProfileOn #main {
  display: none;
}

.PlayerProfileOn body, .ClubProfileOn body, .TeamProfileOn body {
  background: #F5F5F5;
}

.DeactiveLayer {
  display: none !important;
}

.ActiveLayer {
  z-index: 999 !important;
}

.BTN-closeX {
  cursor: pointer;
  position: absolute;
  right: -13px;
  top: -15px;
  border: 1.5px solid #ccc;
  border-radius: 100px;
  padding: 7px;
  background: #ffffff;
}
.BTN-closeX .icon-x {
  width: 13px;
  filter: grayscale(100%);
  opacity: 0.4;
}
.BTN-closeX:hover {
  border: 1.5px solid #FF002B;
}
.BTN-closeX:hover .icon-x {
  filter: grayscale(0%);
  opacity: 1;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.border-cycle {
  position: absolute;
  top: 850px;
  pointer-events: none;
  z-index: 2;
}

.home .border-cycle {
  display: none !important;
}

.border-cycle-left {
  left: 0px;
  display: none !important;
}

.border-cycle-right {
  right: 0px;
  top: 2000px;
  display: none !important;
}

.lds-ellipsis {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin: 0 0 0 -80px;
  position: relative;
  left: 100%;
  top: -5px;
}

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #666;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.sg-cookie-optin-fingerprint.sg-cookie-optin-fingerprint-bottom-left {
  bottom: 20px !important;
  left: 20px !important;
}

.sg-cookie-optin-fingerprint {
  width: 30px !important;
  height: 30px !important;
}

.content-row-header-meta {
  border-bottom: 1px solid #E2E2E2;
  background-color: #ffffff;
  z-index: 9999;
  padding: 15px 0;
  font-family: "Work Sans", sans-serif;
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
}
.content-row-header-meta .metaline-icon {
  display: inline-block;
  margin: 0px 0 -3.5px 1px;
}
.content-row-header-meta .metabox {
  float: right;
  margin: 0 60px 0 0;
}
.content-row-header-meta .header-meta-search {
  float: left;
  margin: 4px 0 0 40px;
  position: relative;
  left: 0;
  top: 1px;
}
.content-row-header-meta .header-meta-menu {
  float: left;
}
.content-row-header-meta .header-meta-menu .metalink {
  margin: 0 40px 0 0;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
.content-row-header-meta .landesverband-selector {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.content-row-header-meta .landesverband-selector:hover {
  color: #FF002B;
}
.content-row-header-meta .landesverband-selector .landesverband-list {
  position: absolute;
  background: #fff;
  padding: 15px 15px 10px 15px;
  margin: 0px 0 0 -63px;
  -webkit-box-shadow: 0px 0px 75px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 75px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 9px 10px 0px rgba(0, 0, 0, 0.1);
  width: 265px;
  display: none;
}
.content-row-header-meta .landesverband-selector .landesverband-list a:hover {
  color: #FF002B;
}
.content-row-header-meta .landesverband-selector .landesverband-list a {
  display: block;
  float: left;
  width: 100%;
  padding: 10px 0 10px 0;
  line-height: 18px;
  border-bottom: 1px solid #D8D8D8;
}
.content-row-header-meta .landesverband-selector .landesverband-list a:last-child {
  border-bottom: 0px solid #D8D8D8;
  border-bottom: 0px;
}
.content-row-header-meta .landesverband-selector.landesverband-selector-on .landesverband-list {
  display: block;
}

.logoinfo {
  display: block;
  position: absolute;
  left: 60px;
  top: 18px;
}

.content-row-header {
  border-bottom: 1px solid #E2E2E2;
  background-color: #ffffff;
  padding: 20px 0;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  z-index: 9995;
}
.content-row-header .logo {
  display: block;
  float: left;
  margin: 0 0 0 60px;
}
.content-row-header .sidebtn {
  float: right;
  margin: 0 0px 0 0;
  position: absolute;
  right: 60px;
  top: 5px;
}
.content-row-header .sidebtn-Spieler {
  display: none;
}
.content-row-header .sidebtn-clubsearch {
  display: none;
}

.scroll {
  padding-top: 81px;
}
.scroll .content-row-header {
  position: fixed;
  top: 0px;
  z-index: 9999;
}

.hero-menu {
  list-style-type: none;
  margin: 10px 0 0 0;
}
.hero-menu a.nav-link-level0 {
  pointer-events: none;
}
.hero-menu .box-submenu {
  position: absolute;
  opacity: 0;
  z-index: -1;
  top: -999999px;
}
.hero-menu .mobOpensub {
  display: none;
}
.hero-menu ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.hero-menu .nav-item {
  list-style-type: none;
  float: left;
  margin: 0 5% 0 0;
}
.hero-menu .nav-item:last-child {
  margin-right: 0px;
}
.hero-menu .nav-item.active > a {
  color: #FF002B;
}
.hero-menu .nav-item .navitem-level2.active > a {
  color: #FF002B;
}
.hero-menu li.heroItemActive > a {
  color: #FF002B;
}
.hero-menu li.heroItemActive .sub {
  opacity: 1;
  z-index: 99;
  background: #fff;
  width: 100%;
  left: 0px;
  padding: 60px 0 60px 0;
  top: 51px;
  min-height: 530px;
  border-bottom: 1px solid #F5F5F5;
  -webkit-box-shadow: 0px 44px 72px -39px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0px 44px 72px -39px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 44px 72px -39px rgba(0, 0, 0, 0.22);
}
.hero-menu li.heroItemActive .sub:before {
  content: "";
  width: 1000px;
  height: 100%;
  position: absolute;
  right: 100%;
  top: 0px;
  background-color: #fff;
  border-bottom: 1px solid #F5F5F5;
}
.hero-menu li.heroItemActive .sub:after {
  content: "";
  width: 1000px;
  height: 100%;
  position: absolute;
  left: 100%;
  top: 0px;
  background-color: #fff;
  border-bottom: 1px solid #F5F5F5;
}
.hero-menu .heroCtaBox {
  position: absolute;
  background: #F5F5F5;
  width: 25%;
  height: 80%;
  right: 0px;
  border-radius: 10px;
  max-height: 500px;
  overflow: hidden;
  opacity: 0;
}
.hero-menu .heroCtaBox .imagedarken {
  opacity: 0.9;
}
.hero-menu .heroCtaBox .heroCtaBox-inner {
  position: relative;
  float: left;
  height: 100%;
  width: 100%;
}
.hero-menu .heroCtaBox .heroCtaBox-inner .heroCtaBox-image {
  height: 100%;
  max-width: inherit;
  min-width: 100%;
}
.hero-menu .heroCtaBox .heroCtaBox-inner .heroCtaBox-text {
  font-size: 24px;
  position: absolute;
  bottom: 30px;
  color: #fff;
  width: 80%;
  left: 10%;
  line-height: 30px;
  z-index: 10;
}
.hero-menu .heroItemActive .heroCtaBox {
  opacity: 1;
  -webkit-transition: all 650ms;
  -moz-transition: all 650ms;
  -o-transition: all 650ms;
  transition: all 650ms;
  -webkit-transition-delay: 50ms;
  -moz-transition-delay: 50ms;
  -o-transition-delay: 50ms;
  transition-delay: 50ms;
}
.hero-menu .box-subsubmenu {
  float: left;
  width: 25%;
  position: relative;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  line-height: 19px;
  font-weight: 300;
}
.hero-menu .box-subsubmenu:nth-child(4) {
  clear: left;
}
.hero-menu .box-subsubmenu .box-subsubmenu-titel {
  position: relative;
  float: left;
  width: 90%;
  font-weight: 600;
  margin: 0 0 30px 0;
}
.hero-menu .box-subsubmenu .navitem-level2 {
  border-bottom: 1px solid #F5F5F5;
  width: 90%;
  float: left;
  position: relative;
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
}
.hero-menu .box-subsubmenu .navitem-level2 .button {
  display: block;
}

.scrollingDown .content-row-header {
  top: 0px;
  -webkit-transition: top 0ms;
  -moz-transition: top 0ms;
  -o-transition: top 0ms;
  transition: top 0ms;
}
.scrollingDown .content-row-header-meta {
  top: -10px;
  -webkit-transition: top 0ms;
  -moz-transition: top 0ms;
  -o-transition: top 0ms;
  transition: top 0ms;
}

.scrollingUP body {
  padding-top: 132px;
}
.scrollingUP .content-row-header {
  position: fixed;
  top: 49px;
  -webkit-transition: top 350ms;
  -moz-transition: top 350ms;
  -o-transition: top 350ms;
  transition: top 350ms;
}
.scrollingUP .content-row-header-meta {
  position: fixed;
  top: 0px;
  -webkit-transition: top 350ms;
  -moz-transition: top 350ms;
  -o-transition: top 350ms;
  transition: top 350ms;
}

.usermenu-mobile {
  display: none;
}

.content-row-horizontmenu .horizontmenu-itembox {
  background-color: #ffffff;
  position: relative;
  float: left;
  width: 100%;
  height: 100px;
  float: left;
  z-index: 10;
  margin: -50px 0 0 0;
  border-radius: 20px;
  box-shadow: 0px 0px 81px -20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 81px -20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 81px -20px rgba(0, 0, 0, 0.1);
}
.content-row-horizontmenu .horizontmenu-itembox .horizontmenu-item {
  background: #F5F5F5;
  width: 23.75%;
  display: block;
  float: left;
  text-align: center;
  height: 78%;
  margin: 1% 0% 0 1%;
  border-radius: 10px;
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.content-row-horizontmenu .horizontmenu-itembox .horizontmenu-item .linkspan {
  display: inline-block;
  margin: 9.2% 0 0 0;
}
.content-row-horizontmenu .horizontmenu-itembox .horizontmenu-item:hover {
  background-color: #FDE5E9;
  color: #FF002B;
}
.content-row-horizontmenu .horizontmenu-itembox .horizontmenu-item.horizontmenu-item-On {
  background-color: #FDE5E9;
  color: #FF002B;
}

.content-row-leaguemenu .horizontmenu-itembox .horizontmenu-item {
  width: 18.8%;
  height: 78%;
}
.content-row-leaguemenu .horizontmenu-itembox .horizontmenu-item .linkspan {
  margin: 12% 0 0 0;
}

.content-row-heroslider {
  margin: -100px 0 0 0;
}
.content-row-heroslider .hersosliderbg {
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 0;
  height: 450px;
  display: none;
}
.content-row-heroslider .heroslider-wrapper {
  position: relative;
  z-index: 10;
  background: #fff;
  min-height: 600px;
}
.content-row-heroslider .heroslider-wrapper:after {
  content: "";
  width: 30px;
  height: 100%;
  position: absolute;
  pointer-events: none;
  left: -30px;
  top: 0px;
  background: #fff;
}
.content-row-heroslider .heroslider-wrapper:before {
  content: "";
  width: 30px;
  height: 100%;
  position: absolute;
  pointer-events: none;
  right: -30px;
  top: 0px;
  background: #fff;
}
.content-row-heroslider .heroslider-wrapper .imagebox {
  float: left;
  width: 100%;
  overflow: hidden;
  height: auto;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.content-row-heroslider .heroslider-wrapper .imagebox img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.content-row-heroslider .heroslider-wrapper .imagedarken {
  opacity: 0.9;
  height: 75%;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.content-row-heroslider .heroslider-wrapper .textbox {
  position: absolute;
  z-index: 10;
  color: #fff;
  bottom: 100px;
  left: 50px;
  width: calc(100% - 100px);
  border-bottom: 2px solid #565250;
  padding: 0 0 30px 0;
}
.content-row-heroslider .heroslider-wrapper .sliderbuttonbox {
  position: absolute;
  bottom: 30px;
  right: 0px;
}
.content-row-heroslider .heroslider-wrapper .sliderbuttonbox .btn {
  margin-left: 10px;
}
.content-row-heroslider .heroslider-wrapper .sliderHL {
  font-size: 38px;
  line-height: 44px;
  width: 80%;
  font-weight: 600;
  margin: 0px;
}
.content-row-heroslider .heroslider-wrapper .slidertext {
  width: 50%;
  font-size: 18px;
  line-height: 28px;
  margin: 15px 0 0px 0;
}
.content-row-heroslider .heroslider-wrapper .slider-nav {
  position: absolute;
  bottom: 75px;
  left: 50px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  font-family: "Work Sans", sans-serif;
  width: calc(100% - 75px);
}
.content-row-heroslider .heroslider-wrapper .slider-nav .heroslidernavItem {
  font-size: 14px;
  line-height: 24px;
  height: 55px;
  padding: 0 0px 0px 0;
}
.content-row-heroslider .heroslider-wrapper .slider-nav .heroslidernavItem .timerline {
  height: 2px;
  position: absolute;
  bottom: 0px;
  background: #FF002B;
  z-index: 10;
  width: 0%;
}
.content-row-heroslider .heroslider-wrapper .slider-nav .heroslidernavItem .heroslidernavItemTitel {
  cursor: pointer;
  opacity: 0.8;
  border-bottom: 2px solid #565250;
  height: 50px;
  overflow: hidden;
  margin: 0 25px 0 0;
}
.content-row-heroslider .heroslider-wrapper .slider-nav .heroslidernavItem.slick-current .heroslidernavItemTitel {
  cursor: pointer;
  opacity: 1;
  border-bottom: 0px solid #cccccc;
  position: relative;
  height: 52px;
}
.content-row-heroslider .heroslider-wrapper .slider-nav .heroslidernavItem.slick-current .timerline {
  width: 100%;
  -webkit-transition: width 9500ms;
  -moz-transition: width 9500ms;
  -o-transition: width 9500ms;
  transition: width 9500ms;
}

.content-part-sidebar {
  border-left: 1px solid #E2E2E2;
}
.content-part-sidebar .sidebar-inner {
  width: 90%;
  float: right;
  min-height: 500px;
  border-radius: 10px;
}
.content-part-sidebar .banner-wrapper {
  width: 100%;
  float: left;
  position: relative;
  margin: 0 0 10px 0 !important;
  border-radius: 10px;
  overflow: hidden;
}
.content-part-sidebar .banner-wrapper iframe {
  width: 100%;
}

.nosidebar .content-part-sidebar {
  display: none;
}

.content-row-headerImage {
  min-height: 260px;
}
.content-row-headerImage .mainpage-h1 {
  position: absolute;
  z-index: 10;
  width: 100%;
  text-align: center;
  color: #fff;
  bottom: 68px;
}
.content-row-headerImage .mainpage-h1 h1 {
  font-family: "Work Sans", sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 500;
}
.content-row-headerImage .headerimage {
  width: 100%;
}
.content-row-headerImage.lowerImg .headerimage {
  width: auto;
  max-width: inherit;
  height: 100%;
  position: absolute;
  left: 50%;
}

.subMenuBox {
  opacity: 0;
  position: absolute;
  top: -120px;
  z-index: 20;
  background: #fff;
  width: 100%;
  float: left;
  border-radius: 20px;
  height: 67px;
  box-shadow: 0px 0px 81px -20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 81px -20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 81px -20px rgba(0, 0, 0, 0.1);
}
.subMenuBox.subMenuBoxEmpty {
  display: none !important;
}
.subMenuBox .subMenuBoxSlider {
  width: calc(100% - 10px);
}
.subMenuBox .subMenuBoxSlider .slick-track {
  min-width: 100%;
}
.subMenuBox .slick-arrow {
  position: absolute;
  top: 24px;
  z-index: 99;
  cursor: pointer;
  border: 0px;
  background-color: transparent;
  background-image: url("/Resources/Public/Images/icon-mobnavarrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -999999px;
  width: 25px;
  height: 25px;
  left: -25px;
}
.subMenuBox .slick-prev {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.subMenuBox .slick-next {
  left: inherit;
  right: -35px;
}
.subMenuBox .button {
  background-color: #F5F5F5;
  width: 211px;
  display: block;
  float: left;
  border-radius: 10px;
  margin: 10px 0 0 10px;
  text-align: center;
  padding: 15px 0 15px 0;
  font-family: "Work Sans", sans-serif;
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
  height: 17px;
}
.subMenuBox .button:last-child {
  margin-right: 0px;
}
.subMenuBox .button:hover {
  background-color: #FDE5E9;
}
.subMenuBox .button.active {
  background-color: #FDE5E9;
  color: #FF002B;
}

.content-row-teasertext {
  padding: 30px 0;
  font-family: "Work Sans", sans-serif;
  font-size: 22px;
  line-height: 31px;
  font-weight: 400;
}
.content-row-teasertext .textInput {
  width: 90%;
}

.content-row-singletext {
  padding: 30px 0;
}
.content-row-singletext .btn {
  margin: 40px 20px 0 0;
}

.content-row-table {
  padding: 20px 0;
}
.content-row-table .listHL {
  margin: 0px 0 17px 0;
}
.content-row-table .tablebox {
  float: left;
  width: 100%;
}
.content-row-table .tablebox table {
  border-collapse: collapse;
  width: 100%;
}
.content-row-table .tablebox table .tableheader {
  position: relative;
}
.content-row-table .tablebox table .tablerow:nth-child(even) {
  background: #f1f1f1;
}
.content-row-table .tablebox table th, .content-row-table .tablebox table td {
  text-align: left;
  vertical-align: top;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
.content-row-table .tablebox table th:first-child, .content-row-table .tablebox table td:first-child {
  padding-left: 5px;
}
.content-row-table .tablebox table th:last-child, .content-row-table .tablebox table td:last-child {
  padding-right: 5px;
}
.content-row-table .tablebox table th .bigger, .content-row-table .tablebox table td .bigger {
  font-size: 26px;
  position: relative;
  top: 6px;
}
.content-row-table .tablebox table th {
  padding: 0 0 0px 0;
}

.content-row-textimage {
  padding: 30px 0;
}
.content-row-textimage .contentpart {
  float: left;
  width: 58%;
  position: relative;
}
.content-row-textimage .contentpart-image {
  float: right;
  width: 38%;
}
.content-row-textimage .subline {
  font-weight: 600;
}
.content-row-textimage .listHL {
  margin: 0px 0 5px 0;
}
.content-row-textimage .textlink {
  color: #FF002B;
  text-decoration: underline;
}
.content-row-textimage .textbox {
  float: left;
  width: 100%;
  margin: 10px 0 0 0;
}
.content-row-textimage .textbox h3 {
  margin: 0px 0 5px 0;
}
.content-row-textimage.content-row-textimage-left .contentpart {
  float: right;
}
.content-row-textimage.content-row-textimage-left .contentpart-image {
  float: left;
}

.content-row-singleimage {
  padding: 30px 0;
}

.content-row-imageraster24 {
  padding: 30px 0 0 0;
}
.content-row-imageraster24 .imagerasterbox {
  float: left;
  width: 100%;
  position: relative;
}
.content-row-imageraster24 .imagerasterbox .imageitem {
  width: 50%;
  float: left;
  position: relative;
}
.content-row-imageraster24 .imagerasterbox.rowitems_1 .imageitem {
  width: 25%;
  float: left;
  text-align: center;
}
.content-row-imageraster24 .imagerasterbox.rowitems_1 .imageitem .imagerasterboxImg {
  display: inline-block;
  width: 90%;
}

.content-row-gallery .gallerybox {
  float: left;
  width: 100%;
  position: relative;
}
.content-row-gallery .gallerybox .galleryItem {
  float: left;
  width: 48%;
  height: 190px;
  position: relative;
  overflow: hidden;
  margin: 0 0 30px 0;
}
.content-row-gallery .gallerybox .galleryItem:nth-child(even) {
  float: right;
}
.content-row-gallery .gallerybox .galleryItem .galleryItem-imagetext {
  position: absolute;
  background: #fff;
  z-index: 10;
  left: 0px;
  bottom: 0px;
  width: calc(100% - 5px);
  font-size: 14px;
  padding: 0 0 0 5px;
  opacity: 0;
}
.content-row-gallery .gallerybox .galleryItem:hover .galleryItem-imagetext {
  opacity: 0.9;
  color: #666666 !important;
}

/* SLIMBOX */
#lbCaption .copyline {
  float: left;
  width: 100%;
  font-size: 10px;
  opacity: 0.5;
  font-weight: 100;
}

#lbNumber {
  display: none;
}

#lbOverlay {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  cursor: pointer;
}

#lbCenter, #lbBottomContainer {
  position: absolute;
  z-index: 9999;
  overflow: hidden;
  background-color: #fff;
}

#lbImage {
  position: absolute;
  left: 0;
  top: 0;
  border: 10px solid #fff;
  background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
  display: block;
  position: absolute;
  top: 0;
  width: 50%;
  outline: none;
}

#lbPrevLink {
  left: 0;
}

#lbPrevLink {
  background: transparent url(/Resources/Public/Images/icon-arrowbullet-red-right.svg) no-repeat 0 45%;
}

#lbNextLink {
  right: 0;
}

#lbNextLink {
  background: transparent url(/Resources/Public/Images/icon-arrowbullet-red-left.svg) no-repeat 100% 45%;
}

#lbBottom {
  font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
  font-size: 10px;
  color: #666;
  line-height: 1.4em;
  text-align: left;
  border: 10px solid #fff;
  border-top-style: none;
}

#lbCloseLink {
  display: block;
  float: right;
  width: 66px;
  height: 22px;
  background: transparent url(/Resources/Public/Images/icon-mobnav-x.svg) no-repeat center;
  margin: 5px 0;
  outline: none;
}

#lbCaption, #lbNumber {
  margin-right: 71px;
}

#lbCaption {
  font-weight: bold;
}

.content-row-quote {
  padding: 30px 0;
}
.content-row-quote .quote-text {
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  position: relative;
  float: left;
  width: 100%;
  background-color: #F5F5F5;
  border-radius: 10px;
}
.content-row-quote .quote-text .quote-text-inner {
  float: left;
  width: 80%;
  margin: 30px 0 30px 10%;
  position: relative;
}
.content-row-quote .quote-text .quote-text-inner .icon-chat {
  position: absolute;
  width: 18px;
  left: -32px;
  top: 3px;
}

.content-row-2columnlist {
  padding: 30px 0;
}
.content-row-2columnlist .infotextpart {
  float: left;
  width: 100%;
  margin: 0px 0px 30px 0;
}
.content-row-2columnlist .indexNr {
  display: none;
}
.content-row-2columnlist .columnlist-box-item {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding: 0 0 5px 0%;
  margin: 0 0 5px 0;
}
.content-row-2columnlist .columnlist-box-left {
  float: left;
  width: 48%;
}
.content-row-2columnlist .columnlist-box-right {
  float: right;
  width: 48%;
}
.content-row-2columnlist.content-row-2columnlist-numbered .indexNr {
  display: inline-block;
  position: absolute;
  left: 0px;
}
.content-row-2columnlist.content-row-2columnlist-numbered .indexNr:after {
  content: ". ";
}
.content-row-2columnlist.content-row-2columnlist-numbered .columnlist-box-item {
  width: 89%;
  padding: 0 0 5px 11%;
}

.content-row-accordion {
  padding: 30px 0;
}
.content-row-accordion .accordion-item {
  position: relative;
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
}
.content-row-accordion .accordion-item .accordion-item-titel {
  position: relative;
  float: left;
  width: calc(100% - 30px);
  background: #F5F5F5;
  padding: 0 0 0 30px;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
.content-row-accordion .accordion-item .accordion-item-titel h3 {
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  max-width: calc(100% - 30px);
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
.content-row-accordion .accordion-item .accordion-item-titel .accordion-arrow {
  position: absolute;
  width: 15px;
  top: 27px;
  right: 25px;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
.content-row-accordion .accordion-item .accordion-item-content {
  height: 0px;
  margin: 0px;
  padding: 0px;
  width: 100%;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
.content-row-accordion .accordion-item .accordion-item-button {
  width: 100%;
  float: left;
  margin: 30px 0 20px 0;
}
.content-row-accordion .accordion-item .accordion-item-content-image {
  margin: 0px 0 10px 0;
  width: 100%;
  float: left;
}
.content-row-accordion .accordion-item.accordion-item-on .accordion-item-content {
  height: auto;
  margin: 0px;
  padding: 30px 0px;
  overflow: hidden;
  opacity: 1;
  pointer-events: inherit;
}
.content-row-accordion .accordion-item.accordion-item-on .accordion-arrow {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.content-row-accordion .accordion-item.accordion-item-on .accordion-item-titel {
  background: #FCE5E7;
}
.content-row-accordion .accordion-item.accordion-item-on .accordion-item-titel h3 {
  color: #FF002B;
}
.content-row-accordion .titlenr {
  display: none;
}
.content-row-accordion.content-row-accordion-numbered .titlenr {
  width: 20px;
  display: inline-block;
  text-align: right;
  padding: 0 6px 0 0;
}

.content-row-downloads .accordion-item.accordion-item-on .accordion-item-content {
  padding: 5px 0px 30px 0;
}
.content-row-downloads .downloadbtn {
  text-transform: uppercase;
  width: 100%;
  border: 0px;
  border-bottom: 1px solid #eee;
  border-radius: 0px;
  padding: 0px 0 16px 0;
}
.content-row-downloads .downloadbtn:hover {
  background-color: transparent;
  color: #FF002B;
}

.content-row-downloads2 {
  position: relative;
  width: 100%;
  float: left;
}
.content-row-downloads2 .accordion-item .accordion-arrow {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.content-row-downloads2 .accordion-item .accordion-arrow.accordion-arrow-back {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.content-row-downloads2 .accordion-item .accordion-arrow.accordion-arrow-current {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.content-row-downloads2 .accordion-item-content {
  background: #f5f5f5;
  float: left;
  width: 100%;
  padding: 30px 10px 0px 30px;
  width: calc(100% - 40px);
  border-radius: 10px;
  margin: -30px 0 0 0;
}
.content-row-downloads2 .accordion-item-content:empty {
  display: none;
}
.content-row-downloads2 .downloadbtn {
  border-bottom: 0.5px solid #f8b7b7;
}
.content-row-downloads2 .downloadbtn:last-child {
  border-bottom: 0px solid #f8b7b7;
}
.content-row-downloads2 .downloadbtn {
  text-transform: inherit;
}
.content-row-downloads2 .fileinfo {
  display: block;
  float: left;
}
.content-row-downloads2 .fileinfo.downloadName {
  width: 68%;
  hyphens: auto;
}
.content-row-downloads2 .fileinfo.filetype {
  float: right;
  width: 16px;
}
.content-row-downloads2 .fileinfo.filemb {
  margin: 0 1% 0 0;
  font-weight: 100;
  font-size: 12px;
  width: 8%;
}
.content-row-downloads2 .fileinfo.filedate {
  font-weight: 100;
  font-size: 12px;
  width: 15%;
}
.content-row-downloads2 .filecount {
  font-size: 14px;
  font-weight: 100;
  display: inline;
  position: relative;
  top: -1px;
}
.content-row-downloads2 .subfolderRows-1 h3:before,
.content-row-downloads2 .subfolderRows-2 h3:before,
.content-row-downloads2 .subfolderRows-3 h3:before,
.content-row-downloads2 .subfolderRows-4 h3:before,
.content-row-downloads2 .subfolderRows-5 h3:before,
.content-row-downloads2 .subfolderRows-6 h3:before,
.content-row-downloads2 .subfolderRows-7 h3:before,
.content-row-downloads2 .subfolderRows-8 h3:before,
.content-row-downloads2 .subfolderRows-9 h3:before,
.content-row-downloads2 .subfolderRows-10 h3:before,
.content-row-downloads2 .subfolderRows-11 h3:before,
.content-row-downloads2 .subfolderRows-12 h3:before,
.content-row-downloads2 .subfolderRows-13 h3:before,
.content-row-downloads2 .subfolderRows-14 h3:before,
.content-row-downloads2 .subfolderRows-15 h3:before {
  content: "- ";
}

.content-row-video {
  padding: 30px 0px;
}
.content-row-video .mp4videobox {
  width: 100%;
}
.content-row-video .youtubeframe {
  width: 100%;
  height: 330px;
}
.content-row-video .vimeoframe {
  width: 100%;
  height: 420px;
}

.content-row-5imagebuttons {
  padding: 60px 0;
}
.content-row-5imagebuttons .section-HL {
  width: 60%;
  margin: 0 auto;
}
.content-row-5imagebuttons .section-teaser {
  width: 60%;
  margin: 30px auto;
}
.content-row-5imagebuttons .imagebuttons-wrapper {
  float: left;
  width: 100%;
  margin: 30px 0 0 0;
}
.content-row-5imagebuttons .imagebuttons-item {
  position: relative;
  width: 48.5%;
  height: 270px;
  overflow: hidden;
  float: left;
  border-radius: 10px;
}
.content-row-5imagebuttons .imagebuttons-item .imagedarken {
  opacity: 0.7;
}
.content-row-5imagebuttons .imagebuttons-item .imagebuttons-item-titel {
  font-size: 24px;
  line-height: 28px;
  position: absolute;
  z-index: 10;
  color: #fff;
  bottom: 40px;
  width: 100%;
}
.content-row-5imagebuttons .imagebuttons-item .imagebuttons-item-titel h3 {
  font-size: 24px;
  line-height: 28px;
  width: calc(100% - 30px);
  margin: 0 0 0 30px;
  hyphens: auto;
}
.content-row-5imagebuttons .imagebuttons-item .imagebuttonImg {
  height: auto;
  min-height: 100%;
  min-width: 100%;
  max-width: inherit;
}
.content-row-5imagebuttons .imagebuttons-item:nth-child(1) {
  margin-bottom: 35px;
}
.content-row-5imagebuttons .imagebuttons-item:nth-child(2) {
  margin-left: 3%;
  clear: right;
  margin-bottom: 35px;
}
.content-row-5imagebuttons .imagebuttons-item:nth-child(3) {
  clear: left;
  width: 31.3%;
}
.content-row-5imagebuttons .imagebuttons-item:nth-child(3) .imagebuttonImg {
  height: 100%;
  width: auto;
}
.content-row-5imagebuttons .imagebuttons-item:nth-child(4) {
  margin-left: 3%;
  margin-right: 3%;
  width: 31.3%;
}
.content-row-5imagebuttons .imagebuttons-item:nth-child(4) .imagebuttonImg {
  height: 100%;
  width: auto;
}
.content-row-5imagebuttons .imagebuttons-item:nth-child(5) {
  clear: right;
  width: 31.3%;
  float: right;
}
.content-row-5imagebuttons .imagebuttons-item:nth-child(5) .imagebuttonImg {
  height: 100%;
  width: auto;
}
.content-row-5imagebuttons .imagebuttons-item:nth-child(6) {
  margin-top: 35px;
  margin-bottom: 35px;
}
.content-row-5imagebuttons .imagebuttons-item:nth-child(7) {
  margin-left: 3%;
  clear: right;
  margin-top: 35px;
  margin-bottom: 35px;
}
.content-row-5imagebuttons .imagebuttons-item:nth-child(8) {
  clear: left;
  width: 31.3%;
}
.content-row-5imagebuttons .imagebuttons-item:nth-child(8) .imagebuttonImg {
  height: 100%;
  width: auto;
}
.content-row-5imagebuttons .imagebuttons-item:nth-child(9) {
  margin-left: 3%;
  margin-right: 3%;
  width: 31.3%;
}
.content-row-5imagebuttons .imagebuttons-item:nth-child(9) .imagebuttonImg {
  height: 100%;
  width: auto;
}
.content-row-5imagebuttons .imagebuttons-item:nth-child(10) {
  clear: right;
  width: 31.3%;
  float: right;
}
.content-row-5imagebuttons .imagebuttons-item:nth-child(10) .imagebuttonImg {
  height: 100%;
  width: auto;
}
.content-row-5imagebuttons .imagebuttons-item a:hover .imagedarken {
  opacity: 0.9;
  height: 100%;
}
.content-row-5imagebuttons .imagebuttons-item a:hover .imagebuttons-item-titel {
  bottom: 70px;
}

.content-row-5imagebuttons-compact {
  background-color: transparent !important;
}

.content-row-ctabanner {
  padding: 50px 0;
  margin-top: 25px;
}
.content-row-ctabanner .infotext.textInput {
  float: left;
  width: 100%;
  margin: 15px 0 0 0;
}
.content-row-ctabanner .buttonrow {
  float: left;
  width: 100%;
  margin: 10px 0 0 0;
}

.content-row-ctabanner-compact {
  padding-left: 25px;
  padding-right: 25px;
  width: calc(100% - 50px);
}

.content-row-logocarousel {
  padding: 90px 0px;
}
.content-row-logocarousel .section-HL {
  font-size: 22px;
  line-height: 25px;
}
.content-row-logocarousel .logowrapper {
  float: left;
  width: 100%;
  position: relative;
  margin: 40px 0 0 0;
}
.content-row-logocarousel .btn {
  text-align: center;
  max-width: 160px;
  margin: 0px auto 0 auto;
  float: none;
  display: block;
  height: auto;
  clear: both;
  position: relative;
  top: 50px;
}

.content-row-imagetextraster {
  padding: 0 0 30px 0;
}
.content-row-imagetextraster .imagetext-box {
  float: left;
  width: 100%;
  position: relative;
}
.content-row-imagetextraster .imagetext-box .imagetext-item {
  float: left;
  width: calc(25% - 15px);
  position: relative;
  margin: 0 15px 30px 0;
}
.content-row-imagetextraster .imagetext-box .imagetext-item a:hover {
  color: #1C1C1C;
}
.content-row-imagetextraster .imagetext-box .imagetext-item .imagetext-item-content-text {
  float: left;
  width: 100%;
  margin: 10px 0 10px 0;
}

.news-detail {
  background: #F5F5F5;
}
.news-detail .content-part-w75 {
  width: 72%;
  background-color: #fff;
}
.news-detail .content-part-sidebar {
  border-left: 0px solid #E2E2E2;
}
.news-detail .content-part-sidebar .sidebar-inner {
  background-color: transparent;
}
.news-detail .backbtn {
  float: left;
  width: 100%;
  margin: -85px 0 0 0;
}
.news-detail .backbtn .btnarrow {
  margin: 0 10px 0 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.news-detail .backbtn .btn:hover .btnarrow {
  left: 0px;
}
.news-detail .newsInner {
  float: left;
  width: 90%;
  margin: 20px 0 20px 5%;
}
.news-detail .headline .newsdetail-hl {
  width: 100%;
}
.news-detail .text {
  float: left;
  width: 100%;
  margin: 60px 0 0 0;
}
.news-detail .socialLinks {
  float: left;
  width: 100%;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin: 10px 0 40px 0;
  padding: 12px 0 12px 0;
}
.news-detail .socialLinks .socialitem {
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
  border: 1px solid #eee;
  vertical-align: middle;
  border-radius: 10px;
  margin: 0 5px 0 0;
}
.news-detail .socialLinks .socialitem:hover {
  border: 1px solid #FF002B;
}
.news-detail .socialLinks .socialitem .icon-social {
  display: inline-block;
  text-align: center;
  position: relative;
  top: 7px;
  left: 1px;
}
.news-detail .socialLinks .socialitem .icon-social-fb {
  left: 3px;
}
.news-detail .socialLinks .socialitem .icon-social-mail {
  top: 6px;
  left: 0px;
}
.news-detail .catItem {
  color: #FF002B;
  background: #FCE5E7;
  font-size: 13px;
  line-height: 13px;
  padding: 10px 15px 10px 15px;
  border-radius: 10px;
  display: inline-block;
  margin: 20px 10px 10px 0;
}
.news-detail .teaser {
  float: left;
  width: 100%;
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 10px 0;
}
.news-detail .newsdate {
  float: left;
  width: 100%;
  font-size: 12px;
  opacity: 0.6;
  margin: 0 0 20px 0;
}
.news-detail .slider-newsgallerywrapper {
  position: relative;
  width: 100%;
  float: left;
}
.news-detail .slider-newsgallerywrapper {
  margin: 60px 0 60px 0;
}
.news-detail .slider-newsgallery {
  width: 90%;
  margin: 0 0 0 5%;
}
.news-detail .slider-newsgallery .newsgallery-item {
  margin: 0px 15px 0 15px;
}
.news-detail .slider-newsgallery .sliderarrow-item {
  position: absolute;
  top: 66px;
  cursor: pointer;
}
.news-detail .slider-newsgallery .sliderarrow-right {
  right: -52px;
}
.news-detail .slider-newsgallery .sliderarrow-left {
  left: -52px;
}
.news-detail .content-row-relatednews .newItem {
  width: 34%;
}

.content-row-relatednews {
  background: #F5F5F5;
  padding: 100px 0 30px 0;
  width: 139%;
}
.content-row-relatednews .section-HL {
  font-size: 22px;
  line-height: 25px;
}
.content-row-relatednews .newItem {
  position: relative;
  float: left;
  width: 31.3%;
  margin: 50px 3% 0 0;
}
.content-row-relatednews .newItem .newItemImgBox {
  float: left;
  width: 100%;
  min-height: 194px;
  margin: 0 0 20px 0;
}
.content-row-relatednews .newItem .newItemImgBox img {
  border-radius: 10px;
}
.content-row-relatednews .newItem .newsItemdate {
  float: left;
  width: 100%;
  font-size: 12px;
  opacity: 0.6;
  margin: 0 0 0px 0;
}
.content-row-relatednews .newItem h3 {
  float: left;
  width: 90%;
  font-size: 16px;
  line-height: 19px;
  margin: 0px;
}
.content-row-relatednews .newItem .icon-more {
  display: block;
  clear: left;
  float: left;
  margin: 15px 0 0 0;
  position: relative;
  left: 0px;
}
.content-row-relatednews .newItem a:hover .icon-more {
  left: 15px;
}

.content-part-schlagzeilen {
  padding: 50px 0 50px 0;
}

.content-part-newsfilter {
  padding: 50px 0;
}
.content-part-newsfilter .filterbox {
  padding: 50px 0 50px 0;
  float: left;
  width: 100%;
  position: relative;
}
.content-part-newsfilter .filterbox:before {
  content: "";
  position: absolute;
  width: 30px;
  background: #F5F5F5;
  height: 100%;
  top: 0px;
  right: 100%;
  pointer-events: none;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.content-part-newsfilter .filterbox:after {
  content: "";
  position: absolute;
  width: 30px;
  background: #F5F5F5;
  height: 100%;
  top: 0px;
  left: 100%;
  pointer-events: none;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.content-part-newsfilter .filterbox .filterboxBtnrow {
  cursor: pointer;
  position: relative;
  width: 100%;
  float: left;
}
.content-part-newsfilter .filterbox .filterboxBtnrow .img-filtericon {
  position: absolute;
  right: 0px;
  top: 0px;
}
.content-part-newsfilter .filtersections, .content-part-newsfilter .filteractionbtn {
  display: none;
}
.content-part-newsfilter .filtersection {
  float: left;
  width: 100%;
  margin: 20px 0 10px 0;
  border-bottom: 1px solid #DEDEDE;
  padding: 0 0 10px 0;
}
.content-part-newsfilter .filtersection.filtersectio-cat {
  border-bottom: 0px solid #DEDEDE;
}
.content-part-newsfilter .filtersection .filterItem {
  background-color: #fff;
  border-radius: 10px;
  padding: 5px 30px 5px 30px;
  font-size: 14px;
  font-weight: 500;
  margin: 0 15px 15px 0;
  display: inline-block;
  cursor: pointer;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  border: 1px solid #ffffff;
}
.content-part-newsfilter .filtersection .filterItem:hover {
  border: 1px solid #FDE5E9;
  color: #FF002B !important;
}
.content-part-newsfilter .filtersection .filterItem.filterItemOn {
  border: 1px solid #FDE5E9;
  background-color: #FDE5E9;
  color: #FF002B !important;
}
.content-part-newsfilter .filtersection .filterItem-dateall {
  float: left;
  margin: 27px 20px 0 0 !important;
  display: block;
  position: relative;
}
.content-part-newsfilter .btnfilterreset {
  margin: 0 0 0 30px;
}
.content-part-newsfilter .closeFilter {
  display: none;
}
.content-part-newsfilter.filterboxOpen .img-filtericon {
  display: none;
}
.content-part-newsfilter.filterboxOpen .closeFilter {
  display: inline-block;
  position: absolute;
  right: 0px;
  top: -24px;
}
.content-part-newsfilter.filterboxOpen .filtersections, .content-part-newsfilter.filterboxOpen .filteractionbtn {
  display: block;
}
.content-part-newsfilter .btnfiltersubmit-newsperiod {
  margin: 26px 0 0 30px;
}

.news-overview .filterItem-period-custom-from .dateinputitem input {
  background-color: #fff !important;
}
.news-overview .filterItem-period-custom-from {
  margin: 0px 0 30px 0 !important;
  width: 100% !important;
  display: inline-block !important;
}

.content-part-newssearch .newssearchbox {
  padding: 50px 0 50px 0;
  float: left;
  width: 100%;
  position: relative;
}
.content-part-newssearch .newssearchbox:before {
  content: "";
  position: absolute;
  width: 30px;
  background: #F5F5F5;
  height: 100%;
  top: 0px;
  right: 100%;
  pointer-events: none;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.content-part-newssearch .newssearchbox:after {
  content: "";
  position: absolute;
  width: 30px;
  background: #F5F5F5;
  height: 100%;
  top: 0px;
  left: 100%;
  pointer-events: none;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.content-part-newssearch .newssearchbox .searchinput {
  float: left;
  width: calc(100% - 60px);
  border: 0px;
  background-color: #fff;
  border-radius: 30px;
  height: 60px;
  padding: 0 0 0 60px;
  margin: 20px 0 0 0;
  background-image: url("../Images/icon-lupe.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 19px 18px;
  font-size: 16px;
}
.content-part-newssearch .newssearchbox .searchsubmit {
  position: absolute;
  z-index: 10;
  right: 0px;
  background-color: #FF002B;
  color: #fff;
  border: 0px;
  border-radius: 30px;
  width: auto;
  margin: 29px 13px 0 0;
  height: 40px;
  cursor: pointer;
  background-image: url("../Images/icon-arrow-right-white.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 88% center;
  padding: 0 61px 0 30px;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
.content-part-newssearch .newssearchbox .searchsubmit:hover {
  background-position: 90% center;
}

.content-part-newsoverview {
  width: 100%;
}
.content-part-newsoverview .newItem {
  position: relative;
  float: left;
  width: 31.3%;
  margin: 50px 1% 0 1%;
  min-height: 362px;
}
.content-part-newsoverview .newItem .newItemImgBox {
  float: left;
  width: 100%;
  min-height: 175px;
  margin: 0 0 20px 0;
  background-color: #F5F5F5;
  border-radius: 10px;
}
.content-part-newsoverview .newItem .newItemImgBox img {
  border-radius: 10px;
}
.content-part-newsoverview .newItem .header {
  float: left;
  width: 100%;
}
.content-part-newsoverview .newItem .newsItemdate {
  float: left;
  width: 100%;
  font-size: 12px;
  opacity: 0.6;
  margin: 0 0 0px 0;
}
.content-part-newsoverview .newItem h3 {
  float: left;
  width: 90%;
  font-size: 16px;
  line-height: 19px;
  clear: right;
  margin: 0px;
}
.content-part-newsoverview .newItem .icon-more {
  display: block;
  clear: left;
  float: left;
  margin: 15px 0 0 0;
  position: relative;
  left: 0px;
}
.content-part-newsoverview .newItem a:hover .icon-more {
  left: 15px;
}
.content-part-newsoverview .f3-widget-paginator {
  float: left;
  width: 100%;
  margin: 50px 0 0 0;
  padding: 10px 0 0 0;
}
.content-part-newsoverview .count-msg {
  display: none;
}
.content-part-newsoverview .news ul {
  float: left;
  width: 100%;
  text-align: center;
}
.content-part-newsoverview .news ul li {
  display: inline-block;
  list-style-type: none;
  display: none;
}
.content-part-newsoverview .news ul li.current {
  color: #FF002B;
  display: inline-block;
  text-decoration: underline;
}
.content-part-newsoverview .news ul li.showLi {
  display: inline-block;
  opacity: 0.5;
}
.content-part-newsoverview .news ul li.showLi:hover {
  opacity: 1;
}
.content-part-newsoverview .news ul li:nth-child(2) {
  display: inline-block;
  opacity: 0.5;
}
.content-part-newsoverview .news ul li:nth-child(2):hover {
  opacity: 1;
}
.content-part-newsoverview .news ul li:nth-child(2):after {
  content: " ... ";
}
.content-part-newsoverview .news ul li:nth-last-child(2) {
  display: inline-block;
  opacity: 0.5;
}
.content-part-newsoverview .news ul li:nth-last-child(2):hover {
  opacity: 1;
}
.content-part-newsoverview .news ul li:nth-last-child(2):before {
  content: " ... ";
}
.content-part-newsoverview .news ul li.lowpaging:nth-child(2) {
  opacity: 1;
}
.content-part-newsoverview .news ul li.lowpaging:nth-child(2):after {
  content: "";
}
.content-part-newsoverview .news ul li.lowpaging:nth-last-child(2) {
  opacity: 1;
}
.content-part-newsoverview .news ul li.lowpaging:nth-last-child(2):before {
  content: "";
}
.content-part-newsoverview .news ul li.next, .content-part-newsoverview .news ul li.previous {
  display: inline-block;
  text-align: center;
  margin: 0 10px 0 10px;
  position: relative;
  top: -3px;
}
.content-part-newsoverview .news ul li.next a, .content-part-newsoverview .news ul li.previous a {
  text-align: center;
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  border: 2px solid #FF002B;
  color: #FF002B;
  border-radius: 27px;
  padding: 9px 20px 10px 20px;
  margin: 15px 0 0 0;
  display: inline-block;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
.content-part-newsoverview .news ul li.next a:hover, .content-part-newsoverview .news ul li.previous a:hover {
  background-color: #FF002B;
  color: #ffffff;
}

.content-row-headlinenews {
  width: 100%;
  background-color: #ffffff;
  padding: 0px 0 60px 0;
}
.content-row-headlinenews .newItem {
  margin: 0px 3% 0 0;
}
.content-row-headlinenews .newItem:last-child {
  margin-right: 0px;
}

.content-row-internationalstats {
  font-family: "Work Sans", sans-serif;
  padding: 90px 0 90px 0;
}
.content-row-internationalstats .tab-switcher {
  float: left;
  width: 100%;
}
.content-row-internationalstats .tab-switcher .tabbtn {
  cursor: pointer;
  font-weight: 600;
  font-size: 22px;
  border-bottom: 3px solid #F5F5F5;
  display: inline-block;
  margin: 0 40px 40px 0;
}
.content-row-internationalstats .tab-switcher .tabbtn.tabbtn-tab2 {
  border-right: 0px;
}
.content-row-internationalstats .tab-switcher .tabbtn:hover, .content-row-internationalstats .tab-switcher .tabbtn.tabbtnOn {
  border-bottom: 3px solid #FF002B;
  color: #FF002B;
}
.content-row-internationalstats .tabcontenbox {
  display: none;
  float: left;
  width: 100%;
}
.content-row-internationalstats .tabcontenbox.tabcontenbox-show {
  display: block;
}
.content-row-internationalstats .tabcontenbox .result-table .td {
  float: left;
  width: 25%;
  position: relative;
  min-height: 1px;
}
.content-row-internationalstats .tabcontenbox .result-table .td-location {
  width: calc(20% - 15px);
  padding: 0 5px 0 10px;
}
.content-row-internationalstats .tabcontenbox .result-table .td-round {
  width: 15%;
}
.content-row-internationalstats .tabcontenbox .result-table .td-player {
  width: 45%;
}
.content-row-internationalstats .tabcontenbox .result-table .td-result {
  width: 15%;
  padding: 0 0 0 2%;
}
.content-row-internationalstats .tabcontenbox .result-table .table-header {
  float: left;
  font-weight: 600;
  width: 100%;
  border-bottom: 1px solid #D8D8D8;
}
.content-row-internationalstats .tabcontenbox .result-table .table-content-row {
  background-color: #fff;
  border-radius: 10px;
  margin: 10px 0 0 0;
  position: relative;
  width: 100%;
  float: left;
  font-size: 16px;
  line-height: 18px;
  padding: 10px 0 10px 0;
}
.content-row-internationalstats .tabcontenbox .result-table .playerpart {
  float: left;
  width: 46%;
}
.content-row-internationalstats .tabcontenbox .result-table .playerpart2 {
  float: right;
}
.content-row-internationalstats .tabcontenbox .result-table .seperator {
  float: left;
  width: 4%;
  text-align: left;
}
.content-row-internationalstats .tabcontenbox .rankingListbox {
  float: left;
  width: 48%;
  position: relative;
}
.content-row-internationalstats .tabcontenbox .rankingListbox.rankingListboxdouble {
  float: right;
}
.content-row-internationalstats .tabcontenbox .rankingListbox .rankingListboxsitems {
  display: none;
  background: #fff;
  border-radius: 10px;
  padding: 20px 25px;
  float: left;
  width: calc(100% - 50px);
}
.content-row-internationalstats .tabcontenbox .rankingListbox .rankingListboxsitems.rankingListboxsitems-show {
  display: block;
}
.content-row-internationalstats .tabcontenbox .rankingListbox .rankingListboxsitems .table-content-row {
  background-color: transparent;
  border-radius: 0px;
  margin: 10px 0 0 0;
  padding: 0px 0 0px 0;
}
.content-row-internationalstats .tabcontenbox .rankingListbox .rankingListboxsitems .down, .content-row-internationalstats .tabcontenbox .rankingListbox .rankingListboxsitems .up, .content-row-internationalstats .tabcontenbox .rankingListbox .rankingListboxsitems .same {
  font-weight: 600;
  font-size: 20px;
}
.content-row-internationalstats .tabcontenbox .rankingListbox .rankingListboxsitems .up {
  color: #1DAF55;
}
.content-row-internationalstats .tabcontenbox .rankingListbox .rankingListboxsitems .down {
  color: #FF002B;
}
.content-row-internationalstats .tabcontenbox .rankingListbox .rankingListboxsitems .td.td-name {
  float: left;
  width: 60%;
}
.content-row-internationalstats .tabcontenbox .rankingListbox .rankingListboxsitems .td-rank {
  float: left;
  width: 20%;
}
.content-row-internationalstats .tabcontenbox .rankingListbox .rankingListboxsitems .td-flow {
  float: right;
  width: auto;
  max-width: 10%;
}
.content-row-internationalstats .tabcontenbox .rankingListbox .tableswitcher {
  float: left;
  width: calc(100% - 40px);
  background: #fff;
  border-radius: 10px;
  padding: 5px 20px 5px 20px;
  margin: 0 0 -10px 0;
  position: relative;
  z-index: 1;
}
.content-row-internationalstats .tabcontenbox .rankingListbox .tableswitcher .tableswitcherbtn {
  opacity: 0.5;
  cursor: pointer;
  border-bottom: 1px solid #ffffff;
}
.content-row-internationalstats .tabcontenbox .rankingListbox .tableswitcher .tableswitcherbtn:hover {
  opacity: 1;
}
.content-row-internationalstats .tabcontenbox .rankingListbox .tableswitcher .tableswitcherbtn.tableswitcherbtnOn {
  opacity: 1;
  font-weight: 600;
  border-bottom: 1px solid #1C1C1C !important;
}
.content-row-internationalstats .tabcontenbox .rankingListbox .tableswitcher .tableswitcherbtn-female {
  float: right;
}

.login-wrapper {
  width: 50%;
  max-width: 90%;
  margin: 0 0 0 25%;
  padding: 40px 40px 20px 40px;
  border-radius: 10px;
  height: auto;
  float: left;
  background: #F5F5F5;
}
.login-wrapper .formrow {
  float: left;
  width: 100%;
  position: relative;
  margin: 0 0 20px 0;
}
.login-wrapper .forminput {
  border: 0px;
  width: calc(100% - 15px);
  height: 40px;
  border-radius: 10px;
  padding: 0 0 0 15px;
  background: #ffffff;
  background-color: #ffffff;
}
.login-wrapper .btn-bgred {
  background-color: #FF002B;
  color: #ffffff;
  border-color: #FF002B;
}
.login-wrapper .btn-bgred .btnarrow {
  -webkit-filter: brightness(0) invert(1);
  -moz-filter: brightness(0) invert(1);
  -ms-filter: brightness(0) invert(1);
  -o-filter: brightness(0) invert(1);
}
.login-wrapper .loginmetalink {
  font-size: 14px;
  color: #FF002B;
  margin: 0 20px 0 0;
  float: left;
  text-decoration: underline;
}
.login-wrapper .loginmetalink2 {
  text-align: right;
  float: right;
  margin: 0px;
}
.login-wrapper .formrow.formrow-metalinks {
  border-top: 0.5px solid #ccc;
  padding: 10px 0 0 0;
}

.metalinkKonto, .metalinkLogin {
  opacity: 0;
  pointer-events: none;
  position: relative;
  width: 55px;
  height: 10px;
  display: inline-block;
  margin-right: 0px !important;
}
.metalinkKonto .metaline-icon, .metalinkLogin .metaline-icon {
  position: relative;
  top: -4px;
  float: right;
}

.metalinkLogout {
  opacity: 0;
  pointer-events: none;
  position: relative;
  margin: 25px 0 -50px -80px !important;
  padding: 5px 5px 5px 5px;
  background: #fff;
  z-index: 99999999;
  width: 75px;
  text-align: left;
  float: right;
  -webkit-box-shadow: 0px 0px 31px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 0px 31px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 0px 31px 0px rgba(0, 0, 0, 0.18);
  left: 8px;
  top: 0;
}
.metalinkLogout .userNamelabel {
  display: inline;
  text-align: left;
  bottom: 10px;
  left: 9px;
  line-height: 10px;
}
.metalinkLogout .metaline-icon {
  display: inline-block;
  margin: 0px 0 0 56px;
}

.metalinkKonto {
  position: absolute;
}

.userNamelabel {
  display: inline;
  text-align: right;
  -webkit-transition: opacity 350ms;
  -moz-transition: opacity 350ms;
  -o-transition: opacity 350ms;
  transition: opacity 350ms;
  position: absolute;
  bottom: -1px;
  right: 17px;
  line-height: 10px;
}

.meta-usermenu {
  position: absolute;
  width: 300px;
  background: #ffffff;
  display: none;
}

.userloggedout .info-itn-SiK {
  display: none !important;
}
.userloggedout .metalinkLogin {
  position: relative;
  pointer-events: inherit;
  opacity: 1;
}
.userloggedout .box-playerprofile .profile-contentrow.borderaround {
  display: none !important;
}
.userloggedout .box-playerprofile .profile-statistikBTN {
  display: none !important;
}

.userloggedin .info-itn-SiK {
  display: block;
}
.userloggedin .metalinkLogin {
  position: absolute;
}
.userloggedin .metalinkKonto {
  position: relative;
  pointer-events: inherit;
  opacity: 1;
}
.userloggedin .metalinkLogout.btn-lougoutOn {
  opacity: 1;
  pointer-events: inherit;
}
.userloggedin .meta-usermenu {
  display: none;
  position: absolute;
  width: 220px;
  background: #ffffff;
  right: 0px;
  padding: 20px 0 20px 0;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 61px -19px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 61px -19px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 61px -19px rgba(0, 0, 0, 0.3);
  margin: 16px 0 0 0;
}
.userloggedin .meta-usermenu .item-usermenu {
  display: block;
  width: 100%;
  padding: 0px 0 10px 0;
  border-bottom: 1px solid #eee;
  margin: 0 0 10px 0;
}
.userloggedin .meta-usermenu .item-usermenu:last-child {
  border-bottom: 0px solid #eee;
  padding: 0px 0 0px 0;
  margin: 0 0 0px 0;
}
.userloggedin .metausermenu-on .meta-usermenu {
  display: block;
}

.content-row-leagueType {
  margin: 15px 0 0px 0;
}
.content-row-leagueType .leagueType-itembox {
  display: block;
  float: left;
  width: 32%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 15px 2% 0 0;
  opacity: 0.5;
}
.content-row-leagueType .leagueType-itembox:last-child {
  margin-right: 0px;
}
.content-row-leagueType .leagueType-itembox .linkspan {
  display: block;
  line-height: 12px;
  font-size: 20px;
  position: absolute;
  bottom: 25px;
  left: 15px;
  color: #fff;
  font-weight: 600;
  z-index: 10;
}
.content-row-leagueType .leagueType-itembox .imagedarken {
  opacity: 0.5;
}
.content-row-leagueType .leagueType-itembox:hover {
  opacity: 1;
}
.content-row-leagueType .leagueType-itembox.leagueType-itembox-active {
  opacity: 1;
}

.main-wrapper-league {
  float: left;
  width: 100%;
  margin: -100px 0 -50px 0;
}
.main-wrapper-league .content-row-headerImage {
  min-height: 200px;
}
.main-wrapper-league .content-row-leaguemain {
  margin: 30px 0 30px 0;
}
.main-wrapper-league .content-row-leaguemain .btnTabledetail {
  position: relative;
  float: right;
  margin: -69px 0 0 0;
}
.main-wrapper-league .content-row-leaguemain .btnTabledetail .btn .btnarrow {
  left: -2px;
  width: 16px;
  margin: 0px 0 -3px 0;
}
.main-wrapper-league .content-row-leaguemain .btnTabledetail .btn:hover .btnarrow {
  left: -2px;
}
.main-wrapper-league .content-row-leaguemain .btnTabledetail .btnarrow-searchminus {
  display: none;
}
.main-wrapper-league .content-row-leaguemain .leagueroup-remarks {
  float: left;
  width: 100%;
  font-size: 13px;
}
.main-wrapper-league .content-row-leaguemain .leagueroup-remarks .remarksicon {
  display: inline-block;
  margin: 6px 2px -4px 0;
}
.main-wrapper-league .content-row-leaguemain .leagueroup-remarks .remarks-text {
  color: #666;
}
.main-wrapper-league .content-row-leaguemain .leagueroup-remarks .remarks-text br {
  display: none;
}
.main-wrapper-league .content-row-leaguemain .table-box-detailswitch .td-rank {
  width: 3%;
}
.main-wrapper-league .content-row-leaguemain .table-box-detailswitch .td-Mannschaft {
  width: calc(80% - 5px);
  padding-right: 5px;
}
.main-wrapper-league .content-row-leaguemain .table-box-detailswitch .td-SP {
  width: 4%;
  text-align: center;
}
.main-wrapper-league .content-row-leaguemain .table-box-detailswitch .td-S {
  width: 4%;
  text-align: center;
  display: none;
}
.main-wrapper-league .content-row-leaguemain .table-box-detailswitch .td-U {
  width: 4%;
  text-align: center;
  display: none;
}
.main-wrapper-league .content-row-leaguemain .table-box-detailswitch .td-N {
  width: 4%;
  text-align: center;
  display: none;
}
.main-wrapper-league .content-row-leaguemain .table-box-detailswitch .td-Punkte {
  width: 10%;
  padding-left: 2%;
}
.main-wrapper-league .content-row-leaguemain .table-box-detailswitch .td-Matches {
  width: 11%;
  display: none;
}
.main-wrapper-league .content-row-leaguemain .table-box-detailswitch .td-Saetze {
  width: 10%;
  display: none;
}
.main-wrapper-league .content-row-leaguemain .table-box-detailswitch .td-Games {
  width: 10%;
  display: none;
}
.main-wrapper-league .content-row-leaguemain .leaguemain-section-table-ranking-details .btnTabledetail {
  position: relative;
  float: right;
  margin: -69px 0 0 0;
}
.main-wrapper-league .content-row-leaguemain .leaguemain-section-table-ranking-details .btnTabledetail .btn .btnarrow {
  left: -2px;
  width: 16px;
  margin: 0px 0 -3px 0;
}
.main-wrapper-league .content-row-leaguemain .leaguemain-section-table-ranking-details .btnTabledetail .btn:hover .btnarrow {
  left: -2px;
}
.main-wrapper-league .content-row-leaguemain .leaguemain-section-table-ranking-details .btnTabledetail .btnarrow-searchminus {
  display: inline-block;
}
.main-wrapper-league .content-row-leaguemain .leaguemain-section-table-ranking-details .btnTabledetail .btnarrow-searchplus {
  display: none;
}
.main-wrapper-league .content-row-leaguemain .leaguemain-section-table-ranking-details .table-box-detailswitch .td-rank {
  width: 3%;
}
.main-wrapper-league .content-row-leaguemain .leaguemain-section-table-ranking-details .table-box-detailswitch .td-Mannschaft {
  width: calc(36% - 5px);
  padding-right: 5px;
}
.main-wrapper-league .content-row-leaguemain .leaguemain-section-table-ranking-details .table-box-detailswitch .td-SP {
  width: 4%;
  text-align: center;
}
.main-wrapper-league .content-row-leaguemain .leaguemain-section-table-ranking-details .table-box-detailswitch .td-S {
  width: 4%;
  text-align: center;
  display: block;
}
.main-wrapper-league .content-row-leaguemain .leaguemain-section-table-ranking-details .table-box-detailswitch .td-U {
  width: 4%;
  text-align: center;
  display: block;
}
.main-wrapper-league .content-row-leaguemain .leaguemain-section-table-ranking-details .table-box-detailswitch .td-N {
  width: 4%;
  text-align: center;
  display: block;
}
.main-wrapper-league .content-row-leaguemain .leaguemain-section-table-ranking-details .table-box-detailswitch .td-Punkte {
  width: 10%;
  padding-left: 2%;
}
.main-wrapper-league .content-row-leaguemain .leaguemain-section-table-ranking-details .table-box-detailswitch .td-Matches {
  width: 11%;
  display: block;
}
.main-wrapper-league .content-row-leaguemain .leaguemain-section-table-ranking-details .table-box-detailswitch .td-Saetze {
  width: 10%;
  display: block;
}
.main-wrapper-league .content-row-leaguemain .leaguemain-section-table-ranking-details .table-box-detailswitch .td-Games {
  width: 10%;
  display: block;
}
.main-wrapper-league .content-row-leaguemain .leaguemain-Name {
  width: 90%;
  display: block;
  float: left;
  margin: 20px 0 0 0;
}
.main-wrapper-league .content-row-leaguemain .leaguemain-Name-caption {
  display: block;
  float: left;
  width: 100%;
  margin: 10px 0 -15px 0;
  font-size: 14px;
  opacity: 0.5;
}
.main-wrapper-league .content-row-leaguemain .content-part-w75, .main-wrapper-league .content-row-leaguemain .content-part-sidebar {
  border-radius: 10px;
  background-color: #fff;
  border: 0px solid #E2E2E2;
  padding: 10px 0 20px 0;
  box-shadow: 0px 0px 51px -45px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 51px -45px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 51px -45px rgba(0, 0, 0, 0.1);
}
.main-wrapper-league .content-row-leaguemain .content-part-w75 .sidebar-inner, .main-wrapper-league .content-row-leaguemain .content-part-sidebar .sidebar-inner {
  background-color: transparent;
  float: left;
  width: calc(100% - 40px);
  margin: 0 0 0 20px;
}
.main-wrapper-league .content-row-leaguemain .content-part-w75 .sidebar-inner .caption, .main-wrapper-league .content-row-leaguemain .content-part-sidebar .sidebar-inner .caption {
  font-weight: 600;
  float: left;
  width: 95%;
  margin: 30px 0 15px 0;
  padding-right: 5%;
  font-family: "Work Sans", sans-serif;
}
.main-wrapper-league .content-row-leaguemain .content-part-w75 .sidebar-inner .group, .main-wrapper-league .content-row-leaguemain .content-part-w75 .sidebar-inner .archive .season, .main-wrapper-league .content-row-leaguemain .content-part-sidebar .sidebar-inner .group, .main-wrapper-league .content-row-leaguemain .content-part-sidebar .sidebar-inner .archive .season {
  position: relative;
  float: left;
  width: 100%;
  font-size: 14px;
  border-bottom: 1px solid #E7E7E7;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
}
.main-wrapper-league .content-row-leaguemain .content-part-w75 .sidebar-inner .archive .season, .main-wrapper-league .content-row-leaguemain .content-part-sidebar .sidebar-inner .archive .season {
  margin: 0 0 0px 0;
  padding: 0 0 0px 0;
  border-bottom: 1px solid #F5F5F5 !important;
  background-image: url("/Resources/Public/Images/icon-accordionarrowblack.svg");
  background-repeat: no-repeat;
  background-position: right 16px;
}
.main-wrapper-league .content-row-leaguemain .content-part-w75 .sidebar-inner .archive .season .caption, .main-wrapper-league .content-row-leaguemain .content-part-sidebar .sidebar-inner .archive .season .caption {
  margin: 5px 0 5px 0;
  cursor: pointer;
}
.main-wrapper-league .content-row-leaguemain .content-part-w75 .sidebar-inner .archive .season.seasonShow, .main-wrapper-league .content-row-leaguemain .content-part-sidebar .sidebar-inner .archive .season.seasonShow {
  background-image: url("/Resources/Public/Images/icon-accordionarrowOn.svg");
}
.main-wrapper-league .content-row-leaguemain .content-part-w75 .sidebar-inner .archive .season.seasonShow .caption, .main-wrapper-league .content-row-leaguemain .content-part-sidebar .sidebar-inner .archive .season.seasonShow .caption {
  color: #FF002B;
}
.main-wrapper-league .content-row-leaguemain .content-part-w75 .sidebar-inner .archive .season.seasonShow .seasongroup, .main-wrapper-league .content-row-leaguemain .content-part-sidebar .sidebar-inner .archive .season.seasonShow .seasongroup {
  display: block;
}
.main-wrapper-league .content-row-leaguemain .content-part-w75 .sidebar-inner .archive .season.seasonShow .seasongroup .group, .main-wrapper-league .content-row-leaguemain .content-part-sidebar .sidebar-inner .archive .season.seasonShow .seasongroup .group {
  border: 0px solid #F5F5F5 !important;
}
.main-wrapper-league .content-row-leaguemain .content-part-w75 .sidebar-inner .sidebarLink, .main-wrapper-league .content-row-leaguemain .content-part-sidebar .sidebar-inner .sidebarLink {
  cursor: pointer;
  line-height: 20px;
}
.main-wrapper-league .content-row-leaguemain .content-part-w75 .sidebar-inner .sidebarLink:hover, .main-wrapper-league .content-row-leaguemain .content-part-sidebar .sidebar-inner .sidebarLink:hover {
  color: #FF002B;
}
.main-wrapper-league .content-row-leaguemain .content-part-w75 .sidebar-inner .sidebarLink.sidebarLinkOn, .main-wrapper-league .content-row-leaguemain .content-part-sidebar .sidebar-inner .sidebarLink.sidebarLinkOn {
  color: #FF002B;
}
.main-wrapper-league .content-row-leaguemain .content-part-w75 .sidebar-inner .archive .season, .main-wrapper-league .content-row-leaguemain .content-part-sidebar .sidebar-inner .archive .season {
  border-bottom: 0px solid #E7E7E7;
}
.main-wrapper-league .content-row-leaguemain .content-part-w75 .sidebar-inner .archive .caption, .main-wrapper-league .content-row-leaguemain .content-part-sidebar .sidebar-inner .archive .caption {
  margin: 0px 0 15px 0;
}
.main-wrapper-league .content-row-leaguemain .content-part-w75 .sidebar-inner .sidebarbox, .main-wrapper-league .content-row-leaguemain .content-part-sidebar .sidebar-inner .sidebarbox {
  float: left;
  width: 100%;
}
.main-wrapper-league .content-row-leaguemain .content-part-w75 .sidebar-inner .sidebarbox-archive .archive, .main-wrapper-league .content-row-leaguemain .content-part-sidebar .sidebar-inner .sidebarbox-archive .archive {
  display: none;
}
.main-wrapper-league .content-row-leaguemain .content-part-w75 .sidebar-inner .sidebarbox-archive .archivetoggleBTN, .main-wrapper-league .content-row-leaguemain .content-part-sidebar .sidebar-inner .sidebarbox-archive .archivetoggleBTN {
  float: left;
  cursor: pointer;
  position: relative;
  width: 100%;
}
.main-wrapper-league .content-row-leaguemain .content-part-w75 .sidebar-inner .sidebarbox-archive .archivetoggleBTN .accordion-arrow, .main-wrapper-league .content-row-leaguemain .content-part-sidebar .sidebar-inner .sidebarbox-archive .archivetoggleBTN .accordion-arrow {
  position: absolute;
  right: 0px;
  top: 38px;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
.main-wrapper-league .content-row-leaguemain .content-part-w75 .sidebar-inner .sidebarbox-archive.sidebarbox-archive-on .archive, .main-wrapper-league .content-row-leaguemain .content-part-sidebar .sidebar-inner .sidebarbox-archive.sidebarbox-archive-on .archive {
  display: block;
}
.main-wrapper-league .content-row-leaguemain .content-part-w75 .sidebar-inner .sidebarbox-archive.sidebarbox-archive-on .archivetoggleBTN, .main-wrapper-league .content-row-leaguemain .content-part-sidebar .sidebar-inner .sidebarbox-archive.sidebarbox-archive-on .archivetoggleBTN {
  color: #FF002B;
}
.main-wrapper-league .content-row-leaguemain .content-part-w75 .sidebar-inner .sidebarbox-archive.sidebarbox-archive-on .archivetoggleBTN .accordion-arrow, .main-wrapper-league .content-row-leaguemain .content-part-sidebar .sidebar-inner .sidebarbox-archive.sidebarbox-archive-on .archivetoggleBTN .accordion-arrow {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.main-wrapper-league .content-row-leaguemain .content-part-w75 {
  padding-top: 30px;
}
.main-wrapper-league .content-row-leaguemain .banner-liga {
  float: right;
  margin: -30px 0 20px 0;
  background: none !important;
  width: 100%;
  overflow: hidden;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.main-wrapper-league .content-row-leaguemain .content-part-w75-inner {
  background-color: transparent;
  float: left;
  width: calc(100% - 40px);
  margin: 0 0 0 20px;
  position: relative;
}

.icon-divisionboxarrow {
  display: none;
  pointer-events: none;
  border: 0px;
}

.sidebar-llv .season {
  margin: 0 0 0px 0;
  padding: 0 0 0px 0;
  border-bottom: 1px solid #F5F5F5 !important;
  background-image: url("/Resources/Public/Images/icon-accordionarrowblack.svg");
  background-repeat: no-repeat;
  background-position: right 18px;
  float: left;
  width: 100%;
}
.sidebar-llv .season .caption {
  font-weight: 600;
  float: left;
  width: 100%;
  margin: 10px 0 10px 0 !important;
  line-height: 20px !important;
  cursor: pointer;
}
.sidebar-llv .season .seasongroup {
  display: none;
}
.sidebar-llv .season.seasonShow {
  background-image: url("/Resources/Public/Images/icon-accordionarrowOn.svg");
}
.sidebar-llv .season.seasonShow .caption {
  color: #FF002B;
  cursor: default;
}
.sidebar-llv .season.seasonShow .seasongroup {
  display: block;
}
.sidebar-llv .season.seasonShow .seasongroup .group {
  border: 0px solid #F5F5F5 !important;
}
.sidebar-llv .season .divisionbox {
  float: left;
  width: 100%;
  position: relative;
  font-size: 14px;
  margin: 0 0 8px 0;
  border-bottom: 1px solid #F5F5F5;
  padding: 0 0 10px 0;
}
.sidebar-llv .season .divisionbox:last-child {
  border-bottom: 0px solid #F5F5F5;
  padding: 0 0 0px 0;
}
.sidebar-llv .season .divisionbox .icon-divisionboxarrow {
  position: absolute;
  right: 0px;
  top: 10px;
  cursor: pointer;
  display: block;
}
.sidebar-llv .season .divisionbox .divisionboxname {
  float: left;
  width: 100%;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}
.sidebar-llv .season .divisionbox .divisionboxgroup {
  float: left;
  width: 100%;
  position: relative;
  display: none;
}
.sidebar-llv .season .divisionbox .divisionboxgroup .group {
  margin: 5px 0 0px 0;
  padding: 0 0 0px 0;
}
.sidebar-llv .season .divisionbox.divisionboxShow .divisionboxgroup {
  display: block;
}
.mobileSidebarMenu {
  display: none;
}

.table-content-row.riseAndFallState_fall .td-team:before {
  content: "▼";
  color: #FF002B;
  position: absolute;
  margin: 0 0 0 -18px;
  left: 8px;
  z-index: 10;
  pointer-events: none;
  font-size: 12px;
  top: 1px;
}

.table-content-row.riseAndFallState_rise .td-team:before {
  content: "▲";
  color: #1DAF55;
  position: absolute;
  margin: 0 0 0 -18px;
  left: 8px;
  z-index: 10;
  pointer-events: none;
  font-size: 12px;
  top: 1px;
}

.table-content-row .td-team {
  padding-left: 5px;
}

.seasons-older .btn-seasonyear.on .caption-seasonname {
  color: #FF002B;
}

.main-wrapper .sidebarbox-archive .archivetoggleBTN .loadinglayer {
  position: absolute;
  left: 0;
  top: 8px;
  width: 62%;
  height: 100%;
  background: none;
  z-index: 999999;
  opacity: 0.5;
  pointer-events: none;
  display: block;
}
.main-wrapper .sidebarbox-archive .caption-seasonname .loadinglayer {
  position: absolute;
  left: 0;
  top: -2px;
  width: 62%;
  height: 30px;
  background: #fff;
  z-index: 999999;
  opacity: 0.5;
  pointer-events: none;
  display: block;
}
.main-wrapper .sidebarbox-archive .caption-seasonname .loadinglayer .lds-ellipsis {
  display: inline-block;
  width: 37px;
  height: 37px;
  margin: 0 0 0 0;
  position: relative;
  left: 0;
  top: -18px;
  opacity: 0.5;
}

.main-wrapper-league .content-row-leaguemain .content-part-sidebar .sidebar-inner .archive .season .archivseasonlist .nodata {
  font-size: 12px;
  font-style: italic;
  display: block;
  float: left;
  width: 100%;
  margin: -5px 0 10px 0;
}
.main-wrapper-league .content-row-leaguemain .content-part-sidebar .sidebar-inner .archive .season .archivseasonlist .seasongroup {
  display: block;
}
.main-wrapper-league .content-row-leaguemain .content-part-sidebar .sidebar-inner .archive .season .archivseasonlist .seasongroup .caption-groupname {
  font-size: 16px;
}
.main-wrapper-league .content-row-leaguemain .content-part-sidebar .sidebar-inner .archive .season .archivseasonlist .seasongroup ul {
  padding: 0px;
  margin: 0 0 0 0px;
  list-style-type: none;
}
.main-wrapper-league .content-row-leaguemain .content-part-sidebar .sidebar-inner .archive .season .archivseasonlist .seasongroup ul li {
  float: left;
  width: 100%;
}
.main-wrapper-league .content-row-leaguemain .content-part-sidebar .sidebar-inner .archive .season .archivseasonlist .seasongroup ul li .contestnamelabel {
  font-size: 13px;
  font-weight: 600;
}
.main-wrapper-league .content-row-leaguemain .content-part-sidebar .sidebar-inner .archive .season .archivseasonlist .seasongroup ul li .gamesbox {
  float: left;
  width: 100%;
  font-size: 13px;
  margin: 0px 0 15px 0;
}
.main-wrapper-league .content-row-leaguemain .content-part-sidebar .sidebar-inner .archive .season .archivseasonlist .seasongroup ul li .gamesbox .groupname {
  cursor: pointer;
}
.main-wrapper-league .content-row-leaguemain .content-part-sidebar .sidebar-inner .archive .season .archivseasonlist .seasongroup ul li .gamesbox .groupname:hover {
  color: #FF002B;
}

.content-row-leaguemain .download-row {
  float: right;
  width: 47%;
  margin: 0 2.5% 0 0;
}
.content-row-leaguemain .download-row .link-downloadPDF {
  color: #FF002B;
  text-decoration: underline;
  float: right;
  font-size: 14px;
}
.content-row-leaguemain .download-row .link-downloadPDF .icon-download {
  display: inline-block;
  margin: 0px 0 0 10px;
  position: relative;
  top: 2px;
}
.content-row-leaguemain .referee {
  display: none;
}
.content-row-leaguemain.showMeetingdetail .referee {
  display: inline-block;
}
.content-row-leaguemain .infoline {
  float: left;
  width: 90%;
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 20px 2.5%;
}
.content-row-leaguemain .liga-sharelink {
  position: absolute;
  right: 0;
  top: 5px;
  cursor: pointer;
  width: 35px;
  height: 35px;
  z-index: 10;
}
.content-row-leaguemain .liga-sharelink .shareicon {
  width: 40px;
  margin: 0px 0px 0px 0px;
  cursor: pointer;
}
.content-row-leaguemain .liga-sharelink .shorturl {
  position: absolute;
  font-size: 11px;
  line-height: 14px;
  right: 0px;
  width: 300px;
  opacity: 0.5;
  margin: -24px 50px 0 0;
  text-align: right;
  display: none;
  cursor: pointer;
}
.content-row-leaguemain .liga-sharelink.showurl .shorturl {
  display: block;
}
.content-row-leaguemain .loadinglayer {
  position: absolute;
  left: -1%;
  top: 0px;
  width: 102%;
  height: 100%;
  background: #fff;
  z-index: 999999;
  opacity: 0.9;
  pointer-events: none;
  display: none;
}

.leaguemain-section-table .leaguemain-sectionHL {
  font-weight: 600;
  float: left;
  width: 100%;
  margin: 30px 0 15px 0;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
}
.leaguemain-section-table .table-header {
  font-weight: 600;
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
}
.leaguemain-section-table .table-content-row {
  float: left;
  width: 95%;
  position: relative;
  margin: 0 0 0 2.5%;
  padding: 10px 0 10px 0;
  overflow: hidden;
}
.leaguemain-section-table .table-content-row .table-td {
  float: left;
  position: relative;
  min-height: 1px;
}
.leaguemain-section-table .table-content-row.releasedBlocked {
  opacity: 0.5;
}
.leaguemain-section-table .table-content-row.releasedBlocked .table-td {
  text-decoration: line-through;
}
.leaguemain-section-table .table-content .table-content-row {
  border-bottom: 1px solid #D8D8D8;
}
.leaguemain-section-table .table-content .table-content-row:last-child {
  border: 0px;
}
.leaguemain-section-table .table-box {
  width: 100%;
  float: left;
  padding: 20px 0 20px 0;
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid #D8D8D8;
  border-radius: 10px;
  position: relative;
}
.leaguemain-section-table .meeting-item {
  margin: 25px 0 25px 0;
}
.leaguemain-section-table .meeting-item .roundName {
  color: #FF002B;
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  top: -15px;
  background: #fff;
  padding: 0px 12px 3px 0;
  left: -1px;
}
.leaguemain-section-table .meeting-item .meeting-scheduled {
  font-size: 13px;
  color: #666;
  position: relative;
  float: left;
  display: none;
}
.leaguemain-section-table .meeting-item .meeting-scheduled:after {
  content: "";
  height: 1px;
  width: 480%;
  background: #D8D8D8;
  position: absolute;
  left: 104%;
  top: 12px;
}
.leaguemain-section-table .meeting-item .meeting-scheduled.firstsamedate {
  display: block;
}
.leaguemain-section-table .meeting-item .table-content-row-meeting {
  background-color: #F5F5F5;
  border-radius: 10px;
  position: relative;
  overflow: visible;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
.leaguemain-section-table .meeting-item .table-content-row-meeting:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 20px;
  height: 20px;
  background-image: url("../Images/icon-stats.svg");
  left: -10px;
  top: 50%;
  margin: -10px 0 0 0;
  opacity: 0;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
.leaguemain-section-table .meeting-item .table-content-row-meeting:hover {
  background-color: #FDE5E9;
  color: #FF002B;
  cursor: pointer;
}
.leaguemain-section-table .meeting-item .table-content-row-meeting:hover:before {
  opacity: 1;
  left: -15px;
}
.leaguemain-section-table .meeting-item .table-content-row-meeting .infoline {
  float: left;
  width: calc(100% - 20px);
  padding: 0 10px 8px 10px;
  font-size: 12px !important;
  line-height: 14px !important;
  margin: 0 0 7px 0;
  border-bottom: 0.5px solid #ccc;
}
.leaguemain-section-table .meeting-item .table-content-row-meeting .infoline span {
  font-size: 12px !important;
  line-height: 14px !important;
}
.leaguemain-section-table .meeting-item .table-content-row-meeting .infoline .referee {
  display: none;
}
.leaguemain-section-table .meeting-item .table-content-row-meeting.nolocation .location {
  display: none;
}
.leaguemain-section-table .meeting-item .table-content-row-meeting.noreferee .referee {
  display: none;
}
.leaguemain-section-table .meeting-item .table-content-row-meeting .remarksName {
  display: none;
}
.leaguemain-section-table .meeting-item .table-content-row-meeting .meetingStopped {
  text-decoration: line-through;
}
.leaguemain-section-table .meeting-item .table-content-row-meeting .meetingStopped:before {
  content: "(zurückgezogen)";
  position: absolute;
  font-size: 9px;
  margin: 12px 0 0 0;
}
.leaguemain-section-table .meeting-item .table-content-row .td-w35.padding-l {
  width: calc(35% - 10px);
  padding-left: 10px;
}
.leaguemain-section-table .meeting-item.nofirstsamedate .meeting-scheduled {
  display: block;
}
.leaguemain-section-table .meeting-item.nofirstsamedate .meeting-scheduled.showdate {
  display: block;
}
.leaguemain-section-table .spielfrei {
  color: #FF002B;
  float: left;
  width: 100%;
  margin: 20px 0 0 2.5%;
  font-weight: 600;
  display: none;
}
.leaguemain-section-table .spielfrei .infoDot {
  display: inline-block;
  background: #FF002B;
  width: 19px;
  height: 19px;
  overflow: hidden;
  border-radius: 100px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  line-height: 17px;
  margin: 0px 0 -4px 0;
}
.leaguemain-section-table .spielfrei:empty {
  display: none;
}
.leaguemain-section-table .spielfreiFyn {
  display: block;
  display: block;
  margin: 0 0 6px 36px;
  font-weight: 100;
}
.leaguemain-section-table .spielfreiFyn .infoDot {
  width: 15px;
  height: 15px;
  line-height: 12px;
  margin: 0px 0 -4px 0;
  line-height: 14px;
}
.leaguemain-section-table .meeting-item-row.samedaterow .table-content-row-header {
  display: none;
}
.leaguemain-section-table .meeting-item-row.samedaterow .table-content-row-box {
  padding-top: 0px;
}
.leaguemain-section-table .leaguemain-section-table .meeting-item-row.samedaterow .showmetainfos .meeting-scheduled {
  display: block;
}
.leaguemain-section-table .leaguemain-section-table .meeting-item-row.samedaterow .showmetainfos .table-content-row-header {
  display: block;
}

.table-content-row.table-content-row-box.showmetainfos .meeting-scheduled {
  display: block;
}
.table-content-row.table-content-row-box.showmetainfos .table-content-row-header {
  display: block;
}

.leaguemain-section-table .table-box.meeting-item.meetings_1 .meeting-item-row .meeting-scheduled {
  display: block;
}
.leaguemain-section-table .table-box.meeting-item.meetings_1 .meeting-item-row .table-content-row-header {
  display: block;
}

.box-meetingdetail {
  display: none;
}

.showMeetingdetail .content-part-w75 {
  padding-top: 70px !important;
}
.showMeetingdetail .leagueroup-remarks {
  display: none;
}
.showMeetingdetail .btnTabledetail {
  display: none;
}
.showMeetingdetail .banner-liga {
  margin: -70px 0 70px 0 !important;
}
.showMeetingdetail .box-meetingdetail {
  display: block;
  padding: 10px 0 0 0;
  float: left;
  width: 100%;
}
.showMeetingdetail .box-meetingdetail .backbtnMeeting {
  position: absolute;
  top: -60px;
}
.showMeetingdetail .box-meetingdetail .backbtnMeeting .btnarrow {
  margin: 0 10px 0 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.showMeetingdetail .box-meetingdetail .backbtnMeeting .btn:hover .btnarrow {
  left: -3px;
  -webkit-filter: brightness(0) invert(1);
  -moz-filter: brightness(0) invert(1);
  -ms-filter: brightness(0) invert(1);
  -o-filter: brightness(0) invert(1);
}
.showMeetingdetail .leaguemain-sectionHL, .showMeetingdetail .table-box, .showMeetingdetail .leaguemain-section-table-spielplan {
  display: none;
}
.showMeetingdetail .table-content-row-meeting-details .itemCount {
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  background: #F5F5F5;
  border-radius: 100px;
  left: -9px;
  top: 50%;
  margin: -11px 0 0 0;
  text-align: center;
  font-size: 12px;
  border: 1px solid #ccc;
}
.showMeetingdetail .table-content-row-meeting-details .item-player {
  width: 47%;
}
.showMeetingdetail .table-content-row-meeting-details .item-player1MatchRankSum {
  width: 2%;
  margin: 10px 0 10px 0;
}
.showMeetingdetail .table-content-row-meeting-details .item-player1MatchRankSum:before {
  content: "(Rank Summe)";
  position: absolute;
  font-size: 10px;
  margin: -10px 0px 0 -37px;
}
.showMeetingdetail .table-content-row-meeting-details .countitem-MatchRank1 {
  margin: 10px 0px 30px 0;
}
.showMeetingdetail .box-meetingdetail-section {
  position: relative;
  float: left;
  width: 100%;
  margin: 20px 0 20px 0;
}
.showMeetingdetail .box-meetingdetail-section .hl-row {
  position: relative;
  float: left;
  width: 100%;
}
.showMeetingdetail .box-meetingdetail-section .hl-row .leaguemain-sectionHL {
  display: block;
  margin: 0px 0 0px 0;
}
.showMeetingdetail .box-meetingdetail-section .hl-row .meetingdetailDate {
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 14px;
  opacity: 0.5;
}
.showMeetingdetail .box-meetingdetail-section .resultbox {
  float: left;
  width: 100%;
  margin: 20px 0 0 0;
}
.showMeetingdetail .box-meetingdetail-section .resultbox .teambox {
  width: 49%;
  float: left;
  text-align: center;
  padding: 30px 0 30px 0;
}
.showMeetingdetail .box-meetingdetail-section .resultbox .teambox .resultbox-count {
  font-size: 36px;
}
.showMeetingdetail .box-meetingdetail-section .resultbox .teambox .team-name {
  font-size: 14px;
}
.showMeetingdetail .box-meetingdetail-section .resultbox .teambox .team-name-info {
  font-size: 13px;
  opacity: 0.5;
}
.showMeetingdetail .box-meetingdetail-section .resultbox .teambox.teambox-guest {
  float: right;
}
.showMeetingdetail .box-meetingdetail-section .resultbox .teambox-sperator {
  width: 2%;
  float: left;
  text: center;
  padding: 30px 0 30px 0;
  font-size: 36px;
}
.showMeetingdetail .box-meetingdetail-section .resultbox-sets, .showMeetingdetail .box-meetingdetail-section .resultbox-games {
  float: left;
  margin: 25px 0 0 0;
  text-align: center;
  padding: 15px 0 15px 0;
}
.showMeetingdetail .box-meetingdetail-section .resultbox-sets .resultbox-sets-count, .showMeetingdetail .box-meetingdetail-section .resultbox-games .resultbox-sets-count {
  font-size: 24px;
}
.showMeetingdetail .box-meetingdetail-section .resultbox-sets .subinfo-info, .showMeetingdetail .box-meetingdetail-section .resultbox-games .subinfo-info {
  font-size: 13px;
}
.showMeetingdetail .box-meetingdetail-section .resultbox-games {
  float: right;
}
.showMeetingdetail .box-meetingdetail-section .resultbox-games .resultbox-games-count {
  font-size: 24px;
}
.showMeetingdetail .box-meetingdetail-section .resultbox-games .subinfo-info {
  font-size: 13px;
}
.showMeetingdetail .table-box-detail {
  display: block;
  margin: 20px 0 0 0;
}
.showMeetingdetail .table-box-detail .table-box-detail-row {
  float: left;
  width: calc(97% - 20px);
  position: relative;
  margin: 0 0 0px 1.5%;
  padding: 10px 10px 10px 10px;
  border-radius: 10px;
  overflow: visible;
  font-size: 14px;
  line-height: 18px;
}
.showMeetingdetail .table-box-detail .table-box-detail-row.table-content-row-meeting-details {
  background-color: #F5F5F5;
  margin-bottom: 10px;
}
.showMeetingdetail .table-box-detail .table-box-detail-row .table-td.item-games {
  width: 6%;
  margin: 0 0 0 2%;
}
.showMeetingdetail .table-box-detail .table-box-detail-row .table-td.item-matches {
  width: 8%;
  margin: 0 0 0 2%;
}
.showMeetingdetail .table-box-detail .table-box-detail-row .playerItem, .showMeetingdetail .table-box-detail .table-box-detail-row .countitem {
  margin: 10px 0 10px 0;
}
.showMeetingdetail .table-box-detail .table-box-detail-row .playerItem .info {
  font-size: 12px;
  margin: 0 0 0 5px;
}
.showMeetingdetail .table-box-detail .table-box-detail-row .countitem {
  display: block;
}
.showMeetingdetail .table-box-detail .table-box-detail-row .payerItn {
  font-size: 12px;
  opacity: 0.5;
}
.showMeetingdetail .table-box-detail .table-box-detail-row .playername:hover {
  color: #FF002B;
  cursor: pointer;
}
.showMeetingdetail .table-box-detail .table-box-detail-row.winnerguest .Player2 .playername {
  font-weight: bold;
}
.showMeetingdetail .table-box-detail .table-box-detail-row.winnerhome .Player1 .playername {
  font-weight: bold;
}
.showMeetingdetail .table-box-detail .table-box-detail-row.gameType-double .countitem {
  height: 40px !important;
  top: 8px;
  position: relative;
}
.showMeetingdetail .table-box-detail .table-box-detail-row.noInfoHome .Player1 .payerItn {
  display: none;
}
.showMeetingdetail .table-box-detail .table-box-detail-row.noInfoHome .countitem-MatchRank.countitem-MatchRank1 {
  opacity: 0;
}
.showMeetingdetail .table-box-detail .table-box-detail-row.noInfoHome .countitem-Player1 {
  opacity: 0;
}
.showMeetingdetail .table-box-detail .table-box-detail-row.noInfoGuest .Player2 .payerItn {
  display: none;
}
.showMeetingdetail .table-box-detail .table-box-detail-row.noInfoGuest .countitem-MatchRank.countitem-MatchRank2 {
  display: none;
}
.showMeetingdetail .table-box-detail .table-box-detail-row.noInfoGuest .countitem-Player2.bold {
  font-weight: 200;
}
.showMeetingdetail .table-box-detail .table-box-detail-row.HomeWo_true .countitem-Player1 {
  opacity: 1;
}
.showMeetingdetail .table-box-detail .table-box-detail-row.Guest_true .countitem-Playe2 {
  opacity: 1;
}
.showMeetingdetail .table-box-detail .resultbox-subinfo {
  float: left;
  border: 1px solid #ccc;
  margin: 8px 1.5% 0 1.5%;
  text-align: center;
  padding: 15px 0 15px 0;
}
.showMeetingdetail .table-box-detail .resultbox-subinfo .resultbox-count {
  font-size: 24px;
  margin: 5px 0 10px 0;
}
.showMeetingdetail.showMeetingdetail-isFromFirstRound .pdfSpielbericht {
  display: none;
}
.showMeetingdetail.showMeetingdetail-isFromFirstRound .box-meetingdetail-section-singels {
  display: none;
}
.showMeetingdetail.showMeetingdetail-isFromFirstRound .box-meetingdetail-section-doppel {
  display: none;
}

.content-row-tournaments .loadinglayer {
  position: absolute;
  left: 50%;
  margin: 90px 0 0 35px;
  display: none;
}
.content-row-tournaments.main-wrapper-tournaments-processing .loadinglayer {
  display: block;
}
.content-row-tournaments.main-wrapper-tournaments-processing .resultcount-box, .content-row-tournaments.main-wrapper-tournaments-processing .btnshowtournamentItem, .content-row-tournaments.main-wrapper-tournaments-processing .tournaments-box {
  opacity: 0 !important;
  pointer-events: none;
}
.content-row-tournaments.main-wrapper-tournaments-processing-paging .loadinglayer {
  display: block;
  bottom: 70px;
}
.content-row-tournaments.main-wrapper-tournaments-processing-paging .datecore {
  opacity: 0;
}
.content-row-tournaments .showmorebox {
  float: left;
  width: 100%;
  text-align: center;
  margin: 0 0 50px 0;
}
.content-row-tournaments .showmorebox .btnshowtournamentItem {
  width: 300px;
  background-color: #FDE5E9;
  border-color: #FDE5E9;
  color: #FF002B;
}
.content-row-tournaments .showmorebox .btnshowtournamentItem .btnarrow {
  top: 3px;
  left: 5px;
}
.content-row-tournaments .showmorebox .btnshowtournamentItem img {
  filter: invert(24%) sepia(97%) saturate(7440%) hue-rotate(342deg) brightness(93%) contrast(120%);
}
.content-row-tournaments .showmorebox .btnshowtournamentItem:hover {
  background-color: #FF002B;
  border-color: #FF002B;
  color: #ffffff;
}
.content-row-tournaments .showmorebox .btnshowtournamentItem:hover .btnarrow {
  top: 3px;
  left: 5px;
}
.content-row-tournaments .showmorebox .btnshowtournamentItem:hover img {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(186deg) brightness(205%) contrast(101%);
}
.content-row-tournaments .content-part.content-part-tournaments {
  position: relative;
  float: left;
  width: 100%;
  background: #fff;
  min-height: 200px;
  border-radius: 10px;
  margin: 30px 0 30px 0;
}
.content-row-tournaments .content-part.content-part-tournaments .resultcount-box {
  float: left;
  width: 100%;
  text-align: center;
  padding: 35px 0 30px 0;
  font-weight: 600;
  font-size: 16px;
  color: #1DAF55;
}
.content-row-tournaments .content-part.content-part-tournaments .resultcount-box .counticon {
  display: inline-block;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.content-row-tournaments .content-part.content-part-tournaments .resultcount-box .counticon1 {
  margin: 0 5px 0 0px;
}
.content-row-tournaments .content-part.content-part-tournaments .resultcount-box .counticon2 {
  margin: 0 0 0 10px;
}
.content-row-tournaments .content-part.content-part-tournaments .tournaments-box {
  float: left;
  width: 95%;
  position: relative;
  margin: 0 0 50px 2.5%;
  opacity: 1;
  -webkit-transition: opacity 650ms;
  -moz-transition: opacity 650ms;
  -o-transition: opacity 650ms;
  transition: opacity 650ms;
}
.content-row-tournaments .content-part.content-part-tournaments .tournamentItem {
  cursor: pointer;
  -webkit-transition: background-color 650ms;
  -moz-transition: background-color 650ms;
  -o-transition: background-color 650ms;
  transition: background-color 650ms;
}
.content-row-tournaments .content-part.content-part-tournaments .tournamentItem:hover {
  background-color: #FDEDF0;
}
.content-row-tournaments .content-part.content-part-tournaments .tournamentItem.pastDate .tournament-nennschluss {
  opacity: 0.5;
  color: #666666 !important;
}
.content-row-tournaments .content-part.content-part-tournaments .tournamentItem.pastDate .tournament-nennschluss .icon-alert {
  opacity: 0;
}
.content-row-tournaments .content-part.content-part-tournaments .tournamentItem.registerTodayOn .tournament-nennschluss {
  opacity: 1;
  color: #FF002B;
}
.content-row-tournaments .content-part.content-part-tournaments .tournamentItem.registerTodayOn .tournament-nennschluss .icon-alert {
  filter: invert(10%) sepia(97%) saturate(6501%) hue-rotate(346deg) brightness(107%) contrast(105%);
}
.content-row-tournaments .content-part.content-part-tournaments .tournamentItem.registerOff .tournament-nennschluss {
  opacity: 0.5;
  color: #666666;
}
.content-row-tournaments .content-part.content-part-tournaments .tournamentItem.registerOff .tournament-nennschluss .icon-alert {
  filter: inherit;
}
.content-row-tournaments .content-part.content-part-tournaments .tournamentItem.friendlyGame {
  pointer-events: none;
}
.content-row-tournaments .content-part.content-part-tournaments .tournamentItem.friendlyGame .tournament-nennschluss {
  opacity: 0;
}
.content-row-tournaments .content-part.content-part-tournaments .tournamentItem.externlink .tournament-nennschluss {
  display: none;
}
.content-row-tournaments .content-part.content-part-tournaments .tournaments-box-row {
  float: left;
  width: calc(100% - 40px);
  position: relative;
  padding: 10px 20px 10px 20px;
  border-radius: 10px;
  margin: 0 0 10px 0;
}
.content-row-tournaments .content-part.content-part-tournaments .tournaments-box-row.tournamentShow {
  display: block;
}
.content-row-tournaments .content-part.content-part-tournaments .tournaments-box-row.oneday_true .enddate, .content-row-tournaments .content-part.content-part-tournaments .tournaments-box-row.oneday_true .datesepaerator {
  display: none;
}
.content-row-tournaments .content-part.content-part-tournaments .tournaments-box-row .pokalbox {
  position: absolute;
  left: -24px;
  width: 48px;
  height: 48px;
  background: #fff;
  border-radius: 100px;
  text-align: right;
  top: 50%;
  margin: -24px 0 0 0;
}
.content-row-tournaments .content-part.content-part-tournaments .tournaments-box-row .pokalbox .icon-pokal {
  display: inline-block;
  float: right;
  margin: 17px 9px 0 0px;
}
.content-row-tournaments .content-part.content-part-tournaments .tournaments-box-row .tournament-name {
  float: left;
  width: 40%;
  margin: 0 0% 0 2%;
  position: relative;
}
.content-row-tournaments .content-part.content-part-tournaments .tournaments-box-row .tournament-topbanner {
  float: left;
  width: 10%;
  min-height: 1px;
  position: relative;
}
.content-row-tournaments .content-part.content-part-tournaments .tournaments-box-row .tournament-date {
  float: left;
  width: 10%;
  position: relative;
  font-size: 14px;
  line-height: 18px;
  padding: 5px 0 0 24px;
  margin: 0 0 0 2%;
}
.content-row-tournaments .content-part.content-part-tournaments .tournaments-box-row .tournament-nennschluss {
  float: left;
  width: 10%;
  position: relative;
  font-size: 14px;
  line-height: 18px;
  padding: 5px 0 0 24px;
}
.content-row-tournaments .content-part.content-part-tournaments .tournaments-box-row .tournament-nennschluss.registerHour {
  color: #FF002B;
}
.content-row-tournaments .content-part.content-part-tournaments .tournaments-box-row .tournament-nennschluss.registerHour .icon-alert {
  filter: invert(24%) sepia(97%) saturate(7440%) hue-rotate(342deg) brightness(93%) contrast(120%);
}
.content-row-tournaments .content-part.content-part-tournaments .tournaments-box-row .tournament-nennschluss.registerDaysintime {
  color: #FF6C00;
}
.content-row-tournaments .content-part.content-part-tournaments .tournaments-box-row .tournament-nennschluss.registerDaysintime .icon-alert {
  filter: invert(55%) sepia(39%) saturate(7319%) hue-rotate(3deg) brightness(104%) contrast(106%);
}
.content-row-tournaments .content-part.content-part-tournaments .tournaments-box-row .tournament-location {
  float: right;
  width: 17%;
  position: relative;
  font-size: 14px;
  line-height: 18px;
  padding: 5px 0 0 24px;
}
.content-row-tournaments .content-part.content-part-tournaments .tournaments-box-row .icon-topevents, .content-row-tournaments .content-part.content-part-tournaments .tournaments-box-row .icon-cancelled, .content-row-tournaments .content-part.content-part-tournaments .tournaments-box-row .icon-finished {
  position: relative;
  top: 3px;
  width: 90%;
  max-width: 95px;
  left: inherit;
  display: none;
}
.content-row-tournaments .content-part.content-part-tournaments .tournaments-box-row .state_completed .icon-finished {
  margin: 2px 0 0px 0;
  display: block;
}
.content-row-tournaments .content-part.content-part-tournaments .tournaments-box-row .topEvent_true .icon-topevents {
  display: block;
}
.content-row-tournaments .content-part.content-part-tournaments .tournaments-box-row .state_cancelled .icon-cancelled {
  display: block;
}
.content-row-tournaments .content-part.content-part-tournaments .tournaments-box-row .tournament-classes {
  width: 100%;
  float: left;
  font-size: 14px;
  text-transform: uppercase;
}
.content-row-tournaments .content-part.content-part-tournaments .tournaments-box-row .tournament-classes .classItem {
  display: none;
  color: #FF002B;
  background: #FDE5E9;
  padding: 5px 15px 4px 15px;
  line-height: 15px;
  border-radius: 10px;
  margin: 5px 5px 0 0;
}
.content-row-tournaments .content-part.content-part-tournaments .tournaments-box-row .tournament-classes .classKids_1, .content-row-tournaments .content-part.content-part-tournaments .tournaments-box-row .tournament-classes .classYouth_1, .content-row-tournaments .content-part.content-part-tournaments .tournaments-box-row .tournament-classes .classAdult_1, .content-row-tournaments .content-part.content-part-tournaments .tournaments-box-row .tournament-classes .classSenior_1,
.content-row-tournaments .content-part.content-part-tournaments .tournaments-box-row .tournament-classes .classKids_true, .content-row-tournaments .content-part.content-part-tournaments .tournaments-box-row .tournament-classes .classYouth_true, .content-row-tournaments .content-part.content-part-tournaments .tournaments-box-row .tournament-classes .classAdult_true, .content-row-tournaments .content-part.content-part-tournaments .tournaments-box-row .tournament-classes .classSenior_true {
  display: inline-block;
}
.content-row-tournaments .content-part.content-part-tournaments .tournaments-box-row .icon-time, .content-row-tournaments .content-part.content-part-tournaments .tournaments-box-row .icon-alert, .content-row-tournaments .content-part.content-part-tournaments .tournaments-box-row .icon-location {
  position: absolute;
  left: 0px;
  top: 5px;
}
.content-row-tournaments .monthseperator {
  border-bottom: 1px solid #F5F5F5;
  float: left;
  width: 100%;
  text-align: center;
  font-weight: 600;
  margin: 20px 0 10px 0;
  position: relative;
  background: #fff;
  border-bottom: 1px solid #F5F5F5;
  padding: 0 0 5px 0;
  text-transform: uppercase;
  color: #1C1C1C;
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
}

.content-part-tournamentsfilter .content-part-newsfilter .filterbox:before, .content-part-tournamentsfilter .content-part-newsfilter .filterbox:after,
.content-part-tournamentsfilter .newssearchbox:before, .content-part-tournamentsfilter .newssearchbox:after {
  display: none;
}
.content-part-tournamentsfilter .filterbox, .content-part-tournamentsfilter .newssearchbox {
  padding: 50px 20px 50px 20px;
  width: calc(100% - 40px);
}
.content-part-tournamentsfilter .filterbox .searchsubmit, .content-part-tournamentsfilter .newssearchbox .searchsubmit {
  right: 1.5%;
}
.content-part-tournamentsfilter .newssearchbox .searchinput {
  background-color: #F5F5F5;
}
.content-part-tournamentsfilter .filtersection .filterItem {
  background-color: #F5F5F5;
}

.noregister .btnsubscribeTounament {
  display: none !important;
}

.box-tournamentetail {
  display: none;
}
.box-tournamentetail .loadinglayer {
  position: absolute;
  left: 50%;
  margin: 4px 0 0 -115px;
  opacity: 0.5;
}

.ShowtournamentDetail .box-tournamentetail {
  display: block;
}
.ShowtournamentDetail .box-tournamentetail .tournamentetail-part {
  position: relative;
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
}
.ShowtournamentDetail .box-tournamentetail .databox-row-topenvent {
  display: none;
}
.ShowtournamentDetail .box-tournamentetail .topeventbanner {
  float: left;
  width: 100%;
  text-align: center;
  margin: 0 0 -40px 0;
  display: none;
}
.ShowtournamentDetail .box-tournamentetail .topeventbanner .icon-topevent {
  display: inline-block;
}
.ShowtournamentDetail .box-tournamentetail.topevent-true .databox-row-topenvent {
  display: block;
}
.ShowtournamentDetail .box-tournamentetail .link-downloadPDF {
  display: block;
}
.ShowtournamentDetail .box-tournamentetail .backbtn.backbtnTounament {
  width: 280px;
}
.ShowtournamentDetail .box-tournamentetail .tournament-sharelink {
  position: absolute;
  right: 30px;
  top: 42px;
  cursor: pointer;
  width: 35px;
  height: 35px;
}
.ShowtournamentDetail .box-tournamentetail .tournament-sharelink .shareicon {
  width: 40px;
  margin: 0px 0px 0px 0px;
}
.ShowtournamentDetail .box-tournamentetail .tournament-sharelink .shorturl {
  position: absolute;
  font-size: 11px;
  line-height: 14px;
  right: 0px;
  width: 300px;
  opacity: 0.5;
  margin: -24px 50px 0 0;
  text-align: right;
  display: none;
}
.ShowtournamentDetail .box-tournamentetail .tournament-sharelink.showurl .shorturl {
  display: block;
  cursor: pointer;
}
.ShowtournamentDetail .box-tournamentetail .backbtnTounament .btnarrow {
  margin: 0 10px 0 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.ShowtournamentDetail .box-tournamentetail .backbtnTounament .btn:hover .btnarrow {
  left: -3px;
  -webkit-filter: brightness(0) invert(1);
  -moz-filter: brightness(0) invert(1);
  -ms-filter: brightness(0) invert(1);
  -o-filter: brightness(0) invert(1);
}
.ShowtournamentDetail .box-tournamentetail .tournamentetail-part-togglebox {
  border-bottom: 1px solid #D8D8D8;
  padding: 0px 0 27px 0px;
  margin: 0px 0 28px 0;
  float: left;
  width: 100%;
}
.ShowtournamentDetail .box-tournamentetail .tournamentetail-part-togglebox div {
  display: none;
}
.ShowtournamentDetail .box-tournamentetail .tournamentetail-part-togglebox .section-HL {
  display: block;
  cursor: pointer;
}
.ShowtournamentDetail .box-tournamentetail .tournamentetail-part-togglebox .toggle-arrow {
  position: absolute;
  right: 10px;
  top: 7px;
  pointer-events: none;
}
.ShowtournamentDetail .box-tournamentetail .tournamentetail-part-togglebox.tournamentetail-part-togglebox-on {
  border-bottom: 0px solid #D8D8D8;
}
.ShowtournamentDetail .box-tournamentetail .tournamentetail-part-togglebox.tournamentetail-part-togglebox-on .toggle-arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.ShowtournamentDetail .box-tournamentetail .tournamentetail-part-togglebox.tournamentetail-part-togglebox-on div {
  display: block;
}
.ShowtournamentDetail .content-part-tournamentsfilter, .ShowtournamentDetail .content-row-tournaments {
  display: none;
}
.ShowtournamentDetail .box-tournamentetail {
  float: left;
  width: 100%;
  margin: 25px 0 100px 0;
  font-family: "Work Sans", sans-serif;
}
.ShowtournamentDetail .box-tournamentetail .content-part-sidebar {
  border-left: 0px;
}
.ShowtournamentDetail .box-tournamentetail .content-part-w75 {
  width: calc(100% - 60px);
  background: #fff;
  padding: 30px;
}
.ShowtournamentDetail .box-tournamentetail .content-part-w75 .mainpage-h1 {
  width: 100%;
  float: left;
  margin: 50px 0 50px 0;
}
.ShowtournamentDetail .box-tournamentetail .content-part-w75 .mainpage-h1 h2 {
  font-size: 32px;
  line-height: 42px;
  text-align: center;
  font-weight: 400;
  margin: 0px;
}
.ShowtournamentDetail .box-tournamentetail .content-part-w75 .tournamentetail-metaboxes {
  float: left;
  width: 100%;
  position: relative;
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  line-height: 22px;
}
.ShowtournamentDetail .box-tournamentetail .content-part-w75 .tournamentetail-metaboxes .metabox {
  float: left;
  position: relative;
  background: #F5F5F5;
  width: calc(30.6% - 40px);
  height: 80px;
  border-radius: 10px;
  padding: 20px;
}
.ShowtournamentDetail .box-tournamentetail .content-part-w75 .tournamentetail-metaboxes .metabox.metabox-nennschluss {
  margin: 0 4% 0 4%;
}
.ShowtournamentDetail .box-tournamentetail .content-part-w75 .tournamentetail-metaboxes .metabox .icon-time, .ShowtournamentDetail .box-tournamentetail .content-part-w75 .tournamentetail-metaboxes .metabox .icon-alert, .ShowtournamentDetail .box-tournamentetail .content-part-w75 .tournamentetail-metaboxes .metabox .icon-location {
  float: left;
  margin: 4px 10px 70px 0;
}
.ShowtournamentDetail .box-tournamentetail .content-part-w75 .tournamentetail-metaboxes .metabox .icon-location {
  margin-top: 1px;
}
.ShowtournamentDetail .box-tournamentetail .content-part-w75 .tournamentetail-metaboxes .metabox.dateloading {
  opacity: 0;
}
.ShowtournamentDetail .box-tournamentetail .content-part-w75 .tournamentetail-metaboxes .metabox.sameDate .enddate, .ShowtournamentDetail .box-tournamentetail .content-part-w75 .tournamentetail-metaboxes .metabox.sameDate .datesepaerator {
  display: none;
}
.ShowtournamentDetail .box-tournamentetail .content-part-w75 .btnsubscribeTounament {
  display: none;
}
.ShowtournamentDetail .box-tournamentetail .content-part-w75 .btnsubscribeTounament.btnsubscribeTounament-true {
  display: block;
  display: block;
  float: left;
  width: 100%;
  text-align: center;
  background: #F5F5F5;
  margin: 30px 0 0px 0;
  padding: 0px;
}
.ShowtournamentDetail .box-tournamentetail .content-part-w75 .btnsubscribeTounament.btnsubscribeTounament-true .btn {
  margin: 0 0 0 0;
  border: 0px;
  padding: 15px 0;
  width: 100%;
}
.ShowtournamentDetail .box-tournamentetail .content-part-w75 .btnsubscribeTounament.btnsubscribeTounament-true .btn .btnarrow {
  filter: invert(0%) sepia(100%) saturate(7500%) hue-rotate(350deg) brightness(0%) contrast(120%);
}
.ShowtournamentDetail .box-tournamentetail .content-part-w75 .btnsubscribeTounament.btnsubscribeTounament-true .btn:hover {
  background: none;
  color: #FF002B;
}
.ShowtournamentDetail .box-tournamentetail .content-part-w75 .btnsubscribeTounament.btnsubscribeTounament-true .btn:hover .btnarrow {
  filter: invert(0%) sepia(100%) saturate(7500%) hue-rotate(350deg) brightness(100%) contrast(120%);
}
.ShowtournamentDetail .box-tournamentetail .content-part-w75 .tournamentetail-row {
  border-radius: 10px;
  border: 1px solid #D8D8D8;
  float: left;
  width: 100%;
  margin: 30px 0 0 0;
}
.ShowtournamentDetail .box-tournamentetail .content-part-w75 .tournamentetail-row .tournamentetail-row-inner {
  float: left;
  margin: 30px 0 30px 2.5%;
  width: 95%;
}
.ShowtournamentDetail .box-tournamentetail .content-part-w75 .tournamentetail-row .tournamentetail-row-inner .section-HL {
  float: left;
  width: 100%;
  font-size: 20px;
  line-height: 20px;
}
.ShowtournamentDetail .box-tournamentetail .content-part-w75 .tournamentetail-row .tournamentetail-row-inner .tournamentetail-databox {
  float: left;
  width: 100%;
  margin: 20px 0 0 0;
}
.ShowtournamentDetail .box-tournamentetail .content-part-w75 .tournamentetail-row .tournamentetail-row-inner .tournamentetail-databox .icon-download {
  display: inline;
  margin: 0px 0 0 0;
  position: relative;
  top: 2px;
  left: 5px;
}
.ShowtournamentDetail .box-tournamentetail .content-part-w75 .tournamentetail-row .tournamentetail-row-inner .tournamentetail-databox .databox-row {
  float: left;
  width: 100%;
  border-bottom: 1px solid #D8D8D8;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  position: relative;
}
.ShowtournamentDetail .box-tournamentetail .content-part-w75 .tournamentetail-row .tournamentetail-row-inner .tournamentetail-databox .databox-row.databox-row-ballbrand {
  display: none !important;
}
.ShowtournamentDetail .box-tournamentetail .content-part-w75 .tournamentetail-row .tournamentetail-row-inner .tournamentetail-databox .databox-row .datarow-label {
  font-size: 12px;
  opacity: 0.5;
  text-transform: uppercase;
  position: relative;
}
.ShowtournamentDetail .box-tournamentetail .content-part-w75 .tournamentetail-row .tournamentetail-row-inner .tournamentetail-databox .databox-row .datarow-content {
  float: left;
  width: 100%;
  font-size: 14px;
  position: relative;
}
.ShowtournamentDetail .box-tournamentetail .content-part-w75 .tournamentetail-row .tournamentetail-row-inner .tournamentetail-databox .databox-row .datarow-content a {
  color: #FF002B;
  text-decoration: underline;
}
.ShowtournamentDetail .box-tournamentetail .content-part-w75 .tournamentetail-row .tournamentetail-row-inner .tournamentetail-databox .databox-row .datarow-content .subdata {
  display: block;
}
.ShowtournamentDetail .box-tournamentetail .content-part-w75 .tournamentetail-row .tournamentetail-row-inner .tournamentetail-databox .databox-row .datarow-content .currency {
  text-transform: uppercase;
}
.ShowtournamentDetail .box-tournamentetail .content-part-w75 .tournamentetail-row .tournamentetail-row-inner .tournamentetail-databox .databox-row .datarow-content .subline {
  display: block;
}
.ShowtournamentDetail .box-tournamentetail .content-part-w75 .tournamentetail-row .tournamentetail-row-inner .tournamentetail-databox .databox-row .data-detail {
  display: block;
}
.ShowtournamentDetail .box-tournamentetail .content-part-w75 .tournamentetail-row .tournamentetail-row-inner .tournamentetail-databox .databox-row .locationrow {
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
}
.ShowtournamentDetail .box-tournamentetail .content-part-w75 .tournamentetail-row .tournamentetail-row-inner .tournamentetail-databox .databox-row .locationrow:last-child {
  margin-bottom: 0px;
}
.ShowtournamentDetail .box-tournamentetail .content-part-w75 .tournamentetail-row .tournamentetail-row-inner .tournamentetail-databox .databox-row .courtLocationBox, .ShowtournamentDetail .box-tournamentetail .content-part-w75 .tournamentetail-row .tournamentetail-row-inner .tournamentetail-databox .databox-row .accommodationBox {
  font-size: 14px;
  position: relative;
  float: left;
  width: 100%;
}
.ShowtournamentDetail .box-tournamentetail .content-part-w75 .tournamentetail-row .tournamentetail-row-inner .tournamentetail-databox .databox-row .courtLocationBox .locationrow, .ShowtournamentDetail .box-tournamentetail .content-part-w75 .tournamentetail-row .tournamentetail-row-inner .tournamentetail-databox .databox-row .accommodationBox .locationrow {
  float: left;
  width: 30%;
  margin: 0 3% 10px 0;
}
.ShowtournamentDetail .box-tournamentetail .content-part-w75 .tournamentetail-row .tournamentetail-row-inner .tournamentetail-databox .databox-row .courtLocationBox .locationrow .name, .ShowtournamentDetail .box-tournamentetail .content-part-w75 .tournamentetail-row .tournamentetail-row-inner .tournamentetail-databox .databox-row .accommodationBox .locationrow .name {
  font-weight: 600;
}
.ShowtournamentDetail .box-tournamentetail .content-part-w75 .tournamentetail-row .tournamentetail-row-inner .tournamentetail-databox .databox-row .courtLocationBox .locationrow a, .ShowtournamentDetail .box-tournamentetail .content-part-w75 .tournamentetail-row .tournamentetail-row-inner .tournamentetail-databox .databox-row .accommodationBox .locationrow a {
  color: #FF002B;
}
.ShowtournamentDetail .box-tournamentetail .content-part-w75 .tournamentetail-row .table-competitions {
  float: left;
  width: 100%;
  margin: 20px 0 0 0;
}
.ShowtournamentDetail .box-tournamentetail .content-part-w75 .tournamentetail-row .table-competitions .competitionsrow {
  float: left;
  width: calc(100% - 50px);
  background: #F5F5F5;
  border-radius: 10px;
  margin: 0 0 10px 0;
  padding: 20px 25px 20px 25px;
}
.ShowtournamentDetail .box-tournamentetail .content-part-w75 .tournamentetail-row .table-competitions .competitionsrow .competition-name {
  float: left;
  width: 45%;
}
.ShowtournamentDetail .box-tournamentetail .content-part-w75 .tournamentetail-row .table-competitions .competitionsrow .competition-name .namelabel {
  font-weight: 600;
  font-size: 16px;
  position: relative;
}
.ShowtournamentDetail .box-tournamentetail .content-part-w75 .tournamentetail-row .table-competitions .competitionsrow .competition-name .competition-remarks {
  width: 100%;
  float: left;
  font-size: 12px;
  line-height: 18px;
}
.ShowtournamentDetail .box-tournamentetail .content-part-w75 .tournamentetail-row .table-competitions .competitionsrow .competition-name .subclassInfo {
  color: #1C1C1C;
  background: #fff;
  padding: 3px 8px 2px 7px;
  line-height: 12px;
  border-radius: 10px;
  margin: 10px 5px 0 0;
}
.ShowtournamentDetail .box-tournamentetail .content-part-w75 .tournamentetail-row .table-competitions .competitionsrow .infotextbox {
  position: absolute;
  right: -28px;
  top: 0px;
  cursor: pointer;
  width: 17px;
}
.ShowtournamentDetail .box-tournamentetail .content-part-w75 .tournamentetail-row .table-competitions .competitionsrow .infotextbox .infotext {
  display: none;
  width: 480px;
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  position: absolute;
  background: #fff;
  padding: 20px;
  top: 0px;
  margin: -9px 0 0 25px;
  border-radius: 10px;
  z-index: 20;
  box-shadow: -2px 0px 18px 5px rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: -2px 0px 18px 5px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: -2px 0px 18px 5px rgba(0, 0, 0, 0.18);
}
.ShowtournamentDetail .box-tournamentetail .content-part-w75 .tournamentetail-row .table-competitions .competitionsrow .infotextbox.infotextboxOn .infotext {
  display: block;
}
.ShowtournamentDetail .box-tournamentetail .content-part-w75 .tournamentetail-row .table-competitions .competitionsrow .competition-class {
  float: left;
  width: 10%;
  margin: 0 0 0 2%;
}
.ShowtournamentDetail .box-tournamentetail .content-part-w75 .tournamentetail-row .table-competitions .competitionsrow .competition-class .classItem {
  display: none;
  color: #FF002B;
  background: #FDE5E9;
  padding: 5px 15px 4px 15px;
  line-height: 15px;
  border-radius: 10px;
  margin: 10px 5px 0 0;
}
.ShowtournamentDetail .box-tournamentetail .content-part-w75 .tournamentetail-row .table-competitions .competitionsrow .competition-class .AKL_general, .ShowtournamentDetail .box-tournamentetail .content-part-w75 .tournamentetail-row .table-competitions .competitionsrow .competition-class .Kids_kids, .ShowtournamentDetail .box-tournamentetail .content-part-w75 .tournamentetail-row .table-competitions .competitionsrow .competition-class .JGD_juniors, .ShowtournamentDetail .box-tournamentetail .content-part-w75 .tournamentetail-row .table-competitions .competitionsrow .competition-class .SEN_seniors {
  display: inline-block;
}
.ShowtournamentDetail .box-tournamentetail .content-part-w75 .tournamentetail-row .table-competitions .competitionsrow .competitioninforow {
  width: 100%;
  float: left;
  font-size: 12px;
  position: relative;
  line-height: 16px;
}
.ShowtournamentDetail .box-tournamentetail .content-part-w75 .tournamentetail-row .table-competitions .competitionsrow .competitioninforow .compballbrand_, .ShowtournamentDetail .box-tournamentetail .content-part-w75 .tournamentetail-row .table-competitions .competitionsrow .competitioninforow .matchCondition_, .ShowtournamentDetail .box-tournamentetail .content-part-w75 .tournamentetail-row .table-competitions .competitionsrow .competitioninforow .compregistrationEndDatetime_ {
  display: none !important;
}
.ShowtournamentDetail .box-tournamentetail .content-part-w75 .tournamentetail-row .table-competitions .td-w10 {
  float: left;
  margin: 0px 0 0 3%;
}
.ShowtournamentDetail .box-tournamentetail .content-part-w75 .tournamentetail-row .table-competitions .competition-timetable {
  margin-left: 2%;
}
.ShowtournamentDetail .box-tournamentetail .content-part-w75 .tournamentetail-row .table-competitions .competition-results a[href=""] {
  pointer-events: none;
}
.ShowtournamentDetail .box-tournamentetail .content-part-w75 .tournamentetail-row .table-competitions .competition-results a[href=""] .iconBTN {
  border: 0px !important;
  opacity: 0.3 !important;
  display: inline-block;
}
.ShowtournamentDetail .box-tournamentetail .content-part-w75 .tournamentetail-row .table-competitions .competition-results .resultLink {
  float: none;
  display: inline-block;
  margin: 0 5px 0 0;
  text-align: center;
}
.ShowtournamentDetail .box-tournamentetail .content-part-w75 .tournamentetail-row .table-competitions .competition-results .resultLink .pdfName {
  display: none;
  font-size: 10px;
  position: absolute;
}
.ShowtournamentDetail .box-tournamentetail .content-part-w75 .tournamentetail-row .table-competitions .competition-results .resultLink:hover .pdfName {
  display: block;
}
.ShowtournamentDetail .box-tournamentetail .content-part-w75 .tournamentetail-row .table-competitions .iconBTN {
  cursor: pointer;
  border: 1px solid #ffffff;
  border-radius: 100%;
  -webkit-transition: border 650ms;
  -moz-transition: border 650ms;
  -o-transition: border 650ms;
  transition: border 650ms;
}
.ShowtournamentDetail .box-tournamentetail .content-part-w75 .tournamentetail-row .table-competitions .iconBTN:hover {
  border: 1px solid #FF002B;
}

.MeldelisteBox, .closeBTNMeldelisteBox {
  display: none;
}

.ShowtournamentPlayerlist .tournamentetail-row, .ShowtournamentPlayerlist .btnsubscribeTounament {
  display: none;
}
.ShowtournamentPlayerlist .MeldelisteBox {
  float: left;
  width: 100%;
  padding: 20px 0 20px 0;
  display: block;
  position: relative;
  min-height: 500px;
}
.ShowtournamentPlayerlist .MeldelisteBox .loadinglayer {
  position: absolute;
  left: 50%;
  margin: 30px 0px 0 38px;
  opacity: 0.5;
}
.ShowtournamentPlayerlist .MeldelisteBox .noplayer {
  display: block;
  width: 100%;
  float: left;
  text-align: center;
  margin: 90px 0 0 0;
  font-style: italic;
  color: #FF002B;
  font-size: 14px;
}
.ShowtournamentPlayerlist .MeldelisteBox .closeBTNMeldelisteBox {
  display: block;
  position: absolute;
  top: 39px;
  right: 3px;
  cursor: pointer;
  border: 2px solid red;
  border-radius: 100%;
  padding: 8px;
}
.ShowtournamentPlayerlist .MeldelisteBox .closeBTNMeldelisteBox:hover {
  opacity: 0.7;
}
.ShowtournamentPlayerlist .MeldelisteBox .closeBTNMeldelisteBox .icon-x {
  width: 13px;
}
.ShowtournamentPlayerlist .MeldelisteBox .closeBTNMeldelisteBox .closelabel {
  position: absolute;
  font-size: 12px;
  line-height: 14px;
  width: 160px;
  right: 6px;
  margin: -1px 0 0 0;
  color: #FF002B;
}
.ShowtournamentPlayerlist .MeldelisteBox .Meldeliste-Name {
  font-weight: 100;
  opacity: 0.8;
}
.ShowtournamentPlayerlist .MeldelisteBox .teilnehmerCount {
  font-weight: 100;
  font-size: 14px;
  opacity: 0.8;
  position: relative;
  top: -2px;
  margin: 0 0 0 0px;
  display: block;
}
.ShowtournamentPlayerlist .table-box .table-header {
  font-weight: 600;
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #D8D8D8;
}
.ShowtournamentPlayerlist .table-box .table-content-row {
  float: left;
  width: calc(100% - 20px);
  position: relative;
  margin: 0 0 10px 0%;
  padding: 10px 10px 10px 10px;
  background-color: #F5F5F5;
  border-radius: 10px;
  overflow: hidden;
  font-size: 15px;
  line-height: 18px;
}
.ShowtournamentPlayerlist .table-box .table-content-row .player {
  display: block;
  width: 99%;
  float: left;
}
.ShowtournamentPlayerlist .table-box .table-content-row .playeritem {
  cursor: pointer;
}
.ShowtournamentPlayerlist .table-box .table-content-row .playeritem:hover {
  color: #FF002B;
}
.ShowtournamentPlayerlist .table-box .table-content-row-header {
  background-color: #ffffff;
  margin: 0 0 0px 0%;
}
.ShowtournamentPlayerlist .table-box .td-itn {
  margin-left: 2%;
  width: 6%;
}
.ShowtournamentPlayerlist .table-box .td-LV {
  margin-left: 2%;
}

.TimetableBox {
  display: none;
}

.ShowtournamentTimetable .tournamentetail-row, .ShowtournamentTimetable .btnsubscribeTounament {
  display: none;
}
.ShowtournamentTimetable .playerrow {
  cursor: pointer;
}
.ShowtournamentTimetable .playerrow .data-name {
  text-decoration: underline;
}
.ShowtournamentTimetable .playerrow:hover .playeritem {
  color: #FF002B;
}
.ShowtournamentTimetable .TimetableBox {
  float: left;
  width: 100%;
  padding: 20px 0 20px 0;
  display: block;
  position: relative;
  min-height: 500px;
}
.ShowtournamentTimetable .TimetableBox .loadinglayer {
  position: absolute;
  left: 50%;
  margin: 50px 0px 0 38px;
  opacity: 0.5;
}
.ShowtournamentTimetable .TimetableBox .btn-timetablelist {
  float: right;
}
.ShowtournamentTimetable .TimetableBox .btn-timetablelist .btn {
  min-width: 175px;
}
.ShowtournamentTimetable .TimetableBox .btn-timetablelist .btn .btnarrow {
  float: right;
  top: 4px;
  left: 6px;
}
.ShowtournamentTimetable .TimetableBox .btn-timetablelist .btn:hover .btnarrow {
  left: 10px;
}
.ShowtournamentTimetable .TimetableBox .btn-timetablelist .label-Begegnungen {
  display: none;
}
.ShowtournamentTimetable .TimetableBox .noplayer {
  display: block;
  width: 100%;
  float: left;
  text-align: center;
  margin: 90px 0 0 0;
  font-style: italic;
  color: #FF002B;
  font-size: 14px;
}
.ShowtournamentTimetable .TimetableBox .closeBTNMeldelisteBox {
  display: block;
  position: absolute;
  top: 39px;
  right: 3px;
  cursor: pointer;
  border: 2px solid red;
  border-radius: 100%;
  padding: 8px;
}
.ShowtournamentTimetable .TimetableBox .closeBTNMeldelisteBox:hover {
  opacity: 0.7;
}
.ShowtournamentTimetable .TimetableBox .closeBTNMeldelisteBox .icon-x {
  width: 13px;
}
.ShowtournamentTimetable .TimetableBox .closeBTNMeldelisteBox .closelabel {
  position: absolute;
  font-size: 12px;
  line-height: 14px;
  width: 160px;
  right: 6px;
  margin: -1px 0 0 0;
  color: #FF002B;
}
.ShowtournamentTimetable .TimetableBox .Meldeliste-Name {
  font-weight: 100;
  opacity: 0.8;
}
.ShowtournamentTimetable .TimetableBox .teilnehmerCount {
  font-weight: 100;
  font-size: 14px;
  opacity: 0.8;
  position: relative;
  top: -2px;
  margin: 0 0 0 0px;
  display: block;
}
.ShowtournamentTimetable .TimetableBox .teilnehmerCount .countplayer {
  display: none;
}
.ShowtournamentTimetable .table-box .table-header {
  font-weight: 600;
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #D8D8D8;
}
.ShowtournamentTimetable .table-box .table-content-row {
  float: left;
  width: calc(100% - 20px);
  position: relative;
  margin: 0 0 10px 0%;
  padding: 10px 10px 10px 10px;
  background-color: #F5F5F5;
  border-radius: 10px;
  overflow: hidden;
  font-size: 15px;
  line-height: 18px;
}
.ShowtournamentTimetable .table-box .table-content-row .player {
  display: block;
  width: 100%;
  float: left;
}
.ShowtournamentTimetable .table-box .table-content-row.invalid_date {
  display: none;
}
.ShowtournamentTimetable .table-box .table-content-row-header {
  background-color: #ffffff;
  margin: 0 0 0px 0%;
}
.ShowtournamentTimetable .table-box .td-Name {
  width: 46%;
  text-align: center;
}
.ShowtournamentTimetable .table-box .td-player2 {
  float: right;
}
.ShowtournamentTimetable .table-box .td-itn {
  margin-left: 2%;
}
.ShowtournamentTimetable .table-box .td-LV {
  margin-left: 2%;
  width: 19%;
}
.ShowtournamentTimetable .table-box .td-Platz {
  width: 9%;
}
.ShowtournamentTimetable .table-box .td-Termin {
  width: 18%;
}
.ShowtournamentTimetable .table-box .td-vs {
  width: 8%;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
}
.ShowtournamentTimetable .table-box .playerItn {
  font-size: 12px;
  opacity: 0.5;
}
.ShowtournamentTimetable .table-box .playeritem {
  float: left;
  width: 100%;
}
.ShowtournamentTimetable .table-content-row-section {
  float: left;
  width: calc(100% - 10px);
  font-weight: 100;
  text-align: left;
  opacity: 0.5;
  padding: 10px 0 10px 10px;
  text-transform: uppercase;
  font-size: 14px;
}
.ShowtournamentTimetable .termin-metaline {
  float: left;
  width: 100%;
  text-align: center;
  border-bottom: 0.5px solid #ccc;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  font-weight: 500;
}
.ShowtournamentTimetable .termin-metaline .termin-scheduled, .ShowtournamentTimetable .termin-metaline .termin-Anlage, .ShowtournamentTimetable .termin-metaline .termin-Platz {
  display: inline;
}
.ShowtournamentTimetable .termin-metaline .termin-Anlage, .ShowtournamentTimetable .termin-metaline .termin-Platz {
  font-weight: 100;
  margin: 15px 0 0 15px;
}
.ShowtournamentTimetable .table-box-player {
  display: none;
}
.ShowtournamentTimetable .timetablelist-playerView .btn-timetablelist .label-Begegnungen {
  display: block;
}
.ShowtournamentTimetable .timetablelist-playerView .btn-timetablelist .label-Spieler {
  display: none;
}
.ShowtournamentTimetable .timetablelist-playerView .countbegegnungen {
  display: none !important;
}
.ShowtournamentTimetable .timetablelist-playerView .countplayer {
  display: inline !important;
}
.ShowtournamentTimetable .timetablelist-playerView .table-box-begegnungen {
  display: none;
}
.ShowtournamentTimetable .timetablelist-playerView .table-box-player {
  float: left;
  width: 100%;
  margin: 30px 0 0 0;
  display: block;
}
.ShowtournamentTimetable .timetablelist-playerView .table-box-player .td-Name {
  width: 24%;
  text-align: left;
  padding-right: 1%;
}
.ShowtournamentTimetable .timetablelist-playerView .table-box-player .td-Verein {
  width: 25%;
}
.ShowtournamentTimetable .timetablelist-playerView .table-box-player .invalid_date .date {
  opacity: 0;
}

.td-rang {
  display: none;
}

.oetvranklist .td-rang {
  display: inline-block;
}

.main-wrapper-rankings-senior .td-rang {
  display: inline-block;
}

.content-row-rankinglist .ranking-pdfdownloads {
  position: absolute;
  right: 2.5%;
  font-size: 14px;
  top: 33px;
  text-decoration: underline;
}
.content-row-rankinglist .ranking-pdfdownloads .link-downloadPDF {
  color: #666666;
  text-decoration: underline;
  display: none;
}
.content-row-rankinglist .ranking-pdfdownloads .link-downloadPDF:hover {
  color: #FF002B;
}
.content-row-rankinglist .ranking-pdfdownloads .link-downloadPDF .icon-download {
  display: inline-block;
  margin: 0 0 0 3px;
  position: relative;
  top: 1px;
}
.content-row-rankinglist .ranking-pdfdownloads .link-downloadPDF.link-downloadPDFShow {
  display: inline-block;
}
.content-row-rankinglist .loadinglayer {
  position: absolute;
  left: 50%;
  margin: 90px 0 0 35px;
  display: none;
  bottom: 0px;
}
.content-row-rankinglist.main-wrapper-ranking-processing .loadinglayer {
  display: block;
  bottom: 0px;
}
.content-row-rankinglist.main-wrapper-ranking-processing .resultcount-box, .content-row-rankinglist.main-wrapper-ranking-processing .btnshowrankingItem, .content-row-rankinglist.main-wrapper-ranking-processing .ranking-box {
  opacity: 0 !important;
  pointer-events: none;
}
.content-row-rankinglist.main-wrapper-ranking-processing-paging .loadinglayer {
  display: block;
  bottom: 70px;
}
.content-row-rankinglist.main-wrapper-ranking-processing-paging .datecore {
  opacity: 0;
}
.content-row-rankinglist .content-part-rankinglist {
  position: relative;
  float: left;
  width: 100%;
  background: #fff;
  min-height: 200px;
  border-radius: 10px;
  margin: 30px 0 30px 0;
}
.content-row-rankinglist .content-part-rankinglist .resultcount-box {
  float: left;
  width: 100%;
  text-align: center;
  padding: 35px 0 30px 0;
  font-weight: 600;
  font-size: 16px;
  color: #1DAF55;
}
.content-row-rankinglist .content-part-rankinglist .resultcount-box .counticon1 {
  margin: 0 5px 0 0px;
  display: inline-block;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.content-row-rankinglist .content-part-rankinglist .resultcount-box .counticon2 {
  margin: 0 0 0 10px;
  display: inline-block;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.content-row-rankinglist .content-part-rankinglist .rankinglist-box {
  float: left;
  width: 95%;
  position: relative;
  margin: 0 0 50px 2.5%;
}
.content-row-rankinglist .content-part-rankinglist .table-header {
  font-weight: 600;
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #D8D8D8;
}
.content-row-rankinglist .content-part-rankinglist .table-content-row {
  float: left;
  width: calc(100% - 20px);
  position: relative;
  margin: 0 0 10px 0%;
  padding: 10px 10px 10px 10px;
  background-color: #F5F5F5;
  border-radius: 10px;
  overflow: hidden;
  font-size: 15px;
  line-height: 18px;
}
.content-row-rankinglist .content-part-rankinglist .table-content-row.table-content-row-header {
  background-color: #ffffff;
  margin: 0 0 0px 0%;
}
.content-row-rankinglist .content-part-rankinglist .table-content-row .table-td {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 0.5%;
  padding-right: 0.5%;
}
.content-row-rankinglist .content-part-rankinglist .table-content-row .table-td.td-AKR {
  width: 3%;
  display: none;
  padding-left: 0px;
  padding-right: 1%;
}
.content-row-rankinglist .content-part-rankinglist .table-content-row .table-td.td-rang {
  width: 4%;
  padding-left: 0px;
}
.content-row-rankinglist .content-part-rankinglist .table-content-row .table-td.td-LV {
  width: 3%;
  text-align: center;
}
.content-row-rankinglist .content-part-rankinglist .table-content-row .table-td.td-Name {
  width: 15%;
  hyphens: auto;
}
.content-row-rankinglist .content-part-rankinglist .table-content-row .table-td.td-Lizenz {
  width: 6%;
}
.content-row-rankinglist .content-part-rankinglist .table-content-row .table-td.td-Jahrg {
  width: 6%;
}
.content-row-rankinglist .content-part-rankinglist .table-content-row .table-td.td-Verein {
  width: 17%;
  hyphens: auto;
}
.content-row-rankinglist .content-part-rankinglist .table-content-row .table-td.td-Region {
  width: 5%;
}
.content-row-rankinglist .content-part-rankinglist .table-content-row .table-td.td-ITN {
  width: 4%;
  text-align: center;
}
.content-row-rankinglist .content-part-rankinglist .table-content-row .table-td.td-TE {
  width: 4%;
  display: none;
}
.content-row-rankinglist .content-part-rankinglist .table-content-row .table-td.td-AK {
  width: 4%;
  display: none;
}
.content-row-rankinglist .content-part-rankinglist .table-content-row .table-td.td-ATP {
  width: 4%;
  text-align: center;
}
.content-row-rankinglist .content-part-rankinglist .table-content-row .table-td.td-ITF {
  width: 4%;
  text-align: center;
}
.content-row-rankinglist .content-part-rankinglist .table-content-row .table-td.td-WR {
  width: 4%;
  text-align: center;
}
.content-row-rankinglist .content-part-rankinglist .table-content-row .table-td.td-E {
  width: 4%;
  text-align: center;
}
.content-row-rankinglist .content-part-rankinglist .table-content-row .table-td.td-D {
  width: 4%;
  text-align: center;
}
.content-row-rankinglist .content-part-rankinglist .table-content-row .table-td.td-Punkte {
  width: 4%;
  padding-right: 0px;
  text-align: center;
}
.content-row-rankinglist .content-part-rankinglist .rankinglist-box-jugend .td-AKR {
  display: inline-block !important;
}
.content-row-rankinglist .content-part-rankinglist .rankinglist-box-jugend .td-AK {
  display: inline-block !important;
}
.content-row-rankinglist .content-part-rankinglist .rankinglist-box-jugend .td-TE {
  display: inline-block !important;
}
.content-row-rankinglist .content-part-rankinglist .rankinglist-box-jugend .td-ATP {
  display: none !important;
}
.content-row-rankinglist .content-part-rankinglist .rankinglist-box-jugend .td-Verein {
  width: 14% !important;
}
.content-row-rankinglist .content-part-rankinglist .rankinglist-box-jugend .td-WR {
  display: none !important;
}
.content-row-rankinglist .content-part-rankinglist .rankinglist-box-senior .td-AKR {
  display: inline-block !important;
}
.content-row-rankinglist .content-part-rankinglist .rankinglist-box-senior .td-ATP {
  display: none !important;
}
.content-row-rankinglist .content-part-rankinglist .rankinglist-box-senior .td-WR {
  display: none !important;
}
.content-row-rankinglist .content-part-rankinglist .rankinglist-box-senior .td-Verein {
  width: 22% !important;
}
.content-row-rankinglist .content-part-rankinglist .rankingItem {
  cursor: pointer;
  -webkit-transition: background-color 350ms;
  -moz-transition: background-color 350ms;
  -o-transition: background-color 350ms;
  transition: background-color 350ms;
}
.content-row-rankinglist .content-part-rankinglist .rankingItem:hover {
  background-color: #FDE5E9;
}
.content-row-rankinglist .showmorebox {
  float: left;
  width: 100%;
  text-align: center;
  margin: 0 0 50px 0;
}
.content-row-rankinglist .showmorebox .btnpaging {
  width: 300px;
  background-color: #FDE5E9;
  border-color: #FDE5E9;
  color: #FF002B;
}
.content-row-rankinglist .showmorebox .btnpaging .btnarrow {
  top: 3px;
  left: 5px;
}
.content-row-rankinglist .showmorebox .btnpaging img {
  filter: invert(24%) sepia(97%) saturate(7440%) hue-rotate(342deg) brightness(93%) contrast(120%);
}
.content-row-rankinglist .showmorebox .btnpaging:hover {
  background-color: #FF002B;
  border-color: #FF002B;
  color: #ffffff;
}
.content-row-rankinglist .showmorebox .btnpaging:hover .btnarrow {
  top: 3px;
  left: 5px;
}
.content-row-rankinglist .showmorebox .btnpaging:hover img {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(186deg) brightness(205%) contrast(101%);
}

.itnranklist .content-row-rankinglist .content-part-rankinglist .table-content-row .table-td.td-LV, .itnranklist .content-row-rankinglist .content-part-rankinglist .table-content-row .td-w5 td-ATP, .itnranklist .content-row-rankinglist .content-part-rankinglist .table-content-row .td-ITF, .itnranklist .content-row-rankinglist .content-part-rankinglist .table-content-row .td-WR, .itnranklist .content-row-rankinglist .content-part-rankinglist .table-content-row .td-E, .itnranklist .content-row-rankinglist .content-part-rankinglist .table-content-row .td-D, .itnranklist .content-row-rankinglist .content-part-rankinglist .table-content-row .td-Punkte {
  display: none;
}
.itnranklist .content-row-rankinglist .content-part-rankinglist .table-content-row .td-Name {
  width: 30%;
}
.itnranklist .content-row-rankinglist .content-part-rankinglist .table-content-row .td-ITN {
  width: 7%;
  text-align: left;
}
.itnranklist .content-row-rankinglist .content-part-rankinglist .table-content-row .td-Verein {
  width: 38%;
  hyphens: auto;
}
.itnranklist .content-row-rankinglist .content-part-rankinglist .table-content-row .td-ATP {
  display: none;
}

.content-row-rankinglist .content-part-rankinglist .rankinglist-box-seniorrace .table-content-row .table-td {
  padding-left: 1% !important;
  padding-right: 1% !important;
}
.content-row-rankinglist .content-part-rankinglist .rankinglist-box-seniorrace .table-content-row .td-Rang {
  width: 7%;
}
.content-row-rankinglist .content-part-rankinglist .rankinglist-box-seniorrace .table-content-row .td-Lizenz {
  width: 10%;
}
.content-row-rankinglist .content-part-rankinglist .rankinglist-box-seniorrace .table-content-row .td-Name {
  width: 20%;
}
.content-row-rankinglist .content-part-rankinglist .rankinglist-box-seniorrace .table-content-row .td-AK {
  display: block !important;
  width: 5%;
}
.content-row-rankinglist .content-part-rankinglist .rankinglist-box-seniorrace .table-content-row .td-Verein {
  width: 16%;
}
.content-row-rankinglist .content-part-rankinglist .rankinglist-box-seniorrace .table-content-row .td-LV {
  width: 5%;
}
.content-row-rankinglist .content-part-rankinglist .rankinglist-box-seniorrace .table-content-row .td-Num {
  width: 1.5%;
}
.content-row-rankinglist .content-part-rankinglist .rankinglist-box-seniorrace .table-content-row .td-itn {
  width: 4%;
}
.content-row-rankinglist .content-part-rankinglist .rankinglist-box-seniorrace .table-content-row .td-Sum {
  width: 6%;
  text-align: right;
}
.content-row-rankinglist .content-part-rankinglist .rankinglist-box-seniorrace .table-content-row .td-Lizenz {
  width: 7%;
}
.content-row-rankinglist .content-part-rankinglist .rankinglist-box-seniorrace .table-content-row .td-E {
  width: 2%;
}
.content-row-rankinglist .content-part-rankinglist .rankinglist-box-seniorrace .rankingItem.hide {
  display: none;
}
.content-row-rankinglist .content-part-rankinglist .rankinglist-box-seniorrace .showmorebox {
  display: none !important;
}
.content-row-rankinglist .content-part-rankinglist .RaceHL {
  float: left;
  width: 95%;
  margin: 0 0 0 2.5%;
  text-align: center;
  padding: 30px 0 0 0;
}
.content-row-rankinglist .content-part-rankinglist .RaceHL .RaceHLitem {
  display: inline-block;
  margin: 0 10px 0 10px;
}
.content-row-rankinglist .content-part-rankinglist .RaceHL .val-race {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
}
.content-row-rankinglist .content-part-rankinglist .RaceHL .lable-race {
  opacity: 0.5;
}

.main-wrapper-player .loadinglayer {
  position: absolute;
  left: 50%;
  margin: -10px 0 0 35px;
  display: none;
}
.main-wrapper-player .newssearchbox {
  margin: 30px 0 0 0;
}
.main-wrapper-player .playersearchform .section-HL-lower {
  font-size: 22px;
  line-height: 25px;
  margin: 0 0 25px 0;
}
.main-wrapper-player .playersearchform .searchinput-w30 {
  width: 27%;
  float: left;
  margin: 0 1% 0 0;
}
.main-wrapper-player .playersearchform .searchinput-w30:nth-child(3) {
  margin-right: 0px;
}
.main-wrapper-player .playersearchform .searchsubmit {
  right: inherit;
  position: relative;
  margin: 0 auto;
  float: none;
  width: 220px;
  display: block;
  top: 25px;
}
.main-wrapper-player.main-wrapper-player-processing .resultcount-box {
  opacity: 0;
}
.main-wrapper-player.main-wrapper-player-processing .content-part-rankinglist {
  background: none;
  min-height: 400px;
}
.main-wrapper-player.main-wrapper-player-processing .table-box {
  opacity: 0;
}
.main-wrapper-player .banner-playersearch {
  width: 100%;
  float: left;
  position: relative;
  margin: 10px 0 20px 0;
}
.main-wrapper-clubs .closeFilter {
  display: none !important;
}
.main-wrapper-clubs.noselection {
  padding: 0 0 60px 0;
}
.main-wrapper-clubs.noselection .content-row-rankinglist .content-part-rankinglist {
  display: none;
}

.PlayerProfileOn footer {
  opacity: 0 !important;
}
.PlayerProfileOn .content-row-footer-cta {
  opacity: 0 !important;
}
.PlayerProfileOn .box-playerprofile {
  display: block;
  -webkit-box-shadow: 0px 44px 72px -39px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 44px 72px -39px rgba(0, 0, 0, 0);
  box-shadow: 0px 44px 72px -39px rgba(0, 0, 0, 0);
}
.PlayerProfileOn .box-playerprofile .content-part-w75 {
  width: 100%;
}
.PlayerProfileOn .box-playerprofile .loadinglayer {
  position: absolute;
  left: 55%;
  top: 12px;
  opacity: 0.5;
}
.PlayerProfileOn #main .content-row {
  opacity: 0 !important;
}
.PlayerProfileOn #main .box-playerprofile .content-row {
  opacity: 1 !important;
}

.box-playerprofile {
  font-family: "Work Sans", sans-serif;
  display: none;
  position: absolute;
  top: 132px;
  background: #F5F5F5;
  padding: 30px 0 30px 0;
  width: 100%;
  z-index: 99;
}
.box-playerprofile .BTN-closeX {
  display: none;
}
.box-playerprofile .player-sharelink {
  position: absolute;
  right: 5%;
  top: 30px;
}
.box-playerprofile .player-sharelink .shareicon {
  position: relative;
  right: 0px;
  display: block;
  cursor: pointer;
  float: right;
}
.box-playerprofile .player-sharelink .shorturl {
  cursor: pointer;
  font-size: 11px;
  line-height: 14px;
  opacity: 0.6;
  position: relative;
  top: 9px;
  left: -10px;
}
.box-playerprofile .content-part-w75 {
  background: #fff;
  padding: 20px 0 20px 0;
}
.box-playerprofile .hideloading {
  opacity: 0;
}
.box-playerprofile .payerimg {
  float: left;
  width: 150px;
  margin: 0 30px 0 0;
}
.box-playerprofile .playerName {
  float: left;
  margin: 20px 0 0 0;
  max-width: 72%;
}
.box-playerprofile .playerName .rankingInfo {
  float: left;
  width: 100%;
}
.box-playerprofile .playerName .text-lowercase {
  font-size: 12px;
  opacity: 0.5;
  display: block;
  line-height: 14px;
}
.box-playerprofile .playerName .ranglabel {
  float: left;
  margin: 0 10px 0 0;
}
.box-playerprofile .playerName .profile-rankingInfo-label {
  width: 100%;
  float: left;
  margin: 0 0 3px 0;
}
.box-playerprofile .backbtn .btnarrow {
  margin: 0 10px 0 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.box-playerprofile .backbtn:hover .btnarrow {
  left: -3px;
  -webkit-filter: brightness(0) invert(1);
  -moz-filter: brightness(0) invert(1);
  -ms-filter: brightness(0) invert(1);
  -o-filter: brightness(0) invert(1);
}
.box-playerprofile .backbtnTplayerProfile {
  margin: 0px 0 0 5%;
}
.box-playerprofile .profile-contentrow {
  float: left;
  width: 90%;
  margin: 20px 0 20px 5%;
  min-height: 52px;
}
.box-playerprofile .profile-contentrow.borderaround {
  border: 1px solid #D8D8D8;
  border-radius: 10px;
}
.box-playerprofile .profile-contentrow .sectionHL {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  float: left;
  width: 90%;
  margin: 20px 0 20px 2.5%;
}
.box-playerprofile .profile-contentrow.profile-contentrow-name {
  margin-top: 50px;
}
.box-playerprofile .profile-contentrow.profile-contentrow-name .info-name {
  font-size: 22px;
  font-weight: 600;
  float: left;
  width: 100%;
}
.box-playerprofile .profile-contentrow.profile-contentrow-name .info-club {
  float: left;
  width: 100%;
  opacity: 0.5;
}
.box-playerprofile .profile-contentrow.profile-contentrow-itn.fedrank_ {
  display: none !important;
}
.box-playerprofile .profile-contentrow.profile-contentrow-itn {
  background: #F5F5F5;
  border-radius: 10px;
  text-align: center;
  padding: 20px 0 20px 0;
}
.box-playerprofile .profile-contentrow.profile-contentrow-itn .info-itn {
  font-size: 24px;
  font-weight: 600;
  float: left;
  width: 100%;
  min-height: 26px;
}
.box-playerprofile .profile-contentrow.profile-contentrow-itn .info-itn-sub {
  font-size: 13px;
  float: left;
  width: 100%;
  margin: 3px 0 0 0;
}
.box-playerprofile .profile-contentrow.profile-contentrow-itn .info-itn-SiK {
  font-weight: 300;
  font-size: 12px;
  display: block;
  line-height: 14px;
  opacity: 0.5;
}
.box-playerprofile .profile-contentrow.profile-contentrow-itn .info-itn-SiK .unsicher {
  display: none;
}
.box-playerprofile .profile-contentrow.profile-contentrow-itn .info-itn-SiK .sicher {
  display: none;
}
.box-playerprofile .profile-contentrow.profile-contentrow-itn .info-itn-SiK.safetyFactorUncertain_false .sicher {
  display: inline;
}
.box-playerprofile .profile-contentrow.profile-contentrow-itn .info-itn-SiK.safetyFactorUncertain_true .unsicher {
  display: inline;
}
.box-playerprofile .profile-contentrow.profile-contentrow-meta {
  border: 1px solid #D8D8D8;
  border-radius: 10px;
}
.box-playerprofile .profile-contentrow.profile-contentrow-meta .profile-metainfo-item {
  float: left;
  width: 46%;
  margin: 10px 2% 0px 2%;
  border-bottom: 1px solid #D8D8D8;
  padding: 0 0 10px 0;
}
.box-playerprofile .profile-contentrow.profile-contentrow-meta .profile-metainfo-item.profile-metainfo-nation, .box-playerprofile .profile-contentrow.profile-contentrow-meta .profile-metainfo-item.profile-metainfo-age {
  border-bottom: 0px solid #F5F5F5;
}
.box-playerprofile .profile-contentrow.profile-contentrow-meta .profile-metainfo-item .profile-metainfo-item-label {
  float: left;
  width: 46%;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
}
.box-playerprofile .profile-contentrow.profile-contentrow-meta .profile-metainfo-item .profile-metainfo-item-value {
  float: left;
  width: 40%;
  margin: 0 0 0 2%;
  font-size: 14px;
  line-height: 17px;
}
.box-playerprofile .profile-contentrow.profile-contentrow-login {
  border: 1px solid #D8D8D8;
  border-radius: 10px;
  padding: 20px 0 20px 0;
}
.box-playerprofile .profile-contentrow.profile-contentrow-login .loginHL {
  font-size: 22px;
  line-height: 25px;
  font-weight: 600;
  float: left;
  width: 90%;
  margin: 0 0 0 2.5%;
}
.box-playerprofile .profile-contentrow.profile-contentrow-login .loginHL-info {
  font-size: 14px;
  float: left;
  width: 90%;
  margin: 0 0 0 2.5%;
}
.box-playerprofile .profile-contentrow.profile-contentrow-login .btn {
  margin: 40px 0 20px 2.5%;
  background: #FF002B;
  border-color: #FF002B;
  color: #ffffff;
}
.box-playerprofile .profile-contentrow.profile-contentrow-login .btn .btnarrow {
  -webkit-filter: brightness(0) invert(1);
  -moz-filter: brightness(0) invert(1);
  -ms-filter: brightness(0) invert(1);
  -o-filter: brightness(0) invert(1);
}
.box-playerprofile .profile-contentrow.profile-statistikBTN .profilstatistikswitchBTN {
  padding: 0 0 20px 0;
  width: 31.3%;
  float: left;
  background: #F5F5F5;
  text-align: center;
  border-radius: 10px;
  display: block;
  height: 80px;
  position: relative;
  font-weight: 600;
  font-size: 14px;
}
.box-playerprofile .profile-contentrow.profile-statistikBTN .profilstatistikswitchBTN .icon-box {
  width: 100%;
  float: left;
  height: 25px;
  margin: 25px 0 5px 0;
}
.box-playerprofile .profile-contentrow.profile-statistikBTN .profilstatistikswitchBTN .icon-box .icon {
  margin: 0px auto 0px auto;
}
.box-playerprofile .profile-contentrow.profile-statistikBTN .profilstatistikswitchBTN:hover {
  background: #FDE5E9;
  color: #FF002B;
}
.box-playerprofile .profile-contentrow.profile-statistikBTN .profilstatistikswitchBTN.profilstatistikswitchBTNOn {
  background: #FDE5E9;
  color: #FF002B;
}
.box-playerprofile .profile-contentrow.profile-statistikBTN .statistikswitchBTN-games .icon-box .icon {
  height: 23px;
}
.box-playerprofile .profile-contentrow.profile-statistikBTN .statistikswitchBTN-teamgames {
  margin: 0 3% 0 3%;
}
.box-playerprofile .profile-contentrow.profile-statistikBTN .statistikswitchBTN-teamgames .icon-box .icon {
  height: 18px;
}
.box-playerprofile .profile-contentrow.profile-statistikBTN .statistikswitchBTN-tournaments .icon-box .icon {
  height: 19px;
}
.box-playerprofile .classSwitcher {
  border: 1px solid #D8D8D8;
  border-radius: 10px;
  float: left;
  width: 90%;
  margin: 20px 0 20px 5%;
  min-height: 52px;
}
.box-playerprofile .classSwitcher .sectionHL {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  float: left;
  width: 90%;
  margin: 20px 0 15px 2.5%;
}
.box-playerprofile .classSwitcher .filterItem {
  background-color: #F5F5F5;
  border-radius: 10px;
  padding: 5px 30px 5px 30px;
  font-size: 14px;
  font-weight: 500;
  margin: 0 -2% 20px 2.5%;
  display: inline-block;
  cursor: pointer;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  border: 1px solid #ffffff;
}
.box-playerprofile .classSwitcher .filterItem:hover {
  border: 1px solid #FDE5E9;
  color: #FF002B;
}
.box-playerprofile .classSwitcher .filterItem.filterItemOn {
  border: 1px solid #FDE5E9;
  background-color: #FDE5E9;
  color: #FF002B;
}
.box-playerprofile .classSwitcher .filterItem.classSwitcher_ {
  display: none;
}
.box-playerprofile .bilanz-box-overview {
  display: flex;
  flex-wrap: wrap;
  gap: 4.3%;
  padding-left: 0;
  width: 95%;
  margin: 0 0 0 2.5%;
}
.box-playerprofile .bilanz-box-overview .bilanz-box {
  flex: 0 0 30.3%;
  text-align: center;
  padding: 25px 0 15px 0;
  margin-bottom: 25px;
}
.box-playerprofile .bilanz-box-overview .bilanz-box.bilanzPos {
  background: #E8F7ED;
  color: #1DAF55;
}
.box-playerprofile .bilanz-box-overview .bilanz-box.bilanz-box-gesamt {
  background: #E8F7ED;
  color: #1DAF55;
}
.box-playerprofile .bilanz-box-overview .bilanz-box .bilanz-box-count {
  font-size: 24px;
  font-weight: 600;
}
.box-playerprofile .bilanz-box-overview .bilanz-box .subinfo-info {
  font-size: 14px;
  margin: 5px 0 0 0;
}
.box-playerprofile .bilanz-box-overview .bilanz-box .subval-info {
  min-height: 27px;
  display: inline-block;
}
.box-playerprofile .btn-box-games-all {
  float: right;
  margin: 0 2.5% 0 0;
}
.box-playerprofile .btn-box-games-all .btn .btnarrow {
  float: right;
  top: 4px;
  left: 6px;
}
.box-playerprofile .btn-box-games-all .btn .label-group {
  display: none;
}
.box-playerprofile .btn-box-games-all .btn:hover .btnarrow {
  left: 10px;
}
.box-playerprofile .box-games-all {
  display: none;
}
.box-playerprofile .wrapper-jugendPoint {
  float: left;
  width: 100%;
  position: relative;
  margin: 30px 0 0 0;
}
.box-playerprofile .gamestable {
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  line-height: 20px;
  float: left;
  width: 95%;
  margin: 0 0 0 2.5%;
  padding: 0px 0 20px 0;
  max-height: 1200px;
  overflow: auto;
}
.box-playerprofile .gamestable .table-content-row-meeting-details {
  background-color: #F5F5F5;
  border-radius: 10px;
  float: left;
  width: calc(100% - 30px);
  padding: 10px 15px;
  margin: 0 0 10px 0;
}
.box-playerprofile .gamestable .table-content-row-meeting-details.hide {
  display: none;
}
.box-playerprofile .gamestable .table-content-row-meeting-details.hide:nth-child(1), .box-playerprofile .gamestable .table-content-row-meeting-details.hide:nth-child(2), .box-playerprofile .gamestable .table-content-row-meeting-details.hide:nth-child(3), .box-playerprofile .gamestable .table-content-row-meeting-details.hide:nth-child(4), .box-playerprofile .gamestable .table-content-row-meeting-details.hide:nth-child(5) {
  display: block;
}
.box-playerprofile .gamestable .table-content-row-meeting-details.winner_true .playerset1 .playername {
  font-weight: 600;
}
.box-playerprofile .gamestable .table-content-row-meeting-details.winner_false .playerset2 .playername {
  font-weight: 600;
}
.box-playerprofile .gamestable .table-content-row-meeting-details .playerset {
  float: left;
  width: 100%;
}
.box-playerprofile .gamestable .table-content-row-meeting-details .gameInfobox {
  display: none;
}
.box-playerprofile .gamestable .table-content-row-meeting-details.matchDiscarded_true .val_result {
  text-decoration: line-through;
}
.box-playerprofile .gamestable .table-content-row-meeting-details.p21false .gameInfobox {
  display: block;
}
.box-playerprofile .gamestable .table-content-row-meeting-details.p21false .location {
  display: none;
}
.box-playerprofile .gamestable .table-content-row-meeting-details.p21false .playerset2 {
  display: none;
}
.box-playerprofile .gamestable .table-content-row-meeting-details.p21false .itncountinfo {
  display: none;
}
.box-playerprofile .gamestable .infoline {
  float: left;
  width: 100%;
  border-bottom: 0.5px solid #ccc;
  padding: 0 0 3px 0;
  margin: 0 0 3px 0;
}
.box-playerprofile .gamestable .date {
  width: 60%;
  float: left;
}
.box-playerprofile .gamestable .itnInfobox {
  float: right;
}
.box-playerprofile .gamestable .safty_false .SiK {
  display: none;
}
.box-playerprofile .gamestable .countitem {
  display: block;
}
.box-playerprofile .gamestable .payerItn {
  font-size: 12px;
  opacity: 0.5;
}
.box-playerprofile .gamestable .result {
  position: relative;
}
.box-playerprofile .gamestable .result .val_result {
  position: absolute;
  top: 10px;
  right: 0px;
  display: block;
}
.box-playerprofile .box-games {
  position: relative;
  float: left;
  width: 100%;
}
.box-playerprofile .box-games .loadinglayer {
  margin: -25px 0 0 0;
}
.box-playerprofile .box-games.box-games-empty {
  display: none;
}
.box-playerprofile .box-games-single .playerset1 .Player2 {
  display: none;
}
.box-playerprofile .box-games-single .playerset2 .Player2 {
  display: none;
}
.box-playerprofile .box-games-double .playerset2 {
  margin-top: 10px;
}
.box-playerprofile .showmorebox {
  float: left;
  width: 100%;
  text-align: center;
  margin: 0 0 50px 0;
}
.box-playerprofile .showmorebox .showmore {
  width: 300px;
  background-color: #FDE5E9;
  border-color: #FDE5E9;
  color: #FF002B;
}
.box-playerprofile .showmorebox .showmore img {
  filter: invert(24%) sepia(97%) saturate(7440%) hue-rotate(342deg) brightness(93%) contrast(120%);
}
.box-playerprofile .showmorebox .showmore .btnarrow {
  top: 3px;
  left: 5px;
}
.box-playerprofile .showmorebox .showmore:hover {
  background-color: #FF002B;
  border-color: #FF002B;
  color: #ffffff;
}
.box-playerprofile .showmorebox .showmore:hover img {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(186deg) brightness(205%) contrast(101%);
}
.box-playerprofile .tounamentItem {
  float: left;
  width: calc(100% - 10px);
  border-bottom: 1px solid #D8D8D8;
  margin: 0 0 10px 0;
  padding: 10px 0 10px 10px;
  -webkit-transition: background-color 350ms;
  -moz-transition: background-color 350ms;
  -o-transition: background-color 350ms;
  transition: background-color 350ms;
}
.box-playerprofile .tounamentItem.hide {
  display: none;
}
.box-playerprofile .tounamentItem:nth-child(1), .box-playerprofile .tounamentItem:nth-child(2), .box-playerprofile .tounamentItem:nth-child(3), .box-playerprofile .tounamentItem:nth-child(4), .box-playerprofile .tounamentItem:nth-child(5) {
  display: block;
}
.box-playerprofile .tounamentItem:hover, .box-playerprofile .tounamentItem.tounamentItemOpen {
  background-color: #F5F5F5;
  border-radius: 10px;
  border-bottom: 1px solid #F5F5F5;
}
.box-playerprofile .tounamentItem.tounamentItemOpen .tounamentItemDetail {
  display: block;
}
.box-playerprofile .tounamentItem.tounamentItemOpen .partner:last-child {
  display: block;
}
.box-playerprofile .tounamentItem .tounamentItemHeader {
  cursor: pointer;
}
.box-playerprofile .tounamentItem .tounamentName {
  font-weight: 600;
  float: left;
  width: 59.5%;
}
.box-playerprofile .tounamentItem .tounamentdate {
  float: left;
  margin: 0 0 0 10px;
  width: 18%;
  font-size: 12px;
}
.box-playerprofile .tounamentItem .result {
  float: right;
  width: auto;
  max-width: 20%;
  margin-right: 10px;
}
.box-playerprofile .tounamentItem .result .result_val {
  font-weight: 600;
  opacity: 0.6;
}
.box-playerprofile .tounamentItem .result .resultstatus_Sieger {
  color: #1DAF55;
  opacity: 1;
}
.box-playerprofile .tounamentItem .Points {
  float: left;
  width: calc(100% - 10px);
  border-top: 0px solid #D8D8D8;
  margin: 3px 0 3px 0;
  padding: 3px 0 3px 0;
  border-bottom: 0px solid #D8D8D8;
  text-align: right;
}
.box-playerprofile .tounamentItem .Points .Points-item {
  display: inline-block;
  text-align: right;
  margin: 5px 0 0 10px;
  border-left: 1px solid #ccc;
  padding: 0 0px 0 10px;
}
.box-playerprofile .tounamentItem .Points .Points-item .label {
  display: block;
  text-align: center;
  width: auto;
}
.box-playerprofile .tounamentItem .Points .Points-item .val {
  text-align: center;
  width: auto;
  display: block;
  font-weight: 500;
}
.box-playerprofile .tounamentItem .Points .Points-item.pkt_0 .label {
  opacity: 0.3 !important;
}
.box-playerprofile .tounamentItem .Points .Points-item.pkt_0 .val {
  opacity: 0 !important;
}
.box-playerprofile .tounamentItem .Points .Points-item.pktrated_0 .val {
  text-decoration: line-through;
}
.box-playerprofile .tounamentItem .Points .Points-item.pktrated_0 .pktrated {
  display: none;
}
.box-playerprofile .tounamentItem .Points .Points-item .val_ctp_0 {
  displaY: none;
}
.box-playerprofile .tounamentItem .Points .Points-item-pkteinzel .label {
  opacity: 0.3;
}
.box-playerprofile .tounamentItem .Points .Points-item-pkteinzel .val {
  opacity: 0;
}
.box-playerprofile .tounamentItem .Points .Points-item-pktdoppel .label {
  opacity: 1;
}
.box-playerprofile .tounamentItem .Points .Points-item-pktdoppel .val {
  opacity: 1;
}
.box-playerprofile .tounamentItem .Points .Points-item-pktoemlm .label {
  opacity: 0.3;
}
.box-playerprofile .tounamentItem .Points .Points-item-pktoemlm .val {
  opacity: 0;
}
.box-playerprofile .tounamentItem .Points.Pointsdoppel_undefined .Points-item-pktoemlm .label {
  opacity: 1;
}
.box-playerprofile .tounamentItem .Points.Pointsdoppel_undefined .Points-item-pktoemlm .val {
  opacity: 1;
}
.box-playerprofile .tounamentItem .Points.Pointsdoppel_undefined .Points-item-pktoemlm.pkt_0 .label {
  opacity: 0.3;
}
.box-playerprofile .tounamentItem .Points.Pointsdoppel_undefined .Points-item-pktoemlm.pkt_0 .val {
  opacity: 0;
}
.box-playerprofile .tounamentItem .Points.Pointsdoppel_undefined .Points-item-pktdoppel .label {
  opacity: 0.3;
}
.box-playerprofile .tounamentItem .Points.Pointsdoppel_undefined .Points-item-pktdoppel .val {
  opacity: 0;
}
.box-playerprofile .tounamentItem .Points.Pointsdoppel_undefined .Points-item-pktdoppel .val-ctp {
  display: none;
}
.box-playerprofile .tounamentItem .Points.Pointsdoppel_undefined .Points-item-pkteinzel .label {
  opacity: 1;
}
.box-playerprofile .tounamentItem .Points.Pointsdoppel_undefined .Points-item-pkteinzel .val {
  opacity: 1;
}
.box-playerprofile .tounamentItem .partner {
  float: left;
  width: 100%;
  display: none;
}
.box-playerprofile .tounamentItem .partner.undefined {
  display: none !important;
}
.box-playerprofile .tounamentItem .tounamentItemDetail {
  float: left;
  width: 100%;
  display: none;
}
.box-playerprofile .tounamentItem .tounamentItemDetail .roundrow {
  float: left;
  width: 100%;
  margin: 0 0 4px 0;
}
.box-playerprofile .tounamentItem .tounamentItemDetail .tounamentItemDetailLabel {
  padding: 0 0 10px 0;
  border-bottom: 1px solid #ccc;
  height: 14px;
  margin: 0 0 9px 0;
}
.box-playerprofile .tounamentItem .tounamentItemDetail .roundName {
  float: left;
  width: 10%;
  min-height: 1px;
}
.box-playerprofile .tounamentItem .tounamentItemDetail .roundGegner {
  float: left;
  width: 56.5%;
  min-height: 1px;
}
.box-playerprofile .tounamentItem .tounamentItemDetail .roundGegner .gegner2.undefined {
  display: none;
}
.box-playerprofile .tounamentItem .tounamentItemDetail .roundResult {
  float: left;
  width: 12%;
  min-height: 1px;
}
.box-playerprofile .tounamentItem .tounamentItemDetail .roundResult .pokal_false {
  display: none;
}
.box-playerprofile .tounamentItem .tounamentItemDetail .roundResult .pokal_true {
  position: relative;
  top: 6px;
}
.box-playerprofile .tounamentItem .tounamentItemDetail .roundSets {
  float: left;
  width: 20%;
  min-height: 1px;
}
.box-playerprofile .tounamentItem .tounamentItemDetail .tounamentItemDetail {
  min-height: 14px;
}
.box-playerprofile .profile-contentrow.profile-yearselector {
  margin: 25px 0 0px 5%;
  z-index: 100;
  position: relative;
}
.box-playerprofile .profile-contentrow.profile-yearselector .yearselector {
  float: right;
  position: relative;
}
.box-playerprofile .profile-contentrow.profile-yearselector .yearselector .selectorlabel {
  float: left;
  display: block;
  margin: 0 10px 0 0;
}
.box-playerprofile .profile-contentrow.profile-yearselector .yearselector .yearlist {
  float: left;
  background: #eee;
  padding: 5px 10px 10px 20px;
  border-radius: 10px;
  position: relative;
  width: 200px;
  margin: -5px 0 0 0;
  height: 20px;
  overflow: hidden;
  background-image: url("/Resources/Public/Images/icon-arrow-down-black.svg");
  background-repeat: no-repeat;
  background-position: 88% 15px;
}
.box-playerprofile .profile-contentrow.profile-yearselector .yearselector .yearlist .yearitemselected {
  cursor: pointer;
}
.box-playerprofile .profile-contentrow.profile-yearselector .yearselector .yearlist .yearitem {
  cursor: pointer;
}
.box-playerprofile .profile-contentrow.profile-yearselector .yearselector .yearlist .yearitem:hover {
  color: #FF002B;
}
.box-playerprofile .profile-contentrow.profile-yearselector.profile-yearselectorOpen .yearlist {
  overflow: visible;
  border-radius: 0px;
}
.box-playerprofile .profile-contentrow.profile-yearselector.profile-yearselectorOpen .yearlist .yearitem {
  cursor: pointer;
  background: #eee;
  padding: 0 0 10px 19px;
  margin: 0px 0 0 -20px;
  width: calc(100% + 11px);
  float: left;
  cursor: pointer;
  -webkit-box-shadow: 0px 22px 23px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 22px 23px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 22px 23px 0px rgba(0, 0, 0, 0.18);
}
.box-playerprofile .profile-contentrow.profile-yearselector.profile-yearselectorOpen .yearlist .yearitem:first-child {
  background: none;
  -webkit-box-shadow: 0px 22px 23px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 22px 23px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 22px 23px 0px rgba(0, 0, 0, 0);
  margin-bottom: -6px;
}
.box-playerprofile .profile-contentrow.profile-yearselector.profile-yearselectorOpen .yearlist .yearitem:nth-child(2) {
  padding-top: 5px;
}
.box-playerprofile #profileGamesSingleSeason .seasonItem, .box-playerprofile #profileGamesDoubleSeason .seasonItem {
  float: left;
  width: 100%;
  position: relative;
}
.box-playerprofile #profileGamesSingleSeason .seasonItem .tounamentItemHeader, .box-playerprofile #profileGamesDoubleSeason .seasonItem .tounamentItemHeader {
  float: left;
  width: 100%;
  font-size: 14px;
  margin: 10px 0 10px 0;
}
.box-playerprofile #profileGamesSingleSeason .seasonItem .playerItem.Player12, .box-playerprofile #profileGamesDoubleSeason .seasonItem .playerItem.Player12 {
  margin: 0 0 10px 0;
}
.box-playerprofile #profileGamesDoubleSeason .countitem.countitem-Player1 {
  margin: 14px 0 20px 0;
}
.box-playerprofile .profile-bilanz-year .showmorebox {
  display: none;
}
.box-playerprofile.show-games-all .matchtype_single .Player2 {
  display: none;
}
.box-playerprofile.show-games-all .btn-box-games-all .btn .label-all {
  display: none;
}
.box-playerprofile.show-games-all .btn-box-games-all .btn .label-group {
  display: inline;
}
.box-playerprofile.show-games-all .box-games-all {
  display: block !important;
}
.box-playerprofile.show-games-all .box-games-single {
  display: none !important;
}
.box-playerprofile.show-games-all .box-games-double {
  display: none !important;
}

.PlayerProfileOn .profile-contentrow-login {
  display: none !important;
}

.PlayerProfileOn.userloggedout .profile-contentrow-login {
  display: block !important;
}

.userloggedin .profile-contentrow-login {
  display: none !important;
}

.box-clubprofile .club-sharelink {
  position: absolute;
  right: 5%;
  top: 30px;
}
.box-clubprofile .club-sharelink .shareicon {
  position: relative;
  right: 0px;
  display: block;
  cursor: pointer;
  float: right;
}
.box-clubprofile .club-sharelink .shorturl {
  cursor: pointer;
  font-size: 11px;
  line-height: 14px;
  opacity: 0.6;
  position: relative;
  top: 9px;
  left: -10px;
}

.ClubProfileOn .box-clubprofile {
  display: block;
  -webkit-box-shadow: 0px 44px 72px -39px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 44px 72px -39px rgba(0, 0, 0, 0);
  box-shadow: 0px 44px 72px -39px rgba(0, 0, 0, 0);
}
.ClubProfileOn .box-clubprofile .loadinglayer {
  position: absolute;
  left: 63%;
  top: 26px;
  opacity: 0.5;
}
.ClubProfileOn #main .content-row {
  opacity: 0 !important;
}
.ClubProfileOn #main .box-clubprofile .content-row {
  opacity: 1 !important;
}

.box-clubprofile {
  font-family: "Work Sans", sans-serif;
  display: none;
  position: absolute;
  top: 132px;
  background: #F5F5F5;
  padding: 30px 0 30px 0;
  width: 100%;
  z-index: 99;
}
.box-clubprofile .content-part-w75 {
  background: #fff;
  padding: 20px 0 20px 0;
  min-height: 100vh;
  width: 100%;
}
.box-clubprofile .hideloading {
  opacity: 0;
}
.box-clubprofile .payerimg {
  float: left;
  width: 150px;
  margin: 0 30px 0 0;
}
.box-clubprofile .playerName {
  float: left;
  margin: 50px 0 0 0;
}
.box-clubprofile .backbtn .btnarrow {
  margin: 0 10px 0 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.box-clubprofile .backbtn:hover .btnarrow {
  left: -3px;
  -webkit-filter: brightness(0) invert(1);
  -moz-filter: brightness(0) invert(1);
  -ms-filter: brightness(0) invert(1);
  -o-filter: brightness(0) invert(1);
}
.box-clubprofile .backbtn {
  margin: 0px 0 0 5%;
}
.box-clubprofile .profile-contentrow {
  float: left;
  width: 90%;
  margin: 20px 0 20px 5%;
  min-height: 52px;
}
.box-clubprofile .profile-contentrow.borderaround {
  border: 1px solid #D8D8D8;
  border-radius: 10px;
}
.box-clubprofile .profile-contentrow .sectionHL {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  float: left;
  width: 90%;
  margin: 20px 0 20px 2.5%;
}
.box-clubprofile .profile-contentrow.profile-contentrow-name {
  margin-top: 50px;
}
.box-clubprofile .profile-contentrow.profile-contentrow-name .info-name {
  font-size: 22px;
  font-weight: 600;
  float: left;
  width: 100%;
}
.box-clubprofile .profile-contentrow.profile-contentrow-name .info-club {
  float: left;
  width: 100%;
  opacity: 0.5;
}
.box-clubprofile .profile-contentrow.profile-contentrow-itn {
  background: #F5F5F5;
  border-radius: 10px;
  text-align: center;
  padding: 20px 0 20px 0;
}
.box-clubprofile .profile-contentrow.profile-contentrow-itn .info-itn {
  font-size: 24px;
  font-weight: 600;
  float: left;
  width: 100%;
  min-height: 26px;
}
.box-clubprofile .profile-contentrow.profile-contentrow-itn .info-itn-sub {
  font-size: 13px;
  float: left;
  width: 100%;
  margin: 3px 0 0 0;
}
.box-clubprofile .profile-contentrow.profile-contentrow-meta {
  border: 1px solid #D8D8D8;
  border-radius: 10px;
}
.box-clubprofile .profile-contentrow.profile-contentrow-meta .profile-metainfo-item {
  float: left;
  width: 46%;
  margin: 10px 2% 0px 2%;
  border-bottom: 1px solid #D8D8D8;
  padding: 0 0 10px 0;
}
.box-clubprofile .profile-contentrow.profile-contentrow-meta .profile-metainfo-item.profile-metainfo-nation, .box-clubprofile .profile-contentrow.profile-contentrow-meta .profile-metainfo-item.profile-metainfo-age {
  border-bottom: 0px solid #F5F5F5;
}
.box-clubprofile .profile-contentrow.profile-contentrow-meta .profile-metainfo-item .profile-metainfo-item-label {
  float: left;
  width: 46%;
  font-weight: 600;
  font-size: 14px;
}
.box-clubprofile .profile-contentrow.profile-contentrow-meta .profile-metainfo-item .profile-metainfo-item-value {
  float: left;
  width: 40%;
  margin: 0 0 0 2%;
  font-size: 14px;
}
.box-clubprofile .profile-contentrow.profile-contentrow-login {
  border: 1px solid #D8D8D8;
  border-radius: 10px;
  padding: 20px 0 20px 0;
}
.box-clubprofile .profile-contentrow.profile-contentrow-login .loginHL {
  font-size: 22px;
  line-height: 25px;
  font-weight: 600;
  float: left;
  width: 90%;
  margin: 0 0 0 2.5%;
}
.box-clubprofile .profile-contentrow.profile-contentrow-login .loginHL-info {
  font-size: 14px;
  float: left;
  width: 90%;
  margin: 0 0 0 2.5%;
}
.box-clubprofile .profile-contentrow.profile-contentrow-login .btn {
  margin: 40px 0 20px 2.5%;
  background: #FF002B;
  border-color: #FF002B;
  color: #ffffff;
}
.box-clubprofile .profile-contentrow.profile-contentrow-login .btn .btnarrow {
  -webkit-filter: brightness(0) invert(1);
  -moz-filter: brightness(0) invert(1);
  -ms-filter: brightness(0) invert(1);
  -o-filter: brightness(0) invert(1);
}
.box-clubprofile .profile-contentrow.profile-statistikBTN .profilstatistikswitchBTN {
  padding: 20px 0 9px 0;
  width: 23.5%;
  float: left;
  background: #F5F5F5;
  text-align: center;
  border-radius: 10px;
  display: block;
  height: 38px;
  position: relative;
  font-weight: 600;
  font-size: 14px;
}
.box-clubprofile .profile-contentrow.profile-statistikBTN .profilstatistikswitchBTN .icon-box {
  width: 100%;
  float: left;
  height: 25px;
  margin: 25px 0 5px 0;
}
.box-clubprofile .profile-contentrow.profile-statistikBTN .profilstatistikswitchBTN .icon-box .icon {
  margin: 0px auto 0px auto;
}
.box-clubprofile .profile-contentrow.profile-statistikBTN .profilstatistikswitchBTN:hover {
  background: #FDE5E9;
  color: #FF002B;
}
.box-clubprofile .profile-contentrow.profile-statistikBTN .profilstatistikswitchBTN.profilstatistikswitchBTNOn {
  background: #FDE5E9;
  color: #FF002B;
}
.box-clubprofile .profile-contentrow.profile-statistikBTN .statistikswitchBTN-teams {
  margin: 0 0% 0 2%;
}
.box-clubprofile .profile-contentrow.profile-statistikBTN .statistikswitchBTN-teams .icon-box .icon {
  height: 18px;
}
.box-clubprofile .profile-contentrow.profile-statistikBTN .statistikswitchBTN-playerlist {
  margin: 0 0% 0 2%;
}
.box-clubprofile .profile-contentrow.profile-statistikBTN .statistikswitchBTN-meetinglist {
  margin: 0 0% 0 2%;
}
.box-clubprofile .bilanz-box-overview {
  float: left;
  width: 95%;
  margin: 0 0 0 2.5%;
  padding: 0px 0 30px 0;
}
.box-clubprofile .bilanz-box-overview .bilanz-box {
  width: 31.3%;
  float: left;
  text-align: center;
  padding: 25px 0 15px 0;
}
.box-clubprofile .bilanz-box-overview .bilanz-box.bilanzPos {
  background: #E8F7ED;
  color: #1DAF55;
}
.box-clubprofile .bilanz-box-overview .bilanz-box:nth-child(2) {
  margin: 0 3% 0 3%;
}
.box-clubprofile .bilanz-box-overview .bilanz-box .bilanz-box-count {
  font-size: 24px;
  font-weight: 600;
}
.box-clubprofile .bilanz-box-overview .bilanz-box .subinfo-info {
  font-size: 14px;
  margin: 5px 0 0 0;
}
.box-clubprofile .gamestable {
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  line-height: 20px;
  float: left;
  width: 95%;
  margin: 0 0 0 2.5%;
  padding: 0px 0 20px 0;
  max-height: 650px;
  overflow: auto;
}
.box-clubprofile .gamestable .table-content-row-meeting-details {
  background-color: #F5F5F5;
  border-radius: 10px;
  float: left;
  width: calc(100% - 30px);
  padding: 10px 15px;
  margin: 0 0 10px 0;
}
.box-clubprofile .gamestable .table-content-row-meeting-details.hide {
  display: none;
}
.box-clubprofile .gamestable .table-content-row-meeting-details.hide:nth-child(1), .box-clubprofile .gamestable .table-content-row-meeting-details.hide:nth-child(2), .box-clubprofile .gamestable .table-content-row-meeting-details.hide:nth-child(3), .box-clubprofile .gamestable .table-content-row-meeting-details.hide:nth-child(4), .box-clubprofile .gamestable .table-content-row-meeting-details.hide:nth-child(5) {
  display: block;
}
.box-clubprofile .gamestable .table-content-row-meeting-details.winner_true .playerset1 .playername {
  font-weight: 600;
}
.box-clubprofile .gamestable .table-content-row-meeting-details.winner_false .playerset2 .playername {
  font-weight: 600;
}
.box-clubprofile .gamestable .table-content-row-meeting-details .playerset {
  float: left;
  width: 100%;
}
.box-clubprofile .gamestable .countitem {
  display: block;
}
.box-clubprofile .gamestable .payerItn {
  font-size: 12px;
  opacity: 0.5;
}
.box-clubprofile .gamestable .result {
  position: relative;
}
.box-clubprofile .gamestable .result .val_result {
  position: absolute;
  top: 10px;
  right: 0px;
  display: block;
}
.box-clubprofile .box-games {
  position: relative;
  float: left;
  width: 100%;
}
.box-clubprofile .box-games .loadinglayer {
  margin: -25px 0 0 0;
}
.box-clubprofile .box-games.box-games-empty {
  display: none;
}
.box-clubprofile .box-games-single .playerset1 .Player2 {
  display: none;
}
.box-clubprofile .box-games-single .playerset2 .Player2 {
  display: none;
}
.box-clubprofile .box-games-double .playerset2 {
  margin-top: 10px;
}
.box-clubprofile .showmorebox {
  float: left;
  width: 100%;
  text-align: center;
  margin: 0 0 50px 0;
}
.box-clubprofile .showmorebox .showmore {
  width: 300px;
  background-color: #FDE5E9;
  border-color: #FDE5E9;
  color: #FF002B;
}
.box-clubprofile .showmorebox .showmore img {
  filter: invert(24%) sepia(97%) saturate(7440%) hue-rotate(342deg) brightness(93%) contrast(120%);
}
.box-clubprofile .showmorebox .showmore .btnarrow {
  top: 3px;
  left: 5px;
}
.box-clubprofile .showmorebox .showmore:hover {
  background-color: #FF002B;
  border-color: #FF002B;
  color: #ffffff;
}
.box-clubprofile .showmorebox .showmore:hover img {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(186deg) brightness(205%) contrast(101%);
}
.box-clubprofile .tounamentItem {
  float: left;
  width: calc(100% - 10px);
  border-bottom: 1px solid #D8D8D8;
  margin: 0 0 10px 0;
  padding: 10px 0 10px 10px;
  -webkit-transition: background-color 350ms;
  -moz-transition: background-color 350ms;
  -o-transition: background-color 350ms;
  transition: background-color 350ms;
}
.box-clubprofile .tounamentItem.hide {
  display: none;
}
.box-clubprofile .tounamentItem:nth-child(1), .box-clubprofile .tounamentItem:nth-child(2), .box-clubprofile .tounamentItem:nth-child(3), .box-clubprofile .tounamentItem:nth-child(4), .box-clubprofile .tounamentItem:nth-child(5) {
  display: block;
}
.box-clubprofile .tounamentItem:hover, .box-clubprofile .tounamentItem.tounamentItemOpen {
  background-color: #F5F5F5;
  border-radius: 10px;
  border-bottom: 1px solid #F5F5F5;
}
.box-clubprofile .tounamentItem.tounamentItemOpen .tounamentItemDetail {
  display: block;
}
.box-clubprofile .tounamentItem .tounamentItemHeader {
  cursor: pointer;
}
.box-clubprofile .tounamentItem .tounamentName {
  font-weight: 600;
  float: left;
  width: 55%;
}
.box-clubprofile .tounamentItem .tounamentdate {
  float: left;
  margin: 0 0 0 10px;
  width: 20%;
  font-size: 12px;
}
.box-clubprofile .tounamentItem .result {
  float: right;
  width: 20%;
}
.box-clubprofile .tounamentItem .result .result_val {
  font-weight: 600;
  opacity: 0.6;
}
.box-clubprofile .tounamentItem .result .resultstatus_Sieger {
  color: #1DAF55;
  opacity: 1;
}
.box-clubprofile .tounamentItem .tounamentItemDetail {
  float: left;
  width: 100%;
  display: none;
}
.box-clubprofile .tounamentItem .tounamentItemDetail .roundrow {
  float: left;
  width: 100%;
  margin: 0 0 4px 0;
}
.box-clubprofile .tounamentItem .tounamentItemDetail .tounamentItemDetailLabel {
  padding: 0 0 10px 0;
  border-bottom: 1px solid #ccc;
  height: 14px;
  margin: 0 0 9px 0;
}
.box-clubprofile .tounamentItem .tounamentItemDetail .roundName {
  float: left;
  width: 10%;
  min-height: 1px;
}
.box-clubprofile .tounamentItem .tounamentItemDetail .roundGegner {
  float: left;
  width: 60%;
  min-height: 1px;
}
.box-clubprofile .tounamentItem .tounamentItemDetail .roundResult {
  float: left;
  width: 10%;
  min-height: 1px;
}
.box-clubprofile .tounamentItem .tounamentItemDetail .roundResult .pokal_false {
  display: none;
}
.box-clubprofile .tounamentItem .tounamentItemDetail .roundResult .pokal_true {
  position: relative;
  top: 6px;
}
.box-clubprofile .tounamentItem .tounamentItemDetail .roundSets {
  float: left;
  width: 20%;
  min-height: 1px;
}
.box-clubprofile .tounamentItem .tounamentItemDetail .tounamentItemDetail {
  min-height: 14px;
}
.box-clubprofile .profile-contentrow.profile-yearselector {
  margin: 25px 0 0px 5%;
  z-index: 100;
  position: relative;
}
.box-clubprofile .profile-contentrow.profile-yearselector .yearselector {
  float: right;
  position: relative;
}
.box-clubprofile .profile-contentrow.profile-yearselector .yearselector .selectorlabel {
  float: left;
  display: block;
  margin: 0 10px 0 0;
}
.box-clubprofile .profile-contentrow.profile-yearselector .yearselector .yearlist {
  float: left;
  background: #eee;
  padding: 5px 10px 10px 20px;
  border-radius: 10px;
  position: relative;
  width: 200px;
  margin: -5px 0 0 0;
  height: 20px;
  overflow: hidden;
  background-image: url("/Resources/Public/Images/icon-arrow-down-black.svg");
  background-repeat: no-repeat;
  background-position: 88% 15px;
}
.box-clubprofile .profile-contentrow.profile-yearselector .yearselector .yearlist .yearitemselected {
  cursor: pointer;
}
.box-clubprofile .profile-contentrow.profile-yearselector .yearselector .yearlist .yearitem {
  cursor: pointer;
}
.box-clubprofile .profile-contentrow.profile-yearselector .yearselector .yearlist .yearitem:hover {
  color: #FF002B;
}
.box-clubprofile .profile-contentrow.profile-yearselector.profile-yearselectorOpen .yearlist {
  overflow: visible;
  border-radius: 0px;
}
.box-clubprofile .profile-contentrow.profile-yearselector.profile-yearselectorOpen .yearlist .yearitem {
  cursor: pointer;
  background: #eee;
  padding: 0 0 10px 19px;
  margin: 0px 0 0 -20px;
  width: calc(100% + 11px);
  float: left;
  cursor: pointer;
  -webkit-box-shadow: 0px 22px 23px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 22px 23px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 22px 23px 0px rgba(0, 0, 0, 0.18);
}
.box-clubprofile .profile-contentrow.profile-yearselector.profile-yearselectorOpen .yearlist .yearitem:first-child {
  background: none;
  -webkit-box-shadow: 0px 22px 23px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 22px 23px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 22px 23px 0px rgba(0, 0, 0, 0);
  margin-bottom: -6px;
}
.box-clubprofile .profile-contentrow.profile-yearselector.profile-yearselectorOpen .yearlist .yearitem:nth-child(2) {
  padding-top: 5px;
}
.box-clubprofile #profileGamesSingleSeason .seasonItem, .box-clubprofile #profileGamesDoubleSeason .seasonItem {
  float: left;
  width: 100%;
  position: relative;
}
.box-clubprofile #profileGamesSingleSeason .seasonItem .tounamentItemHeader, .box-clubprofile #profileGamesDoubleSeason .seasonItem .tounamentItemHeader {
  float: left;
  width: 100%;
  font-size: 14px;
  margin: 10px 0 10px 0;
}
.box-clubprofile #profileGamesSingleSeason .seasonItem .playerItem.Player12, .box-clubprofile #profileGamesDoubleSeason .seasonItem .playerItem.Player12 {
  margin: 0 0 10px 0;
}
.box-clubprofile #profileGamesDoubleSeason .countitem.countitem-Player1 {
  margin: 14px 0 20px 0;
}
.box-clubprofile .profile-bilanz-year .showmorebox {
  display: none;
}
.box-clubprofile .profile-clubadressboxes {
  float: left;
  width: 95%;
  margin: 0 0 0 2.5%;
}
.box-clubprofile .profile-clubadressboxes .clubadressboxitem {
  float: left;
  width: calc(48% - 15px);
  margin: 0 15px 25px 0;
}
.box-clubprofile .profile-clubadressboxes .clubadressboxitem a {
  text-decoration: underline;
}
.box-clubprofile .profile-clubadressboxes .clubadressboxitem:nth-child(odd) {
  clear: left;
}
.box-clubprofile .profile-clubadressboxes .clubadressboxitem a[href="mailto:undefined"] {
  display: none;
}
.box-clubprofile .profile-clubadressboxes .clubadressboxitem a[href="tel:undefined"] {
  display: none;
}
.box-clubprofile .profile-clubcourts {
  padding: 0 0 20px 0;
}
.box-clubprofile .profile-clubcourts .table-content-row-header {
  border-bottom: 1px solid #D8D8D8;
  font-weight: 600;
  background-color: transparent !important;
  border-radius: 0px !important;
  padding-bottom: 5px !important;
}
.box-clubprofile .profile-clubcourts .table-content-row {
  float: left;
  margin: 0 0 10px 2.5%;
  background-color: #F5F5F5;
  border-radius: 10px;
  float: left;
  width: calc(95% - 30px);
  padding: 10px 15px;
}
.box-clubprofile .profile-clubcourts .table-content-row .td-Art {
  text-transform: capitalize;
}
.box-clubprofile .profile-officials {
  padding: 0 0 20px 0;
}
.box-clubprofile .profile-officials .table-content-row-header {
  border-bottom: 1px solid #D8D8D8;
  font-weight: 600;
  background-color: transparent !important;
  border-radius: 0px !important;
  padding-bottom: 5px !important;
}
.box-clubprofile .profile-officials .table-content-row {
  float: left;
  margin: 0 0 10px 2.5%;
  background-color: #F5F5F5;
  border-radius: 10px;
  float: left;
  width: calc(95% - 30px);
  padding: 10px 15px;
}
.box-clubprofile .profile-officials .table-content-row .td-Art {
  text-transform: capitalize;
}
.box-clubprofile .clubcontactwrapper {
  display: none;
  float: left;
  width: 100%;
}
.box-clubprofile .clubcontactwrapper.show {
  display: block;
}
.box-clubprofile .clubplayerlistwrapper {
  display: none;
  float: left;
  width: 100%;
}
.box-clubprofile .clubplayerlistwrapper.show {
  display: block;
}
.box-clubprofile .clubplayerlistwrapper .profile-clubplayerlistbox, .box-clubprofile .clubplayerlistwrapper .content-row-accordion {
  float: left;
  width: 95%;
  margin: 0 0 0 2.5%;
  padding: 0 0 15px 0;
  position: relative;
}
.box-clubprofile .clubplayerlistwrapper .profile-clubplayerlistbox h3, .box-clubprofile .clubplayerlistwrapper .profile-clubplayerlistbox h4, .box-clubprofile .clubplayerlistwrapper .profile-clubplayerlistbox h5, .box-clubprofile .clubplayerlistwrapper .profile-clubplayerlistbox h6, .box-clubprofile .clubplayerlistwrapper .profile-clubplayerlistbox h7, .box-clubprofile .clubplayerlistwrapper .content-row-accordion h3, .box-clubprofile .clubplayerlistwrapper .content-row-accordion h4, .box-clubprofile .clubplayerlistwrapper .content-row-accordion h5, .box-clubprofile .clubplayerlistwrapper .content-row-accordion h6, .box-clubprofile .clubplayerlistwrapper .content-row-accordion h7 {
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
}
.box-clubprofile .clubplayerlistwrapper .rankinglist-box {
  float: left;
  width: 100%;
  background: #F5F5F5;
  padding: 20px 0 15px 0;
  margin: -10px 0 0 0;
  display: none;
}
.box-clubprofile .clubplayerlistwrapper .rankinglist-box .table-content-row {
  float: left;
  width: 100%;
  position: relative;
}
.box-clubprofile .clubplayerlistwrapper .rankinglist-box .table-content-row.table-content-row-header {
  font-weight: 600;
  border-bottom: 1px solid #D8D8D8;
  padding: 5px 0 5px 0;
  margin: 0 0 5px 0;
}
.box-clubprofile .clubplayerlistwrapper .accordion-item-on .rankinglist-box {
  display: block;
}
.box-clubprofile .clubteamswrapper {
  display: none;
}
.box-clubprofile .clubteamswrapper.show {
  display: block;
}
.box-clubprofile .clubteamswrapper .profile-clubteamsbox {
  position: relative;
  padding: 0 0 25px 0;
  float: left;
  width: 100%;
}
.box-clubprofile .clubteamswrapper .club_team_Season-row {
  float: left;
  width: 95%;
  margin: 0 0 20px 2.5%;
}
.box-clubprofile .clubteamswrapper .club_team_Season-row .sectionHL {
  width: 100%;
  margin: 20px 0 10px 0%;
}
.box-clubprofile .clubteamswrapper .club_team_Season-row .pdfrow a {
  color: #FF002B;
  text-decoration: none;
}
.box-clubprofile .clubteamswrapper .club_team_Season-row .icon-download {
  display: inline-block;
  margin: 0 10px 0 0;
}
.box-clubprofile .clubteamswrapper .club_team_Season-row .club_team_Season-championships-row {
  float: left;
  width: 100%;
  margin: 20px 0 0 0;
}
.box-clubprofile .clubteamswrapper .club_team_Season-row .club_team_Season-championships-row .classItem {
  display: block;
  color: #FF002B;
  background: #FDE5E9;
  background: #FDE5E9;
  padding: 3px 5px 4px 5px;
  line-height: 10px;
  border-radius: 10px;
  margin: 5px 5px 0 0px;
  font-size: 12px;
  text-transform: uppercase;
  width: 29px;
  text-align: center;
}
.box-clubprofile .clubteamswrapper .club_team_Season-row .club_team_Season-championships-row .td-contact a {
  display: block;
}
.box-clubprofile .clubteamswrapper .club_team_Season-row .club_team_Season-championships-row .td-contact a:hover {
  color: #FF002B;
}
.box-clubprofile .clubteamswrapper .club_team_Season-row .club_team_Season-championships-row .table-content-row.table-content-row-header {
  font-weight: 600;
  border-bottom: 1px solid #D8D8D8;
  padding: 5px 0 5px 10px;
  margin: 0 0 5px 0;
  background-color: transparent !important;
  border-radius: 0px !important;
  width: calc(100% - 5px);
}
.box-clubprofile .clubteamswrapper .club_team_Season-row .club_team_Season-championships-row .club_team_Season-championships-row-name {
  float: left;
  width: 100%;
  font-weight: 600;
  margin: 0 0 5px 0;
}
.box-clubprofile .clubteamswrapper .club_team_Season-row .club_team_Season-championships-row .table-content-row {
  font-size: 14px;
  line-height: 20px;
  float: left;
  width: calc(100% - 5px);
  background-color: #F5F5F5;
  border-radius: 10px;
  position: relative;
  overflow: visible;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
  margin: 0 0 10px 0;
  padding: 5px 0 5px 10px;
}
.box-clubprofile .clubteamswrapper .club_team_Season-row .club_team_Season-championships-row .table-content-row .td-Rang {
  text-align: center;
}
.box-clubprofile .clubteamswrapper .club_team_Season-row .club_team_Season-championships-row .accordion-item .accordion-item-titel {
  hyphens: auto;
  float: left;
  width: calc(100% - 40px);
  position: relative;
  background: #F5F5F5;
  border-radius: 10px;
  margin: 0 0 10px 0;
  padding-right: 40px;
  cursor: pointer;
}
.box-clubprofile .clubteamswrapper .club_team_Season-row .club_team_Season-championships-row .accordion-item .accordion-item-titel h3, .box-clubprofile .clubteamswrapper .club_team_Season-row .club_team_Season-championships-row .accordion-item .accordion-item-titel h4, .box-clubprofile .clubteamswrapper .club_team_Season-row .club_team_Season-championships-row .accordion-item .accordion-item-titel h5, .box-clubprofile .clubteamswrapper .club_team_Season-row .club_team_Season-championships-row .accordion-item .accordion-item-titel h6, .box-clubprofile .clubteamswrapper .club_team_Season-row .club_team_Season-championships-row .accordion-item .accordion-item-titel h7 {
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  margin-left: 10px;
}
.box-clubprofile .clubteamswrapper .club_team_Season-row .club_team_Season-championships-row .accordion-item .accordion-item-titel .accordion-arrow {
  position: absolute;
  width: 15px;
  top: 27px;
  right: 25px;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
.box-clubprofile .clubteamswrapper .club_team_Season-row .club_team_Season-championships-row .accordion-item .table-content-row {
  display: none;
}
.box-clubprofile .clubteamswrapper .club_team_Season-row .club_team_Season-championships-row .accordion-item.accordion-item-on .accordion-item-titel {
  background: #FDE5E9;
  color: #FF002B;
}
.box-clubprofile .clubteamswrapper .club_team_Season-row .club_team_Season-championships-row .accordion-item.accordion-item-on .accordion-item-titel .accordion-arrow {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.box-clubprofile .clubteamswrapper .club_team_Season-row .club_team_Season-championships-row .accordion-item.accordion-item-on .table-content-row {
  display: block;
}
.box-clubprofile .club_team_seasonItem {
  float: left;
  width: 100%;
}
.box-clubprofile .accordion-item-clubprofile-playerlist .rankinglist-box {
  font-size: 14px;
  background: #ffffff;
}
.box-clubprofile .accordion-item-clubprofile-playerlist .rankinglist-box .table-content-row {
  float: left;
  width: calc(100% - 20px);
  position: relative;
  margin: 0 0 10px 0%;
  padding: 10px 10px 10px 10px;
  background-color: #F5F5F5;
  border-radius: 10px;
  overflow: hidden;
  font-weight: 300;
}
.box-clubprofile .accordion-item-clubprofile-playerlist .rankinglist-box .table-content-row.btnPlayerprofil:hover {
  background-color: #FDE5E9;
  color: #1C1C1C;
}
.box-clubprofile .accordion-item-clubprofile-playerlist .rankinglist-box .table-content-row-header {
  background-color: #ffffff;
  border-radius: 0px;
  padding-left: 10px !important;
}
.box-clubprofile .accordion-item-clubprofile-playerlist .td-Rang {
  width: 5%;
  padding-right: 5%;
}
.box-clubprofile .accordion-item-clubprofile-playerlist .td-ITN {
  padding: 0 5% 0 0%;
}
.box-clubprofile .accordion-item-clubprofile-playerlist .td-Name {
  width: 45%;
}
.box-clubprofile .accordion-item-clubprofile-playerlist .td-Einzel {
  width: 10%;
}
.box-clubprofile .accordion-item-clubprofile-playerlist .td-Doppel {
  width: 10%;
}
.box-clubprofile .accordion-item-clubprofile-playerlist .td-Gesamt {
  width: 10%;
}
.box-clubprofile .clubmeetinglistpart {
  width: 100%;
  float: left;
  position: relative;
}
.box-clubprofile .clubmeetingswrapper {
  display: none;
  float: left;
  width: 100%;
}
.box-clubprofile .clubmeetingswrapper.show {
  display: block;
}
.box-clubprofile .clubmeetingswrapper .loadinglayer {
  left: 50%;
  top: -12px;
  width: 83px;
  margin: 0 0 0 -42px;
}
.box-clubprofile .clubmeetingswrapper .profile-clubmeetingsbox {
  width: 100%;
  float: left;
  padding: 0 0 30px 0;
  position: relative;
}
.box-clubprofile .clubmeetingswrapper .content-part-newsfilter {
  padding: 0px 0;
}
.box-clubprofile .clubmeetingswrapper .filtersection h3 {
  font-size: 16px;
}
.box-clubprofile .clubmeetingswrapper .content-part-tournamentsfilter {
  float: left;
  width: 100%;
  position: relative;
  z-index: 10;
  display: block !important;
}
.box-clubprofile .clubmeetingswrapper .content-part-newsfilter.filterboxOpen .closeFilter {
  top: 0;
}
.box-clubprofile .clubmeetingswrapper .content-part-newsfilter .filterbox .filterboxBtnrow .img-filtericon {
  top: 25px;
}
.box-clubprofile .clubmeetingswrapper .content-part-tournamentsfilter .filterbox, .box-clubprofile .clubmeetingswrapper .content-part-tournamentsfilter .newssearchbox {
  padding: 0px 20px 0px 20px;
  width: calc(100% - 40px);
}
.box-clubprofile .clubmeetingswrapper .content-part-newsfilter .filtersection {
  margin: 0px 0 0px 0;
}
.box-clubprofile .clubmeetingswrapper .filterItem-period-custom-from {
  float: right;
  display: none;
}
.box-clubprofile .clubmeetingswrapper .filtersection-period .filterItem {
  padding: 5px 15px 5px 15px;
  margin: 0 0px 15px 0;
}
.box-clubprofile .clubmeetingswrapper .filterItem-period-custom-from .dateinputitem {
  float: left;
  margin: 0 5px 0 5px;
  display: block;
  position: relative;
  top: 0;
  left: 0;
}
.box-clubprofile .clubmeetingswrapper .filterItem-period-custom-from .dateinputitem .label {
  font-size: 14px;
}
.box-clubprofile .clubmeetingswrapper .filterItem-period-custom-from .dateinputitem input {
  background-color: #F5F5F5;
  border-radius: 10px;
  padding: 5px 10px 5px 10px;
  font-size: 14px;
  font-weight: 500;
  margin: 0 0px 15px 3px;
  display: inline-block;
  cursor: pointer;
  font-family: "Work Sans", sans-serif;
  border: 0px;
  height: 26px;
}
.box-clubprofile .clubmeetingswrapper .filterItem-period-custom-from.filterItem-period-custom-from-On {
  display: inline-block;
}
.box-clubprofile .clubmeetingswrapper .resultcount-box {
  float: left;
  width: 100%;
  text-align: center;
  padding: 35px 0 30px 0;
  font-weight: 600;
  font-size: 16px;
  color: #1DAF55;
}
.box-clubprofile .clubmeetingswrapper .clubmeetinglist-box {
  float: left;
  width: 95%;
  position: relative;
  margin: 50px 0 50px 2.5%;
}
.box-clubprofile .clubmeetingswrapper .clubmeetinglist-box .table-header {
  font-weight: 600;
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #D8D8D8;
}
.box-clubprofile .clubmeetingswrapper .clubmeetinglist-box .table-clubmeetings {
  float: left;
  width: 100%;
}
.box-clubprofile .clubmeetingswrapper .clubmeetinglist-box .table-content-row {
  float: left;
  width: calc(100% - 20px);
  position: relative;
  margin: 0 0 10px 0%;
  padding: 10px 10px 10px 10px;
  background-color: #F5F5F5;
  border-radius: 10px;
  overflow: hidden;
  font-size: 15px;
  line-height: 18px;
}
.box-clubprofile .clubmeetingswrapper .clubmeetinglist-box .table-content-row .courhall_ {
  display: none;
}
.box-clubprofile .clubmeetingswrapper .clubmeetinglist-box .table-content-row .table-content-row-courhall {
  float: left;
  width: calc(100% - 10px);
  padding: 0 10px 8px 0px;
  font-size: 12px !important;
  line-height: 14px !important;
  margin: 0 0 7px 0;
  border-bottom: 0.5px solid #ccc;
}
.box-clubprofile .clubmeetingswrapper .clubmeetinglist-box .table-content-row .td-Datum {
  width: 10%;
}
.box-clubprofile .clubmeetingswrapper .clubmeetinglist-box .table-content-row .td-Gruppe {
  width: 19%;
  padding: 0 1% 0 0;
}
.box-clubprofile .clubmeetingswrapper .clubmeetinglist-box .table-content-row .td-Heimmannschaft {
  width: 19%;
  padding: 0 1% 0 0;
}
.box-clubprofile .clubmeetingswrapper .clubmeetinglist-box .table-content-row .td-Gastmannschaft {
  width: 19%;
  padding: 0 1% 0 0;
}
.box-clubprofile .clubmeetingswrapper .clubmeetinglist-box .table-content-row .td-Matches {
  width: 8%;
}
.box-clubprofile .clubmeetingswrapper .clubmeetinglist-box .table-content-row .td-Sets {
  width: 8%;
}
.box-clubprofile .clubmeetingswrapper .clubmeetinglist-box .table-content-row .td-Spielbericht {
  width: 4%;
}
.box-clubprofile .clubmeetingswrapper .clubmeetinglist-box .table-content-row .groupclass {
  width: 100%;
  float: left;
  font-size: 14px;
  text-transform: uppercase;
  margin: 5px 0 0 0;
}
.box-clubprofile .clubmeetingswrapper .clubmeetinglist-box .table-content-row .classItem {
  color: #FF002B;
  background: #FDE5E9;
  padding: 2px 10px 2px 10px;
  line-height: 12px;
  border-radius: 10px;
  margin: 5px 5px 0 0;
  font-size: 12px;
  display: none;
}
.box-clubprofile .clubmeetingswrapper .clubmeetinglist-box .table-content-row .groupclass_seniors .classItem_SEN {
  display: inline-block;
}
.box-clubprofile .clubmeetingswrapper .clubmeetinglist-box .table-content-row .groupclass_juniors .classItem_JGD {
  display: inline-block;
}
.box-clubprofile .clubmeetingswrapper .clubmeetinglist-box .table-content-row .groupclass_general .classItem_AKL {
  display: inline-block;
}
.box-clubprofile .clubmeetingswrapper .clubmeetinglist-box .table-content-row.table-content-row-header {
  background-color: #ffffff;
}
.box-clubprofile .clubmeetingswrapper .clubmeetinglist-box .clubmeetingitem.hide {
  display: none;
}
.box-clubprofile .clubmeetingswrapper .resultcount-box .counticon {
  display: inline-block;
  margin: 0 5px 0 5px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.PlayerProfileOn .profile-contentrow-login {
  display: none !important;
}

.btnTeamprofil, .btnPlayerprofil {
  cursor: pointer;
  text-decoration: underline;
}
.btnTeamprofil:hover, .btnPlayerprofil:hover {
  color: #FF002B;
}

.TeamProfileOn .content-row-leaguemain {
  display: none !important;
}
.TeamProfileOn .box-teamprofile {
  display: block;
}
.TeamProfileOn .box-teamprofile .loadinglayer {
  position: absolute;
  right: 30px;
  top: 22px;
  opacity: 0.5;
}
.TeamProfileOn .box-teamprofile .meetingloadingbox {
  position: relative;
  width: 100%;
  float: left;
}
.TeamProfileOn .box-teamprofile .meetingloadingbox .loadinglayer {
  position: absolute;
  left: 50%;
  right: inherit;
  top: 0;
  opacity: 0.5;
  margin: -5px 0 0 40px;
}
.TeamProfileOn .box-teamprofile .box-meetingdetail-section-singels.loading, .TeamProfileOn .box-teamprofile .box-meetingdetail-section-doppel.loading {
  opacity: 0.1;
}

.box-teamprofile {
  font-family: "Work Sans", sans-serif;
  position: absolute;
  top: 132px;
  background: #F5F5F5;
  padding: 30px 0 30px 0;
  width: 100%;
  z-index: 200;
  display: none;
  -webkit-box-shadow: 0px 44px 72px -39px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 44px 72px -39px rgba(0, 0, 0, 0);
  box-shadow: 0px 44px 72px -39px rgba(0, 0, 0, 0);
}
.box-teamprofile .teamleaderInfobox {
  float: left;
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
  padding: 2px 0 3px 0;
  margin: 2px 0 0px 0;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
}
.box-teamprofile .val-ballbrand {
  font-size: 14px;
  line-height: 20px;
}
.box-teamprofile .profile-contentrow-player .td-Rang {
  width: 5%;
  padding-right: 5%;
}
.box-teamprofile .profile-contentrow-player .td-ITN {
  padding: 0 5% 0 0%;
}
.box-teamprofile .profile-contentrow-player .td-Name {
  width: 45%;
}
.box-teamprofile .profile-contentrow-player .td-Einzel {
  width: 10%;
}
.box-teamprofile .profile-contentrow-player .td-Doppel {
  width: 10%;
}
.box-teamprofile .profile-contentrow-player .td-Gesamt {
  width: 10%;
}
.box-teamprofile .content-part-w75 {
  background: #fff;
  padding: 20px 0 20px 0;
  min-height: 100vh;
  position: relative;
  width: 100%;
}
.box-teamprofile .content-part-w75 .backbtn {
  margin: 0px 0 0 5%;
}
.box-teamprofile .content-part-w75 .backbtn .btnarrow {
  margin: 0 10px 0 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.box-teamprofile .content-part-w75 .backbtn:hover .btnarrow {
  left: -3px;
  -webkit-filter: brightness(0) invert(1);
  -moz-filter: brightness(0) invert(1);
  -ms-filter: brightness(0) invert(1);
  -o-filter: brightness(0) invert(1);
}
.box-teamprofile .content-part-w75 .profile-contentrow {
  float: left;
  width: 90%;
  margin: 20px 0 20px 5%;
  min-height: 52px;
}
.box-teamprofile .content-part-w75 .profile-contentrow.profile-contentrow-name {
  margin-top: 50px;
}
.box-teamprofile .content-part-w75 .profile-contentrow.profile-contentrow-name .info-name {
  font-size: 22px;
  font-weight: 600;
}
.box-teamprofile .content-part-w75 .profile-contentrow.profile-contentrow-name .info-club {
  float: left;
  width: 100%;
}
.box-teamprofile .content-part-w75 .profile-contentrow-sectionHL {
  font-weight: 600;
  float: left;
  width: 90%;
  margin: 10px 0 0 5%;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
}
.box-teamprofile .content-part-w75 .profile-contentrow-ranktabel {
  width: 90%;
  float: left;
  padding: 20px 0 20px 0;
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid #D8D8D8;
  border-radius: 10px;
  position: relative;
  margin-top: 10px;
}
.box-teamprofile .content-part-w75 .profile-contentrow-ranktabel .table-header {
  font-weight: 600;
  float: left;
  width: 95%;
  border-bottom: 1px solid #D8D8D8;
  margin: 0 0 10px 2.5%;
  padding: 0 0 10px 0;
}
.box-teamprofile .content-part-w75 .profile-contentrow-ranktabel .table-content {
  width: 95%;
  margin: 0 0 0 2.5%;
}
.box-teamprofile .content-part-w75 .profile-contentrow-meetings .teamState_releasedBlocked {
  text-decoration: line-through;
}
.box-teamprofile .content-part-w75 .profile-contentrow-meetings .teamState_releasedBlocked:before {
  content: "(zurückgezogen)";
  position: absolute;
  font-size: 9px;
  margin: 12px 0 0 0;
}
.box-teamprofile .content-part-w75 .profile-contentrow-meetings .leaguemain-section-table .table-box {
  width: 100%;
  float: left;
  padding: 20px 0 20px 0;
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid #D8D8D8;
  border-radius: 10px;
  position: relative;
}
.box-teamprofile .content-part-w75 .profile-contentrow-meetings .meeting-item {
  margin: 25px 0 25px 0;
}
.box-teamprofile .content-part-w75 .profile-contentrow-meetings .meeting-item .roundName {
  color: #FF002B;
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  top: -15px;
  background: #fff;
  padding: 0px 12px 3px 0;
  left: -1px;
}
.box-teamprofile .content-part-w75 .profile-contentrow-meetings .meeting-item .meeting-scheduled {
  font-size: 13px;
  color: #666;
  position: relative;
  float: left;
}
.box-teamprofile .content-part-w75 .profile-contentrow-meetings .table-box {
  width: 100%;
  float: left;
  padding: 20px 0 20px 0;
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid #D8D8D8;
  border-radius: 10px;
  position: relative;
}
.box-teamprofile .content-part-w75 .profile-contentrow-meetings .table-content-row {
  float: left;
  width: 95%;
  position: relative;
  margin: 0 0 0 2.5%;
  padding: 10px 0 10px 0;
  overflow: hidden;
}
.box-teamprofile .content-part-w75 .profile-contentrow-meetings .table-content-row .td-w35.padding-l {
  width: calc(35% - 10px);
  padding-left: 10px;
}
.box-teamprofile .content-part-w75 .profile-contentrow-meetings .table-content-row .table-td {
  float: left;
  position: relative;
  min-height: 1px;
}
.box-teamprofile .content-part-w75 .profile-contentrow-meetings .table-content-row-meeting {
  background-color: #F5F5F5;
  border-radius: 10px;
  position: relative;
  overflow: visible;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
.box-teamprofile .content-part-w75 .profile-contentrow-meetings .table-content-row-meeting:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 20px;
  height: 20px;
  background-image: url("../Images/icon-stats.svg");
  left: -10px;
  top: 50%;
  margin: -10px 0 0 0;
  opacity: 0;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
.box-teamprofile .content-part-w75 .profile-contentrow-meetings .table-content-row-meeting:hover {
  background-color: #FDE5E9;
  color: #FF002B;
  cursor: pointer;
}
.box-teamprofile .content-part-w75 .profile-contentrow-meetings .table-content-row-meeting:hover:before {
  opacity: 1;
  left: -15px;
}
.box-teamprofile .content-part-w75 .profile-contentrow-player {
  font-size: 14px;
  line-height: 20px;
}
.box-teamprofile .content-part-w75 .profile-contentrow-player .table-header {
  font-weight: 600;
  float: left;
  width: 100%;
  margin: 0 0 10px 0%;
  border-bottom: 1px solid #D8D8D8;
}
.box-teamprofile .content-part-w75 .profile-contentrow-player .table-content-row-header {
  background-color: #ffffff;
  margin: 0 0 0px 0%;
  width: calc(100% - 20px);
  padding-right: 10px;
  padding-left: 10px;
}
.box-teamprofile .content-part-w75 .profile-contentrow-player .table-players .table-content-row {
  float: left;
  width: calc(100% - 20px);
  position: relative;
  margin: 0 0 10px 0%;
  padding: 10px 10px 10px 10px;
  background-color: #F5F5F5;
  border-radius: 10px;
  overflow: hidden;
  font-size: 15px;
  line-height: 18px;
}
.box-teamprofile .download-row {
  float: right;
  width: 47%;
  margin: 0 2.5% 0 0;
}
.box-teamprofile .download-row .link-downloadPDF {
  color: #FF002B;
  text-decoration: underline;
  float: right;
  font-size: 14px;
}
.box-teamprofile .download-row .link-downloadPDF .icon-download {
  display: inline-block;
  margin: 0px 0 0 10px;
  position: relative;
  top: 2px;
}
.box-teamprofile .infoline {
  float: left;
  width: 47%;
  font-size: 14px;
  margin: 0 0 0 2.5%;
}

.showMeetingdetail .btnCloseTeamprofil, .showMeetingdetail .profile-contentrow, .showMeetingdetail .profile-contentrow-sectionHL {
  display: none;
}
.showMeetingdetail .box-teamprofile .box-meetingdetail .backbtnMeeting {
  position: absolute;
  top: 15px;
}
.showMeetingdetail .box-teamprofile .box-meetingdetail .backbtn {
  margin: 0px 0 0 2.5%;
}
.showMeetingdetail .box-meetingdetail-section {
  width: 95%;
  margin: 20px 0 20px 2.5%;
}

#main .filtersections {
  float: left;
  width: 100%;
}
#main .filtersections.filtersection-borderTB {
  border-top: 1px solid #DEDEDE;
  margin: 0px 0 10px 0;
  border-bottom: 1px solid #DEDEDE;
}
#main .filtersections.filtersection-borderTB .filtersection {
  margin: 0px 0 10px 0;
}
#main .filtersection .filterItem {
  padding: 5px 20px 5px 20px;
  margin: 0 5px 10px 0;
}
#main .filtersection-w30 {
  width: 30%;
}
#main .filtersection-w40 {
  width: 40%;
}
#main .filtersection-w50 {
  width: 48%;
}
#main .filtersection-region {
  border-bottom: 0px solid #DEDEDE;
  width: 38%;
  margin-left: 1%;
  margin-right: 1%;
}
#main .filtersection-age {
  border-bottom: 0px solid #DEDEDE;
}
#main .filtersection-category {
  border-bottom: 0px solid #DEDEDE;
}
#main .filtersection-period {
  border-top: 1px solid #DEDEDE;
  margin: 0 0 0 0;
}
#main .filterItem-period-custom-from {
  display: none;
  margin: -40px 0 0 0;
}
#main .filterItem-period-custom-from.filterItem-period-custom-from-On {
  display: inline-block;
}
#main .filterItem-period-custom-from .dateinputitem {
  float: left;
  margin: 0 5px 0 5px;
  display: block;
  position: relative;
  top: 28px;
  left: 0;
}
#main .filterItem-period-custom-from .dateinputitem .label {
  font-size: 14px;
}
#main .filterItem-period-custom-from .dateinputitem input {
  background-color: #F5F5F5;
  border-radius: 10px;
  padding: 5px 10px 5px 10px;
  font-size: 14px;
  font-weight: 500;
  margin: 0 0px 15px 3px;
  display: inline-block;
  cursor: pointer;
  font-family: "Work Sans", sans-serif;
  border: 0px;
  height: 26px;
}
#main .content-part-rankingfilter .filtersection-w50 {
  width: 46%;
}
#main .content-part-rankingfilter .filtersection-gender, #main .content-part-rankingfilter .filtersection-itn {
  border: 0px;
}
#main .content-part-rankingfilter .ITNinputitem input {
  background-color: #F5F5F5;
  border-radius: 10px;
  padding: 5px 10px 5px 10px;
  font-size: 14px;
  font-weight: 500;
  margin: 0 0px 15px 0px;
  display: inline-block;
  cursor: pointer;
  font-family: "Work Sans", sans-serif;
  border: 0px;
  height: 26px;
  width: calc(83% - 20px);
}
#main .content-part-rankingfilter .juniorsage, #main .content-part-rankingfilter .seniorsage {
  display: none;
  float: left;
  width: 100%;
  position: relative;
  margin: -20px 0 0 0;
}
#main .content-part-rankingfilter .rankJuniorsOn .juniorsage {
  display: block;
}
#main .content-part-rankingfilter .rankSeniorssOn .seniorsage {
  display: block;
}
#main .content-part-clubs .filtersection-region {
  width: 100%;
}

.content-row-clubfinder {
  padding: 100px 0;
}
.content-row-clubfinder .atmap-mobile {
  display: none;
}
.content-row-clubfinder .part-text {
  float: left;
  width: 40%;
}
.content-row-clubfinder .part-text .infotext {
  float: left;
  margin: 20px 0 10px 0;
  width: 100%;
}
.content-row-clubfinder .part-map {
  float: right;
  width: 60%;
  position: relative;
}
.content-row-clubfinder .part-map path {
  cursor: pointer;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
.content-row-clubfinder .part-map path:hover {
  fill: #FF002B;
}

.content-row-landesverbaende {
  margin: 50px 0 100px 0;
  min-height: 250px;
}
.content-row-landesverbaende .bg-greylight {
  width: 100%;
  float: left;
  border-radius: 10px;
}
.content-row-landesverbaende .part-text {
  width: 100%;
  float: left;
  text-align: center;
  margin: 50px 0 50px 0;
}
.content-row-landesverbaende .placeImage {
  position: absolute;
  top: 0px;
  pointer-events: none;
  overflow: hidden;
  width: 85%;
  border-radius: 10px;
}
.content-row-landesverbaende .placeImage .placeimage {
  position: relative;
}
.content-row-landesverbaende .placeImage-L {
  right: 102%;
  top: 50px;
}
.content-row-landesverbaende .placeImage-L .placeimage {
  left: 15%;
}
.content-row-landesverbaende .placeImage-R {
  left: 102%;
  top: -50px;
}
.content-row-landesverbaende .placeImage-R .placeimage {
  right: 15%;
}
.content-row-landesverbaende .part-verbandlinks {
  width: 90%;
  float: left;
  margin: 0px 0 40px 5%;
  position: relative;
  text-align: center;
}
.content-row-landesverbaende .part-verbandlinks .btn {
  border: 2px solid #ccc;
}
.content-row-landesverbaende .part-verbandlinks .btn:hover {
  background-color: transparent;
  border-color: #FF002B;
  color: #FF002B;
}
.content-row-landesverbaende .part-verbandlinks .verbandlinkicon {
  height: 20px;
  display: inline-block;
  position: relative;
  margin: -3px 5px -4px 0;
  top: 1px;
}

.searchpage #main {
  padding: 0px 0 50px 0;
  margin: -20px 0 0 0;
  background-color: #F5F5F5;
}
.searchpage .imagedarken {
  width: 280%;
  left: -100%;
}
.searchpage .content-part-w75 {
  width: 100%;
  float: left;
  border-radius: 0;
}
.searchpage .content-part-sidebar {
  display: none;
}
.searchpage .tx-indexedsearch-searchbox {
  float: left;
  width: 100%;
  margin: 30px 0 0 0;
}
.searchpage #tx_indexedsearch {
  float: left;
  width: 100%;
  border: 0px;
}
.searchpage fieldset {
  float: left;
  width: 100%;
  border: 0px;
  margin: 0px;
  padding: 0px;
}
.searchpage .tx-indexedsearch-rules {
  display: none;
}
.searchpage .tx-indexedsearch-searchbox {
  padding: 50px 20px 50px 20px;
  width: calc(100% - 40px);
  background: #fff;
  border-radius: 10px;
}
.searchpage .tx-indexedsearch-searchbox-sword {
  float: left;
  width: calc(100% - 60px);
  border: 0px;
  background-color: #F5F5F5;
  border-radius: 30px;
  height: 60px;
  padding: 0 0 0 60px;
  margin: 20px 0 0 0;
  background-image: url("../Images/icon-lupe.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 19px 18px;
  font-size: 16px;
}
.searchpage .tx-indexedsearch-search-submit input {
  position: absolute;
  z-index: 10;
  right: 1.5%;
  background-color: #FF002B;
  color: #fff;
  border: 0px;
  border-radius: 30px;
  width: auto;
  margin: 29px 13px 0 0;
  height: 40px;
  cursor: pointer;
  background-image: url("../Images/icon-arrow-right-white.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 88% center;
  padding: 0 61px 0 30px;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  -webkit-transition: background-position 350ms;
  -moz-transition: background-position 350ms;
  -o-transition: background-position 350ms;
  transition: background-position 350ms;
}
.searchpage .tx-indexedsearch-search-submit input:hover {
  background-position: 90% center;
}

.searchwrapper {
  float: left;
  width: 100%;
}
.searchwrapper .content-row-leaguemenu .horizontmenu-itembox .horizontmenu-item {
  width: 32%;
  height: 78%;
}
.searchwrapper .content-row-leaguemenu .horizontmenu-itembox .horizontmenu-item .linkspan {
  margin: 8% 0 0 0;
}

.searchresults-wrapper {
  float: left;
  width: 100%;
  background: #fff;
  border-radius: 10px;
}

.tx-indexedsearch-info-sword {
  float: left;
  width: 100%;
  text-align: center;
  padding: 0px 0 0px 0;
  font-weight: 600;
  font-size: 16px;
}
.tx-indexedsearch-info-sword .tx-indexedsearch-info-sword-word {
  font-style: italic;
  color: #1DAF55;
}

.searchresultsbox {
  float: left;
  width: 95%;
  margin: 0 0 0 2.5%;
}
.searchresultsbox .tx-indexedsearch-browsebox {
  text-align: center;
  margin: 0px 0 15px 0;
  font-size: 14px;
  float: left;
  width: 100%;
}
.searchresultsbox .tx-indexedsearch-browsebox p {
  margin: 0px;
}
.searchresultsbox .tx-indexedsearch-browsebox .tx-indexedsearch-browsebox {
  list-style-type: none;
  padding: 0px;
  margin: 0px 0 10px 4px;
  float: left;
  width: 100%;
}
.searchresultsbox .tx-indexedsearch-browsebox .tx-indexedsearch-browsebox li {
  float: left;
  margin: 20px 15px 0 0;
}
.searchresultsbox .tx-indexedsearch-browsebox .tx-indexedsearch-browsebox li:last-child {
  float: right;
}
.searchresultsbox .tx-indexedsearch-res {
  float: left;
  width: calc(100% - 40px);
  background: #F5F5F5;
  border-radius: 10px;
  margin: 0 0 10px 0;
  padding: 20px;
}
.searchresultsbox .tx-indexedsearch-res .tx-indexedsearch-icon, .searchresultsbox .tx-indexedsearch-res .tx-indexedsearch-percent, .searchresultsbox .tx-indexedsearch-res .tx-indexedsearch-info {
  display: none;
}
.searchresultsbox .tx-indexedsearch-res h3 {
  margin: 0px;
}
.searchresultsbox .tx-indexedsearch-res .tx-indexedsearch-title {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
}
.searchresultsbox .tx-indexedsearch-res .tx-indexedsearch-title a {
  text-decoration: underline;
}
.searchresultsbox .tx-indexedsearch-res .tx-indexedsearch-description {
  margin: 0px;
  font-size: 14px;
  line-height: 22px;
}

.content-row-textimagebanner {
  padding: 30px 0;
}
.content-row-textimagebanner .part-left {
  float: left;
  position: relative;
  width: 49%;
  z-index: 2;
}
.content-row-textimagebanner .part-right {
  float: right;
  position: relative;
  width: 50%;
}
.content-row-textimagebanner .banner-img {
  float: right;
  max-width: 670px;
  margin: 0px 0 0 0;
}
.content-row-textimagebanner .banner-icons {
  float: left;
  width: 100%;
  position: relative;
  margin: 20px 0px 20px 0;
}
.content-row-textimagebanner .banner-icons .icon-img {
  display: block;
  float: left;
  max-width: 150px;
  width: auto;
  margin: 0 10px 0 0;
}

.content-part-w75 .content-row-textimagebanner .banner-img {
  max-width: 100%;
}

.content-row-footer {
  padding: 40px 0 150px 0;
  background: #fff;
  z-index: 50;
}
.content-row-footer .footer-left {
  display: block;
  float: left;
  margin: 0 0 0 60px;
  position: relative;
  width: 30%;
}
.content-row-footer .footer-left address {
  width: 100%;
  max-width: 450px;
  margin: 15px 0 0 0;
  font-style: normal;
}
.content-row-footer .footer-right {
  float: right;
  margin: 0 60px 0 0%;
  position: relative;
  max-width: 30%;
}
.content-row-footer .footer-right .socialLinks {
  margin: 0 0 15px 0;
  text-align: right;
}
.content-row-footer .footer-right .icon-social {
  display: inline-block;
  margin: 0 0 0 10px;
}
.content-row-footer .footer-right .icon-social:hover {
  opacity: 0.7;
}
.content-row-footer .footer-right .metalink {
  text-align: right;
  display: block;
  margin: 0 0 0 0;
  float: right;
  width: 100%;
  font-weight: 600;
  font-size: 14px;
}
.content-row-footer .footer-center {
  float: left;
  margin: 0 0 0 2%;
  position: relative;
  width: 30%;
}
.content-row-footer .nlbox {
  width: 350px;
  margin: 0 auto;
  text-align: center;
}
.content-row-footer .nlbox .dsgvoinfo {
  font-size: 12px;
  line-height: 16px;
  opacity: 0.5;
}
.content-row-footer .nlbox .dsgvoinfo a {
  text-decoration: underline;
}
.content-row-footer .lastline {
  width: 100%;
  float: left;
  margin: 30px 0 10px 0;
  font-size: 13px;
}
.content-row-footer .content-row-singletext {
  padding: 0px 0;
}
.content-row-footer .content-row-singletext .content-row-center {
  width: 100%;
  margin: 0 0;
}
.content-row-footer .content-row-singletext .content-row-center h2, .content-row-footer .content-row-singletext .content-row-center h3, .content-row-footer .content-row-singletext .content-row-center h4, .content-row-footer .content-row-singletext .content-row-center h5, .content-row-footer .content-row-singletext .content-row-center h6, .content-row-footer .content-row-singletext .content-row-center h7 {
  font-size: 18px;
  line-height: 23px;
}
.content-row-footer .nlbox .textInput {
  font-size: 12px;
  line-height: 16px;
  opacity: 0.5;
}
.content-row-footer .trans {
  opacity: 1;
}
.content-row-footer .scrollTopBTN {
  width: 40px;
  height: 40px;
  background: #F5F5F5;
  position: absolute;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  left: 50%;
  border-radius: 100px;
  cursor: pointer;
  margin: -9px 0 0 -20px;
}
.content-row-footer .scrollTopBTN .scrollupicon {
  display: inline;
  position: relative;
  top: 6px;
  opacity: 0.5;
}
.content-row-footer .scrollTopBTN:hover .scrollupicon {
  top: 2px;
  opacity: 1;
}

.content-row-footer-cta {
  z-index: 50;
}
.content-row-footer-cta .cta-left, .content-row-footer-cta .cta-right {
  float: left;
  width: 50%;
  position: relative;
}
.content-row-footer-cta .ctaContentbox {
  position: absolute;
  z-index: 2;
  color: #fff;
  right: 15%;
  text-align: center;
  bottom: 20%;
}
.content-row-footer-cta .ctaContentbox h2 {
  font-size: 38px;
  line-height: 44px;
}
.content-row-footer-cta .cta-right .ctaContentbox {
  right: inherit;
  left: 12%;
}

.banner-origin {
  font-size: 12px;
  line-height: 12px;
  text-align: right;
  padding: 0 5px 0 0;
  opacity: 0.5;
}

.content-row-addbanner .banner-wrapper {
  margin: 0 auto;
  width: 100%;
  left: 50%;
  position: relative;
  text-align: center;
}
.content-row-addbanner .banner-wrapper img {
  display: inline-block !important;
}
.content-row-addbanner .banner-wrapper .banner-origin {
  font-size: 12px;
  opacity: 0.5;
  text-align: right;
}

.content-row-addbannersticky {
  position: fixed;
  z-index: 999;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background: #ffffff;
  padding: 10px 0;
  border-bottom: 0px solid #ffffff;
  -webkit-box-shadow: 0px 0 69px -8px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0px 0 69px -8px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 0 69px -8px rgba(0, 0, 0, 0.22);
  min-height: 90px;
  opacity: 1;
  -webkit-transition: all 850ms;
  -moz-transition: all 850ms;
  -o-transition: all 850ms;
  transition: all 850ms;
}
.content-row-addbannersticky .banner-wrapper {
  margin: 0 auto !important;
  width: 100% !important;
  left: 0% !important;
  text-align: center;
  position: relative !important;
  text-align: center;
}
.content-row-addbannersticky .banner-wrapper iframe {
  border: 0px none;
  display: inline-block !important;
  width: 100% !important;
  text-align: center !important;
}
.content-row-addbannersticky .banner-wrapper ins {
  display: block;
  width: 100%;
  float: left;
}
.content-row-addbannersticky .banner-wrapper img {
  margin: 0 auto;
}
.content-row-addbannersticky .banner-wrapper .banner-origin {
  font-size: 12px;
  opacity: 0.5;
  text-align: right;
}
.content-row-addbannersticky .BTN-bannerclose {
  position: absolute;
  right: -17px;
  top: -21px;
  background: #fff;
  padding: 10px;
  border-radius: 100px;
  border: 1px solid #ccc;
  z-index: 99;
  cursor: pointer;
  width: 15px;
  height: 15px;
}
.content-row-addbannersticky .BTN-bannerclose:hover {
  background: #eeeeee;
}
.content-row-addbannersticky .BTN-bannerclose .icon-x {
  position: relative;
  top: 4px;
}
.content-row-addbannersticky.content-row-addbannersticky-off {
  bottom: -500px;
  pointer-events: none;
  opacity: 0;
}
.socialwall {
  float: left;
  width: 100%;
  position: relative;
}

input:autofill {
  background: none;
}

.frame-type-form_formframework fieldset {
  border: 0px;
  border-top: 1px solid #DEDEDE;
  margin: 0px 0 10px 0;
  padding: 0px;
}
.frame-type-form_formframework fieldset legend {
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  margin: 15px 0 10px 0;
  letter-spacing: 0.2px;
  padding: 0px;
}
.frame-type-form_formframework .form-group {
  position: relative;
  float: left;
  width: 100%;
  margin: 0 0 15px 0;
}
.frame-type-form_formframework .form-group .control-label {
  position: relative;
  float: left;
  width: 100%;
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.frame-type-form_formframework .form-group .help-block {
  position: relative;
  float: left;
  width: 100%;
  font-size: 12px;
  font-style: italic;
}
.frame-type-form_formframework .form-group input, .frame-type-form_formframework .form-group textarea, .frame-type-form_formframework .form-group select {
  background-color: #F5F5F5;
  border-radius: 10px;
  padding: 5px 10px 5px 10px;
  font-size: 14px;
  font-weight: 500;
  margin: 0 0px 5px 0px;
  display: inline-block;
  font-family: "Work Sans", sans-serif;
  border: 0px;
  height: 26px;
  width: calc(100% - 20px);
  float: left;
}
.frame-type-form_formframework .form-group select {
  cursor: pointer;
  -webkit-appearance: none;
}
.frame-type-form_formframework .form-group textarea {
  height: 100px;
  padding-top: 10px;
}
.frame-type-form_formframework .form-group select {
  height: 40px;
  width: 100%;
}
.frame-type-form_formframework .form-group select.xlarge {
  height: auto;
}
.frame-type-form_formframework .form-group select.xlarge option {
  padding: 9px 0 9px 10px;
}
.frame-type-form_formframework .form-group .checkbox label, .frame-type-form_formframework .form-group .radio label {
  font-size: 14px;
  display: inline-block;
  font-weight: 500;
  font-family: "Work Sans", sans-serif;
}
.frame-type-form_formframework .form-group .checkbox .form-check-label, .frame-type-form_formframework .form-group .checkbox span, .frame-type-form_formframework .form-group .radio .form-check-label, .frame-type-form_formframework .form-group .radio span {
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
}
.frame-type-form_formframework .form-group .checkbox input, .frame-type-form_formframework .form-group .radio input {
  float: left;
  width: 20px;
  margin: -0.5px 10px 0 0;
}
.frame-type-form_formframework .clearfix {
  float: left;
  width: 100%;
  margin: 10px 0 10px 0;
}
.frame-type-form_formframework .clearfix h2 {
  font-family: "Work Sans", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.2px;
  width: 100%;
  float: left;
  margin: 0px;
}
.frame-type-form_formframework button {
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  border: 2px solid #FF002B;
  color: #ffffff;
  background-color: #FF002B;
  background-image: url("/Resources/Public/Images/icon-arrow-right-white.svg");
  border-radius: 27px;
  padding: 9px 45px 10px 20px;
  margin: 15px 0 0 0;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
  background-repeat: no-repeat;
  background-position: 90% center;
}
.frame-type-form_formframework button:hover {
  background-position: 92% center;
  border: 2px solid #FF002B;
  color: #ffffff;
  background-color: #FF002B;
}

.browser-Safari .frame-type-form_formframework fieldset .form-group .checkbox label, .browser-Safari .frame-type-form_formframework fieldset .form-group .radio label {
  line-height: 14px;
}
.browser-Safari .frame-type-form_formframework fieldset .form-group .checkbox .form-check-label, .browser-Safari .frame-type-form_formframework fieldset .form-group .checkbox span, .browser-Safari .frame-type-form_formframework fieldset .form-group .radio .form-check-label, .browser-Safari .frame-type-form_formframework fieldset .form-group .radio span {
  line-height: 14px;
}
.browser-Safari .frame-type-form_formframework .form-group .checkbox input, .browser-Safari .frame-type-form_formframework .form-group .radio input {
  margin: 5px 10px 0 0;
}
.browser-Safari .frame-type-form_formframework .form-group .control-label {
  margin: 0 0 2px 0;
}

/* ................................................... min 2000 */
@media only screen and (min-width: 2000px) {
  .ctabg {
    width: 100%;
  }
}
/* ................................................... 1600 */
@media only screen and (max-width: 1600px) {
  .content-row-landesverbaende .placeImage-L .placeimage {
    left: 25%;
  }
  .content-row-landesverbaende .placeImage-R .placeimage {
    right: 25%;
  }
}
/* ................................................... 1500 */
@media only screen and (max-width: 1500px) {
  .content-row-header .logo {
    margin: 0 0 0 10px;
  }
  .content-row-header .sidebtn {
    right: 10px;
  }
  .hero-menu {
    margin: 10px 0 0 80px;
  }
}
/* ................................................... 1450 */
@media only screen and (max-width: 1450px) {
  .border-cycle {
    display: none !important;
  }
}
/* ................................................... 1360 */
@media only screen and (max-width: 1360px) {
  .content-row-footer-cta .ctaContentbox {
    bottom: 12%;
  }
  .content-row-footer-cta .ctaContentbox h2 {
    margin: 0 0 0 0;
  }
  .content-row-landesverbaende .placeImage-L .placeimage {
    left: 32%;
  }
  .content-row-landesverbaende .placeImage-R .placeimage {
    right: 32%;
  }
}
/* ................................................... 1229 */
@media only screen and (max-width: 1229px) {
  .hero-menu .nav-item {
    margin: 0 3.5% 0 0;
  }
  .content-row-footer-cta .ctaContentbox h2 {
    font-size: 28px;
    line-height: 32px;
  }
  .content-row-clubfinder .part-map svg {
    width: 100%;
    margin: -20px 0 -20px 0;
  }
  .content-row-rankinglist .content-part-rankinglist .RaceHL .RaceHLitem {
    margin: 0 5px 0 5px;
  }
}
/* ................................................... 1100 */
@media only screen and (max-width: 1100px) {
  .content-row-heroslider .heroslider-wrapper .slider-nav {
    bottom: 125px;
  }
  .content-row-textimagebanner .banner-img {
    float: right;
    max-width: 100%;
    margin: 0px 0 0 0;
  }
}
/* ................................................... 1023 */
@media only screen and (max-width: 1023px) {
  .turnipadinfo {
    display: block;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 132px 14px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 132px 14px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 132px 14px rgba(0, 0, 0, 0.25);
  }
  .content-row-downloads2 .fileinfo.downloadName {
    width: 100%;
  }
  .content-row-header .sidebtn-Spieler {
    display: block;
  }
  .content-row-header .sidebtn-clubsearch {
    display: block;
  }
  .burgerBTN {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 5%;
    top: 29px;
    cursor: pointer;
  }
  .burgerBTN .BTN-open .BTN-openline {
    width: 100%;
    height: 3px;
    margin: 0 0 6px 0;
    float: right;
    background: #FF002B;
  }
  .burgerBTN .BTN-open .BTN-openline.BTN-openline1 {
    width: 70%;
  }
  .burgerBTN .BTN-open .BTN-openline.BTN-openline3 {
    width: 50%;
  }
  .burgerBTN .BTN-close {
    display: none;
  }
  .mobnavON .BTN-open {
    display: none;
  }
  .mobnavON .BTN-close {
    display: block;
    color: #FF002B;
    font-size: 35px;
    font-weight: 100;
    position: relative;
    left: 12px;
    top: -3px;
  }
  .content-row-header-meta .metabox, .sidebtn, .hero-menu {
    display: none;
  }
  .content-row-header-meta {
    border-bottom: 0px solid #E2E2E2;
    padding: 0;
  }
  .content-row-heroslider .heroslider-wrapper {
    min-height: auto;
  }
  .section-HL, h1, h2, h3, h4, h5 {
    hyphens: auto;
  }
  .section-HL {
    font-size: 20px;
    line-height: 27px;
  }
  .content-row-5imagebuttons .section-teaser {
    width: 100%;
    margin: 10px auto;
  }
  .content-row-5imagebuttons .imagebuttons-item,
  .content-row-5imagebuttons .imagebuttons-item:nth-child(3),
  .content-row-5imagebuttons .imagebuttons-item:nth-child(4),
  .content-row-5imagebuttons .imagebuttons-item:nth-child(5),
  .content-row-5imagebuttons .imagebuttons-item:nth-child(6),
  .content-row-5imagebuttons .imagebuttons-item:nth-child(7) {
    width: 100%;
    margin: 0;
    margin-bottom: 35px;
    float: left;
    clear: both;
  }
  .content-row-5imagebuttons {
    padding: 60px 0 0 0;
  }
  .content-row-footer-cta .cta-left, .content-row-footer-cta .cta-right {
    width: 100%;
    height: 200px;
  }
  .ctabg {
    max-width: inherit;
    height: auto;
    width: auto;
    height: 100%;
  }
  .content-row-footer .footer-left {
    margin: 0 0 0 5%;
    width: 90%;
  }
  .content-row-footer .footer-center {
    float: left;
    margin: 20px 0 20px 5%;
    position: relative;
    width: 90%;
    background: #eee;
    padding: 10px 0 30px 0;
    background-color: #F5F5F5;
  }
  .content-row-footer .footer-right {
    float: left;
    margin: 0 0px 0 5%;
    max-width: 90%;
    width: 100%;
    text-align: center;
  }
  .content-row-footer .footer-right .socialLinks {
    text-align: center;
  }
  .content-row-footer .footer-right .socialLinks {
    margin: 0 0 15px 0;
    text-align: center;
    float: left;
    width: 100%;
  }
  .content-row-footer .footer-right .metalink {
    width: 100%;
    text-align: center;
  }
  .content-row-footer .footer-right .metalink {
    text-align: left;
    display: inline-block;
    margin: 0 0 0 0;
    float: left;
    width: auto;
  }
  .content-row-footer .lastline .footer-left {
    margin: 0 0 0 5%;
    width: auto;
    float: left;
  }
  .content-row-footer .lastline .footer-right {
    margin: 0 5% 0 0;
    width: auto;
    float: right;
  }
  .content-row-heroslider .content-row-center {
    width: 100%;
  }
  .content-row-heroslider .imagedarken {
    opacity: 0.9;
    height: 99%;
  }
  .content-row-heroslider .heroslider-wrapper .imagebox {
    min-height: 425px;
  }
  .content-row-heroslider .heroslider-wrapper .imagebox img {
    width: 100%;
    height: auto;
    overflow: hidden;
    max-width: inherit;
    margin: 0 0 0 0;
  }
  .content-row-heroslider .heroslider-wrapper .imagedarken {
    opacity: 1;
    height: 100%;
  }
  .content-row-heroslider .heroslider-wrapper .textbox {
    position: absolute;
    color: #fff;
    bottom: 0;
    left: 5%;
    width: 90%;
    border-bottom: 0px solid #565250;
    padding: 0 0 30px 0;
  }
  .content-row-heroslider .heroslider-wrapper .slidertext {
    width: 100%;
    margin: 15px 0 10px 0;
    float: left;
  }
  .content-row-heroslider .heroslider-wrapper .sliderHL {
    font-size: 28px;
    line-height: 33px;
    width: 100%;
    margin: 0px;
  }
  .content-row-heroslider .heroslider-wrapper .sliderbuttonbox {
    position: relative;
    bottom: 0;
    right: 0px;
    float: left;
    margin: 0px 0 10px 0;
  }
  .content-row-heroslider .heroslider-wrapper .slider-nav {
    position: relative;
    bottom: 0;
    left: 5%;
    color: #1C1C1C;
    width: 95%;
    float: left;
    margin: 50px 0 30px 0;
  }
  .content-row-heroslider .hersosliderbg {
    display: none;
  }
  .content-row-5imagebuttons .imagebuttons-item .imagebuttons-item-titel h3 {
    margin: 0 0 0 20px;
  }
  .content-row-5imagebuttons .imagebuttons-item:nth-child(2) {
    margin-left: 0;
  }
  .content-part-w75 {
    width: 100%;
  }
  #main {
    padding-top: 10px;
  }
  .content-part-w25 {
    width: 100%;
    float: left;
  }
  .content-part-sidebar {
    border-left: 0px solid #E2E2E2;
  }
  .content-part-sidebar .sidebar-inner {
    width: 100%;
    float: left;
    min-height: auto;
  }
  .content-row-leaguemenu {
    display: none;
  }
  .main-wrapper-league .content-row-leaguemain .table-box-detailswitch .td-Mannschaft {
    width: calc(80% - 20px);
  }
  .logoinfo {
    left: 131px;
    top: 34px;
  }
}
/* ................................................... 767 */
@media only screen and (max-width: 767px) {
  .turnipadinfo {
    display: none;
  }
  .content-row-textimagebanner {
    padding: 5px 0;
  }
  .content-row-textimagebanner .part-left {
    width: 100%;
  }
  .content-row-textimagebanner .part-right {
    width: 100%;
  }
  .content-row-textimagebanner .banner-img {
    margin: 0px 0 0 0;
  }
  .content-row-heroslider .heroslider-wrapper .imagebox img {
    width: 100%;
    height: auto;
    margin: 80px 0 0 0;
  }
  .content-row-heroslider .heroslider-wrapper .imagebox {
    min-height: 590px;
  }
  .content-row-heroslider .heroslider-wrapper .imagedarken {
    height: 60%;
    background: #F5F5F5;
    margin: 0 0 -10px 0;
    position: absolute;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #F5F5F5 0%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #F5F5F5 0%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #F5F5F5 0%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#F5F5F5", endColorstr="#F5F5F5",GradientType=0 );
  }
  .content-row-footer-cta .ctaContentbox {
    left: 0px;
    width: 100%;
    text-align: center;
  }
  .content-row-footer-cta .cta-right .ctaContentbox {
    left: 0px;
  }
  .content-row-headerImage .mainpage-h1 {
    top: 50px;
    width: 90%;
    margin: 0 0 0 5%;
  }
  #main {
    min-height: inherit;
  }
  .content-row-headerImage .mainpage-h1 h1 {
    font-size: 28px;
    line-height: 34px;
  }
  .subMenuBox {
    top: -87px;
  }
  .subMenuBox .slick-arrow {
    top: 20px;
    left: 7px;
  }
  .subMenuBox .slick-next {
    left: inherit;
    right: -1px;
  }
  .content-row-textimage .contentpart {
    width: 100%;
  }
  .content-row-textimage .contentpart-image {
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
  }
  .content-row-separationline {
    padding: 15px 0;
  }
  .content-row-singletext {
    padding: 15px 0;
  }
  .btn {
    width: calc(100% - 47px);
  }
  .accordion-item-button .btn {
    text-align: center;
  }
  .ctaContentbox .btn {
    width: calc(100% - 80px);
  }
  .content-row-singletext .btn {
    margin: 20px 0 0 0;
  }
  .content-row-2columnlist .columnlist-box-left {
    width: 100%;
  }
  .content-row-2columnlist .columnlist-box-right {
    float: left;
    width: 100%;
  }
  .content-row-quote .quote-text .quote-text-inner .icon-chat {
    left: -24px;
    top: -7px;
  }
  .content-row-table .tablebox {
    float: left;
    width: 100%;
    overflow: auto;
  }
  .content-row-table .tablebox table {
    width: 550px;
  }
  .content-row-accordion .accordion-item .accordion-item-titel h3 {
    font-size: 16px;
    line-height: 22px;
  }
  .content-row-accordion.content-row-accordion-numbered .titlenr {
    width: 20px;
    display: block;
    text-align: left;
    padding: 0 0px 0 0;
    float: left;
    height: 25px;
  }
  .main-wrapper-league .content-row-headerImage {
    display: none;
  }
  .content-row-leagueType {
    margin: 100px 0 -20px 0;
    z-index: 20;
  }
  .content-row-leagueType .content-row-inner {
    float: left;
    width: 100%;
  }
  .content-row-leagueType .leagueType-itembox {
    width: 100%;
    margin: 15px 0% 0 0;
    opacity: 1;
    overflow: visible;
    font-family: "Work Sans", sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    border: 2px solid #FF002B;
    color: #FF002B;
    border-radius: 27px;
    padding: 9px 0px 10px 0px;
    margin: 15px auto;
    text-align: center;
    float: none;
    display: block;
  }
  .content-row-leagueType .leagueType-itembox:last-child {
    margin-right: auto;
  }
  .content-row-leagueType .leagueType-itembox.leagueType-itembox-active {
    color: #ffffff !important;
    background: #FF002B;
  }
  .content-row-leagueType .leagueType-itembox.leagueType-itembox-active .linkspan {
    color: #ffffff !important;
  }
  .content-row-leagueType .leagueType-itembox .linkspan {
    display: inline;
    line-height: 12px;
    font-size: 14px;
    position: relative;
    bottom: inherit;
    left: inherit;
    color: #FF002B;
    font-weight: 600;
    z-index: 10;
    text-align: center;
  }
  .content-row-leagueType .leagueType-itembox .linkspan br {
    display: none;
  }
  .content-row-leagueType .leagueType-itembox .leagueType-itembox-bg {
    display: none;
  }
  .content-row-leagueType .leagueType-itembox .imagedarken {
    display: none;
  }
  .content-part-tournamentsfilter .filterbox, .content-part-tournamentsfilter .newssearchbox {
    padding: 20px 10px 50px 10px;
    width: calc(100% - 10px);
  }
  .filterbox .section-HL, .content-part-newssearch .section-HL {
    font-size: 20px;
    line-height: 30px;
  }
  .content-part-tournamentsfilter .filterbox .searchsubmit, .content-part-tournamentsfilter .newssearchbox .searchsubmit {
    right: 0;
  }
  .content-part-newssearch .newssearchbox .searchsubmit {
    position: relative;
    right: 0px;
    width: 100%;
    margin: 10px 0px 0 0;
    padding: 0 0px 0 0px;
  }
  .content-part-newssearch .newssearchbox .searchinput {
    padding: 0 0 0 45px;
    margin: 20px 0 0 0;
    font-size: 13px;
    width: calc(100% - 45px);
  }
  .content-part-newsfilter {
    padding: 25px 0;
  }
  .content-part-newsfilter.filterboxOpen .closeFilter {
    top: -19px;
    width: 69px;
  }
  .content-part-newsfilter .filtersection {
    width: 100% !important;
    margin: 0px 0 0px 0;
  }
  .content-part-newsfilter .filtersection h3 {
    margin: 10px 0 10px 0;
  }
  #main .filtersections.filtersection-borderTB {
    border-top: 0px;
    margin: 0px 0 0px 0;
    border-bottom: 0px;
  }
  .content-part-newsfilter .btnfilterreset {
    margin: 15px 0 0 0px;
  }
  .rankinglist-box {
    overflow: auto;
  }
  .table-box {
    float: left;
    min-width: 1050px;
  }
  .content-row-tournaments .content-part.content-part-tournaments .tournaments-box-row .tournament-name {
    width: 96%;
    font-weight: 600;
    line-height: 17px;
    margin: 8px 0 0px 0;
    float: left;
    font-size: 15px;
  }
  .content-row-tournaments .content-part.content-part-tournaments .tournaments-box-row .tournament-topbanner {
    width: 100%;
  }
  .content-row-tournaments .content-part.content-part-tournaments .tournaments-box-row .tournament-date {
    float: left;
    width: calc(48% - 24px);
    position: relative;
    font-size: 14px;
    line-height: 18px;
    padding: 5px 0 0 24px;
    margin: 10px 0 0 0;
  }
  .content-row-tournaments .content-part.content-part-tournaments .tournaments-box-row .tournament-nennschluss {
    float: right;
    width: calc(48% - 24px);
    margin: 10px 0 0 0;
  }
  .content-row-tournaments .content-part.content-part-tournaments .tournaments-box-row .tournament-nennschluss {
    float: right;
    width: calc(48% - 24px);
    margin: 10px 0 0 0;
  }
  .content-row-tournaments .content-part.content-part-tournaments .tournaments-box-row .tournament-location {
    float: left;
    width: 100%;
    padding: 5px 0 0 24px;
    margin: 10px 0 0 0;
  }
  .content-row-tournaments .content-part.content-part-tournaments .tournaments-box-row .pokalbox .icon-pokal {
    float: left;
    margin: 17px 9px 0 18px;
  }
  .content-row-tournaments .content-part.content-part-tournaments .tournaments-box-row .pokalbox {
    left: -34px;
  }
  .content-row-tournaments .content-part.content-part-tournaments .tournaments-box-row .tournament-classes {
    font-size: 10px;
    line-height: 14px;
    margin: 5px 0 0 0;
  }
  .content-row-tournaments .content-part.content-part-tournaments .tournaments-box-row .topEvent_true .icon-topevents,
  .content-row-tournaments .content-part.content-part-tournaments .tournaments-box-row .state_cancelled .icon-cancelled {
    display: block;
    float: right;
    margin: -26px 0 0 0;
  }
  .content-row-footer-cta {
    overflow: hidden;
  }
  .leaguemain-section-table {
    width: 100%;
    position: relative;
    float: left;
  }
  .leaguemain-section-table .table-box {
    width: 100%;
    overflow: auto;
    min-width: 100%;
  }
  .leaguemain-section-table .table-header, .leaguemain-section-table .table-content {
    width: 580px;
  }
  .sidebar-left .content-part-w75 {
    float: left;
  }
  .leaguemain-section-table .meeting-item .roundName {
    font-size: 14px;
    top: 4px;
    padding: 0px 0px 0px 0;
    left: 10px;
  }
  .leaguemain-section-table .meeting-item .meeting-scheduled::after {
    width: 580%;
  }
  .leaguemain-section-table .meeting-item-row {
    width: 100%;
  }
  .leaguemain-section-table .meeting-item-row .table-content-row {
    width: 640px;
    padding-right: 20px;
  }
  .content-row-leaguemain .content-part-sidebar {
    margin: 0 0 20px 0;
    height: auto;
    overflow: hidden;
    position: relative;
  }
  .content-row-leaguemain .content-part-sidebar .archive {
    max-height: 400px;
    overflow: auto;
    width: 100%;
    height: auto;
    float: left;
  }
  .content-row-leaguemain .content-part-sidebar.content-part-sidebarOpen {
    height: auto;
  }
  .main-wrapper-league .content-row-leaguemain .content-part-sidebar .sidebar-inner .caption {
    margin: 3px 0 15px 0;
  }
  .main-wrapper-league .content-row-leaguemain .content-part-sidebar .sidebar-inner .sidebarbox-archive .archivetoggleBTN .accordion-arrow {
    top: 17px;
    width: 12px;
  }
  .main-wrapper-league .content-row-leaguemain .content-part-sidebar .sidebar-inner .sidebarbox-archive .archivetoggleBTN {
    padding: 5px 0 0 0;
  }
  .showMeetingdetail .box-meetingdetail .backbtnMeeting {
    width: 100%;
  }
  .showMeetingdetail .box-meetingdetail-section .resultbox .teambox .team-name {
    font-size: 14px;
    line-height: 17px;
  }
  .showMeetingdetail .table-content-details-singels, .showMeetingdetail .table-box-header, .showMeetingdetail .table-content-details-doppel {
    width: 630px;
  }
  .showMeetingdetail .table-box-header .table-box-detail-row {
    font-size: 12px;
    line-height: 16px;
  }
  .showMeetingdetail .table-box-detail .resultbox-subinfo {
    margin: 6px 1.5% 2px 1.5%;
    padding: 14px 0 14px 0;
    width: 96%;
  }
  .ShowtournamentDetail .box-tournamentetail .content-part-w75 {
    width: calc(100% - 60px);
    padding: 30px;
  }
  .ShowtournamentDetail .content-part-w75 .tournamentetail-row .table-competitions .competitionsrow .competition-name .competition-remarks {
    margin: 6px 0 0px 0px;
    text-align: center;
    border-top: 1px solid #ccc;
    padding: 11px 0 0 0px;
  }
  .ShowtournamentDetail .box-tournamentetail .content-part-w75 .tournamentetail-row .table-competitions .competitionsrow .infotextbox {
    position: absolute;
    right: inherit;
    top: 0px;
    cursor: pointer;
    width: 17px;
    margin: 41px 0 0 0;
    float: left;
    left: 0px;
  }
  .ShowtournamentDetail .box-tournamentetail .content-part-w75 .tournamentetail-row .table-competitions .competitionsrow .infotextbox .infotext {
    width: 200px;
    padding: 15px;
    top: 0px;
    margin: 22px 0 0 0px;
    left: 0;
  }
  .ShowtournamentDetail .box-tournamentetail .content-part-w75 .tournamentetail-row .table-competitions .competitionsrow .infotextbox .infotext:before {
    content: "x";
    position: absolute;
    font-size: 18px;
    right: 4px;
    top: 0px;
    color: #FF002B;
  }
  .ShowtournamentDetail .box-tournamentetail .content-part-w75 .tournamentetail-metaboxes .metabox {
    float: left;
    position: relative;
    background: #F5F5F5;
    width: calc(100% - 40px);
    height: auto;
    border-radius: 10px;
    padding: 20px;
  }
  .ShowtournamentDetail .box-tournamentetail .content-part-w75 .tournamentetail-metaboxes .metabox.metabox-nennschluss {
    margin: 10px 0 10px 0;
  }
  .ShowtournamentDetail .box-tournamentetail .content-part-w75 .tournamentetail-row .table-competitions .competitionsrow .competition-name {
    float: left;
    width: 100%;
  }
  .ShowtournamentDetail .box-tournamentetail .content-part-w75 .tournamentetail-row .table-competitions .competitionsrow .competition-class {
    float: left;
    width: 30%;
    margin: 0 0 0 2%;
  }
  .ShowtournamentDetail .box-tournamentetail .content-part-w75 .tournamentetail-metaboxes .metabox .icon-time {
    margin: 4px 10px 10px 0;
  }
  .ShowtournamentDetail .box-tournamentetail .content-part-w75 .tournamentetail-metaboxes .metabox .icon-location,
  .ShowtournamentDetail .box-tournamentetail .content-part-w75 .tournamentetail-metaboxes .metabox .icon-alert,
  .ShowtournamentDetail .box-tournamentetail .content-part-w75 .tournamentetail-metaboxes .metabox .icon-time {
    margin-bottom: 10px;
    position: absolute;
    right: 0px;
    top: 6px;
  }
  .ShowtournamentDetail .box-tournamentetail .content-part-w75 .mainpage-h1 h2,
  .ShowtournamentDetail .box-tournamentetail .content-part-w75 .mainpage-h1 h2 {
    font-size: 24px;
    line-height: 34px;
  }
  h2 {
    font-size: 20px;
    line-height: 26px;
  }
  .ShowtournamentPlayerlist .MeldelisteBox .closeBTNMeldelisteBox, .ShowtournamentTimetable .MeldelisteBox .closeBTNMeldelisteBox {
    top: 15px;
  }
  .ShowtournamentPlayerlist .TimetableBox .closeBTNMeldelisteBox, .ShowtournamentTimetable .TimetableBox .closeBTNMeldelisteBox {
    top: 15px;
  }
  .ShowtournamentPlayerlist .MeldelisteBox, .ShowtournamentPlayerlist .TimetableBox, .ShowtournamentTimetable .MeldelisteBox, .ShowtournamentTimetable .TimetableBox {
    padding: 50px 0 20px 0;
  }
  .ShowtournamentPlayerlist .table-box, .ShowtournamentTimetable .table-box {
    min-width: 100%;
    width: 100%;
    overflow: auto;
  }
  .ShowtournamentPlayerlist .table-box .table-content, .ShowtournamentPlayerlist .table-box .table-header, .ShowtournamentTimetable .table-box .table-content, .ShowtournamentTimetable .table-box .table-header {
    width: 600px;
  }
  .noplayer {
    text-align: left !important;
  }
  .news-detail .content-part-w75 {
    width: 100%;
  }
  .news-detail .headline .newsdetail-hl {
    width: 100%;
    font-size: 28px;
    line-height: 34px;
  }
  .news-detail .teaser {
    width: 100%;
  }
  .news-detail .newsheaderimage {
    float: left;
    width: 100%;
  }
  .news-detail .text {
    margin: 25px 0 0 0;
  }
  .news-detail .text .btn {
    text-align: center;
  }
  .content-row-relatednews .newItem {
    width: 72%;
    margin: 25px 0 0 0;
  }
  .content-row-relatednews .newItem .icon-more {
    margin: 0px 0 0 0;
  }
  .content-row-relatednews .newItem h3 {
    height: auto !important;
    margin: 0px 0 5px 0;
  }
  .content-row-relatednews .newItem .newItemImgBox {
    min-height: 10px;
    margin: 0 0 2px 0;
  }
  .content-part-newsoverview .newItem {
    width: 100%;
    margin: 50px 0 0 0;
    min-height: 10px;
  }
  .content-part-newsoverview .newItem .newItemImgBox {
    width: 100%;
    min-height: 150px;
    margin: 0 0 5px 0;
  }
  .content-part-newsoverview .newItem h3 {
    width: 100%;
    margin: 0px;
  }
  .section-HL {
    font-size: 24px;
    line-height: 30px;
  }
  .content-row-headerImage.lowerImg .headerimage {
    left: -20%;
    margin: 0px !important;
  }
  .content-row-accordion .accordion-item .accordion-item-titel {
    width: calc(100% - 10px);
    padding: 0 0 0 10px;
  }
  .content-row-accordion .accordion-item .accordion-item-titel .accordion-arrow {
    right: 10px;
    top: 22px;
  }
  .content-row-rankinglist .showmorebox .btnpaging {
    width: 95%;
    text-align: left;
  }
  .content-row-gallery .gallerybox .galleryItem {
    width: 100%;
    height: auto;
    margin: 0 0 30px 0;
    pointer-events: none;
  }
  .content-row-gallery .gallerybox .galleryItem .galleryItem-imagetext {
    position: relative;
    width: 100%;
    padding: 0 0 0 0px;
    opacity: 1;
  }
  .content-row-imagetextraster .imagetext-box .imagetext-item {
    float: left;
    width: 48%;
    margin: 0 0px 10px 0;
    position: relative;
  }
  .content-row-imagetextraster .imagetext-box .imagetext-item:nth-child(5n) {
    clear: inherit;
  }
  .content-row-imagetextraster .imagetext-box .imagetext-item:nth-child(even) {
    float: right;
  }
  .content-row-imagetextraster .imagetext-box .imagetext-item:nth-child(odd) {
    clear: left;
  }
  .logoinfo {
    left: 3%;
    top: 64px;
    font-size: 12px;
    opacity: 0.6;
  }
  .metalink.metalink-oetv {
    position: absolute;
    right: 2.5%;
    margin: 0px !important;
    top: -20px;
  }
  .box-playerprofile .profile-contentrow.profile-contentrow-meta .profile-metainfo-item .profile-metainfo-item-label {
    width: 100%;
  }
  .box-playerprofile .profile-contentrow.profile-contentrow-meta .profile-metainfo-item .profile-metainfo-item-value {
    width: 98%;
    margin: 0 0 0 2%;
  }
  .box-playerprofile .bilanz-box-overview .bilanz-box {
    width: 100%;
    margin-bottom: 10px;
    padding: 15px 0 15px 0;
  }
  .box-playerprofile .bilanz-box-overview .bilanz-box .subinfo-info {
    font-size: 13px;
    line-height: 13px;
    padding: 0 10px 0 10px;
  }
  .box-playerprofile .bilanz-box-overview .bilanz-box .bilanz-box-count {
    font-size: 20px;
  }
  .box-playerprofile .showmorebox .showmore {
    width: 80%;
  }
  .box-playerprofile .profile-contentrow.profile-statistikBTN .profilstatistikswitchBTN {
    width: 100%;
  }
  .box-playerprofile .classSwitcher .filterItem {
    padding: 5px 25px 5px 25px;
  }
  .box-playerprofile .profile-contentrow.profile-statistikBTN .statistikswitchBTN-teamgames {
    margin: 10px 0 10px 0;
  }
  .box-playerprofile .profile-contentrow.profile-yearselector .yearselector .selectorlabel {
    margin: 0 10px 10px 0;
    width: 100%;
  }
  .box-playerprofile .profile-contentrow.profile-yearselector .yearselector {
    float: left;
    width: 100%;
  }
  .box-playerprofile .profile-contentrow.profile-yearselector .yearselector .yearlist {
    width: 90%;
  }
  .box-playerprofile .backbtnTplayerProfile {
    margin: 0px 0 0 5%;
    width: 90%;
  }
  .box-playerprofile .tounamentItem .tounamentName {
    width: 100%;
  }
  .box-playerprofile .tounamentItem .result {
    float: left;
    width: 40%;
    margin: 0 0 0 10px;
  }
  .box-playerprofile .tounamentItem .tounamentdate {
    margin: 0 0 0 0px;
  }
  .box-playerprofile .tounamentItem .tounamentItemDetail .roundName {
    width: 18%;
  }
  .box-playerprofile .tounamentItem .tounamentItemDetail .roundGegner {
    width: 50%;
  }
  .sidebar-left .content-part-w25 {
    float: left;
    width: 100%;
  }
  .sidebar-left .content-part-w75 {
    float: right;
    width: 100%;
  }
  .content-row-relatednews .headlinenews-wrapper .newItem {
    width: 100%;
  }
  .content-row-relatednews .headlinenews-wrapper .newItem h3 {
    width: 100%;
  }
  .content-row-internationalstats .tabcontenbox .rankingListbox {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .content-row-internationalstats .tabcontenbox .rankingListbox .tableswitcher .tableswitcherbtn-female {
    float: left;
  }
  .content-row-footer .lastline .footer-right {
    margin: 0 0 0 5%;
    float: left;
  }
  .profile-contentrow-meetings .table-meetings {
    width: 100%;
    overflow: auto;
  }
  .box-teamprofile .content-part-w75 .profile-contentrow-player {
    overflow: auto;
  }
  .box-teamprofile .content-part-w75 .profile-contentrow-player .table-box {
    min-width: 380px;
  }
  .box-clubprofile .backbtn {
    margin: 0px 0 0 5%;
    width: 90%;
  }
  .box-clubprofile .profile-contentrow.profile-contentrow-name {
    margin-top: 0px;
  }
  .box-clubprofile .profile-contentrow.profile-statistikBTN .profilstatistikswitchBTN {
    width: 100%;
  }
  .box-clubprofile .profile-contentrow.profile-statistikBTN .statistikswitchBTN-teams {
    margin: 10px 0;
  }
  .box-clubprofile .profile-clubadressboxes .clubadressboxitem {
    float: left;
    width: calc(100% - 15px);
    margin: 0 15px 10px 0;
  }
  .box-clubprofile .profile-clubcourts .table-content-row .td-Art {
    text-transform: capitalize;
    padding-left: 4%;
    width: 36%;
  }
  .profile-officials .table-content-row.table-content-row-header {
    display: none;
  }
  .profile-officialstable .table-td.td-w50 {
    width: 100%;
  }
  .profile-officialstable .td-Funktion {
    font-weight: 600;
  }
  .accordion-item-clubprofile-playerlist .table-box {
    min-width: 549px;
  }
  .accordion-item-clubprofile-championshipslist {
    width: 100%;
    overflow: auto;
  }
  .accordion-item-clubprofile-championshipslist .table-content-row.table-content-row-header, .accordion-item-clubprofile-championshipslist .table-content-row {
    min-width: 600px;
  }
  .content-row-internationalstats {
    padding: 30px 0 60px 0;
  }
  .content-row-internationalstats .tab-switcher {
    margin: 0 0 20px 0;
  }
  .content-row-internationalstats .tab-switcher .tabbtn {
    font-size: 16px;
    margin: 0 0px 10px 0;
    width: 46%;
    float: left;
    line-height: 20px;
    padding: 0 0 5px 0;
  }
  .content-row-internationalstats .tab-switcher .tabbtn.tabbtn-tab2 {
    float: right;
  }
  .content-row-internationalstats .tabcontenbox .rankingListbox .tableswitcher .tableswitcherbtn {
    margin: 5px 0 0px 0;
    float: left;
  }
  .content-row-footer .scrollTopBTN {
    margin: 90px 0 0 -20px;
  }
  .main-wrapper-league .content-row-leaguemain .btnTabledetail {
    min-width: 170px;
  }
  .content-row-rankinglist .ranking-pdfdownloads {
    position: relative;
    right: inherit;
    top: inherit;
    text-align: center;
    margin: 20px 0 20px 0;
  }
  #main .content-part-rankingfilter .juniorsage {
    margin: 10px 0 0 0;
  }
  .banner-wrapper {
    margin: 0 0 10px 0 !important;
    width: 100% !important;
    left: 0px !important;
  }
  .banner-wrapper img {
    width: 100%;
  }
  .content-row-addbannersticky .banner-wrapper {
    width: 100%;
    left: 0%;
  }
  .footer-left .btn {
    text-align: center;
  }
  .content-row-footer .footer-right .metalink {
    text-align: center !important;
    float: left;
    width: 100% !important;
  }
  .content-row-footer .lastline .footer-left, .content-row-footer .lastline .footer-right {
    margin: 0 0 0 0;
    width: 100%;
    float: left;
    text-align: center;
    max-width: 100% !important;
  }
  .ShowtournamentDetail .box-tournamentetail .tournament-sharelink {
    position: relative;
    left: inherit;
    top: inherit;
    width: 100%;
    height: auto;
    float: left;
    margin: 40px 0 0 0;
    right: inherit;
  }
  .ShowtournamentDetail .box-tournamentetail .tournament-sharelink .shorturl {
    margin: 7px 0px 0 0;
    width: 100%;
    text-align: center;
  }
  .ShowtournamentDetail .box-tournamentetail .backbtn.backbtnTounament {
    width: 100%;
  }
  .ShowtournamentDetail .box-tournamentetail .tournament-sharelink .shareicon {
    width: 40px;
    margin: 0px auto;
  }
  .content-row-heroslider .heroslider-wrapper .sliderHL {
    font-size: 20px;
    line-height: 27px;
    color: #1C1C1C;
    max-height: 80px;
    overflow: hidden;
  }
  .content-row-heroslider .heroslider-wrapper .slidertext {
    margin: 5px 0 10px 0;
    max-height: 84px;
    overflow: hidden;
  }
  .content-row-heroslider .heroslider-wrapper .textbox {
    top: 280px;
    color: #1C1C1C;
  }
  .content-row-heroslider .heroslider-wrapper .btn.btn-withe {
    border: 2px solid #FF002B;
    color: #FF002B;
  }
  .content-row-5imagebuttons .section-HL {
    width: 100%;
  }
  .sidebar-left .content-row-leaguemain .content-part-sidebar {
    margin: 0 0 20px 0;
    height: 20px;
    overflow: hidden;
    position: relative;
  }
  .sidebar-left .content-row-leaguemain .content-part-sidebar:after {
    content: "+";
    position: absolute;
    right: 10px;
    top: 11px;
    font-size: 25px;
  }
  .sidebar-left .content-row-leaguemain .content-part-sidebar .archive {
    max-height: 400px;
    overflow: auto;
    width: 100%;
    height: auto;
    float: left;
  }
  .sidebar-left .content-row-leaguemain .content-part-sidebar.content-part-sidebarOpen {
    height: auto;
  }
  .sidebar-left .content-row-leaguemain .content-part-sidebar.content-part-sidebarOpen:after {
    content: "-";
    position: absolute;
    right: 10px;
    top: 8px;
    font-size: 30px;
  }
  .leaguemain-section-table-ranking-details .table-content {
    width: 650px;
  }
  .leaguemain-section-table-ranking-details .table-header {
    width: 650px;
  }
  .mobileSidebarMenu {
    display: block;
    font-weight: 600;
    float: left;
    width: 100%;
    margin: 2px 0 20px 0;
    border-bottom: 1px solid #ccc;
    padding: 0 0 20px 0;
  }
  .sidebarbox {
    display: none;
  }
  .content-part-sidebarOpen .sidebarbox {
    display: block;
  }
  .box-teamprofile {
    top: 92px;
  }
  .content-part-tournamentsfilter {
    margin: 90px 0 0 0;
  }
  .ShowtournamentDetail .box-tournamentetail {
    margin: 115px 0 100px 0;
  }
  .box-clubprofile {
    top: 80px;
  }
  .box-playerprofile {
    top: 80px;
  }
  .ShowtournamentDetail .box-tournamentetail .content-part-w75 .tournamentetail-row .table-competitions .td-w10 {
    margin-right: 40px;
  }
  .ShowtournamentDetail .box-tournamentetail .content-part-w75 .tournamentetail-row .table-competitions .competition-results {
    float: left;
    display: block;
    margin: 0px 0 0 0;
    text-align: center;
    width: 100%;
  }
  .ShowtournamentDetail .box-tournamentetail .content-part-w75 .tournamentetail-row .table-competitions .competition-results .resultLink {
    float: left;
    display: block;
    margin: 20px 0 0 0;
    text-align: center;
    width: 50%;
  }
  .ShowtournamentDetail .box-tournamentetail .content-part-w75 .tournamentetail-row .table-competitions .competition-results .resultLink .iconBTN {
    margin: 0 auto;
  }
  .ShowtournamentDetail .box-tournamentetail .content-part-w75 .tournamentetail-row .table-competitions .competition-results .resultLink {
    float: left;
    display: block;
    margin: 20px 0 0 0;
    text-align: center;
    width: 50%;
  }
  .ShowtournamentDetail .box-tournamentetail .content-part-w75 .tournamentetail-row .table-competitions .competition-results .resultLink .iconBTN {
    margin: 0 auto;
  }
  .ShowtournamentDetail .box-tournamentetail .content-part-w75 .tournamentetail-row .table-competitions .competition-results .resultLink .pdfName {
    display: block;
    width: 100%;
    position: relative;
  }
  .ShowtournamentDetail .box-tournamentetail .content-part-w75 .tournamentetail-row .table-competitions .competition-timetable {
    margin: 0px 0 0 0;
    width: 50%;
    text-align: center;
  }
  .ShowtournamentDetail .box-tournamentetail .content-part-w75 .tournamentetail-row .table-competitions .competition-timetable .iconBTN {
    margin: 0 auto;
  }
  .ShowtournamentDetail .box-tournamentetail .content-part-w75 .tournamentetail-row .table-competitions .competition-playerlist {
    margin: 0px 0 0 0;
    width: 50%;
    text-align: center;
  }
  .ShowtournamentDetail .box-tournamentetail .content-part-w75 .tournamentetail-row .table-competitions .competition-playerlist .iconBTN {
    margin: 0 auto;
  }
  .ShowtournamentDetail .box-tournamentetail .content-part-w75 .tournamentetail-row .table-competitions .competitionsrow .competition-class {
    float: left;
    width: 100%;
    margin: 2px 0 18px 0;
    clear: both;
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding: 0 0 15px 0;
  }
  .ShowtournamentDetail .tournamentetail-titel {
    float: left;
    width: 100%;
  }
  .ShowtournamentDetail .box-tournamentetail .content-part-w75 .mainpage-h1 {
    width: 100%;
    float: left;
    margin: 40px 0 0px 0;
  }
  .box-teamprofile .content-part-w75 .profile-contentrow-player .table-box {
    min-width: 580px;
  }
  .swipeInfo {
    position: fixed;
    width: 17px;
    right: 13%;
    display: block;
  }
  .swipeInfo {
    position: absolute;
    width: 20px;
    right: 5px;
    display: block;
  }
  .swipeInfo-ligatable {
    bottom: -42px;
  }
  .leaguemain-section-table-spielplan .meeting-item:before {
    content: "";
    background-image: url("/Resources/Public/Images/icon-swipe.svg");
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 25px;
    right: 6px;
    top: 8px;
    background-size: 100%;
    z-index: 9999;
    pointer-events: none;
  }
  .showMeetingdetail .box-meetingdetail-section .swipeInfo-ligatable {
    top: 53px;
  }
  .box-teamprofile .leaguemain-section-table-spielplan .meeting-item::before {
    display: none;
  }
  .swipeInfo.swipeInfo-rankingtable {
    top: 8px;
    z-index: 99;
  }
  .main-wrapper-clubs .filtersection-region {
    margin: 20px 0 0 0 !important;
  }
  .main-wrapper-clubs .closeFilter {
    display: none !important;
  }
  .main-wrapper-clubs .table-box {
    float: left;
    min-width: 100%;
  }
  .main-wrapper-clubs .table-content-row {
    font-size: 14px !important;
    line-height: 17px !important;
  }
  .main-wrapper-clubs .td-Ort {
    padding-left: 5% !important;
  }
  .main-wrapper-player-processing .swipeInfo.swipeInfo-rankingtable {
    display: none;
  }
  .content-row-leaguemain .liga-sharelink {
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    text-align: center;
  }
  .content-row-leaguemain .liga-sharelink .shareicon {
    display: inline;
  }
  .content-row-leaguemain .liga-sharelink .shorturl {
    position: relative !important;
    margin: 0px 0 0px 0 !important;
    float: left !important;
    text-align: center !important;
    width: 100% !important;
  }
  .box-playerprofile .btn-box-games-all {
    width: 95%;
  }
  .profile-bilanz .swipeInfo-ligatable {
    display: none;
  }
  .box-clubprofile .profile-contentrow.profile-statistikBTN .statistikswitchBTN-playerlist {
    margin: 0 0% 10px 2%;
  }
  .clubmeetinglist-box {
    overflow: auto;
  }
  .box-clubprofile .content-part-tournamentsfilter {
    margin: 0px 0 0 0;
  }
  .box-clubprofile .clubmeetingswrapper .clubmeetinglist-box {
    margin: 0px 0 0px 2.5%;
  }
  .box-clubprofile .swipeInfo-clubmeetinglist {
    right: 5px;
    top: 76px;
    z-index: 10;
  }
  .showMeetingdetail .box-teamprofile .box-meetingdetail .backbtn {
    width: 95%;
  }
  .box-clubprofile .content-part-tournamentsfilter {
    margin: 25px 0 20px 0;
  }
  .box-clubprofile .clubmeetingswrapper .content-part-newsfilter.filterboxOpen .closeFilter {
    top: -13px;
  }
  .box-clubprofile .clubmeetingswrapper .content-part-newsfilter .filterbox .filterboxBtnrow .img-filtericon {
    top: 0;
  }
  .ShowtournamentTimetable .TimetableBox .btn-timetablelist {
    float: left;
    width: 86%;
  }
  .ShowtournamentTimetable .TimetableBox .btn-timetablelist .btn {
    width: calc(100% - 3px);
  }
  .showMeetingdetail .box-teamprofile .box-meetingdetail-section .table-box {
    overflow: auto;
    float: left;
    width: 100%;
    min-width: 100%;
  }
  .content-row-clubfinder .part-text {
    float: left;
    width: 100%;
  }
  .content-row-clubfinder .part-map {
    float: left;
    width: 100%;
  }
  .content-row-clubfinder .part-map svg {
    width: 100%;
    margin: -60px 0 -60px 0;
  }
  .content-row-clubfinder {
    padding: 50px 0;
  }
  .content-row-landesverbaende {
    margin: 25px 0 50px 0;
  }
  .content-row-landesverbaende .bg-greylight {
    border-radius: 10px;
    overflow: hidden;
  }
  .content-row-landesverbaende .placeImage {
    position: relative;
    top: 0px;
    width: 100%;
    right: inherit;
    left: 0px;
    top: 0px;
    float: left;
    overflow: visible;
  }
  .content-row-landesverbaende .placeImage .placeimage {
    position: relative;
    left: 0px !important;
    right: 0px !important;
    width: calc(100% - 0px);
  }
  .content-row-landesverbaende .placeImage-L .placeimage {
    border-bottom: 0px solid #fff;
  }
  .content-row-landesverbaende .placeImage-R .placeimage {
    border-top: 0px solid #fff;
  }
  .content-row-landesverbaende .part-text {
    margin: 25px 0 10px 0;
  }
  .searchwrapper .content-row-leaguemenu {
    display: block;
    margin: -148px 0 0 0;
  }
  .searchwrapper .content-row-leaguemenu .horizontmenu-itembox .horizontmenu-item .linkspan {
    margin: 10px 0 10px 0px;
    padding: 0 0px 0 0px;
    line-height: 20px;
  }
  .searchwrapper .content-row-leaguemenu .horizontmenu-itembox .horizontmenu-item {
    width: 95.8%;
    height: auto;
    margin: 3px 0 6px 2%;
  }
  .searchwrapper .content-row-horizontmenu .horizontmenu-itembox {
    height: auto;
    padding: 5px 0 5px 0;
  }
  .searchpage .tx-indexedsearch-search-submit input {
    position: relative;
    right: inherit;
    width: 200px;
    margin: 0px auto;
    height: 40px;
    font-weight: 500;
    font-size: 16px;
    float: none;
    display: block;
  }
  .searchpage .tx-indexedsearch-searchbox-sword {
    margin: 20px 0 10px 0;
  }
  .searchpage .tx-indexedsearch-searchbox {
    padding: 10px 20px 25px 20px;
  }
  .searchresultsbox .tx-indexedsearch-browsebox .tx-indexedsearch-browsebox li {
    float: none;
    margin: 0px 15px 0 0;
    display: inline-block;
    text-align: center;
  }
  .searchresultsbox .tx-indexedsearch-browsebox .tx-indexedsearch-browsebox li:last-child {
    float: none;
    display: block;
  }
  .searchresultsbox .tx-indexedsearch-browsebox {
    text-align: center;
    margin: 0px 0 15px 15%;
    font-size: 14px;
    float: left;
    width: 70%;
    line-height: 22px;
  }
  .box-playerprofile .tounamentItem .Points {
    text-align: left;
  }
  .box-playerprofile .tounamentItem .Points .Points-item {
    display: inline-block;
    text-align: center;
    margin: 5px 0 10px 0px;
    border-left: 0px solid #ccc;
    padding: 0 10px 0 0px;
    font-size: 12px;
    line-height: 14px;
  }
  .box-playerprofile .player-sharelink {
    position: relative;
    right: inherit;
    top: inherit;
    float: left;
    text-align: center;
    width: 100%;
  }
  .box-playerprofile .player-sharelink .shareicon {
    position: relative;
    right: inherit;
    display: block;
    cursor: pointer;
    float: none;
    margin: 20px auto 0 auto;
    width: 35px;
  }
  .box-playerprofile .player-sharelink .shorturl {
    position: relative;
    top: 0;
    left: 0;
  }
  .box-clubprofile .club-sharelink {
    position: relative;
    right: inherit;
    top: inherit;
    float: left;
    text-align: center;
    width: 100%;
  }
  .box-clubprofile .club-sharelink .shareicon {
    position: relative;
    right: inherit;
    display: block;
    cursor: pointer;
    float: none;
    margin: 20px auto 0 auto;
    width: 35px;
  }
  .box-clubprofile .club-sharelink .shorturl {
    position: relative;
    top: 0;
    left: 0;
  }
  .content-row-rankinglist .content-part-rankinglist .RaceHL .RaceHLitem {
    width: 100%;
    display: block;
    text-align: center;
  }
  .val-race.val-race-desc {
    display: block;
    width: 100%;
    float: left;
  }
  .contentLoginBTN {
    width: calc(100% - 65px);
  }
  body {
    -webkit-text-size-adjust: 100%;
  }
  #main .filterItem-period-custom-from {
    margin: -20px 0 10px 0;
  }
  .news-overview .filterboxOpen .filtersection-period {
    display: block;
  }
  .news-overview .filtersection-period {
    display: none;
  }
  .news-overview #main .filterItem-period-custom-from .dateinputitem {
    float: left;
    margin: 0px 0px 0px 0px;
    top: 0;
    left: 0;
    width: 100%;
  }
  .news-overview #main .filterItem-period-custom-from .dateinputitem .label {
    font-size: 14px;
    width: 30px;
    display: inline-block;
  }
  .news-overview #main .filterItem-period-custom-from .dateinputitem input {
    padding: 5px 30px 5px 30px;
    margin: 0 0px 15px 13px;
  }
  .news-overview .content-part-newsfilter .filtersection .filterItem-dateall {
    float: left;
    margin: 7px 20px 20px 0 !important;
    display: block;
    position: relative;
  }
  .news-overview .content-part-newsfilter .btnfiltersubmit-newsperiod {
    margin: 26px 0 0 0px;
  }
  .content-row.content-row-addbannersticky {
    min-height: 40px;
  }
  .content-row.content-row-addbannersticky .banner-wrapper .banner-origin {
    font-size: 10px;
    position: relative;
    top: 4px;
  }
  .content-row.content-row-addbannersticky iframe {
    overflow: auto;
    width: auto;
  }
  .content-row.content-row-addbannersticky .BTN-bannerclose {
    top: -23px;
    padding: 5px;
    width: 13px;
    height: 13px;
  }
  .table-content-row .td-team {
    padding-left: 3px;
  }
  .table-content-row.riseAndFallState_rise .td-team::before {
    margin: 0 0 0 -16px;
    font-size: 10px;
  }
  .table-content-row.riseAndFallState_fall .td-team::before {
    margin: 0 0 0 -14px;
    font-size: 10px;
  }
  .ShowtournamentDetail .box-tournamentetail .content-part-w75 .tournamentetail-row .tournamentetail-row-inner .tournamentetail-databox .databox-row .courtLocationBox .locationrow, .ShowtournamentDetail .box-tournamentetail .content-part-w75 .tournamentetail-row .tournamentetail-row-inner .tournamentetail-databox .databox-row .accommodationBox .locationrow {
    width: 100%;
    margin: 0 0% 20px 0;
  }
  .ShowtournamentDetail .box-tournamentetail .content-part-w75 .tournamentetail-row .table-competitions .competitionsrow .competitioninforow {
    margin: 10px 0 0 0;
    line-height: 16px;
    border-top: 1px solid #ccc;
    padding: 12px 0 0 0;
    text-align: center;
  }
  .competitioninforowItem {
    width: 100%;
    display: block;
    margin: 0 0 5px 0;
  }
  .competitioninforowItem .competitioninforowdata {
    display: block;
    margin: 0 0 0 0px;
  }
  .compregistrationEndDatetime:before {
    content: "";
  }
}
.mobnavON .sidebtn, .mobnavON .hero-menu {
  display: block;
}
.mobnavON .content-row-header .sidebtn {
  float: left;
  margin: 0 0px 0 0;
  position: absolute;
  left: 2.5% !important;
  top: 332px;
  width: 95%;
}
.mobnavON .content-row-header .sidebtn .btn {
  width: calc(46% - 40px);
  margin: 5px 0 10px 0%;
  text-align: center;
  display: block;
  float: left;
  border: 1px solid;
  padding: 6px 20px;
}
.mobnavON .content-row-header .sidebtn .btn:nth-child(even) {
  float: right;
}
.mobnavON .hero-menu {
  float: left;
  width: 100%;
  margin: 20px 0 0 0;
  padding: 415px 0 0 0;
}
.mobnavON .hero-menu .heroCtaBox {
  display: none;
}
.mobnavON .hero-menu .nav-item {
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
  position: relative;
}
.mobnavON .hero-menu .nav-item.level-0:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 0px;
  width: 30px;
  height: 30px;
  background-image: url("/Resources/Public/Images/icon-mobnavarrow.svg");
  background-repeat: no-repeat;
  background-position: right 3px;
}
.mobnavON .hero-menu .nav-item.active:after {
  filter: invert(16%) sepia(52%) saturate(6047%) hue-rotate(339deg) brightness(105%) contrast(125%);
}
.mobnavON .hero-menu .nav-item.heroItemActive:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 5px;
  top: -5px;
  filter: invert(16%) sepia(52%) saturate(6047%) hue-rotate(339deg) brightness(105%) contrast(125%);
}
.mobnavON .hero-menu a.nav-link-level0 {
  font-size: 16px;
  font-weight: 500;
}
.mobnavON .hero-menu .box-submenu {
  position: relative;
  display: none;
  opacity: 1;
  z-index: 99;
  background: none;
  width: 100%;
  left: 0px;
  padding: 30px 0 30px 0;
  top: 0;
  min-height: 1px;
  border-bottom: 0px solid #F5F5F5;
  -webkit-box-shadow: 0px 44px 72px -39px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 44px 72px -39px rgba(0, 0, 0, 0);
  box-shadow: 0px 44px 72px -39px rgba(0, 0, 0, 0);
  float: left;
}
.mobnavON .hero-menu .box-subsubmenu {
  float: left;
  width: 100%;
  margin: 0 0 3px 0;
  padding: 15px 0 0 10px;
  background: #F5F5F5;
}
.mobnavON .hero-menu .box-subsubmenu:last-child {
  margin-bottom: 0px;
}
.mobnavON .hero-menu .box-subsubmenu .box-subsubmenu-titel {
  font-weight: 500;
  margin: 0 0 15px 0;
}
.mobnavON .hero-menu .box-subsubmenu .navitem-level2 {
  margin: 0 0 0px 0;
}
.mobnavON .hero-menu .heroItemActive {
  background: #eee;
  padding: 10px 0 0 0 !important;
  float: left;
}
.mobnavON .hero-menu .heroItemActive a.nav-link-level0 {
  position: relative;
  left: 10px;
}
.mobnavON .hero-menu .heroItemActive .box-submenu {
  position: relative;
  display: block;
  opacity: 1;
  z-index: 99;
  background: none;
  width: 100%;
  left: 0px;
  padding: 10px 0 0px 0;
  top: 0;
  min-height: 1px;
  border-bottom: 0px solid #F5F5F5;
  -webkit-box-shadow: 0px 44px 72px -39px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 44px 72px -39px rgba(0, 0, 0, 0);
  box-shadow: 0px 44px 72px -39px rgba(0, 0, 0, 0);
  float: left;
}
.mobnavON .metabox {
  display: block;
  position: absolute;
  top: 85px;
  width: 100%;
  left: 2.5%;
}
.mobnavON .content-row-header-meta .header-meta-menu {
  width: 95%;
  position: relative;
}
.mobnavON .metalink.metalinkKonto {
  float: right;
  margin: 0px 0 0 0px !important;
  left: -8px;
  top: 9px;
  font-size: 14px;
}
.mobnavON .metalink.landesverband-selector {
  width: 98%;
  border-bottom: 1px solid #ccc;
  padding: 0 0 10px 0;
  margin: 5px 0 5px 0 !important;
  float: left;
  font-size: 14px;
}
.mobnavON .content-row-header-meta .header-meta-menu .metalink {
  margin: 7px 40px 0 0;
  float: left;
  font-size: 14px;
}
.mobnavON .content-row-header-meta .landesverband-selector .landesverband-list {
  padding: 15px 15px 10px 15px;
  margin: 0px 0 0 -13px;
  width: 100%;
  z-index: 99;
}
.mobnavON .metalink.metalink-app {
  margin: 3px 0 0 30px !important;
}
.mobnavON .metalink.metalink-tv {
  margin: 3px 0 0 30px !important;
}
.mobnavON .metalink.metalink-news {
  margin: 5px 0 0 0 !important;
}
.mobnavON .content-row-header-meta .metabox {
  float: left;
  margin: 0 0px 0 0;
  width: 100%;
}
.mobnavON .content-row-header-meta {
  float: left;
  width: 100%;
}
.mobnavON .content-row-header-meta .header-meta-menu .landesverband-selector {
  margin: 7px 40px 0 0;
  float: left;
  font-size: 14px;
  border-top: 1px solid #ccc;
  padding: 10px 0 10px 0;
}
.mobnavON .content-row-header-meta .header-meta-menu .landesverband-selector:before {
  content: "";
  position: absolute;
  right: 5px;
  top: 8px;
  width: 20px;
  height: 20px;
  background-image: url("/Resources/Public/Images/icon-mobnavarrow.svg");
  background-repeat: no-repeat;
  background-position: right 3px;
  background-size: 7px;
  opacity: 0.8;
}
.mobnavON .metalink.metalink-news {
  margin: 7px 0 0 0 !important;
  width: 98%;
  border-bottom: 1px solid #ccc;
  padding: 0 0 11px 0;
  position: relative;
}
.mobnavON .metalink.metalink-news:after {
  content: "";
  position: absolute;
  right: 5px;
  top: 0;
  width: 20px;
  height: 20px;
  background-image: url("/Resources/Public/Images/icon-mobnavarrow.svg");
  background-repeat: no-repeat;
  background-position: right 3px;
  background-size: 7px;
  opacity: 0.8;
}
.mobnavON .metalink.metalink-app {
  margin: 10px 0 0 0 !important;
  width: calc(98% - 0px);
  border-bottom: 1px solid #ccc;
  padding: 2px 0 11px 0px;
  position: relative;
}
.mobnavON .metalink.metalink-app .metaline-icon {
  display: none;
}
.mobnavON .metalink.metalink-app:after {
  content: "";
  position: absolute;
  right: 5px;
  top: 0;
  width: 20px;
  height: 20px;
  background-image: url("/Resources/Public/Images/icon-mobnavarrow.svg");
  background-repeat: no-repeat;
  background-position: right 3px;
  background-size: 7px;
  opacity: 0.8;
}
.mobnavON .metalink.metalink-tv {
  margin: 10px 0 0 0 !important;
  width: calc(98% - 0px);
  border-bottom: 1px solid #ccc;
  padding: 2px 0 11px 0px;
  position: relative;
}
.mobnavON .metalink.metalink-tv .metaline-icon {
  display: none;
}
.mobnavON .metalink.metalink-tv:after {
  content: "";
  position: absolute;
  right: 5px;
  top: 0;
  width: 20px;
  height: 20px;
  background-image: url("/Resources/Public/Images/icon-mobnavarrow.svg");
  background-repeat: no-repeat;
  background-position: right 3px;
  background-size: 7px;
  opacity: 0.8;
}
.mobnavON .content-row-header-meta .header-meta-menu .metalink {
  margin: 11px 40px 0 0;
}
.mobnavON .metalink.metalinkKonto {
  float: left !important;
  top: 0px;
  left: 0px;
  margin: 10px 0 0 0 !important;
  width: 98%;
  border-bottom: 1px solid #ccc;
  padding: 2px 0 16px 0;
  position: relative;
}
.mobnavON .metalink.metalinkKonto .userNamelabel {
  display: inline;
  text-align: left;
  position: relative;
  bottom: 0;
  left: 0;
  line-height: 10px;
}
.mobnavON .metalink.metalinkKonto .metaline-icon {
  position: relative;
  top: 0;
  float: left;
  margin: 0 8px 0 0;
}
.mobnavON .metalink.metalinkKonto:after {
  content: "";
  position: absolute;
  right: 5px;
  top: 0;
  width: 20px;
  height: 20px;
  background-image: url("/Resources/Public/Images/icon-mobnavarrow.svg");
  background-repeat: no-repeat;
  background-position: right 3px;
  background-size: 7px;
  opacity: 0.8;
}
.mobnavON .landesverband-selector-on .landesverband-list {
  padding: 0 15px 10px 15px !important;
  margin: 9px 0 0 -13px !important;
  width: 100%;
  z-index: 99;
}
.mobnavON .landesverband-selector-on:after {
  content: "";
  background-image: url("/Resources/Public/Images/icon-mobnav-x.svg");
  position: absolute;
  font-size: 20px;
  float: right;
  top: 6px;
  background-color: #fff;
  border: 1px solid #FF002B;
  width: 22px;
  height: 22px;
  right: 5px;
  background-size: 52%;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 100%;
}
.mobnavON.userloggedin .metausermenu-on .meta-usermenu {
  display: block;
  position: absolute;
  width: calc(100% - 40px);
  background: #ffffff;
  left: 0px;
  padding: 15px 20px 20px 20px;
  -webkit-box-shadow: 0px 0px 75px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 75px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 9px 10px 0px rgba(0, 0, 0, 0.1);
  margin: 157px 0 0 0;
  z-index: 10;
}
.mobnavON.userloggedin .metausermenu-on .meta-usermenu:before {
  content: "";
  background-image: url("/Resources/Public/Images/icon-mobnav-x.svg");
  position: absolute;
  font-size: 20px;
  float: right;
  top: -28px;
  background-color: #fff;
  border: 1px solid #FF002B;
  width: 25px;
  height: 25px;
  right: 5px;
  background-size: 52%;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 100%;
}
.mobnavON .mobnavON .metalink.metalinkLogin {
  float: left !important;
  top: 0px;
  left: 0px;
  margin: 10px 0 0 0 !important;
  width: 98%;
  border-bottom: 1px solid #ccc;
  padding: 2px 0 16px 0;
  position: relative;
}
.mobnavON .content-row-header-meta .header-meta-search {
  margin: 4px 0 0 0px;
  left: 0;
  top: 0;
  width: 95%;
  padding: 7px 0 0 0;
  font-size: 14px;
}
.mobnavON .content-row-header-meta .metaline-icon {
  display: inline-block;
  margin: 0px 9px 0 0px;
  float: left;
  width: 15px;
}

.userloggedout.mobnavON .usermenu-mobile {
  display: none;
}
.userloggedout.mobnavON .metalinkLogin {
  margin: 10px 0 0 0 !important;
  width: calc(98% - 0px);
  border-bottom: 1px solid #ccc;
  padding: 2px 0 11px 0px;
  position: relative;
}
.userloggedout.mobnavON .metalinkLogin .metaline-icon {
  position: absolute;
  left: 0px;
}
.userloggedout.mobnavON .metalinkLogin .userNamelabel {
  right: inherit;
  top: 1.5px;
  margin: 0 0 0 0px;
  left: 24px;
}
.userloggedout.mobnavON .metalinkLogin:after {
  content: "";
  position: absolute;
  right: 5px;
  top: 0;
  width: 20px;
  height: 20px;
  background-image: url("/Resources/Public/Images/icon-mobnavarrow.svg");
  background-repeat: no-repeat;
  background-position: right 3px;
  background-size: 7px;
  opacity: 0.8;
}
.userloggedout.mobnavON .header-meta-search {
  margin: -33px 0 0 0px;
}

/* ................................................... 767 */
@media only screen and (max-width: 767px) {
  .usermenu-mobile {
    display: block;
    position: absolute;
    right: 90px;
    z-index: 999999;
    width: 50px;
    height: 29px;
    top: 26px;
  }
  .usermenu-mobile .metalinkKonto, .usermenu-mobile .metalinkKontoLogin {
    position: absolute;
    opacity: 1;
    display: none;
    height: 26px;
    width: 37px;
  }
  .usermenu-mobile .userNamelabel {
    display: none;
  }
  .usermenu-mobile .metaline-icon {
    position: absolute;
    top: 3px;
    float: right;
    right: 0px;
    width: 17px;
    filter: invert(12%) sepia(95%) saturate(6522%) hue-rotate(346deg) brightness(99%) contrast(107%);
  }
  .usermenu-mobile .meta-usermenu-mobile {
    display: none;
  }
  .userloggedout .usermenu-mobile .metalinkLogin {
    display: block;
  }
  .userloggedout .usermenu-mobile .metalinkLogin:after {
    content: "Login";
    color: #FF002B;
    font-size: 9px;
    position: absolute;
    top: 18px;
    margin: 0 0 0 5px;
    left: 30px;
  }
  .userloggedout .usermenu-mobile .metalinkLogin .metaline-icon {
    width: 16px;
    top: 0px;
  }
  .userloggedin .usermenu-mobile .metalinkKonto {
    display: block;
    left: 25px;
  }
  .userloggedin .usermenu-mobile .metalinkKonto:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    width: 30px;
    height: 30px;
    background-image: url("/Resources/Public/Images/icon-mobnavarrow.svg");
    background-repeat: no-repeat;
    background-position: right 3px;
    background-size: 6px;
    filter: invert(12%) sepia(95%) saturate(6522%) hue-rotate(346deg) brightness(99%) contrast(107%);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .userloggedin .usermenu-mobile .metalinkKonto .metaline-icon {
    width: 16px;
    top: 0px;
  }
  .userloggedin .usermenu-mobile-on .usermenu-mobile .meta-usermenu-mobile {
    display: block;
    background: #fff;
    position: absolute;
    right: -18vw;
    width: 103vw;
    top: 56px;
    padding: 20px 10px 20px 20px;
    margin: 0px;
    -webkit-box-shadow: 0px 32px 36px -27px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0px 32px 36px -27px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 32px 36px -27px rgba(0, 0, 0, 0.19);
  }
  .userloggedin .usermenu-mobile-on .usermenu-mobile .meta-usermenu-mobile:before {
    content: "";
    background-image: url("/Resources/Public/Images/icon-mobnav-x.svg");
    position: absolute;
    font-size: 20px;
    float: right;
    top: 16px;
    background-color: #fff;
    border: 1px solid #FF002B;
    width: 25px;
    height: 25px;
    left: 92vw;
    background-size: 52%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 100%;
  }
  .userloggedin .usermenu-mobile-on .usermenu-mobile .meta-usermenu-mobile .item-usermenu {
    margin: 0px 40px 0 15px;
    float: left;
    font-size: 14px;
    border-top: 0px solid #ccc;
    padding: 0px 0 10px 0;
    width: 100%;
    max-width: 300px;
    font-weight: 500;
  }
  .userloggedin.mobnavON .usermenu-mobile {
    display: none !important;
  }
}
/* ................................................... 620 */
@media only screen and (max-width: 620px) {
  .userloggedin .usermenu-mobile-on .usermenu-mobile .meta-usermenu-mobile {
    right: -26vw;
  }
}
/* ................................................... 430 */
@media only screen and (max-width: 430px) {
  .userloggedin .usermenu-mobile-on .usermenu-mobile .meta-usermenu-mobile {
    right: -30vw;
    width: 103vw;
  }
  .userloggedin .usermenu-mobile-on .usermenu-mobile .meta-usermenu-mobile::before {
    left: 92vw;
  }
}
/* ................................................... 320 */
@media only screen and (max-width: 320px) {
  .userloggedin .usermenu-mobile-on .usermenu-mobile .meta-usermenu-mobile .item-usermenu {
    margin: 0px 40px 0 36px;
  }
  .userloggedin .usermenu-mobile-on .usermenu-mobile .meta-usermenu-mobile::before {
    left: 97vw;
  }
}
