/* =============================================================================
 Dropdown button Schrijf in
 =============================================================================== */
/* Pijl na knop */
.dropdown .button img {
  max-height: 1.04478vw;
  max-width: 1.04478vw;

}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 350px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 14;
  margin-left: -5.2em;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  /* ICON */
  background: transparent url(../images/calendar.png) top left no-repeat;
  padding-left: 3.2em;
  font-size: 13px;
  /* margin-left: 1em; */
  text-align: left;
}

/* Links inside the dropdown */
.dropdown-content a.wacht {
  background: transparent url(../images/wait.png) top left no-repeat;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #f1f1f1
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}

.node-type-oae div.main-content div.cta .inner {
  z-index: 12;
}

.bijlagen .download {
  padding: 4.5em 11.9%;

}

/* Wachtlijst */

.wacht {
  background: #3d626e;
}

fieldset.wacht {
  background-color: transparent;
}

fieldset.wacht span.wachtlijst {
  background: transparent url(../images/wait-list.png) top left no-repeat;
  padding: 0 30px 0 34px;
  font-style: italic;
  color: #3d626e;
}

fieldset span.datum {
  padding: 0 5px 0 5px;
  font-style: italic;
  font-size: 0.9em;
}

.hide {
  display: none;
}


/* Aparte schrijf in pagina */
#PV-schrijf-in {
  margin: 0;
  padding: 1.5em;
  border: 1px solid #f5f5f5;
  background: #f5f5f5;
}

#PV-submit {
  -webkit-appearance: button;
  cursor: pointer;
  display: inline-block;
  padding: 18px 25px 14px;
  border: 0;
  border-radius: 3px;
  background: #d26428;
  color: #fff;
  font-size: 14px;
  font-family: "Avenir Next Demi", Arial, sans-serif;
  text-decoration: none;
  transition: .3s;
  text-transform: uppercase;
}

#Lijst-Knop {
  cursor: pointer;
  display: inline-block;
  padding: 18px 25px 14px;
  border: 0;
  border-radius: 3px;
  background: #d26428;
  color: #fff;
  font-size: 14px;
  font-family: "Avenir Next Demi", Arial, sans-serif;
  text-decoration: none;
  transition: .3s;
  text-transform: uppercase;
  margin-top: 1em;
}

#PV-schrijf-in fieldset input[type="radio"] {
  margin-right: 0.5em;
  border: 2px inset white !important;
  background-color: white !important;
  color: ThreeDFace !important;
  -moz-appearance: none !important;
}

/* Banner */
.crop-height {
  /* max-width: 1200px; /* native or declared width of img src (if known) */
  max-height: 250px;
  overflow: hidden;
}

img.scale {
  /* corrects small inline gap at bottom of containing div */
  display: block;
  width: 100%;
  /* corrects obscure Firefox bug */
  max-width: 100%;
  /* just in case, to force correct aspect ratio */
  height: auto !important;
  display: block;
  /* corrects small inline gap at bottom of containing div */
  width: 100%
    /* corrects obscure Firefox bug */
    max-width: 100%;
  /* just in case, to force correct aspect ratio */
  height: auto !important;
  /*width: auto\9;
    /* ie8+9 - use modernizr instead of this \9 hack */
  /* lt ie8 */
  -ms-interpolation-mode: bicubic;
  /* optionally force a minimum size if img src size is known: */
  /* min-height: 320px; /* max-height of .crop-height */
  /* min-width: 480px; /* proportional to above */
}

.bg-image-PV {
  background-image: url(/sites/all/themes/odisee/images/Schrijf-in-header.jpg);
  /* lt ie8 */
  -ms-background-position-x: center;
  -ms-background-position-y: bottom;
  /* default - may override with classes or media query */
  background-position: center bottom;
  /* scale bg image proportionately */
  background-size: cover;
  /* ie8 - https://github.com/louisremi/background-size-polyfill */
  -ms-behavior: url(backgroundsize.min.htc);
  /* prevent scaling past src width (or not) */
  /* max-width: 1200px; */
}



.bg-position-PV {
  /* background position for specific image */
  /* lt ie8 if needed */
  /* -ms-background-position-x: 30%;
    -ms-background-position-y: 60%; */
  background-position: 30% 17%;
}

/* opacity allows user-friendly image saving */
.transparent {
  /* trigger hasLayout for ie filters below */
  zoom: 1;
  /* 0 opacity in ms filters still displays layout */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    filter: alpha(opacity=0);
  opacity: 0;
}


