
@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 100 1000;
    font-display: swap;
    src: url(../fonts/DMSans.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}



@-webkit-keyframes sk-bouncedelay {
    0%,
    55% {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
    25% {
        opacity: 0;
        transform: translateX(10px) scale(0.9);
    }
    26% {
        opacity: 0;
        transform: translateX(-10px) scale(0.9);
    }
}
@keyframes sk-bouncedelay {
    0%,
    55% {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
    25% {
        opacity: 0;
        transform: translateX(10px) scale(0.9);
    }
    26% {
        opacity: 0;
        transform: translateX(-10px) scale(0.9);
    }
}
:root {
    --primary-color: #f96b00;
    --secondary-color: #2c791b;
    --third-color: #f4ebe1;
}
body,
html {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    font-variant-ligatures: no-common-ligatures;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    min-width: 300px;
    -webkit-tap-highlight-color: transparent;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.7em;
    overflow-x: hidden;
    color: #000006;
}
body.onHold {
    overflow: hidden;
}
.preloader {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
.preloader .preloader-wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.preloader img {
    width: 260px;
    height: auto;
    margin: 0 auto;
}
.preloader .spinner {
    margin: 30px auto 0;
    text-align: center;
}
.preloader .spinner > div {
    width: 62px;
    height: 62px;
    background-image: url(../img/icon-btn-arrow-single.svg);
    background-repeat: no-repeat;
    background-size: contain;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#56cc63', endColorstr='#a9e81f',GradientType=1 );
    display: inline-block;
    -webkit-animation: sk-bouncedelay 3s infinite ease-in-out both;
    animation: sk-bouncedelay 1.65s infinite ease-in-out both;
}
.preloader .spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.preloader .spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
    margin-left: -14px;
}
#BorlabsCookieBox ._brlbs-bar,
#BorlabsCookieBox ._brlbs-box {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
}
#BorlabsCookieBox ._brlbs-bar-wrap._brlbs-position-fixed {
    left: 0;
}
.BorlabsCookie,
.BorlabsCookie ._brlbs-content-blocker,
.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed,
header {
    height: 100%;
    width: 100%;
}
.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed ._brlbs-caption {
    padding: 100px 50px;
    background-color: rgba(0, 0, 0, 0.7);
}
#BorlabsCookieBox .cookie-box ._brlbs-btn {
    outline: 0 !important;
}
#BorlabsCookieBox p {
    margin-bottom: 0.5em !important;
}
header {
    max-width: 1470px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    padding: 0 85px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}
header #branding,
header #navigation,
header #navigation .canvas-navi-bar,
header #navigation nav,
header #navigation nav ul li {
    display: inline-block;
}
header #branding {
    width: 20%;
}
header #branding .logo img {
    height: auto;
    width: 100%;
    max-width: 210px;
    margin-top: 10px;
}
header #navigation {
    width: 80%;
    text-align: right;
}
header #navigation ul {
    margin: 0;
    padding: 0;
    line-height: 100px;
    display: inline-block;
}
header #navigation ul#menu-contact-menu {
    margin-left: 30px;
}
header #navigation .nav-inline ul > li {
    margin: 0 8px;
    padding: 8px 0;
}
header #navigation .nav-inline ul > li:last-child {
    margin-right: 0;
}
header #navigation li.nav-phone a {
    padding-left: 35px;
}

