html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline;
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small,
h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small{
  color: inherit
}

html, body{ height: 100%;}

body{ /*font-family: Gotham, sans-serif;*/ font-family:'Montserrat',sans-serif;font-weight:300;font-size: 16px; line-height: 24px;overflow-x: hidden;}

input:focus, textarea:focus, select:focus, :focus{ outline: none; }

strong{font-weight:400;}
sup, sub{font-size:0.7em!important;}
sup{vertical-align: text-top;}
sub{vertical-align: sub;}

.smallText p,.smallText{font-size:0.9em!important;}

.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

a.hiddenLnk{color:inherit;}
a:focus, a:active, a:hover{ text-decoration: none; color: inherit;}
.mobileonly, .mobileOnly{ display: none!important; }
.mobiletabletonly {
    display: none!important;
}

.navButton{color:#fff!important; background:#009AB8;border-radius:2px;box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.16);text-align:center;padding:10px 16px;}
.navButton.pink{background:#E31C79;margin-left:10px;}
a.navButton:hover{background:#22A2BC}
a.navButton.pink:hover{background:#E33285}

#nav-mobile-drop a.navButton{margin:0;width:100%;margin-top:16px;}
#nav-mobile-drop a.navButton:not(.pink){background:#fff;color:#009AB8!important;}
#nav-mobile-drop a.navButton:not(.pink):hover{background:#f0f0f0;}

.dont-break-out {
  white-space: normal;
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;

}

.unsubscribe-url,.browser-url{
  display: none;
}

.container.mail-wrapper{
  background-color: #f5f5f5;
}

.mail-wrapper table{width:100% !important}


/*.main-content{height:600px;}*/
#header {
    height: 600px;
    margin: 0;
    padding: 0;
}
.headerVideo {
    background: #eee;
    height: 100%;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.headerVideo iframe {
    box-sizing: border-box;
    height: 56.25vw;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    width: 177.77777778vh;
}
.main-content.small #header{height:150px;}
#header .main-nav{position: absolute;top:0;left:50%;z-index: 9999;
    transform: translateX(-50%);}

.clearfix{display: block;clear:both;float:none;min-height:1px}
main{position: absolute;width:100%;top:400px;}
.main-content.small main{position: relative;top:auto;overflow-x: hidden;}
.posRelative{ position: relative; }
.posAbsolute{ position: absolute; }
.tableOverflowWrap{
    overflow-x:scroll;
    width:100%;
}

.fade-left,.fade-right{position: absolute;height:100%;width:50px;background-image: linear-gradient(to right, transparent, #e0dedc);}
.fade-left{
 background: -moz-linear-gradient(left, rgba(224,222,220,1) 0%, rgba(224,222,220,1) 25%, rgba(224,222,220,1) 75%, rgba(224,222,220,0) 100%);
background: -webkit-linear-gradient(left, rgba(224,222,220,1) 0%,rgba(224,222,220,1) 25%,rgba(224,222,220,1) 75%,rgba(224,222,220,0) 100%);
background: linear-gradient(to right, rgba(224,222,220,1) 0%,rgba(224,222,220,1) 25%,rgba(224,222,220,1) 75%,rgba(224,222,220,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0dedc', endColorstr='#00e0dedc',GradientType=1 );
left:100px;
left:calc(50% - 720px);
width:150px;
}
.fade-right{right:100px;right:calc(50% - 720px);left:auto;
background: -moz-linear-gradient(left, rgba(224,222,220,0) 0%, rgba(224,222,220,1) 25%, rgba(224,222,220,1) 75%, rgba(224,222,220,1) 100%);
background: -webkit-linear-gradient(left, rgba(224,222,220,0) 0%,rgba(224,222,220,1) 25%,rgba(224,222,220,1) 75%,rgba(224,222,220,1) 100%);
background: linear-gradient(to right, rgba(224,222,220,0) 0%,rgba(224,222,220,1) 25%,rgba(224,222,220,1) 75%,rgba(224,222,220,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e0dedc', endColorstr='#e0dedc',GradientType=1 );
}

.row-eq-height {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.flex-container{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-wrap{
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex-box{
  margin-right: 5px;
  margin-left: 5px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}
.flex-box .paddedBox{
  width: 100%;
  height: 100%;
}

.newsOverview .row.row-eq-height{
  margin-bottom:30px;
}
.newsOverview .row.row-eq-height .col-md-3 .paddedBox{
  height:100%;
  padding-bottom:60px;
}
.newsOverview .row.row-eq-height .col-md-3 .paddedBox p.date{position: absolute;bottom:0;}

ul, ol{list-style-position: inside;}

select{
  /*height:36px;*/
  margin-right:5px;
  /*width:200px;*/
  font-size:16px;
  padding:9px 45px 10px 10px;
  border:1px solid #cccccc;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;

  border-radius:0px;
  background: #fff;

  /* hide ddl-arrow hack */
  text-indent: 0.01px;
  text-overflow: '';
  line-height: 1;
  /* //hide ddl-arrow hack */
}
/* IE fix */
select::-ms-expand { display: none; }

select.xlarge,input.xlarge,textarea.xlarge{width:600px;}
select.large,input.large,textarea.large{width:400px;}
select.medium,input.medium{width:300px;}
select.small,input.small{width:200px;}
select.xsmall,input.xsmall{width:100px!important;}

.left { float: left; }
.right { float: right; }
.center { margin: 0 auto;}

.alignCenter{ text-align: center; }
.alignRight{ text-align: right; }
.alignTop,.alignTop > *{vertical-align: top;}
.alignMiddle, .alignMiddle > *{vertical-align: middle;}

.displayBlock {display: block;}
.displayInline {display: inline-block!important;}
.alignBottom{vertical-align: bottom;}

.bigWrap { padding-top: 50px; padding-bottom: 50px; }
.wrap, .productBody.wrap { padding-top: 35px; padding-bottom: 35px; }
.smallWrap, .productBody.smallWrap{ padding-top: 20px; padding-bottom: 20px; }
.miniWrap{padding-top:10px;padding-bottom:10px;}
.product {padding-top:15px;padding-bottom:15px;border-bottom:1px solid #D8D8D8;}

.wrap + .wrap,.bigWrap + .bigWrap, .smallWrap + .smallWrap{padding-top:0!important;}

.noPaddingT{padding-top:0!important;}
.noPaddingB{padding-bottom:0!important;}
.noPaddingL{padding-left:0!important;}
.noPaddingR{padding-right:0!important;}
.noPadding{padding:0!important;}
.miniPaddingB{padding-bottom:10px;}

.noMargin{margin:0!important;}
.marginT{ margin-top: 75px;}
.smallMarginT{ margin-top: 30px;}
.tinyMarginT{ margin-top: 15px;}
.microMarginT{ margin-top: 10px;}

.tinyPaddingL{padding-left:15px;}

.marginB{ margin-bottom: 75px;}
.smallMarginB{ margin-bottom: 30px;}
.tinyMarginB{margin-bottom:15px;}
.tinyMarginL{margin-left:15px;}
.miniMarginT{margin-top:2px;}

.moveTop{margin-top:-15px;}

.smallMarginR{ margin-right: 30px;}

.paddingR{padding-right: 45px;}

.smallPaddingR{padding-right: 30px;}

.light{ font-weight: 100; }
.bold{ font-weight: 400!important; }
.sBold {font-weight: 800!important; }


/* colored backgrounds */
.bgLightBlue,.pageHeader{ background-color: #1ecad3; }
.bgPurple{ background-color: #702283; }
.bgLightPurple{ background-color: #8093dc; }
.bgPink{ background-color: #e31c79; }
.bgBlue{ background-color: #0099b8;}
.bgGreen{ background-color: #549556; }
.bgWhite{ background-color: #fff; }
.bgOrange{ background-color: #fc4c02; }
.bglightOrange{ background-color: #fd6210; }

/* colored fonts */
.fPurple{ color: #702283; }
.fOrange{ color: #fc4c02; }
.flightOrange{ color: #fd6210; }
.fBlue,h4{ color: #0099b8;}
.fLightBlue{ color: #00afd3; }
.fWhite{ color: #fff; }
.fGreen{ color: #549556; }
.fRed{ color: #fc4c02; }

.productTypeHeader{background:#702283;}
.main-content.purple .productTypeHeader{/* background: #0099b8 */ background: #00afd3}

.fPink,
.main-content.pink .contentColor,
.main-content.pink .categoriesBar .cat-box ul li a i,
.main-content.pink .pageHeader .submenu ul li a i{color: #e31c79; }

.fBlue,
.main-content.blue .contentColor,
.main-content.blue .categoriesBar .cat-box ul li a i,

.main-content.blue .pageHeader .submenu ul li a i{/*color: #00afd3;*//* color:#0099b8; */ color: #00afd3}

.fGreen,
.main-content.green .contentColor,
.main-content.green .categoriesBar .cat-box ul li a i,
.main-content.green .pageHeader .submenu ul li a i
{color: #549556; }

.fPurple,
.main-content.purple .contentColor,
.main-content.purple .categoriesBar .cat-box ul li a i,
.main-content.purple .pageHeader .submenu ul li a i
{color: #702283; }

.fOrange,
.main-content.orange .contentColor,
.main-content.orange .categoriesBar .cat-box ul li a i,
.main-content.orange .pageHeader .submenu ul li a i{color: #fc4c02; }

.flightOrange,
.main-content.orange .contentColor,
.main-content.orange .categoriesBar .cat-box ul li a i,
.main-content.orange .pageHeader .submenu ul li a i{color: #fd6210; }

.hBgPink a:hover,
a.hBgPink:hover,
.main-content.pink .contentBg,
.main-content.pink .categoriesBar .cat-box ul li a:hover,
.main-content.pink .pageHeader .submenu ul li a:hover,
.main-content.pink .pageHeader{
  background-color: #e31c79;
}

.hBgBlue a:hover,
a.hBgBlue:hover,
.main-content.blue .contentBg,
.main-content.blue .categoriesBar .cat-box ul li a:hover,
.main-content.blue .pageHeader .submenu ul li a:hover,
.main-content.blue .pageHeader{
  background-color: #00afd3;
}

.hBgGreen a:hover,
a.hBgGreen:hover,
.main-content.green .contentBg,
.main-content.green .categoriesBar .cat-box ul li a:hover,
.main-content.green .pageHeader .submenu ul li a:hover,
.main-content.green .pageHeader{
  background-color: #549556;
}

.hBgPurple a:hover,
a.hBgPurple:hover,
.main-content.purple .contentBg,
.main-content.purple .categoriesBar .cat-box ul li a:hover,
.main-content.purple .pageHeader .submenu ul li a:hover,
.main-content.purple .pageHeader{
  background-color: #702283;
}

.hBgOrange a:hover,
a.hBgOrange:hover,
.main-content.orange .contentBg,
.main-content.orange .categoriesBar .cat-box ul li a:hover,
.main-content.orange .pageHeader .submenu ul li a:hover,
.main-content.orange .pageHeader {
  background-color: #fc4c02;
}

.hBglightOrange a:hover,
a.hBglightOrange:hover,
.main-content.lightOrange .contentBg,
.main-content.lightOrange .categoriesBar .cat-box ul li a:hover,
.main-content.lightOrange .pageHeader .submenu ul li a:hover,
.main-content.lightOrange .pageHeader {
  background-color: #fd6210;
}

.hBgPink a:hover, a.hBgPink:hover,
.hBgGreen a:hover, a.hBgGreen:hover,
.hBgOrange a:hover, a.hBgOrange:hover,
.hBglightOrange a:hover, a.hBglightOrange:hover,
.main-content .categoriesBar .cat-box ul li a:hover,
.main-content .categoriesBar .cat-box ul li a:hover i,
.pageHeader .submenu ul li a:hover, .pageHeader .submenu ul li a:hover i{
  color: #fff!important;
}

.grayBox{background:#f6f6f6;border-left:1px solid #702283;padding:20px;margin:10px 0 20px 0;}

.fragment-box{padding:10px;border:1px solid #e2d4e6;}
.fragment-box .videoWrapper {position: relative;padding-bottom: 56.25%; /* 16:9 */padding-top: 25px;height: 0;}
.fragment-box .videoWrapper iframe {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}

a.deleteLink,a.mailLink{display:inline-block;width:16px;height:16px;text-indent: -9999px;}
a.deleteLink{background:url("/images/action/delete.png") center center no-repeat;}
a.deleteLink:hover{background:url("/images/action/delete_a.png") center center no-repeat;}
a.editLink{display:inline-block;width:16px;height:16px;text-indent: -9999px;}
a.editLink{background:url("/images/icons/edit_2.png") center center no-repeat;}
a.editLink:hover{background:url("/images/icons/edit_a.png") center center no-repeat;}
a.editLink.active{background:url("/images/icons/edit_a.png") center center no-repeat;}
div.toolWrap{position:relative;display: inline-block;}
div.toolWrap div.toolBox{position:absolute;z-index:10;top:19px;right:0;width:250px;
  display:none;background:url("/img/arrow_white_up.png") 14px top no-repeat;-webkit-box-shadow: 0px 3px 9px 4px rgba(136, 136, 136, 0.25);
    box-shadow: 0px 3px 9px 4px rgba(136, 136, 136, 0.25);
}
div.toolWrap div.toolBox .borderBox{overflow:hidden;border:1px solid #f2F2F2;z-index: 99;}
div.toolWrap div.toolBox a.toolBoxLink{cursor:pointer;padding:5px 10px;font-size:14px;display:block;border-bottom:1px solid #f2f2f2;background:#fff;width:100%;text-align:left;}
div.toolWrap div.toolBox a.toolBoxLink:last-child{border-bottom:none;}

.agendaIcon{display:inline-block;width:16px;height:16px;text-indent: -9999px;vertical-align: top;margin-top:3px;}
.agendaIcon.time{
  background:url("/images/icons/time@2x.png") center center no-repeat;
  background:url("/images/icons/time@2x.png") center center no-repeat;
  background:url("/images/icons/time.svg") center center no-repeat;
  background-size:14px 14px;
  /* margin-top:3px; */
}
.agendaIcon.location{
  background:url("/images/icons/pin.png") center center no-repeat;
  background:url("/images/icons/pin@2x.png") center center no-repeat;
  background:url("/images/icons/pin.svg") center center no-repeat;
  background-size:16px 16px;
}
/* .clickThrough{position: absolute;width:90px;height:100%;display:block;top:0;right:0;} */
a.clickThrough{display: block;position: absolute;height:100%;width:90px;right:0;top:0;
  background:url("/images/icons/arrow-right.png") center center no-repeat;
  background:url("/images/icons/arrow-right.svg") center center no-repeat;
  background-size:32px 32px;
}

.borderB{ border-bottom: 1px solid #fff; }
.borderT{ border-top: 1px solid #fff; }
.contentPage .borderB{ border-bottom: 1px solid #ebebeb; }
.contentPage .borderT{ border-top: 1px solid #ebebeb; }

.hBgOrange a:hover, a.hBgOrange:hover{ background-color: #fc4c02; color: #fff!important;}
.hBglightOrange a:hover, a.hBglightOrange:hover{ background-color: #fd6210; color: #fff!important;}
.hBgGreen a:hover, a.hBgGreen:hover{ background-color: #549556; color: #fff!important;}
/*.hBgPink a:hover, a.hBgPink:hover{ background-color: #e31c79; color: #fff!important;}*/

.categoriesBar .cat-box ul.hBgOrange li a i, .chapter-box ul.hBgOrange li a i{
  color:#fc4c02;
}
.categoriesBar .cat-box ul.hBglightOrange li a i, .chapter-box ul.hBglightOrange li a i{
  color:#fd6210;
}
.categoriesBar .cat-box ul.hBgGreen li a i, .chapter-box ul.hBgGreen li a i{
  color:#549556;
}
.categoriesBar .cat-box ul.hBgPink li a i, .chapter-box ul.hBgPink li a i{
  color:#e31c79;
}

a,.contentPage a:not(.btn),a:visited,a:active,a:focus{color:#0099b8;}
a:hover,.contentPage a:not(.btn):hover{color:#0099b8;text-decoration: underline;}
.contentPage .contentBg a:not(.btn){color:#fff;text-decoration: underline;}
.contentPage .contentBg a:not(.btn):hover{color:#e4e4e4;}
a.hRed:hover{ color: #fc4c02; }
a.hPurple:hover{ color: #702283; }

.container.wide{
  width: 1470px;
}

.formErrorlbl {
    display: none;
    line-height: 22px;
    color: #da2f22;
    margin-left: 2px;
    font-size: 13.6px;
}

h1{
  font-size: 34px;
  line-height: 1.4;
  font-weight: 800;
}
h2{
  font-size: 48px;
  line-height: 56px;
  font-weight: 800;
}
h3{
  font-size: 28px;
  line-height: 56px;
  margin-bottom: 20px;
}
h4{
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}
h5{
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
}
h5.checkoutSubTitle{font-weight:300;font-size:16px;color:#702283;text-transform: uppercase;margin-bottom:10px;}
p{
  padding: 5px 0 15px;
  font-size: 16px;
  line-height: 24px;
  color: #702283;
  color: rgb(51, 51, 51);
}
li{font-size:16px;line-height: 24px;color:rgb(51, 51, 51);}
.bigTitle{font-size:1.5em!important;margin-bottom:15px!important;}

.bgBlue h2, .bgBlue h3, .bgBlue h4,.bgBlue a.showMoreLink{
  color: #fff;
}
.bgBlue a.showMoreLink:hover{color:#fff!important;}
.contentPage .bgBlue a:not(.btn),.contentPage .bgPink a:not(.btn){color:#fff;text-decoration:underline;}
.contentPage .bgBlue a:not(.btn):focus,.contentPage .bgPink a:not(.btn):focus{color:#fff;text-decoration:underline;}
.contentPage .bgBlue a:not(.btn):hover,.contentPage .bgPink a:not(.btn):hover{color:#fff;}

.count{display: inline-block;width:20px;height:20px;text-align: center;vertical-align: top;border:1px solid #fff;
  border-radius:11px;background:#fff;color:#0099b8;line-height: 20px;font-size:9px;margin-left: 6px;margin-top:-1px;}

a:hover .count{background:transparent;border:1px solid #0099b8;}

ul.indentedList{border-left:1px solid #D8D8D8;padding:5px 0 5px 20px;}
ul.noSymbol li{list-style-type: none;}


/* FORM OBJECTS */
input[type=checkbox], input[type=radio]{vertical-align: top;}
ul.subscriptions .checkbox label input[type=checkbox]{
  top: 13px;
}
ul.subscriptions li label{font-size:20px;line-height:1.4;}
input[type="text"],input[type="email"],input[type="password"]{
  font-size: 16px;
  /*line-height: 32px;*/
  line-height: 1;
  padding:8px 10px;
  color: #702283;
  color:rgb(51,51,51);
  border:1px solid #ccc;
}
.siteSearchBox input{margin-right:-5px;padding-top:10px;padding-bottom: 11px}
textarea{padding:4px 10px;border:1px solid #ccc;}
input[type="text"].xSmall{
  width: 50px;
}


.emailFieldContainer{position: relative;padding-bottom:5px;}
.emailFieldContainer .removeEmail{
  position: absolute;left:100%;top:5px;
  width:300px;padding:2px 0 0 10px;
}

.productAttachments strong{
  font-weight: 800;
}
.productAttachments em{
  font-style: italic;
}

.formRow{padding:10px 0;}
.formRow + .formRow{padding-top:0;}
.formRow input[type="text"],.formRow input[type="email"],.formRow input[type="password"], .formRow textarea, .formRow select,.formRow input[type="email"]{
  display: block;
  width: 100%;
  color: #252525;
  /*font-size:16px;*/
  border: 1px solid #ccc;
}
.formRow .select-wrapper{position:relative;}
.formRow .select-wrapper:after{
  position:absolute;
  font: normal normal normal 14px/1 FontAwesome;
  font-family: FontAwesome;
  content: '\f107';
  color:#333;
  width: 36px;
  height: 36px;
  right: 0px;
  top:0px;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  pointer-events: none;
}
.formRow textarea{
  min-height: 120px;
  padding: 8px 10px;
  font-size: 18px;
  /*line-height: 32px;*/
  resize: none;
}
.formRow label{
  font-size: 16px;
  line-height: 22px;
  color: #702283;
  margin-top:6px;
  margin-bottom:6px;
  font-weight:300;
}
.formRow .formLbl{
  color: #252525;
  margin-right: 25px;

}
.formRow .optioneel{
  color: #b98cbd;
  font-size: 12px;
  margin-left: 10px;
}
.formRow input[type="checkbox"], .formRow input[type="radio"]{
  margin-right: 5px;
  vertical-align: text-top;
  margin-top: 2px;
  width:14px;
  height:14px;
}
.paddedBox.bgBlue label, .paddedBox.bgBlue .optioneel{
  color: #fff;
}
.paddedBox.bgBlue .formRow input[type="text"], .paddedBox.bgBlue .formRow textarea{
  border: 1px solid #fff;
}
.formRow + .formRow{padding-top:0;}
.formRow .optionalBox{position: absolute;left:105%;left:calc(100% + 10px);top:5px;}
.formRow div[class*='col-'] .formRow:first-child{padding-top:0;}

a.button.round{text-align:center;border-radius:50%;width:20px;height:20px;min-width:20px;min-height:20px;display:inline-block;margin:0px 10px;cursor:default;background:#1fcad3;}
a.button.round span{display: inline-block;vertical-align: middle;margin-top: -4px;color:#fff;font-size:12px;text-align:center;position:relative;}
.toelichting{display:inline-block;width:250px;margin-top:10px;position:absolute;line-height:16px;background:rgba(230,230,230,0.85);border-radius:2px;padding:10px;left:90%;top:0px;z-index:999;}
.toelichting.large{width:345px;}
.toelichting span.formhint{color:#464646;}
span.formhint,span.passive,p.passive,td.passive{color:#898989;}

.metadata{font-size:14px;line-height: 1.4;display: block;padding:0;font-weight: 300}
/*table.metadata.passive{margin-left:20px;}*/
/*table.metadata.passive tr td:first-child{border-left:1px solid #CCC;padding-left:30px;}*/
table.metadata.passive tr td{color:#999;border-bottom:none;}

.paddedBox{
  padding: 20px;
  position: relative;
}
.paddedBox.pBottom{
  padding-bottom: 60px;
}
.paddedBox h2, .paddedBox h4, .paddedBox h5, .paddedBox p{
  color: #fff;
}
.paddedBox h2{
  margin-top: 15px;
  margin-bottom: 10px;
}
.paddedBox h4{
  margin-top: 15px;
  margin-bottom: 0px;
  font-weight:400;
}
.paddedBox h5{
  text-align: right;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
}
.paddedBox p{
  margin-bottom: 15px;
  line-height: 1.4;
}

.paddedBox .row.rowSep{
  display: block;
  height: 1px;
  background: #fff;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.paddedBox .row.rowSep.rowAlert{
  /*background: #fc4c02;*/
  background:#fc4c02;
  margin-bottom: 0;
}
.productBody .product-to-cart .paddedBox .row.rowSep{margin-left:-15px;margin-right:-15px;}
.product-to-cart .paddedBox .rowAlert{/*background: #fc4c02;*/
  background:#fc4c02;margin-bottom: 10px;}
.product-to-cart .paddedBox .rowAlert p{
  /*margin-top: 8px;*/
  background:#fc4c02;
  color:#fff;
  /*border-left: 4px solid #e31c79;*/
  /*padding-left: 10px;*/
  /*font-weight: bold;*/
}
.productBody .product-to-cart .paddedBox{padding:10px 15px;}
/*.rowAlert.rowSep + .rowAlert{margin-top:-10px;} */

header{
  position: relative;
  /*overflow: hidden;*/
}
header .headerImg{
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  /*max-width: 100%;*/
}
/*header .headerVideo{min-width:100%;height:600px;background-color:#e0dedc;}
header .headerVideo iframe{width:100%;height:100%;}*/

.main-nav{ padding: 15px 0 45px 0;}
.small .main-nav{ padding-bottom: 35px; }
.main-nav .nav-logo{
  display: block;
  /*width: 592px;*/
  width:360px;
  /*height: 230px;*/
  height:200px;
  text-indent: -9999px;
  background: url('/images/logos/ivm.png') left top no-repeat;
  background: url('/images/logos/ivm.svg') left top no-repeat;
  background: url('/images/logos/logo-IVM_blauw.svg') left top no-repeat;
  /*margin-left: -100px;*/
}

.main-nav.anniv .nav-logo,.small .main-nav.anniv .nav-logo{
    background: url('/images/logos/logo IVM 30_500.png') left top no-repeat;
    background-size:250px;
}
.main-nav.anniv.scholing .nav-logo,.small .main-nav.anniv.scholing .nav-logo{
    background: url('/images/logos/logo Academie 30 jaar_500.png') left top no-repeat;
    background-size:250px;
}
.small .main-nav.anniv .nav-logo,.small .main-nav.anniv.scholing .nav-logo{
    background-size:125px;
}

.green .main-nav .nav-logo{
  background: url('/images/logos/ivm-green-dark.png') left top no-repeat;
  background: url('/images/logos/ivm-green-dark.svg') left top no-repeat;
  background: url('/images/logos/logo-IVM_groen.svg') left top no-repeat;
}
.pink .main-nav .nav-logo{
  background: url('/images/logos/ivm-pink.png') left top no-repeat;
  background: url('/images/logos/ivm-pink.svg') left top no-repeat;
  background: url('/images/logos/logo-IVM_rose.svg') left top no-repeat;
}
.orange .main-nav .nav-logo{
  background: url('/images/logos/ivm-orange.png') left top no-repeat;
  background: url('/images/logos/ivm-orange.svg') left top no-repeat;
  background: url('/images/logos/logo-IVM_oranje.svg') left top no-repeat;
}

.lightOrange .main-nav .nav-logo{
  background: url('/images/logos/ivm-orange.png') left top no-repeat;
  background: url('/images/logos/ivm-orange.svg') left top no-repeat;
  background: url('/images/logos/logo-IVM_oranje.svg') left top no-repeat;
}

.small .main-nav .nav-logo{
  width: 244px;
  height: 87px;
  margin-left: 0;
}
.green.small .main-nav .nav-logo{
  background: url('/images/logos/ivm-green-dark-small.png') left top no-repeat;
  background: url('/images/logos/ivm-green-dark.svg') left top no-repeat;
  background: url('/images/logos/logo-IVM_groen.svg') left top no-repeat;
}
.pink.small .main-nav .nav-logo{
  background: url('/images/logos/ivm-pink-small.png') left top no-repeat;
  background: url('/images/logos/ivm-pink.svg') left top no-repeat;
  background: url('/images/logos/logo-IVM_rose.svg') left top no-repeat;
}
.orange.small .main-nav .nav-logo{
  background: url('/images/logos/ivm-orange-small.png') left top no-repeat;
  background: url('/images/logos/ivm-orange.svg') left top no-repeat;
  background: url('/images/logos/logo-IVM_oranje.svg') left top no-repeat;
}
.lightOrange.small .main-nav .nav-logo{
  background: url('/images/logos/ivm-orange-small.png') left top no-repeat;
  background: url('/images/logos/ivm-orange.svg') left top no-repeat;
  background: url('/images/logos/logo-IVM_oranje.svg') left top no-repeat;
}
.small .main-nav .nav-logo{
  background: url('/images/logos/ivm-small.png') left top no-repeat;
  background: url('/images/logos/ivm.svg') left top no-repeat;
  background: url('/images/logos/logo-IVM_blauw.svg') left top no-repeat;
}

.mainItem .posAbsolute{top: 115%;right:0;}
.mainItem .posAbsolute li.subitem{margin:0!important;text-align: left;display: block;white-space: nowrap;}
.mainItem .posAbsolute li.subitem a{padding:3px 20px;margin:0!important;display: block}
.mainItem .posAbsolute li.subitem a:hover{color:#fff;background:#702283;}
.mainItem span.bullet,.subitem a span.bullet{position: absolute;top:0;right:18px;display: block;width:4px;height:4px;border-radius:50%;background:#fc4c02;}
.subitem a span.bullet{position: relative;line-height: 1;top:6px;right:auto;display: inline-block;vertical-align: top;margin-left:2px;}


.main-nav .nav-bar {
  text-align: right;
}
.main-nav .nav-bar ul li{
  list-style: none;
  display: inline;
  margin-left: 20px;
}
.main-nav .nav-bar ul li:last-child{margin-left:5px;}
.main-nav .nav-bar ul li:last-child a{margin-top:5px;vertical-align: top;}
.main-nav .nav-bar ul li a{
  color: #702283;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}
.main-nav .nav-bar .nav-cart{margin-left:2px;}
.main-nav .nav-bar .nav-cart a{
  display: inline-block;
  width: 19px;
  height: 17px;
  background: url('/images/icons/cart.png') center center no-repeat;
  background: url('/images/icons/cart.png') center center no-repeat;
  font-size: 0;
}

.searchBar{
  position: relative;
  display: block;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.searchBar input[type="text"]{
  background: transparent url('/images/icons/search.png') right 15px center no-repeat;
  background: transparent url('/images/icons/search.svg') right 15px center no-repeat;
  border: 1px solid #fff;
  color: #fff;
  display: block;
  width: 100%;
  /*line-height: 36px;*/
  line-height: 1;
  padding: 8px 15px;
}
.searchBar input::-ms-clear {
    margin-right:25px;
}
.searchBar input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}
.searchBar input:-ms-input-placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}
.searchBar input::-ms-input-placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}
.searchBar input::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}
.searchBar input:-ms-input-placeholder, .searchBar input::-ms-input-placeholder {
  color: #fff;
}

.searchBar.bgWhite input{
  background: transparent url('/images/icons/search-blue.png') right 15px center no-repeat;
  background: transparent url('/images/icons/search-blue.svg') right 15px center no-repeat;
  border: 1px solid #00afd3;
  color: #00afd3;
  font-size:16px;
}
.searchBar.bgWhite input::-webkit-input-placeholder {
  color: #00afd3;
}
.searchBar.bgWhite input:-ms-input-placeholder {
  color: #00afd3;
}
.searchBar.bgWhite input::-ms-input-placeholder {
  color: #00afd3;
}
.searchBar.bgWhite input::placeholder {
  color: #00afd3;
}
.searchBar.bgWhite input:-ms-input-placeholder, .searchBar.bgWhite input::-ms-input-placeholder {
  color: #00afd3;
}




.searchBar .floating-link{
  position: absolute;
  right: 30px;
  top: 110%;
  width:335px;
  z-index:199;
}
.searchBar .floating-link.top{
  top:auto;
  bottom: 110%;
}
.searchBar .floating-link.middle{
  top:0;
  height:57px;
  border-bottom:1px solid #8093dc;
  right:0;
  width:auto;
}

.searchBar .floating-link a{
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  padding: 18px 25px;
}


.searchBar .showSubjects{
  /*top: 100%;*/
  margin-top: 6px;
  display: block;
  width: 100%;
  width: calc(100% - 30px);
}
.searchBar .showSubjects a:link,.searchBar .showSubjects a:visited,.searchBar .showSubjects a:hover,.searchBar .showSubjects a:active{
  font-size: 16px;
}
.searchBar.bgPurple .showSubjects a:link,
.searchBar.bgPurple .showSubjects a:visited,
.searchBar.bgPurple .showSubjects a:hover,
.searchBar.bgPurple .showSubjects a:active{
  color:#fff;
}
.searchBar.bgWhite .showSubjects a:link,
.searchBar.bgWhite .showSubjects a:visited,
.searchBar.bgWhite .showSubjects a:hover,
.searchBar.bgWhite .showSubjects a:active{
  color:#0099b8;
}
.searchBar .showSubjects a:hover{text-decoration: underline;}
.searchBar .showSubjects a i{
  font-size: 18px;
  margin-top: -1px;
  margin-left: 3px;
}
.searchBar .showSubjects a:hover{
  /* color: #fff; */
  text-decoration: underline;
}
.searchBar .showSubjects a.fLightBlue:hover{
  color: #1ecad3;
}

.sloganBar{
  /*padding: 100px 0 25px 0;*/
  padding: 20px 0 20px 0;
}
.sloganBar p{padding:0;font-size:14px;}

.categoriesBar{
  padding: 50px 0 100px;
  position: relative;
  z-index: 9;
}

.categoriesBar > .container > .row > div{
  margin-bottom: 30px;
}

.categoriesBar .cat-box, .chapter-box{
  background: #fff;
  height: 100%;
}
.chapter-box{
  background: #1ecad3;
}
.categoriesBar .cat-box a.main-cat, .categoriesBar .cat-box a.other-cat, .chapter-box .main-chapter, .boxTitle{
  display: block;
  width: 100%;
  background-color: #0099b8;
  color: #fff;
  padding: 15px 30px;
  /*font-size: 25px;*/
  font-size:22px;
  font-weight:300;
}
.boxTitle{padding:0;}
.boxTitle h4{margin:0;}
.categoriesBar .cat-box a.main-cat i, .categoriesBar .cat-box a.other-cat i, .chapter-box .main-chapter i{
  margin-right: 4px;
  /*font-size: 29px;*/
  font-size:20px;
  line-height:20px;
  vertical-align:top;
  /*margin-bottom: -2px;*/
}

.categoriesBar .cat-box ul li a:hover i, .chapter-box ul li a:hover i{
  color:#fff;
}
.chapter-box .main-chapter i{
  font-size: 22px;
  margin-bottom: 0px;
  vertical-align: top;
}
.categoriesBar .cat-box a.main-cat span, .categoriesBar .cat-box a.other-cat span{
  display: inline-block;
  /* font-size: 18px; */
  line-height: 24px;
  font-weight: 100;
  /* margin-left: 21px; */
  width:auto;
  max-width:calc(100% - 20px);
  vertical-align: top;
}
a.other-cat {
  cursor: default;
}
.categoriesBar .cat-box ul, .chapter-box ul{
  padding: 20px 0 25px 0;
}
.categoriesBar .cat-box ul li, .contentPage .chapter-box ul li{
  list-style: none;
  padding: 0px;
}

.categoriesBar .cat-box ul li a span{
  margin-left: 3px;
}

.cat-box a{text-decoration: none;}
.categoriesBar .cat-box ul li a, .chapter-box ul li a{
  /* display: block; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  width: 100%;
  color: #702283;
  font-size: 20px;
  /*line-height: 32px;*/
  line-height:28px;
  padding: 3px 30px 3px 50px;
  font-weight:300;
  word-break:break-word;
}
.chapter-box ul li a{
  color: #fff;
  padding: 3px 30px 3px 30px;
}
.chapter-box ul li a span{
  color: #efefef;
  margin-right: 5px;
}
.categoriesBar .cat-box ul li a i, .chapter-box ul li a i{
  font-size: 24px;
  /*margin-right: 3px;*/
  /* margin-right: 5px; */
  margin-right: 10px;
  margin-left: -20px;
  margin-bottom: -2px;
  line-height:28px;
}
.chapter-box ul li a i{
  margin-left: 0px;
}
.categoriesBar .cat-box ul li a b{
  font-weight: bold;
}
.categoriesBar .cat-box p{
  color: #0099b8;
  padding: 15px 30px 0 30px;;
  margin: 0;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: -15px;
}

.highlighted.visual{
  width: 100%;
  background-position: center top;
  padding: 100px 0 120px 0;
  background-size: cover;
  max-width: 2000px;
  margin: 0 auto;
}
.highlighted.visual.centered{
  background-position: center center;
}

.highlight{
  margin-left:-40px;
  padding-left:39px;
  border-left:1px solid #fc4c02;
  /*animation: highlight 1000ms ease-out;*/
}

/*@keyframes highlight {
  0% {
    border-left:1px solid white;
  }

  100%{
    border-left:1px solid #fc4c02;
  }
}*/

.h-300{
  min-height: 300px;
}

.ivm-logo-white{
  display: block;
  position: absolute;
  width: 448px;
  height: 350px;
  background: url('/images/logos/ivm-wit.png') left top no-repeat;
  background: url('/images/logos/ivm-wit.svg') left top no-repeat;
  top: -265px;
  left: -250px;
  z-index: 9;
}

.boxes-scroll{
  margin-top: -50px;
}
.boxes-scroll .flex-box .paddedBox{padding-bottom:40px;position: relative;}
.boxes-scroll .flex-box .paddedBox p.date{
  position: absolute;padding:0;margin: 0;bottom:25px;}
.container > .w-120{
  width: 120%;
  margin-left: -10%;
}


.social-bar{
  padding: 75px 0 100px 0;
}
.social-bar h4{
  margin-bottom: 10px;
}

.sites-bar{
  padding: 75px 0 75px 0;
}
.sites-bar .flex-box{margin-right:0;margin-left: 0;}
.sites-bar a{
  color: #fff;
  line-height: 28px;
}
.sites-bar img{
  display: inline-block;
  max-width: 100%;
}

.logobox{
  padding: 20px;
  background: #fff;
  margin-right: 20px;
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
  margin-bottom: 10px;
  min-height: 170px;
}
.logobox img{
  width: 70%;
  vertical-align: middle;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
a:hover .logobox img{
  margin-top: -5px;
  width: 75%;
}

.exportBox.padded{padding-top:15px;}
.exportBox a:not(.btn){vertical-align: top;display: inline-block;margin-top:10px;margin-right:5px;}

/* FOOTER */
.contact-bar{
  padding: 35px 0;
}
.footer .social-bar{
  padding: 20px 0 40px 0;
}
.footer .cert-bar{
    border-top: 1px solid #F1F1F1;
    padding-top: 30px;
    padding-bottom: 40px;
}
.footer .cert-bar .descr{
    margin-bottom: 16px;
    color: #0C89B8;
    font-size: 14px;
    line-height: 18px;
}
.footer .cert-bar .certs{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 64px;
}
.footer .cert-bar img{
    height: auto;
    width: 118px;
    flex-shrink: 0;
}
.footer .cert-bar img:last-of-type{
    width: 74px;
}
@media (max-width: 600px) {
    .footer .cert-bar{
        text-align: center;
    }
    .footer .cert-bar .certs{
        flex-direction: column;
        align-items: center;
        gap: 32px;
    }
}
.footer h4 a, .footer p, .footer p a{
  color: #fff;
}

.footer p, .footer p a{
  font-size: 15px;
  line-height: 24px;
}

.footer a{
  color: #0084b6;
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
}

.footer .floating-link{
  position: fixed;
  bottom: 0;
  right: 30px;
  z-index: 99999;
}
.footer .floating-link .cookieBox{
    -webkit-transition: 0.5s ease-in-out;-moz-transition: 0.5s ease-in-out;-o-transition: 0.5s ease-in-out;
    transition:0.5s ease-in-out;
    z-index:99999;
    background:#702383;color:#fff;padding:32px 24px;margin-bottom:30px;width:450px;border-radius:2px;box-shadow: 0 16px 24px 8px rgba(0,0,0,0.14);font-size:16px;line-height:20px;}
.footer .floating-link .cookieBox a{color:#fff;text-decoration:underline;font-size:16px;cursor:pointer;}
.footer .floating-link .cookieBox h5{font-size:18px;margin-bottom:16px;/*padding-left:50px;*/}
.footer .floating-link .cookieBox h5 img{width:30px;margin:-10px 10px 0 -45px;display:inline-block;vertical-align:top;}
.footer .floating-link .cookieBox p{margin-bottom:14px;}
.footer .floating-link .cookieBox a.button{background:#0199B8;text-decoration:none;padding:8px 15px;margin-right:10px;}
.footer .floating-link .cookieBox.slideDown{
  /* margin-top: calc(-100% + 50px);
  transform: translate(0,calc(100% - 60px)); */
  /* margin-bottom: calc(-100% + 64px); */
  /* margin-bottom: 0px; */
  transform: translateY(calc(100% - 60px));
}
.footer .floating-link .newsletterBox a {
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    padding: 18px 25px;
    padding-right: 36px;
}
.footer .floating-link a.backToTop{
  width:40px;
  height:40px;
  background:#e6e6e6;
  background:#fff;
  border-radius: 3px;
  display:inline-block;
  margin-bottom:20px;
  border: 1px solid #0099ba;
  color:#0099ba;
  padding:0;
  text-align: center;
  line-height: 40px;
  opacity:0.8;
}
.footer .floating-link a.backToTop i{font-weight:bold;color:#0099ba;font-size:28px;}
.footer .floating-link a.backToTop:hover {border:1px solid #0088a7;opacity:1;}
.footer .floating-link a.backToTop:hover i{color:#0088a7;}
.footer .floating-link a.newsletter i {
  font-size:20px;
  margin-right:10px;
}
.footer .floating-link a.closeBox,.footer .floating-link a.minimizeBox{
  width:20px;
  height:20px;
  /*background:rgba(0,0,0,0.5);*/
  border-radius:10px;
  padding:0;
  line-height: 20px;
  text-align: center;
  font-size:12px;
  font-weight:300;
  right:0px;
  top:2px;
  position: absolute;
  z-index: 9999;
}

.footer .floating-link a.minimizeBox{right:30px;}
.footer .floating-link a.minimizeBox i,.footer .floating-link a.closeBox i{margin-top:6px;margin-left:5px;display:block;width:12px;height:12px;background-size: 12px 12px;background:url("/images/icons/minus_thin.png") center center no-repeat;}
.footer .floating-link a.minimizeBox.maximize i{margin-top:6px;background:url("/images/icons/square_thin.png") center center no-repeat;background-size: 12px 12px;opacity:0.7;}
.footer .floating-link a.closeBox i,.footer .floating-link a.minimizeBox i{font-size:12px;line-height:20px;vertical-align: top;}
.footer .floating-link a.closeBox i{background:url("/images/icons/cross_thin.png") center center no-repeat;background-size:12px 12px;margin-left:0px;}
.footer .floating-link a.closeBox{top:2px;}

a.facebook{
  display: inline-block;
  line-height: 26px;
  padding-left: 20px;
  background: url('/images/icons/facebook.png') left center no-repeat;
  background: url('/images/icons/facebook.svg') left center no-repeat;
}

a.youtube{
    display: inline-block;
    line-height: 26px;
    padding-left: 35px;
    background: url('/images/social/youtube_blue.png') left center no-repeat;
    background-size:27px;
  }

a.linkedin{
  display: inline-block;
  line-height: 26px;
  padding-left: 34px;
  background: url('/images/icons/linkedin.png') left top no-repeat;
  background: url('/images/icons/linkedin.svg') left top no-repeat;
}

a.twitter{
  display: inline-block;
  line-height: 26px;
  padding-left: 30px;
  background: url('/images/icons/twitter.png') left center no-repeat;
  background: url('/images/icons/twitter.svg') left center no-repeat;
}

.cat-introBar{
  display: block;
  position: relative;
  padding: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.cat-introBar h2, .cat-introBar p{
  color: #fff;
}
.cat-introBar h2{
  font-size: 30px;
  line-height: 1.2;
  font-weight: 400;
}
.cat-introBar p{
  font-size: 16px;
  line-height: 1.4;
  padding: 0;
}


.breadcrumbs{
  padding: 10px 0 10px 0;
  background:#fff;
  border-top:1px solid #0099b8;
  border-top:1px solid #1fcad3;
}
.breadcrumbs ul{
  padding: 0;
  margin: 0;
}
.breadcrumbs ul li{
  list-style: none;
  display: inline;
  padding-right: 15px;
  font-size: 15px;
  line-height: 21px;
  color: #0099b8;
}
.breadcrumbs ul li a{
  color: #0099b8;
}

.pageHeader{
  /* padding: 15px 0; */
}
.pageHeader h1{
  font-size: 36px;
  line-height: 70px;
  color: #fff;
}
.pageHeader.hasSub h1:hover{
  cursor: pointer;
}
.pageHeader.hasSub h1::before{
  font: normal normal normal 14px/1 FontAwesome;
  content: '\f107';
  width: 36px;
  height: 36px;
  font-size: 36px;
  line-height: 36px;
  margin-right: 15px;
}

.productTypeHeader h4{font-size:18px;font-weight:300;}
.pageHeader h2{
  font-size: 18px;
  line-height: 50px;
  font-weight: 400;
  color: #fff;
  margin: 0;
  padding: 0;
}
.pageHeader h1 .light{
  font-weight: 100;
}

.pageHeader .submenu,.mainItem .posAbsolute{
  display: block;
  display: none;
  background: #fff;
  padding: 10px 0;
  z-index: 999;
  -webkit-box-shadow: 0px 3px 9px 4px rgba(136, 136, 136, 0.25);
          box-shadow: 0px 3px 9px 4px rgba(136, 136, 136, 0.25);
}
.pageHeader.show .submenu{
  display: block;
}
.pageHeader .submenu ul li{
  list-style: none;
}
.submenu ul li a{text-decoration: none;}
.pageHeader .submenu ul li a{
  /*color: #702283;*/
  color:#702283;
  font-size: 18px;
  line-height: 32px;
  padding: 5px 40px 5px 20px;
  display: block;
  width: 100%;
}
.pageHeader .submenu ul li a i{
  color: #549556;
  margin-right: 10px;
}

.resultBlock{
  padding: 50px 0;
}
.resultBlock .inner-nav{}
.resultBlock .inner-nav ul{
  padding: 0;
  margin: 0;
}
.resultBlock .inner-nav ul li{
  display: inline;
  list-style: none;
  margin-right: 20px;
}
.resultBlock .inner-nav ul li a{
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 15px;
  border: 1px solid #fff;
}
.resultBlock .inner-nav ul li a i{
  margin-right: 7px;
  font-size: 20px;
}
.resultBlock .inner-nav ul li a:hover{
  background: #fff;
  color: #0099b8;
}

.resultBlock .result-segment{
  /*padding: 15px 0;*/
  /*margin-top: 15px;*/
}
.resultBlock .result-segment h3{
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.resultBlock .container .result-segment:first-child{margin-top:0;padding-top:0;}

.filterBlock{
  background-color: #62d8df;
}
.filterBlock ul{width:100%;}
.filterBlock a.btn{
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 15px;
  border: 1px solid #fff;
  text-decoration: none;
}
.filterBlock a.btn:hover{
  background-color: #fff;
  color: #62d8df;
  text-decoration: none;
}
.filterBlock h3{
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 5px;
}
.filterBlock ul li{
  list-style: none;
  display: inline-block;
  font-size: 16px;
  background: #fff;
  color: #62d8df;
  padding: 5px 8px;
  border-radius: 2px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.filterBlock ul li i{
  margin-left: 5px;
}
.filterBlock ul li i:hover{
  cursor: pointer;
  color: #fc4c03;
}
.filterBlock a{
  color: #fff;
  font-size: 16px;
  text-decoration: underline;
}

.categoriesBar{
    position: relative;
}
.academy-certs-wrap{
    display: flex;
    flex-direction: column;
    position: absolute;
    align-items: flex-end;
    top: 40px;
    right: 12px;
    gap: 32px;
}
.academy-certs-wrap img{
    height: auto;
    width: 104px;
}
.academy-certs-wrap img:first-of-type{
    height: auto;
    width: 76px;
}

@media (max-width: 1450px) {
    .academy-certs-wrap{
        display: none !important;
    }
}

/* .logo_crkbo{
    width: 90px;
    height: 80px;
    top: 100% !important;
    bottom: 0px;
    right: 12px;
    transform: translateY(14px);
    z-index: 99;
} */

/* @media (max-width: 1380px) {
    .logo_crkbo{
        width: 90px;
        height: 80px;
        top: 17px !important;
        bottom: 0px;
        right: 12px;
        transform: translateY(0);
        z-index: 99;
    }
} */

.product-block{
  display: block;
  background: #fff;
  padding: 20px 25px 20px 25px;
  margin-bottom: 65px;
  height: 100%;
  position: relative;
  border:1px solid #e2d4e6;
  /*border:1px solid #e2d4e6;*/
}
/*.bgLightBlue .product-block{border:none;}*/
.results .product-block{border:none;}
.product-block.med-block{padding:15px;}
.product-block.med-block h5{font-size:14px!important;}
.product-block.med-block h3{font-size:16px;}
/*.product-block.med-block .btnRow{margin:0;padding:0;}*/
.product-block.med-block .btnRow div[class*='col-md-']:last-child{padding-left:15px;padding-right:15px;}

.product-block a.tileLink{display: inline-block;margin:0;padding:0;width:100%;}

.product-block a.tileLink:hover{text-decoration: none;}
.product-block .btnWrap{padding-left:20px;white-space: nowrap;/*padding-bottom:20px;*/}
.product-block .btnRow.fullWidth .btnWrap{padding-right:20px;}
.product-block.med-block .btnWrap{padding-left:15px;padding-right:15px;}
.product-block .btnRow a{
    max-width: 100%;display: inline-block;vertical-align: top;
    white-space: normal;
    width:100%;
    line-height:22px;
    width:45%;
    margin-right:10px;
    display:inline-block;vertical-align: bottom;
}
.product-block .btnRow.fullWidth a{width:100%;margin:0;}


.product-block h5,.productBody .product-block h5{
  font-size: 17px;
  line-height: 19px;
  color: #702283;
}
.product-block h3{
  font-size: 22px;
  line-height: 26px;
  color: #0099b8;
  margin-top: 5px;
  margin-bottom: 5px;
  word-break: break-word;
}
.product-block p{
  font-size: 16px;
  line-height: 20px;
  color: #000;
  overflow: hidden;
}
.product-block .label{
  background: #fc4c02;
  font-size: 18px;
  font-weight: 100;
  /* line-height: 14px; */
  padding: 11px 20px;
  line-height: 22px;
  white-space:normal;
  display: block;
  /*position: absolute;*/
  border-radius: 0;
  /*right: -15px;*/
  /* padding-right:15px;margin-right:-15px; */
  /* width: 100%; */
  width:55%;
  width: calc(55% - 14px);
  display: inline-block;
  vertical-align: bottom;
}

.product-block .btnRow{
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0px;
  left: 0;
  /*padding-left: 25px;
  padding-right:25px;*/
  margin:0;
  padding-top: 10px;
}
.product-block .btnRow{padding-bottom:20px;}
.product-block .btnRow div[class*='col-md-']{
  padding:0 5px 0 25px;
}
.product-block .btnRow div[class*='col-md-']:last-child{
  padding-left:5px;
  padding-right:0;
}
.half-width{width:50%;}


a.btn,input[type="submit"].btn{
  display: inline-block;
  padding: 10px 20px;
  border-radius: 0;
  vertical-align: top;
  cursor:pointer;
}
a.btn + a.btn{margin-left:5px;}
.resultBlock a.btn + a.btn{margin-left:0;}
a.btn.big{
  padding: 15px 45px;
  font-size: 18px;
}
a.btn.bordered,input[type="submit"].btn.bordered{
  border: 1px solid #0099b8;
  color: #0099b8;
  background: transparent;
}
a.btn.bordered:hover,input[type="submit"].btn.bordered:hover{
  color: #fff;
  background: #0099b8;
}
a.btn.bordered.white,input[type="submit"].btn.bordered.white{
  border: 1px solid #fff;
  color:#fff;
}
a.btn.bordered.white:hover,input[type="submit"].btn.bordered.white:hover{color:#0099b8;background:#fff;}
a.btn.bordered.purple{
  border: 1px solid #702283;
  color: #702283;
  background: #fff;
}
a.btn.bordered.purple:hover{
  color: #fff;
  background: #702283;
}
a.btn.purple{
  background: #702283;
  color: #fff;
}
a.btn.purple:hover{background:#922aab;}
a.anchorLink{margin:0 10px 10px 0;}
a.anchorLink i.fa{font-size: 17px;}
.grayBox p.purple{color:#702283;padding-bottom:5px;}

.productBody h4{
  margin-bottom: 10px;
}
.productBody .row.row-eq-height > div, .section .row.row-eq-height > div{
  margin-bottom: 30px;
}
.productBody .titleBlock, .section .titleBlock{
  border: 1px solid #0099b8;
  display: block;
  height: 100%;
}
.productBody .titleBlock > div, .section .titleBlock > div{
  padding: 10px 20px;
}
.productBody .titleBlock a.btn{
  background: #fff;
  color: #0099b8;
}
.productBody .titleBlock a.btn:hover{
  background: #702283;
  color: #fff;
}
.productBody .titleBlock .content h5, .section .titleBlock .content h5{
  color: #0099b8;
  font-weight: 800;
  font-size: 20px;
}
.productBody .title h5{margin-bottom:0;}
.productBody .mediaWidth,.productBody .mediaWidth.halfWidth{width: 50%; float: left; margin-right: 3.5rem; margin-bottom: 1rem}
.productBody .mediaWidth.fullWidth{width: 100%;display:block;float:none;margin-bottom: 1rem}
.productBody .mediaWidth.thirdWidth{width:33%;}

.productSpecs .row{
  border-bottom: 1px solid #1ecad3;
  margin-left: 0px;
  margin-right: 0px;
}
.productSpecs .row > div:first-child{
  padding-left: 0;
}
.productSpecs p{
  color: #702283;
  font-size: 16px;
  line-height: 24px;
  padding: 15px 0;
}

.product-to-cart p, .product-to-cart label{
  font-size: 16px;
  line-height: 38px;
  color: #fff;
  margin: 0;
  padding: 0;
  font-weight: 100;
}
.product-to-cart input{
  margin-left: 10px;
}
.product-to-cart .btn{
  padding: 8px 20px;
  border: 1px solid transparent;
}
.product-to-cart .btn:hover{
  background-color: #702283;
  color: #fff;
  border: 1px solid #fff
}
.product-to-cart .paddedBox p{
  font-size: 20px;
  line-height: 32px;
  font-weight: 100;
  margin-bottom: 0;
}

.relatedProducts h3{
  font-size: 21px;
  line-height: 28px;
  font-weight: 100;
}

.pageTabs{
  /*margin-top: 25px;*/
  margin-bottom: 25px;
  border-bottom: 1px solid #0099b8;
}
.pageTabs ul.tabs li{
  display: inline-block;
  margin-right: 25px;
  padding-bottom: 8px;
  list-style: none;

}
.pageTabs ul.tabs li a{
  font-size: 16px;
  line-height: 32px;
  font-weight: 100;
  color: #0099b8;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 5px solid #fff;
}

.pageTabs ul.tabs li a:hover {
  text-decoration: none;
}
/*.pageTabs ul.tabs li a.active{
  font-weight: 400;
}*/
.pageTabs ul.tabs li a.active, .pageTabs ul.tabs li a:hover{
  border-bottom: 5px solid #1ecad3;
}

/*.contentPage a:not(.btn){
  color: #337ab7;
} */
.contentPage a:not(.btn):hover, .contentPage a:not(.btn):focus{
  color: #3392b7;
}
.contentPage a.fWhite, .contentPage a.fWhite:hover{
  color: #fff;
}

.contentPage .section{
  padding-left: 30px;
  border-bottom: 2px solid #e2d4e6;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.contentPage .section h3{
  font-size: 20px;
  line-height: 32px;
  color: #702283;
  margin-left: -35px;
  cursor: pointer;
}
.contentPage .section h3::before{
  font: normal normal normal 14px/1 FontAwesome;
  content: '\f105';
  display: inline-block;
  width: 35px;
  height: 35px;
  font-size: 24px;
  line-height: 32px;
  color: #1ecad3;
  text-align: center;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.contentPage .section p{
  font-weight: 100;
}

.contentPage .section.closed .collapsible{
  display: none;
}
.contentPage .section .collapsible{
  display: block;
  padding:5px 0 10px 0;
}
.contentPage .section.closed h3::before{
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.contentPage ul li{
   padding: 5px 0;
   font-size: 16px;
   line-height: 24px;
   color: #702283;
}

a.collapseAll{
  color: #1ecad3;
  font-size: 18px;
}
a.collapseAll i{
  margin-left: 10px;
  padding-left: 5px;
  padding-right: 5px;
  border-top: 1px solid #1ecad3;
  border-bottom: 1px solid #1ecad3;
}

.overlay{position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  background: rgba(0,0,0,0.3);
  z-index: 8999;
}

.modal-container{
  position: absolute;
  top: 50px;
  width: 100%;
  z-index: 9999;
}
.modal-container .container{
  padding-left: 30px;
  padding-right: 30px;
}

.modal-container .modal-header{
  position: relative;
  background: #0099b8;
  border: none;
  padding: 15px 30px;
}
.modal-container .modal-header h3{
  color: #fff;
  margin: 0;
}
.modal-container .modal-header .close-modal{
  position: absolute;
  right: 15px;
  top: 8px;
  top: 18px;
  bottom: 0px;
  color: #fff;
  display: block;
  height: 38px;
  height: 20px;
  width: 38px;
  width: 20px;
  background: url('/images/icons/close-big.png') center center no-repeat;
  background: url('/images/icons/close-big.svg') center center no-repeat;
  cursor: pointer;
}
.modal-container .modal-header .close-modal:hover{
  background: url('/images/icons/close-big-h.png') center center no-repeat;
  background: url('/images/icons/close-big-h.svg') center center no-repeat;
}

.modal-container .modal-body{
  background: #fff;
  border: none;
  padding: 15px 30px;
}
.modal-container .modal-body h4{
  color: #702283;
  font-weight: 400;
  margin-bottom:15px;
}
.modal-container .modal-body ul{
  margin: 15px 0;
}
.modal-container .modal-body ul li{
  list-style: none;
  padding: 8px 0;
}
.modal-container .modal-body label{
  font-size: 18px;
  line-height: 22px;
  padding-left: 30px;
}
.modal-container .modal-body input[type="checkbox"]{
  margin-right: 15px;
  margin-left:-30px;
}
.modal-container .modal-body input[type="text"]{display:block;width:100%;color:#333;}


.overlayFilter{
  display: none;
}

/* CART */
.cartHeader h4{
  color: #fff;
  color: #baacbe;
  font-weight: 400;
  line-height: 70px;
  text-align: center;
}
.cartHeader h4.active{
  color: #fff;
}

.inPage-nav a{
  font-size: 18px;
  line-height: 22px;
  padding: 5px 3px;
}
.inPage-nav a:hover{
  border-bottom: 2px solid #702283;
}
.inPage-nav span::after{
  content: '\B7';
  width: 5px;
  height: 32px;
  padding-left: 10px;
  padding-right: 10px;
}
.inPage-nav span:last-child::after{
  display: none;
}

.roundSectionMark{
  background: #702283;
  display: inline-block;
  padding: 3px 10px;
  border-radius: 50%;
  color: #fff;
}

.cart .cartOverview{
  font-size: 16px;
}
.cart .cartOverview .wrap:first-child{padding-top:0;}
.cart .cartOverview .row-head > div, table tr th{
  color: #702283;
  /*margin-bottom: 10px;*/
  padding-bottom: 10px;
  border-bottom: 1px solid #702283;
}
.cart .cartOverview .product > div{
  color: #252525;
  line-height: 25px;
}

.cart .cartOverview .total > div{
  color: #252525;
  line-height: 30px;
}

.cart .cartOverview .product:last-child{
  margin-bottom: 25px;
}

.barBG{
  position: relative;
}
.bar {
  height: 1.5em;
  background: #1ecad3;
}
.pct{
  position: absolute;
  top: 0px;
  margin-left: 10px;
}

#columnImage{
  margin-right: 15px;
  margin-bottom: 15px;
  margin-left: -45px;
}

#feedback,#productNotification{
  position: fixed;
  z-index: 9999;
  display: block;
  margin: auto;
  top: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
#feedback .message,#productNotification .message{
  font-size: 15px;
  padding: 20px 30px;
  -webkit-box-shadow: 0px 3px 9px 4px rgba(136, 136, 136, 0.45);
          box-shadow: 0px 3px 9px 4px rgba(136, 136, 136, 0.45);
  background: #fff;
  padding-left: 65px;
  border-radius: 2px;
  background: #549556;
  color:#fff;
  font-weight:400;
}
#feedback .message.error,#productNotification .message.error{
  background:#fc4c02;
  color:#fff;
}
#feedback .message::before,#productNotification .message::before{
  position: absolute;
  height: 60px;
  width: 60px;
  text-align: center;
  display: block;
  font: normal normal normal 20px/1 FontAwesome;
  font-family: FontAwesome;
  color: #fff;
  line-height: 65px;
  left: 0;
  top: 0;
  border-radius: 2px 0 0 2px;
}

#feedback .message.success::before,#productNotification .message.success::before{
  content: '\f058';
}
#feedback .message.error::before,#productNotification .message.error::before{
  content: '\f057';
}
#feedback .message.error ul{list-style-type:none;}
#feedback .message.error ul li{color:#fff;}

#contactinfo {
  color: #797979;
  line-height: 20px;
  padding-left: 15px;
}

#contactinfo h3{
  color: #1d6087;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 22px;
  margin-bottom: 10px;
  line-height: 30px;
}

#contactinfo h4{
  font-size: 18px;
}

#contactinfo p{
  font-size: 14px;
}

input.error, textarea.error, select.error {
  border: 1px solid #CA1212!important;
}

label.error {
  color: #CA1212!important;
}

.loginBorder{
  border-left: 2px solid #1ecad3;
  padding-left: 30px;
  padding-top: 10px;
}

.register_email{
  margin-top: 5px;
  width: 476px;
}

.loginBox h2 {
  padding:5px 15px;
  background-color: #0099b8;
  color: white;
  font-size: 26px;
  font-weight: 500;
}

.loginBox div.content {
  padding:10px 0px;
  background-color: #1ecad3;
  font-size:14px;
}
.loginBox .content label {
  color: white;
  line-height: 32px;
  font-weight: 500;
  font-size:14px;
}
.loginBox div.loginRow{
  padding-left: 0px;
  padding-right: 0px;
  padding-top:10px;
  padding-bottom: 40px;
}
/*.loginBox .content .formRow{
  padding-top:10px;
  padding-bottom: 40px;
}*/
.loginBox input[type="text"],.loginBox input[type="password"]{
  border: 0px;
  font-size: 14px;
  /*line-height: 32px;*/
  line-height: 1;
  padding:8px 10px;
  width: 100%;

}
.loginBox input[type="submit"] {
  background-color: #0099b8;
  border: 0px;
  color: white;
  padding:5px 20px;
  font-weight: 500;
  margin-top: 10px;
}
.loginBox .loginRow a {
  color:white;
  line-height: 55px;
  vertical-align: middle;
}
.loginBox .content .last{
  margin-bottom: 20px;
  margin-top:20px;
}

.loginRow  input[name="user_email"]{
  border: 1px solid #ccc;
}

.registerRow .loginRow a{
  color: #0099b8;
  line-height: 20px;
}

.loginBox.registerRow .error{
  color: #da2f22;
  background-color: #fff;
  padding: 0px;
  margin-left: 0px;
  margin-top: 5px;
  display: inline-block;
}

.loginBox.registerRow .error.orange a{
  color: #fc4c02;
  text-decoration: underline;
  vertical-align: baseline;
}

.loginBox.registerRow .error.orange{
  color: #fc4c02;
}

.errorOverview{
  vertical-align: top;
  margin-top: 9px;
  display: inline-block;
  margin-left: 10px;
  display: none;
  color: #da2f22;
}
.loginBox .error{background:#fc4c02;}
.loginBox .error{padding:8px 15px;color:#fff;}
.loginBox .error p{padding:0;color:#fff;}
.checkoutFooter{line-height:42px;}
.checkoutFooter a{font-size:14px;font-weight:normal;}

.pwdCheck{
 padding:8px 20px;
 height:100%;
 /*padding-top:30px;*/
}

.pwdCheck ul{
    padding-left: 0;
    margin-top:15px;
    list-style-type: none;
}

.pwdCheck ul li{
    padding-left: 25px;
    line-height: 25px;
    color: #fff;
}

.pwdCheck .unknown{
  background: url(/images/icons/checkbox-unchecked.svg) 0 10px no-repeat;
  background-size: 20px 16px;
  color: #cccccc;
}

.pwdCheck .valid{
  background: url(/images/icons/checkbox-checked.svg) 0 10px no-repeat;
  background-size: 20px 16px;
  color: #333;
}

.voucherCodeBlock{
  float: right;
  background-color: #ededed;
  padding: 8px 8px 8px 20px;
  vertical-align: middle;
}

.voucherCodeBlock span{
  vertical-align: middle;
  margin-right: 10px;
}

.voucherCodeBlock input{
  margin-right: 5px;
}
.voucherCodeBlock a{
  font-size: 13px;
  padding: 11px 20px;
  line-height: 1;
}

.voucherCodeRead div{
  margin-right: -25px;
}

/*safari fix voor bootstrap cols*/
.row.row-eq-height:before,.row.row-eq-height:after{display: inline-block;width:100%;}

.paddedTable, table{width:100%;font-size:16px;}
table.voucherTable{font-size:14px;}
.paddedTable tr td, .paddedTable tr th{padding:8px 10px;}
.paddedTable tr td:first-child,.paddedTable tr th:first-child{padding-left:0;}
.paddedTable tr td{border-bottom:1px solid #D8D8D8;}
.paddedTable.noBorder tr td{border:none;}
.paddedTable tr:last-child td{border-bottom: none;}
.table .nowrap,table .nowrap,span.nowrap{white-space: nowrap}
table tr.btn-tr td{padding-top:16px;}
table tr.btn-tr td.btn-cell a.btn{margin-top:-8px;}

table.tinyTable tr td{padding:0px 1px 0px 10px;border: none;font-size:0.8rem;line-height:1.2rem;color:#898989;}
table.tinyTable tr td:first-child{border-left:1px solid #D8D8D8;padding-left:10px;}


.preview{padding:20px;border: 1px solid #CCC}

.movie__imageContainer {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15)
}

.movie__imageContainer img {
    display: none;
    margin: auto
}

.movie__imageContainer img:first-child {
    display: block
}

.movie__list__item {
    margin-left: 5rem
}

.movie__list__item:first-child {
    font-weight: 700
}

.movie__list__item:hover {
    cursor: pointer
}

.movie__list__link {
    display: none;
    margin-left: 20px;
    font-weight: 300
}

.nieuwsbrieven-browser .content{
    background-color: #f5f5f5;
}

.nieuwsbrieven-browser .backTo{
    padding-top: 15px;
    margin-bottom: -15px;
}

.nieuwsbrieven-browser .backTo a{
    float: right;
    color: #0099b8;
    text-decoration: none;
    font-size: 15px;
}

.nieuwsbrieven-browser .backTo a:hover{
    text-decoration: underline;
}

.begripTooltip{border-bottom:1px dotted #999;cursor:default;
        white-space: pre;/*display: inline-block;*/position:relative;}

[data-tooltip]:before {
    /* needed - do not touch */
    max-width:256px;
    content: attr(data-tooltip);
    position: absolute;
    opacity: 0;
    white-space: pre-wrap;

    /* customizable */
    /*transition: all 0.15s ease;*/
    padding: 10px;
    color: #333;
    /*border-radius: 10px;*/
    background:#fff;
    border:1px solid #D8D8D8;
    display:block;
    /*box-shadow: 2px 2px 1px silver;    */
}

.emptyRow{
  padding-bottom: 30px;
}

.setProducts ul li {
  color: #333;
}

.setProducts ul {
  list-style-position: outside;
  padding-left: 15px;
}

.setProducts ul li:first-child{
  margin-top: 9px;
}

[data-tooltip]:hover:before {
    /* needed - do not touch */
    opacity: 1;
    z-index: 999;
    /* customizable */
    background: #ffffca;
    top: 100%;
    top: calc(100% - 5px);
    left: 100%;
    left: calc(100% - 5px);
}

[data-tooltip]:not([data-tooltip-persistent]):before {
    pointer-events: none;
}

#cookieNotify {
  position: fixed;
  width: 520px;
  max-width: calc(100% - 60px);
  bottom: 30px;
  top: auto;
  left: 30px;
  padding: 32px 24px;
  z-index: 9999;
  background: #F5FAFA;
  border: 1px solid #DFE5E5;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}
#cookieNotify a.close_notification{
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 16px;
  right: 16px;
  background:url("/images/icons/close_notification.svg") center center no-repeat;
  background-size:10px 10px;
  opacity: 50%;
}
#cookieNotify a.close_notification:hover{
  opacity: 100%;
}
#cookieNotify h5{
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: #373E4F;
  margin-bottom: 10px;
}
#cookieNotify p{
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #373E4F;
  margin-bottom: 10px;
}
#cookieNotify p a{
  color: #702283;
  font-weight: 700;
}
.cookieOptions{
  padding: 10px 0;
}
.cookieOptions .radio-toggle input {
    display: none;
}
.cookieOptions .radio-toggle label {
    float: left;
    color: #0099b8;
    border: 1px solid #0099b8;
    max-width: 50%;
    min-width: 7%;
    text-align: center;
    padding: 5px 15px;
    font-size: 16px;
}
.cookieOptions .radio-toggle label:hover{
  cursor: pointer;
}
.cookieOptions .radio-toggle.disabled label{
  opacity: 70%;
}
.cookieOptions .radio-toggle.disabled label:hover{
  cursor:not-allowed;
}
.cookieOptions .radio-toggle input:checked ~ label {
    background-color: #0099b8;
    color: #FFF;
}
.cookieName{ font-size: 16px; line-height: 36px; font-weight: 500; padding-left: 12px;}

.formAcceptCookies{
  margin: 20px 0;
  padding: 32px 24px;
  background: #F5FAFA;
  border: 1px solid #DFE5E5;
  border-radius: 4px;
}
.formAcceptCookies .acceptOrDecline{
  padding: 24px 0 0 0;
  border-top: 1px solid #E6E6E6;
  margin-top: 24px;
}
.simpleTable th{
  color: #333;
  border: 1px solid #e2d4e6;
  padding: 5px 10px;
  font-weight: 500;
}

@media (max-width: 1199.98px) {
  main{position: relative;top:auto;}
  .sloganBar{background-color:#fff;}
  /*header .headerVideo{height:500px;}*/
  .container > .w-120{max-width: 100%;margin-left: 0;}
  .main-content{overflow-x: hidden;}
  #header{height:360px;}
  /* .logo_crkbo{
    top: 15px;
  } */
  /*header{position: relative;overflow-x: hidden}*/
}
@media (max-width: 991.98px) {
  .mobiletabletonly {
      display: block!important;
  }
  header{overflow: hidden;}
  .headerVideo{
    display: none;
  }
  /*main{position: absolute;top:300px;}*/
  .sloganBar{background:transparent;}
  /* .logo_crkbo{
    top: 80px;
    width: 57px;
    height: 50px;
    right: 10px;
  } */
}
@media (max-width: 767.98px) {
  header{position: static;overflow: hidden;}
  .desktopOnly{
    display: none!important;
  }
  .mobileonly, .mobileOnly{ display: block!important; }
  .main-content.small #header{height:110px;}

  .mobileMarginT{
    margin-top: 50px;
  }

  .main-nav{
    padding-top: 15px;
  }
  .main-nav .nav-logo{
    max-width: 100%;
    max-height: 100px;
    margin-left: 0;
  }
  .container > .w-120 {
    width: 100%;
    margin-left: 0;
  }

  .ivm-logo-white{
    max-width: 60%;
    left: -10%;
    top: -50px;
    max-height: 200px;
  }

  .paddedBox h2{
    font-size: 36px;
    line-height: 48px;
  }

  .boxes-scroll .flex-container, .sites-bar .flex-container{
    display: block;
  }
  .boxes-scroll .flex-container .flex-box{
    margin-bottom: 10px;
  }
  .sites-bar .flex-container .flex-box{
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
  }
  .sites-bar .flex-container .flex-box:last-child{
    margin-bottom: 0px;
  }
  .boxes-scroll .flex-container .flex-box .paddedBox{
    padding-bottom: 65px;
  }
  .boxes-scroll .flex-container .flex-box .paddedBox p{
    margin-bottom: 0px;
  }

  .sites-bar .flex-container .flex-box a:last-child{
    display: none;
  }

  .sites-bar .logobox{
    height: 100px;
    min-height: 100px;
    padding: 5px;
  }
  .sites-bar .logobox img{
    width: 90%;
  }

  .sloganBar {
    padding: 25px 0 25px 0;
  }

  .social-bar{
    padding: 50px 0;
  }
  .footer .social-bar a{
    margin-bottom: 20px;
  }
  .cartOverview .noPaddingR{
    padding-right: 15px !important;
  }
  .voucherCodeRead div{
    margin-right: 25px;
    position: relative;
  }

  .voucherCodeRead a{
       position: absolute;
    bottom: 10px;
    right: -25px;
  }

  .voucherCodeBlock input{
    margin-bottom: 10px;
  }
  .voucherCodeBlock span{
    margin-bottom: 10px;
  }
  .voucherCodeBlock{
    padding: 8px 20px 8px 20px;
  }

  .mail-wrapper{
    padding-left: 0;
    padding-right: 0;
  }


}
@media (max-width: 575.98px) {
.sloganBar {
      padding: 25px 0 25px 0;
  }
  /* .logo_crkbo{
    top: 120px;
    right: 10px;
  } */
  #header {height:280px;}
}

@media (max-width: 500px) {
  .mail-wrapper{
    position: relative;
    left: 50%;
    transform: translatex(-50%);
    width: 360px;
    margin: 0;
  }


  .mail-wrapper .content{
    transform: scale(0.75);
    transform-origin: left top;
  }

  #cookieNotify{
    left: 16px;
    width: calc(100% - 32px);
    max-width: calc(100% - 32px);
  }
  #cookieNotify a.btn{
    padding: 10px 10px;
  }
  .cookieName{
    display: block;
    margin: 0;
    padding: 0;
    padding-bottom: 5px;
  }
}
@media (max-width: 400px) {
  .acceptOrDecline a.btn{
    display: block;
    margin: 0;
    margin-bottom: 16px;
  }
  a.btn + a.btn{
    margin: 0;
  }
}


.removeIcon {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-top: 7px;
  margin-right: 5px;
}

.productImageMerchandising{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.productBody .detailProductImageMerchandising img{
  width: auto;
  height: 430px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

	/* ========== PAGING ========= */
  .pagination{margin:14px 0 28px; clear:both;}
  .pagination a, .pagination span{display:inline-block;float:left;border:1px solid #cecece;border-left:none;padding:9px 17px;color:#8B8B8B;background:#fff;text-decoration:none;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;}
  .pagination a:hover{background:#efefef;}
  .pagination span{color:#fff;background:#0099b8;}
  .pagination a#nextPage{background:#fff url('/images/icons/page_next.png') center center no-repeat;}
  .pagination a#previousPage{background:#fff url('/images/icons/page_previous.png') center center no-repeat;border-left:1px solid #cecece;}
  .pagination a#nextPage:hover{background:#efefef url('/images/icons/page_next.png') center center no-repeat;}
  .pagination a#previousPage:hover{background:#efefef url('/images/icons/page_previous.png') center center no-repeat;}


.infoWrapper {
  border:1px solid #0099b8;background:#e7f5f8;padding:5px 10px;clear:both;margin:20px 0 10px 0;
}
.infoWrapper span.info-icon{width:20px;height:20px;line-height: 20px;text-align:center;color:#fff;font-size:12px;background:#0099b8;border-radius:50%;display: inline-block;margin-right:5px;}


/* agenda nascholingen */

.productType {
  /* height: 24px;
  width: 67px; */
  color: #702283;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
}

.productInfo h4.productTitle {
  color: #0099B8;
  font-family: Montserrat;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 29px;
}

.agendaItem{background:#fff;padding:32px 90px 32px 48px;position: relative;margin-bottom:30px;}
.agendaDate {
  /* height: 76px;
  width: 76px; */
  display:inline-block;
  vertical-align: top;
  width:80px;
  /* height:80px; */
  /* border:1px solid #e31c79; */
  /* border-radius:3px; */
}
.agendaInfo{
  display: inline-block;
  vertical-align: top;
  width:calc(100% - 85px);
  padding-left:32px;}
.agendaDate .month{
  background:#e31c79;color:#fff;text-align:center;
  border:1px solid #e31c79;
  border-top-left-radius:3px;border-top-right-radius:3px;
}
.agendaDate .day{
  text-align:center;line-height: 53px;font-size:32px;
  font-weight:400;border:1px solid #898989;
  border-top:none;
  border-bottom-left-radius:3px;border-bottom-right-radius:3px;
}

select[disabled]{background-color:rgba(239, 239, 239, 0.3)!important;border:1px solid rgb(204, 204, 204)}
table.sessionInfo tr td{padding-right:10px;}
table.sessionInfo tr td:not()
/* table.sessionInfo tr td{
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 19px;
} */
