/* ============================= */
/* 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;
}

form {
	display: flex;
	flex-direction: column;
	width:100%!important;
	min-height: 100%!important;
	padding-left:10px;
	padding-bottom:5px;
}

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;
}

.card {
    background: rgba(255,255,255,0.8);
    overflow-y: auto;
	width:100%;
    padding: 20px;	
	padding-top:0;
	margin: 0 auto;
	border-radius:0px!important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
	line-height: 1.6;
}

.pt-20 {
	padding-top:20px;
}

.pt-50 {
	padding-top:50px;
}

.mw-900 {
	max-width: 900px;
}

.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{
	flex: 1;
    overflow-y:auto;
	position:relative;
	max-width:900px;
	background-color:rgba(165,215,100,0.3);
	border:1px solid #333;
	/*border-radius: 5px;*/
	margin:0 auto;
	margin-top: 50px;
	margin-bottom: 15px;
	padding:20px;
}

/* 🔥 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:60%;
	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;
}

.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;*/
}

#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);
}
