/***
 * Variables for configuring the actual styling of the page
 */
/***
 * Some snippets ready to use
 */
/**
 * These styles were copied from the core css file for fluid
 * Fluid Content Elements CSS (optional) (fluid_styled_content) from Template -> Include static
 */
.ce-align-left {
  text-align: left;
}

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

.ce-align-right {
  text-align: right;
}

.ce-table td, .ce-table th {
  vertical-align: top;
}

/*.ce-textpic, .ce-image, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div {/* overflow: hidden; }*/
.ce-left .ce-gallery, .ce-column {
  float: left;
}

.ce-center .ce-outer {
  position: relative;
  float: right;
  right: 50%;
}

.ce-center .ce-inner {
  position: relative;
  float: right;
  right: -50%;
}

.ce-right .ce-gallery {
  float: right;
}

.ce-gallery figure {
  display: table;
  margin: 0;
}

/*.ce-gallery figcaption { display: table-caption; caption-side: bottom; }*/
.ce-gallery img {
  display: block;
}

.ce-gallery iframe {
  border-width: 0;
}

.ce-border img,
.ce-border iframe {
  border: 2px solid #000000;
  padding: 0px;
}

.ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
  margin-bottom: 10px;
}

.ce-intext.ce-right .ce-gallery {
  margin-left: 10px;
}

.ce-intext.ce-left .ce-gallery {
  margin-right: 10px;
}

.ce-below .ce-gallery {
  margin-top: 10px;
}

.ce-column {
  margin-right: 10px;
}

.ce-column:last-child {
  margin-right: 0;
}

.ce-row {
  margin-bottom: 10px;
}

.ce-row:last-child {
  margin-bottom: 0;
}

.ce-above .ce-bodytext {
  clear: both;
}

.ce-intext.ce-left ol, .ce-intext.ce-left ul {
  padding-left: 40px;
  overflow: auto;
}

/**
 * Handmade changes depending the ce-gallery
 */
.ce-gallery .ce-column {
  padding: 10px;
}
.ce-gallery img {
  width: auto;
  max-width: 100%;
  height: auto;
}

figure.image {
  text-align: center;
}
figure.image .image-wrap {
  position: relative;
  display: inline-block;
}
figure.image .image-wrap img {
  border: 1px solid black;
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
figure.image .image-wrap .image-caption {
  color: white;
  background: #003B65;
  padding: 12px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  figure.image .image-wrap img {
    width: 100%;
  }
}
.ce-bodytext, .ce-image {
  padding: 0 10px;
}
.ce-bodytext .gallery-imageSlider-wrap, .ce-image .gallery-imageSlider-wrap {
  margin: 0 auto;
}

@media (min-width: 600px) {
  .ce-bodytext, .ce-image {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* Removed due to problems with smaller columns
@media(min-width: $breakpoint-desktop) {
  .ce-bodytext, .ce-image {
    padding-left: $spacing-base*2;
    padding-right: $spacing-base*2;
  }
}*/
.tx-kesearch-pi1 {
  padding: 0 20px;
}
.tx-kesearch-pi1 .kesearchbox {
  position: relative;
  max-width: 400px;
}
.tx-kesearch-pi1 .kesearchbox .searchValue input {
  background: #f7f7f7;
  color: black;
  padding: 16px 56px 16px 16px;
  line-height: 1;
  margin: 0;
  width: 100% !important;
  display: block;
  border: none;
  border-radius: 0;
  outline: none;
  font-size: 1em;
}
.tx-kesearch-pi1 button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 56px;
  border: none;
  border-radius: 0;
  background: transparent url("/fileadmin/layout/img/search.svg") center no-repeat;
  background-size: 18px;
  padding: 0;
  cursor: pointer;
  outline: none;
}

.tx-kesearch-pi1 #kesearch_results {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.tx-kesearch-pi1 #kesearch_results .result-list-item {
  padding: 20px;
  margin: 0;
  flex: 1 1 400px;
}
.tx-kesearch-pi1 #kesearch_results .result-list-item .hit {
  color: #003B65 !important;
}

/**
 * Language menu styling
 */
