/* Start fonts.css */


/* Start site.css */
/* Region reset*/

* {
  padding: 0pt;
  margin: 0pt;
}
html,
body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
}
.grecaptcha-badge {
  display: none;
}
a:hover:not(.button-component):not(.button-cancel-component):not(.sml) {
  text-decoration: underline !important;
}
a,
a:visited,
a:active {
  text-decoration: none;
  /*color: @linkColor;*/

}
a {
  outline: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0pt;
}
table td,
table th {
  vertical-align: top;
}
input[type=text],
textarea,
input[type=email],
input[type=password],
input[type=search],
input[type=number] {
  padding: 5px;
  border: 1px solid #cccccc;
  font-family: inherit;
  font-size: inherit;
  font-style: normal;
  font-weight: normal;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type=search],
input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select {
  outline: 0px;
  border: 1px solid #cccccc;
  font-family: inherit;
  font-size: inherit;
  padding: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/*End region*/

/* popups */

#fullscreen-overlay-wrapper {
  min-height: 100%;
}
.h1-s {
  font-family: 'Racing Sans One', 'Arial';
  font-size: 30px;
  text-transform: none;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  letter-spacing: 0em;
  line-height: 38px;
}
.h2-s {
  font-family: 'Racing Sans One', 'Arial';
  font-size: 24px;
  text-transform: none;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  letter-spacing: 0em;
  line-height: 32px;
}
.h3-s {
  font-family: 'Racing Sans One', 'Arial';
  font-size: 18px;
  text-transform: none;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  letter-spacing: 0em;
  line-height: 26px;
}
.section-s {
  font-family: 'Open Sans', 'Arial';
  font-size: 14px;
  text-transform: none;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  letter-spacing: 0em;
  line-height: 22px;
}
#section {
  background-color: transparent;background-color: rgba(225, 225, 225, 0);
}
.overlayWrapper {
  background-color: white;
}
.section p {
  margin: 0pt;
  margin-bottom: 0.5em;
}
.section ol,
.section ul,
.section dl {
  margin: 0;
  margin-bottom: 0.5em;
  padding: 0 0 0 2em;
}
.section,
#section {
  font-family: 'Open Sans', 'Arial';
  font-size: 14px;
  text-transform: none;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  letter-spacing: 0em;
  line-height: 22px;
  margin: 0pt;
}
.section .privacy-wrapper,
#section .privacy-wrapper {
  position: relative;
}
.section .privacy-wrapper input,
#section .privacy-wrapper input {
  position: absolute;
  height: 22px;
}
.section .privacy-wrapper label.checkbox-label,
#section .privacy-wrapper label.checkbox-label {
  padding-left: 20px;
  display: block;
}
.section .privacy-wrapper.input-like,
#section .privacy-wrapper.input-like {
  border-style: solid;
  border-width: 1px;
  padding: 5px;
  margin-bottom: 5px;
  text-align: left;
}
.section table.content-table,
#section table.content-table {
  /*table-layout: fixed;*/
  border-collapse: collapse;
}
.section table.content-table th,
#section table.content-table th {
  font-weight: inherit;
}
.section table.content-table th,
#section table.content-table th,
.section table.content-table td,
#section table.content-table td {
  padding: 2px;
  overflow: hidden;
}
.section table.content-table th p,
#section table.content-table th p,
.section table.content-table td p,
#section table.content-table td p {
  margin: 0pt;
  overflow: hidden;
}
.section hr,
#section hr {
  border: none;
  height: 1px;
  margin: 7px 0pt;
  background-color: #dadada;
  color: #dadada;
}
.section input.error,
#section input.error,
.section textarea.error,
#section textarea.error,
.section input.input-validation-error,
#section input.input-validation-error,
.section textarea.input-validation-error,
#section textarea.input-validation-error {
  border-color: red !important;
}
.section input[type=text],
#section input[type=text],
.section input[type=email],
#section input[type=email],
.section input[type=password],
#section input[type=password],
.section input[type=search],
#section input[type=search],
.section input[type=number],
#section input[type=number],
.section textarea,
#section textarea,
.section .input-like,
#section .input-like {
  border-color: transparent;border-color: rgba(0, 0, 0, 0.1);
  background-color: white;
  color: #24150e;
}
.section :-moz-placeholder,
#section :-moz-placeholder {
  color: #24150e;
}
.section ::-moz-placeholder,
#section ::-moz-placeholder {
  color: #24150e;
}
.section ::-webkit-input-placeholder,
#section ::-webkit-input-placeholder {
  color: #24150e;color: rgba(36, 21, 14, 0.54);
}
.section :-ms-input-placeholder,
#section :-ms-input-placeholder {
  color: #24150e;
}
.section select,
#section select {
  background-color: white;
  border-color: transparent;border-color: rgba(0, 0, 0, 0.1);
  color: #24150e;
}
.section .input,
#section .input {
  position: relative;
  margin-bottom: 5px;
}
.section .input input[type=text],
#section .input input[type=text],
.section .input input[type=number],
#section .input input[type=number],
.section .input input[type=email],
#section .input input[type=email],
.section .input input[type=password],
#section .input input[type=password],
.section .input input[type=search],
#section .input input[type=search] {
  height: inherit;
  width: inherit;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: white;
  color: #24150e;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 5px;
  display: block;
  padding-left: 5px;
  padding-right: 30px;
  background-position: right center;
  background-repeat: no-repeat;
  position: absolute;
}
.section .input span,
#section .input span {
  display: block;
  right: 0px;
  position: absolute;
  height: inherit;
  width: 30px;
  cursor: pointer;
}
.section textarea.input,
#section textarea.input {
  overflow: auto;
  resize: none;
  width: 100%;
  height: 7em !important;
}
.section .cw_reaction input[type=text],
#section .cw_reaction input[type=text],
.section .cw_reaction input[type=email],
#section .cw_reaction input[type=email] {
  width: 100%;
  min-height: 36px;
}
.section .cw_reaction input[name=name2],
#section .cw_reaction input[name=name2] {
  display: none;
}
.section input.sendform,
#section input.sendform {
  margin-bottom: 5px;
  float: right;
  cursor: pointer;
}
.section h1,
#section h1 {
  font-family: 'Racing Sans One', 'Arial';
  font-size: 30px;
  text-transform: none;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  letter-spacing: 0em;
  line-height: 38px;
  margin: 0.2em 0pt;
}
.section h2,
#section h2 {
  font-family: 'Racing Sans One', 'Arial';
  font-size: 24px;
  text-transform: none;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  letter-spacing: 0em;
  line-height: 32px;
  margin: 0.2em 0pt;
}
.section h3,
#section h3 {
  font-family: 'Racing Sans One', 'Arial';
  font-size: 18px;
  text-transform: none;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  letter-spacing: 0em;
  line-height: 26px;
  margin: 0.2em 0pt;
}
.section .button-component,
#section .button-component {
  border-color: #dadada;
  background-color: #fccc00;
  color: white;
  transition: all 0.2s ease;
}
.section .button-component:not([disabled]):hover,
#section .button-component:not([disabled]):hover {
  border-color: #dadada;
  background-color: #133f86;
  color: white;
  text-decoration: none;
}
.section .button-cancel-component,
#section .button-cancel-component {
  border-color: #dadada;
  background-color: #24150e;
  color: white;
  transition: all 0.2s ease;
}
.section .button-cancel-component:hover,
#section .button-cancel-component:hover {
  border-color: #dadada;
  background-color: #dadada;
  color: white;
  text-decoration: none;
}
#sideBar {
  font-family: 'Open Sans', 'Arial';
  font-size: 14px;
  text-transform: none;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  letter-spacing: 0em;
  line-height: 22px;
  margin: 0pt;
}
#sideBar .h2-s {
  font-family: 'Racing Sans One', 'Arial';
  font-size: 18px;
  text-transform: none;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  letter-spacing: 0em;
  line-height: 26px;
}
#sideBar h2 {
  font-family: 'Racing Sans One', 'Arial';
  font-size: 18px;
  text-transform: none;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  letter-spacing: 0em;
  line-height: 26px;
  margin: 0pt;
}
#sideBar .h3-s {
  font-family: 'Racing Sans One', 'Arial';
  font-size: 16px;
  text-transform: none;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  letter-spacing: 0em;
  line-height: 24px;
}
#sideBar h3 {
  font-family: 'Racing Sans One', 'Arial';
  font-size: 16px;
  text-transform: none;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  letter-spacing: 0em;
  line-height: 24px;
  margin: 0pt;
}
a img {
  border-style: none;
}
sup {
  vertical-align: top;
}
.section .h1-style,
#section .h1-style {
  color: inherit;
  font-family: 'Racing Sans One', 'Arial';
  font-size: 30px;
  text-transform: none;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  letter-spacing: 0em;
  line-height: 38px;
}
.section .h2-style,
#section .h2-style {
  color: inherit;
  font-family: 'Racing Sans One', 'Arial';
  font-size: 24px;
  text-transform: none;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  letter-spacing: 0em;
  line-height: 32px;
}
.section .h3-style,
#section .h3-style {
  color: inherit;
  font-family: 'Racing Sans One', 'Arial';
  font-size: 18px;
  text-transform: none;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  letter-spacing: 0em;
  line-height: 26px;
}
.section .section-style,
#section .section-style {
  color: inherit;
  font-family: 'Open Sans', 'Arial';
  font-size: 14px;
  text-transform: none;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  letter-spacing: 0em;
  line-height: 22px;
}
table.page-layout {
  width: 100%;
  border-style: none;
}
table.page-layout .input {
  height: 36px;
}
table.page-layout.fixed {
  table-layout: fixed;
}
table.page-layout.fixed img.showimagefullwidth {
  max-width: 100%;
}
table.page-layout.fixed td {
  overflow: hidden;
}
/* linebreaks */