header #navigation li.nav-phone a:after {
    content: url(../img/icon-whatsapp.svg);
    width: 30px;
    height: 36px;
    left: 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: 2px;
    position: absolute;
}
header #navigation ul li a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    position: relative;
    display: block;
    font-size: 1em;
    font-weight: 500;
    line-height: 2em;
    -webkit-transition: 200ms all ease-in-out;
    -o-transition: 200ms all ease-in-out;
    transition: 200ms all ease-in-out;
}
#main > .vc_row[data-vc-full-width].vc_row-no-padding,
header #navigation li.button {
    padding: 0;
}
header #navigation li.button a {
    padding: 7px 24px;
    border-radius: 23px;
    color: #fff;
    background: #F36E1D;
}
header #navigation li.button:before {
    display: none;
}
header #navigation li:not(.button):not(.nav-phone) > a:after {
    content: "";
    height: 3px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: 300ms all ease-in-out;
    -o-transition: 300ms all ease-in-out;
    transition: 300ms all ease-in-out;
    background: #F36E1D;
    transform: scaleX(0);
}
header #navigation li.active:not(.nav-phone) > a:after,
header #navigation li.current-menu-item:not(.nav-phone) > a:after,
header #navigation li:hover:not(.nav-phone) > a:after {
    transform: scaleX(1);
}
header #navigation ul li.button:hover a {
    -webkit-box-shadow: 0 10px 20px rgb(243, 110, 29);
    box-shadow: 0 10px 20px rgb(243, 110, 29);
    color: #fff;
}
header #navigation .canvas-navi-bar {
    -webkit-transition: 200ms all ease-in-out;
    -o-transition: 200ms all ease-in-out;
    transition: 200ms all ease-in-out;
    cursor: pointer;
    position: relative;
    margin-left: 30px;
    vertical-align: middle;
    width: 32px;
}
header #navigation .canvas-navi-bar div {
    display: block;
    width: 32px;
    height: 2px;
    margin-bottom: 6px;
    background-color: #222;
    -webkit-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    transition: 0.4s all ease;
    position: relative;
    z-index: 2;
    margin-left: auto;
}
header #navigation .canvas-navi-bar div:last-child {
    width: 20px;
    margin-bottom: 0;
}
.vc_desktop header #navigation .canvas-navi-bar:hover div.bar1 {
    transform: translateY(8px) rotate(90deg);
    width: 26px;
}
.vc_desktop header #navigation .canvas-navi-bar:hover div.bar3 {
    width: 0;
}
.vc_desktop header #navigation .canvas-navi-bar:hover div.bar2 {
    width: 26px;
}
header #navigation #canvas-nav {
    position: fixed;
    background: #fff;
    color: #fff;
    top: 0;
    left: auto;
    right: calc(-40% - 15px);
    width: 30%;
    min-width: 340px;
    height: 100%;
    visibility: hidden;
    -webkit-transition: 500ms all ease-in-out;
    -o-transition: 500ms all ease-in-out;
    transition: 500ms all ease-in-out;
    overflow: hidden;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: row;
    -webkit-flex-direction: row;
    -webkit-align-content: stretch;
    align-content: stretch;
    z-index: 100;
    text-align: left;
}
header #navigation #canvas-nav ul.contact-menu {
    margin-top: 20px;
    border-top: 1px solid #ddd;
    width: 100%;
    padding-top: 20px;
}
header #navigation #canvas-nav.open {
    visibility: visible;
    right: 0;
    z-index: 999999;
    -webkit-box-shadow: -20px 0 100px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: -20px 0 100px rgba(0, 0, 0, 0.4);
    box-shadow: -20px 0 100px rgba(0, 0, 0, 0.4);
}
header #navigation #canvas-nav a.canvas-navi-bar {
    position: absolute;
    top: 40px;
    right: 35px;
    margin-top: 0;
}
header #navigation #canvas-nav .canvas-navi-bar div.bar1 {
    transform: translate(0, 8px) rotate(135deg);
    width: 26px;
}
header #navigation #canvas-nav .canvas-navi-bar div.bar2 {
    transform: rotate(45deg);
    width: 26px;
}
header #navigation #canvas-nav nav a {
    display: inline-block;
    position: relative;
    color: #4a4a4a;
    text-decoration: none;
    line-height: 2em;
    font-size: 1.2em;
}
header #navigation #canvas-nav nav a:hover {
    color: var(--primary-color);
    text-decoration: none;
}
footer #footer-content .menu .sub-menu a:hover,
header #navigation #canvas-nav nav li.current-menu-item a {
    color: var(--primary-color);
}
#main .wpb_content_element .wpb_wrapper p ul li + li,
.legal ol li + li,
footer #footer-content li + li,
header #navigation #canvas-nav li + li {
    margin-top: 10px;
}
header #navigation #canvas-nav .contact-menu li + li,
p + p {
    margin-top: 20px;
}
header #navigation .canvas-nav-wrapper {
    margin-top: 100px;
    margin-left: 100px;
    width: 240px;
}
header #navigation #canvas-nav nav .button a {
    color: #fff;
}
.like-h2,
.like-h3,
h1,
h2,
h3 {
    font-family: "DM Sans", sans-serif;
}
h4,
h5,
h6 {
    font-family: "DM Sans", sans-serif;
}
.like-h2,
.like-h3,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    font-style: normal;
    line-height: 1.05em;
    letter-spacing: 0.03em;
    margin-top: 0;
    margin-bottom: 0.4em;
    color: var(--secondary-color);
}
h1 {
    font-size: 3.5em;
}
.like-h2,
h2 {
    font-size: 3em;
}
.like-h3,
h3 {
    font-size: 1.5em;
}
h4 {
    font-size: 1.4em;
}
.visuallyhidden {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(0 0 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
}
#main > .vc_row[data-vc-full-width] {
    max-width: 1440px;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
#main > .vc_row,
#page-title > div > .vc_row {
    left: auto !important;
    right: auto !important;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}
#main > .vc_row-fluid.no-padding {
    padding: 0;
}
#main > .vc_row.vc_column-gap-30,
#main > .vc_row[data-vc-full-width].vc_column-gap-30 {
    max-width: 1470px;
    margin-left: -15px;
    margin-right: -15px;
}
.legal p + h3,
.vc_row .wpb_wrapper > .vc_row + .vc_row,
.wpb_content_element + a.button,
a.button + .wpb_content_element {
    margin-top: 30px;
}
#main > .vc_row.section {
    padding-top: 120px;
    padding-bottom: 120px;
}
#main > .vc_row[data-vc-full-width] > .vc_col-sm-12 {
    margin-left: auto;
    margin-right: auto;
    float: unset;
}
#main > .vc_row,
#main > .vc_row[data-vc-full-width]:not([data-vc-stretch-content="true"]) > .vc_col-sm-12,
#page-title > div > .vc_row {
    max-width: 1440px;
    padding-left: 55px;
    padding-right: 55px;
}
#main > .vc_row[data-vc-full-width][data-vc-stretch-content] > .vc_col-sm-12 {
    max-width: 100%;
}
.vc_row-fluid > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_column_container > .vc_column-inner {
    padding-top: 0 !important;
}
.vc_row-has-fill > .vc_column_container > .vc_column-inner .wpb_content_element:last-child,
.wpb_content_element:last-child {
    margin-bottom: 0;
}
#page-title + .vc_row-full-width + .vc_row-has-fill {
    margin: 40px 0;
}
#content,
.content {
    max-width: 1470px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}
