@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
/* Clearfix */
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
 *zoom: 1;
}

* {
    margin: 0;
    padding: 0;
}
html { 
	-webkit-text-size-adjust:none;
}
body {
	margin: 0;
/*	background-attachment: fixed;*/
}
html, body {
  max-width: 100%;
  overflow-x: hidden;
}
.wrapper {
	position:relative;
  width: 92%;
	padding:0 2%;
  max-width: 1000px;
  margin:0 auto;
	clear:both;
}
.wrapper.mainContent {
	background-color:#fff;
  width: 92%;
}
.whiteBg {
	background-color:#fff;
}
#topNavContainer {
  position: absolute;
  right: 0;
  top: 30px;
}
.container {
	width:100%;
	clear:both;
}
header img {
  margin-top: 20px;
}
#headerContent {
	height: auto;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
}
.main-header .logo-wrapper {
    position: relative;
    z-index: 9;
    width: calc(((100% - 1240px) / 2 ) + 440px);
}

.logo {
  /*-webkit-transform: rotate(7deg);
  -moz-transform: rotate(7deg);
  -ms-transform: rotate(7deg);
  transform: rotate(7deg);*/
  max-width: 200px;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .logo img {
    width: 140px;
  }
}
.logo svg {
    display: block;
    width: 200px;
    height: 150px;
}
svg:not(:root) {
    overflow: hidden;
}
.main-header .logo-wrapper .logo-container::after {
    clear: both;
}
.main-header .logo-wrapper .logo-container::before, .main-header .logo-wrapper .logo-container::after {
    content: "";
    display: table;
}
*, ::before, ::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a#logo img {
	border:0;
	top:12px;
	position:absolute;
	z-index:10;
/*	-webkit-transition-duration: .4s;
	transition-duration: .4s; */
}

@media screen and (max-width: 1320px) {
  .main-header::before {
      width: 461px;
  }
  .main-header .logo-wrapper {
      width: 500px;
  }
}


/* homepage ************/
h2.actTitle {
    color: #4a83a5;
}
.home #content aside.col1 {
    float: right;
    width: 218px;
    padding-left: 32px;
}
.home #content .col2 {
    float: left;
    width: calc(100% - 250px);  
    min-height: 600px;
    padding: 0 0 40px 0;
}
@media only screen and (min-width: 1024px) {
    .home #content aside.col1 {
        width: 280px;
        padding-left: 0px;
    }
    .home #content .col2 {
        width: calc(100% - 280px);  
    }
}


/* event list */
#events {
	margin:0;
	padding:0;
	list-style-type:none;
}
#events > li {
  position: relative;
	text-decoration:none;
	display:block;
	margin-bottom:32px;
  min-height: 130px;
}
#events li a:hover { 
}
#events li span {
    display: block;
}
#events li span.label {
    display: inline;
    /*font-size: .8em;
    position: relative;
    bottom: 2px;*/
}
#events li span.ev-full {
	color:#EF6E1E;
  display: inline-block;
  font-weight: normal;
}
.evListDate {
  /*position: absolute;*/
  float: left;
  height: 100%;
  min-height: 130px;
  width: 150px;
  background-color:var(--dblue);
  color:#fff;
  text-align: center;
  line-height: normal;
  font-size: 20px;
}
.evListDateDay {
  font-size: 2.6em;
  line-height: 1em;
  margin-top: 10px;
}
.evListDateMonth {
    font-size: 1.05em;
}
.evListDateYear {
    font-size: 1.2em;
}
.evListInfo {
  position: relative;
  float: left;
  padding: 10px 36px 8px 36px;
  width: calc(100% - 192px);
  min-height: 130px;
  /*margin-left: 156px;*/
  background-color: var(--yellow);
}
.evListTitle {
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 700;
  width: 100%;
  margin-top: 10px;
  max-width: calc(100% - 154px);
  margin-bottom: 6px;
}
.evListInfo .domainIcons {
  float: right;
  margin-top: 14px;
  padding-right: 6px;
}
.evListInfo .domainIcons img {
    margin-right: 8px;
}
.evListPurpose {
  padding-bottom: 40px;
}
.evListPurpose p {
  margin-bottom: 0px;
}
.evListDetail {
    float: left;
    background-image: url("../images/dot.png");
    background-position: left 9px;
    background-repeat: no-repeat;
    padding-left: 20px;
    line-height: 1.4em;
}
.evListDetail.evListTheme {
    clear: left;
    float: none;
}
.evListDetail.evListTargetGroup {
    max-width: calc(100% - 210px);
}
.evListDetail.evListType {
    min-width: 190px;
    padding-right: 10px;
}
.evListDetail .label {
  font-weight: 700;
}
.evListLink {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 4px 45px 4px 20px;
  background-image: url("../images/svg/black-read-arrow.svg");
  background-repeat: no-repeat;
  background-position: 95% center;
  background-color: rgba(255, 255, 255, 0.4);  
}
.evListLink:hover {
    background-color: #fff;
}
.evListLink a {
    text-decoration: none;
    color: #000;
    font-size: 1.1em;
    font-weight: 300;
}
span.current {
	background-color:#000;
	font-weight:500;
  color:#fff;
}



