/*==================================================
 * FONT BASICS
 * ================================================*/
body {
  font-family: 'silkaregular', Arial, sans-serif;
  font-size: 17px;
  font-size: 1.063rem;
  line-height: 1.412em;
}


/*==================================================
 * OVERWRITE / SELECTRIC
 * ================================================*/
.selectric {
  border: 1px solid #32312F;
  border-width: 1px !important;
  height: 40px;
  background-color: #FFFFFF;
}

.selectric-open .selectric {
  padding-bottom: 0px !important;
}

.selectric .label {
  font-family: 'silkamedium', Arial, sans-serif !important;
  font-size: 14px !important;
}

.selectric-items li {
  font-family: 'silkaregular', Arial, sans-serif;
  font-weight: normal;
  font-size: 15px;
  font-size: 0.938rem;
}

.selectric-items li:before {
  display: none !important;
}

.selectric-items li.selected,
.selectric-items li.highlighted {
  color: #B40000;
}

.selectric-items li.selected {
  background-color: #e7e4dd;
}


/*==================================================
 * OVERWRITE / SLICK
 * ================================================*/
.slick-slide:focus,
.slick-slide:active {
  border: 0px;
  outline: none;
}

.slick-track {
  margin: 0 !important;
}

.slick-arrow {
  top: 100%;
  z-index: 10;
  width: 33px;
  height: 41px;
  cursor: pointer;
  z-index: 30;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.slick-arrow:before {
  display: none;
}

.slick-arrow.slick-disabled {
  opacity: 0.5 !important;
}

.slick-prev,
.slick-prev:hover,
.slick-prev:focus {
  left: 6px;
  background-image: url('../images/icons/arrow/icon-arrow-big-left.svg');
}

.slick-next,
.slick-next:hover,
.slick-next:focus {
  right: 6px;
  background-image: url('../images/icons/arrow/icon-arrow-big-right.svg');
}

.slick-dots {
  top: 100%;
  z-index: 10;
}

.slick-dots li {
  width: 16px;
  height: 16px;
}

.slick-dots li:before {
  display: none;
  opacity: 1 !important;
}

.slick-dots li button {
  width: 16px;
  height: 16px;
  padding: 0px;
  position: relative;
}

.slick-dots li button:before {
  width: 100%;
  height: 100%;
  background-color: #E6E3DD;
  color: transparent;
  font-size: 0px;
  border-radius: 100%;
  opacity: 1 !important;
}

.slick-dots li.slick-active button:before {
  background-color: #B40000;
}

/*==================================================
 * GLOBAL / CONTROLS
 * ================================================*/
.controls {
  width: 100%;
  position: relative;
}

.controls .inner {
  padding-left: 40px;
  padding-right: 40px;
}

.controls .control-link {
  position: absolute;
  top: 0px;
  z-index: 10;
  width: 6px;
  height: 48px;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  font-size: 0px;
  color: transparent;
}

.controls .control-link.disabled {
  opacity: 0.5 !important;
}

.control-link-prev,
.control-link-prev:hover,
.control-link-prev:focus {
  left: 6px;
  background-image: url('../images/icons/arrow/icon-arrow-big-left.svg');
}

.control-link-next,
.control-link-next:hover,
.control-link-next:focus {
  right: 6px;
  background-image: url('../images/icons/arrow/icon-arrow-big-right.svg');
}


/*==================================================
 * GLOBAL / SIDEBOX
 * ================================================*/
.sidebox {
  margin-bottom: 20px;
}

.sidebox-inside {
  border: 1px solid rgba(50, 49, 47, 0.2);
}

.sidebox .header {
  background-color: #e7e4dd;
  display: block;
  padding: 15px;
  font-family: 'silkabold', Arial, sans-serif;
  font-weight: normal;
  font-size: 20px;
  font-size: 1.250rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}

.sidebox .header:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 100;
  right: 25px;
  top: 50%;
  margin-top: -15px;
  border-bottom: 1px solid #32312F;
  border-right: 1px solid #32312F;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.sidebox .header.open:after {
  -moz-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  margin-top: -5px;
}

.sidebox .header > .inner {
  width: 100%;
  display: block;
}

.sidebox .content {
  height: 0px;
  overflow: hidden;
  padding: 0px !important;
  display: block !important;
}

.sidebox .header.open ~ .content {
  overflow: visible;
}

.sidebox .content > .inner {
  padding: 26px 25px 26px;
}

.sidebox hr {
  background-color: rgba(50, 49, 47, 0.2);
  height: 1px;
  margin-top: 16px;
  margin-bottom: 20px;
}

.sidebox .note {
  color: rgba(50, 49, 47, 0.5);
  font-family: 'silkaregular', Arial, sans-serif;
  font-style: italic;
  letter-spacing: 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.429em;
  display: block;
}

.sidebox .label,
.sidebox .legend {
  color: #32312F;
  font-family: 'silkabold', Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 0;
  font-size: 17px;
  font-size: 1.063rem;
  line-height: 1.412em;
  margin-bottom: 5px;
  display: block;
}

.sidebox fieldset .label,
.sidebox fieldset .legend,
.sidebox label .label,
.sidebox label .legend,
.sidebox .form-group .label,
.sidebox .form-group .legend {
  margin-bottom: 14px;
}

.sidebox legend ~ .checkboxes,
.sidebox legend ~ .radioboxes {
  margin-top: -5px;
}

.sidebox .checkbox-element .label,
.sidebox .radiobox-element .label {
  color: #32312F;
  font-family: 'silkaregular', Arial, sans-serif;
  letter-spacing: 0;
  font-size: 17px;
  font-size: 1.063rem;
  line-height: 1.412em;
}

/*.sidebox button[type="submit"] {
  margin-top: 13px;
}*/

/* 1024px */
@media screen and (min-width: 64.000em) {
  .sidebox .header:after {
    display: none;
  }

  .sidebox .header {
    padding: 25px;
    font-size: 24px;
    font-size: 1.5rem;
  }

  .sidebox .content {
    height: auto !important;
    overflow: visible;
  }
}

@media screen and (min-width: 64.000em) and (min-height: 50.000em) {
  .sidebox {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
  }
}

/*==================================================
 * GLOBAL / ACCORDION
 * ================================================*/
.accordion-item {
  position: relative;
}

.accordion-item ~ .accordion-item {
  margin-top: 7px;
}

.accordion-header {
  position: relative;
  cursor: pointer;
  background-color: #E6E3DD;
  padding: 18px 60px 18px 0px;
}

