/* Fonts */
@font-face {
    font-family: "Antique Olive T Medium";
    src: url("../../mett%20responsive/includes/fonts/antique olive t medium.woff") format("opentype");
    font-weight: normal;
    font-style: normal;
}

.home .sectionTitle {
    display: none;
}

body,
p {
    color: #02171f !important;
    font-weight: 300 !important;
    line-height: 26px;
}

.home .contentRow {
    padding-top: 0;
}

/* Menu */
#mainMenu ul {
    display: block;
}
#mainMenu ul li {
    float: left;
}
#mainMenu ul.firstRow > li:last-child {
    background-color: #0e92c5;
    float: right;
}
#mainMenu ul.firstRow > li:last-child a {
    color: #fff;
}

#mainMenu a {
    color: #0e92c5;
    font-family: "Antique Olive T Medium", sans-serif !important;
    font-size: 16px !important;
    font-weight: 500;
}

#mainMenu a:hover {
    color: #fff !important;
}

#path a {
    color: #0f9fd6 !important;
    font-size: 14px !important;
    text-decoration: none !important;
}

/* Fonts */
.intro {
    color: #0e92c5 !important;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}

.intro a {
    color: #de5917 !important;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}

/* Slider */
.rsSlideContentWrapper {
    max-width: 60%;
    top: 50px;
}
.rsSlideDescription {
    font-size: 18px;
    max-width: 90%;
}

/* Content items */
.section .sectionContent .itemDescription p,
.multiple .sectionContent .itemDescription p {
    font-size: 16px;
}

.section .itemTitle a {
    color: #0f9fd6;
    text-decoration: none !important;
}

/* Buttons en boxes */
.editorButton {
    border-radius: 25px;
}
.editorButton a {
    font-family: "Antique Olive T Medium", sans-serif !important;
    font-size: 16px !important;
    font-weight: 500;
}

/* Widgets */
#content .row .carousel h2.itemTitle,
#content .row .carousel h3.itemTitle,
#content .row .carousel h2.itemTitle a,
#content .row .carousel h3.itemTitle a {
    color: #de5917 !important;
    font-family: "Antique Olive T Medium", sans-serif !important;
    font-weight: 500 !important;
    text-decoration: none !important;
}
.multiple .sectionContent .item .readMore a {
    font-size: 16px !important;
}
.widget.carousel .carouselSlide .contentBlock {
    border: 1px solid #f0f3f4;
}
.widget .itemTitle a {
    color: #de5917;
    font-family: "Antique Olive T Medium";
    font-weight: 400;
}

/* Footer */
#bottom ul,
#bottom ul li {
    font-size: 16px;
}

/* Quotes */
blockquote p:first-of-type {
    border-left: 2px solid #0f9fd6;
}
.webGuidelines blockquote p,
blockquote p {
    color: #0f9fd6 !important;
    font-weight: 500;
}

#eParticipation.item .itemDescription {
    font-weight: 800 !important;
}

/* Map */
.marker {
    padding: 5px;
}
.markerTitle {
    color: #de5917;
    font-family: "Antique Olive T Medium", sans-serif;
    font-size: 20px;
    font-weight: 500;
}
.markerContentRight p {
    font-size: 16px;
    margin-top: 20px;
}

.home .markers .list {
    display: none;
}

/* Mobiel */
@media only screen and (max-width: 600px) {
    .rsSlideContentWrapper {
        display: none;
    }
}
