body {
    font-size: 17px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: normal;
    color: black;
    line-height: 170%;
}

p {
    color: #989a9f;
}

#js-cookie-consent-box {
    line-height: 100%;
    overflow: auto;
}

.lead {
    font-size: inherit;
    font-weight: inherit;
}

a {
    text-decoration: none;
    color: #25398d;
}

#promoBlock a:hover {
    opacity: 0.7;
}

h1 {
    color: white;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 40px;
    font-size: 52px;
    max-width: 98%;
}


h2 {
    font-size: 46px;
    font-weight: 600;
}

.subpage h2 {
    margin-bottom: 50px;
}

h3 {
    font-size: 42px;
    font-weight: bold;
}

h4 {
    font-size: 26px;
    font-weight: bold;
}

.subpage h4 {
    margin: 0px;
    margin-bottom: 20px;
}

h6 {
    margin-top: 40px;
    text-transform: uppercase;
    font-size: 16px;
}

.price h6 {
    margin-top: -10px;
}

.survey textarea.form-control {
    height: 130px;
}

.startDate,
.endDate {
    background: url('../images/icons/calendar-days-regular.svg');
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 90% 37%;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #d3d7e8;
    font-weight: normal;
    font-style: italic;
    opacity: 1;
    /* Firefox */
}

.extraBox small {
    padding-bottom: 30px;
    display: block;
    line-height: 125%;
    color: #989a9f;
}

p,
ul {
    width: 100%;
}

.banklogo {
    max-width: 160px;
    margin-left: 50px;
}

.close {
    width: 200px;
    float: right;
    display: contents;
}

.close img {
    float: right;
}

.phoneIcon {
    display: none;
}

.searchIcon {
    height: 10px;
    width: auto;
}

.modal-content {
    min-height: 280px;
    border: 0px;
    background: transparent;
}

.modal-dialog {
    max-width: 1200px;
    margin-top: 150px;
}

.errormsg {
    color: #f00;
    margin: 10px 0;
    padding: 10px;
    border: 1px dashed #ff8686;
    background: #ffd6d6;
}

.modal-dialog-extras {
    margin-top: 0px;
    max-width: 100%;
    width: 100%;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.mainpage ul li ul li a {
    color: black !important;
}

.mainpage ul li ul li a:hover {
    color: #e30522 !important;
}

#carSelector a:hover {
    opacity: 0.7;
}

.regular {
    font-weight: 400;
}

.price span {
    font-weight: 300;
}

input,
select {
    margin-top: 5px;
}


.star {
    height: 20px;
    height: 25px;
    width: auto;
    margin: -7px 20px 0px 0px;
}

.extraList {
    margin-top: 0px;
    padding-left: 0px;
    margin-bottom: 0px;
}

.extraList li,
.extraList li {
    list-style: none;
    margin-bottom: 10px;
}

.extraList.contain li:before {
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    margin-right: 20px;
    background: transparent url('../images/icons/check.svg') no-repeat;
}

.extraList.notcontain li:before {
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    margin-right: 20px;
    background: transparent url('../images/icons/xmark.svg') no-repeat;
}

.extra_delivery {
    display: none;
}

.text-red {
    color: #e30522;
}

.text-green {
    color: #28ca84;
}

.text-blue {
    color: #23378d;
}

breadcrumb {
    padding: 40px 0px;
    background: white;
    display: block;
    font-size: 22px;
    color: #c3c6d6;
}

#navbar {
    z-index: 10;
}

/* Navbar links */
#navbar a {}

/* Page content */
.content {}

.modal-full {
    min-width: 100%;
    width: 100%
}

