

@font-face {
		font-family: Neo Sans;
		src: url(../neosans.otf);
}

@font-face {
		font-family: Futura;
		src: url(../futura-regular.ttf);
}

@font-face {
		font-family: Futura F;
		src: url(../futura.ttf);
}


html, body {
      margin: 0;
      padding: 0;
      font-family: Futura;
}

body {
      background: linear-gradient(to bottom right, white, #bbb);
      font-size: 11pt;
		color: #222;
}

h1 {
		font-size: 28px;
		font-family: Futura;
}

ul {
		list-style-type: none;
		margin: 0;
		padding: 0;

}

li {
		font-family: Calibri, sans-serif;
}

a {
		text-decoration: none;
		color: inherit;
		font-family: Calibri, sans-serif;
}

#layout {
		margin: 0 20%;

}

main#layout, ul#layout {

		border-left: 2px solid #9b0000;
}


p {
		font-size: 13pt;
		text-align: left;
		font-family: Calibri, sans-serif;
}

.gelb {
	   color: #fccb1a;
}

.grau {
      color: #484d56;
}

.lila {
		color: #c21460;
}

.hell {
      color: #d4edf7;
}

.dunkel {
      color: #3a3a3a;
}

#oben {
		background-color: #eee;
		background-image: url("../img/back.png");
}

header {
		display: flex;
		flex-direction: row;
}

header img {
		position: relative;
		right: 24px;
}

header {
		background-image: url("../img/back.png");
		background-color: #eee;
}

header img {
		background-color: #eee;
}

/* XXX NAVIGATIONSBEREICH XXX */

nav {
		float: left;
		width: 100%;
		background: #3a3a3a;
		display: flex;


}


nav > ul {
		margin: 0;
		padding: 0 0 0 2%;
      width: 100%;
}

.rechts {
      float: right;
}

nav a {
		display: block;
		color: #fff;
		font-size: 18px;
		font-family: Futura;
}

nav ul li {
		position: relative;
		float: left;
		list-style: none;
		transition: 0.5s;
		border-top: 5px solid #3a3a3a;
		border-bottom: 5px solid #3a3a3a;
		margin: 0;
		padding: 0;

}

nav li:hover a{
		color: #fff;
}




nav ul li:hover {
		border-top: 5px solid #9b0000;
		border-bottom: 5px solid #9b0000;
}

nav ul li.aktiv, nav ul li#untermenue-aktiv  {
		border-bottom: 5px solid #9b0000;
}


nav ul li a {
		padding: 8px 20px;

}

nav ul ul li{
		border: 0;
		padding: 0;
}


nav ul ul li:hover {
		border: 0;
}

/* Kleiner Pfeil neben dem Element */
nav ul li#untermenue > a:after {
		position: relative;
		float: right;
		content: '';
		margin-left: 10px;
		margin-top: 5px;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-top: 5px solid #fff;
		border-bottom: 5px solid transparent;
		transition: 0.1s;
}

nav ul li#untermenue:hover > a:after {
		color: #3a3a3a;
		border-bottom: 5px solid #fff;
		border-top: 5px solid transparent;
		transition: 0.1s;
}

nav ul li#untermenue-aktiv > a:after {
		position: relative;
		float: right;
		content: '';
		margin-left: 10px;
		margin-top: 5px;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-top: 5px solid #fff;
		border-bottom: 5px solid transparent;
		transition: 0.1s;
}

nav ul li#untermenue-aktiv:hover > a:after {
		color: #3a3a3a;
		border-bottom: 5px solid #fff;
		border-top: 5px solid transparent;
		transition: 0.1s;
}
/* Kleiner Pfeil ENDE*/

nav ul li:hover {
		background: #9b0000;
}

nav ul li.nbgd {
		width: 100%;
}

nav ul li.nbgd:hover {
		background: #4a4a4a;
		border-color: #4a4a4a;
}

nav ul li.nbgd ul {
		background: #4a4a4a;
		box-shadow: none;
		display: none;
		z-index: auto;
		width: 100%;
}

nav ul li.nbgd > ul {
		border-left: 5px solid #9b0000;
		border-top: 2px solid #fff;
}

