﻿@font-face {
    font-family: 'Metropolis';
    font-weight: normal;
    src: url('https://urlaub.bild.de/static/Metropolis-Light.woff') format('woff');
  }

@font-face {
    font-family: 'Metropolis';
    font-weight: bold;
    src: url('https://urlaub.bild.de/static/Metropolis-Bold.woff') format('woff');
}

#adup-travel-coop-header {
    top: 0px;
    position: sticky;
    z-index: 10;
    background-color: white;
}

#adup-travel-coop-header-content, #adup-travel-coop-footer {
    font-family: Metropolis, Gotham XNarrow, Avenir Next Condensed, sans-serif-condensed, Arial Narrow, Arial Nova, sans-serif;
    color: #495057;
    background-color: white;

    max-width: 576px;

    .adup-travel-coop-dark-text {
        color: #232529;
    }
}

#adup-travel-coop-header-content {
    padding: 16px;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 -1px 2px -1px rgb(0 0 0 / 0.1);

    display: flex;
    justify-content: space-between;
    align-items: center;

    font-size: 12px;
    line-height: 14px;
    font-weight: bold;

    img {
        width: auto;
        height: 56px;
        display: block;
        transition: height 0.3s ease-in-out;
    }

    .header-contact {
        margin-left: 8px;

        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 8px;

        text-transform: uppercase;
        text-align: right;

        p, a {
            margin: 0;

            text-decoration: none;

            display: flex;
            flex-direction: row;
            align-items: center;
            gap: 4px;

            .material-symbols-outlined {
                color: #dd0000;
                font-size: 16px;
            }

            &.adup-travel-coop-nowrap {
                white-space: nowrap;
            }
        }

        p:first-child {
            max-width: 155px;
        }
    }

    .adup-travel-coop-header-service {
        margin-top: 8px;

        font-family: Noto Sans Display, Gotham Cond, HelveticaNeue-CondensedBold, Helvetica Neue, Franklin Gothic, sans-serif-condensed, Arial Narrow, Arial Nova, sans-serif;
        font-weight: 300;
        letter-spacing: normal;
        font-size: 8px;
        line-height: 8px;
    }
}

#adup-travel-coop-footer {
    margin-top: 32px;
    border-top: 2px solid #e4e8e9;
    padding: 16px;
    padding-top: 32px;

    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;

    text-align: center;
    font-size: 12px;
    line-height: 12px;

    p {
        margin: 0;
    }

    .footer-company {
        font-weight: bold;
        margin-bottom: 8px;
    }

    .footer-links {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        column-gap: 20px;
        row-gap: 8px;
        white-space: nowrap;
    }

    a, button {
        color: #495057;
        text-decoration: none;
        cursor: pointer;
        border: none;
        background-color: transparent;
        padding: 0px;
        font-family: inherit;
        font-size: inherit;

        &:hover {
            text-decoration: underline;
        }
    }
}

@media (min-width: 576px) {
    #adup-travel-coop-header-content, #adup-travel-coop-footer {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    #adup-travel-coop-header-content {
        font-size: 15px;
        line-height: 19px;

        align-items: flex-end;

        .header-contact {
            margin-bottom: 20px;

            p, a {
                gap: 8px;

                .material-symbols-outlined {
                    font-size: 24px;
                }
            }

            p:first-child {
                max-width: none;
                white-space: nowrap;
            }
        }
    }
}

@media (min-width: 768px) {
    #adup-travel-coop-header {
        &.scrolled {
            img {
                height: 56px;
            }

            .header-contact {
                margin-bottom: 30px;
            }

            .adup-travel-coop-header-service {
                font-size: 12px;
                line-height: 12px;
            }
        }
    }

    #adup-travel-coop-header-content, #adup-travel-coop-footer {
        margin-left: 56px;
        margin-right: 56px;
        max-width: 720px;
    }

    #adup-travel-coop-header-content {
        font-size: 17px;
        line-height: 19px;

        box-shadow: 0 0 #0000;

        img {
            height: 92px;
        }

        .header-contact {
            margin-bottom: 58px;
        }

        .adup-travel-coop-header-service {
            margin-top: 16px;

            letter-spacing: -0.5px;
            font-size: 14px;
            line-height: 14px;
        }
    }

    #adup-travel-coop-footer {
        margin-top: 40px;
        margin-bottom: 24px;
        padding-top: 40px;

        font-size: 16px;
        line-height: 16px;
    }
}

@media (min-width: 992px) {
    #adup-travel-coop-header {
        &.scrolled {
            img {
                height: 92px;
            }

            .header-contact {
                margin-bottom: 50px;
            }

            .adup-travel-coop-header-service {
                font-size: 14px;
                line-height: 14px;
            }
        }
    }

    #adup-travel-coop-header-content, #adup-travel-coop-footer {
        margin-left: 88px;
        margin-right: 88px;
        max-width: 960px;
    }

    #adup-travel-coop-header-content {
        img {
            height: 130px;
        }

        .header-contact {
            margin-bottom: 58px;
        }
    }

    #adup-travel-coop-footer {
        margin-top: 48px;
        margin-bottom: 48px;
        padding-top: 48px;
    }
}

@media (min-width: 1200px) {
    #adup-travel-coop-header-content, #adup-travel-coop-footer {
        max-width: 1140px;
    }
}

@media (min-width: 1540px) {
    #adup-travel-coop-header-content, #adup-travel-coop-footer {
        max-width: 1520px;
    }
}