.accordion-header,
.accordion-header * {
  margin-bottom: 0px;
  color: #32312F;
  font-family: 'silkabold', Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 0;
}

/*.accordion-item.open .accordion-header {
  background-color: #B40000;
}

.accordion-item.open .accordion-header * {
  color: #FFFFFF;
}*/

.accordion-header:before {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  margin-top: -15px;
  right: 17px;
  z-index: 0;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('../images/icons/plus/icon-plus.svg');
}

.accordion-item.open .accordion-header:before {
  background-image: url('../images/icons/minus/icon-minus.svg');
}

.accordion-header span[class*='icon-'] {
  padding: 12px 0px 12px 62px;
  background-position: 13px center;
  background-repeat: no-repeat;
  background-size: 40px;
  display: block;
}

.accordion-header .icon-performance {
  background-image: url('../images/icons/accordion/icon-performance.svg');
}

.accordion-header .icon-award {
  background-image: url('../images/icons/accordion/icon-award.svg');
}

.accordion-body {
  height: 0px;
  overflow: hidden;
  position: relative;
}

.accordion-body > .inner {
  padding-top: 3px;
  padding-bottom: 20px;
  position: relative;
}

.accordion-body-inside {
  position: relative;
  padding: 20px 34px;
}

.accordion-body h1, .accordion-body .h1-style,
.accordion-body h2, .accordion-body .h2-style,
.accordion-body h3, .accordion-body .h3-style,
.accordion-body h4, .accordion-body .h4-style,
.accordion-body h5, .accordion-body .h5-style,
.accordion-body h6, .accordion-body .h6-style {
  color: #32312F;
  font-family: 'silkabold', Arial, sans-serif;
  letter-spacing: 0;
  font-weight: normal;
  font-size: 17px;
  font-size: 1.063rem;
  line-height: 1.412em;
  margin-bottom: 5px;
}

/* 768 px */
@media screen and (min-width: 48.000em) {
  .accordion-header:before {
    right: 50px;
  }

  .accordion-header span[class*='icon-'] {
    padding-left: 79px;
    background-position: 29px center;
  }
}


/*==================================================
 * GLOBAL / QUOTE
 * ================================================*/
.quote {
  color: #32312F;
  font-family: 'silkaregular', Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0;
  font-size: 19px;
  font-size: 1.188rem;
  line-height: 1.500em;
  padding-left: 40px;
  position: relative;
  max-width: 573px;
}

.quote:before {
  position: absolute;
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  left: -11px;
  top: -9px;
  background-image: url('../images/icons/quote/icon-quote.svg');
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
}

.quote .author {
  color: #B40000;
  font-family: 'silkabold', Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 0;
  font-size: 13px;
  font-size: 0.813rem;
  line-height: 1.846em;
  text-transform: uppercase;
}

/* 380 px */
@media screen and (min-width: 23.750em) {
  .quote {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

/* 768 px */
@media screen and (min-width: 48.000em) {
  .quote {
    font-size: 30px;
    font-size: 1.875rem;
  }
}


/*==================================================
 * HEADER
 * ================================================*/
#header {
  position: relative;
  z-index: 100;
}

#header-inside {
  display: table;
  table-layout: fixed;
  width: 100%;
  position: relative;
  z-index: 10;
  background-color: #FFFFFF;
}

#logo {
  display: table-footer-group;
}

#navi {
  display: table-header-group;
}

#navi-main {
  padding-left: 12.8%;
}

/* 768 px */
@media screen and (min-width: 48.000em) {
  #banners,
  #logo,
  #navi {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
  }
}


/*==================================================
 * HEADER / BANNERS
 * ================================================*/
#banners {
  display: none;
  padding-left: 20px;
}

#banners-inside {
  bottom: -38%;
  position: absolute;
  display: table;
}

#banners-inside a {
  display: table-cell;
  width: 25%;
  padding: 0 2px;
  top: 0;
  transition: top .1s ease;
}

#banners-inside a:hover {
  top: -8px;
}

#banners img {
  max-height: 145px;
  margin-bottom: -20px;
}

/* 1280px */
@media screen and (min-width: 80.000em) {
  #banners {
    display: block;
  }
}

/* 1440px px */
@media screen and (min-width: 90.000em) {
  #banners {
    padding-left: 107px;
  }
}


/*==================================================
 * HEADER / LOGO
 * ================================================*/
#logo {
  width: 209px;
  max-width: 100%;
  z-index: 10;
}

#logo-inside {
  display: table;
  width: 100%;
}

#logo-inside > .inner {
  display: table-cell;
  vertical-align: middle;
  padding: 36px 26px 26px;
  text-align: center;
}

/* 1024px */
@media screen and (min-width: 64.000em) {
  #logo-inside > .inner {
    padding-top: 29px;
  }
}

/* 1280px */
@media all and (min-width: 80.000em) {
  #logo {
    width: 340px;
  }

  #logo-inside > .inner {
    padding-right: 36px;
    padding-left: 36px;
  }
}


/*==================================================
 * HEADER / NAVI
 * ================================================*/
#navi {
  position: relative;
}

#navi > .inner {
  position: relative;
}

#navi-inside {
  display: table;
  height: 88px;
  width: 100%;
  z-index: 10;
  position: relative;
}

#navi-inside .navi-item {
  display: table-cell;
  text-align: center;
  /*width: 33%;*/
  vertical-align: middle;
  padding: 7px 25px;
}

/* 768 px */
@media screen and (min-width: 48.000em) {
  #navi > .inner {
    float: right;
  }

  #navi-inside {
    width: auto;
    height: 99px;
  }

  #navi-inside .navi-item {
    width: auto;
    padding: 0px 10px;
  }
}

/* 1024px */
@media screen and (min-width: 64.000em) {
  #navi-inside {
    height: 125px;
  }
}


/*==================================================
 * HEADER / NAVI / SEARCH
 * ================================================*/
#navi-inside #search {
  white-space: nowrap;
  background-color: #71706f;
  text-align: center;
}

#trigger-open-search {
  cursor: pointer;
  position: relative;
  z-index: 10;
  font-size: 0px;
  text-indent: 1000em;
  color: transparent;
  background-image: url('../images/icons/search/icon-search.svg');
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  border: 0px;
  outline: none;
  width: 25px;
  height: 25px;
  padding: 0px;
}

#searchform {
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0px;
  z-index: 0;
  right: 0px;
}

#searchform-inside {
  position: relative;
  width: 100%;
}

#searchform-inside > .inner {
  background-color: #FFFFFF;
  padding: 10px;
  position: absolute;
  right: 0px;
  bottom: 0px;
}

