/* ==========================================================================
BABYSPULLENBANK - BABYSPULLEN WEGGEVEN
========================================================================== */

.wrapper-weggeven {
    display: inline-block;
    width: 100%;
    padding: 15px;
}

.wrapper-text {
    display: inline-block;
    width: calc(75% / 1 - 20px);
    float: left;
}

.wrapper-img {
    display: inline-block;
    width: calc(25% / 1 - 20px);
    position: relative;
}

.wrapper-img img {
    max-width: 350px;
    height: 350px;
    margin-left: 15px;
    position: absolute;
    top: -25px;
}

.wrapper-text h1 {
    margin-bottom: 14px;
}

a.btn-aanmaken {
    margin-right: 15px;
}

a.btn-aanmaken,
a.btn-inloggen {
    padding: 10px;
    border-radius: 10px;
    color: white;
    display: inline-block;
    margin-top: 25px;
    background: #d01d17;
}

.wrapper-text p a {
    color: #d01d17;
}

.wrapper-quote {
    background: #80b828;
    border-radius: 20px;
    padding: 25px;
    margin-bottom: 20px;
    font-weight: bolder;
    width: 100%;
    color: white;
}

.quote-text p {
    font-style: italic;
}

.wrapper-weggeven h3 {
    margin-bottom: 10px;
}


/* ==========================================================================
END
========================================================================== */


/* ==========================================================================
BABYSPULLENBANK - BABYSPULLEN WEGGEVEN - RESPONSIVE
========================================================================== */

@media screen and (max-width: 1030px) {
    #container {
        width: 100vw !important;
    }

    .wrapper-img img {
        max-width: 100%;
        height: 225px;
        margin-left: 15px;
        position: absolute;
        top: -25px;
      }


    .wrapper-text,
    .wrapper-img {
        width: 100%;
    }

    .wrapper-img {
        text-align: center;
    }

    .wrapper-img img {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-top: 25px;
        position: unset;
    }
}

@media (max-width: 480px) {
    .wrapper-btn a {
        width: 100%;
        margin-right: 0px;
        text-align: center;
      }
}