@font-face {
    font-family: 'SoSaPr-RG';
    src: url('sosapr-rg-webfont.eot');
    src: url('sosapr-rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('sosapr-rg-webfont.woff') format('woff'),
         url('sosapr-rg-webfont.ttf') format('truetype'),
         url('sosapr-rg-webfont.svg#SoSaPr-SB') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'SoSaPr-SB';
    src: url('sosapr-sb-webfont.eot');
    src: url('sosapr-sb-webfont.eot?#iefix') format('embedded-opentype'),
         url('sosapr-sb-webfont.woff') format('woff'),
         url('sosapr-sb-webfont.ttf') format('truetype'),
         url('sosapr-sb-webfont.svg#SoSaPr-SB') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
background: #627583; 
font-size: 15px;
font-family: 'SoSaPr-RG', Tahoma, Arial, Verdana, Sans Serif;
color: #71797C;
margin: 0px;
}

a:link {  text-decoration: none; color: #71797C;}
a:active {  text-decoration: none; color: #71797C;}
a:visited {  text-decoration: none; color: #71797C;}
a:hover {  text-decoration: none; color: #FF8700;}

.clearer {
display: block!important;
margin: 0!important;
padding: 0!important;
clear: both!important;
line-height: 0!important;
font-size: 0!important;
height: 0!important;
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/*
 * content definition
 */
 
.content-block{
	width: 750px;
	margin: 30px auto 80px auto;
	background: #fff;
	padding: 20px; 
}

.content-block-text{
	padding: 30px 90px 30px 120px
}

.content-block-text h1{
	font-weight: normal;
	font-family: 'SoSaPr-SB', Tahoma, Arial, Verdana, Sans Serif;
	font-size: 15px;
	color: #FF8700;
}

.colored-text, a.route-link{
	color: #FF8700;
	font-family: 'SoSaPr-SB', Tahoma, Arial, Verdana, Sans Serif;
}

a.route-link:hover{
	text-decoration: underline;
}

.label-year{
	padding-right: 0px;
	width: 60px;
	vertical-align: top;
}

.contact-left{
	width: 280px;
}

#content-gallery {
width: 100%;
margin: 40px 0px 0px 0px;
z-index: 10;
}

strong{
	font-weight: normal;
	font-family: 'SoSaPr-SB', Tahoma, Arial, Verdana, Sans Serif;
}

/*
 * menu definition 
 */

#menu{
	width: 1000px;
	margin: 2% auto 0px auto;
	height: 30px;
	font-family: 'SoSaPr-RG', Tahoma, Arial, Verdana, Sans Serif;
}

#menu ul{
	margin: 0;
	padding: 0px 0px 0px 30px;
	list-style-type: none;
}

#menu ul li{
	float: left;
	font-size: 22px;
	line-height: 27px;
	height: 27px;
	margin: 0;
	padding: 0;
	padding-right: 65px;
	vertical-align: baseline;
}

#menu ul li.imprint{
	font-size: 14px;
	padding: 2px 0px 0px 25px;
}

#menu ul li.contact{
	padding-right: 40px;
}

a.menu-active{
	color: #FF8700;
}

/*
 * imagelightbox definitions
 */

#imagelightbox
{
	cursor: pointer;
	position: fixed;
	z-index: 10000;

	-ms-touch-action: none;
	touch-action: none;

	border: 10px solid #fff;
}

