/*!
Theme Name: Ländli
Theme URI: http://underscores.me/
Author: Florian Bentele
Author URI: http://underscores.me/
Description: Theme für Ländli
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: laendli
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Ländli is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Header
# Content
	## Posts and pages
	## Comments
# Footer
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | 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.
 */


.desktopOnly {
    display: none;
}

@media (min-width: 768px) {
    .mobileOnly {
        display: none;
    }

    .desktopOnly {
        display: block;
    }
}



html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

.stretch {
    margin: 0 5px;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 1.2em;
    margin: 0.5em 0 1.5em;
}

@media (min-width: 768px) {
    h1 {
        font-size: 2em;
        margin: 0.67em 0;
    }
}

h2 {
    font-size: 1.2em;
    /* margin: 0.5em 0 1.5em; */
}

@media (min-width: 768px) {
    h2 {
        font-size: 2em;
        margin: 0.5em 0;
        letter-spacing: 0.2em;
    }
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
    font-size: 1em; /* 2 */
}

/* 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; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 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; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * 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; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    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; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
   -moz-appearance: textfield;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
    font: inherit; /* 2 */
}

/* 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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@font-face {
    font-family: 'Futura Bold';
    src: url('./fonts/futura-pt-bold.eot');
    src: url('./fonts/futura-pt-bold.eot?#iefix') format('embedded-opentype'),
    url('./fonts/futura-pt-bold.woff') format('woff'),
    url('./fonts/futura-pt-bold.ttf') format('truetype'),
    url('./fonts/futura-pt-bold.svg#futura-pt-bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

body,
button,
input,
select,
optgroup,
textarea {
    font-family: 'Futura Book', serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.2px;
}

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

p {
    margin-bottom: 1em;
}

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;
    font-size: 15px;
    font-size: 0.9375rem;
    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;
    font-size: 15px;
    font-size: 0.9375rem;
}

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

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

big {
    font-size: 125%;
}

.text-align-right {
    text-align: right !important;
}

.page-title h1 {
    font-family: "Futura Bold", serif;
    letter-spacing: 0.285em;
    margin-right: -0.275em; /* omit letter spacing for last char */
    font-size: 0.5em;
    margin-bottom: 0.2em;
}

@media (min-width: 768px) {
    .page-title h1 {
        font-size: 1.1em;
    }
}

.page-title h2 {
    font-family: "Futura Bold", serif;
    letter-spacing: 0.18em;
    font-size: 0.25em;
    padding: 0 15px;
}

