html {
  background-color: #fff;
  background-image: url('../img/skybackground.png');
  background-size: cover;
  background-attachment: fixed;
}

/* FONTS */

@font-face {
  font-family: 'Oswald';
  src: url('../fonts/oswald/Oswald-Regular.ttf');
  /* IE9 Compat Modes */
}

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/opensans/OpenSans-Regular.ttf');
  /* IE9 Compat Modes */
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/iconfont/MaterialIcons-Regular.eot');
  /* For IE6-8 */
  src: local('Material Icons'), local('MaterialIcons-Regular'), url('../fonts/iconfont/MaterialIcons-Regular.woff2') format('woff2'), url('../fonts/iconfont/MaterialIcons-Regular.woff') format('woff'), url('../fonts/iconfont/MaterialIcons-Regular.ttf') format('truetype');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}

:root {
  /* TITLE COLORS */
  --mainTitleColor: #76acda;
  /* BLAUW */
  --secTitleColor: #bdd5eb;
  /* LICHTER BLAUW ---- SCHAKERING NODIG IN HET BLAUW */
  /* REGULAR TEXT COLOR*/
  --mainTextColor: #404040;
  /* ZWART, OPACITY 87% */
  --secTextColor: #9a9a9a;
  /* ZWART, OPACITY 54% */
  --negTextColor: #ffffff;
  /* WIT */
  /*ACCENT COLOR */
  --accColor: #ff3939;
  /* ROOD */
  /*FONTS*/
  --mainFont: 'Oswald', sans-serif;
  --secFont: 'Open Sans', sans-serif;
}

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

main {
  flex: 1 0 auto;
}

a {
  font-weight: 300;
  font-family: var(--secFont);
  font-size: 20px;
  color: var(--mainTextColor);
}

a:hover.hoverLink {
  color: var(--mainTitleColor);
}

p {
  font-weight: 300;
  font-family: var(--secFont);
  font-size: 20px;
  color: var(--mainTextColor);
}

h1 {
  color: var(--mainTitleColor);
  font-family: var(--mainFont);
}

h3 {
  color: var(--secTitleColor);
  font-family: var(--mainFont);
}

h4 {
  color: var(--secTextColor);
  font-family: var(--mainFont);
}
#cadeaubon {
color: var(--secTextColor);
  font-family: var(--mainFont);
}

h6 {
  font-family: var(--mainFont);
  color: var(--secTextColor);
  font-size: 20px;
}

ol {
  font-weight: 300;
  font-family: var(--secFont);
  font-size: 20px;
  color: var(--mainTextColor);
}

/* Extra small devices (phones, less than 768px) */

@media (max-width: 768px) {
  h1 {
    font-size: 50px;
  }
}

/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) {}

/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) {}

/* Large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {}

.style-scroll3::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: transparent;
}

.style-scroll3::-webkit-scrollbar {
  width: 5px;
  background-color: var(--secTitleColor);
}

.style-scroll3::-webkit-scrollbar-thumb {
  background-color: var(--mainTitleColor);
}

.sSpacer {
  height: 10px;
  width: 100%;
  background: none;
  float: left;
}

.mSpacer {
  height: 25px;
  width: 100%;
  background: none;
  float: left;
}

.lSpacer {
  height: 40px;
  width: 100%;
  background: none;
  float: left;
}

.xlSpacer {
  height: 80px;
  width: 100%;
  background: none;
  float: left;
}

#sidenav-overlay {
  display: none;
}

.customBurger {
  color: #76acda !important;
}

nav ul li.active {
  background-image: url('../img/activeStateColor.png');
  background-size: 100%;
}

.hoverText {
  color: #fff !important;
}

.team-item .card-content p {
  font-size: 16px;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.backgroundFix {
  box-shadow: none;
}

.scrolledNavbar {
  background-color: #fff;
  color: var(--mainTextColor);
}

.scrolledNavText {
  color: var(--mainTextColor);
}

.brand-logo img {
  width: 10%;
  margin: 13.08px 0 0 2%;
  opacity: 0.5;
}

#aniLogo {
  float: left;
  width: auto;
  height: 35px;
  position: relative;
  left: 10px;
  top: 12px;
}

#aniLogo img {
  width: auto;
  height: 100%;
  position: absolute;
  opacity: 0.5;
  margin: 25% 0 0 30%;
}

#aniLogoSmall img {
  width: 10%;
  position: absolute;
  opacity: 0.5;
  margin: 13.08px 0 0 2%;
}

/* #navLogo img {
  margin: 1% 0 0 0.6%;
  width: 5.5%;
} */

