@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/titillium-web-v8-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local('Titillium Web Regular'), local('TitilliumWeb-Regular'), url('/assets/fonts/titillium-web-v8-latin-regular.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/titillium-web-v8-latin-regular.woff2') format('woff2'), url('/assets/fonts/titillium-web-v8-latin-regular.woff') format('woff'), url('/assets/fonts/titillium-web-v8-latin-regular.ttf') format('truetype'), url('/assets/fonts/titillium-web-v8-latin-regular.svg#TitilliumWeb') format('svg');
  /* Legacy iOS */ }
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/assets/fonts/titillium-web-v8-latin-700.eot');
  /* IE9 Compat Modes */
  src: local('Titillium Web Bold'), local('TitilliumWeb-Bold'), url('/assets/fonts/titillium-web-v8-latin-700.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/titillium-web-v8-latin-700.woff2') format('woff2'), url('/assets/fonts/titillium-web-v8-latin-700.woff') format('woff'), url('/assets/fonts/titillium-web-v8-latin-700.ttf') format('truetype'), url('/assets/fonts/titillium-web-v8-latin-700.svg#TitilliumWeb') format('svg');
  /* Legacy iOS */ }
@font-face {
  font-family: 'Avenir Next Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/AvenirNextLTPro-Cn.otf'); }
@font-face {
  font-family: 'Avenir Next Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/assets/fonts/AvenirNextLTPro-BoldCn.otf'); }

* {
  box-sizing: border-box; }

html {
  font-size: 20px;
  line-height: 1rem; }

body {
  margin: 0;
  font-family: 'Avenir Next Condensed', sans-serif; }

@media (max-width: 1200px) {
  html {
    font-size: 18px; } }

@media (max-width: 768px) {
  html {
    font-size: 16px; } }

.page-container {
  width: 100%;
  overflow-x: hidden !important;
  position: relative; }

/*sections & containers*/
.section {
  position: relative;
  padding: 0 5vw; }

.section .container-fluid {
  max-width: 1600px;
  margin: auto;
  position: relative; }

@media (max-width: 1200px) {
  .section {
    padding: 0 1rem; } }

@media (max-width: 768px) {
  .section {
    padding: 0 0; } }

/*typo*/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700 !important;
  text-transform: uppercase;
  line-height: 1.4em;
  color: #009ee0; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.5rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1rem; }

h6, .h6 {
  font-size: 1rem; }

@media (max-width: 576px) {
  h1, .h1 {
    font-size: 1.7rem; }
  h2, .h2 {
    font-size: 1.5rem; }
  h3, .h3 {
    font-size: 1.3rem; }
  h4, .h4 {
    font-size: 1.3rem; } }

@media (max-width: 400px) {
  h1, .h1 {
    font-size: 1.4rem;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto; }
  h2, .h2 {
    font-size: 1.2rem;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto; }
  h3, .h3 {
    font-size: 1.1rem;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto; }
  h4, .h4 {
    font-size: 1.1rem;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto; } }

.text-font-avenir {
  font-family: 'Avenir Next Condensed'; }

.text-font-titillium {
  font-family: 'Titillium Web'; }

/* Not IE11 supported*/
/*.headline-beveled { position: relative; display: inline; width: auto; padding: .8em 3em .7em 1rem; line-height: 1.2em; float: left; clear: both; z-index: 50; margin-right: 2rem; -webkit-clip-path: polygon(0 0, calc(100% - 1em) 0, 100% 100%, 0% 100%); -o-clip-path: polygon(0 0, calc(100% - 1em) 0, 100% 100%, 0% 100%); -ms-clip-path: polygon(0 0, calc(100% - 1em) 0, 100% 100%, 0% 100%); clip-path: polygon(0 0, calc(100% - 1em)  0, 100% 100%, 0% 100%); font-family: 'Titillium Web', sans-serif; }*/
.headline-beveled {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0.8em 3em 0.65em 1rem;
  line-height: 1.2em;
  float: left;
  clear: both;
  z-index: 50;
  margin-right: 1.5rem; }

.headline-beveled .bevel {
  position: absolute;
  width: 1em;
  height: 100%;
  bottom: 0px;
  top: 0;
  right: -1em; }

