/* Responsive */


/* @1060
@media (max-width: 1024px) {
#offcanvas-toggler {
  display: block !important;
}
.sp-megamenu-wrapper {
  display: none !important;
}
}
*/



/* @992 */
@media (max-width: 992px) {

#sp-header {
  height: 270px !important;
}
#sp-header .logo, #sp-header .logo a {
  height: 140px;
}
/* Shrink Navbar */
#sp-header.header-sticky {
  height: 210px !important;
}
/* Shrink Logo */
#sp-header .sp-module, #sp-header.header-sticky .sp-module {
  height: 70px;
}
#sp-header.header-sticky .logo, #sp-header.header-sticky .logo a {
}
#sp-header .teaser {
  display: none !important;
}
#sp-header.header-sticky .teaser {
  display: none !important;
}
h1.logo a {
  font-size : 48px !important;
}
#offcanvas-toggler {
}
.container, .sppb-row-container {
  max-width: 100% !important;
  width: 100% !important;
}
}

/* @572 */
@media (max-width: 572px) {
#sp-header {
  height: 210px !important;
}
#sp-header.header-sticky .logo {

}
#sp-header .logo, #sp-header .logo a {
  height: 80px !important;
}
h1.logo a {
  font-size: 60px !important;
}
}

/* @515 */
@media (max-width: 515px) {
h1.logo a {
  font-size: 44px !important;
}
}



/* Header */
#sp-header {
  background-color: #fff;
  height: 418px;
}
#sp-header .container {
}

#sp-logo {
  width: 100%;
}
#sp-header .logoimg {
}

#sp-header .sp-module {
  text-align: center;
  align-items: center;
}

#sp-header .logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

h1.logo {
}
h1.logo a {
  font-size: 80px;
  font-weight: 500 !important;
  color: #625a57;
  transition: all 0.3s ease-in-out;
}
h1.logo a:hover {
  color: #7f7673;
}

#sp-header .teaser {
  font-size: 22px;
  padding-bottom: 20px;
}

#stars {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}


/* Navbar */

#navmenu {
  background: RGBA(151, 195, 84, 1);
}
#navmenu .container {
}

#sp-menu > .sp-column {
  align-items: center !important;
  justify-content: center !important;
}

#sp-logo-text {
  width: auto;
  margin: 0;
}
#sp-logo-text .logo-textarea {
}


/* Shrink Navbar */

#sp-header.header-sticky {
  height: 163px;
  background-color: RGBA(255, 255, 255, 0.85);
}

/* Shrink Logo */
#sp-header.header-sticky #navmenu {
  background: RGBA(151, 195, 84, 0.85);
}
#sp-header.header-sticky .logo {
}
#sp-header.header-sticky .teaser {
  display: none;
}
#sp-header.header-sticky h1.logo a {
  font-size : 44px;
  padding-bottom: 10px
}
#sp-header.header-sticky h1.logo {
  padding: 0px;
  margin: 0px;
}

#sp-header.header-sticky .sp-megamenu-parent > li > a,
#sp-header.header-sticky .sp-megamenu-parent > li > span {
  font-size: 18px;
  padding: 12px 20px;
  line-height: 22px;
}

.burger-icon span {
  background-color: #f4f4f4;
}
.offcanvas-active .burger-icon > span {
  background-color: #f4f4f4;
}


/* Gemischtes */

body {
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 400;
  font-size: 16px !important;
  color: #625a57;
  background-color: #fff;
}

