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

/*@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,300;0,400;0,500;1,300&display=swap');*/

/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');*/

/*@import url('https://barnetta.ch/style/fonts/montserrat-font.woff2');*/

/* montserrat-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url('../style/fonts/montserrat-v25-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../style/fonts/montserrat-v25-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('../style/fonts/montserrat-v25-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('../style/fonts/montserrat-v25-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('../style/fonts/montserrat-v25-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


:root {
    
    --akzentfarbe: #900D0D; /*Rote Akzente*/ 
    
    --heback: rgba(255, 255, 255, 0.94); /*Header Hintergrundfareb  0.97 */
    --hetext: #464646;
    
    --logotext: #464646;
    --logolinie: var(--akzentfarbe);
    
    --foback: rgb(250, 248, 248);/*Footer Hintergrundfareb*/
    --fotext: var(--hetext);
    --fotextakzent: var(--akzentfarbe);
    
    --inback: rgb(250, 250, 255);/*Inhalt Hintergrundfareb*/
    --inakzent: var(--akzentfarbe);
    --intext: rgb(40,30,30);
    
    /*--ovfarbe: rgba(20, 5, 5, 0.9);/*Overlay Farbe */
    --ovfarbe: rgba(10, 5, 5, 0.9);/*Overlay Farbe */
    --ovtext: rgb(250, 250, 255);
    --hoverfa: #900D0D; /*Hover Farbe*/

    --backcolorA: ; 
}

hr {
    color: var(--akzentfarbe);
    background: var(--akzentfarbe);
    margin-top: 12px;
    margin-bottom: 20px;
  height: 2px;
  border: none;
}

