body 
{
  background-color: #b1bdf0;
  text-align: center; 
  font-family: arial,sans-serif;
}

#divLogin
{
	background-color: white;
	height: 450px;
	width: 500px;
	border: 2px solid navy;
	border-radius: 20px;
	margin: auto;
	//box-shadow: 3px 3px 5px lightgrey;
}

.tableLogin
{
  width: 400px;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  background-color: white;
}


.tableLogin td
{
	color: black;
	height: 20px;
	padding: 10px;
	font-size: 1.2em;
}

.tableMeineBuchung
{
  border-collapse: collapse;
  font-family: Arial, sans-serif;
}
.tableMeineBuchung tr
{
	height:60px;
}

.tableMeineBuchung td
{
	background-color:white;
	font-size: 1.2em;
}

.tableMeineBuchung th
{
	background-color: navy;
	color: white;
	font-size: 1.2em;
}

.tableSelect
{
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  background-color: #dfecec;
}
.tableSelect tr
{
	height:90px;
	background-color:white;
}

.tableSelect td
{
	cursor: pointer;
	font-size: 1.2em;
}

.tableKursdaten
{
  border-collapse: collapse;
  font-family: Arial, sans-serif;
}
.tableKursdaten tr
{
	background-color:white;
}

.tableKursdaten td
{
	padding:10px;
	font-size: 1.2em;
}
.tableKursdaten th
{
	padding:10px;
	font-size: 1.2em;
	background-color:navy;
	color:white;
}

.tableUser
{
  width: 45%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
}
.tableUser tr
{
	height:40px;
	background-color:cornsilk;
}

.tableUser td
{
	font-size: 1.2em;
	padding:10px;
}
.tableUser th
{
	background-color:navy;
	color:white;
	font-size: 1.2em;
}

.tableMenu
{
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
}
.tableMenu tr
{
	height:40px;
	background-color:white;
}

.tableMenu td
{
	font-size: 1.2em;
	padding:10px;
}

.tableTeilnehmer
{
  width: 45%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;  
}

.tableTeilnehmer td
{
	background-color:white;
	color:black;
	font-size: 1.2em;
	padding:10px;
}
.tableTeilnehmer th
{
	background-color:navy;
	color:white;
	font-size: 1.2em;
	padding:10px;
}

.tableTeilnehmerliste
{
  width: 60%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
}

.tableTeilnehmerliste td
{
	background-color:white;
	
	color:black;
	font-size: 1.2em;
	padding:10px;
}
.tableTeilnehmerliste th
{
	background-color:navy;
	color:white;
	font-size: 1.2em;
	padding:10px;
}

.tableEvents
{
  width: 45%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;  
}

.tableEvents tr
{
	background-color: gainsboro;
}
.tableEvents td
{
	color:black;
	font-size: 1.2em;
	padding:10px;
	font-weight:bold;
}
.tableEvents th
{
	background-color:cornsilk;
	color:black;
	font-size: 1.2em;
	padding:10px;
}


.tableKurse
{
  border-collapse: collapse;
  font-family: Arial, sans-serif;
}
.tableKurse tr
{
	height:60px;
	background-color:white;
}

.tableKurse td
{
	font-size: 1.2em;
}

.tableKurseAdmin
{
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  background-color: #dfecec;
}
.tableKurseAdmin tr
{
	height:60px;
	background-color:white;
}
.tableKurseAdmin td
{
	font-size: 1.2em;
	padding-left:20px;
	padding-right:20px;
}
.tableKurseAdmin th
{
	font-size: 1.2em;
	padding-left:20px;
	padding-right:20px;
}

.tableWK
{
  border-collapse: collapse;
  font-family: Arial, sans-serif;
}
.tableWK tr
{
	background-color:white;
}

.tableWK td
{
	font-size: 1em;
	padding:10px;
}
.tableWK th
{
	font-size: 1em;
	padding:10px;
}

.butprint
{
  border:none;
  padding: 5px 15px;
  box-shadow: 1px 1px #999;
  border-radius: 5px;
  cursor: pointer;
  background-color: lightyellow;
  font-size:1em;
} 
.butprint:hover
{
	background-color: blue;
}

.butRebook
{
  border:none;
  box-shadow:1px 1px #999;
  border-radius: 5px;
  font-family: arial;
  cursor: pointer;
  background-color: lightblue;
  font-size:1em;
  font-weight: bold;
  padding-left:15px;
  padding-right:15px;
  padding-top:5px;
  padding-bottom:5px;
} 
.butRebook:hover 
{
	background-color: blue;
	color:white;
}

.butDelete
{
  border:none;
  box-shadow:1px 1px #999;
  border-radius: 5px;
  font-family: arial;
  cursor: pointer;
  background-color: snow;
} 
.butDelete:hover 
{
	background-color: blue;
	color:white;
}
.butDelete:disabled
{
  color:#fff;
  border-color: #a0a0a0;
  background-color: #a0a0a0;
}

.butDelKursDatum
{
  border:none;
  box-shadow:1px 1px #999;
  border-radius: 5px;
  font-family: arial;
  cursor: pointer;
  background-color: snow;
} 
.butDelKursDatum:hover 
{
	background-color: blue;
	color:white;
}
.butDelKursDatum:disabled
{
  color:#fff;
  border-color: #a0a0a0;
  background-color: #a0a0a0;
}

.butWarenkorb
{
  border:none;
  box-shadow:1px 1px #999;
  border-radius: 5px;
  font-family: arial;
  cursor: pointer;
  background-color: white;
} 
.butWarenkorb:hover 
{
	background-color: blue;
	color:white;
}

