body {
	overflow-y: scroll;
	padding: 0;
	margin: 0;
}

* {
	margin: 0;
	padding: 0;
}

#page {
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	background: #fff;
}

#page #header,
#page #central,
#page #subnav,
#page #breadcrumb,
#page #footer {
	min-width: 300px;
	max-width: 1024px;
	margin: 0 auto;
}

/* Sitewide elements */

#page fieldset {
	border: none;
}

#page select,
#page textarea,
#page input {
	border: none;
	outline: none;
	border-radius: 10px;
	padding: 5px 7px;
	margin-bottom: 5px;
	box-shadow: inset 0 2px 3px 1px rgba(0,0,0,0.15);
	color: #9FC1D1;
	background: transparent;
	max-width: 100%;
	text-decoration: none;
}

/* #page input[type="button"]:hover,
#page input[type="submit"]:hover {
	cursor: pointer;
} */

#page input[type="button"],
#page input[type="submit"],
#page a.button {
	display: block;
	display: inline-block;
	color: #555;
	font-size: 13px !important;
	background: #fff;
	padding: 5px 10px !important;
	text-decoration: none;
	border-radius: 5px;
	transition: box-shadow 100ms;
}

#page input[type="button"]:hover,
#page input[type="submit"]:hover,
#page a.button:hover {
	cursor: pointer;
	border: 1px solid #9FC1D1;
	padding: 4px 9px !important;
	box-shadow: inset 0 2px 3px 1px rgba(0,0,0,0.1);
	background: rgba(255,255,255,0.5);
}

#page input[type="button"]:active,
#page input[type="submit"]:active,
#page a.button:active {
	box-shadow: inset 0 2px 3px 1px rgba(0,0,0,0.25);
}

#page form a {
	text-decoration: none;
}

#page form a:hover {
	
}

#page option {
	padding: 2px 4px;
}

#page #main select,
#page #main textarea,
#page #main input {
	color: #666;
	background: #fff;
}

#page select:focus,
#page textarea:focus,
#page input:focus {
	color: #333;
	background-color: #fff;
	box-shadow: inset 0 2px 3px 1px rgba(0,0,0,0.25);
}

#page input.submit,
#page input.ccm-input-button,
#page input.ccm-search-block-submit,
#page input.ccm-input-submit {
	color: #000;
	background-color: #fff;
	box-shadow: none;
	margin-top: 5px;
	padding: 2px 5px;
	display: block;
}

#page input.submit:hover,
#page input.ccm-input-button:hover,
#page input.ccm-search-block-submit:hover,
#page input.ccm-input-submit:hover {
	cursor: pointer;
	color: #333;
	background-color: #9FC1D1;
}

/* #page input.submit:focus,
#page input.ccm-input-button:focus,
#page input.ccm-search-block-submit:focus,
#page input.ccm-input-submit:focus {
	background: #ddd;
} */

#page .ccm-error,
#page .block-message,
#page .alert-message,
#page .mailing-list-msg,
#page #msg {
	color: rgb(0, 70, 103);
	background: #9FC1D1;
	padding: 10px;
	border: none;
	margin-bottom: 10px;
}

#page .ccm-error {
	margin-left: 0;
	border: 2px solid red;
}

#page .ccm-error li {
	margin-left: 20px;
}

#page img {
	border: 0;
	outline: 0;
}

#page hr {
	display: none;
}

#page .hidden {
	display: none;
}

#page .nav,
#page .nav ul {
	list-style-type: none;
	margin: 0;
}

#page .frameBorder {
	border: 2px solid #004667;
	background: #fff;
	padding: 10px;
}

/* #page #header,
#page #central-wrapper,
#page #subnav-wrapper,
#page #footer {
	padding: 0 10%;
} */

#page #header {
	position: relative;
	padding-top: 110px;
}

#page #header #logo {
	display: block;
	
	position: absolute;
	top: 32px;
	left: 0;
	
	z-index: 5;
	
	width: 100px;
	background-color: #fff;
	
	margin: 0 0 0 30px;
	padding: 0 15px 1px 15px;
	
	/* border-radius: 8px; */
}

