body, html {
    height: 100%;
    margin: 0;
    font:  20px "JetBrainsMono", sans-serif;
    background: #fff;
    color: #323232;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    min-height: 350px;
    min-width: 500px;
}

.no-webp .bg {
    background-image: url(/assets/img/hero.jpg);
}

.webp .bg {
    background-image: url(/assets/img/hero.webp);
}

.bg {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.texture {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(184, 202, 144, 0.67);
    background-image: url(/assets/img/grid.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (-o-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
    .texture {
        background-image: url(/assets/img/grid@2x.png);
    }
    body {
        font-size: 30px;
    }
}

img {
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin: auto;
    width: 60%;
    min-width: 480px;
    max-width: 1000px;
}

.link {
    position:absolute;
    width:100%;
    bottom:15px;
    text-align:center;
}

.divider {
    padding: 0 8px
}

a {
    color: #323232;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.link a {
    border-bottom: 1px solid transparent
}

.link a:hover {
    border-color: #323232
}

h1, h2, h3, h4, h5, h6 {
    margin: 0
}

p {
    margin: 0 0 1.5em
}

ul {
    list-style: none;
    padding: 0;
    margin: 0
}

a {
    color: #323232;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

body {
    font-family: "JetBrainsMono", sans-serif;
    font-weight: 400
}

p {
    font-size: 17px;
    letter-spacing: .02em;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

ul {
    font-size: 17px;
    letter-spacing: .02em
}

.close-button {
    display: block;
    width: 60px;
    height: 60px;
    position: relative
}

.close-button span {
    display: block;
    width: 28px;
    height: 2px;
    background: #111;
    position: absolute;
    left: 16px;
    top: 29px
}

.close-button .line-1 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.close-button .line-2 {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.headline-l {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.1
}

@media screen and (min-width: 48em) {
    .headline-l {
        font-size: 40px
    }
}

@media screen and (min-width: 64em) {
    .headline-l {
        font-size: 50px
    }
}

.headline-m {
    margin: 60px 0 20px;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.3
}

@media screen and (min-width: 48em) {
    .headline-m {
        font-size: 30px
    }
}

.headline-s {
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3
}

.section {
    padding: 80px 0;
    position: relative
}

@media screen and (min-width: 48em) {
    .section {
        padding: 100px 25px
    }
}

@media screen and (min-width: 80em) {
    .section {
        padding: 130px 25px
    }
}

#footer {
    padding-top: 30px;
    padding-bottom: 30px
}

.legal {
    padding-top: 10px;
    background: #f5f4f2;
}

@media screen and (min-width: 80em) {
    .legal {
        padding-top: 20px
    }
}

.legal .grid-x.first {
    margin-bottom: 10px
}

@media screen and (min-width: 48em) {
    .legal .grid-x.first {
        margin-bottom: 30px
    }
}

@media screen and (min-width: 80em) {
    .legal .grid-x.first {
        margin-bottom: 50px
    }
}

.legal .grid-x.first .cell {
    text-align: right;
    font-size: 0
}

.legal .close-button {
    display: inline-block;
    margin-right: -16px
}

.legal .headline-l {
    margin-bottom: 60px
}

.legal ul {
    margin-bottom: 1.5em
}

.legal li {
    padding-left: 1em;
    position: relative
}

.legal li::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #111;
    position: absolute;
    left: 0;
    top: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.legal p a, .legal li a {
    border-bottom: 1px solid #111
}

.legal p a:hover, .legal li a:hover {
    border-color: transparent
}

.legal a[href^=tel], .legal a[href^=fax] {
    border: 0 none
}