.butPasswortVergessen
{
	background-color:lightgrey;
	color:black;
	border:none;
	box-shadow:1px 1px #999;
	border-radius: 7px;
	font-family: arial;
	cursor: pointer;
	font-size:0.8em;
	padding-left:15px;
	padding-right:15px;
	padding-top:5px;
	padding-bottom:5px;
}
.butPasswortVergessen:hover
{
	background-color: blue;
	color:white;
}
.butWK
{
  border:none;
  padding: 15px 25px;
  font-size: 18px;
  font-weight:bold;
  box-shadow: 1px 1px #999;
  border-radius: 25px;
  font-family: arial;
  cursor: pointer;
  background-color: navy;
  color:white;
  width: 250px;
} 
.butWK:hover 
{
	background-color: blue;
	color:white;
}
.butWK:disabled
{
  color:#fff;
  border-color: #a0a0a0;
  background-color: #a0a0a0;
}

.butchooseKurs
{
  border:none;
  padding: 10px 25px;
  font-size: .8em;
  font-weight:bold;
  box-shadow: 1px 1px #999;
  border-radius: 25px;
  font-family: arial;
  cursor: pointer;
  background-color: navy;
  color:white;
  width: 250px;
} 
.butchooseKurs:hover 
{
	background-color: blue;
	color:white;
}

.butmain 
{
  border:none;
  padding: 15px 25px;
  font-size: 18px;
  font-weight:bold;
  box-shadow: 1px 1px #999;
  border-radius: 25px;
  font-family: arial;
  cursor: pointer;
  background-color: navy;
  color:white;
} 
.butmain:hover 
{
	background-color: blue;
	color:white;
}
.butmain:focus 
{
	background-color: Orange;
	color:black;
}
.butmain:disabled
{
  color:#fff;
  border-color: #a0a0a0;
  background-color: #a0a0a0;
}
.butgreen
{
	background-color:forestgreen;
	color: white;
}

.butpaypal
{
	background-color: gold;
	color: black;
	corner-radius: 20px;
}

.butweiter
{
	border-radius:10px;
	background-color:forestgreen;
	color: white;
}

.butshowhideme
{
	padding: 10px 25px;
	border-radius:10px;
	background-color:forestgreen;
	color: white;
}

.butadd
{
	border-radius:10px;
	background-color:orange;
	color: black;
}
.butmenu
{
	padding: 10px 15px;
	border-radius: 10px;
	background-color: lightblue;
	color: black;
}
.butKursBuchen
{
	padding: 10px 15px;
	border-radius: 10px;
	background-color: lightblue;
	color: black;
	border:none;
	font-size: 18px;
	font-weight:bold;
	box-shadow: 1px 1px #999;
	border-radius: 25px;
	font-family: arial;
	cursor: pointer;
}
.butKursBuchen:hover 
{
	background-color: blue;
	color:white;
}
.butKursBuchen:disabled
{
  color:#fff;
  border-color: #a0a0a0;
  background-color: #a0a0a0;
}
.butdate
{
	border-radius:5px;
	border:none;
	padding: 15px 25px;
	font-size: 18px;
	font-weight:bold;
	box-shadow: 1px 1px #999;
	background-color:forestgreen;
	color: white;
	cursor:pointer;
}

.butdate:hover
{
	background-color:blue;
	color: white;
}

.butPDF
{
  cursor: pointer;
  background-color: gold;
  font-size: 18px;
  color: black;
  font-weight:bold;
  border-radius: 15px;
  border:none;
  padding: 15px 25px;
  box-shadow: 1px 1px #999;
} 
.butPDF:hover
{
	background-color:blue;
	color: white;
}
.butPDF:disabled
{
  color:#fff;
  border-color: #a0a0a0;
  background-color: #a0a0a0;
}
.FormAdmin
{
	text-align:center;
	font-size:1.2em;
}
.Form
{
	text-align:center;
	font-size:1.2em;
}
.FormUser
{
	text-align:center;
	font-size:1.2em;
}

.datTag
{
	padding: 5px;
	font-size:1.2em;
}
.CHKBox
{
	width: 25px;
	height: 25px;
	font-size: 1.3em;
	box-shadow: 2px 2px 5px lightgrey;
	border: 4px;
	border-radius:3px;
	cursor: pointer;
}
.help-icon 
{
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: #007acc;
        color: #fff;
        font-weight: bold;
        cursor: pointer;
        margin-left: 6px;
        font-family: Arial, sans-serif;
        font-size: 18px;
}
.help-box 
{
        display: none;
        margin-top: 10px;
        padding: 10px;
        background: #f3f3f3;
        border-radius: 7px;
        max-width: 850px;
		font-size: 1.1em;
}

.help-wrapper 
{
       margin: 10px 0;
}

.checkbox-row 
{
        display: flex;
        align-items: center; /* vertikal mittig */
        gap: 8px;            /* Abstand zwischen Checkbox und Text */
        margin: 6px 0;
}

.pw-input 
{
  width: 90%;
  max-width: 320px;
  padding: 12px 14px;
  font-size: 16px;
  border: 2px solid #d0d0d0;
  border-radius: 10px;
  background: #fafafa;
  transition: all 0.25s ease;
  outline: none;
}

.pw-input:focus 
{
  border-color: #4a8cff;
  background: #ffffff;
  box-shadow: 0 0 8px rgba(74, 140, 255, 0.35);
}

.pw-input::placeholder 
{
  color: #999;
  letter-spacing: 0.5px;
}


