.overlay {
  position: absolute;
  z-index: 300;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.6);
}
/*
.modal {
  max-height: calc(100% - 100px);
  position: fixed;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -20%);
  background: #fff;
  display: none;
  z-index: 201;
  box-shadow: 0 3px 9px rgba(0,0,0,0.1);
  min-width: 60%;
  min-height: 75%;

}

.infomodal>.modal{
  display: inline-block;
}
*/

.blur-svg {
  display: none;
}

.modal-dialog{
  margin-top: 150px;
}

@media (min-width: 768px){
  .modal-dialog {
      width: 800px;
  }
}

@media (min-width: 1300px) and (max-width: 1650px){
  .modal-dialog{
    margin-left: 35%;
    margin-right: auto;
  }
}

@media (min-width: 1050px) and (max-width: 1299px){
  .modal-dialog{
    margin-left: 40%;
    margin-right: auto;
    width: 600px;
  }
}

.modal button.close{
  color: #27348E;
  opacity: 1;
  transition: all 0.1s;
  outline: none; 
  position: absolute;
  right: 15px;
  top: 15px;
}

.modal .modal-back{
  margin-right: 5px;
  cursor: pointer;
}

.modal button.close:hover{
  color: #286090;

}

.modal button.close:active {
  transform: scale(1.2);
  color: #286090;
}

.modal button.close i{
  font-size: 3rem;
  outline: none;
}

.modallogo {
  width: 100%;
  height: 80px;
  margin-top: 20px;
  margin-left: 20px;
}

.modallogo img {
  height: 80%;
  max-height: 90px;
  width: auto;
}

.infomodal {
  display: none;
  z-index: 300;
}

.modal-text {
  padding: 30px;
  overflow: auto;
  height: calc(100% - 80px);
}

@media (max-width:1049px){
  #list-modal{
    display: none;
  }
}

#list-modal .modal-body.step-1{
  padding: 0px;
}

#list-modal .modal-body.step-1 .location{
  background-color: #fff;
  padding: 0px 15px;
}

#list-modal .modal-body.step-1 .location:hover{
  background-color: #eee;
}

#list-modal .modal-body.step-1 .location a{
  color: #000;
  padding: 15px 0px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  position: relative;
}

#list-modal .modal-body.step-1 .location a .info{
  padding-right: 75px;
}

#list-modal .modal-body.step-1 .location a h4,#list-modal .modal-body.step-1 .location a .bezirke{
  display: inline-block;
}

#list-modal .modal-body.step-1 .location a .bezirke .bezirk{
  border: 1px solid #ccc;
  display: inline-block;
  padding: 3px 8px;
  border-radius: 10px;
  margin-left: 10px;
  color: #ccc;
}

#list-modal .modal-body.step-1 .location a i{
  position: absolute;
  top: 50%;
  right: 30px;
  font-size: 30px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  color: #27348E;
}

#list-modal .modal-body.step-1 .location a:hover{
  text-decoration: none;
}


#list-modal .modal-body.step-1 .location a h5{
  font-weight: 300;
}

#info-wrapper-modal .modal-body .location{
  border-bottom: 1px solid #eee;
  cursor: pointer;
}
#locations{
  padding-bottom: 30px;
}

.infowindow{
  word-break: break-all;
}

.infowindow .col-xs-12{
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
  margin-bottom: 30px;
  word-break: break-word;
}

.infowindow .col-xs-6{
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 10px;
  word-break: break-word;
}

.infowindow .col-xs-12:not(.hide):last-of-type{
  border-bottom: 0px;
}

.infowindow .col-xs-12 h4{
  margin-top: 0px;
}

.infowindow .col-xs-12 p:last-child{
  margin-bottom: 0px;
}

.infowindow .categories>li{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.infowindow .categories>li strong, .infowindow .categories>li .pill{
  display: block;
  padding: 0px;
  margin: 0px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.infowindow .categories>li .pill{
  padding: 3px 8px;
  border: 1px solid #666;
  color: #666;
  border-radius: 10px;
}

.modal-backdrop.in {
  opacity: 0 !important;
  z-index: -1050 !important;
}

.modal-step{
  display: block;
}

.footer-links{
  cursor: pointer;
}

