/***  respons_1 created by nordicweb.com ***/

/* === START of EINBINDEN DER FONT VON Z.B. GOOGLE FONTS === */
@import url('');

/* Montserrat Regular - latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: normal;
    src: local(''),
        url('/fonts/Montserrat/montserrat-v30-latin-regular.woff2') format('woff2'),
        /* Chrome 26+, Opera 23+, Firefox 39+ */
}

/* Montserrat Bold - latin */
@font-face {
    font-family: 'Montserrat Bold';
    font-style: normal;
    font-weight: bold;
    src: local(''),
        url('/fonts/Montserrat/montserrat-v30-latin-600.woff2') format('woff2'),
        /* Chrome 26+, Opera 23+, Firefox 39+ */
}

/* === 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: #000;
    --sec-color: #76745F;
    --light-color: #fff;
    --dark-color: #000;
    --foot-color: #f5f5f5;
}

* {
    margin: 0;
    padding: 0;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

html,
body {
    height: 100%;
    width: 100%;
}

html {
    box-sizing: border-box;
    font-size: 100%;
}

html .row {
    max-width: 100%;
}

html body,
table {
    margin: 0;
    padding: 0;
    background: #F5F5F5;
    font-family: "Montserrat", Helvetica, Roboto, Arial, sans-serif;
    font-weight: normal;
    font-size: 16px;
    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: "Montserrat", Helvetica, Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    color: var(--main-color);
    text-rendering: optimizeLegibility;
}

body h1,
body .h1 {
    font-size: 2.5rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 1.5rem;
}

body h2,
body .h2 {
    font-size: 2.25rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 1.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 .font-italic {
    font-style: italic;
    margin-right: .25rem;
}

body .font-bold {
    font-weight: bold;
}

body .font-normal {
    font-family: 'Montserrat', Helvetica, Roboto, Arial, sans-serif;
}

body .font-montserrat {
    font-family: 'Montserrat';
}

body strong {
    font-family: "Montserrat Bold", 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);
}

.content a,
.content a:visited {
    line-height: inherit;
    /*color: var(--sec-color);*/
    text-decoration: none;
    cursor: pointer;
}

.content a:hover,
.content a:focus {
    color: var(--sec-color);
    text-decoration: underline;
}

a img {
    border: 0;
}

p {
    margin-bottom: 1rem;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
}

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;
}

.page_165585 .start_image {
    display: flex !important;
}

.start_image .image_box {
    width: 100%;
    height: 100vh;
}

.start_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 85%;
}

.fullWidth {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: var(--light-color);
    max-width: initial;
    padding: 0.5rem 0;
}

.scrollup {
    background: url('../img/top_btn.png') no-repeat var(--sec-color);
    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 {
    background: none;
    z-index: 5 !important;
}

.sticky.is-at-top {
    /* transition: padding .5s; */
}

.sticky {
    background: rgb(255 255 255);
    padding: 0;
    z-index: 11 !important;
    box-shadow: 0px 0px 5px 0px #252525;
}

.sticky .top-bar .logo-container img {
    max-height: 100px;
    min-width: 100px;
}

.sticky.is-stuck .top-bar .logo-container img {
    max-height: 60px;
    height: 100%;
    width: auto;
}

.sticky .top-bar {
    display: flex;
    padding: 0 !important;
    background: 0;
    width: 100%;
    /* max-width: 75rem; */
    margin: 0 auto;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: space-between;
    align-content: stretch;
}

.sticky .top-bar .logo-container {
    /* display: none; */
    flex: auto;
}

.sticky .top-bar .bar-txt {
    display: none;
}

.top-bar .columns {
    float: none;
    width: auto;
    min-width: 0;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
}

.top-bar .shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
}

/* === END of STICKY & TOP-BAR === */

/* === START of NAVIGATION === */
.sticky-container {
    transition: all .3s ease-in-out;
}

.sticky .nav {
    display: flex;
    position: relative;
    line-height: 0;
    min-width: 60px;
    flex: auto;
    align-items: center;
}

