/*
 * Travelantis Startseite, Fassung 8
 * Eigenstaendige responsive Huelle im Stil der Kombireisen-Seiten.
 */

html {
    -webkit-text-size-adjust: 100%;
}

body.ta-startseite {
    margin: 0;
    padding: 0;
    background: #ffffff;
    color: #143764;
    font: 14px/1.5 Arial, Helvetica, sans-serif;
    text-align: left;
}

body.ta-startseite *,
body.ta-startseite *:before,
body.ta-startseite *:after {
    box-sizing: border-box;
}

.ta-startseite img {
    max-width: 100%;
    height: auto;
}

body.ta-startseite a {
    color: #00447a;
}

body.ta-startseite a:hover,
body.ta-startseite a:focus {
    color: #b95600;
}

body.ta-startseite button,
body.ta-startseite input,
body.ta-startseite select {
    font-family: Arial, Helvetica, sans-serif;
}

body.ta-startseite :focus-visible {
    outline: 3px solid #00447a;
    outline-offset: 2px;
}

.ta-home-shell {
    width: 100%;
    max-width: 892px;
    margin: 0;
}

.ta-home-visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.ta-home-skip {
    position: absolute;
    top: -90px;
    left: 8px;
    z-index: 10020;
    padding: 9px 13px;
    background: #ffffff;
    border: 2px solid #143764;
    color: #143764 !important;
    font-weight: bold;
}

.ta-home-skip:focus {
    top: 8px;
}

.ta-home-side-layer {
    display: none;
}

/* Header */

.ta-home-header {
    background: #ffffff;
}

.ta-home-head-main {
    min-height: 109px;
    display: grid;
    grid-template-columns: 287px 150px minmax(225px, 1fr) 170px;
    align-items: center;
    column-gap: 8px;
    padding: 10px 0;
}

.ta-home-logo,
.ta-home-history {
    align-self: start;
}

.ta-home-logo {
    display: inline-block;
    line-height: 0;
}

.ta-home-logo img {
    display: block;
    width: 287px;
}

.ta-home-history {
    min-height: 54px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 16px;
    border-left: 1px solid #efefef;
    color: #667079;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.15;
}

.ta-home-history strong,
.ta-home-history span {
    display: block;
}

.ta-home-history strong {
    font-size: 18px;
}

.ta-home-history span {
    margin-top: 2px;
    font-size: 12px;
    font-style: italic;
}

.ta-home-head-contact {
    padding-right: 5px;
    color: #667079;
    line-height: 1.3;
    text-align: right;
}

.ta-home-head-contact span,
.ta-home-head-contact small {
    display: block;
}

body.ta-startseite .ta-home-head-contact a {
    display: block;
    margin: 2px 0 1px;
    color: #c65d00;
    font: bold 20px/1.15 Tahoma, Arial, sans-serif;
    text-decoration: none;
}

body.ta-startseite .ta-home-head-contact a:hover,
body.ta-startseite .ta-home-head-contact a:focus {
    color: #9e4900;
    text-decoration: underline;
}

.ta-home-contact-label {
    font-size: 11px;
    font-weight: bold;
}

.ta-home-head-contact small {
    font-size: 9px;
}

.ta-home-head-trust {
    line-height: 0;
    text-align: right;
}

.ta-home-head-trust img {
    display: inline-block;
    width: 170px;
}

.ta-home-utility {
    min-height: 29px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 10px 4px 25px;
    background: #e6e8b6;
    color: #143764;
    font-size: 12px;
}

.ta-home-user-online {
    min-width: 0;
}

.ta-home-utility-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

body.ta-startseite .ta-home-utility-nav a {
    padding: 0 7px;
    border-left: 1px solid #a9aa72;
    color: #143764;
    line-height: 1.15;
    text-decoration: none;
}

.ta-home-utility-nav a:first-child {
    border-left: 0;
}

body.ta-startseite .ta-home-utility-nav a:hover,
body.ta-startseite .ta-home-utility-nav a:focus {
    color: #874100;
    text-decoration: underline;
}

.ta-home-headline-strip {
    width: calc(100% - 25px);
    min-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 25px;
    padding: 5px 12px;
    background: #ffac00;
    color: #143764;
    text-align: center;
    position: relative;
}

.ta-home-headline-strip:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -25px;
    width: 25px;
    background: #e6e8b6;
}

body.ta-startseite .ta-home-headline-strip a {
    color: #143764;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.2px;
    text-decoration: none;
}

body.ta-startseite .ta-home-headline-strip a:hover,
body.ta-startseite .ta-home-headline-strip a:focus {
    color: #143764;
    text-decoration: underline;
}

.ta-home-headline-strip span {
    margin-left: 5px;
    font-size: 12px;
    font-weight: normal;
}

/* Main frame and typography */

