/* ==========================================================================
   WebApp Framework style
   ========================================================================== */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(360deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }

  100% {
    -ms-transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }

  100% {
    -o-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_animations\.scss}line{font-family:\0000326}}
.rotate {
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_animations\.scss}line{font-family:\0000334}}
.loading-icon {
  height: 48px;
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_animations\.scss}line{font-family:\0000338}}
.loading-icon img {
  width: 48px !important;
  height: 48px;
  margin: auto;
  display: block;
}

/* UI colours: used for the UI framework, coloured text, highlights, and functional iconography */
/* Primary color palette */
/* Secondary color palette */
/* Additional grey tones */
/* Pressed state color */
/* Border color */
/* Test colors */
/* ==========================================================================
   Font definition (webfonts)
   ========================================================================== */
@font-face {
  font-family: 'VodafoneRg';
  src: url("fonts/VodafoneRg.eot");
  src: url("fonts/VodafoneRg.eot?#iefix") format("embedded-opentype"), url("fonts/VodafoneRg.woff") format("woff"), url("fonts/VodafoneRg.ttf") format("truetype"), url("fonts/VodafoneRg.svg#vodafone_rg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'VodafoneRg';
  src: url("fonts/VodafoneRgBold.eot");
  src: url("fonts/VodafoneRgBold.eot?#iefix") format("embedded-opentype"), url("fonts/VodafoneRgBold.woff") format("woff"), url("fonts/VodafoneRgBold.ttf") format("truetype"), url("fonts/VodafoneRgBold.svg#vodafone_rgbold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'VodafoneLt';
  src: url("fonts/VodafoneLt.eot");
  src: url("fonts/VodafoneLt.eot?#iefix") format("embedded-opentype"), url("fonts/VodafoneLt.woff") format("woff"), url("fonts/VodafoneLt.ttf") format("truetype"), url("fonts/VodafoneLt.svg#VodafoneLt") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_fonts\.scss}line{font-family:\0000338}}
.font-small {
  font-size: 0.8em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_fonts\.scss}line{font-family:\0000342}}
.font-medium {
  font-size: 1.2em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_fonts\.scss}line{font-family:\0000346}}
.font-large {
  font-family: "VodafoneLt";
  font-weight: normal;
  font-size: 2.9375em;
  line-height: 1.2em !important;
}

@media only screen and (min-width: 19.9375em) {
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_fonts\.scss}line{font-family:\0000354}}
  .font-large {
    font-size: 1.75em;
  }
}
@media only screen and (min-width: 48em) {
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_fonts\.scss}line{font-family:\0000360}}
  .font-large {
    font-size: 2.9375em;
  }
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Mobile Check
 */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_helpers\.scss}line{font-family:\000038}}
#isMobile {
  display: block;
}

/*
 * Image replacement
 */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_helpers\.scss}line{font-family:\0000315}}
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_helpers\.scss}line{font-family:\0000323}}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

/*
 * Hide completely
 */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_helpers\.scss}line{font-family:\0000333}}
.hide {
  display: none;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_helpers\.scss}line{font-family:\0000340}}
.hidden {
  display: none !important;
  visibility: hidden;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_helpers\.scss}line{font-family:\0000345}}
.inl-bl-margin-fix {
  margin-bottom: -5px !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_helpers\.scss}line{font-family:\0000349}}
.hide-on-mobile {
  display: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_helpers\.scss}line{font-family:\0000353}}
.hide-on-desktop {
  display: inline;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_helpers\.scss}line{font-family:\0000360}}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_helpers\.scss}line{font-family:\0000375}}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_helpers\.scss}line{font-family:\0000388}}
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_helpers\.scss}line{font-family:\00003103}}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_helpers\.scss}line{font-family:\00003109}}
.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_helpers\.scss}line{font-family:\00003117}}
.clearfix {
  *zoom: 1;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_helpers\.scss}line{font-family:\00003121}}
.nolink {
  cursor: default;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_helpers\.scss}line{font-family:\00003125}}
.hLine1px {
  width: 100%;
  height: 1px;
  background: #ebebeb;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_helpers\.scss}line{font-family:\00003130}}
.hLine2px {
  width: 100%;
  height: 2px;
  background: #ebebeb;
}

/* Border */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_helpers\.scss}line{font-family:\00003137}}
.no-border {
  border: 0 !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_helpers\.scss}line{font-family:\00003140}}
.border-t {
  border-top: 1px solid #ebebeb !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_helpers\.scss}line{font-family:\00003143}}
.border-b {
  border-bottom: 1px solid #ebebeb !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_helpers\.scss}line{font-family:\00003146}}
.border-b2 {
  border-bottom: 2px solid #ebebeb !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_helpers\.scss}line{font-family:\00003149}}
.border-l {
  border-left: 1px solid #ebebeb !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_helpers\.scss}line{font-family:\00003152}}
.border-r {
  border-right: 1px solid #ebebeb !important;
}

/* Padding */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_helpers\.scss}line{font-family:\00003157}}
.no-padding {
  padding: 0 !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_helpers\.scss}line{font-family:\00003160}}
.no-padding-t {
  padding-top: 0 !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_helpers\.scss}line{font-family:\00003163}}
.no-padding-b {
  padding-bottom: 0 !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_helpers\.scss}line{font-family:\00003166}}
.no-padding-l {
  padding-left: 0 !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_helpers\.scss}line{font-family:\00003169}}
.no-padding-r {
  padding-right: 0 !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_helpers\.scss}line{font-family:\00003172}}
.padding-t {
  padding-top: 16px !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_helpers\.scss}line{font-family:\00003175}}
.padding-b {
  padding-bottom: 16px !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_helpers\.scss}line{font-family:\00003178}}
.padding-l {
  padding-left: 16px !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_helpers\.scss}line{font-family:\00003181}}
.padding-r {
  padding-right: 16px !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_helpers\.scss}line{font-family:\00003184}}
.padding-lr {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_helpers\.scss}line{font-family:\00003188}}
.padding-tb {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_helpers\.scss}line{font-family:\00003193}}
.pos-rel {
  position: relative !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_helpers\.scss}line{font-family:\00003197}}
.pad-resp-l {
  padding-left: 5% !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_helpers\.scss}line{font-family:\00003200}}
.pad-resp-lr {
  padding-left: 5% !important;
  padding-right: 5% !important;
}

@media only screen and (min-width: 42.375em) {
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_helpers\.scss}line{font-family:\00003207}}
  .pad-resp-l {
    padding-left: 16px !important;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_helpers\.scss}line{font-family:\00003211}}
  .pad-resp-lr {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_helpers\.scss}line{font-family:\00003216}}
  .hide-on-mobile {
    display: inline;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_helpers\.scss}line{font-family:\00003220}}
  .hide-on-desktop {
    display: none;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_helpers\.scss}line{font-family:\00003225}}
.w-auto {
  width: auto !important;
}

/* Margin */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_helpers\.scss}line{font-family:\00003230}}
.no-margin {
  margin: 0 !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_helpers\.scss}line{font-family:\00003233}}
.no-margin-t {
  margin-top: 0 !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_helpers\.scss}line{font-family:\00003236}}
.no-margin-b {
  margin-bottom: 0 !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_helpers\.scss}line{font-family:\00003239}}
.no-margin-l {
  margin-left: 0 !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_helpers\.scss}line{font-family:\00003242}}
.no-margin-r {
  margin-right: 0 !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_helpers\.scss}line{font-family:\00003245}}
.margin-t {
  margin-top: 16px !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_helpers\.scss}line{font-family:\00003248}}
.margin-b {
  margin-bottom: 16px !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_helpers\.scss}line{font-family:\00003251}}
.margin-l {
  margin-left: 16px !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_helpers\.scss}line{font-family:\00003254}}
.margin-r {
  margin-right: 16px !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_helpers\.scss}line{font-family:\00003257}}
.margin-lr {
  margin-left: 16px !important;
  margin-right: 16px !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_helpers\.scss}line{font-family:\00003261}}
.margin-tb {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

/* Floats */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_helpers\.scss}line{font-family:\00003267}}
.float-l {
  float: left !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_helpers\.scss}line{font-family:\00003270}}
.float-r {
  float: right !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_helpers\.scss}line{font-family:\00003273}}
.float-none {
  float: none !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_helpers\.scss}line{font-family:\00003277}}
.pos-middle {
  margin-top: 2.5em;
}

@media only screen and (max-width: 20.9375em) {
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_helpers\.scss}line{font-family:\00003282}}
  .pos-middle {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 47em) {
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_helpers\.scss}line{font-family:\00003288}}
  .pos-middle {
    margin-top: 2.5em;
  }
}
@media only screen and (max-width: 67em) and (orientation: portrait) {
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_helpers\.scss}line{font-family:\00003294}}
  .pos-middle {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 67em) and (orientation: landscape) {
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_helpers\.scss}line{font-family:\00003300}}
  .pos-middle {
    margin-top: 1em;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_helpers\.scss}line{font-family:\00003305}}
.margin-t2x {
  margin-top: 3.5em;
}

@media only screen and (max-width: 47em) {
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_helpers\.scss}line{font-family:\00003310}}
  .margin-t2x {
    margin-top: 0;
  }
}
/* to add magnifying class as cursor */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_helpers\.scss}line{font-family:\00003316}}
.cursor-magnify {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

/* CSS */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_helpers\.scss}line{font-family:\00003326}}
.color_grey8 {
  color: #999999 !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_helpers\.scss}line{font-family:\00003330}}
.color_black {
  color: black;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_helpers\.scss}line{font-family:\00003334}}
.color_vfred {
  color: #e60000;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_helpers\.scss}line{font-family:\00003337}}
.color_vfgreen {
  color: #428600;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_helpers\.scss}line{font-family:\00003341}}
.clear {
  clear: both;
}

@media only screen and (min-width: 42.375em) {
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_helpers\.scss}line{font-family:\00003345}}
  .bg_color_grey6 {
    background-color: #f4f4f4 !important;
  }
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_helpers\.scss}line{font-family:\00003351}}
.bold {
  font-weight: bold;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_helpers\.scss}line{font-family:\00003355}}
.text_grey_small, .text_grey_small a {
  color: #999999;
  font-size: 13px;
  font-size: 0.75em;
  font-size: 0.75rem;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_helpers\.scss}line{font-family:\00003363}}
.shadow11 {
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_helpers\.scss}line{font-family:\00003369}}
.colored > div {
  background: #ad94a5;
}
@media only screen and (min-width: 79.25em) {
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_helpers\.scss}line{font-family:\00003369}}
  .colored > div {
    background: #9cddef;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_helpers\.scss}line{font-family:\00003375}}
.colored > div > div {
  background: #ded6de;
}
@media only screen and (min-width: 79.25em) {
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_helpers\.scss}line{font-family:\00003375}}
  .colored > div > div {
    background: #7bd6e7;
  }
}

/* ==========================================================================
   Icon definition (webfonts)
   ========================================================================== */
@font-face {
  font-family: 'vdf-ic-rg';
  src: url("fonts/VodaIconBasic-Regular.eot");
  src: url("fonts/VodaIconBasic-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/VodaIconBasic-Regular.woff") format("woff"), url("fonts/VodaIconBasic-Regular.ttf") format("truetype"), url("fonts/VodaIconBasic-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'vdf-ic-con-rg';
  src: url("fonts/VodaIconConnectivity-Regular.eot");
  src: url("fonts/VodaIconConnectivity-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/VodaIconConnectivity-Regular.woff") format("woff"), url("fonts/VodaIconConnectivity-Regular.ttf") format("truetype"), url("fonts/VodaIconConnectivity-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'vdf-ic-devices-rg';
  src: url("fonts/VodaIconDevices-Regular.eot");
  src: url("fonts/VodaIconDevices-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/VodaIconDevices-Regular.woff") format("woff"), url("fonts/VodaIconDevices-Regular.ttf") format("truetype"), url("fonts/VodaIconDevices-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'vdf-ic-media-rg';
  src: url("fonts/VodaIconMedia-Regular.eot");
  src: url("fonts/VodaIconMedia-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/VodaIconMedia-Regular.woff") format("woff"), url("fonts/VodaIconMedia-Regular.ttf") format("truetype"), url("fonts/VodaIconMedia-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'vdf-ic-communication-rg';
  src: url("fonts/VodaIconCommunication-Regular.eot");
  src: url("fonts/VodaIconCommunication-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/VodaIconCommunication-Regular.woff") format("woff"), url("fonts/VodaIconCommunication-Regular.ttf") format("truetype"), url("fonts/VodaIconCommunication-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'vdf-ic-apps-rg';
  src: url("fonts/VodaIconApps-Regular.eot");
  src: url("fonts/VodaIconApps-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/VodaIconApps-Regular.woff") format("woff"), url("fonts/VodaIconApps-Regular.ttf") format("truetype"), url("fonts/VodaIconApps-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_icons\.scss}line{font-family:\0000371}}
[class*="ic-"]:after,
[class*="ic-"]:before {
  font-family: 'vdf-ic-rg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #999999;
  font-size: 24px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_icons\.scss}line{font-family:\0000383}}
[class*="ic-"].color_vfred:after,
[class*="ic-"].color_vfred:before {
  color: #e60000;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_icons\.scss}line{font-family:\0000390}}
.submenu [class*="ic-search"]:hover:before,
.submenu [class*="ic-close"]:hover:before,
.submenu [class*="ic-avatar"]:hover:before,
.submenu [class*="ic-feedback"]:hover:before, #menu [class*="ic-search"]:hover:before,
#menu [class*="ic-close"]:hover:before,
#menu [class*="ic-avatar"]:hover:before,
#menu [class*="ic-feedback"]:hover:before, .menu-icon [class*="ic-search"]:hover:before,
.menu-icon [class*="ic-close"]:hover:before,
.menu-icon [class*="ic-avatar"]:hover:before,
.menu-icon [class*="ic-feedback"]:hover:before, .user-menu [class*="ic-search"]:hover:before,
.user-menu [class*="ic-close"]:hover:before,
.user-menu [class*="ic-avatar"]:hover:before,
.user-menu [class*="ic-feedback"]:hover:before, #searchform [class*="ic-search"]:hover:before,
#searchform [class*="ic-close"]:hover:before,
#searchform [class*="ic-avatar"]:hover:before,
#searchform [class*="ic-feedback"]:hover:before {
  color: #007c92;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_icons\.scss}line{font-family:\0000397}}
.submenu [class*="ic-search"]:active:before,
.submenu [class*="ic-close"]:active:before,
.submenu [class*="ic-feedback"]:active:before, #menu [class*="ic-search"]:active:before,
#menu [class*="ic-close"]:active:before,
#menu [class*="ic-feedback"]:active:before, .menu-icon [class*="ic-search"]:active:before,
.menu-icon [class*="ic-close"]:active:before,
.menu-icon [class*="ic-feedback"]:active:before, .user-menu [class*="ic-search"]:active:before,
.user-menu [class*="ic-close"]:active:before,
.user-menu [class*="ic-feedback"]:active:before, #searchform [class*="ic-search"]:active:before,
#searchform [class*="ic-close"]:active:before,
#searchform [class*="ic-feedback"]:active:before {
  color: #00b0ca !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_icons\.scss}line{font-family:\00003106}}
.submenu [class*="ic-search"]:hover span.ic-radio:after, #menu [class*="ic-search"]:hover span.ic-radio:after, .menu-icon [class*="ic-search"]:hover span.ic-radio:after, .user-menu [class*="ic-search"]:hover span.ic-radio:after, #searchform [class*="ic-search"]:hover span.ic-radio:after {
  color: #007c92;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_icons\.scss}line{font-family:\00003114}}
.submenu [class*="ic-search"]:active span.ic-radio:after, #menu [class*="ic-search"]:active span.ic-radio:after, .menu-icon [class*="ic-search"]:active span.ic-radio:after, .user-menu [class*="ic-search"]:active span.ic-radio:after, #searchform [class*="ic-search"]:active span.ic-radio:after {
  color: #007c92;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_icons\.scss}line{font-family:\00003122}}
[class*="ic-service"]:before, [class*="ic-service"]:after {
  font-family: 'vdf-ic-apps-rg';
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_icons\.scss}line{font-family:\00003127}}
.ic-service-smartpass:before {
  content: 'F';
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_icons\.scss}line{font-family:\00003130}}
.ic-service-wallet:before {
  content: 'G';
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_icons\.scss}line{font-family:\00003133}}
.ic-service-cloud:before {
  content: 'S';
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_icons\.scss}line{font-family:\00003136}}
.ic-service-framework:before {
  content: 'H';
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_icons\.scss}line{font-family:\00003139}}
.ic-service-3rdPartyPayment:before {
  content: 'z';
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_icons\.scss}line{font-family:\00003143}}
.ic-cart:before {
  content: "a";
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_icons\.scss}line{font-family:\00003147}}
.ic-search:before {
  content: "g";
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_icons\.scss}line{font-family:\00003151}}
.ic-menu:before {
  content: "i";
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_icons\.scss}line{font-family:\00003155}}
.ic-close:before {
  content: "=";
  z-index: 20;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_icons\.scss}line{font-family:\00003160}}
.ic-close2:before {
  content: "6";
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_icons\.scss}line{font-family:\00003164}}
.ic-leftarrow:before {
  content: "x";
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_icons\.scss}line{font-family:\00003168}}
.ic-rightarrow:before {
  content: "c";
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_icons\.scss}line{font-family:\00003172}}
.ic-downarrow:before {
  content: "v";
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_icons\.scss}line{font-family:\00003176}}
.ic-uparrow:before {
  content: "z";
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_icons\.scss}line{font-family:\00003180}}
.ic-bang:before {
  content: "8";
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_icons\.scss}line{font-family:\00003184}}
.ic-info:before {
  content: "9";
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_icons\.scss}line{font-family:\00003188}}
.ic-qmark:before {
  content: ")";
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_icons\.scss}line{font-family:\00003192}}
.ic-check:before {
  content: "-";
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_icons\.scss}line{font-family:\00003196}}
.ic-check2:before {
  content: "7";
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_icons\.scss}line{font-family:\00003200}}
.ic-print:before {
  content: "y";
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_icons\.scss}line{font-family:\00003204}}
.ic-pdf:before {
  font-family: 'vdf-ic-media-rg';
  content: "-";
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_icons\.scss}line{font-family:\00003209}}
.ic-calendar:before {
  font-family: 'vdf-ic-communication-rg';
  content: "Z";
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_icons\.scss}line{font-family:\00003214}}
.ic-time:before {
  font-family: 'vdf-ic-communication-rg';
  content: "t";
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_icons\.scss}line{font-family:\00003219}}
.ic-contacts:before {
  content: "icon";
  font-family: 'VodafoneRg';
  font-size: 12px;
  top: 8px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_icons\.scss}line{font-family:\00003228}}
.ic-avatar:before {
  font-family: 'vdf-ic-con-rg';
  content: "[";
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_icons\.scss}line{font-family:\00003246}}
.ic-radio {
  padding-left: 0px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_icons\.scss}line{font-family:\00003250}}
.ic-search-result-date:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  color: #999999;
  font-size: 24px;
  position: relative;
  font-family: 'vdf-ic-rg';
  content: "h";
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_icons\.scss}line{font-family:\00003256}}
.ic-filtertype:after {
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  color: #999999;
  font-size: 24px;
  position: relative;
  font-family: 'vdf-ic-rg';
  top: 0;
  right: 0;
  position: absolute;
  padding-right: 5%;
  content: ":";
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_icons\.scss}line{font-family:\00003266}}
.ic-sort:after {
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  color: #999999;
  font-size: 24px;
  position: relative;
  font-family: 'vdf-ic-rg';
  top: 0;
  right: 0;
  position: absolute;
  padding-right: 10%;
  content: "u";
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_icons\.scss}line{font-family:\00003276}}
.ic-checkbox, .ic-radio {
  cursor: pointer;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_icons\.scss}line{font-family:\00003280}}
.ic-checkbox:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  color: #999999;
  font-size: 24px;
  position: relative;
  padding-right: 0px;
  content: "3";
  float: left;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_icons\.scss}line{font-family:\00003287}}
.ic-checkbox.checked:before {
  content: "4";
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_icons\.scss}line{font-family:\00003291}}
.ic-radio:after {
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  color: #999999;
  font-size: 24px;
  position: relative;
  font-family: 'vdf-ic-rg';
  padding-right: 0px;
  content: "1";
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_icons\.scss}line{font-family:\00003298}}
.ic-radio.active:after {
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  color: #999999;
  font-size: 24px;
  position: relative;
  font-family: 'vdf-ic-rg';
  padding-right: 0px;
  content: "2";
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_icons\.scss}line{font-family:\00003305}}
.submenu.search-filter .ic-radio:after {
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  color: #999999;
  font-size: 24px;
  position: relative;
  font-family: 'vdf-ic-rg';
  content: "1";
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_icons\.scss}line{font-family:\00003311}}
.submenu.search-filter .ic-radio.active:after {
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  color: #999999;
  font-size: 24px;
  position: relative;
  font-family: 'vdf-ic-rg';
  content: "2";
}

/* File types */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_icons\.scss}line{font-family:\00003318}}
.ic-search-illustration:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  color: #999999;
  font-size: 24px;
  position: relative;
  font-family: 'vdf-ic-media-rg';
  content: "a";
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_icons\.scss}line{font-family:\00003324}}
.ic-search-workfile:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  color: #999999;
  font-size: 24px;
  position: relative;
  font-family: 'vdf-ic-media-rg';
  content: ".";
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_icons\.scss}line{font-family:\00003330}}
.ic-search-asset:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  color: #999999;
  font-size: 24px;
  position: relative;
  font-family: 'vdf-ic-media-rg';
  content: "x";
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_icons\.scss}line{font-family:\00003336}}
.ic-search-code:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  color: #999999;
  font-size: 24px;
  position: relative;
  font-family: 'vdf-ic-media-rg';
  content: "[";
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_icons\.scss}line{font-family:\00003342}}
.ic-search-demo:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  color: #999999;
  font-size: 24px;
  position: relative;
  font-family: 'vdf-ic-media-rg';
  content: "b";
}

/* Format */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_icons\.scss}line{font-family:\00003349}}
.ic-search-guideline:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  color: #999999;
  font-size: 24px;
  position: relative;
  font-family: 'vdf-ic-media-rg';
  content: "/";
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_icons\.scss}line{font-family:\00003355}}
.ic-search-delivery:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  color: #999999;
  font-size: 24px;
  position: relative;
  font-family: 'vdf-ic-media-rg';
  content: "z";
}

/* Platforms */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_icons\.scss}line{font-family:\00003362}}
.ic-search-android:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  color: #999999;
  font-size: 24px;
  position: relative;
  font-family: 'vdf-ic-con-rg';
  content: "w";
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_icons\.scss}line{font-family:\00003368}}
.ic-search-ios:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  color: #999999;
  font-size: 24px;
  position: relative;
  font-family: 'vdf-ic-con-rg';
  content: "q";
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_icons\.scss}line{font-family:\00003374}}
.ic-search-windows:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  color: #999999;
  font-size: 24px;
  position: relative;
  font-family: 'vdf-ic-con-rg';
  content: "e";
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_icons\.scss}line{font-family:\00003380}}
.ic-search-html:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  color: #999999;
  font-size: 24px;
  position: relative;
  font-family: 'vdf-ic-con-rg';
  content: "r";
}

/* Device class */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_icons\.scss}line{font-family:\00003387}}
.ic-search-mobile:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  color: #999999;
  font-size: 24px;
  position: relative;
  font-family: 'vdf-ic-devices-rg';
  content: "y";
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_icons\.scss}line{font-family:\00003393}}
.ic-search-tablet:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  color: #999999;
  font-size: 24px;
  position: relative;
  font-family: 'vdf-ic-devices-rg';
  content: "w";
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_icons\.scss}line{font-family:\00003399}}
.ic-search-desktop:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  color: #999999;
  font-size: 24px;
  position: relative;
  font-family: 'vdf-ic-devices-rg';
  content: "g";
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_icons\.scss}line{font-family:\00003405}}
.ic-search-cross-device:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  color: #999999;
  font-size: 24px;
  position: relative;
  font-family: 'vdf-ic-devices-rg';
  content: "a";
}

/* communication */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_icons\.scss}line{font-family:\00003412}}
.ic-feedback:before {
  font-family: 'vdf-ic-communication-rg';
  content: "q";
}

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_normalize\.scss}line{font-family:\0000311}}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_normalize\.scss}line{font-family:\0000330}}
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_normalize\.scss}line{font-family:\0000341}}
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_normalize\.scss}line{font-family:\0000351}}
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_normalize\.scss}line{font-family:\0000366}}
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_normalize\.scss}line{font-family:\0000376}}
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_normalize\.scss}line{font-family:\0000388}}
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_normalize\.scss}line{font-family:\0000396}}
a:focus {
  outline: 0;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_normalize\.scss}line{font-family:\00003104}}
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_normalize\.scss}line{font-family:\00003118}}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_normalize\.scss}line{font-family:\00003127}}
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_normalize\.scss}line{font-family:\00003135}}
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_normalize\.scss}line{font-family:\00003144}}
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_normalize\.scss}line{font-family:\00003152}}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_normalize\.scss}line{font-family:\00003162}}
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_normalize\.scss}line{font-family:\00003171}}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_normalize\.scss}line{font-family:\00003183}}
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_normalize\.scss}line{font-family:\00003191}}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_normalize\.scss}line{font-family:\00003199}}
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_normalize\.scss}line{font-family:\00003207}}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_normalize\.scss}line{font-family:\00003215}}
sup {
  top: -0.5em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_normalize\.scss}line{font-family:\00003219}}
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_normalize\.scss}line{font-family:\00003231}}
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_normalize\.scss}line{font-family:\00003239}}
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_normalize\.scss}line{font-family:\00003251}}
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_normalize\.scss}line{font-family:\00003263}}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_normalize\.scss}line{font-family:\00003274}}
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_normalize\.scss}line{font-family:\00003285}}
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_normalize\.scss}line{font-family:\00003299}}
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_normalize\.scss}line{font-family:\00003311}}
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_normalize\.scss}line{font-family:\00003324}}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_normalize\.scss}line{font-family:\00003336}}
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_normalize\.scss}line{font-family:\00003346}}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_normalize\.scss}line{font-family:\00003358}}
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_normalize\.scss}line{font-family:\00003370}}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_normalize\.scss}line{font-family:\00003379}}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_normalize\.scss}line{font-family:\00003390}}
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_normalize\.scss}line{font-family:\00003403}}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media only screen and (max-width: 480px) {
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_fluid-fontsize\.scss}line{font-family:\000032}}
  .headl-fs-fluid, .fixHead-fs-fluid {
    font-size: 1em !important;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_fluid-fontsize\.scss}line{font-family:\000035}}
  .subt-fs-fluid, .fixSub-fs-fluid {
    font-size: .75em !important;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_fluid-fontsize\.scss}line{font-family:\000038}}
  .fixSub2-fs-fluid {
    font-size: .75em !important;
  }
}
@media only screen and (min-width: 481px) and (max-width: 640px) {
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_fluid-fontsize\.scss}line{font-family:\0000313}}
  .headl-fs-fluid, .fixHead-fs-fluid {
    font-size: 1.5em !important;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_fluid-fontsize\.scss}line{font-family:\0000316}}
  .subt-fs-fluid, .fixSub-fs-fluid {
    font-size: 1.125em !important;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_fluid-fontsize\.scss}line{font-family:\0000319}}
  .fixSub2-fs-fluid {
    font-size: .75em !important;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1056px) {
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_fluid-fontsize\.scss}line{font-family:\0000325}}
  .headl-fs-fluid, .fixHead-fs-fluid {
    font-size: 2em !important;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_fluid-fontsize\.scss}line{font-family:\0000328}}
  .subt-fs-fluid, .fixSub-fs-fluid {
    font-size: 1.5em !important;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_fluid-fontsize\.scss}line{font-family:\0000331}}
  .fixSub2-fs-fluid {
    font-size: 1em !important;
  }
}
@media only screen and (min-width: 1057px) and (max-width: 1256px) {
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_fluid-fontsize\.scss}line{font-family:\0000337}}
  .headl-fs-fluid {
    font-size: 3em !important;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_fluid-fontsize\.scss}line{font-family:\0000340}}
  .subt-fs-fluid {
    font-size: 2.25em !important;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_fluid-fontsize\.scss}line{font-family:\0000343}}
  .fixHead-fs-fluid {
    font-size: 2em !important;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_fluid-fontsize\.scss}line{font-family:\0000346}}
  .fixSub-fs-fluid {
    font-size: 1.5em !important;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_fluid-fontsize\.scss}line{font-family:\0000349}}
  .fixSub2-fs-fluid {
    font-size: 1em !important;
  }
}
@media only screen and (min-width: 1257px) {
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_fluid-fontsize\.scss}line{font-family:\0000355}}
  .headl-fs-fluid {
    font-size: 3em !important;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_fluid-fontsize\.scss}line{font-family:\0000359}}
  .subt-fs-fluid {
    font-size: 2.25em !important;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_fluid-fontsize\.scss}line{font-family:\0000363}}
  .fixHead-fs-fluid {
    font-size: 2em !important;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_fluid-fontsize\.scss}line{font-family:\0000366}}
  .fixSub-fs-fluid {
    font-size: 1.5em !important;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/common\/_fluid-fontsize\.scss}line{font-family:\0000369}}
  .fixSub2-fs-fluid {
    font-size: 1em !important;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_accordeon_style\.scss}line{font-family:\000031}}
.accordeon {
  border: 1px solid #ebebeb;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 16px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_accordeon_style\.scss}line{font-family:\000038}}
.accordeon .acc-button {
  position: relative;
  width: 100%;
  cursor: pointer;
  display: inline-block;
  padding-bottom: 16px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_accordeon_style\.scss}line{font-family:\0000317}}
.accordeon .acc-button h1, .accordeon .acc-button h2, .accordeon .acc-button h3 {
  float: left;
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_accordeon_style\.scss}line{font-family:\0000322}}
.accordeon .acc-button:after {
  content: "z";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -18px;
  cursor: pointer;
  color: #999999;
  font-family: 'vdf-ic-rg';
  font-size: 26px;
  max-height: 26px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_accordeon_style\.scss}line{font-family:\0000337}}