/*
.animateSmallLogo {
  -webkit-animation-name: smallLogo;
  -webkit-animation-duration: 0.5s;
  animation-name: smallLogo;
  animation-duration: 0.5s;
}

.animateBigLogo {
  -webkit-animation-name: bigLogo;
  -webkit-animation-duration: 0.5s;
  animation-name: bigLogo;
  animation-duration: 0.5s;
}
*/

/*
@-webkit-keyframes bigLogo {
  0% {}

  100% {
    margin: 0.6% 0 0 0.6%;
    width: 6%;
  }
}

@keyframes bigLogo {
  0% {}

  100% {
    margin: 0.6% 0 0 0.6%;
    width: 6%;
  }
}

@-webkit-keyframes smallLogo {
  0% {}

  100% {
    margin: 25% 0 0 30%;
    width: 40%;
  }
}

@keyframes smallLogo {
  0% {}

  100% {
    margin: 25% 0 0 30%;
    width: 40%;
  }
}
*/
nav a {
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300;
  font-family: var(--secFont);
}

nav ul li a:hover {
  background-color: var(--accColor);
  color: var(--negTextColor);
}

.side-nav li a:hover {
  background-color: var(--accColor) !important;
  color: var(--negTextColor) !important;
}

#header {
  width: 100%;
  height: 100vh;
  margin-top: -80px;
}

.customcta {
  width: 100%;
  height: 100px;
  margin: 0;
  padding: 0;
  font-size: 25px;
  line-height: 100px;
  background-color: var(--accColor) !important;
  font-family: var(--mainFont);
}

.customcta:hover {
  background-color: red;
}

.wing {
  background-color: var(--accColor) !important;
  height: 10px;
  border-radius: 2px;
}

.customWingMargin {
  margin-top: -12px;
}

@media only screen and (max-width: 600px) {
  .customcta {
    height: auto;
    font-size: 16px;
  }

  .wingies {
    display: none;
  }
}

.customSocial {
  width: 100%;
  height: 100px;
  margin: 0;
  padding: 0;
  font-size: 25px;
  line-height: 100px;
  background-color: var(--negTextColor) !important;
  font-family: var(--mainFont);
  color: var(--secTextColor);
  opacity: 0.7;
}

.customSocial:hover {
  background-color: white;
  opacity: 1;
}

.wingSocial {
  background-color: var(--negTextColor) !important;
  height: 10px;
  border-radius: 2px;
  opacity: 0.7;
}

.customSocialWingMargin {
  margin-top: -12px;
}

.gotoinstaButton {
  height: auto;
  width: auto;
  margin-top: -48.4%;
}

@media only screen and (max-width: 600px) {
  .customSocial {
    height: auto;
    font-size: 16px;
  }

  .wingiesSocial {
    display: none;
  }
}

.customvoorschrift {
  width: 100%;
  height: 40px;
  font-size: 20px;
  line-height: 42px;
  background-color: var(--accColor) !important;
  font-family: var(--mainFont);
}

.customvoorschrift:hover {
  width: 100%;
  background-color: red;
}

.gotoinstaButtonLarge {
  height: auto;
  width: auto;
  margin-top: -48.4%;
}

.gotoinstaButtonMedium {
  height: auto;
  width: auto;
  margin-top: -67.6%;
}

.gotoinstaButtonSmall {
  height: auto;
  width: auto;
  margin-top: -108%;
}

.fc-button {
  background-color: lightgrey !important;
}

/* FORM INPUT FIELD */

.input-field input[type=text]:focus+label {
  color: var(--mainTitleColor);
}

.input-field input[type=text]:focus {
  border-bottom: 1px solid var(--mainTitleColor);
  box-shadow: none;
}

.input-field input[type=email]:focus+label {
  color: var(--mainTitleColor);
}

.input-field input[type=email]:focus {
  border-bottom: 1px solid var(--mainTitleColor);
  box-shadow: none;
}

/* FORM INPUT FIELD TEXTAREA */

.input-field textarea[type=text]:focus+label {
  color: var(--mainTitleColor);
}

.input-field textarea[type=text]:focus {
  border-bottom: 1px solid var(--mainTitleColor);
  box-shadow: none;
}

.input-field textarea[type=text].valid {
  border-bottom: 1px solid var(--mainTitleColor);
}

.customCheck:checked+label:before {
  border-right: 2px solid var(--mainTitleColor);
  border-bottom: 2px solid var(--mainTitleColor);
}

.input-field textarea[type=text]:focus+label {
  color: var(--mainTitleColor);
}


/* FORM SELECT */

.select-wrapper ul li span {
  color: #404040;
}

.select-wrapper ul li span:hover {
  background: #f28f8f;
  color: #fff !important;
}

.select-wrapper {
  color: #9e9e9e !important;
}

/* DATE PICKER */

.picker__weekday-display {
  background-color: var(--mainTitleColor);
}

