@charset "UTF-8";
/* CSS Document */

html, body {
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	max-width: 1200px;
	background: #EFF1ED;
	scroll-behavior: smooth;
	font-size: 16px;
	}


h1 {
	margin: 0;
/* text-transform: uppercase; */
	color: #003D13;
	
}

h2 {
	margin: 0;
/* text-transform: uppercase; */
	color: #003D13;
	line-height: 1em;
	margin-top: 0.5em;
}

#wrapper {
	height: 100%;
	margin: 0 auto;
}

* {
	
  	font-family: 'Roboto', sans-serif;
  	box-sizing: border-box;
	color: #303030;
	webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.top-nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 90px;
  padding: 15px 20px 15px 0px;
	padding-top:10px;
	position: fixed;
	width: 100%;
	max-width: 1200px;
	background:#FFFFFF;
	background: linear-gradient(to top, #F3F3F3, #FFFFFF);
	border: 1px solid #E4E4E4;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 25px 20px -20px;
	border-radius: 0px 0px 15px 15px;
	z-index: 1000;
	}

.top-nav a {
	color: #303030;
	text-decoration: none;
	position: relative;
}

.top-nav a:hover {
	color: #D00000;
	text-decoration: none;
}

.top-nav a::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #003B01;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.top-nav a:hover::before {
  transform: scaleX(1);
}

.menu {
  	display: flex;
  	flex-direction: row;
  	list-style-type: none;
	margin-top: 25px;

}

.menu > li {
  	margin: 0px 15px;
  	overflow: hidden;
  	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;

 }

.menu-button-container {
  	display: none;
  	height: 100%;
  	width: 30px;
  	cursor: pointer;
  	flex-direction: column;
	margin-top: 36px;
	margin-right: 15px;

}

#menu-toggle {
  	display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
  display: block;
  background-color: #A9A6A6;
  position: absolute;
  height: 4px;
  width: 30px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 0px;
}

.menu-button::before {
  content: '';
  margin-top: -8px;
}

.menu-button::after {
  content: '';
  margin-top: 8px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
  margin-top: 0px;
  transform: rotate(405deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
  background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
  margin-top: 0px;
  transform: rotate(-405deg);
}

.logo img {
	width: 360px;
}

.logo a {
	color: #003E3F;
	font-size: 2em;
	margin-left: 5px;
}

.logo a:hover {
	color: #00A4A7;
}

.logo a:hover::before {
  transform: scaleX(0);
}

.smallerror {
	font-size: 0.75em;
	text-transform: uppercase;
	color: #8F8F8F;
}

#content {
	margin-top: 105px;
	float: left;
	width: 100%;
	margin-left: 0px;
}

#content p a{
	color: #E3170A;
}

#content p a:hover{
	color: #870000;
}

#content .footer-grid  p a{
	color: #FFFFFF;
}

#content .footer-grid  p a:hover{
	color: #A6C9AA;
}

