/*!
Theme Name: Verus Bonifatius Landingpage
Theme URI: https://www.properforma.de
Author: ProPerforma GmbH
Author URI: https://www.properforma.de
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vorlage_theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

Verus Bonifatius Landingpage is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments
## Landingpage Edits

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

* {
    vertical-align: baseline
}


body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    margin: 0.67em 0;
}


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    /*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;*/
    font-family: GibsonRegular, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

h2.underscore:after, span.underscore:after {
    content: "";
    text-align: center;
    display: block;
    height: 2px;
    width: 120px;
    background-color: var(--main-color);
    margin: 2rem auto;
}

span.underscore:after {
    width: 75px;
}

h3 {
    font-size: 22px;
}

.timeline h3, .timeline_short h3 {
    color: var(--main-color-dark);
    font-size: 18px;
    font-family: GibsonMedium, sans-serif;
}

.timeline p, .timeline_short p {
    font-size: 18px;
    font-family: GibsonLight, sans-serif;

    line-height: 22px;
}

@media (max-width: 1400px) {
	.timeline p, .timeline_short p {
		font-size: 14px;
	}
}

.timeline_container.left p, .timeline_short_container.timeline_shortleft p {
    padding-left: 1rem;
}

.timeline_container.right p, .timeline_short_container.timeline_shortright p {
    padding-right: 1rem;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
    background: #fff;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
	padding-left: 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/* Links
--------------------------------------------- */
a {
    color: var(--main-color-black);
    letter-spacing: 0.037rem;
}

a:hover,
a:focus,
a:active {
    color: black;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

/* Buttons

 */

body .vc_general.vc_btn3.vc_btn3-style-flat.vc_btn3-color-grey {
    font-family: GibsonMedium, sans-serif;
    font-size: 18px;
    text-decoration: none;
    color: var(--main-color-black);
    background-color: #EEDBB1;
    border-radius: 2rem;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 290px;
}

body .vc_general.vc_btn3.vc_btn3-style-flat.vc_btn3-color-grey:hover {
    background-color: var(--main-color-hover);
}

.vc_btn3-container.vc_btn3-center {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
}


/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
    display: block;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    display: block;
    left: auto;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 1024px) {
    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: flex;
    }

    .main-navigation {
        width: max-content;
    }
}

@media screen and (max-width: 1023px) {
    .main-navigation {
        width: max-content;
    }

    /* NAV */
    .navbar-toggler {
        border: none;
    }

    .menu.nav-menu {
        height: auto;
        width: 100%;
    }

    .main-navigation {
        height: 130px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .main-navigation > .navbar-toggler {
        height: auto;
    }

    .menu-primary-menu-container {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        position: absolute;
        top: 220px !important;
        z-index: 9;
        padding-right: 3.25rem;
        text-align: right;
        height: auto !important;
        right: 0;
        width: 100%;
        background: white;
        transition: all ease .5s;
    }

    .main-navigation.navbar-light.toggled .menu-primary-menu-container {
        border-top: 2px solid var(--main-color);
        padding-top: 2.5rem;
    }

    .menu.nav-menu > .menu-item {
        display: flex;
        justify-content: center;
    }

    .menu-primary-menu-container a {
        font-size: 1.25rem;
        margin-bottom: 2.5rem;
    }

    .headline_container {
        justify-content: flex-end;
        height: initial !important;
        flex-direction: row;
    }
}

@media screen and (max-width: 989px) {

    .menu-primary-menu-container {
        top: 320px !important;
    }
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
    margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
    display: block;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
    outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

    /*rtl:ignore*/
    float: left;

    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {

    /*rtl:ignore*/
    float: right;

    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}


/*--------------------------------------------------------------
# Landingpage Edits
--------------------------------------------------------------*/
#BorlabsCookieBox .cookie-logo {
    max-width: 150px;
}

#BorlabsCookieBox ._brlbs-flex-center {
    justify-content: flex-start;
}

/* Container & Alignment
--------------------------------------------- */
body .vc_column_container > .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}

body .vc_row {
    margin-left: 0;
    margin-right: 0;
}

.vc_container > div,
body .nf-form-cont,
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}

.headline_outer_container .container {
    max-width: 1450px;
}

@media (min-width: 1400px) and (-webkit-device-pixel-ratio: 1.25) {
    .headline_outer_container .container {
        max-width: 1450px;
    }
}

.smallcontainer {
    max-width: 50vw;
    margin: 1rem auto 3rem auto;
    text-align: center;
}

@media (min-width: 576px) {
    .vc_container > div, body .nf-form-cont, .container-sm, .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .vc_container > div, body .nf-form-cont, .container-md, .container-sm, .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .vc_container > div, body .nf-form-cont, .container-lg, .container-md, .container-sm, .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .vc_container > div, body .nf-form-cont, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .vc_container > div, body .nf-form-cont, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1320px;
    }
}

@media (min-width: 1400px) and (-webkit-device-pixel-ratio: 1.25) {

    .vc_container > div,
    body .nf-form-cont,
    .container,
    .container-fluid,
    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 85%;
    }
}


/* IconFont
--------------------------------------------- */

@font-face {
    font-family: 'icomoon';
    src: url('fonts/icomoon.eot?h5ykv3');
    src: url('fonts/icomoon.eot?h5ykv3#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?h5ykv3') format('truetype'),
    url('fonts/icomoon.woff?h5ykv3') format('woff'),
    url('fonts/icomoon.svg?h5ykv3#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-clock:before {
    content: "\e907";
}

.icon-facebook:before {
    content: "\e900";
}

.icon-instagram:before {
    content: "\e901";
}

.icon-linkedin:before {
    content: "\e902";
}

.icon-mail:before {
    content: "\e903";
}

.icon-phone:before {
    content: "\e904";
}

.icon-whatsapp:before {
    content: "\e905";
}

.icon-youtube:before {
    content: "\e906";
}

.icon-whatsapp, .icon-mail, .icon-phone {
    padding-right: 18px;
    font-size: 16px;
}

/* Gibson Font
--------------------------------------------- */
@font-face {
    font-family: GibsonRegular;
    src: url('/wp-content/themes/customtheme/fonts/gibson-regular.otf');
}

@font-face {
    font-family: GibsonBook;
    src: url('/wp-content/themes/customtheme/fonts/gibson-book.otf');
}

@font-face {
    font-family: GibsonMedium;
    src: url('/wp-content/themes/customtheme/fonts/gibson-medium.otf');
}

@font-face {
    font-family: GibsonLight;
    src: url('/wp-content/themes/customtheme/fonts/gibson-light.otf');
}

/* Colors
--------------------------------------------- */

:root {
    --main-color: #eedbb1;
    --main-color-dark: #B2A077;
    --main-color-hover: #F2E5C7;
    --main-color-light: #fbf7ee;
    --main-color-black: #2e2e2e;
    --main-color-grey: #F7F7F7;
}

/* Navigation TopBar
--------------------------------------------- */
.site-header {
    background-color: var(--main-color);
    height: 50px;
}

.site-header .navbar-nav.me-auto {
    margin-left: 0;
}

.site-header .nav-item {
    height: 50px;
    display: flex;
    align-items: center;
}

.site-header .navbar-expand .navbar-nav .nav-link {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
    letter-spacing: 0.034rem;
    display: flex;
    align-items: normal;
}

.upper-cta, .unsere-klinik-area {
    color: var(--main-color-black);
    text-align: center;
}

.upper-cta {
    padding: 50px 0;
}

.unsere-klinik-area {
    padding-top: 50px;
}

.upper-cta-subline {
    font-size: 20px;
}

.upper-cta-headline {
    font-size: 30px;
}

/* Navigation NavBar
--------------------------------------------- */
.nav-link {
    color: var(--main-color-black);
}

.nav-link:hover, .menu.nav-menu > .menu-item:hover {
    color: black;
}

.main-navigation {
    height: 152px;
    display: flex;
}

.main-navigation > .menu-toggle {
    height: max-content;
    margin: auto 0;
}

.main-navigation > * {
    height: inherit;
}

.menu.nav-menu {
    justify-content: flex-end;
}

.menu-primary-menu-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.menu.nav-menu > .menu-item {
    padding-left: 55px;
    font-size: 22px;
    line-height: 24px;
    color: var(--main-color-black);
}

.eigenschaften-row {
    justify-content: space-between;
    padding: 50px 0 50px 0;
}

.eigenschaften-row p {
    margin-top: 30px;
    font-size: 20px;
}

.left-block, .middle-block, .right-block {
    text-align: center;
}

.familie-img, .umgebung-img, .stern-img {
    height: 150px;
}

.vorstellung-wrapper, .stat-wrapper > .container {
    font-family: GibsonBook, sans-serif;
}

.vorstellung-wrapper .vorstellung_name {
    color: var(--main-color-dark);
    font-weight: bold;
    font-size: 20px;
}

.stat-wrapper {
    text-align: center;
}

.stat-wrapper img {
    width: 49%;
    border-radius: 2rem;
}

.stat-wrapper > .container {
    justify-content: space-between;
}

.stat-row-num {
    font-size: 50px;
}

.stat-row-text {
    font-size: 24px;
    font-family: GibsonLight, sans-serif;
}

.chefarzt-wrapper > .vc_column-inner > .wpb_wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

.chefarzt-wrapper > .vc_column-inner > .wpb_wrapper > .wpb_single_image {
    width: 20%;
}

.chefarzt-wrapper > .vc_column-inner > .wpb_wrapper > .wpb_text_column {
    width: 80%;
}

.chefarzt-wrapper img {
    border-radius: 15%;
}

.cta_flowerss > div.vc_column-inner {
    height: 403px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#BorlabsCookieBox .cookie-box ._brlbs-btn {
    color: var(--main-color-black);
    background-color: #EEDBB1;
}

#BorlabsCookieBox .cookie-box ._brlbs-btn:hover {
    background-color: var(--main-color-hover);
    color: var(--main-color-black);
}

