/*
 * generic settings
 */
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    background: #fff;
    color: #464f6b;
    font-size: 17px;
    line-height: 29px;
}

img {
    height: auto;
    max-width: 100%;
    width: auto;
}

h1 {
    margin: 0;
}

h2 {
    margin-top: 0;
}

@media screen and (min-width: 900px) {
    h2 {
        text-align: center;
    }
}

a {
    color: #29a5c1;
    text-decoration: none;
    background-color: transparent;
    background-image: -webkit-linear-gradient(top, transparent 49%, #29a5c1 50%);
    background-image: linear-gradient(to bottom, transparent 49%, #29a5c1 50%);
    background-repeat: repeat-x;
    background-size: 2px 2px;
    background-position: 0 90%;
    text-shadow: -2px 0 #fff, -1px 0 #fff, 1px 0 #fff, 2px 0 #fff;

    -webkit-transition: color .15s ease;
    -moz-transition: color .15s ease;
    transition: color .15s ease;
}

a:hover,
a:focus,
a:active {
    background-image: -webkit-linear-gradient(top,transparent 49%,#464f6b 50%);
    background-image: linear-gradient(to bottom,transparent 49%,#464f6b 50%);
    color: #464f6b;
}

a:focus,
a:active {
    outline: 1px solid rgba(145, 222, 240, 0.5);
}

a img {
    border: none;
}

/*@-webkit-keyframes target-fade {
    0% { background-color: rgba(55, 157, 156, 0.23); }
    100% { background-color: rgba(0, 0, 0, 0); }
}
@-moz-keyframes target-fade {
    0% { background-color: rgba(55, 157, 156, 0.23); }
    100% { background-color: rgba(0, 0, 0, 0); }
}

@keyframes target-fade {
    0% { background-color: rgba(55, 157, 156, 0.23); }
    100% { background-color: rgba(0, 0, 0, 0); }
}

:target {
    -webkit-animation: target-fade 0.5s ease;
    -moz-animation: target-fade 0.5s ease;
    animation: target-fade 0.5s ease;
}*/

/*
 * layout framework
 */
body > section > * > div {
    margin: 0 auto;
    max-width: 1000px;
    max-width: calc(8% + 980px);
    padding-left: 4%;
    padding-right: 4%;
    width: 100%;
}

.columns {
    font-size: 0;
}

.columns > * {
    font-size: 17px;
}

@media screen and (min-width: 760px) {
    .columns-2.columns-2.columns-2 {
        margin-left: -5%;
        width: 105%;
    }

    .columns-2.columns-2.columns-2 > * {
        clear: none;
        display: inline-block;
        float: none;
        min-width: 250px;
        vertical-align: top;
        margin-left: 5%;
        width: 45%;
    }
}

@media screen and (min-width: 900px) {
    .columns-3.columns-3.columns-3 {
        margin-left: -10%;
        width: 110%;
    }

    .columns-3.columns-3.columns-3 > * {
        display: inline-block;
        vertical-align: top;
        margin-left: 10%;
        min-width: 200px;
        width: 23.33333%;
    }

    .columns-4.columns-4.columns-4 > * {
        width: 25%;
    }
}


/*
 * typography
 */
.wf-active body {
    /*  Galaxie Polaris Book */
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.section-1 h3 {
    /*Galaxie Polaris Medium*/
    font-weight: 600;
}

h2,
h3 {
    font-weight: normal;
}

h2 {
    /*Galaxie Polaris Light*/
    font-weight: 300;
    font-size: 40px;
    line-height: 46px;
}

@media screen and (min-width: 760px) {
    h2 {
        margin-bottom: 60px;
    }
}

@media screen and (min-width: 900px) {
    h2 {
        font-size: 54px;
        line-height: 59px;
        margin-bottom: 103px;
    }
}

.no-list {
    list-style: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

.no-break {
    white-space: nowrap;
}

.a-hidden {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    padding:0 !important;
    border:0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}

.small-print.small-print {
    font-size: 14px;
    line-height: 28px;
}


/*
 * sections
 */
[class*="section-"] {
    padding-bottom: 30px;
    padding-top: 30px;
}

@media screen and (min-width: 900px) {
    [class*="section-"] {
        padding-bottom: 62px;
        padding-top: 55px;
    }
}

header,
.section-2,
.section-4,
header > *,
.section-2 > *,
.section-4 > * {
    position: relative;
}

header:before,
.section-2:before,
.section-4:before {
    background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0.23) 0%, rgba(155,157,156,0.23) 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,0.23)), color-stop(100%,rgba(155,157,156,0.23))); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0.23) 0%,rgba(155,157,156,0.23) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,0.23) 0%,rgba(155,157,156,0.23) 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,0.23) 0%,rgba(155,157,156,0.23) 100%); /* IE10+ */
    background: radial-gradient(ellipse at center, rgba(255,255,255,0.23) 0%,rgba(155,157,156,0.23) 100%);
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

