/* 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;
}
}


/* Body */
.container {
  padding-left: 0px;
  padding-right: 0px;
}
.sppb-row-container {
  padding-left: 0px;
  padding-right: 0px;
}

/* Header */
#sp-header {
  background-color: #fff;
  height: 100%;
}
.header-wrap {
  border-bottom: 20px solid RGBA(71, 67, 64, 1);
}
#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;
  font-size: 24px;
  padding-top: 10px;
}

h1.logo {
  padding-top: 0px !important;
}
h1.logo a {
  font-size: 100px;
  font-weight: 400 !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;
}


.blog h1 {
  font-size: 48px;
  padding-bottom: 30px;
}

/* Navbar */

#navmenu {
  background: RGBA(164, 181, 85, 1);
  border-bottom: 20px solid RGBA(71, 67, 64, 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: 106px;
  border-bottom: 5px solid RGBA(71, 67, 64, 0.75);
  background-color: RGBA(255, 255, 255, 0.85);
}
#sp-header.header-sticky .header-wrap {
  border-bottom: 0px;
}

/* Shrink Logo */
#sp-header.header-sticky #navmenu {
  border-bottom: 5px solid RGBA(71, 67, 64, 0.75);
  background: RGBA(164, 181, 85, 0.85);
}
#sp-header.header-sticky .logo {
}
#sp-header.header-sticky .teaser {
  display: none;
}
#sp-header.header-sticky h1.logo a {
  font-size : 50px;
}
#sp-header.header-sticky h1.logo {

}

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

.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, h6 {
  font-family: 'Bebas Neue', sans-serif;
  text-transform: uppercase;
}
h1 {
  font-size: 68px;
  font-weight: 400 !important;
}
h2 {
  font-size: 48px;
  font-weight: 400 !important;
}
h3 {
  font-size: 32px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 22px;
}
h6 {
  font-size: 18px;
}
h3, h4, h5, h6 {
  font-weight: 400 !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: #a4b555;
  text-decoration: none !important;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
a:hover, a:focus {
  color: #bbcd67;
  text-decoration: none;
  outline: none;
}
a img {
  border: none;
}

.image-center {
  background-position: center center;
}

.sppb-addon-image-overlay-icon {
  font-size: 28px;
  color: #fff;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin-left: -22px;
  margin-top: -22px;
  background: RGBA(164, 181, 85, 1);
  border-radius: 0px;
  transition: all 0.3s ease-in-out;
}
.sppb-addon-image-overlay-icon:active, .sppb-addon-image-overlay-icon:focus, .sppb-addon-image-overlay-icon:hover {
  border-radius: 22px;
  color: #a4b555;
  background: RGBA(125, 116, 107, 1);
}


.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(164, 181, 85, 1);
  transition: all 0.3s ease-in-out;
}

.btn:hover, .btn-primary:hover {
  color: #a4b555;
  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: #a4b555;
  border-radius: 0px;
  background: RGBA(255, 255, 255, 0.15);
  border: 1px solid #a4b555;
}


/* Edge Effect */

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

.edge, .edge:not([href*="#"]), a[href*="#"].edge, .edge.green: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, .green h3 {
  transition: all 0.3s ease-in-out;
}
.white:hover h3, .green: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
}


.green:hover h3 {
  color: #a4b555 !important;
}
.edge.green: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.green:not([href*="#"]):hover::after {
  inset: 0;
  top: -10px;
  bottom: -10px;
  left: -10px;
  right: -10px;
  background-color: #a4b555;
  transition: inset .3s ease-out,clip-path .3s ease-out,background-color .3s ease-out
}


/* Megamenu */

ul.sp-megamenu-parent {
  margin: 0px;
}
.sp-megamenu-wrapper {
  padding-left: 20px !important;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span,
.sp-megamenu-parent > li:last-child > a {
  color: #625a57;
  font-family: 'Bebas Neue', sans-serif;
  position: relative;
  display: block;
  text-align: center;
  text-transform: uppercase;
  opacity: 1;
  font-size: 48px;
  line-height: 48px;
  font-weight: 400;
  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.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 > li.active:hover > a {
  color: #fff !important;
}

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

.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: 50%;
  bottom: 0px;
  height: 3px;
  width: 0%;
  background-color: RGBA(255, 255, 255, .85);
  content: "";
  transition: all 0.3s ease-in-out;
}

.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;
  width: 100%;
}


