* { margin: 0; padding: 0; border: none; outline: none; list-style: none; }
body { width: 964px; margin-bottom: 50px; background: #ffffff; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; }
.clear { clear: both; }

#header { position: relative; height: 410px; }
#header #slider-outer { padding: 20px 12px; width: 940px; height: 370px; overflow: hidden; }
#header #excerpt-outer { position: absolute; left: 12px; top: 20px; width: 940px; height: 327px; overflow: hidden; }
#header #excerpt { z-index: 100; position: absolute; left: -34px; width: 302px; height: 327px; background: url(../images/aumann-logo.png) no-repeat 0 0; }
#header #excerpt.home { left: -302px; }
#header #sliderImage { margin-bottom: 10px; overflow: hidden; -webkit-box-shadow: 0 0 5px #aaaaaa; box-shadow: 0 0 5px #aaaaaa; }
#header #sliderImage ul,
#header #sliderImage li { width: 940px; height: 327px; }
#header #prevNext { float: right; padding-top: 10px; }
#header #prevBtn,
#header #nextBtn { float: right; display: block; width: 10px; height: 9px; margin-left: 15px; cursor: pointer; }
#header #prevBtn { background: url(../images/btn-prev.gif) no-repeat 0 0; }
#header #nextBtn { background: url(../images/btn-next.gif) no-repeat 0 0; }
#header ol#controls { float: left; height: 17px; font-weight: bold; font-size: 10px; line-height: 17px; }
#header ol#controls li { float: left; margin-right: 5px; }
#header ol#controls li a { float: left; color: #555555; padding: 0px 6px; text-decoration: none; }
#header ol#controls li.current a,
#header ol#controls li a:hover { color: #ffffff; background: url(../images/circle.gif); background-repeat: no-repeat; background-position: 1px 0px; }

#map { width: 940px; height: 327px; }

#footer { position: fixed; left: 0; bottom: 0; background: #ffffff; width: 100%; padding: 12px 0; font-size: 11px; color: #a6a6a6; }
#footer .menu { float: left; margin: 0 12px; }
#footer a { text-decoration: none; color: #a6a6a6; }
#footer a:hover { color: #000000; }

.nav { float: left; width: 220px; margin: 0 8px 0 12px; border-top: 1px solid #d2d2d2;}
.nav li { width: 220px; font-size: 12px; line-height: 16px; }
.nav li a,
.nav li span { margin-bottom: 3px; border-bottom: 1px solid #d2d2d2; padding: 5px 0 8px 0; display: block; text-decoration: none; color: #000000; }
.nav li.active a,
.nav li a:hover { border-bottom: 4px solid #a6a6a6; margin-bottom: 0; }

#content { float: right; width: 446px; margin-right: 12px; }
#content h1 { margin-bottom: 6px; font-size: 12px; line-height: 18px; padding: 5px 0; border-top: 1px solid #d2d2d2; border-bottom: 4px solid #d2d2d2; text-transform: uppercase; }
#content h2 { padding-top: 15px; font-size: 12px; line-height: 32px; }
#content h3 { padding: 2px 0; border-bottom: 1px solid #d2d2d2; font-size: 12px; line-height: 32px; }
#content h4 { margin-bottom: 6px; font-size: 12px; line-height: 28px; border-top: 1px solid #d2d2d2; border-bottom: 1px solid #d2d2d2; }
#content hr { height: 1px; border-top: 1px solid #d2d2d2; margin-top: -60px !important; }
#content p { clear: both; padding: 4px 0 13px 0; font-size: 12px; line-height: 18px; }
#content li { font-size: 12px; }
#content ul li { background: url(../images/bullet.png) 0 11px no-repeat; padding: 5px 0 0 15px; line-height: 15px; }
#content ol li { list-style: decimal; margin-left: 20px; padding: 5px 0 0 0; line-height: 18px; }
#content a { text-decoration: none; color: #000000; padding-left: 12px; background: url(../images/arrow-r-a.jpg) 0px 5px no-repeat; }
#content a:hover { color: #a6a6a6; background: url(../images/arrow-r-b.jpg) 0px 4px no-repeat; }
#content .slider { border-top: 1px solid #d2d2d2; margin-top: -1px; }
#content .slider h3 { cursor: pointer; }
#content .slider div { border-bottom: 1px solid #d2d2d2; padding: 10px 0 20px 0; }

#content .prj_label { float: left; width: 160px; font-weight: bold; }
#content .prj_text { float: right; width: 280px; }
#content .prj_text:after { clear: both; }

.cookieLayer {
	z-index: 900000;
	position: fixed;
	right: 30px;
	bottom: 30px;
	width: 240px;
	overflow: hidden;
	padding: 20px 20px 70px 20px;
	background: #ffffff;
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
	animation: layerFade 750ms 1 ease-in-out;
}
.cookieLayer .message {
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}
.cookieLayer .message a {
	text-decoration: underline;
	color: inherit;
	white-space: nowrap;
}
.cookieLayer .btn {
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 20px;
	padding: 8px 16px;
	background-color: #333333;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	color: #ffffff;
	cursor: pointer;
}

@media only screen and (max-width: 767px) {
	.cookieLayer {
		left: 15px;
		right: 15px;
		bottom: 15px;
		width: auto;
		padding: 15px 15px 60px 15px;
		font-size: 14px;
	}
	.cookieLayer .btn {
		left: 15px;
		right: 15px;
		bottom: 15px;
	}
}

@keyframes layerFade {
    0% {
		@include transform('translate3d(0,100%,0)');
		opacity: 0;
	}
    100% {
		@include transform('translate3d(0,0,0)');
		opacity: 1;
	}
}
