*, ::after, ::before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    height: 100%
}

body {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    color: #172b4d;
}

a {
    color: #0052cc;
    text-decoration: none;
}
a:hover {
    color: #0065ff;
    text-decoration: underline;
}

.navbar-default .navbar-brand {
    /*color: #172b4d;*/
}

.consulting a {
    text-decoration: none
}

.consulting h4 {
    text-align: center;
    margin: 30px 0;
    color: #444
}

.main-timeline {
    position: relative;
    margin-bottom: 100px
}

.main-timeline:before {
    content: "";
    width: 5px;
    height: 110%;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    margin: 0 auto;
    background: #2682fb;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.main-timeline .timeline {
    display: inline-block;
    margin-bottom: 22px;
    position: relative
}

.main-timeline .timeline:before {
    content: "";
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 4px solid #fff;
    background: #2682fb;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.main-timeline .timeline-icon {
    display: inline-block;
    width: 130px;
    height: 130px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid #2682fb;
    padding: 13px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 30%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.main-timeline .timeline-icon i {
    display: block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #2682fb;
    font-size: 64px;
    color: #fff;
    line-height: 100px;
    z-index: 1;
    position: relative
}

.main-timeline .timeline-icon:after, .main-timeline .timeline-icon:before {
    content: "";
    width: 100px;
    height: 4px;
    background: #2682fb;
    position: absolute;
    top: 50%;
    right: -100px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.main-timeline .timeline-icon:after {
    width: 70px;
    height: 50px;
    background: #657780;
    top: 89px;
    right: -30px
}

.main-timeline .timeline-content {
    width: 50%;
    padding: 0 50px;
    margin: 140px 0 0;
    float: right;
    position: relative
}

.main-timeline .timeline-content:before {
    content: "";
    width: 70%;
    height: 100%;
    border: 3px solid #2682fb;
    border-top: none;
    border-right: none;
    position: absolute;
    bottom: -13px;
    left: 35px
}

.main-timeline .timeline-content:after {
    content: "";
    width: 37px;
    height: 3px;
    background: #2682fb;
    position: absolute;
    top: 13px;
    left: 0
}

.main-timeline .title {
    font-size: 20px;
    font-weight: 600;
    color: #2682fb;
    text-transform: uppercase;
    margin: 0 0 5px
}

.main-timeline .description {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    letter-spacing: 1px;
    margin: 0
}

.main-timeline .timeline:nth-child(even) .timeline-icon {
    left: auto;
    right: 30%
}

.main-timeline .timeline:nth-child(even) .timeline-icon:before {
    right: auto;
    left: -100px
}

.main-timeline .timeline:nth-child(even) .timeline-icon:after {
    right: auto;
    left: -30px
}

.main-timeline .timeline:nth-child(even) .timeline-content {
    float: left
}

.main-timeline .timeline:nth-child(even) .timeline-content:before {
    left: auto;
    right: 35px;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.main-timeline .timeline:nth-child(even) .timeline-content:after {
    left: auto;
    right: 0
}

.main-timeline .timeline:nth-child(2n) .timeline-content:after, .main-timeline .timeline:nth-child(2n) .timeline-icon i, .main-timeline .timeline:nth-child(2n) .timeline-icon:before, .main-timeline .timeline:nth-child(2n):before {
    background: #2682fb
}

.main-timeline .timeline:nth-child(2n) .timeline-icon {
    border-color: #fb9700
}

.main-timeline .timeline:nth-child(2n) .title {
    color: #2682fb
}

.main-timeline .timeline:nth-child(2n) .timeline-content:before {
    border-left-color: #2682fb;
    border-bottom-color: #2682fb
}

.main-timeline .timeline:nth-child(3n) .timeline-content:after, .main-timeline .timeline:nth-child(3n) .timeline-icon i, .main-timeline .timeline:nth-child(3n) .timeline-icon:before, .main-timeline .timeline:nth-child(3n):before {
    background: #2682fb
}

.main-timeline .timeline:nth-child(3n) .timeline-icon {
    border-color: #2682fb
}

.main-timeline .timeline:nth-child(3n) .title {
    color: #2682fb
}

.main-timeline .timeline:nth-child(3n) .timeline-content:before {
    border-left-color: #2682fb;
    border-bottom-color: #2682fb
}

.timeline-top {
    font-size: 22px;
    width: 320px;
    margin: 0 auto;
    border-bottom: 4px solid #2682fb;
    padding: 0 20px 5px 20px
}

.timeline-bottom {
    font-size: 18px;
    width: 706px;
    margin: 0 auto;
    border-top: 4px solid #2682fb;
    padding: 13px 20px 0 20px
}

@media only screen and (max-width: 1200px) {
    .main-timeline .timeline-icon:before {
        width: 50px;
        right: -50px
    }

    .main-timeline .timeline:nth-child(even) .timeline-icon:before {
        right: auto;
        left: -50px
    }

    .main-timeline .timeline-content {
        margin-top: 75px
    }
}

@media only screen and (max-width: 990px) {
    .main-timeline .timeline {
        margin: 0 0 10px
    }

    .main-timeline .timeline-icon {
        left: 25%
    }

    .main-timeline .timeline:nth-child(even) .timeline-icon {
        right: 25%
    }

    .main-timeline .timeline-content {
        margin-top: 115px
    }
}

@media only screen and (max-width: 767px) {
    .main-timeline {
        padding-top: 50px
    }

    .main-timeline:before {
        left: 80px;
        right: 0;
        margin: 0
    }

    .main-timeline .timeline {
        margin-bottom: 70px
    }

    .main-timeline .timeline:before {
        top: 0;
        left: 83px;
        right: 0;
        margin: 0
    }

    .main-timeline .timeline-icon {
        width: 60px;
        height: 60px;
        line-height: 40px;
        padding: 5px;
        top: 0;
        left: 0
    }

    .main-timeline .timeline:nth-child(even) .timeline-icon {
        left: 0;
        right: auto
    }

    .main-timeline .timeline-icon:before, .main-timeline .timeline:nth-child(even) .timeline-icon:before {
        width: 25px;
        left: auto;
        right: -25px
    }

    .main-timeline .timeline-icon:after, .main-timeline .timeline:nth-child(even) .timeline-icon:after {
        width: 25px;
        height: 30px;
        top: 44px;
        left: auto;
        right: -5px
    }

    .main-timeline .timeline-icon i {
        font-size: 30px;
        line-height: 45px
    }

    .main-timeline .timeline-content, .main-timeline .timeline:nth-child(even) .timeline-content {
        width: 100%;
        margin-top: -15px;
        padding-left: 130px;
        padding-right: 5px
    }

    .main-timeline .timeline:nth-child(even) .timeline-content {
        float: right
    }

    .main-timeline .timeline-content:before, .main-timeline .timeline:nth-child(even) .timeline-content:before {
        width: 50%;
        left: 120px
    }

    .main-timeline .timeline:nth-child(even) .timeline-content:before {
        right: auto;
        -webkit-transform: rotateY(0);
        transform: rotateY(0)
    }

    .main-timeline .timeline-content:after, .main-timeline .timeline:nth-child(even) .timeline-content:after {
        left: 85px
    }
}

@media only screen and (max-width: 479px) {
    .main-timeline .timeline-content, .main-timeline .timeline:nth-child(2n) .timeline-content {
        padding-left: 110px
    }

    .main-timeline .timeline-content:before, .main-timeline .timeline:nth-child(2n) .timeline-content:before {
        left: 99px
    }

    .main-timeline .timeline-content:after, .main-timeline .timeline:nth-child(2n) .timeline-content:after {
        left: 65px
    }
}

.btn-floating {
    width: 47px;
    height: 47px;
    position: relative;
    z-index: 1;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 15px;
    cursor: pointer;
}

.btn-floating:hover {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
}

.btn-floating:active {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.btn-li {
    background-color: #0082ca !important;
    color: #fff !important;
}

.btn-xing {
    background-color: #026466 !important;
    color: #fff !important;
}

.btn-mail {
    background-color: #44c456 !important;
    color: #fff !important;
}

.btn-floating i {
    display: inline-block;
    width: inherit;
    text-align: center;
    color: #fff;
    font-size: 22px;
    line-height: 46px;
}

.navbar {
    margin-bottom: 0;
    min-height: 75px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    z-index: 998;
}

li.dropdown:hover > .dropdown-menu {
    max-height: 240px;
    opacity: 1;
}

.navbar-default .navbar-nav > li > a {
    color: #172b4d;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: .35px;
}

.nav > li > a {
    padding: 10px 0;
    margin-left: 14px;
    margin-right: 14px;
}

.navbar-default .navbar-nav > li:not(.dropdown) > a:after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 0;
    height: 2px;
    max-width: 100%;
    background: #2682fb;
    -webkit-transition: .33s all;
    -o-transition: .33s all;
    transition: .33s all
}

.navbar-default .navbar-nav > li > a:hover:after {
    opacity: 1;
    visibility: visible;
    width: 100%
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    margin-top: 16px;
    font-size: 15px
}

.navbar-brand {
    padding: 8px 15px
}

.navbar-brand > img {
    display: inline-block;
    width: 58px;
    margin-top: -6px
}

.navbar-brand > span {
    margin-left: 14px;
    font-size: 25px;
    margin-top: 17px;
    display: inline-block;
    font-weight: 800
}

.navbar-nav > li > .dropdown-menu {
    border-top: 2px solid #2682fb;
    padding: 14px 6px;
}

.dropdown-menu > li > a {
    color: #172b4d;
    padding: 8px 20px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: transparent;
    color: #2682fb;
    text-decoration: none;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: transparent;
    color: #172b4d;
}

.navbar-default .navbar-toggle {
    border-color: transparent
}

.navbar-toggle .icon-bar {
    width: 29px;
    height: 3px
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 6px
}

.navbar-toggle {
    margin-top: 15px
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #2682fb;
}

header {
    margin-top: 75px
}

.carousel-img1 {
    background: url(/img/img1k.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover
}
.carousel-img2 {
    background: url(/img/img2k.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover
}
.carousel-img3 {
    background: url(/img/img3k.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover
}
.carousel-img4 {
    background: url(/img/img4k.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover
}

.carousel-control.right {
    background-image: none
}

.carousel-control.left {
    background-image: none
}

.carousel-inner .item {
    height: 550px
}

.carousel-inner .item::after {
    display: block;
    position: absolute;
    background: -webkit-linear-gradient(90deg, rgba(22, 109, 251, 0.2) 0, rgba(0, 133, 255, 0.4) 100%);
    background: -o-linear-gradient(90deg, rgba(22, 109, 251, 0.2) 0, rgba(0, 133, 255, 0.4) 100%);
    background: linear-gradient(90deg, rgba(22, 109, 251, 0.2) 0, rgba(0, 133, 255, 0.4) 100%);
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: ''
}

.carousel-control {
    width: 7%
}

.carousel-content {
    z-index: 50;
    position: absolute;
    top: 48%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 1);
    max-width: 48%;
    padding: 0 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    /*background-color: rgba(38, 130, 251, 0.3);*/
    border: 0px solid #2682fb;
    border-radius: 20px;
}

.carousel-content h2 {
    font-size: 35px;
    letter-spacing: 3px;
    line-height: 58px
}

.carousel-content .btn, .carousel-content .btn:link, .carousel-content .btn:visited {
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 14px;
    display: inline-block;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    font-size: 19px;
    margin-top: -5px;
    color: #fff;
    border-bottom: 1px solid #fff
}

.carousel-content .btn:active, .carousel-content .btn:focus, .carousel-content .btn:hover {
    border: none;
    background-color: #fff;
    color: #657780;
    -webkit-box-shadow: 0 1rem 2rem rgba(0, 0, 0, .15);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, .15);
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px)
}

.carousel-indicators li {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.carousel-inner .item {
    box-shadow: 0 -1px 2px rgba(0, 0, 0, .3) inset;
}

.carousel.carousel-fade .carousel-item {
    display: block;
    opacity: 0;
    transition: opacity ease-out 1.7s;
}

.carousel.carousel-fade .carousel-item.active {
    opacity: 1 !important;
}

.section-features {
    margin-top: 96px;
    margin-bottom: 108px
}

.section-features a {
    text-decoration: none
}

.section-features h2 {
    color: #172b4d;
    font-size: 21px;
    text-align: center;
    margin: 0 140px 56px 140px;
    font-weight: 400;
    line-height: 30px;
}

.feature-box {
    position: relative;
    text-align: center;
    padding: 67px 40px 61px;
    margin-left: 18px;
    margin-right: 18px;
    min-height: 343px
}

.feature-box__top {
    color: #172b4d;
}

.feature-box__top i {
    color: #2682fb;
    font-size: 40px;
}

.feature-box__top h3 {
    font-size: 22px
}

.feature-box__line {
    background-color: #2682fb;
    height: 2px;
    margin: 15px 100px;
    -webkit-transition: .53s all ease;
    -o-transition: .53s all ease;
    transition: .53s all ease
}

.feature-box__body {
    color: #172b4d;
}

.feature-box__body p {
    color: #5e6c84;
    line-height: 22px;
}

.feature-box:hover .feature-box__body p {
    color: inherit;
}

.feature-box:after,
.feature-box:before {
    content: '';
    position: absolute;
    width: -webkit-calc(100% - 45px);
    width: calc(100% - 45px);
    height: -webkit-calc(100% - 45px);
    height: calc(100% - 45px);
    border: 1px solid #e2e4e8;
    pointer-events: none;
    -webkit-transition: .53s all ease;
    -o-transition: .53s all ease;
    transition: .53s all ease
}
.feature-box:before {
    top: 0;
    left: 0;
    border-width: 1px 0 0 1px
}
.feature-box:after {
    bottom: 0;
    right: 0;
    border-width: 0 1px 1px 0
}
.feature-box:hover:after,
.feature-box:hover:before {
    border-color: #2682fb;
    width: 100%;
    height: 100%;
}

.feature-box:hover .feature-box__line {
    margin: 15px 70px
}

footer {
    background-color: #333;
    padding-top: 68px;
    padding-bottom: 58px;
    color: #ffffff;
}

footer img {
    width: 25%;
}

footer .footer-company {
    border-top: 1px solid #2682fb;
}

footer .footer-navigation {
    padding-top: 22px;
    border-top: 1px solid #2682fb;
}

footer .footer-navigation h4 {
    margin-top: 15px;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px
}

footer .footer-navigation .footer-list {
    list-style: none
}

footer .footer-navigation .footer-item {
    display: inline-block;
    font-size: 18px
}

footer .footer-navigation .footer-item:not(:last-child) {
    margin-right: 22px
}

footer .footer-navigation .footer-item a {
    color: #f7f7f7;
    text-decoration: none;
    -webkit-transition: .33s all;
    -o-transition: .33s all;
    transition: .33s all
}

footer .footer-navigation .footer-item a:hover {
    color: #2682fb;
}

.contact-footer {
    width: 100%;
    background-color: #40aeff;
    text-align: center;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 50px;
}

.contact-footer h3 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 28px;
    padding: 0 25px;
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
}

.contact-footer a {
    text-transform: uppercase;
    text-decoration: none;
    padding: 14px 38px;
    display: inline-block;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    border: none;
    background-color: #fff;
    color: #333333;
}
.contact-footer a:hover {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2)
}
.contact-footer a:active {
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}
.contact-footer a:after {
    content: '';
    display: inline-block;
    height: 100%;
    width: 100%;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: -1;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}
.contact-footer a:hover:after {
    -webkit-transform: scaleX(1.4) scaleY(1.6);
    -ms-transform: scaleX(1.4) scaleY(1.6);
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0
}

@media only screen and (max-width: 1200px) {
    .feature-box {
        padding: 54px 16px 38px;
        min-height: 327px
    }

    .feature-box__top h3 {
        font-size: 20px
    }

    footer img {
        width: 65%
    }
}

@media only screen and (max-width: 990px) {
    .carousel-content {
        max-width: 100%
    }

    .section-features h2 {
        margin: 0 20px 56px 20px
    }

    .feature-box {
        margin-bottom: 50px;
        padding: 67px 40px 61px;
        min-height: 327px
    }

    .feature-box__top h3 {
        font-size: 26px
    }

    .feature-box__top i {
        font-size: 50px
    }

    .feature-box__body p {
        font-size: 18px;
        line-height: 32px
    }

    .section-features {
        margin-bottom: 46px
    }

    footer .footer-company {
        text-align: center;
        margin-bottom: 60px;
        padding-top: 38px
    }

    footer img {
        width: 20%;
        margin-bottom: 64px
    }

    footer .footer-navigation {
        padding-top: 60px
    }
}

@media only screen and (min-width: 768px) {
    .dropdown .dropdown-menu {
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        max-height: 0;
        display: block;
        overflow: hidden;
        opacity: 0
    }
}

@media only screen and (max-width: 767px) {
    .section-features {
        margin-top: 60px
    }

    footer img {
        width: 20%;
        margin-bottom: 64px
    }
}

@media only screen and (max-width: 479px) {
    .carousel-control {
        display: none
    }

    .carousel-content h2 {
        font-size: 30px
    }

    .feature-box__top h3 {
        font-size: 22px
    }

    .feature-box__body p {
        font-size: 16px;
        line-height: 30px
    }
}

@media only screen and (max-width: 398px) {
    .navbar-brand > span {
        margin-left: 14px;
        font-size: 22px;
        margin-top: 20px;
        display: inline-block;
        font-weight: 300
    }

    .section-features h2 {
        margin: 0 0 56px 0
    }

    .feature-box {
        margin-left: 0;
        margin-right: 0
    }

    .carousel-content .btn, .carousel-content .btn:link, .carousel-content .btn:visited {
        font-size: 16px
    }

    .carousel-content h2 {
        font-size: 26px;
        line-height: 46px
    }

    .carousel-inner .item {
        height: 480px
    }
}

@media only screen and (max-width: 360px) {
    .navbar-brand > img {
        width: 48px
    }

    .navbar-brand > span {
        margin-left: 8px;
        font-size: 20px;
        margin-top: 15px
    }

    .navbar {
        min-height: 64px
    }

    .navbar-toggle {
        margin-top: 10px
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        margin-top: 5px
    }

    header {
        margin-top: 64px
    }

    .carousel-content .btn, .carousel-content .btn:link, .carousel-content .btn:visited {
        font-size: 14px
    }

    .carousel-content h2 {
        font-size: 26px;
        line-height: 46px;
        width: 96%
    }

    .carousel-inner .item {
        height: 440px
    }
}

@media only screen and (max-width: 339px) {
    .feature-box {
        padding: 50px 40px 36px
    }
}

.hdr-losungen {
    width: 100%;
    height: 350px;
    position: relative
}

.hdr-losungen__primary {
    color: #fff;
    font-size: 50px;
    width: 50%;
    line-height: 65px;
    font-weight: 500;
    letter-spacing: 1.8px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 1);
}

.hdr-losungen.vb {
    background: -webkit-linear-gradient(90deg, rgba(22, 109, 251, 0.2) 0, rgba(0, 133, 255, 0.4) 100%), url(/img/img-vb.jpg) no-repeat center center;
    background: -o-linear-gradient(90deg, rgba(22, 109, 251, 0.2) 0, rgba(0, 133, 255, 0.4) 100%), url(/img/img-vb.jpg) no-repeat center center;
    background: linear-gradient(90deg, rgba(22, 109, 251, 0.2) 0, rgba(0, 133, 255, 0.4) 100%), url(/img/img-vb.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, .3) inset;
}

.losungen .information {
    margin-top: 80px
}

.losungen .information__content {
    font-size: 16px;
    margin-top: 52px;
    line-height: 25px
}

.losungen .information__content h2 {
    font-size: 28px;
    margin-bottom: 22px
}

.losungen .information__image {
    text-align: center
}

.losungen .information__image img {
    width: 100%
}

.losungen .information__content.pr {
    margin-top: 40px
}

.losungen .information__content.ta {
    margin-top: 0
}

.losungen .list {
    background-color: #f7f7f7;
    padding-top: 80px;
    padding-bottom: 80px
}

.losungen .list__image {
    text-align: center
}

.losungen .list__image img {
    width: 100%
}

.losungen .list__content {
    font-size: 16px;
    margin-top: 40px
}

.losungen .list__content h2 {
    font-size: 28px;
    margin-bottom: 22px
}

.losungen .list__content ul {
    list-style: none
}

.losungen .list__content ul .item {
    position: relative;
    margin-bottom: 16px;
    padding-left: 42px;
    padding-top: 7px
}

.losungen .list__content ul .item:before {
    color: #2682fb;
    content: "\f058";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 24px;
    font-family: "Font Awesome\ 5 Free"
}

.losungen .list__content.pr {
    margin-top: 78px
}

.losungen .privileges {
    margin-top: 80px;
    position: relative;
    min-height: 300px
}

.losungen .privileges__image {
    text-align: center
}

.losungen .privileges__image img {
    width: 84%
}

.losungen .privileges__content {
    font-size: 16px;
    margin-top: 37px
}

.losungen .privileges__content h2 {
    font-size: 28px;
    margin-bottom: 22px
}

.losungen .privileges__content .panel-default {
    border-color: transparent
}

.losungen .privileges__content .panel {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0
}

.losungen .privileges__content .panel:not(:last-child) {
    border-bottom: 1px solid #ddd
}

.losungen .privileges__content .panel a {
    color: #42526e;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
    padding-left: 35px;
}

.losungen .privileges__content .panel a i {
    padding-right: 15px
}

.losungen .privileges__content .panel a:active,
.losungen .privileges__content .panel a:hover {
    color: #166dfb;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
}

/*
.losungen .privileges__content .panel:last-child a {
    color: #2682fb;
    font-weight: 400
}

.losungen .privileges__content .panel:last-child a:hover {
    color: #166dfb;
}
*/

.losungen .privileges__content .panel-group .panel + .panel {
    margin-top: 0
}

.losungen .privileges__content .panel-heading a:before {
    font-family: "Font Awesome\ 5 Free";
    content: "\f067";
    position: absolute;
    left: 14px;
    top: 9px;
    font-size: 22px;
    font-weight: 900
}

.losungen .privileges__content .panel-heading.active a:before {
    font-family: "Font Awesome\ 5 Free";
    content: "\f068";
    position: absolute;
    left: 14px;
    top: 9px;
    font-size: 22px;
    font-weight: 900
}

.losungen .privileges__content .panel-body {
    padding-left: 22px;
    letter-spacing: .3px
}

.losungen .privileges__content .panel-default > .panel-heading {
    color: #333;
    background-color: transparent;
    border-color: #ddd;
    position: relative
}

@media only screen and (max-width: 1200px) {
    .hdr-losungen.vb .hdr-losungen__primary {
        width: 80%
    }

    .hdr-losungen.pr .hdr-losungen__primary {
        width: 80%
    }

    .hdr-losungen.ta .hdr-losungen__primary {
        width: 80%
    }

    .losungen .information__image {
        margin-top: 18px
    }

    .losungen .information__content {
        margin-top: -29px
    }

    .losungen .information__content.pr {
        margin-top: -47px
    }

    .losungen .information__content.ta {
        margin-top: -70px
    }

    .losungen .list {
        padding-bottom: 72px
    }

    .losungen .list__content {
        margin-top: -20px
    }

    .losungen .list__content.pr {
        margin-top: -12px
    }

    .losungen .privileges__content {
        font-size: 16px;
        margin-top: -40px
    }

    .losungen .privileges__image {
        margin-top: 32px
    }
}

@media only screen and (max-width: 990px) {
    .losungen .information__image img {
        width: 70%
    }

    .losungen .information__content {
        text-align: center;
        margin-bottom: 58px
    }

    .losungen .information__content.pr {
        margin-top: -30px
    }

    .losungen .information__content.ta {
        margin-top: -40px
    }

    .losungen .list {
        padding-top: 66px
    }

    .losungen .list__content h2 {
        text-align: center
    }

    .losungen .list__content {
        margin-bottom: 52px
    }

    .losungen .list__image img {
        width: 75%
    }

    .losungen .privileges__content h2 {
        text-align: center
    }

    .losungen .privileges__image img {
        width: 50%
    }

    .losungen .privileges__content {
        margin-bottom: 42px
    }
}

@media only screen and (max-width: 767px) {
    .hdr-losungen.ta .hdr-losungen__primary {
        width: 90%
    }
}

@media only screen and (max-width: 479px) {
    .hdr-losungen.pr .hdr-losungen__primary {
        width: 100%
    }

    .hdr-losungen.ta .hdr-losungen__primary {
        width: 100%
    }
}

@media only screen and (max-width: 398px) {
    .hdr-losungen__primary {
        font-size: 44px;
        line-height: 60px
    }
}

@media only screen and (max-width: 360px) {
    .hdr-losungen__primary {
        font-size: 38px;
        line-height: 48px
    }
}

.impressum {
    margin-top: 108px;
    margin-bottom: 60px
}

.datenschutz {
    margin-top: 108px;
    margin-bottom: 60px
}

.hdr-consulting {
    width: 100%;
    height: 380px;
    position: relative;
    background: -webkit-linear-gradient(90deg, rgba(22, 109, 251, 0.2) 0, rgba(0, 133, 255, 0.4) 100%), url(/img/img7.jpg) no-repeat center center;
    background: -o-linear-gradient(90deg, rgba(22, 109, 251, 0.2) 0, rgba(0, 133, 255, 0.4) 100%), url(/img/img7.jpg) no-repeat center center;
    background: linear-gradient(90deg, rgba(22, 109, 251, 0.2) 0, rgba(0, 133, 255, 0.4) 100%), url(/img/img7.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover
}

.hdr-consulting__primary {
    color: #fff;
    font-size: 50px;
    width: 60%;
    line-height: 65px;
    font-weight: 500;
    letter-spacing: 1.8px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    text-align: center
}

.consulting {
    text-align: center
}

.consulting .target {
    padding-top: 74px;
    padding-bottom: 86px;
    background-color: #f7f7f7
}

.consulting .target span {
    color: #2682fb;
    font-size: 54px
}

.consulting .target h2 {
    font-size: 34px;
    margin-bottom: 36px
}

.consulting .target p {
    font-size: 18px;
    margin: 0 110px
}

.consulting__timeline {
    background-color: #657780;
    padding-top: 74px;
    padding-bottom: 74px;
    color: #fff
}

@media only screen and (max-width: 1200px) {
    .hdr-consulting__primary {
        width: 70%
    }

    .consulting .target p {
        margin: 0 70px
    }
}

@media only screen and (max-width: 990px) {
    .hdr-consulting__primary {
        width: 85%
    }

    .consulting .target p {
        margin: 0 25px
    }
}

@media only screen and (max-width: 767px) {
    .hdr-consulting__primary {
        width: 96%;
        font-size: 40px;
        line-height: 60px
    }

    .consulting .target p {
        margin: 0 20px
    }

    .timeline-top {
        width: 100%
    }

    .timeline-bottom {
        width: 100%;
        margin: -101px auto 0
    }

    .main-timeline:before {
        height: 100%
    }
}

@media only screen and (max-width: 560px) {
    .hdr-consulting__primary {
        font-size: 30px;
        line-height: 48px
    }
}

@media only screen and (max-width: 479px) {
    .hdr-consulting__primary {
        font-size: 26px;
        line-height: 48px
    }

    .consulting .target p {
        margin: 0 10px
    }
}

@media only screen and (max-width: 398px) {
    .main-timeline .title {
        font-size: 18px
    }

    .main-timeline .description {
        font-size: 15px
    }
}

@media only screen and (max-width: 360px) {
    .main-timeline .title {
        font-size: 16px
    }

    .main-timeline .description {
        font-size: 13px
    }
}

.hdr-about {
    width: 100%;
    height: 380px;
    position: relative;
    background: -webkit-linear-gradient(90deg, rgba(22, 109, 251, 0.2) 0, rgba(0, 133, 255, 0.4) 100%), url(/img/img7.jpg) no-repeat center center;
    background: -o-linear-gradient(90deg, rgba(22, 109, 251, 0.2) 0, rgba(0, 133, 255, 0.4) 100%), url(/img/img7.jpg) no-repeat center center;
    background: linear-gradient(90deg, rgba(22, 109, 251, 0.2) 0, rgba(0, 133, 255, 0.4) 100%), url(/img/img7.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, .3) inset;
}

.hdr-about__primary {
    color: #fff;
    font-size: 50px;
    width: 50%;
    line-height: 65px;
    font-weight: 500;
    letter-spacing: 1.8px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 1);
}

.about__first-block {
    padding-top: 54px
}

.about__first-block h2 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 40px
}

.about__first-block--image img {
    width: 80%;
    margin-top: 18px
}

.about__first-block--content p {
    font-size: 16px;
    line-height: 26px
}

.about__second-block {
    padding-top: 64px
}

.about__second-block--image img {
    width: 46%
}

.about__second-block--content {
    margin-top: 30px;
    text-align: center
}

.about__second-block--content i {
    text-align: center;
    font-size: 70px;
    margin-bottom: 26px
}

.about__second-block--content h2 {
    font-size: 32px
}

.about__second-block--content p {
    font-size: 16px;
    line-height: 26px
}

@media only screen and (max-width: 1200px) {
    .hdr-about__primary {
        width: 65%
    }

    .about__first-block h2 {
        margin-bottom: 46px
    }

    .about__first-block--image {
        margin-top: 20px
    }

    .about__second-block--content {
        margin-top: -68px
    }

    .about__first-block--image img {
        margin-top: 40px
    }
}

@media only screen and (max-width: 990px) {
    .hdr-about__primary {
        width: 85%
    }

    .about__first-block--content {
        text-align: center;
        margin-bottom: 48px
    }

    .about__first-block h2 {
        margin-bottom: 30px
    }

    .about__first-block--image img {
        width: 66%;
        margin-top: -6px
    }

    .about__second-block {
        padding-top: 130px
    }

    .about__second-block--content {
        margin-bottom: 42px
    }

    .about__second-block--image img {
        width: 38%
    }
}

@media only screen and (max-width: 767px) {
    .hdr-about__primary {
        width: 95%
    }

    .about__first-block--image {
        display: none
    }

    .about__second-block {
        padding-top: 56px
    }

    .about__first-block--content {
        margin-bottom: 0
    }

    .about__second-block--content {
        margin-bottom: 56px;
        margin-top: -18px
    }
}

@media only screen and (max-width: 479px) {
    .hdr-about__primary {
        font-size: 40px
    }
}

@media only screen and (max-width: 398px) {
    .hdr-about__primary {
        font-size: 38px;
        line-height: 58px
    }
}

.hdr-contact {
    width: 100%;
    height: 300px;
    position: relative;
    background: -webkit-linear-gradient(90deg, rgba(22, 109, 251, 0.2) 0, rgba(0, 133, 255, 0.4) 100%), url(/img/img-contact.jpg) no-repeat center center;
    background: -o-linear-gradient(90deg, rgba(22, 109, 251, 0.2) 0, rgba(0, 133, 255, 0.4) 100%), url(/img/img-contact.jpg) no-repeat center center;
    background: linear-gradient(90deg, rgba(22, 109, 251, 0.2) 0, rgba(0, 133, 255, 0.4) 100%), url(/img/img-contact.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, .3) inset;
}

.hdr-contact__primary {
    color: #fff;
    font-size: 50px;
    width: 50%;
    line-height: 65px;
    font-weight: 500;
    letter-spacing: 1.8px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 1);
}

