/*
 Theme Name:   UnderStrap Child
 Theme URI:    https://www.understrap.com
 Description:  UnderStrap Child Theme
 Author:       Holger Koenemann
 Author URI:   http://www.holgerkoenemann.de
 Template:     understrap
 Version:      0.5.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  understrap-child
 Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
 GitHub Theme URI: holger1411/understrap-child
*/
/* montserrat-200 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url('fonts/montserrat-v24-latin-200.eot');
  /* IE9 Compat Modes */
  src: local(''), url('fonts/montserrat-v24-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/montserrat-v24-latin-200.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/montserrat-v24-latin-200.woff') format('woff'), /* Modern Browsers */ url('fonts/montserrat-v24-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/montserrat-v24-latin-200.svg#Montserrat') format('svg');
  /* Legacy iOS */
}
/* montserrat-300 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('fonts/montserrat-v24-latin-300.eot');
  /* IE9 Compat Modes */
  src: local(''), url('fonts/montserrat-v24-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/montserrat-v24-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/montserrat-v24-latin-300.woff') format('woff'), /* Modern Browsers */ url('fonts/montserrat-v24-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/montserrat-v24-latin-300.svg#Montserrat') format('svg');
  /* Legacy iOS */
}
/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/montserrat-v24-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local(''), url('fonts/montserrat-v24-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/montserrat-v24-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/montserrat-v24-latin-regular.woff') format('woff'), /* Modern Browsers */ url('fonts/montserrat-v24-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/montserrat-v24-latin-regular.svg#Montserrat') format('svg');
  /* Legacy iOS */
}
/* montserrat-500 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/montserrat-v24-latin-500.eot');
  /* IE9 Compat Modes */
  src: local(''), url('fonts/montserrat-v24-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/montserrat-v24-latin-500.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/montserrat-v24-latin-500.woff') format('woff'), /* Modern Browsers */ url('fonts/montserrat-v24-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/montserrat-v24-latin-500.svg#Montserrat') format('svg');
  /* Legacy iOS */
}
/* montserrat-600 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/montserrat-v24-latin-600.eot');
  /* IE9 Compat Modes */
  src: local(''), url('fonts/montserrat-v24-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/montserrat-v24-latin-600.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/montserrat-v24-latin-600.woff') format('woff'), /* Modern Browsers */ url('fonts/montserrat-v24-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/montserrat-v24-latin-600.svg#Montserrat') format('svg');
  /* Legacy iOS */
}
/* montserrat-700 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/montserrat-v24-latin-700.eot');
  /* IE9 Compat Modes */
  src: local(''), url('fonts/montserrat-v24-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/montserrat-v24-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/montserrat-v24-latin-700.woff') format('woff'), /* Modern Browsers */ url('fonts/montserrat-v24-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/montserrat-v24-latin-700.svg#Montserrat') format('svg');
  /* Legacy iOS */
}
.gold {
  color: #A56F3A;
}
.animate {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.calc_hi {
  box-sizing: border-box;
  height: -moz-calc(100vh - 140px);
  /* Firefox */
  height: -webkit-calc(100vh - 140px);
  /* Chrome, Safari */
  height: calc(100vh - 140px);
  /* IE9+ and future browsers */
}
.back-to-top {
  color: #A56F3A;
  background: #202A44;
  position: fixed;
  z-index: 999;
  padding: 11px 20px;
  bottom: 140px;
  right: 0px;
  border: 1px solid #A56F3A;
}
.back-to-top .fa {
  font-size: 40px;
}
.sidebar-icons {
  color: #fff;
  background: #A56F3A;
  position: fixed;
  z-index: 999;
  bottom: 40px;
  right: 0px;
  padding: 5px;
}
.sidebar-icons .phone {
  display: block;
  width: 30px;
  height: 30px;
  background-position: center center!important;
  background-repeat: no-repeat !important;
  background-size: 30px!important;
  background-image: url('https://www.cbh.de/wp-content/uploads/2023/01/Icons_Startseite_Telefon.svg') !important;
}
.sidebar-icons .newsletter {
  display: block;
  width: 30px;
  height: 30px;
  background-position: center center!important;
  background-repeat: no-repeat !important;
  background-size: 40px!important;
  background-image: url('https://www.cbh.de/wp-content/uploads/2023/01/Icons_Startseite_Mail.svg') !important;
}
.sidebar-icons .line {
  margin: 5px 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff !important;
}
body {
  font: 16px/24px 'Montserrat', sans-serif;
  font-weight: 200;
  background: #202A44;
  color: #fff;
  min-height: 100vh;
  position: relative;
}
@media (max-width: 991px) {
  body {
    font: 15px/22px 'Montserrat', sans-serif !important;
    font-weight: 200!important;
  }
}
#page {
  position: relative;
}
@media (min-width: 1920px) {
  #page {
    max-width: 1920px!important;
    margin: 0 auto!important;
    -webkit-box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.5);
  }
}
.bg-holder {
  left: 50%;
  z-index: 0;
  transform: translateX(-50%);
  display: block;
  position: absolute;
  width: 100%;
  max-width: 1900px!important;
  margin: 0 auto!important;
  height: 100%;
  -webkit-box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.5);
}
h1,
h2.entry-title.sub-news {
  font: 28px/34px 'Montserrat', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
h1 label,
h2.entry-title.sub-news label {
  font: 20px/20px 'Montserrat', sans-serif;
  font-weight: 200;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  h1,
  h2.entry-title.sub-news {
    font: 20px/26px 'Montserrat', sans-serif;
  }
  h1 label,
  h2.entry-title.sub-news label {
    font: 16px/20px 'Montserrat', sans-serif;
    font-weight: 200;
    margin: 0;
    padding: 0;
  }
}
h2 {
  font: 22px/22px 'Montserrat', sans-serif;
  font-weight: 200;
  margin: 0;
  padding: 0;
}
h2.news {
  font: 20px/26px 'Montserrat', sans-serif;
  text-transform: none!important;
  margin-bottom: 1rem!important;
  position: relative;
}
h2.chapter {
  font: 16px/16px 'Montserrat', sans-serif;
  font-weight: 200;
  margin: 25px 40px 30px 40px;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #A56F3A;
  text-transform: uppercase;
}
h2.chapter:after {
  position: absolute;
  content: "";
  background: #A56F3A;
  width: 1px;
  height: 30px;
  display: block;
  margin-top: 10px;
  right: 40px;
}
@media (max-width: 991px) {
  h2 {
    font: 18px/24px 'Montserrat', sans-serif;
    font-weight: 200;
  }
}
a.news-more {
  font: 15px/15px 'Montserrat', sans-serif;
  color: #A56F3A;
  text-transform: uppercase;
  margin-top: 5px;
}
a:active,
a:focus {
  outline: none;
  -moz-outline-style: none;
}
a.btn:active,
a.btn:focus {
  outline: none;
  -moz-outline-style: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}
p {
  margin-top: 0;
  margin-bottom: 2rem;
}
@media (max-width: 1240px) {
  p {
    margin-bottom: 15px;
  }
}
.entry-date {
  display: block;
  padding-bottom: 10px;
  font-weight: 500;
}
#content-sub,
#content {
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  #content-sub,
  #content {
    padding-bottom: 40px;
  }
}
.referenzen {
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  .referenzen {
    padding-bottom: 40px;
  }
}
#lang-selector {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 186px;
  background: #202A44;
  padding: 5px;
  border: 1px solid #A56F3A;
  border-left: 0;
}
#lang-selector ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#lang-selector ul li {
  margin: 0;
  padding: 0;
  height: 24px;
  vertical-align: middle;
}
#lang-selector ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
}
#lang-selector ul li.current-lang a {
  color: #A56F3A;
}
@media (max-width: 991px) {
  #lang-selector {
    display: none;
    top: 200px;
    left: inherit;
    right: 0;
    border: 1px solid #A56F3A;
    border-right: 0;
  }
  #lang-selector a {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
  }
}
@media (min-width: 1920px) {
  #lang-selector {
    left: 50%;
    transform: translateX(-50%);
    margin-left: -943px;
  }
}
.pll-parent-menu-item {
  display: none;
}
@media (max-width: 991px) {
  .pll-parent-menu-item {
    display: block;
  }
}
#archive-wrapper article,
#single-rechtsgebiete article {
  margin-bottom: 40px;
  width: 100%;
  max-width: 650px;
  font-size: 15px;
}
.nl-info {
  font: 24px/34px 'Montserrat', sans-serif;
  margin-bottom: 40px;
}
.nl-info a {
  color: #A56F3A !important;
}
#accordion {
  padding: 40px 0 0 10%;
}
#accordion a {
  color: #A56F3A;
  text-decoration: underline;
}
#accordion .txt {
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
}
#accordion .txt:after {
  position: absolute;
  content: "";
  background: #A56F3A;
  width: 80%;
  height: 2px;
  display: block;
  left: -20%;
  bottom: 0;
}
@media (max-width: 991px) {
  #accordion .txt:after {
    left: 0;
    width: 100%;
  }
}
#accordion h2.data {
  cursor: pointer;
  font: 20px/20px 'Montserrat', sans-serif;
  font-weight: 500;
  margin: 0;
  padding: 0;
  text-tranform: uppercase;
}
#accordion h2,
#accordion h3,
#accordion h4 {
  font: 20px/20px 'Montserrat', sans-serif;
  font-weight: 500;
  margin: 25px 0;
  padding: 0;
}
#accordion ul {
  padding: 40px 0 20px 0;
}
#accordion p:first-child {
  padding-top: 40px;
}
@media (max-width: 991px) {
  #accordion {
    padding: 30px 0 0 0;
    font-size: 15px;
  }
  #accordion h2.data,
  #accordion h2,
  #accordion h3,
  #accordion h4 {
    font: 18px/20px 'Montserrat', sans-serif;
    font-weight: 500;
  }
  #accordion ul {
    padding: 30px 0 20px 0;
  }
  #accordion p:first-child {
    padding-top: 30px;
  }
}
#accordion-sub h2.data {
  font: 15px/15px 'Montserrat', sans-serif;
  color: #A56F3A;
  text-transform: uppercase;
  margin-top: 5px;
  cursor: pointer;
  padding: 8px 20px;
  margin: 0 0 40px 0;
  border: 1px solid #A56F3A;
  display: inline-block;
}
img {
  display: block;
  width: 100%;
  max-width: inherit;
  border: 0;
  height: auto;
}
img.img-lawyer-news {
  margin-bottom: 20px;
}
img.img-lawyer-mcirosite {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  img.img-lawyer-mcirosite {
    max-width: 300px!important;
  }
}
img.xs {
  max-width: 100%;
  height: auto;
}
img.soft {
  opacity: 0.4;
}
@media (min-width: 992px) {
  img.inliner {
    max-width: 50%;
  }
}
img.img-default-size {
  width: auto!important;
}
@media (min-width: 768px) {
  .alignleft,
  .alignright {
    max-width: 50%!important;
  }
}
.wrapper {
  opacity: 0;
  padding-top: 0;
  max-width: 1900px;
  margin: 0 auto;
}
.wrapper.welcome {
  padding: 100px 0;
}
.wrapper.welcome h1.front {
  font: 45px/45px 'Montserrat', sans-serif;
  font-weight: 300;
  padding: 0 60px 60px 60px!important;
  margin-bottom: 20px!important;
}
.wrapper.welcome h1.front.entry-title:after {
  width: 1px!important;
  height: 40px!important;
  left: 50%!important;
  bottom: 0!important;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .wrapper.welcome {
    padding: 0;
    margin-top: 40px;
  }
  .wrapper.welcome h1.front {
    font: 30px/30px 'Montserrat', sans-serif;
    font-weight: 300;
    padding: 0 0 40px 0!important;
    margin-bottom: 0px!important;
  }
}
.wrapper .content-area.white {
  background: #fff;
  color: #202A44;
}
@media (max-width: 1199px) {
  .wrapper.microsite {
    margin-top: 84px;
  }
}
#single-wrapper {
  background-color: #fff;
  padding-bottom: 0;
  font-weight: 400;
  color: #202A44;
}
#single-wrapper #content {
  padding-bottom: 40px;
  margin-bottom: 100px;
}
#single-wrapper .site-main h2 {
  font-weight: 500;
}
#single-wrapper .site-main h2.label {
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  #single-wrapper .site-main h2.label {
    margin-bottom: 1rem;
  }
}
#single-wrapper .site-main p {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  #single-wrapper .site-main p {
    margin-bottom: 15px;
  }
}
#single-wrapper .site-main ul li {
  list-style: none;
  position: relative;
  margin: 0 0 20px 20px;
}
#single-wrapper a {
  color: #A56F3A;
}
#single-wrapper a.btn.invert {
  background-color: #A56F3A;
  color: #fff;
}
#single-wrapper .profile .item {
  padding-bottom: 40px;
}
#single-wrapper .profile h2 {
  font: 20px/22px 'Montserrat', sans-serif !important;
  font-weight: 500!important;
  text-transform: uppercase!important;
}
#single-wrapper .profile h3 {
  font: 18px/20px 'Montserrat', sans-serif !important;
  font-weight: 500!important;
  position: relative;
  text-transform: uppercase!important;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#single-wrapper .profile h3:after {
  position: absolute;
  content: "";
  background: #A56F3A;
  width: 50px;
  height: 2px;
  display: block;
  left: 0;
  bottom: 0;
}
#single-wrapper .profile label {
  display: block;
  font-weight: 500;
}
#single-wrapper .profile .btn {
  margin-top: 15px;
  padding: 7px 15px;
  font-size: 14px;
  line-height: 14px;
  background: #A56F3A;
  color: #fff !important;
}
#single-wrapper.micro {
  border-bottom: 40px solid #202A44 !important;
}
#single-wrapper.micro .content-area {
  min-height: inherit!important;
  padding-bottom: 40px!important;
}
.edit-link {
  display: none;
}
.bg-primary {
  background: #202a44;
  background: linear-gradient(0deg, rgba(32, 42, 68, 0.80017945) 0%, #202a44 100%) !important;
}
.page-template .content-area,
.page-template-default .content-area,
.single .content-area,
.category .content-area {
  padding: 0 60px;
  min-height: 1080px;
  padding-bottom: 100px;
}
@media (max-width: 1199px) {
  .page-template .content-area,
  .page-template-default .content-area,
  .single .content-area,
  .category .content-area {
    padding: 0 40px;
  }
}
@media (max-width: 991px) {
  .page-template .content-area,
  .page-template-default .content-area,
  .single .content-area,
  .category .content-area {
    padding: 0 20px;
    min-height: inherit;
  }
}
.page-template .content-area h1.entry-title,
.page-template-default .content-area h1.entry-title,
.single .content-area h1.entry-title,
.category .content-area h1.entry-title,
.page-template .content-area h2.entry-title.sub-news,
.page-template-default .content-area h2.entry-title.sub-news,
.single .content-area h2.entry-title.sub-news,
.category .content-area h2.entry-title.sub-news {
  position: relative;
  padding-bottom: 28px;
  margin-bottom: 38px;
}
.page-template .content-area h1.entry-title:after,
.page-template-default .content-area h1.entry-title:after,
.single .content-area h1.entry-title:after,
.category .content-area h1.entry-title:after,
.page-template .content-area h2.entry-title.sub-news:after,
.page-template-default .content-area h2.entry-title.sub-news:after,
.single .content-area h2.entry-title.sub-news:after,
.category .content-area h2.entry-title.sub-news:after {
  position: absolute;
  content: "";
  background: #A56F3A;
  width: 50px;
  height: 2px;
  display: block;
  left: 0;
  bottom: 0;
}
@media (max-width: 991px) {
  .page-template .content-area h1.entry-title,
  .page-template-default .content-area h1.entry-title,
  .single .content-area h1.entry-title,
  .category .content-area h1.entry-title,
  .page-template .content-area h2.entry-title.sub-news,
  .page-template-default .content-area h2.entry-title.sub-news,
  .single .content-area h2.entry-title.sub-news,
  .category .content-area h2.entry-title.sub-news {
    padding-bottom: 18px;
    margin-bottom: 20px;
  }
}
.page-template .content-area h2,
.page-template-default .content-area h2,
.single .content-area h2,
.category .content-area h2 {
  margin-bottom: 25px;
  text-transform: uppercase;
}
.page-template .content-area h2.content,
.page-template-default .content-area h2.content,
.single .content-area h2.content,
.category .content-area h2.content {
  margin: 70px 0 38px 0;
}
.page-template .content-area h2.cat,
.page-template-default .content-area h2.cat,
.single .content-area h2.cat,
.category .content-area h2.cat {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .page-template .content-area h2,
  .page-template-default .content-area h2,
  .single .content-area h2,
  .category .content-area h2 {
    margin-bottom: 20px;
  }
}
.page-template .content-area h2.entry-title,
.page-template-default .content-area h2.entry-title,
.single .content-area h2.entry-title,
.category .content-area h2.entry-title {
  padding-bottom: 20px;
}
.page-template .content-area h2.entry-title:after,
.page-template-default .content-area h2.entry-title:after,
.single .content-area h2.entry-title:after,
.category .content-area h2.entry-title:after {
  position: absolute;
  content: "";
  background: #A56F3A;
  width: 50px;
  height: 2px;
  display: block;
  left: 0;
  bottom: 0;
}
.page-template .content-area p img,
.page-template-default .content-area p img,
.single .content-area p img,
.category .content-area p img {
  padding: 20px 0;
}
@media (max-width: 1440px) {
  .page-template .content-area p,
  .page-template-default .content-area p,
  .single .content-area p,
  .category .content-area p {
    width: 100%;
  }
}
.page-template .content-area ul,
.page-template-default .content-area ul,
.single .content-area ul,
.category .content-area ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-template .content-area ul li,
.page-template-default .content-area ul li,
.single .content-area ul li,
.category .content-area ul li {
  list-style: none;
  position: relative;
  margin: 0 0 10px 20px;
}
.page-template .content-area ul li.parent,
.page-template-default .content-area ul li.parent,
.single .content-area ul li.parent,
.category .content-area ul li.parent {
  font-weight: 500;
}
.page-template .content-area ul li.child,
.page-template-default .content-area ul li.child,
.single .content-area ul li.child,
.category .content-area ul li.child {
  margin-left: 40px;
}
.page-template .content-area ul li:before,
.page-template-default .content-area ul li:before,
.single .content-area ul li:before,
.category .content-area ul li:before {
  position: absolute;
  left: -20px;
  top: 6px;
  content: "";
  display: block;
  background: url(assets/cbh_list_element.svg) no-repeat;
  width: 10px;
  height: 10px;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
@media (max-width: 991px) {
  .page-template .col-md-8.content-area,
  .page-template-default .col-md-8.content-area,
  .single .col-md-8.content-area,
  .category .col-md-8.content-area {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.home .content-area {
  padding: inherit;
  min-height: inherit;
}
.home header.entry-header {
  padding: 0!important;
}
.home .navbar-toggler {
  margin-left: 20px;
}
.page-id-4395 .content-area {
  padding: inherit;
  min-height: inherit;
}
.page-id-4395 header.entry-header {
  padding: 0!important;
}
.page-id-4395 .navbar-toggler {
  margin-left: 20px;
}
.single .content-area {
  padding: 0 88px 100px 88px;
}
@media (max-width: 1199px) {
  .single .content-area {
    padding: 0 40px 100px 40px;
  }
}
@media (max-width: 991px) {
  .single .content-area {
    padding: 0 20px 100px 20px;
  }
}
.navbar-brand {
  display: inline-block;
  margin: 0;
  padding: 20px 0;
  z-index: 99999;
  position: relative;
}
.navbar-brand img {
  width: 100%;
  max-width: 120px;
  height: auto;
  min-height: 84px;
}
@media (max-width: 991px) {
  .navbar-brand {
    position: absolute;
    padding: 0;
    margin-left: 20px;
  }
  .navbar-brand img {
    max-width: 80px;
  }
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 10px 88px 15px 88px;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
@media (max-width: 1199px) {
  .navbar {
    padding: 10px 40px 15px 40px;
  }
}
@media (max-width: 991px) {
  .navbar {
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .navbar-expand-lg {
    position: fixed;
    z-index: 9999;
    background: #202A44;
    width: 100%;
    top: 0;
    padding: 20px 0!important;
  }
  .navbar-expand-lg .navbar-toggler {
    height: 60px;
  }
  .navbar-expand-lg .navbar-collapse.collapse.show {
    height: calc(100vh);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .navbar-expand-lg .navbar-nav {
    height: calc(100vh);
    background: #202A44;
    padding: 0 20px;
  }
}
@media (max-width: 1199px) {
  .navbar-expand-xl {
    position: fixed;
    z-index: 9999;
    background: #202A44;
    width: 100%;
    top: 0;
    padding: 0!important;
  }
  .navbar-expand-xl .navbar-toggler {
    height: 60px;
  }
  .navbar-expand-xl .navbar-collapse.collapse.show {
    height: calc(100vh);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .navbar-expand-xl .navbar-nav {
    height: calc(100vh);
    background: #202A44;
    padding: 0 20px;
  }
  .navbar-expand-xl .navbar-brand {
    padding: 0;
    margin-left: 20px;
  }
  .navbar-expand-xl .navbar-brand img {
    max-width: 80px;
  }
}
.navbar-light .navbar-nav .nav-link {
  color: inherit;
}
.navbar-toggler {
  padding: 0;
  line-height: 1;
  border: none;
  border-radius: 0;
  font-size: 24px;
  margin-right: 20px;
}
.navbar-toggler > .close {
  margin-left: 10px;
  height: 20px;
  width: 20px;
  background-image: url('assets/cbh_cross.svg') !important;
  background-size: contain;
  background-repeat: no-repeat !important;
  opacity: 1;
}
.navbar-toggler.collapsed > .close,
.navbar-toggler:not(.collapsed) > .navbar-toggler-icon {
  display: none;
}
.navbar-toggler .navbar-toggler-icon {
  background-image: url('assets/cbh_toggleicon.svg') !important;
}
header {
  opacity: 0;
  position: relative;
}
header.home {
  z-index: 1;
  height: 100vh;
  width: 100%;
}
@media (min-width: 1921px) {
  header.home {
    max-height: 1200px!important;
  }
}
header.home .nav {
  padding: 0!important;
  margin: 0!important;
  height: 100%;
  position: relative;
  z-index: 1;
}
header.home .nav li {
  display: table;
  height: 100%;
  border-left: 0.5pt solid rgba(0, 0, 0, 0.8);
  width: 120px;
}
header.home .nav li:first-child {
  border: none;
}
header.home .nav li a {
  display: table-cell;
  height: 100%;
  vertical-align: bottom;
  cursor: pointer;
  text-decoration: none;
  margin: 0;
  padding: 0 0 120px 0;
  width: 100%;
  background-color: rgba(32, 42, 68, 0.4);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
header.home .nav li a:hover,
header.home .nav li a:active,
header.home .nav li a:focus {
  background-color: rgba(165, 111, 58, 0.6);
  color: #fff;
}
header.home .nav li a img {
  padding-bottom: 80px;
}
header.home .nav li a span {
  cursor: pointer;
  display: block;
  font-size: 24px;
  text-align: left;
  width: 120px;
  text-transform: uppercase;
  letter-spacing: 0.04rem;
  white-space: nowrap;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
@media (max-width: 1440px) {
  header.home .nav li {
    width: 100px;
  }
  header.home .nav li a {
    padding-bottom: 100px;
  }
  header.home .nav li a span {
    width: 100px;
    font-size: 20px;
  }
}
@media (max-width: 1280px) {
  header.home .nav li {
    width: 80px;
  }
  header.home .nav li a {
    padding-bottom: 80px;
  }
  header.home .nav li a span {
    width: 80px;
  }
}
@media (max-width: 1120px) {
  header.home .nav li {
    width: 60px;
  }
  header.home .nav li a {
    padding-bottom: 60px;
  }
  header.home .nav li a span {
    width: 60px;
  }
}
@media (max-width: 991px) {
  header.home .nav {
    display: none;
  }
}
header.home .navbar-brand {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 7%;
  top: 7%;
  z-index: 1;
}
header.home .navbar-brand img {
  min-width: 250px;
}
@media (min-width: 1800px) {
  header.home .navbar-brand img {
    min-width: 280px;
  }
}
@media (max-width: 1440px) {
  header.home .navbar-brand {
    max-width: 200px;
  }
}
@media (max-width: 991px) {
  header.home .navbar-brand {
    top: 10%;
    left: 50%!important;
    min-width: inherit;
    max-width: 200px;
    width: inherit;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  header.home .navbar-brand img {
    min-width: inherit;
    max-width: 250px;
    padding: 20px;
  }
}
header.entry-header {
  padding-top: 60px;
}
header.entry-header.sub {
  padding-top: 20px;
}
@media (max-width: 991px) {
  header.entry-header {
    padding-top: 20px;
  }
}
.home-nav {
  display: none;
}
@media (max-width: 991px) {
  .home-nav {
    display: block;
  }
}
@media (min-width: 992px) {
  #wrapper-navbar {
    position: fixed;
    width: 100%;
    max-width: 1920px;
    z-index: 999;
    top: 0!important;
  }
}
#wp-megamenu-primary > .wpmm-nav-wrap ul.wp-megamenu > li > a,
.wp-megamenu-wrap .wpmm-nav-wrap > ul > li.wpmm-social-link.wpmm-social-link-search a,
.wpmm-menu-cart .cart-icon .fa-shopping-cart,
.wp-megamenu-wrap .form .submit,
.wpmm-menu-cart span.cart-icon i {
  color: #fff !important;
  text-transform: uppercase!important;
  font-weight: 400;
  font-size: 17px;
  padding: 0 0 2px 0!important;
  margin: 00 0 2px 0!important;
}
@media (max-width: 991px) {
  #wp-megamenu-primary > .wpmm-nav-wrap ul.wp-megamenu > li > a,
  .wp-megamenu-wrap .wpmm-nav-wrap > ul > li.wpmm-social-link.wpmm-social-link-search a,
  .wpmm-menu-cart .cart-icon .fa-shopping-cart,
  .wp-megamenu-wrap .form .submit,
  .wpmm-menu-cart span.cart-icon i {
    color: #202A44 !important;
  }
}
@media (max-width: 1240px) {
  #wp-megamenu-primary > .wpmm-nav-wrap ul.wp-megamenu > li > a,
  .wp-megamenu-wrap .wpmm-nav-wrap > ul > li.wpmm-social-link.wpmm-social-link-search a,
  .wpmm-menu-cart .cart-icon .fa-shopping-cart,
  .wp-megamenu-wrap .form .submit,
  .wpmm-menu-cart span.cart-icon i {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  #wp-megamenu-primary > .wpmm-nav-wrap ul.wp-megamenu > li > a,
  .wp-megamenu-wrap .wpmm-nav-wrap > ul > li.wpmm-social-link.wpmm-social-link-search a,
  .wpmm-menu-cart .cart-icon .fa-shopping-cart,
  .wp-megamenu-wrap .form .submit,
  .wpmm-menu-cart span.cart-icon i {
    font-size: 12px;
  }
}
#wp-megamenu-primary ul.wp-megamenu .fa.fa-caret-down {
  line-height: 21px!important;
}
@media (min-width: 992px) {
  #wp-megamenu-primary ul.wp-megamenu .fa.fa-caret-down {
    display: none;
  }
}
#wp-megamenu-primary ul.wp-megamenu li a {
  border-bottom: 1px solid #202A44 !important;
}
#wp-megamenu-primary ul.wp-megamenu li a:hover {
  text-decoration: none;
  border-bottom: 1px solid #A56F3A !important;
}
#wp-megamenu-primary ul.wp-megamenu li #wp-megamenu-item-11392 a {
  font-size: 14px!important;
  color: #A56F3A !important;
  cursor: default!important;
}
@media (max-width: 991px) {
  #wp-megamenu-primary ul.wp-megamenu li #wp-megamenu-item-11392 a {
    font-size: 13px!important;
  }
}
#wp-megamenu-primary ul.wp-megamenu .wp-megamenu-sub-menu li {
  padding: 0;
}
#wp-megamenu-primary ul.wp-megamenu .wp-megamenu-sub-menu li .wp-megamenu-sub-menu {
  padding: 0;
}
#wp-megamenu-primary ul.wp-megamenu .wp-megamenu-sub-menu li .wp-megamenu-sub-menu li {
  padding: 0;
}
@media (max-width: 991px) {
  #wp-megamenu-primary ul.wp-megamenu .wp-megamenu-sub-menu li .wp-megamenu-sub-menu li {
    margin-bottom: 0!important;
  }
}
#wp-megamenu-primary ul.wp-megamenu .wp-megamenu-sub-menu li .wp-megamenu-sub-menu a:after {
  display: none!important;
}
@media (max-width: 991px) {
  #wp-megamenu-primary ul.wp-megamenu .wp-megamenu-sub-menu li .wp-megamenu-sub-menu a {
    font-size: 12px!important;
    font-weight: 300!important;
    color: #fff !important;
    margin: 0!important;
    padding: 0!important;
  }
}
#wp-megamenu-primary ul.wp-megamenu .wp-megamenu-sub-menu li a {
  border-bottom: 1px solid #202A44 !important;
}
#wp-megamenu-primary ul.wp-megamenu .wp-megamenu-sub-menu li a:hover {
  text-decoration: none;
}
#wp-megamenu-primary ul.wp-megamenu .wp-megamenu-sub-menu li a:after {
  display: none!important;
}
@media (max-width: 991px) {
  #wp-megamenu-primary ul.wp-megamenu .wp-megamenu-sub-menu {
    padding: 10px;
  }
}
#wp-megamenu-primary ul.wp-megamenu li.current-menu-item > a {
  border-bottom: 1px solid #A56F3A !important;
}
#wp-megamenu-primary ul.wp-megamenu li.menu-item-has-children {
  margin: 0 30px 0 0;
}
#wp-megamenu-primary ul.wp-megamenu li.menu-item-has-children a {
  position: relative;
}
#wp-megamenu-primary ul.wp-megamenu li.menu-item-has-children a:after {
  position: absolute;
  content: "";
  background: #fff;
  height: 16px;
  width: 1px;
  display: block!important;
  right: -17px;
  top: 4px;
}
#wp-megamenu-primary ul.wp-megamenu li.wpmm_dropdown_menu {
  margin: 0 30px 0 0;
}
#wp-megamenu-primary ul.wp-megamenu li.wpmm_dropdown_menu:after {
  position: absolute;
  content: "";
  background: #fff;
  height: 16px;
  width: 1px;
  display: block;
  right: -17px;
  top: 4px;
}
#wp-megamenu-primary ul.wp-megamenu li.wpmm_dropdown_menu:last-child {
  margin: 0;
}
#wp-megamenu-primary ul.wp-megamenu li.wpmm_dropdown_menu:last-child:after {
  display: none;
}
#wp-megamenu-primary a.wpmm_mobile_menu_btn {
  background: none!important;
}
@media (max-width: 991px) {
  #wp-megamenu-primary {
    width: 100%;
  }
  #wp-megamenu-primary.wpmm-mobile-menu ul.wp-megamenu {
    display: none;
  }
  #wp-megamenu-primary.wpmm-mobile-menu a.wpmm_mobile_menu_btn {
    background: none!important;
  }
  #wp-megamenu-primary.wpmm-mobile-menu a.wpmm_mobile_menu_btn i {
    font-size: 30px!important;
  }
}
#cbh-intro {
  height: 100vh;
  width: 100%;
  max-width: 1900px;
  margin: 0 auto;
  position: relative;
}
#cbh-intro .item {
  height: 100vh;
  min-height: 400px;
  background: transparent;
  width: 100%;
}
#cbh-intro .caption {
  position: absolute;
  left: 7%;
  right: inherit;
  bottom: 25%;
  z-index: 10;
  padding: 0;
  text-align: left;
}
#cbh-intro .caption h1 {
  font: 76px/70px 'Montserrat', sans-serif;
  font-weight: 600;
}
#cbh-intro .caption h2 {
  font: 28px/20px 'Montserrat', sans-serif;
  font-weight: 200;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  #cbh-intro .caption {
    top: 60%!important;
    left: 50%!important;
    -webkit-transform: translate(-50%, -36%);
    transform: translate(-50%, -36%);
    bottom: inherit;
    text-align: center;
  }
}
#cbh-intro .caption.layer {
  bottom: 50%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  font-size: 16px;
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  font-weight: 300;
  color: #202A44;
}
#cbh-intro .caption.layer h2 {
  color: #A56F3A;
  font: 26px/34px 'Montserrat', sans-serif;
  font-weight: 600;
  margin-bottom: 5px;
}
#cbh-intro .caption.layer .btn {
  background-color: #A56F3A;
  color: #fff !important;
  font-size: 16px;
  line-height: 16px;
  color: #202A44;
  text-transform: uppercase;
  font-weight: 500;
  padding: 12px 20px;
  margin-right: 0;
}
#cbh-intro .caption.layer.inner {
  bottom: 40%;
  width: 100%;
  max-width: 30%;
}
#cbh-intro .caption.layer.inner.en {
  max-width: 50%;
  bottom: 40%;
}
#cbh-intro .caption.layer.inner a.inline {
  text-decoration: underline;
  font-weight: 600;
}
@media (max-width: 1120px) {
  #cbh-intro .caption.layer.inner {
    max-width: 45%;
  }
}
@media (max-width: 991px) {
  #cbh-intro .caption.layer.inner {
    max-width: inherit!important;
    top: inherit!important;
    left: 0!important;
    bottom: 0!important;
    transform: inherit!important;
  }
}
#cbh-intro .caption.layer p {
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  #cbh-intro .caption.layer {
    top: 60%!important;
    left: 50%!important;
    -webkit-transform: translate(-50%, -60%);
    transform: translate(-50%, -60%);
    bottom: inherit;
    width: 75%;
  }
}
@media (max-width: 768px) {
  #cbh-intro .caption h1 {
    font: 50px/45px 'Montserrat', sans-serif;
    font-weight: 600;
  }
}
@media (max-width: 480px) {
  #cbh-intro .caption h1 {
    font: 40px/45px 'Montserrat', sans-serif;
    font-weight: 600;
  }
}
@media (max-width: 320px) {
  #cbh-intro .caption h1 {
    font: 25px/25px 'Montserrat', sans-serif;
    font-weight: 600;
  }
}
#cbh-intro .copy {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 12px;
  color: #fff !important;
}
#cbh-start .simpleParallax {
  height: 100vh!important;
}
.parallax-screen {
  overflow: hidden;
  position: relative;
}
.parallax-screen.sub {
  max-height: 480px!important;
}
.parallax-screen .layer {
  color: #A56F3A;
}
.parallax-screen .layer .layer-content {
  position: absolute;
  z-index: 100;
  top: 40%!important;
  left: 10%;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
}
.parallax-screen .layer .layer-content h1,
.parallax-screen .layer .layer-content h2 {
  font: 40px/45px 'Montserrat', sans-serif;
  font-weight: 600;
}
.parallax-screen .layer .layer-content p {
  font: 20px/25px 'Montserrat', sans-serif;
  font-weight: 300;
  color: #202A44;
  margin: 30px 0;
  padding: 0;
}
.parallax-screen .layer .layer-content .btn {
  font-size: 16px;
  line-height: 16px;
  color: #202A44;
  text-transform: uppercase;
  font-weight: 500;
  padding: 12px 20px;
  margin-right: 30px;
}
.parallax-screen .layer .layer-content .btn:hover {
  color: #fff;
}
@media (max-width: 880px) {
  .parallax-screen .layer .layer-content h2 {
    font: 35px/40px 'Montserrat', sans-serif;
    font-weight: 600;
  }
  .parallax-screen .layer .layer-content p {
    font: 17px/23px 'Montserrat', sans-serif;
    font-weight: 300;
    margin: 30px 0;
  }
  .parallax-screen .layer .layer-content .btn {
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    padding: 12px 20px;
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .parallax-screen .layer .layer-content h2 {
    font: 30px/36px 'Montserrat', sans-serif;
    font-weight: 600;
  }
  .parallax-screen .layer .layer-content p {
    font: 16px/23px 'Montserrat', sans-serif;
    font-weight: 300;
    margin: 20px 0;
  }
  .parallax-screen .layer .layer-content .btn {
    font-size: 13px;
    line-height: 13px;
    font-weight: 500;
    padding: 10px 12px;
    margin-right: 20px;
  }
}
@media (max-width: 669px) {
  .parallax-screen .layer .layer-content h2 {
    font: 28px/34px 'Montserrat', sans-serif;
    font-weight: 600;
  }
  .parallax-screen .layer .layer-content p {
    font: 14px/20px 'Montserrat', sans-serif;
    font-weight: 300;
    margin: 20px 0;
  }
  .parallax-screen .layer .layer-content .btn {
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    padding: 10px 12px;
    margin-right: 20px;
  }
}
@media (max-width: 620px) {
  .parallax-screen .layer .layer-content {
    left: 5%;
  }
  .parallax-screen .layer .layer-content h2 {
    font: 18px/22px 'Montserrat', sans-serif;
    font-weight: 600;
  }
  .parallax-screen .layer .layer-content p {
    font: 12px/16px 'Montserrat', sans-serif;
    font-weight: 300;
    margin: 10px 0 14px 0;
  }
  .parallax-screen .layer .layer-content .btn {
    font-size: 10px;
    line-height: 10px;
    font-weight: 500;
    padding: 6px;
    margin-right: 10px;
  }
}
@media (max-width: 320px) {
  .parallax-screen .layer .layer-content h2 {
    font: 16px/18px 'Montserrat', sans-serif;
    font-weight: 600;
  }
  .parallax-screen .layer .layer-content p {
    font: 10px/14px 'Montserrat', sans-serif;
    font-weight: 300;
    margin: 5px 0 10px 0;
  }
  .parallax-screen .layer .layer-content .btn {
    font-size: 9px;
    line-height: 9px;
    font-weight: 500;
    padding: 6px;
    margin-right: 8px;
  }
}
@media (max-width: 991px) {
  .parallax-screen.carrer .layer-content h2 {
    font: 30px/36px 'Montserrat', sans-serif;
    font-weight: 600;
  }
  .parallax-screen.carrer .layer-content p {
    font: 16px/23px 'Montserrat', sans-serif;
    font-weight: 300;
    margin: 20px 0;
  }
  .parallax-screen.carrer .layer-content .btn {
    font-size: 13px;
    line-height: 13px;
    font-weight: 500;
    padding: 10px 12px;
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .parallax-screen.carrer .layer-content {
    left: 5%;
  }
  .parallax-screen.carrer .layer-content h2 {
    font: 18px/22px 'Montserrat', sans-serif;
    font-weight: 600;
  }
  .parallax-screen.carrer .layer-content p {
    font: 12px/16px 'Montserrat', sans-serif;
    font-weight: 300;
    margin: 10px 0 14px 0;
  }
  .parallax-screen.carrer .layer-content .btn {
    font-size: 10px;
    line-height: 10px;
    font-weight: 500;
    padding: 6px;
    margin-right: 10px;
  }
}
@media (max-width: 480px) {
  .parallax-screen.carrer .layer-content {
    top: 45%!important;
  }
  .parallax-screen.carrer .layer-content h2 {
    font: 16px/18px 'Montserrat', sans-serif;
    font-weight: 600;
  }
  .parallax-screen.carrer .layer-content p {
    font: 10px/14px 'Montserrat', sans-serif;
    font-weight: 300;
    margin: 5px 0 10px 0;
  }
  .parallax-screen.carrer .layer-content .btn {
    font-size: 9px;
    line-height: 9px;
    font-weight: 500;
    padding: 6px;
    margin-right: 8px;
  }
}
@media (max-width: 340px) {
  .parallax-screen.carrer .layer-content h2 {
    font: 13px/14px 'Montserrat', sans-serif;
    font-weight: 600;
  }
  .parallax-screen.carrer .layer-content p {
    font: 9px/12px 'Montserrat', sans-serif;
    font-weight: 300;
    margin: 5px 0 10px 0;
  }
  .parallax-screen.carrer .layer-content .btn {
    font-size: 9px;
    line-height: 9px;
    font-weight: 500;
    padding: 6px;
    margin-right: 8px;
  }
}
.parallax-screen .parallax-content {
  width: 100%;
}
.parallax-screen .parallax-content img {
  width: 100%;
  height: auto!important;
}
.navbar-nav a.nav-link {
  color: #fff !important;
  text-transform: uppercase!important;
  font-weight: 400;
  font-size: 17px;
  padding: 0 0 2px 0!important;
  margin: 00 0 2px 0!important;
  border-bottom: 1px solid #202A44 !important;
}
@media (max-width: 1280px) {
  .navbar-nav a.nav-link {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .navbar-nav a.nav-link {
    height: auto;
    line-height: 30px;
  }
}
@media (min-width: 992px) {
  .navbar-nav li {
    position: relative;
    margin: 0 30px 0 0;
  }
  .navbar-nav li:after {
    position: absolute;
    content: "";
    background: #fff;
    height: 16px;
    width: 1px;
    display: block;
    right: -16px;
    top: 4px;
  }
  .navbar-nav li:last-child {
    margin: 0;
  }
  .navbar-nav li:last-child:after {
    display: none;
  }
}
.navbar-nav .active > .nav-link,
.navbar-nav .current-category-ancestor .nav-link,
.navbar-nav .current-page-ancestor .nav-link,
.navbar-nav .current-post-ancestor .nav-link {
  border-bottom: 1px solid #A56F3A !important;
}
#menu-microsite.navbar-nav .current-page-ancestor .nav-link,
#menu-microsite.navbar-nav .current-post-ancestor .nav-link {
  border-bottom: none!important;
}
#menu-microsite.navbar-nav a.nav-link {
  font-size: 16px;
}
@media (max-width: 1480px) {
  #menu-microsite.navbar-nav a.nav-link {
    font-size: 16px;
  }
}
#menu-microsite.navbar-nav .dropdown-menu {
  border: 0;
  border-radius: 0;
  padding: 0;
}
@media (min-width: 1200px) {
  #menu-microsite.navbar-nav .dropdown-menu.show {
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    background-color: rgba(255, 255, 255, 0.8);
  }
  #menu-microsite.navbar-nav .dropdown-menu.show li {
    margin: 0 10px;
    padding: 0;
    position: static;
    text-align: center;
  }
  #menu-microsite.navbar-nav .dropdown-menu.show li a {
    margin: 0;
    padding: 10px 10px;
    border-bottom: 1px solid #A56F3A;
    border-radius: 0;
  }
  #menu-microsite.navbar-nav .dropdown-menu.show li a:focus,
  #menu-microsite.navbar-nav .dropdown-menu.show li a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #A56F3A;
  }
  #menu-microsite.navbar-nav .dropdown-menu.show li.active a {
    color: #fff;
    text-decoration: none;
    background-color: #A56F3A;
  }
  #menu-microsite.navbar-nav .dropdown-menu.show li:after {
    display: none;
  }
}
@media (max-width: 1199px) {
  #menu-microsite.navbar-nav .dropdown-menu {
    display: block;
  }
}
.microsite .intro-teaser {
  padding: 60px 30px 20px 30px;
}
@media (max-width: 1199px) {
  .microsite .intro-teaser {
    padding-top: 30px;
  }
}
@media (min-width: 1200px) {
  .microsite .intro-teaser.air {
    padding-left: 88px!important;
    padding-right: 88px!important;
  }
}
.microsite .intro-teaser.air a {
  color: #A56F3A;
  text-decoration: underline;
}
@media (max-width: 1199px) {
  .microsite .parallax-screen .layer {
    background: url('https://www.cbh.de/wp-content/uploads/2020/03/CBH_Corona_Header_1920x540.jpg');
    background-repeat: none;
    background-size: cover;
  }
}
.microsite .parallax-screen .layer .layer-content {
  background: rgba(255, 255, 255, 0.8);
  padding: 40px;
}
.microsite .parallax-screen .layer .layer-content p {
  font: 19px/28px 'Montserrat', sans-serif;
  font-weight: 300;
  color: #202A44;
  margin: 10px 0 20px;
}
.microsite .parallax-screen .layer .layer-content .btn {
  background-color: #A56F3A;
  color: #fff;
  margin-right: 0;
}
@media (max-width: 1160px) {
  .microsite .parallax-screen .layer .layer-content {
    padding: 20px;
  }
  .microsite .parallax-screen .layer .layer-content h1,
  .microsite .parallax-screen .layer .layer-content h2 {
    font: 20px/25px 'Montserrat', sans-serif;
    font-weight: 600;
  }
  .microsite .parallax-screen .layer .layer-content p {
    font: 15px/22px 'Montserrat', sans-serif;
    margin: 5px 0 15px;
  }
  .microsite .parallax-screen .layer .layer-content .btn {
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    padding: 10px 10px;
  }
}
@media (max-width: 1199px) {
  .microsite .parallax-screen .layer .layer-content {
    position: relative;
    transform: none;
    -webkit-transform: none;
    left: 0;
    padding: 30px;
  }
  .microsite .parallax-screen .layer .layer-content h1,
  .microsite .parallax-screen .layer .layer-content h2 {
    font: 20px/20px 'Montserrat', sans-serif;
    font-weight: 600;
  }
  .microsite .parallax-screen .layer .layer-content p {
    font: 15px/22px 'Montserrat', sans-serif;
    margin: 10px 0 15px;
  }
  .microsite .parallax-screen .layer .layer-content .btn {
    font-size: 13px!important;
    line-height: 13px;
    font-weight: 500;
    padding: 10px 10px;
  }
}
@media (max-width: 1199px) {
  .microsite .parallax-screen .simpleParallax {
    position: absolute;
    z-index: 0;
    top: 0;
    display: none;
  }
}
.microsite .owl-theme.owl-set .item label {
  text-transform: uppercase;
  font-size: 20px!important;
  font-weight: 500;
}
.microsite .external {
  color: #A56F3A;
}
.news-sub {
  max-width: 680px;
  margin-bottom: 30px;
}
#left-sidebar {
  padding-top: 60px;
  background-color: #fff;
  color: #202A44;
  left: inherit;
  width: 100%;
}
@media (min-width: 1140px) {
  #left-sidebar {
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  #left-sidebar {
    display: none;
  }
}
.select-filter,
.select-filter-expertise {
  display: none;
  width: 100%;
  height: 40px;
  margin-bottom: 1rem;
}
.select-filter.init,
.select-filter-expertise.init {
  display: block;
}
.select-filter option.parent,
.select-filter-expertise option.parent {
  font-weight: 600!important;
  color: #202A44;
}
@media (max-width: 991px) {
  .select-filter {
    display: block;
  }
}
.search-bar {
  display: block;
}
.searchandfilter {
  padding-bottom: 40px;
}
.searchandfilter input {
  line-height: 40px;
}
.searchandfilter ul label {
  display: block;
}
.searchandfilter ul li {
  width: 100%;
  margin: 0!important;
  display: inline-block;
  vertical-align: top;
  padding: 0;
}
.searchandfilter ul li:before {
  display: none!important;
}
.searchandfilter ul li.sf-field-submit input {
  cursor: pointer;
  background-color: #A56F3A;
  color: #fff;
}
input,
select {
  border: 1px solid #A56F3A;
  width: 100%;
  height: 40px;
  padding-left: 10px;
  color: #202A44;
}
input::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #202A44;
}
input::-moz-placeholder,
select::-moz-placeholder {
  color: #202A44;
}
input:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #202A44;
}
input:-moz-placeholder,
select:-moz-placeholder {
  color: #202A44;
}
.site-filter {
  display: block;
  padding: 0 0 20px 0;
}
.site-filter.mobile {
  display: none;
}
@media (max-width: 991px) {
  .site-filter.mobile {
    display: block;
  }
}
.sidebar-control {
  z-index: 100;
  background-color: #fff;
  position: absolute;
  top: 167px;
  left: -30px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  color: #fff;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.sidebar-control i {
  position: absolute;
  top: 50%!important;
  left: 50%!important;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #202A44;
}
@media (max-width: 991px) {
  .sidebar-control {
    left: 0;
  }
}
.menu {
  width: 100%;
  padding: 0 0 0 45px;
  font-size: 16px;
  list-style: none;
  margin: 0;
}
.menu li {
  list-style: none;
  position: relative;
  margin: 0 0 40px 30px;
  font-weight: 500;
  text-transform: uppercase;
}
.menu li:before {
  position: absolute;
  left: -30px;
  top: 3px;
  content: "";
  display: block;
  background: url("assets/cbh_list_element.svg") no-repeat;
  width: 15px;
  height: 15px;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.menu .menu-item-has-children {
  margin: 0 0 40px 30px;
}
.menu .menu-item-has-children a {
  font-weight: 500;
  text-transform: uppercase;
}
.menu a.filter {
  cursor: pointer;
}
.menu a:hover {
  text-decoration: none;
  color: #A56F3A;
}
.menu .current-menu-item a,
.menu .current-menu-ancestor a {
  color: #A56F3A;
}
.menu .current-menu-item .sub-menu,
.menu .current-menu-ancestor .sub-menu {
  display: block;
}
.menu .sub-menu {
  display: none;
  margin-top: 20px;
  padding: 0;
}
.menu .sub-menu li {
  margin: 0 0 20px 25px;
}
.menu .sub-menu li:before {
  position: absolute;
  left: -25px;
  top: 4px;
  content: "";
  display: block;
  background: url("assets/cbh_list_element.svg") no-repeat;
  width: 12px;
  height: 12px;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
@media (max-width: 1280px) {
  .menu .sub-menu li {
    margin: 0 0 10px 25px;
  }
}
.menu .sub-menu a {
  font: 16px/20px 'Montserrat', sans-serif !important;
  font-weight: 400;
  text-transform: none;
  color: inherit;
}
.menu .sub-menu a:hover,
.menu .sub-menu a.active {
  color: #A56F3A;
}
@media (max-width: 1280px) {
  .menu .sub-menu a {
    font-size: 12px!important;
  }
}
.menu .sub-menu .current-menu-item a {
  color: #A56F3A;
}
@media (max-width: 1280px) {
  .menu {
    font-size: 14px;
  }
  .menu li {
    margin: 0 0 30px 25px;
  }
  .menu li:before {
    left: -30px;
    top: 6px;
    width: 12px;
    height: 12px;
  }
}
/* BS carousel */
.carousel {
  opacity: 0;
  top: 0;
  position: relative;
  height: 100%;
  width: 100%;
  background: transparent;
}
.carousel .carousel-inner {
  height: 100%;
}
.carousel .carousel-item {
  width: 100%;
  position: relative;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  transition-duration: 0.3s !important;
}
.carousel .carousel-item .carousel-caption {
  position: absolute;
  left: 7%;
  right: inherit;
  bottom: 25%;
  z-index: 10;
  padding: 0;
  text-align: left;
}
.carousel .carousel-item .carousel-caption h1 {
  font: 76px/70px 'Montserrat', sans-serif;
  font-weight: 600;
}
.carousel .carousel-item .carousel-caption h2 {
  font: 28px/20px 'Montserrat', sans-serif;
  font-weight: 200;
  margin-bottom: 15px;
}
.carousel .carousel-item .img-lawyer-mobile {
  display: none;
}
@media (max-width: 991px) {
  .carousel .carousel-item .img-lawyer-mobile {
    display: block;
  }
}
.carousel .carousel-item .c-layer {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #202A44;
  opacity: 0;
}
@media (max-width: 991px) {
  .carousel .carousel-item .c-layer {
    top: 0;
    left: 0;
    z-index: 1;
  }
}
.carousel .carousel-item .profile {
  position: absolute;
  width: 70%;
  height: 80%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid #A56F3A;
  border-bottom: none;
}
.carousel .carousel-item .profile .bottom {
  position: absolute;
  width: 70%;
  height: 1px;
  background-color: #A56F3A;
  bottom: -1px;
  right: 0;
}
.carousel .carousel-item .profile .side {
  position: absolute;
  width: 1px;
  height: 75%;
  background-color: #A56F3A;
  top: 0;
  left: -1px;
}
.carousel .carousel-item .profile .detail {
  top: 30%;
  color: #202A44;
  font-size: 15px;
  position: absolute;
  padding: 25px 20px;
  /* background-color:rgba(31,41,68,0.5); */
}
.carousel .carousel-item .profile .detail h1 {
  font: 26px/32px 'Montserrat', sans-serif;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: #fff;
  text-transform: none;
}
.carousel .carousel-item .profile .detail h1:after {
  position: absolute;
  content: "";
  background: #A56F3A;
  width: 50px;
  height: 2px;
  display: block;
  left: 0;
  bottom: 0;
}
.carousel .carousel-item .profile .detail h2 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 2px;
  color: #fff;
}
.carousel .carousel-item .profile .detail p {
  margin-bottom: 20px;
  font-weight: 400;
  color: #fff;
}
.carousel .carousel-item .profile .detail p.first {
  margin: 15px 0 2px 0;
}
.carousel .carousel-item .profile .detail .default {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: -2;
  top: 0;
  left: 0;
}
.carousel .carousel-item .profile .detail .blur {
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  opacity: 0.6;
  filter: alpha(opacity=60);
  width: 100%;
  height: 100%;
  background-image: url('assets/blue.png');
  /*background image*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.carousel .carousel-item .profile .detail .mt {
  display: inline-block;
  min-width: 20px;
  text-align: center;
  margin-left: -5px;
}
.carousel .carousel-item .profile.left {
  border-left: none;
}
.carousel .carousel-item .profile.left .detail {
  right: 8%;
}
.carousel .carousel-item .profile.right {
  border-right: none;
}
.carousel .carousel-item .profile.right .bottom {
  left: 0;
  right: inherit;
}
.carousel .carousel-item .profile.right .side {
  left: 100%;
}
.carousel .carousel-item .profile.right .detail {
  left: 8%;
}
@media (max-width: 1620px) {
  .carousel .carousel-item .profile {
    width: 90%;
  }
}
@media (max-width: 1024px) {
  .carousel .carousel-item .profile .detail {
    font-size: 15px;
  }
  .carousel .carousel-item .profile .detail h1 {
    font: 18px/23px 'Montserrat', sans-serif;
    font-weight: 700;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .carousel .carousel-item .profile {
    z-index: 2;
    position: relative;
    width: 100%;
    height: auto;
    min-height: inherit;
    top: 0;
    left: 0;
    -webkit-transform: none;
    transform: none;
    border: none!important;
  }
  .carousel .carousel-item .profile .detail {
    position: relative;
    top: inherit!important;
    left: inherit!important;
    right: inherit!important;
    font-size: 15px;
    padding: 20px;
    -webkit-transform: none!important;
    transform: none !important;
  }
  .carousel .carousel-item .profile .side,
  .carousel .carousel-item .profile .bottom {
    display: none;
  }
}
.carousel .carousel-item .profile .location-addon {
  position: absolute;
  bottom: -50px;
  right: 0;
  font-size: 14px;
  font-weight: 200!important;
  margin: 0!important;
  padding: 0!important;
}
@media (max-width: 991px) {
  .carousel .carousel-item .profile .location-addon {
    bottom: inherit!important;
    top: -30px;
    right: 20px;
  }
}
.carousel .carousel-item p {
  margin-bottom: 1rem;
}
@media (max-width: 1280px) {
  .carousel .carousel-item .teaser {
    padding: 0!important;
  }
}
@media (max-width: 991px) {
  .carousel .carousel-item .txt {
    padding: 40px 60px 30px 60px!important;
  }
}
@media (max-width: 480px) {
  .carousel .carousel-item .txt {
    padding: 40px 30px 30px 30px!important;
  }
}
.carousel.single {
  top: inherit;
  position: relative;
  box-sizing: border-box;
  height: -moz-calc(100vh - 140px);
  /* Firefox */
  height: -webkit-calc(100vh - 140px);
  /* Chrome, Safari */
  height: calc(100vh - 140px);
  /* IE9+ and future browsers */
  /* @media (min-width:1680px) {	max-height:1120px; } */
}
.carousel.single .carousel-item {
  box-sizing: border-box;
  height: -moz-calc(100vh - 140px);
  /* Firefox */
  height: -webkit-calc(100vh - 140px);
  /* Chrome, Safari */
  height: calc(100vh - 140px);
  /* IE9+ and future browsers */
  background-position: center 25%;
  /* @media (min-width:1680px) {	
			background-size:1680px;
			background-position: center top; 
			.profile {
				top:50px;
				transform:inherit;
				transform:translateX(-50%);
				max-width: 1580px;
				max-height: 1020px;
			}
			} */
}
@media (min-width: 1680px) {
  .carousel.single .carousel-item {
    background-position: center 0;
  }
}
@media (min-width: 1921px) {
  .carousel.single .carousel-item {
    background-position: center 15%;
  }
}
@media (max-width: 1240px) {
  .carousel.single .carousel-item {
    background-size: auto;
    -moz-background-size: auto;
    -webkit-background-size: auto;
  }
}
@media (max-width: 991px) {
  .carousel.single {
    height: auto!important;
  }
  .carousel.single .carousel-item {
    height: auto!important;
    background-size: 0 !important;
  }
}
.carousel .carousel-indicators {
  right: inherit;
  bottom: 30px;
  left: 0;
  right: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.carousel .carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 35px;
  height: 35px;
  margin: 0 15px 0 0;
  text-indent: inherit;
  background-clip: inherit;
  border: none;
  opacity: 1;
  background-image: url("assets/cbh_icon.svg");
  background-color: inherit;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.carousel .carousel-indicators li.active,
.carousel .carousel-indicators li:hover {
  background-image: url("assets/cbh_icon_active.svg");
}
@media (max-width: 1280px) {
  .carousel .carousel-indicators li {
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 1280px) {
  .carousel .carousel-indicators {
    bottom: 20px;
  }
}
@media (max-width: 991px) {
  .carousel .carousel-indicators {
    display: none;
  }
}
.carousel .carousel-control-next,
.carousel .carousel-control-prev {
  color: #202A44;
  width: 55px;
  font-size: 50px;
  opacity: 1;
  display: none;
}
@media (max-width: 991px) {
  .carousel .carousel-control-next,
  .carousel .carousel-control-prev {
    display: flex;
  }
}
@media (max-width: 480px) {
  .carousel .carousel-control-next,
  .carousel .carousel-control-prev {
    width: 25px;
    font-size: 40px;
  }
}
/* CAROUSEL ENDE */
.white .carousel-indicators li {
  background-image: url("default/cbh_icon_blue.svg");
}
.parallax::after {
  /* Display and position the pseudo-element */
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* Move the pseudo-element back away from the camera,
   * then scale it back up to fill the viewport.
   * Because the pseudo-element is further away, it appears to move more slowly, like in real life. */
  transform: translateZ(-1px) scale(1.5);
  /* Force the background image to fill the whole element. */
  background-size: 100%;
  /* Keep the image from overlapping sibling elements. */
  z-index: -1;
}
.bg1::after {
  background-image: url('assets/slide-01.jpg');
}
#cbh-karriere.carousel {
  height: inherit;
  position: relative;
}
#cbh-karriere.carousel .carousel-item {
  height: inherit;
}
/*  CONTENT */
a {
  color: inherit;
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  color: #A56F3A;
}
a.page-back {
  position: fixed;
  right: -28px;
  top: 215px;
  font-size: 18px;
  letter-spacing: 0.04rem;
  white-space: nowrap;
  text-transform: uppercase;
  color: #A56F3A;
  background: #202A44;
  padding: 10px;
  z-index: 999;
  border: 1px solid #A56F3A;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
@media (max-width: 991px) {
  a.page-back {
    top: 126px;
    font-size: 14px;
    right: -22px;
    padding: 6px;
    border-bottom: 0;
  }
}
.center {
  text-align: center;
}
.center video {
  left: 0;
}
.btn {
  display: inline-block;
  width: auto;
  padding: 8px  20px;
  margin: 0;
  border: 1px solid #A56F3A;
  border-radius: 0;
  color: inherit;
  font-size: 15px;
  line-height: 15px;
  font-weight: 200;
  text-transform: uppercase;
}
.btn:hover,
.btn:active,
.btn:focus,
.btn.full,
.btn.is-checked {
  background-color: #A56F3A;
  color: #fff;
}
.btn.list {
  max-width: inherit;
  display: block;
  text-align: left;
  border: none;
  border-bottom: 1px solid #A56F3A;
  padding: 0 0 8px 0;
  margin: 8px 0;
}
.btn.list:hover,
.btn.list:active,
.btn.list:focus {
  background-color: inherit;
  color: #A56F3A;
  box-shadow: none!important;
  -webkit-box-shadow: none!important;
}
@media (max-width: 991px) {
  .btn {
    font-size: 14px!important;
  }
}
.invert .btn {
  font-weight: 400;
  color: #202A44 !important;
}
.invert .btn:hover {
  color: #fff !important;
}
.btn-list.inline {
  padding-top: 30px;
}
.box {
  position: relative;
  overflow: hidden;
}
.box h1,
.box h2 {
  font-size: 22px!important;
  line-height: 26px!important;
  font-weight: 500!important;
  margin-bottom: 1.5rem !important;
  text-transform: uppercase;
}
.box h1.intro,
.box h2.intro {
  font: 38px/38px 'Montserrat', sans-serif;
  font-weight: 300;
  padding: 0 0 60px 0!important;
  margin-bottom: 20px!important;
  text-align: center;
}
.box h1.intro:after,
.box h2.intro:after {
  position: absolute;
  content: "";
  background: #A56F3A;
  width: 1px;
  height: 40px;
  display: block;
  left: 50%;
  top: 50px;
}
@media (max-width: 991px) {
  .box h1,
  .box h2 {
    font-size: 20px!important;
  }
}
.box h3 {
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}
.box h4 {
  font-size: 16px;
  font-weight: 400;
  padding: 10px 0;
  text-transform: uppercase;
}
.box.light {
  background-color: #4d5569;
}
.box label {
  font-size: 16px;
  font-weight: 200;
  margin-bottom: 0.25rem;
  display: block;
}
.box .layer {
  position: absolute;
  z-index: 100;
  width: 100%;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.box .layer h2 {
  font-size: 30px;
  font-weight: 400;
}
.box .layer h2.line {
  margin-bottom: 64px!important;
}
.box .layer h2.line:after {
  position: absolute;
  content: "";
  background: #A56F3A;
  width: 1px;
  height: 40px;
  display: block;
  margin: 15px 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.box .layer img {
  max-width: 120px;
  display: inline-block;
  padding-bottom: 2rem;
}
.box .layer:hover,
.box .layer:active,
.box .layer:focus {
  color: inherit!important;
  text-decoration: none!important;
}
.box .layer p {
  max-width: 80%;
  margin: 0 auto;
}
.box .layer .standort {
  opacity: 0;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.8s ease;
  -moz-transition: opacity 0.8s ease;
  -o-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}
.box .layer .standort.active {
  opacity: 1;
  z-index: 100;
}
.box .layer .standort .btn {
  background: #A56F3A;
  color: #fff;
}
.box .layer.half {
  width: 45%;
  top: 50%;
  left: 50%;
  text-align: left;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-left: 1px solid #A56F3A;
  padding: 10px 0 15px 20px;
}
.box .layer.half h2 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 1rem;
}
.box .layer.half label {
  font-weight: 500;
  margin-bottom: 1rem;
}
.box .layer.half p {
  max-width: 95%;
  margin: 0;
}
.box .layer.half p.last {
  margin-bottom: 1.25rem;
}
.box .layer.half.left {
  right: 50%;
  border-right: 1px solid #A56F3A;
  border-left: 0;
  left: inherit;
  padding: 10px 20px 15px 0;
}
.box .layer.half.center {
  width: 75%;
  right: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 1440px) {
  .box .layer.half {
    font-size: 15px;
    line-height: 22px;
  }
  .box .layer.half h2 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .box .layer.half label {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1439px) {
  .box .layer.half {
    font-size: 12px!important;
    line-height: 18px!important;
  }
  .box .layer.half h2 {
    font-size: 16px!important;
    line-height: 18px!important;
    margin-bottom: 8px!important;
  }
  .box .layer.half label {
    margin-bottom: 8px!important;
  }
  .box .layer.half .btn {
    padding: 10px;
    font-size: 12px;
    line-height: 12px;
  }
  .box .layer.half p.last {
    margin-bottom: 1rem;
  }
}
@media (max-width: 1440px) {
  .box .layer.half {
    font-size: 15px;
    line-height: 22px;
  }
  .box .layer.half h2 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .box .layer.half label {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .box .layer.half {
    font-size: 12px;
    line-height: 18px;
    padding: 15px;
  }
  .box .layer.half h2 {
    font-size: 16px!important;
    line-height: 18px!important;
    margin-bottom: 8px!important;
  }
  .box .layer.half label {
    margin-bottom: 8px!important;
  }
  .box .layer.half .btn {
    padding: 10px;
    font-size: 12px;
    line-height: 12px;
  }
  .box .layer.half p.last {
    margin-bottom: 1rem;
  }
}
@media (max-width: 320px) {
  .box .layer.half {
    font-size: 10px;
    line-height: 16px;
    padding: 10px;
  }
  .box .layer.half h2 {
    font-size: 12px!important;
    line-height: 14px!important;
    margin-bottom: 4px!important;
  }
  .box .layer.half label {
    font-size: 10px;
    margin-bottom: 10px!important;
  }
  .box .layer.half .btn {
    padding: 8px;
    font-size: 10px;
    line-height: 10px;
  }
}
.box .layer .btn.full {
  margin-top: 20px;
}
.box .inner {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: left;
}
.box .inner.absatz {
  top: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.box .inner.gutter {
  width: 80%;
}
.box .inner.gutter ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.box .inner.gutter ul li {
  list-style: none;
  position: relative;
  margin: 0 0 5px 20px;
}
.box .inner.gutter ul li:before {
  position: absolute;
  left: -20px;
  top: 6px;
  content: "";
  display: block;
  background: url(assets/cbh_list_element.svg) no-repeat;
  width: 10px;
  height: 10px;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.box .inner.gutter .xtra ul.first {
  padding-right: 80px;
}
.box .inner.gutter .xtra ul li {
  margin-bottom: 60px;
  font-weight: 400;
}
.box .inner p.center {
  display: block;
}
.box .inner p.last {
  margin-bottom: 2rem;
}
.box .inner p.break {
  margin-bottom: 1rem;
}
.box .inner .alpha {
  opacity: 0.4;
}
@media (max-width: 1440px) {
  .box .inner {
    font-size: 15px;
    line-height: 22px;
  }
  .box .inner h2 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .box .inner h2.intro {
    font: 34px/34px 'Montserrat', sans-serif;
    padding: 0 0 50px 0!important;
    margin-bottom: 12px!important;
  }
  .box .inner h2.intro:after {
    top: 40px;
  }
  .box .inner h3 {
    margin-bottom: 1.5rem;
  }
  .box .inner.gutter {
    width: 90%;
  }
}
@media (max-width: 1280px) {
  .box .inner {
    font-size: 14px;
    line-height: 22px;
  }
  .box .inner.absatz {
    padding-top: 40px;
    top: inherit;
  }
}
@media (max-width: 1140px) {
  .box .inner {
    font-size: 13px;
    line-height: 21px;
  }
}
@media (max-width: 991px) {
  .box .inner {
    font-size: 14px;
    line-height: 21px;
    position: relative;
    top: inherit;
    left: inherit;
    -webkit-transform: none;
    transform: none;
  }
  .box .inner.gutter {
    width: 100%;
    padding: 40px 20px;
  }
  .box .inner.gutter.absatz {
    padding: 20px 20px;
  }
  .box .inner.gutter.absatz.first {
    padding-top: 40px;
  }
  .box .inner h2.intro {
    padding: 0 0 55px 0!important;
    margin-bottom: 20px!important;
  }
  .box .inner h2.intro:after {
    top: 80px;
  }
}
.box video {
  position: absolute;
}
@media (max-width: 991px) {
  .box video {
    position: relative;
  }
}
.box.white {
  background-color: #fff;
  color: #202A44;
  font-weight: 400;
}
.box.white .inner,
.box.white .btn {
  font-weight: 400;
}
.box.gold {
  background-color: #A56F3A;
  color: #fff;
  font-weight: 400;
}
.box.gold .inner,
.box.gold .btn {
  font-weight: 400;
}
@media (max-width: 767px) {
  .box h1,
  .box h2 {
    font-size: 18px!important;
    line-height: 26px!important;
  }
}
.chess .box:nth-child(even) {
  background-color: #fff;
  color: #202A44;
  font-weight: 400;
}
.col-lg-3.box {
  padding-bottom: 25%;
}
.col-lg-4.box {
  padding-bottom: 33.33333% !important;
}
@media (min-width: 1200px) {
  .col-xl-4.box {
    padding-bottom: 33.33333% !important;
  }
}
@media (min-width: 992px) {
  .col-lg-6.box {
    padding-bottom: 50%;
  }
  .col-lg-6.box.reset {
    padding: 40px 0;
  }
  .col-lg-6.box.reset.img {
    padding: 0;
  }
  .col-lg-6.box.reset .inner {
    position: relative;
  }
}
@media (min-width: 992px) {
  .col-lg-6.box.half {
    padding-bottom: 25%;
  }
}
#epaper.container {
  padding: 60px;
}
#epaper .col-3 {
  padding-right: 5px;
  padding-left: 5px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  #epaper .col-3 {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media (max-width: 680px) {
  #epaper .col-3 {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media (max-width: 440px) {
  #epaper .col-3 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
#epaper .item {
  border: 1px solid #A56F3A;
  padding-bottom: 100%;
  margin-bottom: 10px;
  position: relative;
}
#epaper .item a {
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  background-size: 35%!important;
  background-position: center 20px!important;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#epaper .item a label {
  font-size: 10px;
  line-height: 14px;
  position: absolute;
  text-align: center;
  width: 100%;
  letter-spacing: 0.03em;
  bottom: 0;
  cursor: pointer;
  min-height: 42px;
}
#epaper .item a.file01 {
  background: url(assets/01.svg) no-repeat;
}
#epaper .item a.file02 {
  background: url(assets/02.svg) no-repeat;
}
#epaper .item a.file03 {
  background: url(assets/03.svg) no-repeat;
}
#epaper .item a.file04 {
  background: url(assets/04.svg) no-repeat;
}
#epaper .item a.file05 {
  background: url(assets/05.svg) no-repeat;
}
#epaper .row.final .item {
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  #epaper.container {
    max-width: 100%;
    padding: 0 30px;
  }
}
.pagination {
  margin-top: 50px!important;
  justify-content: flex-end !important;
}
.pagination li {
  margin: 0!important;
}
.pagination li:before {
  display: none!important;
}
.pagination .page-link {
  color: #A56F3A;
  background-color: #fff;
  border: 1px solid #A56F3A;
}
.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
  border-radius: 0!important;
}
.pagination .page-item.active .page-link {
  background-color: #A56F3A !important;
  border-color: #A56F3A !important;
}
@media (max-width: 768px) {
  .box .inner {
    position: relative;
    top: inherit;
    left: inherit;
    -webkit-transform: none;
    transform: none;
  }
}
.gallery {
  max-width: 1440px;
}
.gallery .item {
  position: relative;
  padding-bottom: 30px;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.gallery .item .inner {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #202A44;
}
.gallery .item .inner .border {
  position: absolute;
  z-index: 101;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none!important;
}
.gallery .item .inner .border::before {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  border: 2px solid #fff;
  content: '';
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.gallery .item .inner .location-addon {
  display: block;
  position: absolute;
  width: 100%;
  margin: 0!important;
  padding: 0!important;
  z-index: 9999;
  left: 50%;
  transform: translateX(-50%);
  bottom: 35px;
  font: 13px/13px 'Montserrat', sans-serif;
  font-weight: 200!important;
  text-align: center;
  color: #202A44;
  -webkit-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
  /* -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); */
}
.gallery .item p.data {
  margin: 0;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  position: absolute;
  z-index: 199;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  color: #202A44;
}
.gallery .item p.data label {
  display: block;
  font: 14px/14px 'Montserrat', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
.gallery .item p.data .fa {
  margin: 0 5px;
}
.gallery .item p.data .fa-envelope {
  font-size: 20px;
}
.gallery .item p.data .fa-phone-square {
  font-size: 20px;
}
.gallery .item p.data .primary.hide {
  display: none;
}
.gallery .item p.data .secondary {
  display: none;
}
.gallery .item p.data .secondary.show {
  display: inline-block;
}
.gallery .item img {
  display: block;
  border: 0;
  max-width: 100%;
  position: relative;
  width: 100%;
  height: auto;
}
.gallery .item .img-lawyer {
  position: absolute;
  top: 0;
  z-index: 99;
  opacity: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: scale(1.04);
  -webkit-transition: opacity 0.35s, -webkit-transform 12s ease-out;
  transition: opacity 0.35s, transform 12s ease-out;
  -webkit-transform: scale(1.04);
  will-change: transform;
  transform: translateZ(0);
}
.gallery .item .fx-layer {
  position: relative;
  display: block;
  overflow: hidden;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: transform;
  transform: translateZ(0);
}
.gallery .item .fx-layer .img-mood {
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
}
.gallery .item .fx-layer .img-lawyer-fx {
  position: absolute;
  top: 0;
  z-index: 99;
  opacity: 0.05;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  mix-blend-mode: soft-light;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
  will-change: transform;
  transform: translateZ(0);
}
.gallery .item .fx-layer .fx-layer-img {
  display: none;
}
.gallery .item .fx-layer .fx-layer-canvas {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
  opacity: 1;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  mix-blend-mode: soft-light;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.gallery .item:hover .fx-layer .img-lawyer-fx {
  opacity: 0;
}
.gallery .item:hover .img-lawyer {
  opacity: 1;
  -webkit-transform: scale(1.15) rotate(0.01deg);
  transform: scale(1.15) rotate(0.01deg);
}
.gallery .item:hover .inner .border::before {
  border-color: #A56F3A;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
}
.gallery .item:hover p.data {
  top: 80%;
  color: #A56F3A;
}
.gallery .item:hover p.data a:hover .fa {
  color: #202A44;
}
.gallery .item:hover .location-addon {
  color: #A56F3A;
  bottom: 18px;
}
.gallery .item .hidden {
  display: none;
}
@media (min-width: 1440px) {
  .gallery .item {
    max-width: 33.33333% !important;
    flex: 0 0 33.33333% !important;
  }
}
@media (max-width: 768px) {
  .gallery .item {
    max-width: 100%!important;
    flex: 0 0 100%!important;
  }
}
.d-md-block {
  display: none!important;
}
@media (min-width: 992px) {
  .d-md-block {
    display: block!important;
  }
}
@media (max-width: 480px) {
  .hide-sm {
    display: none;
  }
}
/* FOOTER */
.iurope {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 200px;
}
.footer-sub .elementor-container.elementor-column-gap-no {
  background-color: #4D5569 !important;
  padding: 0 40px;
}
#wrapper-footer {
  position: relative;
  padding: 0;
  font-size: 12px!important;
  line-height: 18px!important;
}
#wrapper-footer .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 60%;
  max-width: 250px;
  cursor: pointer;
}
@media (max-width: 991px) {
  #wrapper-footer .logo {
    position: relative;
    top: inherit;
    left: inherit;
    bottom: inherit;
    -webkit-transform: none;
    transform: none;
    margin: 0 auto;
    max-width: 250px;
    padding-bottom: 60px;
  }
}
#wrapper-footer h2 {
  font-size: 22px;
  line-height: 22px;
  font-weight: 400;
  margin: 0 0 10px 10px;
  padding: 0;
}
@media (max-width: 1280px) {
  #wrapper-footer h2 {
    font-size: 20px;
    line-height: 20px;
  }
}
#wrapper-footer h3 {
  font-size: 17px;
  line-height: 17px;
  font-weight: 500;
  margin-bottom: 5px;
  padding: 0;
}
#wrapper-footer h3.sub {
  margin-bottom: 20px;
}
#wrapper-footer .cbh-label {
  font-weight: 500;
}
#wrapper-footer .poi {
  padding-bottom: 60px;
}
#wrapper-footer .menu {
  padding: 0;
}
#wrapper-footer .menu li {
  list-style: none;
  position: relative;
  margin: 0 0 20px 0;
  font-weight: 500;
  text-transform: uppercase;
}
#wrapper-footer .menu li:before {
  display: none;
}
#wrapper-footer .menu a:hover {
  text-decoration: none;
  color: #A56F3A;
}
#wrapper-footer .menu .current-menu-item a,
#wrapper-footer .menu .current-menu-ancestor a {
  color: #A56F3A;
}
#wrapper-footer .menu .current-menu-item .sub-menu,
#wrapper-footer .menu .current-menu-ancestor .sub-menu {
  display: block;
}
#wrapper-footer .menu .sub-menu {
  display: none;
  margin-top: 20px;
  padding: 0 0 0 6%;
}
#wrapper-footer .menu .sub-menu li {
  margin-bottom: 30px;
}
#wrapper-footer .menu .sub-menu li:before {
  position: absolute;
  left: -25px;
  top: 6px;
  content: "";
  display: block;
  background: url("assets/cbh_list_element.svg") no-repeat;
  width: 12px;
  height: 12px;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
