@media only screen and (min-width: 1040px) {
    .faq-questions {
        height: calc(100vh - 58px); overflow: auto;
    }
    .faq-content {
        padding-bottom: 30px; padding-top: 40px; padding-left: 50px; padding-right: 130px; height: calc(100vh - 58px); overflow: auto;
    }
}

@media only screen and (min-width: 800px) and (max-width: 1039px) {
    .faq-questions {
        height: calc(100vh - 58px); overflow: auto;
    }
    .faq-content {
        padding-bottom: 30px; padding-top: 40px; padding-left: 30px; padding-right: 30px; height: calc(100vh - 58px); overflow: auto;
    }
}

@media only screen and (max-width: 799px) {
    .faq-content {
        padding: 30px
    }
}

body {
    padding-top: 0px;
    color: #606060;
    font-size: 20px;
    font-family: 'Nunito Sans', sans-serif;
}

.section {
    text-align: center;
    cursor: pointer;
    padding-bottom: 10px;
    padding-right: 25px;
    padding-left: 25px;
    padding-top: 25px;
    background-color: #e5e0da;
    border:1px solid #e3e3e3;
    border-radius:4px;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);
}

.section:hover {
    background-color: #d3cfc4;
}

.topic {
    margin-top: 20px;
    text-align: left;
    padding-bottom: 10px;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 10px;
    background-color: #e1524c;
    border:1px solid #e3e3e3;
    border-radius:4px;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);
    margin-bottom: 5px;
    cursor:pointer;
}

.question {
    text-align: left;
    cursor: pointer;
    padding-bottom: 10px;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 10px;
    background-color: #e5e0da;
    border:1px solid #e3e3e3;
    border-radius:4px;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);
}

.question:hover {
    background-color: #d3cfc4;
}

.product-warning {
    background-color: #ede6de;
    font-size: 15px;
    padding-top: 5px;
    padding-bottom: 3px;
    border-top: 1px #c0c0c0 dotted;
    border-bottom: 1px #c0c0c0 dotted;
    margin-bottom: 25px;
    color: #808080;
    padding-left: 10px;
}

.selected {
    font-weight: bold;
}

a:link {
    color: #337ab7;
    text-decoration: none;
}

a:visited {
    color: #337ab7;
    text-decoration: none;
}

a:hover {
    color: #337ab7;
    text-decoration: none;
}

a:active {
    color: #337ab7;
    text-decoration: none;
}

#title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 33px;
}

.paragraph {
    line-height: 30px;
    margin-bottom: 20px;
}

.image {
    margin-top: 5px;
    margin-bottom: 30px;
}
.list {
    list-style-position: outside;
    margin-bottom:4px;
    margin-left: 0.5em;
}
.profzorg{
    border-right:1px #a0a0a0 solid;
    padding-right:30px;
}
.mantelzorg{
    padding-left: 30px;
}
.zorgtitel{
    font-weight: bold;
}
.categorie{
    font-style:italic;
    margin-bottom: 5px;
}

.nedaplist{
    font-weight: bold;
    margin-top: 10px;
}

.omaha{
    font-weight: bold;
}

.omahalist{
    font-weight: normal;
}

@media(min-width: 992px) {
    .faq-content .col-xs-6:not(:first-child),
    .faq-content .col-xs-6:not(:first-child) {
        border-left: 1px solid black;
    }
    .faq-content .col-xs-6:not(:last-child),
    .faq-content .col-xs-6:not(:last-child) {
        border-right: 1px solid black;
        margin-right: -1px;
    }
}