.contact {
    width: 100%;
    position: relative;
    padding-top: 80px;
    padding-bottom: 84px;
    margin-bottom: 30px;
}

.contact .contact-wrap {
    padding: 80px 50px;
    -webkit-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 16px 28px 0 rgba(0, 0, 0, .15);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .9)), color-stop(38%, rgba(255, 255, 255, .9)), color-stop(38%, rgba(38, 130, 251, 0.7))), url(/img/img16.jpg);
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .9) 0, rgba(255, 255, 255, .9) 38%, rgba(38, 130, 251, 0.7) 38%), url(/img/img16.jpg);
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, .9) 0, rgba(255, 255, 255, .9) 38%, rgba(38, 130, 251, 0.7) 38%), url(/img/img16.jpg);
    background-image: linear-gradient(90deg, rgba(255, 255, 255, .9) 0, rgba(255, 255, 255, .9) 38%, rgba(38, 130, 251, 0.7) 38%), url(/img/img16.jpg);
    -webkit-background-size: 100% 100%;
    background-size: 100%
}

.contact .contact-wrap h3 {
    margin-top: 2px;
    color: #fff
}

.contact .contact-wrap ul {
    list-style: none;
    font-size: 17px
}

.contact .contact-wrap ul li {
    line-height: 42px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.contact .contact-wrap ul li i {
    font-size: 24px
}

.contact .contact-wrap ul li:nth-child(1) i {
    padding-left: 2px;
    padding-right: 18px
}

.contact .contact-wrap ul li:nth-child(2) i {
    padding-left: 4px;
    padding-right: 19px
}

.contact .contact-wrap ul li:nth-child(3) i {
    padding-right: 15px
}
.contact .contact-wrap ul li:nth-child(4) i {
    padding-right: 15px
}

.contact .contact-wrap p {
    font-size: 17px;
    letter-spacing: .5px;
    line-height: 30px;
    color: #fff
}

.contact .contact-wrap p a {
    color: #fff;
    text-decoration: underline
}

.contact .contact-wrap p a:hover {
    font-size: 19px
}

@media only screen and (max-width: 1300px) {
    .contact .contact-wrap {
        padding: 54px 34px;
        margin: 0 30px
    }

    .contact .contact-wrap p {
        line-height: 26px
    }
}

@media only screen and (max-width: 1200px) {
    .contact {
        padding-top: 60px;
        padding-bottom: 64px
    }

    .contact .contact-wrap {
        padding: 44px 22px;
        margin: 0 0
    }

    .contact .contact-wrap p {
        line-height: 26px
    }
}

@media only screen and (max-width: 1065px) {
    .contact .contact-wrap {
        margin: 0 20px;
        padding: 44px 15px
    }
}

@media only screen and (max-width: 990px) {
    .contact .contact-wrap {
        padding: 44px 26px;
        text-align: center;
        background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(255, 255, 255, .9)), color-stop(42%, rgba(255, 255, 255, .9)), color-stop(42%, rgba(38, 130, 251, 0.7))), url(/img/img16.jpg);
        background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, .9) 0, rgba(255, 255, 255, .9) 42%, rgba(38, 130, 251, 0.7) 42%), url(/img/img16.jpg);
        background-image: -o-linear-gradient(bottom, rgba(255, 255, 255, .9) 0, rgba(255, 255, 255, .9) 42%, rgba(38, 130, 251, 0.7) 42%), url(/img/img16.jpg);
        background-image: linear-gradient(0deg, rgba(255, 255, 255, .9) 0, rgba(255, 255, 255, .9) 42%, rgba(38, 130, 251, 0.7) 42%), url(/img/img16.jpg)
    }

    .contact .contact-wrap ul {
        margin-top: 58px
    }

    .contact .contact-wrap ul li {
        /*display: inline-block*/
    }

    .contact .contact-wrap ul li:nth-child(1) {
        margin-right: 26px
    }
}