.lineBreakWrap {
  white-space: pre-line;
}
* html .lineBreakWrap {
  /* IE5-6 */
  white-space: pre;
}
*:first-child + html .lineBreakWrap {
  /*IE7*/
  white-space: pre;
}
#footer {
  background-color: #fccc00;
}
#footer .section-s {
  font-family: 'Open Sans', 'Arial';
  font-size: 14px;
  text-transform: none;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  letter-spacing: 0em;
  line-height: 22px;
}
#footer .section,
#footer .section-style {
  font-family: 'Open Sans', 'Arial';
  font-size: 14px;
  text-transform: none;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  letter-spacing: 0em;
  line-height: 22px;
  color: white;
}
#footer .section a,
#footer .section-style a {
  color: white;
}
#footer .section h2,
#footer .section-style h2 {
  font-family: 'Racing Sans One', 'Arial';
  font-size: 24px;
  text-transform: none;
  font-weight: 300;
  font-style: normal;
  text-decoration: none;
  letter-spacing: 0em;
  line-height: 32px;
  color: white;
}
#footer .section h2 a,
#footer .section-style h2 a {
  color: white;
}
#footer .section h3,
#footer .section-style h3 {
  font-family: 'Racing Sans One', 'Arial';
  font-size: 18px;
  text-transform: none;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  letter-spacing: 0em;
  line-height: 26px;
  color: white;
}
#footer .section h3 a,
#footer .section-style h3 a {
  color: white;
}
#footer .section .privacy-wrapper input,
#footer .section-style .privacy-wrapper input {
  height: 22px;
}
#footer .section hr,
#footer .section-style hr {
  background-color: transparent;background-color: rgba(0, 0, 0, 0.1);
  color: transparent;color: rgba(0, 0, 0, 0.1);
}
#footer .section input,
#footer .section-style input,
#footer .section textarea,
#footer .section-style textarea,
#footer .section .input-like,
#footer .section-style .input-like {
  border-color: transparent;border-color: rgba(0, 0, 0, 0.1);
  background-color: transparent;background-color: rgba(0, 0, 0, 0.1);
  color: white;
}
#footer .section :-moz-placeholder,
#footer .section-style :-moz-placeholder {
  color: white;
  opacity: 1;
}
#footer .section ::-moz-placeholder,
#footer .section-style ::-moz-placeholder {
  color: white;
}
#footer .section ::-webkit-input-placeholder,
#footer .section-style ::-webkit-input-placeholder {
  color: white;color: rgba(255, 255, 255, 0.54);
}
#footer .section :-ms-input-placeholder,
#footer .section-style :-ms-input-placeholder {
  color: white;
}
#footer .section .button-component,
#footer .section-style .button-component {
  border-color: transparent;border-color: rgba(225, 225, 225, 0);
  background-color: transparent;background-color: rgba(0, 0, 0, 0.1);
  color: white;
  transition: all 0.2s ease;
}
#footer .section .button-component:not([disabled]):hover,
#footer .section-style .button-component:not([disabled]):hover {
  border-color: transparent;border-color: rgba(225, 225, 225, 0);
  background-color: #133f86;
  color: white;
}
#footer .section table.content-table.borders,
#footer .section-style table.content-table.borders {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
#footer .section table.content-table.borders td,
#footer .section-style table.content-table.borders td {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
#footer .section table.content-table.borders th,
#footer .section-style table.content-table.borders th {
  border: 1px solid rgba(225, 225, 225, 0);
}
#footer .section table.content-table.colors th,
#footer .section-style table.content-table.colors th {
  color: white;
  background-color: transparent;background-color: rgba(0, 0, 0, 0.1);
}
#footer .section table.content-table.colors th a,
#footer .section-style table.content-table.colors th a {
  color: white;
}
#footer .section table.content-table.colors td,
#footer .section-style table.content-table.colors td {
  color: white;
  background-color: transparent;background-color: rgba(225, 225, 225, 0);
}
#footer .section table.content-table.colors td a,
#footer .section-style table.content-table.colors td a {
  color: white;
}
#footer .section .borderColor,
#footer .section-style .borderColor {
  border-color: transparent;border-color: rgba(0, 0, 0, 0.1);
}
#footer #footer-content,
#footer #disclaimer-content,
#footer #linkbuilding-content {
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#footer #disclaimer-wrapper {
  padding-top: 8px;
  margin-bottom: 8px;
  font-size: 11px;
}
#footer #linkbuilding-wrapper {
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: transparent;background-color: rgba(0, 0, 0, 0.1);
}
#footer #disclaimer-content,
#footer #linkbuilding-content {
  line-height: 11px;
  color: white;color: rgba(255, 255, 255, 0.5);
}
#footer #disclaimer-content a,
#footer #linkbuilding-content a {
  color: white;color: rgba(255, 255, 255, 0.5);
}
#footer #linkbuilding-content {
  font-size: 9px;
}
#footer.nofootercontent {
  background-color: #686868;
}
#footer.nofootercontent #disclaimer-content,
#footer.nofootercontent #linkbuilding-content {
  color: #cccccc;
  font-size: 11px;
}
#footer.nofootercontent #disclaimer-content a,
#footer.nofootercontent #linkbuilding-content a {
  color: #cccccc;
}
#footer.nofootercontent #disclaimer-wrapper {
  margin-bottom: 0;
}
#footer.nofootercontent #linkbuilding-wrapper {
  background-color: #686868;
}
/* Region components */

