/*
 Theme Name: RLB Theme [Pofo-Child]
 Theme URI: http://wpdemos.themezaa.com/pofo
 Description: [RLB] Child theme for Pofo theme
 Version: 1.0 | Roger Le Béhérec
 Author: KREATIVBÜRO.hamburg
 Author URI: mailto:bjoern@kreativbuero.hamburg
 Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, grid-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, blog, e-commerce, photography, portfolio
 License: Themeforest Split Licence
 License URI: http://themeforest.net/licenses
 Template: pofo
 Text Domain: pofo-child
*/

/*
INHALT
01  RLB CSS-Setting / Variablen
02  Fonts / Typografie
03  Globale Komponenten
04  Linkes Menü / Menü-Footer
05  Startseite
06  Unterseiten: Page Intro
07  Unterseite: Therapie
08  Unterseite: Beratung
09  Unterseite: Standort
10  Unterseite: Termine & Preise
11  Anfahrt / VenoMaps
12  Unterseiten-Footer
13  Responsive Startseite
14  Unterseite: Arbeitsweise
15  Unterseite: Kontakt
16  Impressum / Datenschutz
90  Responsive Global
91  Mobile Header / Menü
99  Feintuning / Abschluss-Fixes
*/


/* 01 RLB CSS-SETTING  - - - - - - - - - - - - - - - */
/* Backend Font  - - - - - - - - - - - - - - - - - - */

#adminmenu,
#adminmenu a {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
}


/* Text Selection Allgemein  - - - - - - - - - - - - */

::selection {
    color: #fff;
    background-color: #e45940;
}

/* reCaptcha ausblenden  - - - - - - - - - - - - - - */

.grecaptcha-badge {
  visibility: hidden;
}

/* RLB Farbvariablen  - - - - - - - - - - - - - - - */

:root {
    --rlb-orange: #e45940;
    --rlb-blue: #112e3c;
    --rlb-gray: #81949b;
    --rlb-border-gray: #b2b2b2;
    --rlb-grid-line: rgba(228, 89, 64, 0.30);
}

/*
Orange: #e45940
Dunkelblau: #112e3c
Grau: #81949b
Kontur Grau: #b2b2b2
*/


/* 02 FONTS / TYPOGRAFIE  - - - - - - - - - - - - - */

@font-face {
    font-family: 'saaseriesemdotregular';
    src: url('webfonts/saaseriesemdot-webfont.woff2') format('woff2'),
         url('webfonts/saaseriesemdot-webfont.woff') format('woff'),
         url('webfonts/saaseriesemdot-webfont.svg#saaseriesemdotregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sweet_sans_probold';
    src: url('webfonts/sweetsanspro-bold-webfont.woff2') format('woff2'),
         url('webfonts/sweetsanspro-bold-webfont.woff') format('woff'),
         url('webfonts/sweetsanspro-bold-webfont.svg#sweet_sans_probold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sweet_sans_proheavy';
    src: url('webfonts/sweetsanspro-heavy-webfont.woff2') format('woff2'),
         url('webfonts/sweetsanspro-heavy-webfont.woff') format('woff'),
         url('webfonts/sweetsanspro-heavy-webfont.svg#sweet_sans_proheavy') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sweet_sans_proitalic';
    src: url('webfonts/sweetsanspro-italic-webfont.woff2') format('woff2'),
         url('webfonts/sweetsanspro-italic-webfont.woff') format('woff'),
         url('webfonts/sweetsanspro-italic-webfont.svg#sweet_sans_proitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sweet_sans_prolight_italic';
    src: url('webfonts/sweetsanspro-lightitalic-webfont.woff2') format('woff2'),
         url('webfonts/sweetsanspro-lightitalic-webfont.woff') format('woff'),
         url('webfonts/sweetsanspro-lightitalic-webfont.svg#sweet_sans_prolight_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sweet_sans_promedium';
    src: url('webfonts/sweetsanspro-medium-webfont.woff2') format('woff2'),
         url('webfonts/sweetsanspro-medium-webfont.woff') format('woff'),
         url('webfonts/sweetsanspro-medium-webfont.svg#sweet_sans_promedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sweet_sans_promedium_italic';
    src: url('webfonts/sweetsanspro-mediumitalic-webfont.woff2') format('woff2'),
         url('webfonts/sweetsanspro-mediumitalic-webfont.woff') format('woff'),
         url('webfonts/sweetsanspro-mediumitalic-webfont.svg#sweet_sans_promedium_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sweet_sans_proregular';
    src: url('webfonts/sweetsanspro-regular-webfont.woff2') format('woff2'),
         url('webfonts/sweetsanspro-regular-webfont.woff') format('woff'),
         url('webfonts/sweetsanspro-regular-webfont.svg#sweet_sans_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.alt-font {
    font-family: 'sweet_sans_probold', sans-serif !important;
}

.main-font,
body {
    font-family: 'sweet_sans_proregular', sans-serif !important;
}

body {
    font-size: 16px;
    line-height: 24px;
}


/* 03 GLOBALE KOMPONENTEN  - - - - - - - - - - - - */
/* RLB Button Global  - - - - - - - - - - - - - - - */

.rlb-button {
    position: relative;
    display: inline-block;
    padding: 5px 18px 5px 45px;
    border: 1px solid var(--rlb-gray);
    background-color: #fff;
    font-family: 'sweet_sans_promedium', sans-serif;
    font-size: 13px;
    line-height: 1.2;
    color: var(--rlb-blue);
    text-decoration: none;
    letter-spacing: 0.3px;
    transition: color 0.25s ease, border-color 0.25s ease;
}

.rlb-button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 13px;
    width: 23px;
    height: 8px;
    background-color: var(--rlb-blue);
    transform: translateY(-50%);
    clip-path: polygon(
        0 3.5px,
        16px 3.5px,
        16px 0,
        23px 4px,
        16px 8px,
        16px 4.5px,
        0 4.5px
    );
    transition: background-color 0.25s ease, transform 0.25s ease;
}

.rlb-button::after {
    content: none;
}

.rlb-button:hover {
    color: var(--rlb-orange);
    border-color: var(--rlb-orange);
}

.rlb-button:hover::before {
    background-color: var(--rlb-orange);
    transform: translate(4px, -50%);
}

.rlb-button-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 50px;
}

.rlb-button-group .rlb-button {
    min-width: 180px;
    margin: 0 0 10px 0;
}


/* Info Box Global  - - - - - - - - - - - - - - - - */

.rlb-info-box {
    margin: 35px 0 0 0;
    padding-left: 13px;
    border-left: 4px solid var(--rlb-orange);
    font-family: 'sweet_sans_promedium', sans-serif;
    font-size: 15px;
    line-height: 1.35;
    color: var(--rlb-blue);
    letter-spacing: 0.5px;
}

.rlb-info-box strong {
    display: inline-block;
    margin-bottom: 5px;
    font-family: 'sweet_sans_probold', sans-serif;
    font-size: 17px;
    font-weight: normal;
}

.rlb-info-box em {
    font-family: 'sweet_sans_promedium_italic', sans-serif;
    font-style: normal;
    color: rgba(17, 46, 60, 0.45);
}


/* CIP Text Link Global  - - - - - - - - - - - - - */

.rlb-cip-text-link,
.rlb-cip-text-link:hover,
.rlb-cip-text-link:focus {
    display: block;
    color: inherit;
    text-decoration: none;
}


/* 04 LINKES MENÜ / MENÜ-FOOTER  - - - - - - - - - */
/* Navigation  - - - - - - - - - - - - - - - - - - */

#menu-rlb-navigation {
    position: relative;
    margin: 50px 0 0 0;
    padding: 40px 0 0 0;
    border: 0;
}

nav.navbar.sidebar-nav {
    border-right: 1px solid rgba(0, 0, 0, 0.3);
}

#menu-rlb-navigation::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 17%;
    left: 17%;
    height: 1px;
    background-color: var(--rlb-gray);
    z-index: 2;
}

#menu-rlb-navigation a {
    padding-top: 0;
    font-family: 'saaseriesemdotregular', sans-serif;
    font-size: 14px;
    letter-spacing: 3px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-stroke: 0.35px rgba(255, 255, 255, 0.65);
    paint-order: stroke fill;
}

nav.navbar.bootsnav.sidebar-nav #menu-rlb-navigation li,
nav.navbar.bootsnav.sidebar-nav #menu-rlb-navigation li a {
    border: 0;
    border-top: 0;
    border-bottom: 0;
    box-shadow: none;
}

#menu-rlb-navigation li::before,
#menu-rlb-navigation li::after,
#menu-rlb-navigation li a::before,
#menu-rlb-navigation li a::after {
    display: none;
}


/* Footer Links Menü  - - - - - - - - - - - - - - */

nav.navbar .position-absolute.bottom-0.width-100 {
    padding-left: 10px;
}

.footer-links-box {
    position: relative;
    width: 80%;
    margin: 0 auto;
    padding-top: 30px;
    text-align: left;
    line-height: 1.3;
    border: 0;
}

.footer-links-box::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 1px;
    background-color: var(--rlb-gray);
}

.footer-links-top {
    margin-bottom: 1px;
    font-family: 'saaseriesemdotregular', sans-serif;
    font-size: 11px;
    color: var(--rlb-blue);
    letter-spacing: 2.37px;
    text-transform: uppercase;
    white-space: nowrap;
}

.footer-links-top a {
    color: var(--rlb-blue);
    text-decoration: none;
}

.footer-links-top a:hover {
    color: var(--rlb-orange);
    opacity: 1;
}

.footer-links-bottom {
    font-family: 'sweet_sans_promedium', sans-serif;
    font-size: 10.6px;
    color: var(--rlb-blue);
    letter-spacing: 2.4px;
    text-transform: uppercase;
    white-space: nowrap;
}

.copyright-wrap {
    border: none !important;
}

@media only screen and (max-width: 1199px) {
    #menu-rlb-navigation a {
        font-size: 14px !important;
        letter-spacing: 2.6px !important;
    }

    .footer-links-top {
        font-size: 8px !important;
        letter-spacing: 2.35px !important;
    }

    .footer-links-bottom {
        font-size: 8px !important;
        letter-spacing: 2.15px !important;
    }
}


/* 05 STARTSEITE  - - - - - - - - - - - - - - - - */
/* Hero - Textbox  - - - - - - - - - - - - - - - - */

.rlb-headline-box h1 {
    white-space: normal !important;
    hyphens: manual !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
}

.rlb-headline-box {
    display: inline-block;
    margin-top: 50px;
    padding: 30px 90px 30px 35px;
    background: rgba(255, 255, 255, 0.8);
    transform: scale(1.07);
    transform-origin: left top;
}

.rlb-headline-box h1 {
    margin: 0 0 12px 0;
    font-family: 'sweet_sans_probold', sans-serif;
    font-size: 48px;
    line-height: 1;
    color: var(--rlb-orange);
    text-transform: uppercase;
}

.rlb-headline-box p {
    margin: 0;
    font-family: 'sweet_sans_proregular', sans-serif;
    font-size: 24px;
    line-height: 1.1;
    color: var(--rlb-blue);
    letter-spacing: 0.1px;
}


/* CIP Logo  - - - - - - - - - - - - - - - - - - */

.rlb-cip-logo {
    position: fixed;
    right: 65px;
    bottom: 30px;
    width: 145px;
    z-index: 999999;
    line-height: 0;
    transition: transform 0.35s ease, opacity 0.35s ease;
}

.rlb-cip-logo a {
    display: block;
    text-decoration: none;
}

.rlb-cip-logo img {
    display: block;
    width: 100%;
    height: auto;
    opacity: 0.92;
    transition: transform 0.35s ease, opacity 0.35s ease, filter 0.35s ease;
}

.rlb-cip-logo:hover img {
    transform: scale(1.05);
    opacity: 1;
    filter: drop-shadow(0 6px 18px rgba(0, 0, 0, 0.14));
}


/* 06 UNTERSEITEN: PAGE INTRO  - - - - - - - - - - */

.rlb-page-intro {
    position: relative;
    z-index: 1;
    padding: 130px 8vw 105px 8vw;
    background: #fff;
}

.rlb-page-intro-text {
    padding-top: 25px;
}

.rlb-page-intro-text h1 {
    margin: 0 0 6px 0;
    font-family: 'sweet_sans_probold', sans-serif;
    font-size: 46px;
    line-height: 1;
    color: var(--rlb-orange);
    text-transform: uppercase;
    letter-spacing: 0;
}

.rlb-page-intro-text .rlb-subline {
    margin: 0 0 28px 0;
    font-family: 'sweet_sans_probold', sans-serif;
    font-size: 17px;
    line-height: 1.2;
    color: var(--rlb-blue);
    text-transform: uppercase;
    letter-spacing: 1.1px;
}

.rlb-page-intro-text p {
    max-width: 580px;
    margin: 0 0 20px 0;
    font-family: 'sweet_sans_proregular', sans-serif;
    font-size: 15px;
    line-height: 1.32;
    color: var(--rlb-blue);
    letter-spacing: 0.6px;
}

.rlb-page-intro-text .rlb-button-group {
    margin-top: 38px;
}

.rlb-page-intro-image {
    text-align: center;
}

.rlb-page-intro-image .rlb-image-frame {
    display: inline-block;
    max-width: 590px;
    padding: 0;
    background: none;
    box-shadow: none;
}

.rlb-page-intro-image .rlb-image-frame img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: none;
}


/* 07 UNTERSEITE: THERAPIE  - - - - - - - - - - - */
/* Therapie - Intro Spezial  - - - - - - - - - - - */

.rlb-therapy-intro {
    position: relative;
    z-index: 1;
    padding: 130px 8vw 105px 8vw;
    background: #fff;
}

.rlb-therapy-intro-text {
    padding-top: 25px;
}

.rlb-therapy-intro-text h1 {
    margin: 0 0 6px 0;
    font-family: 'sweet_sans_probold', sans-serif;
    font-size: 46px;
    line-height: 1;
    color: var(--rlb-orange);
    text-transform: uppercase;
    letter-spacing: 0;
}

.rlb-therapy-intro-text .rlb-subline {
    margin: 0 0 28px 0;
    font-family: 'sweet_sans_probold', sans-serif;
    font-size: 17px;
    line-height: 1.2;
    color: var(--rlb-blue);
    text-transform: uppercase;
    letter-spacing: 1.1px;
}

.rlb-therapy-intro-text p {
    max-width: 580px;
    margin: 0 0 20px 0;
    font-family: 'sweet_sans_proregular', sans-serif;
    font-size: 15px;
    line-height: 1.32;
    color: var(--rlb-blue);
    letter-spacing: 0.6px;
}

.rlb-therapy-intro-text .rlb-button {
    margin-top: 6px;
}


/* Therapie - Intro Bild  - - - - - - - - - - - - */

.rlb-therapy-intro-image {
    text-align: center;
}

.rlb-image-frame.rlb-portrait-image {
    display: inline-block;
    max-width: 285px;
    padding: 0;
    background: none;
    box-shadow: none;
}

.rlb-image-frame.rlb-portrait-image img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: none;
}

.rlb-image-caption {
    max-width: 285px;
    margin: 12px auto 0 auto;
    font-family: 'sweet_sans_proitalic', sans-serif;
    font-size: 12px;
    line-height: 1.3;
    color: var(--rlb-blue);
    text-align: right;
    letter-spacing: 0.2px;
}


/* Therapie - Grid Section  - - - - - - - - - - - */

.rlb-therapy-grid {
    --rlb-sidebar-width: 290px;
    --rlb-grid-center: calc(50% + (var(--rlb-sidebar-width) / 2));

    position: relative;
    overflow: hidden;
    background-color: #fff6f4;
    background-image:
        linear-gradient(
            to right,
            var(--rlb-border-gray) 0%,
            rgba(178, 178, 178, 0.68) 14%,
            rgba(228, 89, 64, 0.28) 36%,
            var(--rlb-grid-line) 100%
        ),
        linear-gradient(
            to right,
            var(--rlb-border-gray) 0%,
            rgba(178, 178, 178, 0.68) 14%,
            rgba(228, 89, 64, 0.28) 36%,
            var(--rlb-grid-line) 100%
        ),
        linear-gradient(
            to bottom,
            var(--rlb-grid-line),
            var(--rlb-grid-line)
        ),
        linear-gradient(
            to right,
            transparent 0,
            transparent var(--rlb-grid-center),
            var(--rlb-grid-line) var(--rlb-grid-center),
            var(--rlb-grid-line) 100%
        );
    background-repeat: no-repeat;
    background-position:
        top left,
        bottom left,
        var(--rlb-grid-center) top,
        center center;
    background-size:
        100% 1px,
        100% 1px,
        1px 100%,
        100% 1px;
}

.rlb-therapy-grid > .vc_column_container > .vc_column-inner {
    height: 100%;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.rlb-therapy-grid-left {
    border-right: 0;
}

.rlb-therapy-grid-left > .vc_column-inner > .wpb_wrapper {
    box-sizing: border-box;
    width: 100%;
    max-width: 620px;
    margin: 0;
    padding: 42px 50px 74px 50px;
}

.rlb-therapy-grid-right > .vc_column-inner > .wpb_wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
}

.rlb-therapy-grid-right .wpb_text_column {
    display: flex;
    flex: 1 1 50%;
    margin-bottom: 0;
}