.ta-home-main {
    max-width: 900px;
    padding: 12px 8px 34px 45px;
    background: linear-gradient(to right, #e6e8b6 0, #e6e8b6 25px, #ffffff 25px, #ffffff 100%);
}

.ta-home-intro {
    margin: 0 0 14px;
}

.ta-home-intro h1 {
    margin: 0 0 6px;
    color: #b95600;
    font: bold 22px/1.2 Arial, Helvetica, sans-serif;
}

.ta-home-intro p {
    max-width: 820px;
    margin: 0;
    color: #314f70;
    font-size: 14px;
    line-height: 1.55;
}

.ta-home-section-title {
    margin: 0 0 9px;
}

.ta-home-section-title h2 {
    margin: 0;
    color: #b95600;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.25;
}

.ta-home-section-title p {
    margin: 3px 0 0;
    color: #667079;
    font-size: 13px;
}

/* Main product focus */

.ta-home-focus-section {
    margin: 0 0 19px;
}

.ta-home-focus-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.ta-home-focus-item {
    min-width: 0;
    overflow: hidden;
    border: 1px solid #c5d1dc;
    border-top: 4px solid #ffac00;
    background: #ffffff;
}

.ta-home-focus-image {
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #c5d1dc;
    background: #eef3f6;
    line-height: 0;
    text-decoration: none;
}

.ta-home-focus-highlights {
    display: none;
}

body.ta-startseite .ta-home-focus-image img {
    display: block;
    width: 100%;
    height: 180px;
    object-fit: cover;
    transition: transform 0.2s ease;
}

body.ta-startseite .ta-home-focus-image picture {
    display: block;
}

body.ta-startseite .ta-home-focus-item--kombi .ta-home-focus-image img {
    object-position: 40% 50%;
}

body.ta-startseite .ta-home-focus-item--business .ta-home-focus-image img {
    object-position: 50% 55%;
}

@media screen and (min-width: 801px) {
    body.ta-startseite .ta-home-focus-image {
        position: relative;
    }

    body.ta-startseite .ta-home-focus-highlights {
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 1;
        display: block;
        width: 195px;
        padding: 7px 9px 8px;
        box-sizing: border-box;
        border-left: 3px solid #ffac00;
        background: #173e60;
        background: rgba(16, 52, 82, 0.84);
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.22);
        color: #ffffff;
        font-size: 11px;
        font-weight: bold;
        letter-spacing: 0.01em;
        line-height: 1.35;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
        pointer-events: none;
    }

    .ta-home-focus-highlight {
        display: flex;
        align-items: center;
        min-width: 0;
        white-space: nowrap;
    }

    .ta-home-focus-highlight + .ta-home-focus-highlight {
        margin-top: 2px;
    }

    .ta-home-focus-highlight:before {
        display: inline-block;
        flex: 0 0 4px;
        width: 4px;
        height: 4px;
        margin-right: 7px;
        background: #ffb000;
        content: "";
    }
}

body.ta-startseite .ta-home-focus-image:hover img,
body.ta-startseite .ta-home-focus-image:focus img {
    transform: scale(1.015);
}

.ta-home-focus-copy {
    padding: 11px 13px 13px;
}

.ta-home-focus-kicker {
    display: block;
    margin-bottom: 2px;
    color: #667079;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0.06em;
    line-height: 1.3;
    text-transform: uppercase;
}

.ta-home-focus-copy h3 {
    margin: 0 0 5px;
    color: #143764;
    font-size: 19px;
    line-height: 1.2;
}

.ta-home-focus-copy p {
    min-height: 63px;
    margin: 0 0 9px;
    color: #314f70;
    font-size: 13px;
    line-height: 1.55;
}

body.ta-startseite .ta-home-focus-link {
    display: inline-block;
    min-height: 36px;
    padding: 7px 11px;
    background: #143764;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: bold;
    line-height: 22px;
    text-decoration: none;
}

body.ta-startseite .ta-home-focus-link:hover,
body.ta-startseite .ta-home-focus-link:focus {
    background: #00447a;
    color: #ffffff !important;
    text-decoration: underline;
}

.ta-home-focus-link:focus-visible,
.ta-home-search-submit:focus-visible,
.ta-home-button:focus-visible {
    outline-color: #ffca28;
}

/* Search */

.ta-home-search-section {
    margin: 0 0 18px;
}

.ta-home-search-tabs {
    display: flex;
    align-items: stretch;
    gap: 3px;
    padding: 0;
}

body.ta-startseite .ta-home-search-tab {
    min-width: 0;
    min-height: 61px;
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: none;
    padding: 10px 12px 9px;
    border: 1px solid #c5d1dc;
    border-bottom: 0;
    background: #f5f7fb;
    color: #1f3b6d !important;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
}

body.ta-startseite .ta-home-search-tab:hover,
body.ta-startseite .ta-home-search-tab:focus {
    background: #e8eef5;
    color: #143764 !important;
    text-decoration: underline;
}

body.ta-startseite .ta-home-search-tab.is-active {
    margin-bottom: -1px;
    background: #fad73d;
    border-color: #010066;
    border-bottom: 1px solid #fad73d;
    color: #111111 !important;
    position: relative;
    z-index: 2;
}

.ta-home-search-tab-title,
.ta-home-search-tab-sub {
    display: block;
}

.ta-home-search-tab-title {
    font-size: 16px;
    font-weight: bold;
}

.ta-home-search-tab-sub {
    margin-top: 3px;
    font-size: 12px;
}

.ta-home-search-box {
    border: 1px solid #010066;
    background: #fad73d;
    color: #111111;
}

.ta-home-search-heading {
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 8px 13px 3px;
}

.ta-home-search-heading h2 {
    margin: 0;
    color: #111111;
    font-size: 17px;
    line-height: 1.25;
}

