body {
    font-family: opensans;
    color: #3b3b3b;
}

h1 {
    font-family: worksans;
    text-transform: uppercase;
    letter-spacing: -0.1rem;
}

h1.fancy {
    font-family: worksans;
    position: relative;
    padding-bottom: 0.4em;
    margin-bottom: 0.2em;
}

h1.fancy.center {
    text-align: center;
}

h1.fancy:after {
    content: "";
    display: inline-block;
    height: 0.1em;
    width: 3em;
    position: absolute;
    bottom: 0.2em;
    left: 0;
}

h1.fancy.center:after {
    left: 50%;
    margin-left: -1.5em;
}

.background-clean h1.fancy:after {
    background: #00A6CF;
}

.background-image-first h1.fancy:after,
.background-image h1.fancy:after {
    background-color: #E70550;
    background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0, #E70550), color-stop(1, #B51B78));
    background-image: -webkit-repeating-linear-gradient(top left, #E70550 0%, #B51B78 100%);
    background-image: repeating-linear-gradient(to bottom right, #E70550 0%, #B51B78 100%);
    background-image: -ms-repeating-linear-gradient(top left, #E70550 0%, #B51B78 100%);
}

h2 {
    margin-bottom: 0.8em;
}

@media print, screen and (min-width: 40em) {
    h2, .h2 {
        font-size: 2rem;
    }
}

/*a.link-out {*/
/*display: inline-block;*/
/*}*/

/*a.link-out:before {*/
/*font-family: materialicon;*/
/*content: "\f054";*/
/*display: inline-block;*/
/*width: 1.5em;*/
/*height: 1.5em;*/
/*font-size: 1.2rem;*/
/*margin-right: 1em;*/
/*text-align: center;*/
/*background-color: #E70550;*/
/*background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0, #E70550), color-stop(1, #B51B78));*/
/*background-image: -webkit-repeating-linear-gradient(top left, #E70550 0%, #B51B78 100%);*/
/*background-image: repeating-linear-gradient(to bottom right, #E70550 0%, #B51B78 100%);*/
/*background-image: -ms-repeating-linear-gradient(top left, #E70550 0%, #B51B78 100%);*/
/*border-radius: 100em;*/
/*color: #FFF;*/
/*}*/

.main-logo {
}

.main-logo > img {
    width: 15em;
    margin: 1em;
}

.title-bar {
    background: transparent;
}


address {
    font-style: normal;
}

#button-open-menu {
    text-align: center;
    opacity: 0.9;
    font-family: materialicon;
    font-size: 2.2rem;
    position: fixed;
    top: 0.5em;
    right: 0.5em;
    display: block;
    width: 1.5em;
    height: 1.5em;
    cursor: pointer;
    border-radius: 2.5em;
    background: #EEE;
    z-index: 100;
    box-shadow: 1px 1px 1px 3px rgba(0, 0, 0, 0.1);
    background-color: #E70550;
    background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0, #E70550), color-stop(1, #B51B78));
    background-image: -webkit-repeating-linear-gradient(top left, #E70550 0%, #B51B78 100%);
    background-image: repeating-linear-gradient(to bottom right, #E70550 0%, #B51B78 100%);
    background-image: -ms-repeating-linear-gradient(top left, #E70550 0%, #B51B78 100%);
    color: #FFF;
}

body article {
    position: relative;
    min-height: 55em;
    overflow: hidden;
}

header {
    position: fixed;
    width: 100%;
    padding-bottom: 1em;
    z-index: 1000;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0.8) 20%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0.8) 20%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 20%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
}


#main-teaser {
    background: url(../assets/background_teaser.jpg);
    background-position: center center;
}

#main-teaser .back-image {
}

#vertigo-content-section {
    color: #FFF;
}

#vertigo-content-section .back-image {
    background: url(../assets/background_facts.jpg);
    filter: blur(15px) grayscale(1);
    width: 125%;
    height: 120%;
    margin: -5.2em;
}

.back-image {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-position-y: center;
    background-position-x: center;
    z-index: -30;
}

.background-clean {
    min-height: 40em;
}

.background-image,
.background-image-first {
    position: relative;
    background-attachment: fixed;
}

.background-image .grid-container,
.background-image-first .grid-container {
    padding: 9em 0em;
}


.background-image-first:after,
.background-image:after {
    -webkit-backface-visibility: hidden;
    -webkit-box-shadow: inset 0 8px 6px -6px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 8px 6px -6px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 8px 6px -6px rgba(0, 0, 0, 0.6);
}


.background-image:before,
.background-image-first:after,
.background-image:after {
    position: absolute;
    transform: rotate(-2.7deg);
    -ms-transform: rotate(-2.7deg);
    -webkit-transform: rotate(-2.7deg);
    -o-transform: rotate(-2.7deg);
    -moz-transform: rotate(-2.7deg);
    background-color: #fff;
    content: "";
    z-index: 3;
    display: inline-block;
    height: 7em;
    padding: 0;
    width: 101%;
}

.background-image:before {
    top: -2.9em;
}

