.terminContainer b{
	font-weight: 900;
	color: green;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 300px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

#logoutButton {
  color:white;
}

.terminContainer form input.small, button.small{
	margin:0 !important;
	padding: 5px !important;
}

.erfassungContainer, .terminContainer, .dataContainer{
	background-color: #ffffff66;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 10px;
}

.erfassungContainer h3, .terminContainer h3, .dataContainer h3{
	color: black;
	text-shadow: none !Important;
}
.terminContainer table{
	border-spacing: 0px;
	background-color: #ffffff66;
	width:100%;
}
.terminContainer th, .terminContainer td{
	width:25% !Important;
	text-align:center;
	border-bottom: 1px solid grey;
	border-top: 1px solid grey;
}
.terminContainer5Col th, .terminContainer5Col td{
	width:20% !Important;
	text-align:center;
	border-bottom: 1px solid grey;
	border-top: 1px solid grey;
}
td{
white-space:none;
}

.mainContent button, .mainContent input[type=submit], a.buttonText{
	    background-color: rgb(22,37,68);
    color: white;
    padding: 20px;
    border-radius: 10px;
    margin: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: white;
}

.mainContent button:hover, a.buttonText:hover, .mainContent input[type=submit]:hover{
	cursor:pointer;
}

.itemContainer{
	width:80% !important;
	margin: 0 auto;
}

.itemContainer select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px;
    font-weight: bold;
    margin: 5px;
}

img.header-image {
	margin-top: 1rem;
}

h1 {
	text-align: center;
	font-size: 2rem;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #dee0e4;
	color: white;
	text-shadow: 2px 2px #999;
}

h2 {
	text-align: center;
	font-size: .8rem;
	color: black;
	text-shadow: 2px 2px #999;
}

h3 {
	text-align: center;
	font-size: .8rem;
	border-bottom: 1px solid #dee0e4;
	color: white;
	text-shadow: 2px 2px rgb(22, 37, 68);
}

a {
	color: black;
	font-size: .8rem;
}

body {
	background-color: #435165;
    margin: 0;
    padding: 0;
    background-image: url('https://kaf-akademie.de/wp-content/uploads/2025/06/Kopie-von-Header-Bild-mit-Fade-2880-x-1600-px-scaled.jpg'); 
    background-size: cover;                /* Bild auf ganze Fläche skalieren */
    background-repeat: no-repeat;          /* Kein Wiederholen des Bildes */
    background-attachment: fixed;          /* Bild bleibt beim Scrollen fix */
    background-position: center center;    /* Bild zentriert anzeigen */
    min-height: 100vh;                     /* Mindesthöhe des Viewports */
}

.reset {
	margin-top: 1rem;
	padding: 0.5rem;
	border-radius: 10px;
	color: white;
	background-color: rgb(22, 37, 68);
}

#container-main:before {
	content: "";
	position: absolute;
	background: inherit;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	box-shadow: inset 0 0 2000px rgba(255, 255, 255, .5);
	filter: blur(10px);
	margin: -20px;
}

#container-main {
	background-color: white;
	font-family: 'Poppins','Lora', serif;
	max-width: 1080px;
	margin: 0 auto;
	margin-top: 2rem;
	margin-bottom: 2rem;
	border-radius: 5px;
	padding: 2rem 4rem;
	text-align: center;
	box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .2);
	border-radius: 5px;
	position: relative;
	z-index: 1;
	background: inherit;
	overflow: hidden;
	opacity: 0;
}
#container-main.load {
    opacity: 1;
	-webkit-transition: opacity 1s ease-in;
	-moz-transition: opacity 1s ease-in;
	-ms-transition: opacity 1s ease-in;
	-o-transition: opacity 1s ease-in;
	transition: opacity 1s ease-in;
}
#muscle-container{
	opacity:1;
	-webkit-transition: opacity 1s ease-in;
	-moz-transition: opacity 1s ease-in;
	-ms-transition: opacity 1s ease-in;
	-o-transition: opacity 1s ease-in;
	transition: opacity 1s ease-in;
}
#muscle-container.loading{
	opacity:0;
	-webkit-transition: opacity 1s ease-in;
	-moz-transition: opacity 1s ease-in;
	-ms-transition: opacity 1s ease-in;
	-o-transition: opacity 1s ease-in;
	transition: opacity 1s ease-in;
}

#title {
	text-align: center;
	font-size: 2rem;
	margin-top: 0;
	margin-bottom: 2rem;
	font-family: 'Lobster', serif;
}

.fortschritt {
	display: inline-block;
	border: solid;
	margin: 0.5%;
	width: 5.66%;
	text-align: center;
	border-width: 2px;
	background-color: #d9d9d9;
	cursor: pointer;
}

.fortschritt.aktiv {
	background-color: rgb(40, 156, 70);
	color: white;
	border-color: black;
}

#fortschritt-container {
	max-width: 1080px;
	margin: 0 auto;
	width: 100%;
	height: auto;
}

