/*
Wireframe: 25
Version: 1.0
Update: 2019.09.26
*/

/*--------------------------------------------------
>> TABLE OF CONTENTS:
----------------------------------------------------
# Fonts
# General
# Navigation
    ## Superfish
    ## Mobile navigation
--------------------------------------------------*/

/*--------------------------------------------------
# Fonts
--------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Mukta+Malar:wght@200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Suwannaphum:wght@100;300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/*--------------------------------------------------
# General
--------------------------------------------------*/
body {
    background: #000;
    color: #fff;
font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0em;
}
a {
    color: #ba3047;
    text-decoration: underline;
    transition: all .4s;
}
a:active, a:hover, a:focus {
    color:  #ba3047;
    text-decoration: none;
}

.image-right {
    float: right;
    margin: 0 0 10px 15px;
}
.image-left {
    float: left;
    margin: 0 15px 10px 0;
}
 
h1, h2, h3, h4, h5, h6 { font-family: 'Roboto Condensed', sans-serif;

    line-height: 1.35em;
  text-transform:none;
 color:  #ba3047;
 letter-spacing:0.05em;

}
h1 {


    font-size: 60px;
}
h2 {
    font-size: 40px;
    color: #aeaeae;
}
h3 {
    font-size: 35px;
}
h4 {
    font-size: 33px;color:#aeaeae; 
}
h5 {
    font-size: 30px;
}
h6 {
    font-size: 27px;color:#aeaeae; 
}

hr {
	border-color: #666;
}article.content img.image-right, article.content img.image-left {
    box-shadow: 10px -10px 0 -1px #000, 10px -10px 0 0 #ba3047;
}
.fullsite {
    overflow: hidden;
}body.pageTemplate.lang-nl.contactpage .banner .cta a {
    display: none;
}

header.top .inner-wrapper {
    position: relative;

    justify-content: space-between;
    align-items: center;
}.btn-gdpr {

    background: #ba3047 !important;
    color: #fff !important;
}
.btn-gdpr:hover {

    background: #111 !important;
    color: #fff !important;
}
header.top {
    position: sticky;
    top: 0;
    background: #000000;
    padding: 15px 0;
    z-index: 100;
    box-shadow: 0 0 10px rgb(161 65 81);
    height: 120px;
}
header.top.sticky.sticky-appear {
    transform: translateY(0);
}
header.top.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    transform: translateY(-314%);
    transition: transform .6s;
    height: auto !important;
}
header.top .logo {
    /* z-index: 1; */
    /* border-radius: 50%; */
    /* background: #fff; */
    /* width: 250px; */
    /* height: 250px; */
    position: relative;
    float: left;
    margin: 0px 0 0;
}
header.top nav.main-nav {
    position: relative;
    float: right;
    padding: 24px 0 0;
}
header.top nav.mobile-nav {
    display: none;
    font-size: 2em;
}
header.top nav.mobile-nav a {
    color: #fff;
}
header.top nav.language {
    position: absolute;
    right: 0;
    top: 100%;
}
header.top nav.language a {
    text-decoration: none;
    text-transform: uppercase;
    color: #57af30;
    background: #241c1c;
    display: inline-block;
    width: 25px;
    line-height: 25px;
    font-size: .75em;
    text-align: center;
    margin-left: 1px;
    opacity: .5;
    transition: opacity .4s;
}
header.top nav.language a:hover {
    opacity: 1;
}