#searchterm {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* 768 px */
@media screen and (min-width: 48.000em) {
  #navi-inside #search {
    background-color: #32312f !important;
    width: 62px;
    padding-left: 39px;
  }
}

/* 1024px */
@media screen and (min-width: 64.000em) {
  #navi-inside #search {
    background-color: #32312f !important;
  }
}


/*==================================================
 * HEADER / NAVI / NEWSLETTER
 * ================================================*/
#navi-inside #newsletter {
  white-space: nowrap;
  background-color: #32312F;
  text-align: center;
}

#navi-inside #newsletter a {
  background-image: url('../images/icons/newsletter/icon-newsletter.svg');
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  width: 26px;
  height: 24px;
  position: relative;
  margin-top: 10px;
}

#navi-inside #newsletter a span {
  display: none;
  position: absolute;
  background-color: #FFFFFF;
  color: #32312F;
  font-family: 'silkaregular', Arial, sans-serif;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
  width: 144px;
  white-space: normal;
  padding: 10px 20px;
  top: 157%;
  left: -80px;
}

#navi-inside #newsletter a:hover span {
  display: block;
}

#navi-inside #newsletter a span:after {
  position: absolute;
  content: "";
  display: block;
  background-image: url('../images/icons/triangle/icon-triangle.svg');
  background-repeat: no-repeat;
  height: 5px;
  width: 9px;
  top: -5px;
  left: 50%;
  margin-left: -4px;
}

/* 768 px */
@media screen and (min-width: 48.000em) {
  #navi-inside #newsletter {
    width: 70px;
    padding-right: 40px;
  }
}


/*==================================================
 * HEADER / NAVI / MENU
 * ================================================*/
#menu {
  background-color: #B40000;
  padding-right: 25px;
  padding-left: 25px;
}

.flyoutmenu-open {
  overflow: hidden;
}

#trigger-open-flyoutmenu {
  cursor: pointer;
  position: relative;
  z-index: 10;
  color: #FFFFFF;
  font-family: 'silkaregular', Arial, sans-serif;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 17px;
  text-transform: uppercase;
  text-align: right;
  background-image: url('../images/icons/menu/icon-menu.svg');
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: 27px;
  background-position: right center;
  border: 0px;
  outline: none;
  z-index: 500;
  height: 30px;
  padding: 0px 37px 0px 0px;
}

.flyoutmenu-open #trigger-open-flyoutmenu {
  background-image: url('../images/icons/menu/icon-menu-close.svg');
}

#flyoutmenu {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 50%;
  min-width: 300px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  text-align: left;
  z-index: -10;
  display: none;
  background-color: #b40000;
  padding: 40px 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.flyoutmenu-open #flyoutmenu {
  display: block;
  z-index: 300;
}

#flyoutmenu > .inner {
  display: table;
  height: 100%;
  width: 100%;
}

#flyoutmenu-inside {
  padding: 30px;
  display: table-cell;
  vertical-align: middle;
  opacity: 0;
  background-color: #B40000;
  position: relative;
  z-index: 100;
  -webkit-transition: all 2s linear;
  -moz-transition: all 2s linear;
  -o-transition: all 2s linear;
  -ms-transition: all 2s linear;
  transition: all 2s linear;
}

.flyoutmenu-open #flyoutmenu-inside {
  opacity: 1;
}


.tools-item-flyoutmenu:after {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -10;
  display: none;
  left: 0px;
  top: 0px;
  opacity: 0;
  background-color: #32312F;
  z-index: -10;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.flyoutmenu-open .tools-item-flyoutmenu:after {
  opacity: 0.9;
  z-index: 10;
  display: block;
}

#flyoutmenu li:before {
  display: none;
}

#flyoutmenu li {
  padding-left: 0px !important;
  display: block !important;
}

#flyoutmenu a,
#flyoutmenu span {
  color: #FFFFFF;
  letter-spacing: 0;
  font-size: 17px;
  font-size: 1.063rem;
  letter-spacing: 0;
  line-height: 1.265em;
  padding: 5px 0px;
  text-decoration: none;
  display: block;
  text-align: left;
}

@media screen and (max-width: 767px) {
  #flyoutmenu {
    width: 100%;
  }
}

/* 768 px */
@media screen and (min-width: 48.000em) {
  #menu {
    width: 220px !important;
    text-align: center;
  }

  #trigger-open-flyoutmenu {
    float: none;
    clear: both;
    margin: 0 auto;
  }
}

/* 1440px px */
@media screen and (min-width: 90.000em) {

}


/*==================================================
 * GLOBAL / HIGHLIGHTBOX
 * ================================================*/
.ce-highlightbox {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
}

.ce-highlightbox > .inner {
  padding: 13px 20px;
  max-width: 422px;
}

.ce-highlightbox .headline {
  color: #32312F;
  font-family: 'silkabold', Arial, sans-serif;
  font-weight: normal;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.333em;
  letter-spacing: 0;
  display: block;
  margin-bottom: 11px;
}

.ce-highlightbox .btn {
  margin-top: 28px;
}

/* 768 px */
@media screen and (min-width: 48.000em) {
  .ce-highlightbox > .inner {
    padding: 30px 26px;
  }
}

/* 1024px */
@media screen and (min-width: 64.000em) {
  .ce-highlightbox > .inner {
    padding: 43px 56px;
  }
}


/*==================================================
 * GLOBAL / CARD ITEM
 * ================================================*/
.card-item {
  margin-bottom: 50px;
}

.card-item .image {
  margin-bottom: 10px;
}

.card-item .image a {
  display: block;
  width: 100%;
}

.card-item .image img {
  display: block;
  margin: 0px;
  padding: 0px;
  width: 100%;
}

.card-item .date {
  color: #B40000;
  font-family: 'basier_circle_monoregular', "Courier New", serif;
  font-weight: normal;
  letter-spacing: 0;
  font-size: 17px;
  font-size: 1.063rem;
  line-height: 1.176em;
  display: block;
  margin-bottom: 9px;
}

.card-item .info,
.card-item .info * {
  color: #B40000;
  font-family: 'basier_circle_monoregular', "Courier New", serif;
  font-size: 15px;
  font-size: 0.938rem;
  letter-spacing: 0;
  line-height: 1.667em;
}

.card-item .info {
  margin: 0 -11px;
}

.card-item .info > .inner {
  display: table;
}

.card-item .info-item {
  padding: 0 11px;
}

/*.card-item .info-item {
  display: table-cell;
  padding: 0px 11px 5px;
  position: relative;
}*/

