@media screen {
    @font-face {
        font-family: 'Portada';
        font-style: normal;
        font-weight: 400;
        mso-font-alt: 'Times New Roman';
        src: url('../fonts/austrian/Portada-Regular.eot'), url('../fonts/austrian/Portada-Regular.otf') format('opentype'), url('../fonts/austrian/Portada-Regular.woff2') format('woff2'), url('../fonts/austrian/Portada-Regular.woff') format('woff'), url('../fonts/austrian/Portada-Regular.ttf') format('truetype');
    }

    @font-face {
        font-family: 'Portada';
        font-style: normal;
        font-weight: 700;
        mso-font-alt: 'Times New Roman';
        src: url('../fonts/austrian/Portada-SemiBold.eot'), url('../fonts/austrian/Portada-SemiBold.otf') format('opentype'), url('../fonts/austrian/Portada-SemiBold.woff2') format('woff2'), url('../fonts/austrian/Portada-SemiBold.woff') format('woff'), url('../fonts/austrian/Portada-SemiBold.ttf') format('truetype');
    }

    @font-face {
        font-family: 'CoreSans';
        font-style: normal;
        font-weight: 400;
        mso-font-alt: 'Arial';
        src: url('../fonts/austrian/CoreSansRegular.eot'), url('../fonts/austrian/CoreSansRegular.woff2') format('woff2'), url('../fonts/austrian/CoreSansRegular.woff') format('woff'), url('../fonts/austrian/CoreSansRegular.ttf') format('truetype');
    }

    @font-face {
        font-family: 'CoreSans';
        font-style: normal;
        font-weight: 500;
        mso-font-alt: 'Arial';
        src: url('../fonts/austrian/CoreSansMedium.eot'), url('../fonts/austrian/CoreSansMedium.woff2') format('woff2'), url('../fonts/austrian/CoreSansMedium.woff') format('woff'), url('../fonts/austrian/CoreSansMedium.ttf') format('truetype');
    }

    @font-face {
        font-family: 'CoreSans';
        font-style: normal;
        font-weight: 700;
        mso-font-alt: 'Arial';
        src: url('../fonts/austrian/CoreSansBold.eot'), url('../fonts/austrian/CoreSansBold.woff2') format('woff2'), url('../fonts/austrian/CoreSansBold.woff') format('woff'), url('../fonts/austrian/CoreSansBold.ttf') format('truetype');
    }
}

.a-content-container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.a-content-container__wrapper {
    position: relative;
    padding: 0;
}

.a-content-container__eject {
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: content-box;
    width: 100%;
    margin: 0 -10px;
}

@media (min-width: 376px) {
    .a-content-container__eject {
        padding-left: 22px;
        padding-right: 22px;
        margin: 0 -22px;
    }
}

@media (min-width: 768px) {
    .a-content-container__eject {
        padding-left: 24px;
        padding-right: 24px;
        margin: 0 -24px;
    }
}

@media (min-width: 1025px) {
    .a-content-container__eject {
        padding-left: 80px;
        padding-right: 80px;
        margin: 0 -80px;
    }
}

.a-content-container__content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0;
}

@media (min-width: 376px) {
    .a-content-container__content-wrapper {
        padding-left: 22px;
        padding-right: 22px;
    }
}

