* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Light.ttf") format("truetype");
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: "Honey-Baby";
    src: url("../fonts/Honey-Baby.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
    color: #000;
}

html {
    font-size: 16px;
}

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    background: #fff;
    display: flex;
    flex-direction: column;
}

h1,
h2 {
    font-weight: 700;
    color: #E7A500;
}

h1 {
    font-size: 1.1875rem;
    margin: 20px 0;
    color: #000;
}

h1 span.special-font-logo {
    font-family: "Honey-Baby";
    font-weight: 400;
    font-size: 4.375rem;
    color: #E7A500;
}

h2 {
    font-size: 1.5rem;
    margin-bottom: 20px;
    margin-top: 40px;
}

p {
    line-height: 1.5rem;
    margin-bottom: 20px;
}

p strong {
    font-weight: 700;
}

a {
    text-decoration: none;
    color: #000;
}

ul {
    list-style: none;
    text-align: center;
}

article {
    padding: 20px;
}

article h1 {
    font-size: 2.1875rem;
}

article p,
article h2 {
    margin-bottom: 20px;
}

article h3 {
    margin-bottom: 15px;
}

a.back-link {
    margin: 20px;
}

section {
    padding: 0 20px;
}

section img {
    width: 100%;
}

button {
    outline: none;
    border: none;
    cursor: pointer;
    background: none;
}

header {
    height: 60px;
    width: 100vw;
    position: absolute;
    background: transparent;
    z-index: 9999;
}

/* nav */
#nav {
    display: none;
    position: fixed;
    height: 100vh;
    left: 0;
    top: 0;
    width: 100vw;
    z-index: 999;
    background: #f7f7f7;
}

#nav a {
    font-size: 20px;
    font-size: 1.25rem;
    color: #7e7e7e;
}

#nav a:hover {
    color: #E7A500;
}

#nav ul {
    margin: auto;
}

#nav ul li {
    margin-bottom: 40px;
    transition: linear .1s;
    transform: translateY(10px);
    opacity: 0;
}

#nav ul li:nth-of-type(2) {
    transform: translateY(20px);
}

#nav ul li:nth-of-type(3) {
    transform: translateY(30px);
}

#nav ul li:nth-of-type(3) {
    transform: translateY(40px);
}

#nav ul li:nth-of-type(4) {
    transform: translateY(50px);
}

#nav ul li:nth-of-type(5) {
    transform: translateY(60px);
}

#nav ul li.show {
    opacity: 1;
    transform: translateY(0);
    transition-duration: .2s
}

#nav.show {
    display: flex;
    transition: linear .3s;
}

#btn-menu-close {
    display: none;
    position: fixed;
    z-index: 9999;
    right: 20px;
}

#btn-menu-close.show {
    display: block;
}

#btn-menu-open,
#btn-menu-close {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
}

#btn-menu-open img,
#btn-menu-close img{
    width: 100%;
    display: block;
}

/* start */
#section-start {
    display: flex;
    flex-direction: column;
    background: url('../img/bienenwaben-grafik.svg') 120px 90px no-repeat;
    background-size: 100vw;
    margin-bottom: 80px;
}

#section-start img {
    width: calc(100vw - 40px);
    height: auto;
    margin: 0 auto;
}

.badges {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-top: 100px;
    position: relative;
    z-index: 9;
}

.badge {
    display: flex;
    height: 85px;
    width: 100px;
    background: url('../img/bienenwabe-grafik.svg') 100% 100% no-repeat;
    background-size: cover;
}

.badge::after {
    content: '';
    position: absolute;
    z-index: -1;
    display: block;
    height: 85px;
    width: 100px;
    background: url('../img/bienenwabe-grafik.svg') 100% 100% no-repeat;
    background-size: cover;
    margin: 20px 0 0 20px;
    overflow: visible;
    opacity: .3;
}

.badge p {
    margin: auto;
}

/* shop */
.products {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.product {
    display: flex;
    flex-direction: column;
    width: calc((100vw - 40px - 20px) / 2);
}

.product img {
    margin-bottom: 10px;
}

.contact {
    background: #E7A500;
    border-radius: 25px;
    padding: 30px 20px;
    color: #000;
    margin: 40px 0;
    background: url('../img/bienenwaben-grafik-white.svg') 110% 120% no-repeat, #E7A500;
    background-size: 150px;
}

.contact h2 {
    margin-top: 0;
    color: #000;
}

.contact a {
    color: #fff;
    font-weight: 700;
}

/* footer */
footer p {
    width: 100%;
    padding: 40px 20px 0;
    text-align: center;
}

footer p:last-of-type {
    padding-top: 20px;
    text-align: center;
}

footer p:last-of-type a {
    color: #57b88f;
}

footer p:last-of-type span.green-heart-icon {
    background: url('../img/green-heart-icon.svg') 100% 100% no-repeat;
    background-size: contain;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 1px;
    transform: translateY(3px);
}

@media only screen and (min-width: 768px) {
    section {
        width: 650px;
        margin: 0 auto;
    }

    /* nav */
    .header {
        padding-left: 30px;
        padding-right: 30px;
    }

    #btn-menu-close {
        right: 30px;
    }

    /* start */
    #section-start {
        width: 100%;
        background-size: 500px;
        background-position: 100% 40%;
    }

    #section-start img {
        width: 620px;
    }

    /* shop */
    .product {
        width: calc((650px - 40px - 20px) / 2);
    }

    .contact {
        background: url(../img/bienenwaben-grafik-white.svg) 100% 160% no-repeat, #E7A500;
        background-size: 220px;
    }
}

@media only screen and (min-width: 1080px) {
    h2 {
        margin-top: 80px;
    }

    #section-about,
    #section-place {
        transform: translate(-200px);
    }

    #section-beeworld {
        transform: translate(200px);
    }

    /* nav */
    .header {
        padding: 0 50px;
    }

    #nav {
        display: flex;
        height: 60px;
        transition: none;
        background: none;
        width: 50%;
        right: 0;
        left: auto;
    }

    #nav ul {
        display: flex;
        flex-direction: row;
        margin: auto 50px auto auto;
        background: #fff;
        padding: 15px;
        border-radius: 25px;
    }

    #nav ul li {
        opacity: 1;
        transition: none;
        transform: translateY(0) !important;
        margin: auto 20px auto 0;
    }

    #nav ul li a {
        font-size: 16px;
    }

    #nav ul li:last-of-type {
        margin-right: 0
    }

    #nav ul li.show {
        transition: none
    }

    #nav.show {
        transition: none
    }

    #btn-menu-open, #btn-menu-close {
        display: none !important
    }

    .badge {
        height: 115px;
        width: 140px;
    }

    .badge::after {
        height: 115px;
        width: 140px;
    }
}

@media only screen and (min-width: 1200px) {
    h2 {
        margin-top: 140px;
    }

    section {
        width: 750px;
        margin: 0 auto;
    }

    #section-start img {
        width: 710px;
    }

    .product {
        width: calc((750px - 40px - 20px) / 2);
    }
}
