@import url('https://fonts.googleapis.com/css2?family=VT323&display=swap');

@font-face {
    font-family: 'Ebrima';
    src: url(font/ebrima.eot) url(font/ebrima.ttf) url(font/ebrima.woff);
}

body, html {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

body {
    background-color: #343330;
    background-image: url(bg.jpg);
    overflow-x: hidden;
    background-attachment: fixed;
    height: auto;

    font-family: 'Ebrima';
    font-size: 13px;
    line-height: 24px;
    color: white;
}

.full-width {width: 100%;}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

.animate-dat-shit {
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}

.animate-dat-shit-faster {
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.animate-dat-shit-slower {
    -webkit-transition: 2.5s ease-in-out;
    -moz-transition: 2.5s ease-in-out;
    -o-transition: 2.5s ease-in-out;
    transition: 2.5s ease-in-out;
}

#Planet {
    position: fixed;

    z-index: 2;

    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}

#Sun {
    position: fixed;
    left: calc(50% - 760px); top: -25px;
    z-index: 1;

    filter: brightness(1.5) hue-rotate(-26deg);
    transform-origin: 220.5px 218.5px;

    animation: sun 10s infinite;
}

#Pod {
    position: absolute;
    top: 52px;
    animation: sun 10s infinite, pod-move 15s infinite linear/*, pod-chuggle 1.5s infinite linear*/;
}

#Mitmachen:hover #Pod {
    animation: sun 10s infinite, pod-chuggle 2.5s infinite linear;
}

#News {
    min-height: 50vh;
    margin-top: 100px;
}

@keyframes sun {
    0%   { filter: brightness(1.5) hue-rotate(-20deg); }
    22%   { filter: brightness(1.58) hue-rotate(-17deg); }
    25%   { filter: brightness(1.62) hue-rotate(-24deg); }
    30%   { filter: brightness(1.52) hue-rotate(-19deg); }
    44%   { filter: brightness(1.63) hue-rotate(-12deg); }
    52%   { filter: brightness(1.58) hue-rotate(-10deg); }
    58%   { filter: brightness(1.544) hue-rotate(-15deg); }
    63%   { filter: brightness(1.614) hue-rotate(-18deg); }
    75%   { filter: brightness(1.52) hue-rotate(-20deg); }
    78%   { filter: brightness(1.42) hue-rotate(-26deg); }
    81%   { filter: brightness(1.52) hue-rotate(-31deg); }
    89%   { filter: brightness(1.56) hue-rotate(-25deg); }
    94%   { filter: brightness(1.503) hue-rotate(-21deg); }
    100% { filter: brightness(1.5) hue-rotate(-26deg); }
}

@keyframes pod-move {
    0%   { transform: translateY(0px); }
    30%   { transform: translateY(-6px); }
    52%   { transform: translateY(4px); }
    75%   { transform: translateY(-5px); }
    94%   { transform: translateY(1px); }
}
@keyframes pod-chuggle {
    0%   { transform: rotate(0deg); }
    13%   { transform: rotate(.16deg); }
    22%   { transform: rotate(-.26deg); }
    30%   { transform: rotate(.6deg); }
    43%   { transform: rotate(.2deg); }
    58%   { transform: rotate(-.2deg); }
    62%   { transform: rotate(.12deg); }
    75%   { transform: rotate(-.3deg); }
    88%   { transform: rotate(-.73deg); }
    94%   { transform: rotate(.42deg); }
}

#Scratches {
    position: fixed;
    left: 0; top: 0px;
    width: 100%; height: 125%;
    z-index: 0;

    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}

#Moon {
    position: fixed;

    z-index: 2;

    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}

pre {
    position: fixed;
    left: 5px;
    top: 5px;
}

h1, h2, h3, h4 {
    font-weight: 100;
    text-transform: uppercase;
}

h1 { font-size: 32px; width: 350px; display: inline-block; }
h1 small {
    font-size: 16px;
    color: #DDDDDD;
    display: block;
}

a, a:active, a:hover, a:visited {
    color: #FFD24C;
    text-decoration: none;
}

hr {
    border: none;
    height: 2px;
    background: linear-gradient(to right, rgba(252,234,187,0.2) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,0.98) 51%,rgba(251,223,147,0.2) 100%);
}

