/* @font-face {
    font-family: "Source Sans Pro Regular";
    src: url("font/SourceSansPro-Regular.ttf");
} 

* {
    margin: 0;
    padding: 0;
    font-family: "Source Sans Pro Regular";
    font-weight: 1em;
}*/

html,
body {
    margin-bottom: 5em;
    padding-top: 2.5em;
    padding-bottom: 2.5em;
}

/* Sidemap */
section {

    margin-top: 1em;

}

section .col-md-3 .col-12 {
    border-left: 1px solid #aaa;
}

section .col-md-3 .col-12:first-child {
    border: none;
}

/* Akkord-Buttons-Breite */
.akkordButton {
    width: 100px;
}

.circleShadow {
    -webkit-filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
    filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
    /* Similar syntax to box-shadow */
  }


.test {
    border-color: #b1b100
}
/* Login-Seite */

#loginHeader {
    font-size: 2.75em;
}

#loginContainer {
    max-width: 600px;
    margin-top: 6em;
}

#textshadow {
    text-shadow: 2px 2px #000000;
}

/* Dashboard-Seite */

#link-decoration::after {
    content: '';
    display: block;
    width: 0;
    height: 0.063em;
    background: rgb(40, 40, 40);
    transition: width .3s;
}

#link-decoration:hover::after {
    width: 100%;
    transition: width .3s;
}

.status {
    display: inline;
    /* padding: 0.1em 0.75em 0.1em 0.75em; */
    border-radius: 1em;
    color: #fff;
}

tr:hover {
    cursor: pointer;
}

/* Status */
.status {
    width: 6.2em;
    border-radius: 0.75em;
    padding: 0.1em;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.smStatus {
    width: 2em;
    padding: 0.25em;
    border-radius: 3em;
}

.überfällig {
    background-color: #EC6772;
}

.laufend {
    background-color: #80C485;
}

.anstehend {
    background-color: #F3C466;
}

/* Tonleiter Header Noten */
.scale-note {
    display: inline-block;
    padding: 0 3px;
    border-radius: 4px;
}
.scale-note-active,
.accordion-button .scale-note-active {
    background: #00c853;
    color: #fff;
    font-weight: 600;
}

/* Akkord-Sound Button */
.chord-sound-btn {
    padding: 4px;
}
.chord-sound-btn svg {
    display: block;
    margin: 0 auto;
}

/* Kontakt-Seite */

.pers-img {
    margin: 1em;
    height: 120px;
    width: 90px;
    object-fit: cover;
    object-position: top center;
}


.kontakt {
    background-color: #f2f2f2;
    margin: 1em 0em;
}

.wkSpan {
    width: 15%;
}

.suchfeld {
    width: 100%;
}

/* xxl */
@media screen and (min-width:1400px) {
    .kontakt {
        max-width: 30%;
    }

    .wkSpan {
        width: 5%;
    }

    .suchfeld {
        width: 20%;
    }
}

/* xl */
@media screen and (min-width:1200px) and (max-width:1399px) {
    .kontakt {
        max-width: 40%;
    }

    .wkSpan {
        width: 5%;
    }

    .suchfeld {
        width: 30%;
    }
}

/* lg */
@media screen and (min-width:992px) and (max-width:1199px) {
    .kontakt {
        max-width: 50%;
    }

    .wkSpan {
        width: 7%;
    }

    .suchfeld {
        width: 40%;
    }
}

/* md */
@media screen and (min-width:768px) and (max-width:991px) {
    .kontakt {
        max-width: 60%;
    }

    .wkSpan {
        width: 9%;
    }
}

/* sm */
@media screen and (min-width:576px) and (max-width:767px) {
    .kontakt {
        max-width: 85%;
    }

    .wkSpan {
        width: 12%;
    }
}

/* Raum reservieren Seite */
.ra-body {
    display: flex;
    flex-direction: row;
    position: relative;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}

.ra-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background: linear-gradient(to bottom right, #595959, #a6a6a6);
    color: white;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.ra-header>div {
    padding: 12px 12px;
}

.ra-date {
    color: white;
    text-transform: uppercase;
    letter-spacing: 3px;
    background: transparent;
    border: none;
    outline: none;
}

.ra-row-header-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.ra-row-header {
    display: flex;
    color: #595959;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.ra-column-header {
    display: flex;
    flex-direction: row;
}

.ra-row-container {
    display: flex;
    flex-direction: column;
    position: relative;
}

.ra-hour {
    height: 100%;
    background: linear-gradient(#f2f2f2, #d9d9d9);
    border-left: 1px solid #d9d9d9;
    padding: 4px 0px;
    color: #595959;
}

.ra-row {
    display: flex;
    flex-direction: row;
}

.ra-cell {
    border-left: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
}


/* The heart of the matter */

.horizontal-scrollable>.row {
    overflow-x: auto;
    white-space: nowrap;
}

.horizontal-scrollable>.row>.col-xs-4 {
    display: inline-block;
    float: none;
}

.disable-select {
    user-select: none; /* supported by Chrome and Opera */
   -webkit-user-select: none; /* Safari */
   -khtml-user-select: none; /* Konqueror HTML */
   -moz-user-select: none; /* Firefox */
   -ms-user-select: none; /* Internet Explorer/Edge */
}

/* Decorations */

/* Tooltips */
/* Tooltip container */
.jbtooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
  }
  
  /* Tooltip text */
  .jbtooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
  
    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
  
    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
  }
  
  /* Tooltip arrow */
  .jbtooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
  }
  
  /* Show the tooltip text when you mouse over the tooltip container */
  .jbtooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
  }