.button-component,
.button-cancel-component {
  border-width: 1px;
  border-style: solid;
  padding: 10px 20px;
  display: inline-block;
  cursor: pointer;
  line-height: normal !important;
  outline: none;
  border-radius: 0;
}
.button-component:disabled,
.button-cancel-component:disabled {
  cursor: default;
  opacity: 0.2;
}
img.button-component,
img.button-cancel-component {
  border-style: none;
  background: none !important;
}
/* End Region */

#cookiewall {
  display: none;
  z-index: 1000;
  position: fixed;
  bottom: 0px;
  width: 100%;
  padding: 30px 0px;
  overflow: hidden;
  text-align: left;
}
#cookiewall > div {
  margin: 0 auto;
}
#cookiewall #cookiewall-explanation {
  padding-top: 15px;
  padding-bottom: 10px;
}
#cookiewall #cookiewall-explanation a {
  color: #133f86;
  text-decoration: underline;
}
#cookiewall .cookie-button-wrapper {
  display: flex;
  width: 100%;
  justify-content: flex-start;
}
#cookiewall .cookie-button-wrapper .cookiewall-button {
  padding: 10px 20px;
}
#cookiewall .cookie-button-wrapper .cookiewall-button:hover {
  cursor: pointer;
}
#cookiewall #cookiewall-close {
  padding: 0;
  margin: 0;
  background: url(/Assets/Images/close.svg);
  width: 18px;
  height: 18px;
  position: absolute;
  top: 20px;
  right: 20px;
  background-repeat: no-repeat;
  cursor: pointer;
}
#error-overlay {
  cursor: pointer;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  background-color: orangered;
  color: white;
  z-index: 1000;
  font-family: Arial;
  font-size: 16px;
  border-bottom: 1px solid #dadada;
  font-weight: bold;
}
#error-overlay p {
  text-align: center;
  margin: 20px;
}
#wip-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  background-color: white;
  background-color: white;background-color: rgba(255, 255, 255, 0.8);
  color: #3b3b3b;
  z-index: 1000;
  font-family: Arial;
  font-size: 16px;
  border-bottom: 1px solid #dadada;
}
#wip-overlay p {
  text-align: center;
  margin: 20px;
}
#wip-overlay .productname {
  font-weight: bold;
}
#wip-overlay .ziberlogo {
  display: inline-block;
  width: 23px;
  height: 13px;
  margin-right: 0.25em;
  margin-left: 0.1em;
  background-image: url('/Assets/images/wip_sprite.png');
  background-position: top center;
  background-repeat: no-repeat;
}
#wip-overlay .close {
  width: 20px;
  height: 20px;
  display: block;
  float: right;
  background-image: url('/Assets/images/wip_sprite.png');
  background-position: bottom center;
  background-repeat: no-repeat;
}
/* Slick slider overrides */