#imagelightbox-loading,
	#imagelightbox-overlay,
	#imagelightbox-close,
	#imagelightbox-caption,
	#imagelightbox-nav
	{
		-webkit-animation: fade-in .25s linear;
		-moz-animation: fade-in .25s linear;
		-o-animation: fade-in .25s linear;
		animation: fade-in .25s linear;
	}
		@-webkit-keyframes fade-in
		{
			from	{ opacity: 0; }
			to		{ opacity: 1; }
		}
		@-moz-keyframes fade-in
		{
			from	{ opacity: 0; }
			to		{ opacity: 1; }
		}
		@-o-keyframes fade-in
		{
			from	{ opacity: 0; }
			to		{ opacity: 1; }
		}
		@keyframes fade-in
		{
			from	{ opacity: 0; }
			to		{ opacity: 1; }
		}
		
		#imagelightbox-nav
		{
			background-color: #fff;
			background-color: rgba( 255, 255, 255, 0.8 );
			position: fixed;
			z-index: 10001;
			left: 50%;
			bottom: 0.0em; /* 60 */
			padding: 0.513em; /* 5 */

			-webkit-transform: translateX( -50% );
			-moz-transform: translateX( -50% );
			-ms-transform: translateX( -50% );
			-o-transform: translateX( -50% );
			transform: translateX( -50% );

			-webkit-border-radius: 20px;
			-moz-border-radius: 20px;
			border-radius: 20px;
		}
			#imagelightbox-nav a
			{
				width: 1em; /* 20 */
				height: 1em; /* 20 */
				border: 1px solid #71797C;
				display: inline-block;
				margin: 0 0.313em; /* 5 */

				-webkit-border-radius: 50%;
				-moz-border-radius: 50%;
				border-radius: 50%;
			}
			#imagelightbox-nav a.active
			{
				background-color: #71797C;
			}
			
		#imagelightbox-close
		{
			width: 2.5em; /* 40 */
			height: 2.5em; /* 40 */
			text-align: left;
			text-indent: -9999px;
			background-color: #fff;
			position: fixed;
			z-index: 10002;
			top: 2.5em; /* 40 */
			right: 2.5em; /* 40 */

			-webkit-border-radius: 0%;
			-moz-border-radius: 0%;
			border-radius: 0%;

			-webkit-transition: color .3s ease;
			-moz-transition: color .3s ease;
			-ms-transition: color .3s ease;
			-o-transition: color .3s ease;
			transition: color .3s ease;
		}
			#imagelightbox-close:hover
			{
				background-color: #fff;
			}
			#imagelightbox-close:before,
			#imagelightbox-close:after
			{
				width: 2px;
				background-color: #71797C;
				content: '';
				position: absolute;
				top: 20%;
				bottom: 20%;
				left: 50%;
				margin-left: -1px;
			}
			#imagelightbox-close:before
			{
				-webkit-transform: rotate( 45deg );
				-moz-transform: rotate( 45deg );
				-ms-transform: rotate( 45deg );
				-o-transform: rotate( 45deg );
				transform: rotate( 45deg );
			}
			#imagelightbox-close:after
			{
				-webkit-transform: rotate( -45deg );
				-moz-transform: rotate( -45deg );
				-ms-transform: rotate( -45deg );
				-o-transform: rotate( -45deg );
				transform: rotate( -45deg );
			}

		#imagelightbox-overlay
		{
			background-color: #fff;
			background-color: rgba( 255, 255, 255, .8 );
			position: fixed;
			z-index: 9998;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
		}
		#imagelightbox-caption
		{
			text-align: center;
			color: #71797C;
			background-color: #fff;
			position: fixed;
			z-index: 10001;
			left: 0;
			right: 0;
			bottom: 0;
			padding: 0.625em 0.625em 1.25em 0.625em; /* 10 */
		}
		
		a#imagelightbox-prev, a#imagelightbox-next{
			position: absolute;
			top: 50%;
			z-index: 10001;
			width:40px; 
			height:40px;
			display: block;
			opacity: 0.5;
		}
		a#imagelightbox-prev{
			left: 0;
			margin-left: 2%;
			background: #71797C url(../img/thumbscroll/prevArrow.png) center center;
		}
		a#imagelightbox-next{
			right: 0;
			margin-right: 2%;
			background: #71797C url(../img/thumbscroll/nextArrow.png) center center;
		}
		

/*@media screen and (min-width: 800px) {

	#menu ul li{
		font-size: 18px;
		line-height: 22px;
		height: 22px;
	}

	#menu ul li.imprint{
		font-size: 12px;
		padding: 2px 0px 0px 0px;
	}

}

@media screen and (min-width: 1000px) {

	#menu ul li{
		font-size: 22px;
		line-height: 27px;
		height: 27px;
	}

	#menu ul li.imprint{
		font-size: 14px;
		padding: 2px 0px 0px 0px;
	}

}*/