/* Speed */

@font-face {
  font-display: swap;
}

 :root {
            --swp-c0: #F3F4F5;
            --swp-c1: #646B74;
            --swp-c2: #071425;
            --swp-c3: #05376C;
            --swp-c4: #ff5300;
        }
        
        .swp-wrap { padding: 24px 0 48px; }
        .swp-note {
            color: var(--swp-c0);
            background: linear-gradient(120deg, var(--swp-c2), var(--swp-c3));
            border: 1px solid rgba(243,244,245,.15);
            border-radius: 5px;
            padding: 16px 18px;
            
        }
        .swp-hero {
            position: relative;
            overflow: hidden;
            border-radius: 5px;
            border: 1px solid rgba(243,244,245,.08);
            background: linear-gradient(135deg, var(--swp-c2), var(--swp-c3));
        }
        .swp-hero .container { position: relative; z-index: 2; }
        .swp-hero__kicker {
            display: inline-block;
            color: var(--swp-c0);
            background: rgba(255,113,0,.22);
            border: 1px solid rgba(255,113,0,.45);
            border-radius: 4px;
            font-size: 12px;
            font-weight: 600;
            letter-spacing: .06em;
            text-transform: uppercase;
            padding: 6px 10px;
            margin-bottom: 14px;
        }
        .swp-kicker-status {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            margin-left: 10px;
            padding: 6px 10px;
            border-radius: 5px;
            background: rgba(24, 141, 78, 0.2);
            border: 1px solid rgba(69, 216, 131, 0.45);
            color: #b9f3cf;
            font-size: 12px;
            font-weight: 600;
            letter-spacing: .02em;
        }
        .swp-kicker-status i {
            color: #45d883;
            animation: swpPulseCheck 1.5s infinite ease-in-out;
        }
        @keyframes swpPulseCheck {
            0% { transform: scale(1); opacity: .8; }
            50% { transform: scale(1.16); opacity: 1; }
            100% { transform: scale(1); opacity: .8; }
        }
        .swp-hero h2 {
            color: var(--swp-c0);
            font-size: 34px;
            line-height: 1.18;
            margin-bottom: 12px;
        }
        .swp-hero p { color: var(--swp-c0); opacity: .92; }
        .swp-max-width-text { max-width: 42rem; margin-left: auto; margin-right: auto; }
        .swp-max-width-text-left { max-width: 42rem; }
        .cta-image-area_one.cta-bg-image_one .heading:not(.text-white),
        .swp-hero h1:not(.text-white),
        .swp-hero h2:not(.text-white),
        .swp-hero h3:not(.text-white),
        .swp-center .swp-hero__text h1:not(.text-white),
        .swp-center .swp-hero__text h2:not(.text-white),
        .swp-center .swp-hero__text h3:not(.text-white) { color: #fff !important; }
        .swp-cta { margin-top: 18px; display: flex; flex-wrap: wrap; gap: 10px; }
        .swp-cta .btn { border-radius: 5px !important; }
        .swp-cta .btn--primary { background: var(--swp-c4); border-color: var(--swp-c4); color: #fff; }
        .swp-cta .btn--secondary { background: transparent; border: 1px solid var(--swp-c0); color: var(--swp-c0); }
        .swp-trust { margin-top: 14px; color: var(--swp-c0); opacity: .8; font-size: 13px; }
        .swp-media {
            min-height: 360px;
            background-size: cover;
            background-position: center;
            border-radius: 5px;
            position: relative;
        }
        .swp-overlay::before {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(135deg, rgba(7,20,37,.86), rgba(5,55,108,.78) 55%, rgba(255,113,0,.24));
            z-index: 1;
        }
        .swp-center .swp-media-bg {
            min-height: 420px;
            padding: 86px 0;
            background-size: cover;
            background-position: center;
            position: relative;
        }
        .swp-center .swp-media-bg::before {
            content: "";
            position: absolute; inset: 0;
            background: linear-gradient(135deg, rgba(7,20,37,.88), rgba(5,55,108,.72));
        }
        .swp-center .container { z-index: 2; }
        .swp-center .swp-hero__text { max-width: 860px; margin: 0 auto; text-align: center; }
        .swp-split-card .swp-card {
            background: rgba(7,20,37,.68);
            border: 1px solid rgba(243,244,245,.12);
            border-radius: 5px;
            padding: 22px;
            margin-top: -40px;
            position: relative;
            z-index: 3;
        }
        .swp-trustbar {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin-top: 14px;
        }
        .swp-trustbar span {
            color: var(--swp-c0);
            border: 1px solid rgba(243,244,245,.22);
            border-radius: 5px;
            padding: 6px 10px;
            font-size: 12px;
            background: rgba(7,20,37,.45);
        }
        .swp-stat-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 10px; margin-top: 14px; }
        .swp-stat {
            border: 1px solid rgba(243,244,245,.18);
            border-radius: 5px;
            padding: 10px;
            background: rgba(7,20,37,.4);
            color: var(--swp-c0);
            font-size: 13px;
        }
        .swp-stat b { display:block; color: var(--swp-c4); font-size: 20px; line-height: 1.1; }
        .swp-gallery {
            display: grid;
            grid-template-columns: 1fr;
            gap: 10px;
        }
        .swp-gallery .swp-media { min-height: 300px; }
        .swp-gallery .swp-media:nth-child(n+2) { display: none; }
        .swp-subhero-checks {
            margin-top: 14px;
            display: flex;
            flex-wrap: wrap;
            gap: 10px 18px;
        }
        .swp-subhero-check {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            color: var(--swp-c0);
            opacity: .9;
            font-size: 14px;
        }
        .swp-subhero-check i { color: #45d883; }
        .swp-subhero-rating {
            position: absolute;
            right: 14px;
            bottom: 14px;
            display: flex;
            align-items: center;
            gap: 10px;
            background: rgba(7, 20, 37, 0.82);
            border: 1px solid rgba(243,244,245,.2);
            border-radius: 5px;
            padding: 10px 12px;
            z-index: 3;
            backdrop-filter: blur(2px);
        }
        .swp-subhero-rating-icon {
            width: 30px;
            height: 30px;
            border-radius: 5px;
            background: rgba(255, 113, 0, .2);
            color: #ffb070;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 14px;
        }
        .swp-subhero-rating-title {
            margin: 0;
            color: var(--swp-c0);
            font-size: 11px;
            line-height: 1.2;
            opacity: .9;
        }
        .swp-subhero-rating-score {
            margin: 1px 0 0;
            color: var(--swp-c0);
            font-size: 14px;
            font-weight: 700;
            line-height: 1.2;
        }
        @media (max-width: 991px) {
            .swp-hero h2 { font-size: 28px; }
            .swp-media { min-height: 260px; margin-top: 16px; }
            .swp-stat-grid { grid-template-columns: 1fr; }
        }
    .swp-subhero-checks {
        margin-top: 14px;
        display: flex;
        flex-wrap: wrap;
        gap: 10px 18px;
    }
    .swp-subhero-check {
        display: inline-flex;
        align-items: center;
        gap: 8px;
    }
    .cta-image-area_one .text-white .swp-subhero-check,
    .cta-image-area_one .text-white + .swp-subhero-checks .swp-subhero-check {
        color: rgba(255, 255, 255, 0.92);
    }
    .swp-subhero-check i {
        color: #4ab478;
    }
    /* Swoppen Mega-Menü Erweiterungen (Header-Vorschau) */
    .navigation-menu.primary--menu > ul > li.has-children {
        position: relative;
    }
    /*
      Mega-Menüs volle Viewport-Breite: horizontale Ausrichtung per JS (margin-left),
      weil calc(50% - 50vw) hier falsch ist (50% = Breite des <li>, nicht Viewport).
    */
    .navigation-menu.primary--menu > ul > li.has-children > .megamenu.megamenu--mega {
        width: 100vw;
        max-width: 100vw;
        min-width: 0 !important;
        left: 0;
        right: auto;
        margin-left: 0;
        box-sizing: border-box;
        padding: 35px clamp(20px, 4vw, 100px) 32px;
    }
    .swp-mega--fullwidth.swp-mega--4col.megamenu--mega {
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: stretch;
    }
    /* Genau 4 gleich breite Spalten (Softwarelösungen + Module) */
    .swp-mega--fullwidth.swp-mega--4col.megamenu--mega > li.swp-mega__col,
    .swp-mega--fullwidth.swp-mega--4col.megamenu--mega > li.swp-mega__col--cta {
        flex: 1 1 25%;
        max-width: 25%;
        min-width: 0;
        padding-left: 12px;
        padding-right: 12px;
        box-sizing: border-box;
    }
    .swp-mega--4col.megamenu--mega {
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .swp-mega--4col.megamenu--mega:not(.swp-mega--fullwidth) > li.swp-mega__col {
        flex: 1 1 22%;
        max-width: 26%;
        min-width: 200px;
    }
    .swp-mega--4col.megamenu--mega:not(.swp-mega--fullwidth) > li.swp-mega__col--cta {
        flex: 1 1 22%;
        max-width: 26%;
        min-width: 200px;
    }
    .swp-mega--3col.megamenu--mega > li.swp-mega__col {
        flex: 1 1 30%;
        max-width: 34%;
        min-width: 220px;
    }
    .swp-mega--with-aside.megamenu--mega {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .swp-mega--with-aside.megamenu--mega > li.swp-mega__col {
        flex: 1 1 28%;
        max-width: 32%;
        min-width: 240px;
    }
    .swp-mega--with-aside.megamenu--mega > li.swp-mega__aside {
        flex: 0 1 340px;
        max-width: 360px;
        margin-left: auto;
    }
    .megamenu--mega > li.swp-mega__fullrow {
        flex: 1 1 100%;
        max-width: 100%;
        padding-top: 18px;
        margin-top: 14px;
        border-top: 1px solid #ececec;
    }
    .swp-mega--icons .swp-mega-card-link {
        display: block;
        text-decoration: none;
        color: inherit;
    }
    .swp-mega--icons .swp-mega-card-link:hover .swp-mega-card__title {
        color: #086AD8;
    }
    
    .megamenu--mega > li > ul > li > a > span:after {
        height: 0px;
    }
    
    .swp-mega-card {
        display: flex;
        gap: 12px;
        align-items: flex-start;
        padding: 8px 6px;
        border-radius: 8px;
        transition: background 0.2s ease;
    }
    .swp-mega-card-link:hover .swp-mega-card,
    .swp-mega-card-link:focus-visible .swp-mega-card {
        background: #f5f8fc;
    }
    .swp-mega-card-link:focus-visible .swp-mega-card {
        outline: 2px solid #086AD8;
        outline-offset: 2px;
    }
    .swp-mega-card__icon {
        flex: 0 0 36px;
        width: 36px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #eef5fb;
        color: #086AD8;
        border-radius: 8px;
        font-size: 16px;
    }
    .swp-mega-card__title {
        display: block;
        font-weight: 600;
        font-size: 14px;
        color: #222;
        line-height: 1.25;
    }
    .swp-mega-card__desc {
        display: block;
        font-size: 12px;
        color: #777;
        line-height: 1.35;
        margin-top: 4px;
    }
    .swp-mega-aside-panel--cta-box {
        border-radius: 10px;
        padding: 22px;
        background: linear-gradient(145deg, #f7fafd 0%, #eef4fb 100%);
        border: 1px solid #dde8f4;
        height: 100%;
    }
    .swp-mega-aside-panel--cta-box h3 {
        font-size: 16px;
        margin-bottom: 10px;
        color: #111;
        font-weight: 600;
    }
    .swp-mega-aside-panel--cta-box p {
        font-size: 13px;
        line-height: 1.5;
        color: #555;
        margin-bottom: 16px;
    }
    .swp-mega-module-footer {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        padding: 16px 20px;
        background: #f8fafc;
        border: 1px solid #e8eef5;
        border-radius: 10px;
    }
    .swp-mega-module-footer__text h3 {
        font-size: 15px;
        margin: 0 0 6px;
        font-weight: 600;
        color: #111;
    }
    .swp-mega-module-footer__text p {
        margin: 0;
        font-size: 13px;
        color: #555;
        max-width: 720px;
        line-height: 1.45;
    }
    .swp-mobile-cta-wrap {
        list-style: none;
        margin-top: 16px;
        padding-top: 16px;
        border-top: 1px solid #eee;
    }
    .swp-mobile-cta-btns .btn {
        display: block;
        width: 100%;
        text-align: center;
    }
    .swp-mobile-cta-btns .btn + .btn {
        margin-top: 10px;
    }

    /* Verhindert horizontales Scrollen durch 100vw neben Scrollbar (Safari/Chrome) */
    html {
        overflow-x: hidden;
    }

    .swp-trust-slider-area {
        background: #eef1f4;
        padding:20px 0 30px;
    }
    .swp-trust-slider-headline {
        color: #646B74;
        font-size: 13px;
        letter-spacing: .04em;
        font-weight: 600;
        text-align: center;
        margin-bottom: 20px;
    }
    .swp-trust-logo-item {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 82px;
        padding: 12px 14px;
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.78);
        border: 1px solid rgba(7, 20, 37, 0.08);
    }
    .swp-trust-logo-item img {
        max-height: 34px;
        width: auto;
        max-width: 140px;
        object-fit: contain;
        filter: grayscale(100%);
        opacity: .9;
        transition: filter .25s ease, opacity .25s ease;
    }
    .swp-trust-logo-item:hover img {
        filter: grayscale(0%);
        opacity: 1;
    }

    .cta-bg-image_one,
    .cta-bg-image_two {
        background-color: var(--swp-c3);
    }
    .cta-image-area_one.cta-bg-image_two .heading,
    .cta-image-area_one.cta-bg-image_two p {
        color: #fff;
    }
    .cta-image-area_one.cta-bg-image_two .swp-subhero-check {
        color: rgba(255, 255, 255, 0.92);
    }

    .swp-variant-separator {
        background: #e8ecf0;
        color: #646B74;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: .04em;
        text-align: center;
        padding: 10px 16px;
        text-transform: uppercase;
    }
    .swp-preis-cta {
        background: linear-gradient(135deg, var(--swp-c2) 0%, var(--swp-c3) 100%);
        color: var(--swp-c0);
    }
    .swp-preis-cta__tags {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-bottom: 18px;
    }
    .swp-preis-cta__tag {
        display: inline-block;
        color: var(--swp-c0);
        background: rgba(255, 113, 0, 0.18);
        border: 1px solid rgba(255, 113, 0, 0.4);
        border-radius: 4px;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: .04em;
        text-transform: uppercase;
        padding: 6px 10px;
    }
    .swp-preis-cta__tag--muted {
        background: rgba(243, 244, 245, 0.12);
        border-color: rgba(243, 244, 245, 0.28);
    }
    .swp-preis-cta h3.heading {
        color: #fff !important;
        margin-bottom: 16px;
    }
    .swp-preis-cta__intro {
        color: rgba(243, 244, 245, 0.92);
        max-width: 42rem;
        margin-bottom: 0;
    }
    .swp-preis-cta__intro--center {
        margin-left: auto;
        margin-right: auto;
    }
    .swp-preis-cta__price-box {
        background: rgba(7, 20, 37, 0.45);
        border: 1px solid rgba(243, 244, 245, 0.18);
        border-radius: 8px;
        padding: 22px 24px;
    }
    .swp-preis-cta__price-label {
        font-size: 13px;
        font-weight: 600;
        letter-spacing: .04em;
        text-transform: uppercase;
        color: rgba(243, 244, 245, 0.8);
        margin-bottom: 6px;
    }
    .swp-preis-cta__price {
        font-size: 32px;
        font-weight: 700;
        color: #fff;
        line-height: 1.15;
        margin: 0;
    }
    .swp-preis-cta__price span {
        color: var(--swp-c4);
    }
    .swp-preis-cta__benefits {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .swp-preis-cta__price-box--left {
        margin-top: 24px;
        max-width: 28rem;
    }
    .swp-preis-cta__benefits li {
        margin-bottom: 20px;
    }
    .swp-preis-cta__benefits li:last-child {
        margin-bottom: 0;
    }
    .swp-preis-cta__benefit-item {
        display: flex;
        gap: 12px;
        align-items: flex-start;
    }
    .swp-preis-cta__benefit-icon {
        color: #45d883;
        font-size: 18px;
        line-height: 1.35;
        flex-shrink: 0;
    }
    .swp-preis-cta__benefits strong {
        display: block;
        color: #fff;
        font-size: 16px;
        margin-bottom: 4px;
    }
    .swp-preis-cta__benefits p {
        margin: 0;
        color: rgba(243, 244, 245, 0.88);
        font-size: 14px;
        line-height: 1.5;
    }
    .swp-preis-cta .btn--primary {
        background: var(--swp-c4);
        border-color: var(--swp-c4);
        color: #fff;
    }
    .swp-preis-cta .btn--primary:hover {
        background: #e64a00;
        border-color: #e64a00;
        color: #fff;
    }
    .swp-preis-cta__benefit-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 16px;
        margin-top: 28px;
    }
    .swp-preis-cta__benefit-card {
        background: rgba(7, 20, 37, 0.38);
        border: 1px solid rgba(243, 244, 245, 0.14);
        border-radius: 8px;
        padding: 18px;
        height: 100%;
    }
    .swp-preis-cta__benefit-card strong {
        display: block;
        color: #fff;
        margin-bottom: 8px;
        font-size: 15px;
    }
    .swp-preis-cta__benefit-card p {
        margin: 0;
        color: rgba(243, 244, 245, 0.88);
        font-size: 14px;
        line-height: 1.5;
    }
    .swp-preis-cta__cta-wrap {
        margin-top: 28px;
    }
    .swp-preis-cta--compact .swp-preis-cta__price {
        font-size: 28px;
    }
    @media (max-width: 991px) {
        .swp-preis-cta__benefit-grid {
            grid-template-columns: 1fr;
        }
    }

    .swp-testimonial-area {
        background: #eef1f4;
    }

    .swp-testimonial-author--no-avatar {
        margin-top: 20px;
        padding-top: 0;
    }
    .swp-testimonial-author--no-avatar .testimonial-slider__author {
        padding-left: 0;
    }

    .swp-cloud-cta {
        background-color: var(--swp-c3);
        background-image: linear-gradient(135deg, rgba(7, 20, 37, 0.9) 0%, rgba(5, 55, 108, 0.82) 100%), url('../Vorgaben_Bilder/swoppen_10.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .swp-cloud-cta h3.heading {
        color: #fff !important;
    }
    .swp-cloud-cta__intro {
        color: rgba(243, 244, 245, 0.92);
        max-width: 42rem;
        margin-left: auto;
        margin-right: auto;
    }
    .swp-icon-benefit-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 16px;
        margin-top: 32px;
    }
    .swp-icon-benefit {
        background: rgba(7, 20, 37, 0.42);
        border: 1px solid rgba(243, 244, 245, 0.16);
        border-radius: 8px;
        padding: 20px 16px;
        text-align: center;
        height: 100%;
    }
    .swp-icon-benefit__icon {
        width: 48px;
        height: 48px;
        margin: 0 auto 12px;
        border-radius: 8px;
        background: rgba(255, 113, 0, 0.18);
        color: #ffb070;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
    }
    .swp-icon-benefit h5 {
        color: #fff;
        font-size: 15px;
        line-height: 1.35;
        margin: 0;
    }
    .swp-betrieb-card {
        background: #f6f8fa;
        border: 1px solid #e8ecf0;
        border-radius: 8px;
        padding: 24px 20px;
        height: 100%;
        text-align: center;
    }
    .swp-betrieb-card__icon {
        width: 52px;
        height: 52px;
        margin: 0 auto 14px;
        border-radius: 8px;
        background: #eef5fb;
        color: #086AD8;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 22px;
    }
    .swp-integration-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 56px;
        height: 56px;
        border-radius: 8px;
        background: #eef5fb;
        color: #086AD8;
        font-size: 24px;
        margin-bottom: 10px;
    }
    @media (max-width: 991px) {
        .swp-icon-benefit-grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }
    }
    @media (max-width: 575px) {
        .swp-icon-benefit-grid {
            grid-template-columns: 1fr;
        }
    }

    .dm-h6 {
    font-size: 18px;
}
    @media (max-width: 767px) {
        .swp-trust-slider-headline {
            font-size: 12px;
            margin-bottom: 14px;
        }
        .swp-trust-logo-item {
            min-height: 72px;
            padding: 10px;
        }
        .swp-trust-logo-item img {
            max-height: 30px;
            max-width: 124px;
        }
    }
    
/* HeroVideo */

.resolutions-hero-bg {
    background: transparent;
}

.overlay-video {
    position: absolute;
    left: 193px;
    top: 60px;
    bottom: 0;
    height: 105%;
    transform: scale(1.2);
}

.overlay-video:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000000bf;
}

.dm-layer {
    width: 100%;
}

#pg-3110 .header-area--relative,
#pg-3128 .header-area--relative,
#pg-3334 .header-area--relative,
#pg-3152 .header-area--relative,
#pg-3153 .header-area--relative,
#pg-3154 .header-area--relative,
#pg-3155 .header-area--relative,
#pg-3157 .header-area--relative,
#pg-3158 .header-area--relative,
#pg-3179 .header-area--relative,
#pg-3180 .header-area--relative,
#pg-3181 .header-area--relative,
#pg-3182 .header-area--relative,
#pg-3223 .header-area--relative,
#pg-3296 .header-area--relative,
#pg-3400 .header-area--relative{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    color: #FFF;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    #pg-3110 .header-area--relative,
    #pg-3128 .header-area--relative,
    #pg-3334 .header-area--relative,
    #pg-3152 .header-area--relative,
    #pg-3153 .header-area--relative,
    #pg-3154 .header-area--relative,
    #pg-3155 .header-area--relative,
    #pg-3157 .header-area--relative,
    #pg-3158 .header-area--relative,
    #pg-3179 .header-area--relative,
    #pg-3180 .header-area--relative,
    #pg-3181 .header-area--relative,
    #pg-3182 .header-area--relative,
    #pg-3223 .header-area--relative,
    #pg-3296 .header-area--relative,
    #pg-3400 .header-area--relative{
        position: static;
    }
}

