/* CSS Document */
#main ul {
	margin-top: 0.8em;
	margin-left: 30px;
	list-style-image: url(../images/html/list-dot.png);
	list-style-position: 5px;
}

#main ul > li {
	margin-bottom: 5px;
}

div.vertical-line {
	height: 1px;
	/*background: #B9B3E8;
	background: rgba(49,39,130,0.35);*/
	background: #312782;
}

#image-slider {
	position: relative;
	width: 100%;
	height: 300px;
	margin-bottom: 20px;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	cursor: default;
	background: #312782;
}

#image-slider .scripted {
	display: none;
}

.slide-button {
	position: absolute;
	top: 50%;
	margin-top: -50px;
	height: 100px;
	line-height: 100px;
	width: 80px;
	color: #FFF;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.30);
	font-family: Arial, sans-serif;
	font-size: 80px;
	font-weight: 400;
	overflow: hidden;
	cursor: pointer;
	-webkit-transition: color 50ms linear;
	-moz-transition: color 50ms linear;
	-o-transition: color 50ms linear;
	transition: color 50ms linear;
	/*z-index: 1;*/
}

#image-carriage {
	position: relative;
	left: 0;
	width: 650px;
	height: 300px;
	-webkit-transition: left 500ms ease;
	-moz-transition: left 500ms ease;
	-o-transition: left 500ms ease;
	transition: left 500ms ease;
}

#image-carriage.touch-move {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
	

.image-slider-pic {
	float: left;
}

.slide-button:hover {
	color: #D0D0D0;
	color: rgba(255,255,255,0.80);
}

.slide-button:active {
	color: #999999;
	color: rgba(255,255,255,0.50);
}

.slide-button span {
	position: absolute;
}

#left-slide-button {
	left: 10px;
}

#right-slide-button {
	right: 10px;
}

#left-slide-button span {
	right: 40px;
}

#right-slide-button span {
	left: 40px;
}

#image-slider #slider-breadcrump-wrapper {
	position: relative;
	float: right;
	top: -280px;
	left: -50%;
	text-align: left;
	/*z-index: 2;*/
}

#slider-breadcrump {
	position: relative;
	left: 50%;
}

#slider-breadcrump .breadcrump-dot {
	position: relative;
	float: left;
	margin: 0 6px;
	width: 8px;
	height: 8px;
	background: #FFF;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	-o-background-clip: padding-box;
	background-clip: padding-box;
	border: solid transparent 1px;
	border-radius: 100%;
	cursor: pointer;
}

#slider-breadcrump .breadcrump-dot:hover {
	border-color: #FFF;
}

.no-opacity #slider-breadcrump .breadcrump-dot {
	width: 6px;
	height: 6px;
}

.no-opacity #slider-breadcrump .breadcrump-dot:hover {
	width: 8px;
	height: 8px;
	margin: -1px 5px;
}

#slider-breadcrump .breadcrump-dot.active {
	background-color: #000000;
	background-color: rgba(0,0,0,0.80);
}

#slider-breadcrump .breadcrump-dot.active:hover {
	border-color: transparent;
}

.no-opacity #slider-breadcrump .breadcrump-dot.active:hover {
	margin: 0 6px;
	width: 6px;
	height: 6px;
}

#image-slider #image-text-wrapper {
	position: absolute;
	bottom: -80px;
	width: 650px;
	-webkit-transition: bottom 300ms ease;
	-moz-transition: bottom 300ms ease;
	-o-transition: bottom 300ms ease;
	transition: bottom 300ms ease;
}

#image-text-wrapper .image-text {
	float: left;
	width: 630px;
	height: 60px;
	background: #312782;
	background: rgba(0,0,0,0.80);
	padding: 10px;
	color: #FFF;
	font-size: 10.7px;
	/*z-index: 1;*/
}

#image-slider #image-text-wrapper h2 {
	color: #FFF;
	font-size: 13px;
}

#image-slider:hover #image-text-wrapper {
	bottom: 0;
}

#image-slider .image-slider-pic {
	width: 650px;
	height: 300px;
}

#expand-organisatorisches-button {
	display: none;
	position: relative;
	top: 2px;
	margin-left: 3px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

@media screen and (max-width: 915px) {
	.image-text h2 {
		display: none;
	}
	
	.image-text p {
		margin-top: 0;
	}
}

@media screen and (max-width: 650px) {
	#image-slider {
		margin-top: -20px;
		margin-left: -10px;
		width: calc(100% + 20px);
		border-top: none;
		border-left: none;
		border-right: none;
	}
}