/* Main - Layout */

body {
	background: white;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 1024px;
}

#header {
	position: fixed;
	top: 0;
	z-index: 1000;
	width: 1024px;
	height: 128px;
	padding: 0;
	margin: 0;
	background: white;
}

#content-offset {
	position: relative;
	top: 218px;
	width: 100%;
}

#content {
	padding: 0 40px;
	text-align: center;
}

#footer {
	text-align: center;
	padding-bottom: 30px;
}

#footer a {
	margin-bottom: 18px;
	display: inline-block;
}

#footer p {
	color: rgb(153, 153, 153);
	font-size: 10px;
}

.horz-divider,
#footer-divider {
	margin-top: 70px;
	margin-bottom: 40px;
	height: 1px;

	/* generated gradient (alpha, #ccc, alpha) */
	background: -moz-linear-gradient(left, rgba(204,204,204,0) 0%, rgba(204,204,204,1) 50%, rgba(204,204,204,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(204,204,204,0)), color-stop(50%,rgba(204,204,204,1)), color-stop(100%,rgba(204,204,204,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(204,204,204,0) 0%,rgba(204,204,204,1) 50%,rgba(204,204,204,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(204,204,204,0) 0%,rgba(204,204,204,1) 50%,rgba(204,204,204,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(204,204,204,0) 0%,rgba(204,204,204,1) 50%,rgba(204,204,204,0) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(204,204,204,0) 0%,rgba(204,204,204,1) 50%,rgba(204,204,204,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00cccccc', endColorstr='#00cccccc',GradientType=1 ); /* IE6-9 */
}

/* General */

* {
	font-family: verdana, Sans-Serif;
	font-size: 11pt;
	color: black;
	color: inherit;
}

h1, h2, h3, h4, h5 {
	font-weight: normal;
	/*text-transform: uppercase;*/
}

h1 {
	font-size: 20pt;
}

h2 {
	font-size: 16pt;
}

h3 {
	font-size: 14pt;
}

a {
	font-size: inherit;
	text-decoration: none;
	color: #000;
}

img {
	border: 0;
}

.upper-case {
	text-transform: uppercase;
}

.bold {
	font-weight: bold;
}

.subtitle {
	font-size: 10pt;
	font-style: italic;
}

.align-left {
	text-align: left !important;
}

.align-right {
	text-align: right !important;
}

.align-top {
	vertical-align: top;
}

.centered {
	margin-left: auto;
	margin-right: auto;
}

.text-centered {
	text-align: center !important;
}

.light {
	font-size: 85%;
}

.padding-bottom {
	padding-bottom: 8px !important;
}

.full-size {
	margin-left: -40px;
}

.no-pad {
	padding: 0px !important;
	margin: 0px !important;
}

.pad-bottom {
	padding-bottom: 6px;
}

.scroll-horz {
	overflow-x: scroll;
}

#content a.url {
	text-decoration: underline;
}

/* Magic subtitles */
h2+h2 {
	margin-top: -1em;
	font-size: inherit;
}

h2+h2:before {
	content: '(';
}

h2+h2:after {
	content: ')';
}

/* inline lists */

ul.inline {
	text-indent: 0;
	margin: 0;
	padding: 0;
}

ul.inline li {
	display: inline-block;
}

/* Logo */

#logo {
	margin-top: 35px;
	margin-bottom: 35px;
	display: block;
}

/* Main - Menu */

#menu {
	position: relative;
	/* margin: 0; */
	margin-left: 40px;
	padding: 0;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;

	background: #fff;
	color: #000;
}

#menu li {
	display: inline-block;
	padding-bottom: 1em;
	padding-right: 60px;
}

#menu li a {
	text-decoration: none;
	color: inherit;
}

#menu .arrow {
	z-index: 1000;
	display: none;
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 2em;
	left: auto;
}

#menu li .arrow {
	background: url(/img/triangle_white.svg) no-repeat;
	background-size: 20px 20px;
}

#menu li div li .arrow {
	background: url(/img/triangle_black.svg) no-repeat;
	background-size: 20px 20px;
}

#menu li:hover>.arrow,
#menu li:focus>.arrow,
#menu li.active>.arrow,
#menu li.active>.arrow,
#menu li>a.active~.arrow,
#menu li>a.active~.arrow {
	opacity: 1;
	display: block;
}

#menu li div {
	position: absolute;
	top: 2em;
	left: 0;
	margin: 0;
	padding-left: 20px;
	padding-right: 20px;
	/*width: 984px;*/
	width: 904px;
	height: 60px;
	display: none;

	background: #000;
	color: #fff;
}

#menu li div ul {
	position: absolute;
	bottom: 0;
	margin: 0;
	padding: 0;
}

#menu li div ul li a {
	color: white;
}