.banner {
    position: relative;
    background: #fff;
    min-height: 550px;
    background-size: cover;
}
.homeTemplate .banner {
    height: 650px;
}
.banner #slideshow,
.banner .NewsItemBackground {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.banner .NewsItemBackground {
    background: no-repeat center;
    background-size: cover;
}
.banner #slideshow.diy-slideshow .prev,
.banner #slideshow.diy-slideshow .next {
    border-radius: 0;
    width: 30px;
    line-height: 30px;
    padding: 0;
    text-align: center;
    font-size: .8em;
    transform: none;
}
.banner #slideshow.diy-slideshow .prev {
    left: auto;
    top: auto;
    bottom: 5px;
    right: 36px;
} 
.banner #slideshow.diy-slideshow .next {
    top: auto;
    bottom: 5px;
    right: 5px;
}
.banner .cta {
    position: absolute;
    left: 0;
    bottom:34%;
    z-index: 1;
    text-align: center;
    right: 0;
    margin: 0 auto;
    display: table;
}
.banner .cta .slogan {
    position: relative;
    color: #fff;
    
    transform: translateX(-100vw);
    animation: slide-in .5s forwards;
}
.banner .cta .slogan h4 {
    font-size: 62px;
    line-height: 78px;
    text-transform: none;
    margin: 0;
    white-space: nowrap;
    color: #fff;
    text-shadow: 0 0 10px #00000094, 0 0 10px #00000038, 0 0 10px #0000004d;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 0.05em;
    font-weight: 400;
}
.banner .cta .slogan span {
    position: relative;
    display: block;
    font-size: 2em;
    line-height: 1em;
    letter-spacing: 0.1em;
    font-weight: 300;
    text-align: right;
}
.banner .cta .slogan span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 48%;
    height: 1px;
    background: #57af30;
    display: block;
}
.banner .cta a {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    background: #ba3047;
    border-radius: 10px;
    color: #ffffff;
    letter-spacing: .1em;
    padding: 20px 27px;
    margin-top: 40px;
    overflow: hidden;
    z-index: 1;
    transform: translateX(-100vw);
    animation: slide-in .5s forwards;
    font-size: 19px;
}
.banner .cta a:hover {
    color: #ba3047;
}
.banner .cta a strong {
    position: relative;
    font-weight: normal;
}
.banner .cta a::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    background: #fff;
    width: 100%;
    padding-bottom: 100%;
    border-radius: 50%;
    opacity: 0;
    transition: transform .4s, opacity .4s;
    z-index: -1;
}
.banner .cta a:hover::before {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 1;
}
main.content-wrapper {
    position: relative;
    padding: 50px 0;
}
main.content-wrapper header.page-title {
    position: relative;
    margin-bottom: 25px;
}
main.content-wrapper header.page-title h1 {
    margin: 0;
    font-size: 38px;
    line-height: 1.5em;
    color: #ba3047; font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 0.1em;
}body.pageTemplate.lang-nl.contact .banner .cta a {
    display: none;
}
header.top.sticky.sticky-appear .logo {
    display: none;
}header.top.sticky.sticky-appear nav.main-nav {
    float: none;
    display: table;
    margin: 0 auto;
}
main.content-wrapper header.page-title h1 .first-word::before {
    content: '';
    display: inline-block;
    width: 50px;
    height: 1px;
    background: #57af30;
    margin-right: 10px;
    vertical-align: middle;
}
body.homeTemplate.lang-nl span.first-word {
    display: none;
}
main.content-wrapper header.page-title h1 .sub-title {
}
article.content::after {
    content: '';
    display: block;
    clear: both;
}
article.content p {
    margin: 0 0 20px;
}
article.content ul {
    list-style: outside disc;
    margin-left: 0;
    padding: 0;
}
article.content ul li {
    position: relative;
    left: 1em;
    margin-left: 1em;
    padding-right: 1em;
}
article.content ul ul {
    list-style-type: circle;
}

