:root {
    --background-color: #fff;
    --main-color: #333;
    --secondary-color: #a1a1a1;
    --navbar-color: #fff;
    --navbar-text-color: #333;
    --footer-color: #3e3e3e;
    --footer-heading-color: #d9d9d9;
    --heading-color: rgb(162, 145, 137);
    --error-color: #FF0000;
    --background-parallax-color: #F0F0F0;
    --nav-lead-border-width: 9px;
    --nav-lead-border-size: 35px;
    --nav-lead-field-width: 215px;
    --nav-lead-field-height: 60px;
    --bs-nav-link-font-size: 1.2rem;
    --bs-backdrop-zindex: 1000;
}

body {
    font-size: 100%;
    font-family: 'Titillium Web', 'Open Sans', sans-serif;
    background: var(--background-color);
    color: var(--heading-color);
}

/* Sticky footer with flexbox */
.site {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

.site-content {
    flex: 1;
}

/* General rules */
.nopadding {
    padding: 0 !important;
}

/*h1, h2 {
    margin-top: 10px;
    font-size: 30px;
    font-weight: 700;
    color: var(--heading-color);
    line-height: 54px;
}*/

h1 {
    font-weight: 700;
    font-size: 1.8rem;
    color: var(--heading-color);
}

h2 {
    font-size: 1.6rem;
}

h3 {
    font-size: 1.4rem;
}

h3 {
    font-size: 1.3rem;
}

h5 {
    font-size: 1.2rem;
}

a:link,
a:active,
a:visited {
    color: var(--main-color);
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

a:hover {
    color: var(--secondary-color);
}

.white>a:link,
.white>a:active,
.white>a:visited {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.white>a:hover {
    text-decoration: underline;
    color: #fff;
}

.blue {
    color: var(--main-color);
}

.grey-bg {
    background: var(--background-parallax-color);
}

.error {
    color: var(--error-color);
}

.fullname {
    display: none;
}

.middle-text {
    font-size: 14px;
}

.small-text {
    font-size: 12px;
}

.smaller {
    font-size: 11px;
}

.line {
    width: 80px;
    border: 1px solid var(--main-color);
}

.line-left {
    float: left;
    width: 80px;
    border: 1px solid var(--main-color);
}

.clear {
    clear: both;
}

/* Hide E-Mail from spam bots */
mail::after {
    content: attr(dom)
}

mail::before {
    content: attr(me) "\0040"
}

/* Fix outline on on click */
:active,
:focus {
    outline: none;
    -moz-outline-style: none;
}

/* Navbar */
.navbar-custom {
    background: var(--navbar-color) !important;
    box-shadow: 0 1px 6px -6px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 1px 6px -6px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 6px -6px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 1px 6px -6px rgba(0, 0, 0, .2);
}

/* Navbar Logosize */
#navbar-logo {
    max-width: 240px;
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
}

/* change the link color */
.navbar-custom .navbar-nav .nav-link {
    color: var(--navbar-text-color);
}

/* Navbar active link & link on hover */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: var(--main-color) !important;
}

.nav-link.active {
    font-weight: bold;
}

/* Navbar Dropdown background & onclick */
.navbar-custom .dropdown-item.active,
.navbar-custom .dropdown-item:active {
    background: var(--navbar-color) !important;
}

.navbar-custom .dropdown-item a {
    color: var(--navbar-text-color);
}

.navbar-custom .dropdown-item.active a {
    color: var(--main-color) !important;
}

/* Breakpoint fix */
@media (min-width: 768px) {
    .np {
        padding-right: 15px;
    }
}

@media (min-width:575px) and (max-width:690px) {
    .navbar-custom .navbar-nav .nav-link {
        font-size: 15px !important;
    }
}

@media (max-width: 1200px) {
    .hidden-lg {
        display: none;
    }
}

@media (max-width: 1100px) {
    #navbar-logo {
        width: 140px;
        height: auto;
    }

    .np {
        padding-right: 0;
    }
}

