* {
  font-family: 'Mulish', sans-serif;
}
.ui-anim {
  transition-property: all;
  transition-duration: 250ms;
  transition-timing-function: ease-out;
}
.ui-anim * {
  transition-property: all;
  transition-duration: 250ms;
  transition-timing-function: ease-out;
}
hr {
  border: 0;
  height: 1px;
  margin-top: 4.333rem;
  margin-bottom: 2.333rem;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
h2.c-heading {
  font-weight: 800;
  color: #526911;
}
h4 {
  font-size: 1.2rem;
}
html {
  font-size: 16px;
  overflow-x: hidden;
}
body {
  font-size: 16px;
  padding-top: 8.2rem;
  position: relative;
  overflow-x: hidden;
}
.c-text {
  color: #555;
}
a {
  color: #526911;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  cursor: pointer;
}
.sub-menu {
  width: 8rem !important;
  padding-top: 3.333rem;
}
.a-pull-right {
  right: 0;
  position: absolute;
}
.well {
  position: relative;
}
.txt--align-right {
  text-align: right;
}
.padding--bottom-2 {
  padding-bottom: 2rem;
}
#page-menu {
  background-color: #96c11f;
  height: 3rem;
  overflow: hidden;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
}
#page-menu a,
#page-menu div.navitem {
  float: left;
  font-size: 1rem;
  color: white;
  text-align: center;
  padding: 0 1rem;
  text-decoration: none;
  line-height: 3rem;
}
#page-menu a.u-dropdown,
#page-menu div.navitem.u-dropdown {
  overflow: hidden;
}
#page-menu a.u-dropdown .dropdown-content,
#page-menu div.navitem.u-dropdown .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  margin-left: -1rem;
}
#page-menu a.u-dropdown .dropdown-content a,
#page-menu div.navitem.u-dropdown .dropdown-content a {
  background-color: #526911;
  float: none;
  color: white;
  padding: 0 1rem;
  text-decoration: none;
  display: block;
  text-align: left;
}
#page-menu a.u-dropdown .dropdown-content a:hover,
#page-menu div.navitem.u-dropdown .dropdown-content a:hover {
  background-color: #96c11f;
}
#page-menu a.u-dropdown:hover .dropdown-content,
#page-menu div.navitem.u-dropdown:hover .dropdown-content {
  display: block;
}
#page-menu a:hover,
#page-menu div.navitem:hover,
#page-menu a.active,
#page-menu div.navitem.active {
  background-color: #526911;
}
#page-menu a.fr,
#page-menu div.navitem.fr {
  float: right;
}
header {
  top: 0;
  position: fixed;
  z-index: 125;
  display: block;
  width: 100%;
  background-color: white;
}
header #header-wrap {
  height: 83px;
}
header #header-wrap a.fhbranch-logo img {
  margin: 0.3333rem;
  margin-left: 0;
  width: 18rem;
  margin-top: 1.333rem;
}
.sticky body {
  padding-top: 6rem;
}
.sticky header #header-wrap {
  height: 48px;
}
.sticky header #header-wrap .sub-menu {
  width: 7rem !important;
  padding-top: 1.15rem;
}
.sticky header #header-wrap a.fhbranch-logo img {
  margin-top: 0.6666rem;
  max-width: 10.25rem;
}
#footer {
  position: relative;
  background-color: #EEE;
  border-top: 5px solid rgba(0, 0, 0, 0.2);
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-top: 3rem;
}
#footer a {
  color: #526911;
}
#footer a:hover {
  text-decoration: none;
  color: #000000;
}
#copyrights {
  padding: 2rem 0;
  background-color: #DDD;
  line-height: 1.8rem;
}
#copyrights .o-grid {
  font-size: 0.9rem;
}
#copyrights i {
  margin-right: 0.2rem;
}
#copyrights a {
  display: inline-block;
  margin: 0 3px;
  color: #333;
  text-decoration: none;
  border-bottom: 1px dotted #444;
}
#copyrights a:hover {
  color: #555;
  border-bottom: 1px solid #666;
}
#copyrights .middot {
  margin: 0 0.6rem;
}
.fhbranch-relative {
  position: relative;
}
.fhbranch--page-title {
  background-color: #f9f9f9;
  position: relative;
  border-bottom: 1px solid #e4f4b8;
  margin-bottom: 1.333rem;
}
.c-breadcrumbs {
  position: absolute;
  right: 0;
  top: 1.666rem;
  color: grey;
  font-size: 0.8rem;
}
.c-breadcrumbs a {
  color: grey;
}
.c-breadcrumbs li {
  padding-right: 0.3rem !important;
}
.c-breadcrumbs li:after {
  padding-left: 0.5rem;
  content: "/";
}
.c-breadcrumbs li:last-of-type:after {
  content: "";
}
.c-breadcrumbs li[aria-current=page] {
  color: #96c11f;
}
.c-breadcrumbs li.active {
  color: #96c11f;
}
@media (max-width: 420px) {
  .c-breadcrumbs {
    display: block;
    position: relative;
    padding-bottom: 12px;
    top: 0;
  }
}
.fancy-title {
  position: relative;
}
.fancy-title:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 0;
  border-top: 3px double #E5E5E5;
  left: auto;
  top: 50%;
  right: 0;
  z-index: 1;
}
.fancy-title h2,
.fancy-title h3,
.fancy-title h4,
.fancy-title h5,
.fancy-title h6 {
  display: inline-block;
  background-color: #ececec;
  position: relative;
  z-index: 1;
  padding-right: 1rem;
}
.fancy-title h2.white,
.fancy-title h3.white,
.fancy-title h4.white,
.fancy-title h5.white,
.fancy-title h6.white {
  background-color: #FFF;
}
.fhbranch-news {
  padding-top: 0;
  padding-bottom: 1rem;
  margin-bottom: 4.333rem;
}
.fhbranch-news:hover {
  box-shadow: 0 0 1px #96c11f;
  background-color: #e4f4b8;
}
.fhbranch-news h3 {
  padding-left: 1rem;
}
.fhbranch-news .fhbranch-news--figure {
  position: relative;
  margin: 0;
  height: 173px;
  width: 100%;
  overflow: hidden;
}
.fhbranch-news .fhbranch-news--figure img {
  object-fit: cover;
  height: 100%;
  width: inherit;
  max-width: unset;
}
.fhbranch-news .fhbranch-news--meta {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 0.9rem;
  font-weight: 600;
  font-style: italic;
}
.fhbranch-news .fhbranch-news--meta .fhbranch-news--meta__date {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0.6rem;
  display: inline-block;
}
.fhbranch-news .fhbranch-news--meta .fhbranch-news--meta__company {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 0.6rem;
  display: inline-block;
  color: white;
}
.fhbranch-news .fhbranch-news--meta__category {
  padding: 0.6rem;
  background-color: #96c11f;
  color: white;
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 600;
  font-style: italic;
}
.fhbranch-news .fhbranch-news--meta__company {
  padding: 0.6rem;
  background-color: black;
  color: white;
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 600;
  font-style: italic;
}
.fhbranch-news .fhbranch-news--teaser {
  font-size: 17px;
  font-style: italic;
  margin-bottom: 42px;
}
.fhbranch-news .fhbranch-news--teaser,
.fhbranch-news .fhbranch-news--actionbar {
  padding-left: 1rem;
  padding-right: 1rem;
}
.fhbranch-news .fhbranch-news--social {
  margin-top: 4.3333rem;
}
.fhbranch-news.fhbranch--news__detail:hover {
  box-shadow: none;
  background-color: transparent;
}
.fhbranch-news.fhbranch--news__detail img {
  margin-bottom: 2rem;
}
.fhbranch-news.fhbranch--news__detail .fhbranch-news--figure {
  position: relative;
  margin: 0;
  width: 60%;
}
.fhbranch-news.fhbranch--news__detail .fhbranch-news--teaser,
.fhbranch-news.fhbranch--news__detail .fhbranch-news--actionbar {
  padding-left: 0;
  padding-right: 0;
}
.fhbranch-news.fhbranch--news__detail .fhbranch-news--meta__date {
  font-weight: 800;
  margin-top: 2.333rem;
  margin-bottom: 1.3333rem;
  display: block;
}
.fhbranch-news--small {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 4.333rem;
}
.fhbranch-news--small:hover {
  box-shadow: 0 0 1px #96c11f;
  background-color: #e4f4b8;
}
.fhbranch-news--small h3 {
  padding-left: 1rem;
}
.fhbranch-news--small .fhbranch-news--figure {
  position: relative;
  margin: 0;
  height: 173px;
  width: 100%;
  overflow: hidden;
}
.fhbranch-news--small .fhbranch-news--figure img {
  object-fit: cover;
  height: 100%;
  width: inherit;
  max-width: unset;
}
.fhbranch-news--small .fhbranch-news--meta {
  position: absolute;
  bottom: 0;
  right: 0;
  font-weight: 600;
  font-style: italic;
}
.fhbranch-news--small .fhbranch-news--meta span {
  padding: 0.333rem;
  font-size: 0.75rem;
}
.fhbranch-news--small .fhbranch-news--meta .fhbranch-news--meta__date {
  background-color: rgba(255, 255, 255, 0.8);
  display: inline-block;
}
.fhbranch-news--small .fhbranch-news--meta .fhbranch-news--meta__company {
  background-color: rgba(0, 0, 0, 0.8);
  display: inline-block;
  color: white;
}
.fhbranch-news--small .fhbranch-news--meta__category {
  padding: 0.6rem;
  background-color: #96c11f;
  color: white;
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 600;
  font-style: italic;
}
.fhbranch-news--small .fhbranch-news--meta__company {
  padding: 0.6rem;
  background-color: black;
  color: white;
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 600;
  font-style: italic;
}
.fhbranch-news--small .fhbranch-news--teaser,
.fhbranch-news--small .fhbranch-news--actionbar {
  padding-left: 1rem;
  padding-right: 1rem;
}
.fhbranch-news--small .fhbranch-news--social {
  margin-top: 4.3333rem;
}
.fhbranch-news--small.fhbranch--news__detail:hover {
  box-shadow: none;
  background-color: none;
}
.fhbranch-news--small.fhbranch--news__detail img {
  margin-bottom: 2rem;
}
.fhbranch-news--small.fhbranch--news__detail .fhbranch-news--figure {
  position: relative;
  margin: 0;
  width: 60%;
}
.fhbranch-news--small.fhbranch--news__detail .fhbranch-news--teaser,
.fhbranch-news--small.fhbranch--news__detail .fhbranch-news--actionbar {
  padding-left: 0;
  padding-right: 0;
}
.fhbranch-news--small.fhbranch--news__detail .fhbranch-news--meta__date {
  font-weight: 800;
  margin-top: 2.333rem;
  margin-bottom: 1.3333rem;
  display: block;
}
.fhbranch-news__list-company hr {
  margin-top: 1.333rem;
  margin-bottom: 1.333rem;
}
.fhbranch-news__list-company .fhbranch-news--meta__list {
  margin-top: -1rem;
  font-weight: 600;
  color: darkgrey;
  font-size: 0.85rem;
}
.fhbranch-news__list-company .fhbranch-news--meta__list span.fhbranch-news--meta__category {
  color: #96c11f;
}
.fhbranch-news__list-company .fhbranch-news--meta__list span:after {
  content: '|';
  display: inline-block;
  width: 1rem;
  text-align: center;
  margin-right: -0.2rem;
}
.fhbranch-news__list-company .fhbranch-news--meta__list span:last-of-type:after {
  content: '';
}
.fhbranch-company--list-item {
  border-radius: 0;
  margin-top: 2rem;
  position: relative;
  background-color: #e4f4b8;
}
.fhbranch-company--list-item h3 {
  padding: 0;
  font-weight: 800;
}
.fhbranch-company--list-item .fhbranch-company--list-item__action {
  text-align: right;
  background-color: #96c11f;
}
.fhbranch-company--list-item .fhbranch-company--list-item__action a {
  border-radius: 0;
}
.fhbranch-company--list-item .fhbranch-company--list-item__action a:hover {
  color: white;
}
.fhbranch-company__list-download {
  margin-top: 1rem;
}
.fhbranch-company__list-download p {
  margin: 0;
  color: darkgrey;
  font-size: 0.75rem;
}
.fhbranch-company__list-download .type-icon {
  font-size: 1rem;
}
.fhbranch-company__list-download.product-download {
  display: flex;
  justify-content: space-between;
}
.fhbranch-company__list-download.product-download a {
  width: 49%;
  background-color: #e4f4b8;
  padding: 0.666rem;
  border-radius: 0.333rem;
  font-size: 0.85rem;
}
.fhbranch-company__list-download.product-download a:hover {
  background-color: #ecf7ce;
}
.fhbranch-company__list-event {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
}
.fhbranch-company__list-event .c-card {
  text-align: center;
  line-height: 1.333rem;
  margin-top: 1.333rem;
  padding: 0;
  border-radius: 0;
  box-shadow: 0 0 1px #e4f4b8;
}
.fhbranch-company__list-event .c-card .c-card__item {
  padding: 0;
}
.fhbranch-company__list-event .c-card .c-card__item span {
  display: block;
}
.fhbranch-company__list-event .c-card .c-card__item span.month {
  font-size: 0.8rem;
  font-weight: 600;
  color: white;
  background-color: #96c11f;
}
.fhbranch-company__list-event .c-card .c-card__item span.day {
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.8rem;
  color: #96c11f;
}
.fhbranch-company__list-event .c-card .c-card__item span.year {
  font-size: 0.8rem;
  font-weight: 600;
  color: white;
  background-color: #96c11f;
}
.fhbranch-company__list-event h2.c-heading {
  padding-bottom: 0;
}
.fhbranch-company__list-event .fhbranch-event--meta__list {
  font-weight: 600;
  color: #a9a9a9;
  font-size: 0.85rem;
}
.fhbranch-company__list-event .fhbranch-event--meta__list .fhbranch-event--meta__company i {
  margin-left: 1.3333rem;
  margin-right: 0.333rem;
}
.fhbranch-company__list-event .fhbranch-event--meta__list .fhbranch-event--meta__company i:first-child {
  margin-left: 0;
}
.fhbranch-company__list-event .times {
  color: darkgrey;
}
.fhbranch-company__list-video {
  margin-top: 1.333rem;
  margin-bottom: 1.333rem;
}
.product-company-logo {
  position: relative;
  display: inline-flex;
  float: right;
  margin-top: 1.333rem !important;
}
.address-card {
  margin-top: 1.333rem;
  border-radius: 0px;
  box-shadow: none;
}
.c-button:hover {
  text-decoration: none;
}
.c-button--green {
  background-color: #96c11f;
}
.c-button--green:hover {
  background-color: #749518 !important;
  color: white;
}
.c-button--career {
  background-color: #f78f1e;
  color: white;
}
.c-button--career:hover {
  background-color: #da7508 !important;
  color: white;
}
.c-tabs__nav-vertical .c-tabs__headings {
  flex-direction: column;
  text-align: left;
}
.c-tabs__nav-vertical .c-tabs__headings .c-tab-heading {
  box-shadow: inset 0 -0.05rem 0 0 #96c11f;
}
.c-tabs__nav-vertical .c-tabs__headings .c-tab-heading.c-tab-heading--active {
  box-shadow: inset 0 -0.05rem 0 0 #526911;
  font-weight: 600;
}
.c-tabs__nav-vertical {
  background-color: #e4f4b8;
}
.c-tab-heading--title {
  background-color: #526911;
  padding-left: 1rem;
}
.c-tab-heading--title .c-heading {
  color: white;
}
.c-tabs__container .c-tabs__tab {
  padding: 0;
  width: 100%;
}
.summary {
  border-top: 1px solid #e4f4b8;
  border-bottom: 1px solid #e4f4b8;
  padding-top: 0.333rem;
  padding-bottom: 0.333rem;
}
.u-bold {
  font-weight: 600;
}
.fhbranch-company__listcontainer-product {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
.fhbranch-company__listcontainer-product .summary {
  width: 100%;
  display: block;
  margin-bottom: 2rem;
}
.fhbranch-company__list-product {
  width: 100%;
  align-self: flex-start;
  border-top: 2px solid #ddd;
  padding-bottom: 0.333rem;
  margin-bottom: 0;
}
.fhbranch-company__list-product h4 {
  font-size: 16px;
}
.fhbranch-company__list-product.width-full {
  width: 100%;
}
.fhbranch-company__list-product .collapse-toggle {
  cursor: pointer;
}
.fhbranch-company__list-product .product-teaser {
  color: darkgrey;
}
.fhbranch-company__list-product .product-teaser p {
  margin: 0;
}
.fhbranch-company__list-product .collapse-content {
  display: none;
}
.fhbranch-company__list-product p {
  margin: 0;
}
.fhbranch-company__list-product img {
  margin: 0 0 1rem 0;
}
.fhbranch-company__list-product .info {
  width: 100%;
  display: block;
  color: darkgrey;
  font-size: 0.85rem;
  margin-top: 1rem;
}
.fhbranch-company__list-product .main {
  display: block;
  width: 100%;
}
ul.pagination {
  list-style: none;
  margin: 0;
  margin-top: 24px;
  padding: 0;
  display: flex;
  width: 100%;
}
ul.pagination li {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  border-radius: 1rem;
  font-weight: 800;
}
ul.pagination li a {
  color: #0d1103;
}
ul.pagination li.active a {
  background-color: #96c11f;
  border-color: #526911;
}
ul.pagination li.active a:hover {
  color: #526911;
  background-color: #e4f4b8;
}
ul.pagination li.disabled {
  opacity: 0.333;
}
.c-heading,
.c-heading__sub {
  font-weight: 600;
}
.product-edit-card > a {
  display: block;
  text-decoration: none;
}
.fhb-small-icons img {
  height: 19px;
}
.active-product-edit {
  background-color: rgba(150, 193, 31, 0.18);
}
.gradient {
  min-height: 1rem;
  position: relative;
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.04), transparent);
  padding: 1rem 1rem 3.333rem 1rem;
}
.gradient:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(left, transparent, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.02), transparent);
}
.fhbranch-company__list-search {
  border-bottom: 1px solid #eaeaea;
  padding: 0.4rem 0;
}
.hint-block {
  background-color: #F7F7F7;
  border-radius: 0.333rem;
  padding: 0.333rem;
  font-size: 0.75rem;
  color: #333;
  margin-top: 0.666rem;
  border: 1px solid #ddd;
}
.fhbranch-company__list-download > .o-grid {
  background-color: #eaeaea;
}
.fhbranch-company__list-download > .o-grid:nth-child(odd) {
  background-color: #d8d8d8;
}
.fhbranch-company__listcontainer-download {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
.fhbranch-company__listcontainer-download .summary {
  width: 100%;
}
.fhbranch-company__listcontainer-download .fhbranch-company__list-download {
  width: 32%;
}
.fhbranch-company__listcontainer-download .fhbranch-company__list-download .item {
  display: block;
  width: 100%;
  height: 180px;
  box-shadow: 0px 0px 2px -1px black;
  cursor: pointer;
  border-radius: 5px;
  overflow: hidden;
  background-color: #96c11f;
}
.fhbranch-company__listcontainer-download .fhbranch-company__list-download .item:hover {
  box-shadow: 0px 0px 2px 0px black;
}
.fhbranch-company__listcontainer-download .fhbranch-company__list-download .item .labels {
  padding: 12px 22px;
  color: white;
  background-color: black;
  height: 102px;
}
.fhbranch-company__listcontainer-download .fhbranch-company__list-download .item .labels a {
  color: #96c11f;
}
.fhbranch-company__listcontainer-download .fhbranch-company__list-download .item .iconindicator {
  padding: 12px 22px;
  display: block;
  text-align: center;
  height: 78px;
}
.fhbranch-company__listcontainer-download .fhbranch-company__list-download .item .iconindicator i {
  color: #efefef;
  font-size: 64px;
}
@media (min-width: 48em) {
  .o-grid__cell--width-32\@medium {
    flex: 0 0 32%;
    max-width: 32%;
  }
}
.o-grid--between {
  justify-content: space-between;
}
.fhbranch-category-info {
  height: auto;
  color: #526911;
  margin-bottom: 0.999rem;
  font-size: 0.8rem;
  display: none;
  margin-top: 0.7rem;
}
.c-label {
  padding: 1rem 0.333rem 0 0;
}
.alert {
  margin-bottom: 0 !important;
}
.footer-som {
  display: flex;
  justify-content: center;
}
.footer-som > a {
  color: #526911;
  padding-top: 0.75em;
  padding-bottom: 0;
  border-bottom: none !important;
  margin-right: 2rem;
  font-size: 3rem;
}
.show-on-type {
  display: none;
}
.grid-dived div.o-grid__cell::before {
  content: "";
  width: 1px;
  height: 66%;
  background-color: #c7c7c7;
  position: absolute;
  top: 15%;
  margin-left: -1rem;
}
.grid-dived div.o-grid__cell:first-of-type::before {
  display: none;
}
.price-table-wrapper {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
.price-table-wrapper .featured-table {
  box-shadow: 0px 0px 19px -3px #96c11f;
}
.price-table-wrapper .pricing-table {
  display: block;
  border: 1px solid #C8C8C8;
  background: white;
  margin: 0;
  margin-bottom: 2rem;
  width: 48%;
  transition: all 0.3s ease-in-out;
}
.price-table-wrapper .pricing-table__header {
  margin-top: 0;
  padding: 20px;
  font-size: 20px;
  color: #909090;
  background: #E0E0E0;
}
.price-table-wrapper .pricing-table__price {
  color: #66CCCC;
  padding: 20px;
  margin: auto;
  font-size: 40px;
  font-weight: 500;
}
.price-table-wrapper .pricing-table__price span {
  font-size: 20px;
}
.price-table-wrapper .pricing-table__button {
  display: block;
  background: #96c11f;
  text-decoration: none;
  padding: 20px;
  color: white;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  font-size: 1.15rem;
}
.price-table-wrapper .pricing-table__button:before {
  position: absolute;
  left: -20%;
  top: -10%;
  content: '';
  width: 60%;
  height: 220%;
  transform: rotate(-30deg);
  background: white;
  opacity: 0.3;
  transition: all 0.3s ease-in-out;
}
.price-table-wrapper .pricing-table__button:after {
  position: absolute;
  content: '>';
  top: 0;
  right: 0;
  font-size: 25px;
  padding: 15px;
  padding-right: 40px;
  color: white;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.price-table-wrapper .pricing-table__button:hover {
  background: black;
}
.price-table-wrapper .pricing-table__list {
  padding: 20px;
  color: #A0A0A0;
  list-style: none;
}
.price-table-wrapper .pricing-table__list li {
  padding: 15px;
  border-bottom: 1px solid #C8C8C8;
}
.price-table-wrapper .pricing-table__list li:last-child {
  border: none;
}
.price-table-wrapper .pricing-table:hover {
  box-shadow: 0px 0px 19px -3px rgba(0, 0, 0, 0.36);
}
.price-table-wrapper .pricing-table:hover .pricing-table__button {
  padding-left: 35px;
  padding-right: 35px;
}
.price-table-wrapper .pricing-table:hover .pricing-table__button:before {
  top: -80%;
  transform: rotate(0deg);
  width: 100%;
}
.price-table-wrapper .pricing-table:hover .pricing-table__button:after {
  opacity: 1;
  padding-right: 15px;
}
@media (max-width: 1024px) {
  .price-table-wrapper .pricing-table {
    display: block;
    width: 44vw;
    margin: 1vw;
    margin-bottom: 4rem;
  }
}
@media (max-width: 420px) {
  .price-table-wrapper .pricing-table {
    display: block;
    width: 90vw;
    margin-left: 5vw;
    margin-bottom: 4rem;
  }
}
@media (max-width: 1024px) {
  .price-table-wrapper {
    justify-content: center;
  }
}
@media (max-width: 420px) {
  .price-table-wrapper {
    display: block;
  }
}
.u-display-desktop {
  display: block;
}
.u-display-tablet {
  display: none;
}
.u-display-mobile {
  display: none;
}
.sidenav {
  height: 100%;
  /* 100% Full-height */
  width: 0;
  /* 0 width - change this with JavaScript */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Stay on top */
  top: 0;
  left: 0;
  background-color: #111;
  /* Black*/
  overflow-x: hidden;
  /* Disable horizontal scroll */
  padding-top: 60px;
  /* Place content 60px from the top */
  transition: 0.5s;
  /* 0.5 second transition effect to slide in the sidenav */
}
.sidenav .mobile-user-nav {
  padding-left: 15px;
  color: white;
  padding-top: 15px;
  background-color: green;
}
.sidenav .mobile-user-nav > div {
  padding-top: 8px;
}
/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
  float: none !important;
  text-align: left !important;
}
/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}
/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 5px;
  font-size: 36px !important;
  margin-left: 50px;
}
.fhbranch-company__listcontainer-productcatalog {
  display: flex;
  margin-bottom: 42px;
  width: 100%;
  flex-wrap: wrap;
  gap: 3.333333%;
}
.fhbranch-company__listcontainer-productcatalog--item {
  width: 31%;
  overflow: hidden;
  position: relative;
  height: 360px;
  background-position: 0 0;
  background-size: 100% auto;
  margin-bottom: 3%;
  border: 1px solid #a7a7a7;
}
.fhbranch-company__listcontainer-productcatalog--item.size-2 {
  width: 65.5%;
  height: 360px;
}
.fhbranch-company__listcontainer-productcatalog--item.size-3 {
  width: 100%;
  height: 360px;
}
.fhbranch-company__listcontainer-productcatalog--item a {
  display: block;
  width: 100%;
  background-size: cover;
  background-position: top left;
  height: 100%;
  background-color: #333;
}
.fhbranch-company__listcontainer-productcatalog--item .o-grid {
  z-index: 2;
  position: absolute;
  bottom: 0;
  background-color: white;
  margin: 0;
  padding: 12px 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: inline-block;
  color: white;
  height: 80px;
  width: 100%;
}
.fhbranch-company__listcontainer-productcatalog--item:hover {
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
  transition-property: all;
  transition-duration: 250ms;
  transition-timing-function: ease-out;
}
.fhbranch-company__listcontainer-productcatalog--item:hover figure {
  opacity: 1;
}
@media (max-width: 420px) {
  .fhbranch-company__listcontainer-productcatalog--item {
    width: 92%;
  }
  .fhbranch-company__listcontainer-productcatalog--item.size-2 {
    width: 92%;
  }
  .fhbranch-company__listcontainer-productcatalog--item.size-1 {
    width: 92%;
  }
}
@media (max-width: 420px) {
  .fhbranch-company__listcontainer-productcatalog {
    justify-content: center;
  }
}
/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left 0.5s;
  min-width: 100%;
}
.intro-news {
  min-height: 420px;
  box-shadow: 0px 0px 0px 36px rgba(150, 193, 31, 0.2);
  position: relative;
  margin-bottom: 5rem;
  margin-top: 4rem;
}
.intro-news .background {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
}
.intro-news h2 {
  width: 100%;
  display: block;
  color: white;
  text-shadow: 0px -1px 12px #000000;
  position: absolute;
  z-index: 3;
  bottom: 2rem;
  text-align: center;
  font-size: 3rem;
  line-height: 3.5rem;
  margin-bottom: 0;
}
.intro-news h2 .tagline {
  position: absolute;
  top: -5rem;
  display: inline-block;
  width: auto;
  font-size: 1rem;
  background-color: #001;
  padding: 0 1rem;
  line-height: 3rem;
  left: 50%;
  transform: translate(-50%);
  text-shadow: none;
}
.badge-link:hover {
  color: white;
  text-decoration: none;
}
.ui-alert {
  background-color: #c8e7ff;
  border: 1px solid #5db7ff;
  color: black;
  padding: 0.5rem 1rem;
}
.ui-alert--warning {
  background-color: #ffeec8;
  border: 1px solid #ffd55d;
}
.ui-alert--default {
  background-color: #eef1f3;
  border: 1px solid #dbdbdb;
}
.ui-alert--inline-right {
  display: inline-block;
  float: right;
}
.ui-alert a {
  color: black;
  font-weight: bold;
}
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}
@media (max-width: 1023px) {
  .u-display-desktop {
    display: none;
  }
  .u-display-tablet {
    display: block;
  }
  .u-display-mobile {
    display: block;
  }
}
@media (max-width: 420px) {
  .u-display-desktop {
    display: none;
  }
  .u-display-tablet {
    display: none;
  }
  .u-display-mobile {
    display: block;
  }
  .o-grid--reverse {
    flex-direction: column-reverse;
  }
  .o-grid--reverse .o-grid__cell:last-child {
    padding-bottom: 4rem;
  }
  .fhbranch--page-title {
    padding-left: 15px;
  }
  .fhbranch--back-link {
    display: block;
    padding: 0 15px;
    margin-bottom: 2.333rem;
  }
  .u-mobile-padder--bottom {
    margin-bottom: 2.333rem;
  }
}
/*# sourceMappingURL=main.min.css.map */