/* activity **********************/
body.activity {
  background-color: #fafafa;
}
div.bgpict {
/*    background-image: url("../images/photo_page.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
*/    padding-top: 5vw;
}
/*body.activity div.bgpict, body.inschrijven div.bgpict {
    background-image: none;
}
*/
#actHead {
    margin-bottom: 52px;
}
#actHead span {
    display: block;
}
#actHead .evListDate {
    position: relative;
    height: 140px;
}
.actHeadTitle {
    float: left;
    width: calc(100% - 168px);
    margin-left: 18px;
    border-top: 1px solid var(--dblue);;
    border-bottom: 1px solid var(--dblue);;
    height: 140px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}


.actHeadTitle h1 {
    font-size: 1.6em;
    font-weight: 400;
    margin: 0 0 0 30px;
  word-break: break-word;
}
#actContent {
    /*padding: 0 152px;*/
    padding: 0 10px 0 168px;
    clear: left;
}
.actContentHead {
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
  margin-bottom: 50px;
}
#actContent hr {
    border: none;
    height: 1px;
    display: block;
    background-color: #009de0;
    margin: 40px 0;
}
img.actImg {
    float: right;
    margin: 0 0 15px 30px;
    width: 50%;
    height: inherit;
}
#content {
  padding: 100px 0;
  min-height: 500px;
}
#content .col2 ul, #actContent ul {
  margin: 0 0 18px 25px;
}
#content .col2 ol, #actContent ol {
  margin: 0 0 18px 25px;
}
#actContent table {
	border-collapse:collapse;
  margin-top: 15px
}
#actContent table td {
	padding-left:15px;
}
table.event_details {
	border-collapse:collapse;
	margin-bottom:20px;
}
table.event_details td {
	padding-right:15px;
}
table.event_details td.label {
    color: #000;
    vertical-align: top;
   /*background-image: url("../images/svg/black-read-arrow.svg");
    background-position: left 10px;
    background-repeat: no-repeat;
    padding: 0 34px 0 34px;*/
    min-width: 230px;
    font-weight: 700;
}
table.event_details td.label.nobullet {
    background-image: none;
}
#submitbutton {
	padding:10px 50px 12px 30px;
  background-color: var(--orange);
	float:right;
  margin: 15px 0;
  background-image: url("../images/svg/white-read-arrow.svg");
  background-repeat: no-repeat;
  background-position: 92% center;
  cursor: pointer;
  border: none;
  color:#fff;
	font-size:26px;
  font-weight: 300;text-transform: uppercase;
}
input#submitbutton {
    float: none;
    padding: 15px 60px 15px 40px;
}
#submitbutton:hover {
  background-color: var(--dorange);
}
a.inschrijven {
	color:#FFF;
}
span.label_free_places {
  display: block;
  float: right;
  font-size: .8em;
}


/* tabel workshops overzicht */
.workshops, .workshopdetail {
	border-top: 1px dotted #CCC;
	border-right: 1px dotted #CCC;	
}
.workshops td, .workshops th, .workshopdetail td, .workshopdetail th  {
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	padding:8px;
}
.deelnemers td, .deelnemers th {
	border-bottom: none;
	border-left: none;
}
.workshops th, .workshopdetail th {
	background-color:var(--mgrey);
}
.workshops tr:hover {
	background-color:var(--lgrey);
}
.workshopdetail .colgrey {
	background-color:#F0F0F0;	
}
.workshops a {
	text-decoration:none;
	color:#000;
}
.acc_title {
	font-weight:500;
  padding-right: 80px;
  box-sizing: content-box;
  display: inline-block;
  outline: none;
}
.acc_title.expandable {
	cursor:pointer;
  position: relative;
}
.acc_title.expandable::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  top:0;
  right:0;
  background: url("../images/svg/read-more-arrow.svg") center right no-repeat;
  transform: rotate(90deg);
  opacity: 1;
  transition: .4s ease opacity;
}
.acc_title.expandable.ui-state-active::after {
  opacity: 0;
}
.acc_content {
	padding-top:15px;
}
.ws_leider {
	float:right;
	width:28%;
  padding-left: 2%;
	color:#000;
	font-size: 16px;
	line-height: 24px;
}
.ws_content {
	float:left;
	width:70%;
}

