/*
 Theme Name:   OceanWP Child
 Description:  Child Theme des high-performance WP-Theme OceanWP
 Author:       Philipp Limbeck
 Author URI:   https://insyde.at/
 Template:     oceanwp
 Version:      1.0
 Text Domain:  oceanwp-child
*/

:root {
    --color-gold: #C9AB81;
}

/* overwrite general settings of oceanwp for focus of links (black border) */
#main a:focus,
#site-header a:focus,
#footer a:focus {
    outline: 0px !important;
}

#wrap #main #content-wrap {
    padding-top: 0;
    padding-bottom: 0px;
}

.header-row h6 {
    color: #fff;
}

/* Fabian mit Angelika am Montag besprechen 
body {
    overflow-x: hidden;
}
*/

#intro-row {
    height: 100vh;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    animation: slow-zoom 8s ease-in-out forwards;
}


.gallery-row {
    margin-bottom: 80px;
}

@keyframes slow-zoom {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.08);
        /* leichtes Vergrößern */
    }
}

#site-header-sticky-wrapper.is-sticky #site-logo img {
    filter: invert(1);
}

#site-header-inner {
    max-width: 1800px;
    margin: 0 auto;
    padding: 0 30px;
}

.header-row {
    height: 45vh;
    background-size: cover;
    background-position: 0% 30%;
}

#home,
#repertoire-body {
    margin-top: 80px;
}


/* TODO KLASSE VERWENDEN */
#home h1:before,
#about-body h1:before,
#repertoire-body h1:before,
#repertoire-info h3:before,
.header-row h1:before {
    content: "";
    flex: 1 1;
    border-bottom: 1px solid;
    margin: auto;
    color: white;
    max-width: 170px;
    margin-right: 10px;
    color: white;
    opacity: 0.7;
}

/* TODO KLASSE VERWENDEN */
#home h1:after,
#about-body h1:after,
#repertoire-body h1:after,
#repertoire-info h3:after,
.header-row h1:after {
    content: "";
    flex: 1 1;
    border-bottom: 1px solid;
    margin: auto;
    max-width: 170px;
    margin-left: 10px;
    color: white;
    opacity: 0.7;
}


/* TODO KLASSE VERWENDEN */
#home h1,
#about-body h1,
#repertoire-body h1,
#repertoire-info h3,
.header-row h1 {
    display: flex;
    flex-direction: row;
    gap: 60px;
    text-align: center;
    color: white;
}




#repertoire-body #repertoire-info h3 {
    gap: 20px;
}

/* TODO KLASSE VERWENDEN */
#home h6,
#about-body h6,
#main-contact h6,
#repertoire-body h6,
#students-title h6 {
    margin-bottom: 0;
}

#picture-the-pianist img {
    border-right: 1px solid #d3d3d3;
    padding-right: 60px;
}


#discovering-passion {
    padding: 5px 55px 0 165px;
}

#double-quotes {
    text-align: center;
    margin-top: 75px;
}

#row-quote {
    background-color: #f8f8f8;
    padding: 40px 0;
    margin-top: 70px;
}

#row-quote h6,
#row-quote h5 {
    margin-bottom: 50px !important;
}

#main-contact {
    margin: 180px 0;
    background-color: white;
    color: black;
    padding: 80px;
    min-height: 500px;
}

#main-contact form label {
    margin-bottom: 30px;
    display: block;
}

#main-contact>div:nth-child(2) {
    padding-left: 52px;
    margin-top: 10px;
}

#main .wpcf7-list-item {
    margin-left: 0;
}

#main-contact-row {
    background-image: url('/wp-content/uploads/2025/08/orchester.jpg');
    background-position: center;
    background-repeat: no-repeat;
}

#brand-logos {
    display: flex;
    flex-direction: row;
}

#brand-logos i {
    margin-right: 10px;
	color: white;
}

#the-pianist-text p {
    margin: 0 0 15px;
    text-align: justify;
    line-height: 30px;
}

#the-pianist-picture img {
    box-shadow: 0 0 4.85px .15px rgba(0, 0, 0, .09);
}

#repertoire-body #first .wpb_column.vc_column_container.vc_col-sm-6,
#repertoire-body #second .wpb_column.vc_column_container.vc_col-sm-6 {
    border: 1px solid black;
    min-height: 300px;
    padding: 40px;
    padding-top: 80px;
    max-width: 650px;
    margin: 0 18px;
    display: flex;
    align-items: center;
    /* vertikal zentrieren */
    justify-content: center;
    /* optional: horizontal zentrieren */
    height: 330px;
    /* Höhe des Containers muss definiert sein */
}

#repertoire-body #third .wpb_column.vc_column_container {
    border: 1px solid black;
    min-height: 300px;
    padding: 120px;
    padding-top: 160px;
    max-width: 1330px;
    margin: 0 18px;
    display: flex;
    align-items: center;
    /* vertikal zentrieren */
    justify-content: center;
    /* optional: horizontal zentrieren */
    height: 330px;
    /* Höhe des Containers muss definiert sein */
}

#repertoire-body #first,
#repertoire-body #second,
#repertoire-body #third {
    display: flex;
    align-items: center;
    /* vertikal zentrieren */
    justify-content: center;
    /* optional: horizontal zentrieren */
    height: 330px;
    margin: 36px 0;
}

