/* DEBUG */


/* * {
  border: 0.1px solid red !important;
} */

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(1800deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(1800deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(1800deg);
        transform: rotate(1800deg);
    }
}

@-moz-keyframes spin-r {
    100% {
        -moz-transform: rotate(-1800deg);
    }
}

@-webkit-keyframes spin-r {
    100% {
        -webkit-transform: rotate(-1800deg);
    }
}

@keyframes spin-r {
    100% {
        -webkit-transform: rotate(-1800deg);
        transform: rotate(-1800deg);
    }
}

@keyframes fade {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes fade {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes fade {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.grecaptcha-badge {
    visibility: hidden;
}

.tabletcontainer>* {
    opacity: 0;
}

.spacer-1 {
    margin-bottom: 1em;
}

.spacer-2 {
    margin-bottom: 2em;
}

.spacer-3 {
    margin-bottom: 3em;
}

.spacer-4 {
    margin-bottom: 4em;
}

.spacer-5 {
    margin-bottom: 5em;
}

.spacer-6 {
    margin-bottom: 6em;
}

#page-2 .content {
    padding-top: 100px;
}

.tabbuttoncontainer,
.tabbuttoncontainer-sticky {
    background-color: #151515;
    transition: background-color 5s;
    width: 100%;
}

.tabbuttoncontainer-sticky {
    position: fixed;
    top: 0;
    z-index: 100;
    padding-left: 40px;
    color: #000000;
    display: none;
}

#cover {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('assets/Reporting_Machine_Keyvisual_Desktop.svg');
}

h1 {
    z-index: 1;
}

* {
    font-family: agenda, sans-serif;
    box-sizing: border-box;
    line-height: 120%;
    letter-spacing: 0.02em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p {
    hyphens: manual;
}

.nb {
    white-space: nowrap;
}

.persona-bold {
    font-weight: 600;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}

.frage {
    padding-top: 1em;
    padding-bottom: 1em;
}

.anmerkung {
    font-size: 12px;
    font-weight: bold;
}

.erganzung {
    font-size: 9px;
}

html {
    background-color: #151515;
    color: #ffffff;
    width: 100%;
    overflow-x: hidden;
}

h1 {
    margin-bottom: 170px;
    font-weight: 300;
    color: #ffffff;
}

h1 span {
    display: block;
    margin-top: 5px;
    font-size: 16px;
    font-weight: 300;
}

#cases,
#Spezifikation,
#Interesse,
#Leistungsangebot,
#Dashboard,
#lower {
    position: relative;
    overflow-x: visible;
}

#Leistungsangebot ol {
    counter-reset: item;
    margin-left: 0;
    padding-left: 20px;
    list-style: none;
    margin-top: 17px;
}

#page-0 {
    height: 100%;
    width: calc(100% + 160px);
    margin-left: -80px;
    padding: 0;
    max-width: none;
}


/* #page-0 .imgcontainer {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('assets/svg/COVER.svg');
  background-origin: content-box;
  background-position: center;
} */

#page-0 .imgcontainer {
    width: 100%;
    height: 100%;
    position: relative;
}

#page-0 video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 177.77777778vh;
    min-width: 100%;
    min-height: 56.25vw;
}

.topper {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 12px;
}

#Leistungsangebot ol li::before {
    display: inline-block;
    content: counter(item) "";
    counter-increment: item;
    width: 20px;
    margin-left: -20px;
}


/* .background {
  background-color: inherit;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 200vw;
  left: -100vw;
  z-index: -1;
} */

#color_show {
    position: fixed;
    right: 0;
    top: 0;
    width: 10vw;
    height: 10vh;
}

.page {
    display: none;
}

.page h1 {
    text-align: center;
    margin-top: 123px;
    font-size: 25px;
    margin-bottom: 0;
}

.cpage {
    display: flex;
}

#page-1 {
    opacity: 1;
}

.vranger {
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    transform: rotate(270deg) translate(-100%);
    -moz-transform: rotate(270deg) translate(-100%);
    display: block;
    margin-top: -50%;
    white-space: nowrap;
}

.img-page,
.img-modul,
.img-funktion {
    padding: 0 5px;
}

.img-page>div,
.img-modul>div,
.img-funktion>div {
    width: 100%;
    overflow: hidden;
}

.img-page img,
.img-modul img,
.img-funktion img {
    width: 100%;
}

.slidercontainer-inner {
    padding: 0;
    height: 0;
    width: 0;
    margin-left: 20px;
}

.slidercontainer-outer {
    display: table;
    float: left;
    width: 6px;
    height: 288px;
}

.slider {
    -webkit-appearance: none;
    width: 288px;
    height: 6px;
    border-radius: 6px;
    background: #1c1c1c;
    border: 1px solid #1c1c1c;
    -webkit-transition: 0.2s;
    transition: opacity 0.2s;
}

.range-labels {
    padding: 0 10px 7px 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column-reverse;
    text-align: right;
    float: left;
    height: 100%;
}

.range-labels li {
    align-items: center;
    display: flex;
    flex: 1;
    opacity: 0.7;
    justify-content: flex-end;
}

.range-labels li:first-child {
    align-items: flex-end;
}

.range-labels li:last-child {
    align-items: flex-start;
}

.question {
    margin-top: 30px;
}

.question p {
    font-weight: 300;
    font-size: 17px;
    letter-spacing: 0.02em;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}

main {
    padding: 0 80px;
    min-height: 100vh;
    min-height: -webkit-fill-available;
    display: flex;
    flex-flow: column;
    height: 100%;
}

.page {
    flex-flow: column;
    height: 100%;
}

