
@import url('https://fonts.googleapis.com/css2?family=Jost:ital@0;1&display=swap');

body {
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: left top;
    margin-right: 0px;
    font-family: 'Jost', sans-serif;
    font-size: 1.0em;
    color: #302E31;
}

a:link {
    font-family: 'Jost', sans-serif;
    font-size: 1.0em;
    color: #302E31;
    text-decoration: none;
}

a:visited {
    font-family: 'Jost', sans-serif;
    font-size: 1.0em;
    color: #302E31;
    text-decoration: none;
}

a:hover {
    font-family: 'Jost', sans-serif;
    font-size: 1.0em;
    color: #0000FF;
    text-decoration: none;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 100px;
}

.text {
    font-family: 'Jost', sans-serif;
    font-size: 1.0em;
    color: #302E31;
    text-align: justify;
}

.text2,label {
    font-family: 'Jost', sans-serif;
    font-size: 1.0em;
    color: #302E31;
    text-align: left;

}

.text3 {
    font-family: 'Jost', sans-serif;
    font-size: 1.0em;
    color: #302E31;
    text-align: left;

}

.text4 {
    font-family: 'Jost', sans-serif;
    font-size: 1.0em;
    color: #302E31;
    text-align: center;

}

.text5 {
    font-family: 'Jost', sans-serif;
    font-size: 1.0em;
    color: #302E31;
    text-align: right;
    line-height: 23px;
}

.mywidth {
    width:300px;
}
textarea{
    font-family: 'Jost', sans-serif;
    font-size: 1.0em;
    color: #302E31;
    width:300px;
}

#centerbutton{
    margin:0 auto;
    text-align:center;
    display: flex;
}


.border {
    border: 1px;
    border-style: solid;
    border-color: #7B6A58;
    border-radius: 15px;
    box-shadow: 10px 10px 5px lightgrey;
    max-width: 100%;
    width: 95%
}

.borderfoto {
    border: 1px solid #7B6A58;
    border-radius: 15px;
    box-shadow: 10px 10px 5px lightgrey;
    padding: 6px;
}


li {
    position: relative;
    padding-left: 30px; /* Adjust the padding as needed */
    list-style-type: none;
}

li::before {
    content: '\27A1'; /* Unicode character for right arrow */
    position: absolute;
    left: 5px; /* Adjust the left position as needed */
}
.img-container {
    max-width: 100%;
    width: calc((93% - 30px) / 3); /* Adjusted width to distribute the space evenly */
    height: 139px;
    border: 1px solid #7B6A58;
    border-radius: 15px;
    box-shadow: 10px 10px 5px lightgrey;
    overflow: hidden; /* Ensures the image doesn't overflow the container */
    margin: 0px 20px 0px 0px;
    display: inline-block; /* Ensures elements are displayed inline */
    position: relative; /* Needed for absolute positioning of the image */
}

.img-container img {
    padding-left: 12px;
    padding-top: 8px;
    width: 90%;
    height: 90%; /* Ensures the image takes up the full container */
    object-fit: scale-down; /* Scales the image to cover the entire container */
    position: absolute; /* Position the image within the container */
    top: 0; /* Align the image to the top */
    left: 0; /* Align the image to the left */
}

.foto {
    display: flex;
    justify-content: space-between;
    align-items: center; /* Verticale uitlijning */
    width: 100%; /* Zorg ervoor dat de container de volledige breedte inneemt */
}

.foto img {
    border-radius: 20px;
    height: 100px;
    width: auto;
    object-fit: scale-down;
}


hr {
    background-color: #5d5d5c;
}



.no_round {
    border: 1px;
    border-style: solid;
    border-color: #7B6A58;
    border-radius: 15px;
    box-shadow: 10px 10px 5px #5d5d5c;
    max-width: 100%;
    width: 95%
}