#picture {
	background-color: #fff;
	background-image: url('https://pages.kaf-akademie.de/wp-content/uploads/2021/01/Quadrizeps.jpg');
	height: 250px;
	background-repeat: no-repeat;
	margin: 0 auto;
	width: auto;
	max-width: 600px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
	border-radius: 10px;
	border: solid;
	border-color: #f0f0f0;
	border-width: thin;
}

#picture:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	border: none;
}

#image-container {
	overflow: hidden;
}

#title-container {
	margin-top: 2rem;
}


/* Add some margin to the page and set a default font and colour */

body {
	margin: 30px;
	font-family: "Georgia", serif;
	line-height: 1.8em;
	color: black;
}


/* Give headings their own font */

h1,
h2,
h3,
h4 {
	font-family: "Poppins", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}


/* Main content area */

#content {
	margin: 1rem auto;
	text-align: center;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	max-width: 1080px;
}


/* Header/footer boxes */

.wideBox {
	clear: both;
	text-align: center;
	padding: 10px;
	background-color: #fff7;
	border: 2px solid #333;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0 0 .3em rgba(0, 0, 0, .8);
	-webkit-box-shadow: 0 0 .3em rgba(0, 0, 0, .8);
	box-shadow: 0 0 .3em rgba(0, 0, 0, .8);
}

.wideBox h1 {
	font-weight: bold;
	margin: 20px;
	color: #666;
	font-size: 1.5em;
}


/* Slots for final card positions */

#cardSlots {
	margin: 0 auto 2em auto;
	background: rgb(40, 156, 57);
	float: right;
}


/* The initial pile of unsorted cards */

#cardPile {
	margin: 0 auto;
	background: rgb(49, 104, 246);
	float: left;
}

#cardSlots,
#cardPile {
	width: 45%;
	height: auto;
	padding: .6em;
	border: 2px solid #333;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0 0 .3em rgba(0, 0, 0, .8);
	-webkit-box-shadow: 0 0 .3em rgba(0, 0, 0, .8);
	box-shadow: 0 0 .3em rgba(0, 0, 0, .8);
	background-color: #fff7
}


/* Individual cards and slots */

#cardSlots div,
#cardPile div {
	float: left;
	height: auto;
	padding: .6em;
	padding-bottom: 0;
	border: 2px solid #333;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 10px 0 0 0;
	background: #fff;
	overflow: hidden;
}

#cardSlots div b,
#cardPile div b {
	line-height: 0.8rem;
}


/*#cardSlots div:first-child, #cardPile div:first-child {
         margin-left: 0;
         }*/

#cardSlots div {
	z-index: 25;
}

#cardPile div:hover {
	cursor: move;
}

#cardSlots div.hovered {
	background: #aaa;
}

#cardSlots div {
	width: 90%;
	padding: 1rem;
}

.droppableBox {
	border-style: dashed !Important;
	min-height: 3rem;
	padding: 0;
	overflow: hidden;
}

#cardPile div {
	background: rgb(22, 37, 68);
	color: #fff;
	font-size: 0.8em;
	text-shadow: 0 0 3px #000;
	text-align: center;
}

#cardPile div.ui-draggable-dragging {
	-moz-box-shadow: 0 0 .5em rgba(0, 0, 0, .8);
	-webkit-box-shadow: 0 0 .5em rgba(0, 0, 0, .8);
	box-shadow: 0 0 .5em rgba(0, 0, 0, .8);
}


/* Individually coloured cards */

.correct {
	background: green;
}


/* "You did it!" message */

#successMessage {
	position: fixed;
	display: none;
	top: calc(50% - 50px);
	left: calc(50% - 200px);
	width: 400px;
	height: 150px;
	;
	opacity: 95% !important;
	z-index: 100;
	background: #333;
	border: 2px solid #333;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: .3em .3em .5em rgba(0, 0, 0, .8);
	-webkit-box-shadow: .3em .3em .5em rgba(0, 0, 0, .8);
	box-shadow: .3em .3em .5em rgba(0, 0, 0, .8);
	padding: 20px;
}

#successMessage button {
	background-color: rgb(22, 37, 68);
	color: white;
	padding: 0.6rem;
	border-radius: 20px;
}

#successMessage h2 {
	color: white;
}

.ui-draggable-disabled {
	left: 0 !important;
	top: 0 !Important;
	width: 100% !Important;
	margin-left: -0.85em !important;
	padding-top: 0 !Important;
	padding-bottom: 0 !Important;
	border: none !Important;
	z-index: 5 !important;
	font-size: 0.8rem;
}

.correctContainer {
	border-color: white !important;
	padding: 0 !important;
	margin-top: 0 !important;
}

.footer-link {
	font-size: 0.8rem;
	color: #333;
	text-decoration: none;
}

.errorCard{
    background: #dd9999 !important;
    color: black !important;
    text-shadow: 0 0 black !important;
}


.inlineTable{
	background-color: transparent !important;
}

.inlineTable td{
	border: none;
	width: 10% !important;
}
.inlineTable td.inlineTableTeilnehmer{
	width: 90% !important;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 25%;
}

/* The Close Button */
.close, .closeNotiz, .closeTermin {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus, .closeNotiz:hover,.closeTermin:hover, .closeNotiz:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}