/*
Theme Name: TOSmedia
*/
.elementor-column {
  padding: unset !important;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 62.5%;
}
html body {
  font-size: 16px;
  font-family: var(--e-global-typography-text-font-family);
  line-height: 1.667;
  overflow-x: hidden !important;
  width: 100%;
  background-color: #F8F5F4;
}
html body .container {
  padding: 0 3rem;
  width: 100%;
  margin: 0 auto;
  max-width: 1055px;
}
html body .container-narrow {
  margin: 0 auto;
  max-width: 1055px;
}
@media only screen and (max-width: 769px) {
  html body .container-narrow {
    padding: 0;
  }
}
@media only screen and (max-width: 769px) {
  html body .container {
    padding: 0 0.8rem !important;
  }
}
html body .container .row {
  margin: 0 -3rem !important;
}

* {
  box-sizing: border-box;
}

.jumbo-padding {
  padding: 6rem 0;
}
@media only screen and (max-width: 769px) {
  .jumbo-padding {
    padding: 4.5rem 0 0 0;
  }
}

.header + .jumbo-padding {
  padding-top: 4rem;
}

.jumbo-padding#row_1 {
  padding: 0 !important;
}

[data-scroll] {
  transition: all 800ms;
}

[data-scroll=in] {
  opacity: 1;
  transform: translateY(0);
}

[data-scroll=out] {
  opacity: 0;
  transform: translateY(10%);
}

.background + .background {
  padding: 0 !important;
}

.img-fluid {
  width: 100% !important;
}

#content {
  width: 100vw;
  overflow-x: hidden !important;
}
#content #row_0 {
  margin: 0;
  padding: 4rem 0;
}
@media only screen and (max-width: 769px) {
  #content #row_0 {
    padding: 1.5rem 0 !important;
  }
}
#content #row_0:first-of-type {
  background-color: #F6F6F6;
}
@media only screen and (max-width: 769px) {
  #content #row_0:last-of-type {
    margin: 4rem 0;
  }
}
#content #row_0 a.go_back_botton {
  font-size: 1.4rem;
  line-height: 1.42;
  font-weight: 600 !important;
  color: var(--e-global-color-text);
  display: block;
  text-transform: uppercase;
  transition: 200ms ease-in-out all;
}
@media only screen and (max-width: 1100px) {
  #content #row_0 a.go_back_botton {
    font-size: 1.7rem !important;
  }
}
@media only screen and (max-width: 992px) {
  #content #row_0 a.go_back_botton {
    font-size: 1.6rem !important;
  }
}
@media only screen and (max-width: 769px) {
  #content #row_0 a.go_back_botton {
    padding: 3rem 0 0 0;
    font-size: 1.5rem !important;
  }
}
#content #row_0 a.go_back_botton .icon {
  margin-top: -14px !important;
  margin-right: 10px;
  transition: 300ms ease-in-out all;
}
#content #row_0 a.go_back_botton .icon svg {
  transition: 300ms ease-in-out all;
}
#content #row_0 a.go_back_botton:hover, #content #row_0 a.go_back_botton:focus {
  color: var(--e-global-color-accent);
}
#content #row_0 a.go_back_botton:hover .icon, #content #row_0 a.go_back_botton:focus .icon {
  margin-right: 12px;
}
#content #row_0 a.go_back_botton:hover .icon svg, #content #row_0 a.go_back_botton:focus .icon svg {
  rotate: 45deg;
}
#content .jumbo-padding + #row_0 {
  margin: 0 0 12rem 0;
}
#content .jumbo-padding + #row_0 a {
  padding: 4rem 0 0 0;
  border-top: 1px solid var(--e-global-color-accent);
}
@media only screen and (max-width: 769px) {
  #content .jumbo-padding + #row_0 {
    margin: 6rem 0;
  }
}
@media only screen and (max-width: 769px) {
  #content .col-md-6 + .col-md-6:not(.img_left .row .col-md-6:nth-child(2)) {
    margin: 3rem 0 0 0;
  }
  #content .img_left .row {
    flex-direction: column-reverse !important;
  }
  #content .img_left .row .col-md-6:nth-child(1) {
    margin-top: 3rem;
  }
}

#content h3,
#content h2,
#content h1 {
  font-family: var(--e-global-typography-text-font-family);
  color: var(--e-global-color-primary);
  font-weight: 500;
  margin: 0 0 2.5rem 0;
  text-transform: uppercase !important;
}
#content h3.text-uppercase,
#content h2.text-uppercase,
#content h1.text-uppercase {
  font-family: var(--e-global-typography-text-font-family);
}
@media only screen and (max-width: 769px) {
  #content h3,
  #content h2,
  #content h1 {
    margin: 0 0 1.8rem 0;
    width: 100%;
    max-width: 80%;
  }
}
#content h3 img,
#content h2 img,
#content h1 img {
  display: none !important;
}
#content em {
  font-style: italic;
}
#content h1 {
  font-size: 5rem !important;
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 1100px) {
  #content h1 {
    font-size: 4rem !important;
  }
}
@media only screen and (max-width: 992px) {
  #content h1 {
    font-size: 3.5rem !important;
  }
}
@media only screen and (max-width: 769px) {
  #content h1 {
    font-size: 2.4rem !important;
    line-height: 1.33;
  }
}
#content h3,
#content h2 {
  font-size: 3.2rem !important;
  line-height: 1.3125;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 1100px) {
  #content h3,
  #content h2 {
    font-size: 3rem !important;
  }
}
@media only screen and (max-width: 992px) {
  #content h3,
  #content h2 {
    font-size: 2.8rem !important;
  }
}
@media only screen and (max-width: 769px) {
  #content h3,
  #content h2 {
    font-size: 2.5rem !important;
  }
}
#content ul li,
#content ol li,
#content strong,
#content p {
  font-size: 2rem;
  line-height: 1.8;
  font-weight: 500;
  color: var(--e-global-color-text);
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 1100px) {
  #content ul li,
  #content ol li,
  #content strong,
  #content p {
    font-size: 1.8rem !important;
  }
}
@media only screen and (max-width: 992px) {
  #content ul li,
  #content ol li,
  #content strong,
  #content p {
    font-size: 1.7rem !important;
  }
}
@media only screen and (max-width: 769px) {
  #content ul li,
  #content ol li,
  #content strong,
  #content p {
    font-size: 1.5rem !important;
  }
}
#content strong {
  font-weight: 500;
}
#content ul, #content ol {
  margin-left: 1.5rem !important;
}