.accordeon .acc-button:hover:after {
  color: #007c92;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_accordeon_style\.scss}line{font-family:\0000344}}
.accordeon .acc-content {
  overflow: hidden;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_accordeon_style\.scss}line{font-family:\0000350}}
.accordeon.closed {
  padding-bottom: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_accordeon_style\.scss}line{font-family:\0000354}}
.accordeon.closed .acc-button {
  padding-bottom: 0px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_accordeon_style\.scss}line{font-family:\0000357}}
.accordeon.closed .acc-button:after {
  content: "v";
  top: 50%;
  margin-top: -10px;
}

@media only screen and (min-width: 41.75em) {
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_accordeon_style\.scss}line{font-family:\0000373}}
  .accordeon {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_buttons\.scss}line{font-family:\000031}}
.btn {
  font-size: 1em;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  *display: inline;
  padding: 0 4px;
  *margin-left: .3em;
  line-height: 38px;
  height: 38px;
  color: #333333;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 0;
  background-color: #ebebeb;
  border-top: 1px solid transparent;
  border-bottom: 1px solid #cccccc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  *zoom: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background-image: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_buttons\.scss}line{font-family:\0000331}}
a.btn {
  text-decoration: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_buttons\.scss}line{font-family:\0000335}}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #f4f4f4;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_buttons\.scss}line{font-family:\0000345}}
.btn:active,
.btn.active {
  background-color: #cccccc;
  outline: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_buttons\.scss}line{font-family:\0000351}}
.btn:first-child {
  *margin-left: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_buttons\.scss}line{font-family:\0000355}}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_buttons\.scss}line{font-family:\0000361}}
.btn:focus {
  outline: thin dotted #333333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_buttons\.scss}line{font-family:\0000367}}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  background-color: #cccccc;
  border-top: 1px solid #afafaf;
  border-bottom: 1px solid #ebebeb;
  line-height: 38px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_buttons\.scss}line{font-family:\0000377}}
.primary,
.primary:visited {
  color: white;
  background-color: #892988;
  border-bottom: 1px solid #5e2750;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_buttons\.scss}line{font-family:\0000384}}
.primary:hover,
.primary:focus,
.primary:active,
.primary.active {
  color: white;
  background-color: #9c2aa0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_buttons\.scss}line{font-family:\0000392}}
.primary:active,
.primary.active {
  background-color: #5e2750;
  border-top: 1px solid #3a1232;
  border-bottom: 1px solid #9c2aa0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_buttons\.scss}line{font-family:\0000399}}
.secondary,
.secondary:visited {
  color: white;
  background-color: #444444;
  border-bottom: 1px solid black;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_buttons\.scss}line{font-family:\00003106}}
.secondary:hover,
.secondary:focus {
  color: white;
  background-color: #666666;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_buttons\.scss}line{font-family:\00003112}}
.secondary:active,
.secondary.active {
  color: white;
  background-color: #333333;
  border-top: 1px solid #111;
  border-bottom: 1px solid #666666;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_buttons\.scss}line{font-family:\00003120}}
.buttons_line_1x, .buttons_line_2x, .buttons_line_3x {
  width: 100%;
  /*font-size: 0em; //delete gap between inline-blocks*/
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_buttons\.scss}line{font-family:\00003125}}
.buttons_line_3x .btn {
  max-width: inherit;
  width: 30%;
  margin-right: 5%;
  padding: 0;
  float: left;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_buttons\.scss}line{font-family:\00003137}}
.buttons_line_3x .btn:last-child {
  margin-right: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_buttons\.scss}line{font-family:\00003141}}
.buttons_line_2x .btn {
  max-width: inherit;
  width: 48%;
  margin-right: 4%;
  padding: 0;
  float: left;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_buttons\.scss}line{font-family:\00003153}}
.buttons_line_2x .btn:last-child {
  margin-right: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_buttons\.scss}line{font-family:\00003157}}
.buttons_line_1x .btn {
  width: 100%;
  max-width: inherit;
  padding: 0;
  float: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_buttons\.scss}line{font-family:\00003164}}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  color: #afafaf;
  background-color: #f4f4f4;
  border: 1px solid #ebebeb;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_buttons\.scss}line{font-family:\00003176}}
#backbtn {
  display: block;
  font-size: 1em;
  font-weight: bold;
  background-color: white;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_buttons\.scss}line{font-family:\00003182}}
#backbtn a {
  position: relative;
  display: block;
  height: 48px;
  line-height: 48px;
  text-decoration: none;
  padding: 0 5%;
  border-bottom: solid 1px #cccccc;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_buttons\.scss}line{font-family:\00003191}}
#backbtn a span.ic-back {
  font-size: 2em;
  position: absolute;
  left: 5%;
  top: 2px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_buttons\.scss}line{font-family:\00003198}}
#backbtn a span.content {
  margin-left: 48px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_buttons\.scss}line{font-family:\00003203}}
#backbtn a:focus, #backbtn a:active {
  color: white;
  background-color: #007c92;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_buttons\.scss}line{font-family:\00003207}}
#backbtn a:focus span:before, #backbtn a:active span:before {
  color: white;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_buttons\.scss}line{font-family:\00003214}}
.btn, button, button.primary, button.secondary {
  margin: 0 0 1em 0;
  width: 100%;
}
@media only screen and (min-width: 48em) {
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_buttons\.scss}line{font-family:\00003214}}
  .btn, button, button.primary, button.secondary {
    float: right;
    /*max-width: calcem(288px);*/
    max-width: 288px;
  }
}