nav ul li.nbgd ul li {
		display: block;
		width: 100%;
		border-bottom: 2px solid #fff;
}

nav ul li.nbgd ul li:last-child {
		display: block;
		width: 100%;
		border-bottom: 0;
}

nav ul li.nbgd ul li a {
		font-size: 1.1em;
		margin: 1.5%;
}

nav ul li.nbgd ul ul {
		display: block;
		position: relative;
}

nav ul li.nbgd ul ul li {
		margin: 0 5%;
		padding: 0 inherit;
		border: 0;
		font-size: 0.9em;

		border-left: 3px solid #9b0000;
}

nav ul li.nbgd ul ul li:last-child {
		margin-bottom: 5%;
}

nav ul li a#menue-icon {
		width: 32px;
		height: 32px;
		margin: 0;
		background: url(icons/menue.png) no-repeat center;
		font-size: 16px;
}



nav ul li a#menue-icon .text-nav {
		margin-left: 42px;
		padding-top: 6px;
}

nav ul ul {
		position: absolute;
		display: none;
		background: #9b0000;
		box-shadow: 2px 2px 50px 5px rgba(0, 0, 0, 0.6);
		transition: 0.1s;
		z-index: 1;									/* Schiebt das Element in den Vordergrund */
		padding: 0;
		top: 110%;
		left: 0;
}

nav ul ul li:hover {
		background: #3a3a3a;
		border-bottom: 1px solid #3a3a3a;


}


nav ul ul li {
		width: 200px;
		border-bottom: 1px solid #3a3a3a;
}

nav ul ul li a {
		padding: 7px 5px;
		font-size: 16px;
}

/*Kein Strich unter dem letzten Land*/
nav ul ul li:last-child {
		border-bottom: 0;
}

nav ul li:hover > ul {
		transition: 0.1s;
		display: initial;
}

#footer ul li#aktiv {
		border-bottom-color: #3a3a3a;
		border-top-color: #9b0000;
}

#footer ul li#aktiv:hover {
		border-bottom-color: #9b0000;
}


/* XXX ENDE NAVIGATIONSBEREICH XXX */

main {
		 min-height: 30cm;
		 text-align: left;
		 overflow: auto;
		 padding: 0 0 0 2%;
		 padding-bottom: 5%;
}

.schattenRot, .schattenGelb, .schattenBlau, .schattenGruen {
		list-style-type: none;

		margin: 20px 20px 20px 0;

		border-radius: 10px;
		transition: all ease 0.2s;
}


.videoAuswahl li {
		display: flex;
		flex-direction: row;
		min-height: 150px;
		background-color: #555;
		border-radius: 10px;
}

.videoAuswahl h3 {
		font-size: 14pt;
}

.videoAuswahlIcon {
		padding: 20px;
		background-size: 70px;
		background-repeat: no-repeat;
		background-position: center;
		background-color: #3a3a3a;
		flex: 3;
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
}

.videoAuswahlIconVideo {
		background-image: url(../user-icons/video.svg);
		border: 5px solid #9b0000;
}

.videoAuswahlIconPdf {
		background-image: url(../user-icons/book.svg);
		border: 5px solid #30429c;
}

.videoAuswahlIconCode {
		background-image: url(../user-icons/code.svg);
		border: 5px solid #dbc114;
}

.videoAuswahlIconInteractive {
		background-image: url(../user-icons/interactive.svg);
		border: 5px solid #dbc114;
}

.videoAuswahlIconList {
		background-image: url(../user-icons/checklist.svg);
		border: 5px solid #dbc114;
}

.videoAuswahlIconFolder {
		background-image: url(../user-icons/folder.svg);
		border: 5px solid #299d42;
}

.videoAuswahlIconIdea {
		background-image: url(../user-icons/idea.svg);
		border: 5px solid #299d42;
}

.videoAuswahlTitel {
		flex: 5;
		color: white;
		padding: 20px;
}

.videoAuswahlOptionen {
		flex: 3;
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
		display: flex;
		flex-direction: column;
		margin: 20px inherit;

}

.videoAuswahlOption {
		flex: 7;
		display: flex;
		align-items: center;
}

.videoAuswahlOptionAusgleich {
		flex: 2;

}

