/*** Algemeen ***/
* {
	margin: 0;
	padding: 0;
}

.wpToolbarCommon {
	background-color: #ededed;
	color: #222;
	font: 75%/1.5 Arial,Helvetica,sans-serif;
}
.wpToolbarCommon .wpToolbarPublishedSiteLabel {
	font-size: 150%;
}

.wpthemeAltText {
    display: none;
}

body#content {
    background-color: #fff;
}


.wpthemeRight {
	float: right;
}

.wpthemeClear {
  content: "";
  display: table;
  clear: both;
}

.wpthemeLayoutContainersHidden .hiddenWidgetsContainer {
    display: none;
    min-height: 267px !important;
    border: 2px dotted #bbb;
    margin-bottom: 20px;
    background-color: #ede7e7;
}


.wpthemeCommonActions {
    z-index: 151;
    position: absolute;
}

.wpthemeMenuBorder .wpthemeMenuDropDown {
	font-size: 14px;
}
.wpthemeMenuBorder .wpthemeMenuDropDown li.typeHeader {
	font-size: 1.40em;
}

.wptheme1Col .full-width {
    margin: 0 -10px;
}

.full-width .wpthemeControlBody {
	max-width: inherit;
	margin: 0;
}

/*** END Algemeen ***/


/*** UTILITY ***/
/*** .wpthemeInner, .wpthemeSecondaryNav {margin: 0 auto; width: 980px;} ***/
.wpthemeLeft {float: left;text-align:left;}
.wpthemeRight {float: right;text-align:right;}
.wpthemeDisplayNone {display: none;}
.wpthemeUnderlineText:hover, .wpthemeUnderlineText:focus {text-decoration:underline; cursor:pointer;}

.wpthemeControlBody {
	max-width: 1160px;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.topRow .wpthemeControlBody {
	padding-left: 0px;
    padding-right: 0px;
}

.wpthemeLayoutContainers .portal-drop-target {
	width: 100%;
}

.wpthemeCol {
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
}

.wptheme2Col .topRow {
	max-width:1200px;
	margin: auto;
}

.wptheme2Col .topRow > .wpthemeWide {
	width: 66.6666666667%;
	min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}
.wptheme2Col .topRow > .wpthemeNarrow {
	width: 33.3333333333%;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	min-height: 1px;
	padding-top: 20px;
}

@media screen and (max-width: 900px) {
	.wptheme2Col .topRow > .wpthemeWide ,
	.wptheme2Col .topRow > .wpthemeNarrow {
		width: 100%;
	}
}

.small-aside .wptheme2Col .topRow > .wpthemeNarrow {
	float: right;
	width: 25%;
}
.wptheme1Col > .wpthemeFull {
	width: 100%;
}
.wptheme2ColLeft1Row .bottomRow > .wpthemeFull {
	width: 100%;
}
.edit-mode .main > #layoutContainers .component-container {
	min-height: 35px;
}

