@font-face{
	font-family: 'Exo';
	src: url("./fonts/exo/Exo.ttf") format("truetype");
}
@font-face{
	font-family: 'Exo';
	src: url("./fonts/exo/Exo-Bold.ttf") format("truetype");
	font-weight: bold;
}
@font-face{
	font-family: 'Exo';
	src: url("./fonts/exo/Exo-Italic.ttf") format("truetype");
	font-style: italic;
}
@font-face{
	font-family: 'Exo';
	src: url("./fonts/exo/Exo-BoldItalic.ttf") format("truetype");
	font-weight: bold;
	font-style: italic;
}

*, ::after, ::before {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	background-color: #FFFFFB;
	line-height: 1.2;
}

table {
	line-height: 1.5;
}

main {
}


/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .container {
	max-width: 540px;
}}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .container {
	max-width: 720px;
}}
/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .container {
	max-width: 960px;
}}
/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
  .container {
	max-width: 1140px;
}}


/* Extra small devices (phones, 600px and down) */
/* XS */
@media only screen and (max-width: 600px) {
	body {
	padding-top: 4rem;
}
	h1 {
		font-size: 1.4rem;
		color: #6c757d;
}
	footer>div>div>div>div>h5 {
		font-size: .8rem;
	}
  .container {
	max-width: 540px;
}}

/* Small devices (portrait tablets and large phones, 600px and up) */
/* SM */
@media only screen and (min-width: 600px) {
	body {
	padding-top: 4rem;
}
	h1 {
		font-size: 1.4rem;
		color: #6c757d;
	}
	footer>div>div>div>div>h5 {
		font-size: .8rem;
	}
  .container {
	max-width: 540px;
}}

/* Medium devices (landscape tablets, 768px and up) */
/* MD */
@media only screen and (min-width: 768px) {
	body {
	padding-top: 4rem;
}
	h1 {
		padding-top: 30px;
}
  .container {
	max-width: 720px;
}}

/* Large devices (laptops/desktops, 992px and up) */
/* LG */
@media only screen and (min-width: 992px) {
	body {
	padding-top: 5rem;
}
	h1 {
		padding-top: 14px;
}
	.container {
	max-width: 960px;
}}

/* Extra large devices (large laptops and desktops, 1200px and up) */
/* XL */
@media only screen and (min-width: 1200px) {
	body {
	padding-top: 5rem;
}
	.container {
	max-width: 1140px;
}}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

nav {
}

#mainNav {
	color: black;
	background-color: #fafad2;
}

#mainNav a, #mainNav button, #mainNav span {
	color: #c7ae5e;
	background-color: #fafad2;
}

.active {
	color: #c7ae5e !important;
	background-color: #fafad2 !important;
}

.dropdown-menu {
	padding: 0;
}

.row {
}

table label {
	display: none;
}

table>thead>tr>th {
	background-color: #D7D79B;
	color: #463e38;
}

caption {
	caption-side: top;
	font-size: 1.2rem;
	color: #6c757d;
}

.caption {
	caption-side: top;
	font-size: 1.2rem;
	color: #6c757d;
	padding-top: .75rem;
	padding-bottom: 0;
	text-align: left;
	font-weight: 400;
}

#spieltag>table>tbody>tr>td>input[type="text"] {
/*	width: 30px; */
/*	auflösen in eine Klasse für alle Tippeingaben ? */
	width: 2rem;
	height: 1.875rem;
	padding-left: 4px;
}

#spieltag>div>a, #spieltag>div>input[type="submit"] {
	background-color: #c7ae5e;
	color: #463e38;
}

#forum > div > input[type="submit"] {
    background-color: #c7ae5e;
    color: #463e38;
}

.geschlossen {
	color: silver;
}

.treffer {
	background-color: #3399FF;
	color: #000;
	font-style: italic;
}

blockquote {
	margin: 5px auto 15px auto;
	font-style: italic;
	padding: .2em 3px .2em 5px;
	border-left: 6px solid #fafad2;
	position: relative;
	background: #fafafa;
}

blockquote::before {
	font-family: Arial;
	content: "\201C";
	color: #c7ae5e;
	font-size: 2em;
	position: absolute;
	left: 1px;
	top: -10px;
	line-height: 1.6;
}

blockquote::after{
  content: '';
}

blockquote span{
  display: block;
  margin-top: .0em;
  margin-left: .8em;
}


.table-condensed>thead>tr>th, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>td {
	padding: 2px;
	white-space: nowrap;
	vertical-align: middle;
}

#spieltag>table>tbody>tr>td:nth-child(2),
#spieltag>table>thead>tr>th:nth-child(2),
#spieltag>table>tfoot>tr>td:nth-child(2) {
	white-space: nowrap;
	line-height: 1.8rem;
}

#aktuelleTabelle>table>tbody>tr>td,
#aktuelleTabelle>table>thead>tr>th {
	vertical-align: middle;
	line-height: 1.6rem;
}

#aktuelleTabelle>table>tbody>tr>td:nth-child(1),
#aktuelleTabelle>table>thead>tr>th:nth-child(1) {
	width: 2px;
	padding: 0;
}

#aktuelleTabelle>table>tbody>tr>td:nth-child(2),
#aktuelleTabelle>table>thead>tr>th:nth-child(2) {
	padding-right: 4px;
}

