/*
Theme Name: Schloss_luettingen
Theme URI: https://individuell-online.de
Template: Divi
Author: Marcel Grewe individuellONLINE
Author URI: https://individuell-online.de
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.27.4.1749129148
Updated: 2025-06-05 15:12:28

*/

/* Bild in der Mitte, Linie links/rechts */
.linie-logo {
    display: block;
    margin: 0 auto;
    text-align: center;
}

/* Linie links und rechts vom Logo */
.linie-logo::before,
.linie-logo::after {
    content: "";
    position: absolute;
    top: 35px; /* Position der Linie – anpassen je nach Bildhöhe/Layout */
    height: 1px;
    background: white;
    z-index: 1;
}

/* Linie nach links */
.linie-logo::before {
    left: 0;
    right: 50%;
    margin-right: calc( (var(--logo-width, 100px) + 60px) / 2 );
}

/* Linie nach rechts */
.linie-logo::after {
    left: 50%;
    right: 0;
    margin-left: calc( (var(--logo-width, 100px) + 60px) / 2 );
}

