html {
    font-family: 'Open Sans', sans-serif !important;
}
body {
    overflow-x: hidden;
    background-color: #F7F8FC;
}
a {
    outline: none;
}
.main {
    background-image: url("/images/slider-3.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 90% center;
    padding: 150px 0;
}
.main p {
    font-size: 20px;
}
.main-text-color {
    color: #003469;
}
.navbar-light .navbar-nav .nav-link {
    color: #005BAC;
}
.bg-main {
    background-color: #0d59a3;
}
.py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.pt-40 {
    padding-top: 40px;
}
.pb-40 {
    padding-bottom: 40px;
}
.py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.pt-80 {
    padding-top: 80px;
}
.pb-80 {
    padding-bottom: 80px;
}
.navbar-nav .nav-link {
    font-size: 17px;
}
.navbar-expand-md .navbar-nav .nav-link {
    margin: 0 20px;
}
.skew-block {
    margin-top: 60px;
}
.skew-block::before {
    content: '';
    position: absolute;
    left: 0;
    top: -60px;
    width: 100%;
    height: 370px;
    background-color: #0d59a3;
    -webkit-transform: skewY(-1.5deg);
    -moz-transform: skewY(-1.5deg);
    -ms-transform: skewY(-1.5deg);
    -o-transform: skewY(-1.5deg);
    transform: skewY(-1.5deg);
    -webkit-backface-visibility: hidden;
    z-index: 0;
    background-image: url("/images/jeder.png");
    background-repeat: no-repeat;
    background-size: 75%;
    background-position: 30% 55%;
}
.skew-block .col {
    padding-bottom: 250px;
}
.overlap {
    margin-top: -300px;
}
.icon-check {
    color: #52b586;
    font-size: 20px;
}
.kfz-list {
    padding-left: 25px;
 }
.kfz-list li {
    padding-bottom: 2px;
    position: relative;
}
.kfz-list li::before {
    font-family: 'fontello';
    content: '\e800';
    position: absolute;
    left: -23px;
    top: -3px;
    color: #52b586;
    font-size: 20px;
}
.opacity-5 {
    opacity: 0.5;
}
.bg-img {
    background-image: url("../images/rsg-stellt.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.unser-service {
    padding: 170px 0;
    background-image: url("/images/unser-service.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.lang a,
.lang .separator{
    color: #999999;
}
.lang a:hover {
    text-decoration: none;
    color: #7fadd4;
}
.gotop {
    cursor: pointer;
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
    font-size: 47px;
    line-height: 47px;
}
.uber-uns .card img {
    height: 112px;
}
.navbar.scrolled-nav .main-navigation .navbar-nav {
    padding-top: 0 !important;
    animation: none;
    -webkit-transition: all .2s; /* Safari */
    transition: all .2s;
}
.navbar .navbar-brand img {
    -webkit-transition: all .5s; /* Safari */
    transition: all .5s;
}
.navbar.scrolled-nav .navbar-brand img {
    width: 100px;
    animation: none;
    -webkit-transition: all .5s; /* Safari */
    transition: all .5s;
}
.navbar-brand {
    width: 200px;
}
#uniqa-group .card img {
    width: 112px !important;
}
.leistungen-img {
    width: 100px !important;
    height: 50% !important;
}
.unsere-1 {
    width: 127px;
    height: 112px;
}
.unsere-2 {
    width: 118px;
    height: 112px;
}
.unsere-3 {
    width: 83px;
    height: 112px;
}
.unsere-4 {
    width: 171px;
    height: 112px;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.bg-secondary {
    margin-top: 117px;
}
.bg-secondary h1,
.bg-secondary h4 {
    text-shadow: 2px 2px 6px #000000;
}

/* Responsive styles */
@media (max-width: 575.98px) {
    .col-xs-15 {
        width: 100% !important;
        float: left;
    }
}
@media (max-width: 767.98px) {
    .navbar-nav .separator {
        display: none;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        margin: unset;
    }
    .col-sm-15 {
        width: 100%;
        float: left;
    }
}
@media (max-width: 991.98px) {
    .skew-block::before {
        display: none
    }
    .col-md-15 {
        width: 50%;
        float: left;
    }
}
@media (min-width: 1199.98px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.footer-link, .footer-link:hover{
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
}

