/* Author: Werbe- und Media- Agentur I. C. Konrad */

/* ========================================
   GLOBAL BASE STYLES
======================================== */
* {

}

body {
    background-color: #fff;
    font-size: 20px;
    hyphens: auto;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    word-wrap: break-word;
    font-family: 'RotisSansSerifW02-Light_743017', sans-serif !important;
    text-align: left;
    line-height: 1.5;
    text-decoration: none;
    color: #000;
    scroll-behavior: smooth;

}

/* ========================================
   HEADINGS & LINKS
======================================== */
a {
    color: #003170;
    margin-bottom: 20px;
    text-decoration: none;
}

.sidemenu a {
    margin: 0 0 -15px 0;
}

p {
    margin: 0 0 0px;
    margin-bottom: 20px;
}

h1 {
    padding-top: 20px;
    padding-bottom: 40px;
    margin-bottom: 20px;
    font-size: 15px;
}

h2 {
    padding-top: 30px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 40px;
    color: #ff9900;
    line-height: 1.5;
}

h3 {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 25px;
    color: #ff9900;
}

h4 {
    font-family: 'RotisSansSerifW02-Bold', sans-serif;
    padding-bottom: 20px;
    margin-top: 40px;
    margin-bottom: 0;
    font-size: 20px;
    color: #003170;
}

.box-videotext h4, .box.home h4 {
    font-family: 'RotisSansSerifW02-Light_743017', sans-serif;
}

h6 img {
    width: 84px;
    padding-top: 20px;
    margin-bottom: -50px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* ========================================
   DARK BOXES & CONTAINERS
======================================== */
.box-dark {
    background-color: #005285;
    color: #fff;
    text-align: center;
    padding: 10px 20px 10px 20px;
    margin: 50px 0 0 0;
}

.box-dark a {
    color: #fff;
    text-decoration: none;
}

.box-fazit{
    background-color: #005285;
    color: #fff;
    padding: 15px;
    margin: 30px 0 30px 0;
}
.box-fazit a{
    color: #fff;
    font-family: 'RotisSansSerifW02-Bold', sans-serif;
}
.box-fazit a:hover{
    color: #aaa;
    font-family: 'RotisSansSerifW02-Bold', sans-serif;
}
.box-expander, .box-expander a {
    background-color: #005285;
    color: #fff;
    padding: 15px;
    margin: 30px -15px -15px -15px;
}

.blog-wrapper .item-image img,
.item-content img {
    width: 100%;
}

.blog-wrapper .btn-secondary {
    background: none;
    border: none;
    color: #23527c;
}

.blog-wrapper h3 a {
    font-size: 20px;
    margin-bottom: 10px;
    color: #ff9900;
}

.blog-featured img {
    width: 100%;
}

.blog-featured .row > * {
    padding: 0;
}

.leading-box-wrapper .item-image img {
    height: 450px;
    overflow: hidden;
}

.blog-featured .items-leading .leading-box-wrapper {
    vertical-align: middle;
    display: table-cell;
    height: 225px;
}

.item-image img {
    width: 100%;
    overflow: hidden;
}

.futurereadylogo img {
    width: 100%;
    margin-top: 70px;
}

@media (max-width: 991px) {
    .futurereadylogo img {
        width: 40%;
        margin: -15px;
    }
}

/* ========================================
   UTILITY CLASSES
======================================== */
.zeilenabstandplus {
    line-height: 1.5;
}

.sprung {
    visibility: hidden;
    height: 0px !important;
    position: absolute;
    margin: -100px;
}

.lightgray {
    background-color: #f6f6f5;
}

.top-bottom-space {
    padding: 50px 0 50px 0;
}

.rightspace {
    padding-right: 40px;
}

.leftspace {
    padding-left: 40px;
}

/* ========================================
   GRID & TILE SYSTEM
======================================== */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    width: 100%;
    gap: 0;
}

.grid-leistung {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    width: 100%;
    gap: 0;
}

/* === TILE WRAPPER === */
.tile-wrapper {
    position: relative;
    overflow: visible;
    z-index: 0;
}

/* === TILE === */
.tile {
    position: relative;
    height: 300px;
    padding: 2rem 1rem 1rem 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: visible;
    color: #fff;
}

@media (max-width: 450px) {
    .tile {
        height: 350px;
    }
}

/* === TILE BACKGROUND LAYERS === */
.tile::before {
    content: "";
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: 0;
    transition: transform 0.3s ease;
    border-radius: inherit;
}

.tile::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0);
    z-index: 1;
}