header,
.section-2 {
    background: #ddf9ff;
}

header a,
.section-2 a {
    text-shadow: -2px 0 #ddf9ff, -1px 0 #ddf9ff, 1px 0 #ddf9ff, 2px 0 #ddf9ff;
}

/* ------- header */
body > section > header {
    padding-bottom: 30px;
    padding-top: 40px;
}

@media screen and (min-width: 680px) {
    body > section > header {
        padding-bottom: 30px;
    }

    body > section > header> div {
        font-size: 0;
    }

    body > section > header h1 {
        display: inline-block;
        font-size: 20px;
        margin-left: -23px;
        max-width: 362px;
        vertical-align: middle;
        width: 50%;
    }
}

@media screen and (min-width: 900px) {
    body > section > header {
        padding-top: 34px;
    }
}

body > section > header p {
    font-size: 38px;
    line-height: 49px;
    margin-bottom: 0;
    margin-top: 0;
}

body > section > header p b {
    color: #29a5c1;
    font-weight: normal;
}

@media screen and (min-width: 680px) {
    body > section > header p {
        display: inline-block;
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 0;
        text-align: center;
        vertical-align: middle;
        width: 50%;
    }
}

@media screen and (min-width: 760px) {
    body > section > header p {
        font-size: 38px;
        line-height: 49px;
        padding-bottom: 21px;
    }
}

body > section > header img {
    margin-left: -20px;
    margin-top: -30px;
}

@media screen and (min-width: 680px) {
    body > section > header img {
        margin-left: 0;
        margin-top: 0;
    }
}

/* ------- how can we help? */
@media screen and (min-width: 900px) {
    .section-1 .illustration:before {
        display: block;
        margin-bottom: 34px;
        position: relative;
        width: 100%;
    }

    .we-can-help-e-shop:before {
        content: url(../imgs/illustrations/man-with-shopping-cart.png) !important;
    }

    .we-can-help-videoconference:before {
        content: url(../imgs/illustrations/videoconference-man.png) !important;
        left: 5.5%;
        margin-top: 34px;
    }

    .we-can-help-other:before {
        content: url(../imgs/illustrations/man-with-w3w.png) !important;
        left: 15%;
        margin-top: 12px;
    }
}

.section-1 h3 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 5px;
}

.section-1 h3 br {
    display: none;
}

@media screen and (min-width: 900px) {
    .section-1 h3 br {
        display: block;
    }
}

.section-1 .call-to-action > * {
    margin: 8px 0 17px;
    padding: 0;
    width: 200px;
}

.section-1 .columns > *:last-child .call-to-action > * {
    margin-bottom: 0;
}

@media screen and (min-width: 760px) {
    .section-1 .call-to-action > *,
    .section-1 .columns > *:last-child .call-to-action > * {
        margin-bottom: 0;
        margin-top: 0;
    }
}

@media screen and (min-width: 900px) {
    .section-1 .columns.columns.columns {
        display: table;
        margin-left: 0;
        table-layout: fixed;
        width: 100%;
    }

    .section-1 .columns.columns.columns > * {
        display: table-cell;
        margin-left: 0;
        padding: 0 3% 90px;
        position: relative;
        text-align: center;
    }

    .section-1 p {
        line-height: 25px;
    }

    .section-1 .columns .call-to-action {
        bottom: 0;
        left: 0;
        margin: 0;
        position: absolute;
        width: 100%;
    }

    .section-1 .columns > *:first-child > * {
        left: -6%;
        position: relative;
    }

    .section-1 .columns > *:first-child > .call-to-action {
        left: -5%;
        position: absolute;
    }

    .section-1 .columns > *:last-child > *,
    .section-1 .columns > *:last-child > .call-to-action {
        left: 6%;
        position: relative;
    }

    .section-1 .columns > *:last-child > .call-to-action {
        position: absolute;
    }

    .section-1 .call-to-action > * {
        margin-bottom: 0;
    }
}


