/*
Theme Name: Theater Marabu
Theme URI: https://github.com/elementor/hello-theme/
Description: websplash | Agentur für Internet und Mediendesign
Author: websplash // Sebastian Driefmeier
Author URI: https://websplash.de/
Template: hello-elementor
Version: 1.0.2
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

:root,
html{
    font-size: 24px;
    max-width: 100% !important;
    overflow-x: hidden;
}

.helpbox-headline p{
    font-size: 22px !important;
    line-height: 26px;
}

.elementor-widget-text-editor p:last-of-type {
    margin-bottom:0;
}

.elementor-widget-text-editor p{
    font-family: "TM Yanone Kaffeesatz", sans-serif;
    font-size: 1.2rem;
    line-height: 1.7rem;
}

.menu-item-content{
	display: flex;
	flex-direction: column;
}

.menu-item-content .menu-icon{
	height: 40px;
}

.menu-item-content .menu-icon img{
	width: 40px;
	height: 40px;
	position: absolute;
	left: calc(50% - 20px);
}

.elementor-item .menu-item-content .menu-icon img.icon-hover {
        display: none;
        z-index: 99;
    }
a.elementor-item-active .menu-item-content .menu-icon img.icon-hover,
.menu-item:hover a.elementor-item .menu-item-content .menu-icon img.icon-hover {
        display: block !important;
    }

.menu-item-content .menu-title{
    font-size: 1.5rem;
	line-height: 2.8rem;
}

.mobile-menu .menu-item-content{
    display: flex;
    flex-direction: row;
}

.mobile-menu .menu-item-content .menu-icon img{
    width: 40px;
    height: 40px;
    position: absolute;
    left: 30px;
    top: 15px;
}

.mobile-menu .menu-item-content .menu-title{
    margin-left: 100px;
}

.mobile-menu nav .current-menu-item,
.mobile-menu nav .menu-item:hover{
    background-color: var(--e-global-color-primary) !important;

}



/*FULLWIDTH BUTTONS*/
.elementor-widget-button.fullwidth a {
    text-decoration: none!important;
    width:100%;
    display:block;
}
.elementor-widget-button.fullwidth .elementor-button-text{
    flex-grow: 0;
}



/*STARTSEITE - SLIDER*/

#frontpage-slider .swiper-slide-contents{
    display: flex;
    flex-direction: column;
}
#frontpage-slider .elementor-slide-heading{
    order:2;
}
#frontpage-slider .elementor-slide-description{
    order:1;
    background: var(--e-global-color-primary);
    font-size: 0.3em;
    display: flex;
    padding: 10px;
    clear: both;
    margin: 40px auto;
    line-height: 1.3em;
    width: fit-content;
    box-sizing: content-box;
    font-size: 1.2em;
}
#frontpage-slider .elementor-slide-button{
    font-family: "TM Yanone Kaffeesatz", Sans-serif;
    font-size: 1.5em;
    padding: 16px 40px 10px 40px;
    font-weight: 300;
    line-height: 1em;
    border-width: 0px;
    border-radius: 0px;
    color: var( --e-global-color-primary );
    background-color: #FFFFFF;
    border-color: var( --e-global-color-primary );
    max-width: fit-content;
    text-align: center;
    align-self: center;
    order:3;
    opacity: 1;
    transition: all .2s ease;
}
#frontpage-slider .elementor-slide-button:hover{
    opacity: 0.9;
    transition: all .2s ease;
}

/*STARTSEITE - MARABU ANIMATION*/

@keyframes stroll {
    from { transform: translateX(300%); }
    to { transform: translateX(0%); }
}
#marabu-container {
    display: inline-block;
    position: relative;
    padding-bottom: 0;
    overflow: visible;
    width: 100%;
    height: auto;
    text-align: right;
    z-index: 100;
}
#marabu{
    display: block;
    position: relative;
    top: 40px;
    left: 0;
    width: 200px;
    height: 190px;
}
.animate-marabu {
    animation: stroll 21s linear;
}


/*POST WIDGET*/
.elementor-posts--skin-classic .elementor-post__text {
	display: flex;
	flex-direction: column;
}
.elementor-posts .elementor-post__meta-data {
	order: 1;
	margin-bottom: 10px !important;
}
.elementor-posts .elementor-post__title {
	order: 2;
}
.elementor-posts .elementor-post__excerpt {
	order: 3;
}
.elementor-posts .elementor-post__read-more {
	order: 4;
}
.elementor-posts .elementor-post__read-more::before {
  content: " ";
  width: 50% !important;
  height: 3px !important;
  border-top: 1px solid white;
  display: block;
  margin-bottom: 20px;
}

