/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

    .navbar {
        height: 70px;
        background: #ffffff;
    }

    .alpha {
        padding-top: 80px;
    }

    .animation-element {
        margin-left: -15px;
    }

    .micro-menu {
        width: 85%;
        margin-top: 30px;
        /* margin-left: auto;
        margin-right: auto; */
    }

    .cta {
        margin-top: 3em;
    }

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

    .navbar {
        height: 50px;
        background: #FFFFFF;
        opacity: .8;
    }

    .alpha {
        padding-top: 80px;
    }

    #header-image-1 {
        margin-top: 40px;
    }

    img.logo {
        width: 170px;
        height: auto;
        max-width: 100%;
    }

    .micro-menu {
        width: 85%;
    }

    .row-berater {
        background-color: #F7F7F7;
        padding: 40px 0;
        padding-bottom: 40px !important;
        margin-bottom: 40px;
    }

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    #xmlPortal {
        margin-top: 5em;
    }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

    .gradient-left-to-right-odd {
        background: linear-gradient(90deg, #F7F7F7 0%, #F7F7F7 60%, #FFFFFF 60%, #FFFFFF 100%);
    }

    .gradient-left-to-right-even {
        background: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 40%, #F7F7F7 40%, #F7F7F7 100%);
    }

    .btn.menu {
        padding: 15px 0 0;
        margin-right: 15px;
    }

    .navbar {
        height: 75px;
        background: #FFFFFF;
        opacity: .8;
    }

    h1 {
        margin-top: 220px;
    }

    .alpha img.logo {
        width: 230px;
        height: auto;
        max-width: 100%;
        position: absolute;
        right: 47px;
        top: 50px;
    }

    .ml-150,
    .footer-wrapper {
        margin-left: 150px;
    }

    .pl-150 {
        padding-left: 150px;
    }


    .wsi-main-section {
        width: 95%;
        margin: auto;
    }


    #header-image-1 {
        width: 450px;
        position: absolute;
        z-index: 1;
        left: 50px;
    }

    #header-image-2 {
        width: 350px;
        position: absolute;
        right: 0;
        top: 250px;
        z-index: 1;
    }

    .row-berater {
        margin-top: 250px;
        background-color: transparent;
    }

    .row-services,
    .row-blog {
        margin-top: 100px;
    }

    .bgServices {
        background: #ffffff url(../img/Kasten_v3.png) left center/cover no-repeat;
    }

    .bgTeam {
        background: #ffffff url(../img/vita-fromme-steuerberater-korschenbroich-langenfeld.jpg) left center/cover no-repeat;
    }

    .bgKooperationen {
        background: #ffffff url(../img/Kooperation.jpg) left center/cover no-repeat;
    }

    .section-lightGrayBg {
        background-color: transparent;
    }

    .berater.fromme {
        position: relative;
        z-index: 1;
        left: 40px;
        top: -40px;
    }

    p.berater-text,
    .infocenter {
        width: 60%;
        margin-left: 160px;
        margin-top: 80px;
    }

    p.berater-text-2 {
        margin-top: 180px !important;

    }

    .box-services {
        width: 50%;
        margin: auto;
        padding-bottom: 80px;
    }

    footer .footer-first-row {
        height: 150px;
    }

}

@media only screen and (max-width: 1460px) {

    .ml-150,
    .footer-wrapper {
        margin-left: 0px;
    }

    .unterzeile {
        display: none;
    }
}

@media only screen and (max-width: 1280px) {
    #logo img {
        max-width: 70%;
    }

    .carousel-caption h1 {
        font-size: 2.0em;
    }

    .bgCircle {
        width: 800px;
        height: 400px;
    }
}

@media only screen and (max-width: 1120px) {
    #main-navigation .nav-link {
        padding-right: 10px !important;
    }

    #logo {
        top: 3px;
    }

    main {
        max-width: 85%;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 970px) {
    .slick-slide {
        margin: 0;
    }

    #main-navigation .nav-item {
        font-size: 16px;
    }

    .bgCircle {
        width: 600px;
        height: 300px;
    }
}

@media only screen and (max-width: 770px) {
    #main-navigation {
        background: rgba(231, 241, 213, 0.75);
        z-index: 9999;
    }

    .btn.menu {
        margin-top: 0;
    }

    img.logo {
        width: 120px;
    }

    .beforeCircle {
        padding-bottom: 200px !important;
    }

    .wrapperCirle {
        margin-top: -200px;
    }

    .bgCircle {
        width: 400px;
        height: 200px;
    }
}



@media only screen and (max-width: 680px) {
    p.login {
        right: 2%;
        padding: 6px 10px;
    }

    .navbar {
        /*height: 160px;*/
        height: auto;
    }

    .carousel {
        margin-top: 160px;
    }

    .beforeCircle {
        padding-bottom: 150px !important;
    }
}

@media only screen and (max-width: 580px) {
    /* footer img.logo {
        width: 100%;
        height: auto;
        margin-bottom: 3%;
    } */

    .borderLeft {
        border-left: 0 solid rgb(47, 73, 111) !important;
    }
}

@media only screen and (max-width: 400px) {
    .beforeCircle {
        padding-bottom: 100px !important;
    }

    .wrapperCirle {
        margin-top: -170px;
    }

    .bgCircle {
        width: 250px;
        height: 125px;
    }
}