/* Accessibility */
.wpthemeAccess {position: absolute; top: -99999px;}
.wpthemeAltText { display: none;}
.wpthemeImagesOff .wpthemeAltText {display: block;}
.wpthemeImagesOff #wpthemeComplementaryContentText.wpthemeAltText {display: none;}
.wpthemeImagesOff .wpthemeNavListItem.wpthemeSelected {border: 1px outset #AAAAAA;}
.wpthemeImagesOff .lotusui30 .lotusTabs .lotusSelected {border: 1px outset #AAAAAA;}
/* Workaround Firefox 15/16 high-contrast bug */
.wpthemeImagesOff .lotusui30 .lotusForm2 .lotusText {border: 1px outset #AAAAAA;}
.wpthemeImagesOff .lotusui30 input.lotusFormButton {border: 1px outset #AAAAAA;}
/*** end UTILITY ***/



/*** SKINS ***/
.edit-mode .wpthemeControl .wpthemeControlHeader .dndHandle {
	display: inline;
	float: left;
	margin-right: 4px;
	height: 1.6em;
	width: 40px;
	background-image: url(../images/dragHandle.png);
	cursor: move;
}

.wpthemeControl {
	width: auto;
	padding: 0;
	/* margin: 0 0 20px; */
	background: transparent;
}

.wpthemeControlHeader {
	display: table;
    width: 100%;
	background-color: transparent;
    background-image: none;
    border-bottom: 1px solid #E5E5E5;
    border-top: 3px solid #000000;
    margin: 0;
}

.wptheme_ie7 .wpthemeControlHeader { /* display: table not supported by ie7 */
    display: block;
}

.edit-mode .wpthemeControl .wpthemeControlHeader h2 {
    margin: 0;
    font-size: 16px;
    color: black;
    display: table-cell;
    font-weight: bold;
    padding: 0;
    vertical-align: middle;
    line-height: 26px;
}

.wptheme_ie7 .wpthemeControl .wpthemeControlHeader h2 { /* display: table-cell not supported by ie7 */
    display: block;
	float: left;
}

.wpthemeControlHeader .wpthemeInner{
	display: table-row;
	word-wrap: break-word;
}

.wptheme_ie7 .wpthemeControlHeader .wpthemeInner{ /* display: table-row not supported by ie7 */
	display: block;
	width: 100%;
}

.wpthemeControlHeader .wpthemeIcon {
    padding: 8px 1px;
    display: table-cell;
    vertical-align: top;
    width: 20px;
	outline: medium none;
	text-decoration: none;
	font-size: 0.9em;
	border: none;
}

.wptheme_ie7 .wpthemeControlHeader .wpthemeIcon { /* display: table-cell not supported by ie7 */
    display: block;
	float: right;
}

.wpthemeControlHeader a.wpthemeIcon img{
    background-image: url("../images/master.png");
	background-position:0 -268px;
	-moz-opacity: .5;
	filter: alpha(opacity=50);
	opacity: 0.5;
	width:12px;
	height:12px;
	display: block;
}

.wpthemeControlHeader  a.wpthemeIcon:focus { /* creates outline around element for accessibility */
	border: 1px dotted black;
	padding: 7px 0;
}

/* Hidden Skin */
.wpthemeControl.wpthemeHidden .wpthemeControlHeader {
	display: none;
}

.edit-mode .wpthemeControl.wpthemeHidden .wpthemeControlHeader {
	display: table;
	table-layout: fixed;
	position: relative;
}

.wptheme_ie7 .edit-mode .wpthemeControl.wpthemeHidden .wpthemeControlHeader {
	display: block;
}

.edit-mode .wpthemeControl.wpthemeHidden {
    box-shadow: 0 1px 3px #D7D7D7;
	border: 1px solid #D7D7D7;
    padding: 10px 0;
}

/* Standard Skin */
.wpthemeControl.wpthemeStandard {
    box-shadow: 0 1px 3px #D7D7D7;
	border: 1px solid #D7D7D7;
    padding: 10px;
}
/*** end SKINS ***/

/** YOUTUBE **/
.wpthemeNarrow .youtube-video.size-hqdefault {
    width: 380px;
    height: 285px;
}

figure .video-popup .image img {
	background-position-y: center;
}

/*** end YOUTUBE **/

.column > .inline-tools {
	top: 0px;
    position: absolute;
    padding: 9px;
    z-index: 1;
    margin: 3px;
    width: inherit !important;
}

.row .items ul.synonym {
	display: inline;
}
.row .items ul.synonym:BEFORE {
	content: '(';
}
.row .items ul.synonym:AFTER {
	content: ')';
}
.row .items ul.synonym > li:before {
	content: ',';
    background: none;
    display: inline-block;
    top: 0;
    width: 0;
    position: relative;
    margin-left: -10px;
    margin-right: 8px;
}
.row .items ul.synonym > li:after {
	display: none;
	margin-left: -3px;
}
.row .items ul.synonym > li:first-child:before  {
	content: '';
    width: 6px;
    margin-right: 0;
}
.row .items ul.synonym > li:first-child  {
	padding-left: 0px
}

.row .items ul.synonym > li {
	display: inline;
	padding-left: 7px;
}

.image-popup-gallery .image {
	width: 100%;
}

.rich-text ul > li > a .content-icon { float:right }

.form-item.required > label:after {
    content: ' *';
    color:red;
}

.wptheme_ie11 .events .row-with-image aside {width: auto;}


/* =============================================================================
	 Environment indicator
   ========================================================================== */
.omgeving {
  text-align: center;
  padding: 4px;
  font-size: 14px;
  color: #3a3a3a;
}

.fixed-header .omgeving {
  top: 70px;
  width: 100%;
  position: fixed;
  z-index: 50;
}

.omgeving.TEST {
  background-color: #ffff00;
}

.omgeving.ACCEPTATIE {
  background-color: #ff9900;
}

/**
 * AVG CookieBanner
 */
#avg-cookiebanner > .banner-panel,
#avg-cookiebanner > .settings-panel {
    margin: 0 auto;
    max-width: 1180px;
    padding: 20px;
}

#avg-cookiebanner .header {
	font-weight: bold;
}

#avg-cookiebanner a {
	font-size: 100%;
	text-decoration: underline;
}
#avg-cookiebanner .message {
	margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
}

#avg-cookie-settings label {
	margin: 10px 0 20px 0;
}

#avg-cookie-settings label > input {
    margin: 6px;
    display: inline-block;
}

#avg-cookie-settings-save {
	background-color:#cd1719;
}

#avg-cookie-settings-save:hover {
	background-color: #cd0a0a;
}

.cookie-rejected {
    background-color: #e7e9ed;
    border-radius: 10px;
    padding: 10px;
}

body.mobileapp .page > header {
    display: none;
}

.wpthemeControlBody .related.related-news .container {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
    padding-right: 0;
}