﻿/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */

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

    /* HEADER */
    .navbar-brand {
        width: 100%;
        padding-top: 2px;
    }

    .bg-change .navbar-brand {
        width: 100%;
        padding-top: 9px;
    }

    .navbar-nav > li > a {
        padding: 18px 20px;
    }

    .bg-change .navbar-nav > li > a {
        padding: 25px 20px;
    }

    .navbar-nav > li > a {
        font-size: 0.85em;
        line-height: 1.25;
    }

    /* SECTIONS */
    .col-25 {
        width: 25%;
        padding-bottom: 15px;
    }

    .col-50 {
        width: 50%;
    }

    /* PORTRAIT */
    br.responsive {
        display: inline;
    }

    .service-details {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
    }

    .service-details .item-title {
        padding: 0 0 20px 0;
    }

    /* REPERTOIRE */
    .repertoire-details {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
    }

    .post-content {
        padding: 10px 0;
    }

    /* TRAINING */
    .training .client-quote {
        margin: 0;
        padding: 0 20px 20px 20px;
    }

    .training .client-quote img {
        padding-top: 20px;
    }

    /* REFERENZEN */
    .references .section-details {
        grid-template-columns: repeat(3, 1fr);
    }

    /* AKTUELLES */
    .news-container .client-quote {
        display: block;
    	padding: 20px;
    }

    .news-container .entry-title {
        text-align: center;
        padding: 10px 0 0 0;
    }

    /* SCROLL */
    .scroll-to-top {
        font-size: 1.15em;
        height: 30px;
        width: 30px;
        line-height: 30px;
        right: 25px;
        bottom: 45px;
    }
}

/* ------------------------------------------------------------------------ */

@media screen and (min-width: 1025px) and (max-width: 1280px) {

    /* SLIDER */
    .bx-wrapper .bx-next {
        right: 5%;
    }

    .bx-wrapper .bx-prev {
        left: 5%;
    }

    /* SECTIONS */
    .section-title {
        font-size: 1.75em;
        padding-bottom: 0;
    }

    .section-description {
        font-size: 1em;
        line-height: 1.5em;
        text-align: center;
        padding: 30px 60px 15px 60px;
    }

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

    /* PORTRAIT */
    .service-details .item-title {
        font-size: 1em;
    }

    .service-details .item-description {
        font-size: 0.85em;
    }

    .flip-front-1,
    .flip-front-2,
    .flip-front-3,
    .flip-front-4,
    .flip-back-1,
    .flip-back-2,
    .flip-back-3,
    .flip-back-4 {
        height: 380px;
    }

    /* REPERTOIRE */
    .repertoire .entry-title {
        font-size: 1em;
    }

    .repertoire .entry-content {
        font-size: 0.85em;
        line-height: 1.5;
    }

    /* TRAINING */
    .training .entry-title {
        font-size: 1em;
        padding-top: 15px;
    }

    .training blockquote {
        font-size: 0.85em;
    }

    /* REFERENZEN */
    .references .event-title {
        font-size: 0.8em;
    }

    .references .event-location {
        font-size: 0.75em;
    }

    /* AKTUELLES */
    .news-container .entry-title {
        font-size: 1em;
        text-align: center;
    }

    .news-container blockquote {
        font-size: 0.85em;
    }

    /* FOOTER */
    .widget-details {
        font-size: 0.8em;
    }

    .footer-bottom {
        font-size: 0.75em;
    }
}

/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */

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

    /* HEADER */
    .navbar-brand {
        width: 160px;
        padding-top: 4px;
    }

    .bg-change .navbar-brand {
        width: 160px;
        padding-top: 14px;
    }

    .navbar-nav > li > a {
        padding: 15px 15px;
    }

    .bg-change .navbar-nav > li > a {
        padding: 25px 15px;
    }

    .navbar-nav > li > a {
        font-size: 0.85em;
        line-height: 1.25;
    }

    /* SECTIONS */
    .col-25 {
        width: 50%;
        padding-bottom: 15px;
    }

    .col-50 {
        width: 100%;
    }

    /* PORTRAIT */
    br.responsive {
        display: inline;
    }

    .service-details {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
    }

    .service-details .item-title {
        padding: 0 0 20px 0;
    }

    /* REPERTOIRE */
    .repertoire-details {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
    }

    .post-content {
        padding: 10px 0;
    }

    /* TRAINING */
    .training .client-quote {
        margin: 0;
        padding: 0 20px 20px 20px;
    }

    .training .client-quote img {
        padding-top: 20px;
    }

    /* REFERENZEN */
    .references .section-details {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(auto-fill, 1fr);
    }

    /* AKTUELLES */
    .news-container .client-quote {
        display: block;
    }

    .news-container .entry-title {
        text-align: center;
        padding: 10px 0 0 0;
    }
}

