body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul,.content-gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li,.content-gallery>ul li{float:left}.ce_gallery>ul li.col_first,.content-gallery>ul li.col_first{clear:left}.float_left,.media--left>figure{float:left}.float_right,.media--right>figure{float:right}.block{overflow:hidden}.media{display:flow-root}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.aspect,.responsive{position:relative;height:0}.aspect iframe,.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.aspect--16\:9,.responsive.ratio-169{padding-bottom:56.25%}.aspect--16\:10,.responsive.ratio-1610{padding-bottom:62.5%}.aspect--21\:9,.responsive.ratio-219{padding-bottom:42.8571%}.aspect--4\:3,.responsive.ratio-43{padding-bottom:75%}.aspect--3\:2,.responsive.ratio-32{padding-bottom:66.6666%}
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;-webkit-transform:translate3d(0,0,0)}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url(../../assets/colorbox/images/loading.gif) no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0 0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url(../../assets/colorbox/images/controls.png) no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
/* ----------------------------------------------
 * Generated by Animista on 2024-12-22 16:49:44
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation heartbeat
 * ----------------------------------------
 */
 .heartbeat:hover {
	-webkit-animation: heartbeat 1.5s ease-in-out both;
	        animation: heartbeat 1.5s ease-in-out both;
}

@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

/* Grundlegendes Styling für das Navigationsmenü */
.mod_navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #1e1e1e;
  padding: 15px 0;
  z-index: 1000;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  overflow: visible;
  transition: all 0.3s ease-in-out;
}

/* Navigation Liste */
.mod_navigation ul {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  opacity: 0; /* Startzustand für Animation */
  transform: translateY(-20px); /* Initiale Position */
  animation: slideIn 0.5s forwards; /* Animation beim Laden */
}

/* Menüeinträge */
.mod_navigation li {
  position: relative;
  padding: 0 20px;
  opacity: 0;
  transform: translateY(10px); /* Startpunkt der Animation */
  animation: fadeIn 0.3s forwards; /* Animation für jedes Listenelement */
  animation-delay: 0.1s; /* Verzögerung für jedes Listenelement */
}

/* Links im Menü */
nav li>* {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 12px 18px; /* Größerer Innenabstand für das kantige Design */
  border-radius: 0px; /* Kantige Ecken */
  border: 2px solid transparent; /* Transparentes Border, wird später bei Hover sichtbar */
  transition: background-color 0.3s ease, transform 0.3s ease, letter-spacing 0.2s ease, border-color 0.3s ease;
  display: block;
}

/* Hover-Effekte für Menüpunkte */
.mod_navigation a:hover {
  background-color: #007502;
  transform: scale(1.1); /* Vergrößern bei Hover */
  letter-spacing: 3px; /* Vergrößerter Buchstabenabstand */
  border-color: #007502; /* Färbt den Rand bei Hover */
}

/* Aktiver Menüpunkt */
.mod_navigation .active strong, .mod_navigation .trail:first-child, li .active * {
  font-weight: 700;
}

