/*
Theme Name:   Extendable Child
Theme URI:    https://luumevents.de/
Description:  Child Theme für Extendable
Author:       Eric Jungmann
Author URI:   https://luumevents.de/
Template:     extendable
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  extendable-child
*/

/* 
 * Hier kannst du eigene CSS-Anpassungen hinzufügen
 * Diese überschreiben die Styles des Parent-Themes
 */


 .wp-block-heading { word-wrap: break-word; overflow-wrap: break-word; hyphens: auto;} .wp-block-heading:lang(zh), .wp-block-heading:lang(ja), .wp-block-heading:lang(ko), .wp-block-heading:lang(th), .wp-block-heading:lang(lo), .wp-block-heading:lang(my), .wp-block-heading:lang(km), .wp-block-heading:lang(ar), .wp-block-heading:lang(ur) { word-break: keep-all; }

button#tribe-tickets__tickets-submit {
    margin: 0;
}
.tribe-tickets__tickets-footer.tribe-tickets__tickets-footer--active {
    flex-direction: column;
    gap: 10px;
    align-items: flex-end;
}
/* Füge hier Dein eigenes CSS ein */
div#tribe-modal__attendee-registration .tribe-tickets__attendee-tickets-footer {
    flex-direction: column;
}
.single-event main#wp--skip-link--target div#em-event-6 .em-consent-checkbox label::after {
    position: relative;
    content: '*';
}
h1 + .entry-content.wp-block-post-content {
    background: #fff;
}
.single-event main#wp--skip-link--target div#em-event-6 .em-consent-checkbox label {
    width: fit-content;
}
.intro-tickets {
    padding: 40px;
    background: #0000008f;
    backdrop-filter: blur(3px);
    border-radius: 9px;
    overflow: hidden;
}
.intro-tickets .title {
    text-align: center;
    font-size: 48px;
letter-spacing: 0.1em;
}
html {
    overflow-x: hidden;
}
main#wp--skip-link--target {
    padding-top: 110px !important;
    padding-bottom: 0 !important;
}
.countdown {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
    max-width: 1440px;
    margin: 0px auto !important;
}


#main_countedown_1 .element_conteiner {
    min-width: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.wp-block-group #main_countedown_1 .time_left {
    background: transparent;
    font-size: 75px;
    font-family: 'Montserrat';
    width: 100%;
    height: fit-content;
    padding: 0 !important;
color: #fff;
}
.wp-block-group #main_countedown_1 span {
    color: #fff;
}
.wp-block-group #main_countedown_1 .time_description {
	    font-family: 'Montserrat';
}
div#main_countedown_1 {
    width: 1770px;
    max-width: 95% !important;
    margin-top: 10px;
}
.em.em-view-container {
    position: relative;
    /* overflow: hidden; */
    max-width: 100%;
    padding: 70px;
    display: flex;
}
.wp-block-cover.is-light {
    height: 60vh;
    max-width: 1770px;
    width: 90% !important;
    border-radius: 10px;
}
header.wp-block-template-part {
    z-index: 22;
    position: fixed;
    width: 100%;
    backdrop-filter: blur(15px);
    height: 110px;
}
.wp-block-cover.is-light.hero {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.entry-content.wp-block-post-content {
    width: 100%;
    padding: 0;
}
.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-f3e73c6b.wp-block-columns-is-layout-flex {
    border-radius: 10px;
    overflow: hidden;
    max-width: 100%;
}
body .wp-block-columns.column-wrapper.is-layout-flex .right-column {
    flex-direction: column;
    display: flex;
    justify-content: flex-end;
}
.wp-block-cover.is-light.hero .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.wp-block-column.is-layout-flow.wp-block-column-is-layout-flow {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.single-event main#wp--skip-link--target {
	padding-top: 150px !important;
}
.single-event main#wp--skip-link--target {
    display: flex;
    align-items: center;
    /* margin-top: 180px !important; */
}

.single-event main#wp--skip-link--target .entry-content.wp-block-post-content {
    min-height: 80vh !important;
    max-width: 1770px;
    margin: 0 auto;
    border-radius: 10px;
    display: flex;
    align-items: center;
    width: 90%;
}