#pg-3110 .header-area--relative__inner,
#pg-3128 .header-area--relative__inner,
#pg-3334 .header-area--relative__inner,
#pg-3152 .header-area--relative__inner,
#pg-3153 .header-area--relative__inner,
#pg-3154 .header-area--relative__inner,
#pg-3155 .header-area--relative__inner,
#pg-3157 .header-area--relative__inner,
#pg-3158 .header-area--relative__inner,
#pg-3179 .header-area--relative__inner,
#pg-3180 .header-area--relative__inner,
#pg-3181 .header-area--relative__inner,
#pg-3182 .header-area--relative__inner,
#pg-3223 .header-area--relative__inner,
#pg-3296 .header-area--relative__inner,
#pg-3400 .header-area--relative__inner{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
}

#pg-3110 .dm-layer,
#pg-3152 .dm-layer,
#pg-3153 .dm-layer,
#pg-3154 .dm-layer,
#pg-3155 .dm-layer,
#pg-3157 .dm-layer,
#pg-3158 .dm-layer,
#pg-3179 .dm-layer,
#pg-3180 .dm-layer,
#pg-3181 .dm-layer,
#pg-3182 .dm-layer,
#pg-3184 .dm-layer,
#pg-3185 .dm-layer,
#pg-3210 .dm-layer,
#pg-3211 .dm-layer,
#pg-3212 .dm-layer,
#pg-3213 .dm-layer,
#pg-3223 .dm-layer,
#pg-3296 .dm-layer,
#pg-3400 .dm-layer{
    background: rgba(0, 47, 77, .4);
    height: 200vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

