/*  Viewports */
/*XS*/
@media (min-width: 340px) {


}
@media (min-width: 450px) {
    .jumbotron.enterprise {
        background-image: url("/resources/img/backgrounds/rocketBgRight.png");
    }

    #particle-canvas {
        min-height: 670px;
    }

    .startseite #particle-canvas {
        min-height: 320px;
    }

}
/*SM*/
@media (min-width: 576px) {
    .shopware-dienstleister-wrapper-right {
        width: 540px;
    }
    .shopware-dienstleister-wrapper-left {
        width: 540px;
    }
}
/*MD*/
@media (min-width: 768px) {
    .viewport-limiter {
        width: 100%;
        margin: 0 25px;
    }
    .hero h2{
        font-size: 1.5rem;
    }
    .jumbotron.hero {
        top: 30%;
    }
    .nichtUmbrechen-md{
        line-height: 1;
        white-space: nowrap;
    }
    .jumbotron.enterprise {
        background-image: none;
    }
    .headcontainer .jumbotron{
        padding-top: 13%;
    }
    .jumbotron h1 {
        font-size: 65px;
    }
    .jumbotron .subline {
        font-size: 26px;
    }
    .enterprise-banner .jumbotron h2 {
        font-size: 65px;
        font-weight: 400;
    }
    .sitecontainer .jumbotron.plugins h2 {
        font-size: 72px;
    }
    .col-md-1.mr-5{
        margin-left: 0;
    }
    .jumbotron .heptacom-dark.heptacom-highlight-light.heptacom-highlight-fill{
        margin-top: 0;
    }
    .timeline > li > .timeline-panel {
        width: 95%;
    }
    .fixed-contact.telefon {
        top: 45%;
    }
    .modal {
        padding-top: 100px; /* Location of the box */
    }

    .startseite #particle-canvas {
        min-height: 670px;
    }

    .shopware-6-banner-wrapper {
        margin: 0;
    }

    .shopware-6-wrapper {
        max-width: 500px;
        margin: 20px 0 0 0;
    }

    .shopware-siegertreppe-wrapper img {
        position: absolute;
        bottom: 160px;
    }

    .webconnector-container {
        -webkit-background-size: cover;
        background-size: cover;
    }

    .clear-webconnector {
        clear: both;
    }

    .webconnector-img-wrapper {
        width: 200px;
        float: left;
        margin: 0 40px 50px 0;
    }

    .webconnector-img-wrapper img {
        width: 100%;
    }
    .shopware-dienstleister-wrapper-right {
        margin-left: calc((100% - 720px)/2);
        width: calc(100% - (100% - 720px) /2);
    }
    .shopware-dienstleister-wrapper-left {
        width: 100%;
        padding-top: 0;
    }
    .pickware-ipod {
        align-self: flex-end;
        margin-top: -80px;
    }
    .team-banner{
        padding: 40px;
        padding-right: 20%;
    }

    .shopware-enterprise-banner-wrapper-mobile {
        display: none;
    }

    .shopware-enterprise-banner-wrapper-desktop {
        width: 120px;
        position: absolute;
        bottom: 30px;
        right: 30px;
        z-index: 30;
        display: block;
    }

}
/*LG*/
@media (min-width: 992px) {
    .viewport-limiter {
        max-width: 960px;
    }

    .viewport-limiter {
        margin: 0 auto;
    }

    .shopware-dienstleister-wrapper-right {
        margin-left: calc((100% - 960px)/2);
        width: calc(100% - (100% - 960px) /2);
    }
}
/*XL*/
@media (min-width: 1200px) {
    .viewport-limiter {
        max-width: 1140px;
    }
    h1 {
        font-size: 3.5rem;
    }
    h2 {
         font-size: 3.5rem;
     }
    .modal-content .contact-flyin-headline {
        font-size: 3.5rem;
    }
    .modal-content {
        max-width: 700px;
        height: 500px;
    }
    span.contact-popup-text {
        font-size: 23px;
    }
    .shopware-dienstleister-wrapper-right {
        margin-left: calc((100% - 1140px) / 2);
        width: calc(100% - (100% - 1140px) /2);
    }
}

/*Custom XXL*/
@media (min-width: 1800px) {
    .viewport-limiter {
        max-width: 1400px;
    }
    .shopware-dienstleister-wrapper-right {
        margin-left: calc((100% - 1400px)/2);
        width: calc(100% - (100% - 1400px) /2);
    }
}