.fil-kostenrechner .grid-x {
    position: relative;
}

.fil-kostenrechner h2.title-keyline {
    margin-bottom: 7.5rem;
    margin-top: 3rem;
}

.fil-kostenrechner p.small {
    margin-top: 1rem;
}

.fil-kostenrechner a.cta-anlagevorschlag {
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
    font-weight: 700;
    margin: 0;
}

.fil-kostenrechner .fil-kostenrechner-anlagebetrag {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #E4E1DE;
    text-align: center;
    padding: 60px 20px 40px 20px;
}

.fil-kostenrechner .fil-kostenrechner-anlagebetrag p {
    margin-bottom: 0.25rem;
}

.fil-kostenrechner .fil-kostenrechner-anlagebetrag .anlagebetrag {
    font-size: 2.8125rem;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 0.75rem;
}

.fil-kostenrechner .fil-kostenrechner-anlagebetrag:after {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    top: 100%;
    border: 38px solid transparent;
    border-top-color: #E4E1DE;
    pointer-events: none;
    margin-left: -38px;
}

.fil-kostenrechner .fil-kostenrechner-anlagebetrag .anlagebetrag-tooltip {
    position: relative;
    width: 100%;
    background-color: #ffffff;
    padding: 9px 20px;
    margin-top: 1.5625rem;
    font-size: 1rem;
    line-height: 1.2;
    text-align: center;
}

.fil-kostenrechner .fil-kostenrechner-anlagebetrag .anlagebetrag-tooltip:after {
    content: " ";
    position: absolute;
    height: 0;
    width: 0;
    bottom: 100%;
    left: 10%;
    pointer-events: none;
    border: 12px solid transparent;
    border-bottom-color: #ffffff;
    margin-left: -12px;
}

.fil-kostenrechner .fil-kostenrechner-ergebnis {
    width: 100%;
    height: 100%;
    background-color: #EEEFF0;
    text-align: center;
    padding: 60px 20px 80px 20px;
}

.fil-kostenrechner .fil-kostenrechner-ergebnis .ergebnis {
    font-size: 3rem;
    line-height: 1.1;
    font-weight: 400;
}

.fil-kostenrechner .fil-kostenrechner-ergebnis p {
    font-size: 1rem;
    margin-bottom: 1rem;
}

.fil-kostenrechner .fil-kostenrechner-stoerer {
    position: relative;
    z-index: 1;
    transform: rotate(-3deg);
    padding: 14px 20px;
    background-color: #EA6A19;
    min-width: 280px;
    max-width: 354px;
    margin: -74px auto -20px auto;
    -webkit-box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.16);
    text-align: center;
    color: #FFFFFF;
    font-size: 0.9rem;
    line-height: 1.2;
    font-weight: 700;
}

.fil-kostenrechner .fil-kostenrechner-stoerer span {
    font-size: 1.1rem;
}

@media print, screen and (min-width: 64em) {

    .fil-kostenrechner a.cta-anlagevorschlag {
        position: absolute;
        left: 50%;
        bottom: 30px;
        transform: translateX(-50%);
        font-size: 26px;
        font-weight: 700;
        margin: 0;
    }

    .fil-kostenrechner .fil-kostenrechner-anlagebetrag {
        padding: 82px 100px 135px 60px;
    }

    .fil-kostenrechner .fil-kostenrechner-anlagebetrag p {
        margin-left: -40px;
    }

    .fil-kostenrechner .fil-kostenrechner-anlagebetrag .anlagebetrag {
        margin-left: -40px;
    }

    .fil-kostenrechner .fil-kostenrechner-ergebnis {
        padding: 100px 60px 90px 180px;
    }

    .fil-kostenrechner .fil-kostenrechner-ergebnis .ergebnis {
        font-size: 4rem;
    }

    .fil-kostenrechner .fil-kostenrechner-anlagebetrag:after {
        left: 100%;
        top: 50%;
        border-top-color: transparent;
        border-left-color: #E4E1DE;
        margin-left: 0;
        margin-top: -51px;
    }

    .fil-kostenrechner .fil-kostenrechner-stoerer {
        position: absolute;
        top: -74px;
        left: 50%;
        transform: translateX(-50%) rotate(-3deg);
        z-index: 1;
        padding: 18px 28px;
        min-width: 354px;
        font-size: 1rem;
        margin: 0;
    }

    .fil-kostenrechner .fil-kostenrechner-stoerer span {
        font-size: 1.375rem;
    }
}


/*! nouislider - 14.5.0 - 5/11/2020 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}
/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}
/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

.noUi-handle:focus, .noUi-handle:focus-visible {
    outline-offset: 3px;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
    height: 8px;
}

.noUi-horizontal .noUi-handle {
    width: 32px;
    height: 32px;
    right: -16px;
    top: -12px;
}
.noUi-vertical {
  width: 8px;
}
.noUi-vertical .noUi-handle {
    width: 32px;
    height: 32px;
  right: -6px;
  bottom: -17px;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}
/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
    background: #FFFFFF;
    border-radius: 4px;
}

.noUi-connects {
    border-radius: 3px;
}

.noUi-connect {
    background: #3FB8AF;
}

/* Handles and cursors;
 */
.noUi-draggable {
    cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize;
}

.noUi-handle {
    border: 8px solid #016FAD;
    border-radius: 16px;
    background: #FFF;
    cursor: default;
}

/* Disabled state;
 */
[disabled] .noUi-connect {
    background: #B8B8B8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
    cursor: not-allowed;
}

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-pips {
    position: absolute;
    color: #999;
}

/* Values;
 *
 */
.noUi-value {
    display: none;
    position: absolute;
    white-space: nowrap;
    text-align: center;
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px;
}

/* Markings;
 *
 */
.noUi-marker {
    position: absolute;
    background: #CCC;
    display: none;
}

.noUi-marker-sub {
    background: #AAA;
}

.noUi-marker-large {
    background: #AAA;
    display: block;
}

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
    height: 8px;
    top: 0;
    left: 0;
    width: 100%;
}

.noUi-value-horizontal {
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 8px;
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 8px;
}

.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 120%;
}