/*
    Theme Custom Styles
*/

/* Fonts */

:root {
  --green: #bdcc51;
  --dark: #333333;
  --section-tint: #f1f5de;
  --text-muted: #666666;
  --text-small: #999999;
  font-size: 1.2rem;
}

@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url("../fonts/lato/lato-v25-latin-100.woff2") format("woff2");
}

@font-face {
    font-family: "Lato";
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: url("../fonts/lato/lato-v25-latin-100italic.woff2") format("woff2");
}

@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url("../fonts/lato/lato-v25-latin-300.woff2") format("woff2");
}

@font-face {
    font-family: "Lato";
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url("../fonts/lato/lato-v25-latin-300italic.woff2") format("woff2");
}

@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/lato/lato-v25-latin-regular.woff2") format("woff2");
}

@font-face {
    font-family: "Lato";
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/lato/lato-v25-latin-italic.woff2") format("woff2");
}

@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("../fonts/lato/lato-v25-latin-700.woff2") format("woff2");
}

@font-face {
    font-family: "Lato";
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url("../fonts/lato/lato-v25-latin-700italic.woff2") format("woff2");
}

@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url("../fonts/lato/lato-v25-latin-900.woff2") format("woff2");
}

@font-face {
    font-family: "Lato";
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url("../fonts/lato/lato-v25-latin-900italic.woff2") format("woff2");
}
body, h1, h2, h3, h4, h5, h6, p, a, li {
    font-family: "Lato", sans-serif;
}

/* Skip Navigation */
.skip-link {
    position: absolute;
    top: -100%;
    left: 0;
    background: var(--dark);
    color: white;
    padding: 8px 16px;
    z-index: 1000;
    text-decoration: none;
    font-size: 1rem;
}
.skip-link:focus {
    top: 0;
}

/* Reset für button-basierte Menu-Icons */
button.menu-icon {
    background: none;
    border: none;
    padding: 0 0 10px 0;
}

/* Adresse im Footer */
address {
    font-style: normal;
}

.site-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    padding-bottom: 0;
    background-image: url('../images/praxis-karen-will-header.jpg');
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 100%;
}

.header-nav-wrap {
    display: flex;
    align-items: flex-end; 
    gap: 30px;
}

.main-nav {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}

.header-nav-wrap:hover .main-nav {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.main-nav ul {
    list-style: none;
    text-align: left;
}

.main-nav li {
    margin-bottom: 6px;
}

.main-nav a {
    font-size: 1.2rem;
    color: #000;
    font-weight: normal;
    text-decoration: none;
}

.main-nav a:hover {
    opacity: 0.6;
}

.menu-icon {
    display: flex;
    align-items: flex-start;
    color: var(--dark);
    cursor: pointer;
    padding-bottom: 10px;
}

.content-header {
    padding-top: 0;
    padding-bottom: 0;
}

.logo img {
    width: 400px;
    margin-bottom: -20px;
}

/** --- **/

/** HERO **/

.hero {
    position: relative;
}

.hero .uk-container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.hero img {
    display: block;
    width: 100%;
}

.hero-text {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    height: 100%;
}


.hero-title {
    font-size: 4rem;
    line-height: 6rem;
    color: white;
    font-weight: 100;
    text-align: right;
}

.section-osteopathie {
    background-image: url('../images/praxis-karen-will-section.jpg');
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100%;
}

.section-osteopathie ul li::marker {
  color: var(--green);
}

.content a {
    color: var(--text-muted);
    text-decoration: none;
}

.content a:hover {
    opacity: 0.6;
    text-decoration: none;
    color: var(--text-muted);
}

.content h2 {
    color: var(--green);
    font-size: 2rem;
}

.content em {
    color: var(--green);
    font-style: italic;
    font-size: 1.2rem;
}

hr {
    margin-top: 80px;
    border-top: 20px solid var(--green);
}

small {
    font-size: 1rem;
    color: var(--text-small);
}


.section-therapien {
    background-color: var(--section-tint);
    background-image: url(../images/karen-will-therapien-bg.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 80%;
}

ul {
    margin-left: -15px;
}

.section-therapien ul li::marker {
  color: var(--green);
}

.section-behandlungsablauf {
    background-image: url(../images/karen-will-behandlung-bg.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 80%;
}

.section-behandlungsablauf ul li::marker {
  color: var(--green);
}

.section-ueber-mich {
    background-color: var(--green);
    color: white;
}

.section-ueber-mich .content h2 {
    color: white;
}

.content-ueber-mich {
    background-image: url(../images/karen-will-heilpraktikerin.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 70%;
}

.content-ueber-mich ul ul {
    list-style: none;
    padding-left: 0;
}

.content-ueber-mich ul ul li {
    padding-left: 1.2em;
    text-indent: -1.2em;
}

.content-ueber-mich ul ul li::before {
    content: "_ ";
}

.section-ueber-mich ul li::marker {
  color: white;
}


footer {
    background-color: var(--dark);
    color: white;
}

footer .content a {
    color: white;
    text-decoration: none;
}

footer .content a:hover {
    opacity: 0.6;
    text-decoration: none;
    color: white;
}

footer .uk-list {
    margin-bottom: 0;
}

footer h3 {
    color: var(--green)
}


@media (min-width: 960px) {
    .hero .uk-container {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 1199px) {

    .logo {
        margin-right: 40px;
    }

    .uk-container {
        padding-right: 0;
    }

    .content-inner {
        padding-right: 40px;
    }

    .content-ueber-mich {
        background-position: 200% top;
        background-size: 80%;
    }

    .hero-title {
        font-size: 2rem;
        padding-right: 40px;
        line-height: 3rem;
    }

    footer .content {
        padding-right: 20px;
    }

    .content-standard {
        padding-right: 40px;
    }
}



@media (max-width: 959px) {
     .logo img {
        width: 300px;
        margin-bottom: 20px;
    }
}

@media (max-width: 639px) {
    html {
        font-size: 1rem;
    }

    .content-ueber-mich {
        background-position: 200% -15px;
        background-size: 80%;
    }

    .logo img {
        width: 200px;
    }

    .hero-title {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

#offcanvas-nav .uk-offcanvas-bar{
    background: var(--dark);
}

#offcanvas-nav .uk-offcanvas-bar a {
    color: white;
}

#offcanvas-nav .uk-offcanvas-bar a:hover {
    color: var(--green);
}
