/*
	Custom CSS
	Please make sure your CSS rules are 
	more particular / have higher priority
	then other page styles
*/

/* -------------------------------------------------------------------- */

/* Centers text of tiles */

#main #main-content #sb_content #sb-timeline #steps-content #sb_booking_content .item .content .cap.short {
    text-align: center;
}

/* Removes the images */

#main #main-content #sb_content #sb-timeline #steps-content #sb_booking_content .item .excerpt-info .preloader {
    display: none;
}

/* Removes the consent to get information button */

#sb-main-container #main #sb-timeline #steps #details .detail-step-wrap .detail-step .license-links-container .promotions-letter-flag label[role=button]{
    display: none;
}

/* Changes the width of the tiles on the page */

#main #main-content #sb_content #sb-timeline #steps-content #sb_booking_content .item {
    width: 25%;
}

/* Changes the width of the tiles on the page on mobile */

@media (max-width:767px) {
#main #main-content #sb_content #sb-timeline #steps-content #sb_booking_content .item {
    width: 50%;
}

/* Helps to align the tiles correctly on mobile */

#sb-timeline #steps #steps-content .step-content {
    display: flex;
}