body {
overflow-x: hidden;
}
#to-top{left: 19px}
.stC2A .link_wrap{margin-left:-7px;}
.modal__overlay.absolute{position:absolute;}
.zsiq-float-tooltip {
right: -7px !important;
top: -127px !important;
}
.zsiq-float-tooltip:before {
bottom: -58px !important;
box-shadow: 0px -5px 5px 0 rgba(0, 0, 0, .08) !important;
right: 24px !important;
}
.absoulte{position: absolute;}
.darkColor, .darkColor a{color: #222 !important;}
.darkColor a:hover{color: #000 !important;}
.border{
border: 2px solid #bf9702;
}
.klaro .cookie-notice:not(.cookie-modal-notice) {
z-index: 99999 !important;
}
.marginZero{margin: 0 !important;} .reviews-container {
display: flex;
flex-wrap: wrap; justify-content: space-between; gap: 20px; box-sizing: border-box;
}
.review-card {
flex: 1 1 calc(33.333% - 20px);
display: flex;
flex-direction: column;
justify-content: space-between;
background-color: #f9f9f9;
border: 1px solid #ececec;
border-radius: 8px;
padding: 20px;
box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
min-height: 250px;
box-sizing: border-box;
transition: all 0.3s ease;
}
.review-card:hover {
border: 1px solid 1px solid #e6e3e3;
box-shadow: 0 0px 23px rgba(0, 0, 0, 0.23);
}
.review-header {
margin-bottom: 10px;
}
.review-header .stars {
color: #ffd700;
font-size: 18px;
}
.review-body {
flex-grow: 1;
margin-bottom: 10px;
}
.review-body p {
margin-bottom: -17px;
}
.mehr-button {
color: var(--nectar-accent-color);
text-decoration: none;
font-weight: bold;
border: 2px solid;
background-color: transparent;
display: block;
margin-top: 9px;
margin-bottom: 23px;
text-transform: uppercase;
padding: 5px 7px;
}
.review-footer {
font-size: 14px;
color: #666;
}
.full-review {
display: none;
}
@media (max-width: 1024px) {
.review-card {
flex: 1 1 calc(50% - 20px); }
.livenow {
margin-top: 9px !important;
}
.nectar-post-grid .nectar-post-grid-item-bg img {
object-position: 66% 50%;
}
.nectarfull .nectar-flickity.nectar-post-grid {
width: 100% !important;
}
h1, h2, h3, h4, h5, h6, p {
hyphens: auto;
-webkit-hyphens: auto;
-ms-hyphens: auto;
-moz-hyphens: auto;
word-wrap: break-word;        
overflow-wrap: break-word;   
white-space: normal;          
}
}
@media (max-width: 768px) {
.review-card {
flex: 1 1 100%; }
} .wpb_wrapper>div.reviewsStars{
margin-bottom: 0px;
}
.wpb_wrapper>div.reviewsAve{
margin-bottom: 0;
font-size: 47px;
}
.reviewsDate{
position: absolute;
right: 12px;
top: 12px;
font-size: 12px;
}
.reviewsAveText{
font-size: 17px;
}
.stichworte-container{font-size: 14px; font-weight: bold;;} 
.stichworte-item{
background-color: #dddddd;
padding: 3px 7px;
border-radius: 3px;
margin-right: 5px;
text-transform: uppercase;
font-size: 12px;
letter-spacing: 1px;
}
.reviewMeta{
font-weight: bold;
display: block;
font-size: 15px;
} .progress-bar {
height: 30px;
width: 100%;
background-color: #BFADA3;
border-radius: 20px;
overflow: hidden;
box-shadow: 2px 0 10px inset rgba(0,0,0,0.2);
position: relative;
}
* + .progress-bar {
margin-top: 2rem;
}
.bar {
width: 0;
height: 100%;
background-color: #B6244F; background-image: linear-gradient(
-45deg,
rgba(255, 255, 255, .2) 25%,
transparent 25%,
transparent 50%,
rgba(255, 255, 255, .2) 50%,
rgba(255, 255, 255, .2) 75%,
transparent 75%,
transparent
);
background-size: 30px 30px;
animation: move 2s linear infinite;
box-shadow: 2px 0 10px inset rgba(0,0,0,0.2);
transition: width 2s ease-out;
} @keyframes move {
0% {
background-position: 0 0;
}
100% {
background-position: 30px 30px;
}
}
.perc {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: #fff;
font-weight: bold;
} .wpcf7-list-item {
margin: 0;
}
.wpcf7 .wpcf7-submit {
font-size: 15px;
text-transform: uppercase;
font-weight: bold;
letter-spacing: 1px;
line-height: 32px;
padding: 12px 21px;
}  .modal {
font-family: -apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,arial,sans-serif;
}
.modal__overlay {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0,0,0,0.6);
display: flex;
justify-content: center;
align-items: center;
}
.modal__container {
background-color: #fff;
padding: 30px;
max-width: 500px;
max-height: 100vh;
border-radius: 4px;
overflow-y: auto;
box-sizing: border-box;
}
.modal__header {
display: flex;
justify-content: space-between;
align-items: center;
}
.modal__title {
margin-top: 0;
margin-bottom: 0;
font-weight: 600;
font-size: 1.25rem;
line-height: 1.25;
color: #00449e;
box-sizing: border-box;
}
.modal__close {
background: transparent;
border: 0;
font-size: 27px;
position: absolute;
right: 32px;
}
.modal__header .modal__close:before { content: "\2715"; }
.modal__content {
margin-top: 2rem;
margin-bottom: 2rem;
line-height: 1.5;
color: rgba(0,0,0,.8);
}
.modal__btn {
font-size: .875rem;
padding-left: 1rem;
padding-right: 1rem;
padding-top: .5rem;
padding-bottom: .5rem;
background-color: #e6e6e6;
color: rgba(0,0,0,.8);
border-radius: .25rem;
border-style: none;
border-width: 0;
cursor: pointer;
-webkit-appearance: button;
text-transform: none;
overflow: visible;
line-height: 1.15;
margin: 0;
will-change: transform;
-moz-osx-font-smoothing: grayscale;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: translateZ(0);
transform: translateZ(0);
transition: -webkit-transform .25s ease-out;
transition: transform .25s ease-out;
transition: transform .25s ease-out,-webkit-transform .25s ease-out;
}
.modal__btn:focus, .modal__btn:hover {
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
.modal__btn-primary {
background-color: #00449e;
color: #fff;
} @keyframes mmfadeIn {
from { opacity: 0; }
to { opacity: 1; }
}
@keyframes mmfadeOut {
from { opacity: 1; }
to { opacity: 0; }
}
@keyframes mmslideIn {
from { transform: translateY(15%); }
to { transform: translateY(0); }
}
@keyframes mmslideOut {
from { transform: translateY(0); }
to { transform: translateY(-10%); }
}
.micromodal-slide {
display: none;
}
.micromodal-slide.is-open {
display: block;
z-index: 9999999;
}
.micromodal-slide[aria-hidden="false"] .modal__overlay {
animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}
.micromodal-slide[aria-hidden="false"] .modal__container {
animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}
.micromodal-slide[aria-hidden="true"] .modal__overlay {
animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}
.micromodal-slide[aria-hidden="true"] .modal__container {
animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}
.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
will-change: transform;
}
.full-review {
max-width: 800px; margin: 0 auto; padding: 20px; word-wrap: break-word; } h1, h2, h3, h4, h5, h6{ font-variant-ligatures: none;}
.c2a-small{
font-size: 15px;
font-weight: bold;
}
small{font-size:66%;} .c2a-footer {
position: fixed;
right: 66px;
bottom: 15px;
z-index: 99999;
}
.c2a-footer ul{
margin: 0;
}
.c2a-footer ul li {
list-style: none;
display: inline;
width: 50px;
height: 50px;
}
.c2a-footer ul li a {
background-color: #bf9702;
color: #fff;
border-radius: 50%;
width: 45px;
display: inline-block;
text-align: center;
height: 45px;
}
.c2a-footer ul li a i {
font-size: 27px;
padding: 12px 0px;
}
.zsiq-float{
right: 15px !important;
width: 45px !important;
height: 45px !important;
bottom: 15px !important;
} @media only screen and (max-width: 1000px) {
.imgBGmobile .wpb_wrapper{margin-left: -23px; margin-right: -23px;}
.mobileSmall p, .mobileSmall a{font-size: 15px;}
.number{font-size: 52px !important;
margin-top: -15px;}
.team-member-image{
margin-left: -23px;
margin-right: -23px;
}
.titelText .wpb_wrapper>div.nectar-waypoint-el{display:none!important;}
body[data-col-gap="50px"] .vc_row-fluid .wpb_column.mmZero {padding-left: 0px;padding-right: 0px;}
.nectar-flickity.nectar-post-grid {width: 88%;}
.nectar-flickity:not(.masonry) .flickity-slider .cell {
width: 92% !important;}
.tabbed[data-style="vertical_modern"] >div {padding-left: 0 !important;}
.wpb_wrapper>.nectar-hor-list-item{
margin-left: -12px;
margin-right: -12px;
}
.tabbed[data-style="vertical_modern"] .wpb_tabs_nav li a {
padding: 7px 15px !important;
}
.tabbed[data-style*=vertical] .wpb_tabs_nav li {
margin: 3px !important;
}
.iconBox{margin-bottom: 0px !important;}
.iconBox .child_column{padding-bottom: 50px;}
}
@media only screen and (min-width: 1000px) {
.ddNone{display:none!important;}
.klaro .cookie-notice:not(.cookie-modal-notice) {
max-width: 800px !important;
left: 20px !important;
margin: auto !important;
}
}
@media only screen and (min-width: 1000px) and (max-width: 1200px) {
.iconBox p{font-size: 15px !important;}
.number{font-size: 69px !important;
margin-top: -15px;}
}
@media only screen and (max-width: 380px) {
.iconBox p{font-size: 15px !important;}
}  .cta-bar {
background-color: #fff9ef; padding: 10px 20px; display: flex; justify-content: space-between; align-items: center; border-top: 3px solid #d4a63f; font-family: 'Arial', sans-serif; } .cta-bar .whatsapp {
font-size: 16px; font-weight: bold; color: #333; }
.cta-bar .whatsapp a {
color: #d4a63f; text-decoration: none; }
.cta-bar .whatsapp a:hover {
color: #b38930; } .cta-bar nav {
display: flex; gap: 15px; }
.cta-bar nav a {
font-size: 14px; color: #555; text-decoration: none; font-weight: normal; }
.cta-bar nav a:hover {
color: #d4a63f; }
.cta-bar nav a::after {
content: "•"; margin-left: 10px; color: #bbb; }
.cta-bar nav a:last-child::after {
content: ""; } .nectar-flickity.nectar-carousel.nectar-carousel:not(.masonry) .flickity-viewport {
margin: 12px 0 0 0 !important;
}
.nectar-display-inline {display: inline-block !important;}
.padding-amount-medium .nectar-badge__inner {
font-size: 13px;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 1px;
}
#ajax-content-wrap .nectar-inherit-label {margin-right: 9px !important;
margin-bottom: 5px !important;
}
.dropShadow{-webkit-filter: drop-shadow(-17px 12px 25px rgba(0,0,0,0.6));
filter: drop-shadow(-17px 12px 25px rgba(0,0,0,0.6));}
.event-details{
background-color: #fff;
padding: 15px;
border-radius: 0px 0px 5px 5px;
}
.wpb_wrapper>div.nectar-waypoint-el {
margin-bottom: 9px;
}
.twoButtons{display: inline-block; margin-right: 12px;}
.wpb_video_widget.vc_video-aspect-ratio-235 .wpb_video_wrapper {
padding-top: 29.55% !important;
}
.circleGold{
height: 666px;
width: 666px;
position: absolute;
background-color: rgba(219, 194, 118, 0.49);
display: inline-block;
bottom: -50%;
z-index: -1;
border-radius: 50%;
left: -13%;
}
.circleGold2{
height: 666px;
width: 666px;
position: absolute;
background-color: rgba(219, 194, 118, 0.49);
display: inline-block;
bottom: -75%;
z-index: -1;
border-radius: 50%;
left: -23%;
}
.nectar-hor-list-item>.nectar-list-item {
font-size: 15px;
line-height: 1.2;
vertical-align: top;
}
.nectar-hor-list-item:hover {background: #fff; border-radius: 2px;}
.nectar-hor-list-item {padding: 12px !important;}
.nectar-hor-list-item[data-columns="2"][data-column-layout=small_first]>div:nth-child(1) {
width: 100% !important;
font-weight: bold;
color: #e7cd7c;
margin-top: 0px;
font-size: 23px;
}
.nectar-hor-list-item[data-columns="2"][data-column-layout=small_first]>div:nth-child(2){
width: 100% !important;}
#ajax-content-wrap .nectar-hor-list-item.multiple-columns[data-columns="2"] .nectar-list-item{width: 100% !important;}
.nectar-circle-images--position_standard.size_146px .nectar-circle-images__image:not(:last-child) {
margin-right: 0%;
} @font-face {
font-family: 'font-awesome';
src:  url(//www.steintveten.com/wp-content/themes/salient-child/fonts/icomoon.eot?qtpszv);
src:  url(//www.steintveten.com/wp-content/themes/salient-child/fonts/icomoon.eot?qtpszv#iefix) format('embedded-opentype'),
url(//www.steintveten.com/wp-content/themes/salient-child/fonts/icomoon.ttf?qtpszv) format('truetype'),
url(//www.steintveten.com/wp-content/themes/salient-child/fonts/icomoon.woff?qtpszv) format('woff'),
url(//www.steintveten.com/wp-content/themes/salient-child/fonts/icomoon.svg?qtpszv#icomoon) format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="fa-"], [class*=" fa-"], .fa { font-family: 'font-awesome' !important;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.fa-star:before {
content: "\f005";
}
.fa-clock-o:before {
content: "\f017";
}
.fa-map-marker:before {
content: "\f041";
}
.fa-facebook-square:before {
content: "\f082";
}
.fa-star-half:before {
content: "\f089";
}
.fa-phone:before {
content: "\f095";
}
.fa-envelope:before {
content: "\f0e0";
}
.fa-user-md:before {
content: "\f0f0";
}
.fa-youtube-play:before {
content: "\f16a";
}
.fa-instagram:before {
content: "\f16d";
}
.fa-whatsapp:before {
content: "\f232";
}
.fa-calendar-check-o:before {
content: "\f274";
} html body #header-secondary-outer nav > ul > li > a {
font-family: Lexend Deca;
font-size: 14px !important;
   line-height: 15px !important;
text-transform: uppercase;
letter-spacing: 1px;
margin-left: 15px !important;
}
body.material #header-secondary-outer #social li a i{font-size: 21px !important; color: #bf9702;}
#top .sf-menu > li[class*="current"]:not([class*="menu-item-btn"]) > a .menu-title-text {
color: #bf9702;
}
#top .sf-menu > li[class*="current"]:not([class*="menu-item-btn"]) > a .menu-title-text:before {
background-color: #fff;
border: 1px solid #bf9702;
color: #bf9702;
} .live{
display: inline-block;
background-color: #fffdf9;
padding: 5px 15px 6px 39px;
border-radius: 5px;
}
.live span{
font-family: Lexend Deca;
font-size: 14px;
letter-spacing: 1px;
line-height: 1;
color: #222;	
}
.livenow {
width: 9px;
position: absolute;
margin-left: -23px;
display: inline-block;
margin-top: 3px;
}
.livenow > div {
vertical-align: middle;
width: 12px;
height: 12px;
border-radius: 100%;
position: absolute;
margin: 0 auto;
border: 3px solid rgba(255, 0, 0);
-webkit-animation: live 1.4s infinite ease-in-out;
animation: live 1.4s infinite ease-in-out;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.livenow > div:nth-child(1) {
background-color: rgba(255, 0, 0, 0.3);
background-color: rgba(255, 0, 0);
-webkit-animation-delay: -0.1s;
animation-delay: -0.1s;
}
.livenow > div:nth-child(2) {
-webkit-animation-delay: 0.16s;
animation-delay: 0.16s;
}
.livenow > div:nth-child(3) {
-webkit-animation-delay: 0.42s;
animation-delay: 0.42s;
border: 3px solid rgba(255, 0, 0, 0.5);
}
.livenow > div:nth-child(4) {
border: 3px solid white;
-webkit-animation-delay: -0.42s;
animation-delay: -0.42s;
}
@-webkit-keyframes live {
0%, 80%, 100% {
-webkit-transform: scale(0.6);
}
40% {
-webkit-transform: scale(1);
}
}
@keyframes live {
0%, 80%, 100% {
transform: scale(0.6);
-webkit-transform: scale(0.6);
}
40% {
transform: scale(1);
-webkit-transform: scale(1);
}
}
.event-live{
position: absolute;
line-height: 0.8;
color: #666666;
background-color: rgba(255, 255, 255, 0.74);
top: 5px;
left: 5px;
padding: 3px 12px 5px 27px;
}
.event-live .livenow{
margin-left: -19px;
}
.event-live .live span{
font-size: 12px;
display: block;
}
.live span.live-titel {
font-weight: bold;
letter-spacing: 2px;
}
.event-time{display:block;margin-bottom: 12px;}
.live span.live-c2a{
display: block;
font-size: 12px;
margin-top: 3px;
}
.info{
border: 1px solid;
border-radius: 50%;
width: 27px;
display: inline-block;
height: 27px;
text-align: center;
font-weight: bold;
line-height: 27px;
}
.event-register-button {
display: inline-block !important;
text-align: center;
line-height: 2.5;
background-color: #bf9702;
font-size: 15px;
text-transform: uppercase;
font-weight: bold;
letter-spacing: 1px;
cursor: pointer;
border: none;
color: #fff !important;
padding: 3px 12px;
} .material .wpcf7-form .nectar-wpcf7-inline-form{padding: 0 !important;}
.wpcf7-form-control-wrap {margin-bottom: 15px;}
.wpcf7-list-item-label{font-size: 15px;}
hidden, .hidden, .quelle{display:none;}
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
float: left; position: relative; padding-left: 15px; padding-right: 15px;}
.col-md-2 {width: 16.66666666%;}
.col-md-3 {width: 33.33333333%;}
.col-md-4 {width: 30%;}
.col-md-6 {width: 50%;}
.col-md-8 {width: 70%;}
.col-md-9 {width: 66.66666667%;;}
.col-md-12 {width: 100%;}
.col-md-5{width: 41.666666667%;}@font-face {
font-family: 'Lexend Deca';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://www.steintveten.com/wp-content/uploads/fonts/444af4f9f7578e418a4631157599ef82/lexend-deca--v21-normal-300.woff2?c=1738875954) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Lexend Deca';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://www.steintveten.com/wp-content/uploads/fonts/444af4f9f7578e418a4631157599ef82/lexend-deca--v21-normal-300.woff2?c=1738875954) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Lexend Deca';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://www.steintveten.com/wp-content/uploads/fonts/444af4f9f7578e418a4631157599ef82/lexend-deca--v21-normal-300.woff2?c=1738875954) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Lexend Deca';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://www.steintveten.com/wp-content/uploads/fonts/444af4f9f7578e418a4631157599ef82/lexend-deca--v21-normal-300.woff2?c=1738875954) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Lexend Deca';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://www.steintveten.com/wp-content/uploads/fonts/444af4f9f7578e418a4631157599ef82/lexend-deca--v21-normal-300.woff2?c=1738875954) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Lexend Deca';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://www.steintveten.com/wp-content/uploads/fonts/444af4f9f7578e418a4631157599ef82/lexend-deca--v21-normal-300.woff2?c=1738875954) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Lexend Deca';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://www.steintveten.com/wp-content/uploads/fonts/444af4f9f7578e418a4631157599ef82/lexend-deca--v21-normal-300.woff2?c=1738875954) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Lexend Deca';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://www.steintveten.com/wp-content/uploads/fonts/444af4f9f7578e418a4631157599ef82/lexend-deca--v21-normal-300.woff2?c=1738875954) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Lexend Deca';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://www.steintveten.com/wp-content/uploads/fonts/444af4f9f7578e418a4631157599ef82/lexend-deca--v21-normal-300.woff2?c=1738875954) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}