body,
html {
  height: 100%;
  min-height: 100%;
  font-family: "Roboto", sans-serif;
  background: #ffffff;
  color: #666666;
}

.row {
  max-width: 75rem;
}

table thead,
table tbody,
table tfoot {
  border: none;
  background-color: transparent;
}

.moreInfo {
}

.moreInfo #arrow {
  position: absolute;
  bottom: -19px;
  width: 100%;
  height: 19px;
  background: url("../img/moreinfo_arrow.png") center top no-repeat;
}

.moreInfoBlock {
  position: relative;
  color: #000000;
  margin: 10px 0 -20px 0;
  padding: 10px 0 15px 0;
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
  background: #f59115;
  border: solid 1px #f59115;
}

section {
  margin-bottom: 70px;
}

section.dark .row {
  padding-top: 30px;
  padding-bottom: 0;
  background: #e0e0e0;
  margin-bottom: 30px;
}

section.dark .row .button {
  font-size: 0.9em;
  width: 100%;
}

.ticketingquote {
  padding: 200px 0 0 0;
}

.box {
  background: #ffffff;
  padding: 20px 30px !important;
}

.big {
  width: 100%;
}

.tooltip {
  font-size: 0.8em;
  color: #666666;
  background: #ffffff;
}

[type="text"],
[type="password"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="month"],
[type="week"],
[type="email"],
[type="number"],
[type="search"],
[type="tel"],
[type="time"],
[type="url"],
[type="color"],
textarea {
  height: 50px;
  box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  border: none;
  padding: 0.7rem;
  font-size: 16px;
  line-height: 1.38;
  margin-bottom: 10px;
}

input::-webkit-input-placeholder,
input:-ms-input-placeholder,
input::placeholder {
  color: #828282;
}

label {
  font-weight: bold;
  color: #666666;
}

label input {
  font-weight: normal;
}

label textarea {
  font-weight: normal;
  min-height: 100px;
}

.normal {
  font-weight: normal;
}

a {
  transition: all 0.25s linear;
  color: #f59115;
}

a:hover {
  text-decoration: underline;
  color: #f59115;
}

.vanplan .package-warning {
  background: #ffdede;
  border: solid 1px #dd0000;
  padding: 20px 20px 10px 20px;
  font-size: 0.9em;
}

.vanplan .small {
  margin-right: 5px;
  font-size: 1.1em;
}

.vanplan .alert {
  color: #dd0000;
}

.vanplan h1,
.vanplan h2,
.vanplan h3,
.vanplan h4 {
  color: #000000;
}

.vanplan ul.subnav {
  list-style: none;
  padding: 0;
  margin: 20px 0 40px 0;
}

.vanplan ul.subnav li {
  padding: 0;
  margin: 0 0 1px 0;
}

.vanplan ul.subnav li a {
  display: block;
  padding: 10px 0 10px 15px;
  font-size: 1em;
  font-family: "Roboto", sans-serif;
  color: #666666;
  background: #e9e9e9;
  text-decoration: none;
}

.vanplan ul.subnav li a:hover {
  background: #d9d9d9;
  text-decoration: none;
}

.vanplan ul.subnav li a.active {
  background: #158288;
  color: #ffffff;
}

.vanplan .placeholderAdvertentie {
  border: solid 1px #cccccc;
  margin: 4px;
  background: #ffffff;
  padding: 50px 40px;
  margin: 20px 0 0 0;
  font-size: 1.3em;
  text-align: center;
}

.vanplan .placeholderAdvertentieActive {
  border: solid 5px #00abce;
  background: #ffffff;
  padding: 50px 40px;
  margin: 20px 0 0 0;
  font-size: 1.3em;
  text-align: center;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Anton", sans-serif;
  color: #000000;
  text-transform: uppercase;
}

h1 {
  font-size: 40px;
  line-height: 1.1;
  margin-bottom: 46px;
}

h2 {
  font-size: 24px;
  line-height: 1.5;
}

h3 {
  font-size: 1.2em;
  line-height: 1em;
  margin-bottom: 5px;
}

input:hover {
  text-decoration: none;
}

.phone {
  font-size: 3.2em;
  font-weight: 700;
}

.button,
.leftColumn ul.subnav li a.button,
.leftColumn ul.subnav li a.button:hover,
.leftColumn ul.subnav li a.button:active {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 1.56;
  font-weight: 500;
  padding: 0 0 0 10px;
  height: 40px;
  width: 100%;
  max-width: 270px;
  background: url(../img/button.svg) right top no-repeat;
  text-align: left;
  border: none;
  background-size: cover;
  transition: none;
  margin: 10px 0;
  color: #ffffff;
}

.button.ideal {
  position: relative;
}