/* example media query, larger retina devices */
@media only screen and (min-device-width : 768px) and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-device-width : 768px) and (min-device-pixel-ratio: 1.5) {

  .bg-image-PV {
    /* 1.5x larger */
    background-image: url(/sites/all/themes/odisee/images/Schrijf-in-header.jpg);
  }
}


input[type=radio].css-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

input[type=radio].css-checkbox+label.css-label {
  padding-left: 23px;
  height: 18px;
  display: inline-block;
  line-height: 18px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 18px;
  vertical-align: middle;
  cursor: pointer;

}

input[type=radio].css-checkbox:checked+label.css-label {
  background-position: 0 -18px;
}

label.css-label {
  background-image: url(/sites/all/themes/odisee/images/csscheckbox.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


/* Hidden button EPC-congres */
body.node-2583>div.wrapper>div>header>div>div.cta.cta--tall.col-4.col-right>div>a {
  display: none;
}

/*English button Hight end US Seminar */
body.node-3083>div>div>header>div>div.cta.cta--tall.col-4.col-right>div>h2 {
  visibility: hidden;
  position: relative;
}

body.node-3083>div>div>header>div>div.cta.cta--tall.col-4.col-right>div>h2:after {
  visibility: visible;
  position: absolute;
  top: 0;
  left: 3.5em;
  content: "Interested?";
}

body.node-3083>div.wrapper>div>header>div>div.cta.cta--tall.col-4.col-right>div>a {
  /* visibility: hidden;
    display: inline;
    position: relative;*/
  text-indent: -9999px;
  line-height: 0;
}

body.node-3083>div.wrapper>div>header>div>div.cta.cta--tall.col-4.col-right>div>a:after {
  /* visibility: visible;
    position: absolute;
    top: 0;
    left: 1.6em;
    content: "Subscribe";
    padding: 18px 25px 14px;
    border: 0;
    border-radius: 3px;
    background: #d26428;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13px;
    font-family: "Avenir Next Demi", Arial, sans-serif;
    transition: .3s;
    height: 18px; */
  visibility: visible;
  position: relative;
  top: 0;
  left: 0;
  content: "Subscribe";
  padding: 18px 25px 14px;
  border: 0;
  border-radius: 3px;
  background: #d26428;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
  font-family: "Avenir Next Demi", Arial, sans-serif;
  transition: .3s;
  /* height: 18px; */
  text-indent: 0;
  line-height: initial;
  display: block;
}

/* Infodagen Hack */
.page-crm-infodagen.i18n-nl #infodagen-form-add div.form-item {
  padding-left: 1.7em;
}

.page-crm-infodagen.i18n-nl #infodagen-form-add span.kleinetekst,
.page-crm-infodagen.i18n-nl #infodagen-form-add input.form-submit {
  margin-left: 2em;
}

.page-crm-infodagen.i18n-nl #infodagen-form-add span.eninfotekst {
  display: block;
  padding-top: 2em;
  font-size: 0.8em;
}

.webform-submit {
  display: inline-block;
  padding: 18px 25px 14px;
  border: 0;
  border-radius: 3px;
  background: #d26428;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  font-family: "Avenir Next Demi", Arial, sans-serif;
  transition: .3s;
}

/* On screens that are 768px wide or more, the buttons are shown on top */
#infodagen-form-add > span.infotekst {
  position: absolute;
  top: 1em;
  right: 2.2em;
}

/* On screens that are 768px wide or less, the buttons are shown below */
@media only screen and (max-width: 768px) {
  #infodagen-form-add > span.infotekst {
    position: relative;
    top: 0;
    right: 0;
  }
}

/* Oswald Chat */
#oswald-widget-bubble {
  width: 220px;
}

/* studiedagbinnenklasdifferentiatie */
.node-5947 .gradient:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.6) 100%);
}

/* Cookies */
#eu-cookie-compliance-categories {
  font-size: 11px;
  line-height: 14px;
  padding-top: 5px;
}

.eu-cookie-compliance-category {
  padding-bottom: 5px;
}

#popup-text {
  line-height: 1em;
}

#sliding-popup .eu-cookie-compliance-more-button {
  cursor: pointer;
  display: inline;
  height: auto;
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: underline;
  background: none;
  font-size: 14px;
}

#sliding-popup .popup-content #popup-buttons {
  margin: 0;
}

@media only screen and (min-width: 1024px) {
  #sliding-popup .popup-content #popup-buttons button {
    padding: 10px 18px;
    font-size: 12px;
    font-size: 0.9vw;
  }
}
#sliding-popup.sliding-popup-bottom {
  background: rgba(31,65,107,0.97);
}
