html,
body {
  font-family: 'Montserrat', sans-serif;
  height: 100%;
  width: 100%;
  color: #252525;
}
a,
a:active {
  text-decoration: none;
  color: #E65125;
}
a:hover {
	text-decoration: none;
}
p {
  margin: 0;
}
strong {
  color: #28547C;
}
i {
  color: #28547C;
  margin-right: 5px;
}
h1 {
  font-size: 40px;
  font-family: 'Luckiest Guy', cursive;
  color: #16A4BA;
  margin: 0;
}
h2 {
  font-family: 'Montserrat', sans-serif;
  color: #28547C;
  font-size: 25px;
  font-weight: 600;
  margin: 0;
}
h3 {
  font-family: 'Montserrat', sans-serif;
  color: #28547C;
  font-size: 22px;
  font-weight: 500;
  margin: 0;
}
.hidden {
  display: none !important;
}
.red {
  color: #E65125;
}
.lightorange {
  color: #F7941D;
}
.center {
  text-align: center;
}
.intro p {
  margin-bottom: 10px;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt25 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt100 {
  margin-top: 100px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb25 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb75 {
  margin-bottom: 75px;
}
.mb100 {
  margin-bottom: 100px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pt25 {
  padding-top: 25px;
}
.pt30 {
  padding-top: 30px;
}
.pt25 {
  padding-top: 40px;
}
.pt50 {
  padding-top: 50px;
}
.pt100 {
  padding-top: 100px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb25 {
  padding-bottom: 25px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb25 {
  padding-bottom: 40px;
}
.pb50 {
  padding-bottom: 50px;
}
.pb100 {
  padding-bottom: 100px;
}
.btn,
.btn:hover,
.btn:active {
  color: #ffffff;
}
.btn.red,
.btn.red:active {
  background-color: #E65125;
}
.btn.lightorange,
.btn.lightorange:active {
  background-color: #F7941D;
  border: 0;
  color: #ffffff;
}
.btn.darkblue,
.btn.darkblue:active {
  background-color: #28547C;
  border: 0;
  color: #ffffff;
}
.btn.lightblue,
.btn.lightblue:active {
  background-color: #16A4BA;
  border: 0;
  color: #ffffff;
}
.btn.red,
.btn.red:active {
  background-color: #E65125;
  border: 0;
  color: #ffffff;
}
.topheader {
  height: 40px;
  background-color: #28547C;
  color: #ffffff;
  width: 100%;
  display: flex;
  align-items: center;
}
.footer {
  font-size: 14px;
  color: #ffffff;
}
.footer .footer__wrapper {
  background-color: #16A4BA;
}
.footer strong {
  color: #ffffff;
}
.footer .footer__topwave {
  background-color: #ffffff;
}
.footer .img__logo {
  width: 100px;
}
.footer .col__logo {
  font-size: 18px;
  font-weight: 600;
  text-align: left;
}
.footer .col__legal {
  padding-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.footer .col__legal .legal__list {
  list-style: none;
  margin: 30px 0 30px 0;
  padding: 0;
}
.footer .col__legal .legal__list .list__item {
  margin-bottom: 5px;
}
.footer .col__legal .legal__list .list__item .link {
  color: #ffffff;
}
.footer .col__navigation {
  text-align: right;
  font-size: 15px;
}
.footer .col__navigation .navigation__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer .col__navigation .navigation__list .list__item {
  margin-bottom: 5px;
}
.footer .col__navigation .navigation__list .list__item a {
  color: #ffffff;
}
.footer .socialmedia a {
  margin-right: 15px;
}
.footer .socialmedia a:last-child {
  margin-right: 0px;
}
.footer .socialmedia i {
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
}
.hero {
  position: relative;
  height: 350px;
}
.hero .hero__logo {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 2;
}
.hero .hero__logo .logo__img {
  width: 400px;
}
.hero .hero__navigation {
  position: absolute;
  z-index: 1;
  width: 100%;
  background-color: #F7941D;
  color: #ffffff;
  height: 70px;
}
.hero .hero__navigation .navigation {
  display: block;
  height: 100%;
  max-width: 1600px;
}
.hero .hero__navigation .navigation .navigation__list {
  margin: 40px 0 0 0;
  list-style: none;
  font-weight: bold;
  font-size: 20px;
  display: flex;
  justify-content: right;
}
.hero .hero__navigation .navigation .navigation__list .list__item {
  margin-left: 35px;
}
.hero .hero__navigation .navigation .navigation__list .list__item:last-child {
    background-color: #28547C;
    padding: 5px 12px;
    border-radius: 4px;
    margin-top: -5px;
}
.hero .hero__navigation .navigation .navigation__list .list__item .link {
  color: #ffffff;
}
.hero .hero__navigation .navigation .navigation__toggle {
  display: none;
}
.hero .hero__navigation .navigation .navigation__toggle .toggle__link,
.hero .hero__navigation .navigation .navigation__toggle i {
  font-weight: 800;
  font-size: 30px;
  color: #ffffff;
}
.info .info__text {
  background-color: #f9f9f9;
  /*height: 500px;*/
  padding: 100px 60px;
}
.info .info__image {
  /*height: 500px;*/
}
.sfeeple__image{
  height: 500px;
}
.info .info__image img {
  width: 100%;
  height: inherit;
  object-fit: cover;
}.sfeeple__image img {
  width: 100%;
  height: inherit;
  object-fit: contain;
}

.message {
  display: none;
  border-radius: 6px;
  border: 1px solid #16A4BA;
  color: #16A4BA;
  padding: 10px;
}
.message i {
  color: #16A4BA;
}
.message.red {
  border-color: #E65125;
  color: #E65125;
}
.message.red i {
  color: #E65125;
}
.message.noborder {
  border: none;
}
.message.visible {
  display: block;
}
.ticketcalculator .calculator__label {
  display: flex;
  align-items: center;
}
.ticketcalculator .nmbrselect {
  width: 75px;
}
.ticketcalculator .calculator__results {
  border: 1px solid #dedede;
  padding: 20px;
  border-radius: 10px;
  max-width: 500px;
  font-size: 14px;
}
.ticketcalculator .calculator__results .results__line {
  display: flex;
}
.ticketcalculator .calculator__results .results__line .line__amount {
  width: 25px;
}
.ticketcalculator .calculator__results .results__line .line__x {
  width: 20px;
}
.ticketcalculator .calculator__results .results__line .line__description {
  width: 350px;
}
.ticketcalculator .calculator__results .results__line.bold {
  font-weight: bold;
}
.ticketcalculator .form-check-label {
  display: inline;
}
.paymentmethods .paymentmethods__wrapper {
  display: flex;
}
.paymentmethods .paymentmethods__image {
  margin-right: 20px;
  width: 80px;
}
.paymentmethods .paymentmethods__image .title {
  display: block;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
}
.paymentmethods .paymentmethods__image .img {
  width: 50px;
  height: 50px;
}
.subscribe .subscribe__form h2,
.contact .subscribe__form h2,
.subscribe .contact__form h2,
.contact .contact__form h2 {
  color: inherit;
  font-family: 'Luckiest Guy', cursive;
  font-size: 36px;
  color: #28547C;
}
.subscribe .subscribe__form .form,
.contact .subscribe__form .form,
.subscribe .contact__form .form,
.contact .contact__form .form {
  display: flex;
  justify-content: center;
}
.subscribe .subscribe__form .form.volunteer,
.contact .subscribe__form .form.volunteer,
.subscribe .contact__form .form.volunteer,
.contact .contact__form .form.volunteer,
.subscribe .subscribe__form .form.contact,
.contact .subscribe__form .form.contact,
.subscribe .contact__form .form.contact,
.contact .contact__form .form.contact {
  padding: 0 250px;
  font-size: 14px;
}
.subscribe .subscribe__form .form.volunteer .form-check-input,
.contact .subscribe__form .form.volunteer .form-check-input,
.subscribe .contact__form .form.volunteer .form-check-input,
.contact .contact__form .form.volunteer .form-check-input,
.subscribe .subscribe__form .form.contact .form-check-input,
.contact .subscribe__form .form.contact .form-check-input,
.subscribe .contact__form .form.contact .form-check-input,
.contact .contact__form .form.contact .form-check-input {
  margin-right: 5px;
}
.subscribe .subscribe__form .form.volunteer .form-check-input:checked,
.contact .subscribe__form .form.volunteer .form-check-input:checked,
.subscribe .contact__form .form.volunteer .form-check-input:checked,
.contact .contact__form .form.volunteer .form-check-input:checked,
.subscribe .subscribe__form .form.contact .form-check-input:checked,
.contact .subscribe__form .form.contact .form-check-input:checked,
.subscribe .contact__form .form.contact .form-check-input:checked,
.contact .contact__form .form.contact .form-check-input:checked,
.subscribe .subscribe__form .form.volunteer .form-check-input:focus,
.contact .subscribe__form .form.volunteer .form-check-input:focus,
.subscribe .contact__form .form.volunteer .form-check-input:focus,
.contact .contact__form .form.volunteer .form-check-input:focus,
.subscribe .subscribe__form .form.contact .form-check-input:focus,
.contact .subscribe__form .form.contact .form-check-input:focus,
.subscribe .contact__form .form.contact .form-check-input:focus,
.contact .contact__form .form.contact .form-check-input:focus {
  background-color: #E65125;
  border-color: #E65125;
  color: #ffffff;
  box-shadow: none;
}
.subscribe .subscribe__form .form.volunteer .form-check-input:not(:checked),
.contact .subscribe__form .form.volunteer .form-check-input:not(:checked),
.subscribe .contact__form .form.volunteer .form-check-input:not(:checked),
.contact .contact__form .form.volunteer .form-check-input:not(:checked),
.subscribe .subscribe__form .form.contact .form-check-input:not(:checked),
.contact .subscribe__form .form.contact .form-check-input:not(:checked),
.subscribe .contact__form .form.contact .form-check-input:not(:checked),
.contact .contact__form .form.contact .form-check-input:not(:checked) {
  background-color: #ffffff;
  border-color: #ced4da;
}
.subscribe .subscribe__form .form.volunteer .action,
.contact .subscribe__form .form.volunteer .action,
.subscribe .contact__form .form.volunteer .action,
.contact .contact__form .form.volunteer .action,
.subscribe .subscribe__form .form.contact .action,
.contact .subscribe__form .form.contact .action,
.subscribe .contact__form .form.contact .action,
.contact .contact__form .form.contact .action {
  display: flex;
  justify-content: start;
}
.subscribe .subscribe__form .form.volunteer .action .btn,
.contact .subscribe__form .form.volunteer .action .btn,
.subscribe .contact__form .form.volunteer .action .btn,
.contact .contact__form .form.volunteer .action .btn,
.subscribe .subscribe__form .form.contact .action .btn,
.contact .subscribe__form .form.contact .action .btn,
.subscribe .contact__form .form.contact .action .btn,
.contact .contact__form .form.contact .action .btn {
  width: 150px;
}
.blocks .blocks__list .row {
  margin-bottom: 40px;
}
.blocks .blocks__list .block {
  height: 380px;
  padding: 50px;
  border-radius: 16px;
  margin-bottom: 25px;
  box-shadow: 0 1px 15px 1px #f1f0f0ea;
}
.blocks .blocks__list .block .block__logo {
  height: 150px;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blocks .blocks__list .block .block__logo img {
  height: auto;
  max-height: 150px;
  max-width: 300px;
}
.blocks .blocks__list .block .block__title {
  font-size: 20px;
  font-weight: 600;
  color: #28547C;
  display: flex;
  justify-content: space-between;
}
.blocks .blocks__list .block .block__title .title__flag .flag__img {
  height: 20px;
}
.blocks .blocks__list .block .block__type {
  color: #F7941D;
  font-size: 14px;
  border-bottom: 2px solid #F7941D;
}
.blocks .blocks__list .block .block__type.proto {
  color: #28547C;
  border-bottom: 2px solid #28547C;
}
.blocks .blocks__list .block .block__type.club {
  color: #16A4BA;
  border-bottom: 2px solid #16A4BA;
}
.blocks .blocks__list .block .block__type.shop {
  color: #E65125;
  border-bottom: 2px solid #E65125;
}
.blocks .blocks__list .block .block__links .links__list {
  list-style: none;
  padding: 0;
  font-size: 13px;
  color: #28547C;
}
.blocks .blocks__list .block .block__links .links__list i {
  margin-right: 5px;
}
.blocks .blocks__list .block.sponsor {
  height: 350px;
}
.blocks .blocks__list .block.sponsor .block__title {
  margin-bottom: 15px;
}
.tweedehands .tweedehands__rules .rules__info i {
  margin-right: 0;
  font-size: 12px;
}
.tweedehands .tweedehands__rules .rules__info .rules__list {
  padding-right: 40px;
}
.tweedehands .tweedehands__rules .rules__info .rules__list .list__item {
  margin-bottom: 10px;
}
.tweedehands .tweedehands__rules .rules__info .rules__list .list__item a {
  text-decoration: underline;
}
.tweedehands .tweedehands__rules .rules__info .tdh__image {
  padding: 20px 40px 20px 20px;
  width: 100%;
}
.team .team__list .list__item .item__foto {
  height: 450px;
}
.team .team__list .list__item .item__foto .foto__img {
  width: 100%;
  height: inherit;
  object-fit: cover;
}
.team .team__list .list__item .item__name {
  padding: 10px 0 0 0;
  font-size: 26px;
  font-weight: 800;
  color: #28547C;
  text-align: center;
}
.team .team__list .list__item .item__function {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #E65125;
  text-transform: uppercase;
  padding-bottom: 15px;
}
.goudenludo__content.content__yellow {
 background-color: #fef5ab;
}
.goudenludo__content__image {
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
}
.goudenludo__content__image img {
  max-height:400px;
  max-width:400px;
  width:auto;
  object-fit:contain !important;
  margin:20px;
}

@media only screen and (max-width: 1600px) {
  .hero .hero__logo .logo__img {
    width: 300px;
  }
}
@media only screen and (max-width: 1400px) {
  .hero {
    position: relative;
    height: unset;
  }
  .hero .hero__logo {
    padding-bottom: 10px;
    position: relative;
    text-align: center;
    top: unset;
    left: unset;
    z-index: 0;
  }
  .hero .hero__logo .logo__img {
    width: 400px;
  }
  .hero .hero__navigation {
    height: 70px;
  }
  .hero .hero__navigation .navigation .navigation__list {
    margin-top: 40px;
  }
  .hero .hero__wave {
    padding-top: 30px;
  }
  .hometitle {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  /* specific page stylings */
  #homepage .intro {
    padding-top: 0;
  }
  #homepage .intro .hometitle {
    display: none;
  }
  #homepage .intro .datetitle {
    font-size: 28px;
  }
  #homepage .hero__logo {
    display: block;
  }
  /* generic hero */
  .hero {
    position: relative;
    height: unset;
  }
  .hero .hero__logo {
    display: none;
    padding-top: 100px;
    padding-bottom: 10px;
    position: relative;
    text-align: center;
    top: unset;
    left: unset;
    z-index: 0;
  }
  .hero .hero__logo .logo__img {
    width: 300px;
  }
  .hero .hero__wave {
    display: none;
  }
  .hero .hero__navigation {
    position: fixed;
    height: 61px;
  }
  .hero .hero__navigation .navigation {
    justify-content: start;
    padding: 0;
  }
  .hero .hero__navigation .navigation .navigation__list {
    display: none;
    background-color: #16A4BA;
    margin-top: 0;
    padding: 0;
  }
  .hero .hero__navigation .navigation .navigation__list .list__item {
    margin: 0;
    padding: 10px 0 10px 20px;
	border-radius: 0px;
  }
  .hero .hero__navigation .navigation .navigation__toggle {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 20px;
  }
  .hero .hero__navigation .navigation .navigation__toggle i {
    margin-right: 20px;
  }
  .hero .hero__navigation .navigation .toggle__brand {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-right: 20px;
  }
  /* generic intro */
  .intro {
    padding-top: 120px;
  }
  .intro p {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* generic info */
  .info .info__text {
    height: auto;
    padding: 50px 30px;
  }
  .info .info__image {
    height: 300px;
  }
  .info .firstcol {
    margin-bottom: 30px;
  }
  /* generic subscribe */
  .subscribe input[type="email"] {
    margin-bottom: 20px;
  }
  .subscribe .subscribe__form .form.volunteer {
    padding: 0 25px;
  }
  .subscribe .subscribe__form .form.volunteer input[type="email"] {
    margin-bottom: 0px;
  }
  .contact .contact__form .form.contact {
    padding: 0 25px;
  }
  /* generic footer */
  .footer .col__logo {
    margin-top: 25px;
    text-align: center;
  }
  .footer .col__navigation {
    display: none;
  }
  /* tweedehands */
  .tweedehands .tweedehands__rules h2 {
    padding: 0 20px;
  }
  .tweedehands .tweedehands__rules .rules__info .rules__list {
    padding-right: 20px;
  }
  /* blocks */
  .blocks .blocks__list .block {
    box-shadow: 0 1px 15px 1px #e9e9e9ea;
  }
  /* tickets */
  .paymentmethods__wrapper {
    margin-left: 20px;
    margin-right: 20px;
  }
}
