@charset "utf-8";

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

@font-face {
    font-family:Futura;
    local:'Volkswagen Serial';
    src:url(/source/font/futura.woff);
}

html#Start {
    width:100%;
    height:100%;
}

body {
    font-family:Arial, Helvetica, sans-serif;
    font-size:15px;
    color:#000000;
}

#Start > body {
    width:100%;
    height:100%;
}

@media only screen and (min-width:768px) and (max-width:999px) {
    body {
        font-size:14px;
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    body {
        font-size:13px;
    }
}

@media only screen and (max-width:479px) {
    body {
        font-size:12px;
    }
}

/******************************************************************************/
/* Header                                                                     */
/******************************************************************************/

header {
    width:100%;
    height:150px;
    border-bottom:1px solid #4B5769;
}

@media only screen and (min-width:768px) and (max-width:999px) {
    header {
        height:130px;
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    header {
        height:110px;
    }
}

@media only screen and (max-width:479px) {
    header {
        height:90px;
    }
}

header > div {
    max-width:1200px;
    margin:0px auto 0px auto;
}

header > div > h1 {
    float:left;
    width:260px;
    height:69px;
    margin:60px 70px 0px 100px;
    font-size:0em;
    text-indent:-8000px;
    background-image:url(/source/anna_linder_logo.png);
    background-repeat:no-repeat;
    background-position:left top;
    background-size:contain;
}

header > div > h1 > a {
    display:block;
    width:100%;
    height:100%;
}

@media only screen and (min-width:768px) and (max-width:999px) {
    header > div > h1 {
        width:224px;
        height:59px;
        margin:50px 60px 0px 80px;
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    header > div > h1 {
        width:190px;
        height:50px;
        margin:40px 0px 0px 10px;
    }
}

@media only screen and (max-width:479px) {
    header > div > h1 {
        width:156px;
        height:41px;
        margin:30px 0px 0px 10px;
    }
}

header > div > nav {
    float:left;
    margin-top:85px;
    box-sizing:border-box;
}

@media only screen and (min-width:768px) and (max-width:999px) {
    header > div > nav {
        margin-top:70px;
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    header > div > nav {
        float:right;
        margin:45px 10px 0px 0px;
    }
}

@media only screen and (max-width:479px) {
    header > div > nav {
        float:right;
        margin:35px 10px 0px 0px;
    }
}

header > div > nav > div {
    display:none;
    width:18px;
    height:24px;
    font-size:24px;
    color:#4B5769;
    cursor:pointer;
    overflow:hidden;
}

header > div > nav > div > label {
    display:block;
    width:100%;
    height:100%;
}

header > div > nav > input#Menu {
    display:none;
}

header > div > nav > input#Menu:checked + ul {
    display:block;
}

@media only screen and (min-width:768px) {
    header > div > nav > ul {
    }

    header > div > nav > ul > li {
        float:left;
        margin-right:12px;
        padding-right:12px;
        font-size:1.1em;
        color:#4B5769;
        border-right:1px solid #4B5769;
    }

    header > div > nav > ul > li:last-of-type {
        border:none;
    }

    header > div > nav > ul > li.Active {
        font-weight:bold;
        color:#39B6B8;
    }

    header > div > nav > ul > li > a {
        color:inherit;
        text-decoration:none;
    }

    header > div > nav > ul > li > ul {
        display:none;
    }
}

@media only screen and (max-width:767px) {
    header > div > nav > div {
        display:block;
    }

    header > div > nav > ul {
        display:none;
        position:fixed;
        width:50%;
        top:70px;
        left:calc(50% - 10px);
        margin:5px;
        padding-bottom:1px;
        background-color:#FFFFFF;
        z-index:200;
    }

    header > div > nav > ul > li {
        margin-top:-1px;
        color:#4B5769;
        border:1px solid #4B5769;
    }

    header > div > nav > ul > li > a {
        display:block;
        padding:5px;
        font-size:1.2em;
        color:inherit;
        text-decoration:none;
        background-color:#FFFFFF;
    }

    header > div > nav > ul > li > a:hover {
        color:#FFFFFF;
        background-color:#4B5769;
    }

    header > div > nav > ul > li > ul {
        padding:0px 0px 0px 20px;
        background-color:#FFFFFF;
    }

    header > div > nav > ul > li > ul > li {
        color:#4B5769;
    }

    header > div > nav > ul > li > ul > li > a {
        display:block;
        padding:5px;
        font-size:1.2em;
        color:inherit;
        text-decoration:none;
        background-color:#FFFFFF;
    }

    header > div > nav > ul > li > ul > li > a:hover {
        color:#FFFFFF;
        background-color:#4B5769;
    }
}

/******************************************************************************/
/* Main                                                                       */
/******************************************************************************/

section {
}

#Start > body > section {
    width:100%;
    height:calc(100% - 150px - 95px);
}

@media only screen and (min-width:768px) and (max-width:999px) {
    #Start > body > section {
        height:calc(100% - 130px - 85px);
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    #Start > body > section {
        height:calc(100% - 110px - 75px);
    }
}