/*FOOTER MARABU*/
.bubble {
    width: 300px;
    margin: 50px auto;
    border: 4px solid #00bfb6;
    background: #ffffff;
    padding: 20px;
    text-align: center;
    font-weight: 900;
    color: #00bfb6;
    position: relative;
}

.bubble:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #00bfb6;
    border-bottom: 10px solid transparent;
    right: 50%;
    bottom: -23px;
}



/*SHORTCODE STUECK INFORMATIONEN*/

ul.stueck-infos{
	list-style: none;
	color: #fff;
	font-family: "TM Yanone Kaffeesatz", sans-serif;
	font-size: 1.2rem;
	line-height: 1.7rem;
	padding: 0;
}

/*SHORTCODE GALERIE SLIDER*/

#galerie-slider{
    overflow: hidden;
}

#galerie-slider .swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#galerie-slider .swiper-slide {
    width: auto !important;
}

#galerie-slider .galerie-foto img {
	display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
	height: 240px;
	overflow: hidden;
}

#galerie-slider.swiper-container-horizontal > .swiper-pagination-bullets{
  bottom: -50px !important;
  left: 0;
  width: 100%;
}

#galerie-slider.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

#galerie-slider .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  display: inline-block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid var(--e-global-color-primary); 
  background: #ffffff;
  opacity: 1;
}
#galerie-slider .swiper-pagination-bullet-active {
	opacity: 1;
	background: var(--e-global-color-primary);
}

/*SHORTCODE KRITIKEN*/

#kritiken-slider{
    overflow: hidden;
}

#kritiken-slider .swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#kritiken-slider .swiper-slide {
    width: 100%;
    padding: 30px;
    border: 3px solid var(--e-global-color-primary);
}

#kritiken-slider .swiper-slide .inhalt{
    color: var( --e-global-color-text );
    font-family: "TM Yanone Kaffeesatz", Sans-serif;
    font-weight: 300;
    font-size: 1em;
    line-height: 1.5em;
}

#kritiken-slider .swiper-slide .quelle{
    color: var( --e-global-color-text );
    font-family: "TM Yanone Kaffeesatz", Sans-serif;
    font-weight: 700;
    text-align: right;
    font-size: 1em;
    line-height: 1.5em;
}

/*SHORTCODE FOERDERER*/

.foerderer-liste {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px 30px;
    align-items: center;
}

/*SHORTCODE KOOPERATIONSPARTNER*/

.koop-liste {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px 30px;
    align-items: center;
}

/*SHORTCODE DOWNLOADS*/

.download-liste {
    display: flex;
    flex-direction: column;
}