/* Ninja Forms overrides
--------------------------------------------- */

body .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active > a {
    color: var(--main-color-black);
}

body .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
    border-color: transparent;
}

body .vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container {
    margin-bottom: 10px;
}

body .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
    background-color: initial;
}

body .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
    background-color: var(--main-color-grey);
    border-radius: 2rem;
    border: none;
}

body .nf-form-content input:not([type="button"]), body .card-body .nf-form-content input:not([type="button"]),
body .nf-form-content .list-select-wrap > div select, body .card-body .nf-form-content .list-select-wrap > div select {
    background-color: white;
    border: none;
}
body #nf-form-4-cont .one-half, body #nf-form-11-cont .one-half {
    margin-left:0!important;
}

body .card-body .nf-form-title {
    display: none;
}

.nf-form-title {
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nf-form-title h3 {
    letter-spacing: 0.067rem;
    margin-top: 2rem
}

.nf-form-title h3:after, .separator {
    content: "";
    text-align: center;
    display: block;
    height: 2px;
    width: 120px;
    background-color: var(--main-color);
    margin: 2rem auto;
}

body #nf-form-7-cont, body #nf-form-12-cont  {
    display: grid;
}

body .nf-field-label > label, body .card-body .nf-field-label > label {
    font-family: GibsonBook, sans-serif;
    font-weight: normal;
    font-size: 18px;
}

body #nf-field-121-wrap {
    flex-direction: column-reverse;
}

body #nf-label-field-121::before {
    bottom: 12px;
}

body .ninja-forms-req-symbol, body .card-body .ninja-forms-req-symbol {
    color: var(--main-color-black);
}

#nf-field-9-wrap, #nf-field-18-wrap, #nf-field-27-wrap,  #nf-field-64-wrap, #nf-field-76-wrap,
#nf-field-81-wrap, #nf-field-87-wrap, #nf-field-101-wrap {
    flex-direction: column-reverse;
}

body .checkbox-wrap .nf-field-label label::after {
    background: white;
}

div.checkbox-container.label-right .field-wrap > div.nf-field-description {
    max-width: 80%;
    order:unset;
    margin-right: auto;
    margin-left:2rem;
}

body .checkbox-wrap .nf-field-label label::before {
    font-size: 16px;
    padding-left: 1px;
    bottom: 3px;
    cursor: pointer;
}

.nf-form-fields-required {
    display: none;
}

body .nf-form-content {
    padding: initial;
    margin: initial;
    max-width: initial;
}

.vc_tta-tab {
    width: 33.25%;
    text-align: center;
}

.vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-container {
    margin-right: 0;
}

body .vc_tta.vc_tta-shape-rounded .vc_tta-tab.vc_active {
    background-color: transparent;
}

body .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a {
    background-color: transparent;
    border: none;
    border-radius: 2rem;

}

body .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a:focus, body .vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab > a {
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
}

body .vc_tta.vc_tta-shape-rounded .vc_tta-tab.vc_active > a, body .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a:hover {
    background-color: var(--main-color-hover);
    border-radius: 2rem;

}

body .vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab > a:hover {
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
}

body .vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active > a {
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
}

body #nf-field-4, body #nf-field-13, body #nf-field-22, body #nf-field-29, body #nf-field-59, body .nf-upload-button button,
body #nf-field-71, body #nf-field-89, body #nf-field-79, body #nf-field-83, body #nf-field-98, body #nf-field-117 {
    margin-left: auto;
    margin-right: 0;
    display: block;
    font-family: GibsonMedium, sans-serif;
    font-size: 18px;
    text-decoration: none;
    color: var(--main-color-black);
    background-color: #EEDBB1;
    border-radius: 2rem;
}

body #nf-field-58-wrap textarea, body #nf-field-97-wrap textarea {
    background-color: white;
    border: none;

}

.files_uploaded {
    padding-top: 1rem;
}

body #nf-field-4, body #nf-field-13, body #nf-field-22, body #nf-field-59,
body #nf-field-71, body #nf-field-79, body #nf-field-83, body #nf-field-98, body #nf-field-117 {
    width: 100%;
}

body #nf-field-29, body .nf-upload-button button,
body #nf-field-89 {
    width: 250px;
}

body #nf-field-93-container.label-right .field-wrap>div {
    width: auto;
}

body #nf-field-93-container.label-right .nf-field-description {
    margin-right: auto;
}

body #nf-field-4:hover, body #nf-field-13:hover, body #nf-field-22:hover, body #nf-field-59:hover, body .nf-upload-button button:hover,
body #nf-field-71:hover, body #nf-field-79:hover, body #nf-field-83:hover, body #nf-field-98:hover, body #nf-field-117:hover {
    background-color: var(--main-color-hover);
}

body .vc_tta.vc_general .vc_tta-panel-body {
    padding: 14px 45px 14px 20px;
}

body #nf-field-3-container textarea,
body #nf-field-70-container textarea {
    border: none;
    background-color: white;
}

div.nf-form-content div.list-select-wrap div.nf-field-element > div {
    border:none
}

.nf-form-content .nf-field-element textarea,
.nf-form-content .nf-field-element select,
.nf-form-content .nf-field-element:has(select),
.nf-form-content .nf-field-element select option,
.nf-form-content .nf-field-element input[type="number"],
.nf-form-content .nf-field-element input[type="email"],
.nf-form-content .nf-field-element input[type="text"] {
    border-radius: 2rem;
    overflow:hidden;
}

/* Blogpage
--------------------------------------------- */

.blog-header-image {
    background-image: url(/wp-content/uploads/2023/02/unsere_klinik.webp) !important;
    width: 100%;
    background-position: 87% 50% !important;
    min-height: 60vh;
    margin-top: -2rem;
    background-repeat: no-repeat;
    background-size: cover;
}

.blog-header-info {
    position: relative;
    top: 14rem;
}

body .blog-header-text {
    color: white;
    font-family: GibsonMedium, sans-serif;
    font-size: 6rem !important;
    margin: 0;
}

.blog-header-info hr {
    height: 4px !important;
    width: 5rem !important;
    margin: 0 auto !important;
    background-color: var(--main-color) !important;
}