.button.ideal::after {
  content: ' ';
  display: table;
  position: absolute;
  right: -60px;
  top: 0;
  background: url(../img/ideal.png) center top / contain no-repeat;
  width: 41px;
  height: 35px;
}

.button.cancel {
  background: url(../img/button_cancel.svg) right top no-repeat;
}

.leftColumn ul.subnav li a.button,
.leftColumn ul.subnav li a.button:hover,
.leftColumn ul.subnav li a.button:active {
  padding-top: 6px;
}

.button:hover,
.button:focus {
  text-decoration: none;
  background-color: transparent;
}

.button.grey {
  padding: 0 10px;
  width: auto;
  background: #c0c0c0;
}

.button.grey:hover {
  text-decoration: none;
  background: #b0b0b0;
}

.button.alert {
  padding: 0 10px;
  width: auto;
  background-image: none;
}

.button.activity-edit {
  background: #f59115;
  height: auto;
  width: auto;
  padding: 0 10px;
}

.button.activity-other {
  background: #348F94;
  height: auto;
  width: auto;
  padding: 0 10px;
}

a.button {
  line-height: 2.3;
}

a.button.aanmelden {
  margin-bottom: 0;
}

.rightColumn {
  font-size: 0.9em;
}

.content.greyblock {
  background-color: #f0f0f0;
  padding: 20px;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1.5;
}

.content.greyblock p {
  margin-bottom: 10px;
  line-height: 1.5;
}

.content.greyblock h2 {
  line-height: 1.17;
}

.content.greyblock.greyblock-large h2,
.promotie .content h2 {
  font-size: 28px;
  line-height: 1.29;
}

.promotie .content h3 {
  font-size: 24px;
  margin-bottom: 24px;
}

.content.greyblock p:empty {
  display: none;
}

.register-ad  h2,
.promo-package h2 {
  margin-top: 6px;
}

.register-ad ul {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 0;
}

.register-ad ul li {
  line-height: 2.14;
  padding: 3px 0 0 20px;
}

.register-ad ul li i.check::before,
.promo-package ul li i.check::before {
  content: "";
  width: 13px;
  height: 9px;
  background: url(../img/check.svg) center top / contain no-repeat;
  display: inline-block;
  margin: 0 2px 0 -20px;
}

.row.equal-heights {
  display: flex;
}

.row.equal-heights .columns {
  display: flex;
}

table.pakketten td {
    vertical-align: top;
}

div.leftColumn.toparticle {
    margin-bottom: -60px;
}

.promo-package {
  position: relative;
  padding: 20px 20px 80px 20px;
  background-color: #f0f0f0;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 8px;
}

.promo-package .header {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  color: #888;
}

.promo-package .favorite {
  text-transform: uppercase;
  font-size: 10px;
  color: #fff;
  background: #08B608;
  border-radius: 7px;
  padding: 1px 6px;
  margin-left: 10px;
}

.promo-package .price {
  font-size: 22px;
  font-weight: bold;
  color: #08B608;
}

.promo-package .price.subscription span {
  color: #B60808;
  text-decoration: line-through;
}

.promo-package .from-price {
  font-size: 18px;
  color: #888;
  text-decoration: line-through;
}

.promo-package .ticket-price {
  font-size: 12px;
  color: #888;
}

.promo-package .button.tangerine {
  padding: 0;
  position: absolute;
  width: calc(100% - 2 * 20px);
  bottom: 10px;
  border-radius: 8px;
}

.promo-package ul {
  list-style-type: none;
  margin: 10px 0 40px;
}

.promo-package ul li {
  line-height: 1.6;
  padding: 3px 0 10px 20px;
  color: #000;
}

.promo-package button.tangerine.greyed {
  color: #aaa;
  border: 2px solid #aaa;
  background: transparent;
}

.promo-package.free .price {
  font-size: 16px;
}

.promo-package.free ul li {
  padding: 3px 0 10px 0;
}

.promo-package.free ul li.smallem {
  font-size: 12px;
  line-height: 2;
  font-style: italic;
}

.promo-package.informative {
  padding: 20px;
}

.promo-package.informative button.tangerine {
  display: none;
}

.img-ticketing {
  width: 233px;
  height: 250px;
  margin-right: 67px;
  margin-bottom: 43px;
  float: left;
}

.img-partner {
  margin-top: 109px;
}

section.normal {
  position: relative;
  background: url(../img/shutterstock_305061929_BEW_WEB_1600px.jpg) center top /
    cover no-repeat;
}

section.normal.promotie {
  background-image: none;
}

section.normal::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 21px;
  bottom: 0;
  background: url(../img/bg_visuals.png) left bottom repeat-x;
}

section.normal .content,
.leftColumn .content {
  padding: 60px 0 0;
  font-size: 14px;
  line-height: 1.57;
}

section.normal .content .intro,
section.normal .content .intro h2 {
  color: #ffffff;
  text-align: center;
}