@media only screen and (max-width: 767px) {
    .contact {
        padding-top: 36px;
        padding-bottom: 36px
    }
}

@media only screen and (max-width: 749px) {
    .contact .contact-wrap p:last-child {
        margin-bottom: 76px
    }
}

@media only screen and (max-width: 732px) {
    .contact .contact-wrap {
        background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(255, 255, 255, .9)), color-stop(38%, rgba(255, 255, 255, .9)), color-stop(38%, rgba(38, 130, 251, 0.7))), url(/img/img16.jpg);
        background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, .9) 0, rgba(255, 255, 255, .9) 38%, rgba(38, 130, 251, 0.7) 38%), url(/img/img16.jpg);
        background-image: -o-linear-gradient(bottom, rgba(255, 255, 255, .9) 0, rgba(255, 255, 255, .9) 38%, rgba(38, 130, 251, 0.7) 38%), url(/img/img16.jpg);
        background-image: linear-gradient(0deg, rgba(255, 255, 255, .9) 0, rgba(255, 255, 255, .9) 38%, rgba(38, 130, 251, 0.7) 38%), url(/img/img16.jpg)
    }
}

@media only screen and (max-width: 672px) {
    .contact .contact-wrap ul li:nth-child(1) {
        margin-right: 0
    }

    .contact .contact-wrap ul li:nth-child(2) {
        margin-right: 26px
    }
}

