/* Spezielle Formatierungen für Texte mit ausgerückten Seitenzahlen */

/* „Zusammenfassung“, Die Geheimlehre, Band 1, S. 280-5 */
.page-content-560, .american-text {
    padding-left: 5em !important;
}

.american-site {
    color: #999;
    margin: -1.05em -5em -1.3em;
}

.alignfull {
	margin-inline: calc(50% - 50vw);
	width: 100vw;
	max-width: 94vw;
}

/* Landing Page Geheimlehre Teaser Section */

.gl-landing-teaser {
    background: rgb(238 238 238 / 50%);
    box-shadow: 0 8px 10px -5px rgb(0 0 0 / 20%), 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%);
    margin-bottom: 50px;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0.25rem;
    padding: 20px;
    font-size: initial;
}

@media only screen and (min-width: 768px) {
    .gl-landing-teaser {
        padding: 50px;
    }
}

/* Theosophie Button */

.btn-theo {
    color: #fff !important;
    background-color: var(--primary-color);
    border: solid var(--primary-color);
}

.btn-theo a {
    color: #fff;
}

.btn-theo:hover, .btn-theo:active, .btn-theo.active {
    color: var(--primary-color) !important;
    border: solid var(--primary-color);
    background-color: transparent !important;
}

.btn-theo:hover a, .btn-theo:active a, .btn-theo.active a {
    color: var(--primary-color) !important;
}

/* Theosophie Fehlerkorrektur Safari */
.page-id-569 .container-fluid .row > :nth-child(2) {
   	max-width: 100%;
}

@media only screen and (min-width: 992px) {
	.page-id-569 .container-fluid .row > :nth-child(2) {
    	max-width: 84%;
	}
}

@media only screen and (min-width: 1200px) {
	.page-id-569 .container-fluid .row > :nth-child(2) {
    	max-width: 87%;
	}
}

.single-post .page-content {
	max-width: 1024px;
	margin: 0 auto;
	background-color: #f7f4ef;
}

.wp-block-separator {
    opacity: 1;
    margin: 0;
    border: 1px solid !important;
    border-bottom: none !important;
}

.menu-item-460 > ul {
    display: block !important;
}