.modal-full .modal-content {
    min-height: 100vh;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.mainpage nav {
    top: 0px;
    width: 100%;
    background: transparent;
}

.mainpage nav.sticky {
    position: fixed;
    top: -36px;
    width: 100%;
    background: #00000050;
}


.subpage nav.sticky {
    position: fixed;
    top: -36px;
    width: 100%;
    min-height: initial;
}

.swiper-button-next {
    background-image: url(../images/icons/arrow-right-black.svg);
    right: 0px;
}

.swiper-button-prev {
    background-image: url(../images/icons/arrow-left.svg);
    left: 0px;
}

.bcCounter {
    border-radius: 30px;
    border: 2px solid #c3c6d6;
    width: 40px;
    height: 40px;
    text-align: center;
    display: inline-block;
    margin-right: 30px;
}

.active .bcCounter {
    border: 2px solid #1d3884;
    background: #1d3884;
    color: white;
}

.supergreen .bcCounter {
    border: 2px solid #28ca84;
    background: #28ca84;
    color: white;
}

breadcrumb .active {
    color: black;
}

breadcrumb .supergreen {
    color: #28ca84;
}

.frontDateSelector h7 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: #d3d7e8;
    display: block;
    margin: 15px 0px 5px 0px;
}

.frontDateSelector p {
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    color: black;
}

select.validation_error {
    border: 1px solid red;
}

.rentalTypeCurrency {
    border: none;
    cursor: pointer;
    font-weight: bold;
    color: #000;
    font-size: 15px;
    margin-top: -4px;
    margin-left: -13px;
}

.frontFromPlace {
    border: none;
    cursor: pointer;
    font-weight: bold;
    color: #000;
    font-size: 15px;
    margin-top: -8px;

}

.langSelector {
    margin-top: 55px;
}

#gyikBlock {
    padding: 0px 0px 150px 0px;
}

#gyikBlock h2 {
    margin-bottom: 100px;
}

#promoBlock h2 {
    position: absolute;
    bottom: 20px;
    left: 40px;
    font-size: 36px;
    right: 40px;
}

.wrap {}

.carIcon {
    height: 55px;
    width: auto;
}

header {
    text-align: center;
    background-image: url('../images/getty-images-QpqbLURxC4Y-unsplash.jpg');
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}

.headerlayer {
    background-color: #00326130;
    min-height: 700px;
    position: relative;
}

.subpage main {
    background: #f8f8f8;
    padding: 30px;
}

.subpage .headerlayer {
    background-color: #00326160;
    min-height: inherit;
    height: 350px;
    position: relative;
}

main button {
    background: #e30522;
    border: 0px;
    min-width: 200px;
    padding: 20px 50px;
    color: white;
    border-radius: 2px;
    text-transform: uppercase;
    font-weight: bold;
    transition: box-shadow 0.2s;
}

.subpage h1 {
    bottom: 115px;
}

.subpage .headerlayerMainPage {
    min-height: 700px
}

.subpage .topnav a,
.subpage .topnav a.active {
    color: #25398d;
}

.subpage nav {
    background: white;
    top: -36px;
    width: 100%;
    position: absolute;
    min-height: initial;
}

.subpage .frontDateSelector {
    bottom: 65px;
}

#main #faq .card .card-header .btn-header-link:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
}

.blacklayer {
    background-color: #00000060;
    min-height: 500px;
    position: relative;
}

.blacklayer p {
    color: white;
}

.logo {
    margin-top: 49px;
    width: 300px;
    height: auto;
}

.footericon {
    margin-top: 30px;
    height: 20px;
    width: auto;
}

.container,
.topnav {
    max-width: 1380px;
    margin: 0px auto;
}

main {}

.singlePage a {
    text-decoration: underline;
}

.js-cookie-consent-toogle-box {
    padding: 0 20px 20px 20px;
    font-size: 14px;
}


.js-cookie-consent-main-text-box .title {
    font-size: 12px;
    margin-top: 30px;
}

#acceptAllCookies {
    background-color: #e30522 !important;
}

.navigator {
    margin: 50px 0px 100px 0px;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
    background: #e30522;
    box-shadow: none;

}

button {
    background: #e30522;
    border: 0px;
    min-width: 200px;
    padding: 30px 15px;
    color: white;
    border-radius: 2px;
    text-transform: uppercase;
    font-weight: bold;
    transition: box-shadow 0.2s;
}