/* Dropdown */

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  width: 100%;
  padding: 30px;
  color: #FFF;
  background-color: RGBA(71, 67, 64, 1);
  box-shadow: 0px 10px 10px 0px RGBA(0 0 0 / 0.45);;
}

#sp-header.header-sticky .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  padding: 20px;
  background-color: RGBA(71, 67, 64, .75);
}

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


.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 {
  display: block;
  color: #a4b555;
  font-family: 'Bebas Neue', sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-size: 34px;
  line-height: 34px;
  padding: 0px;
  margin: 0px;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover, .sp-megamenu-parent .sp-mega-group > li > a:hover, .sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
  color: #fff;
}

/* Sticky Menu */

#sp-header.header-sticky .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, #sp-header.header-sticky .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge),
#sp-header.header-sticky .sp-megamenu-parent .sp-mega-group > li > a {
  font-size: 24px;
  line-height: 28px;
  padding: 0px;
}


/* 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: #FFF;
  background: RGBA(164, 181, 85, .75);
  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: #a4b555;
  background: RGBA(125, 116, 107, .75);
  border-radius: 25px;
}
.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: #a4b555 !important;
}
.breadcrumb > .active span {
  color: #a4b555;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #AAA;
  font-family: 'Font Awesome\ 6 Free';
  font-weight: 900;
  content: "\f120";
  padding-left: 3px;
  margin-right: 3px;
}


/* Footer Bottom */

#sp-footer .container {
  padding: 0px 0px 30px 0px;
}
#sp-bottom {
  border-top: 20px solid RGBA(71, 67, 64, 1);
  padding: 30px 0px 10px 0px;
}
#sp-footer, #sp-bottom {
  font-size:  17px;
  color: #AAA;
  background-color: #4d4946;
}
#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: #a4b555;
}

#sp-bottom .sp-module .sp-module-title {
  position: relative;
  color: #a4b555;
  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: #a4b555;
}
#sp-bottom .sp-module .sp-module-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 100%;
  max-width: 100%;
  background-color: #a4b555;
}

/* 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: #a4b555;
}
#sp-bottom .sp-module li.active a {
  color: #a4b555;
}
#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: #a4b555;
  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%;
}

/* Offline Site */

html.coming-soon body {
  background-color: #4d4946;
  background-position: center center;
}
html.coming-soon .coming-soon-logo {
}
.offline-message {
  color: #FFF;
  font-family: 'Bebas Neue', sans-serif;
  text-transform: uppercase;
  font-size: 48px;
}

.input-group-text {
  font-size: 1rem;
  color: #625a57 !important;
  background-color: #f8f8f8 !important;
  border: 0px;
  border-radius: 0
}
.form-control {
  font-size: 1rem;
  color: #625a57 !important;
  background-color: #f8f8f8 !important;
  border: 0px;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
}


/* 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: #a4b555;
  font-family: 'Font Awesome\ 6 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: #a4b555;
  font-family: 'Font Awesome\ 6 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: #a4b555;
  font-family: 'Font Awesome\ 6 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: #a4b555;
  font-family: 'Font Awesome\ 6 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\ 6 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: #a4b555;
  font-family: 'Font Awesome\ 6 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: #a4b555;
  font-family: 'Font Awesome\ 6 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: #a4b555;
  font-family: 'Font Awesome\ 6 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: #a4b555;
  font-family: 'Font Awesome\ 6 Free';
  font-weight: 900;
  content: "\f35d";
  padding-right: 20px
}


/* Load Fonts */

.bebas {
  font-family: 'Bebas Neue';
}


/* bebas-neue-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: 'Bebas Neue';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/bebas-neue-v16-latin-regular.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+ */
}
