@keyframes fadein {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes comefromleft {
    0% {
        transform: translate(0)
    }
    10%, 80% {
        transform: translate(500px)
    }
    to {
        transform: translate(3000px)
    }
}

.bannertop {
    position: relative;
    margin-top: -20px;
    overflow-x: hidden
}

.banner-inner {
    position: absolute;
    width: 80%;
    animation-name: fadein;
    animation-duration: 7s;
    animation-timing-function: ease;
    -webkit-animation-name: fadein;
    -webkit-animation-duration: 7s;
    -webkit-animation-timing-function: ease
}

.bannertop img {
    padding: 0;
    object-fit: cover;
    object-position: 50%;
    height: 600px;
    width: 100%
}

.banner-inner h1 {
    font-size: 4.5rem;
    color: #fff;
    opacity: 1;
    word-wrap: break-word
}

.banner-inner.small h1 {
    font-size: 3rem
}

.banner-inner p {
    font-size: 3rem;
    color: #fff
}

.darkshadow {
    text-shadow: 2px 2px 10px #666
}

.bannertop .banner-claim {
    position: absolute; /* absolute relative to .bannertop */
    left: 0;
    right: 0;
    bottom: 40px; /* distance from bottom */
    margin: 0 0 -20px 0;
    width: 100%; /* full width of parent */
    box-sizing: border-box;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
    padding: 100px 10% 50px 10%;
    z-index: 20; /* above the image, adjust if needed */
    pointer-events: auto;

}

/* h3 on the box */
.bannertop .banner-claim h3 {
    width: 80%;
    color: #fff;
    font-size: 2rem;
    letter-spacing: 2px;
    margin: 0;
    line-height: 1.6;
    font-weight: 400;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

@media (max-width: 994px) {
    .banner-inner h1 {
        font-size: 3.2rem
    }

    .banner-inner p {
        font-size: 2rem
    }

    .darkshadow {
        text-shadow: 2px 2px 10px #666
    }
}

.top-right {
    text-align: right;
    top: 8%;
    right: 10%
}

.top-right-home, .top-top-right {
    text-align: right;
    top: 100px;
    right: 10%
}

.top-left-home {
    text-align: left;
    top: 100px;
    left: 50%;
    width: 50%
}

.top-top-right {
    top: 5%
}

.top-left {
    text-align: left;
    top: 10%;
    left: 10%
}

.top-center, .top-top-center {
    text-align: center;
    top: 10%
}

.top-top-center {
    top: 5%
}

.top-half-right {
    text-align: left;
    top: 10%;
    left: 40%
}

.banner-slider-inner {
    opacity: .95;
    Background-color: #fff;
    box-shadow: 3px 3px 10px #666;
    position: absolute;
    left: -350px;
    top: 100px;
    width: 350px;
    height: 420px;
    padding: 30px
}

.banner-slider-inner h3 {
    opacity: 1;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 2.2rem;
    color: #000
}

.banner-slider-inner p {
    opacity: 1;
    float: left;
    padding-top: 0;
    margin-top: 0;
    font-size: 17px;
    color: #555
}

.banner-slider-inner img {
    padding: 0;
    margin: 0;
    width: 200px;
    height: auto
}

.banner-slider-inner .ease-in-out {
    animation-timing-function: ease-in-out
}

@media (max-width: 991px) {
    .banner-slider-inner {
    }

    .top-left-home {
        left: 10%;
        width: 80%
    }
}

.banner-slider-inner {
    animation: comefromleft 8s forwards
}

.banner-slider-inner + .two {
    z-index: 100002;
    animation-delay: 6.2s
}

.banner-slider-inner + .three {
    z-index: 100003;
    animation-delay: 12.4s
}

.banner-slider-inner + .four {
    z-index: 100004;
    animation-delay: 18.6s
}

.banner-slider-inner + .five {
    z-index: 100005;
    animation-delay: 24.8s
}

.banner-slider-inner + .six {
    z-index: 100006;
    animation-delay: 31s
}

@keyframes comefromleft {
    0% {
        transform: translate(0);
    }
    10% {
        transform: translate(450px);
    }
    80% {
        transform: translate(450px);
    }
    100% {
        transform: translate(3000px);
    }
}

/* End box slider */

.banner-slider-inner-pfeil {
    position: absolute;
    left: -1450px;
    top: 0;
    width: 50%;
    height: 96.5%;
}

.banner-slider-inner-pfeil h3 {
    position: absolute;
    top: 125px;
    padding: 0;
    margin: 0 0 0 700px;
    width: 400px;
    font-size: 2.2rem;
    color: #fff;
    z-index: 1000010;
}

.banner-slider-inner-pfeil p {
    position: absolute;
    top: 250px;
    padding: 0;
    margin: 0 0 0 700px;
    width: 400px;
    font-size: 17px;
    color: #fff;
    z-index: 100004;
}

.banner-slider-inner-pfeil img {
    padding: 0;
    margin: 0;
    width: auto;
    height: 100%;
    z-index: 100003;
}

.banner-slider-inner-pfeil .ease-in-out {
    animation-timing-function: ease-in-out;
}

@media (max-width: 991px) {
    .banner-slider-inner-pfeil {
        display: none;
    }

    .top-left-home {
        left: 10%;
        width: 80%;
    }
}

@keyframes comefromleft-pfeil {
    0% {
        transform: translate(0);
    }
    10% {
        transform: translate(800px);
    }
    80% {
        transform: translate(800px);
    }
    100% {
        transform: translate(3500px);
    }
}

.banner-slider-inner-pfeil {
    animation: comefromleft-pfeil 14s forwards;
}

.banner-slider-inner-pfeil + .two {
    z-index: 100002;
    animation-delay: 11.5s;
}

.banner-slider-inner-pfeil + .three {
    z-index: 100003;
    animation-delay: 22.5s;
}

.banner-slider-inner-pfeil + .four {
    z-index: 100004;
    animation-delay: 33.5s;
}

.banner-slider-inner-pfeil + .five {
    z-index: 100005;
    animation-delay: 44.0s;
}

.banner-slider-inner-pfeil + .six {
    z-index: 100006;
    animation-delay: 55.5s;
}

/* End angled slider */

/* ========================================
   Slider arrow button
======================================== */
.btn-slider-pfeil {
    position: absolute;
    left: 700px;
    bottom: 80px;
    width: 130px;
    height: 40px;
    margin: 0 auto;
    background-color: #fff;
    border-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding-left: 1.3rem;
    padding-right: 1.3rem;
    font-size: 18px;
    display: inline-block;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #004b70;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-slider-pfeil a:hover {
    color: #999;
}

.btn-slider-pfeil a {
    color: #004b70;
}

.imgmap-bg {
    background-image: linear-gradient(to right, lightgrey 0%, white 20%, white 80%, lightgrey 100%);
    padding: 0;
    margin: 0;
}

.btn-slider {
    position: absolute;
    bottom: 25px;
    width: 130px;
    height: 40px;
    margin: 0 auto;
    background-color: #004b70;
    font-size: 18px;
    display: inline-block;
    font-weight: 400;
    letter-spacing: .05em;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.btn-slider a:hover {
    color: #bbb;
}

.btn-slider a {
    color: #fff
}

.sidebar {
    padding-left: 50px
}

.sidebar img {
    width: 100%;
    max-width: 400px
}

@media (max-width: 994px) {
    .sidebar {
        padding-left: 0
    }
}

.sidebarblog {
    padding-left: 30px
}

.sideformular {
    padding: 10px
}

@media (max-width: 1200px) {
    .sidebarblog {
        padding-left: 0
    }
}

.contact-formular-outer {
    background-color: #f2f3f2
}

.contact-formular {
    padding: 4% 0 2%;
    margin-bottom: 50px
}

.jjaccordion {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1000px
}

.box-accordion {
    padding-left: 0
}

.box-blau, .box-blau-streifen {
    background: #f4f7fa;
    margin-left: 8px;
    margin-right: 8px
}

.box-blau {
    padding-top: 1px;
    padding-bottom: 1px;
    margin-bottom: 3px;
    height: 275px
}

.box-blau-streifen {
    padding-bottom: 2px;
    height: 20px
}

.box-blau img, .box-blau-dunkel img, .box-blau-mittel img {
    width: 84px
}

.box-blau h3, .box-blau p, .box-blau-dunkel p, .box-blau-mittel p {
    font-size: 20px;
    line-height: 1.5;
    text-align: center
}

.box-blau a, .box-blau-dunkel a, .box-blau-mittel a {
    text-decoration: none
}

.boxrahmen, .boxrahmen2, .boxrahmen3 {
    border: 0 solid #fff;
    background-color: #e9eef6;
    margin: 8px
}

.boxrahmen2:hover, .boxrahmen3:hover, .boxrahmen:hover {
    background-color: #c9d5e8
}

.boxrahmen2, .boxrahmen3 {
    background-color: #f4f7fa
}

.boxrahmen3 {
    background-color: #e9eef6
}

.querabstand {
    padding-top: 5px
}

.querabstand2 {
    padding-top: 20px
}

.abstand-links {
    padding-top: 27px
}

.abstand-links2 {
    padding-top: 15px
}

.abstand-rechts {
    padding-top: 2px
}

.abstand-rechts2 {
    padding-top: 0
}

.box-blau h3 {
    line-height: .4;
    color: #003170;
    margin: 10px
}

.box-blau-dunkel, .box-blau-mittel {
    text-align: center;
    padding-right: 10%;
    margin-top: 0
}

.box-blau-mittel {
    background: #e9eef6;
    height: 117px
}

.box-blau-dunkel h3, .box-blau-mittel h3 {
    font-size: 20px;
    text-align: center;
    color: #003170;
    margin-top: 15px;
    margin-left: 10px;
    margin-bottom: 0
}

.box-blau-dunkel {
    background: #d6dfed;
    height: 112px
}

.box_5 img {
    width: 84px;
    text-align: center
}

.box_5 h3 {
    margin-top: 20px;
    font-size: 20px;
    color: #003170;
    text-align: center
}

.box_5 a, .box_5 p {
    font-size: 12px
}

.box_col_5 {
    width: 19.6%;
    float: left
}

.acco, .acco .box_col_5, .leistungen {
    margin-left: 2px;
    margin-right: 2px
}

.acco .panel-heading {
    border-bottom: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 10px 15px
}

.acco .panel-default > .panel-heading {
    background-color: #c9d5e8;
    border-color: #fff;
    color: #333
}

.acco .panel-footer {
    background-color: #fff;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top: 0;
    padding: 0;
    height: 5px
}

.acco .panel-body, .acco .panel-body a, .icontext h3, .leistungen a, .leistungen p {
    font-size: 20px
}

.icon img {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.icontext h3 {
    text-align: center
}

.leistungen p {
    padding-left: 10px;
    padding-right: 10px
}

.karriere-grey {
    background: #f4f7fa;
    padding: 30px 10px 20px 20px;
    margin-bottom: 30px
}

.karriere-grey h4, .karriere-grey h5 {
    line-height: 1.5;
    font-size: 20px
}

.karriere-grey h5 {
    padding: 0;
    margin: 0;
    color: #f90
}

.karriere-full, .karriere-links {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px
}

.karriere-rechts {
    margin: 0;
    padding-left: 50px;
    font-size: 20px
}

.karriere h3 {
    font-size: 36px
}

.karriere h3, .karriere h4 {
    margin-top: 30px
}

.box-grey {
    background: #f6f6f5;
    padding-bottom: 30px
}

.float-left {
    float: left
}

.box {
    position: relative;
    margin-top: 0;
    margin-bottom: 0
}

.box p, .karriere h4 {
    font-size: 20px
}

.box-banner h3 {
    text-align: center;
    font-size: 60px
}

.box-small {
    padding-left: 20%;
    padding-right: 20%;
    margin-bottom: 50px
}

.box-small img, .icon img {
    width: 84px
}

.box-small h3, .box-small p {
    margin-top: 20px;
    font-size: 20px
}

.box h3, .box-videotext h4 {
    margin-top: 30px;
    font-size: 20px;
    color: #003170
}

.box-videotext {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 40px
}

@media (max-width: 994px) {
    .box-videotext {
        padding-top: 40px;
        padding-left: 10px
    }
}

.space-hight {
    padding-top: 0;
    margin: 0;
    height: 40px
}

.box-videotext h3, .home h3 {
    font-size: 20px;
    line-height: 1
}

.box-videotext h3 {
    margin-top: 0;
    color: #003170;
    margin-bottom: 0
}

.box-videotext h4 {
    line-height: 1.5;
    color: #f90;
    margin-bottom: 20px
}

.box-videotext p {
    font-size: 20px;
    font-weight: 100
}

.box-graybanner {
    position: relative;
    margin-top: 0;
    margin-bottom: 0
}

.box-graybanner img {
    width: 100%
}

.graybanner, .graybanner-text {
    position: absolute;
    left: 0;
    top: 0;
    height: 33%;
    width: 100%;
    padding-left: 14px;
    padding-right: 14px
}

.graybanner img {
    height: 100%;
    opacity: .5;
    z-index: 3;
    width: 100%
}

.graybanner-text {
    top: -30px;
    right: 0;
    margin: 0 auto;
    z-index: 3;
    padding-left: 30px;
    padding-right: 30px
}

.graybanner-text h4, .graybanner-text h4 a {
    text-align: center;
    font-size: 1.4em;
    line-height: 1.6;
    color: #fff;
    font-family: 'RotisSansSerifW02-Bold', sans-serif
}

.home h3 {
    margin-top: 10px;
    color: #333
}

.home h4, .home h4 a {
    font-size: 20px;
    margin-bottom: 20px
}

.home h4 a {
    margin-bottom: 0
}

.box h4 a, .home h4, .home h4 a {
    margin-top: 30px;
    color: #f90;
    line-height: 1.5
}

.box img {
    width: 100%
}

.box ul {
    margin-top: 30px;
    margin-bottom: 30px
}

.acco h4.panel-title, .box ul li {
    color: #003170
}

.box-intro, .box-intro h3 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px
}

.box h4 a, .box ul li, .box-intro li, .box-intro p {
    font-size: 20px
}

.box-intro h3 {
    font-size: 40px;
    margin-bottom: 30px
}

.leistungsicon img {
    width: 84px;
    display: block;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto
}

.ankershift {
    float: left
}

.box-left {
    margin-top: 20px;
    margin-bottom: 20px
}

.box-bottom {
    color: #666;
    background: #f8f8f8
}

.box-bottom h4 {
    font-size: 22px;
    padding-bottom: 30px;
    padding-left: 5%;
    line-height: 1.5
}

.panel-heading .accordion-toggle:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    color: #fff
}

.panel-heading .accordion-toggle.collapsed:after {
    content: "\e080"
}

.head-trenner hr {
    border-color: #ccc;
}

.head-trenner h3 {
    font-size: 40px;
}

.accordion-ick-container {
    width: 80%;
    max-width: 1200px;
    margin: 50px auto;
}

.accordion-ick-item {
    background-color: #fff;
    margin: 30px 0;
    border: 1px solid #ccc;
    border-radius: 15px;
    overflow: hidden;
}

.accordion-ick-header {
    padding: 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    background: linear-gradient(to top right, #003052, #005285, #009ee3);
    background-size: 200% 200%;
    border: 0 solid #fff;
    color: white;
    font-size: 24px;
    transition: background-color 0.9s;
}

.accordion-ick-header:hover {
    background: linear-gradient(to top right, #005285, #ffffff);
    background-size: 200% 200%;

}

.accordion-ick-header .icon {
    margin-right: 10px;
    font-size: 20px;
}

.accordion-ick-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, padding 0.9s ease;
    background-color: #f8f8f6;
    font-size: 20px;
    line-height: 1.5;
    padding: 0 15px;
}

.accordion-ick-content.open {
    padding: 15px;
}

.accordion-ick-icon {
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    margin-right: 20px;
}


/* ========================================
   Heavy display titles
======================================== */
.heavytitel {
    font-size: 6vw;
    color: var(--insentisblau);
    opacity: 0.2;
    margin: 30px 0 30px 0;
    line-height: 0.8;
    text-transform: uppercase;
    hyphens: none;
}

@media (max-width: 994px) {
    .heavytitel {
        font-size: 12vw;
        margin: 30px 0 10px 0;
    }
}

.heavytitel-small {
    font-size: 3vw;
    color: var(--insentisblau);
    opacity: 0.2;
    margin: 30px 0 30px 0;
    line-height: 0.8;
    text-align: center;
    text-transform: uppercase;
    hyphens: none;
}


/* ========================================
   Slide-in overlay banner
======================================== */

/* ========================================
   GLOBAL CSS VARIABLES
======================================== */
:root {
    /* Banner size */
    --stage-height: 600px;
    --overlay-width: 60%;
    --slant-offset: 30%;

    /* Animation */
    --slide-duration: 900ms;

    /* Colors */
    --overlay-color: rgba(0, 82, 134, 0.6); /* Transparent overlay color */
    --strip-color: #f7a600; /* Strip color (opaque) */
    --text-color: #ffffff; /* Text color */

    /* Font */

    --font-family: 'RotisSansSerifW02-Bold', sans-serif !important;
}

/* ========================================
   COLOR THEME VARIANTS
======================================== */

/* Blue theme (default) */
.stage.blue-theme {
    --overlay-color: rgba(0, 82, 134, 0.6);
    --strip-color: #f7a600;
    --text-color: #ffffff;
}

/* Turquoise theme */
.stage.tuerkis-theme {
    --overlay-color: rgba(0, 82, 134, 0.6);
    --strip-color: #004b5c;
    --text-color: #ffffff;
}

/* Green theme */
.stage.green-theme {
    --overlay-color: rgba(0, 82, 134, 0.6);
    --strip-color: #b3ad00;
    --text-color: #ffffff;
}

/* Red theme */
.stage.red-theme {
    --overlay-color: rgba(0, 82, 134, 0.6);
    --strip-color: #890f01;
    --text-color: #ffffff;
}

/* Red theme */
.stage.red-blue-theme {
    --overlay-color: rgba(0, 82, 134, 0.6);
    --strip-color: #ad0049;
    --text-color: #ffffff;
}

/* Purple theme */
.stage.lila-theme {
    --overlay-color: rgba(0, 82, 134, 0.6);
    --strip-color: #640082;
    --text-color: #ffffff;
}

/* Orange theme */
.stage.orange-theme {
    --overlay-color: rgba(0, 82, 134, 0.6);
    --strip-color: #f7a600;
    --text-color: #ffffff;
}

/* Gray text theme (for light strips) */
.stage.gray-text {
    --text-color: #333333;
}

/* ========================================
   BANNER STRUCTURE
======================================== */
.stage {
    position: relative;
    width: 100%;
    height: var(--stage-height);
    min-height: 360px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Overlay (angled element) */
.slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: var(--overlay-width);
    transform: translateX(-120%);
    transition: transform var(--slide-duration) ease;
    z-index: 5;
    clip-path: polygon(
            0 0,
            calc(100% - var(--slant-offset)) 0,
            100% 100%,
            0 100%
    );
    background: var(--overlay-color);
    overflow: hidden;
}

/* Animation: overlay slides in */
.stage.visible .slide-overlay {
    transform: translateX(0);
}

/* Inner container */
.overlay-inner {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 2rem;
    box-sizing: border-box;
}

/* Color strip (clipped by overlay) */
.color-strip {
    position: absolute;
    top: 25%;
    left: 0;
    width: 100%;
    height: 20%;
    background: var(--strip-color);
    padding: 0 2.5rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    box-sizing: border-box;
    z-index: 7;
}

/* H2 headline in strip */
.color-strip h2 {
    margin: 0;
    color: var(--text-color);
    font-family: var(--font-family);
    font-size: clamp(2.3rem, 2.2vw, 2.5rem);
    line-height: 1.3;
    font-weight: bold;
    hyphens: none;
}

/* Claim text below */
.overlay-text {
    position: absolute;
    top: calc(25% + 20% + 1rem);
    left: 2.5rem;
    right: 2rem;
    bottom: 2rem;
    z-index: 7;
}

.overlay-text h3 {
    margin: 0;
    font-family: var(--font-family);
    color: var(--text-color);
    font-size: clamp(2.2rem, 1.6vw, 1.8rem);
    line-height: 1.4;
    font-weight: normal;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}

/* ========================================
   RESPONSIVE ADJUSTMENTS
======================================== */
@media (max-width: 900px) {
    :root {
        --overlay-width: 75%;
        --slant-offset: 25%;
    }

    .overlay-inner {
        padding: 1.5rem;
    }

    .color-strip {
        padding: 0 1.5rem;
    }

    .overlay-text {
        left: 1.5rem;
        right: 1.5rem;
    }
}

@media (max-width: 600px) {
    :root {
        --overlay-width: 90%;
        --slant-offset: 20%;
        --stage-height: 500px;
    }

    .color-strip {
        top: 18%;
        height: 22%;
        padding: 0 1rem;
    }

    .overlay-inner {
        padding: 1rem;
    }

    .overlay-text {
        top: calc(18% + 22% + 0.8rem);
        left: 1rem;
        right: 1rem;
    }

    .color-strip h2 {
        font-size: 2rem;
    }

    .overlay-text h3 {
        font-size: 1.6rem;
        line-height: 1.4;
    }
}

@media (max-width: 400px) {
    :root {
        --stage-height: 450px;
    }

    .color-strip h2 {
        font-size: 1.3rem;
    }

    .overlay-text h3 {
        font-size: 1.3rem;

    }
}

@media (max-width: 360px) {

    .color-strip h2 {
        font-size: 1.3rem;
    }

    .overlay-text h3 {
        font-size: 1.2rem;

    }
}


/* ========================================
   Icon only
======================================== */

.frage-icon-theme {
    position: relative;
    width: 70px;
    height: 60px;
    background-color: var(--strip-color);
    margin: 0 10px 0 0;;
    padding-top: 10px;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.frage-icon-theme h3 {
    color: var(--text-color);
    font-size: 48px;
    font-weight: bold;
    line-height: 1;
}

.leistung-separate {
    margin: 60px 0 30px 0;
}
