#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;-webkit-transform:translate3d(0,0,0)}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url(../../assets/colorbox/images/loading.gif) no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0 0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url(../../assets/colorbox/images/controls.png) no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
/*
#d60024 - rot
#878786 - dunkelgrau
#edece8 - hellgrau
*/


/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../../files/gfx/fonts/source-sans-pro-v21-latin-regular.woff2') format('woff2'),
       url('../../files/gfx/fonts/source-sans-pro-v21-latin-regular.woff') format('woff');
}
/* source-sans-pro-italic - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 400;
  src: local(''),
       url('../../files/gfx/fonts/source-sans-pro-v21-latin-italic.woff2') format('woff2'),
       url('../../files/gfx/fonts/source-sans-pro-v21-latin-italic.woff') format('woff');
}
/* source-sans-pro-700 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../../files/gfx/fonts/source-sans-pro-v21-latin-700.woff2') format('woff2'),
       url('../../files/gfx/fonts/source-sans-pro-v21-latin-700.woff') format('woff');
}


@media screen {

/* ****** reset ******************************************************** */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display: block;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #222;
	background: #fff;
	font: 16px/1.6em 'source sans pro', arial, sans-serif;	
	overflow: hidden; /* fix nav */
	-webkit-backface-visibility: hidden;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
html {
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}






/* ****** structure ******************************************************** */
html {
	height: 100%;
	overflow-y: scroll;
}
#wrapper {
	width: 100%;
	margin: 0 auto;
	/* max-width: 1400px; /* narrow wrapper */
}
#main {
	float: left;
	clear: both;
	/*position: relative;*/
	width: 100%;
	margin-bottom: 5px;
	padding-bottom: 40px;
}
/* horizontal header & navigation */
#header {
	position: relative;
	/*z-index: 999999 !important;*/
	width: 100%;
	float: left;
	background: #fff;
}
#header .panel {
	padding: 0;
}
#footer {
	background: #878786;
	margin-bottom: 0;
}
#footer p {
	margin: 20px 0;
	color: #fff;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}
#footer .social a {
	float: left;
	margin-right: 8px;
}


/* logo */
.logo img {
	margin: 0 auto;
	padding: 15px 0;
}



.head img {
	max-width: none !important;
	opacity: 0;
}
.head .inside {
	position: relative;
	overflow: hidden;
}
.hero {
	height: 275px;
	width: 458px;
	margin-top: 45px;
	background: #d60024;
	display: block;
	position: absolute;
	right: 222px;
	right: 4.5%;
	top: 0;
	opacity: 0;
}
.hero-content {
	position: absolute;
	bottom: 0;
	padding: 25px;
}
.hero p {
	margin: 0;
	font: 32px/1.4em 'source sans pro', arial, sans-serif;
	color: #fff;
}
.hero strong {
	color: #000;
	font-weight: normal;
}