@media (min-width: 768px) {
    .page-title h2 {
        font-size: 0.4em;
    }
}

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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  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-diakonieverband_laendli:before {
  content: "\e918";
  color: #164194;
}
.icon-Laendli_Logo_gross .path1:before {
  content: "\e90d";
  color: rgb(29, 29, 27);
}
.icon-Laendli_Logo_gross .path2:before {
  content: "\e90e";
  margin-left: -4.0810546875em;
  color: rgb(29, 29, 27);
}
.icon-Laendli_Logo_gross .path3:before {
  content: "\e90f";
  margin-left: -4.0810546875em;
  color: rgb(29, 29, 27);
}
.icon-Laendli_Logo_gross .path4:before {
  content: "\e910";
  margin-left: -4.0810546875em;
  color: rgb(29, 29, 27);
}
.icon-Laendli_Logo_gross .path5:before {
  content: "\e911";
  margin-left: -4.0810546875em;
  color: rgb(29, 29, 27);
}
.icon-Laendli_Logo_gross .path6:before {
  content: "\e912";
  margin-left: -4.0810546875em;
  color: rgb(29, 29, 27);
}
.icon-Laendli_Logo_gross .path7:before {
  content: "\e913";
  margin-left: -4.0810546875em;
  color: rgb(255, 213, 0);
}
.icon-Laendli_Logo_gross .path8:before {
  content: "\e914";
  margin-left: -4.0810546875em;
  color: rgb(0, 122, 54);
}
.icon-Laendli_Logo_gross .path9:before {
  content: "\e915";
  margin-left: -4.0810546875em;
  color: rgb(0, 66, 134);
}
.icon-Icon_Guest_Arrow:before {
  content: "\e919";
  color: #9d9287;
}
.icon-Icon-Laendli-Newsletter-noLogo:before {
  content: "\e917";
  color: #9c9186;
}
.icon-facebook .path1:before {
  content: "\e900";
  color: rgb(59, 89, 152);
}
.icon-facebook .path2:before {
  content: "\e901";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-facebook .path3:before {
  content: "\e902";
  margin-left: -1em;
  color: rgb(0, 0, 0);
  opacity: 0.3020;
}
.icon-agenda:before {
  content: "\e903";
  color: #9d9287;
}
.icon-akkordeon-minus:before {
  content: "\e904";
  color: #9d9287;
}
.icon-akkordeon-plus:before {
  content: "\e916";
  color: #9d9287;
}
.icon-guest:before {
  content: "\e905";
  color: #9d9287;
}
.icon-pdf-export:before {
  content: "\e906";
  color: #9d9287;
}
.icon-email:before {
  content: "\e907";
  color: #9d9287;
}
.icon-newsletter .path1:before {
  content: "\e908";
  color: rgb(156, 145, 134);
}
.icon-newsletter .path2:before {
  content: "\e909";
  margin-left: -1em;
  color: rgb(29, 29, 27);
}
.icon-newsletter .path3:before {
  content: "\e90a";
  margin-left: -1em;
  color: rgb(255, 213, 0);
}
.icon-newsletter .path4:before {
  content: "\e90b";
  margin-left: -1em;
  color: rgb(0, 122, 54);
}
.icon-newsletter .path5:before {
  content: "\e90c";
  margin-left: -1em;
  color: rgb(0, 66, 134);
}

.icon-Icon-Laendli-Newsletter-noLogo:before {
  content: "\e917";
  color: #9c9186;
}

.icon-diakonieverband_laendli:before {
  content: "\e918";
  color: #164194;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

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

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

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

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

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# 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);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .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;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Bootstrap adjustments
--------------------------------------------------------------*/
@media (min-width: 1680px) {
    .container {
        max-width: 1500px;
    }

    .col-xxl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
}



/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: rgb(183, 178, 170);
}

/* a:visited {
    color: rgb(137, 131, 118);
} */

a:hover, a:focus, a:active {
    color: rgb(137, 131, 118);
}

a:focus {
    outline: thin dotted;
}

a:hover, a:active {
    outline: 0;
    text-decoration: none;
}

.btn.yellow {
    background-color: rgb(249, 209, 56);
    color: #fff;
}

.btn.yellow:hover {
    color: #000;
}

.btn.brown {
    background-color: rgb(137, 131, 118);
    color: #fff;
}

.btn.brown:hover {
    background-color: #fff;
    color: rgb(137, 131, 118);
    border-color: #fff;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead {
    display: none;
}

#mobileHeader {
    padding: 0;
    height: 46px;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 11;
}

#mobileHeader .site-booking-button {
    position: absolute;
    top: 0;
    right: 46px;
    font-size: 1.1em;
    line-height: 1;
    padding: 9px 9px 4px 9px;
    letter-spacing: 1px;
}

#mobileHeader .site-booking-button.do-booking-mobile {
    right: 152px;
}

#mobileHeader .navbar-toggler {
    border: none;
    background-color: #000;
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px 9px;
}

.bg-laendli {
    background-color: #c6c0bb;
}

.navbar-brand img {
    width: 95px;
    margin: 7px 11px;
}

.icon-bar {
    width: 28px;
    height: 2px;
    background-color: #fff;
    display: block;
    margin: 6px 0;
}

.icon-bar.first.cross {
    transform: rotate(45deg) translate(2px, -4px);
    transform-origin: left;
    width: 28px;
}

.icon-bar.second.cross {
    opacity: 0;
}

