@keyframes spin {
    0% {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}

@media (min-width: 48em) {
    .legal-content ul {
        -moz-columns: 4;
        column-count: 4;
    }
    .legal-content .o-row {
        display: flex;
        flex-flow: row wrap;
        margin-left: -1rem;
        margin-right: -1rem;
    }
    .legal-content .o-row.o-row--vertical-center {
        align-items: center;
    }
    .legal-content .o-row > * {
        flex: 1;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media (min-width: 35em) {
    .legal-content ul {
        -moz-columns: 2;
        column-count: 2;
    }
}

* {
    font-family: sans-serif;
}
.headerCheckedText{
    width:100%;
}
#languageLabel {
    position: relative;
    bottom: 4px;
}

#formatoreDiv {
    position: relative;
}

.legal-content {
    margin-bottom: 4rem;
}

.legal-content {
    padding: 0 5%;
    max-width: 73em;
}

.legal-content .c-main-title {
    font-size: 2.5rem;
    margin-top: 0;
    line-height: 1.1;
}

.marginCorrectionsLegalContent {
    margin: initial;
}

.legal-content ul {
    line-height: 1.8;
    margin-bottom: 2.5rem;
}

.legal-content ul a {
    color: #0067b3;
    transition: all 0.2s ease-out;
}

.legal-content ol,
.legal-content ul {
    padding: 0;
    list-style-position: inside;
}

.legal-content .u-text-right {
    text-align: right;
}

.legal-content .o-btn,
.legal-content .o-btn:active,
.legal-content .o-btn:focus,
.legal-content .o-btn:hover {
    text-decoration: none;
}

.legal-content .o-btn {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    margin: 0;
    transition: all 0.2s ease-out;
    border: 0;
    padding: 0.55em 1em 0.65em;
    border-radius: 4px;
}

.legal-content .o-btn--primary {
    background-color: #0067b3;
    color: #fff;
}

.dnone {
    display: none;
    visibility: hidden;
}

.dbf {
    box-shadow: 0 -5px 5px -5px #333;
    position: relative;
}

.headerImgDiv img {
    float: left;
}

.pritGal .dimages {
    float: none;
    text-align: center;
    margin: 0 auto;
}

.pritGal {
    position: relative;
}

.dimages {
    display: none;
    float: none;
    margin: 0 auto;
    height: auto;
}

.prtp3 {
    top: 3px;
}

.jc-center {
    justify-content: center;
}

.jc-flex-start {
    justify-content: flex-start;
}

.jc-flex-end {
    justify-content: flex-end;
}

.jc-space-between {
    justify-content: space-between;
}

.ai-center {
    align-items: center;
    float: left;
    width: 100%;
}

.p-1 {
    padding: 5px;
}

.p-2 {
    padding: 10px;
}

.p-3 {
    padding: 15px;
}

.p-4 {
    padding: 20px;
}

.p-5 {
    padding: 25px;
}

.pr-1 {
    padding-right: 5px;
}

.pr-2 {
    padding-right: 10px;
}

.pr-3 {
    padding-right: 15px;
}

.pr-4 {
    padding-right: 20px;
}

.pr-5 {
    padding-right: 25px;
}

.pl-1 {
    padding-left: 5px;
}

.pl-2 {
    padding-left: 10px;
}

.pl-3 {
    padding-left: 15px;
}

.pl-4 {
    padding-left: 20px;
}

.pl-5 {
    padding-left: 25px;
}

.pt-1 {
    padding-top: 5px;
}

.pt-2 {
    padding-top: 10px;
}

.pt-3 {
    padding-top: 15px;
}

.pt-4 {
    padding-top: 20px;
}

.pt-5 {
    padding-top: 25px;
}

.pb-1 {
    padding-bottom: 5px;
}

.pb-2 {
    padding-bottom: 10px;
}

.pb-3 {
    padding-bottom: 15px;
}

.pb-4 {
    padding-bottom: 20px;
}

.pb-5 {
    padding-bottom: 25px;
}

.py-3 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.m-1 {
    margin: 5px;
}

.m-2 {
    margin: 10px;
}

.m-3 {
    margin: 15px;
}

.m-4 {
    margin: 20px;
}

.m-5 {
    margin: 25px;
}

.mr-1 {
    margin-right: 5px;
}

.mr-2 {
    margin-right: 10px;
}

.mr-3 {
    margin-right: 15px;
}

.mr-4 {
    margin-right: 20px;
}

.mr-5 {
    margin-right: 25px;
}

.ml-1 {
    margin-left: 5px;
}

.ml-2 {
    margin-left: 10px;
}

.ml-3 {
    margin-left: 15px;
}

.ml-4 {
    margin-left: 20px;
}

.ml-5 {
    margin-left: 25px;
}

.mt-1 {
    margin-top: 5px;
}

.mt-2 {
    margin-top: 10px;
}

.mt-3 {
    margin-top: 15px;
}

.mt-4 {
    margin-top: 20px;
}

.mt-5 {
    margin-top: 25px;
}

.mb-1 {
    margin-bottom: 5px;
}

.mb-2 {
    margin-bottom: 10px;
}

.mb-3 {
    margin-bottom: 15px;
}

.mb-4 {
    margin-bottom: 20px;
}

.mb-5 {
    margin-bottom: 25px;
}

.d-flex {
    display: flex;
}

.flex-1 {
    flex: 1;
}

.flex-2 {
    flex: 2;
}

.flex-3 {
    flex: 3;
}

.flex-4 {
    flex: 4;
}

.flex-5 {
    flex: 5;
}

.flex-6 {
    flex: 6;
}

.flex-row {
    flex-direction: row;
}

.flex-col {
    flex-direction: column;
}

.border {
    border: 1px solid #000;
}

.border-none {
    border: 0;
}

.mx-auto {
    margin-right: auto;
    margin-left: auto;
}

.mb-0 {
    margin-bottom: 0;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.d-inline-block {
    display: inline-block;
}

.w-100 {
    width: 100%;
}

.w-75 {
    width: 75%;
}

.w-50 {
    width: 50%;
}

.w-25 {
    width: 25%;
}

body {
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.06;
    letter-spacing: normal;
    color: #313131;
    margin: 0;
}

.bg-image-streets {
    height: 400px;
}

.darkblue-border {
    border: solid 1px #174678;
}

.flex-0-8 {
    flex: 0.5;
}

.tablinks-one {
    border-top: solid 1px #dadce0;
    border-right: solid 1px #dadce0;
}

.tablinks-two {
    border-bottom: solid 1px #dadce0;
}

.space-normal {
    white-space: normal;
}

.w-auto {
    width: auto;
}

.card-hanna-m {
    height: 320px;
    width: 265px;
}

.sticky-mobile-btn {
    box-shadow: 0 -2px 6px 0 rgba(0, 0, 0, 0.15),
        0 -3px 6px 0 rgba(0, 0, 0, 0.15);
    z-index: 1000;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.h-400 {
    height: 400px;
}

.c-esp {
    color: #8c8c8c;
}

.align-top {
    vertical-align: top;
}

.p-device {
    padding: 20px;
}

.mt-m-3 {
    margin-top: -15px;
}

.mt-7 {
    margin-top: 35px;
}

.sterne-style {
    height: 25px;
    border-top-right-radius: 12.5px;
    border-bottom-right-radius: 12.5px;
}

.align-vertical-center {
    height: 18px;
    vertical-align: middle;
}

.vertical-middle {
    vertical-align: middle;
}

.card-style {
    width: 68%;
    height: 272px;
}

.w-260 {
    width: 260px;
}

.clearfix {
    clear: both;
}

.input-field::placeholder {
    color: #8d8d8d;
}

.d-none {
    display: none;
}

.search-result:hover {
    background: #f4f6fa;
    box-shadow: inset 0 0 6px -3px #1467be;
}

.pr-6 {
    padding-right: 30px;
}

.p-3-5 {
    padding: 17px;
}

.lh-1-25 {
    line-height: 1.25;
}

.lh-change-title {
    line-height: 34px;
}

.lh-subtitle-change {
    line-height: 19px;
}

.title-shadow {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

.fs-18 {
    font-size: 18px;
}

.hv2-cnt {
    padding-top: 35px;
    padding-bottom: 35px;
}

.z-500 {
    z-index: 500;
}

.flex-1-3 {
    flex: 1.3;
}

.flex-1-5 {
    flex: 1.5;
}

.flex-1-6 {
    flex: 1.6;
}

.loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
}

.box-shadow-grey-calendar {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16), 0 3px 6px 0 rgba(0, 0, 0, 0.23);
}

.box-shadow-submit-btn {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.2),
        0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}

.submit-text-padding {
    padding: 18px 0;
}

.desc-breakpoint-header {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    height: 1px;
    top: 0;
    right: 0;
    left: 0;
}

.lh-19 {
    line-height: 19px;
}

.radius-17 {
    border-radius: 23px;
}

.c-blue {
    color: #2479d3;
}

.c-disabled {
    color: #b4b4b4;
}

.c-selected-day {
    background-color: #f4f6fa;
}

.c-white {
    color: #fff;
}

.c-grey {
    color: #8c8c8c;
}

.c-dark-blue {
    color: #004d85;
}

.bg-blue {
    background-color: #2f71b6;
}

.bg-lgrey {
    background-color: #f4f6fa;
}

.bg-lgrey-cal {
    background-color: #f8f8f8;
}

.bg-white {
    background-color: #fff;
}

.bg-disabled {
    background-color: #b4b4b4;
}

.box-shadow-grey {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}

.btlr {
    border-top-left-radius: 50% !important;
}

.btrr {
    border-top-right-radius: 50% !important;
}

.bblr {
    border-bottom-left-radius: 50% !important;
}

.bbrr {
    border-bottom-right-radius: 50% !important;
}

.p-day-cnt {
    padding: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.p-day {
    display: flex;
    transition: 0.3s;
    border-radius: 4px;
    will-change: auto;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.lh-title {
    line-height: 1.06;
}

.date-card-style {
    font-size: 9px;
    line-height: 2.05;
}

.c-input-grey {
    color: #8d8d8d;
}

.br-4 {
    border-radius: 20px;
}

.border-grey {
    border: solid 1px #dadce0;
}

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

.border-radius-none {
    border-radius: 0;
}

.fs-evaluation {
    font-size: 66px;
}

.fs-20 {
    font-size: 20px;
}

.fs-13 {
    font-size: 13px;
}

.fs-66 {
    font-size: 66px;
}

.lh-30 {
    line-height: 30px;
}

.lh-15 {
    line-height: 1.31;
}

.lh-23 {
    line-height: 23px;
}

.lh-25 {
    line-height: 25px;
}

.lgrey-cont {
    height: 100px;
}

.bis-style {
    border: 1px solid #e26337;
}

.bg-orange {
    background-color: #e26337;
}
.comply-MenuLauncher {
    background-color: #e26337 !important;
}
.cnt-orange {
    margin-bottom: -25px;
}

.dotted-bottom {
    border-bottom: 2px dotted #dadce0;
}

.h-h1-text {
    line-height: 1.21;
}

.c-pointer {
    cursor: pointer;
}

.s-5 {
    background-color: #79c9a1;
}

.s-4 {
    background-color: #aed888;
}

.s-3 {
    background-color: #ffd94c;
}

.carGalCont img {
    width: 100%;
    margin: 0 auto;
    float: inherit;
}

.s-2 {
    background-color: #ffb248;
}

.s-1 {
    background-color: #ff8c5d;
}

.bg-yellow {
    background-color: #ffd94c;
}

.footer-border {
    border-radius: 17.5px;
    border: solid 2px rgba(255, 255, 255, 0.14);
}

.float-right {
    float: right;
}

.picture-position {
    bottom: 25px;
    left: 25px;
}

.c-black {
    color: #000;
}

.cropped {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

.breakpoint-hr {
    height: 1px;
    background-color: #e4e4e4;
    border: 0;
}

.w-45 {
    width: 45%;
}

.w-60 {
    width: 60%;
}

.lh-21 {
    line-height: 21px;
}

.swiper-pagination-bullet {
    width: 11px !important;
    height: 11px !important;
}

.z-100 {
    z-index: 100;
}

.h-114 {
    height: 114px;
}

.w-99 {
    width: 99px;
}

.fs-34 {
    font-size: 34px;
}

.fs-10 {
    font-size: 10px;
}

.border-r-tb {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.text-decoration-none {
    text-decoration: none;
}

.bg-recension {
    background-color: #f0f3f7;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.border-dotted-grey {
    border: 1px dotted #dadce0;
}

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

.sterne-fs {
    padding-top: 3px;
}

.location-input-end,
.location-input-start {
    position: relative;
    z-index: 40;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}

.input-field {
    width: 80%;
    padding-left: 12px;
}

input:focus {
    outline: 0;
}

.estimate-review-cnt {
    white-space: normal;
}

.d-block {
    display: block;
}

.fs-16 {
    font-size: 16px;
}

.forecast-info {
    left: 0;
    right: 0;
    bottom: 15px;
}

.accordion svg {
    height: 9px;
    top: 2px;
    position: relative;
}

.forecast-month-cnt {
    background-color: #f4f6fa;
}

.forecast-month-cnt-active {
    background-color: #fff;
}

.swiper-container-dest,
.swiper-container-manual {
    width: 100%;
    height: 390px;
}

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

.flex-10 {
    flex: 10;
}

.flex-16 {
    flex: 16;
}

.fw-normal {
    font-weight: 400;
}

@media (max-width: 330px) {
    .w-change {
        width: 50%;
    }
    .fs-sterne {
        font-size: 13px;
    }
    .bilinger-cnt {
        margin-right: 0;
    }
    .m-hide-card {
        height: 270px;
    }
    .mobile-footer-links-size {
        font-size: 11px;
    }
    .d-1024-show,
    .t-1024-show {
        display: none;
    }
    .temperature-fs {
        font-size: 13px;
    }
    .flex-1024-resp {
        display: flex;
        flex-direction: row;
    }
    .top-header {
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
            0 1px 2px 0 rgba(0, 0, 0, 0.2);
    }
    .screen-container {
        width: 100%;
    }
    .dest-slide {
        height: 250px !important;
    }
    .swiper-container-dest {
        height: 290px;
    }
    .swiper-container-weather {
        width: 100%;
        height: 370px;
    }
    .umbrella-style {
        padding-left: 0;
    }
}

@media (max-width: 575px) {
    .lh-change-title,
    .lh-subtitle-change {
        line-height: 23px;
    }
    .w-change {
        width: 60%;
    }
    .fs-sterne {
        font-size: 13px;
    }
    .bilinger-cnt {
        margin-right: 0;
    }
    .m-hide-card {
        height: 270px;
    }
    .mobile-footer-links-size {
        font-size: 13px;
    }
    .mob-calendar-fs {
        font-size: 16px;
    }
    .d-1024-show,
    .t-1024-show {
        display: none;
    }
    .mt-space-tablet {
        margin-top: 10px;
        margin-left: 0;
    }
    .mb-space {
        margin-bottom: 20px;
    }
    .mob-position {
        display: block;
    }
    .container {
        width: 95%;
    }
    .hl-img-2 {
        display: none;
    }
    .m-show {
        display: block;
    }
    .d-show,
    .t-show {
        display: none;
    }
    .top-header {
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
            0 1px 2px 0 rgba(0, 0, 0, 0.2);
    }
    .h-h1-text {
        color: #004d85;
    }
    .cars-horizontal-scroll,
    .horizontal-scroll {
        overflow: auto;
        white-space: nowrap;
        padding-left: 2.5%;
        padding-bottom: 12px;
        margin-top: 16px;
    }
    .cars-horizontal-scroll {
        margin-top: 0;
    }
    .h2-icon {
        margin-top: 0;
    }
    .card-device-width {
        width: 100%;
    }
    .month-g {
        height: 250px;
        font-size: 8px;
    }
    .flex-m-resp,
    .flex-resp {
        display: flex;
        flex-direction: column;
    }
    .flex-m-resp-reverse {
        display: flex;
        flex-direction: column;
    }
    .d-hide {
        display: block;
    }
    .filtern-cnt {
        overflow: auto;
        padding-left: 2.5%;
        padding-bottom: 12px;
        width: 100%;
    }
    .forecast-month-cnt {
        padding: 0 1px;
    }
    .forecast-month {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        border: 1px solid #fff;
        border-bottom: 2px solid #fff;
    }
    .umbrella,
    .umbrella-number {
        justify-content: center;
    }
    .umbrella-style {
        padding-left: 0;
    }
    .umbrella-number,
    h3 {
        font-size: 13px;
    }
    .umbrella {
        margin-bottom: 10px;
    }
    .estimate-reviews {
        margin-top: 20px;
        flex-direction: row;
        overflow: auto;
        white-space: nowrap;
        padding-bottom: 12px;
    }
    .estimate-review-cnt {
        width: 265px;
        font-size: 13px;
    }
    .estimate-reviews-cnt {
        margin-left: 0;
    }
    .estimate-reviews .estimate-review:first-child,
    .estimate-reviews .estimate-review:nth-child(2) {
        margin-right: 10px;
    }
    .estimate-user-data,
    .estimate-user-stars {
        display: block;
    }
    .estimate-user-stars {
        margin-top: 5px;
    }
    .estimate-review:nth-child(1),
    .estimate-review:nth-child(2),
    .estimate-review:nth-child(3) {
        margin-bottom: 0;
    }
    h1,
    h2 {
        font-size: 18px;
    }
    .subtitle {
        font-size: 13px;
    }
    .slider-mask {
        display: block;
    }
    .slider-mask-mf {
        margin-left: 15px;
    }
    .slider-mask-ml {
        margin-right: 15px;
    }
    .m-hide {
        display: none;
    }
    .sf-subt {
        margin-top: 0;
    }
    .manual-slide {
        height: 300px;
    }
    .dest-slide {
        height: 310px;
    }
    .car-svg-icon {
        width: 135px;
        height: 90px;
        padding-left: 10px;
    }
    .sterne-fs {
        font-size: 13px;
    }
    .evaluation-title {
        margin: 0;
    }
    .l-title {
        font-size: 16px;
    }
    .forecast-cnt {
        width: 95%;
        margin: 0 auto;
    }
}

@media (min-width: 576px) {
    .mobileDate {
        font-size: 10px;
    }
    .bilinger-cnt {
        margin-right: 0;
    }
    .estimate-reviews {
        flex-direction: row;
        overflow: auto;
        white-space: nowrap;
        margin-top: 5px;
    }
    .dest-slide {
        width: 100%;
    }
    .sm-l-hide {
        display: none;
    }
    .forecast-month-cnt {
        margin-right: 0;
        padding: 0 1px;
    }
    .m-hide-card {
        height: 270px;
    }
    .mobile-footer-links-size {
        font-size: 13px;
    }
    .mob-calendar-fs {
        font-size: 16px;
    }
    .d-1024-show,
    .t-1024-show {
        display: none;
    }
    .flex-1024-resp {
        display: flex;
        flex-direction: row;
    }
    .top-header {
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
            0 1px 2px 0 rgba(0, 0, 0, 0.2);
    }
    .mt-space-tablet {
        margin-top: 10px;
        margin-left: 0;
    }
    .mob-position {
        display: block;
    }
    .mb-space {
        margin-bottom: 20px;
    }
    .hl-img-2 {
        display: none;
    }
    .container {
        width: 95%;
    }
    .m-show {
        display: block;
    }
    .d-show,
    .t-show {
        display: none;
    }
    .h-h1-text {
        color: #004d85;
    }
    .cars-horizontal-scroll,
    .horizontal-scroll {
        overflow: auto;
        white-space: nowrap;
        padding-left: 2.5%;
        padding-bottom: 12px;
        margin-top: 18px;
    }
    .h2-icon {
        margin-top: 0;
    }
    .card-device-width {
        width: 100%;
    }
    .month-g {
        height: 250px;
        font-size: 8px;
    }
    .flex-m-resp,
    .flex-resp {
        display: flex;
        flex-direction: column;
    }
    .d-hide {
        display: block;
    }
    .forecast-month {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        margin: 1px;
        margin-bottom: 2px;
    }
    .umbrella,
    .umbrella-number {
        justify-content: center;
    }
    .umbrella {
        margin-bottom: 5px;
    }
    .umbrella-style {
        padding-left: 0;
    }
    .umbrella-number,
    h3 {
        font-size: 13px;
    }
    .estimate-review-cnt {
        width: 265px;
        font-size: 13px;
    }
    .estimate-reviews-cnt {
        margin-left: 0;
    }
    .estimate-user-data,
    .estimate-user-stars {
        display: block;
    }
    .estimate-user-stars {
        margin-top: 10px;
    }
    .estimate-review:nth-child(1),
    .estimate-review:nth-child(2),
    .estimate-review:nth-child(3) {
        margin-bottom: 10px;
        margin-right: 5px;
    }
    h1,
    h2 {
        font-size: 18px;
    }
    .subtitle {
        font-size: 13px;
    }
    .slider-mask {
        display: block;
    }
    .slider-mask-mf {
        margin-left: 15px;
    }
    .slider-mask-ml {
        margin-right: 15px;
    }
    .m-hide {
        display: none;
    }
    .sf-subt {
        margin-top: 0;
    }
    .dest-slide,
    .manual-slide {
        height: 300px;
    }
    .car-svg-icon {
        width: 135px;
        height: 90px;
        padding-left: 10px;
    }
    .sterne-fs {
        font-size: 13px;
    }
    .evaluation-title {
        margin: 0;
    }
    .forecast-cnt {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .forecastDate {
        font-size: 13px;
    }
    .p-1-links {
        padding: 10px 5px 0 5px;
    }
    .lh-change-title {
        line-height: 32px;
    }
    .lh-subtitle-change {
        line-height: 23px;
    }
    .w-change {
        width: 40%;
    }
    .p-device {
        padding: 16px;
    }
    .fs-sterne {
        font-size: 13px;
    }
    .bilinger-cnt {
        margin-right: 20px;
    }
    .cnt-orange {
        margin-bottom: -18px;
    }
    .d-1024-show {
        display: none;
    }
    .t-1024-show {
        display: block;
    }
    .flex-1024-resp {
        display: flex;
        flex-direction: column;
    }
    .sm-l-hide {
        display: flex;
    }
    .card-number-4 {
        display: none;
    }
    .mb-space {
        margin-bottom: 0;
    }
    .mt-space-tablet {
        margin-top: 30px;
        margin-left: 0;
    }
    .mob-position {
        display: inline-block;
    }
    .cropped {
        width: 100%;
        height: 200px !important;
        object-fit: cover;
    }
    .container {
        width: 95%;
    }
    .hl-img-2,
    .m-show {
        display: none;
    }
    .t-show {
        display: block;
    }
    .d-show {
        display: none;
    }
    .h-h1-text {
        color: #004d85;
    }
    .blue-h-img {
        width: 80%;
        height: 80%;
    }
    .cars-horizontal-scroll,
    .horizontal-scroll {
        overflow: auto;
        white-space: nowrap;
        padding-left: 2.5%;
        padding-bottom: 12px;
    }
    .month-g {
        height: 300px;
        font-size: 8px;
    }
    .flex-resp {
        display: flex;
        flex-direction: column;
    }
    .flex-m-resp {
        display: flex;
        flex-direction: row;
    }
    .flex-m-resp-reverse {
        display: flex;
        flex-direction: column;
    }
    .d-hide {
        display: block;
    }
    .desc-dest-item {
        width: 250px;
    }
    .filtern-cnt {
        overflow: auto;
        white-space: normal;
        padding-left: 0;
        padding-bottom: 0;
    }
    .forecast-month-cnt {
        padding: 0 5px;
    }
    .forecast-month {
        border-top-left-radius: 25px;
        border-top-right-radius: 25px;
    }
    .umbrella {
        justify-content: flex-end;
        margin-right: 4px;
        margin-bottom: 0;
    }
    .umbrella-number {
        justify-content: flex-start;
        font-size: 13px;
    }
    .umbrella-style {
        padding-left: 10px;
    }
    .estimate-reviews {
        flex-direction: column;
        margin-top: 0;
    }
    .estimate-review-cnt {
        width: auto;
        font-size: 13px;
    }
    .estimate-reviews-cnt {
        margin-left: 10px;
    }
    .estimate-review:nth-child(1),
    .estimate-review:nth-child(2) {
        margin-bottom: 10px;
    }
    .estimate-review:nth-child(3) {
        margin-bottom: 0;
    }
    .estimate-user-data,
    .estimate-user-stars {
        display: inline-block;
    }
    .estimate-user-stars {
        margin-top: 0;
    }
    h1,
    h2 {
        font-size: 28px;
    }
    .subtitle,
    h3 {
        font-size: 16px;
    }
    .slider-mask {
        display: block;
    }
    .slider-mask-mf {
        margin-left: 15px;
    }
    .slider-mask-ml {
        margin-right: 15px;
    }
    .m-hide {
        display: block;
    }
    .sf-subt {
        margin-top: 5px;
    }
    .manual-img {
        width: auto;
    }
    .manual-text {
        width: 85%;
        font-size: 13px;
    }
    .recension-left {
        flex: 3;
    }
    .recension-right {
        height: auto;
    }
    .recension-right-ri {
        margin-top: 0;
    }
    .car-svg-icon {
        width: 135px;
        height: 90px;
        padding-left: 30px;
    }
    .car-svg-tablet-size {
        width: 280px;
    }
    .sterne-fs {
        font-size: 13px;
    }
    .evaluation-title {
        margin: 0;
    }
    .forecast-cnt {
        width: 100%;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .w-change {
        width: 40%;
    }
    .p-device {
        padding: 15px;
    }
    .fs-sterne {
        font-size: 13px;
    }
    .card-style {
        width: 72%;
    }
    .cnt-orange {
        margin-bottom: -18px;
    }
    .d-1024-show {
        display: none;
    }
    .t-1024-show {
        display: block;
    }
    .temperature-fs {
        font-size: 13px;
    }
    .card-slider-cnt {
        padding-right: 3%;
        padding-left: 3%;
    }
    .float-right {
        float: none;
    }
    .card-number-4 {
        display: none;
    }
    .mt-space-tablet {
        margin-top: 0;
        margin-left: 20px;
    }
    .mob-position {
        display: inline-block;
    }
    .container {
        width: 95%;
    }
    .hl-img-2,
    .m-show,
    .t-show {
        display: none;
    }
    .d-show {
        display: block;
    }
    .d-blue-header {
        margin-top: 0;
        background-repeat: no-repeat;
    }
    .blue-over-img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .h-h1-text {
        color: #004d85;
    }
    .blue-h-img {
        width: 100%;
        height: 100%;
    }
    .horizontal-scroll {
        overflow: unset;
        white-space: normal;
        margin: 0 3%;
        padding-left: 0;
    }
    .sm-l-hide {
        display: none;
    }
    .month-g {
        height: 300px;
        font-size: 16px;
    }
    .flex-resp {
        display: flex;
        flex-direction: row;
    }
    .flex-1024-resp {
        display: flex;
        flex-direction: column;
    }
    .flex-m-resp {
        display: flex;
        flex-direction: row;
    }
    .flex-m-resp-reverse {
        display: flex;
        flex-direction: column;
    }
    .d-hide {
        display: none;
    }
    .desc-dest-item {
        width: auto;
    }
    .forecast-month {
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
    }
    .forecast-month-cnt {
        padding: 0 8px;
    }
    .umbrella-number {
        font-size: 16px;
    }
    .estimate-reviews {
        flex-direction: column;
    }
    .estimate-review-cnt {
        width: auto;
        font-size: 16px;
    }
    .estimate-user-data,
    .estimate-user-stars {
        display: inline-block;
    }
    .subtitle,
    h3 {
        font-size: 18px;
    }
    .slider-mask {
        display: none;
    }
    .slider-mask-mf,
    .slider-mask-ml {
        margin-left: 0;
    }
    .m-hide {
        display: block;
    }
    .sf-subt {
        margin-top: 5px;
    }
    .manual-text {
        width: 75%;
        font-size: 13px;
    }
    .recension-left {
        flex: 2;
    }
    .recension-right {
        height: 70%;
    }
    .recension-right-ri {
        margin-top: -15px;
    }
    .car-svg-icon {
        width: 135px;
        height: 90px;
        padding-left: 10px;
    }
    .car-svg-tablet-size {
        width: auto;
    }
    .sterne-fs {
        font-size: 16px;
    }
    .evaluation-title {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .forecast-cnt {
        width: 100%;
        margin: 25px auto 0;
        padding: 0;
        background-color: #f4f6fa;
    }
}

@media (min-width: 768px) {
    .forecast-info {
        bottom: 8px;
        padding: 7px;
    }
    .forecast-info .fs-13 > div {
        float: left;
        width: 100%;
    }
    .forecast-info .fs-16 {
        width: 100%;
        text-align: center;
        float: left;
        padding-top: 2px;
    }
}

@media (min-width: 1024px) {
    .forecast-info {
        padding: 4px;
    }
    .forecast-info .fs-16 {
        width: auto;
        float: initial;
        font-size: 11px;
    }
    .forecast-info .fs-13 > div {
        font-size: 10px;
    }
    .p-1-links {
        padding: 0 5px 0 5px;
    }
    .manual-text {
        font-size: 17px;
    }
    .horizontal-scroll {
        margin: 0;
        padding: 7px 7.7% 7px 7.7%;
    }
    .cars-horizontal-scroll,
    .horizontal-scroll {
        overflow: hidden;
    }
    .cnt-orange {
        margin-bottom: -25px;
    }
    .blue-over-img {
        background-size: cover;
        background-color: rgba(36, 121, 211, 0.7);
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .d-1024-show {
        display: block;
    }
    .t-1024-show {
        display: none;
    }
    .temperature-fs {
        font-size: 16px;
    }
    .flex-1024-resp {
        display: flex;
        flex-direction: row;
    }
    .sm-l-hide {
        display: flex;
    }
    .forecast-cnt {
        width: 100%;
        background-color: #f4f6fa;
    }
    .desc-dest-item {
        width: auto;
    }
    .d-hide {
        display: none;
    }
    .card-number-4 {
        display: block;
    }
    .card-slider-cnt {
        padding-right: 3%;
        padding-left: 3%;
    }
    .forecast-month-cnt {
        padding: 0 4px;
    }
    .forecast-month {
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
    }
    .estimate-reviews {
        flex-direction: column;
    }
    .estimate-user-data,
    .estimate-user-stars {
        display: inline-block;
    }
    .recension-right-ri {
        margin-top: 0;
    }
    .car-svg-icon {
        width: 135px;
        height: 65px;
        padding-left: 10px;
    }
    .car-svg-tablet-size {
        width: auto;
    }
    .sterne-fs {
        font-size: 16px;
    }
    .evaluation-title {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media (min-width: 1200px) {
    .forecast-info .fs-16 {
        font-size: 13px;
    }
    .forecast-info .fs-13 > div {
        font-size: 11px;
    }
    .forecast-info {
        padding: 7px;
    }
    .w-change {
        width: 65%;
    }
    .p-device {
        padding: 20px;
    }
    .fs-sterne {
        font-size: 16px;
    }
    .flex-1024-resp {
        display: flex;
        flex-direction: row;
    }
    .mt-space-tablet {
        margin-top: 0;
        margin-left: 20px;
    }
    .mob-position {
        display: inline-block;
    }
    .m-show,
    .t-show {
        display: none;
    }
    .d-show {
        display: block;
    }
    .d-blue-header {
        background-repeat: round;
    }
    .blue-h-img {
        width: 100%;
        height: 100%;
    }
    .cars-horizontal-scroll,
    .horizontal-scroll {
        overflow: visible;
        margin: 0 7.5%;
        padding-left: 0;
    }
    .cars-horizontal-scroll {
        margin: 0 2.5%;
    }
    .month-g {
        height: 300px;
        font-size: 16px;
    }
    .flex-m-resp,
    .flex-resp {
        display: flex;
        flex-direction: row;
    }
    .flex-m-resp-reverse {
        display: flex;
        flex-direction: column;
    }
    .forecast-month-cnt {
        padding: 0 8px;
    }
    .forecast-month {
        border-top-left-radius: 40px;
        border-top-right-radius: 40px;
    }
    .l-title {
        font-size: 16px;
    }
    .estimate-reviews {
        flex-direction: column;
    }
    h1,
    h2 {
        font-size: 32px;
    }
    .subtitle,
    h3 {
        font-size: 18px;
    }
    .slider-mask {
        display: none;
    }
    .slider-mask-mf,
    .slider-mask-ml {
        margin-left: 0;
    }
    .m-hide {
        display: block;
    }
    .sf-subt {
        margin-top: 5px;
    }
    .manual-text {
        width: 55%;
        font-size: 16px;
    }
    .recension-left {
        flex: 2;
    }
    .recension-right {
        height: 70%;
    }
    .recension-right-ri {
        margin-top: -15px;
    }
    .car-svg-icon {
        width: 135px;
        height: 110px;
        padding-left: 10px;
    }
    .car-svg-tablet-size {
        width: auto;
    }
    .sterne-fs {
        font-size: 16px;
    }
    .evaluation-title {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media (min-width: 1280px) {
    .headerInnerDiv .tuvHolder {
        display: none;
    }
    .forecast-info .fs-16 {
        font-size: 12px;
    }
    .forecast-info .fs-13 > div {
        font-size: 9px;
    }
}

@media (min-width: 1300px) {
    .forecast-info .fs-16 {
        font-size: 12px;
    }
    .forecast-info .fs-13 > div {
        font-size: 10px;
    }
}

@media (min-width: 1340px) {
    .forecast-info .fs-16 {
        font-size: 13px;
    }
    .forecast-info .fs-13 > div {
        font-size: 10px;
    }
}

@media (min-width: 1400px) {
    .forecast-info .fs-16 {
        width: auto;
        float: initial;
        font-size: 15px;
    }
    .forecast-info .fs-13 > div {
        font-size: 10px;
    }
}

@media (min-width: 1440px) {
    .forecast-info .fs-16 {
        width: auto;
        float: initial;
        font-size: 16px;
    }
    .forecast-info .fs-13 > div {
        font-size: 12px;
    }
    .w-change {
        width: 70%;
    }
    .p-device {
        padding: 20px;
    }
    .fs-sterne {
        font-size: 16px;
    }
    .flex-1024-resp {
        display: flex;
        flex-direction: row;
    }
    .forecast-month {
        border-top-left-radius: 60px;
        border-top-right-radius: 60px;
    }
    .estimate-reviews {
        flex-direction: column;
    }
    .car-svg-icon {
        width: 180px;
        height: 75px;
        padding-left: 20px;
    }
    .sterne-fs {
        font-size: 16px;
    }
    .evaluation-title {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .forecast-cnt {
        width: 100%;
    }
}

#backgroundDivGray {
    box-shadow: inset -4px -17px 10px -23px;
}

#backgroundDivGray img {
    z-index: -1;
    position: relative;
}

.c-inherit {
    color: inherit;
}

.calendar-modal {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    display: flex;
    border: 0;
}

.flex-20 {
    flex: 20;
}

.test {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.24);
}

.mob-modal-footer {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.12), 0 4px 4px rgba(0, 0, 0, 0.24);
    bottom: 0;
    left: 0;
    right: 0;
}

.mob-modal-done,
.mob-modal-dp {
    border-radius: 5px;
}

.mob-modal-dp {
    border: 1px solid rgba(0, 0, 0, 0.16);
}

.mob-modal-last-month {
    margin-bottom: 90px;
}

.card-slider {
    float: right;
    width: 100%;
}

.card-slider .inner {
    overflow: hidden;
    flex-wrap: wrap;
    flex: 1 1 100%;
    padding-bottom: 7px;
}

.card-slider ul {
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    transition: left 0.8s ease;
    left: 0;
}

.card-slider ul li {
    list-style: none;
    flex: 1 0 250px;
    vertical-align: top;
    white-space: normal;
    margin-top: 8px;
}

.card-slider,
.card-slider .slider-nav {
    overflow: hidden;
}

.card-slider .slider-nav .disabled {
    opacity: 0.4;
}

.dropdown-select-option:hover {
    background-color: #dadce0;
}

.slider-dot {
    width: 12px;
    height: 12px;
}

*,
.card-slider ul li {
    box-sizing: border-box;
}

.p-0 {
    padding: 0;
}

.accordion {
    transition: 0.4s;
}

.accordion:hover {
    background-color: #fff;
}

.panel {
    display: none;
    overflow: hidden;
}

.panel-p {
    padding: 0 18px;
}

a {
    -webkit-tap-highlight-color: transparent;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-animation-name: fadeIn;
    -webkit-animation-duration: 0.8s;
    animation-name: fadeIn;
    animation-duration: 0.8s;
}

.h-100 {
    height: 100%;
}

.modal-content {
    background-color: #fefefe;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.8s;
    animation-name: slideIn;
    animation-duration: 0.8s;
}

.bg-hifle {
    background-color: #f4f6fa;
}

.c-darkgrey {
    color: #313131;
}

.border-hifle-cont {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16), 0 3px 6px 0 rgba(0, 0, 0, 0.23);
}

.border-hifle {
    border: solid 1px #dadce0;
}

.border-bottom-hifle {
    border-bottom: 2px solid #dadce0;
}

.border-bottom-grey {
    border-bottom: 1px solid #dadce0;
}

.border-top-grey {
    border-top: 1px solid #dadce0;
}

.overflow-hidden {
    overflow: hidden;
}

.fs-11 {
    font-size: 11px;
}

.text-left {
    text-align: left;
}

.outline-none {
    outline: 0;
}

.border-none-without-bottom {
    border-top: 0;
    border-left: none;
    border-right: 0;
    margin: 0;
    padding-top: 12px;
    padding-bottom: 12px;
}

.content {
    display: none;
    overflow: hidden;
}

.w-hifle {
    width: 320px;
}

.h-empty-div {
    height: 16px;
}

.fs-15 {
    font-size: 15px;
}

.c-footer-grey {
    color: #8c8c8c;
}

.br-25 {
    border-radius: 25px;
}

.c-footer-blue {
    color: #174678;
}

.line-footer {
    opacity: 0.23;
    border: solid 1px #f0f3f7;
}

.circle-footer {
    border-radius: 17.5px;
}

.circle-end {
    border: solid 2px rgba(255, 255, 255, 0.14);
}

.lh-17 {
    line-height: 17px;
}

.pb-footer {
    padding-bottom: 90px;
}

.line-footer-mob {
    opacity: 0.22;
    border: solid 1px #fff;
}

.zoom {
    transition: transform 1.5s;
    transition-delay: 0.1s;
    margin: 0;
}

.zoom:hover {
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.zoom-cnt,
.zoom-cnt-big {
    width: 100%;
    overflow: hidden;
    text-shadow: 1px 1px 1px #004d85;
}

body {
    float: left;
    width: 100%;
    overflow: hidden;
}

picture {
    width: 100%;
}

#screenContainer {
    z-index: 0;
    position: relative;
}

#movileButtonCont {
    position: relative;
    z-index: 10;
    bottom: 0;
    box-shadow: 0 -5px 5px -5px #333;
    z-index: 6;
}

.z-500 {
    color: #313131;
}

#arte {
    padding: 0 7.5%;
}

.heldo {
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    background: rgba(36, 121, 211, 0.5);
    z-index: 11;
}

#arte > div {
    float: left;
    margin-right: 31px;
}

#arte svg {
    width: 148px;
    max-height: 33px;
    transform: scale(1.212);
}

address #fillInput {
    color: #313131;
}

#arte > div:last-child {
    margin-right: 0;
}

article.m-hide {
    overflow: hidden;
    overflow-x: auto;
}

.toggleArrows {
    background: #f4f6fa;
    box-shadow: inset 0 0 6px -3px #1467be;
}

.ReactModalPortal {
    z-index: 999999999;
    position: relative;
}

:focus {
    outline: 0;
}

#root {
    background: 0 0;
}

#responsiveHelper {
    width: 100%;
    float: left;
    padding: 10px;
    background: #fff;
    border-bottom: 1px solid #dadce0;
    padding-bottom: 8px;
}

#submitOne {
    float: left;
    width: 100%;
}