.blogpage {
    display: flex;
    justify-content: space-between;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.single_blog_elems {
    width: 65%;
}

.blog-sidebar {
    width: 30%;
    margin-top: 25px;
}

.blog-sidebar-headline {
    font-weight: bold;
    font-size: 26px;
}

.widget.widget_block {
    background: #f3f3f3;
}

.blog-sidebar .widget-area {
    display: block;
    margin-top: 15px;
}

@media (min-width: 991px) {
    .blog-sidebar .widget-area {
        max-width: 30%;
    }
}

.blog-sidebar-headline {
    font-weight: bold;
    font-size: 26px;
}

body .wp-block-latest-posts__list.wp-block-latest-posts {
    padding: 0 25px 25px 25px !important;
    margin: 0;
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
    border-bottom: 1px solid var(--main-color);
    padding-top: 15px;
}

.blog-sidebar a {
    text-decoration: none;
    color: #404040;
    font-weight: bold;
}

.wp-block-latest-posts__post-excerpt {
    margin-top: 0.5em;
    margin-bottom: 1em;
}


.blog__singleelement {
    background-color: #f3f3f3;
    margin: 2rem 0;
    display: flex;
}

.blog__singleelement_right {
    width: 35%;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    margin-right: 5%;
}

.blog__singleelement_left {
    width: 60%;
    padding: 1.5rem 1.5rem 1.5rem 0;
    word-break: break-word;
}

.blog__singleelement_left p {
    padding: 7.5px 0 7.5px 0;
}

.weiterlesen-btn, .pagination-btn {
    background-color: var(--main-color);
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2rem;
}

.weiterlesen-btn {
    width: 50%;
}

body .weiterlesen-btn a {
    text-decoration: none;
    color: var(--main-color-black);
    cursor: pointer;
    width: 100%;
    text-align: center;
}

.weiterlesen-btn:hover {
    background-color: var(--main-color-hover);
}

.blog__singleelement {
    border-radius: 2rem;
}


/* Header
--------------------------------------------- */
.person_section {
    list-style: none;
}

.person_wrap {
    background-color: var(--main-color-grey);
    padding: 1rem;
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    max-height: 225px;
    min-height: 225px;
}

.person_bezeichnung, .person_text {
    font-family: GibsonLight, sans-serif;
}

.vc_custom_1658234492432 {
    background-position: top;
    background-size: cover;
}

.headline_container h1, .headline_container span {
    font-family: GibsonBook, sans-serif;
    font-weight: lighter;
}

.headline_container h1, .headline_container h2, .headline_container span {
    color: white;
    margin: 0;
    letter-spacing: 0.037rem;
}

.headline_container h1 {
    font-size: 50px;
}

.headline_container h2 {
    font-size: 70px;
    font-weight: bold;
}

.headline_container span {
    font-size: 28px;
}

.headline_container a, .cta_container a, .upper-cta a:not(.normal-link) {
    font-family: GibsonMedium, sans-serif;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
    color: var(--main-color-black);
    background-color: #EEDBB1;
    border-radius: 2rem;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}

.normal-link {
    font-weight: bold;
}

.normalbtn {
    font-family: GibsonMedium, sans-serif;
    font-size: 14px;
    text-decoration: none;
    color: var(--main-color-black);
    background-color: white;
    border-radius: 2rem;
    height: 38px;
    width: 310px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.headline_container a:hover, .cta_container a:hover, .upper-cta a:hover {
    background-color: var(--main-color-hover);
}

.headline_wrapper {
    width: 700px;
}

.headline_container a {
    width: 380px;
}

.vc_custom_1658234492432 {
    height: 688px;
    background-position: center;
}

/* CTA --------------------------------------------- */
.vc_custom_1658918215982 a:before {
    content: "\e907";
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 1rem;
    color: white;
}

.cta_container a, .upper-cta a {
    width: 320px;
	margin: 10px auto;
}

.cta_container, .headline_container {
    display: flex;
    align-items: center;
    flex-direction: column;
    letter-spacing: 0.034rem;
}

.headline_container {
    justify-content: flex-end;
    height: 460px;
    flex-direction: row;
}

.cta-first-row, .cta-second-row {
    color: var(--main-color-black);
}

.cta-first-row {
    font-size: 30px;
}

.cta-second-row {
    font-size: 40px;
    font-weight: bold;
}

.vc_custom_1658233875191 {
    height: 400px;
}

.vc_custom_1658233875191, .vc_custom_1658234492432 {
    flex-direction: column;
    justify-content: center;
}

.unsere-klinik-area .vc_custom_heading {
    margin-top: 25px;
}

/* Font  --------------------------------------------- */

body div.lighter p {
    font-family: GibsonLight, sans-serif;
    font-size: 18px;
}

body p.lighter {
    font-family: GibsonLight, sans-serif;
    font-size: 18px;
    margin-bottom: 1.5em;
}

/* Footer --------------------------------------------- */
.website-footer p {
    font-size: 1rem;
    line-height: 2.25rem;
}

.website-footer .footer_img {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 35%;
}

footer {
    background-color: var(--main-color-light);
    letter-spacing: 0.034rem;
    font-family: GibsonBook, sans-serif;
}

.website-footer .footer_img_below {
    padding-left: 3rem;
}

.footer_wrapper {
    width: 100%;
    padding: 50px 0 50px 0;
}

.footer_content_wrapper {
    width: 75%;
}

.footer_img {
    width: 25%;
}

footer .text_wrapper p {
    letter-spacing: 0.034rem;
    font-family: GibsonBook, sans-serif;
    font-weight: inherit;
}

.text_left a {
    width: max-content;
}

footer .text_wrapper .text_left > p, footer .text_wrapper .text_middle > p, footer .text_wrapper .text_right > p {
    font-family: GibsonMedium, sans-serif;
    font-size: 19.2px;
}

.text_wrapper, .footer_content, .left-anchor, .middle-anchor, .right-anchor, footer > .container, .copyright_row > .container, .cta_container, .vc_custom_1658233875191, .vc_custom_1658234492432,
.eigenschaften-row {
    display: flex;
}

.text_wrapper p {
    color: var(--main-color-black);
    font-weight: bold;
}

.text_wrapper a {
    color: var(--main-color-black);
    text-decoration: none;
}

.text_wrapper > div {
    width: 33.33333%;
}

.website-footer .text_left, .website-footer .text_middle {
    width: 31%;
}

.website-footer .text_right {
    width: 38%;
}

/*WPML Widget style ovverrides*/
.website-footer .wpml-ls-legacy-list-horizontal a,
.website-footer .wpml-ls-legacy-list-horizontal{
    padding: 0;
}

.left-anchor, .middle-anchor, .right-anchor {
    flex-direction: column;
}

.left-anchor a {
    line-height: 2.5rem;
}

.middle-anchor {
    width: fit-content;
    font-size: 36px;
}

.footer_img-right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1.5rem;
}

footer > .container {
    min-height: 240px;
    align-items: center;
    flex-direction: column;
    justify-content: space-evenly;
}

.copyright_row {
    background: var(--main-color);
    font-size: 14px;
    height: 42px;
}

.copyright_row > .container {
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.copyright_row a {
    color: var(--main-color-black);
    text-decoration: none;
}

.text_wrapper, .nav-item {
    word-break: break-word;
}


/* Laptop Breaks */
@media screen and (max-width: 1600px) and (-webkit-device-pixel-ratio: 1.25) {
    .vc_tta-tab {
        width: 33%;
    }

    .chefarzt-wrapper {
        max-width: 100%;
    }

    .chefarzt-wrapper > .vc_column-inner > .wpb_wrapper > .wpb_text_column {
        width: 100%;
    }

    .timeline_block_wrapper {
        align-items: center;
    }

    .cta_flowers .cta-second-row {
        text-align: center;
    }
}

/* Mobile & Tablet --------------------------------------------- */
.mobilebreak {
    display: none;
}

.kinderbetreuung_mobile {
    display: none;
}

.kinderbetreuung_desktop .kinderbetreuung-row-low .wpb_wrapper,
.kinderbetreuung_desktop .kinderbetreuung-row-low .wpb_wrapper > div,
.kinderbetreuung_desktop .kinderbetreuung-row-low .wpb_wrapper > div > figure {
    height: 100%;
}

.kinderbetreuung_desktop .kinderbetreuung-row-low img {
    height: 100%;
    object-fit: cover;
    border-radius: 2rem;
}

.unsere-klinik-area_mobile {
    display: none;
}

footer > .container.footer_mobile, .copyright_mobile {
    display: none;
}

@media (min-width: 768px) {
    .stat-wrapper > .container {
        display: flex;
    }
}

@media (max-width: 767px) {

    .wpb_video_widget, .wpb_video_wrapper {
        min-height: 140px;
    }

    body .vc_general.vc_btn3.vc_btn3-style-flat.vc_btn3-color-grey {
        font-size: 0.95rem;
    }

    .unsere-klinik-area {
        padding-top: 25px;
    }

    .kinderbetreuung_desktop {
        display: none;
    }

    footer > .container.footer_desktop, .copyright_desktop {
        display: none;
    }

    .page-template-page-website #masthead  {
        top: 184px;
    }
    .page-template-page-website #masthead .navbar-nav.me-auto  {
        flex-direction:column!important;
    }
    footer > .container.footer_mobile, .copyright_mobile {
        display: block;
    }

    .copyright_row > .container {
        flex-direction: column;
    }

    .footer_wrapper--mobile {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 1rem;
    }

    .footer_wrapper2--mobile {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .copyright_row {
        height: 87px;
    }

    .copyright_row > .container {
        justify-content: center;
    }

    .copyright_row .row_2 {
        padding-bottom: .5rem;
    }

    .contact {
        padding-left: 1.55rem;
        font-family: GibsonLight, sans-serif;
        font-size: 14px;
    }

    .medium {
        font-family: GibsonMedium, sans-serif;
        font-size: 1rem;
        margin-bottom: .5rem;
    }

    .among {
        display: flex;
        flex-direction: column;
    }

    .among a {
        text-decoration: none;
    }

    .among span:before {
        font-size: 40px;
    }

    .unsere-klinik-area_mobile {
        display: block;
    }

    .vc_custom_1658838736275 {
        margin-left: 0 !important;
    }

    .kinderbetreuung_desktop {
        display: none;
    }

    .kinderbetreuung_mobile {
        display: block;
    }

    .kinderbetreuung_mobile p {
        text-align: center !important;
    }

    .kinderbetreuung_mobile figure, .kinderbetreuung_mobile .vc_single_image-wrapper, .kinderbetreuung_mobile img {
        width: 100%;
    }

    .site-header .nav-item.nav-item-wa, .nav-item-mail, .nav-item.item-mail {
        display: none;
    }

    .site-header .navbar-nav.me-auto {
        margin-left: auto;
    }

    .nav-item.pe-3 {
        padding-right: 0 !important;
    }

    h3 {
        font-size: 18px;
    }

    .smallcontainer {
        max-width: 100%;
        margin: 1rem 5% 3rem 5%;

    }

    .chefarzt-wrapper p {
        font-size: 18px;
    }

    .chefarzt-wrapper > .vc_column-inner > .wpb_wrapper > .wpb_text_column, #behandlung-anchor {
        width: 100%;
        margin: auto;
    }

    .chefarzt-wrapper {
        margin-bottom: 2.5rem;
    }

    .cta-first-row {
        font-size: 19px;
    }

    .cta-second-row {
        font-size: 33px;
        font-weight: bold;
        text-align: center;
    }

    .cta_container a, .upper-cta a {
        width: 320px;
    }

    .cta_flowers .vc_custom_1659527923736 {
        background-image: url(/wp-content/uploads/2022/08/cta_mobile.png) !important;
        padding-bottom: 35px;
        height: 315px;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .cta_flowers .cta-second-row {
        line-height: 2rem;
        font-family: GibsonMedium, sans-serif;
        font-size: 28px;
        font-weight: initial;
        padding-top: .5rem;
        letter-spacing: 0.1rem;
    }

    .cta_flowers .cta-first-row {
        font-family: GibsonBook, sans-serif;
        font-size: 16px;
        letter-spacing: 0.19rem;
    }

    .cta_flowerss > div.vc_custom_1659527923736 {
        display: flex;
        align-items: flex-end;
        padding-bottom: 4rem;
    }

    body .vc_column_container.vc_container > .vc_column-inner {
        padding: 0 5%;
    }

    .mobilebreak {
        display: initial;
    }

    .eigenschaften-row {
        flex-direction: column;
    }

    .left-block:after, .middle-block:after {
        content: "";
        text-align: center;
        display: block;
        height: 2px;
        width: 120px;
        background-color: var(--main-color-dark);
        margin: 2rem auto;
    }

    .chefarzt-wrapper > .vc_column-inner > .wpb_wrapper {
        flex-direction: column;
        text-align: center;
    }

    .chefarzt-wrapper img {
        border-radius: 50%;
    }

    .chefarzt-wrapper > .vc_column-inner > .wpb_wrapper > .wpb_single_image {
        width: 40%;
    }

    .upper-cta {
        padding: 25px 0;
    }

    /* NAV */
    .navbar-toggler {
        border: none;
    }

    .menu.nav-menu {
        height: auto;
        width: 100%;
    }

    .main-navigation {
        height: 130px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .main-navigation > .navbar-toggler {
        height: auto;
    }

    .menu-primary-menu-container {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        position: absolute;
        top: 180px !important;
        z-index: 9;
        padding-right: 3.25rem;
        text-align: right;
        height: auto;
        right: 0;
        width: 100%;
        background: white;
        transition: all ease .5s;
    }

    .page-template-default .menu-primary-menu-container {
        top: 130px !important;
    }


    .main-navigation.navbar-light.toggled .menu-primary-menu-container {
        border-top: 2px solid var(--main-color);
        padding-top: 2.5rem;
    }

    .menu.nav-menu > .menu-item {
        display: flex;
        justify-content: center;
    }

    .menu-primary-menu-container a {
        font-size: 1.25rem;
        margin-bottom: 2.5rem;
    }

    .entry-content {
        margin: 0;
    }

    .headline_wrapper {
        width: auto;
    }

    .headline_container {
        align-items: flex-start !important;
    }

    .headline_container h1 {
        font-size: 1.475rem;
    }

    .headline_container h2 {
        font-size: 2.35rem;
        font-weight: bold;
    }

    .headline_container span {
        font-size: 0.95rem;
    }

    .headline_container a {
        width: 80%;
    }

    .headline_container a {
        margin: 25px auto 0 auto;
    }

    .headline_container a, .cta_container a, .upper-cta a {
        font-family: GibsonMedium, sans-serif;
        font-weight: initial;
        font-size: 0.95rem;
    }

    .first_content h3 {
        margin: 0 1rem;
    }

    .wpb_column .vc_custom_1658234492432 {
        height: 740px;
        background-image: url(/wp-content/uploads/2022/07/Gruppe-261.webp) !important;
        justify-content: flex-end;
        padding-bottom: 15%;
    }

    body #nf-field-4, body #nf-field-13, body #nf-field-22, body #nf-field-71, body #nf-field-79, body #nf-field-83, body #nf-field-117 {
        width: 100%;
    }

    body .vc_tta-panel-heading {
        border-radius: 2rem !important;
    }

    body .vc_tta.vc_tta-spacing-1 .vc_tta-panel.vc_active .vc_tta-panel-heading, body .vc_tta.vc_tta-spacing-1 .vc_tta-panel:not(:last-child) .vc_tta-panel-heading,
    body .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
        margin-bottom: 15px;
    }

    body #nf-field-9-wrap, #nf-field-18-wrap, #nf-field-27-wrap {
        flex-direction: row;
        padding-top: 10px;
    }

    .kinderbetreuung-row-low {
        gap: 25px;
    }

    body .checkbox-container.label-right .field-wrap > div {
        width: auto;
    }

    body .menu-primary-menu-container {
        top: 180px;
    }

    .nf-form-content .nf-field-element textarea,
    .nf-form-content .nf-field-element select,
    .nf-form-content .nf-field-element select option,
    .nf-form-content .nf-field-element:has(select),
    .nf-form-content .nf-field-element input[type="number"],
    .nf-form-content .nf-field-element input[type="email"],
    .nf-form-content .nf-field-element input[type="text"] {
        border-radius: 1.5rem;
        overflow:hidden;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-expand .navbar-nav {
        flex-direction: column;
    }

    .site-header {
        height: fit-content;
    }
}