@media only screen and (min-width: 48em) {
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_buttons\.scss}line{font-family:\00003227}}
  #backbtn {
    display: none;
  }
}
/* ==========================================================================
   Content grid fluid definition (cg)
   ========================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-area-grid\.scss}line{font-family:\0000311}}
.cg-onecol-fluid,
.cg-twocol-fluid,
.cg-threecol-fluid,
.cg-fourcol-fluid {
  width: 100%;
  padding: 0 5%;
  display: table;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-area-grid\.scss}line{font-family:\0000317}}
.cg-onecol-fluid.inner-grid,
.cg-twocol-fluid.inner-grid,
.cg-threecol-fluid.inner-grid,
.cg-fourcol-fluid.inner-grid {
  padding: 0px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-area-grid\.scss}line{font-family:\0000326}}
.cg-fluid-90, .cg-fluid-75, .cg-fluid-67, .cg-fluid-59, .cg-fluid-44, .cg-fluid-43, .cg-fluid-28, .cg-fluid-21, .cg-fluid-13 {
  float: left;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-area-grid\.scss}line{font-family:\0000335}}
.cg-onecol-fluid .cg-fluid-90 {
  width: 100%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-area-grid\.scss}line{font-family:\0000352}}
.cg-twocol-fluid .cg-fluid-90 {
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-area-grid\.scss}line{font-family:\0000355}}
.cg-twocol-fluid .cg-fluid-43 {
  width: 48%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-area-grid\.scss}line{font-family:\0000346}}
.cg-twocol-fluid .cg-fluid-43:not(:last-child) {
  margin-right: 4%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-area-grid\.scss}line{font-family:\0000378}}
.cg-threecol-fluid .cg-fluid-90 {
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-area-grid\.scss}line{font-family:\0000381}}
.cg-threecol-fluid .cg-fluid-59 {
  width: 65.66%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-area-grid\.scss}line{font-family:\0000366}}
.cg-threecol-fluid .cg-fluid-59:not(:last-child) {
  margin-right: 3%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-area-grid\.scss}line{font-family:\0000384}}
.cg-threecol-fluid .cg-fluid-28 {
  width: 31.33%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-area-grid\.scss}line{font-family:\0000372}}
.cg-threecol-fluid .cg-fluid-28:not(:last-child) {
  margin-right: 3%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-area-grid\.scss}line{font-family:\00003118}}
.cg-fourcol-fluid .cg-fluid-90 {
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-area-grid\.scss}line{font-family:\00003121}}
.cg-fourcol-fluid .cg-fluid-75 {
  width: 75%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-area-grid\.scss}line{font-family:\0000394}}
.cg-fourcol-fluid .cg-fluid-75:not(:last-child) {
  margin-right: 2%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-area-grid\.scss}line{font-family:\00003124}}
.cg-fourcol-fluid .cg-fluid-67 {
  width: 74.5%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-area-grid\.scss}line{font-family:\00003100}}
.cg-fourcol-fluid .cg-fluid-67:not(:last-child) {
  margin-right: 2%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-area-grid\.scss}line{font-family:\00003127}}
.cg-fourcol-fluid .cg-fluid-44 {
  width: 49%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-area-grid\.scss}line{font-family:\00003106}}
.cg-fourcol-fluid .cg-fluid-44:not(:last-child) {
  margin-right: 2%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-area-grid\.scss}line{font-family:\00003130}}
.cg-fourcol-fluid .cg-fluid-21 {
  width: 23.5%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-area-grid\.scss}line{font-family:\00003110}}
.cg-fourcol-fluid .cg-fluid-21:not(:last-child) {
  margin-right: 2%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-area-grid\.scss}line{font-family:\00003133}}
.cg-fourcol-fluid .cg-fluid-13 {
  width: 13%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-area-grid\.scss}line{font-family:\00003114}}
.cg-fourcol-fluid .cg-fluid-13:not(:last-child) {
  margin-right: 1em;
}

@media only screen and (max-width: 61.4375em) {
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-area-grid\.scss}line{font-family:\00003140}}
  .cg-fourcol-fluid .cg-fluid-75 {
    width: 71.5%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-area-grid\.scss}line{font-family:\00003142}}
  .cg-fourcol-fluid .cg-fluid-75:not(:last-child) {
    margin-right: 2%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-area-grid\.scss}line{font-family:\00003144}}
  .cg-fourcol-fluid .cg-fluid-13 {
    width: 23.5%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-area-grid\.scss}line{font-family:\00003146}}
  .cg-fourcol-fluid .cg-fluid-13:not(:last-child) {
    margin-right: 5%;
  }
}
/* ==========================================================================
   Responsive content template definition

   ct-fluid = content template fluid (row)
   ctc-fluid= content template column fluid (column)
   ========================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-template-fluid\.scss}line{font-family:\000038}}
.show-for-tablet {
  display: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-template-fluid\.scss}line{font-family:\000039}}
.hide-for-tablet {
  display: block;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-template-fluid\.scss}line{font-family:\0000311}}
.hide-for-phone {
  display: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-template-fluid\.scss}line{font-family:\0000312}}
.show-for-phone {
  display: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-template-fluid\.scss}line{font-family:\0000314}}
.border-top {
  border-top: 1px solid #ebebeb;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-template-fluid\.scss}line{font-family:\0000317}}
.border-bottom {
  border-bottom: 1px solid #ebebeb;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-template-fluid\.scss}line{font-family:\0000321}}
[class*="ct-fluid-"] {
  width: 100%;
  padding: 0 5%;
  display: table;
  display: inline-block !important;
  margin-bottom: 16px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-template-fluid\.scss}line{font-family:\0000327}}
[class*="ct-fluid-"].no-margin {
  margin-bottom: 0px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-template-fluid\.scss}line{font-family:\0000329}}
[class*="ct-fluid-"] hr.divider {
  border: 0;
  background-color: #ebebeb;
  height: 1px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-template-fluid\.scss}line{font-family:\0000335}}
[class*="ct-fluid-"].inner-grid {
  padding: 0px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-template-fluid\.scss}line{font-family:\0000339}}
[class*="ct-fluid-"].hover:hover {
  background-color: #f4f4f4;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-template-fluid\.scss}line{font-family:\0000344}}
[class*="ctc-fluid-"] {
  float: left;
  margin-bottom: 16px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-template-fluid\.scss}line{font-family:\0000349}}
[class*="ctc-fluid-"] p {
  margin-bottom: 0px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-template-fluid\.scss}line{font-family:\0000352}}
[class*="ctc-fluid-"] p.left {
  text-align: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-template-fluid\.scss}line{font-family:\0000355}}
[class*="ctc-fluid-"] p.right {
  text-align: right;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-template-fluid\.scss}line{font-family:\0000358}}
[class*="ctc-fluid-"] p.margin-bottom {
  margin-bottom: 16px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-template-fluid\.scss}line{font-family:\0000363}}
[class*="ctc-fluid-"] > a.image-link {
  display: block !important;
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-template-fluid\.scss}line{font-family:\0000372}}
[class*="ctc-fluid-"] img {
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-template-fluid\.scss}line{font-family:\0000377}}
[class*="ctc-fluid-"].border {
  border-bottom: 1px solid #ebebeb;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-template-fluid\.scss}line{font-family:\0000381}}
[class*="ctc-fluid-"].border-header {
  border-bottom: 1px solid #ebebeb;
  position: relative;
  top: -7px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-template-fluid\.scss}line{font-family:\0000387}}
[class*="ctc-fluid-"].border-left {
  border-left: 1px solid #ebebeb;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-template-fluid\.scss}line{font-family:\0000391}}
[class*="ctc-fluid-"].no-margin {
  margin-bottom: 0px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-template-fluid\.scss}line{font-family:\0000396}}
.ct-fluid-111 .ctc-fluid-111 {
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-template-fluid\.scss}line{font-family:\0000398}}
.ct-fluid-111 .ctc-fluid-111:nth-child(1n+1) {
  margin-right: 0%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-template-fluid\.scss}line{font-family:\00003104}}
.ct-fluid-333 .ctc-fluid-111 {
  width: 31.33%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-area-grid\.scss}line{font-family:\0000372}}
.ct-fluid-333 .ctc-fluid-111:not(:last-child) {
  margin-right: 3%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-template-fluid\.scss}line{font-family:\00003106}}
.ct-fluid-333 .ctc-fluid-111:nth-child(2n+2) {
  margin-right: 0%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-template-fluid\.scss}line{font-family:\00003109}}
.ct-fluid-333 .ctc-fluid-222 {
  width: 65.66%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-area-grid\.scss}line{font-family:\0000366}}
.ct-fluid-333 .ctc-fluid-222:not(:last-child) {
  margin-right: 3%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-template-fluid\.scss}line{font-family:\00003111}}
.ct-fluid-333 .ctc-fluid-222:nth-child(2n+2) {
  margin-right: 0%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-template-fluid\.scss}line{font-family:\00003117}}
.ct-fluid-133 .ctc-fluid-122 {
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-template-fluid\.scss}line{font-family:\00003119}}
.ct-fluid-133 .ctc-fluid-122:nth-child(1n+1) {
  margin-right: 0%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-template-fluid\.scss}line{font-family:\00003122}}
.ct-fluid-133 .ctc-fluid-111 {
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-template-fluid\.scss}line{font-family:\00003124}}
.ct-fluid-133 .ctc-fluid-111:nth-child(1n+1) {
  margin-right: 0%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-template-fluid\.scss}line{font-family:\00003130}}
.ct-fluid-222 .ctc-fluid-111 {
  width: 48%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-area-grid\.scss}line{font-family:\0000346}}
.ct-fluid-222 .ctc-fluid-111:not(:last-child) {
  margin-right: 4%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-template-fluid\.scss}line{font-family:\00003132}}
.ct-fluid-222 .ctc-fluid-111:nth-child(2n+2) {
  margin-right: 0%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-template-fluid\.scss}line{font-family:\00003138}}
.ct-fluid-124 .ctc-fluid-111 {
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-template-fluid\.scss}line{font-family:\00003140}}
.ct-fluid-124 .ctc-fluid-111:nth-child(1n+1) {
  margin-right: 0%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-template-fluid\.scss}line{font-family:\00003146}}
.ct-fluid-122 .ctc-fluid-111 {
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-template-fluid\.scss}line{font-family:\00003148}}
.ct-fluid-122 .ctc-fluid-111:nth-child(1n+1) {
  margin-right: 0%;
}

@media only screen and (min-width: 19.9375em) {
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-template-fluid\.scss}line{font-family:\00003153}}
  .show-for-phone {
    display: block;
  }
}
@media only screen and (min-width: 48em) {
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-template-fluid\.scss}line{font-family:\00003159}}
  .show-for-tablet {
    display: block;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-template-fluid\.scss}line{font-family:\00003160}}
  .hide-for-tablet {
    display: none;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-template-fluid\.scss}line{font-family:\00003162}}
  .hide-for-phone {
    display: block;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-template-fluid\.scss}line{font-family:\00003163}}
  .show-for-phone {
    display: none;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-template-fluid\.scss}line{font-family:\00003167}}
  .ct-fluid-133 .ctc-fluid-122 {
    width: 65.66%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-area-grid\.scss}line{font-family:\0000366}}
  .ct-fluid-133 .ctc-fluid-122:not(:last-child) {
    margin-right: 3%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-template-fluid\.scss}line{font-family:\00003169}}
  .ct-fluid-133 .ctc-fluid-122:nth-child(2n+2) {
    margin-right: 0%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-template-fluid\.scss}line{font-family:\00003172}}
  .ct-fluid-133 .ctc-fluid-111 {
    width: 31.33%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-area-grid\.scss}line{font-family:\0000372}}
  .ct-fluid-133 .ctc-fluid-111:not(:last-child) {
    margin-right: 3%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-template-fluid\.scss}line{font-family:\00003174}}
  .ct-fluid-133 .ctc-fluid-111:nth-child(2n+2) {
    margin-right: 0%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-template-fluid\.scss}line{font-family:\00003180}}
  .ct-fluid-124 .ctc-fluid-111 {
    width: 48%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-area-grid\.scss}line{font-family:\0000346}}
  .ct-fluid-124 .ctc-fluid-111:not(:last-child) {
    margin-right: 4%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-template-fluid\.scss}line{font-family:\00003182}}
  .ct-fluid-124 .ctc-fluid-111:nth-child(2n+2) {
    margin-right: 0%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-template-fluid\.scss}line{font-family:\00003188}}
  .ct-fluid-122 .ctc-fluid-111 {
    width: 48%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-area-grid\.scss}line{font-family:\0000346}}
  .ct-fluid-122 .ctc-fluid-111:not(:last-child) {
    margin-right: 4%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-template-fluid\.scss}line{font-family:\00003190}}
  .ct-fluid-122 .ctc-fluid-111:first-child {
    margin-right: 4%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-template-fluid\.scss}line{font-family:\00003193}}
  .ct-fluid-122 .ctc-fluid-111:nth-child(2n+2) {
    margin-right: 0%;
  }
}
@media only screen and (min-width: 66em) {
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-template-fluid\.scss}line{font-family:\00003200}}
  .show-for-tablet {
    display: block;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-template-fluid\.scss}line{font-family:\00003201}}
  .hide-for-tablet {
    display: none;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-template-fluid\.scss}line{font-family:\00003202}}
  .hide-for-phone {
    display: block;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-template-fluid\.scss}line{font-family:\00003203}}
  .show-for-phone {
    display: none;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-template-fluid\.scss}line{font-family:\00003206}}
  .ct-fluid-124 .ctc-fluid-111 {
    width: 23.5%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-area-grid\.scss}line{font-family:\00003110}}
  .ct-fluid-124 .ctc-fluid-111:not(:last-child) {
    margin-right: 2%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-template-fluid\.scss}line{font-family:\00003208}}
  .ct-fluid-124 .ctc-fluid-111:nth-child(4n+4) {
    margin-right: 0%;
  }
}
/* ==========================================================================
   Content template fix
   ct-fix = content template fix (row)
   ctc-fix= content template column fix (column)
   ========================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-template-fix\.scss}line{font-family:\000037}}
[class*="ct-fix-"] {
  width: 100%;
  display: inline-block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-template-fix\.scss}line{font-family:\0000311}}
[class*="ct-fix-"] hr.divider {
  border: 0;
  background-color: #ebebeb;
  height: 1px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-template-fix\.scss}line{font-family:\0000317}}
[class*="ct-fix-"].inner-grid {
  padding: 0 !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-template-fix\.scss}line{font-family:\0000321}}
[class*="ct-fix-"].hover:hover {
  background-color: #f4f4f4;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-template-fix\.scss}line{font-family:\0000326}}
[class*="ctc-fix-"] {
  float: left;
  margin-bottom: 16px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-template-fix\.scss}line{font-family:\0000331}}
[class*="ctc-fix-"] p {
  margin-bottom: 0px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-template-fix\.scss}line{font-family:\0000334}}
[class*="ctc-fix-"] p.left {
  text-align: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-template-fix\.scss}line{font-family:\0000337}}
[class*="ctc-fix-"] p.right {
  text-align: right;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-template-fix\.scss}line{font-family:\0000340}}
[class*="ctc-fix-"] p.margin-bottom {
  margin-bottom: 16px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-template-fix\.scss}line{font-family:\0000345}}
[class*="ctc-fix-"] > a.image-link {
  display: block !important;
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-template-fix\.scss}line{font-family:\0000354}}
[class*="ctc-fix-"] img {
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-template-fix\.scss}line{font-family:\0000358}}
[class*="ctc-fix-"].border-header {
  border-bottom: 1px solid #ebebeb;
  position: relative;
  top: -7px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-template-fix\.scss}line{font-family:\0000363}}
[class*="ctc-fix-"].inner-grid {
  padding: 0 !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-template-fix\.scss}line{font-family:\0000369}}
.ct-fix-111 .ctc-fix-111 {
  width: 100%;
  padding: 0 5%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-template-fix\.scss}line{font-family:\0000372}}
.ct-fix-111 .ctc-fix-111:nth-child(1n+1) {
  margin-right: 0%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-template-fix\.scss}line{font-family:\0000376}}
.ct-fix-222 {
  padding: 0 5%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-template-fix\.scss}line{font-family:\0000378}}
.ct-fix-222 .ctc-fix-111 {
  padding: 0;
  width: 50%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-template-fix\.scss}line{font-family:\0000381}}
.ct-fix-222 .ctc-fix-111:nth-child(2n+2) {
  margin-right: 0%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-template-fix\.scss}line{font-family:\0000385}}
.ct-fix-222-d {
  padding: 0 5%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-template-fix\.scss}line{font-family:\0000387}}
.ct-fix-222-d .ctc-fix-111 {
  padding: 0;
  width: 47.77777%;
  margin-right: 4.44444%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-template-fix\.scss}line{font-family:\0000391}}
.ct-fix-222-d .ctc-fix-111:nth-child(2n+2) {
  margin-right: 0%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-template-fix\.scss}line{font-family:\0000396}}
.ct-fix-122 .ctc-fix-111, .ct-fix-122 .ctc-fix-122 {
  width: 100%;
  padding: 0 5%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-template-fix\.scss}line{font-family:\0000399}}
.ct-fix-122 .ctc-fix-111:nth-child(1n+1), .ct-fix-122 .ctc-fix-122:nth-child(1n+1) {
  margin-right: 0%;
}

@media only screen and (min-width: 42.375em) {
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-template-fix\.scss}line{font-family:\00003106}}
  .ct-fix-111 .ctc-fix-111 {
    padding: 0 1em;
    padding: 0 1rem;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-template-fix\.scss}line{font-family:\00003113}}
  .ct-fix-122 .ctc-fix-111 {
    width: 20em;
    padding: 0 1em;
    padding: 0 1rem;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-template-fix\.scss}line{font-family:\00003117}}
  .ct-fix-122 .ctc-fix-111:not(:last-child) {
    margin-right: 16px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-template-fix\.scss}line{font-family:\00003118}}
  .ct-fix-122 .ctc-fix-111:nth-child(2n+2) {
    margin-right: 0%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-template-fix\.scss}line{font-family:\00003120}}
  .ct-fix-122 .ctc-fix-122 {
    width: 100%;
    padding: 0 1em;
    padding: 0 1rem;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-template-fix\.scss}line{font-family:\00003127}}
  .ct-fix-222, .ct-fix-222-d {
    padding: 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-template-fix\.scss}line{font-family:\00003129}}
  .ct-fix-222 .ctc-fix-111, .ct-fix-222-d .ctc-fix-111 {
    width: 20em;
    padding: 0 1em;
    padding: 0 1rem;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-template-fix\.scss}line{font-family:\00003133}}
  .ct-fix-222 .ctc-fix-111:not(:last-child), .ct-fix-222-d .ctc-fix-111:not(:last-child) {
    margin-right: 16px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_content-template-fix\.scss}line{font-family:\00003134}}
  .ct-fix-222 .ctc-fix-111:nth-child(2n+2), .ct-fix-222-d .ctc-fix-111:nth-child(2n+2) {
    margin-right: 0%;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_datepicker_style\.scss}line{font-family:\000031}}
.datepicker {
  display: inline-block !important;
  width: 100%;
  float: left;
  overflow: hidden;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_datepicker_style\.scss}line{font-family:\000037}}
.datepicker .input-date {
  width: 40% !important;
  float: left;
  cursor: pointer;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_datepicker_style\.scss}line{font-family:\0000312}}
.datepicker .input-date input {
  padding: 8px 4px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_datepicker_style\.scss}line{font-family:\0000316}}
.datepicker .input-date .ic-calendar:before {
  right: 4px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_datepicker_style\.scss}line{font-family:\0000321}}
.datepicker .datepicker-until {
  height: 36px;
  width: 20%;
  line-height: 36px !important;
  text-align: center;
  float: left;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_datepicker_style\.scss}line{font-family:\0000331}}
.ui-datepicker {
  border: 1px solid #999999;
  background: white;
  color: #333333;
  width: 288px;
  padding: 16px 20px;
  display: none;
  margin: 5px auto 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_datepicker_style\.scss}line{font-family:\0000336}}
.ui-datepicker a {
  color: #333333;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_datepicker_style\.scss}line{font-family:\0000344}}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  height: 32px;
  color: #E60000;
  font-size: 1.5em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_datepicker_style\.scss}line{font-family:\0000349}}
.ui-datepicker .ui-datepicker-header a {
  color: #E60000;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_datepicker_style\.scss}line{font-family:\0000353}}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  width: 1.5em;
  height: 1.5em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_datepicker_style\.scss}line{font-family:\0000358}}
.ui-datepicker .ui-datepicker-prev .ui-icon, .ui-datepicker .ui-datepicker-next .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_datepicker_style\.scss}line{font-family:\0000365}}
.ui-datepicker .ui-datepicker-next {
  right: -8px;
  top: 6px;
  cursor: pointer;
  text-decoration: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_datepicker_style\.scss}line{font-family:\0000371}}
.ui-datepicker .ui-datepicker-next:before {
  color: #999999;
  content: "c";
  font-family: 'vdf-ic-rg';
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_datepicker_style\.scss}line{font-family:\0000380}}
.ui-datepicker .ui-datepicker-prev {
  left: 0;
  top: 6px;
  cursor: pointer;
  text-decoration: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_datepicker_style\.scss}line{font-family:\0000386}}
.ui-datepicker .ui-datepicker-prev:before {
  color: #999999;
  content: "x";
  font-family: 'vdf-ic-rg';
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_datepicker_style\.scss}line{font-family:\0000398}}
.ui-datepicker .ui-datepicker-prev:hover:before, .ui-datepicker .ui-datepicker-next:hover:before {
  color: #007c92;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_datepicker_style\.scss}line{font-family:\00003103}}
.ui-datepicker .ui-datepicker-prev:active:before, .ui-datepicker .ui-datepicker-next:active:before {
  color: #007c92;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_datepicker_style\.scss}line{font-family:\00003109}}
.ui-datepicker .ui-datepicker-title {
  font-family: 'VodafoneLt', sans-serif;
  font-weight: normal;
  line-height: 1.5em;
  text-align: center;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_datepicker_style\.scss}line{font-family:\00003114}}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_datepicker_style\.scss}line{font-family:\00003120}}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_datepicker_style\.scss}line{font-family:\00003124}}
.ui-datepicker table {
  width: 100%;
  border-spacing: 4px !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_datepicker_style\.scss}line{font-family:\00003128}}
.ui-datepicker th {
  font-size: 20px;
  font-weight: bold;
  padding: 16px 0;
  border: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_datepicker_style\.scss}line{font-family:\00003134}}
.ui-datepicker td {
  border: 0;
  margin: 2px;
  width: 32px;
  height: 32px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_datepicker_style\.scss}line{font-family:\00003139}}
.ui-datepicker td span {
  width: 32px;
  height: 32px;
  display: block;
  text-align: center;
  text-decoration: none;
  line-height: 32px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_datepicker_style\.scss}line{font-family:\00003147}}
.ui-datepicker td a {
  width: 32px;
  height: 32px;
  display: block;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
  border: 1px solid #CCCCCC;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_datepicker_style\.scss}line{font-family:\00003157}}
.ui-datepicker td a:hover {
  background: #007C92;
  color: #FFFFFF;
  border: 1px solid #CCCCCC;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_datepicker_style\.scss}line{font-family:\00003164}}
.ui-datepicker td a.ui-state-highlight {
  color: #007C92;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_datepicker_style\.scss}line{font-family:\00003167}}
.ui-datepicker td a.ui-state-highlight:hover {
  background: #007C92;
  color: #FFFFFF;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_datepicker_style\.scss}line{font-family:\00003172}}
.ui-datepicker td a.ui-state-active {
  color: #FFFFFF;
  background: #007C92;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_dropdown_style\.scss}line{font-family:\000031}}
.dropdown {
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_dropdown_style\.scss}line{font-family:\000034}}
.dropdown .dropdown-button {
  width: 100%;
  height: 36px;
  padding: 8px 16px;
  padding-right: 32px;
  border: 1px solid #cccccc;
  cursor: pointer;
  position: relative;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_dropdown_style\.scss}line{font-family:\0000313}}
.dropdown .dropdown-button:before {
  font-family: 'vdf-ic-rg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #999999;
  font-size: 16px;
  content: "v";
  line-height: 20px;
  position: absolute;
  right: 8px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_dropdown_style\.scss}line{font-family:\0000329}}
.dropdown .dropdown-button:hover:before, .dropdown .dropdown-button:active:before {
  color: #007c92;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_dropdown_style\.scss}line{font-family:\0000334}}
.dropdown .dropdown-button a {
  width: 100%;
  line-height: 20px;
  text-decoration: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_dropdown_style\.scss}line{font-family:\0000339}}
.dropdown .dropdown-button a div {
  float: left;
  line-height: 20px !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_dropdown_style\.scss}line{font-family:\0000343}}
.dropdown .dropdown-button a div span {
  line-height: 20px !important;
  float: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_dropdown_style\.scss}line{font-family:\0000347}}
.dropdown .dropdown-button a div span:first-child {
  margin-right: 4px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_dropdown_style\.scss}line{font-family:\0000352}}
.dropdown .dropdown-button a div:last-child {
  float: right;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_dropdown_style\.scss}line{font-family:\0000359}}
.dropdown .dropdown-list {
  width: 100%;
  position: relative;
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_dropdown_style\.scss}line{font-family:\0000364}}
.dropdown .dropdown-list ul {
  width: 100%;
  position: absolute;
  margin: 0 !important;
  top: -1px;
  list-style-type: none !important;
  background: white;
  border: 1px solid #cccccc;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_dropdown_style\.scss}line{font-family:\0000374}}
.dropdown .dropdown-list ul li {
  float: left;
  width: 100%;
  height: 36px;
  padding: 8px 16px;
  cursor: pointer;
  border-bottom: 1px solid #cccccc;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_dropdown_style\.scss}line{font-family:\0000382}}
.dropdown .dropdown-list ul li:last-child {
  border-bottom: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_dropdown_style\.scss}line{font-family:\0000386}}
.dropdown .dropdown-list ul li:hover, .dropdown .dropdown-list ul li:active, .dropdown .dropdown-list ul li.active {
  background: #007c92;
  color: white;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_dropdown_style\.scss}line{font-family:\0000390}}
.dropdown .dropdown-list ul li:hover a div, .dropdown .dropdown-list ul li:active a div, .dropdown .dropdown-list ul li.active a div {
  color: white;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_dropdown_style\.scss}line{font-family:\0000396}}
.dropdown .dropdown-list ul li.active {
  cursor: default;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_dropdown_style\.scss}line{font-family:\00003102}}
.dropdown .dropdown-list ul li.last-element a div {
  float: left !important;
  color: #999999;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_dropdown_style\.scss}line{font-family:\00003110}}
.dropdown .dropdown-list ul li.last-element:hover a div {
  color: white;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_dropdown_style\.scss}line{font-family:\00003117}}
.dropdown .dropdown-list ul li a {
  width: 100%;
  line-height: 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_dropdown_style\.scss}line{font-family:\00003121}}
.dropdown .dropdown-list ul li a div {
  float: left;
  line-height: 20px !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_dropdown_style\.scss}line{font-family:\00003125}}
.dropdown .dropdown-list ul li a div span {
  line-height: 20px !important;
  float: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_dropdown_style\.scss}line{font-family:\00003129}}
.dropdown .dropdown-list ul li a div span:first-child {
  margin-right: 4px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_dropdown_style\.scss}line{font-family:\00003134}}
.dropdown .dropdown-list ul li a div:last-child {
  float: right;
}

/* ==========================================================================
   Column elements
   ========================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_elements\.scss}line{font-family:\000036}}
.nav-sevencol {
  width: 14.29%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_elements\.scss}line{font-family:\0000310}}
.nav-seven #menu-main {
  width: 85.71%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_elements\.scss}line{font-family:\0000314}}
.nav-sixcol {
  width: 16.67%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_elements\.scss}line{font-family:\0000318}}
.nav-six #menu-main {
  width: 83.33%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_elements\.scss}line{font-family:\0000322}}
.nav-fivecol {
  width: 20%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_elements\.scss}line{font-family:\0000326}}
.nav-five #menu-main {
  width: 80%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_elements\.scss}line{font-family:\0000330}}
.nav-fourcol {
  width: 25%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_elements\.scss}line{font-family:\0000334}}
.nav-four #menu-main {
  width: 75%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_elements\.scss}line{font-family:\0000338}}
.nav-threecol {
  width: 33.33%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_elements\.scss}line{font-family:\0000342}}
.nav-three #menu-main {
  width: 66.67%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_elements\.scss}line{font-family:\0000346}}
.nav-twocol, .two #menu-main {
  width: 50%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_elements\.scss}line{font-family:\0000350}}
.nav-one #menu-main {
  width: 100%;
}

@media only screen and (max-width: 20.9375em) {
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_elements\.scss}line{font-family:\0000355}}
  .nav-sevencol, .nav-sixcol, .nav-fivecol, .nav-fourcol, .nav-threecol {
    width: 100%;
  }
}
/* ==========================================================================
   Footer style
   ========================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_footer\.scss}line{font-family:\000035}}
#footer {
  position: relative;
  width: 100%;
  min-width: 19.9375em;
  clear: both;
  padding-left: 5%;
  color: #999999;
  margin-top: -80px;
  background-color: white;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_footer\.scss}line{font-family:\0000315}}
#footer.border-t {
  margin-top: -81px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_footer\.scss}line{font-family:\0000319}}
#footer .fcontent {
  display: block;
  position: relative;
  height: 80px;
  overflow: hidden;
  max-width: 76.625em;
  margin: 0 auto;
  z-index: 2;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_footer\.scss}line{font-family:\0000329}}
#footer span {
  font-size: 0.75em;
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_footer\.scss}line{font-family:\0000334}}
#footer a {
  color: #999999;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_footer\.scss}line{font-family:\0000338}}
#footer span.copyright {
  float: left;
  margin-top: 16px;
  width: 80%;
  line-height: 1.3em;
}

@media only screen and (min-width: 48em) {
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_footer\.scss}line{font-family:\0000347}}
  #footer span.copyright {
    margin-top: 42px;
  }
}
@media only screen and (min-width: 66em) {
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_footer\.scss}line{font-family:\0000353}}
  #footer span.copyright {
    margin-top: 50px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_footer\.scss}line{font-family:\0000358}}
.rhombus {
  position: relative;
  display: block;
  z-index: 1;
  min-width: 308px;
  height: 80px;
  overflow: hidden;
  margin-top: -80px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_footer\.scss}line{font-family:\0000367}}
.rhombus .logo {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 40px;
  right: 0;
  margin-right: 1.2em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_footer\.scss}line{font-family:\0000376}}
.rhombus .logo::before {
  content: '';
  width: 2000px;
  height: 2000px;
  display: block;
  position: absolute;
  background-color: #e60000;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 17px 15px;
  -moz-transform-origin: 17px 15px;
  -ms-transform-origin: 17px 15px;
  -o-transform-origin: 17px 15px;
  transform-origin: 17px 15px;
  border-radius: 16px 0 0 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_footer\.scss}line{font-family:\0000395}}
.rhombus .vf_roundel {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAABamSURBVGjexVt5dFzVef/emxmNRqMZ7bJkG0vygmSwhQ0G24CNjQl2CBizxNjgBgpNW1rI4bRu65T+k3OALCck56SlTUgJW9JTIJjdUAqEzQte5EV4kyxLtvZ9JM2mmffe7ffdd++bO6ORbEObjn313rz1/r59uaP19/dDto+u63x79mw7xOPjwJgF4+PjfDAGOBjk5ORALBYD0zRB0zTw5eVBAs+Hx8YgGo0V5Of75weCgcUuXa/3er21OCrdbncRPjaPP5xB3DCNUCKR6MHnNgFojUnDaIiEw8fdHs9AMBgAjycHDCMJXm8u3+bn5/NjkUgE3G4XFBQU4DkvHvPguQCOPD6XyT5u+JofejiNKALHSZfl5HhuKC8vu6u4uHh1SXFxMM+fBzneHHC53JyIdC0Ri4bFrIBpGGWGYc4zkskVcSIoEjcSjUYj0dhnlq69krTYf1nAOlwuFxLW+LrT/eqAaeIEYAy5mUwmr62YNu07M2ZMv6esvCyvsLCQU5w4j9zjW7zGBmlZDmBmiwp4UFLyy8vBh8+N2ZPKg9j42lBX59r4mbOG0df3khUMvqB5c94njtJ76dY/GmCidiQShdHR0atKS4q31tRUf7uquhpFzM3BcdFHoLbs03+WIpKmE2chz5cLuagCQ3j8jGHC0IFD4D5yGLzNzWA0NYP7dAuUHGkEv5lwR2/dcE/u3/3DPQmf972RkdGfoOj+weNxc534PwXMdQPHwMCAP5Cf/+SCxZf9xZy5c/lxAkncdGyAuBaEvlv4jzQrvzDIp4kKC6fefR/cb74B+YcOQeHx41A5Mgy5eNyLg7ajlZUQ/qdHIXn9GtCKisGMxNaFLFg3OjLyH0xjWwuCwW5pa/7XARNXE4kkDA8NfWt2ddUv6xfVz/T58rioGobhiLj64WLL4TEIoEGhvcPhKHQ+9RS4X90OpUe/hNrkOBTiswH108T7h1Hko3hdZNs2YI89DrkufGZPLyRGR/B5GhQWFUKuz3f30NDQzaFQ6K/yA4Hfkfqw85Rx7XystIFiOhIKofUN/3Dhwku3zZ4zh5+Lx+NTWkRuydGS6m4PtOD3L3/wGHh/+W8wLxKGOXUXA1w0C2BoCBhyeICej9d4cCSfex68934HtHAYkn0DgMYLdd/EQXRB4jJb2oaGQ6ge5r9XVFZ8NxgMotfwfn0rTXo5ODhE1vOlFSuu2VhcUsK5SsYnk6PSAkuwubm5nFu7394B0QcfhAUE9OabAObOA+jtA9j7BRgNB2DAYjAmfJX5q6fBj2BRb8BAy6+hrmriXeQaNdqaFpeqgoIg2pLwn7W2ts6uq6u7JRAMRr+ySNOE89CohEIjEI9FP129etWKPL+f66p0RZmUlN/prxstbyduv9hyL0z/3QuwZvNdAHd+Gy3UWYADBwBaWsA4eBCGEOwwXhcgqbpnC+T8+XdBw3caaA80FHUCaxNS48/l++LdBDo310cSeH3TyeYG9M9XlJWVRC5YpAmsH8F1dXXB6ZbWT5dfvWxFIBDgIix9qQowTRVIl3GixwYGoWnxYlg6NgqVv34aoKIS4KMPEehpgO5usHbvhlEMHgaEGOcWFwNrbQUfvifR2wuWptkuDIdp2e7MQtXi+7i1kMt0jLwC2YmxUe4eTy5dftUin88XnwywTsZIHQQIIyRyOdDc1Lx9yZVXTACrclf9TucJ7OFTLdBaVgrfLCmGyoYGgPJpCPYjgE7k+QAS+OhRSCJYsummAOx65BHwoR4ag4PIWXfqHcLYa+jOgB8T70zxjAP3YwSG+7X79x74A32fFHAsFgd1JJMGgg1D45Evn6ivX3gbRkwTwGYCtf2rDbixuQW65s2Fm25dD14SXeQa7PmCcxVa29AfNYOF+wSW2JBDz3JpYN61GVy0T+/RVaLKAQ4BQHOowDc62EYNw1ia67JDBw+/KCUVo7i0oRMYOSgutlBkThw/saqiYtr3Z8ycyXU2K1hQdVjjE20eGoaOi+fCultuBu31NwB27QQ4cgRQLwDQz3Lw7e08moqKqIq4671qKXjwPiuL1dcdroJjH8AhNH+z/R3/kfgXFBRCV2f3ltbWti1qGCuHTr6Vxvh4gse7Z86cyXG59DcW1i9EbieyBx/Om2WIqQFZgqZZVXD9wgWgvfkWGqb9APtwNDYK0K2cy0k0RhQRE1e8fOBnQT0HzpC4KYIKToIUX+YA1FLI0YApQsDjHItbb2Tai6GRkQqKyMi6y6HbGUaAZx0udEHRSORXdfNrg/Q4EoFsFjlTrGmaBzdugqWRMfBiOEgWmOvsfgRMOtx0EoMHFOlolM+LYuYgOtMKnB6Pn6uruJWmOeTwCZIZUoFJ2EKkKYRxpDsl8pIcnhwMRFCNTx4/+VvpWuVAS0AKbqF590JPV1ctZjr3lZaWcfHO5mez7Te+9Q5Mf+UlKG3CgBF9NLz8MsDOXai7e2xRRlFn6EIswVldTF8X4Dve/wDewDBzX3cvjCLxS9DXB9FwMpFogKI6AFoGyBRweYTUklLLnq6eNb29faskDn5NQ8NBDox0NRwee3fZ0qXrKHshH5dplbMZLXIrx3G74qG/BvjnfwH4xS8A3nnH9rVocRlIktr3IQRIUjSFIyHCf9LnDhz9JeUQ/9bNULZ5E8xa9w24mLiPEdgQZmQad1OMuyGTuyh8ktgnSSSjZeKWzhvcbZncVaEha7z62qvriXB0TqcknpJqTKjry8vK11FwoSYB5/o0f/9RmEcUJLAE9O23AT75BJgDFi0wDgNFOEEZPx4bFxaathHhmi7CceVgH1zywm8g/M0bYc+1q+H17W9AP6aa02fO4OBkFCd1etLgQmwpF+/r61uI8cSNaJdsHSYuUkUDdWfrzItmpkVS58qcunES8KMnoOJpDCzI4Dz3HMDHHzvGhwkwFBoYzAY4LjhrcELY54nbozh68RidqyI7tvNjiN2xAXb8yf1wYHgMyquqQLdYWpIgsk9VuieGkmiI28+2P2qJiE0PBIKkrxhY5W8h60Zx8lQfeqEkRtfjP4Q5XtTCBx4AePJJgA8+BKbcT4YnBdoelrNlzncp8mSqyIJTXD0ouD7nt8/C3mVXwyfHTkJpTRW48IGUTysvcfAyZSvdEEZd0N/XvzIcjsyk0pCeSJJLit+MaZdmmFbKCTipXXbuUuKe/NnPoPx7D6NVPgXw6qvAQsPpxMmYROa5dFPE0hhF+/S0EQLdfAxOrV4Dnze3QumcGp48ZD7M5vzEt+koylQ26u7qvpuO65T2oTW8t6ioCBJUrFOnJh8kKxeKOA3u2QslcQwdNm0EeOY3mOgenkwmID1eSnMy3FKn9lMWXF5HUnCGuN3XCU1o0BoxCsR0EAxHktLZwrJQ1o2urquz608prtBDoWE/pnE3EOtNy7QfwNJZwiY8FiD8/AtQhmUdwKAF3nqLG5UpdV7Z6g444OGkW0Rc6D3tuFqcI67rogJCmddFyOnjW7dBCGNuH+a+TCpxGkoGqcO2lFJVE3ODutHRsRk6lj8XoOn2OEaASaox54a00AyTA9Ix2LMLChddhtHUPvRLJ6YAqjlBgi4GhhYCpMZjaVnSyeGD8a1bGV5BKApF9V8/BQ279kLZrJnIZUOwAedGBs2SjHKAODaHjHEkHFmCIq5fTty1jVVKdO0xUS3oxRG8OR9fBrOwYrFjBy/PTMZVzkVmc9KjDALm5YPAahywT4Czz9nHJCH83IoDFJN0oQvsRq75MFgCXu5ljhxawJy5qipIxMEC4DUYSycuJ5aT81Y5KynllFbB3tInihmRiwiE0RiFjmxS7jJHN12K+Lod0PbWzUVZExy2QavDI+7JEc/1vPYqtBw9AYWlJTzYUC0zODVvpRTMszANAY9chhKqz6MYk/GaUYqzLOMGlVrxM23gGglRwQvQs0+pt6oo65qyL62oM0jMCbQmgDKHIB5BMJ/gMoxHIfL5LrCC+RPq3Gq9OyWtFs/10f1WYtyhTacsicCCSiVg2R9EfhSrGW607tDWds7KsKaxDLOVnRguh9MpsXc7ksEcqZAppYW1sBENixZYJLT1lwGDjHmD5LhddU0mkoWYbuqFFHZZacCyUU3hMsbZnnEMDjs6eKBwvuVwTc0DFI67FctN4KT4uwTXPco1MtvSTp6EAaxqerGN48wrQzItRbTpRrRTfjcG37mUz3KQFs1A51GPPsGhWUIr8RJfrv384SEeFrrERFh2N+xw0spyDhTRthywmmPJ3Q74lA3gc8C6V2xkhKe06eAgTaxT+0CJhodUR5O6aykcTumzGFbKaAFWFSj4jzM7Dmbn4X/TuJwWXEjRT4m56pJcitjLe8hMubAmZmJ+zZRin820lHRm0W+NdHicUkFrggjbVUFnCDHn3KiocIL++LlEWlNZqalZbXoExlSdZgpA5siXIbZMyBqFmJlMyWZ3JHjU3yRKLgtRmMY5KKkiqKVSiAO2GM9mvFih0JHLMpc1J+FmSqTTwWmyuZblDulRrYxhiPcYwpCxPD9oWOinTsRkIFWwdn7vihAhe6gvC0IcLAe4vDilDwTawGs9WH6Nz7bbLVHOZW1SEVZBqGBSNjUdIJsAWuMgJeCE0HOSMi+WhBJYaZWgJgyHaRav22HpZwS7l/op3uGnl6ic5aZeEkEQArfJaAyoAhxbudKx0NjmQnehcRE3RMIvh/2d8QKAIVLCdOAqWC1NkG2wduEgqXCZXz9/PhTm5fJG/GRcZQrTKLTM8/l6dX+e/+A4uRiq7VKuKcSYU0duZUmFyiQYoFAPyLV+PddfAj/EKxeMczsBNjAbnBzAn82ycDwdaColTWZURhJcmrB7KK5MXn4FBBAEtz9ZuMvUuVNpCK8rKi5s1LF4dyART4gKPhPDTL9ZEQ86n4hFIXfltTBUM4fHtkMiYcdaCZ+cww3NHlYWnTSdpN92R/awz40LVZG1awl6AK+ZQcT2F0DuNcvBGLLzb2lQbY6q806JOgUeJaWlO6lK15hIjCMmw+7Z8IsgnVKKaNMDYyNjMA39X+wfH+XgCHQrr1TYNas45wiWaxANlXbSRNGJsLU0cTZFeScmkv4wB8wc0NI4kkSF79oENXNnw0CPHdYykzk6a5rp3KX9JPagqZOJOf8+Hf+MoC/7dGwszGmc4q5d7nSaVkKs+SDBwyin4IH7oB25fLEAeUpUKWyuMM7xhGJwrInpuigBaVwVCFQI9yXgiBgxkQ/XC05rD/4lBLCdGkNVtNKkT6gdFfzMFJOwvAPFJcVnsGfWplPFEvtHzxNgTXcJkUiJtKl278Q5elAEyznT0OlHsHBHIr0MRx9O9rQoxo0JvY4Lg8OUWrQMH2X0JcGOCgM4Ju4PC7ADonc8m6556BFYsGQRtDe12FHWZPpLeitUkLoqs+fMfp7HELRcoLi46LUkrb8ySSRAcFc1BixtmKa9YmMcWydVqMvNf/v3PF9djJOlyXXhdpBPWFO4ZPtwqd8JbtnpnMaBhoQojwnVGBNGKsQJCXADjrbquTDtsR/whlwsMe5EhCpYMqp27dpmGqor73PXzK7mDTY3LfYqLCwK4cHXR4ZHNvgDfg7aLsJbopFlidKt7rQ7dCq7mgnIwyUL03/6Y9iLjbLl21/hXDwkLK4pEnw9IxYGRYyTQu8TQlxjyujDcz243UhE8OSC790dUIP7J1raIAeTfwnMFP1ik0sfS+P0MC6LuOSS+Q2I75RozulADafS8rKfYH0LXJrO61N209k2YKZpiUHHDD74PoIewwcWY1w77dWXYfdtd/Ka8koOVuOcCQlRHeLfNeS+hvqocSnoEdwbEJZ+2BFr4KpBhNhCEpGDi2c++ADqa+fB6b37wYMZEn9/BmctOUdxjFwWfV+w8NInnMDIEBUD4uS+fft3uXX3ctJrWQuiSoHdDpW1KY2ndUw298ja4oP9FdMA1wpC57ZH4dIfP8H9ZSMtihHcdmUJNkxFxKXfHRZALxOjHcVYf+tNuHTBfGj774+4JJD0ce4KcHJfHXQcuw5QU1PTdutt62uUxTqiqYwPqa6pfmiEKhk0GXmjEBeGhGGGbaUNkwlq2sNCqRjt6oYiXF5U/aPH4ej21+EEtkCxpgnXIbxqAahfWNt2TgjUScHJJiRKm7hmEY7bqRZN/aYHH4LA/r1wSfUsOP3+h1OCtaTuCq9CoSTtL1229Hvp2VpG3ttwoGF7JBy9raSklD8kvYmmyZatqEYyJwWgNI2MHi1TcuMKgPbBYRh99lmofP45CB5t5HocEQHKsLDAMpcOCF9O+u5yeyGyYQOMPfwwzFt5Dfq603CWVuZ5vbZkZIDNxmHC1NHRCYsWX7Z/7bobr5wScDgcLtq9a89ASXGJTgVs6jjrzlqL1DIDDbSMbEFzKuFkA3zUtpkxE7r7eiH62eeQ+957UHr4EHg7sUqC5SEDrScmbOBG9XHhOstobR0MLFsO1rq1UInl3wKUtM4vj6E1TvBVuypXM8FaSgeRrDY1F+hz3wP31qKxalIxatlWsHV0dNyBazx+P71yOjf94Kzj0NNqzWkd64lNKO4jc9AluMvLYBjrZmNYIbH6+sGkxWiYhGjUoMY+LgH2lJVBgccFXlwT1t/eATFc/iBX2E0wUBPE2XLEmTqfPT09sGnzxr9B3/vziWWmSZbsHT585Jm+7r77cXUst4By7aRaWFfkOw22LOaD0tTixg4lBiv/uNjMQ00f24+irtGKnnGsXtByCPlcmX+rAKcCLL93ILGwH/z+qtXXrc1eV5tijeKunbs/R32+pgTzX74IXFcAa5rSEdOUmlZGb0oGk1Y6ASSgCSkdU/2o5RihyQDbW0vobTvU1taeuv3O2+ZNXkicAjB2Fr07P9t5CJcy1VGzjfePHE4rxagJgs1SHQ9JBksemwQkU/NXa8qRyVW6pwu9BK7XHth8z6aFmBn1fCXAHHQi4d/5+a4D8Vi8loNmLH3NVJZCDVPaeOmFfGYzWgAEpaLigGXnAqt+tyOtzo4u7PpcNLj57k2LsU7dPnWp+DyW3WLE4kfLvSM0HFpJoNNWB2hKs5dlHMsAzKSIi9aNKtJWRrXxXKCpJEWlKVy0QmJ8bMPt69ciZzvOXRu/gLX0DQcOPtfWeubeQCAf7PaqHWtnA5q2Zpql62+qRpYdrF1wmBw4XUeLXunHJEuuWvL2Dd9Ys0GpJX59wOpS4dOnW+8/dvT4v2LbwkvrqrinygTJlVebYKkzQWczVg6HWXrFQp6j2lRfbz9ffLZ6zaqtdfPrnrygVf3nC1hdqoQ/7Kj5svHoz1F3bqU2DS0+Vbvv1E9iGSItnzFVKVVtAqhAiXDJpAmDAwOchPPn13103aqVW/35/oMX/OOUCwFsL9Y0eEedPp2dXbe0nGrZhusnriZCYEGQN7cyu41ZOWylGl/p7ijV26LvxFESXxJzDCQaL19y+RNVVbP+8yv/GudCAZtiaQP9SAoL23y/vb39jvazHff3dPfcRCv4XHg8F/tP6u+UpuausODCIFG0hCvdeZOekvdZVbM+qa29+BkE/KJDRLzHzuT+CICdlaya/fsht+AqNpzrerp713d2dm4MDQ9fEY/ZP+eha2m9FHGfwlPZvJY5K0VYdB0lBtSr9mLBrbS05Chmb79Hd/MarjA6nGkIeUfj/wMwdxHUC0Ju0mTlB391Mht/XrYQibAcqw4LcKXfDDR0RRjM+DG19IoYPeFxu6OYpFDFpQtd3lGM6r4IFgQP44+9TmaGqtIdfh3A/wMXIidJ4uX5zQAAAABJRU5ErkJggg==');
  background-image: none, url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMjQwIDI0MCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjQwIDI0MCI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJhIiBjeD0iLTE4MDguOTU5IiBjeT0iNDgwMC42NjUiIHI9IjE4LjcxNiIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCgxLjcyNiAwIDAgMS43MzQgMzA5Mi41NjIgLTgyOTQuMjAzKSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIG9mZnNldD0iLjE4IiBzdG9wLWNvbG9yPSIjZmZmIi8+PHN0b3Agb2Zmc2V0PSIuNDEiIHN0b3AtY29sb3I9IiNmZmYiLz48c3RvcCBvZmZzZXQ9Ii40NjEiIHN0b3AtY29sb3I9IiNGOUY4RjgiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiM5ODk4OTgiLz48L3JhZGlhbEdyYWRpZW50PjxyYWRpYWxHcmFkaWVudCBpZD0iYiIgY3g9Ii0xODA3LjY3NSIgY3k9IjQ3OTguMSIgcj0iOC40ODYiIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoMS43MjYgMCAwIDEuNzM0IDMwOTIuNTYyIC04Mjk0LjIwMykiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBvZmZzZXQ9Ii42NCIgc3RvcC1jb2xvcj0iI0ZEMDAwMCIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0E4MDAwMCIvPjwvcmFkaWFsR3JhZGllbnQ+PHJhZGlhbEdyYWRpZW50IGlkPSJjIiBjeD0iLTE4MDMuMjE3IiBjeT0iNDgwNS40ODIiIHI9IjIuNzU1IiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDEuNzI2IDAgMCAxLjczNCAzMDkyLjU2MiAtODI5NC4yMDMpIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHN0b3Agb2Zmc2V0PSIuNTM0IiBzdG9wLWNvbG9yPSIjQjkwMDAwIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjRkQwMDAwIi8+PC9yYWRpYWxHcmFkaWVudD48bGluZWFyR3JhZGllbnQgaWQ9ImQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iLTQwLjExMyIgeTE9Ii0zODYuODc0IiB4Mj0iLTM3LjI2NiIgeTI9Ii0zODkuMjQ2IiBncmFkaWVudFRyYW5zZm9ybT0idHJhbnNsYXRlKDggNDI0LjI4MSkiPjxzdG9wIG9mZnNldD0iLjE0IiBzdG9wLWNvbG9yPSIjZmZmIi8+PHN0b3Agb2Zmc2V0PSIuMjMxIiBzdG9wLWNvbG9yPSIjRkZFQ0VDIi8+PHN0b3Agb2Zmc2V0PSIuNDA5IiBzdG9wLWNvbG9yPSIjRkRDMUMxIi8+PHN0b3Agb2Zmc2V0PSIuNjU5IiBzdG9wLWNvbG9yPSIjRkQ3RDdEIi8+PHN0b3Agb2Zmc2V0PSIuOTY3IiBzdG9wLWNvbG9yPSIjRkQxRTFFIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjRkQxMzEzIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHN5bWJvbCBpZD0iZSIgdmlld0JveD0iLTQ4IDAgNDggNDgiPjxwYXRoIGZpbGw9IiM5QkExQUIiIGQ9Ik0tNDggMjRjMC0xMy4yIDEwLjctMjQgMjQtMjQgMTMuMiAwIDI0IDEwLjggMjQgMjQgMCA2LjQtMi41IDEyLjQtNyAxNy00LjUgNC41LTEwLjUgNy0xNi45IDctMTMuNCAwLTI0LjEtMTAuOC0yNC4xLTI0eiIvPjxwYXRoIGZpbGw9IiNDNUM4Q0QiIGQ9Ik0tNDcuOCAyNGMwLTEzLjEgMTAuNi0yMy44IDIzLjctMjMuOHMyMy43IDEwLjcgMjMuNyAyMy44YzAgMTMuMS0xMC42IDIzLjgtMjMuNyAyMy44LTEzIDAtMjMuNy0xMC43LTIzLjctMjMuOHoiLz48cGF0aCBmaWxsPSJ1cmwoI2EpIiBkPSJNLTIzLjYgNDcuN2MxMyAwIDIzLjYtMTAuNiAyMy42LTIzLjdzLTEwLjYtMjMuNy0yMy42LTIzLjctMjMuNiAxMC42LTIzLjYgMjMuNyAxMC42IDIzLjcgMjMuNiAyMy43eiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0tMTUgNDVjLTEuOS0uNi02LjQtMy4yLTYuNC05LjRsLjItLjFjMCA0LjIgMi4xIDcuNyA2LjIgOS41bC4yLjFjLS4xLS4xLS4yLS4xLS4yLS4xeiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0tMjMuOSA0NC4xYzQuMiAxLjUgOCAyLjEgOS40IDEuNWwtNi40LTIuNi0uNy03YzguNC0yIDExLjItNi45IDExLjQtMTIuOSAwLTYuMy00LjEtMTEuNC05LjctMTIuNy04LjYtMS43LTEzLjQgMy4zLTE1LjEgNi00LjkgNy43LTIuMiAxOCA0LjkgMjQuMSAxLjggMS40IDQgMi43IDYuMiAzLjZ6Ii8+PHBhdGggZmlsbD0iIzVBNkY3QyIgZD0iTS0yMS4yIDM1LjNsMTAuNS0xMS43LTEyLjctMTMuMS0xMC45IDYuMi0uMi0uMWMzLTQuOCA4LjItNi4zIDExLjEtNi4zIDUuNy0uMiAxMy4zIDQuNCAxMyAxMy4zLS40IDctNC44IDEwLjctMTAuNiAxMS45bC0uMi0uMnoiLz48cGF0aCBmaWxsPSIjOEE5RUE4IiBkPSJNLTI0LjcgMTAuMmM5LjYtMSAxNC44IDcuNCAxNC4zIDEzLjItLjIgNC4xLTEuOSA3LjctNS41IDkuOWwtOC44LTIzLjF6Ii8+PHBhdGggZmlsbD0iIzVBNkY3QyIgZD0iTS0xNC40IDQ1LjRjLS4zLjYtNS4zLjEtOC45LTEuNC0zLjktMS40LTYuNy0zLjktNi42LTMuOC02LjQtNS40LTcuNy0xMi42LTcuMi0xNyAuNy02LjcgNi0xMyAxMy41LTEzIDcuNC0uMSAxMy4xIDUuOSAxMy4xIDEyLjkgMCAyLjgtLjcgMTAuMi0xMC45IDEyLjZsLjEtLjYgMTAuNC0xMi0xMi42LTEyLjQtMTMgMTIuNSA3IDE2LjYgMTUuMSA1LjZ6Ii8+PHBhdGggZmlsbD0iI0FFMTExNyIgZD0iTS0yMy44IDEwLjZjOC40LS4xIDE1IDcuOSAxMi4zIDE2LjYtMS40IDQuNS01LjEgNy4zLTkuOSA4LjN2LjNjMCA0LjIgMi43IDcuOSA2LjUgOS4yIDEgLjQuNC41LS4yLjUtNCAuMS0xMC4yLTEuNi0xNC43LTUuNS01LjUtNC43LTcuNy0xMS40LTcuMS0xNi44LjctNy4zIDYuNS0xMi42IDEzLjEtMTIuNnoiLz48cGF0aCBmaWxsPSIjRkQwMDAwIiBkPSJNLTIxLjUgMzUuMWM4LjUtMS45IDEwLjEtNy44IDEwLjEtMTEuOCAwLTYuNy01LjQtMTIuMy0xMi40LTEyLjItNS43LjItMTEuOSA0LjMtMTIuOCAxMi4zLS41IDQuMy45IDExLjMgNyAxNi41IDQuMiAzLjYgOS45IDUuMiAxMy42IDUuMy0uMi0uMS0uNC0uMi0uNy0uMy0zLjItMS44LTUuMy01LjItNS4zLTkgLjEtLjEtLjEtLjYuNS0uOHoiLz48cGF0aCBmaWxsPSJ1cmwoI2IpIiBkPSJNLTIxLjcgMzQuOWM2LTEuNCA5LjktNS44IDkuOS0xMS42IDAtNi4yLTUtMTEuOS0xMi0xMS44LTQuNi4xLTEwIDMtMTEuOSA5LjQtLjggMy0uNiA2LjItLjEgOC4zLjEtLjEgMi43IDguMyAxNC4xIDUuN3oiLz48cGF0aCBmaWxsPSJ1cmwoI2MpIiBkPSJNLTIyLjQgMzUuMWMwIDMuNCAxLjIgNy43IDUuMyA5LjYgMCAwLTcuNy43LTEwLjEtOS40bDQuOC0uMnoiLz48cGF0aCBmaWxsPSJ1cmwoI2QpIiBkPSJNLTI2LjUgMzUuNGMtMS42LTEuOS05LjQtOS43LTkuNC05LjctLjMgMS4xLjMgMy41LjMgMy41LjcgMy4yIDQuMSAxMC41IDExLjQgMTMuNiAwIDAgMS43LjggMi41LjktMS44LTEuMS0zLjYtMy40LTQuOC04LjN6Ii8+PC9zeW1ib2w+PHVzZSB4bGluazpocmVmPSIjZSIgd2lkdGg9IjQ4IiBoZWlnaHQ9IjQ4IiB4PSItNDgiIHRyYW5zZm9ybT0ibWF0cml4KDUgMCAwIC01IDI0MCAyNDApIiBvdmVyZmxvdz0idmlzaWJsZSIvPjwvc3ZnPg=='), url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAABamSURBVGjexVt5dFzVef/emxmNRqMZ7bJkG0vygmSwhQ0G24CNjQl2CBizxNjgBgpNW1rI4bRu65T+k3OALCck56SlTUgJW9JTIJjdUAqEzQte5EV4kyxLtvZ9JM2mmffe7ffdd++bO6ORbEObjn313rz1/r59uaP19/dDto+u63x79mw7xOPjwJgF4+PjfDAGOBjk5ORALBYD0zRB0zTw5eVBAs+Hx8YgGo0V5Of75weCgcUuXa/3er21OCrdbncRPjaPP5xB3DCNUCKR6MHnNgFojUnDaIiEw8fdHs9AMBgAjycHDCMJXm8u3+bn5/NjkUgE3G4XFBQU4DkvHvPguQCOPD6XyT5u+JofejiNKALHSZfl5HhuKC8vu6u4uHh1SXFxMM+fBzneHHC53JyIdC0Ri4bFrIBpGGWGYc4zkskVcSIoEjcSjUYj0dhnlq69krTYf1nAOlwuFxLW+LrT/eqAaeIEYAy5mUwmr62YNu07M2ZMv6esvCyvsLCQU5w4j9zjW7zGBmlZDmBmiwp4UFLyy8vBh8+N2ZPKg9j42lBX59r4mbOG0df3khUMvqB5c94njtJ76dY/GmCidiQShdHR0atKS4q31tRUf7uquhpFzM3BcdFHoLbs03+WIpKmE2chz5cLuagCQ3j8jGHC0IFD4D5yGLzNzWA0NYP7dAuUHGkEv5lwR2/dcE/u3/3DPQmf972RkdGfoOj+weNxc534PwXMdQPHwMCAP5Cf/+SCxZf9xZy5c/lxAkncdGyAuBaEvlv4jzQrvzDIp4kKC6fefR/cb74B+YcOQeHx41A5Mgy5eNyLg7ajlZUQ/qdHIXn9GtCKisGMxNaFLFg3OjLyH0xjWwuCwW5pa/7XARNXE4kkDA8NfWt2ddUv6xfVz/T58rioGobhiLj64WLL4TEIoEGhvcPhKHQ+9RS4X90OpUe/hNrkOBTiswH108T7h1Hko3hdZNs2YI89DrkufGZPLyRGR/B5GhQWFUKuz3f30NDQzaFQ6K/yA4Hfkfqw85Rx7XystIFiOhIKofUN/3Dhwku3zZ4zh5+Lx+NTWkRuydGS6m4PtOD3L3/wGHh/+W8wLxKGOXUXA1w0C2BoCBhyeICej9d4cCSfex68934HtHAYkn0DgMYLdd/EQXRB4jJb2oaGQ6ge5r9XVFZ8NxgMotfwfn0rTXo5ODhE1vOlFSuu2VhcUsK5SsYnk6PSAkuwubm5nFu7394B0QcfhAUE9OabAObOA+jtA9j7BRgNB2DAYjAmfJX5q6fBj2BRb8BAy6+hrmriXeQaNdqaFpeqgoIg2pLwn7W2ts6uq6u7JRAMRr+ySNOE89CohEIjEI9FP129etWKPL+f66p0RZmUlN/prxstbyduv9hyL0z/3QuwZvNdAHd+Gy3UWYADBwBaWsA4eBCGEOwwXhcgqbpnC+T8+XdBw3caaA80FHUCaxNS48/l++LdBDo310cSeH3TyeYG9M9XlJWVRC5YpAmsH8F1dXXB6ZbWT5dfvWxFIBDgIix9qQowTRVIl3GixwYGoWnxYlg6NgqVv34aoKIS4KMPEehpgO5usHbvhlEMHgaEGOcWFwNrbQUfvifR2wuWptkuDIdp2e7MQtXi+7i1kMt0jLwC2YmxUe4eTy5dftUin88XnwywTsZIHQQIIyRyOdDc1Lx9yZVXTACrclf9TucJ7OFTLdBaVgrfLCmGyoYGgPJpCPYjgE7k+QAS+OhRSCJYsummAOx65BHwoR4ag4PIWXfqHcLYa+jOgB8T70zxjAP3YwSG+7X79x74A32fFHAsFgd1JJMGgg1D45Evn6ivX3gbRkwTwGYCtf2rDbixuQW65s2Fm25dD14SXeQa7PmCcxVa29AfNYOF+wSW2JBDz3JpYN61GVy0T+/RVaLKAQ4BQHOowDc62EYNw1ia67JDBw+/KCUVo7i0oRMYOSgutlBkThw/saqiYtr3Z8ycyXU2K1hQdVjjE20eGoaOi+fCultuBu31NwB27QQ4cgRQLwDQz3Lw7e08moqKqIq4671qKXjwPiuL1dcdroJjH8AhNH+z/R3/kfgXFBRCV2f3ltbWti1qGCuHTr6Vxvh4gse7Z86cyXG59DcW1i9EbieyBx/Om2WIqQFZgqZZVXD9wgWgvfkWGqb9APtwNDYK0K2cy0k0RhQRE1e8fOBnQT0HzpC4KYIKToIUX+YA1FLI0YApQsDjHItbb2Tai6GRkQqKyMi6y6HbGUaAZx0udEHRSORXdfNrg/Q4EoFsFjlTrGmaBzdugqWRMfBiOEgWmOvsfgRMOtx0EoMHFOlolM+LYuYgOtMKnB6Pn6uruJWmOeTwCZIZUoFJ2EKkKYRxpDsl8pIcnhwMRFCNTx4/+VvpWuVAS0AKbqF590JPV1ctZjr3lZaWcfHO5mez7Te+9Q5Mf+UlKG3CgBF9NLz8MsDOXai7e2xRRlFn6EIswVldTF8X4Dve/wDewDBzX3cvjCLxS9DXB9FwMpFogKI6AFoGyBRweYTUklLLnq6eNb29faskDn5NQ8NBDox0NRwee3fZ0qXrKHshH5dplbMZLXIrx3G74qG/BvjnfwH4xS8A3nnH9rVocRlIktr3IQRIUjSFIyHCf9LnDhz9JeUQ/9bNULZ5E8xa9w24mLiPEdgQZmQad1OMuyGTuyh8ktgnSSSjZeKWzhvcbZncVaEha7z62qvriXB0TqcknpJqTKjry8vK11FwoSYB5/o0f/9RmEcUJLAE9O23AT75BJgDFi0wDgNFOEEZPx4bFxaathHhmi7CceVgH1zywm8g/M0bYc+1q+H17W9AP6aa02fO4OBkFCd1etLgQmwpF+/r61uI8cSNaJdsHSYuUkUDdWfrzItmpkVS58qcunES8KMnoOJpDCzI4Dz3HMDHHzvGhwkwFBoYzAY4LjhrcELY54nbozh68RidqyI7tvNjiN2xAXb8yf1wYHgMyquqQLdYWpIgsk9VuieGkmiI28+2P2qJiE0PBIKkrxhY5W8h60Zx8lQfeqEkRtfjP4Q5XtTCBx4AePJJgA8+BKbcT4YnBdoelrNlzncp8mSqyIJTXD0ouD7nt8/C3mVXwyfHTkJpTRW48IGUTysvcfAyZSvdEEZd0N/XvzIcjsyk0pCeSJJLit+MaZdmmFbKCTipXXbuUuKe/NnPoPx7D6NVPgXw6qvAQsPpxMmYROa5dFPE0hhF+/S0EQLdfAxOrV4Dnze3QumcGp48ZD7M5vzEt+koylQ26u7qvpuO65T2oTW8t6ioCBJUrFOnJh8kKxeKOA3u2QslcQwdNm0EeOY3mOgenkwmID1eSnMy3FKn9lMWXF5HUnCGuN3XCU1o0BoxCsR0EAxHktLZwrJQ1o2urquz608prtBDoWE/pnE3EOtNy7QfwNJZwiY8FiD8/AtQhmUdwKAF3nqLG5UpdV7Z6g444OGkW0Rc6D3tuFqcI67rogJCmddFyOnjW7dBCGNuH+a+TCpxGkoGqcO2lFJVE3ODutHRsRk6lj8XoOn2OEaASaox54a00AyTA9Ix2LMLChddhtHUPvRLJ6YAqjlBgi4GhhYCpMZjaVnSyeGD8a1bGV5BKApF9V8/BQ279kLZrJnIZUOwAedGBs2SjHKAODaHjHEkHFmCIq5fTty1jVVKdO0xUS3oxRG8OR9fBrOwYrFjBy/PTMZVzkVmc9KjDALm5YPAahywT4Czz9nHJCH83IoDFJN0oQvsRq75MFgCXu5ljhxawJy5qipIxMEC4DUYSycuJ5aT81Y5KynllFbB3tInihmRiwiE0RiFjmxS7jJHN12K+Lod0PbWzUVZExy2QavDI+7JEc/1vPYqtBw9AYWlJTzYUC0zODVvpRTMszANAY9chhKqz6MYk/GaUYqzLOMGlVrxM23gGglRwQvQs0+pt6oo65qyL62oM0jMCbQmgDKHIB5BMJ/gMoxHIfL5LrCC+RPq3Gq9OyWtFs/10f1WYtyhTacsicCCSiVg2R9EfhSrGW607tDWds7KsKaxDLOVnRguh9MpsXc7ksEcqZAppYW1sBENixZYJLT1lwGDjHmD5LhddU0mkoWYbuqFFHZZacCyUU3hMsbZnnEMDjs6eKBwvuVwTc0DFI67FctN4KT4uwTXPco1MtvSTp6EAaxqerGN48wrQzItRbTpRrRTfjcG37mUz3KQFs1A51GPPsGhWUIr8RJfrv384SEeFrrERFh2N+xw0spyDhTRthywmmPJ3Q74lA3gc8C6V2xkhKe06eAgTaxT+0CJhodUR5O6aykcTumzGFbKaAFWFSj4jzM7Dmbn4X/TuJwWXEjRT4m56pJcitjLe8hMubAmZmJ+zZRin820lHRm0W+NdHicUkFrggjbVUFnCDHn3KiocIL++LlEWlNZqalZbXoExlSdZgpA5siXIbZMyBqFmJlMyWZ3JHjU3yRKLgtRmMY5KKkiqKVSiAO2GM9mvFih0JHLMpc1J+FmSqTTwWmyuZblDulRrYxhiPcYwpCxPD9oWOinTsRkIFWwdn7vihAhe6gvC0IcLAe4vDilDwTawGs9WH6Nz7bbLVHOZW1SEVZBqGBSNjUdIJsAWuMgJeCE0HOSMi+WhBJYaZWgJgyHaRav22HpZwS7l/op3uGnl6ic5aZeEkEQArfJaAyoAhxbudKx0NjmQnehcRE3RMIvh/2d8QKAIVLCdOAqWC1NkG2wduEgqXCZXz9/PhTm5fJG/GRcZQrTKLTM8/l6dX+e/+A4uRiq7VKuKcSYU0duZUmFyiQYoFAPyLV+PddfAj/EKxeMczsBNjAbnBzAn82ycDwdaColTWZURhJcmrB7KK5MXn4FBBAEtz9ZuMvUuVNpCK8rKi5s1LF4dyART4gKPhPDTL9ZEQ86n4hFIXfltTBUM4fHtkMiYcdaCZ+cww3NHlYWnTSdpN92R/awz40LVZG1awl6AK+ZQcT2F0DuNcvBGLLzb2lQbY6q806JOgUeJaWlO6lK15hIjCMmw+7Z8IsgnVKKaNMDYyNjMA39X+wfH+XgCHQrr1TYNas45wiWaxANlXbSRNGJsLU0cTZFeScmkv4wB8wc0NI4kkSF79oENXNnw0CPHdYykzk6a5rp3KX9JPagqZOJOf8+Hf+MoC/7dGwszGmc4q5d7nSaVkKs+SDBwyin4IH7oB25fLEAeUpUKWyuMM7xhGJwrInpuigBaVwVCFQI9yXgiBgxkQ/XC05rD/4lBLCdGkNVtNKkT6gdFfzMFJOwvAPFJcVnsGfWplPFEvtHzxNgTXcJkUiJtKl278Q5elAEyznT0OlHsHBHIr0MRx9O9rQoxo0JvY4Lg8OUWrQMH2X0JcGOCgM4Ju4PC7ADonc8m6556BFYsGQRtDe12FHWZPpLeitUkLoqs+fMfp7HELRcoLi46LUkrb8ySSRAcFc1BixtmKa9YmMcWydVqMvNf/v3PF9djJOlyXXhdpBPWFO4ZPtwqd8JbtnpnMaBhoQojwnVGBNGKsQJCXADjrbquTDtsR/whlwsMe5EhCpYMqp27dpmGqor73PXzK7mDTY3LfYqLCwK4cHXR4ZHNvgDfg7aLsJbopFlidKt7rQ7dCq7mgnIwyUL03/6Y9iLjbLl21/hXDwkLK4pEnw9IxYGRYyTQu8TQlxjyujDcz243UhE8OSC790dUIP7J1raIAeTfwnMFP1ik0sfS+P0MC6LuOSS+Q2I75RozulADafS8rKfYH0LXJrO61N209k2YKZpiUHHDD74PoIewwcWY1w77dWXYfdtd/Ka8koOVuOcCQlRHeLfNeS+hvqocSnoEdwbEJZ+2BFr4KpBhNhCEpGDi2c++ADqa+fB6b37wYMZEn9/BmctOUdxjFwWfV+w8NInnMDIEBUD4uS+fft3uXX3ctJrWQuiSoHdDpW1KY2ndUw298ja4oP9FdMA1wpC57ZH4dIfP8H9ZSMtihHcdmUJNkxFxKXfHRZALxOjHcVYf+tNuHTBfGj774+4JJD0ce4KcHJfHXQcuw5QU1PTdutt62uUxTqiqYwPqa6pfmiEKhk0GXmjEBeGhGGGbaUNkwlq2sNCqRjt6oYiXF5U/aPH4ej21+EEtkCxpgnXIbxqAahfWNt2TgjUScHJJiRKm7hmEY7bqRZN/aYHH4LA/r1wSfUsOP3+h1OCtaTuCq9CoSTtL1229Hvp2VpG3ttwoGF7JBy9raSklD8kvYmmyZatqEYyJwWgNI2MHi1TcuMKgPbBYRh99lmofP45CB5t5HocEQHKsLDAMpcOCF9O+u5yeyGyYQOMPfwwzFt5Dfq603CWVuZ5vbZkZIDNxmHC1NHRCYsWX7Z/7bobr5wScDgcLtq9a89ASXGJTgVs6jjrzlqL1DIDDbSMbEFzKuFkA3zUtpkxE7r7eiH62eeQ+957UHr4EHg7sUqC5SEDrScmbOBG9XHhOstobR0MLFsO1rq1UInl3wKUtM4vj6E1TvBVuypXM8FaSgeRrDY1F+hz3wP31qKxalIxatlWsHV0dNyBazx+P71yOjf94Kzj0NNqzWkd64lNKO4jc9AluMvLYBjrZmNYIbH6+sGkxWiYhGjUoMY+LgH2lJVBgccFXlwT1t/eATFc/iBX2E0wUBPE2XLEmTqfPT09sGnzxr9B3/vziWWmSZbsHT585Jm+7r77cXUst4By7aRaWFfkOw22LOaD0tTixg4lBiv/uNjMQ00f24+irtGKnnGsXtByCPlcmX+rAKcCLL93ILGwH/z+qtXXrc1eV5tijeKunbs/R32+pgTzX74IXFcAa5rSEdOUmlZGb0oGk1Y6ASSgCSkdU/2o5RihyQDbW0vobTvU1taeuv3O2+ZNXkicAjB2Fr07P9t5CJcy1VGzjfePHE4rxagJgs1SHQ9JBksemwQkU/NXa8qRyVW6pwu9BK7XHth8z6aFmBn1fCXAHHQi4d/5+a4D8Vi8loNmLH3NVJZCDVPaeOmFfGYzWgAEpaLigGXnAqt+tyOtzo4u7PpcNLj57k2LsU7dPnWp+DyW3WLE4kfLvSM0HFpJoNNWB2hKs5dlHMsAzKSIi9aNKtJWRrXxXKCpJEWlKVy0QmJ8bMPt69ciZzvOXRu/gLX0DQcOPtfWeubeQCAf7PaqHWtnA5q2Zpql62+qRpYdrF1wmBw4XUeLXunHJEuuWvL2Dd9Ys0GpJX59wOpS4dOnW+8/dvT4v2LbwkvrqrinygTJlVebYKkzQWczVg6HWXrFQp6j2lRfbz9ffLZ6zaqtdfPrnrygVf3nC1hdqoQ/7Kj5svHoz1F3bqU2DS0+Vbvv1E9iGSItnzFVKVVtAqhAiXDJpAmDAwOchPPn13103aqVW/35/oMX/OOUCwFsL9Y0eEedPp2dXbe0nGrZhusnriZCYEGQN7cyu41ZOWylGl/p7ijV26LvxFESXxJzDCQaL19y+RNVVbP+8yv/GudCAZtiaQP9SAoL23y/vb39jvazHff3dPfcRCv4XHg8F/tP6u+UpuausODCIFG0hCvdeZOekvdZVbM+qa29+BkE/KJDRLzHzuT+CICdlaya/fsht+AqNpzrerp713d2dm4MDQ9fEY/ZP+eha2m9FHGfwlPZvJY5K0VYdB0lBtSr9mLBrbS05Chmb79Hd/MarjA6nGkIeUfj/wMwdxHUC0Ju0mTlB391Mht/XrYQibAcqw4LcKXfDDR0RRjM+DG19IoYPeFxu6OYpFDFpQtd3lGM6r4IFgQP44+9TmaGqtIdfh3A/wMXIidJ4uX5zQAAAABJRU5ErkJggg==');
  -webkit-background-size: contain;
  /* Safari 3.0 */
  -moz-background-size: contain;
  /* Gecko 1.9.2 (Firefox 3.6) */
  -o-background-size: contain;
  /* Opera 9.5 */
  background-size: contain;
  /* Gecko 2.0 (Firefox 4.0) and other CSS3-compliant browsers */
  margin: 0;
  color: white;
  position: absolute;
  left: 0;
  display: block;
  width: 32px;
  height: 32px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_forms\.scss}line{font-family:\000034}}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #afafaf;
  font-family: 'VodafoneRg', Arial, sans-serif;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_forms\.scss}line{font-family:\000039}}
