@charset "UTF-8";

@font-face {
    font-family: 'FontAwesome';
    src: url('../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),
        url('../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
        url('../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),
        url('../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
        url('../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

body {
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    line-height: normal;
    letter-spacing: 0;
    font-weight: 300;
    background-color: #ffffff;
    -webkit-transition: all 1.2s ease-in-out;
    -moz-transition: all 1.2s ease-in-out;
    -ms-transition: all 1.2s ease-in-out;
    -o-transition: all 1.2s ease-in-out;
    transition: all 1.2s ease-in-out;
    opacity: 0;
}

body.c7n-loaded {
    opacity: 1;
}

body.cke_editable {
    background-color: #FFFFFF;
    opacity: 1;
    font-family: 'Arial', sans-serif;
    transition: none;
}

::-moz-selection {
    background: #9e9e9e;
    text-shadow: none;
    color: #ffffff;
}

::selection {
    background: #9e9e9e;
    text-shadow: none;
    color: #ffffff;
}


.c7n-content-tpl {
    padding-bottom: 30px;
}


.c7n-center-vertically {
    left: 50%;
    position: relative;
    top: 50%;
    transform: translate(-50%, -50%);
}

hr.c7n-backend-only {
    margin: 0;
    padding: 0;
    height: 0;
    visibility: hidden;
    display: block;
    width: 100%;

    clear: both;
}

#c7n-scroll-down {
    width: 30px;
    height: auto;
    z-index: 200;
    position: absolute;
    top: calc(100vh - 180px);
    left: calc(50% - 15px);
    left: 30px;
    -webkit-animation-name: up-down;
    animation-name: up-down;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: block;
    cursor: pointer;
}

#c7n-scroll-down img {
    height: auto;
    width: 20px;
}

@-webkit-keyframes up-down {
    0% {
        -webkit-transform: translateY(0%);
    }

    50% {
        -webkit-transform: translateY(-20%);
    }

    100% {
        -webkit-transform: translateY(0%);
    }
}

@keyframes up-down {
    0% {
        transform: translateY(0%);
    }

    50% {
        transform: translateY(-20%);
    }

    100% {
        transform: translateY(0%);
    }
}

#browser-note.c7n-show {
    top: 0px !important;
    position: fixed;
    opacity: 1;
    z-index: 9999;
}

#browser-note {
    font-size: 0.9em !important;
    line-height: 1.4em !important;
    color: rgba(255,255,255,1) !important;
    background-color: rgb(227, 6, 28) !important;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(29,29,29,0.25) !important;
    -moz-box-shadow: 0px 2px 10px 0px rgba(29,29,29,0.25 !important);
    box-shadow: 0px 2px 10px 0px rgba(29,29,29,0.25) !important;
    padding: 15px !important;
    width: 100% !important;
    right: 0px !important;
    font-family: 'Roboto', arial, sans-serif;
    top: -200px !important;
    text-align: center;
    -webkit-transition: all 1.2s ease-in-out;
    -moz-transition: all 1.2s ease-in-out;
    -ms-transition: all 1.2s ease-in-out;
    -o-transition: all 1.2s ease-in-out;
    transition: all 1.2s ease-in-out;
    opacity: 0;
    position: absolute;
    z-index: 9999;
}

.c7n-image-left:before,
.c7n-image-right:before,
.c7n-image-left:after,
.c7n-image-right:after {
    position: absolute;
    width: 100%;
    height: 150px;
    content: '';
    padding: 0px;
    z-index: 950;
    pointer-events: none;
}

.c7n-image-left:before,
.c7n-image-right:before {
    margin: 0px;
    background: -moz-linear-gradient(top, rgba(245, 245, 245, 1) 0%, rgba(245, 245, 245, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(245, 245, 245, 1) 0%, rgba(245, 245, 245, 0) 100%);
    background: linear-gradient(to bottom, rgba(245, 245, 245, 1) 0%, rgba(245, 245, 245, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
}

.c7n-image-left:after,
.c7n-image-right:after {
    margin: -150px 0px;
    background: -moz-linear-gradient(top, rgba(245, 245, 245, 0) 0%, rgba(245, 245, 245, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(245, 245, 245, 0) 0%, rgba(245, 245, 245, 1) 100%);
    background: linear-gradient(to bottom, rgba(245, 245, 245, 0) 0%, rgba(245, 245, 245, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}

.c7n-logo-top {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 999;
}

header {
    position: fixed;
    width: 100%;
    padding: 10px 0px;
    text-align: center;
    z-index: 999;
    background-color: #f3f3f3;
}

main {
    position: relative;
    width: 100%;
    padding: 0px;
    background-color: #f3f3f3;
}

header::after {
    position: absolute;
    width: 100%;
    content: " ";
    display: block;
    border-top: 1px solid #EEEEEE;
    margin: 10px 0px;
}

footer {
    position: relative;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-family: 'Oswald', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    z-index: 999;
}

footer::before {
    position: absolute;
    width: 100%;
    content: " ";
    display: block;
    border-top: 1px solid #EEEEEE;
}

.c7n-image {
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    height: 100%;
    width: 100%;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.c7n-headline-left-number {
    float: right;
    padding-right: 80px;
    bottom: 0;
    position: absolute;
    right: 0;
}    

@media (min-width: 768px) {
    .c7n-image-left:hover .c7n-headline-left-number, .c7n-image-left:hover .c7n-headline-left {
        color: #e40017;
    }

    .c7n-image-right:hover .c7n-headline-right {
        color: #D64521;
    }
}


.c7n-image::after {
    content: '';
    display: block;
}

.c7n-image-left,
.c7n-image-right {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0px;
}

.c7n-logo-left,
.c7n-logo-right {
    position: absolute;
    width: auto;
    padding: 10px;
    z-index: 975;
}

.c7n-logo-left {
    left: 0;
}

.c7n-logo-right {
    right: 0;
}

.c7n-headline-left,
.c7n-headline-right {
    position: absolute;
    width: 100%;
    bottom: 25px;
    padding: 10px;
    font-size: 3rem;
    z-index: 975;
}

.c7n-headline-left {
    text-align: left;
}

.c7n-headline-right {
    text-align: right;
}

.c7n-link,
.c7n-link:hover{
    color: #000000;
    text-decoration: none;
}

/* Mobile | iPhone - Portrait */
@media (max-width: 575px) {


    main {
        min-height: 100%;
    }

    header {
        height: 75px;
    }

    footer {
        top: 75px;
    }

    .c7n-image::after {
        /*padding-bottom: calc(100vh - 75px);*/
    }

    .c7n-image {
        /*height: calc(100vh - 125px);*/
    }

    .c7n-headline-left-number {
        font-size: 4rem;
        width: unset;
        margin: unset;
        padding-left: 5px;
        display: unset;
        position: unset;
        float: unset;
        padding-right: unset;
    }

    .c7n-scroll-down {
        display: none;
    }

    .c7n-image-right .c7n-image {
        height: calc(100vh - 125px);
    }

    .c7n-image-left,
    .c7n-image-right {
        top: 75px;
    }

    .c7n-logo-left,
    .c7n-logo-right {
        height: 90px;
    }

    .c7n-headline-left,
    .c7n-headline-right {
        bottom: 25px;
        font-size: 3rem;
        text-align: center;
    }
}

/* Mobile | iPhone - Landscape */
@media (min-width: 576px) {
    #c7n-scroll-down img {
        display: none;
    }

    .c7n-headline-left-number {
        padding-right: 25px;
    }

    main {
        min-height: 100%;
    }

    header {
        height: 60px;
    }

    .c7n-image::after {
        padding-bottom: calc(100vh - 60px);
    }

    .c7n-image-left,
    .c7n-image-right {
        top: 60px;
    }

    .c7n-logo-left,
    .c7n-logo-right {
        height: 90px;
    }

    .c7n-headline-left,
    .c7n-headline-right {
        bottom: 0px;
        font-size: 2rem;
    }
}

/* Mobile | iPad - Portrait */
@media (min-width: 768px) {
    main {
        height: calc(100vh - 50px);
        min-height: calc(100vh - 50px);
    }

    header {
        height: 90px;
    }

    .c7n-image::after {
        padding-bottom: calc(100vh - 490px);
    }

    .c7n-image-left,
    .c7n-image-right {
        top: 90px;
    }

    .c7n-logo-left,
    .c7n-logo-right {
        height: 90px;
    }

    .c7n-headline-left,
    .c7n-headline-right {
        bottom: 0px;
        font-size: 3rem;
    }
}

@media (max-width: 992px) and (min-width: 576px) {
    .c7n-headline-left-number {
        float: right;
        font-size: 4rem;
        bottom: 0;
        position: absolute;
        right: 0;
    }
}

/* Mobile | iPad - Landscape */
@media (min-width: 992px) {

    header {
        height: 90px;
    }

    .c7n-headline-left-number{
        font-size: 8vw; 
    }

    .c7n-image::after {
        padding-bottom: calc(100vh - 140px);
    }

    .c7n-image-left,
    .c7n-image-right {
        top: 90px;
    }

    .c7n-logo-left,
    .c7n-logo-right {
        height: 100px;
    }

    .c7n-headline-left,
    .c7n-headline-right {
        bottom: 00px;
        font-size: 2.8rem;
    }
}

@media (max-width: 1199px) {
    .c7n-headline-left-number {
        color: #e40017;
    }
}

/* Desktop */
@media (min-width: 1200px) {
    header {
        height: 90px;
    }

    .c7n-image::after {
        padding-bottom: calc(100vh - 140px);
    }

    .c7n-image-left,
    .c7n-image-right {
        top: 90px;
    }

    .c7n-image {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        -webkit-transition: .125s ease-in-out;
        transition: .125s ease-in-out;
    }

    .c7n-image:hover {
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
    }

    .c7n-logo-left,
    .c7n-logo-right {
        height: 130px;
    } 

    .c7n-logo-left {
        height: 145px;
    }

    .c7n-headline-left,
    .c7n-headline-right {
        bottom: 00px;
        font-size: 4rem;
    }

    .c7n-headline-left-number {
        padding-right: 80px;
    }
}