.menu .menu_inner ul {
    display: block;
    /* text-align: justify; */
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
    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;
    margin: 0 2rem;
}

.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:nth-last-child(2) {
    position: unset;
}

.menu .menu_inner>ul>li:nth-last-child(2) ul.sub_menu {
    right: 0;
}

.menu .menu_inner ul li:hover {}

.menu .menu_inner ul li.active {}

.menu .menu_inner>ul>li>a {
    display: flex;
    background: 0;
    font-size: 16px;
    height: 60px;
    position: relative;
    color: var(--main-color);
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
    transition: all .3s ease-in-out;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
}

.menu .menu_inner ul>li>a:after {
    content: '';
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    background-color: var(--main-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;
    /* 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: 13px;
    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 SOCIAL-ICONS === */
.header .sticky .social_icons {
    display: flex;
    justify-content: flex-end;
    flex: unset;
    flex-direction: row;
    float: none !important;
    align-items: center;
    align-content: stretch;
    flex-wrap: nowrap;
}

.sticky .social_icons a {
    display: flex;
    margin-left: 1rem;
    max-width: 30px;
    position: relative;
    flex-wrap: wrap;
    height: 60px;
    align-items: center;
}

.sticky .social_icons>a:after {
    content: '';
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    background-color: var(--main-color);
    transform: scaleX(0);
    transition: transform .35s ease;
}

.sticky .social_icons>a:hover:after {
    transform: scaleX(1);
}

/* === START of SOCIAL-ICONS === */

/* === 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 ul li a.tog,
.site .off-canvas .menu_inner ul li a.sub-tog {
    padding: 10px 15px !important;
    width: 40px;
    position: relative;
    display: block;
    border-left: 1px solid #ccc !important;
    float: right;
    z-index: 10000;
}

.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;
}

#slideshow img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    position: relative !important;
    display: block !important;
    transition: all .5s ease-in-out;
    /* height: 500px !important; */
}

#slideshow {
    position: relative;
}

#slideshow .picture:first-child {
    position: relative !important;
    display: block !important;
}

#slideshow .picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.slideshow_container {
    background: var(--sec-color);
}

.page_165586 .slideshow_container,
.page_165617 .slideshow_container,
.page_165877 .slideshow_container,
.page_165584 .slideshow_container,
.page_165616 .slideshow_container,
.page_165882 .slideshow_container {
    display: none;
}

.hero {
    display: flex;
    background: var(--sec-color);
    flex-wrap: wrap;
    flex-direction: row;
}

.hero .hero_img {
    position: relative;
    z-index: 0;
}

.hero .hero_img .img-box {
    height: 100%;
    padding: 0 2rem 3rem;
}

.hero .hero_img .img-box img {
    height: 100%;
    object-fit: cover;
}

.hero .hero_img:after {
    content: "";
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 75%;
    z-index: -1;
}

.hero .hero_text {
    display: flex;
    padding: 2rem 6rem;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}

.hero .hero_text p {
    margin-bottom: 1.5rem;
}

.h6 p {
    margin-bottom: 0.4rem !important;
}

/* Sanftes Fade-In beim Seitenaufruf fuer Hero-Text */
.slideshow_container.full-hero {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.hero-bg {
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 60% bottom;
}

.hero_text.overlay {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    max-width: 45%;
    padding: 4rem 6rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: right;
    z-index: 2;
}

.hero_text.overlay::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    /* background: var(--sec-color); */
    opacity: 0.55;
    z-index: -1;
    transition: opacity .3s ease-in-out;
}

.hero_text p.h1 {
    font-weight: bold;
}

.hero_text.overlay p {
    margin-bottom: 1.5rem;
    margin-right: 2rem;
}

.hero_text.overlay p:last-child {
    hyphens: auto;
    word-break: break-word;
    overflow-wrap: break-word;
}