.slick-slider {
  margin: 0;
}
.slick-slider .slick-list {
  z-index: 0;
}
.slick-slider .slick-next,
.slick-slider .slick-prev {
  width: 32px;
  height: 52px;
  margin-top: -26px;
}
.slick-slider .slick-next:before,
.slick-slider .slick-prev:before {
  content: '';
}
.slick-slider .slick-next {
  right: 10px;
  background-image: url('/Assets/Images/slick_next.png');
}
.slick-slider .slick-next:hover {
  background-image: url('/Assets/Images/slick_next_over.png');
}
.slick-slider .slick-prev {
  left: 10px;
  background-image: url('/Assets/Images/slick_prev.png');
}
.slick-slider .slick-prev:hover {
  background-image: url('/Assets/Images/slick_prev_over.png');
}
.slick-slider .slick-dots {
  bottom: 10px;
  padding: 0;
}
.slick-slider .slick-dots li {
  margin: 0 0 0 5px;
}
.slick-slider .slick-dots li a {
  padding: 0;
}
.slick-slider .slick-dots li a:before {
  color: white;
  font-size: 13px;
}
.slick-slider .slick-dots li.slick-active a:before {
  opacity: 1;
}
.slick-slider a:hover {
  text-decoration: none !important;
}
.slick-slider.slick-loading .slick-list {
  background-color: transparent;
}