.centerpfeil{
    position: relative;
    bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pfeil {
    margin: 0;
    padding: 0;
    display: block;
    width: 40px;
    color: var (--intext);
    font-size: 30px;
    text-align: center;
    /*border-color: var (--intext);*/
    border-style: solid;
    border-width: 2px;
    background-color: var (--foback);
    border-radius: 5px;
}
/*@media (prefers-color-scheme: dark) {/*https://css-tricks.com/a-complete-guide-to-dark-mode-on-the-web/  Darkmode*/
    
   /* :root {
    --footertextfarbe: #ccc; /*  var(--footertextfarbe)  */
   /* --footertextfarbehover: #900D0D; /*  var(--footertextfarbehover)  */   
    /*--overlayfarbe: rgba(20, 25, 25, 0.9); /*  var(--footertextfarbehover)  */ 
	/*--schriftfarbesw: rgb(240,230,230);/* normale schwarze Schriftfarbe */
    /*--Linienfarbe: #8A0829;
       /* --Linienfarbe: blue;*/
    /*--footertextfarbehover: var(--Linienfarbe);
    --background: rgb(15, 15, 15);
    --headerback: rgba(2,2,2,0.97);
        --footerback: rgb(40,40,60);}
    
    /*body {
        background: rgb(5, 5, 5);
    }
    
    footer{
    background-color: rgb(20,0,0);
    }
    
    .impressum .but-impressum, .geschichte .but-impressum, .kontakt .but-impressum{
        background: rgba(240,240,240,0.05);}
  /* Dark theme styles go here 
}*/

*{
  margin: 0;
  padding: 0;
  text-decoration: none;
    /*font-family: "Source Sans Pro", sans-serif;*/
    font-family: "Montserrat", sans-serif;
  box-sizing: border-box;
}

*, *::after, *::before {/*ist mit der Navigation dazu gekommen*/
  box-sizing: border-box;
}

body { -webkit-hyphens: auto; -moz-hyphens: auto; -ms-hyphens: auto; hyphens: auto; } /*Automatische Bindestich Silbentrennung */

h1 { font-size: 40px; font-size: 2.1rem; line-height: 1.3; }/*font-size: 2.5rem*/
h2 { font-size: 32px; font-size: 1.9rem; line-height: 1.3; }
h3 { font-size: 24px; font-size: 1.5rem; line-height: 1.3; }
h4 { font-size: 16px; font-size: 1.2rem; line-height: 1.5; margin-bottom: 12px; font-weight: 400; }/* line-height: 1.7; */
p { font-size: 16px; font-size: 1rem; line-height: 1.5; margin-bottom: 12px; font-weight: 500; }/* line-height: 1.7; */
p:last-child { margin-bottom: 0;}

h1, h2, h3, h4, h5, h6, p, a {
	color: var(--intext);
}

p, h2 {
    font-weight: 400;
}

a:hover {
  color: var(--hoverfa);
}

/*
a.anchor {
  padding-top: 40px;
  margin-top: -40px;
  display: inline-block;
  vertical-align: top;
}
*/
/*
[id]::before {
  content: '';
  display: block;
  height:      75px;
  margin-top: -75px;
  visibility: hidden;
}
*/
/*
a[id]::before {
  content: '';
  display: block;
  height: 150px;
  margin: -30px 0 0;
}
*/
/*
#pflegehinweise{
  margin-top: -250px;
  padding-top: 250px;
}
*/
/*
.anchor{
  padding-top: 60px;
  margin-top: -60px;
  display: table-caption;
}

https://www.google.com/search?q=html+id+link+offset&rlz=1C1NHXL_deCH710CH710&oq=html+id+link&aqs=chrome.1.69i57j0i22i30l9.10128j0j7&sourceid=chrome&ie=UTF-8

*/
.article h1, .article h2, .article h3,
.detail h2, .detail h3{
position: relative;
    font-weight: 400;
    margin-bottom: 20px;
}

.article h1:before{
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 70px;
    height: 2px;
    background: var(--inakzent);  
}

.article h2:before, .article h3:before,
.detail h2:before, .detail h3:before{
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 70px;
    height: 2px;
    background: var(--inakzent);  
}
/*
.gallerie h2:before{
    content: '';
    position: relative;
    bottom: 0;
    left: 0;
    width: 70px;
    height: 2px;
    background: var(--inakzent);  
}*/

.gallerie h2,
.secgallerie h2 {
    padding-bottom: 5px;
    margin-bottom: 0px;
    text-align: center;
    /*border-bottom: var(--inakzent) 2px solid;*/
    /*padding-bottom: 20px;*/
}

.projekt_text h2{
-webkit-hyphens: none; -moz-hyphens: none; -ms-hyphens: none; hyphens: none;
}

a {
    text-decoration: none;
}
/*body {

	/*background: #fff;
    background: rgb(250, 250, 255);
    background: var(--background);
  /*color: #777;
  font-family: sans-serif;
  line-height: 1.15;
}*/

html{
	scroll-behavior: smooth;
}
html, body{
    height: 100%;
    width: 100%;
}
/*
.main{
    position: relative;
    min-height: 100%;
    max-width: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}*/

/*### DOWNLOADS  LISTE ###*/

.downloadliste,
.downloadlistetitel{
  list-style: none;
  padding: 0;
}

.downloadlistetitel h5{
  padding: 6px 0px 4px 0px;
  margin: 0;
  font-size: 16px; 
  font-size: 1.1rem;
  /*line-height: 1.5;*/
  font-weight: 600; 
}

.downloadliste:last-child {
  margin-bottom: 10px;
}

.downloadliste li a{
  display: block;
  margin: 4px 4px 4px 35px;
  text-decoration: none;
  color: var(--hetext);
}

.downloadliste li a:hover{
  color: var(--hoverfa);
  font-weight: 500;
}

/*### HEADER ###*/
header{
    position: fixed;
    top: 0;
    left: 0;
    background-color: var(--heback);
    width: 100%;
    height: 80px;
    height: auto;
    box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.3);
    display: flex;
    justify-content:flex-start;
    padding: 5px 20px 0 20px;
    z-index: 2;/*1000*/
}

.headerlogo{
    width: calc(587px / 3 - 30px);
    height: calc(200px / 3); 
    padding: 10px;
}


.logo-linie{
  fill: var(--logolinie);  
}
.logo-text{
    fill: var(--logotext);
}

/*### NAVI ###*/

.nav-trigger {
  position: fixed;
  z-index: 12;
  top: 18px;
  right: 20px;
  height: 44px;
  width: 44px;

  /*overflow: hidden;*/
  color: transparent;
  white-space: nowrap;
  text-indent: 100%;
}

.nav-trigger span,
.nav-trigger span::before,
.nav-trigger span::after {
  position: absolute;
  height: 4px;
  width: 36px;
    background: var(--hetext);
}

.nav-trigger span {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: background .3s;
}

.nav-trigger span::before,
.nav-trigger span::after {
  content: '';
  top: 0;
  left: 0;
  transition: background .3s, transform .3s;
}

.nav-trigger span::before {
  transform: translateY(-12px);
}

.nav-trigger span::after {
  transform: translateY(12px);
}

