/* COLORS */
:root {
  --black: #141414;
  --white: #ffffff;
  --orange: #f66313;
  --yellow: #dfbe4c;
  --blue: #0069fa;
  --grey: #a3a3a3;
}

/* FONTS */

/* GENERAL */
html {
  width: 100%;
  height: 100%;
}

body {
  position: relative;
  width: 100%;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  background-color: var(--black);
  transition: all ease 0.4s 0.7s;
  opacity: 1 !important;
  transform: none !important;
}

*:active,
*:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

.website-content {
  padding: 30px 0;
}

.form-control:focus {
  box-shadow: none;
}

/* FONT STYLES */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "PT Sans", sans-serif;
}

p {
  font-family: "PT Sans", sans-serif;
  font-size: 1rem;
  color: var(--white);
}

p.light,
.light {
}

p.bold,
.bold,
strong {
}

a,
label,
ul,
li,
td {
  font-family: "PT Sans", sans-serif;
}

.datumclass {
  color: var(--orange);
  padding-top: 0;
  margin-top: -10px;
}

.row {
  width: 100%;
}

.paginaBackground {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  pointer-events: unset;
  z-index: -1;
  opacity: 0.5;
}


.field_value{
  color:#000000 !important;
}

/* Queries */
.displayBig {
  display: none;
}

.displayLarge {
  display: none;
}

.displayMedium {
  display: none;
}

.displaySmall {
  display: none;
}

/* BUTTONS */
.btn {
  border-radius: 0;
}

.orangeBtn {
  color: var(--white);
  background-color: var(--orange);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.4rem;
  margin-left: 30px;
  padding: 4px 30px;
  line-height: 36px;
  transition: 0.5s;
}

.orangeBtn:hover {
  color: var(--orange);
  background-color: var(--white);
  margin-top: -5px;
}

.blackBtn {
  color: var(--white);
  background-color: var(--black);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.4rem;
  margin-left: 30px;
  padding: 4px 30px;
  line-height: 36px;
  transition: 0.5s;
}

.blackBtn:hover {
  color: var(--black);
  background-color: var(--white);
  margin-top: -5px;
}

.blueBtn {
  color: var(--white);
  background-color: var(--blue);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.4rem;
  margin-left: 30px;
  padding: 4px 30px;
  line-height: 36px;
  transition: 0.5s;
}

.blueBtn:hover {
  color: var(--blue);
  background-color: var(--white);
  margin-top: -5px;
}

.yellowBtn {
  color: var(--white);
  background-color: var(--yellow);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.4rem;
  margin-left: 30px;
  padding: 4px 30px;
  line-height: 36px;
  transition: 0.5s;
}

.yellowBtn:hover {
  color: var(--yellow);
  background-color: var(--white);
  margin-top: -5px;
}

.compBtn {
  background-color: var(--white);
  margin: 10px 5px;
}

.kanaalBtn {
  display: inline-block;
}

/* COLOR PAGINAS */
.beneColor .nav-link:hover {
  color: var(--yellow) !important;
}

.eredivisieColor .nav-link:hover {
  color: var(--blue) !important;
}

.teamnlColor .nav-link:hover {
  color: var(--orange) !important;
}

.handbalnlColor .nav-link:hover {
  color: var(--orange) !important;
}

/* NAV */
.navbar {
  background-color: var(--black);
  padding: 4rem 0;
}

.navbar-brand {
  position: absolute;
}

.navbar .navbar-nav .nav-link {
  font-weight: 400;
  color: var(--white);
  text-transform: uppercase;
  font-size: 1.4rem;
  padding: 8px 20px;
  letter-spacing: 0.55px;
  line-height: 37px;
  transition: 0.5s;
}

.navbar .dropdown-menu {
  width: 100%;
  background-color: var(--black);
  text-align: center;
  padding: 0;
  border-radius: 0;
}

.navbar .dropdown-menu a {
  color: var(--white);
  text-transform: uppercase;
  padding: 20px 0;
  border-bottom: 1px solid #a3a3a3;
}

.navbar .dropdown-menu a:last-child {
  border-bottom: none;
}