input:-moz-placeholder, textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #afafaf;
  font-family: 'VodafoneRg', Arial, sans-serif;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_forms\.scss}line{font-family:\0000314}}
input::-moz-placeholder, textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #afafaf;
  font-family: 'VodafoneRg', Arial, sans-serif;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_forms\.scss}line{font-family:\0000318}}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #afafaf;
  font-family: 'VodafoneRg', Arial, sans-serif;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_forms\.scss}line{font-family:\0000325}}
input[type=text]::-ms-clear {
  display: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_forms\.scss}line{font-family:\0000326}}
input:-ms-clear {
  display: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_forms\.scss}line{font-family:\0000329}}
input[type=password]::-ms-reveal {
  display: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_forms\.scss}line{font-family:\0000330}}
input[type="time"]::-webkit-clear-button {
  display: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_forms\.scss}line{font-family:\0000333}}
input[type="time"]::-ms-clear {
  display: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_forms\.scss}line{font-family:\0000337}}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

/* hides the spin-button for firefox */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_forms\.scss}line{font-family:\0000343}}
input[type=number] {
  -moz-appearance: textfield;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_forms\.scss}line{font-family:\0000348}}
input {
  border-radius: 0;
  outline: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_forms\.scss}line{font-family:\0000353}}
input, textarea, select {
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: white;
  border: 1px solid #cccccc;
  color: #333333;
  float: left;
  font-size: 1em;
  font-weight: normal;
  padding: 8px 16px;
  width: 100%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_forms\.scss}line{font-family:\0000367}}
input:focus, select:focus, textarea:focus {
  border-color: #428600;
  outline: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_forms\.scss}line{font-family:\0000372}}
select {
  outline: none;
  cursor: pointer;
  border-radius: 0;
  -webkit-appearance: none;
  /*Removes default chrome and safari style*/
  -moz-appearance: none;
  /* Removes Default Firefox style*/
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABVQTFRF////mZmZmZmZmZmZmZmZmZmZmZmZ9eERrgAAAAZ0Uk5TABBQYKDQpUg6rAAAAHJJREFUKM/F0MENgCAMBVBMF+AgK3jm5N0RuDiAjd1/BGl/DZUF7OUT/gsJTemvWY73tGaLcmdvzoaQhosiVhVBamPVJkht5OpJAqJAqjY7iAK2t0AGcDKAkwBAAgCJwAmH/9EEjPBnBTSBTnjaEtX06zwCvSdRbrXrwQAAAABJRU5ErkJggg==') no-repeat;
  /*Adds background-image*/
  background-size: 16px;
  background-position: 95% center;
  /* fix for browser without CSS3 background-image options */
  background-position: right 16px center;
  text-indent: 0.01px;
  /* Removes default arrow from firefox*/
  text-overflow: "";
  /*Removes default arrow from firefox*/
  color: #afafaf;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_forms\.scss}line{font-family:\0000385}}
select option:hover,
select option:focus,
select option:active,
select option:checked {
  background-color: linear-gradient(#5a2569, #5a2569);
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_forms\.scss}line{font-family:\0000393}}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_forms\.scss}line{font-family:\0000399}}
select::-ms-expand {
  display: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_forms\.scss}line{font-family:\00003104}}
input.error, select.error, textarea.error, input.error:focus, select.error:focus, textarea.error:focus {
  border-color: #e60000;
  outline: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_forms\.scss}line{font-family:\00003108}}
input.error-orange, select.error-orange, textarea.error-orange, input.error-orange:focus, select.error-orange:focus, textarea.error-orange:focus {
  border-color: #ff5400;
  outline: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_forms\.scss}line{font-family:\00003113}}
input[disabled="disabled"] {
  color: #999999;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_forms\.scss}line{font-family:\00003118}}
input[type=password],
input[type=text],
input[type=file],
input[type=number],
input[type=time],
input[type=date],
select,
textarea {
  width: 100%;
  height: 2.25em;
  font-weight: normal;
  border-radius: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_forms\.scss}line{font-family:\00003133}}
textarea {
  height: 100%;
  outline: none;
  resize: none;
  margin-bottom: 16px;
  padding: 13px;
  width: 100%;
  height: 100%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_forms\.scss}line{font-family:\00003143}}
input[type=file]#picture {
  width: 100%;
  display: inline;
  float: left;
  margin-left: 0;
  padding: 3px;
  font-size: 0.9em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_forms\.scss}line{font-family:\00003152}}
input[type=submit].btn {
  width: 100%;
  height: 2.25em;
  display: inline;
  float: left;
  margin-left: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_forms\.scss}line{font-family:\00003161}}
input[type='checkbox'], input[type='radio'] {
  display: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_forms\.scss}line{font-family:\00003166}}
label {
  width: 100%;
  font-weight: normal;
  text-align: left;
  line-height: 1.5em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_forms\.scss}line{font-family:\00003173}}
.select-style {
  border: 1px solid #cccccc;
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
  background: #f4f4f4 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABVQTFRF////mZmZmZmZmZmZmZmZmZmZmZmZ9eERrgAAAAZ0Uk5TABBQYKDQpUg6rAAAAHJJREFUKM/F0MENgCAMBVBMF+AgK3jm5N0RuDiAjd1/BGl/DZUF7OUT/gsJTemvWY73tGaLcmdvzoaQhosiVhVBamPVJkht5OpJAqJAqjY7iAK2t0AGcDKAkwBAAgCJwAmH/9EEjPBnBTSBTnjaEtX06zwCvSdRbrXrwQAAAABJRU5ErkJggg==') no-repeat 95% 50%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_forms\.scss}line{font-family:\00003181}}
.select-style select {
  padding: 5px 8px;
  width: 130%;
  border: none;
  box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_forms\.scss}line{font-family:\00003191}}
.select-style select:focus {
  outline: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_forms\.scss}line{font-family:\00003195}}
span.required {
  color: #e60000;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_forms\.scss}line{font-family:\00003199}}
span.label {
  color: #999999;
  font-size: 1.375em;
  font-family: 'VodafoneLt', sans-serif;
  padding: 4px 0 8px 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_forms\.scss}line{font-family:\00003208}}
.radio label {
  display: block;
  cursor: pointer;
  height: 38px;
  padding-bottom: 8px;
  color: #999999;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_forms\.scss}line{font-family:\00003215}}
.radio label a {
  color: #999999;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_forms\.scss}line{font-family:\00003220}}
.radio label:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  color: #999999;
  font-size: 24px;
  position: relative;
  font-family: 'vdf-ic-rg';
  vertical-align: middle;
  content: "1";
  padding-right: 8px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_forms\.scss}line{font-family:\00003230}}
input[type=radio]:checked + label:before {
  content: "2";
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_forms\.scss}line{font-family:\00003234}}
.checkbox {
  float: left;
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_forms\.scss}line{font-family:\00003238}}
.checkbox label {
  display: block;
  cursor: pointer;
  height: 38px;
  padding-bottom: 8px;
  color: #999999;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_forms\.scss}line{font-family:\00003245}}
.checkbox label a {
  color: #999999;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_forms\.scss}line{font-family:\00003250}}
.checkbox label:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  color: #999999;
  font-size: 24px;
  position: relative;
  font-family: 'vdf-ic-rg';
  vertical-align: middle;
  content: "3";
  padding-right: 8px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_forms\.scss}line{font-family:\00003260}}
.checkbox.show-pw label {
  margin-top: 4px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_forms\.scss}line{font-family:\00003266}}
input[type=checkbox]:checked + label:before {
  content: "4";
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_forms\.scss}line{font-family:\00003270}}
input.mobile-number, input.email-address {
  padding-right: 48px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_four-column-table_style\.scss}line{font-family:\000031}}
.fc-row {
  min-height: 48px;
  margin: 0 5%;
  padding: 8px 0;
  border-bottom: 1px solid #ebebeb;
  min-width: 288px;
  cursor: pointer;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_four-column-table_style\.scss}line{font-family:\0000311}}
.fc-row span {
  line-height: 16px !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_four-column-table_style\.scss}line{font-family:\0000315}}
