body {
	/* Setzen den weissen Hintergrund, kann aber auch transparent gelassen werden */
	/*background-color: white;*/
}
/* Clearen nach Float elementen */
.clearfix:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}

#title h1 {
	font-family: "Open Sans",Arial,Verdana;
}

/* Linie neben Message */
div#liveticker {
	background: url('../images/line.png') 14px repeat-y;
	margin: 0;
	padding:0;
	display: block;
}

/* Ball neben Message */
div#liveticker div.tickerMessage {
	padding: 0 0 0 36px;
	margin: 0 0 60px 0;
	background: url('../images/ball.png') 7px top no-repeat;
}

/* Zeit der Message */
div#liveticker div.time {
	font-size: 12px;
	color: #3e3e3e;
	font-family: "Open Sans",Verdana,Arial,sans-serif;
	font-weight: 600;
	line-height: 16px;
	margin: 0 0 2px 0;
}

/* Titel neben Message */
div#liveticker h2 {
	font-family: "Open Sans",Arial,Verdana;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 15px 0;
}

/* Text neben Message */
div#liveticker div.text {
	font-family: Georgia,"Times New Roman",serif;
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 19px 0;
}


/* Bilder der Message */
div#liveticker img.picture {
	border-radius: 5px;

	-webkit-box-shadow: 0px 4px 39px -2px rgba(0,0,0,0.54);
	-moz-box-shadow: 0px 4px 39px -2px rgba(0,0,0,0.54);
	box-shadow: 0px 4px 39px -2px rgba(0,0,0,0.54);

	width: 100%;
	max-width: 420px !important;
	display: block;
	float: left;
	margin: 0 9px 9px 0;
}

div#liveticker div.images {
	margin: 0 0 10px 0;
}


.soundcloud {
	max-width: 420px !important;
	border-radius: 10px;
	margin: 25px 0 0 0;
	-webkit-box-shadow: 0px 4px 39px 4px rgba(0,0,0,0.68);
	-moz-box-shadow: 0px 4px 39px 4px rgba(0,0,0,0.68);
	box-shadow: 0px 4px 39px 4px rgba(0,0,0,0.68);
}

.soundcloud iframe{
	margin: 0;
}

.link {
	margin-top: 35px;
}

@media screen and (max-width: 991px) {
	.youtube {
		max-width: 421px;
		width: 90%;
		max-height: 236px;
		height: 90%;
	}
	
	.picture {
		width: 90%;
		max-width: 800px;
	}
}

/* Design Scrollbar */
::-webkit-scrollbar {
    width: 12px;
}
 
::-webkit-scrollbar-track {
	background-color: white;
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
	background-color: white;
	background: transparent;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}