/* ****** grid ******************************************************** */
.panel {
	overflow: auto;
	clear: both;
	padding: 10px 0; /* extra padding */
	padding: 0;
}
.panel .inside {
	max-width: 1400px;
	margin: 0 auto;
}
#header .panel,
#main .panel,
#footer .panel {
	max-width: 990px; /* narrow panel */
	margin: 0 auto;
	overflow: hidden;
}
#main .panel.full {
	max-width: 100%;
}
#header .panel {
	overflow: visible;
}
.bg {
	background: #f4f4f4;
}
.c25.bg {
	width: 20%;
	margin-right: 1.5%;
	float: right;
}
.bgbox  {
	background: #edece8;
	padding: 2.5% 4% 1% 4%; 
	position: relative;
}
.box {
	float: left;
	background: #edece8;
	width: 46.1%;
	padding: 2.5% 2.7% 1% 2.7%; 
	position: relative;
	z-index: 1;
	cursor: pointer;
}
.box img {
	text-align: center;
	margin: 0 auto;
	max-height: 90px;
}
.box a {
	__display: inline-block;
}
.box:not(.nobiglink):hover a {
	text-decoration: none;
}
.box.nobiglink {
	cursor: text;
}
.box:nth-child(odd) {
	margin: 0 1.9% 3.5% 2%;
}
.box:nth-child(even) {
	margin: 0 2% 3.5% 1.9%;
}
.box h2 a {
	text-decoration: none;
}
.box .float_right {
	position: absolute;
	padding: 15px;;
	bottom: 0;
	right: 0;
}
.grid-icon {
	width: 12%;
	float: left;
	margin-left: 20px;
}
.grid-icon img {
	width: 90px;
	max-height: 90px;
}
.grid-content {
	width: 85%;
	float: right;
}
.c25,
.c33,
.c50,
.c66,
.c75,
.c100 {
	float: left;
	padding: 0 2%;
	margin-bottom: 20px; /* extra margin */
	margin-bottom: 0;
}
.c25 {
	width: 25%;
}
.c33 {
	width: 33.33%;
}
.c50 {
	width: 50%;
}
.c66 {
	width: 66.66%;
}
.c75 {
	width: 75%;
}
.c75 p,
.c75 li {
	margin-left: 80px;
}
.c100 {
	width: 100%;
}
.panel.full .c25,
.panel.full .c33,
.panel.full .c50,
.panel.full .c66,
.panel.full .c75,
.panel.full .c100 {
	padding-left: 0;
	padding-right: 0;
}
.panel img,
.panel video {
	/*width: 100%;*/
	max-width: 100%;
	height: auto;
}






/* ****** navigation ******************************************************** */
#nav {
	display: none;
}
#header .c66 {
	position: relative;
	height: 100%;
}
#header nav ul {
	visibility: hidden;
}
#header nav {
	float: right;
	clear: both;
	position: absolute;
	bottom: 0;
	right: 0;
}
.sf-menu {
	float: right;
	margin-bottom: 18px;
}
.sf-menu ul {
	position: absolute;
	display: none;
	z-index: 99999;
}
.sf-menu li {
	position: relative;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
	padding-top: 18px;
	transition: padding 0.1s ease;
}
.sf-menu li > ul {
	padding-top: 14px;
	transition: padding 0.3s ease;
}
.sf-menu li li:hover > ul,
.sf-menu li li.sfHover > ul {
	padding-top: 0;
}
.sf-menu a,
.sf-menu strong {
	display: block;
	position: relative;
	padding: 0 15px;
	color: rgba(0,0,0,0.9);
	text-decoration: none !important;
	font: 17px/1.6em 'source sans pro', arial, sans-serif;
	font-weight: bold;
	margin-bottom: 1px;
}
.sf-menu strong,
.sf-menu a:hover,
.sf-menu .trail {
	color: rgba(0,0,0,0.7);
	text-decoration: none;
}

.sf-menu ul {
	min-width: 6em;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}
.sf-menu li {
	white-space: nowrap;
}
.sf-menu ul a,
.sf-menu ul strong {
	background: #fff;
	background: rgba(255, 255, 255, 0.85);
	text-align: left;
	color: #333;
  padding: 9px 24px 9px 15px;
  text-transform: none;
}
.sf-menu ul a:hover,
.sf-menu ul strong,
.sf-menu ul .trail {
	background: #fff;
	text-align: left;
}
.sf-menu strong,
.sf-menu ul strong,
.sf-menu .trail {
	color: #d60024;
}
.sf-menu ul a.submenu:after {
	position: absolute;
  width: 0; 
  height: 0;
	right: 8px; 
	top: 40%;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #fff;
  content: '';
}
.sf-menu ul {
	/*box-shadow: 1px 3px 5px rgba(102, 128, 169, 0.5);*/
}
li.nav-hide-desktop {
	display: none;
}
#footer li.nav-show-sitemap {
	display: inline-block !important;
}