img {
    display: block;
}
.img-responsive {
    max-width: 100%;
}
.wpb_single_image .vc_figure-caption {
    margin-top: 0.7em;
    line-height: 1.2em;
}
#main .wpb_single_image.shadow img {
    -webkit-box-shadow: 0 50px 70px -30px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 50px 70px -30px rgba(0, 0, 0, 0.5);
    box-shadow: 0 50px 70px -30px rgba(0, 0, 0, 0.5);
}
.center,
.center h3,
.center h4,
.center p {
    text-align: center;
}
.right {
    text-align: right;
}
p {
    margin: 0;
}
li,
p {
    line-height: 1.7em;
}
b,
strong {
    font-weight: 600;
    font-family: "DM Sans", sans-serif;
}
.large-text p {
    font-size: 1.3em;
}
.small-text li,
.small-text p {
    font-size: 1.8em;
}
.small-text li + li,
.small-text p + p {
    margin-top: 5px;
}
.small-text ul {
    margin: 10px 0;
}
.wpb_content_element {
    margin-bottom: 0 !important;
}
.wpb_content_element + .wpb_content_element {
    margin-top: 25px !important;
}
.wpb_content_element .wpb_wrapper p ul {
    margin-left: 20px;
    padding: 0;
}
#main .wpb_content_element .wpb_wrapper p ul li {
    list-style-type: none;
    padding-left: 20px;
    position: relative;
}
#main .wpb_content_element .wpb_wrapper p ul li:before {
    content: "–";
    padding-right: 8px;
    position: absolute;
    left: 0;
}
sup {
    font-size: 0.7em;
}
#main p a:not(.button) {
    color: inherit;
    text-decoration: none;
    border-bottom: 3px solid var(--primary-color);
}
#main p a:not(.button):hover {
    border-bottom-width: 0;
}
.light .like-h2,
.light .like-h3,
.light a,
.light h1,
.light h2,
.light h3,
.light h4,
.light h5,
.light h6,
.light li,
.light p,
.light span {
    color: #fff;
}
.wpb_single_image .vc_single_image-wrapper.vc_box_rounded,
.wpb_single_image .vc_single_image-wrapper.vc_box_rounded img {
    -webkit-border-radius: 15px !important;
    border-radius: 15px !important;
}
.align-right {
    text-align: right;
}
#main .shadow-box .vc_column-inner {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}
#main .border-box .vc_column-inner,
#main .content-box .vc_column-inner,
#main .shadow-box .vc_column-inner {
    padding: 40px !important;
}
#main .border-box .vc_column-inner {
    border: 1px solid #ccc;
}
.vc_row .vc_column-inner .vc_row.vc_column-gap-10 {
    margin-left: -5px;
    margin-right: -5px;
}
.legal #main {
    font-size: 1em;
}
.legal h1 {
    font-size: 2.6em;
}
.legal h2 {
    font-size: 1.5em;
}
.legal h3 {
    font-size: 1.3em;
}
.svg img.attachment-medium {
    width: 300px;
}
.wpb_text_column.wpb_content_element.contentBox {
    background-color: #fafafa;
    padding: 50px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    transition: 0.3s ease-in;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
}
.wpb_text_column.wpb_content_element.contentBox:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.section {
    padding: 100px 0;
}
#main #vorteile {
    background-color: var(--third-color);
    border-radius: 15px;
}
#main #vorteile .iconbox h3 {
    margin: 10px 0 20px;
}
#main #leistungen + #vorteile,
.cta-anfrage.overlap {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding-top: 200px;
    margin-top: -100px !important;
    overflow: visible;
}
.cta-anfrage.overlap {
    border-radius: 15px;
}
#vorteile .iconbox .icon-top img.img-responsive {
    width: 115px;
    margin-bottom: 35px;
}
.kontakt-infos .iconbox .icon-left h3,
.kontakt-infos .iconbox .icon-left p {
    padding-left: 60px;
}
.kontakt-infos .iconbox .like-h3,
.kontakt-infos .iconbox h3 {
    font-size: 0.85em !important;
    line-height: 1.3em !important;
    margin: 40px 0 0;
    min-height: 0;
    font-weight: 400 !important;
    font-family: "DM Sans", sans-serif;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #999;
}
.kontakt-infos .iconbox .like-h3 + p {
    margin-top: 0;
}
.kontakt-infos .iconbox p {
    font-size: 1.3em;
    line-height: 1.3em;
    font-weight: 600;
}
.iconbox.small {
    background-color: var(--third-color);
    -webkit-border-radius: 15px;
    border-radius: 15px;
    box-sizing: border-box;
    overflow: hidden;
    padding: 40px;
}
.iconbox.small p {
    font-size: 0.9em;
}
#page-title .has-bg-img {
    background-position: center;
    background-size: cover;
}
#page-title .page-title-holder {
    -webkit-border-radius: 15px;
    border-radius: 15px;
    height: 300px;
    position: relative;
    overflow: hidden;
}
#page-title .page-title-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}
#page-title .page-title-bg:after {
    content: "";
    height: 180%;
    width: 100%;
    background-image: url('/wp-content/themes/lina-garten/img/slider-bg.svg');
    position: absolute;
    top: 0;
    left: 0;
    background-position: 0 center;
    background-repeat: no-repeat;
}
#page-title .page-title-bg .page-title-image {
    height: 100%;
    width: 65%;
    z-index: -2;
    background-size: cover;
    background-position: right bottom;
    margin-left: auto;
}
#page-title .page-title-content {
    width: 100%;
    max-width: 1440px;
    padding-left: 70px;
    padding-right: 70px;
    box-sizing: border-box;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}
