/* Theme Name:   M³ Personalmanagement GmbH
 * Description:  Childtheme for Fixmate Theme
 * Author:       J&J Ideenschmiede GmbH
 * Author URI:   https://jj-ideenschmiede.de
 * Template:     fixmate
 * Version:      1.0.0
 * Text Domain:  fixmate-child */

*{
    box-sizing: border-box;
}

/* Contact Form 7 styles */
.wpcf7-form{
    max-width: 100%;
}
.wpcf7-form label{
    display: inline-block;
    width: 100%;
}
.wpcf7-form .wpcf7-form-control-wrap{
    display: block;
    width: auto;
    max-width: 100%;
    margin: var(--wp--preset--spacing--20) 0 0 0;
}
.wpcf7-form input:not([type="submit"]){
    padding: .5rem 1rem;
    width: 100%;
    border-radius: 5px;
    border-width: 1px;
    outline: none;
    border-color: var(--wp--preset--color--primary);
}

.wpcf7-form textarea{
    padding: .5rem 1rem;
    width: 100%;
    border-radius: 5px;
    border-width: 1px;
    border-color: var(--wp--preset--color--primary);
}


/* Stellenmarkt Iframe Styling */
#stellenmarkt-list{
    border: none;
    outline: 0;
    border-radius: 5px;
}

/* Style Map Iframe */
#open-street-map{
    border: none;
    outline:none;
    height: 50dvh;
    border-radius: 10px;
}

@media (max-width: 781px) {
    .order-0 {
        order: -1;
    }
}

/*Mobile Menu*/
.wp-block-navigation__responsive-container.is-menu-open{
    padding: 20px;
}

/* Glass effect for div */
.bg-glass{
    background: rgb(255 255 255 / 45%);
    backdrop-filter: blur(5px);
}