/*
Theme Name: Mediales Coaching Quenzel (2025 Child)
Template: twentytwentyfive
Version: 1.0
*/

/* Deine eigenen Styles ab hier */
html, body {
    font-size: 20px;
    font-family: OpenSans, sans-serif;
}
body {
    background-size:contain;
    background-repeat: no-repeat;
    background-image: url(assets/icons/hintergrund1920.png);
    background-repeat: no-repeat;
    background-position: center 60vh;
}
:root :where(.is-layout-flow) > * {
    margin-block-start: 0.6em;
    margin-block-end: 0;
}
:root :where(.is-layout-constrained) > * {
    margin-block-start: 0.6em;
    margin-block-end: 0;
  }
.has-small-font-size {
    font-size: 0.8em !important;
}
.home .wp-block-site-title {
    display: none;
}
.home footer .wp-block-site-title {
    display: inherit;
}
header .coaching-header ul li {
    margin: 0 0 0 auto;
    font-weight: 400;
    font-size: 1rem;
    letter-spacing: 0.1rem;
}
.site-title {
    align-self: flex-end;
    margin-bottom: -0.25rem !important;
}
.is-vertically-aligned-center {
    margin-right: auto !important;
    margin-left: auto !important;
}
.wp-block-quote {
    color: #275791;
    font-family: var(--wp--preset--font-family--angella-white-personal-use-only);
    font-size: clamp(1.25rem, 1.25rem + ((1vw - 0.2rem) * 1.176), 2rem);
    letter-spacing: 0.2em;
    border: none;
}
footer {
    margin-top: 4rem;
}
h2,
h2.wp-block-heading,
h3,
h3.wp-block-heading {
    margin-block-start: 1.2em !important;
    margin-bottom: 0;
}
h2.wp-block-post-title.has-x-large-font-size {
    font-weight: 700;
    letter-spacing: 0.2em;
}
.post-datum {
    display: none;
}
.wp-block-navigation.items-justified-right {
    margin-top: 0;
}
.header-tel-mail {
    margin: -20px 0 10px auto !important;
    gap: 1rem;
    font-size: 0.8em;
    min-width: 440px;
    justify-content: space-between;
}
.header-tel-mail .tel a,
.header-tel-mail .mail a {
    text-decoration: none;
    color: #275791;
}
.header-tel-mail .tel a:before {
    content: "";
    display: inline-block;
    background-image: url(assets/icons/tel.svg);
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    background-size: contain;
    margin-bottom: -6px;
    margin-right: 2px;
}
.header-tel-mail .mail a:before {
    content: "";
    display: inline-block;
    background-image: url(assets/icons/mail.svg);
    background-repeat: no-repeat;
    width: 24px;
    height: 20px;
    background-size: contain;
    margin-bottom: -6px;
    margin-right: 4px;
}
.header-tel-mail a:hover {
    text-decoration: underline;
}
main ul {
    padding-left: 0.9rem;
}

@media (min-width: 600px) AND (max-width: 1399px) {
    .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close {
      display: block;
    }
    .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
        display: none;
    }
    .wp-block-navigation__responsive-container-open {
        display: flex;
    }
    .wp-block-navigation__responsive-container-open:not(.always-shown) {
        display: flex;
    }
    .coaching-header {
        padding-left: 2rem !important;
        padding-right: 2.5rem !important;
    }
  }
@media (min-width: 1400px) {
    .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
      background-color: inherit;
      display: block;
      position: relative;
      width: 100%;
      z-index: auto;
    }
  }
@media(min-width: 1400px) {
    .coaching-header {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    header .coaching-header ul li {
        letter-spacing: 0.05rem;
    }
}

@media(min-width: 1600px) {
    .coaching-header {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }
    header .coaching-header ul li {
        letter-spacing: 0.1rem;
    }
}
@media (max-width: 2000px) {
    .home .wp-container-core-group-is-layout-5f33b862 {
        margin: .6rem 0 0 auto !important;
    }
}
@media (max-width: 799px) {
    p.site-title {
        display: block;
        min-width: 270px;
    }
    .wp-container-core-group-is-layout-5f33b862 {
        gap: 1rem;
        flex-direction: row;
        align-items: flex-end;
    }
    .header-tel-mail {
        min-width: 100px;
        flex-grow: 1;
        margin: 0px 0 0px auto !important;
    }
    .header-tel-mail .tel a,
    .header-tel-mail .mail a {
        font-size: 0;
    }
    .header-tel-mail .wp-block-column {
        flex-basis: 2rem !important;
        flex-grow: 0;
    }
    .header-tel-mail.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
        flex-basis: 40% !important;
    }
    .coaching-header {
        padding-left: 1.5rem !important;
        padding-right: 2.0rem !important;
    }
    figure.home-featured {
        max-width: 100% !important
    }
    .home main:before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position:absolute;
        margin-left: -20px;
        margin-top: -30px;
        background-color: rgba(255,255,255,0.2);
    }
    .home main .wp-block-query {
        position: relative;
        z-index: 10;
    }
}
@media (max-width: 599px) {
    .coaching-header {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
}
@media (max-width: 375px) {
    .coaching-header {
        padding-left: .5rem !important;
        padding-right: 1.5rem !important;
    }
    p.site-title {
        display: block;
        min-width: 120px;
        line-height: 1.2em;
    }
    .has-global-padding {
        padding-right: 1.25rem;
        padding-left: 1.25rem;
    }
    .wp-block-quote {
        padding: 1rem 0;
        text-align: left;
    }
    .wp-block-quote .has-text-align-right {
        text-align: center;
    }
  }