section.normal .content .intro {
  margin-bottom: 40px;
}

.content.announcement {
  padding: 20px 20px 2px 44px;
  /* background: rgba(0, 170, 210, 0.1); */
  background: rgba(52, 143, 148, 0.2);
  margin-bottom: 26px;
}

.content.announcement h2,
.content.announcement h3 {
  position: relative;
}

.content.announcement h2::after,
.content.announcement h3::after {
  content: 'i';
  position: absolute;
  left: -23px;
  top: -1px;
  display: inline-block;
  width: 22px;
  height: 22px;
  color: #fff;
  text-transform: lowercase;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
}

.content.announcement h2::before,
.content.announcement h3::before {
  content: '';
  position: absolute;
  left: -32px;
  top: -4px;
  display: inline-block;
  width: 22px;
  height: 22px;
  background: rgb(27, 178, 215);
  border-radius: 11px;
}

.content.announcement h2::after {
  top: 5px;
}

.content.announcement h2::before {
  top: 6px;
}

section.normal.promotie .content {
  padding: 0;
}

.leftColumn .content strong,
.promotie .content strong {
  color: #000000;
  font-size: 16px;
  font-weight: bold;
}

.leftColumn ul.subnav,
.promotie ul.subnav {
  list-style: none;
  padding: 0;
  margin: 0;
}

.leftColumn ul.subnav li,
.promotie ul.subnav li {
  padding: 0;
  margin: 0 0 2px 0;
}

.leftColumn ul.subnav li a,
.promotie ul.subnav li a {
  display: block;
  padding: 10px 0 10px 15px;
  font-size: 1em;
  font-family: "Roboto", sans-serif;
  color: #373737;
  background: #f0f0f0;
  text-decoration: none;
}

.leftColumn ul.subnav li a:hover,
.promotie ul.subnav li a:hover {
  background: #d9d9d9;
  text-decoration: none;
}

.leftColumn ul.subnav li a.active,
.promotie ul.subnav li a.active {
  background: #348F94;
  color: #ffffff;
}

.promotie ul.subnav {
  margin-bottom: 60px
}

.promotie ul.subnav li {
  margin: 0 0 1px 0;
}

.promotie ul.subnav li a {
  font-weight: bold;
  padding: 17px 0 17px 15px;
}

.promotie ul.subnav li a.active {
  color: #ffffff;
  background: #F59115;
}

.slick-loading .slick-list {
  background: #fff url("../img/bg_ajax_loader.gif") center center no-repeat;
}

.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.open-menu {
  position: absolute;
  display: none;
  width: 24px;
  height: 24px;
  top: 15px;
  right: 15px;
  background: url(/common/webresources/img/icon_menu_mobile.svg) top left /
    contain no-repeat;
  z-index: 2;
}

.off-canvas-content {
  box-shadow: none;
  background: none;
}

.js-off-canvas-exit {
  background: rgba(0, 0, 0, 0.5);
  z-index: 200;
}

#offCanvas {
  height: 100%;
  padding-top: 50px;
  background: #348F94;
}

#offCanvas button.close-menu {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  width: 24px;
  height: 24px;
  background: url(/common/webresources/img/icon_close_menu.svg) top left /
    contain no-repeat;
  color: #ffffff;
  z-index: 200;
}

#offCanvas ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#offCanvas ul li {
  list-style: none;
  padding: 10px 0;
  margin: 0;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}

#offCanvas ul li:first-child {
  border-top: solid 1px rgba(255, 255, 255, 0.3);
}

#offCanvas ul li a i {
  padding-left: 23px;
}

#offCanvas ul li a i::before {
  left: 0 !important;
}

#topHeader {
  width: 100%;
  height: 60px;
  background: #348F94;
  opacity: 0.9;
  overflow: hidden;
}

#topHeader ul {
  float: right;
  list-style: none;
  padding: 0;
}

#topHeader ul.left {
  float: left;
  margin: 0;
}

#topHeader ul li {
  float: left;
  margin-top: 19px;
  margin-bottom: 18px;
  margin-left: 40px;
  color: #ffffff;
}

#topHeader ul.left li {
  margin-left: 0;
}

#topHeader ul.left li.logo {
  background: url(/common/webresources/img/logo_uitservice.png) top left /
    contain no-repeat;
  width: 320px;
  height: 60px;
  margin: 0 80px 0 0;
}

#topHeader ul li a,
#offCanvas ul li a {
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-decoration: none;
  position: relative;
}

#topHeader ul li a:hover,
#offCanvas ul li a:hover {
  color: #a7c7c9;
  text-decoration: none;
}

#topHeader ul li a.twitter,
#topHeader ul li a.facebook {
  width: 30px;
  height: 30px;
  background: #ffffff;
  color: #348F94;
  text-align: center;
  font-size: 1.2em;
  line-height: 1.5em;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  text-decoration: none;
  padding-top: 0px;
}