.navbar .nav-item.eredivisieColor .dropdown-menu a:hover {
  color: var(--white);
  background-color: var(--blue);
}

.navbar .nav-item.teamnlColor .dropdown-menu a:hover {
  color: var(--white);
  background-color: var(--orange);
}

/* HEADER SLIDER */
.handbalHeader {
  margin-bottom: 60px;
}

.handbalSlider {
  height: 60vh;
}

.overlaySlider::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0.75;
}

.overlaySlider.beneOverlay::before {
  background-color: var(--yellow);
}

.overlaySlider.eredivisieOverlay::before {
  background-color: var(--blue);
}

.overlaySlider.teamnlOverlay::before,
.overlaySlider.handbalnlOverlay::before {
  background-color: var(--orange);
}

.handbalSlide {
  position: relative;
  z-index: 1;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.handbalSlide .container,
.handbalSlide .row,
.handbalSlide .col-xl-12 {
  height: inherit;
}

.handbalsliderTitel h1 {
  font-size: 4rem;
  color: var(--white);
  font-weight: 700;
  letter-spacing: 2px;
}

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

.handbalsliderTitel .orangeBtn,
.handbalsliderTitel .blackBtn {
  margin-left: 0;
  margin-top: 20px;
}

.handbalsliderTitel .teamnllogo {
  position: absolute;
  right: 200px;
  bottom: -50px;
  background-color: rgb(120, 44, 3, 0.4);
}

.handbalHeader .slick-dots {
  transform: rotate(90deg);
  width: 200px;
  height: 30px;
  right: 0;
  top: 200px;
}

.handbalHeader .slick-dots li.slick-active button:before {
  color: var(--white);
  opacity: 1;
}

.handbalHeader .slick-dots li button:before {
  font-size: 16px;
  color: var(--white);
}

/* HOMEPAGINA */
.barlink {
  color: var(--white);
  float: right;
  text-decoration: none;
}

.barlink:hover,
.slidelink:hover {
  color: var(--white);
}

.slidelink {
  display: none;
  color: var(--white);
  float: right;
  text-decoration: none;
}

.barlinknojq {
  color: var(--white);
  float: right;
  text-decoration: none;
}

.barlinknojq:hover {
  color: var(--white);
}

.orangebar {
  padding: 20px 25px;
  margin-bottom: 15px;
  background-color: var(--orange);
}

.bluebar {
  padding: 20px 25px;
  margin-bottom: 15px;
  background-color: var(--blue);
}

.yellowbar {
  padding: 20px 25px;
  margin-bottom: 15px;
  background-color: var(--yellow);
}

.blackbar {
  padding: 20px 25px;
  margin-bottom: 15px;
  background-color: #000;
}

.novidBar {
  margin-bottom: 0;
}

.novidCTA {
  background-color: var(--orange);
  padding: 20px 25px;
}

.novidCTA h3 {
  color: var(--white);
  font-weight: 700;
}

.novidCTA a {
  color: var(--white);
}

.novidYellow {
  background-color: var(--yellow);
}

.novidBlue {
  background-color: var(--blue);
}

.orangebar h2,
.blackbar h2,
.bluebar h2,
.yellowbar h2 {
  color: #fff;
  font-size: 1.5rem;
  margin: 0px;
  display: inline-block;
}

.livestreamSlide {
  padding: 0 20px;
  height: auto;
}

.livestreamSlider.open .livestreamSlide {
  width: 25%;
  display: inline-block;
}

.livestreamSlider .slick-track {
  margin-left: 0;
  margin-right: 0;
}

.livestreamImage {
  position: relative;
  height: 175px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
  margin-bottom: 20px;
}

.livestreamBody .livestreamTitel {
  min-height: 50px;
}

.livestreamLive a {
  text-decoration: none;
}

.livestreamSlide a {
  text-decoration: none;
}

.liveCTA {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background-color: rgba(20, 20, 20, 0.85);
}

.liveCTA p {
  margin: 10px 0;
}

.liveCTA p i {
  font-size: 8px;
  color: var(--orange);
  margin-right: 5px;
}

.liveSoon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(20, 20, 20, 0.85);
}