#wrapper-footer .menu .sub-menu a {
  font-weight: 400;
  text-transform: none;
  color: inherit;
}
#wrapper-footer .menu .sub-menu a:hover,
#wrapper-footer .menu .sub-menu a.active {
  color: #A56F3A;
}
#wrapper-footer .menu .sub-menu .current-menu-item a {
  color: #A56F3A;
}
#wrapper-footer p {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .social-icons {
    margin-top: 50px;
  }
}
.social-icons .elementor-icon-list-icon svg {
  margin: 0!important;
}
.social-icons .elementor-icon-list-text {
  font-size: 17px;
  line-height: 17px;
  font-weight: 500;
  margin-bottom: 0;
  padding: 0;
}
strong {
  font-weight: 500;
}
/* OWL CUSTOMIZE */
@media (min-width: 992px) {
  .box .owl-theme {
    position: absolute;
    height: 100%;
  }
}
.owl-theme {
  /* DOTS GLOBAL */
}
.owl-theme .owl-item .teaser {
  padding-bottom: 10px;
}
.owl-theme .owl-item .item .txt {
  width: 90%;
  margin: 0 auto;
  padding-top: 60px;
}
.owl-theme .owl-item .item .txt h2.sub {
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
.owl-theme .owl-item .item .txt p.last {
  margin-bottom: 22px;
}
@media (max-width: 1280px) {
  .owl-theme .owl-item .item .txt {
    font-size: 13px;
    line-height: 17px;
  }
  .owl-theme .owl-item .item .txt h2 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 991px) {
  .owl-theme .owl-item .item .txt {
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
  }
}
.owl-theme .owl-item p.last {
  margin-bottom: 22px;
}
.owl-theme .owl-item h2 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 1rem;
}
.owl-theme .owl-item img.soft {
  opacity: 0.15;
}
.owl-theme.owl-set {
  height: 100%;
}
.owl-theme.owl-set .owl-stage-outer,
.owl-theme.owl-set .owl-stage,
.owl-theme.owl-set .owl-item,
.owl-theme.owl-set .item {
  height: 100%;
}
.owl-theme.owl-set .item {
  height: 100%;
  cursor: pointer;
  padding: 0;
  margin: 0;
  background-color: rgba(32, 42, 68, 0.4);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-right: 0.5pt solid rgba(0, 0, 0, 0.5);
}
.owl-theme.owl-set .item.last {
  border: none;
}
.owl-theme.owl-set .item:hover {
  background-color: rgba(165, 111, 58, 0.5);
}
.owl-theme.owl-set .item label {
  cursor: pointer;
  display: block;
  margin: 0;
  width: 100%;
  text-align: center;
  padding: 30px 20px 80px 20px;
  letter-spacing: 0.08rem;
  font-size: 16px;
}
@media (min-width: 992px) {
  .owl-theme.owl-set .item label {
    padding: 0;
    position: absolute;
    bottom: 15%;
    text-align: left;
    letter-spacing: 0.04rem;
    white-space: nowrap;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  }
}
@media (max-width: 1280px) {
  .owl-theme.owl-set .item label {
    font-size: 14px;
  }
}
@media (max-width: 1170px) {
  .owl-theme.owl-set .item label {
    font-size: 12px;
  }
}
.owl-theme.owl-set .owl-item.current .item {
  background-color: rgba(165, 111, 58, 0.6);
}
@media (max-width: 991px) {
  .owl-theme.owl-set {
    min-height: 550px;
  }
  .owl-theme.owl-set.career {
    min-height: auto;
  }
}
.owl-theme.owl-get {
  height: 100%;
}
.owl-theme.owl-get .owl-stage-outer,
.owl-theme.owl-get .owl-stage,
.owl-theme.owl-get .owl-item {
  height: 100%;
  overflow: hidden;
}
.owl-theme.owl-get .item {
  height: 100%;
}
.owl-theme.intro {
  position: relative;
  height: 100vh;
  z-index: 0;
}
.owl-theme.intro .owl-stage-outer,
.owl-theme.intro .owl-stage,
.owl-theme.intro .owl-item,
.owl-theme.intro .item {
  height: 100vh;
}
.owl-theme.intro .item {
  overflow: hidden;
}
.owl-theme.intro .item img {
  width: 100%;
}
@media (max-width: 1440px) {
  .owl-theme.intro .item img {
    height: 100vh!important;
    width: auto!important;
  }
}
.owl-theme.white {
  background: #fff;
  color: #202A44;
}
.owl-theme h2 {
  font-size: 22px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}
