/* Subscribe bar */
#subscribe {
    background: #DE058A;
    color: #fff;
    padding: 2.5em 0;
}

#subscribe .container-wrapper {
    display: flex;
    align-items: center;
}

#subscribe span {
    padding-right: 30px;
    font-size: 1.5em;
    font-weight: bold;
    flex: 0 0 50%;
}

#subscribe div { flex: 1; }

#subscribe form {
    width: 100%;
    display: flex;
}

#subscribe input[type="text"] {
    flex: 1 1 auto;
    margin-right: 30px;
}

#subscribe input[type="submit"] {
    padding: 0.8em 3em;
    background: #FFE2F3;
}

/* Menu at the bottom of the page */
#full-menu {
    padding: 40px;
    line-height: 2em;
}

#full-menu .container-wrapper {
    display: flex;
    align-items: flex-start;
}

#full-menu .link-block {
    flex: 1 1 0;
}

#full-menu h3 {
    font-size: 20px;
    margin: 0;
}

#full-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#full-menu ul a {
    color: inherit;
    text-decoration: inherit;
}

#cms-menu {
    display: flex;
    flex-wrap: wrap;
    padding: 30px;
}

.cms-menu-category {
    flex: 0 1 50%;
}

#cms-menu h3 {
    color: #DE058A;
}

#cms-menu a {
    color: inherit;
    text-decoration: none;
    display: block;
    line-height: 1.8em;
    margin-right: 15px;
}

/* Footer */
#footer {
    background: #FFE2F3;
    padding: 30px 0;
    font-size: 0.9em;
}

#footer .container-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#footer .link-block {
    flex: 1 1 auto;
}

#footer .link-block h3 {
    display: none;
}

#footer .link-block ul {
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer .link-block ul li + li {
    margin-left: 3em;
}

#footer .link-block ul li a {
    text-decoration: inherit;
    color: inherit;
}

#footer .realisatie {
    color: inherit;
    text-decoration: inherit;
    font-size: 14px;
}

#footer .realisatie img {
    height: 20px;
    vertical-align: middle;
    display: block;
}

.cadeaukaart-imgs {
    display: flex;
    justify-content: center;
    flex: 1 1 auto;
}
.cadeaukaart-img {
    height: 2em;
    margin: 0 1em;
    display: inline-block;
}
