



footer a:hover {
    text-decoration: underline;
}

.breadcrumb-container a:hover {
     text-decoration: underline;
}

.col-post-content a:hover {
     text-decoration: underline;
}

.widget-contactgegevens a:hover {
     text-decoration: underline;
}

.col-post-content a {
    font-weight:bold;
}

.button, .avk-button {
    background-color:#F0D94C;
    display:inline-block;
  
    color:#000;
    font-weight:700;
    font-size:17px;
    letter-spacing:0.57px;
    position:relative;
    -webkit-transition-duration: 0.2s; /* Safari */
    transition-duration: 0.2s;
    font-size: 16px;
    display: inline-block;
    width: auto;
    line-height: 54px;
    text-decoration: none !important;
    padding-left:40px;
    padding-right:40px;
    width:auto;   
    border-radius: 30px;
     
}



.button.button-more:hover, .button:hover {
     background-color:#fce44f !important;
}

.button-round {
    
    width: auto;
    line-height: 53px;
    -webkit-appearance: none;
    outline: none;
    border: 0px;
    border-radius: 3px;
    background-color: #F08100;
    font-size: 18px;
    font-weight: bold;
    color:#fff;
    padding-left: 30px;
    padding-right: 30px;
}

.button-large {
    height: 50px;
    line-height: 50px;
    padding-left: 38px;
    padding-right: 38px;
}

.button-orange {
    background-color:#F08100; 
    color:#fff;
}

.button-blue {
    background-color:#F0D94C !important;
    color:#000 !important;
}

.avk-button-s {
    width:100%;
    text-transform: none;
    text-align:center;
    font-size:19px;
}

.button-more {
    padding-right:35px;
}

.button-more:after {
    content:'';
    position:absolute;
    background-image:url('../images/arrow-blue-right.svg');
    background-size:cover;
    width: 22px;
    height: 15px; 
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;     
}



.button-more.button-blue {
    background-color:transparent;
    color:#F08100;
    font-size:18px;
}

.button-more.button-orange {
    background-color:transparent;
    color:#F08100;
    font-size:18px;
}

.button-more.button-blue:after {
    background-image:url('../images/arrow-blue-right.svg');
}

.button-more.button-orange:after {
    background-image:url('../images/arrow-orange-right.svg');
}

.button-icon:before {
    position:absolute;
    content:'';
    background-image:url('../images/search-white.svg');
    background-size:cover;
    width: 19px;
    height: 19px;
    top: 23px;
    left: 47px; 
}

.button-icon {
    padding-left:77px;
    padding-right:67px;
}


.button-more.button-load-more:after {
    background-image: url('../images/arrow-blue-down2.svg');
    width: 15px;
    height: 22px;
 
    top: 2px;
    right: 17px;

}

.button-more {
    padding-right:52px;
    padding-left:30px;
}

.button-text-default {
    text-transform: none !important;
}

a.button-filter, a.button-filter:hover,  a.button-filter:active {
    -webkit-appearance: none;
    outline: none;
    border: 0px;

    border-radius: 3px;
    background-color: #F08100;
    font-size: 18px;
    font-weight: bold;
    color: #000 !important;
    padding-left: 30px;
    padding-right: 30px;
    background-color:#fff !important;
    width:100%;
    height: 53px;
    line-height:53px;
    text-align:center;
    text-transform: none;
    font-weight:normal;
    box-shadow:none !important;
}

a.button-filter i {
    margin-right:5px;
}

a.button.outline {
    background-color:#fff !important;
    border: 1px solid #000 !important;
    color:#000 !important;
}

a.button.border {
    border: 1px solid #F08100 !important;   
    line-height: 52px;
}

a.button + a.button {
    margin-left:12px;
}

a.button {
    text-align:center;
}

.button {
    font-family: "arboria", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: none;
}

