* {
    margin: 0;
    padding: 0;
}

*, :after, :before {
    box-sizing: border-box;
}

body {
    font-family: Manrope; 
    margin: 0;
    background-color: var(--mozart-white-color);
    color: var(--mozart-black-color);
}

ul {
    list-style-position: inside;
    padding: 5px;
}

li {
    margin: 5px 0px;
}

.mozart-bold {
    font-weight: 700;
}

.mozart-title-container {
    margin: 30px 0px;
}

.mozart-page-title-container {
    text-align: center;
}

#wrapper {
    max-width: 1920px;
    margin: auto;
}

#mozart-header-wrapper {
    background-color: var(--mozart-white-color);
    border-bottom: 1px solid var(--mozart-grey-light-color);
}

#mozart-header-top-bar {
    color: var(--mozart-main-color);
    padding: 10px;
    border-bottom: 1px solid var(--mozart-grey-light-color);
    font-size: 0.8rem;
}

#mozart-header-bar {
    padding: 20px;
}

.mozart-header-bar {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.mozart-top-bar {
    display: flex;
}

.mozart-menu {
    list-style: none;
    margin: 0; 
    line-height: 1;
    display:flex;
    font-weight: bold;
    letter-spacing: .15rem;
    /* cursor: pointer; */
}

.mozart-menu a {
    color: var(--mozart-main-color);
}

.mozart-menu li {
    color: var(--mozart-main-color);
}

.mozart-menu a:hover {
    color: var(--mozart-black-color);
}

.mozart-menu li:hover {
    color: var(--mozart-black-color);
}

.mozart-menu-horizontal {
    flex-direction: row; 
    gap: 10px;   
}

.mozart-menu-vertical { 
    flex-direction: column;
    text-align: center;
}

.mozart-menu-vertical li {
    margin: 10px;
}

#mozart-logo-container {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#mozart-logo-small {
    display: none;
}

#mozart-mobile-menu-button-wrapper {
    display: none;
}

.mozart-website-title {
    font-size: 1.6rem;
    margin: 0px 20px;
}


.mozart-website-title-first {
    color: var(--mozart-main-color);
}

.mozart-sticky {
    position: fixed;
    top: 0;
    z-index: 16;
    width: 100%;
}

a {
    text-decoration: none;
    color: var(--mozart-main-color);
}

a:hover {
    color: var(--mozart-black-color);
}

a:visited {
    color: var(--mozart-main-color);
}

a:active {
    color: var(--mozart-main-color);
}

.mozart-link-white {
    color: var(--mozart-white-color);
}

.mozart-link-black-underline {
    color: var(--mozart-black-color);
    text-decoration: underline;
}

.mozart-link-black-underline:visited {
    color: var(--mozart-black-color);
    text-decoration: underline;
}

.mozart-language:hover{
    color: var(--mozart-black-color);
}

a.mozart-link-disable {
    color: var(--mozart-grey-color);
    pointer-events: none;
    cursor: default;
}

.mozart-link-disable:visited {
    color: var(--mozart-grey-color);
}

#mozart-hero-image-container {
    height: 50vh;
}

#mozart-mobile-menu-wrapper.active{
    left: 0;
}

#mozart-mobile-menu-wrapper {
    position: fixed;
    left: -100%;
    top: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: center;
    transition: 0.3s;
    background-color: var(--mozart-white-color);
    z-index: 19;
    height: 100vh;
    padding: 50px 50px;
}

.mozart-mobile-menu-child {
    margin-bottom: 30px;
}

/********************************/
/************* HOME *************/
/********************************/
#mozart-home-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#mozart-home-welcome-container {
    display: flex;
    max-width: 1200px;
    padding-bottom: 30px;
}

#mozart-home-welcome {
    width: 60%;
    padding: 30px;
}

#mozart-home-sidebar {
    width: 40%;
    padding: 30px;
}

