
.zoomPlan{
    margin-bottom: 0px!important;
}
.zoomPlan:hover{
    cursor: pointer;
}

.stand {
    transition: all .2s ease-in-out;
    cursor: pointer;
}

.stand.blink {
    -webkit-animation: blinking 2s infinite;  /* Safari 4+ */
    -moz-animation: blinking 2s infinite;  /* Fx 5+ */
    -o-animation: blinking 2s infinite;  /* Opera 12+ */
    animation: blinking 2s infinite;  /* IE 10+, Fx 29+ */
}

@-webkit-keyframes blinking {
    0% {
        fill: rgb(199,19,33);
        opacity: 50;
    }
    50% {
        fill: rgb(199,19,33);
        border-color: white;
        opacity: 0;
    }
    100% {
        fill: rgb(199,19,33);
        opacity: 100;
    }
}

@-moz-keyframes blinking {
    0% {
        fill: rgb(199,19,33);
        opacity: 50;
    }
    50% {
        fill: rgb(199,19,33);
        border-color: white;
        opacity: 0;
    }
    100% {
        fill: rgb(199,19,33);
        opacity: 100;
    }
}

@keyframes blinking {
    0% {
        fill: rgb(199,19,33);
        opacity: 50;
    }
    50% {
        fill: rgb(199,19,33);
        border-color: white;
        opacity: 0;
    }
    100% {
        fill: rgb(199,19,33);
        opacity: 100;
    }
}

.stand.gebucht{
    fill: #ed3b49;
    background-color: #ed3b49;
}

.stand.reserviert{
    fill: grey;
    background-color: #ecda7b;
}

.stand.frei{

}

.stand.selected{
    fill: #638e02;
}


.standhover {
    fill: #6c82c7 !important;
    color: white;
}


.aussteller-full{
    display: flex;
}

.aussteller-details{
    display: block;
    width: 60%;
    float: left;
    background-color: #f2f2f2;
    padding: 15px;
}

.aussteller-hallenplan{
    display: block;
    width: 40%;

}

.aussteller-hallenplan .standnummer_wrapper {
    padding: 20px;
    font-size: 14px;
}

.aussteller-hallenplan .standnummer_wrapper .standnummer {
    font-size: 26px;

}

.hallenplan_wrapper{
    padding: 30px;
}

#hallenplan_svg {
    min-height: 495px;
    width: 100%;
}

article.aussteller-full #hallenplan_svg {
    min-height: auto;
}

.hallenplan_wrapper #hallenplan_svg {
    min-height: auto;
}

.spinner{
    position: fixed;
    z-index: 999;
    height: 50px;
    width: 50px;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: white;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: none;
    white-space: unset;
    padding: 10px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: 'Roboto',sans-serif;
}
.btn-primary {
    color: white;
    background-color: #c71122;
    border-color: #c71122;
}