/* Styling für Untermenüs */
.level_2 {
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #1e1e1e;
  display: none; /* Untermenü standardmäßig unsichtbar */
  border-radius: 4px;
  padding: 10px;
  margin: 0;
  list-style: none;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Untermenü-Einträge */
.level_2 li {
  padding: 8px 15px;
}

.level_2 li a {
  color: #fff;
  text-decoration: none;
  display: block;
}

/* Hover-Effekt für Untermenüpunkte */
.level_2 li a:hover {
  background-color: #007502;
}

.submenu .level_2 {
	display: none;
}
/* Sichtbares Untermenü bei Hover */
.submenu:hover .level_2 {
  display: block; /* Untermenü wird sichtbar */
  opacity: 1;
  transform: translateY(0); /* Untermenü wird eingeblendet */
  transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Hamburger Menü (nur auf mobilen Geräten) */
.hamburgermenu {
  display: none;
}

/* Desktop-Navigation */
.desktopnavigation {
  display: flex;
  justify-content: right;
}

/* Animation für das Navigationsmenü */
@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Animation für jedes Menüelement */
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.mobilnav {
	display: none;
}
/* Mobile Optimierung */

/* Hamburger Menü sichtbar ab einer Breite von 768px */
@media (max-width: 768px) {
	.mod_navigation {
		height: 80px;
	}
  .mod_navigation .desktopnavigation {
    display: none; /* Desktop-Navigation ausblenden */
  }
  #hamburger svg {
  stroke-width: 3;
  stroke: #fff;
  stroke-linecap: round;
  width: 40px;
  position: fixed;
  left: 20px;
  top: 20px;
}

  .mod_navigation .hamburgermenu {
    display: block; /* Hamburger Menü anzeigen */
  }
  .mobilnav.open {
	  display: block;
  }
  .mobilnav.open {
  display: flex;
  background: #000;
  margin-top: 60px;
}
.mobilnav.open ul {
  display: block;
}
.mobilnav .submenu .level_2 {
	display: block;
	position: relative;
	background: none;
}


}

.logo_container a {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    padding: 15px;
    background-color: var(--dark);
    width: 300px;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 0 10px #000;
}
.logo_container img {
  width: auto;
  height: 100%;
}
/* CSS Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    height: 100%;
    width: 100%;
    font-size: 100%;
    line-height: 1.6;
    font-family: sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	scroll-behavior: smooth;
}

p {
	font-size: 1rem;
}

img, picture, video, canvas, svg {
    display: block;
    max-width: 100%;
}

input, button, textarea, select {
    font: inherit;
}

a {
    text-decoration: none;
    color: inherit;
}

ul, ol {
    list-style: none;
}

p a {
    font-weight: 600;
}

/* Import der Schriftart Goli */
@font-face {
    font-family: 'Goli';
    src: url('../../files/./fonts/otf/Goli-Regular.otf') format('opentype'),
         url('../../files/./fonts/ttf/Goli-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Goli';
    src: url('../../files/./fonts/otf/Goli-Bold.otf') format('opentype'),
         url('../../files/./fonts/ttf/Goli-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Goli';
    src: url('../../files/./fonts/otf/Goli-Light.otf') format('opentype'),
         url('../../files/./fonts/ttf/Goli-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Goli';
    src: url('../../files/./fonts/otf/Goli-Medium.otf') format('opentype'),
         url('../../files/./fonts/ttf/Goli-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Goli';
    src: url('../../files/./fonts/otf/Goli-Semibold.otf') format('opentype'),
         url('../../files/./fonts/ttf/Goli-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
:root {
  --primary: #333;
  --dark: #1e1e1e;
}
#header {
  background-color: #333;
  display: flex;
  align-content: center;
  justify-content: center;
}
#header .inside {
	width: 100%;
	height: 100%;
}
#headercontainer {
  position: relative;
  width: 100%;
  padding-top: 100px;
}
#logo {
	width: 80%;
	z-index:1;
}

#sublogo {
	z-index:2;
	color: #fff;
	text-align: center;
	flex: 1 1 auto;
	max-width: inherit;
}
#sublogo p {
	font-size: 1.8vw;
}
#hirsch {
  position: absolute;
  left: -100px;
  top: 0;
  right: 85%;
  bottom: 0;
  z-index:0;
}

#logo figure, #logo img, #hirsch figure, #hirsch img  {
	width: auto;
	height: auto;
	object-fit: cover;
	max-height: 100%;
	display: flex;
  justify-content: center;
  align-items: center;
}
#main .inside {
	margin-top: 8ch;
}
body {
    font-family: 'Goli', sans-serif;
    background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)),url(/files/imgs/sh_background.jpeg) no-repeat center center;
	background-size: 120vw 120vh;
	background-attachment: fixed;


}
h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    font-weight: bold;
}
/* Container-Stil */
.mod_article.block {
	padding: 30px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: start;
	flex-wrap: wrap;
	gap: 5ch;
}
.mod_article.block:first-child {
    margin-top: 50px;
}

/* Überschrift */
.mod_article.block h2 {
    font-size: 2rem; /* Größere Schrift für die Überschrift */
    color: #333; /* Dunkles Grau */
    margin-bottom: 20px; /* Abstand zum Text */
	
}

.mod_article .content-text, #main .ce_form.block {
	max-width: 70ch;
}
h1, h2, h3, h4, h5 {
	text-align: center;
}
/*
#profile h1, #profile hero, #profile hero3, #profile hero4, #profile h5,
.hero h1, .hero h2, .hero h3, .hero h4, .hero h5 {
	text-align: left;
}
*/

.content-text ul {
  list-style: disc;
  padding-left: 15px;
}