.content {
    flex: 1 1 auto;
    flex-basis: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.content.center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fcenter {
    flex: 1 1 auto;
    flex-basis: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-divider {
    flex: 0 1 100px;
    padding-bottom: 20px;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

input[type="range"]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    height: 6px;
    border-radius: 3px;
}

input[type="range"]::-moz-range-track {
    -moz-appearance: none;
    height: 6px;
    border-radius: 3px;
}

input[type="range"]:focus {
    outline: none;
}

input[type="range"]::-webkit-slider-runnable-progress {
    -webkit-appearance: none;
    background: rgba(41, 41, 41, 1);
    background: -moz-linear-gradient( 45deg, rgba(0, 183, 241, 1) 0%, rgba(77, 220, 103, 1) 50%, rgba(247, 197, 23, 1) 100%);
    background: -webkit-gradient( left bottom, right top, color-stop(0%, rgba(59, 173, 227, 1)) color-stop(51%, rgba(77, 220, 103, 1)), color-stop(100%, rgba(247, 197, 23, 1)));
    background: -webkit-linear-gradient( 45deg, rgba(0, 183, 241, 1) 0%, rgba(77, 220, 103, 1) 50%, rgba(247, 197, 23, 1) 100%);
    background: -o-linear-gradient( 45deg, rgba(0, 183, 241, 1) 0%, rgba(77, 220, 103, 1) 50%, rgba(247, 197, 23, 1) 100%);
    background: -ms-linear-gradient( 45deg, rgba(0, 183, 241, 1) 0%, rgba(77, 220, 103, 1) 50%, rgba(247, 197, 23, 1) 100%);
    background: linear-gradient( 45deg, rgba(0, 183, 241, 1) 0%, rgba(77, 220, 103, 1) 50%, rgba(247, 197, 23, 1) 100%);
    height: 6px;
    border-radius: 3px;
}

input[type="range"]::-moz-range-progress {
    -moz-appearance: none;
    background: rgba(41, 41, 41, 1);
    background: -moz-linear-gradient( 45deg, rgba(0, 183, 241, 1) 0%, rgba(77, 220, 103, 1) 50%, rgba(247, 197, 23, 1) 100%);
    background: -webkit-gradient( left bottom, right top, color-stop(0%, rgba(59, 173, 227, 1)), color-stop(51%, rgba(77, 220, 103, 1)), color-stop(100%, rgba(247, 197, 23, 1)));
    background: -webkit-linear-gradient( 45deg, rgba(0, 183, 241, 1) 0%, rgba(77, 220, 103, 1) 50%, rgba(247, 197, 23, 1) 100%);
    background: -o-linear-gradient( 45deg, rgba(0, 183, 241, 1) 0%, rgba(77, 220, 103, 1) 50%, rgba(247, 197, 23, 1) 100%);
    background: -ms-linear-gradient( 45deg, rgba(0, 183, 241, 1) 0%, rgba(77, 220, 103, 1) 50%, rgba(247, 197, 23, 1) 100%);
    background: linear-gradient( 45deg, rgba(0, 183, 241, 1) 0%, rgba(77, 220, 103, 1) 50%, rgba(247, 197, 23, 1) 100%);
    height: 6px;
    border-radius: 3px;
}


/* SLIDER */

input[name="011"]::-moz-range-progress {
    -moz-appearance: none;
    background: rgba(41, 41, 41, 1);
    background: -moz-linear-gradient(90deg, #1dc7b9 0%, #39d583 100%);
    background: -webkit-gradient( left bottom, right top, color-stop(0%, #1dc7b9), color-stop(100%, #39d583));
    background: -webkit-linear-gradient(90deg, #1dc7b9 0%, #39d583 100%);
    background: -o-linear-gradient(90deg, #1dc7b9 0%, #39d583 100%);
    background: -ms-linear-gradient(90deg, #1dc7b9 0%, #39d583 100%);
    background: linear-gradient(90deg, #1dc7b9 0%, #39d583 100%);
    height: 28px;
    border-radius: 28px;
}

input[name="012"]::-moz-range-progress {
    -moz-appearance: none;
    background: rgba(41, 41, 41, 1);
    background: -moz-linear-gradient(90deg, #1dc7b9 0%, #39d583 100%);
    background: -webkit-gradient( left bottom, right top, color-stop(0%, #1dc7b9), color-stop(51%, #39d583), color-stop(100%, #0fc0d6));
    background: -webkit-linear-gradient(90deg, #1dc7b9 0%, #39d583 100%);
    background: -o-linear-gradient(90deg, #1dc7b9 0%, #39d583 100%);
    background: -ms-linear-gradient(90deg, #1dc7b9 0%, #39d583 100%);
    background: linear-gradient(90deg, #1dc7b9 0%, #39d583 100%);
    height: 28px;
    border-radius: 28px;
}

input[name="013"]::-moz-range-progress {
    -moz-appearance: none;
    background: rgba(41, 41, 41, 1);
    background: -moz-linear-gradient(90deg, #adcf39 0%, #f7c617 100%);
    background: -webkit-gradient( left bottom, right top, color-stop(0%, #adcf39), color-stop(100%, #f7c617));
    background: -webkit-linear-gradient(90deg, #adcf39 0%, #f7c617 100%);
    background: -o-linear-gradient(90deg, #adcf39 0%, #f7c617 100%);
    background: -ms-linear-gradient(90deg, #adcf39 0%, #f7c617 100%);
    background: linear-gradient(90deg, #adcf39 0%, #f7c617 100%);
    height: 28px;
    border-radius: 28px;
}

input[name="021"]::-moz-range-progress {
    -moz-appearance: none;
    background: rgba(41, 41, 41, 1);
    background: -moz-linear-gradient( 45deg, #d2cb28 0%, #2bce9f 50%, #0fc0d6 100%);
    background: -webkit-gradient( left bottom, right top, color-stop(0%, #d2cb28), color-stop(51%, #2bce9f), color-stop(100%, #0fc0d6));
    background: -webkit-linear-gradient( 45deg, #d2cb28 0%, #2bce9f 50%, #0fc0d6 100%);
    background: -o-linear-gradient(45deg, #d2cb28 0%, #2bce9f 50%, #0fc0d6 100%);
    background: -ms-linear-gradient(45deg, #d2cb28 0%, #2bce9f 50%, #0fc0d6 100%);
    background: linear-gradient(45deg, #d2cb28 0%, #2bce9f 50%, #0fc0d6 100%);
    height: 6px;
    border-radius: 3px;
}

input[name="022"]::-moz-range-progress {
    -moz-appearance: none;
    background: rgba(41, 41, 41, 1);
    background: -moz-linear-gradient( 45deg, #d2cb28 0%, #2bce9f 50%, #0fc0d6 100%);
    background: -webkit-gradient( left bottom, right top, color-stop(0%, #d2cb28), color-stop(51%, #2bce9f), color-stop(100%, #0fc0d6));
    background: -webkit-linear-gradient( 45deg, #d2cb28 0%, #2bce9f 50%, #0fc0d6 100%);
    background: -o-linear-gradient(45deg, #d2cb28 0%, #2bce9f 50%, #0fc0d6 100%);
    background: -ms-linear-gradient(45deg, #d2cb28 0%, #2bce9f 50%, #0fc0d6 100%);
    background: linear-gradient(45deg, #d2cb28 0%, #2bce9f 50%, #0fc0d6 100%);
    height: 6px;
    border-radius: 3px;
}

input[name="023"]::-moz-range-progress {
    -moz-appearance: none;
    background: rgba(41, 41, 41, 1);
    background: -moz-linear-gradient( 45deg, #d2cb28 0%, #2bce9f 50%, #0fc0d6 100%);
    background: -webkit-gradient( left bottom, right top, color-stop(0%, #d2cb28), color-stop(51%, #2bce9f), color-stop(100%, #0fc0d6));
    background: -webkit-linear-gradient( 45deg, #d2cb28 0%, #2bce9f 50%, #0fc0d6 100%);
    background: -o-linear-gradient(45deg, #d2cb28 0%, #2bce9f 50%, #0fc0d6 100%);
    background: -ms-linear-gradient(45deg, #d2cb28 0%, #2bce9f 50%, #0fc0d6 100%);
    background: linear-gradient(45deg, #d2cb28 0%, #2bce9f 50%, #0fc0d6 100%);
    height: 6px;
    border-radius: 3px;
}

input[name="024"]::-moz-range-progress {
    -moz-appearance: none;
    background: rgba(41, 41, 41, 1);
    background: -moz-linear-gradient( 45deg, #0fc0d6 0%, #2bce9f 50%, #d2cb28 100%);
    background: -webkit-gradient( left bottom, right top, color-stop(0%, #0fc0d6), color-stop(51%, #2bce9f), color-stop(100%, #d2cb28));
    background: -webkit-linear-gradient( 45deg, #0fc0d6 0%, #2bce9f 50%, #d2cb28 100%);
    background: -o-linear-gradient(45deg, #0fc0d6 0%, #2bce9f 50%, #d2cb28 100%);
    background: -ms-linear-gradient(45deg, #0fc0d6 0%, #2bce9f 50%, #d2cb28 100%);
    background: linear-gradient(45deg, #0fc0d6 0%, #2bce9f 50%, #d2cb28 100%);
    height: 6px;
    border-radius: 3px;
}

input[name="025"]::-moz-range-progress {
    -moz-appearance: none;
    background: rgba(41, 41, 41, 1);
    background: -moz-linear-gradient( 45deg, #0fc0d6 0%, #2bce9f 50%, #d2cb28 100%);
    background: -webkit-gradient( left bottom, right top, color-stop(0%, #0fc0d6), color-stop(51%, #2bce9f), color-stop(100%, #d2cb28));
    background: -webkit-linear-gradient( 45deg, #0fc0d6 0%, #2bce9f 50%, #d2cb28 100%);
    background: -o-linear-gradient(45deg, #0fc0d6 0%, #2bce9f 50%, #d2cb28 100%);
    background: -ms-linear-gradient(45deg, #0fc0d6 0%, #2bce9f 50%, #d2cb28 100%);
    background: linear-gradient(45deg, #0fc0d6 0%, #2bce9f 50%, #d2cb28 100%);
    height: 6px;
    border-radius: 3px;
}

input[name="026"]::-moz-range-progress {
    -moz-appearance: none;
    background: rgba(41, 41, 41, 1);
    background: -moz-linear-gradient( 45deg, #0fc0d6 0%, #2bce9f 50%, #d2cb28 100%);
    background: -webkit-gradient( left bottom, right top, color-stop(0%, #0fc0d6), color-stop(51%, #2bce9f), color-stop(100%, #d2cb28));
    background: -webkit-linear-gradient( 45deg, #0fc0d6 0%, #2bce9f 50%, #d2cb28 100%);
    background: -o-linear-gradient(45deg, #0fc0d6 0%, #2bce9f 50%, #d2cb28 100%);
    background: -ms-linear-gradient(45deg, #0fc0d6 0%, #2bce9f 50%, #d2cb28 100%);
    background: linear-gradient(45deg, #0fc0d6 0%, #2bce9f 50%, #d2cb28 100%);
    height: 6px;
    border-radius: 3px;
}

input[name="031"]::-moz-range-progress {
    -moz-appearance: none;
    background: rgba(41, 41, 41, 1);
    background: -moz-linear-gradient( 45deg, #d2cb28 0%, #2bce9f 50%, #0fc0d6 100%);
    background: -webkit-gradient( left bottom, right top, color-stop(0%, #d2cb28), color-stop(51%, #2bce9f), color-stop(100%, #0fc0d6));
    background: -webkit-linear-gradient( 45deg, #d2cb28 0%, #2bce9f 50%, #0fc0d6 100%);
    background: -o-linear-gradient(45deg, #d2cb28 0%, #2bce9f 50%, #0fc0d6 100%);
    background: -ms-linear-gradient(45deg, #d2cb28 0%, #2bce9f 50%, #0fc0d6 100%);
    background: linear-gradient(45deg, #d2cb28 0%, #2bce9f 50%, #0fc0d6 100%);
    height: 6px;
    border-radius: 3px;
}

input[name="032"]::-moz-range-progress {
    -moz-appearance: none;
    background: rgba(41, 41, 41, 1);
    background: -moz-linear-gradient( 45deg, #d2cb28 0%, #2bce9f 50%, #0fc0d6 100%);
    background: -webkit-gradient( left bottom, right top, color-stop(0%, #d2cb28), color-stop(51%, #2bce9f), color-stop(100%, #0fc0d6));
    background: -webkit-linear-gradient( 45deg, #d2cb28 0%, #2bce9f 50%, #0fc0d6 100%);
    background: -o-linear-gradient(45deg, #d2cb28 0%, #2bce9f 50%, #0fc0d6 100%);
    background: -ms-linear-gradient(45deg, #d2cb28 0%, #2bce9f 50%, #0fc0d6 100%);
    background: linear-gradient(45deg, #d2cb28 0%, #2bce9f 50%, #0fc0d6 100%);
    height: 6px;
    border-radius: 3px;
}

input[name="033"]::-moz-range-progress {
    -moz-appearance: none;
    background: rgba(41, 41, 41, 1);
    background: -moz-linear-gradient( 45deg, #d2cb28 0%, #2bce9f 50%, #0fc0d6 100%);
    background: -webkit-gradient( left bottom, right top, color-stop(0%, #d2cb28), color-stop(51%, #2bce9f), color-stop(100%, #0fc0d6));
    background: -webkit-linear-gradient( 45deg, #d2cb28 0%, #2bce9f 50%, #0fc0d6 100%);
    background: -o-linear-gradient(45deg, #d2cb28 0%, #2bce9f 50%, #0fc0d6 100%);
    background: -ms-linear-gradient(45deg, #d2cb28 0%, #2bce9f 50%, #0fc0d6 100%);
    background: linear-gradient(45deg, #d2cb28 0%, #2bce9f 50%, #0fc0d6 100%);
    height: 6px;
    border-radius: 3px;
}

input[name="034"]::-moz-range-progress {
    -moz-appearance: none;
    background: rgba(41, 41, 41, 1);
    background: -moz-linear-gradient( 45deg, #0fc0d6 0%, #2bce9f 50%, #d2cb28 100%);
    background: -webkit-gradient( left bottom, right top, color-stop(0%, #0fc0d6), color-stop(51%, #2bce9f), color-stop(100%, #d2cb28));
    background: -webkit-linear-gradient( 45deg, #0fc0d6 0%, #2bce9f 50%, #d2cb28 100%);
    background: -o-linear-gradient(45deg, #0fc0d6 0%, #2bce9f 50%, #d2cb28 100%);
    background: -ms-linear-gradient(45deg, #0fc0d6 0%, #2bce9f 50%, #d2cb28 100%);
    background: linear-gradient(45deg, #0fc0d6 0%, #2bce9f 50%, #d2cb28 100%);
    height: 6px;
    border-radius: 3px;
}

input[name="035"]::-moz-range-progress {
    -moz-appearance: none;
    background: rgba(41, 41, 41, 1);
    background: -moz-linear-gradient( 45deg, #0fc0d6 0%, #2bce9f 50%, #d2cb28 100%);
    background: -webkit-gradient( left bottom, right top, color-stop(0%, #0fc0d6), color-stop(51%, #2bce9f), color-stop(100%, #d2cb28));
    background: -webkit-linear-gradient( 45deg, #0fc0d6 0%, #2bce9f 50%, #d2cb28 100%);
    background: -o-linear-gradient(45deg, #0fc0d6 0%, #2bce9f 50%, #d2cb28 100%);
    background: -ms-linear-gradient(45deg, #0fc0d6 0%, #2bce9f 50%, #d2cb28 100%);
    background: linear-gradient(45deg, #0fc0d6 0%, #2bce9f 50%, #d2cb28 100%);
    height: 6px;
    border-radius: 3px;
}

input[name="036"]::-moz-range-progress {
    -moz-appearance: none;
    background: rgba(41, 41, 41, 1);
    background: -moz-linear-gradient( 45deg, #0fc0d6 0%, #2bce9f 50%, #d2cb28 100%);
    background: -webkit-gradient( left bottom, right top, color-stop(0%, #0fc0d6), color-stop(51%, #2bce9f), color-stop(100%, #d2cb28));
    background: -webkit-linear-gradient( 45deg, #0fc0d6 0%, #2bce9f 50%, #d2cb28 100%);
    background: -o-linear-gradient(45deg, #0fc0d6 0%, #2bce9f 50%, #d2cb28 100%);
    background: -ms-linear-gradient(45deg, #0fc0d6 0%, #2bce9f 50%, #d2cb28 100%);
    background: linear-gradient(45deg, #0fc0d6 0%, #2bce9f 50%, #d2cb28 100%);
    height: 6px;
    border-radius: 3px;
}

input[name="041"]::-moz-range-progress {
    -moz-appearance: none;
    background: rgba(41, 41, 41, 1);
    background: -moz-linear-gradient(90deg, #1dc7b9 0%, #39d583 100%);
    background: -webkit-gradient( left bottom, right top, color-stop(0%, #1dc7b9), color-stop(100%, #39d583));
    background: -webkit-linear-gradient(90deg, #1dc7b9 0%, #39d583 100%);
    background: -o-linear-gradient(90deg, #1dc7b9 0%, #39d583 100%);
    background: -ms-linear-gradient(90deg, #1dc7b9 0%, #39d583 100%);
    background: linear-gradient(90deg, #1dc7b9 0%, #39d583 100%);
    height: 28px;
    border-radius: 28px;
}

input[name="042"]::-moz-range-progress {
    -moz-appearance: none;
    background: rgba(41, 41, 41, 1);
    background: -moz-linear-gradient(90deg, #1dc7b9 0%, #39d583 100%);
    background: -webkit-gradient( left bottom, right top, color-stop(0%, #1dc7b9), color-stop(51%, #39d583), color-stop(100%, #0fc0d6));
    background: -webkit-linear-gradient(90deg, #1dc7b9 0%, #39d583 100%);
    background: -o-linear-gradient(90deg, #1dc7b9 0%, #39d583 100%);
    background: -ms-linear-gradient(90deg, #1dc7b9 0%, #39d583 100%);
    background: linear-gradient(90deg, #1dc7b9 0%, #39d583 100%);
    height: 28px;
    border-radius: 28px;
}

input[name="043"]::-moz-range-progress {
    -moz-appearance: none;
    background: rgba(41, 41, 41, 1);
    background: -moz-linear-gradient(90deg, #adcf39 0%, #f7c617 100%);
    background: -webkit-gradient( left bottom, right top, color-stop(0%, #adcf39), color-stop(100%, #f7c617));
    background: -webkit-linear-gradient(90deg, #adcf39 0%, #f7c617 100%);
    background: -o-linear-gradient(90deg, #adcf39 0%, #f7c617 100%);
    background: -ms-linear-gradient(90deg, #adcf39 0%, #f7c617 100%);
    background: linear-gradient(90deg, #adcf39 0%, #f7c617 100%);
    height: 28px;
    border-radius: 28px;
}

input[name="051"]::-moz-range-progress {
    -moz-appearance: none;
    background: rgba(41, 41, 41, 1);
    background: -moz-linear-gradient(90deg, #1dc7b9 0%, #1dc7b9 100%);
    background: -webkit-gradient( left bottom, right top, color-stop(0%, #1dc7b9), color-stop(100%, #1dc7b9));
    background: -webkit-linear-gradient(90deg, #1dc7b9 0%, #1dc7b9 100%);
    background: -o-linear-gradient(90deg, #1dc7b9 0%, #1dc7b9 100%);
    background: -ms-linear-gradient(90deg, #1dc7b9 0%, #1dc7b9 100%);
    background: linear-gradient(90deg, #1dc7b9 0%, #1dc7b9 100%);
    height: 28px;
    border-radius: 28px;
}

input[name="052"]::-moz-range-progress {
    -moz-appearance: none;
    background: rgba(41, 41, 41, 1);
    background: -moz-linear-gradient(90deg, #1dc7b9 0%, #1dc7b9 100%);
    background: -webkit-gradient( left bottom, right top, color-stop(0%, #1dc7b9), color-stop(100%, #1dc7b9));
    background: -webkit-linear-gradient(90deg, #1dc7b9 0%, #1dc7b9 100%);
    background: -o-linear-gradient(90deg, #1dc7b9 0%, #1dc7b9 100%);
    background: -ms-linear-gradient(90deg, #1dc7b9 0%, #1dc7b9 100%);
    background: linear-gradient(90deg, #1dc7b9 0%, #1dc7b9 100%);
    height: 28px;
    border-radius: 28px;
}


/** FF*/


/* IE*/

input[type="range"]::-ms-fill-lower {
    background-color: #43e5f7;
}

input[type="range"]::-ms-fill-upper {
    background-color: #292929;
}

input[type="range"]::-webkit-slider-thumb:active {
    cursor: -webkit-grabbing;
}

input[type="range"]::-moz-range-thumb:active {
    cursor: -moz-grabbing;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #000000;
    border: solid 2px #ffffff;
    cursor: pointer;
    max-width: 80px;
    position: relative;
    bottom: 10.5px;
    cursor: -webkit-grab;
    -webkit-transition: border 1000ms ease;
    transition: border 1000ms ease;
}

.slider::-moz-range-thumb {
    -moz-appearance: none;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #000000;
    border: solid 2px #ffffff;
    cursor: pointer;
    max-width: 80px;
    position: relative;
    bottom: 10.5px;
    cursor: -moz-grab;
    -moz-transition: border 1000ms ease;
    transition: border 1000ms ease;
}

.vertical-center {
    /* padding-top: 20vh;
  margin-left: 16.6665%; */
    width: 66.66667%;
}

.zwischen h1 {
    font-size: 56px;
    margin-top: 0;
}

.zwischen p,
#yourid {
    font-size: 40px;
    font-weight: 300;
}

.zwischen * {
    text-align: center;
    width: 100%;
    color: #ffffff;
}

.kolumnentitel {
    text-transform: uppercase;
    color: #ffffff;
    position: absolute;
    top: 70px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 14px;
    letter-spacing: 0.2em;
    text-align: center;
    z-index: 10;
    font-size: 14px;
    margin-top: 0;
}

#page-13 .kolumnentitel {
    color: #000000;
}

button {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

.pagination {
    font-size: 12px;
    cursor: default;
    text-align: center;
    z-index: 1;
    width: 140px;
}

.footer-divider .pagination {
    float: left;
    margin: 0;
}

.number {
    font-size: 40px;
    font-weight: 300;
    padding: 0 0.2em;
}

.row-container {
    padding: 0;
    margin: 0;
}

.frage>.col-2,
.frage>.col-sm-2,
.frage>.frage-outer {
    text-align: center;
}

.frage-container {
    height: 100%;
    width: -moz-max-content;
    width: -webkit-max-content;
    width: intrinsic;
    display: inline-block;
    opacity: 0.7;
    transform: translateX(-60%);
    -ms-transform: translateX(-60%);
}

.question.row>p {
    opacity: 0.7;
}

#page-1 h1 span {
    font-size: inherit;
    display: inline;
}

#page-1 .next {
    margin-left: 0;
}

#page-13 .frage-mobile-container>.row {
    margin: 0;
}

.trend-header {
    font-weight: 600;
}

.frage-trends:first-of-type {
    margin-left: 12.5%;
}

#page-9 .frage-trends:first-of-type {
    margin-left: 0;
}

.logo {
    width: 68px;
    height: 68px;
    position: absolute;
    top: 36px;
    left: 105px;
    z-index: 10;
}

footer {
    position: fixed;
    bottom: 40px;
    left: 0;
    padding: 50px;
    width: 10%;
    z-index: 10;
}

footer table {
    width: 100%;
    text-align: center;
}

#persona-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
}

.persona {
    height: 100%;
    float: left;
    width: 50%;
    position: relative;
}

.persona-background {
    height: 100%;
    width: 100%;
    background-origin: border-box;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -10;
}

.persona p {
    position: absolute;
    top: 60%;
    width: 480px;
    text-align: center;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

#page-9 .frage.row,
#page-9 .question.row {
    justify-content: center;
}

#persona1 .persona-background {
    background-image: url("/assets/img/personas/Alexander.jpg");
}

#persona2 .persona-background {
    background-image: url("/assets/img/personas/Alexander.jpg");
}

.persona-bold {
    font-weight: 600;
}

.clearfix {
    clear: both;
}

.persona .slidercontainer-outer,
.frage-trends .slidercontainer-outer {
    height: 62px;
}

.persona .slider,
.frage-trends .slider {
    width: 62px;
    height: 28px;
    border-radius: 14px;
}

.persona .frage-container {
    height: auto;
    position: absolute;
    left: 50%;
    top: 45%;
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    display: flex;
    z-index: 1;
}

.persona p {
    z-index: 1;
}

.persona .range-labels {
    height: auto;
    justify-content: flex-end;
    text-align: right;
}

.persona .range-labels li {
    display: grid;
}

.page,
.vertical-center {
    max-width: 1680px;
}

#page-13 {
    background-color: #151515;
    /* position: absolute;
  top: 0;
  left: 0;
  right: 0; */
    color: #000000;
    padding: 0;
    margin-left: -80px;
    width: calc(100% + 160px);
    max-width: none;
    transition: background-color 5s;
}

#page-13>.inner {
    padding: 80px 136px 0 136px;
    display: none;
}

#page-11 .opacity-05 {
    opacity: 0;
}

#error {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #151515;
    color: #ffffff;
    z-index: 100;
}

#error * {
    -webkit-animation: fadei 2s;
    -moz-animation: fadei 2s;
    -ms-animation: fadei 2s;
    -o-animation: fadei 2s;
    animation: fadei 2s;
}

@keyframes fadei {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/* Firefox < 16 */

@-moz-keyframes fadei {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/* Safari, Chrome and Opera > 12.1 */

@-webkit-keyframes fadei {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/* Internet Explorer */

@-ms-keyframes fadei {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/* Opera < 12.1 */

@-o-keyframes fadei {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

#error p {
    position: absolute;
    left: 50%;
    top: 40%;
    font-size: 40px;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    width: 80%;
    text-align: center;
}

#error button {
    font-size: 24px;
    line-height: 120%;
    color: #ec6a53;
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    text-align: center;
}

#page-13 h1 {
    color: #000000;
    margin-top: 56px;
}

#ergebnistext,
#interesse p {
    width: 70%;
    font-size: 30px;
    font-weight: 300;
    margin-top: 120px;
}

#paket {
    font-weight: 600;
    text-decoration: underline;
    text-transform: capitalize;
}

.hash {
    font-weight: 600;
    text-decoration: underline;
}

p .paket {
    text-decoration: underline;
    font-weight: 500;
}

h2 span.paket {
    letter-spacing: 0.1em;
}

.paket sup {
    font-size: 14px;
}


/* Style the tab */

.tab {
    overflow: hidden;
}


/* Style the buttons inside the tab */

.tab button {
    background-color: rgba(0, 0, 0, 0.1);
    margin-right: 20px;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 16px;
    transition: 0.3s;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 120%;
    letter-spacing: 0.18em;
    height: 100%;
}

#seiten,
#module,
#funktionen {
    padding: 0;
}

.tab button * {
    letter-spacing: 0.18em;
}

.tab button:last-child {
    margin-right: 0;
}


/* Change background color of buttons on hover */

.tab button:hover {
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    transition: 1s;
}


/* Create an active/current tablink class */

.tab button.active {
    background-color: #151515 !important;
    color: #ffffff;
}

.tab button {
    transition: background-color 1s;
}

#page-13 h2 {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}


/* Style the tab content */

.tabcontent {
    background-color: #151515;
    display: none;
    padding: 70px 136px 6px 136px;
    width: calc(100% + 272px);
    margin-left: -136px;
    color: #ffffff;
}

.tabcontent h2 {
    margin-top: 0;
    font-size: 20px;
}

.tab-container {
    margin-top: 6em;
    position: relative;
}

.divider {
    width: 100%;
    border-top: 1px solid #4b4b4b;
}

#komponenten ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#komponenten h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 28.8px;
}

#komponenten h4 {
    font-weight: 500;
    font-size: 20px;
    color: #ffffff;
    margin-top: 60px;
    margin-bottom: 10px;
}

#komponenten p,
#web-inhalte {
    font-weight: 300;
    font-size: 17px;
    line-height: 20.4px;
}

#komponenten .note {
    font-weight: 300;
    font-size: 13px;
    font-style: italic;
    margin-bottom: 120px;
}

#interesse {
    font-weight: normal;
    font-size: 20px;
    line-height: 130%;
    padding: 140px 0 280px 0;
    min-height: 60vh;
    position: relative;
}

#interesse>.row {
    width: 100%;
    max-width: 1200px;
}

#cases .col-sm-4 {
    padding: 0 15px;
}

.portrait {
    width: 6em;
    height: 6em;
    border-radius: 3em;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 1em;
}

#interesse h4 {
    font-weight: 500;
    font-size: 30px;
    font-style: normal;
    margin: 0.5em 0 0.2em 0;
}

a {
    text-decoration: underline;
    color: inherit;
}

#cases {
    background-color: #ffffff;
    padding: 100px 136px;
    width: calc(100% + 272px);
    margin-left: -136px;
}

#cases h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 300;
    font-style: normal;
    color: #151515;
    text-transform: none;
    letter-spacing: normal;
    margin-bottom: 70px;
    margin-top: 0;
}

#cases a {
    color: #ec6a53;
    text-decoration: none;
    padding: 0.3em 0 0.3em 0;
    cursor: pointer;
    font-weight: 500;
    vertical-align: sub;
}

#cases a img {
    margin-right: 0.5em;
    height: 1.15em;
    padding-bottom: 0.15em;
    vertical-align: bottom;
}

#cases div>img {
    width: 100%;
}

#cases h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    margin-top: 30px;
    margin-bottom: 10px;
}

.footer {
    height: 8em;
    margin-left: -136px;
    width: calc(100% + 272px);
}

.footer #lower {
    background-color: #4b4b4b;
    padding: 30px 136px;
}

#kits,
#phasen {
    border: 1px solid #4b4b4b;
    padding: 2em;
}

#kits h3,
#phasen h3 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 200;
    letter-spacing: 0.2em;
    text-align: center;
    margin-top: 0.6em;
}

#phasen h3 {
    margin-top: -10px;
}

#kits p {
    font-size: 13px;
}

#Spezifikation,
#Dashboard,
#Leistungsangebot {
    min-height: 100vh;
}

#Spezifikation {
    padding-bottom: 40px;
}

#Dashboard {
    padding-bottom: 120px;
}

#Dashboard h4 {
    font-weight: 500;
    font-size: 17px;
    line-height: 120%;
    letter-spacing: 0.04em;
    margin-bottom: 9px;
    margin-top: 17px;
}

.graph {
    height: 10em;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: baseline;
    position: relative;
}

.graph-group {
    height: 100%;
    position: relative;
}

.graph-group span {
    display: inline-block;
    margin-top: 0.4em;
    margin-left: -12px;
    height: 10%;
    font-size: 14px;
}

.graph-wrapper {
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.graph-line {
    border-radius: 4px;
    width: 4px;
    height: 50%;
    margin-right: 12px;
}

.auswahl .graph-line {
    opacity: 0.3;
}

.line {
    display: inline-block;
    width: 0.3em;
    border-bottom: 1px solid #ec6a53;
    position: absolute;
    left: 0;
    bottom: 2px;
    transition: all 0.6s;
}

.new .line {
    margin-left: inherit;
    bottom: 0;
}

.dash .line,
.next .line,
.back .line {
    bottom: 0;
}

.back .line {
    left: auto;
    right: 0;
}

a {
    position: relative;
}

#links {
    padding-right: 60px;
}

#rechts {
    padding-left: 60px;
}

#gb1 {
    background: #01b8f2;
}

#gb2 {
    background: #1dc7b9;
}

#gc1 {
    background: #39d583;
}

#gc2 {
    background: #65d959;
}

#gm1 {
    background: #adcf39;
}

#gm2 {
    background: #f7c617;
}

.auswahl {
    border: 1px solid #4b4b4b;
    height: 100%;
    position: relative;
    padding-bottom: 4em;
}

.auswahl h4 {
    padding-left: 17px;
    height: 2em;
    padding: 0 20px;
}

#auswahlen .graph-line {
    background: #d5d5d5;
    margin-right: 18px;
}

#auswahlen {
    max-width: none;
    padding: 0;
}

.kit,
.phase {
    padding: 0 36px;
}

.rank {
    background-color: #ffffff;
    width: 14px;
    height: 14px;
    border-radius: 7px;
    margin-left: -5px;
    color: black;
    font-size: 10px;
    text-align: center;
    line-height: 13px;
}

#auswahlen ul {
    list-style: none;
    line-height: 140%;
}

.fokus .rank {
    display: inline-block;
    margin-left: -22px;
    margin-right: 8px;
    position: relative;
    top: -2px;
}

.phase li {
    padding-bottom: 0.5em;
}

.fokus li {
    padding-bottom: 0.2em;
    display: none;
}

.phase img {
    width: 70%;
    margin: auto;
    display: block;
}

#fokus1 li,
#fokus4 li,
#fokus5 li {
    display: block;
}

.fokus,
.phase ol {
    padding-right: 14px;
    padding-left: 36px;
    font-size: 13px;
    margin-top: 28px;
}


/* #fokus1,
#fokus4, */

#fokus5 {
    padding-left: 36px;
}

#Spezifikation .divider {
    margin-bottom: 50px;
}

.graph>span {
    position: absolute;
    bottom: 0.5em;
    left: 17px;
    font-size: 12px;
}

.change {
    margin-left: 40px;
    position: absolute;
    bottom: 2em;
    display: none;
}

.change a {
    color: #ec6a53;
    text-decoration: none;
    border-bottom: 1px solid #ec6a53;
    cursor: pointer;
}

.check {
    position: absolute;
    bottom: -30px;
    right: 20%;
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    border-radius: 15px;
    line-height: 36px;
    display: none;
}

#Dashboard .auswahl h4 {
    margin-bottom: 60px;
    font-size: 20px;
}

#f040 {
    margin-top: -20px;
    height: 100%;
    position: relative;
    text-align: center;
    width: 100%;
}

.persona-container {
    height: 140px;
    width: 140px;
    border-radius: 70px;
    display: inline-block;
    border: 3px solid black;
    overflow: hidden;
    position: relative;
}

.persona-img {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.dash,
.new,
.next {
    color: #ec6a53;
    font-size: 24px;
    line-height: 120%;
    cursor: pointer;
    margin: 0;
    margin-left: 90px;
    display: none;
}

.next {
    display: inline-block;
}

.next,
.dash {
    position: relative;
}

.back {
    float: left;
    position: relative;
    margin-right: 90px;
    z-index: 40;
}

.button-container {
    float: left;
    position: relative;
}

.loading {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 60px;
    width: 60px;
    margin-left: -30px;
    margin-top: -30px;
}

.loading>div {
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-origin: border-box;
    background-clip: content-box, border-box;
    overflow: hidden;
}

.loading-outer {
    width: 60px;
    height: 60px;
    margin-left: -30px;
    margin-top: -30px;
    -webkit-animation: fade 5s linear, spin 5s ease;
    -moz-animation: fade 5s linear, spin 5s ease;
    animation: fade 5s linear, spin 5s ease;
    opacity: 0;
}

.loading-inner {
    width: 60%;
    height: 60%;
    margin-left: -30%;
    margin-top: -30%;
    -webkit-animation: fade 5s linear, spin-r 5s ease;
    -moz-animation: fade 5s linear, spin-r 5s ease;
    animation: fade 5s linear, spin-r 5s ease;
    opacity: 0;
}

.loading .loading-border {
    overflow: visible;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-origin: border-box;
    background-clip: content-box, border-box;
    border: 4px solid transparent;
}

.loading .loading-outer .loading-border {
    background-image: linear-gradient(#151515, #151515), radial-gradient(#01b8f2, #1dc7b9);
}

.loading .loading-inner .loading-border {
    background-image: linear-gradient(#151515, #151515), linear-gradient(#65d959, #adcf39);
}

.gap {
    width: 8px;
    height: 8px;
    background-color: #151515;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -4px;
}

.loading-inner .gap {
    top: auto;
    bottom: 0;
}

#Leistungsangebot {
    padding-bottom: 3em;
}


/* #Leistungsangebot h3 {
  margin: 1em 0 0.3em 0;
  font-weight: 300;
  line-height: 120%;
  text-align: center;
  font-size: 41px;
  letter-spacing: 0.04em;
  color: #FFFFFF;
} */

#Leistungsangebot .row>div {
    display: flex;
    flex-direction: column;
}

.bold {
    font-weight: 600;
}

.card {
    background: #ffffff;
    color: #000000;
    padding: 20px;
    flex-grow: 1;
    border-radius: 5px;
}

.card h5 {
    margin: 0 0 1em 0;
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 120%;
}

.card ul {
    list-style: none;
}

.card li {
    margin-bottom: 0.5em;
}

#yourid {
    position: absolute;
    bottom: 30%;
    text-align: center;
    left: 0;
    width: 100%;
}

#contact input,
#contact select,
#download,
#neustart,
#submit,
#overlay button {
    width: 100%;
    min-height: 50px;
    background: none;
    border: 1px solid #4b4b4b;
    border-radius: 5px;
    color: #000000;
    margin-bottom: 25px;
    padding: 0.3em 1em;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 120%;
}

#overlay #abbrechen {
    background: none;
}

#contact input[type="checkbox"] {
    width: 1em;
    height: 1em;
    font-size: 26px;
    background: none;
    border-radius: 0.5em;
    border: 1px solid #4b4b4b;
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.send-container {
    margin-top: 3em;
    width: 100%;
    text-align: center;
    font-size: 15px;
}

.kolumnentitel .reportingmachine,
.kolumnentitel .machine {
    font-size: 14px;
}

#submit,
#download,
#neustart,
#overlay button {
    width: 130px;
    color: #ec6a53;
    background: #292929;
    text-align: center;
    border: none;
    cursor: pointer;
}

#download,
#neustart,
#overlay button {
    width: auto;
    margin-right: 1em;
}

#download,
#neustart {
    position: relative;
}

#download .line,
#neustart .line {
    left: 20px;
    bottom: 10px;
}

#download img,
#neustart img,
#submit img,
#overlay button img {
    margin-right: 0.5em;
}

#contact input[type="button"]:active,
#download:active,
#neustart:active,
#neustarten:active {
    color: #292929;
    background: #ec6a53;
}

#abbrechen:active {
    color: #292929;
}

#contact input[type="button"]:hover,
#download:hover,
#neustart:hover,
#neustarten:hover {
    color: #292929;
    background: #ec6a53;
    transition: all 0.4s;
}

#abbrechen:hover {
    color: #ec6a53;
    transition: all 0.4s;
}

#contact input::placeholder,
#contact select::placeholder {
    color: #000000;
    opacity: 1;
}

#contact input:-ms-input-placeholder,
#contact select:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000000;
    opacity: 1;
}

#contact input::-ms-input-placeholder,
#contact select::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000000;
    opacity: 1;
}

#contact input:focus,
#contact select:focus {
    border: 1px solid #000000;
}

.check-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    margin-left: 2em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 120%;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 1em;
    width: 1em;
    font-size: 26px;
    background-color: none;
    border: 1px solid #000000;
    border-radius: 1em;
    margin-top: -0.25em;
}

.check-container:hover input~.checkmark {
    background-color: #ccc;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.check-container input:checked~.checkmark:after {
    display: block;
}

.check-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #000000;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.align-bottom {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    margin-top: 1em;
}

#web-inhalte li {
    margin-bottom: 1em;
}

.color {
    color: red;
}

.error {
    margin-top: -1em;
    margin-bottom: 0.5em;
    font-size: 16px;
}

#datenschutzErr {
    margin-top: -0.1em;
    margin-left: 65px;
}

#nachricht-row {
    display: none;
}

#auswahlen>.row {
    display: flex;
    row-gap: 25px;
}

#auswahlen>.row>.col-sm-3 {
    flex: 1;
}

.footer #upper {
    background-color: #151515;
    padding: 30px 136px;
    color: #ffffff;
}

.footer #upper h2 {
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 120%;
    text-transform: none;
    letter-spacing: normal;
    display: block;
}

.headline {
    position: relative;
}

.headline>div {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

.footer #upper ul {
    padding: 0;
    margin: 0;
}

.fli {
    list-style: none;
    font-weight: normal;
    margin-left: 1.2em;
    text-indent: -2em;
    list-style-image: url("./assets/svg/arrow.svg");
}

.fli a {
    padding-left: 2em;
}

.footer li {
    text-decoration: none;
    font-size: 18px;
    line-height: 120%;
}

.footer ul {
    list-style: none;
}

.footer a {
    text-decoration: none;
}

.some {
    padding-left: 1em;
    text-indent: -1em;
}

.some li:before {
    content: "@";
    padding-right: 3px;
}

#lower {
    padding: 30px 0;
    background: #4b4b4b;
    color: #ffffff;
}

#lower ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#lower li {
    display: inline-block;
    padding: 0 1em;
    font-size: 14px;
}

#form p {
    margin-top: 70px;
}

.bold {
    font-weight: 600;
}

.mprev,
.mnext,
.kprev,
.knext {
    display: none;
}

.logo img {
    width: 100%;
    height: 100%;
}

.hide-desktop,
.hide-desktop-inline {
    display: none;
}

.hide-mobile {
    display: block;
}

.hide-mobile-inline {
    display: inline-block;
}

#form {
    display: none;
}

#overlay {
    background: #ffffff;
    color: #000000;
    padding: 30px;
    border-radius: 10px;
    position: fixed;
    left: 50%;
    top: 50%;
    display: none;
    margin-left: -15%;
    width: 40%;
    transform: translateY(-50%);
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.25);
}

#overlay h1 {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 600;
    color: #000000;
    margin-bottom: 1em;
}

#overlay p {
    font-size: 30px;
    font-weight: 300;
}

.kolumnentitel .reportingmachine,
.kolumnentitel.reportingmachine,
.kolumnentitel .machine {
    letter-spacing: 0.2em;
}

.reportingmachine {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 0.8em;
    letter-spacing: 0.05em;
}

.machine {
    font-weight: 600;
}

#more-pdf,
#more-web {
    display: none;
}

.outer-contact {
    width: 70%;
}

.von {
    display: none;
}

.back {
    color: #ec6a53;
    font-size: 24px;
}

.funktion {
    padding: 0 4px;
}

.back img {
    transform: rotate(180deg);
    margin-right: 0.2em;
    height: 0.8em;
    padding-bottom: 0.2em;
    vertical-align: center;
    margin-left: -20px;
    display: none;
}

#sharing {
    position: absolute;
    top: 70px;
    right: 150px;
    font-size: 14px;
    cursor: pointer;
    transform: translateY(-5px);
}

#sharing img {
    width: 22px;
    margin-left: 15px;
    vertical-align: middle;
}

#sharing a {
    text-decoration: none;
}

#sharemenu {
    display: none;
    position: absolute;
    top: 100px;
    right: 150px;
}

#sharemenu img {
    width: 30px;
}

#sharemenu a {
    display: block;
    margin-bottom: 2px;
}

.share-btn {
    width: 22px;
}

.share-btn img {
    vertical-align: center;
}

.komponent-group .row {
    width: 100%;
}

.opacity-05 {
    opacity: 0.5;
    cursor: default;
}


/* -------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------- */


/* -------------------------Extra Small Screen------------------------------- */


/* -------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------- */

@media (max-width: 1024px) {
    #cover {
        background-image: url('assets/Reporting_Machine_Keyvisual_vertikal.svg');
    }
    .img-modul>div,
    .img-funktion>div {
        width: 100%;
        overflow: hidden;
    }
    .auswahl h4 {
        height: 3em;
    }
    .funktion svg {
        width: 140px;
    }
    .tabbuttoncontainer-sticky {
        padding-left: 0px;
    }
    .frage-mobile-container {
        touch-action: none;
    }
    #page-9 .von,
    #page-9 .mnext,
    #page-9 .mprev,
    #page-3 .von,
    #page-3 .mnext,
    #page-3 .mprev {
        margin-top: -25px;
    }
    #page-11 .von,
    #page-11 .mnext,
    #page-11 .mprev {
        margin-top: -30px;
    }
    #page-2 .content {
        padding-top: 0;
    }
    #page-2 .vertical-center {
        padding-bottom: 0;
    }
    #page-0 .imgcontainer {
        background-size: cover;
    }
    .page {
        padding-left: 0;
        padding-right: 0;
    }
    #error p {
        top: 20%;
        font-size: 30px;
    }
    .back img {
        display: inline-block;
    }
    .not-out {
        display: none;
    }
    .range-labels {
        padding-top: 9px;
        padding-bottom: 15px;
    }
    #page-1 .content,
    #page-2 .content,
    #page-25 .content,
    #page-4 .content,
    #page-6 .content,
    #page-8 .content,
    #page-10 .content {
        align-items: center;
    }
    h1 span {
        font-size: 13px;
        opacity: 0.7;
    }
    .slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 36px;
        height: 36px;
        bottom: 15px;
    }
    .slider::-moz-range-thumb {
        -moz-appearance: none;
        width: 36px;
        height: 36px;
        bottom: 15px;
    }
    #interesse>.row {
        margin-left: 0;
    }
    .img-modul img,
    .img-funktion img {
        width: 100%;
    }
    .img-page img,
    .img-modul img,
    .img-funktion img {
        max-height: 270px;
    }
    #komponenten .note {
        margin-bottom: 20px;
    }
    #seiten,
    #module,
    #funktionen {
        margin-top: 0;
        position: relative;
        padding-right: calc(var(--bs-gutter-x) / 2);
        padding-left: calc(var(--bs-gutter-x) / 2);
    }
    #seiten .nav-container,
    #module .nav-container,
    #funktionen .nav-container {
        margin-bottom: 0;
    }
    #seiten .frage-mobile-container,
    #module .frage-mobile-container,
    #funktionen .frage-mobile-container {
        margin-top: 0;
    }
    #rechts .kg3>.row,
    #module .frage-mobile-container,
    #funktionen .frage-mobile-container {
        margin: 0;
    }
    #rechts .nav-container {
        margin-top: 0;
        top: 50%;
    }
    #rechts h4.hide-desktop {
        margin-top: 40px;
    }
    html,
    body,
    .content {
        overflow-x: hidden;
    }
    .content {
        margin-top: 84px;
    }
    .zwischen p,
    #yourid {
        font-size: 20px;
    }
    .zwischen h1 {
        margin-top: 1.2em;
    }
    .header {
        position: absolute;
        top: 26px;
        left: 12px;
        width: calc(100% - 24px);
    }
    .logo {
        top: 0;
        left: 0;
        width: 38px;
        height: 38px;
    }
    .zwischen p {
        font-size: 20px;
    }
    .vertical-center {
        padding-top: 0;
        position: relative;
        top: auto;
        padding-bottom: 3em;
        width: 83.333%;
    }
    .footer-divider {
        flex: 0 1 70px;
        min-height: 70px;
    }
    .footer-divider {
        display: block;
    }
    .back {
        font-size: 18px;
        left: 0;
        margin-right: -20px;
        margin-left: -20px;
        margin-top: -13px;
        margin-bottom: -46px;
        padding: 20px;
    }
    .back img {
        margin-left: 0;
    }
    .back span {
        display: none;
    }
    #page-3 .button-container,
    #page-5 .button-container,
    #page-7 .button-container,
    #page-9 .button-container {
        display: none;
    }
    .spacer {
        min-height: 0;
    }
    .button-container {
        width: 100%;
        float: left;
        text-align: center;
    }
    .dash,
    .new,
    .next {
        font-size: 18px;
        padding: 0.2em;
        margin-left: 0;
    }
    .dash {
        margin: 0;
    }
    h1 {
        margin-bottom: 20px;
    }
    main {
        padding: 0 30px;
    }
    .page h1 {
        font-size: 16px;
        margin-top: 0;
    }
    #page-13 .tabletcontainer h1 {
        margin-top: 0;
    }
    .page>h1 {
        margin-top: 2em;
        margin-bottom: 2em;
    }
    .slider {
        width: 180px;
    }
    .slidercontainer-outer {
        height: 180px;
    }
    .frage.row,
    .question.row {
        width: 600%;
        margin: 0;
    }
    #page-3 .frage.row,
    #page-3 .question.row {
        width: 300%;
        margin: 0;
    }
    #page-9 .frage.row,
    #page-9 .question.row {
        width: 200%;
        margin: 0;
    }
    #page-11 .frage.row {
        width: 200%;
    }
    .frage.row {
        padding-bottom: 2em;
    }
    .page {
        height: 100%;
    }
    .mprev,
    .mnext,
    .kprev,
    .knext,
    .von {
        position: fixed;
        top: 50%;
        z-index: 30;
    }
    .mprev,
    .kprev {
        left: 60px;
        transform: rotate(180deg);
    }
    .mprev {
        transform: rotate(180deg);
    }
    .knext {
        display: block;
        right: 60px;
        transform: translateY(-100%);
    }
    .von {
        display: block;
        right: 60px;
    }
    .mnext {
        display: block;
        right: 60px;
    }
    .knext {
        right: 30px;
        margin-top: -65px;
    }
    .kprev {
        left: 30px;
        margin-top: -65px;
        transform: rotate(180deg) translateY(100%);
    }
    #seiten .knext,
    #seiten .kprev,
    #module .knext,
    #module .kprev,
    #funktionen .knext,
    #funktionen .kprev {
        margin-top: -27px;
    }
    .von {
        font-size: 11px;
        opacity: 0.6;
        right: 86px;
        text-align: right;
        transform: translateY(30%);
    }
    .question {
        margin-top: 1em;
    }
    .pagination {
        display: none;
        font-size: 8px;
    }
    .pagination.hide-desktop {
        position: relative;
        bottom: inherit;
        width: 100%;
        text-align: center;
        margin-top: 100px;
        margin-bottom: calc(-27px - 45px);
    }
    .pagination .number {
        font-size: 27px;
    }
    .question p {
        padding: 0 1em;
        font-size: 13px;
    }
    .kolumnentitel {
        position: relative;
        transform: none;
        width: 100%;
        top: 0;
        left: 0;
        letter-spacing: 0.2em;
        margin-top: 14px;
    }
    .hide-desktop {
        display: block;
    }
    .hide-mobile,
    .hide-mobile-inline {
        display: none;
    }
    .hide-desktop-inline {
        display: inline-block;
    }
    .frage-mobile-container {
        width: 100%;
        overflow-x: scroll;
        margin-left: auto;
        margin-right: auto;
    }
    /* .persona .slidercontainer-outer, .frage-trends .slidercontainer-outer {
    height: 180px;
  } */
    /* .persona .slider, .frage-trends .slider {
    width: 180px;
  } */
    .frage-trends:first-of-type {
        margin-left: inherit;
    }
    #persona-container {
        right: -100%;
    }
    #page-11 .frage-mobile-container {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    #page-11 .frage.row {
        height: 100%;
        position: relative;
    }
    #page-12 h1 {
        margin-top: 100px;
    }
    #page-13 {
        height: auto;
    }
    #page-13 .inner {
        padding: 100px 80px 0 80px;
    }
    #page-13 .kolumnentitel {
        color: #000000;
    }
    #ergebnistext,
    #interesse p {
        font-size: 18px;
        width: 100%;
        line-height: 120%;
        font-weight: 300;
        margin-top: 40px;
    }
    .tab-container {
        margin-left: -30px;
        width: calc(100% + 60px);
    }
    .tab {
        top: 0;
        align-self: flex-start;
    }
    .tab button {
        font-size: 12px;
        margin-right: 4px;
        padding: 10px 10px;
        margin-left: 0;
        letter-spacing: 0.15em;
    }
    .tabcontent {
        margin-left: 0;
        padding: 30px 30px;
    }
    .tabcontent h2 {
        font-size: 16px;
    }
    .outer-test {
        height: 500px;
    }
    .komponent-group {
        height: auto !important;
    }
    .komponent-svg {
        width: 25% !important;
        height: auto !important;
        float: left;
    }
    #komponenten .col-sm-6 {
        padding: 0;
    }
    #komponenten>.row {
        --bs-gutter-x: none;
    }
    #komponenten h3 {
        font-size: 14px;
        line-height: 120%;
        margin-top: 0.3em;
    }
    .mobile-header-container {
        float: left;
        width: 60%;
        margin-left: 10%;
    }
    #komponenten h4 {
        margin-bottom: 0.8em;
    }
    #komponenten p,
    #web-inhalte {
        font-size: 15px;
    }
    #more-pdf,
    #more-web {
        color: #ec6a53;
        font-size: 14px;
        display: block;
        cursor: pointer;
    }
    #more-pdf span,
    #more-web span {
        display: block;
        float: left;
    }
    #more-pdf img,
    #more-web img {
        height: 18px;
        float: left;
        padding-right: 0.6em;
    }
    .up {
        display: none;
    }
    .kg2,
    .kg3 {
        display: none;
    }
    #links,
    #rechts {
        margin-bottom: 80px;
        overflow: hidden;
        padding: inherit;
    }
    #links .kg3 .row {
        width: 400%;
    }
    #links .frage-mobile-container .row>div,
    #rechts .frage-mobile-container .row>div {
        text-align: center;
    }
    #links .frage-mobile-container,
    #rechts .frage-mobile-container {
        position: relative;
    }
    #links .kprev,
    #links .knext,
    #rechts .kprev,
    #rechts .knext {
        position: absolute;
        top: 50%;
        z-index: 30;
    }
    .nav-container {
        position: relative;
        margin-bottom: -140px;
        margin-top: 170px;
    }
    .outer-contact {
        width: 100%;
    }
    #contact #anrede {
        width: 70%;
    }
    .check-container {
        margin-left: 1.2em;
    }
    .send-container {
        text-align: left;
    }
    #contact input,
    #contact select,
    #download,
    #neustart,
    #submit,
    #overlay button {
        font-size: 16px;
    }
    #interesse {
        padding-top: 35px;
        font-size: 14px;
        font-weight: normal;
        padding-bottom: 2em;
    }
    #interesse h4 {
        font-size: 17px;
        font-weight: 500;
    }
    .portrait {
        width: 60px;
        height: 60px;
    }
    #cases {
        margin-left: -30px;
        width: calc(100% + 60px);
        padding: 40px 30px 0px 30px;
    }
    #cases h2 {
        font-size: 30px;
        margin-bottom: 40px;
    }
    #cases h3 {
        margin-top: 20px;
        font-size: 17px;
    }
    #cases .col-12 {
        padding-bottom: 48px;
        font-size: 14px;
        font-weight: 300;
    }
    .footer {
        height: auto;
        position: relative;
        left: auto;
        right: auto;
        width: calc(100% + 60px);
        margin-left: -30px;
    }
    .footer #upper {
        padding: 40px 30px;
    }
    .footer #upper h2 {
        margin-top: 0;
        font-size: 24px;
        margin-bottom: 20px;
    }
    .headline>div.hide-mobile {
        display: none;
    }
    .fli {
        text-indent: -1.5em;
    }
    .fli,
    .fli a {
        font-size: 16px;
    }
    .footer li {
        font-size: 16px;
    }
    .footer #upper .col-6 {
        margin-bottom: 20px;
    }
    .footer #lower {
        padding: 30px;
    }
    #lower li {
        font-size: 13px;
        padding-left: 0;
        padding-right: 0.4em;
    }
    #persona-container {
        padding-left: 0;
        padding-right: 0;
    }
    .persona {
        --bs-gutter-x: 0;
    }
    .persona p {
        margin-top: 40px;
        font-size: 13px;
        width: 100%;
        padding: 0 8.3333%;
    }
    #overlay {
        width: 275px;
        height: 383px;
        margin-left: 0;
        transform: translateY(-50%) translateX(-50%);
        padding-bottom: 50px;
    }
    #overlay h1 {
        font-size: 15px;
    }
    #overlay p {
        font-size: 24px;
        margin-bottom: 33px;
    }
    #overlay button {
        margin-bottom: 16px;
    }
    .kit {
        display: none;
    }
    #kits,
    #phasen {
        margin-bottom: 0;
    }
    #page-13 .tab-container h2 {
        margin-top: 10px;
        margin-bottom: 6px;
    }
    #komponenten h4 {
        font-size: 18px;
    }
    .kit,
    .phase {
        padding: 0;
    }
    .check {
        bottom: 0;
    }
    .phase {
        margin-bottom: 50px;
    }
    #Dashboard h2:first-child {
        margin-top: 12px;
    }
    #auswahlen .col-12 {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 30px;
        padding-bottom: 24px;
    }
    #auswahlen>.row>.col-sm-3 {
        flex: auto;
    }
    #auswahlen {
        padding-right: var(--bs-gutter-x, 0.75rem);
        padding-left: var(--bs-gutter-x, 0.75rem);
    }
    #Spezifikation,
    #Dashboard,
    #Leistungsangebot {
        min-height: auto;
        width: 100%;
    }
    #Leistungsangebot h3 {
        font-size: 18px;
    }
    #Leistungsangebot h4 {
        font-size: 32px;
        margin-bottom: 32px;
    }
    .card h5 {
        font-size: 17px;
    }
    .card ul {
        padding: 0;
    }
    .card li {
        font-size: 15px;
    }
    .card {
        margin-bottom: 50px;
    }
    #sharing span {
        display: none;
    }
    #sharing {
        top: 0;
        right: 30px;
        margin-top: 22px;
        transform: translateY(-50%);
        z-index: 11;
    }
}


