@charset "UTF-8";
.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0
}

.bluebox {
    background-color:#E3E8F6;
    padding:1rem;
    margin-top:2rem;
    margin-bottom:2rem;
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto
}

@media(min-width:310px) {
    .container {
        max-width: 768px
    }
    .image img {
        width: 100%;
        height: auto
    }
    .fullwidth img {
        width: 100%;
        height: auto
    }
    main footer {
        padding: 1rem
    }
    h1 {
        padding-bottom: 1rem
    }
    .byline {
        padding: 0rem
    }
    @media(min-width:767px) {
        .container {
            max-width: 1024px
        }
        .image img {
            width: 70%;
            height: auto;
            margin-left: auto;
            margin-right: auto;
            display: block
        }
        .fullwidth img {
            width: 100%;
            height: auto
        }
        main footer {
            padding-left: 2.75rem;
            padding-right: 2.75rem;
            padding-bottom: 2.75rem
        }
    }
    @media(min-width:1023px) {
        .container {
            max-width: 1200px
        }
        .image img {
            width: 50%;
            height: auto;
            margin-left: auto;
            margin-right: auto;
            display: block
        }
        .fullwidth img {
            width: 100%;
            height: auto
        }
        main footer {
            padding-left: 4.75rem;
            padding-right: 4.75rem;
            padding-bottom: 2.75rem
        }
    }
    @media(min-width:1199px) {
        .container {
            max-width: 1280px
        }
        main footer {
            padding-left: 4.75rem;
            padding-right: 4.75rem;
            padding-bottom: 2.75rem
        }
    }
    .container-fluid {
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0
    }
    /*
.row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0
}
*/
    .col-xs-1,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12 {
        position: relative;
        min-height: 1px;
        padding-left: 0;
        padding-right: 0
    }
    .col-xs-1 {
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%
    }
    .col-xs-2 {
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%
    }
    .col-xs-3 {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%
    }
    .col-xs-4 {
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%
    }
    .col-xs-5 {
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%
    }
    .col-xs-6 {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
    .col-xs-7 {
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%
    }
    .col-xs-8 {
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%
    }
    .col-xs-9 {
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%
    }
    .col-xs-10 {
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%
    }
    .col-xs-11 {
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%
    }
    .col-xs-12 {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
    .col-xs-pull-0 {
        right: auto
    }
    .col-xs-pull-1 {
        right: 8.33333%
    }
    .col-xs-pull-2 {
        right: 16.66667%
    }
    .col-xs-pull-3 {
        right: 25%
    }
    .col-xs-pull-4 {
        right: 33.33333%
    }
    .col-xs-pull-5 {
        right: 41.66667%
    }
    .col-xs-pull-6 {
        right: 50%
    }
    .col-xs-pull-7 {
        right: 58.33333%
    }
    .col-xs-pull-8 {
        right: 66.66667%
    }
    .col-xs-pull-9 {
        right: 75%
    }
    .col-xs-pull-10 {
        right: 83.33333%
    }
    .col-xs-pull-11 {
        right: 91.66667%
    }
    .col-xs-pull-12 {
        right: 100%
    }
    .col-xs-push-0 {
        left: auto
    }
    .col-xs-push-1 {
        left: 8.33333%
    }
    .col-xs-push-2 {
        left: 16.66667%
    }
    .col-xs-push-3 {
        left: 25%
    }
    .col-xs-push-4 {
        left: 33.33333%
    }
    .col-xs-push-5 {
        left: 41.66667%
    }
    .col-xs-push-6 {
        left: 50%
    }
    .col-xs-push-7 {
        left: 58.33333%
    }
    .col-xs-push-8 {
        left: 66.66667%
    }
    .col-xs-push-9 {
        left: 75%
    }
    .col-xs-push-10 {
        left: 83.33333%
    }
    .col-xs-push-11 {
        left: 91.66667%
    }
    .col-xs-push-12 {
        left: 100%
    }
    .col-xs-offset-0 {
        margin-left: 0
    }
    .col-xs-offset-1 {
        margin-left: 8.33333%
    }
    .col-xs-offset-2 {
        margin-left: 16.66667%
    }
    .col-xs-offset-3 {
        margin-left: 25%
    }
    .col-xs-offset-4 {
        margin-left: 33.33333%
    }
    .col-xs-offset-5 {
        margin-left: 41.66667%
    }
    .col-xs-offset-6 {
        margin-left: 50%
    }
    .col-xs-offset-7 {
        margin-left: 58.33333%
    }
    .col-xs-offset-8 {
        margin-left: 66.66667%
    }
    .col-xs-offset-9 {
        margin-left: 75%
    }
    .col-xs-offset-10 {
        margin-left: 83.33333%
    }
    .col-xs-offset-11 {
        margin-left: 91.66667%
    }
    .col-xs-offset-12 {
        margin-left: 100%
    }
    @media(min-width:374px) {
        .col-sm-1 {
            -webkit-flex: 0 0 8.33333%;
            -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%
        }
        .col-sm-2 {
            -webkit-flex: 0 0 16.66667%;
            -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%
        }
        .col-sm-3 {
            -webkit-flex: 0 0 25%;
            -ms-flex: 0 0 25%;
            flex: 0 0 25%
        }
        .col-sm-4 {
            -webkit-flex: 0 0 33.33333%;
            -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%
        }
        .col-sm-5 {
            -webkit-flex: 0 0 41.66667%;
            -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%
        }
        .col-sm-6 {
            -webkit-flex: 0 0 50%;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%
        }
        .col-sm-7 {
            -webkit-flex: 0 0 58.33333%;
            -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%
        }
        .col-sm-8 {
            -webkit-flex: 0 0 66.66667%;
            -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%
        }
        .col-sm-9 {
            -webkit-flex: 0 0 75%;
            -ms-flex: 0 0 75%;
            flex: 0 0 75%
        }
        .col-sm-10 {
            -webkit-flex: 0 0 83.33333%;
            -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%
        }
        .col-sm-11 {
            -webkit-flex: 0 0 91.66667%;
            -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%
        }
        .col-sm-12 {
            -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%
        }
        .col-sm-pull-0 {
            right: auto
        }
        .col-sm-pull-1 {
            right: 8.33333%
        }
        .col-sm-pull-2 {
            right: 16.66667%
        }
        .col-sm-pull-3 {
            right: 25%
        }
        .col-sm-pull-4 {
            right: 33.33333%
        }
        .col-sm-pull-5 {
            right: 41.66667%
        }
        .col-sm-pull-6 {
            right: 50%
        }
        .col-sm-pull-7 {
            right: 58.33333%
        }
        .col-sm-pull-8 {
            right: 66.66667%
        }
        .col-sm-pull-9 {
            right: 75%
        }
        .col-sm-pull-10 {
            right: 83.33333%
        }
        .col-sm-pull-11 {
            right: 91.66667%
        }
        .col-sm-pull-12 {
            right: 100%
        }
        .col-sm-push-0 {
            left: auto
        }
        .col-sm-push-1 {
            left: 8.33333%
        }
        .col-sm-push-2 {
            left: 16.66667%
        }
        .col-sm-push-3 {
            left: 25%
        }
        .col-sm-push-4 {
            left: 33.33333%
        }
        .col-sm-push-5 {
            left: 41.66667%
        }
        .col-sm-push-6 {
            left: 50%
        }
        .col-sm-push-7 {
            left: 58.33333%
        }
        .col-sm-push-8 {
            left: 66.66667%
        }
        .col-sm-push-9 {
            left: 75%
        }
        .col-sm-push-10 {
            left: 83.33333%
        }
        .col-sm-push-11 {
            left: 91.66667%
        }
        .col-sm-push-12 {
            left: 100%
        }
        .col-sm-offset-0 {
            margin-left: 0
        }
        .col-sm-offset-1 {
            margin-left: 8.33333%
        }
        .col-sm-offset-2 {
            margin-left: 16.66667%
        }
        .col-sm-offset-3 {
            margin-left: 25%
        }
        .col-sm-offset-4 {
            margin-left: 33.33333%
        }
        .col-sm-offset-5 {
            margin-left: 41.66667%
        }
        .col-sm-offset-6 {
            margin-left: 50%
        }
        .col-sm-offset-7 {
            margin-left: 58.33333%
        }
        .col-sm-offset-8 {
            margin-left: 66.66667%
        }
        .col-sm-offset-9 {
            margin-left: 75%
        }
        .col-sm-offset-10 {
            margin-left: 83.33333%
        }
        .col-sm-offset-11 {
            margin-left: 91.66667%
        }
        .col-sm-offset-12 {
            margin-left: 100%
        }
    }
    @media(min-width:767px) {
        .col-md-1 {
            -webkit-flex: 0 0 8.33333%;
            -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%
        }
        .col-md-2 {
            -webkit-flex: 0 0 16.66667%;
            -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%
        }
        .col-md-3 {
            -webkit-flex: 0 0 25%;
            -ms-flex: 0 0 25%;
            flex: 0 0 25%
        }
        .col-md-4 {
            -webkit-flex: 0 0 33.33333%;
            -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%
        }
        .col-md-5 {
            -webkit-flex: 0 0 41.66667%;
            -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%
        }
        .col-md-6 {
            -webkit-flex: 0 0 50%;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%
        }
        .col-md-7 {
            -webkit-flex: 0 0 58.33333%;
            -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%
        }
        .col-md-8 {
            -webkit-flex: 0 0 66.66667%;
            -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%
        }
        .col-md-9 {
            -webkit-flex: 0 0 75%;
            -ms-flex: 0 0 75%;
            flex: 0 0 75%
        }
        .col-md-10 {
            -webkit-flex: 0 0 83.33333%;
            -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%
        }
        .col-md-11 {
            -webkit-flex: 0 0 91.66667%;
            -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%
        }
        .col-md-12 {
            -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%
        }
        .col-md-pull-0 {
            right: auto
        }
        .col-md-pull-1 {
            right: 8.33333%
        }
        .col-md-pull-2 {
            right: 16.66667%
        }
        .col-md-pull-3 {
            right: 25%
        }
        .col-md-pull-4 {
            right: 33.33333%
        }
        .col-md-pull-5 {
            right: 41.66667%
        }
        .col-md-pull-6 {
            right: 50%
        }
        .col-md-pull-7 {
            right: 58.33333%
        }
        .col-md-pull-8 {
            right: 66.66667%
        }
        .col-md-pull-9 {
            right: 75%
        }
        .col-md-pull-10 {
            right: 83.33333%
        }
        .col-md-pull-11 {
            right: 91.66667%
        }
        .col-md-pull-12 {
            right: 100%
        }
        .col-md-push-0 {
            left: auto
        }
        .col-md-push-1 {
            left: 8.33333%
        }
        .col-md-push-2 {
            left: 16.66667%
        }
        .col-md-push-3 {
            left: 25%
        }
        .col-md-push-4 {
            left: 33.33333%
        }
        .col-md-push-5 {
            left: 41.66667%
        }
        .col-md-push-6 {
            left: 50%
        }
        .col-md-push-7 {
            left: 58.33333%
        }
        .col-md-push-8 {
            left: 66.66667%
        }
        .col-md-push-9 {
            left: 75%
        }
        .col-md-push-10 {
            left: 83.33333%
        }
        .col-md-push-11 {
            left: 91.66667%
        }
        .col-md-push-12 {
            left: 100%
        }
        .col-md-offset-0 {
            margin-left: 0
        }
        .col-md-offset-1 {
            margin-left: 8.33333%
        }
        .col-md-offset-2 {
            margin-left: 16.66667%
        }
        .col-md-offset-3 {
            margin-left: 25%
        }
        .col-md-offset-4 {
            margin-left: 33.33333%
        }
        .col-md-offset-5 {
            margin-left: 41.66667%
        }
        .col-md-offset-6 {
            margin-left: 50%
        }
        .col-md-offset-7 {
            margin-left: 58.33333%
        }
        .col-md-offset-8 {
            margin-left: 66.66667%
        }
        .col-md-offset-9 {
            margin-left: 75%
        }
        .col-md-offset-10 {
            margin-left: 83.33333%
        }
        .col-md-offset-11 {
            margin-left: 91.66667%
        }
        .col-md-offset-12 {
            margin-left: 100%
        }
    }
    @media(min-width:1023px) {
        .col-lg-1 {
            -webkit-flex: 0 0 8.33333%;
            -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%
        }
        .col-lg-2 {
            -webkit-flex: 0 0 16.66667%;
            -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%
        }
        .col-lg-3 {
            -webkit-flex: 0 0 25%;
            -ms-flex: 0 0 25%;
            flex: 0 0 25%
        }
        .col-lg-4 {
            -webkit-flex: 0 0 33.33333%;
            -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%
        }
        .col-lg-5 {
            -webkit-flex: 0 0 41.66667%;
            -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%
        }
        .col-lg-6 {
            -webkit-flex: 0 0 50%;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%
        }
        .col-lg-7 {
            -webkit-flex: 0 0 58.33333%;
            -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%
        }
        .col-lg-8 {
            -webkit-flex: 0 0 66.66667%;
            -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%
        }
        .col-lg-9 {
            -webkit-flex: 0 0 75%;
            -ms-flex: 0 0 75%;
            flex: 0 0 75%
        }
        .col-lg-10 {
            -webkit-flex: 0 0 83.33333%;
            -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%
        }
        .col-lg-11 {
            -webkit-flex: 0 0 91.66667%;
            -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%
        }
        .col-lg-12 {
            -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%
        }
        .col-lg-pull-0 {
            right: auto
        }
        .col-lg-pull-1 {
            right: 8.33333%
        }
        .col-lg-pull-2 {
            right: 16.66667%
        }
        .col-lg-pull-3 {
            right: 25%
        }
        .col-lg-pull-4 {
            right: 33.33333%
        }
        .col-lg-pull-5 {
            right: 41.66667%
        }
        .col-lg-pull-6 {
            right: 50%
        }
        .col-lg-pull-7 {
            right: 58.33333%
        }
        .col-lg-pull-8 {
            right: 66.66667%
        }
        .col-lg-pull-9 {
            right: 75%
        }
        .col-lg-pull-10 {
            right: 83.33333%
        }
        .col-lg-pull-11 {
            right: 91.66667%
        }
        .col-lg-pull-12 {
            right: 100%
        }
        .col-lg-push-0 {
            left: auto
        }
        .col-lg-push-1 {
            left: 8.33333%
        }
        .col-lg-push-2 {
            left: 16.66667%
        }
        .col-lg-push-3 {
            left: 25%
        }
        .col-lg-push-4 {
            left: 33.33333%
        }
        .col-lg-push-5 {
            left: 41.66667%
        }
        .col-lg-push-6 {
            left: 50%
        }
        .col-lg-push-7 {
            left: 58.33333%
        }
        .col-lg-push-8 {
            left: 66.66667%
        }
        .col-lg-push-9 {
            left: 75%
        }
        .col-lg-push-10 {
            left: 83.33333%
        }
        .col-lg-push-11 {
            left: 91.66667%
        }
        .col-lg-push-12 {
            left: 100%
        }
        .col-lg-offset-0 {
            margin-left: 0
        }
        .col-lg-offset-1 {
            margin-left: 8.33333%
        }
        .col-lg-offset-2 {
            margin-left: 16.66667%
        }
        .col-lg-offset-3 {
            margin-left: 25%
        }
        .col-lg-offset-4 {
            margin-left: 33.33333%
        }
        .col-lg-offset-5 {
            margin-left: 41.66667%
        }
        .col-lg-offset-6 {
            margin-left: 50%
        }
        .col-lg-offset-7 {
            margin-left: 58.33333%
        }
        .col-lg-offset-8 {
            margin-left: 66.66667%
        }
        .col-lg-offset-9 {
            margin-left: 75%
        }
        .col-lg-offset-10 {
            margin-left: 83.33333%
        }
        .col-lg-offset-11 {
            margin-left: 91.66667%
        }
        .col-lg-offset-12 {
            margin-left: 100%
        }
    }
    @media(min-width:1199px) {
        .col-xl-1 {
            -webkit-flex: 0 0 8.33333%;
            -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%
        }
        .col-xl-2 {
            -webkit-flex: 0 0 16.66667%;
            -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%
        }
        .col-xl-3 {
            -webkit-flex: 0 0 25%;
            -ms-flex: 0 0 25%;
            flex: 0 0 25%
        }
        .col-xl-4 {
            -webkit-flex: 0 0 33.33333%;
            -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%
        }
        .col-xl-5 {
            -webkit-flex: 0 0 41.66667%;
            -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%
        }
        .col-xl-6 {
            -webkit-flex: 0 0 50%;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%
        }
        .col-xl-7 {
            -webkit-flex: 0 0 58.33333%;
            -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%
        }
        .col-xl-8 {
            -webkit-flex: 0 0 66.66667%;
            -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%
        }
        .col-xl-9 {
            -webkit-flex: 0 0 75%;
            -ms-flex: 0 0 75%;
            flex: 0 0 75%
        }
        .col-xl-10 {
            -webkit-flex: 0 0 83.33333%;
            -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%
        }
        .col-xl-11 {
            -webkit-flex: 0 0 91.66667%;
            -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%
        }
        .col-xl-12 {
            -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%
        }
        .col-xl-pull-0 {
            right: auto
        }
        .col-xl-pull-1 {
            right: 8.33333%
        }
        .col-xl-pull-2 {
            right: 16.66667%
        }
        .col-xl-pull-3 {
            right: 25%
        }
        .col-xl-pull-4 {
            right: 33.33333%
        }
        .col-xl-pull-5 {
            right: 41.66667%
        }
        .col-xl-pull-6 {
            right: 50%
        }
        .col-xl-pull-7 {
            right: 58.33333%
        }
        .col-xl-pull-8 {
            right: 66.66667%
        }
        .col-xl-pull-9 {
            right: 75%
        }
        .col-xl-pull-10 {
            right: 83.33333%
        }
        .col-xl-pull-11 {
            right: 91.66667%
        }
        .col-xl-pull-12 {
            right: 100%
        }
        .col-xl-push-0 {
            left: auto
        }
        .col-xl-push-1 {
            left: 8.33333%
        }
        .col-xl-push-2 {
            left: 16.66667%
        }
        .col-xl-push-3 {
            left: 25%
        }
        .col-xl-push-4 {
            left: 33.33333%
        }
        .col-xl-push-5 {
            left: 41.66667%
        }
        .col-xl-push-6 {
            left: 50%
        }
        .col-xl-push-7 {
            left: 58.33333%
        }
        .col-xl-push-8 {
            left: 66.66667%
        }
        .col-xl-push-9 {
            left: 75%
        }
        .col-xl-push-10 {
            left: 83.33333%
        }
        .col-xl-push-11 {
            left: 91.66667%
        }
        .col-xl-push-12 {
            left: 100%
        }
        .col-xl-offset-0 {
            margin-left: 0
        }
        .col-xl-offset-1 {
            margin-left: 8.33333%
        }
        .col-xl-offset-2 {
            margin-left: 16.66667%
        }
        .col-xl-offset-3 {
            margin-left: 25%
        }
        .col-xl-offset-4 {
            margin-left: 33.33333%
        }
        .col-xl-offset-5 {
            margin-left: 41.66667%
        }
        .col-xl-offset-6 {
            margin-left: 50%
        }
        .col-xl-offset-7 {
            margin-left: 58.33333%
        }
        .col-xl-offset-8 {
            margin-left: 66.66667%
        }
        .col-xl-offset-9 {
            margin-left: 75%
        }
        .col-xl-offset-10 {
            margin-left: 83.33333%
        }
        .col-xl-offset-11 {
            margin-left: 91.66667%
        }
        .col-xl-offset-12 {
            margin-left: 100%
        }
    }
    .col-xs-first {
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }
    .col-xs-last {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
    @media(min-width:374px) {
        .col-sm-first {
            -webkit-order: -1;
            -ms-flex-order: -1;
            order: -1
        }
        .col-sm-last {
            -webkit-order: 1;
            -ms-flex-order: 1;
            order: 1
        }
    }
    @media(min-width:767px) {
        .col-md-first {
            -webkit-order: -1;
            -ms-flex-order: -1;
            order: -1
        }
        .col-md-last {
            -webkit-order: 1;
            -ms-flex-order: 1;
            order: 1
        }
    }
    @media(min-width:1023px) {
        .col-lg-first {
            -webkit-order: -1;
            -ms-flex-order: -1;
            order: -1
        }
        .col-lg-last {
            -webkit-order: 1;
            -ms-flex-order: 1;
            order: 1
        }
    }
    @media(min-width:1199px) {
        .col-xl-first {
            -webkit-order: -1;
            -ms-flex-order: -1;
            order: -1
        }
        .col-xl-last {
            -webkit-order: 1;
            -ms-flex-order: 1;
            order: 1
        }
    }
    .row-xs-top {
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .row-xs-center {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .row-xs-bottom {
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end
    }
    @media(min-width:374px) {
        .row-sm-top {
            -webkit-align-items: flex-start;
            -ms-flex-align: start;
            align-items: flex-start
        }
        .row-sm-center {
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center
        }
        .row-sm-bottom {
            -webkit-align-items: flex-end;
            -ms-flex-align: end;
            align-items: flex-end
        }
    }
    @media(min-width:767px) {
        .row-md-top {
            -webkit-align-items: flex-start;
            -ms-flex-align: start;
            align-items: flex-start
        }
        .row-md-center {
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center
        }
        .row-md-bottom {
            -webkit-align-items: flex-end;
            -ms-flex-align: end;
            align-items: flex-end
        }
    }
    @media(min-width:1023px) {
        .row-lg-top {
            -webkit-align-items: flex-start;
            -ms-flex-align: start;
            align-items: flex-start
        }
        .row-lg-center {
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center
        }
        .row-lg-bottom {
            -webkit-align-items: flex-end;
            -ms-flex-align: end;
            align-items: flex-end
        }
    }
    @media(min-width:1199px) {
        .row-xl-top {
            -webkit-align-items: flex-start;
            -ms-flex-align: start;
            align-items: flex-start
        }
        .row-xl-center {
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center
        }
        .row-xl-bottom {
            -webkit-align-items: flex-end;
            -ms-flex-align: end;
            align-items: flex-end
        }
    }
    .col-xs-top {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start
    }
    .col-xs-center {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center
    }
    .col-xs-bottom {
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end
    }
    @media(min-width:374px) {
        .col-sm-top {
            -webkit-align-self: flex-start;
            -ms-flex-item-align: start;
            align-self: flex-start
        }
        .col-sm-center {
            -webkit-align-self: center;
            -ms-flex-item-align: center;
            align-self: center
        }
        .col-sm-bottom {
            -webkit-align-self: flex-end;
            -ms-flex-item-align: end;
            align-self: flex-end
        }
    }
    @media(min-width:767px) {
        .col-md-top {
            -webkit-align-self: flex-start;
            -ms-flex-item-align: start;
            align-self: flex-start
        }
        .col-md-center {
            -webkit-align-self: center;
            -ms-flex-item-align: center;
            align-self: center
        }
        .col-md-bottom {
            -webkit-align-self: flex-end;
            -ms-flex-item-align: end;
            align-self: flex-end
        }
    }
    @media(min-width:1023px) {
        .col-lg-top {
            -webkit-align-self: flex-start;
            -ms-flex-item-align: start;
            align-self: flex-start
        }
        .col-lg-center {
            -webkit-align-self: center;
            -ms-flex-item-align: center;
            align-self: center
        }
        .col-lg-bottom {
            -webkit-align-self: flex-end;
            -ms-flex-item-align: end;
            align-self: flex-end
        }
    }
    @media(min-width:1199px) {
        .col-xl-top {
            -webkit-align-self: flex-start;
            -ms-flex-item-align: start;
            align-self: flex-start
        }
        .col-xl-center {
            -webkit-align-self: center;
            -ms-flex-item-align: center;
            align-self: center
        }
        .col-xl-bottom {
            -webkit-align-self: flex-end;
            -ms-flex-item-align: end;
            align-self: flex-end
        }
    }
    .hidden-xs-up {
        display: none!important
    }
    @media(max-width:373px) {
        .hidden-xs-down {
            display: none!important
        }
    }
    @media(min-width:374px) {
        .hidden-sm-up {
            display: none!important
        }
    }
    @media(max-width:766px) {
        .hidden-sm-down {
            display: none!important
        }
    }
    @media(min-width:767px) {
        .hidden-md-up {
            display: none!important
        }
    }
    @media(max-width:1022px) {
        .hidden-md-down {
            display: none!important
        }
    }
    @media(min-width:1023px) {
        .hidden-lg-up {
            display: none!important
        }
    }
    @media(max-width:1198px) {
        .hidden-lg-down {
            display: none!important
        }
    }
    @media(min-width:1199px) {
        .hidden-xl-up {
            display: none!important
        }
    }
    .hidden-xl-down {
        display: none!important
    }
    .visible-print-block {
        display: none!important
    }
    @media print {
        .visible-print-block {
            display: block!important
        }
    }
    .visible-print-inline {
        display: none!important
    }
    @media print {
        .visible-print-inline {
            display: inline!important
        }
    }
    .visible-print-inline-block {
        display: none!important
    }
    @media print {
        .visible-print-inline-block {
            display: inline-block!important
        }
    }
    @media print {
        .hidden-print {
            display: none!important
        }
    }
    /*! end: Bootstrap */
    @font-face {
        font-family: Roboto;
        src: url(../fonts/Roboto-Light.woff);
        font-weight: 300
    }
    @font-face {
        font-family: Roboto;
        src: url(../fonts/Roboto-LightItalic.woff);
        font-weight: 300;
        font-style: italic
    }
    @font-face {
        font-family: Roboto;
        src: url(../fonts/Roboto-Medium.woff);
        font-weight: 500
    }
    @font-face {
        font-family: Roboto;
        src: url(../fonts/Roboto-MediumItalic.woff);
        font-weight: 500;
        font-style: italic
    }
    @font-face {
        font-family: SwissStats Pi;
        src: url(../fonts/SwissStatsPi-Regular.woff)
    }
    * {
        -webkit-font-kerning: normal;
        font-kerning: normal;
        -webkit-font-variant-ligatures: common-ligatures, contextual;
        font-variant-ligatures: common-ligatures, contextual;
        -ms-font-feature-settings: "kern", "liga", "clig", "alt";
        -webkit-font-feature-settings: "kern", "liga", "clig", "calt";
        font-feature-settings: "kern", "liga", "clig", "calt";
        text-rendering: optimizeLegibility;
        -webkit-user-select: text;
        -moz-user-select: text;
        -ms-user-select: text;
        user-select: text;
        -webkit-font-smoothing: antialiased;
        -webkit-margin-after: 0;
        -webkit-margin-before: 0;
        -webkit-margin-end: 0;
        -webkit-margin-start: 0;
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none
    }
    html {
        height: 100%;
        -webkit-text-size-adjust: none
    }
    body {
        background-color: white;
        color: black;
        font-family: Roboto, sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 1.4;
        height: 100%;
        margin: 0;
        padding: 0;
        position: relative
    }
    body.loading #stage {
        display: none
    }
    body.lightbox-active {
        -webkit-overflow-scrolling: auto!important;
        overflow-y: hidden!important
    }
    h1 br {
        display: none
    }
    h2 br {
        display: none
    }
    h3 br {
        display: none
    }
    h4 br {
        display: none
    }
    address,
    article,
    aside,
    blockquote,
    center,
    dir,
    div,
    dd,
    details,
    dl,
    dt,
    fieldset,
    figcaption,
    figure,
    form,
    footer,
    frameset,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    hr,
    header,
    hgroup,
    isindex,
    main,
    menu,
    nav,
    noframes,
    noscript,
    ol,
    p,
    pre,
    section,
    summary,
    ul,
    input[type=text],
    input[type=password],
    button,
    li,
    video,
    td {
        box-sizing: border-box
    }
    body.os-ios .hidden-ios,
    body.os-android .hidden-android,
    body:not(.os-ios) .hidden-not-ios,
    body:not(.os-android) .hidden-not-android {
        display: none!important
    }
    .hyphenate,
    .lightbox .lightboxContent ul li.active p,
    #information main .container-fluid p,
    #contents main .container-fluid p,
    #imprint main .container-fluid p,
    .map ul li.active p,
    .multipleGalleryImage ul li.active p,
    .multipleGallery.region ul li.active p,
    main .container-fluid p,
    main .container-fluid #responsiveMap ul li.active p,
    span.plus span.content {
        hyphenate-limit-chars: auto 5;
        hyphenate-limit-lines: 3;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto
    }
    .dont-hyphenate {
        -webkit-hyphens: none;
        -moz-hyphens: none;
        -ms-hyphens: none;
        hyphens: none
    }
    .responsive-cover {
        padding-top: 0rem;
        background-color: white;
        margin-bottom: -5.45px;
        width: 100%;
    }
    .responsive {
        width: 100%
    }
    .width50 {
        width: 50%
    }
    .noPadding {
        padding: 0
    }
    .hidden-xs {
        display: none!important
    }
    .hidden-lg {
        display: block!important
    }
    .mediumweight {
        font-weight: 500
    }
    .italictext {
        font-style: italic
    }
    .righttext {
        float: right
    }
    .righttext:after {
        float: none;
        clear: both
    }
    .SwissStats {
        font-family: SwissStats Pi;
        font-weight: 600;
        font-style: normal
    }
    .multipleGalleryImage .lightboxButton .icon,
    main .container-fluid .cd-tabs nav .cd-tabs-navigation li .icon,
    span.plus .iconPlus {
        font-family: SwissStats Pi;
        font-size: 32px;
        font-weight: 600;
        line-height: 1;
        position: absolute;
    }
    .multipleGalleryImage .lightboxButton .icon:before,
    main .container-fluid .cd-tabs nav .cd-tabs-navigation li .icon:before,
    span.plus .iconPlus:before {
        content: "R";
        color: black;
        padding-right: 1rem;
        cursor: pointer
    }
    .lightbox .lightboxButton,
    main .container-fluid .cd-tabs nav .cd-tabs-navigation a.selected .icon,
    main .container-fluid .cd-tabs.timeline nav .cd-tabs-navigation.timeline li a.selected .icon:after {
        font-family: SwissStats Pi;
        font-size: 32px;
        font-weight: 600;
        line-height: 1;
        position: absolute;
    }
    .lightbox .lightboxButton:before,
    main .container-fluid .cd-tabs nav .cd-tabs-navigation a.selected .icon:before {
        content: "Z";
        color: black;
        padding-right: 1rem;
        cursor: pointer
    }
    .multipleGallery.region .lightboxButton .icon {
        font-family: SwissStats Pi;
        font-size: 32px;
        font-weight: 400;
        line-height: 1;
        position: absolute;
    }
    .multipleGallery.region .lightboxButton .icon:before {
        content: "g";
        color: #c5c6c6
    }
    .iconFull,
    .lightbox .lightboxContent ul li .lightboxButton .iconFull,
    .map .languageArea .lightboxButton .iconFull,
    .map ul li .lightboxButton .iconFull {
        padding: 1px;
        font-family: SwissStats Pi;
        font-size: 32px;
        font-weight: 400;
        line-height: 1;
        position: absolute;
        -webkit-transform: translate3d(-1px, -1px, 0);
        transform: translate3d(-1px, -1px, 0)
    }
    .iconFull:before,
    .lightbox .lightboxContent ul li .lightboxButton .iconFull:before,
    .map .languageArea .lightboxButton .iconFull:before,
    .map ul li .lightboxButton .iconFull:before {
        content: "Q";
        color: #c5c6c6
    }
    span.iconMenu,
    .iconMenu {
        padding: 1px;
        font-family: SwissStats Pi;
        font-size: 32px;
        font-weight: 400;
        line-height: 1;
        position: absolute;
        -webkit-transform: translate3d(-1px, -1px, 0);
        transform: translate3d(-1px, -1px, 0)
    }
    span.iconMenu:after,
    .iconMenu:after {
        content: "m";
        color: #c5c6c6
    }
    span.iconBack {
        padding: 1px;
        font-family: SwissStats Pi;
        font-size: 32px;
        font-weight: 400;
        line-height: 1;
        position: absolute;
        -webkit-transform: translate3d(-1px, -1px, 0);
        transform: translate3d(-1px, -1px, 0)
    }
    span.iconBack:after {
        content: "b"
    }
    span.iconShare {
        padding: 1px;
        font-family: SwissStats Pi;
        font-size: 16px;
        line-height: 1;
        position: relative;
        display: inline;
        color: #c5c6c6;
        text-decoration: none
    }
    span.iconShare:after {
        content: "s";
        color: black
    }
    a {
        color: black;
        font-weight: 500;
        text-decoration: none;
        cursor: pointer;
    }
    a:hover {
        color: rgb(105, 147, 205);
        font-weight: 500
    }
    h1 {
        font-weight: 500;
        font-size: 30px;
        color: #f8a900;
        text-align: left;
    }
    h2,
    h3,
    h4,
    h5,
    h6 {
        padding: 1rem 0;
        font-weight: 500
    }
    h2 {
        font-size: 22px;
        color: #f8a900;
        padding: 2rem 0 1rem
    }
    h3 {
        font-size: 18px;
        padding: 2rem 0 1rem
    }
    h3 em {
        font-weight: 200;
    }
    h4,
    h5,
    h6 {
        font-size: 18px
    }
    span,
    strong,
    b {
        font-weight: 500
    }
    i,
    em {
        font-style: italic
    }
    .columnMarginal {
        padding-right: 0rem;
        position: relative
    }
    .columnContent {
        padding-left: 0rem;
        position: relative
    }
    table,
    thead,
    tbody,
    tr,
    th,
    td {
        box-sizing: border-box
    }
    .table2dscrollable {
        overflow: auto!important;
        -webkit-overflow-scrolling: touch!important;
        width: 100%!important;
        margin: 1rem 0
    }
    .table2dscrollable>table {
        min-width: 100%
    }
    .table2dscrollable.men th {
        background: rgba(0, 144, 208, .1)
    }
    .table2dscrollable.women th {
        background: rgba(223, 0, 114, .1)
    }
    .table2dscrollable.default th {
        background: rgba(105, 147, 205, .1)
    }
    .table2dscrollable.manualColor th {
        background: #eee
    }
    .table2dscrollable table {
        background-color: white;
        border: none;
        border-collapse: collapse
    }
    .table2dscrollable thead {
        display: table;
        width: 100%
    }
    .table2dscrollable tbody {
        display: block;
        /*height: 50vh;*/
        overflow: auto;
        -webkit-overflow-scrolling: auto
    }
    .table2dscrollable tbody::-webkit-scrollbar {
        display: none
    }
    .table2dscrollable tbody tr {
        display: table;
        width: 100%;
        font-weight: 300;
        font-size: 16px
    }
    .table2dscrollable th {
        font-size: 16px;
        border: 1px solid #eee;
        padding: .35rem;
        text-align: left;
        vertical-align: top;
        -webkit-hyphenate-limit-chars: auto 5;
        -webkit-hyphenate-limit-lines: 3;
        -moz-hyphenate-limit-chars: auto 5;
        -moz-hyphenate-limit-lines: 3;
        -ms-hyphenate-limit-chars: auto 5;
        -ms-hyphenate-limit-lines: 3;
        -o-hyphenate-limit-chars: auto 5;
        -o-hyphenate-limit-lines: 3;
        hyphenate-limit-chars: auto 5;
        hyphenate-limit-lines: 3;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto;
        word-break: keep-all
    }
    .table2dscrollable td {
        font-size: 16px;
        border: 1px solid #eee;
        padding: .35rem;
        text-align: right;
        vertical-align: top;
        -webkit-hyphenate-limit-chars: auto 5;
        -webkit-hyphenate-limit-lines: 3;
        -moz-hyphenate-limit-chars: auto 5;
        -moz-hyphenate-limit-lines: 3;
        -ms-hyphenate-limit-chars: auto 5;
        -ms-hyphenate-limit-lines: 3;
        -o-hyphenate-limit-chars: auto 5;
        -o-hyphenate-limit-lines: 3;
        hyphenate-limit-chars: auto 5;
        hyphenate-limit-lines: 3;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto;
        word-break: keep-all
    }
    td:nth-child(1) {
        text-align: left;
    }
    .table2dscrollable th {
        background: #eee;
        color: black;
        font-weight: 500;
        border: 1px solid white;
        padding: .5rem
    }
    .table2dscrollable td {
        border-top: none;
        padding: .5rem
    }
    .col1 {
        max-width: 33%;
        width: 33%
    }
    .col2,
    .col3,
    .col4,
    .col5 {
        max-width: 16.5%;
        width: 16.5%
    }
    .col-xs-12 {
        width: 100%
    }
    table.responsiveTable {
        width: 100%;
        margin: 1rem 0;
        border-collapse: collapse;
        text-align: left
    }
    table.responsiveTable td,
    table.responsiveTable tr,
    table.responsiveTable th {
        padding: .5rem;
        font-weight: 300;
        border-collapse: collapse;
        text-align: left
    }
    table.responsiveTable th {
        font-weight: 500
    }
    table.responsiveTable.women th {
        background-color: rgba(223, 0, 114, .1)
    }
    table.responsiveTable.women td:before {
        background-color: rgba(223, 0, 114, .1)
    }
    table.responsiveTable.men th {
        background-color: rgba(0, 144, 208, .1)
    }
    table.responsiveTable.men td:before {
        background-color: rgba(0, 144, 208, .1)
    }
    table.responsiveTable.default th {
        background-color: rgba(105, 147, 205, .1)
    }
    table.responsiveTable.default td:before {
        background-color: rgba(105, 147, 205, .1)
    }
    @media screen and (max-width:700px) {
        table.responsiveTable {
            padding: 0;
            border: none
        }
        table.responsiveTable tr,
        table.responsiveTable td {
            border-top: 1px solid white;
            border-bottom: 1px solid white;
            padding: 0;
            margin: 0
        }
        table.responsiveTable thead {
            display: none
        }
        table.responsiveTable tr {
            float: left;
            width: 100%;
            margin-bottom: 0
        }
        table.responsiveTable td {
            float: left;
            width: 100%;
            border-bottom: 1px solid #eee;
            padding: .5rem 1rem .5rem 1rem;
        }
        table.responsiveTable td:before {
            content: attr(data-label);
            background-color: #eee;
            border-right: 1px solid white;
            width: 20%;
            height: auto;
            float: left;
            padding-left: .5rem;
            padding-right: .5rem;
            padding-bottom: .5rem;
            margin: 0rem 1rem 0rem -1rem;
            font-weight: 500;
            word-break: break-word;
        }
    }
    header .opener {
        background-color: transparent;
        width: 100%;
        padding: 1rem 1rem 1rem
    }
    header .opener:after {
        content: "";
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        padding-bottom: 10%;
    }
    header .opener .title {
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start
    }
    header .opener .titleImage {
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: start;
        -webkit-justify-content: center;
        justify-content: center
    }
    header .opener .titleImage img {
        width: 70px;
        height: 100%;
        -ms-flex-line-pack: end;
        -webkit-align-content: flex-end;
        align-content: flex-end
    }
    header .opener .titleImage.intro img {
        display: none
    }
    .lightbox {
        z-index: 11;
        background-color: white;
        bottom: 0;
        left: 0;
        overflow: hidden;
        opacity: 0;
        position: fixed;
        right: 0;
        top: 0;
        -webkit-transform: translate3d(-100vw, 0, 0);
        transform: translate3d(-100vw, 0, 0);
        transition: opacity .2s linear
    }
    .lightbox.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    .lightbox.activefix {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    .lightbox .lightboxContent {
        height: 100vh;
        left: 50%;
        overflow: hidden;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100vw
    }
    .lightbox .lightboxContent .imageBeforeHeadline {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .lightbox .lightboxContent .imageBeforeHeadline .image {
        padding: 1rem
    }
    .lightbox .lightboxContent .imageBeforeHeadline img {
        max-width: 65px;
        height: auto
    }
    .lightbox .lightboxContent .imageBeforeHeadline h3 {
        font-size: 18px
    }
    .lightbox .lightboxContent .genderBox {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        width: 250px;
        height: 230px;
        margin: 20% auto;
        background-color: white
    }
    .lightbox .lightboxContent .genderBox h4 {
        margin: 0;
        padding: 1rem
    }
    .lightbox .lightboxContent .genderBox .lightboxButton {
        right: 20px
    }
    .lightbox .lightboxContent .genderBox .lightboxButton:before,
    .lightbox .lightboxContent .genderBox .lightboxButton:after {
        content: " "
    }
    .lightbox .lightboxContent ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .lightbox .lightboxContent ul li {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        font-size: 0;
        margin: 0 -.5rem;
        padding: .75rem 3.5rem;
        position: relative
    }
    .lightbox .lightboxContent ul li h4,
    .lightbox .lightboxContent ul li p {
        font-size: 1rem
    }
    .lightbox .lightboxContent ul li h4 {
        margin-top: -.8125rem;
        margin-left: 2.4375rem;
        padding: 0;
        line-height: 1
    }
    .lightbox .lightboxContent ul li.active {
        background-color: rgba(255, 255, 255, .5)
    }
    .lightbox .lightboxContent ul li.active p {
        display: none
    }
    .lightbox .lightboxContent ul li .lightboxButton .icon.men {
        width: 50px;
        height: 50px
    }
    .lightbox .lightboxContent ul li .lightboxButton .icon.women {
        width: 50px;
        height: 50px
    }
    .lightbox .lightboxContent ul li .lightboxButton .iconFull {
        font-size: 60px
    }
    .lightbox.overlay {
        background-color: rgba(255, 255, 255, .85)
    }
    .lightbox.fullsizeGallery .lightboxContent {
        height: 100vh;
        width: 100vw
    }
    .lightbox .lightboxButton {
        right: 40px;
        top: 40px
    }
    aside {
        padding: 1rem 0
    }
    aside p {
        text-align: left
    }
    #information header .opener,
    #contents header .opener {
        padding: 2rem 1rem 0;
        background-color: rgba(248, 169, 0, 0)
    }
    #information header .opener:after,
    #contents header .opener:after {
        background-color: rgba(248, 169, 0, 0)
    }
    #information main .container-fluid,
    #contents main .container-fluid {
        padding: 1rem
    }
    #information main .container-fluid a,
    #contents main .container-fluid a {
        text-decoration: none
    }
    #information main .container-fluid strong,
    #contents main .container-fluid strong {
        text-transform: uppercase
    }
    #information main .container-fluid ul.information,
    #contents main .container-fluid ul.information {
        list-style-type: none;
        padding: 0
    }
    #information main .container-fluid ul.information li,
    #contents main .container-fluid ul.information li {
        font-weight: 300
    }
    #information main .container-fluid ul.information li:nth-child(even),
    #contents main .container-fluid ul.information li:nth-child(even) {
        padding-bottom: 1rem
    }
    #information main .container-fluid ul.information li:nth-child(odd),
    #contents main .container-fluid ul.information li:nth-child(odd) {
        font-weight: 500
    }
    #information main .container-fluid ul.information li:before,
    #contents main .container-fluid ul.information li:before {
        content: " ";
        text-decoration: none
    }
    #information main .container-fluid ul.information li a,
    #contents main .container-fluid ul.information li a {
        color: black;
        text-decoration: none
    }
    #imprint main {
        background-color: #f8a900
    }
    #imprint main .container-fluid {
        padding: 3rem 1rem 1rem;
        padding-bottom: 0
    }
    #imprint main .container-fluid ul {
        list-style-type: none;
        padding: 0
    }
    #imprint main .container-fluid ul li {
        font-weight: 300;
        padding-bottom: 1rem
    }
    #imprint main .container-fluid ul li strong {
        font-weight: 500
    }
    #imprint main .container-fluid ul li:before {
        content: " ";
        text-decoration: none
    }
    #imprint main footer {
        height: auto;
        margin: 0 auto;
        padding: 0 1rem 2rem;
        background-color: #f8a900;
        position: relative
    }
    #imprint main footer .hr {
        border-top: 1px solid black;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    #imprint main footer .hr h4,
    #imprint main footer .hr p {
        color: black;
        text-transform: inherit
    }
    #imprint main footer .hr h4 {
        font-size: 22px
    }
    #imprint main footer .hr h4 em {
        color: white;
        font-style: normal
    }
    #imprint main footer .hr p {
        line-height: 1;
        padding: 1rem 0;
        font-size: 16px;
        text-align: right
    }
    #imprint main footer h4,
    #imprint main footer p,
    #imprint main footer a {
        color: black;
        display: inline;
        font-size: 12px
    }
    #imprint main footer .footerTitle {
        margin-top: 1rem;
        padding-bottom: 0;
        text-align: left
    }
    #imprint main footer .footerTitle h4 {
        text-align: center;
        text-transform: uppercase;
        padding: 0
    }
    #imprint main footer .footerNav {
        display: block;
        text-align: left;
        margin-top: 1rem;
        padding-bottom: 1rem
    }
    #imprint main footer .footerNav .sortValue p {
        margin-left: 2.2rem
    }
    #imprint main footer .footerNav .sortValue .iconMenu {
        padding: 1px;
        font-family: SwissStats Pi;
        font-size: 27px;
        font-weight: 400;
        line-height: 1;
        position: absolute;
        -webkit-transform: translate3d(-1px, -6px, 0);
        transform: translate3d(-1px, -6px, 0)
    }
    #imprint main footer .footerNav .sortValue .iconMenu:after {
        content: "m";
        color: black
    }
    #imprint main footer .footerNav .triangleLeft {
        font-size: 0;
        width: 0;
        height: 0;
        -webkit-transform: rotate(360deg);
        border-style: solid;
        border-width: 10px 10px 10px 0;
        border-color: transparent black transparent transparent;
        margin-right: .3rem;
        position: absolute;
        top: 18px;
        right: 15px
    }
    #imprint main footer .footerNav .triangleRight {
        font-size: 0;
        width: 0;
        height: 0;
        -webkit-transform: rotate(360deg);
        border-style: solid;
        border-width: 10px 0 10px 10px;
        border-color: transparent transparent transparent black;
        position: absolute;
        top: 18px;
        right: 0
    }
    #cover h1,
    #cover h2 {
        color: black
    }
    #cover main {
        padding: 0;
        margin: 0
    }
    #cover main .container-fluid {
        padding: 0 1rem;
        min-height: auto
    }
    #cover main .container-fluid h2 {
        padding: 1rem 0
    }
    #cover main .container-fluid .byline {
        color: #c5c6c6;
        font-size: .75rem;
        font-weight: 500;
        padding: 1rem 0 .5rem;
        text-transform: uppercase
    }
    .byline {
        color: #c5c6c6;
        font-size: 1rem;
        font-weight: 500;
        padding: 1rem 0 .5rem;
        text-transform: uppercase
    }
    #cover main footer .footerNav .sortValue p {
        margin: 0
    }
    #contents #hexcontents {
        width: 100%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    #contents #hexcontents .contents {
        width: 73%;
        margin: 3rem 0
    }
    #contents #hexcontents .contents p {
        text-align: center
    }
    #contents #hexcontents .contents .hex {
        width: 150px;
        height: 86px;
        background-color: #ccc;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        -webkit-background-size: auto 173px;
        -moz-background-size: auto 173px;
        -ms-background-size: auto 173px;
        -o-background-size: auto 173px;
        position: relative;
        float: left;
        margin: 29px 10px 24px 0;
        text-align: center;
        zoom: 1
    }
    #contents #hexcontents .contents .hex.hex-gap {
        margin-left: 0
    }
    #contents #hexcontents .contents .hex.hex-gap-xs {
        margin-left: 82px!important
    }
    #contents #hexcontents .contents .hex a {
        display: block;
        width: 100%;
        height: 100%;
        text-indent: -9999em;
        position: absolute;
        top: 0;
        left: 0
    }
    #contents #hexcontents .contents .hex p {
        font-weight: 500;
        width: 80%;
        margin: 5px auto;
        max-height: 90px;
        overflow: hidden
    }
    #contents #hexcontents .contents .hex p.smalltext {
        font-size: 12px
    }
    #contents #hexcontents .contents .hex .corner-1,
    #contents #hexcontents .contents .hex .corner-2 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: inherit;
        background-position: center;
        z-index: -2;
        overflow: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }
    #contents #hexcontents .contents .hex .corner-1 {
        z-index: -1;
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg)
    }
    #contents #hexcontents .contents .hex .corner-2 {
        -webkit-transform: rotate(-60deg);
        -ms-transform: rotate(-60deg);
        transform: rotate(-60deg)
    }
    #contents #hexcontents .contents .hex .corner-1:before,
    #contents #hexcontents .contents .hex .corner-2:before {
        width: 173px;
        height: 173px;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        background-repeat: no-repeat;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }
    #contents #hexcontents .contents .hex .corner-1:before {
        -webkit-transform: rotate(-60deg) translate(-87px, 0);
        -ms-transform: rotate(-60deg) translate(-87px, 0);
        transform: rotate(-60deg) translate(-87px, 0);
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0
    }
    #contents #hexcontents .contents .hex .corner-2:before {
        -webkit-transform: rotate(60deg) translate(-48px, -11px);
        -ms-transform: rotate(60deg) translate(-48px, -11px);
        transform: rotate(60deg) translate(-48px, -11px);
        bottom: 0
    }
    #contents #hexcontents .contents .hex .inner {
        color: #fff
    }
    #contents #hexcontents .contents .hex h4 {
        margin: 0;
        font-size: 24px;
        padding: 0
    }
    #contents #hexcontents .contents .hex .hex-1,
    #contents #hexcontents .contents .hex .hex-2,
    #contents #hexcontents .contents .hex .hex-3,
    #contents #hexcontents .contents .hex .hex-4,
    #contents #hexcontents .contents .hex .hex-5,
    #contents #hexcontents .contents .hex .hex-6,
    #contents #hexcontents .contents .hex .hex-7,
    #contents #hexcontents .contents .hex .hex-8,
    #contents #hexcontents .contents .hex .hex-9,
    #contents #hexcontents .contents .hex .hex-10,
    #contents #hexcontents .contents .hex .hex-11,
    #contents #hexcontents .contents .hex .hex-12,
    #contents #hexcontents .contents .hex .hex-13,
    #contents #hexcontents .contents .hex .hex-14,
    #contents #hexcontents .contents .hex .hex-15,
    #contents #hexcontents .contents .hex .hex-16 {
        background: #f5c53c
    }
    .iframeWrapper {
        margin: 1.5rem 0;
        height: auto;
        overflow: hidden;
        padding-bottom: 55%;
        position: relative
    }
    .iframeWrapper iframe {
        border: none;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }
    .map .genderBox {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .map .genderBox h4 {
        margin: 0;
        padding: 0
    }
    .map .languageArea h4 {
        margin: 0;
        padding: 1rem 0 1rem 2.5rem
    }
    .map .languageArea .lightboxButton .iconFull {
        font-size: 32px;
        -webkit-transform: translate3d(-1px, -50px, 0);
        transform: translate3d(-1px, -50px, 0)
    }
    .map ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .map ul li {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        font-size: 0;
        margin: 0 -.5rem;
        padding: .75rem 1rem;
        position: relative
    }
    .map ul li h4,
    .map ul li p {
        font-size: 1rem
    }
    .map ul li h4 {
        margin-top: -.8125rem;
        margin-left: 2.4375rem;
        padding: 0;
        line-height: 1
    }
    .map ul li.active {
        background-color: rgba(255, 255, 255, .5)
    }
    .map ul li.active p {
        display: none
    }
    .map ul li .lightboxButton .icon.men {
        width: 50px;
        height: 50px
    }
    .map ul li .lightboxButton .icon.women {
        width: 50px;
        height: 50px
    }
    .map ul li .lightboxButton .iconFull {
        font-size: 60px
    }
    .multipleGalleryImage .lightboxButton .icon {
        font-size: 32px;
        -webkit-transform: translate3d(0, -25px, 0);
        transform: translate3d(0, -25px, 0)
    }
    .multipleGalleryImage .lightboxContainer {
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding: .5rem 0
    }
    .multipleGalleryImage h4 {
        font-size: 16px;
        margin: 0;
        padding: 1rem 4.5rem;
        line-height: 1
    }
    .multipleGalleryImage ul {
        list-style-type: none;
        margin: 1rem 0 -.75rem;
        padding: 0
    }
    .multipleGalleryImage ul li {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        font-size: 0;
        margin: 0 -1rem;
        padding: .75rem 1rem;
        position: relative
    }
    .multipleGalleryImage ul li h4,
    .multipleGalleryImage ul li p {
        font-size: 1rem
    }
    .multipleGalleryImage ul li h4 {
        margin-top: -.8125rem;
        margin-left: 2.4375rem;
        padding: 0;
        line-height: 1
    }
    .multipleGalleryImage ul li.active {
        background-color: rgba(255, 255, 255, .5)
    }
    .multipleGalleryImage ul li.active p {
        display: none
    }
    .multipleGallery.region .lightboxButton .icon {
        font-size: 60px;
        -webkit-transform: translate3d(0, -12px, 0);
        transform: translate3d(0, -12px, 0);
        width: 60px;
        height: 60px;
        background-repeat: no-repeat;
        background-position: 50% 80%
    }
    .multipleGallery.region .lightboxButton .icon:before {
        color: #f8a900
    }
    .multipleGallery.region .lightboxContainer {
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding: .5rem 0;
        margin: 0 0 1rem
    }
    .multipleGallery.region h4 {
        font-size: 16px;
        margin: 0;
        padding: 1rem 0 1rem 4.5rem;
        line-height: 1
    }
    .multipleGallery.region ul {
        list-style-type: none;
        margin: 1rem 0 -.75rem;
        padding: 0
    }
    .multipleGallery.region ul li {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        font-size: 0;
        margin: 0 -1rem;
        padding: .75rem 1rem;
        position: relative
    }
    .multipleGallery.region ul li h4,
    .multipleGallery.region ul li p {
        font-size: 1rem
    }
    .multipleGallery.region ul li h4 {
        margin-top: -.8125rem;
        margin-left: 2.4375rem;
        padding: 0;
        line-height: 1
    }
    .multipleGallery.region ul li.active {
        background-color: rgba(255, 255, 255, .5)
    }
    .multipleGallery.region ul li.active p {
        display: none
    }
    .slider {
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: 36px 11px;
        bottom: 0;
        font-size: 0;
        left: 0;
        line-height: 0;
        margin: 0;
        overflow: hidden;
        position: absolute;
        right: 0;
        top: 0;
        transition: opacity .25s linear;
        white-space: nowrap
    }
    .slider .slide {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        display: inline-block;
        font-size: 16px;
        height: 100vh;
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        transition: -webkit-transform .75s ease-in-out;
        transition: transform .75s ease-in-out;
        transition: transform .75s ease-in-out, -webkit-transform .75s ease-in-out;
        padding: 0;
        position: relative;
        vertical-align: top;
        width: 100vw
    }
    body.os-android .slider .slide {
        transition: none
    }
    .slider .slide .slideInfo {
        background-color: rgba(248, 169, 0, .8);
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        height: auto;
        padding: 1.75rem 1.1rem 0;
        white-space: normal
    }
    .slider .slide .slideInfo p {
        color: white;
        font-size: .875rem;
        line-height: 1.3
    }
    .slider .slide .slideInfo p+p {
        margin-top: .4em
    }
    .slider footer {
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        background-color: transparent;
        bottom: 0;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        left: -1px;
        padding: 1rem;
        position: absolute;
        right: -1px;
        white-space: normal
    }
    .slider footer p.source {
        line-height: 1.43;
        margin: 0;
        min-width: 100%;
        width: 100%
    }
    .slider footer p.source strong {
        color: white;
        font-weight: 500
    }
    .slider[data-slider-position="1"] .slide {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    .slider[data-slider-position="1"] p:nth-of-type(1) {
        display: block
    }
    .slider[data-slider-position="1"] .slide:not(:nth-of-type(0), :nth-of-type(1), :nth-of-type(2)) {
        background-image: none!important
    }
    .slider[data-slider-position="2"] .slide {
        -webkit-transform: translate3d(-100vw, 0, 0);
        transform: translate3d(-100vw, 0, 0)
    }
    .slider[data-slider-position="2"] p:nth-of-type(2) {
        display: block
    }
    .slider[data-slider-position="2"] .slide:not(:nth-of-type(1), :nth-of-type(2), :nth-of-type(3)) {
        background-image: none!important
    }
    .slider[data-slider-position="3"] .slide {
        -webkit-transform: translate3d(-200vw, 0, 0);
        transform: translate3d(-200vw, 0, 0)
    }
    .slider[data-slider-position="3"] p:nth-of-type(3) {
        display: block
    }
    .slider[data-slider-position="3"] .slide:not(:nth-of-type(2), :nth-of-type(3), :nth-of-type(4)) {
        background-image: none!important
    }
    .slider[data-slider-position="4"] .slide {
        -webkit-transform: translate3d(-300vw, 0, 0);
        transform: translate3d(-300vw, 0, 0)
    }
    .slider[data-slider-position="4"] p:nth-of-type(4) {
        display: block
    }
    .slider[data-slider-position="4"] .slide:not(:nth-of-type(3), :nth-of-type(4), :nth-of-type(5)) {
        background-image: none!important
    }
    .slider[data-slider-position="5"] .slide {
        -webkit-transform: translate3d(-400vw, 0, 0);
        transform: translate3d(-400vw, 0, 0)
    }
    .slider[data-slider-position="5"] p:nth-of-type(5) {
        display: block
    }
    .slider[data-slider-position="5"] .slide:not(:nth-of-type(4), :nth-of-type(5), :nth-of-type(6)) {
        background-image: none!important
    }
    .slider[data-slider-position="6"] .slide {
        -webkit-transform: translate3d(-500vw, 0, 0);
        transform: translate3d(-500vw, 0, 0)
    }
    .slider[data-slider-position="6"] p:nth-of-type(6) {
        display: block
    }
    .slider[data-slider-position="6"] .slide:not(:nth-of-type(5), :nth-of-type(6), :nth-of-type(7)) {
        background-image: none!important
    }
    .slider[data-slider-position="7"] .slide {
        -webkit-transform: translate3d(-600vw, 0, 0);
        transform: translate3d(-600vw, 0, 0)
    }
    .slider[data-slider-position="7"] p:nth-of-type(7) {
        display: block
    }
    .slider[data-slider-position="7"] .slide:not(:nth-of-type(6), :nth-of-type(7), :nth-of-type(8)) {
        background-image: none!important
    }
    .slider[data-slider-position="8"] .slide {
        -webkit-transform: translate3d(-700vw, 0, 0);
        transform: translate3d(-700vw, 0, 0)
    }
    .slider[data-slider-position="8"] p:nth-of-type(8) {
        display: block
    }
    .slider[data-slider-position="8"] .slide:not(:nth-of-type(7), :nth-of-type(8), :nth-of-type(9)) {
        background-image: none!important
    }
    .slider[data-slider-position="9"] .slide {
        -webkit-transform: translate3d(-800vw, 0, 0);
        transform: translate3d(-800vw, 0, 0)
    }
    .slider[data-slider-position="9"] p:nth-of-type(9) {
        display: block
    }
    .slider[data-slider-position="9"] .slide:not(:nth-of-type(8), :nth-of-type(9), :nth-of-type(10)) {
        background-image: none!important
    }
    .slider[data-slider-position="10"] .slide {
        -webkit-transform: translate3d(-900vw, 0, 0);
        transform: translate3d(-900vw, 0, 0)
    }
    .slider[data-slider-position="10"] p:nth-of-type(10) {
        display: block
    }
    .slider[data-slider-position="10"] .slide:not(:nth-of-type(9), :nth-of-type(10), :nth-of-type(11)) {
        background-image: none!important
    }
    .slider[data-slider-position="11"] .slide {
        -webkit-transform: translate3d(-1000vw, 0, 0);
        transform: translate3d(-1000vw, 0, 0)
    }
    .slider[data-slider-position="11"] p:nth-of-type(11) {
        display: block
    }
    .slider[data-slider-position="11"] .slide:not(:nth-of-type(10), :nth-of-type(11), :nth-of-type(12)) {
        background-image: none!important
    }
    .slider[data-slider-position="12"] .slide {
        -webkit-transform: translate3d(-1100vw, 0, 0);
        transform: translate3d(-1100vw, 0, 0)
    }
    .slider[data-slider-position="12"] p:nth-of-type(12) {
        display: block
    }
    .slider[data-slider-position="12"] .slide:not(:nth-of-type(11), :nth-of-type(12), :nth-of-type(13)) {
        background-image: none!important
    }
    .slider[data-slider-position="13"] .slide {
        -webkit-transform: translate3d(-1200vw, 0, 0);
        transform: translate3d(-1200vw, 0, 0)
    }
    .slider[data-slider-position="13"] p:nth-of-type(13) {
        display: block
    }
    .slider[data-slider-position="13"] .slide:not(:nth-of-type(12), :nth-of-type(13), :nth-of-type(14)) {
        background-image: none!important
    }
    .slider[data-slider-position="14"] .slide {
        -webkit-transform: translate3d(-1300vw, 0, 0);
        transform: translate3d(-1300vw, 0, 0)
    }
    .slider[data-slider-position="14"] p:nth-of-type(14) {
        display: block
    }
    .slider[data-slider-position="14"] .slide:not(:nth-of-type(13), :nth-of-type(14), :nth-of-type(15)) {
        background-image: none!important
    }
    .slider[data-slider-position="15"] .slide {
        -webkit-transform: translate3d(-1400vw, 0, 0);
        transform: translate3d(-1400vw, 0, 0)
    }
    .slider[data-slider-position="15"] p:nth-of-type(15) {
        display: block
    }
    .slider[data-slider-position="15"] .slide:not(:nth-of-type(14), :nth-of-type(15), :nth-of-type(16)) {
        background-image: none!important
    }
    .slider[data-slider-position="16"] .slide {
        -webkit-transform: translate3d(-1500vw, 0, 0);
        transform: translate3d(-1500vw, 0, 0)
    }
    .slider[data-slider-position="16"] p:nth-of-type(16) {
        display: block
    }
    .slider[data-slider-position="16"] .slide:not(:nth-of-type(15), :nth-of-type(16), :nth-of-type(17)) {
        background-image: none!important
    }
    .slider[data-slider-position="17"] .slide {
        -webkit-transform: translate3d(-1600vw, 0, 0);
        transform: translate3d(-1600vw, 0, 0)
    }
    .slider[data-slider-position="17"] p:nth-of-type(17) {
        display: block
    }
    .slider[data-slider-position="17"] .slide:not(:nth-of-type(16), :nth-of-type(17), :nth-of-type(18)) {
        background-image: none!important
    }
    .slider[data-slider-position="18"] .slide {
        -webkit-transform: translate3d(-1700vw, 0, 0);
        transform: translate3d(-1700vw, 0, 0)
    }
    .slider[data-slider-position="18"] p:nth-of-type(18) {
        display: block
    }
    .slider[data-slider-position="18"] .slide:not(:nth-of-type(17), :nth-of-type(18), :nth-of-type(19)) {
        background-image: none!important
    }
    .slider[data-slider-position="19"] .slide {
        -webkit-transform: translate3d(-1800vw, 0, 0);
        transform: translate3d(-1800vw, 0, 0)
    }
    .slider[data-slider-position="19"] p:nth-of-type(19) {
        display: block
    }
    .slider[data-slider-position="19"] .slide:not(:nth-of-type(18), :nth-of-type(19), :nth-of-type(20)) {
        background-image: none!important
    }
    .slider[data-slider-position="20"] .slide {
        -webkit-transform: translate3d(-1900vw, 0, 0);
        transform: translate3d(-1900vw, 0, 0)
    }
    .slider[data-slider-position="20"] p:nth-of-type(20) {
        display: block
    }
    .slider[data-slider-position="20"] .slide:not(:nth-of-type(19), :nth-of-type(20), :nth-of-type(21)) {
        background-image: none!important
    }
    .slider .position {
        height: 14px;
        margin: .75rem 0 0;
        min-width: 100%;
        white-space: nowrap
    }
    .slider .position span {
        background-color: #c5c6c6;
        display: inline-block;
        border-radius: 50%;
        height: 14px;
        margin: 0 14px 0 0;
        position: relative;
        width: 14px
    }
    .slider .position span:last-child {
        margin-right: 0
    }
    .slider .position span:after {
        background-color: white;
        border-radius: 50%;
        bottom: 1px;
        content: "";
        display: block;
        left: 1px;
        position: absolute;
        right: 1px;
        top: 1px
    }
    .slider[data-slider-position="1"] .position span:nth-of-type(1),
    .slider[data-slider-position="2"] .position span:nth-of-type(2),
    .slider[data-slider-position="3"] .position span:nth-of-type(3),
    .slider[data-slider-position="4"] .position span:nth-of-type(4),
    .slider[data-slider-position="5"] .position span:nth-of-type(5),
    .slider[data-slider-position="6"] .position span:nth-of-type(6),
    .slider[data-slider-position="7"] .position span:nth-of-type(7),
    .slider[data-slider-position="8"] .position span:nth-of-type(8),
    .slider[data-slider-position="9"] .position span:nth-of-type(9),
    .slider[data-slider-position="10"] .position span:nth-of-type(10),
    .slider[data-slider-position="11"] .position span:nth-of-type(11),
    .slider[data-slider-position="12"] .position span:nth-of-type(12),
    .slider[data-slider-position="13"] .position span:nth-of-type(13),
    .slider[data-slider-position="14"] .position span:nth-of-type(14),
    .slider[data-slider-position="15"] .position span:nth-of-type(15),
    .slider[data-slider-position="16"] .position span:nth-of-type(16),
    .slider[data-slider-position="17"] .position span:nth-of-type(17),
    .slider[data-slider-position="18"] .position span:nth-of-type(18),
    .slider[data-slider-position="19"] .position span:nth-of-type(19),
    .slider[data-slider-position="20"] .position span:nth-of-type(20),
    .slider[data-slider-last] .position span:first-of-type {
        background-color: white
    }
    .slider[data-slider-position="1"] .position span:nth-of-type(1):after,
    .slider[data-slider-position="2"] .position span:nth-of-type(2):after,
    .slider[data-slider-position="3"] .position span:nth-of-type(3):after,
    .slider[data-slider-position="4"] .position span:nth-of-type(4):after,
    .slider[data-slider-position="5"] .position span:nth-of-type(5):after,
    .slider[data-slider-position="6"] .position span:nth-of-type(6):after,
    .slider[data-slider-position="7"] .position span:nth-of-type(7):after,
    .slider[data-slider-position="8"] .position span:nth-of-type(8):after,
    .slider[data-slider-position="9"] .position span:nth-of-type(9):after,
    .slider[data-slider-position="10"] .position span:nth-of-type(10):after,
    .slider[data-slider-position="11"] .position span:nth-of-type(11):after,
    .slider[data-slider-position="12"] .position span:nth-of-type(12):after,
    .slider[data-slider-position="13"] .position span:nth-of-type(13):after,
    .slider[data-slider-position="14"] .position span:nth-of-type(14):after,
    .slider[data-slider-position="15"] .position span:nth-of-type(15):after,
    .slider[data-slider-position="16"] .position span:nth-of-type(16):after,
    .slider[data-slider-position="17"] .position span:nth-of-type(17):after,
    .slider[data-slider-position="18"] .position span:nth-of-type(18):after,
    .slider[data-slider-position="19"] .position span:nth-of-type(19):after,
    .slider[data-slider-position="20"] .position span:nth-of-type(20):after,
    .slider[data-slider-last] .position span:first-of-type:after {
        background-color: #c5c6c6
    }
    main {
        position: relative
    }
    main .container-fluid {
        padding: 3rem 1rem 5rem;
        min-height: 35vh
    }
    main .container-fluid .sign {
        max-width: 200px;
        padding: 20px 0
    }
    main .container-fluid .imageBeforeHeadline {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    main .container-fluid .imageBeforeHeadline .image {
        padding: 1rem
    }
    main .container-fluid .imageBeforeHeadline img {
        max-width: 65px;
        height: auto
    }
    main .container-fluid .imageBeforeHeadline h3 {
        font-size: 18px
    }
    main .container-fluid .noPaddingBottom h2 {
        padding: 2rem 0 0
    }
    main .container-fluid .accordionHide {
        display: none!important
    }
    main .container-fluid .accordionShow {
        display: block!important;
        padding: 1rem;
        background-color: #eee
    }
    main .container-fluid button {
        border: 0;
        background-color: white
    }
    main .container-fluid ul {
        padding: 1rem 0;
        list-style-type: none
    }
    main .container-fluid ul li {
        font-weight: 300
    }
    main .container-fluid ul li:before {
        content: "\2013\A0";
        text-decoration: none
    }
    main .container-fluid ol {
        margin: 0 1rem;
        padding: 1rem 0
    }
    main .container-fluid ol li {
        font-weight: 300
    }
    main .container-fluid .image {
        overflow: hidden;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    /*main .container-fluid .image img {
    width: 100%;
    height: auto
}*/
    main .container-fluid .image img .width50 {
        width: 50%
    }
    main .container-fluid .image.circle {
        max-width: 100px;
        width: 100px;
        max-height: 100px;
        height: 100px;
        border-radius: 50%
    }
    main .container-fluid .image.circle img {
        width: auto;
        height: 100%
    }
    main .container-fluid .image.circle img .width50 {
        width: 50%
    }
    main .container-fluid .fullwidth {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    main .container-fluid .preview {
        max-width: 50%;
        margin-right: 1rem
    }
    main .container-fluid .accordionHide~p,
    main .container-fluid .accordionShow~p {
        padding-top: 1.5rem
    }
    main .container-fluid p {
        font-weight: 300;
        text-align: justify
    }
    main .container-fluid p+p {
        padding-top: .5rem;
    }
    main .container-fluid p.caption {
        font-size: 12px;
        padding-bottom: 1rem
    }
    main .container-fluid p.source {
        padding-top: 2rem;
        padding-bottom: 3rem;
        font-size: 12px;
        text-align: left
    }
    main .container-fluid p.intro {
        font-weight: 500
    }
    main .container-fluid div.source {
        /*border-top: 1px solid black;*/
        padding-top: .5rem;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between
    }
    main .container-fluid div.source p {
        font-size: 12px;
        text-align: left
    }
    main .container-fluid div.source p+p {
        padding: 0 0 0 1.5rem
    }
    main .container-fluid section {
        margin: 1.5rem 0
    }
    main .container-fluid section h3 {
        border-bottom: 1px solid black;
        padding: 2rem 0 .5rem
    }
    main .container-fluid .innerTable {
        overflow: hidden;
        white-space: nowrap;
        display: inline-block;
        vertical-align: top;
        margin: 1rem 0;
        display: block
    }
    main .container-fluid .innerTable table.responsiveTablefixedColumn {
        background: white;
        border-collapse: collapse;
        text-align: left;
        font-size: 16px;
        line-height: 1.4;
        font-weight: 300;
        width: 100%
    }
    main .container-fluid .innerTable table.responsiveTablefixedColumn td,
    main .container-fluid .innerTable table.responsiveTablefixedColumn th {
        padding: .5rem;
        border-collapse: collapse;
        text-align: left;
        position: relative;
        white-space: nowrap;
        overflow: hidden;
        background: #eee
    }
    main .container-fluid .innerTable table.responsiveTablefixedColumn tr {
        padding: .5rem;
        border-bottom: 2px solid #eee;
        border-collapse: collapse;
        text-align: left
    }
    main .container-fluid .innerTable table.responsiveTablefixedColumn tr:nth-of-child(even) {
        background: #eee
    }
    main .container-fluid .innerTable table.responsiveTablefixedColumn thead tr {
        border: none
    }
    main .container-fluid .innerTable table.responsiveTablefixedColumn thead tr th:first-child,
    main .container-fluid .innerTable table.responsiveTablefixedColumn thead tr td:first-child {
        border-left: none
    }
    main .container-fluid .innerTable table.responsiveTablefixedColumn thead tr th:last-child,
    main .container-fluid .innerTable table.responsiveTablefixedColumn thead tr td:last-child {
        border-right: none
    }
    main .container-fluid .innerTable table.responsiveTablefixedColumn thead tr th {
        font-weight: 500;
        border-right: 2px solid #fff
    }
    main .container-fluid .innerTable table.responsiveTablefixedColumn tbody tr:nth-of-child(even) {
        background-color: #eee!important
    }
    main .container-fluid .innerTable table.responsiveTablefixedColumn tbody tr td {
        background: white;
        vertical-align: top;
        border-right: 2px solid #eee
    }
    main .container-fluid .innerTable table.responsiveTablefixedColumn.women th {
        background-color: rgba(223, 0, 114, .1)
    }
    main .container-fluid .innerTable table.responsiveTablefixedColumn.women td:before {
        background-color: rgba(223, 0, 114, .1)
    }
    main .container-fluid .innerTable table.responsiveTablefixedColumn.men th {
        background-color: rgba(0, 144, 208, .1)
    }
    main .container-fluid .innerTable table.responsiveTablefixedColumn.men td:before {
        background-color: rgba(0, 144, 208, .1)
    }
    main .container-fluid .innerTable table.responsiveTablefixedColumn.default th {
        background-color: rgba(105, 147, 205, .1)
    }
    main .container-fluid .innerTable table.responsiveTablefixedColumn.default td:before {
        background-color: rgba(105, 147, 205, .1)
    }
    main .container-fluid .innerTable .pinned {
        position: absolute;
        left: 0;
        top: -2px;
        width: 30%;
        overflow: hidden;
        overflow-x: scroll
    }
    main .container-fluid .innerTable .pinned td:last-child {
        border-bottom: 0
    }
    main .container-fluid .innerTable .pinned table {
        border-right: none;
        border-left: none;
        width: 100%
    }
    main .container-fluid .innerTable .pinned table.women th,
    main .container-fluid .innerTable .pinned table.women td {
        background-color: rgba(223, 0, 114, .1)
    }
    main .container-fluid .innerTable .pinned table.men th,
    main .container-fluid .innerTable .pinned table.men td {
        background-color: rgba(0, 144, 208, .1)
    }
    main .container-fluid .innerTable .pinned table.default th,
    main .container-fluid .innerTable .pinned table.default td {
        background-color: rgba(105, 147, 205, .1)
    }
    main .container-fluid .innerTable .pinned table th,
    main .container-fluid .innerTable .pinned table td {
        white-space: nowrap;
        padding: .5rem;
        font-size: 16px;
        line-height: 1.4;
        font-weight: 500;
        text-align: left;
        background-color: #eee
    }
    main .container-fluid .innerTable div.table-wrapper {
        position: relative;
        overflow: hidden
    }
    main .container-fluid .innerTable div.table-wrapper div.scrollable {
        margin-left: 30%;
        overflow: scroll;
        overflow-y: hidden
    }
    main .container-fluid .innerTable table.responsiveTablefixedColumn th:first-child,
    main .container-fluid .innerTable table.responsiveTablefixedColumn td:first-child,
    main .container-fluid .innerTable table.responsiveTablefixedColumn.pinned td {
        display: none
    }
    main .container-fluid .cd-tabs {
        position: relative;
        margin: 2em auto
    }
    main .container-fluid .cd-tabs:after {
        content: "";
        display: table;
        clear: both
    }
    main .container-fluid .cd-tabs:after {
        position: absolute;
        top: 0;
        right: 0;
        width: 50px;
        z-index: 1;
        pointer-events: none;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjAuNSIgeDI9IjAuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=);
        background: linear-gradient(to left, #fff, transparent);
        visibility: visible;
        opacity: 1;
        transition: opacity .3s 0s, visibility 0s 0s
    }
    .no-cssgradients main .container-fluid .cd-tabs:after {
        display: none
    }
    main .container-fluid .cd-tabs.is-ended:after {
        visibility: hidden;
        opacity: 0;
        transition: opacity .3s 0s, visibility 0s .3s
    }
    main .container-fluid .cd-tabs nav {
        overflow: auto;
        -webkit-overflow-scrolling: touch
    }
    main .container-fluid .cd-tabs nav .cd-tabs-navigation {
        padding: 0;
        width: 100%
    }
    main .container-fluid .cd-tabs nav .cd-tabs-navigation:after {
        content: "";
        display: table;
        clear: both
    }
    main .container-fluid .cd-tabs nav .cd-tabs-navigation li .icon {
        font-size: 32px;
        padding: .5rem 0;
        position: absolute;
        -webkit-transform: translate3d(-2.5rem, -17px, 0);
        transform: translate3d(-2.5rem, -17px, 0)
    }
    main .container-fluid .cd-tabs nav .cd-tabs-navigation li:before {
        content: " "
    }
    main .container-fluid .cd-tabs nav .cd-tabs-navigation a {
        position: relative;
        display: block;
        text-align: left;
        padding: .5rem .5rem .5rem 2.5rem
    }
    main .container-fluid .cd-tabs nav .cd-tabs-navigation a.selected {
        font-weight: 500
    }
    main .container-fluid .cd-tabs nav .cd-tabs-navigation a.selected .icon {
        font-size: 32px;
        padding: .5rem 0;
        position: absolute;
        -webkit-transform: translate3d(-2.5rem, -17px, 0);
        transform: translate3d(-2.5rem, -17px, 0)
    }
    main .container-fluid .cd-tabs nav .cd-tabs-navigation.timeline li a {
        text-align: center
    }
    main .container-fluid .cd-tabs .cd-tabs-content {
        padding: 0
    }
    main .container-fluid .cd-tabs .cd-tabs-content li {
        display: none
    }
    main .container-fluid .cd-tabs .cd-tabs-content li a {
        display: none
    }
    main .container-fluid .cd-tabs .cd-tabs-content li:before {
        content: ""
    }
    main .container-fluid .cd-tabs .cd-tabs-content li.selected {
        display: block;
        -webkit-animation: cd-fade-in .5s;
        animation: cd-fade-in .5s
    }
    main .container-fluid .cd-tabs .cd-tabs-content li.selected a {
        display: block
    }
    main .container-fluid .cd-tabs .cd-tabs-content li.selected p {
        padding: 1rem 0
    }
    @-webkit-keyframes cd-fade-in {
        0% {
            opacity: 0
        }
        100% {
            opacity: 1
        }
    }
    @keyframes cd-fade-in {
        0% {
            opacity: 0
        }
        100% {
            opacity: 1
        }
    }
    main .container-fluid .cd-tabs.timeline nav .cd-tabs-navigation.timeline {
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        font-size: 0;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        line-height: 1;
        list-style-type: none;
        margin: 0 0 -.5rem;
        max-width: 100vw;
        overflow-x: hidden;
        padding: 0
    }
    main .container-fluid .cd-tabs.timeline nav .cd-tabs-navigation.timeline li {
        color: black;
        cursor: pointer;
        display: inline-block;
        font-size: 16px;
        height: 4.5rem;
        line-height: 1;
        margin: 0 auto;
        max-width: 50vw;
        padding: .9rem 1rem 0;
        position: relative;
        text-align: center;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 20%
    }
    main .container-fluid .cd-tabs.timeline nav .cd-tabs-navigation.timeline li a {
        text-align: center;
        position: relative;
        display: block;
        padding: 0
    }
    main .container-fluid .cd-tabs.timeline nav .cd-tabs-navigation.timeline li a.selected {
        font-weight: 500
    }
    main .container-fluid .cd-tabs.timeline nav .cd-tabs-navigation.timeline li a.selected .circle {
        background-color: #f8a900
    }
    main .container-fluid .cd-tabs.timeline nav .cd-tabs-navigation.timeline li .circle {
        border: 2px solid #f8a900;
        max-width: 35px;
        width: 35px;
        max-height: 35px;
        height: 35px;
        border-radius: 50%;
        background-color: #c5c6c6;
        margin: -12px auto 5px
    }
    main .container-fluid .cd-tabs.timeline nav .cd-tabs-navigation.timeline li .circle img {
        width: auto;
        height: 100%
    }
    main .container-fluid .cd-tabs.timeline nav .cd-tabs-navigation.timeline li.active {
        font-weight: 500
    }
    main .container-fluid .cd-tabs.timeline nav .cd-tabs-navigation.timeline li.active .circle {
        background-color: #f8a900
    }
    main .container-fluid .cd-tabs.timeline nav .cd-tabs-navigation.timeline li.break {
        line-height: 1.15rem;
        padding-top: .25rem
    }
    main .container-fluid .cd-tabs.timeline nav .cd-tabs-navigation.timeline li:after {
        content: "";
        position: absolute;
        top: 17.5px;
        right: 0;
        margin-right: -20px;
        width: 50%
    }
    main .container-fluid .cd-tabs.timeline nav .cd-tabs-navigation.timeline li:before {
        content: "";
        position: absolute;
        top: 17.5px;
        left: 0;
        margin-left: -20px;
        width: 50%
    }
    main .container-fluid #responsiveMap {
        overflow: hidden
    }
    main .container-fluid #responsiveMap ul {
        list-style-type: none;
        margin: 1rem 0 -.75rem;
        padding: 0
    }
    main .container-fluid #responsiveMap ul li {
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        font-size: 0;
        margin: 0 -1rem;
        padding: .75rem 1rem;
        position: relative
    }
    main .container-fluid #responsiveMap ul li h4,
    main .container-fluid #responsiveMap ul li p {
        font-size: 1rem
    }
    main .container-fluid #responsiveMap ul li h4 {
        font-weight: 600;
        margin-top: 1.21875rem
    }
    main .container-fluid #responsiveMap ul li.active {
        background-color: rgba(255, 255, 255, .5)
    }
    main .container-fluid #responsiveMap ul li.active p {
        display: none
    }
    main footer {
        z-index: 10;
        background-color: white;
        height: auto;
        width: 100%;
        position: relative;
    }
    main footer h4,
    main footer p,
    main footer a {
        color: #c5c6c6;
        display: inline;
        font-size: 12px
    }
    main footer .footerTitle {
        margin-top: 1rem;
        padding-bottom: 0;
        text-align: left
    }
    main footer .footerTitle h4 {
        text-align: center;
        text-transform: uppercase;
        padding: 0
    }
    main footer .footerNav {
        display: block;
        text-align: left;
        margin-top: 1rem;
        padding-bottom: 1rem
    }
    main footer .footerNav .sortValue p {
        margin-left: 2.2rem
    }
    main footer .footerNav .sortValue .iconMenu {
        padding: 1px;
        font-family: SwissStats Pi;
        font-size: 27px;
        font-weight: 400;
        line-height: 1;
        position: absolute;
        -webkit-transform: translate3d(-1px, -6px, 0);
        transform: translate3d(-1px, -6px, 0)
    }
    main footer .footerNav .sortValue .iconMenu:after {
        content: "m";
        color: #c5c6c6
    }
    main footer .footerNav .triangleLeft {
        font-size: 0;
        width: 0;
        height: 0;
        -webkit-transform: rotate(360deg);
        border-style: solid;
        border-width: 10px 10px 10px 0;
        border-color: transparent #c5c6c6 transparent transparent;
        margin-right: .3rem;
        position: absolute;
        top: 18px;
        right: 15px
    }
    main footer .footerNav .triangleRight {
        font-size: 0;
        width: 0;
        height: 0;
        -webkit-transform: rotate(360deg);
        border-style: solid;
        border-width: 10px 0 10px 10px;
        border-color: transparent transparent transparent #c5c6c6;
        position: absolute;
        top: 18px;
        right: 0
    }
    .lightbox.textbox {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 9999;
        text-align: center;
        white-space: nowrap;
        cursor: pointer;
        background: #333;
        background: transparent
    }
    .lightbox.textbox:last-of-type {
        background: white
    }
    .lightbox.textbox:before {
        content: "";
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -.25em
    }
    .lightbox.textbox .lightboxContent {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        text-align: left;
        vertical-align: middle;
        display: inline-block;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        padding: 0;
        max-height: 100%;
        min-height: 100vh;
        background: #fff;
        cursor: auto;
        white-space: normal;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0
    }
    .lightbox.textbox .lightboxContent .lightboxContentInner {
        display: block
    }
    .lightbox.textbox .lightboxContent .container-fluid {
        padding: 1rem
    }
    .lightbox.textbox .lightboxContent .container-fluid .imageBeforeHeadline {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .lightbox.textbox .lightboxContent .container-fluid .imageBeforeHeadline .image {
        padding: 1rem
    }
    .lightbox.textbox .lightboxContent .container-fluid .imageBeforeHeadline img {
        max-width: 65px;
        height: auto
    }
    .lightbox.textbox .lightboxContent .container-fluid .imageBeforeHeadline h3 {
        font-size: 18px
    }
    #shortcuts header .opener,
    #information header .opener {
        padding: 2rem 1rem 0;
        background-color: rgba(248, 169, 0, 0)
    }
    #shortcuts header .opener:after,
    #information header .opener:after {
        background-color: rgba(248, 169, 0, 0)
    }
    #shortcuts main table.shortcuts tr,
    #information main table.shortcuts tr {
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent
    }
    #shortcuts main table.shortcuts tr td:nth-child(even),
    #information main table.shortcuts tr td:nth-child(even) {
        font-weight: 300
    }
    #shortcuts main table.shortcuts tr td:nth-child(odd),
    #information main table.shortcuts tr td:nth-child(odd) {
        font-weight: 500;
        text-transform: uppercase;
        width: 25%
    }
    #program header .opener {
        padding: 2rem 1rem 0;
        background-color: rgba(248, 169, 0, 0)
    }
    #program header .opener:after {
        background-color: rgba(248, 169, 0, 0)
    }
    #program main .container-fluid .image {
        padding: 1rem 0;
        float: left
    }
    #program main .container-fluid .image img {
        max-width: 120px
    }
    #program main .container-fluid aside h3 {
        padding: 1rem 0
    }
    #program main .container-fluid aside p {
        text-align: left
    }
    #program main .container-fluid ul {
        list-style-type: none;
        padding: 0
    }
    #program main .container-fluid ul li {
        font-weight: 300;
        padding-bottom: .5rem;
        margin-left: 2rem;
        padding-right: .5rem
    }
    #program main .container-fluid ul li strong {
        font-weight: 500
    }
    #program main .container-fluid ul li span {
        font-weight: 300;
        margin-left: -2rem;
        padding-right: .5rem
    }
    #program main .container-fluid ul li:before {
        content: "";
        text-decoration: none
    }
    p {
        position: relative
    }
    span.plus span.content {
        background-color: #E3E8F6;
        display: none;
        padding: .5rem;
        position: absolute;
        padding: 1rem;
        font-size: 16px;
        font-weight: 300;
        text-align: justify;
        z-index: 22
    }
    @-webkit-keyframes showContent {
        from {
            opacity: 0
        }
        to {
            opacity: 1
        }
    }
    @keyframes showContent {
        from {
            opacity: 0
        }
        to {
            opacity: 1
        }
    }
    span.plus.active span.content {
        color: black;
        display: block;
        -webkit-animation: showContent .3s ease-in-out both;
        animation: showContent .3s ease-in-out both
    }
    span.plus .iconPlus {
        font-size: 19px;
        position: relative;
        display: inline;
        -webkit-transform: translate3d(2px, -1px, 0);
        transform: translate3d(2px, -1px, 0)
    }
    span.plus .iconPlus.large {
        font-size: 32px
    }
    span.plus .iconPlus:before {
        content: "R"
    }
    span.plus.active .iconPlus:before {
        content: "Z"
    }
    span.plus.activefix .iconPlus {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    @media only screen and (min-width:374px) {
        #contents #hexcontents .contents {
            width: 62%
        }
    }
    @media only screen and (min-width:767px) {
        h1 {
            font-size: 40px;
            text-align: left;
        }
        h2 {
            font-size: 24px
        }
        h3 {
            font-size: 19px
        }
        h4,
        h5,
        h6 {
            font-size: 18px
        }
        .hidden-xs {
            display: block!important
        }
        .hidden-lg {
            display: none!important
        }
        .columnMarginal {
            padding-bottom: 1rem;
            position: relative
        }
        .columnContent {
            padding-left: 0rem;
            position: relative
        }
        header .opener {
            padding: 2rem 2rem 2rem 2.75rem
        }
        header .opener .columnContent {
            -ms-flex-align: start;
            -webkit-align-items: flex-start;
            align-items: flex-start;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -ms-flex-direction: column;
            -webkit-flex-direction: column;
            flex-direction: column;
            -ms-flex-wrap: nowrap;
            -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center
        }
        header .opener .title {
            -ms-flex-align: start;
            -webkit-align-items: flex-start;
            align-items: flex-start;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -ms-flex-direction: row;
            -webkit-flex-direction: row;
            flex-direction: row;
            -ms-flex-wrap: nowrap;
            -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
            -ms-flex-pack: start;
            -webkit-justify-content: flex-start;
            justify-content: flex-start
        }
        header .opener .titleImage {
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -ms-flex-direction: row;
            -webkit-flex-direction: row;
            flex-direction: row;
            -ms-flex-wrap: nowrap;
            -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
            -ms-flex-pack: end;
            -webkit-justify-content: flex-end;
            justify-content: flex-end
        }
        header .opener .titleImage img {
            width: 150px;
            height: 100%
        }
        header .opener .titleImage.intro img {
            width: 100%;
            height: 100%;
            -ms-flex-line-pack: end;
            -webkit-align-content: flex-end;
            align-content: flex-end;
            display: block
        }
        main {
            padding-top: 0rem
        }
        main .container-fluid {
            padding: 3rem 2.75rem 4rem;
            min-height: 60vh
        }
        main .container-fluid .fullwidth {
            margin-top: 0rem;
            margin-bottom: 0rem;
            margin-left: 0rem;
            margin-right: 0rem
        }
        main .container-fluid .image.circle {
            max-width: 150px;
            width: 150px;
            max-height: 150px;
            height: 150px
        }
        main .container-fluid .innerTable {
            display: block
        }
        main .container-fluid .innerTable div.table-wrapper div.scrollable {
            margin-left: 20%
        }
        main .container-fluid .innerTable .pinned {
            width: 20%
        }
        main .container-fluid .innerResponsiveTable {
            display: block
        }
        main .container-fluid .innerResponsiveTable .responsiveTable th {
            border: 1px solid #fff
        }
        main .container-fluid .innerResponsiveTable .responsiveTable td {
            border: 1px solid #eee;
            padding: .5rem .25rem
        }
        main .container-fluid .innerResponsiveTable .responsiveTable tr {
            border: 1px solid #eee
        }
        main .container-fluid #responsiveMap {
            background-color: white;
            height: 568px;
            width: 680px;
            max-height: 100vh
        }
        main .container-fluid #responsiveMap ul {
            list-style-type: none;
            margin: 0;
            padding: 0
        }
        main .container-fluid #responsiveMap ul li {
            -webkit-align-items: initial;
            -ms-flex-align: initial;
            align-items: initial;
            display: block;
            -webkit-flex-direction: initial;
            -ms-flex-direction: initial;
            flex-direction: initial;
            -webkit-flex-wrap: initial;
            -ms-flex-wrap: initial;
            flex-wrap: initial;
            font-size: 0;
            margin: 0;
            padding: 0;
            position: absolute
        }
        main .container-fluid #responsiveMap ul li h4,
        main .container-fluid #responsiveMap ul li p {
            color: white;
            font-size: 1rem
        }
        main .container-fluid #responsiveMap ul li h4 {
            margin-top: 0
        }
        main .container-fluid #responsiveMap ul li.active {
            background-color: transparent
        }
        main .container-fluid #responsiveMap ul li.active h4,
        main .container-fluid #responsiveMap ul li.active p {
            color: #c5c6c6
        }
        main .container-fluid #responsiveMap ul li.active p {
            display: block
        }
        main .container-fluid #responsiveMap ul li:nth-of-type(1) {
            left: 26.75rem;
            top: 20.25rem
        }
        main .container-fluid #responsiveMap ul li:nth-of-type(1) .icon {
            left: 0;
            top: 50%;
            -webkit-transform: translate(-50%, -50%)!important;
            -ms-transform: translate(-50%, -50%)!important;
            transform: translate(-50%, -50%)!important
        }
        main .container-fluid #responsiveMap ul li:nth-of-type(2) {
            left: 7.125rem;
            top: 16.875rem
        }
        main .container-fluid #responsiveMap ul li:nth-of-type(2) .icon {
            bottom: 0;
            left: 0
        }
        main .container-fluid #responsiveMap ul li:nth-of-type(3) {
            left: 23.25rem;
            top: 8.75rem
        }
        main .container-fluid #responsiveMap ul li:nth-of-type(3) .icon {
            bottom: 0;
            right: 0
        }
        main .container-fluid #responsiveMap ul li:nth-of-type(4) {
            left: 39.375rem;
            top: 15.25rem
        }
        main footer .footerTitle {
            padding-bottom: 1rem
        }
        main footer .footerTitle h4 {
            text-align: left
        }
        main footer .footerNav {
            text-align: left
        }
        main footer .footerNav .sortValue p {
            text-align: right;
            margin-right: 3.2rem;
            margin-left: 3.2rem
        }
        main footer .footerNav .sortValue .iconMenu {
            -webkit-transform: translate3d(-1px, -6px, 0);
            transform: translate3d(-1px, -6px, 0)
        }
        aside {
            padding: 0
        }
        aside.multistatebox {
            margin: 17px 17px 0
        }
        #imprint main .container-fluid {
            padding: 4rem 2.75rem 2rem;
            padding-bottom: 0
        }
        #imprint main footer {
            padding: 2rem 2.75rem
        }
        #imprint main footer .hr h4 {
            font-size: 32px
        }
        #imprint main footer .hr p {
            line-height: 1.2;
            font-size: 16px
        }
        #imprint main footer .footerNav {
            text-align: right
        }
        #imprint main footer h4,
        #imprint main footer p,
        #imprint main footer a {
            font-size: 12px
        }
        #information header .opener {
            padding: 4rem 2.75rem 0
        }
        #information main .container-fluid {
            padding: 2rem 2.75rem 6rem
        }
        #contents #hexcontents .contents {
            width: 700px
        }
        #contents #hexcontents .contents .hex.hex-gap-xs {
            margin-left: 0!important
        }
        #contents #hexcontents .contents .hex.hex-gap {
            margin-left: 82px!important
        }
        #cover main .container-fluid {
            padding: 2rem 2.75rem;
            min-height: 20vh
        }
        #cover main .container-fluid h2 {
            padding: 1rem 0
        }
        #cover main .container-fluid .byline {
            color: #c5c6c6;
            font-size: .75rem;
            font-weight: 500;
            padding: 1rem 0 .5rem;
            text-transform: uppercase
        }
        #cover main footer .footerNav .sortValue p {
            margin: 0
        }
        .lightbox.textbox .lightboxContent .container-fluid {
            padding: 2rem 2.75rem
        }
        #program main .container-fluid .image {
            padding: 0;
            float: right
        }
    }
    @media only screen and (min-width:1023px) {
        h1 {
            font-weight: 500;
            font-size: 40px;
            color: #f8a900
        }
        h2,
        h3,
        h4,
        h5,
        h6 {
            padding: 1rem 0;
            font-weight: 500
        }
        h2 {
            font-size: 24px;
            color: #f8a900;
            padding: 2rem 0 1rem
        }
        h3 {
            font-size: 19px;
            padding: 2rem 0 1rem
        }
        h4,
        h5,
        h6 {
            font-size: 18px
        }
        .columnMarginal {
            padding-right: 1.5rem;
            position: relative
        }
        .columnContent {
            padding-left: 0rem;
            position: relative
        }
        header .opener {
            padding: 5rem 4.75rem 3rem
        }
        header .opener .title img {
            width: 150px;
            height: 100%
        }
        main {
            padding-top: 0rem
        }
        main .container-fluid {
            padding: 3rem 4.75rem 5rem
        }
        /*main .container-fluid .fullwidth {
        margin-top: 2rem;
        margin-bottom: 2rem;*/
    }
    main .container-fluid .innerResponsiveTable {
        display: block
    }
    main .container-fluid .innerTable {
        display: block
    }
    main .container-fluid .innerTable .pinned {
        width: 15%
    }
    main .container-fluid .innerTable div.table-wrapper div.scrollable {
        margin-left: 15%
    }
    main .container-fluid #responsiveMap {
        background-color: white;
        height: 768px;
        width: 870px;
        max-height: 100vh
    }
    main .container-fluid #responsiveMap .mapBackground {
        background-position: 50% 2.25rem;
        background-repeat: no-repeat;
        background-size: contain;
        height: 39.5rem;
        margin: 0 auto;
        position: relative;
        -webkit-transform: translateX(-2.625rem);
        -ms-transform: translateX(-2.625rem);
        transform: translateX(-2.625rem);
        width: 59.75rem
    }
    main .container-fluid #responsiveMap h3 {
        color: #c5c6c6
    }
    main .container-fluid #responsiveMap p {
        color: black
    }
    main .container-fluid #responsiveMap ul {
        list-style-type: none;
        margin: 0;
        padding: 0
    }
    main .container-fluid #responsiveMap ul li {
        -webkit-align-items: initial;
        -ms-flex-align: initial;
        align-items: initial;
        display: block;
        -webkit-flex-direction: initial;
        -ms-flex-direction: initial;
        flex-direction: initial;
        -webkit-flex-wrap: initial;
        -ms-flex-wrap: initial;
        flex-wrap: initial;
        font-size: 0;
        margin: 0;
        padding: 0;
        position: absolute
    }
    main .container-fluid #responsiveMap ul li h4,
    main .container-fluid #responsiveMap ul li p {
        color: white;
        font-size: 1rem
    }
    main .container-fluid #responsiveMap ul li h4 {
        margin-top: 0
    }
    main .container-fluid #responsiveMap ul li.active {
        background-color: transparent
    }
    main .container-fluid #responsiveMap ul li.active h4,
    main .container-fluid #responsiveMap ul li.active p {
        color: #c5c6c6
    }
    main .container-fluid #responsiveMap ul li.active p {
        display: block
    }
    main .container-fluid #responsiveMap ul li:nth-of-type(1) {
        left: 34.75rem;
        top: 26.25rem
    }
    main .container-fluid #responsiveMap ul li:nth-of-type(1) .icon {
        left: 0;
        top: 50%;
        -webkit-transform: translate(-50%, -50%)!important;
        -ms-transform: translate(-50%, -50%)!important;
        transform: translate(-50%, -50%)!important
    }
    main .container-fluid #responsiveMap ul li:nth-of-type(2) {
        left: 11.125rem;
        top: 20.875rem
    }
    main .container-fluid #responsiveMap ul li:nth-of-type(2) .icon {
        bottom: 0;
        left: 0
    }
    main .container-fluid #responsiveMap ul li:nth-of-type(3) {
        left: 23.25rem;
        top: 13.75rem
    }
    main .container-fluid #responsiveMap ul li:nth-of-type(3) .icon {
        bottom: 0;
        right: 0
    }
    main .container-fluid #responsiveMap ul li:nth-of-type(4) {
        left: 50.375rem;
        top: 19.25rem
    }
    #imprint main .container-fluid {
        padding: 5rem 4.75rem 2.25rem;
        min-height: 35vh
    }
    #imprint main footer {
        padding: 0 4.75rem 2rem
    }
    #information header .opener {
        padding: 5rem 4.75rem 0
    }
    #information main .container-fluid {
        padding: 2.25rem 4.75rem 7rem
    }
    #contents #hexcontents .contents {
        width: 65%
    }
    .lightbox.textbox .lightboxContent .container-fluid {
        padding: 2rem 2.75rem
    }
    #shortcuts header .opener,
    #information header .opener {
        padding: 5rem 4.75rem 0;
        background-color: rgba(248, 169, 0, 0)
    }
    #shortcuts header .opener:after,
    #information header .opener:after {
        background-color: rgba(248, 169, 0, 0)
    }
    #shortcuts main table.shortcuts tr td:nth-child(odd),
    #information main table.shortcuts tr td:nth-child(odd) {
        width: 20%
    }
}