.mainDivHelping {
    width: 100%;
    float: left;
}

.location-input-end,
.location-input-start {
    float: left;
    position: relative;
    border: 1px solid #004d85;
    border-radius: 2px;
}

.top-header {
    z-index: 99;
    position: relative;
}

.nurDiv label span {
    display: contents;
}

.nurDiv label {
    padding-top: 0;
}

#nurDivCont {
    float: left;
    width: 100%;
}

.downGal .desc-dest-item {
    float: left;
}

.downGal .desc-dest-item > div.d-block.text-center.pt-2.pb-2 {
    float: left;
    margin: 0 auto;
    display: block;
    width: 100%;
}

.d-1024-show .input-field {
    padding-top: 16px;
    padding-left: 24px;
}

.carGalCont {
    float: left;
    padding-bottom: 13px;
    background: #fff;
    width: 100%;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.2),
        0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}

.carGalCont figure {
    margin: 0;
}

.carGalCont picture {
    margin: 0 auto;
    float: inherit;
    display: block;
    margin-bottom: 9px;
    height: 100px;
}

.cnt-orange {
    z-index: 20;
}

.midCont {
    float: left;
    width: 100%;
    z-index: 1;
    position: relative;
}

.cls-1 {
    fill: #a6a6a6;
}

.cls-2 {
    fill: #fff;
}

picture {
    float: left;
    margin: 0;
}

.gal picture {
    overflow: hidden;
    margin: 2px;
    margin-bottom: 0;
}

.zoom {
    height: 100%;
    background-size: cover;
}

.pm0 {
    padding: 0;
    margin: 0;
}

.zoom-cnt-big:hover .naslovGalREz,
.zoom-cnt:hover .naslovGalREz {
    text-decoration: underline;
}

.zoom-cnt-big:hover img,
.zoom-cnt:hover img {
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.hiddenPart {
    display: none;
}

#more {
    display: none;
}

#languageList .bg-white {
    float: left;
    width: 100%;
}

.reviewDetails {
    float: right;
    cursor: pointer;
}

.revSection {
    float: left;
    height: auto;
    margin-bottom: 16px;
    width: 100%;
}

.mt-6 {
    margin-top: 30px;
}

.card-hanna > div.border-grey {
    transition: 0.3s;
    overflow: hidden;
    display: block;
}

.card-hanna > div.border-grey:first-child {
    margin-top: 0;
}

.card-hanna .lh-19.fs-13.mt-2 {
    line-height: 18px;
}

.mt6 {
    margin-top: 30px;
}

.searchBlueButton > div {
    height: 50px;
}

.calDivPicker {
    height: 50px;
}

.custom-checkbox {
    transition: 0.3s;
    position: relative;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 20px;
    margin-left: 0px;
}
.holidaySpecial .custom-checkbox {
    margin-left: 0px;
}
.custom-checkbox label {
    display: block;
    margin-left: 20px;
    padding-left: 7px;
    line-height: 22px;
    text-align: left;
}

.beforeCheck {
    float: left;
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    background: #fdfdfd;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    border-radius: 0;
    border: 1px solid #b4b4b4;
    color: #7bbe72;
    opacitiy: 0;
}

.afterCheck {
    float: left;
    width: 14px;
    height: 7px;
    -webkit-transform: rotate(-45deg) scale(0);
    transform: rotate(-45deg) scale(0);
    transition: transform ease 0.25s;
    will-change: transform;
    position: absolute;
    top: 5px;
    left: 3px;
    opacitiy: 0;
}

select {
    display: block;
    font-weight: 300;
    color: #444;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    border: 0;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2260%22%20height%3D%2220%22%20fill%3D%22cornflowerblue%22%3E%3Cpath%20d%3D%22M3.573%203.83L.188%201.017C.063.898%200%20.751%200%20.592%200%20.435.062.286.18.175c.237-.232.623-.23.863-.001L4%202.58%206.964.168c.23-.226.62-.224.857.006.239.23.239.606%200%20.836L4.428%203.832C4.316%203.94%204.163%204%204%204c-.158%200-.313-.061-.427-.17z%22%20%2F%3E%3C%2Fsvg%3E);
    background-repeat: no-repeat, repeat;
    display: block;
    line-height: 50px;
    height: 50px;
    background-position: right -3.9em top 90%, 0 0;
    background-size: 5em auto, 100%;
    padding: 0 50px 0 19px;
}

.yahreDiv select {
    font-weight: 600;
    padding: 7px 46px 0 14px;
}

.ReactModalPortal .flex-20 {
    padding: 8px;
}

.ReactModalPortal select {
    line-height: 32px;
    background-position: right -3.6em top 102%, 0 0;
    padding: 0 50px 0 10px;
}

select::-ms-expand {
    display: none;
}

select:hover {
    border-color: #888;
}

select:focus {
    border-color: #aaa;
    color: #222;
    outline: 0;
}

select option {
    font-weight: 400;
}

.languageSelector img {
    max-width: 27px;
}

hr {
    width: 100%;
    margin: 0;
}

footer {
    width: 100%;
    float: left;
}

footer nav a {
    border: solid 2px rgba(255, 255, 255, 0.14);
    color: #fff;
    border-radius: 16px;
    padding: 5px 16px;
    margin-right: 11px;
    height: auto;
}

#languageList {
    z-index: 0;
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.3s;
    float: left;
}

#languageSelector {
    cursor: pointer;
    z-index: 0;
    position: relative;
    height: 50px;
}

#languageList > div:hover {
    border: solid 1px #2f71b6;
    box-shadow: inset 0 0 4px 0 #2a71ba;
}

.fromDivMain {
    float: left;
    width: 100%;
}

#movileButtonCont {
    float: left;
    width: 100%;
}

.carGalContFig {
    height: 110px;
}

.page-content strong {
    margin: 8px 0;
}

#contact-modal .downArrowSmall {
    transform: rotate(180deg);
    position: relative;
    right: 20px;
    top: 1px;
}

#tooltiptext {
    transition: 0.3s;
}

#inputEnd,
#inputStart {
    background: 0 0;
    transition-delay: 0s;
    transition: 0s;
}

.location-input-end,
.location-input-start {
    transition-delay: 0s;
}

.validationCheck > div {
    border: 1px solid red;
    transition-delay: 0s !important;
}



#desc-locaton-input-start-results,
#desc-return-input-locaton-input-start-results {
    z-index: 9999999999999;
    position: relative;
}

.ins > .caz {
    padding: 4px;
    float: left;
}

.priceIns {
    right: 0;
    bottom: 12px;
}

.priceIns > p {
    padding: 0;
    margin: 0;
    line-height: 30px;
    font-size: 20px;
}

.priceIns > span {
    padding: 0;
    margin: 0;
    line-height: 30px;
    font-size: 20px;
    font-weight: 600;
}

.logoFooter {
    width: 100%;
    float: left;
}

.mober {
    border-bottom: 2px solid #5396db;
    border-top: 2px solid #5396db;
    width: 100%;
    float: left;
    padding-left: 7.5%;
}

.slider-bg-line {
    z-index: -1;
    box-shadow: inset -4px -17px 14px -25px, inset 4px 17px 14px -25px;
}

.cancelationTag {
    text-shadow: 1px 1px 2px #1c1c1c;
}

.additionalTextSubmit {
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 300;
}

