@charset "UTF-8";
@media print {
    .print {
        display: none;
    }
}

/* normalize.css v5.0.0 */
* {
    box-sizing: border-box;
}
button,
hr,
input {
    overflow: visible;
}
audio,
canvas,
progress,
video {
    display: inline-block;
}
progress,
sub,
sup {
    vertical-align: baseline;
}
[type="checkbox"],
[type="radio"],
legend {
    box-sizing: border-box;
    padding: 0;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
    outline-width: 0;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
dfn {
    font-style: italic;
}
mark {
    background-color: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
img {
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
select {
    text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: ButtonText dotted 1px;
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal;
}
textarea {
    overflow: auto;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
summary {
    display: list-item;
}
[hidden],
template {
    display: none;
}

/* azr_standard.css v3.0.0 */
BODY,
HTML {
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
BODY {
    display: block;
}
A:focus {
    -moz-outline-style: none;
    outline: 0;
}
H1,
H2,
H3,
H4,
H5,
H6 {
    margin: 0;
    padding: 0;
}
HR {
    height: 0;
    border-width: 0;
    border-top: 1px solid #000;
}
iframe,
iframe[seamless] {
    margin: 0;
    background-color: transparent;
    border: 0 transparent;
    padding: 0;
    overflow: hidden;
}
.desktop {
    display: block;
}
.mobile {
    display: none;
}
.clear {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}
.table,
.table .cell {
    width: 100%;
    height: 100%;
}
.table {
    display: table;
}
.table .cell {
    display: table-cell;
    vertical-align: middle;
}
.middle {
    margin: auto;
    width: 96%;
    max-width: 1440px;
    padding: 0;
}
#content P:first-of-type,
.content P:first-of-type,
.text P:first-of-type {
    margin-top: 0;
    padding-top: 0;
}
#content P:last-of-type,
.content P:last-of-type,
.text P:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
}
#content P:only-child,
.content P:only-child,
.text P:only-child {
    padding: 0;
    margin: 0;
}
img {
    max-width: 100%;
}

/* azr_grid */
.col-1 {
    width: 8.33%;
}
.col-2 {
    width: 16.66%;
}
.col-3 {
    width: 25%;
}
.col-4 {
    width: 33.33%;
}
.col-5 {
    width: 41.66%;
}
.col-6 {
    width: 50%;
}
.col-7 {
    width: 58.33%;
}
.col-8 {
    width: 66.66%;
}
.col-9 {
    width: 75%;
}
.col-10 {
    width: 83.33%;
}
.col-11 {
    width: 91.66%;
}
.col-12 {
    width: 100%;
}
[class*="col-"] {
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.row {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.row::after {
    content: "";
    clear: both;
    display: table;
}

/* azr_loader */
.azrload-box-loading:after,
.azrload-box-loading:before {
    content: "";
    width: 49px;
    position: absolute;
    left: 0;
}
.azrload-box-loading {
    width: 49px;
    height: 49px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.azrload-box-loading:before {
    height: 5px;
    background: #000;
    opacity: 0.1;
    top: 58px;
    border-radius: 50%;
    animation: shadow 0.58s linear infinite;
    -o-animation: shadow 0.58s linear infinite;
    -ms-animation: shadow 0.58s linear infinite;
    -webkit-animation: shadow 0.58s linear infinite;
    -moz-animation: shadow 0.58s linear infinite;
}
.azrload-box-loading:after {
    height: 49px;
    background: linear-gradient(150deg, #ff8671 15%, #ff5c40 94%);
    top: 0;
    border-radius: 3px;
    animation: azrload-animate 0.58s linear infinite;
    -o-animation: azrload-animate 0.58s linear infinite;
    -ms-animation: azrload-animate 0.58s linear infinite;
    -webkit-animation: azrload-animate 0.58s linear infinite;
    -moz-animation: azrload-animate 0.58s linear infinite;
}
@keyframes azrload-animate {
    17% {
        border-bottom-right-radius: 3px;
    }
    25% {
        transform: translateY(9px) rotate(22.5deg);
    }
    50% {
        transform: translateY(18px) scale(1, 0.9) rotate(45deg);
        border-bottom-right-radius: 39px;
    }
    75% {
        transform: translateY(9px) rotate(67.5deg);
    }
    100% {
        transform: translateY(0) rotate(90deg);
    }
}
@-o-keyframes azrload-animate {
    17% {
        border-bottom-right-radius: 3px;
    }
    25% {
        -o-transform: translateY(9px) rotate(22.5deg);
    }
    50% {
        -o-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
        border-bottom-right-radius: 39px;
    }
    75% {
        -o-transform: translateY(9px) rotate(67.5deg);
    }
    100% {
        -o-transform: translateY(0) rotate(90deg);
    }
}
@-ms-keyframes azrload-animate {
    17% {
        border-bottom-right-radius: 3px;
    }
    25% {
        -ms-transform: translateY(9px) rotate(22.5deg);
    }
    50% {
        -ms-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
        border-bottom-right-radius: 39px;
    }
    75% {
        -ms-transform: translateY(9px) rotate(67.5deg);
    }
    100% {
        -ms-transform: translateY(0) rotate(90deg);
    }
}
@-webkit-keyframes azrload-animate {
    17% {
        border-bottom-right-radius: 3px;
    }
    25% {
        -webkit-transform: translateY(9px) rotate(22.5deg);
    }
    50% {
        -webkit-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
        border-bottom-right-radius: 39px;
    }
    75% {
        -webkit-transform: translateY(9px) rotate(67.5deg);
    }
    100% {
        -webkit-transform: translateY(0) rotate(90deg);
    }
}
@-moz-keyframes azrload-animate {
    17% {
        border-bottom-right-radius: 3px;
    }
    25% {
        -moz-transform: translateY(9px) rotate(22.5deg);
    }
    50% {
        -moz-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
        border-bottom-right-radius: 39px;
    }
    75% {
        -moz-transform: translateY(9px) rotate(67.5deg);
    }
    100% {
        -moz-transform: translateY(0) rotate(90deg);
    }
}
@keyframes shadow {
    0%,
    100% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.2, 1);
    }
}
@-o-keyframes shadow {
    0%,
    100% {
        -o-transform: scale(1, 1);
    }
    50% {
        -o-transform: scale(1.2, 1);
    }
}
@-ms-keyframes shadow {
    0%,
    100% {
        -ms-transform: scale(1, 1);
    }
    50% {
        -ms-transform: scale(1.2, 1);
    }
}
@-webkit-keyframes shadow {
    0%,
    100% {
        -webkit-transform: scale(1, 1);
    }
    50% {
        -webkit-transform: scale(1.2, 1);
    }
}
@-moz-keyframes shadow {
    0%,
    100% {
        -moz-transform: scale(1, 1);
    }
    50% {
        -moz-transform: scale(1.2, 1);
    }
}

/*! swipebox v1.4.4 */
html.swipebox-html.swipebox-touch {
    overflow: hidden !important;
}
#swipebox-overlay img {
    border: none !important;
}
#swipebox-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999 !important;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#swipebox-container {
    position: relative;
    width: 100%;
    height: 100%;
}
#swipebox-slider {
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    white-space: nowrap;
    position: absolute;
    display: none;
    cursor: pointer;
}
#swipebox-slider .slide {
    height: 100%;
    width: 100%;
    line-height: 1px;
    text-align: center;
    display: inline-block;
}
#swipebox-slider .slide:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px;
}
#swipebox-slider .slide .swipebox-inline-container,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide img {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    vertical-align: middle;
}
#swipebox-slider .slide .swipebox-video-container {
    background: 0 0;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}
