@import url("https://use.typekit.net/ymz7erd.css");
@font-face {
  font-family: neotech;
  src: url("./assets/fonts/neotech_bold_webfont.woff") format("woff"),
    url("./assets/fonts/neotech_bold_webfont.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: neotech;
  src: url("./assets/fonts/neotech_webfont.woff") format("woff"),
    url("./assets/fonts/neotech_webfont.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* =================================================================================
*
* Build style - Basic style
* source: sc-theme-acf/assets/sass/style/
* 
* ================================================================================== */
/*
* Html
* source: sc-theme-acf/assets/sass/partials/_basics
*/
html,
body {
  font-family: sofia-pro, sans-serif;
  font-weight: 300;
  line-height: 1.7;
  color: #3d3d3d;
}
@media (min-width: 769px) {
  html,
  body {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  html,
  body {
    font-size: 15px;
  }
}

/*
* Container en columns
* source: sc-theme-acf/assets/sass/style/_container
* source: sc-theme-acf/assets/sass/style/_columns
*/
@media (min-width: 1026px) {
  .sc-container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 1025px) {
  .sc-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.sc-content {
  width: 1240px;
}

@media (min-width: 901px) {
  .sc-column-50 .sc-column-text-boxed {
    max-width: 620px;
  }
}

@media (min-width: 901px) {
  .sc-column-66 .sc-column-text-boxed {
    max-width: 818.4px;
  }
}

@media (min-width: 901px) {
  .sc-column-33 .sc-column-text-boxed {
    max-width: 409.2px;
  }
}

/*
* Headings en text
* source: sc-theme-acf/assets/sass/style/_text
*/
h1,
h2,
h3 {
  line-height: 1.4;
  font-family: neotech, sans-serif;
  color: #3d3d3d;
  font-weight: 400;
}

.sc-text a,
.sc-widget a {
  color: #6a1549;
}
.sc-text a:hover,
.sc-text a:active,
.sc-widget a:hover,
.sc-widget a:active {
  color: #3d3d3d;
}

.sc-column-titel .sc-content-title,
.sc-slider-titel .sc-content-title {
  order: 2;
}
.sc-column-titel .sc-content-subtitle,
.sc-slider-titel .sc-content-subtitle {
  color: #3d3d3d;
  font-size: 17px;
  order: 1;
}

/*
* Button en input['submit']
* source: sc-theme-acf/assets/sass/style/_button
*/
.sc-button a {
  padding: 6px 14px 5px;
  background: transparent;
  color: #3d3d3d;
  font-size: 18px;
  border-width: 1px;
  border-style: solid;
  border-color: #3d3d3d;
  text-transform: initial;
  font-weight: 400;
  position: relative;
}
.sc-button a span {
  position: relative;
}
.sc-button a:before {
  content: "";
  position: absolute;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: 0;
  height: 100%;
  right: 0;
  top: 0;
}
.sc-button a:hover:before {
  width: 100%;
  left: 0;
  right: auto;
  background: #6a1549;
}
.sc-button a:hover,
.sc-button a:active {
  color: #fff;
}

input[type="submit"] {
  padding: 10px 14px 8px;
  background: transparent;
  color: #3d3d3d;
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  border-color: #3d3d3d;
  text-transform: initial;
  font-weight: 400;
}
input[type="submit"]:disabled,
input[type="submit"]:disabled[disabled],
input[type="submit"]:hover:disabled,
input[type="submit"]:hover:disabled[disabled] {
  background: #ddd;
  border-color: #191919;
  color: #191919;
}
input[type="submit"]:hover,
input[type="submit"]:active {
  background: #6a1549;
  color: #fff;
}
input[type="submit"]:hover span,
input[type="submit"]:active span {
  font-style: normal;
}

/*
* SVG icons
* source: sc-theme-acf/assets/sass/style/_icons_svg
*/
#siteHeader .info-menu svg {
  fill: #fff;
  margin-right: 6px;
}
#siteHeader .info-menu a:hover svg,
#siteHeader .info-menu a:focus svg {
  fill: #6a1549;
}
#siteHeader .info-menu .sc-contact-phone svg {
  width: 13px;
  height: 13px;
}
#siteHeader .info-menu .sc-contact-fax svg {
  width: 13px;
  height: 13px;
}
#siteHeader .info-menu .sc-contact-email svg {
  width: 13px;
  height: 10px;
}
#siteHeader .info-menu .sc-sm-icon svg {
  width: 15px;
  height: 15px;
}
#siteHeader .info-menu .sc-sm-icon.sc-sm-youtube svg {
  width: 21px;
}

