﻿body {
	font-family: Verdana, Arial,Helvetica,sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 10px;
}

.input-validation-error {
	border-color: #dc3545;
}

.input-validation-error:focus {
	border-color: #dc3545;
	box-shadow: none;
}

.form-control {
	font-size: 13px;
}

.btn {
	font-size: 13px;
}

.bookinginfo h1 {
	color: #c00;
	font-size: 34px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: 400;
	line-height: 1.41;
	letter-spacing: 0;
}

.bookinginfoitem {
	padding: 0 0 5px 0;
}

.bookingsubscriber {
	margin-top: 10px;
	padding: 15px;
	background-color: #fbfbfb;
	border: 1px solid #c0c0c0;
	border-radius: 4px;
}

.eventoverview {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.headline {
	color: #c00;
	font-size: 34px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: 400;
	line-height: 1.41;
	letter-spacing: 0;
	margin-bottom: 5px;
}


.eventlistdescription {
	margin-bottom: 20px;
}

.eventheadline {
	font-size: 16px;
	font-weight: bold;
}

.eventlist {
	background-color: #fbfbfb;
	border: 1px solid #c0c0c0;
	border-radius: 4px;
	padding: 10px;
	margin-bottom: 40px;
}

.eventoverview ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

	.eventoverview ul li {
		margin-bottom: 10px;
		padding: 10px;
		border-left: 3px solid transparent;
		border-bottom: 1px solid #efefef;
	}

		.eventoverview ul li:hover {
			border-left: 3px solid #ec1c24;
		}

.eventoverview a {
	color: #000;
	text-decoration: none;
}

.bread {
	font-size: 11px;
	margin-bottom: 15px;
}

.bread a {
	color: #000000;
	text-decoration: underline;
}

.mipsweb {
	position: fixed;
	bottom: 0;
	text-align: center;
	font-size: 11px;
	border-top: 1px solid #cccccc;
	left: 0;
	right: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}