.fc-row .fc-col {
  margin: 0;
  width: 40%;
  display: table;
  float: left;
  /* text and color*/
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_four-column-table_style\.scss}line{font-family:\0000321}}
.fc-row .fc-col:before {
  content: "";
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_four-column-table_style\.scss}line{font-family:\0000325}}
.fc-row .fc-col .cell-l-1,
.fc-row .fc-col .cell-l-2,
.fc-row .fc-col .cell-r-1,
.fc-row .fc-col .cell-r-2 {
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_four-column-table_style\.scss}line{font-family:\0000332}}
.fc-row .fc-col .cell-l-1, .fc-row .fc-col .cell-l-2 {
  float: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_four-column-table_style\.scss}line{font-family:\0000336}}
.fc-row .fc-col .cell-r-1 {
  text-align: right;
  display: table-footer-group;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_four-column-table_style\.scss}line{font-family:\0000341}}
.fc-row .fc-col .cell-r-2 {
  text-align: right;
  display: table-header-group;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_four-column-table_style\.scss}line{font-family:\0000347}}
.fc-row .fc-col .cell-l-2, .fc-row .fc-col .cell-r-1 {
  color: #666666;
  font-size: 0.75em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_four-column-table_style\.scss}line{font-family:\0000351}}
.fc-row .fc-col .cell-r-2 {
  font-weight: bold;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_four-column-table_style\.scss}line{font-family:\0000356}}
.fc-row .fc-col:nth-child(odd) {
  width: 60%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_four-column-table_style\.scss}line{font-family:\0000361}}
.fc-row.no-expand {
  cursor: default;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_four-column-table_style\.scss}line{font-family:\0000364}}
.fc-row.no-expand .fc-col:before {
  content: "" !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_four-column-table_style\.scss}line{font-family:\0000371}}
.fc-expand.fc-expandDouble {
  min-height: 96px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_four-column-table_style\.scss}line{font-family:\0000374}}
.fc-expand {
  display: none;
  position: relative;
  min-height: 48px;
  margin: 0 5%;
  padding: 8px 0;
  cursor: pointer;
  border-bottom: 1px solid #ebebeb;
  min-width: 288px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_four-column-table_style\.scss}line{font-family:\0000384}}
.fc-expand span, .fc-expand a {
  line-height: 16px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_four-column-table_style\.scss}line{font-family:\0000388}}
.fc-expand .btn {
  margin-bottom: 0 !important;
  margin-top: 8px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_four-column-table_style\.scss}line{font-family:\0000393}}
.fc-expand .fc-col {
  margin: 0;
  width: 100%;
  display: table;
  float: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_four-column-table_style\.scss}line{font-family:\0000399}}
.fc-expand .fc-col .cell-l-1, .fc-expand .fc-col .cell-l-2 {
  float: left;
  width: 100%;
  color: #666666;
  font-size: 0.75em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_four-column-table_style\.scss}line{font-family:\00003107}}
.fc-expand .fc-col .cell-r-1, .fc-expand .fc-col .cell-r-2 {
  float: right;
  width: auto;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_four-column-table_style\.scss}line{font-family:\00003112}}
.fc-expand .fc-col:first-child:before {
  /* ICON */
  position: absolute;
  right: 0;
  line-height: 24px;
  font-size: 16px;
  font-family: 'vdf-ic-rg';
  font-weight: normal;
  color: #999999;
  content: "z";
  cursor: pointer;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_four-column-table_style\.scss}line{font-family:\00003125}}
.fc-expand .fc-col:first-child:hover:before,
.fc-expand .fc-col:first-child:active:before {
  color: #007c92;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_four-column-table_style\.scss}line{font-family:\00003132}}
.expanded {
  border-bottom: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_four-column-table_style\.scss}line{font-family:\00003135}}
.expanded .fc-col:nth-child(even):before {
  content: "" !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_four-column-table_style\.scss}line{font-family:\00003140}}
.fc-title {
  background: #f4f4f4;
  border-top: 1px solid #ebebeb;
  margin: 0 !important;
  padding: 8px 5% !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_four-column-table_style\.scss}line{font-family:\00003147}}
.fc-title span, .fc-title a {
  line-height: 16px !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_four-column-table_style\.scss}line{font-family:\00003151}}
.fc-title .fc-col:before {
  content: "" !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_four-column-table_style\.scss}line{font-family:\00003155}}
.fc-title .cell-r-2 {
  font-weight: bold;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_four-column-table_style\.scss}line{font-family:\00003159}}
.fc-title .cell-l-1 {
  font-weight: bold;
}

@media only screen and (min-width: 42.375em) {
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_four-column-table_style\.scss}line{font-family:\00003166}}
  .fc-row {
    min-height: 48px;
    margin: 0 1em;
    padding: 1em 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_four-column-table_style\.scss}line{font-family:\00003171}}
  .fc-row .fc-col {
    width: 288px;
    float: right;
    position: relative;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_four-column-table_style\.scss}line{font-family:\00003176}}
  .fc-row .fc-col .cell-l-1, .fc-row .fc-col .cell-r-1 {
    float: left;
    width: auto;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_four-column-table_style\.scss}line{font-family:\00003180}}
  .fc-row .fc-col .cell-l-2, .fc-row .fc-col .cell-r-2 {
    float: right;
    width: auto;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_four-column-table_style\.scss}line{font-family:\00003185}}
  .fc-row .fc-col .cell-l-2, .fc-row .fc-col .cell-r-1 {
    color: #666666;
    font-size: 0.75em;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_four-column-table_style\.scss}line{font-family:\00003189}}
  .fc-row .fc-col .cell-r-2 {
    font-weight: bold;
    margin-right: 32px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_four-column-table_style\.scss}line{font-family:\00003195}}
  .fc-row .fc-col:nth-child(odd) {
    float: left;
    width: 288px !important;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_four-column-table_style\.scss}line{font-family:\00003200}}
  .fc-row .fc-col:nth-child(2):before {
    /* ICON */
    position: absolute;
    right: 0;
    line-height: 24px;
    font-size: 16px;
    font-family: 'vdf-ic-rg';
    font-weight: normal;
    color: #999999;
    content: "v";
    cursor: pointer;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_four-column-table_style\.scss}line{font-family:\00003215}}
  .fc-row .fc-col.no-expand span {
    margin-right: 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_four-column-table_style\.scss}line{font-family:\00003219}}
  .fc-row .fc-col.no-expand:before {
    content: "";
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_four-column-table_style\.scss}line{font-family:\00003224}}
  .fc-row .fc-col:nth-child(2):hover:before,
  .fc-row .fc-col:nth-child(2):active:before {
    color: #007c92;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_four-column-table_style\.scss}line{font-family:\00003229}}
  .fc-row .fc-col:nth-child(odd):before {
    content: "";
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_four-column-table_style\.scss}line{font-family:\00003234}}
  .fc-title {
    min-height: 24px;
    padding: 0px 16px !important;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_four-column-table_style\.scss}line{font-family:\00003238}}
  .fc-title span, .fc-title a {
    line-height: 24px !important;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_four-column-table_style\.scss}line{font-family:\00003242}}
  .fc-title .fc-col:before {
    content: "";
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_four-column-table_style\.scss}line{font-family:\00003247}}
  .fc-expand {
    display: none;
    margin: 0 1em;
    padding: 0;
    cursor: pointer;
    border-bottom: 1px solid #ebebeb;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_four-column-table_style\.scss}line{font-family:\00003255}}
  .fc-expand span, .fc-expand a {
    line-height: 24px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_four-column-table_style\.scss}line{font-family:\00003259}}
  .fc-expand .btn {
    margin-top: 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_four-column-table_style\.scss}line{font-family:\00003264}}
  .fc-expand .fc-col {
    width: 100% !important;
    margin: 0;
    float: left;
    position: relative;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_four-column-table_style\.scss}line{font-family:\00003270}}
  .fc-expand .fc-col .cell-l-1, .fc-expand .fc-col .cell-l-2 {
    float: left;
    width: 100%;
    color: #666666;
    font-size: 0.75em;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_four-column-table_style\.scss}line{font-family:\00003278}}
  .fc-expand .fc-col .cell-r-1, .fc-expand .fc-col .cell-r-2 {
    text-align: right;
    width: 100%;
    color: #666666;
    font-size: 0.75em;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_four-column-table_style\.scss}line{font-family:\00003285}}
  .fc-expand .fc-col:first-child:before {
    /* ICON */
    position: absolute;
    right: 0;
    bottom: 16px;
    line-height: 24px;
    font-size: 16px;
    font-family: 'vdf-ic-rg';
    font-weight: normal;
    color: #999999;
    content: "z";
    cursor: pointer;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_four-column-table_style\.scss}line{font-family:\00003299}}
  .fc-expand .fc-col:nth-child(2):hover:before,
  .fc-expand .fc-col:nth-child(2):active:before {
    color: #007c92;
  }
}
/* ==========================================================================
   Header style
   ========================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_header\.scss}line{font-family:\000035}}
#header {
  width: 100%;
  padding: 0 5%;
  background-color: white;
  margin-bottom: 48px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_header\.scss}line{font-family:\0000313}}
#header a {
  text-decoration: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_header\.scss}line{font-family:\0000317}}
#header .hredline {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  background-color: #e60000;
  z-index: 14;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_header\.scss}line{font-family:\0000327}}
#header .hcontent {
  position: relative;
  height: 60px;
  white-space: nowrap;
  max-width: 77.25em;
  margin: 0 auto;
  padding-left: 0;
  z-index: 13;
  background-color: white;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_header\.scss}line{font-family:\0000337}}
#header .hcontent #htimestamp {
  display: none;
  float: right;
  padding-top: 16px;
  text-align: right;
  color: #999999;
  font-size: .825em;
  width: 120px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_header\.scss}line{font-family:\0000347}}
#header .hcontent .hlogo {
  position: absolute;
  height: 60px;
  top: 0;
  left: 0;
  line-height: 60px;
  z-index: 10;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_header\.scss}line{font-family:\0000355}}
#header .hcontent .hlogo a.hname {
  text-align: left;
  font-size: 1.25em;
  font-weight: bold;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_header\.scss}line{font-family:\0000364}}
#header .hcontent .hlogo img {
  vertical-align: middle;
  max-width: 100%;
  width: 36px;
  height: 36px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_header\.scss}line{font-family:\0000371}}
#header .hcontent .hlogo a span {
  vertical-align: middle;
  margin-left: 0.25em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_header\.scss}line{font-family:\0000376}}
#header .hcontent .hlogo a [class*="ic-service"] {
  float: left;
  margin-left: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_header\.scss}line{font-family:\0000380}}
#header .hcontent .hlogo a [class*="ic-service"]:before {
  font-size: 40px;
  color: #e60000;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_header\.scss}line{font-family:\0000387}}
#header .hcontent .hmenu {
  margin-left: 1em;
  max-width: 1000px;
  min-width: 80px;
}
@media only screen and (max-width: 19.9375em) {
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_header\.scss}line{font-family:\0000387}}
  #header .hcontent .hmenu {
    margin: 0;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_header\.scss}line{font-family:\0000396}}
#header .hcontent .hbuttons {
  position: absolute;
  overflow: hidden;
  right: 0px;
  float: right;
  text-align: right;
  width: auto;
  z-index: 5;
  height: 60px;
  top: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_header\.scss}line{font-family:\00003108}}
#header .hcontent .hbuttons > a {
  display: inline-block;
  height: 48px;
  min-width: 24px;
  font-weight: normal;
  font-size: 3em;
  line-height: 60px;
  text-align: center;
  border-radius: 3px;
  color: #999999;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_header\.scss}line{font-family:\00003119}}
#header .hcontent .hbuttons > a span.cart-qt {
  font-size: 0.375em;
  position: relative;
  top: -8px;
  padding: 0 2px 0 8px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_header\.scss}line{font-family:\00003126}}
#header .hcontent .hbuttons > a span.ic-cart {
  padding: 0 6px 0 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_header\.scss}line{font-family:\00003130}}
#header .hcontent .hbuttons > a span:before {
  position: relative;
  top: -3px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_header\.scss}line{font-family:\00003136}}
#header .hcontent .hbuttons > a:active, #header .hcontent .hbuttons > a:focus {
  background-color: #007c92;
  color: white;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_header\.scss}line{font-family:\00003140}}
#header .hcontent .hbuttons > a:active span:before, #header .hcontent .hbuttons > a:focus span:before {
  color: white;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_header\.scss}line{font-family:\00003147}}
#header .hshadow {
  position: absolute;
  pointer-events: none;
  z-index: 20;
  width: 100%;
  height: 0.0625em;
  left: 0px;
  background: #ccc;
  background: -moz-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.1) 80%, transparent 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, transparent), color-stop(5%, rgba(0, 0, 0, 0.1)), color-stop(95%, rgba(0, 0, 0, 0.1)), color-stop(100%, transparent));
  background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.1) 5%, rgba(0, 0, 0, 0.1) 95%, transparent 100%);
  background: -o-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.1) 80%, transparent 100%);
  background: -ms-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.1) 80%, transparent 100%);
  background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.1) 5%, rgba(0, 0, 0, 0.1) 95%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a000000', endColorstr='#1a000000',GradientType=1);
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_header\.scss}line{font-family:\00003165}}
.browserHint {
  display: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_header\.scss}line{font-family:\00003171}}
.isIE .browserHint, .isOpera .browserHint {
  background: #e60000;
  text-align: center;
  color: white;
  padding: 15px;
  overflow: hidden;
  display: block !important;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 100000;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_header\.scss}line{font-family:\00003185}}
.testing #header {
  position: static;
}

@media only screen and (min-width: 42.375em) {
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_header\.scss}line{font-family:\00003191}}
  #htimestamp {
    display: block !important;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_img-gallery_style\.scss}line{font-family:\000031}}
.jcarousel-wrapper {
  position: relative;
}

/** Carousel **/
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_img-gallery_style\.scss}line{font-family:\000037}}
.jcarousel {
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_img-gallery_style\.scss}line{font-family:\0000312}}
.jcarousel ul {
  width: 20000em;
  position: relative;
  list-style: none !important;
  margin: 0 !important;
  padding: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_img-gallery_style\.scss}line{font-family:\0000319}}
.jcarousel ul li {
  float: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_img-gallery_style\.scss}line{font-family:\0000322}}
.jcarousel ul li a {
  text-decoration: none;
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_img-gallery_style\.scss}line{font-family:\0000329}}
.jcarousel ul li a img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto !important;
}

/** Carousel Controls **/
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_img-gallery_style\.scss}line{font-family:\0000344}}
.jcarousel-control-prev,
.jcarousel-control-next {
  position: absolute;
  top: 50%;
  margin-top: -34px;
  width: 48px;
  height: 48px;
  text-decoration: none;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
  color: #FFF;
  font-family: 'vdf-ic-rg';
  font-size: 48px;
  font-style: normal;
  font-weight: normal;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_img-gallery_style\.scss}line{font-family:\0000362}}
.jcarousel-control-prev {
  left: 0px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_img-gallery_style\.scss}line{font-family:\0000366}}
.jcarousel-control-next {
  right: 0px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_img-gallery_style\.scss}line{font-family:\0000370}}
.jcarousel-control-prev:hover,
.jcarousel-control-next:hover {
  color: #007c92;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_img-gallery_style\.scss}line{font-family:\0000375}}
.jcarousel-control-prev:active,
.jcarousel-control-next:active {
  color: #007c92;
  margin-top: -33px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_img-gallery_style\.scss}line{font-family:\0000381}}
.jcarousel-control-next.disabled {
  visibility: hidden;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_img-gallery_style\.scss}line{font-family:\0000385}}
.jcarousel-control-prev.disabled {
  visibility: hidden;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_input-fields-formats_style\.scss}line{font-family:\000032}}
.number-pre img {
  float: left;
  width: 24px;
  height: auto;
  padding: 10px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_input-fields-formats_style\.scss}line{font-family:\000039}}
.number-pre .country-code {
  float: left;
  width: auto;
  text-align: left;
  margin-left: 8px;
  line-height: 36px !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_input-fields-formats_style\.scss}line{font-family:\0000317}}
.number-pre input {
  width: 100% !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_input-fields-formats_style\.scss}line{font-family:\0000323}}
.number-drop img {
  float: none;
  position: absolute;
  left: 8px;
  top: 10px;
  width: 24px;
  height: auto;
  pointer-events: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_input-fields-formats_style\.scss}line{font-family:\0000333}}
.number-drop .cg-fluid-59 {
  padding-left: 2%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_input-fields-formats_style\.scss}line{font-family:\0000337}}
.number-drop select {
  width: 70% !important;
  float: left;
  padding-bottom: 25px;
  background-position: right 4px center;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_input-fields-formats_style\.scss}line{font-family:\0000344}}
.number-drop .country-code {
  float: left;
  width: 25%;
  text-align: center;
  line-height: 36px !important;
  margin-left: 5%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_input-fields-formats_style\.scss}line{font-family:\0000352}}
.number-drop input {
  width: 100%;
  float: left;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_input-fields-formats_style\.scss}line{font-family:\0000361}}
.number-drop.contacts input {
  width: calc(100% - 32px);
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_input-fields-formats_style\.scss}line{font-family:\0000365}}
.number-drop.contacts .ic-contacts:before {
  position: absolute;
  right: 0;
  cursor: pointer;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_input-fields-formats_style\.scss}line{font-family:\0000370}}
.number-drop.contacts .ic-contacts:hover:before {
  color: #007c92;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_input-fields-formats_style\.scss}line{font-family:\0000375}}
.number-drop.contacts .inline-check .ic-check:before {
  right: 48px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_input-fields-formats_style\.scss}line{font-family:\0000382}}
.inp-enable .checkbox {
  width: 28%;
  margin-right: 2%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_input-fields-formats_style\.scss}line{font-family:\0000386}}
.inp-enable .checkbox label {
  line-height: 36px;
  color: black;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_input-fields-formats_style\.scss}line{font-family:\0000392}}
.inp-enable input {
  width: 70%;
  float: left;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_input-fields-formats_style\.scss}line{font-family:\0000398}}
label.lbl-pin {
  line-height: 36px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_input-fields-formats_style\.scss}line{font-family:\00003102}}
input.inp-pin {
  float: right;
  width: 40% !important;
  text-align: center;
  letter-spacing: 10px;
  padding: 8px 8px 8px 10px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_input-fields-formats_style\.scss}line{font-family:\00003110}}
.input-time {
  position: relative;
  float: left;
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_input-fields-formats_style\.scss}line{font-family:\00003115}}
.input-time input {
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_input-fields-formats_style\.scss}line{font-family:\00003119}}
.input-time .ic-time:before {
  position: absolute;
  right: 8px;
  top: -2px;
  line-height: 36px;
  pointer-events: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_input-fields-formats_style\.scss}line{font-family:\00003132}}
.input-date {
  position: relative;
  float: left;
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_input-fields-formats_style\.scss}line{font-family:\00003137}}
.input-date input {
  width: 100%;
  min-height: 10px;
  max-height: 36px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_input-fields-formats_style\.scss}line{font-family:\00003143}}
.input-date .ic-calendar:before {
  position: absolute;
  right: 8px;
  top: -2px;
  line-height: 36px;
  pointer-events: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_input-fields-formats_style\.scss}line{font-family:\00003156}}
.input-number {
  position: relative;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_input-fields-formats_style\.scss}line{font-family:\00003159}}
.input-number input {
  width: 90px;
  height: 48px;
  float: left;
  font-size: 2.25em;
  font-weight: bold;
  text-align: center;
  padding: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_input-fields-formats_style\.scss}line{font-family:\00003169}}
.input-number .ic-uparrow, .input-number .ic-downarrow {
  position: absolute;
  left: 98px;
  cursor: pointer;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_input-fields-formats_style\.scss}line{font-family:\00003175}}
.input-number .ic-uparrow:hover:before, .input-number .ic-uparrow:active:before, .input-number .ic-downarrow:hover:before, .input-number .ic-downarrow:active:before {
  color: #007c92;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_input-fields-formats_style\.scss}line{font-family:\00003181}}
.input-number .ic-uparrow {
  top: 2px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_input-fields-formats_style\.scss}line{font-family:\00003184}}
.input-number .ic-downarrow {
  top: 26px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_input-fields-formats_style\.scss}line{font-family:\00003189}}
.inline-check {
  position: relative;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_input-fields-formats_style\.scss}line{font-family:\00003192}}
.inline-check .ic-check {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_input-fields-formats_style\.scss}line{font-family:\00003196}}
.inline-check .ic-check:before {
  color: #428600;
  font-size: 16px !important;
  line-height: 36px !important;
  position: absolute;
  right: 16px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_input-fields-formats_style\.scss}line{font-family:\00003205}}
.inline-check .strength-overlay {
  position: absolute;
  /* could also be absolute */
  top: 3px;
  left: 4px;
  right: 4px;
  height: 4px;
  background: #cccccc;
  border-radius: 2px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_input-fields-formats_style\.scss}line{font-family:\00003215}}
.inline-check .strength-overlay > div {
  height: 4px;
  border-radius: 2px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_input-fields-formats_style\.scss}line{font-family:\00003220}}
.inline-check .strength-overlay .none-str {
  width: 0%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_input-fields-formats_style\.scss}line{font-family:\00003223}}
.inline-check .strength-overlay .low-str {
  width: 6%;
  background: #e60000;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_input-fields-formats_style\.scss}line{font-family:\00003227}}
.inline-check .strength-overlay .med-str {
  width: 50%;
  background: #ff5400;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_input-fields-formats_style\.scss}line{font-family:\00003231}}
.inline-check .strength-overlay .high-str {
  width: 100%;
  background: #428600;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_input-fields-formats_style\.scss}line{font-family:\00003238}}
.inline-check .strength-text {
  position: absolute;
  text-align: right;
  right: 6px;
  top: -18px;
  height: 10px;
  width: 100%;
  color: #999999;
  font-size: 0.8em;
}

@media only screen and (min-width: 42.375em) {
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_input-fields-formats_style\.scss}line{font-family:\00003256}}
  .number-pre #img-pre-flag {
    float: left;
    width: 24px;
    height: auto;
    padding: 10px 0;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_input-fields-formats_style\.scss}line{font-family:\00003267}}
.ui-timepicker-wrapper {
  overflow-y: auto;
  height: 150px;
  width: 115px;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  outline: none;
  z-index: 10001;
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_input-fields-formats_style\.scss}line{font-family:\00003279}}
.ui-timepicker-wrapper.ui-timepicker-with-duration {
  width: 11em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_input-fields-formats_style\.scss}line{font-family:\00003284}}
.ui-timepicker-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_input-fields-formats_style\.scss}line{font-family:\00003290}}
.ui-timepicker-duration {
  margin-left: 5px;
  color: #888;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_input-fields-formats_style\.scss}line{font-family:\00003296}}
.ui-timepicker-list:hover .ui-timepicker-duration {
  color: #888;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_input-fields-formats_style\.scss}line{font-family:\00003299}}
.ui-timepicker-list li {
  padding: 3px 0 3px 5px;
  cursor: pointer;
  white-space: nowrap;
  color: #000;
  list-style: none;
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_input-fields-formats_style\.scss}line{font-family:\00003307}}
.ui-timepicker-list:hover .ui-timepicker-selected {
  background: #fff;
  color: #000;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_input-fields-formats_style\.scss}line{font-family:\00003313}}
li.ui-timepicker-selected {
  background: #007c92;
  color: #fff;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_input-fields-formats_style\.scss}line{font-family:\00003319}}
.ui-timepicker-list li:hover, .ui-timepicker-list .ui-timepicker-selected:hover {
  background: #007c92;
  color: #fff;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_input-fields-formats_style\.scss}line{font-family:\00003325}}
li.ui-timepicker-selected .ui-timepicker-duration {
  color: #ccc;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_input-fields-formats_style\.scss}line{font-family:\00003330}}
.ui-timepicker-list li:hover .ui-timepicker-duration {
  color: #ccc;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_input-fields-formats_style\.scss}line{font-family:\00003333}}
.ui-timepicker-list li.ui-timepicker-disabled {
  color: #888;
  cursor: default;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_input-fields-formats_style\.scss}line{font-family:\00003336}}
.ui-timepicker-list li.ui-timepicker-disabled:hover {
  color: #888;
  cursor: default;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_input-fields-formats_style\.scss}line{font-family:\00003341}}
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
  color: #888;
  cursor: default;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_input-fields-formats_style\.scss}line{font-family:\00003345}}
.ui-timepicker-list li.ui-timepicker-disabled:hover, .ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
  background: #f2f2f2;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_overlay-popup_style\.scss}line{font-family:\000032}}
.overlay-popup {
  display: none;
  z-index: 10001;
  width: 288px;
  height: auto;
  padding: 0 16px;
  position: fixed;
  top: 35%;
  left: 50%;
  margin-left: -144px;
  background: #FFF;
  border: 1px solid #999999;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_overlay-popup_style\.scss}line{font-family:\0000320}}
#overlay-background {
  display: none;
  z-index: 10000;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  background: #000000;
}

/* =================
TEST
============ */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu\.scss}line{font-family:\000035}}
.menu-icon {
  position: relative;
  line-height: 60px;
  z-index: 6;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu\.scss}line{font-family:\0000310}}
.menu-icon ul {
  list-style-type: none;
  text-align: right;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu\.scss}line{font-family:\0000314}}
.menu-icon ul li {
  list-style: none;
  display: inline;
  margin-left: 8px;
  padding: 0;
  line-height: 60px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu\.scss}line{font-family:\0000321}}
.menu-icon ul li a {
  cursor: pointer;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu\.scss}line{font-family:\0000326}}
.menu-icon ul li .ic-search.active.btnSearch:before {
  color: #007c92 !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu\.scss}line{font-family:\0000332}}
.menu-icon ul li .ic-avatar.active:before {
  color: #007c92 !important;
}

/* ==========================================================================
   Menu style
   ========================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu\.scss}line{font-family:\0000347}}
#menubt {
  font-size: 1em;
  font-weight: bold;
  background: white;
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 12;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu\.scss}line{font-family:\0000357}}
#menubt a {
  position: relative;
  display: block;
  text-decoration: none;
  height: 48px;
  line-height: 48px;
  padding: 0 5%;
  border-bottom: solid 1px #cccccc;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu\.scss}line{font-family:\0000366}}
#menubt a span.ic-menu {
  font-size: 2em;
  position: absolute;
  right: 5%;
  top: 0px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu\.scss}line{font-family:\0000374}}
#menubt a:active {
  color: white;
  background-color: #007c92;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu\.scss}line{font-family:\0000378}}
#menubt a:active span:before {
  color: white;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu\.scss}line{font-family:\0000384}}
#menu, .dropdown-menu {
  font-size: 1em;
  display: none;
  position: absolute;
  width: 100%;
  background-color: #eaeaea;
  z-index: 10;
  left: 0px;
  margin-top: 48px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu\.scss}line{font-family:\0000394}}
#menu ul, .dropdown-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  clear: both;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu\.scss}line{font-family:\00003101}}
#menu ul li, .dropdown-menu ul li {
  padding: 0;
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu\.scss}line{font-family:\00003106}}
#menu ul li a, .dropdown-menu ul li a {
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu\.scss}line{font-family:\00003113}}
#menu ul.level1 > li > a, .dropdown-menu ul.level1 > li > a {
  font-weight: bold;
  background-color: #ebebeb;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu\.scss}line{font-family:\00003121}}
#menu ul.level2, .dropdown-menu ul.level2 {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu\.scss}line{font-family:\00003123}}
#menu ul.level2 a, .dropdown-menu ul.level2 a {
  font-weight: normal;
  padding-left: 7%;
  background-color: #f4f4f4;
  position: relative;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu\.scss}line{font-family:\00003129}}
#menu ul.level2 span, .dropdown-menu ul.level2 span {
  padding-left: 7%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu\.scss}line{font-family:\00003134}}
#menu ul.level2 > li.active level3, .dropdown-menu ul.level2 > li.active level3 {
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu\.scss}line{font-family:\00003140}}
#menu ul.level3, .dropdown-menu ul.level3 {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu\.scss}line{font-family:\00003144}}
#menu ul.level3 a, .dropdown-menu ul.level3 a {
  font-weight: normal;
  padding-left: 10%;
  border-bottom: solid 1px #eaeaea;
  background-color: white;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu\.scss}line{font-family:\00003150}}
#menu ul.level3 span, .dropdown-menu ul.level3 span {
  padding-left: 10%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu\.scss}line{font-family:\00003156}}
#menu li.active::before, .dropdown-menu li.active::before {
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu\.scss}line{font-family:\00003161}}
#menu li.active [class*="level"], .dropdown-menu li.active [class*="level"] {
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu\.scss}line{font-family:\00003167}}
#menu a, #menu span, .dropdown-menu a, .dropdown-menu span {
  display: block;
  text-decoration: none;
  height: 48px;
  line-height: 48px;
  padding: 0 5%;
  border-bottom: solid 1px #cccccc;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu\.scss}line{font-family:\00003176}}
#menu li:last-child a,
#menu li:last-child span, .dropdown-menu li:last-child a,
.dropdown-menu li:last-child span {
  border-bottom: solid 1px #cccccc;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu\.scss}line{font-family:\00003181}}
#menu a:focus, #menu a:active, .dropdown-menu a:focus, .dropdown-menu a:active {
  color: black !important;
  background-color: #007c92;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu\.scss}line{font-family:\00003186}}
#menu li.active span, .dropdown-menu li.active span {
  color: white !important;
  background-color: #007c92;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu\.scss}line{font-family:\00003191}}
#menu li a:hover, .dropdown-menu li a:hover {
  color: #007c92 !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu\.scss}line{font-family:\00003195}}
#menu li a:active, .dropdown-menu li a:active {
  color: #00b0ca !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu\.scss}line{font-family:\00003200}}
#fixedtop {
  position: absolute;
  z-index: 5;
  height: 10px;
  top: 0;
  left: 0;
  right: 0;
  width: 13.75em;
  opacity: 0;
  background: -moz-linear-gradient(top, #e60000 0%, rgba(125, 185, 232, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e60000), color-stop(100%, rgba(125, 185, 232, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e60000 0%, rgba(125, 185, 232, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e60000 0%, rgba(125, 185, 232, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e60000 0%, rgba(125, 185, 232, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #e60000 0%, rgba(125, 185, 232, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e60000', endColorstr='#007db9e8', GradientType=0);
  /* IE6-9 */
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu\.scss}line{font-family:\00003218}}
#fixedbottom {
  position: absolute;
  z-index: 5;
  height: 10px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 13.75em;
  opacity: 0;
  background: -moz-linear-gradient(bottom, #e60000 0%, rgba(125, 185, 232, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #e60000), color-stop(100%, rgba(125, 185, 232, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(bottom, #e60000 0%, rgba(125, 185, 232, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(bottom, #e60000 0%, rgba(125, 185, 232, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(bottom, #e60000 0%, rgba(125, 185, 232, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to top, #e60000 0%, rgba(125, 185, 232, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e60000', endColorstr='#007db9e8', GradientType=0);
  /* IE6-9 */
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu\.scss}line{font-family:\00003236}}
.menu-shadows {
  width: 13.75em;
  height: 100%;
  position: absolute;
  left: 0;
  margin-left: 16px;
  margin-right: 16px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu\.scss}line{font-family:\00003245}}