@media only screen and (max-width: 518px) {
    .contact .contact-wrap {
        margin: 0
    }

    .contact {
        padding-top: 18px;
        padding-bottom: 22px
    }
}

@media only screen and (max-width: 479px) {
    .contact .contact-wrap {
        padding: 40px 18px
    }

    .hdr-contact__primary {
        font-size: 46px;
        width: 80%;
        line-height: 60px
    }
}

@media only screen and (max-width: 360px) {
    .contact .contact-wrap {
        padding: 28px 8px
    }

    .contact .contact-wrap p {
        font-size: 16px;
        line-height: 24px
    }
}


.btn-zu-kostenfreien {
    text-transform: uppercase;
    text-decoration: none;
    padding: 14px 38px;
    display: inline-block;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    position: relative;
    font-size: 16px;
    border: none;
    background-color: #2682fb;
    color: #ffffff;
    outline: none;
}
.btn-zu-kostenfreien:hover {
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
    color: #ffffff;
}
.btn-zu-kostenfreien:active {
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    color: #ffffff;
}
.btn-zu-kostenfreien:focus {
    color: #ffffff;
    outline: none;
}
.btn-zu-kostenfreien:after {
    content: '';
    display: inline-block;
    height: 100%;
    width: 100%;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #2682fb;
    z-index: -1;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.btn-zu-kostenfreien:hover:after {
    -webkit-transform: scaleX(1.1) scaleY(1.4);
    -ms-transform: scaleX(1.1) scaleY(1.4);
    transform: scaleX(1.1) scaleY(1.4);
    opacity: 0;
}




/* cookieconsent */
.cc-revoke, .cc-window {
    font-size: 14px
}
.cc-banner .cc-message {
    flex: none;
    display: inline
}
.cc-compliance {
    display: inline-block
}
.cc-message a {
    color: #0052cc;
    text-decoration: none;
}
.cc-message a:hover {
    color: #0065ff;
    text-decoration: underline;
}
.cc-btn {
    outline: none;
    padding: .4em .8em .2em .8em;
}
.cc-btn,
.cc-btn:hover,
.cc-btn:focus,
.cc-btn:active {
    outline: none;
    text-decoration: none;
}
.cc-btn:hover {
    background-color: #166dfb !important;
}


/* preloader */
.preloader {
    display: inline-block;
    position: relative;
}

.preloader > svg {
    animation: rotate 2s linear infinite;
    height: 100%;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.preloader > svg > circle {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    stroke-width: 3;
    stroke-miterlimit: 10;
    fill: none;
    animation: dash 1.5s ease-in-out infinite;
}

.preloader:before {
    content: '';
    display: block;
    padding-top: 100%;
}

.preloader:not(.preloader-size-xl):not(.preloader-size-lg):not(.preloader-size-md):not(.preloader-size-sm):not(.preloader-size-xs) {
    width: 40px;
}

.preloader-size-xs {
    width: 20px;
}

.preloader-size-sm {
    width: 30px;
}

.preloader-size-md {
    width: 40px;
}

.preloader-size-lg {
    width: 50px;
}

.preloader-size-xl {
    width: 60px;
}

.preloader-color-default circle {
    stroke: #2682fb;
}

.preloader-color-red circle {
    stroke: #ef5350;
}

.preloader-color-blue circle {
    stroke: #1e88e5;
}

.preloader-color-green circle {
    stroke: #4caf50;
}

.preloader-color-yellow circle {
    stroke: #ffeb3b;
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1,200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -35px
    }

    100% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -124px
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1,200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -35px
    }

    100% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -124px
    }
}


