/* ==========================================================================
Evolve - CUSTOM MADE 8
========================================================================== */

#container {
    width: 100%;
}

div.mod_article {
    padding-top: 50px;
}

h1,
h3 {
    font-family: CircularStd-Black !important;
}

.background {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 100px 10px;
    width: calc(100% - 20px);
}

.intro.background {
    padding: 0;
    padding-bottom: 100px;
}

.content {
    max-width: calc(1024px - 20px);
    width: calc(100% - 20px);
}

.intro h1 {
    font-size: 26px;
    margin-top: 0px;
    text-align: center;
}

.Functionaliteiten_titel h1 {
    font-size: 26px;
    margin-top: 0px;
    text-align: center;
}

.buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.intro .buttons {
    margin-top: 50px;
}

.buttons a {
    background: white;
    border: 2px solid #85daa7;
    border-radius: 6px;
    color: #85daa7;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    padding: 10px 20px;
    padding-bottom: 13px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    max-width: 300px;
    margin: 10px;
    transition: all 500ms ease 0s;
    text-transform: uppercase;
}

.buttons a:hover {
    background: #85daa7;
    color: white;
}

.buttons a.button_2 {
    background: #85daa7;
    color: white;
}

.buttons a.button_2:hover {
    background: white;
    color: #85daa7;
}

.buttons a.button_3 {
    background: white;
    border-color: #8fb0d8;
    color: #8fb0d8;
}

.buttons a.button_3:hover {
    background: #8fb0d8;
    color: white;
}

.iconen.content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1024px;
}

.iconen img {
    cursor: pointer;
    max-width: 140px;
    width: 100%;
    height: 100%;
    transition: all 200ms ease;
}

h3.title {
    font-size: 30px;
    text-align: center;
}

.content ul.list li {
    color: #3c3c3c;
    display: flex;
    flex-direction: row;
    list-style: none;
    margin: 5px 0;
}

.content ul.list li::before {
    content: "\2022";
    font-size: 1em;
    padding-right: 0.5em;
    position: relative;
    top: 0em;
}

img.icon {
    width: 100%;
    max-width: 300px;
}

.content .list {
    padding-left: 0px;
    width: calc(750px - 40px);
}

.tools-features.content {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.sharing-marketplace h3.title {
    color: #ff9fcf;
}

.sharing-marketplace.content ul.list li::before {
    color: #ff9fcf;
}

.custom-made h3.title {
    color: #5ee192;
}

.custom-made.content ul.list li::before {
    color: #5ee192;
}

.payment h3.title {
    color: #90E1F4;
}

.payment.content ul.list li::before {
    color: #90E1F4;
}

.safe-reliable h3.title {
    color: #F9B2BD;
}

.safe-reliable.content ul.list li::before {
    color: #F9B2BD;
}

.analytics h3.title {
    color: #F9E77D;
}

.analytics.content ul.list li::before {
    color: #F9E77D;
}

.optional h3.title {
    color: #FCCA8D;
}

.optional.content ul.list li::before {
    color: #FCCA8D;
}

#main {
    max-width: 100%;
    margin: 0 auto;
    padding: 0px;
}

div.mod_article {
    padding-top: 0px;
}


/* ==========================================================================
  End
  ========================================================================== */


/* ==========================================================================
  Evolve - CUSTOM MADE - 1023px
  ========================================================================== */

@media screen and (max-width: 1023px) {
    h1 {
        font-size: 20px !important;
    }
    h2 {
        font-size: 16px !important;
    }
    h3 {
        font-size: 20px !important;
    }
    #container {
        padding: 50px 0px 0px 0px;
    }
    .intro.background {
        padding-top: 0px;
    }
}


/* ==========================================================================
  End
  ========================================================================== */


/* ==========================================================================
  Evolve - CUSTOM MADE - 800px
  ========================================================================== */

@media screen and (max-width: 800px) {
    .tools-features.content {
        flex-direction: column;
        align-items: center;
    }
    .content .list {
        padding: 0px;
        width: 100%;
    }
    .buttons {
        flex-direction: column;
        align-items: center;
    }
    .buttons a {
        margin: 10px 0;
        width: calc(100% - 40px);
    }
    .iconen div {
        margin: 20px 0px;
    }
}


/* ==========================================================================
  End
  ========================================================================== */