@font-face {
font-family: 'digital';
src: url('./fonts/digital-7.ttf');
font-display: swap;
}
/* Anwenden:  style="font-family: digital" */
@font-face {
font-family: 'Source Sans Pro';
src: url('../fonts/SourceSansPro-Regular.otf');
font-display: swap;
}
/* Anwenden:  style="font-family: Source Sans Pro" */

body {
	color: #212121;
	background-color: #e6e7e8;
	font-family: 'Source Sans Pro',sans-serif;
	font-weight: 400;
	font-size: 17px;
}

.signin-container,
.registration-container,
.gastbook-container {
  max-width: 450px;
  padding: 15px;
  margin: 0 auto;
}

.registration-container h4 {
	font-size: 20px;
	font-weight: 600;
}

/* Signin */
.form-signin input[type="email"] {
  margin-bottom: -1px;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
}
.form-signin-heading {
	text-align: center;
}

.bg_zwischenmenu {
	background-image: url('../img/images/kunstrasen.jpg');
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	background-size: cover;
	min-height: 79px;
	margin-top: 52px;
	padding: 15px 10px;
}
.nav-second {
	margin-top: .1rem;
	margin-bottom: .2rem;
}

.unselectable {
   -webkit-user-select: none; /* Safari */
   user-select: none;
}

.main-container {
    background-color: #ffffff;
	padding: 15px;
}

.main-container-2 {
    margin-top: 50px;
}

.main-container-3 {
    background-color: #000000;
	padding: 8px;
}

.gameboard-container {
    background-color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 8px;
}

.fixed-top {
    padding: .2rem; 
}
.sticky-top {
    top: 50px;
    padding-left: .0rem;
    padding-right: .2rem;
}
.sticky-top-third-menu {
	position: sticky;
    top: 85px;
    padding: 0px;
}

.checkbox-xl .form-check-input {
	scale: 1.5;
}
.checkbox-xl .form-check-label {
	padding-left: 10px;
}

.btn-hidden-danger {
    font-size: 24px; 
    color: #dc3545; 
}
.btn-hidden-danger:active,
.btn-hidden-danger:hover {
    font-size: 24px; 
    color: #dc3545; 
}
.btn-close-gray {
    font-size: 24px; 
    color: gray; 
}
.btn-close-gray:active,
.btn-close-gray:hover {
    color: gray;
}

.btn-first-menu {
    font-size: 24px; 
    color: white; 
}
.btn-first-menu:hover {
    color: white;
}
.btn-main {
    color: white; 
    border-radius: 0;
    border-color: transparent;
}
.btn-noradius {
    border-radius: 0;
}

.span-item {
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
}

#offcanvasNavbarLinks,
#offcanvasNavbarLinks_admin,
#offcanvasNavbarLinks_user {
	width: 300px;
}
.offcanvas-backdrop.show {
    opacity: .7;
}
#offcanvasNavbarLinks .offcanvas-header,
#offcanvasNavbarLinks_admin .offcanvas-header,
#offcanvasNavbarLinks_user .offcanvas-header {
    background-color: #dc3545;
    height: 50px;
}

#dataTableGeneral,
#dataTableHistorie,
#dataTable, 
#dataTableUser,
#dataTableAlleErgebnisse,
#dataTableAlleSpieler,
#dataTableAlleTrainer,
#dataTableAlleTurniere,
#dataTableKader,
#dataTableDetails,
#landListe,
#ortListe,
#personenListe,
#adressenListe,
#kontaktListe,
#gebietListe,
#ligaListe,
#mannschaftsgruppeListe,
#mannschaftsklasseListe,
#saisonListe,
#spielListe,
#spielerListe,
#spielklasseListe,
#spieltypListe,
#teamListe,
#trainerListe,
#verbandListe,
#vereinListe,
#wettbewerbListe,
#Liste 
{
    width: 100%;
    font-size: 12px;
    font-weight: normal;
    text-shadow: none;
}