/*.card-item .info-item:after {
  display: block;
  content: "";
  position: absolute;
  left: 0px;
  width: 1px;
  height: 14px;
  background-color: #B40000;
  top: 50%;
  margin-top: -10px;
}

.card-item .info-item:first-child:after {
  display: none !important;
}*/

.card-item .headline {
  color: #B40000;
  font-family: 'silkabold', Arial, sans-serif;
  font-weight: normal;
  font-size: 19px;
  font-size: 1.188rem;
  letter-spacing: 0;
  line-height: 1.280em;
  margin-bottom: 13px !important;
}

.card-item .teaser {
  font-family: 'silkaregular', Arial, sans-serif;
  color: #32312F;
  font-size: 17px;
  font-size: 1.063rem;
  letter-spacing: 0em;
  line-height: 1.412em;
}

.card-item .btn {
  margin-top: 30px;
}

/* 768 px */
@media screen and (min-width: 48.000em) {
  .card-item {
    margin-bottom: 23px;
  }

  .card-item .headline {
    font-size: 24px;
    font-size: 1.5rem;
  }
}


/*==================================================
 * GLOBAL / CARD ITEM COMPACT
 * ================================================*/
.card-item-compact {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

.card-item-compact:after {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  bottom: 0px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  -o-transition: all .1s linear;
  -ms-transition: all .1s linear;
  transition: all .1s linear;
}

.card-item-compact:hover,
.card-item-compact:focus {
  outline: none;
  border: 0px;
}

.card-item-compact:hover:after {
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.62) 35.72%, #000000 100%);
}

.card-item-compact > .inner {
  display: table;
  position: relative;
  z-index: 50;
  width: 100%;
}

.card-item-compact > .inner:before {
  content: "";
  display: table-cell;
  padding-bottom: 100%;
  width: 100%;
}

