body {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
    margin: 0;
    padding: 0;
    line-height: 1.4rem;
}

h2{
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}

header {
    position: relative;
    max-width: 80%;
    margin: 0 auto;
}

.website-logo {
    text-align: left;
    margin-top: 20px;
    padding-top: 30px;
    
}

.website-logo img {
    width: 350px;
    height: auto;
}

.brand-logos {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin: 20px 0;
    margin: 0 auto;
}

.brand-logos img {
    width: 20%;
    height: auto;
    padding: 20px;
    height: auto;
}

.slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    min-width: 100%;
    box-sizing: border-box;
    max-height: 650px;
}

.slide img {
    width: 100%;
    height: auto;
}

.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
    color: #fff;
    background-color: rgba(0,0,0,0.5);
    padding: 10px;
    cursor: pointer;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

.holder{
    display: flex;
    width: 80%;
    margin: 0 auto;
    margin-top: 50px;
}

.openingstijden {
    width: 30%;
    padding: 20px;
    text-align: left;
    
}


.openingstijden img{
    max-width: 75%;
    margin-bottom: 20px;
}

.openingstijden h1 {
    font-size: 2.5rem;
}

.openingstijden h2, .openingstijden h3 {
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 1.1rem;
}

.openingstijden p{
    margin-top: 5px;
}

.location {
    width: 70%;
    text-align: center;
    margin: 40px 0;
}

.map-container {
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

.socials {
    text-align: center;
    margin: 40px 0;
}

.social-links {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.social-links a img {
    width: 30px;
    height: auto;
}