@media (min-width: 280px)
{
    .dfmob{
        display:flex;
        border:0;
    }
    #holidayCountdown{
        display: none;
    }
    .showBelow1280 {
        min-width: 144px;
    }

    .mobileCanceler {
        position: absolute;
        right: -16px;

        z-index: 99999;
        transform: rotate(6deg);
    }

    .ch .mobileCanceler {
        top: -10px;
    }
    .ch .mobileCanceler.couponCorrections {
        top: -36px;
    }
    .de .mobileCanceler {
        top: -10px;
    }
    .de .mobileCanceler.couponCorrections {
        top: -36px;
    }
    .fr .mobileCanceler {
        top: 13px;
    }
    .fr .mobileCanceler.couponCorrections {
        top: -36px;
    }
    .es .mobileCanceler {
        top: -10px;
    }
    .es .mobileCanceler.couponCorrections {
        top: -36px;
    }
    .nl .mobileCanceler {
        top: -10px;
    }
    .nl .mobileCanceler.couponCorrections {
        top: -36px;
    }
    .it .mobileCanceler {
        top: -10px;
    }
    .it .mobileCanceler.couponCorrections {
        top: -36px;
    }
    .pl .mobileCanceler {
        top: 13px;
    }
    .pl .mobileCanceler.couponCorrections {
        top: -36px;
    }
    .us .mobileCanceler {
        top: -10px;
    }
    .cancelationTag {
        position: absolute;
    }
    .hideBelow1280 {
        display: none;
    }
    .showBelow1280 {
        display: block;
    }
    .additionalTextSubmit {
        background: #fff;
        margin: 0px;
        font-size: 9px;
    }
    #RateSearch .tuvHolder {
        display: none;
    }
    .donen {
        display: none;
        visibility: hidden;
    }
    .bis-style {
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    .cancelationTag {
        transform: translateY(-120px) translateX(70px) rotate(8deg) scale(0.65);
        z-index: 9;

        right: 0;
    }
    .p-day {
        height: 38px;
        line-height: 38px;
    }
    .aboutText {
        font-size: 15px;
    }
    .pp3 img {
        position: relative;
        top: 10px;
    }
    .pp2 img {
        position: relative;
        top: 8px;
    }
    .colapsings {
        cursor: pointer;
    }
    .insurance article {
        padding-right: 2.5%;
    }
    .closeSpanPopup {
        font-size: 28px;
        color: #fff;
        position: absolute;
        right: 0;
        top: -54px;
        cursor: pointer;
        background: #2479d3;
        border-radius: 50%;
        width: 42px;
        height: 42px;
        line-height: 42px;
        text-align: center;
        box-shadow: inset 0 0 0 1px rgba(6, 4, 3, 0.1);
    }
    .bannerImageText {
        bottom: -8px;
        font-size: 20px;
        position: absolute;
        width: 100%;
        text-align: center;
        font-weight: 600;
        color: #067ec1;
    }
    .headerImgDiv {
        display: none;
    }
    .providersIcons {
        overflow-x: auto;
    }
    .providersRow {
        width: 1200px;
    }
    .slider-bg-line {
        bottom: 131px;
        left: 0;
        right: 0;
        height: 150px;
    }
    .caz1:nth-child(1) {
        border: 1px solid #17a53d;
        background: #fff;
    }
    .caz1 > div:nth-child(1) {
        background-color: #17a53d;
        padding: 0 10px;
    }
    .caz2:nth-child(1) {
        border: 1px solid #edb44e;
        background: #fff;
    }
    .caz2 > div:nth-child(1) {
        background-color: #edb44e;
        padding: 0 10px;
    }
    .caz3:nth-child(1) {
        border: 1px solid #889197;
        background: #fff;
    }
    .caz3 > div:nth-child(1) {
        background-color: #889197;
        padding: 0 10px;
    }
    .ab1 {
        height: 190px;
        width: auto !important;
    }
    .ab2 {
        height: 170px;
        width: auto !important;
    }
    .ab3 {
        height: 180px;
        width: auto !important;
    }
    .carGalCont .flex-1.text-right > div.fs-13 {
        height: 57px;
    }
    #carSliderCarousel {
        opacity: 0;
        width: 85%;
        margin-left: 7.5%;
        transition: 0.3s;
    }
    #about_carousel {
        transition: 0.3s;
    }
    .close {
        z-index: 999999999999;
        position: relative;
        background: #fff;
    }
    .p-1-links {
        padding: 0 5px 0 0;
    }
    .p-0-links {
        padding: 0 5px 0 0;
    }
    .bccont {
        font-size: 11px;
    }
    .checkedCheck {
        border-bottom: 3px solid #2479d3;
        border-left: 3px solid #2479d3;
        transform: rotate(-45deg) scale(1);
    }
    .backgroundCheckedCheck {
        border: 1px solid #18497c;
        background: #fff;
    }
    .forecastMain {
        border-bottom: 1px solid #dadce0;
        background-color: #f4f6fa;
    }
    .forecast-month-cnt {
        padding: 0;
        width: 0;
    }
    .forecastCode,
    .forecastDate,
    .forecastDay,
    .forecastImages,
    .forecastTemp {
        text-align: center;
    }
    .forecastDate,
    .forecastTemp {
        font-weight: 600;
    }
    .forecastImages {
        width: 100%;
    }
    .forecastDay {
        font-size: 10px;
    }
    .forecastDate {
        font-size: 9px;
    }
    .forecastTemp {
        font-size: 13px;
    }
    .forecastCode {
        margin-bottom: 5px;
        height: 10px;
        float: left;
        width: 100%;
        font-size: 10px;
    }
    .wAl {
        width: 95%;
        margin: 0 auto;
    }
    .wUl {
        padding-left: 0;
        width: 100%;
        list-style: none;
        float: left;
        margin-top: 2.5%;
        margin-bottom: 2.5%;
    }
    .wUl li {
        float: left;
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
            0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.1),
            0 1px 2px 0 rgba(0, 0, 0, 0.2);
        padding: 8px 2px;
    }
    .weatherS {
        background: #fff;
        float: left;
        width: 100%;
    }
    .wUl li:nth-child(4),
    .wUl li:nth-child(7) {
        margin-right: 0;
    }
    .wUl li:nth-child(5) {
        margin-left: 12.625%;
    }
    .wUl li:nth-child(5),
    .wUl li:nth-child(6),
    .wUl li:nth-child(7) {
        margin-top: 3%;
        margin-right: 12.625%;
    }
    .wUl li {
        width: 22.5%;
        margin-right: 3.33%;
    }
    .wUl li:nth-child(5),
    .wUl li:nth-child(6),
    .wUl li:nth-child(7) {
        width: 22.5%;
        margin-right: 3.33%;
        margin-left: 0;
    }
    .wUl li:nth-child(5) {
        margin-left: 12.9166667%;
    }
    .wUl li:nth-child(7) {
        margin-right: 0;
    }
    .iconColaps {
        transition: 0.6s;
        transform: rotate(0);
    }
    .p-0-links {
        padding: 0;
    }
    .p-1-links {
        padding: 0;
    }
    .linkers {
        height: 194px;
        overflow: hidden;
        transition: 0.6s;
    }
    .fr .linkers {
        height: 224.5px;
    }
    #cars-cards > div {
        margin-top: 8px;
        min-width: 275px;
        min-height: 315px;
    }
    #cars-cards > div > div > div {
        float: left;
        width: 100%;
    }
    #root select.p-3-5 {
        margin-top: 13px;
        height: 20px;
        padding: 0 0 0 6px;
        border-left: 2px solid #313131;
        margin-left: -2px;
        position: relative;
        top: 1px;
        right: 0;
        width: 59px;
    }
    .linkers .flex-1024-resp .mb-space {
        margin-bottom: 0;
    }
    .flex-1024-resp {
        display: block;
        flex-direction: unset;
    }
    .locationEndClose {
        width: 0;
        padding: 0;
        overflow: hidden;
        opacity: 0;
        height: 0;
        border: 0;
        margin-top: 0;
    }
    .locationEndOpen {
        width: 100%;
        padding: 0;
        overflow: visible;
        opacity: 1;
        height: 50px;
        border: 1px solid #004d85;
        margin-top: 20px;
        opacity: 1;
    }
    .mobileDate {
        display: none;
    }
    #stifungSec {
        width: 49%;
        float: right;
    }
    .line-footer {
        margin-bottom: 0;
    }
    .dbf {
        background-color: #2479d3;
        border: 3px solid #2479d3;
    }
    .gal picture {
        height: 132px;
        float: left;
    }
    .gal picture {
        height: 132px;
    }
    .card-hanna {
        width: 1000px;
        height: 335px;
        white-space: nowrap;
        position: relative;
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }
    .card-hanna > div.border-grey {
        width: 265px;
        float: none;
        height: 320px;
        margin: 0 0.25%;
        display: inline-block;
        zoom: 1;
    }
    .card-hanna > div.border-grey > div {
        float: left;
        width: 100%;
        white-space: normal;
    }
    .deskDown svg {
        display: none;
    }
    .caz .greenSvg svg {
        fill: #26ab4e;
    }
    .caz .redSvg svg {
        fill: #efbd57;
    }
    .caz svg {
        width: 18px;
        height: 18px;
        margin-right: 0;
    }
    .caz {
        margin-right: 0;
    }
    .caz {
        margin-right: 0;
    }
    .ces {
        margin-left: 0;
        float: left;
        width: calc(100% - 26px);
    }
    .ces p {
        margin: 0;
        word-spacing: normal;
        width: 100%;
        white-space: break-spaces;
        font-size: 12px;
        display: inline;
        line-height: 24px;
    }
    .ins {
        width: 240px;
        flex: none;
    }
    #desktop-end-date > div,
    #desktop-start-date > div {
        padding: 23px 8px 0 5px;
    }
    #root .d-inline-block {
        font-size: 11px;
        font-weight: 600;
    }
    .deskFrom {
        position: relative;
        left: 4px;
        top: 0;
        font-size: 11px;
    }
    .mobileFrom {
        position: relative;
        left: 15px;
        top: 2px;
    }
    .deskTo {
        position: relative;
        left: 18px;
        top: 0;
        font-size: 11px;
    }
    .mobileTo {
        position: relative;
        left: 15px;
        top: 0;
    }
    #dhcarSliderMobile {
        display: block;
    }
    .leftBlokRevievs {
        margin-bottom: 16px;
    }
    .cars-cards-slide .flex-1.d-flex.jc-center.mr-3 > div > div {
        float: left;
        width: 100%;
    }
    #root .d-flex.flex-col > div {
        width: 100%;
        position: relative;
    }
    #yahreSecDiv {
        position: relative;
        bottom: 1px;
    }
    .lastko {
        margin: 0 !important;
    }
    .laster {
        padding-right: 2.5%;
    }
    .providersIconsRates .ai-center strong {
        font-size: 11px;
    }
    .providersIcons .flex-1 > img,
    .providersIcons .flex-1 > svg,
    .providersIconsRates .flex-col > svg {
        max-height: 25px;
        width: auto;
        margin: 0 10px 0 0;
    }
    .providersIconsRates .ai-center > svg {
        max-height: 10px;
        width: auto;
    }
    .forecast-month-cnt .text-center {
        font-size: 12px;
    }
    #collapsible-desc-show {
        right: -100px;
        top: -31px;
    }
    .active {
        border-bottom: 0;
    }
    .w-hifle .panel-p .w-75 {
        padding-left: 20px;
        width: 100%;
        text-align: justify;
        line-height: 20px;
        padding-top: 0;
    }
    .w-hifle svg {
        transition: 0.3s;
    }
    .w-hifle .active .w-75 {
        font-weight: 600;
    }
    .modal-content {
        border-bottom: 0;
        margin: 0;
        padding-bottom: 0;
    }
    .modal-content .panel-p .w-75 {
        padding-left: 20px;
        width: 100%;
        text-align: justify;
        line-height: 20px;
        padding-top: 0;
        padding-right: 20px;
        margin-top: 0;
    }
    .modal-content svg {
        transition: 0.3s;
    }
    .modal-content .active .w-75 {
        font-weight: 600;
        margin-left: 13px;
    }
    #root .flex-3.c-pointer.bg-white.box-shadow-grey.mr-3 .jc-flex-start {
        padding: 23px 0 11px 6px;
    }
    .custom-checkbox span {
        font-size: 11px;
    }
    .custom-checkbox label {
        font-size: 11px;
    }
    #root .jc-space-between .flex-3 svg {
        display: none;
    }
    #nurDivCont .nurDiv {
        display: none;
    }
    #nurDivCont .stifungenDiv {
        display: none;
    }
    #subimitSecButton {
        display: none;
    }
    #stifungSec {
        display: none;
    }
    #yahreDivCont {
        display: none;
    }
    .leftHelperI .nurDiv {
        display: block;
    }
    .rightHelperI .nurDiv {
        display: none;
    }
    .nurDivCont {
        display: block;
    }
    .afterCheck {
        border-bottom: 3px solid #2479d3;
        border-left: 3px solid #2479d3;
    }
    .checkbox {
        margin-top: 5px;
        margin-bottom: 6px;
    }
    .hanaT {
        width: 284px;
    }
    .pbler {
        min-height: 396px;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .gimg {
        height: 400px;
    }
    #screenContainer {
        width: 100%;
        float: left;
        height: auto;
        overflow: hidden;
    }
    .mer3 {
        margin-top: -1px;
    }
    .mer4 {
        position: relative;
        left: 2px;
    }
    .mer5 {
        position: relative;
        bottom: 0;
    }
    .ycar img {
        width: 100%;
    }
    .erera {
        height: 50px;
    }
    #arte {
        height: 50px;
    }
    .cnt-orange {
        position: relative;
        bottom: 12px;
        float: left;
    }
    .header-arrow-text {
        border-radius: 22.5px;
        height: 34px;
        margin-top: -2px;
    }
    #responsiveHelper {
        width: 100%;
        float: left;
        padding: 0;
        background: #fff;
    }
    #searchIconStart {
        fill: #c0c0c0;
    }
    header select {
        font-size: 15px;
    }
    .yahreDiv .sele {
        margin-top: 0;
    }
    .ReactModalPortal .top-header {
        height: 38px;
        padding: 0;
    }
    .ReactModalPortal .flex-1.d-flex.ai-center.jc-center.box-shadow-grey.z-100 {
        height: 50px;
        padding: 12px 0;
    }
    .ReactModalPortal .selects {
        padding: 24px 8px;
    }
    .ReactModalPortal .labelCale {
        height: auto;
        padding: 0;
    }
    .top-header > div.flex-1.flex-col:first-child {
        margin-right: 8px;
    }
    .top-header {
        height: 50px;
        background: #fff;
        z-index: 109;
        position: relative;
    }
    #RateSearch {
        height: auto;
    }
    #searchBlueButton {
        display: none;
    }
    #searchBlueButton2 {

        flex: 1.5;
        max-height: unset;
        margin-top: 0;
        padding: 8px;
        background: #fff;
        margin-bottom: 0;
    }
    #root {
        transition: 0.3s;
    }
    #movileButtonCont {
        display: block;
    }
    .input-field {
        padding-top: 20px;
        padding-bottom: 8px;
        font-size: 15px;
    }
    .lar {
        display: none;
    }
    .lsvg {
        top: 20px;
        left: 23px;
        display: none;
    }
    #searchIconStart {
        right: 18px;
        top: 15px;
        display: block;
    }
    .start-input {
        margin-left: 16px;
    }
    .location-input-start {
        height: 50px;
    }
    .location-input-end input,
    .location-input-start input {
        padding-left: 0;
        padding-top: 23px;
    }
    .rukgab0,
    .rukgab1 {
        position: absolute;
        top: 5px;
        left: 15px;
        color: #8c8c8c;
    }
    #desc-location-no-return {
        margin-top: 0;
        transition-delay: 0.3s;
        transition: 0.3s;
    }
    #root {
        display: block;
        margin-bottom: 3px;
    }
    .bg-image-streets2 {
        height: 383px;
    }
    picture {
        float: inherit;
    }
    #screenContainer {
        float: none;
    }
    .desc-breakpoint-header {
        display: none;
    }
    #nurDivCont,
    #submitOne,
    .fromDivMain,
    .mainDivHelping {
        padding: 0 10px;
    }
    .headerImgDiv {
        display: none;
    }
    .datePickerShowing {
        z-index: 1;
        position: relative;
    }
    #RateSearch {
        padding: 22px 0 15px 0;
        padding-top: 21px;
        float: left;
    }
    #root {
        margin-right: 0;
    }
    .headerCont {
        width: 100%;
    }
    .headerCheckedText .c-white {
        color: #313131;
        position: relative;
        bottom: 1px;
    }
    .cnt-orange .c-white {
        color: #fff;
        font-size: 13px;
    }
    .blue-over-img {
        display: none;
    }
    header .p-icon svg {
        background: green;
        height: 17px;
        width: 17px;
        margin: 0;
        border-radius: 50%;
    }
    header {
        float: left;
    }
    .select-css {
        height: 50px;
        line-height: 50px;
    }
    .gal {
        display: none;
    }
    .firstSpanFooter {
        font-weight: 900;
    }
    .tabShow {
        display: none;
    }
    .mobShow {
        display: block;
    }
    .mober {
        text-align: center;
    }
    footer nav a {
        line-height: normal;
        margin-bottom: 12px;
        display: inline-block;
    }
    .firstFooterDiv {
        padding: 0 10px;
    }
    .firstFooterLeft {
        margin-bottom: 24px;
        height: 50px;
        margin-top: 23px;
    }
    .firstFooterRight {
        width: 100%;
        float: left;
        margin-bottom: 24px;
        margin-top: 24px;
    }
    .footerTekstBig {
        line-height: 21px;
        font-size: 13px;
        color: #fff;
    }
    .footerTekstSmall {
        line-height: 19px;
        font-size: 13px;
        color: #fff;
    }
    .newsletterInput {
        width: 380px;
        float: left;
        height: 50px;
    }
    footer nav {
        margin-top: 38px;
        margin-bottom: 27px;
    }
    .fAppDiv {
        margin: 20px auto;
    }
    .fAppDiv img {
        width: 145px;
    }
    .tabNoSho {
        display: none;
    }
    .newsLetterInput {
        width: 100%;
        height: 50px;
    }
    .newsletterButton {
        width: 100%;
        height: 50px;
        margin-left: 0;
    }
    #languageSelector {
        margin-top: 4px;
    }
    .logoFooter {
        padding-top: 33px;
        padding-bottom: 40px;
        margin-bottom: 0;
    }
    .onlyMobSho {
        display: block;
    }
    .leftBlokRevievs {
        width: 100%;
        display: inline-table;
        width: 100%;
        text-align: center;
    }
    .card-hanna {
        width: 100%;
    }
    .hidd {
        display: contents !important;
    }
    #desc-location-no-return {
        width: 100%;
        margin-right: 0;
        float: left;
    }
    .ruckgabeCheckboxFirst {
        width: 100%;
        float: left;
    }
    .yahreDiv {
        float: left;
        width: 100%;
    }
    .stifungenDiv {
        float: left;
    }
    #RateSearch {
        background: #2479d3;
        color: #fff;
        padding-bottom: 0;
        box-shadow: inset 0 5px 5px -5px #333;
    }
    .searchBlueButton {
        flex: 1.5;
        max-height: unset;
        margin-top: 0;
        padding: 8px;
        background: #fff;
        margin-bottom: 0;
    }
    .headerCheckedText {
        float: left;
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 0;
        margin-right: 0;
        padding: 10px;
        width: 100%;
    }
    .headerCheckedText .p-icon {
        margin-right: 5px;
    }
    .headerCheckedText:nth-child(2) {
        display: none;
    }
    .headerCheckedText {
        display: block;
    }
    #desc-locaton-input-start-results,
    #root .box-shadow-grey,
    .fromDivMain input {
        color: #313131;
    }
    #avionen {
        fill: #fff;
    }
    #checkStigungenz,
    #jahreSvg {
        fill: #2479d3;
        background: #fff;
        border-radius: 50%;
    }
    #checkStigungenz {
        margin-left: 5px;
        position: relative;
        top: 3px;
    }
    .flex-1.mb-1.d-flex.flex-row,
    .mt-2.flex-1.mb-1.d-flex.flex-row {
        width: 49%;
        display: block;
        background: #fff;
        overflow: hidden;
        padding: 0;
        margin: 0;
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.2);
        float: left;
        position: relative;
        transition: 0.2s;
        border: 1px solid #004d85;
        border-radius: 2px;
        color: #8c8c8c;
    }
    .flex-1.mb-1.d-flex.flex-row {
        margin-right: 2%;
    }
    .flex-1.mb-1.d-flex.flex-row .flex-3.mr-2 {
        float: left;
        width: 59%;
        margin-right: 2%;
        margin-left: 0;
    }
    #root .flex-2 select {
        background-position: 0 0;
        background-size: 0;
        line-height: 20px;
        font-size: 11px;
    }
    .flex-1.mb-1.d-flex.flex-row .flex-3.mr-2 .box-shadow-grey {
        float: left;
        width: 100%;
        padding: 0;
        position: relative;
        right: 4px;
        bottom: -1px;
    }
    .flex-1.mb-1.d-flex.flex-row .flex-3.mr-2 .box-shadow-grey svg {
        display: none;
    }
    .flex-1.mb-1.d-flex.flex-row .flex-3.mr-2 .box-shadow-grey .d-inline-block {
        font-size: 10px;
    }
    .flex-1.mb-1.d-flex.flex-row .flex-2 {
        float: left;
        width: 38%;
    }
    #root .d-flex.flex-col {
        float: left;
        width: 100%;
        flex: unset;
        flex-direction: unset;
        height: 50px;
    }
    #root .flex-2 svg {
        display: none;
    }
    #formatoreDiv {
        background: #2479d3;
        float: left;
    }
    .mob-calendar-fs {
        float: right;
    }
    .jahreLabel {
        display: block;
        color: gray;
        top: 47px;
        position: absolute;
        z-index: 9;
        left: 8px;
    }
    .jahreLabel svg {
        display: none;
    }
    #root .box-shadow-grey {
        box-shadow: 0 0 #000;
        padding: 0 4px;
        background-position: 200px;
    }
    header .h-h1-text {
        padding-left: 10px;
        padding-right: 10px;
        width: 60%;
        line-height: 23px;
        margin: 18px 0;
    }
    .flex-2 .c-grey-bg-mob {
        opacity: 0;
    }
    .flex-1.mb-1.d-flex.flex-row .flex-2 .jc-flex-start {
        border-left: 2px solid #000;
        height: 20px;
        padding-left: 5px;
    }
    .mainDivHelping {
        margin-top: auto;
    }
    .jc-flex-start img {
        display: none;
    }
    #root .d-flex.flex-col > div > div.d-flex.flex-row.mb-1 {
        z-index: 9;
        position: absolute;
        color: #8c8c8c;
        width: calc(100% - 20px);
        float: left;
        left: 15px;
        top: 8px;
    }
    #root .p-3-5 {
        margin-right: 8px;
    }
    #root .jc-space-between .flex-2 {
        border: 1px solid #004d85;
        border-radius: 0 2px 2px 0;
        height: 50px;
        border-left: 0;
        position: relative;
        right: 0;
    }
    #root .jc-space-between > div:nth-child(2) {
        margin-right: 7px;
    }
    #root .d-flex.flex-col {
        height: 50px;
    }
    .location-input-start {
        width: 100%;
        margin-right: 0;
        float: left;
    }
    .yLabelText {
        font-size: 12px;
    }
}

@media (min-width: 320px) {
    .forecastDate {
        font-size: 9px;
    }
    .deskTo {
        top: -2px;
        position: relative;
        left: 14px;
        font-size: 12px;
    }
    .deskFrom {
        position: relative;
        left: -2px;
        top: -2px;
        font-size: 12px;
    }
    #root .d-inline-block {
        line-height: 20px;
        margin-right: 0;
        height: 18px;
        margin-left: 2px;
        margin-top: -1px;
        padding-right: 1px;
    }
}

.innerShadows {
    box-shadow: inset -4px -17px 14px -25px, inset 4px 17px 14px -25px;
}

.innerShadowsCor {
    background: #f4f6fa;
    z-index: 3;
    position: relative;
    padding-top: 22px;
}

.innerShadForescastMain {
    box-shadow: inset -4px -17px 14px -25px, inset 4px 17px 14px -25px;
}

.forecastCntCor {
    box-shadow: inset -4px -17px 14px -25px;
}

#backgroundDivGray {
    box-shadow: inset -4px -17px 14px -25px;
}

@media (min-width: 330px) {
    #root select.p-3-5 {
        right: 8px;
    }
}

@media (min-width: 360px) {
    .aboutText {
        font-size: 16px;
    }
    .pp3 img {
        position: relative;
        top: -2px;
    }
    #root select.p-3-5 {
        width: 68px;
    }
    .slider-bg-line {
        bottom: 141px;
        z-index: 1;
        left: 0 !important;
    }
    .bccont {
        font-size: 13px;
    }
    .forecastDay {
        font-size: 12px;
    }
    .forecastDate {
        font-size: 12px;
    }
    .forecastTemp {
        font-size: 15px;
    }
    #desktop-end-date > div,
    #desktop-start-date > div {
        position: relative;
        right: 0;
    }
    #root select.p-3-5 {
        margin-top: 13px;
        right: 8px;
    }
    #root .flex-3.c-pointer.bg-white.box-shadow-grey.mr-3 .jc-flex-start {
        padding: 23px 0 11px 0;
    }
    .flex-1.mb-1.d-flex.flex-row .flex-3.mr-2 {
        float: left;
        width: 60%;
        margin-right: 1%;
        margin-left: 0;
    }
    #root .d-flex.flex-col > div > div.d-flex.flex-row.mb-1 > div:nth-child(3) {
        position: relative;
        left: 9px;
    }
    #root .flex-3 > div.pl-4 {
        padding: 22px 0;
        text-align: right;
    }
    #root .flex-3 > div.pl-4 span {
        font-size: 13px;
        margin-right: 0;
        padding-right: 6px;
        width: 100%;
    }
    #root .flex-2 select {
        background-position: 0 0;
        background-size: 0;
    }
    #root .d-inline-block {
        font-size: 13px;
        line-height: 20px;
        margin-right: 0;
        padding: 1px 0;
        width: 100%;
        text-align: right;
    }
    .us #root .d-inline-block {
        font-size: 12px;
    }
    #root .flex-2 select {
        font-size: 13px;
        position: relative;
        right: 0;
        top: 2px;
    }
    .us #root .flex-2 select {
        font-size: 12px;
    }
    #root .flex-2 .mob-calendar-fs select {
        font-size: 13px;
        position: relative;
        top: -1px;
        right: 1px;
    }
}

.w-change {
    text-align: left;
}

@media (min-width: 380px) {
    .bccont {
        font-size: 14px;
    }
    .forecastDate {
        font-size: 13px;
    }
    .forecastTemp {
        font-size: 16px;
    }
    #desktop-end-date > div,
    #desktop-start-date > div {
        right: 12px;
    }
    #root .flex-2 select {
        right: 12px;
    }
    .jc-flex-start img {
        display: block;
        height: 14px;
        margin-right: 3px;
        margin-top: -2px;
    }
}

@media (min-width: 400px) {
    .forecastDay {
        font-size: 14px;
    }
    #desktop-end-date > div,
    #desktop-start-date > div {
        right: 16px;
    }
    #root .flex-2 select {
        right: 16px;
    }
    #root select.p-3-5 {
        padding: 0 0 0 7px;
        width: 67px;
    }
}

@media (min-width: 411px) {
    .bccont {
        font-size: 15px;
    }
    #root .d-flex.flex-col > div > div.d-flex.flex-row.mb-1 {
        position: absolute;
        color: #8c8c8c;
        width: calc(100% - 20px);
        float: left;
        left: 18px;
        top: 8px;
    }
    #root .d-flex.flex-row.mb-1 > div:nth-child(3) {
        position: relative;
        left: 6px;
    }
    #root .flex-3.c-pointer.bg-white.box-shadow-grey.mr-3 .jc-flex-start {
        padding: 21px 0 12px 15px;
    }
}

@media (min-width: 420px) {
    #root select.p-3-5 {
        width: 65px;
    }
}

@media (min-width: 433px) {
    .location-input-end input,
    .location-input-start input {
        padding-left: 29px;
        padding-top: 23px;
    }
    .lar {
        transform: rotate(270deg);
        top: 21px;
        left: 25px;
        display: block;
        width: 12px;
    }
    .lsvg {
        top: 15px;
        left: 16px;
        display: block;
    }
    .rukgab0,
    .rukgab1 {
        position: absolute;
        top: 6px;
        left: 45px;
        color: #8c8c8c;
    }
    .flex-1.mb-1.d-flex.flex-row .flex-3.mr-2 .box-shadow-grey svg {
        display: block;
        height: 14px;
        margin-right: 3px;
        margin-top: -2px;
    }
}

@media (min-width: 439px) {
    .pp3 img {
        position: relative;
        top: 8px;
    }
    .slider-bg-line {
        bottom: 132px;
    }
    #root select.p-3-5 {
        width: 67px;
        padding: 0 0 0 7px;
        top: 3px;
    }
    #root .jc-space-between .flex-3 svg {
        display: block;
        position: relative;
        left: 20px;
        height: 18px;
    }
}

@media (min-width: 460px) {
    .forecastDay {
        font-size: 17px;
    }
    .forecastDate {
        font-size: 15px;
    }
    .forecastTemp {
        font-size: 18px;
    }
}

@media (min-width: 480px) {
    .bccont {
        font-size: 16px;
    }
    #root select.p-3-5 {
        padding: 0 0 0 9px;
        width: 74px;
    }
}
@media (min-width: 450px) {
    .fr .mobileCanceler {
        top: -10px;
    }
}
@media (min-width: 500px) {
    .ch .mobileCanceler {
        top: -33px;
    }
    .de .mobileCanceler {
        top: -33px;
    }
    .fr .mobileCanceler {
        top: -10px;
    }
    .es .mobileCanceler {
        top: -10px;
    }
    .nl .mobileCanceler {
        top: -33px;
    }
    .it .mobileCanceler {
        top: -10px;
    }
    .pl .mobileCanceler {
        top: -10px;
    }
    .us .mobileCanceler {
        top: -33px;
    }
    .pp3 img {
        position: relative;
        top: 10px;
    }
    .slider-bg-line {
        bottom: 130px;
    }
    .ch .mobileCanceler {
        top: -33px;
    }
    .de .mobileCanceler {
        top: -33px;
    }
}

@media (min-width: 540px) {
    #root .flex-3.c-pointer.bg-white.box-shadow-grey.mr-3 .jc-flex-start {
        padding: 21px 0 12px 18px;
    }
    #root .d-inline-block {
        font-size: 16px;
        line-height: 20px;
        margin-right: 2px;
        height: 18px;
    }
    #root .flex-2 select {
        font-size: 16px;
    }
    #root select.p-3-5 {
        padding: 0 0 0 16px;
        width: 93px;
    }
}

@media (max-width: 575px) {
    .swiper-container-manual {
        width: 100%;
        height: auto;
    }
    .downGal .w-60 {
        width: 100%;
        float: left;
    }
    .downGal .dest-slide {
        display: block;
    }
    .hov {
        padding: 12px 22px;
    }
    .hov,
    .hov a,
    .linkers .flex-1024-resp,
    .linkers .hovDiv,
    .p-0-links,
    .p-1-links {
        display: block;
    }
    #cars-cards .w-100 > div {
        float: left;
        width: 100%;
    }
    #root .jc-space-between .flex-3 {
        padding-right: 2px;
        margin-right: 0;
        border: 1px solid #004d85;
        border-radius: 2px 0 0 2px;
        height: 50px;
        border-right: 0;
        margin-left: 0;
    }
    .yahreDiv .bg-white {
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
            0 1px 2px 0 rgba(0, 0, 0, 0.2);
        float: left;
        position: relative;
        transition: 0.2s;
        border: 1px solid #004d85;
        border-radius: 2px;
        width: 100%;
        overflow: hidden;
    }
}

.fromDivMain svg path {
    pointer-events: none;
}