#swipebox-slider .slide-loading {
    background: url(../images/swipebox/loader.gif) center center no-repeat;
}
#swipebox-bottom-bar,
#swipebox-top-bar {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    left: 0;
    z-index: 999;
    height: 50px;
    width: 100%;
}
#swipebox-bottom-bar {
    bottom: -50px;
}
#swipebox-bottom-bar.visible-bars {
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
}
#swipebox-top-bar {
    top: -50px;
}
#swipebox-top-bar.visible-bars {
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
}
#swipebox-title {
    display: block;
    width: 100%;
    text-align: center;
}
#swipebox-close,
#swipebox-next,
#swipebox-prev {
    background-image: url(../images/swipebox/icons.png);
    background-repeat: no-repeat;
    border: none !important;
    text-decoration: none !important;
    cursor: pointer;
    width: 50px;
    height: 50px;
    top: 0;
}
#swipebox-arrows {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 50px;
}
#swipebox-prev {
    background-position: -32px 13px;
    float: left;
}
#swipebox-next {
    background-position: -78px 13px;
    float: right;
}
#swipebox-close {
    top: 0;
    right: 0;
    position: absolute;
    z-index: 9999;
    background-position: 15px 12px;
}
.swipebox-no-close-button #swipebox-close {
    display: none;
}
#swipebox-next.disabled,
#swipebox-prev.disabled {
    opacity: 0.3;
}
.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
    -webkit-animation: rightSpring 0.3s;
    animation: rightSpring 0.3s;
}
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
    -webkit-animation: leftSpring 0.3s;
    animation: leftSpring 0.3s;
}
.swipebox-touch #swipebox-container:after,
.swipebox-touch #swipebox-container:before {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: " ";
    position: absolute;
    z-index: 999;
    top: 0;
    height: 100%;
    width: 20px;
    opacity: 0;
}
.swipebox-touch #swipebox-container:before {
    left: 0;
    -webkit-box-shadow: inset 10px 0 10px -8px #656565;
    box-shadow: inset 10px 0 10px -8px #656565;
}
.swipebox-touch #swipebox-container:after {
    right: 0;
    -webkit-box-shadow: inset -10px 0 10px -8px #656565;
    box-shadow: inset -10px 0 10px -8px #656565;
}
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before,
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
    opacity: 1;
}
@-webkit-keyframes rightSpring {
    0% {
        left: 0;
    }
    50% {
        left: -30px;
    }
    100% {
        left: 0;
    }
}
@keyframes rightSpring {
    0% {
        left: 0;
    }
    50% {
        left: -30px;
    }
    100% {
        left: 0;
    }
}
@-webkit-keyframes leftSpring {
    0% {
        left: 0;
    }
    50% {
        left: 30px;
    }
    100% {
        left: 0;
    }
}
@keyframes leftSpring {
    0% {
        left: 0;
    }
    50% {
        left: 30px;
    }
    100% {
        left: 0;
    }
}
@media screen and (min-width: 800px) {
    #swipebox-close {
        right: 10px;
    }
    #swipebox-arrows {
        width: 92%;
        max-width: 800px;
    }
}
#swipebox-overlay {
    background: #0d0d0d;
}
#swipebox-bottom-bar,
#swipebox-top-bar {
    text-shadow: 1px 1px 1px #000;
    background: #000;
    opacity: 0.95;
}
#swipebox-top-bar {
    color: #fff !important;
    font-size: 15px;
    line-height: 43px;
    font-family: Helvetica, Arial, sans-serif;
}

