/*!
Theme Name: Pilger
Author: Winning Solutions
Author URI: https://www.winning-solutions.de/
Description: Pilger Theme
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: inodo_schlosser
Tags: custom vc elements, custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/*
Petrag theme stylesheets:
1 - Normalize
    1.1 - Main tags
    1.2 - Form elements
    1.3 - Default WP templates
    1.4 - Accessibility
2 - Main
    2.1 - Slick Slider
    2.2 - Swiper Slider
    2.3 - Forminator
3 - Header & Footer
    3.1 - Header
        3.1.1 - Fixed Header
    3.2 - Modal
    3.3 - Navigation
    3.4 - Footer
4 - WPBakery
    4.1 - Sections & Rows
    4.2 - Default Modules
    4.3 - Custom VC Modules
        4.3.1 - custom top banner & slider
        4.3.2 - custom content
        4.3.3 - custom image
        4.3.4 - custom icon list
        4.3.5 - custom gallery
        4.3.6 - page teaser & posts
        4.3.7 - events
        4.3.8 - team
        4.3.9 - pilgrim guide
5 - Pages
*/

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('fonts/Montserrat-Regular.woff2') format('woff2'),
         url('fonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat-Medium';
    src: url('fonts/Montserrat-Medium.woff2') format('woff2'),
         url('fonts/Montserrat-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat-Bold';
    src: url('fonts/Montserrat-Bold.woff2') format('woff2'),
         url('fonts/Montserrat-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'PlayfairDisplay-SemiBold';
    src: url('fonts/PlayfairDisplay-SemiBold.woff2') format('woff2'),
         url('fonts/PlayfairDisplay-SemiBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/******** 1 - Normalize ********/

/*== 1.1 - Main tags ==*/
:root {
    --color-primary: #145c9e;   /* blue */
    --color-secondary: #ffe38d; /* yellow */
    --color-basic: #fff6d4;     /* light yellow */
}
* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html,
body {
    margin: 0;
    padding: 0;
}
body {
    font: 16px/1.5 'Montserrat-Regular';
}
body *,
body *:focus {
    outline: none;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 25px;
    line-height: 1.2;
    font-weight: normal;
    font-family: 'PlayfairDisplay-SemiBold';
}
h1 {
    text-transform: uppercase;
    font-size: 56px;
    color: var(--color-primary);
}
h2 {
    font-size: 48px;
}
h3 {
    margin: 0 0 15px;
    font-size: 40px;
}
h4 {
    margin: 0 0 30px;
    font-size: 32px;
}
h5 {
    margin: 0 0 10px;
    font-size: 24px;
}
h5 span,
h6 span {
    display: block;
    text-transform: uppercase;
    font: 12px/1.5 'Montserrat-Bold';
    color: #000;
}
h6 {
    margin: 0 0 1.5em;
    font-size: 20px;
    color: var(--color-primary);
}
h6 span {
    text-transform: none;
    color: var(--color-primary);
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
figure,
blockquote:last-child,
.site-main ul:not([class]):last-child,
.site-main ol:not([class]):last-child {
    margin: 0;
}
blockquote {
    margin: 1.5em 0;
    border-left: 2px solid;
    padding-left: 20px;
    font-style: italic;
    color: var(--color-primary);
}
blockquote p:not(:last-child) {
    margin-bottom: .5em;
}
cite {
    font-style: normal;
    font-family: 'Montserrat-Regular';
}
ul,
ol,
li > ul,
li > ol {
    margin: 0;
    padding: 0;
}
ul[class],
ol[class] {
    list-style-type: none;
}
.site-main ul:not([class]),
.site-main ol:not([class]) {
    margin: 0 0 1.5em;
    padding: 0 0 0 1.15em;
}
.site-main a:not([class]) {
    text-decoration: underline;
}
p {
    margin: 0 0 1.5em;
}
a,
a:hover,
a:focus,
a:active {
    color: inherit;
    text-decoration: none;
    outline: none;
}
a[href^="mailto:"] {
    word-break: break-all;
}
a,
button,
input,
textarea {
    display: inline-block;
    transition: all 0.3s ease;
}
button {
    cursor: pointer;
}
img {
    display: inline-block;
    width: auto;
    max-width: 100%;
    height: auto;
    border: 0;
}
img::selection {
    background: transparent !important;
}
br + img {
    margin-top: 1.5em;
}
b,
strong {
    font-weight: normal;
    font-family: 'Montserrat-Bold';
}
sup,
sub,
small {
    font-size: 0.75em;
}
sup {
    vertical-align: top;
}
sub {
    vertical-align: bottom;
}
hr {
    margin: 1.5em 0;
    border: 0;
    border-top: 1px solid;
}
table {
    table-layout: fixed;
    width: 100%;
    margin: 0 0 2em;
    border-collapse: collapse;
    border-spacing: 0;
}
th,
td {
    padding: 5px;
    text-align: left;
    font-weight: normal;
    vertical-align: top;
}
th {
    font-family: 'Montserrat-Bold';
}
code,
pre {
    font-family: inherit;
}
iframe,
embed,
object {
    max-width: 100%;
}
audio {
    display: block;
}
video {
    display: block;
    width: 100%;
    height: 100%;
    max-height: inherit;
    object-fit: cover;
}

/*== 1.2 - Form elements ==*/
::-webkit-input-placeholder {
    color: #505050;
}
::-moz-placeholder {
    color: #505050;
    opacity: 1;
}
:-moz-placeholder {
    color: #505050;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #505050;
    opacity: 1;
}
fieldset {
    margin: 0;
    border: 0;
    padding: 0;
}
legend {

}
label {
    color: inherit;
    cursor: pointer;
}
input[type]:-webkit-autofill,
input[type]:-webkit-autofill:hover,
input[type]:-webkit-autofill:focus,
input[type]:-webkit-autofill:active { /* Fix input background with autocomplete */
    -webkit-text-fill-color: #000;
    transition: background-color 5000s ease-in-out 0s;
}
input[type="search"] {
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
input[type="submit"]:disabled,
button[type="submit"]:disabled {
    opacity: 1;
}
input[type="submit"]::-moz-focus-inner { /* Fix extra button padding in Firefox */
    padding: 0;
    border: none;
    line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="number"],
input[type="url"],
input[type="search"],
select,
textarea {
    width: 100%;
    border: 1px solid;
    border-radius: 0;
    padding: 12px;
    font: inherit;
    background-color: transparent;
}
input[type="number"] {
    width: 120px;
}
textarea {
    display: block;
    resize: none;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: var(--color-basic) #000;
}
textarea::-webkit-scrollbar {
    width: 3px;
}
textarea::-webkit-scrollbar-track {
    border-radius: 2px;
    background-color: #000;
}
textarea::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: var(--color-basic);
}

/*== 1.3 - Default WP navigation ==*/
.site-main article:not(:last-of-type) {
    margin-bottom: 40px;
    border-bottom: 1px solid var(--color-primary);
    padding-bottom: 40px;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    padding: 50px 0 0;
    overflow: hidden;    
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    width: 50%;
    float: left;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    width: 50%;
    text-align: right;
    float: right;
}
.widget {
    list-style-type: none;
    margin: 0 0 1.5em;
}
.widget:last-child {
    margin-bottom: 0;
}
.widget ul {
    list-style-type: none;
}
.widget .custom-btn {
    padding: 4px 20px 3px;
    font-family: inherit;
}
.post-thumbnail {
    display: block;
}
.site-main .entry-title a:not([class]) {
    text-decoration: none;
}
.entry-title a {
    color: inherit;
}

/*== 1.4 - Accessibility ==*/
.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 {
    top: 5px;
    left: 5px;
    display: block;
    width: auto;
    height: auto;
    border-radius: 3px;
    padding: 15px 23px 14px;
    text-decoration: none;
    line-height: normal;
    font-size: 14px;
    font-weight: bold;
    color: #21759b;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    background-color: #f1f1f1;
    z-index: 100000;
    clip: auto !important;
    clip-path: none;
}
/* Don't show the outline on the skip link target. */
#main[tabindex="-1"]:focus {
    outline: 0;
}

/******** 2 - Main ********/
.admin-bar .page-container {
    min-height: calc(100vh - 32px);
}
.page-container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.site-main {
    flex-grow: 1;
    padding-top: 80px;
    background-color: #f6f9fd;
    overflow: hidden;
}
.container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 65px;
}
.container.sm,
.vc_section .vc_row.sm {
    max-width: 770px;
}
.container.sm h3,
.container.sm h4,
.vc_section .vc_row.sm h3,
.vc_section .vc_row.sm h4 {
    color: var(--color-primary);
}
.inner-wrapper {
    display: flex;
    align-items: flex-start;
}
.inner-content {
    flex-grow: 1;
}
.sidebar {
    flex-shrink: 0;
    flex-basis: 250px;
    margin-left: 40px;
}
.flexbox {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
}
.flexbox-center {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.flexbox-center-between {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.img-box {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.img-box .relative {
    z-index: 1;
}
.css-parallax {
    background-attachment: fixed;
}
.css-parallax.empty {
    min-height: 550px;
}
.relative {
    position: relative;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-lg p {
    font-size: 18px;
}
.text-sm {
    font-size: 14px;
}
.wpb_content_element + .text-sm {
    margin-top: -30px;
}
.no-text-transform {
    text-transform: none;
}
.no-padding {
    padding: 0 !important;
}
.more-link {
    position: relative;
    padding-right: 20px;
    letter-spacing: 0.3px;
    font: 14px/1.5 'Montserrat-Medium';
    color: var(--color-primary);
}
.more-link:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    width: 7px;
    height: 7px;
    border-top: 1px solid;
    border-right: 1px solid;
    transform: translateY(-50%) rotate(45deg);
    transition: right .3s ease;
}
.more-link:hover:after {
    right: 2px;
}

/*== 2.1 - Slick Slider ==*/
.slick-initialized .slick-slide {
    z-index: 7 !important;
}
.slick-initialized .slick-slide.slick-active {
    z-index: 8 !important;
}
.slick-arrow {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: var(--color-primary);
    transition: all 0.3s ease;
    z-index: 9;
}
.slick-arrow:before,
.slick-arrow:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    transform: translate(-50%, -50%);
    transition: inherit;
}
.slick-arrow.slick-prev:before {
    background-image: url(images/layout/arrow-left.svg);
}
.slick-arrow.slick-prev:after {
    background-image: url(images/layout/arrow-left_blue.svg);
}
.slick-arrow.slick-next:before {
    background-image: url(images/layout/arrow-right.svg);
}
.slick-arrow.slick-next:after {
    background-image: url(images/layout/arrow-right_blue.svg);
}
.slick-arrow:hover {
    background-color: #fff;
}
.slick-arrow:hover:before,
.slick-arrow:after {
    opacity: 0;
}
.slick-arrow:hover:after {
    opacity: 1;
}
.slider-controls {
    display: flex;
    justify-content: space-between;
    width: 110px;
    margin-top: 40px;
}
.slider-controls .slick-arrow {
    position: static;
    transform: none;
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.slick-dots {
    position: static;
    margin-top: 60px;
    line-height: 0;
    text-align: center;
    z-index: 9;
}
.slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0 4px;
}
.slick-dots li:first-child {
    margin-left: 0;
}
.slick-dots li:last-child {
    margin-right: 0;
}
.slick-dots li:only-child {
    display: none;
}
.slick-dots li button {
    width: 100%;
    height: 100%;
    background-color: #fff;
}
.slick-dots li button:before {
    content: none;
}
.slick-dots li.slick-active button {
    background-color: var(--color-primary);
}
/*== 2.2 - Swiper Slider ==*/
.swiper div[class*="swiper-button-"] {
    width: 44px;
    height: 44px;
    border: 1px solid var(--color-primary);
    border-radius: 50%;
    background-color: var(--color-primary);
    transition: all .3s ease;
}
.swiper div[class*="swiper-button-"]:hover,
.swiper div[class*="swiper-button-"].swiper-button-disabled,
.swiper div[class*="swiper-button-"].outline:hover {
    border-color: #fff;
    background-color: #fff;
}
.swiper div[class*="swiper-button-"].swiper-button-disabled {
    opacity: 1;
}
.swiper div[class*="swiper-button-"].outline {
    border-color: var(--color-primary);
    background-color: transparent;
}
.swiper div[class*="swiper-button-"]:before,
.swiper div[class*="swiper-button-"]:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    transform: translate(-50%, -50%);
    transition: inherit;
}
.swiper div[class*="swiper-button-"]:hover:before,
.swiper div[class*="swiper-button-"]:after {
    opacity: 0;
}
.swiper div[class*="swiper-button-"]:hover:after {
    opacity: 1;
}
.swiper .swiper-button-prev:before {
    background-image: url(images/layout/arrow-left.svg);
}
.swiper .swiper-button-prev:after,
.swiper .swiper-button-prev.swiper-button-disabled:before,
.swiper .swiper-button-prev.outline:before {
    background-image: url(images/layout/arrow-left_blue.svg);
}
.swiper .swiper-button-next:before {
    background-image: url(images/layout/arrow-right.svg);
}
.swiper .swiper-button-next:after,
.swiper .swiper-button-next.swiper-button-disabled:before,
.swiper .swiper-button-next.outline:before {
    background-image: url(images/layout/arrow-right_blue.svg);
}
.swiper .swiper-scrollbar {
    background: #f4f4f4;
    cursor: pointer;
}
.swiper .swiper-scrollbar-drag {
    background: var(--color-primary);
    cursor: grab;
}
.swiper .slider-controls {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 25px;
}
.swiper .swiper-nav-wrapper {
    flex-shrink: 0;
    display: flex;
    justify-content: space-between;
    width: 100px;
}
.swiper .swiper-nav-wrapper div[class*="swiper-button-"] {
    position: relative;
    left: auto;
    right: auto;
    margin: 0;
}
.swiper .slider-controls .swiper-scrollbar:first-child {
    margin: 0 25px 0 0;
}
.swiper .slider-controls .swiper-scrollbar:last-child {
    margin: 0 0 0 25px;
}
.swiper .slider-controls .swiper-scrollbar.swiper-scrollbar-horizontal {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
}
.swiper.simple-slider .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 180px;
    height: 325px;
    margin-right: 15px;
    padding: 38px 15px;
    border: 8px solid var(--color-primary);
    border-radius: 100px 100px 25px 25px;
    text-align: center;
    box-shadow: 0 4px 6px -2px rgba(0, 0, 0, .03), 0 12px 16px -4px rgba(0, 0, 0, .08);
    color: #fff;
}
.swiper.simple-slider .swiper-slide:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 0 0 17px 17px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 63.48%, rgba(0, 0, 0, .52) 81.74%, #000 100%);
}
.swiper.simple-slider .swiper-slide > a {
    position: relative;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: calc(100% + 76px);
    margin: -38px -15px;
    border-radius: inherit;
    padding: inherit;
    text-align: inherit;
    text-decoration: none;
}
.swiper.simple-slider .swiper-slide h3 {
    text-transform: uppercase;
    font: 14px/1.5 'Montserrat-Bold';
}

.fancybox-caption {
    display: none;
}
/*== 2.3 - Forminator ==*/
.forminator-custom-form.forminator-ui.forminator-design--default:not(.forminator-size--small)[data-grid=open] .forminator-row {
    margin-right: -12px;
    margin-left: -12px;
}
.forminator-custom-form.forminator-ui.forminator-design--default:not(.forminator-size--small) .forminator-pagination-steps {
    display: none !important;
}
.forminator-custom-form.forminator-ui.forminator-design--default:not(.forminator-size--small)[data-grid=open] .forminator-pagination[data-step="0"] .forminator-row:first-child {
    margin-bottom: 0;
}
.forminator-custom-form.forminator-ui.forminator-design--default:not(.forminator-size--small)[data-grid=open] .forminator-col {
    padding: 0 12px;
}
.forminator-custom-form.forminator-ui .forminator-col.forminator-col-sm {
    max-width: 140px;
}
.forminator-custom-form h2:first-child {
    margin: -25px 0 35px;
}
.forminator-custom-form h4 {
    margin: 0 0 12px;
    color: var(--color-primary);
}
.forminator-custom-form h5 {
    color: var(--color-primary);
}
.forminator-custom-form h4 + p {
    font-size: 18px;
}
.forminator-custom-form.forminator-ui:not(.forminator-size--small)[data-grid=open] .forminator-col.request-step_1,
.forminator-custom-form.forminator-ui:not(.forminator-size--small)[data-grid=open] .forminator-col.forminator-html-box {
    margin: 0 12px;
    border: 1px solid transparent;
    border-radius: 15px;
    padding: 30px;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .06), 0 1px 3px 0 rgba(0, 0, 0, .1);
    transition: all .3s ease;
}
.forminator-custom-form.forminator-ui:not(.forminator-size--small)[data-grid=open] .forminator-col.request-step_1.active {
    border-color: #1abca1;
}
.forminator-custom-form.forminator-ui:not(.forminator-size--small)[data-grid=open] .forminator-col.request-step_1.forminator-has_error {
    border-color: #e04562;
}
.forminator-custom-form .request-step_1 p:not(:last-child) {
    margin-bottom: 12px;
}
.forminator-custom-form .request-step_1 a {
    font-size: 14px;
}
.forminator-custom-form.forminator-ui.forminator-design--default a {
    color: var(--color-primary);
}
.forminator-custom-form.forminator-ui.forminator-design--default a:hover {
    color: inherit;
}
.forminator-custom-form.forminator-ui.forminator-design--default .forminator-all-group-copies.forminator-repeater-field {
    border-radius: 0;
    padding: 0;
    box-shadow: none !important;
    background: transparent !important;
}
.forminator-custom-form.forminator-ui.forminator-design--default .forminator-label {
    font: inherit !important;
}
.forminator-custom-form.forminator-ui.forminator-design--default .forminator-input,
.forminator-custom-form.forminator-ui.forminator-design--default .forminator-textarea {
    border-radius: 2em !important;
    line-height: inherit !important;
    padding: 12px 12px 10px !important;
}
.forminator-custom-form.forminator-ui .forminator-col.radio-step_1 {
    height: 0;
    overflow: hidden;
}
.forminator-custom-form.forminator-ui.forminator-design--default .forminator-radio {
    font-size: inherit !important;
}
.forminator-custom-form.forminator-ui .forminator-col.two-columns-radio .forminator-radio.forminator-radio-inline {
    margin-right: 0;
    padding-right: 12px;
    width: 50%;
}
body.admin-bar > .forminator-select.select2-container.forminator-select-dropdown-container--open {
    margin-top: 31px;
}
body.forminator-hustle-dropdown-fix .forminator-select.forminator-select-dropdown-container--open {
    z-index: 135 !important;
}
.forminator-ui.forminator-custom-form.forminator-design--default select.forminator-select2 + .forminator-select .selection .select2-selection--single[role="combobox"] {
    border-radius: 2em;
}
.forminator-ui.forminator-custom-form.forminator-design--default select.forminator-select2 + .forminator-select .selection .select2-selection--single[role="combobox"] .select2-selection__rendered {
    padding: 12px 12px 10px !important;
    line-height: inherit !important;
}
.forminator-select.forminator-select-dropdown-container--open span.forminator-select-dropdown.forminator-dropdown--default {
    padding: 0;
}
.forminator-select.forminator-select-dropdown-container--open span.forminator-select-dropdown .select2-results .select2-results__options {
    max-height: 225px;
}
.forminator-select.forminator-select-dropdown-container--open .select2-results .select2-results__options {
    scrollbar-width: thin;
    scrollbar-color: var(--color-primary) #000;
}
.forminator-select.forminator-select-dropdown-container--open .select2-results .select2-results__options::-webkit-scrollbar {
    width: 3px;
}
.forminator-select.forminator-select-dropdown-container--open .select2-results .select2-results__options::-webkit-scrollbar-track {
    border-radius: 2px;
    background-color: #000;
}
.forminator-select.forminator-select-dropdown-container--open .select2-results .select2-results__options::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: var(--color-primary);
}
.forminator-select.forminator-select-dropdown-container--open span.forminator-select-dropdown.forminator-dropdown--default .select2-search--dropdown:not(.select2-search--hide) + .select2-results .select2-results__options .select2-results__option {
    padding: 7px 12px 6px;
}
.forminator-custom-form.forminator-ui.forminator-design--default .forminator-checkbox .forminator-checkbox-box {
    border-radius: 4px !important;
}
.forminator-custom-form.forminator-ui .forminator-col.privacy-acceptance .forminator-checkbox-label {
    display: none;
}
.forminator-custom-form.forminator-ui .forminator-col.privacy-acceptance-group .forminator-grouped-fields {
    position: relative;
    padding-bottom: 40px !important;
}
.forminator-custom-form.forminator-ui .forminator-col.privacy-acceptance-group .forminator-grouped-fields .forminator-row:first-child {
    margin-top: 1px;
    float: left;
}
.forminator-custom-form.forminator-ui .forminator-col.privacy-acceptance-group .forminator-grouped-fields .forminator-row:first-child .forminator-error-message {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;    
}
.forminator-custom-form.forminator-ui .forminator-col.privacy-acceptance-group .forminator-grouped-fields .forminator-row:last-child {
    width: calc(100% - 20px);
    margin-left: auto;
    cursor: pointer;
}
.forminator-custom-form.forminator-ui .forminator-col.privacy-acceptance-text a {
    text-decoration: underline;
    color: inherit;
}
.forminator-custom-form.forminator-ui .forminator-col.privacy-acceptance-text a:hover {
    color: var(--color-primary);
}
.forminator-custom-form.forminator-ui.forminator-design--default:not(.forminator-size--small) .forminator-pagination-footer {
    margin: 65px 0 0 !important;
    justify-content: flex-end !important;
}
.forminator-custom-form.forminator-ui.forminator-design--default button.forminator-button {
    min-width: auto;
    border-radius: 2em;
    padding: 9px 25px 7px;
    letter-spacing: 0.3px;
    font: 16px/1.5 'Montserrat-Bold' !important;
    transition: all .3s ease;
}
.forminator-custom-form.forminator-ui.forminator-design--default button.forminator-button:hover,
.forminator-custom-form.forminator-ui.forminator-design--default button.forminator-button:focus {
    box-shadow: none;
}
.forminator-custom-form.forminator-ui.forminator-design--default button.forminator-button.forminator-button-back {
    margin-top: 2px;
    border-radius: 0;
    padding: 0;
    background-color: transparent !important;
}
.forminator-custom-form.forminator-ui.forminator-design--default .forminator-button + .forminator-button {
    margin-left: 16px;
}
.forminator-custom-form + .forminator-edit-module {
    display: none;
}
.wpb_text_column .forminator-custom-form {
    margin: 0 !important;
}
.wpb_text_column .forminator-custom-form.forminator-ui.forminator-design--default:not(.forminator-size--small)[data-grid=open] .forminator-row,
.wpb_text_column .forminator-custom-form.forminator-ui:not(.forminator-size--small)[data-grid=open] .forminator-col.request-step_1 {
    margin-right: 0;
    margin-left: 0;
}
.wpb_text_column .forminator-custom-form.forminator-ui.forminator-design--default:not(.forminator-size--small)[data-grid=open] .forminator-col.forminator-field-group {
    border-radius: 15px;
    padding: 30px 18px;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .06), 0 1px 3px 0 rgba(0, 0, 0, .1);
}
.wpb_text_column .forminator-custom-form.forminator-ui.forminator-design--default:not(.forminator-size--small)[data-grid=open] .forminator-col.privacy-acceptance-group {
    margin-top: -55px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.wpb_text_column .forminator-custom-form.forminator-ui .forminator-col.privacy-acceptance-group .forminator-grouped-fields .forminator-row:last-child {
    width: calc(100% - 45px);
    padding: 0;
}
.wpb_text_column .forminator-custom-form.forminator-ui .forminator-col.privacy-acceptance-group .forminator-grouped-fields .forminator-row:last-child .forminator-col {
    padding: 0;
}
.wpb_text_column #html-1.forminator-field-html,
.wpb_text_column .forminator-custom-form .request-step_1 > div > p a:only-child {
    display: none;
}
.wpb_text_column .forminator-custom-form h4 + p {
    font-size: inherit;
}
.wpb_text_column .forminator-custom-form h2:first-child {
    margin: 0 0 12px;
    font-size: 32px;
    color: var(--color-primary);
}
.wpb_text_column .forminator-custom-form h2 br {
    display: none;
}

/******** 3 - Header & Footer ********/

/*== 3.1 - Header ==*/
.top-bar {
    padding: 10px 0 9px;
    font-size: 14px;
    color: #fff;
    background-color: var(--color-primary);
}
.top-bar .container > ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.top-bar .widget {
    margin-bottom: 0;
}
.header-wrapper {
    position: absolute;
    width: 100%;
    height: 80px;
    padding: 8px 0;
    font-size: 14px;
    font-family: 'Montserrat-Medium';
    background-color: #ffd22e;
    transition: background .5s ease;
    z-index: 120;
}
.header-wrapper .container,
.header-wrapper .flexbox-center-between {
    height: 100%;
}
.header-wrapper .flexbox-center-between > div:first-child {
    flex-shrink: 0;
    flex-basis: 43px;
}
.header-wrapper .custom-btn:hover {
    color: var(--color-primary);
    background-color: #fff;
}
.header-wrapper .main-nav-wrap {
    margin: 0 auto;
}
.custom-logo-link,
.custom-logo {
    display: block;
}
.custom-logo {
    filter: brightness(0);
}
.wpml-ls-legacy-dropdown {
    width: auto;
    margin-left: 30px;
}
.wpml-ls-legacy-dropdown a {
    border: 0;
    padding: 6px 12px;
    line-height: inherit;
    color: inherit;
    background-color: transparent;
    transition: none;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
    border: 1px solid var(--color-primary);
    border-radius: 2em;
    padding: 7px 46px 6px 12px;
    background-color: #ffd22e;
    color: inherit;
    cursor: default;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    top: 50%;
    right: 18px;
    width: 6px;
    height: 6px;
    margin-top: -5px;
    border: 0;
    border-top: 2px solid var(--color-primary);
    border-right: 2px solid var(--color-primary);
    transform: rotate(135deg);
}
.wpml-ls-legacy-dropdown .wpml-ls-flag {
    display: block;
    width: 24px;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a,
.wpml-ls-legacy-dropdown a:focus,
.wpml-ls-legacy-dropdown a:hover {
    color: inherit;
    background-color: transparent;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    border: 1px solid var(--color-primary);
    border-radius: 8px;
    padding: 0;
    background-color: #ffd22e;
    transition: all .3s ease;
}

/*== 3.1.1 - Fixed Header ==*/
.fixed .header-wrapper {
    position: fixed;
    top: 0 !important;
    -webkit-box-shadow: 0 2px 10px -3px rgba(16, 26, 48, .2);
    box-shadow: 0 2px 10px -3px rgba(16, 26, 48, .2);
}
.fixed.admin-bar .header-wrapper {
    top: 32px !important;
}

/*== 3.2 - Modal ==*/
body.modal-open {
    overflow: hidden;
}
body.modal-open .modal-overlay,
body.modal-open .main-overlay {
    opacity: 1;
    visibility: visible;
}
body.modal-open .modal-overlay {
    z-index: 130;
}
.modal-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    max-width: 640px;
    width: 100%;
    background: url(images/layout/bg-grid_yellow.svg) no-repeat, var(--color-basic);
    background-size: cover;
    transition: all .5s ease;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    scrollbar-width: thin;
    scrollbar-color: var(--color-primary) #000;
}
.modal-overlay::-webkit-scrollbar {
    width: 3px;
}
.modal-overlay::-webkit-scrollbar-track {
    border-radius: 2px;
    background-color: #000;
}
.modal-overlay::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: var(--color-primary);
}
.admin-bar .modal-overlay {
    top: 32px;
}
.modal-outer,
.modal-content,
.modal-content .container {
    height: 100%;
}
.modal-content .container {
    padding: 25px;
}
.modal-content .person-box {
    max-width: 100%;
}
.modal-header .close-btn {
    width: 14px;
    height: 14px;
    margin-left: auto;
}
.modal-body {
    height: calc(100% - 14px);
}
.modal-content .pilgerausweis {
    padding-bottom: 25px;
}

