@font-face{
  font-family:DIN;
  font-style:normal;
  font-weight:400;
  src:url(https://foys-prod.imgix.net/2e38d9ea-84bb-452a-b58b-669352b0a2c6/a78f6060-a376-4bfb-b9f1-0d8a558d090d.otf)
}

@font-face{
  font-family:DIN;
  font-style:normal;
  font-weight:700;
  src:url(https://foys-prod.imgix.net/2e38d9ea-84bb-452a-b58b-669352b0a2c6/2957cbf4-573c-4f75-b76e-3638c9501671.otf)
}

@font-face{
  font-family:DIN;
  font-style:italic;
  font-weight:400;
  src:url(https://foys-prod.imgix.net/2e38d9ea-84bb-452a-b58b-669352b0a2c6/a091d617-85a0-4c6a-abbf-c16833a7aa38.otf)
}

@font-face{
  font-family:DIN;
  font-style:normal;
  font-weight:300;
  src:url(https://foys-prod.imgix.net/2e38d9ea-84bb-452a-b58b-669352b0a2c6/914e085c-983b-43f9-93aa-7058db8cc937.otf)
}

@font-face{
  font-family:DIN;
  font-style:italic;
  font-weight:300;
  src:url(https://foys-prod.imgix.net/2e38d9ea-84bb-452a-b58b-669352b0a2c6/b61a47cb-edb4-4c07-8caa-0a4095fde6cc.otf)
}


body {
    color: #000;
    display: flex;
    flex-direction: column;
    font-family: DIN,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    line-height: 1.5em;
    margin: 0;
    min-height: 100vh;
    padding-top: 100px;
}

img, svg {
    vertical-align: middle;
}
img {
    border-style: none;
}

.website-header {
  top: 0;
  position: absolute;
}

.c-topbar {
    background-color: #fff;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.1);
    position: fixed;
    z-index: 1040;
}

.c-logo a {
    color: #0b42a8;
    display: block;
    margin-left: -30px;
    padding: 20px 0 5px;
    text-decoration: none;
    width: 130px;
}

@media (max-width: 991.98px) {
  .c-logo a {
    display: inline-block;
    height: 100px;
    margin-left: -15px;
    padding-top: 40px;
    width: 65px;
  }
}

.c-logo h1 {
    background-image: url(https://foys-prod.imgix.net/2e38d9ea-84bb-452a-b58b-669352b0a2c6/a7f4f297-29b5-46e8-995c-cce463505ab8.svg);
    background-position: 0;
    background-repeat: no-repeat;
    background-size: contain;
    clear: both;
    height: 54px;
    margin: 0;
    padding: 0;
    text-align: center;
    text-indent: -9999px;
    width: 130px;
}

@media (max-width: 991.98px) {
  .c-logo h1 {
    height: 27px;
    width: 65px;
  }
}

.c-navigation--primary {
    font-size: 16px;
}

.c-navigation--primary a {
    color: #0b42a8;
    display: block;
    padding: 35px 0.8em 1em 0.8em;
    position: relative;
    text-decoration: none;
}

.c-navigation {
    display: block;
    height: 100px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.c-navigation--login {
    height: 100%;
    pointer-events: none;
    position: absolute;
    right: -20px;
    text-align: right;
    top: 0;
}

.c-navigation li {
    display: inline-block;
    height: 100px;
}

.c-navigation--login li {
    white-space: nowrap;
}

.c-navigation--login li a {
    background: #fff;
    color: #0b42a8;
    display: block;
    font-weight: 700;
    height: 99px;
    letter-spacing: 2px;
    padding: 40px 3em 2em 2em;
    pointer-events: all;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
}

.c-navigation--login li a:before {
    border-left: 1px solid #d9d9d9;
    left: -13px;
    top: 0;
    width: 22px;
    z-index: 2;
}

.c-navigation--login li a:after, .c-navigation--login li a:before {
    content: " ";
    display: block;
    height: 100%;
    position: absolute;
    transform: skew(-10deg);
}

.c-navigation--login li a:after {
    background-color: #fff0e6;
    pointer-events: none;
    right: -20px;
    text-align: right;
    top: -1px;
    z-index: -1;
}

.c-navigation--login .c-navigation--login__profile a {
    background-color: #fff0e6;
    padding-left: 3em;
    padding-right: 60px;
}

.c-navigation--login .c-navigation--login__profile a:before {
    background-color: #fff0e6;
    border-left: 1px solid #ff6700;
}

.c-navigation--login li:last-child a {
    background-color: #fff0e6;
    padding-left: 3em;
    padding-right: 3em;
}

.dropdown-menu {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
    color: #0b42a8;
    display: none;
    float: left;
    font-size: 1rem;
    left: 0;
    list-style: none;
    margin: 0.125rem 0 0;
    min-width: 10rem;
    padding: 0.5rem 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000;
}

.dropdown-menu-right {
    left: auto;
    right: 0;
}

.dropdown .dropdown-menu {
    border: none;
    padding: 10px;
    top: 0!important;
    z-index: 1070;
}

.dropdown .dropdown-menu .dropdown-item {
    padding: 10px 1em;
}

@media (max-width: 991.98px) {
  .dropdown.show .dropdown-menu {
    background-color: #ffe1cd;
    border-radius: 0;
    bottom: 0;
    left: 0!important;
    margin: 0;
    padding: 2em 0;
    position: fixed!important;
    right: 0;
    top: 100px!important;
    transform: none!important;
    width: 100%;
    z-index: 1020;
  }


  .dropdown.show .dropdown-menu .dropdown-item {
    background: none;
    color: #ff6700;
    font-size: 24px;
    height: auto;
    padding: 1em;
  }
  
  .dropdown.show .dropdown-menu .dropdown-item:before {
    transform: none !important;
  }
}


















.c-header {
    background-color: #0b42a8;
    background-position: 0;
    color: #fff;
    height: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.c-header .container-fluid {
    margin-top: -100px;
    overflow: hidden;
    padding-top: 100px;
}

.c-header .container-fluid .c-header__content {
    margin-bottom: -100px;
    padding-bottom: 200px;
}

.c-header, .c-header-bg {
    background-repeat: no-repeat;
    background-size: cover;
}

.c-header .c-header-bg {
    background-position: 50%;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 55%;
    z-index: 0;
}


@media (max-width: 576px) {
  .c-header, .c-header-bg {
    display: none;
  }
}

.c-header .c-header__content{
    padding: 6em 15px;
    position: relative;
    z-index: 20;
}

.c-header .c-header__content h2 {
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 16px;
}

.c-header .c-header__content:after {
    background: #00a2e9;
    content: "";
    display: block;
    height: 100%;
    margin-top: -100px;
    overflow: hidden;
    padding-top: 100px;
    position: absolute;
    right: 0;
    top: 0;
    transform: skew(-10deg);
    width: 120%;
    z-index: -1;
}

@media (min-width: 992px){
  .c-header .container-fluid .c-header__content:after {
    right: -70%;
  }
}


.c-header .c-header__content h2 {
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.c-header .c-header__content p {
    font-size: 20px;
    line-height: 1.65em;
    max-width: 500px;
    font-family: Lora,Apple Garamond,Baskerville,Times New Roman,serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
}








.breadcrumbs ul {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}
.breadcrumbs ul li {
    display: inline;
    margin-left: 0.3rem;
}
.breadcrumbs ul li a {
    color: #001844;
    text-decoration: none;
}
.breadcrumbs ul li:after {
    content: "›";
    font-family: DIN,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    font-weight: 300;
    padding: 0 0 0 5px;
}
.breadcrumbs ul li:last-child:after {
    content: "";
}





@media only screen and (min-width: 576px) {
  body {
      padding-top: 138px;
  }
  .top-menu-site-navigation {
    position: fixed;
    z-index: 1030;
    background-color: #002978;
    font-size: 0.8rem;
  }

  .top-menu-site-navigation a {
    color: #FFF;
  }

  .top-menu-site-navigation .other-menu-item a {
    color: #00BAFF;
  }

  .top-menu-site-navigation .active-menu-item {
    background-color: #00BAFF;
  }

  .top-menu-site-navigation .active-menu-item a {
    color: #FFF;
  }

  .c-topbar {
    margin-top: 36px;
  }

  .c-topbar+* {
    padding-top: 136px;
  }
}






.c-main-content .btn {
    text-transform: lowercase;
    white-space: nowrap;
}

.c-main-content .btn-secondary,
.c-agenda-content .btn-secondary {
    background-color: #ff6700;
    border-color: #ff6700;
    color: #fff;
}

.c-main-content {
    padding-bottom: 2em;
}

.c-main-content h2,
.c-agenda-content h2 {
    font-size: 16px;
    color: #001844;
    margin: 0;
    padding: 3em 0 1em;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.c-main-content h3 {
    margin: 1em 0;
    font-size: 16px;
    font-weight: 700;
}

.c-main-content p a {
    color: #ff6700!important;
    text-decoration: underline;
}

.c-main-content a {
    background-color: transparent;
    color: #0b42a8;
    text-decoration: none;
}

.c-main-content a {
    color: #ff6700;
}

.c-main-content p,
.c-agenda-content p {
    font-family: DIN,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5em;
    margin: 0;
    max-width: 700px;
    padding: 0.5em 0;
}

.c-main-content p.intro-text {
    font-family: Lora,Apple Garamond,Baskerville,Times New Roman,serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    font-size: 24px;
    line-height: 1.4em;
    max-width: 700px;
}


.c-main-content ul {
    list-style: none;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5em;
    background: #eaeaea;
    list-style-position: outside;
    list-style-type: disc;
    margin: 2em 0;
    max-width: 700px;
    overflow: hidden;
    padding: 20px 20px 20px 40px;
    position: relative;
}

.c-main-content ul li {
    background-color: #eaeaea;
    font-weight: 300;
    padding: 0.5em 2em 0.5em 0;
}

.c-main-content ul:after {
    background-color: #fff;
    content: "";
    display: block;
    height: 100%;
    overflow: hidden;
    position: absolute;
    right: -60px;
    top: 0;
    transform: skew(-10deg);
    width: 100px;
    z-index: 1;
}



.c-product-item.card {
    border: 0;
    border-radius: 0;
    padding: 0;
}

.c-product-item:hover {
    background-color: #fafafa;
}

@media (min-width: 576px) {
  .card-deck .card {
    flex: 1 0 0%;
    margin-bottom: 0;
    margin-left: 15px;
    margin-right: 15px;
  }
}

.card-deck .card {
    margin-bottom: 15px;
}

.c-product-item {
    border-radius: 0;
    border-top: 1px solid #979797;
    margin-bottom: 30px;
    padding-bottom: 0;
    padding-top: 0;
    position: relative;
}

.c-product-item .card-body {
    padding: 0 1rem;
}

@media (min-width: 991.98px) {
  .c-product-item .card-body {
    min-height: 360px;
  }
}

.c-product-item.card .card-img-top {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0;
    height: 225px;
    margin-bottom: 1em;
}

.c-product-item h3 {
    color: #0b42a8;
    font-family: Lora,Apple Garamond,Baskerville,Times New Roman,serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5em;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.c-product-item h3 a {
    color: #0b42a8;
}

.card-subtitle, .card-text:last-child {
    margin-bottom: 0;
}

.col.filter .badge {
    cursor: pointer;
}

.badge-secondary {
    background-color: #ff6700;
    color: #fff;
}

.badge-secondary-light {
    background-color: rgba(255,103,0,.1);
    color: #ff6700;
}


.c-product-item.card .card-footer {
    background-color: transparent;
    border: 0;
    padding: 1rem;
}

.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}


.c-product-item .card-footer .btn-secondary {
    min-width: 160px;
}

.c-product-item price {
    color: #ff6700;
    float: right;
    font-size: 24px;
    font-weight: 700;
    padding: 0.5em 0;
    text-align: right;
    white-space: nowrap;
    font-family: Lora,Apple Garamond,Baskerville,Times New Roman,serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
}



div#agenda > div.row:nth-child(odd) {
  background:#F0F0F0;
}

.c-agenda-content {
  margin-bottom: 2rem;
}




.my-env {
  margin-top: 20px !important;
  font-family: DIN,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
}

.my-env .btn {
  min-width: auto !important;
  text-transform: none;
}

.my-env .btn-primary {
  background-color: #002978 !important;
  border-color: #002978 !important;
}

.my-env .btn-outline-secondary {
  border-color: #ccc !important;
}

.my-env .btn-outline-secondary:hover {
  color: #aaa !important;
}

.my-env .btn-cycling-sign-up {
  background-color: #ff6700 !important;
  border-color: #ff6700 !important;
  color: #fff;
}


.my-env .navbar-light {
  padding: 0 0 0 0;
  background-color: #002978 !important;
}

.my-env .navbar-light a {
  color: #FFF !important;
}

.my-env .navbar-light .nav-logout-link {
  background-color: #00BAFF;
}

.my-env .navbar-light .nav-logout-link a {
  color: #FFF;
}

.my-env .navbar-light .navbar-nav .nav-link {
  padding: 0.5rem 1rem;
}

.my-env .navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,102,203, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.my-env .card,
.my-env .card-header {
  border-radius: 0 !important;
}

.my-env .card .card-header .btn-outline-secondary {
  background-color: #fff;
}

.my-env .card .card-header .font-weight-bold {
  letter-spacing: 2px;
  text-transform: uppercase;
}

.aanbod-card {
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    margin-bottom: 2rem;
}

.aanbod-card:hover {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    cursor: pointer;
}

.aanbod-card-col div[id^="page-item"] {
  height: calc(100% - 2rem);
}

.aanbod-card-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #000;
}

.aanbod-card-img {
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.aanbod-card-link {
    position: relative;
    font-size: 3rem;
    min-width: 50px;
    min-height: 50px;
    max-width: 50px;
    max-height: 50px;
    background-color: #ff6700;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    clip-path: polygon(0 0, 100% 0, 100% 30%, 100% 68%, 68% 100%, 30% 100%, 0 100%, 0% 30%);
    border: 3px solid #ff6700;
}

.aanbod-card-link-border {
    position: absolute;
    background: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    clip-path: polygon(0 0, 100% 0, 100% 30%, 100% 68%, 68% 100%, 30% 100%, 0 100%, 0% 30%);
    transition: all 0.3s;
}

.aanbod-card:hover .aanbod-card-link-chevron {
    color: #ff6700;
    z-index: 1;
}

.aanbod-card:hover .aanbod-card-link-border {
    background: #fff;
}


/* FOR WITH TEXT AND PRICE */
.aanbod-card-with-text .card-body {
    display: flex;
    flex-direction: column;
    color: #000;
}


.aanbod-card-with-text .aanbod-card-link-price-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.aanbod-card-price h4 {
    color: #ff6700;
    font-weight: 600;
    margin-bottom: 0;
}

.usp-block-image-right{
  width: 100%; 
  clip-path: polygon(25% 0, 100% 0, 100% 100%, 0% 100%);
  position: relative;
  right: -5px;
}

.usp-block-image-container-right{
  clip-path: polygon(25% 0, 100% 0, 100% 100%, 0% 100%);
  background: #ff6700;
  padding: 0;
}

.usp-block-image-left {
  width: 100%; 
  clip-path: polygon(0 0, 75% 0, 100% 100%, 0% 100%);
  position: relative;
  left: -5px;
}

.usp-block-image-container-left {
  clip-path: polygon(0 0, 75% 0, 100% 100%, 0% 100%);
  background: #ff6700;
  padding: 0;
}


.c-main-content h2 {
  padding: 0.5em 0 0.5em;
}

label {
  margin-top: 0 !important;
}


.my-env .badge-warning {
  background-color: #e39e03;
  color: #fff;
}

.c-footer {
    background-color: #001844;
    flex-shrink: 0;
    margin-bottom: 56px;
    position: relative;
}

.c-footer .c-footer__main {
    color: #fff;
    padding-top: 5em;
}

.c-footer .c-footer__main h3 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.56px;
    margin-bottom: 1em;
    text-transform: uppercase;
}

.c-footer .c-footer__main address a {
    color: #fff;
}

.c-footer .c-footer__main--outro {
    margin-bottom: 5em;
}

.c-footer .c-footer__main p {
    font-size: 24px;
    line-height: 1.4em;
    font-family: Lora,Apple Garamond,Baskerville,Times New Roman,serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
}


.c-footer .c-footer__navigation {
    background-color: #fff;
    left: 0;
    max-width: 1140px;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 20;
}

.c-footer .c-footer__navigation .c-footer__navigation--socials {
    margin: 1em 0;
    white-space: nowrap;
}

.c-footer .c-footer__navigation .c-footer__navigation--logo a img {
    border: 0;
    height: 100%;
    width: 100%;
}

.c-footer .c-footer__navigation ul {
    margin: 0;
    padding: 0;
}

.c-footer .c-footer__navigation .c-footer__navigation--socials li {
    margin-right: 0.5em;
}
.c-footer .c-footer__navigation li {
    display: inline;
}


.c-footer .c-footer__navigation .c-footer__navigation--logo {
    text-align: center;
}
.c-footer .c-footer__navigation .c-footer__navigation--logo a {
    background-color: #fff;
    border: none;
    border-radius: 90px 90px 0 0;
    display: block;
    height: 77px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -30px;
    padding: 15px;
    width: 77px;
}

.c-footer .c-footer__navigation .c-footer__navigation--legal {
    font-size: 16px;
    margin: 1em 0;
    text-align: right;
    text-transform: lowercase;
    white-space: nowrap;
}

.c-footer .c-footer__navigation .c-footer__navigation--legal ul {
    float: right;
    margin: 0;
    padding: 0;
}
.c-footer .c-footer__navigation .c-footer__navigation--legal li {
    margin-left: 1em;
}
.c-footer .c-footer__navigation .c-footer__navigation--legal li a {
    color: #0b42a8;
    text-align: right;
    text-decoration: none;
    white-space: nowrap;
}

.foys-footer {
  display: none;
}