/* -------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------- */


/* -------------------------------Small Screen------------------------------- */


/* -------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------- */

@media (min-width: 480px) and (max-width: 1024px) {
    .logo {
        width: 48px;
        height: 48px;
        top: -2px;
    }
    .header {
        left: 30px;
        width: calc(100% - 60px);
        top: 30px;
    }
    .kolumnentitel {
        font-size: 14px;
    }
    .vertical-center {
        width: 83.333%;
        margin-left: 8.333%;
    }
    .zwischen p {
        font-size: 28px;
    }
    .dash,
    .next,
    .new {
        font-size: 20px;
    }
    .page>h1 {
        margin-top: 79px;
    }
    .slidercontainer-outer {
        height: 240px;
    }
    .slider {
        width: 240px;
    }
    .frage.row {
        padding-bottom: 60px;
    }
    .frage.row,
    .question.row {
        width: 300%;
    }
    #page-9 .frage.row,
    #page-9 .question.row {
        justify-content: unset;
    }
    .frage>.col-2:nth-child(odd),
    .question>.col-2:nth-child(odd) {
        padding-left: 40px;
    }
    .frage>.col-2:nth-child(even),
    .question>.col-2:nth-child(even) {
        padding-right: 40px;
    }
    .tab button {
        font-size: 13px;
        letter-spacing: 0.2em;
    }
    .tabletcontainer {
        width: 100%;
    }
    #ergebnistext {
        width: 100%;
        margin-top: 40px;
    }
    #interesse>p {
        margin-top: 40px;
    }
}


