@media only screen and (max-width:1300px) {
	form .input, form input[type="date"], form input[type="datetime-local"], form input[type="datetime"], form input[type="email"], form input[type="file"], form input[type="image"], form input[type="month"], form input[type="number"], form input[type="password"], form input[type="search"], form input[type="tel"], form input[type="text"], form input[type="time"], form input[type="url"], form select, form textarea {
 		min-width: unset;
}
	.page-node-frontpage .bundle-custom_form {
  padding: 0px 20px;
}

	  .bundle > section.bundle .grid {
    padding: 0 20px;
    width: calc(100% - 40px);
  }
	.page-node-frontpage #edit-booking .fieldset-wrapper > * {
  border-right: 0px solid #ddd;
  padding-right: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  flex: 1 1 45%;
}
	  #logo {
    padding-top: 3.5em;
    padding: 20px 0 10px;
  }
	#edit-maincategory-id, .page-node-frontpage #edit-booking .fieldset-wrapper {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
    .card-links a{
        padding: 0.75em .5em;
    }
    .vehicle-category .vehicle-subcategory {
  flex: 0 1 calc(33% - 26px);
  box-shadow: 0 5px 15px rgba(0,0,0,.08);
  padding: 0px;
  transition: box-shadow .1s ease-in-out;
  border: 1px solid #f1f1f1;
  position: relative;
  max-width: calc(33% - 26px);
}
    .vehicle-category .vehicle-subcategory h2 a {
  font-weight: bold;
  color: black;
  font-size: 28px;
}
}
@media only screen and (max-width:1050px) {
     .vehicle-category .vehicle-subcategory {
    flex: 0 1 calc(50% - 26px);
    box-shadow: 0 5px 15px rgba(0,0,0,.08);
    padding: 0px;
    transition: box-shadow .1s ease-in-out;
    border: 1px solid #f1f1f1;
    position: relative;
    max-width: calc(50% - 26px);
  }
}
@media only screen and (max-width:900px) {
    #menu-bar{
        display: none;
    }
    #burgerBtn{
		display: block;
	}
	#mobileBodyContent {
  position: relative;
  z-index: 20;
  width: 100%;
  height: 100vh;
overflow-y: scroll;

  visibility: visible;
		margin-left: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -khtml-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
		background-color: white;
}
	.navigation #burgerBtn {
  border-color: transparent;
		
}
.navigation #burgerBtn:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 33px;
  left: -2px;
	background-color: white;
}
.navigation #burgerBtn:after {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -khtml-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  bottom: 10px;
  width: 33px;
  left: -2px;
	background-color: white;
}
	.navigation #mobileBodyContent {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -khtml-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  margin-left: -100%;
		overflow: hidden;
}
	#mobile.navigation #mobilenav{
    position: absolute;
    z-index: 10;
    list-style-type: none;
    margin: 10vh 5% 0;
    padding: 0;
    overflow: hidden;
    right: 0;
    display: block;
    width: 80%;
		-webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -khtml-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
#mobile.navigation #mobilenav a, #mobile.navigation #mobilenav a:hover{
	color: white;
    color: white;
    line-height: 100%;
    font-size: 24px;
    font-weight: 400;
    padding: 15px 0;
    font-weight: 600;
    background-color: transparent;
}
	#mobile #mobilenav li{
		opacity: 0:
			-webkit-transition: all 0.9s ease-in;
  -moz-transition: all 0.9s ease-in;
  -khtml-transition: all 0.9s ease-in;
  -o-transition: all 0.9s ease-in;
  transition: all 0.9s ease-in;
	}
	#mobile.navigation #mobilenav li{
	-webkit-transition: all 0.9s ease-in;
  -moz-transition: all 0.9s ease-in;
  -khtml-transition: all 0.9s ease-in;
  -o-transition: all 0.9s ease-in;
  transition: all 0.9s ease-in;
	opacity: 1;
        display: block;
}
#nav {
    position: absolute;
    z-index: 10;
    list-style-type: none;
    margin: 100px 20px 0 20px;
    padding: 0;
    overflow: hidden;
    right: 0;
}
#burgerBtn:before {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 30px;
    left: 0;
    background: #6cbea9;
    top: 7px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -khtml-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
#burgerBtn:after {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 20px;
    left: 0;
    background: #6cbea9;
    bottom: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -khtml-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
