/* Text auf Headerbildern zum Teil schwer lesbar => Schatten hinzufügen */
.mod-stage .stage-image-wrapper,
.btb-title {
    text-shadow: 0 0 5px black;
}

.mod-stage .stage-image-wrapper {
    background-attachment: unset;
}




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

.mod-form .submit-wrap input {
    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 30px 10px 30px;
    transition: padding 0.3s;
    cursor: pointer;
}

#booking-popup > div{

}

.booking-popup{
    width: 125px;
    height: 95px;
    background-size: 130px;
    background-image: url("../img/bookingpopup.png");
    position: absolute;
    z-index: 1;
    display: none;
}

.open-popup{
    display: block;
}

.content-item-inner-part > .content-item-expanded {
    display: none;
}
    
.content-item-inner-part.expanded > .content-item-expanded {
    display: block;
    border-left: 3px solid #CCCCCC;
    padding-left: 10px;
}

.content-item-inner-part.expanded a.expand-more {
    display: none;
}

#primary-menu > li > a {
    margin-left: -1em;
    padding-left: 1em;
    margin-right: -1em;
    padding-right: 1em;
}

#primary-menu > li.current-menu-item > a {
    color: white;
    background-color: rgb(183, 178, 170); /*rgb(137, 131, 118);*/
}


/* Text grundsätzlich Blocksatz */

p {
    text-align: justify;
}


/* effekt verzögerung */
.gallery-item figcaption, .gallery-caption-title, .gallery-description {
    transition-delay: 1s;
}


.laendli-flex-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.laendli-flex-block {
    display: flex;
    flex-basis: 500px;
    margin-right: 10px;
    margin-bottom: 20px;
}

.laendli-flex-block > div {
    flex-grow: 1;
}

.laendli-flex-block > div.laendli-block-img {
    flex-basis: 100px;
    flex-grow: 0;
}

.laendli-flex-block > div.laendli-block-img > img {
    width: 90px;
    height: auto;
    box-shadow: 0 0 3px #333;
}

#highlight {
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 15px;
    background: rgb(249, 209, 56);
}

#highlight > p:last-child {
    margin: 0;
}


.contact-links {
    display: block;
    text-align: center;
}

a.contact-link {
    border: 1px solid #ccc;
    color: #444;
    display: block;
    text-align: center;
    font-size: larger;
    padding: 10px;
    margin-bottom: 0px;
}

a.contact-link:hover, a.contact-link:focus, a.contact-link:active {
    background-color: rgb(249, 209, 56);
    color: #fff;
}


.site-main.container > .col-md-10 {
    padding: 0;
    margin: auto;
}

/* Titel nur noch zentriert, wo explizit verlangt
entry-title {
    text-align: center;
}*/

.woocommerce-billing-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.woocommerce-input-wrapper {
    width: 90%;
}

.woocommerce-billing-fields__field-wrapper > p {
    width: 49%;
    flex-direction: column;
}

.woocommerce-billing-fields__field-wrapper > p > label {
    margin-bottom: 0;
}
.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
    box-sizing: border-box;
    background-color: #e7e4de !important;
    height: 3em;
    border: none;
}
.woocommerce img, .woocommerce-page img {
    height: inherit;
    max-width: inherit;
}
.woocommerce-breadcrumb {
    visibility:hidden;
}

.sku_wrapper {
    display: none !important;
}

.woocommerce-form-coupon-toggle {
    display: none !important;
}

.product-thumbnail {
    display: none !important;
}

#billing_state_field {
    display: none !important;
}

#shipping_state_field {
    display: none !important;
}

.select2-selection.select2-selection--single {
    box-sizing: border-box;
    background-color: #e7e4de !important;
    height: 2em;
    border: none;
}

/* Gallery 2 Spalten */
/* <980px => auf 1 Spalte umbrechen */
.gallery-columns-2 .gallery-item {
    width: 98%;
    margin: 1%;
    position: relative;
}

.gallery-columns-2 .gallery-item {
    max-width: unset;
}

/* >980px => 2 Spalten dargestellt */
@media all and (min-width: 980px) {
    .gallery-columns-2 .gallery-item {
        width: 48%;
    }
}

/* Reset padding, da wir margin verwenden, um bei schmaleren Fenstern links/rechts-versatz zu vermeiden. */
.gallery-columns-2 .gallery-item:nth-child(2n+1) {
    padding-right: 0;
}

.gallery-columns-2 .gallery-item:nth-child(2n) {
    padding-left: 0;
}

/* Gallery 4 Spalten */
/* <980 => auf 2 Spalten umbrechen */
.gallery-columns-4 .gallery-item {
    width: 48%;
    margin: 1%;
    position: relative;
}

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

