#listing-banner {
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: white;
    position: relative; /* Ensure the pseudo-element is positioned relative to this container */
	background-size: cover;
}

#listing-banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Adjust the transparency here */
    z-index: 1; /* Place the overlay above the background */
}

#listing-banner .listing-banner-row {
    position: relative; /* Ensure the text is above the overlay */
    z-index: 2;
}

.listing-banner-info {
    background-color: white;
    text-align: center;
    font-size: xx-large;
    height: 40%;
    padding: 25px;
}
.listing-banner-info small {
    font-size: medium;
   
}
.listing-banner-info p {
    color: #02045E;
    padding: 8px;
    margin: 0px;
	font-size: 20px;
    font-weight: 600;
   
}
.listing-banner-row {
  padding-top: 30%;  
}
.listing-banner-row h1{
    color: white;
  }
.lb-icon {
    padding: 8px;
    color: var(--color-secondary);
}
#lqd-site-content {
    background-color: rgba(0, 0, 0, 0)!important;
}

#third-lbi {
    border-radius: 0px 50px 0px 0px;
}
#zeeuw-listing-content-background {
    margin-top: 10%;
    background-color: white;
	
}


#zeeuw-listing-content-background h2 {
	color: #02045E;
}

#zeeuw-listing-content-background h3 {
	color: #02045E;
}


.zeeuw-listing-content .row {
    padding-bottom: 5%;
}
.zeeuw-listing-content h2, .zeeuw-listing-content h3 {
    color: var(--color-primary);
}
.zeeuw-smaller-content{
    font-size: medium;
}

.zeeuw-listing-btn{
    background-color: var(--color-secondary);
    color: white;
    font-size: x-large;
    border: 3px var(--color-secondary) solid;
    border-radius: 35px;
    width: fit-content;
    padding: 8px 40px 8px 40px;
    margin: none;
    transition: background-color 0.2s ease-in-out; /* Smooth transition */
    transition: color 0.2s ease-in-out; /* Smooth transition */
}
.zeeuw-listing-btn:hover {
    background-color: rgba(255, 255, 255, 0.5);
    color: var(--color-secondary);
    border-color: var(--color-secondary);

}
.zeeuw-landing-btn p {
    padding-right: 15px;
}
.zlb-text {
    padding-top: 10px;
    padding-left: 5px!important;
    
}
.zlb-ico {
    padding-left: 0px!important;
    padding-right: 20px;
}
.zlb-text, .zlb-ico {
margin: 0px;
}

#truckrealimg {
    height: 300px;
}
@media(min-width: 769px) {
    #lqd-contents-wrap {
        padding-left: 0px;
    }
    #truck-img {
        text-align: end;
        padding-right: 10%;
    }
}
@media (max-width: 768px) {
    .listing-banner-info, #third-lbi{
        border-radius: 50px;
        height: 30%;
        margin-bottom: 20px;
    }
    .listing-banner-row {
        padding-top: 10%;  
    }
    
    .zeeuw-listing-content .row {
        justify-content: center;
    }
}
.titlebar {
    background-image: none!important;
    background-color: rgba(0, 0, 0, 0)!important;
}
.titlebar-col {
    display: none!important;
}

.button  {
    padding: 20px 35px;
    background-color: #009FA0;
    color: white;
    text-decoration: none;
    display: inline-block; /* Ensures the element respects transform */
    transition: transform 0.2s ease, box-shadow 0.2s ease; /* Smooth animations */
	margin-top: 50px;
}

.button:hover {
    transform: translateY(-3px); /* Moves up slightly */
    box-shadow: 0 3px 26px rgba(0, 0, 0, 0.2); /* Adds a subtle shadow */
	color: white;
}


.contactt {
	padding-top: 50px !important;
    padding-right: 150px !important;
    padding-bottom: 50px !important;
    padding-left: 150px !important;
	background-color: #eaf4f9 !important;
	display: flex;
    width: 100%;
    flex-direction: column;
    flex-grow: 1;
    position: relative;
	transition: box-shadow .3s,transform .65s cubic-bezier(0.23, 1, 0.32, 1);
	box-sizing: border-box;
	margin-bottom: 60px;
}

.contactt * {
    padding-top: 2px;
	padding-bottom: 2px;
}

.contacttitel {
	font-size: 40px;
	text-align: center;
	
}


.tweefotos {
	
}

.blauw {
	    padding: 30px;
		background-color: #EBF3F9;
		top: 40px;
}

.terugknop {
	padding-bottom: 25px;
}

.terugknop:hover {
	color: #02045E;
	transform: translateY(-2px);
}
