
/* Tabellenpositionierung  ------------------------------------------------------------------------------------------ */
.Form {
	display: flex;
	justify-content: center ;
}

.Formular {
	display: flex;
	justify-content: center ;
	width: 90% ;
}

/* td Darstellug ------------------------------------------------------------------------------------------ */
th {
	display: flex ;
	align-items: center ;
	font-size: 2.5rem ;
	height: 5.5rem ;
	font-weight: normal ;
}

/* .thTable2 {
	display: flex ;
	align-items: center ;
	font-size: 2.5rem ;
	height: 3.5rem ;
	padding-left: 2rem ;
}
*/

::placeholder {
	font-family: Text, Arial, Verdana ;
}

option {
	font-family: Text, Arial, Verdana ;
}

td {
	width: 50rem ;
	font-size: 2.5rem ;
}

.liste {
	width: 30rem ;
	font-size: 2.5rem ;
}

p {
	margin: 0 auto;
}

input {
	width: 95% ;
	font-size: 2.5rem ;
	padding-left: 0.7rem ;
	border: solid 2.5px blue ;
	border-radius: 0.5rem 0.5rem 0.5rem 0.5rem ;
	font-family: Text, Arial, Verdana ;
}

.zahlen {
    width: 25% ;
}

select { 
	color: black ;
	text-align: center ;
	width: 50% ;
	font-size: 2.5rem ;
	border: solid 2.5px blue ;
	border-radius: 0.5rem 0.5rem 0.5rem 0.5rem ;
	font-family: Text, Arial, Verdana ;
	letter-spacing: 0.2rem ;
	margin-top: 1rem ;
	margin-bottom: 1rem ;
}

.dropdown {
	width: 35% ;
	color: black ;
	text-align: center ;
	font-size: 2.5rem ;
	border: solid 2.5px blue ;
	border-radius: 0.5rem 0.5rem 0.5rem 0.5rem ;
	font-family: Text, Arial, Verdana ;
	letter-spacing: 0.2rem ;
}

.date {
	width: 25rem ;
	font-size: 2.5rem ;
	text-align: center ;
	border: solid 2.5px blue ;
	border-radius: 0.5rem 0.5rem 0.5rem 0.5rem ;
	letter-spacing: 0.2rem ;
}

.Notizen {
	display: flex ;
	align-items: flex-start ;
	height: 15rem ;
	margin-top: 0.2rem ;
}

textarea {
	width: 90% ;
	border: solid 2.5px blue ;
	border-radius: 0.5rem 0.5rem 0.5rem 0.5rem ;
	font-size: 2.5rem ;
	font-weight: normal ;
	font-family: Text, Arial, Verdana ;
	letter-spacing: 0.2rem ;
	padding-left: 1rem ;
	padding-right: 1rem ;
}

.dropdownButton {
	background-image: linear-gradient(#9999ff 2%, #000080, #0000ff, #000080, #000000);
    width: 45%;
    height: 2.2em;
    font-size: 2rem;
	color: white ;
    border: solid 1px white;
    font-family: 'Text', Arial, Verdana ;
    border-radius: 0.5rem;
}

.studioDropdown {
	margin-top: 1rem ;
	margin-bottom: 1rem ;
}

/* Hinzufügen Button ------------------------------------------------------------------------------------ */
.hinzufuegen {
	font-family: Text, Arial, Verdana ;
	letter-spacing: 0.2rem ;
	font-weight: normal ;
	width: auto ;
	height: 4rem ;
	color: white ;
	font-weight: normal ;
	font-size: 2.2rem ;
	margin-top: 2rem ;
	margin-bottom: 5rem ;
	background-image: linear-gradient(#9999ff 2%, #000080, #0000ff, #000080, #000000);
	border: solid 2px white ;
	border-radius: 0.7rem 0.7rem 0.7rem 0.7rem ;
	padding: 0.5rem ;
	padding-top: 0.2rem ;
}

/* Letzte Tabelle - Film hinzugefuegt! ---------------------------------------------------------------------------------------------------
h3 {
	color: #00ee00 ;
	font-size: 4rem ;
	text-align: center ;
	margin-top: 0rem ;
	margin-bottom: 2.5rem ;
	font-weight: normal ;
}

/* Aus andern.php - Film geandert Tabelle! ------------------------------------------------------------------------------------------------ 
.FilmGeandertTabelle {
	margin-left: 10rem ;
	margin-right: 3rem ;
	border-spacing: 0px ;
	margin-top: -1.4rem ;
}

.thFilmGeandert{
	height: 3.5rem ;
}

/* Bei letzter Bearbeiten & Hinzufügen Seite ----------------------------------------------------------------------------------- 
.WeiterenFilmBearbeiten {
	font-family: Text, Arial, Verdana ;
	letter-spacing: 0.2rem ;
	font-weight: normal ;
	width: auto ;
	height: 3.5rem ;
	color: white ;
	font-size: 2.2rem ;
	margin-top: 1.5rem ;
	/* margin-bottom: 5rem ; geht wie es scheint nicht 
	background-image: linear-gradient(#ff9999 2%, #600000, #ff0000, #600000, #000000);
	border: solid 2px white ;
	border-radius: 0.7rem 0.7rem 0.7rem 0.7rem ;
	text-align: center ;
	float: right ;
	margin-right: 2rem ;
	padding-top: 0.2rem ;
	padding: 0.3rem ;
} */