/* Start Sidebar.css */
#sideBar {
  background-color: transparent;background-color: rgba(225, 225, 225, 0);
  width: 260px;
  padding-left: 40px;
  padding-right: 0px;
  margin-top: 0px;
  overflow: hidden;
  padding-top: 40px;
  /* Poll rules */

  /* News rules */

  /* Tweets section */

  /* Agenda rules */

  /* Makelaar rules */

  /* Vacancy rules */

}
#sideBar input[type=text],
#sideBar textarea,
#sideBar input[type=email],
#sideBar input[type=password],
#sideBar input[type=search],
#sideBar select {
  border-color: transparent;border-color: rgba(0, 0, 0, 0.1);
  background-color: white;
  color: #24150e;
  max-width: 100%;
}
#sideBar #sbDate {
  color: #24150e;
}
#sideBar .sbLanguageChoice img {
  margin-right: 10px;
}
#sideBar .sbLanguageChoice a,
#sideBar .sbLanguageChoice a:hover {
  text-decoration: none !important;
}
#sideBar .sbElementWrapper {
  margin-bottom: 50px;
}
#sideBar .sbElementWrapper:last-child {
  margin-bottom: 10px;
}
#sideBar #sideBarContent .sbElementWrapper:last-child {
  margin-bottom: 50px !important;
}
#sideBar .sbHeader {
  padding: 0;
  background-color: #fccc00;
  color: white;
}
#sideBar .sbHeader a,
#sideBar .sbHeader a:hover {
  color: white;
}
#sideBar .sbHeader table {
  width: 100%;
  table-layout: auto;
}
#sideBar .sbHeader table td {
  vertical-align: middle;
}
#sideBar .sbHeader table td.title {
  width: 100%;
}
#sideBar .sbHeader table img {
  display: block;
}
#sideBar .sbHeaderNoImg {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom-style: none;
  padding-left: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
}
#sideBar .sbBody {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  background-color: white;
  color: #24150e;
  padding-top: 10px;
  padding-bottom: 10px;
}
#sideBar .sbBody a,
#sideBar .sbBody a:hover {
  color: #133f86;
}
#sideBar .sbBody h3 {
  color: #24150e;
  padding: 0pt;
}
#sideBar .sbBody h3 a,
#sideBar .sbBody h3 a:hover {
  color: #24150e;
}
#sideBar .sbBody .h3link {
  color: #24150e;
}
#sideBar .sbBody h3.username {
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
#sideBar .sbBody h3.username :hover {
  overflow: visible;
}
#sideBar .sbBody .h2bg {
  background-color: #fccc00;
}
#sideBar .sbBody .h2 {
  color: white;
}
#sideBar .sbBody .h2link {
  color: white;
}
#sideBar .sbBody .photobg {
  background-color: transparent;background-color: rgba(225, 225, 225, 0);
}
#sideBar .sbBody .photoborder {
  border-color: #dadada;
}
#sideBar .sbBody .imgBorderColor {
  border: 1px solid #dadada;
  background-color: transparent;background-color: rgba(225, 225, 225, 0);
}
#sideBar .paddingleftright {
  padding-left: 10px;
  padding-right: 10px;
}
#sideBar .sbFooter {
  margin: 0;
  padding: 0;
  background-color: transparent;background-color: rgba(225, 225, 225, 0);
}
#sideBar .sbFooter .footerbg {
  background-color: transparent;background-color: rgba(225, 225, 225, 0);
}
#sideBar .sbFooter table {
  width: 100%;
}
#sideBar .sbFooter table img {
  display: block;
}
#sideBar .sbFooterNoImg {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#sideBar .hrSolid hr {
  display: none;
}
#sideBar .hrSolid {
  clear: both;
  height: 1px;
  border-top: 1px solid #dadada;
  margin-top: 5px;
  margin-bottom: 5px;
}
#sideBar .hrSolidShort {
  margin-left: 10px;
  margin-right: 10px;
}
#sideBar .sbBold {
  font-weight: bold;
}
#sideBar .sbMarginBottom {
  margin-bottom: 5px;
}
#sideBar .sbFloatRight {
  float: right;
}
#sideBar .sbReset {
  clear: both;
}
#sideBar .sbElmntSpacing {
  padding-left: 5px;
  padding-right: 5px;
}
#sideBar .sbNoTopMargin {
  margin-top: -5px;
}
#sideBar #sbLoginField {
  display: none;
}
#sideBar .pollresult_wrapper {
  border-style: solid;
  border-width: 1px;
}
#sideBar .pollanswer.selected {
  background-color: transparent;background-color: rgba(225, 225, 225, 0);
  font-weight: bold;
}
#sideBar .pollanswer.hover {
  background-color: transparent;background-color: rgba(225, 225, 225, 0);
}
#sideBar .tagCloud {
  overflow: hidden;
  position: relative;
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 200%;
  /* IE fix*/
  margin-bottom: 20px;
}
#sideBar .tagCloud li {
  position: relative;
  display: inline;
  float: left;
  padding: 0.5em 0;
  margin-right: 5px;
  line-height: 1em;
  height: 1.5em;
  /* this does need to be here otherwise the tag cloud renders incorrectly */

}
#sideBar .tagCloud li a {
  margin: auto;
  display: inline;
  white-space: nowrap;
}
#sideBar #newsPhotos .floatRightClass {
  float: right;
}
#sideBar #newsPhotos .floatLeftClass {
  float: left;
}
#sideBar #newsPhotos .marginRight3Class {
  margin-right: 3px;
}
#sideBar #newsPhotos .newsPhotoLayout {
  overflow: hidden;
}
#sideBar #newsPhotos .newsPhotoLayout a {
  display: block;
}
#sideBar #newsPhotos #newsPhotoLayout0 div {
  margin-bottom: 3px;
}
#sideBar #newsPhotos #newsPhotoLayout1 div {
  margin-bottom: 5px;
}
#sideBar #newsPhotos #newsPhotoLayout2 div {
  margin-bottom: 5px;
}
#sideBar #newsPhotos #newsPhotoLayout3 .largeImageContainer {
  margin-bottom: 3px;
}
#sideBar #newsPhotos #newsPhotoLayout3 .largeImageContainer div {
  margin-bottom: 3px;
}
#sideBar ul.tweet-list {
  list-style-type: none;
  margin: 0pt;
  padding: 0pt;
}
#sideBar ul.tweet-list .twtr-avatar {
  display: block;
  float: left;
  width: 35px;
  height: 35px;
}
#sideBar ul.tweet-list .twtr-tweet,
#sideBar ul.tweet-list .twtr-details {
  margin-left: 40px;
}
#sideBar ul.tweet-list li {
  padding: 5px 0pt;
  border-top: 1px solid rgba(225, 225, 225, 0);
  overflow: hidden;
}
#sideBar ul.tweet-list li p {
  margin: 0pt;
}
#sideBar ul.tweet-list .twtr-details {
  font-size: 9px;
  margin-top: 3px;
}
#sideBar #agenda-list #tags h3 {
  margin: 5px 0;
}
#sideBar #agenda-list #tags ul {
  list-style-type: none;
  padding: 0;
}
#sideBar #agenda-list #tags ul li {
  cursor: pointer;
  background-color: #24150e;
  padding: 8px 12px 8px 12px;
  color: white;
  display: inline-block;
  margin: 5px 2px 0 0;
}
#sideBar #agenda-list #tags ul li.selected {
  background-color: #fccc00;
  color: white;
}
#sideBar #agenda-list #calendar {
  text-align: center;
  margin-top: 20px;
}
#sideBar #agenda-list #calendar span {
  display: block;
}
#sideBar #agenda-list #calendar .arrow {
  display: inline-block;
  text-align: center;
  background-image: url("/Assets/Images/Agenda/arrows.png");
  background-repeat: no-repeat;
  width: 60px;
  height: 8px;
  cursor: pointer;
}
#sideBar #agenda-list #calendar .arrow.up {
  background-position: 0 0;
}
#sideBar #agenda-list #calendar .arrow.down {
  margin-top: 10px;
  background-position: 0 -7px;
}
#sideBar #agenda-list #calendar #calendar-wrapper {
  line-height: 10px;
}
#sideBar #agenda-list #calendar #calendar-wrapper li {
  display: inline-block;
  width: calc(14.285714286%);
  height: 28px;
  border-right: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  border-left: none;
  border-top: none;
  cursor: pointer;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: -1px;
}
#sideBar #agenda-list #calendar #calendar-wrapper li:first-child,
#sideBar #agenda-list #calendar #calendar-wrapper li:nth-child(7n + 1) {
  border-left: 1px solid #dadada;
}
#sideBar #agenda-list #calendar #calendar-wrapper li:nth-child(-n+7) {
  border-top: 1px solid #dadada;
}
#sideBar #agenda-list #calendar #calendar-wrapper li.hasItem {
  background-color: transparent;background-color: rgba(0, 0, 0, 0.1);
}
#sideBar #agenda-list #calendar #calendar-wrapper li.selected {
  background-color: black;background-color: rgba(0, 0, 0, 0.3);
}
#sideBar #agenda-list #calendar #calendar-wrapper li span {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#sideBar #agenda-in-photos {
  list-style-type: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