button.getAvailableCategories {
    padding: 8px 20px;
    margin-top: 17px;
    min-width: auto;
}

.subpage button {}

button.readMore {
    font-size: 14px;
    padding: 20px 15px;
}

button.next {
    border-radius: 15px;
    font-size: 14px;
    border: 2px solid #e30522;
    padding: 20px 50px;
}

button.previous {
    background: transparent;
    border: 2px solid #d9ddeb;
    color: black;
    border-radius: 15px;
    font-size: 14px;
    padding: 20px 15px;
}

button.previous img {
    margin-left: 0px;
    margin-right: 20px;
}

button:hover {
    box-shadow: 0px 15px 29px 0px rgba(227, 5, 34, 0.29);
}

button:focus {
    opacity: 0.7;
}

button img {
    height: 20px;
    margin-left: 20px;
    margin-bottom: 3px;
}

section {
    padding: 100px 0px;
}

#carSelector {
    padding: 0px;
    max-width: 1180px;
    margin: 0px auto;
}

#carSelector a {
    color: black;
}

.mainpage #carSelector {
    padding: 100px 0px;
    max-width: 1180px;
    margin: 0px auto;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    height: 180px;
}

.swiper-pagination-bullet-active {
    background: #e30522;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: -5px;
}

#autoberlesBlock {
    background: #003261;
    color: white;
}

.frontDateSelector {
    margin: 0px auto;
    max-width: 1180px;
    background: white;
    border-radius: 15px;
    min-height: 120px;
    padding: 30px 30px 22px 30px;
    position: absolute;
    bottom: 100px;
    text-align: center;
    left: 1%;
    right: 1%;
}

#kiszallitjukBlock {
    position: relative;
    min-height: 500px;
    overflow: hidden;
    padding-top: 0px;
}

#kiszallitjukBlock img {
    position: absolute;
    width: 700px;
    right: -150px;
    top: 0px;
}

.topnav {
    margin-top: 9px;
    padding: 30px 0px;
}

.topnav li {
    transition-duration: 0.5s;
    display: block;
    float: left;
    position: relative;
}

.topnav ul li ul {
    background: white;
    visibility: hidden;
    opacity: 0;
    border: 0px;
    min-width: 300px;
    position: absolute;
    transition: all 0.5s ease;
    margin-top: 0px;
    left: 0;
    display: none;
}

.topnav ul li:hover > ul,
.topnav ul li:focus-within > ul,
.topnav ul li ul:hover,
.topnav ul li ul:focus {
    visibility: visible;
    opacity: 1;
    display: block;
}

.topnav ul li ul li {
    clear: both;
    width: 100%;
}

.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 12px;
    text-decoration: none;
    font-size: 15px;
}

.topnav ul li ul li a {
    text-align: left !important;
}

.topnav a:hover {
    color: #e30522;
}

.topnav a.active {
    color: #e30522;
    margin-bottom: 30px;
    border-bottom: 2px solid #e30522;
}

.topnav .icon {
    display: none;
}

#main {}

#main #faq .card {
    margin-bottom: 15px;
    border: 0;
    border-bottom: 1px solid #eceef3;
    padding-bottom: 15px;
}

#main #faq .card .card-header {
    border: 0;
    border-radius: 2px;
    padding: 0;
}

.card-body {
    font-size: 17px;
    color: #989a9f;
}

#main #faq .card .card-header .btn-header-link {
    display: block;
    text-align: left;
    background: white;
    color: black;
    padding: 20px;
    font-weight: 500;
    font-size: 26px;
}

#main #faq .card .card-header .btn-header-link:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
}

#main #faq .card .card-header .btn-header-link.collapsed {
    background: white;
    color: black;
}

#main #faq .card .card-header .btn-header-link.collapsed:after {
    content: "\f106";
}

#main #faq .card .collapsing {
    background: white;
    line-height: 30px;
}

#main #faq .card .collapse {
    border: 0;
}

#main #faq .card .collapse.show {
    line-height: 30px;
    color: #222;
}





#saveCookieSettings {
    margin-top: 20px;
}