/* Technik-Ausleihe-Seite + einzelne Kategorie-Seiten*/

.katBorder {
    display: block;
    width: 95%;
    border-bottom: 2px solid rgba(0, 0, 0, 0.685);
}

/* Navleiste für Technikausleihe */
.bg-secondary {
    background-color: #343A40 !important;

}


/* Suchleiste */
.input-search {
    box-sizing: border-box;
}

.search-box {
    width: fit-content;
    height: fit-content;
    position: relative;
    margin-bottom: 0.1em;
}

.input-search {
    height: 50px;
    width: 50px;
    border-style: none;
    padding: 10px;
    font-size: 14px;
    letter-spacing: 2px;
    outline: none;
    border-radius: 25px;
    transition: all .5s ease-in-out;
    background-color: transparent;
    padding-right: 40px;
    color: #fff;
}

.input-search::placeholder {
    color: rgba(255, 255, 255, .5);
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 100;
}

.btn-search {
    width: 50px;
    height: 50px;
    border-style: none;
    font-size: 20px;
    font-weight: bold;
    outline: none;
    cursor: pointer;
    border-radius: 50%;
    position: absolute;
    right: 0px;
    color: #ffffff;
    background-color: transparent;
    pointer-events: painted;
}

.btn-search:focus~.input-search {
    width: 300px;
    border-radius: 0px;
    background-color: transparent;
    border-bottom: 1.5px solid rgba(255, 255, 255, .5);
    transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
}

.input-search:focus {
    width: 300px;
    border-radius: 0px;
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
}

/* grow-Effkt bei Link zur Detailansicht der Technik in den Kategorie-Seiten */
.grow {
    display: inline-block;
    transition-duration: .3s;
    transition-property: transform;
}

.grow:hover {
    transform: scale(1.05);
}

/* Warenkorb-Übersicht */
.inputNumber {
    border: none;
    background-color: transparent;
    width: 40px;
}

.ausleihInput {
    border: none;
    font-weight: 700;
    cursor: pointer;
}


.ausleihInput:focus {
    outline: none;
    background-color: lightgray;
}



/* Ausleihvorgang-Bestätigung */

.link-effect {
    display: inline-block;
    padding-bottom: 0.25rem;
    /* defines the space between text and underline */
    position: relative;
}

.link-effect::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #343A40;
    transition: width 0.25s ease-out;
}

.link-effect:hover::before {
    width: 100%;
}

.fixed-top {
    margin-bottom: 12em;
}

/* Backend */

/* a_technik_ausleihe */

.admin-filter-btn {
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 6px;
    width: 200px;
}

.admin-filter-btn:hover {
    border-radius: 25px;
}

.admin-filter-btn:active {
    border-radius: 25px;
}

.activated {
    border-radius: 25px;
}

#Filter-anstRes {
    background-color: #82cfbb;
}

#Filter-heutAusg {
    background-color: #73D99F;
}

#Filter-laufAusg {
    background-color: #CFC663;
}

#Filter-heutRück {
    background-color: #C7A059;
    /* background-color: #db64602d; */
}

#Filter-überfRück {
    background-color: #DB6560;
}

/*FAQ  */
.questionDivider {
    border-top: 2px solid black;
}

.faqLink {
    color: #237bfd;
    text-decoration: none;
    font-weight: 600;
}

.sidemenu {
    background-color: #212529;
}

.objectdescription {
    background-color: #eeeeee;
}
#noten_rahmen,
#add_rahmen {
  max-width: 100%;
  box-shadow: none !important;
}

#noten_rahmen .btn-group,
#add_rahmen .btn-group {
  width: 100%;
  flex-wrap: wrap;
}

#noten_rahmen .btn,
#add_rahmen .btn {
  flex: 1 0 16.6667%;
  min-width: 0;
  font-size: 0.85rem;
}

#chordSoundToggle {
  min-height: 72px;
}

@media (min-width: 768px) {
  .chord-panel-row {
    display: flex;
    gap: 16px;
    align-items: stretch;
    width: 100%;
    box-sizing: border-box;
  }
  .chord-panel-row > [class*="col-"] {
    width: auto;
  }
  .chord-toggle-col {
    flex: 0 0 80px;
    max-width: 80px;
  }
  #chordSoundToggle {
    width: 80px;
  }

  .chord-left-col,
  .chord-right-col {
    flex: 1 1 0;
    min-width: 0;
    overflow: hidden;
  }
}

.chord-accordion-body {
  overflow: hidden;
}

@media (min-width: 768px) {
  #noten_rahmen,
  #add_rahmen {
    margin: 0;
  }
}

@media (max-width: 767.98px) {
  .chord-panel-row {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
}

/* AdSense layout protection */
.ad-slot-wrapper {
  width: 100%;
  max-width: 720px;
  margin: 1rem auto;
  overflow: hidden;
}

.ad-slot-wrapper .adsbygoogle {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
}

.ad-slot-wrapper iframe {
  max-width: 100% !important;
}