#pg-3110 .service-hero-text,
#pg-3152 .service-hero-text,
#pg-3153 .service-hero-text,
#pg-3154 .service-hero-text,
#pg-3155 .service-hero-text,
#pg-3157 .service-hero-text,
#pg-3158 .service-hero-text,
#pg-3179 .service-hero-text,
#pg-3180 .service-hero-text,
#pg-3181 .service-hero-text,
#pg-3182 .service-hero-text,
#pg-3184 .service-hero-text,
#pg-3185 .service-hero-text,
#pg-3210 .service-hero-text,
#pg-3211 .service-hero-text,
#pg-3212 .service-hero-text,
#pg-3213 .service-hero-text,
#pg-3223 .service-hero-text,
#pg-3296 .service-hero-text,
#pg-3400 .service-hero-text {
    padding-top: 20vh;
}


/*Home */

#pg-3110 .resolutions-hero-bg,
#pg-3152 .resolutions-hero-bg,
#pg-3153 .resolutions-hero-bg,
#pg-3154 .resolutions-hero-bg,
#pg-3155 .resolutions-hero-bg,
#pg-3157 .resolutions-hero-bg,
#pg-3158 .resolutions-hero-bg,
#pg-3179 .resolutions-hero-bg,
#pg-3180 .resolutions-hero-bg,
#pg-3181 .resolutions-hero-bg,
#pg-3182 .resolutions-hero-bg,
#pg-3184 .resolutions-hero-bg,
#pg-3185 .resolutions-hero-bg,
#pg-3210 .resolutions-hero-bg,
#pg-3211 .resolutions-hero-bg,
#pg-3212 .resolutions-hero-bg,
#pg-3213 .resolutions-hero-bg,
#pg-3223 .resolutions-hero-bg,
#pg-3296 .resolutions-hero-bg,
#pg-3400 .resolutions-hero-bg{
    background-image: url("https://www.swoppen.com/data/HP/www.swoppen.com/header_unternehmenssoftware.webp");
    background-size: cover;
}


/* Agentursoftware / Marketing-Software */

#pg-3152 .resolutions-hero-bg,
#pg-3210 .resolutions-hero-bg {
    background-image: url("https://www.swoppen.com/data/HP/www.swoppen.com/header_agenturen.webp");
}


/* Industriesoftware / Instandhaltungssoftware */

#pg-3153 .resolutions-hero-bg,
#pg-3213 .resolutions-hero-bg {
    background-image: url("https://www.swoppen.com/data/HP/www.swoppen.com/header_industrie.webp");
}


/* Gesundheitswesen */

#pg-3154 .resolutions-hero-bg {
    background-image: url("https://www.swoppen.com/data/HP/www.swoppen.com/header_gesundheitswesen.webp");
}


/* Gastronomie / Kassensoftware*/

#pg-3155 .resolutions-hero-bg,
#pg-3212 .resolutions-hero-bg {
    background-image: url("https://www.swoppen.com/data/HP/www.swoppen.com/header_gastronomie.webp");
}


/* Einzelhandel */

#pg-3179 .resolutions-hero-bg {
    background-image: url("https://www.swoppen.com/data/HP/www.swoppen.com/header_einzelhandel.webp");
}


/* Großhandel */

#pg-3180 .resolutions-hero-bg {
    background-image: url("https://www.swoppen.com/data/HP/www.swoppen.com/header_grosshandel.webp");
}

#pg-3313 .resolutions-hero-bg {
    background-image: url("https://www.swoppen.com/data/HP/www.swoppen.com/header_buerosoftware.webp");
    background-size: cover;
}
/* Online-Handel */

#pg-3181 .resolutions-hero-bg,
#pg-3400 .resolutions-hero-bg{
    background-image: url("https://www.swoppen.com/data/HP/www.swoppen.com/header_online-handel.webp");
}


/* Versand-Handel */

#pg-3182 .resolutions-hero-bg {
    background-image: url("https://www.swoppen.com/data/HP/www.swoppen.com/header_grosshandel.webp");
}


/* IT / Buchhaltungssoftware */

#pg-3157 .resolutions-hero-bg,
#pg-3211 .resolutions-hero-bg {
    background-image: url("https://www.swoppen.com/data/HP/www.swoppen.com/header_edv-it.webp");
}


/* Sport und Freizeit */

#pg-3158 .resolutions-hero-bg {
    background-image: url("https://www.swoppen.com/data/HP/www.swoppen.com/header_sport-freizeit.webp");
}


/* Sport und Freizeit */

#pg-3158 .resolutions-hero-bg {
    background-image: url("https://www.swoppen.com/data/HP/www.swoppen.com/header_sport-freizeit.webp");
}


/* Vertriebssoftware */

#pg-3184 .resolutions-hero-bg {
    background-image: url("https://www.swoppen.com/data/HP/www.swoppen.com/header_vertrieb.webp");
}


/* Personal Software */

#pg-3185 .resolutions-hero-bg {
    background-image: url("https://www.swoppen.com/data/HP/www.swoppen.com/header_personal-software.webp");
}


/* Akademie Startseite */

#pg-3223 .resolutions-hero-bg {
    background-image: url("https://www.swoppen.com/data/HP/www.swoppen.com/header_akademie.webp");
}


/* SWVC */

#pg-3296 .resolutions-hero-bg {
    background-image: url("https://www.swoppen.com/data/HP/www.swoppen.com/header_swvc.webp");
}

.feature-images-wrapper.bg-greysection-space--ptb_100.bg-grey {
    background: #f8f8f8;
    padding-top: 40px;
}

.header-bottom-wrap.header-sticky.is-sticky {
    background: white;
}

@media only screen and (max-width: 1199px) {
    .dm-hero-video .resolutions-hero-bg,
    #pg-3110 .resolutions-hero-bg,
    #pg-3152 .resolutions-hero-bg,
    #pg-3153 .resolutions-hero-bg,
    #pg-3154 .resolutions-hero-bg,
    #pg-3155 .resolutions-hero-bg,
    #pg-3157 .resolutions-hero-bg,
    #pg-3158 .resolutions-hero-bg,
    #pg-3179 .resolutions-hero-bg,
    #pg-3180 .resolutions-hero-bg,
    #pg-3181 .resolutions-hero-bg,
    #pg-3182 .resolutions-hero-bg,
    #pg-3184 .resolutions-hero-bg,
    #pg-3185 .resolutions-hero-bg,
    #pg-3210 .resolutions-hero-bg,
    #pg-3211 .resolutions-hero-bg,
    #pg-3212 .resolutions-hero-bg,
    #pg-3213 .resolutions-hero-bg,
    #pg-3223 .resolutions-hero-bg,
    #pg-3296 .resolutions-hero-bg,
    #pg-3400 .resolutions-hero-bg {
        height: 100vh;
        float: left;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        width: 100%;
    }
    .dm-hero-video .resolutions-hero-bg {
        background-image: url('https://www.swoppen.com/templates/HP/hoteldesk.de/images/header-bg.jpg');
    }
    .dm-layer {
        background: rgba(0, 0, 0, 0.8);
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .dm-hero-video .vc_row-separator,
    .dm-hero-video .overlay-video,
    #pg-3110 .vc_row-separator,
    #pg-3152 .vc_row-separator,
    #pg-3153 .vc_row-separator,
    #pg-3154 .vc_row-separator,
    #pg-3155 .vc_row-separator,
    #pg-3157 .vc_row-separator,
    #pg-3158 .vc_row-separator,
    #pg-3179 .vc_row-separator,
    #pg-3180 .vc_row-separator,
    #pg-3181 .vc_row-separator,
    #pg-3182 .vc_row-separator,
    #pg-3184 .vc_row-separator,
    #pg-3185 .vc_row-separator,
    #pg-3210 .vc_row-separator,
    #pg-3211 .vc_row-separator,
    #pg-3212 .vc_row-separator,
    #pg-3213 .vc_row-separator,
    #pg-3223 .vc_row-separator,
    #pg-3296 .vc_row-separator,
    #pg-3400 .vc_row-separator {
        display: none;
    }
    .resolutions-hero-bottom {
        margin-top: -20px;
    }
}


/* Zusatz für Transparentes Menü */

body#pg-3036 .header-sticky:not(.is-sticky) .header__logo .light-logo,
body#pg-3110 .header-sticky:not(.is-sticky) .header__logo .light-logo,
body#pg-3152 .header-sticky:not(.is-sticky) .header__logo .light-logo,
body#pg-3153 .header-sticky:not(.is-sticky) .header__logo .light-logo,
body#pg-3154 .header-sticky:not(.is-sticky) .header__logo .light-logo,
body#pg-3155 .header-sticky:not(.is-sticky) .header__logo .light-logo,
body#pg-3157 .header-sticky:not(.is-sticky) .header__logo .light-logo,
body#pg-3158 .header-sticky:not(.is-sticky) .header__logo .light-logo,
body#pg-3179 .header-sticky:not(.is-sticky) .header__logo .light-logo,
body#pg-3180 .header-sticky:not(.is-sticky) .header__logo .light-logo,
body#pg-3181 .header-sticky:not(.is-sticky) .header__logo .light-logo,
body#pg-3182 .header-sticky:not(.is-sticky) .header__logo .light-logo,
body#pg-3128 .header-sticky:not(.is-sticky) .header__logo .light-logo,
body#pg-3334 .header-sticky:not(.is-sticky) .header__logo .light-logo,
body#pg-3223 .header-sticky:not(.is-sticky) .header__logo .light-logo,
body#pg-3296 .header-sticky:not(.is-sticky) .header__logo .light-logo,
body#pg-3400 .header-sticky:not(.is-sticky) .header__logo .light-logo {
    display: inline;
}

body#pg-3036 .header-sticky:not(.is-sticky) .header__logo .dark-logo,
body#pg-3110 .header-sticky:not(.is-sticky) .header__logo .dark-logo,
body#pg-3152 .header-sticky:not(.is-sticky) .header__logo .dark-logo,
body#pg-3153 .header-sticky:not(.is-sticky) .header__logo .dark-logo,
body#pg-3154 .header-sticky:not(.is-sticky) .header__logo .dark-logo,
body#pg-3155 .header-sticky:not(.is-sticky) .header__logo .dark-logo,
body#pg-3157 .header-sticky:not(.is-sticky) .header__logo .dark-logo,
body#pg-3158 .header-sticky:not(.is-sticky) .header__logo .dark-logo,
body#pg-3179 .header-sticky:not(.is-sticky) .header__logo .dark-logo,
body#pg-3180 .header-sticky:not(.is-sticky) .header__logo .dark-logo,
body#pg-3181 .header-sticky:not(.is-sticky) .header__logo .dark-logo,
body#pg-3182 .header-sticky:not(.is-sticky) .header__logo .dark-logo,
body#pg-3128 .header-sticky:not(.is-sticky) .header__logo .dark-logo,
body#pg-3334 .header-sticky:not(.is-sticky) .header__logo .dark-logo,
body#pg-3223 .header-sticky:not(.is-sticky) .header__logo .dark-logo,
body#pg-3296 .header-sticky:not(.is-sticky) .header__logo .dark-logo,
body#pg-3400 .header-sticky:not(.is-sticky) .header__logo .dark-logo {
    display: none;
}

body#pg-3036 .header-bottom-wrap.header-sticky:not(.is-sticky) *,
body#pg-3110 .header-bottom-wrap.header-sticky:not(.is-sticky) *,
body#pg-3152 .header-bottom-wrap.header-sticky:not(.is-sticky) *,
body#pg-3153 .header-bottom-wrap.header-sticky:not(.is-sticky) *,
body#pg-3154 .header-bottom-wrap.header-sticky:not(.is-sticky) *,
body#pg-3155 .header-bottom-wrap.header-sticky:not(.is-sticky) *,
body#pg-3157 .header-bottom-wrap.header-sticky:not(.is-sticky) *,
body#pg-3158 .header-bottom-wrap.header-sticky:not(.is-sticky) *,
body#pg-3179 .header-bottom-wrap.header-sticky:not(.is-sticky) *,
body#pg-3180 .header-bottom-wrap.header-sticky:not(.is-sticky) *,
body#pg-3181 .header-bottom-wrap.header-sticky:not(.is-sticky) *,
body#pg-3182 .header-bottom-wrap.header-sticky:not(.is-sticky) *,
body#pg-3128 .header-bottom-wrap.header-sticky:not(.is-sticky) *,
body#pg-3334 .header-bottom-wrap.header-sticky:not(.is-sticky) *,
body#pg-3223 .header-bottom-wrap.header-sticky:not(.is-sticky) *,
body#pg-3296 .header-bottom-wrap.header-sticky:not(.is-sticky) *,
body#pg-3400 .header-bottom-wrap.header-sticky:not(.is-sticky) * {
    color: white!Important;
}