@font-face {
    font-family: "CenturyGothic";
    src: url("../fonts/CenturyGothic.woff2") format("woff2"), url("../fonts/CenturyGothic.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "CenturyGothic";
    src: url("../fonts/CenturyGothic-Bold.woff2") format("woff2"), url("../fonts/CenturyGothic-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}
:focus {
    outline: 0;
}
::-webkit-input-placeholder {
    color: #d9d9d9;
}
:-moz-placeholder {
    color: #d9d9d9;
    opacity: 1;
}
::-moz-placeholder {
    color: #d9d9d9;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #d9d9d9;
}
::-ms-input-placeholder {
    color: #d9d9d9;
}
:root {
    overflow-x: hidden;
    height: 100%;
}
HTML,
BODY {
    font: 17px "CenturyGothic", Arial, Helvetica, Geneva, sans-serif;
    color: #596e7a;
}
HEADER,
SECTION {
    position: relative;
}
A,
INPUT[type="submit"] {
    color: #ff8671;
    text-decoration: none;
    transition: all 0.15s linear;
}
A:hover {
    color: #596e7a;
}
A.logo {
    display: block;
    width: 160px;
    height: 56px;
    background: url("../images/pixel-ahoi-logo.svg") no-repeat left center;
    background-size: auto 100%;
    text-indent: -999px;
    overflow: hidden;
    filter: brightness(0) invert(1);
}
A.logo.colored {
    background-image: url("../images/pixel-ahoi-logo.svg");
    filter: none;
}
.mobile {
    display: none;
}
.button {
    -webkit-appearance: none;
    cursor: pointer;

    display: inline-block;
    margin: 0 20px 20px 0;
    padding: 0 14px;
    min-height: 40px;
    line-height: 40px;
    color: #ffffff !important;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    background: #7b71ff;
    border: none;
    border-radius: 4px;
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}
.button.white {
    color: #7b71ff !important;
    background: #fff;
}
.button.dark {
    background: #7b71ff;
}
.button:hover {
    background: #6257ff;
    transform: translateY(-1px);
    box-shadow: 0 7px 14px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}
.button.white:hover {
    color: #6257ff !important;
    background: #fff;
}
.button.dark:hover {
    background: #6257ff;
}
H1,
H2,
H3,
H4,
H5,
H6 {
    color: #ff8671;
    font-size: 1.33em;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
H1 SPAN {
    display: block;
}

/* DEVICE REFERENCES */
DIV.reference {
    position: absolute;
    z-index: 100;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
DIV.reference.rotate {
    transform: rotate(-12deg);
    transform-origin: 100% 0;
}
DIV.reference .device {
    position: absolute;
    z-index: 600;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 38px;
    background: #ffffff;
    box-shadow: inset 0 4px 7px 1px #fff, inset 0 -5px 20px rgba(173, 186, 204, 0.25), 0 2px 6px rgba(0, 21, 64, 0.14), 0 10px 20px rgba(0, 21, 64, 0.05);
}
DIV.reference .device .frame {
    position: relative;
}
DIV.reference .device.tablet-landscape {
    width: 653px;
    height: 449px;
}
DIV.reference .device.tablet-landscape .frame {
    width: 537px;
    height: 433px;
}
DIV.reference .device.phone {
    width: 267px;
    height: 553px;
}
DIV.reference .device.phone .frame {
    width: 255px;
    height: 463px;
}
DIV.reference .device IFRAME {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid #eef1f5;
}
DIV.reference .device .frame.instagram {
    border: 2px solid #eef1f5;
    background: url("../images/instagram.svg") no-repeat center center;
    background-size: cover;

    overflow: hidden;
}
DIV.reference .device .frame.instagram UL,
DIV.reference .device .frame.instagram UL LI {
    margin: 0;
    padding: 0;
    list-style: none;
}
DIV.reference .device .frame.instagram UL LI {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
DIV.reference .device .frame.instagram UL LI A {
    color: #2c2c2c;
    text-decoration: none;
}
DIV.reference .device .frame.instagram UL LI DIV.image {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 77px;
    width: 100%;
    height: 251px;
}
DIV.reference .device .frame.instagram UL LI DIV.image IMG {
    width: 251px !important;
    height: auto;
}
DIV.reference .device .frame.instagram UL LI DIV.text {
    margin-top: 30px;
    padding: 0 5px;
    width: 100%;
    height: 66px;
    font-size: 0.75em;

    overflow: hidden;
}

/* TOP HEADER */
HEADER.nav {
    position: absolute;
    z-index: 400;
    width: 100%;
    margin-top: 40px;
}

/* MAIN WRAPPERS */
#wrapper-content {
    position: relative;
    display: block;
    overflow: hidden;
}

/* BANNER GRADIENTS */
#gradients {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transform: skewY(-12deg);
    transform-origin: 0;
    background: linear-gradient(150deg, #ff8671 15%, #ff5c40 94%);
}
#gradients SPAN {
    position: absolute;
    height: 25%;
    opacity: 0.33;
}
/* GRADIENTS LEFT */
#gradients :nth-child(1) {
    opacity: 1;
    width: 55%;
    bottom: calc(-25% + 1px);
    background: linear-gradient(150deg, #ffffff 50%, #f7f7f7 94%);
}
#gradients :nth-child(2) {
    opacity: 1;
    left: 55%;
    width: 45%;
    bottom: calc(-25% + 1px);
    background: linear-gradient(150deg, #ff5c40 -66.66666%, #ff8671 133.33333%);
}
#gradients :nth-child(3) {
    top: 75%;
    right: 0;
    width: 25%;
    background: linear-gradient(150deg, #ff8671, #ff5c40);
}
#gradients :nth-child(4) {
    top: 50%;
    right: 0;
    width: 33.33333%;
    background: #ff5c40;
}
#gradients :nth-child(5) {
    opacity: 1;
    top: 0;
    left: 0;
    width: 100%;
    background: #ff8671;
}
#gradients :nth-child(6) {
    top: 25%;
    left: 0;
    width: 66.66666%;
    background: linear-gradient(150deg, #ff5c40 15%, rgba(0, 158, 211, 0) 94%);
}
#gradients :nth-child(7) {
    bottom: 0;
    left: 0%;
    width: 33.33333%;
    background: #ff8671;
}

/* BANNER */
MAIN HEADER {
    height: 760px;
}
#intro {
    display: flex;
    align-items: center;
    display: -ms-flexbox;
    -ms-flex-align: center;
    height: 100%;

    color: #fff;
}
#intro .content {
    z-index: 400;
    margin-bottom: 120px;
    width: 66.66666%;
}
#intro H1 {
    color: #fff;
    font-size: 2.25em;
    line-height: 1.33em;
    font-weight: normal;
    text-transform: none;
}
#intro P {
    margin-top: 40px;
    font-size: 1.33em;
}
#intro P A.button {
    margin-bottom: 0;
}
MAIN HEADER DIV.reference {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
MAIN HEADER DIV.reference .device.tablet-landscape {
    left: 56%;
    bottom: 21%;
}
MAIN HEADER DIV.reference .device.phone {
    left: 53%;
    bottom: calc(21% - 553px - 180px);
}

/* MAIN SECTIONS */
SECTION.block {
    padding: 80px 0;
}
SECTION.block.skew::before {
    content: "";
    position: absolute;
    top: -80px;
    z-index: -1;
    display: block;
    width: 100%;
    height: calc(100% + 1200px);
    background: #f7f7f7;
    transform: skewY(-12deg);
}
SECTION.block.skew.white::before {
    background: #ffffff;
}

SECTION.block .content {
    position: relative;
    z-index: 400;
}

/* PRIMARY */
#primary .content {
    width: 66.66666%;
}
#primary .content P {
    font-size: 23px;
}
#primary .content h1 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