.videoAuswahlButton {
		background-color: #fff;
		background-repeat: no-repeat;
		background-position: 8px center;
		background-size: 24px;
		border-radius: 4px;
		font-size: 18px;
		font-weight: bold;
		color: #555;
		width: 150px;
		padding: 10px 10px 10px 50px;
		transition: all ease 0.2s;
		font-family: Futura;
}

.videoAuswahlButton a {
}

.videoAuswahlButton:hover {
		background-color: #ccc;
		transition: all ease 0.2s;
}

.videoAuswahlAbspielenButton {
		background-image: url(../user-icons/play-button.svg);
		border-bottom: 3px solid #9b0000;
}

.videoAuswahlDownloadButton {
		background-image: url(../user-icons/download.svg);
		border-bottom: 3px solid #30429c;
}

.videoAuswahlCodeDownloadButton {
		background-image: url(../user-icons/download.svg);
		border-bottom: 3px solid #dbc114;
}

.videoAuswahlAnsehenButton {
		background-image: url(../user-icons/eye.svg);
		border-bottom: 3px solid #30429c;
}

.videoAuswahlOrdnerButton {
		background-image: url(../user-icons/folder-open.svg);
		border-bottom: 3px solid #299d42;
}

.videoAuswahlStartButton {
		background-image: url(../user-icons/start.svg);
		border-bottom: 3px solid #dbc114;

}

.videoAuswahlGoogleDriveButton {
		background-image: url(../user-icons/google-drive.svg);
		border-bottom: 3px solid #299d42;
}

.videoAuswahlTitel h3 {
		margin-bottom: 5px;
		font-size: 18px;
		font-weight: normal;
		font-family: Futura F;
}

.videoAuswahlTitel p {
		font-size: 11pt;
}


.video {
		width: 100%;
		height: 0;
		position: relative;
		padding-bottom: 50.625%;
}

.video iframe {
		position: absolute;
		padding-top: 0;
		padding-left: 0;
		width: 100%;
		height: 100%;
}

.videoTools {
		width: 100%;
		margin: 10px 0 30px 0;
		display: flex;
		align-items: center;
		overflow: auto;
}

.videoTools a, #CheckButton2 {
		color: #3a3a3a;
		background-color: #ccc;
		background-size: 16px;
		background-repeat: no-repeat;
		background-position: 8px;
		font-size: 16px;
		font-weight: bold;
		padding: 8px 8px 8px 33px;
		border-radius: 4px;
		transition: all ease 0.4s;
		margin: 0 10px 0 0;
		border-bottom: 3px solid #299d42;
		font-family: Futura;
}

.videoTools a:hover, #CheckButton2:hover {
		background-color: #aaa;
		transition: all ease 0.4s;
		cursor: pointer;
}

.videoToolBack {
		background-image: url(../user-icons/back.svg);
}

.videoToolNext {
		background-image: url(../user-icons/forward.svg);
}

.iconHome {
		background-image: url(../user-icons/home.svg);
}

.iconDatenschutz {
		background-image: url(../user-icons/datenschutz.svg);
}

.iconImpressum {
		background-image: url(../user-icons/impressum.svg);
}

.iconKontakt {
		background-image: url(../user-icons/contact.svg);
}

.iconEmail {
		background-image: url(../user-icons/email.svg);
}

/* XXX KONTAKT XXX */

#kontakt-liste {
		list-style-type: none;
		text-align: left;
		width: auto;
		margin: 0.5em auto;
}

#kontakt-liste a {
		color: #484d56;
		transition: all ease 0.3s;
}

#kontakt-liste a:hover {
		color: #9b0000;
		text-decoration: underline;
		transition: all ease 0.15s;
}

.text-right {
		text-align: right;
}