@media (min-width: 768px) and (max-width: 1399px) {
    body .vc_tta.vc_general .vc_tta-tabs-list {
        display: flex;
    }
}


@media (min-width: 768px) and (max-width: 1200px) {
    .footer_img {
        padding-right: 40px;
    }
}

.checkbox-container.label-right .nf-field-element {
    opacity: 1 !important;
}

.nf-field-description a {
    display: inline-block !important;
    height: 30px !important;
}


/**
*
*       WEBSITE STYLINGS
*
**/

.nav-container {
    width: 100%;
    max-width: 1640px;
    padding-right:  0.75rem;
    padding-left: 0.75rem;
    margin-right: auto;
    margin-left: auto;

}

@media (min-width: 576px) {
    .nav-container {
        max-width: 740px;
        padding-top: 0;
    }
}

@media (min-width: 768px) {
    .nav-container {
        max-width: 920px;
        padding-top: 1.5rem;

    }
}

@media (min-width: 992px) {
    .nav-container {
        max-width: 1160px;
    }
}

@media (min-width: 1200px) {
    .nav-container {
        max-width: 1340px;
    }
}

@media (min-width: 1400px) {
    .nav-container {
        max-width: 1520px;

    }
}


/* Main Menu */
.menu-hauptmenu-container {
    width: 100%;
    display: flex;
    justify-content: center;
}

