
	.alert {
		background-color: #000;
		position: fixed;
		bottom: -69px;
		width: 100%;
		color: #fff;
		text-align: center;
		padding: 20px 0px;
		height: 25px;
		border-top: 4px solid #000;
		z-index: 4;
		transition: bottom 0.4s;
	}

  .abfahrtsorte {
    display: block;
    background-color: #bbb;
    color: #fff;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 11px;
    margin-right: 3px;
    margin-bottom: 3px;
    word-wrap: normal !important;
  }

  .ausbildung {
    width: 90%;
    height: 135px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    margin: auto;
    overflow-y: scroll;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .ausbildung_top_headline {
    width: 90%;
    margin: auto;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border: 1px solid #000;
  }

  .ausbildung_inner {
    width: 100%;
    font-family: arial;
    border-bottom: 1px solid #000;
    padding: 9px 0;
  }

  .ausbildung_inner:nth-child(odd) {
    background-color: #f0f0f0;
  }

  .ausbildung_headline {
    margin: 50px 0 15px 0;
    font-size: 25px;
    font-family: arial;
    font-weight: bold;
    color: #e5201c;
  }

  .ausbildung_laufend_fahrschueler {
    display: inline-block;
    width: calc(49% - 5px);
  }

  .ausbildung_laufend_angemeldetam {
    display: inline-block;
    width: calc(24% - 5px);
  }

  .ausbildung_laufend_schaltfahrlehrer {
    display: inline-block;
    width: calc(24% - 5px);
  }

  .ausbildung_laufend_schalt_fahrschueler {
    display: inline-block;
    width: calc(25% - 5px);
  }

  .ausbildung_laufend_schalt_angemeldetam {
    display: inline-block;
    width: calc(17% - 5px);
  }

  .ausbildung_laufend_schalt_automatikfahrlehrer {
    display: inline-block;
    width: calc(17% - 5px);
  }

  .ausbildung_laufend_schalt_telefonnummer {
    display: inline-block;
    width: calc(17% - 5px);
  }

  .ausbildung_laufend_schalt_fertigmelden {
    display: inline-block;
    width: calc(17% - 5px);
  }

  .ausbildung_fahrlehrer_auswaehlen {
    width: 90%;
    margin: auto;
    overflow-x: scroll;
    text-align: left;
    white-space: nowrap;
  }

  .ausbildung_fahrlehrer {
    display: inline-block;
    vertical-align: top;
    width: 200px;
    min-height: 210px;
    padding: 20px;
    border: 1px solid #000;
    border-radius: 10px;
    margin-right: 25px;
    word-wrap: initial !important;

  }

  .ausbildung_fahrlehrer_auslastungskasten {
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-right: 2px;
    margin-top: 7px;
    border-radius: 4px;
  }

  .ausbildung_fahrlehrer_name {
    font-family: arial;
    font-weight: bold;
    font-size: 20px;
  }

  .ausbildung_fahrlehrer_abfahrtsort {
    font-family: arial;
    font-weight: normal;
    font-size: 18px;
    margin: 10px 0 5px 0;
    word-wrap: normal !important;
  }

  .ausbildung_fahrlehrer_auslastung {
    font-family: arial;
    font-weight: normal;
    font-size: 18px;
    margin: 30px 0 -10px 0;
  }

  .anlegen_suche {
    width: calc(90% - 50px);
    background-color: #f0f0f0;
    border-radius: 10px;
    margin: auto;
    padding: 10px 25px 10px 25px;
    text-align: left;
  }

  .anlegen_suche_lupe {
    display: inline-block;
    width: 5%;
  }

  .anlegen_suche_lupe IMG {
    position: relative;
    top: 5px;
  }

  .anlegen_suche_input {
    display: inline-block;
    width: 90%;
  }

  .anlegen_suche_input INPUT {
    background-color: #f0f0f0;
    border: 1px solid #f0f0f0;
    padding: 10px 0;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
  }

	.alertneu {
		position: fixed;
		display: none;
		background-color: #f0f0f0;
		box-shadow: 1px 2px 20px #888;
		border-radius: 10px;
		padding: 50px;
		margin: auto !important;
		width: 400px;
		left: calc(50% - 250px);
		z-index: 10;
		text-align: center;
		font-size: 20px !important;
		border: 2px solid #444;

	}

	#alert_close {
		position: relative;
		top: -60px;
		margin: 0 auto -25px auto;
		width: 50px;
		height: 36px;
		padding-top: 14px;
		text-align: center;
		border-radius: 50%;
		background-color: #333;
		color: #fff;
		font-size: 25px;
		font-weight: bold;
		cursor: pointer;
	}

	#alert_close a {
		color: #fff;
		text-decoration: none;
		cursor: pointer;
	}

	#alert_janein1 {
		display: none;
		margin-top: 20px;
	}

	#alert_janein2 {
		display: none;
		margin-top: 20px;
	}

	BODY {
		margin: 0px;
		padding: 0px;
	}

  BUTTON {
    background-color: #e5201c;
    color: #fff;
    padding: 10px 25px;
    font-size: 25px;
    border-radius: 10px;
    border: 1px solid #e5201c;
		cursor: pointer;
  }

  BUTTON.fertigmelden {
    background-color: green;
    color: #fff;
    padding: 1px 10px;
    font-size: 13px;
    border-radius: 10px;
    border: 1px solid green;
  }

	datalist {
		position: absolute;
	  max-height: 20px !important;
	  border: 0 none;
	  overflow-x: hidden;
	  overflow-y: auto;
	  border: 1px solid red;
	}


	INPUT[type=button], INPUT[type=submit] {
		font-size: 16px;
	}

	.inputfield {
		background-color: #f0f0f0;
		border: 1px solid #f0f0f0;
    border-radius: 10px;
		width: 300px;
		padding: 20px 15px;
		color: #000;
		margin-bottom: 7px;
		text-align: left;
		font-size: 22px !important;
	}

	.login {
		width: 400px;
		padding: 75px;
		background-color: #fff;
		box-shadow: 1px 2px 50px #c3c3c3;
		margin: 0px auto 0px auto;
		border-radius: 0px;
		text-align: center;
		position: relative;
		top: 100px;
    border-radius: 10px;
	}

	.loginscreen {
		width: 100hw;
		height: 100vh;
		//background-image: linear-gradient(to right, hsla(215,30%,80%,0.8) 30%, white 50%, hsla(215,30%,80%,0.8) 70%);
		background-image: linear-gradient(45deg, white 0%, #ccc 50%);
		position: relative;
		//top: -100px;
	}

  #main {
    width: calc(100% - 50px);
    padding: 25px;
    text-align: center;
  }

	.submitfield {
		background-color: #e5201c;
		border: 1px solid #e5201c;
    border-radius: 10px;
		width: 330px;
		padding: 20px 15px;
		color: #fff;
		text-align: left;
		font-size: 22px !important;
	}

	.text {
		font-family: arial;
		font-size: 13px;
		color: #000;
		line-height: 25px;
	}

	.text a {
		color: #e5201c;
		text-decoration: none;
	}

	.text a:hover {
		color: #e5201c;
		text-decoration: underline;
	}

	.textbig {
		font-family: arial;
		font-size: 25px;
		color: #000;
		line-height: 40px;
		margin-bottom: 75px;
	}

	.textmedium {
		font-family: arial;
		font-size: 20px;
		color: #000;
	}

  .top_left {
    font-family: arial;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    width: 33%;
    text-align: center;
    padding-top: 40px;
  }

  .top_left a {
    color: red;
  }

  .top_middle {
    font-family: arial;
    font-size: 35px !important;
    display: inline-block;
    vertical-align: middle;
    width: 33%;
    text-align: center;
    padding-top: 40px;
  }

  .top_right {
    font-family: arial;
    display: inline-block;
    vertical-align: middle;
    width: 33%;
    text-align: center;
    padding-top: 40px;
  }

  .top_right .name {
    font-family: arial;
    font-size: 18px;
    font-weight: bold;
  }

  .top_right .rolle {
    font-family: arial;
    font-size: 14px;

  }
