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

@font-face {
 font-family: 'Dunbar Tall'; /* Gewünschter Name */
 src: url('abeezee-regular-webfont.eot');
           /* für IE9 */
 src: url('abeezee-regular-webfont.eot?#iefix') 
           format('embedded-opentype'),
           /* für IE6-IE8 */
      url('/Fonts/DunbarTall-Medium.woff') 
           format('woff'), 
          /* für moderne Browser */
      url('/Fonts/DunbarTall-Regular.ttf') 
           format('truetype');
         /* für Safari, Android, iOS */
}

body {
	font-family: Dunbar Tall, "sans-serif";
	margin: 0px;
}
.menu {
	background-color: #FFEB4E;
}
.menustick {
	background-color: #FFEB4E;
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
}
.nav {
	text-align: center;
	height: 45px;
	padding-top: 15px;
}
.nav img {
	height: 28px;
	margin: 0px 6px;
	transition: 0.3s;
}
.nav img:hover {
	
}
.nav button-light-l {
	margin: 0px 6px;
	vertical-align: 7px;
}
a {
	text-decoration: none;
        color: #000;
}
h1 {
	background: linear-gradient(transparent,transparent 62%,#FFEB4E 0,#FFEB4E 105%,transparent 0) no-repeat;
	margin-bottom: 0px;
	max-width: 360px;
}
h2 {
	margin-top: 0px;
	font-size: 20px;
}
p{
	font-size: 12px;
	font-style: italic;
}
button-light-l {
	background-color: #FFFAC4;
	padding: 8px 18px;
	border-radius: 20px;
	color: #000;
	text-decoration: none;
	transition: 0.3s;
	font-style: italic;
}
button-light-l:hover {
	background-color: #000;
	color: #FFFAC4;
}
.cat button-light-s {
	vertical-align: -3px;
}
button-light-s {
	font-size: 12px;
	background-color: #FFFAC4;
	padding: 5px 12px;
	border-radius: 20px;
	color: #000;
	text-decoration: none;
	transition: 0.3s;
	margin: 0px 6px 0px 0px;
}
button-light-s:hover {
	background-color: #000;
	color: #FFFAC4;
}
button-full-s {
	font-size: 12px;
	background-color: #ffeb4e;
	padding: 5px 12px;
	border-radius: 20px;
	color: #000;
	text-decoration: none;
	transition: 0.3s;
	margin: 0px 6px 0px 0px;
}
button-full-s:hover {
	background-color: #000;
	color: #ffeb4e;
}
.button-full-xl {
	font-size: 16px;
	background-color: #ffeb4e;
	padding: 8px 2px;
	border-radius: 20px;
	color: #000;
	text-decoration: none;
	transition: 0.3s;
	width: 100%;
	text-align: center;
	font-style: italic;
}
.button-full-xl:hover {
	background-color: #000;
	color: #ffeb4e;
}



.slideradio {
    background-color: rgb(255, 250, 196);
    padding: 4px;
    border-radius: 200px;
    display: inline-flex;
    align-items: center;
}

.slideradio .container {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
}

.slideradio .container input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.slideradio .container .checkmark {
    display: inline-block;
    padding: 5px 12px;
    border-radius: 200px;
    background-color: transparent;
    font-size: 12px;
    cursor: pointer;
    transition: background-color 0.2s, padding 0.2s, font-weight 0.2s;
    white-space: nowrap;
}

.slideradio .container:hover .checkmark {
    background-color: rgba(255, 235, 78, 0.5);
}

.slideradio .container input:checked ~ .checkmark {
    background-color: #ffeb4e;
    font-weight: 600;
    padding: 8px 14px;
}

/* Datum-Buttons */
.datum-gruppe {
    display: inline-flex;
    gap: 0;
    background-color: #FFFAC4;
    border-radius: 20px;
    padding: 0;
    overflow: hidden;
}

.datum-gruppe .datum-btn {
    font-family: inherit;
    font-size: 12px;
    background-color: transparent;
    border: none;
    padding: 5px 12px;
    border-radius: 20px;
    color: #000;
    cursor: pointer;
    transition: background-color 0.2s, color 0.2s, font-weight 0.2s;
}

.datum-gruppe .datum-btn:hover {
    background-color: rgba(255, 235, 78, 0.6);
}

.datum-gruppe .datum-btn.aktiv {
    background-color: #000;
    color: #ffeb4e;
    font-weight: 600;
}

/* Verstecktes Date-Input für nativen Picker */
#datumInput {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    width: 0;
    height: 0;
}

slide {
	font-size: 12px;
	background-color: #FFFAC4;
	padding: 5px 0px;
	border-radius: 20px;
	color: #000;
	text-decoration: none;
}
slide-light-s {
	font-size: 12px;
	background-color: #FFFAC4;
	padding: 5px 12px;
	border-radius: 20px;
	color: #000;
	text-decoration: none;
	transition: 0.3s;
	margin: 0px 0px 0px 0px;
}
slide-light-s:hover {
	background-color: #ffeb4e;
	padding: 10px 12px;
}
slide-full-s {
	font-size: 12px;
	background-color: #ffeb4e;
	padding: 10px 12px;
	border-radius: 20px;
	color: #000;
	text-decoration: none;
	transition: 0.3s;
}
slide-full-s:hover {
	background-color: #ffeb4e;
}
.cat {
	width: 100%;
	overflow: auto;
	display: flex;
	height: 40px;
}
.logo {
	text-align: center;
}
h0 {
	font-size: 60px;
	font-weight: 500;
	font-style: italic;
}
.inhalt {
	margin: 0px 10%;
}
.foot {
	background-color: #FFEB4E;
	padding-top: 5px;
	padding-bottom: 4px;
}
.gelb {
	background-color: #FFEB4E;
	padding: 10px 0px;
}
.profilbild-s img {
	height: 60px;
	width: 60px;
	float: left;
	border-radius: 100px;
	object-fit: cover;
	border: #74B974 9px solid;
	margin-right: 6px;
}
.profilbild-s obertext {
	font-weight: 600;
	font-size: 30px;
	margin: 0px;
	padding: 0px;
	vertical-align: -34px;
}
.profilbild-s nebentext {
	vertical-align: -34px;
	font-style: italic;
}
.profilbild-s untertext {
	font-weight: 400;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	font-style: italic;
}
.profilbild-s {
	height: 85px;
}
.bild img{
	width: 100%;
	border-radius: 20px;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	max-height: 360px;
	max-width: 360px;
}
.bild {
	height: 180px;
	background-color: #FFEB4E;
	margin-bottom: 180px;
}
.teilspeich img {
	height: 12px;
	padding-right: 3px;
}
.teilspeich a {
	color: #000;
	font-size: 12px;
	margin-right: 12px;
}
.ueberbox {
    display: flex;           /* Flexbox aktivieren */
    flex-wrap: wrap;         /* Boxen in die nächste Zeile rutschen lassen */
    gap: 10px;               /* Abstand zwischen den Boxen */
    justify-content: flex-start; /* Boxen linksbündig ausrichten */
}

.box {
    width: 180px;            /* Breite der Box */
    border-radius: 22px;
    background-color: #FFEB4E;
    padding: 10px;
    margin-bottom: 10px;    /* Abstand unter der Box */
}

.box img {
    width: 100%;
    border-radius: 20px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    max-height: 180px;      /* An Box-Breite angepasst */
    max-width: 180px;
}