article.content .table-style {
    position: relative;
}
article.content .table-style th {
    background: #f2f2f2;
}
article.content .table-style th,
article.content .table-style td {
    border: 1px solid #ccc;
    padding: 2px 5px;
}
article.content #AllNews {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
}
article.content #AllNews figure.Item {
    position: relative;
}
article.content #AllNews figure.Item .photo {
    position: relative;
    height: 250px;
    margin-bottom: 20px;
    border: 1px solid #fdadac;
}
article.content #AllNews figure.Item .photo.nophoto {
    background: url("../images/news-nophoto.jpg") center no-repeat;
    background-size: cover;
}
article.content #AllNews figure.Item .photo img {
    position: relative;
    z-index: 1;
    object-fit: cover;
    height: 100%;
    width: 100%;
    display: block;
    transition: transform .4s;
}
article.content #AllNews figure.Item:hover .photo img {
    transform: translate(-10px, 10px);
}
article.content #AllNews figure.Item .photo h3 {
    z-index: 10;
    position: absolute;
	left: 5px;
	right: 5px;
	top: auto;
	bottom: 5px;
    background: rgba(0,0,0,.25);
    color: #fff;
    margin: 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.8em;
	line-height: 1.5em; font-family: 'Roboto Condensed', sans-serif;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
    transition: background .4s, transform .4s;
}
article.content #AllNews figure.Item:hover .photo h3 {
    background: #fdadac;
    transform: translate(-10px, 10px);
}
article.content #AllNews figure.Item figcaption span.button {
    display: inline-block; font-family: 'Roboto Condensed', sans-serif;
	font-size: 1em;
    font-weight: normal;
	letter-spacing: 0.1em;
	background: #241c1c;
	line-height: 1em;
	text-transform: uppercase;
    color: #fff;
    padding: 10px 30px;
    transition: background .4s;
}
article.content #AllNews figure.Item:hover figcaption span.button {
    background: #fdadac;
}
article.content #AllNews figure.Item > a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
}
article.content section.newsletter {
    position: relative;
    background: #57af30;
    color: #7f6666;
    padding: 30px;
    margin-top: 35px;
}
article.content section.newsletter h2 {
    font-weight: 300;
    letter-spacing: 0.1em;
    margin-top: 0;
}
article.content section.newsletter a {
    color: #7f6666;
}
article.content section.newsletter a:hover {
    color: #302727;
}
section.prestations {
    position: relative;
    padding: 20px 0 60px;
}
.presentations-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
}
section.prestations .box h3 {
    font-weight: bold;
    font-size: 16px;
    color: #000;
    letter-spacing: 0;
    
    text-align: center;
}
section.prestations .box .icon-bx {
  
    display: table;
    margin: 0 auto 0;
}
section.boxes {
    position: relative;
    background: url("../images/bg-boxes.jpg")  no-repeat fixed  center;
    background-size: cover;
    padding: 42px 0;
    overflow: hidden;
    /* border-top: 5px solid #0945a5; */
}section.boxes:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    width: 100%;
    height: 100%;

}
section.boxes .boxes-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 14px;
    text-align: center;
    margin-left: auto;
    width: 66.6666%;
}
section.boxes .boxes-wrapper [class*="box"] {
    position: relative;
    background: #fff;
    padding: 25px 35px;
    margin-left: auto;
    font-size: 16px;
    color: #000;
    overflow: hidden;
    transition: background .4s;
    width: 100%;
}
section.boxes .boxes-wrapper [class*="box"]:hover {
    background: #f6f6f6;
}
section.boxes .boxes-wrapper [class*="box"] h3 {
    position: relative;
    text-transform: none;
    font-size: 30px;
    color: #ba3047;
    font-family: 'Roboto Condensed', sans-serif;
    margin: 0 0 22px;
    letter-spacing: 0.1em;
}
section.boxes .boxes-wrapper [class*="box"]:hover h3 {
    color: #fff;
}
section.boxes .boxes-wrapper [class*="box"] p {
    margin: 0;
}
section.boxes .boxes-wrapper [class*="box"] p:not(:last-child) {
    /* position: relative; */
}
section.boxes .boxes-wrapper [class*="box"] a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 0;
    z-index: 10;
}
section.boxes .boxes-wrapper [class*="box"]::before {
    content: '';
    position: relative;
    z-index: 1;
    display: block;
    background: #ffffff;
    width: 120px;
    height: 124px;
    border-radius: 50%;
    margin: 0 auto 20px;
    background-repeat: no-repeat;
    background-position: center;
}
section.boxes .boxes-wrapper .box01::before {
    background-image: url("../images/icon1.png");
}
section.boxes .boxes-wrapper .box02::before {
    background-image: url("../images/icon2.png");

}
section.boxes .boxes-wrapper .box03::before {
    background-image: url("../images/icon3.png");
}
section.boxes .boxes-wrapper .box04::before {
    background-image: url("../images/icon4.png");
}
section.boxes .boxes-wrapper [class*="box"]:hover::before {
    background-color: rgba(241,194,194, 0);
}
section.boxes .boxes-wrapper [class*="box"] .circle {
    content: '';
    position: absolute;
    left: 50%;
    top: 87px;
    transform: translate(-50%, -50%);
    display: block;
    background: #ba3047;
    width: 125px;
    height: 125px;
    border-radius: 50%;
    transition: transform 1s;
}
section.boxes .boxes-wrapper [class*="box"]:hover .circle {
    transform: translate(-50%, -50%) scale(10);
}footer.bottom a.networks_linkedin.networks_linkedin::after {
    content: "linkedin";
}
section.openinghours {
    background: url("../../../smarty/wireframe25/media/images/bg-open.jpg") no-repeat  bottom;
    background-size: cover;
    padding: 66px 0 81px;
    color: #fff;
    position: relative;
    z-index: 1;
}
section.openinghours h4:before {
    content: '';
    display: inline-block;
    width: 50px;
    height: 1px;
    margin-right: 10px;
    background: #ba3047;
    vertical-align: middle;
}
section.openinghours h4 {
    font-size: 36px;
    line-height: 1em;
    position: relative;
    color: #ffffff;
    font-family: 'Roboto Condensed', sans-serif;
}
section.openinghours .containerOpening {
    display: flex;
    justify-content: center;
    margin-top: 36px;
}
section.openinghours .containerOpening .openingLine {
    flex-grow: 1;
    flex-basis: 0;
    position: relative;
    padding: 25px 20px;
    margin: 5px;
    border: 1px solid  #ba3047;
    text-align: center;
}
section.openinghours .containerOpening .openingLine .openingDay {
    font-family: 'Roboto Condensed';
    font-size: 1.25em;
    text-transform: uppercase;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
    color: #ffffff;
}
section.openinghours .containerOpening .openingLine .openingTime {
    color: #ffffff9c;
}section.openinghours:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000000d9;
    z-index: -1;
}