.js-cookie-consent-toogle-box-inner .switch {}



time {
    color: #25398d;
    width: 100%;
}

#register_tct-error {
    margin-left: 22px;
}

.carBox {
    min-height: 525px;
    background: white;
    padding: 30px;
    border-radius: 15px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
}

.menuRent {
    cursor: pointer;
    background: #e30522;
    border: 0px;
    min-width: 90px;
    padding: 5px 20px !important;
    color: white !important;
    margin-left: 2px;
    border-radius: 2px;
    transition: box-shadow 0.2s;
    margin-top: -5px;
}

.menuRent:hover {
    box-shadow: 0px 15px 29px 0px rgba(227, 5, 34, 0.29);
}

.topnav ul li {
    list-style: none;
}

.newsBox {
    min-height: 490px;
    background: white;
    padding: 30px;
    border-radius: 15px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
}

.pageBox {
    background: white;
    padding: 30px;
    border-radius: 15px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
    min-height: 100px;
}

.filter {
    margin-top: 40px;
    margin-bottom: 20px;
}

.extraBox {
    border-radius: 15px;
    margin-top: 20px;
    margin-bottom: 30px;
    background: white;
    min-height: 200px;
    padding: 50px;
}

.leftBox,
.rightBox,
.contentBox {
    border-radius: 15px;
    margin-top: 20px;
    margin-bottom: 30px;
    background: white;
    min-height: 200px;
    padding: 50px;
}

select {
    word-wrap: normal;
    border: 1px solid #d9ddeb;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 300;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1em;
}

.transmission {
    background: #e30522;
    display: block;
    padding: 0px 20px;
    border-radius: 15px;
    color: white;
    text-align: center;
    float: right;
}

.infobox {
    font-size: 14px;
    padding-top: 30px;
    font-weight: bold;
}

.infobox > div {
    position: relative;
}

.infobox img:hover:after {
    display: block;
    content: attr(alt);
    position: absolute;
    bottom: 5px;
    background-color: rgba(200, 200, 200, 0.8);
    border-radius: 2px;
    padding: 2px;
    z-index: 999;
}


.error {
    color: red;
    font-size: 12px;
}


.infobox img {
    margin-bottom: 10px;
    margin-top: 10px;
}

ul.modalKoltsegek {
    padding: 0px;
}

ul.modalKoltsegek li {
    list-style: none;
    margin-bottom: 15px;
}

.filterText {
    top: 2px;
    position: absolute;
}

.modal-header {
    border-bottom: 0px;
}

.modal-title {
    display: none;
}

.modal-header .close {

    position: absolute;
    right: 0px;
    display: block;
}

.close {

    color: white;
    text-shadow: none;
}


.modal-body {
    padding: 50px 100px;
}

.Filterblock input[type="radio"] + label::before {
    content: '';
    position: relative;
    display: inline-block;
    margin-right: 15px;
    width: 30px;
    height: 30px;
    background: white;
    border: 2px solid #d9ddeb;
    border-radius: 5px;
    cursor: pointer;
}

.Filterblock input[type="radio"] {
    position: absolute;
}

.Filterblock input {
    width: 100%;
}

#orderNowForm label,
#orderNowForm label,
#orderNowForm select {
    width: 100%;
}

#orderNowForm select {
    height: 38px;
    padding: 0px 20px;
}

#orderNowForm textarea {
    overflow: auto;
    resize: vertical;
    margin-bottom: 30px;
    border: 1px solid #d9ddeb;
    padding: 25px;
    margin-top: 10px;
    width: 100%;
    border-radius: 5px;
}

.Filterblock input[type="radio"] + label {
    display: block;
    position: relative;
    margin-bottom: 25px;
}

.Filterblock input[type="radio"] + label::before {
    content: '';
    position: relative;
    display: inline-block;
    margin-right: 15px;
    width: 30px;
    height: 30px;
    background: white;
    border: 2px solid #d9ddeb;
    border-radius: 5px;
    cursor: pointer;
}