/* === TILE SERVICE VARIANT === */
.tile-leistung {
    position: relative;
    height: 250px;
    padding: 2rem 1rem 1rem 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    color: #fff;
    border-radius: 30px;
}

@media (max-width: 450px) {
    .tile-leistung {
        height: 250px;
    }
}

.tile-leistung::before {
    content: "";
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: 0;
    transition: transform 0.3s ease;
}

.tile-leistung::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0);
    z-index: 1;
}

/* === TILE CONTENT === */
.tile-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

/* === EXPANDER TEXT === */
.expander h4 {
    margin: 20px 0 10px 0;
}

.expander p {
    margin: 0 0 20px 0;
}

/* === SHORT TEXT === */
.short-text {
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.3;
    color: #fff;
    hyphens: none;
}

.short-text-leistung {
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.4;
    color: #fff;
    hyphens: none;
}

@media (max-width: 360px) {
    .short-text {
        font-size: 1.3rem;
        padding-right: 10px;
    }

    .short-text-leistung {
        font-size: 1.3rem;
        padding-right: 10px;
    }
}

/* === TOGGLE BUTTON === */
.toggle-button {
    background-color: rgba(255, 255, 255, 0.8);
    color: #000;
    line-height: 1.2;
    border-radius: 2px;
    border: none;
    padding: 0.5rem 1rem;
    width: 90%;
    height: 60px;
    cursor: pointer;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    transition: opacity 0.3s ease;
    z-index: 3;
}

.toggle-button:hover {
    opacity: 0.6;
}

/* === EXPANDER PANEL === */
.expander {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #eee;
    padding: 1rem;
    border-top: 1px solid #fff;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.3s ease;
    visibility: hidden;
    color: #555;
    line-height: 1.3;
    z-index: 10;
}

/* === EXPANDER UL === */
.expander ul {
    margin: 0;
    padding: 0 20px 20px;
}

/* === EXPANDED STATE === */
.tile-wrapper.expanded {
    z-index: 1000;
    overflow: visible;
}

.tile-wrapper.expanded .expander {
    transform: scaleY(1);
    visibility: visible;
}


/* === TILE BACKGROUND VARIANTS === */
.back01 .tile::before {
    background-image: url("/images/kachelbilder/farbkacheln.jpg");
}

.back02 .tile::before {
    background-image: url("/images/kachelbilder/farbkacheln2.jpg");
}

.back03 .tile::before {
    background-image: url("/images/kachelbilder/farbkacheln3.jpg");
}

.back04 .tile::before {
    background-image: url("/images/kachelbilder/farbkacheln4.jpg");
}

.back05 .tile::before {
    background-image: url("/images/kachelbilder/farbkacheln5.jpg");
}

.back06 .tile::before {
    background-image: url("/images/kachelbilder/farbkacheln6.jpg");
}

.back07 .tile::before {
    background-image: url("/images/kachelbilder/farbkacheln7.jpg");
}

.back08 .tile::before {
    background-image: url("/images/kachelbilder/farbkacheln8.jpg");
}

.back09 .tile::before {
    background-image: url("/images/kachelbilder/farbkacheln9.jpg");
}

.backleistungbc01 .tile-leistung::before {
    background-image: url("/images/kachelbilder/farbkacheln17.jpg");
}

.backleistungbc02 .tile-leistung::before {
    background-image: url("/images/kachelbilder/farbkacheln18.jpg");
}

.backleistungbc03 .tile-leistung::before {
    background-image: url("/images/kachelbilder/farbkacheln19.jpg");
}

.backleistungbc04 .tile-leistung::before {
    background-image: url("/images/kachelbilder/farbkacheln20.jpg");
}

.backleistungbc05 .tile-leistung::before {
    background-image: url("/images/kachelbilder/farbkacheln21.jpg");
}


/* === VARIANT: ROUNDED === */

.tile-wrapper.rounded {
    padding: 15px;
}

.tile-wrapper.rounded .tile {
    border-radius: 20px;
    overflow: hidden;
    padding: 1.5rem 1.5rem;
    margin: 0;
}

.tile-wrapper.rounded .tile-leistung {
    border-radius: 20px;
    overflow: hidden;
    padding: 1.5rem 1.5rem;
    margin: 0;
}

.tile-wrapper.rounded .toggle-button {
    border-radius: 12px;
    bottom: 25px;
}

.tile-wrapper.rounded .expander {
    border-radius: 20px;
    margin: -15px 0 0 15px;
    width: calc(100% - 30px);
}

/* === VARIANT: SQUARE === */
.tile-wrapper.square .tile {
    border-radius: 0;
    padding: 1.5rem 1rem;
}