@media only screen and (min-width:1199px) {
    main .container-fluid .innerTable .pinned {
        width: 15%
    }
    main .container-fluid .innerTable div.table-wrapper div.scrollable {
        margin-left: 15%
    }
    #contents #hexcontents .contents {
        width: 54%;
        max-width: 700px
    }
}

@media(min-width:1000px) {
    #timeline .card:nth-child(odd) .head:after,
    #timeline .card:nth-child(even) .head:after {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent
    }
    #timeline .card:nth-child(odd) .head:before,
    #timeline .card:nth-child(even) .head:before {
        position: absolute;
        content: "";
        width: 9px;
        height: 9px;
        background-color: #c5c6c6;
        border-radius: 9px
    }
}

.card:nth-child(1) {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.card:nth-child(2) {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6
}

.card:nth-child(3) {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

.card:nth-child(4) {
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7
}

.card:nth-child(5) {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3
}

.card:nth-child(6) {
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8
}

.card:nth-child(7) {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4
}

.card:nth-child(8) {
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9
}

.card:nth-child(9) {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5
}

.card:nth-child(10) {
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10
}

#timeline {
    padding: 0
}

#timeline .cardWrapper {
    position: relative;
    margin: auto
}

@media(min-width:1000px) {
    #timeline .cardWrapper {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        width: 870px;
        height: 1980px;
        margin: 0 auto
    }
}

