meta.foundation-version {
  font-family: "/5.5.1/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.063em) and (max-width:64em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.063em) and (max-width:90em)/";
  width: 64.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.063em) and (max-width:120em)/";
  width: 90.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

/* Accessibility - hides the forward slash */
[aria-label="breadcrumbs"] [aria-hidden="true"]:after {
  content: "/"; }

.referenceSlider {
  height: 100%;
  display: block; }
  .referenceSlider .slick-prev, .referenceSlider .slick-next {
    display: none !important; }
    .referenceSlider .slick-prev:before, .referenceSlider .slick-next:before {
      color: black;
      opacity: 0.5; }
  .referenceSlider .slick-prev {
    left: 0px; }
  .referenceSlider .slick-next {
    right: 0px; }
  .referenceSlider:hover .slick-prev, .referenceSlider:hover .slick-next {
    display: inline-block !important; }

.referenceSliderElement {
  @inluce box-sizing(border-box);
  margin-bottom: 0px; }
  .referenceSliderElement .slick-slide {
    @inluce box-sizing(border-box);
    padding: 15px 15px; }
  .referenceSliderElement .logobox {
    @inluce box-sizing(border-box);
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
    .referenceSliderElement .logobox img {
      display: inline-block;
      max-width: 100%;
      max-height: 100%; }
  .referenceSliderElement.hvEffct .logobox {
    -webkit-filter: grayscale(100%) contrast(50%) brightness(140%);
    filter: grayscale(100%) contrast(50%) brightness(140%);
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out; }
    .referenceSliderElement.hvEffct .logobox:hover {
      -webkit-filter: grayscale(0%) contrast(100%) brightness(100%);
      filter: grayscale(0%) contrast(100%) brightness(100%); }

/*
.referenceSlider {
	height: 100%;
	border: 1px solid #dfdfdf;
	
	&.rswithHeadline {
		.referenceSliderElement {
			padding-bottom: 38px;
		}
	}
	.slick-list {
		width: 100%;
		position: relative;
	}
	.slick-track {
		width: 100%;
		bottom: 0px;
	}
}
#content .referenceSlider .headingbox_nobg  {
	border-top: none;
	border-left: none;
	border-right: none;
}
.referenceSliderElement {
	height: 100%;
	@inluce box-sizing(border-box);
	margin-bottom: 0px;

	.slick-slide {
		@inluce box-sizing(border-box);
		padding: 10px 15px;
	}
	.logobox {
		@inluce box-sizing(border-box);
		width: 100%;
		height: 100%;
		
		display: table-cell;
		vertical-align: middle;
		text-align: center;

		

		img {
			display: inline-block;
			max-width: 100%;
			max-height: 100%;
		}
	}

}

.container {
	.referenceSliderElement {
		box-shadow: 0 1px 1px rgba(0,0,0,0.05);
		border-radius: 4px;
		border: 1px solid #ddd;
	}
}
.emotion-element {
	.referenceSliderElement {
		
		border-top: none;
	}
}*/