/* ****** common tags ****************************************************** */
p {
	margin-bottom: 20px;
}
h1 {
	display: block;
	color: #d60024;
	font: bold 40px/1.4em 'source sans pro', arial, sans-serif;
	margin-bottom: 20px;
	margin-top: 20px;	
}
h2 {
	color: #222;
	font: bold 30px/1.32em 'source sans pro', arial, sans-serif;
	margin-bottom: 15px;
}
h3 {
	font: bold 16px/1.6em 'source sans pro', arial, sans-serif;
}
h4,
h5,
h6 {
	font: 16px/1.6em 'source sans pro', arial, sans-serif;
}
abbr {
	border-bottom: 1px dotted #555;
	cursor: help;
}
kbd {
	font-family: consolas, 'courier new', arial, sans-serif;
}
a {
	text-decoration: underline;
	color: #222;
}
#main a:before,
#main .box.nobiglink a:before {
	content: '>';
	font-weight: bold;
	font-family: consolas, 'courier new', arial, sans-serif;
	display: inline-block;
	padding-right: 4px;
}
#main a:hover:before,
#main .box.nobiglink a:hover:before {
	color: #d60024;
}
.index #main .c33 a:before,
#main .box a:before,
#main a.noarrow:before,
#main .noarrow a:before {
	content: '';
	padding-right: 0;	
}
#main a:focus {
	outline: 1px dotted;
}
a[href $='.pdf'] {
	padding: 0 20px 0 0;
	background: url(../../files/gfx/icons/pdf.png) no-repeat 100% 50%;
}
a[href $='.doc'],
a[href $='.docx'] {
	padding: 0 21px 0 0;
	background: url(../../files/gfx/icons/doc.png) no-repeat 100% 50%;
}
a[href $='.xls'],
a[href $='.xlsx'] {
	padding: 0 21px 0 0;
	background: url(../../files/gfx/icons/xls.png) no-repeat 100% 50%;
}
a[href $='.zip'] {
	padding: 0 21px 0 0;
	background: url(../../files/gfx/icons/zip.png) no-repeat 100% 50%;
}
a:focus,
a:hover,
a:active {
	/*color: inherit;*/
	text-decoration: none;
}
img {
	border: 0;
	background: 0;
	padding: 0;
	display: block;
  border-style: none;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	font-size: 0.7em;
}
sup {
	bottom: 1ex;
}
sub {
	top: 0.5ex;
}
#main ul {
	margin: 0 0 20px 30px;
}
#main ul li {
	list-style: square;
	padding-left: 0;
}
#main ol {
	margin: 0 0 20px 35px;
	list-style-type: decimal;
}
#main ol li {
}
table tr td {
	border-bottom: 1px solid #999;
	padding: 3px 0;
}






/* ****** common styles **************************************************** */
#print,
.print,
.hide,
.hide-desktop,
.invisible {
	display: none !important;
}
.nowrap {
	white-space: nowrap;
}
.error {
	color: #AF3636;
}
.low {
	color: #bbb;
}
.clear,
.break {
	clear: both;
}
.highlight {
	background: #FFD700;
}
.small,
small {
	font-size: 10px;
}
#bg {
	display: none;
}
.nomargin {
	margin: 0 !important;;
}
.nopadding {
	padding: 0 !important;
}
.block {
	overflow: visible;
}
#container:after,
.custom:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
::-moz-selection {
	background: #d60024;
	color: #fff;
}
::selection {
	background: #d60024;
	color: #fff;
}
.float_left {
	padding: 0 30px 30px 0;
	float: left;
}
.float_right {
	padding: 0 0 30px 30px;
  float: right;
}
.button {
	background: #003F65;
	color: #fff;
	padding: 12px 15px;
	display: block;
	text-decoration: none;
}
.button:hover {
	background: #5387AD;
}
.button-red {
	background: #d60024;
	color: #fff;
	padding: 12px 15px;
	display: block;
	text-decoration: none;	
}
.button-red:hover {
	background: #c60004;
}
#main a.button-red:hover:before {
	color: #edece8;
}
.index .c33 a {
	text-decoration: none;
	display: block;
} 
#vah-include .c100 {
	padding: 0;
	margin: 0;
}
#vah-include .toggler {
	display: none;
}
#vah-include .accordion {
	display: block !important;
}
#vah-include .accordion > div {
	padding: 0;
}
.accordion.forceopen {
	display: block !important;
}
.index #main .c33 {
	margin-top: -30px !important;
}