#page #header #logo h1 {
	margin: 0;
	padding: 0;
}

#page #header #logo img {
	/* width: 100%;
	height: auto; */
	margin: 0;
	padding: 0;
}

#page #header #logo #site {
	display: none;
}
	
/* Header slideshow */

#page #header-image-wrapper {
	position: relative;
}
	
#page #header-image {
	position: relative;
	z-index: 2;
}

#page #header-image-shadow-top,
#page #header-image-shadow-bottom {
	height: 10px;
	position: relative;
	z-index: 5;
	background-repeat: no-repeat;
	background-size: 1200px auto;
	background-image: url(https://lvu.de/themes/lvu/images/shadow.png);
}

#page #header-image-shadow-top {
	margin-top: -10px;
	background-position: top center;
}

#page #header-image-shadow-bottom {
	margin-bottom: -10px;
	background-position: bottom center;
}

#page #header-image .ccm-SlideshowBlock-display {
	height: 133px !important;
	width: 100%;
}

#page #header-image .ccm-SlideshowBlock-display .slideImgWrap div {
	height: 133px !important;
	background-size: cover !important;
	background-position: center 75% !important;
}

#page #header-image .ccm-image-wrapper {
	display: block;
	margin: 0 auto;
	padding: 0;
	background: transparent;
}

#page #header-image .ccm-image-wrapper .ccm-image-block {
	margin: 0 auto;
}

/* Breadcrumb Path */

#page #breadcrumb {
	opacity: 0.66;
	transition: opacity .2s;
}

#page #breadcrumb a:hover,
#page #breadcrumb a,
#page #breadcrumb {
	color: #666;
}

#page #breadcrumb:hover {
	opacity: 1.0;
}

#page #breadcrumb .breadcrumb-container {
	padding: 2px 5px 4px 5px;
}

#page #breadcrumb a {
	text-decoration: none;
}

#page #breadcrumb a:hover {
	text-decoration: underline;
}

#page #breadcrumb span:hover {
	cursor: default;
}

/* Central structure */

#page #central {
	background: #f2f7f9;
	padding-bottom: 20px;
}

#page #main,
#page #sidebar {
	float: left;
}

#page #main {
	width: 75%;
}

#page #sidebar {
	width: 25%;
}

#page #main-content,
#page #sidebar-content {
	margin: 15px 30px 20px 30px;
	min-height: 350px;
}

#page #sidebar-content {
	margin-right: 50px;
}

#page #main-content {
	border-right: 1px solid #91BBD0;
	margin-right: 0px;
	padding-right: 30px;
}

/* Article Layout */

#page #main-text {
	/* float: left;
	width: 65%; */
}

#page #main-images {
	float: left;
	width: 35%;
	min-width: 200px;
}

#page #main-text-content {
	margin-right: 20px;
}

#page #main-images-content {
	margin-right: 20px;
}

#page .ccm-page-list-article {
	position: relative;
	border-bottom: 1px solid #C1D9E6;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

#page .ccm-page-list-article:after {
	content: "";
	display: table;
	clear: both;
}

/* #page.loggedin .ccm-page-list-article.featuredArticle {
	background: rgba(255,255,0,0.25);
} */

#page .ccm-page-list-article h3 {
	line-height: 130%;
	margin-bottom: 5px;
}

#page .ccm-page-list-article h4 {
	
}

#page .ccm-page-list-article .meta {
	font-size: 12px;
	line-height: 12px;
}

#page .ccm-page-list-article .article-category {
	/* color: #aaa;
	text-transform: uppercase;
	font-size: 11px;
	background: #fff;
	padding: 2px 6px;
	vertical-align: top; */
}

#page .ccm-page-list-link:hover .article-category {
	/* color: #111; */
}

#page .ccm-page-list-article .ccm-page-list-link {
	display: block;
	text-decoration: none;
}

#page .ccm-page-list-article .article-image {
	float: left;
	position: relative;
	
	margin: 0 10px 5px 0;
}

