body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

.col-12 {
    padding-right: 0;
}

p {
    margin: 0;
}

h2 {
    margin: 0;
}

a:link {
    text-decoration: underline;
}


#afspraakcontainer{
	margin-top: -300px;
}

#textcontainer{
	margin-top: -715px;
}

#textcontainer p{
	color: white;
    font-size: 50px;
}

#planafspraak{
    top: 0px;
    left: 0px;
    z-index: 10;
    color: white;
    background-color: #fec100;
    border-color: #548235;
    border-radius: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 35px;
    padding-right: 35px;
}
/*button {
    top: 450px;
    right: 200px;
    position: absolute;
    z-index: 10;
    color: white;
    background-color: #fec100;
    border-color: #cfab45;
    border-radius: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 35px;
    padding-right: 35px;
}*/

#headerContact {
    color: white;
    background-color: #4573c4;
    width: 100%;
    height: 50px;
    display: flex;
}

#headerSocial {
    color: black;
    background-color: white;
    width: 100%;
    height: 50px;
    display: flex;
    margin-top: 5px;
    margin-bottom: 5px;
}

#logo {
    height: 35px;  
}

.icon {
    color: white;
    background-color: #4573c4;
    padding: 10px;
}

.image {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}

#map {
    width: 75%;
    height: 300px;
}

.col-md-4 {
    margin-bottom: 50px;
}

#colMap {
    margin-bottom: 50px;
}

#rowInformation {
    margin-top: 3rem;
}

.responsive {
    display: flex;
}

@media screen and (max-width: 720px) {
    .responsive {
        display: contents;
    }
#afspraakcontainer{
	margin-top: -150px;
}

#textcontainer{
	margin-top: -300px;
}

#textcontainer p{
	color: white;
    font-size: 30px !important;
}

    #test > a {
        font-size: 13px;
    }

    #logo {
        margin-left: 15px;
        width: 100%;
        height: 15px;  
    }

    h2 {
        font-size: 1.3rem;
    }

    p {
        font-size: 0.9rem;
    }


#planafspraak{
	top:150px;
	left:20px;
}
    #contact {
        padding-right: 0;
        padding-left: 30px;
    }

    #general {
        padding-right: 30px;
        padding-left: 0px;
    }


    #colMap {
        margin-bottom: 0;
    }

    #rowInformation {
        margin-top: 1rem;
    }
    
  }

  @media screen and (max-width: 1200px) and (min-width: 720px) { 
    #textcontainer{
        margin-top: -510px;
    }

  }