@media only screen and (max-width:479px) {
    #Start > body > section {
        height:calc(100% - 90px - 65px);
    }
}

#Start > body > section > div {
    position:relative;
    max-width:1200px;
    margin:0px auto 0px auto;
    height:100%;
    background-image:url(/source/anna_linder_start.jpg);
    background-repeat:no-repeat;
    background-position:left top;
    background-size:cover;
}

section > div > div {
    max-width:1200px;
    margin:0px auto 0px auto;
    padding:40px 5px 120px 5px;
}

@media only screen and (min-width:768px) and (max-width:999px) {
    section > div > div {
        padding:40px 5px 110px 5px;
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    section > div > div {
        padding:40px 5px 100px 5px;
    }
}

@media only screen and (max-width:479px) {
    section > div > div {
        padding:40px 5px 90px 5px;
    }
}

section > div > div > div:first-of-type {
    float:left;
    width:430px;
    box-sizing:border-box;
}

section > div > div > div:last-of-type {
    float:right;
    width:calc(100% - 430px - 120px);
    margin-right:120px;
    box-sizing:border-box;
}

@media only screen and (min-width:768px) and (max-width:999px) {
    section > div > div > div:first-of-type {
        width:364px;
    }

    section > div > div > div:last-of-type {
        width:calc(100% - 364px - 80px);
        margin-right:80px;
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    section > div > div > div {
        float:none !important;
        width:100% !important;
    }
}

@media only screen and (max-width:479px) {
    section > div > div > div {
        float:none !important;
        width:100% !important;
    }
}

section > div > div > div:first-of-type > nav > ul {
    float:right;
    width:220px;
    margin:10px 50px 0px 0px;
}

section > div > div > div:first-of-type > nav > ul > li {
    margin:0px 0px 20px 0px;
    font-size:1.1em;
    line-height:1.3em;
    color:#BBBDBE;
}

section > div > div > div:first-of-type > nav > ul > li.Active {
    font-weight:bold;
    color:#39B6B8;
    text-decoration:underline;
}

section > div > div > div:first-of-type > nav > ul > li > a {
    color:inherit;
    text-decoration:none;
}

@media only screen and (min-width:768px) and (max-width:999px) {
    section > div > div > div:first-of-type > nav > ul {
        width:200px;
        margin:5px 50px 0px 0px;
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    section > div > div > div:first-of-type > nav > ul {
        float:none;
        width:100%;
        margin:10px 0px 10px 0px;
    }

    section > div > div > div:first-of-type > nav > ul {
        margin-bottom:30px;
    }

    section > div > div > div:first-of-type > nav > ul > li {
        margin:0px 0px 10px 0px;
    }
}

@media only screen and (max-width:479px) {
    section > div > div > div:first-of-type > nav > ul {
        float:none;
        width:100%;
        margin:0px;
    }

    section > div > div > div:first-of-type > nav > ul {
        margin-bottom:30px;
    }

    section > div > div > div:first-of-type > nav > ul > li {
        margin:0px 0px 10px 0px;
    }
}

#Start > body > section > div > h2 {
    position:absolute;
    bottom:20px;
    right:20px;
    padding:10px 20px 10px 20px;
    line-height:1.4em;
    font-family:Futura, Arial, Helvetica, sans-serif;
    font-size:2.1em;
    text-transform:uppercase;
    letter-spacing:0.1em;
    color:#FFFFFF;
}

section > div > div > div:last-of-type h2 {
    margin:0px 0px 30px 0px;
    line-height:1.4em;
    font-family:Futura, Arial, Helvetica, sans-serif;
    font-size:2.1em;
    text-transform:uppercase;
    letter-spacing:0.1em;
    color:#39B6B8;
}

@media only screen and (min-width:768px) and (max-width:999px) {
    #Start > body > section > div > h2, section > div > div > div:last-of-type h2 {
        font-size:1.6em;
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    #Start > body > section > div > h2, section > div > div > div:last-of-type h2 {
        font-size:1.4em;
    }
}

@media only screen and (max-width:479px) {
    #Start > body > section > div > h2, section > div > div > div:last-of-type h2 {
        font-size:1.3em;
    }
}

