/* playfair-display-regular - latin */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/playfair-display-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/playfair-display-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/playfair-display-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/playfair-display-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/playfair-display-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/playfair-display-v30-latin-regular.svg#PlayfairDisplay') format('svg'); /* Legacy iOS */
}

* {
  box-sizing: border-box;
}

.filter-chips, .radio-chips {
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  justify-content: center;   /* ← jetzt mittig */
  margin-bottom: 25px;
}

/* echtes input verstecken */
.chip input {
  display:none;
}

/* der sichtbare Button */
.chip span {
  display:block;
  padding:10px 16px;
  border-radius:999px;
  background:#f5f5f7;
  border:1px solid #ddd;
  cursor:pointer;
  font-weight:600;
  font-size:14px;
  transition: all .2s ease;
}

/* hover */
.chip span:hover {
  border-color:#AE67AB;
}

/* aktiv (checked) */
.chip input:checked + span {
  background:#AE67AB;
  color:#fff;
  border-color:#AE67AB;
  box-shadow:0 4px 12px rgba(0,0,0,.2);
}

/* echtes Radio verstecken */
.chip input {
  display:none;
}

.form-submit {
  margin: 5px 0 0 0;
  border-radius: 100px;
    background:#AE67AB;
  color:#fff;
  border-color:#AE67AB;
  width: 100%;
  font-size: 20px;
}


BODY {
	margin: 0;
	padding: 0;
  font-family: 'Playfair Display';
	font-size: 15px;
	color: #575756;
  text-align: center !important;

  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#9b9b9b+0,000000+100&0.65+0,0+100 */
background: linear-gradient(to bottom,  rgba(155,155,155,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

 .tip_beschreibung {
 display: none;
 position: absolute;
 top: 0px;
 left: -250px;
width: 250px;
background-color: #dedede;
padding: 20px;
 z-index: 10000;
 }
 .tip {
 position:relative;
 }
 .tip:hover .tip_beschreibung,
 .tip_beschriebung:hover {
 display: block;
 }

.online-galerie_suche SELECT {
  width: 100%;
  padding: 10px;
}

.online-galerie_suche_breite_4 INPUT {
  width: 100%;
  padding: 10px;
}

.online-galerie_suche {
height: 140px;
display:inline-block;
vertical-align: top;
margin: 0 10px 10px 0;
padding: 10px;
}

.online-galerie_suche_breite_1 {
  width: 100%;
  max-width: 200px;
  border: 2px dotted #888888;
}

.online-galerie_suche_breite_2 {
  width: 100%;
  max-width: 300px;
  border: 2px dotted #888888;
}

.online-galerie_suche_breite_3 {
  width: 100%;
  max-width: 300px;
  border: 2px dotted #888888;
}

.online-galerie_suche_breite_4 {
  width: 100%;
  max-width: 890px;
text-align: center;
height: auto;
padding: 0px;
}

.bilder_li {
  margin: 0 5px 15px 0;

  border-radius: 20px;
  background: #fff;

  border: 1px solid #eee;

  box-shadow:
    0 6px 15px rgba(0,0,0,0.06),
    0 12px 30px rgba(0,0,0,0.08);

  transition: all .25s ease;

text-align: center;
}

.bilder_li_spalte_1 {
  font-size: 20px;
  padding: 5px 0 0 0;
}

.bilder_ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* ← 2 Spalten auf Mobile */
  gap: 15px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.bilder_li:hover {
  border-color: #AE67AB;
}

.bilder_li img {
  width: 100%;
  height: auto;
  display: block;
}

.dino UL {
margin: 0;
padding: 0;
}

.dino LI {
list-style-type: none;
float: left;
padding: 10px;
margin: 0 4px 5px 0;
text-align: center;
border: 1px solid #444444;
}



.vorschaubild_kachel UL {
	list-style-type: none;

}

.vorschaubild_kachel LI {
	margin: 0 20px 20px 0;
	width: 100%;
}

.hg {
	background-image: url('../images/hg.jpg');
	background-position: center top;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.captcha_meldung {
	margin: 0 0 0 0;
	background-color: #ffffff;
	width: 100%;
	max-width: 400px;
	height: 120px;
	width: 100%;
	position: absolute;
	top: 70px;
	left: 20px;
		color: #575756;
	padding: 20px 0 0 0;
}

.inhaltsmarker {
	position: absolute;
	top: 50%;
	left: 0;
}

.ansprechpartner_div IMG,
.ansprechpartner_div_last IMG {
	border-radius: 50px;
	width: 270px;
}

.ansprechpartner_div,
.ansprechpartner_div_last {
	float: left;
	width: 310px;
	margin: 0 20px 0 0;
}

.ansprechpartner_div_last {
	border-right: 0;
}

.iframe {
	background-color: #5a646b;
}

.rotate-prev {
	display: none;
}

#slideImg {
	position: relative;
	padding: 0;
	margin: 0;
}

#slideImg ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#slideImg li {
	float: left;
	padding: 0;
	margin: 20px 40px 0 0;
}

.presse_tab {
	border: 1px solid #444444;
	width: 100%;
	max-width: 290px;
	float: left;
	padding: 10px;
	margin: 0 20px 20px 0;
	text-align: center;
	height: 200px;
}

.partner_tab {
	border: 1px solid #444444;
	width: 100%;
	max-width: 290px;
	float: left;
	padding: 10px;
	margin: 0 20px 20px 0;
	text-align: center;
	height: 160px;
}

.zwischenraum_content {
	height: 200px;
}

.bild_rund {
	border-radius: 50px;
}

.bild_rund IMG {
	border-radius: 50px;
}

.spalte_halb {
	width: 50%;
	float: left;
	padding: 0;
}

.spalte_drittel {
	width: 33%;
	float: left;
	padding: 0;
}

.spalte_drittel H2 {
  text-align: center;
}

.spalte_halb_top_left {
	width: 100%;
	max-width: 480px;
	float: left;
	margin: 0;
	padding: 0;
	text-align: left;
}

.spalte_halb_top_right {
	width: 100%;
	max-width: 480px;
	float: left;
	margin: 0;
	padding: 0;
	text-align: right;
}

.spalte_zweidrittel {
	width: 64%;
	float: left;
	margin: 0 0 0 10px;
}

.spalte_eindrittel {
	width: 31%;
	float: left;
		margin: 0 0 0 10px;
}

.spalte_einviertel {
	width: 100%;
	max-width: 210px;
	float: left;
	margin: 0 40px 0 0;
}

.spalte_einfuenftel {
	width: 100%;
	max-width: 160px;
	float: left;
	margin: 0 40px 0 0;
}

#karte2 {
	width: 100%;
	height: 500px;
}

#karte {
	width: 100%;
	height: 200px;
}

