/* Normal desktop :1200px. */
@media (min-width: 1200px) and (max-width: 1500px) {
}

/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1200px) {
}

/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
}

@media (max-width: 767px) {
    .slogan {
        margin-left: 0;
    }

    .background-above-the-fold {
        background-image: none;
        background: linear-gradient(135deg, #95b164 0%, #6aa06c 100%);
        background-size: auto;
        background-repeat: repeat;
    }

    .hdl {
        margin-top: 0.5rem;
        margin-left: 0rem;
    }

    .hdl h1 {
        font-size: 1.7rem;
        padding-top: 1rem;
        padding-bottom: 0;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    }

    .bw-txt {
        color: #ffffff !important;
        line-height: 10px !important;
    }

    .subhdl {
        font-size: 1.3rem;
    }

    #block002 {
        margin-top: 0;
    }

    #block002 p {
        line-height: 2.2rem;
    }

    #top001,
    #top002,
    #top003 {
        display: block;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 1rem;
    }

    #vergleich .plz {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    /**
    *
    * Lead / Anbieter Ausgabe
    *
    */
    #AnbieterOutput .topmenu {
        /* min-height, not height: the fixed 160px was sized for the old
           two-line stack. The stacked title + sort + treffer row is taller,
           and with a fixed height the treffer line rendered on top of the
           info rows below the box. */
        min-height: 160px;
    }

    #AnbieterOutput .ps-col001 {
        max-width: 50%;
        border-bottom-left-radius: 0;
    }

    #AnbieterOutput .ps-col002 {
        border-top-right-radius: 0;
        border-bottom-right-radius: 1em;
        border-top-left-radius: 0;
        border-bottom-left-radius: 1em;
    }

    #AnbieterOutput .FurtherInfos {
        /* margin-left: 6rem; */
    }

    #AnbieterOutput .FurtherInfosChevron {
        margin-left: 9rem;
    }

    .vergleich-eingabe {
        min-height: 420px;
        min-width: 100%;
        max-width: 100%;
        clear: booth;
    }

    .bundesweit {
        width: 250px;
        margin-left: -40px;
    }
}

/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .container {
        width: 450px;
    }
}
