.page-node-frontpage main > .wrapper, .page-node-frontpage .block.block-subtheme-content{
	padding: 0;
}
#edit-maincategory-id, .page-node-frontpage #edit-booking .fieldset-wrapper{
	display: flex;
	gap: 20px;
}
#edit-maincategory-id{
	gap: 0px;
}
#edit-maincategory-id .form-item, .page-node-frontpage #edit-booking .fieldset-wrapper > *{
	flex: 1
}

.page-node-frontpage #edit-booking .fieldset-wrapper > *{
	border-right: 1px solid #ddd;
    padding-right: 20px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
}
.page-node-frontpage #edit-booking .fieldset-wrapper > *:last-of-type{
    border-right: 0px solid white;
}
.page-node-frontpage #edit-booking .form-item{
	margin-bottom: 0px;
}
.page-node-frontpage #edit-booking .fieldset-wrapper > .form-item-field-depot-endtarget-id{
	border-right: 0px solid white;
	    padding-right: 0px;
}
.page-node-frontpage #edit-booking{
	padding: 40px 25px 10px;
	margin-bottom: 0px;
	width: calc(100% - 50px)
}
.bundle-custom_form form input[type=date], .bundle-custom_form form input[type=time]{
	min-width: unset;
}
.e2e-booking-home-form .form-item-submit{
	display: block;
    width: 100%;
    text-align: center;
}
.e2e-booking-home-form .form-item-submit .button{
	background-image: url("../images/arrow-right.png");
	background-repeat: no-repeat;
	background-position: 95% 50%;
	padding: .5em 3em;
	text-transform: none;
	font-size: 18px;
	font-weight: 400
}
.page-node-frontpage .bundle-custom_form{
	padding: 0px 0;
  background-color: #3472a9;
  background-image: url(https://staging.transdeco.be/sites/default/files/2024-05/Untitled-11.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  height: calc(100vh - 144px);
  /*display: flex;*/
  align-content: center;
  justify-content: center;
}
.page-node-frontpage .bundle-custom_form .selectform-wrap > form{
	background-color: white;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.35);
    padding: 5px;
    border-radius: 10px 10px 0px 10px;
}
.page-node-frontpage .bundle-custom_form .selectform-wrap{
    max-width: 1400px;
    margin: 0 auto;
}
.page-node-frontpage div.bundle.bundle-overview{
	    margin: 0;
    background-color: #f7f7f7;
    padding: 50px 0;
    background-image: url("transdeco.png");
    background-repeat: no-repeat;
    background-position: top right;

}
.select-info {
    color: white;
    background-color: #3472a9;
    font-size: 16px;
    padding: 14px 25px 14px 65px;
    border-radius: 0 0 10px 10px;
    float: right;
    position: relative;
    z-index: 9;
    font-weight: 300;
    background-image: url(phone.png);
    background-repeat: no-repeat;
    background-position: 20px 50%
}
.select-info strong{
    font-weight: 700;
}
.bundle > section.bundle{
	max-width: 1400px;
	margin: 0 auto;
	padding: 30px 0;
}
.bundle > section.bundle .grid{
	margin: 0;
}
.masonry-grid .masonry-item.pane {
    box-shadow: 0 5px 15px rgba(0,0,0,.08);
	background-color: white;
	padding: 0;
	position: relative;
	transition: box-shadow .1s ease-in-out;
    border-radius: 10px;
    overflow: hidden;
}
.masonry-grid .masonry-item.pane:hover {
    box-shadow: 0 14px 25px rgba(0,0,0,.16);
	background-color: white;
	padding: 0;
	position: relative;
	transition: box-shadow .1s ease-in-out;
}
.card a::after, .card a:focus::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.card h2 a:focus{
	position: inherit;
}
.card .card-links a:focus{

}
.masonry-grid .masonry-item.pane h3{
	    font-family: Open Sans,sans-serif;
    font-size: 30px;
    color: #3472a9;
    font-weight: bold;
}
.masonry-grid .masonry-item.pane .read-more{
	background-color: #3472a9;
    font-size: 18px;
    color: white;
    font-weight: normal;
    padding: 5px 20px;
    border-radius: 5px;
    margin-top: 25px !important;
    float: right;
        position: absolute;
    bottom: 20px;
    right: 20px;
    top: unset;
}
.masonry-grid .masonry-item.pane .read-more:hover{
        position: absolute !important;
    bottom: 20px;
    right: 20px;
    top: unset;
}
.masonry-grid .masonry-item.pane .read-more:focus, .masonry-grid .masonry-item.pane .read-more:hover{
	position:inherit;
}
.masonry-grid .masonry-item.pane .teaser-content{
	border: 0px solid white !important;
	padding: 35px;
}
section.bundle-overview .overview.view-mode-teaser figure+.teaser-content {
    float: left;
    width: calc(100% - 70px);
    padding-bottom: 80px;
}
.view-mode-teaser .masonry-grid {
	    display: flex;
    gap: 40px;
}
.page-node-frontpage #edit-booking .fieldset-legend::before{
	content: none;
}
.page-node-frontpage #edit-booking > legend{display: none;}
.page-node-frontpage label, .page-node-frontpage .label {
    display: block;
    margin-bottom: 15px;
    width: 100%;
    color: black;
	font-family: Open Sans,sans-serif;
	font-size: 16px;
	margin-top: 0px;
	line-height: 1;
	vertical-align: top;
}
#edit-maincategory-id .form-item{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	height: 110px;
}
#edit-maincategory-id .form-item:nth-child(5){
	border-right: 0px solid white;
}
#edit-maincategory-id .form-item input[type=checkbox]+label, #edit-maincategory-id .form-item input[type=radio]+label{
	    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    margin: 0;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
