/* ========================================
   STUDENTENBOX - MAIN CSS
   Cleaned and optimized for Joomla 4+
   ======================================== */

/* FONTS */
@import url("https://fonts.googleapis.com/css2?family=Varela+Round&display=swap");

/* ========================================
   BASE STYLES
   ======================================== */

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 0px;
  min-width: 320px;
  font-family: 'Varela Round', sans-serif;
  font-weight: 300;
  overflow-x: hidden;
  background-color: black;
  font-size: 14px;
  line-height: 24px;
  color: white;
}

img {
  width: 100%;
}

a {
  color: #2ecc71;
  text-decoration: none;
}

a:hover {
  color: #e264af;
}

strong {
  font-weight: 700;
}

.intro {
  text-align: center;
  font-size: 18px;
}

.cntr {
  text-align: center;
}

.anchor {
  display: block;
  height: 115px;
  margin-top: -115px;
  visibility: hidden;
}

#content .item-page .btn-group.pull-right {
  display: none;
}

/* ========================================
   TYPOGRAPHY
   ======================================== */

h1 {
  font-family: 'Varela Round', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  line-height: 48px;
  color: #2ecc71;
}

h1.thin {
  font-family: 'Varela Round', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 40px;
  line-height: 48px;
  color: #2ecc71;
}

h2 {
  font-family: 'Varela Round', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  color: #fdc300;
}

h3 {
  font-family: 'Varela Round', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  margin-top: 0px;
  color: white;
}

h4 {
  font-family: 'Varela Round', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  color: #fdc300;
}

h4 a {
  color: #2ecc71;
}

.lead {
  font-size: 17px;
  line-height: 34px;
  font-weight: 300;
}

/* ========================================
   BUTTONS
   ======================================== */

.btn-lg {
  padding: 18px;
  border-radius: 40px;
  font-size: 16px;
}

.rsform-submit-button {
  padding: 18px;
  border-radius: 40px;
  font-size: 16px;
}

.btn-primary {
  font-family: 'Varela Round', sans-serif;
  font-weight: 300;
  color: black;
  background-color: #2ecc71;
  border-color: #2ecc71;
}

.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary:active, 
.btn-primary.active, 
.open > .dropdown-toggle.btn-primary {
  color: black !important;
  background-color: #e264af;
  border-color: #e264af;
}

.btn-primary:hover a, 
.btn-primary:focus a, 
.btn-primary:active a, 
.btn-primary.active a, 
.open > .dropdown-toggle.btn-primary a {
  color: black !important;
}

.btn-default {
  font-family: 'Varela Round', sans-serif;
  font-weight: 300;
  color: black;
  background-color: #2ecc71;
  border-color: #2ecc71;
}

.btn-default:hover, 
.btn-default:focus, 
.btn-default:active, 
.btn-default.active, 
.open > .dropdown-toggle.btn-default {
  color: black !important;
  background-color: #e264af;
  border-color: #e264af;
}

.btn-default:hover a, 
.btn-default:focus a, 
.btn-default:active a, 
.btn-default.active a, 
.open > .dropdown-toggle.btn-default a {
  color: white !important;
}

.btn-success {
  font-family: 'Varela Round', sans-serif;
  font-weight: 300;
  color: white;
  background-color: #e264af;
  border-color: #e264af;
}

.btn-success:hover, 
.btn-success:focus, 
.btn-success:active, 
.btn-success.active, 
.open > .dropdown-toggle.btn-success {
  color: white !important;
  background-color: #2ecc71;
  border-color: #2ecc71;
}

.btn-success:hover a, 
.btn-success:focus a, 
.btn-success:active a, 
.btn-success.active a, 
.open > .dropdown-toggle.btn-success a {
  color: white !important;
}

.btn-info {
  font-family: 'Varela Round', sans-serif;
  font-style: italic;
  color: #636362;
  background-color: white;
  border-color: white;
  text-align: left;
}

.btn-info:hover, 
.btn-info:focus, 
.btn-info:active, 
.btn-info.active, 
.open > .dropdown-toggle.btn-info {
  color: #636362 !important;
  font-style: italic;
  background-color: #878786;
  border-color: #878786;
  text-align: left;
}

.btn-info:hover a, 
.btn-info:focus a, 
.btn-info:active a, 
.btn-info.active a, 
.open > .dropdown-toggle.btn-info a {
  color: #636362 !important;
}

/* ========================================
   LOGO
   ======================================== */

.fixed-top2 {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1031;
}

.logo {
  position: fixed;
  z-index: 9999;
  text-align: center;
  transition: none;
  margin-top: 10px;
  width: 230px;
}

.logo img {
  width: 200px;
  float: left;
  margin-top: -5px;
}

.logo:hover {
  text-align: center;
  transition: none;
}

.logo p {
  margin-bottom: 0px;
}

/* ========================================
   NAVIGATION - TOP MENU AND NAVBAR
   ======================================== */

/* Top Menu (small bar above navbar) */
.topmenu {
  background-color: black;
  height: 20px;
}