@media (min-width: 576px) {
    .dfmob{
        display:none;
        border:0;
    }
    .es header .h-h1-text{
        width: 60%;
    }
    .pp3 img {
        position: relative;
        top: 10px;
    }
    .slider-bg-line {
        bottom: 130px;
    }
    .ch .mobileCanceler {
        top: -33px;
    }
    .de .mobileCanceler {
        top: -33px;
    }
    .mobileCanceler {
        position: absolute;
        right: 0px;
        top: 58px;
        z-index: 99999;
        transform: rotate(6deg) scale(1.2);
    }
    .additionalTextSubmit {
        font-size: 11px;
        line-height: 20px;
        background: 0 0;
    }
    .headerInnerDiv .tuvHolder {
        position: absolute;
        right: 0;
        top: -21px;
    }
    .cancelationTag {
        transform: translateY(-27px) translateX(50px) rotate(8deg) scale(0.8);
    }
    header .h-h1-text {
        width: 100%;
    }
    .footerTekstBig {
        position: relative;
        left: 21px;
    }
    .leftCal {
        position: absolute;
        top: 142px;
        left: -5px;
    }
    .rightCal {
        position: absolute;
        top: 142px;
        right: -5px;
    }
    .colapsings {
        cursor: auto;
    }
    .insurance article {
        padding-right: 0;
    }
    .lar {
        top: 0;
        left: 25px;
        width: 12px;
        height: 60px;
    }
    .yahreDiv select {
        font-weight: 300;
    }
    #root .d-inline-block {
        font-weight: 300;
    }
    .headerCheckedText:nth-child(2) {
        display: block;
    }
    .jahreLabel {
        display: block;
        color: #313131;
        top: 0;
        position: relative;
        z-index: 9;
        left: 0;
    }
    .jahreLabel svg {
        display: block;
    }
    .closeSpanPopup {
        font-size: 30px;
        color: #fff;
        position: absolute;
        right: -18px;
        top: -22px;
        cursor: pointer;
        background: #2479d3;
        border-radius: 50%;
        width: 42px;
        height: 42px;
        line-height: 42px;
        text-align: center;
        box-shadow: 0 0 2px 0 #000;
    }
    .playIcon svg {
        left: calc(50% - 36px);
        top: calc(50% - 36px);
    }
    .playIconDiv .orangeCar {
        width: 190px;
        margin: 8px 4px;
        height: 140px;
    }
    .bannerImageText {
        width: 100%;
        font-weight: 600;
        font-size: 14px;
        bottom: -2px;
    }
    .headerImgDiv {
        display: block;
    }
    .headerInnerDiv {
        padding: 17px 15px 0 15px;
        padding-top: 0;
    }
    .headerCheckedText {
        padding-left: 0;
        padding-right: 0;

        margin-bottom: 32px;
    }
    .pl .h-h1-text {
        font-size: 20px;
    }
    .h-h1-text {
        font-size: 22px;
    }
    .fr .h-h1-text {
        font-size: 22px;
    }
    .caz1:nth-child(1) {
        border: 1px solid #17a53d;
    }
    .caz1 > div:nth-child(1) {
        background-color: #17a53d;
        padding: 0 10px;
    }
    .caz2:nth-child(1) {
        border: 1px solid #edb44e;
    }
    .caz2 > div:nth-child(1) {
        background-color: #edb44e;
        padding: 0 10px;
    }
    .caz3:nth-child(1) {
        border: 1px solid #889197;
    }
    .caz3 > div:nth-child(1) {
        background-color: #889197;
        padding: 0 10px;
    }
    .linkers .flex-1024-resp > div:nth-child(1) {
        margin-right: 20px;
    }
    .linkers .flex-1024-resp > div > div:nth-child(1) {
        margin-right: 0;
    }
    .firstFooterLeft {
        margin-bottom: 48px;
    }
    .checkedCheck {
        border-bottom: 3px solid #fff;
        border-left: 3px solid #fff;
        transform: rotate(-45deg) scale(1);
    }
    .backgroundCheckedCheck {
        border: 1px solid #18497c;
        background: #2479d3;
    }
    .forecastDay {
        font-size: 16px;
    }
    .forecastDate {
        font-size: 20px;
    }
    .forecastTemp {
        font-size: 20px;
    }
    .iconColaps {
        display: none;
    }
    .p-1-links {
        padding: 0;
    }
    .linkers {
        height: auto !important;
    }
    .cz {
        margin-right: 2%;
    }
    .zc {
        margin-left: 2%;
        margin-right: 2%;
    }
    #root .jc-space-between .flex-3 svg {
        display: block;
        position: relative;
        left: 0;
        height: 60px;
        width: 26px;
        margin-left: 2px;
        margin-right: 6px;
    }
    #desktop-end-date > div,
    #desktop-start-date > div {
        padding: 15px;
        position: relative;
        left: 0;
    }
    .linkers .flex-1024-resp .mb-space {
        margin-bottom: 0;
    }
    .flex-1024-resp {
        display: flex;
        flex-direction: row;
    }
    .location-input-end {
        height: 60px;
    }
    .locationStartOpen {
        width: 49%;
        margin-right: 2%;
        float: left;
        transition: 0.2s;
        transition-delay: 0s;
        opacity: 1;
    }
    .locationEndOpen {
        width: 49%;
        float: left;
        padding: 0;
        overflow: visible;
        opacity: 1;
        height: 60px;
        border: 1px solid #004d85;
        transition-delay: 0.1s;
        margin-top: 0;
    }
    .mobileDate {
        display: inline-block;
    }
    #root .box-shadow-grey {
        padding: 0;
    }
    #root .flex-2 select {
        font-size: 13px;
        position: relative;
        right: 0;
        top: 0;
    }
    #root .jc-space-between > div:nth-child(2) {
        margin-right: 0;
    }
    .card-hanna {
        overflow: hidden;
    }
    .leftBlokRevievs .mt-2,
    .leftBlokRevievs .mt-6 {
        position: relative;
        float: left;
        width: 100%;
    }
    .leftBlokRevievs .mt-2 > div,
    .leftBlokRevievs .mt-6 > div {
        display: block;
        float: left;
    }
    .leftBlokRevievs .mt-2 .w-change,
    .leftBlokRevievs .mt-6 .w-change {
        width: 48%;
        margin-right: 4%;
    }
    .leftBlokRevievs .mt-2 > div:last-child,
    .leftBlokRevievs .mt-6 > div:last-child {
        padding-top: 5px;
    }
    .card-hanna {
        width: auto;
        height: auto;
    }
    .card-hanna > div.border-grey {
        width: 100%;
        float: left;
        height: auto;
        margin: 0;
        margin-bottom: 16px;
    }
    .card-hanna > div.border-grey > div {
        float: left;
        width: 100%;
        white-space: normal;
    }
    .ins {
        width: auto;
        flex: 1;
    }
    .caz {
        margin-right: auto;
    }
    #desktop-end-date > div,
    #desktop-start-date > div {
        padding: 15px;
    }
    .desktopFrom {
        position: relative;
        left: 0;
        top: 0;
    }
    .leftBlokRevievs {
        margin-bottom: 0;
    }
    .forecast-month-cnt .text-center {
        font-size: 15px;
    }
    #root .d-flex.flex-col {
        height: 60px;
    }
    #subimitSecButton {
        display: block;
    }
    #submitOne #searchBlueButton {
        display: none;
    }
    #stifungSec {
        display: block;
    }
    #yahreDivCont .yahreDiv {
        display: none;
    }
    #nurDivCont {
        display: block;
    }
    #nurDivCont .nurDiv {
        display: none;
    }
    #nurDivCont .stifungenDiv {
        display: none;
    }
    .leftHelperI .nurDiv {
        display: none;
    }
    .rightHelperI .nurDiv {
        display: block;
    }
    .leftHelperI .stifungenDiv {
        display: none;
    }
    .nurDivCont {
        display: block;
    }
    .afterCheck {
        border-bottom: 3px solid #fff;
        border-left: 3px solid #fff;
    }
    #backgroundDivGray img {
        height: 415x;
    }
    .pbler {
        min-height: 406px;
        margin-bottom: 0;
        padding-bottom: 0;
        overflow: hidden;
    }
    .filtern-cnt .checkbox {
        position: relative;
        left: 4px;
    }
    #RateSearch {
        box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 20%),
            0 -1px 5px -3px rgb(0 0 0 / 50%);
    }
    #backgroundDivGray img {
        height: 406px;
    }
    .erera {
        height: 60px;
    }
    #root .p-3-5 {
        margin-right: 0;
    }
    #root .jc-space-between .flex-2 {
        border: 0;
        border-radius: 0;
        height: 60px;
        border-left: 0;
        position: relative;
        right: 0;
    }
    #root .d-flex.flex-col > div > div.d-flex.flex-row.mb-1 {
        position: relative;
        color: #313131;
        width: auto;
        float: none;
        left: 0;
        top: -2px;
    }
    #backgroundDivGray {
        overflow: hidden;
    }
    header .h-h1-text {
        width: 100%;
    }
    .pl header .h-h1-text {
        width: 80%;
    }
    .pl header .h-h1-text {
        width: 78%
    }
    .cnt-orange .c-white {
        font-size: 18px;
    }
    .cnt-orange {
        position: relative;
        bottom: 16px;
    }
    #searchIconStart {
        fill: #2479d3;
    }
    header select {
        font-size: 13px;
    }
    .yahreDiv .sele {
        margin-top: 7px;
    }
    .top-header {
        height: 50px;
    }
    #responsiveHelper {
        display: none;
    }
    #searchBlueButton {
        display: flex;
        position: relative;
        top: 1px;
        border: 0;
    }
    #searchBlueButton2 {
        display: none;
    }
    #root {
        transition: 0s;
    }
    .searchBlueButton {
        display: block;
    }
    #movileButtonCont {
        display: none;
    }
    .input-field {
        padding-top: 12px;
        padding-bottom: 12px;
        font-size: 16px;
    }
    .lsvg {
        top: 20px;
        left: 17px;
        display: block;
    }
    #searchIconStart {
        right: 18px;
        top: 20px;
        display: block;
    }
    .start-input {
        margin-left: 30px;
    }
    .location-input-start {
        height: 60px;
    }
    .location-input-end input,
    .location-input-start input {
        height: 58px;
        padding-left: 16px;
        padding-top: 14px;
        font-size: 16px;
        line-height: normal;
        padding-right: 18px;
    }
    .rukgab0,
    .rukgab1 {
        position: absolute;
        top: -21px;
        left: 0;
        color: #313131;
    }
    #desc-location-no-return {
        margin-top: 25px;
    }
    #root {
        display: block;
        opacity: 1;
        margin-bottom: 0;
    }
    .forecast-cnt > div:first-child {
        padding: 0 2.5%;
    }
    #root .d-flex.flex-col {
        height: 78px;
    }
    header .jc-flex-start {
        height: 58px;
    }
    .nurDiv label {
        padding-top: 0;
    }
    #root img {
        display: none;
    }
    header .h-h1-text {
        margin-top: 28px;
        padding-left: 0;
        padding-right: 0;
    }
    .jahreLabel {
        display: block;
    }
    #RateSearch {
        margin-bottom: 15px;
    }
    #root .box-shadow-grey {
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
            0 1px 2px 0 rgba(0, 0, 0, 0.2);
    }
    .mob-calendar-fs {
        float: none;
    }
    .desc-breakpoint-header {
        display: none;
        z-index: 90;
    }
    #formatoreDiv {
        background: 0 0;
        float: left;
    }
    #root .flex-2 svg {
        display: block;
    }
    .select-css,
    .w-100.p-3-5.mob-calendar-fs.border-none.bg-white.box-shadow-grey.c-inherit,
    .w-100.p-3.mob-calendar-fs.border-none.bg-white.box-shadow-grey.c-inherit {
        height: 60px;
        line-height: 60px;
    }
    #root .flex-2 select {
        padding: 2px 27px 0 11px;
        line-height: 60px;
        height: 60px;
        background-position: right -3.3em top 77%, 0 0;
        background-size: 5em auto, 100%;
        font-size: 12px;
        width: 100%;
        border-left: 0;
        margin-top: 0;
    }
    .leftHelperI select {
        background-position: right -3.2em top 85%, 0 0;
        background-size: 5.5em auto, 100%;
    }
    #root .flex-2 select {
        background-position: right -3.3em top 70%, 0 0;
        font-size: 11px;
    }
    #root .d-flex.flex-col {
        float: initial;
        width: 100%;
        flex-direction: column;
    }
    #root .d-flex.flex-col:nth-child(2) {
        display: none;
    }
    #checkStigungenz,
    #jahreSvg {
        fill: #2479d3;
        background: 0 0;
    }
    #avionen {
        fill: #4f4f4f;
    }
    .headerCheckedText {
        display: block;
    }
    .headerCheckedText .p-icon {
        margin-right: 10px;
    }
    .searchBlueButton {
        flex: 1.5;
        max-height: 50px;
        margin-top: 18px;
        padding: 0;
        margin-bottom: 25px;
    }
    #nurDivCont,
    #submitOne,
    .fromDivMain,
    .mainDivHelping {
        padding: 0;
    }
    .headerContEr .m-hide {
        margin-top: -1px;
        margin-bottom: 8px;
    }
    .headerCheckedText .c-white {
        color: #313131;
    }
    .leftHelper {
        width: 49%;
        float: left;
        margin-right: 2%;
    }
    .rightHelper {
        width: 49%;
        float: left;
    }
    .leftHelperI {
        width: 49%;
        float: left;
        margin-right: 2%;
    }
    .leftHelperI select {
        background-position: right -3.2em top 77%, 0 0;
        background-size: 5.5em auto, 100%;
    }
    .rightHelperI {
        width: 49%;
        float: left;
        position: relative;
        top: 35px;
        right: 8px;
    }
    #RateSearch {
        background-color: #f4f6fa;
        padding: 17px 15px 17px 15px;
        padding-top: 21px;
        float: left;
        margin-bottom: 15px;
        color: #313131;
    }
    .headerImgDiv {
        position: relative;
        top: -4px;
        left: 0;
        text-align: center;
        width: 151px;
        float: left;
        margin-left: 0;
    }
    .headerImgDiv img:nth-child(1) {
        width: 269px;
        height: auto;
        box-shadow: 2px 2px 5px gray;
        border-radius: 8px;
    }
    .headerImgDiv img:nth-child(2) {
        width: 142px;
        height: auto;
        margin-left: 18px;
    }
    .headerImgDiv img:nth-child(3) {
        width: 134px;
        height: auto;
    }
    .headerImgDiv img:nth-child(3) {
        width: 134px;
        height: auto;
    }
    .mb16 {
        margin-bottom: 16px;
    }
    #nurDivCont {
        height: 14px;
    }
    .ruckgabeCheckboxFirst {
        width: 49%;
        margin-top: 12px;
        margin-left: 0;
        float: left;
    }
    #desc-location-no-return {
        height: 60px;
        width: 100%;
        float: left;
        margin-right: 0;
    }
    .location-input-start {
        height: 60px;
    }
    .card-hanna {
        width: calc(100% - 247px);
        float: right;
    }
    .card-hanna > div.border-grey {
        height: auto;
    }
    .leftBlokRevievs {
        width: 230px;
        display: inline-table;
        margin-right: 0;
    }
    .zoom {
        height: 152px;
    }
    .zoom-cnt-big .zoom {
        height: auto;
        width: 100%;
    }
    .gal {
        display: block;
    }
    .firstSpanFooter {
        font-weight: 400;
    }
    .onlyMobSho {
        display: none;
    }
    .tabShow {
        display: inline-block;
        text-align: right;
        width: 100%;
        font-size: 13px;
        font-weight: 100;
        margin-top: 3px;
        line-height: 22px;
    }
    .mobShow {
        display: block;
    }
    .mober {
        text-align: center;
    }
    footer nav a {
        font-size: 11px;
        display: inline-block;
    }
    .firstFooterDiv {
        padding: 0 4%;
        width: 100%;
        margin-top: 42px;
    }
    .firstFooterLeft {
        width: 49%;
        float: left;
        margin-right: 2%;
        margin-top: 13px;
    }
    .firstFooterRight {
        width: 49%;
    }
    .footerTekstSmall {
        line-height: 13px;
    }
    .newsletterInput {
        width: 380px;
        float: left;
        height: 50px;
    }
    footer nav {
        margin-top: 38px;
        margin-bottom: 27px;
    }
    .fAppDiv {
        margin-bottom: 30px;
    }
    .fAppDiv img {
        width: 150px;
    }
    .tabNoSho {
        display: none;
    }
    .newsletterButton {
        height: 50px;
        width: 100%;
        margin-left: 0;
        float: right;
    }
    .logoFooter {
        padding-top: 33px;
        padding-bottom: 40px;
        margin-bottom: 0;
    }
    .headerCheckedText {
        font-size: 12px;
    }
    #root .d-inline-block {
        font-size: 11px;
    }
}

@media (min-width: 600px) {
    .playIconDiv .orangeCar {
        width: 210px;
        margin: 8px 8px;
        height: 140px;
    }

    #root .flex-2 select {
        padding: 2px 27px 0 18px;
    }
    .forecast-month-cnt .text-center {
        font-size: 16px;
    }
}

@media (min-width: 620px) {
    .bannerImageText {
        font-size: 14px;
    }
    .headerCheckedText {
        font-size: 13px;
    }
    #root .flex-2 select {
        padding: 2px 27px 0 22px;
    }
}

@media (min-width: 636px) {
    .headerCheckedText {
        font-size: 14px;
    }
    #root img {
        display: block;
    }
}

@media (min-width: 660px) {
    .mobileDate {
        font-size: 12px;
    }
    #root .d-inline-block {
        font-size: 12px;
    }
    #root .flex-2 select {
        background-position: right -3.3em top 74%, 0 0;
        font-size: 12px;
    }
}

@media (min-width: 670px) {
    .wUl li:nth-child(1) {
        margin-left: calc((((100% - 552px) / 5) * 3.5) / 2);
    }
    .wUl li:nth-child(4) {
        margin-right: calc((((100% - 552px) / 5) * 3.5) / 2);
    }
    .wUl li:nth-child(5) {
        margin-left: calc((100% - 414px - ((100% - 552px) / 5)) / 2);
    }
    .wUl li:nth-child(5),
    .wUl li:nth-child(6),
    .wUl li:nth-child(7) {
        width: 138px;
        margin-top: calc(((100% - 552px) / 5) / 2);
        margin-bottom: 0;
        margin-right: calc(((100% - 552px) / 5) / 2);
    }
    .wUl li:nth-child(7) {
        margin-right: calc((100% - 414px - ((100% - 552px) / 5)) / 2);
    }
    .wUl li {
        float: left;
        width: 138px;
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
            0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.1),
            0 1px 2px 0 rgba(0, 0, 0, 0.2);
        padding: 8px;
        margin-right: calc(((100% - 552px) / 5) / 2);
    }
}

@media (min-width: 676px) {
    .slider-bg-line {
        bottom: 131px;
    }
    .pp3 img {
        position: relative;
        top: 9px;
    }
    .aboutTxt2 {
        top: 30px;
    }
    .ab1 {
        bottom: 0;
    }
}

@media (min-width: 683px) {
    #root .d-inline-block {
        font-size: 13px;
    }
    #root .flex-2 select {
        background-position: right -3.3em top 76%, 0 0;
        font-size: 13px;
    }
    .us #root .flex-2 select {
        font-size: 13px;
    }
}

@media (min-width: 720px) {
    header select {
        font-size: 16px;
    }
    .top-header {
        height: 50px;
    }
    #root .flex-3.c-pointer.bg-white.box-shadow-grey.mr-3 .jc-flex-start {
        padding: 12px 0 12px 15px;
    }
    #root .d-inline-block {
        font-size: 16px;
    }
    .mobileDate {
        font-size: 16px;
    }
    #root .flex-2 select {
        background-position: right -3.3em top 84%, 0 0;
        font-size: 16px;
    }
    .us #root .flex-2 select {
        font-size: 16px;
    }
    .us #root .d-inline-block {
        font-size: 16px;
    }
}

#loadingTrust {
    transition: 0.3s;
    height: 100%;
    display: flex !important;
    height: 100% !important;
}

@media (min-width: 729px) {
    #root .jc-space-between .flex-3 svg {
        height: auto;
    }

    .fl {
        float: left;
    }
    #desktop-end-date > div,
    #desktop-start-date > div {
        padding: 15px;
        height: 58px;
    }
}

.playIcon svg {
    fill: transparent;
    position: absolute;
}

@media only screen and (max-width: 768px) and (min-width: 576px) {
    .p-0-links {
        padding: 0;
        width: 48%;
        float: left;
    }
    .p-0-links:nth-child(even) {
        margin-right: 4%;
    }
}

@media (min-width: 768px) {
    .headerCheckedText{
        width:100%;
    }
    .headerCheckedText a{

        width: 100%;
        position: absolute;
        right: 80px;
        top: -57px;
    }

    .pl header .h-h1-text {
        width: 100%
    }
    .additionalTextSubmit {
        line-height: 20px;
        font-size: 11px;
    }
    .p-0-links {
        padding: 0;
        width: 32%;
        float: left;
        margin-right: 2% !important;
    }
    .p-0-links:nth-child(3n + 4) {
        margin-right: 0 !important;
    }
    .playIconDiv .orangeCar {
        width: 266px;
        margin: 17px 8px;
        height: 140px;
    }

    .headerInnerDiv {
        padding: 0 0 0 43px;
    }
    .headerCheckedText {
        font-size: 14px;
        padding-left: 0;
        padding-right: 10px;
    }
    .playIconDiv {
        width: 319px;
        height: 198px;
    }
    .bannerImageText {
        bottom: -12px;
        font-size: 18px;
    }
    .h-h1-text,
    .pl .h-h1-text {
        font-size: 28px;
    }
    .slider-bg-line {
        bottom: 170px;
        height: 107px;
    }
    .pp3 img {
        position: relative;
        top: 20px;
    }
    .manual-img {
        min-height: 190px;
    }
    .linkers .flex-1024-resp > div:nth-child(1) {
        margin-right: 0;
    }
    .linkers .flex-1024-resp > div > div:nth-child(1) {
        margin-right: 20px;
    }
    .pbler {
        min-height: 424px;
        margin-bottom: 0;
        padding-bottom: 0;
        overflow: hidden;
    }
    .forecastImages {
        width: 100%;
    }
    .hov a {
        font-size: 12px;
    }
    .providersIconsRates .jc-space-between > div {
        margin-right: 8px;
    }
    .providersIconsRates .jc-space-between > div:last-child {
        margin-right: 0;
    }
    .providersIcons .jc-space-between > div {
        margin-right: 8px;
    }
    .providersIcons .jc-space-between > div:last-child {
        margin-right: 0;
    }
    #contact-modal {
        display: none !important;
    }
    .card-hanna > div.border-grey {
        margin-bottom: 0;
    }
    .card-hanna .lh-19.fs-13.mt-2 {
        line-height: 18px;
        font-size: 15px;
    }
    #dscarSliderDesktop {
        display: block;
    }
    #dhcarSliderMobile {
        display: none;
    }
    .pbler .card-slider-cnt ul {
        overflow: hidden;
        max-height: 345px;
        height: 345px;
    }
    #backgroundDivGray img {
        height: 432px;
    }
    .gimg {
        height: 432px;
    }
    #root .jc-space-between .flex-3 svg {
        margin-right: 8px;
    }
    #root .flex-3.c-pointer.bg-white.box-shadow-grey.mr-3 .jc-flex-start {
        padding-top: 20px;
    }
    #root .flex-3 > div.pl-4 span {
        font-size: 16px;
    }
    header .jc-flex-start {
        padding-top: 20px;
    }
    .providersIconsRates {
        padding-right: 0;
    }
    .providersIconsRates .ai-center strong {
        font-size: 15px;
    }
    .providersIconsRates .ai-center > svg {
        max-height: 12px;
        width: auto;
    }
    .providersIcons .flex-1 > img,
    .providersIcons .flex-1 > svg,
    .providersIconsRates .flex-col > svg {
        max-height: 40px;
        width: auto;
        margin: inherit;
    }
    .leftBlokRevievs .mt-2,
    .leftBlokRevievs .mt-6 {
        width: 100%;
        float: left;
    }
    .leftBlokRevievs .mt-6 > div:nth-child(1) {
        width: 70px;
    }
    .leftBlokRevievs .mt-6 > div:nth-child(2) {
        width: 80px;
    }
    .leftBlokRevievs .mt-6 > div:nth-child(3) {
        width: 20px;
    }
    .leftBlokRevievs .mt-2 > div:nth-child(1) {
        width: 70px;
    }
    .leftBlokRevievs .mt-2 > div:nth-child(2) {
        width: 80px;
    }
    .leftBlokRevievs .mt-2 > div:nth-child(3) {
        width: 20px;
    }
    .ke33 .input-field {
        padding-top: 12px;
        padding-bottom: 12px;
        font-size: 16px;
        padding-left: 15px;
    }
    .leftBlokRevievs {
        width: 238px;
        display: inline-table;
        margin-right: 0;
    }
    .card-hanna {
        width: calc(100% - 250px);
    }
    .t-show .flex-col.text-center {
        float: left;
        text-align: center;
    }
    .t-show .flex-col.text-center div {
        float: left;
        width: 100%;
    }
    .ke33 {
        width: 299px;
    }
    .umbrella-number {
        font-size: 13px;
        font-weight: 100;
    }
    .umbrella {
        justify-content: flex-end;
        margin-right: 4px;
        margin-bottom: 0;
        position: relative;
        bottom: 1px;
    }
    .forecast-month-cnt {
        padding: 0 4px;
    }
    .forecast-month {
        width: auto;
    }
    .forecast-cnt {
        background: #f4f6fa;
        margin: 0 auto;
    }
    .bwp .container {
        margin-bottom: 0;
    }
    .bwp {
        float: left;
        margin-top: 18px;
        width: 100%;
    }
    .card-style {
        width: calc(100% - 250px);
        height: 272px;
        float: right;
    }
    .okSvg {
        width: 20px;
        height: 20px;
        position: relative;
        top: 2px;
    }
    .h2-icon {
        margin-right: 3px;
        margin-top: 30px;
    }
    .py-3 {
        margin-top: 16px;
        margin-bottom: 15px;
    }
    .top-header .container {
        width: 100%;
        padding: 0 15px;
    }
    .cars-horizontal-scroll,
    .horizontal-scroll {
        overflow: auto;
        white-space: nowrap;
        padding-left: 14px;
        padding-bottom: 12px;
        margin: 0;
        margin-top: 27px;
    }
    #screenContainer .container {
        width: 100%;
        padding: 0 15px;
    }
    #screenContainer .contentText {
        float: left;
        padding: 0 15px;
    }
    .ko33 {
        margin-bottom: 0;
    }
    .ke33 {
        position: absolute;
        top: 16px;
        right: 15px;
    }
    .se33 {
        margin-bottom: 28px;
    }
    .revSection {
        padding-bottom: 31px;
    }
    .card-hanna > div.border-grey {
        margin-top: 11px;
    }
    .headerInnerDiv {
        padding: 0 0 0 30px;
    }
    .pp1 img {
        width: 176px;
        height: 150px;
    }
    .pp2 img {
        width: 165px;
        height: 130px;
    }
    .pp3 img {
        width: 156px;
        height: 130px;
    }
    .oolep {
        margin-top: 0;
        float: left;
        width: 100%;
        margin-bottom: 5px;
    }
    .py-3 {
        padding-top: 16px;
        padding-bottom: 15px;
    }
    h1,
    h2 {
        font-size: 32px;
        line-height: 34px;
    }
    .cars-cards-slide .flex-1.d-flex.jc-center.mr-3 {
        min-height: 324px;
    }
    .cnt-orange {
        position: relative;
        bottom: 15px;
    }
    .cnt-orange .c-white {
        font-size: 16px;
    }
    .headerImgDiv img {
        margin-right: 6px;
    }
    .headerImgDiv {
        top: 0;
        width: auto;
        margin-left: 2px;
        margin-bottom: 32px;
    }
    .header-arrow-text {
        border-radius: 22.5px;
        margin-top: 1px;
        width: 195px;
        height: 40px;
    }
    .top-header {
        height: 60px;
    }
    .logo1024 {
        height: 39px;
        width: 245px;
        margin-top: 11px;
        margin-bottom: 10px;
        margin-left: 0;
    }
    .bg-image-streets2 {
        height: 455px;
    }
    picture {
        float: left;
    }
    .desc-breakpoint-header {
        display: block;
    }
    .headerImgDiv {
        display: block;
    }
    .headerInnerDiv .tuvHolder {
        position: absolute;
        right: 0;
        top: 0;
    }

    .headerCheckedText {
        position: relative;
    }
    .headerInnerDiv .tuvHolder {
        position: absolute;
        right: -80px;
        top: 0;
    }
    .pl header .h-h1-text {
        width: 70%;
    }
    .pl .headerInnerDiv .tuvHolder {
        position: absolute;
        right: -80px;
        top: -26px;
    }
    .es .headerInnerDiv .tuvHolder,.nl .headerInnerDiv .tuvHolder,  .it .headerInnerDiv .tuvHolder {
        position: absolute;
        right: -80px;
        top: -22px;
    }
    .headerCheckedText {
        position: relative;
    }
    .pl .headerInnerDiv .tuvHolder {
        position: absolute;
        right: -134px;
        top: 0;
    }

}

