@charset "utf-8";

/* CSS Document */
/*Grundeinstellung*/

body {
	background-color: #111;
	font-family: Verdana, sans-serif;
	color: black;
	text-align: center;
}

a {
	font-family: Verdana, sans-serif;
	color: orange;
	letter-spacing: 0.1em;
	text-align: center;
	padding: 6px 6px;
	text-decoration: none;
	font-size: 1.0em;
}

a:hover {
	color: #999;
	font-size: 1.0em;
}

h1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 2.0em;
	letter-spacing: 5px;
	color: SandyBrown;
	font-style: italic;
	font-weight: normal;
	text-align: center;
	padding-top: 1.0rem;
	/*border-bottom-width: 1px;
					border-bottom-style: solid;
					border-left-width : 13px;
					border-color : orange;
					border-left-style : solid;*/
}

.em06g {
	font-family: Verdana, Arial, sans-serif;
	color: #777;
	font-size: 0.6em;
	text-align: center;
}

.em08b {
	font-family: Verdana, Arial, sans-serif;
	color: #111;
	font-size: 0.8em;
	text-align: center;
}

.em08g {
	font-family: Verdana, Arial, sans-serif;
	color: #888;
	font-size: 0.8em;
	text-align: center;
}

.em08y {
	font-family: Verdana, Arial, sans-serif;
	color: yellow;
	font-size: 0.8em;
	text-align: center;
}

.em09g {
	font-family: Verdana, Arial, sans-serif;
	color: #888;
	font-size: 0.9em;
	text-align: center;
}

.em10g {
	font-family: Verdana, Arial, sans-serif;
	color: #888;
	font-size: 1.0em;
	text-align: center;
}

.em10b {
	font-family: Verdana, Arial, sans-serif;
	color: blanchedalmond;
	font-size: 1.0em;
	text-align: center;
}

.em12green {
	font-family: 'Courier New', Courier, monospace;
	color: greenyellow;
	font-size: 1.2em;
	text-align: center;
}

.em16red {
	font-family: 'Courier New', Courier, monospace;
	font-style: italic;
	color: red;
	font-weight: bold;
	font-size: 1.6em;
	text-align: center;
}

.bg-1 {
	background: #1B1A1C url(../img/coke.jpg) no-repeat center center;
	background-size: cover;
}

.bg-2 {
	background: #333 url(../img/blackboard.jpg) no-repeat center center;
	background-size: cover;
	color: #fff;
}

.bg-3 {
	background: #30353c;
	color: #4e5154;
}

.bg-4 {
	background: #514B48;
	color: #7D746F;
}

.bg-5 {
	background: #383e4c;
	color: #fff;
}

.bg-6 {
	background: #647df9;
	color: #7a90ff;
}

.bg-7 {
	background: #888;
}

.bg-8 {
	background: #CDBA96 url(../img/bgtasse.jpg) no-repeat right;
	background-size: cover;
}

.bg-9 {
	background: black;
}

/* Glyph, by Harry Roberts */
.hr2 {
	border: 0;
	height: 5px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(9, 84, 132), rgba(0, 0, 0, 0));
}


/* Common styles */

.boks {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	width: 100%;
	margin: 0 auto 0.5em;
}

.boks_bereich {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: stretch;
	align-items: stretch;
	text-align: center;
	-webkit-flex: 0 1 380px;
	flex: 0 1 380px;
}

.boks_link {
	color: inherit;
	border: none;
	background: none;
}

.boks_link:focus {
	outline: none;
}

/* babo */
.boks_babo .boks_bereich {
	margin: 0.5em;
	padding: 0.0em;
	cursor: default;
	border-radius: 10px;
	background: #333;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05), 0 15px 30px -10px rgba(0, 0, 0, 0.3);
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}

.boks_babo .boks_bereich:hover {
	background: black;
}

.boks_babo .boks_utitel>header h5 {
	font-family: 'Courier New', Courier, monospace;
	text-align: center;
	font-size: 18px;
	position: relative;
	font-weight: 400;
	color: blue;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	padding: 0px 0px 0px 0px;
}

.boks_babo .boks_utitel>header h5 span {
	color: red;
	font-size: 22px;
	line-height: 22px;

}

.boks_babo .boks_liste {
	margin: 0;
	padding: 0.1em 0.5em 0.5em;
	text-align: left;

}

.boks_babo .boks_link {
	font-weight: normal;
	margin-top: auto;

	border: 1px solid;
	border-color: orange;
	border-radius: 5px;
	background: #333;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}

.boks_babo .boks_link:hover,
.boks_babo .boks_link:focus {
	background: black;
	color: green;
	border: 1px solid;
	border-color: green;
}