.icon-bar.third.cross {
    transform-origin: left;
    transform: rotate(-45deg) translate(2px, 4px);
    width: 28px;
}

.icon-bar {
    transition: all 0.5s;
}

.mobileMenu {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: -110vh;
    transition: top 0.5s;
    padding-top: 60px;
    z-index: 10;
    overflow: scroll;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mobileMenu.show {
    top: 0;
}

.mobileMenu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

/* .mobileMenu ul li {
    padding-left: 15px;
} */

.mobileMenu ul.sub-menu {
    height: 0;
    overflow: hidden;
    background-color: #eeecea;
    padding: 0 10px;
}

.mobileMenu ul.sub-menu li {
    border-bottom: 1px solid #9b9288;
}

.mobileMenu li.open > ul.sub-menu {
    height: auto;
    padding-bottom: 20px;
}

.mobileMenu .menu a {
    color: #000;
    font-size: 1.1em;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    padding: 15px 15px 10px 10px;
}

.mobileMenu .sub-menu a {
    color: #9b9288;
    padding: 15px 0 10px;
}

.mobileMenuFooter {
    height: 46px;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.mobileMenuFooter .impressumTrigger {
    display: inline-block;
    padding-left: 10px;
    margin-top: 17px;
    color: #fff !important;
    font-size: 1.1em;
    line-height: 1;
    letter-spacing: 1px;
}

.mobileMenuFooter .site-booking-button {
    position: absolute;
    right: 46px;
    bottom: 0;
    font-size: 1.1em;
    line-height: 1;
    padding: 9px 9px 4px 9px;
    letter-spacing: 1px;
}

.mobileMenuFooter .fb {
    position: absolute;
    right: 0;
}

.mobileMenuFooter .fb img,
.footer-fix .fb img {
    height: 46px;
}

.main-navigation {
    background-color: #fff;
}

.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;
    transform: scale(0);
    transform-origin: top left; */
    left: 0;
    z-index: -1;
    transform: translateY(-500px);
    transition: transform 300ms ease-in-out;
    overflow: hidden;
}

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

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

.main-navigation ul ul a {
    width: 300px;
    height: 2.2em;
    line-height: 2em;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    /* left: 0;
    transform: scale(1); */
    transform: translateY(0);
    transition: transform 300ms ease-in-out;
}

.main-navigation li {
    float: left;
    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: 37.5em) {
    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: block;
    }
}

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

.current_page_item a {
    color: rgb(137, 131, 118);
}

@media (min-width: 992px) {
    #masthead {
        display: block;
    }

    #mobileHeader {
        display: none;
    }

    #primary-menu {
        display: flex;
        justify-content: space-between;
    }

    .menu-item a {
        color: #9d9287;
        text-transform: uppercase;
        padding: 5px 0;
    }

    .menu-item a:hover {
        color: #000;
    }

    .menu-item-has-children>a {
        color: #000;
    }

    .menu-item-has-children>a:hover,
    .current-menu-item>a {
        color: #9d9287;
    }

    .sub-menu {
        background-color: rgb(231, 228, 222);
        padding: 2em !important;
        margin-left: -2em !important;
    }

    .sub-menu .menu-item {
        border-bottom: 1px solid rgb(137, 131, 118);
    }
}