/* toastr */
#toast-container {
    max-width: inherit !important;
    min-width: inherit !important;
}
@media only screen and (max-width: 600px) {
    #toast-container {
        max-width: 100% !important;
        min-width: 100% !important;
    }
}

#toast-container .toast:first-child {
    margin-top: 0 !important;
}

.toast {
    font-size: 14px !important;
    font-weight: 400 !important;
    top: 0 !important;
}

.toast-message {
    opacity: 0.9 !important;
}

#toast-container > div {
    border-radius: 2px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    cursor: default;
    margin: 10px 0 0 !important;
    opacity: 1;
    padding: 14px 50px 14px 20px;
    position: relative;
    width: 320px;
}
#toast-container > div:hover {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    cursor: default;
    opacity: 1;
}
@media only screen and (max-width: 600px) {
    #toast-container > div {
        margin: 0 auto !important;
    }
}

#toast-container > .toast-error,
#toast-container > .toast-success {
    background-image: none !important;
}

.toast-error {
    background-color: #f44336 !important;
}

.toast-success {
    background-color: #00b341 !important;
}

.toast-close-button {
    text-shadow: none;
    opacity: 0.4;
    font-size: 0;
    right: 20px;
    top: 16px;
    position: absolute;
    outline: none;
}
.toast-close-button:hover,
.toast-close-button:focus,
.toast-close-button:active {
    text-shadow: none;
    opacity: 0.6;
    outline: none;
}