/* ------- contacts */
@media screen and (min-width: 900px) {
    .section-2 {
        padding-top: 60px;
    }

    .section-2 h2 {
        margin-bottom: 87px;
    }
}

.section-2 .columns:before,
.section-2 .columns:after {
    content: '';
    display: table;
}

.section-2 .columns:after {
    clear: both;
}

.section-2 .columns > div {
    margin-bottom: 50px;
    text-align: center;
}

.section-2 .columns > div:last-child {
    margin-bottom: 20px;
}

@media screen and (min-width: 900px) {
    .section-2 .columns > div,
    .section-2 .columns > div:last-child {
        margin-bottom: 0;
    }
}

[itemtype="http://schema.org/Person"] .image {
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
}

@media screen and (min-width: 900px) {
    [itemtype="http://schema.org/Person"] .image {
        margin-bottom: 18px;
    }
}

[itemtype="http://schema.org/Person"] ul {
    margin-bottom: 0;
    margin-top: 0;
}

.section-2 [itemprop="jobTitle"] {
    font-size: 32px;
    line-height: 42px;
}

.section-2 [itemprop="name"] {
    margin-bottom: 10px;
    margin-top: 10px;
}

.section-2 [itemprop="name"],
.section-2 [itemprop="email"] {
    font-size: 22px;
    line-height: 26px;
}

.section-2 [itemprop="telephone"] {
    background: none;
    color: #464f6b !important;
    cursor: default !important;
    font-size: 21px;
    line-height: 35px;
}

.section-2 [itemprop="telephone"]:hover,
.section-2 [itemprop="telephone"]:focus,
.section-2 [itemprop="telephone"]:active {
    text-decoration: none !important;
}