/*--------------------------------------------------------------
# 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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}

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

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}

.admin-bar .site-header {
    top: 32px;
}

.site-branding {
    background-color: rgb(183, 178, 170);
}

.site-branding-content {
    display: flex;
    justify-content: space-between;
    height: 3em;
}

.site-description {
	color: rgb(137, 131, 118);
	height: 100%;
}

.custom-logo-link,
.custom-logo {
    height: 36px;
    width: auto;
}

.custom-logo {
    margin-top: 6px;
}

.site-booking {
    display: flex;
    justify-content: initial;
}

.site-booking .site-booking-element {
    position: relative;
    padding: 0 10px 0 0;
}

.site-booking .booking-input {
    display: none;
}

@media (min-width: 1680px) {
    .site-booking .booking-input {
        display: block;
    }
}

.booking-input-text {
    background-color: rgb(183, 178, 170);
    color: #fff;
    border: 0;
    width: 5.5em;
    height: 100%;
}

.booking-input-number {
    background-color: rgb(183, 178, 170);
    color: #fff;
    border: 0;
    width: 4em;
    height: 100%;
    margin-right: 15px;
}


.mobileMenu .btn-jobs {
    height: auto;
    display: block;
}

.alterGuestArrows {
    position: absolute;
    top: 10px;
    right: 30px;
    height: 100%;
}

.alterGuestArrows .icon-Icon_Guest_Arrow {
    position: absolute;
    font-size: 0.5em;
    color: white;
}

.alterGuestArrows .icon-Icon_Guest_Arrow:hover {
    cursor: pointer;
    color: #fff;
}

.icon-Icon_Guest_Arrow.clickable:hover:before {
    color: #fff;
}

.alterGuestArrows .icon-Icon_Guest_Arrow.down {
    top: 2px;
}

.alterGuestArrows .icon-Icon_Guest_Arrow.down {
    top: 15px;
    transform: rotate(180deg);
}

.booking-input-text::-webkit-input-placeholder,
.booking-input-number::-webkit-input-placeholder {
    color: #fff;
}

.booking-input-text::-moz-placeholder,
.booking-input-number::-moz-placeholder {
    color: #fff;
}

.booking-input-text:-ms-input-placeholder,
.booking-input-number:-ms-input-placeholder {
    color: #fff;
}

.booking-input-text:-moz-placeholder,
.booking-input-number:-moz-placeholder {
    color: #fff;
}

.booking-label {
    font-size: 1.3em;
    height: 100%;
    display: inline-block;
    cursor: pointer;
    margin: 0;
    transform: translate(-5px, 2px);
}

.guest-label {
    transform: scale(1.18);
    transform-origin: top right;
}

.site-booking-button {
    height: 100%;
    border-radius: 0;
    padding: 0 2em;
}

.site-booking-contact {
    display: inline-block;
}

.icon-calendar {
    height: 100%;
}

.logo-size {
    font-size: 2em;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site-content {
    padding-top: 46px;
}

@media (min-width: 768px) {
    .site-content {
        padding-top: 82px;
    }
}

.banner-white {
    position: relative;
    background-color: #fff;
}

.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.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;
}

.btn.inverse-white {
    border: 2px solid #fff;
    border-radius: 0px;
    color: #fff;
    padding: 7px 25px 5px;
}

.btn.inverse-white:hover {
    background-color: #fff;
    color: rgb(199,192,186);
}

.btn.inverse-black {
    border: 2px solid #000;
    border-radius: 0px;
    color: #000;
    padding: 5px 25px;
}

.btn.inverse-black:hover {
    background-color: rgb(157,146,135);
    border: 2px solid rgb(157,146,135);
    color: #fff !important;
}

.mod-stage {
    height: 30em;
}

.mod-stage .stage-image-wrapper {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 30em;
    overflow: hidden;
    width: 100%;
    position: relative;
}

@media (min-width: 768px) {
    .mod-stage .stage-image-wrapper {
        background-attachment: fixed;
    }
}

.mod-stage .page-title {
    text-transform: uppercase;
    color: #fff;
    font-size: 5em;
    position: absolute;
    top: 1.5em;
    text-align: center;
    width: 100%;
}

@media (min-width: 768px) {
    .mod-stage .page-title {
        top: 1em;
    }
}

.stage-video {
    position: absolute;
    min-width: 100vw;
    min-height: 100vh;
    /* height: 100%; */
    /* clip-path: inset(0px 0px 478px 0px);*/
}

.video-controls-container {
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,0.3);
    height: 30px;
    width: 100%;
    left: 0;
}

#video-controls {
    position: absolute;
    bottom: 0;
}

