/***  respons_1 created by nordicweb.com ***/

/* === START of EINBINDEN DER FONT VON Z.B. GOOGLE FONTS === */
@import url('');

/* Open Sans Regular - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local(''),
        url('/fonts/open-sans/open-sans-v29-latin-regular.woff2') format('woff2'),
        /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('/fonts/open-sans/open-sans-v29-latin-regular.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* Open Sans Bold - latin */
@font-face {
    font-family: 'Open Sans Bold';
    font-style: normal;
    font-weight: bold;
    src: local(''),
        url('/fonts/open-sans/open-sans-v29-latin-600.woff2') format('woff2'),
        /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('/fonts/open-sans/open-sans-v29-latin-600.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* Lato Regular - latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    src: local(''),
        url('/fonts/lato-v24/lato-v24-latin-regular.woff2') format('woff2'),
        /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('/fonts/lato-v24/lato-v24-latin-regular.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* Lato Bold - latin */
@font-face {
    font-family: 'Lato Bold';
    font-style: normal;
    font-weight: bold;
    src: local(''),
        url('/fonts/lato-v24/lato-v24-latin-700.woff2') format('woff2'),
        /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('/fonts/lato-v24/lato-v24-latin-700.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* Roboto Regular - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local(''),
        url('/fonts/roboto-v30/roboto-v30-latin-regular.woff2') format('woff2'),
        /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('/fonts/roboto-v30/roboto-v30-latin-regular.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* Roboto Bold - latin */
@font-face {
    font-family: 'Roboto Bold';
    /* font-style: normal; */
    font-weight: bold;
    src: local(''),
        url('/fonts/roboto-v30/roboto-v30-latin-500.woff2') format('woff2'),
        /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('/fonts/roboto-v30/roboto-v30-latin-500.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* Leahlee Sans */
@font-face {
    font-family: 'Leahlee';
    font-style: normal;
    src: local(''),
        url('/fonts/leahlee/212-Leahlee.otf') format('opentype');
}

@font-face {
    font-family: 'Leahlee Sans';
    font-style: normal;
    src: local(''),
        url('/fonts/leahlee/212-Leahlee-Sans.otf') format('opentype');
}

/* === END of EINBINDEN DER FONT VON Z.B. GOOGLE FONTS === */

/* === START of JQUERY PRELOADER === */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    /* change if the mask should have another color then white */
    z-index: 99;
    /* makes sure it stays on top */
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    /* centers the loading animation horizontally one the screen */
    top: 50%;
    /* centers the loading animation vertically one the screen */
    background-image: url("../img/loading_lightbox_gallery.gif");
    /* path to your loading animation */
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
    /* is width and height divided by two */
}

/* === END of JQUERY PRELOADER === */

/* === START of BODY & ALLGEMEINE AUSZEICHNUNGEN === */

:root {
    --main-color: #00476f;
    --sec-color: #b0b9cb;
    --light-color: #fff;
    --dark-color: #00476f;
    --foot-color: #00476f;
    --text-scale: 1;
}

* {
    margin: 0;
    padding: 0;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

html,
body {
    height: 100%;
    width: 100%;
}

html {
    box-sizing: border-box;
    font-size: 100%;
}

html body,
table {
    margin: 0;
    padding: 0;
    background: #fefefe;
    font-family: "Oswald", Helvetica, Roboto, Arial, sans-serif;
    font-weight: normal;
    font-size: 1rem;
    line-height: 150%;
    color: #0a0a0a;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body .h1,
body .h2,
body .h3,
body .h4,
body .h5,
body .h6 {
    font-family: "Lato Bold", Helvetica, Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    color: var(--light-color);
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
}

body h1,
body .h1 {
    font-size: 2.5rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

body h2,
body .h2 {
    font-size: 2.25rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

body h3,
body .h3 {
    font-size: 2rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

body h4,
body .h4 {
    font-size: 1.75rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

body h5,
body .h5 {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

body h6,
body .h6 {
    font-size: 1.25rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

body strong {
    font-family: "Oswald Medium", Helvetica, Roboto, Arial, sans-serif;
}

body .mainColor,
body .mainColor a {
    color: var(--main-color);
}

body .secColor,
body .secColor a {
    color: var(--sec-color);
}

body .lightColor,
body .lightColor a {
    color: var(--light-color);
}

body .darkColor,
body .darkColor a {
    color: var(--dark-color);
}

body .footColor,
body .footColor a {
    color: var(--foot-color);
}

body a:hover,
body a:focus {
    color: var(--light-color);
}

.content a,
.content a:visited {
    line-height: inherit;
    color: var(--main-color);
    text-decoration: none;
    cursor: pointer;
}

.content a:hover,
.content a:focus {
    color: var(--sec-color);
    text-decoration: underline;
}

.section-inner a:hover {
    text-decoration: none;
}


a img {
    border: 0;
}

p {
    margin-bottom: 1rem;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
    font-family: "Lato"
}

hr {
    clear: both;
    max-width: 75rem;
    height: 0;
    margin: 1.25rem auto;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #cacaca;
    border-left: 0;
}

img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
}

.site_inner {}

.fullWidth {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: initial;
}

.scrollup {
    background: url('../img/top_btn.png') no-repeat #ddd;
    width: 35px;
    height: 35px;
    position: fixed;
    bottom: 1rem;
    z-index: 1;
    right: 1rem;
    opacity: 0.69;
    display: none;
}

.mean-bar {
    display: none;
}

/* === END of BODY & ALLGEMEINE AUSZEICHNUNGEN === */

/* === START of HEADER & LOGO === */
.header {
    position: absolute;
    width: 100%;
}

.header .row {}

.header .row .logo-container {
    position: relative;
    z-index: 11;
    top: 0px;
    text-align: center;
}

.header .row .logo-container img {
    max-height: 225px;
    padding: 1rem 0;
}

/* === END of HEADER & LOGO === */

/* === START of STICKY & TOP-BAR === */
.sticky-container {
    width: 100%;
    transition: height 0.3s ease-in-out;
}

.sticky {
    display: flex;
    width: 100%;
    background: var(--dark-color, 5%);
    transition: all .3s ease-in-out;
    /* padding: 1rem 0; */
    z-index: 11 !important;
    align-items: center;
    box-shadow: 0px 0px 5px 0px #252525;
}

.sticky.is-anchored {
    padding: 0;
}

.sticky.is-stuck .top-bar .logo-container {
    max-width: 225px;
}

.sticky .top-bar {
    display: flex;
    padding: 0 !important;
    background: 0;
    width: 100%;
    min-height: 60px;
    max-width: 75rem;
    margin: 0 auto;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.sticky .top-bar::before,
.sticky .top-bar::after {
    display: none !important;
    content: none;
}

.sticky .top-bar .logo-container {
    max-width: 350px;
    display: flex;
    align-items: center;
    transition: all .3s ease-in-out;
    justify-content: center;
}

.sticky .top-bar .logo-container img {
    display: block;
    max-height: 60px;
    width: auto;
    padding: .75rem 0;
    box-sizing: content-box;
}

.sticky .top-bar .bar-txt {
    display: none;
}

.top-bar .columns {
    width: auto;
}

.top-bar .nav {
    display: flex;
    justify-content: flex-start;
}

.top-bar .font-size-buttons {
    display: flex;
    justify-content: flex-end;
    white-space: nowrap;
    text-transform: uppercase;
    color: var(--light-color);
}

.top-bar .font-size-buttons button {
    cursor: pointer;
    color: var(--light-color);
    padding: 5px 7px;
}

/* === END of STICKY & TOP-BAR === */

/* === START of NAVIGATION === */
.sticky .nav {
    position: relative;
    line-height: 0;
    min-width: 60px;
}

.menu .menu_inner ul {
    display: block;
    width: 100%;
    margin: 0;
    padding-left: 0;
    margin-left: 0;
    background: none;
}

.menu .menu_inner ul li {
    position: relative;
    float: none;
    background: none;
    list-style: none;
    padding-left: 0px;
    vertical-align: middle;
    display: inline-block;
    width: auto;
}

.menu .menu_inner ul li:first-child a {
    text-align: left;
}

.menu .menu_inner ul li:last-child {
    border: 0 none;
}

.menu .menu_inner>ul>li:last-child {
    /* position: unset; */
}

.menu .menu_inner>ul>li:last-child ul.sub_menu {
    right: 0;
}

.menu .menu_inner ul li:hover {}

.menu .menu_inner ul li.active {}

.menu .menu_inner>ul>li>a {
    /* border: 1px solid transparent; */
    display: flex;
    background: 0;
    font-size: 16px;
    height: 60px;
    position: relative;
    color: var(--light-color);
    text-decoration: none;
    /* padding: 12px 10px 20px 7px; */
    padding-left: 10px;
    padding-right: 10px;
    transition: all .3s ease-in-out;
    align-items: center;
    font-family: 'Lato';
}

.menu .menu_inner ul>li>a:after {
    content: '';
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    background-color: var(--light-color);
    transform: scaleX(0);
    transition: transform .35s ease;
}

.menu .menu_inner ul>li>a:hover:after,
.menu .menu_inner ul>li>a.active:after {
    transform: scaleX(1);
}

.menu .menu_inner ul li ul {
    position: absolute;
    width: auto;
    min-width: 150px;
    /* background: var(--main-color); */
}

.menu .menu_inner ul li ul li {
    float: none;
    background: var(--main-color);
    list-style: none;
    display: block;
    padding-left: 0px;
    border-bottom: 1px solid #ccc;
}

.menu .menu_inner ul li:hover ul {}

.menu .menu_inner ul li ul li.active {}

.menu .menu_inner ul li ul li a {
    display: block;
    background: 0;
    font-size: 14px;
    text-align: left;
    color: #fefefe;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    padding: 10px 30px 10px 20px;
}

.menu .menu_inner ul li ul li a:hover,
.menu .menu_inner ul li ul li a.active {
    border: 0 none;
    color: #fefefe;
    /* padding: 10px 30px 10px 20px; */
}

.menu .menu_inner ul li ul li ul {
    display: none;
    width: 200px;
    right: -200px;
    top: 0;
    position: absolute;
}

.menu .menu_inner ul li ul li:hover ul {
    display: block;
}

.menu .menu_inner ul li ul li ul li {
    border: none;
    list-style: none;
}

.menu .menu_inner ul li ul li ul li a {
    text-transform: none;
}

.menu .menu_inner ul li ul li ul:last-child {
    border: none;
    /* padding-bottom: 30px; */
}

.menu .menu_inner li ul {
    display: none;
}

.menu .menu_inner ul.main_menu li.active {
    /* display: block; */
}

.menu .menu_inner ul.main_menu ul.sub_menu li ul.subsub_menu {
    display: none;
}

.menu .menu_inner ul.main_menu ul.sub_menu li ul.subsub_menu li a.active {
    color: black;
}

.menu .menu_inner ul.main_menu ul.sub_menu li.active {
    display: block;
}

.menu .menu_inner ul.main_menu ul.sub_menu li.active ul.subsub_menu {
    /* display: block; */
}

.menu .menu_inner ul.main_menu ul.sub_menu li.active ul.subsub_menu li.active {
    display: block;
}

.stretcher {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0;
}

/* === END of NAVIGATION === */

/* START of NAVIGATION ARROW === */
.menu .menu_inner ul.main_menu .nav-arrow>a:before,
.menu .menu_inner ul.main_menu .nav-arrow>a:after {
    content: "";
    position: absolute;
    border: 5px solid transparent;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.menu .menu_inner ul.main_menu .nav-arrow>a:before {
    border-right: 5px solid transparent;
    top: calc(50% - 5px);
    left: -10px;
}

.menu .menu_inner ul.main_menu .nav-arrow>a:after {
    border-left: 5px solid #fff;
    top: calc(50% - 5px);
    right: 0px;
}

.menu .menu_inner ul.main_menu .nav-arrow>a:hover:before {
    border-left: 5px solid #fff;
    left: 5px;
}

.menu .menu_inner ul.main_menu .nav-arrow>a:hover:after {
    border-left: 5px solid #fff;
    right: -15px;
}

/* === END of NAVIGATION ARROW === */

/* === START of MENU-TOGGLE === */
.menu-toggle {
    display: block;
    position: absolute;
    right: 0;
    float: right;
    z-index: 100000;
    margin: 0.8rem;
    color: #000;
}

.menu-toggle:hover,
.menu-toggle:visited {
    color: #000;
}

/* === END of MENU-TOGGLE === */

/* === START of OFF-CANVAS-NAVIGATION === */
.site .off-canvas * {
    -webkit-backface-visibility: hidden;
}

.site .off-canvas .menu_inner {
    display: block !important;
}

.site .js-off-canvas-exit {
    z-index: 100 !important;
    background: rgba(0, 0, 0, 0.75) !important;
}

.site .off-canvas .menu_inner ul.sub_menu,
.site .off-canvas .menu_inner ul.subsub_menu {
    display: none;
}

.site .off-canvas.position-right {
    height: 100%;
    border-top: 8px solid var(--foot-color);
}

.site .off-canvas {
    background: #fff;
    height: auto;
}

.site .off-canvas .menu_inner {
    /* z-index: 10; */
}

.site .off-canvas .menu_inner ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.site .off-canvas .menu_inner ul li {}

.site .off-canvas .menu_inner ul li a {
    padding: 10px 20px;
    width: 100%;
    color: #929292;
    outline: none;
    display: block;
    border-bottom: 1px solid #ccc;
}

.site .off-canvas .menu_inner ul li a.active {
    padding: 10px 15px;
    color: var(--main-color);
    border-left: 5px solid var(--main-color);
    text-decoration: none;
}

.site .off-canvas .menu_inner ul li ul li {
    background: #fefefe;
}

.site .off-canvas .menu_inner ul li ul li a {
    /* color: #fff; */
    padding-left: 30px;
}

.site .off-canvas .menu_inner ul li ul li a.active {
    color: #252525;
    border-left: 5px solid #143d95;
    padding-left: 20px;
}

.site .off-canvas .menu_inner ul li ul li ul li a {
    padding-left: 35px;
}

.site .off-canvas .menu_inner ul li ul li ul li a.active {
    padding-left: 30px;
}

.site .off-canvas .menu_inner .buttonBox {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.site .off-canvas .menu_inner ul li .tog,
.site .off-canvas .menu_inner ul li .sub-tog {
    width: 50px;
    position: relative;
    display: block;
    border-left: 1px solid #e2e2e2 !important;
    border-bottom: 1px solid #e2e2e2 !important;
    cursor: pointer;
    box-sizing: border-box;
}

.site .off-canvas-content,
.off-canvas-content {
    overflow: hidden;
}

/* === END of OFF-CANVAS-NAVIGATION === */

/* === START of SLIDESHOW === */
.full-width-slideshow-bg {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.page_165831 .full-width-slideshow-bg:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    z-index: 1;
    background: linear-gradient(to top, var(--main-color), transparent);
}

.slideshow_container .header_text {
    position: absolute;
    display: flex;
    color: var(--light-color);
    height: 100vh;
    width: 100%;
    z-index: 2;
    flex-direction: column;
    justify-content: space-between;
    padding: 100px 0 10px;
}

.slideshow_container .header_text .row {
    width: 100%;
}

body:not(.page_165831) .slideshow_container .header_text .row:last-child {
    display: none;
}

.header-static-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    display: block;
}

.page_165843 .header-static-image {
    object-position: center 20%;
}

.page_165836 .header-static-image {
    transform: scaleX(-1);
}

.bereitschaft {
    display: inline-flex;
    color: var(--main-color);
    align-items: center;
    gap: 15px;
    text-decoration: none;
    justify-content: flex-start;
    padding-left: 0.9375rem;
}

.bereitschaft img {
    max-width: 45px;
    height: auto;
}

.bereitschaft span {
    font-weight: bold;
    font-size: 1.3rem;
    line-height: 1.3;
    color: var(--main-color);
}

.header_text_title,
.header_text_subtitle {
    font-family: 'Leahlee sans';
    font-size: 2.8rem;
    margin: 0;
}

.header_text_title_bold {
    font-size: 3.8rem;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 1.1;
    margin: 0;
    text-transform: uppercase;
}

.header_text_title_small {
    font-size: 2rem;
    margin-top: 5px;
    padding-bottom: 5px;
    border-bottom: 2px solid #fff;
    display: inline-block;
    margin-bottom: 20px;
    font-family: 'Lato';
}

#slideshow img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    position: relative !important;
    display: block !important;
    transition: all .5s ease-in-out;
}

#slideshow {
    display: none;
    position: relative;
}

.page_165852 #slideshow {
    display: block;
}

#slideshow .picture:first-child {
    position: relative !important;
    display: block !important;
}

#slideshow .picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.slideshow {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.slideshow img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 1s ease;
}

.slideshow img.active {
    opacity: 1;
}

/* === END of SLIDESHOW === */

/* === START of STARTBILD FueR SMARTPHONE === */
.mobilstart_img {
    display: block;
    width: 100%;
    /* height: 450px; */
    background: url('...') no-repeat;
}

.mobilstart_img_inner {}

/* === END of STARTBILD FueR SMARTPHONE === */

/* === START of CONTENT === */
#content_sec {}

.content {
    background: var(--main-color);
    color: var(--light-color);
    margin-top: 0px;
    width: 100%;
    font-size: calc(1rem * var(--text-scale));
}

.content:before,
.content:after {
    content: " ";
    display: table;
}

.content:after {
    clear: both;
}

.module_textblock {
    /* padding: 3rem 0 2rem; */
}

/* === END of CONTENT === */

/* === START of FOOTER === */
div.site_foot {
    display: none;
}

div.foot {
    display: none;
}

div.foot_inner {
    position: relative;
    font-size: 11px;
}

div.foot,
div.foot a {
    color: #666;
}

/* === END of FOOTER === */

/* === START of CONTENT-INNER-FOOTER === */
.content_inner_footer {
    position: relative;
    background: var(--foot-color);
    color: var(--sec-color);
    height: auto;
    bottom: 0;
    width: 100%;
    font-size: calc(1rem * var(--text-scale));
}

.content_inner_footer>.row {
    padding: 2.5rem 0 1rem;
}

.content_inner_footer a {
    color: var(--sec-color);
    text-decoration: none;
}

.content_inner_footer p {
    overflow: hidden;
}

.content_inner_footer img {
    filter: drop-shadow(0px 1000px 0 var(--main-color));
    transform: translateY(-1000px);
    max-width: 20px;
}

.content_inner_footer a:hover {
    color: var(--light-color);
    text-decoration: underline;
}

.content_inner_footer .fullWidth {
    background: var(--light-color);
    color: var(--dark-color);
    padding: 10px 0 10px 0;
}

.content_inner_footer .fullWidth a {
    color: var(--dark-color);
}

/* === END of CONTENT-INNER-FOOTER === */

/* === START of MEDIA QUERIES === */

/* fuer alle Smartphones */
@media only screen {
    a.menu-toggle.menu-icon {
        display: block;
    }

    .sticky .nav .menu {
        display: none;
    }
}

/* Tablet Hochformat */
@media only screen and (min-width: 40.063rem) {}

/* Smartphones im Querformat */
@media only screen and (min-width: 40.1rem) and (max-width: 51.483rem) and (orientation: landscape) {}

/* Tablets Querformat */
@media only screen and (min-width: 50.063rem) and (max-width: 64rem) and (orientation: landscape) {}

/* Normaler PC-Monitor */
@media only screen and (max-width: 64.063em) {
    .top-bar .nav {
        display: flex;
        flex: 1 0 auto;
        justify-content: flex-start;
    }

    .sticky .top-bar .logo-container {
        /* flex: 1; */
        width: 100%;
    }

    .content_inner_footer .columns {
        padding-top: .5rem;
        padding-bottom: .5rem;
    }
}

/* fuer Standardbildschirme */
@media only screen and (min-width: 64.1rem) {
    .sticky.is-stuck .top-bar .logo-container img {
        max-height: 60px;
    }

    a.menu-toggle.menu-icon {
        display: none;
    }

    .sticky .nav .menu {
        display: block;
    }
}

/* fuer Grosse Bildschirm */
@media only screen and (min-width: 90rem) {}

/* === END of MEDIA QUERIES === */

/* === ALTERNATIVE MEDIA QUERIES === */

/* Smartphonegroesse */
@media only screen and (max-width: 40.063rem) {

    body h1,
    body .h1 {
        font-size: 1.5rem;
    }

    body h2,
    body .h2 {
        font-size: 1.25rem;
    }

    body h3,
    body .h3 {
        font-size: 1.1875rem;
    }

    body h4,
    body .h4 {
        font-size: 1.125rem;
    }

    body h5,
    body .h5 {
        font-size: 1.0625rem;
    }

    body h6,
    body .h6 {
        font-size: 1rem;
    }

    .slideshow_container {
        display: flex;
        flex-direction: column-reverse;
    }

    .slideshow_container .header_text {
        position: unset;
        display: flex;
        background: var(--main-color);
        height: unset;
        padding: 0;
        flex-direction: column;
        align-items: center;
    }

    .slideshow_container .header_text .row:first-child {
        position: absolute;
        top: 100px;
    }

    .header-static-image {
        padding-top: 60px;
    }

    .header_text_title,
    .header_text_subtitle {
        font-size: 1.5rem;
    }

    .header_text_title_bold {
        font-size: 2.25rem;
    }

    .header_text_title_small {
        font-size: 1.2rem;
    }
}

/* Tabletgroesse - Querformat - falls nicht funktioniert, auslagern und an erster Stelle in der layout.css setzten */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {}

/* Groesse ungefaehr MacBook (Pro) */
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {}

/* === ABOUT SECTION === */

.main-text {
    font-size: 1.25em;
    margin: 0 7%;
}

.bewerben-section .main-text {
    margin: 7% 0 0;
}

.about-section,
.service-box-left,
.bg-main,
.section-main {
    background: var(--main-color);
    color: var(--light-color);
}

.section-light {
    background: var(--light-color);
    color: var(--main-color);
    padding: 40px 0;
}

.section-soft {
    background: var(--sec-color);
    color: var(--main-color);
    padding: 40px 0;
}

.section-accent,
.ansprechpartner-section {
    background: #3f6387;
    color: var(--light-color);
}

/* === optimization === */

.section-inner {
    width: 100%;
    padding: 7% 7%;
}

.pflegehilfsmittel-section .section-inner {
    display: flex;
    justify-content: center;
}

.about-content .section-inner {
    max-width: 700px;
}

.flex {
    display: flex;
}

.flex-align-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-stretch {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.text-center {
    text-align: center;
}

.section-title {
    margin: 20px 0;
    text-transform: none;
}

.title-script {
    font-family: 'Leahlee Sans';
    font-size: 3.8em;
}

.title-light {
    color: var(--light-color) !important;
}

.title-main {
    color: var(--main-color);
}

.title-text {
    margin: 0 7%;
    /* font-size: 0.9em; */
    display: block;
}

.text-soft {
    color: var(--sec-color);
}

.icon {
    display: inline-block;
    width: 40px;
    height: auto;
}

.icon-sm {
    width: 30px;
}

.icon-md {
    width: 44px;
    display: none;
}

.icon-lg {
    width: 120px;
}

.icon-center {
    display: block;
    margin: 0 auto;
}

.text-bold-lato,
.service-highlight,
.profiles-intro {
    font-family: 'Lato Bold', Helvetica, Roboto, Arial, sans-serif;
}

/* === IMAGE / MEDIA === */

.about-image,
.section-media {
    position: relative;
    overflow: hidden;
}

.about-image img,
.section-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.about-image img {
    min-height: 600px;
}

.section-media {
    display: flex;
}

.section-media-contain img {
    object-fit: contain;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.page_165843 .section-media {
    max-height: 750px;
}

/* === CONTENT === */

.about-content,
.section-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-content {
    background: var(--main-color);
}

.about-content p {
    color: #cfd8e3;
}

.about-content strong,
.about-content .highlight,
.personal-section .highlight {
    color: #ffffff;
    font-weight: bold;
    font-size: 1.4em;
}

.personal-section .highlight {
    margin-bottom: 4rem;
}

.section-content .section-inner,
.section-flex .section-inner {
    width: 100%;
}

.section-content-left {
    justify-content: flex-start;
}

.section-content-center {
    justify-content: center;
}

/* === BUTTONS === */

.btn-primary,
.btn-dark,
.btn-light {
    padding: 16px 20px;
    border-radius: 8px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    margin: 30px 15px 15px 0;
    font-size: 1.2em;
}

.btn-primary {
    background: #afb9cb;
    color: var(--main-color);
}

.btn-primary:hover {
    background: #ecf2fc;
    color: #0c3d5d !important;
}

.btn-dark {
    background: var(--main-color);
    color: #ffffff !important;
}

.btn-dark:hover {
    background: rgb(61 98 136);
}

.btn-light {
    background: #ffffff;
    color: #0c3d5d !important;
}

.btn-light:hover {
    background: rgb(199 218 234);
}

/* === SECTION LAYOUTS === */

.section-flex .row,
.ansprechpartner-section .row,
.flex-section .row,
.bewerben-section .row {
    display: flex;
    flex-wrap: wrap;
}

.section-flex .columns {
    display: flex;
}

.questions-section .about-image {
    max-height: 600px;
    overflow: hidden;
}

.klein {
    font-size: 12px;
}

.stutzpunkte-section img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
    margin-bottom: 25px;
}

.service-box-right img {
    width: auto;
    height: auto;
    padding-top: 3rem;
}

.page_165857 .header_text_title_small {
    border-bottom: none;
}

/* === SPECIAL SECTIONS === */

.bieten-section {
    background-image: url("/files/1902622/upload/Hintergrund_Logo_Moewe.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 55%;
}

.page_165859 .bieten-section {
    margin-bottom: 5%;
    background-size: 35%;
}

.mirror {
    transform: scaleX(-1);
}

.bewerben-section .about-image {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.bewerben-section .about-image img {
    width: auto;
    height: auto;
    max-height: 620px;
    min-height: 0;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.meldestellen-section .section-inner .profiles-intro,
.meldestellen-section .section-inner .main-text {
    text-align: left;
    margin-left: 0;
}

.meldestellen-section .section-inner ul li {
    margin-left: 2%;
}

/* === SERVICE / TEXT BLOCKS === */

.service-box-right {
    background: #afb8ca;
    color: var(--main-color);
}

.stutzpunkte-section .service-box-right {
    background: #d8dde7;
    color: var(--main-color);
    margin: 1rem;
}

.title-inner {
    gap: 12px;
}

.service-highlight {
    margin-top: 28px;
}

.service-contact {
    margin-top: 35px;
    text-align: center;
    font-size: 2em;
}

.service-contact-item+.service-contact-item {
    margin-top: 28px;
}

.service-contact a,
.service-contact a:visited {
    color: var(--light-color);
    font-family: 'Lato Bold', Helvetica, Roboto, Arial, sans-serif;
    font-size: 1em;
}

.service-contact a:hover,
.service-contact a:focus {
    text-decoration: underline;
}

.service-divider-light,
.service-divider-dark {
    width: 180px;
    height: 2px;
    margin: 0 auto 30px;
}

.service-divider-light {
    background: var(--light-color);
}

.service-divider-dark {
    background: var(--main-color);
}

.profiles-intro {
    font-size: 1.4em;
    margin-bottom: 28px;
    text-align: center;
}

.profiles-list {
    max-width: 620px;
    margin: 0 auto;
    padding-left: 24px;
    font-family: 'Lato', Helvetica, Roboto, Arial, sans-serif;
}

.profiles-list li {
    margin-bottom: 10px;
}

/* === SERVICE LINK BOX === */

.service-link-box {
    background: #efefef;
    padding: 5rem 0;
}

.service-link-box img {
    width: 140px;
}

.service-link-text {
    font-family: 'Lato Bold', Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.4em;
    line-height: 1.35;
    color: var(--main-color);
    text-decoration: none;
}

.service-link-main:hover .service-link-text {
    color: #5b9cc1;
    text-decoration: none;
}

.service-link-text-underline {
    text-decoration: underline;
}

/* === CURVES / PANELS === */

.leistungen-panel {
    position: relative;
    background: var(--main-color);
    z-index: 1;
    top: 50px;
}

.leistungen-panel::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -110px;
    transform: translateX(-50%);
    width: 130%;
    height: 320px;
    background: var(--main-color);
    border-radius: 50%;
    z-index: -1;
}

.curve-section {
    position: relative;
    padding: 100px 10px 80px;
}

.curve-section::before {
    content: "";
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 130%;
    height: 200px;
    border-radius: 60%;
    z-index: 0;
}

.curve-section>* {
    position: relative;
    z-index: 1;
}

.curve-section.light {
    background: #f2f2f2;
    color: var(--main-color);
}

.curve-section.light::before {
    background: #f2f2f2;
}

.curve-section.middle {
    background: var(--sec-color);
    color: var(--main-color);
}

.curve-section.middle::before {
    background: var(--sec-color);
}

.curve-section.dark {
    background: var(--main-color);
    color: #fff;
}

.curve-section.dark::before {
    background: var(--main-color);
}

/* === IMPRESSUM === */

.impressum-row {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 3.5rem;
}

.impressum-label {
    width: 280px;
    font-size: 1.6em;
    text-align: right;
}

.impressum-value {
    width: 430px;
    line-height: 1.4;
}

.impressum-data-section a,
.impressum-data-section a:visited {
    color: var(--light-color);
    text-decoration: none;
}

.impressum-data-section a:hover,
.impressum-data-section a:focus {
    text-decoration: underline;
}

/* === COOKIE TABLE === */

.cookie-table-wrap {
    overflow-x: auto;
    margin-top: 30px;
}

.cookie-table {
    width: 90%;
    border-collapse: collapse;
    border-spacing: 0;
    color: var(--light-color);
    font-size: 1.2em;
    background: transparent !important;
}

.cookie-table thead,
.cookie-table tbody,
.cookie-table tr,
.cookie-table th,
.cookie-table td {
    background: transparent !important;
    color: var(--light-color) !important;
}

.cookie-table th,
.cookie-table td {
    border: 1px solid rgba(255, 255, 255, 0.45);
    padding: 10px 12px;
    text-align: left;
}

/* === PAGE SPECIFIC === */

.page_165851 .title-text {
    margin-top: 3rem;
    margin-bottom: 2rem;
}

.page_165851 .section-main .row.expanded {
    flex-wrap: wrap;
}

.page_165851 .section-soft {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.bieten-section .service-divider-light {
    width: 60%;
    margin-top: 3%;
}

.page_165838 .section-inner a:hover {
    text-decoration: underline;
}

/* === TABLET === */

@media screen and (max-width: 64rem) {
    .impressum-row {
        gap: 40px;
    }

    .impressum-label {
        font-size: 1rem;
    }

    .main-text {
        font-size: 16px;
        margin: 0;
    }

    .section-inner p {
        font-size: 1rem;
    }

    .section-title {
        margin-bottom: 10px;
        text-transform: none;
        font-size: 1.2rem;
    }

    .btn-primary,
    .btn-dark,
    .btn-light {
        padding: 10px 20px;
        font-size: 1rem;
    }

    .profiles-intro {
        font-size: 1.15rem;
    }

    .service-contact a {
        font-size: 1rem;
    }

    .service-link-text {
        font-size: 1.25rem;
    }

    .title-script {
        margin-bottom: 1rem;
        font-size: 2rem;
    }

    .title-text {
        margin: 0;
        font-size: 1.2rem;
    }

    .bieten-section {
        background-size: 30%;
    }

    .page_165859 .bieten-section {
        margin-top: 25%;
        background-size: 55%;
    }
}

/* === MOBILE === */

@media screen and (max-width: 40rem) {

    .impressum-row {
        display: block;
    }

    .impressum-label {
        text-align: left;
        margin-bottom: 0.5rem;
    }

    .cookie-table {
        min-width: 900px;
    }

    .about-image,
    .ansprechpartner-section .about-image {
        max-height: 400px;
    }

    .section-inner p {
        font-size: 1rem;
    }

    .icon-md {
        width: 34px;
        margin-right: 6px;
    }

    .service-divider {
        width: 120px;
        margin-bottom: 24px;
    }

    .service-link-box {
        padding: 2rem 0;
    }

    .service-link-text {
        font-size: 1rem;
    }

    .title-text {
        margin: 0 7%;
        font-size: 1.1rem;
    }

    .bieten-section,
    .page_165859 .bieten-section {
        background-image: none;
    }

    .bereitschaft {
    margin-top: 30%;
    margin-left: -10px;
    padding: 8px;
    background-color: #ffffff94;
    border-bottom-right-radius: 12px;
    border-top-right-radius: 12px;
}

    .bereitschaft span {
    font-size: 1rem;
}

    .bereitschaft img {
    max-width: 30px;
}

    .page_165843 .header-static-image {
    max-height: 320px;
}
    
}