/* ============================= */
/* PB-HACKS                      */
/* ============================= */

.cont_title {
    display: flex;
    flex-wrap: wrap;
	width:100%;
	margin-top:20px;
	/*border-radius: 5px;*/
}

.cont_kontakt {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 20px 0;
    /*border-radius: 5px;*/
}

.cont_caption {
    display: flex;
    flex-wrap: wrap;
	width:100%;
	background-color:rgba(165,215,100,0.3);
	border:1px solid #ccc; 
	padding:10px 15px;
	min-height: 80px;
	flex-direction:row;
	justify-content: left;
    align-items: center;
}

thead th {
    position: sticky;
    top: 0;
    background: white; /* wichtig! */
    z-index: 10;
}

label {
	font-weight:700;
	min-width:120px;
}

sup {
	color: red;
}

::placeholder {
    font-size: 0.8rem;
    color: #ccc;
}

.table-container {
    max-height: 400px;
    overflow-y: auto;
}

.pdf-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
}

.pdf-modal iframe {
    width: 95%;
    height: 95%;
    margin: 2% auto;
    display: block;
    background: white;
}

.pdf-modal .close {
    position: absolute;
    top: 15px;
    right: 25px;
    font-size: 32px;
    color: white;
    cursor: pointer;
    z-index: 10000;
}

.break {
    flex-basis: 100%;
    height: 10px;
}

.break-100 {
    flex-basis: 100%;
    height: 100px;	
}

.break-200 {
    flex-basis: 100%;
    height: 200px;	
}

.break-300 {
    flex-basis: 100%;
    height: 300px;	
}

.center{
    justify-content: center;
    align-items: center;
}

.right {
    margin-left: auto;
	padding-right: 15px;
}

.bottom {
    display: flex;
    align-items: center;
    height: 60px;
}


table,
thead,
tbody,
tr,
td {
    background-color: transparent !important;
}

.pt-20 {
	padding-top:20px;
}

.pt-50 {
	padding-top:50px;
}

.minw-140 {
	min-width: 140px!important;
}

.minw-180 {
	min-width: 180px!important;
}

.minw-200 {
	min-width: 200px!important;
}

.minw-250 {
	min-width: 250px!important;
}

.minw-300 {
	min-width: 300px!important;
}

.minw-900 {
	min-width: 900px!important;
}

.mw-900 {
	max-width: 900px;
}

.minh-100{
	min-height:100%;
}

.minh-70proz{
	min-height:70%!important;
}

.minw-60proz{
	min-width:60%!important;
}

.minw-100proz{
	min-width:100%!important;
}

.maxw-400{
    max-width:400px!important;
}

.maxw-180{
    max-width:180px!important;
}

.minw-300{
    min-width:300px!important;
}

.ms-55{
	margin-left:55px!important;
}

.dsgvo a {
    text-decoration: none;
}

.dsgvo a:hover {
    /*text-decoration: underline;*/
}

.dsgvo h2 {
    margin-bottom: 10px;
}

.dsgvo h5 {
    margin-top: 10px;
    font-weight: 600;
}

.dsgvo p {
    margin: 0;
}

.repertoire-search {
	width:30%!important;
}

.song, .event{
	flex: 1;
    overflow-y:auto;
	position:relative;
	max-width:900px;
	max-height:76%;
	border:2px solid rgba(17, 17, 26, 0.3);
	border-radius: 10px;
	margin:0 auto;
	margin-top: 100px;
	padding:50px;
	background-color:#16a34a!important;
	background: linear-gradient(to bottom, rgba(50,100,30,0.5), rgba(16,46,4,.7))!important;
	backdrop-filter: blur(10px);
	box-shadow: rgba(17, 17, 26, 0.3) 0px 8px 12px, rgba(17, 17, 26, 0.3) 0px 16px 28px, rgba(17, 17, 26, 0.3) 0px 24px 40px;
}

/* 🔥 LISTENBLOCK */
.list-block {
    padding-left: 1.5rem;
    border-left: 2px solid #e9ecef;
}

/* Listen sauber */
.list-block ul {
    padding-left: 1.2rem;
    margin-bottom: 0.5rem;
}

.list-block li {
    margin-bottom: 4px;
}

small{
	font-size:16px!important;
	font-weight: 700;
}

section {
    margin-bottom: 20px;
}

.plus-icon {
    color: white;
    font-weight: bold;
    font-size: 20px;
}

.form-control {
    /*border-radius: 10px;*/
    padding: 10px;
	width:100%;
	margin:2px 0;
}

.form-select:focus {
	background-color: #fff3cd; /* gelb */
    border-color: #16a34a!important; /* grün */
    box-shadow: 0 0 0 0.2rem rgba(22,163,74,.25)!important;
}

.form-page{
    max-width:1200px;
    width:100%;
    margin:0 auto;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.9);
    color: white;
    padding: 15px;
    z-index: 9999;
    text-align: center;
    display: none;
}
.cookie-banner {
    pointer-events: auto;
}