#seek-bar {
    width: calc(100% - 50px);
    float: right;
    -webkit-appearance: none;
    -moz-apperance: none;
    border-radius: 0;
    height: 10px;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #000), color-stop(0, #C5C5C5));
    transform: translateY(5px);
}

#seek-bar::-webkit-slider-thumb {
    /* -webkit-appearance: none !important;
    background-color: #E9E9E9;
    border: 1px solid #CECECE;
    height: 15px;
    width: 15px; */
    opacity: 0;
}

#play-pause {
    background: transparent;
    border: none;
    padding: 0;
    color: #C5C5C5;
    font-size: 1.2em;
}

#play-pause:hover {
    cursor: pointer;
}

.mod-lead h1 {
    text-transform: uppercase;
    letter-spacing: 0.15em;
}

body.home .mod-lead h1 {
    font-family: "Futura Bold", serif;
    letter-spacing: 0.2em;
}

.mod-lead strong {
    color: rgb(137, 131, 118);
    font-family: "Futura Bold", serif;
}

.doppelbild_rechts {
    display: none;
}

@media (min-width: 768px) {
    .doppelbild_links {
        padding-right: 10px;
    }

    .doppelbild_rechts {
        display: inline;
        padding-left: 10px;
    }
}

.mod-lead .btn {
    width: 140px;
    padding: 0.8em 0.8em;
    margin: 0 5px;
}

.mod-content-item strong,
.mod-content-item h3,
body.page-template-kontakt h3,
body.page-template-kontakt-laendli h3 {
    color: rgb(137, 131, 118);
    font-size: 1.1em;
    font-family: "Futura Bold", serif;
}

.mod-content-item h5 {
    color: rgb(137, 131, 118);
    font-size: 1em;
    margin: 20px 0 0;
}

.mod-content-item h2 {
    margin: 0.5em 0;
    letter-spacing: 0.2em;
}

.mod-content-item hr {
    margin-top: 1.5em;
    margin-bottom: 0.8em;
}

.mod-content-item .content-item-title.js-content-item-trigger {
    cursor: pointer;
}

.mod-content-item .content-item-title .content-item-toggle {
    font-size: 1.3em;
    transition: all 300ms ease-in-out;
}

@media (min-width: 768px) {
    .mod-content-item .content-item-title .content-item-toggle {
        font-size: 3em;
    }
}

.mod-content-item .content-item-title:hover .content-item-toggle {
    transform: rotate(180deg);
}

.mod-content-item .content-item-content.collapsed {
    height: 0;
    overflow: hidden;
    transition: all 300ms ease-in-out;
}

.mod-content-item .content-item-content.state-open {
    height: 400px;
}

.mod-content-item .footable-header {
    color: rgb(137, 131, 118);
}
/*
.mod-content-item ul {
    list-style: none;
    padding: 0;
    margin: 0 0 1em 0;
}

.mod-content-item ul li {
    padding-left: 1.4em;
    text-indent: -1.5em;
}

.mod-content-item ul li::before {
    font-size: 1.1em;
    padding-right: 0.5em;
    content: "• ";
    color: rgb(137, 131, 118);
}
*/

.mod-content-item div.nf-field-element ul li::before {
    /*font-size: inherit;*/
    padding-right: inherit;
    content: "";
    color: transparent;
}

.mod-content-item a[href^="mailto:"] {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgb(137, 131, 118);
    border-top: 1px solid rgb(137, 131, 118);
    padding: 0.3em 0 0 0;
}

