/*@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300&family=Roboto:wght@300&display=swap');*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap");
/* VARS */
/* END VARS */
/* Show it is fixed to the top */
body {
  /* min-height: 75rem; */
  /*padding-top: 10rem;*/
  padding-top: 88px;
  font: 100% "Open Sans", sans-serif;
  font-weight: 400;
}

.nav-link {
  display: block;
  color: rgb(96, 177, 189) !important;
  margin: 0.5rem 0.5rem;
  /*padding: .5rem 1rem;*/
}

.nav-link:hover {
  /*color: $blauw;*/
  color: #ab473b !important;
}

.navbar-light .navbar-toggler {
  color: rgb(96, 177, 189);
  border-color: rgb(96, 177, 189);
}

.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(190,79,65,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-collapse.collapse.show {
  background-color: rgb(255, 255, 255);
}

h1, h2, h3 {
  font-weight: 700;
}

a {
  transition: 1s;
}

a.blauw {
  color: rgb(96, 177, 189);
}

a:hover.blauw {
  color: rgb(190, 79, 65);
}

a.donkerblauw {
  color: rgb(35, 95, 105);
}

a:hover.donkerblauw {
  color: rgb(190, 79, 65);
}

.text-no-decoration {
  text-decoration: none;
}

.text-bold {
  font-weight: 700;
}

p {
  color: rgb(100, 100, 100);
  padding-bottom: 5px;
  line-height: 1.5;
}

.text-white p {
  color: rgb(255, 255, 255);
}

.toptop a {
  color: rgb(255, 255, 255);
  text-decoration: none;
}

.toptop a:hover {
  color: rgb(87, 189, 146);
  text-decoration: none;
}

.toplogo {
  max-height: 90px;
}

.top-25 {
  top: 25% !important;
}

.fonttitle {
  font-family: "Open Sans", sans-serif;
}

.btn-outline-success {
  color: rgb(255, 255, 255) !important;
  border-color: rgb(87, 189, 146) !important;
  background-color: rgb(87, 189, 146) !important;
}

.btn-outline-success:hover {
  border-color: rgb(87, 189, 146) !important;
  background-color: rgb(255, 255, 255) !important;
  color: rgb(0, 0, 0) !important;
}

.bg-blauw {
  background-color: rgb(96, 177, 189);
  color: rgb(255, 255, 255);
}

.bg-wit {
  background-color: rgb(255, 255, 255);
}

.bg-grijs2 {
  background-color: rgb(240, 237, 232);
}

.text-rood {
  color: rgb(190, 79, 65);
}

.text-blauw {
  color: rgb(96, 177, 189);
}

.text-wit {
  color: rgb(255, 255, 255);
}

.text-grijs {
  color: rgb(100, 100, 100);
}

.text-zwart {
  color: rgb(0, 0, 0);
}

.logomedium {
  max-width: 50%;
}

.logosmall {
  max-width: 25%;
}

/* MENU */
.nav-item {
  /*display: flex;
  flex-flow: row nowrap;*/
  align-items: center;
  margin: 0 0px 0 0px;
}
.nav-item .hover {
  /*font-size: 36px;*/
  text-align: center;
  margin: 0 auto;
  /*padding: 0;*/
  transition: all 0.2s ease-in-out;
  position: relative;
}
.nav-item .hover:before, .nav-item .hover:after {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 0px;
  height: 2px;
  margin: 10px 0 0;
  transition: all 0.2s ease-in-out;
  transition-duration: 0.75s;
  opacity: 0;
  background-color: #ab473b;
}
.nav-item .hover.hover-1:before, .nav-item .hover.hover-1:after {
  left: 0;
}
.nav-item .hover.hover-2:before, .nav-item .hover.hover-2:after {
  right: 0;
}
.nav-item .hover.hover-3:before {
  left: 50%;
}
.nav-item .hover.hover-3:after {
  right: 50%;
}
.nav-item .hover.hover-4:before {
  left: 0;
}
.nav-item .hover.hover-4:after {
  right: 0;
}
.nav-item:hover {
  cursor: pointer;
}
.nav-item:hover .hover:before, .nav-item:hover .hover:after {
  width: 100%;
  opacity: 1;
}
.nav-item:hover .hover.hover-3:before, .nav-item:hover .hover.hover-3:after, .nav-item:hover .hover.hover-4:before, .nav-item:hover .hover.hover-4:after {
  width: 50%;
}

.nav-link.hover.active {
  color: rgb(190, 79, 65) !important;
}
.nav-link.hover.active:before, .nav-link.hover.active:after {
  width: 100%;
  opacity: 1;
}

/*
video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	transform: translateX(-50%) translateY(-50%);
}
*/
.headerfoto {
  height: 400px;
  max-height: 600px;
}

.card-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

section#video {
  position: relative;
  min-height: 50vh;
  max-height: 70vh;
  overflow: hidden;
}