body#pg-3036 .header-sticky:not(.is-sticky) ul.submenu *,
body#pg-3110 .header-sticky:not(.is-sticky) ul.submenu *,
body#pg-3152 .header-sticky:not(.is-sticky) ul.submenu *,
body#pg-3153 .header-sticky:not(.is-sticky) ul.submenu *,
body#pg-3154 .header-sticky:not(.is-sticky) ul.submenu *,
body#pg-3155 .header-sticky:not(.is-sticky) ul.submenu *,
body#pg-3157 .header-sticky:not(.is-sticky) ul.submenu *,
body#pg-3158 .header-sticky:not(.is-sticky) ul.submenu *,
body#pg-3179 .header-sticky:not(.is-sticky) ul.submenu *,
body#pg-3180 .header-sticky:not(.is-sticky) ul.submenu *,
body#pg-3181 .header-sticky:not(.is-sticky) ul.submenu *,
body#pg-3182 .header-sticky:not(.is-sticky) ul.submenu *,
body#pg-3128 .header-sticky:not(.is-sticky) ul.submenu *,
body#pg-3334 .header-sticky:not(.is-sticky) ul.submenu *,
body#pg-3223 .header-sticky:not(.is-sticky) ul.submenu *,
body#pg-3296 .header-sticky:not(.is-sticky) ul.submenu *,
body#pg-3400 .header-sticky:not(.is-sticky) ul.submenu * {
    color: #333!Important;
}

body#pg-3036 .header-bottom-wrap.header-sticky:not(.is-sticky) div#mobile-menu-trigger i,
body#pg-3036 .header-bottom-wrap.header-sticky:not(.is-sticky) div#mobile-menu-trigger i:before,
body#pg-3036 .header-bottom-wrap.header-sticky:not(.is-sticky) div#mobile-menu-trigger i:after,
body#pg-3110 .header-bottom-wrap.header-sticky:not(.is-sticky) div#mobile-menu-trigger i,
body#pg-3110 .header-bottom-wrap.header-sticky:not(.is-sticky) div#mobile-menu-trigger i:before,
body#pg-3110 .header-bottom-wrap.header-sticky:not(.is-sticky) div#mobile-menu-trigger i:after,
body#pg-3152 .header-bottom-wrap.header-sticky:not(.is-sticky) div#mobile-menu-trigger i,
body#pg-3152 .header-bottom-wrap.header-sticky:not(.is-sticky) div#mobile-menu-trigger i:before,
body#pg-3152 .header-bottom-wrap.header-sticky:not(.is-sticky) div#mobile-menu-trigger i:after,
body#pg-3153 .header-bottom-wrap.header-sticky:not(.is-sticky) div#mobile-menu-trigger i,
body#pg-3153 .header-bottom-wrap.header-sticky:not(.is-sticky) div#mobile-menu-trigger i:before,
body#pg-3153 .header-bottom-wrap.header-sticky:not(.is-sticky) div#mobile-menu-trigger i:after,
body#pg-3154 .header-bottom-wrap.header-sticky:not(.is-sticky) div#mobile-menu-trigger i,
body#pg-3154 .header-bottom-wrap.header-sticky:not(.is-sticky) div#mobile-menu-trigger i:before,
body#pg-3154 .header-bottom-wrap.header-sticky:not(.is-sticky) div#mobile-menu-trigger i:after,
body#pg-3155 .header-bottom-wrap.header-sticky:not(.is-sticky) div#mobile-menu-trigger i,
body#pg-3155 .header-bottom-wrap.header-sticky:not(.is-sticky) div#mobile-menu-trigger i:before,
body#pg-3155 .header-bottom-wrap.header-sticky:not(.is-sticky) div#mobile-menu-trigger i:after,
body#pg-3157 .header-bottom-wrap.header-sticky:not(.is-sticky) div#mobile-menu-trigger i,
body#pg-3157 .header-bottom-wrap.header-sticky:not(.is-sticky) div#mobile-menu-trigger i:before,
body#pg-3157 .header-bottom-wrap.header-sticky:not(.is-sticky) div#mobile-menu-trigger i:after,
body#pg-3158 .header-bottom-wrap.header-sticky:not(.is-sticky) div#mobile-menu-trigger i,
body#pg-3158 .header-bottom-wrap.header-sticky:not(.is-sticky) div#mobile-menu-trigger i:before,
body#pg-3158 .header-bottom-wrap.header-sticky:not(.is-sticky) div#mobile-menu-trigger i:after,
body#pg-3179 .header-bottom-wrap.header-sticky:not(.is-sticky) div#mobile-menu-trigger i,
body#pg-3179 .header-bottom-wrap.header-sticky:not(.is-sticky) div#mobile-menu-trigger i:before,
body#pg-3179 .header-bottom-wrap.header-sticky:not(.is-sticky) div#mobile-menu-trigger i:after,
body#pg-3180 .header-bottom-wrap.header-sticky:not(.is-sticky) div#mobile-menu-trigger i,
body#pg-3180 .header-bottom-wrap.header-sticky:not(.is-sticky) div#mobile-menu-trigger i:before,
body#pg-3180 .header-bottom-wrap.header-sticky:not(.is-sticky) div#mobile-menu-trigger i:after,
body#pg-3181 .header-bottom-wrap.header-sticky:not(.is-sticky) div#mobile-menu-trigger i,
body#pg-3181 .header-bottom-wrap.header-sticky:not(.is-sticky) div#mobile-menu-trigger i:before,
body#pg-3181 .header-bottom-wrap.header-sticky:not(.is-sticky) div#mobile-menu-trigger i:after,
body#pg-3182 .header-bottom-wrap.header-sticky:not(.is-sticky) div#mobile-menu-trigger i,
body#pg-3182 .header-bottom-wrap.header-sticky:not(.is-sticky) div#mobile-menu-trigger i:before,
body#pg-3182 .header-bottom-wrap.header-sticky:not(.is-sticky) div#mobile-menu-trigger i:after,
body#pg-3128 .header-bottom-wrap.header-sticky:not(.is-sticky) div#mobile-menu-trigger i,
body#pg-3128 .header-bottom-wrap.header-sticky:not(.is-sticky) div#mobile-menu-trigger i:before,
body#pg-3128 .header-bottom-wrap.header-sticky:not(.is-sticky) div#mobile-menu-trigger i:after,
body#pg-3334 .header-bottom-wrap.header-sticky:not(.is-sticky) div#mobile-menu-trigger i,
body#pg-3334 .header-bottom-wrap.header-sticky:not(.is-sticky) div#mobile-menu-trigger i:before,
body#pg-3334 .header-bottom-wrap.header-sticky:not(.is-sticky) div#mobile-menu-trigger i:after,
body#pg-3223 .header-bottom-wrap.header-sticky:not(.is-sticky) div#mobile-menu-trigger i,
body#pg-3223 .header-bottom-wrap.header-sticky:not(.is-sticky) div#mobile-menu-trigger i:before,
body#pg-3223 .header-bottom-wrap.header-sticky:not(.is-sticky) div#mobile-menu-trigger i:after,
body#pg-3296 .header-bottom-wrap.header-sticky:not(.is-sticky) div#mobile-menu-trigger i,
body#pg-3296 .header-bottom-wrap.header-sticky:not(.is-sticky) div#mobile-menu-trigger i:before,
body#pg-3296 .header-bottom-wrap.header-sticky:not(.is-sticky) div#mobile-menu-trigger i:after,
body#pg-3400 .header-bottom-wrap.header-sticky:not(.is-sticky) div#mobile-menu-trigger i,
body#pg-3400 .header-bottom-wrap.header-sticky:not(.is-sticky) div#mobile-menu-trigger i:before,
body#pg-3400 .header-bottom-wrap.header-sticky:not(.is-sticky) div#mobile-menu-trigger i:after {
    background-color: white!important;
}

body#pg-3036 .header-bottom-wrap.header-sticky:not(.is-sticky),
body#pg-3110 .header-bottom-wrap.header-sticky:not(.is-sticky),
body#pg-3152 .header-bottom-wrap.header-sticky:not(.is-sticky),
body#pg-3153 .header-bottom-wrap.header-sticky:not(.is-sticky),
body#pg-3154 .header-bottom-wrap.header-sticky:not(.is-sticky),
body#pg-3155 .header-bottom-wrap.header-sticky:not(.is-sticky),
body#pg-3157 .header-bottom-wrap.header-sticky:not(.is-sticky),
body#pg-3158 .header-bottom-wrap.header-sticky:not(.is-sticky),
body#pg-3179 .header-bottom-wrap.header-sticky:not(.is-sticky),
body#pg-3180 .header-bottom-wrap.header-sticky:not(.is-sticky),
body#pg-3181 .header-bottom-wrap.header-sticky:not(.is-sticky),
body#pg-3182 .header-bottom-wrap.header-sticky:not(.is-sticky),
body#pg-3128 .header-bottom-wrap.header-sticky:not(.is-sticky),
body#pg-3334 .header-bottom-wrap.header-sticky:not(.is-sticky),
body#pg-3223 .header-bottom-wrap.header-sticky:not(.is-sticky),
body#pg-3296 .header-bottom-wrap.header-sticky:not(.is-sticky),
body#pg-3400 .header-bottom-wrap.header-sticky:not(.is-sticky) {
    background: transparent;
}

@media screen and (min-width:991px) {
    .header-bottom-wrap.header-sticky {
        background: white;
    }
    .header__logo>a img {
        width: 160px!important;
    }
    .header-area .is-sticky .header__logo .dark-logo {
        padding: 10px 0;
    }
    .header-bottom-wrap.header-sticky:not(.is-sticky) {
        background: white;
    }
    .header-bottom-wrap.header-sticky .header__navigation ul li a {
        color: #444;
    }
    .header-bottom-wrap.header-sticky .header__navigation ul li a:hover {
        color: #595959;
    }
    .header-bottom-wrap.header-sticky .header__navigation ul li ul li a:hover,
    .header-bottom-wrap.header-sticky .header__navigation ul li ul li a:active,
    .header-bottom-wrap.header-sticky .header__navigation ul li ul li.active a {
        color: #004c7c;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .header-sticky:not(.is-sticky) .header__logo .light-logo {
        display: none;
    }
    .header-sticky:not(.is-sticky) .header__logo .dark-logo {
        display: inline;
    }
    div#mobile-menu-trigger i,
    div#mobile-menu-trigger i:before,
    div#mobile-menu-trigger i:after {
        background-color: #333!Important;
    }
}

@media screen and (max-width:991px) {
    .logo a {
        float: left;
        width: 100%;
    }
    .overlay-video {
        top: 50px!Important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    body#pg-3036 .header-area--relative,
    body#pg-3110 .header-area--relative,
    body#pg-3152 .header-area--relative,
    body#pg-3153 .header-area--relative,
    body#pg-3154 .header-area--relative,
    body#pg-3155 .header-area--relative,
    body#pg-3157 .header-area--relative,
    body#pg-3158 .header-area--relative,
    body#pg-3179 .header-area--relative,
    body#pg-3180 .header-area--relative,
    body#pg-3181 .header-area--relative,
    body#pg-3182 .header-area--relative,
    body#pg-3128 .header-area--relative,
    body#pg-3334 .header-area--relative,
    body#pg-3223 .header-area--relative,
    body#pg-3296 .header-area--relative,
    body#pg-3400 .header-area--relative {
        position: fixed;
    }
}