#edit-maincategory-id .form-item input[type=radio]+label:before{
	visibility: hidden;
}
#edit-maincategory-id .form-item [type=radio]:checked+label{
	color: white;
}
#edit-maincategory-id .form-item [type=radio]:checked+label:after{
	    background: #3472a9;
    height: 10px;
    margin: 0;
    width: 100%;
    border-radius: 0;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    position: absolute;
    z-index: -1;
}


#edit-maincategory-id .form-item .form-radio+label {
    font-weight: bold;
    font-size: 18px;
    color: #3472a9;
}
#edit-maincategory-id .form-item .form-radio:checked+label::before {
    position: absolute;
	bottom: -20px;
	left: 50%;
	width: 30px;
	height: 20px;
	background-image: url("../images/arrow-down.png");
	background-repeat: no-repeat;
	background-position: center bottom;
}
#edit-maincategory-id .form-item #edit-maincategory-id-7+label{
	background-image: url("../images/bestelwagens.png");
	background-repeat: no-repeat;
	background-position: 50% 24px;
    padding-top: 34px;
}
#edit-maincategory-id .form-item #edit-maincategory-id-4+label{
	background-image: url("../images/minibussen.png");
	background-repeat: no-repeat;
	background-position: 50% 24px;
    padding-top: 34px;
}
#edit-maincategory-id .form-item #edit-maincategory-id-5+label{
	background-image: url("../images/personenwagen.png");
	background-repeat: no-repeat;
	background-position: 50% 34px;
    padding-top: 34px;
}
#edit-maincategory-id .form-item #edit-maincategory-id-9+label{
	background-image: url("../images/trekkers.png");
	background-repeat: no-repeat;
	background-position: 50% 24px;
    padding-top: 34px;
}
#edit-maincategory-id .form-item #edit-maincategory-id-8+label{
	background-image: url("../images/vrachtwagens.png");
	background-repeat: no-repeat;
	background-position: 50% 24px;
    padding-top: 34px;
}
#edit-maincategory-id .form-item #edit-maincategory-id-7:checked+label::after{
	background-image: url("../images/bestelwagens-wit.png");
	background-repeat: no-repeat;
	background-position: 50% 24px;
	border-radius: 5px 0 0 0;
}
#edit-maincategory-id .form-item #edit-maincategory-id-4:checked+label::after{
	background-image: url("../images/minibussen-wit.png");
	background-repeat: no-repeat;
	background-position: 50% 24px;
}
#edit-maincategory-id .form-item #edit-maincategory-id-5:checked+label::after{
	background-image: url("../images/personenwagen-wit.png");
	background-repeat: no-repeat;
	background-position: 50% 34px;
}
#edit-maincategory-id .form-item #edit-maincategory-id-9:checked+label::after{
	background-image: url("../images/trekkers-wit.png");
	background-repeat: no-repeat;
	background-position: 50% 24px;
}
#edit-maincategory-id .form-item #edit-maincategory-id-8:checked+label::after{
	background-image: url("../images/vrachtwagens-wit.png");
	background-repeat: no-repeat;
	background-position: 50% 24px;
	border-radius: 0 5px 0 0;
}
.page-node-frontpage main{
	padding: 0;
}