@font-face {
    font-family: 'Tele2Sans';
    src: url('../fonts/Tele2Sans-Light.otf') format('opentype');
    font-weight: 200;
}

@font-face {
    font-family: 'Tele2Sans';
    src: url(../fonts/Tele2Sans-Regular.otf) format('opentype');
    font-weight: 400;
}

@font-face {
    font-family: 'Tele2Sans';
    src: url(../fonts/Tele2Sans-Medium.otf) format('opentype');
    font-weight: 500;
}

@font-face {
    font-family: 'Tele2SlabWebRegular';
    src: url('../fonts/Tele2SlabWeb-Regular.woff') format('woff');
    font-weight: 400;
}

@font-face {
    font-family: 'Tele2SlabWebBlack';
    src: url(../fonts/Tele2SlabWeb-Black.woff) format('woff');
    font-weight: 600;
}

@font-face {
    font-family: 'Tele2SlabWebBold';
    src: url(../fonts/Tele2SlabWeb-Bold.woff) format('woff');
    font-weight: 600;
}

@font-face {
    font-family: 'Tele2SlabWebHeavy';
    src: url(../fonts/Tele2SlabWeb-Heavy.woff) format('woff');
    font-weight: 900;
}

@font-face {
    font-family: 'Tele2SlabWebBlack';
    src: url(../fonts/Tele2SlabWeb-Black.woff) format('woff');
    font-weight: 900;
}

html, body {
    font-family: 'Tele2SlabWebRegular';
}

html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

.top-header {
    display: flex;
    justify-content: center;
    background-color: #000;
}

.top-header-container {
    display: flex;
    flex: 1 0 auto;
    height: 44px;
    width: 100%;
    flex-direction: row;
    max-width: 1440px;
    padding: 0 38px 0 28px;
    align-items: center;
}

.nav-group-left {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    flex: 1 0 auto;
}

.nav-group-right {
    display: flex;
}

.nav-group-item {
    display: flex;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: #fff;
    padding: 0 12px;
    justify-content: center;
    align-items: center;
    font-family: 'Tele2Sans';
    cursor: pointer;
    text-decoration-line: none;
    text-decoration-style: solid;
}

.separator::after {
    margin-left: 10px;
    margin-right: 10px;
    border-left: 1px solid #414141;
    content: '';
    height: 20px;
    top: 12px;
    left: 0;
    display: block;
}

a.nav-group-item:hover {
    color: #fff;
}

.navbar {
    display: none;
}

.navbar-toggler {
    border: none;
}