#topHeader ul li a.twitter:hover,
#topHeader ul li a.facebook:hover {
  background: #a7c7c9;
  text-decoration: none;
}

#topHeader .logon::before,
#offCanvas .logon::before {
  content: "";
  width: 10px;
  height: 14px;
  background: url(../img/icon_inloggen.svg) center top / contain no-repeat;
  position: absolute;
  left: -16px;
  top: 4px;
}

#topHeader .logoff::before,
#offCanvas .logoff::before {
  content: "";
  width: 10px;
  height: 14px;
  background: url(../img/icon_uitloggen.svg) center top / contain no-repeat;
  position: absolute;
  left: -20px;
  top: 4px;
}

#topHeader .account::before,
#offCanvas .account::before {
  content: "";
  width: 10px;
  height: 12px;
  background: url(../img/icon_account.svg) center top / contain no-repeat;
  position: absolute;
  left: -16px;
  top: 7px;
}

#topHeader .register::before,
#offCanvas .register::before {
  content: "";
  width: 14px;
  height: 10px;
  background: url(../img/icon_registreren.svg) center top / contain no-repeat;
  position: absolute;
  left: -20px;
  top: 6px;
}

#topHeader .customerservice::before,
#offCanvas .customerservice::before {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../img/icon_klantenservice.svg) center top / contain no-repeat;
  position: absolute;
  left: -20px;
  top: 5px;
}

header {
  position: relative;
  width: 100%;
  height: 260px;
  background: url(../img/uitservice_header_new.jpg) center top /
    cover no-repeat;
  margin-bottom: 60px;
}

header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 21px;
  bottom: 0;
  background: url(../img/bg_visuals.png) left bottom repeat-x;
}

#navi {
  float: right;
}

#navi ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#navi ul li {
  position: relative;
  float: left;
}

#navi ul li a {
  display: block;
  height: 100px;
  color: #000000;
  padding: 37px 15px 0 15px;
  font-size: 1em;
  text-transform: uppercase;
  text-decoration: none;
}

#navi ul li a:hover {
  background: #f0f0f0;
  text-decoration: none;
}

#navi ul li a.active {
  border-bottom: solid 5px #348F94;
}

#navi ul li ul {
  display: none;
  position: absolute;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 500;
}

#navi ul li ul li {
  clear: both;
}

#navi ul li ul li a {
  display: block;
  width: 250px;
  height: 45px;
  color: #ffffff;
  background: #348F94;
  padding: 10px 15px 10px 15px;
  font-size: 0.9em;
  text-decoration: none;
  text-transform: none;
}

#navi ul li ul li a:hover {
  background: #18a3b4;
}

#navi ul li:last-child ul {
  left: -122px;
}

#navi ul li:last-child ul li a {
  text-align: right;
}

section.leveranciers {
  text-align: center;
  width: 100%;
  padding: 0;
  margin-bottom: 53px;
}

section.leveranciers h2 {
  font-size: 28px;
  line-height: 1.29;
  color: #c8c8c8;
}

section.leveranciers hr {
  max-width: 100%;
  border-bottom: 2px solid #f0f0f0;
  margin-bottom: 48px;
}

section.leveranciers img.partners {
  width: 790px;
}

section.leveranciers #leverancierScroller {
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
}

section.leveranciers #leverancierScroller .leverancier {
  float: left;
  outline: 0;
  text-align: center;
  width: 250px;
  height: 200px;
  margin: 0 15px;
  cursor: pointer;
}

section.leveranciers #leverancierScroller button.slick-prev {
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  padding: 0;
  margin: 0;
  left: -30px;
  top: 55px;
  text-indent: -9999;
  border: none;
  outline: none;
  font-size: 0;
  z-index: 1;
}

section.leveranciers #leverancierScroller button.slick-next {
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  padding: 0;
  margin: 0;
  right: -30px;
  top: 55px;
  text-indent: -9999;
  border: none;
  outline: none;
  font-size: 0;
  z-index: 1;
}

footer {
  position: relative;
  background: #000000;
  padding: 60px 0;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.5;
}

footer::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 8px;
  top: 0;
  background: url(../img/bg_footer.png) left bottom repeat-x;
}

footer #footerLogo {
  margin-bottom: 30px;
}

footer #footerLogo a {
  display: block;
  width: 306px;
  height: 62px;
  background: url("../img/logo_uitservice.png") no-repeat;
  text-indent: -9999em;
}

footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer ul li,
footer p {
  margin: 0 0 8px 0;
}

footer ul li a {
  color: #ffffff;
}

#subFooter {
  height: 45px;
  padding: 0;
  margin: 0;
  background: #303030;
  overflow: hidden;
}

#subFooter .links {
  font-size: 0.8em;
  color: #ffffff;
  padding-top: 12px;
}