.site-navigation-container {
    width: 100%;
    display: flex;
    justify-content: center;
}

.site-navigation-container img {
   /* margin-top: 2rem;
    margin-bottom: 2rem; */
}

.page-template-page-website .site-navigation,
.post-type-archive .site-navigation,
.blog .site-navigation,
.single-post .site-navigation{
    display: flex;
    width: 100%;
    justify-content: center;
   /* margin-right: 3.5rem; */
}

.page-template-page-website .site-navigation #mega-menu-wrap-menu-2,
.post-type-archive .site-navigation #mega-menu-wrap-menu-2,
.blog .site-navigation #mega-menu-wrap-menu-2,
.single-post .site-navigation #mega-menu-wrap-menu-2 {
    display: flex;
    list-style: none;
    padding-left: 0;
    margin-left: auto;
    width: 90%;
    justify-content: space-between;
    background: none;
    align-items: center;
}

.page-template-page-website #mega-menu-wrap-menu-2 #mega-menu-menu-2 > li.mega-menu-item > a.mega-menu-link,
.post-type-archive #mega-menu-wrap-menu-2 #mega-menu-menu-2 > li.mega-menu-item > a.mega-menu-link,
.blog #mega-menu-wrap-menu-2 #mega-menu-menu-2 > li.mega-menu-item > a.mega-menu-link,
.single-post #mega-menu-wrap-menu-2 #mega-menu-menu-2 > li.mega-menu-item > a.mega-menu-link {
    color: var(--main-color-black);
    font-size: 22px;
    line-height: 38px;
    font-family: GibsonRegular, sans-serif;
}

.page-template-page-website #mega-menu-wrap-menu-2 #mega-menu-menu-2 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
.post-type-archive #mega-menu-wrap-menu-2 #mega-menu-menu-2 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
.blog #mega-menu-wrap-menu-2 #mega-menu-menu-2 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
.single-post #mega-menu-wrap-menu-2 #mega-menu-menu-2 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
    background: none;
    color: var(--main-color);
}

.page-template-page-website #mega-menu-wrap-menu-2 #mega-menu-menu-2 > li.mega-menu-flyout ul.mega-sub-menu,
.post-type-archive #mega-menu-wrap-menu-2 #mega-menu-menu-2 > li.mega-menu-flyout ul.mega-sub-menu,
.blog #mega-menu-wrap-menu-2 #mega-menu-menu-2 > li.mega-menu-flyout ul.mega-sub-menu,
.single-post #mega-menu-wrap-menu-2 #mega-menu-menu-2 > li.mega-menu-flyout ul.mega-sub-menu {
    margin-top: 1.5rem;
    border-radius: 2rem;
    min-width: 400px;
    padding: 1rem 0;
}

.page-template-page-website #mega-menu-wrap-menu-2 #mega-menu-menu-2 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link,
.post-type-archive #mega-menu-wrap-menu-2 #mega-menu-menu-2 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link,
.blog #mega-menu-wrap-menu-2 #mega-menu-menu-2 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link,
.single-post #mega-menu-wrap-menu-2 #mega-menu-menu-2 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    margin: .5rem 0;
    font-family: GibsonBook, sans-serif;
    font-size: 1rem;
}

.page-template-page-website #mega-menu-wrap-menu-2 #mega-menu-menu-2 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item,
.post-type-archive #mega-menu-wrap-menu-2 #mega-menu-menu-2 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item,
.blog #mega-menu-wrap-menu-2 #mega-menu-menu-2 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item,
.single-post #mega-menu-wrap-menu-2 #mega-menu-menu-2 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
    margin: 0 1.5rem;
    border-bottom: 1px solid rgba(46, 46, 46, 0.3);
    position: relative;
}

.page-template-page-website #mega-menu-wrap-menu-2 #mega-menu-menu-2 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover,
.post-type-archive #mega-menu-wrap-menu-2 #mega-menu-menu-2 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover,
.blog #mega-menu-wrap-menu-2 #mega-menu-menu-2 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover,
.single-post #mega-menu-wrap-menu-2 #mega-menu-menu-2 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover
{
    color: var(--main-color);
}

.page-template-page-website #mega-menu-wrap-menu-2 #mega-menu-menu-2 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:not(.mega-toggle-on):hover a.mega-menu-link:before,
.post-type-archive #mega-menu-wrap-menu-2 #mega-menu-menu-2 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:not(.mega-toggle-on):hover a.mega-menu-link:before,
.blog #mega-menu-wrap-menu-2 #mega-menu-menu-2 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:not(.mega-toggle-on):hover a.mega-menu-link:before,
.single-post #mega-menu-wrap-menu-2 #mega-menu-menu-2 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:not(.mega-toggle-on):hover a.mega-menu-link:before {
    display: block;
    content: "";
    background: var(--main-color);
    height: 100%;
    width: 5px;
    position: absolute;
    left: -24px;

}

#mega-menu-wrap-menu-2 #mega-menu-menu-2 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
    left: 106%;
}

#mega-menu-wrap-menu-2 #mega-menu-menu-2 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    display: none;
}

#mega-menu-wrap-menu-2 #mega-menu-menu-2 > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-menu-2 #mega-menu-menu-2 > li.mega-menu-item > a.mega-menu-link:focus,
#mega-menu-wrap-menu-2 #mega-menu-menu-2 > li.mega-menu-item > a.mega-menu-link:active {
    background: none;
    color: var(--main-color-dark);
}

.page-template-page-website #mega-menu-wrap-menu-2 #mega-menu-menu-2 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link,
.post-type-archive #mega-menu-wrap-menu-2 #mega-menu-menu-2 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link,
.blog #mega-menu-wrap-menu-2 #mega-menu-menu-2 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link,
.single-post #mega-menu-wrap-menu-2 #mega-menu-menu-2 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link {
    background: none;
    padding-left: 0;
}

.page-template-page-website .site-navigation #mega-menu-wrap-menu-2 #mega-menu-menu-2,
.post-type-archive .site-navigation #mega-menu-wrap-menu-2 #mega-menu-menu-2,
.blog .site-navigation #mega-menu-wrap-menu-2 #mega-menu-menu-2,
.single-post .site-navigation #mega-menu-wrap-menu-2 #mega-menu-menu-2 {
    display: flex;
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    width: 100%;
    justify-content: space-between;
}

.site-navigation .menu.nav-menu > .menu-item {
    padding-left: 0;
}

.site-navigation .menu.nav-menu li a {
    text-decoration: none;


}

.site-navigation .menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    display: block;
}

.menu-underline {
    height: 3px;
    margin-top: 1rem;
    background-color: var(--main-color);
}

.site-navigation .sub-menu {
    margin-left: 0;
    list-style: none;
    position: absolute;
    z-index: 9;
    border-top: 4rem solid transparent;
    background: white;
    padding: .5rem 1rem;
    border-radius: .5rem;
    opacity: 0;
    display: none;
    background-clip: padding-box;
}

.site-navigation .sub-menu a {
    font-family: GibsonBook, sans-serif;
    font-size: 1rem;
    color: #2E2E2E;
    display: flex;
    align-items: center;
}

.site-navigation .sub-menu li {
    border-bottom: 1px solid rgba(46, 46, 46, 0.3);
    padding: .5rem 0;
}

.site-navigation .sub-menu a:before {
    content: "";
    background: transparent;
    height: 40px;
    width: 5px;
    display: block;
    position: absolute;
    left: 0;
}

.site-navigation .sub-menu li:hover > a:before {
    background: #EEDBB1;
}

.site-navigation .sub-menu li:hover > a {
    color: #EEDBB1;
}

/* Recurring Elements */
.placeholder_ruler {
    display: flex;
    align-items: center;
    justify-content: center;
}

.placeholder_ruler .pr_mid {
    display: block;
    height: 15px;
    width: 15px;
    content: "";
    background-color: var(--main-color);
    rotate: 45deg;
}

.placeholder_ruler .pr_left {
    display: block;
    width: 165px;
    height: 3px;
    content: "";
    background-color: var(--main-color);
    margin-right: 4rem;
}

.placeholder_ruler .pr_right {
    display: block;
    width: 165px;
    height: 3px;
    content: "";
    background-color: var(--main-color);
    margin-left: 4rem;
}

.light p {
    font-family: GibsonLight, sans-serif;
}

/* Image Elements */

picture, picture > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header_col .header_image-background {
    min-height: 440px;
    height: 440px;
    display: flex;
    align-items: center;
    position: relative;
}