/* ****** gallery **************************************************** */
#main .ce_gallery {
	clear: both;
	overflow: auto;
	margin-bottom: 20px;
}
#main .ce_gallery ul {
	list-style: none;
	margin-left: 0 !important;
}
#main .ce_gallery li {
	list-style: none;
	float: left;
	margin: 0 1px 1px 0;
}
#main .ce_gallery li.col_last {
	margin-right: 0 !important;
}
#main .ce_gallery .cols_1 li {
	width: 100%;
}
#main .ce_gallery .cols_2 li {
	width: 49.9%;
}
#main .ce_gallery .cols_3 li {
	width: 33.23%;
}
#main .ce_gallery .cols_4 li {
	width: 24.9%;
}
#main .ce_gallery .cols_5 li {
	width: 19.9%;
}
#main .ce_gallery img {
	display: block;
}
#cboxCurrent,
#cboxTitle {
	display: none !important;
}





/* ****** news ************************************ */
.layout_full h3 a {
	text-decoration: none;
}
.mod_newslist .panel {
	padding-bottom: 20px;
	clear: both;
}
.mod_newslist .info,
.mod_newsreader .info {
	margin-bottom: 0;
}
.layout_latest {
	margin-top: 20px;
}
.box .layout_latest {
	margin-top: 0;
}
.layout_latest .more {
	display: none;
}
.layout_latest .info {
	margin-bottom: 0;
}
.layout_latest h2 {
	font: bold 16px/1.6em 'source sans pro', arial, sans-serif;
}
.layout_latest a {
	text-decoration: none;
	display: block;
}
.layout_latest a:hover {
	text-decoration: underline;
}






/* ****** pagination ******************************************************* */
.pagination ul {
	margin: 20px 2% !important;
	clear: both;
	overflow: auto;
}
.pagination li {
	margin: 0 1px 1px 0 ;
	list-style: none !important;
	float: left;
}
.pagination li a,
.pagination li strong {
	padding: 6px 14px;
	background: #878786;
	text-decoration: none;
	color: #fff;
	display: block;
	text-align: center;
	font-weight: normal;
}
.pagination li a:before {
	content: '' !important;
}
.pagination li a:hover {
  background: #d60024;
}
.pagination li strong {
	background: #d60024 ;
}
.pagination p,
.pagination .last,
.pagination .first {
	display: none;
}
p.back {
	display: none;
}
p.info {
	color: #999;
}






/* ****** search ************************************ */
#search-top .text {
	float: right;
	width: 240px;
	font: 15px/20px 'source sans pro', arial, sans-serif;
	border: none;
	background: #edece8 url(../../files/gfx/icons/search.svg) no-repeat 4.5% 50%;
	background-size: 16px 16px;
	padding: 7px 5px 7px 33px;
	border-radius: 0;
	margin-top: 20px;
}
#search-top .text:focus {
	background-color: #edece8;
}
#search-top .submit {
	display: none;
}
.mod_search h3 {
	color: #222;
	font: bold 30px/1.32em 'source sans pro', arial, sans-serif;
	margin-bottom: 0;
}
.mod_search h3 a {
	text-decoration: none;
}
.mod_search h3 a:hover {
	text-decoration: underline;
}
.mod_search .url,
.mod_search .relevance  {
	display: none;
}
.mod_search .header {
	margin-bottom: 40px;
}
.mod_search .submit {
	display: none;
}
#search-top .submit {
	display: none;
}
.language {
	float: right;
	margin: 23px -5px 0 30px;
}
.language a {
	text-decoration: none;
}







/* ****** caroufredsel **************************************************** */
.ce_caroufredsel_gallery,
.ce_caroufredsel_start {
	position: relative;
	overflow: auto;
	overflow-x: hidden;
}
.caroufredsel_prev {
	position: absolute;
	background: url("../../files/gfx/prev_white.png") no-repeat 20% 50%;
	left: 0;
	top: 0;
	height: 100%;
	width: 200px;
	outline: 0 !important;
  transition: all 0.3s ease;
	z-index: 999;
}
.caroufredsel_prev:hover {
	background: url("../../files/gfx/prev_white.png") no-repeat 15% 50%;
	transition: all 0.3s ease;
}
.caroufredsel_next {
	position: absolute;
	background: url("../../files/gfx/next_white.png") no-repeat 80% 50%;
	right: 0;
	top: 0;
	height: 100%;
	width: 200px;
	outline: 0 !important;
  transition: all 0.3s ease;
  z-index: 999;
}
.caroufredsel_next:hover {
	background: url("../../files/gfx/next_white.png") no-repeat 85% 50%;
	transition: all 0.3s ease;
}
.caroufredsel_prev span,
.caroufredsel_next span {
	display: none;
}
.ce_caroufredsel_gallery .caption {
	display: none;
}
.panel-caroufredsel {
	margin-bottom: 0;
}