#page .ccm-page-list-article .article-image .ccm-output-thumbnail {
	max-width: 100%;
	height: auto;
	display: block;
	
}

#page .ccm-page-list-article .preview-content-wrapper {
	
}

#page .ccm-page-list-article .preview-content {
	
}

#page .ccm-page-list-article .preview-content .read-more {
	color: #00A8EB;
	letter-spacing: -5px;
	padding-left: 5px;
}

#page #pagination  {
	text-align: center;
}

#pagination>span {
	background: #DEEAF0;
	display: inline-block;
	float: none;
	padding: 2px 5px;
	margin: 0 4px;
}

#pagination>span a {
	
}


#pagination span.pagination-left {
	float: left;
	margin-left: 0;
}

#pagination span.pagination-right {
	float: right;
	margin-right: 0;
}

#page #social {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
}

#page #social li {
	margin: 0 25px 10px 0;
	float: left;
	display: block;
	border-radius: 8px;
	width: 25px;
	padding: 3px;
	text-align: center;
}

#page #social li:last-child {
	margin-right: 0;
}

#page #social a {
	display: block;
}

#page #social li:hover {
	background: #fff;
}

#page #social li img {
	width: auto;
	height: 25px;
}

#page #social #twitter {
	background-position: 0 0;
}

#page #social #facebook {
	background-position: -30px 0;
}

#page #social #gplus {
	background-position: -60px 0;
}

#page #social #xing {
	background-position: -90px 0;
}

#page #socialshare {
	margin: 0 30px;
	padding-top: 20px;
}

#page #sidebar-content-inner {
	clear: both;
}

#page #footer {
	clear: both;
}

#page #footer-slider {
	/* height: 50px; */
	padding: 25px 0;
	margin: 0 25% 0 0;
	position: relative;
	/* overflow: hidden; */
}

#footer #footer-slider-border-right,
#footer #footer-slider-border-left {
	position: absolute;
	top: 0; bottom: 0;
	z-index: 5;
	width: 10px;
	background: url(https://lvu.de/themes/lvu/images/shadow-footer.png) no-repeat;
	background-size: auto 100%;
}

.nojs #footer #footer-slider-border-right,
.nojs #footer #footer-slider-border-left {
	display: none;
}

#footer #footer-slider-border-right {
	left: 0;
	background-position: top left;
}

#footer #footer-slider-border-left {
	right: 0;
	background-position: top right;
}

#page #footer-content {
	margin: 20px 30px;
}

