/* dk_caroufredsel global styles */
.caroufredsel_skin .image_container img, .caroufredsel_thumbnails_skin .image_container img {
	vertical-align: bottom;
}
.caroufredsel > div, .caroufredsel > section, .caroufredsel_thumbnails > div {
	float: left;
}
.caroufredsel .clearfix {
	float: none;
	clear: both;
}
.caroufredsel_thumbnails_skin {
	position: relative;
}
#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}
/* nunito-sans-regular - latin */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../../files/gfx/fonts/nunito-sans-v12-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../../files/gfx/fonts/nunito-sans-v12-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* nunito-sans-700 - latin */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../../files/gfx/fonts/nunito-sans-v12-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../../files/gfx/fonts/nunito-sans-v12-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* nunito-sans-900 - latin */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 900;
  src: local(''),
       url('../../files/gfx/fonts/nunito-sans-v12-latin-900.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../../files/gfx/fonts/nunito-sans-v12-latin-900.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@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;
	font: 17px/1.65em 'nunito sans', arial, sans-serif;
	overflow: hidden; /* fix nav */
	background: #fff;
}
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;
}
#main {
	float: left;
	clear: both;
	/*position: relative;*/
	width: 100%;
}
#header {
	position: relative;
	z-index: 999999 !important;
	width: auto;
	min-width: 100%;
	display: inline-block;
	background: #fff;
	padding-bottom: 8px;
	transition: 0.3s ease;
	transition-property: box-shadow, background;
	display: none;	
}
.index #header {
	position: absolute;
	background-color: transparent;
}
.index #header-sticky-wrapper {
	z-index: 100;
	height: auto !important;
}
.index .is-sticky #header {
	background: #fff;
	transition: 0.8s ease;
	transition-property: box-shadow, background;
}
.is-sticky #header {
	box-shadow: 0 0 5px #ccc;
}
#header .panel {
	padding: 0;
}
#header .c25,
#header .c75 {
	__overflow: hidden;
}
#footer {
	background: #cfcfd1;
	background: #dadadc;
	clear: both;
	padding-top: 20px;
	padding-bottom: 40px;
}
#footer p {
	margin: 15px 0;
}
#footer a {
	color: #222;
	text-decoration: underline;
}
#footer a:hover {
	color: inherit;
	text-decoration: none;
}
#footer .social a {
	margin: 20px 16px 20px 0;
	float: left;
}
.logo img {
	margin: 34px 0 21px 0;
	float: right;
	z-index: 50;
}
.sticky-wrapper {
	min-height: 129px;
}
.index .sticky-wrapper {
	min-height: initial;
}







/* ****** grid ******************************************************** */
.panel {
	overflow: auto;
	clear: both;
	padding: 0;
}
#main .panel.header {
	padding: 0;
	position: relative;
	margin-bottom: 54px;
}
.index #main .panel.header {
	margin-bottom: 0;
}
#main .hero {
	position: absolute;
	left: 0;
	right: 0;
	top: 1.5%;
	max-width: 1350px;
	margin: 0 auto;
	z-index: 999;
	display: none;
}
.index #main .hero {
	top: 18.5%;
	padding: 0 1.5%;
}
.page-symphony #main .hero {
	top: 7%;
}
#main .hero h1 {
	display: block;
	font: 45px/1.30em 'nunito sans', arial, sans-serif;	
	font-weight: 900;
	max-width: 50%;
}
.page-symphony #main .hero h1 {
	max-width: 65%;
	font-weight: 700;
}
#main .panel {
	padding-top: 20px;
	padding-bottom: 28px;
}
.panel .inside {
	max-width: 1350px;
	margin: 0 auto;
	overflow: auto;
}
.panel.full .inside {
	max-width: 2000px;
	position: relative;
  width: 100%;
  height: 100%;	
  background-attachment: scroll;
  overflow: hidden;  
}
.panel.full img,
.panel.full video {
	width: 100%;
	height: auto;
	position: relative;
}
.panel.full .overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  /*background: linear-gradient(to bottom, rgba(255,255,255,1) 0, rgba(255,255,255,0.7) 10%, rgba(255,255,255,0.6) 15%, rgba(255,255,255,0) 20%);*/
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0, rgba(255,255,255,0) 250px);
  opacity: 1;
}
.panel.wide .inside {
	max-width: 1400px;
}
.panel.wide .inside > div {
	padding-left: 0;
	padding-right: 0;
}
.panel.wide .inside > div.hero {
	padding: 0 1.6%;
}
.panel.wide:not(.header) + .panel { /* wide gefolgt von normalem panel */
	margin-top: -33px;
}	
#header .panel {
	overflow: visible;
}
#header .panel .inside {
	max-width: 1400px;
}
.c25,
.c33,
.c50,
.c66,
.c75,
.c100 {
	float: left;
	padding: 0 2%;
	margin-bottom: 20px; /* extra margin */
	margin-bottom: 0;
	/* filled 
	background: #f0f0f0;
	border-right: 1px solid #fff;
	*/
}
.c25 {
	width: 25%;
}
.c33 {
	width: 33.33%;
}
.c50 {
	width: 50%;
}
.c66 {
	width: 66.66%;
}
.c75 {
	width: 75%;
}
.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 {
	/*width: 100%;*/
	max-width: 100%;
	height: auto;
}
.panel.alternative {
	background: #000;
	color: #fff;
}
.panel.alternative2,
.mod_newslist .panel:nth-child(odd),
.referenzen #main .panel:nth-child(odd) {
	background: #dadadc;
}
.panel.default {
	background: #fff !important;
	color: #222 !important;
}
.dark h1 {
	color: #222;
}
.light h1 {
	color: #fff;
}