section.contactform {
    padding: 50px 0 100px;
}
section.contactform h6 {
    color: #999;
    font-size: 0.8em;
    line-height: 1em;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin: 0; font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
}
section.contactform h4::before {
    content: '';
    display: inline-block;
    width: 50px;
    height: 1px;
    margin-right: 10px;
    background: #ba3047;
    vertical-align: middle;
}
section.contactform h4 {
    font-size: 28px;
    line-height: 1em;
    color: #ba3047;
    text-align: center;
    position: relative;
    margin-bottom: 35px; font-family: 'Roboto Condensed', sans-serif;
}.googlemaps_v2 .modal__inner {
    width: 100% !important;
    height: 100% !important;
}.max-container {
    position: relative;
    margin: 0 auto;
    width: 1268px;
    padding: 0 15px;
}

section.prestations {
    position: relative;
    padding: 60px 0 60px;
    background: #aeaeae;
}section.prestations h1 {
    display: table;
    margin: 0 auto 50px;
    text-align: center;
    color: #ba3047;
    font-size: 40px;
}.grid-serv {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 30px;
}section.prestations .box {
    text-align: center;
    display: table;
    margin: 0 auto;
}section.prestations .box .icon-bx img {
    position: relative;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    object-fit: cover;
    border: 1px solid #ba3047;
}section.prestations .box .icon-bx {
    /* width: 150px; */
    display: table;
    margin: 0 auto 0;
    transition: all 0.4s;
    /* height: 150px; */
}section.prestations .box:hover .icon-bx {
    transform: rotate(360deg);
}section.prestations .box h3 {
    font-size: 21px;
    color: #000000;
    font-weight: 500;
    letter-spacing: 0;
    margin: 28px 0 0;
}
footer.bottom {
    position: relative;
    background: #000000;
    text-align: center;
    color: #fff;
    padding: 40px 0;
}
footer.bottom .logo {
    margin-bottom: 40px;

}
footer.bottom .phone-responsive {
    display: inline-block;
}
footer.bottom .spacer {
    display: inline-block;
    padding: 0 10px;
}
footer.bottom p a,
footer.bottom p a, footer.bottom label.modal-label {
    color:#ba3047;
    text-decoration: underline;
    line-height: 1em;
    padding-bottom: 2px;
    display: inline-block;
    transition: color .4s;
}
footer.bottom p a:hover,
footer.bottom label.modal-label:hover {
   text-decoration: none;
   color:#ba3047;
}
footer.bottom .networks {
    margin-top: 40px;
}
footer.bottom a.networks_facebook, footer.bottom a.networks_linkedin, footer.bottom a.networks_instagram {
    position: relative;
    background: none !important;
    color: #ba3047;
    font-size: 3em;
    margin: 0 20px;
    width: 100px;
    line-height: 1em;
}
footer.bottom a.networks_facebook::after, footer.bottom a.networks_linkedin::after, footer.bottom a.networks_instagram::after { font-family: 'Roboto Condensed', sans-serif;
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    font-size: 25px;
    color: #ffffff;
    text-transform: capitalize;
}.networks_linking a.networks_facebook:hover, .networks_linking a.networks_linkedin:hover, .networks_linking a.networks_instagram:hover {
    color: #dfd7d7!important;
}
footer.bottom a.networks_facebook.networks_facebook::after {
    content: 'facebook';
}
footer.bottom a.networks_twitter.networks_twitter::after {
    content: 'twitter';
}
footer.bottom a.networks_linkedin.networks_linked::after {
    content: 'linkedin';
}
footer.bottom a.networks_instagram.networks_instagram::after {
    content: 'instagram';
}
footer.bottom a.networks_facebook.networks_pinterest::after {
    content: 'pinterest';
}
footer.bottom a.networks_facebook.networks_youtube::after {
    content: 'youtube';
}
footer.bottom a.networks_facebook.networks_tripadvisor::after {
    content: 'tripadvisor';
}section.openinghours.pages {
    border-bottom: 4px solid #ba3047;
    border-top: 4px solid #ba3047;
}.banner.small .cta {
    bottom: 10%;
}.banner .cta .slogan.contact a {
    display: none;
}.box-light {
    background: #e7e7e7;
    padding: 20px;
    margin: 20px 0 0;
    color: #000;
}
#news-popup {
    transform: translateX(-100vw);
    animation: slide-in .5s forwards;
}
#news-popup .popup-wrapper .popup-content .news-item-title {
    text-transform: uppercase;
    font-weight: normal;
    color: #3b3b3b;
    border-color: #57af30;
}#scrollTopBtn {
    background-color: #ba3047 !important;
}
a#scrollTopBtn {
    border-radius: 0;
    right: 13px;
    background: #ba3047;
}
a#scrollTopBtn:hover {
    background: #86a84a;
}

