.sectionTitle,
.home .markers .list {
    display: none;
}

.home .contentRow {
    padding-bottom: 0;
}

.amersfoort-logo {
    height: 50px;
    margin-top: 5px;
}

body,
p,
a,
h1,
h2,
h3,
h4,
h5,
h6 {
    hyphens: none !important;
}

.intro,
.intro a {
    font-weight: 500;
    font-size: 18px !important;
    line-height: 20px;
}

/* Menu */
#mainMenu a {
    font-weight: 600;
    font-size: 18px !important;
}

#mainMenu a:hover {
    color: #fff !important;
}

/* Horizontaal submenu */
#subMenu.horizontal li {
    background-color: #fafafa;
}
#subMenu.horizontal li a {
    color: #212121;
    font-weight: 700;
}

#subMenu #defaultSubMenu li > a:not(.arrow).active,
#subMenu.horizontal li > a:hover {
    background: #20a64e;
    color: #fff;
    border-radius: 2px;
}

#subMenu a,
#subMenu .active-item > a {
    color: #212121;
    background-color: #fafafa;
    font-weight: 500px;
}

/* Items */
.itemTitle a {
    hyphens: none;
    font-size: 26px !important;
    text-decoration: none !important;
}

.section .sectionContent .itemDescription p,
.multiple .sectionContent .itemDescription p,
#links.section .item .readMore .itemLinkTitle a,
.multiple .sectionContent .item .readMore {
    font-size: 17px;
}

.section.multiple .sectionContent .item,
.section .sectionContent .gridItem,
.section .sectionContent .timelineItem .itemContent {
    box-shadow: none;
    background: #fafafa;
    border: 2px;
}

.itemImage .item-image-label,
.updateImage .item-image-label {
    font-size: 20px;
    font-weight: 700;
    padding: 10px 20px;
}

/* Buttons */
.button a,
.button input,
.editorButton a {
    font-size: 16px;
    border-radius: 3px;
}

/* Header */
.rsSlideContentWrapper {
    background: rgb(44 167 78 / 90%) !important;
    left: 0;
    top: auto;
    bottom: 0;
    padding: 20px;
    border-radius: 3px;
    max-width: 50%;
}

.rsSlideTitle {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 40px;
    padding-bottom: 4px;
    margin-bottom: 0;
}

.rsSlideDescription {
    max-width: 100%;
    font-family: "Source Sans Pro", sans-serif;
    padding-top: 4px;
    font-size: 20px;
    margin-top: 0;
}

/* Widgets */
.widget {
    background: transparent;
}

.widget-items .itemImage:first-child img {
    height: auto;
}

.widget-items strong.itemTitle a {
    color: #212121;
    font-size: 20px !important;
    font-weight: 700;
}

.widget.widget-items ul li[class^="icon-"]::before,
.widget.widget-rss ul li[class^="icon-"]::before {
    color: #2ca74e;
    top: 22px;
}

.widget ul li[class^="icon-"],
.widget ul li[class*=" icon-"] {
    margin-left: 25px;
    padding: 15px 25px;
    margin-right: 25px;
}

.widget.carousel .carouselSlide .contentBlock {
    background-color: transparent;
    border: 1px solid #d7dfe8;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}

/* FAQ */
#faq.section .question .level .toggleSections > h3 span {
    color: #212121;
    font-size: 18px;
    top: 0;
}

#faq.section .list > .row.alternate {
    background-color: #fafafa;
    border: none;
    margin-bottom: 10px;
}

#faq.section .row .toggleSections i::before {
    color: #2ca74e;
}

/* Maps */
#maps .customLegend {
    margin-bottom: 25px;
    margin-top: -75px;
}
#maps .customLegend .legend {
    padding-left: 0;
}
#maps .customLegend ul {
    column-count: 2;
}
#maps .customLegend ul .category input[type="checkbox"] {
    margin-top: 5px;
}

@media (max-width: 600px) {
    .gm_sidebar.gm_sidebar_rh {
        display: none !important;
    }
}
@media (min-width: 601px) {
    .gm_sidebar.gm_sidebar_cnr {
        display: none !important;
    }
    .gm_sidebar.gm_sidebar_rh {
        display: initial;
    }
}

@media only screen and (max-width: 768px) {
    #content > .contentRow {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    #content > .contentRow .three.columns:nth-child(1) {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    #content > .contentRow .six.columns,
    #content > .contentRow .nine.columns {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    #content > .contentRow .three.columns:nth-child(2) {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }
}

@media only screen and (max-width: 480px) {
    #content > .contentRow {
        display: block;
        max-width: calc(100% - 15px);
    }
}