@media (min-width: 818px) {
    .pl .headerInnerDiv .tuvHolder {
        position: absolute;
        right: -60px;
        top: -22px;
    }
    .headerCheckedText a {
        right: 60px;
    }
    .es header .h-h1-text {
        width: 56%;
    }
    .wAl {
        width: 100%;
        padding: 0 100px;
    }
    .ke33 {
        position: absolute;
        top: -15px;
        right: 15px;
    }
    .evaluation-title {
        width: 660px;
    }
    .card-hanna {
        width: calc(100% - 250px);
    }
    .forecast-cnt > div:first-child {
        padding: 0 30px;
    }
    header .p-icon svg {
        background: green;
        height: 20px;
        width: 20px;
        margin: 0;
        border-radius: 50%;
    }
    .headerCheckedText {
        float: left;

        font-size: 16px;
        line-height: 20px;
        margin-bottom: 32px;
        margin-right: 0;
    }
    .zoom {
        height: 162px;
    }
    .gal picture {
        height: 160px;
    }
    footer nav a {
        font-size: 13px;
    }
    .es .headerInnerDiv .tuvHolder, .headerInnerDiv .tuvHolder {
        position: absolute;
        right: -60px;
        top: 0;
    }

    .nl .headerInnerDiv .tuvHolder {
        position: absolute;
        right: -60px;
        top: -22px;
    }
}

@media (min-width: 828px) {
    .headerCheckedText {
        font-size: 15px;
    }
    .manual-text {
        width: 85%;
        font-size: 16px;
    }
}

@media (min-width: 900px) {
    .pl .headerInnerDiv .tuvHolder {
        position: absolute;
        right: 0;
        top: -22px;
    }
    .nl .headerInnerDiv .tuvHolder, .it .headerInnerDiv .tuvHolder {
        position: absolute;
        right: 0;
        top: -22px;
    }

    .pl .headerInnerDiv .tuvHolder {
        position: absolute;
        right: -80px;
        top: 0;
    }

    .headerInnerDiv .tuvHolder {
        position: absolute;
        right: 0;
        top: 0;
    }
    .slider-bg-line {
        bottom: 170px;
    }
    .headerCheckedText {

        font-size: 17px;
    }
    .h-h1-text,
    .pl .h-h1-text {
        font-size: 28px;
    }
    .hov a {
        font-size: 13px;
    }
    .leftBlokRevievs {
        width: 248px;
        display: inline-table;
        margin-right: 0;
    }
    .card-hanna {
        width: calc(100% - 260px);
    }
    .zoom {
        height: 172px;
    }
    .gal picture {
        height: 170px;
    }
}
@media (min-width:909px){
    .nl .headerInnerDiv .tuvHolder{
        position: absolute;
        right: 0;
        top: 0;
    }
}
@media (min-width: 945px) {
    .firstFooterLeft {
        margin-top: 10px;
    }
    .hov a {
        font-size: 14px;
    }
}

.lh36 {
    line-height: 36px;
}

@media (min-width: 1000px) {
    .hov a {
        font-size: 15px;
    }
    .gal picture {
        height: 180px;
    }
    .zoom {
        height: 182px;
    }
}

@media (min-width: 1024px) {

    .headerImgDiv {
        margin-left: 18px;
    }
    .providersRow {
        width: unset;
    }
    .providersRow img,
    .providersRow svg {
        max-height: 32px;
    }
    #about_carousel {
        width: 100%;
        margin-left: 0;
    }
    .slider-bg-line {
        bottom: 170px;
    }
    .pp3 img {
        position: relative;
        top: 20px;
    }
    .providersIcons .jc-space-between > div {
        margin-right: 0;
    }
    .wAl {
        width: 85%;
        padding: 0 100px;
    }
    .forecastMain {
        background-color: #fff;
    }
    .dbf {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .hov a {
        font-size: 14px;
    }
    .providersIconsRates .flex-col > svg {
        margin: 0 10px 0 0;
    }
    .providersIcons .flex-1 > svg {
        margin: 0 10px 0 0;
    }
    .laster {
        padding-right: 0;
    }
    .providersIconsRates .ai-center strong {
        font-size: 16px;
    }
    .providersIconsRates .ai-center > svg {
        max-height: 13px;
        width: auto;
    }
    .custom-checkbox span {
        font-size: 16px;
    }
    .custom-checkbox label {
        font-size: 16px;
    }
    #RateSearch {
        height: auto;
    }
    #nurDivCont .nurDiv {
        display: none;
    }
    #nurDivCont .stifungenDiv {
        display: none;
    }
    #stifungSec {
        display: block;
    }
    #yahreDivCont {
        display: none;
    }
    .leftHelperI .stifungenDiv {
        display: none;
    }
    .leftHelperI .yahreDiv {
        display: block;
    }
    .leftHelperI .nurDiv {
        display: none;
    }
    .rightHelperI .nurDiv {
        display: block;
    }
    .nurDivCont {
        display: block;
    }
    .cars-horizontal-scroll,
    .horizontal-scroll {
        overflow: auto;
    }
    .evaluation-title {
        width: 100%;
    }
    .ke33 {
        position: absolute;
        top: -17px;
        right: 15px;
    }
    .cz554 {
        width: 247px;
    }
    .cz555 {
        width: calc(100% - 267px);
    }
    .ke33 {
        width: 380px;
    }
    .card-hanna {
        width: calc(100% - 259px);
    }
    .leftBlokRevievs {
        width: 237px;
    }
    .card-hanna > div.border-grey {
        margin-top: 19px;
    }
    .headerInnerDiv {
        padding: 0 0 0 52px;
    }
    .cz11 {
        min-width: 238px;
        height: 284px;
    }
    .cz11 .float-right {
        float: right;
    }
    .cz12 {
        width: calc(100% - 261px);
        margin-left: 23px;
        float: right;
    }
    #RateSearch {
        padding: 17px 52px 17px 52px;
    }
    .headerCont {
        width: 100%;
    }
    .d-blue-header {
        margin-left: 0;
    }
    .d-show {
        display: block;
    }
    .h2-icon {
        margin-top: 32px;
    }
    .lh-15r {
        height: 112px;
    }
    .lh-15r h1,
    .lh-15r h2 {
        margin-top: 32px;
    }
    .subtitle,
    h3 {
        padding: 0;
        margin: 0;
        margin-top: 0;
        color: #313131;
    }
    #screenContainer .container {
        width: 90%;
        margin-left: 5%;
    }
    .pp1 img {
        width: 176px;
        height: 150px;
    }
    .pp2 img {
        width: 165px;
        height: 130px;
    }
    .pp3 img {
        width: 156px;
        height: 130px;
    }
    .slider-bg-line {
        height: 100px;
        width: 100%;
        margin: 0 auto;
    }
    .horizontal-scroll {
        margin: 36px 68px 0 57px;
        padding: 0;
        overflow: hidden;
        margin-bottom: 16px;
    }
    #backgroundDivGray img {
        height: 432px;
    }
    .card-slider ul li {
        padding: 0 8px;
        margin-top: 16px;
    }
    .headerCheckedText {

        font-size: 18px;
        margin-bottom: 32px;
    }
    #collapsible-desc-show {
        right: -98px;
        top: -35px;
    }
    .cnt-orange {
        position: relative;
        bottom: 16px;
    }
    .cnt-orange .c-white {
        font-size: 16px;
        text-align: left;
        padding-left: 23px;
    }
    .header-arrow-text {
        border-radius: 22.5px;
        margin-top: 0;
        width: 195px;
        height: 40px;
    }
    .headerContEr .m-hide {
        margin-top: 0;
        margin-bottom: 0;
    }
    .logo1024 {
        height: 39px;
        width: 245px;
        margin-top: 11px;
        margin-bottom: 10px;
        margin-left: 14px;
    }
    .top-header {
        height: 60px;
    }
    #arte {
        min-height: 66px;
    }
    #backgroundDivGray {
        overflow: hidden;
    }
    .card-slider-cnt {
        padding-right: 0;
        padding-left: 0;
        padding: 0 23px;
    }
    #backgroundDivGray {
        margin-bottom: 0;
    }
    .leftHelperI {
        width: 220px;
    }
    .leftHelperI select {
        background-position: right -3.3em top 80%, 0 0;
        background-size: 5em auto, 100%;
        padding: 0 50px 0 19px;
    }
    .ruckgabeCheckboxFirst {
        width: 49%;
        margin-top: 12px;
        margin-left: 0;
        float: left;
    }
    .t-show {
        display: none;
    }
}

@media (min-width: 1100px) {
    .gal picture {
        height: 200px;
    }
    .zoom {
        height: 202px;
    }
    .providersRow img,
    .providersRow svg {
        max-height: 34px;
    }
}
@media(min-width:1115px){
    .it .headerInnerDiv .tuvHolder {
        position: absolute;
        right: 0;
        top: -20;
    }
}
@media(min-width:1135px){
    .it .headerInnerDiv .tuvHolder {
        position: absolute;
        right: 0;
        top: 0;
    }
}
@media (min-width: 1167px) {
    .providersIconsRates .d-flex.flex-col {
        margin: 0 auto;
    }
}

@media (min-width: 1200px) {
    .headerImgDiv {
        margin-right: 150px;
    }
    .providersRow img,
    .providersRow svg {
        max-height: 36px;
    }
    .hov a {
        font-size: 15px;
    }
    .leftBlokRevievs {
        width: 380px;
    }
    .card-hanna {
        width: calc(100% - 400px);
    }
    .leftBlokRevievs .mt-6 > div:nth-child(2) {
        width: 201px;
    }
    .leftBlokRevievs .mt-2 > div:nth-child(2) {
        width: 201px;
    }
}

@media (min-width: 1280px) {
    .cancelationTag {
        position: absolute;
    }
    .hideBelow1280 {
        display: block;
    }
    .showBelow1280 {
        display: none;
    }
    #RateSearch .tuvHolder {
        display: block;
    }
    .cancelationTag {
        transform: translateY(367px) translateX(265px) rotate(8deg) scale(1);
        right: 100%;
        z-index: 0;
    }

    .couponCorrections .cancelTagen {
        left: -8px;
        top: 31px;
        transform: rotate(355deg);
    }

    .es .cancelationTag {
        transform: translateY(341px) translateX(248px) rotate(8deg) scale(1);
    }

    .donen {
        display: block;
        visibility: visible;
    }
    .cnt-orange {
        float: right;
    }
    .bis-style {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
    }
    .footerTekstBig {
        left: 0;
    }
    .firstFooterDiv {
        margin-top: 0;
    }
    .leftCal {
        position: absolute;
        top: 142px;
        left: -5px;
    }
    .rightCal {
        position: absolute;
        top: 142px;
        right: -5px;
    }
    .bannerImageText {
        bottom: -8px;
        font-size: 20px;
        position: absolute;
        width: 100%;
        text-align: center;
        font-weight: 600;
        color: #067ec1;
    }
    .playIconDiv .orangeCar {
        width: 256px;
        margin: 21px 4px;
    }
    .playIconDiv {
        width: 319px;
        height: 198px;
    }
    .headerImgDiv {
        margin-left: 0;
    }
    .forecastDate {
        font-size: 20px;
    }
    #formatoreDiv,
    .headerImgDiv {
        will-change: auto;
    }
    header .h-h1-text {
        height: unset;
    }
    .h-h1-text,
    .headerCheckedText {
        text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    }
    .providersRow img,
    .providersRow svg {
        max-height: 42px;
    }
    .slider-bg-line {
        bottom: 170px;
    }
    .providersIcons > div > div:nth-child(2) svg {
        position: relative;
        left: 8px;
    }
    .providersIcons > div > div:nth-child(3) svg {
        position: relative;
        left: 4px;
    }
    .providersIcons > div > div:nth-child(4) svg {
        position: relative;
        left: 8px;
    }
    .providersIcons > div > div:nth-child(5) svg {
        position: relative;
        left: 16px;
    }
    .providersIcons > div > div:nth-child(6) svg {
        position: relative;
        left: 8px;
    }
    .fmbd {
        width: 85%;
        padding: 0 20px;
    }
    .forecast-cnt > div:first-child {
        padding: 0 100px;
    }
    .hov a {
        font-size: 16px;
    }
    #root .flex-2 select {
        padding: 2px 28px 0 15px;
        background-position: right -3.4em top 90%, 0 0;
        font-size: 16px;
    }
    .locationEndOpen {
        width: 49%;
        overflow: visible;
        opacity: 1;
        border: 1px solid #004d85;
        transition-delay: 0.1s;
    }
    .locationStartOpen {
        width: 49%;
        margin-right: 2%;
        transition-delay: 0s;
    }
    .headerH1 {
        display: none;
    }
    .fromDivMain .nurDiv {
        display: none;
    }
    .providersIconsRates .d-flex.flex-col > svg {
        max-height: 40px;
        height: 40px;
    }
    .line-footer {
        margin-bottom: 20px;
    }
    .firstFooterLeft {
        margin-bottom: 65px;
    }
    .firstFooterRight {
        margin-bottom: 40px;
    }
    .dbf {
        padding-top: 20px;
    }
    .cars-horizontal-scroll,
    .horizontal-scroll {
        overflow: hidden;
    }
    .providersIconsRates .flex-col > svg {
        margin: 0 auto;
    }
    .providersIcons .flex-1 > svg {
        margin: 0 auto;
    }
    #subimitSecButton {
        display: none;
    }
    #submitOne #searchBlueButton {
        display: block;
    }
    #yahreDivCont .yahreDiv {
        display: block;
    }
    #yahreDivCont {
        display: block;
    }
    #nurDivCont .stifungenDiv {
        display: block;
    }
    #nurDivCont .nurDiv {
        display: block;
    }
    #stifungSec {
        display: none;
    }
    .leftHelperI .stifungenDiv {
        display: none;
    }
    .leftHelperI .yahreDiv {
        display: none;
    }
    .leftHelperI .nurDiv {
        display: none;
    }
    .rightHelperI .nurDiv {
        display: none;
    }
    .nurDivCont {
        display: block;
    }
    .pbler {
        border-top: 0;
    }
    .forecast-month {
        width: auto;
    }
    .top-header .container {
        width: 85%;
        padding: 0 15px;
    }
    .pbler .mx-auto.py-3.container {
        margin-bottom: 6px;
        margin-top: 17px;
    }
    .heldo {
        display: block;
    }
    .headerImgDiv img {
        margin-right: 22px;
    }
    .container {
        width: 85%;
    }
    .card-slider {
        padding: 0 26px;
    }
    .horizontal-scroll {
        margin: 27px 108px 0 110px;
        padding: 0;
    }
    .card-slider-cnt {
        padding-right: 4%;
        padding-left: 4%;
    }
    #screenContainer .container {
        width: 85%;
        margin-left: 7.5%;
    }
    #collapsible-desc-show {
        right: -106px;
        top: -37px;
    }
    .erera {
        height: 70px;
    }
    #backgroundDivGray img {
        height: 423px;
        padding-bottom: 0;
    }
    #backgroundDivGray {
        margin-bottom: 0;
        height: 423px;
    }
    .ccg {
        height: 423px;
        padding-bottom: 0;
    }
    .h2-icon {
        margin-top: 37px;
    }
    #arte {
        min-height: 68px;
    }
    .rbl {
        width: calc((100% - 301px));
        float: right;
    }
    .ycd {
        width: 280px;
    }
    .ycd > div {
        width: 100%;
        float: left;
    }
    .d-blue-header {
        margin-top: -60px;
    }
    .hl-img-2 {
        display: block;
        height: 116px;
        width: 99px;
    }
    .h-h1-text {
        color: #fff;
    }
    .headerContEr {
        padding: 0 20px;
        width: 85%;
    }
    .headerContEr .m-hide {
        margin-top: 6px;
        margin-bottom: 0;
    }
    #root {
        margin-right: 20px;
    }
    header .p-icon svg {
        background: 0 0;
    }
    .headerInnerDiv {
        padding: 0 25px;
    }
    .headerImgDiv img:nth-child(1) {
        width: 137px;
        height: auto;
    }
    .headerImgDiv img:nth-child(2) {
        width: 141px;
        height: auto;
    }
    .headerImgDiv img:nth-child(3) {
        width: 135px;
        height: auto;
    }
    .headerImgDiv img {
        width: 137px;
        height: auto;
    }
    .headerImgDiv {
        position: relative;
        float: left;
        top: 9px;
        left: 16px;
        width: auto;
    }
    .mb16 {
        margin-bottom: 25px;
    }
    #nurDivCont {
        height: 54px;
    }
    #RateSearch {
        height: auto;
        padding: 0 25px 0 25px;
        padding-top: 21px;
        float: left;
        margin-bottom: 28px;
    }
    .hidd {
        display: contents !important;
    }
    header {
        float: initial;
    }
    .headerCont.c-white {
        color: #fff;
    }
    .blue-over-img {
        display: block;
        overflow: hidden;
    }
    .krown {
        position: absolute;
        right: -152px;
        top: -16px;
    }
    .location-input-end {
        height: 60px;
    }
    .location-input-end {
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
            0 1px 2px 0 rgba(0, 0, 0, 0.2);
    }
    .zoom {
        height: 232px;
    }
    .gal picture {
        height: 230px;
    }
    footer nav a {
        padding: 8px 16px;
    }
    #languageSelector {
        margin-top: 10px;
    }
    .tabShow {
        display: none;
    }
    .newsLetterInput {
        width: 380px;
    }
    .tabNoSho {
        display: inline;
    }
    .mobShow {
        display: block;
    }
    footer nav {
        width: auto;
    }
    footer nav a {
        float: left;
    }
    .firstFooterDiv {
        padding: 0;
    }
    .firstFooterLeft {
        width: 380px;
        margin-top: 19px;
        margin-right: 0;
    }
    .firstFooterRight {
        float: right;
    }
    .footerTekstBig {
        line-height: 16px;
        font-size: 16px;
    }
    .newsletterInput {
        width: 380px;
        float: left;
        height: 50px;
    }
    footer nav {
        margin-top: 21px;
        margin-bottom: 28px;
        float: left;
    }
    footer nav {
        margin-top: 28px;
        margin-bottom: 18px;
        float: left;
    }
    .fAppDiv {
        float: right;
    }
    .fAppDiv img {
        width: 123px;
    }
    .top-header {
        position: relative;
        z-index: 99;
        height: 70px;
    }
    .d-blue-header {
        float: left;
        margin-left: 0;
        z-index: 1;
        margin-top: 0;
    }
    .headerCont {
        width: 100%;
        padding: 0 0 0 7.5%;
    }
    .nurDiv {
        width: 582px;
        float: left;
        margin-top: 12px;
    }
    .stifungenDiv {
        margin-top: 12px;
        margin-left: 16px;
        float: left;
    }
    .yahreDiv {
        float: right;
        width: 214px;
        margin-top: 2px;
    }
    .searchBlueButton {
        max-width: 380px;
    }
    .headerCont .c-white {
        color: #fff;
    }
    .headerCheckedText {
        float: left;
        float: left;

        font-size: 18px;
        line-height: 28px;
        margin-bottom: 32px;
        margin-right: 0;
    }
    #desc-location-no-return {
        float: left;
        width: 582px;
        margin-right: 0 !important;
    }
    .ruckgabeCheckboxFirst {
        width: 280px;
        margin-top: 39px;
        margin-left: 16px;
    }
    #RateSearch {
        opacity: 1;
    }
    .yahreDiv {
        width: 144px;
    }
}

@media (min-width: 1320px) {
    #screenContainer {
        float: left;
        width: 100%;
        margin: 0;
    }
    #languageSelector img {
        max-width: 27px;
    }
    .languageSvg {
        margin-right: 9px;
    }
}

@media (min-width: 1335px) {
    .nurDiv {
        width: 626px;
    }
    #desc-location-no-return {
        width: 626px;
    }
}

@media (min-width: 1380px) {
    .yahreDiv {
        width: 180px;
    }
}

.d-blue-header {
    height: 100%;
}

.d-blue-header .blue-over-img img {
    height: 100%;
}

@media (min-width: 1440px) {
    .cancelationTag {
        transform: translateY(367px) translateX(248px) rotate(8deg) scale(1);
        right: 100%;
        z-index: 0;
    }
    .leftCal {
        position: absolute;
        top: 142px;
        left: -5px;
    }
    .rightCal {
        position: absolute;
        top: 142px;
        right: -5px;
    }
    .providersRow img,
    .providersRow svg {
        max-height: 42px;
    }
    .providersIcons > div > div:nth-child(2) svg {
        position: relative;
        left: 16px;
    }
    .providersIcons > div > div:nth-child(3) svg {
        position: relative;
        left: 16px;
    }
    .providersIcons > div > div:nth-child(4) svg {
        position: relative;
        left: 22px;
    }
    .providersIcons > div > div:nth-child(5) svg {
        position: relative;
        left: 24px;
    }
    .providersIcons > div > div:nth-child(6) svg {
        position: relative;
        left: 6px;
    }
    #screenContainer {
        background: #fff;
        box-shadow: 0 0 6px -4px rgba(31, 73, 125, 0.8),
            0 0 8px -4px rgba(31, 73, 125, 0.8);
    }
    .desc-breakpoint-header {
        background: #fff;
    }
    .d-blue-header {
        background: #fff;
        box-shadow: 0 0 11px -4px rgba(31, 73, 125, 0.8),
            0 0 8px -4px rgba(31, 73, 125, 0.8);
    }
    html {
        background-position: initial;
        background-size: initial;
        background-repeat: initial;
        background-origin: initial;
        background-clip: initial;
        background-color: initial;
        background-attachment: fixed !important;
    }
    .wAl {
        padding: 0 100px;
        width: 90%;
    }
    .insurance {
        padding: 25px 0;
        width: 100%;
        float: left;
    }
    header .jc-flex-start {
        padding: 20px;
    }
    #desktop-end-date > div,
    #desktop-start-date > div {
        padding: 18px;
        height: 58px;
        line-height: 20px;
        padding-top: 19px;
    }
    .mt-4.mb-4.m-hide {
        margin-top: 39px;
    }
    .oper1 {
        margin-top: 35px;
        margin-bottom: 0;
    }
    .oolep {
        margin-top: 0;
    }
    .mt-4.pb-2.pbler {
        margin-top: 8px;
    }
    .headerInnerDiv {
        padding: 0 17px;
    }
    .logo1024 {
        margin-left: 1px;
    }
    #formatoreDiv {
        margin: 0 -9px;
    }
    .providersIconsRates .flex-col > svg {
        margin-right: 24px;
    }
    .providersIcons .flex-1 > svg {
        margin-right: 28px;
    }
    .flex-row.d-flex.jc-space-between.mt-3 {
        margin-left: 0;
    }
    #desc-location-no-return {
        width: 626px;
        margin-right: 0;
    }
    .fmbd {
        width: 1440px;
        float: left;
        margin-left: calc((100vw - 1440px) / 2);
        margin-right: calc((100vw - 1440px) / 2);
    }
    .horizontal-scroll {
        margin: 0;
        margin: 20px 104px 0 122px;
    }
    .card-slider {
        padding: 0 21px;
    }
    .ke33 {
        width: 480px;
    }
    .hanaT {
        width: 100%;
    }
    .ke33 {
        position: absolute;
        top: -14px;
        right: 15px;
    }
    .evaluation-title {
        margin-top: 10px;
        margin-bottom: 8px;
    }
    .card-hanna {
        width: calc(100% - 402px);
        float: right;
    }
    footer {
        width: 100%;
        float: left;
    }
    .firstFooterDiv {
        margin: 0 auto;
        width: 85%;
        padding: 0 25px;
    }
    .mober {
        margin-left: 7.5%;
    }
    .screen-container {
        width: 1440px;
        margin-left: calc((100vw - 1440px) / 2);
        margin-right: calc((100vw - 1440px) / 2);
    }
    .headerContEr {
        padding: 0 20px;
        width: 85%;
    }
    .headerImgDiv {
        position: relative;
        float: left;
        top: 5px;
        left: 12px;
        width: auto;
    }
    .qic {
        position: absolute;
        right: -159px;
        top: -16px;
    }
    .headerImgDiv img:nth-child(1) {
        width: 137px;
        height: 71px;
    }
    .headerImgDiv img:nth-child(2) {
        width: 141px;
        height: 71px;
    }
    .headerImgDiv img:nth-child(3) {
        width: 135px;
        height: 88px;
    }
    .headerContEr .m-hide {
        margin-top: 13px;
        margin-bottom: 0;
    }
    .headerContEr .m-hide {
        margin-top: 6px;
        margin-bottom: 0;
    }
    header .h-h1-text {
        line-height: 34px;
    }
    .headerCheckedText .c-white {
        bottom: 4px;
        line-height: 30px;
    }
    header .h-h1-text {
        margin-top: 34px;
        margin-bottom: 14px;
    }
    .headerCheckedText {
        margin-bottom: 36px;
    }
    header .h-h1-text {
        line-height: 40px;
    }
    #screenContainer {
        float: left;
        margin-left: calc((100vw - 1440px) / 2);
        margin-right: calc((100vw - 1440px) / 2);
        width: 1440px;
    }
    .slider-bg-line {
        bottom: 131px;
        width: 1440px;
        height: 142px;
    }
    .pp3 img {
        position: relative;
        top: 9px;
    }
    .pp1 img {
        width: 223px;
        height: 190px;
    }
    .pp2 img {
        width: 215px;
        height: 170px;
    }
    .pp3 img {
        width: 215px;
        height: 180px;
    }
    .logo1024 {
        margin-top: 7px;
        margin-bottom: 10px;
        height: 44px;
        width: auto;
    }
    .yahreDiv {
        width: 214px;
    }
    #desc-location-no-return {
        width: 626px;
    }
    .nurDiv {
        width: 626px;
    }
    #screenContainer {
        float: left;
        margin-left: calc((100vw - 1440px) / 2);
        margin-right: calc((100vw - 1440px) / 2);
    }
    .headerCont {
        width: 85%;
        padding: inherit;
    }
    .d-blue-header {
        float: left;
        margin-left: calc((100vw - 1440px) / 2);
        z-index: 1;
    }
}

