*{
	margin: 0;
	padding: 0;
}

body{
	background: #333;
	font-family: Segoe UI;
}

#head{
	width: 100%;
	height: 165px;
	position: relative;
	top: 0;
	left: 0;
	background: #516179;
	background-image: url(https://playhab-radio.4lima.de/src/assets/v10/img/skyline.png), url(https://playhab-radio.4lima.de/src/assets/v10/img/header.png);
    background-position: bottom center, center;
    background-repeat: repeat-x, repeat;
    box-shadow: inset 0px -100px rgb(0 0 0 / 10%);
}

#left {
    width: 50%;
    height: 580px;
    position: relative;
    float: left;
    background: #303030;
    display: flex;
    justify-content: flex-end;
    padding: 70px;
	padding-top: 110px;
    box-sizing: border-box;
	box-shadow: inset 0 -290px #262626;
}

#right {
    width: 50%;
    height: 580px;
    position: relative;
    float: right;
    background: #b6d663;
    display: flex;
    justify-content: flex-start;
    padding: 70px;
    padding-top: 110px;
    box-sizing: border-box;
    box-shadow: inset 0 -290px #b0ce5f;
}

#footer {
    background-image: url(https://playhab-radio.4lima.de/uploads/userupload_2084.png), url(https://playhab-radio.4lima.de/uploads/userupload_2082.png), url(https://playhab-radio.4lima.de/src/assets/v10/img/footer.png);
    background-position: center bottom, center bottom, center;
    background-repeat: no-repeat, no-repeat, repeat;
    height: calc(100vh - 745px);
	min-height: 200px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
	box-shadow: inset 0px -52px rgb(0 0 0 / 10%);
}

.maincontent {
	clear: both;
    display: table;
	width: 100%;
}

.textbox {
    background: #fff;
    width: 100%;
    height: auto;
    border-top: 0px solid;
    padding: 20px;
    color: #000;
    font-size: 14px;
    margin-bottom: 20px;
    overflow: hidden;
    box-sizing: border-box;
    box-shadow: 0px 3px rgb(0 0 0 / 15%);
}

#content{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

#center{
	width: 1000px;
	margin: 3% 0 0 0;
	margin-left: calc(50% - 500px);
	float: left;
}

#logo {
    width: 742px;
    height: 331px;
    margin: -2px 0 0 0;
    background: url(https://playhab-radio.4lima.de/uploads/userupload_2087.png) no-repeat;
    transition: all 0.5s;
    position: absolute;
    z-index: 1;
}

#logo:hover{
	-moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.container {
	width: 1145px;
    margin: 0 auto;
    position: relative;
}

#footer .container {
	display: flex;
    justify-content: center;
}

#footer p {
    color: #475467;
    font-weight: 600;
    font-size: 50px;
    text-shadow: 0px 1px 1px rgb(255 255 255 / 22%);
}

#news{
	width: 500px;
	height: 240px;
	float: left;
    z-index: 2;
}

#destaques{
	width: 500px;
	height: 240px;
	float: right;
}

#destaques #destaque {
    width: 100%;
    height: 120px;
	margin-bottom:25px;
    background-color: #2f2f2f;
    float: left;
	padding: 20px;
	box-sizing: border-box;
	display: flex;
    align-items: center;
	justify-content: space-around;
	box-shadow: 0px 3px rgb(0 0 0 / 15%);
}

#destaques #destaque .tunein i {
    width: 54px;
    height: 28px;
    background-color: #acc95f;
    font-size: 25px;
    border-radius: 50%;
    line-height: 3px;
    color: #FFFFFF;
    float: left;
    padding-top: 26px;
    text-align: center;
}

#destaques #destaque .avatar {
    width: 70px;
    height: 70px;
    margin: 0;
    border-radius: 55%;
    float: left;
    background-color: #5e5e5e;
}

#destaques #destaque .dj {
    max-width: 145px;
    padding-right: 20px;
    height: 70px;
    margin-left: 15px;
    float: left;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 1px 0 rgb(255 255 255 / 15%);
}

#destaques .tunein {
    float: right;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}

#destaques #destaque .title {
	color: #fff
}

#destaques #destaque .subtitle {
	color: #a6c256;
}

#destaques #destaque .dj .title {
	font-size: 18px;
}

#destaques #destaque .dj .subtitle, #destaques #destaque .song .subtitle {
	font-size: 14px;
}

#destaques #destaque .song .title {
	font-size: 16px;
}

#destaques #destaque .song {
    width: 155px;
    height: 70px;
    margin-left: 15px;
    float: left;
	display: flex;
	flex-direction: column;
	justify-content: center;
}