.service-hero-text h1 {
    font-size: 80px;
}

.service-hero-text p {
    font-size: 28px;
    margin-top: 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .service-hero-text h1 {
        font-size: 80px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .service-hero-text h1 {
        font-size: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-hero-text h1 {
        font-size: 40px;
    }
    .service-hero-text p {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .service-hero-text h1 {
        font-size: 40px;
    }
    .service-hero-text p {
        font-size: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .service-hero-text h1 {
        font-size: 40px;
    }
}


/* Hoteldesk */

.dm-icon-row .dm-icon {
    width: 100px;
    margin: 0 auto 15px;
}

.dm-clear {
    clear: both;
}

@media only screen and (min-width: 767px) {
    .dm-icon-row {
        width: 715px;
        margin: 0 auto;
    }
    .dm-icon-row .dm-icon {
        width: 100px;
        float: left;
        margin-right: 15px;
    }
    .dm-icon-row .dm-content {
        float: left;
        width: 600px;
        max-width: 100%;
        text-align: left;
    }
}


/* Footer */

.dm-footer ul {
    list-style-type: none;
}

.dm-footer li {
    padding: 10px;
    display: inline;
}

.dm-footer li a {
    color: #909090;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
}

.dm-footer li a:hover {
    color: #333;
}

.dm-footer .mobile-logo {
    height: 20px;
}


/* Header */

.header-area--relative {
    border-color: #E4E8F6;
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
}

body#pg-3036 .header-area--relative,
body#pg-3110 .header-area--relative,
body#pg-3152 .header-area--relative,
body#pg-3153 .header-area--relative,
body#pg-3154 .header-area--relative,
body#pg-3155 .header-area--relative,
body#pg-3157 .header-area--relative,
body#pg-3158 .header-area--relative,
body#pg-3179 .header-area--relative,
body#pg-3180 .header-area--relative,
body#pg-3181 .header-area--relative,
body#pg-3182 .header-area--relative,
body#pg-3128 .header-area--relative,
body#pg-3334 .header-area--relative,
body#pg-3223 .header-area--relative,
body#pg-3296 .header-area--relative,
body#pg-3400 .header-area--relative {
    border-width: 0px;
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0);
}

.header-sticky:not(.is-sticky) {
    padding: 7px 0 6px;
}

.submenu {
    min-width: 260px;
}



/* Sidebar rechts */
#dm-side.fixedSidebar.fixedSidebarRight {
  position: fixed !important;
  z-index: 99999 !important;
  top: 50% !important;
  right: 0 !important;
  left: auto !important;
  bottom: auto !important;
  transform: translateY(-50%) !important;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  width: 90px;
  background-color: #fff;
  border: 1px solid #eee;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  box-shadow:
    0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 8px 10px -6px rgba(0, 0, 0, 0.1);

  transition: right 0.25s ease;
}

#dm-side.fixedSidebar.fixedSidebarRight.active {
  right: -90px !important;
}

#dm-side .sidebarItem {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  width: 100%;
  min-height: 82px;
  padding: 12px 5px 10px;

  border-bottom: 1px solid #eee;
  color: #333;
  text-decoration: none;
  transition: 0.25s ease;
}

#dm-side .sidebarItem:nth-last-child(2) {
  border-bottom: 0;
}

#dm-side .sidebarItem:hover,
#dm-side .sidebarItem:focus-visible {
  background-color: #fafafa;
  outline: none;
}

#dm-side .sidebarItem svg {
  width: 30px;
  height: 30px;
  fill: #333;
  transition: 0.25s ease;
}

#dm-side .sidebarItem:hover svg,
#dm-side .sidebarItem:focus-visible svg {
  fill: #0065ee;
}

#dm-side .sidebarItemPrimary svg {
  fill: #0065ee;
}

#dm-side [data-tooltip]::after {
  content: attr(data-tooltip);
  display: block;
  padding: 7px 5px 0;
  color: #333;
  text-align: center;
  font-size: 12px;
  line-height: 1.4;
  text-decoration: none;
}

#dm-side .cntr {
  position: absolute;
  top: 8px;
  right: 16px;

  width: 22px;
  height: 22px;
  border-radius: 50%;

  background-color: #0065ee;
  color: #fff;

  display: grid;
  place-items: center;

  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}

/* Wichtig: eigener Trigger-Name, nicht .buttonTrigger */
#dm-side .dm-side-trigger {
  position: absolute !important;
  top: 50% !important;
  right: calc(100% - 1px) !important;
  left: auto !important;
  bottom: auto !important;
  transform: translateY(-50%) !important;

  width: 28px;
  min-height: 64px;
  padding: 20px 2px;

  border: 0;
  border-top: 1px solid #fafafa;
  border-bottom: 1px solid #fafafa;
  border-left: 1px solid #fafafa;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;

  background-color: #fff;
  cursor: pointer;
  transition: 0.25s ease;

  display: flex;
  align-items: center;
  justify-content: center;
}

#dm-side .dm-side-trigger svg {
  width: 20px;
  height: 20px;
  fill: #333;
  transform: rotate(180deg);
  transition: 0.25s ease;
}

#dm-side .dm-side-trigger.active {
  background-color: #0065ee;
}

#dm-side .dm-side-trigger.active svg {
  fill: #fff;
  transform: rotate(0deg);
}

@media (max-width: 767px) {
  #dm-side.fixedSidebar.fixedSidebarRight {
    width: 76px;
  }

  #dm-side.fixedSidebar.fixedSidebarRight.active {
    right: -76px !important;
  }

  #dm-side .sidebarItem {
    min-height: 72px;
  }

  #dm-side .sidebarItem svg {
    width: 26px;
    height: 26px;
  }

  #dm-side [data-tooltip]::after {
    font-size: 11px;
  }
}


/* Colors */

.bg-white {
    background-color: #fff;
}

.bg-success.text-white a:hover {
    color: inherit;
    opacity: 0.6;
}

.bg-text-primary {
    background-color: #004c7c;
    padding: 5px 10px;
    color: #FFF;
}

.dm-border-primary {
    border: 1px solid #004976;
}

.dm-box-row .col:nth-child(1) {
    background-color: #ccebff;
    color: #333;
}

.dm-box-row .col:nth-child(2) {
    background-color: #99d8ff;
    color: #333;
}

.dm-box-row .col:nth-child(3) {
    background-color: #66C4FF;
    color: #333;
}

.text-color-tertiary {
    color: #0086b2;
}

.bg-primary {
    background-color: #004c7c !important;
}

.bg-tertiary {
    background-color: #0086b2 !important;
}

.bg-primary,
.bg-secondary,
.bg-tertiary,
.bg-primary h2,
.bg-secondary h2,
.bg-tertiary h2,
.bg-primary h3,
.bg-secondary h3,
.bg-tertiary h3,
.bg-primary h4,
.bg-secondary h4,
.bg-tertiary h4,
.dm-links-invert a,
.dm-links-invert a:hover,
a.add-to-mk,
a.add-to-mk:hover {
    color: #FFF;
}

.dm-links-secondary a {
    color: #FF5300;
}

.dm-links-bg-secondary a,
.dm-links-bg-tertiary a {
    background-color: #FF5300;
    color: #FFF;
    padding: 0 10px;
    margin: 0 5px;
}

.dm-links-bg-tertiary a {
    background-color: #0086B2;
}

.dm-links-bg-secondary a:hover,
.dm-links-bg-tertiary a:hover {
    opacity: 0.7;
    color: #FFF;
}

.dm-links-invert a:hover,
.dm-links-secondary a:hover {
    opacity: 0.7;
}

.bg-primary .list-item::before,
.bg-secondary .list-item::before,
.bg-tertiary .list-item::before {
    color: inherit;
}

.list-item.list-color-primary::before {
    color: #004c7c;
}

.list-item.list-color-secondary::before {
    color: #ff5300;
}

.list-item.list-color-tertiary::before {
    color: #0086b2;
}

.bg-tertiary .btn,
.bg-tertiary .ht-btn {
    border: 2px solid #fff;
}