@media (max-width: 1025px) {
  #siteHeader #primary-navigation svg {
    width: 14px;
    height: 14px;
    margin-right: 8px;
  }
  #siteHeader #primary-navigation .sc-sm-icon.sc-sm-youtube svg {
    width: 20px;
  }
}
@media (min-width: 1026px) {
  #siteHeader #site-menu svg {
    width: 16px;
    height: 16px;
    fill: #fff;
  }
  #siteHeader #site-menu a:hover svg,
  #siteHeader #site-menu a:focus svg {
    fill: #6a1549;
  }
  #siteHeader #site-menu .sc-sm-icon.sc-sm-youtube svg {
    width: 22px;
  }
}
#siteMain svg {
  width: 17px;
  height: 17px;
  fill: #6a1549;
}
#siteMain a:hover svg,
#siteMain a:focus svg {
  fill: #3d3d3d;
}
#siteMain .sc-sm-icon.sc-sm-youtube svg {
  width: 23px;
}

#siteFooter .sc-sm-icon {
  margin-right: 18px;
}
#siteFooter .sc-widget-contact svg {
  margin-right: 8px;
}
#siteFooter svg {
  fill: #6a1549;
}
#siteFooter a:hover svg,
#siteFooter a:focus svg {
  fill: #6a1549;
}
#siteFooter .sc-contact-phone svg {
  width: 13px;
  height: 13px;
}
#siteFooter .sc-contact-fax svg {
  width: 13px;
  height: 13px;
}
#siteFooter .sc-contact-email svg {
  width: 13px;
  height: 10px;
}
#siteFooter .sc-sm-icon svg {
  width: 15px;
  height: 15px;
}
#siteFooter .sc-sm-icon.sc-sm-youtube svg {
  width: 21px;
}
#siteFooter .footer-cta .sc-contact-phone svg {
  width: 20px;
  height: 20px;
}
#siteFooter .footer-cta .sc-contact-email svg {
  width: 20px;
  height: 17px;
}

/*
* Search pop-up
* source: sc-theme-acf/assets/sass/style/_search
*/
#search-popup {
  background: rgba(81, 80, 72, 0.95);
  color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}
#search-popup .search-box span {
  font-family: sofia-pro, sans-serif;
}
@media (min-width: 769px) {
  #search-popup .search-box span {
    font-size: 34px;
  }
}
@media (max-width: 768px) {
  #search-popup .search-box span {
    font-size: 25px;
  }
}
@media (min-width: 769px) {
  #search-popup .search-box input[type="search"] {
    font-size: 19px;
  }
}
@media (max-width: 768px) {
  #search-popup .search-box input[type="search"] {
    font-size: 17px;
  }
}
#search-popup .search-box input[type="submit"] {
  background: #6a1549;
  color: #fff;
  font-family: sofia-pro, sans-serif;
}
@media (min-width: 769px) {
  #search-popup .search-box input[type="submit"] {
    font-size: 19px;
  }
}
@media (max-width: 768px) {
  #search-popup .search-box input[type="submit"] {
    font-size: 17px;
  }
}
#search-popup .search-box .search-close {
  color: rgba(255, 255, 255, 0.6);
}

/*
* Contact form
* source: sc-theme-acf/assets/sass/style/_contactform
*/
.wpcf7-form
  input:not([type="submit"]):not([type="checkbox"]):not([type="file"]),
.wpcf7-form textarea {
  border: 1px solid #515048;
}
.wpcf7-form .wpcf7-list-item input[type="checkbox"]:before {
  border: 1px solid #515048;
  background-color: #fff;
}
.wpcf7-form .wpcf7-list-item input[type="checkbox"]:checked:after {
  border-bottom: 1px solid #515048;
  border-right: 1px solid #515048;
}
.wpcf7-form .wpcf7-response-output {
  color: #fff;
}
.wpcf7-form.sent .wpcf7-response-output {
  background: green;
}
.wpcf7-form.invalid .wpcf7-response-output,
.wpcf7-form.unaccepted .wpcf7-response-output {
  background: #515048;
}

