/*
Theme Name:   Club Euro 2026
Theme URI:    https://example.com/twentytwentyfive-child/
Description:  Child-Theme für Twenty Twenty-Five
Author:       Ben Hammer & Max Winter
Author URI:   https://benhammer.de
Template:     twentytwentyfive
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:  twentytwentyfive-child
*/

/* Header */
header.wp-block-template-part {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}
header.wp-block-template-part .wp-block-buttons {
    opacity: .5;
    filter: blur(1px);
}
header.wp-block-template-part .wp-block-buttons:hover,
header.wp-block-template-part .wp-block-buttons a:hover { cursor: not-allowed;}

/* Contact Form 7 */
.wpcf7 .wpcf7-form-control-wrap { display: inline-block; width: 100%;}
.wpcf7 input:not([type='checkbox']),
.wpcf7 textarea {
    width: calc(100% - 36px);
    border-color: #000;
    border-radius: 22px;
    box-shadow: var(--wp--preset--shadow--crisp);
    padding: 18px;
    font-family: var(--wp--preset--font-family--league-spartan) !important;
}
.wpcf7 .wpcf7-list-item { margin: 0; }
.wpcf7 .wpcf7-submit:disabled {
    opacity: .5;
}
.wpcf7 .wpcf7-submit {
    background-color: var(--wp--preset--color--background);
    border-color: var(--wp--preset--color--accent-2) !important;
    box-shadow: 6px 6px 0px var(--wp--preset--color--accent-2) !important;
    width: 100% !important;
    max-width: 250px;
}
.wpcf7 .wpcf7-submit:hover {
    cursor: pointer;
}
.wpcf7 .wpcf7-not-valid-tip { padding-top: 10px;}

/* Footer */ 
footer.wp-block-template-part a {
    color: var(--wp--preset--color--background) !important;
    text-decoration: none;
}

footer.wp-block-template-part a:hover {
    color: var(--wp--preset--color--background) !important;
    text-decoration: underline;
}

/* Mobile */
@media (max-width: 767px) {
    .hide-mobile { display: none !important; }
    .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
        max-width: 100% !important;
    }
}