/*------------------------------------------------------------------
[Responsive Stylesheet]
Theme Name: Reportagepfad Institut
Version: 1.0.0
-------------------------------------------------------------------*/

/* ================================================
   Responsive Media Queries
================================================ */

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
    .container {
        max-width: 960px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
    .container {
        max-width: 720px;
    }

    .navbar-collapse {
        background-color: #fff;
        padding: 20px;
    }

    .menu-wrapper .navbar-nav {
        flex-direction: column;
    }

    .menu-wrapper .nav-item {
        width: 100%;
        text-align: left;
        padding: 10px 0;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
    .container {
        max-width: 540px;
    }

    #theme-main-banner h1 {
        font-size: 32px;
    }

    #theme-main-banner h6 {
        font-size: 14px;
    }

    .theme-title h2 {
        font-size: 28px;
    }

    .service-single-item {
        margin-bottom: 30px;
    }

    .who-we-are,
    .future-success {
        margin-bottom: 40px;
    }

    .footer-quick-links {
        margin-bottom: 30px;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding: 0 15px;
    }

    .logo h4 {
        font-size: 18px;
    }

    #theme-main-banner h1 {
        font-size: 24px;
        line-height: 1.2;
    }

    #theme-main-banner h6 {
        font-size: 12px;
        line-height: 1.4;
    }

    .theme-title h2 {
        font-size: 22px;
    }

    .service-single-item h5 {
        font-size: 18px;
    }

    .consultant-section h2 {
        font-size: 24px;
    }

    .get-quote-section h2 {
        font-size: 24px;
    }

    .client-slider p {
        font-size: 14px;
    }
}

/* ================================================
   Navigation Responsive
================================================ */
@media only screen and (max-width: 991px) {
    .navbar-toggle {
        display: block;
        background-color: transparent;
        border: 1px solid #333;
        padding: 8px 10px;
        margin: 20px 0;
    }

    .navbar-toggle .fa {
        color: #333;
        font-size: 20px;
    }

    .navbar-collapse {
        width: 100%;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
    }
}

/* ================================================
   Images Responsive
================================================ */
@media only screen and (max-width: 768px) {
    img {
        max-width: 100%;
        height: auto;
    }
}

/* ================================================
   Grid System Adjustments
================================================ */
@media only screen and (max-width: 767px) {
    .col-xs-12 {
        width: 100%;
    }

    .float-left,
    .float-right {
        float: none !important;
    }

    .text-center-mobile {
        text-align: center !important;
    }
}
