/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

/* Reset Space (Added) */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video,
hr {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

html,
button,
input,
select,
textarea {
    color: #444;
	font-family: 'Myriad W01 Regular', Arial, Helvetica, sans-serif;
}
html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -webkit-overflow-scrolling: touch; }
body {
    font-size: 15px;
    line-height: 1.45;
	overflow-y: scroll; 
}
body {
    min-width: 1160px;
}
::-moz-selection {
    background: #367fa8;
    text-shadow: none;
	color: #fff;
}

::selection {
    background: #367fa8;
    text-shadow: none;
	color: #fff;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccdbe2;
	-moz-box-shadow: 0 1px 0 #FFFFFF;
    -webkit-box-shadow: 0 1px 0 #FFFFFF;
	box-shadow: 0 1px 0 #FFFFFF;
    margin: 0;
	margin-bottom: 30px;
    padding: 0;
}
.box hr {
	margin-bottom: 20px;
	border-top: 1px dotted #ccc;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* Added */
a { color: #296400; text-decoration: none; }
a:hover { color: #296400; text-decoration: underline; }
a:focus { outline: 0; }
a:hover, a:active { outline: 0; }
ul, ol { list-style: none; list-style-image: none; }
small { font-size: 12px; }
span.small { font-size: 12px; }

/* ===== Primary Styles =====
   Author: Falko Birner
   ========================== */

/* =============================================================================
   Master PNG
   ========================================================================== */
.hero-product-holder header em,
.hero-product-holder header span,
.icon-link-small span,
.tabs a span,
.search-bar button {
	background-image: url(/assets/images/masters/icon_master.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

/* =============================================================================
   Headlines
   ========================================================================== */
h1, h2, h3, h4, h5, h6 {
	line-height: 1;
	font-weight: normal;
	letter-spacing: 0.5px;
	text-shadow: 0 1px #fff;
	color: #000080;
}
.home h1, .home h2, .home h3, .home h4, .home h5, .home h6 {
    color: #444;
}
.box h2,
.box h3 {
    line-height: normal;
}
h1 {
	font-family: 'Myriad W01 Bd', Arial, Helvetica, sans-serif;
	font-size: 40px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
h2 {
	font-family: 'Myriad W01 SmBd', Arial, Helvetica, sans-serif;
	font-size: 35px;
	margin-bottom: 12px;
	text-transform: uppercase;
}
.box h2 {
	font-size: 30px;
}
h3 {
	font-family: 'Myriad W01 SmBd', Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-bottom: 8px;
	text-transform: uppercase;
}
h3.subheadline {
	margin-bottom: 15px;
	margin-top: -8px;
	color: #999;
	font-size: 16px;
	font-family: 'Myriad W01 Regular', Arial, Helvetica, sans-serif;
}
h4 {
	font-family: 'Myriad W01 SmBd', Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 8px;
	text-transform: uppercase;
}
h4#next-motion {
	padding-top: 5px;
	margin-left: -5px;
}
h4#next-motion a {
    /* Das Logo kommt als Inline-Style aus dem Seiteninhalt.
       Die frueher hier referenzierte /images/singleones/next_motion_logo.png
       wurde 2019 entfernt und ist auch auf der Live-Seite 404. */
    display: block;
    height: 51px;
    text-indent: -9999px;
    width: 264px;
}
h5 {
	font-family: 'Myriad W01 Regular', Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 5px;
	text-transform: uppercase;
	color: #999;
}

/* =============================================================================
   Buttons
   ========================================================================== */
/* Green */
.green-btn,
.browsebox a {
    display: inline-block;
    padding: 8px 12px;
	padding-bottom: 9px;
    font-size: 14px;
    font-family: 'Myriad W01 SmBd', Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: normal;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    width: auto;
    overflow: visible;
    background-color: #4444da;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
	position: relative;
	border: 0;
	-moz-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
	-moz-box-shadow: 0 0 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.2);
    box-shadow: 0 0 2px rgba(0,0,0,0.2);
}
.green-btn:hover,
.browsebox a:hover {
	text-decoration: none;
	background-color: #0f0fa1;
	color: #fff;
}
.green-btn:active {
	top: 1px;
}
.newsletter button:active {
	top: 0;
}
.green-btn.active,
.browsebox strong a {
	color: #444;
	background-color: #fff;
}

/* White */
.white-btn {
    display: inline-block;
    padding: 0 12px 0 45px;
    font-size: 13px;
    font-family: 'Myriad W01 SmBd', Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 33px;
    color: #404040;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    width: auto;
	border: 0;
    overflow: visible;
    background-color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
	position: relative;
	-moz-box-shadow: 0 0 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.2);
    box-shadow: 0 0 2px rgba(0,0,0,0.2);
	-moz-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.ie7 .white-btn,
.ie8 .white-btn {
    border: 1px solid #ddd;
}
.white-btn span {
	position: absolute;
	left: 0;
	top: 0;
	width: 33px;
	height: 33px;
	border-right: 1px solid #ccc;
	background-image: url(/assets/images/icons/white_btn_arrow.png);
	background-position: -33px 0;
	-moz-transition: all 0.18s linear;
	-webkit-transition: all 0.18s linear;
	-o-transition: all 0.18s linear;
	transition: all 0.18s linear;
}
.white-btn:hover {
	text-decoration: none;
	background-color: #0f0fa1;
	color: #fff;
}
.white-btn:hover span {
	border-color: #8181f1;
	background-position: 0 0;
}
.white-btn:active {
	top: 1px;
}

/* =============================================================================
   Forms
   ========================================================================== */
legend {
    display: none;
}
fieldset p {
    margin-bottom: 10px;
}
label {
    display: block;
    margin-bottom: 4px;
}
input[type=text],
input[type=password],
textarea,
select {
    padding: 7px;
    border: 1px solid #cbcbcb;
    width: 96%;
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1) inset;
    box-shadow: 1px 2px 0 #e7e7e7 inset;
    background-color: #f4f4f4;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.aside-content input[type=text],
.aside-content input[type=password],
.aside-content textarea {
	width: 97.5%;
}
textarea {
    height: 240px;
}
select {
	width: 100%;
}
input[type=text]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
    background-color: #fff;
    border: 1px solid #4444da;
    -moz-box-shadow: 0 0 2px 1px rgba(50, 125, 167, 0.2);
    -webkit-box-shadow: 0 0 2px 1px rgba(50, 125, 167, 0.2);
    box-shadow: 0 0 2px 1px rgba(50, 125, 167, 0.2);
    outline: 0 none;
}
.double-input {
    margin-left: -25px;
    margin-bottom: 0;
}
.double-input dt,
.double-input dd {
    float: left;
    margin-left: 25px;
    width: 312px;
    font-weight: normal;
}
.width2 .double-input dt,
.width2 .double-input dd {
	width: 285px;
}
.half-size-column .double-input dt,
.half-size-column .double-input dd {
	width: 197px;
}
.double-input input[type=text],
.double-input input[type=password] {
    width: 95%;
}
.half-size-column .double-input input[type=text],
.half-size-column .double-input input[type=password] {
    width: 92%;
}
input.blur {
    color: #888;
}
.input-pair {
	position: relative;
}
.newsletter .input-pair {
	width: 276px;
}
.width2 .input-pair li input {
	width: 97%;
}
.newsletter .input-pair li input {
	width: 260px;
}
.input-pair li button {
	-webkit-border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-bottomleft: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	-moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.input-pair li.button {
	position: absolute;
	top: 0;
	right: 0;
}
.newsletter.box fieldset {
	position: absolute;
	right: 15px;
	top: 20px;
}
.search-results {
	margin-bottom: 30px;
}
.search-results li {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #ccc;
}
.search-results li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0;
}
.search-results p {
	margin-bottom: 0;
}

/* =============================================================================
   Textlayout
   ========================================================================== */
p {
    margin-bottom: 30px;
}
.box p {
    margin-bottom: 20px;
}
p.small {
    font-size: 12px;
    color: #888;
	margin-bottom: 10px;
}
p.small.no-margin {
	margin-bottom: 0;
}
.big-letter {
	float: left;
	font-size: 44px;
	font-family: 'Myriad W01 Bd', Arial, Helvetica, sans-serif;
	line-height: 1;
	margin-bottom: -2px;
    margin-right: 8px;
}
.code {
    background-color: #FBF7AA;
    color: #6F5431;
    overflow: auto;
    padding: 2px 4px;
}
.content-dummy {
    background-color: #ccc;
    display: block;
    padding: 5px;
}
q {
    display: block;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-style: italic;
    margin-bottom: 20px;
    position: relative;
    quotes: none;
}
cite {
    color: #A4A4A4;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-style: normal;
    margin-top: 5px;
    font-weight: bold;
}
.browsebox {
    height: 34px;
    margin-bottom: 20px;
}
.browsebox li {
    float: left;
    margin-right: 5px;
}
.normal-list {
    list-style-type: square;
    margin-left: 15px;
    margin-bottom: 25px;
}
.normal-list li {
    margin-bottom: 5px;
}
.normal-list ul {
    margin-bottom: 5px;
    margin-top: 10px;
}
.normal-list ul {
    list-style-type: circle;
}
ol {
    list-style-type: decimal;
    margin-bottom: 25px;
    margin-left: 22px;
}
ol li {
    margin-bottom: 5px;
}
ol ol {
    margin-bottom: 5px;
    margin-top: 10px;
}
ol ol li {
    list-style-type: lower-alpha;
}
dl {
    margin-bottom: 25px;
}
dt {
    font-weight: bold;
}
dd {
    margin-bottom: 5px;
}
.arrow-list {
	margin-bottom: 15px;
}
.arrow-list li {
	background-image: url(/assets/images/icons/ul_arrow_bg.png);
	background-repeat: no-repeat;
	padding-left: 18px;
	background-position: 0 4px;
	margin-bottom: 5px;
}
ul.one-third-fl li {
    float: left;
    width: 30%;
}
.image-list > li {
	background-color: #f4f4f4;
	min-height: 65px;
	margin-bottom: 1px;
	padding: 15px;
    padding-left: 110px;
    position: relative;
}
.image-list > li:last-child {
	margin-bottom: 0;
}
.image-list li img {
    position: absolute;
    left: 0;
    top: 0;
}
.image-list li p {
	color: #767676;
	font-size: 12px;
	margin-bottom: 5px;
}
.image-list .icon-link-list {
	margin-bottom: 0;
}
.icon-link-list {
    margin-bottom: 20px;
}
.icon-link-list li {
    margin-bottom: 5px;
}
.icon-link-list li:last-child {
	margin-bottom: 0;
}
.icon-link-list a {
    background-repeat: no-repeat;
    display: inline-block;
    font-size: 14px;
    line-height: 19px;
    padding-left: 24px;
}
.icon-link-list a.pdf {
    background-image: url(/assets/images/icons/filetypes/pdf.png);
}
.icon-link-list a.file {
    background-image: url(/assets/images/icons/filetypes/file.png);
}
.icon-link-list a.video {
    background-image: url(/assets/images/icons/filetypes/video.png);
}
.icon-link-list a.link {
    background-image: url(/assets/images/icons/filetypes/link.png);
}
.icon-link-list a.doc {
    background-image: url(/assets/images/icons/filetypes/doc.png);
}
.icon-link-list a.locked {
	padding-left: 45px;
	position: relative;
}
.icon-link-list a.locked span {
	display: block;
	width: 15px;
	height: 18px;
	background-image: url(/assets/images/icons/locked.png);
	position: absolute;
	left: 24px;
	top: 0;
}
.box-footer-link {
	display: block;
	margin-bottom: 25px;
	margin-top: -20px;
	font-size: 12px;
}
.product-list {
    margin-left: -40px;
}
.product-list li {
    float: left;
    width: 300px;
    margin-left: 40px;
}
.product-list li a {
    min-height: 122px;
}
.special-partners li {
    position: relative;
    padding-left: 150px;
    min-height: 80px;
    font-size: 13px;
    padding-bottom: 30px;
}
.special-partners li .partner-image-link {
    display: block;
	-moz-box-shadow: 0 0 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.2);
    box-shadow: 0 0 2px rgba(0,0,0,0.2);
	-moz-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
	border: 2px solid #fff;
    width: 120px;
    background-color: #fff;
    text-align: center;
    padding: 5px;
    position: absolute;
    left: 0;
    top: 0;
}
.special-partners li .partner-image-link img {
    max-width: 100%;
}
.ie7 .special-partners li .partner-image-link,
.ie8 .special-partners li .partner-image-link {
    border-color: #ddd;
}
.special-partners li .partner-image-link:hover {
	border-color: #0075B6;
}
.special-partners li span {
    display: block;
}
.special-partners li .title {
    font-weight:bold;
    font-size: 14px;
}

/* =============================================================================
   Messages
   ========================================================================== */
/* Block Message */
.block-message h5,
.status-message em,
.small-status-message,
.label-error {
    background-image: url(/assets/images/icons/message_icons.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
.block-message {
    margin-bottom: 30px;
    background-image: url(/assets/images/singleones/stripes/grey.png);
    padding: 15px;
    background-color: #fff;
}
.box .block-message {
	margin-bottom: 20px;
}
.block-message h5 {
    background-color: #eeeeee;
    background-color: rgba(170,170,170,0.2);
    font-size: 12px;
    font-weight: bold;
    padding: 8px 15px;
    padding-top: 9px;
    padding-left: 38px;
    margin: -15px;
    margin-bottom: 12px;
    background-position: 15px -25px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1;
    color: #444;
}
.block-message p:last-child,
.block-message ul:last-child {
    margin-bottom: 0;
}
.alert.block-message {
    background-image: url(/assets/images/singleones/stripes/orange.png);
}
.alert.block-message h5 {
    color: #6f4400;
    background-color: #f9f2cf;
    background-color: rgba(227,190,15,0.2);
    background-position: 15px 8px;
}
.error.block-message {
    background-image: url(/assets/images/singleones/stripes/red.png);
}
.error.block-message h5 {
    color: #8E1115;
    background-color: #fee9ea;
    background-color: rgba(248,145,148,0.2);
    background-position: 15px -91px;
}
.error.block-message ul {
    list-style-type: square;
    margin-left: 20px;
}
.error.block-message li {
    margin-bottom: 5px;
}
.error.block-message li:last-child {
    margin-bottom: 0;
}
.message.block-message {
    background-image: url(/assets/images/singleones/stripes/green.png);
}
.message.block-message h5 {
    color: #0e7300;
    background-color: #f9f2cf;
    background-color: rgba(103,216,95,0.2);
    background-position: 15px -58px;
}
/* Status Message */
.status-message {
    display: block;
    background-image: url(/assets/images/singleones/stripes/grey.png);
    line-height: 30px;
    margin-bottom: 30px;
    text-align: left;
    color: #000;
    background-color: #fff;
}
.sub.status-message {
    margin-top: -10px;
}
.status-message em {
    display: block;
    font-style: normal;
    font-size: 12px;
    padding-left: 32px;
    background-position: 10px -25px;
}
.status-message a {
    text-decoration: underline;
    color: #000;
}
.alert.status-message {
    color: #6f4400;
    background-image: url(/assets/images/singleones/stripes/orange.png);
}
.alert.status-message em {
    background-position: 10px 8px;
}
.alert.status-message a {
    color: #6f4400;
}
.error.status-message {
    color: #8E1115;
    background-image: url(/assets/images/singleones/stripes/red.png);
}
.error.status-message em {
    background-position: 10px -91px;
}
.error.status-message a {
    color: #8E1115;
}
.message.status-message {
    color: #0e7300;
    background-image: url(/assets/images/singleones/stripes/green.png);
}
.message.status-message em {
    background-position: 10px -58px;
}
.message.status-message a {
    color: #0e7300;
}
.status-message a:hover {
    color: #3b8336;
}
/* Small Status Message */
.small-status-message {
    display: block;
    line-height: 14px;
    font-size: 11px;
    background-position: 0 -33px;
    padding-left: 20px;
    margin-bottom: 20px;
	margin-top: 4px;
}
.sub.small-status-message {
    margin-top: -10px;
}
.alert.small-status-message {
    color: #6f4400;
    background-position: 0 0;
}
.error.small-status-message {
    color: #8E1115;
    background-position: 0 -99px;
}
.message.small-status-message {
    color: #0e7300;
    background-position: 0 -66px;
}
/* Icons Status */
.icon-status {
    display: block;
    padding-left: 20px;
    line-height: 13px;
}
.alert.icon-status {
    background-position: 0 0;
}
.error.icon-status {
    background-position: 0 -99px;
}
.message.icon-status {
    background-position: 0 -66px;
}

/* =============================================================================
   Generell Styles
   ========================================================================== */
html, body {
    height: 100%;
}
html {
	background-image: url(/assets/images/singleones/html_bg.png);
	background-color: #eaf4f9;
	background-repeat: repeat-x;
	background-position: top;
}
body {
	background-image: url(/assets/images/singleones/body_bg.png);
	background-repeat: repeat-x;
	background-position: center top;
}
.content-wrapper {
    height: auto !important;
    margin: 0 auto -62px;
    min-height: 100%;
    position: relative;
}
.pusher {
    height: 62px;
}
.fullsize-image-holder {
	position: absolute;
	width: 100%;
	height: 844px;
	text-align: center;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center top;
}
.winter .fullsize-image-holder {
    background-image: url(/assets/images/singleones/fullsize-bg/home_winter.jpg);
}
.circle-icon {
	width: 83px;
	height: 75px;
	display: block;
}
.leaf.circle-icon {
	background-image: url(/assets/images/icons/circle-icon/circle_leaf_big.png);
}
.columns {
	margin-left: -40px;
}
.column {
	width: 300px;
	margin-left: 40px;
	float: left;
}
.width2.column {
	width: 640px;
}
.half-size-columns {
	margin-left: -40px;
}
.half-size-column {
	float: left;
	margin-left: 40px;
	width: 470px;
}
.width2.column .half-size-column {
	width: 300px;
}
.box .columns {
	margin-left: -25px;
}
.box .column {
	width: 180px;
	margin-left: 25px;
	float: left;
}
.box .width2.column {
	width: 385px;
}
.box .half-size-columns {
	margin-left: -25px;
}
.box .half-size-column {
	margin-left: 25px;
	width: 282px !important;
}
.box {
	background-color: #fff;
	-moz-box-shadow: 0 0 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.2);
    box-shadow: 0 0 2px rgba(0,0,0,0.2);
	padding: 25px;
	margin-bottom: 30px;
	position: relative;
}
.ie7 .box,
.ie8 .box {
    border: 1px solid #ddd;
    margin: -1px;
    margin-bottom: 30px;
}
.box .box {
    margin-bottom: 20px;
}
.box #news,
.box #events {
    height: 211px;
}
.box-header-image {
	margin: -25px;
	margin-bottom: 20px;
	min-height: 260px;
    border-bottom: 1px solid #ebebeb;
}
.new {
	display: block;
	position: absolute;
	right: 20px;
	top: -30px;
	font-family: 'Myriad W01 Bd', Arial, Helvetica, sans-serif;
	color: #222;
	background-color: #ffb609;
	line-height: normal;
	padding: 2px 10px;
	font-size: 20px;
	text-transform: uppercase;
}
.newsletter.box {
	padding: 16px 15px 15px 75px;
	background-image: url(/assets/images/icons/newsletter.png);
	background-repeat: no-repeat;
	background-position: 12px 12px;
	min-height: 45px;
}
.newsletter.box h3 {
	margin-bottom: -4px;
}
.newsletter.box p {
	margin-bottom: 0;
}
.no-padding.box {
	padding: 0;
}
.box img {
    max-width: 100%;
}
.box header {
	position: relative;
	height: 58px;
    background-color: #fff;
}
.box.border header {
    border-bottom: 1px solid #EEF3F7;
    margin-bottom: -1px;
    z-index: 1;
}
.light-bg.box {
    background-color: #EEF3F7;
}
.box header.padding {
	margin: -25px;
	margin-bottom: 20px;
	border-bottom: 1px solid #eef3f7;
}
.box header.small {
	height: 45px;
}
.box header.with-bg {
	background-image: url(/assets/images/singleones/box_header_bg.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.box header h3,
.box header h4 {
	margin-bottom: 0;
}
.box header h3 {
	position: absolute;
	top: 18px;
	left: 20px;
}
.box header .icon-link-small {
	position: absolute;
	right: 20px;
	top: 20px;
}
.dotted-box {
	background-image: url(/assets/images/singleones/dots/light_blue.png);
	padding: 10px;
	position: relative;
}
.contact-home.dotted-box {
    min-height: 56px;
    font-family: 'Myriad W01 SmBd', Arial, Helvetica, sans-serif;
}
.contact-home.dotted-box span {
    display: inline-block;
    margin-right: 5px;
}
.questions.dotted-box {
	min-height: 57px;
	padding-left: 75px;
	color: #004165;
	font-family: 'Myriad W01 Regular', Arial, Helvetica, sans-serif;
	font-size: 24px;
	margin-bottom: 30px;
}
.questions.dotted-box em {
	display: block;
	width: 52px;
	height: 52px;
	background-image: url(/assets/images/icons/questions_big.png);
	position: absolute;
	top: 13px;
	left: 13px;
}
.questions.dotted-box span {
	display: block;
	color: #045f92;
	font-family: 'Myriad W01 SmBd', Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: -4px;
}
.contact-box {
    height: 77px;
    position: relative;
}
.contact-hover {
    display: block;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 77px;
    width: 300px;
    overflow: hidden;
    -moz-box-shadow: 0 0 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.2);
    box-shadow: 0 0 2px rgba(0,0,0,0.2);
    -moz-transition: height 0.15s linear;
	-webkit-transition: height 0.15s linear;
	-o-transition: height 0.15s linear;
	transition: height 0.15s linear;    
}
.ie7 .contact-hover,
.ie8 .contact-hover {
    border: 1px solid #ddd;
    margin: -1px;
}
.contact-hover .text {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    font-style: normal;
	font-size: 14px;
	color: #4444DA;
	font-family: 'Myriad W01 SmBd', Arial, Helvetica, sans-serif;
    height: 62px;
    width: 220px;
    background-image: url(/assets/images/icons/questions_big.png);
    background-repeat: no-repeat;
    background-position: 15px 12px;
    padding-left: 80px;
    padding-top: 15px;
}
.contact-hover .text em {
    display: block;
    font-size: 20px;
	color: #000080;
	font-family: 'Myriad W01 Bd', Arial, Helvetica, sans-serif;
    font-style: normal;
    line-height: normal;
    margin-top: -4px;
}
.contact-hover .numbers {
    position: absolute;
    top: -120px;
    left: 0;
    display: block;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ddd;
    border-top: 4px solid #0f0fa1;
    width: 270px;
    padding: 12px 15px;
    opacity: 0;
    -moz-transition: opacity 0.3s linear;
	-webkit-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
    -moz-transition-delay: 0.15s;
    -webkit-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
.contact-hover .numbers {
    font-size: 20px;
	color: #000080;
	font-family: 'Myriad W01 Bd', Arial, Helvetica, sans-serif;
}
.contact-hover .numbers em {
    font-style: normal;
	font-size: 14px;
	color: #4444DA;
	font-family: 'Myriad W01 SmBd', Arial, Helvetica, sans-serif;
    display: block;
    line-height: normal;
    margin-bottom: -4px;
}
.contact-hover:hover {
    height: 195px;
}
.contact-hover:hover .numbers {
    opacity: 1;
    top: 0;
}

.icon-link-small {
	display: inline-block;
	position: relative;
	font-size: 13px;
	color: #7d7d7d;
	line-height: 18px;
	padding-left: 18px;
}
.icon-link-small span {
	display: block;
	position: absolute;
	left: 0;
}
.list.icon-link-small span {
	width: 13px;
	height: 7px;
	background-position: -36px 0;
	top: 6px;
}
.teaser-group {
	position: relative;
}
.teaser-group .big-one {
	width: 395px;
	float: left;
	height: 211px;
}
.teaser-group .big-one a {
    min-height: 211px;
}
.teaser-group .small-one {
	width: 244px;
	float: right;
	margin-bottom: 1px;
	height: 105px;
}
.teaser-group .small-one a {
    min-height: 105px;
}
.teaser-group .no-margin.small-one {
	margin-bottom: 0;
}
.image-teaser {
	display: block;
	position: relative;
	overflow: hidden;
	font-size: 12px;
}
.image-teaser img {
	-moz-transition: all 0.15s linear;
	-webkit-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
    max-width: 100%;
}
.image-teaser span {
	display: block;
	position: absolute;
	bottom: 0;
	padding: 7px 14px 8px;
	width: 100%;
	background-position: center top;
	color: #fff;
	-moz-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
    background-color: rgba(0,0,0,0.6);
}
.ie7 .image-teaser span,
.ie8 .image-teaser span {
    background-image: url(/assets/images/singleones/image_teaser_span_bg_block_blue.png);
}
.small.image-teaser span {
	padding: 8px 12px 8px;
}
.image-teaser span em {
	display: inline-block;
	font-style: normal;
	background-image: url(/assets/images/icons/white_arrow.png);
	background-repeat: no-repeat;
	background-position: right 5px;
	padding-right: 18px;
	font-size: 16px;
}
.small.image-teaser em {
	background-position: right 4px;
	font-size: 14px;
}
.image-teaser:hover img {
	/*opacity: 0.94;*/
}
.image-teaser:hover span {
	padding-bottom: 18px;
    background-color: rgba(15,15,161,1);
}
.small.image-teaser:hover span {
	padding-bottom: 16px;
}
.news-items a {
	display: block;
	background-color: #4444da;
	color: #fff;
	font-size: 12px;
	padding: 8px;
	padding-left: 60px;
	height: 36px;
	position: relative;
	border-bottom: 1px solid #6ea3c1;
	-moz-transition: background-color 0.1s linear, border-color 0.1s linear;
	-webkit-transition: background-color 0.1s linear, border-color 0.1s linear;
	-o-transition: background-color 0.1s linear, border-color 0.1s linear;
	transition: background-color 0.1s linear, border-color 0.1s linear;
}
.ref-list.news-items a {
    padding: 8px;
    height: auto;
}
.news-items a i {
    display: table-cell;
    vertical-align: middle;
    font-style: normal;
    height: 36px;
}
.events.news-items a {
    padding-left: 135px;
}
.aside-content .news-items a {
	font-size: 14px;
	background-color: #eff9ff;
	border-color: #fff;
	color: #0075B6;
}
.news-items li.last-child a {
	border-bottom: 0;
}
.news-items a span {
	display: block;
	width: 52px;
	height: 52px;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #e7e7e7;
	text-align: center;
	color: #404040;
	font-size: 24px;
	font-family: 'Myriad W01 Bd', Arial, Helvetica, sans-serif;
	line-height: normal;
	letter-spacing: -1px;
	border-bottom: 1px solid #fff;
	-moz-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.events.news-items a span {
    width: 128px;
}
.aside-content .news-items a span {
	background-color: #f8f8f8;
}
.news-items li.last-child a span {
	border: 0;
}
.news-items a span em {
	display: block;
	color: #7c7c7c;
	font-style: normal;
	font-size: 16px;
	font-family: 'Myriad W01 SmBd', Arial, Helvetica, sans-serif;
	letter-spacing: 0;
	margin-top: -6px;
}
.news-items a:hover {
	text-decoration: none;
	background-color: #6060fe;
	border-color: #6060fe;
	color: #fff;
}
.news-items a:hover span {
	background-color: #fff;
}
.news-items a:active {
	padding-top: 9px;
	padding-bottom: 7px;
}
.date-detail {
	display: block;
	width: 52px;
	height: 52px;
	position: absolute;
	left: -52px;
	top: 16px;
	background-color: #E7E7E7;
	text-align: center;
	color: #404040;
	font-size: 24px;
	font-family: 'Myriad W01 Bd', Arial, Helvetica, sans-serif;
	line-height: normal;
	letter-spacing: -1px;
}
.date-detail em {
	display: block;
	color: #7C7C7C;
	font-style: normal;
	font-size: 16px;
	font-family: 'Myriad W01 SmBd', Arial, Helvetica, sans-serif;
	letter-spacing: 0;
	margin-top: -6px;
}
.tabs {
	margin-bottom: 15px;
}
.tabs li {
	float: left;
	border-right: 1px solid #cecece;
	margin-right: 10px;
}
.tabs li.last-child {
	border: 0;
}
.tabs a {
	display: block;
	color: #444;
	line-height: normal;
	padding: 5px 10px;
	padding-top: 4px;
	margin-right: 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	text-transform: uppercase;
	position: relative;
	-moz-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.tabs a span {
	display: block;
	position: absolute;
	width: 13px;
	height: 7px;
	background-position: -52px 0;
	bottom: -7px;
	left: 50%;
	margin-left: -6px;
	display: none;
}
.tabs a.active,
.tabs a.active:hover {
	background-color: #7bbe48;
	color: #fff;
}
.tabs a.active span {
	display: block;
}
.tabs a:hover {
	text-decoration: none;
	background-color: #ddd;
}
.tabs a:active {
	top: 1px;
}
.box header .tabs {
	position: absolute;
	left: 15px;
	top: 15px;
	margin-bottom: 0;
}
.gallery {
	margin-left: -20px;
}
.gallery li {
	margin-left: 20px;
	margin-bottom: 20px;
	float: left;
}
.gallery li a {
	display: block;
	-moz-box-shadow: 0 0 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.2);
    box-shadow: 0 0 2px rgba(0,0,0,0.2);
	-moz-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
	border: 2px solid #fff;
	margin: -2px;
	min-height: 100px;
    min-width: 140px;
    background-color: #fff;
}
.box .gallery li a {
    min-width: 132px;
}
.ie7 .gallery li a,
.ie8 .gallery li a {
    border-color: #ddd;
}
.gallery li a:hover {
	border-color: #0075B6;
}
.gallery li a img {
    display: block;
}
.f3-widget-paginator {
	margin-bottom: 30px;
}
.f3-widget-paginator li {
    float: left;
    margin-right: 5px;
    display: inline-block;
    padding: 8px 12px;
    padding-bottom: 9px;
    font-size: 14px;
    font-family: 'Myriad W01 SmBd', Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: normal;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    width: auto;
    overflow: visible;
    background-color: #4444da;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: relative;
    border: 0;
    -moz-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    -moz-box-shadow: 0 0 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.2);
    box-shadow: 0 0 2px rgba(0,0,0,0.2);
}
.f3-widget-paginator li:hover {
    background-color: #0f0fa1;
}
.f3-widget-paginator li.current {
    color: #444;
    background-color: #fff;
}
.f3-widget-paginator li a {
    color: #fff;
}
.f3-widget-paginator li:hover a {
    color: #fff;
}
.f3-widget-paginator li a:hover {
    text-decoration: none;
}
.f3-widget-paginator li.current a {
    color: #444;
    background-color: #fff;
}
iframe {
	display: block;
}

/* =============================================================================
   Header
   ========================================================================== */
.site-header {
	width: 980px;
	margin: 0 auto;
	padding-top: 40px;
	height: 80px;
	position: relative;
	z-index: 10;
	margin-bottom: 35px;
}
.main-nav {
	width: 2000px;
	position: absolute;
	top: 40px;
	right: 0;
	height: 80px;
	background-color: #fff;
	-moz-box-shadow: 0 0 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.2);
    box-shadow: 0 0 2px rgba(0,0,0,0.2);
    background-image: url(/assets/images/singleones/main_nav_bg.png);
    background-repeat: no-repeat;
    background-position: right 0;
}
.ie7 .main-nav,
.ie8 .main-nav {
    border: 1px solid #ddd;
}
.brand {
	position: absolute;
	right: 681px;
	width: 300px;
	height: 80px;
	background-image: url(/assets/images/singleones/logo_eigenbrodt.png);
    background-repeat: no-repeat;
    background-position: 0 25px;
}
.brand a {
	display: block;
	width: 300px;
	height: 80px;
	text-indent: -9999px;
}
.site-header blockquote {
	display: none;
}
.main-nav-items {
	position: absolute;
	right: 0;
	top: 25px;
	height: 30px;
}
.main-nav-items li {
	float: left;
	height: 30px;
	border-left: 1px solid #cecece;
}
.main-nav-items a {
	display: block;
	line-height: 30px;
	padding: 25px 10px;
	margin: -25px 0;
	color: #444;
	font-size: 14px;
	-moz-transition: background-color 0.1s linear, padding-bottom 0.1s linear, border-bottom 0.1s linear;
	-webkit-transition: background-color 0.1s linear, padding-bottom 0.1s linear, border-bottom 0.1s linear;
	-o-transition: background-color 0.1s linear, padding-bottom 0.1s linear, border-bottom 0.1s linear;
	transition: background-color 0.1s linear, padding-bottom 0.1s linear, border-bottom 0.1s linear;
	position: relative;
}
.main-nav-items a.home {
	text-indent: -9999px;
	width: 58px;
	background-image: url(/assets/images/icons/main_nav_home.png);
	background-repeat: no-repeat;
	background-position: 0 -80px;
	padding-left: 0;
	padding-right: 0;
}
.main-nav-items a.home.active {
	background-position: 0 0;
}
.main-nav-items a:hover {
	background-color: #f5f5ff;
	border-left: 1px solid #6464fc;
	border-right: 1px solid #6464fc;
	border-bottom: 4px solid #6464fc;
	margin-bottom: -34px;
	margin-left: -1px;
	margin-right: -1px;
	text-decoration: none;
	padding-bottom: 30px;
}
.main-nav-items a:active {
	background-color: #e5e5ff;
}
.main-nav-items a.active {
	background-color: #4444DA;
    border-bottom: 4px solid #0F0FA1;
    border-left: 1px solid #0F0FA1;
    border-right: 1px solid #0F0FA1;
	margin-bottom: -34px;
	margin-left: -1px;
	margin-right: -1px;
	text-decoration: none;
	padding-bottom: 30px;
	color: #fff;
	z-index: 1;
}
.search-bar-holder {
	position: absolute;
	width: 100%;
	top: 38px;
	z-index: 5;
	height: 84px;
	overflow: hidden;
}
.search-bar-inner {
	position: relative;
	width: 980px;
	height: 84px;
	margin: 0 auto;
}
.search-bar {
	width: 980px;
	position: absolute;
	left: 50%;
	margin-left: 510px;
	background-color: #0F0FA1;
	top: 2px;
	height: 80px;
	-moz-box-shadow: 0 0 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.2);
    box-shadow: 0 0 2px rgba(0,0,0,0.2);
}
.search-bar li {
	float: left;
}
.search-bar fieldset {
	left: 20px;
    position: absolute;
    top: 22px;
	/*border-right: 1px solid #5252e7;*/
	padding-right: 10px;
}
.ie7 .search-bar fieldset,
.ie8 .search-bar fieldset {
    border: 0;
    padding: 0;
}
.search-bar input {
	background: none;
	-moz-box-shadow:  none;
    -webkit-box-shadow: none;
    box-shadow: none;
	border-color: #5252e7;
	color: #aad9f8;
	width: 180px;
	padding-right: 32px;
}
.search-bar input:focus {
	border-color: #00314d;
	color: #444;
}
.search-bar button {
	border: 0;
	background: none;
	background-image: url(/assets/images/masters/icon_master.png);
	background-repeat: no-repeat;
	position: absolute;
	width: 22px;
	height: 18px;
	background-position: 0 -16px;
	text-indent: -9999px;
	top: 8px;
	right: 18px;
}
.search-bar .social {
	left: 207px;
    position: absolute;
    top: 24px;
}
.search-bar .social li {
	margin-right: 5px;
}
.site-switcher {
    position: absolute;
    right: 635px;
    top: 26px;
    z-index: 10;
}
.site-switcher li {
    position: relative;
}
.site-switcher > li > a {
    display: block;
    background-image: url(/assets/images/icons/site_switcher_bg.png);
    background-repeat: no-repeat;
    width: 35px;
    height: 34px;
    text-indent: -9999px;
    background-position: 5px 5px;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
.site-switcher > li:hover > a {
    background-color: #0F0FA1;
    background-position: 5px -29px;
    -moz-box-shadow: 0 0 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.2);
    box-shadow: 0 0 2px rgba(0,0,0,0.2);
}
.site-switcher .site-switcher-dropdown {
    display: none;
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -115px;
    width: 230px;
    border-top: 5px solid #0F0FA1;
    -moz-box-shadow: 0 0 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.2);
    box-shadow: 0 0 2px rgba(0,0,0,0.2);
}
.site-switcher .site-switcher-dropdown a {
    display: block;
    border-bottom: 1px solid #eaeaea;
}
.site-switcher .site-switcher-dropdown a img {
    display: block;
}
.site-switcher .site-switcher-dropdown a:hover {
    background-color: #dbecf6;
}
.site-switcher .site-switcher-dropdown ul li:last-child a {
    border: 0;
}
.site-switcher li:hover .site-switcher-dropdown {
    display: block;
}