.intro {
	width: 100%;
	max-width: 1200px;
	margin-top: 25px;
	padding-bottom: 10px;
}
.introimg img {
 	float: left;
	width: 48.5%;
	margin-bottom: 0px;
	border-radius: 15px;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.errorimg img {
 	float: left;
	width: 48.5%;
	margin-bottom: 35px;
	border-radius: 15px;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.multiimg img {
 	float: left;
	width: 48.5%;
	margin-bottom: 0px;
	border-radius: 15px;
	/*box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px; */
	-webkit-filter: drop-shadow(0px 10px 10px #9F9F9F);
  	filter: drop-shadow(0px 10px 10px #9F9F9F);
}

.multiimg-krampus img {
 	float: left;
	width: 40%;
	margin-bottom: 0px;
	border-radius: 15px;
	/*box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px; */
	-webkit-filter: drop-shadow(0px 10px 10px #9F9F9F);
  	filter: drop-shadow(0px 10px 10px #9F9F9F);
}

.img-links img {
 	float: left;
	width: 40%;
	margin-bottom: 0px;
	border-radius: 15px;
	/*box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px; */
	-webkit-filter: drop-shadow(0px 10px 10px #9F9F9F);
  	filter: drop-shadow(0px 10px 10px #9F9F9F);
}



.introtext {
	margin-left: 50%;
	padding: 0px 10px 0px 20px;
	position: relative;
	font-size: 1.125em;
	line-height: 1.55em;
	font-weight: 400;
	
}

.introtext-spalten {
	padding: 15px 10px 0px 0px;
	position: relative;
	font-size: 1.13em;
	line-height: 1.5em;
	font-weight: 400;
	columns: 300px 2;
	column-gap: 50px;
	width: 100%;
	margin-bottom: 30px;
}

.introtext-spalten img{
	width: 100%;
	border-radius: 15px;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 25px 20px -20px;
	margin-bottom: 24px;
	
}

.introtext-spalten h1{
	font-family: "Roboto Slab", serif;
	font-size: 2.4em;
	font-weight: 800;
	line-height: 1em;
	margin-top: -0.15em;
}

.introtext-spalten h2{
	font-family: "Roboto", sans-serif;
	font-size: 1.3em;
	font-weight: 400;
	line-height: 1.5em;
	margin-top: 0em;
	margin-bottom: 0.4em;
	color: #E3170A;
	text-transform: uppercase;
}

.copy h2{
	color: #003D13;
	font-weight: 600;
	
}

.einleitung{
	font-weight: 600;
	font-size: 1.1em;
	margin-top:1em;
}

.einleitungstext{
	font-family: "Roboto Slab", serif;
	font-weight: 400;
	font-size: 1.2em;
	line-height: 1.5em;
	margin-top:0.5em;
	margin-bottom: 1em;
	color:#003D13;
}

.einleitungstext-spalten{
	font-family: "Roboto Slab", serif;
	font-weight: 400;
	font-size: 1.2em;
	line-height: 1.5em;
	margin-top:0.5em;
	margin-bottom: 1em;
	color:#003D13;
}

.einleitungstext-krampus{
	font-family: "Roboto Slab", serif;
	font-weight: 400;
	font-size: 1.2em;
	margin-top:0.5em;
	color:#003D13;
}

.introtext b{
	color: #3B3B3B;
}
.introtext h1 {
	font-size: 1.4em;
	font-family: 'Roboto', sans-serif;
	margin: 0 0 0 0;
	padding: 0;
	color: #E3170A;
	text-transform: uppercase;
}
.introtext h2 {
	font-size: 2.4em;
	line-height: 1em;
	font-family: 'Roboto Slab', serif;
	margin: 0 0 20px 0;
	padding: 0;
	font-weight: 900;
}

.introtext-krampus {
	margin-left: 42%;
	padding: 0px 10px 0px 20px;
	position: relative;
	font-size: 1.13em;
	line-height: 1.5em;
	font-weight: 400;
	margin-bottom: 0px;
}

.introtext-krampus h1 {
	font-size: 1.2em;
	font-weight: 400;
	line-height: 1.3em;
	font-family: 'Roboto', sans-serif;
	color: #E3170A;
	margin-bottom: -1em;
	text-transform: uppercase;
}

.introtext-krampus h2 {
	font-size: 2.4em;
	line-height: 1.1em;
	font-family: 'Roboto Slab', serif;
	font-weight: 900;
}

.introtext-krampus ol li b{
	color: #FF0000;
}

.introtext-krampus  b{
	color: #FF0000;
}

.artikel-rechts {
	margin-left: 42%;
	padding: 0px 10px 0px 20px;
	position: relative;
	font-size: 1.13em;
	line-height: 1.5em;
	font-weight: 400;
	margin-bottom: 0px;
}

.artikel-rechts h1 {
	font-size: 1.2em;
	font-weight: 400;
	line-height: 1.3em;
	font-family: 'Roboto', sans-serif;
	color: #E3170A;
	margin-bottom: -1em;
	text-transform: uppercase;
}

.artikel-rechts h2 {
	font-size: 2.4em;
	line-height: 1.1em;
	font-family: 'Roboto Slab', serif;
	font-weight: 900;
	margin: 0;
	padding: 20px 0;
}

.artikel-rechts ol li b{
	color: #47704F;
}

.artikel-rechts  b{
	color: #FF0000;
}

.externer-link::after {
    content: " ↗"; /* Das Unicode-Symbol für einen externen Link */
    font-size: 10em; /* Macht das Icon etwas kleiner als der Text */
    vertical-align: super; /* Positioniert es leicht nach oben */
    margin-left: 3px;
    display: inline-block;
}



.cta-button {
    display: inline-block;
    text-decoration: none;
    font-weight: 400;
    padding: 12px 25px;
    border-radius: 8px;
    border: 2px solid #acaa94;
    background-color: transparent;
    color: #ACAA94 !important; /* Wichtig, um globale a-Definitionen zu überschreiben */
    transition: all 0.3s ease; /* Macht den Übergang langsam und elegant */
}


.cta-button:hover {
    background-color: #ACAA94;
    color: #EFF1ED !important; /* Muss weiß sein für den Kontrast */
    
    /* Optional: Ein leichter Schatten beim Hovern 
    box-shadow: 0 4px 10px rgba(231, 76, 60, 0.4); */
    
    /* Der Rahmen bleibt bestehen, aber wird von der Hintergrundfarbe abgedeckt */
}

/* Optional: Klick-Effekt */
.cta-button:active {
    transform: translateY(1px); /* Lässt den Button beim Klicken 'einsinken' */
}

.cta-link::before {
  content: "➔"; /* Pfeil-Symbol */
  margin-right: 8px; /* Abstand zwischen Text und Pfeil */
  font-size: 1.2em; /* Größe des Pfeils */
  transition: transform 0.3s ease; /* Animation bei Hover */
  text-decoration: none;
	
	
}

.introtext-adventmarkt {
	margin-left: 50%;
	padding: 0px 10px 0px 20px;
	position: relative;
	font-size: 1em;
	line-height: 1.5em;
}

.introtext-adventmarkt h1 {
	font-size: 3em;
	font-family: 'Roboto Slab', serif;
	font-weight: 900;
	margin-bottom: 0.4em;
}

.introtext-adventmarkt h2 {
	font-size: 1.3em;
	line-height: 0.8em;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

.headline_aussteller {
	font-size: 1.3em;
	font-family: 'Roboto Slab', serif;
	font-weight: 800;
	color: #FFAA00;
	margin-bottom: 12px;
}

.aussteller-liste {
	background: #007666;
    background: -webkit-linear-gradient(rgba(0,120,104,1.00) 0%, rgba(2,10,10,1.00) 100%);
    background: -o-linear-gradient(rgba(0,120,104,1.00) 0%, rgba(2,10,10,1.00) 100%);
    background: linear-gradient(rgba(0,120,104,1.00) 0%, rgba(2,10,10,1.00) 100%);
	padding: 24px 24px 30px 48px;
	margin-bottom: 50px;
	border-radius: 12px;
	border: 1px solid rgba(0,180,164,1.00);
}




.symmetrische-liste {
    /* **Wichtig:** Aktiviert das Grid-Layout */
    display: grid;
    
    /* Erzeugt ZWEI gleich breite Spalten */
    grid-template-columns: 1fr 1fr;
    
    /* Definiert 6 Zeilen und sorgt für gleichmäßigen vertikalen Abstand */
    grid-template-rows: repeat(6, auto); 
    
    /* Setzt den Abstand zwischen den Elementen */
    gap: 5px 20px; 
    
    list-style: none; 
    padding: 0; 
    margin: 0;
    line-height: 1.4;
	font-style: oblique;
}

.symmetrische-liste li {
    color: #FFFFFF;
	position: relative;
    padding-left: 18px; 
    margin-bottom: 0; /* Wichtig: Abstand über das Grid (gap) steuern */
    /* Fügt den Textfluss in die Spaltenreihenfolge ein (von oben nach unten) */
    /* Dies ist notwendig, da Grid standardmäßig Zeile für Zeile füllt */
    /* Aber für Listenpunkte, die von oben nach unten gehen sollen, ist das besser */
}

/* **Stern-Styling beibehalten** */
.symmetrische-liste li::before {
    content: "\2605"; 
    color: #DAA520; /* Goldgelb */
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 2px;
}

/* Der leere Platzhalter soll unsichtbar sein */
.symmetrische-liste .platzhalter {
    visibility: hidden;
    /* Damit er keinen Stern anzeigt */
    padding: 0; 
}

.errortext {
	margin-left: 50%;
	padding: 0px 50px 0 25px;
}

.errortext h3 {
	font-size: 6em;
	font-weight: 900;
	line-height: 1.5em;
	font-family: 'Roboto Slab', serif;
	color: #003D13;
	text-transform: uppercase;
	margin: 0 0 0.1em 0;
	
}

.errortext h4 {
	font-size: 3em;
	font-weight: 400;
	line-height: 0.9em;
	font-family: 'Roboto', sans-serif;
	color: #003D13;
	text-transform: uppercase;
	margin-top: -0.6em;
	padding-right: 50px;
}


.headline {
	clear: both;
	text-align: center;
	font-size: 1.6em;
	margin: 5px;
	text-transform: uppercase;
	font-weight: bold;
	color: #003D13;
}

.clearing {
	clear: both;
}

hr.new {
  border: 0.5px solid #cccccc;
}



.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0,0,0,0);
}

.ausschuss {
	background-image: url("../img/verein.jpg");
    background-position: center top;
    background-size: contain;
	background-repeat: no-repeat;
	padding-top: 120px;
}

.info {
	background-image: url("../img/infos.jpg");
	background-position: center top;
    background-size: contain;
	background-repeat: no-repeat;
	padding-top: 120px;
	font-weight: 400;
	border-radius: 15px;
}

.info p, li {
	font-weight: 400;
}

.wissenswertes {
	background-image: url("../img/wissenswertes.jpg");
    background-position: center top;
    background-size: contain;
	background-repeat: no-repeat;
	padding-top: 120px;
	font-weight: 400;
	line-height: 1.5em;
	border-radius: 15px;
}

.wissenswertes h2{
	line-height: 1.2em;
}

.wissenswertes h3{
	line-height: 1.2em;
	margin-top: -0.0em;
	font-weight: 500;
}

.kontakt {
	background-image: url("../img/kontakt.jpg");
    background-position: center top;
    background-size: contain;
	background-repeat: no-repeat;
	padding-top: 120px;
	border-radius: 15px;
	font-weight: 400;
	color: #ffffff;
}

#kontakt2 .logo_rund {
	position: absolute;
	margin: 24px 0px 48px 750px;
	-webkit-filter: drop-shadow(0px 15px 30px rgba(22, 60, 24, 0.4));
  	filter: drop-shadow(0px 15px 30px rgba(22, 60, 24, 0.4));
	width: 250px;
}

.information {
	display: flex;
}

.information p{
	font-size: 14px;
	color: #303030;
	padding-top: 6px;
}

.information img{
	margin: 6px 6px 6px -6px;
	-webkit-filter: drop-shadow(0px 10px 10px #CEA73C);
  	filter: drop-shadow(0px 10px 10px #BFBFBF);
	width: 50px;

}

.impressum {
	background-image: url("../img/impressum.jpg");
    background-position: center top;
    background-size: contain;
	background-repeat: no-repeat;
	padding-top: 120px;
	border-radius: 15px;
}

.datenschutz {
	background-image: url("../img/datenschutz.jpg");
    background-position: center top;
    background-size: contain;
	background-repeat: no-repeat;
	padding-top: 120px;
	border-radius: 15px;
}

.inhalt {
	margin: 0 auto;
	padding: 24px 0 12px 24px;
	width: 90%;
	max-width: 800px;
	background: rgb(247,255,248);
    background: linear-gradient(180deg, rgba(247,255,248,0.9) 0%, rgba(229,248,229,1) 25%, rgba(179,203,179,1) 100%);
	border: #196319;
	border-style: solid;
	border-width: 1.5px;
	font-size: 0.9em;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
	z-index: 100;
	position: relative;
}

.inhalt li{
	list-style: none;
}

.inhalt li a{
	text-decoration: none;
	color: #003D13;
}

.inhalt li a:hover{
	color: #EF1438;
	text-decoration: underline;
	text-decoration-color: #FFFFFF;
}


.fakten {
	padding: 24px 0 12px 0;
}

.chronik {
	background-image: url("../img/chronik.png");
    background-position: center top;
    background-size: 100% 300px;
	background-repeat: no-repeat;
	padding-top: 120px;
	margin-top: 0px;
	border-radius: 15px;
}

.head_ausschuss h2{
	text-align: center;
	font-family: 'Roboto Slab', serif;
	color: #FFFFFF;
	font-size: 3.4em;
	text-shadow: 2px 2px 20px black;
	margin-bottom: 0.5em;
}

.head_fakten h2{
	text-align: center;
	font-family: 'Roboto Slab', serif;
	color: #FFFFFF;
	font-size: 2em;
	background: #f7663c;
	margin: 0px auto;
	padding: 10px;
	width: 100%;
    max-width: 1200px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.termine {
	background-image: url("../img/termine.jpg");
    background-position: center-top;
    background-size: auto;
	background-repeat: no-repeat;
	padding-top: 120px;
	border-radius: 15px;
}

.date {
	font-size: 0.9em;
	
	font-family: 'Roboto Slab', serif;
	color: #006102;
	padding-bottom: 0px;
}

.day {
	display: inline-flex;
	font-size: 0.6em;
	font-family: 'Roboto Slab', serif;
	color: #47704f !important;
	padding-top: 0px;
	line-height: 1em;
	font-weight: 800;
}

.day_red{
	display: inline-flex;
	font-size: 0.6em;
	font-family: 'Roboto Slab', serif;
	color: #d13323 !important;
	padding-top: 0px;
	line-height: 1em;
	font-weight: 800;
}

.time {
	font-size: 0.7em;
	font-family: 'Roboto', sans-serif;
	color: #6B4542 !important;
	padding-top: 0px;
	line-height: 1em;
	font-weight: 400;
}

.bis {
	font-size: 0.5em;
	font-family: 'Roboto', sans-serif;
	color: #47704f !important;
	padding-top: 9px;
	line-height: 0em;
	font-weight: 400;
}

.terminhead {
	font-size: 1.6em;
	line-height: 1.3em;
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
	padding-top: 0px;
	color: #303030;
}

#bauvorhaben_alt {
	background: #FFFFFF;
	width: 100%;
	max-width: 1200px;
	margin: 48px auto;
	padding: 105px 200px 96px 200px;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}



.bauvorhaben-intro {
  display: flex; /* Flexbox für nebeneinanderliegende Inhalte */
  gap: 20px; /* Abstand zwischen Text und Bild */
  align-items: flex-start; /* Inhalt vertikal oben ausrichten */
}

.bauvorhaben-intro .text {
  flex: 1; /* Text nimmt den verfügbaren Platz ein */
}

.bauvorhaben-intro .image {
  flex: 0 0 500px; /* Bild hat eine feste Breite von 300px */
  margin-bottom: 12px;
}

.bauvorhaben-intro img {
  max-width: 100%; /* Bild passt sich der Containergröße an */
  height: auto; /* Seitenverhältnis bleibt erhalten */
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

#bauvorhaben p{
  line-height: 1.6rem;
  padding: 12px;
  margin: 0;
}

#bauvorhaben ul{
  padding: 0 12px 24px 2em;
}

#bauvorhaben h1 {
  font-family: 'Roboto Slab', serif;
  font-weight: 800;
  font-size: 2em;
  text-transform: uppercase;
  padding: 0 0 12px 0;
}

#bauvorhaben h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 200;
  font-size: 4em;
  margin: 0 0 16px 0px;
  text-transform: uppercase;
}

 #bauvorhaben h3 {
	 font-family: 'Roboto', serif;
	 margin: 1em 0 0 0;
}

#bauvorhaben h4, ul, li {
	 font-family: 'Roboto', serif;
	 margin: 0.6em 0 0 0;
}

#bauvorhaben ul ul {
    list-style-type: square;/* Verschachtelte Liste zeigt Quadrate */
    margin-left: 20px; /* Einrückung für Klarheit */
}




.planen {
  background: #CEE0D2;
  width: 100%;
  padding: 12px 88px;
  border-radius: 15px;
}



.einreichung {
  background: #e9ebd0;
  width: 100%;
  padding: 16px 88px;
  margin-top: 24px;
  border-radius: 15px;
}

.baubeginn {
	background: #E0DEC6;
	width: 100%;
	padding: 16px 88px;
	border-radius: 15px;
	margin-top: 24px;
}

.fertigstellung {
	background: #CEE0D2;
	width: 100%;
	padding: 16px 88px;
	border-radius: 15px;
	margin-top: 24px;
}

.baukontakt-container {
	display: flex; /* Aktiviert Flexbox */
    gap: 12px; /* Abstand zwischen den Containern */
	margin-top: -24px;
}

.baukontakt {
	flex: 1; /* Alle Boxen nehmen gleich viel Platz ein */
	padding: 24px;
	margin: 24px 0 14px 0;
	background-color: #D13323;
	text-align: center;
	border-radius: 15px;
	color: #FFFFFF;
	font-size: 0.9em;
	/*box-shadow: rgba(157,22,22,0.25) 0px 8px 24px;*/
}

.baukontakt a {
	text-decoration: none;
	color: #FFFFFF;
}

.baukontakt a:hover {
	text-decoration: underline;
	color: #FFC4C5;
}


.baukontakt-name {
	font-size: 1.3em;
	font-weight: 800;
	color: #ffffff;
	text-transform: uppercase;
	margin: 0 0 0 0;
	font-family: 'Roboto Slab', serif;
	letter-spacing: 0.05em;
}
.steps-container {
	padding: 24px;
	background: #EBEBD5;
	border-radius: 15px;
	margin: 12px 0 12px 0;
}

.steps-container h2 {
	font-family: 'Roboto Slab', serif;
	font-size: 1.4em;
	text-transform: uppercase;
}

.steps {
  display: grid;
  grid-template-columns: 1fr 1fr; /* Zwei gleich breite Spalten */
  gap: 20px; /* Abstand zwischen den Spalten */
}

.steps ul {
  list-style: none;
  padding: 0;
}

.steps ul li {
  margin-bottom: 15px; /* Abstand zwischen den Punkten */
	line-height: 1.6em
	
}

#parkplatzordnung {
	background: #FFFFFF;
	width: 100%;
	max-width: 1200px;
	margin: 48px auto;
	padding: 105px 200px 96px 200px;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.testbild {
	margin-top:-140px;
	width: 135px;
	position: absolute;
	left: 50%;
	transform: translate(-50%);
}

#ruhebestimmungen {
	background: #FFFFFF;
	width: 100%;
	max-width: 1200px;
	margin: 48px auto;
	padding: 105px 200px 96px 200px;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

#muell {
	background: #FFFFFF;
	width: 100%;
	max-width: 1200px;
	margin: 48px auto;
	padding: 105px 200px 96px 200px;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

#biotonnen {
	background: #FFFFFF;
	width: 100%;
	max-width: 1200px;
	margin: -48px auto 48px;
	padding: 96px 200px 96px 200px;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

#biotonnen a{
	color:#D00000;
}

#biotonnen a:hover{
	color:#B80029;
}