/*.tx-srlanguagemenu {
  div {
    display: inline-block;
    img {
      display: block;
    }
  }
  .current {
    cursor: pointer;
    position: relative;
    padding: 0 1.5em 0 0;
    &:after {
      position: absolute;
      right: 0;
      top: 0;
      height: 1em;
      width: 1.5em;
      text-align: center;
      content: '\25BE';
      @include transform(rotate(0deg));
      @include transition(transform);
    }
    &.active {
      &:after {
        @include transform(rotate(180deg));
      }
      ~ .selection {
        visibility: visible;
        opacity: 1;
        @include transform(translateY(0));
        @include prefixed(transition-delay, 0s);
      }
    }
  }
  .selection {
    width: 100px;
    right: 0;
    padding: 8px;
    margin: 6px auto 0;
    text-align: center;
    background: hsl(0, 0%, 96%);
    z-index: 1;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    @include transform(translateY(-16px));
    @include transition((visibility, opacity, transform), (0s, $transition-duration, $transition-duration), $transition-timingFunction, ($transition-duration, 0s, 0s));
    .INACT {
      position: relative;
      img {
        filter: saturate(0.4);
      }
    }
  }
}*/
.mask-bannerImage {
  position: relative;
}
.mask-bannerImage .imageWrap {
  position: relative;
}
.mask-bannerImage .imageWrap img {
  display: block;
  width: 100%;
  height: auto;
}
.mask-bannerImage .imageWrap:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: black;
  opacity: 0.15;
}
.mask-bannerImage .contentWrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
}
.mask-bannerImage .contentContainer {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
}
.mask-bannerImage .contentContainer .backgroundFrame-wrap {
  width: 100vw;
  height: 100vw;
  padding: 20px;
  margin-top: -50vw;
}
.mask-bannerImage .contentContainer .backgroundFrame-wrap .backgroundFrame-inner {
  -webkit-clip-path: circle(50% at 50%);
  -moz-clip-path: circle(50% at 50%);
  -ms-clip-path: circle(50% at 50%);
  -o-clip-path: circle(50% at 50%);
  clip-path: circle(50% at 50%);
  width: 100%;
  height: 100%;
}
.mask-bannerImage .contentContainer .backgroundFrame-wrap .backgroundFrame-inner .backgroundFrame {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .mask-bannerImage .contentContainer .backgroundFrame-wrap .backgroundFrame-inner .backgroundFrame {
    border-radius: 50%;
  }
}
@media (min-width: 380px) {
  .mask-bannerImage .contentContainer .backgroundFrame-wrap {
    width: 340px;
    height: 340px;
    padding: 0;
    margin: -170px auto 0;
  }
}
@media (min-width: 600px) {
  .mask-bannerImage .contentWrap {
    padding: 0 50px;
  }
}
@media (min-width: 1024px) {
  .mask-bannerImage .contentWrap {
    padding: 0 100px;
  }
  .mask-bannerImage .contentContainer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
  }
  .mask-bannerImage .contentContainer .backgroundFrame-wrap {
    margin: 0 auto 0 calc(25% - 170px);
  }
  .mask-bannerImage .contentContainer.position-right .backgroundFrame-wrap {
    margin: 0 calc(25% - 170px) 0 auto;
  }
}
@media (min-width: 1920px) {
  .mask-bannerImage .contentContainer {
    padding: 40px;
    font-size: 1.3em;
  }
  .mask-bannerImage .contentContainer .backgroundFrame-wrap {
    margin-left: calc(25% - 225px);
    margin-right: auto;
    width: 450px;
    height: 450px;
  }
  .mask-bannerImage .contentContainer.position-right .backgroundFrame-wrap {
    margin-left: auto;
    margin-right: calc(25% - 225px);
  }
}
/**
 * Mask product preview element
 */
.mask-productPreview > .item {
  position: relative;
  margin: 0 auto 10px;
}
.mask-productPreview > .item:last-child {
  margin-bottom: 0;
}
.mask-productPreview > .item .imageContainer {
  position: relative;
}
.mask-productPreview > .item .imageContainer .imageList > .item {
  display: none;
}
.mask-productPreview > .item .imageContainer .imageList > .item picture, .mask-productPreview > .item .imageContainer .imageList > .item img {
  display: block;
}
.mask-productPreview > .item .imageContainer .imageList > .item img {
  width: 100%;
  height: auto;
}
.mask-productPreview > .item .imageContainer .imageList > .item.active {
  display: block;
}
.mask-productPreview > .item .imageContainer .linkList {
  display: none;
}
.mask-productPreview > .item .contentContainer {
  padding: 0 10px;
}
.mask-productPreview > .item .contentContainer .content {
  text-align: center;
  box-shadow: 0 20px 35px rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 50px 10px;
  top: -30px;
}
.mask-productPreview > .item .contentContainer .content .more {
  content: "";
  font-size: 62px;
  width: 1em;
  height: 1em;
  position: absolute;
  top: -0.5em;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url("/fileadmin/layout/img/plus-yellow.svg") no-repeat center;
  background-size: contain;
  text-indent: -999em;
  overflow: hidden;
}
.mask-productPreview > .item .contentContainer .content .title {
  text-transform: uppercase;
  font-size: 1.6em;
}
.mask-productPreview > .item .contentContainer .content .subtitle {
  text-transform: uppercase;
  font-size: 0.8em;
  margin-top: 0.2em;
  font-weight: bold;
}
.mask-productPreview > .item .contentContainer .content .description {
  display: none;
}
.mask-productPreview > .item .contentContainer .content.frame-layout-darkBlue .subtitle {
  opacity: 0.6;
}