#mobile {
    /*background: var(--orange);*/
	position: relative;
    margin: 0px auto;
	transition: all 0.5s ease-in-out;
	/*display: flex;*/
}
#mobile.navigation {
    background: #3472a9;
	position: relative;
    margin: 0px auto;
	transition: all 0.5s ease-in-out;
	
}
	#burgerBtn {
    border-top: 2px solid #6cbea9;
    height: 20px;
    width: 30px;
    box-sizing: border-box;
    position: absolute;
    z-index: 30;
    right: 30px;
    top: 35px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -khtml-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;

    display: block;
}
    #menu-bar > #main-menu{
        display: none;
    }
        .dropdown-menu:not(.mobile) > ul {
  left: 0;
  max-width: unset;
  min-width: 14.286em;
  position: relative;
  top: 100%;
  display: flex;
  flex-direction: column;
}
  .navigation #mobilenav #main-menu, .navigation #mobilenav #main-menu.dropdown-menu.mobile > ul {
  display: block;
}
      #logo {
    padding: 20px 0 ;
  }
    .branding{
        padding: 0 !important;
    }
    #edit-maincategory-id, .page-node-frontpage #edit-booking .fieldset-wrapper {
  display: block !important;
  gap: 20px;
}
    .page-node-frontpage .bundle-custom_form .selectform-wrap > form {
  background-color: white;
  margin: 0 auto;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 5px;
  border-radius: 0;
}
    #edit-maincategory-id .form-item label, #edit-maincategory-id .form-item .form-radio:checked + label::after {
  padding-top: 0 !important;
        background-position: 6% 50% !important;
}
    #edit-maincategory-id .form-item {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-right: 0px solid #ddd;
  border-bottom: 1px solid #ddd;
  height: auto;
}
    #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 0 0 33%;
    padding-top: 0px;
  margin: 0;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: start;
        width: 67%;
}
    .page-node-frontpage #edit-booking .fieldset-wrapper > * {
  border-right: 0px solid #ddd;
  padding-right: 0px;
  padding-bottom: 0px;
  margin-bottom: 10px;
  padding-top: 0px;
}
     .page-node-frontpage #edit-booking .fieldset-wrapper > #field-depot-start-ajax-wrapper{
        padding-bottom: 1px;
    }
    .page-node-frontpage .bundle-custom_form {
  padding: 0px 0;
  background-color: #fff;
  background-image: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  height: auto;
  display: flex;
  align-content: center;
  justify-content: center;
        margin: 15px 0
}
    .view-mode-teaser .masonry-grid {
  display: block;
  gap: 40px;
  padding: 0 20px;
  width: calc(100% - 40px);
       
}
    .masonry-grid.gt-3 .masonry-item.pane {
  width: 100%; 
        margin-bottom: 20px;
}
    footer .grid.gt-medium {
  display: block;
}
    footer .pane.grid6.ta-right{
        justify-content: unset;
        margin: 50px 0;
        display: block;
    }
    footer td::before {
    content: none;
  }
    footer .grid.gt-medium td, footer .grid.gt-medium th {
  border: 0px solid white;
  padding-left: 0px;
  width: auto;
  margin: 5px 0;
  display: inline-table;
  width: 30%;
  vertical-align: top;
  padding: 0px 0;
}
    footer table{
        float: none !important;
    }
    footer .ta-right ul {
  display: block;
  justify-content: flex-start;
  gap: 40px;
  text-align: left;
  padding: 50px 0;
}
	.block-subtheme-breadcrumbs {
  padding: 1em;
		display: none;
}
	.page-node-147 td::before {
    content: none;
  }
	.page-node-147  td {
    display: table-cell;
    margin: 0;
    padding: 10px;
    padding-top: 10px;
  }
	.page-node-147 table{
		min-width: unset;
		width: 100% !important;
	}
	.text .flexwrap > img {
  flex: unset;
  height: auto;
  width: auto !important;
}
    footer .grid.gt-medium tr > td:nth-child(2){
        width: 50%
    }
    footer .grid.gt-medium tr > td{
        margin-right: 20px;
    }
}
@media only screen and (max-width:600px) {
     .vehicle-category .vehicle-subcategory {
    flex: 0 1 100%;
    box-shadow: 0 5px 15px rgba(0,0,0,.08);
    padding: 0px;
    transition: box-shadow .1s ease-in-out;
    border: 1px solid #f1f1f1;
    position: relative;
    max-width: 100%;
  }
    .card-links {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  flex-direction: column;
}
    .block.block-subtheme-content {
  max-width: 100%;
  padding: 2em 0;
}
    table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1.867em;
  min-width: 24em;
  width: 100% !important;
  min-width: unset;
}
     tr {
    border-width: 0px;
    border-bottom-width: 0px;
    border-bottom: 1px solid #666;
  }
    td {
  border: 0;
  font-size: 16px;
  padding: 0 !important;
  text-align: left;
}
     td::before {
    content: none;
    display: inline-block;
    font-weight: 700;
    width: 0;
  }
}