/*
|--------------------------------------------------------------------------|
|                     Place your custom styles here                        |
|--------------------------------------------------------------------------|
*/

.post-details-wrap {
    padding-left: 0px;
}

.post-details h2.entry-title {
    font-size: 60px;
}

.enty-title a:hover {
    color: #c13400;
}

.scrollup{
    background-color: #00477b;
}

.scrollup:hover{
    background-color: #00477b;
    color: #000;
}

.prod-btn {
    background-color: #c13400;
    color: #fff;
    border: none;
    padding: 6px 20px;
    font-size: 12px;
    letter-spacing: 0.5px;
    width: auto; /* Zorgt ervoor dat knoppen niet te breed worden */
}

.prod-btn:hover {
    background-color: #00477b;
    color: #fff;
    border: none;
    padding: 6px 20px;
    font-size: 12px;
    letter-spacing: 0.5px;
    font-weight: none;
    border-radius: 0px;
}

.t-btn:hover {
    font-weight: normal;
}

.service {
    background-image: none;
    background-color: #00477b;
    color: #fff;
    border: none;
    padding: 20px;
    font-size: 12px;
    letter-spacing: 0.5px;
}

.portfolio-filter ul li.active a {
    background-color: #c13400;
    color: #fff;
}

.portfolio-filter ul li a:hover {
    background-color: #00477b;
    color: #fff;
}

.prod-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap; /* Prevent wrapping on larger screens */
}

.prod-table {
    width: 55%;
    margin-right: 2rem;
}

.prod-img {
    width: 45%;
}

@media (max-width: 768px) {
    .prod-container {
        flex-wrap: wrap; /* Allow wrapping on smaller screens */
        flex-direction: column; /* Stack items vertically */
    }

    .prod-table {
        width: 100%; /* Full width for the table */
        margin-right: 0;
    }

    .prod-img {
        width: 100%; /* Full width for the images */
        margin-top: 1rem;
    }
}

.other-hero{
    background-image: none;
    background-color: #00477b;
    min-height: 0px;
}

.breadcrumb {
    background-color: #00477b;
}

.colorbox img {
    border: 2px solid #00477b;
    border-radius: 5px;
}

.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.popup-overlay img {
    max-width: 90%;
    max-height: 90%;
    border: 2px solid white;
    border-radius: 5px;
}

.popup-overlay.active {
    display: flex;
}

.popup-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    font-size: 2rem;
    padding: 0.5rem 1rem;
    cursor: pointer;
    z-index: 1001;
    border-radius: 5px;
}

#prev-arrow {
    left: 10px;
}

#next-arrow {
    right: 10px;
}

.popup-arrow:hover {
    background-color: rgba(255, 255, 255, 0.8);
    color: black;
}

.gutter-less .portfolio-item {
    padding : 1rem;
}

.single-info {
    border: 1px solid rgba(128, 128, 128, 0.5);
    border-radius: 10px;
    padding: 2rem;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 6px;
    text-align: center;
}

.icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    position: relative;
}

.icon-center {
    font-size: 48px; /* Pas de grootte van het icoontje aan */
    text-align: center;
    position: relative;
}

.single-info i {
    position: relative;
    font-size: 25px; 
}

.single-info h3 {
    color: #c13400;
    font-size: 20px;
}

.single-info a {
    color: #000;
}

.single-info a:hover {
    font-size: 17px;
    color: #c13400;
}

.contact-form textarea {
    height: 250px;
}

.contact-form button {
    width: 33%;
    height: 50px;
}

h3 {
    font-size: 26px;
    margin: 0 0 10px 0;
}

h2 {
    font-size: 34px;
}

.section-header {
    margin-bottom: 70px;
}

.btn-fotos {
    display: flex; 
    justify-content: center; 
    flex-wrap: wrap;
    gap: 10px;
}

.photo-website {
    padding: 40px 0;
}

.photo-website .btn-fotos {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}

.photo-website h3 {
    margin-bottom: 20px;
    font-size: 18px;
    color: #fff;
}

@media (max-width: 768px) {
    .btn-fotos {
        flex-direction: column; /* Stapel knoppen onder elkaar op kleinere schermen */
        align-items: center;
    }
}

.row {
    display: block;
}

.maps-full-area {
    width: 100%; /* Full width of the viewport */
    height: 500px; /* Maintain the desired height */
    margin: 0;
    padding: 0;
    display: flex;
    align-items: stretch; /* Ensure the iframe stretches fully */
}

#maps {
    width: 100%; /* Full width of the parent container */
    height: 100%; /* Full height of the parent container */
    border: none; /* Remove the border around the iframe */
}

.maps-full-area iframe {
    width: 100%; /* Full width of the parent container */
    height: 100%; /* Full height of the parent container */
    border: none; /* Remove the border around the iframe */
}

.pannenkoek {
    display: none;
}

.form {
    border-radius: 10px;
    padding: 2rem;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 6px;
}