.header_col .header_image-background.bigsize {
    min-height: 698px;
    height: 698px;
}

.header_col .header_image-background.smallsize {
    min-height: 183px;
    height: 183px;
}

.header_col .header_image-background picture {
    position: absolute;
}

.header_col .header_image-background .container {
    position: relative;
}

.header_col > .vc_column-inner > .wpb_wrapper {
    width: 100%;
}

.container:has(> #header_image_website) {
  padding: 0;
}

@media (max-width: 768px) {
	.container:has(> #header_image_website) {
 	 padding: 0 5%;
	}
}
	

.headline_website_wrapper h1 {
    font-family: GibsonMedium, sans-serif;
    font-size: 64px;
    color: white;
    margin-bottom: 0;
    margin-top: 6rem;
}

.headline_website_wrapper h1 span, .headline_website_wrapper span {
    font-family: GibsonBook, sans-serif;
    font-size: 30px;
    color: white;
    display: block;
    line-height: 20px;
    letter-spacing: -0.01rem;
}

.headline_website_wrapper a {
    font-family: GibsonMedium, sans-serif;
    font-size: 18px;
    text-decoration: none;
    color: var(--main-color-black);
    background-color: #EEDBB1;
    border-radius: 2rem;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
    width: max-content;
    padding: 0 3rem;
}

.background-img-fix {
    background-repeat: no-repeat;
    width: 100%;
    margin: 0 auto;
    background-position: center;
    object-fit: cover;
    background-size: contain;
}

#header_image, .image_overlay_relative > .vc_column-inner {
    position: relative;
}

.header_image-background picture img, #cta_image_website picture img {
    filter: brightness(0.75);
}

.header_image_overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.3;
    background-color: black;
}

.vc_custom_1675344080966.background-img-fix {
    background-position: center !important;
    padding: 2rem 0;
}

.background-img-fix p {
    font-size: 1.125rem;
}

.cta_outer_website_container, .cta_outer_website_container .container {
    position: relative;
}

.cta_outer_website_container > picture {
    position: absolute;
}

/* NORMALIZE VC */
.page-website .wpb_button,
.page-website .wpb_content_element,
.page-website ul.wpb_thumbnails-fluid > li {
    margin-bottom: 0;
}

.page-website .vc_col-has-fill > .vc_column-inner,
.page-website .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner,
.page-website .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
.page-website .vc_row-has-fill > .vc_column_container > .vc_column-inner {
    padding-top: 0;
}

.row__vc {
    padding-top: 50px;
    padding-bottom: 50px;
}

.row__vc.row__vc--start {
    padding-bottom: 0;
}

.row__vc.row__vc--stop {
    padding-top: 0;
}

/* BubbleCol */

.bubblecol .vc_col-sm-4 .vc_column-inner .wpb_wrapper {
    display: flex;
    justify-content: center;
}

.bubblecol .vc_col-sm-4 .vc_column-inner .wpb_wrapper .wpb_content_element {
    margin-bottom: 0;
    width: 100%;
}