#baukaution {
	background: #FFFFFF;
	width: 100%;
	max-width: 1200px;
	margin: 48px auto;
	padding: 105px 200px 96px 200px;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

#einbahnregelung {
	background: #FFFFFF;
	width: 100%;
	max-width: 1200px;
	margin: 48px auto;
	padding: 105px 200px 96px 200px;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

#vereinsstatuten {
	background: #FFFFFF;
	width: 100%;
	max-width: 1200px;
	margin: 48px auto;
	padding: 105px 200px 96px 200px;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

#vereinsstatuten a{
	text-decoration: none;
}

#gartenordnung {
	background: #FFFFFF;
	width: 100%;
	max-width: 1200px;
	margin: 48px auto;
	padding: 105px 200px 96px 200px;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

#gartenordnung a{
	text-decoration: none;
}

#leoladetreff {
	background: #FFFFFF;
	width: 100%;
	max-width: 1200px;
	margin: 48px auto;
	padding: 105px 200px 96px 200px;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.galerie {
    display: flex; /* Flexbox aktivieren */
    justify-content: center; /* Zentriert die Bilder horizontal */
    align-items: center; /* Vertikale Zentrierung (falls nötig) */
    gap: 10px; /* Optional: Abstand zwischen den Bildern */
    flex-wrap: wrap; /* Zeilenumbruch bei vielen Bildern */
}

#hunde {
	background: #FFFFFF;
	width: 100%;
	max-width: 1200px;
	margin: 48px auto;
	padding: 105px 200px 96px 200px;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

#katzen {
	background: #FFFFFF;
	width: 100%;
	max-width: 1200px;
	margin: 48px auto;
	padding: 105px 200px 96px 200px;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

#radfahren {
	background: #FFFFFF;
	width: 100%;
	max-width: 1200px;
	margin: 48px auto;
	padding: 105px 200px 96px 200px;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

#defi {
	background: #FFFFFF;
	width: 100%;
	max-width: 1200px;
	margin: 48px auto;
	padding: 105px 200px 96px 200px;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

#bienen {
	background: #FFFFFF;
	width: 100%;
	max-width: 1200px;
	margin: 48px auto 12px auto;
	padding: 105px 200px 96px 200px;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

#nordrandsiedlung {
	background: #FFFFFF;
	width: 100%;
	max-width: 1200px;
	margin: 48px auto 12px auto;
	padding: 105px 200px 96px 200px;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

#einbrueche {
	background: #FFFFFF;
	width: 100%;
	max-width: 1200px;
	margin: 48px auto 12px auto;
	padding: 105px 200px 96px 200px;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
#einbrueche .button-84{
	color: #FFFFFF;
}

#einbrueche .button-84:hover{
	color: #FFBCBD;
}


#hunde a{
	text-decoration: none;
}

#wasserabsperrplaene {
	background: #FFFFFF;
	width: 100%;
	max-width: 1200px;
	margin: 48px auto 12px auto;
	padding: 105px 200px 96px 200px;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

#wasserabsperrplaene a{
	text-decoration: none;
}

#lageplaene {
	width: 100%;
	max-width: 800px;
	margin: 25px auto;
	padding: 0px;
	text-align: center;
}

#adressen {
	background: #FFFFFF;
	width: 100%;
	max-width: 1200px;
	margin: -48px auto 48px;
	padding: 105px 200px 96px 200px;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
	z-index: 10;
}

#adressen a{
	color: #D00000;
}

#kleingaertner {
	background: #FFFFFF;
	width: 90%;
	max-width: 800px;
	margin: 48px auto;
	padding: 105px 200px 96px 200px;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}


#bauvorhaben {
	max-width: 100%;
	padding: 12px;
}

#bauvorhaben p {
	font-size: 1em;
	line-height: 1.6em;
}

#bauvorhaben h1 {
	margin: 0;
	font-size: 1.8em;
	line-height: 1.1em;
}

#bauvorhaben h2{
	font-size: 4em;
	line-height: 1.1em;
}

#bauvorhaben .planen {
	padding: 24px 48px;
	margin: 0;
}

#bauvorhaben .einreichung {
	padding: 24px 48px;
	margin:12px 0;
}

#bauvorhaben .baubeginn {
	padding: 24px 48px;
	margin:12px 0;
}

#bauvorhaben .fertigstellung {
	padding: 24px 48px;
	margin:12px 0;
}



#kleingartengesetz {
	background: #FFFFFF;
	width: 100%;
	max-width: 1200px;
	margin: 48px auto;
	padding: 105px 200px 96px 200px;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

#uebertragen {
	background: #FFFFFF;
	width: 100%;
	max-width: 1200px;
	margin: 48px auto;
	padding: 105px 200px 96px 200px;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

#parkpickerl {
	background: #FFFFFF;
	width: 100%;
	max-width: 1200px;
	margin: 48px auto;
	padding: 105px 200px 96px 200px;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

#kleingartencard {
	background: #FFFFFF;
	width: 100%;
	max-width: 1200px;
	margin: 48px auto;
	padding: 105px 200px 96px 200px;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.ohne a{
	text-decoration:none;
}


.plaene {
	background: lightgrey;
	margin: 10px;
}

#kontakt2 {
	background: #ffffff;
	width: 100%;
	max-width: 1200px;
	margin: 0px auto 24px auto;
	padding: 24px;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
	font-weight: 400;
	line-height: 1.5em;
	color: #303030;
}

#kontakt2 p{
	color: #303030;
	margin: 0px;
}

#kontakt2 a:hover{
	color: #D00000;
}

.kontaktdaten {
	background: #e9ebd0;
	width: 100%;
	padding: 40px 0px 40px 50px;
	border-radius: 15px;
	color: #ffffff;
	font-size: 1.1em;
	line-height: 1.5em;
}

.kontaktdaten, .kontaktdaten a, table td {
	color: #303030;
	text-decoration: none;
}

#kontakt2 .kontaktdaten h1 {
	font-weight: 400;
	font-size: 2.5em;
	color: #303030;
	text-transform: uppercase;
}

#kontakt2 p {
	color: #303030;
}

#impressum {
	background: #ffffff;
	width: 100%;
	max-width: 1200px;
	margin: 0px auto 24px auto;
	padding: 48px;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
	font-weight: 400;
	line-height: 1.5em;
	color: #303030;
}

#datenschutz {
	background: #ffffff;
	width: 100%;
	max-width: 1200px;
	margin: 0px auto 24px auto;
	padding: 48px;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
	font-weight: 400;
	line-height: 1.5em;
	color: #303030;
}

#kontakt2 p{
	color: #303030;
}

#kontakt2 a:hover{
	color: #D00000;
}

#kontakt2 h1{
	font-size: 2.4em;
	font-weight: 800;
	line-height: 1em
}



#bildnachweis {
	background: #FFFFFF;
	width: 1000%;
	max-width: 1200px;
	margin: 0px auto 10px;
	padding: 24px 48px 48px 48px;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

#bildnachweis table {
	font-size: 0.8em;
	margin: 0 auto;
	width: 100%;
}

#bildnachweis table td {
	padding-left: 0.5em;
}

#bildnachweis table tr:first-of-type {
    font-weight: bold;
	background: #EBEAEB;
	padding-left: 20px;
}

.services-container {
	margin: 30px 0px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2rem;
}

.card {
  max-width: 600px;
  display: flex;
  flex-direction: row;
  position: relative;
	background: #FFFFFF;
	border-radius: 15px;
	transition: 0.5s;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 20px -20px;
}

.card h2 {
  margin: 0;
  padding: 0 1rem;
}
.card .desc {
  padding: 0.5em 1.2em 0.5em 1em;
  font-size: 1em;
  font-weight: 400;	
  line-height: 1.5em;	
  text-decoration: none;
  max-width: 400px;
  word-break: break-word;
  hyphens: auto;
}

 
.card-text {
  display: grid;
  grid-template-columns: 1fr 2fr;
}

.card-text-begleitservice {
  display: grid;
  grid-template-columns: 2fr 1fr;
}

.card-text-about {
  display: grid;
  grid-template-columns: 2fr 1fr;
	
}


.title-total {
  padding: 2.5em 0 1.5em 1.5em;
	-moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
}

.title-total-leistungen {
  padding: 2.5em 1.5em 1.5em 3.5em;

}

.title-total-begleitservice {
  padding: 2.5em 1.5em 1.5em 3.5em;
}

.title-total-about {
  padding: 2.5em 1.5em 1.5em 3.5em;
}

.title-total h2 {
	font-size: 1.4em;
	font-weight: 900;
	line-height: 1em;
 /* letter-spacing: 1px; */
	font-family: 'Roboto Slab', serif;
}

.img-portada {
  width: 100%;
}

.portada-1 {
  width: 100%;
  height: 100%;
  background-image: url("../img/adventwerkstatt.jpg");
  background-position: bottom center;
  background-size: cover;
	border-radius: 15px 0px 0px 15px;
}

.portada-2 {
  width: 100%;
  height: 100%;
  background-image: url("../img/biotonne_small.jpg");
  background-position: bottom center;
  background-size: cover;
  border-radius: 15px 0px 0px 15px;
}

.portada-3 {
  width: 100%;
  height: 100%;
  background-image: url("../img/krampuskraenzchen_2025_small.jpg");
  background-position: bottom center;
  background-size: cover;
	border-radius: 15px 0px 0px 15px;
}


.portada-4 {
  width: 100%;
  height: 100%;
  background-image: url("../img/adventmarkt_2025_small.jpg");
  background-position: bottom center;
  background-size: cover;
	border-radius: 15px 0px 0px 15px;
}

.portada-5 {
  width: 100%;
  height: 100%;
  background-image: url("../img/herbstarbeiten_small.jpg");
  background-position: bottom center;
  background-size: cover;
	border-radius: 15px 0px 0px 15px;
}

.portada-6 {
  width: 100%;
  height: 100%;
  background-image: url("../img/einbrecher.jpg");
  background-position: bottom center;
  background-size: cover;
  border-radius: 15px 0px 0px 15px;
}


.infokasten .klein {
	font-size: 0.75em;
	margin-top: 0;
	padding: 0;
	color: #585858;
}

.infokasten h2 {
	font-size: 0.8em;
	line-height: 1em;
	margin-top: 0;
	padding: 0;
	color: #587B7F;
	text-transform: none;
	text-align: left;
	padding-left: 3.5em;
}

.button {
    display: inline-block;
    position: relative;
    margin-top: 25px;
    padding: 0 20px;
    text-align: center;
    text-decoration: none;
    font: normal 14px/24px 'Open Sans', sans-serif;
	color: #ffffff;
	text-shadow: 1px 1px 5px rgba(0,0,0, .1);
 
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	background: #0E8A8C;
 
    -webkit-box-shadow: 1px 1px 1px rgba(14,138,140, .3), inset 1px 1px 1px rgba(255,255,255, .44);
    -moz-box-shadow: 1px 1px 1px rgba(14,138,140, .3), inset 1px 1px 1px rgba(255,255,255, .44);
    box-shadow: 0px 0px 15px rgba(14,138,140, .3), inset 1px 1px 1px rgba(255,255,255, .44);
 
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    transition: all 0.45s ease;
}


.button:hover {
    -webkit-box-shadow: 3px 3px 15px rgba(0,0,0,.29), inset 0px 0px 0px rgba(0,0,0, .5);
    -moz-box-shadow: 3px 3px 15px rgba(0,0,0,.29), inset 0px 0px 0px rgba(0,0,0, .5);
    box-shadow: 3px 3px 15px rgba(14,138,140,.3), inset 0px 0px 0px rgba(0,0,0, .5);
	background: #14CACD;
	color: #ffffff;
}