header {
    width: 100%; height: 56px;
    padding: 0 0;
    position: fixed;
    text-align: center;
    margin: 0 auto;
    z-index: 1000;
    text-transform: uppercase;
}
header .logo {
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -39px;
}

header .menu-logo {
    cursor: pointer;
    user-select: none;
}

header .menu {
    background-color: rgba(0,0,0,0.66);
    width: 760px; height: 56px;
    padding: 0 20px;
    position: absolute;
    top: 0px; left: 50%;
    margin-left: -400px;
}
.menu a {
    cursor: pointer;

    color: #DDD;
    padding: 15px 15px;
    transition: all 0.25s;
    float: right;
    border-top: 2px solid transparent;
    background-color: rgba(0, 0, 0, 0.1);
}
.menu a.left { float: left;}
.menu a:hover {
    color: #FFF;
    border-top: 2px solid #ddd;
    background-color: rgba(53, 60, 25, 0.62);
}
.menu a.highlight {
    color: #FFD24C;
}
.menu a.highlight:hover {
    border-top: 2px solid #FFD24C;
}

footer {
    background: linear-gradient(322deg, rgba(0,0,0,.5) 0%, rgba(0,0,0,.5) 12%, rgba(0,0,0,0) 100%);
    width: 100%; height: 38px;
    padding: 0 10px 0 0;
    position: fixed;
    bottom: 0px;
    text-align: center;
    margin: 0 auto;
    z-index: 1000;
    text-transform: uppercase;
}

footer .menu a {
    padding: 5px 15px 7px 15px;
    margin-right: 10px;
}

#Pipe {
    background-color: rgba(122, 138, 58, 0.06);
    border-left: 10px solid rgba(122, 138, 58, 0.1);
    border-right: 10px solid rgba(122, 138, 58, 0.1);

    width: 760px; height: 100%;
    padding: 200px 20px 50px 20px;
    position: relative;

    margin: 0 auto;
}

section {
    position: relative;
    z-index: 3;
    padding: 25px 0px 25px 0;
    background-color: rgba(0,0,0,.25);
    box-shadow: 0 0 25px 50px rgba(0,0,0,.25);
    margin-bottom: 50px;
}
section.darken {
    background-color: rgba(0,0,0,.667);
    box-shadow: 0 0 25px 50px rgba(0,0,0,.667);
}
#Features {
    margin-top: 80%;
}

#Login {
    position: fixed;
    left: calc(50% - 156px);
    top: calc(120px + 10%);

    width: 312px;
    height: 325px;
    box-shadow: 0 0 25px 5px rgba(0,0,0,.25);

    z-index: 10;

}

button.starfield-small {
    position: relative;
    border: none;
    background-color: transparent;
    color: #ffbf00;
    text-transform: uppercase;
    font-family: 'VT323';
    cursor: pointer;
    padding: 0 0 12px 0;
    text-align: left;
}
.loading button.starfield-small span {
    filter: grayscale(0.75);
}
.loading button.starfield-small:after {
    content: 'Prüfe ...';
    position: absolute;
    right: 0px;
    bottom: 0px;
}

button.starfield-small:focus {
    outline: none !important;
}
button.starfield-small:hover {
    color: #ffe138;
    text-shadow: 1px 1px 25px #ffbf00;
}
button.starfield-small svg {
    position: relative;
    top: 0px;
    left: 0px;
}
button.starfield-small span {
    position: relative;
    display: block;
    font-size: 28px;
    margin-top: -42px;
    margin-left: 20px;
}

.starfield-small g.background image {
    opacity: 0.1;
    transition: all 0.5s;
}
.starfield-small g.background {
    fill: #202426;
}

.starfield-small g.border {
    stroke: #ffbf00;
    stroke-width: 1;
    fill: transparent;
    transition: all 0.5s;
    stroke-dashoffset: 300;
    stroke-dasharray: 72,6;
}
.starfield-small:hover svg g.border {
    stroke: rgba(255, 255, 255, 0.2);
    stroke-width: 10;
    stroke-dashoffset: 30;
}
.starfield-small:hover svg g.background image, .loading .starfield-small svg g.background image {
    opacity: 1;
}

