/*
 Theme Name:   Hello Elementor Child
 Description:  Child Theme by DIGITALEWEGE
 Author:       Christoph Geier, Thorsten Probst
 Author URI:   https://digitalewege.de/
 Template:     hello-elementor
 Version:      1.0
 Text Domain:  hello-elementor-child
*/

#bethanien-header a {
    font-family: "Bethanien"!important;
}

.publication_item{
    opacity: 0.5;
    cursor: pointer;
    transition: all 0.5s;
}

@media (max-width: 767px) {
 .publication_item
 {
        opacity: 1;
    }
}

.publication_item:hover{
    opacity: 1;
}

.active {
    opacity: 1;
}

span.jet-range__values-min {
    background-color: #E4E4E4;
    padding: 3px 7px;
}

span.jet-range__values-max{
    background-color: #E4E4E4;
    padding: 3px 7px;
}

span.jet-range__values-prefix:first-child::before {
    content: "ZEITSPANNE ";
    margin-right: 10px;
}


[lang="en-US"] span.jet-range__values-prefix:first-child::before {
    content: "TIME SPAN "!important;
}


.dw_relation_repeater .jet-listing-dynamic-field__content{
    display: flex;
    flex-direction: column;
    
}

.dw_relation_repeater .jet-listing-dynamic-field__content a,
.link-to-posts a
{
    font-weight: 300;
    color: black;
    font-size: 20px!important;
    padding: 5px 0 10px 0;
    border-bottom: none!important;
}

.dw_relation_repeater .jet-listing-dynamic-field__content a:hover{
    opacity: 60%;
}

.dw_relation_repeater .jet-listing-dynamic-field__content a::after,
.arrow-link-partner a::after,
.link-list a::after
{
    content: "";
    width: 32px;
    height: 25px;
    margin-left: 10px;
    background-image: url("/wp-content/uploads/2024/07/Pfeil-rechts.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    
}




@media (max-width: 767px) {
 .elementor-widget-container a.link-list 
 {
        font-size: 1.3em!important;
        line-height: 1.5em!important;
    }
}


.elementor-shortcode a {margin-bottom: 1em;}
.elementor-shortcode h3 {margin: 0;}
.elementor-shortcode{margin: 0px!important;}


.elementor-inline-item a:hover .elementor-icon-list-icon {opacity: 60%;}

.dw_wpml_button .wpml-ls-statics-shortcode_actions{
    padding: 0px;
}

.dw_wpml_button .wpml-ls-link{
    padding: 0px;
}

.wpml-elementor-ls {width: 300px;}
.wpml-ls-legacy-list-horizontal a {padding: 5px 8px 6px;}    
.wpml-ls-first-item a::after {content: " | "; display: inline-block; color: white;padding-left: 14px;}
.wpml-ls-current-language a span {border-bottom: 1px solid white;padding-top: 2px;}

/* slider start */
.image-slider .swiper-pagination-horizontal {bottom: 25px!important;}
.swiper-pagination {margin-top: -50px}
.slider-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.elementor-element .swiper .swiper-slide figure, .elementor-lightbox .swiper .swiper-slide figure {
    line-height: 0!important;
}


/* language-button position */

.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
    margin-bottom: 0px!important;
}

.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer>ul {
    text-align: left!important;
}

.wpml-ls-legacy-list-horizontal {
    padding: 0px!important;
    margin-left: -10px!important;
    clear: both;
}

@media (max-width: 767px) {
.wpml-ls-link {font-size: 16px;}
}

.dw_display_hidden{
    display: none;
}

.custom_checkout_button{
    color: #000000;
    border: solid 2px #000000;
    border-radius: 0;
    font-weight: 400;
    font-size: 1.2em;
    transition: all 0.5s;
    width: 100%;
}

.custom_checkout_button:hover{
    color: white;
    background-color: black;
}

.custom_checkout_button:focus{
    color: white;
    background-color: black;
}

/* datepicker */ 


.datepicker--cell.datepicker--cell-year.-disabled- {
    display: none;
}

.jet-date-period__datepicker {
    width: 100%;
}

/*  --- additional style-fixes ---  */
#start-top {margin-top: -125px!important;}

/*link-style for text-links*/

.elementor-widget-text-editor a, .partner-artist-links a, p a {
    font-size: 1em;    
    border-bottom: 1px dotted #000;
    padding-bottom: 1px;
}
.elementor-widget-text-editor a:hover, .partner-artist-links a:hover {        
    border-bottom: 1px dotted #e56a05;    
}



b, strong, b a, a b, strong a, a strong {
    font-weight: 500!important;
}

/*underline header-nav*/
.e--pointer-double-line .elementor-item::after,
.e--pointer-double-line .elementor-item::before, .e--pointer-overline .elementor-item::after, 
.e--pointer-overline .elementor-item::before, 
.e--pointer-underline .elementor-item::after, 
.e--pointer-underline .elementor-item::before 
{
    height: 2px!important;
    width: 50%!important;
}

