@charset "utf-8";

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #000;
    font-family: Arial, sans-serif;
    font-size: 15px;
    line-height: 1.3;
    font-weight: normal;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
    border: solid 1px #000;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

p {
    margin: 0 0 40px;
}

span {
    white-space: nowrap
}

h1 {
    font-size: 1.875rem;
    margin: 40px 0 2.812rem
}

h2 {
    font-size: 21px
}

h3 {
    font-size: 1em;
}

ul {
    list-style: none;
    margin: 0 0 40px;
    padding: 0;
}

ul li {
    padding-left: 1.375rem
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -1.375rem;
    font-size: 1.375em;
    line-height: 1;
}

.container {
    display: flex;
    align-items: flex-start
}

.container > img {
    width: 48%
}

.right {
    width: 52%;
    padding: 2.187rem 1.25rem
}

header {
    position: absolute;
    width: 48%;
    padding: 2.187rem
}

.logo {
    position: absolute;
    top: 2.187rem;
    right: 15px;
    width: 55px
}

.space {
    padding-right: 50px
}

footer p {
    margin: 0 0 2px
}

@media only screen and (max-width: 49.937rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        margin: 0 0 1rem;
    }

    h1 {
        margin: 1.25rem 0
    }

    br {
        display: none
    }

    header,
    .right {
        padding: 1rem;
    }

    header {
        width: 46%
    }
}

@media only screen and (max-width: 46.562rem) {
    .container {
        flex-direction: column
    }

    .container > img {
        display: none
    }

    header {
        width: 100%;
        position: static;
        background: url(../images/gabelstapler.png) no-repeat;
        background-size: cover;
        display: flex;
        justify-content: center
    }

    .right {
        width: 100%
    }

    .logo {
        position: static;
        margin: 0 auto 1rem;
        display: block
    }

    .space {
        padding: 0
    }

    footer p {
        text-align: center
    }
}
