* {
    box-sizing: border-box;
}

html, body {
    font-size: 15px;
}

body {
    font-size: 15px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    background: #FFF;
}

.header {

}

h1, h2, h3, h4, h5 {
    font-family: 'Poppins', sans-serif;
}

h1 {
    font-size: 3rem;
    font-weight: 400;
    color: rgb(0, 94, 57);
    text-align: center;
}

h2 {
    font-size: 42px;
    color: rgb(0, 94, 57);
    font-weight: 700;
}

h3 {
    font-size: 30px;
    color: rgb(0, 94, 57);
    font-weight: 700;
}

p, span {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
}

p {
    color: rgb(107, 107, 107);
}

.top {
    padding: 10px 0;
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: rgb(107, 107, 107);
}

.content {
    margin-top: 50px;
}

.navbar {
    padding: 0;
}

.navbar .menu {
    margin: 0;
}

.navbar .menu .menu-item {
    list-style: none;
    display: flex;
    float:left;
}

.navbar .menu .menu-item a {
    padding: 20px;
    font-size: 16px;
    line-height: 2rem;

}



footer {
    background-color: #F8F8F8;
}

a {
    color: #000;
}

a, a:active, a:visited, a:hover {

    text-decoration: none;
    font-family: 'Poppins', sans-serif;
}

.menu-item.active a {
    color: #005E39;
    font-weight: bold;
}

.menu a:hover {
    background: #005E39;
    color: #FFF;

}




.btn {
    color: #FFF;
}

.selection .option {
    cursor: pointer;
}

.goto, .goto:visited, .goto:active {
    font-size: 40px;
    color: #FFF;
}

.goto:hover {
    color: #FEA250FF;
}

.selection .option .btn {

}

.unavailable {
    opacity: 0.4;
}

.icon {
    background: #70AB37FF;
    width: 100%;
    height: 200px;
    display: block;
}

.option.available:hover {
    transform: scale(1.1);
}

.selection {
    height: 300px;
}

.option {
    width: 100%;
    height: 200px;
    display: block;
}

.option.selected .icon{
    background: #FEA250FF;
}


.selection .option.employee .icon {
    mask-image: url("../images/icons/BEDRIJVEN_CIRKEL.svg");
    mask-repeat: no-repeat;
}

.selection .option.volunteer .icon {
    mask-image: url("../images/icons/PERSONEEL_CIRKEL.svg");
    mask-repeat: no-repeat;
}

.selection .option.dog .icon {
    mask-image: url("../images/icons/HOND_CIRKEL.svg");
    mask-repeat: no-repeat;
}

.selection .option.cat .icon {
    mask-image: url("../images/icons/KAT_CIRKEL.svg");
    mask-repeat: no-repeat;
}




.btn-large {
    background: #FEA250FF;
    text-align: center;
    border-radius: 15px;
    width: 100%;
    padding: 30px;
    font-size: 30px;
    font-family: 'Poppins', sans-serif;
    color: #FFF;
    border: solid #FEA250FF 1px;
    cursor: pointer;
}

.intro {
    margin-top: -240px;
    z-index: 2;
    position: relative;
    margin-bottom: 50px;
}

.intro .block {
    background: #70AB37FF;
    border-radius: 15px;
    padding: 50px 50px 20px 50px;
}

.intro h2 {
    color: #FFF;
}

.intro p {
    color: #FFF;
}


.btn-large:hover {
    color: #FEA250FF;
    background: #FFF;
    border: solid #FEA250FF 1px;
}

.btn-large.selected {

}

.btn {
    background: #FEA250FF;
    border: solid rgb(254, 162, 80) 1px;
}

.elearnings a {
    color: #FFF;
}

.elearnings a:hover {
    background: #FFF;
    color: #FEA250FF;
}

.e-item .item {
    margin: 30px 0;
    transition: 200ms linear 50ms;
    box-shadow: 0 .2rem 4rem 0 rgba(0,0,0,.15);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-bottom: 30px;
}

.e-item .e-box {

}

.e-item .item-img {
    max-height: 230px;
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;

}

.e-item h5 {
    min-height: 3rem;
}

.e-item .item-img img {
    width: 100%;
}

.header-img {
    background-image: url('https://doa-dierenasiel.nl/wp-content/uploads/2024/05/HEADERS_MEI24.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    position: relative;
}

.bg-shape {
    width: 100%;
    position: absolute;
    bottom: -1px;
}

.bg-shape svg {
    fill: #FFF;
    height: 50px;
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}