/* inschrijven ****************************/
a.button {
	padding:10px 50px 12px 30px;
  background-color: var(--yellow);
  margin: 15px 0;
  background-image: url("../images/svg/black-read-arrow.svg");
  background-repeat: no-repeat;
  background-position: 92% center;
  cursor: pointer;
  border: none;
  color:#000;
	font-size:26px;
  font-weight: 300;
  text-decoration: none;
}


#subscribeBody {
    margin-left: 10px;
    /*max-width: 890px;*/
}
select.gebdat {
    width: 80px;
}
/*
form span.label {
	display:block;
	float:left;
	width:300px;
	padding-right:20px;
    font-size: .9em;
    color:#888888;
}
form span.formelement {
	display:block;
	float:left;
	width:calc(100% - 320px);
}
form div.formrow {
	clear:both;
}
form div.formrow.hidden {
	display:none;
}
form div.formrow:before, form div.formrow:after {
	content: " ";
	display: table;
}
form div.formrow:after {
	clear: both;
}
form div.formmargin {
	margin-left:35px;
}*/

/*
textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
    -webkit-appearance: none;
    border-radius: 0;
}
input[type="text"], input[type="email"] {
    width: 100%;
}
input[type="text"], input[type="email"], select, textarea {
	height:30px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #CCCCCC;
	padding-left:5px;
}
textarea {
    width: 100%;
    height: 100px;
}
select {
    width: 100%;
	max-width:400px;
}
*/

.required {
/*	background-image: url(../images/bullet-required.png);
	background-repeat: no-repeat;
	background-position: right center; */
}
.evaluation .formfield, .evaluation textarea, .evaluation select {
/*	width:500px; */
}

/* accounts new ****************************/
select.gebdat {
    width: 80px;
}
a.event_open_melding {
    font-size: .8em;
    padding-left: 25px;
    background-image: url( "../cms/images/icons/mail-send-icon.png");
    background-repeat: no-repeat;
}
.event_open_melding_ingesteld {
    color: #4A83A5;
}