.tile-wrapper.square .tile-leistung {
    border-radius: 0;
    padding: 1.5rem 1rem;
}

.tile-wrapper.square .toggle-button {
    border-radius: 2px;
    bottom: 15px;
}

.tile-wrapper.square .expander {
    border-radius: 0;
}

/* ========================================
   MOURNING SECTION
======================================== */
.trauer {
    position: relative;
    border: 2px solid black;
}

.trauer-home-out {
    Background-color: #000;
    margin: 0;
}

.trauerwhite {
    padding: 30px 30px 30px 15px;
}

.trauerwhite-inner {
    border: 1px solid #fff;
    text-align: left;
}

.trauerbild {
    padding: 30px 15px 30px 30px;
    height: auto;
}

.trauerbild img {
    height: auto;
    width: 100%;
}

.trauertext {
    position: absolute;
    Background-color: #000;
    height: auto;
    width: 100%;
    bottom: 0;
    color: #fff;
}

.trauertext p {
    padding: 30px 30px 10px 30px;
    font-size: 20px;
    text-align: center;
}

.trauerwhite p {
    padding: 30px 30px 0px 30px;
    font-size: 20px;
    color: #fff;
}

.trauerwhite h3 {
    font-size: 40px;
    color: #fff;
    padding: 30px 0 0 30px;
    margin: 0;
}

.trauerwhite a {
    color: #fff;
}

@media (max-width: 760px) {
    .trauerwhite {
        padding: 30px;
    }

    .trauerbild {
        padding: 30px;
        max-height: none;
    }
}

@media (max-width: 994px) {
    .rightspace {
        padding-right: 0;
    }

    .leftspace {
        padding-left: 0;
    }
}

@media (max-width: 1080px) {

}

.agenda {
    background-color: #f4f7fa;
    padding: 20px;
    margin-bottom: 30px;
}

.ankerhuelle {
    position: relative;
}

.anker {
    position: absolute;
    top: -100px;
}

.noanker {
    position: relative;
}