/* Breakpoint fix
@media (max-width: 768px) {
    #navbar-logo {
        margin-top: 5px !important;
    }
} */

/* For smartphones */
@media (max-width: 420px) {
    #navbar-logo {
        width: 100px;
        height: auto;
    }

    .np {
        padding-right: 0;
    }
}

.col-client {
    min-height: 200px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.img-client {
    margin: 0 auto;
    opacity: 0.7;
}

/* Carousel */
.carousel-indicators li {
    border-radius: 10px;
    width: 10px;
    height: 10px;
}

.carousel-control-prev-icon {
    color: #000 !important;
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block;
}

.carousel-custom {
    opacity: 0.9;
    width: 100%;
}

/* Footer */
footer {
    padding-top: 40px;
    background: var(--footer-color);
}

#footer-logo {
    width: 320px;
    height: auto;
    margin-top: 10px;
}

footer h1 {
    font-size: 1.25rem;
    color: var(--footer-heading-color);
}

.footer p {
    margin: 3px 0;
}

.footer-item ul li {
    padding: 1px 0px;
}

/* Social List */
ul.social-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.social-list li {
    float: left;
    font-size: 20px;
}

.social-list li a {
    display: block;
    color: var(--main-color);
    text-align: center;
    padding: 16px 10px;
    text-decoration: none;
}

.social-list-first {
    padding-left: 70px !important;
}

.social-list li a:hover {
    color: var(--secondary-color);
}

/* Buttons */
.btn-trans {
    margin-top: 20px;
    font-weight: 400;
    padding: 10px 25px;
    color: var(--main-color);
    background-color: transparent;
    border: 1px solid var(--main-color);
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 2px;
}

.btn-trans:hover {
    border: 1px solid var(--main-color);
    background-color: var(--main-color);
    color: #ffffff;
}

.btn-custom {
    font-weight: 400;
    padding: 10px 25px;
    color: #fff;
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 2px;
}

.btn-custom:hover {
    border: 1px solid var(--main-color);
    background-color: transparent;
    color: var(--main-color);
}

.btn-filled {
    font-weight: 400;
    padding: 5px 15px;
    color: #fff;
    background-color: #066731;
    border: 1px solid #066731;
    font-size: 14px;
    font-weight: 500;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 2px;
}

.btn-filled:hover {
    border: 1px solid #149414;
    background-color: #149414;
}

.btn-white {
    font-weight: 400;
    padding: 5px 15px;
    color: #066731;
    background-color: #fff;
    border: 1px solid #fff;
    font-size: 14px;
    font-weight: 500;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 2px;
}

.btn-white:hover {
    color: #fff;
    border: 1px solid #149414;
    background-color: #149414;
}

/* Parallax */
.parallax {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 0;
    padding-bottom: 0;
}

.parallax-kp {
    /*background-image: linear-gradient(rgba(255,255,255,0.7), rgba(255,255,255,0.7)), url("https://via.placeholder.com/1920x200");*/
    background: var(--background-parallax-color);
}