#page-title h2 {
    line-height: 1em;
    font-size: 3.5em;
    margin-bottom: 0;
    color: #000006;
    max-width: 40%;
}
.error404 .page-title-content h2 {
    color: #fff;
    font-size: 3em !important;
}
.error404 .page-title-bg .page-title-image {
    background-image: url("/wp-content/uploads/2020/07/kontakt-e1594027611452.jpg");
}
.error404 .page-title-holder {
    height: 340px !important;
}
.cta {
    padding-top: 80px;
    padding-bottom: 80px;
}
.cta.primary-bg {
    background: #f96b00;
}
.cta-anfrage {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.cta-anfrage .like-h2 {
    font-size: 2.1em;
}
.button.primary {
    background: #f96b00;
}
.pt0 {
    padding-top: 0 !important;
}
.pt50 {
    padding-top: 50px !important;
}
.pt70 {
    padding-top: 70px !important;
}
.pt100 {
    padding-top: 100px !important;
}
.pb0 {
    padding-bottom: 0 !important;
}
.pb30 {
    padding-bottom: 30px !important;
}
.pb50 {
    padding-bottom: 50px !important;
}
.pb70 {
    padding-bottom: 70px !important;
}
.pb100 {
    padding-bottom: 100px !important;
}
.ptb0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.ptb30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
.ptb50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.ptb70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}
.ptb100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}
.mt30 {
    margin-top: 30px !important;
}
.mt50 {
    margin-top: 50px !important;
}
.mt70 {
    margin-top: 70px !important;
}
.mt100 {
    margin-top: 100px !important;
}
.mb0 {
    margin-bottom: 0 !important;
}
.mb30 {
    margin-bottom: 30px !important;
}
.mb50 {
    margin-bottom: 50px !important;
}
.mb70 {
    margin-bottom: 70px !important;
}
.mb100 {
    margin-bottom: 100px !important;
}
#main .button:before,
.button {
    display: inline-block;
    -webkit-transition: 300ms all ease-in-out;
    -o-transition: 300ms all ease-in-out;
    transition: 300ms all ease-in-out;
}
.button {
    position: relative;
    color: #000;
    font-family: "DM Sans", sans-serif;
    -webkit-border-radius: 5px;
    border-radius: 23px;
    border: 0;
    text-decoration: none !important;
    padding: 14px 24px 15px;
    font-weight: 600;
    margin-right: 10px;
    font-size: 1em;
    line-height: 1.2em;
    transition-delay: 0s;
}
.button.primary {
    color: #fff;
}
.button.primary:hover {
    -webkit-box-shadow: 0 10px 20px rgb(249, 107, 0);
    box-shadow: 0 10px 20px rgb(249, 107, 0);
}
.button.border {
    padding: 12px 22px 13px;
    border: 2px solid var(--primary-color);
}
.button.border:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}
.primary-bg .button.primary {
    background: #fff;
    color: var(--primary-color);
}
.primary-bg .button.primary:hover {
    -webkit-box-shadow: 0 0 6px rgb(255, 255, 255);
    box-shadow: 0 0 6px rgb(255, 255, 255);
}
.button + .button {
    margin-bottom: 10px;
}
.light .button.border {
    border-color: #fff;
}
#page-title.light .button.border:hover,
.light .button.border:hover {
    border-color: #fff;
    background-color: #fff;
    color: #414651;
}
.vc_btn3-container {
    margin-top: 25px;
}
.vc-hoverbox-block-inner * {
    backface-visibility: visible !important;
}
.css-grid .vc-hoverbox {
    height: 325px;
    perspective: none !important;
}
.vc-hoverbox h2 {
    font-size: 1.2em;
    color: #222;
}
.css-grid.style-2 > div:first-child .vc-hoverbox {
    height: 680px;
}
.vc-hoverbox .vc-hoverbox-front {
    background-color: #f3f3f3;
}
.vc-hoverbox .vc-hoverbox-back {
    background-color: #fff;
    -webkit-box-shadow: 0 30px 70px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 30px 70px rgba(0, 0, 0, 0.2);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.2);
}
.vc-hoverbox .vc-hoverbox-back h2 {
    font-size: 1.4em;
    margin-top: 0;
}
.image_with_text p,
.vc-hoverbox .vc-hoverbox-back p {
    font-size: 1em;
    line-height: 1.4em;
    margin-bottom: 25px;
}
.vc-hoverbox .vc-hoverbox-block-inner {
    text-align: left;
    padding: 25px 40px;
}
.vc-hoverbox .vc-hoverbox-back .vc-hoverbox-block-inner a {
    color: #222;
    font-weight: 500;
    border: 0;
    padding: 0 !important;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.vc-hoverbox .vc-hoverbox-back .vc-hoverbox-block-inner a:before {
    content: "";
    width: 0;
    height: 3px;
    display: block;
    background-color: var(--primary-color);
    position: absolute;
    left: 0;
    bottom: -6px;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.vc-hoverbox .vc-hoverbox-back .vc-hoverbox-block-inner a:hover {
    background-color: transparent;
    color: #000;
}
.vc-hoverbox .vc-hoverbox-back .vc-hoverbox-block-inner a:hover:before {
    width: 100%;
}
.imagebanner {
    position: relative;
    background-color: var(--secondary-color);
    min-height: 300px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    box-sizing: border-box;
    overflow: hidden;
}
.imagebanner .image-holder {
    position: relative;
    height: 300px;
    width: 100%;
    overflow: hidden;
}
.imagebanner,
.imagebanner .image {
    width: 100%;
    -webkit-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    transition: 0.4s all ease;
}
.imagebanner .image {
    height: 100%;
    background-position: center center;
    background-size: cover;
}
.imagebanner .overlay,
.imagebanner.has-link:after,
.imagebanner.light .overlay {
    position: absolute;
    bottom: 0;
    left: -2px;
    width: 102%;
    height: 100%;
    z-index: 1;
}
.imagebanner .overlay {
    position: absolute;
    width: 150%;
    height: 100%;
    display: block;
    left: -25%;
    bottom: -1px;
    background-image: url('/wp-content/themes/lina-garten/img/leistungs-overlay.svg');
    background-position: bottom center;
    background-repeat: no-repeat;
}
.imagebanner.light .overlay {
    background-image: url('/wp-content/themes/lina-garten/img/leistungs-overlay-beige.svg');
}
.imagebanner .content {
    margin-top: -50px;
    padding: 35px;
    z-index: 2;
    position: relative;
}
.imagebanner.light .content {
    margin-top: -35px;
}
.image_with_text a,
.imagebanner a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.imagebanner * {
    color: #fff;
}
.imagebanner h3 {
    font-size: 2.4em;
    margin: 0 0 0.5em;
}
.imagebanner.has-link:hover .image {
    transform: scale(1.1);
}
.imagebanner.has-link:after {
    content: "";
    height: 6px;
    z-index: 2;
    transform: scaleX(0) translateZ(0);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -webkit-transition: 0.45s cubic-bezier(0.24, 1, 0.3, 1);
    transition: 0.45s cubic-bezier(0.24, 1, 0.3, 1);
    background: var(--third-color);
}
.imagebanner.has-link:hover:after {
    transform: scaleX(1) translateZ(0);
}
.imagebanner.light {
    background-color: var(--third-color);
}
.imagebanner.light h3 {
    color: var(--secondary-color);
}
.imagebanner.light p {
    color: #000000;
}
#leistungen .imagebanner h3 {
    margin: 0 0 0.7em;
}
.image_with_text {
    height: 325px;
    text-align: center;
    -webkit-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    transition: 0.4s all ease;
}
.image_with_text:hover {
    -webkit-box-shadow: 0 30px 70px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 30px 70px rgba(0, 0, 0, 0.2);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.2);
}
.image_with_text.no-hover-shadow:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.image_with_text a {
    z-index: 2;
}
.image_with_text .content {
    padding: 25px 40px;
}
.image_with_text img {
    margin: 0 auto 20px;
}
.css-grid .image_with_text img {
    max-height: 220px;
    width: auto;
    max-width: 100%;
    height: auto;
}
.image_with_text h3 {
    margin-bottom: 0;
    font-size: 1.2em;
    color: #222;
}
.image_with_text p {
    font-size: 0.8em;
}
.iconbox,
footer #footer-content .menu li a {
    position: relative;
}
.iconbox .content {
    padding: 0;
}
.iconbox.align-center {
    text-align: center;
}
.iconbox.align-center img {
    margin: 0 auto;
}
.iconbox img {
    height: auto;
}
.iconbox h3 {
    margin: 55px 0 15px;
    min-height: 54px;
}
.iconbox .icon-left img {
    position: absolute;
    top: 0;
    left: 0;
}
.iconbox .icon-left h3,
.iconbox .icon-left p {
    padding-left: 120px;
}
.iconbox.no-desc .icon-left {
    display: table;
    text-align: left;
    margin-left: 0;
}
.iconbox.no-desc .icon-left img {
    position: relative;
    display: table-cell;
    margin-right: 20px;
}
.iconbox.no-desc .icon-left h3 {
    display: table-cell;
    vertical-align: middle;
    padding-left: 0;
    text-align: left;
    margin: 0;
}
.iconbox.no-desc a {
    display: inline-table;
}
.iconbox.style-2 a {
    text-decoration: none !important;
}
.svg-icon.align-center img {
    margin: 0 auto;
}
.svg-icon.align-right img {
    margin: 0 0 0 auto;
}
.icon-shadow .svg-icon img {
    -webkit-filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.4));
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.4));
}
#slider .vc_column-inner,
#slider.vc_row-fluid,
.wpb_gmaps_widget .wpb_wrapper {
    padding: 0 !important;
}
#slider .wpb_content_element {
    margin-bottom: 0;
}
body .gform_wrapper h1,
body .gform_wrapper h2,
body .gform_wrapper h3 {
    font-weight: 600;
}
body .gform_wrapper ul li.gfield {
    margin-top: 0 !important;
}
body .gform_wrapper .ginput_container {
    margin: 0 !important;
    padding-top: 10px;
}
body .gform_wrapper .ginput_container.ginput_container_consent {
    padding-left: 20px;
}
body .gform_wrapper .ginput_container.ginput_container_consent input {
    margin-left: -20px;
}
body .gform_wrapper .ginput_container.ginput_container_consent .gfield_consent_label {
    font-size: 0.8em;
    line-height: 1em;
}
.gform_wrapper .top_label li input[type="email"],
.gform_wrapper .top_label li input[type="tel"],
.gform_wrapper .top_label li input[type="text"],
.gform_wrapper .top_label li select {
    height: 44px;
}
.gform_wrapper .top_label li input[type="email"],
.gform_wrapper .top_label li input[type="tel"],
.gform_wrapper .top_label li input[type="text"],
.gform_wrapper .top_label li select,
.gform_wrapper .top_label li textarea {
    font-weight: 300;
    font-size: 1em !important;
    line-height: 16px;
    padding: 18px 15px !important;
    border: 1px solid var(--primary-color);
    width: 100%;
    color: #444;
    margin: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s;
    -moz-transition: all 0.15s;
    transition: all 0.15s;
}
.gform_wrapper .top_label li.gf_readonly input[type="text"] {
    color: #777;
    background-color: #f3f3f3;
}
.gform_wrapper .top_label li.gf_readonly input:focus {
    border-color: #ccc;
    outline: 0;
}
.gform_wrapper li input:focus,
.gform_wrapper li select:focus,
.gform_wrapper li textarea:focus {
    border-color: #333;
    outline: 0;
}
input[type="submit"] {
    display: inline-block;
    font-weight: 600;
    -webkit-appearance: none;
    padding-left: 40px;
    padding-right: 40px;
    border: 0;
    text-decoration: none !important;
    line-height: 1.2em;
    color: #fff;
    background: var(--primary-color);
    cursor: pointer;
}
input[type="submit"]:hover {
    outline: 0;
    padding-left: 40px;
    -webkit-box-shadow: 0 10px 20px rgb(249, 107, 0);
    box-shadow: 0 10px 20px rgb(249, 107, 0);
}
.gform_wrapper input[type="submit"]:focus {
    outline: 0;
}
.gform_wrapper .gfield_required {
    color: #ff3e51;
}
body .gform_wrapper li.gfield.gfield_error,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent;
    margin-bottom: 0 !important;
    border: 0 !important;
    padding: 0 !important;
}
body .gform_wrapper div.validation_error {
    background-color: #f35555;
    color: #fff;
    border-radius: 10px;
    line-height: 1.2em;
    border: 0 !important;
    padding: 25px;
}
body .gform_wrapper .validation_message {
    color: #f35555;
}
body .gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
body .gform_wrapper li.gfield_error textarea {
    border-color: #f35555;
}
body .gform_wrapper li.gfield_error .gfield_label,
body .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
body .gform_wrapper li.gfield_error ul.gfield_checkbox,
body .gform_wrapper li.gfield_error ul.gfield_radio {
    color: inherit;
}
body .gform_wrapper .field_description_below .gfield_description {
    padding-top: 0;
    font-size: 0.75em;
    font-weight: 400;
}
#kontakt {
    background-color: var(--third-color);
    margin-bottom: -100px;
    position: relative;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden !important;
}
#kontakt > div {
    padding: 55px;
}
.page-id-18 .form-bg {
    background-color: #ececec;
    padding: 30px;
}
.page-id-18 footer {
    padding-top: 0;
}
footer {
    padding-top: 100px;
    background-color: var(--secondary-color);
}
footer .footer-info {
    padding: 100px 0 80px;
}
footer p {
    color: #fff;
    font-size: 0.9em;
    line-height: 1.6em;
    margin: 0;
}
footer .content {
    max-width: 1470px;
    margin: 0 auto;
    padding: 0 85px;
    box-sizing: border-box;
}
footer .footer-logo {
    max-width: 260px;
}
footer ul {
    -webkit-padding-start: 0;
    -moz-padding-start: 0;
    padding-left: 0;
    margin: 0;
}
footer li {
    list-style-type: none;
    color: #fff;
}
footer #footer-content .menu > li > a:after {
    content: "";
    height: 3px;
    display: block;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    -webkit-transition: 300ms all ease-in-out;
    -o-transition: 300ms all ease-in-out;
    transition: 300ms all ease-in-out;
    background: #fff;
    transform: scaleX(0);
}
footer #footer-content .menu > li.current-menu-item > a:after,
footer #footer-content .menu > li:hover > a:after {
    transform: scaleX(1);
}
footer #footer-content .menu > li a {
    color: #fff;
    text-decoration: none !important;
}
footer #footer-content .menu > li > a {
    margin-bottom: 10px;
    font-weight: 600;
}
footer #footer-content .menu .sub-menu {
    margin-top: 10px;
    padding-left: 20px;
}
footer #footer-content .menu .sub-menu li {
    line-height: 1.5em;
}
footer #footer-content .menu .sub-menu li a:before {
    content: "–";
    margin-right: 10px;
    position: absolute;
    left: -20px;
    top: -2px;
}
footer #bottombar {
    padding: 10px 0;
    margin-top: 10px;
    background-color: #276622;
}
footer #bottom-menu {
    margin: 0;
    line-height: 1.4em;
}
footer #bottom-menu li {
    display: inline-block;
    padding: 0 10px;
    line-height: 1em;
}
footer #bottom-menu li + li {
    border-left: 1px solid #ccc;
}
footer #bottombar .dp-logo img {
    margin: 0 0 0 auto;
    opacity: 0.6;
}
footer #bottombar a,
footer #bottombar p {
    font-size: 0.8em;
    color: #fff;
    text-decoration: none;
}
footer #bottombar a:hover {
    text-decoration: underline;
}
.grecaptcha-badge {
    display: none !important;
}
@media (min-width: 768px) {
    .vc_row-o-equal-height .imagebanner,
    .vc_row-o-equal-height .iconbox,
    .vc_row-o-equal-height .vc_column-inner > .wpb_wrapper {
        height: 100%;
    }
}
@media (min-width: 992px) {
    header #navigation .canvas-navi-bar {
        display: none;
    }
    .imagebanner.img-left {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
    }
    .imagebanner.img-left .image-holder {
        height: 100%;
        width: 100%;
    }
    .imagebanner.img-left .overlay {
        background-image: url('/wp-content/themes/lina-garten/img/leistungs-overlay-vertical.svg');
        background-position: right center;
        left: unset;
        bottom: 0;
        width: 101%;
    }
    .imagebanner.img-left .content {
        width: 100%;
        margin-top: 0;
    }
}
@media (min-width: 992px) and (max-width: 1429px) {
    header #branding {
        width: 25%;
    }
    header #navigation {
        width: 75%;
    }
    header #navigation .nav-inline ul {
        line-height: 50px;
    }
    header #navigation ul {
        position: absolute;
        right: 70px;
    }
    header #navigation ul.primary-menu {
        bottom: 10px;
    }
    header #navigation ul.contact-menu {
        top: 10px;
    }
    header #navigation ul#menu-contact-menu {
        margin-left: 10px;
    }
}
@media (min-width: 1430px) {
    header #navigation .nav-inline ul > li.nav-phone {
        padding-left: 25px;
        margin-left: 0;
        margin-right: 5px;
    }
}
@media (max-width: 1199px) {
    footer .content,
    header {
        padding: 0 70px;
    }
    #main > .vc_row,
    #main > .vc_row[data-vc-full-width]:not([data-vc-stretch-content="true"]) > .vc_col-sm-12,
    #page-title > div > .vc_row {
        padding-left: 40px;
        padding-right: 40px;
    }
    #page-title .page-title-content {
        padding-left: 55px;
        padding-right: 55px;
    }
    #kontakt > div {
        padding: 45px;
    }
}
@media (max-width: 991px) {
    body,
    html {
        font-size: 15px;
    }
    h1 {
        font-size: 2.7em;
    }
    footer .content,
    header {
        padding: 0 65px;
    }
    header #branding {
        width: 30%;
    }
    header #navigation {
        width: 70%;
        text-align: right;
    }
    header #navigation .nav-inline #menu-main-menu {
        display: none;
    }
    header #navigation .canvas-nav-wrapper {
        margin-left: 50px;
    }
    header #navigation #canvas-nav {
        right: -355px;
        width: 340px;
    }
    header #navigation #canvas-nav nav ul li {
        display: block;
    }
    #main > .vc_row.section {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    #main > .vc_row,
    #main > .vc_row[data-vc-full-width]:not([data-vc-stretch-content="true"]) > .vc_col-sm-12,
    #page-title > div > .vc_row {
        padding-left: 35px;
        padding-right: 35px;
    }
    #page-title .page-title-holder {
        height: 240px;
    }
    #page-title .page-title-content {
        padding-left: 50px;
        padding-right: 50px;
    }
    #page-title h2 {
        font-size: 3em;
    }
    .einsatzgebiete h3 {
        font-size: 1.18em;
    }
    .iconbox h3 {
        min-height: unset;
    }
    .einsatzgebiete .wpb_column {
        margin-bottom: 20px;
        margin-top: 0;
    }
    .imagebanner h3 {
        font-size: 1.9em;
        margin: 0 0 0.7em;
    }
    #leistungen .vc_row > .wpb_column + .wpb_column {
        margin-top: 30px;
    }
    .imagebanner .image-holder {
        height: 200px;
    }
    .imagebanner .content {
        margin-top: -20px;
        padding: 20px;
    }
    #kontakt > div {
        padding: 40px;
    }
    footer .footer-info > div:first-child {
        margin-bottom: 35px;
    }
    footer #bottom-menu {
        text-align: right;
    }
    footer #bottombar .dp-logo img {
        margin: 0;
    }

    .cta .right{
        text-align: center;
    }
}
@media (max-width: 799px) {
    header #navigation .nav-inline .contact-menu .button {
        display: none;
    }
    header #navigation .canvas-navi-bar {
        margin-left: 20px;
    }
    header #branding {
        width: 40%;
    }
    header #navigation {
        width: 60%;
    }
}
@media (max-width: 767px) {
    footer .content,
    header {
        padding: 0 45px;
    }
    #main > .vc_row,
    #main > .vc_row[data-vc-full-width]:not([data-vc-stretch-content="true"]) > .vc_col-sm-12,
    #page-title > div > .vc_row {
        padding-left: 15px;
        padding-right: 15px;
    }
    #page-title .page-title-holder {
        height: 180px;
    }
    #page-title .page-title-content {
        padding-left: 30px;
        padding-right: 30px;
    }
    #page-title h2 {
        font-size: 2.6em;
    }
    .vc_row-flex > div + div {
        margin-top: 30px;
    }
    #main > .vc_row.section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .like-h2,
    h2 {
        font-size: 2.3em;
    }
    .section .like-h2:after,
    .section h2:after {
        width: 32px;
    }
    .cta {
        text-align: center;
        font-size: 16px;
    }
    #main #leistungen + #vorteile {
        padding-top: 140px;
    }
    #vorteile .iconbox img {
        max-width: 140px;
    }
    .einsatzgebiete {
        background-size: 120%;
        background-position: right 95%;
    }
    #kontakt > div {
        padding: 50px 25px;
    }
    .gform_wrapper .ginput_container span:not(.ginput_price) {
        display: inline-block !important;
    }
    footer #bottom-menu {
        text-align: left;
    }
    footer #bottom-menu li:first-child {
        padding-left: 0;
    }
    footer #dp-logo {
        margin-top: 10px;
    }
}
@media (max-width: 599px) {
    #page-title h2 {
        font-size: 1.6em;
    }
}
@media (max-width: 539px) {
    header #navigation .canvas-navi-bar,
    header #navigation ul#menu-contact-menu {
        margin-left: 0;
    }
    header #navigation .nav-inline .contact-menu .nav-phone a {
        height: 13px;
    }
    header #navigation .nav-inline .contact-menu .nav-phone span {
        display: none;
    }
}
@media (max-width: 500px) {
    footer .content,
    header {
        padding: 0 30px;
    }
    header {
        height: 90px;
    }
    #main > .vc_row,
    #main > .vc_row[data-vc-full-width]:not([data-vc-stretch-content="true"]) > .vc_col-sm-12,
    #page-title > div > .vc_row {
        padding-left: 0;
        padding-right: 0;
    }
    #page-title .page-title-holder {
        height: 95px;
    }
    #page-title .page-title-bg:after {
        width: 75%;
    }
    #main > .vc_row.section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    h1 {
        font-size: 2.2em;
    }
    #dpslider h2 {
        font-size: 1.6em;
    }
    .like-h2,
    h2 {
        font-size: 1.8em;
    }
    .section .like-h2:after,
    .section h2:after {
        width: 26px;
        top: -9px;
    }
    #vorteile .iconbox {
        padding-left: 20px;
        padding-right: 20px;
    }
    .einsatzgebiete {
        background-size: 180%;
    }
}
@media (max-width: 400px) {
    header #branding,
    header #navigation {
        width: 50%;
    }
}
@media (max-width: 320px) {
    header {
        height: 70px;
    }
    header #branding {
        width: 40%;
        float: left;
    }
    header #navigation {
        width: 60%;
    }
    header #branding .logo img {
        margin-top: 24px;
    }
    header #navigation ul {
        line-height: 70px;
    }
    .einsatzgebiete h3 {
        font-size: 1em;
    }
    .button.border {
        padding: 10px 24px 12px;
    }
    .kontakt-infos .iconbox p {
        font-size: 0.9em;
        line-height: 1.8em;
    }
}