.article-content .button {
    display: inline-block;
    position: relative;
    margin-top: 25px;
    padding: 0 20px;
    text-align: center;
    text-decoration: none;
    font: normal 14px/24px 'Open Sans', sans-serif;
	color: #ffffff;
	text-shadow: 1px 1px 5px rgba(0,0,0, .1);
 
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	background: #0E8A8C;
 
    -webkit-box-shadow: 1px 1px 1px rgba(14,138,140, .3), inset 1px 1px 1px rgba(255,255,255, .44);
    -moz-box-shadow: 1px 1px 1px rgba(14,138,140, .3), inset 1px 1px 1px rgba(255,255,255, .44);
    box-shadow: 0px 0px 15px rgba(14,138,140, .3), inset 1px 1px 1px rgba(255,255,255, .44);
 
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    transition: all 0.45s ease;
}


.article-content .button:hover {
    -webkit-box-shadow: 3px 3px 15px rgba(0,0,0,.29), inset 0px 0px 0px rgba(0,0,0, .5);
    -moz-box-shadow: 3px 3px 15px rgba(0,0,0,.29), inset 0px 0px 0px rgba(0,0,0, .5);
    box-shadow: 3px 3px 15px rgba(14,138,140,.3), inset 0px 0px 0px rgba(0,0,0, .5);
	background: #14CACD;
	color: white;
}

.kanzleistunden {
	width: 100%;
	max-width: 1200px;
	text-align: center;
	font-weight: 400;
	line-height: 1.5em;
	margin: 12px auto;
	padding: 24px;
	background: #003D13;
	color: #EFF1ED;
	border-style: solid;
  	border-width: 0px;
	border-color: #3B0D11;
	border-radius: 15px;
	/*box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px; */
}

.kanzleistunden_pause {
	width: 600px;
	background: #FFFFFF;
	border-radius: 8px;
	padding: 2px;
	margin: 12px auto;
	box-shadow: rgba(0, 0, 0, 0.75) 0px 25px 20px -20px;
	transform: rotate(-0.02rad);
}

.kanzleistunden_pause h3 {
	font-size: 1.2em;
	font-weight: 600;
	color: #AF140B;
}

.kanzleistunden_pause h4 {
	font-size: 0.8em;
	font-weight: 400;
	margin-top: -20px;
}

.no-wrap {
	white-space: nowrap;
}


.kanzleistunden_hell {
	width: 100%;
	max-width: 1200px;
	text-align: center;
	font-weight: 400;
	line-height: 1.5em;
	margin: 12px auto;
	padding: 24px;
	background: #47704f;
	color: #E0DEC6;
	border-style: solid;
  	border-width: 0px;
	border-color: #3B0D11;
	border-radius: 0px;
	box-shadow: 0px 0px 60px 30px rgba(0, 59, 1, 0.09);
}

.kanzleistunden h1 {
	color: #E9ebd0;
	font-family: 'Roboto Slab', serif;
	font-size: 2.4em;
	margin: 0.4em;
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: 0.05em;
}

.kanzleistunden_hell h1{
	color: #e9ebd0;
	font-family: 'Roboto Slab', serif;
	font-size: 2.4em;
	margin: 0.4em;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 0.05em;
}


.kanzleistunden a{
	color: #AF140B;
	text-decoration: none;
}

.kanzleistunden a:hover{
	text-decoration: underline;
	color: #CFEE9E;
}


.infokasten {
	background: #FFEFD0;
	font-size: 1.1em;
	text-align: center;
	color: #585858;
	padding: 2em;
	border-style: solid;
  	border-width: 8px;
	border-color: #CFEE9E;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
	
}

.infokasten_2 {
	background: #FFFFFF;
	font-size: 0.9em;
	text-align: center;
	color: #587B7F;
	padding: 1.5em;
	border-style: solid;
  	border-width: 8px;
	border-color: #CFEE9E;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.infokasten_2 h4 {
	font-size: 1.5em;
	text-align: center;
	color: #9F001C;
	margin-top: 0px;
	text-transform: uppercase;
	font-family: 'Roboto Slab', serif;
	line-height: 1em;
}

.infokasten_2 h5 {
	font-size: 1em;
	font-family: 'Roboto', sans-serif;
	text-transform: none;
	background: #006502;
	color: #ffffff;
	margin: -0.5em 0em 1em 0em;
	padding: 6px 0 4px;
	letter-spacing: 0.1em;
}

.infokasten_3 {
	background:#FFFFFF;
	background: linear-gradient(to top, #F3F3F3, #FFFFFF);
	font-size: 0.9em;
	text-align: center;
	color: #444444;
	padding: 1.5em;
	border-style: solid;
  	border-width: 8px;
	border-color: #E75200;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
	width: 90%;
	margin: 0 auto;
}
.infokasten_3 p, b{
	color: #6F6F6F;
}

.infokasten_3 h4 {
	font-size: 1.9em;
	text-align: center;
	color: #FA4300;
	margin: 0px;
	text-transform: uppercase;
	font-family: 'Roboto Serif', serif;
	line-height: 1em;
}

.infokasten_3 h5 {
	font-size: 1.2em;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	text-transform: none;
	color: #6F6F6F;
	margin: -0.5em 0em 0em 0em;
	padding: 6px 0 4px;
	letter-spacing: 0em;
}

.infokasten_4 {
	background:#FFFFFF;
	background: linear-gradient(to top, #F3F3F3, #FFFFFF);
	font-size: 0.9em;
	text-align: center;
	color: #444444;
	padding: 2em;
	border-style: solid;
  	border-width: 1px;
	border-color: #B2BCA9;
	border-radius: 15px;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
	width: 100%;
	margin-top: 35px;
}

.infokasten_4 a {
	color: #FF1A4B;
	
}

.infokasten_4 a:hover {
	color: #A30022;
	
}

.infokasten_4 .kasperl_1 {
	font-size: 2em;
	font-weight: bold;
	line-height: 1em;
	color: darkolivegreen;
	
}

.infokasten_4 .kasperl_2 {
	font-size: 1.4em;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
	line-height: 1.6em;
}

.infokasten_4 hr {
	border: none;
	height: 1px;
	color: #BABABA;
	background-color: #BABABA;
}

.infokasten_4_Headline {
	/* Wichtig: Lässt das Element nur so breit sein wie der Text */
    display: inline-block; 
    
    /* Hintergrund und Textgestaltung */
    background-color: #003F0A;
    color: white; 
    font-weight: bold;
	letter-spacing: 0.1em;
    text-transform: uppercase; /* Stellt sicher, dass der Text immer großgeschrieben ist */
    
    /* Innenabstand: Bietet Platz für die Rundung */
    padding: 5px 25px 2px 25px; 
    
    /* --- Die Abrundung --- */
    /* Ein hoher Wert (z.B. 50px) garantiert die Halbkreisform */
    border-radius: 50px; 
    
    /* Optional: Falls der Text innerhalb des Infokastens zentriert sein soll: */
    /* margin: 0 auto; */
	margin-bottom: 0.5em;
}

.infokasten_4_Subline {
	
    font-weight: bold;
    
    /* Innenabstand: Bietet Platz für die Rundung */
    padding: 8px 25px; 
	font-size: 1.8em;
	line-height: 1.25em;
	color: rgba(103,102,102,1.00);
}

.kinderfreunde {
	margin-left: 42%;
	padding: 0px 10px 0px 20px;
	position: relative;
	font-size: 1.13em;
	line-height: 1.5em;
	font-weight: 400;
}

.kinderfreunde img {
	margin-left: 37%;
	margin-top: 30px;
	width: 26%;
	position: relative;
	clear: both;
}



.kursiv {
	color: #E0DEC3;
	font-size: 1.4em; 
}

.kursiv_hell {
	color: #F7663C;
	font-size: 1.4em; 
}

.blog-wrapper {
  padding: 5px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.blog-wrapper .blog-card {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  max-width: 210px;
  margin: 10px;
  background: #fff;
  border: 1px solid #EEEEEE;
  text-align: center;
  padding-bottom: 20px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.blog-wrapper .blog-card .card-img {
  position: relative;
  text-align: center;
  background: #d13323;
}
.blog-wrapper .blog-card .card-img img {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  max-height: 180px;
  width: 100%;
  border-bottom: 4px solid #d13323;
  cursor: pointer;
}

.blog-wrapper .blog-card:hover .card-img img {
  opacity: 0.8;
}

.blog-wrapper .blog-card .card-img:before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-top: solid 10px #d13323;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
}

.blog-wrapper .blog-card .card-text {
  margin: 0;
  font-size: 18px;
  display: block;
  width: auto;
  text-align: center;
}

.blog-wrapper .blog-card .read-more {
  background-color: #163c18;
  background-image: linear-gradient(#47704f, #0d310d);
  border: 1px solid #2A8387;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.12) 0 1px 1px;
  color: #FFFFFF;
  cursor: pointer;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  line-height: 100%;
  margin: 0 auto;
  outline: 0;
  padding: 11px 15px 12px;
  text-align: center;
  transition: box-shadow .05s ease-in-out,opacity .05s ease-in-out;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 7em;
  text-decoration: none;
}
.blog-wrapper .blog-card .read-more:hover {
  background: #47704f;
	color: #FFFFFF;
}

.blog-wrapper .blog-card .read-more a {
	color: #FFFFFF;
	text-decoration: none;
}



#footer-main {
	background: #3B0D11;
	clear: both;
	padding: 0.5em;
	max-width: 1200px;
	border-top: 5px solid #E3170A;
	margin-top: 10px;

}

.footer_h1 {
	text-transform: uppercase;
	font-size: 1em;
	line-height: 1.7em;
	color: #eff1ed;
	margin: 14px 0 0 24px;
	font-weight: 600;
}

#footer-main h3 {
	font-size: 0.5em;
	line-height: 0.5em;
	
	
}

#footer-main h4 {
	font-size: 1em;
	font-weight: bold;
	line-height: 0.5em;
}

#footer-main a {
	color: #eff1ed;
	text-decoration: none;
}

#footer-main a:hover {
	color: #8BC698;
	text-decoration: underline;
}




.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-auto-rows: auto;
  grid-gap: 0px;
}

.footer-1 p, .footer-2 {
	margin: 0.5em 2em 14px 24px;
	font-size: 0.8em;
	line-height: 1.6em;
	color: #FFFFFF;
}

.footer-2 p {
	margin: 0.5em 0em 0px 0px;
	font-size: 0.9em;
	color: #FFFFFF;
}


.footer-2 {
	margin: 1.2em 25px 0 0;
	font-size: 0.8em;
	text-align: right;
}

.footer-2 a:hover{
	color: #8BC698;
}