.rlb-therapy-grid-right .wpb_text_column > .wpb_wrapper {
    display: flex;
    width: 100%;
}

.rlb-therapy-card {
    box-sizing: border-box;
    width: 100%;
}

.rlb-therapy-card-single {
    max-width: 520px;
}

.rlb-therapy-card-top,
.rlb-therapy-card-bottom {
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    padding: 42px 50px 70px 50px;
}

.rlb-therapy-card-bottom {
    padding-top: 72px;
}

.rlb-therapy-grid-right .rlb-therapy-card > * {
    max-width: 520px;
}

.rlb-therapy-card-bottom {
    padding-top: 72px;
}

.rlb-therapy-grid-right .rlb-therapy-card > * {
    max-width: 430px;
}


/* Therapie - Grid Typografie  - - - - - - - - - */

.rlb-therapy-card h2 {
    margin: 0 0 4px 0;
    font-family: 'sweet_sans_probold', sans-serif;
    font-size: 24px;
    line-height: 1;
    color: var(--rlb-orange);
    text-transform: uppercase;
    letter-spacing: 0.7px;
}

.rlb-therapy-card-top h2,
.rlb-therapy-card-bottom h2 {
    margin-bottom: 14px;
}

.rlb-therapy-card h3 {
    margin: 36px 0 8px 0;
    font-family: 'sweet_sans_probold', sans-serif;
    font-size: 17px;
    line-height: 1.25;
    color: var(--rlb-blue);
    letter-spacing: 0.4px;
}

.rlb-therapy-card p {
    margin: 0 0 20px 0;
    font-family: 'sweet_sans_proregular', sans-serif;
    font-size: 15px;
    line-height: 1.32;
    color: var(--rlb-blue);
    letter-spacing: 0.6px;
}

.rlb-therapy-card .rlb-therapy-note {
    margin: 0 0 24px 0;
    font-family: 'sweet_sans_promedium_italic', sans-serif;
    font-size: 17px;
    font-style: normal;
    line-height: 1.2;
    color: var(--rlb-orange);
    letter-spacing: 0.2px;
}


/* 08 UNTERSEITE: BERATUNG  - - - - - - - - - - - */
/* Beratung - Grid Section  - - - - - - - - - - - */

.rlb-consulting-grid {
    --rlb-sidebar-width: 290px;
    --rlb-grid-center: calc(50% + (var(--rlb-sidebar-width) / 2));

    position: relative;
    overflow: hidden;
    background-color: #fff6f4;
    background-image:
        linear-gradient(
            to right,
            var(--rlb-border-gray) 0%,
            rgba(178, 178, 178, 0.68) 14%,
            rgba(228, 89, 64, 0.28) 36%,
            var(--rlb-grid-line) 100%
        ),
        linear-gradient(
            to bottom,
            var(--rlb-grid-line),
            var(--rlb-grid-line)
        );
    background-repeat: no-repeat;
    background-position:
        top left,
        var(--rlb-grid-center) top;
    background-size:
        100% 1px,
        1px 100%;
}

.rlb-consulting-grid > .vc_column_container > .vc_column-inner {
    height: 100%;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.rlb-consulting-grid-left > .vc_column-inner > .wpb_wrapper,
.rlb-consulting-grid-right > .vc_column-inner > .wpb_wrapper {
    max-width: 520px;
    margin: 0 auto;
    padding: 72px 0 82px 0;
}

.rlb-consulting-card {
    box-sizing: border-box;
    width: 100%;
}

.rlb-consulting-card-head {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 34px;
}

.rlb-consulting-icon {
    display: block;
    width: 72px;
    height: auto;
    flex: 0 0 auto;
}

.rlb-consulting-card h2 {
    margin: 0 0 7px 0;
    font-family: 'sweet_sans_probold', sans-serif;
    font-size: 24px;
    line-height: 1;
    color: var(--rlb-orange);
    text-transform: uppercase;
    letter-spacing: 0.7px;
}

.rlb-consulting-card .rlb-card-subline {
    margin: 0;
    font-family: 'sweet_sans_probold', sans-serif;
    font-size: 17px;
    line-height: 1.15;
    color: var(--rlb-blue);
    text-transform: uppercase;
    letter-spacing: 0.7px;
}

.rlb-consulting-card p {
    margin: 0 0 20px 0;
    font-family: 'sweet_sans_proregular', sans-serif;
    font-size: 15px;
    line-height: 1.32;
    color: var(--rlb-blue);
    letter-spacing: 0.6px;
}

.rlb-consulting-card .rlb-info-box {
    margin-top: 42px;
}


/* 09 UNTERSEITE: STANDORT  - - - - - - - - - - - */

.rlb-location {
    padding: 88px 0 92px 0;
    background-color: #fff;
}

.rlb-location > .vc_column_container > .vc_column-inner {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.rlb-location-text > .vc_column-inner > .wpb_wrapper {
    max-width: 520px;
    margin: 0 auto;
}

.rlb-location-image-col > .vc_column-inner > .wpb_wrapper {
    max-width: 620px;
    margin: 0 auto;
}

.rlb-location-text h2 {
    margin: 0 0 18px 0;
    font-family: 'sweet_sans_probold', sans-serif;
    font-size: 46px;
    line-height: 1;
    color: var(--rlb-orange);
    text-transform: uppercase;
    letter-spacing: 0;
}

.rlb-location-text p {
    margin: 0 0 22px 0;
    font-family: 'sweet_sans_proregular', sans-serif;
    font-size: 15px;
    line-height: 1.32;
    color: var(--rlb-blue);
    letter-spacing: 0.6px;
}

.rlb-location-text strong {
    font-family: 'sweet_sans_probold', sans-serif;
    font-weight: normal;
}

.rlb-location-text em {
    font-family: 'sweet_sans_promedium_italic', sans-serif;
    font-style: normal;
}

.rlb-location-text .rlb-divider {
    display: block;
    width: 100%;
    max-width: 430px;
    height: 1px;
    margin: 28px 0 26px 0;
    border: 0;
    background-color: var(--rlb-gray);
}

.rlb-image-frame.rlb-location-image {
    display: block;
    max-width: 590px;
    margin: 0 auto;
    padding: 0;
    background: none;
    box-shadow: none;
}

.rlb-image-frame.rlb-location-image img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: none;
}


/* 10 UNTERSEITE: TERMINE & PREISE  - - - - - - - */
/* Preise - Main Section  - - - - - - - - - - - - */

.rlb-pricing-main {
    padding: 130px 8vw 105px 8vw;
    background-color: #fff;
}

.rlb-pricing-left > .vc_column-inner > .wpb_wrapper {
    max-width: 610px;
    margin: 0 auto;
    padding-top: 25px;
    transform: translateX(-67px);
}

.rlb-pricing-right > .vc_column-inner > .wpb_wrapper {
    max-width: 500px;
    margin: 87px auto 0 auto;
}

.rlb-pricing-intro {
    margin-bottom: 72px;
}

.rlb-pricing-intro h1 {
    margin: 0 0 8px 0;
    font-family: 'sweet_sans_probold', sans-serif;
    font-size: 46px;
    line-height: 1;
    color: var(--rlb-orange);
    text-transform: uppercase;
    letter-spacing: 0;
}

.rlb-pricing-intro .rlb-subline {
    margin: 0 0 28px 0;
    font-family: 'sweet_sans_probold', sans-serif;
    font-size: 17px;
    line-height: 1.2;
    color: var(--rlb-blue);
    text-transform: uppercase;
    letter-spacing: 1.1px;
}

.rlb-pricing-intro p {
    margin: 0;
    font-family: 'sweet_sans_proregular', sans-serif;
    font-size: 15px;
    line-height: 1.32;
    color: var(--rlb-blue);
    letter-spacing: 0.6px;
}


/* Preise - Liste  - - - - - - - - - - - - - - - */

.rlb-price-list {
    max-width: 570px;
}

.rlb-price-item {
    margin-bottom: 36px;
}

.rlb-price-item h2 {
    margin: 0 0 10px 0;
    font-family: 'sweet_sans_probold', sans-serif;
    font-size: 22px;
    line-height: 1;
    color: var(--rlb-orange);
    text-transform: uppercase;
    letter-spacing: 0.7px;
}

.rlb-price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 43px;
    padding: 0 28px;
    background-color: #fff6f4;
    font-family: 'sweet_sans_proregular', sans-serif;
    font-size: 17px;
    line-height: 1;
    color: var(--rlb-blue);
    letter-spacing: 0.8px;
}

.rlb-price-row span {
    display: block;
    line-height: 1;
    white-space: nowrap;
}

.rlb-price-row span:first-child {
    flex: 1 1 auto;
    text-align: left;
}

.rlb-price-row span:last-child {
    flex: 0 0 auto;
    min-width: 110px;
    margin-left: auto;
    text-align: right;
}


/* Preise - Rechte Boxen  - - - - - - - - - - - */

.rlb-pricing-note-box {
    margin-bottom: 34px;
    padding: 32px 34px 34px 34px;
    border: 1px solid var(--rlb-gray);
    background-color: #fff;
}

.rlb-pricing-note-box h2,
.rlb-current-dates-box h2 {
    margin: 0 0 28px 0;
    font-family: 'sweet_sans_probold', sans-serif;
    font-size: 22px;
    line-height: 1.15;
    color: var(--rlb-blue);
    text-transform: uppercase;
    letter-spacing: 1.1px;
}

.rlb-pricing-note-box .rlb-info-box {
    margin: 0;
}

.rlb-pricing-note-box .rlb-info-box p {
    margin: 0 0 22px 0;
    font-family: 'sweet_sans_proregular', sans-serif;
    font-size: 15px;
    line-height: 1.32;
    color: var(--rlb-blue);
    letter-spacing: 0.6px;
}

.rlb-pricing-note-box .rlb-info-box p:last-child {
    margin-bottom: 0;
}

.rlb-pricing-note-box .rlb-info-box strong {
    display: inline;
    margin-bottom: 0;
    color: var(--rlb-orange);
}

.rlb-current-dates-box {
    margin-bottom: 32px;
    padding: 36px 34px 38px 34px;
    background-color: var(--rlb-blue);
    color: #fff;
}

.rlb-current-dates-box h2 {
    color: #e45940;
}

.rlb-current-dates-box h3 {
    margin: 0 0 24px 0;
    font-family: 'sweet_sans_probold', sans-serif;
    font-size: 16px;
    line-height: 1.25;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.1px;
}

.rlb-current-dates-box p {
    margin: 0 0 22px 0;
    font-family: 'sweet_sans_proregular', sans-serif;
    font-size: 15px;
    line-height: 1.32;
    color: #fff;
    letter-spacing: 0.6px;
}

.rlb-current-dates-box p:last-child {
    margin-bottom: 0;
}

.rlb-current-dates-box em {
    font-family: 'sweet_sans_promedium_italic', sans-serif;
    font-style: normal;
}


/* 11 ANFAHRT / VENOMAPS  - - - - - - - - - - - */
/* Anfahrt Section  - - - - - - - - - - - - - - */

.rlb-route-section {
    padding: 88px 8vw 96px 8vw;
    background-color: #fff6f4;
    background-image:
        linear-gradient(
            to right,
            var(--rlb-border-gray) 0%,
            rgba(178, 178, 178, 0.68) 14%,
            rgba(228, 89, 64, 0.28) 36%,
            var(--rlb-grid-line) 100%
        );
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100% 1px;
}