/* =================================================================================
*
* Build style - Partials
* * source: sc-theme-acf/assets/sass/partials/
* 
* ================================================================================== */
/*
* Header
* source: sc-theme-acf/assets/sass/partial/_header
*/
@media (min-width: 1026px) {
  header.site-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    transition: background-color 0.25s;
    background-color: #000;
  }
}
@media (max-width: 1025px) {
  header.site-header {
    background-color: #000;
    color: #fff;
  }
  header.site-header .sc-content {
    align-items: center;
  }
}

header.sc-header-sticky {
  background-color: "empty";
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
header.sc-header-sticky .info-menu {
  display: none;
}

header.sc-header-ipad {
  top: -100px;
  transition: top 0.25s;
}

@media (min-width: 1026px) {
  header.site-header .logo img {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    max-width: 240px;
    width: 100%;
  }
  header.site-header.sc-header-sticky .logo img {
    max-width: 140px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  header.site-header.sc-header-sticky .menus {
    justify-content: center;
  }
}
@media (max-width: 1025px) {
  header.site-header img {
    width: auto;
    max-width: 144px;
    max-height: 40px;
  }
}

@media (min-width: 1026px) {
  header.site-header .menus {
    float: right;
    width: calc(100% - $logoMaxWidth - 40px);
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
  }
}

@media (min-width: 1026px) {
  header.site-header #primary-navigation {
    margin: 0;
    margin-top: 20px;
    display: flex;
    align-items: flex-end;
  }
}
@media (max-width: 1025px) {
  header.site-header #primary-navigation {
    margin: 0;
  }
}
header.site-header #primary-navigation .primary {
  font-family: neotech, sans-serif;
}

@media (min-width: 1026px) {
  header.sc-header-sticky #primary-navigation {
    margin-top: 0;
  }
}

@media (min-width: 1026px) {
  header.site-header #primary-navigation .primary > li {
    display: inline-block;
    padding: 0;
    position: relative;
    /*&.menu-item-has-children > a:after {
    	margin-left:8px;
    	font-weight: 900;
    	font-size: 12px;
    }*/
  }
  header.site-header #primary-navigation .primary > li:not(:last-child) {
    margin-right: 40px;
  }
  header.site-header #primary-navigation .primary > li.current_page_item > a {
    color: #fff;
    pointer-events: none;
  }
  header.site-header #primary-navigation .primary > li > a {
    color: #fff;
    font-weight: 400;
    text-transform: "none";
    font-size: 16px;
    position: relative;
  }
  header.site-header #primary-navigation .primary > li > a:hover,
  header.site-header #primary-navigation .primary > li > a:focus {
    color: #6a1549;
  }
  header.site-header #primary-navigation .primary > li > a:after {
    content: "";
    position: absolute;
    transition: all 0.2s;
    height: 2px;
    width: 0;
    background: #6a1549;
  }
  header.site-header #primary-navigation .primary > li > a:after {
    bottom: -6px;
    left: 50%;
  }
  header.site-header #primary-navigation .primary > li > a:hover:after {
    width: 100%;
    left: 0;
    right: 0;
  }
  header.site-header #primary-navigation .primary > li > ul {
    display: none;
    position: absolute;
    list-style: none;
    top: 31px;
    left: 0;
    background: #fff;
    padding: 12px 0;
    justify-content: space-between;
    box-sizing: border-box;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  }
  header.site-header #primary-navigation .primary > li > ul a {
    color: #3d3d3d;
    font-size: 15px;
    white-space: nowrap;
  }
  header.site-header #primary-navigation .primary > li > ul a:hover,
  header.site-header #primary-navigation .primary > li > ul a:active {
    color: #6a1549;
  }
  header.site-header #primary-navigation .primary > li > ul > li {
    padding: 10px 20px;
  }
  header.site-header #primary-navigation .primary > li > ul > li > a {
    text-transform: uppercase;
    display: inline-block;
    font-weight: 400;
  }
  header.site-header #primary-navigation .primary > li > ul > li > li {
    margin-bottom: 3px;
  }
  header.site-header #primary-navigation .primary > li:hover > ul {
    display: block;
  }
}
@media (max-width: 1025px) {
  header.site-header .info-menu {
    display: none;
  }
}
@media (min-width: 1026px) {
  header.site-header .info-menu ul {
    margin: 0;
  }
  header.site-header .info-menu ul > li {
    display: inline-block;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    /*&.menu-item-has-children > a:after {
    	margin-left:8px;
    	content:'\f078';
    	font-family: $fontAwesome5Free;
    	font-weight: 900;
    	font-size: 12px;
    }*/
  }
  header.site-header .info-menu ul > li:not(:last-child) {
    padding-right: 10px;
  }
  header.site-header .info-menu ul > li:not(:first-child) {
    padding-left: 10px;
  }
  header.site-header .info-menu ul > li > a {
    color: #fff;
    padding: 4px 0;
  }
  header.site-header .info-menu ul > li > a:hover,
  header.site-header .info-menu ul > li > a:focus {
    color: #6a1549;
  }
  header.site-header .info-menu ul > li > a i {
    font-size: 12px;
    margin-right: 4px;
  }
  header.site-header .info-menu ul > li > ul {
    display: none;
    position: absolute;
    z-index: 1;
    top: 24px;
    left: 0;
    background: #fff;
    width: auto;
    padding: 10px;
    border: 1px solid #f3f3f3;
    justify-content: space-between;
    box-sizing: border-box;
  }
  header.site-header .info-menu ul > li > ul a {
    color: #3d3d3d;
  }
  header.site-header .info-menu ul > li > ul a:hover,
  header.site-header .info-menu ul > li > ul a:active {
    color: #6a1549;
  }
  header.site-header .info-menu ul > li:hover > ul,
  header.site-header .info-menu ul > li:active > ul {
    display: flex;
  }
}