#footer-bottom {
	/* background: #bdc3c7;  /* fallback for old browsers */
	/* background: -webkit-radial-gradient(top, #495D5A, #bdc3c7);
	background: -o-radial-gradient(top, #495D5A, #bdc3c7);
	background: radial-gradient(to bottom, #495D5A, #bdc3c7);  /* Chrome 10-25, Safari 5.1-6 */ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ 
	background: #FFFFFF;  /* fallback for old browsers */
	background: -webkit-radial-gradient(top, #A6A6A6, #FFFFFF);
	background: -o-radial-gradient(top, #A6A6A6, #FFFFFF);
	background: radial-gradient(to bottom, #495D5A, #bdc3c7);  /* Chrome 10-25, Safari 5.1-6 */ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ 
	clear: both;
	font-size: 0.5em;
	height: 2.5em;
	padding: 0.5em 0 0.5em 3em;
	margin-bottom: 2em;
	border-bottom: 1px solid #C9C9C9;
	border-radius: 0 0 15px 15px;
	max-width: 1200px;
	box-shadow:  0px -10px 50px 20px rgba(0, 0, 0, 0.2);

}

.row{
    display: flex;
    flex-wrap: wrap;
    padding: 25px 0px 25px 0px;
}
.column{
    flex: 25%;
    max-width: 25%;
}
.img-hover-zoom{
    height: auto;
    overflow: hidden;
    border: 5px solid #ffff;
}
.img-hover-zoom img{
    vertical-align: middle;
    margin: 0;
    padding: 0;
    border: 0;
    transition:  transform .5s ease;
}
.img-hover-zoom:hover img{
    transform: scale(1.5);
}
.desc{
	min-width: 100%;
}
.title-total .desc p, a{
	padding: 0;

}

.arrow-link {
  display: inline-flex; /* Ermöglicht, dass der Text und der Pfeil nebeneinander stehen */
  align-items: center; /* Zentriert den Pfeil vertikal */
  text-decoration: none; /* Entfernt die Standard-Unterstreichung */
  color: #d13323; /* Textfarbe */
  font-weight: 400; /* Optional: Schrift fett */	
  transition: color 0.3s ease; /* Animation bei Hover */
}

.arrow-link::after {
  content: "➔"; /* Pfeil-Symbol */
  margin-left: 8px; /* Abstand zwischen Text und Pfeil */
  font-size: 1.2em; /* Größe des Pfeils */
  transition: transform 0.3s ease; /* Animation bei Hover */
	text-decoration: none;
	
}

.arrow-link:hover {
  color: #af140b; /* Farbe beim Überfahren mit der Maus */
}

.arrow-link:hover::after {
  transform: translateX(5px); /* Pfeil bewegt sich nach rechts */
}

.button-25 {
  background-color: #17965F;
  background-image: linear-gradient(#17965F, #145014);
  border: 1px solid #2A8387;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.12) 0 1px 1px;
  color: #FFFFFF;
  cursor: pointer;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  line-height: 100%;
  margin: 0;
  outline: 0;
  padding: 11px 15px 12px;
  text-align: center;
  transition: box-shadow .05s ease-in-out,opacity .05s ease-in-out;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 7em;
  text-decoration: none;
}

.button-25 a{
	
	color:#FFFFFF;
	text-decoration: none;
}


.button-25:hover {
  background-color: #17965F;
  background-image: linear-gradient(#19A468, #145014);	
  box-shadow: rgba(255, 255, 255, 0.3) 0px 0px 3px inset, rgba(0, 0, 0, 0.3) 0 1px 2px;
  text-decoration: none;
  transition-duration: .15s, .15s;
  color: #FFFFFF;	
}

.button-25:active {
  box-shadow: rgba(0, 0, 0, 0.15) 0 2px 4px inset, rgba(0, 0, 0, 0.4) 0 1px 1px;
  color: #FFFFFF;
  text-decoration: none;	
}

.button-25:disabled {
  cursor: not-allowed;
  opacity: .6;
  color: #FFFFFF;
  text-decoration: none;
}

.button-25:disabled:active {
  pointer-events: none;
  color: #FFFFFF;
	text-decoration: none;
}

.button-25:disabled:hover {
  box-shadow: none;
  color: #FFFFFF;
	text-decoration: none;
}

.button-84 {
  align-items: center;
  background-color: initial;
  background-image: linear-gradient(#FF002E, #93001A);
  border-radius: 4px;
  border-width: 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .4);
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  flex-direction: column;
  font-size: 14px;
  height: 24px;
  justify-content: center;
  line-height: 1em;
  margin: 12px 0 0 0;
  outline: none;
  overflow: hidden;
  padding: 0 8px;
  text-align: center;
  text-decoration: none;
  transform: translate3d(0, 0, 0);
  transition: all 150ms;
  vertical-align: baseline;
  white-space: nowrap;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-84:hover {
  box-shadow: rgba(0, 1, 0, .2) 0 2px 8px;
  opacity: .95;
  color: #E3E3E3;	
}

.button-84:active {
  outline: 0;
}

.button-84:focus {
  box-shadow: rgba(0, 0, 0, .5) 0 0 0 3px;
}

.button-50 {
  background-color: #FF2B56;
  background-image: linear-gradient(#FF2B56, #C60028);
  border: 1px solid #E09E9E;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 10px 30px;
  color: #FFFFFF;
  cursor: pointer;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 100%;
  margin: 0;
  outline: 0;
  padding: 8px;
  text-align: center;
  transition: box-shadow .05s ease-in-out,opacity .05s ease-in-out;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 150px;
  text-decoration: none;
}

.button-50 a{
  color: #FFFFFF !important;
	text-decoration: none;
}

.button-50 a:visited{
  color: #FFFFFF;
	text-decoration: none;
}

.button-50:hover {
  background-color: #CE0029;
  background-image: linear-gradient(#CE0029, #9D001F);	
  box-shadow: rgba(0, 0, 0, 0.20) 0 5px 5px;
  text-decoration: none;
  transition-duration: .15s, .15s;
  color: #FFC9D5;	
}

.angebot {
	width: 100%;
	display: inline-block;
	/*background: #FFFFFF;
	background: linear-gradient(to top, #F7F7F7, #FFFFFF);
	border: 1px solid #E4E4E4;
	box-shadow:  0px 4px 40px 0px rgba(26,46,17,0.15);
	border-radius: 1px;*/
	margin: 0px auto 0px auto;
}

.angebot-img {
	float: left;
	margin: 10px;
	cursor: pointer;
    transition: 0.3s;
	width: 200px;
	height: auto;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 20px -20px;
	border: solid #EBEAEB 10px;
	border-radius: 0px;
	text-decoration: none;
}



.angebot-img:hover {
	opacity: 0.7;
}

.angebot-text {
	padding: 50px;
}

/* Style the Image Used to Trigger the Modal */
.angebot-img {
    border-radius: 2px;
    cursor: pointer;
    transition: 0.3s;
}

.angebot-img:hover {opacity: 0.7;}

/* The Modal (background) */
#image-viewer {
    display: none;
    position: fixed;
    z-index: 10000;
    padding-top: 80px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.7);
}
.modal-content {
    margin: auto;
    display: block;
    width: 100%;
	max-width: 1200px;
 
}
.modal-content { 
    animation-name: zoom;
    animation-duration: 0.6s;
}
@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}
#image-viewer .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}
#image-viewer .close:hover,
#image-viewer .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

.funktion {
	font-weight: bold;
	font-size: 1.1em;
	text-transform: uppercase;
	font-family: 'Roboto Slab', serif;
	color: #196319;
}

.name {
	font-weight: normal;
	font-size: 1.2em;
	margin-top: -1.2em;
}


.styled-table {
    border-collapse: collapse;
    margin: 0px auto 15px;
	width: 100%;
    max-width: 800px;
	font-size: 1em;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.styled-table thead tr {
    background-color: #009879;
    color: #ffffff;
    text-align: left;
	width: 100%;
}

.styled-table th,
.styled-table td {
    padding: 0px 0px 0px 0px;
	
}

.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
	background-color: #FFFFFF;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #EEF2E3;
}

.styled-table tbody tr:first-of-type {
    border-top: 2px solid #F2163E;
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #F2163E;
}

.styled-table tbody td:first-of-type {
    font-weight: normal;
	color: #196319;
	width: 100%;
	text-align: left;
	padding-left: 40px;
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
}



.styled-table img {
   border-radius: 3px;
	margin: 10px 25px 2px 0;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
	height: 125px;
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #F2163E;
}

.fakten-table {
    border-collapse: collapse;
    margin: 0px auto;
	width: 100%;
    max-width: 1200px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 20px -20px;
	font-size: 0.9em;
	font-weight: 400;
}

.fakten-table thead tr {
    background-color: #009879;
    color: #ffffff;
    text-align: left;
	width: 100%;
}

.fakten-table th,
.fakten-table td {
    padding: 3px 20px 3px 20px;
	color: #81817F;
	font-weight: 300;
	font-size: 0.9em;
	line-height: normal;
	height: 30px;
}

.fakten-table tbody tr {
    border-bottom: 0px solid #A7A68E;
	background-color: #ffffff;
}

.fakten-table tbody tr:nth-of-type(even) {
    background-color: #f2f5f0;
}

.fakten-table tbody tr:first-of-type {
    border-top: 2px solid #ffffff;
	border-radius: 0px;
}



.fakten-table tbody td:first-of-type {
    font-weight: 400;
	max-width: 50%;
	color: #777777;
	width: 50%;
	text-align: right;
	/*font-family: 'Roboto Slab', serif;*/
	font-size: 0.9em;
	/*text-transform: uppercase;*/
}

.fakten-table tbody tr:last-of-type {
    border-bottom: 2px solid #ACAA92;
}

.chronik-table {
    border-collapse: collapse;
    margin: 0px auto ;
	width: 100%;
    max-width: 800px;
	font-size: 1em;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.chronik-table thead tr {
    background-color: #009879;
    color: #ffffff;
    text-align: left;
	width: 100%;
}

.chronik-table th,
.chronik-table td {
    padding: 10px 20px 10px 0px;
	
}

.chronik-table tbody tr {
    border-bottom: 1px solid #dddddd;
	background-color: #FFFFFF;
}

.chronik-table tbody tr:nth-of-type(even) {
    background-color: #EEF2E3;
}

.chronik-table tbody tr:first-of-type {
    border-top: 2px solid #F2163E;
}

.chronik-table tbody tr:last-of-type {
    border-bottom: 2px solid #F2163E;
}

.chronik-table tbody td:first-of-type {
    font-weight: normal;
	color: #196319;
	width: 20%;
	text-align: left;
	padding-left: 40px;
	font-family: 'Roboto Slab', serif;
	font-size: 1.3em;

}

.chronik-table tbody tr:last-of-type {
    border-bottom: 2px solid #F2163E;
}

.termine-table {
    border-collapse: collapse;
    margin: 0px auto ;
	width: 100%;
    max-width: 1200px;
    box-shadow: 0px 0px 60px 30px rgba(0, 59, 1, 0.09);
	font-size: 1em;
	font-weight: 400;
}

.termine-table a {
    color: #E3170C;
	text-decoration: none;
}

.termine-table a:hover {
    color: #780C06;
	text-decoration: none;
}

.termine-table thead tr {
    background-color: #009879;
    color: #ffffff;
    text-align: left;
	width: 100%;
}

.termine-table th,
.termine-table td {
   padding: 0px 0px 0px 60px;
	font-size: 1em;
	line-height: 1.5em;
	color: #8A8A8A;
}

.termine-table tbody tr {
    border-bottom: 0.7px solid #b5b7b3;
	background-color: #F8F9F7;
	height: 150px;
}

.termine-table tbody tr:nth-of-type(even) {
    background-color: #FFFFFF;
}

.termine-table tbody tr:first-of-type {
    border-top: 5px solid #d13323;
}

.termine-table tbody tr:last-of-type {
    border-bottom: 5px solid #d13323;
}

.termine-table tbody td:first-of-type {
    font-weight: bold;
	color: #163c18;
	width: 25%;
	text-align: left;
	font-family: 'Roboto Slab', serif;
	font-size: 1.8em;
}

.termine-table img {
   border-radius: 12px;
	margin: 10px 0 0 0;
	box-shadow: 0px 10px 25px -10px rgba(0, 0, 0, 0.9);
	height: 100px;
}

.ausschuss_header {
	font-family: 'Roboto Slab', serif;
	color: #FFFFFF;
	font-size: 2em;
	font-weight: 900;
	
}
.inhalt {
	margin-top: 10px;
}

#jahreshauptversammlung {
	width: 100%;
	background: #FFFFFF;
	margin: 15px auto;
	padding: 50px 0;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

#jahreshauptversammlung h1 {
	display: flex;
	justify-content: center;
	text-align: center;
	font-family: "Roboto Slab", serif;
	line-height: normal;
	font-weight: 900;
	font-size: 3em;
}

#jahreshauptversammlung h2 {
	display: flex;
	justify-content: center;
	text-align: center;
	font-family: "Roboto Slab", serif;
	line-height: normal;
	font-weight: 400;
}

#jahreshauptversammlung h3 {
	display: flex;
	justify-content: center;
	text-align: center;
	font-family: "Roboto", sans-serif;
	line-height: normal;
	font-weight: 400;
	font-size: 1.6em;
	color:#FF2553;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.tagesordnung {
	display: flex;
	justify-content: center;
	line-height: 2em;
	margin-top: -1.6em;
	
}

.tagesordnung li {
	line-height: 2em;
	font-size: 1.2em;
}
 



#jahreshauptversammlung p {
	width: 75%;
	margin:2em auto;;
	text-align: center;
	
}

.hinweis_grey p {
	border: 2px solid #003100;
	background-color: #F3FFF4;
	padding: 1em;
	color: #003200;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 25px 20px -20px;
	border-radius: 0px;
}

.anmeldeliste {
	text-align: center;
	font-size: 0.8em;
	font-weight: 500;
}

ion-icon {
	font-size: 24px;
}

.ok::before {
            content: "✔"; /* Unicode für Häkchen */
            color: #47704F;
            margin-right: 0.5em; /* Abstand zum Text */
        }

.falsch::before {
            content: "✘"; /* Unicode für Kreuz */
            color: #D13323;
            margin-right: 0.5em;
        }

strong {
	color: #1D1D1D;
}

	
/* Container für alle Cards */
.wwcard-container {
  display: flex;
  flex-wrap: wrap; /* Ermöglicht den Umbruch */
  gap: 16px; /* Abstand zwischen den Cards */
  /*justify-content: center; /* Zentriert die Cards */
  justify-content: flex-start; /* Cards links */	
  padding: 0px;
}

/* Einzelne Card */
.wwcard {
  width: calc(33.33% - 12px); /* Breite für 4 Karten pro Reihe */
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s ease;
  margin: 0;
}

.wwcard:hover {
  /*transform: translateY(3px); Leichter "Hover-Effekt" */
}

/* Bild innerhalb der Card */
.wwcard img {
  width: 100%;
  height: auto;
  display: block;
}

/* Inhalt der Card */
.wwcard-content {
  padding: 15px 15px 15px 25px;
	height: 170px;
	text-align: left;
}

.wwcard-content p {
  margin: 0 0 10px 0;
  color: #333;
}

.category {
	font-size: 0.6em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.wwcard-title {
	font-size: 1.1em;
	font-weight: 600;
}

.wwcard-text {
	font-size: 0.9em;
}

#zentralverband {
	margin-left: 0%;
	padding: 0px 12px 0px 12px;
	position: relative;
	font-size: 1.13em;
	background: #FFFFFF;
	margin: 0 0 12px 0;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 25px 20px -20px;
	border-radius: 15px;
	-webkit-hyphens: auto;
  	hyphens: auto;
	
}

#zentralverband h1 {
	font-family: 'Roboto Slab', serif;
	font-size: 2.8em;
	line-height: 1.2em;
	padding: 0px 20px 0px 20px;
}