h1, h2, h3, h4, h5 {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}
h1 {
  font-size: 48px;
  font-weight: 500 !important;
}
h2 {
  font-size: 44px;
  font-weight: 500 !important;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h3, h4, h5, h6 {
  font-weight: 500 !important;
  line-height: 1.8;
}
h1, h2, h3, h4, h5, h6 {
  position: relative;
  margin-bottom: 0rem;
}

iframe {
  border: none !important;
}

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

a {
  color: #97c354;
  text-decoration: none !important;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
a:hover, a:focus {
  color: #abd071;
  text-decoration: none;
  outline: none;
}
a img {
  border: none;
}

.fade-in {
  opacity: 1;
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 1s;
}

@keyframes fadeInOpacity {
  0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}


/* Button Effect */

.btn, .btn-primary {
  position: relative;
  color: #FFF;
  font-size: 18px;
  padding: 10px 15px !important;
  z-index: 1;
  border-radius: 0px;
  border: none;
  background: RGBA(151, 195, 84, 1);
  transition: all 0.3s ease-in-out;
}

.btn:hover, .btn-primary:hover {
  color: #97c354;
  border-radius: 0px;
  background: RGBA(98, 90, 87, 1);
  border: none;
}

/* Custom Button Effect */

.btn-trans {
  position: relative;
  color: #FFF;
  font-size: 18px;
  padding: 10px 15px !important;
  z-index: 1;
  border-radius: 0px;
  border: 1px solid #FFF;
  background: RGBA(255, 255, 255, 0.1);
  transition: all 0.3s ease-in-out;
}

.btn-trans:hover {
  color: #97c354;
  border-radius: 0px;
  background: RGBA(255, 255, 255, 0.15);
  border: 1px solid #97c354;
}


/* Edge Effect */

span.edge {
  margin-top: 20px;
}

.edge, .edge:not([href*="#"]), a[href*="#"].edge, .edge.cheese:not([href*="#"]), .edge.white:not([href*="#"]) {
  position: relative;
}

.edge::after {
  --corner-size: 10px;
  --border-width: 2px;
  --full-width: calc(var(--corner-size) + var(--border-width));
  content: "";
  position: absolute;
  inset: -2px;
  margin: auto;
  clip-path: polygon(0px var(--full-width),var(--border-width) var(--full-width),var(--border-width) var(--border-width),var(--full-width) var(--border-width),var(--full-width) 0px,0px 0px,0px 100%,100% 100%,100% 0px,calc(100% - var(--full-width)) 0px,calc(100% - var(--full-width)) var(--border-width),calc(100% - var(--border-width)) var(--border-width),calc(100% - var(--border-width)) var(--full-width),100% var(--full-width),100% calc(100% - var(--full-width)),calc(100% - var(--border-width)) calc(100% - var(--full-width)),calc(100% - var(--border-width)) calc(100% - var(--border-width)),calc(100% - var(--full-width)) calc(100% - var(--border-width)),calc(100% - var(--full-width)) 100%,var(--full-width) 100%,var(--full-width) calc(100% - var(--border-width)),var(--border-width) calc(100% - var(--border-width)),var(--border-width) calc(100% - var(--full-width)),0px calc(100% - var(--full-width)),0px var(--full-width))
}


a[href*="#"].edge::after {
  content: "";
  position: absolute;
  inset: -2px;
  margin: auto;
  top: 25%;
  bottom: 25%;
  left: 25%;
  right: 25%;
  background: 0 0;
  opacity: 0;
  transition: inset .3s ease-in,clip-path .3s ease-in,opacity .3s ease-in,background .3s ease-in
}
a[href*="#"].edge:hover::after {
  content: "";
  inset: 0;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  opacity: 1;
  transition: inset .3s ease-out,clip-path .3s ease-out,opacity .3s ease-out,background .3s ease-out
}


.edge:not([href*="#"])::after {
  content: "";
  position: absolute;
  inset: -2px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  transition: inset .3s ease-in,clip-path .3s ease-in,background-color .3s ease-in
}
.edge:not([href*="#"]):hover::after {
  inset: 0;
  top: -10px;
  bottom: -10px;
  left: -10px;
  right: -10px;
  background-color: currentColor;
  transition: inset .3s ease-out,clip-path .3s ease-out,background-color .3s ease-out
}


.white h3, .cheese h3 {
  transition: all 0.3s ease-in-out;
}
.white:hover h3, .cheese:hover h3 {
  transition: all 0.3s ease-in-out;
}


.edge.white:not([href*="#"])::after {
  content: "";
  position: absolute;
  inset: -2px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  transition: inset .3s ease-in,clip-path .3s ease-in,background-color .3s ease-in
}
.edge.white:not([href*="#"]):hover::after {
  inset: 0;
  top: -10px;
  bottom: -10px;
  left: -10px;
  right: -10px;
  background-color: #F4F4F4;
  transition: inset .3s ease-out,clip-path .3s ease-out,background-color .3s ease-out
}


.cheese:hover h3 {
  color: #97c354 !important;
}
.edge.cheese:not([href*="#"])::after {
  content: "";
  position: absolute;
  inset: -2px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  transition: inset .3s ease-in,clip-path .3s ease-in,background-color .3s ease-in
}
.edge.cheese:not([href*="#"]):hover::after {
  inset: 0;
  top: -10px;
  bottom: -10px;
  left: -10px;
  right: -10px;
  background-color: #97c354;
  transition: inset .3s ease-out,clip-path .3s ease-out,background-color .3s ease-out
}


/* Megamenu */

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span,
.sp-megamenu-parent > li:last-child > a {
  color: #f4f4f4;
  font-family: 'Montserrat', sans-serif;
  position: relative;
  display: block;
  text-align: center;
  text-transform: uppercase;
  opacity: 1;
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  letter-spacing: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  transition: all 0.3s ease-in-out;
  padding: 15px 30px;
}

.sp-megamenu-parent > li > a:before {
  position: absolute;
  left: 50%;
  bottom: 0px;
  height: 2px;
  width: 0%;
  background-color: RGBA(255, 255, 255, 0.85);
  content: "";
  transition: all 0.3s ease-in-out;
}

.sp-megamenu-parent>li.active>a, .sp-megamenu-parent>li.active:hover>a {
  color: #fff;
}

.sp-megamenu-parent > li.active > a:hover,
.sp-megamenu-parent > li:hover > a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a, .sp-megamenu-parent > li.active:hover > a {
  color: #fff !important;
  background-color: rgba(255, 255, 255, 0.1);
}

.sp-megamenu-parent > li.active > a:hover:before,
.sp-megamenu-parent > li:hover > a:before,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a:before, .sp-megamenu-parent > li.active:hover > a:before, .sp-megamenu-parent > li.active > a:before {
  left: 0;
  width: 100%;
}

/* After */

.sp-megamenu-parent > li > a:after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  content: "";
  background-color: rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
.sp-megamenu-parent > li.active > a:hover:after,
.sp-megamenu-parent > li:hover > a:after,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a:after, .sp-megamenu-parent > li.active:hover > a:after, .sp-megamenu-parent > li.active > a:after {
  left: 0;
  height: 100%;
  z-index: -1;
}


/* Dropdown */

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  padding: 15px 0px 0 0 0;
  background-color: #F4F4F4;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #bbb;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge),
.sp-megamenu-parent .sp-mega-group > li > a {
  font-size: 16px;
  line-height: 25px;
  padding: 10px 0px;
  text-align: left;
  margin: 0 30px;
  text-transform: capitalize;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  display: block;
}


/* Tooltip */

.tooltip-inner {
  font-size: 14px;
  max-width: 480px;
  padding: 10px;
  color: #f4f4f4;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
}

.tooltip-inner {
  background-color: #7d746b !important;
}

.tooltip-arrow::before {
  border-top-color: #7d746b !important;
}

.tooltip {
  opacity: 1;
  animation-name: fadeInOutOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
  animation-duration: 0.3s;
}

@keyframes fadeInOutOpacity {
  0% {
		opacity: 0;
	}
	100% {
		opacity: 0.9;
	}
}

/* Scroll */

.sp-scroll-up {
  bottom: 82px;
  color: #F4F4F4;
  background: RGBA(125, 116, 107, 0.55);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 25px;
  border-radius: 0%;
  transition: all 0.3s ease-in-out;
}
.sp-scroll-up:hover, .sp-scroll-up:active, .sp-scroll-up:focus {
  color: #97c354;
  background: RGBA(125, 116, 107, .75);
  border-radius: 25%;
}
.fa-angle-up:before:hover {
}

/* Breadcrumb */

.breadcrumb {
  color: #aaa;
  background: #474340;
  border-radius: 0rem
}
.breadcrumb > li {
  padding-top: 5px;
  padding-bottom: 5px;
}
.breadcrumb > li > a {
  color: #f4f4f4;
}
.breadcrumb > li > a:hover {
  color: #97c354 !important;
}
.breadcrumb > .active span {
  color: #97c354;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #AAA;
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  content: "\f105";
  padding-left: 3px;
  margin-right: 3px;
}

/* Footer Bottom */

#sp-footer .container {
  padding: 0px 0px 30px 0px;
}
#sp-bottom {
  padding: 30px 0px 10px 0px;
}
#sp-footer, #sp-bottom {
  font-size:  17px;
  color: #AAA;
  background-color: #4d4946;
  border: 0px;
}
#sp-footer a, #sp-bottom a {
  color: #ccc;
}
#sp-footer a:hover, #sp-bottom a:hover {
  color: #eee;
}

