body {
	padding: 0px;
	margin: 0;
	font-family: arial, helvetica, clean, sans-serif;
	font-size: 16px;
}
li {
	display: inline;
}
.foohostimg {
	width: 64px;
}
#log {
	display: none;
	color: red;
	position: absolute;
	top: 20px;
	right: 20px;
	width: 300px;
	max-height: 200px;
	overflow: auto;
	opacity: 0.4;
}
.videosmall {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 720px;
	height: 405px;
}
.videofull {
	background-color: green;
	position: absolute;
	top: 10px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999999;
}
a {
	text-decoration: underline;
	color: darkred;
}
.floatleft {
	float: left;
}
.floatright {
	float: right !important;
}
.floatnone {
	float: inherit;
}
.grid-nopad {
	padding: 0 !important;
}
.grid-nomarg {
	margin: 0 !important;
}
.push-top {
	margin-top: 20px !important;
}
.push-topbig {
	margin-top: 40px !important;
}
.push-rightsmall {
	margin-right: 10px !important;
}
.push-right {
	margin-right: 20px !important;
}
.push-rightbig {
	margin-right: 40px !important;
}
.push-leftsmall {
	margin-left: 10px !important;
}
.push-left {
	margin-left: 20px !important;
}
.push-leftbig {
	margin-left: 40px !important;
}
.push-bottom {
	margin-bottom: 20px !important;
}
.push-bottombig {
	margin-bottom: 40px !important;
}
.push-bottomsmall {
	margin-bottom: 2px !important;
}
.clear {
	clear: both;
}
.center {
	margin: 0 auto;
}
.navselected {
	border: 5px solid red !important; /*#00ff00*/
}
.menu-overlay {
	position: fixed;
	bottom: 0;
	left: 50%;
	margin-left: -640px;
	height: 300px;
	width: 1280px;
}
.menu-overlay .badge {
	position: absolute;
}
.menu-overlay .badge.soft {
	top: -79px;
	left: 811px;
}
.menu-overlay .badge.hard {
	top: -89px;
	left: 911px;
}
.menu-overlay.top {
	bottom: 281px !important;
}
.menu-overlay.top .content {
	height: 220px;
}
.menu-overlay .infohead {
	height: 40px;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	padding: 0;
}
.menu-overlay .infohead .part1,
.menu-overlay .infohead .part3 {
	width: 20%;
	float: left;
}
.menu-overlay .infohead .part2 {
	width: 50%;
	float: left;
	overflow: hidden;
	white-space: nowrap;
}
.menu-overlay .infohead .part1 {
	text-align: left;
	padding: 6px 0 0 40px;
}
.menu-overlay .infohead .part2 {
	text-align: center;
	padding: 7px 0;
	font-size: 20px;
	color: #ffffff;
	text-shadow: 0 1px #000000;
}
.menu-overlay .infohead .part3 {
	text-align: right;
	padding: 7px 40px;
}
.menu-overlay .content {
	height: 260px;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.9);
	padding-top: 20px;
}
.menu-overlay .content .part {
	width: 33%;
	float: left;
}
.menu-overlay .content .coverimg {
	border-radius: 10px;
	overflow: hidden;
	width: 270px;
	height: 184px;
	position: relative;
	border: 5px solid #414141;
}
.menu-overlay .content .coverimg img {
	width: 100%;
	position: absolute;
	z-index: 4;
}
.menu-overlay .content .coverimg .textline {
	background-color: rgba(0, 0, 0, 0.7);
	position: absolute;
	z-index: 5;
	bottom: 0;
	padding: 10px 0;
	width: 100%;
	text-align: center;
	color: #ffffff;
	text-shadow: 0 1px #000000;
}
.menu-overlay .content .coverimg .textline.red {
	background-color: rgba(220, 0, 0, 0.7);
	font-weight: bold;
}
.fullbody.bg {
	width: 1280px;
	height: 720px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.fullbody.bg #previewpic {
	width: 1280px;
	height: 720px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.fullbody.content {
	width: 1280px;
	height: 720px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}
.fullbody.content .badge {
	position: absolute;
}
.fullbody.content .badge.hard {
	top: 64px;
	left: 255px;
}
.fullbody.content .badge.topleft {
	left: 321px;
	top: -4px;
	z-index: 9999999;
}
.fullbody.content h1 {
	font-size: 30px;
	color: #ffffff;
	text-shadow: 0 2px #000000;
	margin-bottom: 11px;
}
.fullbody.content h2 {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 35px;
	left: 80px;
	font-size: 50px;
	color: #ffffff;
	text-shadow: 0 2px #000000;
}
.fullbody.content h3 {
	font-size: 25px;
	color: #ffffff;
	text-shadow: 0 2px #000000;
	margin-bottom: 8px; /*früher: 11px*/
}
.fullbody.content p {
	font-size: 18px;
	color: #ffffff;
	text-shadow: 0 1px #000000;
	margin-bottom: 11px;
}
.fullbody.content #hosts {
	margin: 120px 0 0 76px;
}
.fullbody.content .check {
	color: red;
	font-size: 30px;
}
.fullbody.content .hostfoo {
	float: left;
	margin: 0 5px 5px 0;
	position: relative;
	width: 220px;
	height: 165px;
	overflow: hidden;
}
.fullbody.content .hostfoo img {
	width: 220px;
	position: absolute;
	z-index: 5;
}
.fullbody.content .hostfoo a {
	position: absolute;
	z-index: 6;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	padding: 5px 0;
	display: block;
	background-color: rgba(0, 0, 0, 0.5);
	font-size: 18px;
	color: #ffffff;
	text-shadow: 0 1px #000000;
	text-decoration: none;
}
.fullbody.content .hostfoo a.navselected {
	border: none !important;
	background-color: rgba(0, 255, 0, 0.8);
}
.fullbody.content form {
	font-size: 18px;
	color: #ffffff;
	text-shadow: 0 1px #000000;
}
.fullbody.content form .button {
	width: 200px;
	padding: 11px 22px;
}
.fullbody.content form input {
	border: 1px solid #767676 !important;
	border-radius: 3px;
	padding: 5px 22px;
	width: 200px;
	text-align: center;
	margin: 10px 0px 18px;
	font-size: 30px;
}
.fullbody.content form input.navselected {
	border: 1px solid #4b4b4b !important;
	border-radius: 3px;
	background-color: #d7ffd0;
}
.fullbody.content .middleheadline {
	margin-top: 120px;
}
.fullbody.content #myviddiv,
.fullbody.content .myinfo {
	position: absolute;
	z-index: 99;
	top: 110px;
	left: 80px;
	width: 720px;
	height: 405px;
}
.fullbody.content .profiltype {
	background-color: rgba(0, 0, 0, 0.5);
	padding: 7px 12px;
	font-size: 18px;
	float: left;
	color: #ffffff;
	text-shadow: 0 2px #000000;
	margin: 0 0 1px 0;
	min-width: 130px;
}
.fullbody.content .profilinfo {
	padding: 7px 10px;
	font-size: 18px;
	float: left;
	color: #ffffff;
	text-shadow: 0 2px #000000;
	width: 545px;
	overflow: hidden;
	margin: 0 0 1px 0;
}
.fullbody.content .shpvideocontrols {
	position: absolute;
	left: 72px;
	width: 737px;
	top: 535px;
}
.fullbody.content #pics {
	position: absolute;
	top: 110px;
	left: 880px;
}
.fullbody.content #pics .imgholder {
	width: 320px;
	height: 160px;
	overflow: hidden;
	margin-bottom: 5px;
}
.fullbody.content #pics .imgholder img {
	width: 100%;
}
.fullbody.content #pics .imgholder.normal {
	height: 240px;
}
.fullbody.content #pics #hosts2 {
	text-align: center;
	font-size: 25px;
	color: #ffffff;
	text-shadow: 0 2px #000000;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 5px 0;
	width: 320px;
}
/* -------------- Allgemein ------------------ */
.buttonpos.bottomleft {
	position: absolute;
	bottom: 30px;
	left: 50px;
	width: 100%;
}
.button {
	border-radius: 4px;
	display: inline-block;
}
.button.square {
	width: 27px;
	height: 27px;
}
.button.wide {
	padding: 9px 14px;
	text-decoration: none;
	font-size: 18px;
	text-align: center;
	margin: 0 8px;
}
.button.wide.navselected {
	background-color: red; /*#10dc00*/
	border: 0px solid transparent !important;
}
.button.red {
	background-color: red;
}
.button.green {
	background-color: lime;
}
.button.yellow {
	background-color: yellow;
}
.button.blue {
	background-color: #001eff;
}
.button.grey {
	background-color: #535353;
	color: #ffffff;
	text-shadow: 0 1px #000000;
}
.button.big {
	padding: 17px 25px;
}
.button + span {
	margin: 1px 9px;
	font-size: 20px;
	color: #ffffff;
	text-shadow: 0 1px #000000;
}
.homelink {
	position: absolute;
	bottom: 10px;
	right: 10px;
	visibility: hidden;
}
.grid-33 {
	width: 33%;
	float: left;
}
.grid-50 {
	width: 49.5%;
	float: left;
}
.textarea {
	font-size: 16px !important;
	font-weight: normal;
	overflow: hidden;
	padding: 20px;
	color: #ffffff;
	text-shadow: 0 2px #000000;
}
.horizontal-bordered {
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.vertical-bordered {
	border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.textarea span {
	margin-bottom: 5px;
}
.textcenter {
	display: block;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}
.push-top {
	margin-top: 20px !important;
}
.push-bottom {
	margin-bottom: 20px !important;
}
.push-bottomClips {
	margin-bottom: 15px !important;
}
.font-normal {
	font-size: 16px !important;
}
.font-biggest {
	font-size: 30px !important;
}
#keyboard {
	position: absolute;
	top: 68px;
	left: 100px;
}
.tastheadline {
	background-color: #383838;
	color: #ffffff;
	padding: 9px 12px;
}
#keyboard .navselected {
	border: 0px !important;
	background-color: red; /*#00ff00*/
	color: #000000 !important;
}
#keyboard_1,
#keyboard_2,
#keyboard_3,
#keyboard_4,
#keyboard_5,
#keyboard_6,
#keyboard_7,
#keyboard_8,
#keyboard_9,
#keyboard_0,
#keyboard_a,
#keyboard_b,
#keyboard_c,
#keyboard_d,
#keyboard_e,
#keyboard_f,
#keyboard_g,
#keyboard_h,
#keyboard_i,
#keyboard_j,
#keyboard_k,
#keyboard_l,
#keyboard_m,
#keyboard_n,
#keyboard_o,
#keyboard_p,
#keyboard_q,
#keyboard_r,
#keyboard_s,
#keyboard_t,
#keyboard_u,
#keyboard_v,
#keyboard_w,
#keyboard_x,
#keyboard_y,
#keyboard_z,
#keyboard_komma,
#keyboard_punkt,
#keyboard_semi,
#keyboard_doppelpunkt,
#keyboard_ch1,
#keyboard_ch2,
#keyboard_ch3,
#keyboard_ch4,
#keyboard_ch5,
#keyboard_ch6,
#keyboard_ch7,
#keyboard_ch8,
#keyboard_ch9,
#keyboard_ch10,
#keyboard_ch11,
#keyboard_ch12,
#keyboard_ch13,
#keyboard_ch14,
#keyboard_ch15,
#keyboard_ch16 {
	background-color: #565656;
	padding: 6px 24px;
	text-align: center;
	font-size: 25px;
	width: 15px;
	margin: 0 1px 1px 0;
	text-decoration: none;
	float: left;
	color: #ffffff;
}
#keyboardenter,
#keyboarddel,
#keyboardcase {
	background-color: #7e7e7e;
	padding: 8px 24px;
	text-align: center;
	width: auto;
	font-size: 25px;
	margin: 0 1px 1px 0;
	text-decoration: none;
	float: left;
	color: #ffffff;
}
#sendername {
	color: #d1ffc9;
}
#sendername .comma:after {
	content: ',';
}
#sendername .comma:last-child {
	display: none;
}
#sendername .comma:nth-last-child(-n+2):after {
	content: ' und';
}


