/*! Place your custom styles here */
.spinner {
    width: 40px;
    height: 40px;

    position: relative;
    margin: 100px auto;
}

.double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #003ca0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;

    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
    0%, 100% { -webkit-transform: scale(0.0) }
    50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 50% {
          transform: scale(1.0);
          -webkit-transform: scale(1.0);
      }
}





.styled-select {
    outline: none;
    border: none;
    border-bottom: 2px solid black;
    border-radius: 0;
    background: 0;
}

.styled-select:focus {
    border-color: initial !important;
    background: 0 !important;
    box-shadow: initial !important;
}

/*!* disable bootstrap 4 blue glow *!*/
/*.btn:focus,.btn:active {*/
/*    outline: none !important;*/
/*    box-shadow: none;*/
/*}*/


.same-dim-pic {
    position: relative;
    float: left;
    background-position: 50% 50%;
    background-repeat:   no-repeat;
    background-size:     cover;
}



@media only screen and (max-width: 600px) {
    .slider-pomiku-titel {
        font-size: 40px !important;
        line-height: 40px !important;
    }
}

@media only screen and (min-width: 601px) {
    .slider-pomiku-titel {
        font-size: 60px !important;
        line-height: 80px !important;
    }
}

.event_label {
    position: absolute;
    display: inline;
    padding: 0 7px;
    z-index: 3;
    font-size: 9px;
    font-weight: 800;
    border-radius: 15px;
    bottom: 15px;
    background-color: white;
    right: 27px;
}
.short_hand_wrapper {
    position: fixed;
    bottom: 10px;
    right: 15px;
    z-index: 10000;
}
.short_hand_content {
    height: 60px;
    cursor: pointer;
    width: 60px;
    border-radius: 30px;
    display:flex;
    justify-content:center;
    align-items:center;
    margin-bottom: 10px;
    background-color: white;
    box-shadow: 0 0 10px rgba(10, 10, 10, 0.4);
}
.short_hand_image {
    padding: 8px;
    border-radius: 30px;
    transition: 0.3s;
}
.short_hand_content :hover {
    background-color: #D3D3D3;
    box-shadow: 0 0 25px rgba(10, 10, 10, 0.6);
}

.automated_table_heads > a {
    color: white;
}