.cookie-banner[style*="display: none"] {
    pointer-events: none;
}

audio::-webkit-media-controls-panel {
    background-color: #198754;
}

input[type="file"]::file-selector-button {
    background-color: #198754 !important;
    color: white !important;
    border: none;
	border-radius: 5px;
    padding: 6px 12px;
    cursor: pointer;
	margin-left:0px;
    transition: all 0.2s ease;
    opacity: .8 !important;
}

input[type="file"]:hover {
    background-color: rgba(9.8,52.9,32.9,0.2); /*#157347!important;
	/*opacity: 0.6 !important;*/
}

input[type="date"].form-control  {
    line-height: 1.0!important;
}

#mailbutton{
	display:inline-block;
	padding:20px 25px;
	background:#007bff;
	color:#ffffff;
	text-decoration:none;
	/*border-radius:5px;*/
	font-weight:bold;
}

.modal{
    z-index: 99999 !important;
}

.modal-backdrop{
    z-index: 99998 !important;
}

.modal-dialog {
    max-width: 80%;
}

#zoomImg {
    transition: transform 0.1s;
    transform-origin: center center;
}

.carousel-item img{
    width:100%;
    height:50vh;
    object-fit:contain;
	/*background: linear-gradient(to bottom, rgba(50,100,30,0.5), rgba(16,46,4,1)); /* optional für leere Bereiche */
    margin: -30px auto 30px auto;
}

.carousel-control-prev{
    left:0%!important;
}

.carousel-control-next{
    right:0%!important;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
    border-top-width: 0px;
    border-top-style: none;
    border-top-color: currentcolor;
    border-bottom-width: 0px;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease;
  margin-top: -150px!important;
}

#search{
    width:300px;
    padding:8px;
	margin-left: 10px;
    font-size:16px;
}

.result-item{
    padding:6px;
	margin-left: 12px;
    cursor:pointer;
}

.result-item:hover{
    background:#f0f0f0;
}

#pdfFrame {
    width:100%;
    height:100%;
    border:none;
}

.close{
    position:absolute;
    right:15px;
    top:10px;
    font-size:26px;
    cursor:pointer;
    z-index:1000;
}

:root {
    --primary: #16a34a;      /* dunkles Grün */
    --primary-dark: #16a34a;
    --accent: #38bdf8;       /* hellblau */
    --bg-soft: #f8fafc;      /* leicht grau-blau */
}

.btn-success {
    background: #16a34a; /*linear-gradient(135deg, #22c55e, #4ade80);*/
    border: none;
    box-shadow: 0 4px 12px rgba(34,197,94,0.3);
    /*transition: 0.2s;*/
}

.btn-success:hover {
    /*transform: translateY(-1px);*/
	color:white;
    box-shadow: 0 6px 18px rgba(34,197,94,0.4);
}

.btn-secondary:hover {
    /*transform: translateY(-1px);*/
	color:white!important;
    box-shadow: 0 6px 18px rgba(34,197,94,0.4);
}

.container,
.card {
    background: transparent !important;
}

.card-info {
	background: white;
	border-radius: 18px;
	padding: 0 30px;
	border: none;
	height: 100%;
	pointer-events: none;
}

.statistics-card{
    transition: all .2s ease;
    cursor: pointer;
}

.statistics-card:hover{
    transform: translateY(-2px);
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.20);
}

/* Teilzahlungen */

.statistics-partial{
	border-color:#ffc107!important;
}

.statistics-partial-header{
	background:#ffc107!important;
	color:#000!important;
}

.statistics-partial-text{
	color:#ffc107!important;
	font-weight:700;
}

.disabled-field {
    pointer-events: none;
    user-select: none;
    opacity: 0.7;
}

.fixed-button-suche {
    position: fixed;
    left: 20px;
    bottom: 70px;

    z-index: 9999;

    display: flex;
    gap: 10px;
}

.fixed-button-beenden {
    position: fixed;
    left: 240px;
    bottom: 70px;

    z-index: 9999;

    display: flex;
    gap: 10px;
}

.box-shadow-blur {
	box-shadow: 0 8px 30px rgba(0,0,0,0.20);
}

.text-shadow-sm {
    text-shadow: 1px 1px 2px rgba(0,0,0,.6);
}

/* stärker */
.text-shadow-lg {
    text-shadow: 3px 3px 6px rgba(0,0,0,.6);
}

/* Glow */
.text-glow {
    text-shadow: 0 0 10px rgba(255,255,255,.8);
}

.mt-n1 {
  margin-top: -0.25rem !important;
}

.mt-n2 {
  margin-top: -0.50rem !important;
}

.title-decoration h1{
    text-align:center;
    margin-bottom:10px;
}

.title-decoration::after{
    content:"";
    display:block;
    width:360px;
    height:3px;
    margin:0 auto;
    border-radius:2px;
    background:linear-gradient(
        to right,
        transparent,
        #ffc107,
        transparent
    );
}