/* =============================================================================
   Hero
   ========================================================================== */
.hero {
	position: relative;
	width: 980px;
	margin: 0 auto;
	height: 230px;
	padding-top: 35px;
	margin-bottom: 35px;
}
.hero-text-holder {
	width: 475px;
	height: 230px;
	position: absolute;
	left: 0;
	top: 35px;
}
.hero-text-holder h1,
.hero-text-holder h2 {
	color: #fff;
	text-shadow: 2px 2px rgba(0,0,0,0.3);
}
.hero-text-holder h1 {
	font-size: 70px;
	margin-bottom: 5px;
}
.hero-text-holder h2 {
	margin-bottom: -8px;
}
.hero-text-holder p {
	color: #fff;
	font-family: 'Myriad W01 SmBd', Arial, Helvetica, sans-serif;
	font-size: 18px;
	position: relative;
	letter-spacing: 0.5px;
}
.hero-text-holder p .circle-icon {
	position: absolute;
	top: -41px;
	left: -84px;
}
.hero-product-holder {
	width: 475px;
	height: 230px;
	position: absolute;
	right: 0;
	top: 35px;
}
.hero-product-holder header {
	display: inline-block;
	background-color: #fff;
	font-size: 16px;
	line-height: 35px;
	padding: 0 20px 0 30px;
	position: relative;
	color: #2b2f3a;
	z-index: 10;
	-moz-box-shadow: 0 0 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.2);
    box-shadow: 0 0 2px rgba(0,0,0,0.2);
}
.hero-product-holder header em {
	display: block;
	width: 11px;
	height: 15px;
	position: absolute;
	left: 13px;
	top: 11px;
}
.hero-product-holder header span {
	display: block;
	width: 15px;
	height: 8px;
	position: absolute;
	left: 21px;
	bottom: -8px;
	background-position: -16px 0;
}
.hero-product-content {
	background-color: #002439;
	background-image: url(/assets/images/singleones/hero_product_content_bg.png);
	background-position: center top;
	min-height: 175px;
	padding-top: 20px;
	padding-left: 235px;
	position: relative;
	-moz-box-shadow: 0 0 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.2);
    box-shadow: 0 0 2px rgba(0,0,0,0.2);
}
.hero-product-content img {
	position: absolute;
	left: 0;
	top: 0;	
}
.hero-product-content h3 {
	color: #4444da;
	margin-bottom: 10px;
	text-shadow: none;
}
.hero-product-content p {
	color: #444;
	font-size: 14px;
	margin-bottom: 20px;
}
.hero-nav-holder {
	position: relative;
	width: 980px;
	margin: 0 auto;
	height: 50px;
	margin-bottom: 30px;
}
.hero-nav-holder .hero-nav {
	position: absolute;
	top: 0;
	left: 0;
}
.ie7 .hero-nav,
.ie8 .hero-nav {
    border: 1px solid #ddd;
}
.hero-nav {
	-moz-box-shadow: 0 0 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.2);
    box-shadow: 0 0 2px rgba(0,0,0,0.2);
}
.hero-nav li {
	float: left;
}
.hero-nav li a {
	display: block;
	background-color: #fff;
	width: 64px;
	height: 50px;
	text-indent: -9999px;
	-moz-transition: background-position 0.15s linear, background-color 0.1s linear;
	-webkit-transition: background-position 0.15s linear, background-color 0.1s linear;
	-o-transition: background-position 0.15s linear, background-color 0.1s linear;
	transition: background-position 0.15s linear, background-color 0.1s linear;
	position: relative;
}
.hero-nav li a:hover {
	background-color: #7bbe48;
	z-index: 1;
}
.hero-nav li a:active {
	background-color: #5e9d2e;
}
.hero-nav li a.back {
	-webkit-border-top-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	border-right: 1px solid #ccc;
	background-image: url(/assets/images/icons/hero_nav_back_arrow.png);
	background-position: 0 0;
}
.hero-nav li a.back:hover {
	border-color: #408012;
	background-position: -64px 0;
}
.hero-nav li a.forward {
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomright: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	background-image: url(/assets/images/icons/hero_nav_forward_arrow.png);
	background-position: -64px 0;
}
.hero-nav li a.forward:hover {
	background-position: 0 0;
	border-left: 1px solid #408012;
	margin-left: -1px;
}
.hero-nav-dots {
	position: absolute;
	left: 147px;
	top: 15px;
}
.hero-nav-dots li {
	float: left;
	margin-right: 8px;
}
.hero-nav-dots a {
	display: block;
	background-color: #fff;
	width: 21px;
	height: 21px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	position: relative;
	-moz-box-shadow: 0 0 2px rgba(0,0,0,0.8);
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.8);
    box-shadow: 0 0 2px rgba(0,0,0,0.8);
}
.hero-nav-dots a em {
	display: block;
	opacity: 0;
	background-color: #0f0fa1;
	width: 13px;
	height: 13px;
	text-indent: -9999px;
	top: 4px;
	left: 4px;
	position: absolute;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-moz-transition: opacity 0.12s linear;
	-webkit-transition: opacity 0.12s linear;
	-o-transition: opacity 0.12s linear;
	transition: opacity 0.12s linear;
}
.ie7 .hero-nav-dots a em,
.ie8 .hero-nav-dots a em {
    display: none;
}
.hero-nav-dots a.active em,
.hero-nav-dots a:hover em {
	opacity: 1;
    display: block;
}
.nav-bar {
	display: block;
	background-color: #fff;
	height: 10px;
	border-bottom: 1px solid #004D78;
	width: 682px;
	position: absolute;
	right: 0;
	top: 21px;
}
.hero-subsite {
	width: 980px;
	height: 270px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d4d4d4;
	background-color: #fff;
	position: relative;
	-moz-box-shadow: 0 0 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.2);
    box-shadow: 0 0 2px rgba(0,0,0,0.2);
	margin-bottom: 40px;
}
.hero-subsite .hero-nav {
	position: absolute;
	left: 50%;
	margin-left: -64px;
	bottom: -20px;
	z-index: 10;
}
.hero-subsite-item {
	position: absolute;
	left: 0;
	top: 0;
}
.hero-subsite-text-holder {
	position: absolute;
	background-image: url(/assets/images/singleones/transparency/black_18_percent.png);
	height: 270px;
	width: 380px;
}
.hero-subsite-text-holder h1,
.hero-subsite-text-holder h2 {
    color: #FFFFFF;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.3);
}
.hero-subsite-text-holder h1 {
	font-size: 65px;
}
.hero-subsite-text-holder h2 {
	font-size: 28px;
	font-family: 'Myriad W01 SmBd', Arial, Helvetica, sans-serif;
	margin-bottom: -8px;
}
.hero-subsite-text-holder p {
    color: #FFFFFF;
    font-family: 'Myriad W01 SmBd',Arial,Helvetica,sans-serif;
    font-size: 18px;
    letter-spacing: 0.5px;
    position: relative;
	margin-bottom: 0;
}
.hero-subsite-text-holder-inner {
	display: table-cell;
    vertical-align: middle;
	height: 210px;
	padding: 30px;
}

