body {
    background-color: #fff;
}

.alt-background {
    background-color: #efefef;
    position: relative;
    width: 100%;
    height: auto;
}

.navbar-brand {
    width: 325px;
    transition: all linear 0.2s;
}

a {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 400;
    line-height: 1.6;
}

h1 {
    font-size: 3rem;
    line-height: 1.4;
}

h2 {
    font-size: 1.45rem;
    font-weight: 400;
}

h3 {
    font-size: 2.5rem;
}

h4 {
    font-size: 1.75em;
}

h6 {
    font-size: 1.6rem;
}

.h2 {
    font-size: 2.5rem;
}

.section {
    padding: 80px 0px;
}

.uber_container {
    position: relative;
    width: 100%;
    max-width: 1400px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
    background-color: #fff;
    margin: 0 auto;
}

.uber_container .masthead {
    margin-top: 0px;
}

.uber_container #mainNav {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}

#sticky-nav {
    position: fixed;
    right: 10px;
    top: 30%;
    width: 60px;
    z-index: 9;
}

#sticky-nav .sticky-btn {
    position: relative;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    margin-bottom: 10px;
    background-color: #0077CC;
}

#sticky-nav .sticky-btn:last-of-type {
    background-color: transparent;
    border: solid 1px #0077CC;
}

@media (max-width: 776px) {

    #sticky-nav {
        position: fixed;
        padding-right: 5px;
        left: 0px;
        top: unset;
        bottom: 20px;
        width: 100%;
        z-index: 9;
        height: 45px;
        display: flex;
        flex-direction: row;
        justify-content: end;
    }

    #sticky-nav .sticky-btn {
        position: relative;
        width: 45px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
        margin: 10px 5px;
        background-color: #0077CC;
    }

    #sticky-nav .sticky-btn svg {
        width: 28px;
    }

    .modal h4 {
        font-size: 1.5rem;
    }

}

.nav-link {
    border-right: solid 1px #0077CC;
    color: #000;
}

.nav-item:last-of-type {
    border-right: none;
}

.dropdown-menu {
    border-width: 1px;
    border-radius: 0px;
}

.no-break {
    white-space: nowrap;
}

.kontakt-btn svg {
    margin-left: 15px;
}

.bg-gray {
    background-color: #EDEDED;
}

.bg-light-blue-1 {
    background-color: #87C1E8;
}

.bg-light-blue-2 {
    background-color: #339DE8;
}

.intro-text {
    padding-top: 170px;
    padding-bottom: 70px;
}


.masthead-small {
    padding-top: calc(4rem + 74px);
    padding-bottom: 4rem;
    background-image: url("../assets/img/Header_mirado.jpg");
    background-size: cover;
    background-position: left;
    min-height: 300px;
    color: #fff;
    margin-top: 150px;
}

.masthead-small .intro-text {
    padding-top: 70px;
    padding-bottom: 20px;
}


.mirado-images {
    position: absolute;
    left: 0px;
}

.w-45 {
    width: 45% !important;
}

@media (max-width: 776px) {
    .mirado-images {
        position: relative;
    }

    .w-45 {
        width: 100% !important;
    }

    h3, .h2 {
        font-size: 2rem;
    }
}

.competence-section {
    padding: 60px 0px;
}

.footer {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #fff;
    color: #000;
}

.footer h5 {
    font-size: 14px;
}

.copyright {
    background-color: #fff;
    color: #000;
}

.copyright a {
    color: #000;
    text-decoration: none;
}


/* -- FLICKITY -- */
.container-fade {
    position: relative;
}

.container-fade:before {
    position: absolute;
    content: url("../assets/img/fader.png");
    left: 10px;
    top: 0px;
    height: 600px;
    width: 50px;
    transform: rotate(180deg);
    z-index: 3;
}

.container-fade:after {
    position: absolute;
    content: url("../assets/img/fader.png");
    right: 10px;
    top: 0px;
    height: 600px;
    width: 50px;
    z-index: 3;
}

.carousel-cell {
    width: 88%;
    background-size: cover;
    background-position: center center;
    min-height: 500px;
    margin-right: 2.5%;
}

.slider-text {
    width: 60%;
    text-align: center;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.slider-text h4 {
    font-weight: 600;
    font-size: 2rem;
}

.slider-text p {
    font-size: 1.5rem;
    font-weight: 500;
}

.intro-text > h2 a {
    color: #fff;
}

@media (max-width: 991px) {
    .modal h4 {
        font-size: 1.5rem;
        font-weight: 500;
    }
    #kompetenzen-dropdown {
        border: 0;
    }
}

@media (max-width: 776px) {

    .carousel-cell {
        min-height: 300px;
    }

    .slider-text {
        width: 90%;
    }

    .slider-text h4 {
        font-weight: 500;
        font-size: 1.35rem;
    }

    .slider-text p {
        font-size: 1rem;
    }

    .img-fluid {
        min-width: unset;
        object-fit: cover;
    }

    .intro-text {
        padding-top: 0px;
    }


    .masthead {
        padding-top: calc(4rem + 74px);
        padding-bottom: 4rem;
        background-image: url(../assets/img/Header-1.jpg);
        background-size: cover;
        background-position: left;
        min-height: auto;
        color: #fff;
        margin-top: 120px;
    }

    h1 {
        font-size: 2.5rem;
    }

    .modal h4 {
        font-size: 1.25rem;
        font-weight: bold;
    }

}