.download-item {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.download-icon {
    width: 13%;
}
.download-label {
    width: 80%;
}
.download-label a {
    color: #ffffff !important;
    font-family: "TM Yanone Kaffeesatz", Sans-serif;
    font-size: 1.5em;
    line-height: 1.5em;
    font-weight: 300;
    text-transform: uppercase;
    padding-left: 20px;
}
.download-label a:hover{
    text-decoration: underline;
}

/*SHORTCODE SPIELTERMINE*/

ul.list{
    padding: 0 !important;
    margin: 0 !important;
}

.filter-options{
    display: flex;
    gap: 20px;
}
.filter-options .monate,
.filter-options .wochentage{
    width: 40%;
    font-family: "TM Yanone Kaffeesatz", Sans-serif;
    font-size: 1rem;
}

.filter-options .monate select,
.filter-options .wochentage select{
    font-size: 0.8rem;
}

.no-result{
    font-family: "TM Yanone Kaffeesatz", Sans-serif;
    font-size: 2rem;
    margin-bottom: 40px;
}
.no-result a{
    font-size: 1.5rem;
}

.clear{
    display: flex;
    align-self: end;
    font-size: 15px;
}



.spieltermin-item {
    width: 100%;
    height: 100%;
    min-height: 140px;
    box-sizing: border-box;
    word-break: break-word;
    display: flex;
    flex-wrap: nowrap;
    margin: 15px auto;
    border-bottom: 1px solid var(--e-global-color-primary);
    font-family: "TM Yanone Kaffeesatz", Sans-serif;
}

.spieltermin-item .spieltermin-datum {
    text-align: center;
    align-self: center;
    padding-top: 0px;
    font-weight: 600;
    width: 10%;
    font-size: 1.3em;
    line-height: .1em;
}

.spieltermin-item .spieltermin-datum span{
    font-weight: 600;
    font-size: 1.6em;
    color: var(--e-global-color-primary);
    display: inline-block;
    width: 100%;
    line-height: 1.5em;
}

.spieltermin-item .spieltermin-content {
    width: 62%;
    padding: 10px 25px;
    text-align: left;
    font-size: 1em;
    align-self: center;
}

.spieltermin-item .spieltermin-content .spieltermin-meta{
    font-size: 0.8rem;
    font-weight: 300 !important;
    line-height: .5em;
    margin-bottom: 20px;
}

.spieltermin-item .spieltermin-content .spieltermin-title{
    font-weight: 400 !important;
    font-size: 2rem;
    line-height: 1.3rem;
}
.spieltermin-item .spieltermin-content .spieltermin-title a{
    color: #000 !important;
}
.spieltermin-item .spieltermin-content .spieltermin-title a:hover{
    text-decoration: underline;
}

.spieltermin-item .spieltermin-submeta{
    font-size: 0.8rem;
    font-weight: 300 !important;
    line-height: .5em;
    margin-top: 20px;
}

.spieltermin-item .spieltermin-type {
    align-self: center;
    width: 10%;
    text-align: left;
    position: relative;
    vertical-align: middle;
}

.spieltermin-item .spieltermin-options {
    align-self: center;
    width: 25%;
    text-align: center;
    position: relative;
}

.spieltermin-item span.soldout {
    background-color: #005699;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.8em;
    padding: 3px 10px 2px 10px;
    vertical-align: text-top;
    top: 5px;
    position: relative;
    margin-right: 5px;
}

.spieltermin-item span.canceled {
    background-color: #990000;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.8em;
    padding: 3px 10px 2px 10px;
    vertical-align: text-top;
    top: 5px;
    position: relative;
    margin-right: 5px;
}


.spieltermin-item span.premiere {
    background-color: #c9b669;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.8em;
    padding: 3px 10px 2px 10px;
    vertical-align: text-top;
    top: 5px;
    position: relative;
}

.spieltermin-item span.rest {
    background-color: #f49700;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.8em;
    padding: 3px 10px 2px 10px;
    vertical-align: text-top;
    top: 5px;
    position: relative;
    margin-right: 5px;
}

.spieltermin-item span.strike,
.spieltermin-item span.sold{
    text-decoration: line-through;
}

.spieltermin-item .getTicket::before{
    content: url('https://www.theater-marabu.de/wp-content/uploads/Icons_Marabu_Tickets_2.svg');
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 7px;
    position: relative;
    top: 2px;
}

.spieltermin-item .getTicket{
    background: var(--e-global-color-primary);
    color: #fff;
    padding: 15px 30px;
    border: 2px solid var(--e-global-color-primary);
    transition: all 0.2s ease;
    display: inline-flex;
    max-width: 200px;
}
.spieltermin-item .getTicket:hover{
    background: #fff;
    color: var(--e-global-color-primary);
    border: 2px solid var(--e-global-color-primary);
    transition: all 0.2s ease;
}


.no-result {
    display:none;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination > li {
    display: inline;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: var(--e-global-color-primary);
    border-color: var(--e-global-color-primary);
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: var(--e-global-color-primary);
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    font-family: "TM Yanone Kaffeesatz", Sans-serif;
}

#form-field-field_vorstellung {
    background: var(--e-global-color-primary);
    color: #fff;
    border: var(--e-global-color-primary);
}

/*SHORTCODE STUECKE-UEBERSICHT*/

#stuecke-uebersicht{
    display: flex;
    flex-flow: row wrap;
}

#stuecke-uebersicht .stueck{
    text-align: center;
    background-repeat: repeat;
    background-size: contain;
    background-position: top left;
    width: 33.33333%;
    height: auto;
    min-height: 300px;
    position: relative;
    background-size: cover !important;
    background-position: center center !important;
    overflow: hidden;
}

#stuecke-uebersicht .stueck .overlay{
    display: inline-flex;
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--e-global-color-primary);
    color: #ffffff;
    height: 0;
    transition: 500ms all ease;
    width: 100%;
    z-index: 10;
    font-family: "TM Yanone Kaffeesatz", Sans-serif;
}