/* ****** navigation ******************************************************** */
#nav {
	display: none;
}
#header nav {
	float: left;
	width: 72%;
	position: absolute;
	bottom: 7px;
	margin-left: -10px;
	z-index: 99999999 !important;
}
#header .c25 {
	transition: padding 0.3s ease;
	float: right;
}
#header .c75 nav {
	transition: padding 0.3s ease;
}
.sf-menu ul {
	position: absolute;
	display: none;
	z-index: 99999 !important;
}
.sf-menu li {
	position: relative;
}
.sf-menu > li {
	float: left;
}
.sf-menu li > ul,
.sf-menu li > ul {
	display: block;
	padding-top: 7px !important;
}
.sf-menu li li > ul,
.sf-menu li li > ul {
	padding-top: 0;
}
.sf-menu.level_1 > li:first-child a,
.sf-menu.level_1 > li:first-child strong {
	___padding-left: 2px;
}
.sf-menu a,
.sf-menu strong {
	font: 14px/1.65em 'nunito sans', arial, sans-serif;
	display: block;
	position: relative;
	padding: 9px 12px 15px 12px;
	color: rgba(0,0,0,0.65);
	text-decoration: none;
	font-weight: 700;
	transition: padding 0.2s ease;
	text-transform: uppercase;
}
.sf-menu strong,
.sf-menu a:hover,
.sf-menu .trail {
	color: #000;
}
.sf-menu strong,
.sf-menu .trail {
	font-weight: 900;
}
.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: rgba(50,50,50,0.95);
	color: #fff;
	text-align: left;
  padding: 9px 24px 9px 10px;
  text-transform: none;
  font-weight: 400;
  text-transform: uppercase;
}
.sf-menu ul a:hover,
.sf-menu ul strong,
.sf-menu ul .trail {
	background: rgba(0,0,0,1);
	color: #fff;
	text-align: left;
}
.sf-menu ul strong,
.sf-menu ul .trail {
	font-weight: 600;
}
.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: '';
}
/* right */
.sf-menu {
	float: left;
	position: relative;
}

li.nav-hide-desktop {
	display: none;
}
.hide-main-nav #header nav {
	display: none;
}






/* ****** common tags ****************************************************** */
p {
	margin-bottom: 28px;
	letter-spacing: 0.02em;
}
h1 {
	margin-top: 30px;
	margin-bottom: 43px; 
	font: 33px/1.4em 'nunito sans', arial, sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .04em;
}
h2 {
	font: 17px/1.65em 'nunito sans', arial, sans-serif;
	font-weight: bold;
	letter-spacing: .04em;	
}
h3 {
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .04em;
}
h4,
h5,
h6 {
	font: 17px/1.65em 'nunito sans', arial, sans-serif;
}
h1 + h2 {
	margin-top: -20px !important;
}
.shout,
.quote {
	font: 33px/1.65em 'nunito sans', arial, sans-serif;
}
.quote {
	margin-bottom: 18px
}
.shout p {
	margin: 5px 0 8px 0; 
}
#footer h1 {
	margin-top: 28px;
	margin-bottom: 30px;
}
abbr {
	border-bottom: 1px dotted #555;
	cursor: help;
}
kbd {
	font-family: consolas, "courier new", 'nunito sans', arial, sans-serif;
}
a {
	text-decoration: underline;
	color: inherit;
}
#main a:focus {
	outline: 1px dotted;
}
a[href $='.pdf'] {
	padding: 0 0 1px 24px;
	background: url(../../files/gfx/icons/pdf-alternative.png) no-repeat 0 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: normal;
	color: #888;
}
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;
}
/* classic bullet */
#main ul {
	margin: 0 0 20px 30px;
}
#main ul li {
	list-style: square;
	padding-left: 0;
}
/* image bullet */
/*
#main ul {
	margin: 0 0 20px 18px;
}
#main ul li {
	list-style: none;
	padding-left: 17px;
	background: url(../../files/gfx/bullet.gif) no-repeat 0 8px;
}
*/
#main ol {
	margin: 0 0 20px 35px;
	list-style-type: decimal;
	/*list-style-type: decimal-leading-zero;*/
}
#main ol li {
}