/* SERVICES */
.services {
    width: calc(100% + 40px);
}
.services .image {
    display: block;
    opacity: 0.15;
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
}
.services .image.web {
    background-image: url("../images/icon_web.svg");
}
.services .image.camera {
    background-image: url("../images/icon_camera.svg");
}
.services .image.vr {
    background-image: url("../images/icon_vr.svg");
}
.services .image.social {
    background-image: url("../images/icon_social.svg");
}
.services .image.advertising {
    background-image: url("../images/icon_advertising.svg");
}
.services [class*="col-"] {
    margin-top: 80px;
    padding-right: 40px;
}
.services H2 {
    color: #7b71ff;
    font-size: 17px;
    font-weight: bold;
    text-transform: none;
    letter-spacing: normal;
    margin-bottom: -10px;
}

/* SECONDARY */
#secondary .middle {
    text-align: center;
}
#secondary .content {
    margin: 0 auto;
    width: 66.66666%;
}
#secondary .content h2 {
    margin-bottom: 20px;
}
#secondary A.button.space {
    margin: 66px 0 0 0;
}

/* SLIDESHOW */
.wrapper-slideshow .slideshow {
    width: 100%;
}
.wrapper-slideshow .slideshow .slide {
    position: relative;
    display: block;
    margin: 60px 0 14px 0;
    width: 176px;
    height: 176px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);

    text-indent: -999px;
    overflow: hidden;

    transition: all 0.15s linear;
}
.wrapper-slideshow .slideshow .slide:hover {
    opacity: 0.66;
    transform: translateY(-1px);
    box-shadow: 0 7px 14px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.about {
    margin: 80px -80px 0 -80px;
}

/* INFOBOXEN */
.infoboxes {
    margin: 80px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;

    .box {
        display: block;
        flex: 1 1 calc(33% - 30px);
        align-items: stretch;

        padding: 40px 85px 40px 40px;
        min-height: 250px;
        color: #596e7a;
        text-decoration: none;
        text-align: left;
        background: #ffffff;
        box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
        transition: all 0.15s linear;

        h3 {
            color: #7b71ff;
            font-size: 17px;
            font-weight: bold;
            text-transform: none;
            letter-spacing: normal;
        }

        p {
            line-height: 1.4;
        }
    }

    .box.small {
        flex: 1 1 calc(25% - 30px);
    }
    .box.double {
        flex: 1 1 calc(66% - 30px);
    }
    .box.full {
        flex: 1 1 100%;
    }

    .box.team {
        padding-right: 150px;
        background-repeat: no-repeat;
        background-position: right 10px bottom;
        background-size: auto 230px;
    }
    .box.team.marco {
        background-image: url("../images/team/marco.jpg");
    }
    .box.team.anais {
        background-image: url("../images/team/anais.jpg");
    }
    .box.team.jaela {
        background-image: url("../images/team/jaela.jpg");
    }
    .box.team.thomas {
        background-image: url("../images/team/thomas.jpg");
    }
	.box.team.sushi {
        background-image: url("../images/team/sushi.jpg");
    }
    .box.team.marcel {
        background-image: url("../images/team/marcel.jpg");
    }
}

/* #infoboxes {
	margin: 80px -80px 0 -80px;
}
#infoboxes .box {
	width: calc(50% - 20px);
	padding: 40px 40px 40px 85px;
	color: #596E7A;
	text-decoration: none;
	text-align: left;
	background: #FFFFFF;
	box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
	transition: all .15s linear;
}
#infoboxes .box:nth-child(1) {
	margin-right: 20px;
}
#infoboxes .box:nth-child(2) {
	margin-left: 20px;
}
#infoboxes .box:HOVER {
	opacity: .66;
	transform: translateY(-1px);
	box-shadow: 0 7px 14px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}
#infoboxes .box H2 {
	font-size: 1em;
	margin-bottom: 10px;
}
#infoboxes .box P {
	margin: 0;
}
#infoboxes .box P.link {
	margin-top: 10px;
}
#infoboxes .box.whitelabelturtles {
	background:#FFFFFF url('../images/whitelabelturtles.jpg') no-repeat left -45px center;
	background-size: auto 90px;
}
#infoboxes .box.whitelabelturtles H2 {
	color: #8BC34A;
}
#infoboxes .box.rundumsicht {
	background:#FFFFFF url('../images/spherical.jpg') no-repeat left -45px center;
	background-size: auto 100px;
}
#infoboxes .box.rundumsicht H2 {
	color: #03B6F4;
} */

/* THIRD */
#third P {
    margin: 10px 0 0 0;
}
#third A.button {
    margin: 10px 20px 10px 0;
}

