:root {
  --primary-color: #3d7e2d;
  --secondary-color: #4ABC36;
  --tertiary-color: #5bc72b;
  --color-four: firebrick;
  --bg-color: #EFEFEF;
  --text-color: #555555;
  --tab-color: #4F5E4B;
}
*, *::before, *::after {
  box-sizing: border-box;
}
html {
  font-size: 100%; /* Basis für rem-Einheiten */
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Quicksand', sans-serif;
  font-size: 1.2rem;
  line-height: 1.75;
  color: var(--text-color);
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

/* Fonts */
@font-face{ 
	font-family: 'voltage-webfont';
	src: url('fonts/voltage-webfont.eot');
	src: url('fonts/voltage-webfont.eot?#iefix') format('embedded-opentype'),
	     url('fonts/voltage-webfont.woff') format('woff'),
        url('fonts/voltage-webfont.woff2') format('woff2'),
	     url('fonts/voltage-webfont.ttf') format('truetype'),
	     url('fonts/voltage-webfont.svg#webfont') format('svg');
    font-display: swap
}
@font-face {
    font-family: 'Quicksand' sans-serif;
    font-weight: 300;
    src: local(), url(fonts/Quicksand-Light.woff2) format("woff2");
    font-display: swap
}
@font-face {
    font-family: 'Quicksand' sans-serif;
    font-weight: 400;
    src: local(), url(fonts/Quicksand-Regular.woff2) format("woff2");
    font-display: swap
}
@font-face {
    font-family: 'Quicksand' sans-serif;
    font-weight: 500;
    src: local(), url(fonts/Quicksand-Medium.woff2) format("woff2");
    font-display: swap
}
@font-face {
    font-family: 'Quicksand' sans-serif;
    font-weight: 600;
    src: local(), url(fonts/Quicksand-SemiBold.woff2) format("woff2");
    font-display: swap
}
@font-face {
    font-family: 'Quicksand' sans-serif;
    font-weight: 700;
    src: local(), url(fonts/Quicksand-Bold.woff2) format("woff2");
    font-display: swap
}
@font-face {
    font-family: 'Quicksand' sans-serif;
    font-style: normal;
    src: local(), url(fonts/Quicksand-VariableFont_wght.woff2) format("woff2");
    font-display: swap
}

/* SLIDER */
.slider {
    display:flex;
    justify-content: center; 
    background-color:#efefef;
    text-align:center;
    top:0;
    left:0;
    z-index:-1;
    animation: einblenden 3s;
}
@keyframes einblenden {
    from { opacity:0; }
    to { opacity:1; }
}
/* SLIDER */

/* MAIN */
main {
    width:100%;
    max-width:1280px;
    padding:20px;
    margin:25px auto 25px auto;
}
@media (max-width:1000px) {
    main {margin:0 auto 25px auto;}
}
.schild {
    font-family:voltage-webfont;
    font-weight:100;
    font-size:1.5em;
    background-color:var(--primary-color);
    color:whitesmoke;
    padding:5px;
    transform: rotate(-3deg);
    width:250px;
    text-align:center;
    animation: fadefromright 1.5s;
    border-radius: 5px;margin:50px 0 50px 0;
}
@media (max-width:1000px) {
    .schild {text-align:left;padding:5px 5px 5px 10px;}
}
.fadefromright {
    animation-name: fadefromright;
    animation-duration: 1.5s;
    animation-iteration-count: 2;
    animation-timing-function: ease-in-out;
}
@keyframes fadefromright {
    from {transform:translate(-100%, -100px);opacity: 0;}
    to {transform: translate(0%, 0px);opacity: 1;}
}
main p {
    text-align: justify;
}
/* MAIN */

/* Textstrukturen */
.ue1 {font-size:1.1em;font-weight:600;color:var(--primary-color);}
.ue2 {font-size:1.05em;font-style: italic;color:goldenrod;}
.justi {text-align:justify;}
.farbig {background-color: #efefef;padding:10px;}
.texteinzug {padding-left:0;margin-left:0;}
.absatz {text-align: justify;list-style:none;margin-bottom: 10px;}
.trenner {width:100%;height:15px;}
.geteiltspaltig {column-width: 350px;column-gap: 2em;column-count: 2;column-rule: 1px solid silver;}
.abstand8px {display:block;height:8px;}
.abstand10px {display:block;height:10px;}
.abstand15px {display:block;height:15px;}
@media screen and (min-width:601px) {
    .abstand10px {display:none;}
}
@media screen and (max-width:600px) {
    .abstand10px {display:block;}
}

/* LINKS */
a.mainlink {
    text-decoration:none;
    color:firebrick; 
    border-bottom: 1px dotted #3d7e2d;
}
a.mainlink:hover {
    text-decoration:none;
    color:#4ABC36; 
    border-bottom:1px dotted steelblue;
    font-weight:500;}
a.suchlink {
    text-decoration:none;
    color:firebrick;
}
a.suchlink:hover {
    text-decoration:none;
    color:var(--secondary-color);
}
a.kontaktlink {
    text-decoration:none;
    color:var(--color-four);
}
a.kontaktlink:hover {
    text-decoration:none;
    color:var(--secondary-color);}
/* LINKS */

/* Bilder */
.imgs {
    max-width:100%;
    height:auto;
}
@media (max-width:600px) {
    .randunten {margin-bottom:10px;}
}

/* Startseite */
.karottengruss {
        position:fixed;
        left:0;
        z-index:5000;
        width:182px;
        height:225px;
        animation: einausblenden;
        animation-duration: 15s;
        animation-iteration-count: infinite;
        }
@keyframes einausblenden {
        0% {
        transform: scale(0.); bottom:0px; opacity: 0;}
        20% {
        transform: scale(0.1); bottom:0px; opacity: 0;}
        40% {
        transform: scale(1); bottom:50%; opacity: 1;}
        80% {
        transform: scale(1); bottom:50%; opacity: 1;}
        100% {
        transform: scale(0.1); bottom:0px; opacity: 0;}
        }  
@media screen and (max-width:700px) {
    .karottengruss {display:none;}
}
/* Hauptartikel */
.mehrspaltig {
    column-width: 260px;
    column-gap: 2em;
    column-count: 2;
    column-rule: 1px solid silver;
    text-align:justify;
}
.zweispaltig {
    column-width: 285px;
    column-gap: 2em;
    column-count: 2;
    column-rule: 1px solid silver;
}
.fazit {
    font-family:voltage-webfont;
    font-weight:100; 
    font-size:1.2em;
    color:var(--primary-color);
}
/* Startseite Boxen*/
.startseite-flexbox {
    display:flex;
    width:100%;
    margin:4rem auto;
    justify-content:space-between;
    flex-wrap: wrap;
    align-items: stretch;
    }
.startseite-item {
    width:23.5%;
    background-color:white;
    margin:0 0 50px 0;
    box-shadow: rgba(0, 0, 0, 0.15) 0 2px 3px 0;
}
.startseite-item h2 {
    color:whitesmoke;
    padding:0 10px 5px 10px;
    margin:0;
    border-radius:5px 5px 0 0;
    font-size:1rem;
    background-color:var(--tab-color);
}
.startseite-item p {
    font-size:85%;
    padding:0 10px;
    text-align: left;
}
.startbildcontainer {
    overflow: hidden;
}
.startbild {
    max-width:100%;
    height:auto;
    /* SCALE */
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	/* VERZÖGERUNG */
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;}
.startbild:hover {
    -webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
@media (max-width:1000px) {
    .startseite-item {width:48.5%}
    .startseite-flexbox {margin:25px auto 0 auto;}
}
@media (max-width:500px) {
    .startseite-item {width:100%;}
}
/* Suchsection */
.suchensection {
    width:100%;
    height:auto;
    max-width:1280px;
    margin:-2rem auto 2rem auto;
    text-align:center;
    padding:0 0 20px 0;
}
.suchbutton {
    width:200px;
    border:1px solid silver;
    border-radius:5px;
    color:#333;
    background-color:#efefef;
    margin:0 auto;
}
.suchbutton:hover {
    background-color:white;
}
/* Startseite */

/* Personalbox */
.personal-flexbox {display:flex;width:100%;max-width:1280px;justify-content:space-between;align-items:stretch;flex-wrap:wrap;margin:0 auto;padding:1rem;}
.personal-item-1 {width:47.5%;padding:0 1rem;background-color: #efefef;}
.personal-item-2 {width:47.5%;text-align:end;}
.personal-item-2 img {display:block}
@media screen and (max-width:640px) {
    .personal-flexbox {padding:0;}
    .personal-item-1 {width:100%;}
    .personal-item-2 {width:100%;display:flex;} 
}

/* Downloads */
.flyerbox {
    width:100%;
    max-width:1280px;
    display:flex;
    justify-content:space-between;
    flex-wrap: wrap;
    border:1px solid silver;
    padding:1rem;
    margin-bottom:2rem;
}
.flyerbox-item-1 {width:48.5%;text-align:center;}
.flyerbox-item-2 {width:48.5%;text-align:center;}
.flyerbox img {max-width:100%;height:auto;}
@media screen and (max-width:600px) {
.flyerbox-item-1 {width:100%;margin-bottom:1rem;}
.flyerbox-item-2 {width:100%;margin-bottom:1rem;}
}

/*Seite Lern- und Erlebnisort*/
.lernort-main {width:100%;max-width:1280px;padding:20px;margin:0 auto;}
.lernort-section {width:100%}
.lernort-flexbox {display:flex;width:100%;max-width:1280px;justify-content:space-between;flex-wrap:wrap;margin:0 auto 3rem auto;align-items:center;}
.lernort-item-1 {width:49%;text-align:justify;padding:1rem;}
.lernort-item-2 {width:49%;text-align:center;padding:1rem;}
.lernort-item-3 {width:49%;text-align:center;padding:1rem;}
.lernort-item-4 {width:49%;text-align:justify;padding:1rem;}
.lernort-item-5 {width:49%;text-align:justify;padding:1rem;}
.lernort-item-6 {width:49%;text-align:center;padding:1rem;}
@media screen and (min-width:1001px) {
.zweispaltig {column-gap: 0;column-count: 1;column-rule: none;}
} 
@media screen and (max-width:1000px) {
    .lernort-item-1 {width:100%;order:1;}
    .lernort-item-2 {width:49.5%;order:2;padding:0;}
    .lernort-item-3 {width:49.5%;order:3;padding:0;}
    .lernort-item-4 {width:100%;order:4;}
    .lernort-item-5 {width:100%;order:6;}
    .lernort-item-6 {width:49.5%;order:5;}
}
@media screen and (max-width:640px) {
    .lernort-flexbox {margin:0 auto;}
    .lernort-item-1 {width:100%;order:1;}
    .lernort-item-2 {width:100%;order:2;padding:0;display:flex;}
    .lernort-item-3 {width:100%;order:4;padding:0;display:flex;}
    .lernort-item-4 {width:100%;order:3;}
    .lernort-item-5 {width:100%;order:5;}
    .lernort-item-6 {width:100%;order:6;padding:0px;display:flex;margin-bottom: 2rem;}
}

/* Umweltbildung Schule Kita */
.uwblogo_ueberschrift {
    font-family:'voltage-webfont';
    color:var(--primary-color);
    font-weight: 300;
}
.uwblogos-flexbox {
    display:flex;
    width:100%;
    justify-content:space-around;
    flex-wrap: wrap;
}
.uwblogos-item {
    width:50%;
    text-align:center;
    margin:25px auto;
}
.uwblogos-item img {
    max-width:100%;
    height:auto;
}
@media screen and (max-width:600px) {
    .uwblogos-item {width:100%;}
}
/* Umweltbildung Kursbeispiele*/
.kurse-flexbox {
    display:flex;
    width:100%;
    justify-content:space-between;
    flex-wrap:wrap;
    align-items:center;
}
.kurse-item-left {
    width:65%;
    text-align:justify;
}
.kurse-item-right {
    width:30%;
    text-align:center;
}
.kursbild {
    max-width:100%; 
    height:auto;
    border-radius:3px;
}
@media screen and (max-width:900px) {
.kurse-item-left {width:55%;}
.kurse-item-right {width:40%;}
}
.kursueberschrift1 {font-weight:600;color:var(--primary-color);margin:0;}
.kursueberschrift2 {font-weight:400;font-style: italic;color:goldenrod;margin:0;}
.kurstrenner {margin:50px 0;border-top:0.5px solid var(--primary-color);}
@media screen and (max-width:750px) {
.kurse-item-left {width:100%;}
.kurse-item-right {width:100%;}
.kurse-item-right img {margin:20px 0;}
.kursbild {border-radius:none;box-shadow:none;}
}

/* Umweltbildung Nachhaltige Entwicklung */
.une-flexbox {
    display:flex;
    width:100%;
    justify-content:space-between;
    flex-wrap:wrap; 
    margin:50px 0;
    align-items:stretch;
    border:1px solid silver;
    padding:2rem;
}
.une-item-left {
    width:25%;
    border-right:1px solid silver;
}
.une-item-right {
    width:70%;
    text-align:justify;
}
.sdgs {
    max-width:100%;
    height:auto;
}
@media screen and (max-width:750px) {
.une-item-left img {width:100px;}
}
@media screen and (max-width:600px) {
.une-item-left {width:100%;border-right:none}
.une-item-right {width:100%;}
}

/* Umweltbildung Kursprogramm*/
.sort {height:12px;width:auto;}
.programmueberschriften {color:goldenrod;}
a.programm {text-decoration:none;color:steelblue;font-weight: 500;}
a.programm:hover {color:#4ABC36;}
.programm-flexbox {display:flex;width:100%;justify-content:space-between;flex-wrap:wrap; align-items:stretch; background-color:#efefef;padding:10px;border-bottom: 1px solid steelblue;}
.programm-item-1 {width:40%; font-weight:600;}
.programm-item-2 {width:17.5%}
.programm-item-3 {width:17.5%}
.programm-item-4 {width:17.5%}

@media screen and (min-width:751px) {
.bindestrich {display:none;}
}

@media screen and (max-width:750px) {
.programm-item-1 {width:100%}
.programm-item-2 {width:100%}
.programm-item-3 {width:100%}
.programm-item-4 {width:100%}
.zeilentrenner {display:none;}
.sort {display:none;}
.bindestrich {display:inline-block;}
}

/* Seite Hofladen Angebot */
.hofladen-main {
    width:100%;
    max-width:1280px;
    padding:20px 20px 0 20px;
    margin:0 auto;
}
.hofladen-section {
    width:100%
}
.hofladen-flexbox {
    display:flex;
    width:100%;
    max-width:1280px;
    justify-content:space-between;
    flex-wrap:wrap;
    margin:0 auto 2rem auto;
    align-items:stretch;
}
.hofladen-item-1 {
    width:49%;
    text-align:justify;
    margin-bottom: 25px;
    padding:20px;
}
.hofladen-item-1 li {
    text-align:left;
}
.hofladen-item-1 p {
    margin:0;
}
.hofladen-item-2 {
    width:49%;
    text-align:center;
    padding:20px;
}
.hofladen-item-3 {
    width:49%;
    text-align:center;
    padding:20px;
}
.hofladen-item-4 {
    width:49%;
    margin-bottom: 25px;
}
.hofladen-item-4 p {
    text-align:justify;
    margin:0;
    padding:20px;
}
.hofladen-item-4 li {
    text-align:left;
}
@media screen and (max-width:1000px) {
    .hofladen-item-1 {width:100%;order:1;}
    .hofladen-item-2 {width:50%;order:2;padding:0;}
    .hofladen-item-3 {width:50%;order:3;padding:0;}
    .hofladen-item-4 {width:100%;order:4;}
}
@media screen and (max-width:640px) {
    .hofladen-flexbox {margin: 0 auto;}
    .hofladen-item-1 {width:100%;order:1;}
    .hofladen-item-2 {width:100%;order:2;padding:0;display:flex;}
    .hofladen-item-3 {width:100%;order:4;padding:0;display:flex;}
    .hofladen-item-4 {width:100%;order:3;}
}

/* Seite Hofladen Öffnungszeiten */
.hofladenoeff-section {
    width:100%
}
.hofladenoeff-flexbox {
    display:flex;
    width:100%;
    max-width:1280px;
    justify-content:space-between;
    flex-wrap:wrap;
    margin:0 auto 2rem auto;
    align-items:stretch;
    padding:1rem;
}
.hofladenoeff-item-1 {
    width:47.5%;
    text-align:justify;
    margin-bottom: 2rem;
}
.hofladenoeff-item-2 {
    width:47.5%;
    text-align:end;
}
.oeffis {
    border:1px solid silver;
    width:100%;
    padding:1rem;
    margin:0 0 2rem 0
}
.oeffitab {width:50%;}
@keyframes karlsdreh {
	0% {	rotate: 0; 	}
	100% {	rotate: 1turn; 	}
}
.karldreht {
    max-width:100%;
    height:auto;
    border-radius:50%;
    animation: karlsdreh 6s linear infinite;
} 
@media screen and (max-width:640px) {
    .hofladenoeff-flexbox {margin:0 auto;padding:0;}
    .hofladenoeff-item-1 {width:100%;padding:1rem;}
    .hofladenoeff-item-2 {width:100%;padding:0;display:flex;}
    .hofladenoeff-item-2 img {margin:0 auto}
}

/* Seite Saal Feiern*/
.saalbilder-flexbox {
    display:flex;
    width:100%;
    justify-content:space-between;
    flex-wrap: wrap;
    margin:2rem auto;
}
.saalbild-item {
    width:31.5%;
    display:flex;
}
.caption {
    font-size:75%;
    font-weight:300;
    font-style: italic;
}
.saalbilder2-flexbox {
    display:flex;width:100%;
    justify-content:space-between;
    flex-wrap: wrap;
    margin:2rem auto;
}
.saalbild2-item {
    width:48.5%;
    margin-bottom:1rem;
}
@media screen and (max-width:640px) {
    .saalbild2-item {width:100%;margin-bottom:1rem;}
}

/* Termine / Veranstaltungskalender */
.sort {
    height:12px;
    width:auto;
}
.event-flexbox {
    display:flex;
    width:100%;
    justify-content:space-between;
    flex-wrap:wrap; 
    align-items:stretch; 
    background-color:#efefef;
    padding:10px;
    border-bottom: 1px solid #3d7e2d;
}
.event-flexbox-oben {
    display:flex;
    width:100%;
    justify-content:space-between;
    flex-wrap:wrap; 
    align-items:stretch; 
    background-color:#efefef;
    padding:10px;
    border-bottom: 1px solid var(--primary-color);
    border-top: 1px solid var(--primary-color);
}
.event-item-1 {
    width:35%; 
    font-weight:600;
    color:firebrick;
}
.event-item-2 {
    width:22.5%
}
.event-item-3 {
    width:22.5%
}
.event-item-4 {
    width:15%
}
.bgw {
    background:white;
} 
@media screen and (max-width:750px) {
.event-item-1 {width:100%}
.event-item-2 {width:100%}
.event-item-3 {width:100%}
.event-item-4 {width:100%}
.event-item-5 {width:100%}
.sort {display:none;}
}
.terminsection {
    max-width:800px;
}
.terminsection h1 {
    color:var(--primary-color);
    text-decoration: underline;
}
.neuertermin {
    margin:3em auto;
    max-width:800px;
}
.neuertermin h2 {
    font-weight:400;
    color:firebrick;
    border-bottom: 1px solid var(--primary-color);
    padding: 1rem 0;
}
.neuertermin h3 {
    font-weight:400;
}
.autor {
    font-style: italic;
    font-size:smaller;
    background-color:#f5f5f5;
    padding-left:5px;
}
.neuertermin p {
    text-align: left;
}
.neuertermin figure {
    max-width: 100%;
    height:auto;
    margin:1rem 0;
}
.neuertermin figcaption {
    font-style: italic;
    font-size:66%;
}
.neuertermin img {
    max-width: 100%;
    height:auto;
    border:0.5px solid silver;
}

/* Seite Aktuelles */
/* Flexbox umschließt ganze Seite */
.aktuelles-flexbox {
    display:flex;
    width:100%;
    justify-content:space-between;
    flex-wrap:wrap;
    margin:3em auto;
}
/* Flexitem mit den Einzelmeldungen */
.aktuelle-meldungen {
    width:65%;
    max-width:800px;
}
/* Flexitem mit den Terminen */
.aktuelle-termine {
    width:25%;
    margin:2em 0;
}
/* Box mit den Terminen */
.aktuelle-termine-box {
    padding:1em;
    border:1px solid silver;
    border-radius:5px;
    max-width:385px;
}
.aktuelle-termine-box h3 {
    color:#3d7e2d;
    font-weight:400;
    margin:0;
}
.aktuelle-termine-box ul {
    margin-left:-1em;
    list-style-type: square;
}
.aktuelle-termine-box img {
    max-width:100%;
    height:auto;
    margin:0 auto 1em auto;
}
/* Einzelne Meldungen */
.neuemeldung {
    margin:0 auto 3em auto;
}
.neuemeldung summary {
    background: #fafafa;
    border:0.5px solid silver;
    border-radius: 5px;
    padding:5px;
    cursor:zoom-in;
    font-size:smaller;
    max-width:120px;
    color:#3d7e2d;
    margin-bottom: 1em;
    text-align: center;
}
.neuemeldung h2 {
    font-weight:400;
    color:firebrick;
    border-bottom: 1px solid var(--primary-color);
    padding: 1rem 0;
}
.neuemeldung p {
    text-align: justify;
}
.neuemeldung figure {
    max-width: 100%;
    height:auto;
    margin:1em 0 0 0;
}
.neuemeldung figcaption {
    font-style: italic;
    font-size:66%;
}
.neuemeldung img {
    border: 0.5px solid silver;
}
.autormeldung {
    font-style: italic;
    font-size:smaller;
    background-color:#f5f5f5;
    padding-left:5px;
}
@media screen and (max-width:1200px) {
    .aktuelle-meldungen {width:100%}
    .aktuelle-termine {width:100%}
}
.quadrat {transform: rotate(3deg);width:175px;height:175px;animation: fadeup 1.5s;}
.fadeup {
    animation-name: fadeup;
    animation-duration: 1.5s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
}
@keyframes fadeup {
    from {transform:translate(100%, 100px);opacity: 0;}
    to {transform: translate(0%, 0);opacity: 1;}
}
@media screen and (max-width: 900px) {
    .quadrat {
        width:120px;
        height:120px;
    }
}

/* Seite Team */
.team {
    max-width:1320px;
    margin:0 auto;
    padding:1rem;
}
.bildreihe-flexbox {
    display:flex;
    width:100%;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
}
.bildreihe-item {
    width:32.5%;
    text-align:center;
}
.bildreihe-item img {
    max-width:100%;
    height:auto;
    margin:0 auto 1rem auto;
}
.teamtext {
    width:100%;
    max-width:1280px;
    margin:0 auto;
    background-color:#efefef;
    padding:1rem;
    text-align:justify;}
@media screen and (max-width: 999px) {
    .bildreihe-item img {
        margin:0 auto 0.5rem auto;
    }
}

/* Seite Historie */
.alterkossehof {margin:35px auto 25px auto;}
.alterkossehof2 {margin:35px auto 0 auto;}

/* Seite Anfahrt */
.anfahrt-flexbox {display:flex;width:100%;max-width:1280px;justify-content:space-between;align-items:stretch;flex-wrap:wrap;margin:0 auto;padding:20px;}
.anfahrt-item-1 {width:47.5%;padding:20px;background-color: #efefef;}
.anfahrt-item-2 {width:47.5%;text-align:end;}
.anfahrt-item-2 img {display:block}
@media screen and (max-width:640px) {
    .anfahrt-flexbox {padding:0;}
    .anfahrt-item-1 {width:100%;}
    .anfahrt-item-2 {width:100%;display:flex;} 
}
.responsive_map {
    position: relative;
    overflow: hidden;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
    max-width:1200px;
    margin:25px auto 0 auto;
    border:1px solid silver;
}
.responsive_map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*Footer*/
/*Footer*/
.footer {width:100%;background-color: #333;color:whitesmoke;font-size:1em;padding: 50px 0;}
.logo_unten {width:100%;text-align:center;padding:0 20px;}
.footer-flexbox {display:flex; flex-wrap: wrap; justify-content: space-between; max-width:1280px; margin:25px auto;align-items:stretch;}
.footer-item {width:23.5%;text-align:left;padding:1rem;margin-bottom:2rem;}
.vhslogo {background-color:#efefef;padding:5px;width:160px;height:70px;margin-top:10px;border-radius:3px;}
.vhs-logo {width:150px;max-width:100%; height:auto;}
.footerlink {margin:0;border-bottom:0.5px solid #AFAFAF;padding:5px 0;}
.footerlink a {font-size:1em;color:whitesmoke;text-decoration:none;}
.footerlink a:visited a:active {font-size:1em;color:whitesmoke;text-decoration:none;}
.footerlink a:hover {color:var(--tertiary-color);text-decoration:none;}
.telefonmail {color:whitesmoke; text-decoration:none;}
@media screen and (max-width:1020px) {
    .footer-flexbox {width:75%}
    .footer-item {width:48%;border:0;margin-bottom:0;}
    .footerlink a {font-size:0.85em;}
    .vhslogo {background-color:whitesmoke;padding:5px;width:135px;height:60px;}
    .vhs-logo {width:125px;height:50px;}
}
@media screen and (max-width:520px) {
    .logo_unten {text-align:left;}
    .footer-flexbox {width:100%}
    .footer-item {width:100%;padding:0 20px;}
    .footer-item:nth-child(1) {margin:0 auto 25px auto;}
    .footer-item:nth-child(2) {margin:0 auto 25px auto;}
    .footer-item:nth-child(3) {margin:0 auto;}
    .footer-item:nth-child(4) {margin:0 auto;}
    .footerlink a {font-size:0.85em;}
}
.copyright {font-size:66%;text-align: center;}
a.author {text-decoration: none; color:var(--tertiary-color);border-bottom:1px dotted gold;}
a.author:hover {color:gold; border-bottom:0;}
a.sonderlink {text-decoration:none;color:var(--tertiary-color);}
a.sonderlink:hover {text-decoration:none;color:gold; border-bottom:1px dotted var(--tertiary-color);font-weight:500;}
/*Footer*/
/*Footer*/