.submenu {
  font-weight: normal;
  font-size: 1em;
  width: inherit;
  position: fixed;
  border: 1px solid #ebebeb;
  border-bottom: 0;
  background-color: #eaeaea;
  z-index: 10;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu\.scss}line{font-family:\00003256}}
.submenu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu\.scss}line{font-family:\00003262}}
.submenu ul li {
  padding: 0;
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu\.scss}line{font-family:\00003267}}
.submenu ul li a {
  cursor: pointer;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu\.scss}line{font-family:\00003270}}
.submenu ul li a, .submenu ul li span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu\.scss}line{font-family:\00003278}}
.submenu ul.level2 a, .submenu ul.level2 span {
  font-weight: normal;
  background-color: #f4f4f4;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu\.scss}line{font-family:\00003284}}
.submenu ul.level2 > li.active level3 {
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu\.scss}line{font-family:\00003290}}
.submenu ul.level3 {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu\.scss}line{font-family:\00003294}}
.submenu ul.level3 a {
  position: relative;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu\.scss}line{font-family:\00003298}}
.submenu ul.level3 a, .submenu ul.level3 span {
  font-weight: normal;
  padding-left: 30px;
  border-bottom: solid 1px #eaeaea;
  background-color: white;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu\.scss}line{font-family:\00003307}}
.submenu ul li.active [class*="level"] {
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu\.scss}line{font-family:\00003313}}
.submenu ul.level3 li:last-child a, .submenu ul.level3 li:last-child span {
  border-bottom: solid 1px #cccccc;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu\.scss}line{font-family:\00003319}}
.submenu a, .submenu span {
  display: block;
  text-decoration: none;
  height: 48px;
  line-height: 48px;
  padding: 0 16px;
  border-bottom: solid 1px #cccccc;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu\.scss}line{font-family:\00003328}}
.submenu li:last-child a {
  border-bottom: solid 1px #cccccc;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu\.scss}line{font-family:\00003332}}
.submenu a:focus, .submenu a:active {
  color: #333333 !important;
  background-color: #007c92;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu\.scss}line{font-family:\00003337}}
.submenu li.active span {
  color: white;
  font-weight: normal;
  background-color: #007c92;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu\.scss}line{font-family:\00003343}}
.submenu li a:hover {
  color: #007c92 !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu\.scss}line{font-family:\00003347}}
.submenu li a:active {
  color: #00b0ca !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu\.scss}line{font-family:\00003352}}
#menu-main {
  display: none;
  font-weight: normal;
  font-size: 1em;
  position: relative;
  z-index: 7;
  line-height: 60px;
  float: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu\.scss}line{font-family:\00003361}}
#menu-main ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
  display: table;
  table-layout: fixed;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu\.scss}line{font-family:\00003369}}
#menu-main ul li {
  min-width: 100px;
  display: table-cell;
  position: relative;
  white-space: nowrap;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu\.scss}line{font-family:\00003377}}
#menu-main a {
  display: block;
  text-decoration: none;
  line-height: 60px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu\.scss}line{font-family:\00003386}}
#menu-main a:focus, #menu-main a:active {
  color: black !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu\.scss}line{font-family:\00003390}}
#menu-main li.active > span {
  content: '';
  position: relative;
  background-color: #bd0000;
  height: 6px;
  width: 100%;
  display: block;
  text-align: center;
  border-radius: 0 0 1px 1px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu\.scss}line{font-family:\00003401}}
#menu-main li.active > span:before {
  content: '';
  position: absolute;
  top: -1px;
  left: -4px;
  display: block;
  width: 4px;
  height: 60px;
  background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAA8CAYAAABb5PswAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGQ0Y3NzZBMDg1QjYxMUUyODg4NUE0N0IyQ0JFMEY5OCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGQ0Y3NzZBMTg1QjYxMUUyODg4NUE0N0IyQ0JFMEY5OCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkZDRjc3NjlFODVCNjExRTI4ODg1QTQ3QjJDQkUwRjk4IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkZDRjc3NjlGODVCNjExRTI4ODg1QTQ3QjJDQkUwRjk4Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+txb+kAAAAJBJREFUeNpi/P//P4OcnAwTAwMDJxCLMEDAGyD+/ujRk38sDKjgPxqfgQmH5H9sCrACuBVrn7+0/cTE5Api8/37tztYUnw3igKgwGHH798fg9j7OTkfYJgAlfiEz5H43QB1+X/yfUFMQA0GEyiMrAF05GAK6v+4HDokktyQiKzRNDkiw4H8nDX8IgurLwACDADtBEpA9HZGkQAAAABJRU5ErkJggg==') 0px 0px no-repeat;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu\.scss}line{font-family:\00003412}}
#menu-main li.active > span:after {
  content: '';
  position: absolute;
  top: -1px;
  right: -4px;
  display: block;
  width: 4px;
  height: 60px;
  background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAA8CAYAAABb5PswAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGQ0Y3NzZBMDg1QjYxMUUyODg4NUE0N0IyQ0JFMEY5OCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGQ0Y3NzZBMTg1QjYxMUUyODg4NUE0N0IyQ0JFMEY5OCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkZDRjc3NjlFODVCNjExRTI4ODg1QTQ3QjJDQkUwRjk4IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkZDRjc3NjlGODVCNjExRTI4ODg1QTQ3QjJDQkUwRjk4Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+txb+kAAAAJBJREFUeNpi/P//P4OcnAwTAwMDJxCLMEDAGyD+/ujRk38sDKjgPxqfgQmH5H9sCrACuBVrn7+0/cTE5Api8/37tztYUnw3igKgwGHH798fg9j7OTkfYJgAlfiEz5H43QB1+X/yfUFMQA0GEyiMrAF05GAK6v+4HDokktyQiKzRNDkiw4H8nDX8IgurLwACDADtBEpA9HZGkQAAAABJRU5ErkJggg==') -4px 0px no-repeat;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu\.scss}line{font-family:\00003423}}
#menu-main li a:hover {
  color: #007c92 !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu\.scss}line{font-family:\00003427}}
#menu-main li a:active {
  color: #00b0ca !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu\.scss}line{font-family:\00003432}}
.nav-seven, .nav-six, .nav-five, .nav-four, .nav-three {
  height: 100%;
  height: auto;
  min-height: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu\.scss}line{font-family:\00003437}}
.nav-seven .menu-shadows, .nav-six .menu-shadows, .nav-five .menu-shadows, .nav-four .menu-shadows, .nav-three .menu-shadows {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu\.scss}line{font-family:\00003440}}
.nav-seven .navcol, .nav-six .navcol, .nav-five .navcol, .nav-four .navcol, .nav-three .navcol {
  display: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu\.scss}line{font-family:\00003446}}
body.testing .nav-seven, body.testing .nav-six, body.testing .nav-five, body.testing .nav-four, body.testing .nav-three {
  padding-bottom: 0px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu\.scss}line{font-family:\00003451}}
#searchform.large.active {
  display: block;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu\.scss}line{font-family:\00003456}}
#searchform.active .search-border-left {
  display: none;
}

/* ==========================================================================
   Navigation dependencies (column count)
   ========================================================================== */
@media only screen and (min-width: 60.4375em) {
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\000035}}
  .nav-seven #menubt a span.ic-menu {
    right: 16px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\000036}}
  .nav-seven #header .hcontent {
    z-index: 6;
    background-color: transparent;
    padding-left: 13.75em;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\000037}}
  .nav-seven #header .hredline {
    z-index: 4;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\000038}}
  .nav-seven #header, .nav-seven #menubt a {
    padding: 0 16px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\000039}}
  .nav-seven #header #searchform.active {
    right: 0px !important;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000310}}
  .nav-seven #searchform {
    display: block;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000311}}
  .nav-seven #searchform.large {
    display: none !important;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000312}}
  .nav-seven #searchform.large.active {
    display: block;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000313}}
  .nav-seven .dropdown-menu {
    left: auto;
    width: 320px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000317}}
  .nav-seven .hmenu #searchform span.ic-search.active {
    border-left: 1px solid #cccccc;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000320}}
  .nav-seven #searchform.active .search-border-left {
    display: block;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000323}}
  .nav-seven #menu {
    display: none !important;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000324}}
  .nav-seven #menubt {
    display: none;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000325}}
  .nav-seven #menu-main {
    display: block;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000326}}
  .nav-seven .navcol {
    display: block;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000327}}
  .nav-seven .menu-shadows {
    display: block;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000328}}
  .nav-seven .isMobile {
    display: none;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000331}}
  .nav-seven .contentcol {
    margin-left: 15.75em;
    padding-right: 1em;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000332}}
  .nav-seven .onecol .contentcol {
    margin-left: 1em;
    padding-right: 1em;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000333}}
  .nav-seven .section {
    border: 1px solid #ebebeb;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000335}}
  .nav-seven .filter-control-tabs-desktop {
    display: block;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000337}}
  .nav-seven span[class*="selected-filter-"] {
    width: 80px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000338}}
  .nav-seven #header {
    position: fixed;
    top: 0;
    z-index: 10000;
    background-color: rgba(255, 255, 255, 0.95);
    margin-bottom: 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000346}}
  .nav-seven #content {
    padding-top: 4.6875em;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000350}}
  .nav-seven + #footer {
    padding-left: 16px !important;
  }
}
@media only screen and (min-width: 54.25em) {
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\000035}}
  .nav-six #menubt a span.ic-menu {
    right: 16px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\000036}}
  .nav-six #header .hcontent {
    z-index: 6;
    background-color: transparent;
    padding-left: 13.75em;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\000037}}
  .nav-six #header .hredline {
    z-index: 4;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\000038}}
  .nav-six #header, .nav-six #menubt a {
    padding: 0 16px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\000039}}
  .nav-six #header #searchform.active {
    right: 0px !important;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000310}}
  .nav-six #searchform {
    display: block;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000311}}
  .nav-six #searchform.large {
    display: none !important;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000312}}
  .nav-six #searchform.large.active {
    display: block;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000313}}
  .nav-six .dropdown-menu {
    left: auto;
    width: 320px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000317}}
  .nav-six .hmenu #searchform span.ic-search.active {
    border-left: 1px solid #cccccc;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000320}}
  .nav-six #searchform.active .search-border-left {
    display: block;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000323}}
  .nav-six #menu {
    display: none !important;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000324}}
  .nav-six #menubt {
    display: none;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000325}}
  .nav-six #menu-main {
    display: block;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000326}}
  .nav-six .navcol {
    display: block;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000327}}
  .nav-six .menu-shadows {
    display: block;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000328}}
  .nav-six .isMobile {
    display: none;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000331}}
  .nav-six .contentcol {
    margin-left: 15.75em;
    padding-right: 1em;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000332}}
  .nav-six .onecol .contentcol {
    margin-left: 1em;
    padding-right: 1em;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000333}}
  .nav-six .section {
    border: 1px solid #ebebeb;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000335}}
  .nav-six .filter-control-tabs-desktop {
    display: block;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000337}}
  .nav-six span[class*="selected-filter-"] {
    width: 80px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000338}}
  .nav-six #header {
    position: fixed;
    top: 0;
    z-index: 10000;
    background-color: rgba(255, 255, 255, 0.95);
    margin-bottom: 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000346}}
  .nav-six #content {
    padding-top: 4.6875em;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000350}}
  .nav-six + #footer {
    padding-left: 16px !important;
  }
}
@media only screen and (min-width: 48em) {
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\000035}}
  .nav-five #menubt a span.ic-menu {
    right: 16px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\000036}}
  .nav-five #header .hcontent {
    z-index: 6;
    background-color: transparent;
    padding-left: 13.75em;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\000037}}
  .nav-five #header .hredline {
    z-index: 4;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\000038}}
  .nav-five #header, .nav-five #menubt a {
    padding: 0 16px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\000039}}
  .nav-five #header #searchform.active {
    right: 0px !important;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000310}}
  .nav-five #searchform {
    display: block;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000311}}
  .nav-five #searchform.large {
    display: none !important;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000312}}
  .nav-five #searchform.large.active {
    display: block;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000313}}
  .nav-five .dropdown-menu {
    left: auto;
    width: 320px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000317}}
  .nav-five .hmenu #searchform span.ic-search.active {
    border-left: 1px solid #cccccc;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000320}}
  .nav-five #searchform.active .search-border-left {
    display: block;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000323}}
  .nav-five #menu {
    display: none !important;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000324}}
  .nav-five #menubt {
    display: none;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000325}}
  .nav-five #menu-main {
    display: block;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000326}}
  .nav-five .navcol {
    display: block;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000327}}
  .nav-five .menu-shadows {
    display: block;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000328}}
  .nav-five .isMobile {
    display: none;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000331}}
  .nav-five .contentcol {
    margin-left: 15.75em;
    padding-right: 1em;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000332}}
  .nav-five .onecol .contentcol {
    margin-left: 1em;
    padding-right: 1em;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000333}}
  .nav-five .section {
    border: 1px solid #ebebeb;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000335}}
  .nav-five .filter-control-tabs-desktop {
    display: block;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000337}}
  .nav-five span[class*="selected-filter-"] {
    width: 80px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000338}}
  .nav-five #header {
    position: fixed;
    top: 0;
    z-index: 10000;
    background-color: rgba(255, 255, 255, 0.95);
    margin-bottom: 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000346}}
  .nav-five #content {
    padding-top: 4.6875em;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000350}}
  .nav-five + #footer {
    padding-left: 16px !important;
  }
}
@media only screen and (min-width: 41.75em) {
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\000035}}
  .nav-four #menubt a span.ic-menu {
    right: 16px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\000036}}
  .nav-four #header .hcontent {
    z-index: 6;
    background-color: transparent;
    padding-left: 13.75em;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\000037}}
  .nav-four #header .hredline {
    z-index: 4;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\000038}}
  .nav-four #header, .nav-four #menubt a {
    padding: 0 16px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\000039}}
  .nav-four #header #searchform.active {
    right: 0px !important;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000310}}
  .nav-four #searchform {
    display: block;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000311}}
  .nav-four #searchform.large {
    display: none !important;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000312}}
  .nav-four #searchform.large.active {
    display: block;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000313}}
  .nav-four .dropdown-menu {
    left: auto;
    width: 320px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000317}}
  .nav-four .hmenu #searchform span.ic-search.active {
    border-left: 1px solid #cccccc;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000320}}
  .nav-four #searchform.active .search-border-left {
    display: block;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000323}}
  .nav-four #menu {
    display: none !important;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000324}}
  .nav-four #menubt {
    display: none;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000325}}
  .nav-four #menu-main {
    display: block;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000326}}
  .nav-four .navcol {
    display: block;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000327}}
  .nav-four .menu-shadows {
    display: block;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000328}}
  .nav-four .isMobile {
    display: none;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000331}}
  .nav-four .contentcol {
    margin-left: 15.75em;
    padding-right: 1em;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000332}}
  .nav-four .onecol .contentcol {
    margin-left: 1em;
    padding-right: 1em;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000333}}
  .nav-four .section {
    border: 1px solid #ebebeb;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000335}}
  .nav-four .filter-control-tabs-desktop {
    display: block;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000337}}
  .nav-four span[class*="selected-filter-"] {
    width: 80px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000338}}
  .nav-four #header {
    position: fixed;
    top: 0;
    z-index: 10000;
    background-color: rgba(255, 255, 255, 0.95);
    margin-bottom: 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000346}}
  .nav-four #content {
    padding-top: 4.6875em;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000350}}
  .nav-four + #footer {
    padding-left: 16px !important;
  }
}
@media only screen and (min-width: 35.5em) {
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\000035}}
  .nav-three #menubt a span.ic-menu {
    right: 16px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\000036}}
  .nav-three #header .hcontent {
    z-index: 6;
    background-color: transparent;
    padding-left: 13.75em;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\000037}}
  .nav-three #header .hredline {
    z-index: 4;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\000038}}
  .nav-three #header, .nav-three #menubt a {
    padding: 0 16px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\000039}}
  .nav-three #header #searchform.active {
    right: 0px !important;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000310}}
  .nav-three #searchform {
    display: block;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000311}}
  .nav-three #searchform.large {
    display: none !important;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000312}}
  .nav-three #searchform.large.active {
    display: block;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000313}}
  .nav-three .dropdown-menu {
    left: auto;
    width: 320px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000317}}
  .nav-three .hmenu #searchform span.ic-search.active {
    border-left: 1px solid #cccccc;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000320}}
  .nav-three #searchform.active .search-border-left {
    display: block;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000323}}
  .nav-three #menu {
    display: none !important;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000324}}
  .nav-three #menubt {
    display: none;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000325}}
  .nav-three #menu-main {
    display: block;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000326}}
  .nav-three .navcol {
    display: block;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000327}}
  .nav-three .menu-shadows {
    display: block;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000328}}
  .nav-three .isMobile {
    display: none;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000331}}
  .nav-three .contentcol {
    margin-left: 15.75em;
    padding-right: 1em;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000332}}
  .nav-three .onecol .contentcol {
    margin-left: 1em;
    padding-right: 1em;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000333}}
  .nav-three .section {
    border: 1px solid #ebebeb;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000335}}
  .nav-three .filter-control-tabs-desktop {
    display: block;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000337}}
  .nav-three span[class*="selected-filter-"] {
    width: 80px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000338}}
  .nav-three #header {
    position: fixed;
    top: 0;
    z-index: 10000;
    background-color: rgba(255, 255, 255, 0.95);
    margin-bottom: 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000346}}
  .nav-three #content {
    padding-top: 4.6875em;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000350}}
  .nav-three + #footer {
    padding-left: 16px !important;
  }
}
@media only screen and (min-width: 42.375em) {
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_menu-dependencies\.scss}line{font-family:\0000387}}
  .fixedcol .section {
    border: 1px solid #ebebeb;
  }
}
/* ==========================================================================
   Navback style
   ========================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_navback\.scss}line{font-family:\000035}}
#backbt {
  font-size: 1.125em;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_navback\.scss}line{font-family:\0000311}}
#backbt a {
  position: relative;
  display: block;
  text-decoration: none;
  height: 48px;
  line-height: 48px;
  padding: 0 16px 0 40px;
  border-bottom: solid 1px #aaaaaa;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_navback\.scss}line{font-family:\0000320}}
#backbt a span.ic-back {
  position: absolute;
  font-size: 3em;
  top: -8px;
  left: 8px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_navback\.scss}line{font-family:\0000328}}
#backbt a:focus, #backbt a:active {
  color: white;
  background-color: #007c92;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_navback\.scss}line{font-family:\0000332}}
#backbt a:focus span:before, #backbt a:active span:before {
  color: white;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_notifications_style\.scss}line{font-family:\000031}}
[class*="notification-"] {
  width: 100%;
  height: 100%;
  cursor: pointer;
  min-height: 48px;
  margin-bottom: 16px;
  padding: 16px 48px;
  position: relative;
  float: left;
  line-height: 1em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_notifications_style\.scss}line{font-family:\0000313}}
[class*="notification-"]:before {
  content: "";
  float: left;
  padding-right: 8px;
  position: absolute;
  display: block;
  top: 50%;
  left: 15px;
  margin-top: -8px;
  font-family: 'vdf-ic-rg';
  font-size: 24px;
}

/* 	different staus: 
	okay, default: green and i
	alert, default: orange and !
	error, default: red and x */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_notifications_style\.scss}line{font-family:\0000332}}
.notification-tick {
  border: 1px solid #428600;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_notifications_style\.scss}line{font-family:\0000336}}
.notification-tick:before {
  color: #428600;
  content: "7";
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_notifications_style\.scss}line{font-family:\0000341}}
.notification-info {
  border: 1px solid #ff5400;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_notifications_style\.scss}line{font-family:\0000345}}
.notification-info:before {
  color: #ff5400;
  content: "9";
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_notifications_style\.scss}line{font-family:\0000350}}
.notification-question {
  border: 1px solid #ff5400;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_notifications_style\.scss}line{font-family:\0000354}}
.notification-question:before {
  color: #ff5400;
  content: ")";
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_notifications_style\.scss}line{font-family:\0000359}}
.notification-error {
  border: 1px solid #e60000;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_notifications_style\.scss}line{font-family:\0000363}}
.notification-error:before {
  color: #e60000;
  content: "8";
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_notifications_style\.scss}line{font-family:\0000368}}
.notification-delete {
  border: 1px solid #e60000;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_notifications_style\.scss}line{font-family:\0000372}}
.notification-delete:before {
  color: #e60000;
  content: "6";
}

/* Close Icon */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_notifications_style\.scss}line{font-family:\0000378}}
[class*="notification-"]:after {
  content: "=";
  float: right;
  position: absolute;
  display: block;
  top: 50%;
  right: 16px;
  margin-top: -8px;
  cursor: pointer;
  font-size: 16px;
  font-family: 'vdf-ic-rg';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #999999;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_notifications_style\.scss}line{font-family:\0000397}}
[class*="notification-"]:hover:after {
  color: #007c92;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_notifications_style\.scss}line{font-family:\00003102}}
[class*="notification-"].noClose:after {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_notifications_style\.scss}line{font-family:\00003106}}
[class*="notification-"].noClose {
  padding-right: 16px;
  cursor: auto;
}

/* class for error notes in forms */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_notifications_style\.scss}line{font-family:\00003112}}
[class*="notification-"].no-border-red {
  padding: 12px 32px;
  cursor: auto;
  min-width: 318px;
  min-height: 0px !important;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
  color: #e60000;
  border: 0px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_notifications_style\.scss}line{font-family:\00003124}}
[class*="notification-"].no-border-red:before {
  left: 0;
}

/* overwrite */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_notifications_style\.scss}line{font-family:\00003129}}
[class*="notification-"].no-border-red:after {
  content: "";
}

/* class for error notes in forms */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_notifications_style\.scss}line{font-family:\00003134}}
[class*="notification-"].no-border-orange {
  padding: 8px 32px;
  min-width: 318px;
  min-height: 36px !important;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
  color: #ff5400;
  border: 0px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_notifications_style\.scss}line{font-family:\00003145}}
[class*="notification-"].no-border-orange:before {
  left: 0;
}

/* overwrite */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_notifications_style\.scss}line{font-family:\00003150}}
[class*="notification-"].no-border-orange:after {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_page-not-found\.scss}line{font-family:\000031}}
body.page-not-found {
  background-image: url("../css/img/clouds.svg");
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 1.1em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_page-not-found\.scss}line{font-family:\000037}}
body.page-not-found .logo {
  display: block;
  position: relative;
  background-image: url("../css/img/404_320.png");
  background-repeat: no-repeat;
  background-size: auto 59px;
  top: 10px;
  left: 10px;
  height: 59px;
  width: 120px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_page-not-found\.scss}line{font-family:\0000319}}
body.page-not-found .description {
  display: block;
  position: relative;
  line-height: 1.43em;
  width: 50%;
  top: 40px;
  left: 43px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_page-not-found\.scss}line{font-family:\0000329}}
body.page-not-found.vector_based {
  background-image: url("../css/img/clouds.svg");
  background-size: cover;
}

@media only screen and (min-width: 48em) {
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_page-not-found\.scss}line{font-family:\0000335}}
  body.page-not-found {
    font-size: 1.5em;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_page-not-found\.scss}line{font-family:\0000338}}
  body.page-not-found .logo {
    background-image: url("../css/img/404_768.png");
    background-repeat: no-repeat;
    background-size: auto 142px;
    height: 142px;
    width: 288px;
    top: 80px;
    left: 60px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_page-not-found\.scss}line{font-family:\0000348}}
  body.page-not-found .description {
    top: 120px;
    left: 140px;
  }
}
@media only screen and (min-width: 66em) {
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_page-not-found\.scss}line{font-family:\0000357}}
  body.page-not-found {
    font-size: 1.9em;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_page-not-found\.scss}line{font-family:\0000360}}
  body.page-not-found .logo {
    background-image: url("../css/img/404_1024.png");
    background-repeat: no-repeat;
    background-size: auto 189px;
    height: 189px;
    width: 384px;
    top: 60px;
    left: 60px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_page-not-found\.scss}line{font-family:\0000370}}
  body.page-not-found .description {
    top: 130px;
    left: 160px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_range-slider_style\.scss}line{font-family:\000031}}
input[type='range'] {
  width: 288px;
  padding: 0;
  -webkit-appearance: none;
  border-radius: 2px;
  border: 0;
  background-color: #ebebeb;
  height: 4px !important;
  vertical-align: middle;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_range-slider_style\.scss}line{font-family:\0000312}}
input[type='range']::-moz-range-track {
  -moz-appearance: none !important;
  border: 0;
  border-radius: 2px;
  background-color: #ebebeb;
  height: 4px !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_range-slider_style\.scss}line{font-family:\0000320}}
input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none !important;
  border-radius: 20px;
  background-color: #cccccc;
  height: 20px;
  width: 20px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_range-slider_style\.scss}line{font-family:\0000328}}
input[type='range']::-moz-range-thumb {
  -moz-appearance: none;
  border-radius: 20px;
  background-color: #cccccc;
  box-shadow: inset 0 0 20px #cccccc;
  border: 0;
  height: 20px;
  width: 20px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_range-slider_style\.scss}line{font-family:\0000338}}
.ui-slider {
  position: relative;
  text-align: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_range-slider_style\.scss}line{font-family:\0000342}}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  top: 0;
  height: 100%;
  background: #892988;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_range-slider_style\.scss}line{font-family:\0000350}}
.ui-slider .ui-slider-range-min {
  left: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_range-slider_style\.scss}line{font-family:\0000353}}
.ui-slider .ui-slider-range-max {
  right: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_range-slider_style\.scss}line{font-family:\0000357}}
.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_range-slider_style\.scss}line{font-family:\0000363}}
.slider-10s {
  width: 100%;
  height: 4px;
  border: 0;
  background-color: #ebebeb !important;
  cursor: pointer !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_range-slider_style\.scss}line{font-family:\0000370}}
.slider-10s .ui-slider-handle {
  position: absolute;
  z-index: 2;
  cursor: pointer;
  background: #cccccc;
  border: 0 !important;
  height: 24px;
  width: 24px;
  border-radius: 24px;
  margin-top: -10px;
  margin-left: -10px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_schedule_style\.scss}line{font-family:\000031}}
.schedule {
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_schedule_style\.scss}line{font-family:\000034}}
.schedule .days {
  padding: 0;
  width: 100%;
  float: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_schedule_style\.scss}line{font-family:\000039}}
.schedule .days div {
  width: 14.28%;
  float: left;
  font-weight: bold;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_schedule_style\.scss}line{font-family:\0000314}}
.schedule .days div div {
  text-align: center;
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_schedule_style\.scss}line{font-family:\0000319}}
.schedule .days div .checkbox {
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_schedule_style\.scss}line{font-family:\0000322}}
.schedule .days div .checkbox label {
  text-align: center;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_schedule_style\.scss}line{font-family:\0000329}}
.schedule .times {
  margin-top: 16px;
  float: left;
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_schedule_style\.scss}line{font-family:\0000334}}
.schedule .times div {
  float: left;
  text-align: center;
  width: 20%;
  line-height: 36px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_schedule_style\.scss}line{font-family:\0000340}}
.schedule .times .input-time {
  width: 40%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_schedule_style\.scss}line{font-family:\0000343}}
.schedule .times .input-time:LAST-CHILD {
  float: right;
}

