body{
  background-color: #e87511;
  color: #fff;
  min-height: 100%;
  margin-bottom: 5rem;
}

.bgzegel{
  background-image: url(../images/bg_zegel.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 300px;
  max-height: 90%;
  width: 300px;
  max-width: 90%;
  z-index:-1;
}

.bg-green{
  background-color: #3D9B35;
}
.titleHeader{
  background-color: #3D9B35;
  padding: 0.5rem 0;
  margin: 2rem 0;
  position: relative;
}
.titleHeader.XL h1{
  font-size: 3.2rem;
  line-height: 4.5rem;
}
.titleHeader__title{
  margin: 0 !important;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-left: 7rem;
}
.titleHeader.XL .titleHeader__title{
  padding: 0 0 0 0;
  text-shadow: 0 0 5px #000000;
}

.fullcontainer{
  margin-top: 4rem;
}
.titleHeader__image{
  max-height: 6rem;
  position: absolute;
  transform: translateY(-25%);
}
.titleHeader.XL .titleHeader__image{
  margin-left: -10rem;
  max-height: 9rem;
  transform: translateY(-20%);
}

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  background-color: #2a2a2a;
  color: #fff;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 600px){
  .titleHeader{
    margin: 1rem 0;
  }
  .titleHeader__image{
    max-height: 4rem;
  }
  .titleHeader__title{
    font-size: 1.5rem;
    padding-left: 80px;
  }
  .footer{
    font-size:0.8rem;
  }
}
.row{
  margin-bottom: .25rem;
}
.list-group-item{
  color: black;
}
.no-bg .list-group-item{
  background-color: transparent;
  color: #fff;
}
.no-bg .list-group-item:hover{
  color: #eee;
  font-weight: bold;
}
.connectedSortable{
  min-height: 3rem;
  border: 1px solid white;
  background-color: rgba(255, 255, 255, 0.1);
}
.volgorde{
  font-size: 0.75rem;
  padding-bottom: 2rem;
}
.volgorde .list-group-item{
  padding: 0.25rem;
}
.done{
  text-decoration: line-through;
  color: #343a40;
}

.songtekstContainer{
  margin-top: 4rem;
  position: absolute;
  font-size: 4rem;
  width: 100%;
  height: calc(100% - 10rem);
  margin: auto;
}

.songtekst{
  position: absolute;
  padding: 0 2rem;
  width: 90%;
  text-align: center;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  text-shadow: 0 0 5px #000000;
}
.card{
  background-color: transparent;
}
.card-header{
  /*padding: 0;*/
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.mb-3 .card-header{
  padding: .25rem 1.25rem;
}
.mb-3 .card-body{
  padding: 0.5rem 1rem;
  font-size: .8rem;
}
.btn-link{
  color: #fff;
}
.btn-link:hover{
  color: #fff;
  text-decoration: none;
}
.codeInput{
  margin-bottom: 0.3rem;
  text-transform: uppercase;
}
.codeInput::placeholder{
  text-transform: initial;
}
.display{
  margin-bottom: 0;
  overflow: hidden;
}
.titelVak{
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;  
}
.line{
  width: 10px;
  height: 80%;
  position: absolute;
  left: 50%;
  top: 9rem;
  background-color: #3D9B35;
}

.deelnemer{
  text-shadow: 0 0 5px #000000;
}
.deelnemer .categorie{
  color: #fff;
  text-shadow: 0 0 5px #3D9B35;
}
.deelnemer .titel{
}
.deelnemer .band{
  display:none;
}
.footer a{
  color: #fff;
  text-decoration: underline;
}
.footer a:hover{
  color: #ccc;
}

/* LOADER */
.loading{
  background-color: rgba(0, 0, 0, 0.2)!important ;
  color: #495057!important;
}
.js-loading{
  font-weight: normal;
  color: #fff;
  display: none;
}
.loading .js-loading{
  display: inline-block;
}
.lds-ring {
  display: inline-block;
  position: relative;
  width: 1rem;
  height: 1rem;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 0.9rem;
  height: 0.9rem;
  margin: .1rem;
  border: .1rem solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.stemcode{
  position: absolute;
  height: 1.4rem;
  bottom: -1.9rem;
  padding: 0 1rem 0.5rem 1rem;
  right: 0.5rem;
  text-transform: uppercase;
  background-color: #2e7528;
  -webkit-border-radius: 10px 10px;
  border-radius: 0 0 10px 10px;
}

.trophygold, .trophygold:hover{
  color: #DBAC34!important;
}
.trophysilver, .trophysilver:hover{
  color: #AAA9AD!important;
}
.trophybronze, .trophybronze:hover{
  color: #CD7F32!important;
}
.trophyBtn, .trophyBtn:hover{
  font-size: 3rem!important;
  position: relative;
}
.card-header{
  position: relative;
}
.position{
  padding: 0.5rem;
  margin-left: 1rem;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}
.pos1{
  background-color: #DBAC34;
}
.pos2{
  background-color: #AAA9AD;
}
.pos3{
  background-color: #CD7F32;
}

.trophyNr{
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 1.2rem;
  background-color: #fff;
  border-radius: 50%;
  height: 1.5rem;
  width: 1.5rem;
  text-align: center;
  line-height: 1.5rem;
  transform: translate(-50%, -50%);
}
.desctxt{
  font-size: 1rem;
  display: block;
  
}
.modal-title, .modal-body{
  color: #000;
}
