/* /////////////////////////////////////////////////////////////// */
/* CSS Override */
/* /////////////////////////////////////////////////////////////// */
/*
	blue: #003366
 */
body {
	font-family: 'FrutigerLTPro-Condensed', Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: black;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "FrutigerLTPro-BoldCn", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #003366;
	text-rendering: optimizeLegibility;
	line-height: 1.1;
	margin-bottom: 16px;
	margin-top: 16px;
}

h1 {
	color: #003366;
	font-size: 33px;
}

.contentRight h4 {
	font-family: 'FrutigerLTPro-Condensed', sans-serif;
}

b, strong, label {
	font-family: "FrutigerLTPro-BoldCn", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
}

p {
	color: #555555;
	font-family: 'FrutigerLTPro-Condensed', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	padding: 10px 0;
}

.container {
	clear: both;
}

.buttonspace {
	padding-top: 10px;
}

header .logo {
	margin-top: 3px;
	margin-left: 15px;
}

@media ( max-width : 767px ) {
	.container {
		margin-left: 0;
		margin-right: 0;
	}
	.content {
		padding-left: 15px;
		padding-right: 15px;
		margin-left: auto;
		margin-right: auto;
	}
	header {
		height: 45px;
		margin-bottom: 0;
	}
	header .menubtn {
		margin-top: 5px;
	}
	header .container {
		display: flex;
		justify-content: space-between;
	}
	header .container .col-xs-2 {
		order: 2;
		text-align: right;
	}
	.buttonspace {
		padding-top: 0;
	}
	
	header .logo {
		margin: 0;
		height: 45px ! important;
		min-width: 150px;
	}
}

#hamburgermenu {
	background-color: #003366;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.sb-slidebar {
	background-color: #003366;
	border-top-color: #003366;
}

#accordion-left .panel {
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}

#accordion-left .panel-group .panel {
	margin-bottom: 0;
}

#accordion-left .panel-green {
	margin-top: 0;
}

.overlay {
	background-color: rgba(0, 0, 0, 0.8);
}

.genericInfoCategory {
	background-color: #003366;
}

.content img {
	max-width: 100%;
}

.panel-collapse li a {
	display: block;
	color: #8c8c8c;
	font-family: 'FrutigerLTPro-Condensed', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
	padding: 11px 0;
}

.panel-collapse li a:hover {
	font-family: 'FrutigerLTPro-Condensed', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 18px;
}

.panel-collapse li.current {
	font-family: 'FrutigerLTPro-Condensed', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 18px;
	padding: 11px 0;
}

.panel-collapse li.current a {
	font-family: 'FrutigerLTPro-Condensed', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 18px;
}

#accordion-ticketkauf span {
	font-family: 'FrutigerLTPro-Condensed', sans-serif;
}

#accordion-ticketkauf .ticket-info {
	font-size: 16px;
	padding: 10px 0;
}

.genericInfoCaption {
	position: relative;
	padding-right: 25px;
}

@media ( min-width : 767px ) {
	header .logo {
		margin: 12px 0px 0px 0px;
	}
}

input[type="text"], input[type="password"], input[type="date"], input[type="time"], input[type="tel"], input[type="number"],
	input[type="email"], select {
	border-color: #ccc;
	border-radius: 2px;
	font-size: 14px;
	height: 34px;
	padding: 6px;
	line-height: 1.2;
}

.input-group-addon {
	padding: 8px ! important;
}

.input-ab .input-group-addon1 {
	border-color: #ccc;
	border-radius: 2px 0 0 2px;
	padding: 8px;
}

.input-ab .input-group-addon3 {
	border-color: #ccc;
	border-radius: 0 2px 2px 0 !important;
	width: 34px;
}

.input-ab .input-group-addon3 a {
	padding-right: 0;
}

.form-control:focus {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px
		rgba(0, 51, 102, 0.6);
	border: 1px solid rgba(0, 51, 102, 0.6);
}

.required-blue, .required-green {
	margin-top: 11px;
}

.nav-tabs {
	border-color: #ccc;
}

.nav-tabs>li>a {
	border-radius: 2px 2px 0 0;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover
	{
	border-color: #ccc;
	border-bottom-color: transparent;
}

.nav-tabs>li>a:hover {
	border-color: #ccc #ccc transparent #ccc;
}

.ui.checkbox .box:before, .ui.checkbox label:before {
	box-shadow: 0 0 0 1px #ccc;
}

.btn {
	border-radius: 2px;
	padding: 9px 20px;
	font-size: 16px;
}

.btn-next:hover, .btn-next:focus, .btn-next:active, .btn-search:hover,
	.btn-search:focus, .btn-search:active, .btn-prev:hover, .btn-prev:focus,
	.btn-prev:active {
	background-color: #001933;
	color: white;
}

.input-group {
	width: 100%;
}

.form-control.input-group-addon-short.b1.btn {
	padding: 0 10px;
	height: 34px;
	border-radius: 2px !important;
	border-color: #ccc;
	font-size: 14px;
	line-height: 33px;
	box-shadow: none;
}

.icon-schedule {
	margin-left: 3px;
}

.icon-ab-an {
	margin-top: 4px;
}

.errorMessage {
	background-color: #de8989;
	border-color: #be1414;
	width: 100%;
	margin-left: 0;
	border-radius: 2px;
}

.checkbox label, .radio label {
	padding-left: 25px;
}

footer li:after {
	color: #e1e1e1;
	font-family: 'FrutigerLTPro-Condensed', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 14px;
	content: "|";
	padding: 0 20px;
}

footer li:last-child:after {
	color: #e1e1e1;
	font-family: 'FrutigerLTPro-Condensed', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 14px;
	content: "";
	padding: 0 20px;
}

footer li a {
	color: #ffffff;
	font-family: 'FrutigerLTPro-Condensed', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 70px;
}

footer li a.active {
	color: #555555;
}

footer li.current {
	color: #555555;
	font-family: 'FrutigerLTPro-Condensed', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 70px;
}

.mode-modal-view footer, .mode-modal-view .contentRight,
	.mode-modal-view header, .mode-modal-view header .container {
	display: none !important;
	height: 0;
}

/* /////// OVERRIDE....OVERRIDE */

header .logo{
	height: 75px;
}