@keyframes slide-in {
    100% {
    	transform: translateX(0%); 
    	opacity: 1;
    }
}
@-webkit-keyframes slide-in {
    100% {
    	-webkit-transform: translateX(0%); 
    	opacity: 1;
    }
}


@media only screen and (max-width : 1600px) {
	

	
}

@media only screen and (max-width : 1400px) {
	
	.sf-menu a {

    font-size: 16px;

}
}

@media only screen and (max-width : 1350px) {
    article.content .content-inner {
        width: calc(970px / 2 - 15px);
    }
    footer.bottom .contact .inner {
        width: calc(970px / 2 - 15px);
    }
header.top nav.mobile-nav {
    display: block;
    float: right;
    padding: 19px 0 0;
}
  header.top nav.main-nav {
    display: none !important;
}header.top nav.mobile-nav a {
    color: #ba3047;
}
  .max-container {
    position: relative;
    margin: 0 auto;
    width: auto;
    padding: 0 15px;
}header.top.sticky.sticky-appear nav.mobile-nav {
    float: none;
    display: table;
    margin: 0 auto;
    padding: 0;
}
}
@media only screen and (max-width : 1199px) {
section.openinghours .containerOpening .openingLine {
 
    padding: 25px 15px;

}section.boxes .boxes-wrapper {

    width: 80%;
}section.openinghours .containerOpening {
    display: grid;
    justify-content: center;
    margin-top: 36px;
    grid-template-columns: repeat(4, 1fr);
}header.top.sticky.sticky-appear {

    height: auto;
}
}
@media only screen and (max-width : 991px) {
	.banner .cta .slogan h4 {
    font-size: 44px;

}
footer.bottom .spacer {
    display: none;

}footer.bottom .networks {
    margin-top: 0;
}footer.bottom p .fa {
    display: table;
    margin: 6px auto;
}
 footer.bottom p {
    margin: 0 0 35px;
    display: inline-grid;
}
    main.content-wrapper {
        padding: 50px 0;
    }
    section.boxes .boxes-wrapper {
        width: auto;
    }

    section.openinghours .containerOpening {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    }
    section.contactform {
        padding: 50px 0;
    }
  .image-right {
    float: none;
    margin: 0 auto 40px;
    display: table;
}
  .presentations-grid {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-gap: 40px;
}.homeTemplate .banner {
    height: 500px;
}.banner .cta {

    bottom: 20%;

}main.content-wrapper header.page-title h1 {

    font-size: 44px;

}section.boxes .boxes-wrapper [class*="box"] h3 {

    letter-spacing: 0;

}.grid-serv {

    grid-template-columns: repeat(3, 1fr);
   
}
}
@media only screen and (max-width : 767px) {
	section.boxes .boxes-wrapper [class*="box"] h3 {

    margin: 0 0 12px;

    height: auto;
}
  .banner {
    min-height: 380px;
}header.top .logo {

    margin: 0px 0 0;
}.grid-serv {

    grid-template-columns: repeat(2, 1fr);

}main.content-wrapper header.page-title h1 {
    font-size: 33px;
    letter-spacing: 0.01em;
}
.image-right, .image-left {
    float: none;
    margin: 10px auto 40px;
    max-width: 100%;
    height: auto;
    display: block;
}
    .banner .cta .slogan {
        font-size: .61em;
    }
    article.content #AllNews {
        grid-template-columns: 1fr;
        grid-gap: 50px;
    }
    section.boxes .boxes-wrapper {
        grid-template-columns: 1fr;
    }
    section.openinghours .containerOpening {
        margin-top: 30px;
    }
    footer.bottom .phone {
        display: none;
    }
    footer.bottom .phone-responsive {
        display: inline-block;
    }.contactForm .contact-submit {

    margin: 20px 0 0;
}.banner .cta .slogan h4 {
    font-size: 41px;
    letter-spacing: 0px;
    line-height: 50px;
}section.openinghours h4 {
    font-size: 28px;

}section.contactform h4 {
    font-size: 27px;

}.banner .cta a {

    letter-spacing: 0;
    padding: 20px 27px;
    margin-top: 32px;

    font-size: 16px;
}h2 {
    font-size: 29px;

}section.openinghours .containerOpening .openingLine .openingDay {

    font-size: 17px;

}h5 {
    font-size: 25px;
}
}
@media only screen and (max-width : 480px) {
	section.boxes .boxes-wrapper [class*="box"] {

    padding: 25px 12px;

}.banner .cta .slogan h4 {
    font-size: 25px;
    letter-spacing: 0;
}section.boxes .boxes-wrapper [class*="box"] h3 {

    font-size: 21px;

}section.openinghours h4 {
    font-size: 25px;
    font-weight: 400;
}section.contactform h4 {
    font-size: 21px;

}
main.content-wrapper header.page-title h1 {
    font-size: 30px;
    letter-spacing: 0;
}.contactForm .g-recaptcha {
    margin: 0;
    transform: scale(0.8) !important;
    position: relative;
    left: -15px;
}header.top .logo img {
    width: 200px;
}footer.bottom p {
    margin: 0px auto 35px;
    display: table;
}footer.bottom a.networks_facebook, footer.bottom a.networks_linkedin, footer.bottom a.networks_instagram {

    margin: 8px 20px;

}.grid-serv {

    grid-template-columns: repeat(1, 1fr);

}.homeTemplate .banner {
    height: 470px;
}
}

