/**
Theme Name: hoepfel.net
Author: Michael Hoepfel
Author URI: http://hoepfel.net
Description: This theme is exclusively designed for the website hoepfel.net
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: hoepfel-net
Template: astra
*/

.multi-column-text {
    column-count: 2;
    column-gap: 30px; /* Abstand zwischen den Spalten */
    text-align: justify;
}

@media (max-width: 767px) {
    .multi-column-text {
        column-count: 1; /* Auf schmalen Screens nur eine Spalte */
    }
}
/* Entfernt den link aus der "technique / creation_period" Nennung in den automatischen "Related Posts" im Customizer */
.posted-by.vcard.author a {
    display: inline; /* Verhindert, dass der Name verschwindet */
    pointer-events: none;
    text-decoration: none;
    color: inherit;
}
/* Fortsetzung Linkentfernung */
.posted-by.vcard.author a::before,
.posted-by.vcard.author a::after {
    content: none !important;
}

body .wp-block-navigation__responsive-container-open:not(.always-shown) {
	display: block !important;
}
body .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
	display: none !important;
}

@media (min-width: 960px) {
	body .wp-block-navigation__responsive-container-open:not(.always-shown) {
		display: none !important;;
	}
	body .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
		display: block !important;
	}
}


