html,
body {
	padding: 0;
	margin: 0;
	height: 100%;
}

.navbar {
	margin-bottom: 0px;
}

.navbar-inverse .navbar-brand {
	font-size: 2em;
	color: #fff;
}

.navbar-inverse .navbar-brand:hover {
	color: #ccc;
}

.navbar-brand .logo {
	color: #5cb85c;
}

.main-container {
	margin-top: 20px;
}

.registration-form {
	max-width: 450px;
	margin: 0 auto;
}

.small-container-600 {
	max-width: 600px;
  	padding: 15px;
  	margin: 0 auto;
}

.small-container-500 {
	max-width: 500px;
  	padding: 15px;
  	margin: 0 auto;
}

.small-container-330 {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}


.small-container .small-container-heading,
.small-container .checkbox {
  margin-bottom: 10px;
}
.small-container .checkbox {
  font-weight: normal;
}
.small-container .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.small-container .form-control:focus {
  z-index: 2;
}

/* Signin */
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.login td {
    padding-right: 2px;
    padding-left: 2px;
}

.login {
	color: #fff;
}

/* Layout */
.no-decoration {
  text-decoration: none;
  color: #dcdcdc; /* Farbe, wenn der Mauszeiger über dem Link schwebt */
}

.no-decoration:hover {
  text-decoration: none;
  color: #dcdcdc; /* Farbe, wenn der Mauszeiger über dem Link schwebt */
}

.custom-footer {  /* warum nimmt er die Scheiße nicht????? */
  background-color: #606060; /* Hintergrundfarbe ändern */
  color: #dcdcdc; /* Textfarbe ändern */
  padding: 20px 0; /* Innenabstand ändern */
}

.custom-sticky-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000; /* Z-Index für Stapelreihenfolge anpassen */
  /* Weitere gewünschte Stile hier */
}

.aktiv-green {
  color: green;
  cursor: pointer;
}

.aktiv-red {
  color: red;
  cursor: pointer;
}

.clickable {
  cursor: pointer;
}

.abwechselnde-zeilen {
    width: 100%;
    border-collapse: collapse;
}

.abwechselnde-zeilen, .abwechselnde-zeilen th, .abwechselnde-zeilen td {
    border: 1px solid #ddd;
}

.abwechselnde-zeilen th, .abwechselnde-zeilen td {
    padding: 8px;
    text-align: left;
}

.abwechselnde-zeilen tr:nth-child(even) {
    background-color: #f2f2f2;
}

/* Separate Klasse für Tabellen ohne Formatierung */
.ohnealles {
  border-collapse: collapse;
  width: 100%;
  background-color: transparent; 
}

.ohnealles th, .ohnealles td {
  border: 0px solid #dddddd;
  text-align: left;
  padding: 8px;
}

.ohnealles tr:nth-child(even) {
  background-color: transparent;
}

.custom-jumbotron {
    padding: 1rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem;
}

.date-box {
    text-align: center;
    background-color: #f5f5f5;
    padding: 15px;
    border-radius: 10px;
}

.date-text {
    display: flex;
    align-items: center; /* Vertikale Ausrichtung in der Mitte */
    justify-content: center; /* Horizontale Ausrichtung in der Mitte */
    background-color: #3C69AB; /* Blauer Hintergrund */
    color: white; /* Weiße Schriftfarbe */
    padding: 10px 14px; /* Oben, Unten, Links und Rechts */
    font-size: 24px;
    font-weight: bold;
    border-radius: 10px; /* Abrundung der Ecken */
}

.date-image {
    margin-top: 10px;
    max-width: 100%;
    border-radius: 10px;
}

    .tournament-item {
        margin-bottom: 30px;
    }
    .institution-box {
        background-color: #f5f5f5;
        padding: 15px;
        border-radius: 10px;
    }
    .tournament-separator {
        border: 1px solid #ddd;
    }
    .img-fluid {
        max-width: 100%;
        height: auto;
    }
    .section-header {
    background-color: #3C69AB; /* Blauer Hintergrund */
    color: white; /* Weiße Schriftfarbe */
    padding: 1px 10px 1px 10px; /* Oben, Rechts, Unten, Links */
    margin-bottom: 5px; /* Abstand unter der Überschrift */
    border-top-left-radius: 10px; /* Abrundung der oberen linken Ecke */
    border-top-right-radius: 10px; /* Abrundung der oberen rechten Ecke */
    }
	
.custom-outline-button {
    background-color: white !important; /* Setzt den Hintergrund auf Weiß */
    color: #0d6efd !important; /* Setzt die Textfarbe auf das Standard-Bootstrap-Primärblau */
    border-color: #0d6efd !important; /* Setzt die Randfarbe auf das Standard-Bootstrap-Primärblau */
}

.custom-outline-button:hover {
    background-color: #0d6efd !important; /* Setzt eine leicht hellblaue Farbe bei Hover */
    color: white !important; /* Setzt die Textfarbe auf das Standard-Bootstrap-Primärblau */

}

.upload-section {
    display: none;
    margin-top: 15px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.status-pill {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.status-open {
    background: #dc3545;
    color: #fff;
}

.status-partial {
    background: #ffc107;
    color: #000;
}

.status-paid {
    background: #28a745;
    color: #fff;
}

.status-overpaid {
    background: #007bff;
    color: #fff;
}