/*grid*/


.kaart {
    grid-column: 2 / 6;
    grid-row: 3 / 4; 
}
@media screen and (orientation: portrait) {
    .kaart {
        grid-column: 1 / 7;
    }
}

main article {
    grid-row: 4 / 5;
}

/*einde grid*/

header {
    box-sizing:none;
}

#map {
    height: /*445*/340px;
  }

.menu {
    background-image: none; /*kaart*/
    height: 100%;
    background-color: transparent;
    
    }

.menu a {
    color:var(--paars);
    /*font-size: 24px;*/
    font-weight: bold;
    text-decoration: none;
    z-index: 2;
}
@media screen and (orientation: portrait) {
    /*.menu a {
        font-size: 38px;
    }*/
    h1,
    main li,
    .formrechts,
    .formrechts .knop {
        font-size: 34px;
    }
}

.menu li:nth-of-type(1) a {
    color:var(--paars);
    text-decoration: none;
    /*text-shadow: none;
    text-shadow: 
        -1px 0 var(--lichtpaars), 0 -1px var(--lichtpaars), -1px -1px var(--lichtpaars);*/
}
    
.menu li:nth-of-type(6) a {
/*color:var(--geel);*/
text-decoration: underline;
text-decoration-color: rgb(246, 235, 16);
text-decoration-thickness: 9px;
/*text-shadow: none;
text-shadow:
    1px 0 var(--paars), 0 1px var(--paars), 1px 1px var(--paars);*/
} 

main .kaart {
    width: 100%;
}

#radio,
#lijst {
    border: none;
    padding-left: 0px;
    padding-bottom: 8px;
    margin-left: 0px;
}

/*form,
form .vrouwman {
    list-style: none;
}*/
/*.vrouwman {
    padding-left: 0;
}*/

#lijst {
    padding-left: 0px;
    margin-top: 6px;
    
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-gap: 16px;
    }
@media screen and (orientation: portrait) {
    #lijst {
        margin-bottom: 10px;
    }
}


/*.lijst li {
    display: contents;
  }

.lijst li > label {
    justify-self: start;
  }*/

.knop {
    color: white;
    font-size: 18px;
    background-color: var(--paars);
    border: 1px solid white;
    padding: 6px 12px 6px 12px;
    text-decoration-line:none;
} 
@media screen and (orientation: portrait) {
    .knop {
        font-size: 34px;
    }
}
.footermenu li:nth-of-type(1) {
    font-weight:normal;
}

.footermenu li {
    font-weight:normal;
}

.footeradres {
    margin-bottom: 18px;
}