/* -------------- Playlist (Laura) ALT ------------------ */
.playlistRectangle {
	width: 365px;
	height: 50px;
	background-color: antiquewhite;
	border-color: black;
	border-width: thin;
	border-style: solid;
}

.playlistButton {
	width: 365px;
	height: 20px;
	background-color: antiquewhite;
	border-color: black;
	border-width: thin;
	border-style: solid;
}

.arrowSize {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-top: 3px;

	text-align: center;
	font-weight: bold;
	font-size: 30px;

	max-height: 15px;
	max-width: 15px;
}

.playlistNameRectangle {
	width: 200px;
	height: 25px;
	background-color: antiquewhite;
	border-color: black;
	border-width: thin;
	border-style: solid;
}

.playlistNameButton {
	width: 25px;
	height: 25px;
	background-color: antiquewhite;
	border-color: black;
	border-width: thin;
	border-style: solid;
}

.horizontalBox {
	float: left;
	margin-bottom: 10px;
}

.pushDown {
	margin-top: 30px;
}

/* -------------- Playlist (Laura) NEU ------------------ */
.kachel {
	overflow: hidden;
	float: left;
	display: flex;
	font-size: large;
	font-weight: bold;
	width: 260px;
	position: relative;

	border-color: #402626;
	border-width: 5px;
	border-style: solid;
}

.kachelImg {
	max-height: 210px;
}
.kachelImgTitel {
	background-color: silver;
	background-color: hsla(0, 0%, 100%, 0.5);
	position: absolute;
	bottom: 0;
	width: 100%;
	line-height: 1.5em;
	text-align: center;
}

.background {
	width: 260px;
	height: 210px;
	background-color: #383636;
}