.nav-trigger:hover span, 
.nav-trigger:hover span::before,
.nav-trigger:hover span::after, 
.nav-open .nav-trigger:hover span::before,
.nav-open .nav-trigger:hover span::after 
{
  background: white;
    background: var(--hoverfa);
}

.nav-open .nav-trigger span {
  background: transparent;
}

.nav-open .nav-trigger span::before,
.nav-open .nav-trigger span::after {
    background: var(--fotext);
    
}

.nav-open .nav-trigger span::before {
  transform: rotate(-45deg);
}

.nav-open .nav-trigger span::after {
  transform: rotate(45deg);
}

.nav-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    background: var(--ovfarbe);
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s, visibility .5s;
}

.nav-open .nav-overlay {
  opacity: .8;
  visibility: visible;
}

.nav-container {
  position: fixed;
  z-index: 11;
  top: 0;
  right: 0;
  height: 100%;
  width: 90%;
  max-width: 520px;
  padding: 3.5em 3.5em 2em 3.5em;
    background: var(--foback);
  overflow: auto;
  transform: translateZ(0);
  transform: translateX(100%);
  transition: transform .5s cubic-bezier(.07,.23,.34,1);
}

.nav-open .nav-container {
  transform: translateX(0);
}

/*.nav-container h2 { /*für Navigationstitel möglich*//*
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #AAAAAA;
  margin: 1.5em 0;
}*/

.nav {
  list-style: none;
  padding: 0;
}

.nav a,
.nav .li-link {
  display: block;
  padding: .16em 0;
    font-size: 1.6em;
    font-weight: 500;
  text-decoration: none;
  color: var(--hetext);
  transform: translateZ(0);
}

.nav a:hover {
    color: var(--hoverfa);
}


/*  /* Lässt die Navigationsschrift einfahren *//*
.nav-open .nav a/*,
/*.nav-open .nav li hr*//*{
  animation: slide-in .6s .2s backwards;
}

.nav-open .nav li hr{
  animation: slide-in 1.6s .1s backwards;
}

.nav-open .nav li:nth-of-type(2) a {
  animation-delay: .3s;
}

.nav-open .nav li:nth-of-type(3) a {
  animation-delay: .35s;
}

.nav-open .nav li:nth-of-type(4) a {
  animation-delay: .4s;
}

.nav-open .nav li:nth-of-type(5) a {
  animation-delay: .45s;
}
.nav-open .nav li:nth-of-type(6) a {
  animation-delay: .5s;
}

.nav-open .nav li:nth-of-type(7) a {
  animation-delay: .55s;
}

.nav-open .nav li:nth-of-type(8) a {
  animation-delay: .6s;
}

.nav-open .nav li:nth-of-type(9) a {
  animation-delay: .65s;
}

.nav-open .nav li:nth-of-type(10) a {
  animation-delay: .7s;
}

.nav-open .nav li:nth-of-type(11) a {
  animation-delay: .75s;
}
.nav-open .nav li:nth-of-type(12) a {
  animation-delay: .8s;
}

.nav-open .nav li:nth-of-type(13) a {
  animation-delay: .85s;
}

.nav-open .nav li:nth-of-type(14) a {
  animation-delay: .9s;
}

.nav-open .nav li:nth-of-type(15) a {
  animation-delay: .95s;
}
.nav-open .nav li:nth-of-type(16) a {
  animation-delay: 1.0s;
}

.nav-open .nav li:nth-of-type(17) a {
  animation-delay: 1.05s;
}

.nav-open .nav li:nth-of-type(18) a {
  animation-delay: 1.1s;
}

.nav-open .nav li:nth-of-type(19) a {
  animation-delay: 1.15s;
}
*/


@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateX(80px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/*### FOOTER ###*/

footer{
    background-color: var(--foback);
    height: auto;
    position: relative;
    /*position: absolute;*/
    width: 100%;
    /*padding: 50px 100px;*/
    padding: 30px 5vw 5px;
    padding-right: calc(5vw - 15px);
    display: flex;
    justify-content:space-between;
    flex-wrap: wrap;
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.3) inset;
    /*Klebriger footer*/
    /*position: sticky;
    bottom: 0;
    left: 0;
    z-index: 1000;*/
    /*position: absolute;
    position: sticky;
    bottom: 0px;
    left: 0;
    */
    
}
footer .container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    /*flex-wrap: nowrap;*/
    width: 100%;
}
footer .container .sec{
    margin-right: 15px;
    margin-bottom: 15px;
}