.sider {
    right: 16px;
    top: 16px;
}

.obi {
    float: right;
}

#collapsible-desc-show {
    z-index: 10000000;
    display: none;
}

.collapsible-desc-show svg {
    transition: 0.3s;
}

@media only screen and (orientation: portrait) {
    #root select.p-3-5,
    #root select.p-3-5 #root .jc-space-between .flex-2 {
        border-radius: 0;
    }
    .mob-calendar-fs {
        float: right;
        padding-top: 22px;
    }
}

@media only screen and (orientation: landscape) {
    #root .d-flex.flex-col {
        float: initial;
        width: 100%;
        flex-direction: inherit;
    }
    .select-css,
    .w-100.p-3-5.mob-calendar-fs.border-none.bg-white.box-shadow-grey.c-inherit,
    .w-100.p-3.mob-calendar-fs.border-none.bg-white.box-shadow-grey.c-inherit {
        height: 50px;
        line-height: 50px;
        padding: 0 38px;
    }
}

.cssRedCross {
    width: 16px;
    height: 11px;
    padding-left: 2px;
    padding-right: 2px;
}

#open-contact-modal,
.border-bottom-hifle .c-blue,
.header-arrow-text .c-blue strong {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-left: -11px;
    font-size: 16px;
    font-weight: 600;
}

.swiper-wrapper {
    display: none;
}

#desktop-mask-loader {
    display: none;
    left: 0;
    right: 0;
}

.tooltip .tooltiptext {
    visibility: hidden;
    display: none;
    width: 350px;
    background-color: #fff;
    color: #555;
    text-align: center;
    padding: 0 10px 5px 10px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    margin-left: -175px;
    opacity: 0;
    transition: opacity 0.3s;
    -webkit-box-shadow: 1px 2px 4px 1px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 1px 2px 4px 1px rgba(0, 0, 0, 0.45);
    box-shadow: 1px 2px 4px 1px rgba(0, 0, 0, 0.45);
}

.tooltip2 .tooltiptext {
    visibility: hidden;
    display: none;
    width: 350px;
    background-color: #fff;
    color: #555;
    text-align: center;
    padding: 0 10px 5px 10px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    top: 27px;
    left: 11px;
    margin-left: -175px;
    opacity: 0;
    transition: opacity 0.3s;
    -webkit-box-shadow: 1px 0 4px 1px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 1px 0 4px 1px rgba(0, 0, 0, 0.45);
    box-shadow: 1px 0 4px 1px rgba(0, 0, 0, 0.45);
}

.tooltip-right .tooltiptext {
    visibility: hidden;
    display: none;
    width: 350px;
    background-color: #fff;
    color: #555;
    text-align: center;
    padding: 0 10px 5px 10px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    top: -4px;
    left: 29px;
    opacity: 0;
    transition: opacity 0.3s;
    -webkit-box-shadow: -3px -3px 4px -2px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: -3px -3px 4px -2px rgba(0, 0, 0, 0.45);
    box-shadow: -3px -3px 4px -2px rgba(0, 0, 0, 0.45);
    border: 1px solid rgba(6, 4, 3, 0.15);
}

.tooltip-right .tooltiptext::after {
    top: 9px;
    right: 100%;
    border-color: transparent #fff transparent transparent;
}

.tooltip-right-tab .tooltiptext {
    visibility: hidden;
    display: none;
    width: 285px;
    background-color: #fff;
    color: #555;
    text-align: center;
    padding: 0 10px 5px 10px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    top: 25px;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s;
    -webkit-box-shadow: 1px -1px 4px 0 rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 1px -1px 4px 0 rgba(0, 0, 0, 0.45);
    box-shadow: 1px -1px 4px 0 rgba(0, 0, 0, 0.45);
}

.tooltip-right-tab .tooltiptext::after {
    top: 0;
    left: 12px;
    margin-top: -10px;
    border-color: transparent transparent #fff transparent;
}

.toolSvgDiv {
    float: left;
    width: 100%;
    text-align: left;
}

.tooltip,
.tooltip-right,
.tooltip-right-tab,
.tooltip2 {
    position: relative;
    display: inline-block;
    z-index: 9;
}

.tooltip .tooltiptext p,
.tooltip-right .tooltiptext p,
.tooltip-right-tab .tooltiptext p,
.tooltip2 .tooltiptext p {
    text-align: justify;
    font-size: 13px;
    line-height: 1.46;
    color: #313131;
}

.tooltip .tooltiptext p.tooltiptitle,
.tooltip-right .tooltiptext p.tooltiptitle,
.tooltip-right-tab .tooltiptext p.tooltiptitle,
.tooltip2 .tooltiptext p.tooltiptitle {
    text-align: justify;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.81;
    color: #004d85;
}

#holidaySpecials .tooltip-right .tooltiptext p.tooltiptitle{
    line-height: 22px;
    color: #313131;
    margin-bottom: 8px;
}

.tooltip .tooltiptext::after,
.tooltip-right .tooltiptext::after,
.tooltip-right-tab .tooltiptext::after,
.tooltip2 .tooltiptext::after {
    content: "";
    position: absolute;
    margin-left: -5px;
    border-width: 8px;
    border-style: solid;
}

.tooltip-right-tab:hover .tooltiptext,
.tooltip-right:hover .tooltiptext,
.tooltip2:hover .tooltiptext,
.tooltip:hover .tooltiptext {
    visibility: visible;
    display: block;
    opacity: 1;
}

.tp {
    position: absolute;
    right: 8px;
    top: 8px;
    opacity: 1;
}

#desktop-end-date,
#desktop-start-date {
    border: 1px solid transparent;
    transition: 0.3s;
}

@media (min-width: 320px) {
    .fr .linkers,
    .nl .linkers,
    .pl .linkers {
        height: 224.5px;
    }
    .tp {
        display: block;
    }
    .tooltiptext {
        transition: 3.3s;
    }
    .moberin .tooltiptext {
        transition: 0.5s;
        display: block;
        position: fixed !important;
        visibility: hidden;
        top: 100%;
        left: 175px;
        width: 100%;
        height: 250px;
        z-index: 9999;
        border-radius: 0;
        box-shadow: 0 0 #000;
        border: 2px solid #000;
    }
    .moberin2 .tooltiptext {
        transition: 0.5s;
        display: block;
        position: fixed !important;
        visibility: hidden;
        top: 100%;
        left: 0;
        width: 100%;
        height: 250px;
        z-index: 9999;
        border-radius: 0;
        box-shadow: 0 0 #000;
        border: 2px solid #000;
    }
    .moberinInside {
        position: absolute;
        bottom: 0;
        background: #fff;
        padding: 0 10px 5px 10px;
    }
    .modal-content.w-100.h-100 > div > .border-bottom-hifle {
        height: 50px;
    }
    .moberin .tooltiptext:after {
        visibility: hidden !important;
    }
    .moberin2 .tooltiptext:after {
        visibility: hidden !important;
    }
    .moberin:hover .tooltiptext {
        display: none;
    }
    .moberin2:hover .tooltiptext {
        display: none;
    }
    .tooltip-right .tooltiptext {
        width: calc(100vw - 13px);
        top: 25px;
        left: -13px;
    }
    .tooltip-right .tooltiptext::after {
        top: -10px;
        right: 273px;
        border-color: transparent transparent #fff transparent;
    }
    .tooltip2 .tooltiptext::after {
        bottom: 100%;
        left: 232px;
        border-color: transparent transparent #fff transparent;
    }
    .tooltip2 .tooltiptext {
        width: calc(100vw - 16px);
        top: 27px;
        left: -45px;
    }
}

@media (min-width: 360px) {
    .forecastCode {
        font-size: 11px;
    }
    .tooltip2 .tooltiptext::after {
        bottom: 100%;
        left: 232px;
        border-color: transparent transparent #fff transparent;
    }
    .tooltip2 .tooltiptext {
        width: calc(100vw - 16px);
        top: 27px;
        left: -45px;
    }
}

@media (min-width: 371px) {
    .nl .linkers {
        height: 194px;
    }
}

@media (min-width: 375px) {
    .p-day {
        height: 47px;
    }
    .tooltip2 .tooltiptext {
        width: 359px;
    }
    .tooltip-right .tooltiptext::after {
        top: -10px;
        right: 329px;
    }
}

@media (min-width: 389px) {
    .fr .linkers {
        height: 194px;
    }
}

@media (min-width: 410px) {
    .p-day {
        height: 52px;
    }
    .forecastCode {
        font-size: 12px;
    }
    .tooltip-right .tooltiptext {
        width: 353px;
    }
    .tooltip2 .tooltiptext {
        width: calc(100vw - 16px);
    }
    .tooltip-right .tooltiptext::after {
        top: 9px;
        right: 100%;
        border-color: transparent #fff transparent transparent;
    }
    .tooltip-right .tooltiptext {
        width: 350px;
        top: -4px;
        left: 29px;
    }
    #holidaySpecials .tooltip-right .tooltiptext {
        width: 350px;
        top: 29px;
        left: -319px;
    }
    #holidaySpecials .tooltip-right .tooltiptext::after {
        top: -16px;
        right: 12.5px;
        border-color: transparent transparent #fff transparent;
    }
}

@media (min-width: 475px) {
    .p-day {
        height: 67px;
    }
    .pl .linkers {
        height: 194px;
    }
}

@media (min-width: 576px) {
    .fr header .h-h1-text {
        width: 74%;
    }
    .ch .mobileCanceler {
        top: 60px;
    }
    .ch .mobileCanceler.couponCorrections {
        top: 58px;
    }
    .de .mobileCanceler {
        top: 60px;
    }
    .de .mobileCanceler.couponCorrections {
        top: 58px;
    }
    .fr .mobileCanceler {
        top: 83px;
    }
    .fr .mobileCanceler.couponCorrections {
        top: 58px;
    }
    .es .mobileCanceler {
        top: 60px;
    }
    .es .mobileCanceler.couponCorrections {
        top: 58px;
    }
    .nl .mobileCanceler {
        top: 60px;
    }
    .nl .mobileCanceler.couponCorrections {
        top: 58px;
    }
    .it .mobileCanceler {
        top: 60px;
    }
    .it .mobileCanceler.couponCorrections {
        top: 58px;
    }
    .pl .mobileCanceler {
        top: 82px;
    }
    .pl .mobileCanceler.couponCorrections {
        top: 58px;
    }
    .us .mobileCanceler {
        top: 60px;
    }
    .us .mobileCanceler.couponCorrections {
        top: 58px;
    }
    .dn576 {
        display: none;
    }
    .mt16 {
        margin-top: 16px;
    }
    .mt38 {
        margin-top: 38px;
    }
    .p-day {
        height: 29px;
        font-size: 12px;
    }
    .headerImgDiv img:nth-child(1) {
        width: 142px;
        height: auto;
        box-shadow: none;
        border-radius: 0;
    }
    .custom-checkbox span {
        font-size: 15px;
    }
    .custom-checkbox label {
        font-size: 15px;
    }
    .forecastCode {
        font-size: 13px;
    }

    .tooltiptext {
        min-height: 185px;
    }
    .moberinInside {
        min-height: 216px;
        height: 216px;
    }
    .tooltip-right .tooltiptext::after {
        top: 9px;
        right: 100%;
        border-color: transparent #fff transparent transparent;
    }
    .tooltip2 .tooltiptext::after {
        bottom: 100%;
        left: 50%;
        border-color: transparent transparent #fff transparent;
    }
    .tooltip .tooltiptext {
        position: absolute;
        top: -99px;
        right: 22px;
    }
    .tooltip .tooltiptext::after {
        top: 50%;
        left: 355px;
        border-color: transparent transparent transparent #fff;
    }
}

@media (min-width: 600px) {
    .p-day {
        height: 31px;
        font-size: 13px;
    }
    .custom-checkbox span {
        font-size: 16px;
    }
    .custom-checkbox label {
        font-size: 16px;
    }
}

@media (min-width: 650px) {
    .us header .h-h1-text {
        width: 65%;
    }
    .fr .headerCheckedText {
        font-size: 12px;
    }
    .ch header .h-h1-text,
    .de header .h-h1-text{
        width: 100%;
    }

    header .h-h1-text{
        width: 50%;
    }

    .fr .mobileCanceler {
        top: 83px;
    }

    .es .headerCheckedText>div{

        width: 55%;

    }
    .es .mobileCanceler {
        top: 87px;
    }
    .p-day {
        height: 34px;
        font-size: 14px;
    }
    #holidayCountdown{
        display: block;
        position: absolute;
        transform: scale(0.5);
        right: 87px;
        bottom: -113px;
    }
    #holidayCountdown .countDownText {
        display:none
    }
    .es #holidayCountdown .countDownText {
        display: block;
    }
    .countDownStrings {

            color: black;
            font-size: 14px;

    }
}
@media (min-width:686px){
    .pl .mobileCanceler {
        top: 57px;
    }
}
@media (min-width: 700px) {
    .fr .headerCheckedText {
        font-size: 14px;
    }
    .es .headerCheckedText>div{

        width: 50%;

    }
    #holidayCountdown {
        display: block;
        position: absolute;
        transform: scale(0.6);
        right: 104px;
        bottom: -113px;
    }
    .p-day {
        height: 37px;
        font-size: 14px;
    }
}

@media (min-width: 750px) {
    .p-day {
        height: 40px;
        font-size: 15px;
    }
}

@media (min-width: 768px) {
    .pl .mobileCanceler {
        top: 80px;
    }
    .fr header .h-h1-text {
        width: 52%;
    }
    .fr .headerInnerDiv .tuvHolder {
        position: absolute;
        right: -80px;
        top: -25px;
    }
    .fr .mobileCanceler {
        top: 69px;
    }

    .countDownStrings {
        font-size: 14px;
        color: black;
    }
    #holidayCountdown{

        position: absolute;
        transform: scale(0.7);
        right: 119px;
        bottom: -121px;
    }
    #holidayCountdown .countDownText {
        display:block
    }
    .p-day {
        height: 41px;
        font-size: 16px;
    }
}

@media (min-width: 800px) {

    .p-day {
        height: 44px;
    }
}
@media(min-width:818px){
    .fr .headerInnerDiv .tuvHolder {
        position: absolute;
        right: -60px;
        top: -25px;
    }
}
@media (min-width: 850px) {

    .es header .h-h1-text {
        width: 52%;
    }
    .countDownStrings {
        font-size: 14px;
        color: black
    }
    #holidayCountdown{

        transform: scale(0.8);
        right: 130px;
        bottom: -99px;
    }
    #holidayCountdown {
        transform: scale(0.8);
        right: 130px;
        bottom: -112px;
    }
    .p-day {
        height: 47px;
    }
    .tooltip .tooltiptext {
        top: -212px;
        right: -167px;
    }
    .tooltip .tooltiptext::after {
        top: 100%;
        left: 50%;
        border-color: #fff transparent transparent transparent;
    }
}

@media (min-width: 900px) {
    .fr .headerInnerDiv .tuvHolder {
        position: absolute;
        right: 0;
        top: -25px;
    }
    .countDownStrings {

        color: rgba(129, 129, 129, 0.8);
    }
    #holidayCountdown{


        transform: scale(0.9);
        right: 158px;
        bottom: -102px;

    }
    .ab1 {
        bottom: -1px;
    }
    .es #holidayCountdown {
        transform: scale(0.9);
        right: 158px;
        bottom: -111px;
    }
    .es .headerInnerDiv .tuvHolder {
        position: absolute;
        right: 0px;
        top: -22px;
    }


}
@media (min-width:1094px) {
    .fr #holidayCountdown {
        transform: scale(0.9);
        right: 170px;
        bottom: -117px;
    }
    .fr .headerInnerDiv .tuvHolder {
        position: absolute;
        right: 0;
        top: 0;
    }
}
@media (min-width:1242px){
    .es #holidayCountdown {
        transform: scale(0.9);
        right: 158px;
        bottom: -116px;
    }
    .es .headerInnerDiv .tuvHolder {
        position: absolute;
        right: 0px;
        top: 0;
    }
    .es .mobileCanceler {
        top: 53px;
    }
}
@media (min-width:1280px){
    .fr header .h-h1-text {
        width: 100%;
    }
    .fr .germanHeader .h-h1-text {
        font-size: 30px;
    }
}
/* holliday  */

.tac{
    text-align: center;
}
.df {
    display: flex;
}
.aic {
    align-items: center;
}
.jcc {
    justify-content: center;
}
.f1 {
    flex: 1;
}
.mt14{
    margin-top: 14px;
}
.holidaySpecials label{

    height: 20px;
    display: flex;
    align-items: center;

}

.holidaySpecials label div.tipp{

    text-align: center;
    border-radius: 11px;
    background-color: #f24457;
    height: 18px;
    line-height: 18px;
    font-size: 13px;
    color: #f3f6fa;
    padding: 0px 8px;
    margin-right: 5px;

}
#holidaySpecials{
    display: flex;
    align-items: center;
}
#holidaySpecials label{
    margin-left:0;
}
.specialHolidayBonusLabelRed{
    font-weight: 600;
    color: #f24457;
    font-size: 14px;
}

.m0{
    margin: 0;
}
.box {
    width: 52px;
    height: 38px;

    margin:0;
    padding: 0;
    border-radius: 6px;
    background-color: #fff;

}
.countDownDigits{
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    text-align: center;
    margin: 0;
    color: #004d85;

}
.middleDots{
    width: 13px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #004d85;
    margin: 0;
    position: relative;
    bottom: 10px;
}
.countDownStrings{
    font-size: 10px;
    font-weight: normal;
    letter-spacing: normal;
    text-align: center;

    margin: 0;
    line-height: 19px;
}
#holidayCountdown{
    width: 280px;

    padding: 0.8rem;
    border-radius: 5px;
    box-shadow: 1px 2px 5px 0 rgb(0 0 0 / 33%);
    background-color: #f3f6fa;

    opacity: 0;


}
.countDownText {
    font-size: 10px;
    font-weight: normal;
    text-align: left;
    color: #313131;
    line-height: 18px;
}
.countDownTitle{
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}
.cBlue{
    color:#2479d3;
}
.cRed{
    color: #f24457;
}
.toolTipHrefHoliday{
    text-align: left;
    float: left;
    color: #2479d3;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 8px;
}
.titleHolidayToolTip{

    line-height: 22px;
    color: #313131;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 600;
}

@media (min-width: 1024px) {
    .countDownStrings {

        color: rgba(129, 129, 129, 1);
    }
    .de #holidayCountdown ,
    .nl #holidayCountdown {
        transform: scale(1);
/*         right: 170px;
        bottom: -106px; */
    }
    .tooltip2 .tooltiptext {
        width: 350px;
        top: 27px;
        left: 8px;
    }

}

.tooltiptext {
    display: none;
}
@media (min-width:1130px) {
    .it #holidayCountdown {
        transform: scale(0.9);
        right: 170px;
        bottom: -115px;
    }
}
@media (min-width:1200px) {
    header .h-h1-text{
        width: 100%;
    }
}
@media (min-width: 1280px) {
    .fr .germanHeader .headerH1 {
        width: 75%;
    }
    .fr #holidayCountdown, .es #holidayCountdown,.nl #holidayCountdown, .it #holidayCountdown , #holidayCountdown{
        position:relative;
        transform: scale(1);
        right: 0;
        bottom: 0;
        z-index: -1;
        position: relative;
    }
    .es header .h-h1-text {
        width: 100%;
    }
    .es .headerCheckedText>div {
        width: 100%;
    }
    .es .cancelationTag {
        transform: translateY(367px) translateX(265px) rotate(8deg) scale(1);
    }
    .mt16 {
        margin-top: auto;
    }
    .mt38 {
        margin-top: auto;
    }
    .p-day {
        height: 35px;
    }
}

@media (min-width: 1440px) {
    .p-day {
        height: 38px;
    }
}

@media only screen and (hover: none) and (pointer: coarse) {
    .tp {
        display: block;
    }
}

.hov {
    border: solid 1px transparent;
    box-shadow: inset 0 0 0 1px #dadce0;
    height: 38px;
}

.hov span {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 38px;
}

.selected-car-card-daily-rent {
    background: #2479d3;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.2) !important;
}

.button-car-card-daily-rent {
    transition: 0.4s;
    border: 3px solid #2479d3;
    margin: 8px 0 0 0;
}

#o100,
.bg-dark-blue {
    background-color: #2479d3;
    border: 3px solid #2479d3;
    transition: 0.25s;
}

#o100:hover,
.ReactModalPortal .bg-dark-blue:hover,
.bg-dark-blue:hover {
    background-color: #288bf4 !important;
}

.providersIconsRates .d-flex.flex-col > svg {
    width: 120px;
    height: initial;
}

.orangePa {
    width: 100%;
    float: left;
    height: 0;
    z-index: 1;
}

@media (min-width: 280px) {
    .ruckgabeCheckboxFirst{
        padding-left: 10px;
    }
    #yahreSecDiv .nurDiv{
        padding-left: 10px;
    }
    .holidaySpecial{
        padding-left: 20px;
    }
    #holidaySpecial .tooltip-right{
        display: none;
    }
    .forecast-info .m-show {
        font-size: 11px;
    }
    .us .forecast-info .m-show {
        font-size: 9px;
    }
    .germanHeader .fromDivMain .nurDiv {
        display: none;
    }
    .germanHeader .headerH1 {
        display: none;
    }
    .headerH1 {
        display: none;
    }
    .fromDivMain .nurDiv {
        display: none;
    }
}

@media (min-width: 360px) {
    .forecast-info .m-show {
        font-size: 13px;
    }
    .us .forecast-info .m-show {
        font-size: 11px;
    }
}

@media (min-width: 400px) {
    .forecast-info .m-show {
        font-size: 15px;
    }
    .us .forecast-info .m-show {
        font-size: 12px;
    }
}

@media (min-width: 440px) {
    .forecast-info .m-show {
        font-size: 15px;
    }
    .us .forecast-info .m-show {
        font-size: 15px;
    }
}