#subFooter .links a {
  color: #ffffff;
}

#subFooter ul {
  float: right;
  list-style: none;
  padding: 0;
  margin-top: 7px;
}

#subFooter ul li {
  float: left;
  margin-right: 10px;
  color: #ffffff;
}

#subFooter ul li a {
  display: block;
  width: 30px;
  height: 30px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1em;
  text-decoration: none;
}

#subFooter ul li a:hover {
  color: #000000;
  text-decoration: none;
}

#subFooter ul li a.twitter,
#subFooter ul li a.facebook {
  background: #ffffff;
  color: #000000;
  text-align: center;
  font-size: 1.2em;
  line-height: 1.5em;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  text-decoration: none;
}

#subFooter ul li a.twitter:hover,
#subFooter ul li a.facebook:hover {
  background: #a0a0a0;
  text-decoration: none;
}

.prices {
  text-align: left;
}

.prices ul {
  list-style: none;
  padding: 0;
  margin: 0;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.12);
}

.prices ul li {
  padding: 14px 20px 14px 48px;
  font-size: 14px;
  line-height: 1.57;
  position: relative;
}

.prices ul li::after {
  content: "";
  border-bottom: solid 2px #f0f0f0;
  display: inline-block;
  position: absolute;
  width: calc(100% - 40px);
  left: 20px;
  bottom: 0;
}

.prices ul li:last-child::after,
.prices ul li:first-child::after {
  display: none;
}

.prices ul li.header {
  color: #ffffff;
  padding: 13px 0 11px 20px;
  background: #000000;
  border: none;
}

.prices ul li.header a {
  color: #ffffff;
}

.prices ul li.header .name {
  font-family: Anton;
  font-size: 28px;
  line-height: 1.29;
  text-transform: uppercase;
}

.prices ul li.header .price {
  font-family: Roboto;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  float: right;
  background: #348F94;
  padding: 12px;
  margin-top: -13px;
  position: relative;
}

.prices ul li.header .price::before {
  content: "";
  width: 6px;
  height: 60px;
  background: url(../img/perfo_titlebar.svg) center top / contain no-repeat;
  position: absolute;
  left: -3px;
  top: 0;
}

.prices .complete ul li.header .price {
  background: #f59115;
}

.prices ul li strong {
  color: #000000;
}

.prices ul li.yes {
  background: url(../img/icon_pakket_inclusief.svg) 18px 18px no-repeat
    rgba(255, 255, 255, 0.95);
}

.prices ul li.no {
  background: url(../img/icon_pakket_exclusief.svg) 18px 18px no-repeat
    rgba(255, 255, 255, 0.95);
}

.prices ul li.no strong {
  opacity: 0.3;
}

.howitworks .content {
  opacity: 0.95;
  background-color: #f0f0f0;
  padding: 20px !important;
  margin-top: 30px;
}

/*
.howitworks .content strong {
  background: url(../img/help.svg) 1px 2px no-repeat;
  padding-left: 18px;
}
*/

.howitworks .content p {
  line-height: 1.5;
}

.promote {
  margin: 35px 0 55px 0;
}

.button.tangerine {
  max-width: 100%;
/*  background: #f59115; */
  background: #348F94;
  text-align: center;
  font-size: 18px;
  height: 50px;
  padding: 4px 0 0;
}

.chevron-right {
  position: relative;
  display: inline-block;
  width: 20px;
}

.chevron-right::after {
  content: "";
  position: absolute;
  top: -13px;
  right: 0;
  width: 10px;
  height: 18px;
  background: url(../img/chevron_right.svg) center top / contain no-repeat;
}

.singlePrice {
  background: url("../img/bg_vanplan.jpg") 100px top no-repeat #ffffff;
  padding: 20px;
}

.singlePrice ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.singlePrice ul li {
  padding: 15px 20px 15px 40px;
  font-size: 0.9em;
  border-bottom: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
}

.singlePrice ul li.header {
  padding: 20px 0;
  margin: 0;
  background: #348F94;
  text-align: center;
  font-size: 1em;
  color: #000000;
  border-bottom: none;
  border-left: none;
  border-right: none;
}

.singlePrice ul li.header h2 {
  font-size: 1.3em;
  margin-bottom: 0;
  color: #ffffff;
}

.singlePrice ul li.yes {
  background: url(../img/icon_pakket_inclusief.svg) 18px 18px no-repeat
    rgba(255, 255, 255, 0.8);
}

.singlePrice ul li.no {
  background: url(../img/icon_pakket_exclusief.svg) 18px 18px no-repeat
    rgba(255, 255, 255, 0.8);
}

.singlePrice ul li.price {
  padding: 10px 0;
  margin: 0;
  text-align: center;
  font-size: 1.5em;
  font-weight: 700;
  background: rgba(194, 231, 255, 0.8);
}

