header {
	border-top-right-radius:15px;
	border-top-left-radius:15px;
}

html {
	height:100%;
	background-color: #f7f7f7;
	font-family: Encode Sans, sans-serif;
    font-size: 18px;
	padding:0;
}

body {
	height:100%;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(20em, 1fr));
	max-width: 60em;
	width: 90%;
	margin: 1em auto;	
}
/* Container für die gesamte Seite */
.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}
/* Abschnitte */
section.content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
}

/* Bild index.php */
.image-right {
  float: right;
  margin: 0 0 1rem 1rem;
  max-width: 30%;
  text-align: center;
}

.image-right img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.image-right figcaption {
  font-size: 0.85rem;
  color: #f1e6d0;
  margin-top: 0.3rem;
}

@media (max-width: 768px) {
  .image-right {
    float: none;
    margin: 1rem auto;
    max-width: 100%;
  }
}

/* Textbereich */
.text {
    line-height: 1.6;
	text-align: justify;  
  background-color: #80a1a4;
  color: #f1e6d0;
  padding: 10px;
  border-radius: 8px;
}
/* WhatsApp Button */
.whatsapp {
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	margin: 20px;
}
.whatsapp-button {
    background-color: #747531;
    color: #f7f7f7;
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: bold;
    display: inline-block;
    margin-top: 10px;
    transition: background-color 0.3s;
}
.whatsapp-button:hover {
    background-color: #80a1a4;
}

.email-kontakt {
	
}

/* Slideshow Container - index.php */
.beige {
	text-align: center;
    background-color: #f1e6d0;
    width: 100%;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2em 0;
}

.slideshow-headline {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
    margin: 1rem auto;
    padding: 0.5rem 1rem;
    transform: rotate(-2.5deg);
    font-size: clamp(1.2rem, 5vw, 2rem); /* Responsive Fontgröße */
    font-weight: bold;
    color: #f7f7f7;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    background: #ee7000;
    border-radius: 10px;
    box-shadow: 4px 4px 10px rgba(0,0,0,0.3);
    max-width: 90vw;
    overflow-wrap: break-word;
}

.slideshow-headline .word {
    opacity: 0;
    transform: translateY(20px);
    animation: wordFadeIn 0.6s forwards;
}

.slideshow-headline .word:nth-child(1) { animation-delay: 0.2s; }
.slideshow-headline .word:nth-child(2) { animation-delay: 0.6s; }
.slideshow-headline .word:nth-child(3) { animation-delay: 1s; }
.slideshow-headline .word:nth-child(4) { animation-delay: 1.4s; }

@keyframes wordFadeIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.slideshow-container-index {
    max-width: 250px;
    margin: 2em auto;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 0 10px #ccc;
    position: relative;
}

.slide {
    display: none;
    text-align: center;
}

.slide img {
    width: 100%;
    height: auto; /* Bildhöhe passt sich an, kein Zuschneiden */
    display: block;
}

.caption {
    background-color: rgba(0,0,0,0.5);
    color: white;
    padding: 0.5em;
    position: absolute;
    bottom: 0;
    width: 100%;
}

/* Rifugio Sektion */
.rifugio {
    width: 100%;
	display: flex;
    align-items: center;
    margin-top: 30px;
	gap: 20px;
}

.rifugio_inhalt {
	display: flex;
    flex-direction: column;
}

.rifugio-logo {
    max-width: 10em;
    margin-bottom: 20px;
}

.rifugio-image {
    max-width: 100%;
	width: 20em;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Abschnitt für News */
.news {
	width: 100%;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.news h2 {
	/*color: #ee7000;*/
}

/* Mobile-Optimierungen */
@media (max-width: 768px) {
    .news, .rifugio {
        width: 100%;
		padding: 10px 0;
    }
	
	.rifugio-logo {
		width: 5em;
	}

    .content {
        flex-direction: column;
    }

    .whatsapp {
        width: 100%;
		padding: 10px 0;
		margin: 0;
    }
	
	.email-kontakt {
		width: 100%;
	}
}

/* kontakt.php */
.feedback {
    margin: 1em 0;
    padding: 1em;
    border-radius: 8px;
}
.feedback.success {
    background-color: #d4edda;
    color: #155724;
}
.feedback.error {
    background-color: #f8d7da;
    color: #721c24;
}

/* PC */
	#seite {
		position: relative;
		height: 100%;
		/* margin: 0 auto; */
		display: flex;
		flex-direction: column;
		grid-column: 1 / -1;
	} 
	
	#inhalt {
		/* padding-bottom: 50px; */
		flex: 1;
	}	
	
/* Hamburger-Menü verstecken und nur bei kleinen Bildschirmen anzeigen */
.hamburger {
    display: none;
    font-size: 30px;
    color: #ee7000;
    cursor: pointer;
}