/* ========================================
   ARTICLE IMAGES
======================================== */
.artikelbild-full {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.artikelbild-half {
    width: 50%;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.artikelbild-right {
    padding-left: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.artikelbild-zweidrittel {
    width: 75%;
    text-align: center;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.artikelbild-eindrittel {
    width: 25%;
    float: left;
    text-align: left;
    padding-right: 50px;
    padding-top: 10px;
    padding-bottom: 20px;
}

.artikelbild-kundenzentrierung {
    width: 100%;
}

.bildzentrierung {
    display: flex;
    justify-content: center;
    align-items: center;
}

.readmore {
    padding-bottom: 0;
    font-size: 20px;
}

/* ========================================
   FIXED CTA & SCROLL TO TOP
======================================== */
.bookingbox {
    background-color: #005285;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 1000;
    width: 50%;
    transition: background-color 0.2s ease;
}

@media (max-width: 991px) {
    .bookingbox {
        width: 100%;
    }

    .bookingbtn {
        padding: 10px;
        font-size: 16px;
    }

    .scroll-top-box {
        bottom: 50px;
        right: 10px;
    }

    .scroll-top-btn img {
        width: 40px;
    }
}

.bookingbox-inline {
    background-color: #005285;
    width: 100%;
}

.bookingbtn {
    color: #fff;
    text-align: center;
    padding: 14px 10px;
    font-size: 20px;
    line-height: 1;
}

.bookingbtn a {
    color: #fff;
    text-decoration: none;
}

.bookingbox:hover {
    background-color: #003d66;
    cursor: pointer;
}

.bookingbtn a:hover {
    color: #fff;
    text-decoration: none;
}

.scroll-top-box {
    position: fixed;
    right: 20px;
    bottom: 60px;
    z-index: 1001;
}

.scroll-top-btn {
    text-align: center;
    padding: 5px 10px 5px 10px;
}

.scroll-top-btn img {
    width: 60px;
}

.scroll-top-btn a {
    color: #fff;
    text-decoration: none;
}

.scroll-top-btn a:hover {
    color: #999;
    text-decoration: none;
}

#content-top {
    overflow-y: scroll;
    scroll-behavior: smooth;
}

.rotate {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-property: -webkit-transform;
    -ms-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    overflow: hidden;
}

.rotate:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}

/* ========================================
   QUOTES & CHAPTERS
======================================== */
.box-zitat {
    padding: 10px;
    background-color: #f4f7fa;
}

.fulltext {
    font-size: 20px;
}

.kapitel {
    background-color: #f4f7fa;
    height: 200px;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}

.kapitel-inner {
    padding: 60px 30px 30px 30px;
    text-align: center;
}

.kapitel img {
    float: left;
    height: 200px;
}

.kontaktbox-0 {
    width: 28%;
    float: left;
    font-size: 20px;
    margin-right: 7%;
}

.kontaktbox-1 {
    width: 28%;
    float: left;
    font-size: 20px;
    margin-right: 7%;
}

.kontaktbox-2 {
    width: 28%;
    float: left;
    font-size: 20px;
    margin-right: 0%;
}

.pull-none {
    margin-bottom: 20px;
}

.copyright {
}

/* ========================================
   BUTTONS & FORMS
======================================== */
.btn {
    padding-left: 0px;
    margin-left: 0px;
    font-size: 1em;
}


.formContainer .btn {
    padding-left: 12px;
}

.formContainer .btn-primary {
    color: #fff;
    background-color: #005285;
    border-color: #005285;
}

.formContainer .btn-danger {
    color: #fff;
    background-color: #b4051e;
    border-color: #b4051e;
}

/* ========================================
   MASONRY & BLOG LAYOUT
======================================== */

/* Featured leading items - top 3 */
.blog-featured .items-leading .col-lg-9,
.blog-featured .items-leading .col-md-9 {
    padding-right: 0;
    margin-left: -10px;
}

.blog-featured a.btn {
    font-size: 19px;
    color: #003170;
    background: none;
    border: none;
}

.blog-featured {

}

.leading-box-wrapper > .item-image {
    height: 480px;
    overflow: hidden;
}


.leading-box-wrapper > .pull-.left.item-image img {
    width: 100%;
    overflow: hidden;
}

.items-leading img {


}

.img-fulltext-left img {
    width: 100%;
    overflow: hidden;
}

.blog-featured .item-image img {
    margin-bottom: 10px;
}

.blog-featured .items-leading .leading-box-wrapper {
    vertical-align: middle;
    display: table-cell;
    height: 225px;
}

.blog-featured .items-leading .css-cat-yellow-box {
    background: #ffa62e;
    height: 225px;
    font-size: 18px;
    color: #fff;
}

.blog-featured .items-leading .css-cat-blue-box {
    background: #004b70;
    height: 225px;
    font-size: 18px;
    color: #fff;
}

.blog-featured .items-leading h3 {
    margin: 15px 0 15px 0;
    padding: 0;
    line-height: 20px;
    font-size: 16px;
    font-weight: 700;
}

.blog-featured .items-leading h2 {
    margin: 15px 0 15px 0;
    padding: 0;
    line-height: 28px;
    font-size: 23px;
    font-weight: 700;
    color: #004b70;
}

.blog-featured .items-leading .css-cat-yellow-box a {
    color: #fff !important;

}

.blog-featured .items-leading .css-cat-blue-box a {
    color: #fff !important;
    font-size: 15px;
}

.css-cat-blue-box p,
.css-cat-yellow-box p {
    margin: 0;
    padding: 0;
}

.items-articles h3 {
    margin: 15px;
    padding: 0;
    line-height: 16px;
    font-size: 16px;
    font-weight: 700;
}

.items-articles h2 {
    margin: 0 15px 15px 15px;
    padding: 0;
    line-height: 28px;
    font-size: 23px;
    font-weight: 700;
    color: #004b70;
}

.blog-featured .items-leading .css-cat-blue-box h4,
.blog-featured .items-leading .css-cat-blue-box h3,
.blog-featured .items-leading .css-cat-yellow-box h4,
.blog-featured .items-leading .css-cat-yellow-box h3,
.blog-featured .items-leading .css-cat-yellow-box p,
.blog-featured .items-leading .css-cat-blue-box p {
    color: #fff;
    margin: 15px 5px 15px 10px;
    padding: 0;
}

.blog-featured .items-leading .css-cat-blue-box h3,
.blog-featured .items-leading .css-cat-yellow-box h3 {
    font-size: 23px;
    font-weight: 700;
    line-height: 1.2;
}

.items-articles .css-cat-blue-box,
.items-articles .css-cat-yellow-box {
    padding: 30px 0px 30px 5px;
}

.items-articles .css-cat-blue-box h4,
.items-articles .css-cat-blue-box h3,
.items-articles .css-cat-yellow-box h4,
.items-articles .css-cat-yellow-box h3 {
    color: #fff;
    margin: 0;
    margin-left: 10px;
}

.items-articles .css-cat-blue-box a,
.items-articles .css-cat-blue-box a:visited,
.items-articles .css-cat-yellow-box a,
.items-articles .css-cat-yellow-box a:visited {
    color: #fff;
}

.items-articles .css-cat-blue-box a.btn,
.items-articles .css-cat-blue-box a.btn:visited,
.items-articles .css-cat-yellow-box a.btn,
.items-articles .css-cat-yellow-box a.btn:visited {
    color: #fff;
}

.css-cat-blue-box h4,
.css-cat-yellow-box h4 {
    font-size: 15px;
    line-height: 1.2px;
}

.css-cat-blue-box h3,
.css-cat-yellow-box h3 {
    font-size: 23px;
    font-weight: 700;
    line-height: 1.2;
    padding-right: 20px;
}

/* Featured other items */
.items-articles a.btn {
    font-size: 19px;
    color: #000;
    background: none;
    border: none;
}

.items-articles {
    background: #f2f3f2;
    padding-top: 2em;
    margin-left: -20px;
}

.items-articles img {
    width: 100%;
}

.masonry {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    -moz-column-gap: 2em;
    -webkit-column-gap: 2em;
    column-gap: 2em;
}

@media (max-width: 991px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
        -moz-column-gap: 2em;
        -webkit-column-gap: 2em;
        column-gap: 2em;
    }
}

@media (max-width: 640px) {
    .masonry {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
        -moz-column-gap: 2em;
        -webkit-column-gap: 2em;
        column-gap: 2em;
    }
}

@media (max-width: 991px) {

    .blog-featured .items-leading img {
        width: 100%;
        height: auto;
        margin-left: 0;
    }

    .leading-box-wrapper {
        margin-left: 1rem;
    }

    .blog-featured .items-leading .leading-box-wrapper {
        height: auto;
        padding-left: 1rem;
    }

    .items-articles {
        margin-left: 0;
    }

    .blog-featured .items-leading .css-cat-blue-box,
    .blog-featured .items-leading .css-cat-yellow-box {
        margin-bottom: 2rem;
        height: auto;
        padding-top: 3rem;
        padding-bottom: 3rem;
        margin-left: 0;
    }
}

/* Masonry child elements */
.masonry-item {
    display: inline-block;
    margin: 0 0 1em;
    width: 100%;
}

.masonry-item-box {
    background: #fff;
}

.masonry-item-box p {
    padding: 15px;
}

.masonry-item .css-cat-yellow-box {
    background: #ffa62e;
    font-size: 18px;
    color: #fff;
}

.masonry-item .css-cat-blue-box {
    background: #004b70;
    font-size: 18px;
    color: #fff;
}

/* ========================================
   BLOG MODULES & SIDEBAR
======================================== */
.blog-modul-top {
    background-color: #004b70;
    padding: 10px 20px 1px 20px;
    margin-left: 5px;
    margin-right: 10px;
    color: #fff;
    opacity: 0.3;
}

.blog-modul-top p {
    padding: 0;
}

.sitemodul {
    padding: 0;
    margin: 0;
}

.sitemodul img {
    width: 100%;
    height: auto;
}

@media (max-width: 1028px) {

    .sitemodul img {
        max-width: 400px;
    }

}

.sitemodul > .mod-custom {
    padding-top: 0;
}

.sidemenu {
    background-color: #f8f9fa;
    padding: 20px;
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
}


.sidemenu li {
    list-style-image: url('pfeil-rechts-blau.svg');
    padding-top: 0;
}

.blogfeedback {
    background-color: #005285;
    color: #fff;
    text-align: center;
    padding: 10px 10px 10px 10px;
    margin: 30px 0 30px 0;
}

.blogfeedback a {
    color: #fff;
    text-decoration: none;
}

.blogfeedback-mitte {
    background-color: #005285;
    color: #fff;
    text-align: center;
    padding: 10px 20px 10px 20px;
    margin: 50px 0 0 0;
}

.blogfeedback-mitte a {
    color: #fff;
    text-decoration: none;
}

.blogfeedback-white {
    background-color: #f6f6f6;
    text-align: left;
    padding: 0px 5px 10px 0;
    margin: 0px 0 0 30px;
}

.blogfeedback-white img {
    width: 100px;
    text-align: left;
    float: left;
    margin: 0 10px 0 10px;
    padding: 10px;
    Background-color: #fff;
}

.blogfeedback-white h3 {

    padding: 10px;
}

@media (max-width: 640px) {
    .sitemodul {
        padding: 30px 0px 0px 0px;
    }

    .blogfeedback {
        margin: 50px 0px 0px 0px;
    }

    .blogfeedback-white {
        margin: 0px 0 0 0px;
    }
}


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

/* ========================================
   TYPING ANIMATION
======================================== */

.prompt-wrap {
    display: flex;
    gap: 12px;
    align-items: center;
    width: 100%;
    margin: 24px auto;

}

.prompt {
    flex: 1;
    border-radius: 10px;
    padding: 14px 16px;
    border: 1px solid rgba(15, 23, 42, 0.04);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.prompt00 {
    background-image: url("/images/leistungsstreifen/leistungsstreifen.jpg");
}

.prompt17 {
    background-image: url("/images/leistungsstreifen/leistungsstreifen2.jpg");
}

.prompt18 {
    background-image: url("/images/leistungsstreifen/leistungsstreifen3.jpg");
}

.prompt19 {
    background-image: url("/images/leistungsstreifen/leistungsstreifen4.jpg");
}

.prompt20 {
    background-image: url("/images/leistungsstreifen/leistungsstreifen5.jpg");
}

.prompt21 {
    background-image: url("/images/leistungsstreifen/leistungsstreifen6.jpg");
}

.prompt00, prompt17, .prompt18, .prompt19, .prompt20, .prompt21 {
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
}

.svg-container {
    display: flex;
    justify-content: center;
    Background-color: #efefef;
    margin: -10px 0 0 0;
}

.svg-container img {
    max-width: 600px;
    width: 100%;
    height: auto;
    display: block;
    margin: 30px 0 30px 0;
}


.frage-icon {
    width: 45px;
    height: 45px;
    border-radius: 5px;
    margin-right: 10px;
    display: grid;
    place-items: center;
    font-weight: 700;
    background: linear-gradient(45deg, rgba(255, 153, 0, 1), rgba(255, 193, 0, 1));
    color: #fff;
    flex: 0 0 36px;
    box-shadow: none;
}

.frage-icon2 {
    position: relative;
    width: 70px;
    height: 60px;
    background: linear-gradient(45deg, rgba(255, 153, 0, 1), rgba(255, 193, 0, 1));
    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-icon2 h3 {
    color: white;
    font-size: 48px;
    font-weight: bold;
    line-height: 1;
}

.typing {
    font-size: 20px;
    min-height: 22px;
    line-height: 1.35;
    white-space: pre-wrap;
    word-break: break-word;
    position: relative;
    padding-left: 10px;
    flex: 1;
}

.typing.typing00 {
    color: #fff;
}

.typing.typing17, .typing.typing18, .typing.typing19, .typing.typing20, .typing.typing21 {
    color: #fff;
}

.cursor {
    display: inline-block;
    width: 2px;
    height: 1.05em;
    background: #0b1220;
    margin-left: 3px;
    vertical-align: middle;
    animation: blink 1s steps(1, start) infinite;
}

@keyframes blink {
    50% {
        opacity: 0
    }
}

/* ========================================
   STICKY CTA & PUZZLE GRID
======================================== */

.sticky-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 48px;
    background-color: #f7a600;

    text-align: center;
    padding: 5px 10px;
    font-weight: bold;
    cursor: pointer;
    z-index: 998;
    box-sizing: border-box;
}

@media (max-width: 991px) {
    .sticky-cta {
        height: 40px;
        width:100%;
        bottom:48px;
    }

    .sticky-cta.full {
        width: 100px;
    }

    .sticky-cta h3 {
        line-height: 1.1;
    }
}

.sticky-cta .full {
    width: 100%;
                bottom: 0;
}

.sticky-cta h3 {
    font-size: 28px;
    color: #fff;
    padding: 0;
    margin: 0;
}

.sticky-cta:hover {
    background-color: #f7a600;
}

/* Puzzle grid */
.puzzle {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 50px 0;
}

.puzzle-tile {
    flex: 0 0 250px;
    margin: 0;
    position: relative;

    aspect-ratio: 250 / 272;
    overflow: hidden;
}

.puzzle-tile img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.puzzle-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px 10px 30px 10px;
}

.puzzle-caption h3 {
    margin: 0 0 4px 0;
    font-size: 22px;
    font-family: 'RotisSansSerifW02-Bold', sans-serif;
    font-weight: 500;
    color: #fff;
    padding-bottom: 30px;
}

.puzzle-caption p {
    margin: 0;
    font-size: 20px;
    color: #fff;
}

/* Puzzle grid - large variant */
.puzzle-big {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 50px 0;
}

.puzzle-big-tile {
    flex: 0 0 300px;
    margin: 0;
    position: relative;

    aspect-ratio: 250 / 272;
    overflow: hidden;
}

.puzzle-big-tile img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.puzzle-big-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px 10px 30px 10px;
}