.owl-theme.small .owl-nav {
  position: relative;
  width: 100%;
  margin: 0;
}
.owl-theme.small .owl-nav .owl-next,
.owl-theme.small .owl-nav .owl-prev {
  position: absolute;
  top: -120px;
  z-index: 10;
  font-size: 40px!important;
  border: 0;
  margin: 0;
  padding: 0;
}
.owl-theme.small .owl-nav .owl-next:hover,
.owl-theme.small .owl-nav .owl-prev:hover {
  background: none;
  color: #A56F3A;
}
.owl-theme.small .owl-nav .owl-next {
  right: 5px;
}
.owl-theme.small .owl-nav .owl-prev {
  left: 5px;
}
.owl-theme.small .owl-item {
  margin: 30px 0;
}
.owl-theme.small .owl-item .item {
  padding-top: 30px;
  padding-bottom: 40%;
  max-height: 200px;
  border: none;
  text-align: center;
}
.owl-theme.small .owl-item .item label {
  font-size: 10px;
  font-weight: 200;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
.owl-theme.small .owl-item .item h2 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
  width: 80%;
  margin: 0 auto;
}
.owl-theme.small .owl-item .item a.btn {
  display: inline-block;
  width: auto;
  padding: 4px 30px;
  margin: 10px auto 0 auto;
  color: #A56F3A;
  border: 1px solid #A56F3A;
  border-radius: 0;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
}
.owl-theme.small .owl-item .item a.btn:hover {
  color: #fff;
}
.owl-theme.small .owl-item.active .item {
  border-right: 1px solid #A56F3A;
}
@media (max-width: 767px) {
  .owl-theme.small .owl-item .item {
    max-height: inherit;
    padding-bottom: 20%;
  }
  .owl-theme.small .owl-item.active .item {
    border-right: none;
  }
}
.owl-theme.small .owl-dots {
  position: inherit;
  width: inherit;
  bottom: inherit;
}
.owl-theme .owl-dots {
  position: absolute;
  width: 100%;
  height: 35px;
  bottom: 0;
  margin: 0 0 30px 0!important;
}
.owl-theme .owl-dots .owl-dot span {
  width: 35px;
  height: 35px;
  margin: 0 15px 0 0;
  text-indent: inherit;
  background-image: url(assets/cbh_icon.svg);
  background-color: inherit;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
@media (max-width: 767px) {
  .owl-theme .owl-dots .owl-dot span {
    width: 25px;
    height: 25px;
  }
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: inherit;
  background-image: url(assets/cbh_icon_active.svg);
  outline: none;
  border: none;
}
@media (max-width: 767px) {
  .owl-theme .owl-dots {
    margin: 0 0 10px 0!important;
  }
}
.owl-theme.inv .owl-dot span {
  background-image: url(assets/cbh_icon_blue.svg);
}
.owl-theme.career .owl-dot.active span,
.owl-theme.career .owl-dot:hover span {
  background-color: inherit;
  background-image: url(assets/cbh_icon_blue.svg);
  outline: none;
  border: none;
}
*:focus,
*:active,
*:visited {
  outline: none !important;
}
video {
  width: 100%!important;
  height: auto!important;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.backdrop {
  background-size: cover!important;
  background-repeat: no-repeat !important;
}
/* FORMS */
.nf-form-fields-required {
  display: none;
}
.nf-form-content {
  padding: 0!important;
  max-width: 768px!important;
  margin: 0!important;
}
.nf-form-content .nf-field-label label {
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.nf-form-content .checkbox-wrap label {
  font-size: inherit!important;
  line-height: inherit!important;
}
.nf-form-content .checkbox-container.label-right label:after {
  left: -28px;
  top: 4px!important;
}
.nf-form-content button,
.nf-form-content input[type=button],
.nf-form-content input[type=submit] {
  background: #202A44 !important;
  border: 0;
  color: #fff !important;
  text-transform: uppercase;
  transition: all 0.5s;
  cursor: pointer;
  border: 1px solid #A56F3A !important;
  width: 100%!important;
}
.nf-form-content button:hover,
.nf-form-content input[type=button]:hover,
.nf-form-content input[type=submit]:hover {
  color: #A56F3A !important;
}
.layout_form.unsubscribe {
  color: #202A44;
}
.layout_form.unsubscribe h2 {
  font: 22px/22px 'Montserrat', sans-serif;
  font-weight: 500;
  margin: 0;
  padding: 0 0 20px 0;
  text-transform: uppercase;
}
.layout_form.unsubscribe h3 {
  font: 20px/20px 'Montserrat', sans-serif;
}
.layout_form.unsubscribe .btn {
  background: #202A44 !important;
  border: 0;
  color: #fff !important;
  text-transform: uppercase;
  transition: all 0.5s;
  cursor: pointer;
  border: 1px solid #A56F3A !important;
  width: 100%!important;
  margin-top: 20px;
  font-size: 16px;
  padding: 12px;
}
.wpforms-container ul li:before {
  display: none!important;
}
.wpforms-container input[type=text],
.wpforms-container input[type=tel],
.wpforms-container input[type=email],
.wpforms-container textarea,
.wpforms-container select {
  border: 1px solid #A56F3A !important;
}
.wpforms-container input[type=text]::placeholder,
.wpforms-container input[type=tel]::placeholder,
.wpforms-container input[type=email]::placeholder,
.wpforms-container textarea::placeholder,
.wpforms-container select::placeholder {
  color: #202A44;
  font-weight: 400;
}
.wpforms-container.anmeldung .btn-submit {
  background-color: #A56F3A !important;
  border: 1px solid #A56F3A !important;
  color: #fff !important;
}
.wpforms-container .wpforms-field-label {
  font-weight: 400!important;
}
.wpforms-container .wpforms-required-label {
  color: #A56F3A !important;
}
.wpforms-confirmation-container-full,
div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
  background: #ffffff !important;
  border: none!important;
  margin: 0!important;
  padding: 0!important;
}
/* CLEVER REACH NL */
.cbh-form .cr_ipe_item {
  margin-bottom: 25px;
}
.cbh-form .cr_ipe_item input {
  background: #f7f7f7;
  border: 1px solid #c4c4c4;
  border-radius: 0;
  box-shadow: none;
  color: #787878;
  transition: all 0.5s;
  height: 50px;
}
.cbh-form .cr_ipe_item input.clever_form_error {
  border: 2px solid red!important;
}
.cbh-form button {
  background: #202A44 !important;
  border: 0;
  color: #fff !important;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #A56F3A !important;
  width: 100%!important;
  transition: all 0.5s;
  height: 50px;
}
.cbh-form input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin-right: 15px;
  display: inline-block;
  float: left;
}
/* FORMS WIRCARD */
.wirecard-small.wpforms-container-full .wpforms-form input,
.wirecard-small.wpforms-container-full .wpforms-form textarea {
  background: rgba(255, 255, 255, 0.25) !important;
  color: #fff !important;
  border: none;
}
.wirecard-small.wpforms-container-full .wpforms-form input::placeholder,
.wirecard-small.wpforms-container-full .wpforms-form textarea::placeholder {
  font-weight: 200;
  color: #fff !important;
  opacity: 1;
}
.wirecard-small.wpforms-container-full .wpforms-form button[type=submit] {
  background-color: #202A44;
  border: 1px solid #202A44;
  color: #fff;
  font-size: 1em;
  padding: 10px 15px;
}
.wirecard-small.wpforms-container-full .wpforms-form button[type=submit]:hover,
.wirecard-small.wpforms-container-full .wpforms-form button[type=submit]:active {
  background-color: #fff;
  border: 1px solid #fff;
  color: #202A44;
}
.wirecard-small.wpforms-container-full .wpforms-form .wpforms-field-label-inline,
.wirecard-small.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-html,
.wirecard-small.wpforms-container-full .wpforms-form ul li {
  font-size: 13px!important;
  line-height: 20px!important;
  font-weight: 100!important;
}
.wirecard-small.wpforms-container-full .wpforms-form .wpforms-field-label-inline a,
.wirecard-small.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-html a,
.wirecard-small.wpforms-container-full .wpforms-form ul li a {
  text-decoration: underline;
  color: #fff !important;
}
.wirecard-small.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-html h1,
.wirecard-small.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-html h2 {
  font-size: 22px!important;
  line-height: 26px!important;
  font-weight: 500!important;
  margin-bottom: 1.5rem !important;
  text-transform: uppercase;
}
.wirecard-small.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-html h3 {
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}
.wirecard-small.wpforms-container-full .wpforms-form label.wpforms-error {
  color: #202A44;
  font-weight: 400;
  font-size: 14px;
}
.wirecard-small.wpforms-container-full .wpforms-form .wpforms-field textarea.wpforms-error {
  border: 1px solid #202A44;
}
.form-inline-bg-gold {
  color: #fff !important;
  background: #A56F3A !important;
  padding: 40px;
  margin-bottom: 40px;
}
.form-inline-bg-gold h2 {
  font-size: 18px!important;
  line-height: 24px!important;
  margin-bottom: 15px!important;
}
.form-inline-bg-gold h3 {
  font-size: 14px;
  line-height: 14px;
  font-weight: 200;
  margin-bottom: 15px;
}
.form-container {
  padding: 40px 60px;
}
.form-container.gold {
  color: #fff;
  background: #A56F3A !important;
}
.form-container.gold h3 {
  font-size: 14px;
  line-height: 14px;
  font-weight: 200;
  margin-bottom: 15px;
}
.form-container.gold h2 {
  font-size: 22px!important;
  line-height: 26px!important;
  font-weight: 500!important;
  margin-bottom: 1.5rem !important;
  text-transform: uppercase;
}
article .wirecard-small.wpforms-container-full .wpforms-form input,
article .wirecard-small.wpforms-container-full .wpforms-form textarea {
  color: #202A44 !important;
  border: 1px solid #A56F3A;
}
article .wirecard-small.wpforms-container-full .wpforms-form input::placeholder,
article .wirecard-small.wpforms-container-full .wpforms-form textarea::placeholder {
  font-weight: 400;
  color: #202A44 !important;
  opacity: 1;
}
article .wirecard-small.wpforms-container-full .wpforms-form button[type=submit] {
  width: 100%;
  display: block;
}
article .wirecard-small.wpforms-container-full .wpforms-form button[type=submit]:hover,
article .wirecard-small.wpforms-container-full .wpforms-form button[type=submit]:active {
  background-color: #A56F3A;
  border: 1px solid #A56F3A;
  color: #fff;
}
article .wirecard-small.wpforms-container-full .wpforms-form .wpforms-field-label-inline,
article .wirecard-small.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-html,
article .wirecard-small.wpforms-container-full .wpforms-form ul li {
  font-size: 16px!important;
  line-height: 23px!important;
  font-weight: 400!important;
}
article .wirecard-small.wpforms-container-full .wpforms-form .wpforms-field-label-inline a,
article .wirecard-small.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-html a,
article .wirecard-small.wpforms-container-full .wpforms-form ul li a {
  text-decoration: underline;
  color: #fff !important;
}
.news-detail-lawyer {
  width: 100%;
  max-width: 650px;
}
.news-detail-lawyer header.entry-header {
  padding-top: 10px;
}
.news-detail-lawyer h2.entry-title.sub-news {
  padding-top: 0px;
  font: 20px/20px 'Montserrat', sans-serif;
  font-weight: 500;
}
.news-detail-lawyer article {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .news-detail-lawyer {
    margin-left: 10%;
  }
}
/* Feel free to change duration  */
.animated {
  -webkit-animation-duration: 4000 ms  ;
  animation-duration: 4000 ms  ;
  -webkit-animation-fill-mode: both  ;
  animation-fill-mode: both  ;
}
/* .owl-animated-out - only for current item */
/* This is very important class. Use z-index if you want move Out item above In item */
.owl-animated-out {
  z-index: 1;
}
/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */
.owl-animated-in {
  z-index: 0;
}
/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */
.fadeOut {
  -webkit-animation-name: fadeOut  ;
  animation-name: fadeOut  ;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1   ;
  }
  100% {
    opacity: 0   ;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1   ;
  }
  100% {
    opacity: 0   ;
  }
}
/* ORDER BOX */
@media (min-width: 992px) {
  .order-lg-4 {
    order: 4!important;
  }
}
@media (min-width: 1200px) {
  .order-lg-4 {
    order: inherit!important;
  }
}