.ht-box-images.style-06 .image-box-wrap .box-image::before {
    background-image: -webkit-linear-gradient(290deg, #e8f2fc 0%, #fefdfd 100%);
    background-image: -o-linear-gradient(290deg, #e8f2fc 0%, #fefdfd 100%);
    background-image: linear-gradient(160deg, #e8f2fc 0%, #fefdfd 100%);
}

.ht-box-images.style-05:hover .content .box-images-arrow a {
    color: #fff;
}

.ht-box-images.style-04 .content .box-images-arrow a {
    color: #0086b2;
}

.ht-box-images.style-04 .content .box-images-arrow a:hover {
    color: #004c7c;
}

.circle-list .list-item {
  margin-bottom: 5px;
}

.circle-list .list-item::before{
  top: 11px;
}

/* Buttons */

.cta-button-group .btn {
    margin: 10px;
}


/* Text */

.dm-h1 {
    font-size: 56px;
}

.dm-h2 {
    font-size: 48px;
}

.dm-h3 {
    font-size: 40px;
}

.dm-h4 {
    font-size: 34px;
}

.dm-h5 {
    font-size: 24px;
}

.dm-h6 {
    font-size: 18px;
}

.dm-p {
    font-size: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .dm-h1 {
        font-size: 46px;
    }
    .dm-h2 {
        font-size: 36px;
    }
    .dm-h3 {
        font-size: 32px;
    }
    .dm-h4 {
        font-size: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .dm-h1 {
        font-size: 40px;
    }
    .dm-h2 {
        font-size: 36px;
    }
    .dm-h3 {
        font-size: 28px;
    }
    .dm-h4 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 767px) {
    .dm-h1 {
        font-size: 34px;
    }
    .dm-h2 {
        font-size: 30px;
    }
    .dm-h3 {
        font-size: 25px;
    }
    .dm-h4 {
        font-size: 24px;
    }
    .dm-h5 {
        font-size: 20px;
    }
}


/* Image decoration */

.img-shadow-tertiary {
    border: 1px solid #0086b2;
    box-shadow: 10px 10px 0px 0px #0086b2;
}

.img-shadow-gray {
    border: 1px solid #bfbfbf;
    box-shadow: 10px 10px 0px 0px #e6e6e6;
}


/* nur für freigestellte Bilder! */

.img-p5 {
    padding: 5px;
    background-color: #FFF;
}


/* svg-Icons */

.dm_svg-icon {
    position: relative;
}

.dm_svg-icon img {
    width: auto;
    height: 70px;
    padding: 4px;
    -webkit-box-shadow: 3px 3px 0px 0px #ff5300;
    box-shadow: 3px 3px 0px 0px #ff5300;
    border: 1px solid #ff5300;
}

.dm_svg-icon .ht-box-images.style-02 h6 {
    width: 80px;
}

@media only screen and (max-width: 767px) {
    .dm_svg-icon .ht-box-images.style-02 h6 {
        width: 125px;
    }
}

@media only screen and (max-width: 991px) {
    .dm_svg-icon .ht-box-images.style-02 h6 {
        width: 150px;
    }
}


/* Image Lightbox */

.ht-box-images.style-01.dm-images .image-box-wrap {
    padding: 0 0 63px;
}

.ht-box-images.style-01.dm-images .image-box-wrap .box-image {
    margin-bottom: 21px;
}

.ht-box-images.style-01.dm-images .image-box-wrap .content {
    padding: 0 10px;
    min-height: 140px;
}

.ht-box-images.style-01.dm-images .image-box-wrap .text {
    font-size: 12px;
}

.ht-box-images.style-01.dm-images .image-box-wrap .heading {
    margin-bottom: 5px;
}


/* Parallax */

.dm-paral {
    min-height: 500px;
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 50%;
    padding: 0;
}

.dm-paral .dm-paral-layer {
    background: rgba(0, 0, 0, .8);
    min-height: 500px;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .dm-paral .dm-paral-layer {
        padding: 35px 20px;
    }
}

.dm-paralsec1 {
    background-image: url("https://www.swoppen.com/data/HP/www.hoteldesk.de/tablet-unsplash.jpg");
}

.dm-paralsec2 {
    background-image: url("https://www.swoppen.com/data/HP/www.swoppen.com/hotel-automatisierung/online-buchung.jpg");
}

.dm-paralsec3 {
    background-image: url("https://www.swoppen.com/data/HP/www.swoppen.com/hotel-automatisierung/key.jpg");
}

.dm-paralsec4 {
    background-image: url("https://www.swoppen.com/data/HP/www.swoppen.com/hotel-automatisierung/online-checkout.jpg");
}


/* Hintergrundbild - Section */

.dm-imagebg {
    background: url(https://www.swoppen.com/data/HP/www.hoteldesk.de/background-layer.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 60px 0;
}

.dm-imagebg-2 {
    background: url(https://www.swoppen.com/data/HP/www.hoteldesk.de/background-layer2.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 60px 0;
}

.dm-imagebg-3 {
    background: url(https://www.swoppen.com/data/HP/www.hoteldesk.de/background-layer3.jpg) no-repeat;
    background-size: cover;
    background-position: left top;
    padding: 100px 0;
}

.dm-imagebg .dm-imagebg-image,
.dm-imagebg-2 .dm-imagebg-image,
.dm-imagebg-3 .dm-imagebg-image {
    padding-left: 0px;
    margin-left: -50px;
}

.dm-imagebg-3 .dm-box-overlay {background-color: #FF5300; padding: 25px;}

@media only screen and (max-width: 991px) {
	.dm-imagebg-3 .dm-box-overlay {background-color: rgba(0,0,0,0.6);}
}

/* Module */

.dm-preis {
    padding-top: 10px;
    color: #0086b2;
}

.dm-preis span {
    font-size: 28px;
    font-weight: bold;
}


/* Toggle Button klein auf transparent*/

.faq-two-wrapper-branchen .card {
    background-color: transparent;
}

.faq-two-wrapper-branchen .card-header {
    background-color: transparent;
}

.faq-two-wrapper-branchen .card-header h5 button {
    font-size: 15px;
    background: transparent;
}


/* Blog */

.dm-link-primary a {
    color: #004c7c;
}

.dm-link-primary a:hover {
    color: #007ecc;
}

.dm-blog .single-blog-item.blog-grid .post-info .btn-text a {
    border-width: 0px
}

.dm-blog .blog-thumbnail {
    -webkit-box-shadow: 0 4px 32px rgba(51, 51, 51, 0.07);
    box-shadow: 0 4px 32px rgba(51, 51, 51, 0.07);
}

.dm-blog .post-info {
    margin-top: 0;
}

.dm-blog .post-title {
    font-size: 18px;
}

.dm-blog .post-excerpt {
    display: none;
}

.dm-blog.dm-blog-einleitung .post-excerpt {
    display: unset;
}


/* Changelog */

.dm-changelog {
    padding: 20px;
}

.dm-changelog:not(:last-of-type) {
    margin-bottom: 10px;
}

.dm-changelog:nth-child(even) {
    background-color: #F8F8F8;
}

.dm-changelog h3 {
    font-size: 18px;
    color: #004c7c;
    margin-bottom: 10px;
}

.dm-changelog h4 {
    font-size: 15px;
    margin-top: 10px;
}

.dm-changelog ul {
    margin-bottom: 5px;
}

.dm-changelog ul li {
    position: relative;
    padding-left: 80px;
    margin-bottom: 5px;
}

.dm-changelog ul li:before {
    content: 'change';
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    text-align: center;
    float: left;
    width: 70px;
    background-color: #fff;
    color: #004c7c;
    border: 1px solid #004c7c;
    padding: 0 5px;
    text-transform: uppercase;
    font-size: 11px;
    border-radius: 2px;
}

.dm-changelog ul li.new:before,
.dm-changelog ul li.remove:before,
.dm-changelog ul li.fix:before {
    color: #fff;
    border-width: 0;
}

.dm-changelog ul li.new:before {
    content: 'new';
    background-color: #56ba2c;
}

.dm-changelog ul li.remove:before {
    content: 'removed';
    background-color: #ff5300;
}

.dm-changelog ul li.fix:before {
    content: 'fixed';
    background-color: #0086b2;
}

.dm-changelog ul li.mobile:after {
	content: '';
    background: url('https://www.swoppen.com/data/HP/www.swoppen.com/icons/changelog-mobile.svg') no-repeat;
	display: inline-block;
    height: 15px;
    width: 40px;
    margin: 0 5px;
}

.dme-img-changelogs {
    margin: 0 0 15px;
    display: flex;
}

.dme-img-changelogs div {
    flex-grow: 1;
    padding: 10px 10px 0 0;
}

.dme-img-changelogs img {
    border: 1px solid #bfbfbf;
    box-shadow: 5px 5px 0px 0px #e6e6e6;
}

/* Hotellexikon */

.dm-links a {
    color: #004c7c;
}

.dm-links a:hover {
    color: #007ecc;
}

.dm-hotellexikon {
    border-bottom: 1px solid #004c7c;
    border-top: 1px solid #004c7c;
    margin-bottom: 60px;
    padding: 30px 0;
}

.dm-hotellexikon.dm-stellen {
    margin-bottom: 10px;
}

.dm-hotellexikon .row {
    margin: 0 15px;
}

@media only screen and (max-width : 576px) {
    .dm-hotellexikon {
        margin: 0 20px 60px;
        width: calc(100% - 40px);
    }
    .dm-hotellexikon .row {
        margin: 0;
    }
}

.dm-hotellexikon .blog-thumbnail,
.dm-hotellexikon .btn-text,
.dm-hotellexikon .post-meta,
.dm-hotellexikon .post-excerpt {
    display: none;
}

.dm-hotellexikon .mb-30 {
    margin: 0;
    padding: 0 !important;
}

.dm-hotellexikon .single-blog-item .post-info {
    margin: 0;
}

.dm-hotellexikon .single-blog-item.blog-grid {
    margin-bottom: 0px;
}

.dm-hotellexikon .single-blog-item .post-info h5.post-title {
    margin: 0;
    font-size: 15px;
    line-height: 26px;
    color: #004c7c;
}

.dm-hotellexikon .single-blog-item .post-info h5.post-title::after {
    content: '\f054';
    font-family: 'Font Awesome 5 Pro';
    color: #FF5300;
}


/* Anwendungssoftware */

.dm-bereiche {
    padding: 0;
}

.dm-bereiche .dm-bereiche-item {
    background-color: #004c7c;
    padding: 15px;
    margin: 5px;
}

.dm-bereiche .dm-bereiche-item p,
.dm-bereiche .dm-bereiche-item h4 {
    color: #FFF;
    opacity: 0.6;
}

.dm-bereiche .dm-bereiche-item a p,
.dm-bereiche .dm-bereiche-item a h4 {
    opacity: 1;
}

.dm-bereiche .dm-bereiche-item h4 {
    font-size: 24px;
    padding: 0;
}

.dm-bereiche .dm-bereiche-item a:hover {
    opacity: 0.7;
}


/* Preise */

.pricing-table__list li {
    line-height: 1.5;
}

.pricing-table-one .pricing-table__header .sub-title {
    text-transform: none;
    color: #004c7c;
}

.pricing-table-one .pricing-table__header .sub-title span {
    font-size: 21px !important;
    text-transform: uppercase;
}

.pricing-table-one .pricing-table__price-wrap .price {
    font-size: 42px;
}

.pricing-table-one .pricing-table__header .period {
    color: #ababab;
    font-size: 15px;
    margin-top: 10px;
}

.pricing-table-one .pricing-table__header {
    border-bottom: 2px solid #FF5300;
    padding-bottom: 30px;
}

.pricing-table-one .dm-setup {
    margin-top: 20px;
}

.pricing-table-one .dm-pricing ul:not(:last-child) {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}

.pricing-table-one .pricing-table__list li::before {
    color: #408820;
}

.pricing-table-one .pricing-table__list li.dm-prizing-no {
    opacity: 0.5;
}

.pricing-table-one .pricing-table__list li.dm-prizing-no::before {
    content: '\f00d';
    color: #bc1823;
}

.pricing-table-one .bg-primary .pricing-table__header,
.pricing-table-one .bg-tertiary .pricing-table__header { border-bottom: 2px solid #FFF;}
.pricing-table-one .bg-primary .pricing-table__list li::before,
.pricing-table-one .bg-tertiary .pricing-table__list li::before {color: #fff;}

.pricing-table-one .bg-primary .pricing-table__price-wrap .currency,
.pricing-table-one .bg-tertiary .pricing-table__price-wrap .currency,
.pricing-table-one .bg-primary .pricing-table__price-wrap .price,
.pricing-table-one .bg-tertiary .pricing-table__price-wrap .price,
.pricing-table-one .bg-primary .pricing-table__header .period,
.pricing-table-one .bg-tertiary .pricing-table__header .period {color: #fff;}

.dm-table-small td,
.dm-table-small th {
    padding: .15rem;
    font-size: 13px;
}

.dm-asterix {
    color: #ababab;
    font-size: 13px;
}

sup.dm-small {
    font-size: 10px;
}

ul.dm-asterix {
    counter-reset: item
}

ul.dm-asterix li {
    margin-left: 22px;
    padding-bottom: 10px;
}

ul.dm-asterix li::before {
    position: absolute;
    left: 20px;
    content: "(" counters(item, ".") ")";
    counter-increment: item;
    vertical-align: top;
    font-size: 10px;
}

#asterix {
    display: block;
    position: relative;
    bottom: 120px;
    visibility: hidden;
}


/* Branchen */

.dm-branchen .ht-box-images.style-05.text-center .image-box-wrap .box-image .hover-images {
    left: 50%;
    margin-left: -25px;
}

.dm-branchen .ht-box-images.style-05 .image-box-wrap {
    padding: 20px;
}

.dm-branchen .ht-box-images.style-05 .image-box-wrap .box-image {
    margin-bottom: 15px;
}

.dm-branchen .ht-box-images.style-05 .image-box-wrap .box-image img {
    max-width: 50px;
}

.dm-branchen .ht-box-images a {
    display: block;
}

.dm-akademie-home .image-box-wrap {
    height: 178px;
}


/* Check-Out Formulare */

.dm-check-out .dm-check-out-top,
.dm-check-out .dm-check-out-middle,
.dm-check-out .dm-check-out-bottom {
    background-color: rgba(255, 255, 255, 0.95)
}

.dm-check-out .dm-check-out-top {
    border-radius: 5px 5px 0 0;
}

.dm-check-out .dm-check-out-bottom {
    border-radius: 0 0 5px 5px;
}

.dm-check-out .dm-border-left {
    border-left: 1px solid #004C7C;
}

.dm-half {
    width: 50%
}

.custom-control-input:focus~.custom-control-label::before {
    border-color: #004c7c !important;
    box-shadow: 0 0 0 0.2rem rgba(0, 76, 124, 0.25) !important;
}

.custom-control-input:checked~.custom-control-label::before {
    border-color: #004c7c !important;
    background-color: #004c7c !important;
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #0086B2 !important;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    background-color: #ccf2ff !important;
    border-color: #ccf2ff !important;
}

#pg-3114 .os-checkout {
    display: none;
}


/* Anpassen! */


/*
div#datetimepicker12 {
    background: #e7e7e7;
    margin: 15px;}
    
.timepicker.col-md-6 {border-left: 1px solid #004c7c;}
*/

div#g-element {
    float: left;
    width: 50%;
    margin-left: 0!important;
    padding-left: 0px!Important;
}

.g-recaptcha {
    padding: 0px!important;
}

@media only screen and (min-width: 751px) {
    .dm-check-out,
    #pg-3160,
    #pg-3114,
    #pg-3214,
    #pg-3295 {
        background-color: #0086B2;
    }
    .dm-check-out .dm-footer li a {
        color: rgba(255, 255, 255, 0.5);
    }
    .dm-check-out .dm-footer li a:hover {
        color: rgba(255, 255, 255, 0.8);
    }
}

@media only screen and (max-width: 750px) {
    .dm-check-out {
        background-color: #fff;
    }
    .dm-check-out .dm-check-out-top,
    .dm-check-out .dm-check-out-middle,
    .dm-check-out .dm-check-out-bottom {
        background-color: rgba(255, 255, 255, 1);
        border-radius: 0px;
    }
    .dm-check-out .dm-border-left,
    .timepicker.col-md-6 {
        border-left: 0px solid #004C7C;
    }
}


/* Schnittstellen */

#schnittstellen div h5,
#schnittstellen div p {
    color: #fff !important;
    text-transform: none !important;
    font-size: 17px;
    text-align: center;
    height: 40px;
    margin-bottom: 0;
    margin-top: 10px !important;
    font-weight: normal;
}

#schnittstellen .fair {
    max-width: 915px;
    margin: auto;
}

#schnittstellen .fair>div {
    margin-top: 50px;
    opacity: 0.85;
}

#schnittstellen .fair>div:hover {
    opacity: 1;
}

#schnittstellen .fair div .category {
    background: url('https://www.swoppen.com/data/HP/www.hoteldesk.de/schnittstellen/schnittstellen-kategorien.png') no-repeat;
    height: 75px;
    width: 75px;
    margin: 0 auto;
}

#schnittstellen .fair div .category.buchhaltung {
    background-position: 0 0;
}

#schnittstellen .fair div .category.kassen {
    background-position: -150px 0;
}