/*--------------------------------------------------
# Navigation
--------------------------------------------------*/

/*--------------------------------------------------
## Superfish
--------------------------------------------------*/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    background: rgba(255,255,255,.9);
	box-shadow: 0px 0px 10px rgba(0,0,0,.2);
	min-width: 12em;
    padding: 5px;
}
.sf-menu ul::before {
    content: '';
    width: 0px;
    height: 0px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
}
.sf-menu {
    display: flex;
}
.sf-menu > li {
    flex: 1 1 auto;
    padding: 10px 0;
}
.sf-menu > li:not(:first-child) {
    margin-left: 36px;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}
.sf-menu a {
    display: block;
    position: relative;
    letter-spacing: 0;
    padding-left: 0;
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: none;
    color: #aeaeae;
    text-align: center;
    font-family: 'Roboto';
    font-weight: 500;
}
.sf-menu > li > a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    display: block;
    background: #ba3047 ;
    transition: width .4s;
}
.sf-menu li a:hover, .sf-menu li.sfHover > a, .sf-menu li.selected > a, .sf-menu li.active > a {
    color:#ba3047;
}header.top .logo {
    padding: 10px;
    background: #000000;
    margin-top: -15px;
    border-radius: 10px;
}
.sf-menu li {
	white-space: nowrap;
}
.sf-menu ul li:not(:first-child) {
    margin-top: 5px;
}
.sf-menu ul li a {
    padding: 5px 10px;
    color: #707070;
    line-height: 2em;
    letter-spacing: normal;
    border: none;
    transition: background .4s, color .4s;
}
.sf-menu li a:hover::before, .sf-menu li.sfHover > a::before,
.sf-menu li.selected > a::before, .sf-menu li.active > a::before {
    width: 100%;
}
.sf-menu ul li a:hover, .sf-menu ul li.sfHover > a,
.sf-menu ul li.selected > a, .sf-menu ul li.active > a {
    background: #fdadac;
    color: #fff;
}