#menu li:hover .sub-menu,
#menu li.active .sub-menu,
#menu li>a.active~.sub-menu
/*#menu li a:focus + div*/ {
	display: block;
}

/* Home - Slider */

.cycle-slideshow img {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	display: block;
}

.cycle-slideshow img:first-child {
	position: static;
	z-index: 100;
}

.cycle-slideshow .button {
	width: 40px;
	height: 60px;
	z-index: 700;
	cursor: pointer;
}

.cycle-slideshow .button.left {
	position: absolute;
	background: url(/img/slider_left.svg);
	left: 0;
	bottom: 0;
}

.cycle-slideshow .button.right {
	position: absolute;
	background: url(/img/slider_right.svg);
	right: 0;
	bottom: 0;
}

.cycle-caption {
	position: absolute;
	bottom: 0;
	left: 40px;
	right: 40px;
	height: 60px;
	z-index: 700;
	background: black;
	color: white;
	font-style: italic;
	line-height: 60px;
}

.cycle-slideshow img {
	width: 100%;
	height: auto;
}

/* Event */

#events .block {
	padding-bottom: 2em !important;
}

/* Presse */

#press .block {
	padding-bottom: 2em !important;
}

/* Atlas - Search */

.search-box {
}

#search-2 {
	width: 944px;
	margin-left: 130px;
}

#search-2 table {
	table-layout: fixed;
}

#search-2 table th {
	position: absolute;
	width: 120px;
	left: 40px;
	top: auto;
	padding-left: 0;
	padding-right: 0;
}

#search-2 table ul {
	text-indent: 0;
	margin: 0;
	padding: 0;
	text-align: left;
}

#search-2 table ul li {
	margin: 0;
	margin-right: 40px;
	padding: 0;
	display: inline-block;
}

#search-2 #view-options a {
	display: inline-block;
	margin: 0px;
	padding: 3px;
}

#search-2 #view-options a.selected {
	border-radius: 0.25em;
	background: rgb(210, 210, 210);
}

#search-2 #view-options a img {
	padding-left: 2px;
	padding-right: 8px;
}

#search-2 table ul li img {
	display: inline-block;
	height: 1em;
	padding-left: 3px;
	vertical-align: middle;
}

#search-header {
	position: fixed;
	top: 140px;
	width: 776px;
}

#search-level-1 {
	text-align: center;
	margin-top: 48px;
	margin-bottom: 24px;
}

#initial-category-search {
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	display: block;
}

#result {
	margin-top: 50px;
}

.tag-input {
	position: relative;
	padding: 4px;
	padding-right: 24px;
	text-align: left;
	cursor: text;
	border: 1px solid rgb(0, 0, 0);
	background: rgb(255, 255, 255);
	color: rgb(0, 0, 0);
}

.tag-input .placeholder {
	position: absolute;
	text-align: left;
	font-style: italic;
	left: 4px;
	right: 4px;
}

.tag-input .input {
	margin: 0;
	padding: 0;
	border: 0;
	color: inherit;
	background: inherit;
	font-size: inherit;
}

.tag-input .tag {
	padding: 0;
	padding-left: 0px;
	padding-right: 4px;
	margin-right: 2px;
	background: rgb(255, 255, 255);
	display: inline-block;
}

.tag-input .tag .delete {
	width: 1ex;
	height: 1ex;
	border-radius: 1ex;
	display: inline-block;
	margin-left: 4px;
	background: rgba(0, 0, 0, 0.1);
}

.tag-input .tag .delete:hover,
.tag-input .tag:hover > .delete,
.tag-input .tag.selected > .delete {
	background: rgba(175, 0, 0, 0.3);
	cursor: pointer;
}

.tag-input .search-button {
	position: absolute;
	width: 24px;
	height: 24px;
	right: 0px;
	top: 0px;
	background: url(/img/icon_search.svg);
	background-position: 2px 2px;
	background-repeat: no-repeat no-repeat;
	background-size: 20px 20px;
	cursor: pointer;
}

/* jQuery UI */

.ui-helper-hidden,
.ui-helper-hidden-accessible {
	display: none;
}

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}

.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}

.ui-menu .ui-menu {
	position: absolute;
}

.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 5px 2px;
	cursor: pointer;
	min-height: 0;
}

.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}

.ui-widget-content {
	background: rgb(255, 255, 255);
	border: 1px solid rgb(0, 0, 0);
}

.ui-state-default {
	color: rgb(255, 255, 255);
}

.ui-state-hover,
.ui-state-focus {
	background: rgb(0, 0, 0);
	color: rgb(255, 255, 255);
}

/**/

.width-120 {
	width: 120px;
}

.width-400 {
	width: 400px
}

.width-600 {
	width: 600px
}

/* level indicator */

.level-indicator {
}