span.sp-copyright {
  float: right;
  padding-top: 10px;
}

/* Footer Heading */

#sp-bottom .sp-module .sp-module-title h3 {
  font-family: 'Sarpanch';
  font-size: 28px;
  color: #97c354;
}

#sp-bottom .sp-module .sp-module-title {
  position: relative;
  color: #97c354;
  padding: 8px 0px 8px 0px;
}

#sp-bottom .sp-module .sp-module-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 50px;
  background-color: #97c354;
}
#sp-bottom .sp-module .sp-module-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 100%;
  max-width: 100%;
  background-color: #97c354;
}

/* Footer Menu Level 1 */

#sp-bottom .sp-module ul {
  list-style: none;
  text-align: right;
}
#sp-bottom .sp-module li {
  position: relative;
  margin-bottom: 0px !important;
  margin-left: 20px;
  display: inline-block !important;
}
#sp-bottom .sp-module li:last-child {
  margin-bottom: 8px;
}
#sp-bottom .sp-module ul > li > a {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  padding: 3px 0px;
  margin-left: 10px;
  color: #FFF;
  transition: all 0.3s ease-in-out;
}
#sp-bottom .sp-module ul > li > a:hover {
  color: #97c354;
}
#sp-bottom .sp-module li.active a {
  color: #97c354;
}
#sp-bottom .sp-module li a::after, #sp-bottom .sp-module li.active a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #97c354;
  content:"";
  transition: all 0.3s ease-in-out;
}

