/* laptop */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .container {
        width: 992px;
    }

    .navigationContainer ul > li {
        padding: 0 10px 0 40px !important;
    }

    .history {
        margin-left: 30px;
        width: calc(33.33333333% - 30px);
    }
}

/* ipad, tablet */
@media only screen and (min-width: 768px) and (max-width: 991px) {

    body {
        padding-top: 0px;
    }

    nav.navbar {
        height: 70px;
        margin-bottom: 0;
        float: left;
        position: fixed;
        width: 100%;
    }

    #skrollr-body {
        height: 100%;
        position: relative;
        width: 100%;
        float: left;
        margin-top: 70px;
    }

    .navbar-brand {
        width: 180px;
        margin: 10px;
        height: 50px;
    }

    .navbar-brand > img {
        margin-top: 0px;
    }

    nav.navbar.shrink .navbar-brand {
        width: 180px;
        margin-top: 0;
    }

    .navbar-brand {
        margin-top: 10px;
        margin-right: 10px;
        padding: 0 15px 0 15px;
        height: auto;
        width: 125px;
    }

    .container {
        max-width: 990px;
        width: 768px;
    }

    .text-image-block > [class*="col-"].content-right,
    .text-image-block > [class*="col-"].content-left {
        padding-right: 0;
        padding-left: 0;
        margin-bottom: 25px;
    }

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

    .searchbox {
        width: 180px;
        padding-left: 0;
    }

    .navigationContainer ul {
        margin: 0;
    }

    .navigationContainer ul > li {
        padding: 0 7px 0 7px !important;
    }

    .navigationContainer ul > li:before,
    .navigationContainer ul > li:after {
        content: none !important;
    }

    .main {
        width: calc(66.66666666% - 15px);
        margin-right: 15px;
    }

    .history {
        margin-left: 15px;
        width: calc(33.33333333% - 15px);
    }

    .heizkesselContainer .col-md-4,
    .productContainer .col-md-4 {
        width: 33.3333333333333%;
        float: left;
    }

    .storageItem {
        width: 33.333333%;
        float: left;
    }

    .containerBlock textarea {
        width: 100%;
    }

    .offerForm {
        float: left;
        margin-top: 20px;
    }

    .offerForm * {
        float: left;
    }

    .offerForm, .offerForm * {
        padding-left: 0;
        padding-right: 0;
    }

    .offerForm .col-md-6 {
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .offerForm .col-md-12 {
        width: 100%;
    }

    .offerForm .col-xs-8 {
        padding-left: 10px;
    }

    .offerForm .col-xs-8 * {
        width: 100%;
    }

    .myhdgsystemImage {
        width: 100%;
    }

    .myhdgpsystemContainer .systemDetails {
        padding-left: 0;
        padding-right: 0;
    }

    .myhdgpsystemContainer .systemDetails .col-md-2{
        width: 100%;
    }

    .error {
        padding-left: 20px;
    }
}

/* tablet, laptop, desktop */
@media only screen and (min-width: 768px) {

}