.level-indicator div {
	width: 12px;
	height: 12px;
	display: inline-block;
}

.level-indicator .state-off {
	background: red;
	background-repeat: no-repeat no-repeat;
}
.level-indicator .state-on {
	background: green;
	background-repeat: no-repeat no-repeat;
}

.level-indicator.exp,
.level-indicator.help {
	display: inline-block;
	margin-left: 8px;
}

.level-indicator.exp div,
.level-indicator.help div {
	width: 16px;
	height: 16px;
	margin: 1px;
}

.level-indicator.exp .state-off {
	background: url(/img/mi/check59_light.svg);
	background-size: 16px 16px;
}

.level-indicator.exp .state-on {
	background: url(/img/mi/check59.svg);
	background-size: 16px 16px;
}

.level-indicator.help .state-off {
	background: url(/img/mi/help24_light.svg);
	background-size: 16px 16px;
}

.level-indicator.help .state-on {
	background: url(/img/mi/help24.svg);
	background-size: 16px 16px;
}

/* result */

#result .header {
	position: relative;
	margin-top: 32px;
}

#result .header .right {
	position: absolute;
	right: 0;
	top: 3px;
}

#result .header h2 {
	margin-bottom: 2px;
}

#result table {
	width: 100%;
	border-collapse: collapse;
}

.bottom-spacing>tbody>tr>td {
	padding-bottom: 24px;
}

.alter-rows>tbody>tr:nth-child(even) {
	background: rgb(244, 244, 244);
}

#result table td {
	vertical-align: top;
}

#result table.calendar {
	border-collapse: collapse;
	table-layout: fixed;
}

#result table.calendar tr {
	border: none;
}

#result table.calendar th {
	text-align: center;
	padding-bottom: 6px;
}

#result table.calendar>tbody>tr>td {
	text-align: left;
	padding: 2px 6px;
	border-left: 1px solid rgb(210, 210, 210);
	border-right: 1px solid rgb(210, 210, 210);
	max-width: 14.285714%;
}

#result table.calendar td div.opened {
	background: rgb(210, 210, 210);
	border-radius: 0.25em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 3px;
	cursor: pointer;
}

#result table.calendar .time-desc {
	display: block;
	cursor: help;
}

#result table.calendar .time-desc:after {
	content: '';
	display: inline-block;
	border-radius: 8px;
	background: rgb(210, 210, 210);
	top: -0.15em;
	position: relative;
	width: 0.4em;
	height: 0.4em;

	animation: cal-pulse 2s linear infinite;
}

@keyframes "cal-pulse" {
	0% { opacity: .5; }
	50% { opacity: 1; }
	100% { opacity: .5; }
}

@-webkit-keyframes "cal-pulse" {
	0% { opacity: .5; }
	50% { opacity: 1; }
	100% { opacity: .5; }
}

@-moz-keyframes cal-pulse {
	0% { opacity: .5; }
	50% { opacity: 1; }
	100% { opacity: .5; }
}

#result table.table {
	border-collapse: collapse;
	table-layout: auto;
}

#result table.table {
	table-layout: fixed;
	margin-bottom: 1em;
}

#result table.table>tbody>tr>th,
#result table.table>tbody>tr>td {
	padding: 6px 10px;
}

#result table.table>tbody>tr>th:not(:first-child) {
	width: 200px;
}

#result table.table>tbody>tr>th:first-child {
	text-align: right;
	width: 120px;
	vertical-align: top;
	position: absolute;
	padding-left: 0;
	padding-right: 0;
	left: 40px;
	top: auto;
}

#result table.table>tbody>tr>td {
	text-align: left;
	border-left: 1px solid rgb(210, 210, 210);
	border-right: 1px solid rgb(210, 210, 210);
}

#result table.table>tbody>tr>td:last-child {
	border-left: 1px solid rgb(210, 210, 210);
	border-right: 0px;
}

#result #map-canvas {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

/* tooltips */

.tooltip {
	position: relative;
}

.tooltip:before {
	content: '';
	position: absolute;
	display: none;

	top: 115%;
	left: 8px;
	z-index: 9999;

	width: 1em;
	height: 1em;
	background: url(/img/triangle_black.svg) no-repeat;
	background-size: 1em 1em;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.tooltip span.tip {
	position: absolute;
	background: black !important;
	color: white;
	display: none;
	margin-top: 0.9em;
	padding: 6px;
	top: 115%;
	left: 0;
	z-index: 9998;
	word-spacing: nowrap;
	max-width: 300%;
}

.tooltip:hover:before,
.tooltip:hover span.tip {
	display: inline-block;
}

/* Search/Detail */

.time-table {
}

.time-table td {
	text-align: left;
}

.time-table td:nth-child(2) {
	text-align: right;
}
