@charset "utf-8";
/* CSS Document */


section {
	padding:40px 0;
}
section#content {
	background:#fff;
	padding-top:80px;
}

.Playlist li {
	display: none;
}

header {
	position: relative;
	background-color: #31708F;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	background-clip: border-box;
	background-origin: padding-box;
	background-size: cover;
	height: auto;
	margin-bottom: 20px;
}

footer {
    background: none repeat scroll 0 0 #4D4D4D;
    color: #B3B3B3;
    font-size: 0.8em;
    padding: 20px 0;
    text-align: center;
}
li#logout a{
	background:#e74c3c;
	color:#fff;
}
li#login a {
	color: #fff;
	background-color: #419641;
}


.mulink {
	color: #FFF;
	text-decoration: none;
	text-align: center;
}

#footer {
	background-color: #428BCA;
	width: 100%;
	height: 30px;
	line-height: 30px;
}
#sektion_bg {
	background-color: #31708F;
	width: 100%;
}
#sektion_ge {
	background-color: #CCFF66;
	width: 100%;
}


.headline {
	font-family: 'Baloo Bhaina', cursive;
	color: #FFFFFF;
	font-size: 4.1em;
	margin-bottom: 0px;
	margin-top: 0px;
}
.ueberschrift {
	font-family: 'Baloo Bhaina', cursive;
	color: #FFFFFF;
	font-size: 2em;
	margin-bottom: 8px;
	margin-top: 0px;
}
.ueberschriftPlayer {
	font-family: 'Baloo Bhaina', cursive;
	color: #FFFFFF;
	font-size: 2em;
	margin-bottom: 8px;
	margin-top: 8px;
}


.headwork {
	font-family: 'Gochi Hand', cursive;
	color: #FFFFFF;
	font-size: 1.3em;
	margin-top: 0px;
}

.headline_xs {
	font-family: 'Gochi Hand', cursive;
	color: #31708F;
	font-size: 3.0em;
}

.my_box {
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 6px;
	margin-bottom: 20px;
	padding: 10px;
	background-color: #FFF;
}
.my_box_ge {
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 6px;
	margin-bottom: 20px;
	padding: 10px;
	background-color: #FFC;
}
.my_box_bl {
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 6px;
	margin-bottom: 20px;
	padding: 10px;
	background-color: #c4eafa;
}
.my_box_gr {
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 6px;
	margin-bottom: 20px;
	padding: 10px;
	background-color: #c4fad1;
}
.my_box_grau {
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 6px;
	margin-bottom: 20px;
	padding: 10px;
	background-color: #f4f4fc;
}
.my_box_rot {
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 6px;
	margin-bottom: 20px;
	padding: 10px;
	background-color: #f0dbe2;
}

.cat i {
	margin-top: 20px;
	font-size: 128px;
}
.cat h3 {
	margin-bottom:20px;
}
.vertical-separator{
	display: inline-block;
	margin: 0 2px;
	width: 2px;
	height: 20px;
	vertical-align: middle;
	background-color: #333;
}