section > div > div > div:last-of-type h3 {
    font-size:1.1em;
    font-weight:bold;
    line-height:1.3em;
    color:#4B5769;
}

section > div > div > div:last-of-type p {
    margin:0px 0px 30px 0px;
    font-size:1.1em;
    line-height:1.3em;
    color:#4B5769;
}

section > div > div > div:last-of-type p > strong {
    font-weight:bold;
}

section > div > div > div:last-of-type p a {
    color:#4B5769;
    text-decoration:none;
}

section > div > div > div:last-of-type ul {
    margin:0px 0px 1em 15px;
    list-style-type:disc;
}

section > div > div > div:last-of-type ul > li {
    font-size:1.1em;
    line-height:1.3em;
    color:#4B5769;
}

section > div > div > div:last-of-type table {
    margin:0px 0px 30px 0px;
}

section > div > div > div:last-of-type table > tbody > tr > td {
    padding:20px 0px 20px 0px;
    font-size:1.1em;
    line-height:1.3em;
    color:#4B5769;
    border-bottom:1px solid #4B5769;
}

section > div > div > div:last-of-type table > tbody > tr > td:first-of-type {
    padding-right:40px;
    white-space:nowrap;
    border:none;
}

section > div > div > div:last-of-type img {
    width:100%;
    max-width:340px;
    margin:0px 0px 30px 0px;
}

section > div > div > div:last-of-type hr {
    height:1px;
    margin:0px 0px 20px 0px;
    background:#4B5769;
    border:none;
}

/******************************************************************************/
/* Footer                                                                     */
/******************************************************************************/

footer {
    position:fixed;
    bottom:0px;
    width:100%;
    height:95px;
    background-color:#E3E4E4;
    box-sizing:border-box;
}

footer > div {
    max-width:1200px;
    margin:0px auto 0px auto;
    padding:5px;
}

footer > div > nav {
    float:right;
}

footer > div > nav > ul {
    margin-top:30px;
}

footer > div > nav > ul > li {
    float:left;
    margin-right:20px;
    font-size:0.9em;
    line-height:25px;
    text-transform:uppercase;
    color:#BBBDBE;
}

footer > div > nav > ul > li:last-of-type {
    width:23px;
    height:23px;
    margin-right:0px;
    font-size:0em;
    text-indent:-8000px;
    background-image:url(/source/xing_logo.png);
    background-repeat:no-repeat;
    background-position:0px 0px;
    background-size:46px;
}

footer > div > nav > ul > li:last-of-type:hover {
    background-position:-23px 0px;
}

footer > div > nav > ul > li.Active {
    color:#4B5769;
}

footer > div > nav > ul > li > a {
    color:inherit;
    text-decoration:none;
}

footer > div > nav > ul > li:last-of-type > a {
    display:block;
    width:100%;
    height:100%;
}

footer > div > nav > ul > li:hover > a, footer > div > nav > ul > li.Active > a {
    color:#000000;
}

@media only screen and (min-width:768px) and (max-width:999px) {
    footer {
        height:85px;
    }

    footer > div > nav > ul {
        margin-top:25px;
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    footer {
        height:75px;
    }

    footer > div > nav > ul {
        margin-top:20px;
    }
}

@media only screen and (max-width:479px) {
    footer {
        height:65px;
    }

    footer > div > nav > ul {
        margin-top:15px;
    }
}

/******************************************************************************/
/* General                                                                    */
/******************************************************************************/

.ClearAfter:after {
    display:block;
    clear:both;
    height:0px;
    content:'.';
    font-size:0em;
    text-indent:-8000px;
}

/******************************************************************************/
/* Responsive                                                                 */
/******************************************************************************/

@media only screen and (min-width:1000px) {
}

@media only screen and (min-width:768px) and (max-width:999px) {
}

@media only screen and (min-width:480px) and (max-width:767px) {
}

@media only screen and (max-width:479px) {
}