/* Container für die Öffnungszeiten */
.backgroudfrontdesk {
    padding: 50px;
    background: url(/files/imgs/frontdesk.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
    display: flex;
	justify-content: center;
	text-align: center;
}
.backgroudfrontdesk .content-text {
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Dezenter Schatten */
	background-color: #eaeaea;
	border-radius: 10px;
	padding: 20px;
	width: 70ch;
}
/* Überschrift */
.backgroudfrontdesk h2 {
    font-size: 2rem;
    margin-bottom: 15px;
    color: #333; /* Dunkles Grau für Kontrast */
}

/* Textinhalt */
.backgroudfrontdesk .rte p {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #555; /* Mittleres Grau für Text */
    margin: 0;
}

/* Zusätzliche Stile für Zeitangaben */
.backgroudfrontdesk .rte p br {
    line-height: 2.2; /* Abstand zwischen Zeilen vergrößern */
}

/* Footer Grundlayout */
#footer {
    background-color: #333;
    color: white; /* Weißer Text */
    padding: 40px 20px; /* Innenabstand */
    text-align: center; /* Standardzentrierung */
}

/* Innencontainer für die Inhalte */
#footer .inside {
    display: flex; /* Flexbox für Layout */
    flex-wrap: wrap; /* Zeilenumbruch bei kleineren Bildschirmen */
    justify-content: space-between; /* Gleichmäßige Verteilung */
    max-width: 1200px; /* Begrenzte Breite */
    margin: 0 auto; /* Zentrierung */
    gap: 20px; /* Abstand zwischen den Spalten */
}

/* Spaltenstil */
#footer .content-text {
    flex: 1; /* Jede Spalte nimmt gleichmäßig Platz ein */
    min-width: 250px; /* Mindestbreite für jede Spalte */
    padding: 10px;
}

/* Überschriftstil */
#footer h2 {
    font-size: 1.5rem; /* Größere Überschrift */
    margin-bottom: 10px; /* Abstand zum Inhalt */
}
#footer a {
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

.mod_article .content-text.btn {
	flex: 1 1 100%;
	display: flex;
	justify-content: center;
}
/* Basis Button */
button {
    display: inline-block;
    background-color: #007502; /* Primäre Farbe */
    color: white; /* Weißer Text */
    padding: 12px 24px; /* Innenabstand */
    font-size: 1.1rem; /* Schriftgröße */
    font-weight: bold; /* Fettgedruckter Text */
    text-align: center; /* Zentrierter Text */
    text-decoration: none; /* Kein Unterstrich */
    border: none; /* Keine Ränder */
    border-radius: 5px; /* Runde Ecken */
    position: relative;
    overflow: hidden; /* Verhindert, dass Animationen den Buttonbereich überschreiten */
    letter-spacing: 0px; /* Keine Buchstabenabstände */
    transition: all 0.3s ease-in-out; /* Allgemeine Übergänge */
    cursor: pointer;
    margin: 20px;
}

/* Hover- und Active-Effekte */
button:hover,
button:active {
    letter-spacing: 5%; /* Vergrößerter Buchstabenabstand bei Hover */
}

/* Hinzufügen von "after" und "before" für Animationen */
button:after,
button:before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background-color: #fff; /* Weiße Linie */
    transition: width 0.3s ease-in-out; /* Übergangseffekt */
    left: 50%;
    bottom: 0;
    transform: translateX(-50%); /* Zentrieren der Linie */
}

/* Hover-Animation für die Linien */
button:hover:before,
button:hover:after {
    width: 70%; /* Breite der Linie bei Hover */
}

/* "before" Linie oben */
button:before {
    top: 0; /* Position der Linie oben */
    bottom: auto; /* Deaktiviert die untere Position */
}

/* "after" Linie unten */
button:after {
    bottom: 0; /* Position der Linie unten */
    top: auto; /* Deaktiviert die obere Position */
}

/* Fokus-Effekt für Tastatur-Navigation */
button:focus {
    outline: none; /* Entfernt den Standardfokusrahmen */
}

/* Weitere Effekte, um die Animation zu verbessern */
button:hover {
    transform: scale(1.05); /* Leichtes Vergrößern des Buttons */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Schattierung */
}