.picker__date-display {
  background-color: var(--secTitleColor);
}

.picker__day.picker__day--today {
  color: var(--mainTitleColor) !important;
}

.picker__day.picker__day--today.picker__day--selected {
  color: #fff !important;
  background-color: var(--mainTitleColor);
}

.picker__today,
.picker__close {
  color: var(--mainTitleColor);
}

.picker__nav--prev:hover,
.picker__nav--next:hover {
  background-color: var(--secTitleColor) !important;
}

.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background-color: var(--mainTitleColor);
}

.footerSocial img {
  height: 50px;
}

.socialIcons img.second {
  display: none;
}

.socialIcons:hover .first {
  display: none;
}

.socialIcons:hover img.second {
  display: inline-block;
}

.footerText img {
  height: 50px;
  width: auto;
}

.footerText {
  color: white;
  margin-top: 0;
}

.footerText p {
  color: white;
  font-size: 16px;
}

.customFooter {
  background-image: url('../img/footerElipse.png');
  background-color: transparent;
  width: 100%;
  height: auto;
  margin-top: 0;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

.customColorFooterBtn {
  background-color: transparent;
  color: var(--negTextColor);
  border: 1px solid white;
}

.customColorFooterBtn:hover {
  background-color: var(--negTextColor);
  color: var(--mainTextColor);
}

.newsletter {
  border: 1px solid white;
}

#vliegtuiglink {
  height: 1px;
  width: 100%;
  background-color: transparent;
  margin-top: -50px;
}

.socialfeedcontainer {
  width: 100%;
  height: auto;
  margin: -20px 0 100px 0;
  position: relative;
  display: flex;
}

.snapwidget-widget {
  opacity: 0.9;
}

.collection a.collection-item {
  color: var(--mainTitleColor);
}

.collection a.collection-item:hover {
  background-color: var(--mainTitleColor) !important;
  color: var(--negTextColor);
}

.faqhover {
  transition: 0.25s;
}

.faqhover:hover {
  background-color: var(--mainTitleColor) !important;
  color: var(--negTextColor);
}

.noPadding {
  padding: 0 !important;
}

.maps iframe {
  pointer-events: none;
}

.customCollection {
  border: 0px;
}

.collapsible-header {
  font-size: 20px;
  color: var(--mainTitleColor);
}

.collapsible-body,
.collapsible-body a {
  font-size: 20px;
  color: var(--mainTextColor);
}

table {
  table-layout: fixed;
  text-align: center;
}

th,
td {
  text-align: center;
  padding: 1rem 0.75rem;
}

th,
td {
  border: 1px solid #e1e1e1;
}

#instaBtn {
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.fa {
  color: #fff;
  font-size: 25px;
  padding: 10px;
  border: 3px solid #fff;
  border-radius: 50%;
  margin: 0 6px;
  transition: 0.3s;
}

.fa-facebook {
  padding: 10px 15px;
}

.fa-instagram {
  padding: 10px 12px;
}

.fa:hover {
  background: #fff;
  color: var(--mainTitleColor);
}

.last-item {
  display: block;
}

@media screen and (min-width: 1200px) {
  .last-item {
    display: flex;
    justify-content: space-between;
  }
}

.last-item p {
  margin-top: 0;
}

@media screen and (min-width: 1200px) {
  .last-item p {
    margin-top: 0;
    width: 40%;
  }
}

.last-item ul {
  width: 100%;
  padding-left: 20%;
}

@media screen and (min-width: 1200px) {
  .last-item ul {
    width: 60%;
    padding: 0;
  }
}

.last-item li {
  list-style-type: disc !important;
}

.cta {
  padding: 25px 0 50px 0;
}

@media screen and (min-width: 1200px) {
  .cta {
    padding: 50px 0 100px 0;
  }
}

.customFab {
  background-color: var(--accColor);
}

.customFab:hover {
  background-color: var(--accColor);
}

.material-icons.customIconColor {
  color: var(--negTextColor);
}

.material-icons.customIconClose {
  color: var(--accColor);
}

.card-title {
  font-size: 2.28rem;
  color: var(--secTextColor);
  font-family: var(--mainFont);
}

.customPadding {
  padding-left: 30px;
  padding-right: 30px;
}

.team-item {
  margin: 14px 0 auto;
}

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

.card-content {
  padding: 15px 5px !important;
}

.card-content h6 {
  font-size: 22px;
}

.card-content p {
  font-size: 18px !important;
}

.promovideo {
  margin: 50px auto;
}

.organigram-container {
  height: 100%;
}

.organigram-container img {
  width: 100%;
}

#instaFeedSM {
  display: none;
}

#instaFeedMD {
  display: none;
}

#instaFeedLG {
  display: inline-block;
}