#stuecke-uebersicht .stueck .overlay .overlay-content{
    display: none;
}

#stuecke-uebersicht .stueck .overlay .overlay-content h3{
    font-weight: 700;
    font-size: 1.5rem;
}

#stuecke-uebersicht .stueck:hover .overlay {
    display: inline-flex;
    height: 100%;
    transition: 500ms all ease;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#stuecke-uebersicht .stueck:hover .overlay .overlay-content{
    display: block;
}

#stuecke-uebersicht .stueck:hover .overlay a > .overlay-content{
    color: #ffffff !important;
    font-size: 1.1em;
}


#stuecke-uebersicht .stueck .title {
    display: inline-flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-family: "TM Yanone Kaffeesatz", Sans-serif;
    font-weight: 700;
}
#stuecke-uebersicht .stueck .title h2{
    font-weight: 700;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.83);
    font-size: 2rem;
    max-width: 80%;
}
#stuecke-uebersicht .stueck:hover .title {
    display: none;
}


@media (max-width: 1024px){

    #stuecke-uebersicht .stueck{
        width: 50%;
    }

}

@media (max-width: 600px){

    #stuecke-uebersicht .stueck{
        width: 100%;
    }

}

/*SHORTCODE PROJEKTE-UEBERSICHT*/

#projekte-uebersicht{
    display: flex;
    flex-flow: row wrap;
}

#projekte-uebersicht .projekt{
    text-align: center;
    background-repeat: repeat;
    background-size: contain;
    background-position: top left;
    width: 33.33333%;
    height: auto;
    min-height: 300px;
    position: relative;
    background-size: cover !important;
    background-position: center center !important;
}

#projekte-uebersicht .projekt .overlay{
    display: inline-flex;
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--e-global-color-primary);
    color: #ffffff;
    height: 0;
    transition: 500ms all ease;
    width: 100%;
    z-index: 10;
    font-family: "TM Yanone Kaffeesatz", Sans-serif;
}

#projekte-uebersicht .projekt .overlay .overlay-content{
    display: none;
}

#projekte-uebersicht .projekt .overlay .overlay-content h3{
    font-weight: 700;
    font-size: 1.5rem;
}

#projekte-uebersicht .projekt:hover .overlay {
    display: inline-flex;
    height: 100%;
    transition: 500ms all ease;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#projekte-uebersicht .projekt:hover .overlay .overlay-content{
    display: block;
}

#projekte-uebersicht .projekt:hover .overlay a > .overlay-content{
    color: #ffffff !important;
    font-size: 1.1rem;
    padding: 20px;
}

#projekte-uebersicht .projekt .title {
    display: inline-flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-family: "TM Yanone Kaffeesatz", Sans-serif;
    font-weight: 700;
}
#projekte-uebersicht .projekt .title h2 {
    font-weight: 700;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.83);
    font-size: 2rem;
    max-width: 80%;
}
#projekte-uebersicht .projekt:hover .title {
    display: none;
}


/*DYNAMIC ANPASSUNGEN*/

.elementor-247 .elementor-element.elementor-element-9c6445c .elementor-repeater-item-6881852 {
    text-align: right;
    margin-bottom: 20px;
    width: 100%;
    min-width: 100%;
    display: block;
    font-weight: bold;
}


@media (max-width: 1024px){

    #projekte-uebersicht .projekt{
        width: 50%;
    }

    .spieltermin-item .spieltermin-content .spieltermin-submeta {
        line-height: 1.3em;
    }

}

@media (max-width: 600px){

    #frontpage-slider .elementor-slide-description{
        font-size: 0.9rem;
    }

    #frontpage-slider .elementor-slide-button {
        font-size: 1rem;
    }

    #projekte-uebersicht .projekt{
        width: 100%;
    }

    .filter-options{
        flex-direction: column;
    }

    .filter-options .monate,
    .filter-options .wochentage{
        width: 100%;
    }

    .spieltermin-item {
        flex-wrap: wrap;
     }

    .spieltermin-item .spieltermin-datum {
        width: 25%;
     }

    .spieltermin-item .spieltermin-content {
        width: 75%;
    }

    .spieltermin-item .spieltermin-options {
        flex-direction: row;
        flex-grow: 1;
        width: 100%;
    }

    .spieltermin-item .spieltermin-icon{
        text-align: right;
    }

    .spieltermin-item .getTicket{
        float: right;
    }



}