/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

.g-hotspots {
  margin-left: -0.938rem;
  margin-right: -0.938rem;
}
.g-hotspots .g-hotspots-left .g-content {
  margin: 0 0.625rem 0 0;
  padding-top: 0;
  padding-bottom: 0;
}
@media only all and (max-width: 47.99rem) {
  .g-hotspots .g-hotspots-left {
    margin-bottom: 40px;
  }
}
.g-hotspots .g-hotspots-right .g-content {
  margin: 0 0 0 0.625rem;
  padding-top: 0;
  padding-bottom: 0;
}
.g-hotspots .g-hotspots-right.align-right {
  text-align: right;
}
.g-hotspots .image-block {
  text-align: center;
}
.g-hotspots .image-bottom {
  margin-bottom: -5.063rem;
}
@media only all and (max-width: 47.99rem) {
  .g-hotspots .image-bottom {
    margin-bottom: 0;
  }
}
.g-hotspots .g-block:not(.image-block) {
  text-align: center;
}
.g-hotspots .g-hotspots-container {
  position: relative;
  display: inline-block;
}
.g-hotspots .g-hotspots-container ul {
  margin: 0;
  list-style: none;
}
.g-hotspots .g-hotspots-item-toggle {
  border: 3px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.5);
  display: inline-block;
}
.g-hotspots .g-hotspots-item-toggle span {
  border-radius: 50%;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  background: #3c3c3c;
  color: #ffffff;
  font-size: 12px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.g-hotspots .g-hotspots-item-toggle:hover span {
  background: #6f6f6f;
}
.g-hotspots .g-hotspots-item {
  position: absolute;
}
.g-hotspots .g-hotspots-item.uk-active .g-hotspots-item-toggle span {
  background: #0b571e;
}
.g-hotspots .g-hotspots-item-image {
  display: inline-block;
  border: 5px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.22);
  margin-bottom: 25px;
  overflow: hidden;
}
.g-hotspots .g-hotspots-item-image img, .g-hotspots .g-hotspots-item-image .uk-overlay-panel {
  width: 270px;
  height: 270px;
  border-radius: 50%;
}
@media only all and (max-width: 30rem) {
  .g-hotspots .g-hotspots-item-image img, .g-hotspots .g-hotspots-item-image .uk-overlay-panel {
    width: 220px;
    height: 220px;
  }
}
.g-hotspots .g-hotspots-item-image img {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
.g-hotspots .g-hotspots-item-image .uk-overlay-panel {
  z-index: 2;
}
.g-hotspots .g-hotspots-title {
  margin: 0;
}
.g-hotspots .g-hotspots-title a {
  color: #3c3c3c;
}
.g-hotspots .g-hotspots-title a:hover {
  color: #0b571e;
}
.g-hotspots .g-hotspots-desc {
  margin-top: 20px;
}
.g-hotspots .g-hotspots-special {
  font-style: italic;
  margin-top: 30px;
}
@media only all and (max-width: 30rem) {
  .g-hotspots .g-hotspots-special {
    float: none;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-hotspots .g-hotspots-special {
    float: none;
  }
}
.g-hotspots .g-hotspots-special i {
  margin-right: 8px;
}
.g-hotspots .g-hotspots-link {
  margin-top: 30px;
}
@media only all and (max-width: 30rem) {
  .g-hotspots .g-hotspots-link {
    float: none;
    margin-top: 5px;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-hotspots .g-hotspots-link {
    float: none;
    margin-top: 5px;
  }
}
.g-hotspots.big-special .g-hotspots-special {
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
}
.g-hotspots .g-hotspots-content:hover .g-hotspots-item-image img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
.g-places .image-bottom {
  margin-bottom: -5.063rem;
}
@media only all and (max-width: 47.99rem) {
  .g-places .image-bottom {
    margin-bottom: 0;
  }
}
.g-places img {
  width: 100%;
}
.g-places .g-places-container {
  position: relative;
}
.g-places .g-places-item-toggle {
  border: 4px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 20px 17px rgba(0, 0, 0, 0.5);
}
.g-places .g-places-item-toggle span {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #0b571e;
  color: #ffffff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.g-places .g-places-item-toggle:hover span {
  background: #107b2a;
}
.g-places .g-places-item {
  position: absolute;
}
@media only all and (max-width: 47.99rem) {
  .g-places .g-places-item {
    display: none !important;
  }
}
.g-places .g-places-item-content {
  background: #ffffff;
  border: none;
  border-radius: 3px;
  padding: 20px;
  color: #383838 !important;
}
.g-places .g-places-item-content strong {
  color: #383838 !important;
}
.g-places .uk-dropdown, .g-places .uk-dropdown-blank {
  z-index: 999;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  margin-top: -10px;
  width: 320px;
}
.g-places .uk-dropdown:before, .g-places .uk-dropdown-blank:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  left: 50%;
  margin-left: -15px;
  bottom: -3px;
  border-radius: 2px;
  background: #ffffff;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.g-places .g-places-title {
  margin: 0;
}
.g-places .g-places-title a {
  color: #3c3c3c;
}
.g-places .g-places-title a:hover {
  color: #0b571e;
}
.g-places .g-places-desc {
  margin-top: 10px;
}
.g-places .g-places-special {
  font-style: italic;
  float: left;
}
@media only all and (max-width: 30rem) {
  .g-places .g-places-special {
    float: none;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-places .g-places-special {
    float: none;
  }
}
.g-places .g-places-special i {
  margin-right: 5px;
}
.g-places .g-places-link {
  float: right;
  font-style: italic;
}
.g-places .g-places-link i {
  margin-left: 10px;
}
@media only all and (max-width: 30rem) {
  .g-places .g-places-link {
    float: none;
    margin-top: 5px;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-places .g-places-link {
    float: none;
    margin-top: 5px;
  }
}
.g-places .no-special .g-places-link {
  float: none;
}
.g-places .no-link .g-places-special {
  float: none;
}
.g-places .g-bottom-info {
  margin-top: 15px;
}
.g-places .g-places-slideset {
  display: none !important;
  margin-top: 40px;
}
.g-places .g-places-slideset.particle-image-bottom {
  margin-top: 0;
}
@media only all and (max-width: 47.99rem) {
  .g-places .g-places-slideset {
    display: block !important;
  }
}
.g-places .g-places-slideset .uk-slider-container {
  padding: 25px;
  margin: -25px;
}
.g-places .g-places-slideset .g-places-item-mobile {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
.g-places .g-places-slideset .uk-dotnav > .uk-active > * {
  background: #0b571e !important;
}
.g-places.light-nav .uk-dotnav > * > * {
  background: rgba(255, 255, 255, 0.15);
}
.g-places.light-nav .uk-dotnav > * > *:hover {
  background: rgba(255, 255, 255, 0.4);
}
.g-companies:not(.gutter-disabled) {
  margin-left: -0.938rem;
  margin-right: -0.938rem;
}
.g-companies:not(.gutter-disabled) .g-companies-container > .g-grid {
  margin-bottom: 1.876rem;
}
.g-companies:not(.gutter-disabled) .g-companies-container > .g-grid:last-child {
  margin-bottom: 0;
}
@media only all and (max-width: 47.99rem) {
  .g-companies:not(.gutter-disabled) .g-companies-container > .g-grid:last-child > .g-block:last-child .g-companies-item {
    margin-bottom: 0 !important;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-companies:not(.gutter-disabled) .g-companies-container > .g-grid {
    margin-bottom: 0;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-companies:not(.gutter-disabled) .g-companies-container .g-companies-item {
    margin-bottom: 1.876rem !important;
  }
}
.g-companies .size-33 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 33.3333%;
  -moz-flex: 0 33.3333%;
  -ms-flex: 0 33.3333%;
  flex: 0 33.3333%;
  width: 33.3333%;
}
@media only all and (max-width: 47.99rem) {
  .g-companies .size-33 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    width: 100%;
  }
}
.g-companies .size-16 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 16.6666%;
  -moz-flex: 0 16.6666%;
  -ms-flex: 0 16.6666%;
  flex: 0 16.6666%;
  width: 16.6666%;
}
@media only all and (max-width: 47.99rem) {
  .g-companies .size-16 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    width: 100%;
  }
}
.g-companies.gutter-disabled .g-companies-item, .g-companies-slider.gutter-disabled .g-companies-item, .g-companies-slideset.gutter-disabled .g-companies-item {
  border: none;
}
.g-companies.gutter-disabled .uk-slideset, .g-companies-slider.gutter-disabled .uk-slideset, .g-companies-slideset.gutter-disabled .uk-slideset {
  margin-left: 0;
}
.g-companies.gutter-disabled .uk-slideset.uk-grid > *, .g-companies-slider.gutter-disabled .uk-slideset.uk-grid > *, .g-companies-slideset.gutter-disabled .uk-slideset.uk-grid > * {
  padding-left: 0;
}
.g-companies.gutter-disabled .uk-slider-container, .g-companies-slider.gutter-disabled .uk-slider-container, .g-companies-slideset.gutter-disabled .uk-slider-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.g-companies.style1 .g-content, .g-companies-slider.style1 .g-content, .g-companies-slideset.style1 .g-content {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.g-companies.style1 .g-companies-image img, .g-companies-slider.style1 .g-companies-image img, .g-companies-slideset.style1 .g-companies-image img {
  background: #ffffff;
  border: 1px solid #e5e5e5;
}
.g-companies.style1 .uk-overlay-panel, .g-companies-slider.style1 .uk-overlay-panel, .g-companies-slideset.style1 .uk-overlay-panel {
  padding: 15px;
  text-align: center;
}
.g-companies.style1 .g-companies-name, .g-companies-slider.style1 .g-companies-name, .g-companies-slideset.style1 .g-companies-name {
  margin: 0;
  color: #ffffff !important;
}
.g-companies.style1 .g-companies-name a:hover, .g-companies-slider.style1 .g-companies-name a:hover, .g-companies-slideset.style1 .g-companies-name a:hover {
  color: #0b571e !important;
}
.g-companies.style1 .g-companies-item, .g-companies-slider.style1 .g-companies-item, .g-companies-slideset.style1 .g-companies-item {
  width: 100%;
}
.g-companies.style1 .g-companies-item img, .g-companies-slider.style1 .g-companies-item img, .g-companies-slideset.style1 .g-companies-item img {
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.g-companies.style1 .g-companies-item:hover img, .g-companies-slider.style1 .g-companies-item:hover img, .g-companies-slideset.style1 .g-companies-item:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.g-companies.style1 .g-companies-item .g-companies-image a, .g-companies-slider.style1 .g-companies-item .g-companies-image a, .g-companies-slideset.style1 .g-companies-item .g-companies-image a {
  display: block;
}
.g-companies.style2, .g-companies-slider.style2, .g-companies-slideset.style2 {
  margin: -5px;
}
.g-companies.style2 .g-content, .g-companies-slider.style2 .g-content, .g-companies-slideset.style2 .g-content {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.g-companies.style2 .g-companies-image img, .g-companies-slider.style2 .g-companies-image img, .g-companies-slideset.style2 .g-companies-image img {
  background: #ffffff;
  border: 1px solid #e5e5e5;
}
.g-companies.style2 .uk-overlay-panel, .g-companies-slider.style2 .uk-overlay-panel, .g-companies-slideset.style2 .uk-overlay-panel {
  padding: 15px;
  text-align: center;
}
.g-companies.style2 .g-companies-name, .g-companies-slider.style2 .g-companies-name, .g-companies-slideset.style2 .g-companies-name {
  margin: 0;
  color: #ffffff !important;
}
.g-companies.style2 .g-companies-name a:hover, .g-companies-slider.style2 .g-companies-name a:hover, .g-companies-slideset.style2 .g-companies-name a:hover {
  color: #0b571e !important;
}
.g-companies.style2 .g-companies-item, .g-companies-slider.style2 .g-companies-item, .g-companies-slideset.style2 .g-companies-item {
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.g-companies.style2 .g-companies-item img, .g-companies-slider.style2 .g-companies-item img, .g-companies-slideset.style2 .g-companies-item img {
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.g-companies.style2 .g-companies-item:hover img, .g-companies-slider.style2 .g-companies-item:hover img, .g-companies-slideset.style2 .g-companies-item:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.g-companies.style2 .g-companies-item .g-companies-image a, .g-companies-slider.style2 .g-companies-item .g-companies-image a, .g-companies-slideset.style2 .g-companies-item .g-companies-image a {
  display: block;
}
.g-companies.style2 .uk-slidenav-position:hover .g-companies-item, .g-companies.style2 .g-companies-container:hover .g-companies-item, .g-companies-slider.style2 .uk-slidenav-position:hover .g-companies-item, .g-companies-slider.style2 .g-companies-container:hover .g-companies-item, .g-companies-slideset.style2 .uk-slidenav-position:hover .g-companies-item, .g-companies-slideset.style2 .g-companies-container:hover .g-companies-item {
  opacity: 0.5;
}
.g-companies.style2 .uk-slidenav-position:hover .g-companies-item:hover, .g-companies.style2 .g-companies-container:hover .g-companies-item:hover, .g-companies-slider.style2 .uk-slidenav-position:hover .g-companies-item:hover, .g-companies-slider.style2 .g-companies-container:hover .g-companies-item:hover, .g-companies-slideset.style2 .uk-slidenav-position:hover .g-companies-item:hover, .g-companies-slideset.style2 .g-companies-container:hover .g-companies-item:hover {
  opacity: 1;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.09);
}
.g-companies.style2 .uk-slider-container, .g-companies-slider.style2 .uk-slider-container, .g-companies-slideset.style2 .uk-slider-container {
  padding: 6px;
}
.g-buttons {
  margin-left: -0.938rem;
  margin-right: -0.938rem;
}
.g-buttons .g-buttons-item {
  color: #383838;
  margin: 0 auto;
  display: table;
  background: transparent;
  padding: 1.5rem 2rem;
  border-radius: 3px;
  border: 1px solid #383838;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-buttons .g-buttons-item {
    width: 70%;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-buttons .g-buttons-item {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.g-buttons .g-buttons-item a {
  color: inherit;
}
.g-buttons .g-buttons-item .g-block {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.g-buttons .g-buttons-item .g-block p {
  margin: 0px;
  line-height: 1.2rem;
}
.g-buttons .g-buttons-item .g-block .g-buttons-item-icon {
  color: #0b571e;
  font-size: 3rem;
  margin-right: 1rem;
  text-align: center;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-buttons .g-buttons-item .g-block .g-buttons-item-icon {
    font-size: 2rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-buttons .g-buttons-item .g-block .g-buttons-item-icon {
    font-size: 2rem;
  }
}
.g-buttons .g-buttons-item .g-block .g-buttons-item-title1 {
  text-align: initial;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.g-buttons .g-buttons-item .g-block .g-buttons-item-title2 {
  text-align: initial;
  font-size: 2rem;
  line-height: 2rem;
  margin: 0px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.g-buttons .g-buttons-item .g-block h3 {
  color: #0b571e !important;
}
.g-buttons .g-buttons-item:hover {
  color: #ffffff;
  background: #0b571e;
  border: 1px solid #0b571e;
}
.g-buttons .g-buttons-item:hover .g-buttons-item-icon {
  color: #ffffff;
}
.g-buttons .g-buttons-item:hover h3 {
  color: #ffffff !important;
}
.g-buttons .g-buttons-item.inverted-button {
  color: #ffffff;
  background: #0b571e;
  border: 1px solid #0b571e;
}
.g-buttons .g-buttons-item.inverted-button a {
  color: #ffffff;
}
.g-buttons .g-buttons-item.inverted-button .g-block .g-buttons-item-icon {
  color: #ffffff;
}
.g-buttons .g-buttons-item.inverted-button .g-block h3 {
  color: #ffffff !important;
}
.g-buttons .g-buttons-item.inverted-button:hover {
  background: #052a0e;
}
.g-buttons .fixed-button {
  width: 320px;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-buttons .fixed-button {
    width: 300px;
  }
  .g-buttons .fixed-button .g-block .g-buttons-item-title2 {
    font-size: 1.7rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-buttons .g-grid {
    display: block !important;
  }
  .g-buttons .g-grid .g-block {
    margin-bottom: 1rem;
  }
  .g-buttons .g-grid .g-block:last-child {
    margin-bottom: 0px;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-buttons .g-grid {
    display: table;
    width: 100%;
  }
}
.g-buttons > .g-grid > .g-block {
  text-align: center;
}
.g-buttons > .g-grid > .g-block > a {
  display: inline-block;
}
.g-onepage-menu ul {
  margin: 0;
  list-style: none;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
}
.g-onepage-menu ul li a {
  padding: 0.625rem 1.25rem;
  color: #383838;
  display: block;
  border-bottom: 1px solid #e5e5e5;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  transition: all, 0.2s;
}
.g-onepage-menu ul li a:hover {
  background: #fbf5f3;
  color: #050505;
}
.g-onepage-menu ul li a i {
  margin-right: 5px;
}
.g-onepage-menu ul li:last-child a {
  border-bottom: none;
}
.g-onepage-menu ul li .submenu {
  border: none;
  display: none;
}
.g-onepage-menu ul li .submenu.uk-active {
  display: block;
}
.g-onepage-menu ul li .submenu.uk-active a {
  padding-left: 35px;
}
.g-onepage-menu ul li .submenu li:last-child {
  border-bottom: 1px solid #e5e5e5;
}
.g-onepage-menu ul li.uk-active > a {
  background: #fbf5f3;
  color: #0b571e;
}
.g-onepage-menu ul li.uk-active .submenu {
  display: block;
}
.g-onepage-menu ul li.uk-active .submenu a {
  padding-left: 35px;
}
/* Adding Font Barlow, Lato, Heebo, Cairo */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/barlow/barlow-regular/barlow-v1-latin-regular.eot#iefix') format("embedded-opentype"), url('../fonts/barlow/barlow-regular/barlow-v1-latin-regular.woff2') format("woff2"), url('../fonts/barlow/barlow-regular/barlow-v1-latin-regular.woff') format("woff"), url('../fonts/barlow/barlow-regular/barlow-v1-latin-regular.ttf') format("truetype"), url('../fonts/barlow/barlow-regular/barlow-v1-latin-regular.svg#Barlow') format("svg");
}
.font-family-barlow {
  font-family: "Barlow";
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/lato-v14-latin/lato-v14-latin-regular.eot#iefix') format("embedded-opentype"), url('../fonts/lato-v14-latin/lato-v14-latin-regular.woff2') format("woff2"), url('../fonts/lato-v14-latin/lato-v14-latin-regular.woff') format("woff"), url('../fonts/lato-v14-latin/lato-v14-latin-regular.ttf') format("truetype"), url('../fonts/lato-v14-latin/lato-v14-latin-regular.svg#Lato') format("svg");
}
.font-family-lato {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Heebo";
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/heebo-v5-latin/heebo-v5-latin-regular.eot#iefix') format("embedded-opentype"), url('../fonts/heebo-v5-latin/heebo-v5-latin-regular.woff2') format("woff2"), url('../fonts/heebo-v5-latin/heebo-v5-latin-regular.woff') format("woff"), url('../fonts/heebo-v5-latin/heebo-v5-latin-regular.ttf') format("truetype"), url('../fonts/heebo-v5-latin/heebo-v5-latin-regular.svg#Heebo') format("svg");
}
.font-family-heebo {
  font-family: "Heebo", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Cairo";
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/cairo-v6-latin/cairo-v6-latin-700.eot#iefix') format("embedded-opentype"), url('../fonts/cairo-v6-latin/cairo-v6-latin-700.woff2') format("woff2"), url('../fonts/cairo-v6-latin/cairo-v6-latin-700.woff') format("woff"), url('../fonts/cairo-v6-latin/cairo-v6-latin-700.ttf') format("truetype"), url('../fonts/cairo-v6-latin/cairo-v6-latin-700.svg#Cairo') format("svg");
}
.font-family-cairo {
  font-family: "Cairo", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
body {
  font-family: "Heebo";
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Cairo";
}
.g-main-nav {
  font-family: "Heebo";
}
h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 1.8rem;
}
h3 {
  font-size: 1.3rem;
}
h4.g-companies-name {
  font-size: 1rem;
}
/* Kontaktformulare
 */
.convertforms .cf-form-wrap {
  padding: 0px;
}
/* Kontaktformulare End
 */
/* individuelle Layoutanpassungen
 */
#g-page-surround {
  padding-top: 0px;
}
.g-logo.fancy-logo {
  width: 150px;
}
#g-top {
  font-size: 0.9rem;
}
.g-logo.fancy-logo::after {
  border-top-width: 60px;
  border-left-width: 75px;
  border-right-width: 75px;
}
img.g-normal-logo {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}
.nav.menu li {
  display: inline-block;
  margin-right: 10px;
}
div#custom-4880-particle.g-content.g-particle {
  margin-right: 0px;
  padding-right: 0px;
}
i.fa-home {
  font-size: 1.5rem;
}
.sprocket-mosaic .sprocket-mosaic-item .sprocket-readmore-tags .sprocket-mosaic-tags, .sprocket-mosaic .sprocket-mosaic-header .sprocket-mosaic-order {
  display: none;
}
.sprocket-mosaic .sprocket-mosaic-header .sprocket-mosaic-filter li {
  margin-bottom: 0.8rem;
}
#g-showcase {
  padding: 0px;
}
#g-mainbody {
  padding-top: 0px;
}
#g-navigation {
  padding-bottom: 0px;
}
#g-navigation .g-content {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
#g-navigation .g-page-title {
  margin-top: 0px;
  margin-bottom: 0px;
}
#custom-9992-particle.g-content.g-particle {
  margin-left: 0.3rem;
  margin-right: 0rem;
}
#g-header {
  box-shadow: 0px 2px 8px 0px rgba(11, 87, 30, 0.3);
}
li.abteilungen ul.g-sublevel span.g-menu-item-content {
  height: 50px;
}
#g-header .g-main-nav .g-toplevel > li {
  margin: 0px;
}
.g-title::after {
  content: none;
}
div.g-block.vorstand-frei div.g-our-team-item {
  display: none;
}
.g-buttons .g-buttons-item .g-block .g-buttons-item-title1 {
  font-weight: normal;
}
#g-feature {
  padding-top: 0px;
  padding-bottom: 0px;
}
body .g-slideshow.custom .style3 .g-slideshow-title {
  font-size: 2rem;
}
div.g-our-team.style2 {
  text-align: left;
}
#g-footer {
  position: relative;
  z-index: 1005;
}
@media only all and (max-width: 47.99rem) {
  #g-to-top .style1 #g-totop-button, #g-to-top .style2 #g-totop-button {
    display: inline-block;
  }
}
div.g-slideshow.custom div.uk-slidenav-position {
  box-shadow: 0px 2px 4px 0px rgba(11, 87, 30, 0.3);
}
article .item-image > img {
  width: 100%;
}
.pull-left.item-image {
  width: 40%;
}
div.pull-none.item-image > img {
  width: 40%;
}
.image-left .blog-item .item-image {
  flex-grow: 0;
}
#g-copyright a:hover, #g-footer a:hover {
  color: #757575;
}
.acymailing_fulldiv .acymailing_module_form td input:not(.button) {
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
}
select {
  width: 350px;
}
.cc_container .cc_btn {
  background-color: #0b571e !important;
  color: #ffffff !important;
}
/* individuelle Layoutanpassungen End
 */
@media only all and (min-width: 75rem) {
  div.title-center div.g-our-team-item div.g-info-container {
    min-height: 600px;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .pull-left.item-image {
    width: 100%;
  }
  .image-left .blog-item .item-image, .image-right .blog-item .item-image {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: unset;
  }
}
@media only all and (max-width: 30rem) {
  .g-logo.fancy-logo {
    margin-right: auto;
    margin-left: auto;
  }
  #g-aside {
    padding-top: 0px;
  }
  .pull-left.item-image {
    width: 100%;
  }
  .image-left .blog-item .item-image, .image-right .blog-item .item-image {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: unset;
  }
}
/*# sourceMappingURL=custom_16.css.map */