.h-1 {
    height: 100px;
}

.h-0 {
    height: 50px;
}

.h-2 {
    height: 553px;
}


.bg-kanzlei {
    background: transparent url("../images/background-2.png") repeat-x left top;
}

@media (max-width: 575.98px) {
    .bg-kanzlei {
        background: transparent;
    }

}

h1 {
    font-size: 2.0em;
    margin: 0;
    padding: 0;
    line-height: 0.6em;
    color: #9acce5;
}

h1.small {
    font-size: 1.5em;
}

h1.smaller {
    font-size: 1.25em;
}

h2 {
    font-size: 1.5em;
    margin: 0;
    padding: 0;
    line-height: 1.5em;
}

h2.small {
    font-size: 1em;
}

h2.smaller {
    font-size: 0.8em;
}

.float-right {
    //float: right;
    position: absolute;
    z-index:100;
    right:25px;
}

.p-r-5 {
    padding-right: 25px;
}

.text-white {
    color: white;
}

.row.noflex {
    display: inherit;
    margin: 0;
}


a {
    color: #4987e5;
}

.max-size {
    max-width: 1100px;
}

.btn-info {
    color: #fff;
    background-color: #4987e5;
    border-color: #4987e5;
}

.btn-info:hover {
    color: #1d2124;
    background-color: #9acce5;
    border-color: #9acce5;
}

.outline-dark {
    outline: #1d2124;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 50px;
    right: 20px;
    display:none;
}