.puzzle-big-caption h3 {
    margin: 0 0 4px 0;
    font-size: 22px;
    font-family: 'RotisSansSerifW02-Bold', sans-serif;
    font-weight: 500;
    color: #fff;
    padding-bottom: 30px;
}

.puzzle-big-caption p {
    margin: 0;
    font-size: 20px;
    color: #fff;
}

@media (max-width: 754px) {
    .puzzle-big-tile + .small-invisible {
        display: none;
    }
}

/* ========================================
   IMAGE UTILITIES
======================================== */
.flex-center {
    display: flex;
    align-items: center;
}

.bild-zentriert img {
    display: block;
    margin: 0 auto;
    max-width: 800px !important;
    width: 100% !important;
    height: auto !important;
}

.bild-zentriert-mittel img {
    display: block;
    margin: 0 auto;
    max-width: 700px !important;
    width: 100% !important;
    height: auto !important;
}

.box-darkblue {
    text-align: left;
    background-color: #005285;
    padding: 20px 10% 20px 20px !important;
    margin: 30px 0 40px 0px;
    color: #fff;
}

/* Partner logo headline in footer */
.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;
}

/* ========================================
   GROUNDING PAGE
======================================== */
.gp-article {
    font-family: inherit;
    color: inherit;
    line-height: 1.7;
    max-width: 860px;
}