#timeline .cardWrapper:after {
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    border-left: 1px solid rgba(191, 191, 191, .4)
}

@media(min-width:1000px) {
    #timeline .cardWrapper:after {
        border-left: 1px solid #c5c6c6
    }
}

#timeline .card {
    position: relative;
    display: block;
    margin: 10px auto 80px;
    max-width: 94%;
    z-index: 2
}

@media(min-width:480px) {
    #timeline .card {
        max-width: 60%;
        box-shadow: 0 1px 22px 4px rgba(0, 0, 0, .07)
    }
}

@media(min-width:720px) {
    #timeline .card {
        max-width: 40%
    }
}

@media(min-width:1000px) {
    #timeline .card {
        max-width: 300px;
        height: 270px;
        margin: 90px;
        margin-top: 45px;
        margin-bottom: 45px
    }
    #timeline .card:nth-child(odd) {
        margin-right: 45px
    }
    #timeline .card:nth-child(odd) .head:after {
        border-left-width: 15px;
        border-left-style: solid;
        left: 100%;
        top: 10px
    }
    #timeline .card:nth-child(odd) .head:before {
        left: 341.5px
    }
    #timeline .card:nth-child(even) {
        margin-left: 45px
    }
    #timeline .card:nth-child(even) .head:after {
        border-right-width: 15px;
        border-right-style: solid;
        right: 100%;
        top: 10px
    }
    #timeline .card:nth-child(even) .head:before {
        right: 339.5px
    }
    #timeline .card:nth-child(2) {
        margin-top: 180px
    }
}

