/*
************************************************************
@author Daniel
Description of swinter
************************************************************
*/
/* 
    Created on : 22.02.2019, 13:36:50
    Author     : Daniel
*/
#logo img {
    width: 147px;
    height: auto;
    padding-left: 1px;
    margin: -5px 0px;
}
.footerWithoutWidget {
    display: block; 
    padding: 7px 14px 15px; 
    border: 1px solid rgba(0,0,0,.1); 
    background: rgba(248,248,248,.9);
}
.footerWithoutWidget button{
    margin-top: 15px;
    font: 300 15px/29px 'Open Sans',Helvetica,Arial,sans-serif; height: 31px; padding: 0 22px;
}
.w-100 {
    width: 100%!important;
}
.g-bottom-30 {
    bottom: 2.14286rem;
}
.g-left-30 {
    left: 2.14286rem;
}
.g-pos-abs {
    position: absolute !important;
}
.g-color-white {
    color: #fff !important;
}
.text-uppercase {
    text-transform: uppercase!important;
}
.d-block {
    display: block!important;
}
.h1, .h2, .h3, .h4, .h5, .h6, .h7, h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}
.h1, h1 {
    font-size: 2.5rem;
}
.mb-0, .my-0 {
    margin-bottom: 0!important;
}
.u-link-v2 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-indent: -100%;
    white-space: nowrap;
    overflow: hidden;
    z-index: 2;
}
[class*="u-block-hover"] {
    position: relative;
    max-width: 100%;
    margin: 0;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}