body {
    margin: 0;
    padding: 0;
    background: #f2f6e9;
    font-family:Arial, Helvetica, sans-serif
    
}

.navbar-brand img {
    height: 50px;
    margin-left: 50px;
}
.navbar {
    height: 75px; 
}

.navbar {
    background-color: #bd921b;
    font-size: 25px;
}

.nav-link,
.navbar-brand {
    color: #0c0303;
}

.nav-link {
    margin-right: 1em;
}

.nav-link:hover {
    color: #111111;
    transform: scale(1.09);
    transition: 0.6s;
}

.navbar-collapse {
    justify-content: flex-end;
}

.columns {
    display: flex;
    justify-content: space-around;
}

.column {
    text-align: center;
    padding: 10px;

    border-radius: 20px;
    margin: 20px 5px;
    text-decoration: none;
}

.column img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
}




.column h3 {
    margin-top: 10px;
    color: #000;
}

.column:hover {
    transition: 0.6s;
    transform: scale(1.04);
}

.column-link:hover {
    text-decoration: none;
}

.header {
    background: url('images/Foto5.jpg') center/cover no-repeat;
    position: relative;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.description {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.description h1,
.description p {
    color: #fff;
}

.description p {
    font-size: 1.3rem;
    line-height: 1.5;
}

.description button {
    border: 1px solid #bdcab6;
    background-color: #bd921b;
    border-radius: 0;
    color: #fff;
}

.description button:hover {
    border: 1px solid #fff;
    background: #fff;
    color: #d48e23;
}

.features {
    margin: 4em auto;
    padding: 1em;
    position: relative;
}

.feature-title {
    color: black;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.features img {
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
    margin-bottom: 16px;
}


.scrollUp {
    position: fixed;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    bottom: 10px;
    right: 10px;
    text-decoration: none;
    text-align: center;
    line-height: 50px;
    color: white;
    background-color: #bd921b;
}


.page-footer {
    background-color: #bd921b;
    color: black;
    padding: 20px 0 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-footer img {
    max-width: 50%; 
    height: auto;
    padding: 10px;
    margin: 0 auto; 
}


.col-md-4 {
    align-self: flex-end;
    padding-bottom: 50px;
}

.col-md-4 i {
    font-size: 24px;
    padding: 15px;
}

.col-md-4:first-child {
    text-align: left;
}

.col-md-4:nth-child(2),
.col-md-4:last-child {
    text-align: right;
}

@media (max-width: 768px) {
    .col-md-4 {
        text-align: center !important;
    }
}

.col-md-4 a {
    color: rgb(19, 16, 10);
    text-decoration: none;
    transition: color 0.3s;
}

.col-md-4 a:hover {
    color: #007bff;
}


@media only screen and (min-width: 501px) and (max-width: 960px) {
    .columns {
        flex-wrap: wrap;
    }

    .column {
        width: calc(40% - 20px);
        margin: 10px;
    }
}


@media only screen and (max-width: 500px) {
    .columns {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 -10px;
    }

    .column {
        width: calc(100% - 20px);
        margin: 10px;
    }
}

.container.features .col-md-4 {
    padding-top: 20px;
}

.container.features .col-md-4 a {
    text-decoration: none;
    color: black;
}

.container.features .col-md-4:hover {
    background-color: wheat;
    border-radius: 10%;
}

.container.features img.img-fluid {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

img.wisselFoto {
    max-width: 60%;
    height: auto;
    display: block;
    margin: auto;
    margin-top: 20px;
}

.artikels {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin: 20px;
}

.containerArtikel {
    width: 30%;
    margin: 5px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.content {
    border: 1px solid #ffffff;
    border-radius: 5%;
    overflow: hidden;
    transition: box-shadow 0.3s;
    box-sizing: border-box;
}

.containerArtikel:hover .content {

    border-radius: 2%;
    transition: 0.3s;
    transform: scale(1.05);
}

.img-fluid {
    width: 100%;
    height: auto;
}

.containerArtikel a {
    text-decoration: none;
    color: #000000;
}

a:hover {
    text-decoration: none;
}

.containerArtikel:nth-child(2),
.containerArtikel:nth-child(5) {
    text-align: center;
}

.containerArtikel:nth-child(3),
.containerArtikel:last-child {
    text-align: right;
}

@media (max-width: 768px) {
    .containerArtikel {
        width: calc(50% - 20px);
    }

    .containerArtikel:nth-child(2),
    .containerArtikel:nth-child(4) {
        text-align: right;
    }

    .containerArtikel:nth-child(3),
    .containerArtikel:nth-child(5) {
        text-align: left;
    }
}

@media (max-width: 600px) {
    .containerArtikel {
        width: 100%;
        text-align: center !important;
    }
}



body {
    background: #f4f4f4;
}

.banner {
    background: #c98f14;
    text-align: center;
}

div img {
    width: 284px;
}

h5 a:hover {
    text-decoration: none;
    color: blue;
    background-color: whitesmoke;
}

form {
    max-width: 600px;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    margin-bottom: 20px;
}

label {
    display: block;
    margin-bottom: 8px;
}

input,
select {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
}


form {
    max-width: 600px;
    margin: 20px auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f9f9f9;
  }
  
  label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
  }
  
  input,
  select {
    width: 100%;
    padding: 8px;
    margin-bottom: 16px;
    box-sizing: border-box;
  }
  
  
  input[type="radio"] {
    vertical-align: middle;
    margin-bottom: 5px; 
    line-height: 1.5; 
  }
  
  button {
    background-color: #40bd4b;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
  }
  
  button:hover {
    background-color: #27630b;
  }
  
  .box-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.box {
    position: relative;
    overflow: hidden;
    width: 300px;
    height: 300px;
    margin: 10px;
    cursor: pointer;
}

.box img {
    width: 100%;
    height: 100%;
    transition: opacity 0.4s;
}

.box:hover img {
    opacity: 0;
}

.box::before {
    content: attr(data-text);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: black;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s;
}

.box:hover::before {
    opacity: 1;
}

.scrollUp:hover {
    color: #bd921b;
    background-color: white;
}