@media (min-width: 576px) {

    #holidaySpecial .tooltip-right{
        display: inline;
    }
    .germanHeader .fromDivMain .nurDiv {
        display: block;
    }
    .germanHeader .deskFrom {
        left: 0;
    }
    #root .d-flex.flex-col > div > div.d-flex.flex-row.mb-1 > div:nth-child(3) {
        position: relative;
        left: 0;
    }
    .germanHeader .nurDiv {
        float: left;
        margin-top: 12px;
        width: 50%;
        margin-left: 0;
        padding-left: 11px;
    }
    .germanHeader .nurDiv > label {
        margin-left: 15px;
        float: left;
    }
    .germanHeader .select-css {
        height: 60px;
        line-height: 60px;
        padding: 0 38px;
    }
    .germanHeader .leftHelperI {
        width: 100%;
        float: left;
        margin-right: 0;
    }
    .germanHeader .rightHelper {
        width: calc(100% - 200px);
        float: left;
    }
    .germanHeader .leftHelper {
        width: 185px;
        margin-right: 2%;
    }
    .germanHeader .yahreDiv {
        float: left;
        width: 185px;
    }
    .germanHeader .searchBlueButton {
        margin-top: 24px;
        margin-bottom: 14px;
    }
}
@media (min-width:768px){
    .germanHeader .nurDiv > label {
        margin-left: 0;
        float: right;
        margin-right: 12px;
    }
}
@media (min-width: 1091px) {
    .pl .headerInnerDiv .tuvHolder {
        position: absolute;
        right: 0;
        top: 0px;
    }
    .pl .mobileCanceler {
        top: 62px;
    }
}
@media (min-width: 1280px) {
    .pl .germanHeader .headerH1 {
        width: 84%;
    }
    .cnt-orange {
        left: 0;
    }
    .newsletterButton {
        height: 50px;
        width: calc(100% - 400px);
        margin-left: 0;
        float: right;
    }
    .logoFooter {
        padding-top: 32px;
        padding-bottom: 40px;
        margin-left: 7.5%;
    }
    .germanHeader #yahreDivCont .yahreDiv {
        display: none;
    }
    .germanHeader #RateSearch {
        width: 680px;
    }
    .germanHeader #desc-location-no-return {
        width: 100%;
    }
    .germanHeader #stifungSec {
        display: block;
        width: auto;
        float: right;
        margin-top: 20px;
        margin-bottom: 12px;
    }
    .germanHeader #stifungSec .stifungenDiv {
        margin: 0;
    }
    .germanHeader #subimitSecButton {
        display: block;
        width: calc(100% - 191px);
    }
    .germanHeader #submitOne #searchBlueButton {
        display: none;
    }
    .germanHeader .leftHelperI .yahreDiv {
        display: block;
        width: 177.67px;
        float: left;
        margin-top: 0;
        margin-bottom: 24px;
    }
    .germanHeader .ruckgabeCheckboxFirst {
        width: 50%;
        margin-top: 8px;
        margin-left: 0;
    }
    .germanHeader .nurDiv {
        width: 50%;
        float: left;
        margin-top: 8px;
        margin-bottom: 8px;
        margin-left: 15px;
    }
    .germanHeader .fromDivMain .nurDiv {
        display: block;
        padding-left: 0;
        margin-left: 0;
    }
    .germanHeader #nurDivCont {
        display: none;
    }
    .germanHeader .headerH1 {
        width: 100%;
        height: 66px;
        overflow: hidden;
        display: block;
        font-size: 32px;
        font-weight: 700;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.06;
        letter-spacing: normal;
        color: #004d85;
        margin: 0;
        margin-bottom: 25px;
        position: relative;
        top: 24px;
    }
    .it .germanHeader .headerH1 {
        width: 73%;
    }
    .es .germanHeader .headerH1 {
        width: 82%;
    }
    .germanHeader .formatoreDiv {
        float: left;
    }
    .germanHeader #RateSearch {
        margin-top: 30px;
    }
    .germanHeader .headerInnerDiv {
        float: right;
        width: calc(100% - 680px);
        padding-right: 0;
        padding-left: 20px;
    }
    .germanHeader .orangePa {
        width: 680px;
        float: left;
        height: 0;
        position: absolute;
        top: 56px;
        left: 0;
    }
    .germanHeader .leftHelper {
        width: 180px;
        float: left;
        margin-right: 10px;
    }
    .germanHeader .searchBlueButton {
        max-width: 100%;
        margin-top: 24px;
    }
    .germanHeader .select-css {
        height: 60px;
        line-height: 60px;
        padding: 0 20px;
    }
    .germanHeader #root {
        margin-right: 0;
    }
    .germanHeader .headerInnerDiv .h-h1-text {
        margin-top: 0;
    }
    .germanHeader .headerInnerDiv {
        margin-top: 4px;
        padding: 0 32px;
    }
    .germanHeader .h-h1-text {
        font-size: 32px;
        font-weight: 700;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.25;
        letter-spacing: normal;
        float: left;
        width: 480px;
        margin-bottom: 25px;
        position: relative;
        top: 24px;
    }
    .germanHeader .mb16 {
        margin-bottom: 12px;
    }
    .germanHeader .d-blue-header {
        width: 100%;
    }
    .germanHeader .headerImgDiv img {
        margin-right: 11px;
    }
    .germanHeader #formatoreDiv {
        margin: 0;
    }
    .germanHeader .headerImgDiv {
        left: 0;
    }
    .germanHeader .headerImgDiv img:nth-child(1) {
        width: 141px;
        height: auto;
        margin-left: 0;
    }
    .germanHeader .headerImgDiv img:nth-child(2) {
        width: 146px;
        height: auto;
    }
    .germanHeader .headerImgDiv img:nth-child(3) {
        width: 117px;
        height: auto;
        position: relative;
        bottom: 8px;
    }
    .germanHeader .headerCheckedText {
        font-size: 18px;
        margin-bottom: 6px;
    }
    .germanHeader .headerCheckedText .c-white {
        color: #fff;
        margin-top: -2px;
    }
    .germanHeader .headerCheckedText .p-icon {
        margin-right: 4px;
    }
}

@media (min-width: 1440px) {
    .es .cancelationTag {
        transform: translateY(367px) translateX(250px) rotate(8deg) scale(1);
    }
    .germanHeader .nurDiv {
        margin-left: 0;
        padding-left: 0px;
    }
    .germanHeader .orangePa {
        width: 730px;
    }
    .germanHeader .leftHelper {
        width: 195px;
        margin-right: 12px;
    }
    .germanHeader .leftHelperI .yahreDiv {
        width: 191.77px;
    }
    .germanHeader #subimitSecButton {
        width: calc(100% - 205.35px);
    }
    header .h-h1-text {
        height: unset;
    }
    .germanHeader .orangePa {
        left: 0;
    }

    .germanHeader .headerCheckedText {
        margin-bottom: 2px;
    }
    .germanHeader .headerCheckedText .p-icon {
        margin-right: 10px;
    }
    .germanHeader .headerCheckedText {
        font-size: 18px;
    }
    .germanHeader .headerImgDiv img:nth-child(1) {
        width: 141px;
        height: auto;
        margin-left: 0;
        border-radius: 0;
        box-shadow: none;
        margin-right: 0;
    }
    .germanHeader .headerImgDiv img:nth-child(2) {
        width: 141px;
        height: 71px;
        float: right;
    }
    .germanHeader .headerImgDiv img:nth-child(3) {
        width: 135px;
        height: 88px;
        position: absolute;
        right: -159px;
        top: -16px;
    }
    .germanHeader .headerImgDiv img {
        margin-right: 22px;
    }
    .germanHeader .headerInnerDiv {
        float: right;
        width: 480px;
        padding: 0 17px;
    }
    .germanHeader #RateSearch {
        width: 730px;
    }
    .germanHeader .d-blue-header {
        width: 1440px;
    }
    .pl .germanHeader .h-h1-text {
        margin-bottom: 12px;
    }
    .pl .germanHeader .headerCheckedText {
        margin-bottom: 6px;
    }
}

#contact-modal {
    z-index: 9999999;
}

.page-content p {
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 1.35;
    display: block;
    position: relative;
}

.page-content p a {
    color: #2479d3;
}

#submitOne {
    position: relative;
}

.ReactModalPortal .bg-dark-blue {
    background-color: #2479d3;
    border: 3px solid #2479d3;
}

.carGalCont > div {
    float: left;
    width: 100%;
}

.carGalContFig {
    margin: 0;
    float: left;
    width: calc(100% - 56px);
}

.carGalContFig .infoBox {
    float: left;
    width: 46px;
    position: relative;
    top: 16px;
}

.infBo {
    float: left;
    width: 46px;
}

.infoBox {
    position: relative;
    top: 12px;
}

.carGalCont .fs-20 {
    font-size: 18px;
}

.carGalCont .lh-15 .text-right {
    width: 105px;
    float: right;
    flex: none;
}

#calendar-picker {
    float: left;
    width: 100%;
    transition: 0.2s;
    position: absolute;
    transform: scale(1, 0);
    z-index: 21000;
    opacity: 0;
}

#movileButtonCont {
    position: relative;
}

#movileButtonCont2 {
    box-shadow: 0 -5px 5px -5px #333;
    transition: 0.6s;
    position: fixed;
    width: 100%;
    bottom: -300px;
    left: 0;
    z-index: 200;
}

.tede svg {
    cursor: help;
}

#cookieNotice {
    overflow: hidden;
    transition: 0.3s;
    cursor: help;
    position: fixed;
    bottom: 20px;
    left: 20px;
    background: #fff;
    height: 80px;
    width: 80px;
    padding: 20px 8px;
    text-align: center;
    box-shadow: 0 -1px 2px grey inset, 0 0 0 3px #fff inset,
        0 1px 5px 2px #a1a1a1 inset, 0 15px 0 3px rgba(255, 255, 255, 0.5) inset,
        0 -7px 0 0 #c6deff inset, 0 0 13px -4px #404040;
    border-radius: 50%;
}

#cookieNotice:hover {
    box-shadow: 0 -1px 2px grey inset, 0 0 0 3px #fff inset,
        0 1px 5px 2px #a1a1a1 inset, 0 15px 0 3px rgba(255, 255, 255, 0.5) inset,
        0 -7px 0 0 #2f71b6 inset, 0 0 13px 0 #2f71b6;
}

.fdivcn {
    transition: 0.3s;
    float: left;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 20px;
    opacity: 1;
}

.sdivcn {
    transition: 0.3s;
    float: left;
    width: 80px;
    height: 80px;
    position: absolute;
    left: -80px;
    top: 0;
    line-height: 80px;
    color: #2f71b6;
    font-size: 34px;
    opacity: 0;
}

.fdivcn span {
    line-height: 20px;
    color: #2f71b6;
    font-weight: 600;
}

#cookieWindow {
    opacity: 0;
    transition: 0.3s;
    z-index: 100;
    position: fixed;
    width: 280px;
    background: #fff;
    left: -320px;
    bottom: 120px;
    box-shadow: 0 -1px 2px grey inset, 0 0 0 3px #fff inset,
        0 1px 5px 2px #a1a1a1 inset, 0 15px 0 3px rgba(255, 255, 255, 0.5) inset,
        0 -7px 0 0 #c6deff inset, 0 0 13px -4px #404040;
}

#cookieWindow h3 {
    color: #2f71b6;
    padding-bottom: 8px;
    box-shadow: 0 5px 1px -5px #2f71b6;
    margin-bottom: 8px;
    line-height: 50px;
    font-size: 24px;
    padding: 0 10px;
}

.cwp1 {
    box-shadow: 0 5px 1px -5px #2f71b6;
    margin: 0;
    margin-bottom: 8px;
    padding: 0 10px;
    padding-bottom: 8px;
}

.cwp2 {
    box-shadow: 0 5px 1px -5px #2f71b6;
    margin: 0;
    margin-bottom: 8px;
    padding: 0 10px;
    padding-bottom: 8px;
}

#cookieWindow a {
    line-height: 40px;
}

#cookieWindow > div {
    float: left;
    width: 100%;
    padding-bottom: 4px;
    box-shadow: 0 5px 1px -5px #2f71b6;
    margin-bottom: 4px;
    padding: 0 10px;
}

.lchl {
    margin-bottom: 0 !important;
}

#cookieWindow > div > div {
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
}

#cookieWindow label {
    float: right;
    padding: 0;
    margin: 0;
    width: 20px;
    margin-top: 6px;
}

#cookieWindow button {
    transition: 0.3s;
    cursor: pointer;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.2),
        0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    background-color: #2479d3;
    border: 0 solid #2479d3;
    color: #fff;
    font-weight: 600;
    line-height: 35px;
    font-size: 16px;
    margin: 4px;
    width: calc(100% - 8px);
    margin-top: 0;
}

#cookieWindow button:hover {
    background-color: #288bf4;
    text-shadow: 0 0 2px #166eca;
}

#open-contact-modal > div,
.close,
.custom-checkbox {
    cursor: pointer;
}

.pnone {
    pointer-events: none;
}

#contact-modal .c-darkgrey,
#show-all-text .c-darkgrey,
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#show-all-text .c-darkgrey .w-75, #contact-modal .panel-p {
    -webkit-touch-callout: text;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
#comply-consent-manager {
    position: fixed !important;
    left: -200px !important;
    transition: 0.3s !important;
}

#cookieContainer img {
    height: 50px !important;
    width: 50px !important;
    position: relative !important;
}

.greenSvg {
    color: #32a840;
    font-weight: 900;
    margin-right: 0;
    float: left;
    width: 18px;
    margin-right: 8px;
    margin-top: 2px;
}

#bbsev {
    fill: #f35923;
    stroke: white;
    stroke-width: 2px;
    background: round;
}

.redSvg {
    color: red;
    font-weight: 900;
    margin-right: 0;
    float: left;
    width: 18px;
    margin-right: 8px;
    margin-top: 2px;
    position: relative;
    right: 1px;
}

.next,
.prev {
    font-size: 44px;
    font-weight: 300;
    color: #257bd4;
}

#languageArrowDiv {
    transform: rotate(90deg);
    width: auto;
    font-weight: 300;
    color: #257bd4;
    font-size: 24px;
}

.downArrow {
    float: right;
    margin-right: 8px;
    text-align: center;
    transform: rotate(90deg);
    width: auto;
    font-weight: 300;
    color: #257bd4;
    font-size: 24px;
}

.downArrowSmall {
    transform: rotate(90deg);
    width: auto;
    font-weight: 300;
    color: #257bd4;
    float: right;
    margin-left: 16px;
    margin-right: 8px;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
}

.upArrowSmall {
    transform: rotate(-90deg);
    width: auto;
    font-weight: 300;
    color: #257bd4;
    float: right;
    margin-left: 8px;
    margin-right: 28px;
    font-size: 24px;
    line-height: 12px;
    text-align: center;
}

.rArrow {
    transform: rotate(0);
    transition: 0.3s;
    font-size: 32px;
    line-height: 20px;
    color: #257bd4;
    position: relative;
    bottom: 2px;
    margin-left: 7px;
    margin-right: 4px;
    width: 9px;
}

.hov {
    padding: 0;
}

.hov a {
    width: 100%;
    padding: 0 12px;
    height: 38px;
}

.insurance {
    float: left;
    width: 100%;
    display: block;
    margin-bottom: 26px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.maloprodajeZZZ,
.nav-dropdown > li > a,
.toggle-footer > li > a,
.toggle-footer > li > span > a,
.zmijskiZ2,
.zmijskiZMenu {
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
}

@media (max-width: 580px) {
    .maloprodajeZZZ {
        color: #777 !important;
    }
}

.hov:hover {
    border: solid 1px #2f71b6;
    box-shadow: inset 0 0 3px 0 #2a71ba;
}

.hov:hover a {
    color: #004d85;
}

#languageArrowDiv {
    transition: 0.4s;
}

#collapsible-desc-hidden {
    padding: 0;
    line-height: 40px;
    padding-left: 8px;
}

input[type="text"] {
    font-weight: 300;
}

::-webkit-input-placeholder {
    color: #000;
    font-weight: 300;
}

::-moz-placeholder {
    color: #000;
    font-weight: 300;
}

:-ms-input-placeholder {
    color: #000;
    font-weight: 300;
}

:-moz-placeholder {
    color: #000;
    font-weight: 300;
}

.MuiSvgIcon-down {
    width: 10px;
    height: 40px;
    margin-left: 10px;
}

.MuiSvgIcon-up {
    width: 10px;
    height: 40px;
    margin-left: 20px;
    margin-right: 28px;
    transform: rotate(180deg);
}

#colapsibleHeader {
    padding: 0;
}

#colapsibleHeader strong {
    line-height: 44px;
}

.MuiSvgIcon-LightBulb {
    float: left;
    position: relative;
    top: 10px;
    left: 6px;
}

.hilfeHeaderSpan {
    padding-left: 14px;
    position: relative;
    bottom: 6px;
    font-weight: 600;
    font-size: 16px;
}

.accordion .c-darkgrey.w-75 {
    margin-left: 10px;
}

.desktopFaqLink {
    color: #2479d3;
    font-weight: 600;
    text-decoration: none;
    width: 100%;
    text-align: right;
    padding-right: 28px;
    font-size: 13px;
    line-height: 21px;
}

.desktopFaqLinkPar {
    height: 43px;
    padding: 10px 0;
}

.contentText {
    float: left;
    padding: 2.5%;
    width: 100%;
}

#about_carousel {
    transition: 0.3s;
    z-index: 3;
    min-height: 328px;
    margin-top: 24px;
}

#desktop-end-date > div {
    transition: 0.3s;
}

#desktop-end-date > div {
    transition: 0.3s;
}

.dateString {
    transition: 0.3s;
    border: 1px solid transparent;
}

.imgProviders {
    border: 1px solid rgb(230 230 230 / 0.7);
    border-radius: 32px;
    box-shadow: 0 0 2px 0 #e6e6e6;
    height: 44px;
}

select:focus::-ms-value {
    color: #313131;
    background: 0 0;
}

.YTPopUp {
    background: rgba(49, 49, 49, 0.45);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 12000;
    transition: 0.5s;
    opacity: 0;
}

.popUpContent {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.playIconDiv {
    position: relative;
    float: left;
    cursor: pointer;
}

.playIcon svg {
    fill: transparent;
    position: absolute;
    transition: 0.3s;
    border-radius: 50%;
}

.playIcon svg #jd6deofa8b {
    box-shadow: 0 2px 555px 0 rgba(0, 0, 0, 0.29);
}

.playIconDiv:hover svg {
    pointer-events: none;
}

.playIconDiv img {
    margin-right: 0 !important;
}

#weather-carousel {
    list-style: none;
}

.dot {
    box-shadow: 0 0 0 1px rgba(6, 4, 3, 0.6);
    padding: 4px;
    opacity: 0.5;
    cursor: pointer;
    position: relative;
    bottom: 18px;
    border-radius: 50%;
    display: inline-block;
    background: #fff;
    margin: 0 6px;
    width: 10px;
    height: 10px;
}

.dot.is-selected {
    background: #2479d3 !important;
    opacity: 1 !important;
    border: 1px solid rgba(6, 4, 3, 0.3);
    box-shadow: 0 0 6px -1px rgb(6 4 3 / 60%);
}

.mt-footer-4 {
    margin-top: 20px;
}

@media (min-width: 280px) {
    .rightHelperr{
        transform: translateY(-1px);
    }
    .forecast-cnt > div.d-flex {
        position: relative;
        bottom: 4px;
    }
    #weather-carousel .flickity-viewport {
        position: initial;
    }
    .videoContainerPopUp {
        min-width: 280px;
        min-height: 400px;
    }
    .responsiveVideoPopUp {
        width: 100%;
        padding: 16px;
        background: #f4f6fa;
        float: left;
        position: relative;
        border-top: 1px solid #dadce0;
    }
    .responsiveVideoPopUp .playIconDiv {
        width: 100%;
    }
    .responsiveVideoPopUp .orangeCar {
        margin: 32px;
    }
    .responsiveVideoPopUp .bannerImageText {
        bottom: -6px;
        font-size: 18px;
    }
    .responsiveVideoPopUp .playIcon {
        position: absolute;
        left: calc(50% - 26px);
        top: calc(50% - 26px);
    }
    #weather-carousel {
        transition: 0.3s;
        width: 100%;
        margin-left: 0;
        margin-bottom: 4px;
    }
}

@media (min-width: 320px) {
    .aboutTxt1 {
        position: relative;
        top: 16px;
    }
    .aboutTxt2 {
        position: relative;
        top: 2px;
    }
    .aboutTxt3 {
        position: relative;
        top: 4px;
    }
    .videoContainerPopUp {
        min-width: 280px;
        min-height: 400px;
    }
}

.ab2 {
    background: #fff;
}

@media (min-width: 360px) {
    .aboutTxt1 {
        top: 18px;
    }
    .aboutTxt2 {
        top: -3px;
    }
    .aboutTxt3 {
        top: 10px;
    }
    .ab1 {
        position: relative;
        bottom: 10px;
    }
    .videoContainerPopUp {
        min-width: 340px;
        min-height: 400px;
    }
}

@media (min-width: 375px) {
    .aboutTxt1 {
        top: 14px;
    }
    .aboutTxt2 {
        top: -4px;
    }
}

@media (min-width: 400px) {
    .videoContainerPopUp {
        min-width: 380px;
        min-height: 400px;
    }
    @media (min-width: 420px) {
        .aboutTxt2 {
            top: 12px;
        }
    }
}

@media (min-width: 440px) {
    .videoContainerPopUp {
        min-width: 420px;
        min-height: 400px;
    }
    .aboutTxt1 {
        top: 18px;
    }
    .aboutTxt2 {
        top: 14px;
    }
    .aboutTxt3 {
        top: 14px;
    }
    .ab1 {
        position: relative;
        bottom: 0;
    }
}

@media (min-width: 480px) {
    .videoContainerPopUp {
        min-width: 460px;
        min-height: 400px;
    }
    .aboutTxt2 {
        top: 24px;
    }
}

@media (min-width: 520px) {
    .videoContainerPopUp {
        min-width: 500px;
        min-height: 400px;
    }
}

@media (min-width: 576px) {
    .ab1 {
        bottom: -1px;
    }
    .aboutTxt1 {
        top: 26px;
    }
    .aboutTxt2 {
        top: 26px;
    }
    .aboutTxt3 {
        top: 26px;
    }
}

@media (min-width: 676px) {
    .videoContainerPopUp {
        min-width: 600px;
        min-height: 400px;
    }
    .ab1 {
        bottom: 0;
    }
}

@media (min-width: 767px) {
    .videoContainerPopUp {
        min-width: 600px;
        min-height: 400px;
    }
    .aboutTxt2 {
        top: 34px;
    }
}

@media (min-width: 768px) {
    .rightHelperr{
        transform: translateY(8px);
    }
    .aboutTxt1 {
        top: 36px;
    }
    .aboutTxt2 {
        top: 20px;
    }
    .aboutTxt3 {
        top: 34px;
    }
}

@media (min-width: 850px) {
    .aboutTxt3 {
        top: 38px;
    }
    .aboutTxt2 {
        top: 30px;
    }
}

@media (min-width: 900px) {
    .forecastDate {
        font-size: 17px;
    }
    .forecastDay {
        font-size: 15px;
    }
}

@media (min-width: 1024px) {
    .rightHelperr{
        transform: translateY(7px);
    }
    .aboutTxt3 {
        top: 44px;
    }
    #weather-carousel .flickity-viewport {
        position: relative;
    }
    .forecastDay {
        font-size: 16px;
    }
    .forecastDate {
        font-size: 14px;
    }
    #weather-carousel {
        padding: 0;
    }
}

@media (min-width: 1280px) {

    .forecastDate {
        font-size: 18px;
    }
}

.ins {
    height: inherit;
}

.caz {
    height: 100%;
}

.playIconDiv {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.145),
        0 1px 4px 0 rgba(0, 0, 0, 0.145);
}

.closeSpanPopup {
    opacity: 0;
    transition: 0.3s;
}

.ac {
    position: relative;
    border: 1px solid rgba(6, 4, 3, 0.1);
    border-bottom: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
    height: 55px;
    cursor: pointer;
}

.ac h4 {
    line-height: 1.44;
    padding: 16px 60px;
    margin: 0;
    font-weight: 300;
}

.ac h4:hover {
    background-color: #fafafa;
}

.ac h4.acc {
    border-bottom: 1px solid transparent;
}

.ac h4.acc:hover {
    border-bottom: 1px solid rgba(6, 4, 3, 0.1);
    background-color: #fafafa;
}

.ac h4::before {
    content: "";
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2012%2020%22%3E%3Cpath%20d%3D%22M10.7045%209.32345C10.7045%209.78153%203.77439%2017.7115%203.77439%2017.7115C3.19605%2018.3686%202.25738%2018.3686%201.67793%2017.7115C1.09849%2017.0544%201.09849%2015.99%201.67793%2015.3328L6.84399%209.47568L1.50888%203.42696C0.907195%202.74318%200.907195%201.63695%201.50888%200.954439C2.11057%200.271927%203.08706%200.271927%203.68875%200.954439C3.68875%200.954439%2010.7045%208.86537%2010.7045%209.32345Z%22%20fill%3D%22%232479d3%22%2F%3E%3C%2Fsvg%3E);
    width: 8px;
    height: 14px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-left: 23px;
    margin-right: 26px;
    position: absolute;
    left: 0;
    top: 20px;
    background-repeat: no-repeat;
}

.ac .acc {
    font-weight: 600;
}

.ac .acc::before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.ac p {
    cursor: auto;
    margin: 0;
    padding: 16px 60px;
    line-height: 1.44;
}

.acCont {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.ac:last-child {
    border-bottom: 1px solid rgba(6, 4, 3, 0.1);
}

.s_more {
    text-align: center;
    line-height: 59px;
    background-color: #f4f6fa;
    border: solid 1px rgba(6, 4, 3, 0.1);
    border-top: 0;
    font-size: 16px;
    font-weight: 600;
    color: #2479d3;
    cursor: pointer;
    position: relative;
    z-index: 10;
}

.aCon {
    overflow: hidden;
}

@media (min-width: 280px) {
    .flex-m-resp-reverse p,
    .flex-m-resp-reverse ul {
        float: left;
        width: 100%;
    }
    .table-50 {
        float: left;
        width: 100%;
    }
    .aCon {
        margin: 0 auto;
    }
}

@media (min-width: 900px) {
    .s_more {
        display: none;
    }
}

.npf figure {
    margin: 0;
    position: absolute;
    z-index: 0;
    right: -2px;
    top: 24px;
}

@media (min-width: 280px) {
    .npf figure {
        display: none;
    }
    .npf .conta {
        position: relative;
        z-index: 100;
        margin: 0 2.5%;
    }
    .npf .content_404_icon {
        bottom: 0;
        width: 100%;
        position: relative;
        border-bottom: 2px solid #dadce0;
        padding: 0 10%;
        max-height: 191px;
    }
    .npf h2 {
        margin-top: 25px;
        font-weight: 700;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.28;
        letter-spacing: normal;
        margin-bottom: 25px;
        padding-left: 40px;
        padding-right: 40px;
    }
    .npf p {
        font-size: 16px;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.38;
        letter-spacing: normal;
        color: #8c8c8c;
        margin-top: 40px;
        margin-right: 16px;
        margin-bottom: 25px;
    }
    .npf .rightDiv {
        float: left;
        width: 100%;
        position: relative;
        right: 0;
    }
    .npf .rightDiv div {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .npf .rightDiv svg {
        margin-top: 40px;
        margin-right: 8px;
        margin-left: calc(30px - 2.5%);
        height: 20px;
    }
    .show-t {
        display: none;
    }
}

@media (min-width: 360px) {
    .content_404_icon {
        max-height: 270px;
    }
}

@media (min-width: 400px) {
    .content_404_icon {
        max-height: 300px;
    }
}

@media (min-width: 576px) {
    .germanHeader .rightHelperr {
        margin-left: 10px;
    }
    .holidaySpecial {
        padding-left: 0;
    }
    .rightHelperr {
        transform: translateY(7px);
    }
    .lsvgh {
        display: none;
    }
    .playIconDiv {
        margin-bottom: 40px;
    }
    .mainDivHelping {
        margin-top: 8px;
    }
    #root .d-inline-block {
        text-align: left;
    }
    .hideT {
        display: none;
    }
    .show-t {
        display: block;
    }
    .npf {
        height: 266px;
    }
    .npf figure {
        display: block;
    }
    .npf .conta {
        min-height: 266px;
        padding: 0 24px;
    }
    .npf img {
        height: 243px;
    }
    .npf .content_404_icon {
        bottom: 0;
        width: 43%;
        position: absolute;
        border-bottom: 0;
        padding: 0;
        max-height: 233px;
        left: 0;
    }
    .npf h2 {
        margin-bottom: 0;
        margin-top: 34px;
        padding-left: 0;
    }
    .npf .rightDiv {
        float: right;
        width: 66%;
        right: -30px;
    }
    .npf .rightDiv div {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .npf .rightDiv svg {
        margin-top: 22px;
        margin-right: 6px;
        margin-left: 0;
    }
    .npf p {
        margin-top: 22px;
        margin-bottom: 15px;
    }
}

.headerBannerImages {
    display: none;
}
@media (min-width:600px) {
    .rightHelperr {
        transform: translateY(7px);
    }
}
@media (min-width: 768px) {
    #dscarSliderDesktop .flickity-page-dots {
        bottom: -42px;
    }
    .flickity-slider {
        padding-top: 8px;
        left: 1px !important;
        width: calc(100% - 1px) !important;
    }
    .flickity-prev-next-button.previous {
        left: -42px;
    }
    .flickity-prev-next-button.next {
        right: -33px;
    }
    #about_carousel .flickity-page-dots {
        display: none;
    }
    .forecast-cnt > div.d-flex {
        position: relative;
        bottom: 0;
    }
    .table-50 {
        width: 50%;
    }
    .playIconDiv {
        margin-bottom: 0;
    }
    .headerBannerImages {
        display: block;
    }
    .germanHeader .leftHelper {
        width: 208.13px;
        margin-right: 2%;
    }
    .germanHeader .yahreDiv {
        float: left;
        width: 208.13px;
    }
    .germanHeader .rightHelper {
        width: calc(100% - 223px);
        float: left;
    }
    .custom-checkbox span {
        font-size: 14px;
    }
    .holidaySpecial .custom-checkbox span {
        font-size: 12px;
    }
    .mobileDate {
        font-size: 14px;
    }
    #root .jc-space-between .flex-3 svg {
        height: auto;
        width: 16px;
    }
    .npf {
        height: 310px;
    }
    .npf .conta {
        min-height: 310px;
    }
    .npf h2 {
        font-size: 24px;
        line-height: 29px;
    }
    .npf .rightDiv {
        width: 57%;
        right: 56px;
        top: 2px;
    }
    .npf img {
        height: 287px;
        width: unset;
    }
    .npf .content_404_icon {
        bottom: 0;
        width: 43%;
        position: absolute;
        border-bottom: 0;
        padding: 0;
        max-height: 271px;
        left: 0;
    }
    .headerBannerImages {
        width: 320px;
    }
    .germanHeader .rightHelper {
        width: calc(98% - 208.13px);
        float: left;

    }
    .germanHeader .rightHelperr {
        margin-left: 0px;
        float: right;
        width: calc(100% - 206px);
    }
}

