.subpage-hero {
text-align: center;
background: linear-gradient(180deg, #FFFFFF 0%, #F1F1F1 100%);
}
.subpage-hero .subpage-hero-main{
display: flex;
justify-content: space-between;
align-items: stretch;
margin: 0 30px;
}
.subpage-hero .subpage-hero-main .subpage-hero-left{
padding: 40px 55px;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
background: var(--secondary-color);
text-align: left;
display: flex;
justify-content: center;
align-items: baseline;
flex-direction: column;
}
.subpage-hero .subpage-hero-main .subpage-hero-right{
width: 50%;
}
.subpage-hero .subpage-hero-main .subpage-hero-left h1{
font-weight: 700;
font-size: 38px;
line-height: 56px;
letter-spacing: 0px;
color: var(--white-color);
margin: 0;
margin-bottom: 30px;
}
.subpage-hero .subpage-hero-main .subpage-hero-left .subpage-hero__content p{
font-weight: 300;
font-size: 17px;
line-height: 32px;
color: var(--white-color);
}
.subpage-hero .subpage-hero-main .subpage-hero-left .subpage-hero__buttons{
width: 100%;
display: flex;
gap: 15px;
margin-top: 30px;
}
.subpage-hero .subpage-hero-main .subpage-hero-left .subpage-hero__buttons .btn:nth-child(1){
border: 1px solid transparent;
transition: background 0.3s ease-in-out, color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.subpage-hero .subpage-hero-main .subpage-hero-left .subpage-hero__buttons .btn:nth-child(2) {
background: transparent;
color: var(--white-color);
border: 1px solid var(--white-color);
margin-left: 12px;
padding: 15px 30px 15px 30px;
}
.subpage-hero .subpage-hero-main .subpage-hero-left .subpage-hero__buttons .btn:nth-child(2):hover{
background: var(--white-color);
transition: .2s ease-in-out;
color: var(--secondary-color);
}
.subpage-hero .subpage-hero-main .subpage-hero-left .subpage-hero__buttons .btn:nth-child(2)::before {
content: none;
}
.button-before-none .btn{
padding: 14px 30px;
}
.button-before-none .btn::before{
content: none;
}
.subpage-hero .subpage-hero-main .subpage-hero-left{
width: calc(50% - 110px);
min-height: 586px;
}
.subpage-hero .subpage-hero-main .subpage-hero-right img{
min-height: 666px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
width: 100%;
object-fit: cover;
display: flex;
align-items: stretch;
aspect-ratio: 1.2162;
}
.subpage-hero__image-container .subpage-hero__image img{
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
border-top-right-radius: 0px !important;
border-bottom-right-radius: 0px !important;
}
.reverse-container {
border-top-left-radius: 0px !important;
border-bottom-left-radius: 0px !important;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
}
.reverse-container .go-back-button{
font-weight: 400;
font-size: 17px;
line-height: 32px;
position: relative;
color: var(--white-color);
margin-bottom: 30px;
padding-left: 32px;
}
.slider-controls .slider-next {
transform: rotate(180deg);
}
.reverse-container .go-back-button::before {
content: "";
position: absolute;
left: 0px;
width: 20px;
height: 20px;
background-image: url(https://rinxs.nl/wp-content/uploads/2025/07/left-post.svg);
background-repeat: no-repeat;
background-position: center;
background-size: 19px;
top: 5px;
transition: transform 0.3s ease;
}
.reverse-container .go-back-button:hover::before {
transform: translatex(-4px);
transition: transform 0.3s ease;
}
.subpage-hero .subpage-hero__image-and-buttons.reverse {
flex-direction: row-reverse;
}
.vacature-hero .btn{
padding: 14px 30px;
}
.vacature-hero .btn::before{
content: none;
}
.subpage-hero .price-title{
font-weight: 500;
font-size: 17px;
line-height: 32px;
margin: 0;
margin-top: -20px;
margin-bottom: 20px;
}
.vacature-hero .reverse-container .go-back-button{
color: #FFFFFFCC;
}
.vacature-hero .reverse-container .go-back-button::before{
background-image: url(https://rinxs.nl/wp-content/uploads/2025/07/single-left.svg);
}
@media (max-width: 1440px){
.subpage-hero .subpage-hero-main .subpage-hero-left h1{
margin-bottom: 0;
}
.reverse-container .go-back-button{
margin-bottom: 10px;
}
.subpage-hero .subpage-hero-main .subpage-hero-left .subpage-hero__buttons{
margin-top: 10px;
}
.subpage-hero .subpage-hero-main .subpage-hero-left{
width: calc(50% - 100px);
padding: 40px 50px;
}
.subpage-hero .price-title{
margin-top: 0;
}
}
@media (max-width: 1130px){
.subpage-hero .subpage-hero-main{
flex-direction: column;
}
.subpage-hero .subpage-hero-main .subpage-hero-right{
width: 100%;
}
.subpage-hero .subpage-hero-main .subpage-hero-left{
width: calc(100% - 40px);
padding: 40px 20px;
border-radius: 0 0 10px 10px !important;
height: auto;
}
.subpage-hero__image-container .subpage-hero__image img,
.subpage-hero .subpage-hero-main .subpage-hero-right img
{
border-radius: 10px 10px 0 0 !important;
height: 500px;
}
.subpage-hero__image-container .subpage-hero__image,
.subpage-hero .subpage-hero__image{
height: 500px;
}
.subpage-hero .subpage-hero-main{
margin: 0 15px;
}
.subpage-hero .subpage-hero-main .subpage-hero-left{
order: 2;
}
}
@media (max-width: 768px) {
.subpage-hero .subpage-hero__image-and-buttons {
flex-direction: column;
}
.subpage-hero .subpage-hero__image {
width: 100%;
}
}
@media (max-width: 650px){
.vacature-hero .btn{
padding: 10px 28px 10px 28px;
line-height: 25px;
}
}
@media (max-width: 550px){
.subpage-hero .subpage-hero-main .subpage-hero-right img{
height: 550px;
}
.subpage-hero .subpage-hero-main .subpage-hero-left h1{
font-size: 32px;
line-height: 45px;
}
.subpage-hero .subpage-hero-main .subpage-hero-left .subpage-hero__buttons{
flex-wrap: wrap;
}
.subpage-hero .subpage-hero-main .subpage-hero-left .subpage-hero__buttons .btn:nth-child(2){
margin-left: 0;
}
}
@media (max-width: 480px){
.subpage-hero .subpage-hero-main .subpage-hero-right img,
.subpage-hero__image-container .subpage-hero__image{
height: 400px;
}
.subpage-hero .subpage-hero__image {
height: 400px;
}
}