.toast-close-button-icon {
    display: inline-block;
    height: 14px;
    position: relative;
    width: 14px;
}
.toast-close-button-icon:before,
.toast-close-button-icon:after {
    background: #ffffff;
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 2px;
}
.toast-close-button-icon:before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.toast-close-button-icon:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.toast-effect-scale.toast-show {
    animation-duration: 0.25s;
    animation-name: animationToastScale;
    -webkit-animation-duration: 0.25s;
    -webkit-animation-name: animationToastScale;
}

.toast-effect-scale.toast-hide {
    animation-direction: reverse;
    animation-duration: 0.25s;
    animation-name: animationToastScale;
    -webkit-animation-direction: reverse;
    -webkit-animation-duration: 0.25s;
    -webkit-animation-name: animationToastScale;
}

@-webkit-keyframes animationToastScale {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -40px, 0) scale3d(0.1, 0.6, 1);
        transform: translate3d(0, -40px, 0) scale3d(0.1, 0.6, 1);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
        transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    }
}

@keyframes animationToastScale {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -40px, 0) scale3d(0.1, 0.6, 1);
        transform: translate3d(0, -40px, 0) scale3d(0.1, 0.6, 1)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
        transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    }
}


/* modal */
.modal-content {
    border-radius: 0;
}
.modal-title {
    font-weight: 400;
}

