.loading-gif {
    position: fixed;
    top: calc((100% - 100px )/2);
    left: calc((100% - 100px )/2);
    z-index: 3;
    width: 100px;
    display: none;
}

.loading-gif img {
    width: 100%;
}

.button-1{
    padding: 10px 18px 11px;
    display: inline-block;
    margin: 0;
    font-size: 12px;
    font-family: Montserrat;
    letter-spacing: 1px;
    font-weight: 500;
    transition: all 0.2s;
    text-transform: uppercase;
    color: #fff;
    background: #01466b;
    position: relative;
}

.button-1:hover{
    color: #fff;
}

.promo-webshop{
    padding: 100px 0;
    background: 
        linear-gradient(90deg,rgba(13,35,57,0.5),rgba(13,35,57,0.5) 100%),
        url(../FlorSysIntegration/Personal/img/webshop.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.promo-webshop h2{
    color: #FFF !important;
}

.button-2{
    padding: 15px 30px;
    display: inline-block;
    margin: 0;
    font-size: 12px;
    font-family: Montserrat;
    letter-spacing: 1px;
    font-weight: 500;
    transition: all 0.2s;
    text-transform: uppercase;
    color: #fff;
    position: relative;
}

.button-2:hover{
    color: #fff;
}