/* forms ****************************/
form span.label {
	display:block;
	float:left;
	width:300px;
	padding-right:20px;
    font-size: .9em;
    color:#888888;
}
form span.formelement {
	display:block;
	float:left;
	width:calc(100% - 320px);
}
form div.formrow {
	clear:both;
    min-height: 35px;
}
form div.formrow.hidden {
	display:none;
}
form div.formrow:before, form div.formrow:after {
	content: " ";
	display: table;
}
form div.formrow:after {
	clear: both;
}
form div.formmargin {
	margin-left:35px;
}
input, select{
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
textarea,
input.text,
input[type="text"],
input[type="password"],
input[type="button"],
input[type="submit"],
.input-checkbox {
    -webkit-appearance: none;
    border-radius: 0;
}
input[type="text"], input[type="password"], input[type="email"], textarea {
    width: 100%;
    box-sizing: border-box;
}
input[type="text"], input[type="password"], input[type="email"], select, textarea {
	height:40px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #CCCCCC;
	padding-left:5px;
    margin-bottom: 5px;
    font-size: 1em;
    max-width: 100%;
}
input.two-col, select.two-col {
    width: calc(50% - 4px);
}
input.margin-left, select.margin-left {
    margin-left: 2px;
}
textarea.formfield {
	height:120px;
}
.textarea_contact {
	width:592px;
    max-width: 100%;
}
.formfield.medium {
    width: 400px;
}
.formfield.big {
	width:350px;
	height:100px;
}
.formfield.xbig {
	width:500px;
	height:100px;
}
.wegspam {
	display:none;
}
fieldset, legend {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #CCCCCC;
	padding:20px;
}
legend {
	padding: 4px 10px;
    font-size: .9em;
}
#errormsg {
	width:60%;
	padding:10px;
	color:#f35300;
	border: 2px dotted #f35300;
	margin-bottom:15px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

    
/* footer ******************************/
.footer {
    background: #2e2e2e;
    min-height: 100px;
    position: relative;
  }
.footer .wrapper {
  padding-top: 100px;
  padding-bottom: 80px;
}
.footer .container {
    position: relative;
}
.footer .footer-col {
    float: left;
    width: 50%;
    /*border-left: 1px dotted #ffffff;*/
    /*padding: 50px 45px 0px;*/
    color:#fff;
    font-size: 16px;
}
.footer .footer-col ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.footer .footer-col ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.footer .footer-col a {
    color: #ffffff;
    text-decoration: none;
    position: relative;
}
.footer .footer-col a:hover {
    color: var(--orange);
}
.footer .footer-col .site-contact {
    max-width: 135px;
    margin: 80px auto 0px;
}
.footer .footer-col .site-contact .site-address {
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.footer .footer-col .site-contact .site-address a {
  color: #ffffff;
  text-decoration: none;
}
span.credits {
  display: block;
  font-size: .7em;
  padding: 10px 0;
  text-align: center;
  clear: both;
  background-color: #fff;
}
span.credits, span.credits a {
    color:#4D4D4D;
}


@media screen and (max-width: 820px) {
  .footer .footer-col {
    width: 100%;
    border: 0px !important;
    padding-top: 25px;
   }
  .footer .footer-col .footer-logo {
    margin-top: 0;
    top: -180px;
    position: absolute;
    right: 60px; }
  .footer .footer-col .site-contact {
    margin-top: 0; }
  .footer .footer-col.footer-menu {
    margin-bottom: 20px; }
  .footer .back-to-top {
    right: 20px;
    top: -163px;
    width: 34px;
    height: 46px;
    background-size: cover; }

}
@media screen and (max-width: 520px) {
  .footer .angle-svg {
    height: 50px; }
  .footer .footer-col .footer-logo {
    top: -170px;
    right: 60px; }
    .footer .footer-col .footer-logo img {
      max-width: 195px; }
  .footer .footer-col {
    min-height: inherit;
  }
  span.label_free_places {
    float: none;
    margin: 0;
  }

}
  
  
/* styling *******************************/
body,td,th {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
	font-size: 20px;
	line-height:1.5em;
	color:#000;
}
body.home, body.bgwhite {
    background-color: #fff;
}
:root {
	--black:#000;
	--lgrey:#ebebeb;
	--mgrey:#c2c2c2;
	--dgrey:#000;
	--yellow:#f9ee35;
	--orange:#e75113;	
	--dorange:#ec7442;	
  
  --dblue:#283480;
}
select, input, textarea {
  font-family: 'Dosis', sans-serif;
  font-weight: 500;
	font-size: .8em;
}
a {
	color:var(--orange);
}
p {
	margin:0 0 18px 0;
}
p.no_margin_bottom {
    margin: 0;
}
.smalltext {
    font-size: .7em;
    line-height: normal;
}
strong {
    font-weight: 600;
}
#content ul {
    margin-left: 25px;
}
#content ul#events {
    margin-left: 0;
}
h1 {
  line-height: normal;
	font-weight:500;
  margin: 0 0 20px 0;
  color: #000;
  font-size: 1.6em;
}
.home h1 {
   padding: 0 0 30px;
   font-size: 2.2em;
   margin: 0;
}

h1.evListTitleHome {
  font-size: 35px;
  font-weight: 500;
  text-transform: uppercase;  
}
h1.msgTitle {
	margin:0 0 30px 0;
}
h2 {
  font-size:1.2em;
  line-height: normal;
	font-weight:700;
	margin:0 0 0 0;
  color: #000;
}
img {
	border:none;
}

a.bt-download {
	padding:15px 30px;
	background-color: #f35300;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#fff;
	text-decoration:none;
	margin-top:30px;
	display:inline-block;
	font-size:16px;
}
a.bt-download:hover {
	font-weight:bold;
	padding:15px 19px;
}
.img-left {
	padding: 0 5px 5px 5px; 
	margin-right: 5px;
	float:left;
}
.img-right {
	padding: 5px; 
	margin-left: 5px;
	float:right;
}
.alert, .alert a {
	color:#EF6E1E;
}
.alert.box {
	padding:10px 20px;
	background-color:#FFFFCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #EF6E1E;
}

/* ww validatie ******************************************************/
/* The message box is shown when the user clicks on the password field */
#message {
  display:none;
  background: #fff;
  color: #000;
  position: relative;
  padding: 10px 20px;
  margin-top: 10px;
    border: 2px dotted #C04829;
    width: calc(100% - 40px);
    max-width: 540px;
}