.loading .starfield-small svg g.border {
    stroke: rgba(255,255,255,0.5);
    stroke-width: 10;
    animation: starfield-small-loading 0.75s infinite linear;
}

@keyframes starfield-small-loading {
    from {
        stroke-dashoffset: 0;
    }
    to {
        stroke-dashoffset: 300;
    }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition-delay: 9999s;
    -webkit-transition: color 9999s step-end 0s, background-color 9999s step-end 0s;
}
input {
    background: rgba(18,15,14,.8);
    border: none;
    padding: 6px 9px;
    color: #f0f0f0;
}

.login-input:focus {
    outline: none;
}

.login-input {
    font-family: 'VT323';
    display: block;
    font-size: 19px;
    padding: 7px 6px 2px 7px;
    border-bottom: 1px solid rgba(255,255,255,.2);
    border-radius: 3px;

    background: transparent !important;
}
.login-input[type="password"] {
    padding: 2px 6px 7px 7px;
    border-bottom: none;
}

#Login form {
    position: relative;
}
#Login a {
    padding-left: 12px;
}
#Login fieldset {
    border: 1px solid transparent;
    display:inline-block;
    padding: 0px;
    height: 57px;
    border-radius: 15px;
    overflow: hidden;

    background: linear-gradient(to bottom, rgba(18,15,14,0) 0%,rgba(18,15,14,0.85) 10%,rgba(18,15,14,0.85) 90%,rgba(18,15,14,0) 100%);
}
#Login.error input {
    border-left: 2px solid rgba(255,128,128,.8);/*#ffbf00;*/
}
#Login input {
    width: 175px;
    border-left: 2px solid rgba(255,255,255,.2);/*#ffbf00;*/
}
#Login input:focus { border-left: 2px solid #ffbf00; }
#Login button {
    position: absolute;
    left: 178px;
    top: 4px;
}
#Login button.nice {
    position: absolute;
    top: 44px;
    left: 92px;
}
#Login button[disabled] {
    filter: grayscale(0.75);
}

#Login .msg {
    position: absolute;
    top: -50px;
    left: 0px;
    width: 287px;
}

#Login #NewAccount {
    position: relative;
    margin-top: 50px;
}

.msg {
    display: block;
    padding: 5px 10px;
    border: 1px solid;
}
.msg.error { color: rgb(255,128,128); border-color: rgba(255,128,128,.5); }
.msg.success { color: rgb(128,255,128); border-color: rgba(128,255,128,.5) }

