@charset "utf-8";

/* Login*/
.anmeldeformular{
	width:100%;
	display:flex;
	justify-content: center;
}
#form-login{
	width:70%;
	display:flex;
	justify-content: center;
	margin:2% 0 5% 0;
}
.input-fields{
  display:flex;
  flex-direction: column;
  align-content: space-around;
  justify-content: center;
  width:50%;
  height:100%;
}

.input, select{
  font-size:16px;
  margin-bottom:2%;
  padding:3% 0% 2% 2%;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	-moz-appearance: none;
	-webkit-appearance: none;
	background-color: rgba(255,255,255,0.70);
	appearance: none;
	border: none;
	width: 98%;
	box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);
  border-radius: 3px;
	outline: none;
	cursor: pointer;
}

textarea{
  font-size:16px;
  padding:3% 0 10% 0;
  height:220px;
}
select {
	-moz-appearance: none;
	-webkit-appearance: none;
	background-color: rgba(255,255,255,0.70);
	appearance: none;
	border: none;
	width: 60%;
  padding: 2% 10% 2% 10px;
 	box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);
  border-radius: 3px;
	outline: none;
	cursor: pointer;
	margin-top:2%;
}
select{
		background-image: url("../image/pfeil-klein.png");
		background-position:98% 50%;
		background-repeat: no-repeat;
}

select:focus::-mstd-value {
		background-color: transparent;
}

select option{
		color: #666;
}

select::-ms-expand {
		display: none;
}
.anmeldeformular td{
	width:100%;
	display:flex;
	justify-content: space-around;
	align-items: center;
}
.anmeldeformular td:nth-child(2n+1){
	width:100%;
	display:flex;
	justify-content:flex-start;
	align-items: center;
}
.button-login{
  background-color: #FFEE00; 
  width:100%;
  color:#000000;
  padding:3% 2% 3% 2%;
  font-family: 'Montserrat', sans-serif;
	 font-size: 26px;
  -webkit-box-shadow: 0px 0px 10px -4px rgba(56,56,56,0.64);
  -moz-box-shadow: 0px 0px 10px -4px rgba(56,56,56,0.64);
  box-shadow: 0px 0px 10px -4px rgba(56,56,56,0.64);
	cursor: pointer;
}

.button-login:hover{
  background-color: #616161; 
  color: #FFEE00; 
  -webkit-box-shadow: 0px 0px 10px -4px rgba(56,56,56,0.64);
  -moz-box-shadow: 0px 0px 10px -4px rgba(56,56,56,0.64);
  box-shadow: 0px 0px 10px -4px rgba(56,56,56,0.64);
  border: 2px solid #FFEE00;
}

/* Login*/
.mittigh3{
	text-align:center;
}
/* termine*/
#form-termine{
	margin-top:2%;
	width:35%;
	display:flex;
	flex-direction:column;
	justify-content: center;
}
#liste-daten{
	margin-bottom:5%;
	display:flex;
	justify-content: space-around;
}
tbody{
	width:100%;
}
#liste-daten tr{
	display:flex;
	justify-content: space-around;
	align-items: center;
}
#liste-daten select{
	width:100%;
}
#liste-daten tr:nth-child(2n+1) {
  background-color: #DFDFDF;
} 
#liste-daten td > p{
	font-size: 20px;
}
.button-form{
  background-color: #FFEE00; 
  width:100%;
  color:#000000;
  padding:1% 1% 1% 1%;
  font-family: 'Montserrat', sans-serif;
	font-size: 20px;
  -webkit-box-shadow: 0px 0px 10px -4px rgba(56,56,56,0.64);
  -moz-box-shadow: 0px 0px 10px -4px rgba(56,56,56,0.64);
  box-shadow: 0px 0px 10px -4px rgba(56,56,56,0.64);
	cursor: pointer;
	margin-bottom:5%;
}

.button-form:hover{
  background-color: #616161; 
  color: #FFEE00; 
  -webkit-box-shadow: 0px 0px 10px -4px rgba(56,56,56,0.64);
  -moz-box-shadow: 0px 0px 10px -4px rgba(56,56,56,0.64);
  box-shadow: 0px 0px 10px -4px rgba(56,56,56,0.64);
  border: 2px solid #FFEE00;
}
.text-titel{
	width:100%;
	display:flex;
	justify-content: center;
	margin-top:2%;
}
.text-titel h1{
	width:70%;
	display:flex;
	justify-content: center;
}

@media screen and (max-width: 1110px) {
#form-termine{
	width:50%;
}
}
@media screen and (max-width: 950px) {
#form-termine{
	width:70%;
}
.text-titel h1{
	width:80%;
	display:flex;
	justify-content: center;
	text-align:center;
}
}
@media screen and (max-width: 800px) {
#form-termine{
	width:80%;
}
.text-titel h1{
	width:80%;
	display:flex;
	justify-content: center;
	text-align:center;
}
}
@media screen and (max-width: 700px) {
#form-termine{
	width:80%;
}
.text-titel h1{
	width:90%;
	display:flex;
	justify-content: center;
	text-align:center;
}
}
@media screen and (max-width: 550px) {
#form-termine{
	width:90%;
}
.text-titel h1{
	width:90%;
	display:flex;
	justify-content: center;
	text-align:center;
}
}
@media screen and (max-width: 500px) {
#form-termine{
	width:95%;
}
.text-titel h1{
	width:90%;
	display:flex;
	justify-content: center;
	text-align:center;
}
#liste-daten td > p {
    font-size: 16px;
}
select{
	font-size:14px;
	padding:2% 10% 2% 1%;
}
}
@media screen and (max-width: 400px) {
#form-termine{
	width:95%;
}
.text-titel h1{
	font-size:18px;
	width:95%;
	display:flex;
	justify-content: center;
	text-align:center;
}
#liste-daten td > p {
  font-size: 16px;
}
select{
	font-size:14px;
	padding:2% 10% 2% 1%;
}
#liste-daten tr {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
}
.anmeldeformular td:nth-child(2n+1) {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.anmeldeformular td {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	height:30px;
}
#liste-daten tr:nth-child(2n+1) {
    background-color: #DFDFDF;
}
}