.global {
	max-width: 950px;
	margin: 0 auto;
	padding: 0 15px;   
}

.top {
	margin: 0;
	padding: 0;
	width: 100%;
	z-index: 5000;
	background-color: #ffffff;
	opacity: 0.9;
	position: fixed;
	border-bottom: 5px solid #e6e7e8;
	box-shadow: 0 0 20px #444444;
}



.logo {
	margin: 0;
	padding: 10px 20px 30px 10px;
	z-index: 6000;
}

.logo IMG {
	width: 100%;
  max-width: 450px;
}

.slideshow {
	margin: 0;
	width: 100%;
	padding: 0;
	position: relative;
}

.slideshow_insert {
	padding: 0;
	margin: 0;
}

h1 {
	color: #508bcd;
	width: 100%;
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	width: 100%;
	text-align: left;
	hyphens: auto;
	border-bottom: 3px dotted #999999;
}

h2 {
	color: #333333;
	margin: 0;
	padding: 0 0 15px 0;
	font-size: 15px;
}

.spalte_startseite {
	width: 220px;
	margin: 0 10px 10px 0;
	text-align: left;
	float: left;
	font-size: 12px;
}

.spalte_startseite IMG {
	width: 200px;
	height: 150px;
}

.menue {
	margin: 0;
	padding: 0;
	background-color: #508bcd;
	background-image: linear-gradient(to top, #548ecf, #5995d9)
	/* background:#FFFFFF;
background:rgba(255, 255, 255, 0.5);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#70ffFFff,endColorstr=#70FFffff); */
}

.menue_ul {
	margin: 0;
	padding: 10px 0 0 0;
	list-style-type: none;
}

.clear {
	clear: left;
}

.clear_right {
	clear: right;
}

.sticky .menue_ul {
	padding: 10px 0 0 0;
}

.sticky a.menue_a {
	font-size: 13px;
	height: 18px;
}

a.highlink_a:link,
a.highlink_a:visited {
	color: #ffffff;
	text-decoration: none;
	background-color: #508bcd;
	background-image: linear-gradient(to top, #548ecf, #5995d9);
  padding: 5px;
  border-radius: 2px;
}

a.highlink_a:hover,
a.highlink_a:focus,
a.highlink_a:active {
	color: #ffffff;
}

a.menue_a {
	padding: 0 40px 15px 15px;
	display: blocK;
	height: 25px;
	font-size: 18px;
}

a.menue_a:link,
a.menue_a:visited {
	color: #ffffff;
	text-decoration: none;
}

a.menue_a:hover,
a.menue_a:focus,
a.menue_a:active {
	color: #ffffff;
}

a.menue_a_a {
	line-height: 1;
}

a.menue_a_a:link,
a.menue_a_a:visited {
	color: #ffffff;
	text-decoration: none;
}

a.menue_a_a:hover,
a.menue_a_a:focus,
a.menue_a_a:active {
	color: #ffffff;
}


/* Navigation */

.Navigation {}

.Navigation a {
	text-transform: uppercase;
	text-decoration: none;
}

.Navigation li {
	float: left;
	position: relative;
}

.Navigation li li {
	float: none;
}

.Navigation li li a {
	padding: 5px 15px 5px 15px;
	display: block;
}

.Navigation li:hover .NavigationSpacer {
	display: block;
}

.Navigation ul {
	list-style-type: none;
}

.Navigation ul ul {
	padding: 0 15px 15px 15px;
}

.sticky .NavigationSpacer {
	top: 35px;
}

.NavigationSpacer {
	position: absolute;
	left: -15px;
	top: 45px;
	font-size: 12px;
	background-color: #508bcd;
	display: none;
	padding: 11px 0 0 0;
	z-index: 5005;
	text-align: left;
	min-width: 210px;
	margin: 5px 0 0 0;
	box-shadow: 0px 20px 20px #666666;
}

.menue_li_1,
.menue_li_2,
.menue_li_3 {
	margin: 0;
	padding: 10px 0 0 0;
	float: left;
}

.menue_li_4 {
	padding: 0;
	width: 120px;
	padding: 5px 0 0 0;
	float: left;
}

.menue_li_4 IMG {
	height: 25px;
	padding: 0;
	margin: 0 10px 0 0;
}

.sticky .menue_li_4 IMG {
	height: 20px;
}

.sticky .logo IMG {
	height: 50px;
}

.clear {
	clear: left;
}

HR {
	padding: 0;
	margin: 20px 0 20px 0;
	border-top: 1px solid #888888;
	clear: left;
}

TABLE,
TD,
TR {
	padding: 0 20px 0 0;
	vertical-align: top;
	border: 0;
}

INPUT,
TEXTAREA,
SELECT {
	padding: 10px;
	border: 1px solid #000000;
	margin: 0 10px 10px 0;
}

a {
	line-height: 1;
}

a:link,
a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #000000;
	text-decoration: underline;
}

IMG {
	border: 0;
}

.content {
	margin: 0 0 60px 0;
	padding: 0 0 0 0;
	width: 100%;
	max-width: 1050px;
	box-shadow: 10px 10px 20px #222222;
	background-color: #ffffff;
	color: #666666;
	z-index: 600000;
}

.content_insert {
	margin: 0;
	padding: 20px;
	text-align: left;
}

.bild_links {
	float: left;
	margin: 0 15px 15px 0;
}

.bild_rechts {
	float: right;
	margin: 0 0 15px 15px;
}

.termin {
	width: 100%;
	background-image: linear-gradient(to top, #999999, #b2b2b2)
}

.termin_insert {
	margin: 0;
	padding: 25px 0 25px 0;
	width: 100%;
	color: #FFFFFF;
	font-size: 22px;
}

.termin_insert IMG {
	height: 60px;
}

a.termin_a {
	line-height: 1;
	font-size: 30px;
}

a.termin_a:link,
a.termin_a:visited {
	color: #ffffff;
	text-decoration: none;
}

a.termin_a:hover,
a.termin_a:focus,
a.termin_a:active {
	color: #ffffff;
}

.footer {
	width: 100%;
	z-index: 20;
  font-size: 20px;
}

.footer_insert {
	margin: 0;
	padding: 25px 0 25px 0;
	width: 100%;
}

.footer_tab_1,
.footer_tab_2,
.footer_tab_3 {
	padding: 0 15px 0 0;
	margin: 0 25px 0 0;
	float: left;
	text-align: left;
}

.footer_tab_1 {
		width: 100%;
max-width: 210px;
}

.footer_tab_2 {
	width: 100%;
max-width: 440px;
}

.footer_tab_3 {
		width: 100%;
max-width: 200px;
}

.footer_tab_3 UL {
	margin: 0 0 0 20px;
	padding: 0;
}

.footer_tab_3 UL LI {
	margin: 0;
	padding: 0;
}

.footer_tab_last {
		width: 100%;
max-width: 80px;
	padding: 0;
	margin: 0;
	float: left;
}

.footer_tab IMG {
	width: 140px;
}

.footer_tab_last IMG {
	width: 60px;
}

a.footer_a {
	line-height: 1;
}

a.footer_a:link,
a.footer_a:visited {
	color: #ffffff;
	text-decoration: none;
}

a.footer_a:hover,
a.footer_a:focus,
a.footer_a:active {
	color: #ffffff;
}

.footer_ul {
	margin: 0;
	padding: 0
}

.footer_li {
	margin: 0;
	padding: 0;
}