.info-box {
    position: relative;
    float: left;
    width: calc(50% - 20px);
    margin-bottom: 50px;
    margin-right: 40px;
    height: 450px;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#120f0e+0,120f0e+100&0+15,0.8+30,0.8+30,0.8+85,0+100 */
    background: -moz-linear-gradient(top,  rgba(18,15,14,0) 0%, rgba(18,15,14,0) 15%, rgba(18,15,14,0.8) 30%, rgba(18,15,14,0.8) 85%, rgba(18,15,14,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(18,15,14,0) 0%,rgba(18,15,14,0) 15%,rgba(18,15,14,0.8) 30%,rgba(18,15,14,0.8) 85%,rgba(18,15,14,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(18,15,14,0) 0%,rgba(18,15,14,0) 15%,rgba(18,15,14,0.8) 30%,rgba(18,15,14,0.8) 85%,rgba(18,15,14,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00120f0e', endColorstr='#00120f0e',GradientType=0 ); /* IE6-9 */

}
.info-box .highlight {
    position: absolute;
    left: 5px; top: 173px;
    height: 2px; width: 350px;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fceabb+0,fccd4d+50,f8b500+51,fbdf93+100&0.2+0,1+50,0.2+100 */
    background: -moz-linear-gradient(left,  rgba(252,234,187,0.2) 0%, rgba(252,205,77,1) 50%, rgba(248,181,0,0.98) 51%, rgba(251,223,147,0.2) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(252,234,187,0.2) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,0.98) 51%,rgba(251,223,147,0.2) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(252,234,187,0.2) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,0.98) 51%,rgba(251,223,147,0.2) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33fceabb', endColorstr='#33fbdf93',GradientType=1 ); /* IE6-9 */
}
.info-box .highlight.top { top: 0px; }
.info-box > .inner {
    padding: 0 15px;
}
.info-box h3 {
    font-size: 14px;
    color:#FFD24C;
    margin: 15px 0px 5px;
}
.info-box p {
    margin-top: 0px;
}

ul {
    position: relative;
    list-style: none;
}
li:before {
    content: "»";
    position: absolute;
    left: 15px;
    color: #FFD24C;
    font-size: 20px;
    line-height: 20px;
}

.container2x2 .info-box:nth-child(even) {
    margin-right: 0px;
}

p { text-align: justify }
i { color: rgba(255,255,255,0.5); }

.info-box .image {
    position: relative;
    display: block;
    width: 350px;
    height: 175px;
    margin: 0 5px;
}

.info-box .image .screen {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;

    transition: filter 0.5s;

    -webkit-filter: brightness(90%) sepia(50%) grayscale(50%) contrast(120%); /* Safari 6.0 - 9.0 */
    filter: brightness(90%) sepia(50%) grayscale(50%) contrast(120%);
}
.info-box:hover .screen {
    -webkit-filter: brightness(100%) sepia(0%) grayscale(0%) contrast(100%); /* Safari 6.0 - 9.0 */
    filter: brightness(100%) sepia(0%) grayscale(0%) contrast(100%);
}

.info-box .image .shadow {
    position: absolute;
    top: 100px;
    height: 73px; width: 350px;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

.info-box .image .screen-01{ background-image: url(screen-001.jpg) }
.info-box .image .screen-02{ background-image: url(screen-002.jpg) }
.info-box .image .screen-03{ background-image: url(screen-003.jpg) }
.info-box .image .screen-04{ background-image: url(screen-004.jpg) }
.info-box .image .screen-05{ background-image: url(screen-005.jpg) }
.info-box .image .screen-06{ background-image: url(screen-006.jpg) }
.info-box .image .screen-07{ background-image: url(screen-007.jpg) }
.info-box .image .screen-08{ background-image: url(screen-008.jpg) }
.info-box .image .screen-09{ background-image: url(screen-009.jpg) }
.info-box .image .screen-10{ background-image: url(screen-010.jpg) }


button.nice {
    position: relative;
    border: none;
    background-color: transparent;
    color: #ffbf00;
    text-align: center;
    text-transform: uppercase;
    font-family: 'VT323';
    cursor: pointer;
}

button.nice:focus {
    outline: none !important;
}

button.nice:focus, button.nice:hover {
    color: #ffe138;
    text-shadow: 1px 1px 25px #ffbf00;
}

button.nice svg {
    position: relative;
    top: 0px;
    left: 0px;
}

button.nice span {
    position: absolute;
    top: 58px;
    left: 55px;
    display: block;
    text-align: center;
    font-size: 28px;
    width: 120px;
}

g.background image {
    opacity: 0.1;
    transition: all 0.5s;
}

g.background {
    fill: #202426;
}

g.border {
    stroke: #ffbf00;
    stroke-width: 0.5;
    fill: transparent;
    transition: all 0.5s;
    stroke-dashoffset: 150;
}

button.nice:focus svg g.border, button.nice:hover svg g.border {
    stroke: rgba(255, 255, 255, 0.2);
    stroke-width: 5;
    stroke-dashoffset: 15;
}

button.nice:focus svg g.background image, button.nice:hover svg g.background image {
    opacity: 0.5;
}


.gender-select img {
    filter: grayscale(.667);
}

#Overlay {
    position: fixed;
    top: 0px; left: 0px;
    bottom: 0px; right: 0px;
    z-index: 5000;
    background: url(cover.svg);
    background-size: cover;
    background-repeat: no-repeat;
}

#Overlay .scrolling-info-text {
    position: relative;
    height: 100%;
    overflow: auto;
    padding: 0 30px 0 0;
}
#Overlay .scrolling-info-text p {
    font-size: 12px;
}
#Overlay .scrolling-info-text h1, #Overlay .scrolling-info-text h2, #Overlay .scrolling-info-text h3 {
    font-size: 16px;
    margin: 10px 0px 5px 0px;
    color: #FFD24C;
}
#Overlay .scrolling-info-text h2, #Overlay .scrolling-info-text h3 {
    font-size: 14px;
    color: white;
}