#sideBar #agenda-in-photos li {
  display: block;
  position: relative;
  float: left;
}
#sideBar #agenda-in-photos li img {
  display: block;
  width: 129px;
}
#sideBar #agenda-in-photos li .date {
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  text-align: right;
  padding: 0 10px 5px 0;
}
#sideBar #agenda-in-photos li .date span {
  display: block;
}
#sideBar #agenda-in-photos li .date .day,
#sideBar #agenda-in-photos li .date .month {
  color: white;
  opacity: 0.8;
}
#sideBar #agenda-in-photos li .date .day {
  font-size: 25px;
  font-weight: bold;
}
#sideBar #agenda-in-photos li .date .month {
  font-size: 17px;
}
#sideBar .wnObject > a img {
  width: 100%;
}
#sideBar .wnObject > a:first img {
  margin-top: -10px;
}
#sideBar .wnObject .city-and-price a,
#sideBar .wnObject .city-and-price span {
  display: inline-block;
  max-width: 50%;
}
#sideBar .wnObject .price,
#sideBar .wnObject .more {
  float: right;
}
#sideBar .wnObject .address,
#sideBar .wnObject .details {
  clear: both;
}
#sideBar #vacancies .vacancyownerlogo {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 0;
  vertical-align: middle;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 8px;
  margin-bottom: 0px;
}
#sideBar #vacancies .vacancyownerinfo {
  padding-left: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 4px;
}
#sideBar #vacancies .vacancyownerinfo .logo {
  margin: auto;
}
#sideBar #vacancies .vacancyownerinfo h3 {
  padding-top: 4px;
}
#sideBar .discipline,
#sideBar .place,
#sideBar .region,
#sideBar .education,
#sideBar .hours,
#sideBar .brache {
  cursor: pointer;
}
#sideBar .discipline:hover,
#sideBar .place:hover,
#sideBar .region:hover,
#sideBar .education:hover,
#sideBar .hours:hover,
#sideBar .brache:hover {
  color: #133f86;
}
#sideBar .discipline.selected,
#sideBar .place.selected,
#sideBar .region.selected,
#sideBar .region.selected,
#sideBar .education.selected,
#sideBar .hours.selected,
#sideBar .brache.selected {
  font-weight: bold;
}
#sideBar .vacancyapply {
  display: block;
  margin-top: 12px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 12px;
}