.card-item-compact .content {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.card-item-compact .content > .inner {
  display: table;
  width: 100%;
  height: 100%;
}

.card-item-compact .content-inside {
  display: table-cell;
  vertical-align: bottom;
  padding: 0px 14px;
  text-decoration: none;
}

.card-item-compact .headline {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  color: #FFFFFF;
  font-size: 20px;
  font-size: 1.250rem;
  line-height: 1.250em;
  font-weight: normal;
  letter-spacing: 0;
}

.card-item-compact .teaser {
  padding-bottom: 16px;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  width: 100%;
  opacity: 0;
  position: absolute;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}

.card-item-compact .teaser .text {
  color: #FFFFFF;
}

.card-item-compact:hover .headline {
  margin: 0px;
  padding: 0px;
  -webkit-transform: translate3d(0, -10%, 0) translate3d(0, 0px, 0);
  transform: translate3d(0, -10%, 0) translate3d(0, 0px, 0);
}

.card-item-compact:hover .teaser {
  opacity: 1;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  box-sizing: border-box;
}

.card-item-compact:hover .teaser .link-more {
  margin-top: 7px;
}

.card-item-compact:hover .teaser .link-more:hover {
  color: #B40000;
}

.card-item-compact:hover .teaser .link-more:hover:before {
  background-image: url('../images/icons/arrow/icon-arrow-right.svg');
}

/*==================================================
 * GLOBAL / CARD ITEM HORIZONTAL
 * ================================================*/
.card-item-horizontal {
  margin-bottom: 29px;
}

/* 768 px */
@media screen and (min-width: 48.000em) {
  .card-item-horizontal > .inner {
    margin: 0 -8px;
  }

  .card-item-horizontal .card-item-inside {
    display: table;
    table-layout: fixed;
    width: 100%;
  }

  .card-item-horizontal .image,
  .card-item-horizontal .content {
    display: table-cell;
    vertical-align: middle;
    padding: 0px 8px;
  }

  .card-item-horizontal .image {
    width: 50%;
  }

  .card-item-horizontal .content {
    vertical-align: middle !important;
  }
}

/* 1024px */
@media screen and (min-width: 64.000em) {
  .card-item-horizontal .image {
    width: 388px;
  }
}


/*==================================================
 * GLOBAL / CARD ITEM VERTICAL
 * ================================================*/
.card-item-vertical {
  border: 1px solid #B40000;
}

.card-item-vertical .headline {
  color: #B40000;
  font-family: 'silkabold', Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 0;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.280em;
  margin-bottom: 4px !important;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.card-item-vertical .content {
  padding: 18px 16px;
}

.card-item-vertical .teaser {
  margin-top: 9px;
}

/* 380 px */
@media screen and (max-width: 23.687em) {
  .card-item-vertical .btn {
    width: 100%;
    padding-left: 45px;
  }
}


/*==================================================
 * GLOBAL / LINKBOX
 * ================================================*/
.linkbox {
  text-align: center;
  width: 343px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
}

.linkbox .icon {
  display: inline-block;
  margin: 0 auto;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 35px;
  height: 35px;
}

.linkbox .icon-award {
  background-image: url('../images/icons/linkbox/icon-award.svg');
}

.linkbox .icon-delete {
  background-image: url('../images/icons/linkbox/icon-delete.svg');
}

.linkbox .icon-geld {
  background-image: url('../images/icons/linkbox/icon-geld.svg');
}

.linkbox .icon-heart {
  background-image: url('../images/icons/linkbox/icon-heart.svg');
}

.linkbox .icon-newsletter {
  background-image: url('../images/icons/linkbox/icon-newsletter.svg');
}

.linkbox .icon-pen {
  background-image: url('../images/icons/linkbox/icon-pen.svg');
}

.linkbox .icon-quote {
  background-image: url('../images/icons/linkbox/icon-quote.svg');
}

.linkbox .icon-search {
  background-image: url('../images/icons/linkbox/icon-search.svg');
}

.linkbox .icon-share {
  background-image: url('../images/icons/linkbox/icon-share.svg');
}

.linkbox .icon-social {
  background-image: url('../images/icons/linkbox/icon-social.svg');
}

.linkbox .icon-studien {
  background-image: url('../images/icons/linkbox/icon-studien.svg');
}

.linkbox .headline,
.linkbox .headline a {
  font-family: 'silkabold', Arial, sans-serif;
  font-weight: normal;
  color: #32312F;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.280em;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  display: block;
  margin: 0px;
}

.linkbox .headline {
  margin-top: 10px;
  margin-bottom: 14px;
}

.linkbox .text {
  margin-bottom: 28px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.412em;
}

/* 768 px */
@media screen and (min-width: 48.000em) {
  .linkbox .text {
    font-size: 17px;
    font-size: 1.063rem;
  }
}


/*==================================================
 * CONTENT ELEMENT / CARD SLIDER
 * ================================================*/
.ce-cardslider {
  padding-top: 55px;
  padding-bottom: 55px;
  border-bottom: 8px solid #FFFFFF;
  outline: none;
}

.cardslider-header {
  position: relative;
}

.cardslider-header .headline {
  margin-bottom: 15px;
  color: #FFFFFF;
}

.cardslider-header .headline strong {
  color: #FFFFFF;
}

.cardslider-header .quicklinks {
  overflow: hidden;
  margin-bottom: 42px;
}

.cardslider-header .quicklinks li:before {
  display: none;
}

.cardslider-header .quicklinks li {
  padding: 0 40px 0 0;
  float: left;
}

.cardslider-header .quicklinks .link-more::before {
  background-image: url('../images/icons/arrow/icon-arrow-right-white.svg');
}

.cardslider-header .quicklinks .link-more {
  color: #FFFFFF;
  padding-left: 25px;
}

.cardslider-header .quicklinks .link-more:after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}

.cardslider-header .quicklinks .link-more.studies {
  padding-left: 30px;
}

.cardslider-header .quicklinks .link-more.winners:after {
  background-image: url('../images/icons/gewinner/icon-gewinner.svg');
}

.cardslider-header .quicklinks .link-more.studies:after {
  background-image: url('../images/icons/studien/icon-studien.svg');
}

.cardslider-header .quicklinks .link-more.details:after {
  background-image: url('../images/icons/details/icon-details.svg');
}

.cardslider-header img {
  box-sizing: border-box;
  width: 102px;
  border: 1px solid #FFFFFF;
  margin-bottom: 15px;
}

.cardslider-items {
  position: relative;
}

header ~ .cardslider-items,
.link-more ~ .cardslider-items {
  margin-top: 34px;
}

.cardslider-items {
  margin-left: -6px;
  margin-right: -6px;
  /*margin-bottom: 40px !important;*/
}

.cardslider-items .slick-slide {
  padding: 7px;
}

.ce-cardslider .slick-initialized .card-item {
  margin-bottom: 0px;
}

.cardslider-items .slick-slide:hover,
.cardslider-items .slick-slide:focus,
.cardslider-items .slick-slide:active {
  outline: none;
  border: 0px;
}

.cardslider-items .slick-list {
  margin-bottom: 14px;
}

/* 380 px */
@media screen and (min-width: 23.750em) {
  .cardslider-header {
    padding-left: 140px;
  }
}

/* 768 px */
@media screen and (min-width: 48.000em) {
  .cardslider-header {
    padding-left: 160px;
  }
  .cardslider-header img {
    position: absolute;
    left: 0px;
    top: 14px;
  }
}


/*==================================================
 * CONTENT ELEMENT / SLIDER
 * ================================================*/
.ce-slider {
  position: relative;
}

.ce-slider .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.ce-slider .slider-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.ce-slider .content {
  padding-top: 60px;
  padding-bottom: 60px;
}

.ce-slider .subheader {
  text-transform: none;
  color: #FFFFFF;
  font-family: "basier_circle_monoregular", "Courier New", serif;
  letter-spacing: 0em;
  font-weight: normal;
  font-size: 17px;
  font-size: 1.063rem;
  line-height: 1.176em;
  display: block;
  margin-bottom: 20px;
}

.ce-slider .headline {
  color: #FFFFFF;
  font-size: 28px;
  font-size: 1.750rem;
  letter-spacing: 0px;
  font-family: 'silkabold', Arial, sans-serif;
  font-weight: normal;
  line-height: 1.200em;
  display: block;
  padding: 10px;
  background-color: rgba(50, 49, 47, 0.5);
}

.ce-slider .content-dark .subheader,
.ce-slider .content-dark .headline {
  color: #32312f;
  background-color: rgba(255, 255, 255, 0.5);
}

.ce-slider .link {
  text-align: center;
}

.ce-slider .btn {
  display: inline-block;
  margin-top: 24px;
}

.ce-slider .slick-dots {
  position: absolute;
  top: auto;
  bottom: 27px;
}

.ce-slider .slick-dots .slick-active,
.ce-slider .slick-dots .slick-active button {
  width: 16px;
  height: 16px;
}


/* 768 px */
@media screen and (min-width: 48.000em) {
  .ce-slider .slider-item-inside {
    display: table;
    width: 50%;
    height: 666px;
    height: 46.250vw;
  }

  .ce-slider .content {
    display: table-cell;
    vertical-align: middle;
  }

  .ce-slider .content {
    padding-top: 10px;
    padding-bottom: 0px;
    padding-right: 10%;
    width: 59%;
  }

  .ce-slider .headline {
    font-size: 45px;
    font-size: 2.813rem;
    padding: 15px 20px;
  }
}

/*==================================================
 * CONTENT ELEMENT PRODUCTS
 * ================================================*/
.ce-products .product-item {
  margin-bottom: 40px;
}

.ce-products .product-item .image {
  margin-bottom: 40px;
}

.ce-products .product-item .image a {
  display: block;
}

.ce-products .product-item .image img {
  width: 100%;
}

.ce-products .product-item .content {
  max-width: 490px;
}

.ce-products .product-item .content h3 {
  margin-bottom: 12px;
  color: #B40000;
}

.ce-products .product-item .content .teaser {
  margin-bottom: 20px;
}


/* CONTENT ELEMENT / SLIDER / INFO BOXES
 * ================================================*/
.info-boxes {
  overflow: hidden;
  max-width: 1350px;
  margin: 5px auto;
}

.info-boxes > .inner {
  margin: 0 -10px;
}

.info-boxes-inside {
  width: 100%;
}

.info-boxes .info-box {
  border: 5px solid #FFFFFF;
  padding: 41px 20px 25px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.info-boxes .info-box .title {
  color: #FFFFFF;
  font-family: 'silkabold', Arial, sans-serif;
  font-weight: normal;
  font-size: 15.9px;
  letter-spacing: 0;
  line-height: 1.200em;
  text-align: center;
}

.info-boxes .info-box .description {
  color: #FFFFFF;
  text-align: center;
  max-width: 359px;
  margin: 0 auto;
}

.info-boxes .info-box .link {
  margin-top: 36px;
}

.info-boxes .info-box .link .btn {
  margin-top: 0px;
  margin-bottom: 0px;
}

.info-boxes .info-box.statement {
  min-height: 150px;
  height: 80vw;
}

.info-boxes .info-box.statement .title {
  color: #FFFFFF;
  font-family: 'basier_circle_monoregular', "Courier New", serif;
  font-size: 15.9px !important;
  letter-spacing: 0;
  line-height: 19px;
  text-align: center;
  position: absolute;
  left: 0px;
  bottom: 14px;
  width: 100%;
}

.info-boxes .info-box.statement .link {
  font-size: 0px;
  text-indent: -1000em;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background: url('../images/icons/play/icon-play.svg') no-repeat center center;
  background-size: 59px 59px;
  margin: 0px;
}


/* 460 px */
@media screen and (min-width: 28.750em) {
  .info-boxes > .inner {
    padding-bottom: 250px;
  }

  .info-boxes-inside {
    width: 100%;
    position: relative;
    display: table;
    table-layout: fixed;
  }

  .info-boxes .info-box {
    display: table-cell;
    width: 50%;
  }

  .info-boxes .info-box .title {
    font-size: 18px;
  }

  .info-boxes .info-box.statement {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 100%;
    height: 250px;
  }
}

/* 768 px */
@media screen and (min-width: 48.000em) {
  .info-boxes > .inner {
    padding-bottom: 0px;
  }

  .info-boxes .info-box {
    width: 33.3% !important;
  }

  .info-boxes .info-box .title {
    font-size: 1.949vw;
  }

  .info-boxes .info-box.statement {
    position: relative;
    left: auto;
    top: auto;
    display: table-cell;
  }
}

@media screen and (min-width: 90.000em) {
  .info-boxes .info-box .title {
    font-size: 28.07px;
  }
}


/*==================================================
 * CONTENT ELEMENT / PRODUCTLIST
 * ================================================*/
.ce-products .headline {
  margin-bottom: 36px;
}


/*==================================================
 * CONTENT ELEMENT / MASKBOX
 * ================================================*/
.ce-maskbox {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 80px;
  padding-bottom: 60px;
}

.ce-maskbox .headline {
  margin-bottom: 30px;
}

.ce-maskbox.mask-center .headline,
.ce-maskbox.mask-center .text {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* 768 px */
@media screen and (min-width: 48.000em) {
  .ce-maskbox {
    padding-top: 149px;
    padding-bottom: 113px;
  }
}


/*==================================================
 * CONTENT ELEMENT / CONTACT HINT
 * ================================================*/
.ce-contacthint {
  background-color: #E6E3DD;
  padding: 20px 0px;
  text-align: center;
}

.ce-contacthint .header {
  display: block;
  font-family: 'silkabold', Arial, sans-serif;
  font-weight: normal;
  color: #32312F;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.280em;
  letter-spacing: 0;
  text-align: center;
}


/*==================================================
 * CONTENT ELEMENT / HEADER
 * ================================================*/
.ce-header {
  background-color: #32312F;
  padding-top: 41px;
  padding-bottom: 23px;
}

.ce-header .headline {
  color: #FFFFFF;
  font-family: 'silkabold', Arial, sans-serif;
  font-size: 20px;
  font-size: 1.250rem;
  line-height: 1.200em;
  letter-spacing: -0.02em;
  -moz-hyphens: none;
  -o-hyphens: none;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

/* 768 px */
@media screen and (min-width: 48.000em) {
  .ce-header .headline {
    font-size: 32px;
    font-size: 2.000rem;
  }
}

/* 1024px */
@media screen and (min-width: 64.000em) {
  .ce-header {
    padding-top: 75px;
    padding-bottom: 44px;
  }

  .ce-header .headline {
    font-size: 45px;
    font-size: 2.813rem;
  }
}

/* 1280px */
@media screen and (min-width: 80.000em) {
  .ce-header {
    padding-top: 100px;
  }
}

/*==================================================
 * CONTENT ELEMENT / SURVEYS
 * ================================================*/
#trigger-delete-selection {
  color: rgba(50, 49, 47, 0.5);
  font-family: 'silkaregular', Arial, sans-serif;
  letter-spacing: 0;
  font-weight: normal;
  font-size: 17px;
  font-size: 1.063rem;
  line-height: 1.412em;
  position: relative;
  margin-top: 13px;
  padding-left: 18px;
  border: 0px;
  background-color: transparent;
  outline: none;
  cursor: pointer;
}

#trigger-delete-selection:hover {
  color: #B40000;
}

#trigger-delete-selection:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  left: -1px;
  top: 6px;
  background-image: url('../images/icons/delete/icon-delete.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.ce-surveys .sidebar,
.ce-surveys .content {
  position: relative;
}

.ce-surveys .sidebar {
  z-index: 10;
}

.ce-surveys .content {
  z-index: 5;
}

.ce-surveys .card-item,
.ce-surveys .ce-highlightbox {
  margin-bottom: 28px;
}

.ce-surveys .card-item .content {
  padding-top: 12px;
}

.ce-surveys .card-item .headline {
  margin-bottom: 9px !important;
}

.ce-surveys .card-item .btn {
  margin-top: 19px;
}

@media screen and (min-width: 64.000em) {
  .ce-surveys-inside {
    margin: 0 -7px;
  }

  .ce-surveys-inside > .inner {
    display: table;
    width: 100%;
    table-layout: fixed;
  }

  .ce-surveys .content,
  .ce-surveys .sidebar {
    display: table-cell;
    vertical-align: top;
    padding: 0px 7px;
  }

  .ce-surveys .sidebar {
    width: 290px;
  }
}


/*==================================================
 * CONTENT ELEMENT / SURVEYDETAILS
 * ================================================*/
.ce-surveydetails .sidebox .price {
  margin: 20px -25px;
  background-color: #e6e3dd;
  padding: 21px 25px;;
}

.ce-surveydetails .sidebox .price .value {
  color: #B40000;
  font-family: 'silkabold', Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 0;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.280em;
  display: block;
}

.ce-surveydetails .sidebox .price .note {
  font-family: 'silkaregular', Arial, sans-serif;
  font-style: normal;
  font-size: 17px;
  font-size: 1.063rem;
  line-height: 1.412em;
  color: #32312F;
}

.ce-surveydetails .download {
  display: block;
  margin-top: 13px;
  color: rgba(50, 49, 47, 0.5);
  font-family: 'silkaregular', Arial, sans-serif;
  font-size: 17px;
  font-size: 1.063rem;
  line-height: 1.412em;
  position: relative;
  padding-left: 21px;
  text-decoration: none;
}

.ce-surveydetails .download:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  left: -1px;
  top: 4px;
  background-image: url('../images/icons/download/icon-download.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.ce-surveydetails .section-headline {
  color: #B40000;
  font-family: 'silkabold', Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 0;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.280em;
}

.ce-surveydetails .gallery {
  margin: 0 0 0 -10px;
}

.ce-surveydetails .gallery-item {
  width: 700px;
  height: 491px;
  position: relative;
}

.ce-surveydetails .gallery-item-inside {
  display: table;
  width: 100%;
  height: 100%;
}

.ce-surveydetails .gallery-item-inside > .inner {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
}

.ce-surveydetails .gallery-item img {
  width: 80%;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.ce-surveydetails .gallery .controls .control-link {
  width: 9px;
  height: 33px;
}

.ce-surveydetails .gallery .slick-current img {
  width: 100%;
}

.ce-surveydetails li {
  color: #B40000;
}

.ce-surveydetails .numeration ul li {
  padding-left: 13px;
}

.ce-surveydetails .numeration ul li:before {
  left: 0px;
}

/* 768 px */
@media screen and (min-width: 48.000em) {
  .ce-surveydetails .numeration ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
}

/* 1024px */
@media screen and (min-width: 64.000em) {
  .ce-surveydetails-inside {
    margin: 0 -6px;
  }

  .ce-surveydetails-inside > .inner {
    display: table;
    width: 100%;
    table-layout: fixed;
    direction: rtl;
  }

  .ce-surveydetails .main,
  .ce-surveydetails .sidebar {
    display: table-cell;
    padding: 0 6px;
  }

  .ce-surveydetails .main,
  .ce-surveydetails .sidebar,
  .ce-surveydetails .main *,
  .ce-surveydetails .sidebar * {
    direction: ltr;
  }

  .ce-surveydetails .sidebar {
    width: 290px;
  }

  .ce-surveydetails-inside .main .text img {
    cursor: pointer;
  }

  .ce-surveydetails .numeration ul {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
  }
}


/*==================================================
 * CONTENT ELEMENT / CONTACTPERSON
 * ================================================*/

.ce-contactperson .image img {
  width: 100%;
  margin-bottom: 20px;
}

.ce-contactperson .content .headline {
  color: #B40000;
  font-family: 'silkabold', Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 0;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.280em;
  display: block;
  margin-bottom: 10px;
}

/* 768 px */
@media screen and (min-width: 48.000em) {
  .ce-contactperson .image {
    width: 44%;
  }

  .ce-contactperson .image > .inner {
    margin-right: -28%;
  }

  .ce-contactperson-inside {
    margin: 0 -10px;
  }

  .ce-contactperson-inside > .inner {
    display: table;
    width: 100%;
    table-layout: fixed;
  }

  .ce-contactperson .image,
  .ce-contactperson .content {
    display: table-cell;
    vertical-align: top;
    padding: 0px 10px;
  }

  .ce-contactperson .image img {
    margin-bottom: 0;
  }

  .ce-contactperson .content .headline {
    margin-top: 10px;
  }
}

/* 1024px */
@media screen and (min-width: 64.000em) {
  .ce-contactperson .content .headline {
    margin-top: 8%;
  }
}


/*==================================================
 * CONTENT ELEMENT / NEWS
 * ================================================*/
.ce-news .splits {
  margin: 0 -7px;
}

.ce-news .splits .split {
  margin-bottom: 14px;
  padding: 0 7px;
  clear: none !important;
}

.ce-news .info-item.category {
  text-decoration: underline;
}

.ce-news .news-highlight {
  width: 100%;
  color: #FFFFFF;
}

.ce-news .news-highlight > .inner {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
}

.ce-news .news-highlight > .inner:after {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.62) 35.72%, #000000 100%);
}

.ce-news .news-highlight-inside {
  display: table-cell;
  vertical-align: bottom;
  padding: 37px 52px;
  z-index: 10;
  position: relative;
}

.ce-news .news-highlight-inside > .inner {
  max-width: 340px;
}

.ce-news .news-highlight .headline {
  font-family: 'silkabold', Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 0;
  font-size: 20px;
  font-size: 1.250rem;
  line-height: 1.250em;
  display: block;
  margin-bottom: 5px;
}

.ce-news .news-highlight .text {
  display: block;
  margin-bottom: 5px;
}

.ce-news .news-highlight > .inner {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ce-news .news-highlight .link-more:hover:before {
  background-image: url('../images/icons/arrow/icon-arrow-right-white.svg');
}

.ce-news .card-item-vertical {
  margin-bottom: 0px;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ce-news .controls {
  margin-top: 10px;
}

/* 768 px */
@media screen and (min-width: 48.000em) {
  .ce-news .news-highlight {
    width: 50%;
  }

  .ce-news .news-highlight > .inner {
    display: inherit;
    position: relative;
    height: 500px;
  }

  .ce-news .news-highlight-inside {
    display: inherit;
    vertical-align: inherit;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}


/*==================================================
 * CONTENT ELEMENT / IMAGE
 * ================================================*/
.ce-image img {
  width: 100%;
}

/*==================================================
 * CONTENT ELEMENT / TEAM
 * ================================================*/
.ce-team .splits {
  margin: 0 -7px;
}

.ce-team .splits .split {
  margin-bottom: 14px;
  padding: 0 7px;
  clear: none !important;
}

.ce-team .card-item {
  margin-bottom: 0;
}

/*==================================================
 * CONTENT ELEMENT / TEAM
 * ================================================*/

.ce-industry-studies .card-item-compact:hover:after {
  height: 50%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.ce-industry-studies .card-item-compact:hover .headline {
  transform: none;
}

.ce-industry-studies .card-item-compact .link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/*==================================================
 * CONTENT ELEMENT / ARTICLE FOOTER
 * ================================================*/
.ce-articlefooter {
  border-top: 1px solid #E6E3DD;
  overflow: hidden;
}

.ce-articlefooter-inside {
  position: relative;
  padding: 40px 0px;
}

.ce-articlefooter .info {
  color: #B40000;
  font-family: 'basier_circle_monoregular', "Courier New", serif;
  font-weight: normal;
  letter-spacing: 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.214em;
}

.ce-articlefooter .tools-item a,
.ce-articlefooter .tools-item button {
  cursor: pointer;
  border: 0px;
  outline: none;
  background-color: transparent;
  color: #32312F;
  font-family: 'silkaregular', Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.214em;
  height: 40px;
  position: relative;
  background-position: 7px center;
  background-repeat: no-repeat;
  background-size: 21px;
  padding-left: 41px;
}

#trigger-open-socialmenu {
  background-image: url('../images/icons/share/icon-share.svg');
}

#trigger-open-socialmenu:hover {
  background-image: url('../images/icons/share/icon-share-hover.svg');
  color: #B40000;
}

.share-links {
  margin-top: 15px;
  margin-bottom: 10px;
}

.share-links a {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-right: 9px;
  background-color: #B40000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 19px;
}

.share-links .share-facebook {
  background-image: url('../images/icons/share/icon-facebook.svg');
}

.share-links .share-linkedin {
  background-image: url('../images/icons/share/icon-linkedin.svg');
}

.share-links .share-xing {
  background-image: url('../images/icons/share/icon-xing.svg');
}

.share-links .share-mail {
  background-image: url('../images/icons/share/icon-mail.svg');
}

#trigger-like-article {
  background-image: url('../images/icons/heart/icon-heart.svg');
}

#trigger-like-article:hover {
  background-image: url('../images/icons/heart/icon-heart-hover.svg');
  color: #B40000;
}

#trigger-like-article.voted {
  background-image: url('../images/icons/heart/icon-heart-voted.svg');
}

#trigger-like-article span {
  font-family: 'silkabold', Arial, sans-serif;
  padding-left: 10px;
}

.ce-articlefooter .author {
  display: inline-block;
  background-image: url('../images/icons/pen/icon-pen.svg');
  background-repeat: no-repeat;
  background-position: 7px top;
  background-size: 19px;
  position: relative;
  z-index: 50;
  padding: 0px 0px 8px 39px;
}

/* 1024px */
@media screen and (min-width: 64.000em) {
  .ce-articlefooter-inside {
    padding: 0px;
  }

  .ce-articlefooter .info,
  .ce-articlefooter .tools {
    height: 84px;
  }

  .ce-articlefooter .info ~ .tools {
    position: absolute;
    top: 0px;
    height: 100%;
  }

  .ce-articlefooter .info {
    color: #B40000;
    font-family: 'basier_circle_monoregular', "Courier New", serif;
    font-weight: normal;
    letter-spacing: 0;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.214em;
    width: 50%;
    margin: 0 auto;
    display: table;
    width: 60%;
    text-align: center;
  }

  .ce-articlefooter .info > .inner {
    display: table-cell;
    vertical-align: middle;
  }

  .ce-articlefooter .tools {
    margin: 0 -10px;
  }

  .ce-articlefooter .tools-items {
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
  }

  .ce-articlefooter .tools-item {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
  }

  .ce-articlefooter .tools-item.like {
    text-align: right;
  }

  #trigger-like-article {
    background-position: 100% center;
    background-size: 21px;
    padding-right: 31px;
  }

  .share-links {
    display: none;
    margin: 0;
    position: absolute;
    top: 24px;
    left: 150px;
  }
}