@media (min-width: 1026px) {
  .mobile-menu,
  .menu-close {
    display: none;
  }
}
.mobile-menu i,
.menu-close i {
  font-size: 20px;
}

@media (min-width: 1026px) {
  .mobile-menu-extra {
    display: none;
  }
}
@media (max-width: 1025px) {
  .mobile-menu-extra {
    color: #515048;
    font-size: 15px;
  }
  .mobile-menu-extra a {
    color: #515048;
  }
  .mobile-menu-extra a:hover {
    color: #6a1549;
  }
  .mobile-menu-extra svg {
    fill: #515048;
  }
}

@media (min-width: 1026px) {
  #mobile-menu-info-menu {
    display: none;
  }
}
#mobile-menu-info-menu li {
  margin: 10px 0;
}

.mobile-menu {
  font-size: 16px;
  font-weight: 500;
  margin-left: 40px;
}
.mobile-menu i {
  margin-right: 6px;
}

@media (max-width: 1025px) {
  header.site-header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
  }

  #primary-navigation {
    flex-wrap: wrap;
    flex-direction: row;
    align-content: space-between;
    right: -100%;
    width: 86%;
    position: fixed;
    top: 0;
    margin: 0;
    background: #fff;
    padding: 50px 30px 70px;
    box-sizing: border-box;
    height: 100vh;
    display: flex;
    overflow-y: scroll;
    z-index: 11;
    box-shadow: -4px 0 4px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  #primary-navigation.menu-open {
    right: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  #primary-navigation .menu-main-menu-container {
    width: 100%;
  }
  #primary-navigation ul {
    padding-left: 0;
  }
  #primary-navigation .primary > li {
    display: block;
    text-align: left;
  }
  #primary-navigation .primary > li:not(:last-child) {
    margin-bottom: 10px;
  }
  #primary-navigation .primary > li.menu-item-has-children > a:after {
    content: "";
    width: 10px;
    height: 2px;
    border-radius: 4px;
    background: #515048;
    display: block;
    transform: rotate(47deg) translateY(-50%);
    position: absolute;
    right: 8px;
    top: 50%;
  }
  #primary-navigation .primary > li.menu-item-has-children > a.to-top:after {
    transform: rotate(-47deg) translateY(-50%);
    right: 5px;
    background: #6a1549;
  }
  #primary-navigation .primary > li.menu-item-has-children > a:before {
    content: "";
    width: 10px;
    height: 2px;
    border-radius: 4px;
    background: #515048;
    display: block;
    transform: rotate(-47deg) translateY(-50%);
    position: absolute;
    right: 0;
    top: 50%;
  }
  #primary-navigation .primary > li.menu-item-has-children > a.to-top:before {
    transform: rotate(47deg) translateY(-50%);
    background: #6a1549;
  }
  #primary-navigation .primary > li.current_page_item > a {
    color: #6a1549;
    pointer-events: none;
  }
  #primary-navigation .primary > li > a {
    color: #515048;
    font-weight: 400;
    text-transform: "none";
    font-size: 16px;
    display: block;
    position: relative;
  }
  #primary-navigation .primary > li > a:hover,
  #primary-navigation .primary > li > a:focus {
    color: #6a1549;
  }
  #primary-navigation .primary > li i {
    font-size: 14px;
  }
  #primary-navigation .primary > li > ul {
    display: none;
    width: 100%;
    padding-left: 10px;
    list-style: none;
  }
  #primary-navigation .primary > li > ul a {
    color: #515048;
    font-size: 15px;
    white-space: nowrap;
  }
  #primary-navigation .primary > li > ul a:hover,
  #primary-navigation .primary > li > ul a:active {
    color: #6a1549;
  }
  #primary-navigation .primary > li > ul > li {
    padding-left: 8px;
    margin-bottom: 6px;
    margin-top: 10px;
  }
  #primary-navigation .primary > li > ul > li > a {
    text-transform: uppercase;
    font-weight: 500;
  }
  #primary-navigation .primary > li > ul > li > ul {
    padding-left: 8px;
  }
  #primary-navigation .primary > li ul.sub-menu-open {
    display: flex;
    flex-direction: column;
  }
  #primary-navigation .menu-close {
    position: absolute;
    top: 20px;
    right: 15px;
  }
}
.sc-menu-sticky .mobile-menu svg {
  background: #6a1549;
}