.navbar-light .navbar-toggler-icon {
    background-image: url('../images/burger_menu.svg');
}
.navbar-toggler-icon {
    width: 24px;
    height: 24px;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.offcanvas-start {
    top: 72px;
}

.header {
    display: flex;
    justify-content: center;
    height: 85px;
}

.header-container {
    display: flex;
    width: 100%;
    max-width: 1440px;
}

.navbar-logo {
    display: flex;
    flex: 0 0 85px;
    background-color: #fff;
    align-items: center;
    padding: 0 40px;
}

.content {
    display: flex;
    flex: 1 0 auto;
    justify-content: center;
    max-width: 100%;
    min-height: 650px;
    background-image: url('../images/la_familia.jpg');
    background-size: cover;
    background-position: right bottom;
    padding: 0 60px;
}

.content-container {
    display: flex;
    flex: 1 0 auto;
    flex-direction: row;
    width: 100%;
    max-width: 1200px;
    align-self: stretch;
    justify-content: flex-start;
}

.content-collage-left {
    display: flex;
    flex: 0 0 58%;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.content-title {
    font-family: 'Tele2SlabWebBlack';
    color: #fff;
    font-size: 62px;
    line-height: 64px;
    text-align: left;
    font-weight: 600;
}

.content-description {
    font-family: 'Tele2Sans';
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    text-align: left;
    outline-style: none;
    outline-width: 0;
    margin-top: 20px;
    margin-bottom: 0;
}

.content-button {
    font-family: 'Tele2SlabWebBold';
    margin-top: 40px;
    background-color: #fff;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    padding: 10px 32px;
    min-height: 52px;
    min-width: 190px;
    display: flex;
    flex: 0 0 auto;
    border: none;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-decoration-line: none;
    text-decoration-style: solid;
}

a.content-button:hover {
    color: #000;
}

.footer-container {
    padding: 36px 0 46px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    height: auto;
    width: auto;
    margin: 0;
}

.footer-inner-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    max-width: 1200px;
    flex: 0 1 auto;
    align-self: auto;
    margin: 0;
    padding: 0;
    width: 100%;
    justify-content: space-between;
}

.footer-logo-column {
    flex-direction: row;
    align-items: flex-start;
}

.footer-logo-icon {
    width: 95px;
    height: 40px;
}

.footer-social-container {
    justify-content: space-between;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex: 0 1 auto;
    align-self: auto;
}

.footer-social-icon {
    margin: 0 12px;
    width: 24px;
    height: 24px;
}

.tele2-icon {
    width: 95px;
    height: 40px;
}

.footer-copyright {
    font-family: 'Tele2Sans';
    flex: 0 0 auto;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
}

@media only screen and (min-width: 400px) and (max-width: 991px) {
    .navbar {
        display: flex;
    }

    .top-header {
        display: none;
    }

    .header {
        height: 72px;
    }

    .header-container {
        justify-content: flex-start;
        padding: 0 10px;
    }

    .navbar-logo {
        padding: 0;
        justify-content: center;
        flex: 1 0 auto;
    }

    .offcanvas-start {
        width: 100%;
    }

    .offcanvas-header {
        padding: 0;
    }

    .offcanvas-header-container {
        background-color: #000;
        width: 100%;
        flex: 0 0 auto;
        min-height: 60px;
    }

    .offcanvas-nav-group {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        height: 60px;
    }

    .offcanvas-nav-group-item {
        display: flex;
        font-size: 16px;
        line-height: 22px;
        font-weight: 500;
        color: #fff;
        justify-content: center;
        align-items: center;
        font-family: 'Tele2Sans';
        cursor: pointer;
        text-decoration-line: none;
        text-decoration-style: solid;
        padding: 0 30px;
        flex: 1 0 auto;
        border-left: 1px solid #414141;
    }

    .offcanvas-nav-group-item:hover {
        color: #fff;
    }

    .offcanvas-container {
        padding: 10px 0 50px 30px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        flex: 1 0 auto;
        align-items: flex-start;
        justify-content: flex-start;
        align-content: flex-start;
    }

    .offcanvas-nav-item {
        margin: 25px 25px 0 0;
        font-size: 14px;
        line-height: 16px;
        height: 100%;
        padding: 20px 20px 52px;
        flex: 0 1 calc(33% - 25px);
        width: calc(33% -25px);
        justify-content: center;
        align-items: center;
        display: flex;
        background-color: #fff;
        flex-direction: column;
        cursor: pointer;
        text-decoration-line: none;
        text-decoration-style: solid;
        position: relative;
        font-family: 'Tele2Sans';
        font-weight: 400;
    }

    .offcanvas-nav-item-image {
        max-width: 100%;
        display: block;
    }

    .offcanvas-nav-item-label {
        bottom: 18px;
        color: #000;
        text-align: center;
        position: absolute;
        transform: translateY(50%);
    }

    .offcanvas-body {
        padding: 0;
        background-color: #f2f2f2;
    }

    .content {
        background-image: url('../images/la_familia.jpg');
        padding: 0 40px;
    }

    .content-container {
        height: 768px;
    }

    .content-collage-left {
        display: flex;
        flex: 0 0 100%;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        padding-top: 86px;
    }

    .content-title {
        font-family: 'Tele2SlabWebBlack';
        color: #fff;
        font-size: 62px;
        line-height: 64px;
        text-align: left;
        font-weight: 600;
    }

    .content-description {
        font-family: 'Tele2Sans';
        color: #fff;
        font-size: 16px;
        font-weight: 300;
        line-height: 28px;
        text-align: left;
        outline-style: none;
        outline-width: 0;
        margin-top: 20px;
        margin-bottom: 0;
    }

    .content-button {
        font-family: 'Tele2SlabWebBold';
        margin-top: 40px;
        background-color: #fff;
        color: #000;
        font-size: 16px;
        font-weight: 500;
        line-height: 18px;
        padding: 10px 32px;
        min-height: 52px;
        min-width: 190px;
        display: flex;
        flex: 0 0 auto;
        border: none;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        text-decoration-line: none;
        text-decoration-style: solid;
    }

    .footer-container {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .footer-inner-container {
        flex-direction: column;
        align-items: center;
    }

    .footer-logo-column {
        flex-direction: column;
        align-items: center;
        flex: 0 0 auto;
        padding-bottom: 15px;
        order: 1;
    }

    .footer-social-container {
        flex: 0 0 auto;
        order: 3;
        padding-top: 30px;
    }

    .footer-copyright {
        font-family: 'Tele2Sans';
        flex: 0 0 auto;
        font-size: 16px;
        line-height: 18px;
        font-weight: 400;
        order: 2;
    }

    .footer-social-icon {
        margin: 0 7px;
        width: 24px;
        height: 24px;
    }
}

@media only screen and (max-width: 766px) {
    html {
        font-size: 16px;
    }

    .navbar {
        display: flex;
    }

    .top-header {
        display: none;
    }

    .header {
        height: 72px;
    }

    .header-container {
        justify-content: flex-start;
        padding: 0 10px;
    }

    .navbar-logo {
        margin-left: 20px;
    }

    .offcanvas-header {
        padding: 0;
    }

    .offcanvas-header-container {
        background-color: #000;
        width: 100%;
        flex: 0 0 auto;
        min-height: 60px;
    }

    .offcanvas-nav-group {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        height: 60px;
    }

    .offcanvas-nav-group-item {
        display: flex;
        font-size: 16px;
        line-height: 22px;
        font-weight: 500;
        color: #fff;
        justify-content: center;
        align-items: center;
        font-family: 'Tele2Sans';
        cursor: pointer;
        text-decoration-line: none;
        text-decoration-style: solid;
        padding: 0 30px;
        flex: 1 0 auto;
        border-left: 1px solid #414141;
    }

    .offcanvas-nav-group-item:hover {
        color: #fff;
    }

    .offcanvas-container {
        padding: 4px 0 30px 14px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        flex: 1 0 auto;
        align-items: flex-start;
        justify-content: flex-start;
        align-content: flex-start;
    }

    .offcanvas-nav-item {
        margin: 14px 14px 0 0;
        font-size: 10px;
        line-height: 12px;
        height: 100%;
        padding: 10px 10px 32px;
        flex: 0 1 calc(33% - 14px);
        width: calc(33% -14px);
        justify-content: center;
        align-items: center;
        display: flex;
        background-color: #fff;
        flex-direction: column;
        cursor: pointer;
        text-decoration-line: none;
        text-decoration-style: solid;
        position: relative;
        font-family: 'Tele2Sans';
        font-weight: 400;
    }

    .offcanvas-nav-item-image {
        max-width: 100%;
        display: block;
    }

    .offcanvas-nav-item-label {
        bottom: 18px;
        color: #000;
        text-align: center;
        position: absolute;
        transform: translateY(50%);
    }

    .offcanvas-body {
        padding: 0;
        background-color: #f2f2f2;
    }

    .content {
        background-image: url('../images/frau.jpg');
        padding: 0 25px;
    }

    .content-container {
        height: 430px;
    }

    .content-collage-left {
        display: flex;
        flex: 0 1 auto;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
    }

    .content-title {
        font-family: 'Tele2SlabWebBlack';
        color: #fff;
        font-size: 38px;
        line-height: 42px;
        text-align: left;
        font-weight: 600;
        margin-bottom: 0;
    }

    .content-description {
        font-family: 'Tele2Sans';
        color: #fff;
        font-size: 16px;
        font-weight: 300;
        line-height: 28px;
        text-align: left;
        outline-style: none;
        outline-width: 0;
        margin-bottom: 0;
    }

    .content-button {
        font-family: 'Tele2SlabWebBold';
        font-weight: 600;
    }

    .footer-container {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .footer-inner-container {
        flex-direction: column;
        align-items: center;
    }

    .footer-logo-column {
        flex-direction: column;
        align-items: center;
        flex: 0 0 auto;
        padding-bottom: 15px;
        order: 1;
    }

    .footer-social-container {
        flex: 0 0 auto;
        order: 3;
        padding-top: 30px;
    }

    .footer-copyright {
        font-family: 'Tele2Sans';
        flex: 0 0 auto;
        font-size: 16px;
        line-height: 18px;
        font-weight: 400;
        order: 2;
    }

    .footer-social-icon {
        margin: 0 7px;
        width: 24px;
        height: 24px;
    }
}
