﻿@font-face {
  font-family: 'Open Sans';
  src: url('/css/fonts/OpenSans-Regular.woff2') format('woff2'), url('/css/fonts/OpenSans-Regular.woff2') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/css/fonts/OpenSans-Bold.woff2') format('woff2'), url('/css/fonts/OpenSans-Bold.woff2') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}
html {
  min-height: 100%;
}
body {
  margin-bottom: 60px;
  background-color: gold;
  font-family: 'Open Sans', sans-serif;
  color: #0B1C2D;
}
body > div.container {
  height: calc(100% - 25px);
}
h1,
h2,
h3,
h4,
h5,
h6,
.card-header,
.card-body {
  color: #0B1C2D;
}
hr {
  color: black;
  opacity: 100%;
}
a {
  color: #741792;
}
header {
  background-color: gold;
}
.form-floating > .form-control-plaintext::placeholder,
.form-floating > .form-control::placeholder,
.form-control::placeholder {
  color: grey;
}
.form-floating > .form-control-plaintext:focus::placeholder,
.form-floating > .form-control:focus::placeholder {
  text-align: start;
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-40 {
  margin-top: 40px;
}
div.headline {
  height: 120px;
  position: relative;
}
div.headline div.hat {
  position: absolute;
  width: 70px;
  bottom: 55px;
  right: calc(50% - 5px);
  transform: rotate(15deg);
}
div.headline div.hat.hat-animation {
  animation-delay: 1s;
  animation-direction: normal;
  animation-duration: 3s;
  animation-iteration-count: 1;
  animation-name: move-hat;
  animation-timing-function: ease-in-out;
}
div.headline div.hat.hat-end {
  right: calc(50% - 162px);
}
div.headline div.hat img {
  width: 100%;
}
div.headline h1 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-top: 60px;
  font-weight: bold;
  letter-spacing: 20px;
}
div.headline h1.h1-animation span {
  animation-delay: 1s;
  animation-duration: 3s;
  animation-name: grow-h1;
  animation-timing-function: ease-in-out;
}
div.headline h1.h1-end span {
  font-size: 4rem;
}
.card video {
  width: 100%;
}
@keyframes move-hat {
  from {
    right: calc(50% - 5px);
  }
  to {
    right: calc(50% - 162px);
  }
}
@keyframes grow-h1 {
  from {
    font-size: 2.5rem;
  }
  to {
    font-size: 4rem;
  }
}
.card {
  overflow: hidden;
}
.icon {
  text-decoration: none;
  width: 40px;
  height: 40px;
  display: inline-block;
  margin: 0 20px;
}
.icon svg {
  height: 100%;
  width: 100%;
}
.icon.icon-facebook {
  color: blue;
}
.icon.icon-instagram {
  color: orange;
}
@media (max-width: 600px) {
  div.headline {
    height: 80px;
  }
  div.headline h1 {
    letter-spacing: 10px;
  }
  div.headline div.hat {
    width: 50px;
    right: 90px;
    bottom: 35px;
  }
}
@media (max-width: 500px) {
  div.headline div.hat {
    bottom: 40px;
    right: 130px;
  }
}
form .scope-selector {
  position: absolute;
  top: -56px;
  right: 13px;
}
form .scope-selector .btn-group button {
  border-color: black;
}
form .scope-selector span .dropdown-item {
  cursor: pointer;
}
div.homepage .card {
  background-color: transparent;
}
div.homepage .card-header {
  text-align: center;
  font-weight: bold;
}
div.homepage .card-body {
  text-align: center;
}
div.homepage .card-body-video {
  border-radius: 0 0 5px 5px;
  margin-bottom: -6px;
}
div.homepage .card-body-audio {
  margin: 10px 10px 4px 10px;
}
div.homepage .card-body-audio audio {
  width: 100%;
  border-radius: 0;
}
div.homepage .accordion,
div.homepage .accordion-item {
  background-color: transparent;
  /*    border-color: transparent;
*/
}
div.homepage .accordion button,
div.homepage .accordion-item button {
  font-weight: bold;
  background-color: rgba(33, 37, 41, 0.03);
  box-shadow: none;
}
div.setlistedit div.card-body {
  padding: 0;
}
div.setlistedit div.card-filter {
  padding: 10px 20px;
}
div.setlistedit div.card-filter .dropdown button {
  width: 100%;
}
div.setlistedit div.card-filter .row:nth-child(2) {
  margin-top: 10px;
}
div.setlistedit .list-group-item {
  user-select: none;
}
div.setlistedit .list-group-item.missing-length {
  background-color: lightcoral;
}
div.setlistedit div.songlist-parent div.card-body,
div.setlistedit div.setlist-parent div.card-body {
  overflow-y: auto;
}
div.setlistedit .song-info {
  font-style: italic;
  color: gray;
  margin-left: 10px;
}
div.setlistedit #setList li {
  cursor: pointer;
}
div.setlistedit ul#songsInSet li.active span.song-info {
  color: #F0F0F0;
}
div.setlistedit #songUp {
  margin-left: 40px;
}
textarea {
  resize: none;
}
table th {
  white-space: nowrap;
}
table tr.Private td {
  font-style: italic;
}
table tr.termin-in-past td {
  color: gray;
}
.scope-selector li {
  cursor: pointer;
}
#setlength {
  margin-bottom: 10px;
}