/* =================================================

Stylesheet für die Website der Lippischen Landeskirche

unter "https://www.lippische-landeskirche.de"  

Datei: llk2024-stabsstelle-normal.css

Datum: 18.09.2025

Autor: Klaus Vogler

================================================== */

body {
}

@media screen {

/* ========================== Inhalt (Gestaltung einzelner Elemente) =========================================*/




textblock {
display: grid;
grid-template-columns: repeat(1, 1fr);
	grid-column-gap: 2em;
	grid-row-gap: 2em;
	margin-bottom: 0em;
}

section.sidebar_left {
display: none;
}


ul {background-color: rgba(158,114,203,0.2);
padding: 2em 2em 2em 2em;
margin: 0em;}



h4 {background-color: rgba(158,114,203,0.2); padding: 1em 1em; margin: 0em; }

figure-top {

padding: 2em 0em 0em 0em;
}


/* ========================== Layout unter 1100 =========================================*/


 @media only screen and (min-width: 790px) and (max-width: 1100px){


}

/* ========================== Layout unter 789 =========================================*/

 @media screen and (min-width: 280px) and (max-width: 789px) {

body {

}

main {
display: grid;
grid-template-columns: repeat(1, 1fr);
	grid-column-gap: 1em;
	grid-row-gap: 1em;
	margin-bottom: 0em;
}

section.sidebar_left {
display: none;
}