/* ------------------------------------------------------------------------ */

@media screen and (min-width: 901px) and (max-width: 1024px) {
    /* SLIDER */
    .bx-wrapper .bx-next {
        right: 4%;
    }

    .bx-wrapper .bx-prev {
        left: 4%;
    }

    /* SECTIONS */
    .section-title {
        font-size: 1.5em;
        padding-bottom: 0;
    }

    .section-description {
        font-size: 1em;
        line-height: 1.5em;
        text-align: center;
        padding: 30px 60px 15px 60px;
    }

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

    /* PORTRAIT */
    .service-details .item-title {
        font-size: 1em;
    }

    .service-details .item-description {
        font-size: 0.85em;
    }

    .flip-front-1,
    .flip-front-2,
    .flip-front-3,
    .flip-front-4,
    .flip-back-1,
    .flip-back-2,
    .flip-back-3,
    .flip-back-4 {
        height: 390px;
    }

    /* REPERTOIRE */
    .repertoire .entry-title {
        font-size: 1em;
    }

    .repertoire .entry-content {
        font-size: 0.85em;
    }

    /* TRAINING */
    .training .client-quote {
        grid-template-rows: 260px;
    }

    .training .entry-title {
        font-size: 1em;
        padding-top: 15px;
    }

    .training blockquote {
        font-size: 0.85em;
    }

    /* REFERENZEN */
    .references .event-title {
        font-size: 0.9em;
    }

    .references .event-location {
        font-size: 0.75em;
    }

    /* AKTUELLES */
    .news-container .entry-title {
        font-size: 1em;
        text-align: center;
    }

    .news-container blockquote {
        font-size: 0.85em;
    }

    /* FOOTER */
    .widget-details {
        font-size: 0.75em;
    }

    .footer-bottom {
        font-size: 0.6em;
    }
}

/* ------------------------------------------------------------------------ */

@media screen and (min-width: 768px) and (max-width: 900px) {

    /* SLIDER */
    .bx-wrapper .bx-next {
        right: 4%;
    }

    .bx-wrapper .bx-prev {
        left: 4%;
    }

    /* SECTIONS */
    .section-title {
        font-size: 1.5em;
        padding-bottom: 0;
    }

    .section-description {
        font-size: 1em;
        line-height: 1.5em;
        text-align: center;
        padding: 30px 60px 15px 60px;
    }

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

    /* PORTRAIT */
    .service-details .item-title {
        font-size: 1em;
    }

    .service-details .item-description {
        font-size: 0.8em;
    }

    .flip-front-1,
    .flip-front-2,
    .flip-front-3,
    .flip-front-4,
    .flip-back-1,
    .flip-back-2,
    .flip-back-3,
    .flip-back-4 {
        height: 390px;
    }

    /* REPERTOIRE */
    .repertoire .entry-title {
        font-size: 1em;
    }

    .repertoire .entry-content {
        font-size: 0.8em;
    }

    /* TRAINING */
    .training .client-quote {
        grid-template-rows: 280px;
    }

    .training .entry-title {
        font-size: 1em;
        padding-top: 15px;
    }

    .training blockquote {
        font-size: 0.8em;
    }

    /* REFERENZEN */
    .references .event-title {
        font-size: 0.85em;
    }

    .references .event-location {
        font-size: 0.7em;
    }

    /* AKTUELLES */
    .news-container .entry-title {
        font-size: 1em;
        text-align: center;
    }

    .news-container blockquote {
        font-size: 0.8em;
    }

    /* FOOTER */
    .widget-details {
        font-size: 0.75em;
    }

    .footer-bottom {
        font-size: 0.6em;
    }
}