#timeline .card .head {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-weight: 400;
    border-radius: .7rem .7rem 0 0;
    border-bottom: 1px solid #eee
}

#timeline .card .head.men {
    background-color: #0090d0
}

#timeline .card .head.men:after {
    color: #0090d0
}

#timeline .card .head.women {
    background-color: #df0072
}

#timeline .card .head.women:after {
    color: #df0072
}

#timeline .card .head .number-box {
    display: inline;
    float: left;
    margin: 15px;
    padding: 0;
    font-size: 16px;
    line-height: 16px
}

#timeline .card .head h2 {
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: inherit;
    letter-spacing: 2px;
    margin: 0;
    padding-bottom: 6px;
    line-height: 1rem
}

@media(min-width:480px) {
    #timeline .card .head h2 {
        font-size: 165%;
        line-height: 1.2rem
    }
}

#timeline .card .head h2 span {
    display: block;
    font-size: .6rem;
    margin: 0
}

@media(min-width:480px) {
    #timeline .card .head h2 span {
        font-size: .8rem
    }
}

#timeline .card .head.women~.body {
    background: #df0072
}

#timeline .card .head.men~.body {
    background: #0090d0
}

#timeline .card .body {
    border-radius: 0 0 .7rem .7rem;
    background: #fff;
    border: 1px solid rgba(191, 191, 191, .4);
    border-top: 0;
    padding: 15px
}

@media(min-width:1000px) {
    #timeline .card .body {
        height: 224px
    }
}

#timeline .card .body p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px
}

#timeline .card .body img {
    display: block;
    width: 100%
}