#sp-bottom .sp-module li a:hover::after, #sp-bottom .sp-module li.active a::after  {
  width:100%;
}


/* Blockquote */

.sidekick {
  position: relative;
  padding-left: 20px;
  border-left: 1px solid #8dc73f;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
}
.sidekick:before, .sidekick:after {
    color: #8dc73f;
    font-size: 24px;
}
.sidekick:before {content: '\201e'}
.sidekick:after {content: '\201c';}
.sidekick cite {font-size: 80%; text-align:center; top:50%}
.sidekick cite:before {content: '\2015'}


/* List Styles */

ol, ul {
 padding-left: 0rem;
}

ul.arrow {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none
}
ul.arrow li {
  margin-left: 5px
}
ul.arrow li:before {
  color: #97c354;
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  content: "\f061";
  padding-right: 10px
}

ul.chevron {
  margin: 0 0 10px 0;
  list-style: none;
}
ul.chevron li {
  margin-left: 10px
}
ul.chevron li:before {
  color: #97c354;
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  content: "\f054";
  padding-right: 10px
}

ul.check {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none
}
ul.check li {
  margin-left: 5px;
}
ul.check li:before {
  color: #97c354;
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  content: "\f00c";
  padding-right: 10px
}

ul.plus {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none
}
ul.plus li {
  margin-left: 5px;
}
ul.plus li:before {
  color: #97c354;
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  content: "\f067";
  padding-right: 10px
}


ul.star {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none
}
ul.star li {
  margin-left: 5px;
}
ul.star li:before {
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  content: "\f005";
  padding-right: 10px
}

ul.award.cheese {
  padding-left: 0px;
  list-style: none;
}
ul.award.cheese li {
  list-style-position: outside;
  padding-bottom: 10px;
}
ul.award.cheese li:before {
  color: #97c354;
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  content: "\f559";
  padding-right: 10px;
}

ul.mobil {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none
}
ul.mobil li {
  margin-left: 10px
}
ul.mobil li:before {
  color: #97c354;
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  content: "\f3cd";
  padding-right: 15px;
  padding-left: 3px;
}

ul.external-after {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none
}
ul.external-after li {
  margin-right: 10px
}
ul.external-after li:after {
  color: #97c354;
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  content: "\f35d";
  padding-left: 10px
}

ul.external {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
}
ul.external li {
  margin-left: 10px
}
ul.external li:before {
  color: #97c354;
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  content: "\f35d";
  padding-right: 20px
}


/* Load Fonts */

.montserrat {
  font-family: 'Montserrat';
}


/* montserrat-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v31-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/montserrat-v31-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/montserrat-v31-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/montserrat-v31-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/montserrat-v31-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/montserrat-v31-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v44-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v44-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/open-sans-v44-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v44-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v44-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/open-sans-v44-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