/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */


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

    /* HEADER */
    #masthead {
        background: url(../../images/02_header/header_bgr.png) center #333131;
    }

    .navbar {
        min-height: 0;
    }

    .navbar-brand {
        width: 130px;
        padding-top: 4px;
    }

    .bg-change .navbar-brand {
        width: 130px;
        padding-top: 4px;
    }

    .navbar-default .navbar-toggle {
        padding: 0 10px;
    }

    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background: transparent;
        outline: 0;
        color: #fff;
    }

    .navbar-default .navbar-toggle {
        border-color: transparent;
        color: #bbbbbb;
        margin-right: 2%;
    }

    .navbar-nav > li > a,
    .bg-change .navbar-nav > li > a {
        padding: 10px 20px;
    }

    .navbar-nav > li > a {
        font-size: 0.75em;
        line-height: 1.25;
    }

    .navbar-collapse.pull-right {
        text-align: right;
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }

    .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none;
    }

    /* SECTIONS */
    .col-25 {
        width: 100%;
        padding-bottom: 15px;
    }

    /* PORTRAIT */
    br.responsive {
        display: none;
    }

    .service-details {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(4, 1fr);
    }

    .service-details .item-title {
        padding: 0 0 20px 0;
    }

    /* REPERTOIRE */
    .repertoire-details {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(6, 1fr);
    }

    .post-content {
        padding: 10px 0;
    }

    /* TRAINING */
    .training .client-quote {
        display: block;
        text-align: center;
        margin: 0;
        padding: 0 20px 20px 20px;
    }

    .training .client-quote img {
        padding-top: 20px;
    }

    /* REFERENZEN */
    .references .section-details {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(auto-fill, 1fr);
    }

    /* AKTUELLES */
    .news-container .client-quote {
        display: block;
    }

    .news-container .entry-title {
        text-align: center;
        padding: 10px 0 0 0;
    }
}

/* ------------------------------------------------------------------------ */

@media screen and (min-width: 641px) and (max-width: 767px) {

    /* SLIDER */
    .bx-wrapper .bx-controls-direction a {
        top: 42%;
    }

    .bx-wrapper {
        margin-top: 37px;
        margin-bottom: 40px;
    }

    .bx-wrapper .bx-next {
        right: 3%;
    }

    .bx-wrapper .bx-prev {
        left: 3%;
    }

    /* SECTIONS */
    .section-title {
        font-size: 1.25em;
        padding-bottom: 0;
    }

    .section-description {
        font-size: .9em;
        line-height: 1.5em;
        text-align: center;
        padding: 30px 60px 15px 60px;
    }

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

    /* PORTRAIT */
    .service-details .item-title {
        font-size: 1em;
    }

    .service-details .item-description {
        font-size: 0.8em;
    }

    .flip-front-1,
    .flip-front-2,
    .flip-front-3,
    .flip-front-4,
    .flip-back-1,
    .flip-back-2,
    .flip-back-3,
    .flip-back-4 {
        height: 310px;
    }

    /* REPERTOIRE */
    .repertoire .entry-title {
        font-size: 1em;
    }

    .repertoire .entry-content {
        font-size: 0.8em;
    }

    /* TRAINING */
    .training .entry-title {
        font-size: 1em;
    }

    .training blockquote {
        font-size: 0.8em;
    }

    /* REFERENZEN */
    .references .event-title {
        font-size: 0.85em;
    }

    .references .event-location {
        font-size: 0.7em;
    }

    /* AKTUELLES */
    .news-container .entry-title {
        font-size: 1em;
        text-align: center;
    }

    .news-container blockquote {
        font-size: 0.8em;
    }

    /* FOOTER */
    .widget-details {
        font-size: 0.75em;
    }

    .footer-bottom {
        font-size: 0.6em;
    }
}

/* ------------------------------------------------------------------------ */

@media screen and (min-width: 500px) and (max-width: 640px) {

    /* SLIDER */
    .bx-wrapper .bx-controls-direction a {
        top: 42%;
    }

    .bx-wrapper {
        margin-top: 37px;
        margin-bottom: 40px;
    }

    .bx-wrapper .bx-next {
        right: 3%;
    }

    .bx-wrapper .bx-prev {
        left: 3%;
    }

    /* SECTIONS */
    .section-title {
        font-size: 1em;
        padding-bottom: 0;
    }

    .section-description {
        font-size: .8em;
        line-height: 1.5em;
        text-align: center;
        padding: 30px 60px 15px 60px;
    }

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

    /* PORTRAIT */
    .service-details .item-title {
        font-size: 0.9em;
    }

    .service-details .item-description {
        font-size: 0.75em;
    }

    .flip-front-1,
    .flip-front-2,
    .flip-front-3,
    .flip-front-4,
    .flip-back-1,
    .flip-back-2,
    .flip-back-3,
    .flip-back-4 {
        height: 320px;
    }

    /* REPERTOIRE */
    .repertoire .entry-title {
        font-size: 0.9em;
    }

    .repertoire .entry-content {
        font-size: 0.75em;
    }

    /* TRAINING */
    .training .entry-title {
        font-size: 0.9em;
    }

    .training blockquote {
        font-size: 0.75em;
    }

    /* REFERENZEN */
    .references .event-title {
        font-size: 0.85em;
    }

    .references .event-location {
        font-size: 0.7em;
    }

    /* AKTUELLES */
    .news-container .entry-title {
        font-size: 0.9em;
        text-align: center;
    }

    .news-container blockquote {
        font-size: 0.75em;
    }

    /* FOOTER */
    .widget-details {
        font-size: 0.7em;
    }

    .footer-bottom {
        font-size: 0.6em;
    }
}

