/***
====================================================================
	Copyright by Null1 media
	Moritz Locher
	mail [at] null1 [dot] media
====================================================================
***/

/***
====================================================================
	Allgemein
====================================================================
***/
body {
  font-family: "Montserrat", sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  color: #000;
  line-height: 1.7;
  background-color: #fff;
}

::-moz-selection {
  color: #fff;
  background: #ba0019;
}

::selection {
  color: #fff;
  background: #ba0019;
}

a {
  color: #ba0019;
  transition: all .3s ease;
}

a:hover {
  color: #000;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 { color: #000; }

.text-black { color: #000 !important; }

.bg-light { background: rgba(255, 255, 255, .05) !important; }

.bg-dark { background: #ddd !important; }

.site-wrap::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  z-index: 2000;
  background: rgba(0, 0, 0, .6);
  transition: all .3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.offcanvas-menu .site-wrap {
  width: 100%;
  height: 100%;
  z-index: 2;
}

.offcanvas-menu .site-wrap::before {
  opacity: 1;
  visibility: visible;
}

input::-webkit-date-and-time-value { text-align: left; }

.btn {
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 30px;
  border-width: 2px;
}

.btn:hover,
.btn:active,
.btn:focus {
  box-shadow: none !important;
  outline: none;
}

.btn.working i {
  animation: 2s linear infinite fa-spin;
  transform-origin: 50% 55.95%;
}

.btn.working i::before { content: "\f1ce"; }

.btn.btn-primary,
.btn.btn-secondary,
.btn.btn-primary:disabled,
.btn.btn-secondary:disabled {
  background-color: #ba0019;
  border-color: #ba0019;
}

.btn.btn-primary:hover,
.btn.btn-secondary:hover {
  color: #ba0019 !important;
  background: transparent !important;
  border-color: #ba0019 !important;
}

.btn.btn-primary:disabled:hover,
.btn.btn-secondary:disabled:hover {
  color: #fff !important;
  background-color: #ba0019 !important;
  border-color: #ba0019 !important;
  cursor: not-allowed;
}

.form-control {
  height: 43px;
  font-family: "Montserrat", sans-serif;
  background: none;
  border-width: 1px;
  border-radius: 4px;
}

.form-control:active,
.form-control:focus {
  background: none;
  border-color: #ba0019;
}

.form-control:hover,
.form-control:active,
.form-control:focus { box-shadow: none !important; }

.site-section { padding: 2.5em 0; }

.site-section.site-section-sm { padding: 4em 0; }

.site-section-heading {
  position: relative;
  font-size: 30px;
  margin-bottom: 0px;
  padding-bottom: 20px;
}

.border-top { border-top: 1px solid #edf0f5 !important; }

.null1-media-logo-small {
  width: 100%;
  max-width: 75px;
}

.null1-media img {
  width: 35%;
  padding-top: 20px;
}

.tc-loader { width: 25px; }

.slider-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
}

.tc-cover {
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

.tc-cover.overlay { position: relative; }

.tc-cover.overlay::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .5);
}

.progress { height: 45px; }

.progress-bar { background-color: #ba0019; }

/***
====================================================================
  Cookie-Zustimmung
====================================================================
***/
#cc_div #cm {
	font-family: "Montserrat", sans-serif !important;
	color: #000;
  border-top: 2px solid #ba0019;
}

#cc_div #cm #c-ttl, #s-ttl {
	font-family: "Montserrat", sans-serif;
	font-size: 20px !important;
	font-weight: 500 !important;
  color: #000;
}

#cc_div #cm #c-txt {
  font-size: 1rem;
  font-weight: 300;
}

.cc_div .cc-link {
	font-weight: normal !important;
	color: #ba0019 !important;
	border: 0 !important;
}

.cc_div .c-bn:not(#s-c-bn) {
  font-size: 12px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  line-height: 30px;
  background-color: #ba0019;
  border: 2px solid #ba0019;
  border-radius: .3rem;
  padding: .5rem 1rem;
}