/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul::after {
    content: '\f0d7';
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    margin-left: 5px;
    transition: color .4s;
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul::after,
.sf-arrows > .sfHover > .sf-with-ul::after,
.sf-arrows > .selected > .sf-with-ul::after,
.sf-arrows > .active > .sf-with-ul::after {
}

@media only screen and (max-width : 1024px) {
    .sf-menu > li:not(:first-child) {
        margin-left: 15px;
    }
}

/*--------------------------------------------------
## Mobile navigation
--------------------------------------------------*/
.site-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	opacity: 0;
	transform: translate3d(100%,0,0);
	transition: opacity 0.4s, transform 0s 0.4s;
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
/* Close Button */
.close-button {
	width: 1.5em;
	height: 1.5em;
	position: absolute;
	right: 1em;
	top: 1em;
	overflow: hidden;
	text-indent: 1em;
	font-size: 0.75em;
	border: none;
	background: transparent;
	color: transparent;
}
.close-button::before,
.close-button::after {
	content: '';
	position: absolute;
	width: 3px;
	height: 100%;
	top: 0;
	left: 50%;
	background: #ccc;
	transition: background .4s;
}
.close-button::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.close-button::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.close-button:hover::before,
.close-button:hover::after {
	background: #fff;
}
/* Menu */
.menu-wrap {
	position: fixed;
	overflow: auto;
	top: 0;
	left: 0;
	z-index: 1001;
	width: 300px;
	height: 100%;
	background: rgba(57,57,57, 1);
	box-shadow: 0 0 20px rgba(0,0,0,.8);
	padding: 40px 20px 20px;
	transform: translateX(-100vw);
	transition: transform 0.4s;
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
.mobile-menu {
	transform: translateX(500px);
}
.mobile-menu > ul {
	display: block;
	transform: translateX(-1000px);
}
.mobile-menu,
.mobile-menu > ul {
	transition: transform 0s 0.4s;
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
.mobile-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
    font-size: .75em;
    letter-spacing: 0.2em;
}
.mobile-menu ul ul {
    font-size: 1em;
	background: rgba(0,0,0,.15);
	margin-top: 5px;
	margin-bottom: -5px;
	border-top: 1px solid rgba(255,255,255,.2);
}
.mobile-menu li:first-child {
	border-top: none;
}
.mobile-menu li {
	padding: 5px 0;
	border-top: 1px solid rgba(255,255,255,.2);
}
.mobile-menu li li {
	position: relative;
	border-top: 1px solid rgba(255,255,255,.2);
}
.mobile-menu li li::before {
	content: '\f105';
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
	position: absolute;
	color: rgba(255,255,255,.5);
	z-index: 5;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.mobile-menu a {
    text-transform: uppercase;
    padding: 9px 10px;
    display: block;
    color: rgb(255, 255, 255);
    text-decoration: none;
    transition: background 0.4s ease 0s;
    font-family: 'Roboto Condensed';
    font-size: 18px;
    letter-spacing: 0px;
}
.mobile-menu a:hover, .mobile-menu .selected > a, .mobile-menu .active > a {
    background: #ba3047;
}
.mobile-menu li li a {
	padding-left: 25px;
}
/* Shown menu */
.show-menu .menu-wrap {
	transform: translate3d(0,0,0);
	transition: transform 0.8s;
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
.show-menu .mobile-menu,
.show-menu .mobile-menu ul {
	transform: translate3d(0,0,0);
	transition: transform 0.8s;
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
.show-menu .mobile-menu ul {
	transition-duration: 0.9s;
}
.show-menu .site-overlay {
	opacity: 1;
	transition: opacity 0.8s;
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transform: translate3d(0,0,0);
}

.topbalk {
	display: block;
	background: #fff  ;
	position: relative;
	padding: 5px 0;
	color: #000;
	width: 100%;
	height: 30px;
	z-index: 10;
	overflow: hidden;
}
.topbalk .links {
	float: left;
}
.topbalk .links a{
	text-decoration: none;	
	color: #000;
}
.topbalk .links a:last-child{
	margin-left: 15px;
}
.topbalk .rechts {
	float: right;
}

@media only screen and (max-width : 767.98px) {
	.topbalk {
	  font-size: 13px;
	}
	.topbalk .links {
		width: 87%;
	}
	.topbalk .rechts{
		width: 13%;
	}
	.topbalk .rechts .rbalk .fas {
		margin-top: 5px;
		cursor: pointer;
		padding-right: 5px;
	}
	.topbalk .rechts .rbalk {
		right: -155px;
		background: #fff;
		display: grid;
		position: absolute;
		grid-template-columns: 20px 1fr;
		line-height: 22px;
		height: 24px;
		transition: right .4s;
	}
	.topbalk .rechts .rbalk.zichtbaar {
		right: 34px;
	}	
}