html, body {
	height: 101%;
	margin: 0;
	padding: 0;
	font-family: Arial;
	background-color: #000;
	color: #fff;
}
@media only screen and (min-width: 801px) {
html, body {
	background-image: url(/images/keyvisual.gif);
	background-repeat: repeat-x;
}
}
#main {
	font-size: 16px;
	line-height: 160%;
}
@media only screen and (min-width: 801px) {
#main {
	margin-right: auto;
	margin-left: auto;
	margin-top: -20px;
	width: 1000px;
}
}
.color-d, h1, h2, h3 {
	color: #000;
}
.color-h {
	color: #dcdcdc;
}
.box {
	padding: 10px 10px 10px 10px;
	border-bottom: 10px solid #eee;
	background: #f5f5f5;
	color: #000;
}
@media only screen and (min-width: 801px) {
.box {
	margin-bottom: 10px;
	border: 1px solid #ccc;
}
}
#topnavi {
	display: block;
	background: white;
}
@media only screen and (min-width: 801px) {
#topnavi {
	border: 1px solid #ccc;
	margin-bottom: 10px;
}
}
#footer {
	padding: 10px 10px 10px 10px;
	margin-bottom: 10px;
	text-align: center;
}
#more {
	padding: 10px 10px 10px 10px;
	margin-bottom: 10px;
	text-align: center;
}
img {
	border: none
}
.img-left {
	float: left;
	margin-right: 20px;
}
.img-right {
	float: right;
	margin-left: 20px;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.1em;
}
a:link, a:visited, a:hover, a:active {
	color: green;
}
a:link.more, a:visited.more, a:hover.more, a:active.more {
	text-decoration: none;
}
a:link.subt, a:visited.subt, a:hover.subt, a:active.subt {
	text-decoration: none;
	color: gray;
}
a:link.submit, a:visited.submit, a:hover.submit, a:active.submit {
	color: #fff;
}
.submit {
	margin: 15px 15px 15px 0px;
	background: linear-gradient(to bottom, #dcdcdc 5%, #000 100%);
	background-color: #dcdcdc;
	border-radius: 6px;
	display: inline-block;
	cursor: pointer;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	padding: 6px 24px;
	text-decoration: none;
}
.centered {
	text-align: center;
}
#ulbox {
	list-style: none;
	padding: 0;
	display: -webkit-box; /* Alte Safari, Chrome, iOS und Android */
	display: -moz-box; /* Alte Firefox */
	display: -ms-flexbox; /* IE 10 */
	display: -webkit-flex;  /* Safari, Chrome, iOS und Android */
	display: flex;
	-ms-flex-pack: justify; /* IE 10 */
	justify-content: space-between;
}
#linkesp {
	margin-right: 0px;
}
@media only screen and (min-width: 801px) {
#linkesp {
	margin-right: 10px;
	max-width: 760px;
	height: 7000px;
}
}
#rechtesp {
	display: none;
}
@media only screen and (min-width: 801px) {
#rechtesp {
	width: 230px;
	display: block;
	height: 7000px;
}
}
 @media only screen and (min-width: 801px) {
.nurmob {
	display: none;
}
}
.nurdesk {
	display: none;
}
@media only screen and (min-width: 801px) {
.nurdesk {
	display: block;
}
}
.trenner {
	width: 95%;
	border-top: 1px dashed #fff;
	margin: 15px auto 15px auto;
	text-align: center;
}
.cookie-popup-inner button {
	background: #000;
}
.cookie-popup-inner button:hover {
	background-color: #dcdcdc;
	color: black;
}
.black-o-1 {
	background: black;
	height: 125px;
	width: 15px;
}
.white-o {
	height: 125px;
	width: 20px;
	background: white;
}
.white-o-1 {
	height: 125px;
	border-right: 1px solid black;
	background: white;
}
.white-o-2 {
	height: 125px;
	width: 7px;
	background: white;
}
.white-u-1 {
	height: 50px;
	border-right: 1px solid black;
	width: 40px;
	background: white;
}
.white-u-2 {
	width: 40px;
	height: 50px;
	background: white;
}
.klaviatur {
	padding: 0px;
	margin: 0px;
	border: 1px solid black;
	width: 300px;
	background: white;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
}
.cx {
	text-align: center;
	font-size: 1.3em;
	background-color: #fff;
	color: #000;
	padding-top: 10px;
}
/***************************************/



 @media only screen and (min-width: 801px) {
.container {
	display: table;
	border-spacing: 10px;
	width: 100%;
}
.col {
	display: table-cell;
	box-sizing: border-box;
	cell-spacing: 8px;
	padding: 0.5em;
	vertical-align: top;
	border: 1px solid gray;
	background-color: #f5f5f5;
}
.col:nth-child(1) {
	background: #f5f5f5;
	width: 50%;
}
.col:nth-child(2) {
	width: 50%;
	background: #f5f5f5;
}
}
/***************************************/
.topbox {
	margin-top: 20px;
}
.yellow {
	background-color: yellow;
}
.bilderimg {
	width: 100%;
}
.bilderdiv {
	width: 50%;
	float: left;
	margin-right: 10px;
	margin-top: -10px;
}
 @media only screen and (min-width: 801px) {
	.bilderdiv {
	width: 30%;
	float: left;
	margin-right: 20px;
	margin-top: -10px;
} 
 }
.li {
	margin-bottom: 10px;
}