.rlb-route-section > .vc_column_container > .vc_column-inner {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.rlb-route-text > .vc_column-inner > .wpb_wrapper {
    max-width: 520px;
    margin: 0 auto;
    transform: none;
}

.rlb-route-map > .vc_column-inner > .wpb_wrapper {
    max-width: 620px;
    margin: 0 auto;
    transform: none;
}

.rlb-route-text h2 {
    margin: 0 0 42px 0;
    font-family: 'sweet_sans_probold', sans-serif;
    font-size: 46px;
    line-height: 1;
    color: var(--rlb-orange);
    text-transform: uppercase;
    letter-spacing: 0;
}

.rlb-route-text p {
    margin: 0 0 30px 0;
    font-family: 'sweet_sans_proregular', sans-serif;
    font-size: 15px;
    line-height: 1.32;
    color: var(--rlb-blue);
    letter-spacing: 0.6px;
}

.rlb-route-text strong {
    font-family: 'sweet_sans_probold', sans-serif;
    font-weight: normal;
}

.rlb-route-text em {
    font-family: 'sweet_sans_promedium_italic', sans-serif;
    font-style: normal;
}


/* VenoMaps Frame  - - - - - - - - - - - - - - */

.rlb-venomap-wrap {
    position: relative;
    width: 100%;
    border: 1px solid #e6bbb2;
    background: #fff;
}

.rlb-venomap-wrap > * {
    display: block;
    width: 100%;
}

.rlb-venomap-wrap,
.rlb-venomap-wrap .venomap,
.rlb-venomap-wrap iframe {
    min-height: 360px;
}


/* VenoMaps Infobox  - - - - - - - - - - - - - */

.rlb-venomap-wrap .leaflet-popup-content-wrapper {
    border: 1px solid #ffd0c6;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 10px 28px rgba(17, 46, 60, 0.16);
}

.rlb-venomap-wrap .leaflet-popup-content {
    min-width: 230px;
    margin: 15px 24px 16px 24px;
    font-family: 'sweet_sans_proregular', sans-serif;
    font-size: 14px;
    line-height: 1.45;
    color: rgba(17, 46, 60, 0.78);
    letter-spacing: 0.35px;
}

.rlb-venomap-wrap .leaflet-popup-content strong,
.rlb-venomap-wrap .leaflet-popup-content b {
    display: block;
    margin-bottom: 4px;
    font-family: 'sweet_sans_probold', sans-serif;
    font-size: 15px;
    line-height: 1.2;
    color: rgba(17, 46, 60, 0.9);
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.rlb-venomap-wrap .leaflet-popup-content br {
    display: block;
    content: "";
    margin-bottom: 7px;
}

.rlb-venomap-wrap .leaflet-popup-content span {
    display: block;
    margin-bottom: 7px;
    color: rgba(17, 46, 60, 0.78);
}

.rlb-venomap-wrap .leaflet-popup-tip {
    border: 1px solid #ffd0c6;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 6px 16px rgba(17, 46, 60, 0.12);
}

.rlb-venomap-wrap .leaflet-popup-close-button {
    top: 8px;
    right: 10px;
    font-family: Arial, sans-serif;
    font-size: 18px;
    color: #112e3c;
    opacity: 0.45;
    transition: color 0.25s ease, opacity 0.25s ease;
}

.rlb-venomap-wrap .leaflet-popup-close-button:hover {
    color: #e45940;
    opacity: 1;
}

.rlb-venomap-wrap .rlb-map-popup-link {
    display: block;
    color: #000;
    text-decoration: none;
}


/* 12 UNTERSEITEN-FOOTER  - - - - - - - - - - - */

footer,
.footer-bottom,
.pofo-footer-bottom {
    background-color: var(--rlb-blue);
}

.footer-bottom {
    min-height: 48px;
    padding: 0;
}

.footer-bottom .container,
.footer-bottom .container-fluid,
.footer-bottom .row,
.footer-bottom .copyright-wrap {
    width: 100%;
    max-width: none;
    padding-right: 7vw !important;
    padding-left: 7vw !important;
}

.footer-bottom,
.footer-bottom a,
.rlb-footer-left,
.rlb-footer-right {
    font-family: 'sweet_sans_proregular', sans-serif;
    font-size: 11.5px;
    line-height: 48px;
    color: #fff;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.rlb-footer-left {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}

.rlb-footer-left:hover,
.rlb-footer-left:focus {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}

.rlb-footer-right,
.rlb-footer-right a {
    color: #fff;
    text-decoration: none;
}

.rlb-footer-right a {
    display: inline-block;
    transform-origin: center;
    transition: color 0.25s ease, transform 0.25s ease, text-shadow 0.25s ease;
}

.rlb-footer-right a:hover,
.rlb-footer-right a:focus {
    color: var(--rlb-orange);
    text-decoration: none;
    transform: scale(1.035);
    text-shadow: 0 0 0.35px var(--rlb-orange);
}

.rlb-footer-right span {
    display: inline-block;
    margin: 0 18px;
    color: rgba(255, 255, 255, 0.55);
}


/* 13 RESPONSIVE STARTSEITE  - - - - - - - - - */

@media only screen and (max-width: 1199px) {
    #home-hero,
    section#home-hero,
    .vc_row#home-hero {
        background-position: 62% center !important;
    }

    .rlb-headline-box {
        display: block !important;
        width: fit-content !important;
        max-width: 100% !important;
        margin-right: auto !important;
        margin-left: auto !important;
        padding: 30px 70px 30px 35px !important;
        text-align: left !important;
        transform: none !important;
        transform-origin: center top !important;
    }

    .rlb-headline-box h1,
    .rlb-headline-box p {
        text-align: left !important;
    }

    .rlb-headline-box p {
        max-width: 520px !important;
    }
}

@media only screen and (max-width: 1090px) {
    .rlb-headline-box h1 {
        margin: 0 0 8px 0 !important;
        font-size: 44px !important;
    }

    .rlb-headline-box p {
        font-size: 20px !important;
    }
}

@media only screen and (max-width: 991px) {
    .rlb-headline-box {
        width: fit-content !important;
        max-width: calc(100% - 50px) !important;
        margin-top: 100px !important;
        margin-right: auto !important;
        margin-left: auto !important;
        padding: 25px 50px 25px 50px !important;
        text-align: center !important;
        transform: none !important;
    }

    .rlb-headline-box h1 {
        margin: 0 0 8px 0 !important;
        font-size: 39px !important;
        text-align: center !important;
    }

    .rlb-headline-box p {
        max-width: 520px !important;
        font-size: 18px !important;
        text-align: center !important;
    }
}

@media only screen and (max-width: 767px) {
    .rlb-headline-box {
        display: block !important;
        width: calc(100% - 40px) !important;
        max-width: none !important;
        padding: 20px !important;
        margin: 55px auto 0 auto !important;
        text-align: center !important;
        transform: none !important;
    }

    .rlb-headline-box h1 {
        font-size: 29px !important;
        line-height: 1.1 !important;
        text-align: center !important;
    }

    .rlb-headline-box p {
        font-size: 16px !important;
        line-height: 1.35 !important;
        text-align: center !important;
    }
}

@media only screen and (max-width: 767px) {
    .rlb-headline-box {
        display: block;
        width: calc(100% - 40px);
        padding: 20px;
        margin: 25px auto 0 auto;
        transform: none;
    }

    .rlb-headline-box h1 {
        font-size: 29px;
        line-height: 1.1;
    }

    .rlb-headline-box p {
        font-size: 16px;
        line-height: 1.35;
    }
}

@media only screen and (max-width: 767px) {
    #home-hero,
    section#home-hero,
    .vc_row#home-hero {
        min-height: calc(100vh - 0px) !important;
        height: calc(100vh - 104px) !important;
        background-image: url("/wp-content/uploads/2026/05/rlb-praxis-mobile.webp") !important;
        background-size: cover !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
        overflow: hidden !important;
    }

    .rlb-headline-box {
        display: block !important;
        width: calc(100% - 56px) !important;
        max-width: 560px !important;
        padding: 20px 24px !important;
        margin: 100px auto 0 auto !important;
        text-align: center !important;
        transform: none !important;
        position: relative !important;
        z-index: 3 !important;
    }

    .rlb-headline-box {
        display: block !important;
        max-width: 560px !important;
        padding: 20px 24px !important;
        margin: 0 auto !important;
        margin-top: 180px !important;
        text-align: center !important;
        transform: none !important;
    }

    .rlb-headline-box h1 {
        margin: 0 0 5px 0 !important;
        font-size: 29px !important;
        line-height: 1.1 !important;
        text-align: center !important;
    }

    .rlb-headline-box p {
        margin: 0 !important;
        font-size: 16px !important;
        line-height: 1.2 !important;
        text-align: center !important;
    }
}


/* 14 UNTERSEITE: ARBEITSWEISE  - - - - - - - - */
/* Arbeitsweise - Intro  - - - - - - - - - - - */

.rlb-work-intro .rlb-page-intro-text h2 {
    margin: 34px 0 12px 0;
    font-family: 'sweet_sans_probold', sans-serif;
    font-size: 24px;
    line-height: 1;
    color: var(--rlb-orange);
    text-transform: uppercase;
    letter-spacing: 0.7px;
}

.rlb-work-intro .rlb-page-intro-image .rlb-image-frame {
    max-width: 455px;
}


/* Arbeitsweise - Profil Section  - - - - - - - - */

.rlb-work-profile {
    padding: 92px 8vw 96px 8vw;
    background-color: #fff6f4;
    background-image:
        linear-gradient(
            to right,
            var(--rlb-border-gray) 0%,
            rgba(178, 178, 178, 0.68) 14%,
            rgba(228, 89, 64, 0.28) 36%,
            var(--rlb-grid-line) 100%
        ),
        linear-gradient(
            to right,
            var(--rlb-border-gray) 0%,
            rgba(178, 178, 178, 0.68) 14%,
            rgba(228, 89, 64, 0.28) 36%,
            var(--rlb-grid-line) 100%
        );
    background-repeat: no-repeat;
    background-position:
        top left,
        bottom left;
    background-size:
        100% 1px,
        100% 1px;
}

.rlb-work-profile > .vc_column_container > .vc_column-inner {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.rlb-work-profile-left > .vc_column-inner > .wpb_wrapper {
    max-width: 430px;
    margin: 0 auto;
    transform: translateX(-100px);
}

.rlb-work-profile-right > .vc_column-inner > .wpb_wrapper {
    max-width: 600px;
    margin: 0 auto;
    transform: translateX(-70px);
}


/* Arbeitsweise - Bild / Buttons / CIP  - - - - - */

.rlb-work-profile-left .rlb-image-frame {
    display: block;
    max-width: 390px;
    margin: 0;
    padding: 0;
    background: none;
    box-shadow: none;
    line-height: 0;
}

.rlb-work-profile-left .rlb-image-frame img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: none;
}

.rlb-work-profile-left .rlb-button-group {
    margin-top: 54px;
    margin-bottom: 88px;
}

.rlb-work-profile-left .wpb_raw_html,
.rlb-work-profile-left .wpb_raw_code {
    margin-bottom: 0;
}

.rlb-work-cip-logo {
    display: block;
    width: 300px;
    max-width: 300px;
    margin: -40px 0 0 0;
    line-height: 0;
    text-decoration: none;
    opacity: 0.96;
    transition: transform 0.35s ease, filter 0.35s ease, opacity 0.35s ease;
}

.rlb-work-cip-logo img {
    display: block !important;
    width: 100%;
    height: auto;
    transform-origin: center center;
    transition: transform 0.35s ease, filter 0.35s ease, opacity 0.35s ease;
}

.rlb-work-cip-logo:hover,
.rlb-work-cip-logo:focus {
    text-decoration: none;
}

.rlb-work-cip-logo:hover img {
    transform: scale(1.04);
    opacity: 1;
    filter: drop-shadow(0 8px 20px rgba(17, 46, 60, 0.15));
}


/* Arbeitsweise - Werdegang  - - - - - - - - - */

.rlb-work-cv h2 {
    margin: 0;
    font-family: 'sweet_sans_probold', sans-serif;
    font-size: 24px;
    line-height: 1.1;
    color: var(--rlb-blue);
    text-transform: uppercase;
    letter-spacing: 1.1px;
}

.rlb-work-cv h2::after {
    content: "";
    display: block;
    width: 58px;
    height: 5px;
    margin: 41px 0 20px 0;
    background-color: var(--rlb-blue);
}

.rlb-work-cv-line {
    display: none;
}

.rlb-work-cv h3 {
    margin: 0 0 8px 0;
    font-family: 'sweet_sans_probold', sans-serif;
    font-size: 19px;
    line-height: 1.15;
    color: var(--rlb-orange);
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.rlb-work-cv ul {
    margin: 0 0 30px 0;
    padding-left: 13px;
    list-style-position: outside;
}

.rlb-work-cv li {
    margin: 0;
    font-family: 'sweet_sans_proregular', sans-serif;
    font-size: 15px;
    line-height: 1.22;
    color: var(--rlb-blue);
    letter-spacing: 0.45px;
}

.rlb-work-cv li::marker {
    color: var(--rlb-orange);
}


/* Arbeitsweise - Anfahrt  - - - - - - - - - */

.rlb-work-route,
.rlb-work-route.rlb-route-section {
    background-color: #fff;
}


/* 15 UNTERSEITE: KONTAKT  - - - - - - - - - - */
/* Kontakt - Main Section  - - - - - - - - - - */

.rlb-contact-main {
    padding: 130px 8vw 105px 8vw;
    background-color: #fff;
}

.rlb-contact-main > .vc_column_container > .vc_column-inner {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.rlb-contact-left > .vc_column-inner > .wpb_wrapper {
    max-width: 610px;
    margin: 0 auto;
    padding-top: 25px;
    transform: translateX(-67px);
}

.rlb-contact-right > .vc_column-inner > .wpb_wrapper {
    max-width: 500px;
    margin: 87px auto 0 auto;
}


/* Kontakt - Intro  - - - - - - - - - - - - */

.rlb-contact-intro {
    margin-bottom: 42px;
}

.rlb-contact-intro h1 {
    margin: 0 0 8px 0;
    font-family: 'sweet_sans_probold', sans-serif;
    font-size: 46px;
    line-height: 1;
    color: var(--rlb-orange);
    text-transform: uppercase;
    letter-spacing: 0;
}

.rlb-contact-intro .rlb-subline {
    margin: 0 0 24px 0;
    font-family: 'sweet_sans_probold', sans-serif;
    font-size: 19px;
    line-height: 1.18;
    color: var(--rlb-blue);
    text-transform: uppercase;
    letter-spacing: 1.1px;
}

.rlb-contact-intro p {
    margin: 0;
    font-family: 'sweet_sans_proregular', sans-serif;
    font-size: 15px;
    line-height: 1.32;
    color: var(--rlb-blue);
    letter-spacing: 0.6px;
}


/* Kontakt - Contact Form 7  - - - - - - - - */

.rlb-cf7-form {
    max-width: 570px;
}

.rlb-cf7-field {
    margin-bottom: 8px;
}

.rlb-cf7-field p,
.rlb-cf7-submit p {
    margin: 0;
}

.rlb-cf7-field .wpcf7-form-control-wrap {
    display: block;
}

.rlb-cf7-form input[type="text"],
.rlb-cf7-form input[type="email"],
.rlb-cf7-form textarea {
    width: 100%;
    min-height: 43px;
    padding: 0 20px;
    border: 1px solid var(--rlb-gray);
    border-radius: 0;
    background-color: #fff;
    font-family: 'sweet_sans_proregular', sans-serif;
    font-size: 15px;
    line-height: 1.2;
    color: var(--rlb-blue);
    letter-spacing: 0.5px;
    box-shadow: none;
}

.rlb-cf7-form textarea {
    height: 190px;
    padding-top: 16px;
    resize: vertical;
}

.rlb-cf7-form input::placeholder,
.rlb-cf7-form textarea::placeholder {
    color: var(--rlb-blue);
    opacity: 1;
}

.rlb-cf7-form input:focus,
.rlb-cf7-form textarea:focus {
    border-color: var(--rlb-orange);
    outline: none;
    box-shadow: none;
}

.rlb-cf7-note {
    margin: -20px 0 0 0 !important;
    font-family: 'sweet_sans_proitalic', sans-serif;
    font-size: 14px;
    font-style: normal;
    line-height: 1.22;
    color: var(--rlb-blue);
    letter-spacing: 0.35px;
}

.rlb-cf7-note a {
    color: var(--rlb-blue);
    text-decoration: none;
    transition: color 0.25s ease;
}

.rlb-cf7-note a:hover,
.rlb-cf7-note a:focus {
    color: var(--rlb-orange);
    text-decoration: none;
}

.rlb-cf7-submit {
    margin-top: 25px;
}

.rlb-cf7-submit input[type="submit"] {
    min-width: 280px;
    height: 42px;
    padding: 0 28px;
    border: 0;
    border-radius: 0;
    background-color: var(--rlb-orange);
    font-family: 'sweet_sans_promedium', sans-serif;
    font-size: 16px;
    line-height: 42px;
    color: #fff;
    letter-spacing: 0.4px;
    cursor: pointer;
    transition: background-color 0.25s ease, transform 0.25s ease;
}

.rlb-cf7-submit input[type="submit"]:hover {
    background-color: var(--rlb-blue);
    transform: translateY(-1px);
}

.wpcf7-not-valid-tip {
    margin-top: 6px;
    font-family: 'sweet_sans_proregular', sans-serif;
    font-size: 12px;
    color: var(--rlb-orange);
}

.wpcf7 form .wpcf7-response-output {
    margin: 22px 0 0 0;
    padding: 12px 15px;
    border: 1px solid var(--rlb-gray);
    font-family: 'sweet_sans_proregular', sans-serif;
    font-size: 13px;
    line-height: 1.35;
    color: var(--rlb-blue);
}


/* Kontakt - Karte rechts  - - - - - - - - - */

.rlb-contact-card {
    padding: 36px 38px 42px 38px;
    background-color: var(--rlb-blue);
    color: #fff;
}

.rlb-contact-card h2 {
    margin: 0 0 30px 0;
    font-family: 'sweet_sans_probold', sans-serif;
    font-size: 22px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.rlb-contact-card-row {
    display: flex;
    align-items: flex-start;
    gap: 7px;
    margin-bottom: 18px;
    font-family: 'sweet_sans_proregular', sans-serif;
    font-size: 16px;
    line-height: 1.35;
    color: #fff;
    letter-spacing: 2px;
}

.rlb-contact-card-row a {
    color: #fff;
    text-decoration: none;
    transition: color 0.25s ease;
}

.rlb-contact-card-row a:hover {
    color: var(--rlb-orange);
}

.rlb-contact-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    min-width: 25px;
    margin-top: 1px;
    margin-right: 3px;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    text-align: center;
}

.rlb-contact-address .rlb-contact-icon {
    margin-top: 2px;
}

.rlb-contact-card-line {
    display: block;
    width: 100%;
    height: 1px;
    margin: 34px 0 30px 0;
    background-color: rgba(255, 255, 255, 0.55);
}

.rlb-contact-address {
    margin-bottom: 22px;
}

.rlb-contact-address strong {
    font-family: 'sweet_sans_probold', sans-serif;
    font-weight: normal;
    text-transform: none;
}

.rlb-contact-route-button {
    margin-top: 0;
    min-width: 230px;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.85);
    color: #fff;
}

.rlb-contact-route-button::before {
    background-color: #fff;
}

.rlb-contact-route-button:hover {
    color: var(--rlb-orange);
    border-color: var(--rlb-orange);
}

.rlb-contact-route-button:hover::before {
    background-color: var(--rlb-orange);
}


/* Kontakt - Karte unten  - - - - - - - - - */

.rlb-contact-map-section {
    padding: 0;
    background-color: #fff;
}

.rlb-contact-map-section > .vc_column_container > .vc_column-inner {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.rlb-contact-map-wrap {
    position: relative;
    width: 100%;
    border-top: 0;
    border-bottom: 0;
}

.rlb-contact-map-wrap::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background:
        linear-gradient(
            to right,
            var(--rlb-border-gray) 0%,
            rgba(178, 178, 178, 0.68) 14%,
            rgba(228, 89, 64, 0.28) 36%,
            var(--rlb-grid-line) 100%
        );
}

.rlb-contact-map-wrap,
.rlb-contact-map-wrap .venomap,
.rlb-contact-map-wrap iframe {
    min-height: 520px;
}


/* Kontakt - reCAPTCHA Hinweis  - - - - - - - - */

.rlb-cf7-form .wpcf7-recaptcha,
.rlb-cf7-form .wpcf7-form-control-wrap,
.rlb-cf7-form p,
.rlb-cf7-form small,
.rlb-cf7-form .grecaptcha-badge,
.rlb-cf7-form .wpcf7-response-output {
    font-family: 'sweet_sans_proitalic', sans-serif;
}

.rlb-cf7-note,
.rlb-cf7-note *,
.rlb-cf7-note + p,
.rlb-cf7-note + p * {
    font-family: 'sweet_sans_proitalic', sans-serif;
    font-style: normal;
    color: var(--rlb-blue);
}


/* Button-Gruppen - Browser-Fix  - - - - - - */

.rlb-button-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.rlb-button-group p {
    margin: 0;
    padding: 0;
    line-height: 0;
}

.rlb-button-group br {
    display: none;
}

.rlb-button-group .rlb-button {
    margin: 0;
}


/* 16 IMPRESSUM / DATENSCHUTZ  - - - - - - - - */
/* Legal - Basis  - - - - - - - - - - - - */

.rlb-legal-section {
    --rlb-legal-width: 1180px;
    --rlb-legal-offset: -55px;
    --rlb-imprint-side-width: 330px;
    --rlb-imprint-copy-width: 760px;
    --rlb-imprint-gap: 90px;

    box-sizing: border-box;
    padding: 116px 0 60px 0;
}

.rlb-legal-section > .vc_column_container > .vc_column-inner {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.rlb-legal-section .wpb_text_column {
    margin-bottom: 0;
}

.rlb-legal-section a {
    color: var(--rlb-blue);
    text-decoration: none;
    transition: color 0.25s ease;
}

.rlb-legal-section a:hover,
.rlb-legal-section a:focus {
    color: var(--rlb-orange);
    text-decoration: none;
}


/* Impressum - Section  - - - - - - - - - - */

.rlb-imprint-section {
    display: grid;
    grid-template-columns: var(--rlb-imprint-side-width) var(--rlb-imprint-copy-width);
    column-gap: var(--rlb-imprint-gap);
    justify-content: center;
    align-items: start;
    background-color: #fff;
}

.rlb-imprint-section::before,
.rlb-imprint-section::after {
    content: none;
}

.rlb-imprint-section > .vc_column_container {
    float: none !important;
    width: auto !important;
}

.rlb-imprint-side > .vc_column-inner > .wpb_wrapper,
.rlb-imprint-copy > .vc_column-inner > .wpb_wrapper {
    max-width: none;
    margin: 0;
    transform: translateX(var(--rlb-legal-offset));
}

.rlb-imprint-side h1 {
    margin: 0 0 42px 0;
    font-family: 'sweet_sans_probold', sans-serif;
    font-size: 38px;
    line-height: 1;
    color: var(--rlb-orange);
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.rlb-imprint-side h3,
.rlb-imprint-copy h3 {
    margin: 0 0 5px 0;
    font-family: 'sweet_sans_probold', sans-serif;
    color: var(--rlb-blue);
    text-transform: uppercase;
}

.rlb-imprint-side h3 {
    font-size: 17px;
    line-height: 1.2;
    letter-spacing: 0.9px;
}

.rlb-imprint-copy h3 {
    font-size: 22px;
    line-height: 1.15;
    letter-spacing: 0.4px;
    text-transform: none;
}

.rlb-imprint-side p,
.rlb-imprint-copy p {
    margin: 0;
    font-family: 'sweet_sans_proregular', sans-serif;
    font-size: 15px;
    line-height: 1.42;
    color: var(--rlb-blue);
    letter-spacing: 0.45px;
}

.rlb-imprint-copy p {
    margin: 0 0 22px 0;
    color: rgba(17, 46, 60, 0.86);
}

.rlb-imprint-copy p:last-child {
    margin-bottom: 0;
}

.rlb-imprint-side-block {
    margin-bottom: 20px;
}

.rlb-imprint-side-block:last-child {
    margin-bottom: 0;
}


/* Datenschutz - Section  - - - - - - - - - */

.rlb-privacy-section {
    scroll-margin-top: 40px;
    background-color: #fff6f4;
    background-image:
        linear-gradient(
            to right,
            var(--rlb-border-gray) 0%,
            rgba(178, 178, 178, 0.68) 14%,
            rgba(228, 89, 64, 0.28) 36%,
            var(--rlb-grid-line) 100%
        );
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100% 1px;
}

.rlb-privacy-section > .vc_column_container {
    float: none !important;
    width: 100% !important;
    max-width: var(--rlb-legal-width);
    margin: 0 auto;
    transform: translateX(var(--rlb-legal-offset));
}

.rlb-privacy-section > .vc_column_container > .vc_column-inner {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.rlb-privacy-section > .vc_column_container > .vc_column-inner > .wpb_wrapper {
    max-width: 820px;
    margin: 0;
    transform: none;
}

.rlb-privacy-section h2 {
    margin: 0 0 20px 0;
    font-family: 'sweet_sans_probold', sans-serif;
    font-size: 38px;
    line-height: 1;
    color: var(--rlb-orange);
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.rlb-privacy-section h3 {
    margin: 30px 0 10px 0;
    font-family: 'sweet_sans_probold', sans-serif;
    font-size: 18px;
    line-height: 1.2;
    color: var(--rlb-blue);
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.rlb-privacy-section p {
    margin: 0 0 18px 0;
    font-family: 'sweet_sans_proregular', sans-serif;
    font-size: 15px;
    line-height: 1.42;
    color: rgba(17, 46, 60, 0.86);
    letter-spacing: 0.45px;
}

.rlb-privacy-section a {
    color: rgba(17, 46, 60, 0.86);
    text-decoration: none;
}

.rlb-privacy-section a:hover,
.rlb-privacy-section a:focus {
    color: var(--rlb-orange);
    text-decoration: none;
}

.rlb-legal-divider {
    display: block;
    width: 58px;
    height: 4px;
    margin: 0 0 42px 0;
    background-color: var(--rlb-blue);
}

.rlb-privacy-stand {
    margin-top: 42px;
    color: rgba(17, 46, 60, 0.72);
}

.rlb-privacy-credit {
    margin-top: 60px !important;
    opacity: 0.6;
}

.rlb-credit-link {
    font-family: 'sweet_sans_probold', sans-serif;
    letter-spacing: 0.5px;
}


/* Legal - Zwischenbreite  - - - - - - - - */

@media only screen and (max-width: 1380px) {
    .rlb-legal-section {
        --rlb-legal-width: calc(100% - 80px);
        --rlb-legal-offset: 0px;
        --rlb-imprint-side-width: 330px;
        --rlb-imprint-copy-width: minmax(0, 1fr);
        --rlb-imprint-gap: 70px;
    }

    .rlb-imprint-section {
        padding-right: 40px;
        padding-left: 40px;
        grid-template-columns: var(--rlb-imprint-side-width) var(--rlb-imprint-copy-width);
    }

    .rlb-imprint-side > .vc_column-inner > .wpb_wrapper,
    .rlb-imprint-copy > .vc_column-inner > .wpb_wrapper,
    .rlb-privacy-section > .vc_column_container {
        transform: none;
    }

    .rlb-privacy-section > .vc_column_container {
        max-width: calc(100% - 80px);
    }
}


/* Legal - Mobile Basis  - - - - - - - - */

@media only screen and (max-width: 991px) {
    .rlb-legal-section {
        padding: 82px 40px 86px 40px;
    }

    .rlb-imprint-section {
        display: block;
        padding-right: 40px;
        padding-left: 40px;
    }

    .rlb-imprint-section > .vc_column_container {
        width: 100% !important;
    }

    .rlb-privacy-section > .vc_column_container,
    .rlb-privacy-section > .vc_column_container > .vc_column-inner > .wpb_wrapper {
        max-width: none;
        margin: 0;
        transform: none;
    }

    .rlb-imprint-side {
        margin-bottom: 54px;
    }
}

@media only screen and (max-width: 767px) {
    .rlb-legal-section {
        padding: 62px 28px 68px 28px;
    }

    .rlb-imprint-section {
        padding-right: 28px;
        padding-left: 28px;
    }

    .rlb-imprint-side h1,
    .rlb-privacy-section h2 {
        font-size: 32px;
    }

    .rlb-imprint-copy h3 {
        margin-top: 40px;
        font-size: 20px;
    }

    .rlb-privacy-section h3 {
        font-size: 17px;
    }
}


/* 90 RESPONSIVE GLOBAL  - - - - - - - - - - - */
/* Ziel: Desktop erhalten, kleinere Viewports sauber staffeln */

@media only screen and (max-width: 1380px) {
    .rlb-page-intro,
    .rlb-therapy-intro,
    .rlb-pricing-main,
    .rlb-contact-main,
    .rlb-work-profile,
    .rlb-route-section {
        padding-right: 6vw;
        padding-left: 6vw;
    }

    .rlb-pricing-left > .vc_column-inner > .wpb_wrapper,
    .rlb-contact-left > .vc_column-inner > .wpb_wrapper,
    .rlb-work-profile-left > .vc_column-inner > .wpb_wrapper,
    .rlb-work-profile-right > .vc_column-inner > .wpb_wrapper,
    .rlb-route-text > .vc_column-inner > .wpb_wrapper,
    .rlb-route-map > .vc_column-inner > .wpb_wrapper {
        transform: none;
    }

    .rlb-legal-section {
        --rlb-legal-offset: 0px;
        --rlb-legal-width: calc(100% - 12vw);
    }

    .rlb-imprint-section {
        grid-template-columns: minmax(280px, 330px) minmax(0, 760px);
        column-gap: 70px;
        padding-right: 6vw;
        padding-left: 6vw;
    }

    .rlb-imprint-side > .vc_column-inner > .wpb_wrapper,
    .rlb-imprint-copy > .vc_column-inner > .wpb_wrapper {
        transform: none;
    }

    .rlb-privacy-section > .vc_column_container {
        max-width: calc(100% - 12vw);
        margin: 0 auto;
        transform: none;
    }
}

@media only screen and (max-width: 1199px) {
    .rlb-page-intro,
    .rlb-therapy-intro,
    .rlb-pricing-main,
    .rlb-contact-main {
        padding-top: 105px;
        padding-bottom: 92px;
    }

    .rlb-work-profile {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .rlb-route-section {
        padding-top: 78px;
        padding-bottom: 86px;
    }

    .rlb-page-intro-text h1,
    .rlb-therapy-intro-text h1,
    .rlb-pricing-intro h1,
    .rlb-contact-intro h1,
    .rlb-location-text h2,
    .rlb-route-text h2 {
        font-size: 40px;
    }

    .rlb-page-intro-text .rlb-subline,
    .rlb-therapy-intro-text .rlb-subline,
    .rlb-pricing-intro .rlb-subline,
    .rlb-contact-intro .rlb-subline {
        font-size: 16px;
    }

    .rlb-therapy-card h2,
    .rlb-consulting-card h2,
    .rlb-price-item h2,
    .rlb-work-cv h2 {
        font-size: 22px;
    }

    .rlb-therapy-card h3,
    .rlb-consulting-card .rlb-card-subline,
    .rlb-info-box strong {
        font-size: 16px;
    }

    .rlb-page-intro-image .rlb-image-frame {
        max-width: 500px;
    }

    .rlb-contact-card,
    .rlb-current-dates-box,
    .rlb-pricing-note-box {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .rlb-page-intro,
    .rlb-therapy-intro,
    .rlb-pricing-main,
    .rlb-contact-main,
    .rlb-work-profile,
    .rlb-route-section,
    .rlb-location {
        padding: 78px 40px 82px 40px;
    }

    .rlb-page-intro,
    .rlb-therapy-intro {
        padding: 200px 40px 82px 40px;
    }

    .rlb-page-intro > .vc_column_container,
    .rlb-therapy-intro > .vc_column_container,
    .rlb-location > .vc_column_container,
    .rlb-pricing-main > .vc_column_container,
    .rlb-contact-main > .vc_column_container,
    .rlb-work-profile > .vc_column_container,
    .rlb-route-section > .vc_column_container,
    .rlb-therapy-grid > .vc_column_container,
    .rlb-consulting-grid > .vc_column_container {
        float: none !important;
        display: block !important;
        width: 100% !important;
    }

    .rlb-page-intro-text,
    .rlb-therapy-intro-text {
        padding-top: 0;
    }

    .rlb-page-intro-text > .vc_column-inner > .wpb_wrapper,
    .rlb-page-intro-image > .vc_column-inner > .wpb_wrapper,
    .rlb-therapy-intro-text > .vc_column-inner > .wpb_wrapper,
    .rlb-therapy-intro-image > .vc_column-inner > .wpb_wrapper,
    .rlb-location-text > .vc_column-inner > .wpb_wrapper,
    .rlb-location-image-col > .vc_column-inner > .wpb_wrapper,
    .rlb-pricing-left > .vc_column-inner > .wpb_wrapper,
    .rlb-pricing-right > .vc_column-inner > .wpb_wrapper,
    .rlb-contact-left > .vc_column-inner > .wpb_wrapper,
    .rlb-contact-right > .vc_column-inner > .wpb_wrapper,
    .rlb-work-profile-left > .vc_column-inner > .wpb_wrapper,
    .rlb-work-profile-right > .vc_column-inner > .wpb_wrapper,
    .rlb-route-text > .vc_column-inner > .wpb_wrapper,
    .rlb-route-map > .vc_column-inner > .wpb_wrapper {
        max-width: none;
        margin: 0;
        transform: none;
    }

    .rlb-page-intro-image,
    .rlb-therapy-intro-image,
    .rlb-location-image-col,
    .rlb-pricing-right,
    .rlb-contact-right,
    .rlb-route-map,
    .rlb-work-profile-right {
        margin-top: 52px;
    }

    .rlb-page-intro-image .rlb-image-frame,
    .rlb-therapy-intro-image .rlb-image-frame,
    .rlb-image-frame.rlb-location-image,
    .rlb-work-profile-left .rlb-image-frame {
        max-width: 100%;
    }

    .rlb-therapy-grid,
    .rlb-consulting-grid {
        background-image:
            linear-gradient(
                to right,
                var(--rlb-border-gray) 0%,
                rgba(178, 178, 178, 0.68) 14%,
                rgba(228, 89, 64, 0.28) 36%,
                var(--rlb-grid-line) 100%
            );
        background-repeat: no-repeat;
        background-position: top left;
        background-size: 100% 1px;
    }

    .rlb-therapy-grid-left > .vc_column-inner > .wpb_wrapper,
    .rlb-consulting-grid-left > .vc_column-inner > .wpb_wrapper,
    .rlb-consulting-grid-right > .vc_column-inner > .wpb_wrapper {
        max-width: none;
        padding: 64px 40px 68px 40px;
    }

    .rlb-therapy-grid-right > .vc_column-inner > .wpb_wrapper {
        display: block;
        height: auto;
        min-height: 0;
    }

    .rlb-therapy-grid-right .wpb_text_column,
    .rlb-therapy-grid-right .wpb_text_column > .wpb_wrapper {
        display: block;
        width: 100%;
    }

    .rlb-therapy-card-top,
    .rlb-therapy-card-bottom {
        padding: 64px 40px 68px 40px;
    }

    .rlb-therapy-grid-right .rlb-therapy-card > * {
        max-width: none;
    }

    .rlb-work-profile-left .rlb-button-group {
        margin-bottom: 58px;
    }

    .rlb-work-cip-logo {
        width: 240px;
        max-width: 240px;
        margin-top: 0;
    }

    .rlb-imprint-section.rlb-legal-section,
    .rlb-privacy-section.rlb-legal-section {
        padding: 82px 40px 86px 40px;
    }

    .rlb-imprint-section {
        display: block;
        padding-right: 0;
        padding-left: 0;
    }

    .rlb-imprint-section > .vc_column_container {
        float: none !important;
        width: 100% !important;
    }

    .rlb-imprint-side > .vc_column-inner > .wpb_wrapper,
    .rlb-imprint-copy > .vc_column-inner > .wpb_wrapper,
    .rlb-privacy-section > .vc_column_container,
    .rlb-privacy-section > .vc_column_container > .vc_column-inner > .wpb_wrapper {
        max-width: none;
        margin: 0;
        transform: none;
    }

    .rlb-imprint-side {
        margin-bottom: 54px;
    }

    .footer-bottom .container,
    .footer-bottom .container-fluid,
    .footer-bottom .row,
    .footer-bottom .copyright-wrap {
        padding-right: 40px !important;
        padding-left: 40px !important;
    }
}

@media only screen and (max-width: 767px) {
    .rlb-pricing-main,
    .rlb-contact-main,
    .rlb-work-profile,
    .rlb-route-section,
    .rlb-location {
        padding: 58px 28px 64px 28px;
    }

    .rlb-page-intro,
    .rlb-therapy-intro {
        padding: 180px 28px 64px 28px;
    }

    .rlb-page-intro-text h1,
    .rlb-therapy-intro-text h1,
    .rlb-pricing-intro h1,
    .rlb-contact-intro h1,
    .rlb-location-text h2,
    .rlb-route-text h2,
    .rlb-imprint-side h1,
    .rlb-privacy-section h2 {
        font-size: 32px;
        line-height: 1.05;
    }

    .rlb-page-intro-text .rlb-subline,
    .rlb-therapy-intro-text .rlb-subline,
    .rlb-pricing-intro .rlb-subline,
    .rlb-contact-intro .rlb-subline {
        font-size: 15px;
        line-height: 1.25;
        letter-spacing: 0.8px;
    }

    .rlb-page-intro-text p,
    .rlb-therapy-intro-text p,
    .rlb-therapy-card p,
    .rlb-consulting-card p,
    .rlb-location-text p,
    .rlb-route-text p,
    .rlb-pricing-intro p,
    .rlb-pricing-note-box .rlb-info-box p,
    .rlb-current-dates-box p,
    .rlb-contact-intro p,
    .rlb-work-cv li,
    .rlb-imprint-side p,
    .rlb-imprint-copy p,
    .rlb-privacy-section p {
        font-size: 15px;
        line-height: 1.38;
        letter-spacing: 0.35px;
    }

    .rlb-therapy-card h2,
    .rlb-consulting-card h2,
    .rlb-price-item h2,
    .rlb-work-cv h2,
    .rlb-pricing-note-box h2,
    .rlb-current-dates-box h2,
    .rlb-contact-card h2 {
        font-size: 21px;
    }

    .rlb-therapy-card h3,
    .rlb-consulting-card .rlb-card-subline,
    .rlb-work-cv h3,
    .rlb-privacy-section h3,
    .rlb-imprint-side h3 {
        font-size: 16px;
    }

    .rlb-page-intro-image,
    .rlb-therapy-intro-image,
    .rlb-location-image-col,
    .rlb-pricing-right,
    .rlb-contact-right,
    .rlb-route-map,
    .rlb-work-profile-right {
        margin-top: 40px;
    }

    .rlb-button {
        min-width: 0;
        max-width: 100%;
        padding: 6px 16px 6px 42px;
        font-size: 13px;
    }

    .rlb-button-group {
        gap: 9px;
        margin-top: 34px;
    }

    .rlb-therapy-grid-left > .vc_column-inner > .wpb_wrapper,
    .rlb-consulting-grid-left > .vc_column-inner > .wpb_wrapper,
    .rlb-consulting-grid-right > .vc_column-inner > .wpb_wrapper,
    .rlb-therapy-card-top,
    .rlb-therapy-card-bottom {
        padding: 52px 28px 58px 28px;
    }

    .rlb-consulting-card-head {
        gap: 18px;
        margin-bottom: 28px;
    }

    .rlb-consulting-icon {
        width: 56px;
    }

    .rlb-price-list {
        max-width: none;
    }

    .rlb-price-item {
        margin-bottom: 30px;
    }

    .rlb-price-row {
        min-height: 42px;
        padding: 0 16px;
        font-size: 15px;
        letter-spacing: 0.45px;
    }

    .rlb-price-row span:last-child {
        min-width: 82px;
    }

    .rlb-pricing-note-box,
    .rlb-current-dates-box,
    .rlb-contact-card {
        padding: 30px 26px 34px 26px;
    }

    .rlb-contact-card-row {
        font-size: 15px;
        letter-spacing: 1.4px;
    }

    .rlb-contact-route-button {
        width: 100%;
        min-width: 0;
    }

    .rlb-cf7-form,
    .rlb-cf7-submit input[type="submit"] {
        width: 100%;
        min-width: 0;
    }

    .rlb-cf7-form textarea {
        height: 170px;
    }

    .rlb-route-text h2 {
        margin-bottom: 30px;
    }

    .rlb-venomap-wrap,
    .rlb-venomap-wrap .venomap,
    .rlb-venomap-wrap iframe,
    .rlb-contact-map-wrap,
    .rlb-contact-map-wrap .venomap,
    .rlb-contact-map-wrap iframe {
        min-height: 380px;
    }

    .rlb-imprint-section.rlb-legal-section,
    .rlb-privacy-section.rlb-legal-section {
        padding: 62px 28px 68px 28px;
    }

    .rlb-imprint-side {
        margin-bottom: 44px;
    }

    .rlb-imprint-copy h3 {
        margin-top: 34px;
        font-size: 20px;
    }

    .rlb-legal-divider {
        margin-bottom: 34px;
    }

    .footer-bottom {
        min-height: auto;
        padding: 18px 0;
    }

    .footer-bottom,
    .footer-bottom a,
    .rlb-footer-left,
    .rlb-footer-right {
        line-height: 1.6;
    }

    .footer-bottom .container,
    .footer-bottom .container-fluid,
    .footer-bottom .row,
    .footer-bottom .copyright-wrap {
        padding-right: 28px !important;
        padding-left: 28px !important;
        text-align: center;
    }

    .rlb-footer-left,
    .rlb-footer-right {
        display: block;
        width: 100%;
    }

    .rlb-footer-right {
        margin-top: 8px;
    }

    .rlb-cip-logo {
        right: 24px;
        bottom: 22px;
        width: 88px;
    }
}

@media only screen and (max-width: 480px) {
    .rlb-page-intro,
    .rlb-therapy-intro,
    .rlb-pricing-main,
    .rlb-contact-main,
    .rlb-work-profile,
    .rlb-route-section,
    .rlb-location {
        padding-right: 22px;
        padding-left: 22px;
    }

    .rlb-page-intro-text h1,
    .rlb-therapy-intro-text h1,
    .rlb-pricing-intro h1,
    .rlb-contact-intro h1,
    .rlb-location-text h2,
    .rlb-route-text h2,
    .rlb-imprint-side h1,
    .rlb-privacy-section h2 {
        font-size: 29px;
    }

    .rlb-therapy-grid-left > .vc_column-inner > .wpb_wrapper,
    .rlb-consulting-grid-left > .vc_column-inner > .wpb_wrapper,
    .rlb-consulting-grid-right > .vc_column-inner > .wpb_wrapper,
    .rlb-therapy-card-top,
    .rlb-therapy-card-bottom {
        padding-right: 22px;
        padding-left: 22px;
    }

    .rlb-imprint-section.rlb-legal-section,
    .rlb-privacy-section.rlb-legal-section {
        padding-right: 22px;
        padding-left: 22px;
    }

    .rlb-contact-card-row {
        letter-spacing: 1px;
    }

    .rlb-contact-icon {
        width: 22px;
        min-width: 22px;
        font-size: 18px;
    }
}


/* 91 MOBILE HEADER / MENÜ  - - - - - - - - - */

@media only screen and (max-width: 991px) {
    header a.logo-light img {
        width: 120px !important;
        height: auto !important;
    }

    .sidenav-header {
        border-bottom: 1px solid #a5a5a5 !important;
    }

    nav.navbar.mobile-left-menu #navbar-menu,
    nav.navbar.mobile-left-menu.sidemenu-open #navbar-menu {
        animation: none !important;
        -webkit-animation: none !important;
        transition: none !important;
        -webkit-transition: none !important;
    }

    nav.navbar.mobile-left-menu:not(.sidemenu-open) #navbar-menu {
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
        transform: none !important;
    }

    nav.navbar.mobile-left-menu.sidemenu-open #navbar-menu {
        position: fixed !important;
        top: 104px !important;
        right: 0 !important;
        left: 0 !important;
        width: 100vw !important;
        max-width: 100vw !important;
        height: calc(100vh - 104px) !important;
        padding: 0 !important;
        margin: 0 !important;
        overflow-y: auto !important;
        border-right: 0 !important;
        background-color: #fff !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        transform: none !important;
        z-index: 99998 !important;
    }

    nav.navbar.mobile-left-menu.sidemenu-open .no-padding-lr {
        width: 100% !important;
        max-width: 100% !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    nav.navbar.mobile-left-menu #menu-rlb-navigation::before {
        display: none !important;
        height: 0 !important;
        content: none !important;
    }

    nav.navbar.mobile-left-menu.sidemenu-open #menu-rlb-navigation {
        width: 100% !important;
        height: auto !important;
        margin: 0 !important;
        padding: 62px 28px 42px 28px !important;
        background-color: #fff !important;
        text-align: center !important;
    }

    nav.navbar.mobile-left-menu.sidemenu-open #menu-rlb-navigation li {
        display: block !important;
        width: 100% !important;
        margin: 0 0 24px 0 !important;
        padding: 0 !important;
        text-align: center !important;
    }

    nav.navbar.mobile-left-menu.sidemenu-open #menu-rlb-navigation li:last-child {
        margin-bottom: 0 !important;
    }

    nav.navbar.mobile-left-menu.sidemenu-open #menu-rlb-navigation a {
        display: block !important;
        width: 100% !important;
        padding: 0 !important;
        text-align: center !important;
    }
}

@media only screen and (max-width: 1050px) {
    nav.navbar.bootsnav.sidebar-nav #menu-rlb-navigation li a {
        padding-top: 0 !important;
        padding-bottom: 10px !important;
        line-height: 24px !important;
    }
}

@media only screen and (max-width: 991px) {
    #mobileToggleSidenav.navbar-toggle,
    #mobileToggleSidenav.mobile-toggle {
        right: 40px !important;
        transform: scale(1.4) !important;
        transform-origin: center center !important;
    }
}


