* {
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
    color: #1F1F1F;
    background-color: #F6F4F4;
    overflow-x: hidden;
    border: none;
}

.taskbar {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 2% 6%;
    color: #1F1F1F;
}

.taskbar a {
    text-decoration: none;
    color: #1F1F1F;
    margin: 2%;
    font-family: 'Inter';
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.1px;
    line-height: 20px;
    transition: 0.5s;
}

.taskbar a:hover {
    text-decoration: none;
    color: #D17B0F;
    margin: 2%;
    font-family: 'Inter';
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.1px;
    line-height: 20px;
    transform: translate(0px, -4px);
    transition: 0.5s;
}

.flexbox {
    width: 90%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
    color: black;
    gap: 5%;
    padding: 3%;
}

.text-box {
    width: 45%;
    justify-content: flex-end;
    align-items: center;
    color: #1F1F1F;
    text-align: left;
    gap: 10px;
}

.netniet-box {
    width: 45%;
    justify-content: flex-end;
    align-items: center;
    color: #1F1F1F;
    text-align: center;
}

img {
    width: 500px;
    cursor: pointer;
    height: auto;
    transition: .2s ease;
}

img:hover {
    transform: translate(4px, 0px);
    box-shadow: 0px 4px 12px -2px rgb(0 0 0 / 18%);
}

.image1 {
    width: 150px;
    cursor: pointer;
    height: auto;
    transition: .2s ease;
    justify-content: flex-end;
    align-items: flex-end;
}

.flexbox2 {
    width: 90%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    display: flex;
    color: #1F1F1F;
    gap: 5%;
    border: black;
    padding: 4%;
    transition: 0.5s;
}

.flexbox2:hover {
    transform: translate(6px, 0px);
    transition: 0.5s;
}

.flexbox3 {
    width: 90%;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    flex-wrap: wrap;
    display: flex;
    color: #1F1F1F;
    gap: 5%;
    border: black;
    padding: 4%;
    transition: 0.5s;
}

.flexbox3:hover {
    transform: translate(-6px, 0px);
    transition: 0.5s;
}

.text-box2 {
    width: 45%;
    justify-content: flex-start;
    align-items: center;
    color: #1F1F1F;
    text-align: right;
    gap: 10px;
}

.text-box3 {
    width: 45%;
    justify-content: flex-start;
    align-items: center;
    color: #1F1F1F;
    gap: 10px;
    margin-left: 5%;
    max-width: 80%;
}

.text-box4 {
    width: 45%;
    color: #1F1F1F;
    gap: 10px;
    margin-left: 5%;
    max-width: 80%;
}

p {
    text-align: left;
    text-indent: 50px;
}

.textfooter {
    width: 20%;
}

.fotofooter {
    width: 20%;
}

.taskbar2 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 5%;
    color: #1F1F1F;
}

.whitespace {
    height: 10vh;
    width: 100%;
}

h1 {
    transition: .5s;
}

h1:hover {
    transition: .3s;
}

.slider {
    width: 800px;
}

.slides {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
}

.slides::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.slides::-webkit-scrollbar-thumb {
    background: rgb(76, 71, 71);
    border-radius: 10px;
}

.slides>div {
    scroll-snap-align: start;
    flex-shrink: 0;
    width: 800px;
    height: 800px;
    margin-right: 50px;
    background: #F6F4F4;
    transform-origin: center center;
    transform: scale(1);
    transition: transform 0.5s;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 100px;
}

