/* lelijke afbrekingen voorkomen (bug rapport Mathilde 2014-01-10) */
body {
    word-wrap: normal;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    -o-hyphens: none;
    /* Chrome 87 heeft problemen met hyphens: none; */
    hyphens: manual;
    background-image: url("../images/achtergrondkaart_1.png");
}

ul.meertenskiezer {
    display: none !important;
}

/* onzichtbare links in carroussel, rapport Femke 2014-02-10 */
div.descr-summ p a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.3rem;
}

/* CLARIN: data protection code of conduct */
table.withborders {
    border-width: 1px;
    border-spacing: 0;
    border-style: solid;
    border-color: gray;
    border-collapse: collapse;
}

table.withborders td {
    border-width: 1px;
    padding: 3px;
    border-style: solid;
    border-color: gray;
}

/* PERSOONLIJKE PAGINA verfijningen */
div.monitor {
    width: 800px;
}
div#activiteiten-tabs {
    color: #272727;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    clear: both; /* altijd onder pasfoto */
}
/* jquery ui tabs aanpassingen */
.ui-widget-content a {
    color: #ab2929;
}
div.pure-activiteit ul {
    padding-left: 5px;
}
.ui-tabs-active a {
    font-weight: bold;
}

/* MEERTENS INSTAGRAM ACCOUNT */
@font-face {
    font-family: 'icomoon';
    src:url('fonts/icomoon.eot?-x7xjqi');
    src:url('fonts/icomoon.eot?#iefix-x7xjqi') format('embedded-opentype'),
    url('fonts/icomoon.woff?-x7xjqi') format('woff'),
    url('fonts/icomoon.ttf?-x7xjqi') format('truetype'),
    url('fonts/icomoon.svg?-x7xjqi#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

.icon-instagram {
    /*noinspection CssNoGenericFontName*/
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.coloricon.icon-instagram {
    background-color: rgb(70,116,154);
}

.icon-instagram:after {
    content: "\ea90";
}

.block .followus li {
    width: 17%;
}

@media only screen and (min-width: 760px) {
    /*noinspection CssOverwrittenProperties*/
    .block .followus li a {
        font-size: 45px;
        font-size: 4.5rem;
    }
}