.mozart-box {
    background-color: var(--mozart-white-color);
    border: 1px solid var(--mozart-main-color);
    color: var(--mozart-black-color);
    display: flex;
    flex-direction: column;
    padding: 15px;
}

table td:nth-child(2) { text-align: end; }

#mozart-home-hours {
    margin-bottom: 60px;
}

#mozart-home-services-wrapper {
    background-color: var(--mozart-main-color);
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
}

#mozart-home-services-container {
    color: var(--mozart-white-color);
    padding: 30px;
    max-width: 1200px;
}

#mozart-home-services {
    display: flex;
}

.mozart-home-service {
    width: 50%;
    margin-right: 15px;
}

/********************************/
/************ PAGE **************/
/********************************/
#mozart-page-wrapper {
    display: flex;
    justify-content: center;
}

#mozart-page-container {
    width: 100%;
    max-width: 1200px;
    margin: 60px 0px;
}

/********************************/
/************* BIO **************/
/********************************/
#mozart-bio-container {
    display: flex;
}

#mozart-bio-column-1 {
    width: 35%;
    text-align: center;
}

#mozart-bio-column-2 {
    width: 65%;
}

.mozart-bio-column {
    padding: 30px;
    
}

#mozart-bio-photo {
    width: 100%;
}

/********************************/
/************* LEGAL ************/
/********************************/
#mozart-legal-wrapper {
    padding: 15px;
}

/********************************/
/************* CONTACT **********/
/********************************/
.mozart-contact-item {
    margin-bottom: 60px;
}

#mozart-contact-text {
    padding: 0px 30px;
}

#mozart-map-iframe {
    width: 100%;
}

/**************************************/
/************* COOKIES POPUP **********/
/**************************************/
#mozart-cookies-popup-wrapper {
    position: fixed;
    right: 15px;
    bottom: 0;
    width: 100vw;
    max-width: 400px;
    padding: 15px;
    color: var(--mozart-white-color);
    background-color: var(--mozart-main-color);
    border: 1px solid var(--mozart-grey-light-color);
    border-bottom: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 0.8rem;
}

#mozart-cookies-popup-text-container {
    margin-bottom: 30px;
}

#mozart-cookies-popup-buttons-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.mozart-button-margin {
    margin: 0px 15px;
}


/********************************/
/************ FOOTER ************/
/********************************/
#footer {
    background-color: var(--mozart-grey-light-color);
}

#mozart-footer-wrapper {
    flex-direction: column;
    display: flex;
    width: 100%;
    max-width: 1200px;
    padding: 90px 30px;
    margin: auto;
    align-items: center;
    font-size: 0.8rem;
}

#mozart-footer-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-bottom: 0.5px solid var(--mozart-grey-color);
    padding: 30px 30px;
}

.mozart-footer-item {
    width: 33%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mozart-footer-subitem {
    margin-bottom: 20px;
}

.mozart-footer-subitem div {
    margin-bottom: 5px;
}

#mozart-subfooter-container {
    padding: 30px 30px;
}


/********************************/
/************* 404 **************/
/********************************/
#mozart-404-container {
    text-align: center;
    padding: 100px 15px;
}

.mozart-404-title {
    font-size: 5rem;
    margin-bottom: 30px;
}

.mozart-404-text {
    font-size: 2rem;
    margin-bottom: 15px;
}


/********************************************/
/************ SOCIAL MEDIA ICONS ************/
/********************************************/
.mozart-social-media-icons-container {
    display: flex;
    justify-content: center;
}

.mozart-social-media-icons-container a {
    margin: 0px 10px;
}

.mozart-social-media-icon {
    display: inline-flex;
    justify-content: center;
    cursor: pointer;
    color: var(--mozart-main-color);
}

.mozart-social-media-icon:hover .mozart-svg-path{
    fill: var(--mndbng-MainColor);
}

/********************************/
/************ BUTTON ************/
/********************************/
.mozart-button {
    border: 0px;
    min-width: 100px;
    padding: 8px;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 1px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    
}