#repertoire-info h2 {
    margin: 80px 0;
    font-size: 25px !important;
}

#review-text h6,
#photographer h6 {
    margin-bottom: 0px;
    margin-top: 40px;
}

#review-text {
    margin-bottom: 100px;
}

#footer {
    max-height: 300px;
}

#footer-second {
    background-color: #383838;
    min-height: 85px;
    color: white;
}

#footer #footer-inner #footer-first {
    min-height: 460px;
    color: #fff;
    background-color: #272727;
    line-height: 2em;
}

#footer #footer-inner p a {
    color: white;
}

.goldfont {
    color: var(--color-gold) !important;
}

#footer-first-third {
    font-size: 20px;
    line-height: 1;
}


#main .students-row img {
    width: 100%;
    /* Container füllen */
    height: 635px;
    /* gewünschte Höhe */
    object-fit: cover;
    /* Bild wird beschnitten, nicht gestreckt */
    object-position: center;
    transition: transform 0.3s ease;
    /* weiche Animation */
}

.students-row img:hover {
    transform: scale(1.03);
    /* leicht vergrößern (5% Zoom) */
}

#students-header h1 {
    color: white;
}

#students-header h1:before,
#students-header h1:after {
    color: white;
}

#download-btn a {
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 9px;
    cursor: pointer;
    background-color: #ffffff;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 auto;
    text-decoration: none;
    display: block;
    margin-top: 12px;
    margin-bottom: 5px;
    width: 200px;
    height: auto;
    letter-spacing: 0.13em;
}

#download-btn {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}

#download-btn a:hover {
    background-color: #ddd;
}



/* EVENTS */
/* Events Container */
.events-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media (max-width: 1200px) {
    .events-list {
        gap: 5px;
    }
}

/* Jede Event-Zeile */
.event-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
}

/* Linke Spalte */
.event-date {
    width: 20%;
    text-align: center;
    border-right: 1px solid #ccc;
    padding: 19px 48px 19px 0;
}

@media (max-width: 1200px) {
    .event-date {
        width: 15%;
        padding: 10px 5px 10px 0;
    }
}


.event-day {
    font-family: 'EB Garamond';
    font-size: 42px;
    line-height: 1.4;
}

.event-month,
.event-time {
    font-size: 16px;
}

/* Mittlere Spalte */
.event-info {
    width: 60%;
    text-align: left;
    border-right: 1px solid #ccc;
    padding: 48px 48px 19px 25px;
}

@media (max-width: 1200px) {
    .event-info {
        width: 50%;
        padding: 20px 20px 5px 10px;
    }
}

.event-title {
    font-size: 32px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: 'EB Garamond';
    line-height: 1.2em;
    letter-spacing: .16em;
}

.event-subtitle {
    font-size: 16px;
}

/* Rechte Spalte */
.event-link {
    width: 20%;
    text-align: center;
    padding-left: 25px;
}

@media (max-width: 1200px) {
    .event-link {
        width: 30%;
        padding-left: 0px;
    }
}


#main a.event-button {
    display: inline-block;
    padding: 10px 100px;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    border: 1px solid var(--color-gold);
    text-decoration: none;
}

.event-button:hover {
    background-color: var(--color-gold);
    color: #fff;
}

/* ANGELIKA */

span.managerinfo {
    font-weight: 500;
    font-size: 22px;
    color: #525252;
}

a.contactemail {
    color: #c9ab81;
}

.nomargin-bottom {
    margin-bottom: 0px !important;
}

#mobile-dropdown ul li {
    border-bottom: none !important;
}

/* Fabian mit Angelika am Montag besprechen - Die Range geht bis maximal 255 C: */
#mobile-dropdown {
    background-color: rgba(264, 264, 264, 0.85) !important;
}

@media (max-width: 780px) {
    #picture-the-pianist img {
        border-right: none;
        padding-right: 0px;
    }
}


@media (max-width: 1000px) {
    #discovering-passion {
        padding: 0px;
    }
}

@media (max-width: 650px) {
    h3 {
        font-size: 18px;
    }
}

.rep-border-mobile {
    border: 1px solid #000;
    padding-top: 50px;
}


#main-contact2 {
    background-color: white;
    color: black;
    padding: 30px;
}

#main-contact2 form label {
    margin-bottom: 30px;
    display: block;
}

#main-contact2>div:nth-child(2) {
    padding-left: 52px;
    margin-top: 10px;
}


/* === Mobile-Stack für EVENTS: ≤ 750px: Spalten untereinander === */
@media (max-width: 750px) {
    .event-row {
        display: block;
        /* bricht alle Spalten untereinander */
    }

    .event-date,
    .event-info,
    .event-link {
        width: 100%;
        border-right: none;
    }

    .event-info {
        text-align: center;
    }

    .event-link {
        border-bottom: 1px solid #ccc;
        padding-bottom: 30px;
    }
}


/* Fabian: das "hängende" scrollen verhindern - Angelika Montag besprechen */
html {
    overflow-x: auto;
}
body {
    overflow-x: visible !important;
}