.Filterblock input[type="radio"]:checked + label::before {
    background-image: url('../images/icons/checked.svg');
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: 50%;
}

.Filterblock input[type="radio"]:focus + label::before {}

.Filterblock input[type="radio"] {
    position: absolute;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
}

.Filterblock input[type="checkbox"] {
    position: absolute;
}

.Filterblock input {
    width: 100%;
}

.Filterblock input[type="checkbox"] + label {
    display: block;
    position: relative;
    margin-bottom: 25px;
}

.Filterblock input[type="checkbox"] + label::before {
    content: '';
    position: relative;
    display: inline-block;
    margin-right: 15px;
    width: 30px;
    height: 30px;
    background: white;
    border: 2px solid #d9ddeb;
    border-radius: 5px;
    cursor: pointer;
}

.Filterblock input[type="checkbox"]:checked + label::before {
    background-image: url('../images/icons/checked.svg');
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: 50%;
}

.Filterblock input[type="checkbox"]:focus + label::before {}

.Filterblock input[type="checkbox"] {
    position: absolute;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
}


.gmaps_container {
    position: absolute;
    height: 360px;
    background: white;
    border-radius: 15px;
    width: 700px;
    top: -360px;
    width: 1180px;
    left: -30px;
    padding: 20px 20px 30px 20px;
}

#gmaps_container {
    width: 100%;
    height: 100%;
}

.gmaps_container_under {
    position: absolute;
    height: 300px;
    background: white;
    border-radius: 15px;
    width: 1176px;
    left: -30px;
    padding: 30px 30px 30px 30px;
}

#gmaps_container_under {
    width: 100%;
    height: 100%;
}

.gmaps_container button {
    min-width: inherit;
}

.badges {
    width: 70px;
    height: auto;
}

footer {
    background: #efefef;
    font-size: 14px;
    color: #003261;
    position: relative;
}

footer a {
    color: #003261;
}

.footerlogo {
    height: 15px;
    width: auto;
}

footer ul {
    padding: 0px;
}

footer ul li {
    min-height: 30px;
    list-style: none;
}

.form-check-input {
    margin-left: 0px;
    margin-top: 7px;
}

.form-check {
    padding-left: 0px;
}

.googleMapsAddress {
    font-weight: bold;
    border: 0px;
    border-bottom: 1px solid #d3d7e8;
    width: 90%;
}

.validation_error {
    border-bottom: 2px solid red;
}

#sendMessage .form-control {
    margin-bottom: 30px;
    border: 2px solid #d9ddeb;
    padding: 25px;
    margin-top: 10px;
}

#sendMessage textarea {
    overflow: auto;
    resize: vertical;
    margin-bottom: 30px;
    border: 2px solid #d9ddeb;
    padding: 25px;
    margin-top: 10px;
    width: 100%;
}

#sendMessage button {
    padding: 15px;
    margin-top: 50px;
}

#sendMessage select {
    margin-bottom: 30px;
    border: 2px solid #d9ddeb;
    padding: 15px;
    margin-top: 10px;
    width: 100%;
}

#sendMessage label {
    width: 100%;
    width: 100%;
    text-transform: uppercase;
    color: #bfc5d8;
    font-size: 14px;
    font-weight: bold;
}

#contactForm label {
    width: 100%;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 14px;
    color: #bfc5d8;
}

#contactForm label input {
    height: 49px;
}

#contactForm textarea {
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    width: 100%;
    min-height: 150px;
}

#contactForm select {
    width: 100%;
    margin-bottom: 30px;
    height: 49px;
}

.contactFormSubmit {
    margin-top: 30px;
}

#menuToggle {
    display: block;
    position: relative;
    top: 30px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
    width: 50px;
    float: left;
}

#menuToggle a {
    text-decoration: none;
    color: #232323;
    transition: color 0.3s ease;
}

#menuToggle a:hover {
    color: tomato;
}

#menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0;
    /* hide this */
    z-index: 2;
    /* and place it over the hamburger */
    -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span {
    display: block;
    width: 30px;
    height: 3px;
    margin-bottom: 5px;
    position: relative;
    background: white;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
        background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
        opacity 0.55s ease;
}