/* Block layouts */
	
	/* Tableless Contact form */
	
	#page .formblock .success,
	#page .formblock .errors {
		color: rgb(0,70,103);
		background: #9FC1D1;
		padding: 5px 10px;
		border: none;
		margin-bottom: 15px;
	}
	
	#page .formblock .success {
	
	}
	
	#page .formblock .errors {
		outline: 1px solid red;
	}
	
	#page .formblock .error {
		font-weight: 600;
	}
	
	#page .formblock .field input,
	#page .formblock .field label {
		display: block;
	}
	
	#page .formblock .captcha br {
		display: none;
	}
	
	#page .formblock .captcha img.ccm-captcha-image {
		margin: 5px 0;
		border-radius: 8px;
	}
		
	/* Search form */

	#page #header .ccm-search-block-form {
		/* float: right; */
		position: absolute;
		top: 2px;
		right: 0;
		z-index: 5;
	}
	
	#page #header .ccm-search-block-form input {
		background: url(https://lvu.de/themes/lvu/images/search.png) no-repeat 4px center;
		/* width: 70px; */
		width: 0;
		margin: 2px 10px 0 20px;
		padding: 2px 10px 2px 10px;
		font-size: 12px;
		line-height: 13px;
		transition: all .2s ease;
		box-shadow: none;
	}
	
	#page #header .ccm-search-block-form input:hover {
		cursor: pointer;
	}
	
	#page #header .ccm-search-block-form input:focus {
		width: 120px;
		background-color: #fff;
		border: inherit;
		padding: 2px 10px 2px 20px;
		box-shadow: inset 0 2px 3px 1px rgba(0,0,0,0.15);
	}
	
	#page #header .ccm-search-block-form input:hover:focus {
		cursor: text;
	}

	#page #header .ccm-search-block-form .ccm-search-block-submit,
	#page #header .ccm-search-block-form h3 {
		display: none;
	}
	
	/* Login block */
	
	#page .login_block_form  {
		margin: 0 0 20px 0;
		padding: 0;
	}
	
	#page .login_block_form p {
		margin-bottom: 3px;
	}
	
	#page .login_block_form input[type="checkbox"] {
		margin-right: 5px;
	}
	
	#page .login_block_form label {
		display: none;
	}
	
	#page .login_block_form .stayLoggedIn label {
		display: block;
	}
	
	/* #page .login_block_form  input.ccm-input-submit {
		display: none;
	} */
	
	/* Image block */
	
	#page .ccm-image-wrapper {
		/* padding: 3px; */
		margin: 5px 0 10px 0;
		display: inline-block;
		max-width: 100%;
	}
	
	#page .ccm-image-wrapper .ccm-image-file-wrapper {
		position: relative;
	}
	
	#page .ccm-image-block {
		display: block;
		max-width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
	}
	
	
	#page #sidebar .ccm-image-wrapper {
		background: transparent;
		margin: 5px -10px;
	}
	
	
	#page #sidebar .ccm-image-wrapper a {
		margin: 0;
		padding: 10px;
		display: block;
		line-height: 60px;
	}
	
	/* #page #links li a:hover, */
	#page #sidebar .ccm-image-wrapper a:hover {
		outline: 1px solid #9FC1D1;
		background: rgba(255,255,255,0.5);
	}
	
	#page #sidebar .ccm-image-wrapper a img {
		display: inline;
		vertical-align: middle;
		margin: 0;
		padding: 0;
		max-height: 50px;
		width: auto;
	}
	
	#page .ccm-page-list-article  .copyright,
	#page .sortable_fancybox_gallery_image .copyright,
	#page .ccm-image-wrapper .copyright {
		color: #fff;
		font-size: 90%;
		line-height: 150%;
		opacity: 0.7;
		
		position: absolute;
		bottom: 0;
		right: 0;
		padding: 2px 5px 2px 8px;
		text-align: right;
		border-top-left-radius: 8px;
	}
	
	#page .ccm-page-list-article .copyright {
		text-align: inherit;
		padding: 2px;
		font-size: 80%;
		line-height: 110%;
	}
	
	#page .ccm-page-list-article  .copyright:hover,
	#page .sortable_fancybox_gallery_image .copyright:hover,
	#page .ccm-image-wrapper .copyright:hover {
		opacity: 1.0;
		cursor: help;
		background: rgba(0,0,0,0.25)
	}
	
	#page .ccm-image-wrapper .image-description {
		color: #fff;
		background: #9FC1D1;
		padding: 3px 8px;
	}

	/* List Fileset block */
	
	#page #links {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	#page #links li {
		margin: 0 30px;
	}
	
	#page.editmode #links li,
	.nojs #page #links li {
		display: inline-block;
		line-height: 80px;
	}
	
	#page #links li a {
		/* display: inline-block;
		padding: 0;
		margin: 0; */
	}
	
	#page #links li img {
		max-height: 50px;
		width: auto;
		padding: 0;
	}

/* Mobile */
	
.touch #page #header {
	padding-top: 10px;
}

.touch #page #header #logo {
	position: static;
	margin: 0 auto;
	padding: 10px 0;
}

@media ( max-width: 970px ) {
	#page #header {
		padding-top: 20px;
	}
	#page #header #logo {
		position: static;
		margin-left: 15px;
	}
}
	
@media ( max-width: 500px ) {
	#page #header-image-wrapper {
		display: none;
	}
	
	#page #main,
	#page #sidebar {
		float: none;
		width: auto;
	}
	
	#page #main-content {
		padding-top: 20px;
		border-right: none;
	}
	
	#page #footer-slider {
		margin-right: 0;
	}
}