.ta-home-search-heading p {
    margin: 1px 0 0;
    color: #313131;
    font-size: 12px;
}

.ta-home-search-badge {
    flex: 0 0 auto;
    max-width: 245px;
    padding-left: 21px;
    color: #143764;
    font-size: 12px;
    font-weight: bold;
    position: relative;
}

.ta-home-search-badge:before {
    content: "\2713";
    position: absolute;
    top: 0;
    left: 0;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #143764;
    color: #ffffff;
    font-size: 11px;
    line-height: 17px;
    text-align: center;
}

.ta-home-search-form {
    margin: 0;
    padding: 8px 13px 13px;
}

.ta-home-search-grid {
    display: grid;
    gap: 8px 10px;
}

.ta-home-search-grid-primary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ta-home-search-grid-details {
    grid-template-columns: minmax(178px, 1.22fr) minmax(178px, 1.22fr) minmax(120px, 0.78fr) minmax(120px, 0.78fr);
    margin-top: 8px;
}

.ta-home-search-grid-more {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ta-home-search-grid-more .ta-home-field-wide {
    grid-column: 1 / -1;
}

.ta-home-field {
    min-width: 0;
}

.ta-home-field > label,
.ta-home-popup-anchor > label {
    display: block;
    margin: 0 0 3px;
    color: #111111;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.25;
}

.ta-home-field > label span {
    font-weight: normal;
}

.ta-home-field input[type="text"],
.ta-home-field select,
.ta-home-select-button {
    width: 100%;
    height: 38px;
    margin: 0;
    border: 1px solid #010066;
    border-radius: 0;
    background: #ffffff;
    color: #111111;
    font-size: 14px;
}

.ta-home-field input[type="text"],
.ta-home-field select {
    padding: 6px 8px;
}

.ta-home-select-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 9px;
    overflow: hidden;
    cursor: pointer;
    text-align: left;
}

.ta-home-select-button > span:first-child {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ta-home-select-button:hover,
.ta-home-select-button:focus {
    background: #fffdf3;
    border-color: #00447a;
}

.ta-home-select-arrow {
    width: 0;
    height: 0;
    flex: 0 0 auto;
    margin-left: 7px;
    border-top: 6px solid #143764;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.ta-home-date-parts {
    display: grid;
    grid-template-columns: 60px minmax(0, 1fr);
    gap: 5px;
}

.ta-home-window-note {
    margin: 5px 0 1px;
    color: #333333;
    font-size: 11px;
}

.ta-home-more-toggle {
    min-height: 36px;
    display: none;
    align-items: center;
    gap: 7px;
    margin: 4px 0 0;
    padding: 4px 0;
    border: 0;
    background: transparent;
    color: #143764;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: underline;
}

.ta-home-search-ready .ta-home-more-toggle {
    display: inline-flex;
}

.ta-home-more-toggle:hover,
.ta-home-more-toggle:focus {
    color: #713600;
}

.ta-home-more-icon {
    width: 0;
    height: 0;
    border-top: 5px solid currentColor;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    transition: transform 0.15s ease;
}

.ta-home-more-toggle[aria-expanded="true"] .ta-home-more-icon {
    transform: rotate(180deg);
}

.ta-home-search-more {
    display: block;
    margin-top: 5px;
    padding-top: 9px;
    border-top: 1px solid rgba(1, 0, 102, 0.35);
}

.ta-home-search-more[hidden] {
    display: none !important;
}

.ta-home-search-error {
    margin: 8px 0 0;
    padding: 8px 10px;
    border: 2px solid #922d20;
    background: #fff5f1;
    color: #7f2117;
    font-weight: bold;
}

.ta-home-search-error[hidden],
.ta-home-picker[hidden] {
    display: none !important;
}

.ta-home-search-submit-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 8px;
}

.ta-home-search-submit-row > span {
    color: #333333;
    font-size: 11px;
}

.ta-home-search-submit,
.ta-home-button {
    min-height: 42px;
    padding: 8px 16px;
    border: 1px solid #010066;
    border-radius: 0;
    background: #010066;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
}

.ta-home-search-submit {
    width: 250px;
    flex: 0 0 250px;
}

.ta-home-search-submit:hover,
.ta-home-search-submit:focus,
.ta-home-button:hover,
.ta-home-button:focus {
    background: #143764;
    color: #ffffff;
}

.ta-home-search-submit span + span {
    margin-left: 5px;
}

.ta-home-search-form.is-submitting .ta-home-search-submit {
    cursor: wait;
    opacity: 0.75;
    pointer-events: none;
}

.ta-home-noscript-note {
    margin: 5px 13px 0;
    padding: 8px 10px;
    border: 1px solid #896d00;
    background: #fffbe8;
    color: #332d14;
}

/* Search dialogs */

.ta-home-popup-anchor {
    position: relative;
}

.ta-home-picker {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 10010;
    width: calc(100vw - 34px);
    max-width: 720px;
    max-height: calc(100vh - 34px);
    overflow: auto;
    transform: translate(-50%, -50%);
    border: 2px solid #143764;
    background: #ffffff;
    color: #143764;
    box-shadow: 0 7px 28px rgba(0, 0, 0, 0.38);
}

body.ta-home-panel-open {
    overflow: hidden;
}

