/*
Theme Name: landingpage-hoerl
description: Landingpage - Theme - Ver. 01
Author: neo7
Author URI: https://neo7.de
Template: customify
Version: 1.0.0
Text Domain: landingpage-hoerl
*/

/* barlow-regular - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/barlow-v12-latin-regular.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* barlow-600 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    src: url('fonts/barlow-v12-latin-600.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-regular - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/montserrat-v25-latin-regular.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-600 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: url('fonts/montserrat-v25-latin-600.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}



body {
    --sand: rgb(184, 140, 67);
    --blau: rgb(34, 103, 172);
}

body.page-id-14 {
    background-color: #ffffff;
    background-image: url(/wp-content/uploads/2025/11/Selbstliebe-01-e1763755687432.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

body.page-id-601 {
    background-color: #ffffff;
    background-image: url(/wp-content/uploads/2026/01/Hypnose-Hypnosetherapie.jpg);
    -webkit-background-size: 101vw;
    -moz-background-size: 101vw;
    -o-background-size: 101vw;
    background-size: 101vw;
    background-position: -1vw 0vw;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

body.page-id-601 .header--row-inner.header-top-inner.light-mode .customify-container {
    background-color: rgba(131, 73, 26, 0.3);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}

#page {
    max-width: 100vw;
    overflow-x: auto;
}

body a {
    color: var(--sand);
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    color: var(--sand);
}

body .pointed a {
    color: var(--blau);
    padding-left: 80px;
    background-image: url(hand-blau.svg);
    background-repeat: no-repeat;
    font-size: 97%;
    font-weight: 500;
}

body .pointed a:hover {
    color: var(--sand);
    padding-left: 85px;
    background-image: url(hand-gold.svg);
    background-repeat: no-repeat;
    font-size: 100%;
}


body main#main {
    color: #444;
}

body #main,
body #sidebar-primary,
body #sidebar-secondary {
    padding-top: 0;
    padding-bottom: 0;
}

body .site-branding a {
    text-transform: none;
}

body .site-header .site-branding img {
    margin-right: 1em;
}

body .light-mode .site-title a {
    color: #fff;
    padding-top: 5px;
    letter-spacing: 0.05em;
    /*	font-size: 1.3em;*/
}

body .header--row-inner.header-top-inner.light-mode .customify-container {
    background-color: rgba(131, 73, 26, 0.3);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}

body header.sticky-active .header--row-inner.header-top-inner.light-mode .customify-container {
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}

body header.sticky-active .light-mode .site-title a {
    color: var(--sand);
}

body header.sticky-active .builder-item--primary-menu .nav-menu-desktop .primary-menu-ul>li>a {
    color: var(--sand);
    text-decoration-color: var(--sand);
}

.parallax {
    height: 60vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-content {
    width: 50%;
    margin: 0 auto;
    color: #FFF;
    padding-top: 50px;
}


.notop {
    margin-top: 0 !important;
}

.nobottom {
    margin-bottom: 0 !important;
}

body .wp-block-quote {
    border-left-width: 0;
    border-left-color: currentColor;
}

body blockquote h2 {
    margin: 1.41575em 0;
    font-style: italic;
    font-size: 1.1em;
    color: #3b50a5;
    font-family: "Montserrat";
    font-weight: 600;
}

.trennblock {
    background-color: #fcfafa;
    padding: 0;
    align-items: center !important;
    margin-bottom: 0;
}

.addpadding {
    padding: 2em;
}


.element-visible {
    opacity: 0;
    transition: opacity 2.5s ease-in-out;
}

.visible {
    opacity: 1;
}

.constrainedwidth {
    max-width: 900px;
    margin: auto;
}

.constrainedwidth1 {
    max-width: 1100px;
    margin: auto;
}

.constrainedwidth2 {
    max-width: 1200px;
    margin: auto;
}

.line-w {
    margin-bottom: -0.15em;
    overflow: hidden;
    padding-bottom: .15em;
}

@keyframes slide-up {
    from {
        transform: translateY(1em);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fade-in:not(.visible) {
    opacity: 0;
}

.fade-in.visible {
    animation: fade-in 3s;
}

.text-line {
    animation: slide-up 0.6s ease-out;
    animation-timeline: view();
    animation-range: entry 20% cover 80%;
}



.scroll-container {
    height: 100vh;
    overflow-y: auto;
    padding: 4rem 2rem;
}

.text-line {
    /* Start: leicht unterhalb der normalen Position */
    transform: translateY(1.2em);
    /* Kein Fade, nur schnelles Verschieben */
    transition: transform 0.2s ease-out;
}

.text-line.visible {
    /* Vollständig sichtbar: an der normalen Position */
    transform: translateY(0);
}

.line {
    /* Höhe der Zeile festlegen */
    line-height: 1.4;
    height: 1.4em;
    overflow: hidden;
    /* Alles außerhalb wird abgeschnitten */
    font-size: 56px;
}



/* Start: Text unterhalb der Zeile (unsichtbar, aber in derselben Box) */
.line-text {
    display: inline-block;
    transform: translateY(100%);
    transition: transform 1.5s ease-out;
}

/* Wenn die Zeile „aktiv“ ist, Text in die Zeile schieben */
.line.visible .line-text {
    transform: translateY(0);
}



.main-layout-content .entry-content>.alignfull {
    margin: 0 0 0 0 !important;
    max-width: 100vw !important;
    width: 100vw !important;
    overflow-x: clip;
}

.blueborder {
    border-color: #31beff;
    border-width: 2px;
    border-style: solid;
    padding: 2em;
    padding-bottom: 0em;
}

h2 a:hover,
p a:hover {
    color: #31beff;
}

@keyframes zoom-out {
  from { scale:1.1 }
  to { scale: 1 }
}

@keyframes zoom-in {
  from { scale:1 }
  to { scale: 1.1 }
}
.zoomin {
	animation: zoom-out 0.35s forwards;
}

.zoomin:hover {
	animation: zoom-in 0.35s forwards;
}

@media (prefers-color-scheme: dark) {
    /* Dark theme styles go here */

}

@media screen and (max-width: 1236px) {
    .constrainedwidth2 {
        max-width: 1200px;
        margin: auto;
        margin: 1em;
    }
}

@media screen and (max-width: 1136px) {

    .constrainedwidth1 {
        max-width: 1100px;
        margin: auto;
        margin: 1em;
    }

}

@media screen and (max-width: 781px) {
    .wp-block-image img {
        margin: auto;
    }
}

@media screen and (max-width: 766px) {
    .line {
        font-size: 9vw;
    }

    .constrainedwidth {
        max-width: 900px;
        margin: auto;
        margin: 1em;
    }

}

@media screen and (max-width: 568px) {
    ul#menu-rechtliches, .site-footer .item--inner {
        text-align: center;
    }

}

@media screen and (max-width: 1024px) {}

@media screen and (min-width: 1600px) {}