/* Responsive Design: Änderungen bei kleiner Bildschirmgröße */
@media screen and (max-width: 768px) {
    .navbar .nav-links {
        display: none;
        width: 100%;
        flex-direction: column;
        background-color: #f1e6d0;
        position: absolute;
        top: 40px;
        left: 0;
        padding: 20px 0;
        box-shadow: 0 4px 2px -2px gray;
    }
	
	.navbar .submenu {
        display: none !important;   /* ← wichtig! */
        position: static !important;
        /*background-color: transparent;*/
        box-shadow: none;
        flex-direction: column;
        /*padding-left: 1em;*/
		box-shadow: 0;
		padding-left: 1.5em;
        background-color: #f9f0e0; /* leicht abgesetzt vom Hauptmenü (#f1e6d0) */
        border-left: 3px solid #ee7000; /* orangener Balken links */
    }
	
	.navbar .submenu li a {
        font-size: 0.95em;
        color: #aa5c00; /* etwas dunkler für Unterpunkte */
        padding: 8px 10px;
        display: block;
    }

    .navbar .submenu.active {
        display: flex !important;
    }
	
	 .navbar .nav-links.active {
        display: flex;
    }

    .navbar .nav-links li {
        text-align: center;
        width: 100%;
    }
	
    /* Dropdown-Pfeil etwas anpassen, optional drehbar machen */
    .navbar li.has-submenu.open .dropdown-arrow {
        transform: rotate(180deg);
    }

    .navbar li {
        display: block; /* wichtig: nicht inline-block */
    }

    .hamburger {
        display: grid;
		justify-content: space-around;
		padding-bottom: 5px;
    }
}
	
.navbar {
    background-color: #f1e6d0;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    position: sticky;
    z-index: 1000; /* sorgt dafür, dass das Menü über anderen Inhalten bleibt */
    top: 0;
}

.navbar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.navbar li {
    display: inline-block;
    position: relative;
}

.navbar li a {
    text-decoration: none;
    color: #ee7000;
    display: inline-block;
    padding: 10px;
    font-weight: bold;
}

.navbar li a:hover {
    color: #995c2b;
}

/* Trennlinie als Block anzeigen, nicht als Menüpunkt nebeneinander */
.nav-divider {
	display: block;
	width: 100%;
	height: 1px;
	background-color: #e0c9aa;
	margin: 0.5em auto;
}

/* Admin-Menüpunkte leicht abheben */
.admin-item a {
	font-weight: normal;
	font-size: 0.95em;
}

/* Mobil: linke Markierung für Admin-Links */
@media screen and (max-width: 768px) {
	.admin-item a {
		border-left: 4px solid #ee7000;
		padding-left: 1em;
		text-align: left;
		width: 100%;
	}
}

/* Strich-Pfeil (nach unten zeigend) */
.dropdown-arrow {
    display: inline-block;
    margin-left: 5px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #ee7000; /* orangefarbener Strich-Pfeil */
    transition: transform 0.3s ease;
}

/* Pfeil drehen, wenn der übergeordnete li-Tag gehovt wird */
.navbar li:hover .dropdown-arrow {
    transform: rotate(180deg); /* Pfeil drehen */
}

@media screen and (min-width: 769px) {
    .navbar .submenu {
        position: absolute;
        display: none;
        background-color: #f1e6d0;
        min-width: 160px;
        left: 0;
        top: 100%;
        z-index: 1000;
        box-shadow: 10px 20px 15px silver;
	transition: max-height 0.3s ease;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
	font-size: 16px;
    }

    .navbar li:hover > .submenu {
        display: block;
    color: #995c2b;
    }
}
	
/* footer Menü */
.navbar2 {	
	position: sticky;
	top: 0;
	display: grid;
	grid-template-columns: repeat(1, 5em 1fr 10em);
    align-items: center; /* Vertikale Ausrichtung */
    justify-content: space-between; /* Abstand zwischen Menü und Bild */
	padding: 10px;
}

.navbar2 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.navbar2 li {
	display: inline-block;
}

.navbar2 li a {
	text-decoration: none;
	color: #995c2b;
	display: inline-block;
	padding: 10px;
	font-weight: bold;
}
	
.navbar2 li a:hover {
	color: #ee7000;
}