video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.3;
  z-index: 1;
}

.fotozwembad img {
  width: 100%;
  min-height: 100px;
}

.top-25 {
  top: 25% !important;
}

.carousel-item {
  height: 100%;
  /*height: 100vh;*/
  /*min-height: 300px;*/
  min-height: 50vh;
}

.carousel-caption {
  bottom: 220px;
  z-index: 2;
}

.carousel-caption h5 {
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 25px;
}

.carousel-caption p {
  width: 60%;
  margin: auto;
  font-size: 18px;
  line-height: 1.8;
}

.carousel-caption a {
  text-transform: uppercase;
  text-decoration: none;
  /*background: #1977cc;*/
  padding: 10px 20px;
  display: inline-block;
  color: #fff;
  margin-top: 15px;
  border-radius: 5px;
}

.carousel-inner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .navbar-nav {
    text-align: center;
  }

  .carousel-caption {
    bottom: 65px;
  }

  .carousel-caption h5 {
    font-size: 16px;
  }

  .carousel-caption a {
    padding: 10px 15px;
    font-size: 14px;
  }

  .navbar .appbtn {
    display: none;
  }
}
footer.footer .nav-item {
  color: rgb(180, 180, 180) !important;
}

footer.footer a.nav-link {
  transition: 1s;
  color: rgb(180, 180, 180) !important;
  margin: 0 !important;
  padding: 0 !important;
}

footer.footer a.nav-link:hover {
  color: rgb(100, 100, 100) !important;
  margin: 0 !important;
  padding: 0 !important;
}

footer.footer a.link svg {
  /*https://codepen.io/sosuke/pen/Pjoqqp*/
  filter: invert(41%) sepia(0%) saturate(1693%) hue-rotate(209deg) brightness(94%) contrast(93%);
}

footer.footer a.link:hover svg {
  filter: invert(42%) sepia(19%) saturate(2608%) hue-rotate(323deg) brightness(84%) contrast(84%);
}

footer.footer.bordertop-blauw {
  border-top: 2px solid rgb(96, 177, 189);
  color: rgb(100, 100, 100) !important;
}

@media (pointer: coarse) and (hover: none) {
  #video {
    background: url("../../videos/videothumb.jpg") black no-repeat center center scroll;
  }

  video {
    display: none;
  }
}
footer {
  z-index: 1000;
}

/*
####################################################
M E D I A  Q U E R I E S
####################################################
*/
/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Bootstrap 5 breakpoints
*/
/* 
Extra small devices (portrait phones, less than 576px) 
No media query since this is the default in Bootstrap because it is "mobile first"
*/
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  body {
    padding-top: 88px;
  }

  .nav-link {
    margin: 0.5rem 0.5rem;
  }
}
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
  body {
    padding-top: 140px;
  }

  .nav-link {
    margin: 0.5rem 0.5rem !important;
  }

  .carousel-caption {
    bottom: 65px;
  }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  body {
    padding-top: 140px;
  }

  .nav-link {
    margin: 0.5rem 1rem !important;
  }

  .carousel-caption {
    bottom: 65px;
  }

  .carousel-caption h5 {
    font-size: 40px;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  body {
    padding-top: 140px;
  }

  .nav-link {
    margin: 0.5rem 2rem !important;
  }

  .carousel-caption {
    bottom: 165px;
  }

  .carousel-caption h5 {
    font-size: 45px;
  }
}
/* Extra extra large devices (extra large desktops, 1400px and up) */
@media (min-width: 1400px) {
  body {
    padding-top: 140px;
  }

  .nav-link {
    margin: 0.5rem 2rem !important;
  }

  .carousel-caption {
    bottom: 220px;
  }

  .carousel-caption h5 {
    font-size: 45px;
  }
}

/*# sourceMappingURL=custom.css.map */