body.ta-home-panel-open:after {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.48);
}

/* Das externe Chat-Widget darf die geoeffnete Reiseauswahl nicht ueberlagern. */
body.ta-startseite.ta-home-panel-open #superchat-widget-root {
    display: none !important;
}

.ta-home-picker-head {
    position: sticky;
    top: 0;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 12px;
    border-bottom: 1px solid #010066;
    background: #fad73d;
}

.ta-home-picker-head strong,
.ta-home-picker-head span {
    display: block;
}

.ta-home-picker-head strong {
    color: #111111;
    font-size: 16px;
}

.ta-home-picker-head span {
    margin-top: 2px;
    color: #303030;
    font-size: 12px;
}

.ta-home-picker-close {
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    padding: 0;
    border: 1px solid #010066;
    background: #ffffff;
    color: #143764;
    font-size: 24px;
    line-height: 31px;
    cursor: pointer;
}

.ta-home-destination-search {
    padding: 10px 12px 4px;
}

.ta-home-destination-search label {
    display: block;
    margin-bottom: 4px;
    color: #143764;
    font-size: 13px;
    font-weight: bold;
}

.ta-home-destination-search input {
    width: 100%;
    height: 40px;
    padding: 7px 9px;
    border: 1px solid #143764;
    border-radius: 0;
    font-size: 14px;
}

.ta-home-picker-all {
    min-height: 36px;
    margin: 6px 12px 9px;
    padding: 6px 10px;
    border: 1px solid #81821a;
    background: #f1f2cf;
    color: #143764;
    font-weight: bold;
    cursor: pointer;
}

.ta-home-destination-groups {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    padding: 0 12px 12px;
}

.ta-home-destination-empty {
    margin: 0 12px 12px;
    padding: 9px 10px;
    border: 1px solid #c7d2dc;
    background: #f5f7fb;
    color: #314f70;
    font-size: 13px;
}

.ta-home-destination-empty[hidden] {
    display: none !important;
}

.ta-home-destination-group {
    min-width: 0;
    border: 1px solid #c7d2dc;
    background: #ffffff;
}

.ta-home-destination-group h3 {
    margin: 0;
    padding: 7px 8px;
    background: #143764;
    color: #ffffff;
    font-size: 13px;
}

.ta-home-destination-group h4 {
    margin: 8px 8px 4px;
    color: #143764;
    font-size: 12px;
}

.ta-home-destination-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    padding: 0 8px 8px;
}

.ta-home-destination-buttons button {
    min-height: 32px;
    padding: 5px 8px;
    border: 1px solid #aebdca;
    background: #ffffff;
    color: #00447a;
    font-size: 12px;
    cursor: pointer;
}

.ta-home-destination-buttons button:hover,
.ta-home-destination-buttons button:focus {
    border-color: #ffac00;
    background: #fff9df;
    color: #143764;
}

.ta-home-airport-groups {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    padding: 11px 12px;
}

.ta-home-airport-group {
    min-width: 0;
    margin: 0;
    padding: 8px 9px 9px;
    border: 1px solid #c7d2dc;
}

.ta-home-airport-group legend {
    padding: 0 4px;
    color: #143764;
    font-size: 13px;
    font-weight: bold;
}

.ta-home-airport-group label {
    cursor: pointer;
}

.ta-home-airport-group > div {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px 8px;
    margin-top: 5px;
}

.ta-home-airport-group > div label {
    display: flex;
    align-items: flex-start;
    gap: 5px;
    min-width: 0;
    font-size: 12px;
}

.ta-home-airport-group input {
    flex: 0 0 auto;
    margin: 2px 0 0;
}

body.ta-startseite .ta-home-airport-group input[type="checkbox"] {
    width: auto;
    height: auto;
    min-height: 0;
    font-size: inherit;
}

.ta-home-picker-actions {
    position: sticky;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    padding: 9px 12px;
    border-top: 1px solid #c7d2dc;
    background: #f5f7fb;
}

.ta-home-picker-reset {
    min-height: 42px;
    padding: 7px 12px;
    border: 1px solid #143764;
    background: #ffffff;
    color: #143764;
    font-weight: bold;
    cursor: pointer;
}

/* Trust band */

.ta-home-trust-band {
    display: grid;
    grid-template-columns: 1.05fr 1.2fr 1.3fr 1.15fr;
    margin: 0 0 22px;
    border-top: 4px solid #ffac00;
    border-bottom: 8px solid #e6e8b6;
    background: #f8f9f2;
}

.ta-home-trust-item {
    min-width: 0;
    min-height: 92px;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 12px 11px;
    border-right: 1px solid #d5d8bb;
    color: #143764;
}

.ta-home-trust-item:last-child {
    border-right: 0;
}

.ta-home-trust-item strong,
.ta-home-trust-item small,
.ta-home-trust-label {
    display: block;
}

.ta-home-trust-item strong,
.ta-home-trust-label {
    color: #143764;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.3;
}

.ta-home-trust-item small {
    margin-top: 2px;
    color: #596777;
    font-size: 11px;
    line-height: 1.35;
}

.ta-home-trust-contact {
    display: block;
}

body.ta-startseite .ta-home-trust-contact a {
    display: block;
    margin-top: 2px;
    color: #b85200;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    text-decoration: none;
}