footer .container .sec.ueberuns{
    max-width: 400px;
    /*width: 40%;*/
    /*min-width: 40%;*/
}
footer .container .sec.adresse{
    min-width: 220px;
}
footer .container h3{
    font-size: 18px;
    position: relative;
    color: var(--fotextakzent);
    font-weight: 700;
    margin-bottom: 15px;
}
footer .container h3:before{
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 50px;
    height: 2px;
    background: var(--fotext); 
}
footer p, footer a{
    color: var(--fotext);
}
/*.footerlogo {
    overflow: hidden;
    padding: 10px;
    height: 60px;  
}*/


footer .logo-text {
    fill: var(--fotext);
}
footer .headerlogo{
    width: calc(587px / 4 - 30px);
    height: calc(200px / 4); 
    padding:0 0 0 0;
}


.sci-media{
    margin: 0 0 15px 0;
    display: flex;   
}
.sci-media li{
        margin: 10px 5px 0 5px;
}
.sci-media li:first-child{
    margin: 0 20px 0 0;
}


.sci-media li, .adresse li{

    list-style: none;
	color: var(--fotext);
}
.sci-media li a, .adresse li a{
    color: var(--fotext);
    display: inline-block;
  font-size: 16px;
  transition: .2s linear;
    text-decoration: none;
    
    /*display: flex;
    justify-content: center;
    align-items: center;*/
}
.adresse{
	color: var(--fotext);
	font-size: 16px;
	font-style: normal;
	
}

.sci-media li a:hover, .adresse li a:hover, footer a:hover {
    color: var(--hoverfa);
}

.sci-logo{
    fill: var(--fotext);
}

.sci-logo:hover, footer a:hover .logo-text{
    fill: var(--hoverfa);
    /*fill: rgb(60,10,10);*/
}
.sci-logo:hover, footer a:hover .logo-linie {
    fill: var(--hoverfa);

}

.quicklinks ul li{
	list-style: none;
    
}

.li-link, .li-link a {
    cursor: pointer;
    color: var(--fotext);
}
.li-link:hover, .li-link a:hover {
    color: var(--hoverfa)
}

/*### Impressum usw ###*/

.impressum, .geschichte, .kontakt
{
    position: fixed;
    top: -1000%;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 25px;
    overflow: auto;
    /*display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;*/
    /*background: #111;*/
    transition: 0.5s;
		/*background: rgba(50,10,10,0.9);*/
    background: var(--ovfarbe); 
z-index: 1001;
}

.impressum p, .geschichte p, .kontakt p, .impressum a, .geschichte a, .kontakt a {
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
    text-decoration: none;
}

.impressum h2, .geschichte h2, .kontakt h2{
    color: #fff;
    font-size: 22px;
    margin-bottom: 10px;
}

.impressum .but-impressum, .geschichte .but-impressum, .kontakt .but-impressum{

	/*position: fixed;*/
    /*bottom: -100%;*/
    right: 20px;
  /*position: relative;*/
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  cursor: pointer;
    transition: 0.5s;
  /* border: 3px solid #fff; */
    /*background: rgba(255,255,255,0.05);*/
    background-color: var(--ovfarbe);

}

.but-impressum_burger::before {
    content: '';
  position: absolute;
  width: 24px;/*50*/
  height: 3px;/*6*/
    background-color: var(--ovtext);
  /*background: #fff;*/
  transform: rotate(45deg) translateY(8px) translateX(-8px)/*translate(19px, 19px);/*(35px, -35px)*/
	
}
.but-impressum_burger::after {
    content: '';
  position: absolute;
  width: 24px;/*50*/
  height: 3px;/*6*/
    background-color: var(--ovtext);
  /*background: #fff;*/
  transform: rotate(-45deg) translate(-8px, -8px);/*(35px, 35px)*/
}

.impressum.open, .geschichte.open, .kontakt.open
{
	top: 0;
}

/*
.but-impressum.open{
    bottom: 20px;
}
*/
/* ############### Bild oben */