#dataTableGeneral thead th {
	font-size: 18px;
	font-weight: bold;
    color: gray;
	text-decoration: none;
	vertical-align: middle;
	text-align: left;
	padding-left: 0px;
}
#dataTableDetails thead th {
	font-size: 14px;
	font-weight: bold;
    color: gray;
	text-decoration: none;
	vertical-align: middle;
	text-align: left;
	padding-left: 0px;
}
#dataTableHistorie thead th {
	font-size: 10px;
	font-weight: 500;
    color: gray;
	text-decoration: none;
	vertical-align: middle;
	text-align: left;
	padding-left: 0px;
}
#dataTableKader thead th {
	font-size: 10px;
    font-weight: 500;
    color: gray;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
	border-bottom: 1px solid lightgray;
}
#dataTableKaderTest thead th {
	font-size: 10px;
    font-weight: 500;
    color: gray;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
	border-bottom: 1px solid lightgray;
}

#dataTableAlleTurniere tbody td {
	padding-top: 23px;
	padding-bottom: 23px;
}

/* Add a black background color to the top navigation */
#nav-second-menu {
  background-color: black;
  overflow: auto;
  white-space: nowrap;
}
/* Style the links inside the navigation bar */
#nav-second-menu a {
  display: inline-block;
  color: gray;
  text-align: center;
  padding: 10px 5px 5px 10px;
  text-decoration: none;
  font-size: 14px;
  border-bottom: 4px solid transparent;
}
/* Change the color of links on hover */
#nav-second-menu a:hover {
  border-bottom: 4px solid #198754;
  color: white;
}
/* Add a color to the active/current link */
#nav-second-menu a.active {
  border-bottom: 4px solid #198754;
  color: white;
}

/* Add a black background color to the top navigation */
#nav-third-menu {
  background-color: white;
  overflow: hidden;
  width: 100%;
  height: 40px;
  border-width: 2px;
  border-bottom-style: ridge;
}
/* Style the links inside the navigation bar */
#nav-third-menu td {
  vertical-align: middle;
  color: black;
  text-align: center;
  padding: 0px;
  text-decoration: none;
}

#nav-untermenu {
  background-color: black;
  overflow: hidden;
  width: 100%;
  margin-top: .1rem;
  margin-bottom: .2rem;
}
.btn-untermenu-left {
    color: white; 
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	padding: 5px 0px 5px 0px;
    border-radius: 0;
    border-color: transparent;
}
.btn-untermenu-left:hover {
    color: white;
}
.btn-untermenu-right {
    color: white; 
	font-size: 14px;
	text-align: right;
	font-weight: bold;
	padding: 5px 0px 5px 0px;
    border-radius: 0;
    border-color: transparent;
}
.btn-untermenu-right:hover {
    color: white;
}

.btn-select-left {
	box-shadow: none;
	border: 0px;
	border-color: transparent;
}
.btn-select-left:active,
.btn-select-left:hover {
	box-shadow: none;
	border-color: transparent;
}
.btn-select-right {
	box-shadow: none;
	border: 0px;
	border-color: transparent;
}
.btn-select-right:active,
.btn-select-right:hover {
	box-shadow: none;
	border-color: transparent;
}

#inputSelect {
  text-align: center;
  font-size: 14px;
  background-image: none;
  border: none;
}

[data-href] {
    cursor: pointer;
}

[cursor] {
    cursor: pointer;
}

/* Textgröße */
.tg-10 {
	font-size: 10px;
}
.tg-11 {
	font-size: 11px;
}
.tg-12 {
	font-size: 12px;
}
.tg-13 {
	font-size: 13px;
}
.tg-14 {
	font-size: 14px;
}
.tg-15 {
	font-size: 15px;
}
.tg-16 {
	font-size: 16px;
}
.tg-17 {
	font-size: 17px;
}
.tg-18 {
	font-size: 18px;
}
.tg-19 {
	font-size: 19px;
}
.tg-20 {
	font-size: 20px;
}
.tg-21 {
	font-size: 21px;
}
.tg-22 {
	font-size: 22px;
}
.tg-23 {
	font-size: 23px;
}

/* Logos */
.brandlogo-xl {
	width: 115px; 
	height: 24px;
}
.brandlogo-l {
	width: 115px; 
	height: 24px;
}
.brandlogo-s {
	width: 34px; 
	height: 34px;
}
.vlogo-gross {
	height: 40px;
}
.vlogo-klein {
	width: 18px;
}
.logo-gross {
	width: 330px; 
	height: 102px;
}
.logo-klein {
	width: 102px; 
	height: 102px;
}