.ta-home-trust-certified img {
    width: 88px;
    flex: 0 0 88px;
}

.ta-home-trust-symbol {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    border-radius: 50%;
    background: #143764;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
}

.ta-home-trust-coupon {
    display: block;
}

.ta-home-trust-coupon strong {
    color: #a54c00;
}

body.ta-startseite .ta-home-trust-coupon a {
    display: inline-block;
    margin-top: 5px;
    font-size: 11px;
    font-weight: bold;
}

/* Link and ideas section */

.ta-home-ideas-section {
    margin: 0 0 22px;
    border: 1px solid #c8d2dc;
    border-top: 4px solid #ffac00;
    background: #ffffff;
}

.ta-home-ideas-section > .ta-home-section-title {
    margin: 0;
    padding: 11px 13px 10px;
    border-bottom: 1px solid #d6dee5;
    background: #f5f7fb;
}

.ta-home-ideas-panel {
    padding: 11px 13px 12px;
    border-bottom: 1px solid #d6dee5;
}

.ta-home-ideas-panel h3 {
    margin: 0 0 7px;
    color: #143764;
    font-size: 15px;
    line-height: 1.3;
}

.ta-home-link-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ta-home-link-list-combi {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5px 18px;
}

.ta-home-link-list li {
    min-width: 0;
    padding-left: 13px;
    position: relative;
}

.ta-home-link-list li:before {
    content: "\00bb";
    position: absolute;
    left: 0;
    color: #d56400;
    font-weight: bold;
}

body.ta-startseite .ta-home-link-list a {
    font-weight: bold;
    text-decoration: none;
}

body.ta-startseite .ta-home-link-list a:hover,
body.ta-startseite .ta-home-link-list a:focus {
    text-decoration: underline;
}

.ta-home-ideas-panel-specials {
    padding-bottom: 4px;
}

.ta-home-idea-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0 -13px;
}

.ta-home-idea-list > a {
    min-width: 0;
    padding: 8px 13px 9px 26px;
    border-top: 1px solid #e0e5e9;
    border-right: 1px solid #e0e5e9;
    color: #00447a;
    position: relative;
    text-decoration: none;
}

.ta-home-idea-list > a:nth-child(2n) {
    border-right: 0;
}

.ta-home-idea-list > a:before {
    content: "\00bb";
    position: absolute;
    top: 8px;
    left: 13px;
    color: #d56400;
    font-weight: bold;
}

.ta-home-idea-list > a:hover,
.ta-home-idea-list > a:focus {
    background: #fff9df;
}

.ta-home-idea-list strong,
.ta-home-idea-list span {
    display: block;
}

.ta-home-idea-list strong {
    font-size: 13px;
}

.ta-home-idea-list span {
    margin-top: 1px;
    color: #667079;
    font-size: 11px;
}

.ta-home-more-offers {
    padding: 9px 13px;
    background: #f8f9f2;
    color: #4f5d6b;
    line-height: 1.85;
}

.ta-home-more-offers > span {
    margin-right: 5px;
    color: #143764;
    font-weight: bold;
}

body.ta-startseite .ta-home-more-offers a {
    display: inline-block;
    margin-right: 12px;
    font-weight: bold;
}

/* Editorial SEO copy */

.ta-home-seo-text {
    padding: 0 2px;
    color: #314f70;
    font-size: 14px;
    line-height: 1.65;
}

.ta-home-seo-text h2 {
    margin: 20px 0 6px;
    padding-bottom: 4px;
    border-bottom: 1px solid #d5dce2;
    color: #b95600;
    font-size: 17px;
    line-height: 1.35;
}

.ta-home-seo-text h2:first-child {
    margin-top: 0;
}

.ta-home-seo-text p {
    margin: 0 0 9px;
}

.ta-home-seo-text ul {
    margin: 5px 0 10px;
    padding-left: 21px;
}

.ta-home-seo-closing {
    margin-top: 13px !important;
    padding: 9px 11px;
    border-left: 4px solid #81821a;
    background: #f4f5df;
    color: #3e4c5d;
}

/* Footer */

.ta-home-footer {
    padding-bottom: 20px;
    background: #ffffff;
    color: #333333;
    font-family: Tahoma, Arial, sans-serif;
}

.ta-home-footer-bars {
    display: block;
    height: 34px;
}

.ta-home-footer-bars span {
    display: block;
    width: 100%;
}

.ta-home-footer-bars span:first-child {
    height: 22px;
    background: #ffac00;
}

.ta-home-footer-bars span:last-child {
    height: 12px;
    border-bottom: 1px solid #b8ba86;
    background: #e6e8b6;
}

.ta-home-footer-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 3px 7px;
    padding: 8px 7px;
    border-bottom: 1px solid #d1d1d1;
    background: #ffffff;
}

body.ta-startseite .ta-home-footer-nav a {
    padding: 2px 4px;
    color: #333333;
    font-size: 12px;
    line-height: 1.25;
    text-decoration: none;
}

body.ta-startseite .ta-home-footer-nav a:hover,
body.ta-startseite .ta-home-footer-nav a:focus {
    color: #914400;
    text-decoration: underline;
}

.ta-home-footer-columns {
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr) 210px;
    border-bottom: 1px solid #d1d1d1;
}