.mozart-button-danger {
    background-color: var(--mozart-danger-color);
    color: var(--mozart-white-color);
    font-size: 0.8rem;
    line-height: 1.4rem;
}

.mozart-button-default {
    background-color: var(--mozart-secondary-color);
    color: var(--mozart-white-color);
}

.mozart-button-transparent {
    background-color: transparent;
    color: var(--mozart-main-color);
    font-size: 0.8rem;
    display: flex;
}

.mozart-button-transparent-border {
    background-color: transparent;
    border: 1px solid var(--mozart-white-color);
    color: var(--mozart-white-color);
    font-size: 0.8rem;
    display: flex;
    font-weight: 700;
}

.mozart-button-icon {
    display: flex;
    justify-content: center;
    margin: 0px 5px;
}

@media only screen and (max-width: 300px) {
    .mozart-button-margin {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 768px) {
    /********************************/
    /************ FOOTER ************/
    /********************************/
    #mozart-footer-wrapper {
        padding: 60px 15px;
    }

    #mozart-footer-container {
        flex-direction: column;
        padding: 30px 0px;
    }

    .mozart-footer-item {
        width: 100%;
        margin-bottom: 60px;
    }

    /**************************************/
    /************* COOKIES POPUP **********/
    /**************************************/
    #mozart-cookies-popup-wrapper {
        right: 0;
        border: 0px;
        border-top: 1px solid var(--mozart-grey-light-color);
    }

    #mozart-bio-container {
        flex-direction: column;
    }

    #mozart-bio-column-1 {
        width: 100%;
    }
    
    #mozart-bio-column-2 {
        width: 100%;
    }


    #mozart-header-top-bar {
        display: none;
    }

    .mozart-menu-desktop {
        display: none;
    }

    .mozart-button-transparent {
        flex-direction: column;
    }

    .mozart-button-transparent div {
        margin-bottom: 10px;
    }

    .mozart-top-bar {
        flex-direction: column;
        align-items: center;
    }

    #mozart-logo {
        display: none;
    }
    #mozart-logo-small {
        display: block;
    }
    .mozart-website-title {
        font-size: 1rem;
    }

    /* Mobile menu button */
    #mozart-mobile-menu-button-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 30px;
        height: 26px;
        cursor: pointer;
        transition: all .5s ease-in-out;
        z-index: 20;
    }

    #mozart-mobile-menu-button {
        width: 30px;
        height: 2px;
        background: var(--mozart-main-color);;
        box-shadow: 0 2px 5px rgba(255,101,47,.2);
        transition: all .5s ease-in-out;
    }

    #mozart-mobile-menu-button::before,
    #mozart-mobile-menu-button::after {
        content: '';
        position: absolute;
        width: 30px;
        height: 2px;
        background: var(--mozart-main-color);
        box-shadow: 0 2px 5px rgba(255,101,47,.2);
        transition: all .5s ease-in-out;
    }

    #mozart-mobile-menu-button::before {
        transform: translateY(-8px);
    }
    #mozart-mobile-menu-button::after {
        transform: translateY(8px);
    }

    #mozart-mobile-menu-button-wrapper.mozart-menu-open #mozart-mobile-menu-button {
        transform: translateX(-25px);
        background: transparent;
        box-shadow: none;
    }

    #mozart-mobile-menu-button-wrapper.mozart-menu-open #mozart-mobile-menu-button::before {
        transform: rotate(45deg) translate(18px, -18px);
    }

    #mozart-mobile-menu-button-wrapper.mozart-menu-open #mozart-mobile-menu-button::after {
        transform: rotate(-45deg) translate(18px, 18px);
    }

    #mozart-home-welcome-container {
        flex-direction: column;
    }

    #mozart-home-welcome {
        width: 100%;
    }

    #mozart-home-sidebar {
        width: 100%;
    }
    
    #mozart-home-services {
        flex-direction: column;
    }
    
    .mozart-home-service {
        width: 100%;
    }
}