.mod-content-item a[href^="mailto:"]::before {
    content: "\e907";
    font-size: 1.2em;
    color: #9d9287;
    font-family: 'icomoon' !important;
    padding-right: 0.5em;
    padding-left: 0.2em;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mod-content-item a[href$=".pdf"] {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgb(137, 131, 118);
    border-top: 1px solid rgb(137, 131, 118);
    padding: 0.3em 0 0 0;
}

.mod-content-item a[href$=".pdf"]::before {
    content: "\e906";
    font-size: 1.2em;
    color: #9d9287;
    font-family: 'icomoon' !important;
    padding-right: 0.5em;
    padding-left: 0.2em;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mod-content-item a.speciallink {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgb(137, 131, 118);
    border-top: 1px solid rgb(137, 131, 118);
    padding: 0.3em 0 0 0;
}

.mod-content-item a.speciallink::before {
    content: "\e906";
    font-size: 1.2em;
    color: #9d9287;
    font-family: 'icomoon' !important;
    padding-right: 0.5em;
    padding-left: 0.2em;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.content-item-image {
    padding: 2em 0 1em 0;
}

.bootstrap3 .table {
    margin-bottom: 65px !important;
    margin-top: 20px !important;
}

.bootstrap3 .table td, .bootstrap3 .table th {
    padding-left: 2px !important;
}

.btb-item {
    overflow: hidden;
}

.bg-image-container {
    margin-top: 0.5em;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.btb-bg-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    padding: 7% 0;
    height: 20vw;
    min-height: 200px;
    transition: all 2000ms ease-in-out;
}

.btb-info {
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    height: 100%;
    padding: 12% 0;
    transition: background-color 2000ms ease-in-out;
}

.bg-image-container:hover .btb-bg-image,
.btb-bg-image-zoomed .btb-bg-image {
    transform: scale(1.05);
}

.bg-image-container:hover .btb-info,
.btb-bg-image-zoomed .btb-info {
    background-color: transparent;
}

.btb-bg-image:hover {
    transform: scale(1.05);
}

.btb-bg-image-zoomed .btn {
    opacity: 0;
    transition: all 2000ms ease-in-out;
}

/* .btb-bg-image-zoomed .btb-title {
    font-size: 1.5em;
    transition: all 2000ms ease-in-out;
} */

.btb-title {
    font-family: "Futura Bold", serif;
    font-size: 1em;
    font-weight: bold;
    color: #fff;
    padding-bottom: 0.5em;
    transition: all 2000ms ease-in-out;
    letter-spacing: 0.4em;
}

@media (min-width: 768px) {
    .btb-title {
        font-size: 2em;
    }

    .btb-bg-image {
	    height: 20vw;
    }

    .btb-bg-image-zoomed .btb-title {
        font-size: 3em;
        transition: all 2000ms ease-in-out;
    }
    .btb-info {
	    padding: 7% 0;
    }
}

.btb-content {
    background-color: rgb(231, 228, 222);
    text-align: center;
    opacity: 1;
    max-height: 500px;
    overflow: hidden;
    padding: 15px 30px;
    transition: all 2000ms ease-in-out;
}

@media (min-width: 768px) {
    .btb-content {
	    max-height: 300px;
	}
}

.btb-content-border {
    border: 2px solid #fff;
    display: flex;
    justify-content: center;
    width: 100%;
}

.btb-content-closed {
    opacity: 0;
    max-height: 0;
    padding: 0 15px;
    transition: all 2000ms ease-in-out;
}

.btb-content-text {
    padding: 2em 1em;
}

.mod-teilhaber {
    background-color: rgb(231, 228, 222);
    text-align: center;
    margin: 40px 0px 20px;
}

.mod-teilhaber h1 {
    font-family: "Futura Bold", serif;
    letter-spacing: 0.3em;
    font-size: 1.5em;
}

.mod-teilhaber p {
    text-align: center !important;
    padding: 0 15px;
}

.mod-teilhaber a:hover {
    color: #fff;
}

@media (min-width: 768px) {
    .mod-teilhaber h1 {
        font-size: 2em;
    }
}

.mod-teilhaber ul {
    list-style: none;
    margin: 0 0 2em 0;
    padding: 0;
}

.mod-teilhaber ul li {
    border-top: 2px solid #000;
    margin: 0;
    padding: 3px 15px 1px;
}

.mod-teilhaber ul li:last-child {
    border-bottom: 2px solid #000;
    margin: 0;
}

.mod-teilhaber .newsletter {
    font-size: 4em;
}

.mod-teilhaber .newsletter.withLogo {
    font-size: 5em;
}

.mod-contact .logo-size {
    font-size: 2em;
}

@media (min-width: 768px) {
    .mod-contact .logo-size {
        font-size: 5em;
    }
}

.mod-contact .contact-address,
.mod-contact .contact-phone {
    padding-bottom: 1em;
}

@media (min-width: 768px) {
    .mod-contact .contact-address {
        padding-bottom: 3em;
    }

    .mod-contact .contact-phone {
        padding-bottom: 0;
    }
}

.mod-contact hr {
    margin: 3em 0!important;
}

.wpcf7 input,
.wpcf7 textarea {
    width: 100%;
    background-color: rgb(231, 228, 222);
    border: none;
    padding: 10px 15px;
    margin: 7px 0;
}

.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
    color: #212529;
}

.wpcf7 input[type="submit"] {
    position: absolute;
    width: auto;
    bottom: 32px;
    right: 15px;
    border-radius: 0;
    background-color: rgb(157,146,135);
    text-transform: uppercase;
    font-size: 1.2em;
    color: #fff;
    font-family: "Futura Bold", serif;
    letter-spacing: 1px;
    padding: 10px 80px 8px 15px;
    transition: padding 0.3s;
}

.wpcf7 input[type="submit"]:hover {
    cursor: pointer;
    padding: 10px 47px 8px 48px;
}

.wpcf7 input[type="radio"] {
    width: auto;
}

div.wpcf7-response-output {
    position: absolute;
    bottom: -20px;
    left: 7px;
}

span.wpcf7-not-valid-tip {
    padding-bottom: 10px;
    color: rgb(0, 122, 54);
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid rgb(0, 122, 54);
}

#map {
    margin: 30px 0 0;
}

#galerie {
    margin-top: 50px;
}