.ta-home-footer-column {
    min-height: 128px;
    padding: 12px 14px;
    border-right: 1px solid #e0e0e0;
}

.ta-home-footer-column:last-child {
    border-right: 0;
}

.ta-home-footer-column h2 {
    margin: 0 0 7px;
    color: #143764;
    font-size: 14px;
}

.ta-home-footer-column p {
    margin: 0 0 7px;
    font-size: 12px;
}

body.ta-startseite .ta-home-footer-column > a {
    font-size: 12px;
}

body.ta-startseite .ta-home-forest-badge {
    display: inline-block;
    line-height: 0;
}

.ta-home-forest-badge img {
    display: block;
    width: 150px;
    height: 150px;
}

.ta-home-footer-quality {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    gap: 7px 13px;
}

.ta-home-footer-quality h2 {
    flex: 0 0 100%;
}

.ta-home-footer-quality a {
    display: inline-block;
    line-height: 0;
}

.ta-home-footer-quality img {
    width: auto;
    max-height: 79px;
}

.ta-home-footer-quality > a:first-of-type img {
    width: 135px;
    max-height: 71px;
}

.ta-home-footer-quality > a:last-of-type img {
    width: 190px;
    max-height: 56px;
}

.ta-home-social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.ta-home-social-links a {
    display: inline-block;
    line-height: 0;
    text-decoration: none;
}

.ta-home-social-links img {
    display: block;
    width: 72px;
}

.ta-home-copyright {
    padding: 12px 8px;
    color: #333333;
    font-size: 13px;
    text-align: center;
}

body.ta-startseite .ta-home-copyright a {
    color: #333333;
}

@media (min-width: 901px) {
    .ta-home-intro h1 {
        white-space: nowrap;
    }

    .ta-home-more-offers {
        font-size: 13px;
    }

    body.ta-startseite .ta-home-more-offers a {
        margin-right: 6px;
    }

    body.ta-startseite .ta-home-more-offers a:last-child {
        margin-right: 0;
    }
}

/* Tablet */