#content .header img {
  border-radius: 1.5rem;
  margin: 0 0 3rem 0;
}
@media only screen and (max-width: 769px) {
  #content .header img {
    height: 30rem;
    -o-object-position: center;
       object-position: center;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#content .header p:not(.leestijd_wrapper p) {
  font-weight: 600;
  width: 100%;
  max-width: 85%;
}
#content .header + .jumbo-padding {
  padding: 8.8rem 0 4rem 0;
}
@media only screen and (max-width: 769px) {
  #content .header + .jumbo-padding {
    padding: 3.5rem 0 0 0;
  }
}
#content [class*=col-] {
  padding: 0 5rem !important;
}
@media only screen and (max-width: 769px) {
  #content [class*=col-] + #content [class*=col-] {
    margin: 3rem 0 0 0 !important;
  }
}
#content .col-md-6 h2, #content .col-md-6 h3 {
  width: 100%;
  max-width: 80%;
}
#content p:empty {
  display: none !important;
}
#content ol, #content ul {
  margin-left: 3rem !important;
}
#content .gallerij img,
#content .afbeelding_content img,
#content .afbeelding img {
  border-radius: 1.5rem;
}
#content iframe {
  border-radius: 1.5rem;
}
#content .leestijd_wrapper {
  border: 1px solid var(--e-global-color-accent);
  border-radius: 0.6rem;
  padding: 1.2rem 1.9rem;
  display: inline-block;
  margin: 3.7rem 0 0 0;
}
#content .leestijd_wrapper p {
  font-size: 1.4rem !important;
  display: inline-block;
  text-transform: uppercase;
}
#content .leestijd_wrapper p strong {
  font-size: 1.4rem !important;
  font-weight: 600;
}
#content .gallerij {
  margin: 0 -1.5rem;
}
#content .gallerij img {
  width: 100%;
  height: 580px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 769px) {
  #content .gallerij img {
    height: 35rem;
  }
}
#content .gallerij .slide {
  padding: 0 1.5rem;
}
#content .gallerij .slider-arrows {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding: 3rem 0 0 0;
}
#content .gallerij .slider-arrows .slick-prev, #content .gallerij .slider-arrows .slick-next {
  background: none;
  border: none;
  color: inherit;
  font-size: inherit;
  text-shadow: none;
  width: auto;
  height: auto;
  line-height: normal;
  padding: 0;
  margin: 0;
  box-shadow: none;
  outline: none;
  opacity: 1;
  position: unset;
  transform: unset;
  transition: 200ms ease-in-out all;
}
#content .gallerij .slider-arrows .slick-prev::after, #content .gallerij .slider-arrows .slick-prev:before, #content .gallerij .slider-arrows .slick-next::after, #content .gallerij .slider-arrows .slick-next:before {
  display: none;
}
#content .gallerij .slider-arrows .slick-prev svg *, #content .gallerij .slider-arrows .slick-next svg * {
  transition: 300ms ease-in-out stroke;
}
#content .gallerij .slider-arrows .slick-prev:hover svg *, #content .gallerij .slider-arrows .slick-prev:focus svg *, #content .gallerij .slider-arrows .slick-next:hover svg *, #content .gallerij .slider-arrows .slick-next:focus svg * {
  stroke: var(--e-global-color-accent) !important;
}
@media only screen and (max-width: 769px) {
  #content .gallerij .slider-arrows {
    justify-content: center;
    padding: 1.5rem 0 0 0;
  }
}
#content .qoute .bg-white {
  border-radius: 1.5rem;
  padding: 6.8rem 6.7rem 4.8rem 6.9rem;
}
@media only screen and (max-width: 769px) {
  #content .qoute .bg-white {
    padding: 4.8rem 3.7rem 4.8rem 3.7rem;
  }
}
#content .qoute .qoute_h2 {
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.611;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 769px) {
  #content .qoute .qoute_h2 {
    width: 100%;
    max-width: 100%;
  }
}
#content .qoute .bigger {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
#content .qoute img + .bigger {
  margin-top: 2rem;
}
#content .qoute p {
  padding-inline: 1.5rem;
  line-height: 3rem;
}
#content .qoute-wrapper {
  margin: 0 -5rem;
  border-radius: 1.5rem;
  display: flex;
  flex-wrap: wrap;
}/*# sourceMappingURL=components.css.map */