.gallery img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    cursor: pointer;
    transition: .3s;
}
.gallery a {
    text-decoration: none;
    padding: 5px;
    float: left;
    width: 20%;
}
.gallery a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 5;
}

#cookie-popup { 
  text-align: center; 
  background: #ffff;
  position: fixed;
  bottom: 0px; 
  left: 0;
  right: 0;
  z-index: 9999;
  font-size:14px; 
  line-height:20px;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
 }
#cookie-popup.hidden {
  display: none;
}
.titel p {
	text-decoration: none;
	font-size: 18px;
	text-align: center;
	margin: 20px 0px 12px;
	width: 100%;
}
.hinweis p {
	text-decoration: none;
	margin: 2px 0px 8px -8px;
	font-size: 13px;
	text-align: center;
	padding: 16px;
    width: 100%;
    line-height: 134%;
    color: rgb(33, 33, 33);
}
.more a {
	margin: 24px 0;
	color: #000000;
}

.profile_img{
	position: relative; /* ? */
    text-align: center;
}
.profile_img img{
    width: 70%;
    height: 100%;
}
.profile_img .file {
    position: relative;
    overflow: hidden;
    margin-top: -20%;
    width: 70%;
    border: none;
    border-radius: 0;
    font-size: 15px;
    background: #212529b8;
}
#sample_image{
	display: block;
	max-width: 100%;
}
.preview {
	overflow: hidden;
	width: 160px; 
	height: 160px;
	margin: 10px;
	border: 1px solid red;
}
.modal-lg{
	max-width: 1000px !important;
}

/*
input[type=checkbox]:checked + label {
	color: Royalblue;
}
*/

.draggable {
    cursor: pointer;
}

/* Style für Tendenz letzte Spiele: G, U, V mit Gitter */
.stepper-horizontal {
	position:relative;
	padding:0px;
}
.stepper-horizontal-icon {
	position:relative;
	text-align: center;
}
.step-bar {
	position:absolute;
	top:20px;
	height:1px;
	border-top:1px solid #DDDDDD;
	left:0;
	right:0;
}
/* ----------------------------------------------- */

.blink {
    animation-name: animation_blink;
    animation-timing-function: ease-in;
    animation-duration: 2s; 
    animation-iteration-count: infinite;            
}
@keyframes animation_blink {
    0% { opacity: 1; }
    50% { opacity: 0.0; }
    100% { opacity: 1; }    
}

/* ----------------------------------------------- */

/* Vertikale Grüne Linie beim SPIELVERLAUF */
.vl {
  border-left: 6px solid green;
  position: absolute;
  height: 30px;
  left: 50%;
  margin-left: -3px;
  margin-bottom: 0;
}

.dropdown-item:active {
    color: #212121;
    text-decoration: none;
    background-color: #fff;
}

a, a:active, a:hover, a:visited {
    text-decoration: none;
    color: #212121;
}
a, h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
}

.Button-zurueck-styles a, .Button-zurueck-styles a:focus, .Button-zurueck-styles a:hover, .Button-zurueck-styles a:visited {
    color: #ffffff;
    text-decoration: none;
}

.LoginForm-styles-account-information a {
    color: #4396b3;
    text-decoration: none;
}

.Push-styles a {
    color: #4396b3;
    text-decoration: none;
}

.MobileLoginButton-styles-login-button a, .MobileLoginButton-styles-login-button a:focus, .MobileLoginButton-styles-login-button a:hover, .MobileLoginButton-styles-login-button a:visited {
    display: block;
    border: 1px solid #ffffff;
    border-radius: 4px;
    color: #ffffff;
    margin: 0;
    padding: 8px;
    height: 35px;
    min-width: 54px;
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 13px;
    white-space: pre;
    text-align: center;
}