/* ****** accordion ******************************************************* */
.toggler {
	cursor: pointer;
	display: block;
	padding: 0.5em 2em 0.5em 1em;
	text-decoration: none;
	margin-bottom: 1px;
	position: relative;
	color: #fff;
  background: #d60024 url("../../files/gfx/arrow_down.png") no-repeat 98% 50%;
}
.toggler:hover {
  background-color: #d60024;
}
.toggler.ui-state-active {
  background: #d60024 url("../../files/gfx/arrow_up.png") no-repeat 98% 50%;
}
.accordion > div {
	padding: 10px 0 1px 0;
}





/* ****** navigation footer & sitemap ********************************************* */
#nav-footer nav,
#nav-sitemap {
	margin: 30px auto 30px auto;
	max-width: 100%;
	overflow: auto;
}
#nav-footer  li,
#nav-sitemap li {
	float: left;
	width: 20%;
	list-style: none !important;
}
#nav-footer ul.level_1 > li.last,
#nav-sitemap ul.level_1 > li.last {
	width: 12%;
}
#nav-footer  a,
#nav-footer  strong,
#nav-sitemap a,
#nav-sitemap strong {
	display: block;
	color: #fff;
  text-decoration: none;
	font: bold 15px/25px 'source sans pro', arial, sans-serif;
}
#nav-footer  li li,
#nav-sitemap li li {
	float: none;
	width: 100%;
	padding-right: 10px;
}
#nav-footer  li li a,
#nav-footer  li li strong,
#nav-sitemap li li a,
#nav-sitemap li li strong {
	color: #fff;
	font-weight: normal;
  text-transform: none;
	text-decoration: none;
}
#nav-footer  li a:hover,
#nav-footer  li li a:hover,
#nav-sitemap li a:hover,
#nav-sitemap li li a:hover {
	text-decoration: underline;
}
#nav-sitemap ul,
#nav-sitemap ul ul {
  margin: 0 !important;
}
#nav-footer ul ul ul a:before,
#nav-footer ul ul ul strong:before,
#nav-sitemap ul ul ul a:before,
#nav-sitemap ul ul ul strong:before {
	content: '> ';
	font-size: 12px;
}






/* ****** breadcrumb **************************************************** */
#main .mod_breadcrumb {
	display: none;
}
#main .mod_breadcrumb .first {
	display: none;
}
#main .mod_breadcrumb ul {
	margin: 8px 0 0 0;
	padding: 0 0 0 3px;
	float: left;
}
#main .mod_breadcrumb li {
	float: left;
	list-style: none;
	color: #999;
}
#main .mod_breadcrumb a {
	float: left;
	color: #999;
	text-decoration: none;
}
#main .mod_breadcrumb a:hover {
	color: #333;
}
#main .mod_breadcrumb a:before {
	content: '';
	padding: 0;
	margin: 0;	
}
#main .mod_breadcrumb a:after {
	content: '>';
	font-weight: normal;
	font-family: consolas, 'courier new', arial, sans-serif;
	display: inline-block;
	padding: 0 4px;
	color: #999 !important;
}








/* ****** scrollup **************************************************** */
#scrollUp {
	position: absolute;
	bottom: 60px;
	right: 20px;
	border: none;
	width: 40px;
	height: 40px;
	/*background: #d60024 url(../../files/gfx/arrow-black.svg) no-repeat;*/
	background: #d60024 url(../../files/gfx/arrow-white.svg) no-repeat;
	display: block;
	background-size: 40px 40px;
	border-radius: 120px;
}
#scrollUp:hover {
	background-color: #d60024;
}