.singlePrice ul li.buttonback {
  padding: 10px 20px 20px 20px;
  margin: 0;
  text-align: center;
  font-size: 0.9em;
  line-height: 1em;
  background: rgba(200, 200, 200, 0.8);
  border-bottom: none;
}

.singlePrice ul li.buttonback .button {
  margin: 0;
  font-size: 1.2em;
  width: 100%;
}

.accordion {
  background: none;
  border: none;
}

.accordion-item {
  border: none;
}

.accordion-item .accordion-content {
  padding-left: 0;
  padding-right: 0;
}

.accordion-title {
  background: #e9e9e9;
  font-family: "Roboto", sans-serif;
  font-size: 1.4em;
  color: #666666;
  border: none;
  margin-bottom: 1px;
}

.accordion-title:hover {
  text-decoration: none;
}

last-child:not(.is-active) > .accordion-title {
  border: none;
}

.is-active > .accordion-title {
  background: #348F94;
  color: #ffffff;
}

.is-active > .accordion-title::before {
  font-family: FontAwesome;
  // content: "\f077";
  content: "";
  font-size: 0.8em;
}

.accordion-content {
  background: none;
  color: #666666;
  border: none;
}

.accordion-title::before {
  font-family: FontAwesome;
  content: "\f078";
  font-size: 0.8em;
}

:last-child > .accordion-content:last-child {
  border: none;
}

section.subscribe .selector ul {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}

section.subscribe .selector ul li {
  display: inline-block;
  background: #cccccc;
  padding: 5px 10px;
  margin: 5px 0 0 0;
  font-size: 1.1em;
}

section.subscribe .selector ul li a {
  color: #666666;
}

section.subscribe .selector ul li:hover {
  display: inline-block;
  background: #348F94;
  padding: 5px 10px;
  margin: 5px 0 0 0;
  font-size: 1.1em;
  text-decoration: none;
  color: #ffffff;
}

section.subscribe .selector ul li:hover a {
  color: #ffffff;
  text-decoration: none;
}

section.subscribe .result {
  width: 100%;
  max-height: 200px;
  background: #ffffff;
  margin-top: -10px;
  margin-bottom: 20px;
  border: solid 1px #cccccc;
  overflow: auto;
}

section.subscribe .result ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

section.subscribe .result ul li {
  padding: 0;
  margin: 0;
}

section.subscribe .result ul li a {
  display: block;
  padding: 8px 15px;
  color: #666666;
}

section.subscribe .result ul li a:hover {
  background: #f0f0f0;
  text-decoration: none;
}