@media (min-width: 1026px) {
  #siteHeader .searchSite.mobileSearch {
    display: none;
  }
}
@media (max-width: 1025px) {
  #siteHeader .searchSite.desktopSearch {
    display: none;
  }
}

/*
* Footer
* source: sc-theme-acf/assets/sass/partial/_footer
*/
footer .main-footer {
  background: #000;
}

footer .main-footer {
  color: #fff;
  font-size: 14px;
}
footer .main-footer .footer-widgets {
  font-size: 14px;
}
footer .main-footer .sc-widget-title {
  font-size: 16px;
  color: #fff;
}
footer .main-footer .sc-widget-content a {
  color: #fff;
}
footer .main-footer .sc-widget-content a:hover,
footer .main-footer .sc-widget-content a:focus {
  color: #6a1549;
}
footer .main-footer .sc-widget-content .sc-button a {
  border-color: #fff;
  font-size: 15px;
}
footer .main-footer .sc-widget-content .sc-button a:hover span {
  color: #fff;
}

footer .footer-extra {
  border-top: 1px solid rgba(255, 255, 255, 0.8);
}
footer .footer-extra a {
  color: #fff;
}
footer .footer-extra a:hover,
footer .footer-extra a:focus {
  color: #6a1549;
}

footer .footer-copyrights p {
  font-size: 13px;
}
footer .footer-copyrights a {
  color: #3d3d3d;
}

footer .footer-cta {
  background: #6a1549;
  color: #fff;
}
footer .footer-cta a {
  color: #fff !important;
}
footer .footer-cta a:hover,
footer .footer-cta a:active {
  color: #fff !important;
}
footer .footer-cta a svg {
  fill: #fff !important;
}
footer .footer-cta a svg:hover {
  fill: #fff !important;
}

footer .sc-video-popup {
  background: rgba(0, 0, 0, 0.95);
}
footer .sc-video-popup .sc-video-close {
  background: #000;
  color: #fff;
}

/*
* Post
* source: sc-theme-acf/assets/sass/partial/_post
*/
.sc-post-container {
  max-width: 900px;
}
.sc-post-container .sc-post-metadata {
  border-top: 1px solid #ddd;
}
.sc-post-container .sc-post-metadata li a {
  color: #3d3d3d;
}
.sc-post-container .sc-post-metadata li a:hover {
  color: #6a1549;
}
.sc-post-container .sc-post-metadata li:not(:last-of-type):after {
  background: rgba(61, 61, 61, 0.6);
}
.sc-post-container .sc-post-navigation {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 15px;
}
.sc-post-container .sc-post-navigation a {
  color: #6a1549;
}
.sc-post-container .sc-post-navigation a:hover {
  color: #3d3d3d;
}
.sc-post-container .sc-post-comments .logged-in-as a {
  color: #3d3d3d;
  font-size: 15px;
}
.sc-post-container .sc-post-comments #respond #commentform input,
.sc-post-container .sc-post-comments #respond #commentform textarea {
  border: 1px solid #ddd;
  font-family: sofia-pro, sans-serif;
  background: #f3f3f3;
}
.sc-post-container
  .sc-post-comments
  #respond
  #commentform
  input[type="submit"]:hover {
  color: #fff;
  background: #6a1549;
  border-color: #6a1549;
}
.sc-post-container .sc-post-comments .comment-list li {
  background: #f3f3f3;
}
.sc-post-container .sc-post-comments .comment-list li .comment-metadata {
  font-size: 15px;
}