/* Start colors.css */
.bs-1 { color:#FCCC00; }
.bs-1-bg { background-color:#FCCC00; }
.bs-1-border { border-color:#FCCC00; }
.bs-2 { color:#24150E; }
.bs-2-bg { background-color:#24150E; }
.bs-2-border { border-color:#24150E; }
.bs-3 { color:#24150E; }
.bs-3-bg { background-color:#24150E; }
.bs-3-border { border-color:#24150E; }
.bs-4 { color:#133F86; }
.bs-4-bg { background-color:#133F86; }
.bs-4-border { border-color:#133F86; }
.bs-5 { color:#DADADA; }
.bs-5-bg { background-color:#DADADA; }
.bs-5-border { border-color:#DADADA; }
.bs-6 { color:#FFFFFF; }
.bs-6-bg { background-color:#FFFFFF; }
.bs-6-border { border-color:#FFFFFF; }
.bs-7 { color:#E1E1E1;color:rgba(225,225,225,0); }
.bs-7-bg { background-color:#E1E1E1;background-color:rgba(225,225,225,0); }
.bs-7-border { border-color:#E1E1E1;border-color:rgba(225,225,225,0); }
.bs-8 { color:#000000;color:rgba(0,0,0,0.1); }
.bs-8-bg { background-color:#000000;background-color:rgba(0,0,0,0.1); }
.bs-8-border { border-color:#000000;border-color:rgba(0,0,0,0.1); }
.pg-sidebar-element-bg { background-color:#FFFFFF; }
.pg-sidebar-element-border { border-color:#000000;border-color:rgba(0,0,0,0.1); }


/* Start linkwizard.css */
#section .linked-companies,
.section .linked-companies {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#section .linked-companies .separator,
.section .linked-companies .separator {
  margin: 0pt 0.5em;
}
#section .linked-companies .logo,
.section .linked-companies .logo {
  float: right;
  padding-bottom: 15px;
  border: 0px;
}
#section .linked-companies li,
.section .linked-companies li {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #dadada;
}
#section .linked-companies .company-details,
.section .linked-companies .company-details {
  margin: 10px 0;
}
#section .linked-companies .reset,
.section .linked-companies .reset {
  clear: both;
  display: block;
}
#section ul.company_info,
.section ul.company_info {
  list-style-type: none;
  padding: 0;
  margin-bottom: 5px;
}
#section .social_media_share_v,
.section .social_media_share_v,
#section .social_media_share_h,
.section .social_media_share_h {
  font-size: 25px;
}
#section .social_media_share_v,
.section .social_media_share_v {
  line-height: 35px;
  width: 25px;
}
#section .social_media_share_v a,
.section .social_media_share_v a {
  display: block;
}
#section .social_media_v img,
.section .social_media_v img {
  margin-right: 10px;
  vertical-align: middle;
}
#section .social_media_v div,
.section .social_media_v div {
  cursor: pointer;
}
#section .social_media_v div + div,
.section .social_media_v div + div {
  margin-top: 10px;
}
#section .social_media_h,
.section .social_media_h {
  display: block;
}
#section .social_media_h .social_mediaimg,
.section .social_media_h .social_mediaimg {
  cursor: pointer;
}
#section .social_media_h a + a,
.section .social_media_h a + a {
  margin-left: 10px;
}
#section .mailinglist input[type=image],
.section .mailinglist input[type=image] {
  position: absolute;
  right: 1px;
  top: 50%;
  margin-top: -15px;
  background-color: transparent !important;
}
#section .mailinglist input[type=image]:focus,
.section .mailinglist input[type=image]:focus {
  outline: none;
}
#section .mailinglist input[type=text],
.section .mailinglist input[type=text] {
  width: 1px;
  height: 1px;
  visibility: hidden;
}
#section .mailinglist p,
.section .mailinglist p {
  margin-bottom: 5px;
}
#section .googlesearch input,
.section .googlesearch input {
  background-image: url('/classic/createsite/images/gs_loop_white.png');
}
#section .ziber_video,
.section .ziber_video {
  margin-top: 5px;
  margin-bottom: 20px;
}
#section .ziber_video .video_info_title,
.section .ziber_video .video_info_title {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #dadada;
  font-weight: bold;
}
#section .newstagelement ul,
.section .newstagelement ul {
  overflow: hidden;
  list-style: none;
  margin: 10px 0;
  padding: 0;
}
#section .newstagelement ul li.newstag,
.section .newstagelement ul li.newstag {
  padding: 12px 0;
  display: block;
  position: relative;
  min-height: 42px;
}
#section .newstagelement ul li.newstag div,
.section .newstagelement ul li.newstag div {
  display: inline-block;
  overflow: hidden;
}
#section .newstagelement ul li.newstag div h3,
.section .newstagelement ul li.newstag div h3 {
  margin-top: 0;
  line-height: normal;
  margin-bottom: 0;
}
#section .newstagelement ul li.newstag div span,
.section .newstagelement ul li.newstag div span,
#section .newstagelement ul li.newstag div a,
.section .newstagelement ul li.newstag div a {
  display: block;
}
#section .newstagelement ul li.newstag + .newstag,
.section .newstagelement ul li.newstag + .newstag {
  border-top: none;
}
#section .newstagelement ul li.newstag.withmedia img,
.section .newstagelement ul li.newstag.withmedia img {
  position: absolute;
  display: inline-block;
  cursor: pointer;
  height: 42px;
  width: 56px;
}
#section .newstagelement ul li.newstag.withmedia div,
.section .newstagelement ul li.newstag.withmedia div {
  margin-left: 66px;
}
#section .newstagelement.list li.newstag + li.newstag,
.section .newstagelement.list li.newstag + li.newstag {
  border-top: 1px solid #dadada;
}
#section .newstagelement.animation,
.section .newstagelement.animation {
  overflow: hidden;
  position: relative;
}
#section .newstagelement.animation ul,
.section .newstagelement.animation ul {
  margin-top: 0;
  padding: 0;
  display: block;
  width: inherit;
}
#section .newstagelement.animation ul li,
.section .newstagelement.animation ul li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#section .newstagelement.animation ul li div,
.section .newstagelement.animation ul li div {
  height: inherit;
}
#section .agendatagelement ul,
.section .agendatagelement ul {
  overflow: hidden;
  list-style: none;
  margin: 10px 0;
  padding: 0;
}
#section .agendatagelement ul li.agendatag,
.section .agendatagelement ul li.agendatag {
  padding: 12px 0;
  display: block;
  position: relative;
}
#section .agendatagelement ul li.agendatag .agendaDate,
.section .agendatagelement ul li.agendatag .agendaDate {
  display: inline-block;
  width: 70px;
  position: absolute;
  text-align: center;
  vertical-align: middle;
}
#section .agendatagelement ul li.agendatag .agendaDate span,
.section .agendatagelement ul li.agendatag .agendaDate span {
  display: block;
  font-size: 25px;
}
#section .agendatagelement ul li.agendatag .agendaDate span + span,
.section .agendatagelement ul li.agendatag .agendaDate span + span {
  margin-top: 3px;
  font-size: 18px;
}
#section .agendatagelement ul li.agendatag .agendainfo,
.section .agendatagelement ul li.agendatag .agendainfo {
  overflow: hidden;
  margin-left: 70px;
}
#section .agendatagelement ul li.agendatag .agendainfo h3,
.section .agendatagelement ul li.agendatag .agendainfo h3 {
  margin-top: 0;
}
#section .agendatagelement ul li.agendatag .agendainfo h3 a,
.section .agendatagelement ul li.agendatag .agendainfo h3 a {
  display: block;
}
#section .agendatagelement ul li.agendatag.withmedia .agendainfo,
.section .agendatagelement ul li.agendatag.withmedia .agendainfo {
  margin-left: 133px;
}
#section .agendatagelement ul li.agendatag.withmedia img,
.section .agendatagelement ul li.agendatag.withmedia img {
  position: absolute;
  display: inline-block;
  left: 70px;
  cursor: pointer;
}
#section .agendatagelement.list li.agendatag + li.agendatag,
.section .agendatagelement.list li.agendatag + li.agendatag {
  border-top: 1px solid #dadada;
}
#section .agendatagelement.animation,
.section .agendatagelement.animation {
  overflow: hidden;
  position: relative;
}
#section .agendatagelement.animation ul,
.section .agendatagelement.animation ul {
  margin-top: 0;
  padding: 0;
  display: block;
  width: inherit;
}
#section .agendatagelement.animation ul li,
.section .agendatagelement.animation ul li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#section .agendatagelement.animation ul li .agendainfo,
.section .agendatagelement.animation ul li .agendainfo {
  height: inherit;
}
#section .startdatetime,
.section .startdatetime,
#section .enddatetime,
.section .enddatetime {
  white-space: nowrap;
  float: left;
}
#section .startdatetime .icon,
.section .startdatetime .icon,
#section .enddatetime .icon,
.section .enddatetime .icon {
  background-image: url("/Assets/Images/Agenda/sprite.png");
  background-position: 0 -45px;
  background-repeat: no-repeat;
  display: inline-block;
  height: 10px;
  margin-right: 7px;
  width: 10px;
}
#section .startdatetime .icon.end-date,
.section .startdatetime .icon.end-date,
#section .enddatetime .icon.end-date,
.section .enddatetime .icon.end-date {
  background-position: 0 -55px;
}
#section .startdatetime,
.section .startdatetime {
  margin-right: 10px;
}
#footer .linked-companies li {
  border-bottom-color: transparent;border-bottom-color: rgba(0, 0, 0, 0.1);
}
#footer .ziber_video .video_info_title {
  border-top-color: transparent;border-top-color: rgba(0, 0, 0, 0.1);
}
#footer .agendatagelement.list li.agendatag + li.agendatag {
  border-color: transparent;border-color: rgba(0, 0, 0, 0.1);
}
#footer .newstagelement.list li.newstag + li.newstag {
  border-color: transparent;border-color: rgba(0, 0, 0, 0.1);
}
.newsSmartArt > div {
  /* to prevent flashing before plugin load */
  overflow: hidden;
}
.newsSmartArt .slick-initialized {
  overflow: visible;
}
.newsSmartArt .slick-dots {
  position: relative;
  bottom: auto;
  margin: 5px 0;
  line-height: normal;
}
.newsSmartArt .caption {
  position: absolute;
  margin: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: left;
  opacity: 0.8;
  padding: 5px 10px;
}
.newsSmartArt .slick-dots li button:before {
  color: #333333;
}
.newsSmartArt .slick-dots li.slick-active button:before {
  color: #333333;
}
.newsSmartArt .slick-dots li button:hover:before,
.newsSmartArt .slick-dots li button:focus:before {
  opacity: 0.75;
}