/* =============================================================================
   Content
   ========================================================================== */
.content {
	position: relative;
	width: 980px;
	margin: 0 auto;
	padding-bottom: 20px;
}
.subsite-header {
	position: relative;
	margin-bottom: 30px;
}
.subsite-header .back {
	float: right;
	margin-top: 20px;
}
.subsite-header .leaf {
	display: block;
	width: 52px;
	height: 47px;
	background-image: url(/assets/images/icons/circle-icon/circle_leaf.png);
	position: absolute;
	top: 16px;
	left: -52px;
}
.subsite-header h1 {
	margin-bottom: 8px;
}
.sitewalk li {
	float: left;
}
.sitewalk li a {
	display: block;
	line-height: normal;
	font-size: 11px;
	color: #fff;
	background-image: url(/assets/images/icons/sitewalk.png);
	background-repeat: no-repeat;
	background-position: right 0;
	padding: 3px 22px 5px 18px;
	margin-right: -12px;
	position: relative;
}
.sitewalk li.active a,
.sitewalk li a:hover {
	background-position: right -23px;
	text-decoration: none;
}
.sitewalk li a.sitewalk-1 {
	z-index: 10;
}
.sitewalk li a.sitewalk-2 {
	z-index: 9;
}
.sitewalk li a.sitewalk-3 {
	z-index: 8;
}
.sitewalk li a.sitewalk-4 {
	z-index: 7;
}
.subsite-header article {
	position: absolute;
	right: 0;
	top: 16px;
	font-size: 20px;
	color: #004165;
	font-family: 'Myriad W01 Bd', Arial, Helvetica, sans-serif;
	text-align: right;
	line-height: normal;
	padding-right: 50px;
	background-image: url(/assets/images/icons/questions.png);
	background-repeat: no-repeat;
	background-position: right 0;
    min-height: 42px;
}
.subsite-header article em {
	font-style: normal;
	display: block;
	font-size: 14px;
	color: #4444DA;
	font-family: 'Myriad W01 SmBd', Arial, Helvetica, sans-serif;
	margin-bottom: -4px;
}
.subsite-header article li {
    float: left;
    margin-left: 15px;
}
.subsite-header article li.first {
    border-right: 1px dotted #c4ddeb;
    padding-right: 15px;
}
.subsite-header article a {
    text-decoration: none;
    color: #000080;
}
.filter {
	margin-bottom: 20px;
}
.filter-list li {
	float: left;
	padding: 10px;
	border-right: 1px solid #f4f4f4;
	width: 31%;
}
.half-half.filter-list li {
    width: 469px;
}
.filter-list li.last-child {
	border: 0;
}
.half-half.filter-list li.last-child input {
    width: 97%;
}
.filter-list label {
	margin-top: -5px;
}
.details-header {
	background-color: #fff;
	-moz-box-shadow: 0 0 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.2);
    box-shadow: 0 0 2px rgba(0,0,0,0.2);
	margin-bottom: 30px;
	position: relative;
	min-height: 260px;
}
.ie7 .details-header,
.ie8 .details-header {
    border: 1px solid #ddd;
    margin: -1px;
    margin-bottom: 30px;
}
.details-header-title {
	position: absolute;
	left: 0;
	bottom: 0;
	/*width: 610px;*/
	background-image: url(/assets/images/singleones/transparency/blue_90_percent.png);
	padding: 15px;
}
.details-header-title h2 {
	color: #FFFFFF;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.3);
	margin-bottom: 0;
	font-size: 30px;
}
.details-header-title p {
	color: #FFFFFF;
    font-family: 'Myriad W01 SmBd',Arial,Helvetica,sans-serif;
    letter-spacing: 0.5px;
	margin-bottom: 0;
}
.details-header-info {
	position: absolute;
	width: 290px;
	right: 0;
	top: 0;
	height: 100%;
	padding: 15px;
}
aside {
	float: left;
	width: 240px;
}
.aside-content {
	float: right;
	width: 700px;
}
.sub-nav li {
	margin-bottom: 2px;
}
.sub-nav a {
	display: block;
	line-height: normal;
	padding: 8px 15px;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
	-moz-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
	background-color: rgba(255,255,255,0.4);
}
.sub-nav a:hover,
.sub-nav a.active {
	padding-left: 22px;
	background-color: #7BBE48;
	color: #fff;
	text-decoration: none;
}
.sub-nav li ul {
	margin-left: 15px;
	padding-top: 2px;
}
.sub-nav li ul a {
	font-size: 13px;
	background: none;
	padding: 6px 12px;
}
.sub-nav li ul a:hover,
.sub-nav li ul a.active {
	padding-left: 19px;
	background-color: #4444DA;
}