.bubblecol .wpb_column .vc_column-inner .wpb_wrapper p {
    width: calc(100% - 2rem);
    padding: .5rem 2rem;
    background-color: var(--main-color);
    margin: 1rem;
    border-radius: 0.5rem;
    min-height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bubblecol.b-center {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.inlineimage {
    min-height: max-content;
}

/* UNSERE KLINIK VC_ELEM */
.unsere_klinik {
    margin: 50px 0;
}

.unsere_klinik-initialtext {
    font-family: GibsonLight, sans-serif;
}

.unsere_klinik-imagewrapper {
    position: relative;
    display: flex;
    align-items: flex-end;
    height: 100%;
}

.unsere_klinik-imagewrapper div {
    position: absolute;
    color: white;
    font-size: 20px;
    top: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    font-family: GibsonLight, sans-serif;
    justify-content: center;
}

.unsere_klinik-imagewrapper div p {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    text-align: center;
    /*min-height: 60px;*/
}

.unsere_klinik-imagewrapper span {
    font-size: 52px;
    font-family: GibsonRegular, sans-serif;
    display: flex;
    justify-content: center;
    align-items:baseline;
    height:60px;

}

.cta_website, .cta_website .wpb_wrapper, .cta_website .cta_image_website, .cta_website .cta_outer_website_container, .cta_website .container, .cta_website .cta_container_website {
    min-height: 195px;
}

body .cta_website .vc_col-has-fill > .vc_column-inner {
    padding-top: 0 !important;
}

.cta_website .wpb_column, .cta_website .vc_column-inner {
    min-height: 195px;
}

.pr_newest_box {
    margin: 50px 0;
}

.pr_newest_title {
    text-align: center;
    font-family: GibsonBook, sans-serif;
}

.pr_newest_text {
    font-family: GibsonLight, sans-serif;
}

.pr_newest_inwrap {
    background-color: var(--main-color-grey);
    padding: 1rem;
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
}

.pr_newest_more a {
    text-decoration: none;
    color: var(--main-color);
}

/*EDIT */

.timeline_accordion {
    display: none;
}

.score {
    display: block;
    height: 4px;
    width: 200px;
    background: #EEDBB1;
    margin: 50px 0;
}

.squarelist {
    margin-top: 2rem;
}

.squarelist ul {
    padding-left: 0;
    margin-left: 0;
}

.squarelist ul li {
    list-style: none;
    line-height: 1.3;
    font-family: GibsonLight, sans-serif;
    margin: 1rem 2rem 1rem 0;
    position: relative;
    padding-left: 2rem;
}

.squarelist ul li:before {
    display: inline-block;
    margin-right: 1rem;
    content: "";
    height: 15px;
    width: 15px;
    rotate: 45deg;
    background-color: #EEDBB1;
    position: absolute;
    margin-left: -2.5rem;
    top: 38%;
    transform: translateY(-50%);
}

.cta_website-first-row {
    font-size: 32px;
    color: white;
    display: block;
    font-family: GibsonBook, sans-serif;
}

.cta_website-second-row {
    font-size: 43px;
    line-height: 35px;
    color: white;
    display: block;
    font-family: GibsonMedium, sans-serif;
}

.cta_container_website {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cta_website-a {
    font-family: GibsonMedium, sans-serif;
    font-size: 18px;
    text-decoration: none;
    color: var(--main-color-black);
    background-color: white;
    border-radius: 2rem;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
    width: max-content;
    padding: 0 3rem;
}

.innerpartnercol > .vc_column-inner > .wpb_wrapper {
    display: flex !important;
    justify-content: flex-end;
}

@media (max-width: 991px) {
    .innerpartnercol > .vc_column-inner > .wpb_wrapper {
        justify-content: center;
    }

}

.score .placeholder_ruler {
    display: none;
}

body .splide.is-initialized .pr_newest_box .splide__list {
    display: flex;
    justify-content: space-between;
}

body .splide.is-initialized .pr_newest_box .splide__list .splide__slide {
    width: 32%;
}

.splide__slide img {
    width: 100%;
}

#nf-field-122 {
    background-color: #ffffff7a;
}


.cnt-snglpost-title {
    font-size: 2rem;
    margin-top: 2rem;

}

.landingpageheader {
    font-size: 70px !important;
    font-weight: bold !important;
}

.headerimg__headline {
    font-size: 50px !important;

}

.widget-area {
    position: absolute;
}

/* Table of Content Overrides */

body .lwptoc-light .lwptoc_i {
    background-color: #f3f3f3;
}

body .lwptoc-light .lwptoc_i A {
    color: #404040;
}

body .lwptoc-light .lwptoc_i A:hover {
    color: var(--main-color-dark);
}

/* Indikationen Boxes */


.website-box-wrapper {
    display: flex;
    min-height: 300px;
}

.website-box-wrapper img {
    height: 100%;
    object-fit: cover;
    border-radius: 2rem 0 0 2rem;
}

.website-box-wrapper .wpb_wrapper {
    height: 100%;
}

.website-box-text-right {
    background: #F7F7F7;
    border-radius: 0 2rem 2rem 0;
    padding: 1rem;
}

.usps .website-box-text-right {
    border-radius: 0 0 2rem 2rem;
}

.website-box-wrapper a {
    max-width: 250px;
}

.website-box-wrapper h2, .website-box-wrapper h3 {
    font-family: GibsonMedium, sans-serif;
    font-size: 18px;
}

.website-box-wrapper h3 {
    text-align: center;
}

.website-box-wrapper .website-box-img-left {
    min-width: 45%;

}

@media (min-width: 601px) {
    .website-box-wrapper .website-box-img-left {
        max-width: 295px;
    }
}

.vc_row-o-equal-height .vc_col-sm-6.fullheight .wpb_wrapper {
    height: 100%;
}

.vc_row-o-equal-height .vc_col-sm-6.fullheight .website-box-wrapper {
    height: 100%;
}

.vc_row-o-equal-height .vc_col-sm-6.fullheight .website-box-wrapper a {
    margin-top: auto;
}

.vc_row-o-equal-height .vc_col-sm-6.fullheight .website-box-text-right > .wpb_wrapper {
    display: flex;
    flex-direction: column;
}


body button.btn.nf-fu-button-cancel, body .nf-fu-progress {
    display: none;
}

p.light {
    font-family: GibsonLight, sans-serif;
    font-size: 18px;
}

/* USPS */
.usps .website-box-wrapper .website-box-img-left {
    min-width: 100%;
}

.usps .website-box-wrapper {
    flex-direction: column;
}

.usps .website-box-wrapper img {
    height: 100%;
    object-fit: cover;
    border-radius: 2rem 2rem 0 0;
    width: 100%;
}

.usps .leftcol {
    padding-right: 1rem;
}

.usps .rightcol {
    padding-left: 1rem;
}

.usps .website-box-text-right {
    min-height: 250px;
    height: 100%;
}

/* Kontakt */
.kontakt .header_col .header_image-background {
    min-height: 183px;
    height: 183px;
}

.kontakt .headline_website_wrapper h1 {
    margin-top: auto;
    text-align: center;
}

.our_story .vc_col-sm-6 {
    margin-top: auto;
    height: 100%;
}

.our_story .vc_row-fluid {
    display: flex;
}

.our_story img {
    margin-left: 1rem;
}

/* Veranstaltungspage */
.veranstaltungenpage {
    margin: 3rem auto;
}

.veranstaltungenpage .events-elem-event-inner {
    background-color: var(--main-color-grey);
    padding: 1rem;
    margin: 1rem 0;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.veranstaltungenpage p {
    margin-bottom: 0.5rem;
}

.veranstaltungenpage .events-elem-event {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 10px;
}

.placeholder_ruler {
    margin: 35px 0;
}

.wpb_single_image.rounded-image img.vc_single_image-img {
    border-radius: 2rem;
}

.border-radius-2rem img {
    border-radius: 2rem;
}

.srcset_image img {
    width: 100%;
    object-fit: cover;
}

.srcset_image. img {
    border-radius: 2rem;
}

@media (max-width: 1399px) {
    .cta_container_website {
        flex-direction: column;
        justify-content: center;
    }

    .headline_website_wrapper h1 {
        font-size: 50px;
    }

}

@media (max-width: 1200px) {
    .page-template-page-website #masthead .nav-link {
        font-size: 12px;
    }

    .page-template-page-website .site-navigation #mega-menu-wrap-menu-2 {
        width: 100%;
    }
}

@media (max-width: 1024px) {

    .page-template-default #masthead {
        display: none !important;
    }

    .page-template-default .menu-toggle.navbar-toggler {
        margin-right: 1rem;
    }

    .page-template-page-website .menu-toggle.navbar-toggler {
        display: none;
    }

    .page-template-page-website .site-navigation #mega-menu-wrap-menu-2 #mega-menu-menu-2 {
        display: none;
    }

    .page-template-page-website .site-navigation #mega-menu-wrap-menu-2 #mega-menu-menu-2 {
        left: -36px;
        width: calc(100% + 72px) !important;
        padding: 0 36px 36px 36px;
        margin-top: 124px;
        background: white;
    }

    .page-template-page-website #mega-menu-wrap-menu-2 #mega-menu-menu-2 > li.mega-menu-item > a.mega-menu-link {
        text-align: center;
        background: none;
    }

    .page-template-page-website #mega-menu-wrap-menu-2 #mega-menu-menu-2 > li.mega-menu-flyout ul.mega-sub-menu {
        margin-top: 0.5rem;
    }

    .page-template-page-website #mega-menu-wrap-menu-2 #mega-menu-menu-2 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
        border-bottom: none;
    }

    #mega-menu-wrap-menu-2 #mega-menu-menu-2 > li.mega-menu-flyout ul.mega-sub-menu {
        background: none;
    }

    .page-template-page-website #mega-menu-wrap-menu-2 #mega-menu-menu-2 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link {
        text-align: center;
    }

    .page-template-page-website .page-template-page-website #mega-menu-wrap-menu-2 #mega-menu-menu-2 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link {
        border-bottom: 1px solid rgba(46, 46, 46, 0.3);
    }

    .page-template-page-website .site-navigation #mega-menu-wrap-menu-2 .mega-menu-toggle.mega-menu-open + #mega-menu-menu-2 {
        display: block;
    }

    .page-template-page-website .site-navigation #mega-menu-wrap-menu-2 .mega-menu-toggle {
        margin-left: auto;
    }

    .site-navigation-container .placeholder_ruler {
        display: none;
    }

    /* Mobile Navigation */
    .site-navigation-container {
        flex-direction: row !important;
        position: relative;
    }

    .site-navigation {
        position: absolute;
        overflow: visible;
    }

    .menu-toggle.navbar-toggler {
        display: flex;
        right: 0;
        position: absolute;
    }

    .site-navigation.navbar-light {

    }

    .site-navigation.navbar-light.toggled .menu.nav-menu {
        display: block;
    }

    .menu-toggle.navbar-toggler {
        margin-left: auto;
    }

    .menu-hauptmenu-container > .menu.nav-menu {
        display: none;
    }

    .menu-hauptmenu-container {
        top: 80px;
        position: absolute;
        z-index: 9;
    }

    .site-navigation .menu-item-has-children > .sub-menu.toggled {
        opacity: 1;
        display: block;
    }

    .site-navigation .menu-item-has-children:hover > .sub-menu {
        opacity: initial;
        display: initial;
    }

    .veranstaltungenpage .events-elem-event {
        grid-template-columns: repeat(3, 1fr);
    }

}


@media (max-width: 990px) {

    .headline_website_wrapper h1 {
        font-size: 2.5rem;
    }

    .blogpage {
        flex-direction: column;
    }
    .single_blog_elems, .blog-sidebar, figcaption {
        width: 100%;
    }

    .blog__singleelement_right {
        height: 200px;
    }
    .blog__singleelement_left {
        padding: 15px;
    }
    .blog__singleelement_left, .blog__singleelement_right {
        width: 100%;
    }
    .blog__singleelement {
        flex-direction: column;
    }

    .blog__singleelement_right {
        border-radius: 2rem 0 0 !important;
    }
    .widget-area {
        position: unset;
    }

    .page-template-page-website .site-navigation #mega-menu-wrap-menu-2 #mega-menu-menu-2 {
        left: -146px;
        width: calc(100% + 292px) !important;
        padding: 2rem 146px 2rem 146px;
        margin-top: 430px;
    }

    .page-template-page-website #masthead .navbar-collapse {
        flex-direction: column;
    }

    .page-template-page-website #masthead .navbar-nav.me-auto {
        margin-right: auto;
        margin-left: auto;
    }

    .page-template-page-website #masthead .navbar-nav.nav-item-mail {
        display: none;
    }

    .page-template-page-website #masthead .nav-item {
        height: 30px;
    }

    .page-template-page-website #masthead {
        position: absolute;
        width: 100%;
        top: 435px;
        z-index: 9;
        display: none;
    }

    .page-template-page-website #masthead.masthead-toggled {
        display: block;
    }

    .our_story .vc_row-fluid {
        flex-direction: column;
    }

    .our_story .vc_row-fluid .vc_col-sm-6 {
        width: 100%;
    }

    .our_story .vc_row-fluid .vc_col-sm-6 img {
        margin-top: 1rem;
    }

    /*  .page-template-page-website #masthead {
          display: none;
      }*/
    .page-website .vc_col-sm-6.fullheight {
        width: 100%;
    }

    body .splide.is-initialized .pr_newest_box .splide__list {
        display: flex;
        justify-content: initial;
        width: initial;
    }

    .pr_img {
        display: flex;
        justify-content: center;
    }

    .pr_newest_inwrap {
        margin: 0 auto;
    }

    .splide__pagination {
        padding-left: 0;
    }

    .splide__arrows {
        position: absolute;
        bottom: 150px;
        width: 100%;
        z-index: 99;
    }

    .unsere_klinik .row .row.h-100 .col-lg-6 {
        width: 50%;
    }

    .splide__arrow {
        border: none;
        background: none;
        color: initial;
    }

    .splide__arrow svg {
        fill: #EEDBB1;
    }

    .splide__arrow.splide__arrow--next {
        right: -10%;
        position: absolute;
    }

    .splide__arrow.splide__arrow--prev {
        position: absolute;
        left: -10%;
        rotate: 180deg;
    }

}