#zentralverband h2 {
	font-family: 'Roboto Slab', serif;
	margin: 2em 0 1em;
	font-size: 1.8em;
	padding: 20px 20px 0px 20px;
}

#zentralverband h3 {
	font-family: 'Roboto Slab', serif;
	font-weight: 500;
	font-size: 1.25em;
	color: #47704F;
	margin-top: 1em;
	padding: 0px 12px 0px 12px;
}

#zentralverband h6 {
	font-family: 'Roboto', sans-serif;
	font-size: 1.25em;
	font-weight: 400;
	text-transform: uppercase;
	color: #D13323;
	margin: 0;
	padding: 20px 20px 0px 20px;
}

#zentralverband .introtext {
	font-family: 'Roboto Slab', serif;
	font-size: 1.4em;
	font-weight: 400;
	text-transform: none;
	margin: 1em 0;
	padding: 0;
}

#kontakt-zentralverband {
	background: #47704F;
	color: #E9EBD0;
	border-radius: 15px;
	padding: 1.2em 90px 1.6em;
	margin: 1.6em 0;
	line-height: 1.4em;
}

#kontakt-zentralverband h1 {
	font-size: 2em;
	color:#E9EBD0;
	margin-bottom: 0.5em;
	font-family: 'Roboto Slab', serif;
	line-height: 1.2em;
}

#kontakt-zentralverband h6 {
	font-size: 1.2em;
	color:#EFF1ED;
	margin: 0.5em 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}


#kontakt-zentralverband a {
	color: #E9EBD0;
	text-decoration: none;
}

#kontakt-zentralverband a:hover {
	color: #FFFFFF;
	text-decoration: none;
	text-decoration: underline;
}

#kontakt-zentralverband strong {
	color: #E9EBD0;
	font-style: italic;
	letter-spacing: 0.02em;
}

/* Grundlegende Container-Gestaltung */
.adventwerkstatt-box {
    max-width: 900px;
    margin: 0;
    padding: 20px 40px;
    background-color: #f7f7f7; /* Heller Hintergrund für den Infokasten */
    border: 0px solid #ddd;
    border-radius: 0px;
    font-family: Arial, sans-serif;
}

/* Titel (TERMINE) */
.adventwerkstatt-box h2 {
    color: #333;
    border-bottom: 2px solid #E74C3C; /* Rote Trennlinie unter der Hauptüberschrift */
    padding-top: 0px;
    margin-top: 0px;
	font-size: 1.8em;
}

/* Definitionsliste (Container für Aufgaben und Tage) */
.adventwerkstatt-liste {
    margin: 0;
    padding: 0;
    display: grid;
    /* Standardmäßig zweispaltiges Layout */
    grid-template-columns: repeat(1, 1fr); 
    gap: 5px 20px; /* Vertikaler und horizontaler Abstand */
}

/* --- Stil für die Aufgabe (dt) --- */
.adventwerkstatt-liste dt {
    /* Die Aufgaben-Überschrift erstreckt sich über beide Spalten */
    grid-column: 1 / -1; 
    font-weight: bold;
    color: #333;
    padding-top: 15px; /* Abstand zur vorherigen Aufgabe */
    margin-bottom: 5px;
    border-bottom: 1px dashed #ccc; /* Dezente Trennlinie */
}

/* --- Stil für die Termine (dd) --- */
.adventwerkstatt-liste dd {
    margin-left: 0;
    font-size: 0.95em;
    color: #555;
    /* Optional: Icon als Aufzählungszeichen */
    list-style: none;
    position: relative;
    padding-left: 15px;
}

.adventwerkstatt-liste dd:not(.zeitangabe)::before {
    content: "•"; /* Kleiner Punkt vor den Terminen */
    color: #E74C3C; 
    position: absolute;
    left: 0;
}

/* Stil für die Uhrzeit- und Ort-Angabe */
.adventwerkstatt-liste .zeitangabe {
    grid-column: 1 / -1; /* Nimmt die gesamte Breite ein */
    font-style: italic;
    text-align: right;
    margin-top: 5px;
    padding-bottom: 15px;
    border-bottom: 2px solid #ddd;
	font-size: 1.2em;
	font-weight: 800;
}

#zentralverband {
	margin-left: 0%;
	padding: 40px 70px;
	position: relative;
	font-size: 1.13em;
	background: #FFFFFF;
	margin: 0 0 12px 0;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 25px 20px -20px;
	border-radius: 15px;
	-webkit-hyphens: auto;
  	hyphens: auto;
	
}

#zentralverband h1 {
	font-family: 'Roboto Slab', serif;
	font-size: 2.8em;
	line-height: 1.2em;
	padding: 0px 20px 0px 20px;
}

#zentralverband h2 {
	font-family: 'Roboto Slab', serif;
	margin: 40px 0 0 0;
	font-size: 1.8em;
	padding: 0px 20px;
}

#zentralverband h3 {
	font-family: 'Roboto Slab', serif;
	font-weight: 500;
	font-size: 1.25em;
	color: #47704F;
	margin: 20px 10px 10px 10px;
}

#zentralverband h6 {
	font-family: 'Roboto', sans-serif;
	font-size: 1.25em;
	font-weight: 400;
	text-transform: uppercase;
	color: #D13323;
	margin: 0;
	padding: 20px 20px 0px 20px;
}

#zentralverband .einleitungstext {
	font-family: 'Roboto Slab', serif;
	font-size: 1.2em;
	font-weight: 400;
	text-transform: none;
	margin: 20px;
	padding: 0;
}

#kontakt-zentralverband {
	background: #47704F;
	color: #E9EBD0;
	border-radius: 15px;
	padding: 1.2em 90px 1.6em;
	margin: 1.6em 0;
	line-height: 1.4em;
}

#kontakt-zentralverband h1 {
	font-size: 2em;
	color:#E9EBD0;
	margin-bottom: 0.5em;
	font-family: 'Roboto Slab', serif;
	line-height: 1.2em;
}

#kontakt-zentralverband h6 {
	font-size: 1.2em;
	color:#EFF1ED;
	margin: 0.5em 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}


#kontakt-zentralverband a {
	color: #E9EBD0;
	text-decoration: none;
}

#kontakt-zentralverband a:hover {
	color: #FFFFFF;
	text-decoration: none;
	text-decoration: underline;
}

#kontakt-zentralverband strong {
	color: #E9EBD0;
	font-style: italic;
	letter-spacing: 0.02em;
}



/*.wwcard-content a:hover {
  text-decoration: underline;
}*/	


/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------MAX-WIDTH: 768PX-----------------------------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 768px){
    .modal-content {
        width: 100%;
    }
	
.top-nav {
	padding-top: 5px;
}
	
	
#content {
		margin-top: 0px;
}	
	
.head_ausschuss h2{
	text-align: center;
	font-family: 'Roboto Slab', serif;
	color: #196319;
	font-size: 2em;
	font-weight: 900;
	text-shadow: 0px 0px 0px white;
	margin-top: 0px;
}	
	
.angebot-img {
	float: left;
	margin: 0 0 25px 0;
	cursor: pointer;
    transition: 0.3s;
	width: 100%;
	height: auto;
}
	.logo img {
	width: 200px;
}
		
	
.styled-table tbody td:first-of-type {
    font-weight: bold;
	color: #196319;
	width: 100%;
	text-align: left;
	font-family: 'Roboto Slab', serif;
	font-size: 1em;
}
	
.kanzleistunden {
	font-family: 'Roboto Slab', serif;
	color: #FFFFFF;
	margin: 0 auto;
}	
	
	
	
#parkplatzordnung {
	width: 100%;
	max-width: 400px;
	margin: 130px auto;
	padding: 24px;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
	scroll-margin-top: 210px;
}

#muell {
	width: 100%;
	max-width: 400px;
	margin: 130px auto;
	padding: 24px;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
	scroll-margin-top: 210px;
}
	
#biotonnen {
	width: 100%;
	max-width: 400px;
	margin: 24px auto;
	padding: 24px;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
	scroll-margin-top: 100px;
}	