.gp-intro {
    border-left: 4px solid #003170;
    padding: 0.75rem 1.25rem;
    background: #ccc;
    margin-bottom: 2rem;
    border-radius: 0 6px 6px 0;
}

.gp-intro p {
    margin: 0;
    font-size: 13px;
    color: #555;
}

.gp-section {
    margin-bottom: 2.5rem;
}

.gp-section h2 {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #888;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 6px;
    margin-bottom: 1rem;
}

.gp-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 10px;
    margin-bottom: 1rem;
}

.gp-card {
    background: #f8f8f6;
    border-radius: 6px;
    padding: 0.75rem 1rem;
}

.gp-card .lbl {
    font-size: 12px;
    color: #888;
    margin: 0 0 2px;
}

.gp-card .val {
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    color: #222;
}

.gp-rows {
    list-style: none;
    margin: 0;
    padding: 0;
}

.gp-rows li {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
}

.gp-rows li:last-child {
    border-bottom: none;
}

.gp-rows .k {
    color: #888;
    flex: 0 0 200px;
}

.gp-rows .v {
    color: #222;
    text-align: right;
}

.gp-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.gp-pill {
    font-size: 13px;
    padding: 4px 12px;
    border-radius: 20px;
    border: 1px solid #ddd;
    color: #555;
    background: #fafafa;
}

