/*
    Theme Name: Schleich & Partner
    Description: Schleich & Partner Wordpress Theme
    Version: 1.0.0
    Author: jankopietz.de
*/
/*------------------------------------*\
    IMPORTS
\*------------------------------------*/
@import 'normalize.css';
/* 
    Author     : jankopietz.de
    Content    : Global definitions
*/
/*------------------------------------*\
    SETTINGS
\*------------------------------------*/
/* responsive breakpoints */
/* colors */
/* shadows */
/* font import */
@import 'assets/js/lib/slick-1.8.1/slick/slick.css';
@font-face {
  font-display: swap;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  src: url("assets/font/nunito/nunito-v25-latin-regular.woff2") format("woff2"), url("assets/font/nunito/nunito-v25-latin-regular.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700;
  src: url("assets/font/nunito/nunito-v25-latin-700.woff2") format("woff2"), url("assets/font/nunito/nunito-v25-latin-700.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Nunito";
  font-style: italic;
  font-weight: 400;
  src: url("assets/font/nunito/nunito-v25-latin-italic.woff2") format("woff2"), url("assets/font/nunito/nunito-v25-latin-italic.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Nunito";
  font-style: italic;
  font-weight: 700;
  src: url("assets/font/nunito/nunito-v25-latin-700italic.woff2") format("woff2"), url("assets/font/nunito/nunito-v25-latin-700italic.woff") format("woff");
}
/* icon font import */
@font-face {
  font-family: "icons";
  src: url("assets/font/icons/fonts/icons.ttf?i0n8du") format("truetype"), url("assets/font/icons/fonts/icons.woff?i0n8du") format("woff"), url("assets/font/icons/fonts/icons.svg?i0n8du#icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.icon, .slick-arrow:after, .job .job__trigger:after, a.teaser .teaser__content:after, .accordeon .accordeon__entry .accordeon__entry__trigger:after, .breadcrumb .menu li:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-suitcase:before {
  content: "\e918";
}

.icon-arrow-download:before {
  content: "\e900";
}

.icon-paper-plane:before {
  content: "\e901";
}

.icon-whatsapp:before {
  content: "\e902";
}

.icon-pinterest:before {
  content: "\e903";
}

.icon-twitter:before {
  content: "\e904";
}

.icon-facebook:before {
  content: "\e905";
}

.icon-plus:before {
  content: "\e906";
}

.icon-minus:before {
  content: "\e907";
}

.icon-arrow-left:before {
  content: "\e908";
}

.icon-arrow-right:before {
  content: "\e909";
}

.icon-chevron-left:before {
  content: "\e90a";
}

.icon-chevron-right:before {
  content: "\e90b";
}

.icon-house:before {
  content: "\e90c";
}

.icon-route:before {
  content: "\e90d";
}

.icon-fax:before {
  content: "\e90e";
}

.icon-map-marker-alt:before {
  content: "\e90f";
}

.icon-arrow-right-long:before {
  content: "\e910";
}

.icon-linkedin:before {
  content: "\e911";
}

.icon-xing:before {
  content: "\e912";
}

.icon-login:before {
  content: "\e913";
}

.icon-map-marker:before {
  content: "\e914";
}

.icon-pen:before {
  content: "\e915";
}

.icon-phone:before {
  content: "\e916";
}

.icon-envelope:before {
  content: "\e917";
}

/* typography */
/* mixins */
/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global */
*,
*:after,
*:before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body {
  font-size: 100%;
  height: 100%;
  min-width: 320px;
}

body {
  background-color: #FFFFFF;
  color: #000000;
  font-family: "Nunito", sans-serif;
  font-style: normal;
  padding-top: 40px;
  position: relative;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

/*------------------------------------*\
    TYPOGRAPHY
\*------------------------------------*/
a {
  text-decoration: none;
  transition: all 0.1s ease 0s;
}
a:active, a:focus, a:hover {
  outline: 0;
}

p, .paragraph {
  line-height: 1.5;
  margin: 0 0 1.5em;
  font-size: 16px;
  font-size: 1rem;
}
p:last-child, .paragraph:last-child {
  margin: 0;
}
p + .link, .paragraph + .link {
  margin-top: 10px;
}
p + h1, p + h2, p + h3, p + h4, p + h5, p + h6, .paragraph + h1, .paragraph + h2, .paragraph + h3, .paragraph + h4, .paragraph + h5, .paragraph + h6 {
  margin-top: 40px;
}
p a, .paragraph a {
  color: #004787;
  text-decoration: underline;
}
p a:active, .paragraph a:active {
  text-decoration: none;
}
@media screen and (min-width: 1200px) {
  p a:hover, .paragraph a:hover {
    text-decoration: none;
  }
}
p .low, .paragraph .low {
  opacity: 0.4;
}

.rte + .button, .rte + .buttons, .rte + .link {
  margin-top: 30px;
}
@media screen and (min-width: 760px) {
  .rte + .button, .rte + .buttons, .rte + .link {
    margin-top: 40px;
  }
}
.rte ul, .rte ol {
  margin: 0 0 1.5em;
  line-height: 1.5;
  list-style-type: none;
  padding: 0;
  font-size: 16px;
  font-size: 1rem;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.rte ul:last-child, .rte ol:last-child {
  margin: 0;
}
.rte ul li, .rte ol li {
  padding-left: 20px;
  position: relative;
}
.rte ul + h1, .rte ul + h2, .rte ul + h3, .rte ul + h4, .rte ul + h5, .rte ul + h6, .rte ol + h1, .rte ol + h2, .rte ol + h3, .rte ol + h4, .rte ol + h5, .rte ol + h6 {
  margin-top: 40px;
}
.rte ul li:before {
  background-color: #004787;
  border-radius: 50%;
  content: "";
  display: block;
  height: 6px;
  left: 0;
  position: absolute;
  top: 9px;
  width: 6px;
}
.rte ol {
  counter-reset: counter;
}
.rte ol li {
  counter-increment: counter;
}
.rte ol li:before {
  color: #004787;
  content: counter(counter);
  font-weight: 700;
  left: 0;
  position: absolute;
  top: 3px;
  font-size: 12px;
  font-size: 0.75rem;
}

h1, .h1, h2, .h2, h3, .h3, .job .job__trigger, .accordeon .accordeon__entry .accordeon__entry__trigger, h4, .h4, h5, .h5, h6, .h6 {
  color: #000000;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 20px;
}
@media screen and (max-width: 400px) {
  h1, .h1, h2, .h2, h3, .h3, .job .job__trigger, .accordeon .accordeon__entry .accordeon__entry__trigger, h4, .h4, h5, .h5, h6, .h6 {
    -webkit-hyphens: auto;
    hyphens: auto;
  }
}
h1:last-child, .h1:last-child, h2:last-child, .h2:last-child, h3:last-child, .h3:last-child, .job .job__trigger:last-child, .accordeon .accordeon__entry .accordeon__entry__trigger:last-child, h4:last-child, .h4:last-child, h5:last-child, .h5:last-child, h6:last-child, .h6:last-child {
  margin: 0;
}

h1, .h1 {
  font-size: 36px;
  font-size: 2.25rem;
}
h1.headline, .h1.headline {
  margin: 0 0 30px;
}
h1.headline:last-child, .h1.headline:last-child {
  margin: 0;
}
@media screen and (min-width: 760px) {
  h1, .h1 {
    font-size: 46px;
    font-size: 2.875rem;
  }
}
@media screen and (min-width: 1020px) {
  h1, .h1 {
    font-size: 60px;
    font-size: 3.75rem;
  }
}

h2, .h2 {
  font-size: 40px;
  font-size: 2.5rem;
}
@media screen and (min-width: 760px) {
  h2, .h2 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 1020px) {
  h2, .h2 {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

h3, .h3, .job .job__trigger, .accordeon .accordeon__entry .accordeon__entry__trigger {
  font-size: 26px;
  font-size: 1.625rem;
}
h3.headline, .h3.headline, .job .headline.job__trigger, .accordeon .accordeon__entry .headline.accordeon__entry__trigger {
  margin: 0 0 15px;
}
h3.headline:last-child, .h3.headline:last-child, .job .headline.job__trigger:last-child, .accordeon .accordeon__entry .headline.accordeon__entry__trigger:last-child {
  margin: 0;
}
@media screen and (min-width: 760px) {
  h3, .h3, .job .job__trigger, .accordeon .accordeon__entry .accordeon__entry__trigger {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

h4, .h4 {
  font-size: 22px;
  font-size: 1.375rem;
}
@media screen and (min-width: 760px) {
  h4, .h4 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

h5, .h5 {
  font-size: 20px;
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 18px;
  font-size: 1.125rem;
}

/*------------------------------------*\
    BUTTONS & LINK
\*------------------------------------*/
button,
.button {
  background: none;
  border: none;
  outline: none;
  padding: 0;
  transition: all 0.1s ease 0s;
}

.button {
  align-items: center;
  background-color: #004787;
  border-radius: 6px;
  color: #FFFFFF;
  display: inline-flex;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 16px 25px 14px;
  font-size: 14px;
  font-size: 0.875rem;
}
.button .icon, .button .slick-arrow:after, .button .job .job__trigger:after, .job .button .job__trigger:after, .button a.teaser .teaser__content:after, a.teaser .button .teaser__content:after, .button .accordeon .accordeon__entry .accordeon__entry__trigger:after, .accordeon .accordeon__entry .button .accordeon__entry__trigger:after, .button .breadcrumb .menu li:after, .breadcrumb .menu .button li:after {
  letter-spacing: normal;
  margin-left: 20px;
  transition: all 0.1s ease 0s;
}
.button:active {
  background-color: rgb(0, 44.1777777778, 84);
}
@media screen and (min-width: 1200px) {
  .button:hover {
    background-color: rgb(0, 44.1777777778, 84);
  }
  .button:hover .icon, .button:hover .slick-arrow:after, .button:hover .job .job__trigger:after, .job .button:hover .job__trigger:after, .button:hover a.teaser .teaser__content:after, a.teaser .button:hover .teaser__content:after, .button:hover .accordeon .accordeon__entry .accordeon__entry__trigger:after, .accordeon .accordeon__entry .button:hover .accordeon__entry__trigger:after, .button:hover .breadcrumb .menu li:after, .breadcrumb .menu .button:hover li:after {
    transform: translate(5px, 0);
  }
  .button:active {
    background-color: rgb(0, 17.3555555556, 33);
    transform: translate(0, 2px);
  }
}
.button.button--email {
  text-transform: none;
}
.button.button--email .icon, .button.button--email .slick-arrow:after, .button.button--email .job .job__trigger:after, .job .button.button--email .job__trigger:after, .button.button--email a.teaser .teaser__content:after, a.teaser .button.button--email .teaser__content:after, .button.button--email .accordeon .accordeon__entry .accordeon__entry__trigger:after, .accordeon .accordeon__entry .button.button--email .accordeon__entry__trigger:after, .button.button--email .breadcrumb .menu li:after, .breadcrumb .menu .button.button--email li:after {
  margin: 0 20px 0 0;
  transform: translate(0, 0);
}

.link {
  color: #004787;
  display: block;
  font-weight: 700;
  letter-spacing: 2px;
  padding-left: 30px;
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
}
.link .icon, .link .slick-arrow:after, .link .job .job__trigger:after, .job .link .job__trigger:after, .link a.teaser .teaser__content:after, a.teaser .link .teaser__content:after, .link .accordeon .accordeon__entry .accordeon__entry__trigger:after, .accordeon .accordeon__entry .link .accordeon__entry__trigger:after, .link .breadcrumb .menu li:after, .breadcrumb .menu .link li:after {
  left: 0;
  position: absolute;
  top: 2px;
}

a.link:active {
  color: #000000;
}
@media screen and (min-width: 1200px) {
  a.link:hover {
    color: #000000;
  }
  a.link:active {
    color: #004787;
  }
}

/*------------------------------------*\
    GRID
\*------------------------------------*/
.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1400px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 760px) {
  .row {
    padding: 0 20px;
  }
}
.row + .row {
  margin-top: 40px;
}
.row .col {
  padding: 0 20px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 760px) {
  .row .col + .col {
    margin-top: 40px;
  }
}
@media screen and (min-width: 760px) {
  .row .col.col--one-half {
    width: 50%;
  }
}
@media screen and (min-width: 760px) {
  .row .col.col--one-third {
    width: 50%;
  }
}
@media screen and (min-width: 1020px) {
  .row .col.col--one-third {
    width: 33.3333%;
  }
}
@media screen and (min-width: 760px) {
  .row .col.col--two-third {
    width: 50%;
  }
}
@media screen and (min-width: 1020px) {
  .row .col.col--two-third {
    width: 66.6666%;
  }
}
@media screen and (min-width: 760px) {
  .row .col.col--one-fourth {
    width: 50%;
  }
}
@media screen and (min-width: 1020px) {
  .row .col.col--one-fourth {
    width: 25%;
  }
}
@media screen and (min-width: 760px) {
  .row .col.col--two-fifth {
    width: 40%;
  }
}
@media screen and (min-width: 760px) {
  .row .col.col--three-fifth {
    width: 60%;
  }
}

/*------------------------------------*\
    HELPER
\*------------------------------------*/
.anchor {
  position: absolute;
  top: -110px;
}
@media screen and (min-width: 760px) {
  .anchor {
    top: -140px;
  }
}

.image {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
.image img {
  max-width: none;
  width: 100%;
}

.label {
  color: #000000;
  opacity: 0.4;
  font-size: 16px;
  font-size: 1rem;
}

.box {
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 30px;
  position: relative;
}
@media screen and (min-width: 760px) {
  .box {
    padding: 40px;
  }
}
.box + .button {
  margin-top: 20px;
}
.box.box--addressed {
  padding-bottom: 55px;
}
@media screen and (min-width: 760px) {
  .box.box--addressed {
    padding-bottom: 45px;
  }
}
.box.box--addressed p {
  margin-bottom: 0;
}
.box.box--addressed .box--addressed__route {
  bottom: 20px;
  color: #004787;
  position: absolute;
  right: 20px;
  font-size: 14px;
  font-size: 0.875rem;
}
.box.box--addressed .box--addressed__route:active {
  color: #000000;
}
@media screen and (min-width: 1200px) {
  .box.box--addressed .box--addressed__route:hover {
    color: #000000;
  }
  .box.box--addressed .box--addressed__route:active {
    color: #004787;
  }
}

.location {
  position: relative;
}
.location.active {
  z-index: 100;
}
.location.active .location__trigger {
  color: #004787;
}
.location.active .location__trigger .icon, .location.active .location__trigger .slick-arrow:after, .location.active .location__trigger .job .job__trigger:after, .job .location.active .location__trigger .job__trigger:after, .location.active .location__trigger a.teaser .teaser__content:after, a.teaser .location.active .location__trigger .teaser__content:after, .location.active .location__trigger .accordeon .accordeon__entry .accordeon__entry__trigger:after, .accordeon .accordeon__entry .location.active .location__trigger .accordeon__entry__trigger:after, .location.active .location__trigger .breadcrumb .menu li:after, .breadcrumb .menu .location.active .location__trigger li:after {
  background-color: #004787;
  color: #FFFFFF;
}
.location.active .location__box {
  display: block;
}
@media screen and (min-width: 960px) {
  .location.active .location__box {
    bottom: 45px;
    opacity: 1;
    pointer-events: auto;
  }
}
.location .location__trigger {
  color: #000000;
  font-weight: 700;
  letter-spacing: 2px;
  padding-left: 40px;
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
}
.location .location__trigger:active {
  color: #004787;
}
@media screen and (min-width: 1200px) {
  .location .location__trigger:hover {
    color: #004787;
  }
  .location .location__trigger:hover .icon, .location .location__trigger:hover .slick-arrow:after, .location .location__trigger:hover .job .job__trigger:after, .job .location .location__trigger:hover .job__trigger:after, .location .location__trigger:hover a.teaser .teaser__content:after, a.teaser .location .location__trigger:hover .teaser__content:after, .location .location__trigger:hover .accordeon .accordeon__entry .accordeon__entry__trigger:after, .accordeon .accordeon__entry .location .location__trigger:hover .accordeon__entry__trigger:after, .location .location__trigger:hover .breadcrumb .menu li:after, .breadcrumb .menu .location .location__trigger:hover li:after {
    background-color: #004787;
    color: #FFFFFF;
  }
}
.location .location__trigger .icon, .location .location__trigger .slick-arrow:after, .location .location__trigger .job .job__trigger:after, .job .location .location__trigger .job__trigger:after, .location .location__trigger a.teaser .teaser__content:after, a.teaser .location .location__trigger .teaser__content:after, .location .location__trigger .accordeon .accordeon__entry .accordeon__entry__trigger:after, .accordeon .accordeon__entry .location .location__trigger .accordeon__entry__trigger:after, .location .location__trigger .breadcrumb .menu li:after, .breadcrumb .menu .location .location__trigger li:after {
  align-items: center;
  border-radius: 50%;
  color: #000000;
  display: flex;
  height: 30px;
  justify-content: center;
  left: 0;
  letter-spacing: normal;
  position: absolute;
  top: -6px;
  width: 30px;
  transition: all 0.1s ease 0s;
}
.location .location__box {
  background-color: #FFFFFF;
  border-radius: 6px;
  box-shadow: 0 2px 12px 0px rgba(0, 0, 0, 0.2);
  display: none;
  margin: 15px 0;
  padding: 30px 50px 50px 30px;
  position: relative;
}
@media screen and (min-width: 960px) {
  .location .location__box {
    bottom: 55px;
    display: block;
    margin: 0;
    opacity: 0;
    pointer-events: none;
    left: 50%;
    position: absolute;
    transform: translate(-50%, 0);
    transition: all 0.2s ease 0s;
  }
}
.location .location__box .headline {
  margin-bottom: 5px;
}
.location .location__box p {
  font-size: 14px;
  font-size: 0.875rem;
}
.location .location__box .menu {
  margin-top: 15px;
}
.location .location__box .menu li + li {
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .location .location__box .menu li {
    white-space: nowrap;
  }
}
.location .location__box .location__box__route {
  bottom: 20px;
  color: #004787;
  position: absolute;
  right: 20px;
  font-size: 14px;
  font-size: 0.875rem;
}
.location .location__box .location__box__route:active {
  color: #000000;
}
@media screen and (min-width: 1200px) {
  .location .location__box .location__box__route:hover {
    color: #000000;
  }
  .location .location__box .location__box__route:active {
    color: #004787;
  }
}

.breadcrumb {
  margin-bottom: 30px;
  padding: 110px 20px 0;
  position: relative;
}
.home .breadcrumb {
  display: none;
}
.breadcrumb + .block:not(.home .breadcrumb + .block) {
  padding-top: 0;
}
@media screen and (min-width: 760px) {
  .breadcrumb {
    padding: 110px 40px 0;
  }
}
@media screen and (min-width: 1020px) {
  .breadcrumb {
    margin-bottom: 40px;
    padding-top: 170px;
  }
}
@media screen and (min-width: 1600px) {
  .breadcrumb {
    padding: 170px 100px 0;
  }
}
.breadcrumb:after {
  background-color: #000000;
  bottom: 22px;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  opacity: 0.1;
  position: absolute;
  right: 0;
}
.breadcrumb .menu {
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 22px;
  display: inline-flex;
  padding-left: 20px;
  position: relative;
  z-index: 1;
}
.breadcrumb .menu li {
  align-items: center;
  color: #001B35;
  display: flex;
  font-weight: 700;
  height: 44px;
  letter-spacing: 2px;
  padding-right: 26px;
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
}
.breadcrumb .menu li:after {
  content: "\e90b";
  color: #989898;
  position: absolute;
  right: 8px;
  top: 18px;
  font-size: 8px;
  font-size: 0.5rem;
}
@media screen and (max-width: 760px) {
  .breadcrumb .menu li:nth-last-child(2) {
    padding-right: 20px;
  }
  .breadcrumb .menu li:nth-last-child(2):after {
    display: none;
  }
}
.breadcrumb .menu li:last-child {
  padding-right: 20px;
}
@media screen and (max-width: 760px) {
  .breadcrumb .menu li:last-child {
    display: none;
  }
}
.breadcrumb .menu li:last-child:after {
  display: none;
}
.breadcrumb .menu li a {
  align-items: center;
  color: #000000;
  display: flex;
  height: 44px;
}
.breadcrumb .menu li a .icon, .breadcrumb .menu li a .slick-arrow:after, .breadcrumb .menu li a .job .job__trigger:after, .job .breadcrumb .menu li a .job__trigger:after, .breadcrumb .menu li a.teaser .teaser__content:after, .breadcrumb .menu li a .accordeon .accordeon__entry .accordeon__entry__trigger:after, .accordeon .accordeon__entry .breadcrumb .menu li a .accordeon__entry__trigger:after, .breadcrumb .menu li a li:after {
  font-size: 12px;
  font-size: 0.75rem;
}
.breadcrumb .menu li a:active {
  color: #004787;
}
@media screen and (min-width: 1200px) {
  .breadcrumb .menu li a:hover {
    color: #004787;
  }
  .breadcrumb .menu li a:active {
    color: #000000;
  }
}

.share {
  text-align: center;
}
.share .share__buttons {
  display: flex;
  justify-content: center;
}
.share .share__buttons a {
  border: 1px solid rgba(0, 0, 0, 0.1);
  align-items: center;
  color: #004787;
  display: flex;
  height: 50px;
  justify-content: center;
  width: 50px;
  font-size: 16px;
  font-size: 1rem;
}
.share .share__buttons a + a {
  border-left: none;
  margin-left: -1px;
}
.share .share__buttons a:first-child {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.share .share__buttons a:last-child {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.share .share__buttons a:active {
  color: #000000;
}
@media screen and (min-width: 1200px) {
  .share .share__buttons a:hover {
    color: #000000;
  }
  .share .share__buttons a:active {
    color: #004787;
  }
}

/*------------------------------------*\
    CONTENT ELEMENTS
\*------------------------------------*/
.accordeon .accordeon__entry {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
}
.accordeon .accordeon__entry + .accordeon__entry {
  margin-top: 30px;
}
@media screen and (min-width: 760px) {
  .accordeon .accordeon__entry + .accordeon__entry {
    margin-top: 40px;
  }
}
.accordeon .accordeon__entry.active .accordeon__entry__trigger:after {
  content: "\e907";
}
.accordeon .accordeon__entry.active .accordeon__entry__content {
  display: block;
}
.accordeon .accordeon__entry .accordeon__entry__trigger {
  margin: 0;
  padding-right: 40px;
  position: relative;
  text-align: left;
  width: 100%;
}
.accordeon .accordeon__entry .accordeon__entry__trigger:active:after {
  color: #000000;
}
@media screen and (min-width: 1200px) {
  .accordeon .accordeon__entry .accordeon__entry__trigger:hover:after {
    color: #000000;
  }
  .accordeon .accordeon__entry .accordeon__entry__trigger:active:after {
    color: #004787;
  }
}
.accordeon .accordeon__entry .accordeon__entry__trigger:after {
  color: #004787;
  content: "\e906";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 16px;
  font-size: 1rem;
}
.accordeon .accordeon__entry .accordeon__entry__content {
  display: none;
  padding-top: 10px;
}
@media screen and (min-width: 760px) {
  .accordeon .accordeon__entry .accordeon__entry__content {
    padding-top: 20px;
  }
}

.teaser {
  display: block;
  overflow: hidden;
  padding-left: 50px;
  position: relative;
}
@media screen and (min-width: 760px) {
  .teaser {
    padding-left: 70px;
  }
}
.teaser .teaser__image {
  display: block;
}
.teaser .teaser__image img {
  max-width: none;
  width: 100%;
}
.teaser .teaser__content {
  display: block;
  position: relative;
}
.teaser .teaser__content:before {
  background-image: url("assets/img/signet.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  height: 66px;
  left: -50px;
  position: absolute;
  top: 0;
  width: 30px;
}
@media screen and (min-width: 760px) {
  .teaser .teaser__content:before {
    height: 88px;
    left: -70px;
    width: 40px;
  }
}
.teaser .teaser__content .headline + .label {
  margin: 15px 0;
}
.teaser .teaser__content .label {
  display: block;
}
.teaser .teaser__content .label + .headline {
  margin-top: 10px;
}
.teaser .teaser__content .teaser__content__text {
  color: #000000;
  display: block;
  line-height: 1.5;
  font-size: 16px;
  font-size: 1rem;
}

a.teaser {
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding-left: 0;
}
@media screen and (min-width: 1200px) {
  a.teaser:hover {
    box-shadow: 0 2px 12px 0px rgba(0, 0, 0, 0.2);
    transform: translate(0, -5px);
  }
}
a.teaser.teaser--document .teaser__content {
  padding: 30px 60px 30px 30px;
}
@media screen and (min-width: 760px) {
  a.teaser.teaser--document .teaser__content {
    padding: 40px 70px 40px 40px;
  }
}
a.teaser.teaser--document .teaser__content:after {
  content: "\e900";
}
a.teaser.teaser--document .teaser__content .label {
  margin-top: 15px;
  text-transform: uppercase;
}
@media screen and (min-width: 760px) {
  a.teaser.teaser--lawyer {
    display: flex;
    flex-wrap: wrap;
  }
}
a.teaser.teaser--lawyer .teaser__image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 75%;
  width: 100%;
}
@media screen and (min-width: 760px) {
  a.teaser.teaser--lawyer .teaser__image {
    padding-top: 30.5%;
    width: 40%;
  }
}
@media screen and (min-width: 760px) {
  a.teaser.teaser--lawyer .teaser__content {
    width: 60%;
  }
}
a.teaser.teaser--lawyer .teaser__content .headline {
  margin-bottom: 10px;
}
a.teaser.teaser--lawyer .teaser__content .headline + label {
  margin-top: 0;
}
a.teaser .teaser__content {
  padding: 30px 60px 50px 30px;
}
@media screen and (min-width: 760px) {
  a.teaser .teaser__content {
    padding: 40px 70px 60px 40px;
  }
}
a.teaser .teaser__content:before {
  height: 66px;
  left: auto;
  right: 20px;
  top: 20px;
  width: 30px;
}
a.teaser .teaser__content:after {
  bottom: 20px;
  color: #004787;
  content: "\e910";
  position: absolute;
  right: 20px;
  font-size: 18px;
  font-size: 1.125rem;
}

.video {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  cursor: pointer;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}
.video.active .video__play {
  display: none;
}
.video:active .video__play {
  opacity: 0.6;
}
@media screen and (min-width: 1200px) {
  .video:hover .video__play {
    opacity: 0.6;
  }
  .video:active .video__play {
    opacity: 1;
  }
}
.video .video__play {
  color: #FFFFFF;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  font-size: 80px;
  font-size: 5rem;
  transition: opacity 0.1s ease 0s;
}
.video .video__player {
  height: 100%;
  position: absolute;
  width: 100%;
}

.row.contact-hint {
  margin-top: 60px;
}
@media screen and (min-width: 760px) {
  .row.contact-hint {
    margin-top: 80px;
  }
}
.row.contact-hint .col {
  text-align: center;
}
@media screen and (min-width: 760px) {
  .row.contact-hint .col {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 760px) {
  .row.contact-hint .col .headline {
    margin: 0;
  }
}
@media screen and (min-width: 760px) {
  .row.contact-hint .col .headline + .button {
    margin-left: 40px;
  }
}

.job {
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 30px;
}
@media screen and (min-width: 760px) {
  .job {
    padding: 40px;
  }
}
.job + .job {
  margin-top: 20px;
}
.job.active .job__trigger:after {
  content: "\e907";
}
.job.active .job__content {
  display: block;
}
.job .job__trigger {
  margin: 0;
  padding-right: 40px;
  position: relative;
  text-align: left;
  width: 100%;
}
.job .job__trigger:active:after {
  color: #000000;
}
@media screen and (min-width: 1200px) {
  .job .job__trigger:hover:after {
    color: #000000;
  }
  .job .job__trigger:active:after {
    color: #004787;
  }
}
.job .job__trigger:after {
  color: #004787;
  content: "\e906";
  position: absolute;
  right: -10px;
  top: -10px;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 760px) {
  .job .job__trigger:after {
    right: -20px;
    top: -20px;
  }
}
.job .job__content {
  display: none;
  padding-top: 10px;
}
@media screen and (min-width: 760px) {
  .job .job__content {
    padding-top: 20px;
  }
}

.contact {
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
.contact .contact__image img {
  max-width: none;
  width: 100%;
}
.contact .contact__inner {
  padding: 30px 20px;
}
@media screen and (min-width: 760px) {
  .contact .contact__inner {
    padding: 40px;
  }
}
.contact .contact__inner .headline {
  margin-bottom: 10px;
}
.contact .contact__inner .label {
  display: block;
  margin-bottom: 15px;
}
.contact .contact__inner .menu {
  margin-top: 15px;
}
.contact .contact__inner .menu li + li {
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .contact .contact__inner .menu li {
    white-space: nowrap;
  }
}

/*------------------------------------*\
    BLOCKS
\*------------------------------------*/
.block {
  padding: 60px 0;
  position: relative;
}
@media screen and (min-width: 760px) {
  .block {
    padding: 80px 0;
  }
}
.block + .block {
  padding-top: 0;
}
.block + .block.block--dark {
  padding-top: 60px;
}
@media screen and (min-width: 760px) {
  .block + .block.block--dark {
    padding-top: 80px;
  }
}
.block.block--dark {
  background-color: rgba(0, 27, 53, 0.1);
}
.block.block--dark + .block {
  padding-top: 60px;
}
@media screen and (min-width: 760px) {
  .block.block--dark + .block {
    padding-top: 80px;
  }
}
.block.block--dark + .block.block--dark {
  padding-top: 0;
}
.block .block__filter + .row {
  margin-top: 20px;
}
@media screen and (min-width: 570px) {
  .block .block__filter .col {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 570px) {
  .block .block__filter .block__filter__select {
    width: auto;
  }
}
.block .block__filter .block__filter__count {
  font-weight: 700;
  letter-spacing: 2px;
  margin-top: 20px;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 570px) {
  .block .block__filter .block__filter__count {
    margin-top: 0;
  }
}

@media screen and (min-width: 760px) {
  .block--hero.block--hero--imaged .col {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 760px) {
  .block--hero.block--hero--imaged .block--hero__content {
    padding-right: 20px;
    width: 50%;
  }
}
@media screen and (min-width: 1020px) {
  .block--hero.block--hero--imaged .block--hero__content {
    width: 58.3333%;
  }
}
.block--hero.block--hero--imaged .block--hero__image {
  margin-top: 40px;
}
@media screen and (min-width: 760px) {
  .block--hero.block--hero--imaged .block--hero__image {
    margin-top: 0;
    padding-left: 20px;
    width: 50%;
  }
}
@media screen and (min-width: 1020px) {
  .block--hero.block--hero--imaged .block--hero__image {
    width: 41.6666%;
  }
}

.block--hero-slider {
  min-height: 550px;
  padding: 220px 0 80px;
}
@media screen and (min-width: 760px) {
  .block--hero-slider {
    padding: 280px 0 200px;
  }
}
@media screen and (min-width: 1020px) {
  .block--hero-slider {
    padding: 380px 0 200px;
  }
}
.block--hero-slider + .block--teaser-boxes {
  margin-top: -50px;
  padding-top: 0;
  z-index: 10;
}
@media screen and (min-width: 760px) {
  .block--hero-slider + .block--teaser-boxes {
    margin-top: -60px;
  }
}
.block--hero-slider .block--hero-slider__intro {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 760px) {
  .block--hero-slider .block--hero-slider__intro .col.col--one-half {
    width: 60%;
  }
}
.block--hero-slider .block--hero-slider__intro .col.col--one-half .box {
  background-color: rgba(255, 255, 255, 0.75);
  position: relative;
  z-index: 1;
}
.block--hero-slider .block--hero-slider__intro .col.col--one-half .box .headline {
  -webkit-hyphens: none;
          hyphens: none;
  font-size: 23px;
  font-size: 1.4375rem;
}
@media screen and (min-width: 760px) {
  .block--hero-slider .block--hero-slider__intro .col.col--one-half .box .headline {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 1020px) {
  .block--hero-slider .block--hero-slider__intro .col.col--one-half .box .headline {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.block--hero-slider .block--hero-slider__intro .col.col--one-half .box .headline + .rte {
  margin-top: -15px;
}
.block--hero-slider .block--hero-slider__slides {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.block--hero-slider .block--hero-slider__slides .slick-list, .block--hero-slider .block--hero-slider__slides .slick-track, .block--hero-slider .block--hero-slider__slides .block--hero-slider__slides__image {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.block--hero-slider .block--hero-slider__slides .block--hero-slider__slides__image {
  background-position: right 15% center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 760px) {
  .block--hero-slider .block--hero-slider__slides .block--hero-slider__slides__image {
    background-position: right center;
  }
}

.block--teaser-boxes .headline {
  max-width: 660px;
}
@media screen and (min-width: 760px) {
  .block--teaser-boxes .block--teaser-boxes__teaser {
    margin: -20px 0 -20px -20px;
    width: calc(100% + 40px);
  }
}
@media screen and (max-width: 760px) {
  .block--teaser-boxes .block--teaser-boxes__teaser .block--teaser-boxes__teaser__teaser + .block--teaser-boxes__teaser__teaser .teaser {
    margin-top: 40px;
  }
}
@media screen and (max-width: 760px) {
  .block--teaser-boxes .block--teaser-boxes__teaser .block--teaser-boxes__teaser__teaser + .block--teaser-boxes__teaser__teaser a.teaser {
    margin-top: 20px;
  }
}
@media screen and (min-width: 760px) {
  .block--teaser-boxes .block--teaser-boxes__teaser .block--teaser-boxes__teaser__teaser {
    padding: 20px;
    width: 50%;
  }
}

.block--counter .block--counter__numbers {
  max-width: 1040px;
}
.block--counter .block--counter__numbers .block--counter__numbers__entry {
  text-align: center;
}
@media screen and (min-width: 760px) and (max-width: 1020px) {
  .block--counter .block--counter__numbers .block--counter__numbers__entry:nth-child(n+3) {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1020px) {
  .block--counter .block--counter__numbers .block--counter__numbers__entry:nth-child(n+2) {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1020px) {
  .block--counter .block--counter__numbers .block--counter__numbers__entry:last-child {
    margin-top: 60px;
  }
}
@media screen and (min-width: 760px) {
  .block--counter .block--counter__numbers .block--counter__numbers__entry {
    text-align: left;
  }
}
@media screen and (min-width: 1020px) {
  .block--counter .block--counter__numbers .block--counter__numbers__entry {
    display: flex;
    height: 100%;
  }
}
.block--counter .block--counter__numbers .block--counter__numbers__entry .block--counter__numbers__entry__number {
  font-weight: 700;
  line-height: 1;
  font-size: 60px;
  font-size: 3.75rem;
}
@media screen and (min-width: 760px) {
  .block--counter .block--counter__numbers .block--counter__numbers__entry .block--counter__numbers__entry__number {
    font-size: 80px;
    font-size: 5rem;
  }
}
@media screen and (min-width: 1020px) {
  .block--counter .block--counter__numbers .block--counter__numbers__entry .block--counter__numbers__entry__number {
    padding-right: 20px;
  }
}
.block--counter .block--counter__numbers .block--counter__numbers__entry .block--counter__numbers__entry__content {
  margin-top: 10px;
}
@media screen and (min-width: 1020px) {
  .block--counter .block--counter__numbers .block--counter__numbers__entry .block--counter__numbers__entry__content {
    margin-bottom: 0;
    padding-left: 20px;
  }
}

.block--news-teaser .row {
  max-width: 1040px;
}
.block--news-teaser .rte {
  max-width: 660px;
}

@media screen and (min-width: 760px) {
  .block--news .block--news__listing {
    margin-left: -20px;
    width: calc(100% + 40px);
  }
}
@media screen and (min-width: 760px) {
  .block--news .block--news__listing .block--news__listing__teaser {
    padding: 20px;
    width: 50%;
  }
}
@media screen and (max-width: 760px) {
  .block--news .block--news__listing .block--news__listing__teaser + .block--news__listing__teaser {
    margin-top: 20px;
  }
}

@media screen and (min-width: 760px) {
  .block--documents .block--documents__listing {
    margin-left: -20px;
    width: calc(100% + 40px);
  }
}
@media screen and (min-width: 760px) {
  .block--documents .block--documents__listing .block--documents__listing__teaser {
    padding: 20px;
    width: 50%;
  }
}
@media screen and (min-width: 1020px) {
  .block--documents .block--documents__listing .block--documents__listing__teaser {
    width: 33.3333%;
  }
}
@media screen and (max-width: 760px) {
  .block--documents .block--documents__listing .block--documents__listing__teaser + .block--documents__listing__teaser {
    margin-top: 20px;
  }
}

@media screen and (min-width: 760px) {
  .block--lawyers .teaser {
    width: 75%;
  }
}
@media screen and (min-width: 1020px) {
  .block--lawyers .teaser {
    width: 55%;
  }
}
.block--lawyers .teaser + .teaser {
  margin-top: 20px;
}
@media screen and (min-width: 760px) {
  .block--lawyers .teaser + .teaser {
    margin-top: 40px;
  }
}
@media screen and (min-width: 760px) {
  .block--lawyers .teaser:nth-child(2), .block--lawyers .teaser:nth-child(5), .block--lawyers .teaser:nth-child(8), .block--lawyers .teaser:nth-child(12), .block--lawyers .teaser:nth-child(15), .block--lawyers .teaser:nth-child(18) {
    margin-left: 25%;
  }
}
@media screen and (min-width: 760px) {
  .block--lawyers .teaser:nth-child(4), .block--lawyers .teaser:nth-child(14) {
    margin-left: 8.3333%;
  }
}
@media screen and (min-width: 760px) {
  .block--lawyers .teaser:nth-child(6), .block--lawyers .teaser:nth-child(10), .block--lawyers .teaser:nth-child(16), .block--lawyers .teaser:nth-child(20) {
    margin-left: 16.6666%;
  }
}

.block--image-text.block--image-text--fullwidth {
  padding-top: 0;
}
.block--image-text.block--image-text--fullwidth .block--image-text__image {
  width: 100%;
}
.block--image-text.block--image-text--fullwidth .box {
  margin: -40px 0 0;
  width: 100%;
}
@media screen and (min-width: 760px) {
  .block--image-text.block--image-text--fullwidth .box {
    margin-top: -200px;
    width: 50%;
  }
}
.block--image-text .block--image-text__image {
  width: calc(100% - 20px);
}
@media screen and (min-width: 760px) {
  .block--image-text .block--image-text__image {
    width: 75%;
  }
}
.block--image-text .box {
  margin: -40px 0 0 20px;
  width: calc(100% - 20px);
}
@media screen and (min-width: 760px) {
  .block--image-text .box {
    margin: -200px 0 0 55%;
    width: 45%;
  }
}
.block--image-text .box .headline {
  font-size: 30px;
  font-size: 1.875rem;
}
@media screen and (min-width: 1020px) {
  .block--image-text .box .headline {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.block--lawyers-slider .rte {
  max-width: 660px;
}
.block--lawyers-slider .block--lawyers-slider__slides {
  margin-left: -20px;
  width: calc(100% + 40px);
}
@media screen and (min-width: 1020px) {
  .block--lawyers-slider .block--lawyers-slider__slides {
    margin: -20px 0 0 -40px;
    width: 9999px;
  }
}
@media screen and (min-width: 1020px) {
  .block--lawyers-slider .block--lawyers-slider__slides .slick-list {
    padding: 20px;
  }
}
.block--lawyers-slider .block--lawyers-slider__slides .block--lawyers-slider__slides__slide {
  padding: 0 20px;
}
@media screen and (min-width: 1020px) {
  .block--lawyers-slider .block--lawyers-slider__slides .block--lawyers-slider__slides__slide {
    opacity: 0;
    width: 870px;
    transition: opacity 0.2s ease 0s;
  }
  .block--lawyers-slider .block--lawyers-slider__slides .block--lawyers-slider__slides__slide.slick-current {
    opacity: 1;
  }
  .block--lawyers-slider .block--lawyers-slider__slides .block--lawyers-slider__slides__slide.slick-current ~ .block--lawyers-slider__slides__slide {
    opacity: 1;
  }
}
.block--lawyers-slider .block--lawyers-slider__navigation {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
@media screen and (min-width: 1020px) {
  .block--lawyers-slider .block--lawyers-slider__navigation {
    margin-top: 20px;
  }
}
.block--lawyers-slider .block--lawyers-slider__navigation .slick-arrow {
  z-index: 10;
}
@media screen and (min-width: 1020px) {
  .block--lawyers-slider .row + .row.block--lawyers-slider__button {
    margin-top: -50px;
  }
}

.block--jobs .col > .headline {
  margin-bottom: 20px;
}
@media screen and (min-width: 760px) {
  .block--jobs .col > .headline {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 760px) {
  .block--text .block--text__inner {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 760px) {
  .block--text .block--text__inner .headline {
    padding-right: 20px;
    width: 50%;
  }
}
@media screen and (min-width: 1020px) {
  .block--text .block--text__inner .headline {
    width: 40%;
  }
}
@media screen and (min-width: 760px) {
  .block--text .block--text__inner .block--text__inner__text {
    padding-left: 20px;
    width: 50%;
  }
}
@media screen and (min-width: 1020px) {
  .block--text .block--text__inner .block--text__inner__text {
    width: 60%;
  }
}

.block--form .block--form__form {
  margin: 0 auto;
  max-width: 660px;
}
@media screen and (min-width: 760px) {
  .block--form .block--form__form {
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    padding: 60px 60px 40px;
  }
}
.block--form .block--form__form .block--form__form__form {
  margin-top: 30px;
}
@media screen and (min-width: 760px) {
  .block--form .block--form__form .block--form__form__form {
    margin-top: 40px;
  }
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
.wrapper {
  overflow: hidden;
  position: relative;
}

.header {
  display: block;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
@media screen and (max-width: 1200px) {
  .nav-active .header {
    height: 100%;
  }
}
.header .header__meta {
  background-color: #001B35;
  display: flex;
  height: 40px;
  justify-content: space-between;
  padding: 0 20px;
  position: relative;
}
@media screen and (min-width: 1020px) {
  .header .header__meta {
    justify-content: center;
  }
}
.header .header__meta .menu {
  display: flex;
}
.header .header__meta .menu li + li {
  margin-left: 20px;
}
@media screen and (min-width: 1020px) {
  .header .header__meta .menu li + li {
    margin-left: 40px;
  }
}
@media screen and (min-width: 1400px) {
  .header .header__meta .menu li + li {
    margin-left: 60px;
  }
}
.header .header__meta .menu li a {
  align-items: center;
  color: #FFFFFF;
  display: flex;
  height: 40px;
  font-size: 14px;
  font-size: 0.875rem;
}
.header .header__meta .menu li a:active {
  opacity: 0.6;
}
@media screen and (min-width: 1200px) {
  .header .header__meta .menu li a:hover {
    opacity: 0.6;
  }
  .header .header__meta .menu li a:active {
    opacity: 1;
  }
}
.header .header__meta .menu li a .link-title {
  margin-left: 15px;
}
@media screen and (max-width: 1020px) {
  .header .header__meta .menu li a .link-title {
    display: none;
  }
}
@media screen and (min-width: 1020px) {
  .header .header__meta .header__meta__social {
    position: absolute;
    right: 20px;
    top: 0;
  }
}
.header .header__meta .header__meta__social .menu li + li {
  margin-left: 20px;
}
.header .header__content {
  line-height: 0;
  padding: 15px 20px;
  text-align: center;
  transition: all 0.2s ease 0s;
}
@media screen and (max-width: 1200px) {
  .nav-active .header .header__content {
    background-color: #FFFFFF;
    height: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .header .header__content {
    height: 170px;
    padding: 15px 40px;
  }
}
@media screen and (min-width: 1400px) {
  .header .header__content {
    padding: 15px 100px;
  }
}
.scrolled .header .header__content {
  background-color: #FFFFFF;
  box-shadow: 0 2px 12px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 1200px) {
  .scrolled .header .header__content {
    height: 96px;
  }
}
.header .header__content .header__content__logo {
  display: inline-block;
  height: 73px;
  position: relative;
  width: 280px;
  z-index: 10;
  transition: all 0.1s ease 0s;
}
.scrolled .header .header__content .header__content__logo {
  height: 40px;
  width: 225px;
}
@media screen and (min-width: 1020px) {
  .header .header__content .header__content__logo {
    height: 105px;
    width: 400px;
  }
  .scrolled .header .header__content .header__content__logo {
    height: 66px;
    width: 364px;
  }
}
@media screen and (min-width: 1200px) {
  .header .header__content .header__content__logo {
    left: 50%;
    position: absolute;
    transform: translate(-50%, 0);
  }
}
.header .header__content .header__content__logo img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  transition: opacity 0.1s ease 0s;
}
.scrolled .header .header__content .header__content__logo img.header__content__logo__default {
  opacity: 0;
}
.header .header__content .header__content__logo img.header__content__logo__minimal {
  opacity: 0;
}
.scrolled .header .header__content .header__content__logo img.header__content__logo__minimal {
  opacity: 1;
}
.header .header__content .header__content__trigger {
  align-items: center;
  background-color: #004787;
  border-radius: 22px;
  bottom: 15px;
  box-shadow: 0 2px 12px 0px rgba(0, 0, 0, 0.2);
  color: #FFFFFF;
  display: flex;
  font-weight: 700;
  height: 44px;
  left: 50%;
  letter-spacing: 2px;
  padding: 0 20px;
  position: fixed;
  text-transform: uppercase;
  z-index: 20;
  font-size: 14px;
  font-size: 0.875rem;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 1200px) {
  .header .header__content .header__content__trigger {
    display: none;
  }
}
.header .header__content .header__content__trigger .header__content__trigger__burger {
  display: block;
  height: 10px;
  margin-left: 10px;
  position: relative;
  width: 20px;
}
.header .header__content .header__content__trigger .header__content__trigger__burger:before, .header .header__content .header__content__trigger .header__content__trigger__burger:after {
  background-color: #FFFFFF;
  border-radius: 1px;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  width: 20px;
  transition: all 0.2s ease 0s;
}
.header .header__content .header__content__trigger .header__content__trigger__burger:before {
  top: 0;
}
.nav-active .header .header__content .header__content__trigger .header__content__trigger__burger:before {
  top: 4px;
  transform: rotate(45deg);
}
.header .header__content .header__content__trigger .header__content__trigger__burger:after {
  bottom: 0;
}
.nav-active .header .header__content .header__content__trigger .header__content__trigger__burger:after {
  bottom: 4px;
  transform: rotate(-45deg);
}
.header .header__content .header__inner__navigation {
  line-height: 1;
  width: 100%;
  transition: all 0.2s ease 0s;
}
@media screen and (max-width: 1200px) {
  .header .header__content .header__inner__navigation {
    background-color: #FFFFFF;
    bottom: -100%;
    height: calc(100% - 143px);
    left: 0;
    overflow: auto;
    padding: 25px 30px 100px;
    pointer-events: none;
    position: fixed;
  }
}
@media screen and (min-width: 1020px) {
  .header .header__content .header__inner__navigation {
    height: calc(100% - 188px);
  }
}
@media screen and (min-width: 1200px) {
  .header .header__content .header__inner__navigation {
    display: flex;
    justify-content: space-between;
    margin-top: 36px;
  }
}
.scrolled .header .header__content .header__inner__navigation {
  height: calc(100% - 110px);
}
@media screen and (min-width: 1020px) {
  .scrolled .header .header__content .header__inner__navigation {
    height: calc(100% - 136px);
  }
}
@media screen and (min-width: 1200px) {
  .scrolled .header .header__content .header__inner__navigation {
    margin-top: 6px;
  }
}
.nav-active .header .header__content .header__inner__navigation {
  bottom: 0;
  pointer-events: auto;
}
.header .header__content .header__inner__navigation .menu {
  margin: 0 auto;
  max-width: 400px;
}
@media screen and (min-width: 1200px) {
  .header .header__content .header__inner__navigation .menu {
    display: flex;
  }
}
.header .header__content .header__inner__navigation .menu li {
  position: relative;
}
.header .header__content .header__inner__navigation .menu li + li {
  margin-top: 20px;
}
@media screen and (min-width: 1200px) {
  .header .header__content .header__inner__navigation .menu li + li {
    margin: 0 0 0 60px;
  }
}
@media screen and (min-width: 1400px) {
  .header .header__content .header__inner__navigation .menu li + li {
    margin-left: 80px;
  }
}
.header .header__content .header__inner__navigation .menu li.current-menu-item > a {
  color: #004787;
}
@media screen and (min-width: 1200px) {
  .header .header__content .header__inner__navigation .menu li.current-menu-ancestor > a {
    color: #004787;
  }
}
.single-lawyer_cpt .header .header__content .header__inner__navigation .menu li.menu-company > a, .single-lawyer_cpt .header .header__content .header__inner__navigation .menu li.menu-lawyers > a {
  color: #004787;
}
.single-news_cpt .header .header__content .header__inner__navigation .menu li.menu-news > a {
  color: #004787;
}
@media screen and (min-width: 1200px) {
  .header .header__content .header__inner__navigation .menu li {
    padding: 20px 0;
  }
  .header .header__content .header__inner__navigation .menu li:hover .sub-menu {
    opacity: 1;
    pointer-events: auto;
    top: 33px;
  }
}
.header .header__content .header__inner__navigation .menu li a {
  color: #000000;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
}
.header .header__content .header__inner__navigation .menu li a:active {
  color: #004787;
}
@media screen and (min-width: 1200px) {
  .header .header__content .header__inner__navigation .menu li a:hover {
    color: #004787;
  }
  .header .header__content .header__inner__navigation .menu li a:active {
    color: #000000;
  }
}
.header .header__content .header__inner__navigation .menu li .sub-menu {
  background-color: rgba(0, 27, 53, 0.1);
  border-radius: 20px;
  margin: 20px 0 40px;
  padding: 25px;
}
@media screen and (min-width: 1200px) {
  .header .header__content .header__inner__navigation .menu li .sub-menu {
    background-color: #FFFFFF;
    box-shadow: 0 2px 12px 0px rgba(0, 0, 0, 0.2);
    opacity: 0;
    pointer-events: none;
    top: 43px;
    left: 50%;
    position: absolute;
    transform: translate(-50%, 0);
    transition: all 0.2s ease 0s;
  }
}
@media screen and (min-width: 1200px) {
  .header .header__content .header__inner__navigation .menu li .sub-menu li {
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  .header .header__content .header__inner__navigation .menu li .sub-menu li + li {
    margin: 15px 0 0;
  }
}
.header .header__content .header__inner__navigation .menu li .sub-menu li a {
  letter-spacing: 2px;
  text-transform: none;
}

.main {
  display: block;
}
.main .main__single {
  padding-bottom: 60px;
}
@media screen and (min-width: 760px) {
  .main .main__single {
    padding-bottom: 80px;
  }
}
.main .main__single + .block {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 760px) {
  .main .main__single.main__single--imaged .main__single__head__navigation {
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media screen and (min-width: 760px) {
  .main .main__single.main__single--imaged .main__single__aside {
    margin-top: -160px;
  }
}
@media screen and (min-width: 760px) {
  .main .main__single.main__single--imaged .main__single__content {
    margin-top: 0;
  }
}
.main .main__single .headline {
  max-width: 660px;
}
.main .main__single .main__single__head {
  position: relative;
}
.main .main__single .main__single__head .image {
  margin-top: 20px;
}
@media screen and (min-width: 760px) {
  .main .main__single .main__single__head .image {
    margin: 0 0 40px;
    width: calc(100% - 200px);
  }
}
.main .main__single .main__single__head .main__single__head__navigation {
  display: flex;
  justify-content: flex-end;
}
.main .main__single .main__single__head .main__single__head__navigation a {
  border: 1px solid rgba(0, 0, 0, 0.1);
  align-items: center;
  color: #004787;
  display: flex;
  height: 50px;
  justify-content: center;
  width: 50px;
  font-size: 16px;
  font-size: 1rem;
}
.main .main__single .main__single__head .main__single__head__navigation a + a {
  margin-left: -1px;
}
.main .main__single .main__single__head .main__single__head__navigation a.main__single__head__navigation__prev {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
@media screen and (min-width: 1200px) {
  .main .main__single .main__single__head .main__single__head__navigation a.main__single__head__navigation__prev:hover .icon, .main .main__single .main__single__head .main__single__head__navigation a.main__single__head__navigation__prev:hover .slick-arrow:after, .main .main__single .main__single__head .main__single__head__navigation a.main__single__head__navigation__prev:hover .breadcrumb .menu li:after, .breadcrumb .menu .main .main__single .main__single__head .main__single__head__navigation a.main__single__head__navigation__prev:hover li:after, .main .main__single .main__single__head .main__single__head__navigation a.main__single__head__navigation__prev:hover .accordeon .accordeon__entry .accordeon__entry__trigger:after, .accordeon .accordeon__entry .main .main__single .main__single__head .main__single__head__navigation a.main__single__head__navigation__prev:hover .accordeon__entry__trigger:after, .main .main__single .main__single__head .main__single__head__navigation a.main__single__head__navigation__prev:hover a.teaser .teaser__content:after, a.teaser .main .main__single .main__single__head .main__single__head__navigation a.main__single__head__navigation__prev:hover .teaser__content:after, .main .main__single .main__single__head .main__single__head__navigation a.main__single__head__navigation__prev:hover .job .job__trigger:after, .job .main .main__single .main__single__head .main__single__head__navigation a.main__single__head__navigation__prev:hover .job__trigger:after {
    transform: translate(-3px, 0);
  }
}
.main .main__single .main__single__head .main__single__head__navigation a.main__single__head__navigation__next {
  border-left: none;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
@media screen and (min-width: 1200px) {
  .main .main__single .main__single__head .main__single__head__navigation a.main__single__head__navigation__next:hover .icon, .main .main__single .main__single__head .main__single__head__navigation a.main__single__head__navigation__next:hover .slick-arrow:after, .main .main__single .main__single__head .main__single__head__navigation a.main__single__head__navigation__next:hover .breadcrumb .menu li:after, .breadcrumb .menu .main .main__single .main__single__head .main__single__head__navigation a.main__single__head__navigation__next:hover li:after, .main .main__single .main__single__head .main__single__head__navigation a.main__single__head__navigation__next:hover .accordeon .accordeon__entry .accordeon__entry__trigger:after, .accordeon .accordeon__entry .main .main__single .main__single__head .main__single__head__navigation a.main__single__head__navigation__next:hover .accordeon__entry__trigger:after, .main .main__single .main__single__head .main__single__head__navigation a.main__single__head__navigation__next:hover a.teaser .teaser__content:after, a.teaser .main .main__single .main__single__head .main__single__head__navigation a.main__single__head__navigation__next:hover .teaser__content:after, .main .main__single .main__single__head .main__single__head__navigation a.main__single__head__navigation__next:hover .job .job__trigger:after, .job .main .main__single .main__single__head .main__single__head__navigation a.main__single__head__navigation__next:hover .job__trigger:after {
    transform: translate(3px, 0);
  }
}
.main .main__single .main__single__head .main__single__head__navigation a .icon, .main .main__single .main__single__head .main__single__head__navigation a .slick-arrow:after, .main .main__single .main__single__head .main__single__head__navigation a .breadcrumb .menu li:after, .breadcrumb .menu .main .main__single .main__single__head .main__single__head__navigation a li:after, .main .main__single .main__single__head .main__single__head__navigation a .accordeon .accordeon__entry .accordeon__entry__trigger:after, .accordeon .accordeon__entry .main .main__single .main__single__head .main__single__head__navigation a .accordeon__entry__trigger:after, .main .main__single .main__single__head .main__single__head__navigation a.teaser .teaser__content:after, .main .main__single .main__single__head .main__single__head__navigation a .job .job__trigger:after, .job .main .main__single .main__single__head .main__single__head__navigation a .job__trigger:after {
  transition: all 0.1s ease 0s;
}
.main .main__single .main__single__aside {
  margin-top: 20px;
}
@media screen and (min-width: 760px) {
  .main .main__single .main__single__aside {
    order: 3;
  }
}
.main .main__single .main__single__aside .main__single__aside__title {
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 1rem;
}
.main .main__single .main__single__aside .menu li + li {
  margin-top: 10px;
}
.main .main__single .main__single__aside .share {
  margin-top: 40px;
}
@media screen and (min-width: 760px) {
  .main .main__single .main__single__content {
    margin-top: -50px;
    padding-right: 40px;
    order: 2;
  }
}

.footer .footer__locations {
  background-color: rgba(0, 27, 53, 0.1);
  background-image: url("assets/img/map.svg");
  background-position: right -670px top -1010px;
  background-repeat: no-repeat;
  background-size: 1200px 1674px;
  padding: 60px 0;
  position: relative;
}
@media screen and (min-width: 760px) {
  .footer .footer__locations {
    background-position: right -470px top -1060px;
  }
}
@media screen and (min-width: 960px) {
  .footer .footer__locations {
    background-size: 1538px 2145px;
    background-position: right -730px top -1394px;
    padding: 80px 0 180px;
  }
}
@media screen and (min-width: 1200px) {
  .footer .footer__locations {
    background-position: right -540px top -1394px;
  }
}
@media screen and (min-width: 1400px) {
  .footer .footer__locations {
    background-position: right -400px top -1394px;
  }
}
@media screen and (min-width: 1600px) {
  .footer .footer__locations {
    background-position: right -240px top -1394px;
  }
}
.footer .footer__locations .footer__locations__list {
  z-index: 5;
}
@media screen and (min-width: 760px) {
  .footer .footer__locations .footer__locations__list {
    width: 50%;
  }
}
@media screen and (min-width: 1020px) {
  .footer .footer__locations .footer__locations__list {
    width: 40%;
  }
}
.footer .footer__locations .footer__locations__list .footer__locations__list__locations {
  list-style-type: none;
  margin: 30px 0 0;
  padding: 0;
}
.footer .footer__locations .footer__locations__list .footer__locations__list__locations + .button {
  margin-top: 60px;
}
.footer .footer__locations .footer__locations__list .footer__locations__list__locations li + li {
  margin-top: 15px;
}
.footer .footer__locations .footer__locations__list .footer__locations__list__locations li .location {
  display: inline-block;
}
@media screen and (min-width: 960px) {
  .footer .footer__locations .footer__locations__list .footer__locations__list__locations li .location .location__box {
    display: none;
  }
}
.footer .footer__locations .footer__locations__marker {
  height: 580px;
  pointer-events: none;
  position: absolute;
  right: -150px;
  top: 65px;
  transform: scale(0.77);
  width: 510px;
}
@media screen and (min-width: 760px) {
  .footer .footer__locations .footer__locations__marker {
    right: 50px;
    top: 16px;
  }
}
@media screen and (min-width: 960px) {
  .footer .footer__locations .footer__locations__marker {
    pointer-events: auto;
    right: 10px;
    top: 65px;
    transform: scale(1);
  }
}
@media screen and (min-width: 1200px) {
  .footer .footer__locations .footer__locations__marker {
    right: 200px;
  }
}
@media screen and (min-width: 1400px) {
  .footer .footer__locations .footer__locations__marker {
    right: 340px;
  }
}
@media screen and (min-width: 1600px) {
  .footer .footer__locations .footer__locations__marker {
    right: 500px;
  }
}
.footer .footer__locations .footer__locations__marker .location {
  position: absolute;
}
@media screen and (max-width: 960px) {
  .footer .footer__locations .footer__locations__marker .location.active .location__trigger .icon, .footer .footer__locations .footer__locations__marker .location.active .location__trigger .slick-arrow:after, .footer .footer__locations .footer__locations__marker .location.active .location__trigger .breadcrumb .menu li:after, .breadcrumb .menu .footer .footer__locations .footer__locations__marker .location.active .location__trigger li:after, .footer .footer__locations .footer__locations__marker .location.active .location__trigger .accordeon .accordeon__entry .accordeon__entry__trigger:after, .accordeon .accordeon__entry .footer .footer__locations .footer__locations__marker .location.active .location__trigger .accordeon__entry__trigger:after, .footer .footer__locations .footer__locations__marker .location.active .location__trigger a.teaser .teaser__content:after, a.teaser .footer .footer__locations .footer__locations__marker .location.active .location__trigger .teaser__content:after, .footer .footer__locations .footer__locations__marker .location.active .location__trigger .job .job__trigger:after, .job .footer .footer__locations .footer__locations__marker .location.active .location__trigger .job__trigger:after {
    background-color: #FFFFFF;
    color: #d0d3d8;
  }
}
@media screen and (max-width: 960px) {
  .footer .footer__locations .footer__locations__marker .location.active .location__box {
    display: none;
  }
}
.footer .footer__locations .footer__locations__marker .location .location__trigger {
  height: 30px;
  width: 30px;
}
@media screen and (max-width: 960px) {
  .footer .footer__locations .footer__locations__marker .location .location__trigger .icon, .footer .footer__locations .footer__locations__marker .location .location__trigger .slick-arrow:after, .footer .footer__locations .footer__locations__marker .location .location__trigger .breadcrumb .menu li:after, .breadcrumb .menu .footer .footer__locations .footer__locations__marker .location .location__trigger li:after, .footer .footer__locations .footer__locations__marker .location .location__trigger .accordeon .accordeon__entry .accordeon__entry__trigger:after, .accordeon .accordeon__entry .footer .footer__locations .footer__locations__marker .location .location__trigger .accordeon__entry__trigger:after, .footer .footer__locations .footer__locations__marker .location .location__trigger a.teaser .teaser__content:after, a.teaser .footer .footer__locations .footer__locations__marker .location .location__trigger .teaser__content:after, .footer .footer__locations .footer__locations__marker .location .location__trigger .job .job__trigger:after, .job .footer .footer__locations .footer__locations__marker .location .location__trigger .job__trigger:after {
    color: #FFFFFF;
  }
}
.footer .footer__meta {
  background-color: #001B35;
  padding: 60px 0 100px;
  text-align: center;
}
@media screen and (min-width: 760px) {
  .footer .footer__meta {
    padding: 30px 0;
    text-align: left;
  }
}
@media screen and (min-width: 760px) {
  .footer .footer__meta .footer__meta__navigation {
    order: 2;
    text-align: right;
  }
}
@media screen and (min-width: 760px) {
  .footer .footer__meta .footer__meta__navigation .menu {
    display: flex;
    justify-content: flex-end;
  }
}
.footer .footer__meta .footer__meta__navigation .menu li + li {
  margin-top: 30px;
}
@media screen and (min-width: 760px) {
  .footer .footer__meta .footer__meta__navigation .menu li + li {
    margin: 0 0 0 60px;
  }
}
.footer .footer__meta .footer__meta__navigation .menu li a {
  color: #FFFFFF;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
}
.footer .footer__meta .footer__meta__navigation .menu li a:active {
  opacity: 0.6;
}
@media screen and (min-width: 1200px) {
  .footer .footer__meta .footer__meta__navigation .menu li a:hover {
    opacity: 0.6;
  }
  .footer .footer__meta .footer__meta__navigation .menu li a:active {
    opacity: 1;
  }
}
.footer .footer__meta .footer__meta__copyright {
  color: #FFFFFF;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 760px) {
  .footer .footer__meta .footer__meta__copyright {
    order: 1;
  }
}
@media screen and (min-width: 760px) {
  .footer .footer__meta .footer__meta__copyright br {
    display: none;
  }
}

/*------------------------------------*\
    NAVIGATION
\*------------------------------------*/
.menu, .sub-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/*------------------------------------*\
    FORM FIELDS
\*------------------------------------*/
form.invalid .wpcf7-response-output, .wpcf7 form.invalid .wpcf7-response-output {
  background-color: #E02222;
}
form.sent .form__label, form.sent .wpcf7-form-control-wrap, form.sent p, form.sent .button, .wpcf7 form.sent .form__label, .wpcf7 form.sent .wpcf7-form-control-wrap, .wpcf7 form.sent p, .wpcf7 form.sent .button {
  opacity: 0.5;
  pointer-events: none;
}
form.sent .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output {
  background-color: #28B807;
}
form .form__label, .wpcf7 form .form__label {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  font-size: 0.875rem;
}
form .wpcf7-form-control-wrap, .wpcf7 form .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 20px;
}
@media screen and (min-width: 760px) {
  form .wpcf7-form-control-wrap, .wpcf7 form .wpcf7-form-control-wrap {
    margin-bottom: 30px;
  }
}
form .wpcf7-response-output, .wpcf7 form .wpcf7-response-output {
  border: none;
  border-radius: 6px;
  color: #FFFFFF;
  font-weight: 700;
  margin: 30px 0 0;
  padding: 10px 15px;
  font-size: 14px;
  font-size: 0.875rem;
}
form br, .wpcf7 form br {
  display: none;
}
form p, .wpcf7 form p {
  font-size: 14px;
  font-size: 0.875rem;
}
form p:last-child, .wpcf7 form p:last-child {
  margin-top: 20px;
}

.input {
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 27, 53, 0.2);
  border-radius: 6px;
  color: #000000;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  height: 44px;
  letter-spacing: 2px;
  outline: none;
  padding: 0 20px;
  position: relative;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  font-size: 1rem;
  transition: all 0.2s ease 0s;
}
.input.wpcf7-not-valid {
  border-color: #E02222;
}
.input:focus, .input:hover {
  border-color: #000000;
}

textarea.input {
  height: 200px;
  padding: 20px;
  resize: none;
}

.select {
  background-color: #FFFFFF;
  background-image: url("assets/img/icon-chevron-select.svg");
  background-position: top 19px right 18px;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  color: #000000;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  height: 44px;
  letter-spacing: 2px;
  outline: none;
  padding: 0 54px 0 20px;
  position: relative;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  font-size: 1rem;
  transition: all 0.2s ease 0s;
}
.select.wpcf7-not-valid {
  border-color: #E02222;
}
.select:focus, .select:hover {
  border-color: #000000;
}

.wpcf7-not-valid-tip {
  color: #E02222;
  margin-top: 10px;
}

/*------------------------------------*\
    SLICK
\*------------------------------------*/
.slick-slide {
  outline: 0;
}

.slick-arrow {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #004787;
  cursor: pointer;
  height: 50px;
  overflow: hidden;
  position: relative;
  text-indent: -99999px;
  width: 50px;
  font-size: 16px;
  font-size: 1rem;
  transition: all 0.1s ease 0s;
}
.slick-arrow:after {
  display: block;
  pointer-events: none;
  text-align: center;
  text-indent: 0;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  font-size: 16px;
  font-size: 1rem;
  transition: all 0.1s ease 0s;
}
.slick-arrow.slick-prev {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
@media screen and (min-width: 1200px) {
  .slick-arrow.slick-prev:hover:after {
    margin-left: -3px;
  }
}
.slick-arrow.slick-prev:after {
  content: "\e908";
}
.slick-arrow.slick-next {
  border-bottom-right-radius: 6px;
  border-left: none;
  border-top-right-radius: 6px;
}
@media screen and (min-width: 1200px) {
  .slick-arrow.slick-next:hover:after {
    margin-left: 3px;
  }
}
.slick-arrow.slick-next:after {
  content: "\e909";
}
.slick-arrow.slick-disabled {
  opacity: 0.3;
  pointer-events: none;
}

.slick-dots {
  display: flex;
  list-style-type: none;
  margin: 20px 0 0 0;
  padding: 0;
  width: 100%;
}
@media screen and (min-width: 1020px) {
  .slick-dots {
    display: none;
  }
}
.slick-dots li {
  height: 10px;
  margin: 0 10px 0 0;
  padding: 0;
}
.slick-dots li.slick-active button {
  background-color: rgba(0, 0, 0, 0.4);
  border: none;
}
.slick-dots li:before {
  display: none;
}
.slick-dots li button {
  border: 2px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  height: 10px;
  outline: 0;
  overflow: hidden;
  padding: 0;
  text-indent: -9999px;
  width: 10px;
  transition: opacity 0.1s ease 0s;
}
.slick-dots li button:active {
  opacity: 1;
}

/*------------------------------------*\
    BORLABS
\*------------------------------------*/
.BorlabsCookie._brlbs-switch-consent ._brlbs-btn-switch--textRight {
  margin-right: 10px !important;
}
.BorlabsCookie._brlbs-switch-consent ._brlbs-btn-switch-status, .BorlabsCookie._brlbs-switch-consent ._brlbs-title:before {
  display: none !important;
}

/*------------------------------------*\
    MISC
\*------------------------------------*/
::-moz-selection {
  background: black;
  color: #FFFFFF;
  text-shadow: none;
}
::selection {
  background: black;
  color: #FFFFFF;
  text-shadow: none;
}

::-webkit-selection {
  background: black;
  color: #FFFFFF;
  text-shadow: none;
}

::-moz-selection {
  background: black;
  color: #FFFFFF;
  text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
  margin: 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}/*# sourceMappingURL=style.css.map */