/* ****** forms ************************************************************ */
input[type="hidden"] {
	display: none;
}
select option[disabled] {
	display: none;
}
input.text,
input.captcha,
button,
textarea,
select,
#n2go input[type=email] {
  padding: 5px;
  margin-bottom: 5px;
  -webkit-appearance: none;
}
input.text,
input.captcha,
textarea,
select,
#n2go input[type=email] {
  border: 1px solid #aaa;
	font: 16px/1.6em 'source sans pro', arial, sans-serif;
	width: 100%;
}
input.text:focus,
input.captcha:focus,
textarea:focus,
select:focus {
	border-color: #000;
}
#n2go input[type=checkbox] {
	float: left;
	display: inline-block;
	margin-right: 10px;
	margin-top: 7px;
}	
#n2go label {
	float: none;
	clear: none;
}
#n2go h2 {
	text-align: left !important;
}
.widget.vpe {
	width: 100%;
}
label.vpe {
	float: left;
	width: auto;
	margin-right: 20px;
}
input.vpe {
	float: left;
	width: 100px;
}
textarea {
	height: 160px;
	float: left;
}
button {
	clear: both;
	font: 16px/1.6em 'source sans pro', arial, sans-serif;
	float: left;
	background: #333;
	padding: 10px 20px;
	color: #fff;
	border: none;
	cursor: pointer;
	margin-top: 20px;
}
button:hover {
	background: #000;
}
label {
	text-align: left;
	width: 100%;
	display: block;
	float: left;
	margin-top: 6px;
	clear: both;
	font: 16px/1.6em 'source sans pro', arial, sans-serif;
}
span.mandatory {
	margin-left: 3px;
	color: #DEBB00;
}
.checkbox_container label,
.radio_container label {
	width: 85%;
	float: left;
	clear: none;
}
.checkbox,
.radio {
	margin: 10px 15px 1px 1px;
	padding: 0;
	float: left;
	clear: both;
}
.widget,
form br {
	clear: both;
}
input.error,
textarea.error {
	border-color: darkred;
}
input:invalid,
select:invalid,
textarea:invalid {
	box-shadow: none !important;
	-moz-box-shadow: none !important;
}
::-moz-placeholder {
	color: #999;
}
:-ms-input-placeholder {
	color: #999;
}
::-webkit-input-placeholder {
	color: #999;
}
span.mandatory {
	display: none;
}






/* ***** debug ******************************************************** */
/*
.c25,
.c33,
.c50,
.c66,
.c75,
.c100 {
	border: 1px solid red;
}
.panel {
	border: 2px solid blue;
}
/**/