/* 99 FEINTUNING / ABSCHLUSS-FIXES  - - - - - */

.rlb-cv-text-link {
    color: inherit;
    text-decoration: none;
    transition: color 0.25s ease;
}

.rlb-cv-text-link:hover,
.rlb-cv-text-link:focus {
    color: #e45940;
    text-decoration: none;
}

.rlb-current-dates-divider {
    display: block;
    width: 100%;
    height: 1px;
    margin: 30px 0 !important;
    background-color: rgba(255, 255, 255, 0.8);
}

.rlb-headline-box h1 {
    white-space: nowrap !important;
    hyphens: manual !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
}

.rlb-nowrap {
    white-space: nowrap !important;
}

.rlb-break-desktop-1843 {
    display: block;
}

.rlb-break-563 {
    display: none;
}

@media only screen and (max-width: 1843px) {
    .rlb-break-desktop-1843 {
        display: none;
    }
}

@media only screen and (max-width: 563px) {
    .rlb-break-563 {
        display: block;
    }
}

@media only screen and (max-width: 452px) {
    .rlb-break-desktop-1843,
    .rlb-break-563 {
        display: none !important;
    }

    .rlb-nowrap {
        white-space: normal !important;
    }

    .rlb-headline-box p {
        white-space: normal !important;
    }
}

