/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url('vhs-assets-css-05c560aa361fc1ebef745bf4d5aabd4f.png') 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}



/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 0px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url('vhs-assets-css-85474f52efe1f7d12aafab0f5df4e0ec.gif') no-repeat center center
}

/*!
 * Compiled on: 2016-01-05 09:06:07 +0100
 * Base stylesheet for TYPO3 Base
 *
 * @package eamsp_template
 * @path /Main.scss
 * @author exinit GmbH & Co. KG <info@exinit.de>


 */*,*:before,*:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}article,aside,details,figcaption,figure,main,footer,header,hgroup,nav,section,summary{display:block}audio,canvas,video{display:inline-block}[hidden]{display:none}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;overflow-y:scroll}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}.one-whole{width:100%}.one-half,.two-quarters,.three-sixths,.four-eighths,.five-tenths,.six-twelfths{width:50%}.one-third,.two-sixths,.four-twelfths{width:33.333%}.two-thirds,.four-sixths,.eight-twelfths{width:66.666%}.one-quarter,.two-eighths,.three-twelfths{width:25%}.three-quarters,.six-eighths,.nine-twelfths{width:75%}.one-fifth,.two-tenths{width:20%}.two-fifths,.four-tenths{width:40%}.three-fifths,.six-tenths{width:60%}.four-fifths,.eight-tenths{width:80%}.one-sixth,.two-twelfths{width:16.666%}.five-sixths,.ten-twelfths{width:83.333%}.one-eighth{width:12.5%}.three-eighths{width:37.5%}.five-eighths{width:62.5%}.seven-eighths{width:87.5%}.one-tenth{width:10%}.three-tenths{width:30%}.seven-tenths{width:70%}.nine-tenths{width:90%}.one-twelfth{width:8.333%}.five-twelfths{width:41.666%}.seven-twelfths{width:58.333%}.eleven-twelfths{width:91.666%}.none{display:none}@media screen and (max-width: 998px){.tablet-one-whole{width:100%}.tablet-one-half,.tablet-two-quarters,.tablet-three-sixths,.tablet-four-eighths,.tablet-five-tenths,.tablet-six-twelfths{width:50%}.tablet-one-third,.tablet-two-sixths,.tablet-four-twelfths{width:33.333%}.tablet-two-thirds,.tablet-four-sixths,.tablet-eight-twelfths{width:66.666%}.tablet-one-quarter,.tablet-two-eighths,.tablet-three-twelfths{width:25%}.tablet-three-quarters,.tablet-six-eighths,.tablet-nine-twelfths{width:75%}.tablet-one-fifth,.tablet-two-tenths{width:20%}.tablet-two-fifths,.tablet-four-tenths{width:40%}.tablet-three-fifths,.tablet-six-tenths{width:60%}.tablet-four-fifths,.tablet-eight-tenths{width:80%}.tablet-one-sixth,.tablet-two-twelfths{width:16.666%}.tablet-five-sixths,.tablet-ten-twelfths{width:83.333%}.tablet-one-eighth{width:12.5%}.tablet-three-eighths{width:37.5%}.tablet-five-eighths{width:62.5%}.tablet-seven-eighths{width:87.5%}.tablet-one-tenth{width:10%}.tablet-three-tenths{width:30%}.tablet-seven-tenths{width:70%}.tablet-nine-tenths{width:90%}.tablet-one-twelfth{width:8.333%}.tablet-five-twelfths{width:41.666%}.tablet-seven-twelfths{width:58.333%}.tablet-eleven-twelfths{width:91.666%}.tablet-none{display:none}}@media screen and (max-width: 764px){.smalltablet-one-whole{width:100%}.smalltablet-one-half,.smalltablet-two-quarters,.smalltablet-three-sixths,.smalltablet-four-eighths,.smalltablet-five-tenths,.smalltablet-six-twelfths{width:50%}.smalltablet-one-third,.smalltablet-two-sixths,.smalltablet-four-twelfths{width:33.333%}.smalltablet-two-thirds,.smalltablet-four-sixths,.smalltablet-eight-twelfths{width:66.666%}.smalltablet-one-quarter,.smalltablet-two-eighths,.smalltablet-three-twelfths{width:25%}.smalltablet-three-quarters,.smalltablet-six-eighths,.smalltablet-nine-twelfths{width:75%}.smalltablet-one-fifth,.smalltablet-two-tenths{width:20%}.smalltablet-two-fifths,.smalltablet-four-tenths{width:40%}.smalltablet-three-fifths,.smalltablet-six-tenths{width:60%}.smalltablet-four-fifths,.smalltablet-eight-tenths{width:80%}.smalltablet-one-sixth,.smalltablet-two-twelfths{width:16.666%}.smalltablet-five-sixths,.smalltablet-ten-twelfths{width:83.333%}.smalltablet-one-eighth{width:12.5%}.smalltablet-three-eighths{width:37.5%}.smalltablet-five-eighths{width:62.5%}.smalltablet-seven-eighths{width:87.5%}.smalltablet-one-tenth{width:10%}.smalltablet-three-tenths{width:30%}.smalltablet-seven-tenths{width:70%}.smalltablet-nine-tenths{width:90%}.smalltablet-one-twelfth{width:8.333%}.smalltablet-five-twelfths{width:41.666%}.smalltablet-seven-twelfths{width:58.333%}.smalltablet-eleven-twelfths{width:91.666%}.smalltablet-none{display:none}}@media screen and (max-width: 480px){.phone-one-whole{width:100%}.phone-one-half,.phone-two-quarters,.phone-three-sixths,.phone-four-eighths,.phone-five-tenths,.phone-six-twelfths{width:50%}.phone-one-third,.phone-two-sixths,.phone-four-twelfths{width:33.333%}.phone-two-thirds,.phone-four-sixths,.phone-eight-twelfths{width:66.666%}.phone-one-quarter,.phone-two-eighths,.phone-three-twelfths{width:25%}.phone-three-quarters,.phone-six-eighths,.phone-nine-twelfths{width:75%}.phone-one-fifth,.phone-two-tenths{width:20%}.phone-two-fifths,.phone-four-tenths{width:40%}.phone-three-fifths,.phone-six-tenths{width:60%}.phone-four-fifths,.phone-eight-tenths{width:80%}.phone-one-sixth,.phone-two-twelfths{width:16.666%}.phone-five-sixths,.phone-ten-twelfths{width:83.333%}.phone-one-eighth{width:12.5%}.phone-three-eighths{width:37.5%}.phone-five-eighths{width:62.5%}.phone-seven-eighths{width:87.5%}.phone-one-tenth{width:10%}.phone-three-tenths{width:30%}.phone-seven-tenths{width:70%}.phone-nine-tenths{width:90%}.phone-one-twelfth{width:8.333%}.phone-five-twelfths{width:41.666%}.phone-seven-twelfths{width:58.333%}.phone-eleven-twelfths{width:91.666%}.phone-none{display:none}}.csc-frame-rulerBefore{border-top:1px solid #b2b2b2}.csc-frame-rulerAfter{border-bottom:1px solid #b2b2b2}.csc-frame-indent{padding:0 10%}.csc-frame-indent3366{padding-left:33.333%}.csc-frame-indent6633{padding-right:33.333%}.contenttable-0{font-size:14px;font-size:0.875rem}.contenttable-0 .td-0{white-space:nowrap;padding-right:30px}div.csc-textpic .csc-textpic-imagewrap img{width:100%}.csc-firstHeader{margin-top:0}.divider hr{margin:50px 0;background:#1babcd;clear:both;float:none;width:100%;height:2px;border:none}.brand{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;color:#0097d7}.brand-color{color:#0097d7}.brand-face{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif}.brand-logo{display:inline-block;font:0/0 a}body{margin:0;font:400 100%/1.375 "Conduit ITC W01 Light",Helvetica,Arial,sans-serif;text-align:left;color:#000;background:#f0f0f0}.site-wrapper{margin-left:auto;margin-right:auto;max-width:76.875em;width:100%;position:relative}h1,h2,h3,h4,h5,h6{font-weight:400;margin-bottom:30px;margin-bottom:1.875rem;margin-top:45px;margin-top:2.8125rem;text-rendering:optimizeLegibility}h1,.h1{font-size:48px;font-size:3rem;line-height:1.375;font-family:'Conduit ITC W01 Bold';color:#17297f;line-height:1}h2,.h2{font-size:28px;font-size:1.75rem;line-height:1.57143;font-family:'Conduit ITC W01 Medium';color:#1babcd;line-height:1}h3,.h3{font-size:22px;font-size:1.375rem;line-height:1;font-family:'Conduit ITC W01 Medium';color:#17297f;line-height:1}h4,.h4{font-size:18px;font-size:1.125rem;line-height:1.22222;font-family:'Conduit ITC W01 Bold';line-height:1}h5,.h5{font-size:16px;font-size:1rem;line-height:1.375;font-family:'Conduit ITC W01 Bold';color:#17297f;line-height:1}b,strong{font-weight:400;font-family:'Conduit ITC W01 Bold'}small{font-size:80%}abbr[title]{border-bottom:1px dotted;cursor:help}mark{background:#0097d7;color:#fff}dfn{font-style:italic}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}hr{-moz-box-sizing:content-box;box-sizing:content-box;display:block;height:0;border:0;border-top:1px solid #b2b2b2;padding:0}::-moz-selection,::selection{background:#0097d7;color:#fff;text-shadow:none}.align-center{text-align:center}.align-right{text-align:right}.align-left{text-align:left}.intend{padding:0 1.5em}.text-break,.dl--horizontal dt{word-wrap:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;-o-hyphens:auto;hyphens:auto}p,pre,menu,ol,ul,dl{margin-top:0}blockquote,hr,.basic_spacing-top{margin-top:15px;margin-top:0.9375rem}.half_spacing-top{margin-top:7.5px;margin-top:0.46875rem}p,pre,blockquote,hr,menu,ol,ul,dl,iframe,video,audio,.table,.contenttable-1,.contenttable-2,.contenttable-3,form,legend,.basic_spacing-bottom{margin-bottom:15px;margin-bottom:0.9375rem}.half_spacing-bottom{margin-bottom:7.5px;margin-bottom:0.46875rem}a{color:#1babcd;text-decoration:none;background:transparent}a:hover,a:active,a:focus{text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-1px}a:active,a:hover{outline:0}p a{margin:-.33em;padding:.33em;position:relative}menu,ol,ul{padding:0 0 0 2.5em}li>ul,li>ol{margin-bottom:0}.nav,.reset-list{list-style:none;margin-bottom:0;padding-left:0}.dl--horizontal dt{float:left;width:19%;overflow:hidden;clear:left;text-align:right}.dl--horizontal dd{margin-left:21%}embed,iframe,object,img{max-width:100%}img{font-style:italic;border:0;vertical-align:middle}img[height]{height:auto}figure{margin:0}figcaption{font-size:14px;font-size:0.875rem}audio{min-width:65%}audio:not([controls]){display:none;height:0}svg:not(:root){overflow:hidden}table{max-width:100%;border-collapse:collapse;border-spacing:0}th{text-align:left;vertical-align:bottom}td{vertical-align:top}.table,.contenttable-1,.contenttable-2,.contenttable-3{width:100%;margin-top:0}.table td,.contenttable-1 td,.contenttable-2 td,.contenttable-3 td,.table th,.contenttable-1 th,.contenttable-2 th,.contenttable-3 th{padding:0.5em}.table--bordered,.contenttable-1{border:1px solid #b2b2b2;border-collapse:separate}.table--bordered td,.contenttable-1 td,.table--bordered th,.contenttable-1 th{border-left:1px solid #b2b2b2;border-bottom:1px solid #b2b2b2}.table--bordered .tr-last td,.contenttable-1 .tr-last td{border-bottom:0}.table--bordered .td-0,.contenttable-1 .td-0{border-left:0}.table--striped td,.contenttable-2 td,.contenttable-3 td,.table--striped th,.contenttable-2 th,.contenttable-3 th{border-bottom:1px solid #b2b2b2}.table--striped th,.contenttable-2 th,.contenttable-3 th{padding-top:0}.table--condensed td,.contenttable-3 td,.table--condensed th,.contenttable-3 th{padding:0.25em 0.5em 0.25em}.table--zebra .tr-even{background:#e5e5e5}.table--zebra .tr-odd{background:#d8d8d8}textarea,input[type="email"],input[type="number"],input[type="password"],input[type="search"],input[type="tel"],input[type="text"],input[type="url"],input[type="date"],input[type="datetime"],input[type="datetime-local"],input[type="month"],input[type="time"],input[type="week"]{padding:.5em;margin-bottom:7.5px;margin-bottom:0.46875rem;background:#fff;border:none;border-radius:none;font-size:16px;font-size:1rem;color:#0d0d0d;font-family:'Conduit ITC W01 Light'}textarea{height:auto;min-height:66px;resize:vertical;overflow:auto;vertical-align:top}input::-webkit-datetime-edit{margin-top:-.17em;margin-bottom:-.17em}input[type="checkbox"],input[type="radio"]{margin-right:.35em;cursor:pointer}.btn,button,input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;margin:10px 0;padding:0.5em 2em;border:0;border-radius:1px;background:#e2007a;font-size:1em;font-weight:normal;line-height:1;color:#fff;text-transform:uppercase;font-family:'Conduit ITC W01 Light'}fieldset{border:0;margin:0;padding:0}label{display:block;font-weight:700;font-size:16px;font-size:1rem;line-height:1.375}label[for]{cursor:pointer}legend{display:block;width:100%;font-size:18px;font-size:1.125rem;color:false;border-bottom:1px solid #b2b2b2;padding:0}.form--inline label{margin-right:.3em}.form--inline .label--checkbox{margin-right:1em}.form--inline .label--checkbox input{margin-right:.35em}.form--inline input{margin-right:1em}.form--inline label,.form--inline button,.form--inline input,.form--inline select,.form--inline textarea{display:inline-block;margin-bottom:0;vertical-align:middle}.btn{display:inline-block}.btn,.btn:hover{text-decoration:none}.btn--full{display:block;text-align:center;padding-right:0;padding-left:0;width:100%}.nav li{display:inline-block}.nav a{display:block}.nav--stacked li{display:list-item}.nav--fit{display:table;width:100%}.nav--fit>li{display:table-cell}.contentbox-inner{margin-bottom:40px;padding:30px 15px 30px 15px;position:relative}.contentbox-inner .icon-image{margin:-30px 0 35px -15px}.contentbox-inner .readmore{bottom:30px;right:15px}.contentbox-inner.padding-bottom{padding-bottom:60px}.box-white{background:#fff;border:1px solid #c3c3c3}.box-darkGray{background:#cecece}.box-lightGray{background:#f0f0f0}.box-blue{background:#17297f}.box-blue h1,.box-blue h2,.box-blue h3,.box-blue h4,.box-blue h5,.box-blue h6,.box-blue p,.box-blue ul,.box-blue li,.box-blue ol,.box-blue blockquote{color:#fff}.box-green{background:#1babcd}.box-green h1,.box-green h2,.box-green h3,.box-green h4,.box-green h5,.box-green h6,.box-green p,.box-green ul,.box-green li,.box-green ol,.box-green blockquote{color:#fff}.box-transparent .contentbox-inner{background:transparent url('vhs-assets-css-8841b7c4bc0cd2dcf383d7bdd11fd627.gif') repeat-x bottom left;padding-top:0}.box-linetopbottom{background:transparent url('vhs-assets-css-8841b7c4bc0cd2dcf383d7bdd11fd627.gif') repeat-x top left;padding:45px 0 0 0}.box-linetopbottom .contentbox-inner{background:transparent url('vhs-assets-css-8841b7c4bc0cd2dcf383d7bdd11fd627.gif') repeat-x bottom left;padding-top:0}.dropdown{margin:0 0 3px 0}.dropdown dl{margin:-1px;background-color:#fff}.dropdown dl dt{position:relative;width:100%;z-index:1;margin:0;cursor:pointer;padding:15px 5px 12px 15px;border-left:0px;border-right:0px;background-color:#1babcd}.dropdown dl dt h4{font-family:'Conduit ITC W01 Bold';color:#fff;font-size:20px;font-size:1.25rem;padding:0;margin:0}.dropdown dl dd{position:relative;z-index:2;display:none;width:100%;padding:30px 30px 30px 45px;margin:0;background:#f0f0f0}.dropdown dl dd p{margin-bottom:0.5rem}.dropdown dl dd .redbutton{color:#fff}.dropdown dl dd .grid{margin-bottom:0.7rem}.dropdown dt.active .icon{display:inline-block;margin-right:15px;background-image:url('vhs-assets-css-79573f10907b59a5cfcb47620dbd4bcc.png');background-position:0 0;background-repeat:no-repeat;width:16px;height:16px}.dropdown dt.inactive .icon{display:inline-block;margin-right:15px;background-image:url('vhs-assets-css-79573f10907b59a5cfcb47620dbd4bcc.png');background-position:0 -32px;background-repeat:no-repeat;width:16px;height:16px}@media screen and (max-width: 998px){.dropdown dl dd .one-quarter,.dropdown dl dd .two-eighths,.dropdown dl dd .three-twelfths{margin:0 0 30px 0}}.members-slider{background:transparent url('vhs-assets-css-8841b7c4bc0cd2dcf383d7bdd11fd627.gif') repeat-x top left;padding-top:30px;padding-top:1.875rem;padding-bottom:30px;padding-bottom:1.875rem;padding-right:50px;padding-left:50px;margin-top:30px;margin-top:1.875rem}.members-slider .owl-controls{margin:0}.members-slider .owl-controls .owl-buttons div{color:#FFF;display:inline-block;zoom:1;margin:0;padding:0;width:28px;height:28px;font-size:12px;-webkit-border-radius:12px;-moz-border-radius:12px;border-radius:14px;background:#E2E2E2;filter:Alpha(Opacity=80);opacity:0.8;overflow:hidden;font:0/0 a}.members-slider .owl-controls .owl-buttons div:hover{filter:Alpha(Opacity=100);opacity:1}.members-slider .owl-controls .owl-buttons .owl-prev{position:absolute;left:0;top:50%;margin-top:-12px}.members-slider .owl-controls .owl-buttons .owl-prev:after{content:"<";font-family:'Conduit ITC W01 Bold';-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:29px;top:12px;position:absolute;right:7px}.members-slider .owl-controls .owl-buttons .owl-next{position:absolute;right:0;top:50%;margin-top:-12px}.members-slider .owl-controls .owl-buttons .owl-next:after{content:">";font-family:'Conduit ITC W01 Bold';-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:29px;top:12px;position:absolute;left:7px}.members-slider .item{margin:0 15px}.members-slider .item img{display:block;width:100%;height:auto}.members-slider .owl-item.loading{min-height:65px}.tx-powermail{padding:-12.5px}.tx-powermail h3{display:none}.tx-powermail fieldset.powermail_fieldset{float:left;padding-left:12.5px;padding-right:12.5px;margin-bottom:15px;margin-bottom:0.9375rem}.tx-powermail .powermail_legend{display:none}.tx-powermail .powermail_label{width:30%;display:inline-block}.tx-powermail .powermail_field{width:68%;display:inline-block}.tx-powermail .powermail_field.powermail_submit{width:auto;float:right}.tx-powermail .powermail_fieldwrap_textarea .powermail_label{width:100%;display:block}.tx-powermail .powermail_fieldwrap_textarea .powermail_field{width:100%;display:block;height:285px}.tx-powermail .powermail_fieldwrap_select{margin-bottom:7.5px;margin-bottom:0.46875rem}.tx-powermail .powermail_fieldwrap_text{margin-top:15px;margin-top:0.9375rem;margin-bottom:15px;margin-bottom:0.9375rem}.tx-powermail .powermail_fieldwrap_check .powermail_check_legend{border-bottom:#bfbfbf 2px solid}.tx-powermail .powermail_fieldwrap_check label{display:inline-block}.tx-powermail .powermail_fieldwrap_radio .powermail_radio_legend{border-bottom:#bfbfbf 2px solid}.tx-powermail .powermail_fieldwrap_radio label{display:inline-block}.tx-powermail hr{border-top:#bfbfbf 5px solid}.tx-powermail .powermail_fieldset .powermail_field_error,.tx-powermail .powermail_fieldset .parsley-error,.tx-powermail .powermail_fieldset .powermail_form .parsley-error:focus,.tx-powermail .powermail_fieldset div.error{background-color:#EBCCD1;border:1px solid #A94442;color:#A94442}.tx-powermail .powermail_fieldset .parsley-errors-list,.tx-powermail .powermail_fieldset .parsley-errors-list.filled{display:none !important}@media screen and (max-width: 480px){.powermail_fieldset.one-half,.powermail_fieldset.two-quarters,.powermail_fieldset.three-sixths,.powermail_fieldset.four-eighths,.powermail_fieldset.five-tenths,.powermail_fieldset.six-twelfths{width:100%}.powermail_fieldset.one-third,.powermail_fieldset.two-sixths,.powermail_fieldset.four-twelfths{width:100%}.powermail_fieldset.one-sixth,.powermail_fieldset.two-twelfths{width:33%}.powermail_fieldset.two-sixths{width:66%}}.tx-indexedsearch .searchfields{background:#f0f0f0;padding:12px 35px 10px;margin:40px 0;font-weight:700}.tx-indexedsearch .tx-indexedsearch-res table{width:95% !important}.tx-indexedsearch .tx-indexedsearch-icon{width:20px}.tx-indexedsearch .tx-indexedsearch-icon img{position:relative;top:15px}.tx-indexedsearch .searchform-label{padding-right:20px}.tx-indexedsearch .tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword{width:200px}.tx-indexedsearch input.tx-indexedsearch-searchbox-sword{background:#ffffff !important;height:26px;margin:0 0 0 10px}.tx-indexedsearch .tx-indexedsearch-searchbox-button{text-indent:-999em;background:transparent url('vhs-assets-css-3767fa0de4a2fe48b10aacd64f4b4f63.png');background-repeat:no-repeat;margin:0 0 0 5px;background-size:auto 60%;background-position:5px 7px}.tx-indexedsearch .tx-indexedsearch-whatis{display:none}.tx-indexedsearch .tx-indexedsearch-browsebox{display:none}.tx-indexedsearch .tx-indexedsearch-result-number{display:none}.tx-indexedsearch .tx-indexedsearch-title{vertical-align:middle !important}.tx-indexedsearch .tx-indexedsearch-title a{color:#17297f;font-size:22px;font-size:1.375rem;font-weight:700}.tx-indexedsearch .tx_clear{width:65px;display:block}.tx-indexedsearch .tx-indexedsearch-descr{font-size:16px;font-size:1rem;font-style:normal !important;line-height:1.2em;text-align:justify}.tx-indexedsearch .tx-indexedsearch-descr .tx-indexedsearch-redMarkup{font-size:16px;font-size:1rem;color:#000 !important;font-weight:300 !important;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif !important;letter-spacing:0.04em}.tx-indexedsearch .tx-indexedsearch-percent{display:none}.tx-indexedsearch .tx-indexedsearch-info{background:transparent !important;padding:20px 0}.tx-indexedsearch .tx-indexedsearch-info .tx-indexedsearch-path{font-weight:700;font-size:14px;font-size:0.875rem}.teaser-box{position:relative}.teaser-box .teaser-text{background:#1babcd;position:absolute;bottom:60px;left:0;padding:30px}.teaser-box .teaser-text h1{color:#fff;font-size:40px;font-size:2.5rem;text-transform:uppercase;margin:0;padding:0;font-family:'Conduit ITC W01 Medium'}.teaser-box .teaser-text p{color:#fff;font-size:24px;font-size:1.5rem;margin:0;padding:0}.news .article{margin-bottom:25px;padding:0}.news-template-blog{background:#f0f0f0;padding:20px}.news-template-blog .image{float:left}.news-template-blog .text{padding-left:80px}.news-template-blog .text h3{margin:0}.news-template-standard h3{margin:0}.news-single .teaser-text{font-size:16px;font-size:1rem;color:#000;font-family:'Conduit ITC W01 Bold'}.news-template-last h2{margin-top:0}.joboffer-list table.joboffers,.joboffer-list-admin table.joboffers,.company-list table.joboffers,.company-single table.joboffers{width:100%}.joboffer-list table.joboffers th,.joboffer-list-admin table.joboffers th,.company-list table.joboffers th,.company-single table.joboffers th{padding:0 10px}.joboffer-list table.joboffers tr.tablerow,.joboffer-list-admin table.joboffers tr.tablerow,.company-list table.joboffers tr.tablerow,.company-single table.joboffers tr.tablerow{background:#f0f0f0;border-bottom:#fff 3px solid}.joboffer-list table.joboffers tr.tablerow td,.joboffer-list-admin table.joboffers tr.tablerow td,.company-list table.joboffers tr.tablerow td,.company-single table.joboffers tr.tablerow td{padding:10px}.joboffer-list table.joboffers tr.tablerow td.last,.joboffer-list-admin table.joboffers tr.tablerow td.last,.company-list table.joboffers tr.tablerow td.last,.company-single table.joboffers tr.tablerow td.last{width:30px;font-weight:bold}.joboffer-new form,.company-edit form,.joboffer-edit form{background:#f0f0f0;padding:20px}.joboffer-new form input[type=text],.joboffer-new form textarea,.company-edit form input[type=text],.company-edit form textarea,.joboffer-edit form input[type=text],.joboffer-edit form textarea{width:100%}.joboffer-show .property-title{font-family:'Conduit ITC W01 Bold'}.joboffer-show .description{margin-bottom:20px}.joboffer-show .profile{margin:20px 0}.joboffer-show .pdf{margin:20px 0;background:#f0f0f0;padding:10px 15px;font-family:'Conduit ITC W01 Bold'}.joboffer-show footer{margin:20px 0}.tx-exinit-blog .article{padding:20px 20px 20px 80px;background:#f0f0f0;margin-bottom:10px}.tx-exinit-blog .article header{margin-bottom:10px}.tx-exinit-blog .article header img{float:left;margin-left:-60px}.tx-exinit-blog .article header h3{margin:0}.tx-exinit-blog .article header time{font-size:12px;font-size:0.75rem}.tx-exinit-blog .article section.comment{background:#fff;padding:20px 20px 20px 80px;margin-bottom:20px}.tx-exinit-blog form{background:#f0f0f0;padding:20px;margin-left:-60px}.tx-exinit-blog form .field textarea{width:100%}.tx-femanager form{background:#f0f0f0;margin:20px 0;padding:25px;position:relative}.tx-filelist-pi1{overflow-x:auto}.tx-filelist-pi1 table{width:100%}.tx-filelist-pi1 table tr th,.tx-filelist-pi1 table tr td{padding:10px 0 10px 10px;white-space:nowrap}.tx-filelist-pi1 table tr .tx-filelist-pi1-icon img{width:22px;max-width:22px}.tx-filelist-pi1 table tr .tx-filelist-pi1-info{padding-right:10px}.tx-filelist-pi1 table tr.tx-filelist-pi1-odd td{background:#f0f0f0}.g,.grid{margin-left:-25px;margin-right:-25px}.gi,.grid__item{float:left;padding-left:25px;padding-right:25px}.site-header{background-color:#fff;-moz-box-shadow:0px -4px 6px 5px rgba(0,0,0,0.75);-webkit-box-shadow:0px -4px 6px 5px rgba(0,0,0,0.75);box-shadow:0px -4px 6px 5px rgba(0,0,0,0.75);position:relative;z-index:95}.site-header .site-wrapper{height:155px}.site-header .site-wrapper #header-logo .site-logo{position:absolute;top:35px;right:50px;width:345px;height:69px;background-size:auto 100%;background-repeat:no-repeat}.site-header .site-wrapper .print-logo{display:none}.site-header .site-wrapper #meta-nav{position:absolute;top:0;left:0}.site-header .site-wrapper #site-nav{position:absolute;bottom:0;left:25px}.meta-nav{display:inline-block;font-size:0}.meta-nav li{padding:15px 10px 3px 10px;border-right:#fff 1px solid}.meta-nav li#elem_27{background-color:#1babcd}.meta-nav li#elem_28,.meta-nav li#elem_74{background-color:#17297f}.meta-nav li a{font-size:14px;font-size:0.875rem;color:#fff;text-decoration:none}.meta-nav li a:hover{color:#fff;text-decoration:none}.meta-nav li a.active{color:#fff;text-decoration:none}.lang-nav{display:inline-block;font-size:0;padding:0 6px}.lang-nav li{padding:15px 6px 3px 6px}.lang-nav li a{font-size:14px;font-size:0.875rem;color:#5e5e5e;text-decoration:none}.lang-nav li a:hover{color:#17297f;text-decoration:none}.lang-nav li a.active{color:#1babcd;text-decoration:none}#site-search{display:inline-block}#site-search .searchbox-form{position:relative;margin:0;padding:0}#site-search .searchbox-form .searchbox-input{width:183px;height:23px;margin:0;background:#f0f0f0;border:none;font-size:14px;font-size:0.875rem;padding:0.2em}#site-search .searchbox-form .searchbox-submit{position:absolute;top:2px;right:2px;display:inline-block;width:23px;height:19px;background:transparent url('vhs-assets-css-e4a736db6e447b526b5066ea9351bf90.png');background-size:auto 70%;background-position:6px 3px;background-repeat:no-repeat;vertical-align:middle;font:0/0 a;margin:0}.toggle-site-nav{display:none;padding:8px 0 2px 35px;text-decoration:none;background-color:#f0f0f0;font-family:'Conduit ITC W01 Bold';color:#5f5f5f;text-transform:uppercase;font-size:21px;font-size:1.3125rem;text-decoration:none}.toggle-site-nav .icon{display:inline-block;height:16px;width:19px;background-image:url('vhs-assets-css-79573f10907b59a5cfcb47620dbd4bcc.png');background-position:0 -64px;background-repeat:no-repeat;margin-right:5px}.toggle-site-nav:hover{color:#17297f;text-decoration:none}.toggle-site-nav:hover .icon{background-image:url('vhs-assets-css-79573f10907b59a5cfcb47620dbd4bcc.png');background-position:0 -97px;background-repeat:no-repeat}.toggle-site-nav.active{color:#1babcd;text-decoration:none}.toggle-site-nav.active .icon{background-image:url('vhs-assets-css-79573f10907b59a5cfcb47620dbd4bcc.png');background-position:0 -128px;background-repeat:no-repeat}#site-nav .site-nav{text-align:left;font-size:0}#site-nav .site-nav li{position:relative}#site-nav .site-nav li a{font-size:28px;font-size:1.75rem;font-family:'Conduit ITC W01 Bold';color:#17297f;padding:14px 25px 15px 25px;text-shadow:1px 1px 0 #fff;position:relative;z-index:999}#site-nav .site-nav li a:hover,#site-nav .site-nav li a:active,#site-nav .site-nav li a:focus{text-decoration:none}#site-nav .site-nav li a:hover{color:#1babcd;text-decoration:none}#site-nav .site-nav li a.active{color:#1babcd;text-decoration:none}#site-nav .site-nav li.hasSub:hover{background-color:#f0f0f0}#site-nav .site-nav li.hasSub:hover>a{color:#1babcd}#site-nav .site-nav li.hasSub .lvl-1{display:none;position:absolute;top:54px;left:0;z-index:998;background-color:#f0f0f0;width:310px;text-align:left;padding:24px}#site-nav .site-nav li.hasSub .lvl-1 li{display:block;padding:0;margin:0 0 8px 0}#site-nav .site-nav li.hasSub .lvl-1 li a{font-family:'Conduit ITC W01 Medium';font-size:16px;font-size:1rem;color:#5f5f5f;border-bottom:none;border-left:1px solid #c3c3c3;padding:3px 0 3px 15px}#site-nav .site-nav li.hasSub .lvl-1 li a:hover{border-left:1px solid #1babcd;color:#1babcd}#site-nav .site-nav li.hasSub .lvl-1 li a.active{border-left:1px solid #1babcd;color:#1babcd}#site-nav .site-nav li.hasSub:hover .lvl-1{display:block}#site-nav .site-nav li.hasSub.last:hover .lvl-1{left:auto;right:0}.side-nav{padding:35px 0 0 0;margin-bottom:40px;background:transparent url('vhs-assets-css-8841b7c4bc0cd2dcf383d7bdd11fd627.gif') repeat-x top left}.side-nav ul{padding:0 0 35px 25px;background:transparent url('vhs-assets-css-8841b7c4bc0cd2dcf383d7bdd11fd627.gif') repeat-x bottom left}.side-nav ul li{display:block;margin:10px 0}.side-nav ul li a{color:#1babcd;font-size:22px;font-size:1.375rem;font-family:'Conduit ITC W01 Bold';text-decoration:none}.side-nav ul li a:hover,.side-nav ul li a.active{color:#17297f;text-decoration:none}.side-nav ul li .lvl-1{background:none;padding:0}.side-nav ul li .lvl-1 li{margin-left:1em}.side-nav ul li .lvl-1 li a{text-transform:none;color:#999;font-size:18px;font-size:1.125rem;font-family:'Conduit ITC W01 Light'}.page-intern .side-nav ul{padding:0 0 0 25px;background:none}.page-intern .side-nav .logout-btn{padding:0 0 35px 25px;background:transparent url('vhs-assets-css-8841b7c4bc0cd2dcf383d7bdd11fd627.gif') repeat-x bottom left;color:#1babcd;font-size:22px;font-size:1.375rem;font-family:'Conduit ITC W01 Bold';text-decoration:none;display:block;margin:10px 0}.page-intern .side-nav .logout-btn:hover,.page-intern .side-nav .logout-btn.active{color:#17297f;text-decoration:none}.site-content.page-intern .site-wrapper .main-content-container .side-content{padding:0}.page-start h2{color:#17297f;margin-bottom:15px;margin-bottom:0.9375rem}.site-content{position:relative;z-index:94}.site-content .site-wrapper{background:#fff}.site-content .site-wrapper .site-banner .csc-textpic-image,.site-content .site-wrapper .site-banner iframe{margin-bottom:0}.site-content .site-wrapper .main-content-container{padding:70px 50px;min-height:390px}.site-content .site-wrapper .main-content-container .side-content{padding-top:83px}.tx-felogin-pi1 form{background:#f0f0f0;margin:20px 0;padding:25px;position:relative}.tx-felogin-pi1 form input[type="text"],.tx-felogin-pi1 form input[type="password"]{min-width:250px}ul.csc-uploads li{background:#f0f0f0;padding:10px;margin:0 0 3px 0}ul.csc-uploads li span{display:inline-block}ul.csc-uploads li span.csc-uploads-fileSize{margin-left:10px}.typo3-messages{margin-bottom:20px}.typo3-messages .typo3-message.message-ok{border:#008000 2px solid;background:rgba(0,128,0,0.3);padding:10px;font-size:18px;font-size:1.125rem;color:#fff}.readmore{position:absolute;bottom:0}.readmore a{font-family:'Conduit ITC W01 Bold';font-size:18px;font-size:1.125rem;color:#000;line-height:28px}.readmore div{float:right}.readmore div span{float:right;display:block;background:url('vhs-assets-css-aca2d27fe2aa75de92879d089399dfb9.png') no-repeat left top;height:28px;width:28px;margin-left:10px}.site-footer .site-wrapper{background:#cecece;padding:30px 50px;min-height:150px;text-align:right}.site-footer .site-wrapper .footernav{font-size:14px;font-size:0.875rem;float:right}.site-footer .site-wrapper .footernav li{text-align:left;margin-left:10px}.site-footer .site-wrapper .footernav li a{font-family:'Conduit ITC W01 Light';color:#000;margin-bottom:7px}.site-footer .site-wrapper .copyright{font-size:14px;font-size:0.875rem}.site-content.page-start .site-wrapper .main-content{padding:30px 0}@media screen and (max-width: 1200px){.site-header .site-wrapper #header-logo .site-logo{top:10px;right:35px}.site-header .site-wrapper #site-nav{left:10px}.site-content .site-wrapper .main-content-container{padding:50px 35px}}@media screen and (max-width: 998px){.g,.grid{margin-left:-15px;margin-right:-15px}.gi,.grid__item{padding-left:15px;padding-right:15px}}@media screen and (max-width: 764px){.site-header .site-wrapper{height:auto;padding-top:110px}.site-header .site-wrapper #header-logo .site-logo{width:200px;height:40px;background-size:100% auto;top:45px}.teaser-box .teaser-text{position:static}.teaser-box .teaser-text h1{font-size:32px;font-size:2rem}.teaser-box .teaser-text p{font-size:20px;font-size:1.25rem}#meta-nav{width:100%;background:#f0f0f0}#meta-nav .meta-nav li{padding:5px 10px 3px 10px}#meta-nav .lang-nav li{padding:5px 6px 3px 6px}#site-search .searchbox-form .searchbox-input{background:#fff;height:17px}.site-header .site-wrapper #site-nav{display:none;position:static}.toggle-site-nav{display:block}#site-nav .site-nav{position:static;height:auto;display:block;padding:25px 0;background:#f0f0f0}#site-nav .site-nav li{display:block;margin-bottom:10px}#site-nav .site-nav li a{display:block;height:auto;padding:3px 0;text-decoration:none;text-align:left;margin-left:35px;font-size:18px;font-size:1.125rem}#site-nav .site-nav li a.first{padding-left:0}#site-nav .site-nav li a.last{padding-right:0}#site-nav .site-nav li.hasSub:hover>a{border-bottom:none}#site-nav .site-nav li.hasSub .lvl-1{display:block;position:static;background:none;box-shadow:none;width:auto;padding:0}#site-nav .site-nav li.hasSub .lvl-1 li{display:block;padding:0;margin:5px 0}#site-nav .site-nav li.hasSub .lvl-1 li a{font-family:'Conduit ITC W01 Light';padding:0 10px;border-left:1px solid #cecece}.site-content .site-wrapper .main-content-container .side-content{padding-top:40px}.contentbox-inner{padding:30px 0 30px 0}}@media screen and (max-width: 480px){#site-search .searchbox-form .searchbox-input{width:150px}.toggle-site-nav{padding:8px 0 2px 10px}#meta-nav .meta-nav li.first{display:none}.g,.grid{margin-left:-10px;margin-right:-10px}.gi,.grid__item{padding-left:10px;padding-right:10px}.site-content .site-wrapper .main-content-container{padding:35px 15px}.csc-textpic-imagewrap{float:none !important}.csc-textpic-text{margin-left:0 !important;margin-top:20px !important}}.fl-r{float:right}.fl-l{float:left}.ir,.image-replacement{background-color:transparent;border:0;overflow:hidden;font:0/0 a}.hidden{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,.dl--horizontal:before,.tx-powermail:before,.g:before,.grid:before,.readmore:before,.cf:after,.dl--horizontal:after,.tx-powermail:after,.g:after,.grid:after,.readmore:after,.clearfix:before,.clearfix:after{content:"";display:table}.cf:after,.dl--horizontal:after,.tx-powermail:after,.g:after,.grid:after,.readmore:after,.clearfix:after{clear:both}@media print{*{background:transparent !important;color:black !important;box-shadow:none !important;text-shadow:none !important}@page{margin:2cm 1cm}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}a,a:visited{text-decoration:underline}abbr[title]:after{content:" (" attr(title) ")"}.print-hidden{display:none}html{font-size:85%}.site-wrapper{width:100%}.print-one-whole{width:100%}.print-none{display:none}.site-content .site-wrapper .main-content-container{padding:30px 0}.site-header .site-wrapper{height:90px}.site-header .site-wrapper #header-logo .site-logo{top:0;right:0}}