@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 300;
    src: url('https://stage.kreativ.team/fileadmin/fonts/ubuntu/Ubuntu-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    src: url('https://stage.kreativ.team/fileadmin/fonts/ubuntu/Ubuntu-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    src: url('https://stage.kreativ.team/fileadmin/fonts/ubuntu/Ubuntu-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    src: url('https://stage.kreativ.team/fileadmin/fonts/ubuntu/Ubuntu-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'Ubuntu';
    font-style: italic;
    font-weight: 300;
    src: url('https://stage.kreativ.team/fileadmin/fonts/ubuntu/Ubuntu-LightItalic.ttf') format('truetype');
}
@font-face {
    font-family: 'Ubuntu';
    font-style: italic;
    font-weight: 400;
    src: url('https://stage.kreativ.team/fileadmin/fonts/ubuntu/Ubuntu-Italic.ttf') format('truetype');
}
@font-face {
    font-family: 'Ubuntu';
    font-style: italic;
    font-weight: 500;
    src: url('https://stage.kreativ.team/fileadmin/fonts/ubuntu/Ubuntu-MediumItalic.ttf') format('truetype');
}
@font-face {
    font-family: 'Ubuntu';
    font-style: italic;
    font-weight: 700;
    src: url('https://stage.kreativ.team/fileadmin/fonts/ubuntu/Ubuntu-BoldItalic.ttf') format('truetype');
}
:root {
    --primary: #b78a75;
    --grad-blue: linear-gradient(320deg, #A8D3EA 0%, #EBF7FF 100%);
    --grad-dark: linear-gradient(220deg,#4d4d4d 20%, #404040 80%);
    --white: #eee;
}
html{
    overflow-x: hidden;
}
body{
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300 !important;
    position: relative;
    margin: 0;
    background-color: #355764;
    left: 0;
    transition: left 0.5s ease;
    box-shadow: 20px 0 38px -1px rgba(0,0,0,0.48);
    -webkit-box-shadow: 20px 0 38px -1px rgba(0,0,0,0.48);
    -moz-box-shadow: 20px 0px 38px -1px rgba(0,0,0,0.48);
    p, a, .btn, .news ul li{
        font-size: 1.2rem;
    }
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 3rem;
}
/*Abstände*/
[class*="frame-space-before-"] {
    &[class*="small"]       { margin-top: 2rem; }
    &[class*="extra-small"] { margin-top: 1rem; }
    &[class*="medium"]      { margin-top: 3rem; }
    &[class*="large"]       { margin-top: 5rem; }
    &[class*="extra-large"] { margin-top: 7rem; }
}
[class*="frame-space-after-"] {
    &[class*="small"]       { margin-bottom: 2rem; }
    &[class*="extra-small"] { margin-bottom: 1rem; }
    &[class*="medium"]      { margin-bottom: 3rem; }
    &[class*="large"]       { margin-bottom: 5rem; }
    &[class*="extra-large"] { margin-bottom: 7rem; }
}
/*Font*/
h1,h2,h3,h4,h5,h6{
    font-weight: 300;
}
h1, .h1{
    color: var(--white);
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 2.3rem;
    line-height: 1.4;
    padding: 0;
    margin: 0;
    display: block;
}
h2{
    margin-bottom: 1.5rem;
}
blockquote{
    width: 100%;
    margin-bottom: 2rem;
}
blockquote sub {
    font-style: italic;
    bottom: -2rem;
}
.frame-type-text blockquote{
    margin: 2rem 0;
    font-style: italic;
    border-left: 4px solid var(--primary);
    padding-left: 1rem;
    p{
        font-size: 180%;
    }
}
.ce-headline-center{
    text-align: center;
}
.ce-textpic{
    justify-content: center;
    display: flex;
}
.ce-bodytext{
    width: 100%;
}
.ce-textpic .ce-bodytext blockquote p{
    width: 90%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #FFFFFF;
    text-shadow: 4px 3px 5px #332A2A;
    font-size: 25px;
}
/*Button*/
.btn{
    transition: all 0.3s ease;
    cursor: pointer;
}
.btn:hover{
    transition: all 0.3s ease;
    transform: scale(0.95);
    cursor: pointer;
}
.btn.projekte {
    background: linear-gradient(to right, #355764 0%, #355764 33%, #b78a75 66%, #b78a75 100%);
    background-size: 300% 100%;
    background-position: 99% 0;
    color: var(--white);
    transition: background-position 0.4s ease, transform 0.3s ease, box-shadow 0.3s ease;
    padding: 0.75rem 1.75rem;
    display: flex;
    width: fit-content;
    flex-direction: row;
    border: 2px solid transparent;
    p {
        margin: auto;
        font-weight: 500;
    }
    svg {
        width: 30px;
        height: 30px;
        margin: auto 0 auto 15px;
    }
}
.btn.projekte:hover {
    /* Schiebt den Hintergrund nach ganz links (Position 0%),
       wodurch das Blau sanft von links nach rechts reinwandert */
    background-position: 1% 0;
    transform: scale(0.95);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
/*Link*/
a{
    color: var(--primary);
}
a:hover, .footer .nav-link:hover{
    color: #b78a75;
}
/*Images*/
img{
    width: 100%;
    height: auto;
}
.frame-layout-1 .image img{
    max-width: 60%;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}
.ce-gallery{
    min-width: 100%;
}
#Content > .image:first-child {
    margin-top: -3rem;
}
/*hr-Linie*/
hr{
    border: none;
    background: var(--primary);
    height: 2px;
    width: 100%;
    margin: 3rem 0;
    opacity: 1;
}
.zitat hr.transform{
    margin: 3rem 0;
    transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    transform-origin: 0 0 0;
}
.frame-space-before-medium hr.transform, .zitat:first-of-type hr.transform, section.zitat.none hr {
    display: none;
}
.hero{
    position: fixed;
    z-index: -1;
    height: 100vh;
    width: 100%;
    background-position: 10% 60%;
}
/*Content*/
#Content{
    min-height: 100vh;
    margin-bottom: 820px;
    position: relative;
    background: linear-gradient(220deg,#4d4d4d 20%, #404040 80%);
    color: var(--white);
    padding-top: 100px;
    overflow-x: hidden;
}
#Content > .container:first-child {
    min-height: 86vh;
}
section{
    min-height: 80vh;
    margin: 2rem 0;
}
section.zitat{
    min-height: unset;
}
/*Header*/
#header{
    box-sizing: border-box;
    background: #474747;
    top: 0;
    -moz-transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    width: 100vw;
    display: flex;
    align-items: center;
    z-index: 101;
    position: fixed;
    .navbar{
        height: 75px;
        transition: all 0.8s ease-in-out;
    }
    .logo{
        color: transparent;
        position: relative;
        top: 8px;
        transition: all 0.8s ease-in-out;
    }
    .logo::before{
        content: "";
        background: url(../Images/logo_kt_white.svg);
        width: 60px;
        height: 60px;
        display: block;
        transition: all 0.8s ease-in-out;
        background-repeat: no-repeat;
    }
    .logo .logo-brand{
        display: none;
        color: #eee;
    }
    .logo:hover:before{
        display: none;
    }
    .logo:hover .logo-brand{
        display: block;
    }
}
#header::after {
    content: "";
    position: absolute;
    top: -12px;
    left: -30%;
    width: 170%;
    height: 100px;
    z-index: -1;
    background: #474747;
    transform: rotate(-2deg);
    transition: all 0.8s ease-in-out;
    transform-origin: center;
    max-height: 100px;
    border-bottom: 1px solid var(--primary);
}
#header.small{
    box-sizing: border-box;
    background: radial-gradient(circle at 100% 0,#454545,#474747);
    top: 0;
    position: fixed;
    width: 100%;
    margin-left: 0;
    left: 0;
    transition: all 0.8s ease-in-out;
    .navbar{
        height: 75px;
        transition: all 0.8s ease-in-out;
        padding: 0 10px;
    }
    .logo{
       top: 0;
        transition: all 0.8s ease-in-out;
    }
    .logo:before {
        width: 50px;
        height: 50px;
        transition: all 0.8s ease-in-out;
    }
    .icon-menu{
        margin-top: 0;
        transition: all 0.8s ease-in-out;
    }
    .navbar-toggler{
        padding-right: 2px;
    }
}
#header.small::after {
    transform: rotate(0deg);
    height: 90px;
    top: -12px;
    transition: all 0.8s ease-in-out;
}
.small{
    font-size: unset;
}
/*Navigation*/
.nav{
    position: relative;
    padding: 0;
}
.navbar-expand-md .navbar-nav{
    .nav-link{
        padding-top: 35px;
        padding-bottom: 12px;
        padding-left: 10px;
        padding-right: 10px;
        color: var(--white);
        text-decoration: none;
        font-size: 1.4em !important;
        top: 13px;
        text-transform: uppercase;
        font-weight: 500;
    }
    .nav-link.is-active.is-current, .nav-link.is-active, .nav-link:hover, .nav-link.dropdown-toggle.show{
        color: var(--primary);
        text-shadow: 2px 2px 5px rgb(0 0 0 / 0.2);
        padding-right: 10px;
        padding-left: 10px;
        background-color: transparent;
    }
    .dropdown-item:focus, .dropdown-item:hover {
        background-color: transparent;
    }
    .dropdown-menu.submenu{
        margin-left: 20px !important;
        margin-bottom: 20px !important;
        .nav-link{
            font-size: 1.2em !important;
        }
    }
}
.dropdown-toggle::after{
    display: inline-block;
    content: "";
    margin-left: 0.4em;
    vertical-align: 0.15em;

    /* Größe des Pfeils */
    width: 0.4em;
    height: 0.4em;

    /* Nur rechter und unterer Rahmen für die Kontur */
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    border-top: 0;
    border-left: 0;

    /* Drehung um 45 Grad ergibt die Pfeilform nach unten */
    transform: rotate(-45deg);
    transition: all 0.8s ease-in-out;
}
.dropdown-toggle.show::after{
    vertical-align: 0.23em;
    transform: rotate(45deg);
    transition: all 0.8s ease-in-out;
}
/*Burger Menu*/
.icon-menu {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 25px;
    vertical-align: middle;
    fill: none;
    float: right;
    transition: all 0.3s ease-in-out;

    .line {
        position: absolute;
        left: 0;
        display: block;
        width: 100%;
        height: 2px;
        border-radius: 0;
        -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1.000);
        -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1.000);
        -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1.000);
        transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1.000);
        -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
        -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
        -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
        background-color: #ffffff;
    }
    .line-1 {
        top: 0;
    }
    .line-2 {
        top: 50%;
        margin-top: -1.5px;
    }
    .line-3 {
        bottom: 0;
    }
}
.icon-menu:hover{
    transform: scale(0.9);
}
.icon-menu.is-active{
    .line-1 {
        -webkit-transform: translateY(12px) translateX(0) rotate(45deg);
        -moz-transform: translateY(12px) translateX(0) rotate(45deg);
        transform: translateY(12px) translateX(0) rotate(45deg);
    }
    .line-2 {
        opacity: 0;
    }
    .line-3 {
        -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
        -moz-transform: translateY(-11px) translateX(0) rotate(-45deg);
        transform: translateY(-11px) translateX(0) rotate(-45deg);
    }
}
.navbar-toggler{
    transition: all 0.8s ease-in-out;
    border: 0;
}
.navbar-toggler:focus{
    box-shadow: none;
}
/*Header Ende*/
/*Startseite*/
#c109{
    height: 100vh;
    align-items: center;
    display: flex;
    text-align: center;
}
/*Kontaktseite mit Volllbild*/
img.fullimage.kontakt {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    max-height: 100vh;
    object-fit: cover;
}
/*Formular Kontaktseite*/
.frame-type-form_formframework {
    background: linear-gradient(163deg,#ff9431 20%, #d90e64 80%);;
    padding: 60px 40px 40px;
    border-radius: 2px;
    color: var(--white);
    box-shadow: 10px 10px 13px -7px rgba(0,0,0,0.16);
    -webkit-box-shadow: 10px 10px 13px -7px rgba(0,0,0,0.16);
    -moz-box-shadow: 10px 10px 13px -7px rgba(0,0,0,0.16);
    clip-path: polygon(
        0 3.5%,     /* links etwas tiefer */
        100% 0%,  /* rechts höher */
        100% 100%,
        0 100%
    );
}
#c162{
    display: none;
}
form{
    max-width: 540px;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
    .form-label{
        margin-bottom: 2px;
    }
    .clearfix #c162{
        display: block;
    }
    .actions .btn-primary{
        background-color: #474747;
        border-color: #474747;
        color: var(--white);
        margin-top: 2rem;
        transition: all 0.3s ease-in-out;
        &:hover{
            background-color: #474747;
            transform: scale(1.03);
            transition: all 0.3s ease-in-out;
        }
    }
}
/*.form-group{*/
/*    margin-top: 15px;*/
/*}*/