/*== 3.3 - Navigation ==*/
.main-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .75);
    transition: all 0.5s ease;
    z-index: 12;
    opacity: 0;
    visibility: hidden;
}
.close-btn {
    position: relative;
    display: block;
    width: 24px;
    height: 24px;
    font-style: normal;
    cursor: pointer;
}
.close-btn:before,
.close-btn:after {
    content: "";
    position: absolute;
    top: 43%;
    left: -2px;
    width: 124%;
    height: 2px;
    border-radius: 2px;
    background-color: #000;
    transform: rotate(45deg);
    transition: all 0.3s ease;
}
.close-btn:after {
    transform: rotate(-45deg);
}
.close-btn:hover:before,
.close-btn:hover:after {
    background-color: var(--color-primary);
}
.main-navigation .close-btn {
    position: absolute;
    top: 30px;
    right: 30px;
    display: none;
    margin: 0;
    z-index: 1;
}
.main-navigation .close-btn:before,
.main-navigation .close-btn:after {
    background-color: #fff;
}
.main-navigation .close-btn:hover:before,
.main-navigation .close-btn:hover:after {
    background-color: var(--color-secondary);
}
.nav-btn {
    display: none;
    width: 30px;
    height: 24px;
    margin-left: 20px;
    cursor: pointer;
}
.nav-btn span {
    position: relative;
    top: 10px;
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 2px;
    background-color: var(--color-primary);
    transition: all 0.25s ease-in-out;
}
.nav-btn span:before,
.nav-btn span:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: inherit;
    border-radius: inherit;
    background-color: var(--color-primary);
    transition: inherit;
}
.nav-btn span:before {
    top: -9px;
}
.nav-btn span:after {
    top: 9px;
}
.nav-btn:hover span,
.nav-btn:hover span:before,
.nav-btn:hover span:after {
    background-color: #fff;
}
.nav-menu,
.copyright-menu,
.page-nav-list {
    display: flex;
}
.nav-menu li.menu-item-has-children {
    position: relative;
}
.nav-menu li.menu-item-has-children > a[href="#"] {
    pointer-events: none;
}
.nav-menu li.menu-item-has-children:hover > ul {
    pointer-events: inherit;
    opacity: 1;
    visibility: visible;
}
.nav-menu > li,
.page-nav-list li {
    margin: 0 15px;
}
.nav-menu a {
    font-size: 16px;
    border-bottom: 1px solid transparent;
}
.nav-menu a:hover,
.nav-menu > li.menu-item-has-children:hover > a,
.nav-menu li.current-menu-item > a,
.nav-menu li.current-menu-ancestor > a {
    color: var(--color-primary);
    border-color: var(--color-primary);
}
.nav-menu .sub-menu {
    position: absolute;
    top: 100%;
    width: 340px;
    padding: 15px 24px;
    -webkit-box-shadow: 0 4px 10px rgba(16, 26, 48, .2);
    box-shadow: 0 4px 10px rgba(16, 26, 48, .2);
    background-color: var(--color-secondary);
    transition: all 0.5s ease;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
}
.nav-menu > li > .sub-menu {
    left: -24px;
}
.nav-menu > li:last-child > .sub-menu {
    left: auto;
    right: 0;
}
.nav-menu .sub-menu li:not(:last-child) {
    margin-bottom: 5px;
}
.page-nav-list {
    justify-content: flex-end;
}
.page-nav-list a {
    text-decoration: none !important;
    font: 14px/1.5 'Montserrat-Medium';
}
.page-nav-list a:hover {
    color: var(--color-primary);
}
.page-nav-wrapper {
    height: 46px;
}
.page-nav-box {
    padding: 11px 0;
}
.vc_section .vc_row[data-vc-full-width] .page-nav-box {
    background-color: var(--color-basic);
}
.page-nav-box.sticky {
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    background-color: var(--color-basic);
    -webkit-box-shadow: 0 2px 10px -3px rgba(16, 26, 48, .2);
    box-shadow: 0 2px 10px -3px rgba(16, 26, 48, .2);
    z-index: 100;
}
.admin-bar .page-nav-box.sticky {
    top: 112px;
}
.page-nav-box.sticky .page-nav-list,
.vc_section .vc_row[data-vc-full-width] .page-nav-box .page-nav-list {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 0 65px;    
}