.cc_div .c-bn:not(#s-c-bn) span { text-transform: uppercase; }

.cc_div .c-bn:not(#s-c-bn):hover {
  color: #ba0019 !important;
  background: transparent;
  border-color: #ba0019;
}

.cc_div .c-bn:not(#s-c-bn).c_link {
	color: #ba0019 !important;
	border: 2px solid #ba0019 !important;
	background-color: transparent !important;
}

.cc_div .c-bn:not(#s-c-bn).c_link:hover {
	color: #fff !important;
	background: #ba0019 !important;
}

#c-s-in { font-family: "Montserrat", sans-serif !important;	}

#cm,
#s-inr,
.cc_div .c-bl,
.cc_div .b-tl,
#s-bl .act .b-acc,
#s-c-bn { border-radius: 0 !important; }

/***
====================================================================
	Navigation
====================================================================
***/
.site-logo {
  position: relative;
  font-size: 1.3rem;
  font-weight: 900;
}

.site-logo a { color: #fff; }

.dropdown-menu {
  margin-top: -3px;
  margin-left: 20px;
}

.dropdown-menu::before {
  position: absolute;
  content: "";
  top: -8px;
  left: 5%;
  display: inline-block;
  border-bottom: 9px solid rgba(0, 0, 0, .2);
  border-left: 9px solid rgba(0, 0, 0, 0);
  border-right: 9px solid rgba(0, 0, 0, 0);
}

.dropdown-menu::after {
  position: absolute;
  content: "";
  top: -7px;
  left: 5%;
  display: inline-block;
  border-bottom: 8px solid #fff;
  border-left: 9px solid rgba(0, 0, 0, 0);
  border-right: 9px solid rgba(0, 0, 0, 0);
}

.dropdown-item.active,
.dropdown-item:active { background-color: #ba0019; }

.dropdown-toggle::after {
  width: unset;
  height: unset;
  content: "\f107";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  border: 0 !important;
  margin-left: .5em;
  vertical-align: unset;
  transition: all .3s;
}

.site-navbar {
  position: absolute;
  width: 100%;
  z-index: 1999;
  margin-bottom: 0px;
}

.site-navbar .site-navigation .site-menu { margin-bottom: 0; }

.site-navbar .site-navigation .site-menu .active > a {
  position: relative;
  display: inline-block;
}

.site-navbar .site-navigation .site-menu .active > a::before {
  position: absolute;
  content: "";
  right: 20px;
  bottom: 0;
  left: 20px;
  height: 2px;
  background: #ba0019;
}

.site-navbar .site-navigation .site-menu a {
  display: inline-block;
  text-decoration: none !important;
}

.site-navbar .site-navigation .site-menu > li { display: inline-block; }

.site-navbar .site-navigation .site-menu > li > a {
  display: inline-block;
  font-size: .8rem;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none !important;
  letter-spacing: .1rem;
  padding: 5px 20px;
}

.site-navbar .site-navigation .site-menu > li > a:hover { color: #fff; }

.site-mobile-menu {
  position: fixed;
  right: 0;
  width: 300px;
  height: calc(100vh);
  z-index: 2000;
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, .1);
  background: #fff;
  padding-top: 20px;
  transform: translateX(110%);
  transition: all .3s ease-in-out;
}

.offcanvas-menu .site-mobile-menu { transform: translateX(0%); }

.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  display: inline-block;
  font-size: 30px;
  line-height: 1;
  padding-left: 10px;
  padding-right: 0px;
  cursor: pointer;
  transition: all .3s ease;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover { color: #25262a; }

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 0px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display: inline-block;
  text-transform: uppercase;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img { max-width: 70px; }

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover { text-decoration: none; }

.site-mobile-menu .site-mobile-menu-body {
  position: relative;
  height: calc(100vh - 52px);
  overflow-y: scroll;
  padding: 0 20px 150px 20px;
}

.site-mobile-menu .site-nav-wrap {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-mobile-menu .site-nav-wrap a {
  position: relative;
  display: block;
  color: #212529;
  padding: 10px 20px;
}

.site-mobile-menu .site-nav-wrap a:hover { color: #ba0019; }

.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block;
}

.site-mobile-menu .site-nav-wrap li.active > a { color: #ba0019; }

.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  top: 10px;
  right: 0px;
  width: 36px;
  height: 36px;
  z-index: 20;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover { background: #f8f9fa; }

.site-mobile-menu .site-nav-wrap .arrow-collapse::before {
  position: absolute;
  content: "\f078";
  top: 50%;
  left: 50%;
  z-index: 20;
  font-family: "icomoon";
  font-size: 12px;
  transform: translate(-50%, -50%) rotate(-180deg);
  transition: all .3s ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed::before { transform: translate(-50%, -50%); }

.site-mobile-menu .site-nav-wrap > li {
  position: relative;
  display: block;
  width: 100%;
  float: left;
}

.site-mobile-menu .site-nav-wrap > li > a {
  font-size: 20px;
  padding-left: 20px;
}

.site-mobile-menu .site-nav-wrap > li > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-mobile-menu .site-nav-wrap > li > ul > li { display: block; }

.site-mobile-menu .site-nav-wrap > li > ul > li > a {
  font-size: 16px;
  padding-left: 40px;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
  margin: 0;
  padding: 0;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li { display: block; }

.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
  font-size: 16px;
  padding-left: 60px;
}

/***
====================================================================
	Blöcke
====================================================================
***/
.hero {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.hero > .container > .row { min-height: 500px; }

.start .hero,
.start .hero > .container > .row {
  height: 100vh;
  min-height: 500px;
}

.hero.overlay::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .5);
}

.hero h1 {
  font-size: 4rem;
  font-weight: 700;
}

.hero p {
  font-size: 2rem;
  color: #fff;
}

.start .team-vs { margin-top: -90px; }

.team-vs {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(110deg, #000 50%, #ba0019 50%);
  border-radius: 10px;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .1);
}

.team-vs .score-container {
  display: flex;
  flex-direction: column;
  color: #fff;
  text-align: center;
}

.team-vs .score {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: .2em;
}

.team-vs .report { color: #fff !important; }

.team-vs h3 {
  font-size: 20px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 20px;
}

.team-vs ul { color: #fff; }

.team-vs .team-details img {
  width: 90px;
  padding-bottom: 10px;
}

.team-vs .team-1,
.team-vs .team-2 { padding: 30px; }

.team-vs .team-2 { position: relative; }

.countdown .countdown-block {
  display: inline-block;
  width: 80px;
  font-size: 12px;
  color: #000;
  text-align: center;
  border-radius: 7px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-right: 8px;
}

.countdown .countdown-block .label {
  display: block;
  font-size: 1rem;
  line-height: 1.2;
}

.latest-news { padding: 100px 0; }

.latest-news .post-entry {
  position: relative;
  height: 350px;
  background-size: cover;
  overflow: hidden;
  transition: all .3s ease;
}

.latest-news .post-entry img {
  transform: scale(1);
  transition: all .3s ease;
}

.latest-news .post-entry::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px;
  z-index: 2;
  background-color: #ba0019;
  transition: all .3s ease;
}

.latest-news .post-entry .caption {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.latest-news .post-entry .caption::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: rgba(0, 0, 0, .4);
  transition: all .3s ease;
}

.latest-news .post-entry .caption .caption-inner {
  position: absolute;
  right: 30px;
  bottom: 30px;
  left: 30px;
}

.latest-news .post-entry .author .text h4 {
  font-weight: 700;
  color: #fff;
}

.latest-news .post-entry .author .text span { color: #fff; }

.latest-news .post-entry .author .text h4,
.latest-news .post-entry .author .text span {
  font-size: 14px;
  line-height: 1;
  margin: 0;
}

.latest-news .post-entry:hover {
  z-index: 2;
  transform: scale(1.1);
}

.latest-news .post-entry:hover .caption::before { background: rgba(0, 0, 0, .7); }

.latest-news .post-entry:hover::before { width: 100%; }

.video-media { position: relative; }

.video-media .play-button {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  font-size: 20px;
  color: #fff;
}

.video-media .play-button .caption { width: 100%; }

.video-media .play-button .caption h3 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}

.widget-next-match { border: 1px solid #ba0019; }

.widget-vs { width: 100%; }

.widget-vs img { max-width: 120px; }

.widget-vs h3 {
  font-size: 18px;
  font-weight: 700;
}

.widget-vs .vs > span {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background: #ba0019;
  border-radius: 30px;
  padding: 5px 20px;
}

.widget-vs-contents { padding-bottom: 0px; }

.widget-vs-contents h4 {
  font-size: 16px;
  font-weight: 700;
  color: #ba0019;
}

.widget-title {
  color: #fff;
  background-color: #ba0019;
  padding: 16px 20px;
}

.widget-title h3 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  padding: 0;
}

.widget-body { padding: 20px; }

.team-stats-icon {
  position: absolute;
  top: 50%;
  right: 15px;
  font-size: 3rem;
  color: #ddd;
  transform: translateY(-50%);
}

.title-section .heading {
  position: relative;
  font-size: 2rem;
  padding-left: 45px;
}

.title-section .heading::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: url("https://cdn.tc-fridingen.de/img/tennisball.svg");
  width: 2.2rem;
}

.custom-table { margin-bottom: 0; }

.custom-table thead tr th {
  color: #fff;
  background: #ba0019;
  border: none;
}

.timetable thead tr th { border: 1px solid #ba0019 !important; }

.custom-table thead tr.header-second th { background: #0d0f13; }

.custom-table tbody tr td {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.custom-table tbody tr td strong { font-weight: 400; }

.custom-table tbody tr:last-child td { border: none; }

.custom-table tbody tr.highlighted { background: #ddd; }

.timetable tbody tr td { border: 1px solid #dee2e6 !important; }

.timetable .separator { border-bottom: 2px solid #ba0019 !important; }

.timetable .cell-styled {
  font-weight: bold;
  vertical-align: middle;
}

.footer-section {
  background: #ba0019;
  padding: 70px 0;
}

.footer-section .widget h3 {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.footer-section .widget .links li { margin-bottom: 10px; }

.footer-section .widget .links li a { color: #fff; }

.custom-nav a {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 20px;
  color: #fff;
  background: #ddd;
  border-radius: 5px;
}

.custom-nav a > span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.custom-nav a:hover { background-color: #ba0019; }

.tc-feature-block-1 {
  position: relative;
  top: 0;
  transition: .3s all ease;
}

.tc-feature-block-1:hover,
.tc-feature-block-1:focus,
.tc-feature-block-1:active {
  top: -10px;
  box-shadow: 0 10px 40px -5px rgba(0, 0, 0, .4);
}

.nav-tabs .nav-link {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.schedule-list .result {
  min-width: 4.5rem;
  color: #fff;
  font-weight: bold;
  background-color: #ba0019;
}

/***
====================================================================
	TC Heim
====================================================================
***/
#datepicker .datepicker-inline,
#datepicker .datepicker-inline .table-condensed {
  width: 100%;
  text-align: center;
  border-collapse: separate;
  border-spacing: 15px;
  padding: 0;
}

#datepicker .datepicker .datepicker-title {
  font-size: 1.75rem;
  font-weight: 500;
  color: #000;
}

#datepicker .datepicker .datepicker-switch {
  font-size: 1.5rem;
  font-weight: 500;
}

#datepicker .datepicker .prev,
#datepicker .datepicker .next { font-size: 1.5rem; }

#datepicker .datepicker .prev:hover,
#datepicker .datepicker .next:hover { cursor: pointer; }

#datepicker .datepicker .dow {
  font-size: 1.25rem;
  font-weight: 500;
}

#datepicker .datepicker table tr td,
#datepicker .datepicker table tr th {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

#datepicker .datepicker table tr td.today,
#datepicker .datepicker table tr td.today.disabled,
#datepicker .datepicker table tr td.today.disabled:hover,
#datepicker .datepicker table tr td.today:hover {
  background: transparent;
  border: 1px solid #000;
}

#datepicker .datepicker table tr td[class="day"],
#datepicker .datepicker table tr td[class="day"]:hover {
  color: #fff;
  background: var(--success);
  cursor: pointer;
}

#datepicker .datepicker table tr td.day.active,
#datepicker .datepicker table tr td.day.active:hover {
  background: var(--primary);
}

#datepicker .datepicker table tr td.day.disabled { color: #6c757d; }

#datepicker .datepicker table tr td.day.disabled-date,
#datepicker .datepicker table tr td.day.disabled-date:hover {
  cursor: not-allowed;
}

#datepicker .datepicker table tr td.day.disabled-date:not(.today),
#datepicker .datepicker table tr td.day.disabled-date:not(.today):hover {
  color: #000;
  background: var(--danger);
}

.rentform-wrapper { display: none; }

/***
====================================================================
	Kontakt
====================================================================
***/
.kontakt #email_wdh { display: none; }

/***
====================================================================
	Administration
====================================================================
***/
.administration #email_wdh { display: none; }

.administration .awesomplete { width: 100%; }

.administration .awesomplete > ul {
  border: 1px solid #ced4da;
  border-radius: 4px;
  box-shadow: none;
}

.administration .awesomplete > ul > li { border-radius: 4px; }

.administration .awesomplete > ul > li[aria-selected="true"] {
  color: #000;
  background: #fff;
}

.administration .awesomplete mark,
.administration .awesomplete li[aria-selected="true"] mark {
  color: #fff;
  background: #ba0019;
  border-radius: 4px;
}

.administration .dataTables_filter { float: right; }

.administration .custom-table { border: 1px solid #ba0019; }

.administration .page-item.active .page-link {
  background-color: #ba0019;
  border-color: #ba0019;
}

.administration .page-item .page-link:focus { box-shadow: none; }

.administration .page-item.previous .page-link {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.administration .page-item:last-child .page-link {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}


/***
====================================================================
	carousel.js
====================================================================
***/
.owl-dots {
  position: absolute;
  bottom: -50px;
  width: 100%;
  text-align: center;
}

.owl-dots .owl-dot  { display: inline-block; }

.owl-dots .owl-dot > span {
  width: 20px;
  height: 3px;
  display: inline-block;
  background: #ddd;
  margin: 5px;
}

.owl-dots .owl-dot.active > span { background: #ba0019; }

/***
====================================================================
	popup.js
====================================================================
***/
.mfp-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2042;
  background: #0b0b0b;
  overflow: hidden;
  opacity: 0.8;
}

.mfp-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2043;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container::before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.mfp-align-top .mfp-container::before { display: none; }

.mfp-content {
  position: relative;
  z-index: 2045;
  display: inline-block;
  text-align: left;
  margin: 0 auto;
  vertical-align: middle;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur { cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close { cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content { cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter { user-select: none; }

.mfp-loading.mfp-figure { display: none; }

.mfp-hide { display: none !important; }

.mfp-preloader {
  position: absolute;
  top: 50%;
  right: 8px;
  left: 8px;
  width: auto;
  z-index: 2044;
  color: #ccc;
  text-align: center;
  margin-top: -.8em;
}

.mfp-preloader a { color: #ccc; }

.mfp-preloader a:hover { color: #fff; }

.mfp-s-ready .mfp-preloader { display: none; }

.mfp-s-error .mfp-content { display: none; }

button.mfp-close,
button.mfp-arrow {
  z-index: 2046;
  display: block;
  outline: none;
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
  overflow: visible;
  cursor: pointer;
  -webkit-appearance: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.mfp-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  font-family: "Arial", "Baskerville", monospace;
  font-size: 28px;
  font-style: normal;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 44px;
  padding: 0 0 18px 10px;
  opacity: .65;
}
.mfp-close:hover,
.mfp-close:focus { opacity: 1; }

.mfp-close:active { top: 1px; }

.mfp-close-btn-in .mfp-close { color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  right: -6px;
  width: 100%;
  color: #fff;
  text-align: right;
  padding-right: 6px;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  color: #ccc;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  top: 50%;
  width: 90px;
  height: 110px;
  margin: 0;
  margin-top: -55px;
  padding: 0;
  opacity: .65;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active { margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus { opacity: 1; }

.mfp-arrow::before,
.mfp-arrow::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  display: block;
  border: medium inset transparent;
  margin-top: 35px;
  margin-left: 35px;
}

.mfp-arrow::before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: .7;
}

.mfp-arrow::after {
  top: 8px;
  border-top-width: 13px;
  border-bottom-width: 13px;
}

.mfp-arrow-left { left: 0; }

.mfp-arrow-left::before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-left::after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-right { right: 0; }

.mfp-arrow-right::before { border-left: 27px solid #3f3f3f; }

.mfp-arrow-right::after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  width: 100%;
  max-width: 900px;
  line-height: 0;
}

.mfp-iframe-holder .mfp-close { top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #000;
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

.mfp-figure { line-height: 0; }

.mfp-figure::after {
  content: "";
  position: absolute;
  top: 40px;
  right: 0;
  bottom: 40px;
  left: 0;
  width: auto;
  height: auto;
  z-index: -1;
  display: block;
  background: #444;
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

.mfp-figure small {
  display: block;
  font-size: 12px;
  color: #bdbdbd;
  line-height: 14px;
}

.mfp-figure figure { margin: 0; }

.mfp-bottom-bar {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: -36px;
  cursor: auto;
}

.mfp-title {
  color: #F3F3F3;
  text-align: left;
  line-height: 18px;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content { max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure { cursor: pointer; }

.mfp-container { padding: 0; }

.mfp-container .mfp-content { height: 100%; }

.tc-full-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff !important;
  overflow-y: scroll;
}

.popup-close {
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer;
}

/***
====================================================================
	toc.js
====================================================================
***/
nav[data-toggle="toc"] .nav > li > a {
  display: block;
  font-size: 13px;
  color: #4d4d4d;
  padding: 4px 20px;
  transition: all .3s;
}

nav[data-toggle="toc"] .nav > li > a:hover,
nav[data-toggle="toc"] .nav > li > a:focus {
  color: #ba0019;
  transition: all .3s;
}

nav[data-toggle="toc"] .nav-link.active,
nav[data-toggle="toc"] .nav-link.active:hover,
nav[data-toggle="toc"] .nav-link.active:focus {
  color: #ba0019;
  border-left: 1px solid #ba0019;
}

nav[data-toggle="toc"] .nav-link + ul {
  display: none;
  padding-bottom: 10px;
}

nav[data-toggle="toc"] .nav .nav > li > a {
  font-size: 12px;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 30px;
}

nav[data-toggle="toc"] .nav .nav > li > a:hover,
nav[data-toggle="toc"] .nav .nav > li > a:focus { padding-left: 29px; }

nav[data-toggle="toc"] .nav .nav > li > .active,
nav[data-toggle="toc"] .nav .nav > li > .active:hover,
nav[data-toggle="toc"] .nav .nav > li > .active:focus { padding-left: 28px; }

nav[data-toggle="toc"] .nav-link.active + ul { display: block; }

nav[data-toggle="toc"] { top: 40px; }

/***
====================================================================
	notice.js
====================================================================
***/
#notice-container {
	position: fixed;
	top: 10px;
	left: 0;
  width: 100%;
  max-width: 650px;
  z-index: 999999;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
  padding: 0 15px;
}

#notice-container * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

#notice-container.contained { position: absolute; }

#notice-container.top-left { flex-direction: column-reverse; }

#notice-container.top-center {
  left: 50%;
  flex-direction: column-reverse;
	transform: translate(-50%, 0);
}

#notice-container.top-right {
	left: unset;
	right: 10px;
	flex-direction: column-reverse;
}

#notice-container.bottom-left {
	top: unset;
	bottom: 10px;
	left: 10px;
}

#notice-container.bottom-center {
	top: unset;
	bottom: 10px;
	left: 50%;
	transform: translate(-50%, 0);
}

#notice-container.bottom-right {
  top: unset;
  right: 10px;
  bottom: 10px;
	left: unset;
}

#notice-container .notification {
  width: 100%;
  min-width: 300px;
  display: flex;
	align-items: center;
	justify-content: space-between;
  color: #fff;
	background-color: #ba0019;
  border-radius: 0;
	box-shadow: 0 16px 34px -7px rgba(0, 0, 0, .25);
	padding: 1em;
	gap: 1em;
	overflow: hidden;
	transform: translate(0, -100%);
	transition: opacity .3s, translate .3s;
  opacity: 0;
}

#notice-container .notification .notification-icon i { font-size: 2em; }

#notice-container .notification p {
  width: 100%;
	min-width: min-content;
  font-family: "Montserrat", sans-serif;
	font-size: 1.1rem;
	font-weight: 300;
  text-align: center;
}

#notice-container .notification .notification-close-icon {
	position: relative;
	cursor: pointer;
}

#notice-container.bottom-right .notification,
#notice-container.bottom-center .notification,
#notice-container.bottom-left .notification { transform: translate(0, 100%); }

#notice-container.slide-up .notification { transform: translate(0, 100%); }

#notice-container.slide-down .notification { transform: translate(0, -100%); }

#notice-container.slide-left .notification { transform: translate(100%, 0); }

#notice-container.slide-right .notification { transform: translate(-100%, 0); }

#notice-container .notification.show {
	transform: translate(0, 0);
  opacity: 1;
}

/***
====================================================================
	Media Queries
====================================================================
***/
@media (max-width: 991px) {
  .nav-tabs .nav-item { width: 100%; }
  .nav-tabs .nav-link.active {
    color: #fff;
    background: #ba0019;
    border: 1px solid transparent;
  }
  .nav-tabs .nav-link:not(.active),
  .nav-tabs .nav-link:not(.active):hover { border-color: #e9ecef; }
  .dropdown.show > .nav-link::after { transform: rotate(180deg); }
  .dropdown-menu { border: 0; }
  .dropdown-menu.show {
    position: relative !important;
    width: 100%;
    margin-left: 0;
    padding: 0;
    transform: none !important ;
  }
  .dropdown-menu.show .dropdown-item.active { color: #fff; }
  .dropdown-menu::before,
  .dropdown-menu::after { display: none; }
  .hero h1 { font-size: 2.5rem; }
  .team-vs .score {
    left: 50%;
    font-size: 2rem;
  }
  .joinform-wrapper .mx-auto { text-align: center; }
  .joinform-wrapper .form-check-inline {
    display: block;
    text-align: center;
    margin: 0 1rem;
  }
}

@media (max-width: 900px) {
  .mfp-arrow { transform: scale(.75); }
  .mfp-arrow-left { transform-origin: 0; }
  .mfp-arrow-right { transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img { padding: 0; }
  .mfp-img-mobile .mfp-figure::after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    position: fixed;
    top: auto;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    box-sizing: border-box;
    margin: 0;
    padding: 3px 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty { padding: 0; }
  .mfp-img-mobile .mfp-counter {
    top: 3px;
    right: 5px;
  }
  .mfp-img-mobile .mfp-close {
    position: fixed;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background: rgba(0, 0, 0, .6);
    padding: 0;
  }
}

@media (max-width: 768px) {
  nav[data-toggle="toc"] {
    position: static;
    margin-bottom: 40px;
  }
  nav[data-toggle="toc"] .nav .active .nav { display: none; }
  .hero {
    background-attachment: scroll !important;
    background-position: center !important;
  }
  div.dt-buttons { justify-content: center; }
  div.dataTables_wrapper div.dataTables_filter,
  div.dataTables_wrapper div.dataTables_filter label,
  div.dataTables_wrapper div.dataTables_filter input { width: 100% !important; }
  div.dataTables_wrapper div.dataTables_filter input { margin-left: 0 !important; }
  div.dataTables_wrapper div.dataTables_paginate .pagination ul { display: none; }
  .footer-section { text-align: center; }
  .footer-section .col-md-3:nth-of-type(1) .widget,
  .footer-section .col-md-3:nth-of-type(1) ul.links { margin-bottom: 0 !important; }
  .footer-section .col-md-3:nth-of-type(2) .widget h3 { display: none; }
  .impressum .site-section .container,
  .datenschutz .site-section .container { overflow-x: hidden; }
}

@media (min-width: 768px) {
  .site-section { padding: 5em 0; }
}

@media (max-width: 575px) {
  .team-vs { background: linear-gradient(0deg, #000 50%, #ba0019 50%); }
}

@media (max-width: 500px) {
	#notice-container .notification { min-width: unset; }
  .countdown .countdown-block {
    width: 60px;
    margin-right: 0;
  }
}

/***
====================================================================
	Schriftarten
====================================================================
***/
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("https://cdn.tc-fridingen.de/fonts/montserrat-v26-latin-regular.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("https://cdn.tc-fridingen.de/fonts/montserrat-v26-latin-700.woff2") format("woff2");
}
