/* Add here all your css styles (customizations) */
#logo-header {
  margin-top: -57px;
  margin-left: 8px;
  height: 47px;
}
.image-block .company-description {
  margin: 100px auto 100px 0;
}

.padding-v-10-110 {
  padding-top: 10px;
  padding-bottom: 110px;
}
.padding-top-180 {
  padding-top: 180px;
}
.margin-top-140 {
  margin-top: 140px;
}

.partner-logos {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.partner-logos.second {
  justify-content: space-around;
}
.partner-logos img {
  width: 100%;
}

.logo-quick-mediator {
  padding-top: 16px;
  padding-bottom: 15px;
  text-align: center;
}
.logo-quick-mediator img.responsive {
  max-width: 100%;
}
.logo-omnius {
  padding-top: 32px;
  padding-bottom: 32px;
  text-align: center;
}
.logo-omnius img.responsive {
  max-width: 100%;
}
.logo-huis-advocaten {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}
.logo-huis-advocaten img.responsive {
  max-width: 100%;
}
.logo-nostimos {
  padding-top: 4px;
  padding-bottom: 4px;
  text-align: center;
}
.logo-smart {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}
.logo-smart img.responsive {
  max-width: 100%;
}


.btn-wide {
  width: 175px;
  text-align: center;
}
.ucase {
  text-transform: uppercase;
}

.zakelijkParticulier {
  position: relative;
  height: 0;
  left: 320px;
  top: -64px;
  font-size: 150%;
}
.zakelijkParticulier a {
  color: rgb(128,198,255);
}
.zakelijkParticulier a.actief {
  color: rgb(108,65,108);
  text-decoration: underline;
}

.thin-lines p {
  margin-bottom: 2px;
}

.no-events {
  pointer-events: none;
}

.table-striped-double > tbody > tr:nth-child(4n+1) > td,
.table-striped-double > tbody > tr:nth-child(4n+2) > td {
  background-color: #f9f9f9;
}
.table-striped-double.table-hover > tbody > tr:nth-child(4n+1):hover > td,
.table-striped-double.table-hover > tbody > tr:nth-child(4n+2):hover > td {
  background-color: #f0f0f0;
}

.clickable {
  cursor: pointer;
}

ul.flags {
  list-style: none;
}
ul.flags li {
  float: left;
}
.flags a {
  text-decoration: none !important;
}

.loginbar.flags {
  margin-top: -8px;
}

.flags .flag {
  width: 16px;
  height: 11px;
  box-sizing: content-box;
  background-size: 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  margin-bottom: -2px;
  opacity: 0.4;
  transition: opacity .25s ease-in-out;
  margin-left: 4px;
}
.flags .flag:hover {
  opacity: 1;
}
.flags .flag.active {
  opacity: 1;
}
.flag.flag-nl_NL { background-image: url(/assets/img/flags/nl.gif); }
.flag.flag-en_GB { background-image: url(/assets/img/flags/gb.gif); }


.header .navbar-brand {
  top: -15px;
}