@media (min-width: 800px) {
  .mask-productPreview > .item {
    margin: 0 auto 60px;
    padding: 0 20px;
  }
  .mask-productPreview > .item:before, .mask-productPreview > .item:after {
    position: absolute;
    content: "";
    top: 20px;
    bottom: 20px;
    width: 50vw;
    background: rgba(179, 179, 179, 0.1);
    z-index: -1;
  }
  .mask-productPreview > .item:before {
    left: 50vw;
  }
  .mask-productPreview > .item:after {
    right: 50vw;
  }
  .mask-productPreview > .item .imageContainer {
    width: 75%;
    height: auto;
    margin: 0 0 0 auto;
  }
  .mask-productPreview > .item .imageContainer .imageList > .item {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -ms-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-duration: 0s, 0s, 0.8s;
    -moz-transition-duration: 0s, 0s, 0.8s;
    -ms-transition-duration: 0s, 0s, 0.8s;
    -o-transition-duration: 0s, 0s, 0.8s;
    transition-duration: 0s, 0s, 0.8s;
    -webkit-transition-property: position, visibility, opacity;
    -moz-transition-property: position, visibility, opacity;
    -ms-transition-property: position, visibility, opacity;
    -o-transition-property: position, visibility, opacity;
    transition-property: position, visibility, opacity;
    -webkit-transition-delay: 0s, 0.8s, 0s;
    -moz-transition-delay: 0s, 0.8s, 0s;
    -ms-transition-delay: 0s, 0.8s, 0s;
    -o-transition-delay: 0s, 0.8s, 0s;
    transition-delay: 0s, 0.8s, 0s;
  }
  .mask-productPreview > .item .imageContainer .imageList > .item.active {
    position: relative;
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .mask-productPreview > .item .contentContainer {
    padding: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
  }
  .mask-productPreview > .item .contentContainer .content {
    top: 0;
    text-align: left;
    padding-left: 40px;
    padding-right: 60px;
  }
  .mask-productPreview > .item .contentContainer .content .title {
    font-size: 2em;
  }
  .mask-productPreview > .item .contentContainer .content .subtitle {
    font-size: 1em;
  }
  .mask-productPreview > .item .contentContainer .content .description {
    display: block;
  }
  .mask-productPreview > .item .contentContainer .content .more {
    top: 50%;
    margin-top: -0.5em;
    right: -0.5em;
    left: auto;
  }
  .mask-productPreview > .item:nth-child(even) .imageContainer {
    margin: 0 auto 0 0;
  }
  .mask-productPreview > .item:nth-child(even) .contentContainer {
    left: auto;
    right: 20px;
  }
  .mask-productPreview > .item:nth-child(even) .contentContainer .content {
    padding-left: 60px;
    padding-right: 40px;
  }
  .mask-productPreview > .item:nth-child(even) .contentContainer .content .more {
    left: -0.5em;
    right: auto;
  }
}
@media (min-width: 1024px) {
  .mask-productPreview > .item .imageContainer .linkList {
    display: block;
    position: absolute;
    left: 8px;
    bottom: 8px;
    right: 8px;
    z-index: 3;
  }
  .mask-productPreview > .item .imageContainer .linkList > .item {
    margin: 3px;
    display: inline-block;
    vertical-align: bottom;
    color: #666666;
    cursor: pointer;
    font-size: 0.8em;
    font-weight: bold;
    padding: 12px 10px;
    background: #f7f7f7;
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -ms-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
  }
  .mask-productPreview > .item .imageContainer .linkList > .item:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #FFD532;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -ms-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-property: transform;
    -moz-transition-property: transform;
    -ms-transition-property: transform;
    -o-transition-property: transform;
    transition-property: transform;
  }
  .mask-productPreview > .item .imageContainer .linkList > .item.active, .mask-productPreview > .item .imageContainer .linkList > .item:hover {
    color: black;
  }
  .mask-productPreview > .item .imageContainer .linkList > .item.active:before, .mask-productPreview > .item .imageContainer .linkList > .item:hover:before {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@media (min-width: 1200px) {
  .mask-productPreview > .item {
    margin: 0 auto 100px;
  }
  .mask-productPreview > .item:before, .mask-productPreview > .item:after {
    top: 10%;
    bottom: 10%;
  }
  .mask-productPreview > .item .contentContainer {
    width: 40%;
  }
  .mask-productPreview > .item .contentContainer .content .title {
    font-size: 2.4em;
  }
}
/**
 * Mask product preview small element
 */
.mask-productPreviewSmall .item .item-inner {
  padding: 10px;
}
.mask-productPreviewSmall .item .item-inner .imageWrap {
  border: 1px solid whitesmoke;
}
.mask-productPreviewSmall .item .item-inner .imageWrap img {
  display: block;
  width: 100%;
  height: auto;
}
.mask-productPreviewSmall .item .item-inner .content {
  background: whitesmoke;
  position: relative;
}
.mask-productPreviewSmall .item .item-inner .content .content-wrap {
  padding: 25px 10px 10px;
}
.mask-productPreviewSmall .item .item-inner .content .content-wrap .title {
  font-size: 20px;
  margin: 0 auto 0.5em;
}
.mask-productPreviewSmall .item .item-inner .content .content-wrap .more {
  content: "";
  font-size: 45px;
  width: 1em;
  height: 1em;
  position: absolute;
  top: -0.5em;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url("/fileadmin/layout/img/plus-yellow.svg") no-repeat center;
  background-size: contain;
  text-indent: -999em;
  overflow: hidden;
}

@media (min-width: 600px) {
  .mask-productPreviewSmall {
    display: flex;
    flex-wrap: wrap;
  }
  .mask-productPreviewSmall .item {
    flex: 0 1 50%;
  }
  .mask-productPreviewSmall .item .item-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .mask-productPreviewSmall .item .item-inner .content {
    height: 100%;
  }
}
@media (min-width: 1024px) {
  .mask-productPreviewSmall {
    padding: 0 20px;
  }
  .mask-productPreviewSmall .item .item-inner {
    display: flex;
    flex-direction: row;
    padding: 20px;
  }
  .mask-productPreviewSmall .item .item-inner .imageWrap {
    flex: 1;
    order: 2;
  }
  .mask-productPreviewSmall .item .item-inner .content {
    flex: 1;
    order: 1;
    height: auto;
  }
  .mask-productPreviewSmall .item .item-inner .content .content-wrap {
    padding: 30px 30px 30px 20px;
  }
  .mask-productPreviewSmall .item .item-inner .content .content-wrap .title {
    font-size: 24px;
  }
  .mask-productPreviewSmall .item .item-inner .content .content-wrap .more {
    top: 50%;
    margin-top: -0.5em;
    right: -0.5em;
    left: auto;
  }
}
/**
 * Layout container grid element
 */
.ge-1 {
  max-width: 100%;
}

/**
 * Multi column grid element
 */
.ge-2 {
  display: flex;
  flex-wrap: wrap;
}
.ge-2 > .col {
  flex: 1 1 350px;
  padding: 10px;
  max-width: 100%;
}
.ge-2 > .col:before, .ge-2 > .col:after {
  content: " ";
  display: table;
}
.ge-2 > .col:after {
  clear: both;
}
@media (min-width: 600px) {
  .ge-multiCol > .col {
    padding: 20px;
  }
}
/**
 * Tabs grid element
 */
.ge-3 > .control {
  text-align: center;
}
.ge-3 > .control > .item {
  display: inline-block;
  margin: 0.25em;
  padding: 0.25em;
  cursor: pointer;
  opacity: 0.6;
  font-size: 20px;
  text-transform: uppercase;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.ge-3 > .control > .item.active, .ge-3 > .control > .item:hover {
  opacity: 1;
}
.ge-3 > .contentContainer {
  padding: 20px 0;
}
.ge-3 > .contentContainer > .item {
  display: none;
}
.ge-3 > .contentContainer > .item.active {
  display: block;
}

@media (min-width: 1024px) {
  .ge-3 > .control > .item {
    font-size: 24px;
    margin-left: 0.5em;
    margin-right: 0.5em;
  }
  .ge-3 > .contentContainer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
/**
 * Content slider grid element
 */
.ge-4 .contentSlider-sliderContainer.lSSlideOuter .lSPager.lSpg {
  display: none;
}

/**
 * File list content element
 */
.ce-uploads {
  text-align: center;
}
.ce-uploads > .item {
  display: inline-block;
  padding: 15px;
  width: 150px;
  font-size: 12px;
  vertical-align: bottom;
}
.ce-uploads > .item .imageWrap {
  max-width: 150px;
  margin: 0 auto 16px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  position: relative;
}
.ce-uploads > .item .imageWrap img, .ce-uploads > .item .imageWrap .fileExt-wrap {
  background-color: #f7f7f7;
}
.ce-uploads > .item .imageWrap .fileExt-wrap {
  overflow: hidden;
  position: relative;
  padding-bottom: 142%;
}
.ce-uploads > .item .imageWrap .fileExt-wrap .fileExt {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ce-uploads > .item .imageWrap .fileExt-wrap .fileExt span {
  display: block;
  margin: 0 auto;
  font-size: 40px;
  font-weight: 900;
  color: #999999;
  text-transform: uppercase;
}
.ce-uploads > .item .imageWrap img {
  width: 100%;
  display: block;
  height: auto;
}
.ce-uploads > .item .imageWrap .action-download {
  content: "";
  font-size: 30px;
  width: 1em;
  height: 1em;
  position: absolute;
  right: -0.5em;
  bottom: -0.5em;
  background: url("/fileadmin/layout/img/download.svg") no-repeat center;
  background-size: contain;
}
.ce-uploads > .item .info {
  padding: 0 8px;
  line-height: 1.4;
  height: 64px;
  overflow: hidden;
}
.ce-uploads > .item .info > a {
  display: block;
}
.ce-uploads > .item .info .ce-uploads-fileName {
  display: block;
  max-width: 100%;
  max-height: 48px;
  overflow: hidden;
  word-wrap: break-word;
}
.ce-uploads > .item .info .ce-uploads-filesize {
  display: block;
  font-size: 10px;
  color: gray;
}

@media (min-width: 768px) {
  .ce-uploads > .item {
    padding: 20px;
    width: 220px;
  }
  .ce-uploads > .item .imageWrap {
    margin-bottom: 24px;
  }
}
/**
 * Menu content elements
 */
nav.content-nav {
  text-align: center;
}
nav.content-nav > .item {
  display: inline-block;
  margin: 4px;
}
nav.content-nav > .item > a {
  position: relative;
  display: block;
  padding: 10px;
  font-size: 14px;
  background: #003B65;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -ms-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -ms-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
nav.content-nav > .item > a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #FFD532;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -ms-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -ms-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
}
nav.content-nav > .item > a:hover, nav.content-nav > .item > a:active, nav.content-nav > .item > a:focus {
  color: black;
}
nav.content-nav > .item > a:hover:before, nav.content-nav > .item > a:active:before, nav.content-nav > .item > a:focus:before {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}

.frame-layout-inverted nav.content-nav > .item > a, .frame-layout-darkBlue nav.content-nav > .item > a {
  background: white;
  color: #666666;
}
.frame-layout-inverted nav.content-nav > .item > a:hover, .frame-layout-inverted nav.content-nav > .item > a:active, .frame-layout-inverted nav.content-nav > .item > a:focus, .frame-layout-darkBlue nav.content-nav > .item > a:hover, .frame-layout-darkBlue nav.content-nav > .item > a:active, .frame-layout-darkBlue nav.content-nav > .item > a:focus {
  color: black;
}

/**
 * Mask download element with thumbnails
 */
.mask-downloadThumbnails {
  text-align: center;
}
.mask-downloadThumbnails > .item {
  display: inline-block;
  vertical-align: top;
  margin: 6px 10px;
  width: 170px;
  font-size: 0.9em;
  line-height: 1.4;
}
.mask-downloadThumbnails > .item img {
  width: 100px;
  height: auto;
}
.mask-downloadThumbnails > .item .title {
  font-size: 0.9em;
  margin: 0.5em auto 0;
  font-weight: bold;
  text-transform: uppercase;
  word-wrap: break-word;
}

@media (min-width: 1024px) {
  .mask-downloadThumbnails > .item {
    margin: 20px;
  }
  .mask-downloadThumbnails > .item .title {
    font-size: 1em;
  }
}
/**
 * Powermail form styling
 */
.powermail_form {
  /**
   * Styling for powermail error messages
   */
}
.powermail_form > .powermail_legend {
  margin-top: 50px;
}
.powermail_form .powermail_fieldset {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.powermail_form .powermail_fieldset .powermail_fieldwrap {
  flex: 1 1 240px;
  width: 100%;
  max-width: 500px;
  padding: 10px;
}
.powermail_form .powermail_fieldset .powermail_fieldwrap .powermail_field {
  position: relative;
}
.powermail_form .powermail_fieldset .powermail_fieldwrap input[type=text], .powermail_form .powermail_fieldset .powermail_fieldwrap input[type=number], .powermail_form .powermail_fieldset .powermail_fieldwrap textarea, .powermail_form .powermail_fieldset .powermail_fieldwrap input[type=email], .powermail_form .powermail_fieldset .powermail_fieldwrap input[type=tel], .powermail_form .powermail_fieldset .powermail_fieldwrap select, .powermail_form .powermail_fieldset .powermail_fieldwrap .powermail_field_type_file {
  width: 100%;
  text-align: center;
  font-size: 1rem;
  padding: 14px 10px;
  border-radius: 0px;
  border: none;
  outline: none;
}
.powermail_form .powermail_fieldset .powermail_fieldwrap .select-wrap {
  display: block;
}
.powermail_form .powermail_fieldset .powermail_fieldwrap .select-wrap:after {
  content: "";
  background: url("/fileadmin/layout/img/arrow-select.svg") center no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 2em;
  z-index: 1;
  background-size: 1.5em auto;
  pointer-events: none;
}
.powermail_form .powermail_fieldset .powermail_fieldwrap .select-wrap select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-align-last: center;
  padding-right: 2em;
}
.powermail_form .powermail_fieldset .powermail_fieldwrap .select-wrap select::-ms-expand {
  display: none;
}
.powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_submit, .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_textarea, .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_html {
  flex: 1 0 100%;
  max-width: 100%;
}

.powermail_submit {
  text-align: center;
  font-size: 1rem;
  padding: 14px 10px;
  border-radius: 0px;
  border: none;
  outline: none;
  background: #00305d;
  border: 1px solid #fff;
  color: #fff;
  width: 50%;
}

.powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_submit {
  text-align: center;
}
.powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_textarea textarea {
  text-align: left;
  height: 180px;
  line-height: 1.4;
}
.powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_check, .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_radio {
  display: -webkit-box;
  max-width: 800px;
  margin: 20px;
}
.powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_check > .powermail_label, .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_radio > .powermail_label {
  font-weight: bold;
  line-height: 1.4;
}
.powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_check .powermail_field .checkbox, .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_check .powermail_field .radio, .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_radio .powermail_field .checkbox, .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_radio .powermail_field .radio {
  margin: 0.2em 0 0 0.5em ;
}
.powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_check .powermail_field .checkbox label, .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_check .powermail_field .radio label, .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_radio .powermail_field .checkbox label, .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_radio .powermail_field .radio label {
  position: relative;
  padding: 0 0 0 1.5em;
  line-height: 1.2;
  display: block;
  /*
  input {
    display: none;
    &:checked {
      + span {
        &.input-radio, &.input-checkbox {
          &:after {
            @include transform(scale(.5));
          }
        }
      }
    }
  }
  span {
    &.input-radio, &.input-checkbox {
      line-height: 1;
      &:before, &:after {
        content: '';
        position: absolute;
        top: .1em;
        left: 0;
        width: 1em;
        height: 1em;
      }
      &:before {
        background: white;
      }
      &:after {
        background: hsl(0, 0%, 50%);
        @include transform(scale(0));
        @include transition(transform);
      }
    }
    &.input-radio {
      &:before, &:after {
        border-radius: 50%;
      }
    }
  }
  */
}
.powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_check .powermail_field .checkbox label input, .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_check .powermail_field .radio label input, .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_radio .powermail_field .checkbox label input, .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_radio .powermail_field .radio label input {
  position: absolute;
  left: 0;
  top: 0;
}
.powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_check .powermail_field .checkbox label span, .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_check .powermail_field .radio label span, .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_radio .powermail_field .checkbox label span, .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_radio .powermail_field .radio label span {
  display: none;
}
.powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_file .powermail_field {
  display: block;
  background: white;
  text-align: center;
}
.powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_file .powermail_field input[type=file] {
  /*display: none;*/
}
.powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_file .powermail_field > span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_file .powermail_field > span.label {
  color: #666666;
}
.powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_file .powermail_field > span.filename {
  display: none;
  color: black;
}
.powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_file .powermail_field.showFilename > span.label {
  display: none;
}
.powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_file .powermail_field.showFilename > span.filename {
  display: block;
}
.powermail_form .nolabel > .powermail_label {
  display: none;
}
.powermail_form .powermail_fieldwrap .powermail_field {
  position: relative;
}
.powermail_form .powermail_fieldwrap .powermail_field ul.parsley-errors-list {
  position: absolute;
  background: #eb4b24;
  bottom: calc(100% - 14px);
  left: 8px;
  right: 8px;
  padding: 8px 6px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
  -webkit-animation: powermailError_show 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-animation: powermailError_show 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  -ms-animation: powermailError_show 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  -o-animation: powermailError_show 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  animation: powermailError_show 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}
.powermail_form .powermail_fieldwrap .powermail_field ul.parsley-errors-list:before, .powermail_form .powermail_fieldwrap .powermail_field ul.parsley-errors-list:after {
  content: " ";
  display: table;
}
.powermail_form .powermail_fieldwrap .powermail_field ul.parsley-errors-list:after {
  clear: both;
}
.powermail_form .powermail_fieldwrap .powermail_field ul.parsley-errors-list li {
  padding-left: 0;
}
.powermail_form .powermail_fieldwrap .powermail_field ul.parsley-errors-list li:first-child {
  margin-top: 0;
}
.powermail_form .powermail_fieldwrap .powermail_field ul.parsley-errors-list li:before {
  display: none;
}
.powermail_form .powermail_fieldwrap.powermail_fieldwrap_type_check .powermail_field, .powermail_form .powermail_fieldwrap.powermail_fieldwrap_type_radio .powermail_field {
  display: flex;
  flex-direction: column;
}
.powermail_form .powermail_fieldwrap.powermail_fieldwrap_type_check .powermail_field .checkbox, .powermail_form .powermail_fieldwrap.powermail_fieldwrap_type_check .powermail_field .radio, .powermail_form .powermail_fieldwrap.powermail_fieldwrap_type_radio .powermail_field .checkbox, .powermail_form .powermail_fieldwrap.powermail_fieldwrap_type_radio .powermail_field .radio {
  order: 2;
}
.powermail_form .powermail_fieldwrap.powermail_fieldwrap_type_check .powermail_field .powermail_field_error_container, .powermail_form .powermail_fieldwrap.powermail_fieldwrap_type_radio .powermail_field .powermail_field_error_container {
  order: 1;
}
.powermail_form .powermail_fieldwrap.powermail_fieldwrap_type_check .powermail_field .powermail_field_error_container .parsley-errors-list, .powermail_form .powermail_fieldwrap.powermail_fieldwrap_type_radio .powermail_field .powermail_field_error_container .parsley-errors-list {
  position: static;
  display: inline-block;
  right: auto;
  left: 0;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

@keyframes powermailError_show {
  0% {
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
  }
}
/**
  Powermail Progress Bar
 */
.tx-powermail .layout1 .powermail_progressbar {
  max-width: 319px;
  width: 100%;
  height: 5px;
  #float: right;
  border: 1px solid #EEEEEE;
  margin: 0 auto;
  clear: both;
}
.tx-powermail .layout1 .powermail_progressbar.disable {
  display: none;
}
.tx-powermail .layout1 .powermail_progressbar > .powermail_progress {
  background: #fff;
  width: 0%;
  max-width: 100%;
  -webkit-animation: progress 5s 1 forwards;
  -moz-animation: progress 5s 1 forwards;
  -ms-animation: progress 5s 1 forwards;
  animation: progress 5s 1 forwards;
}
.tx-powermail .layout1 .powermail_progressbar > .powermail_progress > .powermail_progess_inner {
  height: 10px;
  width: 100%;
  overflow: hidden;
  background: url("/typo3conf/ext/powermail/Resources/Public/Image/icon_loading.gif") repeat-x;
  -moz-opacity: 0.25;
  -khtml-opacity: 0.25;
  opacity: 0.25;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
  filter: alpha(opacity=25);
}
.tx-powermail .layout1 .powermail_confirmation .powermail_progressbar {
  width: 100%;
}

@-webkit-keyframes progress {
  to {
    width: 100%;
  }
}
@-moz-keyframes progress {
  to {
    width: 100%;
  }
}
@-ms-keyframes progress {
  to {
    width: 100%;
  }
}
@keyframes progress {
  to {
    width: 100%;
  }
}
/**
 * News detail page
 */
.news.news-single .news-backlink-wrap {
  font-weight: bold;
  font-size: 0.8em;
  color: gray;
}
.news.news-single .news-backlink-wrap:before {
  content: "(";
  margin: 0 0.25em 0 0;
}
.news.news-single .titleBanner {
  margin: 40px auto;
}
.news.news-single .titleBanner img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.news.news-single .news-img-wrap, .news.news-single .news-related {
  margin-top: 32px;
}
.news.news-single .news-related-files .ce-uploads {
  text-align: left;
}
.news.news-single .news-img-wrap {
  display: flex;
  flex-wrap: wrap;
}
.news.news-single .news-img-wrap .mediaelement-wrap {
  width: 33.33333%;
  padding: 2px;
}
.news.news-single .news-img-wrap .mediaelement-wrap .mediaelement {
  overflow: hidden;
  padding-bottom: 100%;
  position: relative;
}
.news.news-single .news-img-wrap .mediaelement-wrap .mediaelement .thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: center no-repeat;
  background-size: cover;
}

.news .mediaelement img,
.news .mediaelement video{
  width:100%;
  height: auto;
}

@media (min-width: 1024px) {
  .news.news-single .news-img-wrap, .news.news-single .news-related {
    margin-top: 48px;
  }
  .news.news-single .news-img-wrap .mediaelement-wrap {
    padding: 10px;
    width: 25%;
  }
}
/**
 * News list view
 */
.news .news-list-view {
  display: flex;
}
.news .news-list-view .article {
  display: inline-block;
  font-size: 0.9em;
  text-align: center;
}
.news .news-list-view .article .article-wrap {
  position: relative;
  height: 100%;
  padding: 20px 10px 60px;
}
.news .news-list-view .article .news-list-date {
  color: gray;
}
.news .news-list-view .article .news-img-wrap img {
  width: 100%;
  height: auto;
}
.news .news-list-view .article .headline {
  color: inherit;
  text-transform: none;
}
.news .news-list-view .article p.teaser {
  flex: 1;
}
.news .news-list-view .article .more-wrap {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 20px;
}
.news .news-list-view .article .more-wrap .link-text {
  color: #003B65;
  padding-left: 0;
}
.news .news-list-view.flex {
  justify-content: center;
  flex-wrap: wrap;
}
.news .news-list-view.flex .page-navigation {
  flex: 1 0 100%;
}
.news .news-list-view .page-navigation {
  text-align: left;
  padding: 25px 5px 0;
}
.news .news-list-view .page-navigation > * {
  padding: 5px;
}
.news .news-list-view .page-navigation .f3-widget-paginator {
  display: flex;
  margin: 0 auto;
}
.news .news-list-view .page-navigation .f3-widget-paginator li {
  margin: 0 5px;
  padding: 0;
}
.news .news-list-view .page-navigation .f3-widget-paginator li:before {
  display: none;
}
.news .news-list-view.list-short .news-img-wrap {
  display: none;
}

@media (min-width: 800px) {
  .news .news-list-view .article {
    width: 400px;
    text-align: left;
  }
  .news .news-list-view .article .article-wrap {
    padding: 30px 20px 70px;
  }
  .news .news-list-view .article .article-wrap .more-wrap {
    left: 20px;
    right: 20px;
  }
  .news .news-list-view .page-navigation {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .news .news-list-view .page-navigation > * {
    margin: 0 !important;
  }
}
.news-search-form {
  padding: 0 20px;
}
.news-search-form input[type=text] {
  width: 100%;
  max-width: 600px;
  text-align: left;
  font-size: 1em;
  border: 0;
  background: white;
  padding: 6px 10px;
  vertical-align: top;
  margin: 1em 0;
  outline: none;
}
.news-search-form .link-text {
  padding-left: 10px;
  background: transparent;
  border: 0;
  font-size: 0.8em;
}

.news-categoryList ul {
  margin-top: 1em;
}

.tx-felogin-pi1 {
  text-align: center;
}
.tx-felogin-pi1 .ce-bodytext {
  margin-bottom: 20px;
}
.tx-felogin-pi1 a {
  text-decoration: underline;
}
.tx-felogin-pi1 .login-form input[type=text], .tx-felogin-pi1 .login-form input[type=password] {
  width: 100%;
  text-align: center;
  font-size: 1em;
  border: 0;
  background: #f7f7f7;
  padding: 12px 1em;
  vertical-align: top;
  margin: 0 0 1em 0;
  outline: none;
}
.tx-felogin-pi1 .login-form input[type=text]::-webkit-input-placeholder, .tx-felogin-pi1 .login-form input[type=password]::-webkit-input-placeholder {
  text-align: center;
  color: black;
}

.tx-felogin-pi1 .login-form input[type=text]:-moz-placeholder, .tx-felogin-pi1 .login-form input[type=password]:-moz-placeholder {
  text-align: center;
  color: black;
}

.tx-felogin-pi1 .login-form input[type=text]::-moz-placeholder, .tx-felogin-pi1 .login-form input[type=password]::-moz-placeholder {
  text-align: center;
  color: black;
}

.tx-felogin-pi1 .login-form input[type=text]:-ms-input-placeholder, .tx-felogin-pi1 .login-form input[type=password]:-ms-input-placeholder {
  text-align: center;
  color: black;
}

.tx-felogin-pi1 .login-form .link-button {
  margin: 0 0 1em 0;
}
.tx-felogin-pi1 .login-form .link-button + a {
  margin-left: 1em;
  font-size: 0.7em;
  white-space: nowrap;
  text-decoration: none;
}

@media (min-width: 600px) {
  .tx-felogin-pi1 .login-form {
    margin-bottom: -1em;
  }
  .tx-felogin-pi1 .login-form input[type=text], .tx-felogin-pi1 .login-form input[type=password] {
    width: 300px;
    margin-right: 1em;
  }
}
.mask-youtube {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}
.mask-youtube .video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.mask-youtube .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  width: 100%;
  height: 100%;
}

.cr-newsletter .editable_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cr-newsletter .editable_content .cr_ipe_item {
  flex: 1 0 300px;
  max-width: 500px;
  padding: 10px;
  text-align: center;
}
.cr-newsletter .editable_content .cr_ipe_item[rel=button] {
  flex-basis: 100%;
  max-width: 100%;
}
.cr-newsletter .editable_content .cr_ipe_item label {
  display: none;
}
.cr-newsletter .editable_content .cr_ipe_item input[type=text] {
  width: 100%;
  text-align: center;
  font-size: 1rem;
  padding: 14px 10px;
  border-radius: 0px;
  border: none;
  outline: none;
}

/**
 * Fluid shortcut element
 */
.frame-type-shortcut {
  max-width: 100%;
}

/**
 * boxContent DCE
 */
.boxContent .boxItems figcaption {
  position: relative;
}
.boxContent .boxItems .btnClose {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background: yellow;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  z-index: 20;
}
.boxContent .boxItems .btnClose.active {
  transform: rotate(45deg);
}
.boxContent .boxItems .btnClose .cross {
  position: absolute;
  font-size: 24px;
  font-weight: 100;
  top: -4px;
  right: 4px;
  color: #003B65;
}
.boxContent .boxItems .accordionText {
  display: none;
  background: white;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  padding: 20px;
}
.boxContent .boxItems .accordionText .detail-list {
  margin-bottom: 25px;
}
.boxContent .boxItems .accordionText .detail-list .detail-items {
  display: flex;
  justify-content: space-between;
  line-height: 1.5;
}
.boxContent .boxItems .accordionText .detail-list .detail-items .detailValue {
  font-weight: bold;
}
.boxContent .boxItems .accordionText .profilColorTitle .profilColorTitle {
  text-align: left;
  font-weight: bold;
}
.boxContent .boxItems .accordionText .profilColorTitle {
  text-align: left;
  font-weight: bold;
}
.boxContent .boxItems .accordionText .color-list {
  display: flex;
  flex-wrap: wrap;
}
.boxContent .boxItems .accordionText .color-list .color-items {
  display: flex;
  flex: 0 0 50%;
  align-items: center;
  width: 50%;
  margin: 0;
  height: 80px;
}
.boxContent .boxItems .accordionText .color-list .color-items .colorValue {
  border: 1px solid lightgrey;
  width: 50px;
  display: inline-block;
  height: 50px;
}
.boxContent .boxItems .accordionText .color-list .color-items .colorTitle {
  margin-left: 5px;
  font-size: 14px;
}
.boxContent .boxItems .accordionText .patternList {
  display: flex;
}
.boxContent .boxItems .accordionText .patternItem {
  display: flex;
  align-items: center;
}
.boxContent .boxItems .accordionText .patternItem span {
  margin: 40px;
}
.boxContent .boxItems .accordionText a.contentBox-link {
  color: #003B65;
  font-weight: bold;
  display: flex;
  position: relative;
}
.boxContent .boxItems .accordionText a.contentBox-link:after {
  content: ">";
  position: absolute;
  right: 40%;
}

@media (max-width: 600px) {
  .boxContent .boxItems .accordionText a.contentBox-link:after {
    right: 15%;
  }

  .boxContent .boxItems .accordionText .color-list .color-items {
    width: 100%;
  }
}
/**
 * cookie styling
 */
.cookie-container {
  border-radius: 0;
}
.cookie-container .cookie-text h4 {
  color: #003B65;
}
.cookie-container .cookie-buttons a {
  border-radius: 0;
}
.cookie-container .cookie-buttons a.accept-all,
.cookie-container .cookie-buttons a.notice {
  background: #003b65;
}

.cookie-container-settings .inner-cookie-container-settings .inner2-cookie-container-settings {
  border-radius: 0;
}
.cookie-container-settings h4 {
  color: #003B65;
}
.cookie-container-settings .cookie-buttons a {
  border-radius: 0;
}
.cookie-container-settings .cookie-buttons a.accept-all,
.cookie-container-settings .cookie-buttons a.save-settings {
  background: #003B65;
}

.cookie-privacy-container span.cookie-settings-button {
  border-radius: 0;
  background: #003B65;
}

#alukonRechner {

}

#alukonRechner div label {
  width:25%;
}
#alukonRechner div select, #alukonRechner div input, #alukonRechner div button {
  width: 100%;
  border: none;
  background: #00305d;
  color: #fff;
  padding: 0.2em 1em 0.2em 0.2em;
  font-size: inherit;
  margin: 0.5em 0;
}

#alukonRechner div select {
// A reset of styles, including removing the default dropdown arrow
appearance: none;
// A reset of styles, including removing the default dropdown arrow appearance: none;
  background-color: #00305d;
  border: none;
  padding: 0.2em 1em 0.2em 0.2em;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
  color: #fff;
  margin: 0.5em 0;

// Stack above custom arrow
z-index: 1;

// Remove dropdown arrow in IE10 & IE11
// @link https://www.filamentgroup.com/lab/select-css.html
&::-ms-expand {
  display: none;
}

// Remove focus outline, will add on alternate element
outline: none;
}

#alukonRechner  {
  display: grid;
  grid-template-areas: "select";
  align-items: center;
  position: relative;

  select,
  &::after {
    grid-area: select;
  }

  min-width: 15ch;
  max-width: 30ch;

  border: 1px solid var(--select-border);
  border-radius: 0.25em;
  padding: 0.25em 0.5em;

  font-size: 1.25rem;
  cursor: pointer;
  line-height: 1.1;

// Optional styles
// remove for transparency
background-color: #fff;

// Custom arrow
&:not(.select--multiple)::after {
  content: "";
  justify-self: end;
  width: 0.8em;
  height: 0.5em;
  background-color: var(--select-arrow);
  clip-path: polygon(100% 0%, 0 0%, 50% 100%);
}
}

// Interim solution until :focus-within has better support
   #alukonRechner div select:focus + .focus {
     position: absolute;
     top: -1px;
     left: -1px;
     right: -1px;
     bottom: -1px;
     border: 2px solid var(--select-focus);
     border-radius: inherit;
   }
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

.tx-felogin-pi1 .login-form input:focus::placeholder{
  text-align: center;
  color: transparent;
}
/*# sourceMappingURL=content.css.map */