.image2 {
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slider>a {
    display: inline-flex;
    width: 24px;
    height: 24px;
    background: white;
    align-items: center;
    justify-content: center;
    margin: 0 0 8px 0;
}

.projectcontainer {
    height: 100vh;
    white-space: nowrap;
    display: flex;
    padding-top: 60px;
    overflow-y: hidden;
}

.project-container {
    width: 90vh;
    transform-origin: right top;
    text-align: center;
    line-height: 100px;
    color: #aaa;
    font-size: .7em;
    letter-spacing: .05em;
    font-weight: 100;
    overflow-y: hidden;
}

.informationyear {
    width: 10%;
    height: 100vh;
    align-items: center;
    text-align: center;
    padding: 5px;
}

h2 {
    font-size: .9em;
    font-weight: 300;
    letter-spacing: .1em;
    margin-bottom: 25px;
    text-transform: lowercase;
}

h3 {
    display: block;
    font-size: 1.8em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

.informationproject {
    width: 40%;
    height: 100vh;
}

.informationbox {
    background-color: #F6F4F4;
    padding: 25px;
    margin-top: 25px;
    display: inline-block;
    line-height: 1.8em;
    font-weight: 300;
    width: 70%;
    position: relative;
    height: 50%;
}

.pictures {
    width: 70%;
}

.PIVKNOPPEN {
    display: flex;
    justify-content: center;
    padding: 20px;
}



.Identity {
    width: 70%;
    justify-content: center;
}

.Vision {
    width: 70%;
}

.piv {
    width: 50%;
    justify-content: center;
    padding-left: 25%;
    text-align: justify;
}

.aboutflexbox {
    width: 100%;
    margin: 20px;
    padding: 20px;
    justify-content: center;
    align-items: center;
    display: flex;
    color: black;
    background-color: #D17B0F;
}

.aboutsub {
    color: #1F1F1F;
    text-align: right;
    padding-left: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
}

.rondjes {
    color: white;
    text-align: center;
    height: 20%;
    padding: 20px;
    padding-left: 30px;
}

.rondjes2 {
    color: white;
    text-align: center;
    height: 20%;
    padding-bottom: 20px;
    padding-left: 30px;
}

.rondjes3 {
    color: white;
    text-align: center;
    height: 20%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
}

.text-container {
    width: 70%;
    margin: 0 auto;
    text-align: left;
    padding: 20px;
    background-color: #F6F4F4;
    box-shadow: 0px 4px 12px -2px rgb(0 0 0 / 18%);
    border-radius: 8px;
}

.text-container p {
    text-indent: 50px;
    margin-bottom: 20px;
}

.content {
    padding-left: 5%;
}

.project-title {
    text-align: left;
    font-size: 36px;
    margin: 20px 0;
}

.columns {
    display: flex;

    align-items: flex-start;
    margin-bottom: 20px;
}

.text-column {
    width: 45%;
	margin-right: 60px;

}

.image-column {
    width: 40%;
}

.image-column img {
    width: 100%;
    height: auto;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.gallery img {
    width: calc(33.33% - 10px);
    height: auto;
}
.project-subtitle {
    font-size: 20px;
    font-weight: 300;
    color: #555;

}
.content {
    padding: 20px;
}

.project-title {
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    margin: 40px 0;
}

.rows {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 40px;
}

.row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.text-block, .image-block {
    width: 45%;
}

.image-block img {
    width: 100%;
    height: auto;
    transition: .2s ease;
    cursor: pointer;
}

.image-block img:hover {
    transform: translate(4px, 0px);
    box-shadow: 0px 4px 12px -2px rgb(0 0 0 / 18%);
}

.more-text {
    text-align: center;
    margin: 40px auto;
    max-width: 800px;
    padding: 20px;
    background-color: #F6F4F4;
    box-shadow: 0px 4px 12px -2px rgb(0 0 0 / 18%);
    border-radius: 8px;
}

.more-text p {
    text-indent: 50px;
    margin-bottom: 20px;
}
.PIVKNOP {
    background-color: #D97706;  /* Adjust color to match your theme */
    border: 2px solid #D97706;  /* Same color as background to make border invisible */
    border-radius: 8px;
    padding: 10px 20px;
    margin: 10px;
    cursor: pointer;
    text-align: center;
    transition: background-color 0.3s, border-color 0.3s;
    display: inline-block;
}

.PIVKNOP:hover {
    background-color: #ffb55c;  /* Slightly darker shade for hover effect */
    border: 2px solid #ffb55c;
}

.PIVKNOP h1 {
    margin: 0;
    padding: 0;
    font-size: 1.5em;
    color: #ffffff;
    background-color: transparent;
}

.PIVKNOP span {
    background-color: transparent;
}