#galerie .container,
#galerie .zwei_bilder .links {
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    #galerie {
        margin-top: 180px;
    }

    #galerie .zwei_bilder .links {
        margin: 0;
    }
}

.bootstrap3 .table>thead>tr>th {
    border-bottom: 2px solid #9d9287 !important;
    padding-bottom: 0 !important;
}

.bootstrap3 .table>tbody>tr:last-child {
    border-bottom: 1px solid #9d9287 !important;
}

.bootstrap3 .table>tbody>tr>td {
    border-top: 1px solid #9d9287 !important;
}

.content-item-inner p a + br {
    display: none;
}

.content-item-inner p a:not(:first-child) {
    margin-top: -1px;
}

.diakonie-logo {
    width: 100%;
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    .diakonie-logo {
        width: 50%;
    }
}

.btn-jobs {
    height: 100%;
    border-radius: 0;
    display: flex;
    align-items: center;
}

/* custom radio buttons */
.customRadio ul{
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: auto;
}

.customRadio ul li{
  color: #000;
  display: block;
  position: relative;
  float: left;
}

.customRadio ul li input[type=radio]{
  position: absolute;
  visibility: hidden;
}

.customRadio ul li label{
  display: block;
  position: relative;
  padding: 23px 25px 25px 55px;
  margin: 10px auto;
  height: 30px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
}

.customRadio ul li .check{
  display: block;
  position: absolute;
  border: 5px solid rgb(231, 228, 222);
  border-radius: 100%;
  height: 25px;
  width: 25px;
  top: 30px;
  left: 20px;
	z-index: 5;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
}

.customRadio ul li:hover .check {
  border: 5px solid rgb(231, 228, 222);
}

.customRadio ul li .check::before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 15px;
  width: 15px;
  top: 0;
  left: 0;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
  background: rgb(231, 228, 222);
}

.customRadio input[type=radio]:checked ~ .check {
  border: 5px solid rgb(231, 228, 222);
}