.modal .modal-preloader {
    display: none;
    font-size: 0;
    text-align: center;
}


/* modal-contact */
#modal-contact .modal-dialog {
    max-width: 480px;
}
#modal-contact .modal-content {
    border-radius: 40px;
}
#modal-contact .modal-header {
    text-align: center;
}
#modal-contact .modal-header .close {
    margin-top: 1px;
}
#modal-contact .heading {
    font-size: 14px;
    text-align: center;
    margin-bottom: 25px;
    font-style: italic;
    /*text-transform: uppercase;*/
}

#modal-contact .btn {
    border-radius: 0;
    outline: none;
    margin: 0 2px;
    padding-bottom: 7px;
    padding-top: 6px;
    text-transform: uppercase;
    width: 102px;
}
#modal-contact .btn:hover,
#modal-contact .btn:focus {
    outline: none;
}
#modal-contact .btn.btn-success {
    background-color: #2682fb;
    border-color: #2682fb;
}
#modal-contact .btn.btn-success:hover {
    background-color: #166dfb;
    border-color: #166DFB;
}

#modal-contact .r-checkbox-container {
    display: inline-block;
}
#modal-contact .r-checkbox {
    float: left;
}
#modal-contact .accept-label-text {
    float: left;
    font-size: 14px;
    height: 18px;
    line-height: 19px;
    padding-left: 4px;
}

