@media only screen and (max-width: 1920px) {
}

@media only screen and (max-width: 1650px) {
  .navbar .navbar-nav .nav-link {
    font-size: 1rem;
  }

  .orangeBtn,
  .blueBtn,
  .yellowBtn {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 1400px) {
  .handbalsliderTitel .teamnllogo {
    right: 100px;
  }
}

@media only screen and (max-width: 1340px) {
  .navbar .navbar-nav .nav-link {
    padding: 8px 10px;
  }
}

/* Big screens - xl */
@media only screen and (max-width: 1199px) {
  .displayBig {
    display: block;
  }

  .hideBig {
    display: none;
  }

  .navbar {
    padding: 2rem 0;
  }

  .navbar .offset-sm-1.col-sm-10 {
    position: relative;
  }

  .navbar-brand {
    position: relative;
  }

  .navbar-toggler {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    float: right;
  }

  .navbar-toggler i {
    color: var(--white);
    font-size: 22px;
  }

  .navbar-collapse {
    position: absolute;
    background: var(--black);
    z-index: 10;
    width: 100%;
  }

  .navbar-nav {
    padding: 40px 0;
  }

  .nav-item {
    margin-left: 30px;
  }

  .orangeBtn {
    margin-left: 0;
  }

  .navbar .dropdown-menu a {
    text-align: left;
    padding-left: 30px;
  }

  .adImage img {
    width: 100%;
  }

  .nieuwsbriefBtn {
    right: 30px;
  }

  .footerLogo img {
    width: 100%;
  }

  .laatstenieuwsLogo img {
    width: auto !important;
  }

  .handbalsliderTitel .teamnllogo {
    right: 0;
  }
}

.carousel {
  margin-left: -15px !important;
}

.carousel-inner {
  padding: 0.5em;
}
.card {
  margin: 0 0.5em;
  box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
  border: none;
}
.carousel-control-prev {
  background-color: none;
  width: 18px;
  height: 25px;
  top: 50%;
  color: #ffffff;
  opacity: 1;
  transform: translateY(-50%);
  background-image: url("../img/arrow-previous.png");
}

.carousel-control-next {
  background-color: none;
  width: 18px !important;
  height: 25px !important;
  top: 50%;
  color: #ffffff;
  opacity: 1;
  transform: translateY(-50%);
  background-image: url("../img/arrow-next.png");
}

@media (min-width: 768px) {
  .carousel-item {
    margin-right: 0;
    flex: 0 0 25%;
    display: block;
  }
  .carousel-inner {
    display: flex;
  }
}
.card .img-wrapper {
  max-width: 100%;
  height: 13em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card img {
  max-height: 100%;
}
@media (max-width: 767px) {
  .carousel {
    margin-left: 12px !important;
  }

  .card .img-wrapper {
    height: 17em;
  }

  iframe body {
    background: none !important;
  }
}

/* Large screens - lg */
@media only screen and (max-width: 991px) {
  .displayLarge {
    display: block;
  }

  .hideLarge {
    display: none;
  }

  .handbalsliderTitel h1 {
    font-size: 3.5rem;
  }

  .livestreamSlider.open .livestreamSlide {
    width: 50%;
  }

  .aanpassingiframe {
    width: 100% !important;
    height: 265px;
  }

  .handbalsliderTitel .teamnllogo {
    right: -100px;
    height: 150px;
    bottom: 0;
  }
}

/* Medium screens - md */
@media only screen and (max-width: 767px) {
  .displayMedium {
    display: block;
  }

  .hideMedium {
    display: none;
  }

  .handbalsliderTitel h1 {
    font-size: 2.5rem;
  }

  .footerMenu {
    margin: 30px 0;
  }

  .socialLinks {
    float: none;
    margin-top: 20px;
  }
}

/* Small screens and phones - sm */
@media only screen and (max-width: 575px) {
  .displaySmall {
    display: block;
  }

  .hideSmall {
    display: none;
  }

  .handbalsliderTitel h1 {
    font-size: 2rem;
  }

  .handbalHeader .slick-dots {
    width: 100px;
  }

  .nieuwsbriefAanmelden h3 {
    line-height: 30px;
    margin-bottom: 20px;
  }

  .livestreamSlide {
    padding: 0 40px;
  }

  .orangebar,
  .blackbar,
  .bluebar,
  .yellowbar,
  .novidCTA {
    margin-left: 10px;
  }

  .livestreamSlider .slick-next {
    right: 5px;
  }

  .livestreamSlider .slick-prev {
    left: 5px;
  }

  .livestreamSlider.open .livestreamSlide {
    width: 100%;
  }

  .aanpassingiframe {
    height: 200px;
  }

  .nieuwsbriefBtn {
    right: 15px;
  }

  .handbalsliderTitel {
    position: relative;
    top: 20%;
    transform: translateY(20%);
    z-index: 15;
  }

  .handbalSlide {
    height: 40%;
  }

  .handbalSlider {
    height: auto;
  }

  .handbalHeader {
    margin-bottom: 0;
  }

  .livestreamRow {
    width: 110%;
    max-width: 110% !important;
    padding-right: 0;
  }

  .livestreamSlide {
    /*padding-right:0;*/
  }

  .slick-dots {
    display: none;
  }

  .scheidingsBlock {
    padding-bottom: 0;
  }

  .navbar-brand {
    margin-left: 10px;
  }

  .orangebar h2,
  .blackbar h2,
  .bluebar h2,
  .yellowbar h2 {
    font-size: 1.2rem;
  }

  .teamnllogo {
    display: block;
    position: absolute;
    right: 0;
    bottom: -45px;
  }

  .handbalsliderTitel .teamnllogo {
    position: absolute;
    right: 0;
    height: 120px;
    bottom: -85px;
  }
}

/* Extra small screens and phones - col */
@media only screen and (max-width: 450px) {
}

@media only screen and (max-width: 340px) {
}