/*.btn-toolbar {*/
/*    justify-content: end;*/
/*    margin-top: 20px;*/
/*}*/
/*.btn-toolbar button{*/
/*    background-color: #00385c;*/
/*    color: var(--white);*/
/*    border-color: #00385c;*/
/*}*/
/*.btn-toolbar button:hover {*/
/*    color: var(--white);*/
/*    background-color: #00385c;*/
/*    border-color: #00385c;*/
/*}*/
/*Leistungen Slider*/
.browser-mockup {
    min-height: 600px;
    border-top: 2em solid #48758A;
    box-shadow: 0 0.1em 1em 0 rgba(0, 0, 0, 0.4);
    position: relative;
    width: 100%;
    background: white;
    color: #1c1c1c;
}
.browser-mockup:before {
    display: block;
    position: absolute;
    content: '';
    top: -1.25em;
    left: 1em;
    width: 0.5em;
    height: 0.5em;
    border-radius: 50%;
    background-color: #f44;
    box-shadow: 0 0 0 2px #f44, 1.5em 0 0 2px #9b3, 3em 0 0 2px #fb5;
}
.browser-mockup.with-tab:after {
    display: block;
    position: absolute;
    content: '';
    top: -2em;
    left: 5.5em;
    width: 20%;
    height: 0em;
    border-bottom: 2em solid white;
    border-left: 0.8em solid transparent;
    border-right: 0.8em solid transparent;
}
.slick-prev::before, .slick-next::before {
    color: var(--primary);
    z-index: 10;
}
.slick-prev:hover::before, .slick-prev:focus::before, .slick-next:hover::before, .slick-next:focus::before {
    opacity: 1;
}
.slick-prev{
    left: 0;
}
.slick-next{
    right: 0;
}
/*.frontslider img{*/
/*    border-radius: 50%;*/
/*}*/
.slider{
    /*.imgWrap .header.col-sm-7 {*/
    /*    margin-top: 50px;*/
    /*}*/
    .imgWrap .header.col-md-7 {
        display: flex;
    }
    blockquote{
        border-left: none;
        background-color: transparent;
        display: inline;
        padding: 0 2rem;
        margin-bottom: 2rem;
    }
    blockquote p{
        font-size: 1.3rem;
        color: var(--primary);
        text-transform: uppercase;
    }
    blockquote p::before {
        content: "";
        display: inline-block;
        width: 17px;
        height: 1px;
        background-color: var(--primary);
        margin-right: 10px;
        vertical-align: middle;
    }
    h2{
        color: var(--white);
        font-weight: 700;
        letter-spacing: 1.5px;
        font-size: 25px;
        line-height: 1.1;
        margin: auto;
    }
    img{
        padding: 35px;
    }
    button.slick-prev{
        bottom: 23px;
        position: absolute;
        top: unset;
        left: unset;
        right: 40px;
    }
    button.slick-next{
        bottom: 23px;
        position: absolute;
        top: unset;
    }
}
/*Zitat links / rechts*/
.zitat{
    h2{
        font-style: italic;
        color: var(--primary);
        font-weight: 400;
    }
    .nopadding{
        height: 140%;
        width: 100%;
        img{
            display: flex;
            border-radius: 50%;
        }
        .cycle{
            padding: 0;
            margin: auto;
            position: relative;
            width: 100%;
            transform-style: inherit;
            height: auto;
        }
    }
    .cycle::after {
        content: '';
        position: absolute;
        width: 300px;
        height: 300px;
        top: 50%;
        left: 50%;
        display: block;
        background-image: var(--background-url);
        background-size: 110%;
        background-position: center;
        background-repeat: no-repeat;
        transform: translate(-50%, -50%) translateZ(-0.08px);
        z-index: -2;
        border-radius: 50%;
    }
}
.news-related-row .slick-prev::before{
    margin-right: 0;
}
.news-related-row .slick-next::before{
    margin-left: 0;
}
/*Startslider*/
/* Container-Struktur */
.startslider{
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background-color: #414141;
    background: radial-gradient(circle at 100% 0,var(--primary), #3d4451);
    margin-top: -70px;
    &::before,
    &::after {
        content: "";
        position: absolute;
        inset: -25%;
        z-index: 0;
        pointer-events: none;
        will-change: transform;
    }
    &::before {
        background:
            radial-gradient(68% 42% at 20% 25%, rgb(72 117 138 / 0.73) 0%, rgba(65,111,134,0) 60%),
            radial-gradient(62% 36% at 82% 72%, rgb(3 67 94 / 0.6) 0%, rgba(3,59,94,0) 62%);
        animation: sliderGradientA 8s ease-in-out infinite alternate;
    }
    &::after {
        background:
            radial-gradient(90% 54% at 92% 8%, rgba(183, 138, 117, 0.53) 0%, rgba(0,56,92,0) 60%),
            radial-gradient(82% 36% at 25% 85%, rgb(62 79 87 / 0.83) 0%, rgba(77,111,134,0) 62%);
        animation: sliderGradientB 13s ease-in-out infinite alternate;
    }
    /* Slides über den Hintergrund heben */
    .slick-list {
        position: relative;
        z-index: 1;
    }
    .slider-item-container {
        position: relative;
        z-index: 1;
        width: 100%;
        min-height: 400px;
        overflow: hidden; /* Verhindert, dass das SVG über den Rand hinausragt */
    }
    .cursor-follower {
        position: absolute;
        top: 0;
        left: 0;
        width: 30px; /* Breite deines SVGs anpassen */
        height: 30px; /* Höhe deines SVGs anpassen */
        pointer-events: none; /* Wichtig: Maus "klickt" durch das SVG hindurch */
        z-index: 10;
        margin-left: -25px; /* - halbe Breite */
        margin-top: -25px;  /* - halbe Höhe */
        transition: opacity 0.3s ease; /* Weiches Einblenden */
    }
    .content-wrapper {
        position: relative;
        z-index: 2;
    }
    .col-md-6{
        align-content: center;
    }
    .slick-next {
        top: 95%;
        right: 50px !important;
        z-index: 100;
    }
    .slick-prev {
        top: 95%;
        right: 100px !important;
        left: unset !important;
        z-index: 100;
    }
    .sliderWrap .inner{
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 1rem;
    }
    .sliderWrap h1, .slider-header{
        color: var(--white);
        font-size: 2.3rem;
        font-weight: 600;
        margin: 0;
    }
    .sliderWrap h2, .slider-subheader{
        color: var(--white);
        font-size: 1.6rem;
        font-weight: 300;
        margin: 0;
        b{
            font-weight: 500;
        }
    }
    .slider-text{
        color: #e6e6e6;
        font-size: 1.15rem;
        line-height: 1.6;
        max-width: 60ch;
        p:last-child{
            margin-bottom: 0;
        }
    }
    /*.custom-tooltip{*/
    /*    --bs-tooltip-bg: var(--primary) !important;*/
    /*    --bs-tooltip-color: #f0f6f8 !important;*/
    /*}*/
    /*[data-bs-toggle="tooltip"] {*/
    /*    cursor: pointer;*/
    /*}*/
}
/*Farbdefinitionen Hintergrund*/
.startslider.color-1 {
    background-color: #df9e61;
    background: radial-gradient(circle at 100% 0, #d5427c, #df9e61);
    &::before {
        background: radial-gradient(68% 42% at 20% 25%, rgb(230 20 109 / 0.73) 0%, rgba(65, 111, 134, 0) 60%),
        radial-gradient(62% 36% at 82% 72%, rgb(198 17 93 / 0.6) 0%, rgba(3, 59, 94, 0) 62%);
        animation: sliderGradientA 8s ease-in-out infinite alternate;
    }
    &::after {
        background: radial-gradient(90% 54% at 92% 8%, rgba(255, 148, 49, 0.53) 0%, rgba(0, 56, 92, 0) 60%),
        radial-gradient(82% 36% at 25% 85%, rgb(255 148 49 / 0.83) 0%, rgba(77, 111, 134, 0) 62%);
        animation: sliderGradientB 13s ease-in-out infinite alternate;
    }
    .btn.projekte {
        background: linear-gradient(to right, #e6146d 0%, #e6146d 33%, #355764 66%, #355764 100%);
        background-size: 300% 100%;
        background-position: 99% 0;
    }
}
.startslider.color-2 {
    background: -moz-linear-gradient(163deg,#1762d4 20%, #9e273a 80%);
    background-color: #3159a8;
    background: radial-gradient(circle at 100% 0, #9e273a, #3159a8);
    &::before {
        background: radial-gradient(68% 42% at 20% 25%, rgb(177 40 62 / 0.73) 0%, rgba(65, 111, 134, 0) 60%),
        radial-gradient(62% 36% at 82% 72%, rgb(128 34 33 / 0.6) 0%, rgba(3, 59, 94, 0) 62%);
        animation: sliderGradientA 8s ease-in-out infinite alternate;
    }
    &::after {
        background: radial-gradient(90% 54% at 92% 8%, rgb(51 130 246 / 0.53) 0%, rgba(0, 56, 92, 0) 60%),
        radial-gradient(82% 36% at 25% 85%, rgb(23 88 191 / 0.83) 0%, rgba(77, 111, 134, 0) 62%);
        animation: sliderGradientB 13s ease-in-out infinite alternate;
    }
    .btn.projekte {
        background: linear-gradient(to right, #b78a75 0%, #b78a75 33%, #9e273a 66%, #9e273a 100%);
        background-size: 300% 100%;
        background-position: 99% 0;
    }
}
.startslider.color-3 {
    background: -moz-linear-gradient(163deg,#24a1f6 20%, #c5de2d 80%);
    background-color: #828a4d;
    background: radial-gradient(circle at 100% 0, #458dbd, #828a4d);
    &::before {
        background: radial-gradient(68% 42% at 20% 25%, rgb(228 255 60 / 0.71) 0%, rgba(65, 111, 134, 0) 70%),
        radial-gradient(62% 36% at 82% 72%, rgb(167 191 37 / 0.53) 0%, rgba(3, 59, 94, 0) 72%);
        animation: sliderGradientA 8s ease-in-out infinite alternate;
    }
    &::after {
        background: radial-gradient(90% 54% at 92% 8%, rgba(36, 161, 246, 0.53) 0%, rgba(0, 56, 92, 0) 60%),
        radial-gradient(82% 36% at 25% 85%, rgb(36 161 246 / 0.93) 0%, rgba(77, 111, 134, 0) 62%);
        animation: sliderGradientB 13s ease-in-out infinite alternate;
    }
    .btn.projekte {
        background: linear-gradient(to right, #b78a75 0%, #b78a75 33%, #355764 66%, #355764 100%);
        background-size: 300% 100%;
        background-position: 99% 0;
    }
}
.startslider.color-4 {
    background: -moz-linear-gradient(163deg,#44587c 40%, #925791 80%);
    background-color: #734d72;
    background: radial-gradient(circle at 100% 0, #3b4a67, #734d72);
    &::before {
        background: radial-gradient(68% 42% at 20% 25%, rgb(175 98 174 / 0.73) 0%, rgba(65, 111, 134, 0) 60%),
        radial-gradient(62% 36% at 82% 72%, rgb(117 68 116 / 0.6) 0%, rgba(3, 59, 94, 0) 62%);
        animation: sliderGradientA 8s ease-in-out infinite alternate;
    }
    &::after {
        background: radial-gradient(90% 54% at 92% 8%, rgb(21 93 207 / 0.56) 0%, rgba(0, 56, 92, 0) 60%),
        radial-gradient(82% 36% at 25% 85%, rgb(45 69 113 / 0.83) 0%, rgba(77, 111, 134, 0) 62%);
        animation: sliderGradientB 13s ease-in-out infinite alternate;
    }
    .btn.projekte {
        background: linear-gradient(to right, #1f458c 0%, #1f458c 33%, #b78a75 66%, #b78a75 100%);
        background-size: 300% 100%;
        background-position: 99% 0;
    }
}
.startslider.color-1, .startslider.color-2, .startslider.color-3, .startslider.color-4{
    .btn.projekte:hover {
        /* Schiebt den Hintergrund nach ganz links (Position 0%),
           wodurch das Blau sanft von links nach rechts reinwandert */
        background-position: 1% 0;
        transform: scale(0.95);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }
}
h2{
    font-size: 1.6rem;
}
@keyframes eraserAnimation {
    0% { --x: 20%; --y: 20%; }
    50% { --x: 80%; --y: 80%; }
    100% { --x: 20%; --y: 20%; }
}
/* Sanfte Bewegung der radialen Verläufe im Startslider */
@keyframes sliderGradientA {
    0%   { transform: translate3d(0, 0, 0) scale(1); }
    50%  { transform: translate3d(8%, -6%, 0) scale(1.2); }
    100% { transform: translate3d(-30%, 40%, 0) scale(1.04); }
}
@keyframes sliderGradientB {
    0%   { transform: translate3d(0, 0, 0) scale(1.05); }
    50%  { transform: translate3d(-8%, 6%, 0) scale(1); }
    100% { transform: translate3d(10%, -10%, 0) scale(1.2); }
}
@media (prefers-reduced-motion: reduce) {
    .startslider::before,
    .startslider::after {
        animation: none;
    }
}
/*!*Sidemneu*!*/
/*.side-menu-description {*/
/*    background: #525252;*/
/*    border-radius: 4px;*/
/*    padding: 14px 16px;*/
/*    margin-bottom: 24px;*/
/*    font-size: 1rem;*/
/*    color: var(--white);*/
/*    line-height: 1.6;*/
/*}*/
/*.side-menu-bee-metaphor {*/
/*    background: #525252;*/
/*    border-radius: 4px;*/
/*    padding: 14px 16px;*/
/*    margin-bottom: 24px;*/
/*    font-size: 1rem;*/
/*    color: var(--white);*/
/*    line-height: 1.6;*/
/*}*/
/*.side-menu-bee-metaphor p{*/
/*    font-size: 1rem;*/
/*}*/
/*.bee-icon-img {*/
/*    width: 24px;*/
/*    height: 24px;*/
/*    margin-bottom: 5px;*/
/*}*/
/*Startslider*/
/*Footer*/
footer{
    background: radial-gradient(circle at 100% 0,var(--primary),#00385c);
    color: #e6e6e6;
    position: fixed;
    z-index: -2;
    height: auto;
    padding-top: 100px;
    bottom: 0;
    padding-bottom: 50px;
    .nav-link, p, a{
        font-size: 1.1rem !important;
        color: #e6e6e6;
    }
    a.nav-link:hover{
        background: none;
        text-shadow: none;
    }
    svg{
        width: 20%;
        max-width: 80px;
    }
    &::before, &::after {
        content: "";
        position: absolute;
        inset: -25%;
        z-index: -1;
        pointer-events: none;
        will-change: transform;
    }
    &::before {
        background:
            radial-gradient(68% 42% at 20% 25%, rgb(72 117 138 / 0.73) 0%, rgba(65,111,134,0) 60%),
            radial-gradient(62% 36% at 82% 72%, rgb(3 67 94 / 0.6) 0%, rgba(3,59,94,0) 62%);
    }
    &::after {
        background:
            radial-gradient(90% 54% at 92% 8%, rgba(183, 138, 117, 0.53) 0%, rgba(0,56,92,0) 60%),
            radial-gradient(82% 36% at 25% 85%, rgb(62 79 87 / 0.83) 0%, rgba(77,111,134,0) 62%);
    }
    .icons .footer-logo {
        display: block;
        margin-left: 0;   /* Verhindert automatisches Zentrieren */
        margin-right: auto;
        max-width: 130px;
        width: auto;
    }
}
/*Footer Ende*/
/*Tabelle*/
.table{
    --bs-table-bg: transparent;
    --bs-table-color: var(--white);
    --bs-table-border-color: var(--primary);
    background-color: transparent;
    color: var(--white);
    border-color: var(--white);
}
/*Social Icons & Footer Icons*/
.icons ul{
    .info-icon{
        width: 25px;
        filter: invert(90%);
        cursor: pointer;
        transition: filter 0.3s ease-in-out;
    }
    .info-icon:hover, .footer-logo:hover{
        filter: brightness(0) saturate(100%) invert(62%) sepia(21%) saturate(836%) hue-rotate(338deg) brightness(96%) contrast(88%);
    }
}
/*Content Block Accordion*/
.accordion-element{
    .accordion-item{
        background: transparent;
        color: var(--white);
        border: none;
        border-top: 1px solid white !important;
        border-radius: 0 !important;
    }
    .accordion-button, .accordion-button:not(.collapsed){
        background: transparent;
        color: var(--white);
        box-shadow: none;
        border: none;
        font-size: 1.4rem;
        font-weight: 300;
        text-transform: uppercase;
        padding: 1.8rem 1rem;
    }
    .accordion-button::after, .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3Csvg id='Ebene_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.st0%7Bfill:none;stroke:%23f5f5f5;stroke-miterlimit:10;stroke-width:2px;%7D%3C/style%3E%3C/defs%3E%3Cpolyline class='st0' points='14.7 4.6 8 11.4 1.3 4.6'/%3E%3C/svg%3E");
    }
    .accordion-button h3, .accordion-button header{
        font-size: 1.5rem;
        font-weight: 600;
    }
    .accordion-button:not(.collapsed) h3, .accordion-button:not(.collapsed) header{
        font-weight: 500;
    }
    .accordion-button:focus {
        box-shadow: none;
    }
}
/*Content Block Highlightbox*/
.highlightbox {
    padding: 7rem 1rem;
    margin: 0;
    background: radial-gradient(circle at 100% 0,var(--primary),#00385c);
    color: var(--white);
    position: relative;
    overflow: hidden;
    min-height: 40vh;
    justify-content: center;
    display: flex;
    flex-direction: column;
    h3, .text, .link-list{
        position: relative;
        z-index: 1;
    }
    a{
        color: var(--white);
        border: 1px solid var(--white);
        padding: 0.9rem 1.4rem;
        transition: all 0.3s ease-in-out;
        background: transparent;
    }
    a:hover{
        background: var(--white);
        color: var(--primary);
        transition: all 0.3s ease-in-out;
        text-decoration: none;
    }
    &::before, &::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 110%;
        height: 140%;
        z-index: 0;
    }
    &::before {
        background:
            radial-gradient(68% 42% at 20% 25%, rgb(72 117 138 / 0.73) 0%, rgba(65,111,134,0) 60%),
            radial-gradient(62% 36% at 82% 72%, rgb(3 67 94 / 0.6) 0%, rgba(3,59,94,0) 62%);
    }
    &::after {
        background:
            radial-gradient(90% 54% at 92% 8%, rgba(183, 138, 117, 0.53) 0%, rgba(0,56,92,0) 60%),
            radial-gradient(82% 36% at 25% 85%, rgb(62 79 87 / 0.83) 0%, rgba(77,111,134,0) 62%);
    }
}
@media (max-width: 991px) {
    .highlightbox {
        padding: 4rem 3rem;
    }
}
@media (max-width: 575px) {
    .highlightbox {
        padding: 3rem 1.5rem;
    }
}
/*Content Block USP Boxen*/
.usp-box {
    .card{
        background: linear-gradient(to right, #355764 0%, #355764 33%, #b78a75 66%, #b78a75 100%);
        background-size: 300% 100%;
        background-position: 99% 0;
        border-color: var(--primary);
        color: var(--white);
        border-radius: 0;
        border-width: 2px;
        transition: all 0.5s ease-in-out;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        padding: 1rem;
        p.link-text{
            text-decoration: underline;
            color: #355764;
            transition: all 0.5s ease-in-out;
        }
    }
    .card:hover{
        border-color: #355764;
        transition: all 0.5s ease-in-out;
        background-position: 1% 0;
        transform: scale(1.03);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        p.link-text{
            text-decoration: underline;
            color: var(--primary);
            transition: all 0.5s ease-in-out;
            font-weight: 500;
        }
    }
    h4{
        text-transform: uppercase;
        font-weight: 400;
    }
}
/*Projekte*/
#filterButton {
    width: 100%;
    padding: 10px;
    border: 1px solid #cdcd;
    margin: 20px 0;
    color: var(--white);
}
/*.filter-wrapper > button {*/
/*    border: 2px solid var(--primary);*/
/*    color: var(--primary);*/
/*}*/
/*.filter-wrapper > button:hover {*/
/*    border: 2px solid var(--primary);*/
/*    color: var(--white);*/
/*    background: var(--primary);*/
/*}*/
#filterContainer{
    padding: 0;
}
#filterContainer, #filterContainerDesktop{
    box-sizing: border-box;
    button{
        font-weight: 300;
        border: 2px solid #4d4d4d;
        box-sizing: border-box;
        color: #eee;
        background: #3c3c3d;
        margin-top: 0.5rem;
        margin-right: 0.5rem;
    }
    button.active{
        color: var(--white);
        border-radius: 5px;
    }
    button.all:hover{
        border: 2px solid var(--primary);
    }
    button.all.active{
        background: var(--primary);
        border-color: #4d4d4d;
    }
    button.Webentwicklung:hover{
        border: 2px solid #925791;
    }
    button.Webentwicklung.active{
        background: linear-gradient(163deg,#44587c 40%, #925791 80%);
        background: -webkit-linear-gradient(163deg,#44587c 40%, #925791 80%);
        background: -moz-linear-gradient(163deg,#44587c 40%, #925791 80%);
    }
    button.Webdesign:hover{
        border: 2px solid #24a1f6;
    }
    button.Webdesign.active{
        background: linear-gradient(163deg,#24a1f6 20%, #c5de2d 80%);
        background: -webkit-linear-gradient(163deg,#24a1f6 20%, #c5de2d 80%);
        background: -moz-linear-gradient(163deg,#24a1f6 20%, #c5de2d 80%);
    }
    button.Werbetechnik:hover{
        border: 2px solid #ff9431;
    }
    button.Werbetechnik.active{
        background: linear-gradient(163deg,#ff9431 20%, #d90e64 80%);
        background: -webkit-linear-gradient(163deg,#ff9431 20%, #d90e64 80%);
        background: -moz-linear-gradient(163deg,#ff9431 20%, #d90e64 80%);
    }
    button.Gestaltung:hover{
        border: 2px solid #9e273a;
    }
    button.Gestaltung.active{
        background: linear-gradient(163deg,#1762d4 20%, #9e273a 80%);
        background: -webkit-linear-gradient(163deg,#1762d4 20%, #9e273a 80%);
        background: -moz-linear-gradient(163deg,#1762d4 20%, #9e273a 80%);
    }
    button.active:hover{
        border-color: var(--white);
    }
}
/*filterDiv sind die zu filternden Elemente (Newseinträge)*/
.filterDiv {
    display: none;
    transition:  all 0.3s ease;
    opacity: 0;
    transform: translateY(20px);
    margin-left: 40px;
    width: 80vw;
    h2{
        font-style: italic;
        color: var(--primary);
        font-weight: 400;
    }
    .accordion-item{
        background-color: transparent;
        border: none;
        color: var(--white);
    }
    .accordion-button{
        background-color: transparent;
        color: var(--white);
        border: none;
    }
    .accordion-button::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23f5f5f5' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
    }
}
.filterDiv.show {
    display: block;
    opacity: 1;
    transform: translateY(0);
    transition: all 0.3s ease;
    .accordion-item{
        background-color: transparent;
        border: none;
    }
    .accordion-button:not(.collapsed) {
        color: var(--white);
        background-color: transparent;
        box-shadow: none;
        outline: none;
    }
}
#c58, #c125{
    p:first-child::before{
        content: "";
        display: inline-block;
        width: 17px;
        height: 1px;
        background-color: var(--primary);
        margin-right: 10px;
        vertical-align: middle;
    }
    p:first-child{
        color: var(--primary);
    }
}
.news-backlink-wrap a, .news-backlink-wrap a svg, .news-backlink-wrap a span{
    color: #cbcbcb;
    text-decoration: none;
    transition: color 1s ease;
}
.news-backlink-wrap a:hover svg, .news-backlink-wrap a:hover span{
    color: #9f9f9f;
    transition: color 1s ease;
}
.header-kunden, .news-backlink-wrap{
    text-align: center;
}
#c111{
    #news-container-17::before{
        content: "";
        position: absolute;
        height: 99%;
        width: 4px;
        margin-left: 20px;
        top: 0;
        bottom: 0;
    }
    #news-container-17.news-list-view{
        position: relative;
    }
    #news-container-17 .news-img-wrap::before {
        content: "";
        display: block;
        width: 38px;
        height: 38px;
        border-radius: 50%;
        margin-top: 15px;
        margin-bottom: 15px;
        position: relative;
        top: 50%;
        left: -49px;
        border: 5px solid #4d4d4d;
    }
    #news-container-17::before, #news-container-17 .news-img-wrap::before, #news-container-17 .accordion::before{
        background-color: var(--primary);
    }
    #news-container-17.webentwicklung::before, #news-container-17.webentwicklung .news-img-wrap::before, #news-container-17.webentwicklung .accordion::before{
        background: linear-gradient(163deg,#44587c 40%, #925791 80%);
        background: -webkit-linear-gradient(163deg,#44587c 40%, #925791 80%);
        background: -moz-linear-gradient(163deg,#44587c 40%, #925791 80%);
    }
    #news-container-17.webdesign::before, #news-container-17.webdesign .news-img-wrap::before, #news-container-17.webdesign .accordion::before{
        background: linear-gradient(163deg,#24a1f6 20%, #c5de2d 80%);
        background: -webkit-linear-gradient(163deg,#24a1f6 20%, #c5de2d 80%);
        background: -moz-linear-gradient(163deg,#24a1f6 20%, #c5de2d 80%);
    }
    #news-container-17.werbetechnik::before, #news-container-17.werbetechnik .news-img-wrap::before, #news-container-17.werbetechnik .accordion::before{
        background: linear-gradient(163deg,#ff9431 20%, #d90e64 80%);
        background: -webkit-linear-gradient(163deg,#ff9431 20%, #d90e64 80%);
        background: -moz-linear-gradient(163deg,#ff9431 20%, #d90e64 80%);
    }
    #news-container-17.gestaltung::before, #news-container-17.gestaltung .news-img-wrap::before, #news-container-17.gestaltung .accordion::before{
        background: linear-gradient(163deg,#1762d4 20%, #9e273a 80%);
        background: -webkit-linear-gradient(163deg,#1762d4 20%, #9e273a 80%);
        background: -moz-linear-gradient(163deg,#1762d4 20%, #9e273a 80%);
    }
}
/*Projekte Ende*/
/*Blogbeiträge*/
.news{
    .article .news-img-wrap{
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 0 !important;
        background: none !important;
    }
    .article .news-img-wrap a{
        border: none;
        padding: 14px;
        overflow: hidden;
        display: block;
        transition: border 0.3s ease, box-shadow 0.3s ease;
        border-radius: 50%;
    }
    .article .news-img-wrap:hover a{
        border: 1px solid #eee;
        box-shadow: 0 0 9px 0 rgba(0,0,0,0.15);
        -webkit-box-shadow: 0 0 9px 0 rgba(0,0,0,0.15);
        -moz-box-shadow: 0 0 9px 0 rgba(0,0,0,0.15);
    }
    .article .news-img-wrap a img {
        width: 100% !important;
        display: block;
    }
    /*Top Beiträge */
    .card.top {
        overflow: hidden;
        position: relative;
        transition: box-shadow 0.3s ease-in-out;
        border: 0;
        padding: 0;
        p {
            margin-bottom: 0;
        }
        .card-img-overlay {
            color: #fff;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            padding: 1rem;
            background: linear-gradient(
                to bottom,
                rgba(0, 0, 0, 0) 0%,
                rgba(0, 0, 0, 0.3) 20%, /* Heller */
                rgba(0, 0, 0, 0.7) 100% /* Heller */
            );
            transition: background 0.3s ease-in-out;
            z-index: 1;
            .hover-up {
                width: 100%;
                transform: translateY(0);
                transition: transform 0.6s ease-in-out;
                position: relative;
                z-index: 2;
                .card-title {
                    margin-bottom: 0.5rem;
                }
                .card-title a {
                    color: inherit;
                    text-decoration: none;
                }
                .card-title a:hover {
                    text-decoration: none;
                }
                .card-text {
                    height: 41%;
                    overflow: hidden;
                    position: relative;
                    transition: max-height 0.6s ease-in-out, opacity 0.6s ease-in-out, height 0.6s ease-in-out, mask-image 0.8s;
                    mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
                    -webkit-mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
                }
            }
            .card-footer {
                padding: 0;
                margin: 0;
                position: relative;
                z-index: 3;
                box-shadow: none;
                .news-list-author::after {
                    content: " · ";
                    margin: 0 3px;
                }
            }
        }
    }
    .card.top:last-child {
        margin-bottom: 20px !important;
    }
    .card.top:hover {
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);

        .card-img-overlay .hover-up {
            transform: translateY(-15px);
            .card-text {
                height: 100%;
                text-shadow: none;
                transition: max-height 0.6s ease-in-out, opacity 0.6s ease-in-out, height 0.6s ease-in-out, mask-image 0.8s;
                mask-image: linear-gradient(to bottom, black 100%, transparent 1%);
                -webkit-mask-image: linear-gradient(to bottom, black 100%, transparent 1%);
            }
        }
    }
    /*Beiträge Normal*/
    .card{
        padding: 15px;
        border-radius: 3px;
    }
    .card-img-overlay{
        border-radius: 3px !important;
    }
    .card.article {
        position: relative;
        border-radius: 3px !important;
        margin-bottom: 1.5rem !important;
        transition: all 0.3s ease-in-out;
        background-color: transparent;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        .col-4 {
            overflow: hidden;
        }
        .col-4 img, .col-4 a {
            border-radius: 3px !important;
            display: block;
            width: 100%;
            height: auto;
        }
        .card-body {
            padding: 0 1rem;
        }
        .card-title {
            margin-top: 0;
            margin-bottom: 0.5rem;
        }
        .card-title a, .card-title a:hover {
            color: var(--white);
            text-decoration: none;
        }
        .card-text {
            display: none;
        }
        .card-footer {
            background-color: transparent;
            border: none;
            padding: 0 1rem;
            .news-list-author::after {
                content: " · ";
                margin: 0 3px;
            }
        }
        .card-footer p, .news-list-author, .news-list-date {
            color: var(--primary);
            font-size: 0.8rem;
        }
        .card-body .reading-time {
            color: var(--primary);
            font-size: 0.8rem;
            margin-bottom: 0.25rem;
        }
    }
    .card.article:hover {
        transform: scale(1.03);
        transition: all 0.3s ease-in-out;
    }
}
/*Detail Blog Blogbeiträge*/
.news-container-42{
    .breadcrumb{
        margin-bottom: 40px;
        a, span {
            text-decoration: none;
            color: var(--white);
        }
        .breadcrumb-separator{
            margin: 0 5px;
        }
        .breadcrumb-separator:after{
            content: '';
            background-image: url('/fileadmin/kreativteam/noun-right.svg');
            display: block;
            height: 12px;
            width: 16px;
            background-position: center;
            background-size: contain;
            margin-top: 9px;
        }
        .breadcrumb-active-page {
            color: var(--primary);
            font-size: 1.2rem;
        }
    }
    .footer{
        border-top: none !important;
        color: var(--white) !important;
        span {
            padding-right: 0 !important;
            margin-right: 0 !important;
            border-right: none !important;
        }
    }
    .news-img-wrap {
        width: 100% !important;
        float: none !important;

        img{
            width: 100% !important;
            height: 100% !important;
            max-height: 400px;
            object-fit: cover;
        }
    }
    .news-text-wrap {
        margin-top: 40px;
    }
}
@media(max-width: 430px){
    .card.top .card-img-overlay .card-text {
        height: 2.5rem;
        transition: max-height 0.6s ease-in-out, opacity 0.6s ease-in-out, height 0.6s ease-in-out, mask-image 0.8s;
    }
    .card.top:hover .card-img-overlay .card-text {
        height: 5.87rem;
        transition: max-height 0.6s ease-in-out, opacity 0.6s ease-in-out, height 0.6s ease-in-out, mask-image 0.8s;
    }
    .card.top .card-footer{
        display: none;
    }
}
@media(max-width: 576px){
    .cycle{
        border-radius: 50%;
        padding: 20px;
    }
    .top-news-img-wrap.img-logo {
        position: fixed;
        z-index: 100;
        width: 2%;
        top: 2%;
        margin-left: 9px;
        img.img-fluid{
            border-radius: 50%;
        }
    }
}
@media(min-width: 576px){
    .ce-textpic .ce-bodytext blockquote p{
        width: 70%;
        font-size: 35px;
    }
    #Content{
        margin-bottom: 610px;
    }
    .startslider .container{
        padding: 0 1.5rem;
    }
    .cycle{
        border-radius: 50%;
    }
    form{
        --bs-gutter-x: 3rem;
    }
}
@media(min-width: 576px)and (max-width :768px){
    .cycle::after {
        width: 400px;
        height: 400px;
    }
    .top-news-img-wrap.img-logo {
        top: 15px;
        position: fixed;
        z-index: 100;
        width: 2%;
        margin-left: 15px;
        img.img-fluid{
            border-radius: 50%;
        }
    }
}
@media(max-width: 768px){
    /*Header Navbar Menu mit Dropdown*/
    #navbarNavDropdown{
        padding-top: 15px;
        width: 100vw;
        min-height: 92vh;
        /*border-top: 1px solid var(--primary);*/
        margin-top: 20px;
        position: relative;
    }
    #nav-header{
        height: 85%;
    }
    .navbar-nav{
        padding: 0;
        margin: 0;
    }
    .navbar-expand-md .navbar-nav {
        padding-bottom: 20px;
        padding-top: 0;
        line-height: 20px !important;

        .nav-item > .dropdown-menu {
            transform: none !important;
            position: static !important;
            background-color: transparent;
            border: 0;
            padding: 0;
            .dropdown-container {
                padding-left: 0;
            }
            .nav-link {
                text-transform: none;
                font-weight: 300;
                padding-top: 10px;
            }
            .submenu{
                margin-left: 30px !important;
                margin-bottom: 20px !important;
                border-left: 1px solid var(--primary);
                border-radius: 0;
                padding-left: 15px;
                .nav-link{
                    padding-top: 5px;
                }
                li:first-of-type .nav-link{
                    padding-top: 0;
                    margin-top: 5px;
                }
                li:last-of-type .nav-link{
                    padding-bottom: 0;
                    margin-bottom: 10px;
                }
            }
        }
    }
    .icons ul .info-icon{
        width: 30px;
    }
    .nopadding {
        padding-bottom: 30px;
    }
    /*img.fullimage.kontakt {*/
    /*    margin-top: 100px;*/
    /*}*/
    .image-grid{
    }
    .image-grid .slick-list{
        overflow: visible;
    }
    .image-grid .slick-track {
        margin-left: -56%;
    }
    .image-grid .slick-slide{
        margin: 0 10px;
    }
    .image-grid .slick-dots{
        margin-top: -40px;
        bottom: unset;
    }
    .image-grid .top-news-wrapper.slick-cloned[data-slick-index="-1"] {
        opacity: 0 !important;
    }
    .image-grid .grid-item span{
        margin: 20px;
        top: -60px;
        position: relative;
        transition: margin 0.6s ease-in-out, opacity 0.6s ease-in-out, text-shadow 0.6s ease-in-out;
        text-shadow: 23px 2px 50px rgba(255,255,255,0.58);
        color: var(--white);
        cursor: pointer;
    }
    .news .article .top-news-img-wrap a img{
        object-fit: cover;
    }
    #c111 #news-container-17 .news-img-wrap::before {
        left: -53px;
    }
    .filterDiv {
        padding-right: 0;
        width: calc(100% - 40px);
    }
    .d-md-none .filterDiv img{
        border-radius: 50%;
    }
    .accordion-item{
        border-color: #33353a;
    }
    .zitat .sliderimage img{
        border-radius: 50%;
    }
    #c111 #news-container-17 .accordion::before {
        content: "";
        display: block;
        width: 38px;
        height: 38px;
        border-radius: 50%;
        margin-top: 30px;
        position: absolute;
        left: -38px;
        border: 5px solid #4c4c4c;
    }
    #c111 #news-container-17 .accordion{
        --bs-primary-bg-subtle: var(--white);
    }
    #c111 #news-container-17 .accordion-button:focus {
        box-shadow: 0 0 0 0.25rem rgb(255 255 255 / 0.3);
    }
}
@media(min-width: 768px){
    [class*="frame-space-before-"] {
        &[class*="small"]       { margin-top: 3rem; }
        &[class*="extra-small"] { margin-top: 2rem; }
        &[class*="medium"]      { margin-top: 5rem; }
        &[class*="large"]       { margin-top: 7rem; }
        &[class*="extra-large"] { margin-top: 9rem; }
    }
    [class*="frame-space-after-"] {
        &[class*="small"]       { margin-bottom: 3rem; }
        &[class*="extra-small"] { margin-bottom: 2rem; }
        &[class*="medium"]      { margin-bottom: 5rem; }
        &[class*="large"]       { margin-bottom: 7rem; }
        &[class*="extra-large"] { margin-bottom: 9rem; }
    }
    .frame-ruler-before{
        padding-left: 40px;
    }
    .frame-ruler-after{
        padding-right: 40px;
    }
    section{
        margin: 4rem 0;
    }
    #header{
        position: fixed;
    }
    #header::after {
        transform: rotate(-1.3deg);
        border-bottom: 1px solid var(--primary);
    }
    #header.small{
        #navbarNavDropdown{
            margin-top: 0;
        }
    }
    .dropdown-toggle::after{
        content: none;
    }
    .nav{
        top: 0;
    }
    #nav-header{
        position: absolute;
        right: 0;
        width: 100%;
        -moz-transition: all 0.8s ease-in-out;
        -webkit-transition: all 0.8s ease-in-out;
        -ms-transition: all 0.8s ease-in-out;
        transition: all 0.8s ease-in-out;
    }
    .navbar-expand-md .navbar-nav{
        justify-content: flex-end;
        margin: 0;
        background-color: transparent;
        padding: 0;
        .nav-link {
            padding-top: 12px;
            font-weight: 300;
        }
        li:last-of-type.nav-item a.nav-link{
            padding-right: 0;
        }
    }
    /* 1. Übergeordneter Container darf NICHT als Bezugspunkt für absolute Positionierung dienen */
    #nav-header{
        position: relative;
        .nav-item.dropdown {
            position: static;
        }
        .nav-item > .dropdown-menu {
            width: 100vw;
            background-color: #474747f5;
            border-top: none;
            border-radius: 0;
            padding: 2rem;
            transform: none;
            border-bottom: 0;
            z-index: -1;
        }
        .dropdown-menu .dropdown-item {
            color: #ffffff;             /* Text weiß */
            background: transparent;
            padding: 0.5rem 1rem;
            white-space: nowrap;
            transition: color 0.2s ease-in-out;
            text-transform: none;
        }
        .dropdown-menu .dropdown-item.child{
            font-weight: 500;
        }
        .dropdown-menu li:last-of-type .dropdown-item.child{
            padding-right: 0;
        }
        .dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus, .dropdown-menu .dropdown-item.is-current, .dropdown-menu .dropdown-item.active {
            color: var(--primary);
            background-color: transparent;
        }
        .dropdown-menu .submenu {
            position: static !important; /* Unter dem jeweiligen Punkt einreihen */
            transform: none !important;
            width: 100%;
            display: block !important; /* Oder Flex-Column */
            background-color: transparent;
            padding: 0;
            box-shadow: none;
            border: none;
            .nav-link {
                font-size: 1.2rem !important;
            }
        }
        .dropdown-menu .submenu{
            margin-left: 20px !important;
            margin-bottom: 20px !important;
            border-left: 1px solid var(--primary);
            border-radius: 0;
            padding-left: 15px;

            .nav-link {
                padding: 0;
            }

            li:first-of-type .nav-link {
                padding-top: 0;
                margin-top: 5px;
            }

            li:last-of-type .nav-link {
                padding-bottom: 0;
                margin-bottom: 10px;
            }
        }
    }
    .dropdown-menu .dropdown-container {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        width: 100%;
        max-height: 400px;
    }

    /* Die Haupt-Kinder (1. Ebene im Dropdown) */
    .dropdown-menu .dropdown-container > .nav-item {
        width: calc(50% - 10px); /* Jede Spalte nimmt etwa die Hälfte ein */
    }
    section.zitat:first-of-type .container {
        padding-top: 70px;
    }
    .zitat h2{
        font-style: italic;
        color: var(--primary);
        font-weight: 400;
        margin-bottom: 20px;
    }
    .nopadding .cycle{
        padding: 0;
        margin: 0;
        width: 90%;
    }
    .slider blockquote{
        margin: auto;
        max-width: 500px;
    }
    .intro{
        margin-top: 50px;
    }
    .news {
        .row-filter{
            margin: 20px 0 20px -15px;
        }
        .news-text-wrap {
            margin-top: 20px;
        }
        .card.article{
            .card-text {
                display: block;
                color: #6c757d;
            }
            .card-footer {
                padding: 0 0 0 1rem;
            }
        }
    }
    #c111{
        #news-container-17::before{
            margin-top: 60px;
        }
        #news-container-17 .news-img-wrap::before {
            position: absolute;
            top: 36px;
            left: -37px;
        }
        #news-container-17 .row{
            margin-bottom: 40px;
        }
    }
    .filterDiv {
        display: none !important;
        transition:  all 0.3s ease;
        transform: translateY(20px);
        margin-left: 40px;
        width: 80vw;
        .row.article {
            padding-left: 40px;
        }
        h2{
            font-style: italic;
            color: var(--primary);
            font-weight: 400;
            margin-bottom: 20px;
        }
    }
    .filterDiv.show {
        display: block !important;
        transform: translateY(0);
        transition: all 0.3s ease;
    }
    .content {
        letter-spacing: 4px;
        line-height: 36px;
        width: 90%;
        font-size: 23px;
        transform: translateZ(-2px) scale(3);
    }
    .image-grid {
        display: grid;
        grid-template-columns: repeat(7, 1fr);
        grid-template-rows: repeat(6, 80px);
        gap: 15px;
        position: relative;
        color: var(--white);
        .item-0 {
            grid-column: 5 / 8;
            grid-row: 1 / 3;
        }
        .item-2 {
            grid-column: 3 / 5;
            grid-row: 1 / 4;
        }
        .item-3 {
            grid-column: 1 / 4;
            grid-row: 4 / 6;
        }
        .item-1 {
            grid-column: 4 / 6;
            grid-row: 4 / 7;
        }
        .item-4 {
            grid-column: 6 / 8;
            grid-row: 3 / 6;
        }
        .grid-item {
            position: relative;
            border-radius: 3px;
        }
        .grid-item span{
            margin: 20px 0;
            top: -60px;
            position: relative;
            transition: margin 0.6s ease-in-out, opacity 0.6s ease-in-out, text-shadow 0.6s ease-in-out;
            opacity: 0;
            text-shadow: 23px 2px 50px rgba(255,255,255,0.58);
            cursor: pointer;
        }
        .grid-item:hover span {
            margin: 20px;
            top: -60px;
            position: relative;
            transition: margin 0.6s ease-in-out, opacity 0.6s ease-in-out, text-shadow 0.6s ease-in-out;
            opacity: 1;
            text-shadow: 23px 2px 50px rgba(255,255,255,0.58);
        }
        .grid-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            transition: box-shadow 0.5s ease-in-out;
        }
        .grid-item:hover img {
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
            -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
            -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
            transition: box-shadow 0.5s ease-in-out;
        }
        .item-0 img, .item-3 img{
            height: 175px;
        }
        .item-1 img, .item-2 img, .item-4 img{
            height: 270px;
        }
    }
    .top-news-img-wrap.img-logo {
        opacity: 0;
        position: absolute;
        z-index: 100;
        width: 70px;
        top: 15px;
        transition: margin 0.6s ease-in-out, opacity 0.6s ease-in-out, text-shadow 0.6s ease-in-out;
        img.img-fluid{
            border-radius: 50%;
            height: auto;
        }
    }
    .grid-item:hover .top-news-img-wrap.img-logo{
        top: 15px;
        margin-left: 15px;
        position: absolute;
        transition: margin 0.6s ease-in-out, opacity 0.6s ease-in-out, text-shadow 0.6s ease-in-out;
        opacity: 1;
        text-shadow: 23px 2px 50px rgba(255,255,255,0.58);
    }
    form {
        max-width: 720px;
        --bs-gutter-x: 6rem;
    }
    .startslider{
        margin-top: -140px;
        svg{
            margin-top: 0;
        }
        #inteos, #bits, #datev, #mercartor{
            filter: saturate(0);
            transition: filter 0.3s ease;
        }
        #inteos:hover, #inteos *:hover, #bits:hover, #bits *:hover, #datev:hover, #datev *:hover, #mercartor:hover, #mercartor *:hover {
            filter: none;
            transition: filter 0.3s ease;
        }
        .sliderWrap .inner{
            margin-top: 45%;
        }
        .sliderWrap h1{
            font-size: 4rem;
        }
        .sliderWrap h2{
            font-size: 3rem;
        }
    }
    .highlightbox {
        padding: 7rem 5rem;
        h3, div{
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
        }
    }
    h1{
        font-size: 3rem;
    }
    h2{
        font-size: 3rem;
    }
}
@media(min-width: 768px) and (max-width: 992px){
    .card.top .card-img-overlay .card-text {
        height: 2.5rem;
        transition: max-height 0.6s ease-in-out, opacity 0.6s ease-in-out, height 0.6s ease-in-out, mask-image 0.8s;
    }
    .card.top:hover .card-img-overlay .card-text {
        height: 5.87rem;
        transition: max-height 0.6s ease-in-out, opacity 0.6s ease-in-out, height 0.6s ease-in-out, mask-image 0.8s;
    }
    .card.top .card-footer{
        display: none;
    }
}
@media (max-width: 992px) {
    .grey-overlay {
        animation: eraserAnimation 8s ease-in-out infinite alternate;
    }
}
@media(min-width: 992px){
    [class*="frame-space-before-"] {
        &[class*="small"]       { margin-top: 4rem; }
        &[class*="extra-small"] { margin-top: 2.5rem; }
        &[class*="medium"]      { margin-top: 8rem; }
        &[class*="large"]       { margin-top: 10rem; }
        &[class*="extra-large"] { margin-top: 13rem; }
    }
    [class*="frame-space-after-"] {
        &[class*="small"]       { margin-bottom: 4rem; }
        &[class*="extra-small"] { margin-bottom: 2.5rem; }
        &[class*="medium"]      { margin-bottom: 8rem; }
        &[class*="large"]       { margin-bottom: 10rem; }
        &[class*="extra-large"] { margin-bottom: 13rem; }
    }
    section{
        margin: 8rem 0;
    }
    #header::after {
        transform: rotate(-1deg);
    }
    #Content{
        margin-bottom: 480px;
    }
    .zitat #code-snippet{
        padding: 20px;
    }
    .cycle{
        padding: 70px;
    }
    .card{
        padding: 30px;
    }
    .card.top .card-img-overlay {
        padding: 2rem;
    }
    figure.image::after {
        height: 80px;
        margin-top: -70px;
    }
    .content {
        letter-spacing: 4px;
        line-height: 40px;
        width: 100%;
        font-size: 25px;
        transform: translateZ(-2px) scale(3);
    }
    #c58 {
        width: 50%;
    }
    .image-grid {
        grid-template-columns: repeat(7, 1fr);
        grid-template-rows: repeat(6, 110px);
        .item-0 {
            grid-column: 5 / 8;
            grid-row: 1 / 3;
        }
        .item-2 {
            grid-column: 3 / 5;
            grid-row: 1 / 4;
        }
        .item-3 {
            grid-column: 1 / 4;
            grid-row: 4 / 6;
        }
        .item-1 {
            grid-column: 4 / 6;
            grid-row: 4 / 7;
        }
        .item-4 {
            grid-column: 6 / 8;
            grid-row: 3 / 6;
        }
        .item-0 img, .item-3 img{
            height: 235px;
        }
        .item-1 img, .item-2 img, .item-4 img{
            height: 360px;
        }
    }
    .frame-type-form_formframework {
        max-width: none;
        margin-left: auto;
        margin-right: auto;
    }
    form{
        max-width: 960px;
        margin-top: 4rem;
        margin-bottom: 2rem;
        .actions{
            width: 50%;
            margin-left: auto;
            padding-left: 0.8rem;
        }
    }
    .highlightbox {
        padding: 7rem 5rem;
        h3, div{
            max-width: 650px;
            margin-left: auto;
            margin-right: auto;
        }
    }
}
@media(min-width: 1200px){
    [class*="frame-space-before-"] {
        &[class*="small"]       { margin-top: 6rem; }
        &[class*="extra-small"] { margin-top: 3rem; }
        &[class*="medium"]      { margin-top: 10rem; }
        &[class*="large"]       { margin-top: 12rem; }
        &[class*="extra-large"] { margin-top: 15rem; }
    }
    [class*="frame-space-after-"] {
        &[class*="small"]       { margin-bottom: 6rem; }
        &[class*="extra-small"] { margin-bottom: 3rem; }
        &[class*="medium"]      { margin-bottom: 10rem; }
        &[class*="large"]       { margin-bottom: 12rem; }
        &[class*="extra-large"] { margin-bottom: 15rem; }
    }
    section{
        margin: 10rem 0;
    }
    .dropdown-menu .dropdown-container {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        max-height: 400px;
        padding: 0 0.7rem;
        justify-content: flex-end;
        gap: 1.5rem;
    }
    .dropdown-menu .dropdown-container > .nav-item {
        width: auto;
    }
    .image-grid {
        grid-template-rows: repeat(6, 130px);
        .item-0 img, .item-3 img{
            height: 275px;
        }
        .item-1 img, .item-2 img, .item-4 img{
            height: 420px;
        }
    }
    form{
        max-width: 1140px;
    }
}
@media(min-width: 1400px){
    .cycle::after {
        width: 400px;
        height: 400px;
    }
    .image-grid {
        grid-template-rows: repeat(7, 160px);
        .item-0 img, .item-3 img{
            height: 335px;
        }
        .item-1 img, .item-2 img, .item-4 img{
            height: 510px;
        }
    }
    form{
        max-width: 1320px;
    }
}