.navbar2 img {
	height: auto;
	max-width: 100%;
	margin-left: auto;
}
/* kleinere Bildschirme */
@media (max-width: 768px) {
    .navbar2 {
        flex-direction: column; /* Umbrüche auf kleineren Bildschirmen */
        align-items: center;
        text-align: center;
    }

    .navbar2 ul {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .navbar2 img {
        margin-left: 0;
        margin-top: 10px; /* Abstand zum Menü */
    }
}

.img {
  padding: 10px 0;
  /* width: 200px; */
}

/* abgerundete Bilder - Zuhause gesucht */
.img img {
  border-radius: 50%;
  /* max-width: 300px;
  max-height: 300px; */
  max-width: 30%;
  max-height: 30%;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

/* kleineres Bild - Vermittelt */
.img2 {
  padding: 10px 0;
  text-align: center;
}

.img2 img {
	width: 200px;
    height: 200px;
	border-radius: 50%;
	object-fit: cover;
	display: inline-block;
	margin: 2px;
}

.hundeliste {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	padding: 20px;
}

.hund-box.vermittelt {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	height: 250px;
}

.hund-zuschnitt {
	width: 200px; 
	aspect-ratio: 1 / 1;
	/*height: 200px; */
	overflow: hidden; 
	position: relative;
	border-radius: 50%;
	margin-bottom: 10px;
}

.hund-name {
	text-align: center;
	font-weight: bold;
	margin: 0;
}

.crop-btn {
	display: block;
	margin: 5px auto 0 auto;
	padding: 6px 12px;
	font-size: 14px;
	cursor: pointer;
}

/* noch kleineres Bild - Backend */
.img3 {
  padding: 10px 0;
  text-align: center;
}

.img3 img {
  width: 200px;
  height: 200px; 
  border-radius: 50%;
  object-fit: cover;
  display: inline-block;
  margin: 2px;
}
	
@media (max-width: 480px) {
	.img3 {
	  padding: 10px 0;
	  text-align: center;
	}

	.img3 img {
	  width: 50px;
	  height: 50px; 
	  border-radius: 50%;
	  object-fit: cover;
	  display: inline-block;
	  margin: 2px;
	}
}

/* großes Bild - vermittlung.php */
.img_groß {
	width: 100%;
  padding: 10px 0;
  text-align: center;
}

.img_groß img {
	width: 100%;
	max-width: 800px;
}

.vermittlungs-container {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: auto;
  }

  .vermittlungs-container img {
    width: 100%;
    height: auto;
    display: block;
  }

  .vermittlungs-button {
    position: absolute;
    display: block;
    /* transparenter Button */
    background: rgba(255, 255, 255, 0);
    border: none;
    cursor: pointer;
  }

/* Header */
.header-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 10px 20px;
  gap: 10px;
  position: relative;
}

.slogan-block {
  position: relative;
  transform: rotate(-3deg); /* leicht schräg */
  font-weight: bold;
  color: #9d542b;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 0.9rem;
}

.slogan-text {
  z-index: 2;
  position: relative;
  padding-bottom: 5px;
}

.slogan-underline {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  pointer-events: none;
}

.slogan-underline path {
  stroke-dasharray: 400;
  stroke-dashoffset: 400;
  animation: drawUnderline 3s ease forwards;
  animation-delay: 0.5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes drawUnderline {
  to {
    stroke-dashoffset: 0;
  }
}

/* Wiederholung der Animation alle paar Sekunden */
.slogan-underline {
  animation: underlineDraw 2s ease forwards;
  animation-delay: 0.5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

/* Logo */
.logo-block .main-logo {
  height: 190px;
  width: auto;
}

/* Responsive */
@media (max-width: 768px) {
  .header-container {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .slogan-block {
    align-items: center;
    text-align: center;
  }
}

.social-icons {
  position: absolute;
  right: 20px;
  top: 0;
  display: flex;
  gap: 10px;
  z-index: 3;
}

.social-icons img {
  width: 24px;
  height: 24px;
  filter: grayscale(100%);
  transition: filter 0.3s;
}

.social-icons img:hover {
  filter: none;
}

/* helfen.php */
.social-icons-groß {
  position: relative;
    
}

.header {
	display: grid;
    grid-template-columns: repeat(1, 7em 1fr); /* 2 Spalten, unterschiedlich breit */
    /*gap: 10px;   Abstand zwischen den Bildern */
	align-items: center;
}

.header img {
	max-width: 400px;
	/*width: 100%;*/
    height: auto;
}

.banner {
	position: relative;
}

.banner-header picture,
.banner-header img {
  width: 100%;
  display: block;
}

.header-img {
	justify-content: center;
	display: flex;
}

.logo img {
	max-width: 100px;
}

.social {
  position: absolute;
  top: 20px;
  right: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 45px;
}

.social img {
  width: 40px;
  height: 40px;
}

/* Social Media */
/*.social {
	display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 Spalten, jede nimmt gleich viel Platz ein 
    gap: 10px;  /* Abstand zwischen den Bildern 
}

.social img {
	width: 100%;
	max-height: 50px;
    width: auto;
} */

/* allgemein Bilder nicht größer als Container, nicht breiter als 250px */
/* img {
    max-width: 100%;
	max-width: 250px;
    height: auto;
} */

/* Für Tablets (maximale Breite von 768px) */
@media (max-width: 768px) {
	body {
        font-size: 14px;
    }
	.container {
        flex-direction: column;
    }
	
}
/* Für Smartphones (maximale Breite von 480px) */
@media (max-width: 480px) {
    body {
        font-size: 12px;
    }
	.container {
        padding: 10px;
    }

	.social {
		top: 15px;
	}
	.social img {
		max-height: 30px;
	}
	
	.header img {
		width: 100%;
	}
}

form {
    width: 90%;
    margin: 0 auto;
    padding: 0 1em;
}

form label {
    display: block;
    font-size: 0.8em;
    padding-left: 3px;    
}
input,
select,
textarea
{
    width: 100%;
    font-size: 1.1em; 
    padding: 4px;
    font-family: inherit;
    font-weight: lighter;
    border-radius: 0.3em;
} 

.checkbox-label {
    display: inline-flex;
    align-items: baseline;
    gap: 0.5em;
    margin: 0.5em 0;
}

.checkbox-label input[type="checkbox"] {
    margin: 0;
}

@media (max-width: 768px) {
	form {
		margin: 0;
		padding: 0;
	}
}

/* Buttons Zuhause gesucht */
.pagination {
    text-align: center;
    margin: 20px;
}

.pagination a {
    margin: 0 5px;
    padding: 10px;
    background-color: #747531;
    color: #f7f7f7;
    text-decoration: none;
    border-radius: 5px;
}

.pagination a:hover {
}

.pagination a.previous {
}

.pagination a.previous:hover {
    background-color: #80a1a4;
}

.pagination a.next2 {
}

.pagination a.next2:hover {
    background-color: #80a1a4;
}

	
	#fussbereich {
		width: 100%;
		display: flex;
  flex-direction: column;
  grid-column: 1 / -1;
	}

footer {
    clear:left; 
    background:#f1e6d0;
    text-align:center;
    padding:10px;
	border-radius:15px;
}

h1 {
	text-align: center;
	color: #f1e6d0;	
	font-weight: bolder;
	background-color: #80a1a4;
	border-radius: 8px;
}

h2 {
	text-align: center;
	color: #f1e6d0;	
	font-weight: bold;
	background-color: #80a1a4;
	border-radius: 8px;
}

h3 {
	text-align: center;
	color: #80a1a4;	
}

.border {border-top: 1px dotted #000;}

/* Überschrift zum ausklappen */
.clickable {
	cursor: pointer;
    padding: 10px;
    background-color: #747531;
    color: #f1e6d0;
    border: none;
    text-align: center;
    font-size: 18px;
	border-radius: 5px;
display: block;	
    /* width: 100%; */
	/* width: fit-content; */
}

.clickable:hover {
	background-color: #80a1a4;
	/*color: #ee7000;*/
}

/* Standardstil für das ausklappbare Panel */
/* .panel {
    display: none;
    padding: 10px;
  margin-top: 10px;
} */

.panel {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.4s ease, margin 0.4s ease;
    margin-bottom: 0;
}

.panel.open {
    max-height: 2000px; /* alternativ: durch JS dynamisch setzen */
    opacity: 1;
    margin-bottom: 20px;
}

/* .clickable { 
font-weight: bold; 
margin-top: 10px; 
} */


.backend {
	display: grid;
	grid-template-columns: 50% auto;
	gap: 10px;
}

a {
	text-decoration: none;
}

.button {
	background-color: #747531;
	color: #f1e6d0;	
    text-align: center;
	padding: 10px;
	font-weight: bold;
}

.button:hover {
	background-color: #80a1a4;
}

.hunde-liste {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.hunde {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	align-items: center;
	gap: 10px;
	padding: 10px;
	border-bottom: 1px solid #ccc;
}

.hunde.header {
	font-weight: bold;
	background-color: #f0f0f0;
}

/* Online seit */
.hunde-text {
    width: 100%;
    line-height: 1.6;
	text-align: center;
}

.link-container {
	text-align: center;
}

.link-container a {
	display: inline-block;
	margin-right: 5px;
	background-color: #747531;
	color: #f7f7f7;
	padding: 5px 10px;
	text-decoration: none;
	border-radius: 5px;
    transition: 0.3s;
}

.link-container a:hover {
	background-color: #80a1a4;
}

/* Optional für Responsiveness */
@media (max-width: 650px) {
	.hunde {
		grid-template-columns: repeat(1, 1fr);
		text-align: center;
	}
	
	.hunde.header {
		display: none;
}
	
	.hunde img {
		width: 50px;
		height: 50px; 
		border-radius: 50%;
		object-fit: cover;
		display: inline-block;
		margin: 2px;
	}
	
	.hunde-text {
		display: none;
	}
}



/* Formular Design Backend - bearbeiten.php */
.form-container {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    margin: 0 auto;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Bildbereich an das Formular anpassen */
.bilder-container {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}

.bilder-container > div {
	flex: 1 1 150px; /* Mindestbreite, wächst mit */
	max-width: 200px;
    text-align: center;
}

.bilder-container.videos > div {
	max-width: 300px;
}

.bilder-container img {
    /*max-width: 100px;  Reduziert die Bildgröße */
    height: auto;
    display: block;
    margin: 0 auto;
}

.bilder-container form {
    display: inline-block;
    margin-top: 5px;
}

input[type="text"], input[type="checkbox"], select, textarea {
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 16px;
    width: 100%;
}

input[type="text"]:focus, select:focus, textarea:focus {
    border-color: #747531;
    outline: none;
}

textarea {
    height: 150px;
}

.input-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* wird das noch verwendet???? */
.submit-btn {
    background-color: #4CAF50;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.submit-btn:hover {
    background-color: #45a049;
}

.img {
    text-align: center;
    margin-bottom: 20px;
}

.img img {
    max-width: 100%;
    max-height: 200px;
    object-fit: cover;
    border-radius: 8px;
}

input[type="checkbox"] {
    width: auto;
    margin-left: 5px;
}

.nur-vermittelbar {
    transition: all 0.3s ease;
}

@media (max-width: 600px) {
    .form-container {
        padding: 20px;
    }

    .submit-btn {
        font-size: 14px;
        padding: 10px;
    }
}

.error-message {
    color: #fff;
    background-color: #f44336; /* Rot */
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 5px;
    font-weight: bold;
}
/* Ende Formular Design */

/* Texteditor formatierungen übernehmen */
	/* Quill Standard-Stile */
.ql-editor {
    font-family: inherit;
    line-height: 1.6;
}

.ql-toolbar {
    position: sticky;
    z-index: 100; /* über dem Editor */
    background: #fff; /* Hintergrundfarbe */
}

/* Textausrichtung */
.ql-align-center {
    text-align: center;
}
.ql-align-right {
    text-align: right;
}
.ql-align-justify {
    text-align: justify;
}

/* Einrückungen */
.ql-indent-1 { padding-left: 30px; }
.ql-indent-2 { padding-left: 60px; }
.ql-indent-3 { padding-left: 90px; }
.ql-indent-4 { padding-left: 120px; }
.ql-indent-5 { padding-left: 150px; }

/* Fett, Kursiv, Unterstrichen, Durchgestrichen */
.ql-bold {
    font-weight: bold;
}
.ql-italic {
    font-style: italic;
}
.ql-underline {
    text-decoration: underline;
}
.ql-strike {
    text-decoration: line-through;
}

/* Blockquote */
.ql-blockquote {
    border-left: 4px solid #ccc;
    padding-left: 10px;
    margin-left: 0;
    font-style: italic;
    color: #666;
}

/* Listen */
.ql-direction-rtl {
    direction: rtl;
}
.ql-direction-ltr {
    direction: ltr;
}
.ql-list-ordered {
    list-style-type: decimal;
    padding-left: 20px;
}
.ql-list-bullet {
    list-style-type: disc;
    padding-left: 20px;
}

/* Hintergrundfarbe */
.ql-background-red { background-color: red; }
.ql-background-blue { background-color: blue; }
.ql-background-yellow { background-color: yellow; }
.ql-background-green { background-color: green; }
.ql-background-gray { background-color: gray; }

/* Textfarben */
.ql-color-red { color: red; }
.ql-color-blue { color: blue; }
.ql-color-yellow { color: yellow; }
.ql-color-green { color: green; }
.ql-color-gray { color: gray; }

/* Links */
.ql-editor a {
    color: #007bff;
    text-decoration: underline;
}
.ql-editor a:hover {
    text-decoration: none;
}
 /* Ende Texteditor */


/* Zuhause gesucht Design */
.content-container {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.dog-card {
    position: relative;
    width: 250px;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    flex-shrink: 0; /* verhindert, dass Karten schrumpfen */
}

.dog-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	object-position: center center;
    transition: transform 0.3s ease;
}

.dog-card:hover img {
    transform: scale(1.1); /* Zoom-Effekt */
}

.crop-wrapper:hover img {
    /* Nur scale() kommt hier rein – translate bleibt vom Inline-Style */
    transform: scale(1.1);
}

/* Wichtig: Damit scale + translate zusammen funktionieren */
.crop-wrapper img {
    transition: transform 0.3s ease;
    will-change: transform;
}

.bild-mit-fokus {
    width: 300px;
    height: 300px;
	min-width: 100%;
	min-height: 100%;
    object-fit: cover;
    object-position: center; /* wird dynamisch überschrieben */
    border-radius: 12px;
}

.dog-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
	background: rgba(0, 0, 0, 0.6); /* halbtransparent */
    /*background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);*/
    color: white;
    padding: 10px;
	width: 100%;
    box-sizing: border-box;
    text-align: center;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.dog-info h3 {
    margin: 0;
    font-size: 1.2em;
    font-weight: bold;
}

.dog-info p {
    margin: 4px 0 0 0;
    font-size: 0.95em;
}

.dog-info p::before {
    content: ' ';
}

@media (max-width: 768px) {
    .dog-card {
       /* width: 90%; */
    }
}

/* Hover-Effekte */
.dog-card a:hover img {
    opacity: 0.9;
    transform: scale(1.05);
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.dog-card a:hover {
    text-decoration: underline;
}

.label {
    position: absolute;
    background-color: rgba(255, 0, 0, 0.8);
    color: white;
    font-size: 0.8em;
    font-weight: bold;
    padding: 4px 6px;
    border-radius: 4px;
    z-index: 10;
    white-space: nowrap;
}

.label.notfall {
    background-color: rgba(255, 0, 0, 0.8);
}

.label.reserviert {
	background-color: rgba(116, 117, 49, 0.8);
}

.label.pflegestelle {
    background-color: rgba(0, 128, 255, 0.8);
}

.label.pate {
    background-color: rgba(255, 165, 0, 0.9);
}

/* Container für das Filterformular */
.filter-form {
	max-width: 800px;
	margin: 30px auto;
	padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.filter-container {
	display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}

.filter-item {
    display: flex;
    flex-direction: column;
}

.filter-item input,
.filter-item select,
.filter-item button {
    width: 100%;
    max-width: 100%; /* verhindert Überbreite */
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
	/*margin-bottom: 0;*/
}

.filter-btn {
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #f9f9f9;
    transition: border-color 0.3s;
}

.secondary-btn {
    background-color: #747531;
	color: #f7f7f7;
	padding: 6px 20px;
	text-align: center;
	font-size: 16px;
	border-radius: 5px;
	border: none;
	cursor: pointer;
}

.secondary-btn:hover {
	background-color: #80a1a4;
}

/* Responsivität */
@media (max-width: 768px) {
    .filter-container {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .filter-form {
        padding: 15px;
    }
    .filter-btn {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
  .filter-container {
    width: 100%;
    margin: 0; /* Entfernt äußere Abstände */
    border-radius: 0; /* Entfernt abgerundete Ecken */
    box-shadow: none; /* Entfernt den Schatten */
    /*flex-direction: column; /* Stapelt die Kinder-Elemente vertikal */
    gap: 10px; /* Verringert den Abstand zwischen den Elementen */
    padding: 15px 10px; /* Passt das Padding an */
  }
  
  .filter-form form {
	  width: 100%
  }
}

/* Labels schön stylen */
.filter-item label {
    font-weight: bold;
    margin-bottom: 5px;
}

/* Selectfelder und Button ansprechend stylen */
.filter-item select,
.filter-item button {
    padding: 8px 15px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 14px;
    background-color: #fff;  
	margin-bottom: 0;
}

/* Button Hintergrundfarbe und Hover-Effekte */
.filter-item button {
    background-color: #747531;
    color: white;
    cursor: pointer;
}

.filter-item button:hover {
    background-color: #80a1a4;
}

/* Hover-Effekt auf Select-Felder */
.filter-item select:hover {
    border-color: #747531;
}

/* Checkbox-Layout */
.checkbox-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
	flex-direction: row;
}

.checkbox-group input[type="checkbox"] {
    width: auto;
}

.checkbox-group label {
    font-weight: normal;
    margin-left: 5px;
}

.rasse-beschreibung {
    padding: 15px;
	text-align: center;
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
}

.rasse-beschreibung .btn {
	padding: 10px;
	max-width: 400px;
	background-color: #747531;
	color: #f7f7f7;
	text-align: center;
	font-size: 16px;
	border-radius: 5px;
	border: none;
	cursor: pointer;
	margin: 0;
}

.rasse-beschreibung .btn:hover {
	background-color: #80a1a4;
}

#rasseModal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0; 
  top: 0;
  width: 100%; 
  height: 100%;
  overflow: hidden;
  background-color: rgba(0,0,0,0.6);
}

.rasse-modal-content {
	background-color: #fff;
	margin: 5% auto;
	padding: 2rem;
	border-radius: 8px;
	max-width: 500px;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	position: relative;
	max-height: 90vh;
	overflow-y: auto;
}
/* Ende Zuhause gesucht */

/* Details.php */
/* Container für Bilder und Slideshow */
.content {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
/* Container für die Slideshow (Bilder und Videos) */
.slideshow-container {
    width: 40%;
    position: relative;
	display: flex;
    justify-content: center; /* Horizontal zentrieren */
    align-items: center; /* Vertikal zentrieren */
    flex-direction: column; /* Bilder und Videos in einer Spalte */
    height: 400px; /* Höhe der Slideshow, anpassen je nach Bedarf */
}

.slideshow-container img {
	max-width: 100%;
	max-width: 250px;
    height: auto;
	max-height: 400px;
}

.slide-wrapper {
    position: relative;
    display: inline-block;
}

.media-wrapper {
	position: relative;
	display: inline-block;
	width: 100%;
}

.media-wrapper img,
.media-wrapper video {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 8px;
}

/* Lupe sichtbar über dem Bild/Video */
.zoom-icon {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 24px;
	background: rgba(0, 0, 0, 0.5);
	color: white;
	padding: 6px 10px;
	border-radius: 50%;
	text-decoration: none;
	z-index: 10;
	transition: background 0.3s;
}

.zoom-icon:hover {
	background: rgba(0, 0, 0, 0.8);
}

/* Container für die Details (Steckbrief) */
.details-container {
    width: 60%;
}

/* Responsivität */
@media (max-width: 768px) {
	/* Slideshow */
	.slideshow-container {
		width: 100%;	
		height: auto;
	}
	/* Container für die Details (Steckbrief) */
	.details-container {
		width: 100%;
	}
}

/* Bildslideshow */
.mySlides {
    display: none;
}

.mySlides video {
    max-width: 250px;
    height: auto;
	max-height:400px;
    object-fit: contain; /* Verhindert Verzerrungen */
}
/* Weitere Anpassungen für Video */
video {
    /* border-radius: 8px; */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	max-width: 250px;
}

.mySlides.fade {
    display: none;
}

.mySlides.fade.no-images {
    background-color: #f7f7f7;
    color: #333;
    text-align: center;
    padding: 20px;
}

/* Layout für den Steckbrief */
.details-container .details {
    margin-top: 20px;
}

.detail-item {
	background: #f7f7f7;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    flex: 1 1 calc(33.333% - 20px);
    box-sizing: border-box;
    transition: transform 0.3s ease-in-out;
    margin-bottom: 10px;
	text-align: center;
}

.detail-item h2 {
    margin: 0;
    font-size: 1.2rem;
    color: #333;
	background-color: #f7f7f7;
    font-size: 16px;
    margin-bottom: 5px;
}

.detail-item p {
    margin: 10px 0 0;
    font-size: 1rem;
    color: #666;
    font-size: 14px;
}

 .details {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
}

/* Slideshow Buttons */
.prev, .next {
    position: absolute;
    top: 50%;
    z-index: 1;
    padding: 16px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #f7f7f7;
    font-size: 18px;
    cursor: pointer;
    user-select: none;
}

.prev {
    left: 0;
}

.next {
    right: 0;
}

/* Info Text */
.info {
    padding: 20px;
    background: #fff;
    margin: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.paten-button {
    text-align: center;
    margin-top: 20px;
}

.paten-button .btn {
    background-color: #747531;
    color: #f7f7f7;
    padding: 14px 20px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    border-radius: 5px;
    display: inline-block;
    transition: background-color 0.3s;
}

.paten-button .btn:hover {
    background-color: #80a1a4;
}

.btn {
  display: block;
  width: 100%;
  max-width: 300px;
  padding: 1rem;
  margin: 0 auto; /* zentriert den Button */
  box-sizing: border-box;
}

/* Modal-Stile */
.modal {
    display: none; /* Modal ist anfangs verborgen */
    position: fixed;
    z-index: 1000; /* Über allen anderen Inhalten */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); /* Halbdurchsichtiger Hintergrund */
    justify-content: center;
    align-items: center; /* Modal vertikal zentrieren */
    overflow: hidden; /* Verhindert zusätzlichen Scrollbalken */
}

.modal-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    width: 70%; /* Breite des Modals */
    max-height: 90vh; /* Damit es nicht zu groß wird */
    overflow-y: auto; /* Nur Modal scrollbar, wenn nötig */
	 position: relative; /* von anderem... checken! */
    z-index: 10;
}

.feedback-box {
  background-color: #dff0d8;
  color: #3c763d;
  padding: 10px;
  margin: 10px 0;
  border-radius: 5px;
}

.download {
	text-decoration: underline;
	color: #000;
}

/* Hauptseite darf nicht scrollbar sein, wenn das Modal geöffnet ist */
body.modal-open {
    overflow: hidden;
}

/* Bilder vergrößern Modal */
.modal-slide {
	display: none;
}

.modal-slide img,
.modal-slide video {
	max-width: 100%;
	max-height: 80vh;
	margin: auto;
	display: block;
}

.modal .prev,
.modal .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	color: white;
	font-weight: bold;
	font-size: 30px;
	user-select: none;
	transform: translateY(-50%);
}

.modal .prev {
	left: 0;
}

.modal .next {
	right: 0;
}

.modal .close {
	position: absolute;
	font-size: 40px;
	font-weight: bold;
	cursor: pointer;
}
/* Ende Bilder Modal */

@media (max-width: 768px) {
	.modal-content {
		width: 80%;
	}
}

#hundModal {
    display: none; /* Modal ist anfangs versteckt */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    justify-content: center;
    align-items: center;
}

.small-modal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*width: 60%;*/
   /* max-width: 500px; */
    z-index: 1000;
   /* background: white; */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    display: none;
}

/* Schließen-Button */
.close {
    color: #ee7000;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    right: 15px;
    top: 5px;
}

.close:hover,
.close:focus {
    color: #80a1a4;
    text-decoration: none;
    cursor: pointer;
}

.modal-fade-out {
    opacity: 1;
    transition: opacity 0.5s ease;
}

.modal-fade-out.hide {
    opacity: 0;
    pointer-events: none;
}

.form-step {
    display: none;
}

.form-step.active {
    display: block;
}

.next-btn, .prev-btn {
  padding: 10px;
  background-color: #747531;
  color: #f7f7f7;
  border-radius: 5px;  
  border: none;
  cursor: pointer;
}

.next-btn:hover, .prev-btn:hover {
    background-color: #80a1a4;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
}

.form-group input, .form-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.form-group input[type="text"],
.form-group input[type="date"],
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.radio-group {
    display: flex;
    gap: 15px; /* Abstand zwischen den Optionen */
}

.radio-group label {
    display: flex;
    align-items: center;
    gap: 5px; /* Abstand zwischen Radio-Button und Text */
    cursor: pointer;
    white-space: nowrap; /* Verhindert Zeilenumbrüche */
}

.radio-group input[type="radio"] {
    width: 16px;
    height: 16px;
    flex-shrink: 0; /* Verhindert, dass der Radio-Button zu klein wird */
}


button[type="submit"] {
    background-color: #747531;
    color: #f7f7f7;
    padding: 6px 20px;
    text-align: center;
    font-size: 16px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
}

button[type="submit"]:hover {
    background-color: #80a1a4;
}

.checkbox-group label {
	display: inline-block;
	margin-right: 1em;
}

input.invalid, select.invalid, textarea.invalid {
	border: 2px solid red;
	background-color: #ffe5e5;
}
input[type="checkbox"].invalid,
input[type="radio"].invalid {
	outline: 2px solid red;
	background-color: #ffe5e5;
}

/* Forstschrittsbalken */
.progress-bar-wrapper {
    width: 100%;
    background-color: #eee;
    height: 10px;
    border-radius: 5px;
    margin-bottom: 20px;
    overflow: hidden;
}
.progress-bar {
    height: 100%;
    width: 0%;
    background-color: #4caf50;
    transition: width 0.3s ease-in-out;
}
/* Ende Details bzw Modal*/

.danke {
	background-color: #f7f7f7;
	padding: 10px;
}

/* Selbstauskunft/Patenschaft ohne Modal */
.selbstauskunft-page, .patenschaft-page {
    max-width: 800px;
    margin: 2rem auto;
    padding: 2rem;
    background: #fff;
    border-radius: 10px;
}

/* Zuhause gefunden */
.animals-container {
    width: 80%;
    margin: 20px auto;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 20px;
}

/* Ende Zuhause gefunden */


/* Cookie-Banner */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #222;
  color: #fff;
  padding: 1rem;
  text-align: center;
  z-index: 1000;
}

.cookie-banner a {
  color: #ffd700;
  text-decoration: underline;
}

.cookie-buttons {
  margin-top: 1rem;
}

.cookie-buttons button {
  margin: 0 0.5rem;
  padding: 0.5rem 1rem;
  border: none;
  background: #ffd700;
  color: #222;
  font-weight: bold;
  cursor: pointer;
  border-radius: 4px;
}

/* Login Hinweis */
.modal_login {
        display: block; /* Standardmäßig sichtbar – kann per JS geändert werden */
        position: fixed;
        z-index: 1000;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .modal_login-content {
        background-color: white;
        padding: 20px;
        border-radius: 10px;
        text-align: center;
        width: 300px;
    }

    .login-button {
        display: inline-block;
        margin-top: 15px;
        padding: 10px 20px;
        background-color: #747531;
        color: #f7f7f7;
        text-decoration: none;
        border-radius: 5px;
    }

    .login-button:hover {
        background-color: #80a1a4;
    }
/* Ende Login Hinweis */

/* Über uns */
.team-grid {
    display: flex;
	flex-wrap: wrap;
	justify-content: center;
    gap: 1.5rem;
    margin-bottom: 1rem;
}

.team-card {
    background: #f1e6d0;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
    text-align: center;
	width: 300px;
}

.team-card img {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0.5rem;
}

.whatsapp-icon {
    display: inline-block;
	transition: transform 0.3s ease;
}
.whatsapp-icon img {
	width: 40px;
	height: auto;
}
.whatsapp-icon img:hover {
    opacity: 0.9;
	transform: translateY(-3px);
}
/* Ende Über Uns */

/* 404 Seite */
.sorry {
  padding: 20px;
  text-align: center;
}
.start-button {
    background-color: #747531;
    color: #f7f7f7;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: bold;
    display: inline-block;
    margin-top: 10px;
    transition: background-color 0.3s;
}
.start-button:hover {
    background-color: #80a1a4;
}

/* Shop */
.erledigt {
    opacity: 0.5;
    background-color: #f9f9f9;
}

.shop-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.5rem;
}

.artikel {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    padding: 1rem;
    transition: transform 0.2s;
}
.artikel:hover {
    transform: translateY(-3px);
}
.artikel img {
    max-width: 100%;
    border-radius: 8px;
    margin-bottom: 0.5rem;
}
.artikel h2 {
    font-size: 1.2rem;
    margin: 0.5rem 0;
}
.artikel p {
    font-size: 0.95rem;
    line-height: 1.4;
}
.artikel button {
    background: #747531;
    color: #f7f7f7;
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    margin-top: 1rem;
}
.artikel button:hover {
    background: #80a1a4;
}

/* Modal-Styling */
.anfrage-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0; 
  top: 0;
  width: 100%; 
  height: 100%;
  overflow: hidden;
  background-color: rgba(0,0,0,0.6);
}

.anfrage-modal-content {
	background-color: #fff;
	margin: 5% auto;
	padding: 2rem;
	border-radius: 8px;
	max-width: 500px;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	position: relative;
}

.anfrage-close {
    position: absolute;
    right: 15px;
    top: 5px;
    font-size: 1.4rem;
	color: #ee7000;
    font-weight: bold;
	cursor: pointer;
}

.anfrage-close:hover {
    color: #80a1a4;
}
.anfrage-modal-content input,
.anfrage-modal-content textarea {
    width: 100%;
    padding: 0.5rem;
    margin: 0.4rem 0 1rem;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 1rem;
}
.anfrage-modal-content button {
    width: 100%;
    padding: 0.6rem;
    background-color: #747531;
    border: none;
    border-radius: 6px;
    color: #f7f7f7;
    font-size: 1rem;
}
.anfrage-modal-content button:hover {
    background-color: #80a1a4;
}
/* Shop ende */

/* Hund löschen */
.danger-button {
    background-color: #d9534f;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}
.danger-button:hover {
    background-color: #c9302c;
}

/* unsichtbare.php */
.hundeliste-unvermittelbar {
    display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	margin-top: 20px;
}

.hund-box {
	flex: 0 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
    text-align: center;
	padding: 15px;
	width: 220px; /* etwas breiter für Luft */
    /*height: 600px; /* feste Höhe für Einheitlichkeit */
}

.hund-box img {
    border-radius: 6px;
}


.hund-box h3 {
	margin: 10px 0 5px;
}

.hund-box p {
	flex-grow: 1;
	margin-bottom: 20px;
    overflow-y: auto;
    max-height: 120px; /* maximaler Platz für Beschreibung */
    padding-right: 5px;
    text-align: left;
    font-size: 14px;
}

.hund-box p::-webkit-scrollbar {
    width: 6px;
}
.hund-box p::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 4px;
}

.hund-box .paten-button,
.hund-box .btn:last-of-type {
	margin-top: 5px;
}

.hund-box .patenschaft-btn,
.hund-box .btn {
	width: 100%;
}

/* unsichtbare Ende */

/* Regenbogen */
.hund-box.regenbogen {
    height: auto;
    min-height: 400px;
}

.auskunft {
            background: #fff;
            border-radius: 8px;
            margin-bottom: 1em;
            box-shadow: 0 0 5px rgba(0,0,0,0.1);
            padding: 1em;
        }
        .kopf {
            display: flex;
            justify-content: space-between;
            cursor: pointer;
        }
        .felder {
            display: none;
            margin-top: 1em;
        }
        .feld {
            margin-bottom: .5em;
        }
        .feld strong {
            display: inline-block;
            width: 300px;
            font-weight: bold;
        }
        .zeit {
            font-size: 0.9em;
            color: #666;
        }

.paypal {
	max-width: 150px;
}		