#Overlay .box {
    width: 100%;
    position: absolute;
    top: calc(48% - 272px);
}

#Overlay .box .inner {
    height: 545px;
    background-color: transparent;
    background-image: url(cover-bg.svg);
    background-size: cover;
}

#Overlay .box .inner .scratches {
    position: absolute;
    top: 0px; left: 0px;
    height: 100%; width: 100%;
    background-color: transparent;
    background-image: url(scratches.png);
    background-size: cover;
}

#Overlay .box .inner .map-bg {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: transparent;
    background-image: url(bg-map.png);
    background-size: 767px 541px;
    background-repeat: no-repeat;
    background-position: center;
}



#Overlay .box .border-top {
    width: 100%; height: 6px;
    background-image: url(cover-border-top.svg);
}

#Overlay .box .border-bottom {
    width: 100%; height: 6px;
    background-image: url(cover-border-bottom.svg);
}

#Overlay h2 {
    color: #FFD24C;
    font-size: 26px;
    top: -60px;
}
#Overlay h2 small {
    color: #FFF;
    font-size: 0.75em;
}

#Overlay .box .center-boxed {
    width: 800px;
    position: absolute;
    left: calc(50% - 400px);
}

#Overlay .box .content {
    position: absolute;
    top: 15px;
    height: calc(100% - 30px);
}
#Overlay .pod {
    position: absolute;
    left: calc(50% + 450px);
    bottom: -60px;
}

#Overlay .options {
    text-align: center;
    font-size: 20px;
    padding-top: 10px;
}
#Overlay .options button {
    position: absolute;
    top: 0px;
}

#Overlay .options .right {
    right: 0px;
}
#Overlay .options .left {
    left: 0px;
}

button.close {
    color: grey;
    background: transparent;
    border: none;
    font-size: 20px;
    padding: 10px;
    position: absolute;
    right: -10px;
    top: -10px;
    cursor: pointer;
    outline: none !important;

    transition: color .25s ease-in;
}
button.close:hover {
    color: #ffe138;
    text-shadow: 1px 1px 25px #ffbf00;
}

.pixel-font {
    font-family: 'VT323';
}

p.small {
    font-size: .9em;
}

.fltlt { float:left; }
.fltrt { float:right }
.align-left { text-align: left }

#SignupStep2 .gender-select {
    width: 400px;
    height: 385px;
    position: absolute;
    top: 120px; left: 256px;
    text-align: center
}

#SignupStep2 .gender-select > div {
    position: absolute;
    display: inline-block;
    left: 100px;
    cursor: pointer;
    z-index: 1;
    opacity: .75;
}
#SignupStep2 .gender-select > div img {
    transform: scale(0.9);
    transition: transform .25s ease-in-out;
}

#SignupStep2 .gender-select > div img {
    height: 300px;
}

#SignupStep2 .gender-select > div.female{
    left: 188px;
}

#SignupStep2 .gender-select > div:hover {
    z-index: 3;
}
#SignupStep2 .gender-select > div.active {
    z-index: 2;
    opacity: 1;
}

#SignupStep2 .gender-select > div:hover img {
    transform: scale(1.1);
    filter: grayscale(0) brightness(0.9);
}

#SignupStep2 .gender-select > div.active img {
    z-index: 2;
    transform: scale(1.15);
    filter: grayscale(0) brightness(1.1);
}
#SignupStep2 .gender-select ins.symbol {
    position: absolute;
    left: -124px;
    top: -19px;
    background-image: url(symbol-male.svg);
    background-repeat: no-repeat;
    width: 200px;
    height: 200px;
    opacity: 0.1;
}

#SignupStep2 .gender-select ins.symbol.female {
    position: absolute;
    right: -124px;
    left: auto;
    top: -19px;
    background-image: url(symbol-female.svg);
    background-repeat: no-repeat;
    width: 200px;
    height: 200px;
}

#SignupStep2 .gender-select .active ins.symbol {
    opacity: 0.5;
}

#SignupStep2 .gender-select div.name {
    position: absolute;
    bottom: 0px;
    left: 57px;
}

#SignupStep2 span.response {
    position: absolute;
    bottom: 24px;
    right: -230px;
    z-index: 1;
    text-align: left;
    width: 208px;
    display: inline-block;
    min-height: 32px;
}