#message p {
  padding: 4px 35px;
}

/* Add a green text color and a checkmark when the requirements are right */
.valid {
  color: green;
}

.valid:before {
  position: relative;
  left: -35px;
  content: "✔";
}

/* Add a red text color and an "x" icon when the requirements are wrong */
.invalid {
  color: red;
}

.invalid:before {
  position: relative;
  left: -35px;
  content: "✖";
}



/* print ***************************/
@media only print {
    body, td, th {
        font-size: 14px;
        line-height: 20px;
    }
    header, footer {
        display: none;
    }
    #content {
        padding: 0;
        margin: 0;
    }
    .wrapper, .wrapper.mainContent {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    h1 {
        margin-bottom: 20px;
    }
    .photoHome {
        display: none;
    }
    .home #content aside.col1 {
        display: none;
    }
    .home #content .col2 {
        float: none;
        width: 100%;
    }
    #homeIntro {
        padding: 0;
    }
    .evListDate {
        width: 100px;
    }
    #actContent {
        padding-left: 110px;
    }
    table.event_details td.label {
        padding-left: 0;
    }
}



/*		Max 1200px   *******************************************************************/
@media only screen and (max-width: 1200px) {
    body, td, th {
        font-size: 18px;
        line-height: 32px;
    }
  header {
   /* height: 500px;*/
  }
    #content {
       /* padding: 72px 0 160px 0;*/
    }
    #subscribeBody {
        margin-left: 0;
        max-width: none;
        }
    #actContent {
        padding-left: 0;
    }
}

/*		Min 1024px   *******************************************************************/
@media only screen and (min-width: 1024px) {
    .wrapper {
        padding: 0;
    }
    .wrapper.mainContent {
        padding: 0;
    }
}


/*		Max 1023px  ********************************************************************/
@media only screen and (max-width: 1023px) {
	form span.formelement {
		width:74vw;
	}
  .evListLink {
    margin-top: 8px;
  }
}
/*		Tablet Layout: 768px.  *****************************************************************************/
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .payoff {
        bottom: 20px;
        right: 20px;
        padding: .8em 1.2em;
        font-size: 1.5em;
    }
    #content {
        padding: 72px 24px;
    }

}
/*		Tablet AND mobile Layout:     *******************************************************/
@media only screen and (max-width: 991px) {
    #homeIntro {
        padding-left: 0;
    }
    .home #content aside.col1 {
        float: none;
        padding-left: 0;
        width: 100%;
        margin-bottom: 40px;
    }
    .home #content .col2 {
        float: none;
        width: 100%;
        min-height: inherit;
    }
    #filterPanel {
        float: left;
    }
    #alert_subscr {
        float: right;
        margin-top: 0;
    }
    .wrapper.mainContent {
        width: 92%;
    }
    div.video {
		position: relative;
		padding-bottom: 56.25%; /* 16:9 */
		padding-top: 25px;
		height: 0;
		width:100%;
	}
	div.video iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}


}