/* FOOTER */
FOOTER {
    position: relative;
    padding: 80px 0 0 0;
}
FOOTER::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    width: 96%;
    height: 2px;
    background: rgba(89, 110, 122, 0.1);
}
FOOTER H2,
FOOTER A {
    color: #596e7a;
}
FOOTER A:hover {
    opacity: 0.66;
}
FOOTER H2 {
    height: 40px;
    line-height: 44px;
    font-size: 1em;
}
FOOTER I {
    margin-right: 10px;
}
FOOTER .social I {
    font-size: 40px;
    margin-right: 10px;
}
FOOTER UL.list {
    margin: 1em 0 0 0;
    padding: 0;
    list-style: none;
}
FOOTER UL.list LI {
    display: block;
    margin-bottom: 0.33em;
}
FOOTER .copyright {
    margin: 80px auto 40px auto;
    font-size: 11px;
}

/* POPUP */
#wrapper-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 997;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.95);
}
#wrapper-popup.safari {
    background: rgba(255, 255, 255, 0.33);
    -webkit-backdrop-filter: blur(10px);
}
#popup-loader {
    display: none;
}
#popup {
    display: none;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9998;
    margin: 40px auto;
    width: 96%;
    max-width: 980px;
    max-height: calc(100% - 80px);

    padding: 40px;
    background: #fff;
    color: #575757;

    box-shadow: 0 2px 6px rgba(0, 21, 64, 0.14), 0 10px 20px rgba(0, 21, 64, 0.05);

    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