#modal-contact .modal-preloader {
    margin: 15px 0;
}


/* form-materialize */
.form-materialize .form-group__bar {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
}
.form-materialize .form-group__bar:after,
.form-materialize .form-group__bar:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 0;
    bottom: 0;
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    background-color: #2682fb;
}
.form-materialize .form-group__bar:before {
    left: 50%;
}
.form-materialize .form-group__bar:after {
    right: 50%;
}
.form-materialize .form-group .form-control:focus~.form-group__bar:after,
.form-materialize .form-group .form-control:focus~.form-group__bar:before {
    width: 50%;
}

.form-materialize .form-group {
    margin-bottom: 0;
    position: relative;
}

.form-materialize input.form-control {
    box-shadow: none;
    border-left: none;
    border-right: none;
    border-top: none;
    border-radius: 0;
    padding: 7px 7px 5px 7px;
}
.form-materialize input.form-control:focus {
    box-shadow: none;
}

.form-materialize textarea.form-control {
    box-shadow: none;
    border-left: none;
    border-right: none;
    border-top: none;
    border-radius: 0;
    height: 54px;
    padding: 7px 7px 5px 7px;
    resize: vertical;
}
.form-materialize textarea.form-control:focus {
    box-shadow: none;
}



/* shorts */
.fs-0 { font-size: 0; }

.mt-5 { margin-top: 5px; }
.mt-10 { margin-top: 10px; }
.mt-15 { margin-top: 15px; }
.mt-30 { margin-top: 30px; }
.mt-45 { margin-top: 45px; }


/* shorts-media */
@media (min-width: 1200px) {
    .mt-30-lg { margin-top: 30px; }
}
@media (max-width: 1199px) {
    .mt-30-lg { margin-top: 0; }
}

@media (min-width: 992px) {
    .mt-30-md { margin-top: 30px; }
}
@media (max-width: 991px) {
    .mt-30-md { margin-top: 0; }
}

@media (min-width: 768px) {
    .mt-30-sm { margin-top: 30px; }
}
@media (max-width: 767px) {
    .mt-30-sm { margin-top: 0; }
}

@media (min-width: 576px) {
    .mt-30-xs { margin-top: 30px; }
}
@media (max-width: 575px) {
    .mt-30-xs { margin-top: 0; }
}

/*@media (min-width: 576px) { ... }*/
/*@media (min-width: 768px) { ... }*/
/*@media (min-width: 992px) { ... }*/
/*@media (min-width: 1200px) { ... }*/

.losungen .list__content_ {
    font-size: 15px;
    margin-top: 5px
}

.losungen .list__content_ h2 {
    font-size: 28px;
    margin-bottom: 22px
}

.losungen .list__content_ ul {
    list-style: none
}

.losungen .list__content_ ul .item {
    position: relative;
    margin-bottom: 0px;
    padding-left: 42px;
    padding-top: 0px
}

.losungen .list__content_ ul .item:before {
    color: #2682fb;
    content: "\f058";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    font-family: "Font Awesome\ 5 Free"
}

.losungen .list__content_.pr {
    margin-top: 78px
}

.bereichstitel {
    color: #fff;
    text-align: center;
}

.losungen .list p {
    font-style:italic;
    font-size: 15px;
}

.losungen .list .panel {
    background-color: #f7f7f7;
}
.losungen .list .panel-title a {
    font-size: 18px;
}
.losungen .list .panel-title a:hover {
    font-size: 18px;
}
.privileges__content .panel-body {
    margin-left: 30px;
}