/* --------------------------------
         Fonts
-------------------------------- */

h1 {
    font-size: 45px;
    line-height: 55px;
	font-weight: 700;
}

h2 {
    font-size: 32px;
    line-height: 42px;
}

h3 {
    font-size: 22px;
    line-height: 32px;
}

h4 {
    font-size: 20px;
    line-height: 30px;
}

h5 {
    font-size: 16px;
    line-height: 26px;
}



/* --------------------------------
         Buttons
-------------------------------- */

.buttonbox a {
    font-family: ingra, sans-serif;
    font-weight: 500;
    font-size: 15px;
    text-decoration: none;
    color: #ffffff!important;
    background-color: #bf2621;
    padding: 12.5px 17.5px;
    margin: 12.5px!important;
    position: relative;
    line-height: 1;
    border: 1px solid #bf2621;
    display: block;
}

.buttonbox > div > p {
    margin: -12.5px!important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: center;
}

a.zwartbutton {
    background-color: #000;
    border: 1px solid #000;
}

a.nobutton {
    background-color: rgb(255 255 255 / 0%);
    padding: 0px;
    font-weight: 500;
    text-transform: none;
}

a.nobutton:after {
    display: none;
}

a.nobutton:hover {
    text-decoration: underline;
}

.headerbar a.nobutton {
    text-shadow: 0px 0px 10px rgb(51 51 51 / 75%);
    color: #fff!important;
}




@media (max-width: 768px) {

h1 {
    font-size: 30px;
    line-height: 40px;
}

.h2largefooter h2 {
    font-size: 30px;
    line-height: 40px;    
}
	
h2 {
    font-size: 25px;
    line-height: 35px;
}

h3 {
    font-size: 18px;
    line-height: 28px;
}

h4 {
    font-size: 16px;
    line-height: 26px;
}

h5 {
    font-size: 16px;
    line-height: 26px;
}

}