.Button-styles-button.Button-styles-primary.Button-styles-base, .Button-styles-button.Button-styles-primary.Button-styles-general {
    background-color: #4d90a7;
    color: #ffffff;
}
.TopNotificationBanner-styles-banner .TopNotificationBanner-styles-button {
    height: 40px;
    min-width: unset;
    line-height: 40px;
    border-radius: 5px;
    box-shadow: 0 1px 2.5px 0 rgba(0,0,0,.24);
    text-align: center;
    margin: auto;
    flex-shrink: 0;
    font-size: 15px;
}
.Button-styles-button.Button-styles-primary {
    box-shadow: 0 1px 2.5px 0 rgba(0,0,0,.18);
    border: 0;
    -webkit-tap-highlight-color: transparent;
}
.TopNotificationBanner-styles-banner a, .TopNotificationBanner-styles-banner a:active, .TopNotificationBanner-styles-banner a:hover, .TopNotificationBanner-styles-banner a:visited {
    font-weight: 600;
    color: #4d90a7;
}
.Button-styles-button {
    font-size: 17px;
    line-height: 1.35;
    font-weight: 400;
    text-align: center;
    width: auto;
    min-width: 100%;
    height: 48px;
    padding: 8px 16px;
    border-radius: 5px;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.Button-styles-primary {
    box-shadow: 0 1px 2.5px 0 rgba(0,0,0,.18);
    border: 0;
    -webkit-tap-highlight-color: transparent;
}

.Button-styles-general {
    background-color: #4d90a7;
    color: #ffffff;
}

.Button-styles-button.Button-styles-fixed-width {
    min-width: 145px;
}

.MobileLoginButton-styles-login-button a {
	text-decoration: none;
	display: block;
    border: 1px solid #ffffff;
    border-radius: 4px;
    color: #ffffff;
    margin: 0;
    padding: 8px;
    min-width: 54px;
    font-size: 13px;
	font-family: 'Source Sans Pro',sans-serif;
    white-space: pre;
    text-align: center;
}

.SubmitButton-styles-submit-button {
    margin: 24px 0;
}

.Event-styles {
	position: relative;
    height: 32px;
    box-shadow: inset 0 0 0 1px #c9d1d4;
    border: 0;
    background-color: #e7eaec;
    line-height: 1px;
	flex: 1;
	border-radius: 4px;
	text-align: center;
	box-sizing: border-box;
    font-size: 15px;
    font-weight: 600;
    vertical-align: middle;
}

.Page-styles-page {
    width: 100%;
    order: 2;
    margin-top: 48px;
    min-height: calc(100vh - 96px);
}

.MyFussballInfo-styles-my-fussball-info-page {
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #4e4e4e;
}

.MyFussballInfo-styles-mobile {
    margin-top: 87px;
    padding-left: 16px;
    padding-right: 16px;
}

.MyFussballInfo-styles-mobile .MyFussballInfo-styles-title {
    font-size: 19px;
    margin-bottom: 8px;
    color: #212121;
    line-height: 1.21;
    text-align: center;
}

.MyFussballInfo-styles-my-fussball-info-page .MyFussballInfo-styles-title {
	font-size: 17px;
    line-height: 1.35;
    font-weight: 600;
    margin-bottom: 16px;
}

.MyFussballInfo-styles-mobile .MyFussballInfo-styles-description {
    padding-left: 8px;
    padding-right: 8px;
    overflow: hidden;
}
.MyFussballInfo-styles-my-fussball-info-page .MyFussballInfo-styles-description {
    font-size: 15px;
    line-height: 1.4;
    font-weight: 400;
    width: 100%;
    text-align: center;
}

.MyFussball-styles-login-button {
    margin-top: 24px;
}

.MyFussball-styles-login-icon {
    display: inline;
    margin-bottom: 37px;
    width: 107px;
    height: 95px;
    margin-top: 52px;
}

.help-image{
	display: unset;
    max-width: 100%;
	overflow-clip-margin: content-box;
    overflow: clip;
}

.Banners-styles-banners>* {
    margin-bottom: 7px;
}

.TopNotificationBanner-styles-banner {
    background-color: #ffffff;
    min-height: 79px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 24px;
    padding-right: 8px;
    position: relative;
}

.TopNotificationBanner-styles-banner .TopNotificationBanner-styles-content {
    width: 100%;
    margin-top: 12px;
    margin-bottom: 12px;
    margin-right: 8px;
    display: flex;
    flex-direction: column;
    flex-shrink: 1;
}

@media (min-width: 360px)
.TopNotificationBanner-styles-banner .TopNotificationBanner-styles-content .TopNotificationBanner-styles-title {
    font-size: 19px;
}

.TopNotificationBanner-styles-banner .TopNotificationBanner-styles-content .TopNotificationBanner-styles-title {
    font-size: 15px;
    font-weight: 600;
}

.TopNotificationBanner-styles-banner .TopNotificationBanner-styles-content .TopNotificationBanner-styles-subtitle {
    font-size: 13px;
    font-weight: 400;
    color: #717171;
    height: inherit;
}




@media only screen and (min-width: 386px) and (max-width: 420px)
.CouponLinks-styles-links-container .CouponLinks-styles-wrapper.CouponLinks-styles-length-six {
    min-width: 100%;
}
.CouponLinks-styles-links-container {
    display: flex;
    overflow-x: scroll;
}
.CouponLink-styles-wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    align-content: space-evenly;
    flex: 1 1 93px;
    height: 100%;
    border: 1px solid #e6e7e8;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
}
.CouponLink-styles-wrapper.CouponLink-styles-disabled {
    pointer-events: none;
}
.CouponLinks-styles-links-container .CouponLinks-styles-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    height: 72px;
    width: 100%;
}
.CouponLink-styles-icon.CouponLink-styles-disabled {
    opacity: .3;
}
.CouponLink-styles-icon:not(img) {
    padding-top: 8px;
}
.CouponLink-styles-icon {
    margin: auto;
    width: 32px;
    height: 32px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    font-size: 13px;
    font-weight: 600;
    display: flex;
    justify-content: center;
}
.CouponLink-styles-title.CouponLink-styles-disabled {
    opacity: .3;
}
.CouponLink-styles-title {
    height: 23px;
    font-size: 13px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    margin: 0 auto;
    color: #212121;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 4px;
}