.customRadio input[type=radio]:checked ~ .check::before{
  background: rgb(157,146,135);
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-impressum a:hover {
    color: #000;
}

.site-footer {
    font-size: 1em;
}

.site-info, .site-info a {
    color: #fff;
}

.sep {
    padding: 0 0.5em;
}

footer .externalLink img {
    display: none;
}

@media (min-width: 768px) {
    .footerContainer {
        max-width: unset;
        padding: 0;
    }

    footer .externalLink img {
        display: inline-block;
        height: 46px;
    }

    .footerContainer .row.justify-content-center {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 768px) {
    .footer-fix {
		margin-right: -15px;
    }
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/* 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: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.gallery .landscape {
    max-height: 400px;
    overflow: hidden;
}

.gallery-item {
    vertical-align: top;
    width: 100%;
    overflow: hidden;
    display: block;
    margin: 1em 0;
}

.parallax-window {
    min-height: calc(100vw * 0.44);
    background: transparent;
    margin: 40px 0;
}

.mod-content-item.bg-white {
    background: #fff;
}

.mod-content-item figcaption {
    background-color: rgb(183, 178, 170);
    text-align: left;
    position: relative;
    height: auto; /* 38px */
}

@media (min-width: 768px) {
    .mod-content-item figcaption {
        height: 38px;
    }
}

.gallery-item figcaption {
    transition: all 800ms ease-in-out;
}

.gallery-caption-title {
    margin-bottom: 1em;
    padding: 2em 1em 0;
    transition: padding 800ms ease-in-out;
    font-family: "Futura Bold", serif;
    color: #fff;
}

@media (min-width: 768px) {
    .gallery-caption-title {
        font-family: inherit;
        color: inherit;
        padding: 0.5em 1em;
    }
}

.gallery-description {
    padding: 0.5em 1em 2em;
    transition: padding 800ms ease-in-out;
    color: #fff;
}

@media (min-width: 768px) {
    .gallery-description {
        padding: 1em;
        color: inherit;
    }
}

.gallery-item:hover .gallery-caption-title {
    padding: 2em 1em 0em 1em;
    font-family: "Futura Bold", serif;
    font-size: 1.2em;

}

.gallery-item:hover figcaption {
    margin-top: -400px;
    height: 438px;
    color: #fff;
}

.gallery-item:hover .gallery-pricing {
    position: absolute;
    color: #fff;
    opacity: 1;
    transition: opacity 100ms 300ms ease-in-out;
}

.gallery-pricing {
    background-color: rgb(249, 209, 56);
    bottom: 0;
    width: 100%;
    padding: 1em;
    opacity: 1;
    display: inline-block;
    color: #000;
}

@media (min-width: 768px) {
    .gallery-pricing {
        opacity: 0;
        color: inherit;
    }
}

.gallery-columns-2 .gallery-item {
    max-width: 655px;
    width: 100%;
}

@media (min-width: 768px) {
    .gallery-columns-2 .gallery-item {
        width: 50%;
    }

    .gallery-columns-2 .gallery-item:nth-child(odd) {
        padding-right: 1em;
    }

    .gallery-columns-2 .gallery-item:nth-child(even) {
        padding-left: 1em;
    }
}



.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

.nf-field-container.listradio-container {
    margin: 0;
}

.nf-field-container.listradio-container li {
    display: inline-block;
}

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

.mod-gmap, 
.mod-timetable, 
.mod-form {
    margin: 0.5rem 0;
}

#iiqcheck {
    position: relative;
}

#iiqcheck-wrapper {
    position: absolute; 
    z-index: -100; 
    background-color: rgba(255, 255, 255, 0.7); 
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}

#iiqcheck-wrapper.expanded {
    bottom: auto;
    z-index: 200; 
}

#iiqcheck-wrapper > .iiqcheck-widget {
    height: 0;
    overflow: hidden;
    transition: height 1.5s linear;
}

#iiqcheck-wrapper.expanded > .iiqcheck-widget {
    height: auto;
    padding: 50px 9px 0;
}
    
.iiqcheck-close {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 20px solid rgb(137, 131, 118);
    display: inline-block;
    margin-bottom: -8px;
}