/* === 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 {
    margin-top: 0px;
    width: 100%;
}

.content:before,
.content:after {
    content: " ";
    display: table;
}

.content:after {
    clear: both;
}

.modul_extra {
    margin: 0 auto;
}

.module_textblock {
    padding: 3rem 0;
}

.praxisadresse {
    background-color: var(--light-color);
    padding: 1rem;
    box-shadow: 13px 13px 0px -1px var(--sec-color);
    margin-top: 2rem;
}

.praxisadresse p {
    margin: 0 !important;
}

.page_165585 .module_textblock:nth-child(2) {
    padding: 0;
}

.page_165585 .module_textblock:nth-child(1) {
    padding-bottom: 0;
}

.page_165585 .module_textblock,
.page_165877 .module_textblock {
    background: var(--light-color);
}

.zitat-container {
    display: inline-block;
    padding: 2rem;
    position: relative;
}

.zitat-container blockquote {
    display: inline;
    font-size: 1.5rem;
    font-style: italic;
    position: relative;
    border: 0;
    color: var(--dark-color);
}

.zitat-container blockquote .zitat {
    display: inline;
    margin: 0;
    font-style: italic;
    text-align: left;
}

.zitat-container blockquote::before {
    left: -2rem;
}

.zitat-container blockquote::before,
.zitat-container cite::after {
    content: " ";
    font-size: 4rem;
    font-family: 'Montserrat Bold', Helvetica, Roboto, Arial, sans-serif;
    font-style: normal;
    line-height: 1;
    color: var(--dark-color);
    position: absolute;
    top: -.5rem;
}

.zitat-container cite::after {
    content: " ";
    right: -2rem;
    top: unset;
    bottom: -0.75rem;
}

.zitat-container .autor:before {
    content: "\00A9";
}

.zitat-container .autor {
    display: inline;
    position: relative;
    color: var(--dark-color);
    padding-right: 1rem;
    font-style: normal;
    text-align: right;
    float: right;
    right: 0;
}

.formular {
    background: white;
    padding: 3em;
    /* box-shadow: 6em 6em 0rem 0rem var(--sec-color); */
    box-shadow: 0px 2px 3px -1px #252525;
    position: relative;
}

.formular::after {
    content: '';
    position: absolute;
    bottom: -50px;
    right: -50px;
    width: 100%;
    height: 100%;
    background: var(--sec-color);
    z-index: -1;
    transition: bottom 0.25s ease, right 0.25s ease;
}

.page_165584 .module_textblock:first-of-type,
.page_165616 .module_textblock:first-of-type,
.page_165882 .module_textblock:first-of-type {
    margin-top: 5%;
}

.about-me {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    flex-direction: row;
    margin-top: 5%;
    /* gap: 4rem; */
    justify-content: center;
    align-items: center;
}

.about-home {
    margin-top: 3%;
}

.page_165617 .about-me {
    justify-content: flex-start;
}

.page_165586 .about-me,
.page_165617 .about-me {
    align-items: center;
}

.about-me p {
    margin-bottom: 2rem;
}

.about-me .txt_box h4 {
    color: #fff;
    margin-left: 1rem;
    font-size: 1.4rem;
    margin-bottom: 1rem;
}

.about-me .txt_box {
    background: var(--sec-color);
    color: #fff;
    border-radius: 15px;
    padding: 3rem;
    box-shadow: 1px 1px 5px 1px #ddd;
}