.gp-pill.green {
    background: #E1F5EE;
    color: #0F6E56;
    border-color: #5DCAA5;
}

.gp-pill.blue {
    background: #E6F1FB;
    color: #185FA5;
    border-color: #85B7EB;
}

.gp-pill.purple {
    background: #EEEDFE;
    color: #534AB7;
    border-color: #AFA9EC;
}

.gp-qa {
    margin-bottom: 1.25rem;
}

.gp-qa .q {
    font-weight: 600;
    font-size: 14px;
    color: #222;
    margin: 0 0 4px;
}

.gp-qa .a {
    font-size: 14px;
    color: #444;
    margin: 0;
}

.gp-machine {
    font-size: 12px;
    color: #aaa;
    border-top: 1px solid #eee;
    padding-top: 1rem;
    margin-top: 2rem;
}

@media (max-width: 600px) {
    .gp-rows li {
        flex-direction: column;
        gap: 2px;
    }

    .gp-rows .k {
        flex: none;
    }

    .gp-rows .v {
        text-align: left;
    }
}

/* ========================================
   LOGIN & AUTHENTICATION
======================================== */
.com-users-login,
.com-users-reset,
.com-users-reset-confirm,
.com-users-reset-complete,
.com-users-remind {
    padding: 80px 0 80px;
}

.login-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 40px 36px 32px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}

.login-card__header {
    text-align: center;
    margin-bottom: 28px;
}

.login-card__header h2 {
    font-size: 1.6rem;
    color: #003170;
    margin: 0;
    font-weight: 600;
}

.login-card .form-control {
    border-radius: 6px;
    padding: 10px 14px;
    font-size: 15px;
    border: 1px solid #ccc;
}

.login-card .form-control:focus {
    border-color: #005285;
    box-shadow: 0 0 0 2px rgba(0, 82, 134, 0.15);
}

.login-card fieldset {
    margin-bottom: 16px;
}

.login-card .btn-primary {
    background-color: #005285;
    border-color: #005285;
    border-radius: 6px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
    margin-top: 12px;
    transition: background-color 0.2s ease;
}

.login-card .btn-primary:hover {
    background-color: #003d66;
    border-color: #003d66;
}

