#indexRow1 {
  background: #fff none repeat scroll 0 0;
}
#indexRow2 {
	background: #f6f6f6 none repeat scroll 0 0;
}
#indexRow3 {
	background: #f6f6f6 none repeat scroll 0 0;
}
.eventBox {
	margin: 5px 0;
}
.eventDateBox {
	background: #f53d54 none repeat scroll 0 0;
	color: #ffffff;
	text-align:center;
}
.dateFirstLine {
	font-size:16px;
}
.dateSecondLine {
	font-size:24px;
}
.dateThirdLine {
	font-size:16px;
}
.eventTextBox {
	background: #fff none repeat scroll 0 0;
	text-align:center;
	color: #aaa;
	padding: 10px;
}

#footer {
	background-color: #080808;
	padding-top:5px;
}
.noButtonDesign {
	background-color:#222;
	border: none;
	padding: 15px;
	color: #9d9d9d;
}
.noButtonDesign:hover {
	color: #fff;
}
.google-maps {
	position: relative;
	padding-bottom: 75%; // This is the aspect ratio
	height: 0;
	overflow: hidden;
	margin:10px 0 10px 0;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.dj_name {
	color: #f53d54;
	font-size:20px;
}
.dj_text {
	color: #aaa;
}
.jobs_text {
	color: #aaa;
}

.glyphicon-hand-right {
	color:#f0a1ab;
}

.weitereInformationenButton {
	background-color: #fff;
    border: medium none;
    padding: 5px;
	color:#f0a1ab;
}
.karte {
    font-weight: bold;
	text-align:center;
	font-size:16px;
	margin-top: 10px;
}
.drink {
	color: #f53d54;
    font-weight: bold;
	text-transform:uppercase;
}
.kartendownload {
    text-align:center;
	margin-top:10px;
}
.kartendownload a {
    text-align:center;
}