section.subscribe ul.listRadiobuttons {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

section.subscribe ul.listRadiobuttons li {
  padding: 0;
  margin: 0 0 -7px 0;
}

section.subscribe .inout {
  display: inline-block;
  width: 150px;
  height: 80px;
  padding: 10px;
  margin: 0 10px 10px 0;
  color: #b0b0b0;
  border: solid 2px #b0b0b0;
  text-align: center;
}

section.subscribe .inout i {
  font-size: 2em;
}

section.subscribe .inout:hover {
  color: #ffffff;
  text-decoration: none;
  background: #348F94;
  border: solid 2px #348F94;
}

section.subscribe .categories {
  width: 100%;
  max-height: 400px;
  overflow: auto;
  background: #ffffff;
  border: solid 1px #cccccc;
}

section.subscribe .categories ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

section.subscribe .categories ul li {
  position: relative;
  padding: 0;
  margin: 0;
}

section.subscribe .categories ul li .selected {
  position: absolute;
  right: 10px;
  top: 10px;
}

section.subscribe .categories ul li a {
  display: block;
  padding: 10px;
  font-size: 0.9em;
  color: #666666;
}

section.subscribe .categories ul li a:hover {
  background: #f0f0f0;
  text-decoration: none;
}

section.subscribe .subcategories {
  background: #ededed;
  padding: 10px;
  height: 400px;
  overflow: auto;
}

section.subscribe .subcategories ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

section.subscribe .subcategories ul li {
  padding: 0;
  margin: 0;
}

section.subscribe .subcategories ul li a {
  display: block;
  padding: 5px 0 5px 25px;
  font-size: 0.9em;
  color: #666666;
}

section.subscribe .subcategories ul li a:hover {
  background: #d0d0d0;
  text-decoration: none;
}

section.subscribe .subcategories ul li a.selected {
  padding: 5px 0 5px 10px;
}

section.subscribe .catColumn {
  padding-right: 0;
}

section.subscribe .subcatColumn {
  padding-left: 0;
}

section.subscribe .uploadimages {
}

section.subscribe .uploadimages .uploadimg {
  position: relative;
  min-height: 160px;
  /*  	margin-bottom:20px; */
  padding-right: 20px;
}

section.subscribe .uploadimages .uploadimg .delete {
  position: absolute;
  top: 5px;
  left: 15px;
  font-size: 2em;
}

section.subscribe .uploadimages .uploadimg .mainpicture {
  position: absolute;
  top: 5px;
  right: 45px;
  font-size: 2em;
}

section.subscribe .uploadimages .uploadedimage .mainpicture.nohover {
  top: 5px;
  right: 15px;
}

section.subscribe .uploadimages .uploadimg .quality {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  background: #ededed;
}

section.subscribe .uploadimages .uploadimg .quality .good {
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  width: 29px;
  height: 100%;
  background: #61ca38;
  text-align: center;
  color: #ffffff;
  font-size: 1.2em;
}

section.subscribe .uploadimages .uploadimg .quality .medium {
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  width: 29px;
  height: 50%;
  background: #e99f36;
  text-align: center;
  color: #ffffff;
  font-size: 1.2em;
}

section.subscribe .uploadimages .uploadimg .quality .bad {
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  width: 29px;
  height: 20%;
  background: #e93636;
  text-align: center;
  color: #ffffff;
  font-size: 1.2em;
}

section.subscribe .uploadDocuments ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

section.subscribe .uploadDocuments ul li {
  padding: 0;
  margin: 0 0 1px 0;
}

section.subscribe .uploadDocuments ul li a {
  display: block;
  padding: 10px 15px;
  background: #ededed;
  color: #666666;
}

section.subscribe .uploadDocuments ul li a:hover {
  text-decoration: none;
  background: #dddddd;
}

section.subscribe .uploadimages .uploadimg .delete a,
section.subscribe .uploadimages .uploadimg .mainpicture a {
  color: #ffffff;
}

section.subscribe .days {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
}

section.subscribe .days .day {
  padding: 10px;
}

section.subscribe .days .day a {
  color: #666666;
}

section.subscribe .days .day a:hover {
  text-decoration: none;
}

section.subscribe .days .more {
  position: relative;
}

section.subscribe .days .more .button {
  font-size: 0.95em;
}

section.subscribe .priceBox {
  display: block;
  padding: 10px 15px 0 15px;
  margin-bottom: 20px;
  background: #ededed;
}

section.subscribe .check::before {
  content: "";
  width: 17px;
  height: 13px;
  background: url(../img/check.svg) center top / contain no-repeat;
  display: inline-block;
  margin-right: 2px;
}

#voorverkooplokatieContent {
  padding-top: 65px;
}

section.subscribe #voordeelContent,
section.subscribe #voorverkooplokatieContent {
  display: none;
}

section.subscribe .catSmall ul {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
}

section.subscribe .catSmall ul li {
  display: inline-block;
  background: #cccccc;
  padding: 5px 10px;
  margin: 5px 0 0 0;
  font-size: 0.9em;
  color: #666666;
}

section.subscribe .docSmall ul {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
}

section.subscribe .docSmall ul li {
  display: inline-block;
  padding: 0;
  margin: 5px 0 0 0;
  font-size: 1em;
  color: #666666;
}

section.subscribe #readmoreInfo {
  display: none;
}

section.subscribe .imagesSmall img {
  margin: 0 5px 10px 0;
}

.notactive,
.notactive:hover {
  background: #666666 !important;
  color: #d0d0d0;
  cursor: default;
}

.notactiveDescription {
  font-weight: normal;
  padding: 0 0 10px 0;
}

.items table th {
  background: #348F94;
  color: #ffffff;
}

.items .button {
  font-size: 0.9em;
}

.items select {
  font-size: 0.8em;
}

.columns.np {
  padding-right: 0;
}

/* Toegevoegd +++ Toegevoegd +++ Toegevoegd +++ Toegevoegd +++ Toegevoegd +++ Toegevoegd +++ Toegevoegd +++ Toegevoegd +++ Toegevoegd +++ Toegevoegd +++ */
.inputHolder {
  position: relative;
  display: block;
  height: 39px;
  margin-bottom: 10px;
}

.inputHolder input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.inputHolder img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

section.subscribe .moreprices {
  font-size: 0.85em;
}

section.subscribe .leftColumn .content {
  padding: 0;
}

.activitieslist .calltoaction {
  padding-top: 5px;
}

.activitieslist .package {
  background: rgba(0, 170, 210, 0.1);
  padding: 12px;
  color: #f59115;
  width: 100%;
  display: inline-block;
}

#deleteModal strong {
  color: #000000;
}

#deleteModal .button {
  max-width: 200px;
}

#ticketingForm .button {
  padding-top: 4px;
}

.quoted {
  position: relative;
  padding: 0 40px;
}

.quoted::before {
  content: ' ';
  display: table;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/quotes.png) center top / contain no-repeat;
  width: 24px;
  height: 16px;
}