/* ------------------------------------------------------------------------ */

@media screen and (min-width: 341px) and (max-width: 499px) {

    /* SLIDER */
    .bx-wrapper .bx-controls-direction a {
        top: 109%;
    }

    .bx-wrapper {
        margin-top: 37px;
        margin-bottom: 80px;
    }

    .bx-wrapper .bx-next {
        right: 2%;
    }

    .bx-wrapper .bx-prev {
        left: 2%;
    }

    /* SECTIONS */
    .section-title {
        font-size: 0.9em;
        padding-bottom: 0;
    }

    .section-description {
        font-size: 0.75em;
        line-height: 1.5em;
        text-align: left;
        padding: 30px 30px 15px 30px;
    }

    .section-details {
        padding: 0 15px;
    }

    /* PORTRAIT */
    .service-details .item-title {
        font-size: 0.85em;
    }

    .service-details .item-description {
        font-size: 0.7em;
    }

    .flip-front-1,
    .flip-front-2,
    .flip-front-3,
    .flip-front-4,
    .flip-back-1,
    .flip-back-2,
    .flip-back-3,
    .flip-back-4 {
        height: 340px;
    }

    /* REPERTOIRE */
    .repertoire .entry-title {
        font-size: 0.85em;
    }

    .repertoire .entry-content {
        font-size: 0.7em;
    }

    /* TRAINING */
    .training .entry-title {
        font-size: 0.85em;
    }

    .training blockquote {
        font-size: 0.7em;
    }

    /* REFERENZEN */
    .references .event-title {
        font-size: 0.85em;
    }

    .references .event-location {
        font-size: 0.7em;
    }

    /* AKTUELLES */
    .news-container .entry-title {
        font-size: 0.85em;
        text-align: center;
    }

    .news-container blockquote {
        font-size: 0.7em;
    }

    /* FOOTER */
    .widget-details {
        font-size: 0.65em;
    }

    .footer-bottom {
        font-size: 0.6em;
    }
}

/* ------------------------------------------------------------------------ */

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

    /* SLIDER */
    .bx-wrapper .bx-controls-direction a {
        top: 113%;
    }

    .bx-wrapper {
        margin-top: 37px;
        margin-bottom: 80px;
    }

    .bx-wrapper .bx-next {
        right: 2%;
    }

    .bx-wrapper .bx-prev {
        left: 2%;
    }

    /* SECTIONS */
    .section-title {
        font-size: 0.85em;
        padding-bottom: 0;
    }

    .section-description {
        font-size: 0.7em;
        line-height: 1.5em;
        text-align: left;
        padding: 30px 30px 15px 30px;
    }

    .section-details {
        padding: 0 15px;
    }

    /* PORTRAIT */
    .service-details .item-title {
        font-size: 0.8em;
    }

    .service-details .item-description {
        font-size: 0.65em;
    }

    .flip-front-1,
    .flip-front-2,
    .flip-front-3,
    .flip-front-4,
    .flip-back-1,
    .flip-back-2,
    .flip-back-3,
    .flip-back-4 {
        height: 370px;
    }

    /* REPERTOIRE */
    .repertoire .entry-title {
        font-size: 0.8em;
    }

    .repertoire .entry-content {
        font-size: 0.65em;
    }

    /* TRAINING */
    .training .entry-title {
        font-size: 0.8em;
    }

    .training blockquote {
        font-size: 0.65em;
    }

    /* REFERENZEN */
    .references .event-title {
        font-size: 0.8em;
    }

    .references .event-location {
        font-size: 0.6em;
    }

    /* AKTUELLES */
    .news-container .entry-title {
        font-size: 0.8em;
    }

    .news-container blockquote {
        font-size: 0.65em;
    }

    /* FOOTER */
    .widget-details {
        font-size: 0.65em;
    }

    .footer-bottom {
        font-size: 0.6em;
    }
}