@media (max-width: 767px) {
	
	#lang-select {
		  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
	}

    .person_list {
        margin: 0 auto;
        padding: 0;
    }

    .page-template-page-website .site-header .nav-item.nav-item-wa, .nav-item-mail, .nav-item.item-mail {
        display: block;
    }

    .page-template-page-website .site-header .navbar-nav {
        display: flex;
        flex-direction: column;
    }

    .page-template-page-website .site-header {
        height: 90px;
    }

    .page-template-page-website #masthead {
        top: 425px;
    }

    .page-template-page-website .site-navigation #mega-menu-wrap-menu-2 #mega-menu-menu-2 {
        margin-top: 380px;
    }

    .score .placeholder_ruler {
        display: flex;
    }

    .score {
        display: block;
        height: initial;
        width: initial;
        background: initial;
        margin: initial;
    }

    .headline_website_wrapper h1 span, .headline_website_wrapper span {
        font-size: 28px;
        line-height: initial;

    }

    .headline_website_wrapper h1 {
        font-size: 2rem;
    }

    .vc_container .vc_column-inner {
        padding-top: 20px !important;
    }

    .innerpartnercol .vc_column-inner {
        padding-top: 0 !important;
    }

    .cta_container_website {
        flex-direction: column;
        justify-content: center;
		padding-bottom:1.5rem;
    }

    .mobile_full_width {
        margin-left: -21px;
        margin-right: -21px;
    }

    .cta_website-first-row {
        font-size: 20px;
        font-family: GibsonRegular, sans-serif;
        line-height: 20px;
    }

    .cta_website-second-row {
        font-size: 30px;
        font-family: GibsonMedium, sans-serif;
        line-height: 30px;
    }

    .cta_website-a {
        width: 100%;
    }

    .m-d-none {
        display: none;
    }

    body .m-no-margin > .vc_column-inner {
        margin: 0 !important;
    }

    h2.website {
        text-align: center !important;
    }

    .veranstaltungenpage .events-elem-event {
        grid-template-columns: repeat(2, 1fr);
    }

    .cta_container_website span {
        margin-top: 1rem;
    }

    body #nf-field-121-wrap {
        flex-direction: row;
    }

    body #nf-label-field-121:after {
        top: -10px;
    }

    .srcset_image.srcset_element img {
        border-radius: 1.5rem;
    }
}

@media (max-width: 600px) {
    .pr_newest_inwrap {
        padding: 1rem 3rem;
    }

    .splide__arrow.splide__arrow--prev {
        left: -3% !important;
    }

    .splide__arrow.splide__arrow--next {
        right: -3% !important;
    }

    .page-template-page-website #masthead .nav-item {
        display: flex;
    }

    .page-template-page-website #masthead .navbar-nav.me-auto {
        margin-left: 0 !important;
    }

    .page-template-page-website #mega-menu-wrap-menu-2 #mega-menu-menu-2 > li.mega-menu-item > a.mega-menu-link {
        text-align: left;
    }

    .page-template-page-website #mega-menu-wrap-menu-2 #mega-menu-menu-2 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link {
        text-align: left;
    }

    .page-template-page-website #mega-menu-wrap-menu-2 #mega-menu-menu-2 > li.mega-menu-flyout ul.mega-sub-menu {
        padding-top: 0;
    }

    #mega-menu-wrap-menu-2 #mega-menu-menu-2 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
        display: inline;
        rotate: -90deg;
    }

    .page-template-page-website #mega-menu-wrap-menu-2 #mega-menu-menu-2 > li.mega-menu-item > a.mega-menu-link {
        border-bottom: 1px solid rgba(46, 46, 46, 0.3);
        padding: 0;
        margin: 0 10px 16px 10px;
    }

    #mega-menu-item-548 > a:nth-child(1) {
        border: none !important;
    }

    .website-box-wrapper h2, .website-box-wrapper h3 {
        text-align: center;
    }

    .website-box-wrapper a {
        max-width: 100%;
    }

    .website-box-wrapper {
        flex-direction: column;
    }

    .website-box-wrapper img {
        border-radius: 2rem 2rem 0 0;
    }

    .website-box-text-right {
        border-radius: 0 0 2rem 2rem;
    }

    .vc_row.vc_column-gap-35 > .vc_column_container {
        padding: 0;
    }

    .row__vc--start {
        padding-top: 0;
    }

    .headline_website_wrapper h1 {
        font-size: 1.75rem;
    }

    .rounded-image img {
        border-radius: 2rem !important;
    }

    .placeholder_ruler .pr_mid {
        height: 9px;
        width: 15px;
    }

    .background-img-fix {
        background-repeat: no-repeat;
        width: 100%;
    }

    .srcset_image img {
        width: 100%;
        object-fit: cover;
    }

    .inlineimage {
        min-height: max-content;
    }

    .bubblecol .vc_col-sm-4 .vc_column-inner .wpb_wrapper p {
        padding: 0;
        margin: 0;
    }

    .unsere_klinik .row .row.h-100 .col-lg-6, .unsere_klinik .row .row.h-100 .col-lg-6 .unsere_klinik-innerimage {
        width: 100%;
        height: 100px;
    }

    .unsere_klinik .row .row.h-100 .col-lg-6 {
        margin-top: 1rem;
    }

    .unsere_klinik-innerimage, .unsere_klinik-imagewrapper, .unsere_klinik-innertext {
        height: 100px;
        object-fit: cover;
        border-radius: 2rem;
        object-position: top;
    }

    .unsere_klinik-imagewrapper span {
        font-size: 42px;
        line-height: 3rem;
    }

    .unsere_klinik-imagewrapper div p {
        line-height: 1rem;
        min-height: initial;
    }

    .unsere_klinik > .row > .col-lg-6 > img {
        margin-bottom: 2rem;
    }

    .mobile-flexx .d-flex {
        flex-direction: column !important;
    }

    .page-template-page-website .site-navigation #mega-menu-wrap-menu-2 #mega-menu-menu-2 {
        margin-top: 475px;
    }
    .page-template-page-website #masthead {
    top: 522px;
    height: auto;
    }
}

@media (max-width: 500px) {
    .pr_newest_inwrap {
        width: 100%;
    }
    .veranstaltungenpage .events-elem-event {
        grid-template-columns: repeat(1, 1fr);
    }
    .headline_website_wrapper h1, .headline_website_wrapper .headline_website-span, .vc_custom_heading.website {
        font-size: 1.5rem;
    }

    .site-navigation-container div.col-12 a img {
        max-width: 70%;
        margin-left: 20px;
    }
	
	 .page-template-page-website .site-navigation #mega-menu-wrap-menu-2 #mega-menu-menu-2 {
    margin-top: 450px;
  }
	
	  .page-template-page-website #masthead {
    top: 450px;
    height: auto;
  }
	
	.headline_website_wrapper a {
		padding: 0 2rem;
	}
	
}

@media (max-width: 400px) {
	 
}

.otgs-development-site-front-end {
	display: none;
}

.themenabend-personbild-wrapper {
    position: relative;
}

@media (max-width: 576px) {
    .themenabend-personbild-wrapper img {
        height: 125px;
        width: 145px;
    }

    .themenabend-personbild-wrapper .curved-arrow {
        max-width: 250px;
    }
}

.grey-custom-box {
  background: #F7F7F7;
  border-radius: 2rem;
  padding: 1.5rem !important;
}

.grey-custom-box .vc_column-inner, 
.grey-custom-box .wpb_wrapper,
.grey-custom-box .wpb_text_column {
	height: 100%;
}

.grey-custom-box .wpb_wrapper {
	  display: flex;
  flex-direction: column;
}

.grey-custom-box a {
	font-family: GibsonMedium, sans-serif;
  font-size: 18px;
  text-decoration: none;
  color: var(--main-color-black);
  background-color: #EEDBB1;
  border-radius: 2rem;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 290px;
	margin-top: auto;
}
.grey-custom-box a:hover {
background-color: var(--main-color-hover);
	}
.grey-custom-box p:has(a) {
  margin-top: auto;
}

.partner-img img{
    max-height: 80px;
    width: auto;
}

.sidewidget_wrapper_whatsapp {
    display: none;
}