/* ****** 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;
}
.nomargin {
	margin: 0 !important;;
}
.nopadding {
	padding: 0 !important;
}
.paddingtop {
	padding-top: 20px;
}
.paddingbottom {
	padding-bottom: 40px;
}
.block {
	overflow: visible;
}
#container:after,
.custom:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
::-moz-selection {
	background: #c0c0c0;
	color: #000;
}
::selection {
	background: #c0c0c0;
	color: #000;
}
.float_left {
	padding: 0 30px 30px 0;
	float: left;
}
.float_right {
	padding: 0 0 30px 30px;
  float: right;
}






/* ****** 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;
}







/* ****** caroufredsel **************************************************** */
#main .panel:not(.header) .ce_caroufredsel_gallery {
	margin-bottom: 54px;
}
.ce_caroufredsel_gallery,
.ce_caroufredsel_start {
	position: relative;
	overflow: auto;
	overflow-x: hidden;
}
.caroufredsel div {
	display: block;
	float: left;
}
.caroufredsel_prev {
	position: absolute;
	background: url("../../files/gfx/prev_white.png") no-repeat 20% 50%;
	left: 0;
	top: 0;
	height: 100%;
	width: 250px;
	outline: 0 !important;
  transition: all 0.3s ease;
	z-index: 999;
	opacity: 0;
}
.caroufredsel_prev:hover {
	background: url("../../files/gfx/prev_white.png") no-repeat 15% 50%;
	transition: all 0.3s ease;
	opacity: 1;
}
.caroufredsel_next {
	position: absolute;
	background: url("../../files/gfx/next_white.png") no-repeat 80% 50%;
	right: 0;
	top: 0;
	height: 100%;
	width: 250px;
	outline: 0 !important;
  transition: all 0.3s ease;
  z-index: 999;
	opacity: 0;
 
}
.caroufredsel_next:hover {
	background: url("../../files/gfx/next_white.png") no-repeat 85% 50%;
	transition: all 0.3s ease;
	opacity: 1;

}
.caroufredsel_prev span,
.caroufredsel_next span {
	display: none;
}
.ce_caroufredsel_gallery .caption {
	display: none;
}






/* ****** news ******************************************************* */
.layout_full h1 a {
	text-decoration: none;
	display: inline-block;
}
.layout_full .social {
	float: right;
}
.layout_full .social a {
	margin: 15px 0 20px 18px;
	float: left;
}
.layout_full img {
	margin-bottom: 45px;
}
.home-teaser img {
	margin-bottom: 20px;
}
.home-teaser a {
	display: inline-block;
	text-decoration: none;
}
.home-teaser {
	margin-bottom: 20px;
	padding-bottom: 20px;
}






/* ****** pagination ******************************************************* */
.pagination ul {
	margin: 20px 2% 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: 2px 12px;
	background: #000;
	text-decoration: none;
	color: #fff;
	display: block;
	text-align: center;
	font-size: 15px;
	font-weight: normal;
}
.pagination li a:hover {
  background: #dadadc;
  color: #222;
}
.pagination li strong {
	background: #dadadc;
	color: #222;
}
.pagination p,
.pagination .last,
.pagination .first {
	display: none;
}
p.back {
	display: none;
}
p.info {
	color: #aaa;
}






/* ****** accordion ******************************************************* */
.toggler {
	cursor: pointer;
	display: block;
	padding: 0.5em 2em 0.1em 0;
	text-decoration: none;
	margin-bottom: 1px;
	position: relative;
  background: url("../../files/gfx/arrow_down_black.png") no-repeat 99.5% 75%;
  border-bottom: 3px solid #000;
  font: 33px/1.6em 'nunito sans', arial, sans-serif;
  text-transform: uppercase;
}
.toggler:hover {
  
}
.toggler.ui-state-active {
  background: url("../../files/gfx/arrow_up_black.png") no-repeat 99.5% 75%;
}
.accordion > div {
	padding: 38px 0 1px 0;
}
.ce_accordion {
	margin-bottom: 45px;
}
.ce_accordion .c50:nth-child(odd) {
	padding-left: 0 !important;
}
.ce_accordion .c50:nth-child(even) {
	padding-right: 0 !important;
}





