* {
    font-family: "din-condensed", sans-serif;
    font-weight: 300;
    font-style: normal;
    margin: 0;
    padding: 0;
}

body {
    overflow: hidden;
}

.regular {
    font-family: "din-condensed", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 75px;
}

.logowrapper {
    position: relative;
}

.logo {
    width: 350px;
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
    .logo {
        width: 450px;
    }
}

.location_wrapper {
    display: flex;
}

.location_image {
    align-self: flex-start;
    width: 16px;
}

.container h2 {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.flex {
    display: flex;
}

.flex-col {
    display: flex;
}

.locationwrapper {
    display: block;
}

.address {
    margin-left: 12px;
    margin-bottom: 28px;
    align-self: flex-start;
    font-size: 21px;
}

.mail {
    font-size: 21px;
    margin-left: 10px;
    color: black;
}

.bedrijfsgegevens {
    margin-top: 31px;
    font-size: 21px;
    position: relative;
    line-height: 2rem;
}

.bedrijfsgegevens h2 {
    margin-bottom: 18px;
    font-size: 24px;
}

.sterren1, .sterren2, .sterren3 {
    position: absolute;
    display: none;
}

.sterren1 {
    left: -200px;
    bottom: 50px;
}

.sterren2 {
    top: 0;
    right: -150px;
}

.sterren3 {
    right: -125px;
    bottom: -50px;
}

@media only screen and (min-width: 768px) {
    .sterren1, .sterren2, .sterren3 {
        display: block;
    }
}