body {
    background-color: #FFEC00;
}

.container {
    max-width: 1330px;
}

.col-wrapper {
    display: flex;
}

.item-page {
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: #FFFFFF;
    border-radius: 10px;
    -webkit-box-shadow: 0 3px 60px 0 rgb(168, 166, 32);
    -moz-box-shadow: 0 3px 60px 0 rgb(168, 166, 32);
    box-shadow: 0 3px 60px 0 rgb(168, 166, 32);
}

#header img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 100%;
    width: 100%;
}

#header .img-holder .logo img {
    position: absolute;
    width: auto;
    height: auto;
    left: 0;
    bottom: -60px;
    left: 115px;
}

#content {
    padding: 70px 115px 105px;
}

.img-content {
    width: 100%;
    max-width: 500px;
    height: auto;
    margin-bottom: 20px;
    margin-top: 10px;
}

h1 {
    margin-bottom: 30px;
    font-size: 40px;
    line-height: 46px;
    color: #231F20;
    font-weight: bold;
}

h2 {
    margin-top: 35px;
    font-size: 26px;
    line-height: 30px;
    font-weight: bold;
    color: #231F20;
}

h3 {
    margin-top: 25px;
    font-size: 23px;
    line-height: 25px;
}

h4 {
    margin-top: 25px;
    font-size: 18px;
    line-height: 20px;
}

ul,
ol {
    padding-left: 30px;
}

p,
li {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #231F20;
}

.openingstijden {
    margin-top: 20px;
}

a {
    color: #00ADEF;
    transition: .3s ease-in-out;
    text-decoration: underline;
}

a:hover {
    color: #092a44;
}

a.btn {
    position: relative;
    border-radius: 3px;
    font-size: 16px;
    line-height: 19px;
    color: white;
    font-weight: bold;
    background-color: #00ADEF;
    text-decoration: none;
    -webkit-box-shadow: 0 4px 0 0 rgba(0, 130, 180, 1);
    -moz-box-shadow: 0 4px 0 0 rgba(0, 130, 180, 1);
    box-shadow: 0 4px 0 0 rgba(0, 130, 180, 1);
    transition: top .3s ease-in-out;
}

a.btn:hover {
    top: 4px;
    box-shadow: none;
    color: white;
    background-color: #0082B4;
    ;
}

.img-holder {
    position: relative;
}

@media only screen and (max-width: 992px) {
    #header .img-holder .logo img {
        max-width: 200px;
    }
    .col-wrapper {
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    #content {
        padding: 35px 57px 52px;
    }
    #header .img-holder .logo img {
        bottom: -30px;
        left: 60px;
        max-width: 100px;
    }
}