﻿/*

aktion.immowelt.de/next-level

*/

/*

INHALTSVERZEICHNIS
__________________________________________________________________________

1. Hero
2. FAQ
3. Kontakt

*/


/* X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
}

/* X-Small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
}


/* 0. Allgemein
__________________________________________________________________________
*/
.button-white,
.button-yellow {
    padding: 8px 64px !important;
    border-radius: 120px !important;
    width: auto !important;
}

.list ul {
    list-style-type: none;
}

.list li {
    font-family: 'immo Sans', Arial, Helvetica, sans-serif !important;
    color: #6E6E7C;
    font-weight: 400;
    font-size: 1.1em;
    margin-bottom: 0.75em;
    padding-left: 35px;
}

    .list li::before {
        position: absolute;
        content: url("../../aktion-global/img/icn-list.svg") "";
    }

.link {
    padding-top: 0.5em;
}

    .link a {
        color: #007C8A;
        text-decoration: none;
    }

@media (max-width: 575.98px) {
    .button-white,
    .button-yellow {
        display: block;
        margin-right: auto !important;
        margin-left: auto;
        width: 100% !important;
    }
}

/* STICKY BUTTON
__________________________________________________________________________
*/
.mobilehide .button-yellow {
    margin-right: 0 !important;
    border-radius: 40px 0 0 40px !important;
    padding-right: 8em !important;
    width: auto !important;
    max-width: none;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
}
@media (max-width: 1199.98px) {
    .mobilehide .button-yellow {
        padding-right: 4em !important;
    }
}

@media (max-width: 991.98px) {
    .mobilehide .button-yellow {
        display: none;
        visibility: hidden;
    }
}


/* 1. Hero
__________________________________________________________________________
*/
#hero {
    background-color: #fff;
    background-image: url(../img/bg-hero.png);
    background-size: auto 340px;
    background-repeat: no-repeat;
    background-position: right bottom;
}

#hero img {
    max-width: 280px;
    width: 100%;
    height: auto;
    display: block;
    margin: auto;
}

@media (max-width: 1399.98px) {
}

@media (max-width: 1199.98px) {
    #hero {
        background-size: auto 300px;
    }
}

@media (max-width: 991.98px) {
    #hero {
        background-size: auto 280px;
    }
}

@media (max-width: 767.98px) {
    #hero {
        background-size: auto 240px;
        padding-bottom: 14em;
    }
    #hero img {
        width: 280px;
    }
}

@media (max-width: 575.98px) {
    #hero {
        background-size: auto 160px;
        padding-bottom: 14em;
    }

        #hero img {
            width: 240px;
        }
}


/* 2. FAQ
__________________________________________________________________________
*/

#faq h3 {
    font-size: 1.5em;
    padding-bottom: 2em;
}

#faq .head {
    background-color: #F7F7F8;
    border-radius: 6px;
    padding: 20px 24px 20px 24px;
}

.head img {
    max-height: 92px;
    width: auto;
}

.head-img-phone {
    width: 119px;
    margin-bottom: -20px;
}
    .head-img-phone img {
        display: block;
        margin: auto;
    }

.head h5 {
    padding-left: 32px;
    margin-bottom: 0;
}

.accordion,
.accordion-item,
.accordion-button,
.accordion-button::after,
.accordion-body,
.accordion .collapse {
    transition: all .4s ease;
    border: none;
}

    .accordion .collapsing {
        transition: height .4s ease;
        border: none;
    }

.accordion-body {
    width: 90%;
}

    .accordion-item p {
        font-size: 1rem;
        color: #303038;
        padding-bottom: 0;
        margin-bottom: 0;
        line-height: 160%;
    }

.accordion-button::after {
    background-image: url(../../aktion-global/img/icn-chevron-black.svg);
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    color: #303038;
}

    .accordion-button:not(.collapsed)::after {
        background-image: url(../../aktion-global/img/icn-chevron-black.svg);
        transform: rotate(180deg);
    }

#partnerschaft,
#profi-card,
#profi-card-ad,
#objekt-push,
#farbwelt,
#tir,
#immo-booster,
#objekt-radar,
#lead {
    padding-bottom: 6em;
}

#faq a {
    font-size: inherit;
    color: #007C8A;
    text-decoration: underline;
}

#lead ul {
    list-style: disc;
    color: #303038;
}


@media (max-width: 1399.98px) {
}

@media (max-width: 1199.98px) {
}

@media (max-width: 991.98px) {
}

@media (max-width: 767.98px) {
    .accordion-body {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .head-img-phone,
    .head-img {
        display: none;
        visibility: hidden;
    }

    .head h5 {
        font-size: 1.2em;
        padding-left: 0;
    }
}


/* 3. Kontakt
__________________________________________________________________________
*/
#kontakt {
    background-color: #f7f7f8;
}

    #kontakt h3 {
        color: #303038;
    }
    #kontakt h5 {
        color: #6E6E7C;
    }
    #kontakt a {
        color: #303038;
        text-decoration: underline !important;
    }

    #kontakt p {
        padding-top: 1.5em;
        color: #303038;
    }