.background-image:after,
.background-image-first:after,
header.background-image:after {
    bottom: -2.9em;
}

#description-content-section {
    background-color: #52d3aa;
    background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0, #3f95ea), color-stop(1, #52d3aa));
    background-image: -webkit-repeating-linear-gradient(top left, #3f95ea 0%, #52d3aa 100%);
    background-image: repeating-linear-gradient(to bottom right, #3f95ea 0%, #52d3aa 100%);
    background-image: -ms-repeating-linear-gradient(top left, #3f95ea 0%, #52d3aa 100%);
    color: #FFF;
}

article {
    padding: 2em 0rem;
}

article.background-image-first {
    padding: 0em 0rem;
}


article h2 {
    margin-bottom: 2em;
}

span.num-icon {
    display: inline-block;
    height: 1.6em;
    width: 1.6em;
    vertical-align: center;
    text-align: center;
    background-color: #E70550;
    background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0, #E70550), color-stop(1, #B51B78));
    background-image: -webkit-repeating-linear-gradient(top left, #E70550 0%, #B51B78 100%);
    background-image: repeating-linear-gradient(to bottom right, #E70550 0%, #B51B78 100%);
    background-image: -ms-repeating-linear-gradient(top left, #E70550 0%, #B51B78 100%);
    border-radius: 100em;
    color: #FFF;
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

nav ul li a {
    font-size: 1.2rem;
    display: block;
    padding: 1em 1.2em;
    font-family: worksans;
    color: #3b3b3b;
}

nav ul li a:hover {
    background-color: #E70550;
    background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0, #E70550), color-stop(1, #B51B78));
    background-image: -webkit-repeating-linear-gradient(top left, #E70550 0%, #B51B78 100%);
    background-image: repeating-linear-gradient(to bottom right, #E70550 0%, #B51B78 100%);
    background-image: -ms-repeating-linear-gradient(top left, #E70550 0%, #B51B78 100%);
    color: #FFF;
}

#vertigo-content-section .big-number {
    font-size: 5rem;
    font-family: worksans;
}

#vertigo-content-section .big-number-suffix {
    font-size: 2rem;
    font-family: worksans;
}


.text-center {
    text-align: center;
}


.panel-dark {
    background: rgba(0, 0, 0, 0.6);
}

.panel-blue {
    background: rgba(0, 166, 207, 0.6);
}

.panel-blue h3 {
    color: #FFF;
    /*color: #E70550;*/
}

.panel-reveal {
    position: relative;
    overflow: hidden;
    min-height: 20rem;
}

.panel-reveal > div {
    padding: 0.9375rem;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    transition: transform 0.3s;

}

.panel-reveal .panel-reveal-page-1 {
    text-align: center;
}

.panel-reveal > div:nth-child(2) {
    left: 100%;
    background: #FFF;
}

.panel-reveal:hover > div:nth-child(2) {
    transform: translate(-100%);
    background: #eaeaea;
}

footer {
    background-color: #f1f1f1;
    min-height: 10em;
}

footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: center;
    display: inline-block;
}

footer ul li {
    float: left;
}

footer ul li a {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 1em;
    margin: 1em;
    text-decoration: none;
    color: #3b3b3b;
}

footer ul li a:hover {
    color: #E70550;
}


footer div {
    text-align: center;
}

.button {
    background-color: transparent;
    color: #E70550;
    font-size: 1.2rem;
    border: #E70550 0.15em solid;
    border-radius: 300em;
    padding: 1.2em;
    transition: all 0.3s ease-out;
}

.button:hover, .button:focus {
    background-color: #E70550;
    background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0, #E70550), color-stop(1, #B51B78));
    background-image: -webkit-repeating-linear-gradient(top left, #E70550 0%, #B51B78 100%);
    background-image: repeating-linear-gradient(to bottom right, #E70550 0%, #B51B78 100%);
    background-image: -ms-repeating-linear-gradient(top left, #E70550 0%, #B51B78 100%);
    border: transparent 0.15em solid;
    color: #FFF;
    position: relative;
}

.main-teaser-button {
    display: block;
    margin: auto;
}

/* Small only */
@media screen and (max-width: 39.9375em) {

    header {
        background: #FFF;
        padding-bottom: 0;
    }

    #main-menu li {
        display: block;
        width: 100%;
        padding: 0.2em;
    }

    h1 {
        font-size: 2.5rem;
    }

    .panel-reveal {
        position: relative;
        overflow: hidden;
        min-height: 20rem;
    }

    .panel-reveal > div {
        position: absolute;
        width: 50%;
        height: 100%;
        top: 0;
        transition: transform 0.3s;

    }


    .panel-reveal .panel-reveal-page-1 {
        text-align: center;
        width: 50%;
    }

    .panel-reveal > div:nth-child(2) {
        width: 50%;
        left: 50%;
        background-color: #f1f1f1;
    }

    .panel-reveal:hover > div:nth-child(2) {
        transform: none;
        background-color: #f1f1f1;
    }
}




