/* Large Devices, Wide Screens */
@media only screen and (max-width: 1199px) {
    .navbar-nav > li + li > a {
        margin-left: 30px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 991px) {
    h4 {
        font-size: 24px;
    }

    .btn {
        min-width: 120px;
        line-height: 40px;
        padding: 0 25px;
        font-size: 14px;
    }

    .navbar-nav > li > a {
        font-size: 14px;
    }

    .navbar-nav > li + li > a {
        margin-left: 20px;
    }

    .home h1 {
        font-size: 38px
    }

    .site-section {
        padding-top: 90px;
    }

    .site-section h2,
    .site-section h3 {
        font-size: 32px
    }

    .section-angebot {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .section-angebot .container {
        padding: 70px 90px;
    }

    .service h4 {
        font-size: 22px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
    h4 {
        font-size: 20px;
    }

    .btn {
        min-width: 100px;
        line-height: 30px;
        padding: 0 20px;
    }

    .mt-x-0 {
        margin-top: 0;
    }

    .site-logo {
        padding-left: 15px;
    }

    .site-logo img {
        height: 22px;
    }

    .site-header {
        padding: 0;
    }

    .navbar-header {
        display: flex;
    }

    .navbar-toggle {
        margin: 0 15px 0 0;
        padding: 5px 0;
        border: 0;
        float: right;
    }

    .navbar-toggle .icon-bar {
        height: 1px;
        width: 30px;
        background-color: #212121;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

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

    .navbar-toggle.act .icon-bar:first-child,
    .navbar-toggle.act .icon-bar:last-child {
        position: absolute;
        top: 10px;
        height: 2px;
        background-color: #fff;
    }

    .navbar-toggle.act .icon-bar:first-child {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .navbar-toggle.act .icon-bar:last-child {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .navbar-toggle.act .icon-bar:nth-child(2) {
        opacity: 0;
    }

    .navbar-toggle.act .icon-bar + .icon-bar {
        margin-top: 0px;
    }

    .navbar-nav > li > a,
    .navbar-nav > li + li > a {
        display: inline-block;
        margin: 0;
        color: #fff;
    }

    .navbar-nav > li > a:hover,
    .navbar-nav > li.active > a,
    .nav > li > a:hover,
    .nav > li.active > a {
        border-bottom: 2px solid #fff;
    }

    .navbar-toggle.act {
        z-index: 9999;
        height: 25px;
    }

    .navbar-title {
        display: block;
        font-size: 20px;
        width: 100%;
        padding: 5px 20px;
        font-weight: 700;
        text-align: center;
    }

    .navbar-title p {
        font-size: 13px;
        /*font-weight: normal;*/
        margin: 0 0 5px;
    }

    .main-menu {
        background-color: rgba(33, 33, 33, 0.9);
        position: fixed;
        left: 0;
        top: 0;
        z-index: 100;
        height: 100%;
        width: 100%;
        display: table;
        text-align: center;
        opacity: 0;
        -webkit-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
        transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    .main-menu.act {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .main-menu.act ul li {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .main-menu ul {
        display: table-cell;
        vertical-align: middle;
    }

    .main-menu li {
        padding: 8px 0;
        -webkit-transition: all 400ms 510ms;
        transition: all 400ms 510ms;
        opacity: 0;
    }

    .main-menu li:nth-child(odd) {
        -webkit-transform: translateX(30%);
        transform: translateX(30%);
    }

    .main-menu li:nth-child(even) {
        -webkit-transform: translateX(-30%);
        transform: translateX(-30%);
    }

    .home .row {
        display: block;
    }

    .home h1 {
        font-size: 32px;
        margin-bottom: 10px;
        /*display: none;*/
    }

    .fm-title {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .fm-title-red {
        font-size: 15px;
        margin-bottom: 20px;
        line-height: 1.2;
        color: red;
    }

    .home img {
        width: 300px;
    }

    .site-main {
        margin-bottom: 140px;
    }

    .site-section {
        padding-top: 80px;
    }

    .site-section h2,
    .site-section h3 {
        font-size: 28px;
    }

    .img-lines {
        margin: 10px 0 30px;
    }

    .site-section p {
        margin-bottom: 10px;
    }

    .section-angebot {
        padding-top: 0;
        padding-bottom: 0;
    }

    .section-angebot:before {
        content: '';
        background: none;
        width: 0;
        height: 0;
    }

    .overlay:after {
        content: '';
        width: 0;
        height: 0;
    }

    .service h4 {
        margin: 10px 0;
    }

    .service p:last-of-type {
        margin-bottom: 40px;
    }

    .section-angebot .container {
        width: 90%;
        padding: 40px 20px;
    }

    .site-footer .col-xs-12 {
        text-align: center;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 479px) {
    .visible-xxs {
        display: block;
    }

    .btn {
        font-size: 12px;
    }

    .col-sm-6 {
        padding: 10px 5px;
    }

    .home {
        padding-top: 60px;
    }

    .home .visible-xxs + .btn {
        margin-top: 10px;
    }

    .hand {
        font-size: 16px;
        padding: 0 10px;
    }

    .home img {
        width: 150px;
    }

    .site-main {
        margin-bottom: 180px;
    }

    .site-footer {
        padding-top: 5px;
        line-height: 15px;
        font-size: 13px;
    }

    .site-footer .text-right {
        text-align: center;
    }

    .site-footer .col-xs-6,
    .site-footer .col-xs-3 {
        width: 100%;
    }

    .site-footer .col-xs-offset-3 {
        margin-left: 0;
    }
}