.liveSoon p {
  margin: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.liveSoon p span {
  font-size: 18px;
  font-weight: 700;
}

.streamingModal .modal-content {
  background-color: transparent;
  border: none;
}

.aanpassingiframe {
  width: 100%;
}

/* .streamingModal .aanpassingiframe {
  margin-left: -150px;
} */

.scheidingsBlock {
  padding: 30px 0;
  padding-top: 0px;
}

.scheidingsLijn {
  border-bottom: 1px solid #f66313;
  opacity: 0.25;
  margin: 20px 0;
}

.beneLine {
  border-bottom: 1px solid var(--yellow);
}

.eredivisieLine {
  border-bottom: 1px solid var(--blue);
}

.adblockHome {
  padding: 30px 0;
}

.adImage {
  width: 100%;
}

/* LIVE PAGINA */
.liveTitel {
  margin-bottom: 40px;
}

.liveTitel h2 {
  color: var(--white);
  font-weight: 700;
  font-size: 1.5rem;
  display: inline-block;
}

.liveTitel img {
  margin-left: 10px;
}

.liveTitel a {
  text-decoration: none;
}

.liveTitel img {
  margin-top: -2px;
  transform: rotate(90deg);
}

.liveTitel img.active {
  transform: rotate(0);
}

/* NIEUWSBRIEF AANMELDEN */
.nieuwsbriefAanmelden {
  background-color: var(--orange);
  padding: 40px 0;
  margin-top: 60px;
}

.nieuwsbriefBlue {
  background-color: var(--blue);
}

.nieuwsbriefYellow {
  background-color: var(--yellow);
}

.nieuwsbriefAanmelden h3 {
  margin: 0;
  line-height: 70px;
  color: var(--white);
}

.nieuwsbriefForm form {
  position: relative;
}

.nieuwsbriefAanmelden .form-control {
  position: relative;
  display: inline-block;
  border: 0;
  padding: 15px 16px;
  box-shadow: 10px 12px 34px rgba(0, 0, 0, 0.08);
  margin-top: 5px;
}

.nieuwsbriefAanmelden .form-left {
  width: 36%;
  margin-right: 5px;
}

.nieuwsbriefAanmelden .form-right {
  width: 60%;
}

.nieuwsbriefAanmelden .nieuwsbriefForm {
  position: relative;
}

.nieuwsbriefBtn {
  position: absolute;
  right: 15px;
  top: 15px;
}

/* FOOTER */
.menuFooter {
  background-color: var(--black);
  padding: 60px 0;
}

.footerMenu {
  margin-bottom: 40px;
}

.basicFooter .footerMenu h6 {
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 30px;
}

.eredivisieFooter .footerMenu h6 {
  color: var(--blue);
  text-transform: uppercase;
  margin-bottom: 30px;
}

.beneleagueFooter .footerMenu h6 {
  color: var(--yellow);
  text-transform: uppercase;
  margin-bottom: 30px;
}

.footerMenu a {
  display: block;
  color: var(--white);
  transition: 0.5s;
  text-decoration: none;
}

.footerMenu a:hover {
  color: var(--white);
  text-decoration: underline;
}

.footerLogo {
  position: relative;
}

.footerLogo p {
  text-transform: uppercase;
}

.footerLogo .pijlFooter {
  position: absolute;
  top: 50px;
  left: 125px;
}

.copyrightFooter {
  background-color: var(--white);
  padding: 40px 0;
}

.basicFooter .copyrightText p {
  color: var(--orange);
  font-size: 0.75rem;
  margin: 0;
}

.copyrightText a {
  color: inherit;
  text-decoration: none;
}

.eredivisieFooter .copyrightText p {
  color: var(--blue);
  font-size: 0.75rem;
  margin: 0;
}

.beneleagueFooter .copyrightText p {
  color: var(--yellow);
  font-size: 0.75rem;
  margin: 0;
}

.socialLinks {
  float: right;
}

/* DEBUGGING */
/* * {
  background: #000 !important;
  color: #0f0 !important;
  outline: solid #f00 1px !important;
} */