.quoted::after {
  content: ' ';
  display: table;
  position: absolute;
  right: 10px;
  bottom: 0;
  background: url(../img/quotes.png) center top / contain no-repeat;
  width: 24px;
  height: 16px;
  transform: rotate(180deg);
}

.abonnementen h1,
.pakketten h1 {
  font-size: 32px;
}

.abonnementen p,
.pakketten p {
  font-size: 14px;
  line-height: 2;
}

.abonnementen ul li,
.pakketten ul li {
  font-size: 14px;
  line-height: 2;
}

.abonnementen ul.check,
.pakketten ul.check {
  margin-left: 0;
  margin-bottom: 2rem;
}

.abonnementen ul.check::before,
.pakketten ul.check::before {
  content: none;
}

.abonnementen ul.check li,
.pakketten ul.check li {
  list-style: none;
}

.abonnementen ul.check li::before,
.pakketten ul.check li::before {
  content: "";
  width: 17px;
  height: 13px;
  background: url(../img/check.svg) center top / contain no-repeat;
  display: inline-block;
  margin-right: 6px;
}

.abonnementen .subscription {
  text-align: center;
  background: #f6f6f6;
  border-radius: 6px;
  padding: 20px 0;
}
.promo-package .starinfo {
    font-size: 14px;
    font-style: italic;
    position: absolute;
    bottom: 95px;
}
.homepakketten .promo-package .starinfo {
    bottom: 20px;
}
section.info.klantenservice {
    margin-bottom: 20px;
}

.abonnementen .subscription .number {
  font-size: 18px;

}

.abonnementen .subscription .events {
  color: #aaaaaa;
  font-size: 12px;
}

.abonnementen .subscription .price {
  color: #08B608;
  font-size: 12px;
  font-weight: bold;
  line-height: 3;
}

.pakketten .quoted {
  display: inline-block;
  padding: 20px 34px 2px 34px;
  background: rgba(0, 170, 210, 0.1);
  margin-bottom: 26px;
}

.pakketten .quoted::before {
  left: 6px;
  top: 6px;
}

.pakketten .quoted::after {
  right: 6px;
  bottom: 6px;
}

.pakketten .pakket a {
  border: 2px solid #666;
  padding: 6px 10px;
  display: block;
  border-radius: 4px;
  color: #666;
  text-decoration: none;
}

.pakketten .pakket a .fa {
  float: right;
  margin-top: 3px;
}

.pakketten table tbody tr:nth-child(even) {
  background-color: transparent;
}

.pakketten tbody tr td p strong:first-child::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/pakketten/checkmark.png) center top / contain no-repeat;
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle;
}

/* Toegevoegd +++ Toegevoegd +++ Toegevoegd +++ Toegevoegd +++ Toegevoegd +++ Toegevoegd +++ Toegevoegd +++ Toegevoegd +++ Toegevoegd +++ Toegevoegd +++ */
@media (min-width: 768px) and (max-width: 991px) {
  .open-menu {
    display: block;
  }

  .ticketingquote,
  #navi {
    display: none;
  }
}

@media (max-width: 550px) {
  .ng-flat-datepicker {
        right: 0px;
  }
}

@media (max-width: 767px) {
  .open-menu {
    display: block;
  }

  .ticketingquote,
  #navi {
    display: none;
  }

  header {
    height: 190px;
  }

  #topHeader {
    height: 50px;
  }

  #topHeader ul.left li.logo {
    background: url(/common/webresources/img/logo_uitservice.png)
      top left / contain no-repeat;
    width: 264px;
    height: 50px;
    margin: 0 0 0 -15px;
  }

  #topHeader ul li a {
    width: 30px;
    height: 30px;
    background: #ffffff;
    color: #348F94;
    text-align: center;
    font-size: 1.2em;
    line-height: 1.5em;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    text-decoration: none;
  }

  #topHeader ul li a:hover {
    background: #a7c7c9;
    color: #348F94;
    text-decoration: none;
  }

  footer ul {
    list-style: none;
    padding: 0;
    margin: 30px 0 0 0;
  }

  section.subscribe .catColumn {
    padding-right: 0.9375rem;
  }

  section.subscribe .subcatColumn {
    padding-left: 0.9375rem;
  }

  .accordion-title {
    background: #e9e9e9;
    font-family: "Roboto", sans-serif;
    font-size: 1.2em;
    line-height: 1.4em;
    color: #666666;
    border: none;
    padding-right: 40px;
    margin-bottom: 1px;
  }

  .prices .quote,
  .prices .logosmall {
    display: none;
  }

  .prices .columnOne {
    padding-right: 0.9375rem;
  }

  .prices .columnTwo {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  .prices .columnThree {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  .prices .columnFour {
    padding-left: 0.9375rem;
  }

  .row.equal-heights {
    display: block;
  }
}
