/*
 Theme Name: Twenty Twenty-Five Child
 Theme URI: https://example.com
 Description: Child theme of Twenty Twenty-Five
 Author: Dein Name
 Template: twentytwentyfive
 Version: 1.0
 Text Domain: twentytwentyfive-child
*/

/** Allgemeines **/

body .is-layout-flex {
    width: 100%;
}

main {
	background: #fdfbe9;
}

/* Droid Serif einbinden */
@font-face {
    font-family: 'Droid Serif';
    src: url('./assets/fonts/droidserif.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

/* Optional: Droid Serif Bold */
@font-face {
    font-family: 'Droid Serif';
    src: url('./assets/fonts/droidserif-bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/* Optional: Droid Serif Italic */
@font-face {
    font-family: 'Droid Serif';
    src: url('./assets/fonts/droidserif-italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

/* Standard-Schriftart für Body setzen */
body {
    font-family: 'Droid Serif', serif;
	font-size: 1rem;
	background: #fdfbe9;
}
h3.widget-title, h3.wp-block-heading {
    font-size: 1.57143rem;
    color: #b30000;
	font-weight: bold;
    padding-bottom: 0;
    margin-bottom: 0;
}
#sidebar h3.widget-title, #sidebar h3.wp-block-heading {
    border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
    padding-bottom: 0.57143rem;
    margin-bottom: 1.28571rem;
}
#Hauptspalte-rechts .wp-block-heading {
    border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-style: normal;
    color: #b30000;
    text-rendering: optimizeLegibility;
    margin-top: 0;
    margin-bottom: 0.5rem;
    line-height: 1.4;
}
h1 {
    display: block;
    font-size: 1.8em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}
p {
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 0.85714rem;
    text-rendering: optimizeLegibility;
}
a {
    font-size: 1rem;
    color: #89101A;
    text-decoration: none;
    line-height: inherit;
}
.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content {
    color: #89101A;
}
.wp-block-latest-posts__post-excerpt {
    font-size: 12px;
}
a.wp-block-latest-posts__read-more {
    font-size: 0.8rem;
}
select {
    background-color: rgb(250, 250, 250);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
    background-repeat: no-repeat;
    font-size: 1rem;
    color: rgba(0, 0, 0, 0.75);
    line-height: normal;
    height: 2.64286rem;
    appearance: none !important;
    background-position: 100% center;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-image: initial;
    padding: 0.57143rem;
    border-radius: 0px;
	width: 100%;
}
input[type="submit"] {
    border-style: solid;
    border-width: 0px;
    cursor: pointer;
    font-family: "Adamina", "serif";
	font-size: 18px;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.42857rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    display: inline-block;
    padding-top: 0.57143rem;
    padding-right: 2.28571rem;
    padding-bottom: 0.64286rem;
    padding-left: 2.28571rem;
    background-color: #89101A;
    border-color: #460b00;
    color: white;
}

/** Header **/
p.wp-block-site-title {
	color: #89101A;
}
#inner-header {
	height: 12vw;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	background-color: #fdbd3d;
}
#inner-header-links figure.wp-block-image.size-full {
	padding-left: 42%;
}
#header-logo img {
	max-width: 7vw;
}
@media only screen and (min-width: 64.063em) {
    #outer-header {
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0;
		margin-bottom: 0;
    }
}
@media only screen and (max-width: 780px) {
	.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-28f84493.wp-block-columns-is-layout-flex {
		gap: 0;
	}
	#inner-header-links figure.wp-block-image.size-full {
		padding-left: 11%;
		padding-top: 11%;
	}
    #inner-header-links {
        flex-basis: 20% !important;
    }
    #inner-header-rechts {
        flex-basis: 80% !important;
    }
}
}
@media only screen and (min-width: 1400px) {
    #inner-header {
		max-width: 80%;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
        background-image: url(http://amitabhastiftung.de/wp-content/uploads/2020/04/AmitabhaRetreatCenter_kl.png);
    }
}
@media (min-width: 1400px) {
    
}
@media only screen and (min-width: 1400px) {
    #inner-header p {
        font-size: 3.5rem !important;
        padding-top: 25px;
		font-weight: 600;
		line-height: 1.35;
		font-variant: small-caps;
		color: #ba1e22;
		float: left;
    }
}

#large-header {
	padding-left: 0;
	padding-right: 0;
}
#header-navi{
	max-width: 80%;
	margin-left: auto;
    margin-right: auto;
}
.wp-block-site-title :where(a) {
    font-size: 3.5vw;
}

/** Footer **/