.about-me .vita-row [data-equalizer-watch] {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-me .vita-row [data-equalizer-watch] .txt_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.content .imgOverflow {
    overflow: hidden;
}

.content .imgOverflow .img-box {
    padding: 0 12% 14.75% 0;
}

.content .imgOverflow .img-box img {
    box-shadow: 6em 6em 0rem 0rem var(--sec-color);
}

.content .imgOverflow .img-box-left {
    padding: 0 0 14.75% 12%;
}

.content .imgOverflow .img-box-left img {
    box-shadow: -6em 6em 0rem 0rem var(--sec-color);
}

.module_textblock:has(.row.bg-sec) {
    background-color: var(--sec-color);
    padding: 3rem;
}

.bg-sec p {
    color: white;
}

.bg-sec a:hover {
    color: white;
}

.row.vita p {
    width: 50%;
    color: white;
    font-size: smaller;
}

.row.width {
    max-width: 75rem;
}

/* Basiszustand ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ noch NICHT animieren */
.about-me .columns:first-child>* {
    opacity: 0;
    transform: translateX(-28px);
    will-change: transform, opacity;
}

.about-me.in-view .columns:first-child>* {
    animation: slideInLeft 1800ms cubic-bezier(.4, 0, .2, 1) forwards;
    /* smooth in/out */
}

.about-me.in-view .columns:first-child h2 {
    animation-delay: 0.30s;
}

.about-me.in-view .columns:first-child p {
    animation-delay: 0.60s;
}

.about-me.in-view .columns:first-child a.button {
    animation-delay: 0.95s;
}

.about-me .imgOverflow .img-box img {
    opacity: 0;
    will-change: opacity;
}

.about-me.in-view .imgOverflow .img-box img {
    animation: fadeIn 1600ms cubic-bezier(.4, 0, .2, 1) forwards;
    animation-delay: 0.45s;

}

/* Keyframes */
@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-28px);
    }

    70% {
        opacity: 1;
        transform: translateX(-2px);
    }

    /* softes Auslaufen */
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/*ZusÃƒÆ’Ã‚Â¤tzliche CSS*/
.p1 {
    font-size: 16px !important;
}

.p2 {
    font-weight: 500;
}

/* leistungen (start) */
.leistungen .h2 {
    font-size: 1.5rem;
    margin: 3rem 0;
}