/* Karte Google Maps 2026*/

    .map-container {
      position: relative;
      width: 100%;
      height: 550px;         /* HIER ANPASSEN: Höhe der Karte */
      overflow: hidden;
    }

    /* Der echte Google-Maps iFrame – zunächst versteckt */
    .map-container iframe {
      width: 100%;
      height: 100%;
      border: 0;
      display: block;
    }

    /* ── Overlay ── */
    .map-overlay {
      position: absolute;
      inset: 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 24px;
      text-align: center;
      z-index: 10;
      /* Hintergrund: verschwommenes Kartenmuster */
      background:
        linear-gradient(rgba(15,23,42,0.72), rgba(15,23,42,0.72)),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400'%3E%3Crect fill='%231e293b' width='400' height='400'/%3E%3Cline x1='0' y1='80' x2='400' y2='80' stroke='%23334155' stroke-width='1'/%3E%3Cline x1='0' y1='160' x2='400' y2='160' stroke='%23334155' stroke-width='1'/%3E%3Cline x1='0' y1='240' x2='400' y2='240' stroke='%23334155' stroke-width='1'/%3E%3Cline x1='0' y1='320' x2='400' y2='320' stroke='%23334155' stroke-width='1'/%3E%3Cline x1='80' y1='0' x2='80' y2='400' stroke='%23334155' stroke-width='1'/%3E%3Cline x1='160' y1='0' x2='160' y2='400' stroke='%23334155' stroke-width='1'/%3E%3Cline x1='240' y1='0' x2='240' y2='400' stroke='%23334155' stroke-width='1'/%3E%3Cline x1='320' y1='0' x2='320' y2='400' stroke='%23334155' stroke-width='1'/%3E%3Ccircle cx='200' cy='200' r='30' fill='none' stroke='%2394a3b8' stroke-width='2'/%3E%3Cpath d='M200 170 L200 155 M200 230 L200 245 M170 200 L155 200 M230 200 L245 200' stroke='%2394a3b8' stroke-width='2'/%3E%3C/svg%3E");
      background-size: cover;
      transition: opacity 0.4s ease;
    }

    .map-overlay.hidden {
      opacity: 0;
      pointer-events: none;
    }

    /* Karten-Pin Icon */
    .overlay-icon {
      width: 52px;
      height: 52px;
      background: rgba(255,255,255,0.10);
      border: 1.5px solid rgba(255,255,255,0.20);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 18px;
      font-size: 24px;
    }

    /* Overlay Karte (weisse Box) */
    .overlay-card {
      background: rgba(255,255,255,0.96);
      border-radius: 14px;
      padding: 28px 32px;
      max-width: 420px;
      width: 100%;
      box-shadow: 0 8px 40px rgba(0,0,0,0.30);
    }

    .overlay-card h2 {
      font-size: 17px;
      font-weight: 700;
      color: #111;
      margin-bottom: 10px;
    }

    .overlay-card p {
      font-size: 13px;
      color: #555;
      line-height: 1.65;
      margin-bottom: 6px;
    }

    .overlay-card .privacy-link {
      font-size: 12px;
      color: #2563eb;
      text-decoration: none;
      display: inline-block;
      margin-bottom: 22px;
    }
    .overlay-card .privacy-link:hover { text-decoration: underline; }

    /* Buttons */
    .overlay-buttons {
      display: flex;
      gap: 10px;
      flex-direction: column;
    }

    .btn-accept {
      background: #1d4ed8;
      color: #fff;
      border: none;
      border-radius: 8px;
      padding: 13px 20px;
      font-size: 14px;
      font-weight: 600;
      cursor: pointer;
      transition: background 0.2s, transform 0.1s;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
    }
    .btn-accept:hover { background: #1e40af; }
    .btn-accept:active { transform: scale(0.98); }

    .btn-decline {
      background: transparent;
      color: #888;
      border: 1px solid #ddd;
      border-radius: 8px;
      padding: 10px 20px;
      font-size: 13px;
      cursor: pointer;
      transition: background 0.2s, color 0.2s;
    }
    .btn-decline:hover { background: #f5f5f5; color: #444; }

    /* Datenschutz-Hinweis unter den Buttons */
    .overlay-footnote {
      font-size: 11px;
      color: #aaa;
      margin-top: 14px;
      line-height: 1.5;
    }

    /* Erneut-laden Link (erscheint nach Ablehnung) */
    .map-reload-hint {
      position: absolute;
      inset: 0;
      display: none;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      background: rgba(15,23,42,0.85);
      color: #94a3b8;
      font-size: 14px;
      gap: 12px;
      z-index: 9;
    }
    .map-reload-hint.visible { display: flex; }
    .btn-reload {
      background: transparent;
      color: #60a5fa;
      border: 1px solid #60a5fa55;
      border-radius: 8px;
      padding: 8px 18px;
      font-size: 13px;
      cursor: pointer;
      transition: background 0.2s;
    }
    .btn-reload:hover { background: #60a5fa22; }

    /*Karte Ende 2026*/

.bildoben {
  height: 120px;
  overflow: hidden;
  position: relative;
}