#popup A.close {
    position: absolute;
    z-index: 9999;
    top: 40px;
    right: 40px;
    display: block;
    width: 16px;
    height: 16px;
    background: url("../images/icon_close.svg") no-repeat right top;
    background-size: contain;
    cursor: pointer;
}
#popup A.close:hover {
    opacity: 0.33;
}

/* FORM */
FORM {
    margin-top: calc(40px - 1em);
    margin-bottom: -40px;
}
FORM .error {
    color: #d72431;
    margin-bottom: 40px;
}
FORM [class*="col-"] {
    padding-bottom: 20px;
}
FORM [class*="col-"]:nth-child(odd) {
    padding-right: 20px;
}
FORM [class*="col-"]:nth-child(even) {
    padding-left: 20px;
}
FORM .col-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
FORM LABEL {
    display: block;
    margin-bottom: 5px;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}
INPUT[type="text"],
INPUT[type="email"],
INPUT[type="number"],
TEXTAREA {
    display: block;
    margin: 0;
    padding: 0 10px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #e5e5e5;
    color: #596e7a;
    -webkit-appearance: none;
}
TEXTAREA {
    padding: 10px;
    height: auto;
    line-height: normal;
}

/* IMPRESSUM */
#impressum h2 {
    margin-bottom: 40px;
}
#impressum h3 {
    font-size: 1em;
}