/* ------- references */
@media screen and (min-width: 900px) {
    .section-3 {
        padding-bottom: 65px;
        padding-top: 73px;
    }

    .section-3 h2 {
        margin-bottom: 43px;
        text-align: left;
    }

    .section-3 h2 ~ * {
        padding-right: 15%;
    }

    .section-3 .illustration,
    .section-3 .inner-section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .section-3 .inner-section {
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .section-3 .illustration:before,
    .section-3 .inner-section,
    .section-3 .inner-section > * {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        align-self: auto;
    }

    .section-3 .illustration:before {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41%;
    }

    .section-3 .illustration:before {
        background-image: url(../imgs/illustrations/man-with-trophy.png);
        background-position: 10% 0;
        background-repeat: no-repeat;
        background-size: contain;
        min-height: 594px;
    }

    /* references container */
    .section-3 div + div {
        position: relative;
    }

    .section-3 .references {
        bottom: 0;
        margin-left: -26%;
        position: absolute;
        width: 126%;
    }
}

.section-3 li {
    display: inline-block;
    padding: 15px 20px;
    vertical-align: middle;
    width: 50%;
}

@media screen and (min-width: 900px) {
    .section-3 li {
        padding-bottom: 0;
    }
}

.section-3 li span {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    display: block;
    text-align: center;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.section-3 li img {
    -webkit-filter: grayscale(1) !important;
    -moz-filter: grayscale(1) !important;
    -ms-filter: grayscale(1) !important;
    filter: grayscale(1) !important;
    display: block;
    margin: 0 auto;
    opacity: 0.65;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.section-3 li span:hover img {
    -webkit-filter: grayscale(0) !important;
    -moz-filter: grayscale(0) !important;
    -ms-filter: grayscale(0) !important;
    filter: grayscale(0) !important;
    opacity: 1;
}


/* ------- contact details */
.section-4 {
    padding-bottom: 0;
}

@media screen and (min-width: 760px) {
    .section-4 {
        overflow: hidden;
        padding-top: 65px;
    }

    .section-4 h2 {
        margin-bottom: 65px;
    }
}

.section-4:before {
    opacity: 0.6;
}

.section-4 [itemtype="http://schema.org/ImageObject"] {
    margin: 36px 0 20px;
}

@media screen and (min-width: 900px) {
    .section-4 [itemtype="http://schema.org/ImageObject"] {
        margin: 20px 0 0;
    }

    .section-4 [itemtype="http://schema.org/ImageObject"] .image {
        margin-left: 2%;
    }
}

.section-4 h3 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 10px;
    margin-top: 22px;
}

.section-4 h3 + div {
    font-size: 20px;
    line-height: 29px;
}

.section-4 h3 + div + h3 {
    margin-top: 36px;
}

.section-4 p {
    margin: 0;
}

.section-4 [itemprop="address"] + p {
    margin-bottom: 10px;
}

.section-4 .small-print {
    line-height: 20px;
    margin-top: 5px;
}

@media screen and (min-width: 900px) {
    .section-4 .small-print {
        line-height: inherit;
        margin-top: 0;
    }
}

.section-4 a {
    text-shadow: -2px 0 #eee, -1px 0 #eee, 1px 0 #eee, 2px 0 #eee;
}

/* ------- footer */
body > section > footer {
    background: #fd7061;
    color: #fff;
    font-size: 14px;
    padding-bottom: 22px;
    padding-top: 22px;
    text-align: center;
}

body > section > footer p {
    margin: 0;
}


/*
 * call to action
 */
.call-to-action > * {
    background: #fd7061;
    border: 2px solid #fff;
    border-radius: 33px;
    color: #fff;
    display: inline-block;
    font-size: 24px;
    line-height: 66px;
    padding: 0 30px;
    text-align: center;
    text-shadow: none;
}

.call-to-action > *:hover,
.call-to-action > *:focus,
.call-to-action > *:active {
    color: #fff;
    text-decoration: none;
}

.call-to-action > *:hover {
    background: #fd7061;
    border-color: #fd7061;
}

.call-to-action > *:focus,
.call-to-action > *:active {
    background: #000;
    border-color: #000;
    outline: none;
}


/*
 * illustrations
 */
@media screen and (min-width: 900px) {
    .illustration:before {
        content: '';
        display: inline-block;
        max-width: 100%;
    }
}


/*
 * images
 */
.image {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border: 10px solid #fff;
    box-shadow: 1px 1px 0 #B4B5AF;
    display: inline-block;
}

@media screen and (min-width: 760px) {
    .image {
        padding: 10px;
    }
}

.image img {
    -webkit-filter: grayscale(1) !important;
    -moz-filter: grayscale(1) !important;
    -ms-filter: grayscale(1) !important;
    filter: grayscale(1) !important;
    display: block;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.image:hover img {
    -webkit-filter: grayscale(0) !important;
    -moz-filter: grayscale(0) !important;
    -ms-filter: grayscale(0) !important;
    filter: grayscale(0) !important;

}


/*
 * map
 */
[itemprop="hasMap"] {
	position: relative;
    margin-top: 30px;
    padding: 0 0 43%;
    padding-bottom: 50vh;
    max-width: none;
}

@media screen and (min-width: 900px) {
    [itemprop="hasMap"] {
        margin-top: 112px;
    }
}

[id="locationMap"] {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}

[id="locationMap"] > a {
    background: none;
    display: block;
    height: 350px;
    overflow: hidden;
    position: relative;
}

@media screen and (min-width: 900px) {
    [id="locationMap"] > a {
        height: 498px;
    }
}

[id="locationMap"] > a > img {
    bottom: -9999px;
    left: -9999px;
    margin: auto;
    max-height: 100%;
    max-width: none;
    position: absolute;
    right: -9999px;
    top: -9999px;
}


/* header badge */
header .badge {
    bottom: 0;
    left: 0;
    margin: 0 auto;
    max-width: 1000px;
    position: absolute;
    right: 0;
    width: 96%;
}

header .badge a {
    background: #fd7061;
    border-radius: 50%;
    bottom: -2.3em;
    color: #fff;
    display: block;
    font-size: 24px;
    line-height: 6.5em;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-shadow: none;
    width: 6.5em;

    -moz-transform:rotate(-15deg);
    -webkit-transform:rotate(-15deg);
    -ms-transform:rotate(-15deg);
    transform: rotate(-15deg);
}

header .badge a span {
    display: inline-block;
    line-height: 1.4;
    font-size: 26px;
    font-weight: 600;
    padding-bottom: 0.4em;
    vertical-align: middle;
}

header .badge a:hover,
header .badge a:focus,
header .badge a:active {
    background: #f06253;
}

@media screen and (max-width: 980px) {
    body > section > .has-badge h1 + p {
        padding-right: 20px;
    }
}

@media screen and (max-width: 760px) {
    header .badge,
    header .badge a {
        position: static;
    }

    header .badge {
        width: 100%;
    }

    header .badge a {
        margin: 20px 4% 0;
    }
}