.login-card__links {
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid #eee;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.login-card__links a {
    color: #005285;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.2s ease;
}

.login-card__links a:hover {
    color: #f7a600;
}

@media (max-width: 576px) {
    .login-card {
        padding: 28px 20px 24px;
        margin: 0 8px;
    }

    .com-users-login,
    .com-users-reset,
    .com-users-reset-confirm,
    .com-users-reset-complete,
    .com-users-remind {
        padding: 40px 0 60px;
    }
}

/* ========================================
   SEARCH HIGHLIGHT
======================================== */
.com-finder mark,
.com-finder mark[data-markjs],
.result__item mark,
.result__item mark[data-markjs],
mark[data-markjs="true"] {
    padding: 0 !important;
    margin: 0 !important;
    background: rgba(255, 193, 0, 0.3) !important;
    display: inline !important;
}

/* ========================================
   SEARCH PAGINATION
======================================== */
.com-finder .pagination {
    justify-content: flex-start;
    margin: 30px 0 10px;
}

.com-finder .page-link {
    color: #005285;
    border-color: #ddd;
    border-radius: 6px;
    margin: 0 3px;
    padding: 8px 14px;
    font-size: 15px;
    transition: all 0.2s ease;
}

.com-finder .page-item:first-child .page-link,
.com-finder .page-item:nth-child(2) .page-link,
.com-finder .page-item:nth-last-child(2) .page-link,
.com-finder .page-item:last-child .page-link {
    font-size: 22px;
    line-height: 1;
}

.com-finder .page-link:hover {
    background-color: #005285;
    border-color: #005285;
    color: #fff;
}

.com-finder .page-item.active .page-link {
    background-color: #005285;
    border-color: #005285;
    color: #fff;
}

.com-finder .page-item.disabled .page-link {
    color: #888;
    border-color: #ddd;
    background-color: #f5f5f5;
}

.com-finder__counter {
    text-align: left;
    color: #666;
    font-size: 14px;
    margin-bottom: 20px;
}

/* ========================================
   RSFORM CONTACT
======================================== */
.formContainer {
    max-width: 100%;
    margin: 0 auto;
    padding: 20px 0 32px;
}

.formContainer h2 {
    color: #003170;
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 24px;
}

.formContainer input[type="text"],
.formContainer input[type="email"],
.formContainer input[type="tel"],
.formContainer input[type="password"],
.formContainer select,
.formContainer textarea {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 10px 14px;
    font-size: 15px;
    font-family: inherit;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    box-sizing: border-box;
}

.formContainer input[type="text"]:focus,
.formContainer input[type="email"]:focus,
.formContainer input[type="tel"]:focus,
.formContainer input[type="password"]:focus,
.formContainer select:focus,
.formContainer textarea:focus {
    border-color: #005285;
    box-shadow: 0 0 0 2px rgba(0, 82, 134, 0.15);
    outline: none;
}

.formContainer textarea {
    min-height: 140px;
    resize: vertical;
}

.formContainer .rsform-block {
    margin-bottom: 16px;
}

.formContainer .formControlLabel,
.formContainer label.form-label {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin-bottom: 6px;
    display: block;
}

.formContainer .formDescription {
    font-size: 13px;
    color: #888;
    margin-top: 4px;
}

.formContainer .formRequired {
    color: #c0392b;
    margin-left: 2px;
}

.formContainer .formValidation {
    color: #c0392b;
    font-size: 13px;
}

.formContainer input[type="submit"],
.formContainer button[type="submit"],
.formContainer .rsform-submit-button {
    background-color: #005285;
    border: none;
    border-radius: 6px;
    color: #fff;
    padding: 10px 28px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.formContainer input[type="submit"]:hover,
.formContainer button[type="submit"]:hover,
.formContainer .rsform-submit-button:hover {
    background-color: #003d66;
}

.formContainer input[type="reset"],
.formContainer button[type="reset"] {
    background-color: #999;
    border: none;
    border-radius: 6px;
    color: #fff;
    padding: 10px 28px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    margin-left: 8px;
    transition: background-color 0.2s ease;
}

.formContainer input[type="reset"]:hover,
.formContainer button[type="reset"]:hover {
    background-color: #666;
}

.formContainer .form-check-label {
    font-size: 14px;
    color: #555;
}

.formContainer .form-check-label a {
    color: #005285;
}

@media (max-width: 576px) {
    .formContainer {
        padding: 20px 0;
    }
}

/* ========================================
   Blogbild
======================================== */
figure.item-image img {
    max-height: 600px;
    width: 100%;
    object-fit: cover;
}