.topmenu p {
  margin-top: 2px;
  margin-bottom: 0px;
  font-size: 16px !important;
  text-transform: none;
}

.topmenu a:hover {
  text-decoration: none;
  color: #000000;
}

.topcontent {
  margin-top: 6px;
}

/* Navbar Toggler (mobile menu button) */
.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid #fdc300;
  border-radius: .25rem;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: #fdc300;
}

button.navbar-toggler.ml-auto {
  margin-top: 0px;
}

/* Navbar Main Styles */
.navbar {
  min-height: 41px;
  margin-top: 19px;
  background-color: black;
  border-color: transparent !important;
  box-shadow: 0 4px 8px -4px #000000;
}

div#navbarSupportedContent {
  margin-top: 50px;
}

/* Nav Links - Text should be visible */
.navbar-dark .navbar-nav .nav-link {
  color: black;
}

.navbar-light .navbar-nav .nav-link {
  color: black !important;
}

a.nav-link {
  font-family: 'Varela Round', sans-serif;
  font-weight: 300;
}

a.active.nav-link {
  font-family: 'Varela Round', sans-serif;
  font-weight: 700;
}

/* REMOVED: Icon-only menu styles that hid text
   These :before rules replaced link text with icons only
   Now menu items will show their actual text */

/* Font Awesome Check Icon */
.fas.fa-check {
  font-family: "Font Awesome 5 Pro" !important;
  font-weight: 900 !important;
  color: #2ecc71;
  font-size: 40px;
  line-height: 48px;
}

/* Language Flags */
a.flag img {
  vertical-align: middle;
  padding: 0;
  margin: 0;
  border: 0;
  display: inline-block;
  height: 24px;
  width: 30px;
  opacity: 0.8;
  float: right;
  margin-left: 10px;
}

/* ========================================
   JUMBOTRON / HEADERS
   ======================================== */

.jumbotron {
  background-color: black !important;
  border-radius: 0;
  margin: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.jumbotron h1 {
  color: #2ecc71 !important;
}

#headerslider {
  margin-top: 60px;
}

#headerslider .moduletable .custom {
  height: 150px;
  background-position: center center;
  background-size: contain;
}

#headerimage .moduletable .custom {
  height: 125px;
  background-position: center center;
  background-size: cover;
}

#headerimagesmall .moduletable .custom {
  height: 62px;
  background-position: center center;
  background-size: cover;
}

#headerimagemedium .moduletable .custom {
  height: 150px;
  background-position: center center;
  background-size: cover;
}

/* ========================================
   CONTENT SECTIONS
   ======================================== */

#content {
  margin-top: 0px;
  color: white;
}

#content p {
  color: white;
}

#content h1, 
#content h2, 
#content h3, 
#content h4 {
  margin-bottom: 20px;
}

#content .moduletable p {
  color: white;
}

#content img {
  margin-bottom: 26px;
}

#content .extracontent {
  margin-top: 80px;
  margin-bottom: 60px;
}

#content .blackimage {
  min-height: 100px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 30px;
}

/* ========================================
   COLORED BOXES
   ======================================== */

/* Green Boxes */
#content .greenbox {
  color: black;
  font-weight: 700;
  background-color: #2ecc71;
  padding: 30px 30px 30px 30px;
  margin-bottom: 30px;
  font-size: 16px;
}

#content .greenbox img {
  width: 97%;
  margin-bottom: 26px;
}

#content .greenbox h3 {
  color: black;
}

#content .greenbox ul {
  list-style: none;
  margin-left: -21px;
}

#content .greenbox ul li::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
  content: "\f061";
  color: black !important;
  font-size: 12px;
  margin-left: -24px;
  margin-right: 10px;
  width: 1.3em;
}

#content .greenbox2 {
  color: black;
  font-weight: 700;
  font-size: 16px;
  background-color: #2ecc71;
  padding: 30px 30px 30px 30px;
  margin-bottom: 30px;
  min-height: 132px;
}

#content .greenbox2 h1 {
  color: black !important;
}

#content .greenbox2 ul {
  list-style: none;
  margin-left: 1px;
}

#content .greenbox3 {
  color: black;
  font-weight: 700;
  font-size: 16px;
  background-color: #2ecc71;
  padding: 30px 30px 20px 30px;
  margin-bottom: 30px;
  min-height: 150px;
}

#content .greenbox3 ul {
  list-style: none;
  margin-left: 1px;
}

#content .greenbox4 {
  color: black;
  font-weight: 700;
  font-size: 18px;
  background-color: #2ecc71;
  padding: 30px 30px 20px 30px;
  margin-bottom: 30px;
  min-height: 102px;
}

#content .greenbox4 ul {
  list-style: none;
  margin-left: 1px;
}

/* Pink Boxes */
#content .pinkbox3 {
  color: black;
  font-weight: 700;
  font-size: 16px;
  background-color: #e264af;
  padding: 30px 30px 20px 30px;
  margin-bottom: 30px;
  min-height: 150px;
}

#content .pinkbox3 ul {
  list-style: none;
  margin-left: 1px;
}