/*==================================================
 * CONTENT ELEMENT / ARTICLE PAGINATION
 * ================================================*/
.ce-articlepagination {
  border-top: 1px solid #E6E3DD;
}

.ce-articlepagination-inside {
  padding: 60px 0px;
}

.pagination-item.next {
  text-align: right;
}

.pagination-item.prev ~ .pagination-item.next {
  margin-top: 10px;
}

.pagination-item a {
  text-decoration: none;
  background-repeat: no-repeat;
  background-size: 30px;
}

.pagination-item.prev a {
  padding-left: 40px;
  background-position: left center;
  background-image: url('../images/icons/arrow/icon-arrow-big-left.svg');
}

.pagination-item.next a {
  padding-right: 40px;
  background-position: right center;
  background-image: url('../images/icons/arrow/icon-arrow-big-right.svg');
}

.pagination-item .subheader {
  display: block;
  color: #B40000;
  font-family: 'basier_circle_monoregular', "Courier New", serif;
  font-weight: normal;
  letter-spacing: 0;
  font-size: 175px;
  font-size: 0.938rem;
  line-height: 1.176em;
  text-decoration: none;
  margin-bottom: 5px;
}

.pagination-item .title {
  display: inline-block;
  color: #32312F;
  font-family: 'silkabold', Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.280em;
  text-decoration: none;
}