.single-event main#wp--skip-link--target div#em-event-6 {
    background-color: #ffffff5c !important;
    padding: 40px;
    margin-bottom: 60px;
    backdrop-filter: blur(10px);
	    border-radius: 10px;
}
.single-event main#wp--skip-link--target div#em-event-6 * {
    color: #000 !important;
    fill: #000 !important;
    stroke: #000 !important;
    opacity: 1;
    border-color: #000 !important;
}
.em-event-when button.em-event-add-to-calendar.em-tooltip-ddm.em-clickable.input {
    display: none;
}
h3.em-booking-section-title.em-booking-form-tickets-title,
h3.em-booking-section-title.em-booking-form-details-title,
h3.em-booking-section-title.em-booking-form-summary-title { 
    background: transparent !important;
    border: 0 !important;
	    padding: 0 !important;
}
.em-booking-form-details.em-booking-section {
    padding: 0 !important;
}
.em-booking-form-summary.em-booking-section.no-booking {
    padding: 30px !important;
    background: #fff;
    border-radius: 5px;
}
.em-gateway-buttons.em-booking-section {
    padding: 0 !important;
    margin-top: 30px !important;
}
.single-event main#wp--skip-link--target div#em-event-6 input#em-gateway-button-offline {
    background: #fff !important;
    font-size: 24px !important;
    height: fit-content !important;
    padding: 10px 0px !important;
    border: 1px solid #fff;
    transition: ease-in-out 0.3s;
}
.single-event main#wp--skip-link--target div#em-event-6 input#em-gateway-button-offline:hover {
    background: transparent !important;
    border: 1px solid #000;
}
section.em-event-location {
    display: none;
}
section.em-event-bookings-meta {
    display: none;
}
.single-event main#wp--skip-link--target .em-booking-form-tickets.em-booking-section {
    padding: 0 !important;
    background: #fff;
    border-radius: 5px;
}
.single-event main#wp--skip-link--target div#em-event-6 .em-item-meta-line.em-event-time.em-event-meta-datetime {
    color: transparent !important;
}
.single-event main#wp--skip-link--target div#em-event-6 .em-item-meta-line.em-event-time.em-event-meta-datetime::after {
    content: '17 Uhr - open end';
    width: 230px;
    color: #000;
    position: absolute;
    left: 40px !important;
    transform: translate(30px, 0px);
}
body .wp-block-columns.column-wrapper.is-layout-flex {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
    max-width: 1770px;
    width: 90%;
    margin: 30px auto;
}

@media screen and (max-width: 1024px) {
body .wp-block-columns.column-wrapper.is-layout-flex {
	   display: grid;
    gap: 20px;
    grid-template-columns: repeat(1, 1fr);
}
}

body .wp-block-columns.column-wrapper.is-layout-flex .wp-block-column {
    /* background: url(/wp-content/uploads/2025/07/pexels-maumascaro-801863-scaled.jpg); */
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 470px;
    border-radius: 10px;
    transition: ease-in-out 0.3s;
    border: 1px solid #2a2929;
z-index: 22;
}
body .wp-block-columns.column-wrapper.is-layout-flex .wp-block-column:hover {
    backdrop-filter: blur(11px);
}
.em-item-meta-line.em-event-location {
    cursor: default;
    pointer-events: none;
}
.em.em-item .em-item-meta .em-item-meta-line a {
    text-decoration: none !important;
    font-style: normal !important;
}


body{
    background: #fff;  
    background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);    
}

.circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    max-width: 100%;
	    z-index: -1;
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: #a2a2a233;
    animation: animate 25s linear infinite;
    bottom: -250px;
    
}

.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}



@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}

.wp-block-column.left-column.is-layout-flow.wp-block-column-is-layout-flow,
.wp-block-column.center-column.is-layout-flow.wp-block-column-is-layout-flow{
    position: relative;
    overflow: hidden;
}
body .wp-block-columns.column-wrapper.is-layout-flex .wp-block-column:not(.right-column) {
    padding: 0 !important;
}
body .wp-block-columns.column-wrapper.is-layout-flex .wp-block-column figure.wp-block-image.size-large, body .wp-block-columns.column-wrapper.is-layout-flex .wp-block-column figure.wp-block-image.size-large img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.wp-block-column.left-column.is-layout-flow.wp-block-column-is-layout-flow h2.wp-block-heading, .wp-block-column.left-column.is-layout-flow.wp-block-column-is-layout-flow p {
    z-index: 8;
}
body .wp-block-columns.column-wrapper.is-layout-flex .wp-block-column figure.wp-block-video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}
.wp-block-column.center-column.is-layout-flow.wp-block-column-is-layout-flow {
    overflow: hidden;
}
.wp-block-column.left-column.is-layout-flow .wp-block-video video,
.wp-block-column.center-column.is-layout-flow .wp-block-video video {
    vertical-align: middle;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.single-event main#wp--skip-link--target div#em-event-6 h3 {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500 !important;
    hyphens: auto;
}
.tribe-events-single .tribe-events-event-image img.wp-post-image {
    aspect-ratio: 3 / 4 !important;
    object-fit: cover;
    height: auto;
    max-width: 100%;
    width: 30% !important;
}

.wp-block-columns.two-column-wrapper {
    width: 80%;
    max-width: 1000px;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}
.wp-block-columns.two-column-wrapper video {
    border-radius: 10px;
    width: 80%;
}
.wp-block-columns.two-column-wrapper .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow:first-child {
    display: flex;
    align-items: center;
}
.wp-block-columns.two-column-wrapper .wp-block-column figure.wp-block-video {
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 1200px) {
	.countdown {
	    grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 989px) {

    .wp-block-columns.two-column-wrapper{
         grid-template-columns: repeat(1, 1fr);
    }
	.countdown {
	    grid-template-columns: repeat(1, 1fr);
	}
	.wp-block-column.right-column.is-layout-flow.wp-block-column-is-layout-flow {
    min-height: fit-content !important;
	}
	.em.em-view-container {
    padding: 0px;
	}
	.single-event main#wp--skip-link--target div#em-event-6 {
		padding: 0px;
	}
}