.headline-beveled.bg-color-lightblue {
  color: #FFFFFF; }

.headline-beveled.bg-color-darkblue {
  color: #FFFFFF; }

.headline-beveled.bg-color-grey {
  color: #009ee0; }

.headline-beveled.bg-color-white {
  color: #009ee0; }

.headline-beveled.overlap-top {
  position: absolute;
  top: -1.5em;
  left: 0; }

@media (max-width: 768px) {
  .headline-beveled {
    padding: 0.5em 2em 0.5em 1rem; } }

a {
  text-decoration: none;
  color: #009ee0; }

a:hover {
  text-decoration: underline;
  color: #009ee0; }

.text-color-darkblue {
  color: #002337; }

.text-color-lightblue {
  color: #009ee0; }

.text-color-white {
  color: #fff; }

.text-color-grey {
  color: #F7F7F7; }

.text-color-black {
  color: #000000; }

.text-small {
  font-size: 0.9rem; }

.text-xsmall {
  font-size: 0.9rem; }

.text-larger {
  font-size: 1.1rem; }

.text-large {
  font-size: 1.3rem; }

@media (max-width: 576px) {
  .text-xsmall {
    font-size: 0.75rem; } }

ul.list-default {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 1rem; }

ul.list-default li {
  padding-left: 1.5rem;
  position: relative;
  margin: 0.3rem 0; }

ul.list-default li:before {
  content: '—';
  color: #009ee0;
  top: 0;
  left: 0;
  position: absolute;
  font-size: 0.9rem; }

/*borders*/
.border-left-lightblue {
  border-left: 1px solid #009ee0; }

/*backgrounds*/
.bg-color-darkblue {
  background-color: #002337 !important; }

.bg-color-lightblue {
  background-color: #009ee0; }

.bg-color-white {
  background-color: #fff; }

.bg-color-grey {
  background-color: #F7F7F7; }

.bg-color-grey-opaque {
  background-color: rgba(112, 112, 112, 0.7); }

/*forms*/
.btn {
  color: #FFFFFF !important;
  border-radius: 0 !important;
  font-family: 'Titillium Web';
  text-transform: uppercase;
  font-size: 0.9rem;
  cursor: pointer; }

.btn.bg-color-lightblue {
  color: #FFFFFF !important; }

.btn.bg-color-darkblue {
  color: #009ee0 !important; }

.input-fullwidth {
  width: 100% !important; }

.form-control {
  border-radius: 0;
  border: 0;
  background-color: rgba(105, 105, 105, 0.07); }

.form-control.is-invalid {
  border-bottom: 3px solid #FF0000; }

.form-control:focus {
  border-bottom: 2px solid #009ee0; }

.textinput-search {
  background-color: #FFF; }

.btn-copy-text, .btn-copy-text * {
  color: #009ee0;
  cursor: pointer; }

.dropdown-menu {
  max-width: 85vw; }

@media (max-width: 576px) {
  .dropdown-item {
    white-space: normal;
    width: 75vw; } }

/*images*/
.img-fluid-full {
  width: 100%;
  height: auto; }

/*tables*/
.table-wrap {
  max-width: 100%;
  overflow-x: auto; }

table {
  width: 100%; }

table th, table td {
  font-size: 0.85rem;
  padding: 0.4rem 0.5rem 0.4rem 0.5rem;
  border-right: 1px solid #E9E9E9;
  border-bottom: 2px solid #E9E9E9; }

table th {
  font-family: 'Titillium Web';
  text-transform: uppercase;
  border-bottom: 1px solid #009ee0; }

table tr td {
  text-align: right;
  vertical-align: top;
  white-space: nowrap; }

table tr td:first-child {
  text-align: left; }

table.table-documents td {
  border: 0px none;
  border-bottom: 1px solid #E9E9E9;
  padding: 0.5rem 1rem 0.5rem 0;
  text-align: left;
  vertical-align: top;
  font-size: 1rem; }

table.table-documents tr td:nth-child(3) {
  text-align: right; }

table.table-documents tr.group-header td {
  padding-top: 1.5rem; }

table.table-documents tr.group-header * {
  padding-bottom: 0; }

table.table-tenders td {
  white-space: normal;
  text-align: left; }

table.table-tenders th {
  background-color: none; }

select.tablesorter-filter, input.tablesorter-filter {
  display: block;
  width: 100%;
  height: calc(1.3em + .75rem + 2px);
  padding: 0.3rem 0.5rem;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.3;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

.tablesorter-header {
  background-color: #FFFFFF !important; }

/*bootstrap customization*/
.nav-pills .nav-link {
  border-radius: 0; }

.nav-pills .nav-link.active {
  background-color: #009ee0; }

/*videos*/
.product-video {
  width: 100%;
  position: relative; }

.product-video.show-video {
  padding-top: 65%; }

.product-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.video-teaser {
  display: none;
  cursor: pointer; }

/*editmode*/
.box-editmode {
  background-color: rgba(103, 103, 103, 0.2); }

/*navi*/
.section-navi {
  z-index: 100; }

.section-navi.fixed {
  position: fixed;
  width: 100%;
  top: 0; }

.section-navi .logo-main {
  position: absolute;
  top: 0;
  z-index: 10;
  height: 100%;
  width: auto;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem; }

nav {
  padding-left: 150px;
  display: inline-block;
  position: relative;
  width: 100%;
  font-family: 'Titillium Web'; }

nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }

nav a {
  font-family: 'Titillium Web', sans-serif; }

ul.navi-main {
  display: block;
  text-align: right;
  margin: 0;
  padding: 0; }

ul.navi-main > li {
  display: inline-block; }

ul.navi-main > li > a {
  color: #FFF;
  padding: 1.9rem 1.5rem;
  margin: 0;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700; }

ul.navi-main > li.active > a {
  color: #009ee0; }

ul.navi-main > li:hover > a {
  background-color: #009ee0;
  color: #FFFFFF;
  text-decoration: none; }

/*			ul.navi-main > li > ul { display: none; background-color: $lightblue; position: absolute; width: 100%; border-bottom: 1px solid #FFF; left: 0; margin-top: 0; z-index: 90; padding: 2rem 0; text-align: left; -webkit-column-count: 5; -moz-column-count: 5; column-count: 5; -webkit-column-rule: 1px solid #60B9E4; -moz-column-rule: 1px solid #60B9E4; column-rule: 1px solid #60B9E4; -webkit-column-gap: 2rem; -moz-column-gap: 2rem; column-gap: 2rem; }
 */
/*
 ul.navi-main > li > ul { display: none; background-color: $lightblue; position: absolute; width: 100%; border-bottom: 1px solid #FFF; left: 0; margin-top: 0; z-index: 90; padding: 2rem 0; text-align: left; -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; -webkit-column-rule: 1px solid #60B9E4; -moz-column-rule: 1px solid #60B9E4; column-rule: 1px solid #60B9E4; -webkit-column-gap: 3rem; -moz-column-gap: 3rem; column-gap: 3rem; }
 ul.navi-main > li > ul:before { position: absolute; content: ' '; z-index: 1; display: block; top: 0; border-bottom: 1px solid #FFF; left: calc( (100vw - 100%) / 2 * -1); height: calc(100% + 1px); width: calc( (100vw - 100%) / 2); background-color: $lightblue; }
 ul.navi-main > li > ul:after { position: absolute; content: ' '; z-index: 1; display: block; top: 0; border-bottom: 1px solid #FFF; right: calc( (100vw - 100%) / 2 * -1); height: calc(100% + 1px); width: calc( (100vw - 100%) / 2); background-color: $lightblue; }
 ul.navi-main > li:hover > ul { display: block; }
 ul.navi-main > li > ul a { color: #FFFFFF; text-transform: uppercase; margin: 0 0 .8rem 0; display: block; line-height: 1.1em; }
 ul.navi-main > li > ul > li { padding-left: 1rem; padding-bottom: 0; }
 ul.navi-main > li > ul > li > a { font-weight: 700; }
 ul.navi-main > li > ul > li > ul { padding-bottom: 1rem; }
 ul.navi-main-sub li { -webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid; }
 */
ul.navi-main > li:hover > .navi-main-sub {
  display: flex;
  justify-content: space-around; }

.navi-main-sub {
  display: none;
  background-color: #009ee0;
  position: absolute;
  width: 100%;
  border-bottom: 1px solid #fff;
  left: 0;
  margin-top: 0;
  z-index: 90;
  padding: 2rem 0;
  text-align: left; }

.navi-main-sub:before {
  position: absolute;
  content: " ";
  z-index: 1;
  display: block;
  top: 0;
  border-bottom: 1px solid #fff;
  left: calc((100vw - 100%) / 2 * -1);
  height: calc(100% + 1px);
  width: calc((100vw - 100%) / 2);
  background-color: #009ee0; }

.navi-main-sub:after {
  position: absolute;
  content: " ";
  z-index: 1;
  display: block;
  top: 0;
  border-bottom: 1px solid #fff;
  right: calc((100vw - 100%) / 2 * -1);
  height: calc(100% + 1px);
  width: calc((100vw - 100%) / 2);
  background-color: #009ee0; }

.navi-main-sub a {
  color: #ffffff;
  text-transform: uppercase;
  margin: 0 0 0.8rem 0;
  display: block;
  line-height: 1.1em; }

.navi-main-sub__column {
  flex: 1;
  display: flex;
  justify-content: center;
  border-left: 1px solid #60B9E4; }

.navi-main-sub__column:nth-child(1) {
  border-left: none; }

.primary-nav_main-entry_icon {
  position: absolute;
  /*left: -20px;*/
  left: -40px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  z-index: 500; }

.navi-main-sub li {
  margin-bottom: 0.5rem; }

@media (max-width: 1400px) {
  ul.navi-main > li > a {
    padding: 1.5rem 1rem; } }

@media (max-width: 1024px) {
  /*ul.navi-main > li > ul { -webkit-column-count: 3; -moz-column-count: 3; column-count: 3; }*/
    ul.navi-main > li > ul > li {
      margin-bottom: 1.5rem; }
    ul.navi-main > li > ul > li > ul {
      padding-bottom: 0; } }

/*navi sidebar*/
.ma5menu__head {
  background-color: #009ee0;
  opacity: 1;
  border-bottom: 1px solid #009ee0; }

.ma5menu__leave {
  font-family: 'Titillium Web';
  text-transform: uppercase; }

.ma5menu__panel {
  background-color: #002337; }

.ma5menu__panel > ul li a {
  font-size: 1rem;
  text-transform: uppercase;
  font-family: 'Titillium Web';
  border-bottom: 1px solid rgba(255, 255, 255, 0.4); }

.ma5menu__panel a:hover {
  color: #7ac0e2 !important; }

.ma5menu__panel .active a {
  color: #7ac0e2 !important; }

.ma5menu__panel *:hover {
  color: #7ac0e2 !important; }

.ma5menu__path {
  color: #7ac0e2 !important; }

.ma5menu__footer a {
  color: #FFFFFF !important; }

.ma5menu__close:hover {
  color: #FF0000 !important; }

.ma5menu__logo {
  display: none; }

.ma5menu__btn--enter:hover:before {
  color: #7ac0e2 !important; }

/*seartch panel*/
.panel-search .btn {
  padding: 0.45rem 1rem; }

.panel-search input[type=text] {
  width: 100%; }

/*footer*/
.section-footer {
  background: url(/assets/images/footerbg.svg) bottom left no-repeat, #002337;
  background-size: 100%, auto; }

.section-footer .container-fluid {
  position: relative;
  z-index: 10;
  min-height: 350px; }

.section-footer a {
  text-decoration: none; }

.section-footer .footer-claim {
  position: absolute;
  right: 2rem;
  bottom: 2rem; }

.section-footer .footer-elka-logo {
  max-width: 150px;
  margin-bottom: 1rem;
  margin-left: 0; }

@media (max-width: 900px) {
  .section-footer .footer-claim {
    bottom: 1rem;
    right: 1.5rem; }
  .section-footer .container-fluid {
    padding-bottom: 10vw !important; } }

@media (max-width: 500px) {
  .section-footer .footer-claim {
    bottom: 4rem;
    right: 3.5rem; }
  .section-footer .container-fluid {
    padding-bottom: 8rem !important; } }

/*soft facts*/
.softfact-icon {
  float: left;
  margin-right: 1rem;
  font-size: 1.8rem;
  margin-top: 0.3rem;
  margin-bottom: 0.5rem;
  margin-left: 0.3rem; }

.col-softfacts-divider:before {
  content: '';
  position: absolute;
  width: 1px;
  border-left: 1px solid #009ee0;
  left: 0;
  top: 0;
  height: 100%;
  transform: rotate(15deg); }

.section-softfacts p {
  margin-bottom: 0; }

@media (max-width: 576px) {
  .section-softfacts {
    padding-left: 0;
    padding-right: 0;
    font-size: 0.5rem; }
  .section-softfacts > .container-fluid {
    padding-left: 0;
    padding-right: 0; }
  .section-softfacts .col {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto; }
  .col-softfacts-divider:before {
    display: none; } }

/*cookie info bar*/
#section-cookiebar-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
  background-color: rgba(0, 35, 55, 0.8); }

#section-cookiebar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  border-top: 2px solid #F7F7F7; }

/*tiles*/
.tile-item {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  text-decoration: none; }

.tile-item:hover * {
  text-decoration: none; }

.tile-item-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #1c9bd8;
  z-index: 10;
  color: #FFFFFF;
  display: none;
  transition: opacity 0.5s ease-out;
  text-decoration: none; }

.tile-item-content * {
  color: #FFFFFF;
  text-decoration: none !importrant; }

.tile-item-content ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 0;
  line-height: 1.2em; }

.tile-item-content ul li {
  padding-left: 1rem;
  position: relative;
  margin: 0.4rem 0; }

.tile-item-content ul li:before {
  content: '—';
  top: 0;
  left: 0;
  position: absolute;
  font-size: 0.9rem; }

.tile-item.has-image .tile-item-content {
  opacity: 0; }

.tile-item.has-image:hover .tile-item-content {
  opacity: 1; }

.teaser-tile-item-content {
  position: relative; }

.link-tile {
  transition: background-color 0.5s ease-in;
  text-decoration: none; }

.link-tile:after {
  content: '';
  display: block;
  padding-bottom: 50%; }

.link-tile * {
  transition: color 0.3s ease-out;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto; }

a.link-tile:hover {
  text-decoration: none;
  background-color: #009ee0; }

a.link-tile:hover * {
  color: #FFFFFF !important; }

@media (max-width: 1024px) {
  .tile-item-content {
    position: relative;
    height: auto;
    display: block; }
  .tile-item.has-image .tile-item-content {
    opacity: 1; }
  .tile-item .fal {
    font-size: 2rem; } }

/*sliders*/
.mood-slider {
  margin-bottom: 0 !important; }

.mood-slider .slide {
  position: relative; }

.slick-slide {
  position: relative; }

.slide-video {
  position: relative;
  padding-top: 32%;
  background-color: #002337; }

.slide-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.slide-content-video {
  height: calc(100% - 4rem) !important; }

.mood-slider-default .slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top; }

.mood-slider-default .slide .slide-image {
  display: block;
  position: relative;
  width: 110%;
  height: auto;
  margin-right: -10%; }

/*.mood-slider-default .slide .slide-content { position: relative; margin-left: 50%; width: 50%; height: 100%; min-height: 40vw; padding: 2rem 10% 0 10%; top: 0; right: 0; z-index: 1000; background-color: $lightblue; -o-clip-path: polygon(9% 0, 100% 0, 100% 100%, 0% 100%); -ms-clip-path: polygon(9% 0, 100% 0, 100% 100%, 0% 100%); -webkit-clip-path: polygon(9% 0, 100% 0, 100% 100%, 0% 100%); clip-path: polygon(9% 0, 100% 0, 100% 100%, 0% 100%); } */
.mood-slider-default .slide .slide-content {
  position: absolute;
  margin-left: 55%;
  width: 45%;
  height: 100%;
  min-height: 40vw;
  padding: 0 5% 0 5%;
  top: 0;
  right: 0;
  z-index: 1000;
  background-color: #009ee0; }

.mood-slider-default .slide .slide-content .bevel {
  position: absolute;
  width: 11%;
  left: -10.9%;
  top: 0;
  height: 100%;
  z-index: 10000; }

.mood-slider-default .slide.slide-noimage .slide-content {
  position: relative;
  text-align: center;
  width: 100%;
  margin-left: 0; }

.mood-slider-default .slide.slide-noimage .slide-content .bevel {
  display: none; }

@media (min-width: 1200px) {
  .mood-slider-default .slide .slide-content {
    min-height: 500px; } }

@media (max-width: 1024px) {
  .mood-slider-default .slide {
    background-image: none !important; }
  .mood-slider-default .slide .slide-image {
    display: block;
    width: 170%;
    height: auto;
    position: relative;
    margin-right: -50%; }
  .mood-slider-default .slide .slide-content {
    position: relative;
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    padding: 2rem 5%;
    /* -o-clip-path: none; -ms-clip-path: none; -webkit-clip-path: none; clip-path: none; */ }
  .mood-slider-default .slide .slide-content .bevel {
    display: none; } }

.mood-slider-products .slide-image {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 100; }

.mood-slider-products .slide-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1000; }

.mood-slider-products .slide-content .headline-beveled {
  padding-left: calc(5vw + 3rem);
  max-width: 65%; }

@media (max-width: 1200px) {
  .mood-slider-products .slide-content .headline-beveled {
    padding-left: 3rem;
    padding-right: 1.5rem;
    max-width: 50%; } }

@media (max-width: 1024px) {
  .mood-slider-products .slide-headline {
    font-size: 1.5rem !important; }
  .mood-slider-products .slide-subheadline {
    font-size: 1.4rem !important; }
  .mood-slider-products .slide-content {
    position: relative !important;
    margin-top: 1rem;
    padding-bottom: 0 !important; }
  .mood-slider-products .slide-image {
    width: 150%;
    margin-left: -50%; }
  .mood-slider-products .slide-headline {
    padding-left: 2rem !important; }
  .mood-slider-products .slide-subheadline {
    padding-left: 2rem !important; }
  .mood-slider-products .slide-content .headline-beveled {
    max-width: 90%;
    padding-left: 0; }
  .h2.bg-color-white {
    display: none !important; }
  .h2.bg-color-darkblue {
    display: inline !important; } }

.mood-slider .slick-dots {
  position: absolute;
  bottom: 2rem;
  text-align: left;
  padding-left: calc(5vw + 3rem); }

.mood-slider .slick-dots li:before {
  display: none; }

.mood-slider .slick-dots li button:before {
  color: #009ee0;
  font-size: 2rem;
  opacity: 0.5; }

.mood-slider .slick-dots li.slick-active button:before {
  opacity: 1; }

@media (max-width: 1024px) {
  .mood-slider .slick-dots {
    bottom: 1rem;
    width: 100%;
    text-align: center;
    padding-left: 0; }
  .mood-slider .slick-dots li button:before {
    color: #fff; } }

/*gtip*/
.qtip-navi {
  border-color: rgba(0, 0, 0, 0);
  border-width: 0px;
  background-color: rgba(0, 158, 224, 0.7); }

.qtip-navi .qtip-content {
  font-size: 0.7rem;
  padding: 0.4rem;
  color: #FFFFFF; }

.qtip-default {
  border-color: rgba(0, 0, 0, 0);
  border-width: 0px;
  background-color: rgba(0, 35, 55, 0.7); }

.qtip-default .qtip-content {
  font-size: 0.7rem;
  padding: 0.4rem;
  color: #FFFFFF; }

/*sideflags*/
.sideflags {
  position: fixed;
  right: -0.35em;
  width: 11em;
  top: 10.5em;
  z-index: 9997; }

.sideflags a {
  background-color: #002337;
  height: 2.7em;
  width: 12em;
  display: flex;
  align-items: center;
  margin-bottom: 0.15em;
  position: relative;
  right: 0;
  padding-right: 0.5em;
  padding-left: 0.5em;
  right: calc(-11em + 3.2em);
  color: #fff;
  text-decoration: none;
  transition: right 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44); }

.sideflags a:hover {
  right: 0.4em; }

.sideflags a > i {
  font-size: 1.5rem; }

@media (max-width: 576px) {
  .sideflags {
    width: 11em;
    top: auto;
    bottom: 6rem;
    position: fixed;
    z-index: 100; } }

/*content specific*/
/*company*/
.section-company-summary {
  min-height: 40vw;
  background: url(/images/unternehmen/elka-company-bg.jpg) center center no-repeat;
  background-size: cover; }

/* Dropdownmenu in partner section */
.select-wrapper {
  position: relative;
  width: 100%;
  display: inline-block; }
  .select-wrapper > div > span {
    color: #fff;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, 0.15);
    padding: 19px;
    padding-right: 83px;
    position: relative;
    display: block;
    cursor: pointer;
    font-size: 0.9rem;
    height: 63px;
    width: 100%; }
  @media (max-width: 1548px) and (min-width: 1200px) {
    .select-wrapper > div > span {
      padding-top: 7px; } }
@media (max-width: 1199px) {
  .select-wrapper > div > span {
    font-size: 1rem; } }
@media (max-width: 1090px) {
  .select-wrapper > div > span {
    font-size: 1em;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 60px;
    height: 46px; } }
@media (max-width: 773px) {
  .select-wrapper > div > span {
    font-size: 0.9em;
    padding-left: 5px;
    padding-right: 55px;
    padding-top: 14px; } }
.select-wrapper > div > span:after {
  content: "";
  width: 63px;
  height: 63px;
  background-color: #002337;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTguMjYyIiBoZWlnaHQ9IjEwLjk1OCIgdmlld0JveD0iMCAwIDE4LjI2MiAxMC45NTgiPgogIDxkZWZzPgogICAgPGNsaXBQYXRoIGlkPSJjbGlwLXBhdGgiPgogICAgICA8cGF0aCBpZD0iUGZhZF80MyIgZGF0YS1uYW1lPSJQZmFkIDQzIiBkPSJNMCw2LjQ1N0gxOC4yNjJWLTQuNUgwWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCA0LjUpIiBmaWxsPSIjMWM5YmQ4Ii8+CiAgICA8L2NsaXBQYXRoPgogIDwvZGVmcz4KICA8ZyBpZD0iR3J1cHBlXzEzMiIgZGF0YS1uYW1lPSJHcnVwcGUgMTMyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDQuNSkiPgogICAgPGcgaWQ9IkdydXBwZV8xMzEiIGRhdGEtbmFtZT0iR3J1cHBlIDEzMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAtNC41KSIgY2xpcC1wYXRoPSJ1cmwoI2NsaXAtcGF0aCkiPgogICAgICA8ZyBpZD0iR3J1cHBlXzEzMCIgZGF0YS1uYW1lPSJHcnVwcGUgMTMwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMC4wMDEpIj4KICAgICAgICA8cGF0aCBpZD0iUGZhZF80MiIgZGF0YS1uYW1lPSJQZmFkIDQyIiBkPSJNOS42ODYsMEgtNC45MkExLjgyNywxLjgyNywwLDAsMC02LjIxMywzLjExN2w3LjMsNy4zYTEuODI3LDEuODI3LDAsMCwwLDIuNTg0LDBsNy4zLTcuM0ExLjgyNywxLjgyNywwLDAsMCw5LjY4NiwwbS03LjMsOS4xMzEtNy4zLTcuM0g5LjY4OFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDYuNzUpIiBmaWxsPSIjMWM5YmQ4Ii8+CiAgICAgIDwvZz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPgo=');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 22px;
  display: block;
  position: absolute;
  top: 0;
  right: 0; }
@media (max-width: 1199px) {
  .select-wrapper > div > span:after {
    width: 50px; } }
@media (max-width: 1090px) {
  .select-wrapper > div > span:after {
    height: 46px; } }
.select-wrapper ul {
  position: absolute;
  max-height: 0px;
  height: auto;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out, padding-top 0.15s ease-in-out, padding-bottom 0.3s ease-in-out;
  padding: 0;
  margin: 0;
  background-color: #002337;
  width: 120%;
  top: 60px;
  right: 0;
  z-index: 10; }
  .select-wrapper ul#overview {
    overflow-y: scroll; }
  .select-wrapper ul li {
    padding-top: 0px;
    padding-bottom: 7px;
    position: relative; }
    .select-wrapper ul li a, .select-wrapper ul li span {
      width: 100%;
      display: block;
      color: #fff;
      text-decoration: none;
      text-transform: uppercase;
      border-bottom: solid 1px rgba(255, 255, 255, 0.19);
      padding-top: 12px;
      padding-bottom: 12px;
      padding-left: 21px;
      cursor: pointer;
      transition: color 0.1s ease-in-out; }
      .select-wrapper ul li a:hover, .select-wrapper ul li span:hover {
        color: #009ee0; }
    .select-wrapper ul li.current a, .select-wrapper ul li.current span {
      color: #009ee0; }
    .select-wrapper ul li:last-of-type a {
      border-bottom: none; }
      .select-wrapper ul li.parent:after {
        content: "";
        width: 20px;
        height: 12px;
        background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTguMjYyIiBoZWlnaHQ9IjEwLjk1OCIgdmlld0JveD0iMCAwIDE4LjI2MiAxMC45NTgiPgogIDxkZWZzPgogICAgPGNsaXBQYXRoIGlkPSJjbGlwLXBhdGgiPgogICAgICA8cGF0aCBpZD0iUGZhZF80MyIgZGF0YS1uYW1lPSJQZmFkIDQzIiBkPSJNMCw2LjQ1N0gxOC4yNjJWLTQuNUgwWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCA0LjUpIiBmaWxsPSIjMWM5YmQ4Ii8+CiAgICA8L2NsaXBQYXRoPgogIDwvZGVmcz4KICA8ZyBpZD0iR3J1cHBlXzEzMiIgZGF0YS1uYW1lPSJHcnVwcGUgMTMyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDQuNSkiPgogICAgPGcgaWQ9IkdydXBwZV8xMzEiIGRhdGEtbmFtZT0iR3J1cHBlIDEzMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAtNC41KSIgY2xpcC1wYXRoPSJ1cmwoI2NsaXAtcGF0aCkiPgogICAgICA8ZyBpZD0iR3J1cHBlXzEzMCIgZGF0YS1uYW1lPSJHcnVwcGUgMTMwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMC4wMDEpIj4KICAgICAgICA8cGF0aCBpZD0iUGZhZF80MiIgZGF0YS1uYW1lPSJQZmFkIDQyIiBkPSJNOS42ODYsMEgtNC45MkExLjgyNywxLjgyNywwLDAsMC02LjIxMywzLjExN2w3LjMsNy4zYTEuODI3LDEuODI3LDAsMCwwLDIuNTg0LDBsNy4zLTcuM0ExLjgyNywxLjgyNywwLDAsMCw5LjY4NiwwbS03LjMsOS4xMzEtNy4zLTcuM0g5LjY4OFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDYuNzUpIiBmaWxsPSIjMWM5YmQ4Ii8+CiAgICAgIDwvZz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPgo=');
        background-repeat: no-repeat;
        background-size: cover;
        display: block;
        position: absolute;
        top: 20px;
        right: 10px;
        transform: rotate(90deg);
        transition: transform 0.3s ease-in-out; }
      .select-wrapper ul li.parent ul {
        position: relative;
        top: 0;
        padding: 0; }
        .select-wrapper ul li.parent ul li a {
          border: none;
          color: #009ee0; }
          .select-wrapper ul li.parent ul li a:hover {
            color: #fff; }
        .select-wrapper ul li.parent ul li:last-of-type {
          padding-bottom: 0; }
          .select-wrapper ul li.parent ul li:last-of-type a {
            border-bottom: solid 1px rgba(255, 255, 255, 0.19); }
      .select-wrapper ul li.parent.show ul {
        max-height: 500px; }
      .select-wrapper ul li.parent.show:after {
        transform: rotate(0deg); }
  .select-wrapper ul.show {
    max-height: 500px;
    padding-top: 13px;
    padding-bottom: 13px; }

.error {
  color: red; }