/*
* Archive & Search results
* source: sc-theme-acf/assets/sass/partial/_archive
*/
.sc-archive-list li.sc-archive-item {
  border: 1px solid #ddd;
}
.sc-archive-list li.sc-archive-item a {
  color: #6a1549;
}
.sc-archive-list li.sc-archive-item a:hover,
.sc-archive-list li.sc-archive-item a:active {
  color: #3d3d3d;
}
.sc-archive-list .sc-post-metadata {
  border-bottom: 1px solid #ddd;
}
.sc-archive-list .sc-post-metadata li a {
  color: #3d3d3d;
}
.sc-archive-list .sc-post-metadata li a:hover {
  color: #6a1549;
}
.sc-archive-list .sc-post-metadata li:not(:last-of-type):after {
  background: rgba(61, 61, 61, 0.6);
}

.page-numbers {
  font-size: 16px;
}
.page-numbers li a {
  color: #3d3d3d;
}
.page-numbers li a:hover {
  color: #6a1549;
}

/* =================================================================================
*
* Build style - Builders/modules
* * source: sc-theme-acf/assets/sass/builders/
* 
* ================================================================================== */
/*
* Page header
* source: sc-theme-acf/assets/sass/builder/_page_header
*/
.sc-page-header .sc-container {
  width: 1240px;
}

/*
* Afbeeldingbox
* source: sc-theme-acf/assets/sass/builder/_afbeeldingbox
*/
.sc-imagebox .sc-image-box .sc-imagebox-subtitle {
  font-size: 18px;
  font-family: neotech, sans-serif;
  color: #3d3d3d;
}
.sc-imagebox .sc-link a,
.sc-imagebox .sc-link a span {
  color: #6a1549;
}
.sc-imagebox .sc-link a:hover,
.sc-imagebox .sc-link a:active,
.sc-imagebox .sc-link a span:hover,
.sc-imagebox .sc-link a span:active {
  color: #3d3d3d;
}

/*
* Slider
* source: sc-theme-acf/assets/sass/builder/_slider
*/
.sc-slider-container .sc-slider-box-container {
  width: 1240px;
}

/* Custom blogs archive */
.sc-archive {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.sc-archive-item {
  width: calc(33.33% - 20px);
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 100px 0;
}
.sc-archive-img {
  width: 100%;
  height: 280px;
  background-size: cover;
  background-position: center;
  background-repeat: none;
}
.sc-archive-content {
  padding: 40px 30px 40px;
}
.sc-archive-title {
  font-size: 25px !important;
  color: #313130;
}
.sc-archive-content .sc-button a {
  padding: 0px !important;
}
.sc-archive-content .sc-button a span {
  padding: 0px 20px !important;
  font-size: 23px;
}

@media (max-width: 1025px) {
  .sc-archive-item {
    width: calc(50% - 15px);
  }
}
@media (max-width: 767px) {
  .sc-archive-item {
    width: 100%;
  }
  .sc-archive-img {
    height: 200px;
  }
}

/* Blog detailpagina */
.sc-blog-header .sc-container {
  min-height: 30vh;
}
.sc-terug-top {
  padding-bottom: 10px;
}
.sc-blog-intro-sectie {
  padding-top: 0;
  padding-bottom: 40px;
}
.sc-blog-title {
  padding-bottom: 40px;
  color: #6a1549;
}
.sc-blog-title:before {
  background: #a5a5a5;
}
.sc-blog-intro p {
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
  max-width: 1000px;
}
.sc-blog-content-sectie {
  padding-top: 0;
  padding-bottom: 0;
}
.sc-blog-content {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}
.sc-blog-content h2 {
  margin-top: 35px;
  margin-bottom: 10px;
}
.sc-blog-content h2:before {
  display: none;
}
.sc-blog-foto-quote-sectie {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}
.sc-blog-quote {
  font-size: 35px;
  color: #6d1549;
}
.sc-blog-quote:before {
  display: none;
}
.sc-blog-image {
  border-radius: 0 0 0 150px;
}
.sc-terug-bottom {
  padding-top: 0px;
  text-align: center;
}

@media (max-width: 767px) {
  .sc-blog-quote {
    font-size: 25px;
  }
  .sc-blog-title {
    padding-bottom: 0px;
  }
}