/* =============================================================================
   Footer
   ========================================================================== */
.site-footer-holder {
	height: 62px;
	position: relative;
	overflow: hidden;
	font-size: 12px;
	color: #888;
}
.site-footer-holder a {
	color: #888;
}
.site-footer-inner {
	width: 980px;
	margin: 0 auto;
	position: relative;
}
.site-footer {
	position: absolute;
	left: 0;
	top: 0;
	height: 60px;
	border-top: 2px solid #CECECE;
	background-color: #EBEBEB;
	width: 2000px;
	background-image: url(/assets/images/icons/footer_bg.png);
	background-repeat: no-repeat;
	background-position: 16px 10px;
	padding-left: 70px;
}
.site-footer > div {
	float: left;
    margin-right: 15px;
    margin-top: 16px;
}
.legal li {
	float: left;
	margin-right: 5px;
    line-height: 27px;
}
.footer-print {
	line-height: 27px;
	background-image: url(/assets/images/icons/print.png);
	background-repeat: no-repeat;
	padding-left: 30px;
}
.language-chooser-wrapper {
	width: 980px;
	margin: 0 auto;
	position: relative;
}
.language-switcher {
	position: absolute;
	right: 0; 
	top: 0;
	z-index: 200;
	font-size:12px;
}
.language-switcher li {
    position: relative;
}
.language-switcher span {
    display: block;
    line-height: 27px;
    -moz-box-shadow: 0 0 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.2);
    box-shadow: 0 0 2px rgba(0,0,0,0.2);
    padding: 0 10px;
    margin: -1px;
    cursor: pointer;
    background-image: url(/assets/images/icons/world.png);
    background-repeat: no-repeat;
    padding-left: 28px;
    color: #fff;
    background-color: #7bbe48;
    border: 1px solid #f9f9f9;
}
.ie7 .language-switcher span,
.ie8 .language-switcher span {
    border: 1px solid #ddd;
}
.language-switcher li:hover span {

    background-color: #444;
}
.language-switcher em {
    font-style: normal;
    font-weight: bold;
}
.language-dropdown {
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 100%;
    background-color: #fff;
    width: 160px;
    border: 1px solid #f9f9f9;
    -moz-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.language-dropdown ul {
    padding-left: 10px;
}
.language-dropdown li {
    float: left;
    margin-right: 10px;
}
.language-dropdown li a {
    display: block;
    line-height: 27px;
}
.language-dropdown li a img {
    vertical-align: middle;
    margin-right: 4px;
}
.language-switcher li:hover .language-dropdown {
    opacity: 1;
}

/* =============================================================================
   Tables
   ========================================================================== */
.contenttable {
    background-color: #fff;
    margin-bottom: 30px;
    width: 100%;
    font-size: 13px;
    border: 1px solid #ddd;
    border-collapse: collapse;
}
.box .contenttable {
    margin-bottom: 20px;
}
.contenttable td,
.contenttable th {
    padding: 5px;
}
.contenttable td,
.contenttable th {
    border: 1px solid #ddd;
}
.contenttable tr:last-child td {
    border-bottom: 0;
}
.contenttable th {
    background-color: #f2f2f2;
    color: #444;
    font-size: 15px;
    font-weight:normal;
    text-align:left;
}

/* =============================================================================
   General Delete & Extend Classes
   ========================================================================== */
.no-margin {
    margin: 0;
}
.no-margin-bottom {
    margin-bottom: 0;
}
.margin-bottom-10 {
    margin-bottom: 10px;
}
.display-inline {
    display: inline-block;
}
.center {
    text-align: center;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {

}
/* Searchbar */
@media screen and (max-width: 1600px) {
	
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

.hidden,
.logo-print,
.contactdata-print {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}