.leist-item {
    margin: 1rem 1rem 4rem;
    position: relative;
    border: 1px solid var(--sec-color);
    color: var(--dark-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    background: var(--light-color);
    box-shadow: 10px 10px 0px 0px var(--sec-color);
}

/* .leist-item::after {
    content: '';
    position: absolute;
    background: var(--sec-color);
    z-index: -1;
    bottom: -15px;
    right: -15px;
    width: 100%;
    height: 100%;
} */

.leistungen.small-12.columns.column-block {
    animation: slideInLeft 1800ms cubic-bezier(.4, 0, .2, 1) forwards;
}

.leist-text {
    padding: 1rem 2rem;
}

.leist-titel {
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: var(--light-color);
    padding: 0.5rem;
    margin-top: 1rem;
}

.leist-titel img {
    max-height: 2rem;
    margin-right: 0.8rem;
}

.leist-titel .h3 {
    font-size: 1.5rem;
    margin: 0;
}

/* leistungen end */

.img-left {
    box-shadow: -25px 25px var(--sec-color);
}

.img-right {
    box-shadow: 25px 25px var(--sec-color);
}

.mycard {
    padding: 50px 50px;
    margin: 50px 40px auto;
    background-color: #fff;
}

.img-left,
.img-right {
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-right {
    flex-wrap: wrap-reverse;
}

.img-left {
    flex-wrap: wrap;
}

.myblock .accordion-title {
    background-color: var(--sec-color) !important;
    color: var(--light-color) !important;
    border: 0;
    display: flex;
    align-items: center;
}

.myblock {
    padding: 10px 0;
}

.page_165585 .slideshow_container {
    display: none;
}

/* social media (start) */
.socialmedia {
    margin-top: 5%;
    animation: slideInLeft 1800ms cubic-bezier(.4, 0, .2, 1) forwards;
}

.socialmedia h2 {
    padding: 5rem 1.8rem 0;
}

.card-social a {
    color: #66644f !important;
    text-decoration: none !important;
}

.card-social {
    background-color: var(--light-color);
    color: var(--sec-color) !important;
    margin: 1rem;
    padding: 2rem;
    display: flex;
    transition: ease-in 500ms;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
    box-shadow: 10px 10px 0px 0px var(--sec-color);
    border: 1px solid var(--sec-color);
}

.card-social:hover {
    border: 1px solid var(--sec-color);
    background: var(--light-color);
    color: var(--dark-color);
    text-decoration: none !important;
}

.card-social img {
    margin-bottom: 2rem;
}

/* .card-social::after {
    content: '';
    position: absolute;
    bottom: -15px;
    right: -15px;
    width: 100%;
    height: 100%;
    background: var(--sec-color);
    z-index: -1;
    transition: bottom 0.25s ease, right 0.25s ease;
} */

.card-social span {
    border-top: solid 2px var(--sec-color);
    padding: 0.8rem 0;
}

.card-social span strong {
    text-transform: uppercase;
}

/* social media (end) */
/* === 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 FOOTER MINIMAL === */
.footer-minimal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 2rem;
    /* border-top: 1px solid #ddd; */
    background: var(--foot-color);
    flex-wrap: wrap;
    gap: 0.5rem;
}

.footer-minimal .footer-copy,
.footer-minimal .footer-nav {
    font-size: 0.85rem;
    color: #333;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.footer-nav {
    margin-left: 6rem;
}

.footer-minimal .footer-nav a {
    color: #333;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    margin-bottom: 0;
    white-space: nowrap;
}

.footer-minimal .footer-nav a:hover {
    text-decoration: underline;
}

.footer-minimal .footer-contact {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2rem;
    flex-wrap: nowrap;
}

.footer-minimal .footer-contact-info {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.footer-minimal .footer-contact-info a,
.footer-minimal .footer-maps-link {
    color: #333;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 0;
    white-space: nowrap;
    font-size: 0.85rem;
}

.footer-minimal .footer-contact-info a:hover,
.footer-minimal .footer-maps-link:hover {
    text-decoration: underline;
}

.footer-minimal .footer-contact-info img {
    max-height: 20px;
    margin-bottom: 0;
    vertical-align: middle;
}

.footer-minimal .footer-maps-link img {
    max-height: 40px;
    margin-bottom: 0;
    vertical-align: middle;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* === END of FOOTER MINIMAL === */

/* === 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) {
    .header {
        position: absolute;
    }
}

/* 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) {

    /* Loeschen, wenn der Header ohne Sticky genommen wird */
    .sticky {
        padding-top: 0;
    }

    .sticky.is-stuck {
        transition: padding .5s;
    }

    .sticky.is-stuck .top-bar .bar-txt {
        display: inline-block;
        color: #fff;
        margin: 0 -1rem;
    }

    .sticky.is-stuck .top-bar .bar-txt p {
        margin: 0.35rem 0;
    }

    .content_inner_footer .columns {
        padding-top: 1.5rem;
        padding-bottom: 2.5rem;
    }

    .sticky .nav {
        order: 3;
        flex: unset;
    }

    .hero .hero_img .img-box {
        padding: 0 0 1rem;
    }

    .hero .hero_text {
        padding: 2rem 6rem 2rem 4rem
    }

    /* END of Header-Sticky */
    .start_image img {
        object-position: 20% center;
    }

    .footer-minimal {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }

    .footer-minimal .footer-copy,
    .footer-minimal .footer-nav,
    .footer-minimal .footer-contact {
        justify-content: center;
        flex-wrap: wrap;
    }

    .footer-minimal .footer-contact {
        flex-direction: column;
        align-items: center;
    }

    .footer-minimal .footer-contact-info {
        align-items: center;
    }

}

/* fuer Standardbildschirme */
@media only screen and (min-width: 64.1rem) {

    /* Loeschen, wenn der Header ohne Sticky genommen wird */
    .sticky.is-stuck .top-bar .logo-container {
        /* margin: 0 -1rem; */
        /* top: 5px; */
    }

    .sticky.is-stuck .top-bar .logo-container img {
        max-height: 60px;
    }

    /* END of Header-Sticky */

    a.menu-toggle.menu-icon {
        display: none;
    }

    .sticky .nav .menu {
        display: block;
    }

    .hero .hero_text h1 {
        font-size: 3rem;
        line-height: 100%;
    }

    .sticky .top-bar {
        max-width: 90%;
    }

    .hero .hero_text .h1 {
        font-size: 3.5rem;
    }
}

/* 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;
    }

    .page_165585 .content_inner {
        margin-top: 0;
    }

    .slideshow_container.full-hero {
        height: auto;
        min-height: 600px;
        /* Altura fixa mÃƒÆ’Ã‚Â­nima no mobile */
    }

    .hero-bg img {
        object-position: 60% center;
        height: 100%;
        width: 100%;
    }

    .hero-bg {
        height: 100%;
        width: 140%;
    }

    .hero_text.overlay {
        max-width: 100%;
        padding: 0.5rem;
        text-align: right;
        /* right: 25%; */
        /* transform: translateX(50%); */
        top: -20%;
        /* display: flex; */
        align-items: flex-end;
    }

    .hero_text.overlay p.h1 {
        position: relative;
        /* width: 350px; */
        /* top: 15%; */
        /* left: 0; */
        /* right: 20%; */
        margin-top: -13rem;
        /* text-align: center; */
        font-size: 2rem;
        line-height: 1.15;
    }

    .hero_text.overlay p.h4 {
        font-size: 1rem;
        /* margin-top: -13rem; */
        max-width: 55%;
    }

    .page_165585 .header {
        position: absolute;
    }

    .start_image img {
        object-position: 23% center;
    }

    .start_image .image_box {
        width: 100%;
        height: 60vh;
    }

    .formular {
        box-shadow: none;
        padding: 0.8rem;
    }

    .vita-row .txt_box {
        padding: 1rem;
    }

    .vita-row .txt_box h4 {
        font-size: 1rem;
        margin: 0.5rem 0 1.2rem;
    }

    .vita-row .txt_box li {
        font-size: 0.85rem;
        margin-bottom: 0.3rem
    }

    /*  leistung (backup) 
    .leistung {
        flex-direction: row;
        height: 100px;
        margin: 0.8rem;
    }

    .leistung img {
        margin: 0 1rem 0 0;
    }
    */

    .leist-item {
        margin: 0 0 3rem;
    }

    .leist-text {
        font-size: 0.85rem;
        padding: 1rem;
    }

    .leist-titel p.h3 {
        font-size: 1.2rem;
    }

    .leist-titel {
        align-items: center;
    }

    .footer-nav {
    margin-left: 0rem;
}
        .page_165578 #iframe1 {
        height: 1050px !important;
    }

}