/* ****** scrollup **************************************************** */
#scrollUp {
	position: absolute;
	bottom: 20px;
	right: 20px;
	border: none;
	width: 40px;
	height: 40px;
	background: #fff url(../../files/gfx/arrow-black.svg) no-repeat;
	display: block;
	background-size: 40px 40px;
	border-radius: 120px;
}






/* ****** forms ************************************************************ */
input[type="hidden"] {
	display: none;
}
select option[disabled] {
	display: none;
}
input.text,
input.captcha,
button,
textarea,
select {
  padding: 5px;
  margin-bottom: 5px;
  -webkit-appearance: none;
}
input.text,
input.captcha,
textarea,
select {
  border: 1px solid #aaa;
	font: 17px/1.65em 'nunito sans', arial, sans-serif;
	width: 100%;
}
input.text:focus,
input.captcha:focus,
textarea:focus,
select:focus {
	border-color: #000;
}
textarea {
	height: 160px;
}
button {
	clear: both;
	font: 17px/1.65em 'nunito sans', 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: 17px/1.65em 'nunito sans', 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;
}
/**/




} /* end screen */






/* ****** mobile ******************************************************* */
@media(max-width:1450px) {
#header .c25 {
	padding-right: 2% !important;
	transition: padding 0.3s ease;
}
#header .c75 nav {
	padding-left: 1.8% !important;
	transition: padding 0.3s ease;
}
}




@media(max-width:768px) {
body {
	-webkit-text-size-adjust: 100%;
}
.hide-mobile {
	display: none !important;
}
.index #header {
	position: relative;
	background: #fff;
}
.index #header-sticky-wrapper {
	/*height: 81px !important;*/
}
.panel.full .overlay {
	background: none;
}
.logo img {
	max-width: 160px;
	margin: 20px 2% 10px 0;
	float: right;
}
#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;
}
.ce_caroufredsel_quote p {
	padding-left: 4%;
	padding-right: 4%;
} 
#header nav {
	display: none;
}
#nav {
	display: block;
	clear: both;
	width: 100%;
	padding-top: 39px;
	padding-bottom: 40px;
}
#nav ul a,
#nav ul strong {
  padding: 10px 0 10px 5%;
	font-size: 17px;
	border-bottom: 1px solid #222;
  width: 100%;
	display: block;
	background: #000;
	text-decoration: none;
	color: #fff;	
	font-weight: normal;
}
#nav ul strong,
#nav ul a:hover {
	color: #fff;
	background: rgba(50,50,50,0.95);
	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%;
}
#mobile_menu {
  display: block;
	position: absolute;
	top: 0;
	left: 0;
}
#mobile_menu a {
	border: 0;
	background: 0 !important;
	padding: 29px 30px 23px 30px;
	display: block;
}
#mobile_menu a:before {
  background: url(../../files/gfx/icons/mobile-menu-black.svg) 0 center no-repeat;
  padding-left: 1.65em;
  /*text-align: center;
  height: 12px;
  width: 24px;*/
	content: '';
}
.float_left,
.float_right {
	padding: 0 0 30px 0;
	float: none;
}
/*
#header {
	position: static;
	width: auto;
}
*/
.headline img {
	display: none;
}
.c25,
.c33,
.c50,
.c66,
.c75,
.c100 {
	float: none;
	width: 100%;
	padding: 0 5%;
}
li.nav-hide-desktop {
	display: list-item;
}
#main .ce_gallery li {
	width: 33.23% !important;
	width: 100% !important;
	width: 49.8% !important;	 
}

#main .full .ce_image {
	margin-bottom: 0;
}
#footer .c25 {
	clear: both;
}
h1,
h2,
#main .hero h1,
.page-symphony #main .hero h1 {
	font: 19px/1.65em 'nunito sans', arial, sans-serif;
	font-weight: 900;
	max-width: none;
}
.shout,
.quote {
	font: 19px/1.65em 'nunito sans', arial, sans-serif;
}
.panel.wide .inside > div.hero {
    padding: 0 5%;
}
#main .panel.header {
	margin-bottom: 0;
}
#main .hero {
	position: static;
}
.index #main .hero {
	top: 22%;
	padding: 0 5%;
}
.ce_accordion .c50:nth-child(odd) {
	padding: 0;
}
.ce_accordion .c50:nth-child(even) {
	padding: 0;
}
.light h1 {
	color: #222;
}
.index .light h1 {
	color: #fff;
}
.hero h1 {
	display: none;
}
/*
h1 br, 
h2 br {
	display: none;
}*/

.sticky-wrapper {
	min-height: 0 !important;
	
}
.index .sticky-wrapper {
	min-height: initial;
}


}






/* ****** print ******************************************************* */
@media print {
nav {
	display: none !important;
}
#main {
	width: 85%;
}
#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 */