/* ***** cookie banner ************************************************* */
.cc-window{z-index: 9999999999 !important; opacity:1;-webkit-transition:opacity 1s ease;transition:opacity 1s ease;}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{-webkit-transition:transform 1s ease;-webkit-transition:-webkit-transform 1s ease;transition:-webkit-transform 1s ease;transition:transform 1s ease;transition:transform 1s ease,-webkit-transform 1s ease}.cc-animate.cc-revoke.cc-top{-webkit-transform:translateY(-2em);transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{-webkit-transform:translateY(2em);transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-top{-webkit-transform:translateY(0);transform:translateY(0)}.cc-animate.cc-revoke.cc-active.cc-bottom{-webkit-transform:translateY(0);transform:translateY(0)}.cc-revoke:hover{-webkit-transform:translateY(0);transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;-webkit-transition:max-height 1s;transition:max-height 1s}
.cc-revoke,.cc-window{position:fixed;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-revoke:hover{text-decoration:underline}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em;text-decoration:underline}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.cc-window.cc-banner{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{display:block;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;max-width:100%;margin-right:1em}.cc-compliance{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-floating .cc-compliance>.cc-btn{-webkit-box-flex:1;-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-floating,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-webkit-box-align:unset;-ms-flex-align:unset;align-items:unset}.cc-window.cc-banner .cc-message{margin-right:0}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-webkit-box-flex:0;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em;margin-bottom:1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}
.cc-window, .cc-banner { font: 16px/1.6em 'source sans pro', arial, sans-serif; }

} /* end screen */






/* ****** mobile ******************************************************* */
@media(max-width:768px) {
body {
	-webkit-text-size-adjust: 100%;
}
#nav-footer nav,
#nav-sitemap,
.hide-mobile,
.language,
#search-top,
#sticky-wrapper,
#header nav,
#mod_breadcrumb {
	display: none !important;
}
#header .c66 {
	display: none;
}
.hide-desktop {
	display: inline !important;
}
#header {
	float: none;
	overflow: auto;
}
.logo img {
	max-width: 120px;
	margin: 10px 0;
}
#main img {
	__width: 100%;
	max-width: 100%;
	height: auto;
}
.ce_caroufredsel_start.c100,
.ce_caroufredsel_gallery.c100,
.ce_image.c100 {
	padding-left: 0;
	padding-right: 0;
}
#nav {
	display: block;
	clear: both;
	width: 100%;
	margin-top: 40px;
	margin-bottom: 100px;
}
#nav ul a,
#nav ul strong {
  padding: 10px 0 10px 5%;
	font-size: 16px;
	border-top: 1px solid #777;
  width: 100%;
	display: block;
	background: #878786;
	text-decoration: none;
	color: #fff;	
	font-weight: normal;
}
#nav ul strong,
#nav ul a:hover {
	color: #fff;
	background: #d60024;
	text-decoration: none;
}
#nav ul ul a,
#nav ul ul strong {
  padding-left: 8%;
}
#nav ul ul ul a,
#nav ul ul ul strong {
  padding-left: 16%;
}
#footer li.nav-show-sitemap {
	display: block !important;
}
h1 {
	font: bold 28px/1.4em 'source sans pro', arial, sans-serif;
}
h2 {
	font: bold 20px/1.32em 'source sans pro', arial, sans-serif;
}
#mobile_menu {
  display: block;
	position: absolute;
	top: 0;
	right: 0;
	border: 2px solid transparent;
}
#mobile_menu a {
	border: 0;
	background: 0 !important;
	padding: 30px 30px;
	border-top: 1px solid transparent;
	display: block;
}
#mobile_menu a:before {
  background: url(../../files/gfx/icons/mobile-menu-black.svg) center center no-repeat;
  padding-left: 1.6em;
	content: '';
}
.float_left,
.float_right {
	padding: 0 0 30px 0;
	float: none;
}
#header {
	position: static;
	width: auto;
}
.c25,
.c33,
.c50,
.c66,
.c75,
.c100 {
	float: none;
	width: 100%;
	padding: 0 5%;
}
.box {
	float: left;
	background: #f4f4f4;
	width: 100%;
	padding: 5% 5% 2% 5%;
}
.box:nth-child(odd) {
	margin: 0 0 20px 0;
}
.box:nth-child(even) {
	margin: 0 0 20px 0;
}
.grid-icon {
	display: none;
}
.grid-content {
	width: 100%;
	float: none;
}
li.nav-hide-desktop {
	display: list-item;
}
#main .ce_gallery li {
	width: 33.23% !important;
	width: 100% !important;
	width: 49.8% !important;	 
}



.head img {
	max-width: 100% !important;
}
.head .inside {
	position: static;
	overflow: none;
}
.hero {
	clear: both;
	height: auto;
	width: 100%;
	margin-top: 0;
	background: #d60024;
	display: block;
	position: static;
	opacity: 1;
}
.hero-content {
	position: static;
	padding: 20px 5%;
}
.hero p {
	font: bold 20px/1.32em 'source sans pro', arial, sans-serif;
}

#main .mod_breadcrumb ul {
	padding:0;
}

}






/* ****** print ******************************************************* */
@media print {
nav,
#nav {
	display: none;
}
#main {
	width: 75%;
}
#main,
p {
	font: 12px/18px verdana, sans-serif;
}
h1 {
	font: 18px/18px verdana, sans-serif;
	margin-bottom: 20px;
}
h2 {
	font: 14px/18px verdana, sans-serif;
}
h3 {
	font: 12px/18px verdana, sans-serif;
}
h4 {
	font: 12px/18px verdana, sans-serif;
}
} /* end print */