/* small devices to tabletst*/
@media only screen and (max-width: 767px) {

    body {
        padding-top: 0px;
    }

    nav.navbar {
        height: 70px;
        margin-bottom: 0;
        float: left;
        position: fixed;
        width: 100%;
    }

    #skrollr-body {
        height: 100%;
        position: relative;
        width: 100%;
        float: left;
        margin-top: 70px;
    }

    #skrollr-body section {
        float: left;
        padding: 10px;
        width: 100%;
    }

    .configurationContainer > section {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .wrapper .first > .container {
        margin-top: unset;
    }

    .row > [class*="col-"] {
        display: block;
        width: 100%;
        margin-top: 0 !important;
    }

    .navigationContainer {
        padding-bottom: 10px;
    }

    .navigationContainer ul {
        margin: 0;
    }

    .navigationContainer ul > li {
        float: left;
        width: 100%;
        display: block;
        text-align: center;
        height: 34px;
        line-height: 34px;
        margin-bottom: 0px;
    }

    .navigationContainer ul > li::after {
        display: none;
    }

    .nav > li {
        margin: 0;
    }

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

    .navbar-inverse .navbar-nav > li > a:hover,
    .navbar-inverse .navbar-nav > li > a:focus {
        background-color: #85919d;
        color: #FFF;
    }

    nav.navbar .container {
        padding-top: 0;
        padding-bottom: 0;
    }

    .navbar-nav {
        margin-top: 0;
        margin-bottom: 0;
    }

    .navbar-collapse {
        background-color: #FFF;
        box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.5);
    }

    .navbar-toggle,
    .navbar-inverse .navbar-toggle {
        border-color: #FFF;
        background-color: #337ab7;
    }

    .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
        background-color: #FFF;
    }

    .navbar-inverse .navbar-toggle:hover .icon-bar,
    .navbar-inverse .navbar-toggle:focus .icon-bar {
        background-color: #337ab7;
    }

    .navbar-inverse .navbar-nav > .active > a,
    .navbar-inverse .navbar-nav > .active > a:hover,
    .navbar-inverse .navbar-nav > .active > a:focus {
        background-color: #337ab7;
    }

    .navbar-brand {
        width: 180px;
        margin: 10px;
        height: 50px;
    }

    .navbar-brand > img {
        margin-top: 0px;
    }

    nav.navbar.shrink .navbar-brand {
        width: 180px;
        margin-top: 0;
    }

    .text-image-block > [class*="col-"].content-right,
    .text-image-block > [class*="col-"].content-left {
        padding-right: 0;
        padding-left: 0;
        margin-bottom: 25px;
    }

    .swiper-container-single,
    .swiper-container {
        max-height: 550px;
    }

    .swiper-container-single.FullHeader,
    .swiper-container.FullHeader {
        max-height: none;
    }

    .swiper-content p.h2 {
        font-size: 1.7em;
    }

    .swiper-content a.btn {
        margin: 25px auto 0 auto;
    }

    .swiper-container .swiper-content {
        left: 50%;
        position: absolute;
        top: 100px;
        transform: translate(-50%, 0);
        width: 100%;
        max-width: 70%;
        text-align: center;
    }

    .swiper-button-next::before,
    .swiper-button-prev::before {
        font-size: 4.6em;
    }

    .swiper-button-next,
    .swiper-button-prev {
        padding: 0;
    }

    .hsContent {
        max-width: none;
        position: absolute;
        left: 20%;
        top: 45%;
    }

    table.restables-origin {
        display: none;
    }

    table.restables-clone {
        display: table;
    }

    table.restables-clone tr:first-child td {
        background-color: #4B9AD9;
        color: #FFF;

    }

    table.restables-clone tbody::before {
        content: '';
        display: block;
        height: 10px;
    }

    .table > tbody + tbody {
        border-top: none;
    }

    .searchbox {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 15px;
        padding-bottom: 15px;
        border: none;
        background: #283542;
        width: auto;
    }

    .panel img {
        margin-bottom: 15px;
    }

    .panel .panel-body > [class^="col-"] {
        padding-right: 0;
        padding-left: 0;
    }

    .yform button {
        float: none;
        display: table;
        width: 100%;
    }

    .navbar-header button {
        display: none;
    }

    .configurationContainer {
        float: left;
        display: block;
        width: 100%;
    }

    .configurationContainer .main {
        padding: 0 !important;
    }

    .configurationContainer p {
        margin-bottom: 15px;
    }

    .panel-group {
        width: 100%;
        margin-bottom: 10px;
    }

    .panel-body {
        padding: 15px;
    }

    .panel-body p {
        margin-bottom: 0px;
    }

    .heatingContainer .panel-body input {
        margin-left: 0 !important;
        margin-bottom: 10px;
    }

    .heatingUnitSelect {
        margin-bottom: 0px;
    }

    .heatingContainer .panel-default .panel-heading .panel-title .heatingAccordion {
        display: grid;
        padding-left: 0px;
        padding-right: 45px;
    }

    .navigationBack, .navigationNext {
        margin-bottom: 20px;
    }

    .fuelContainer {
        width: 100%;
    }

    .history {
        width: 100%;
        margin-left: 0;
        float: left;
        margin-bottom: 20px;
    }

    .fuelContainer {
        margin-bottom: 10px;
    }

    .fuelContainer .text {
        width: calc(100% - 140px);
    }

    .heizkesselContainer .productImage {
        margin-left: auto;
        margin-right: auto;
        height: auto;
    }

    .myhdgproductContainer {
        margin-top: 15px;
        margin-bottom: 15px;
        float: left;
        width: 100%;
    }

    .storageDimension {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }

    .storageItemContainer {
        float: left;
        margin-left: 0;
        margin-right: 0;
    }

    .storageItem {
        margin-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px;
        cursor: pointer;
        width: 50%;
        float: left;
    }

    .containerBlock {
        margin-bottom: 25px;
    }

    .containerBlock .titleBox,
    .containerBlock .customStorage {
        float: left;
        width: 100%;
    }

    .productImage {
        max-width: unset;
    }

    .productLink {
        margin-bottom: 0;
    }

    .myhdgpsystemContainer,
    .myhdgpsystemContainer * {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .offerForm {
        float: left;
        margin-top: 20px;
    }
    
    .offerForm * {
        float: left;
    }

    .offerForm, .offerForm * {
        padding-left: 0;
        padding-right: 0;
    }

    .offerForm .col-md-6 {
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .offerForm .col-md-12 {
        width: 100%;
    }

    .offerForm .col-xs-8 {
        padding-left: 10px;
    }

    .offerForm .col-xs-8 * {
        width: 100%;
    }

    .storageItemImg, .storageItemImg img {
        max-width: unset;
        max-height: unset;
    }

}

/* extra small devices */
@media only screen and (max-width: 480px) {
    .bcg,
    .parallax {
        background-attachment: scroll !important;
        background-size: cover !important;
    }

}

/* xs */
@media only screen and (max-width: 360px) {

}

@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: portrait) {
    .bcg,
    .parallax {

        background-attachment: scroll !important;
        background-size: cover !important;
    }
}

@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: landscape) {
    .bcg,
    .parallax {

        background-attachment: scroll !important;
        background-size: cover !important;
    }

}