/* ==========================================================================
   Search style
   ========================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_search\.scss}line{font-family:\0000311}}
#searchform.large {
  position: absolute;
  display: block;
  padding-bottom: 8px;
  padding-top: 8px;
  margin-bottom: 16px;
  z-index: 12;
  top: 0px;
  right: 0px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_search\.scss}line{font-family:\0000325}}
#searchform.large.active {
  top: 59px;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_search\.scss}line{font-family:\0000333}}
#searchform.large .search-mob-close {
  right: 5px;
  top: -13px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_search\.scss}line{font-family:\0000338}}
#searchform.large .ic-search {
  top: -1px;
  right: 5px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_search\.scss}line{font-family:\0000343}}
#searchform.large span.ic-search:before {
  font-size: 19px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_search\.scss}line{font-family:\0000346}}
#searchform.large span.ic-close:before {
  font-size: 16px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_search\.scss}line{font-family:\0000352}}
.isIE #searchform.large {
  top: 78px !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_search\.scss}line{font-family:\0000355}}
.isIE #searchform.large.active {
  top: 137px !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_search\.scss}line{font-family:\0000359}}
#searchform {
  display: none;
  right: -288px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background: white;
  float: right;
  z-index: 5;
  position: relative;
  width: 100%;
  padding: 0 5%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_search\.scss}line{font-family:\0000366}}
#searchform.active {
  right: 0px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_search\.scss}line{font-family:\0000372}}
#searchform.active span.ic-search:before {
  color: #007c92;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_search\.scss}line{font-family:\0000385}}
#searchform > div {
  vertical-align: middle;
  position: relative;
  float: right;
  width: 100%;
  z-index: 11;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_search\.scss}line{font-family:\0000393}}
#searchform input {
  width: 100%;
  margin: 0;
  font-weight: normal;
  height: 32px;
  padding-right: 34px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_search\.scss}line{font-family:\00003101}}
#searchform #hsearchbt {
  position: relative;
  right: -10px;
  height: 100%;
  font-size: 2.9em;
  float: right;
  line-height: 1em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_search\.scss}line{font-family:\00003109}}
#searchform #hsearchbt span.ic-search {
  position: relative;
  z-index: 11;
}
@media only screen and (min-width: 19.9375em) {
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_search\.scss}line{font-family:\00003109}}
  #searchform #hsearchbt span.ic-search {
    padding-right: 16px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_search\.scss}line{font-family:\00003118}}
#searchform .search-mob-close {
  position: absolute;
  text-align: center;
  text-decoration: none;
  top: -6px;
  right: 22px;
  font-size: 2.9em;
  float: right;
  line-height: 1em;
  z-index: 11;
  padding-left: 5px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_search\.scss}line{font-family:\00003131}}
#searchform .search-desk-close {
  position: relative;
  text-align: center;
  text-decoration: none;
  top: 0px;
  right: 28px;
  height: 31px;
  width: 27px;
  display: inline-block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_search\.scss}line{font-family:\00003141}}
#searchform .search-desk-close span.ic-close {
  position: relative;
  top: 8px;
  right: 0px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_search\.scss}line{font-family:\00003146}}
#searchform .search-desk-close span.ic-close:before {
  font-size: 16px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_search\.scss}line{font-family:\00003150}}
#searchform .search-desk-close:active, #searchform .search-desk-close:focus, #searchform .search-desk-close:hover {
  background-color: transparent;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_search\.scss}line{font-family:\00003156}}
#searchform .search-border-left {
  display: none;
  float: left;
  height: 32px;
  width: 1px;
  border-left: 1px solid #ccc;
  margin-top: 10px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_search\.scss}line{font-family:\00003168}}
.hmenu #searchform {
  border-top: 4px solid #e60000;
  height: 100%;
  width: 337px;
  right: -294px;
  margin-top: 0;
  padding: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_search\.scss}line{font-family:\00003178}}
.hmenu #searchbox {
  width: 50px;
  height: 100%;
  margin-top: 0px;
  padding-top: 10px;
  padding-left: 10px;
  z-index: 11;
  width: 288px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_search\.scss}line{font-family:\00003188}}
.hmenu .search-mob-close {
  position: relative;
  top: 0;
  right: -10px;
  padding-left: 0;
  height: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_search\.scss}line{font-family:\00003198}}
.hmenu #searchform span.ic-search.active {
  padding-left: 17px;
  height: 100%;
  display: block;
  margin-left: -11px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_search\.scss}line{font-family:\00003205}}
.hmenu #searchform span.ic-search {
  display: none;
  padding-top: 2px;
}
@media only screen and (max-width: 19.9375em) {
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_search\.scss}line{font-family:\00003213}}
  .hmenu div#searchbox {
    display: none;
  }
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_search\.scss}line{font-family:\00003220}}
.search-filter {
  display: block !important;
  clear: both;
  background-color: white;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_search\.scss}line{font-family:\00003225}}
.search-filter .ic-radio {
  position: absolute;
  padding-left: 5px !important;
  padding-right: 0px;
  top: 0;
  right: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_search\.scss}line{font-family:\00003234}}
.search-filter .level3.search-content-types, .search-filter .level3.search-formats, .search-filter .level3.search-platforms, .search-filter .level3.search-devices {
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_search\.scss}line{font-family:\00003241}}
.search-filter .level2.search-content-types, .search-filter .level2.search-formats, .search-filter .level2.search-platforms, .search-filter .level2.search-devices {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_search\.scss}line{font-family:\00003246}}
.search-filter span[class*="selected-filter-"] {
  position: relative;
  float: right;
  line-height: 4em;
  font-size: 0.8em;
  padding-right: 0 !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: right;
  color: #999999;
  overflow: hidden;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_search\.scss}line{font-family:\00003261}}
.filter-control-tabs {
  display: none;
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_search\.scss}line{font-family:\00003265}}
.filter-control-tabs #filter-type-btn,
.filter-control-tabs #filter-sort-btn {
  position: relative;
  width: 100%;
  float: left;
  background-color: #f4f4f4;
  overflow: hidden;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_search\.scss}line{font-family:\00003277}}
.filter-control-tabs #filter-type-btn.right,
.filter-control-tabs #filter-sort-btn.right {
  border-left: 1px solid #cccccc;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_search\.scss}line{font-family:\00003285}}
.filter-control-tabs #filter-type-btn.active, .filter-control-tabs #filter-type-btn.active:hover,
.filter-control-tabs #filter-sort-btn.active, .filter-control-tabs #filter-sort-btn.active:hover {
  color: white !important;
  background-color: #007c92;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_search\.scss}line{font-family:\00003292}}
.filter-control-tabs #filter-type-btn:hover,
.filter-control-tabs #filter-sort-btn:hover {
  color: #00b0ca;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_search\.scss}line{font-family:\00003299}}
.filter-control-tabs #filter-sort-btn {
  display: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_search\.scss}line{font-family:\00003304}}
#filetype-tab, #sort-tab {
  display: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_search\.scss}line{font-family:\00003308}}
#sort-tab-desktop {
  display: none;
  position: absolute;
  padding-top: 50px;
  width: 100%;
  z-index: 50;
  border-left: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_search\.scss}line{font-family:\00003319}}
.filter-control-tabs-desktop {
  display: none;
  width: 29% !important;
  position: relative;
  float: right;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_search\.scss}line{font-family:\00003326}}
.filter-control-tabs-desktop #filter-sort-btn-desktop {
  display: none;
  position: relative;
  padding: 10px 50px 10px 0;
  line-height: 1.8em;
  width: 100%;
  float: left;
  overflow: hidden;
  text-decoration: none;
  text-align: right;
  z-index: 51;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_search\.scss}line{font-family:\00003340}}
.filter-control-tabs-desktop #filter-sort-btn-desktop:focus, .filter-control-tabs-desktop #filter-sort-btn-desktop:active {
  background-color: #007c92;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_search\.scss}line{font-family:\00003344}}
.filter-control-tabs-desktop .ic-sort:after {
  padding-right: 2px;
  top: 7px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_search\.scss}line{font-family:\00003350}}
.bottom-border {
  border-bottom: 1px solid #ebebeb;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_search\.scss}line{font-family:\00003356}}
.filter-control-btns {
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_search\.scss}line{font-family:\00003360}}
.filter-control-btns .secondary {
  width: 43%;
  margin-bottom: 8px;
  margin-top: 8px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_search\.scss}line{font-family:\00003366}}
.filter-control-btns .secondary.left {
  margin-right: 2%;
  margin-left: 5%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_search\.scss}line{font-family:\00003371}}
.filter-control-btns .secondary.right {
  margin-left: 2%;
  margin-right: 5%;
}

@media only screen and (min-width: 48em) {
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_search\.scss}line{font-family:\00003382}}
  .search-result [class*="rgc-"] {
    height: 220px;
    overflow: hidden;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_search\.scss}line{font-family:\00003390}}
.search-result a.hover:hover div {
  background-color: #f4f4f4;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_search\.scss}line{font-family:\00003395}}
.search-result p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
  line-height: 2em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_search\.scss}line{font-family:\00003403}}
.search-result h1.headline {
  padding: 5px 16px 0 0 !important;
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_search\.scss}line{font-family:\00003408}}
.search-result div.img-result {
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 48em) {
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_search\.scss}line{font-family:\00003408}}
  .search-result div.img-result {
    height: 220px;
    line-height: 220px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_search\.scss}line{font-family:\00003420}}
.search-result div.img-result img {
  vertical-align: middle;
  max-height: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  max-width: 100%;
  width: auto;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_search\.scss}line{font-family:\00003430}}
.search-result div.search-result-type {
  vertical-align: middle;
}
@media only screen and (min-width: 48em) {
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_search\.scss}line{font-family:\00003430}}
  .search-result div.search-result-type {
    height: 220px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_search\.scss}line{font-family:\00003438}}
.search-result div.search-result-type.ic-big [class*="ic-search-"]:before {
  padding-right: 0;
  font-size: 45px;
  position: inherit;
  padding-right: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_search\.scss}line{font-family:\00003448}}
.search-result .gap-top {
  margin-top: 17px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_search\.scss}line{font-family:\00003454}}
.search-result .sr-breadcrumb span {
  float: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_search\.scss}line{font-family:\00003463}}
.search-result .sr-platform {
  text-align: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_search\.scss}line{font-family:\00003467}}
.search-result .sr-update {
  float: left;
  color: #999999;
  line-height: 3em;
  font-size: 0.8em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_servicebased_style\.scss}line{font-family:\000032}}
.rcvdImg {
  width: auto !important;
  max-width: 100%;
  max-height: 200px;
  display: block;
  margin: 0 auto;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_servicebased_style\.scss}line{font-family:\000039}}
.msgPlus-sub2 {
  float: left;
  margin-top: 8px;
  line-height: normal !important;
}

@media only screen and (min-width: 42.375em) {
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_servicebased_style\.scss}line{font-family:\0000315}}
  .rcvdImg {
    max-height: 400px;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_servicebased_style\.scss}line{font-family:\0000318}}
  .msgPlus-sub2 {
    margin-top: 16px;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_servicebased_style\.scss}line{font-family:\0000324}}
  .section .slides-container .caption {
    top: 20px;
    left: 30px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_servicebased_style\.scss}line{font-family:\0000334}}
.amount-row {
  width: 100%;
  height: 48px;
  padding: 0 16px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_servicebased_style\.scss}line{font-family:\0000339}}
.amount-row span.amount {
  font-weight: bold;
  font-size: 2em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_servicebased_style\.scss}line{font-family:\0000343}}
.amount-row div {
  height: 48px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_servicebased_style\.scss}line{font-family:\0000347}}
.amount-row div span {
  color: #666666;
  font-size: 0.75em;
  float: left;
  clear: left;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_servicebased_style\.scss}line{font-family:\0000356}}
.grey-box {
  padding: 16px;
  width: 100%;
  min-height: 48px;
  background: #afafaf;
  color: white;
  font-weight: bold;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_servicebased_style\.scss}line{font-family:\0000366}}
.header-row {
  height: 48px;
  border-bottom: 1px solid #ebebeb;
  margin-top: -16px;
}
@media only screen and (min-width: 42.375em) {
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_servicebased_style\.scss}line{font-family:\0000366}}
  .header-row {
    margin-top: 0;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_servicebased_style\.scss}line{font-family:\0000375}}
.header-row .ic-print:hover:before, .header-row .ic-pdf:hover:before, .header-row .ic-search:hover:before {
  color: #007c92;
  cursor: pointer;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_servicebased_style\.scss}line{font-family:\0000380}}
.header-row .ic-pdf, .header-row .ic-search, .header-row .ic-print {
  line-height: 48px !important;
  margin-left: 8px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_servicebased_style\.scss}line{font-family:\0000385}}
.header-row .ic-pdf, .header-row .ic-print, .header-row .ic-search {
  display: none;
}

@media only screen and (min-width: 42.375em) {
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_servicebased_style\.scss}line{font-family:\0000393}}
  .header-row .ic-pdf, .header-row .ic-print, .header-row .ic-search {
    display: inline;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_selector_style\.scss}line{font-family:\000033}}
.selector .select-box {
  float: left;
  width: 47.222222%;
  height: 100px;
  padding: 16px 4px;
  cursor: pointer;
  border: 1px solid #cccccc;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_selector_style\.scss}line{font-family:\0000314}}
.selector .select-box .amount {
  float: left;
  width: 100%;
  line-height: 38px !important;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  cursor: pointer;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_selector_style\.scss}line{font-family:\0000326}}
.selector .select-box .ic-radio {
  float: left;
  width: 100%;
  margin-top: 12px;
  display: block;
  text-align: center;
  cursor: pointer;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_selector_style\.scss}line{font-family:\0000336}}
.selector .select-box #custom-amount {
  float: left;
  width: 100%;
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_selector_style\.scss}line{font-family:\0000344}}
.selector .select-box:FIRST-CHILD {
  margin-right: 5.55555%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_selector_style\.scss}line{font-family:\0000349}}
.selector .select-box.custom.selected #custom-amount {
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_selector_style\.scss}line{font-family:\0000353}}
.selector .select-box.custom.selected .amount {
  display: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_selector_style\.scss}line{font-family:\0000361}}
.ct-fix-122.selector .ctc-fix-111 {
  margin-bottom: 5.55555%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_selector_style\.scss}line{font-family:\0000365}}
.ct-fix-122.selector .ctc-fix-122 .select-box {
  width: 100%;
}

@media only screen and (min-width: 42.375em) {
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_selector_style\.scss}line{font-family:\0000377}}
  .selector .select-box:FIRST-CHILD {
    margin-right: 16px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_selector_style\.scss}line{font-family:\0000381}}
  .selector .select-box {
    float: left;
    width: 144px;
    height: 100px;
    padding: 16px 4px;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_selector_style\.scss}line{font-family:\0000390}}
  .ct-fix-122.selector .ctc-fix-111 {
    margin-bottom: 16px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_selector_style\.scss}line{font-family:\0000393}}
  .ct-fix-122.selector .ctc-fix-111:nth-child(odd) {
    padding-right: 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_selector_style\.scss}line{font-family:\0000396}}
  .ct-fix-122.selector .ctc-fix-111:nth-child(even) {
    padding-left: 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_selector_style\.scss}line{font-family:\00003100}}
  .ct-fix-122.selector .ctc-fix-122 .select-box {
    width: 304px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_slider\.scss}line{font-family:\000031}}
.slides-container {
  width: 100%;
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
  list-style-type: none !important;
  overflow: hidden;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_slider\.scss}line{font-family:\0000310}}
.slides-container li {
  position: absolute;
  display: none;
  width: 100%;
  top: 0;
  left: 0;
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_slider\.scss}line{font-family:\0000318}}
.slides-container li:first-child {
  position: relative;
  display: block;
  float: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_slider\.scss}line{font-family:\0000325}}
.slides-container img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_slider\.scss}line{font-family:\0000334}}
.slider_buttons {
  position: absolute;
  z-index: 9998;
  bottom: 54px;
  left: 60px;
  -webkit-backface-visibility: hidden;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_slider\.scss}line{font-family:\0000340}}
.slider_buttons .signup {
  color: white;
  display: block;
  margin-bottom: 1em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_slider\.scss}line{font-family:\0000346}}
.slider_buttons .btn {
  width: 186px;
  max-width: inherit !important;
  margin: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_slider\.scss}line{font-family:\0000353}}
.rhombus_top {
  position: absolute;
  left: 65%;
  top: 0;
  display: block;
  z-index: 9997;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_slider\.scss}line{font-family:\0000360}}
.rhombus_top .logo {
  position: absolute;
  width: 60px;
  height: 60px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_slider\.scss}line{font-family:\0000365}}
.rhombus_top .logo::before {
  content: '';
  width: 2000px;
  height: 2000px;
  display: block;
  position: absolute;
  background-color: #e60000;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transform-origin: 29px 30px;
  -moz-transform-origin: 29px 30px;
  -ms-transform-origin: 29px 30px;
  -o-transform-origin: 29px 30px;
  transform-origin: 29px 30px;
  border-radius: 30px 0 0 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_slider\.scss}line{font-family:\0000385}}
.rhombus_top .logo img {
  color: white;
  position: absolute;
  display: block;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_slider\.scss}line{font-family:\0000393}}
.rslides {
  margin: 0 auto;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_slider\.scss}line{font-family:\0000397}}
.rslides_container {
  margin-bottom: 50px;
  position: relative;
  float: left;
  width: 100%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_slider\.scss}line{font-family:\00003104}}
.centered-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: transparent;
  top: 50%;
  left: 0;
  opacity: 0.7;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("themes.gif") no-repeat left top;
  margin-top: -45px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_slider\.scss}line{font-family:\00003120}}
.centered-btns_nav:active {
  opacity: 1.0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_slider\.scss}line{font-family:\00003124}}
.centered-btns_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_slider\.scss}line{font-family:\00003130}}
.transparent-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  left: 0;
  display: block;
  background: white;
  /* Fix for IE6-9 */
  opacity: 0;
  filter: alpha(opacity=1);
  width: 48%;
  text-indent: -9999px;
  overflow: hidden;
  height: 91%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_slider\.scss}line{font-family:\00003146}}
.transparent-btns_nav.next {
  left: auto;
  right: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_slider\.scss}line{font-family:\00003151}}
.large-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: transparent;
  opacity: 0.6;
  text-indent: -9999px;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  background: black url("themes.gif") no-repeat left 50%;
  width: 38px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_slider\.scss}line{font-family:\00003165}}
.large-btns_nav:active {
  opacity: 1.0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_slider\.scss}line{font-family:\00003169}}
.large-btns_nav.next {
  left: auto;
  background-position: right 50%;
  right: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_slider\.scss}line{font-family:\00003175}}
.centered-btns_nav:focus,
.transparent-btns_nav:focus,
.large-btns_nav:focus {
  outline: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_slider\.scss}line{font-family:\00003181}}
.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
  margin-top: 10px;
  text-align: center;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_slider\.scss}line{font-family:\00003188}}
.centered-btns_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_slider\.scss}line{font-family:\00003198}}
.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #adadad;
  background: rgba(0, 0, 0, 0.2);
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
  width: 9px;
  height: 9px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_slider\.scss}line{font-family:\00003218}}
.transparent-btns_tabs {
  position: absolute;
  top: 16px;
  right: 40px;
  z-index: 1000;
  margin: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_slider\.scss}line{font-family:\00003226}}
.centered-btns_here a,
.transparent-btns_here a,
.large-btns_here a {
  background: #333333;
  background: rgba(114, 114, 114, 0.8);
}

@media only screen and (min-width: 19.9375em) {
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_slider\.scss}line{font-family:\00003234}}
  .rhombus_top {
    position: absolute;
    left: 60%;
    top: 30%;
    display: block;
    z-index: 9997;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_slider\.scss}line{font-family:\00003243}}
  .rhombus_top .logo {
    position: absolute;
    width: 30px;
    height: 30px;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_slider\.scss}line{font-family:\00003249}}
  .rhombus_top .logo::before {
    content: '';
    width: 2000px;
    height: 2000px;
    display: block;
    position: absolute;
    background-color: #e60000;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transform-origin: 14px 15px;
    -moz-transform-origin: 14px 15px;
    -ms-transform-origin: 14px 15px;
    -o-transform-origin: 14px 15px;
    transform-origin: 14px 15px;
    border-radius: 15px 0 0 0;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_slider\.scss}line{font-family:\00003269}}
  .rhombus_top .logo img {
    color: white;
    position: absolute;
    display: block;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_slider\.scss}line{font-family:\00003275}}
  .slides-container .caption {
    position: absolute;
    top: 16px;
    left: 16px;
    bottom: 16px;
    z-index: 9999;
    color: white;
    width: 50%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_slider\.scss}line{font-family:\00003284}}
  .slides-container .caption .caption_headline {
    line-height: 1em;
    font-weight: bold;
    margin-bottom: .3em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_slider\.scss}line{font-family:\00003291}}
  .slides-container .caption .caption_text {
    line-height: 1em;
    font-weight: bold;
    margin-bottom: .3em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_slider\.scss}line{font-family:\00003298}}
  .slides-container .caption .caption_link {
    position: absolute;
    bottom: 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_slider\.scss}line{font-family:\00003302}}
  .slides-container .caption .caption_link a {
    line-height: 1em;
    font-weight: bold;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_slider\.scss}line{font-family:\00003312}}
  .transparent-btns_tabs {
    position: absolute;
    bottom: -20px;
    left: 50%;
    top: inherit;
    right: inherit;
    z-index: 1000;
    margin: 0;
    margin-left: -21px;
  }
}
@media only screen and (min-width: 29.25em) {
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_slider\.scss}line{font-family:\00003325}}
  .rhombus_top {
    position: absolute;
    left: 60%;
    top: 30%;
    display: block;
    z-index: 9997;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_slider\.scss}line{font-family:\00003332}}
  .slides-container .caption {
    position: absolute;
    top: 16px;
    left: 16px;
    bottom: 16px;
    z-index: 9999;
    color: white;
    width: 50%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_slider\.scss}line{font-family:\00003341}}
  .slides-container .caption .caption_headline {
    line-height: 1em;
    font-weight: bold;
    margin-bottom: .3em;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_slider\.scss}line{font-family:\00003346}}
  .slides-container .caption .caption_text {
    line-height: 1em;
    font-weight: bold;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_slider\.scss}line{font-family:\00003350}}
  .slides-container .caption .caption_link {
    position: absolute;
    bottom: 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_slider\.scss}line{font-family:\00003354}}
  .slides-container .caption .caption_link a {
    line-height: 1em;
    font-weight: bold;
    color: #fff;
  }
}
@media only screen and (min-width: 48em) {
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_slider\.scss}line{font-family:\00003364}}
  .rhombus_top {
    position: absolute;
    left: 60%;
    top: 30%;
    display: block;
    z-index: 9997;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_slider\.scss}line{font-family:\00003372}}
  .rhombus_top .logo {
    position: absolute;
    width: 46px;
    height: 46px;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_slider\.scss}line{font-family:\00003378}}
  .rhombus_top .logo::before {
    content: '';
    width: 2000px;
    height: 2000px;
    display: block;
    position: absolute;
    background-color: #e60000;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transform-origin: 22px 23px;
    -moz-transform-origin: 22px 23px;
    -ms-transform-origin: 22px 23px;
    -o-transform-origin: 22px 23px;
    transform-origin: 22px 23px;
    border-radius: 23px 0 0 0;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_slider\.scss}line{font-family:\00003398}}
  .rhombus_top .logo img {
    color: white;
    position: absolute;
    display: block;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_slider\.scss}line{font-family:\00003404}}
  .slides-container .caption {
    position: absolute;
    top: 20px;
    left: 30px;
    bottom: 20px;
    z-index: 9999;
    color: white;
    width: 50%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_slider\.scss}line{font-family:\00003413}}
  .slides-container .caption .caption_headline {
    line-height: 1.1875em;
    font-weight: bold;
    margin-bottom: 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_slider\.scss}line{font-family:\00003418}}
  .slides-container .caption .caption_text {
    line-height: 1.1875em;
    font-weight: bold;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_slider\.scss}line{font-family:\00003422}}
  .slides-container .caption .caption_link {
    position: absolute;
    bottom: 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_slider\.scss}line{font-family:\00003426}}
  .slides-container .caption .caption_link a {
    line-height: 1.1875em;
    font-weight: bold;
    color: #fff;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_slider\.scss}line{font-family:\00003434}}
  .slider_buttons {
    position: absolute;
    z-index: 9998;
    bottom: 2em;
    left: 30px;
  }
}
@media only screen and (min-width: 1000px) {
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_slider\.scss}line{font-family:\00003443}}
  .rhombus_top {
    position: absolute;
    left: 60%;
    top: 30%;
    display: block;
    z-index: 9997;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_slider\.scss}line{font-family:\00003451}}
  .rhombus_top .logo {
    position: absolute;
    width: 46px;
    height: 46px;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_slider\.scss}line{font-family:\00003457}}
  .rhombus_top .logo::before {
    content: '';
    width: 2000px;
    height: 2000px;
    display: block;
    position: absolute;
    background-color: #e60000;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transform-origin: 22px 23px;
    -moz-transform-origin: 22px 23px;
    -ms-transform-origin: 22px 23px;
    -o-transform-origin: 22px 23px;
    transform-origin: 22px 23px;
    border-radius: 23px 0 0 0;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_slider\.scss}line{font-family:\00003477}}
  .rhombus_top .logo img {
    color: white;
    position: absolute;
    display: block;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_slider\.scss}line{font-family:\00003483}}
  .slides-container .caption {
    position: absolute;
    top: 20px;
    left: 30px;
    bottom: 20px;
    z-index: 9999;
    color: white;
    width: 50%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_slider\.scss}line{font-family:\00003492}}
  .slides-container .caption .caption_headline {
    line-height: 1.1875em;
    font-weight: bold;
    margin-bottom: 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_slider\.scss}line{font-family:\00003497}}
  .slides-container .caption .caption_text {
    line-height: 1.1875em;
    font-weight: bold;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_slider\.scss}line{font-family:\00003501}}
  .slides-container .caption .caption_link {
    position: absolute;
    bottom: 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_slider\.scss}line{font-family:\00003505}}
  .slides-container .caption .caption_link a {
    line-height: 1.1875em;
    font-weight: bold;
    color: #fff;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_slider\.scss}line{font-family:\00003513}}
  .slider_buttons {
    position: absolute;
    z-index: 9998;
    bottom: 2em;
    left: 30px;
  }
}
@media only screen and (min-width: 66em) {
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_slider\.scss}line{font-family:\00003523}}
  .rhombus_top {
    position: absolute;
    left: 60%;
    top: 30%;
    display: block;
    z-index: 9997;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_slider\.scss}line{font-family:\00003531}}
  .rhombus_top .logo {
    position: absolute;
    width: 60px;
    height: 60px;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_slider\.scss}line{font-family:\00003537}}
  .rhombus_top .logo::before {
    content: '';
    width: 2000px;
    height: 2000px;
    display: block;
    position: absolute;
    background-color: #e60000;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transform-origin: 29px 30px;
    -moz-transform-origin: 29px 30px;
    -ms-transform-origin: 29px 30px;
    -o-transform-origin: 29px 30px;
    transform-origin: 29px 30px;
    border-radius: 29px 0 0 0;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_slider\.scss}line{font-family:\00003557}}
  .rhombus_top .logo img {
    color: white;
    position: absolute;
    display: block;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_slider\.scss}line{font-family:\00003563}}
  .slides-container .caption {
    position: absolute;
    top: 55px;
    left: 55px;
    bottom: 55px;
    z-index: 9999;
    color: white;
    width: 50%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_slider\.scss}line{font-family:\00003572}}
  .slides-container .caption .caption_headline {
    line-height: 1.1875em;
    font-weight: bold;
    margin-bottom: .5em;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_slider\.scss}line{font-family:\00003577}}
  .slides-container .caption .caption_text {
    line-height: 1.1875em;
    font-weight: bold;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_slider\.scss}line{font-family:\00003581}}
  .slides-container .caption .caption_link {
    position: absolute;
    bottom: 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_slider\.scss}line{font-family:\00003585}}
  .slides-container .caption .caption_link a {
    line-height: 1.1875em;
    font-weight: bold;
    color: #fff;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_slider\.scss}line{font-family:\00003593}}
  .slider_buttons {
    position: absolute;
    z-index: 9998;
    bottom: 2em;
    left: 55px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_slider\.scss}line{font-family:\00003601}}
.transparent-btns_tabs {
  padding: 0 !important;
  margin: 0 !important;
  margin-left: -21px !important;
  list-style: none !important;
  list-style-type: none !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_step-indicator_style\.scss}line{font-family:\000031}}
.stepInd-2step,
.stepInd-3step,
.stepInd-4step {
  border-top: 1px solid #afafaf;
  border-bottom: 1px solid #afafaf;
  width: 100%;
  height: 48px;
  display: table;
  margin: 0 !important;
  overflow: hidden;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_step-indicator_style\.scss}line{font-family:\0000313}}
.stepInd-2step li,
.stepInd-3step li,
.stepInd-4step li {
  display: table-cell;
  padding-left: 24px;
  position: relative;
  height: 48px;
  text-align: center;
  float: left;
  line-height: 48px !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_step-indicator_style\.scss}line{font-family:\0000322}}
.stepInd-2step li a,
.stepInd-3step li a,
.stepInd-4step li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_step-indicator_style\.scss}line{font-family:\0000329}}
.stepInd-2step li a span,
.stepInd-3step li a span,
.stepInd-4step li a span {
  float: none;
  line-height: 48px !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_step-indicator_style\.scss}line{font-family:\0000332}}
.stepInd-2step li a span:first-child,
.stepInd-3step li a span:first-child,
.stepInd-4step li a span:first-child {
  width: auto;
  margin-right: 4px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_step-indicator_style\.scss}line{font-family:\0000336}}
.stepInd-2step li a span:last-child,
.stepInd-3step li a span:last-child,
.stepInd-4step li a span:last-child {
  width: 80%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_step-indicator_style\.scss}line{font-family:\0000347}}
.stepInd-2step li:after,
.stepInd-3step li:after,
.stepInd-4step li:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 24px solid white;
  position: absolute;
  top: 50%;
  margin-top: -24px;
  left: 100%;
  z-index: 2;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_step-indicator_style\.scss}line{font-family:\0000362}}
.stepInd-2step li:before,
.stepInd-3step li:before,
.stepInd-4step li:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 24px solid #afafaf;
  position: absolute;
  top: 50%;
  margin-top: -24px;
  margin-left: 1px;
  left: 100%;
  z-index: 2;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_step-indicator_style\.scss}line{font-family:\0000378}}
.stepInd-2step li:first-child,
.stepInd-3step li:first-child,
.stepInd-4step li:first-child {
  padding-left: 5%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_step-indicator_style\.scss}line{font-family:\0000383}}
.stepInd-2step li.active,
.stepInd-3step li.active,
.stepInd-4step li.active {
  text-align: left;
  background: #666666;
  padding-left: 32px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_step-indicator_style\.scss}line{font-family:\0000388}}
.stepInd-2step li.active a,
.stepInd-3step li.active a,
.stepInd-4step li.active a {
  color: white;
  pointer-events: none;
  cursor: default;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_step-indicator_style\.scss}line{font-family:\0000393}}
.stepInd-2step li.active a span,
.stepInd-3step li.active a span,
.stepInd-4step li.active a span {
  float: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_step-indicator_style\.scss}line{font-family:\0000395}}
.stepInd-2step li.active a span:first-child,
.stepInd-3step li.active a span:first-child,
.stepInd-4step li.active a span:first-child {
  width: auto;
  margin-right: 4px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_step-indicator_style\.scss}line{font-family:\0000399}}
.stepInd-2step li.active a span:last-child,
.stepInd-3step li.active a span:last-child,
.stepInd-4step li.active a span:last-child {
  width: 80%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_step-indicator_style\.scss}line{font-family:\00003111}}