@media only screen and (max-width: 767px) {
    body, td, th {
        font-size: 15px;
        line-height: 22px;
    }
    .wrapper {
        /*width: 100%;
        padding: 0px 0;*/
    }
    .wrapper.mainContent {
        padding: 0 4%;
    }
    #mobile-nav-icon {
        display:block;
        position: absolute;
        right:20px;
        top:10px;
        width:37px;
        height:37px;
        background-image: url("../images/svg/hamburger.svg");
        background-repeat: no-repeat;
      z-index: 10;
    }
    header {
      height: 250px;
    }
    a#logo img {
        top:10px;
        width: 140px;
        height: inherit;
    }
    #mainNav {
        display:none;
    }
    #accountNav {
        display:none;
    }
    .home h1 {
        font-size: 2em;
        padding: 0 10px 0 0;
        margin-bottom: 20px;
    }
    ul#domainImgHome li {
        margin-bottom: 20px;
        width: 100%;
    }
    ul#domainImgHome li img.domainPict {

    }
    #alert_subscr {
        display: none;
    }
    
    #filterPanel {
      float: none;
      height: 41px;
      overflow: hidden;
      padding: 2px 20px 31px 20px;
      margin-bottom: 20px;
      background-image: url("../images/arrow_white_down.png");
      background-position: 95% 10px;
      background-repeat: no-repeat;
    }
    #filterPanel.collapsed {
        background-image: none;
    }
    #filterPanel select {
        width: calc(48% - 2px);
    }
    #filterPanel select:first-child {
        margin-right: 4%;
    }
    #filterPanel input[type="submit"] {
        max-width: 400px;
    }
    
    
    
    .evListTitle {
        /*max-width: calc(100% - 54px);*/
        max-width: 94%;
    }
    .evListDate {
        font-size: 12px;
        width: 80px;
      height: 90px;
    }
    .evListDateDay {
    }
    .evListDateMonth {
    }
    .evListDateYear {
    }
    .evListInfo {
        float: left;
        padding-left: 16px;
        width: calc(100% - 96px);
        min-height: auto;
    }
    .evListDetail {
        background-position: left 6px;
        background-size: 10px;
        font-size: 13px;
    }
    .evListDetail.evListTheme {
        max-width: none;
    }
    .evListDetail.evListType {
        min-width: auto;
        margin-right: 10px;
    }
    .evListDetail.evListTargetGroup {
        max-width: 92%;
    }
    .evListLink {
      margin-top: 5px;
      position: relative;
      float: right;
    }
    .evListInfo .domainIcons img {
        margin-right: 4px;
        width: 20px;
        height: inherit;
    }
    
    .footer-content .col3 img {
        max-width: 140px;
    }
    
    /* actvity page */
    #content {
        padding: 22px 0 60px 0;
        margin: -70px 0 50px 0;
    }
    #actHead {
        margin-bottom: 22px;
    }
    #actHead .evListDate {
        height: 90px;
      min-height: auto;
    }
    .actHeadTitle {
        width: calc(100% - 98px);
        height: 88px;
    }
    .actHeadTitle h1 {
        margin-left: 0px;
        line-height: 1.1em;
      font-size: 1em;
    }
    table.event_details td.label {
        background-position: left 3px;
        min-width: 86px;
        padding: 0 12px 0 16px;
    }
    #inschrijfbutton {
        margin-top: 0;
    }
    form span.label {
        width: auto;
    }
    
    /* page */
    .page aside.col1 {
        display: none;
    }
    .page #content .col2 {
        float: none;
        width: 100%;
        min-height: inherit;
        padding-bottom: 0;
    }
    h1 {
        margin-bottom: 30px;
    }
    .footer .wrapper {
        padding-top: 50px;
        padding-bottom: 50px;
    }
  .footer-content .col1.footercol {
        width: 100%;
        padding-right: 0;
    }
    .footer-content .col2.footercol {
        display: none;
        /*width: 49%;*/
    }
    .footer-content .col3.footercol {
        float: none;
        clear: both;
        width: 100%;
        padding-bottom: 20px;
    }
    span.credits {
        margin-top: 20px;
        font-size: .9em;
    }
    td.hideSmallMob {
        display: none;
    }
    #list td {
        font-size: 14px;
    }
    #list td.date {
        min-width: 75px;
    }

}

/*		Wide Mobile Layout: 480px.   **************************************************/
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .reviews .review p.title {
        height: 50px;
        min-height: 50px;
    }
}

/* Tablet only */
@media only screen and (min-width: 767px) and (max-width: 991px) {
    ul#domainImgHome li .domainName {
        font-size: .7em;
    }
    #list td {
        font-size: 14px;
        line-height: 20px;
    }
}


/*		Small Mobile Layout only:   *******************************************************/
@media only screen and (max-width: 479px) {
	ul#domainImgHome {
		margin: 0 auto 30px auto;
		width: 100%;
		max-width: 340px;
	}
    ul#domainImgHome li {
        margin-right: 20px;
    }
    table.event_details td {
        padding-right: 0px;
        display: block;
    }
    table.event_details td.label {
        background-position: left 3px;
        min-width: 86px;
        padding-left: 30px;
        margin-top: 8px;
        font-size: .9em;
        font-weight: 600;
    }

     /* workshops tabel */
    .ws_leider {
	    float:none;
        width:100%;
        padding-left: 0;
    }
    .ws_content {
        float:none;
        width:100%;
    }
    .th_ws_leider {
        display: none;
    }
    table#act_calendar tr {
        display: block;
        padding: 10px 0;
    }

    table#act_calendar td {
        display: table-row;
        float: none;
        font-size: 1em;
    }
    table#act_calendar td:nth-child(1) {
        font-weight: 500;
    }
    table#act_calendar td:nth-child(2) {
        font-size: 1.1em;
    }
}