@media (min-width: 768px) {
    .a-content-container__content-wrapper {
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (min-width: 1025px) {
    .a-content-container__content-wrapper {
        padding-left: 80px;
        padding-right: 80px;
    }
}

@media (min-width: 1281px) {
    .a-content-container__content-wrapper {
        padding-left: 88px;
        padding-right: 88px;
    }
}

.a-content-container__content-wrapper--max-width {
    max-width: 950px;
    width: 100%;
}

.a-content-container--bg-white,
.a-content-container__eject--bg-white {
    background: #fff;
}

.a-content-container--margin-large,
.a-content-container__eject--margin-large {
    margin-top: 20px;
}

@media (min-width: 768px) {
    .a-content-container--margin-large,
    .a-content-container__eject--margin-large {
        margin-top: 40px;
    }
}

.a-content-container--margin-bottom-large {
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    .a-content-container--margin-bottom-large {
        margin-bottom: 65px;
    }
}

.a-content-container:first-child,
.a-content-container__eject:first-child {
    margin-top: 0;
}

.a-content-container--margin-large:first-child,
.a-content-container__eject--margin-large:first-child {
    margin-top: 0;
}

.austrian .a-content-container--bg-primary,
.austrian .a-content-container__eject--bg-primary {
    background: #d81e05;
}

    .austrian .a-content-container--bg-primary .a-link.a-link--context-standalone,
    .austrian .a-content-container__eject--bg-primary .a-link.a-link--context-standalone {
        color: #fff;
        font-weight: 500;
        line-height: 15px;
        min-height: auto;
        padding: 0;
    }

        .austrian .a-content-container--bg-primary .a-link.a-link--context-standalone:hover,
        .austrian .a-content-container__eject--bg-primary .a-link.a-link--context-standalone:hover {
            text-decoration: underline;
        }

        .austrian .a-content-container--bg-primary .a-link.a-link--context-standalone .a-link__inner,
        .austrian .a-content-container__eject--bg-primary .a-link.a-link--context-standalone .a-link__inner {
            color: #fff;
            font-weight: 500;
            font-size: 13px;
        }

.o-header-austrian__logo-and-nav {
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    background: #fff;
    z-index: 2010;
    border-bottom: 1px solid #cad1d8;
}

@media (min-width: 1281px) {
    .o-header-austrian__logo-and-nav {
        height: 108px;
    }
}

@media (min-width: 768px) {
    .o-header-austrian__logo-and-nav {
        height: 108px;
    }
}

.o-header-austrian__logo {
    max-width: 130px;
}

@media (min-width: 1281px) {
    .o-header-austrian__logo {
        margin-top: 10px;
        max-width: 215px;
    }
}

@media (min-width: 768px) {
    .o-header-austrian__logo {
        width: 22%;
        max-width: 215px;
        margin-top: 8px;
        margin-right: 10px;
    }
}

.o-header-austrian__logo img {
    width: 100%;
}

.m-lightbox {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: 100vh;
    overflow: auto;
    z-index: 5000;
    padding: 0 5px 5px;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 0.2s, opacity 0.2s ease-out;
}

.m-lightbox--bg-normal {
    background-color: rgba(0, 0, 0, 0.5);
}

.m-lightbox--active {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.2s ease-out;
}

.m-lightbox__body {
    margin: 5px auto 0;
    padding: 20px;
    position: relative;
    min-width: 310px;
    max-width: 480px;
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    animation: fade-in 0.5s forwards;
}

@media (min-width: 768px) {
    .m-lightbox__body {
        margin-top: 60px;
    }
}

.m-lightbox__close.a-link {
    position: relative;
    top: -2px;
    flex-shrink: 0;
    flex-grow: 0;
    padding: 0;
    min-height: auto;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.15px;
}

@media (min-width: 768px) {
    .m-lightbox__close.a-link {
        top: -1px;
    }
}

.m-lightbox__close.a-link .a-link__wrapper {
    display: flex;
    width: 100%;
}

    .m-lightbox__close.a-link .a-link__wrapper .a-link__inner + .a-link__inner {
        margin-left: 10px;
    }

    .m-lightbox__close.a-link .a-link__wrapper .a-icon {
        width: 16px;
        height: 16px;
        font-size: 16px;
        line-height: 16px;
    }

.m-lightbox__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

.m-lightbox__header-headline.a-headline {
    margin-bottom: 0;
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 32px;
    font-weight: 300;
    max-width: 320px;
}

.austrian .a-text {
    font-family: CoreSans, Arial, Helvetica, MAMIconText, sans-serif;
    font-weight: 400;
    letter-spacing: 0.1px;
    font-size: 15px;
    line-height: 23px;
    color: #101010;
}

.austrian .a-loading-text-alignment {
    text-align: center;
}

.o-footer-austrian {
    color: #fff;
    margin-top: 50px;
    margin-bottom: 30px;
}

.o-footer-austrian__content-wrapper {
    display: flex;
    flex-direction: column;
    padding: 24px 0 36px;
}

@media (min-width: 1025px) {
    .o-footer-austrian__content-wrapper {
        padding: 36px 0;
        flex-direction: row;
    }
}

.o-footer-austrian__logo {
    margin-bottom: 36px;
}

@media (min-width: 1024px) {
    .o-footer-austrian__logo {
        flex-basis: 25%;
    }
}

@media (min-width: 768px) {
    .o-footer-austrian__logo {
        margin-bottom: 48px;
    }
}

.o-footer-austrian__links {
    flex: 3;
    border-bottom: 0;
    overflow: unset;
}

.o-footer-austrian__content-links {
    margin-bottom: 20px;
}

.o-footer-austrian .a-column-view {
    width: 100%;
    margin: 20px 0;
}

    .o-footer-austrian .a-column-view:first-child {
        margin-top: 0;
    }

    .o-footer-austrian .a-column-view:last-child {
        margin-bottom: 0;
    }

.o-footer-austrian .a-column-view__items {
    position: relative;
}

.o-footer-austrian .a-column-view__row {
    margin: 0;
    display: flex;
    flex-direction: column;
}

@media (min-width: 768px) {
    .o-footer-austrian .a-column-view__row {
        flex-wrap: wrap;
        flex-direction: row;
        margin: 0 -10px;
    }
}

.o-footer-austrian .a-column-view__item {
    padding: 20px 0 10px;
    box-sizing: border-box;
    width: 100%;
    display: flex;
}

@media (min-width: 1025px) {
    .o-footer-austrian .a-column-view__item {
        padding: 0 12px;
    }
}

@media (min-width: 768px) {
    .o-footer-austrian .a-column-view__item {
        padding: 0 12px 24px;
    }
}

@media (min-width: 768px) {
    .o-footer-austrian .a-column-view__item--3 {
        width: 33.33333%;
    }
}

.o-footer-austrian .a-column-view__item > * {
    flex: 1 1 100%;
    max-width: 100%;
}

.o-footer-austrian .a-link-list__headline {
    min-height: 2.45em;
    margin-top: 0;
    margin-bottom: 0;
}

.o-footer-austrian .a-headline {
    border-bottom: 0;
}

.o-footer-austrian .a-link-list--style-navigation .a-link-list__headline {
    color: #fff;
    min-height: 2.45em;
    margin-top: 0;
    margin-bottom: 20px;
}

.o-footer-austrian .a-link-list__headline {
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 400;
}

.o-footer-austrian .a-headline.a-headline--style-size-5 {
    font-family: CoreSans, Arial, Helvetica, MAMIconText, sans-serif;
    font-weight: 400;
    letter-spacing: 0.1px;
    font-weight: 500;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 1px;
    margin-top: 0;
    margin-bottom: 0;
    min-height: 35px;
}

@media (min-width: 768px) {
    .o-footer-austrian .a-headline.a-headline--style-size-5 {
        font-size: 19px;
        line-height: 21px;
        letter-spacing: 1px;
    }
}

.o-footer-austrian .a-link-list__list {
    list-style-type: none;
    margin: -6px;
    padding-left: 0;
    display: flex;
    flex-direction: column;
}

    .o-footer-austrian .a-link-list__list li {
        margin: 10px 6px;
    }

.o-footer-austrian__payment-social {
    margin-bottom: 48px;
}

.o-footer-austrian__payment-and-social {
    display: flex;
    flex-direction: column;
}

@media (min-width: 768px) {
    .o-footer-austrian__payment-and-social {
        flex-direction: row;
        margin: -10px;
    }
}

@media (min-width: 768px) {
    .o-footer-austrian__payment-and-social > * {
        padding: 10px;
        flex: 1 0 50%;
    }
}

@media (min-width: 1024px) {
    .o-footer-austrian__payment-and-social > * {
        flex: 1 1 auto;
    }
}

.o-footer-austrian .a-link-list--style-inverted {
    color: #fff;
}

@media (min-width: 1024px) {
    .o-footer-austrian__payment-icons {
        max-width: 492px;
    }
}

.o-footer-austrian .a-link-list--style-inverted .a-link-list__headline {
    color: #fff;
}

.o-footer-austrian .a-link-list__list {
    list-style-type: none;
    margin: -6px;
    padding-left: 0;
    display: flex;
    flex-direction: column;
}

.o-footer-austrian .a-link-list__list--direction-horizontal {
    display: inline-flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}

.o-footer-austrian__payment-footnote {
    font-family: CoreSans, Arial, Helvetica, MAMIconText, sans-serif;
    font-weight: 400;
    letter-spacing: 0.1px;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0;
    color: #fff;
    margin: 24px 0 48px;
}

@media (min-width: 1024px) {
    .o-footer-austrian__payment-footnote {
        max-width: 492px;
    }
}

@media (min-width: 768px) {
    .o-footer-austrian__payment-footnote {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .o-footer-austrian__payment-and-social .o-footer-austrian__social-icons {
        flex-basis: 33.3333%;
        flex-grow: 0;
        flex-shrink: 0;
    }
}

.o-footer-austrian .a-link-list--style-inverted {
    color: #fff;
}

@media (min-width: 768px) {
    .o-footer-austrian .a-link-list__list--direction-responsive {
        display: inline-flex;
        justify-content: flex-start;
        flex-direction: row;
        flex-wrap: wrap;
    }
}

.o-footer-austrian .a-link-list__list--spread-wide {
    margin: -6px -20px;
}

    .o-footer-austrian .a-link-list__list--spread-wide li {
        margin: 10px 6px 0;
    }

.o-footer-austrian__logos {
    box-sizing: border-box;
    padding: 10px 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    min-height: 96px;
}

@media (min-width: 768px) {
    .o-footer-austrian__logos {
        min-height: 70px;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
    }
}

.o-footer-austrian__logos__logo--left {
    width: 120px;
}

.o-footer-austrian__logos__logo--right {
    width: 200px;
}

.o-footer-austrian__logos__logo {
    position: relative;
}

.o-footer-austrian .a-icon.o-footer-austrian-subnav-icon {
    width: 24px;
    height: 24px;
    font-size: 24px;
    line-height: 24px;
    margin-right: 5px;
}

.a-checkbox__label {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    position: relative;
    padding-left: 34px;
    margin-bottom: 30px;
}

.a-checkbox__label--disabled {
    cursor: not-allowed;
    opacity: 1;
}

.a-checkbox__control-input {
    z-index: -1;
    opacity: 0;
    position: initial;
    width: 0;
    height: 0;
    margin-left: -3px;
}

.a-checkbox__control-indicator {
    box-sizing: content-box;
    display: inline-flex;
    position: absolute;
    top: -1px;
    left: 0;
    transition: initial;
}

.austrian .a-checkbox__label {
    padding-left: 30px;
}

.austrian .a-checkbox__label--checked .a-checkbox__control-indicator {
    border-color: #4b5b6b;
    color: #fff;
}

.austrian .a-checkbox__label--checked .a-checkbox__control-description {
    color: #4b5b6b;
}

.austrian .a-checkbox__label--disabled .a-checkbox__control-indicator {
    border-color: #cad1d8;
    color: #fff;
}

.austrian .a-checkbox__label--disabled .a-checkbox__control-description {
    color: #cad1d8;
}

.austrian .a-checkbox__icon {
    width: 20px !important;
    height: 20px !important;
}

.austrian .a-checkbox__control-input {
    margin-top: 17px;
}

.austrian .a-checkbox__control-indicator {
    font-size: 18px;
    color: #fff;
    background-color: #f1f3f5;
    border: 2px solid #000;
    border-radius: 3px;
    border-width: 1px;
    border-color: #4b5b6b;
    height: 19px;
    width: 19px;
    top: 1px;
}

.austrian .a-checkbox__control-description {
    font-family: CoreSans, Arial, Helvetica, MAMIconText, sans-serif;
    font-weight: 400;
    letter-spacing: 0.1px;
    font-size: 15px;
    line-height: 23px;
    color: #000000;
    transition: initial;
}

.austrian .a-checkbox--first {
    border-bottom: 1px solid #cad1d8;
    max-width: 620px;
    margin-top: 30px;
}

    .austrian .a-checkbox--first .a-checkbox__label {
        margin-bottom: 20px;
    }

.austrian .a-checkbox--second .a-checkbox__label {
    margin-top: 20px;
}

.austrian .a-checkbox--with-copy .a-checkbox__label {
    margin-bottom: 10px;
}

.austrian .a-checkbox__copy.a-text {
    max-width: 620px;
    color: #000000;
    font-size: 12px;
    line-height: 18px;
    padding-top: 5px;
    padding-bottom: 30px;
    padding-left: 34px;
}

    .austrian .a-checkbox__copy.a-text p {
        padding: 0;
        margin: 0;
    }

    .austrian .a-checkbox__copy.a-text .a-link__inner {
        color: #4b5b6b;
    }

.austrian .a-checkbox__copy--small.a-text {
    padding-bottom: 20px;
}

.a-link {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
    min-height: 50px;
}

.a-link--context-standalone {
    text-transform: initial;
    min-height: 30px;
    position: relative;
    border-left: 0;
    border-right: 0;
}

    .a-link--context-standalone .a-link__wrapper {
        display: flex;
        width: 100%;
    }

.a-link--width-auto {
    width: auto;
}

.a-link--children-alignment-left .a-link__wrapper,
.a-link--children-alignment-left {
    justify-content: flex-start;
}

.a-link--context-standalone:not(.a-link--children-alignment-space-between) .a-link__inner--icon {
    display: block;
    position: relative;
    height: auto;
}

.a-link__inner {
    display: flex;
    align-items: center;
}

    .a-link__inner + .a-link__inner {
        margin-left: 0.5em;
    }

.a-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    speak: none;
    text-transform: none;
    letter-spacing: 0;
}

.a-link__inner {
    display: flex;
    align-items: center;
}

.austrian .a-link {
    font-family: CoreSans, Arial, Helvetica, MAMIconText, sans-serif;
    font-weight: 400;
    letter-spacing: 0.1px;
    font-size: 15px;
    line-height: 23px;
    text-transform: initial;
    line-height: 1.25;
    min-height: 30px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #4b5b6b;
    position: relative;
    border: 0;
    background: transparent;
}

.austrian .a-link--context-standalone {
    /*  display: block; */
    padding: 10px 0;
}

    .austrian .a-link--context-standalone:hover {
        color: #d81e05;
    }

        .austrian .a-link--context-standalone:hover .a-link__inner {
            text-decoration: underline;
        }

.austrian .a-link--size-small {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.43px;
    padding: 0;
    padding-left: 2px;
    min-height: auto;
}

.austrian .a-icon {
    width: 12px !important;
    height: 12px !important;
    font-size: 12px;
    line-height: 12px;
}

.austrian .a-icon--small {
    width: 8px !important;
    height: 8px !important;
    font-size: 8px;
    line-height: 8px;
}

.a-headline {
    margin: 0;
    padding: 0;
}

.austrian .a-headline {
    color: #101010;
    font-family: Portada, Arial, Helvetica, MAMIconHead, sans-serif;
    margin-top: 50px;
    margin-bottom: 36px;
}

@media (min-width: 1281px) {
    .austrian .a-headline {
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) {
    .austrian .a-headline {
        font-size: 45px;
        line-height: 49px;
    }
}

.austrian .a-headline.a-headline--style-size-1 {
    font-weight: 700;
    font-size: 37px;
    line-height: 43px;
    letter-spacing: 0.5px;
}

.austrian .a-headline.a-headline--style-size-2 {
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
}

.a-button {
    cursor: pointer;
}

.a-button--width-auto {
    width: 100%;
}

@media (min-width: 768px) {
    .a-button--width-auto {
        width: auto;
    }
}

.a-button--children-alignment-center {
    justify-content: center;
}

.austrian .a-button {
    font-family: CoreSans, Arial, Helvetica, MAMIconText, sans-serif;
    font-weight: 400;
    letter-spacing: 0.1px;
    font-size: 15px;
    line-height: 23px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    font-weight: 500;
    min-height: 50px;
    color: #fff;
    border: 2px solid transparent;
    border-radius: 3px;
}

.austrian .a-button--type-primary {
    background-color: #d81e05;
    border-color: #d81e05;
}

    .austrian .a-button--type-primary:hover {
        background-color: #ac1804;
        border-color: #ac1804;
    }

.austrian .a-button--type-secondary,
.austrian .lufthansa .a-button.a-button--type-tertiary {
    background-color: transparent;
    border-color: #d81e05;
    color: #d81e05;
}

    .austrian .a-button--type-secondary:hover,
    .austrian .lufthansa .a-button.a-button--type-tertiary:hover {
        background-color: #ac1804;
        border-color: #ac1804;
        color: #fff;
    }

.austrian .a-button--size-normal,
.austrian .a-button--size-default {
    padding: 5px 12px;
}

@media (min-width: 768px) {
    .austrian .a-button--size-normal,
    .austrian .a-button--size-default {
        padding: 5px 24px;
    }
}

.austrian .a-button--size-small {
    min-height: 30px;
    font-size: 14px;
}