#tagesplatzierung>table>tbody>tr>td,
#tagesplatzierung>table>thead>tr>th,
#tagesplatzierung>table>tfoot>tr>td
{
	vertical-align: middle;
	line-height: 1.6rem;
}

#tagesplatzierung>table>tbody>tr>td:nth-child(1),
#tagesplatzierung>table>thead>tr>th:nth-child(1) {
	padding-right: 4px;
}

/* Footer */
.page-footer, .page-footer a {
	background-color: #ebddc3;
	background-color: lightgrey;
	background-color: #fafad2;
	background-color: green;
	background-color: #FFFFFB;
	color: #B5B569;
	color: #6c757d;
}

.footer-copyright>div {
	background-image: url("../../gifs/footer.jpg");
	margin: auto;
	background-position: right;
	background-repeat: no-repeat;
	background-color: lightgrey;
	color: black;
	color: #6c757d;
	font-size: .8rem;
}

.footer-copyright a  {
	color: black;
	color: #6c757d;
	background-color: transparent;
}

.manni {
	border: 0.5px solid black;
}

/* Anmeldung */
.card {
	/* height: 320px; */
	margin-top: auto;
	margin-bottom: auto;
	width: 300px;
}

.card-header {
	color: #000;
}

.input-group-prepend span{
	width: 42px;
	background-color: #FFC312;
	background-color: #463e38;
	color: black;
	border:0 !important;
	background-color: #86a489;
	background-color: green;
	background-color: #c7ae5e;
	color: #463e38;
}

input:focus{
	outline: 0 0 0 0 !important;
	box-shadow: 0 0 0 0 !important;
}

.login_btn{
	color: black;
	background-color: #c7ae5e;
}

.edit_btn{
	color: black;
	background-color: #c7ae5e;
}

.delete_btn{
	color: black;
	background-color: #c7ae5e;
}

.login_btn:hover, .edit_btn:hover, .delete_btn:hover{
	color: black;
	background-color: white;
}

.links{
/*	color: white;*/
}

.links a{
	margin-left: 4px;
}

/* Farben für die Icons */
.gestiegen {
	color: green;
}
.gefallen {
	color: red;
}
.geblieben {
	color: grey;
	font-size: .9em;
}
.sieger_buli {
	color: #0000ff;
	font-size: .9em;
}
.sieger_em, .sieger_wm {
	color: #00ccff;
	font-size: .9em;
}
.sieger_fwm, .sieger_fem {
	color: pink;
	font-size: .9em;
}
.titelverteidiger {
	color: gold;
	font-size: .9em;
}
.geburtstag {
	color: red;
}
.ich {
	color: #000;
	background-color: #ffce6b;
}

/* Farben für die aktuelle Tabelle */
.ucl, .aufstieg {
	background-color: green;
}
.ucl_legend, .aufstieg_legend {
	color: green;
}
.uel {
	background-color: blue;
}
.uel_legend {
	color: blue;
}
.uel_quali {
	background-color: lightblue;
}
.uel_quali_legend {
	color: lightblue;
}
.rele {
	background-color: orange;
}
.rele_legend {
	color: orange;
}
.abstieg {
	background-color: red;
}
.abstieg_legend {
	color: red;
}
.table-legend {
	display: flex;
}
.table-legend ul {
}
.table-legend li {
	font-size: 11px;
	color: #7c7c7c;
	list-style: none;
	padding: 4px;
}



/* linkes Element mit den Ständen */
.staende {
  order: 0;
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.1); */
}


.staende table {
	margin-bottom: 0;
}

@media (min-width: 768px) {
  .staende {
   /* border-right: 1px solid rgba(0, 0, 0, 0.1); */
  }
  @supports (position: sticky) {
    .staende {
      position: sticky;
	  /*border: 1px solid green;*/
      top: 5rem;
      z-index: 1000;
      height: calc(100vh - 4em);
	 height: 100%;
    }
  }
}

@media (min-width: 1200px) {
  .staende {
	flex: 0 1 320px;
  }
}

@media (max-width: 768px) {
  .staende {
	order: 2;
	/* color: purple; */
	/*todo: hier das padding noch anbringen, damit die Stände in der xs-Auflösung die gleiche Breite haben, wie die vorhergehenden Elemente*/
	}
}

div.scrollmenu {
  background-color: #333;
  overflow: auto;
  white-space: nowrap;
}

div.scrollmenu a {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px;
  text-decoration: none;
}

div.scrollmenu a:hover {
  background-color: #777;
}

.font-size-lg {
	font-size: 18px;
}

.logo_spieltag {
}

#tbl_modus {
	border: 1px solid black; 
}
 
#tbl_modus .rahmen {
	border: 1px solid black;
  color: black;
  background-color: oldlace;
  width: 100px;
  margin: 3px;
  padding: 3px;
}

#tbl_modus .leer {
	height: 70px;
}

#tbl_modus .muster {
	text-align: center;
}

#tbl_modus .team, .score {
	font-weight: bold;
}

.bestaetigung {
	color: #f00;
	background: #fff;
	border: 1px solid #000;
	padding: 2px;
}

.tbl_gruppen>table>tbody>tr>td:nth-child(2), .tbl_gruppen>table>thead>tr>th:nth-child(2), .tbl_gruppen>table>tfoot>tr>td:nth-child(2) {
    white-space: nowrap;
    line-height: 1.8rem;
    color: red;
}