body {
    font-weight: 400 !important;
}
.quote {
    font-weight: 500;
    position: relative;
    font-size: 26px;
    line-height: 34px;
    margin: 1em 0;
}

.quote:before, .quote:after {
    font-family: 'Georgia',serif;
    font-weight: bold;
    display: inline-block;
    font-size: 50px;
    color: #6FC2D0;
}

.quote:before {
    content: '\201C';
    margin-right: .25em;
}

.quote:after {
    content: '\201E';
    margin-left: .25em;
}

.pdf-list {
    list-style: none;
    margin: 0;
}

.pdf-list li:before {
    content: "\f1c1";
    font-family: 'material-icons';
    margin-right: 5px;
    top: 2px;
    position: relative;
    color: red;
}

.action-link {
    list-style: none;
    margin: 0;
    width: 100%;
    background-color: #FFF;
    border-radius: 2px;
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.25);
    margin-bottom: 20px;
}

.action-link li{
    padding: 0.5rem .9375rem;
}

.action-link li:hover:after {
    color: #3697a8;
}

.action-link li a {
    color: black;
}
.action-link li a:hover {
    color: #3697a8;
}

.action-link li:after {
    content: "\e208";
    color: #6fc2d0;
    font-family: 'material-icons';
    top: 2px;
    position: relative;
    float: right;
}

.sliderContainer {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 40vh;
    background-color: rgba(0, 0, 0, 0.8);
    margin-bottom: 24px;
}

#left,
#right {
    height: calc(100% - 42px);
    position: absolute;
    z-index: 20;
    background-color: rgba(0, 0, 0, 0.4);
}

#left i,
#right i {
    top: 50%;
    transform: translateY(-50%);
    color: white;
    position: relative;
    font-size: 40px;
    padding: 5px;
}

#left {
    left: 0;
}

#right {
    right: 0;
}

.slide {
    top: 0;
    position: absolute;
    width: 100%;
    left: 100%;
    height: 100%;
}

.slide.active {
    left: 0;
}

.slideText {
    position: absolute;
    bottom: 0;
    height: 42px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    color: white;
    font-size: 28px;
    padding-left: 10px;
    z-index: 30;
}

.slideImage {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: auto;
    max-width: 100%;
}

@media only screen and (max-width: 640px) {
    .slideImage {
        width: auto;
        height: 100%;
        max-height: 100%;
    }
}

#main {
    background-color: #f9f9f9;
}

body {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.56;
    color: #000000;
}
h1 {
    color: #3697a8;
    font-size: 60px;
    line-height: 1.5;
    font-weight: normal;
}

h2 {
    color: #3697a8;
    font-size: 36px;
    font-weight: normal;
}

h3 {
    color: #3697a8;
    font-size: 32px;
    font-weight: normal;
}

h4, h5, h6 {
    color: #3697a8;
    font-size: 28px;
    font-weight: normal;
}

@media (max-width: 640px) {
    h1 {
        font-size: 32px;
        line-height: 1;
    }
    
    h2 {
        font-size: 28px;
    }
    
    h3 {
        font-size: 26px;
    }
    
    h4, h5, h6 {
        font-size: 24px;
    }
}

a {
    color: #6fc2d0;
    display: inline-block;
}

a:hover {
    color: #3697a8;
}

code {
    border: none;
    background-color: transparent;
    color: white;
    padding: 0;
}

.introductieText {
    color: #000000;
    font-size: 24px;
    line-height: 1.5;
    opacity: 0.87;
}

.content > .row {
    margin-bottom: 32px;
}

.content__wrapper {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto 32px;
    overflow: hidden;
}

.content__wrapper #PageContent {
    max-width: 900px;
    width: 80%;
    float: left;
}

.inhoudsopgave__wrapper {
    position: relative;
    padding: 5px;
    float: right;
    max-width: 300px;
    width: 20%;
}

#inhoudsopgave {
    position: fixed;
    width: 20%;
}

#inhoudsopgave > div {
    height: 28px;
}

#inhoudsopgave a {
    color: #4a4a4a;
    padding: 0 18px;
    border-left: 2px solid #CCCCCC;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    white-space: nowrap;
}

#inhoudsopgave a:hover {
    border-bottom: none;
    color: #3697a8;
    font-weight: normal;
}

#inhoudsopgave .active a{
    color: #3697a8;
    border-color: #3697a8;
    font-weight: bold;
}

@media (max-width: 640px) {
    .content__wrapper #PageContent {
        float: none;
        max-width: 100%;
        width: 100%;
    }
    
    .inhoudsopgave__wrapper {
        float: none;
        max-width: 100%;
        width: 100%;
    }
    
    #inhoudsopgave {
        position: relative;
        width: 100%;
    }
}

#breadcrumbs {
    margin: 16px auto 16px auto;
    padding: 0 0.9375rem;
}

#breadcrumbs.adminMargin {
    margin: -32px 16px 16px 16px;
}

.breadcrumb {
    display: inline-block;
}

.breadcrumb a {
    display: inline-block;
}

.breadcrumb i {
    position: relative;
    top: 3px;
    font-size: inherit;
    line-height: inherit;
}

.feedback__wrapper {
    clear: both;
}

.card__title {
    font-size: 28px !important;
}
.wrapper #PageContent {
    width: 100%;
    margin: 0 auto;
    max-width: 1600px;
    margin-top: 56px;
    padding-top: 32px;
}
.wrapper #PageContent .content > .row {
    max-width: 100%;
    margin-bottom: 32px;
}
.wrapper #PageContent .content > .row > .columns > .row {
    max-width: 100%;
}