/*underline accordion-header*/
.jet-accordion__inner .jet-toggle__label-text, .header-info-underline {
    background-image: linear-gradient(#000 0 0);
    background-position: bottom left; 
    background-size: 7em 2px; 
    background-repeat: no-repeat;
    padding-bottom: 10px!important;
    margin-bottom: 10px!important;
}

/* fontsize & underlining links in accordions */
.jet-toggle__content-inner a {
    /*font-size: 1em!important;*/
    border-bottom: 1px dotted #000;
    padding-bottom: 1px;
}   

/*underline header-infos*/
.header-info-underline {   
    padding-bottom: 0px;
    background-size: 130px 2px; 
}

.slider_image {
    vertical-align: middle;
    object-fit: cover;
}

@media screen and (min-width: 800px) {
    .slider_image {
        height: 45vh!important;
    }
}

@media screen and (min-width: 1024px) {
    .slider_image {
        height: 70vh!important;
    }
}

/* archive filter for responsive */


#container-filter {
    display: none; 
    transition: max-height 0.5s ease-out; 
}
   

@media (min-width: 1024px) {
    #container-filter {
        display: block; 
    }
}  


/* Position the image container (needed to position the left and right arrows) */
.container {
    position: relative;
}

.container_inner{
    position: relative;
    display: flex;
    gap: 20px;
}

/* newsletter & Search input start */

.elementor-field-group .elementor-field-textual:focus, .jet-search-filter__input:focus, .jet-search-filter__input:focus-visible  {
    box-shadow: none;
    background-color: #e0e0e0!important;
    border: none;
}


/* warenkorb/badge */

.elementor-menu-cart--items-indicator-bubble .elementor-menu-cart__toggle .elementor-button-icon .elementor-button-icon-qty[data-counter] {
    padding: 0.2em;
    font-weight: 600;
}

.includes_tax {
    display: block;
    margin-top: 1em;
}

.shipping ul, .shipping p, .shipping form {margin-top: 24px;}

/* Hide the images by default */
.mySlides {
    display: none;
    width: 50%;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
    cursor: pointer;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    bottom: 0px;
    color: white !important;
    font-weight: bold;
    font-size: 30px!important;
    user-select: none;
    -webkit-user-select: none;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(0px, 50%);
    background-color: black;
    border-radius: 30px;
}
.prev {
    left: 40px;
}

.next {
    right: 40px;
}

@media screen and (max-width: 1024px) {
    .prev, .next {
        font-size: 20px!important;
    }
    .prev {
        width: 40px;
        height: 40px;
    }
    .next {
        width: 40px;
        height: 40px;
    }
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
    opacity: .5;
}

.row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 60px;
    margin-left: max(0px,(100% - 1140px) / 2);
    margin-right: max(0px,(100% - 1140px) / 2);
    padding: 2em;
}

/* Six columns side by side */
.column {
    float: left;
    width: 100%;
    aspect-ratio: 1/1;
    max-width: 130px;
}

/* Add a transparency effect for thumnbail images */
.thumbnail {
    opacity: 0.6;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center;
}

.active,
.thumbnail:hover {
    opacity: 1;
}

.slider_credits{
    font-size: 1rem;
    color: #707070;
    width: 100%;
}

@media (max-width: 767px) {
.elementor-location-footer li a {font-size: 20px;}
}

/* Print-Styles */

@media print { 
    @page {
        size: A4 portrait;
        margin: 10mm 10mm 20mm 10mm; 
     }

     .elementor {
        all: unset;
    }

     .elementor-location-header, 
     .elementor-location-footer, 
     .elementor-widget-icon-list,
     .elementor-widget-video,
     form
    {display: none; height:0!important;}

    body {
        background: #FFF;
        color: #000;
        font-size: 8pt!important;
        
    }

    body::before {
        content: "Künstlerhaus Bethanien";
        display: block;
        font-size: 18pt;
        font-family: "Bethanien" !important;     
        text-transform: uppercase;   
        margin-bottom: 5mm;
        text-align: left;
        padding-left: 10mm;
    }

    .elementor-element {
        --widgets-spacing: 0; 
    }

    h1{ 
        font-size: 18pt!important;
        line-height: 1.1em!important;
        margin: 0;
        padding: 0;         
    }
    
    div:has(div h1) {
        margin-bottom: 1.5em;
    }


    div > div > h1 {
        margin-bottom: 1.5em;
    }

    h2, h3, h3 a, .artist-partner-link a, h4 { 
        font-size: 12pt!important; 
        margin: 0;
        padding: 0; 
        break-before: auto;
        break-after: auto;

    }

    p {font-size: 8pt;}
    
    img {
        width: 50%!important;
        break-before: auto; /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
        break-after: auto; /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
        break-inside: avoid; /* or 'auto' */
        display: block;
        }
    .bu {margin: 5mm 0 7mm 0;}

    .publication_item {}

    .elementor-sticky img, .jet-listing-grid__item img {width: 30mm!important;}

}

td.product-thumbnail {
    display: none;
}

.dw_eintrit{
    font-family: "navigo", Sans-serif;
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 1.5rem;
    text-align: left;
}

.link-list{
    width: 100%;
    display: block;
}

.link-list::after, .link-list::after {
    content: "";
    width: 32px;
    height: 25px;
    margin-left: 10px;
    background-image: url("/wp-content/uploads/2024/07/Pfeil-rechts.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
}

.heading-link-list{
    font-family: "navigo", Sans-serif;
    font-size: 1.1875rem!important;   
    font-weight: 300;
    line-height: 1.8125rem!important;   
}


.news_container:has(.jet-listing-not-found){
    display: none;
}