#ruhebestimmungen {
	width: 100%;
	max-width: 400px;
	margin: 130px auto;
	padding: 24px;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
	scroll-margin-top: 210px;
}
	
#ruhebestimmungen h3 {
	padding-left: 24px;
}	

#baukaution {
	width: 100%;
	max-width: 400px;
	margin: 24px auto;
	padding: 24px;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
	scroll-margin-top: 210px;
}

#einbahnregelung {
	width: 100%;
	max-width: 400px;
	margin: 130px auto;
	padding: 24px;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
	scroll-margin-top: 210px;
}
	
#vereinsstatuten {
	width: 100%;
	max-width: 400px;
	margin: 130px auto;
	padding: 24px;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
	scroll-margin-top: 210px;
}
	
#gartenordnung {
	width: 100%;
	max-width: 400px;
	margin: 130px auto;
	padding: 24px;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
	scroll-margin-top: 210px;
}
	
#leoladetreff {
	width: 100%;
	max-width: 400px;
	margin: 130px auto;
	padding: 24px;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
	scroll-margin-top: 210px;
}
	
#leoladetreff > div {
    display: flex; /* Flexbox aktivieren */
    justify-content: center; /* Horizontal zentrieren */
    align-items: center; /* Vertikal zentrieren, falls nötig */
    gap: 10px; /* Optional: Abstand zwischen den Bildern */
    text-align: center; /* Fallback für ältere Browser */
}

#kontakt2 {
	width: 100%;
	max-width: 400px;
	margin: 24px auto;
	padding: 24px;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
	scroll-margin-top: 100px;
}	

#adressen {
	width: 100%;
	max-width: 400px;
	margin: 24px auto;
	padding: 24px;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
	scroll-margin-top: 210px;
}
	
	
#wasserabsperrplaene {
	width: 100%;
	max-width: 400px;
	margin: 130px auto;
	padding: 24px;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
	scroll-margin-top: 210px;
}
	
#lageplaene {
	width: 100%;
	max-width: 1400px;
	margin: 24px auto;
	padding: 24px;
	scroll-margin-top: 210px;
}
	
.blog-wrapper {
  padding: 5px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}	
	
	
	
#hunde {
	width: 100%;
	max-width: 400px;
	margin: 130px auto;
	padding: 24px;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
	scroll-margin-top: 210px;
}
	
#katzen {
	width: 100%;
	max-width: 400px;
	margin: 130px auto;
	padding: 24px;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
	scroll-margin-top: 210px;
}	
	
#radfahren {
	width: 100%;
	max-width: 400px;
	margin: 24px auto;
	padding: 24px;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
	scroll-margin-top: 210px;
}	
	
#defi {
	width: 100%;
	max-width: 400px;
	margin: 130px auto;
	padding: 24px;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
	scroll-margin-top: 210px;
}	
	
#bienen {
	width: 100%;
	max-width: 400px;
	margin: 120px auto;
	padding: 24px;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
	scroll-margin-top: 210px;
}
	
#nordrandsiedlung {
	width: 100%;
	max-width: 400px;
	margin: 120px auto;
	padding: 24px;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
	scroll-margin-top: 210px;
}
	
#einbrueche {
	width: 100%;
	max-width: 400px;
	margin: 120px auto;
	padding: 24px;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
	scroll-margin-top: 210px;
}	
	
#kleingartengesetz {
	width: 100%;
	max-width: 400px;
	margin: 120px auto;
	padding: 24px;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
	scroll-margin-top: 210px;
}
	
#uebertragen {
	width: 100%;
	max-width: 400px;
	margin: 120px auto;
	padding: 24px;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
	scroll-margin-top: 210px;
}	
	
#parkpickerl {
	width: 100%;
	max-width: 400px;
	margin: 120px auto;
	padding: 24px;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
	scroll-margin-top: 210px;
}
	
#kleingartencard {
	width: 100%;
	max-width: 400px;
	margin: 120px auto;
	padding: 24px;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
	scroll-margin-top: 210px;
}		
	

.title-total h2 {
	font-size: 1em;
	font-weight: 900;
	line-height: 1em;
	letter-spacing: normal;
	font-family: 'Roboto Slab', serif;
}
	
.button-25 {
  	font-size: 12px;
 	color: #FFFFFF;
	margin: 12px auto;
}	
	
.chronik {
	background-image: url("../img/chronik.jpg");
    background-position: center top;
    background-size: 100%;
	background-repeat: no-repeat;
	padding-top: 120px;
}	
	
.fakten {
		display: none;
	}	
	
.anmeldeliste_neu {
	text-align: right;
	font-size: 10.8em;
	font-weight: bold;
	margin: 0 0px;
	width: 100%;
}
	
.intro .introtext .infokasten h2 {
	font-size: 1em;
	padding-left:  0.5em;
	
}
	
.blog-wrapper .blog-card {
	max-width: 100%;
	width: 350px;
}
	
.blog-wrapper .blog-card .card-img img {
  max-height: 100%;
}
	
#bildnachweis {
	width: 100%;
	max-width: 800px;
	margin: 0px auto;
	padding: 20px;
}	
	
#bildnachweis table {
	font-size: 0.5em;
	margin: 0 auto;
}

#bildnachweis table td {
	padding-right: 5px;
}
	
.infokasten_3{
	width: 100%;	
	}	
	
.introtext-spalten{
	width: 100%;
	padding: 0;
	}
	
.introtext-spalten h1, h2, p, .einleitung, .einleitungstext-spalten {
	width: 100%;
	padding: 0 24px;
	}
	
.einleitungstext {
	margin: 0 24px 20px 24px;
	}	
	
	
.introtext-spalten h2{
	line-height: 1.4em;
	font-size: 1em;
}
	
.introtext-spalten h1{
	line-height: 1em;
	font-size: 2em;
}	
	
.introtext-spalten img{
	width: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
	border-radius: 0px;
}	
	
.intro .introtext h2 {
	font-size: 2.1em;
}
	
.introtext h1 {
	font-size: 1em;
}
	
.introtext p{
	margin: 0;
	padding: 0;
	}	

.intro {
	width: 100%;
	margin: 0;
	padding: 0;
	}	

.introtext-adventmarkt {
	margin-left: 0%;
	padding: 0px 24px 0px 24px;
	position: relative;
	font-size: 1.13em;
}

.introtext-adventmarkt h1 {
	font-size: 46px;
	line-height: 1.125em;
	font-family: 'Roboto Slab', serif;
}

.introtext-adventmarkt h2 {
	font-size: 18px;
	line-height: 0.7em;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	margin-left: 0;
	padding: 0;
}
	
.introtext-adventmarkt p {
	
	margin-left: 0px;
	padding: 0;
}
	
.aussteller-liste ul {
        column-count: 1; /* Auf Handys besser nur eine Spalte */
    }
	
.symmetrische-liste {
        /* Überschreibt die 1fr 1fr Spalten der Desktop-Ansicht */
        /* Setzt die Spalten auf EINE Spalte (1fr) */
        grid-template-columns: 1fr;
        
        /* Optional: Du könntest auch den Spaltenabstand (gap) anpassen, 
           da es keine Spalten mehr gibt */
        /* gap: 5px 0; */
    }	
	

	
	
.introtext-krampus {
	margin-left: 0%;
	padding: 0px 12px 0px 12px;
	position: relative;
	font-size: 1.13em;
}

.introtext-krampus h2 {
	font-size: 36px;
	line-height: 36px;
	font-family: 'Roboto Slab', serif;
	margin-left: 0;
	padding: 0;
}

.introtext-krampus h1 {
	font-size: 18px;
	line-height: 23px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	margin-left: 0;
	padding: 0;
}
	
.introtext-krampus p {
	margin-left: 0px;
	padding: 0;
}
	
.artikel-rechts {
	margin: 0 20px;
	padding: 0px;
	position: relative;
	font-size: 1.13em;
}

.artikel-rechts h2 {
	font-size: 36px;
	line-height: 36px;
	font-family: 'Roboto Slab', serif;
}

.artikel-rechts h1 {
	font-size: 18px;
	line-height: 23px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
	
.artikel-rechts p {
	margin: 0;
	padding: 0;
}	
	
	
.info {
	padding-top: 80px;
	border-radius: 0px;
}	

.information p{
	font-size: 14px;
	margin: 0;
	padding: 6px;
	color: #303030;
}

.information img{
	margin: 6px;
	padding: 0;
}
	
.portada-6, .portada-5, .portada-4, .portada-3, .portada-2, .portada-1 {
		border-radius: 0px;
	}
	
.termine {
		padding-top: 89px;
		border-radius: 0px;
	}		
	
.termine-table th,
.termine-table td {
    padding: 24px 24px 24px 24px;
	font-size: 1em;
}
.termine-table td {
    padding: 12px 12px 12px 12px;
	font-size: 0.9;
}
	
.date {
	font-size: 0.9em;
	
	font-family: 'Roboto Slab', serif;
	color: #006102;
	padding-bottom: 0px;
}

.time {
	font-size: 0.7em;
}
	
.terminhead {
	font-size: 0.7em;
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
	color: #163c18 !important;
	padding-top: 0px;
	line-height: 0.8em;
}	
	
#jahreshauptversammlung h1 {
	display: flex;
	justify-content: center;
	text-align: center;
	font-family: "Roboto Slab", serif;
	line-height: normal;
	font-weight: 900;
	font-size: 2em;
}

#jahreshauptversammlung h2 {
	display: flex;
	justify-content: center;
	text-align: center;
	font-family: "Roboto Slab", serif;
	line-height: normal;
	font-weight: 400;
	font-size: 1.4em;
}

#jahreshauptversammlung h3 {
	display: flex;
	justify-content: center;
	text-align: center;
	font-family: "Roboto", sans-serif;
	line-height: normal;
	font-weight: 400;
	font-size: 1.2em;
	color:#FF2553;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.tagesordnung {
	display: flex;
	justify-content: center;
	line-height: 2em;
	margin-top: -1.6em;
	
}

.tagesordnung li {
	line-height: 2em;
	font-size: 1em;
}
 



#jahreshauptversammlung p {
	width: 90%;
	margin:2em auto;;
	text-align: center;
	
}

.hinweis_grey p {
	border: 2px solid #003100;
	background-color: #F3FFF4;
	padding: 1em;
	color: #003200;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 25px 20px -20px;
	border-radius: 0px;
	font-size: 0.8em;
}
	
.bauvorhaben-intro {
    flex-direction: column; /* Inhalte untereinander anordnen */
  }

  .bauvorhaben-intro .image {
	order: -1; /* Bild wird nach oben verschoben */
    flex: 0 0 auto; /* Entfernt die feste Breite */
    width: 100%; /* Bild nimmt die volle Breite ein */
  }
	
.bauvorhaben-intro img {
    max-width: 100%; /* Bild passt sich der Breite an */
    height: auto; /* Seitenverhältnis bleibt erhalten */
  }	
	
#bauvorhaben p{
	padding: 12px;
	margin: 0px;
	font-size: 1em;
	line-height: 1.6em;
}
	
#bauvorhaben h1{
	padding: 0;
	margin: 12px;
	font-size: 2em;
	line-height: 1.1em;
}	
	
#bauvorhaben h2{
	padding: 0;
	margin: 0;
	font-size: 2em;
	line-height: 1.1em;
}	
	
.baukontakt-container {
	flex-direction: column;
}
	
.baukontakt {
	width: 100%;
	padding: 20px;
	margin-top: 0px;
	text-align: center;
	border-radius: 0px;
	font-size: 0.8em;
}
	
.baukontakt-name {
	font-size: 1.3em;
}
	