.stepInd-2step li.disabled a,
.stepInd-3step li.disabled a,
.stepInd-4step li.disabled a {
  pointer-events: none;
  cursor: default;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_step-indicator_style\.scss}line{font-family:\00003118}}
.stepInd-2step li.active:after,
.stepInd-3step li.active:after,
.stepInd-4step li.active:after {
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 24px solid #666666;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_step-indicator_style\.scss}line{font-family:\00003124}}
.stepInd-2step li:last-child:after,
.stepInd-3step li:last-child:after,
.stepInd-4step li:last-child:after {
  border: 0px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_step-indicator_style\.scss}line{font-family:\00003127}}
.stepInd-2step li:last-child:before,
.stepInd-3step li:last-child:before,
.stepInd-4step li:last-child:before {
  border: 0px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_step-indicator_style\.scss}line{font-family:\00003135}}
.stepInd-2step li {
  width: 50%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_step-indicator_style\.scss}line{font-family:\00003143}}
.stepInd-3step li {
  width: 27.5%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_step-indicator_style\.scss}line{font-family:\00003146}}
.stepInd-3step li a span:nth-child(2) {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_step-indicator_style\.scss}line{font-family:\00003151}}
.stepInd-3step li.active {
  width: 45%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_step-indicator_style\.scss}line{font-family:\00003154}}
.stepInd-3step li.active a span:nth-child(2) {
  display: inline;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_step-indicator_style\.scss}line{font-family:\00003162}}
.stepInd-4step li {
  width: 20%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_step-indicator_style\.scss}line{font-family:\00003165}}
.stepInd-4step li a span:nth-child(2) {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_step-indicator_style\.scss}line{font-family:\00003170}}
.stepInd-4step li.active {
  width: 40%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_step-indicator_style\.scss}line{font-family:\00003173}}
.stepInd-4step li.active a span:nth-child(2) {
  display: inline;
}

@media only screen and (min-width: 42.375em) {
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_step-indicator_style\.scss}line{font-family:\00003185}}
  .stepInd-2step li:first-child,
  .stepInd-3step li:first-child,
  .stepInd-4step li:first-child {
    padding-left: 16px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_step-indicator_style\.scss}line{font-family:\00003189}}
  .stepInd-2step li,
  .stepInd-3step li,
  .stepInd-4step li {
    padding-left: 32px;
    text-align: left;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_step-indicator_style\.scss}line{font-family:\00003194}}
  .stepInd-2step li a span,
  .stepInd-3step li a span,
  .stepInd-4step li a span {
    float: left;
    display: inline !important;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_step-indicator_style\.scss}line{font-family:\00003197}}
  .stepInd-2step li a span:first-child,
  .stepInd-3step li a span:first-child,
  .stepInd-4step li a span:first-child {
    width: auto;
    margin-right: 4px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_step-indicator_style\.scss}line{font-family:\00003201}}
  .stepInd-2step li a span:last-child,
  .stepInd-3step li a span:last-child,
  .stepInd-4step li a span:last-child {
    width: 80%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_step-indicator_style\.scss}line{font-family:\00003216}}
  .stepInd-3step li,
  .stepInd-4step li {
    text-align: left;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_tabbar_style\.scss}line{font-family:\000031}}
.tabbar-2, .tabbar-3, .tabbar-4 {
  list-style-type: none !important;
  width: 100%;
  height: 48px !important;
  display: table;
  table-layout: fixed;
  margin: 0 !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_tabbar_style\.scss}line{font-family:\000039}}
.tabbar-2 li, .tabbar-3 li, .tabbar-4 li {
  display: table-cell;
  height: 48px;
  text-align: center;
  line-height: 48px !important;
  cursor: pointer;
  border-bottom: 1px solid #afafaf;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_tabbar_style\.scss}line{font-family:\0000318}}
.tabbar-2 li a, .tabbar-3 li a, .tabbar-4 li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #999999;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_tabbar_style\.scss}line{font-family:\0000327}}
.tabbar-2 li a:hover, .tabbar-3 li a:hover, .tabbar-4 li a:hover {
  color: #007c92;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_tabbar_style\.scss}line{font-family:\0000333}}
.tabbar-2 li.active, .tabbar-3 li.active, .tabbar-4 li.active {
  border-bottom: 0;
  border-left: 1px solid #afafaf;
  border-right: 1px solid #afafaf;
  border-top: 2px solid #e60000;
  cursor: default;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_tabbar_style\.scss}line{font-family:\0000340}}
.tabbar-2 li.active a, .tabbar-3 li.active a, .tabbar-4 li.active a {
  color: black;
  cursor: default;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_tabbar_style\.scss}line{font-family:\0000346}}
.tabbar-2 li:first-child.active, .tabbar-3 li:first-child.active, .tabbar-4 li:first-child.active {
  border-left: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_tabbar_style\.scss}line{font-family:\0000350}}
.tabbar-2 li:last-child.active, .tabbar-3 li:last-child.active, .tabbar-4 li:last-child.active {
  border-right: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_tabbar_style\.scss}line{font-family:\0000357}}
.tabbar-2 li {
  width: 50%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_tabbar_style\.scss}line{font-family:\0000363}}
.tabbar-3 li {
  width: 33%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_tabbar_style\.scss}line{font-family:\0000369}}
.tabbar-4 li {
  width: 25%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_tabbar_style\.scss}line{font-family:\0000375}}
.ui-tabs .ui-tabs-panel, .ui-tabs .ui-tabs-nav {
  border: 0 !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_tabbar_style\.scss}line{font-family:\0000379}}
.ui-tabs .ui-tabs-anchor {
  font-weight: normal;
  font-size: 16px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_tabbar_style\.scss}line{font-family:\0000384}}
.ui-tabs .ui-tabs-active {
  background: none !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_three-column-table_style\.scss}line{font-family:\000031}}
.tc-row {
  height: 48px;
  margin: 0 5%;
  padding: 8px 0;
  border-bottom: 1px solid #ebebeb;
  min-width: 288px;
  cursor: pointer;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_three-column-table_style\.scss}line{font-family:\0000310}}
.tc-row .tc-col:FIRST-CHILD {
  width: 60%;
  float: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_three-column-table_style\.scss}line{font-family:\0000314}}
.tc-row .tc-col:FIRST-CHILD .cell-l-1,
.tc-row .tc-col:FIRST-CHILD .cell-l-2 {
  width: 100%;
  float: left;
  line-height: 16px;
  text-align: left;
  font-weight: normal;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_three-column-table_style\.scss}line{font-family:\0000324}}
.tc-row .tc-col {
  margin: 0;
  width: 40%;
  display: table;
  float: right;
  font-weight: bold;
  /* text and color*/
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_three-column-table_style\.scss}line{font-family:\0000331}}
.tc-row .tc-col span {
  text-align: right;
  float: right;
  line-height: 32px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_three-column-table_style\.scss}line{font-family:\0000338}}
.tc-row .tc-col .cell-l-2 {
  color: #666666;
  font-size: 0.75em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_three-column-table_style\.scss}line{font-family:\0000346}}
.tc-expand {
  display: none;
  height: 48px;
  margin: 0 5%;
  padding: 8px 0;
  cursor: pointer;
  border-bottom: 1px solid #ebebeb;
  min-width: 288px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_three-column-table_style\.scss}line{font-family:\0000356}}
.tc-expand span {
  line-height: 16px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_three-column-table_style\.scss}line{font-family:\0000360}}
.tc-expand .tc-col:before {
  content: "";
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_three-column-table_style\.scss}line{font-family:\0000364}}
.tc-expand .tc-col {
  margin: 0;
  width: 100%;
  display: table;
  float: left;
  /* ICON */
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_three-column-table_style\.scss}line{font-family:\0000370}}
.tc-expand .tc-col .cell-l-1, .tc-expand .tc-col .cell-l-2 {
  float: left;
  width: 100%;
  position: relative;
  color: #666666;
  font-size: 0.75em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_three-column-table_style\.scss}line{font-family:\0000381}}
.tc-expand .tc-col .cell-l-1:before {
  position: absolute;
  right: 0;
  line-height: 32px;
  font-size: 16px;
  font-family: 'vdf-ic-rg';
  font-weight: normal;
  color: #999999;
  content: "Z";
  cursor: pointer;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_three-column-table_style\.scss}line{font-family:\0000393}}
.tc-expand .tc-col .cell-l-1:hover:before,
.tc-expand .tc-col .cell-l-1:active:before {
  color: #007c92;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_three-column-table_style\.scss}line{font-family:\00003102}}
.expanded {
  border-bottom: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_three-column-table_style\.scss}line{font-family:\00003107}}
.tc-title {
  background: none;
  border-top: 1px solid #ebebeb;
  margin: 0 !important;
  padding: 8px 5%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_three-column-table_style\.scss}line{font-family:\00003116}}
.tc-title .tc-col:FIRST-CHILD .cell-l-1 {
  font-weight: bold;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_three-column-table_style\.scss}line{font-family:\00003119}}
.tc-title .tc-col:FIRST-CHILD span {
  font-weight: normal;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_three-column-table_style\.scss}line{font-family:\00003125}}
.tc-title.dayresume {
  background: #ebebeb !important;
  height: 24px;
  padding: 0 5%;
  cursor: default;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_three-column-table_style\.scss}line{font-family:\00003132}}
.tc-title.dayresume .tc-col span {
  color: black;
  font-size: 0.75em;
  font-weight: bold;
  line-height: 24px !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_three-column-table_style\.scss}line{font-family:\00003139}}
.tc-title.dayresume .tc-col .cell-l-1, .tc-title.dayresume .tc-col .cell-l-2 {
  font-weight: normal !important;
  color: #666666;
}

@media only screen and (min-width: 42.375em) {
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_three-column-table_style\.scss}line{font-family:\00003149}}
  .tc-row {
    margin: 0 16px;
    padding: 16px 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_three-column-table_style\.scss}line{font-family:\00003153}}
  .tc-row .tc-col:first-child {
    width: 75%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_three-column-table_style\.scss}line{font-family:\00003156}}
  .tc-row .tc-col:first-child span {
    margin-right: 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_three-column-table_style\.scss}line{font-family:\00003160}}
  .tc-row .tc-col:first-child .cell-l-1 {
    width: 75%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_three-column-table_style\.scss}line{font-family:\00003163}}
  .tc-row .tc-col:first-child .cell-l-2 {
    width: 25%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_three-column-table_style\.scss}line{font-family:\00003167}}
  .tc-row .tc-col {
    width: 25%;
    position: relative;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_three-column-table_style\.scss}line{font-family:\00003171}}
  .tc-row .tc-col span {
    line-height: 16px;
    margin-right: 32px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_three-column-table_style\.scss}line{font-family:\00003177}}
  .tc-row .tc-col:before {
    /* ICON */
    position: absolute;
    right: 0;
    line-height: 24px;
    font-size: 16px;
    font-family: 'vdf-ic-rg';
    font-weight: normal;
    color: #999999;
    content: "v";
    cursor: pointer;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_three-column-table_style\.scss}line{font-family:\00003192}}
  .tc-row .tc-col.no-expand span {
    margin-right: 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_three-column-table_style\.scss}line{font-family:\00003196}}
  .tc-row .tc-col.no-expand:before {
    content: "";
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_three-column-table_style\.scss}line{font-family:\00003201}}
  .tc-row .tc-col:hover:before,
  .tc-row .tc-col:active:before {
    color: #007c92;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_three-column-table_style\.scss}line{font-family:\00003206}}
  .tc-row .tc-col:FIRST-CHILD:before {
    content: "";
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_three-column-table_style\.scss}line{font-family:\00003213}}
  .expanded .tc-col:before {
    content: "";
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_three-column-table_style\.scss}line{font-family:\00003218}}
  .tc-title {
    height: 24px;
    padding: 0 16px !important;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_three-column-table_style\.scss}line{font-family:\00003222}}
  .tc-title span {
    line-height: 24px !important;
    margin-right: 0 !important;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_three-column-table_style\.scss}line{font-family:\00003226}}
  .tc-title .tc-col:before {
    content: "";
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_three-column-table_style\.scss}line{font-family:\00003232}}
  .tc-expand {
    margin: 0 16px;
    padding: 6px 0 !important;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_three-column-table_style\.scss}line{font-family:\00003236}}
  .tc-expand .tc-col:before {
    content: "";
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_timer_style\.scss}line{font-family:\000031}}
.timer {
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_timer_style\.scss}line{font-family:\000034}}
.timer .hours {
  width: 48%;
  margin-right: 4%;
  float: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_timer_style\.scss}line{font-family:\000039}}
.timer .hours input {
  margin-top: 4px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_timer_style\.scss}line{font-family:\0000314}}
.timer .minutes {
  width: 48%;
  float: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_timer_style\.scss}line{font-family:\0000318}}
.timer .minutes input {
  margin-top: 4px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_timer_style\.scss}line{font-family:\0000329}}
.timer.running .hours .input-number span:before {
  content: "";
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_timer_style\.scss}line{font-family:\0000339}}
.timer.running .minutes .input-number span:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_user-managment\.scss}line{font-family:\000037}}
span.profile-picture {
  text-indent: -9999em;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  outline: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_user-managment\.scss}line{font-family:\0000315}}
.profile-picture.small {
  background-size: 25px;
  border-radius: 12.5px;
  width: 25px;
  height: 25px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_user-managment\.scss}line{font-family:\0000322}}
.profile-picture.large {
  background-size: 100%;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  margin-bottom: 16px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_user-managment\.scss}line{font-family:\0000330}}
.user-menu {
  border-top: 4px solid #e60000;
  position: absolute;
  right: 68px;
  text-align: right;
  width: auto;
  z-index: 6;
  height: 60px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_user-managment\.scss}line{font-family:\0000339}}
.user-menu span.profile-picture.small {
  position: absolute;
  right: 0px;
  top: 12px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_user-managment\.scss}line{font-family:\0000345}}
.user-menu span.profile-picture.small:hover,
.user-menu span.profile-picture.small.active {
  border: 2px solid #007c92;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_user-managment\.scss}line{font-family:\0000351}}
.dropdown-menu {
  position: absolute;
  right: 0px;
  left: 0;
  margin-left: 0;
  margin-top: 0;
  top: 60px;
  z-index: 801;
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid #999999;
  border-top: 1px solid white;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_user-managment\.scss}line{font-family:\0000365}}
.dropdown-menu .level1 li a {
  background: transparent !important;
  border-bottom: 0;
  border-left: 0;
  border-top: 1px solid #ebebeb;
  height: 46px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_user-managment\.scss}line{font-family:\0000373}}
.dropdown-menu .level1 li:first-child a {
  border-top: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_user-managment\.scss}line{font-family:\0000378}}
.profile-picture-actions .cell {
  width: 100%;
  display: block;
  height: auto;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_user-managment\.scss}line{font-family:\0000384}}
.profile-picture-actions input {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  opacity: 0;
}

@media only screen and (min-width: 48em) {
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/components\/_user-managment\.scss}line{font-family:\0000395}}
  .profile-picture-actions .cell {
    vertical-align: bottom;
    height: 300px;
    display: table-cell;
  }
}
/* ==========================================================================
   Magnolia specific style
   ========================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/plugins\/_magnolia-specific\.scss}line{font-family:\000035}}
#mgnlMoveDivShadow,
#mgnlMoveDivDenied,
#mgnlMoveDivAllowed {
  display: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/plugins\/_magnolia-specific\.scss}line{font-family:\0000311}}
div.mgnlEditor,
div.mgnlEditorBar,
div.mgnlEditor.area,
div.mgnlEditorBar.area,
div.mgnlEditor.component,
div.mgnlEditorBar.component {
  clear: none !important;
}

/* Magnific Popup CSS */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/plugins\/_magnific-popup\.scss}line{font-family:\0000373}}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10002;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/plugins\/_magnific-popup\.scss}line{font-family:\0000390}}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10003;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/plugins\/_magnific-popup\.scss}line{font-family:\00003102}}
.mfp-container {
  height: 100%;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/plugins\/_magnific-popup\.scss}line{font-family:\00003117}}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/plugins\/_magnific-popup\.scss}line{font-family:\00003125}}
.mfp-align-top .mfp-container:before {
  display: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/plugins\/_magnific-popup\.scss}line{font-family:\00003130}}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 10005;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/plugins\/_magnific-popup\.scss}line{font-family:\00003138}}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/plugins\/_magnific-popup\.scss}line{font-family:\00003145}}
.mfp-ajax-cur {
  cursor: progress;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/plugins\/_magnific-popup\.scss}line{font-family:\00003148}}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/plugins\/_magnific-popup\.scss}line{font-family:\00003154}}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/plugins\/_magnific-popup\.scss}line{font-family:\00003160}}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/plugins\/_magnific-popup\.scss}line{font-family:\00003164}}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/plugins\/_magnific-popup\.scss}line{font-family:\00003174}}
.mfp-loading.mfp-figure {
  display: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/plugins\/_magnific-popup\.scss}line{font-family:\00003179}}
.mfp-hide {
  display: none !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/plugins\/_magnific-popup\.scss}line{font-family:\00003190}}
.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 10004;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/plugins\/_magnific-popup\.scss}line{font-family:\00003201}}
.mfp-preloader a {
  color: #cccccc;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/plugins\/_magnific-popup\.scss}line{font-family:\00003204}}
.mfp-preloader a:hover {
  color: white;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/plugins\/_magnific-popup\.scss}line{font-family:\00003209}}
.mfp-s-ready .mfp-preloader {
  display: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/plugins\/_magnific-popup\.scss}line{font-family:\00003214}}
.mfp-s-error .mfp-content {
  display: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/plugins\/_magnific-popup\.scss}line{font-family:\00003220}}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 10006;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/plugins\/_magnific-popup\.scss}line{font-family:\00003231}}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/plugins\/_magnific-popup\.scss}line{font-family:\00003238}}
.mfp-close {
  width: 48px;
  height: 48px;
  line-height: 48px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  padding: 0 0 18px 10px;
  color: #999;
  font-style: normal;
  font-size: 32px;
  font-family: 'VodafoneRg',Arial,sans-serif;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/plugins\/_magnific-popup\.scss}line{font-family:\00003258}}
.mfp-close:hover, .mfp-close:active {
  opacity: 1;
  color: #007c92;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/plugins\/_magnific-popup\.scss}line{font-family:\00003264}}
.mfp-close:active {
  top: 1px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/plugins\/_magnific-popup\.scss}line{font-family:\00003268}}
.mfp-close-btn-in .mfp-close {
  color: #999999;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/plugins\/_magnific-popup\.scss}line{font-family:\00003271}}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/plugins\/_magnific-popup\.scss}line{font-family:\00003281}}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/plugins\/_magnific-popup\.scss}line{font-family:\00003292}}
.mfp-arrow {
  position: absolute;
  top: 0;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
  -webkit-tap-highlight-color: transparent;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/plugins\/_magnific-popup\.scss}line{font-family:\00003305}}
.mfp-arrow:active {
  margin-top: -54px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/plugins\/_magnific-popup\.scss}line{font-family:\00003309}}
.mfp-arrow:hover,
.mfp-arrow:active {
  opacity: 1;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/plugins\/_magnific-popup\.scss}line{font-family:\00003313}}
.mfp-arrow:hover:before,
.mfp-arrow:active:before {
  color: #007c92;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/plugins\/_magnific-popup\.scss}line{font-family:\00003321}}
.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: solid transparent;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/plugins\/_magnific-popup\.scss}line{font-family:\00003337}}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  top: 8px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/plugins\/_magnific-popup\.scss}line{font-family:\00003353}}
.mfp-arrow-left {
  left: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/plugins\/_magnific-popup\.scss}line{font-family:\00003356}}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  left: 5px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/plugins\/_magnific-popup\.scss}line{font-family:\00003367}}
.mfp-arrow-left:before {
  color: #FFFFFF;
  font-family: 'vdf-ic-rg';
  font-size: 48px;
  font-style: normal;
  font-weight: normal;
  height: 48px;
  position: absolute;
  left: -29px;
  width: 48px;
  content: "x";
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/plugins\/_magnific-popup\.scss}line{font-family:\00003380}}
.mfp-arrow-right:before {
  color: #FFFFFF;
  font-family: 'vdf-ic-rg';
  font-size: 48px;
  font-style: normal;
  font-weight: normal;
  position: absolute;
  left: 0;
  width: 48px;
  content: "c";
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/plugins\/_magnific-popup\.scss}line{font-family:\00003392}}
.mfp-arrow-right {
  right: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/plugins\/_magnific-popup\.scss}line{font-family:\00003394}}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  left: 3px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/plugins\/_magnific-popup\.scss}line{font-family:\00003410}}
.mfp-iframe-holder {
  padding: 5%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/plugins\/_magnific-popup\.scss}line{font-family:\00003415}}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-height: 95%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/plugins\/_magnific-popup\.scss}line{font-family:\00003422}}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 87.5%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/plugins\/_magnific-popup\.scss}line{font-family:\00003428}}
.mfp-iframe-scaler iframe {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/plugins\/_magnific-popup\.scss}line{font-family:\00003437}}
.mfp-iframe-holder .mfp-close {
  top: -43px;
}

/* Main image in popup */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/plugins\/_magnific-popup\.scss}line{font-family:\00003450}}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/plugins\/_magnific-popup\.scss}line{font-family:\00003464}}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/plugins\/_magnific-popup\.scss}line{font-family:\00003477}}
.mfp-figure {
  line-height: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/plugins\/_magnific-popup\.scss}line{font-family:\00003480}}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/plugins\/_magnific-popup\.scss}line{font-family:\00003488}}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-break: break-word;
  padding-right: 36px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/plugins\/_magnific-popup\.scss}line{font-family:\00003496}}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/plugins\/_magnific-popup\.scss}line{font-family:\00003502}}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/plugins\/_magnific-popup\.scss}line{font-family:\00003506}}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/plugins\/_magnific-popup\.scss}line{font-family:\00003517}}
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/plugins\/_magnific-popup\.scss}line{font-family:\00003521}}
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  /* The shadow behind the image */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/plugins\/_magnific-popup\.scss}line{font-family:\00003525}}
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/plugins\/_magnific-popup\.scss}line{font-family:\00003530}}
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/plugins\/_magnific-popup\.scss}line{font-family:\00003541}}
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/plugins\/_magnific-popup\.scss}line{font-family:\00003544}}
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/plugins\/_magnific-popup\.scss}line{font-family:\00003548}}
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/plugins\/_magnific-popup\.scss}line{font-family:\00003559}}
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
}
@media all and (max-width: 800px) {
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/plugins\/_magnific-popup\.scss}line{font-family:\00003572}}
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/plugins\/_magnific-popup\.scss}line{font-family:\00003576}}
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/plugins\/_magnific-popup\.scss}line{font-family:\00003580}}
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/plugins\/_magnific-popup\.scss}line{font-family:\00003584}}
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/plugins\/_magnific-popup\.scss}line{font-family:\00003595}}
.mfp-ie7 .mfp-img {
  padding: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/plugins\/_magnific-popup\.scss}line{font-family:\00003598}}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/plugins\/_magnific-popup\.scss}line{font-family:\00003605}}
.mfp-ie7 .mfp-container {
  padding: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/plugins\/_magnific-popup\.scss}line{font-family:\00003608}}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/plugins\/_magnific-popup\.scss}line{font-family:\00003611}}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/plugins\/_magnific-popup\.scss}line{font-family:\00003623}}
[id*="popup-img-"] {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/app\.scss}line{font-family:\0000351}}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/app\.scss}line{font-family:\0000358}}
html {
  height: 100%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/app\.scss}line{font-family:\0000362}}
body {
  font-family: 'VodafoneRg', Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  padding: 0 !important;
  background-color: white;
  color: #333333;
  min-width: 320px;
  height: 100%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/app\.scss}line{font-family:\0000373}}
a {
  -webkit-tap-highlight-color: transparent;
  color: #333333;
  text-decoration: underline;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/app\.scss}line{font-family:\0000379}}
a:active, a.click, a.click:focus, .focus label.click, .link-button:active:focus {
  background-color: inherit;
  color: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/app\.scss}line{font-family:\0000384}}
p {
  text-align: left;
  margin: 0 0 1em 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/app\.scss}line{font-family:\0000389}}
::selection {
  background: #5e2750;
  color: white;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/app\.scss}line{font-family:\0000394}}
::-moz-selection {
  background: #5e2750;
  color: white;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/app\.scss}line{font-family:\0000399}}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/app\.scss}line{font-family:\00003104}}
ul li {
  margin: 0;
  padding: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/app\.scss}line{font-family:\00003110}}
button, .button {
  font-size: 1em;
  outline: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/app\.scss}line{font-family:\00003115}}
.hr {
  clear: both;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/app\.scss}line{font-family:\00003119}}
#content {
  width: 100%;
  max-width: 79.25em;
  min-width: 308px;
  margin: 0px auto 0px auto;
  padding: 0.9375em 0 0 0;
  float: none;
  padding-bottom: 80px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/app\.scss}line{font-family:\00003128}}
#content div.section {
  background-color: white;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/app\.scss}line{font-family:\00003132}}
#content .onecol,
#content .twocol {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 300px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/app\.scss}line{font-family:\00003139}}
#content .onecol .contentcol,
#content .twocol .contentcol {
  margin-bottom: 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/app\.scss}line{font-family:\00003142}}
#content .onecol .contentcol > div,
#content .twocol .contentcol > div {
  clear: none !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/app\.scss}line{font-family:\00003146}}
#content .onecol .contentcol > div.section,
#content .twocol .contentcol > div.section {
  margin-bottom: 16px;
  border-bottom: 1px solid #ebebeb;
  background-color: white;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/app\.scss}line{font-family:\00003151}}
#content .onecol .contentcol > div.section.space-top,
#content .twocol .contentcol > div.section.space-top {
  padding-top: 16px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/app\.scss}line{font-family:\00003155}}
#content .onecol .contentcol > div.section .section-date,
#content .twocol .contentcol > div.section .section-date {
  float: left;
  color: #999999;
  line-height: 3em;
  font-size: 0.8em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/app\.scss}line{font-family:\00003162}}
#content .onecol .contentcol > div.section .section-link,
#content .twocol .contentcol > div.section .section-link {
  text-align: right;
  line-height: 3em;
  font-size: 0.8em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/app\.scss}line{font-family:\00003167}}
#content .onecol .contentcol > div.section .section-link a,
#content .twocol .contentcol > div.section .section-link a {
  color: #999999;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/app\.scss}line{font-family:\00003173}}
#content .onecol .contentcol > div.section > div,
#content .twocol .contentcol > div.section > div {
  height: 100%;
}
@media only screen and (min-width: 19.9375em) {
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/app\.scss}line{font-family:\00003173}}
  #content .onecol .contentcol > div.section > div,
  #content .twocol .contentcol > div.section > div {
    margin-left: 0px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/app\.scss}line{font-family:\00003178}}
#content .onecol .contentcol > div.section > div > div,
#content .twocol .contentcol > div.section > div > div {
  height: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/app\.scss}line{font-family:\00003182}}
#content .onecol .contentcol p.template-description,
#content .twocol .contentcol p.template-description {
  margin-left: 16px;
  color: #007c92;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/app\.scss}line{font-family:\00003187}}
#content .onecol .contentcol ul,
#content .twocol .contentcol ul {
  list-style-type: disc;
  margin: 0em 0 0em 1em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/app\.scss}line{font-family:\00003190}}
#content .onecol .contentcol ul li,
#content .twocol .contentcol ul li {
  line-height: 1.5em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/app\.scss}line{font-family:\00003195}}
#content .onecol .navcol,
#content .twocol .navcol {
  width: 13.75em;
  max-height: 100%;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  float: left;
  left: 0;
  margin-left: 16px;
  margin-right: 16px;
  overflow-y: auto;
  /* FUTURE SOLUTION
    http://updates.html5rocks.com/2012/08/Stick-your-landings-position-sticky-lands-in-WebKit#comment-640168408
  */
  /*position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  top: calcem(75px);*/
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/app\.scss}line{font-family:\00003218}}
#content .onecol .fixedcol,
#content .twocol .fixedcol {
  max-width: 658px;
  margin: 0 auto;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/app\.scss}line{font-family:\00003222}}
#content .onecol .fixedcol > div.section,
#content .twocol .fixedcol > div.section {
  margin-bottom: 16px;
  border-bottom: 1px solid #ebebeb;
  background-color: white;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/app\.scss}line{font-family:\00003230}}
#content h1, #content h2, #content h3, #content h4 {
  line-height: 1.2em;
  padding: 16px 16px;
  padding: 10px 16px 10px 0;
  text-align: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/app\.scss}line{font-family:\00003237}}
#content h1 {
  font-family: 'VodafoneLt', sans-serif;
  font-size: 1.5em;
  font-weight: normal;
  color: #e60000;
  line-height: 24.5px;
  padding: 12px 0;
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/app\.scss}line{font-family:\00003247}}
#content h2 {
  font-weight: bold;
  font-size: 1em;
  color: #333333;
  line-height: 24.5px;
  padding: 12px 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/app\.scss}line{font-family:\00003258}}
#content h2 .h2-sub {
  color: #999999;
  font-size: 0.75em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/app\.scss}line{font-family:\00003263}}
#content h3 {
  font-weight: bold;
  font-size: 1em;
  line-height: 1em;
  margin-bottom: .5em;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/app\.scss}line{font-family:\00003275}}
#content .contentcol p, #content .contentcol span {
  line-height: 1.5em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/app\.scss}line{font-family:\00003279}}
#content .contentcol p.align-left, #content .contentcol span.align-left {
  text-align: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/app\.scss}line{font-family:\00003283}}
#content .contentcol p.align-right, #content .contentcol span.align-right {
  text-align: right;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/app\.scss}line{font-family:\00003287}}
#content .contentcol p.strong, #content .contentcol span.strong {
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Entwicklung\/workspace_ec\/git\/WebAppFramework\/sass\/app\.scss}line{font-family:\00003295}}
#content .hr {
  top: 0;
  margin: 0;
}

/*# sourceMappingURL=app.css.map */