#schnittstellen .fair div .category.behoerden {
    background-position: -225px 0;
}

#schnittstellen .fair div .category.meldescheine {
    background-position: 0 -75px;
}

#schnittstellen .fair div .category.hotelbewertungen {
    background-position: -75px -75px;
}

#schnittstellen .fair div .category.checkIn {
    background-position: 0 -150px;
}

#schnittstellen .fair div .category.channelManager {
    background-position: -75px 0;
}

#schnittstellen .fair div .category.zahlungsterminals {
    background-position: -75px -150px;
}

#schnittstellen .fair div .category.telefonanlagen {
    background-position: -150px -75px;
}

#schnittstellen .fair div .category.kiosk {
    background-position: -225px -75px;
}


/* Stellenangebote */

.PER_jobs h2 {
    font-size: 24px;
    color: #004c7c;
}

.PER_jobs li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 10px;
}

.PER_jobs li::before {
    color: #004c7c;
    content: '\f00c';
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    font-size: 13px;
    line-height: 1;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
}

.PER_jobs label {
    width: 25%;
    margin-right: 1%;
}

.PER_jobs input,
.PER_jobs textarea {
    width: 74%;
}

.PER_jobs .elm_attachment2 {
    margin-top: 20px;
}

.PER_jobs .btn {
    margin-top: 20px;
    background-color: #ff5300;
    border-width: 0;
}

/* Formular Stellenangebote */

#pg-3171 input {
	 margin: 10px 0;
	 width: calc(50% - 10px);
}
#pg-3171 input:nth-child(even) { margin-left: 10px;}
#pg-3171 input.file,
#pg-3171 input.file:nth-child(even) {
	width: 100%;
	padding: 3px 10px;
}
#pg-3171 label { margin-top: 20px; }


/* Action-Button Menü */

.header-bottom-wrap.header-sticky:not(.is-sticky) li.action-btn a {
    color: #fff !important;
}

.navigation-menu>ul>li.action-btn>a,
.mobile-menu-overlay__body .offcanvas-navigation>ul>li.action-btn>a,
.page-oppen-off-sidebar__body .offcanvas-navigation>ul>li.action-btn>a {
    padding: 15px 18px;
    color: #fff !important;
    margin-top: 6px;
    text-transform: uppercase;
    text-align: center;
    background-color: #FF4F00;
    border-radius: 0.25rem;
    transition: opacity 0.15s ease-in-out;
    margin: 5px;
}

.action-btn a:hover,
.action-btn a:focus {
    opacity: 0.95;
}

.navigation-menu>ul>li.action-btn>a:before {
    height: 0px;
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.action-btn>a,
.page-oppen-off-sidebar__body .offcanvas-navigation>ul>li.action-btn {
    margin: 35px 0 0;
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li:nth-last-child(-n+2),
.page-oppen-off-sidebar__body .offcanvas-navigation>ul>li:nth-last-child(-n+2) {
    border-bottom: 0;
}


/* Formulare */

.dm-form .os-checkout {
    display: none;
}

.dm-form .os-checkout-content {
    width: 750px;
    max-width: 100%;
    margin: 0 auto;
    padding: 15px;
}

.dm-form .form-zusatz {
    text-align: center;
    margin-bottom: 20px;
}

.dm-form #registration-form .col-md-3,
.dm-form #registration-form .col-md-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}


/* Warenkorb */

.cnt-article-header {
    color: #333;
    background-color: #fff;
    padding: 2px 7px;
    font-weight: 900;
    margin: 0 5px;
}


/* Sonstiges */

html {
    scroll-behavior: smooth;
}

.about-resources-wrapper {
    background-image: url(about-bg.svg);
}

.breadcrumb-area {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #F6FAFE;
    background-image: url(title-bar-bg.svg);
}

@media only screen and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .breadcrumb-area {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.breadcrumb-list li {
    font-size: 21px;
    letter-spacing: 1px;
    text-transform: none;
}

@media only screen and (max-width: 767px) {
    .breadcrumb-list li {
        font-size: 14px;
    }
}

.dm-hidden {
    display: none;
}

.dm-fluid {
    width: 100%;
    height: auto;
}

.dm-muted {
    color: #ababab;
}

.dm-small {
    font-size: 11px;
    line-height: 16px !important;
}

.ankerlink {
    display: block;
    position: relative;
    bottom: 120px;
    visibility: hidden;
}

.dm-hyphens {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    -webkit-hyphenate-limit-chars: auto 3;
    -webkit-hyphenate-limit-lines: 4;
    -ms-hyphens: auto;
    -ms-hyphenate-limit-chars: auto 3;
    -ms-hyphenate-limit-lines: 4;
}

.dm-hyphens a {
    display: inline;
}

.dm-reflect {
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    display: inline-block;
}

@media only screen and (max-width: 991px) {
    .dm_md-hidden {
        display: none;
    }
    .text-center-md {
        text-align: center;
    }
}

.dm-list-marker .title-wrap::before {
    content: '\f00c';
    position: absolute;
    top: 1px;
    left: 0;
    display: block;
    font-size: 24px;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    color: #ff5300;
}

@media only screen and (max-width: 760px) {
    /* Außenabstand auf Smartphones bei hellblauen Boxen */
    .no-gutters.bg-gray-2 .col.mx-5 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
}


/* Code */

.dm-code {
    margin: 15px 0;
    counter-reset: item;
    padding: 10px;
    background-color: #fafafa;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}


/*.dm-code div {
	height: 100%;
    min-height: 20px;
	display: block;
	position: relative;
	padding-left: 25px;
}

.dm-code div::before {
	content: counters(item, ".") " ";
	counter-increment: item;
	display: block;
	width: 10px;
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
	color: #888;
}*/


/* htmltagcloud */

#htmltagcloud {
    font-size: 100%;
    width: auto;
    margin: 1em 1em 0 1em;
    padding: 0em;
}

#htmltagcloud {
    line-height: 2.4em;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
    text-align: justify;
    text-indent: 0
}

#htmltagcloud a:link {
    text-decoration: none
}

#htmltagcloud a:visited {
    text-decoration: none
}

#htmltagcloud a:hover {
    color: white;
    background-color: #004c7c;
}

#htmltagcloud a:active {
    color: white;
    background-color: #004c7c;
}

.wrd {
    padding: 0;
    position: relative
}

.wrd a {
    text-decoration: none
}

.tagcloud0 {
    font-size: 1.0em;
    color: #e6f9ff;
    z-index: 10
}

.tagcloud0 a {
    color: #e6f9ff
}

.tagcloud1 {
    font-size: 1.4em;
    color: #99e6ff;
    z-index: 9
}

.tagcloud1 a {
    color: #99e6ff
}

.tagcloud2 {
    font-size: 1.8em;
    color: #80dfff;
    z-index: 8
}

.tagcloud2 a {
    color: #80dfff
}

.tagcloud3 {
    font-size: 2.2em;
    color: #66d9ff;
    z-index: 7
}

.tagcloud3 a {
    color: #66d9ff;
}

.tagcloud4 {
    font-size: 2.6em;
    color: #4dd2ff;
    z-index: 6
}

.tagcloud4 a {
    color: #4dd2ff;
}

.tagcloud5 {
    font-size: 3.0em;
    color: #33ccff;
    z-index: 5
}

.tagcloud5 a {
    color: #33ccff
}

.tagcloud6 {
    font-size: 3.3em;
    color: #1ac6ff;
    z-index: 4
}

.tagcloud6 a {
    color: #1ac6ff;
}

.tagcloud7 {
    font-size: 3.6em;
    color: #00bfff;
    z-index: 3
}

.tagcloud7 a {
    color: #00bfff
}

.tagcloud8 {
    font-size: 3.9em;
    color: #00ace6;
    z-index: 2
}

.tagcloud8 a {
    color: #00ace6
}

.tagcloud9 {
    font-size: 4.2em;
    color: #0099cc;
    z-index: 1
}

.tagcloud9 a {
    color: #0099cc;
}

.tagcloud10 {
    font-size: 4.5em;
    color: #0086B2;
    z-index: 0
}

.tagcloud10 a {
    color: #0086B2
}

.freq {
    font-size: 10pt !important;
    color: #bbb
}

#credit {
    text-align: center;
    color: #333;
    margin-bottom: 0.6em;
    font: 0.7em 'lucida grande', trebuchet, 'trebuchet ms', verdana, arial, helvetica, sans-serif
}

#credit a:link {
    color: #777;
    text-decoration: none
}

#credit a:visited {
    color: #777;
    text-decoration: none
}

#credit a:hover {
    color: white;
    background-color: #05f
}

#credit a:active {
    text-decoration: underline
}


/*= alte Änderungen =*/

.spacer {
    width: 100%;
    margin-bottom: 35px;
}

.st-c .box-image {
    max-width: 50px;
    filter: brightness(0);
}

.st-c .box-image img {
    max-width: 100%;
    background-position: -75px 0!important;
}

.footer-widget__logo.mb-30 {
    max-width: 80%;
}

li.not-in:before {
    content: "\f00d"!important;
}

li.not-in {
    opacity: 0.5;
}

div#mobile-menu-overlay .logo {
    min-width: 200px;
    /*min-height: 50px;*/
}

div#mobile-menu-overlay .logo img {
    width: 100%;
}

ul.pricing-table__list.text-left {
    margin-bottom: 29px;
}

.pricing-table__footer {
    margin-bottom: 30px;
}

@media screen and (min-width:991px) {
    .pricing-table__feature-mark {
        z-index: 0;
    }
    /*.pricing-table__header * {
        z-index: 999!important;
    }*/
}

span.tooltipv2.tooltipstered {
    content: "\f129";
    position: absolute;
    width: 20px;
    height: 20px;
    font-family: 'Font Awesome 5 Pro';
    color: #004d7c;
    margin-left: 10px;
    margin-top: 1px;
    font-weight: bold;
}

span.tooltipv2.tooltipstered {
    width: 20px;
    height: 20px;
    position: relative;
    min-width: 20px;
    min-height: 20px;
    content: "x";
}

.tooltip_templates {
    position: absolute;
    background: white;
    box-shadow: 0px 0px 7px 0px #0000007a;
    z-index: 9999;
    /* border: 1px solid; */
    border-radius: 6px;
    /* left: 0px; */
    max-width: 90%;
}

span.tooltipv2.tooltipstered {
    cursor: pointer;
    transition: all 0.3s ease;
}

span.tooltipv2.tooltipstered:hover {
    color: grey;
}