.subpage #menuToggle span {
    background: #e30522;
}

#menuToggle span:first-child {
    transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #e30522;
}

#menuToggle input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
}

.mainpage #carSelector {
    padding: 75px 0px;
}

#mobilmenu {
    position: absolute;
    width: 100vw;
    margin: -200px 0 0 -85px;
    padding: 210px 10px 0px 80px !important;
    background: white;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
    height: 150vh;
    padding-left: 100px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px;
}

#mobilmenu li {
    padding: 5px 0;
    font-size: 20px;
    font-weight: bold;
}

#mobilmenu .dropdown-menu li {
    padding: 10px 0;
    font-size: 20px;
    font-weight: 400;
}

#menuToggle input:checked ~ ul {
    transform: none;
}

.mobil {
    display: none;
}


@media screen and (max-width: 1180px) {
    .gmaps_container {
        width: 800px;
    }
}



@media screen and (max-width: 991.98px) {

    .frontDateSelector {
        bottom: 40px;
        width: 90% !important;
    }

    .banklogo {
        max-width: 100%;
        margin-left: 0px;
        margin-bottom: 50px;
    }

    .mainpage #carSelector {
        padding: 0px 0px;
    }

    .headerlayer {
        min-height: 790px !important;
    }

    .gmaps_container {
        height: 300px;
        top: -300px;
        width: 77vw;
        left: -30px;
        padding: 20px 20px 0px 20px;
    }

    .gmaps_container_under {
        position: absolute;
        height: 300px;
        background: white;
        border-radius: 15px;
        width: 83vw;
        left: -30px;
        padding: 30px 30px 30px 30px;
        top: -290px;
    }

    .subpage #contentModal-kereses {
        padding-top: 250px;
    }

    .frontDateSelector p {
        margin-bottom: 0px;
    }

    .subpage .headerlayer {
        height: 250px;
        position: relative;
        min-height: 250px !important;
    }

    header {
        background-position: 30%;
    }

    h1 {
        font-size: 30px;
        position: relative;
    }

    .subpage h1 {
        bottom: 0px;
    }

    h3 {
        font-size: 32px;
        font-weight: bold;
    }

    .modal.show .modal-dialog {
        margin: 0px;
    }

    .modal-body {
        padding: 0px 15px
    }



    .summary h5 {
        margin-bottom: 30px;
        text-align: center;
    }

    .summary h6 {
        text-align: left;
        font-size: 22px;
    }

    .summary h4 {
        text-align: left;
        font-size: 22px;
    }


    .leftBox,
    .rightBox,
    .contentBox {
        padding: 25px;
    }

    .subpage nav {
        padding-top: 10px;
        min-height: 100px;
        position: relative;
        background: none;
    }



    .subpage main {
        padding: 10px;
    }

    .subpage #menuToggle span {
        background: white;
    }

    #contactForm select {
        height: 50px;
        font-size: 20px;
    }

    #contactForm label input {
        height: 50px;
        font-size: 20px;
    }

    #contactForm textarea {
        min-height: 300px;
    }

    #contactForm label {
        font-size: 20px;
    }

    .dropdown-menu {
        position: relative;
        top: inherit;
        left: 0;
        z-index: 1000;
        display: block;
        border: 0px;
        margin-left: 30px;
        background: transparent;
    }

    .logo {
        margin-top: 65px;
        width: 150px;
    }

    .langSelector {
        margin-top: 20px;
        width: 40px;
        height: auto;
    }

    .menuRent {
        padding: 15px 15px !important;
        color: white !important;
        margin-left: 0px;
        margin-top: 30px;
    }

    .mobil {
        display: block;
    }

    .desktop {
        display: none;
    }

    .navbar .logobox {}

    footer {
        font-size: 20px;
    }

    #carSelector {
        padding: 50px 0px 0px;
    }

    .subpage #carSelector {
        padding: 0px 0px 0px;
    }

    .filter {
        margin-top: 0px;
        margin-bottom: 70px;
    }

    #fleet_sort {
        width: 100%;
    }

    .swiper-button-next {
        background-image: url('../images/icons/arrow-right-black.svg');
        right: 50px;
        /* fill: red; */
    }

    .swiper-button-prev {
        background-image: url('../images/icons/arrow-left.svg');
        left: 50px;
        right: auto;
    }

    .swiper-container-android .swiper-slide,
    .swiper-wrapper {
        height: 300px;
    }

    .carIcon {
        height: 70px;
        width: auto;
    }

    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 25px;
    }

    .swiper-pagination-bullet {
        width: 20px;
        height: 20px;
    }

    footer ul li {
        text-align: center;
        min-height: 45px;
        list-style: none;
    }

    .footerlogo {
        height: 25px;
    }

    .footericon {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    button.readMore {
        font-size: 20px;
    }

    #main #faq .card .card-header .btn-header-link {
        font-size: 20px;
    }

    body,
    .lead,
    .card-body,
    .frontDateSelector p,
    .rentalTypeCurrency {
        font-size: 20px;
    }

    .lead {
        font-weight: 400;
    }

    .frontDateSelector h7 {
        font-size: 20px;
    }

    .frontDateSelector {
        padding: 30px;
        position: relative;
        margin-top: 350px;
        padding: 30px 0px 30px 30px;
    }

    .subpage .frontDateSelector {
        bottom: 65px;
        margin-top: 100px;
    }

    .headerlayer {
        padding: 30px;
    }

    .h5,
    h5 {
        font-size: 30px;
    }

    h6 {
        font-size: 28px;
    }

    .availableFilter h6 {
        font-size: 20px;
    }

    .infobox {
        font-size: 20px;
        font-weight: 400;
    }

    #kiszallitjukBlock img {
        position: relative;
        right: inherit;
    }

    button {
        padding: 30px 45px;
        width: 100%;
    }

    .headerlayer button {
        margin-top: 50px;
    }

    p,
    .card-body {
        line-height: 170%;
        font-size: 20px;
    }

    #autoberlesBlock,
    #kiszallitjukBlock,
    #promoBlock {
        padding: 100px 15px;
    }

    #gyikBlock {
        padding: 0px 30px 150px 30px;
    }

    .subpage #gyikBlock {
        padding: initial;
    }

    .newsBox img {
        width: 100%;
        margin-bottom: 50px;
    }

    #gyikBlock h2 {
        margin-bottom: 150px;
    }

    #kiszallitjukBlock img {
        width: 100%;
    }

    #autoberlesBlock {
        background-size: cover !important;
    }

    h2 {
        font-size: 35px;
        text-align: center;
    }

    .carBox {
        padding: 15px;
    }

    main .container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .blacklayer {
        min-height: 500px;
    }

    breadcrumb .row .col-md-4 {
        margin: 15px 0px;
        text-align: left !important;
    }

    .extraBox {
        padding: 15px;
    }

    .phoneIcon {
        max-width: 60px;
        left: 10px;
        bottom: 35px;
        display: block;
        border: none;
        position: fixed;
    }

    .topnav a:not(:first-child) {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }

    .topnav.responsive {
        position: relative;
    }

    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }

    .startDate,
    .endDate {
        background: transparent;
    }

    .col,
    .col-1,
    .col-10,
    .col-11,
    .col-12,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-auto,
    .col-lg,
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-auto,
    .col-md,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-auto,
    .col-sm,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-auto,
    .col-xl,
    .col-xl-1,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-auto {
        position: relative;
        width: inherit;
    }

    .col-sm-12 {
        width: 100%;
    }

    .cookie-consent-btn-box,
    .js-cookie-consent-toogle-box,
    .js-cookie-consent-main-text-box {
        width: 90%;
        /* padding: 30px; */
    }

    .js-cookie-consent-main-text-box .title {
        margin-top: 10px;
    }

    .cookie-consent-settings-title {
        font-size: 13px;
        line-height: 130%;
    }

}