#content .pinkbox4 {
  color: black;
  font-weight: 700;
  font-size: 18px;
  background-color: #e264af;
  padding: 30px 30px 20px 30px;
  margin-bottom: 30px;
  min-height: 102px;
}

#content .pinkbox4 ul {
  list-style: none;
  margin-left: 1px;
}

/* Yellow Boxes */
#content .yellowrow {
  background-color: #fdc300;
}

#content .yellowbox {
  color: black;
  background-color: #fdc300;
  padding: 30px 30px 30px 30px;
  font-weight: bold;
  margin-bottom: 30px;
  font-style: italic;
}

#content .yellowbox h3 {
  color: black;
}

#content .yellowbox ul {
  list-style: none;
  margin-left: -21px;
}

#content .yellowbox ul li::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
  content: "\f061";
  color: black !important;
  font-size: 12px;
  margin-left: -24px;
  margin-right: 10px;
  width: 1.3em;
}

#content .yellowbox2 {
  color: black;
  background-color: #fdc300;
  padding: 30px 30px 30px 30px;
  margin-bottom: 30px;
  min-height: 132px;
}

#content .yellowbox2 a {
  color: black !important;
}

#content .yellowbox2 p.contact {
  font-size: 16px!important;
}

#content .yellowbox2 h3 {
  color: black;
}

#content .yellowbox2 ul {
  list-style: none;
  margin-left: 1px;
}

#content .yellowbox2 ul li::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
  content: "\f467";
  color: black !important;
  font-size: 30px;
  margin-left: 0px;
  margin-right: 10px;
  width: 1.3em;
}

/* ========================================
   ADDITIONAL CONTENT SECTIONS
   ======================================== */

#content5 {
  margin-top: -45px;
}

#content7 {
  height: 300px;
}

/* ========================================
   FOOTER
   ======================================== */

.footer {
  min-height: 50px;
  color: white;
}

.footer a {
  color: #2ecc71;
}

.copyright {
  text-align: center;
  font-size: 12px;
  color: white;
  padding-top: 12px;
}

.copyright a {
  color: #2ecc71;
}

.copyright p {
  margin-top: 10px;
  padding-top: 12px;
}

/* ========================================
   FORMS (RS Form)
   ======================================== */

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 24px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: black !important;
  background-color: #ededed !important;
  background-image: none;
  border: 0px solid #878786 !important;
  border-radius: 0px !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
  color: #636362;
  background-color: #fff;
  border-color: #2ecc71;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(145, 181, 56, 0.25);
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 300;
}

/* Date picker styles */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #2ecc71 !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover, 
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #fff !important;
  background: #2ecc71 !important;
  box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, 
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, 
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #2ecc71 !important;
  box-shadow: #831c20 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700;
}

/* Submit button */
button#Verzenden {
  display: inline-block;
  padding: 8px 14px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
}

button#Verzenden:before {
  font-family: FontAwesome;
  font-size: 14px;
  content: "\f054";
  display: inline-block;
  width: 1.3em;
  font-weight: 300;
  margin-left: -5px;
}

/* ========================================
   MEDIA QUERIES - RESPONSIVE
   ======================================== */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  #headerimage .moduletable .custom {
    height: 250px;
  }

  #headerimagesmall .moduletable .custom {
    height: 125px;
  }
}

/* Mobile menu styling (below 992px) */
@media (max-width: 991px) {
  /* Mobile menu items - full width green buttons */
  li.nav-item {
    width: 100%;
    margin: 10px 0;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
  }

  li.nav-item a,
  li.nav-item a.nav-link {
    display: block;
    width: 100%;
    padding: 15px 20px;
    background-color: #2ecc71;
    border-radius: 50px;
    color: black !important;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
  }

  li.nav-item a:hover,
  li.nav-item a.nav-link:hover {
    background-color: #e264af;
    color: black !important;
  }

  /* Mobile navbar collapse */
  div#navbarSupportedContent {
    margin-top: 20px;
    padding: 20px;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .lead {
    margin-top: 30px;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  /* Menu items get green pill background on desktop */
  li.nav-item {
    padding: 10px 20px 10px 20px;
    background-color: #2ecc71;
    border-radius: 50px;
    color: black !important;
    margin-left: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
  }

  /* Ensure link text is visible on green background */
  li.nav-item a,
  li.nav-item a.nav-link {
    color: black !important;
    text-decoration: none;
  }

  /* Hover state for menu items */
  li.nav-item:hover {
    background-color: #e264af;
  }

  li.nav-item:hover a,
  li.nav-item:hover a.nav-link {
    color: black !important;
  }

  #headerimage .moduletable .custom {
    height: 500px;
  }

  #headerimagesmall .moduletable .custom {
    height: 250px;
  }

  .lead {
    margin-top: 30px;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  div#navbarSupportedContent {
    margin-top: 0px;
  }

  #headerimage .moduletable .custom {
    height: 500px;
  }

  #headerimagesmall .moduletable .custom {
    height: 250px;
  }

  .logo {
    margin-top: 15px;
  }

  .logo img {
    float: left;
    margin-top: -10px;
  }
}