.col-parallax {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.text-parallax {
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (max-width: 768px) {
    .col-parallax {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .text-parallax {
        padding-top: 40px;
        padding-bottom: 0;
    }

    .button-parallax {
        padding-bottom: 40px;
    }
}

/* Google maps */
iframe {
    float: left;
    max-height: 100%;
}

/* Forms */
.form-control:focus {
    border-color: var(--main-color);
    box-shadow: none;
    -webkit-box-shadow: none;
}

textarea {
    resize: none;
}

input,
textarea {
    border-radius: 2px !important;
}

/* Extend bootstrap spacing */
.pt-6,
.py-6 {
    padding-top: 5rem !important;
}

.pr-6,
.px-6 {
    padding-right: 5rem !important;
}

.pb-6,
.py-6 {
    padding-bottom: 5rem !important;
}

.pl-6,
.px-6 {
    padding-left: 5rem !important;
}

/* TeamPage */
.team-image {
    /*max-width: 250px;*/
    opacity: 1;
    transition: .5s ease;
    backface-visibility: hidden;
}

.team-middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.team-container:hover .team-image {
    opacity: 0.2;
}

.team-container:hover .team-middle {
    opacity: 1;
}

.team-text {
    background-color: #4CAF50;
    color: white;
    font-size: 16px;
    padding: 16px 32px;
}

/* ProjectPage */
.project-container {
    cursor: pointer
}

.project-image {
    opacity: 0.3;
    transition: .5s ease;
    backface-visibility: hidden;
}

.project-middle {
    transition: .5s ease;
    opacity: 1;
    position: absolute;
    bottom: 10px;
    left: 25px;
    text-align: left;
}

.project-container:hover .project-image {
    opacity: 0.1;
    background: var(--main-color) !important;
}

.project-container:hover .project-middle {
    opacity: 1;
}

.project-text {
    background-color: #4CAF50;
    color: white;
    font-size: 16px;
    padding: 16px 32px;
}

.project-active {
    opacity: 1;
}

.project-active .project-image {
    opacity: 0.2;
}

.tab-content.current {
    display: inherit;
}

/* xs */
@media (max-width:767px) {
    .xs-only-text-left {
        text-align: left !important;
    }

    .xs-only-text-right {
        text-align: right !important;
    }

    .xs-only-text-center {
        text-align: center !important;
    }
}

@media only screen {
    .xs-text-left {
        text-align: left !important;
    }

    .xs-text-right {
        text-align: right !important;
    }

    .xs-text-center {
        text-align: center !important;
    }
}

/* sm */
@media only screen and (min-width:768px) and (max-width:991px) {
    .sm-only-text-left {
        text-align: left !important;
    }

    .sm-only-text-right {
        text-align: right !important;
    }

    .sm-only-text-center {
        text-align: center !important;
    }
}

@media only screen and (min-width:768px) {
    .sm-text-left {
        text-align: left !important;
    }

    .sm-text-right {
        text-align: right !important;
    }

    .sm-text-center {
        text-align: center !important;
    }
}

/* md */
@media only screen and (min-width:992px) and (max-width:1199px) {
    .md-only-text-left {
        text-align: left !important;
    }

    .md-only-text-right {
        text-align: right !important;
    }

    .md-only-text-center {
        text-align: center !important;
    }
}

@media only screen and (min-width:992px) {
    .md-text-left {
        text-align: left !important;
    }

    .md-text-right {
        text-align: right !important;
    }

    .md-text-center {
        text-align: center !important;
    }
}

/* lg */
@media (min-width:1200px) {
    .lg-only-text-left {
        text-align: left !important;
    }

    .lg-only-text-right {
        text-align: right !important;
    }

    .lg-only-text-center {
        text-align: center !important;
    }
}

@media only screen and (min-width:1200px) {
    .lg-text-left {
        text-align: left !important;
    }

    .lg-text-right {
        text-align: right !important;
    }

    .lg-text-center {
        text-align: center !important;
    }
}

/**
 * Button
 */
.btn-transparent {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.btn-transparent:hover {
    background-color: #fff;
}

.btn-rounded {
    border-radius: 70px;
}

.btn-large {
    padding: 11px 45px;
    font-size: 18px;
}

/*[class*="col-"] {
  float: none;
  display: table-cell;
  vertical-align: top;
  position: relative;
  padding-bottom: 50px;
}*/

@media (max-width: 768px) {
    .center-logo-xs {
        text-align: center !important
    }
}

.footer-list {
    list-style: none;
    padding: 0;
}

.nav-lead-field {
    position: relative;
    width: var(--nav-lead-field-width);
    min-height: var(--nav-lead-field-height);
    height: 100%;
}

.nav-lead-field:before,
.nav-lead-field:after,
.nav-lead-field>:first-child:before,
.nav-lead-field>:first-child:after {
    position: absolute;
    width: var(--nav-lead-border-size);
    height: var(--nav-lead-border-size);
    border-style: solid;
    content: ' ';
}

.nav-lead-field:before {
    top: 0;
    left: 0;
    border-width: var(--nav-lead-border-width) 0 0 var(--nav-lead-border-width);
}

.nav-lead-field:after {
    top: 0;
    right: 0;
    border-width: 0 0 0 0;
}

.nav-lead-field>:first-child:before {
    bottom: 0;
    right: 0;
    border-width: 0 var(--nav-lead-border-width) var(--nav-lead-border-width) 0;
}

.nav-lead-field>:first-child:after {
    bottom: 0;
    left: 0;
    border-width: 0 0 0 0;
}

.nav-lead-text {
    font-family: 'Titillium', sans-serif;
    font-weight: 400;
    font-size: 16px;
    padding: 1em;
}

.hero-title {
    font-family: 'Titillium', sans-serif;
}

.hero-description {
    font-family: 'Titillium', sans-serif;
}

.divider-text {
    font-family: 'Titillium', sans-serif;
}

.vh-20 {
    min-height: 20vh;
    max-height: 20vh;
}

.vh-25 {
    min-height: 20vh;
    max-height: 20vh;
}

.vh-65 {
    min-height: 65vh;
    max-height: 65vh;
}

.min-vh-25 {
    min-height: 25vh;
}

.min-vh-30 {
    min-height: 30vh;
}

.min-vh-40 {
    min-height: 40vh;
}

.min-vh-50 {
    min-height: 50vh;
}

.min-vh-60 {
    min-height: 60vh;
}

.min-vh-65 {
    min-height: 65vh;
}

.min-vh-70 {
    min-height: 70vh;
}


.min-vh-75 {
    min-height: 75vh;
}

.reference-grid-item {
    position: relative;
    z-index: 1;
    background: url("/_resources/themes/bvs-akustik/images/products/AKUSTItrenn_product.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.reference-grid-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 0, 0, 0.6);
    opacity: 0;
    transition: opacity 0.4s;
    z-index: -1;
}

.reference-grid-item:hover::before {
    opacity: 1;
}

.reference-grid-item * {
    opacity: 0;
    transition: 250ms;
}

.reference-grid-item:hover * {
    opacity: 1;
}

@media screen and (max-width: 992px) {
    .reference-grid-item::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 0, 0, 0.6);
        transition: opacity 0.4s;
        z-index: -1;
    }

    .reference-grid-item::before {
        opacity: 1;
    }

    .reference-grid-item * {
        opacity: 1;
    }

    .reference-grid-item {
        margin-bottom: .25rem;
    }
}

.arguments {
    list-style-type: "+ ";
    list-style-position: outside;
    padding-left: 0;
    margin-left: 10px;
    font-size: smaller;
}

.specifications {
    list-style-position: outside;
    padding-left: 0;
    margin-left: 10px;
    font-size: smaller;
}

.auditsubtitle {
    font-size: smaller;
}

.audittitle {
    font-weight: lighter;
    color: #5b983d;
}

.auditissuer {
    font-size: small;
    color: #000;
}


.product-grid-item {
    position: relative;
    z-index: 1;
    background: url("/_resources/themes/bvs-akustik/images/products/AKUSTItrenn_product.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.product-grid-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(91, 152, 61, 0.7);
    opacity: 0;
    transition: opacity 0.4s;
    z-index: -1;
}

.product-grid-item:hover::before {
    opacity: 1;
}

.product-grid-item * {
    opacity: 0;
    transition: 250ms;
}

.product-grid-item:hover * {
    opacity: 1;
}

@media screen and (max-width: 992px) {
    .product-grid-item::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(91, 152, 61, 0.7);
        transition: opacity 0.4s;
        z-index: -1;
    }

    .product-grid-item::before {
        opacity: 1;
    }

    .product-grid-item * {
        opacity: 1;
    }

    .product-grid-item {
        margin-bottom: .25rem;
    }
}

.dropdown-menu {
    border: none;
}

@media (min-width: 768px) {
    .animate {
        animation-duration: 0.3s;
        -webkit-animation-duration: 0.3s;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both;
    }
}

@keyframes slideIn {
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }

    100% {
        transform: translateY(0rem);
        opacity: 1;
    }

    0% {
        transform: translateY(-1rem);
        opacity: 0;
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: transform;
        -webkit-opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }

    0% {
        -webkit-transform: translateY(-1rem);
        -webkit-opacity: 0;
    }
}

.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
}

.footer {
    min-width: 100%;
}
.header-text {
    font-size: 3.5rem;
}
.header-light {
    font-family: "Titillium Web";
    font-weight: bold;
    color: #999;
}
.header-image {
    width: 3.5rem;
    margin: 0;
    padding-right: 0.5rem;
}
.header-bold {
    font-family: "Titillium Web";
    font-weight: bold;
    color: #111;
}
.singleGallery > a {
    cursor: zoom-in;
}

.akusti1 {
    font-size: 28pt;
    top: 1px;
    position: relative;
    color: rgb(128 130 133);
}

.akusti2 {
    font-size: 28pt;
    top: 1px;
    position: relative;
    color: black;
}
.akusti3 {
    font-size: 22pt;
    top: 1px;
    position: relative;
    color: black;
    font-weight: 100;
}

.img-producticons {
    height: 100%;
}

.img-product {
    width: 312px;
    height: 190px;
}

a.img-example {
    display: flex;
    height: 100%;
}

img.img-example {
    align-self: center;
}
@media (max-width: 576px) {
    .vh-sm-75 {
        min-height: 75vh;
        max-height: 75vh;
    }
    .vh-sm-85 {
        min-height: 85vh;
        max-height: 85vh;
    }
    .vh-sm-90 {
        min-height: 90vh;
        max-height: 90vh;
    }
}
@media (max-width: 1640px) {
    .akusti1 {
        font-size: 24px;
    }
    .akusti2 {
        font-size: 24px;
    }
    .akusti3 {
        font-size: 20px;
    }
    .display-6 {
        font-size: 1.8rem;
    }
}
/* Google Fonts */
/* titillium-web-200 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 200;
  src: url('/_resources/themes/bvs-akustik/webfonts/titillium-web-v15-latin_latin-ext-200.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('/_resources/themes/bvs-akustik/webfonts/titillium-web-v15-latin_latin-ext-200.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* titillium-web-300 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 300;
  src: url('/_resources/themes/bvs-akustik/webfonts/titillium-web-v15-latin_latin-ext-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('/_resources/themes/bvs-akustik/webfonts/titillium-web-v15-latin_latin-ext-300.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* titillium-web-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  src: url('/_resources/themes/bvs-akustik/webfonts/titillium-web-v15-latin_latin-ext-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('/_resources/themes/bvs-akustik/webfonts/titillium-web-v15-latin_latin-ext-regular.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* titillium-web-600 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 600;
  src: url('/_resources/themes/bvs-akustik/webfonts/titillium-web-v15-latin_latin-ext-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('/_resources/themes/bvs-akustik/webfonts/titillium-web-v15-latin_latin-ext-600.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* titillium-web-700 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 700;
  src: url('/_resources/themes/bvs-akustik/webfonts/titillium-web-v15-latin_latin-ext-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('/_resources/themes/bvs-akustik/webfonts/titillium-web-v15-latin_latin-ext-700.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* titillium-web-900 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 900;
  src: url('/_resources/themes/bvs-akustik/webfonts/titillium-web-v15-latin_latin-ext-900.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('/_resources/themes/bvs-akustik/webfonts/titillium-web-v15-latin_latin-ext-900.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-regular - latin_latin-ext */
@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-v34-latin_latin-ext-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/open-sans-v34-latin_latin-ext-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin_latin-ext-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin_latin-ext-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin_latin-ext-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin_latin-ext-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