/*== 3.4 - Footer ==*/
.footer {
    font-size: 14px;
}
.footer-content {
    padding: 65px 0 45px;
    background-color: var(--color-secondary);
}
.footer-content .flexbox {
    justify-content: space-between;
    margin: 0 -15px;
}
.footer-content .flexbox > div {
    padding: 0 15px;
}
.footer-content .flexbox > div:first-child:not(:only-child) {
    flex-basis: calc(50% - 225px);
    padding-right: 150px;
}
.footer-content .flexbox > div.custom-logo-box {
    flex-shrink: 0;
    flex-basis: 140px;
}
.footer-content .flexbox > div.custom-logo-box:only-child {
    flex-grow: 1;
}
.footer-content .custom-logo {
    max-width: 110px;
    margin: 0 auto;
}
.footer-menu li:not(:last-child) {
    margin-bottom: 8px;
}
.footer-menu a:hover,
.footer-menu li.current-menu-item a,
.copyright-menu li.current-menu-item a {
    color: var(--color-primary);
}
.copyright {
    padding: 34px 0 30px;
    color: var(--color-primary);
    background-color: var(--color-basic);
}
.copyright .flexbox {
    justify-content: center;
    text-align: center;
}
.copyright .flexbox > span {
    margin-right: 12px;
}
.copyright .view-counter {
    display: flex;
    margin-left: 12px;
    color: #68E;
}
.copyright .view-counter > span {
    padding-left: 4px;
}
.copyright-menu a {
    text-decoration: underline;
}
.copyright-menu a:hover,
.copyright-menu li.current-menu-item a {
    text-decoration: none;
}
.copyright-menu li {
    margin: 0 12px;
}