div#footer-grüppe-aussen{
    padding: 0 !important;
	list-style: none;
	font-size: 1rem;
}
div#footer-grüppe-aussen a{
	list-style: none;
	font-size: 0.9rem;
	font-weight: normal;
}

/** Navi **/

 #header-navi .nav {
    --navigation-layout-direction: row;
	max-width: 100%;
	list-style: none;
	margin: 0;
	padding: 12px 0;
	display: flex;
	gap: 5px;
	align-items: baseline;
}
.wp-block-navigation__container:only-child, .wp-block-page-list:only-child {
    flex-grow: 0;
}
.wp-block-navigation.items-justified-right {
    --navigation-layout-justify: flex-start;
}

@media only screen and (max-width: 780px) {
	container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close {
		font-family: inherit;
		font-size: inherit;
		font-weight: inherit;
	}
}
@media only screen and (min-width: 781px) {
	container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close {
		display: none;
	}
}
@media only screen and (max-width: 1299px) {
    a.wp-block-navigation-item__content  {
        padding: 0 17px;
        line-height: 51px;
        color: #89101A !important;
		font-size: 16px;
		font-weight: bold;
		border-radius: 5px;
		text-transform: uppercase !important;
		line-height: normal !important;
		padding: 10px !important;
    }
}
@media only screen and (min-width: 1300px) {
    a.wp-block-navigation-item__content  {
        padding: 0 17px;
        line-height: 51px;
        color: #89101A !important;
		font-size: 1.3rem;
		font-weight: bold;
		border-radius: 5px;
		text-transform: uppercase !important;
		line-height: normal !important;
		padding: 0.71429rem 2.14286rem !important;
    }
    li ul a.wp-block-navigation-item__content {
		font-size: 1.1rem;
		font-weight: normal;
	}
	li ul.wp-block-navigation__submenu-container.has-text-color.has-contrast-color.has-background.has-base-background-color.wp-block-navigation-submenu {
		right: auto;
		width: max-content;
	}
	a.wp-block-navigation-item__content:hover {
        color: #FFF !important;
        background: #89101A  !important;
		text-decoration: none;
		border-radius: 5px;
		text-transform: uppercase !important;
		line-height: normal !important;
		padding: 0.71429rem 2.14286rem !important;
    }
	.wp-block-navigation .wp-block-navigation-item {
		align-items: center;
		background-color: inherit;
		display: flex;
		position: relative;
		margin-right: 0.35714rem;
	}
	.wp-block-navigation__responsive-dialog {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	a {
    transition: all 0.2s ease-in-out;
	}
	nav a[aria-current="page"] {
        color: #FFF !important;
		background: #89101A  !important;
	}
}

/** Startseite Content  **/
.wp-block-group.alignfull.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained {
    padding: 0 !important;
    margin: 0 auto !important;
    width: 80%;
}
main#wp--skip-link--target {
    margin-top: 0 !important;
	padding: 0;
}
.entry-content.alignfull.wp-block-post-content.has-global-padding.is-layout-constrained.wp-block-post-content-is-layout-constrained {
    padding: 0;
    margin: 0;
}
#content-box {
    background: rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 0.71429rem 0;
    margin: 0 1.07143rem;
	gap: 1%;
    margin: 0 auto;
}
div#content {
    max-width: 100%;
}
div#Hauptspalte-links {
    background: #fff;
    border-radius: 6px;
    padding: 1.42857rem;
    margin-left: 0.71429rem;
}
div#Hauptspalte-rechts {
	padding: 8px;
}

/** Seiten Content  **/

.wp-site-blocks div#inhalte {
    margin: 0 auto !important;
    width: 80%;
	background: rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 0.71429rem 0;
    margin: 0 1.07143rem;
	gap: 1%;
    margin: 0 auto;
}
.wp-site-blocks div#Hauptspalte-rechts {
	max-width: 100%
}
.wp-site-blocks div#Hauptspalte-links {
    background: #fff;
    border-radius: 6px;
    padding: 1.42857rem;
    margin-left: 0.71429rem;
}
div#seiten-spalten {
    gap: 1%;
}
#seite-inhalt-spalte-links img {
    width: 100%;
}

/** Beiträge  **/

.wp-block-group.alignfull.has-global-padding.is-content-justification-left.is-layout-constrained.wp-container-core-group-is-layout-de3136d1.wp-block-group-is-layout-constrained {
    margin-left: 0 !important;
}
#Hauptspalte-links .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 100%; 
}
.wp-block-latest-posts__post-date {
    color: #bbb;
    font-size: 11px;
}

/** Beiträge  **/

section#archiv-block {
    padding: 0 !important;
    margin: 0 !important;
}