/* <1188px => auf 3 Spalten umbrechen */
@media all and (min-width: 980px) {
    .gallery-columns-4 .gallery-item {
        width: 31%;
    }
}

/* >1188px => 4 Spalten dargestellt */
@media all and (min-width: 1188px) {
    .gallery-columns-4 .gallery-item {
        width: 23%;
    }
}

.gallery-caption-title {
    margin-bottom: 10px;
    padding: 10px 10px 0;
}

.gallery-item figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.gallery-description {
    display: none;
}

.gallery-item:hover .gallery-description {
    display: block;
}

.gallery-item figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.gallery-item:hover figcaption {
    height: 100%;
    color: #fff;
}

.mod-content-item figcaption {
    background-color: rgba(173, 168, 160, 0.9);
}


/* Erzwingt selbe Höhe für alle Bilder pro Zeile und füllt Platz aus. */
.gallery-icon {
    height: 100%;
}

.gallery-icon > img {
    object-fit: cover;
    height: 100%;
}

.gallery-item:hover .gallery-caption-title {
	padding: 2em 1em 0em 1em;
	font-family: inherit;
	font-size: inherit;
}

.gallery-item figcaption, .gallery-caption-title, .gallery-description {
	transition-delay: 250ms;
}
.gallery-item figcaption {
	transition: all 500ms ease-in-out;
}
.gallery-caption-title {
	transition: padding 500ms ease-in-out;
}
.gallery-pricing {
	display: none;
}


#laendli-news-banner {
	display: none;
	position: fixed;
	padding: 1em;
	background-color: #B7B2AA;
	border-top: 12px solid #CCC;
	width: 100%;
	bottom: 0;
	color: white;
	text-align: center;
	left: 0;
	text-shadow: 0 0 4px rgba(0,0,0,0.3);
}

#laendli-news-banner > .news-wrapper {
    display: none;
}
#laendli-news-banner > .news-wrapper.active {
    display: block;
}

#close-news-banner > span {
	border-radius: 0;
    margin-bottom: 0.5em;
    float: left;
}
        
#close-news-banner:hover {
   /* color: #888;
    background-color: #F9D138;*/
}

#laendli-news-banner a {
  color: #F9D138;
}

#laendli-news-banner h3.laendli-news-title {
    flex-grow: 1;
    clear: none;
}

#laendli-news-banner > div {
    max-width: 1200px;
    margin: auto;
}

@media all and (min-width: 500px) {
    #laendli-news-banner .news-header {
        display: flex;
        flex-direction: row-reverse;
    }
}

@media all and (min-width: 1188px) {
    #laendli-news-banner {
        padding: 2em;        
    }
}


@media all and (max-width: 781px) {
    #laendli-news-banner > div {
        text-align: center;
    }
    .has-text-align-right {
        text-align: center;
    }
    #laendli-news-banner > div figure {
        display: block;
        float: none;
        margin: 0;
    }
}

.sendgrid-subscription-widget {
	padding: 25px 0;
}

.sendgrid-subscription-widget .sg-submit-btn { 
    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 30px 10px 30px;
    transition: padding 0.3s;
    cursor: pointer;
    margin-bottom: 25px;
}

.sendgrid-subscription-widget .sg-submit-btn:active { 
    color: #8e8b8b; 
    box-shadow: 0 0 5px -1px rgba(0, 0, 0, .6);
} 

.sendgrid-subscription-widget .response {
    display: none;
}
.sendgrid-subscription-widget .success { 
    color: green;
    border: 1px solid green;
    padding: 1.5em;
    border-radius: 5px;
    background-color: #eefdee;
    text-align: center;
}

.sendgrid-subscription-widget .error {
    border: 1px solid #ffb896;
    padding: 1.5em;
    border-radius: 5px;
    background-color: #fff5e8;
    text-align: center;
}

.sendgrid-subscription-widget .error, .sendgrid-subscription-widget .sg-consent-text a {
    color: #3097d1
} 

.sendgrid-subscription-widget .sg-consent-text { 
    font-size: .9em 
} 

.sendgrid-subscription-widget .sg-consent-text label { 
    font-weight: 400
} 

.sendgrid-subscription-widget .required {
    outline: 1px solid #f00; 
} 

.sendgrid-subscription-widget .checkbox_label {
    padding-left: 3px; 
}

.sendgrid-subscription-widget select {
	padding: 10px 15px;
    margin-bottom: 25px;
}

.sendgrid-subscription-widget input.sg_custom, 
.sendgrid-subscription-widget input.sg_email {
	background-color: rgb(231, 228, 222);
	border: none;
	padding: 10px 15px;
    margin-bottom: 25px;
    margin-right: 25px;
}

.page-title h1 {
    letter-spacing: 0.1em;
}

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