/* SWIPEBOX */
#swipebox-overlay {
    background-image: linear-gradient(150deg, #0075be 15%, #00cbe4 70%, #00e2bf 94%);
    background-image: -moz-linear-gradient(150deg, #0075be 15%, #00cbe4 70%, #00e2bf 94%);
    background-image: -webkit-linear-gradient(150deg, #0075be 15%, #00cbe4 70%, #00e2bf 94%);
    background-image: -ms-linear-gradient(150deg, #0075be 15%, #00cbe4 70%, #00e2bf 94%);
}
#swipebox-bottom-bar,
#swipebox-top-bar {
    font: 17px "CenturyGothic", Arial, Helvetica, Geneva, sans-serif;
    color: #ffffff;
    background: #0075be !important;
}

.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

/* MEDIA QUERIES */
@media screen and (max-width: 2560px) {
    MAIN HEADER DIV.reference .device.tablet-landscape {
        left: 56%;
        bottom: 7%;
    }
    MAIN HEADER DIV.reference .device.phone {
        left: 53%;
        bottom: calc(7% - 553px - 140px);
    }
}
@media screen and (max-width: 1000px) {
    MAIN HEADER {
        height: 570px;
    }
    MAIN HEADER DIV.reference .device.tablet-landscape {
        bottom: -21%;
    }
    MAIN HEADER DIV.reference .device.phone {
        left: 50%;
        bottom: calc(7% - 553px - 240px);
    }
    #infoboxes {
        margin: 80px 0 0 0;
    }
    #infoboxes .box {
        width: 100%;
        padding: 40px 40px 40px 85px;
        margin: 0 !important;
    }
    #infoboxes :nth-child(1) {
        margin-bottom: 40px !important;
    }
}
@media screen and (max-width: 768px) {
    DIV.reference .device {
        border-radius: 19px;
    }
    DIV.reference .device.tablet-landscape {
        width: 490px;
        height: 337px;
    }
    DIV.reference .device.tablet-landscape .frame {
        width: 404px;
        height: 325px;
    }
    DIV.reference .device.phone {
        width: 133px;
        height: 276px;
    }
    DIV.reference .device.phone .frame {
        width: 127px;
        height: 231px;
    }
    DIV.reference .device .frame.instagram {
        border: 1px solid #eef1f5;
    }
    DIV.reference .device .frame.instagram UL LI DIV.image {
        margin-top: 37px;
        width: 100%;
        height: 127px;
    }
    DIV.reference .device .frame.instagram UL LI DIV.image IMG {
        width: 125px !important;
    }
    DIV.reference .device .frame.instagram UL LI DIV.text {
        margin-top: 15px;
        padding: 0 2px;
        width: 100%;
        height: 35px;
        font-size: 0.33em;
    }
    MAIN HEADER DIV.reference .device.phone {
        z-index: -1;
        left: calc(100% - 266px);
        bottom: calc(14% - 224px - 320px);
    }
    #intro .content {
        margin-bottom: 0;
        width: 100%;
    }
    #intro H1 {
        font-size: 1.75em;
    }
    .services [class*="col-"] {
        width: 100%;
    }
    .services:first-of-type :nth-child(1) {
        width: 66.66666%;
        width: 100%;
    }
    #third [class*="col-"] {
        width: 100%;
    }
    #third A.button {
        margin: 40px 20px 0 0;
    }
    FOOTER [class*="col-"] {
        width: 100%;
    }
    FOOTER [class*="col-"]:not(:first-of-type) {
        margin-top: 40px;
    }
}
@media screen and (max-width: 640px) {
    .mobile {
        display: block;
        margin-top: 40px;
    }
    A.button,
    INPUT[type="submit"] {
        display: block;
        width: 100%;
        padding: 0;
        margin-right: 0 !important;
        text-align: center;
    }
    DIV.reference .device.tablet-landscape {
        width: 326px;
        height: 224px;
    }
    DIV.reference .device.tablet-landscape .frame {
        width: 270px;
        height: 218px;
    }
    MAIN HEADER DIV.reference .device.tablet-landscape {
        left: calc(100% - 350px);
        bottom: -14%;
    }
    MAIN HEADER {
        height: 420px;
    }
    #intro H1 {
        font-size: 1.25em;
    }
    #intro A.button {
        display: none;
    }
    #primary .content {
        margin-top: 60px;
    }
    #primary .content P {
        font-size: 17px;
    }
    FORM [class*="col-"] {
        width: 100%;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    #popup {
        margin: 20px auto;
        max-height: calc(100% - 40px);
        padding: 20px;
    }
    #popup A.close {
        top: 20px;
        right: 20px;
    }
    #popup H1 {
        margin-top: 60px;
    }
}