@media only screen and (max-width: 51.5625rem) {
    .two-columns {
        column-count: 1;
    }

}

@media (min-width: 40.063rem) and (max-width: 90rem) {
    .hero .hero_text {
        padding: 9rem 4rem 2rem 4rem;
    }

    .hero_text.overlay {
        max-width: 50%;
        padding: 0.5rem;
        text-align: right;
        right: 25%;
        transform: translateX(50%);
    }

    .hero_text.overlay p.h1 {
        font-size: 1.8rem;
        line-height: 1.15;
    }

    .hero_text.overlay p.h4 {
        font-size: 1.2rem;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1266px) {
    .menu .menu_inner ul li {
        margin: 0 0.8rem;
    }

    .menu .menu_inner>ul>li>a {
        font-size: 1rem;
    }

    .sticky .social_icons a {
        max-width: 20px;
    }

    .leistungen .small-12 {
        width: 100%;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1500px) {

    .vita-box,
    .small-12.large-8.column-block.columns.vita-row {
        width: 100% !important;
    }

    /* leistung (backup)
    .leistung span {
        font-size: 1rem;
    }
    */

    .txt_box {
        margin: 0 auto;
        max-width: 750px;
    }

    .content .imgOverflow .img-box-left {
        padding: 0 0 14.75% 25%;
    }

    .small-12.large-9.column-block.columns.vita-row {
        width: 100%;
    }
}

/* 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) {
    .menu .menu_inner ul li {
        margin: 0 1rem;
    }

    /* leistungen */
    .leistungen .leist-item {
        margin-bottom: 3rem;
    }
}