/* ######## GRID ######### */
/* ######## MARGINS / PADDING ########### */
/* ############### */
div[class*="brick_"],
a[class*="brick_"] {
  margin-top: 100px;
}
@media print, screen and (max-width: 1024px) {
  div[class*="brick_"],
  a[class*="brick_"] {
    margin-top: 30px;
  }
}
div[class*="brick_"].nomargin,
a[class*="brick_"].nomargin {
  margin-top: 0 !important;
}
.brick_col.bg .inbox {
  background-color: #dae0e3;
}
.brick_col.bg .inbox.bg-white {
  background-color: #FFFFFF;
}
.brick_col.bg .inbox.bg-white:after {
  content: none;
}
@media print, screen and (max-width: 650px) {
  .brick_col.col_big .brick_img .h1,
  .brick_col.col_big .brick_img h1,
  .brick_col.col_big .brick_img h2,
  .brick_col.col_big .brick_img .h2 {
    margin-left: 8.33333%;
  }
}
@media print, screen and (max-width: 650px) {
  .brick_col.col_big .brick_copy .h1,
  .brick_col.col_big .brick_copy h1,
  .brick_col.col_big .brick_copy h2,
  .brick_col.col_big .brick_copy .h2 {
    margin-left: 8.33333%;
  }
}
.brick_headerimg {
  position: relative;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
}
.brick_headerimg .cell {
  position: relative;
}
.brick_headerimg .cell:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: -100%;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
}
.brick_headerimg .cell:after {
  content: "";
  width: 100%;
  display: block;
}
@media print, screen and (min-width: 650px) {
  .brick_headerimg .cell:after {
    padding-bottom: 250px;
  }
}
@media print, screen and (min-width: 1024px) {
  .brick_headerimg .cell:after {
    padding-bottom: 435px;
  }
}
.brick_headerimg .copy {
  position: relative;
  z-index: 2;
  color: #4e5b61;
  margin-top: 16px;
  margin-left: 8.33333%;
}
@media print, screen and (min-width: 650px) {
  .brick_headerimg .copy {
    position: absolute;
    bottom: 50px;
    left: 8.33333%;
    max-width: 70%;
    margin: 0;
    color: #fff;
  }
}
.brick_headerimg .copy.dark {
  color: #4e5b61;
}
.brick_headerimg img,
.brick_headerimg picture {
  width: 100%;
  display: block;
}
@media print, screen and (min-width: 650px) {
  .brick_headerimg img,
  .brick_headerimg picture {
    object-position: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media print, screen and (min-width: 650px) {
  .brick_headerimg.big .cell:after {
    padding-bottom: 550px;
  }
}
@media print, screen and (min-width: 1024px) {
  .brick_headerimg.big .cell:after {
    padding-bottom: 800px;
  }
}
.brick_headerimg.job .cta-wrap {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
@media print, screen and (min-width: 650px) {
  .brick_headerimg.job .cta-wrap {
    flex-direction: row;
    gap: 20px;
    align-items: flex-end;
  }
}
.brick_headerimg.job .cta-wrap .location {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.brick_headerimg.job .cta-wrap .location--title {
  font-weight: 700;
}
.brick_img {
  width: auto;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.brick_img .copy {
  position: relative;
  bottom: 0;
}
@media print, screen and (min-width: 1024px) {
  .brick_img .copy:not(.large-order-1) .inbox.small {
    padding-left: calc(8.33333% + 20px);
  }
}
.brick_img .grid-x {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
@media print, screen and (max-width: 1024px) {
  .brick_img picture,
  .brick_img img {
    margin-top: 30px;
    width: 100%;
  }
}
.brick_accordion .accordion-item {
  line-height: 40px;
  padding-left: 0px;
  border-bottom: 1px solid #dae0e3;
  padding-bottom: 5px;
  padding-top: 8px;
  position: relative;
  list-style: none;
}
.brick_accordion .accordion-item:before {
  display: none;
}
.brick_accordion .accordion-item .accordion-button {
  cursor: pointer;
}
.brick_accordion .accordion-item .accordion-show-more {
  float: right;
  font-weight: 400;
  font-size: 16px;
}
@media screen and (max-width: 650px) {
  .brick_accordion .accordion-item .accordion-show-more {
    display: none;
  }
}
.brick_accordion .accordion-item .accordion-arrow {
  transform-origin: left;
  height: 10px;
  width: 10px;
  position: absolute;
  top: 24px;
  right: 21px;
  transform: scale(0.7) rotate(0deg);
}
.brick_accordion .accordion-item .accordion-arrow .arrow-left,
.brick_accordion .accordion-item .accordion-arrow .arrow-right {
  position: relative;
  border: 1px solid #f7a823;
  border-radius: 1px;
}
.brick_accordion .accordion-item .accordion-arrow .arrow-right {
  transform: rotate(-45deg);
}
.brick_accordion .accordion-item .accordion-arrow .arrow-left {
  transform: rotate(45deg);
  left: -6px;
  top: 2px;
}
.brick_accordion .accordion-button.active .accordion-arrow {
  transform: scale(0.7) rotate(180deg);
}
@media screen and (min-width: 650px) {
  .brick_accordion .accordion-button.active .h3 {
    margin-top: 15px;
  }
}
.brick_accordion .accordion-button.active + .accordion-content {
  margin-top: 30px;
  margin-bottom: 30px;
  height: auto;
}
.brick_accordion .accordion-button:not(.active) .h3 {
  text-decoration: none;
}
@media screen and (min-width: 650px) {
  .brick_accordion .accordion-button:not(.active) .h3 {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
  }
}
.brick_accordion .accordion-content {
  height: 0;
  overflow: hidden;
}
.brick_accordion .accordion-content ul li {
  position: relative;
  padding-left: 40px;
  list-style: none;
  font-size: 16px;
  line-height: 24px;
}
.brick_accordion .accordion-content ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 22px;
  height: 1px;
  width: 20px;
  background-color: #f7a823;
}
@media screen and (min-width: 1024px) {
  .brick_accordion .accordion-content ul li:before {
    top: 19px;
  }
}
.brick_accordion.locations .button {
  margin-bottom: 30px;
}
.brick_quote .qoute {
  border: none;
  position: relative;
  padding: 100px 0;
}
@media screen and (max-width: 1024px) {
  .brick_quote .qoute {
    padding: 75px 0;
  }
}
.brick_quote .qoute > * {
  border: none;
  color: #386ba1;
}
.brick_quote .qoute > *:before {
  display: none;
}
.brick_quote .qoute > * > *:before {
  display: none;
}
.brick_quote .qoute:before,
.brick_quote .qoute:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  height: 100px;
  width: 2px;
  background-color: #f7a823;
}
@media screen and (max-width: 1024px) {
  .brick_quote .qoute:before,
  .brick_quote .qoute:after {
    height: 50px;
  }
}
.brick_quote .qoute:before {
  top: -30px;
}
@media screen and (max-width: 1024px) {
  .brick_quote .qoute:before {
    top: 11px;
  }
}
.brick_quote .qoute:after {
  bottom: -30px;
}
@media screen and (max-width: 1024px) {
  .brick_quote .qoute:after {
    bottom: 11px;
  }
}
.brick_carousell a {
  display: block;
  transform: scale(1);
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  transition: all 0.3s;
}
.brick_carousell a:hover {
  transform: scale(1.1);
  -webkit-filter: none;
  filter: none;
}
.brick_carousell .copy {
  margin-bottom: 115px;
}
@media print, screen and (max-width: 1024px) {
  .brick_carousell .copy {
    margin-bottom: 50px;
  }
}
.brick_carousell .swiper-button-prev {
  background: url("/var/static/img/btn-secondary-arrow-right.svg") no-repeat center;
  transform: rotate(180deg);
  left: -10vw;
  width: 103px;
  outline: none;
}
.brick_carousell .swiper-button-prev:after {
  display: none;
}
@media print, screen and (max-width: 1500px) {
  .brick_carousell .swiper-button-prev {
    left: 0px;
    top: 100%;
    margin-top: -7px;
  }
}
.brick_carousell .swiper-button-next {
  background: url("/var/static/img/btn-secondary-arrow-right.svg") no-repeat center;
  right: -10vw;
  width: 103px;
  outline: none;
}
.brick_carousell .swiper-button-next:after {
  display: none;
}
@media print, screen and (max-width: 1500px) {
  .brick_carousell .swiper-button-next {
    right: 0px;
    top: 100%;
    margin-top: -7px;
  }
}
.brick_carousell .swiper-slide img {
  display: block;
  margin: 0 auto;
}
.brick_carousell .swiper-pagination-bullet-active {
  background: #f7a823;
}
.brick_carousell .swiper-pagination-bullet {
  margin: 0 2px;
}
.brick_carousell .swiper-pagination {
  transform: translateX(-50%);
  left: 50%;
  margin-top: 10px;
}
.brick_carousell .wrapper-swipper {
  position: relative;
}
.brick_imageblock {
  position: relative;
  display: block;
  max-width: 1920px;
  margin: 0 auto;
}
.brick_imageblock .grid-x {
  position: relative;
  z-index: 2;
}
.brick_imageblock .copy {
  margin-right: 30px;
}
@media print, screen and (max-width: 650px) {
  .brick_imageblock .copy {
    margin-right: 0;
  }
}
@media print, screen and (max-width: 650px) {
  .brick_imageblock .copy .h1,
  .brick_imageblock .copy h1,
  .brick_imageblock .copy h2,
  .brick_imageblock .copy .h2 {
    margin-left: 8.33333%;
  }
}
.brick_imageblock img {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  padding-left: 56.5%;
}
@media print, screen and (max-width: 1024px) {
  .brick_imageblock img {
    margin-top: 20px;
    position: static;
    top: calc(100% + 20px);
    padding-left: 0;
    height: auto;
  }
}
.brick_links a {
  margin: 30px 0;
  min-height: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #dae0e3;
}
.brick_links .title {
  color: #386ba1;
  display: inline-block;
}
.brick_links .more {
  display: block;
}
@media print, screen and (max-width: 1024px) {
  .brick_links .more.empty {
    display: none;
  }
}
@media print, screen and (min-width: 1024px) {
  .brick_links .more {
    position: absolute;
    right: 130px;
    top: 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .brick_links .links .button.secondary {
    padding-right: 230px;
  }
  .brick_links .links.big {
    margin-left: -20px;
    margin-right: -20px;
  }
  .brick_links .links.big .title {
    max-width: 260px;
  }
  .brick_links .links.big:before {
    content: "";
    display: table;
  }
  .brick_links .links.big:after {
    display: table;
    content: "";
    clear: both;
  }
  .brick_links .links.big a {
    float: left;
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 0;
  }
  .brick_links .links.big a:after {
    right: 20px;
  }
}
@media print, screen and (min-width: 650px) {
  .brick_teaser.custom .title {
    min-height: 70px;
  }
}
.brick_teaser.lawyer .copy > p:first-of-type {
  min-height: 72px;
}
.brick_teaser .img {
  margin-top: 30px;
}
.brick_teaser .img img,
.brick_teaser .img picture {
  width: 100%;
}
.brick_teaser .copy {
  margin-top: 30px;
}
.brick_teaser .copy p + p {
  margin-top: 30px;
}
.brick_teaser .button {
  min-width: auto;
}
@media print, screen and (max-width: 1024px) {
  .brick_bgcontact,
  .brick_bglinks {
    overflow: hidden;
  }
}
.brick_bgcontact .inbox,
.brick_bglinks .inbox {
  position: relative;
}
@media print, screen and (max-width: 1024px) {
  .brick_bgcontact .inbox,
  .brick_bglinks .inbox {
    padding-left: 8.33333%;
  }
}
.brick_bgcontact .inbox:after,
.brick_bglinks .inbox:after {
  content: "";
  position: absolute;
  top: 0;
  right: -400px;
  width: 400px;
  height: 100%;
  background-color: #dae0e3;
}
.brick_bgcontact .brick_copy,
.brick_bglinks .brick_copy {
  margin-top: 50px;
  padding-bottom: 50px;
}
.brick_bgcontact .brick_img,
.brick_bglinks .brick_img {
  margin-top: 0;
}
.brick_bgcontact h4,
.brick_bglinks h4 {
  margin-top: 15px;
}
.brick_bgcontact h4 + p,
.brick_bglinks h4 + p {
  margin-top: 30px;
}
.brick_bglinks .links {
  margin-bottom: 50px;
}
@media print, screen and (min-width: 1024px) {
  .brick_bglinks .links {
    margin-bottom: 100px;
  }
}
.brick_bglinks + .brick_bglinks {
  margin-top: 0;
}
.brick_bglinks + .brick_bglinks .brick_links {
  margin-top: 0;
}
.blog.list .type,
.job.list .type {
  min-width: 173px;
  font-weight: 400;
  display: block;
}
.blog.list .date,
.job.list .date {
  margin-right: 20px;
  font-size: 16px;
  line-height: 20px;
  position: relative;
  top: -2px;
}
@media print, screen and (max-width: 650px) {
  .blog.list .date,
  .job.list .date {
    margin: 5px 0;
    display: block;
  }
}
@media print, screen and (max-width: 1024px) {
  .blog.list .date,
  .job.list .date {
    font-size: 14px;
    line-height: 18px;
    top: -1px;
  }
}
.blog.list .title,
.job.list .title {
  font-weight: 400;
  margin-bottom: 12px;
}
.blog.list .copy,
.job.list .copy {
  margin-bottom: 12px;
  margin-top: 16px;
}
@media print, screen and (min-width: 650px) {
  .blog.list .copy .h1,
  .job.list .copy .h1 {
    margin: 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .blog.list .copy,
  .job.list .copy {
    padding-right: 255px;
  }
}
.blog .filter,
.job .filter {
  margin-bottom: 20px;
}
.blog .items,
.job .items {
  margin-top: 20px;
}
.blog .item,
.job .item {
  border-bottom: 1px solid #dae0e3;
  margin-bottom: 20px;
  position: relative;
}
.blog .item .button,
.job .item .button {
  margin-top: 0;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 1024px) {
  .blog .item .button,
  .job .item .button {
    position: absolute;
    bottom: 20px;
    right: 0;
    margin-bottom: 0;
  }
}
.blog .item .cell-type,
.job .item .cell-type {
  flex: 0 0 215px;
}
@media print, screen and (min-width: 1024px) {
  .blog.teaser .title,
  .job.teaser .title {
    padding-right: 325px;
  }
}
.blog .paging .curnumber,
.job .paging .curnumber {
  margin-right: 20px;
}
@media print, screen and (max-width: 650px) {
  .blog .paging .curnumber,
  .job .paging .curnumber {
    display: block;
    text-align: center;
    margin-bottom: 8px;
  }
}
.blog .paging a,
.job .paging a {
  color: #4e5b61;
  text-decoration: none;
}
.blog .paging a.next,
.job .paging a.next {
  position: relative;
  padding-right: 20px;
}
.blog .paging a.next:after,
.job .paging a.next:after {
  position: absolute;
  right: 5px;
  top: -2px;
  content: "|";
  display: inline;
  color: #f7a823;
}
.blog .paging a.previous,
.job .paging a.previous {
  position: relative;
  padding-left: 20px;
}
.blog .paging a.previous:after,
.job .paging a.previous:after {
  position: absolute;
  left: 5px;
  top: -2px;
  content: "|";
  display: inline;
  color: #f7a823;
}
.blog .paging .pages,
.job .paging .pages {
  margin: 0 calc(20px / 2);
}
.blog .paging .pages a,
.job .paging .pages a {
  display: inline-block;
  padding: 0 10px;
  text-align: center;
  position: relative;
}
.blog .paging .pages a:first-child:before,
.job .paging .pages a:first-child:before {
  position: absolute;
  left: -5px;
  top: -2px;
  content: "|";
  display: inline;
  color: #f7a823;
}
.blog .paging .pages a.current,
.job .paging .pages a.current {
  color: #f7a823;
  cursor: default;
}
.blog .paging .pages a:after,
.job .paging .pages a:after {
  position: absolute;
  right: -5px;
  top: -2px;
  content: "|";
  display: inline;
  color: #f7a823;
}
.lawyer .partner-toggle .toggle,
.brick_jobsfilter .partner-toggle .toggle {
  margin-left: 32px;
}
.lawyer .filter,
.brick_jobsfilter .filter {
  margin-top: 30px;
}
.lawyer .filter select,
.brick_jobsfilter .filter select {
  width: 100%;
}
.lawyer .filter select.select.department option,
.brick_jobsfilter .filter select.select.department option {
  font-weight: 300;
}
.lawyer .filter input[type="text"],
.brick_jobsfilter .filter input[type="text"] {
  width: 100%;
  border: 1px solid #9bb3c1;
  background-color: #fff;
  padding: 0 15px;
}
.lawyer .filter .select,
.brick_jobsfilter .filter .select {
  position: relative;
  height: 64px;
}
@media print, screen and (max-width: 650px) {
  .lawyer .filter .select,
  .brick_jobsfilter .filter .select {
    margin: 8px 0;
  }
}
.lawyer .filter .select.active .title,
.brick_jobsfilter .filter .select.active .title {
  background-color: #f7a823;
  color: #fff;
}
.lawyer .filter .select.active .dropdown,
.brick_jobsfilter .filter .select.active .dropdown {
  display: block;
}
.lawyer .filter .select .title,
.brick_jobsfilter .filter .select .title {
  padding: 17px 50px 18px 15px;
  line-height: 29px;
  cursor: pointer;
  background: url(/var/static/img/select-arrow.svg) no-repeat right #dae0e3;
}
.lawyer .filter .select .dropdown,
.brick_jobsfilter .filter .select .dropdown {
  display: none;
  position: absolute;
  left: 0;
  top: 64px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #dae0e3;
  z-index: 3;
}
.lawyer .filter .select .dropdown label,
.brick_jobsfilter .filter .select .dropdown label {
  margin: 0px;
  display: flex;
}
.lawyer .filter .select .dropdown .option,
.brick_jobsfilter .filter .select .dropdown .option {
  padding: 15px;
}
.lawyer .filter .select .dropdown button,
.brick_jobsfilter .filter .select .dropdown button {
  margin: 15px;
}
.lawyer .filter .search,
.brick_jobsfilter .filter .search {
  position: relative;
}
.lawyer .filter .search button,
.brick_jobsfilter .filter .search button {
  position: absolute;
  right: 0;
  top: 0;
  min-width: auto;
  height: 64px;
  width: 64px;
  background-color: transparent;
  margin: 0;
  padding: 0;
  border: 0;
}
.lawyer .filter .search button:after,
.brick_jobsfilter .filter .search button:after {
  content: "";
  background-image: url("/var/static/img/icn-search.svg");
  background-position: center;
  background-size: 22px auto;
  background-repeat: no-repeat;
  left: 0;
  right: 0;
  position: static;
  height: 64px;
  width: 64px;
}
.lawyer .filter .search button:hover,
.brick_jobsfilter .filter .search button:hover {
  background-color: #dae0e3;
}
.lawyer .filter .search .dropdown,
.brick_jobsfilter .filter .search .dropdown {
  display: none;
  position: absolute;
  left: 0;
  top: 45px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #dae0e3;
  z-index: 1;
}
.lawyer .filter .search .dropdown.active,
.brick_jobsfilter .filter .search .dropdown.active {
  display: block;
}
.lawyer .filter .search .dropdown label,
.brick_jobsfilter .filter .search .dropdown label {
  margin: 15px;
}
.lawyer .filter .search .dropdown .lawyer,
.brick_jobsfilter .filter .search .dropdown .lawyer {
  padding: 15px;
}
.lawyer .filter .search .dropdown .lawyer:hover,
.brick_jobsfilter .filter .search .dropdown .lawyer:hover,
.lawyer .filter .search .dropdown .lawyer.selected,
.brick_jobsfilter .filter .search .dropdown .lawyer.selected {
  background-color: #f7a823;
}
.lawyer .head,
.brick_jobsfilter .head {
  background-color: #dae0e3;
  position: relative;
  padding-bottom: 50px;
}
@media print, screen and (max-width: 650px) {
  .lawyer .head,
  .brick_jobsfilter .head {
    padding-bottom: 30px;
  }
}
@media print, screen and (max-width: 650px) {
  .lawyer .head,
  .brick_jobsfilter .head {
    margin-left: 10px;
  }
}
.lawyer .head:after,
.brick_jobsfilter .head:after {
  content: "";
  position: absolute;
  top: 0;
  right: -380px;
  width: 380px;
  height: 100%;
  background-color: #dae0e3;
}
.lawyer .head h1,
.brick_jobsfilter .head h1 {
  margin-top: 50px;
}
.lawyer .head h1:before,
.brick_jobsfilter .head h1:before {
  display: none;
}
@media print, screen and (max-width: 650px) {
  .lawyer .head h1,
  .brick_jobsfilter .head h1 {
    margin-top: 30px;
  }
}
.lawyer .head h4.partner,
.brick_jobsfilter .head h4.partner {
  display: inline-block;
}
.lawyer .head h4.partner + h4,
.brick_jobsfilter .head h4.partner + h4 {
  margin-top: 8px;
}
.lawyer .head h4.customTitle,
.brick_jobsfilter .head h4.customTitle {
  display: inline-block;
}
.lawyer .head .avatar,
.brick_jobsfilter .head .avatar {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(33.33333% - 0.9375rem);
  height: 100%;
}
.lawyer .head .avatar:before,
.brick_jobsfilter .head .avatar:before {
  content: "";
  position: absolute;
  top: 72px;
  left: -55px;
  width: 130px;
  height: 3px;
  background-color: #f7a823;
  z-index: 1;
}
.lawyer .head .avatar:after,
.brick_jobsfilter .head .avatar:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #fff;
}
@media print, screen and (min-width: 650px) {
  .lawyer .head .avatar:after,
  .brick_jobsfilter .head .avatar:after {
    width: 0.9375rem;
  }
}
.lawyer .head .avatar img,
.brick_jobsfilter .head .avatar img,
.lawyer .head .avatar picture,
.brick_jobsfilter .head .avatar picture {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}
@media print, screen and (max-width: 650px) {
  .lawyer .head .avatar,
  .brick_jobsfilter .head .avatar {
    position: static;
    width: 100%;
    height: auto;
  }
  .lawyer .head .avatar img,
  .brick_jobsfilter .head .avatar img,
  .lawyer .head .avatar picture,
  .brick_jobsfilter .head .avatar picture {
    width: 100%;
  }
}
.lawyer .head h4 + *,
.brick_jobsfilter .head h4 + * {
  margin-top: 30px;
}
@media print, screen and (max-width: 650px) {
  .lawyer .head h4 + *,
  .brick_jobsfilter .head h4 + * {
    margin-top: 15px;
  }
}
.lawyer .head .languages,
.brick_jobsfilter .head .languages {
  margin-top: 30px;
  display: block;
}
.lawyer .head .languages i,
.brick_jobsfilter .head .languages i {
  color: #f7a823;
  font-style: normal;
  position: relative;
  top: -1px;
}
@media print, screen and (max-width: 650px) {
  .lawyer .head .languages,
  .brick_jobsfilter .head .languages {
    margin-top: 15px;
  }
}
.lawyer .head .team,
.brick_jobsfilter .head .team {
  margin-top: 30px;
  display: block;
}
@media print, screen and (max-width: 650px) {
  .lawyer .head .team,
  .brick_jobsfilter .head .team {
    margin-top: 15px;
  }
}
.lawyer .head .social,
.brick_jobsfilter .head .social {
  margin-top: 30px;
  display: block;
}
@media print, screen and (max-width: 650px) {
  .lawyer .head .social,
  .brick_jobsfilter .head .social {
    margin-top: 15px;
  }
}
.lawyer .head .social .vcard,
.brick_jobsfilter .head .social .vcard {
  margin-right: 30px;
}
.lawyer .head .social .icon,
.brick_jobsfilter .head .social .icon {
  display: inline-block;
  width: 17px;
  height: 17px;
  background-size: 100% auto;
  background-position: center;
  position: relative;
  bottom: -4px;
}
.lawyer .head .social .icon.xing,
.brick_jobsfilter .head .social .icon.xing {
  background-image: url("/var/static/img/icn-xing.svg");
  margin-right: 10px;
}
.lawyer .head .social .icon.linked,
.brick_jobsfilter .head .social .icon.linked {
  background-image: url("/var/static/img/icn-linkedin.svg");
}
.lawyer .head .encrypted,
.brick_jobsfilter .head .encrypted {
  margin-top: 30px;
  display: block;
}
@media print, screen and (max-width: 650px) {
  .lawyer .head .encrypted,
  .brick_jobsfilter .head .encrypted {
    margin-top: 15px;
  }
}
@media print, screen and (max-width: 650px) {
  .lawyer .head .cell + .cell,
  .brick_jobsfilter .head .cell + .cell {
    margin-top: 30px;
  }
}
.lawyer .head .moreinfo,
.brick_jobsfilter .head .moreinfo {
  margin-top: 30px;
  display: none;
}
.lawyer .head .close,
.brick_jobsfilter .head .close {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background-image: url("/var/static/img/icn-close.svg");
  background-size: 100% auto;
  background-position: center;
  cursor: pointer;
}
.lawyer.detail,
.brick_jobsfilter.detail {
  overflow: hidden;
}
.lawyer.list .contact-persons h3,
.brick_jobsfilter.list .contact-persons h3,
.lawyer.list .entries h3,
.brick_jobsfilter.list .entries h3 {
  margin: 30px 0;
}
@media print, screen and (min-width: 1024px) {
  .lawyer.list .contact-persons h3,
  .brick_jobsfilter.list .contact-persons h3,
  .lawyer.list .entries h3,
  .brick_jobsfilter.list .entries h3 {
    margin: 50px 0;
  }
}
.lawyer.list .item,
.brick_jobsfilter.list .item {
  padding-bottom: 15px;
  margin-top: 15px;
  border-bottom: 1px solid #dae0e3;
  position: relative;
}
.lawyer.list .item:after,
.brick_jobsfilter.list .item:after {
  width: 83px;
  height: 20px;
  content: "";
  position: absolute;
  right: 0;
  bottom: 3px;
  transform: translateY(-50%);
  background-image: url("/var/static/img/btn-secondary-arrow-right.svg");
  background-position: center;
  background-repeat: no-repeat;
}
@media print, screen and (max-width: 1024px) {
  .lawyer.list .item:after,
  .brick_jobsfilter.list .item:after {
    width: 69px;
    background-position: right center;
  }
}
.lawyer.list .item .avatar,
.brick_jobsfilter.list .item .avatar {
  position: relative;
}
.lawyer.list .item .avatar img,
.brick_jobsfilter.list .item .avatar img {
  width: 100%;
}
.lawyer.list .item .avatar .partner,
.brick_jobsfilter.list .item .avatar .partner {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  color: #386ba1;
  line-height: 42px;
}
.lawyer.list .item .name,
.brick_jobsfilter.list .item .name {
  margin-top: 30px;
  font-weight: 400;
}
.lawyer.list .item > .grid-x,
.brick_jobsfilter.list .item > .grid-x {
  cursor: pointer;
}
.lawyer.list .item .languages,
.brick_jobsfilter.list .item .languages {
  position: relative;
}
.lawyer.list .item .languages:after,
.brick_jobsfilter.list .item .languages:after {
  display: block;
  content: "";
  width: 100%;
}
.lawyer.list .item .languages .h6,
.brick_jobsfilter.list .item .languages .h6 {
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media print, screen and (min-width: 1024px) {
  .lawyer.list .item .languages .h6,
  .brick_jobsfilter.list .item .languages .h6 {
    position: absolute;
    padding-right: 90px;
  }
}
.lawyer.list .item .languages .h6 i,
.brick_jobsfilter.list .item .languages .h6 i {
  color: #f7a823;
  font-style: normal;
  position: relative;
  top: -1px;
}
.lawyer.list .item.active .card:after,
.brick_jobsfilter.list .item.active .card:after {
  display: block;
}
.lawyer.list .item.active .card .head,
.brick_jobsfilter.list .item.active .card .head {
  display: block;
}
.lawyer.list .item.small .title,
.brick_jobsfilter.list .item.small .title {
  color: #386ba1;
  font-weight: 300;
}
.lawyer.list .item.big,
.brick_jobsfilter.list .item.big {
  border: none;
}
.lawyer.list .item.big:after,
.brick_jobsfilter.list .item.big:after {
  display: none;
}
.lawyer.list .item.big .name,
.brick_jobsfilter.list .item.big .name {
  font-weight: 300;
}
.lawyer.list .item.big .title,
.brick_jobsfilter.list .item.big .title {
  margin-top: 30px;
  min-height: 72px;
}
@media print, screen and (max-width: 650px) {
  .lawyer.list .item.big .title,
  .brick_jobsfilter.list .item.big .title {
    min-height: auto;
    margin-top: 8px;
  }
}
.lawyer.list .item.big .languages,
.brick_jobsfilter.list .item.big .languages {
  margin-top: 30px;
}
@media print, screen and (max-width: 650px) {
  .lawyer.list .item.big .languages,
  .brick_jobsfilter.list .item.big .languages {
    margin-top: 8px;
  }
}
.lawyer.list .item.big .languages .h6,
.brick_jobsfilter.list .item.big .languages .h6 {
  position: relative;
}
@media print, screen and (max-width: 650px) {
  .lawyer.list .item.big .languages .button,
  .brick_jobsfilter.list .item.big .languages .button {
    margin-top: 8px;
  }
}
.lawyer.list .card .head,
.brick_jobsfilter.list .card .head {
  position: fixed;
  z-index: 999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  width: 100%;
  max-width: 840px;
  display: none;
  background-color: #dae0e3;
  padding-bottom: 30px;
}
@media print, screen and (max-width: 650px) {
  .lawyer.list .card .head,
  .brick_jobsfilter.list .card .head {
    overflow: scroll;
    height: 100%;
    padding: 0 0 30px;
    margin: 0;
    max-width: 260px;
    max-height: 500px;
  }
}
.lawyer.list .card .head:after,
.brick_jobsfilter.list .card .head:after {
  display: none;
}
@media print, screen and (min-width: 650px) {
  .lawyer.list .card .head .medium-offset-4,
  .brick_jobsfilter.list .card .head .medium-offset-4 {
    margin-left: calc(25% + 0.9375rem);
  }
}
@media print, screen and (min-width: 650px) {
  .lawyer.list .card .head .medium-8,
  .brick_jobsfilter.list .card .head .medium-8 {
    width: calc(75% - 1.875rem);
  }
}
.lawyer.list .card .head .avatar,
.brick_jobsfilter.list .card .head .avatar {
  height: 67px;
  width: 67px;
  position: absolute;
}
@media print, screen and (min-width: 650px) {
  .lawyer.list .card .head .avatar,
  .brick_jobsfilter.list .card .head .avatar {
    width: calc(25% - 0.9375rem);
    position: absolute;
    height: 195px;
  }
}
.lawyer.list .card .head .avatar:before,
.brick_jobsfilter.list .card .head .avatar:before,
.lawyer.list .card .head .avatar:after,
.brick_jobsfilter.list .card .head .avatar:after {
  display: none;
}
@media print, screen and (max-width: 650px) {
  .lawyer.list .card .head .h1,
  .brick_jobsfilter.list .card .head .h1 {
    margin-left: 64px;
    margin-top: 43px;
  }
}
.lawyer.list .card .head .title,
.brick_jobsfilter.list .card .head .title {
  color: #4e5b61;
}
.lawyer.list .card .head .close,
.brick_jobsfilter.list .card .head .close {
  display: block;
}
.lawyer.list .card .head .moreinfo,
.brick_jobsfilter.list .card .head .moreinfo {
  display: inline-block;
}
.lawyer.list .card:after,
.brick_jobsfilter.list .card:after {
  display: none;
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 998;
  position: fixed;
  left: 0;
  top: 0;
}
.job.detail .brick_quote.custom {
  margin-top: -70px;
}
@media print, screen and (min-width: 1024px) and (max-width: 1124px) {
  .job.teaser .item .job-detail {
    margin-right: 45px;
  }
}
.job.teaser .item .job-detail a {
  text-decoration: none;
  color: #386ba1;
  transition: all 0.3s;
  padding: 1px;
  display: block;
}
.job.teaser .item .job-detail a:hover {
  color: #f7a823;
  background-color: #dae0e3;
}
.job.teaser .item .job-detail a p.copy {
  padding-right: 0;
}
.job.teaser .item .job-detail a p + * {
  margin-top: 0;
}
.job.teaser .item .job-detail a h2.title {
  color: inherit;
  padding-right: 0;
  font-weight: 300;
}
.job.teaser .item .job-apply a.button.primary {
  min-width: 250px;
}
.search-container .search-form-wrap {
  margin-top: 30px;
}
.search-container .search-form-wrap input[type="input"] {
  width: 100%;
  border: none;
  border-bottom: 1px solid #f7a823;
  background-color: #fff;
  padding: 0 15px;
  box-shadow: none;
  border-radius: 0;
  outline: none;
  color: #4e5b61;
  height: 45px;
}
.search-container .search-form-wrap .search {
  position: relative;
}
.search-container .search-form-wrap .search .search-icon {
  background-image: url("/var/static/img/icn-search2.svg");
  background-repeat: no-repeat;
  background-position: right center;
  max-width: 27px;
  width: 100%;
  height: 45px;
  display: inline-block;
  position: absolute;
  right: 0px;
}
.search-container .search-form-wrap .search .search-icon.active {
  background-image: url("/var/static/img/icn-search-close.svg");
  cursor: pointer;
}
.search-container .search-form-wrap .search .search-btn {
  float: right;
}
.search-container .search-form-wrap .search .dropdown {
  display: none;
  position: absolute;
  left: 0;
  top: 45px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #dae0e3;
  z-index: 3;
}
.search-container .search-form-wrap .search .dropdown.active {
  display: block;
  max-height: 300px;
  overflow-y: scroll;
}
.search-container .search-form-wrap .search .dropdown label {
  margin: 15px;
}
.search-container .search-form-wrap .search .dropdown .search-suggestion {
  padding: 15px;
  cursor: pointer;
  color: #386ba1;
  overflow: auto;
}
.search-container .search-form-wrap .search .dropdown .search-suggestion:first-child:before {
  content: "";
  display: block;
  background: url("/var/static/img/icn-nav-search.svg") no-repeat center;
  background-size: 12px auto;
  width: 16px;
  height: 16px;
  float: left;
  margin: 0 6px 0 0;
}
.search-container .search-form-wrap .search .dropdown .search-suggestion:before {
  content: "";
  display: block;
  background: url("/var/static/img/externe-links.svg") no-repeat center;
  background-size: 10px auto;
  width: 17px;
  height: 15px;
  float: left;
  margin: 0 6px 0 0;
}
.search-container .search-form-wrap .search .dropdown .search-suggestion.selected {
  background-color: #f7a823;
}
.search-container .search-form-wrap .search .dropdown .search-suggestion a {
  text-decoration: none;
  display: block;
}
.search-container .search-form-wrap .search .dropdown .search-suggestion a:hover {
  color: #386ba1;
}
.search-container .teams.list h3,
.search-container .search-items.list h3 {
  margin: 15px 0;
}
@media print, screen and (min-width: 1024px) {
  .search-container .teams.list h3,
  .search-container .search-items.list h3 {
    margin: 30px 0;
  }
}
.search-container .teams.list .entries .entry,
.search-container .search-items.list .entries .entry {
  padding-bottom: 15px;
  margin-top: 20px;
  border-bottom: 1px solid #dae0e3;
}
.search-container .teams.list .entries .entry a,
.search-container .search-items.list .entries .entry a {
  text-decoration: none;
}
.search-container .teams.list .entries .entry a h4,
.search-container .search-items.list .entries .entry a h4 {
  font-weight: 400;
}
.search-container .teams.list .entries .entry span,
.search-container .search-items.list .entries .entry span {
  display: inline-block;
  margin-top: 15px;
}
.search-container .teams.list .entries .entry .cta,
.search-container .search-items.list .entries .entry .cta {
  position: relative;
  padding-top: 15px;
}
@media print, screen and (min-width: 650px) {
  .search-container .teams.list .entries .entry .cta a,
  .search-container .search-items.list .entries .entry .cta a {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.search-container .teams.list .entries .entry .cta a .secondary:hover,
.search-container .search-items.list .entries .entry .cta a .secondary:hover {
  color: #f7a823;
}
.search-container .pagination {
  margin: 25px 0;
}
@media print, screen and (max-width: 650px) {
  .search-container .pagination {
    max-width: 90%;
  }
}
.search-container .pagination a {
  color: #4e5b61;
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding: 0 10px;
  text-align: center;
}
.search-container .pagination a:after {
  position: absolute;
  right: -5px;
  top: -2px;
  content: "|";
  display: inline;
  color: #f7a823;
}
.search-container .pagination a.active {
  color: #f7a823;
}
.search-container .pagination .last:after {
  content: none;
}
.search-container .pagination .pag-pages {
  margin-right: 20px;
}
@media print, screen and (max-width: 650px) {
  .search-container .pagination .pag-pages {
    display: block;
    text-align: center;
    margin-bottom: 8px;
  }
}
.pop-up {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
}
.pop-up.active {
  display: block;
}
.pop-up .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  background-image: url("/var/static/img/icn-close.svg");
  background-position: center;
  cursor: pointer;
}
.pop-up .inbox {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1024px;
  height: 1024px;
  max-width: 100%;
  max-height: 100%;
  overflow-y: auto;
}
.pop-up .inbox iframe {
  width: 100%;
  height: 100%;
}
div.brick_benefits {
  margin-top: 0;
}
.brick_contactevent .ce-sessions-box {
  border-bottom: 3px solid #ebebeb;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .brick_contactevent .ce-sessions-box {
    margin-bottom: 40px;
  }
}
.brick_contactevent .ce-sessions-box:first-of-type .ce-sessions label {
  margin-top: 0;
}
.brick_contactevent .ce-sessions-box .ce-sessions .ce-session-items {
  padding: 0 15px 15px;
}
.brick_contactevent .ce-sessions-box .ce-sessions .ce-session-items label {
  margin-top: 20px;
}
.brick_contactevent .ce-sessions-box .ce-sessions .ce-session-items textarea {
  min-height: 100px;
}
.brick_contactevent .ce-text-between-form-session {
  margin: 30px 0;
}
.brick_html:not(.grid-container .brick_html) {
  padding: 10px;
}
.sticky-apply {
  position: fixed;
  bottom: 7px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  display: inline-block;
}
@media screen and (min-width: 650px) {
  .sticky-apply {
    display: none;
  }
}
.sticky-apply.sticky-apply-header {
  bottom: unset;
  top: 5px;
  display: none;
}
@media screen and (min-width: 650px) {
  .sticky-apply.sticky-apply-header {
    display: inline-block;
  }
}
@media screen and (min-width: 1024px) {
  .sticky-apply.sticky-apply-header {
    top: 17px;
    left: 361px;
    position: absolute;
  }
}
.sticky-apply.hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) translateY(20px);
}
.sticky-apply:not(.hidden) {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  box-shadow: 2px 10px 20px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 650px) {
  #sticky-apply-now.bottom {
    min-width: 200px;
  }
}
/*# sourceMappingURL=bricks.css.map */