.icons-coupons-icons-live {
    background-image: url(../img/logos/live.svg);
}
.icons-coupons-icons-today {
    background-image: url(../img/logos/today-coupon.svg);
}
.icons-coupons-icons-soccer {
    background-image: url(../img/logos/soccer.ball.png);
}
.icons-coupons-icons-news {
    background-image: url(../img/logos/news.svg);
}
.icons-coupons-icons-results {
    background-image: url(../img/logos/results.svg);
}

.TopCompetitions-styles-top-competitions {
    margin: 8px 0;
    background: #ffffff;
}
.TopCompetitions-styles-top-competitions-gametable {
    margin: 8px 0;
    background: #e6e7e8;
}

.SignOut-styles-links-container {
    display: flex;
}

.SignOut-styles-icon {
    margin: auto 5px;
    width: 32px;
    height: 32px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    font-size: 13px;
    font-weight: 600;
    display: flex;
    justify-content: center;
}
.SignOut-styles-username {
    width: 100%;
	margin: auto 10px;
    display: flex;
	vertical-align: middle;
	font-weight: 300;
	color: gray;
}

.GameLinks-styles-links-container {
    display: flex;
}
.GameLinks-styles-links-container .GameLinks-styles-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    height: 52px;
    width: 100%;
}
.GameLink-styles-wrapper-teamicon-heim {
    display: flex;
    align-items: center;
    width: 10%;
    height: 100%;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
	padding-right: 8px;
}
.GameLink-styles-wrapper-teamicon-gast {
    display: flex;
    align-items: center;
    width: 10%;
    height: 100%;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
	padding-left: 8px;
}
.GameLink-styles-teamicon,
.GameLink-styles-teamicon {
    margin: auto;
    width: 27px;
    height: 27px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    font-size: 13px;
    font-weight: 600;
    display: flex;
}
.GameLink-styles-wrapper-teamname-heim {
    display: flex;
    align-items: center;
    width: 28%;
    height: 100%;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
	padding-right: 8px;
	text-align: end;
	justify-content: end;
}
.GameLink-styles-wrapper-teamname-gast {
    display: flex;
    align-items: center;
    width: 28%;
    height: 100%;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
	padding-left: 8px;
	text-align: start;
	justify-content: start;
}
.GameLink-styles-teamname,
.GameLink-styles-teamname {
    margin: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    font-size: 12px;
    font-weight: 600;
}