.rounded-icons .soferuImg {
    background: #004d7c;
    border-radius: 7px;
    box-shadow: 0 18px 40px rgba(51, 51, 51, 0.1);
}

.rounded-icons img {
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
}

.rounded-icons .soferuTitle {
    font-size: 14px;
    line-height: 20px;
    padding-top: 3px;
    text-align: center;
}

.rounded-icons a .soferuTitle {
    color: #333 !important;
}

.soferuImg.primary.orangered {
    background: #FF5300;
}

.rounded-icons:hover {
    margin-top: 5px;
}

.rounded-icons {
    transition: all 0.3s ease;
}

.image-box-wrap h6.heading {
    line-height: 24px !important;
}


/* Bild Layer */

.dm-header-bild {
    position: relative;
    width: 100%;
}

.dm-header-bild img {
    width: 100%;
    object-fit: cover;
    height: 300px;
}

.dm-header-bild-overlay {
    position: absolute;
    top: 0;
    height: 300px;
    background: rgba(0, 47, 77, .9);
    width: 100%;
    transition: .5s ease;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* Support */

.dm-breadcrumb {
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1.58;
    text-transform: uppercase;
    color: #007ecc;
}

.dm-breadcrumb a {
    display: inline-block;
    color: #696969;
    margin-right: 5px;
}

.dm-breadcrumb a:hover {
    color: #004c7c;
}

.dm-breadcrumb a::after {
    content: ' /';
    color: #696969 !important;
}

.dm-support {
    width: 100%;
}

.dm-support-inner {
    width: 350px;
    position: absolute;
    right: 0;
    top: 10px;
}

.dm-search {
    margin-top: 5px;
}

.dm-support p {
    color: #ababab;
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 1.43;
    font-weight: 600;
}

@media screen and (max-width:768px) {
    .header-bottom-wrap.header-sticky.is-sticky .dm-support {
        display: none;
    }
    .header-sticky:not(.is-sticky) .dm-support {
        position: absolute;
        top: 100px;
    }
    .header-sticky:not(.is-sticky) .dm-support-inner {
        width: 100%;
    }
}

.dm-support-overview .item {
    margin-bottom: 30px;
    -webkit-box-shadow: 0 18px 40px rgba(51, 51, 51, 0.1);
    box-shadow: 0 18px 40px rgba(51, 51, 51, 0.1);
    background: #ffffff;
    border-radius: 5px;
    padding: 30px;
}

.dm-support-overview .subtitle {
    font-weight: bold;
}

.dm-support-overview .introduction {
    font-size: 12px;
    line-height: 16px !important;
}

.dm-support-overview img {
    margin-bottom: 10px;
}

.dm-reflect {
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    display: inline-block;
}


/* Handbuch */

.dm-listing-handbuch h2,
.dm-listing-handbuch h4 {
    font-size: 1rem;
    font-weight: normal
}

.dm-handbuch {
    padding-top: 60px;
    padding-bottom: 60px;
}

.dm-ihvz {
    margin-bottom: 1rem;
}

.dm-ihvz-inner {
    background-color: #F8F8F8;
    padding: 1rem;
}

@media (min-width: 992px) {
    .dm-ihvz {
        position: -webkit-sticky;
        position: sticky;
        top: 135px;
        height: 300px;
    }
}

.dm-handbuch a,
.dm-listing-handbuch h2,
.dm-listing-handbuch h4 {
    color: #004c7c;
    display: inline;
}

.dm-handbuch a:hover,
.dm-listing-handbuch a:hover h2 {
    color: #007ecc;
}

.dm-listing-handbuch h5 {
    color: #004c7c;
    display: inline;
    font-size: 16px;
    font-weight: normal;
}

.dm-handbuch h5:hover,
.dm-listing-handbuch a:hover h5 {
    color: #007ecc;
}

.dm-listing-handbuch h5::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 5 Pro', 'FontAwesome';
    content: '\f0f6';
    font-size: 1.75rem;
    margin-right: 0.5rem;
    color: #696969;
}

.dm-listing-handbuch .blog-thumbnail,
.dm-listing-handbuch .btn-text,
.dm-listing-handbuch .post-meta,
.dm-listing-handbuch .post-excerpt {
    display: none;
}

.dm-listing-handbuch .mb-30,
.dm-listing-handbuch .single-blog-item,
.dm-listing-handbuch .single-blog-item .post-info {
    margin: 0;
}

.dm-handbuch img,
#pg-3358 .page-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 1rem auto 2rem;
    border: 1px solid #0086b2;
    box-shadow: 10px 10px 0px 0px #0086b2;
}

.dm-handbuch .alert,
#pg-3358 .page-content .alert {
    margin: 1rem 0 2rem;
}

.dm-handbuch h2,
.dm-handbuch h3,
.dm-handbuch h4,
.dm-handbuch h5,
.dm-handbuch h6,
#pg-3358 .page-content h2,
#pg-3358 .page-content h3,
#pg-3358 .page-content h4,
#pg-3358 .page-content h5,
#pg-3358 .page-content h6 {
    margin-top: 1rem;
}

.dm-handbuch h1,
#pg-3358 .page-content h1 {
    font-size: 2rem;
    color: #FF5300;
    margin-bottom: 1rem;
    border-bottom: 1px solid #FF5300;
}

.dm-handbuch h2,
#pg-3358 .page-content h2 {
    font-size: 1.75rem;
    color: #004c7c;
}

.dm-handbuch h3,
#pg-3358 .page-content h3 {
    font-size: 1.6rem;
}

.dm-handbuch h4,
#pg-3358 .page-content h4 {
    font-size: 1.5rem;
}

.dm-handbuch h5,
#pg-3358 .page-content h5 {
    font-size: 1.25rem;
}

.dm-handbuch h6 {}

#pg-3358 .page-content {
    max-width: 900px;
    margin: auto;
}

.dm-handbuch-cat .category.col-lg-3,
.dm-handbuch-cat .categories>.col-md-12:not(.category) {
    display: none;
}

.category-listing a {
    display: block;
    width: 100%;
    min-height: 82px;
    background-color: #007ecc;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin: 15px 5px;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.category-listing a .title-block {
    margin: auto;
    font-size: 18px;
    line-height: 28px;
}

.category-listing a:hover .title-block {
    opacity: 0.8;
}

.category-listing .category:first-of-type a {
    background-color: #ff5300;
}

.category-listing .category:first-of-type .title::after {
    content: 'Bitte zuerst lesen!';
    display: block;
    font-size: 15px;
	line-height: 18px;
    font-weight: bold;
    background-color: #FFF;
    color: #ff5300;
}


.categories {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
	/* simuliert .row */
}

.dm-handbuch-cat .title-block, .dm-handbuch-cat .title {padding: 0;}

@media (min-width: 576px) {
    .dm-handbuch-cat .category.col-lg-12 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 768px) {
    .dm-handbuch-cat .category.col-lg-12 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media (min-width: 992px) {
    .dm-handbuch-cat .category.col-lg-12 {
        -ms-flex: 0 0 325%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}


/* Login */

.mlg {
    width: 250px;
    height: 255px;
    position: fixed;
    bottom: 1%;
    right: -188px;
    z-index: 998;
    transition: all 0.6s ease;
}

.mlg:hover {
    right: -2px;
}

.myLogin {
    background-color: #FFF;
    padding: 10px;
    border: 2px solid #ff5300;
    border-radius: 10px 0 0 10px;
    -webkit-box-shadow: 0 4px 32px rgba(51, 51, 51, 0.2);
    box-shadow: 0 4px 32px rgba(51, 51, 51, 0.2);
}

.myLogin a {
    display: inline-block;
    width: 210px;
    height: 40px;
    padding: 7px 0 0 50px;
    margin: 2px 0;
    position: relative;
}

a.myLogout:before {
    background: url('https://services.swoppen.com/data/HP/www.services.swoppen.com/personal.png');
}

a.myTickets:before {
    background: url('https://services.swoppen.com/data/HP/www.services.swoppen.com/tickets-blau.png');
}

a.mySupport:before {
    background: url('https://services.swoppen.com/data/HP/www.services.swoppen.com/ticket-anlegen-blau.png');
}

a.myTickets:before {
    background: url('https://services.swoppen.com/data/HP/www.services.swoppen.com/tickets-blau.png');
}

a.myIdeas:before {
    background: url('https://services.swoppen.com/data/HP/www.services.swoppen.com/icon-ideen-blau.png');
}

a.myLogout:before,
a.myTickets:before,
a.mySupport:before,
a.myTickets:before,
a.myIdeas:before {
    content: " ";
    width: 40px;
    height: 40px;
    position: absolute;
    background-size: cover;
    left: 0;
    top: 0;
}

@media screen and (max-width:768px) {
    .mlg {
        transform: scale(0.7);
        right: -170px;
    }
    .mlg:hover {
        right: -50px;
    }
}

/* Korrekturen Template*/

.ht-btn.ht-btn-md {
  line-height: 22px;
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

/* Druck */

@media print {
   .not-print {
        display: none;
    }
}

/* Font Awesome 6*/

@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../assets/fonts/fontawesome6/fa-brands-400.woff2") format("woff2"), url("../assets/fonts/fontawesome6/fa-brands-400.ttf") format("truetype"); }

.fa6-brands {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; 
  }

.fa-x-twitter:before {
  content: "\e61b"; }
  
.fa-square-x-twitter:before {
  content: "\e61a"; }

/* Megamenu */
  
.megamenu.megamenu--mega.bg-primary a,
.megamenu.megamenu--mega.bg-primary h2,
.megamenu.megamenu--mega.bg-primary>li .page-list-title {
    color: #fff !important;
}

.megamenu--mega>li>ul>li>a {
    padding: 5px 0;
}

.megamenu.megamenu--mega.bg-primary a:hover:not(.ht-btn) {
    opacity: 0.7;
}

.header-bottom-wrap.header-sticky .header__navigation ul li a.ht-btn {
    height: 27px !important;
    line-height: 18px;
    padding: 3px 8px;
    color: #004C7C !important;
}

.megamenu.megamenu--mega.bg-primary a.ht-btn.ht-btn--outline {
    border-color: #fff;
    color: #fff !important;
}

.header-bottom-wrap.header-sticky .header__navigation ul li a.ht-btn:hover,
.header-bottom-wrap.header-sticky .header__navigation ul li a.ht-btn.btn--secondary {
    color: #fff !important;
}

/* Bloglayout 2026 */
        
.h1.breadcrumb-title {
    font-size: 56px;
    font-weight: 700;
}

.single-blog-item h1,
.single-blog-item h2,
.single-blog-item h3 {
    font-weight: 700 !important;
    color: #004C7C;
    hyphens: none;
}

.single-blog-item h2 {
    font-size: 24px;
    margin: 20px 0 5px;
}

.single-blog-item h3 {
    font-size: 18px;
    color: #0086B2;
}

.single-blog-item .post-info .post-categories {
    color: #0086b2;
}

.dme_inhvz {
    margin: 54px 65px 44px 70px !important;
    padding: 0 0 0 20px;
    font-size: 18px;
    border-left: 4px solid #eee;
    border-left-color: #0086b2;
    position: relative;
    color: #333;
    hyphens: none;
}

.dme_inhvz a {
    color: #696969;
    font-size: 15px;
}

.dme_inhvz a:hover,
.post-excerpt .dme-sources a:hover {
    color: #0086b2;
}

.post-excerpt.dm-hyphens table {
    hyphens: none;
}

.table .thead-dark th {
    background-color: #0086b2;
    border-color: #0086b2;
}

.post-excerpt table {
    color: #696969;
    font-size: 15px;
}

.post-excerpt .dme-sources {
    border-top: 1px solid #eee;
    margin-top: 40px;
    padding-top: 15px;
    font-size: 13;
}

.post-excerpt .dme-sources p {
    margin: 0;
}

.post-excerpt .dme-sources a {
    color: #696969;
}

[id] {
  scroll-margin-top: 80px;
}

.ht-box-images {
    display: flex;
    justify-content: stretch;
    height: 100%;
}