@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bitter: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');
@font-face {
  font-family: 'Avenir LT Std';
  src: url('https://www.mar-sel.be/wp-content/themes/sandbox/assets/fonts/AvenirLTStd-Book.woff2') format('woff2'), url('https://www.mar-sel.be/wp-content/themes/sandbox/assets/fonts/AvenirLTStd-Book.woff') format('woff'), url('https://www.mar-sel.be/wp-content/themes/sandbox/assets/fonts/AvenirLTStd-Book.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir LT Std';
  src: url('https://www.mar-sel.be/wp-content/themes/sandbox/assets/fonts/AvenirLTStd-Roman.woff2') format('woff2'), url('https://www.mar-sel.be/wp-content/themes/sandbox/assets/fonts/AvenirLTStd-Roman.woff') format('woff'), url('https://www.mar-sel.be/wp-content/themes/sandbox/assets/fonts/AvenirLTStd-Roman.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir LT Std';
  src: url('https://www.mar-sel.be/wp-content/themes/sandbox/assets/fonts/AvenirLTStd-Black.woff2') format('woff2'), url('https://www.mar-sel.be/wp-content/themes/sandbox/assets/fonts/AvenirLTStd-Black.woff') format('woff'), url('https://www.mar-sel.be/wp-content/themes/sandbox/assets/fonts/AvenirLTStd-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
html {
  font-size: 14px;
}
body {
  padding: 0;
  margin: 0;
  font-family: 'Avenir LT Std', serif;
  background: #1c1c1a;
}
body.modal-open main {
  filter: blur(4px);
}
body.modal-open header.marsel-header {
  filter: blur(4px);
}
body.modal-open footer.marsel-footer {
  filter: blur(4px);
}
a {
  text-decoration: none;
  color: #e30514;
  cursor: pointer;
  -webkit-transition: all 0.5s cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition: all 0.5s cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition: all 0.5s cubic-bezier(0.000,0.000,0.010,0.995);
  transition: all 0.5s cubic-bezier(0.000,0.000,0.010,0.995);
  -webkit-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
}
a:hover {
  color: #e30514;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Avenir LT Std', cursive;
  color: #1c1c1a;
  text-transform: uppercase;
  font-weight: bold;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-size: 0.7em;
  line-height: 0.5em;
}
h1.dark,
h2.dark,
h3.dark,
h4.dark,
h5.dark,
h6.dark {
  color: #1c1c1a;
}
h1.white,
h2.white,
h3.white,
h4.white,
h5.white,
h6.white {
  color: white;
}
h1.styled,
h2.styled,
h3.styled,
h4.styled,
h5.styled,
h6.styled {
  position: relative;
  display: inline-block;
}
h1.styled:after,
h2.styled:after,
h3.styled:after,
h4.styled:after,
h5.styled:after,
h6.styled:after {
  display: block;
  height: 4px;
  background: #1c1c1a;
  content: "";
  position: absolute;
  bottom: 0;
  left: -20px;
  right: -20px;
  opacity: 0.5;
  z-index: 2;
}
h1.styled b,
h2.styled b,
h3.styled b,
h4.styled b,
h5.styled b,
h6.styled b {
  display: inline-block;
  position: relative;
}
h1.styled b:after,
h2.styled b:after,
h3.styled b:after,
h4.styled b:after,
h5.styled b:after,
h6.styled b:after {
  display: block;
  height: 4px;
  background: red;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  -webkit-transition: all 0.3s cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition: all 0.3s cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition: all 0.3s cubic-bezier(0.000,0.000,0.010,0.995);
  transition: all 0.3s cubic-bezier(0.000,0.000,0.010,0.995);
  -webkit-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
}
h1.styled.underline-dark:after,
h2.styled.underline-dark:after,
h3.styled.underline-dark:after,
h4.styled.underline-dark:after,
h5.styled.underline-dark:after,
h6.styled.underline-dark:after {
  background: #1c1c1a;
  opacity: 1;
}
h1.styled.underline-normalize:after,
h2.styled.underline-normalize:after,
h3.styled.underline-normalize:after,
h4.styled.underline-normalize:after,
h5.styled.underline-normalize:after,
h6.styled.underline-normalize:after {
  bottom: -5px;
  left: 0;
  right: 0;
}
h1.styled.underline-normalize b:after,
h2.styled.underline-normalize b:after,
h3.styled.underline-normalize b:after,
h4.styled.underline-normalize b:after,
h5.styled.underline-normalize b:after,
h6.styled.underline-normalize b:after {
  bottom: -5px;
}
.styled-title h1,
.styled-title h2,
.styled-title h3,
.styled-title h4,
.styled-title h5,
.styled-title h6 {
  position: relative;
  display: inline-block;
  color: black;
  line-height: 1em;
  padding-top: 0;
}
.styled-title h1 small,
.styled-title h2 small,
.styled-title h3 small,
.styled-title h4 small,
.styled-title h5 small,
.styled-title h6 small {
  font-weight: 400;
  font-style: italic;
  line-height: 1em;
}
.styled-title h1:after,
.styled-title h2:after,
.styled-title h3:after,
.styled-title h4:after,
.styled-title h5:after,
.styled-title h6:after {
  display: block;
  height: 4px;
  background: #e30514;
  content: "";
  position: absolute;
  bottom: -5px;
  left: 20px;
  right: 20px;
  opacity: 1;
  z-index: 2;
}
.styled-title.stripe-left h1,
.styled-title.stripe-left h2,
.styled-title.stripe-left h3,
.styled-title.stripe-left h4,
.styled-title.stripe-left h5,
.styled-title.stripe-left h6 {
  padding-left: 20px;
}
.styled-title.stripe-left h1 small,
.styled-title.stripe-left h2 small,
.styled-title.stripe-left h3 small,
.styled-title.stripe-left h4 small,
.styled-title.stripe-left h5 small,
.styled-title.stripe-left h6 small {
  padding-left: 15px;
}
.styled-title.stripe-left h1:after,
.styled-title.stripe-left h2:after,
.styled-title.stripe-left h3:after,
.styled-title.stripe-left h4:after,
.styled-title.stripe-left h5:after,
.styled-title.stripe-left h6:after {
  left: 0;
  top: 0;
  bottom: 0;
  right: auto;
  width: 4px;
  height: 100%;
}
.styled-title.left {
  text-align: left;
}
.styled-title.left h1:after,
.styled-title.left h2:after,
.styled-title.left h3:after,
.styled-title.left h4:after,
.styled-title.left h5:after,
.styled-title.left h6:after {
  left: 0;
  right: 0;
}
.styled-title.styled-title-white h1,
.styled-title.styled-title-white h2,
.styled-title.styled-title-white h3,
.styled-title.styled-title-white h4,
.styled-title.styled-title-white h5,
.styled-title.styled-title-white h6 {
  color: #e30514;
}
.styled-title.styled-title-white h1 small,
.styled-title.styled-title-white h2 small,
.styled-title.styled-title-white h3 small,
.styled-title.styled-title-white h4 small,
.styled-title.styled-title-white h5 small,
.styled-title.styled-title-white h6 small {
  color: white;
}
.styled-title.styled-title-black h1,
.styled-title.styled-title-black h2,
.styled-title.styled-title-black h3,
.styled-title.styled-title-black h4,
.styled-title.styled-title-black h5,
.styled-title.styled-title-black h6 {
  color: #e30514;
}
.styled-title.styled-title-black h1 small,
.styled-title.styled-title-black h2 small,
.styled-title.styled-title-black h3 small,
.styled-title.styled-title-black h4 small,
.styled-title.styled-title-black h5 small,
.styled-title.styled-title-black h6 small {
  color: black;
}
h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 996px) {
  h1 {
    font-size: 2rem;
  }
}
h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 996px) {
  h2 {
    font-size: 1.6rem;
  }
}
h3 {
  font-size: 1.7rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 996px) {
  h3 {
    font-size: 1.5rem;
  }
}
h4 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 996px) {
  h4 {
    font-size: 1.3rem;
  }
}
h5 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 996px) {
  h5 {
    font-size: 1rem;
  }
}
h6 {
  font-size: 1rem;
  margin-bottom: 1rem;
}
p,
.description {
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 2em;
  color: #555555;
  letter-spacing: 0.7px;
}
main {
  font-family: 'Avenir LT Std', serif;
  color: #1c1c1a;
  font-size: 1.02rem;
  line-height: 1.45rem;
  letter-spacing: 1px;
  font-weight: 300;
}
img.styled {
  border-radius: 5px;
}
a.arrow-down {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
}
a.arrow-down i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transition: all 0.5s cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition: all 0.5s cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition: all 0.5s cubic-bezier(0.000,0.000,0.010,0.995);
  transition: all 0.5s cubic-bezier(0.000,0.000,0.010,0.995);
  -webkit-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
}
a.arrow-down:hover i {
  top: 80%;
}
.button,
.elementor-button,
a.elementor-button,
a.elementor-button:visited,
a.elementor-button:active,
a.button,
a.button:visited,
a.button:active {
  display: inline-block;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  position: relative;
  border: 1px solid #e30514;
  background-color: #e30514;
  padding: 3px 15px;
  color: white;
  font-weight: bold;
  letter-spacing: 1px;
  font-weight: 400;
  margin: 3px;
}
.button span,
.elementor-button span,
a.elementor-button span,
a.elementor-button:visited span,
a.elementor-button:active span,
a.button span,
a.button:visited span,
a.button:active span {
  color: white;
}
.button:hover,
.elementor-button:hover,
a.elementor-button:hover,
a.elementor-button:visited:hover,
a.elementor-button:active:hover,
a.button:hover,
a.button:visited:hover,
a.button:active:hover {
  background: white;
  border: 1px solid white;
  color: #e30514;
}
.button.white,
.elementor-button.white,
a.elementor-button.white,
a.elementor-button:visited.white,
a.elementor-button:active.white,
a.button.white,
a.button:visited.white,
a.button:active.white {
  background: white;
  border: 1px solid white;
  color: #1c1c1a;
}
.button.white:hover,
.elementor-button.white:hover,
a.elementor-button.white:hover,
a.elementor-button:visited.white:hover,
a.elementor-button:active.white:hover,
a.button.white:hover,
a.button:visited.white:hover,
a.button:active.white:hover {
  background: #e30514;
  border: 1px solid #e30514;
  color: white;
}
.button.arrow,
.elementor-button.arrow,
a.elementor-button.arrow,
a.elementor-button:visited.arrow,
a.elementor-button:active.arrow,
a.button.arrow,
a.button:visited.arrow,
a.button:active.arrow {
  padding: 3px 25px 3px 15px;
}
.button.arrow:after,
.elementor-button.arrow:after,
a.elementor-button.arrow:after,
a.elementor-button:visited.arrow:after,
a.elementor-button:active.arrow:after,
a.button.arrow:after,
a.button:visited.arrow:after,
a.button:active.arrow:after {
  position: absolute;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f061";
  font-weight: 900;
  right: -17px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 0.6s cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition: all 0.6s cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition: all 0.6s cubic-bezier(0.000,0.000,0.010,0.995);
  transition: all 0.6s cubic-bezier(0.000,0.000,0.010,0.995);
  -webkit-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  font-size: 25px;
  color: #1c1c1a;
  opacity: 0.5;
}
.button.arrow:hover:after,
.elementor-button.arrow:hover:after,
a.elementor-button.arrow:hover:after,
a.elementor-button:visited.arrow:hover:after,
a.elementor-button:active.arrow:hover:after,
a.button.arrow:hover:after,
a.button:visited.arrow:hover:after,
a.button:active.arrow:hover:after {
  right: -22px;
  opacity: 1;
}
.button.arrow.white-arrow:after,
.elementor-button.arrow.white-arrow:after,
a.elementor-button.arrow.white-arrow:after,
a.elementor-button:visited.arrow.white-arrow:after,
a.elementor-button:active.arrow.white-arrow:after,
a.button.arrow.white-arrow:after,
a.button:visited.arrow.white-arrow:after,
a.button:active.arrow.white-arrow:after {
  opacity: 1;
  color: white;
}
.button.arrow.primary-arrow:after,
.elementor-button.arrow.primary-arrow:after,
a.elementor-button.arrow.primary-arrow:after,
a.elementor-button:visited.arrow.primary-arrow:after,
a.elementor-button:active.arrow.primary-arrow:after,
a.button.arrow.primary-arrow:after,
a.button:visited.arrow.primary-arrow:after,
a.button:active.arrow.primary-arrow:after {
  opacity: 1;
  color: #e30514;
}
.button.arrow.back-arrow,
.elementor-button.arrow.back-arrow,
a.elementor-button.arrow.back-arrow,
a.elementor-button:visited.arrow.back-arrow,
a.elementor-button:active.arrow.back-arrow,
a.button.arrow.back-arrow,
a.button:visited.arrow.back-arrow,
a.button:active.arrow.back-arrow {
  padding: 3px 15px 3px 25px;
}
.button.arrow.back-arrow:after,
.elementor-button.arrow.back-arrow:after,
a.elementor-button.arrow.back-arrow:after,
a.elementor-button:visited.arrow.back-arrow:after,
a.elementor-button:active.arrow.back-arrow:after,
a.button.arrow.back-arrow:after,
a.button:visited.arrow.back-arrow:after,
a.button:active.arrow.back-arrow:after {
  left: -17px;
  right: auto;
  content: "\f060";
}
.button.arrow.back-arrow:hover:after,
.elementor-button.arrow.back-arrow:hover:after,
a.elementor-button.arrow.back-arrow:hover:after,
a.elementor-button:visited.arrow.back-arrow:hover:after,
a.elementor-button:active.arrow.back-arrow:hover:after,
a.button.arrow.back-arrow:hover:after,
a.button:visited.arrow.back-arrow:hover:after,
a.button:active.arrow.back-arrow:hover:after {
  left: -22px;
  right: auto;
}
.button.big,
.elementor-button.big,
a.elementor-button.big,
a.elementor-button:visited.big,
a.elementor-button:active.big,
a.button.big,
a.button:visited.big,
a.button:active.big {
  padding: 10px 25px;
  text-transform: uppercase;
  font-weight: 600;
}
.e-form__buttons {
  width: 100% !important;
  text-align: right !important;
}
button.elementor-button {
  flex-basis: unset !important;
  color: #e30514 !important;
  border: 1px solid #e30514 !important;
}
button.elementor-button:hover {
  background: #e30514;
  color: white !important;
}
button.elementor-button:hover:after {
  color: #e30514 !important;
}
.emptyspace {
  display: block;
}
input,
textarea,
select {
  font-size: 1.1rem;
  line-height: 1.5rem;
  color: #555555;
  border: 1px solid #dadada;
  border-radius: 5px;
  margin: 15px;
  padding: 10px 15px;
}
input:focus,
textarea:focus,
select:focus {
  border: 1px solid #e30514;
}
select {
  color: #1c1c1a;
  border: 1px solid #1c1c1a;
}
.styled-select {
  position: relative;
  margin: 15px;
}
.styled-select:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 100%;
  line-height: 100%;
  background: #1c1c1a;
  border-radius: 5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  text-align: center;
}
.styled-select:after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 50px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f078";
  font-size: 12px;
  border-radius: 5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  color: white;
  text-align: center;
}
.styled-select select {
  width: 100%;
  margin: 0;
}
.styled-select:hover {
  cursor: pointer;
}
.styled-select:hover select {
  border-color: #e30514;
}
.styled-select:hover:before {
  background: #e30514;
}
ul.breadcrumbs {
  display: block;
  margin: 0;
  padding: 0;
  margin-left: 20px;
}
ul.breadcrumbs li {
  display: inline-block;
  margin-right: 20px;
  position: relative;
  color: #1c1c1a;
  font-weight: 600;
  font-size: 10px;
}
@media only screen and (max-width: 996px) {
  ul.breadcrumbs li {
    font-size: 10px;
    line-height: 10px;
  }
}
ul.breadcrumbs li:after {
  position: absolute;
  display: block;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f054";
  font-size: 8px;
}
ul.breadcrumbs li:last-child:after {
  content: "";
}
ul.breadcrumbs li a {
  color: #1c1c1a;
  text-decoration: none;
}
ul.breadcrumbs li a:hover {
  color: #dadada;
}
a.branding {
  display: block;
  width: 100%;
  margin: 15px 0;
  position: relative;
  max-width: 450px;
}
a.branding img {
  display: block;
  width: 100%;
}
header.marsel-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-transition: all 0.3s cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition: all 0.3s cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition: all 0.3s cubic-bezier(0.000,0.000,0.010,0.995);
  transition: all 0.3s cubic-bezier(0.000,0.000,0.010,0.995);
  -webkit-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
}
header.marsel-header .container {
  z-index: 2;
  position: relative;
  padding: 0 100px;
}
header.marsel-header .container .row {
  position: relative;
}
header.marsel-header .container .row .contacts-col {
  position: absolute;
  top: 80px;
  right: 0;
  text-align: right;
}
@media only screen and (max-width: 996px) {
  header.marsel-header .container .row .contacts-col {
    padding-top: 0;
  }
}
header.marsel-header .container .row .contacts-col .contacts {
  display: inline-block;
  margin: 14px 0;
}
@media only screen and (max-width: 996px) {
  header.marsel-header .container .row .contacts-col .contacts {
    margin: 0;
    display: none;
  }
}
header.marsel-header .container .row .contacts-col .contacts a {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  color: #1c1c1a;
  font-weight: 700;
  letter-spacing: 1px;
}
header.marsel-header .container .row .contacts-col .contacts a i {
  color: black;
  opacity: 1;
  padding-left: 1px;
  font-size: 18px;
  color: #e30514;
}
header.marsel-header .container .row .contacts-col .contacts a:hover {
  color: rgba(255,255,255,0.8);
}
header.marsel-header .container .row .contacts-col .contacts a:hover i {
  color: #e30514;
  background: none;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  -moz-background-clip: unset;
  -moz-text-fill-color: unset;
}
@media only screen and (max-width: 996px) {
  header.marsel-header .container .row .mid-col .main-menu {
    display: none;
  }
}
header.marsel-header .container .row a.branding {
  position: relative;
  width: 100%;
  max-width: 280px;
  display: block;
  margin: 10px auto;
}
header.marsel-header .container .row a.branding img {
  width: 100%;
}
@media only screen and (max-width: 996px) {
  header.marsel-header .container .row a.branding {
    max-width: 350px;
  }
}
header.marsel-header .container .row .socials-col {
  padding-top: 20px;
  text-align: left;
  position: absolute;
  top: 80px;
  left: 0;
}
@media only screen and (max-width: 996px) {
  header.marsel-header .container .row .socials-col {
    display: none;
  }
}
header.marsel-header.scrolled {
  padding: 15px 0 0;
  background-color: rgba(255,255,255,0.9);
}
header.marsel-header.scrolled .container .row a.branding {
  max-width: 150px;
  margin: 0 auto;
}
header.marsel-header.scrolled .container .row .mid-col .main-menu {
  margin: 0;
}
header.marsel-header.scrolled .container .row .socials-col {
  top: 0px;
}
header.marsel-header.scrolled .container .row .socials-col .socials {
  padding-top: 0 !important;
}
header.marsel-header.scrolled .container .row .contacts-col {
  top: 0px;
}
header.marsel-header.scrolled:before {
  opacity: 0;
  pointer-events: none;
}
.main-menu {
  text-align: center;
  margin: 10px 0;
}
.main-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
  text-align: center;
  position: relative;
}
.main-menu ul:after {
  display: block;
  height: 4px;
  background: #1c1c1a;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.5;
  z-index: 2;
}
.main-menu ul li {
  display: inline-block;
}
@media only screen and (max-width: 996px) {
  .main-menu ul li {
    display: block;
  }
}
.main-menu ul li a {
  display: block;
  text-decoration: none;
  color: #7b7b7b;
  padding: 5px 15px;
  font-weight: bold;
  text-transform: uppercase;
  opacity: 1;
  letter-spacing: 1px;
  position: relative;
}
.main-menu ul li a:after {
  display: block;
  height: 4px;
  background: red;
  content: "";
  position: absolute;
  bottom: 0;
  left: 80px;
  right: 80px;
  z-index: 3;
  -webkit-transition: all 0.3s cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition: all 0.3s cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition: all 0.3s cubic-bezier(0.000,0.000,0.010,0.995);
  transition: all 0.3s cubic-bezier(0.000,0.000,0.010,0.995);
  -webkit-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
}
.main-menu ul li a:hover {
  opacity: 1;
  color: #1c1c1a;
}
.main-menu ul li a:hover:after {
  left: 20px;
  right: 20px;
}
.main-menu ul li.current-menu-item a,
.main-menu ul li.current-menu-item a:hover {
  opacity: 1;
  color: #1c1c1a;
}
.main-menu ul li.current-menu-item a:after,
.main-menu ul li.current-menu-item a:hover:after {
  left: 20px;
  right: 20px;
}
.mobilemenubtn {
  width: 36px;
  height: 36px;
  line-height: 42px;
  font-size: 20px;
  text-align: center;
  display: block;
  margin: 5px auto;
  color: white;
  cursor: pointer;
  background: #e30514;
}
.mobilemenubtn:hover {
  border: 1px solid transparent;
  background: #1c1c1a;
}
@media only screen and (min-width: 996px) {
  .mobilemenubtn {
    display: none;
  }
}
.mobilemenubtn-close {
  margin-top: 30px;
  display: none;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 20px;
  text-align: center;
  margin: 5px auto;
  color: white;
  border: 1px solid transparent;
  background: #e30514;
  cursor: pointer;
}
.mobilemenubtn-close:hover {
  border: 1px solid white;
  background-image: white;
  color: #1c1c1a;
}
.mobilemenu {
  display: block;
  z-index: 9999;
  background: rgba(255,255,255,0.805);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 1500px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition: all 0.3s cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition: all 0.3s cubic-bezier(0.000,0.000,0.010,0.995);
  transition: all 0.3s cubic-bezier(0.000,0.000,0.010,0.995);
  -webkit-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
}
.mobilemenu .background {
  z-index: 1;
  background: #1c1c1a;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.mobilemenu .inner {
  z-index: 4;
  display: inline-block;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.mobilemenu .inner .branding {
  max-width: 280px;
}
.mobilemenu .inner .main-menu {
  margin-top: 50px;
}
.mobilemenu .inner .main-menu ul:after {
  display: none;
}
.mobilemenu .inner .main-menu ul li a {
  color: white;
  font-size: 1.2rem;
}
.mobilemenu.open {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}
footer.marsel-footer {
  color: white;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
footer.marsel-footer:before {
  z-index: 2;
  background: #1a1a19;
  background: linear-gradient(180deg,#1a1a19 0%,rgba(26,26,25,0) 100%);
  height: 400px;
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
footer.marsel-footer .background {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2500px;
  background-image: url(https://www.mar-sel.be/wp-content/themes/sandbox/assets/img/footer.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: #0c0c0b;
}
@media only screen and (max-width: 996px) {
  footer.marsel-footer .col {
    margin: 25px 0;
  }
  footer.marsel-footer .col .stripe {
    margin: 0 auto;
  }
  footer.marsel-footer .col .openingsuren {
    text-align: left !important;
  }
}
footer.marsel-footer .container {
  position: relative;
  z-index: 3;
  padding-top: 100px;
  padding-bottom: 50px;
}
footer.marsel-footer .container .row a.branding {
  width: 100%;
  display: block;
  margin: 0 auto;
}
footer.marsel-footer .container .row a.branding img {
  width: 100%;
  max-width: 600px;
}
footer.marsel-footer .container .row .footer-info {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
}
footer.marsel-footer table.openingsuren {
  width: auto;
  text-transform: uppercase;
}
footer.marsel-footer table.openingsuren tr td {
  font-size: 14px;
  line-height: 14px;
  font-weight: 12px;
  padding: 2px 15px 2px 3px;
  color: rgba(255,255,255,0.75);
  padding-bottom: 5px;
}
footer.marsel-footer table.openingsuren tr td:nth-child(2) {
  font-weight: 600;
  font-family: 'Avenir LT Std', cursive;
}
footer.marsel-footer table.openingsuren tr.current td {
  color: #e30514;
}
footer.marsel-footer table.openingsuren tr.remove td:nth-child(2) {
  text-decoration: line-through;
  opacity: 0.5;
}
footer.marsel-footer table.openingsuren tr.alt td {
  font-size: 10px;
  line-height: 10px;
  padding-bottom: 10px;
}
footer.marsel-footer ul.diensten-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
footer.marsel-footer ul.diensten-list li {
  display: inline-block;
}
footer.marsel-footer ul.diensten-list li a {
  display: inline-block;
  padding: 4px 5px 2px 5px;
  margin: 2px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #dadada;
  color: #1c1c1a;
  font-weight: 600;
  cursor: pointer;
}
footer.marsel-footer ul.diensten-list li a:hover {
  background: #e30514;
  color: white;
}
footer.marsel-footer .footer-contacts a.phone,
footer.marsel-footer .footer-contacts a.email {
  font-size: 22px;
  line-height: 30px;
  color: white;
  font-family: 'Avenir LT Std', cursive;
  font-weight: 600;
}
footer.marsel-footer .footer-contacts a.phone:hover,
footer.marsel-footer .footer-contacts a.email:hover {
  color: #e30514;
}
footer.marsel-footer .footer-contacts a.email {
  font-size: 14px;
  font-weight: 400;
  font-family: 'Avenir LT Std', serif;
  text-transform: uppercase;
}
footer.marsel-footer .footer-contacts span.address {
  font-size: 12px;
  line-height: 9px;
  letter-spacing: 1px;
  color: rgba(255,255,255,0.35);
  font-family: 'Avenir LT Std', cursive;
  font-weight: 600;
}
.container-to-cover {
  position: relative;
  overflow: hidden;
}
img.cover-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
}
ul.socials {
  display: inline-block;
  padding: 0;
}
ul.socials li {
  display: inline-block;
  padding: 5px;
}
ul.socials li a {
  position: relative;
  display: block;
  width: 35px;
  height: 35px;
  text-decoration: none;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  text-align: left;
}
ul.socials li a i {
  color: rgba(255,255,255,0.664);
  display: block;
  position: relative;
  font-size: 25px;
  -webkit-transition: all 0.3s cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition: all 0.3s cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition: all 0.3s cubic-bezier(0.000,0.000,0.010,0.995);
  transition: all 0.3s cubic-bezier(0.000,0.000,0.010,0.995);
  -webkit-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  overflow: hidden;
  background-image: linear-gradient(135deg,#e30514,#b20410);
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}
ul.socials li a:hover i {
  color: #ffffff;
  background: none;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  -moz-background-clip: unset;
  -moz-text-fill-color: unset;
}
.rw-words {
  height: 70px;
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  color: #1c1c1a;
}
.rw-words div.whiteinline {
  display: inline;
  color: white;
}
.rw-words div.goldinline {
  display: inline;
  background-image: linear-gradient(135deg,#e30514,#b20410);
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}
.rw-words-1 span {
  position: absolute;
  width: 100%;
  margin-left: -50%;
  opacity: 0;
  overflow: hidden;
  padding-bottom: 15px;
  -webkit-animation: rotateWord 12s linear infinite 0s;
  -ms-animation: rotateWord 12s linear infinite 0s;
  animation: rotateWord 12s linear infinite 0s;
}
.rw-words-1 span:nth-child(2) {
  -webkit-animation-delay: 3s;
  -ms-animation-delay: 3s;
  animation-delay: 3s;
}
.rw-words-1 span:nth-child(3) {
  -webkit-animation-delay: 6s;
  -ms-animation-delay: 6s;
  animation-delay: 6s;
}
.rw-words-1 span:nth-child(4) {
  -webkit-animation-delay: 9s;
  -ms-animation-delay: 9s;
  animation-delay: 9s;
}
.rw-words-1 span:nth-child(5) {
  -webkit-animation-delay: 12s;
  -moz-animation-delay: 12s;
  -o-animation-delay: 12s;
  -ms-animation-delay: 12s;
  animation-delay: 12s;
}
.rw-words-1 span:nth-child(6) {
  -webkit-animation-delay: 15s;
  -moz-animation-delay: 15s;
  -o-animation-delay: 15s;
  -ms-animation-delay: 15s;
  animation-delay: 15s;
}
@-webkit-keyframes rotateWord {
  0% {
    opacity: 0;
  }
  2% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
  }
  5% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
  17% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
  20% {
    opacity: 0;
    -webkit-transform: translateY(30px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes rotateWord {
  0% {
    opacity: 0;
  }
  2% {
    opacity: 0;
    -ms-transform: translateY(-30px);
  }
  5% {
    opacity: 1;
    -ms-transform: translateY(0px);
  }
  17% {
    opacity: 1;
    -ms-transform: translateY(0px);
  }
  20% {
    opacity: 0;
    -ms-transform: translateY(30px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes rotateWord {
  0% {
    opacity: 0;
  }
  2% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  5% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  17% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  20% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
body.cookie-open .fullsitewrapper {
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
}
.cookie-backdrop {
  z-index: 99999;
  position: fixed;
  background: rgba(255,255,255,0.5);
  width: 100%;
  height: 100vh;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.cookie-melding {
  position: fixed;
  bottom: 20px;
  left: 30%;
  right: 30%;
  padding: 20px;
  z-index: 999999;
  border-radius: 3px;
  background-color: #e30514;
  color: black;
}
.cookie-melding p {
  font-size: 12px;
  letter-spacing: 1px;
  color: white;
}
.cookie-melding a:not(.button) {
  color: #1c1c1a !important;
}
@media screen and (max-width: 900px) {
  .cookie-melding {
    left: 10%;
    right: 10%;
  }
}
@media screen and (max-width: 900px) {
  .cookie-melding {
    left: 20px;
    right: 20px;
  }
}
.cookie-melding h4 {
  margin-bottom: 15px;
  color: white;
}
.cookie-melding a.cookie-button {
  background: white;
  color: #1c1c1a;
  margin: 0 15px;
  -webkit-transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  -webkit-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
}
.cookie-melding a.cookie-button.allow:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f058";
  margin-right: 5px;
  margin-left: 5px;
}
.cookie-melding a.cookie-button.disallow:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f057";
  margin-right: 5px;
  margin-left: 5px;
  opacity: 0.7;
}
.cookie-melding a.cookie-button:hover {
  color: white;
  background-color: #e30514;
}
.cookie-melding a.closecookie {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 22px;
  cursor: pointer;
  display: none;
  -webkit-transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  transition: all 500ms cubic-bezier(0.000,0.000,0.010,0.995);
  -webkit-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
}
.cookie-melding a.closecookie:hover {
  color: #dadada;
}
.pos-rel {
  position: relative;
}
.radial-shade {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 3000px;
  height: 3000px;
  opacity: 0.7;
  background: #000000;
  background: radial-gradient(circle,#000000 0%,rgba(0,0,0,0) 50%);
}
.radial-shade.white {
  background: #ffffff;
  background: radial-gradient(circle,#ffffff 0%,rgba(255,255,255,0) 50%);
}
.dropout-left {
  position: relative;
  margin-bottom: 6px;
}
.dropout-left img {
  position: relative;
  left: -150px;
  z-index: 1;
}
.dropout-left:before {
  display: block;
  content: "";
  background: red;
  position: absolute;
  top: 0;
  left: -150px;
  bottom: 0;
  width: 105px;
  z-index: 2;
  background: #e30514;
  mix-blend-mode: multiply;
}
.dropout-right {
  position: relative;
  margin-bottom: 6px;
}
.dropout-right img {
  position: relative;
  right: -150px;
  z-index: 1;
}
.dropout-right:before {
  display: block;
  content: "";
  background: red;
  position: absolute;
  top: 0;
  right: -150px;
  bottom: 0;
  width: 105px;
  z-index: 2;
  background: #e30514;
  mix-blend-mode: multiply;
}
