body,html {
    width: 100%;
    height: 100%;
}
.channel {
	min-height: 30px;
    overflow: hidden;
    max-height: 50px;
}
#epgArea {
    margin-right: 10px;
}
.channelBildNormal {
    max-height: 200px;
}
.channelBildUHD {
    max-height: 350px;
}

/*searchbar*/
#inputArea {
	width: 100%;
	height: 100%;
    position: absolute;
    color: #FFFFFF;
    font-size: 2em;
    font-family: "Verdana", sans-serif;
    background-color: black;
    border: 10px solid black;
  	border-radius: 20px;
  	z-index: 10;
  	bottom: 0;
}
input#search {
    width: 100%;
    height: 100px;
	background: white;
    color: black;
}
#channels2 {
	float: left;
	width: 100%;
	margin-bottom: 50px;
	font-size: 30px;
}
#channelMove2 {
	margin-top: 5px;
    float: left;
    width: 100%;
    position: fixed;
}
.searchChannel {
	margin: 0 !important;
	width: 91%;
}
.channel2 {
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 8px;
	padding-left: 20px;
	margin: 6px;
	color: whitesmoke;
	display: -webkit-flex;
  	display: flex;
	min-height: 30px;
    overflow: hidden;
    max-height: 50px;
}
.channel2:hover {
	background-color: rgb(114, 133, 151);
}
.counterChannel2 {
	float: left;
	/* padding-right: 30px;
	margin-left: 12px; */
	overflow: hidden;
	margin: 0 !important;
    min-width: 6%;
}
#selectedChannel2 {
	background-color: rgba(184, 164, 164, 0.4);
}
#selectedChannel2:hover {
	background-color: rgb(114, 133, 151);
}