html {
    min-height: 100%;
}
body {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.4;
    color: #2E2E2E;
}
p {
    margin-bottom: 10px;
}
p:last-child {
    margin-bottom: 0;
}
h1 {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.3;
    color: #2E2E2E;
    margin-bottom: 30px;
}
h1:last-child {
    margin-bottom: 0;
}
h1[data-items]::after {
    content: "" attr(data-items) " reacties";
    font-weight: 400;
    font-size: 20px;
    color: #7E7E7E;
    border-left: solid 1px #7E7E7E;
    margin-left: 20px;
    padding-left: 20px;
}
h1[data-items="1"]::after {
    content: "1 reactie";
}
h4 {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4;
    color: #2E2E2E;
    margin-bottom: 10px;
}
h5 {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4;
    color: #2E2E2E;
    margin-bottom: 10px;
}
h5:last-child {
    margin-bottom: 0;
}
h5[data-date]::after {
    content: attr(data-date);
    font-weight: 400;
    color: #AFAFAF;
    margin-left: 10px;
}
.post-item {
    display: flex;
    width: 100%;
}
.profile-picture {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    border-radius: 3px;
    object-fit: cover;
}
.post {
    display: block;
    flex-grow: 1;
}
.post nav {
    display: flex;
    align-items: center;
    margin-left: -15px;
    margin-bottom: 30px;
}
.post nav button {
    padding: 0 15px;
    margin: 0;
    display: block;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.4;
    color: #8E8E8E;
    background-color: transparent;
    border: none;
    border-right: solid 1px #8E8E8E;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
}
.post nav button:last-child {
    border-right: none;
}
.post nav button:hover {
    color: #2E2E2E;
}
.post .like::before {
    content: "\f164";
    font-family: "Font Awesome 5 Pro";
}
.post .like.active::before {
    font-weight: 700;
}
.post .like[data-likes]::after {
    content: attr(data-likes);
    margin-left: 10px;
}
.post .like[data-likes="0"]::after {
    display: none;
}
.post nav + .post-item {
    display: none;
}
.post nav + .post-item.active {
    display: flex;
}
.post textarea {
    display: block;
    width: 100%;
    padding: 13px 20px;
    background-color: transparent;
    border: solid 1px #CCCCCC;
    border-radius: 3px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    color: #2E2E2E;
    resize: none;
    margin-bottom: 20px;
}
.post textarea::placeholder {
    color: #8E8E8E;
}
.post .login {
    display: none;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 30px;
}
body[data-signed-in="0"] .post .login {
    display: flex;
}
.post .login::before {
    content: "Meld aan met";
    font-weight: 700;
    font-size: 14px;
    margin-right: 10px;
}
.post .login > button,
.post .login > span,
.post .login > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-left: 10px;
    border-radius: 50%;
    font-family: "Font Awesome 5 Brands";
    text-decoration: none;
    font-weight: 400;
    font-size: 22px;
    line-height: 1;
    color: #FFFFFF;
    border: none;
}
.post .login .facebook-login {
    background-color: #5167A2;
}
.post .login .facebook-login::before {
    content: "\f39e";
}
.post .login .twitter-login {
    background-color: #2DB2EF;
}
.post .login .twitter-login::before {
    content: "\f099";
}
.post .login .google-login {
    background-color: #DB3443;
    display: none;
}
.post .login .google-login::before {
    content: "\f1a0";
}
.post .actions {
    display: none;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 30px;
}
body[data-signed-in="1"] .post .actions {
    display: flex;
}
.post .actions button {
    padding: 10px 20px;
    margin-left: 10px;
    display: block;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    border: none;
    border-radius: 3px;
    box-shadow: none;
    cursor: pointer;
}
.post .actions button:nth-child(1) {
    background-color: transparent;
    color: #8E8E8E;
}
.post .actions button:nth-child(2) {
    background-color: #E00026;
    color: #FFFFFF;
}
.post .actions button:nth-child(1):hover {
    background-color: #EEEEEE;
}
.post .actions button:nth-child(2):hover {
    background-color: #EE0000;
}
.grecaptcha-badge {
    display: none;
}
.successlist,
.errorlist {
    list-style: none;
    font-size: 12px;
    margin-bottom: 10px;
}
.successlist:last-child,
.errorlist:last-child {
    margin-bottom: 0;
}
.successlist {
    color: #458A7D;
}
.errorlist {
    color: #E00026;
}
#privacy-policy {
    text-align: right;
}
#privacy-policy a {
    font-style: italic;
    font-size: 11px;
    color: #AFAFAF;
}
@media (max-width: 767px) {
    body {
        font-size: 13px;
    }
    h1 {
        font-size: 20px;
    }
    h1[data-items]::after {
        font-size: 16px;
        margin-left: 15px;
        padding-left: 15px;
    }
    h4 {
        font-size: 16px;
    }
    h5 {
        font-size: 14px;
    }
    .post-item .post-item {
        width: calc(100% + 30px);
        margin-left: -30px;
    }
    .profile-picture {
        width: 41px;
        height: 41px;
    }
    .post nav button {
        padding: 0 10px;
        font-size: 13px;
    }
    .post textarea {
        padding: 10px 15px;
        font-size: 13px;
    }
    .post .login::before {
        font-size: 12px;
        margin-right: 5px;
    }
    .post .login > button,
    .post .login > span,
    .post .login > a {
        width: 34px;
        height: 34px;
        margin-left: 5px;
        font-size: 19px;
    }
    .post .actions button {
        padding: 7px 15px;
        font-size: 12px;
    }
    .successlist,
    .errorlist {
        font-size: 10px;
    }
    #privacy-policy a {
        font-size: 9px;
    }
}
