.data button, .data span {
    vertical-align: middle
}

.data button, input {
    border: none;
    outline: 0
}

h1, h2 {
    font-weight: 600
}

img, input {
    width: 100%
}

@font-face {
    font-family: "Open Sans";
    src: url(/seonara/font/OpenSans-Regular.ttf) format('truetype');
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: "Open Sans";
    src: url(/seonara/font/OpenSans-SemiBold.ttf) format('truetype');
    font-style: normal;
    font-weight: 600
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body, html {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 100%;
    height: 100%;
    color: #999
}

.bg-one, .bg-two {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.bg-one {
    z-index: 1;
    animation: color infinite;
    animation-duration: 8s;
}

body {
    padding-top: 1rem
}

body.data {
    background: url(/seonara/img/data-image.png) bottom right no-repeat fixed #fff;
    background-size: 30vw;
    -webkit-animation: none;
    -o-animation: none;
    animation: none
}

.data p {
    font-size: 1rem
}

.data a {
    color: #15959f
}

.contain {
    max-width: 1300px;
    margin: auto;
    padding: 1rem
}

.data button {
    background: #0e656b;
    padding: .5rem;
    color: #fff;
    font-size: 13px;
    transition: .4s
}

.data button:focus, .data button:hover {
    background: #15959f;
    cursor: pointer
}

.low-pad p {
    margin: .5rem 0
}

.content {
    max-width: 500px;
    padding: 7% 0
}

input, nav a {
    padding: 1rem
}

.data .content {
    max-width: 850px;
    padding: 0
}

.main {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

h1 {
    font-size: 2.7rem;
    line-height: 3rem;
    color: #0e656b
}

h2 {
    font-size: 1.5rem;
    line-height: 2rem;
    color: #15959f
}

.logo {
    max-width: 210px
}

.logo img {
    width: 210px;
    height: 100%;
}
a {
    color: #999;
    text-decoration: none;
    display: inline-block;
    font-size: 1rem
}

a:hover {
    color: #01705b
}

nav {
    width: calc(100% - 210px);
    text-align: right
}

nav a.active {
    color: #f4885d
}

p {
    font-size: 1.3rem;
    margin-bottom: 2rem
}

.imprint p {
    font-size: 1.1rem
}

input {
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    max-width: 350px;
    margin: 1.3rem 0;
    border-radius: 10px;
    background: #fff1cf;
    color: #127d7f;
    font-size: 1rem;
    transition: .5s
}

input:focus, input:hover {
    background: #f4e6c6
}

::-moz-placeholder, input::placeholder {
    color: #127d7f;
    opacity: 1
}

input[type=submit] {
    width: auto;
    padding: 1rem 3rem;
    background: #15959f;
    color: #fff
}

input[type=submit]:focus, input[type=submit]:hover {
    cursor: pointer;
    background: #127d7f
}

@keyframes color {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}

@media (max-width: 1300px) {
    body.data {
        background-size: 40vw;
        background-position: 115% 100%
    }

    .data .content {
        max-width: 700px
    }
}

@media (max-width: 1030px) {
    h1 {
        font-size: 2.2rem;
        line-height: 2.6rem
    }
body {
    overflow-x: hidden;

}
    body.data {
        background: #fff
    }

    .data .content {
        max-width: none
    }

    .bg-two {
        display: none;
    }


    .cropped {
        display: flex;
        justify-content: center;
    }
    .content {
        max-width: none;
    }

    .bg-one {
        animation: none;
        position: relative;
        margin: 0 auto;
        width: auto;
        min-width: inherit;
        height: 100%;
        max-height: 500px;
    }
}
@media (max-width: 800px) {

}
@media (max-width: 730px) {
    .content {
        max-width: none
    }
}

@media (max-width: 600px) {
    .contain, nav {
        text-align: center
    }

    .logo, nav {
        width: 100%
    }

    body {
        padding-top: 0
    }

    h1 {
        font-size: 1.8rem;
        line-height: 2.1rem
    }

    h2 {
        font-size: 1.3rem;
        line-height: 1.73rem
    }

    p {
        font-size: 1.15rem
    }

    nav {
        order: 1;
        margin-bottom: .5rem
    }

    .contain {
        padding: 0 .7em
    }

    .data p {
        text-align: left
    }

    input {
        margin: 1rem auto
    }

    .logo {
        order: 2;
        margin: auto
    }
}