@media only screen and (max-width: 419px) {
    .rlb-headline-box h1 {
        white-space: normal !important;
        hyphens: manual !important;
        overflow-wrap: normal !important;
        word-break: normal !important;
        max-width: 245px !important;
        margin-right: auto !important;
        margin-left: auto !important;
        line-height: 0.95 !important;
    }

    .rlb-headline-box p {
        line-height: 1.08 !important;
    }
}


/* Therapie - Responsive Grid  - - - - - - - - */

@media only screen and (min-width: 1200px) {
    .rlb-therapy-grid-left > .vc_column-inner > .wpb_wrapper,
    .rlb-therapy-card-top,
    .rlb-therapy-card-bottom {
        box-sizing: border-box;
        width: 100%;
        max-width: 85%;
        padding-right: 50px;
        padding-left: 120px;
    }

    .rlb-therapy-grid-left > .vc_column-inner > .wpb_wrapper {
        padding-top: 42px;
        padding-bottom: 82px;
    }

    .rlb-therapy-card-top {
        padding-top: 42px;
        padding-bottom: 70px;
    }

    .rlb-therapy-card-bottom {
        padding-top: 110px;
        padding-bottom: 70px;
    }

    .rlb-therapy-grid-right .rlb-therapy-card > * {
        max-width: 520px;
    }

    .rlb-therapy-card-single {
        max-width: none;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1800px) {
    .rlb-therapy-grid-left > .vc_column-inner > .wpb_wrapper,
    .rlb-therapy-card-top,
    .rlb-therapy-card-bottom {
        box-sizing: border-box;
        width: 100%;
        max-width: 90%;
        padding-right: 50px;
        padding-left: 80px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .rlb-therapy-grid-left > .vc_column-inner > .wpb_wrapper,
    .rlb-therapy-card-top,
    .rlb-therapy-card-bottom {
        max-width: 100%;
        padding-left: 50px;
    }
}

@media only screen and (max-width: 1199px) {
    .rlb-therapy-grid {
        background-image:
            linear-gradient(
                to right,
                var(--rlb-border-gray) 0%,
                rgba(178, 178, 178, 0.68) 14%,
                rgba(228, 89, 64, 0.28) 36%,
                var(--rlb-grid-line) 100%
            );
        background-repeat: no-repeat;
        background-position: top left;
        background-size: 100% 1px;
    }

    .rlb-therapy-grid > .vc_column_container {
        float: none !important;
        display: block !important;
        width: 100% !important;
    }

    .rlb-therapy-grid-left > .vc_column-inner > .wpb_wrapper,
    .rlb-therapy-card-top,
    .rlb-therapy-card-bottom {
        box-sizing: border-box;
        width: 100%;
        max-width: 720px;
        margin: 0 auto;
        padding: 72px 50px 78px 50px;
    }

    .rlb-therapy-grid-right > .vc_column-inner > .wpb_wrapper {
        display: block;
        height: auto;
        min-height: 0;
    }

    .rlb-therapy-grid-right .wpb_text_column,
    .rlb-therapy-grid-right .wpb_text_column > .wpb_wrapper {
        display: block;
        width: 100%;
    }

    .rlb-therapy-grid-right .wpb_text_column {
        border-top: 1px solid rgba(228, 89, 64, 0.28);
    }

    .rlb-therapy-grid-right .rlb-therapy-card > * {
        max-width: none;
    }

    .rlb-therapy-card-single {
        max-width: none;
    }
}

@media only screen and (max-width: 767px) {
    .rlb-therapy-grid-left > .vc_column-inner > .wpb_wrapper,
    .rlb-therapy-card-top,
    .rlb-therapy-card-bottom {
        max-width: none;
        padding: 58px 28px 62px 28px;
    }
}

@media only screen and (max-width: 480px) {
    .rlb-therapy-grid-left > .vc_column-inner > .wpb_wrapper,
    .rlb-therapy-card-top,
    .rlb-therapy-card-bottom {
        padding-right: 22px;
        padding-left: 22px;
    }
}


/* Therapie - Intro / obere Row harmonisieren  - - */

@media only screen and (min-width: 1200px) {
    .rlb-therapy-intro {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .rlb-therapy-intro-text > .vc_column-inner > .wpb_wrapper {
        box-sizing: border-box;
        width: 100%;
        max-width: 85%;
        margin: 0;
        padding-right: 50px;
        padding-left: 120px;
    }

    .rlb-therapy-intro-text p {
        max-width: 580px;
    }

    .rlb-therapy-intro-image > .vc_column-inner > .wpb_wrapper {
        max-width: 590px;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1800px) {
    .rlb-therapy-intro-text > .vc_column-inner > .wpb_wrapper {
        max-width: 90%;
        padding-right: 50px;
        padding-left: 80px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .rlb-therapy-intro-text > .vc_column-inner > .wpb_wrapper {
        max-width: 100%;
        padding-left: 50px;
    }
}

@media only screen and (max-width: 1199px) {
    .rlb-therapy-intro-image .rlb-image-frame.rlb-portrait-image img {
        transform: none !important;
    }
}

@media only screen and (max-width: 1199px) {
    .rlb-therapy-intro-image .rlb-image-frame.rlb-portrait-image,
    .rlb-therapy-intro-image .rlb-image-caption {
        transform: none !important;
    }
}

@media only screen and (min-width: 1701px) {
    .rlb-therapy-intro-image .rlb-image-frame.rlb-portrait-image,
    .rlb-therapy-intro-image .rlb-image-caption {
        transform: translateX(-140px);
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .rlb-therapy-intro-image .rlb-image-frame.rlb-portrait-image,
    .rlb-therapy-intro-image .rlb-image-caption {
        transform: translateX(-130px);
    }
}

@media only screen and (min-width: 1500px) and (max-width: 1599px) {
    .rlb-therapy-intro-image .rlb-image-frame.rlb-portrait-image,
    .rlb-therapy-intro-image .rlb-image-caption {
        transform: translateX(-120px);
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1499px) {
    .rlb-therapy-intro-image .rlb-image-frame.rlb-portrait-image,
    .rlb-therapy-intro-image .rlb-image-caption {
        transform: translateX(-50px);
    }
}

@media only screen and (min-width: 1300px) and (max-width: 1399px) {
    .rlb-therapy-intro-image .rlb-image-frame.rlb-portrait-image,
    .rlb-therapy-intro-image .rlb-image-caption {
        transform: translateX(-30px);
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1299px) {
    .rlb-therapy-intro-image .rlb-image-frame.rlb-portrait-image,
    .rlb-therapy-intro-image .rlb-image-caption {
        transform: translateX(-20px);
    }
}

@media only screen and (max-width: 1199px) {
    .rlb-therapy-intro-image .rlb-image-frame.rlb-portrait-image,
    .rlb-therapy-intro-image .rlb-image-caption {
        transform: none !important;
    }
}

@media only screen and (max-width: 1199px) {
    .rlb-therapy-intro {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .rlb-therapy-intro-text > .vc_column-inner > .wpb_wrapper,
    .rlb-therapy-intro-image > .vc_column-inner > .wpb_wrapper {
        box-sizing: border-box;
        width: 100%;
        max-width: 720px;
        margin: 0 auto;
        padding-right: 50px;
        padding-left: 50px;
    }

    .rlb-therapy-intro-image {
        margin-top: 52px;
        text-align: left;
    }

    .rlb-therapy-intro-image .rlb-image-frame.rlb-portrait-image,
    .rlb-therapy-intro-image .rlb-image-caption {
        transform: none !important;
    }

    .rlb-therapy-intro-image .rlb-image-frame.rlb-portrait-image {
        margin-right: 0;
        margin-left: 0;
    }

    .rlb-therapy-intro-image .rlb-image-caption {
        max-width: 285px;
        margin-right: 0;
        margin-left: 0;
        text-align: left;
    }
}

@media only screen and (max-width: 767px) {
    .rlb-therapy-intro-text > .vc_column-inner > .wpb_wrapper,
    .rlb-therapy-intro-image > .vc_column-inner > .wpb_wrapper {
        max-width: none;
        padding-right: 28px;
        padding-left: 28px;
    }

    .rlb-therapy-intro-image {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 480px) {
    .rlb-therapy-intro-text > .vc_column-inner > .wpb_wrapper,
    .rlb-therapy-intro-image > .vc_column-inner > .wpb_wrapper {
        padding-right: 22px;
        padding-left: 22px;
    }
}


/* Standort - Responsive an Therapie-Intro angleichen  - */

@media only screen and (min-width: 1200px) {
    .rlb-location {
        padding-top: 88px;
        padding-bottom: 92px;
    }

    .rlb-location-text > .vc_column-inner > .wpb_wrapper {
        box-sizing: border-box;
        width: 100%;
        max-width: 85%;
        margin: 0;
        padding-right: 50px;
        padding-left: 120px;
        transform: none !important;
    }

    .rlb-location-image-col > .vc_column-inner > .wpb_wrapper {
        box-sizing: border-box;
        width: 100%;
        max-width: 590px;
        margin: 0 auto;
        transform: none !important;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1800px) {
    .rlb-location-text > .vc_column-inner > .wpb_wrapper {
        max-width: 90%;
        padding-right: 50px;
        padding-left: 80px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .rlb-location-text > .vc_column-inner > .wpb_wrapper {
        max-width: 100%;
        padding-left: 50px;
    }
}

@media only screen and (max-width: 1199px) {
    .rlb-location-text > .vc_column-inner > .wpb_wrapper,
    .rlb-location-image-col > .vc_column-inner > .wpb_wrapper {
        box-sizing: border-box;
        width: 100%;
        max-width: 720px;
        margin: 0 auto;
        padding-right: 50px;
        padding-left: 50px;
        transform: none !important;
    }

    .rlb-location-image-col {
        margin-top: 52px;
        text-align: left;
    }

    .rlb-image-frame.rlb-location-image {
        margin-right: 0;
        margin-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .rlb-location-text > .vc_column-inner > .wpb_wrapper,
    .rlb-location-image-col > .vc_column-inner > .wpb_wrapper {
        max-width: none;
        padding-right: 28px;
        padding-left: 28px;
    }

    .rlb-location-image-col {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 480px) {
    .rlb-location-text > .vc_column-inner > .wpb_wrapper,
    .rlb-location-image-col > .vc_column-inner > .wpb_wrapper {
        padding-right: 22px;
        padding-left: 22px;
    }
}

@media only screen and (min-width: 1601px) {
    .rlb-location-section-image {
        position: relative;
        right: 50px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .rlb-location-section-image {
        position: relative;
        right: 60px;
    }
}

@media only screen and (max-width: 1480px) and (min-width: 1200px) {
    .rlb-location-section-image .rlb-location-image {
        max-width: 90%;
        margin-top: 40px;
        margin-left: 90px;
        margin-right: auto;
    }
}

@media only screen and (max-width: 1199px) {
    .rlb-location-section-image {
        position: static;
        right: auto;
    }

    .rlb-location-section-image .rlb-location-image {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    .rlb-location-section-image .rlb-location-image img {
        width: 100%;
        height: auto;
    }
}

.rlb-location-break-1351 {
    display: none;
}

.rlb-location-space-mobile {
    display: inline;
}

@media only screen and (min-width: 1351px) {
    .rlb-location-break-1351 {
        display: block;
    }

    .rlb-location-space-mobile {
        display: none;
    }
}


/* Beratung - Responsive wie Therapie  - - - - */

@media only screen and (min-width: 1200px) {
    .rlb-consulting-intro {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .rlb-consulting-intro-text > .vc_column-inner > .wpb_wrapper {
        box-sizing: border-box;
        width: 100%;
        max-width: 85%;
        margin: 0;
        padding-right: 50px;
        padding-left: 120px;
    }

    .rlb-consulting-intro-text p {
        max-width: 580px;
    }

    .rlb-consulting-intro-image > .vc_column-inner > .wpb_wrapper {
        box-sizing: border-box;
        width: 100%;
        max-width: 590px;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1800px) {
    .rlb-consulting-intro-text > .vc_column-inner > .wpb_wrapper {
        max-width: 90%;
        padding-right: 50px;
        padding-left: 80px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .rlb-consulting-intro-text > .vc_column-inner > .wpb_wrapper {
        max-width: 100%;
        padding-left: 50px;
    }
}

@media only screen and (max-width: 1199px) {
    .rlb-consulting-intro {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .rlb-consulting-intro > .vc_column_container {
        float: none !important;
        display: block !important;
        width: 100% !important;
    }

    .rlb-consulting-intro-text > .vc_column-inner > .wpb_wrapper,
    .rlb-consulting-intro-image > .vc_column-inner > .wpb_wrapper {
        box-sizing: border-box;
        width: 100%;
        max-width: 720px;
        margin: 0 auto;
        padding-right: 50px;
        padding-left: 50px;
        transform: none !important;
    }

    .rlb-consulting-intro-image {
        margin-top: 52px;
        text-align: left;
    }

    .rlb-consulting-intro-image .rlb-image-frame {
        margin-right: 0;
        margin-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .rlb-consulting-intro-text > .vc_column-inner > .wpb_wrapper,
    .rlb-consulting-intro-image > .vc_column-inner > .wpb_wrapper {
        max-width: none;
        padding-right: 28px;
        padding-left: 28px;
    }

    .rlb-consulting-intro-image {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 480px) {
    .rlb-consulting-intro-text > .vc_column-inner > .wpb_wrapper,
    .rlb-consulting-intro-image > .vc_column-inner > .wpb_wrapper {
        padding-right: 22px;
        padding-left: 22px;
    }
}

@media only screen and (min-width: 1200px) {
    .rlb-consulting-grid-left > .vc_column-inner > .wpb_wrapper,
    .rlb-consulting-grid-right > .vc_column-inner > .wpb_wrapper {
        box-sizing: border-box;
        width: 100%;
        max-width: 85%;
        margin: 0;
        padding: 42px 50px 82px 120px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1800px) {
    .rlb-consulting-grid-left > .vc_column-inner > .wpb_wrapper,
    .rlb-consulting-grid-right > .vc_column-inner > .wpb_wrapper {
        max-width: 90%;
        padding-right: 50px;
        padding-left: 80px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .rlb-consulting-grid-left > .vc_column-inner > .wpb_wrapper,
    .rlb-consulting-grid-right > .vc_column-inner > .wpb_wrapper {
        max-width: 100%;
        padding-left: 50px;
    }
}

@media only screen and (max-width: 1199px) {
    .rlb-consulting-grid {
        background-image:
            linear-gradient(
                to right,
                var(--rlb-border-gray) 0%,
                rgba(178, 178, 178, 0.68) 14%,
                rgba(228, 89, 64, 0.28) 36%,
                var(--rlb-grid-line) 100%
            );
        background-repeat: no-repeat;
        background-position: top left;
        background-size: 100% 1px;
    }

    .rlb-consulting-grid > .vc_column_container {
        float: none !important;
        display: block !important;
        width: 100% !important;
    }

    .rlb-consulting-grid-left > .vc_column-inner > .wpb_wrapper,
    .rlb-consulting-grid-right > .vc_column-inner > .wpb_wrapper {
        box-sizing: border-box;
        width: 100%;
        max-width: 720px;
        margin: 0 auto;
        padding: 80px 50px 100px 50px;
    }

    .rlb-consulting-grid-right {
        border-top: 1px solid rgba(228, 89, 64, 0.28);
    }
}

@media only screen and (max-width: 767px) {
    .rlb-consulting-grid-left > .vc_column-inner > .wpb_wrapper,
    .rlb-consulting-grid-right > .vc_column-inner > .wpb_wrapper {
        max-width: none;
        padding: 80px 28px 100px 28px;
    }
}

@media only screen and (max-width: 480px) {
    .rlb-consulting-grid-left > .vc_column-inner > .wpb_wrapper,
    .rlb-consulting-grid-right > .vc_column-inner > .wpb_wrapper {
        padding-right: 22px;
        padding-left: 22px;
    }
}

@media only screen and (min-width: 1400px) {
    .rlb-consulting-intro-image .rlb-image-frame.rlb-consulting-intro-image-frame {
        margin-top: 35px;
        transform: translateX(-60px);
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .rlb-consulting-intro-text > .vc_column-inner > .wpb_wrapper {
        max-width: 90% !important;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .rlb-consulting-intro-image .rlb-image-frame.rlb-consulting-intro-image-frame {
        transform: translate(-50px, 80px);
    }
}


/* Arbeitsweise - Responsive Row 1 + Row 2  - - */

@media only screen and (min-width: 1200px) {
    .rlb-work-intro {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .rlb-work-intro-text > .vc_column-inner > .wpb_wrapper {
        box-sizing: border-box;
        width: 100%;
        max-width: 85%;
        margin: 0;
        padding-right: 50px;
        padding-left: 120px;
    }

    .rlb-work-intro-text p {
        max-width: 580px;
    }

    .rlb-work-intro-image > .vc_column-inner > .wpb_wrapper {
        box-sizing: border-box;
        width: 100%;
        max-width: 590px;
        margin: 0 auto;
    }

    .rlb-work-intro-image .rlb-image-frame.rlb-consulting-intro-image-frame {
        transform-origin: left center;
    }
}

@media only screen and (min-width: 1660px) {
    .rlb-work-intro-image .rlb-image-frame.rlb-consulting-intro-image-frame {
        transform: translateX(-60px);
    }
}

@media only screen and (min-width: 1500px) and (max-width: 1659px) {
    .rlb-work-intro-image .rlb-image-frame.rlb-consulting-intro-image-frame {
        transform: translateX(-30px);
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1800px) {
    .rlb-work-intro-text > .vc_column-inner > .wpb_wrapper {
        max-width: 90%;
        padding-right: 50px;
        padding-left: 80px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .rlb-work-intro-text > .vc_column-inner > .wpb_wrapper {
        max-width: 90% !important;
        padding-left: 50px;
    }

    .rlb-work-intro-image .rlb-image-frame.rlb-consulting-intro-image-frame {
        transform: translate(-40px, 80px);
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1199px) {
    .rlb-work-intro-image .rlb-image-frame.rlb-consulting-intro-image-frame {
        transform: translate(0, 40px);
    }
}

@media only screen and (max-width: 1199px) {
    .rlb-work-intro {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .rlb-work-intro > .vc_column_container {
        float: none !important;
        display: block !important;
        width: 100% !important;
    }

    .rlb-work-intro-text > .vc_column-inner > .wpb_wrapper,
    .rlb-work-intro-image > .vc_column-inner > .wpb_wrapper {
        box-sizing: border-box;
        width: 100%;
        max-width: 720px;
        margin: 0 auto;
        padding-right: 50px;
        padding-left: 50px;
    }

    .rlb-work-intro-image {
        margin-top: 52px;
        text-align: left;
    }

    .rlb-work-intro-image .rlb-image-frame {
        margin-right: 0;
        margin-left: 0;
        transform-origin: left center;
    }
}

@media only screen and (max-width: 767px) {
    .rlb-work-intro-text > .vc_column-inner > .wpb_wrapper,
    .rlb-work-intro-image > .vc_column-inner > .wpb_wrapper {
        max-width: none;
        padding-right: 28px;
        padding-left: 28px;
    }

    .rlb-work-intro-image {
        margin-top: 40px;
    }

    .rlb-work-intro-image .rlb-image-frame.rlb-consulting-intro-image-frame {
        transform: none;
    }
}

@media only screen and (max-width: 480px) {
    .rlb-work-intro-text > .vc_column-inner > .wpb_wrapper,
    .rlb-work-intro-image > .vc_column-inner > .wpb_wrapper {
        padding-right: 22px;
        padding-left: 22px;
    }
}

@media only screen and (min-width: 1200px) {
    .rlb-work-profile {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .rlb-work-profile > .vc_column_container > .vc_column-inner {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .rlb-work-profile-left > .vc_column-inner > .wpb_wrapper,
    .rlb-work-profile-right > .vc_column-inner > .wpb_wrapper {
        box-sizing: border-box;
        width: 100%;
        max-width: 85%;
        margin: 0;
        padding: 72px 50px 82px 120px;
        transform: none !important;
    }

    .rlb-work-profile-left .rlb-image-frame {
        max-width: 390px;
        margin-right: 0;
        margin-left: 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1800px) {
    .rlb-work-profile-left > .vc_column-inner > .wpb_wrapper,
    .rlb-work-profile-right > .vc_column-inner > .wpb_wrapper {
        max-width: 90%;
        padding-right: 50px;
        padding-left: 80px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .rlb-work-profile-left > .vc_column-inner > .wpb_wrapper,
    .rlb-work-profile-right > .vc_column-inner > .wpb_wrapper {
        max-width: 100%;
        padding-left: 50px;
    }
}

@media only screen and (max-width: 1199px) {
    .rlb-work-profile {
        padding-right: 0 !important;
        padding-left: 0 !important;
        background-image:
            linear-gradient(
                to right,
                var(--rlb-border-gray) 0%,
                rgba(178, 178, 178, 0.68) 14%,
                rgba(228, 89, 64, 0.28) 36%,
                var(--rlb-grid-line) 100%
            );
        background-repeat: no-repeat;
        background-position: top left;
        background-size: 100% 1px;
    }

    .rlb-work-profile > .vc_column_container {
        float: none !important;
        display: block !important;
        width: 100% !important;
    }

    .rlb-work-profile-left > .vc_column-inner > .wpb_wrapper,
    .rlb-work-profile-right > .vc_column-inner > .wpb_wrapper {
        box-sizing: border-box;
        width: 100%;
        max-width: 720px;
        margin: 0 auto;
        padding: 72px 50px 78px 50px;
        transform: none !important;
    }

    .rlb-work-profile-right {
        border-top: 1px solid rgba(228, 89, 64, 0.28);
    }

    .rlb-work-profile-left .rlb-image-frame {
        max-width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    .rlb-work-profile-left .rlb-button-group {
        margin-top: 54px;
        margin-bottom: 58px;
    }

    .rlb-work-cip-logo {
        width: 240px;
        max-width: 240px;
        margin-top: 0;
    }
}

@media only screen and (max-width: 767px) {
    .rlb-work-profile-left > .vc_column-inner > .wpb_wrapper,
    .rlb-work-profile-right > .vc_column-inner > .wpb_wrapper {
        max-width: none;
        padding: 58px 28px 62px 28px;
    }
}

@media only screen and (max-width: 480px) {
    .rlb-work-profile-left > .vc_column-inner > .wpb_wrapper,
    .rlb-work-profile-right > .vc_column-inner > .wpb_wrapper {
        padding-right: 22px;
        padding-left: 22px;
    }
}

@media only screen and (max-width: 1199px) {
    .rlb-work-intro-image {
        margin-top: -40px;
        padding-bottom: 60px;
    }
}

@media only screen and (min-width: 1500px) {
    .rlb-work-profile-right > .vc_column-inner > .wpb_wrapper {
        max-width: 95%;
        transform: translateX(-100px) !important;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .rlb-work-profile-right > .vc_column-inner > .wpb_wrapper {
        max-width: 105%;
        transform: translateX(-50px) !important;
    }
}

@media only screen and (max-width: 1199px) {
    .rlb-work-profile {
        display: flex !important;
        flex-direction: column !important;
    }

    .rlb-work-profile-left {
        order: 2;
    }

    .rlb-work-profile-right {
        order: 1;
        border-top: 0;
        border-bottom: 1px solid rgba(228, 89, 64, 0.28);
    }
}

@media only screen and (max-width: 999px) {
    .rlb-work-intro-image {
        margin-top: 0 !important;
        padding-bottom: 25px !important;
    }
}

@media only screen and (max-width: 1199px) {
    .rlb-work-profile-right {
        border-top: 0 !important;
        border-bottom: 0 !important;
    }

    .rlb-work-profile-left {
        border-top: 0 !important;
        border-bottom: 0 !important;
    }
}

@media only screen and (max-width: 1199px) {
    .rlb-work-profile-left > .vc_column-inner > .wpb_wrapper {
        margin-top: -120px;
    }
}


/* Arbeitsweise - Row 3 Anfahrt / Map Final  - */

.rlb-work-route.rlb-route-section.pofo-stretch-content,
.rlb-work-route.rlb-route-section[class*="pofo-stretch"] {
    left: 0 !important;
    right: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

@media only screen and (min-width: 1200px) {
    .rlb-work-route.rlb-route-section {
        position: relative !important;
        box-sizing: border-box;
        padding: 88px 0 96px 0 !important;
        background-color: #fff;
        background-image:
            linear-gradient(
                to right,
                var(--rlb-border-gray) 0%,
                rgba(178, 178, 178, 0.68) 14%,
                rgba(228, 89, 64, 0.28) 36%,
                var(--rlb-grid-line) 100%
            );
        background-repeat: no-repeat;
        background-position: top left;
        background-size: 100% 0px;
        overflow: hidden;
    }

    .rlb-work-route.rlb-route-section > .vc_column_container > .vc_column-inner {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .rlb-work-route .rlb-route-text > .vc_column-inner > .wpb_wrapper {
        box-sizing: border-box;
        width: 100%;
        max-width: 85% !important;
        margin: 0 !important;
        padding: 0 50px 0 105px !important;
        transform: none !important;
    }

    .rlb-work-route .rlb-route-map > .vc_column-inner > .wpb_wrapper {
        box-sizing: border-box;
        width: 100%;
        max-width: 590px !important;
        margin: 0 auto !important;
        padding: 0 !important;
        transform: none !important;
    }

    .rlb-work-route .rlb-route-map {
        margin-top: 0 !important;
    }

    .rlb-work-route .rlb-venomap-wrap {
        width: 100%;
        min-height: 360px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1800px) {
    .rlb-work-route .rlb-route-text > .vc_column-inner > .wpb_wrapper {
        max-width: 90% !important;
        padding-right: 50px !important;
        padding-left: 65px !important;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .rlb-work-route .rlb-route-text > .vc_column-inner > .wpb_wrapper {
        max-width: 100% !important;
        padding-left: 35px !important;
    }

    .rlb-work-route .rlb-route-map > .vc_column-inner > .wpb_wrapper {
        max-width: 560px !important;
    }
}

@media only screen and (max-width: 1199px) {
    .rlb-work-route.rlb-route-section {
        position: relative !important;
        left: 0 !important;
        width: 100% !important;
        padding: 78px 0 82px 0 !important;
        background-color: #fff;
        background-image:
            linear-gradient(
                to right,
                var(--rlb-border-gray) 0%,
                rgba(178, 178, 178, 0.68) 14%,
                rgba(228, 89, 64, 0.28) 36%,
                var(--rlb-grid-line) 100%
            );
        background-repeat: no-repeat;
        background-position: top left;
        background-size: 100% 1px;
    }

    .rlb-work-route.rlb-route-section > .vc_column_container {
        float: none !important;
        display: block !important;
        width: 100% !important;
    }

    .rlb-work-route.rlb-route-section > .vc_column_container > .vc_column-inner {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .rlb-work-route .rlb-route-text > .vc_column-inner > .wpb_wrapper,
    .rlb-work-route .rlb-route-map > .vc_column-inner > .wpb_wrapper {
        box-sizing: border-box;
        width: 100%;
        max-width: 720px !important;
        margin: 0 auto !important;
        padding-right: 50px !important;
        padding-left: 50px !important;
        transform: none !important;
    }

    .rlb-work-route .rlb-route-map {
        margin-top: 52px !important;
    }

    .rlb-work-route .rlb-venomap-wrap {
        width: 100%;
        min-height: 380px;
    }
}

@media only screen and (max-width: 767px) {
    .rlb-work-route.rlb-route-section {
        padding-top: 58px !important;
        padding-bottom: 64px !important;
    }

    .rlb-work-route .rlb-route-text > .vc_column-inner > .wpb_wrapper,
    .rlb-work-route .rlb-route-map > .vc_column-inner > .wpb_wrapper {
        max-width: none !important;
        padding-right: 12px !important;
        padding-left: 12px !important;
    }

    .rlb-work-route .rlb-route-map {
        margin-top: 40px !important;
    }
}

@media only screen and (max-width: 480px) {
    .rlb-work-route .rlb-route-text > .vc_column-inner > .wpb_wrapper,
    .rlb-work-route .rlb-route-map > .vc_column-inner > .wpb_wrapper {
        padding-right: 7px !important;
        padding-left: 7px !important;
    }
}

.rlb-work-route .rlb-venomap-wrap {
    box-sizing: border-box;
    overflow: hidden;
    line-height: 0;
}

.rlb-work-route .rlb-venomap-wrap > *,
.rlb-work-route .rlb-venomap-wrap .venomap,
.rlb-work-route .rlb-venomap-wrap .leaflet-container,
.rlb-work-route .rlb-venomap-wrap iframe {
    display: block;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
}

@media only screen and (min-width: 768px) {
    .rlb-work-route .rlb-venomap-wrap {
        height: 360px !important;
        min-height: 360px !important;
    }
}

@media only screen and (max-width: 767px) {
    .rlb-work-route .rlb-venomap-wrap {
        height: 380px !important;
        min-height: 380px !important;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .rlb-work-route .rlb-route-map > .vc_column-inner > .wpb_wrapper {
        max-width: 560px !important;
        transform: translateX(-40px) !important;
    }
}

@media only screen and (min-width: 1501px) and (max-width: 1600px) {
    .rlb-work-route .rlb-route-map > .vc_column-inner > .wpb_wrapper {
        transform: translateX(-60px) !important;
    }
}

@media only screen and (min-width: 1601px) {
    .rlb-work-route .rlb-route-map > .vc_column-inner > .wpb_wrapper {
        transform: translateX(-80px) !important;
    }
}

.rlb-no-break {
    white-space: nowrap !important;
}

@media only screen and (max-width: 510px) {
    .rlb-image-frame.rlb-consulting-intro-image-frame {
        margin-left: -5px !important;
    }
}



/* KONTAKT - RESPONSIVE FINAL  - - - - - - - - - - */

/* Row 1: Desktop an die Unterseiten-Logik angleichen */
@media only screen and (min-width: 1200px) {
    .rlb-contact-main {
        padding: 130px 0 105px 0 !important;
    }

    .rlb-contact-main > .vc_column_container > .vc_column-inner {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .rlb-contact-left > .vc_column-inner > .wpb_wrapper {
        box-sizing: border-box;
        width: 100%;
        max-width: 85% !important;
        margin: 0 !important;
        padding-top: 25px;
        padding-right: 50px;
        padding-left: 120px;
        transform: none !important;
    }

    .rlb-contact-right > .vc_column-inner > .wpb_wrapper {
        max-width: 500px;
        margin: 87px auto 0 auto !important;
        transform: none !important;
    }

    .rlb-contact-left .rlb-cf7-form {
        max-width: 570px;
    }
}

/* Row 1: 1200 bis 1800px wie bei den anderen Unterseiten */
@media only screen and (min-width: 1200px) and (max-width: 1800px) {
    .rlb-contact-left > .vc_column-inner > .wpb_wrapper {
        max-width: 90% !important;
        padding-right: 50px;
        padding-left: 80px;
    }
}

/* Row 1: 1200 bis 1500px engere Stufe */
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .rlb-contact-left > .vc_column-inner > .wpb_wrapper {
        max-width: 100% !important;
        padding-left: 50px;
    }
}

/* Unter 1200px: einspaltig, Kontaktkarte unter Formular */
@media only screen and (max-width: 1199px) {
    .rlb-contact-main {
        padding: 78px 0 82px 0 !important;
    }

    .rlb-contact-main > .vc_column_container {
        float: none !important;
        display: block !important;
        width: 100% !important;
    }

    .rlb-contact-main > .vc_column_container > .vc_column-inner {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .rlb-contact-left > .vc_column-inner > .wpb_wrapper,
    .rlb-contact-right > .vc_column-inner > .wpb_wrapper {
        box-sizing: border-box;
        width: 100%;
        max-width: 720px !important;
        margin: 0 auto !important;
        padding-right: 50px !important;
        padding-left: 50px !important;
        transform: none !important;
    }

    .rlb-contact-left > .vc_column-inner > .wpb_wrapper {
        padding-top: 0;
    }

    .rlb-contact-right {
        margin-top: 52px !important;
    }

    .rlb-contact-left .rlb-cf7-form {
        width: 100%;
        max-width: none;
    }

    .rlb-contact-card {
        width: 100%;
    }
}

/* Mobile */
@media only screen and (max-width: 767px) {
    .rlb-contact-main {
        padding-top: 58px !important;
        padding-bottom: 64px !important;
    }

    .rlb-contact-left > .vc_column-inner > .wpb_wrapper,
    .rlb-contact-right > .vc_column-inner > .wpb_wrapper {
        max-width: none !important;
        padding-right: 28px !important;
        padding-left: 28px !important;
    }

    .rlb-contact-right {
        margin-top: 40px !important;
    }
}

@media only screen and (max-width: 480px) {
    .rlb-contact-left > .vc_column-inner > .wpb_wrapper,
    .rlb-contact-right > .vc_column-inner > .wpb_wrapper {
        padding-right: 22px !important;
        padding-left: 22px !important;
    }
}


/* Row 2: Kontakt-Map immer volle Content-Breite */
.rlb-contact-map-section {
    padding: 0 !important;
    background-color: #fff;
}

.rlb-contact-map-section > .vc_column_container,
.rlb-contact-map-section > .vc_column_container > .vc_column-inner,
.rlb-contact-map-section > .vc_column_container > .vc_column-inner > .wpb_wrapper {
    box-sizing: border-box;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.rlb-contact-map-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.rlb-contact-map-wrap > *,
.rlb-contact-map-wrap .venomap,
.rlb-contact-map-wrap .leaflet-container,
.rlb-contact-map-wrap iframe {
    display: block;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
}

/* Map-Höhen */
@media only screen and (min-width: 1200px) {
    .rlb-contact-map-wrap {
        height: 520px !important;
        min-height: 520px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .rlb-contact-map-wrap {
        height: 460px !important;
        min-height: 460px !important;
    }
}

@media only screen and (max-width: 767px) {
    .rlb-contact-map-wrap {
        height: 400px !important;
        min-height: 400px !important;
    }
}

@media only screen and (max-width: 480px) {
    .rlb-contact-map-wrap {
        height: 360px !important;
        min-height: 360px !important;
    }
}

/* KONTAKT - Mobile Header-Abstand wie Unterseiten  - - - - - - */

@media only screen and (max-width: 991px) {
    .rlb-contact-main {
        padding-top: 200px !important;
        padding-bottom: 82px !important;
    }
}

@media only screen and (max-width: 767px) {
    .rlb-contact-main {
        padding-top: 180px !important;
        padding-bottom: 64px !important;
    }
}

/* KONTAKT - rechte Kontaktkarte Desktop positionieren  - - - - - - */

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .rlb-contact-right > .vc_column-inner > .wpb_wrapper {
        transform: translate(-20px, 140px) !important;
    }
}

@media only screen and (min-width: 1501px) and (max-width: 1600px) {
    .rlb-contact-right > .vc_column-inner > .wpb_wrapper {
        transform: translate(-60px, 140px) !important;
    }
}

@media only screen and (min-width: 1601px) {
    .rlb-contact-right > .vc_column-inner > .wpb_wrapper {
        transform: translate(-80px, 140px) !important;
    }
}

/* KONTAKT - rechte Kontaktkarte Feintuning unter 1287px  - - - - - - */

@media only screen and (min-width: 1200px) and (max-width: 1286px) {
    .rlb-contact-right > .vc_column-inner > .wpb_wrapper {
        transform: translate(-20px, 164px) !important;
    }
}


/* TERMINE & PREISE - RESPONSIVE FINAL  - - - - - - - - - - */

/* Row 1: Desktop an Unterseiten-Logik angleichen */
@media only screen and (min-width: 1200px) {
    .rlb-pricing-main {
        padding: 130px 0 105px 0 !important;
    }

    .rlb-pricing-main > .vc_column_container > .vc_column-inner {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .rlb-pricing-left > .vc_column-inner > .wpb_wrapper {
        box-sizing: border-box;
        width: 100%;
        max-width: 85% !important;
        margin: 0 !important;
        padding-top: 25px;
        padding-right: 50px;
        padding-left: 120px;
        transform: none !important;
    }

    .rlb-pricing-right > .vc_column-inner > .wpb_wrapper {
        width: 100%;
        max-width: 500px !important;
        margin: 87px auto 0 auto !important;
        transform: none !important;
    }

    .rlb-price-list {
        width: 100%;
        max-width: 570px;
    }
}

/* Row 1: 1200 bis 1800px */
@media only screen and (min-width: 1200px) and (max-width: 1800px) {
    .rlb-pricing-left > .vc_column-inner > .wpb_wrapper {
        max-width: 90% !important;
        padding-right: 50px;
        padding-left: 80px;
    }
}

/* Row 1: 1200 bis 1500px */
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .rlb-pricing-left > .vc_column-inner > .wpb_wrapper {
        max-width: 100% !important;
        padding-left: 50px;
    }
}

/* Unter 1200px: einspaltig, rechte Boxen unter Preise */
@media only screen and (max-width: 1199px) {
    .rlb-pricing-main {
        padding: 78px 0 82px 0 !important;
    }

    .rlb-pricing-main > .vc_column_container {
        float: none !important;
        display: block !important;
        width: 100% !important;
    }

    .rlb-pricing-main > .vc_column_container > .vc_column-inner {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .rlb-pricing-left > .vc_column-inner > .wpb_wrapper,
    .rlb-pricing-right > .vc_column-inner > .wpb_wrapper {
        box-sizing: border-box;
        width: 100%;
        max-width: 720px !important;
        margin: 0 auto !important;
        padding-right: 50px !important;
        padding-left: 50px !important;
        transform: none !important;
    }

    .rlb-pricing-left > .vc_column-inner > .wpb_wrapper {
        padding-top: 0;
    }

    .rlb-pricing-right {
        margin-top: 52px !important;
    }

    .rlb-price-list,
    .rlb-pricing-note-box,
    .rlb-current-dates-box {
        width: 100%;
        max-width: none;
    }
}

/* Mobile Header-Abstand wie Unterseiten */
@media only screen and (max-width: 991px) {
    .rlb-pricing-main {
        padding-top: 200px !important;
        padding-bottom: 82px !important;
    }
}

/* Mobile */
@media only screen and (max-width: 767px) {
    .rlb-pricing-main {
        padding-top: 180px !important;
        padding-bottom: 64px !important;
    }

    .rlb-pricing-left > .vc_column-inner > .wpb_wrapper,
    .rlb-pricing-right > .vc_column-inner > .wpb_wrapper {
        max-width: none !important;
        padding-right: 28px !important;
        padding-left: 28px !important;
    }

    .rlb-pricing-right {
        margin-top: 40px !important;
    }
}

@media only screen and (max-width: 480px) {
    .rlb-pricing-left > .vc_column-inner > .wpb_wrapper,
    .rlb-pricing-right > .vc_column-inner > .wpb_wrapper {
        padding-right: 22px !important;
        padding-left: 22px !important;
    }
}


/* TERMINE & PREISE - ANFAHRT / MAP  - - - - - - - - - - */

/* Nur die Anfahrt-Row direkt nach der Preise-Row */
.rlb-pricing-main + .rlb-route-section {
    background-color: #fff6f4;
}

@media only screen and (min-width: 1200px) {
    .rlb-pricing-main + .rlb-route-section {
        box-sizing: border-box;
        padding: 88px 0 96px 0 !important;
    }

    .rlb-pricing-main + .rlb-route-section > .vc_column_container > .vc_column-inner {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .rlb-pricing-main + .rlb-route-section .rlb-route-text > .vc_column-inner > .wpb_wrapper {
        box-sizing: border-box;
        width: 100%;
        max-width: 85% !important;
        margin: 0 !important;
        padding: 0 50px 0 120px !important;
        transform: none !important;
    }

    .rlb-pricing-main + .rlb-route-section .rlb-route-map > .vc_column-inner > .wpb_wrapper {
        box-sizing: border-box;
        width: 100%;
        max-width: 590px !important;
        margin: 0 auto !important;
        padding: 0 !important;
        transform: none !important;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1800px) {
    .rlb-pricing-main + .rlb-route-section .rlb-route-text > .vc_column-inner > .wpb_wrapper {
        max-width: 90% !important;
        padding-left: 80px !important;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .rlb-pricing-main + .rlb-route-section .rlb-route-text > .vc_column-inner > .wpb_wrapper {
        max-width: 100% !important;
        padding-left: 50px !important;
    }

    .rlb-pricing-main + .rlb-route-section .rlb-route-map > .vc_column-inner > .wpb_wrapper {
        max-width: 560px !important;
    }
}

/* Unter 1200px: Anfahrt einspaltig */
@media only screen and (max-width: 1199px) {
    .rlb-pricing-main + .rlb-route-section {
        padding: 78px 0 82px 0 !important;
    }

    .rlb-pricing-main + .rlb-route-section > .vc_column_container {
        float: none !important;
        display: block !important;
        width: 100% !important;
    }

    .rlb-pricing-main + .rlb-route-section > .vc_column_container > .vc_column-inner {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .rlb-pricing-main + .rlb-route-section .rlb-route-text > .vc_column-inner > .wpb_wrapper,
    .rlb-pricing-main + .rlb-route-section .rlb-route-map > .vc_column-inner > .wpb_wrapper {
        box-sizing: border-box;
        width: 100%;
        max-width: 720px !important;
        margin: 0 auto !important;
        padding-right: 50px !important;
        padding-left: 50px !important;
        transform: none !important;
    }

    .rlb-pricing-main + .rlb-route-section .rlb-route-map {
        margin-top: 52px !important;
    }
}

@media only screen and (max-width: 767px) {
    .rlb-pricing-main + .rlb-route-section {
        padding-top: 58px !important;
        padding-bottom: 64px !important;
    }

    .rlb-pricing-main + .rlb-route-section .rlb-route-text > .vc_column-inner > .wpb_wrapper,
    .rlb-pricing-main + .rlb-route-section .rlb-route-map > .vc_column-inner > .wpb_wrapper {
        max-width: none !important;
        padding-right: 28px !important;
        padding-left: 28px !important;
    }

    .rlb-pricing-main + .rlb-route-section .rlb-route-map {
        margin-top: 40px !important;
    }
}

@media only screen and (max-width: 480px) {
    .rlb-pricing-main + .rlb-route-section .rlb-route-text > .vc_column-inner > .wpb_wrapper,
    .rlb-pricing-main + .rlb-route-section .rlb-route-map > .vc_column-inner > .wpb_wrapper {
        padding-right: 22px !important;
        padding-left: 22px !important;
    }
}

/* Preise-Seite: VenoMaps sauber im Rahmen */
.rlb-pricing-main + .rlb-route-section .rlb-venomap-wrap {
    box-sizing: border-box;
    overflow: hidden;
    line-height: 0;
}

.rlb-pricing-main + .rlb-route-section .rlb-venomap-wrap > *,
.rlb-pricing-main + .rlb-route-section .rlb-venomap-wrap .venomap,
.rlb-pricing-main + .rlb-route-section .rlb-venomap-wrap .leaflet-container,
.rlb-pricing-main + .rlb-route-section .rlb-venomap-wrap iframe {
    display: block;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
}

@media only screen and (min-width: 768px) {
    .rlb-pricing-main + .rlb-route-section .rlb-venomap-wrap {
        height: 350px !important;
        min-height: 350px !important;
    }
}

@media only screen and (max-width: 767px) {
    .rlb-pricing-main + .rlb-route-section .rlb-venomap-wrap {
        height: 380px !important;
        min-height: 380px !important;
    }
}

body.page-id-22125 .rlb-route-section.rlb-soft-section {
    position: relative !important;
    left: -15px !important;
    width: calc(100% + 30px) !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

/* TERMINE & PREISE - rechte Infobox-Spalte Desktop positionieren  - - - - - - */


@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .rlb-pricing-right > .vc_column-inner > .wpb_wrapper {
        transform: translate(-22px, 40px) !important;
    }
}

@media only screen and (min-width: 1501px) and (max-width: 1593px) {
    .rlb-pricing-right > .vc_column-inner > .wpb_wrapper {
        transform: translate(-65px, 40px) !important;
    }
}

@media only screen and (min-width: 1594px) {
    .rlb-pricing-right > .vc_column-inner > .wpb_wrapper {
        transform: translate(-80px, 40px) !important;
    }
}

/* IMPRESSUM / DATENSCHUTZ - RESPONSIVE FINAL  - - - - - - - - - - */

/* Desktop: Legal-Seite an Unterseiten-Raster angleichen */
@media only screen and (min-width: 1200px) {
    .rlb-imprint-section.rlb-legal-section,
    .rlb-privacy-section.rlb-legal-section {
        box-sizing: border-box;
        padding-right: 50px !important;
        padding-left: 120px !important;
    }

    .rlb-imprint-section.rlb-legal-section {
        display: grid;
        grid-template-columns: minmax(260px, 330px) minmax(0, 760px);
        column-gap: 90px;
        justify-content: start;
        align-items: start;
        padding-top: 116px !important;
        padding-bottom: 60px !important;
    }

    .rlb-imprint-section > .vc_column_container {
        float: none !important;
        width: auto !important;
    }

    .rlb-imprint-side > .vc_column-inner > .wpb_wrapper,
    .rlb-imprint-copy > .vc_column-inner > .wpb_wrapper {
        max-width: none !important;
        margin: 0 !important;
        transform: none !important;
    }

    .rlb-privacy-section.rlb-legal-section {
        padding-top: 86px !important;
        padding-bottom: 92px !important;
    }

    .rlb-privacy-section > .vc_column_container {
        float: none !important;
        width: 100% !important;
        max-width: 820px !important;
        margin: 0 !important;
        transform: none !important;
    }

    .rlb-privacy-section > .vc_column_container > .vc_column-inner,
    .rlb-imprint-section > .vc_column_container > .vc_column-inner {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .rlb-privacy-section > .vc_column_container > .vc_column-inner > .wpb_wrapper {
        max-width: none !important;
        margin: 0 !important;
        transform: none !important;
    }
}

/* Desktop-Zwischenstufe */
@media only screen and (min-width: 1200px) and (max-width: 1800px) {
    .rlb-imprint-section.rlb-legal-section,
    .rlb-privacy-section.rlb-legal-section {
        padding-right: 50px !important;
        padding-left: 80px !important;
    }

    .rlb-imprint-section.rlb-legal-section {
        column-gap: 70px;
    }
}

/* Enge Desktop-Stufe */
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .rlb-imprint-section.rlb-legal-section,
    .rlb-privacy-section.rlb-legal-section {
        padding-left: 50px !important;
    }

    .rlb-imprint-section.rlb-legal-section {
        grid-template-columns: minmax(250px, 300px) minmax(0, 1fr);
        column-gap: 54px;
    }
}

/* Unter 1200px: kontrolliert schmaler, noch zweispaltig */
@media only screen and (max-width: 1199px) {
    .rlb-imprint-section.rlb-legal-section,
    .rlb-privacy-section.rlb-legal-section {
        box-sizing: border-box;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .rlb-imprint-section.rlb-legal-section {
        display: grid;
        grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
        column-gap: 50px;
        padding-top: 78px !important;
        padding-bottom: 82px !important;
    }

    .rlb-imprint-section > .vc_column_container,
    .rlb-privacy-section > .vc_column_container {
        float: none !important;
        width: 100% !important;
    }

    .rlb-imprint-side > .vc_column-inner > .wpb_wrapper,
    .rlb-imprint-copy > .vc_column-inner > .wpb_wrapper {
        max-width: none !important;
        margin: 0 !important;
        transform: none !important;
    }

    .rlb-imprint-section.rlb-legal-section,
    .rlb-privacy-section > .vc_column_container {
        width: 100%;
        max-width: 720px !important;
        margin-right: auto !important;
        margin-left: auto !important;
        padding-right: 50px !important;
        padding-left: 50px !important;
        transform: none !important;
    }

    .rlb-privacy-section.rlb-legal-section {
        padding-top: 78px !important;
        padding-bottom: 82px !important;
    }

    .rlb-privacy-section > .vc_column_container > .vc_column-inner,
    .rlb-imprint-section > .vc_column_container > .vc_column-inner {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .rlb-privacy-section > .vc_column_container > .vc_column-inner > .wpb_wrapper {
        max-width: none !important;
        margin: 0 !important;
        transform: none !important;
    }
}

/* Unter 991px: Mobile-Header-Abstand + Impressum einspaltig */
@media only screen and (max-width: 991px) {
    .rlb-imprint-section.rlb-legal-section {
        display: block;
        padding-top: 200px !important;
        padding-bottom: 82px !important;
    }

    .rlb-privacy-section.rlb-legal-section {
        padding-top: 82px !important;
        padding-bottom: 86px !important;
    }

    .rlb-imprint-side {
        margin-bottom: 54px !important;
    }
}

/* Mobile */
@media only screen and (max-width: 767px) {
    .rlb-imprint-section.rlb-legal-section {
        padding-top: 180px !important;
        padding-bottom: 64px !important;
    }

    .rlb-privacy-section.rlb-legal-section {
        padding-top: 58px !important;
        padding-bottom: 64px !important;
    }

    .rlb-imprint-section.rlb-legal-section,
    .rlb-privacy-section > .vc_column_container {
        max-width: none !important;
        padding-right: 28px !important;
        padding-left: 28px !important;
    }

    .rlb-imprint-side {
        margin-bottom: 44px !important;
    }
}

/* Kleine Mobile Screens */
@media only screen and (max-width: 480px) {
    .rlb-imprint-section.rlb-legal-section,
    .rlb-privacy-section > .vc_column_container {
        padding-right: 22px !important;
        padding-left: 22px !important;
    }
}



/* SCROLL-UP BUTTON  - - - - - - - - - - */

.scroll-top-arrow.sm-display-none {
    color: #fff !important;
    background-color: #112e3c !important;
    border-radius: 0 !important;
    opacity: 1 !important;
    transform: none !important;
    box-shadow: none !important;
    transition:
        background-color 0.2s ease,
        color 0.2s ease,
        box-shadow 0.22s ease,
        opacity 0.2s ease;
}

.scroll-top-arrow.sm-display-none:hover,
.scroll-top-arrow.sm-display-none:focus {
    color: #fff !important;
    background-color: #e45940 !important;
    border-radius: 0 !important;
    opacity: 1 !important;
    transform: none !important;
    box-shadow: 0 8px 20px rgba(17, 46, 60, 0.22) !important;
}

/* TERMINE & PREISE - Row 2 Anfahrt Feintuning  - - - - - - */

/* Obere Verlaufs-Trennlinie wiederherstellen */
body.page-id-22125 .rlb-route-section.rlb-soft-section {
    background-image:
        linear-gradient(
            to right,
            var(--rlb-border-gray) 0%,
            rgba(178, 178, 178, 0.68) 14%,
            rgba(228, 89, 64, 0.28) 36%,
            var(--rlb-grid-line) 100%
        ) !important;
    background-repeat: no-repeat !important;
    background-position: top left !important;
    background-size: 100% 1px !important;
}

/* Map wie Arbeitsweise nach links justieren */
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    body.page-id-22125 .rlb-route-map > .vc_column-inner > .wpb_wrapper {
        max-width: 560px !important;
        transform: translateX(-40px) !important;
    }
}

@media only screen and (min-width: 1501px) and (max-width: 1600px) {
    body.page-id-22125 .rlb-route-map > .vc_column-inner > .wpb_wrapper {
        transform: translateX(-60px) !important;
    }
}

@media only screen and (min-width: 1601px) {
    body.page-id-22125 .rlb-route-map > .vc_column-inner > .wpb_wrapper {
        transform: translateX(-80px) !important;
    }
}

/* Unter 1200px keine Desktop-Verschiebung */
@media only screen and (max-width: 1199px) {
    body.page-id-22125 .rlb-route-map > .vc_column-inner > .wpb_wrapper {
        transform: none !important;
    }
}

/* FOOTER - Feintuning unter 1360px  - - - - - - */

@media only screen and (max-width: 1360px) {
    .footer-bottom,
    .footer-bottom a,
    .rlb-footer-left,
    .rlb-footer-right {
        font-family: 'sweet_sans_proregular', sans-serif;
        font-size: 11px !important;
        letter-spacing: 2px !important;
    }
	
	.footer-bottom .row {		
  		padding-right: 2vw !important;
  		padding-left: 2vw !important;
   }
}

/* FOOTER - rechte Spalte zwischen 992px und 1015px verbreitern  - - - - - - */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-bottom .footer-left-text,
    .footer-bottom .col-md-6:first-child {
        width: 40% !important;
    }

    .footer-bottom .footer-right-text,
    .footer-bottom .col-md-6:last-child {
        width: 60% !important;
        max-width: 60% !important;
        padding-left: 0 !important;
        transform: translateX(-30px) !important;
    }
}

@media only screen and (min-width: 767px) and (max-width: 824px) {
    .footer-bottom .footer-left-text,
    .footer-bottom .col-md-6:first-child {
        width: 45% !important;
    }

    .footer-bottom .footer-right-text,
    .footer-bottom .col-md-6:last-child {
        width: 55% !important;
        max-width: 55% !important;
        padding-left: 0 !important;
        transform: translateX(-30px) !important;
    }
}

/* FOOTER - Mobile dreizeilig zentriert ab 767px  - - - - - - */

@media only screen and (max-width: 767px) {
    .footer-bottom {
        min-height: auto !important;
        padding: 24px 0 22px 0 !important;
    }

    .footer-bottom .container,
    .footer-bottom .container-fluid,
    .footer-bottom .row,
    .footer-bottom .copyright-wrap {
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        padding-right: 24px !important;
        padding-left: 24px !important;
        text-align: center !important;
    }

    .footer-bottom .row,
    .footer-bottom .copyright-wrap {
        display: block !important;
    }

    .footer-bottom .col-md-6,
    .footer-bottom .col-sm-6,
    .footer-bottom .col-xs-12 {
        float: none !important;
        display: block !important;
        width: 100% !important;
        max-width: none !important;
        padding: 0 !important;
        margin: 0 !important;
        text-align: center !important;
    }

    .footer-bottom,
    .footer-bottom a,
    .rlb-footer-left,
    .rlb-footer-right {
        font-size: 10.8px !important;
        line-height: 1.75 !important;
        letter-spacing: 2.2px !important;
        text-align: center !important;
        white-space: normal !important;
    }

    .rlb-footer-left {
        display: block !important;
        width: 100% !important;
        margin: 0 0 0 0 !important;
    }

    .rlb-footer-right {
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
    }

    .rlb-footer-right a {
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
        line-height: 1.75 !important;
        text-align: center !important;
    }

    .rlb-footer-right span {
        display: none !important;
    }
}

/* FOOTER - Mobile Typo + Trennlinie  - - - - - - */

@media only screen and (max-width: 767px) {
    .footer-bottom,
    .footer-bottom a,
    .rlb-footer-left,
    .rlb-footer-right,
    .rlb-footer-right a {
        font-size: 13.8px !important;
        line-height: 1.75 !important;
        letter-spacing: 1.5px !important;
    }

	.rlb-footer-right,
    .rlb-footer-right a {
		opacity: 0.8;
	}
		
		
	
    .rlb-footer-left {
        position: relative;
        padding-bottom: 20px !important;
    }

    .rlb-footer-left::after {
        content: "";
        display: block;
        width: 100%;
        max-width: 260px;
        height: 1px;
        margin: 20px auto 0 auto;
        background-color: rgba(255, 255, 255, 0.85);
    }
}

/* FOOTER - Mobile rechte Zeilen 1px kleiner  - - - - - - */

@media only screen and (max-width: 767px) {
    .rlb-footer-right,
    .rlb-footer-right a {
        font-family: 'sweet_sans_proregular', sans-serif !important;
        font-size: 11.8px !important;
        line-height: 1.75 !important;
        letter-spacing: 1.5px !important;
        font-weight: normal !important;
    }
}


/* FOOTER - sehr kleine Screens unter 322px: linke Zeile erzwingen  - - - - - - */

@media only screen and (max-width: 321px) {
    .footer-bottom .rlb-footer-left,
    .footer-bottom .rlb-footer-left a,
    .footer-bottom a.rlb-footer-left {
        font-size: 12.3px !important;
    }
}

/* TERMINE & PREISE - Row 2 Map exakt wie Arbeitsweise  - - - - - - */

/* alten 15px-/Breiten-Hack auf der Preise-Seite neutralisieren */
body.page-id-22125 .rlb-route-section.rlb-soft-section.rlb-work-route {
    left: 0 !important;
    right: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

/* Desktop: gleiche Row-Logik wie Arbeitsweise */
@media only screen and (min-width: 1200px) {
    body.page-id-22125 .rlb-work-route.rlb-route-section {
        position: relative !important;
        box-sizing: border-box;
        padding: 88px 0 96px 0 !important;
        overflow: hidden;
    }

    body.page-id-22125 .rlb-work-route.rlb-route-section > .vc_column_container > .vc_column-inner {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    body.page-id-22125 .rlb-work-route .rlb-route-text > .vc_column-inner > .wpb_wrapper {
        box-sizing: border-box;
        width: 100%;
        max-width: 85% !important;
        margin: 0 !important;
        padding: 0 50px 0 105px !important;
        transform: none !important;
    }

    body.page-id-22125 .rlb-work-route .rlb-route-map > .vc_column-inner > .wpb_wrapper {
        box-sizing: border-box;
        width: 100%;
        max-width: 590px !important;
        margin: 0 auto !important;
        padding: 0 !important;
        transform: none !important;
    }

    body.page-id-22125 .rlb-work-route .rlb-route-map {
        margin-top: 0 !important;
    }
}

/* 1200 bis 1800px: gleiche Zwischenstufe wie Arbeitsweise */
@media only screen and (min-width: 1200px) and (max-width: 1800px) {
    body.page-id-22125 .rlb-work-route .rlb-route-text > .vc_column-inner > .wpb_wrapper {
        max-width: 90% !important;
        padding-right: 50px !important;
        padding-left: 65px !important;
    }
}

/* 1200 bis 1500px: gleiche enge Stufe wie Arbeitsweise */
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    body.page-id-22125 .rlb-work-route .rlb-route-text > .vc_column-inner > .wpb_wrapper {
        max-width: 100% !important;
        padding-left: 35px !important;
    }

    body.page-id-22125 .rlb-work-route .rlb-route-map > .vc_column-inner > .wpb_wrapper {
        max-width: 560px !important;
        transform: translateX(-40px) !important;
    }
}

/* 1501 bis 1600px */
@media only screen and (min-width: 1501px) and (max-width: 1600px) {
    body.page-id-22125 .rlb-work-route .rlb-route-map > .vc_column-inner > .wpb_wrapper {
        transform: translateX(-60px) !important;
    }
}

/* ab 1601px */
@media only screen and (min-width: 1601px) {
    body.page-id-22125 .rlb-work-route .rlb-route-map > .vc_column-inner > .wpb_wrapper {
        transform: translateX(-80px) !important;
    }
}

/* TERMINE & PREISE - Row 2 äußeren 15px Versatz ausgleichen  - - - - - - */

body.page-id-22125 .rlb-route-section.rlb-soft-section.rlb-work-route {
    left: -15px !important;
    width: calc(100% + 30px) !important;
    max-width: calc(100% + 30px) !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

/* STARTSEITE - Hero Textbox ab 1540px kompakter begrenzen  - - - - - - */

@media only screen and (min-width: 1540px) {
    .rlb-headline-box {
        box-sizing: border-box !important;
        width: auto !important;
        max-width: 600px !important;
        padding: 30px 30px 30px 35px !important;
    }

    .rlb-headline-box h1,
    .rlb-headline-box p {
        max-width: 100% !important;
    }
}

/* STARTSEITE - CIP Logo mobil 20 Prozent groesser  - - - - - - */

@media only screen and (max-width: 767px) {
    .rlb-cip-logo {
        width: 120px !important;
    }
}

/* ARBEITSWEISE - Verlaufslinie zwischen Row 2 und Row 3 volle Breite unter 1200px */

@media only screen and (max-width: 1199px) {
    .rlb-work-route.rlb-route-section {
        position: relative !important;
        background-image: none !important;
        overflow: visible !important;
    }

    .rlb-work-route.rlb-route-section::before {
        content: "" !important;
        display: block !important;
        position: absolute !important;
        top: 0 !important;
        left: 50% !important;
        width: 100vw !important;
        height: 1px !important;
        transform: translateX(-50%) !important;
        background:
            linear-gradient(
                to right,
                var(--rlb-border-gray) 0%,
                rgba(178, 178, 178, 0.68) 14%,
                rgba(228, 89, 64, 0.28) 36%,
                var(--rlb-grid-line) 100%
            ) !important;
        pointer-events: none !important;
        z-index: 5 !important;
    }
}

/* MOBILE MENÜ - Hintergrundfarbe harte Variante  - - - - - - */

@media only screen and (max-width: 991px) {
    nav.navbar.mobile-left-menu.sidemenu-open,
    nav.navbar.mobile-left-menu.sidemenu-open .navbar-collapse,
    nav.navbar.mobile-left-menu.sidemenu-open #navbar-menu,
    nav.navbar.mobile-left-menu.sidemenu-open #menu-rlb-navigation,
    nav.navbar.mobile-left-menu.sidemenu-open .navbar-nav,
    nav.navbar.mobile-left-menu.sidemenu-open .no-padding-lr {
        background-color: #fff6f4 !important;
    }
}