/* -------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------- */


/* ------------------------------Medium Screen------------------------------- */


/* -------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------- */

@media (min-width: 768px) and (max-width: 1024px) {
    #cover {
        background-image: url('assets/Reporting_Machine_Keyvisual_iPad.svg');
    }
    #page-9 .frage.row,
    #page-9 .question.row {
        width: auto;
    }
    .vertical-center {
        margin-left: 0;
    }
    .function svg {
        width: auto;
    }
    .tabbuttoncontainer-sticky {
        padding-left: 40px;
    }
    .page h1 {
        font-size: 30px;
    }
    #page-1 h1 {
        margin-bottom: 40px;
    }
    #page-13 .inner {
        padding: 0 30px;
    }
    .not-out {
        display: block;
    }
    .back {
        left: 0;
    }
    .zwischen p {
        margin-top: 0;
    }
    .dash,
    .new,
    .next {
        font-size: 18px;
    }
    .page>h1 {
        margin-top: 83px;
    }
    #links .frage-mobile-container {
        transform: none;
    }
    .frage.row,
    .question.row {
        width: 200%;
    }
    #page-3 .frage.row,
    #page-3 .question.row #page-9 .frage.row,
    #page-9 .question.row {
        width: 100%;
        align-items: center;
        justify-content: center;
    }
    .frage>.col-2:nth-child(odd),
    .question>.col-2:nth-child(odd) {
        padding-left: inherit;
    }
    .frage>.col-2:nth-child(even),
    .question>.col-2:nth-child(even) {
        padding-right: inherit;
    }
    .frage>.col-2:nth-child(3n),
    .question>.col-2:nth-child(3n),
    .frage>.col-4:nth-child(3n),
    .question>.col-4:nth-child(3n) {
        padding-right: 8%;
    }
    .frage>.col-2:nth-child(3n-2),
    .question>.col-2:nth-child(3n-2),
    .frage>.col-4:nth-child(3n-2),
    .question>.col-4:nth-child(3n-2) {
        padding-left: 8%;
    }
    .frage>.col-2:nth-child(3n-1),
    .question>.col-2:nth-child(3n-1),
    .frage>.col-4:nth-child(3n-1),
    .question>.col-4:nth-child(3n-1) {
        padding: 0 4%;
    }
    #page-3 .button-container,
    #page-9 .button-container {
        display: block;
    }
    #page-3 .mprev,
    #page-3 .von,
    #page-3 .mnext,
    #page-9 .mprev,
    #page-9 .von,
    #page-9 .mnext {
        display: none;
    }
    #page-11 .frage-mobile-container {
        transform: none;
    }
    .persona p {
        padding: 0 16.6666%;
    }
    #page-13 {
        padding: 100px 60px 0 60px;
    }
    #Spezifikation,
    #Dashboard,
    #Leistungsangebot {
        padding: 6px 60px 80px 60px;
    }
    .tab-container {
        margin-left: -60px;
        width: calc(100% + 120px);
    }
    .tabbuttoncontainer {
        padding-left: 60px;
    }
    #komponenten .note {
        margin-top: 4em;
    }
    #rechts {
        margin-bottom: 0;
    }
    .hide-tablet {
        display: none;
    }
    #cases {
        margin-left: -60px;
        width: calc(100% + 120px);
        padding: 40px 60px 0 60px;
    }
    .footer {
        margin-left: -60px;
        width: calc(100% + 120px);
    }
    .footer #upper {
        padding: 40px 60px;
    }
    .show-tablet {
        display: block;
    }
    .headline>div.show-tablet {
        display: block;
    }
    .footer #upper ul.some {
        padding-left: 2em;
    }
    .footer #lower {
        padding: 30px 60px;
    }
    .komponent-svg {
        width: 20% !important;
    }
    .kit {
        display: block;
    }
    #page-13 .tab-container h2 {
        margin-top: 30px;
    }
    #auswahlen .col-sm-6 {
        padding-bottom: var(--bs-gutter-x);
        margin-bottom: 0;
    }
    #auswahlen .col-sm-6:nth-child(2n) {
        padding-left: calc(var(--bs-gutter-x) / 2);
    }
    #auswahlen .col-sm-6:nth-child(2n-1) {
        padding-right: calc(var(--bs-gutter-x) / 2);
    }
    .card {
        width: 70%;
        margin-left: 15%;
    }
    #ergebnistext,
    #interesse p,
    #page-13 h1 {
        font-size: 24px;
    }
    .kolumnentitel {
        top: 22px;
        transform: translateY(-50%);
    }
    .svg-header {
        display: block;
        float: none;
    }
    .mobile-header-container {
        float: none;
        margin-left: 0;
        margin-top: 45px;
        width: 100%;
    }
    #page-13 h3 {
        font-size: 20px;
    }
    #more-pdf,
    #more-web {
        display: none;
    }
    .kg2,
    .kg3 {
        display: block;
    }
    .kg2,
    .kg3 {
        margin-top: 70px;
    }
    #page-13 .nav-container {
        display: none;
    }
    #links .kg3 .row,
    #rechts .kg3 .row {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .kg3 .frage-mobile-container {
        top: auto;
        transform: none;
        margin-top: 0;
    }
    .hide-desktop {
        display: none;
    }
    .hide-mobile {
        display: block;
    }
    #seiten,
    #module,
    #funktionen {
        padding-left: 0;
        padding-right: 0;
    }
    #rechts h4 {
        text-align: left;
        margin-top: 0;
    }
    .img-page img,
    .img-modul img,
    .img-funktion img {
        max-height: none;
    }
    .graph {
        padding-bottom: 14px;
    }
    #overlay {
        background: #ffffff;
        color: #000000;
        padding: 30px;
        border-radius: 10px;
        position: fixed;
        left: 50%;
        top: 50%;
        display: none;
        margin-left: -20%;
        width: 40%;
        height: auto;
        transform: translateY(-50%);
        box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.25);
        padding-bottom: 0;
    }
    #auswahlen .col-sm-6:nth-child(2n-1) {
        padding-right: 10px;
        padding-left: 10px;
    }
    #auswahlen .col-sm-6:nth-child(2n) {
        padding-right: 10px;
        padding-left: 10px;
    }
    .funktion svg {
        width: auto;
        max-width: 140px;
    }
}


/* -------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------- */


/* ------------------------------Large  Screen------------------------------- */


/* -------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------- */

@media (min-width: 1024px) and (max-width: 1279px) {
    /* #links, #rechts {
    width: 75%;
    padding-left: 0;
  } */
    #links {
        padding-right: 30px;
    }
    #rechts {
        padding-left: 30px;
    }
    #links {
        margin-bottom: 120px;
    }
    #ergebnistext,
    #interesse p,
    #page-13 h1 {
        font-size: 30px;
    }
    #komponenten .note {
        margin-bottom: 60px;
    }
    #interesse {
        margin-top: 100px;
    }
    #ergebnistext {
        width: 100%;
    }
    main {
        padding: 0 30px;
    }
}