.alm-btn-wrap {
  text-align: center;
}

.alm-load-more-btn {
  margin-top: 25px
}

.alm-load-more-btn.done {
  display: none;
}

/* 768 px */
@media screen and (min-width: 48.000em) {
  .pagination-items {
    display: table;
    width: 100%;
  }

  .pagination-item {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
  }

  .pagination-item a {
    max-width: 80%;
  }

  .pagination-item .subheader {
    font-size: 17px;
    font-size: 1.063rem;
  }

  .pagination-item .title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}


/*==================================================
 * FOOTER
 * ================================================*/
#footer {
  background-color: #B40000;
  color: #FFFFFF;
  padding-top: 56px;
  font-size: 17px;
  font-size: 1.063rem;
  letter-spacing: 0;
  line-height: 1.412em;
  overflow: hidden;
}

#footer a {
  color: #FFFFFF;
  text-decoration: none;
}

#footer-contact,
#footer-logo,
#social-links {
  margin-bottom: 20px;
}

#footer-logo {
  width: 210px;
  max-width: 100%;
  display: block;
}

#footer-navi {
  position: relative;
  margin-top: 51px;
  padding: 39px 0px 74px;
  background-image: url('../images/layout/shadow-footer.png');
  background-repeat: no-repeat;
  background-position: center top;
}

#footer-navi a:hover {
  text-decoration: underline;
}

#footer-navi ul li {
  padding: 0px 14px;
}

#footer-navi ul li:before {
  display: none;
}

#social-links a {
  width: 35px;
  height: 35px;
  margin-right: 9px;
  background-color: #FFFFFF;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 19px 19px;
}

#social-links a:last-of-type {
  margin-right: 0;
}

.top-link {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  background: #32312f url("../images/icons/footer/top-link.svg") no-repeat center center;
  background-size: 20px;
  z-index: 3;
}

/* 768 px */
@media screen and (min-width: 48.000em) {
  #footer-logo, #footer-logo img {
    margin: 0 auto;
  }

  #social-links {
    float: right;
  }

  #footer-navi ul {
    list-style: outside none none;
    position: relative;
    left: 50%;
    text-align: center;
    float: left;
    margin: 0px;
    padding: 0px;
  }

  #footer-navi ul li {
    right: 50%;
    display: block;
    float: left;
    position: relative;
    margin: 0px;
    padding: 0px 14px;
  }
}


.newsentry img {
  cursor: pointer;
}