.mod_article.block:first-child:not(.banner) {
    margin: 0;
    padding: 0;
}
.banner + #logo {
    position: absolute;
    top: 0;
    height: 380px;
    left: 0;
    right: 0;
    width: auto;
}
.banner {
  flex: 0 1 100vw;
  margin: 0 -100px;
}
.banner figure {
  height: 40vh;
}
.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inside {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  
}
.inside>* {
  flex: 1 1 100%;	
}
.inside .hero {
  flex: 1 1 565px;
  margin: 40px;
  border-radius: 10px;
  box-shadow: 0 0 10px;
  background: linear-gradient(0deg, rgba(114,114,114,0.5) 0%, rgba(175, 191, 164, 0.5) 100%);
}
@media (max-width: 768px) {
	.hero {
  flex: 1 1 100%;
	}
}

.hero {
  flex: 1 1 200px;
}
.hero .content-text figure {
	margin: 0 auto;
}
.hero p, #profile p {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.hero .content-text {
	width: 200px;
}
.hero .content-text figure, #main .content-text figure {
  border-radius: 50%;
  overflow: hidden;
  height: 200px;
  width: 200px;
  margin: 0 auto;
}

.hero .content-text.media figure img, #main .content-text.media figure img, #kuenstleruebersicht img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.hero .content-gallery {
  flex: 1 1 50%;
}
#kuenstleruebersicht a {
  display: flex;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#kuenstleruebersicht a:hover {
  transform: scale(1.05); /* Leichtes Zoomen bei Hover */
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

#profile .content-text {
  flex: 1 1 min-content;
}
#profile .content-gallery {
  flex: 1 1 60%;

}

.content-gallery {
	width: 100%;
    max-width: 70%;
}
/* Galerie Container */
.content-gallery ul  {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px; /* Abstand zwischen den Bildern */
    margin: 0;
    padding: 0;
    list-style: none; /* Entfernt Standard-Listendekoration */
    grid-auto-rows: auto; /* Stellt sicher, dass die Zeilenhöhe automatisch angepasst wird */
}


.content-gallery ul  li {
    list-style: none;
    overflow: hidden;
    border-radius: 8px; /* Runde Ecken */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Leichter Schatten */
    display: flex;
	height: 200px;
}

/* Bilder */
.content-gallery ul  figure {
    margin: 0;
    padding: 0;
    width: 100%; /* Bildcontainer füllt den gesamten zur Verfügung stehenden Raum */
}

.content-gallery ul  img {
    display: block;
    width: 100%; /* Bild nimmt 100% der Breite seines Containers ein */
    height: 100%; /* Bild nimmt 100% der Höhe seines Containers ein */
    object-fit: cover; /* Verhindert, dass Bilder verzerrt werden, passt sie aber richtig in den Container ein */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Animation für Hover-Effekt */
}

.content-gallery ul  img:hover {
    transform: scale(1.05); /* Leichtes Zoomen bei Hover */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); /* Intensiverer Schatten bei Hover */
}

.ce_form.block {
  flex: 1 1 100%;
}

.formbody {
  display: flex;
  flex-direction: column;
  margin: 20px auto;
  padding: 20px;
  border-radius: 20px;
  background-color: #1a1a1a;
  box-shadow: 0 0 10px #aaa;
  transition: 0.3s ease;
  max-width: 70ch;
  color: #fff;
}
.formbody:hover {
	box-shadow: 0 0 20px #aaa;
}

.formbody > div {
  display: grid;
  grid-template-columns: 100px minmax(0px, 100%);
  gap: 10px;
  text-align: left;
}

.widget.widget-submit * {
  grid-column: 1 / span 2;
  margin: 0;
  margin-top: 30px;
}
:target::before {
    content: ""; /* Leeres Element */
    display: block;
    height: 80px; /* Höhe des Offsets, passend zum Header */
    margin-top: -80px; /* Gleicher negativer Wert wie die Höhe */
}
[id] {
    scroll-margin-top: 80px;
}
#article-28 {
    margin-top: 10ch;
}

#main #bestaetigungsseite .content-text figure {
	height: inherit;
}
.mod_newslist {
    display: grid
;
    grid-template-columns: repeat(3, minmax(300px, 500px));
    gap: 100px;
    max-width: 80%;
}
.mod_newslist figure, .mod_newsreader figure {
    width: 100%;
    aspect-ratio: 1 / 1;
    margin: 20px 0;
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid;
}
.mod_newslist img, .mod_newsreader img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
