@import url('https://fonts.googleapis.com/css2?family=Special+Gothic+Condensed+One&display=swap');

:root {
    --nav-bg:     #19352B;
    --nav-hover:  #1e4235;
    --nav-color:  #ffffff;
    --nav-height: 56px;
    --max-width:  1224px;
    --nav-font:   'Special Gothic Condensed One', sans-serif;
    --nav-size:   18px;
    --nav-ls:     0.05em;
    --nav-lh:     20px;
    --accent:     #DBF178;
}

*, *::before, *::after { box-sizing: border-box; }

main{
    min-height: 70vh;
}
.mt-20{
    margin-top: 20px;
}
.mt-30{
    margin-top: 30px;
}
.mt-40{
    margin-top: 40px;
}
.gray{
    background-color: #DDE4DE;
}
.wave_top {
    width: 100%;
    height: 37px;
    background-image: url("/wp-content/themes/fauna-bescherming/assets/wave-top.svg");
    background-size: initial;
    pointer-events: none;
    background-repeat: repeat-x;
}
.gray__wave_top {
    width: 100%;
    height: 37px;
    background-image: url("/wp-content/themes/fauna-bescherming/assets/wave2-top.svg");
    background-size: initial;
    pointer-events: none;
    background-repeat: repeat-x;
}
.gray__wave_bottom {
    width: 100%;
    height: 37px;
    background-image: url("/wp-content/themes/fauna-bescherming/assets/wave2-bottom.svg");
    background-size: initial;
    pointer-events: none;
    background-repeat: repeat-x;
}
.newsline{
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}