/* form {
		width: 600px;
		height: auto;
		overflow: hidden;
		background-color: #fff;
		padding: 3%;

}

form h3 {
		text-align: left;
		color: grey;
		transition: 0.3s;
}

form p {
		text-align: left;
		margin-bottom: 2%;
		font-size: 9pt;
}

form p:last-child {
		margin-bottom: 0;
}

form:hover h3 {
		color: black;
		transition: 0.3s;
}

form input, form textarea {
		margin: 0;
		width: 90%;
		padding: 7% 5% 3% 5%;
		border: none;
		border-bottom: 1px solid #484d56;
		font-size: 16pt;
		display: block;
		background: none;
		color: grey;
		font-family: inherit;
}

form input::placeholder {
		font-size: 10pt;
}

form input:focus, form textarea:focus {
		outline: none;
		transition: 0.3s;
		border-width: thick;
}

form input[type="radio"] {
		width: auto;
		text-align: left;
		display: inline-block;
		margin-top: 2%;
		cursor: pointer;
		background-color: red;
}

form hr {
		margin-top: 2%;
}

form label {
		color: grey;
		cursor: pointer;
}

form label:hover {
		color: green;
		transition: 300ms;
}

form input:checked + label {
		color: green;
		transition: 300ms;
}

#buttons {
		display: flex;
		flex-direction: row;

}

form .button {
		display: inline;
		border-bottom: 0;
		margin-top: 5%;
		margin-right: 5%;
		flex: 1;
		padding: 2%;
		background-color: grey;
		color: white;
		transition: all ease 0.3s;
		cursor: pointer;
		text-align: center;
		font-size: initial;
}



form .button:last-child {
		margin-right: 0;
}

form input:hover#reset-button {
		background-color: #9b0000;
}

form input:hover#submit-button {
		background-color: green;
}

form a:hover#hilfe-button {
		background-color: #0085ff;
}

form input:focus::placeholder {
		transform: translateY(-25px);
		visibility: visible !important;
		transition: all 0.3s ease-in-out;
		font-size: 9pt;

}

form input.red, form input.red::placeholder {
		border-color: #9b0000;
		color: #9b0000;
}

form input.green:focus::placeholder, form input.green::placeholder {
		color: green;
}

form input.green:focus, form input.green {
		color: green;
		border-color: green;
} */


/* XXX ENDE KONTAKT XXX */

#MainDiv {
		background-color: #fff;
		font-family: Calibri, sans-serif;
		padding: 10px;
		border-radius: 5px;
		font-size: 12pt;

}

.yellowBorder {
		border-top: 6px solid #f4d716;
		border-bottom: 6px solid #f4d716;
}

.greenBorder {
		border-bottom: 6px solid #299d42;
		border-top: 6px solid #299d42;
}

.redBorder {
		border-top: 6px solid red;
		border-bottom: 6px solid red;
}

.aufgabenstellung {
		font-size: 13pt;
}

#CheckButton2 {
		border: none;
		border-bottom: 3px solid #299d42;
		background-image: url(../user-icons/check-box.svg);
}

/* XXX LOGIN XXX

#login {
		width: 400px;
		height: auto;
      margin: 20% auto;
		overflow: hidden;
		background-color: #fff;

}

#login input {
		margin: 5% 5% 0 5%;
		width: 80%;
		padding: 7% 5% 3% 5%;
		border: none;
		border-bottom: 1px solid #484d56;
		display: block;
		background: none;
		color: grey;
		font-family: inherit;
}

#login input:focus {
		outline: none;
		border-bottom: 1px solid #9b0000;
		transition: 0.3s;
		color: #9b0000;
}

#login input.button {
		display: inline;
		border-bottom: 0;
		margin: 5%;
		width: 40%;
		padding: 5%;
		background-color: grey;
		color: white;
		transition: all ease 0.2s;
}

#login input#reset-button {
		margin-right: 0;
}

#login input:hover#reset-button {
		background-color: #9b0000;
		transition: all ease 0.2s;
}

#login input:hover#submit-button {
		background-color: blue;
		transition: all ease 0.2s;
}

#login input:focus::placeholder {
		transform: translateY(-25px);
		visibility: visible !important;
		transition: all 0.3s ease-in-out;
		font-size: 0.8em;
		color: #9b0000;

}

#login input:focus:valid::placeholder {
		color: green;
}

#login input:focus:valid {
		color: green;
		border-color: green;
}

XXX LOGIN XXX */


@media only screen and (max-width: 1800px) {
		#layout {
			margin: 0 10%;
		}
}

@media only screen and (max-width: 800px) {
		#layout {
			margin: 0 2%;
		}

		.videoAuswahlButton {
			width: 110px;
		}
}

.nbgd {
		display: none;
}