@media (min-width: 775px) {


}

@media (min-width: 980px) {
    .npf {
        height: 370px;
    }
    .npf .conta {
        min-height: 370px;
    }
    .npf h2 {
        margin-top: 78px;
        font-size: 30px;
        line-height: 38px;
    }
    .npf .rightDiv {
        width: 64%;
        right: 0;
    }
    .npf img {
        height: 346px;
        width: auto;
    }
    .npf .content_404_icon {
        bottom: 0;
        width: 43%;
        position: absolute;
        border-bottom: 0;
        padding: 0;
        max-height: 322px;
        left: 0;
    }
}

@media (min-width: 1100px) {
    .npf {
        height: 377px;
    }
    .npf .conta {
        min-height: 377px;
    }
    .npf h2 {
        font-size: 32px;
    }
    .npf img {
        height: 354px;
        width: 100%;
    }
}

.headerBannerImages {
    width: 330px;
}

.npf {
    height: 432px;
}

.npf .conta {
    min-height: 432px;
}

.npf .content_404_icon {
    max-height: 432px;
}

.npf img {
    height: 409px;
    width: auto;
}

.npf h2 {
    margin-top: 100px;
    font-size: 30px;
    line-height: 38px;
}

.npf .rightDiv {
    width: 64%;
    right: -28px;
}

.npf p {
    width: 560px;
}

.germanHeader .leftHelper {
    width: 100%;
    margin-right: 2%;
}

.germanHeader .leftHelperI .yahreDiv {
    display: block;
    width: 100%;
    margin-top: 0;

}

.germanHeader #subimitSecButton {
    display: block;
    width: calc(98% - 177.67px);
}

.mobileDate {
    font-size: 12px;
}

@media (min-width: 1440px) {
    .aboutTxt1 {
        top: 29px;
    }
    .aboutTxt3 {
        top: 20px;
    }
    #about_carousel {
        min-height: 328px;
    }
    .mobileDate {
        font-size: 14px;
    }
    .npf .rightDiv svg {
        margin-right: 16px;
    }
    .headerBannerImages {
        width: 340px;
    }
    #root .jc-space-between .flex-3 svg {
        height: auto;
        width: 22px;
        margin-left: -2px;
    }
    .germanHeader .leftHelper {
        width: 191.77px;
    }
    .germanHeader .leftHelperI .yahreDiv {
        width: 191.77px;
    }
    .germanHeader #subimitSecButton {
        width: calc(98% - 178.99px)
    }
}

.aCon {
    margin-bottom: 32px;
}

html {
    overflow-x: hidden;
}

form address > div {
    pointer-events: none !important;
}

address {
    font-style: normal;
}

.dc {
    top: 14px;
    opacity: 1;
    transition: 0.3s;
}

.background {
    width: 100vw;
    height: 100vh;
    z-index: 10;
    position: fixed;
    background: rgba(49, 49, 49, 0.45);
    opacity: 0;
    transition: 0.3s;
    top: 0;
    left: 0;
}

.caz3 {
    width: 100%;
}

.w100 {
    width: 100%;
}

.flex-20 {
    margin-bottom: 96px;
}

#dn {
    display: none;
}

#db {
    display: block;
}

#df {
    display: flex;
}

#vh {
    visibility: hidden;
}

#vv {
    visibility: visible;
}

#o0 {
    opacity: 0;
    cursor: auto;
}

#o100 {
    opacity: 1;
    cursor: pointer;
}

.w100 {
    width: 100%;
}

.flex-20 {
    margin-bottom: 96px;
}

#dn {
    display: none;
}

#db {
    display: block;
}

#df {
    display: flex;
}

#vh {
    visibility: hidden;
}

#vv {
    visibility: visible;
}

#o0 {
    opacity: 0;
    cursor: auto;
}

#o100 {
    opacity: 1;
    cursor: pointer;
}

.bold {
    font-weight: 700;
}

.small-text {
    font-size: 13px;
}

.map-header {
    display: block;
    width: 100%;
    float: left;
    align-items: center;
    font-size: 22px;
    font-weight: 700;
    color: #004d85;
    padding: 16px 10px;
}

.map-header-icon {
    padding-right: 8px;
}

#map-section {
    position: relative;
    box-shadow: 0 0 10px 0 rgb(0 4 3 / 11%);
    z-index: 9;
    position: relative;
    border-bottom: 1px solid rgba(6, 4, 3, 0.08);
    border-top: 1px solid rgba(6, 4, 3, 0.08);
}

#map {
    height: 247px;
}

.map-loader-animation {
    background-image: linear-gradient(to right, #eee, #f8f8f8);
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
}

@keyframes placeHolderShimmer {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100vw 0;
    }
}

.leaflet-popup {
    margin-bottom: 40px;
}

.leaflet-cluster-anim .leaflet-marker-icon,
.leaflet-cluster-anim .leaflet-marker-shadow {
    -webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
    -moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
    -o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
    transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}

.map-marker-cluster {
    background-color: rgba(181, 226, 140, 0.6);
    background-clip: padding-box;
    border-radius: 20px;
}

.map-marker-cluster div {
    background-color: rgba(110, 204, 57, 0.6);
    width: 30px;
    height: 30px;
    margin-left: 5px;
    margin-top: 5px;
    text-align: center;
    border-radius: 15px;
    font-size: 12px;
}

.map-marker-cluster span {
    line-height: 30px;
}

#map-icon {
    display: none;
    background-color: #fff;
    height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 500;
    box-shadow: 1px 0 3px 0 rgba(0, 0, 0, 0.27);
    padding: 8px;
}

#map-panel {
    width: 100%;
    height: 326px;
    background-color: transparent;
    overflow: hidden;
    box-shadow: 1px 0 3px 0 rgba(0, 0, 0, 0.27);
}

.singleMap {
    background: #fff !important;
}

#map-panel__header {
    display: flex;
    align-items: center;
    padding: 12px 18px;
    border: solid 1px rgba(6, 4, 3, 0.1);
    background-color: #f4f6fa;
}

#map-panel__header > div:first-child {
    flex: 3;
}

.map-panel__header__col {
    flex: 2;
    font-size: 13px;
    font-weight: 600;
    color: #313131;
}

.map-panel__close__icon {
    height: 11px;
    width: 11px;
    cursor: pointer;
}

#map-panel__content {
    display: flex;
    flex-direction: column;
    height: calc(100% - 40px);
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

#map-panel__content::-webkit-scrollbar {
    display: none;
}

.map-panel__content__row--loading {
    border-bottom: 1px solid rgba(6, 4, 3, 0.1);
    margin: 0;
    height: 82px;
    border-left: 1px solid rgba(6, 4, 3, 0.1);
    border-right: 1px solid rgba(6, 4, 3, 0.1);
}

.map-panel__content__row {
    background: #fff;
    cursor: pointer;
    display: flex;
    margin: 0;
    padding: 0;
    border-left: 1px solid rgba(6, 4, 3, 0.1);
    border-right: 1px solid rgba(6, 4, 3, 0.1);
    border-bottom: 1px solid rgba(6, 4, 3, 0.1);
}

.marker-list .map-panel__content__row {
    display: block;
}

.map-panel__content__row > div:first-child {
    flex: 3;
}

.map-panel__content__col {
    flex: 2;
    font-size: 13px;
    color: #313131;
}

.map-panel__content__opening-hours {
    display: inherit;
    line-height: 16px;
    width: 100%;
    float: left;
}

.map-panel__content__opening-hours > div {
    float: left;
    margin-right: 8px;
}

.map-panel__content__opening-hours > div:last-child {
    float: right;
    margin-right: 0;
}

.marker-list .map-panel__content__col {
    float: left;
}

.map-panel__content__col__icon {
    display: none;
}

.map-panel__content__section {
    border-bottom: solid 1px #dadce0;
    padding: 10px 13px;
    font-size: 13px;
}

.firstMapCont {
    display: flex;
}

.map-panel__content__name {
    font-size: 20px;
    font-weight: 600;
    line-height: 31px;
    width: 100%;
}

#map-panel__content__icon {
    height: 31px;
    margin-left: 16px;
    display: flex;
    float: right;
}

.map-panel__content__section__title {
    font-size: 13px;
    font-weight: 600;
    padding-bottom: 4px;
}

.map-panel__content__section__content > div {
    display: flex;
    padding-bottom: 4px;
}

.map-panel__content__section__content > div > div {
    flex: 1;
}

.map-panel__content__footer {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    flex: auto;
    border: 0;
}

.map-panel__content__footer__title {
    width: 100%;
    font-size: 13px;
    font-weight: 600;
    padding-bottom: 4px;
}

.map-panel__content__benefits-container {
    flex: auto;
    width: 100%;
    padding-bottom: 13px;
}

.map-panel__content__benefits {
    background-color: #f5fbf7;
    padding: 5px 0;
}

.map-panel__content__benefit {
    display: flex;
    align-items: center;
    padding: 2px 10px;
}

.map-panel__content__benefit > span {
    color: #18af43;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.64;
}

.map-map-panel__content__benefit__icon {
    width: 11px;
    height: 11px;
    margin-right: 7px;
}

#map-panel__content__button {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 100%;
    height: 50px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    background-color: #2479d3;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.bold {
    font-weight: 700;
}

.small-text {
    font-size: 13px;
}

#map-icon,
#map-panel {
    opacity: 0.8;
    transition: 0.3s;
}

#map-icon:hover,
#map-panel:hover {
    opacity: 1;
}

@media (hover: none) {
    #map-icon:hover,
    #map-panel:hover {
        opacity: 0.8;
    }
}

.main-carousel {
    list-style: none;
}

.carousel-cell:first-child {
    padding-left: 1px;
}

.carousel-cell:last-child {
    padding-right: 1px;
}

.weather-carousel .carousel-cell {
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 20%),
        0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 20%);
}

@media (min-width: 280px) {
    .germanHeader .leftHelperI .yahreDiv {
        margin-bottom: 19px;
    }
    #map-panel {
        width: 100%;
    }
    #map {
        width: 100%;
    }
    .flickity-page-dots {
        bottom: -15px;
    }
    .weather-carousel .flickity-viewport {
        min-height: 172px;
    }
    .weather-carousel .carousel-cell {
        padding: 4px;
    }
    .flickity-slider {
        padding-top: 8px;
        left: 5px !important;
        width: calc(100% - 5px) !important;
    }
    #about_carousel .carousel-cell {
        max-width: 100%;
        min-width: 100%;
        z-index: 2;
    }
    #about_carousel .flickity-viewport {
        min-height: 320px;
    }
    #about_carousel .flickity-page-dots {
        bottom: -12px;
    }
    .weather-carousel .carousel-cell {
        width: calc((100% - 78px) / 4);
        margin-right: 8px;
        margin-left: 8px;
    }
    .im3 {
        margin: 0;
        margin-top: 10px;
    }
    .map-panel__content__opening-hours > div {
        font-size: 9px;
        margin-right: 4px;
    }
    .map-panel__content__opening-hours > div:last-child {
        font-size: 8px;
    }
    .daySeccondPart {
        display: none;
    }
    .marker-list .map-panel__content__row > div:first-child {
        width: 59%;
    }
    .marker-list .map-panel__content__row > div:last-child {
        width: 40%;
        margin-left: 1%;
        margin-top: 0;
        padding-top: 0;
        border-top: 0;
    }
    .map-panel__content__row {
        margin-top: 0;
        padding: 10.5px 18px;
    }
    .markerCont svg {
        margin-top: 8px;
        margin-right: 16px;
    }
}

@media (min-width: 320px) {
    .flickity-page-dots {
        bottom: -15px;
    }
    .weather-carousel .flickity-viewport {
        min-height: 176px;
    }
    .weather-carousel .carousel-cell {
        padding: 4px;
    }
    .weather-carousel .carousel-cell {
        width: calc((100% - 32px) / 4);
        margin-right: 4px;
        margin-left: 4px;
        padding: 4px;
    }
    .map-panel__content__opening-hours > div {
        margin-right: 8px;
        font-size: 11px;
    }
    .map-panel__content__opening-hours > div:last-child {
        font-size: 9px;
    }
}

@media (min-width: 360px) {
    .flickity-page-dots {
        bottom: -15px;
    }
    .weather-carousel .flickity-viewport {
        min-height: 196px;
    }
    .weather-carousel .carousel-cell {
        padding: 6px;
    }
    .weather-carousel .carousel-cell {
        width: calc((100% - 28px) / 4);
        margin-right: 5px;
        margin-left: 5px;
        padding: 6px;
    }
    .map-panel__content__opening-hours > div {
        font-size: 13px;
    }
    .map-panel__content__opening-hours > div:last-child {
        font-size: 10px;
    }
}

.carousel {
    opacity: 0;
    transition: 0.3s;
}

@media (min-width: 375px) {
    .weather-carousel .flickity-viewport {
        min-height: 202px;
    }
}

@media (min-width: 400px) {
    .flickity-page-dots {
        bottom: -10px;
    }
    .weather-carousel .flickity-viewport {
        min-height: 220px;
    }
    .weather-carousel .carousel-cell {
        padding: 8px;
    }
    .map-panel__content__opening-hours > div:last-child {
        font-size: 11px;
    }
    .markerCont svg {
        margin-top: 10px;
        margin-right: 16px;
    }
}

@media (min-width: 440px) {
    .flickity-page-dots {
        bottom: -8px;
    }
    .weather-carousel .flickity-viewport {
        min-height: 232px;
    }
    .weather-carousel .carousel-cell {
        padding: 10px;
    }
}

@media (min-width: 480px) {
    .flickity-page-dots {
        bottom: -8px;
    }
    .weather-carousel .flickity-viewport {
        min-height: 250px;
    }
    .weather-carousel .carousel-cell {
        padding: 10px;
    }
}

@media (min-width: 520px) {
    .flickity-page-dots {
        bottom: -8px;
    }
    .weather-carousel .flickity-viewport {
        min-height: 264px;
    }
    .weather-carousel .carousel-cell {
        padding: 10px;
    }
}

@media (min-width: 560px) {
    .weather-carousel .carousel-cell {
        padding: 8px;
    }
    .weather-carousel .flickity-viewport {
        min-height: 256px;
    }
}

@media (min-width: 576px) {
    .germanHeader .leftHelperI .yahreDiv {
        margin-bottom: 6px;
    }
    .weather-carousel .carousel-cell {
        padding: 16px;
    }
    .germanHeader .leftHelperI .yahreDiv {
        display: block;
        width: 177.67px;
    }
    .germanHeader .leftHelper {
        width: 177.67px;
    }
    .weather-carousel .flickity-viewport {
        min-height: 284px;
    }
    .tuvHolder svg {
        position: relative;
        right: 0;
        top: 0;
    }
    .map-panel__content__opening-hours > div:last-child {
        font-size: 12px;
    }
    .daySeccondPart {
        display: inline;
    }
    .firstDots {
        display: none;
    }
    .markerCont svg {
        margin-top: 14px;
        margin-right: 16px;
    }
}

.aboutText {
    width: 60%;
    margin: 0 20%;
    float: left;
    margin-top: 20px;
}

@media (min-width: 650px) {
    .weather-carousel .flickity-viewport {
        min-height: 288px;
    }
}

@media (min-width: 700px) {
    .weather-carousel .flickity-viewport {
        min-height: 298px;
    }
}

@media (min-width: 768px) {
    .weather-carousel .flickity-viewport {
        min-height: 286px;
    }
    .weather-carousel .carousel-cell {
        width: calc((100% - 30px) / 4);
        margin-right: 4px;
        margin-left: 4px;
    }
    .weather-carousel .flickity-viewport {
        min-height: 318px;
    }
    #about_carousel .carousel-cell {
        max-width: 33.33%;
        min-width: 33.33%;
    }
    #about_carousel .flickity-viewport {
        min-height: 328px;
    }
    .main-carousel .carousel-cell {
        width: calc((100% - 66px) / 2);
        margin-right: 18px;
        margin-left: 18px;
    }
    .main-carousel .flickity-viewport {
        min-height: 338px;
    }
    .daySeccondPart {
        display: none;
    }
    .firstDots {
        display: inline;
    }
    .markerCont svg {
        margin-top: 26px;
        margin-right: 16px;
    }
    .map-header {
        font-size: 32px;
        padding-top: 0;
        padding-bottom: 20px;
    }
    #map-section {
        display: flex;
        flex-direction: row-reverse;
    }
}

#map {
    height: 483px;
}

#map-icon {
    height: 64px;
}

#map-panel {
    top: 0;
    z-index: 500;
    height: 483px;
    box-shadow: none;
}

.map-panel__header__col {
    font-size: 16px;
}

.map-panel__content__row--loading {
    margin-top: 0;
}

.map-panel__content__row {
    margin-top: 0;
    padding: 10.5px 18px;
}

.map-panel__content__row > div:first-child {
    display: flex;
}

.map-panel__content__name {
    font-size: 24px;
    width: 100%;
}

.map-panel__content__section {
    margin: 0 13px;
    padding: 10px 0;
    font-size: 13px;
}

.map-panel__content__benefit {
    display: inline-flex;
    flex: 1;
}

@media (min-width: 820px) {
    .weather-carousel .flickity-viewport {
        min-height: 332px;
    }
}

@media (min-width: 825px) {
    .weather-carousel .flickity-viewport {
        min-height: 334px;
    }
}

@media (min-width: 880px) {
    .weather-carousel .flickity-viewport {
        min-height: 348px;
    }
}

@media (min-width: 900px) {
    .headerCheckedText{

        width: 100%;

    }

    .headerCheckedText a{


        right: 0;


    }
    .weather-carousel .carousel-cell {
        width: calc((100% - 92px) / 7);
        margin-right: 8px;
        margin-left: 8px;
    }
    .weather-carousel .flickity-viewport {
        min-height: 268px;
    }
}

@media (min-width: 1000px) {
    .weather-carousel .flickity-viewport {
        min-height: 284px;
    }
}

@media (min-width: 1024px) {
    .flickity-slider {
        padding-top: 8px;
        left: 2px !important;
        width: calc(100% - 4px) !important;
    }
    .weather-carousel .flickity-viewport {
        position: relative;
    }
    .main-carousel .carousel-cell {
        width: calc((100% - 52px) / 3);
        margin-right: 10px;
        margin-left: 10px;
    }
    .map-panel__content__section {
        padding: 13px 0;
        font-size: 13px;
    }
}

@media (min-width: 1180px) {
    .weather-carousel .flickity-viewport {
        min-height: 287px;
    }
}

@media (min-width: 1280px) {
    .germanHeader .leftHelperI .yahreDiv {
        margin-bottom: 22px;
    }
    .rightHelperr{
        transform: translateY(-2px);
    }
    .weather-carousel .flickity-viewport {
        min-height: 304px;
    }
    .main-carousel .carousel-cell {
        width: calc((100% - 50px) / 4);
        margin-right: 10px;
        margin-left: 10px;
    }
    .tuvHolder svg {
        z-index: 999;
        position: absolute;
        right: 0;
        top: 79px;
    }
    .tuvHolder {
        display: block;
    }
    .im3 {
        display: none !important;
    }
    .daySeccondPart {
        display: inline;
    }
    .firstDots {
        display: none;
    }
    .map-panel__content__section {
        padding: 10px 0;
        font-size: 13px;
    }
    .map-header {
        padding: 32px 7.5%;
        padding-top: 0;
    }
    #map-section {
        position: relative;
    }
    #map {
        width: 100%;
        height: 502px;
    }
    #map-icon {
        top: 10px;
        right: 7.5%;
    }
    #map-panel {
        position: absolute;
        left: 7.5%;
        height: 482px;
        width: 530px;
        margin: 10px 0;
        box-shadow: 2px 2px 9px -8px rgb(6 4 3 / 36%);
        border-bottom: 1px solid rgba(6, 4, 3, 0.08);
    }
    .map-panel__content__col__icon {
        display: block;
        padding-right: 16px;
        height: 46px;
        margin-top: 4px;
    }
    .map-panel__content__section {
        display: flex;
        margin: 0 20px;
    }
    .map-panel__content__section__title {
        flex: 1;
    }
    .map-panel__content__section__content {
        flex: 2;
    }
    .map-panel__content__button {
        margin-bottom: 7px;
        width: 60%;
    }
    .map-panel__content__benefits {
        display: flex;
    }
}

@media (min-width: 1340px) {
    .weather-carousel .flickity-viewport {
        min-height: 312px;
    }
}

@media (min-width: 1440px) {
    .markerCont svg {
        margin-top: 32px;
        margin-right: 16px;
    }
    .weather-carousel .flickity-viewport {
        min-height: 322px;
    }
}

.lh20 {
    line-height: 20px;
}

.lh18 {
    line-height: 18px;
}

.alignVH {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.markerCont {
    float: left;
    width: 36px;
}

.mapTitle {
    float: left;
    width: calc(100% - 36px);
}

.breadCrumbs {
    width: 100%;
    float: left;
}

.lh20 {
    line-height: 20px;
}

.lh18 {
    line-height: 18px;
}

.fl {
    float: left;
}

.alignVH {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

#trBox {
    position: relative;
    z-index: 1000;
    padding: 32px 0 !important;
    float: left;
    height: 304px;
    width: 100%;
}

.tuvHolder svg {
    z-index: 999;
    width: 141px;
    height: 76.77px;
}

#mobileContainerForCalendar {
    scroll-behavior: smooth;
}

.carCarouselContainer:last-child {
    float: left;
    padding: 0 10px 0 0;
}

#movileButtonCont2 {
    display: none;
}

.mapTitle,
.markerCont svg {
    margin-top: 20px;
}

.headerInnerDiv {
    position: relative;
}

.orangePaCorrection {
    top: 92px;
}

.germanHeader .orangePa.orangePaCorrection {
    top: 92px;
}

.halfUl {
    -moz-columns: 2 !important;
    column-count: 2 !important;
}

.fullUl {
    -moz-columns: 1 !important;
    column-count: 1 !important;
}

.cancelTage text {
    cursor: default;
}

.tooltipper {
    cursor: pointer !important;
}
.tolltipText{
    font-size: 13px;
    line-height: 1.46;
}
.toolTipperDiv {
    transform: scale(0) rotate(-8deg);
    background-color: white;
    position: absolute;
    width: 350px;
    text-align: left;
    padding: 8px 12px;
    text-shadow: none;
    box-shadow: 3px 2px 11px 0px;
    min-height: 190px;
    border-radius: 6px;
    font-size: 15px;
}
.cancelTagen {
    height: 120px;
    left: 0px;
    top: 6px;
    position: relative;
}

.us .toolTipperDiv {
    left: 43px;
    bottom: 37px;
}
.fr .toolTipperDiv {
    left: 31px;
    bottom: 62px;
}
.de .toolTipperDiv {
    left: 26px;
    bottom: 39px;
}
.ch .toolTipperDiv {
    left: 17px;
    bottom: 39px;
}
.es .toolTipperDiv {
    left: 29px;
    bottom: 62px;
}
.nl .toolTipperDiv {
    left: 32px;
    bottom: 62px;
}
.it .toolTipperDiv {
    left: 30px;
    bottom: 62px;
}
.pl .toolTipperDiv {
    left: 32px;
    bottom: 74px;
}
.toolTipperDiv::after {
    content: "";
    border-left: 14px solid transparent;
    border-top: 14px solid white;
    transform: rotate(135deg);
    width: 0px;
    height: 0px;
    box-sizing: border-box;
    position: relative;
    display: block;
    opacity: 1;
    position: absolute;
    left: calc(50% - 8px);
    bottom: -4px;
}
.mt8{
    margin-top:8px;
}
.cancelTagen:hover .toolTipperDiv {
    transform: scale(1) rotate(-8deg);
}

.tooltipheadline {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.81;
    letter-spacing: normal;
    text-align: left;
    color: #004d85;
}

.headerContactMobile {
    position: absolute;
    top: 16px;
    left: 12px;
    text-align: center;
    width: 100%;
    display: block;
}
.ampSvgTuv .cls-1 {
    fill: #d2dbe5;
}

.ampSvgTuv .cls-2 {
    fill: #253786;
}

.ampSvgTuv .cls-3 {
    fill: #fff;
}

.ampSvgTuv .cls-4 {
    fill: #3b368b;
}
.pb1rem{
    padding-bottom:1rem!important;
}
.mb16{
    margin-bottom:16px!important;
}
.mb32{
    margin-bottom:32px!important;
}
