body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Linotype Brewery Regular';
  font-size: 3rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  font-family: 'Linotype Brewery Regular';
  font-size: 2.2rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 3.52rem;
}
.display-4 {
  font-family: 'font';
  font-size: 1.4rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-5 {
  font-family: 'Linotype Brewery Regular';
  font-size: 1.4rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'font';
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #143838 !important;
}
.bg-success {
  background-color: #143838 !important;
}
.bg-info {
  background-color: #143838 !important;
}
.bg-warning {
  background-color: #143838 !important;
}
.bg-danger {
  background-color: #143838 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #143838 !important;
  border-color: #143838 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #143838 !important;
  border-color: #143838 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #143838 !important;
  border-color: #143838 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #143838 !important;
  border-color: #143838 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #143838 !important;
  border-color: #143838 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #143838 !important;
  border-color: #143838 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #143838;
  border-color: #143838;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #143838 !important;
  border-color: #143838 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #143838;
  border-color: #143838;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #143838 !important;
  border-color: #143838 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #143838;
  border-color: #143838;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #143838 !important;
  border-color: #143838 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #143838;
  border-color: #143838;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #143838 !important;
  border-color: #143838 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #143838;
  border-color: #143838;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #143838 !important;
  border-color: #143838 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #143838;
  border-color: #143838;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #143838 !important;
  border-color: #143838 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #143838 !important;
}
.text-secondary {
  color: #143838 !important;
}
.text-success {
  color: #143838 !important;
}
.text-info {
  color: #143838 !important;
}
.text-warning {
  color: #143838 !important;
}
.text-danger {
  color: #143838 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #143838;
}
.alert-warning {
  background-color: #143838;
}
.alert-danger {
  background-color: #143838;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #143838;
  border-color: #143838;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #143838;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #68c9c9;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #68c9c9;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #68c9c9;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #68c9c9;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #68c9c9;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'font';
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #143838;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.form2 .form-control {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
.form2 .input-group-btn a.btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form2 .input-group-btn button[type="submit"] {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form3 input[type="email"] {
  border-radius: 100px !important;
}
@media (max-width: 349px) {
  .form2 input[type="email"] {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn a.btn {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn button[type="submit"] {
    border-radius: 100px !important;
  }
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #143838;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #143838;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #143838;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #143838;
  border-bottom-color: #143838;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #143838 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #143838 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section) {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23143838' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
.cid-r2MiukWxPc {
  padding-top: 90px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/kanzleifuerarbeitsrecht-drmichaelsextl-head-3.jpg");
}
.cid-r2MiukWxPc .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-r2MiukWxPc .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-r2MiukWxPc .mbr-figure img {
    width: 100% !important;
  }
}
.cid-r2MiukWxPc .mbr-text,
.cid-r2MiukWxPc .mbr-section-btn {
  text-align: left;
  color: #fffefa;
}
.cid-rf7Boow6v2 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #fffefa;
}
.cid-rf7Boow6v2 P {
  text-align: left;
  color: #143838;
}
.cid-r2MlOjBcIe {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #fffefa;
}
.cid-r2MlOjBcIe P {
  text-align: left;
  color: #232323;
}
.cid-r9n4ApgDN0 {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #fffefa;
}
.cid-r9n4ApgDN0 P {
  text-align: left;
  color: #232323;
}
.cid-tneCsKmqcH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fffefa;
}
.cid-tneCsKmqcH h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-tneCsKmqcH p {
  color: #767676;
}
.cid-tneCsKmqcH .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #fffefa;
  position: relative;
  justify-content: unset;
}
.cid-tneCsKmqcH .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-tneCsKmqcH .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-tneCsKmqcH .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-tneCsKmqcH .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-tneCsKmqcH .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-r2Mmi4zkRP {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #fffefa;
}
.cid-r2Mmi4zkRP P {
  text-align: left;
  color: #232323;
}
.cid-r9cEFXCBx9 {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #fffefa;
}
.cid-r9cEFXCBx9 P {
  text-align: left;
  color: #232323;
}
.cid-r9cFcrw2MP {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #fffefa;
}
.cid-r9cFcrw2MP P {
  text-align: left;
  color: #232323;
}
.cid-tneDiHr3Wo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fffefa;
}
.cid-tneDiHr3Wo h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-tneDiHr3Wo p {
  color: #767676;
}
.cid-tneDiHr3Wo .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #fffefa;
  position: relative;
  justify-content: unset;
}
.cid-tneDiHr3Wo .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-tneDiHr3Wo .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-tneDiHr3Wo .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-tneDiHr3Wo .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-tneDiHr3Wo .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-r9cEFY8G5o {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #fffefa;
}
.cid-r9cEFY8G5o P {
  text-align: left;
  color: #232323;
}
.cid-r9cHAnAXWW {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #fffefa;
}
.cid-r9cHAnAXWW P {
  text-align: left;
  color: #232323;
}
.cid-r9cHAo4tAl {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #fffefa;
}
.cid-r9cHAo4tAl P {
  text-align: left;
  color: #232323;
}
.cid-tneDq9i67A {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fffefa;
}
.cid-tneDq9i67A h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-tneDq9i67A p {
  color: #767676;
}
.cid-tneDq9i67A .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #fffefa;
  position: relative;
  justify-content: unset;
}
.cid-tneDq9i67A .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-tneDq9i67A .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-tneDq9i67A .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-tneDq9i67A .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-tneDq9i67A .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-r9cHAorNC6 {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #fffefa;
}
.cid-r9cHAorNC6 P {
  text-align: left;
  color: #232323;
}
.cid-rf7CwIay3i {
  padding-top: 90px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/kanzleifuerarbeitsrecht-drmichaelsextl-head-3.jpg");
}
.cid-rf7CwIay3i .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-rf7CwIay3i .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-rf7CwIay3i .mbr-figure img {
    width: 100% !important;
  }
}
.cid-rf7CwIay3i .mbr-text,
.cid-rf7CwIay3i .mbr-section-btn {
  text-align: left;
  color: #fffefa;
}
.cid-rf7FuvTNtI {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #fffefa;
}
.cid-rf7FuvTNtI P {
  text-align: left;
  color: #143838;
}
.cid-rfd5BEO600 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #fffefa;
}
.cid-rfd5BEO600 P {
  text-align: left;
  color: #232323;
}
.cid-rf7CwIQyW8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fffefa;
}
.cid-rf7CwIQyW8 P {
  text-align: left;
  color: #232323;
}
.cid-rf7JezADVV {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #fffefa;
}
.cid-rf7JezADVV P {
  text-align: left;
  color: #232323;
}
.cid-rf7JlXAkGA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fffefa;
}
.cid-rf7JlXAkGA P {
  text-align: left;
  color: #232323;
}
.cid-rf7JmSoYc2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fffefa;
}
.cid-rf7JmSoYc2 P {
  text-align: left;
  color: #232323;
}
.cid-rf7JnZ93Xu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fffefa;
}
.cid-rf7JnZ93Xu P {
  text-align: left;
  color: #232323;
}
.cid-rf7Jp6Zpmm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fffefa;
}
.cid-rf7Jp6Zpmm P {
  text-align: left;
  color: #232323;
}
.cid-rf7JFhxdHp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fffefa;
}
.cid-rf7JFhxdHp P {
  text-align: left;
  color: #232323;
}
.cid-rf7OoI9tF7 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #fffefa;
}
.cid-rf7OoI9tF7 P {
  text-align: left;
  color: #232323;
}
.cid-rf7FKc5wpN {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #fffefa;
}
.cid-rf7FKc5wpN P {
  text-align: left;
  color: #232323;
}
.cid-tneCSr3jnT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fffefa;
}
.cid-tneCSr3jnT h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-tneCSr3jnT p {
  color: #767676;
}
.cid-tneCSr3jnT .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #fffefa;
  position: relative;
  justify-content: unset;
}
.cid-tneCSr3jnT .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-tneCSr3jnT .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-tneCSr3jnT .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-tneCSr3jnT .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-tneCSr3jnT .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-rf7CwJDB5A {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #fffefa;
}
.cid-rf7CwJDB5A P {
  text-align: left;
  color: #232323;
}
.cid-rfd7b1iQ5r {
  padding-top: 90px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/kanzleifuerarbeitsrecht-drmichaelsextl-head-3.jpg");
}
.cid-rfd7b1iQ5r .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-rfd7b1iQ5r .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-rfd7b1iQ5r .mbr-figure img {
    width: 100% !important;
  }
}
.cid-rfd7b1iQ5r .mbr-text,
.cid-rfd7b1iQ5r .mbr-section-btn {
  text-align: left;
  color: #fffefa;
}
.cid-rfd7b1QZf6 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #fffefa;
}
.cid-rfd7b1QZf6 P {
  text-align: left;
  color: #143838;
}
.cid-rfd7b29WkJ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #fffefa;
}
.cid-rfd7b29WkJ P {
  text-align: left;
  color: #232323;
}
.cid-rfd7b2php1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fffefa;
}
.cid-rfd7b2php1 P {
  text-align: left;
  color: #232323;
}
.cid-rfd7b4XPvW {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #fffefa;
}
.cid-rfd7b4XPvW .mbr-section-subtitle {
  color: #767676;
  text-align: left;
  font-weight: 300;
}
.cid-rfd7b4XPvW .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #143838;
  margin-right: 2rem;
  transition: all .4s;
}
.cid-rfd7b4XPvW .timeline-text-content p {
  margin-bottom: 0;
}
.cid-rfd7b4XPvW .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.cid-rfd7b4XPvW .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-rfd7b4XPvW .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-rfd7b4XPvW .reverse .timeline-text-content {
  margin-left: 2rem;
  margin-right: 0;
}
.cid-rfd7b4XPvW .iconsBackground {
  position: absolute;
  left: 50%;
  width: 60px;
  height: 60px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: #143838;
  top: 20px;
  margin-left: -30px;
}
.cid-rfd7b4XPvW .mbr-iconfont {
  position: absolute;
  text-align: center;
  font-size: 35px;
  display: inline-block;
  z-index: 3;
  top: 13px;
  left: 13px;
}
.cid-rfd7b4XPvW .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #143838;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
@media (max-width: 768px) {
  .cid-rfd7b4XPvW .iconsBackground {
    left: 1.5rem;
  }
  .cid-rfd7b4XPvW .separline:before {
    left: calc(1.5rem - 1px);
  }
  .cid-rfd7b4XPvW .timeline-text-content {
    margin-left: 3rem !important;
    margin-right: 0 !important;
  }
  .cid-rfd7b4XPvW .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-rfd7b4XPvW .mbr-timeline-title {
  color: #fffefa;
  text-align: left;
}
.cid-rfd7b4XPvW .mbr-timeline-text {
  color: #fffefa;
  text-align: left;
}
.cid-rfd7b5HiwE {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #fffefa;
}
.cid-rfd7b5HiwE P {
  text-align: left;
  color: #232323;
}
.cid-tneD9FxnYo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fffefa;
}
.cid-tneD9FxnYo h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-tneD9FxnYo p {
  color: #767676;
}
.cid-tneD9FxnYo .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #fffefa;
  position: relative;
  justify-content: unset;
}
.cid-tneD9FxnYo .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-tneD9FxnYo .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-tneD9FxnYo .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-tneD9FxnYo .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-tneD9FxnYo .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-rfd7b6oohX {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #fffefa;
}
.cid-rfd7b6oohX P {
  text-align: left;
  color: #232323;
}