/******** 4 - WPBakery ********/

/*== 4.1 - Sections & Rows ==*/
.site-main .vc_section,
.site-main .vc_section.vc_section-has-fill {
    margin: 0;
    padding: 110px 0;
}
.site-main .vc_section.vc_section-has-fill:not(.top-banner-wrapper),
.site-main .vc_section.vc_section-has-fill.top-banner-wrapper.alt {
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.site-main .vc_section.vc_section-has-fill.text-light {
    color: #fff;
}
.site-main .vc_section.vc_section-has-fill + .vc_section {
    padding-top: 110px;
}
.site-main .vc_section:not(.vc_section-has-fill) + .vc_section:not(.vc_section-has-fill) {
    padding-top: 0;
}
.site-main .vc_section.top-banner-wrapper {
    position: relative;
    padding-bottom: 65px;
    min-height: 640px;
}
.site-main .vc_section.top-banner-wrapper.vc_section-has-fill {
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 50% 100%;
}
.site-main .vc_section.top-banner-wrapper.vc_section-has-fill:not(.alt):before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to right, rgba(255, 227, 141, 1) 0%, rgba(255, 227, 141, 1) 60%, rgba(255, 227, 141, 0) 100%);
}
.site-main .vc_section.top-banner-wrapper > .vc_row:not(.tablet-row) {
    text-align: center;
}
.site-main .vc_section.top-banner-wrapper > .vc_row:not(.tablet-row) .vc_custom_heading {
    text-align: inherit !important;
}
.site-main .vc_section.top-banner-wrapper > .vc_row:not(.tablet-row) .post-meta-list {
    justify-content: center;
}
.site-main .vc_section.top-banner-wrapper > .vc_row:not(.tablet-row) .wpb_text_column {
    max-width: 640px;
}
.site-main .vc_section.top-banner-wrapper > .vc_row:not(.tablet-row) .wpb_text_column,
.site-main .vc_section.top-banner-wrapper > .vc_row:not(.tablet-row) .post-data-box .author-avatar {
    margin-right: auto;
    margin-left: auto;
}
.site-main .vc_section.top-banner-wrapper > .vc_row.tablet-row {
    align-items: flex-end;
    min-height: 355px;
}
.site-main .vc_section.top-banner-wrapper > .vc_row.tablet-row .swiper.simple-slider {
    margin-right: -65px;
    padding-right: 100px;
}
.site-main .vc_section.top-banner-wrapper > .vc_row .vc_column_container:first-child .vc_row.vc_inner {
    max-width: 80%;
}
.site-main .vc_section.top-banner-wrapper .vc_row.vc_inner {
    margin-left: 0;
}
.site-main .vc_section.top-banner-wrapper .vc_row.vc_inner.tablet-row .vc_column-inner,
.site-main .vc_section.top-banner-wrapper .vc_row.vc_inner.tablet-row .vc_column-inner > .wpb_wrapper,
.site-main .vc_section.top-banner-wrapper .vc_row.vc_inner.tablet-row .vc_column-inner > .wpb_wrapper > div:only-child {
    height: 100%;
}
.site-main .vc_section.top-banner-wrapper .wpb_content_element:not(:last-child) {
    margin-bottom: 20px;
}
.site-main .vc_section.top-banner-wrapper .person-box + .person-box {
    margin-top: 30px;
}
.site-main .vc_section.top-banner-wrapper blockquote {
    border: 0;
    padding: 0;
    font-style: normal;
    font-size: 12px;
    font-family: 'Montserrat-Medium';
    color: inherit;
}
.vc_section .vc_row {
    max-width: 1440px;
    width: 100%;
    margin-right: auto;
    margin-bottom: 80px;
    margin-left: auto;
    padding-right: 50px;
    padding-left: 50px;
}
.vc_section .vc_row.vc_row-has-fill {
    padding-top: 80px;
    padding-bottom: 80px;
}
.vc_section .vc_row.vc_row-has-fill > .vc_column_container:only-child {
    float: none;
}
.vc_section .vc_row.vc_row-has-fill > .vc_column_container > .vc_column-inner {
    padding-top: 0;
}
.vc_section .vc_row.vc_inner {
    margin-bottom: 40px;
    padding-right: 0;
    padding-left: 0;
}
.vc_section .vc_row.vc_inner.vc_row-has-fill {
    padding: 30px;
}
.vc_section .vc_row.vc_inner.vc_row-has-fill > .vc_column_container > .vc_column-inner:only-child {
    padding-top: 0;
}
.vc_section .vc_row.vc_inner .vc_column_container:first-child > .vc_column-inner {
    padding-left: 0;
}
.vc_section .vc_row.vc_inner .vc_column_container:last-child > .vc_column-inner {
    padding-right: 0;
}
.vc_section .vc_row.vc_inner .wpb_content_element {
    margin-bottom: 30px;
}
.vc_section .vc_row.vc_row-o-full-height {
    min-height: auto;
    height: 100%;
}
.vc_section .vc_row[data-vc-full-width] {
    left: 0 !important;
    max-width: 100%;
    margin-bottom: 0;
    padding-right: 0;
    padding-left: 0;
    overflow: inherit;
    opacity: 1 !important;
}
.vc_section .vc_row-full-width { /* fix data-vc-full-width row margin */
    margin-bottom: 110px;
}
.vc_section .vc_row.tablet-row {
    display: flex;
}
.vc_section .vc_row.tablet-row.vertical-center {
    align-items: center;
}
.vc_section .vc_row.tablet-row.large-offset .vc_column_container:first-child > .vc_column-inner {
    padding-right: 40px;
}
.vc_section .vc_row.tablet-row.large-offset .vc_column_container:last-child > .vc_column-inner {
    padding-left: 40px;
}
.vc_col-has-fill .vc_column-inner {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.vc_section .wpb_content_element {
    margin-bottom: 40px;
}
.vc_section .vc_row:last-child,
.vc_section .vc_row.vc_inner:last-child,
.vc_section .vc_row.vc_inner .wpb_content_element:last-child,
.vc_section .vc_row-full-width:last-child,
.vc_section .wpb_content_element:last-child,
.vc_btn3-container:last-child,
.vc_tta-container:last-child,
.vc_column_container .vc_toggle:last-child {
    margin-bottom: 0;
}

/*== 4.2 - Default Modules ==*/
.custom-btn,
.btn.vc_btn3-container .vc_general.vc_btn3,
.wsdsgvovideo_img .wsdsgvovideo_acception.ws-default-btn,
input[type="submit"] {
    border: 1px solid transparent;
    border-radius: 2em;
    padding: 8px 25px 6px;
    text-align: center;
    letter-spacing: 0.3px;
    font-family: 'Montserrat-Bold';
    color: #fff;
    background-color: var(--color-primary);
    transition: all .3s ease;
}
.custom-btn:hover,
.btn.vc_btn3-container .vc_general.vc_btn3:hover,
.wsdsgvovideo_img .wsdsgvovideo_acception.ws-default-btn:hover,
input[type="submit"]:hover {
    border-color: transparent;
    color: #fff;
    background-color: var(--color-secondary);
}
.custom-btn.light,
.btn.light.vc_btn3-container .vc_general.vc_btn3 {
    color: var(--color-primary);
    background-color: #fff;
}
.custom-btn.light:hover,
.btn.light.vc_btn3-container .vc_general.vc_btn3:hover {
    border-color: transparent;
    color: var(--color-primary);
    background-color: var(--color-secondary);
}
.custom-btn.outline,
.btn.outline.vc_btn3-container .vc_general.vc_btn3 {
    border-color: var(--color-primary);
    color: var(--color-primary);
    background-color: transparent;
}
.custom-btn.outline:hover,
.btn.outline.vc_btn3-container .vc_general.vc_btn3:hover {
    border-color: var(--color-primary);
    color: #fff;
    background-color: var(--color-primary);
}
.custom-btn.light.outline,
.btn.outline.light.vc_btn3-container .vc_general.vc_btn3 {
    border-color: #fff;
    color: #fff;
    background-color: transparent;
}
.custom-btn.outline.light:hover,
.btn.outline.light.vc_btn3-container .vc_general.vc_btn3:hover {
    border-color: var(--color-secondary);
    color: var(--color-primary);
    background-color: var(--color-secondary);
}
span.custom-btn {
    display: inline-block;
    cursor: pointer;
}
.custom-btn span {
    display: block;
    font-size: 14px;
    font-family: 'Montserrat-Medium';
}
.vc_custom_heading.large-offset {
    margin-bottom: 80px;
}
.wpb_single_image {
    position: relative;
}
.wpb_single_image figcaption.vc_figure-caption {
    border-left: 2px solid;
    padding-left: 10px;
    text-align: left;
    font-size: 14px;
}
.vc_section .vc_row[data-vc-full-width] > .vc_column_container > .vc_column-inner > .wpb_wrapper > .wpb_single_image .vc_figure,
.vc_section .vc_row[data-vc-full-width] > .vc_column_container > .vc_column-inner > .wpb_wrapper > .wpb_single_image .vc_single_image-wrapper,
.vc_section .vc_row[data-vc-full-width] > .vc_column_container > .vc_column-inner > .wpb_wrapper > .wpb_single_image img {
    display: block;
    width: 100%;
}
.vc_section .vc_row[data-vc-full-width] > .vc_column_container > .vc_column-inner > .wpb_wrapper > .wpb_single_image figcaption.vc_figure-caption {
    position: absolute;
    right: 60px;
    top: 30px;
    margin: 0;
    color: #fff;
}
.wpb_text_column img.size-full {
    display: block;
    width: 100%;
}

/*== 4.3 - Custom VC Modules ==*/
/* 4.3.1 - custom top banner & slider */
.custom-top-slider {
    min-height: 550px;
}
.custom-top-slider.has-slider {
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
}
.custom-top-slider.slick-initialized {
    overflow: inherit;
    opacity: 1;
    visibility: visible;
}
.custom-top-slider .slick-list,
.custom-top-slider .slick-track {
    transform: none !important;
}
.custom-top-slider .slick-list,
.custom-top-slider .slick-track,
.custom-top-slider .container,
.custom-top-slider .img-box,
.custom-top-slider .text-box {
    min-height: inherit;
}
.custom-top-slider .slick-arrow.slick-prev {
    left: 60px;
}
.custom-top-slider .slick-arrow.slick-next {
    right: 60px;
}
.custom-top-slider .slick-dots {
    position: absolute;
    bottom: 30px;
    margin: 0;
}
.custom-top-slider .img-box:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 260px;
    background: linear-gradient(180deg, rgba(255, 246, 212, 0) 0%, rgba(255, 246, 212, 0.89) 80.21%, #fff6d4 100%);
}
.custom-top-slider .text-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 120px 0 40px;
}
.custom-top-slider .title-box {
    max-width: 665px;
    width: 100%;
}
.custom-top-slider .content-box {
    display: flex;
    flex-wrap: wrap;
    max-width: 665px;
    width: 100%;
    margin: 0 0 0 auto;
}
.custom-top-slider .title-box + .content-box {
    margin: 80px 0 0 auto;
}
.custom-top-slider .content-box .wpb_text_column {
    width: calc(50% - 12px);
}
.custom-top-slider .content-box .wpb_text_column + .wpb_text_column {
    margin-left: auto;
}
.custom-top-slider .content-box .wpb_text_column.two-columns {
    column-count: 2;
    column-gap: 24px;
    width: 100%;
}
.custom-top-slider .custom-btn {
    margin-top: 30px;
}
.home .custom-top-slider {
    min-height: calc(100vh - 110px);
    color: #fff;
}
.home.admin-bar .custom-top-slider {
    min-height: calc(100vh - 142px);
}
.home .custom-top-slider .img-box:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .4);
}
.home .custom-top-slider .text-box {
    justify-content: flex-start;
}
.home .custom-top-slider * {
    color: inherit;
}
/* 4.3.2 - custom content */
.custom-content.one-column {
    max-width: 770px;
    margin-right: auto;
    margin-left: auto;
}
.custom-content.one-column .title-box + .content-box,
.custom-content .more-link {
    margin-top: 15px;
}
.custom-content.two-columns:not(.title-above) {
    display: flex;
}
.custom-content.two-columns .title-box {
    flex-grow: 1;
    width: 45%;
    padding-right: 30px;
}
.custom-content.two-columns .content-box {
    flex-grow: 1;
    width: 55%;
}
.custom-content.two-columns .wpb_text_column {
    column-count: 2;
    column-gap: 80px;
}
.custom-content.two-columns.title-above .title-box {
    width: 100%;
    margin-bottom: 80px;
    padding: 0;
}
.custom-content.two-columns.title-above .content-box {
    width: 100%;
}
.custom-content.two-columns.title-above .more-link {
    display: block;
    width: fit-content;
    margin-left: calc(50% + 40px);
}
/* 4.3.3 - custom image */
.custom-image .img-box {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 180px;
    height: 325px;
    padding: 38px 15px;
    border: 8px solid var(--color-secondary);
    border-radius: 100px 100px 25px 25px;
    text-align: center;
    box-shadow: 0 4px 6px -2px rgba(0, 0, 0, .03), 0 12px 16px -4px rgba(0, 0, 0, .08);
    color: #fff;
}
.custom-image .img-box.size-md {
    width: 325px;
    height: 585px;
    border-radius: 165px 165px 65px 65px;
}
.custom-image .img-box.size-lg {
    width: 400px;
    height: 800px;
    border-radius: 200px 200px 100px 100px;
}
.custom-image .img-box.has-title:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 0 0 17px 17px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 63.48%, rgba(0, 0, 0, .52) 81.74%, #000 100%);
}
.custom-image .img-box.size-md:before {
    border-radius: 0 0 52px 52px;
}
.custom-image .img-box.size-lg:before {
    border-radius: 0 0 92px 92px;
}
.custom-image .img-box > a {
    position: relative;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: calc(100% + 76px);
    margin: -38px -15px;
    border-radius: inherit;
    padding: inherit;
    text-align: inherit;
    text-decoration: none;
}
.custom-image .img-box h3 {
    text-transform: uppercase;
    font: 14px/1.5 'Montserrat-Bold';
}
.custom-image.align-center .img-box {
    margin: 0 auto;
}
.custom-image.align-right .img-box {
    margin-left: auto;
}
/* 4.3.4 - custom icon list */
.icon-list li {
    position: relative;
    margin-bottom: 40px;
    padding-left: 40px;
}
.icon-list li:last-child,
.icon-list.two-columns li:nth-last-child(2) {
    margin-bottom: 0;
}
.icon-list.no-icon li {
    padding-left: 0;
}
.icon-list.two-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.icon-list.two-columns li {
    width: calc(50% - 12px);
}
.icon-list .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
}
.icon-list .icon img {
    max-height: inherit;
}
/* 4.3.5 - custom gallery */
.custom-gallery .entry-title {
    margin: 0 0 75px;
    text-align: center;
}
.custom-gallery .flexbox {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7.5px;
}
.custom-gallery .flexbox a {
    display: block;
    width: calc(25% - 15px);
    height: 305px;
    margin: 7.5px;
    border-radius: 30px;
    transform: translateZ(0); /* fix border-radius & overflow in Safari */
    overflow: hidden;
}
.custom-gallery .flexbox img,
.custom-gallery .gallery-slider img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s linear;
}
.custom-gallery a:hover img {
    transform: scale(1.1);
}
.custom-gallery .gallery-slider a {
    height: 305px;
    border-radius: 30px;
    overflow: hidden;
}
.custom-gallery .slick-dots {
    margin-top: 25px;
}
.custom-gallery .custom-btn {
    margin-top: 45px;
}
.custom-gallery .slick-arrow.slick-prev {
    left: -14px;
}
.custom-gallery .slick-arrow.slick-next {
    right: -14px;
}
/* 4.3.6 - page teaser & posts */
.page-teaser .title-box,
.posts-wrapper .title-box {
    margin-bottom: 80px;
}
.page-teaser .title-box.text-left,
.posts-wrapper .title-box.text-left {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.page-teaser .title-box.text-left > div,
.posts-wrapper .title-box.text-left > div {
    flex-grow: 1;
    padding-right: 30px;
}
.page-teaser .title-box.text-left .custom-btn,
.posts-wrapper .title-box.text-left .custom-btn {
    flex-shrink: 0;
}
.page-teaser .title-box.text-center .custom-btn,
.posts-wrapper .title-box.text-center .custom-btn {
    margin-top: 15px;
}
.page-teaser h1,
.page-teaser h2,
.posts-wrapper h1,
.posts-wrapper h2 {
    margin-bottom: 20px;
}
.page-teaser .flexbox,
.posts-wrapper .flexbox {
    margin: -24px;
}
.page-teaser .page,
.posts-wrapper .post {
    display: flex;
    flex-direction: column;
    width: calc(33.33% - 48px);
    margin: 24px;
    border-radius: 30px;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .06), 0 1px 3px 0 rgba(0, 0, 0, .1);
    overflow: hidden;
}
.page-teaser .swiper.page-slider .page,
.posts-wrapper .swiper.post-slider .post {
    width: 370px;
    margin-right: 48px;
}
.page-teaser .page.swiper-slide,
.posts-wrapper .post.swiper-slide,
.events-wrapper .event.swiper-slide {
    height: auto;
    margin: 0;
}
.page-teaser figure {
    height: 255px;
}
.posts-wrapper figure {
    height: 240px;
}
.page-teaser figure a,
.posts-wrapper figure a {
    display: block;
    height: inherit;
    border-radius: 30px 30px 0 0;
    text-decoration: none !important;
}
.page-teaser .text-box,
.posts-wrapper .text-box {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 25px 30px;
}
.page-teaser .text-box .entry-title,
.posts-wrapper .text-box .entry-title {
    min-height: 58px;
}
.page-teaser .text-box .more-link,
.posts-wrapper .text-box .more-link,
.events-wrapper .text-box .more-link {
    margin-top: auto;
}
.vc_section .vc_row[data-vc-full-width] .page-teaser .title-box,
.vc_section .vc_row[data-vc-full-width] .posts-wrapper .title-box {
    max-width: 1440px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 0 65px; 
}
.vc_section .vc_row[data-vc-full-width] .swiper.page-slider,
.vc_section .vc_row[data-vc-full-width] .swiper.post-slider,
.vc_section .vc_row[data-vc-full-width] .swiper.event-slider {
    margin-left: 60px;
    padding: 0 165px 0 5px;
}
.vc_section .vc_row[data-vc-full-width] .swiper.page-slider .slider-controls,
.vc_section .vc_row[data-vc-full-width] .swiper.post-slider .slider-controls,
.vc_section .vc_row[data-vc-full-width] .swiper.event-slider .slider-controls {
    width: calc(100% + 100px);
}
/* 4.3.7 - events */
.events-wrapper .all-events {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
    font-size: 12px;
}
.events-wrapper .event {
    display: flex;
    flex-direction: column;
    width: calc(25% - 30px);
    margin: 15px;
    border-radius: 25px;
    padding: 25px 15px;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .06), 0 1px 3px 0 rgba(0, 0, 0, .1);
    overflow: hidden;
}
.events-wrapper .swiper.event-slider .event {
    width: 295px;
    margin-right: 30px;
}
.events-wrapper .event .entry-title {
    color: inherit;
}
.events-wrapper figure {
    height: 155px;
    border-radius: 15px;
}
.events-wrapper figure a {
    display: block;
    height: inherit;
    border-radius: inherit;
}
.events-wrapper .post-date-box {
    width: 100%;
    min-height: 58px;
    margin-bottom: -15px;
}
.events-wrapper .post-date,
.post-readingtime {
    max-width: 85%;
    width: 100%;
    margin: 0 auto;
    padding: 8px 12px;
    border-radius: 2em;
    text-align: center;
    font-size: 14px;
    color: var(--color-primary);
    background-color: #fff;
    box-shadow: 0 4px 6px -2px rgba(0, 0, 0, .03), 0 12px 16px -4px rgba(0, 0, 0, .08);
    transform: translateY(-50%);
}
.post-readingtime {
    position: relative;
    top: 15px;
    max-width: 130px;
    margin: 0 15px 0 auto;
    transform: none;
}
.events-wrapper .text-box {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
/* 4.3.8 - team */
.person-wrapper .title-box,
.guides-wrapper .title-box {
    margin-bottom: 80px;
}
.person-wrapper > .flexbox {
    margin: 0 -8px -8px;
}
.person-wrapper > .flexbox > div {
    width: calc(33.33% - 8px);
    max-width: 100%;
    margin: 0 4px 8px;
}
.person-wrapper.has-accordion > .flexbox {
    align-items: flex-start;
    margin: 0 -15px -25px;
}
.person-wrapper.has-accordion > .flexbox > div {
    width: calc(33.33% - 15px);
    margin: 0 7.5px 25px;
}
.person-box {
    max-width: 370px;
    text-align: left;
}
.person-box.full-width {
    max-width: 100%;
}
.person-box,
.box-toggle {
    border-radius: 15px;
    padding: 25px 30px;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .06), 0 1px 3px 0 rgba(0, 0, 0, .1);
}
.person-box + .person-box {
    margin-top: 8px;
}
.person-box.type-2 {
    max-width: 430px;
}
.person-box .flexbox {
    flex-wrap: nowrap;
    align-items: flex-start;
}
.person-box.type-2 .flexbox {
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.person-box.type-3 .flexbox {
    flex-direction: column-reverse;
}
.person-box .wpb_text_column {
    margin-top: 20px;
    font-size: 14px;
}
.person-box .wpb_text_column p + ul:not([class]) {
    margin-top: -1.5em;
}
.person-box h5 {
    color: var(--color-primary);
}
.person-box.type-3 h5 {
    font-size: 32px;
}
.person-photo {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    margin: 0 0 0 15px;
    border-radius: 50%;
}
.person-box.type-2 .person-photo {
    margin: 0 15px 0 0;
}
.person-box.type-3 .person-photo {
    width: 150px;
    height: 150px;
    margin: 0 auto 20px;
}
.person-info {
    flex-grow: 1;
}
.person-photo img,
.person-photo picture {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-fit: cover;
    object-position: center;
}
.person-list li {
    padding-left: 25px;
    background-repeat: no-repeat;
    background-position: top 3px left;
    background-size: 16px;
}
.person-list li a:not([class]) {
    text-decoration: none;
    margin-left: -25px;
    padding-left: 25px;
}
.person-list li.item-phone {
    background-image: url(images/layout/icon-phone.svg);
}
.person-list li.item-mail {
    background-image: url(images/layout/icon-mail.svg);
}
.person-list li.item-location {
    background-image: url(images/layout/icon-pin.svg);
}
.person-box.type-1 li br {
    display: none;
}
.person-box.type-1 li.item-location {
    margin-right: -60px;
}
.box-toggle {
    margin-bottom: 25px;
    padding: 0;
}
.box-toggle:last-child {
    margin: 0
}
.box-toggle .person-box + .person-box {
    margin-top: 15px;
}
.box-toggle.open .head-toggle:after {
    top: 26px;
    transform: rotate(315deg);
}
.head-toggle {
    position: relative;
    padding: 15px 45px 15px 25px;
    cursor: pointer;
}
.head-toggle:after {
    content: "";
    position: absolute;
    top: 22px;
    right: 25px;
    width: 7px;
    height: 7px;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(135deg);
    transition: all .3s ease;
}
.head-toggle h6 {
    color: inherit;
}
.content-toggle {
    display: none;
    padding: 0 25px 30px;
}
/* 4.3.9 - pilgrim guide */
.guides-wrapper .pilgerfuehrer {
    display: flex;
    max-width: 78%;
    margin: 0 auto 25px;
    border-radius: 15px;
    padding: 15px;
    font-size: 14px;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .06), 0 1px 3px 0 rgba(0, 0, 0, .1);
}
.guides-wrapper .pilgerfuehrer:last-child {
    margin-bottom: 0;
}
.guides-wrapper .pilgerfuehrer .img-wrap {
    flex-shrink: 0;
    width: 110px;
    margin-right: 15px;
}
.guides-wrapper .pilgerfuehrer .img-wrap img {
    display: block;
    border-radius: 5px;.
}
.guides-wrapper .pilgerfuehrer .text-box {
    flex-grow: 1;
}
.guides-wrapper .pilgerfuehrer .flexbox {
    flex-shrink: 0;
    width: 200px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-left: 15px;
    font-size: 12px;
}
.guides-wrapper .pilgerfuehrer .entry-title {
    margin: 0 0 5px;
    font: 20px/1.2 'Montserrat-Medium';
    color: var(--color-primary);
}
.guides-wrapper .pilgerfuehrer .custom-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 115px;
    min-height: 42px;
    margin: auto 0 0 auto;
    padding: 4px 20px 3px;
    font: 12px 'Montserrat-Regular';
}
.guides-wrapper .pilgerfuehrer .author-list:not(:only-child) {
    margin-bottom: 15px;
}
.post-meta-list {
    display: flex;
    margin-bottom: 5px;
    font-size: 12px;
}
.post-meta-list li:not(:last-child):after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 14px;
    margin: -4px 9px 0 11px;
    vertical-align: middle;
    background-color: var(--color-primary);
}
.post-meta-list li:last-child {
    flex-shrink: 0;
}
.post-data-box {
    font-size: 14px;
    color: var(--color-primary);
}
.post-data-box .author-avatar {
    width: 48px;
    height: 48px;
    margin-bottom: 15px;
    border-radius: 50%;
}
.post-data-box .author-avatar img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-fit: cover;
    object-position: center;
}
.post-data-box .post-meta-list {
    margin: 5px 0 0;
    font-size: inherit;
}
.post-data-box .post-meta-list li:not(:last-child):after {
    width: 4px;
    height: 4px;
    border-radius: 50%;
}
.post-data-box .text-lg {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 18px;
    color: #000;
}
.addtoany_shortcode .addtoany_list a > span.a2a_s__default {
    border-radius: 50%;
    transition: all .3s ease;
}
.addtoany_shortcode .addtoany_list svg {
    width: 88%;
    margin-top: 6%;
}