#Overlay input {
    position: relative;
    padding: 10px 15px;
    font-size: 1.5em;
    border-radius: 3px;
    text-align: center;
    color: white;
    border-bottom: 1px solid transparent;
}
#Overlay input:focus {
    outline: none;
    background-image: url(cover-border-top.svg);
    background-repeat: repeat-x;
    background-size: 100% 52px;
    background-position: 0px 17px;
}

#Overlay input.loading {
    background-image: url(cover-border-top.svg);
    background-repeat: repeat-x;
    background-size: 100% 52px;
    background-position: 0px 17px;

    animation: input-loading .5s linear infinite;
}

@keyframes input-loading {
    from {
        background-position: 0px 17px;
    }
    to {
        background-position: 242px 17px;
    }

}

#Overlay .error {
    color: #FF8080;
}

#Overlay .success:after {
    content: url('icon-success.svg');
    padding-right: 5px;
    position: absolute;
    width: 32px; height: 32px;
    bottom: -3px;
    left: -45px;
}

#Overlay .error:after {
    content: url('icon-error.svg');
    width: 32px; height: 32px;
    padding-right: 5px;
    position: absolute;
    bottom: -3px;
    left: -45px;
}

#Overlay p {
    font-size: 14px;
}

#Overlay strong {
    text-transform: uppercase;
    color: #ffe138;
}

#SignupStep3 .coords {
    width: 400px;
    left: 200px;
    position: relative;
    text-align: center;
    margin-top: 75px;
}
#SignupStep3 .response {
    width: 150px;
    top: 0px;
    height: 24px;
    right: -110px;
    position: absolute;
    text-align: left;
    z-index: 1;
}

#SignupStep4 input[type=email] {
    width: calc(100% - 30px);
    background-image: url(icon-mail.svg);
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-position: 15px 9px;
}

#SignupStep4 .email {
    margin-top: 30px;
}

#SignupStep4 .response {
    width: 150px;
    top: 93px;
    height: 24px;
    right: -173px;
    position: absolute;
    text-align: left;
    z-index: 1;
}


#SignupStep5 img {
    width: 100%;
}
#SignupStep5 .code {
    position: relative;
    text-align: center;
}
#SignupStep5 .response {
    width: 265px;
    top: -6px;
    height: 24px;
    right: -27px;
    position: absolute;
    text-align: left;
    z-index: 1;
}

#SignupStep6 input {
    width: calc(100% - 30px);
}
#SignupStep6 .email, #SignupStep6 .email li {
    position: relative;
}
#SignupStep6 .email li:before {
    content: "";
    display: none;
}
#SignupStep6 .email li button.close {
    right: initial;
    left: -36px;
    padding: 5px;
}

#SignupStep6 .link {
    position: relative;
}
#SignupStep6 .link input {
    width: calc(100% - 155px);
    text-align: left;
}

#SignupStep6 .social-links {
    position: absolute;
    right: 0px; top: 0px;
    position: absolute;
    right: 4px;
    top: 4px;
}

#SignupStep6 .social-links img {
    height: 36px; width: 36px;
    margin-left: 1px;
    transform: scale(1);

    transition: all .25s ease;
}

#SignupStep6 .social-links a:hover img {
    transform: scale(1.1);
}

#SignupStep6 button.copy {
    outline: none !important;
    position: absolute;
    right: 128px;
    background: transparent;
    border: 1px solid #584a22;
    padding: 8px 20px;
    width: 100px;
    top: 3px;
    cursor: pointer;
    color: white;
    border-radius: 2px;
    font-size: 20px;
    transition: all .25s ease;
}

#SignupStep6 button.copy:hover {
    color: #ffe138;
    text-shadow: 1px 1px 25px #ffbf00;
    border-color: #ffbf00;
}

#SignupStep6 button.copy.copied {
    color: rgb(128,255,128);
    text-shadow: 1px 1px 25px rgb(128,255,128);
    border-color: rgba(128,255,128, .5);
}

#SignupStep6 span.response {
    position: absolute;
    right: -177px;
    width: 150px;
    top: -30px;
}

#SignupStep7 img {width: 100%;}