@media (max-width: 576px) {
    h1 {
        font-size: 2.2rem;
    }

    #mainNav {
        padding-top: 0px;
    }

}

@media (min-width: 1400px) {
    .uber_container .slider-text {
        width: 60%;
    }

    .uber_container .carousel-cell {
        min-height: 500px;
    }

}

/* -- Collapse Part -- */

.collapse-button, .a-button {
    border: none;
    background: none;
    color: #fff;
    text-decoration: none;
}

.a-button:hover {
    border: none;
    background: none;
    color: #fff;
    text-decoration: none;
}

.collapse-button-blue {
    border: none;
    color: #0077CC;
    text-decoration: none;
    background: none;
}

.collapse-button.show.hide {
    display: none;
}

.collapse-button.show {
    display: inline-block;
}

/* -- Image banner -- */

.img-banner {
    position: relative;
    height: 40vh;
    background-image: url("../assets/img/Header-1.jpg");
    background-size: cover;
}

/* -- CIRCLE PROGRESS -- */

.progress {
    width: 200px;
    height: 200px;
    line-height: 200px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}

.progress:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 25px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.progress > span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.progress .progress-left {
    left: 0;
}

.progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 25px;
    border-style: solid;
    position: absolute;
    top: 0;
}

.progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 130px;
    border-bottom-right-radius: 130px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.progress .progress-right {
    right: 0;
}

.progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 130px;
    border-bottom-left-radius: 130px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
}

.progress .progress-value {
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background: #fff;
    font-size: 26px;
    color: #0077CC;
    line-height: 175px;
    text-align: center;
    position: absolute;
    letter-spacing: 1px;
    top: 5%;
    left: 5%;
}

.progress.blue .progress-bar {
    border-color: #0077CC;
}

.progress.blue .progress-right .progress-bar.animation {
    animation: loading-1 1.2s linear forwards;
}

.progress.blue .progress-left .progress-bar.animation {
    animation: loading-2 1.2s linear forwards 1.2s;
}

@keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@keyframes loading-4 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(36deg);
        transform: rotate(36deg);
    }
}

@keyframes loading-5 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(126deg);
        transform: rotate(126deg);
    }
}

@media only screen and (max-width: 990px) {
    .progress {
        margin-bottom: 20px;
    }
}

@media (min-width: 1200px) {

    .progress {
        width: 250px;
        height: 250px;
        line-height: 250px;
    }

    .progress:after {
        border: 20px solid #fff;
    }

    .progress .progress-bar {
        border-width: 30px;
    }

    .progress .progress-value {
        font-size: 38px;
        line-height: 225px;
        letter-spacing: 1px;
        top: 5%;
        left: 5%;
    }
}


@media (max-width: 991px) {
    #mainNav .navbar-toggler {
        margin-right: 25px;
        background: none;
        border: none;
    }

    .navbar-brand {
        width: 300px;
    }

    #mainNav.navbar-shrink .navbar-brand {
        width: 180px;
    }

    .nav-link {
        text-align: center;
        font-size: 1.25rem;
        padding: 12px 20px !important;
        border-bottom: solid 1px #dadada;
    }

    .container-fade:before {
        display: none;
    }

    .container-fade:after {
        display: none;
    }
}

@media (max-width: 767px) {
    .navbar-brand {
        width: 260px;
    }
}

/* Icon 3 */

#nav-icon3 {
    width: 40px;
    height: 32px;
    position: relative;
    margin: 50px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon3 span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #0077CC;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
    top: 0px;
}

#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
    top: 12px;
}

#nav-icon3 span:nth-child(4) {
    top: 24px;
}

#nav-icon3.open span:nth-child(1) {
    top: 12px;
    width: 0%;
    left: 50%;
}

#nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
    top: 12px;
    width: 0%;
    left: 50%;
}

@media (max-width: 767px) {
    #nav-icon3 {
        margin: 25px auto;
    }
}

@media (max-width: 991px) {
    .dropdown-menu {
        display: block;
        text-align: center;
    }
}

.unbtn {
    border: none;
    outline: none;
    background-color: transparent;
    color: unset;
    font-weight: unset;
    margin: 0px;
    padding: 0px;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #fff;
    color: #000;
}

@media (max-width: 390px) {
    .intro-text > h1 {
        font-size: 2rem;
    }

    .row > div.col-lg-2.col-3 > svg {
        padding-right: 1rem;
        transition: padding-right ease-in-out .5s;
    }

    p {
        font-size: 1rem;
    }

;
}

a.collapse-button {
    padding: 1px 6px;
}

a.collapse-button:hover {
    color: #fff;
}