.steps {
    grid-template-columns: 1fr; /* Eine Spalte */
    gap: 10px; /* Geringerer Abstand zwischen den Punkten */
  }

  .steps ul {
    padding: 0; /* Optional: Reduziert unnötige Außenabstände */
  }

  .steps ul li {
    margin-bottom: 15px; /* Abstand zwischen den Schritten bleibt gleich */
  }	
	
.wwcard-container {
		margin-top: 12px;
	}	
	
.wwcard {
    width: 100%; /* Eine Card pro Reihe */
	margin: 0 12px;
	padding:0;
	border-radius: 6px;
	max-height: 400px; 
  }
	
.wwcard-content {
    width: 100%; /* Eine Card pro Reihe */
	height: 170px;
	margin: 12px;
	padding: 0;
  }	
	
.wwcard-text, .wwcard-title {
    padding: 0 20px 0 0;
	margin: 0;
  }

	.arrow-link {
		padding-left: 24px;
	}
	
	#content .arrow-link {
		padding-left: 0px;
	}
	
	.category {
		padding: 0;
	}

}	
	
		
	
	
	


/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media (max-width: 1100px)  {
	
html, body {
	background: #F2F2F2;
	}
	
	
.top-nav {
  border-radius: 0px 0px 0px 0px;
	
  }	
	
.top-nav a {
	color: #FFFFFF;
}

.menu-button-container {
    display: flex;
  }
.menu {
    position: absolute;
    top: 0;
    margin-top: 90px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	min-width: 100%;
}
	
  #menu-toggle ~ .menu li {
    height: 0;
    margin: 0;
    padding: 0;
    border: 1px;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  #menu-toggle:checked ~ .menu li {
    border: 1px solid #333;
    height: 5em;
    padding: 1.8em;
	margin-left: 0;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
	min-width: 100%;
  }
  .menu > li {
    display: flex;
    justify-content: center;
    margin-left: 0px;
    padding: 0px;
    width: 100%;
    background-color: #222222;
}
.menu > li:not(:last-child) {
    border-bottom: 1px solid #444;
  }
	
.logo img {
	width: 250px;
	padding: 15px 0;
}
.intro {
	width: 100%;
	max-width: 1200px;
	margin-top: 0px;
}	
	
.intro img {
 	float: none;
	width: 100%;
	border-radius: 0px;
	margin-bottom: 25px;
}
	
.introtext {
	margin-left: 0%;
	padding: 0px 25px;
	position: relative;
}
	
.introtext h2 {
	font-size: 2em;
}
	
	

.errortext {
	margin-left: 0%;
	padding: 0px 25px 100px 25px;
	position: relative;
	margin-bottom: 50px;
}	
	
.services-container {
	margin: 25px 0px;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 2rem;
	width: 100%;
}	
	
.article-container {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
	gap: 0rem;
}
	
.article-image img {
	min-width: 100%;
	height: auto;
	border-radius: 2px 2px 0 0;
}
	
.card {
  max-width: 100%;
  display: flex;
  flex-direction: row;
  position: relative;
	background: #FFFFFF;
	border-radius: 2px;
	transition: 0.5s;
	border: 1px solid #EAEAEA;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.card:hover {
	cursor: pointer;
}
	
.card h2 {
  margin: 0;
  padding: 0 1rem;
}

.card .desc {
  padding: 0.5em 0.5em 0.5em 1em;
  font-size: 0.9em;
}
	
.card-text {
  display: grid;
  grid-template-columns: 40% 60%;
}


.title-total {
  padding: 1em 0.5em 1em 0.5em;
}



.title-total-leistungen {
  padding: 1em 1em 1em 1em;
}
	
.title-total-leistungen h1{
	font-size: 1.7em;
	line-height: 1.4em;
}	
	
.title-total-leistungen h2{
	font-size: 1.8em;
}	
	
.title-total-begleitservice {
  padding: 1em 1em 1em 1em;
}
	
.title-total-about {
  padding: 1em 1em 1em 1em;
}	
	
	.portada-6 {
		border-radius: 0px;
	}
	
.portada-about {
  display: block;
}	
.card-text-about {
	height: 100%;
	grid-template-columns: none;
}
	.zauberbild {
		display: flex;
	}



.title-total-about h1 {
	font-size: 1.7em;
	line-height: 1.1em;
}
.title-total-about h2 {
	font-size: 1.2em;
	line-height: 1.1em;
}

#footer-main {
	padding: 1.5em 0 0.5em 1em;
}

.footer_h1 {
	padding: 0;
	margin: 0;
}
	
.termine-table th,
.termine-table td {
    padding: 12px 20px 20px 20px;
	font-size: 0.7em;
	hyphens: auto;
}
	
.terminhead {
		font-size: 1.4em;
		font-family: 'Roboto Slab', serif;
		color: #003D00;
		line-height: 1.4em;
	}
	
.time {
		font-size: 0.9em;
		font-family: 'Roboto Slab', serif;
		line-height: 1em;
		font-weight: 400;
	}	
	
.termine-table p {
	padding: 0px;
	}
	
.termine-table tbody td:first-of-type {
	width: 33%;
	font-size: 0.9em;
	padding: 1em;
}
	
.termine-table th,
.termine-table td {
    padding: 12px 12px 6px 12px;
	font-size: 0.9em;
}
	
	.termine-table tbody td:first-of-type {
    font-weight: bold;
	color: #163c18;
	width: 33%;
	text-align: left;
	font-family: 'Roboto Slab', serif;
	font-size: 0.9em;
}


.head_fakten h2{
	width: 100%;
	font-size: 2em;
}

.fakten-table {
	width: 100%;
}
	
.kanzleistunden {
	width: 100%;
	border-radius: 0px;
}

.kanzleistunden_pause {
	width: 95%;
	background: #FFFFFF;
	border-radius: 8px;
	padding: 4px 16px;
	margin: 12px auto;
	box-shadow: rgba(0, 0, 0, 0.75) 0px 25px 20px -20px;
	transform: rotate(0.02rad);
}
	
.kanzleistunden_pause h4{
	line-height: 1.2em;
}	
	

.anmeldeliste {
	text-align: center;
	font-size: 0.6em;
	font-weight: bold;
	display: block;
	padding: 0 12px;
}

.wissenswertes {
		border-radius: 0px;
	}
	
.datenschutz {
		border-radius: 0px;
	}
	
.info {
		border-radius: 0px;
	}
	
.impressum {
		border-radius: 0px;
	}
	
.kontakt {
		border-radius: 0px;
	}
	
#kontakt2 {
	background: #ffffff;
	width: 100%;
	max-width: 1200px;
	margin: 0px auto 24px auto;
	padding: 0px;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
	font-weight: 400;
	line-height: 1.5em;
	color: #FFFFFF;
}
	
	
.kontaktdaten{
	background: #e9ebd0;
	width: 100%;
	padding: 24px 24px 24px 24px;
	border-radius: 0px;
	color: #303030;
	font-size: 0.9em;
	line-height: 1.2em;
}	
	
#kontakt2 .kontaktdaten h1 {
	font-weight: 400;
	font-size: 1.5em;
	color: #303030;
	text-transform: uppercase;
}	
	
#kontakt2 .logo_rund {
	position: absolute;
	margin: 0 0 0 0;
	visibility: hidden;
}
	
.kanzleistunden_hell h1 {
	font-size: 1.8em;
}
	
#kontakt2 .kanzleistunden h1 {
	font-size: 1.8em;
}
	
#content .kanzleistunden h1 {
	font-size: 1.8em;
}	
	
	#bauvorhaben_alt {
	padding: 105px 20px 96px 20px;
}
	
.kinderfreunde {
	width: 100%;
	margin: 0;
	padding: 0;
}
	
.kinderfreunde img {
	margin: 0;
	width: 26%;
	margin-left: 37%;
	margin-top: 20px;
	
}
	
.day {
	font-size: 1em;
}

.day_red{
	font-size: 1em;
}

.time {
	font-size: 0.9em;
}

.bis {
	font-size: 0.7em;
	padding: 4px 0;
}
	
#zentralverband {
	margin-left: 0%;
	padding: 0px 24px 0px 12px;
	position: relative;
	font-size: 1.13em;
	background: #FFFFFF;
	margin: 0;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 25px 20px -20px;
	border-radius: 15px;
	-webkit-hyphens: auto;
  	hyphens: auto;
	
}

#zentralverband h1 {
	font-family: 'Roboto Slab', serif;
	font-size: 2.4em;
	line-height: 1em;
	padding: 0px 12px 0px 12px;
}

#zentralverband h2 {
	font-family: 'Roboto Slab', serif;
	margin: 2em 0 1em;
	font-size: 1.6em;
	padding: 12px 12px 0px 12px;
}

#zentralverband h3 {
	font-family: 'Roboto Slab', serif;
	font-weight: 500;
	font-size: 1.25em;
	color: #47704F;
	margin-top: 1em;
	padding: 0px 12px 0px 12px;
}

#zentralverband h6 {
	font-family: 'Roboto', sans-serif;
	font-size: 1.25em;
	font-weight: 400;
	text-transform: uppercase;
	color: #D13323;
	margin: 0;
	padding: 20px 12px 0px 12px;
}

#zentralverband .introtext {
	font-family: 'Roboto Slab', serif;
	font-size: 1.4em;
	font-weight: 400;
	text-transform: none;
	margin:  0;
	padding: 12px;
}

	#zentralverband .einleitungstext {
	margin:  12px;
}

#kontakt-zentralverband {
	border-radius: 0px;
	padding: 20px;
	margin: 1.6em 0;
	line-height: 1.4em;
}

#kontakt-zentralverband h1 {
	font-size: 2em;
	color:#E9EBD0;
	margin-bottom: 0.5em;
	font-family: 'Roboto Slab', serif;
	line-height: 1.2em;
}

#kontakt-zentralverband h6 {
	font-size: 1.2em;
	color:#EFF1ED;
	margin: 0.5em 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}


#kontakt-zentralverband a {
	color: #E9EBD0;
	text-decoration: none;
}

#kontakt-zentralverband a:hover {
	color: #FFFFFF;
	text-decoration: none;
	text-decoration: underline;
}

#kontakt-zentralverband strong {
	color: #E9EBD0;
	font-style: italic;
	letter-spacing: 0.02em;
}	


	

.footer-grid {
  display: grid;
  grid-template-columns: repeat(1fr, 1fr));
  grid-auto-rows: auto;
  grid-gap: 0px;
  margin: 0em 0em;
  padding-left: 0em;
}

.footer-2 p {
	margin: 0;
	font-size: 0.9em;
	color: #FFFFFF;
	text-align: left;
	padding: 0;
}
	
.footer-1  h1{
	font-size: 5em;
	margin-left: 0;
	padding-left: 0;
}	
	
.footer-1 p, .footer-2{
	margin: 0.5em 0px 14px 0px;
	font-size: 0.8em;
	color: #FFFFFF;
	padding: 0;
}
	

.footer-4 {
	margin-bottom: 2em;
}

.footer-1 {
	width: 100%;
	margin-bottom: 0em;
}

#footer-bottom {
	background: #FFFFFF;  /* fallback for old browsers */
	background: -webkit-radial-gradient(top, #A6A6A6, #FFFFFF);
	background: -o-radial-gradient(top, #A6A6A6, #FFFFFF);
	background: radial-gradient(to bottom, #495D5A, #bdc3c7);  /* Chrome 10-25, Safari 5.1-6 */ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ 
	clear: both;
	font-size: 0.5em;
	padding: 0.5em 0 0.5em 3em;
	border-bottom: 1px solid #8D8D8D;
	width: 100%;
	border-radius: 0px;
}


}