@media (max-width: 900px) {
    .ta-home-head-main {
        grid-template-columns: 255px 120px minmax(180px, 1fr) 130px;
        padding-right: 7px;
    }

    .ta-home-logo img {
        width: 255px;
    }

    .ta-home-head-trust img {
        width: 130px;
    }

    .ta-home-main {
        padding-right: 10px;
        padding-left: 38px;
        background: linear-gradient(to right, #e6e8b6 0, #e6e8b6 20px, #ffffff 20px, #ffffff 100%);
    }

    .ta-home-headline-strip {
        width: calc(100% - 20px);
        margin-left: 20px;
    }

    .ta-home-headline-strip:before {
        left: -20px;
        width: 20px;
    }

    .ta-home-utility {
        padding-left: 20px;
    }

    .ta-home-search-grid-details {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ta-home-trust-band {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ta-home-trust-item:nth-child(2) {
        border-right: 0;
    }

    .ta-home-trust-item:nth-child(-n + 2) {
        border-bottom: 1px solid #d5d8bb;
    }
}

@media (max-width: 800px) {
    .ta-home-head-main {
        min-height: 76px;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 10px;
        padding: 7px 10px 6px 8px;
    }

    .ta-home-logo img {
        width: 235px;
        max-width: 58vw;
    }

    .ta-home-history,
    .ta-home-head-trust {
        display: none;
    }

    .ta-home-head-contact {
        padding: 0;
        white-space: nowrap;
    }

    body.ta-startseite .ta-home-head-contact a {
        font-size: 17px;
    }

    .ta-home-head-contact small {
        max-width: 205px;
        font-size: 9px;
        white-space: normal;
    }

    .ta-home-main {
        max-width: 100%;
        padding: 12px 12px 28px;
        background: #ffffff;
    }

    .ta-home-utility {
        padding-left: 10px;
    }

    .ta-home-headline-strip {
        width: 100%;
        margin-left: 0;
    }


    .ta-home-headline-strip:before {
        display: none;
    }

    body.ta-startseite .ta-home-focus-image img {
        height: 135px;
    }

    .ta-home-focus-copy p {
        min-height: 83px;
    }

    body.ta-startseite .ta-home-search-tab {
        min-height: 64px;
        padding-right: 8px;
        padding-left: 8px;
    }

    .ta-home-search-tab-title {
        font-size: 14px;
    }

    .ta-home-search-tab-sub {
        font-size: 11px;
    }

    .ta-home-link-list-combi {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ta-home-footer-columns {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ta-home-footer-column:last-child {
        grid-column: 1 / -1;
        border-top: 1px solid #e0e0e0;
    }
}

/* Mobile */

@media (max-width: 600px) {
    body.ta-startseite {
        font-size: 14px;
    }

    .ta-home-head-main {
        min-height: 69px;
    }

    .ta-home-contact-label {
        font-size: 10px;
    }

    .ta-home-head-contact small {
        display: none;
    }

    body.ta-startseite .ta-home-head-contact a {
        min-height: 40px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .ta-home-utility {
        min-height: 32px;
        padding: 5px 8px;
        font-size: 12px;
    }

    .ta-home-utility-nav a:nth-child(n + 3) {
        display: none;
    }

    .ta-home-headline-strip {
        min-height: 35px;
        padding: 6px 8px;
    }

    body.ta-startseite .ta-home-headline-strip a {
        font-size: 13px;
    }

    .ta-home-headline-strip span {
        font-size: 11px;
    }

    .ta-home-intro h1 {
        font-size: 21px;
    }

    .ta-home-intro p {
        font-size: 14px;
    }

    .ta-home-section-title h2 {
        font-size: 17px;
    }

    .ta-home-focus-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 12px;
    }

    .ta-home-focus-item {
        display: grid;
        grid-template-columns: minmax(102px, 34%) minmax(0, 1fr);
    }

    .ta-home-focus-image {
        min-height: 180px;
        border-right: 1px solid #c5d1dc;
        border-bottom: 0;
        position: relative;
    }

    body.ta-startseite .ta-home-focus-image img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        height: 100%;
        object-fit: cover;
    }

    .ta-home-focus-copy {
        padding: 10px;
    }

    .ta-home-focus-kicker {
        font-size: 11px;
    }

    .ta-home-focus-copy h3 {
        font-size: 17px;
    }

    .ta-home-focus-copy p {
        min-height: 0;
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        font-size: 12px;
        line-height: 1.45;
    }

    body.ta-startseite .ta-home-focus-link {
        width: 100%;
        min-height: 42px;
        padding: 7px 8px;
        font-size: 12px;
        line-height: 20px;
    }

    .ta-home-search-tabs {
        gap: 3px;
        padding-left: 0;
    }

    body.ta-startseite .ta-home-search-tab {
        min-height: 72px;
        padding: 8px 4px 7px;
    }

    .ta-home-search-tab-title {
        font-size: 13px;
    }

    .ta-home-search-tab-sub {
        font-size: 11px;
        line-height: 1.25;
    }

    .ta-home-search-heading {
        display: block;
        min-height: 0;
        padding: 10px 10px 4px;
    }

    .ta-home-search-heading h2 {
        font-size: 17px;
    }

    .ta-home-search-heading p {
        font-size: 12px;
    }

    .ta-home-search-badge {
        display: block;
        max-width: none;
        margin-top: 7px;
    }

    .ta-home-search-form {
        padding: 8px 10px 11px;
    }

    .ta-home-search-grid-primary,
    .ta-home-search-grid-details,
    .ta-home-search-grid-more {
        grid-template-columns: minmax(0, 1fr);
        gap: 9px;
    }

    .ta-home-search-grid-more .ta-home-field-wide {
        grid-column: auto;
    }

    .ta-home-field > label,
    .ta-home-popup-anchor > label {
        font-size: 14px;
    }

    .ta-home-field input[type="text"],
    .ta-home-field select,
    .ta-home-select-button {
        height: 46px;
        font-size: 16px;
    }

    .ta-home-date-parts {
        grid-template-columns: 74px minmax(0, 1fr);
    }

    .ta-home-window-note {
        font-size: 12px;
    }

    .ta-home-more-toggle {
        min-height: 44px;
        font-size: 13px;
    }

    .ta-home-search-submit-row {
        display: block;
    }

    .ta-home-search-submit-row > span {
        display: none;
    }

    .ta-home-search-submit {
        width: 100%;
        min-height: 48px;
        font-size: 15px;
    }

    .ta-home-picker {
        width: calc(100vw - 20px);
        max-height: calc(100vh - 20px);
    }

    @supports (height: 100dvh) {
        .ta-home-picker {
            max-height: calc(100dvh - 20px);
        }
    }

    .ta-home-picker-head {
        padding: 9px 10px;
    }

    .ta-home-picker-close {
        width: 44px;
        height: 44px;
        flex-basis: 44px;
        line-height: 39px;
    }

    .ta-home-destination-search {
        padding: 9px 10px 4px;
    }

    .ta-home-destination-search input {
        height: 46px;
        font-size: 16px;
    }

    .ta-home-picker-all {
        min-height: 44px;
        margin-left: 10px;
    }

    .ta-home-destination-groups,
    .ta-home-airport-groups {
        grid-template-columns: minmax(0, 1fr);
        padding-right: 10px;
        padding-left: 10px;
    }

    .ta-home-destination-buttons button {
        min-height: 40px;
        padding: 7px 9px;
    }

    .ta-home-airport-group > div label {
        min-height: 36px;
        align-items: center;
        padding: 3px 0;
        font-size: 13px;
    }

    .ta-home-airport-group legend label {
        min-height: 34px;
        display: inline-flex;
        align-items: center;
    }

    body.ta-startseite .ta-home-airport-group input[type="checkbox"] {
        width: 20px;
        height: 20px;
        min-height: 20px;
        margin-top: 0;
    }

    .ta-home-picker-actions {
        padding: 8px 10px;
    }

    .ta-home-picker-actions button {
        min-height: 44px;
    }

    .ta-home-trust-contact,
    .ta-home-trust-coupon {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .ta-home-trust-item small {
        font-size: 12px;
    }

    .ta-home-link-list-combi {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ta-home-footer-nav {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0;
        padding: 0;
    }

    body.ta-startseite .ta-home-footer-nav a {
        min-height: 42px;
        display: flex;
        align-items: center;
        padding: 8px 9px;
        border-right: 1px solid #d1d1d1;
        border-bottom: 1px solid #d1d1d1;
    }

    body.ta-startseite .ta-home-footer-nav a:nth-child(2n) {
        border-right: 0;
    }
}

@media (max-width: 460px) {
    .ta-home-title-nowrap {
        white-space: nowrap;
    }

    .ta-home-main {
        padding-right: 9px;
        padding-left: 9px;
    }

    .ta-home-logo img {
        width: 193px;
        max-width: 55vw;
    }

    body.ta-startseite .ta-home-head-contact a {
        font-size: 15px;
    }

    .ta-home-search-tabs {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.ta-startseite .ta-home-search-tab {
        width: 100%;
        max-width: none;
        min-height: 62px;
    }

    .ta-home-search-tab-title {
        font-size: 13px;
    }

    .ta-home-search-tab-sub {
        font-size: 11px;
    }

    body.ta-startseite .ta-home-search-tab.is-active {
        grid-column: 1 / -1;
        min-height: 58px;
    }

    .ta-home-link-list-combi,
    .ta-home-idea-list {
        grid-template-columns: minmax(0, 1fr);
    }

    .ta-home-idea-list > a {
        border-right: 0;
    }

    .ta-home-airport-group > div {
        grid-template-columns: minmax(0, 1fr);
    }

    .ta-home-trust-band {
        grid-template-columns: minmax(0, 1fr);
    }

    .ta-home-trust-item,
    .ta-home-trust-item:nth-child(2) {
        min-height: 0;
        border-right: 0;
        border-bottom: 1px solid #d5d8bb;
    }

    .ta-home-trust-item:last-child {
        border-bottom: 0;
    }

    .ta-home-footer-columns {
        grid-template-columns: minmax(0, 1fr);
    }

    .ta-home-footer-column,
    .ta-home-footer-column:last-child {
        min-height: 0;
        grid-column: auto;
        border-right: 0;
        border-bottom: 1px solid #e0e0e0;
        border-top: 0;
    }
}

@media (max-width: 360px) {
    .ta-home-head-main {
        padding-right: 6px;
        padding-left: 5px;
    }

    .ta-home-logo img {
        width: 178px;
        max-width: 52vw;
    }

    .ta-home-contact-label {
        display: none !important;
    }

    body.ta-startseite .ta-home-head-contact a {
        font-size: 14px;
    }

    body.ta-startseite .ta-home-search-tab {
        padding-right: 2px;
        padding-left: 2px;
    }

}

@media (min-width: 601px) and (max-width: 800px) {
    .ta-home-field input[type="text"],
    .ta-home-field select,
    .ta-home-select-button,
    .ta-home-destination-search input {
        height: 44px;
        font-size: 16px;
    }

    .ta-home-more-toggle,
    .ta-home-picker-all,
    .ta-home-destination-buttons button,
    .ta-home-picker-actions button,
    .ta-home-search-submit,
    .ta-home-button {
        min-height: 44px;
    }

    .ta-home-search-submit,
    .ta-home-button {
        font-size: 16px;
    }

    .ta-home-picker-close {
        width: 44px;
        height: 44px;
        flex-basis: 44px;
        line-height: 39px;
    }

    .ta-home-footer-nav {
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 0;
        padding: 0;
    }

    body.ta-startseite .ta-home-footer-nav a {
        min-height: 42px;
        display: flex;
        align-items: center;
        padding: 7px 8px;
        border-right: 1px solid #d1d1d1;
        border-bottom: 1px solid #d1d1d1;
    }

    body.ta-startseite .ta-home-footer-nav a:nth-child(5n) {
        border-right: 0;
    }
}

/* CCM19: keep the consent dialog inside the mobile viewport. */

@media (max-width: 991px) {
    body.ta-startseite .ccm19-overlay,
    body.ta-startseite #ccm19 .ccm19-overlay {
        position: fixed !important;
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        width: 100vw !important;
        height: 100vh !important;
        transform: none !important;
        z-index: 2147483646 !important;
    }

    body.ta-startseite .ccm-modal,
    body.ta-startseite #ccm19 .ccm-modal,
    body.ta-startseite .ccm-modal-inner,
    body.ta-startseite #ccm19 .ccm-modal-inner {
        position: fixed !important;
        top: 0 !important;
        right: 0 !important;
        bottom: auto !important;
        left: 0 !important;
        width: 100vw !important;
        max-width: 100vw !important;
        margin: 0 !important;
        transform: none !important;
        z-index: 2147483647 !important;
    }

    body.ta-startseite .ccm-modal--body,
    body.ta-startseite .ccm-modal--header,
    body.ta-startseite .ccm-modal--footer {
        padding-right: 12px !important;
        padding-left: 12px !important;
        box-sizing: border-box !important;
    }

    body.ta-startseite .ccm-widget--logo img,
    body.ta-startseite .ccm-widget--text,
    body.ta-startseite .ccm-inner-overflow {
        max-width: 100% !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ta-home-focus-image img,
    .ta-home-more-icon {
        transition: none;
    }
}

@media print {
    .ta-home-utility,
    .ta-home-headline-strip,
    .ta-home-search-section,
    .ta-home-footer-nav,
    .ta-home-social-links {
        display: none !important;
    }

    .ta-home-shell,
    .ta-home-main {
        max-width: none;
    }

    .ta-home-main {
        padding: 0;
        background: #ffffff;
    }
}
