/* Reset */
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, ol, ul, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
}

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

@import url('https://fonts.googleapis.com/css?family=Montserrat:200,400,600');

/* Navigation */
.topbot-navigation a, .topbot-navigation ul li a, .topon-logo a, footer p a, #tekst-tour a, #toggle-link {
  text-decoration: none;
}

.topon-logo {
  text-align: center;
}

.topon-logo #midsponser {
  height: 145px;
}

@media only screen and (max-width: 1192px) {
  .topon-logo #midsponser {
    height: 105px;
  }
}

.topon-logo a {
  float: right;
  position: absolute;
  top: 0;
  right: 0;
  color: white;
  font-family: "Montserrat", sans-serif;
  padding: 2px;
  border: 2px solid #3366cc;
  background: #3366cc;
  border-radius: 0 0 0 5px;
}

.topbot-navigation ul {
  margin-top: 0;
  z-index: 999;
  background: #3366cc;
  position: absolute;
  width: 100%;
  line-height: 55px;
  text-align: center;
  height: 55px;
}

.topbot-navigation ul li {
  padding: 0 1%;
  display: inline-block;
  z-index: 999;
  font-size: 16px;
  line-height: 55px;
  text-align: center;
}

.topbot-navigation ul li a {
  float: right;
  color: rgb(124, 166, 252);
  line-height: 55px;
  display: inline-block;
  height: 55px;
  padding: 1%;
  width: 140px;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  transition: all 0.5s ease;
}

@media only screen and (max-width: 1192px) {
  .topbot-navigation ul li a {
    width: 100px;
  }
}

@media only screen and (max-width: 860px) {
  .topbot-navigation ul li a {
    width: 80px;
  }
}

@media only screen and (max-width: 700px) {
  .topbot-navigation ul {
    position: relative;
    line-height: 35px;
    height: auto;
    margin-bottom: -55px;
  }

  .topbot-navigation ul li {
    font-size: 13px;
    line-height: 35px;
    width: 100%;
    height: 35px;
    background: #3366cc;
  }

  .topbot-navigation ul li a {
    line-height: 35px;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    display: block;
    height: 35px;
    width: 100%;
  }

  #toggle {
    display: block;
    font-size: 13px;
    line-height: 35px;
    width: 100%;
    height: 35px;
    background: #3366cc;
  }
}

#active, .topbot-navigation ul li a:hover, .no-touch .cd-filter a:hover, .no-touch .cd-slider-navigation li a:hover, .no-touch .cd-slider-controls a:hover {
  color: white;
}

footer {
  line-height: 70px;
}

footer p {
  background: #fff;
  color: black;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  font-weight: 200;
  text-transform: uppercase;
  width: 100%;
  height: 70px;
}

footer .sponsors {
  display: flex;
  align-items: center;
  justify-content: center;
}

footer img {
  height: 70px;
  margin: 10px;
}

@media only screen and (max-width: 597px) {
  footer {
    line-height: 40px;
  }

  footer p {
    height: 40px;
    font-size: 11px;
  }

  footer img {
    height: 50px;
  }
}

.big-title {
  text-align: center;
  font-size: 55px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
  padding-top: 35px;
}

/* Text boxes */
#tekst-tour {
  padding: 1% 10% 5% 10%;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 200;
  text-align: center;
}

#tekst-tour h1 {
  font-weight: 400;
  margin: 15px 0;
  color: black;
  font-size: 45px;
}

#tekst-tour a:hover {
  border-bottom: 1px solid #3463F1;
}

*, *::after, *::before {
  box-sizing: border-box;
}

img, svg, image {
  max-width: 100%;
}

.cd-filter {
  margin-top: 1em;
  text-align: center;
}

.cd-filter li {
  display: inline-block;
  margin: 4px;
}

.cd-filter a {
  display: block;
  border-bottom: 2px solid rgba(76, 92, 98, 0);
  padding: .8em 1em;
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #4c5c62;
}

.cd-filter a.selected {
  color: #00A7E1;
  border-bottom: 2px solid rgba(0, 167, 225, 0.4);
}

@media only screen and (min-width: 768px) {
  .cd-filter {
    margin-top: 2em;
  }
}

/* Slider */
.cd-slider-wrapper {
  position: relative;
  width: 90%;
  max-width: 1024px;
  margin: 2em auto;
  overflow-x: hidden;
}

.cd-slider>li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  overflow: hidden;
}

.cd-slider>li.visible {
  position: relative;
  z-index: 2;
  opacity: 1;
}

.cd-slider>li.is-animating {
  z-index: 3;
  opacity: 1;
}

.cd-slider .cd-svg-wrapper {
  height: 0;
  padding-bottom: 57.15%;
}

.cd-slider-wrapper svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Slider navigation */
.cd-slider-navigation li {
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  height: 48px;
  width: 48px;
}

.cd-slider-navigation li a {
  display: block;
  height: 100%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
  background: url(../img/galerij/cd-icon-arrows.svg) no-repeat 0 0;
  transition: transform 0.2s;
}

.cd-slider-navigation li:last-of-type {
  left: 10px;
  right: auto;
}

.cd-slider-navigation li:last-of-type a {
  background-position: -48px 0;
}

/* Slider dots/controls */
.cd-slider-controls {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  text-align: center;
  width: 90%;
}

.cd-slider-controls::after {
  clear: both;
  content: "";
  display: table;
}

.cd-slider-controls li {
  display: inline-block;
  margin-right: 10px;
}

.cd-slider-controls li:last-of-type {
  margin-right: 0;
}

.cd-slider-controls li.selected a {
  background-color: #ffffff;
}

.cd-slider-controls a {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  border: 2px solid #ffffff;
}

.socialMediaLogoButtons {
  width: 50px;
  height: 50px;
}
