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

body, html {
    height: 100%;
    font-family: Montserrat-Regular, sans-serif;
    font-weight: 400;
    color: #1e9956;
}
.comp-logo img {
    width: 100%;
}
h1 {
    background-color: #9ecb3d;
    display: inline-block;
    border-radius: 40px;
    color: #FFFFFF;
    padding: 10px 70px;
    font-weight: bold;
    text-align: center;
    font-size: 32px;
}
h2 {
    background-color: #1e9956;
    display: block;
    border-radius: 40px;
    color: #FFFFFF;
    padding: 10px;
    font-weight: bold;
    text-align: center;
    font-size: 28px;
}
h3 {
    background-color: #1e9956;
    display: inline-block;
    border-radius: 40px;
    color: #FFFFFF;
    padding: 10px 30px;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
}
h4 {
    background-color: #1e9956;
    display: block;
    border-radius: 40px;
    color: #FFFFFF;
    padding: 10px 30px;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
}
.text-block {
    text-align: left;
    background-color: #d7e8b1;
    border-radius: 40px;
    padding: 10px 30px;
}
ul {
    padding-left: 30px;
}
.margin-block {
    margin-left: 10%;
    margin-right: 10%;
}
.img-100 {
    width: 100%;
    padding: 15px;
}
.img-50 {
    width: 50%;
    padding: 15px;
    margin: 0 auto;
    display: block;
}
.img-80 {
    width: 80%;
    padding: 15px;
    margin: 0 auto;
    display: block;
}
@media (max-width: 1400px) {
    body, html {
        font-size: 14px;
        line-height: 20px;
    }
    h1 {
        font-size: 28px;
    }
    h2 {
        font-size: 20px;
    }
    h3, h4 {
        font-size: 12px;
    }
    .img-100, .img-50, .img-80 {
        padding: 0px;
    }
}
@media (max-width: 1200px) {
    body, html {
        font-size: 12px;
    }
    h1 {
        font-size: 24px;
    }
    h2 {
        font-size: 18px;
    }
    h3, h4 {
        font-size: 10px;
    }
    .img-100, .img-50, .img-80 {
        padding: 0px;
    }
}
@media (max-width: 992px) {
    body, html {
        font-size: 16px;
    }
    h1 {
        margin-top: 30px;
        font-size: 40px;
    }
    h2 {
        font-size: 28px;
    }
    h3, h4 {
        font-size: 14px;
    }
    .img-100, .img-50, .img-80 {
        padding: 15px;
    }
}
@media (max-width: 576px) {
    body, html {
        font-size: 14px;
    }
    h1 {
        margin-top: 30px;
        font-size: 28px;
    }
    h2 {
        font-size: 20px;
    }
    h3, h4 {
        font-size: 12px;
    }
    .img-100, .img-50, .img-80 {
        padding: 0px;
    }
    .margin-block {
        margin-left: 0%;
        margin-right: 0%;
    }
}
.hurenkaart {
    width: 100%;
    padding: 20% 0;
    background: url('/afita/cupconcept-gentbrugge/huren-kaart.png');
    background-size: cover;
}
.location-gent {
    position: absolute;
    height: 50%;
    top: 28%;
    left: 20%;
    width: 25%;
    z-index:0;
}
.location-gistel {
    position: absolute;
    height: 50%;
    top: 21%;
    left:11%;
    width: 5%;
    z-index:0;
}
.location-brugge {
    position: absolute;
    height: 50%;
    top: 10%;
    left:17%;
    width: 5%;
    z-index:0;
}
.location-asse {
    position: absolute;
    height: 50%;
    top: 45%;
    left:40%;
    width: 5%;
    z-index:0;
}
.location-antwerpen {
    position: absolute;
    height: 50%;
    top: 13%;
    left:46%;
    width: 5%;
    z-index:0;
}
.location-oudsbergen {
    position: absolute;
    height: 50%;
    top: 25%;
    left:73%;
    width: 5%;
    z-index:0;
}
.location-gistel img, .location-gent img, .location-brugge img, .location-asse img, .location-antwerpen img, .location-oudsbergen img {
    height: 35%;
    position: relative;
    z-index: 999;
}
.locationtext {
    background-color: #00893e;
    color: #FFFFFF;
    display: inline-block;
    margin-top: 0%;
    padding: 0% 2%;
    font-size:10px;
    font-weight:bold;
    border-radius: 5px;
    vertical-align: top;
    position: relative;
    z-index: 999;
}
.clicktitle {
    background-color: #e01e26;

}