.fancy-title{
    text-align:center;
    position:relative;
    padding-bottom:12px;
}

.fancy-title::after{
    content:"♫ ♪ ♫";
    display:block;
    margin-top:5px;
    color:#ffc107;
    font-size:1rem;
}

.youtube-container{
    width:100%;
    max-width:600px;
    margin:auto;
}

.youtube-placeholder{
    display:flex;
    justify-content:center;
    width:100%;
    max-width:600px;
	margin:auto;
}

.fade-out{
    opacity:0;
    transition:opacity .5s ease;
}

.btn-purple{
    background-color:#6f42c1;
    color:white;
    border:none;
}

.btn-purple:hover{
    background-color:#5b35a8;
    color:white;
}

.btn-outline-purple{
    border:2px solid #6f42c1;
    color:#6f42c1;
    background:white;
}

.btn-outline-purple:hover{
    background:#6f42c1;
    color:white;
}

.scroll-article {
    overflow-y: auto;
    overflow-x: hidden;
    min-width: 0;
}

.fixed-info-box{
    background:#fff;
    border:1px solid #ced4da;
    border-radius:.5rem;
    padding:1.5rem;
}

.table-sticky th{
    position: sticky;
    top: 0;
    z-index: 100;
    background: var(--bs-dark);
    color: #fff;
}

.table-container{
    max-height:500px;
    overflow-y:auto;
}

.info-line{
    display:flex;
    align-items:center;
    padding:0;
	margin: 0 0 0 20px;
    /*border-bottom:1px solid #ececec;*/
}

.info-label{
    width:190px;
    min-width:190px;
    font-weight:600;
    color:#555;
	margin-left:30px;
}

.info-value{
    flex:1;
    padding:0 .5rem;
    background:#f8f9fa;
    border-radius:.25rem;
}

.info-text{
    background:#f8f9fa;
    border:1px solid #dee2e6;
    border-radius:.4rem;
    padding:.0.05rem;
    white-space:pre-wrap;
}

.system-info{
    margin-top:20px;
    padding-top:10px;
    border-top:1px solid #dee2e6;
    font-size:.85rem;
    color:#6c757d;
    line-height:1.4;
}

.bg-orange{
	background:#fd7e14 !important;
	color:#fff !important;
}

/* ===================================================== */
/* TIMELINE-CARDS */
/* ===================================================== */

.timeline{
    position:relative;
    margin-left:18px;
    padding-left:30px;
}

.timeline::before{
    content:"";
    position:absolute;
    left:10px;
    top:0;
    bottom:0;
    width:3px;
    background:#198754;
    border-radius:3px;
}

.timeline-item{
    position:relative;
    margin-bottom:25px;
	margin-left: 28px!important;
	box-shadow:
}

.timeline-marker{
    position:absolute;
    left:-28px;
    top:18px;
    width:22px;
    height:22px;
    border-radius:50%;
    background:#198754;
    border:3px solid #fff;
    box-shadow:
        0 0 0 3px #198754,
        0 4px 10px rgba(0,0,0,.25);
    transition:.2s;
    z-index:2;
}

.timeline-card{
    max-width:40%;
    min-width:360px;
	margin-left:0;
}

.timeline-marker.payment{
    background:#198754;
    box-shadow:0 0 0 3px #198754, 0 4px 10px rgba(0,0,0,.25);
}

.timeline-item:hover .timeline-marker.payment{
    transform:scale(1.15);
    box-shadow:
        0 0 0 4px #198754,
        0 6px 16px rgba(0,0,0,.35);
}

.timeline-marker.booking{
    background:#0d6efd;
    box-shadow:0 0 0 3px #0d6efd, 0 4px 10px rgba(0,0,0,.25);
}

.timeline-item:hover .timeline-marker.booking{
    transform:scale(1.15);
    box-shadow:
        0 0 0 4px #0d6efd,
        0 6px 16px rgba(0,0,0,.35);
}

.timeline-marker.reminder{
    background:#ffc107;
    box-shadow:0 0 0 3px #ffc107, 0 4px 10px rgba(0,0,0,.25);
}

.timeline-item:hover .timeline-marker.reminder{
    transform:scale(1.15);
    box-shadow:
        0 0 0 4px #ffc107,
        0 6px 16px rgba(0,0,0,.35);
}

.timeline-marker.cancelled{
    background:#dc3545;
    box-shadow:0 0 0 3px #dc3545, 0 4px 10px rgba(0,0,0,.25);
}

.timeline-item:hover .timeline-marker.cancelled{
    transform:scale(1.15);
    box-shadow:
        0 0 0 4px #dc3545,
        0 6px 16px rgba(0,0,0,.35);
}

.us-none {
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none;    /* Firefox */
  -ms-user-select: none;     /* Internet Explorer/Edge */
  user-select: none;
}

@media (max-width: 768px) {
	
	.h-100{
		height:100dvh!important;
	}

    .timeline-card{
        max-width:100%;
        min-width:100%;
    }
}
