/*
Theme Name: Hunziker Bürodesign
Theme URI: https://www.foxcomputers.ch
Author: Fox Computers
Author URI: https://www.foxcomputers.ch
Version: 2025   
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: hubu

Hunziker Bürodesign WordPress Theme 2011-2025
Hunziker Bürodesign is distributed under the terms of the GNU GPL
*/

@font-face {
    font-family: 'Lexend-Regular';
    src: url('fonts/Lexend-Regular.woff2') format('woff2'),
        url('fonts/Lexend-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Lexend-Medium';
    src: url('fonts/Lexend-Medium.woff2') format('woff2'),
        url('fonts/Lexend-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Lexend-SemiBold';
    src: url('fonts/Lexend-SemiBold.woff2') format('woff2'),
        url('fonts/Lexend-SemiBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Lexend-Bold';
    src: url('fonts/Lexend-Bold.woff2') format('woff2'),
        url('fonts/Lexend-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Playfair-Display-Regular';
    src: url('fonts/PlayfairDisplay-Regular.woff2') format('woff2'),
        url('fonts/PlayfairDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Playfair-Display-Medium';
    src: url('fonts/PlayfairDisplay-Medium.woff2') format('woff2'),
        url('fonts/PlayfairDisplay-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Playfair-Display-Bold';
    src: url('fonts/playfairdisplay-bold-webfont.woff2') format('woff2'),
         url('fonts/playfairdisplay-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    font:inherit;
    vertical-align:baseline;
    outline:none;
    box-sizing: border-box;
    -webkit-appearance:none;
    appearance:none;
    border-radius:0,
    -webkit-tap-highlight-color:transparent;
    font-variant-numeric: lining-nums;
    -moz-font-feature-settings:"lnum" 1; 
    -moz-font-feature-settings:"lnum=1"; 
    -ms-font-feature-settings:"lnum" 1; 
    -o-font-feature-settings:"lnum" 1; 
    -webkit-font-feature-settings:"lnum" 1; 
    font-feature-settings:"lnum" 1;
}
html {
    scroll-behavior:smooth
}
body {
    line-height:1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background:#e0dacc;
}
a {
    text-decoration-skip-ink:auto
}
a[href^="tel"] {
    color:inherit;
    text-decoration:none
}
ol,ul {
    list-style:none
}
blockquote,q {
    quotes:none
}
blockquote:before, blockquote:after, q:before, q:after {
    content:'';
    content:none
}
q {
    display:inline;
    font-style:italic
}
q:before {
    content:'"';
    font-style:normal
}
q:after {
    content:'"';
    font-style:normal
}
.clear {
    clear: both;
}
table {
    border-collapse:collapse;
    border-spacing:0
}
th,td {
    padding:2px
}
strong {
    font-family: 'Lexend-Bold';
}
sup, sub {
    vertical-align: baseline;
    position: relative;
    top: -0.4em;
    font-size:60%
}
sub { 
    top: 0.4em; 
}
img {
    max-width:100%;
    height:auto;
}
.wp-caption, .wp-caption-text, .gallery-caption {
    display: none;
}
.alignright {
    float:right;
    margin:0 0 20px 20px;
}
.alignleft {
    float:left;
    margin:0 20px 20px 0;
}
.aligncenter {
    display: block;
    margin:0 auto 20px auto;
}

#wrapper {
    overflow: hidden;
}

#infobox {
    position: fixed;
    bottom:24px;
    right:24px;
    width:360px;
    height:360px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background:url(images/dot.svg) no-repeat center center;
    background-size:cover;
    overflow: hidden;
    transform: translate(100%,100%);
    transition: all .8s ease;
    z-index: 99;
}
.delay-loaded #infobox {
    transform: translate(0,0);
    transition: all .8s ease;
}
#infobox.iclose {
    cursor: pointer;
    width:68px;
    height:68px;
    transition: all .4s ease;
}
#infobox #infobox-close {
    position: absolute;
    top:32px;
    left:50%;
    transform: translateX(-50%);
    cursor: pointer;
}
#infobox #infobox-content {
    padding:64px 36px;
    transition: all .4s ease;
}
#infobox.iclose #infobox-content {
    padding:0;
    transition: all .4s ease;
}
#infobox #infobox-content h3 {
    font-family: 'Lexend-Bold';
    font-size:24px;
    line-height:32px;
    color:#fff;
    margin-bottom:16px;
}
#infobox #infobox-content p {
    font-family: 'Lexend-Regular';
    font-size:14px;
    line-height:20px;
    color:#fff;
    margin-bottom:20px;
}
#infobox #infobox-content #infobox-button {
    text-align: left;
    font-size: 0;
}
#infobox #infobox-content #infobox-button a {
    display: inline-block;
    font-family: 'Lexend-Bold';
    font-size:14px;
    line-height:22px;
    color:#fff;
    text-decoration: none;
    padding:7px 22px;
    border:1px solid #fff;
    border-radius:8px;
    background:#c36114;
    transition:all .4s ease;
}
#infobox #infobox-content #infobox-button a:hover {
    color:#c36114;
    background:#fff;
    transition:all .4s ease;
}
#infobox #infobox-content h3, #infobox #infobox-content p, #infobox #infobox-close, #infobox #infobox-content #infobox-button {
    opacity: 1;
    transition: all .2s ease .3s;
}
#infobox.iclose #infobox-content h3, #infobox.iclose #infobox-content p, #infobox.iclose #infobox-close, #infobox.iclose #infobox-content #infobox-button {
    opacity: 0;
    transition: all .2s ease;
}
.smiler {
    position: absolute;
    top:5px;
    left:5px;
}
.smiley {
    display: none;
    cursor: pointer;
}
.iclose .smiley {
    display: block
}
.smiley .st0 {
    fill: none;
    stroke: #fff;
    stroke-width: 1;
    stroke-linecap: round;
    stroke-linejoin: round;
}

#header {
    position: fixed;
    top:0;
    left:0;
    width:100%;
    background:transparent;
    transition: background .4s ease;
    z-index: 999;
}
.header-white #header {
    background: linear-gradient(288deg,hsla(0,0%,100%,.36) -2.45%,hsla(0,0%,100%,0) 155.03%);
    backdrop-filter: blur(17.5px);
    transition: background .4s ease;
}
#header.scrolled {
    background: linear-gradient(288deg,hsla(0,0%,100%,.36) -2.45%,hsla(0,0%,100%,0) 155.03%);
    backdrop-filter: blur(17.5px);
    transition: background .4s ease;
}
.home #header {
    transform: translateY(-200px);
    transition:transform .8s ease;
}
.home.loaded #header {
    transform: translateY(0);
    transition:transform .8s ease;
}
#header #header-inner {
    margin:0 auto;
    padding:22px 36px;
    max-width:1440px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    font-size:0;
}
#header #header-inner #logo img {
    display: block;
    width:153px;
    height:43px;
}
#header #header-inner #menu {
    margin-right:124px;
}
#header #header-inner #menu ul {
    text-align: right;
}
#header #header-inner #menu ul li {
    display: inline-block;
    margin-left:32px;
}
#header #header-inner #menu ul li a {
    font-family: 'Lexend-Bold';
    font-size:16px;
    line-height: 22px;
    color:#343434;
    text-transform: uppercase;
    text-decoration: none;
}
#header #header-inner #menu ul li a:hover, #header #header-inner #menu ul li.current-menu-item a, .single-referenzprojekte #header #header-inner #menu ul li.menu-item-object-referenzprojekte a, #header #header-inner #menu ul li.current_page_parent a, #header #header-inner #menu ul li.current-menu-ancestor a {
    color:#c36114;
}
#header #header-inner #menu ul li .sub-menu {
    display: none;
}
#header #header-inner #hemail {
    position: absolute;
    top:50%;
    right:84px;
    transform: translateY(-50%);
}
#header #header-inner #hemail a {
    display: block;
    font-size:0;
    width:28px;
    height:20px;
    background:url(images/mail.svg) no-repeat center center;
    background-size:28px 20px;
}
#header #header-inner #search-trigger {
    position: absolute;
    top:50%;
    right:36px;
    transform: translateY(-50%);
    width:24px;
    height:24px;
    background:url(images/search.svg) no-repeat center center;
    background-size:24px 24px;
    cursor: pointer;
}
#header #header-inner #search-toggle {
    position: absolute;
    top:96px;
    right:36px;
    background: #f9f6f1;
    border: 3px solid #b4ad9a;
    border-radius: 8px;
    padding:8px;
    pointer-events: none;
    opacity:0;
    transition: all .6s ease;
}
#header #header-inner #search-toggle.sopen {
    pointer-events:inherit;
    opacity:1;
    transition: all .6s ease;
    z-index: 99;
}
#header #header-inner #search-toggle input {
    background:none;
    border:none;
    border-radius:0;
    border-bottom:1px solid #343434;
    font-family: 'Lexend-Regular';
    font-size: 16px;
    line-height: 24px;
    color: #343434;
}

#header-images, #header-video {
    position: relative;
    height: 100vh;
}
#header-video video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
#header-images-items .header-images-item.slick-slide {
    height: 100vh;
}

.sb-item {
    overflow: hidden;
}
.sb-item .special-title {
    margin:0 auto;
    max-width:1360px;
    padding:0 36px 64px 36px;
}
.sb-item .special-title span.first-line {
    display: block;
    text-align: left;
}
.sb-item .special-title span.second-line {
    display: block;
    text-align: right;
    padding-top:8px;
}

.sb-item.dark {
    background:#e0dacc;
}
.sb-item.bright {
    background:#f9f6f1;
}

.sb-item:nth-child(1) > * {
    padding-top:128px !important;
}
.sb-item:nth-last-child(1) .sbi-ifull.big {
    padding-bottom:0 !important;
}

.sbi-tfull, .sbi-blog-title, .sbi-blog-button, .sbi-customers-title, .special-title, .sbi-stiles-title, .sbi-team-title, .sbi-numbers-title, .sbi-contact, .sbi-icount, .sbi-quote, .sbi-tlir, .sbi-iltr, .sbi-cta, .sbi-video, .sbi-ifull, .sbi-tiles-title, .sbi-tiles-text, .sbi-tltr, .sbi-acc-title, .sbi-comparison, .sbi-acc-item, .sbi-customers-item {
    opacity:0;
    transform: translateY(100px);
    transition:all 1.2s ease;
}
.slidein.sbi-tfull, .slidein.sbi-blog-title, .slidein.sbi-blog-button, .slidein.sbi-customers-title, .slidein.special-title, .slidein.sbi-stiles-title, .slidein.sbi-team-title, .slidein.sbi-numbers-title, .slidein.sbi-contact, .slidein.sbi-icount, .slidein.sbi-quote, .slidein.sbi-tlir, .slidein.sbi-iltr, .slidein.sbi-cta, .slidein.sbi-video, .slidein.sbi-ifull, .slidein.sbi-tiles-title, .slidein.sbi-tiles-text, .slidein.sbi-tltr, .slidein.sbi-acc-title, .slidein.sbi-comparison, .slidein.sbi-acc-item, .slidein.sbi-customers-item {
    opacity:1;
    transform: translateY(0);
    transition:all 1.2s ease;
}

.sbi-tfull {
    margin:0 auto;
    padding:64px 36px 38px 36px;
    max-width:872px;
}

.sbi-stiles {
    margin:0 auto;
    padding:64px 36px 44px 36px;
    max-width:1512px;
}
.sbi-stiles .sbi-stiles-items {
    display: flex;
    flex-wrap: wrap;
    margin:0 -10px;
    padding-top:16px;
}
.sbi-stiles .sbi-stiles-items .sbi-stiles-item-sizer {
    width:calc(33.333% - 20px);
    margin:0 10px 20px 10px;
}
.sbi-stiles .sbi-stiles-items .sbi-stiles-item {
    position: relative;
    width:calc(50% - 20px);
    border-radius:32px;
    min-height:400px;
    border:3px solid #f9f6f1;
    margin:0 10px 20px 10px;
}
.sbi-stiles .sbi-stiles-items .sbi-stiles-item h3 {
    transform:translateY(0);
    transition:all .8s ease;
}
.sbi-stiles .sbi-stiles-items .sbi-stiles-item:hover h3{
    transform:translateY(-24px);
    transition:all .8s ease;
}
.sbi-stiles .sbi-stiles-items .sbi-stiles-item.twothird {
    width:calc(66.666% - 20px);
}
.sbi-stiles .sbi-stiles-items .sbi-stiles-item.onethird {
    width:calc(33.333% - 20px);
}
.sbi-stiles .sbi-stiles-items .sbi-stiles-item.half {
    width:calc(50% - 20px);
}
.sbi-stiles .sbi-stiles-items .sbi-stiles-item.full {
    width:calc(100% - 20px);
}
.sbi-stiles .sbi-stiles-items .sbi-stiles-item.ls {
    min-height:400px;
}
.sbi-stiles .sbi-stiles-items .sbi-stiles-item.por {
    min-height:820px;
}
.sbi-stiles .sbi-stiles-items .sbi-stiles-item a {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:32px;
    text-decoration: none;
}

#services-archive {
    margin:0 auto;
    padding:176px 36px 68px 36px;
    max-width:1512px;
}
#services-archive-title {
    margin:0 auto;
    padding-bottom:54px;
    max-width:960px;
}
#services-archive-items .services-archive-item {
    margin-bottom:96px;
    min-height:500px;
    position: relative;
    border:3px solid #f9f6f1;
    border-radius:32px;
}
#services-archive-items .services-archive-item a {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display: flex;
    text-decoration: none;
}
#services-archive-items .services-archive-item:nth-child(even) a {
    justify-content: flex-end;
    align-items: center;
}
#services-archive-items .services-archive-item:nth-child(odd) a {
    justify-content: flex-start;
    align-items: center;
}
#services-archive-items .services-archive-item .services-archive-item-img {
    position: absolute;
    top:48px;
    width:400px;
    height:400px;
    border-radius:32px;
    border:3px solid #f9f6f1;
    will-change: transform;
    transform-origin: center center;
    box-shadow: 0 0 50px 0 rgba(0,0,0,.1);
    z-index: 2;
}
#services-archive-items .services-archive-item:nth-child(even) .services-archive-item-img {
    left:64px;
    transform: rotate(-16deg);
}
#services-archive-items .services-archive-item:nth-child(odd) .services-archive-item-img {
    right:64px;
    transform: rotate(16deg);
}
#services-archive-items .services-archive-item .services-archive-item-img img {
    display: block;
}
#services-archive-items .services-archive-item .services-archive-item-text {
    width:60%;
    padding:48px;
}
#services-archive-items .services-archive-item .services-archive-item-button {
    position: absolute;
    bottom:24px;
    background:#f9f6f1;
    padding:4px 32px;
    font-family: 'Lexend-SemiBold';
    font-size: 18px;
    line-height: 26px;
    color: #343434;
    border-radius:8px;
    z-index: 1;
}
#services-archive-items .services-archive-item:nth-child(even) .services-archive-item-button {
    right:24px;
}
#services-archive-items .services-archive-item:nth-child(odd) .services-archive-item-button {
    left:24px;
}

.sbi-blog, #blog-archive {
    margin:0 auto;
    padding:64px 36px;
    max-width:1512px;
}
#blog-archive {
    padding-top:176px;
    overflow: hidden;
}
.sbi-blog .sbi-blog-items, #blog-archive-items {
    display: flex;
    flex-wrap: wrap;
    margin:0 -10px;
}
.sbi-blog .sbi-blog-items {
    padding-top:32px;
}
.sbi-blog .sbi-blog-items .sbi-blog-item, #blog-archive-items .blog-archive-item {
    background:#f9f6f1;
    border:3px solid #b4ad9a;
    border-radius:32px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: flex-end;
    min-height: 528px;
    margin:0 10px 20px 10px;
}
.sbi-blog .sbi-blog-items .sbi-blog-item .sbi-blog-item-text {
    max-width:50%;
    margin-bottom:64px;
}
#blog-archive-items .blog-archive-item .blog-archive-item-text {
    margin-bottom:48px;
}
#blog-archive-items .blog-archive-item {
    width:calc(50% - 20px);
}
.sbi-blog .sbi-blog-items .sbi-blog-item:nth-child(3) .sbi-blog-item-text {
    max-width:100%;
}
#blog-archive-items .blog-archive-item .blog-archive-item-text {
    max-width:100%;
}
#blog-archive-items .blog-archive-item:nth-child(1) .blog-archive-item-text {
    max-width:50%;
}
.sbi-blog .sbi-blog-items .sbi-blog-item:nth-child(1), #blog-archive-items .blog-archive-item:nth-child(1) {
    width:calc(100% - 20px);
}
#blog-archive-items .blog-archive-item .blog-archive-item-img {
    position: absolute;
    top:-48px;
    right:-48px;
    width:320px;
    height:320px;
    border-radius:48px;
}
.sbi-blog .sbi-blog-items .sbi-blog-item:nth-child(1) .sbi-blog-item-img, #blog-archive-items .blog-archive-item:nth-child(1) .blog-archive-item-img {
    position: absolute;
    top:-216px;
    right:-76px;
    width:640px;
    height:640px;
    border-radius:48px;
}
.sbi-blog .sbi-blog-items .sbi-blog-item:nth-child(2) {
    width:calc(66.666% - 20px);
}
.sbi-blog .sbi-blog-items .sbi-blog-item:nth-child(2) .sbi-blog-item-img {
    position: absolute;
    top:-48px;
    right:-56px;
    width:460px;
    height:460px;
    border-radius:48px;
}
.sbi-blog .sbi-blog-items .sbi-blog-item:nth-child(3) {
    width:calc(33.333% - 20px);
}
.sbi-blog .sbi-blog-items .sbi-blog-item:nth-child(3) .sbi-blog-item-img {
    position: absolute;
    top:-96px;
    right:-42px;
    width:320px;
    height:320px;
    border-radius:48px;
}
.sbi-blog .sbi-blog-items .sbi-blog-item a, #blog-archive-items .blog-archive-item a {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-decoration: none;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    padding:48px;
}
.sbi-blog .sbi-blog-items .sbi-blog-item .sbi-blog-item-rm, #blog-archive-items .blog-archive-item .blog-archive-item-rm {
    position: absolute;
    bottom:32px;
    right:32px;
    width:48px;
    height:48px;
    background:url(images/link-dot.svg) no-repeat center center;
    background-size:48px 48px;
    pointer-events: none;
}
.sbi-blog .sbi-blog-items .sbi-blog-item span.sbi-blog-item-cat, #blog-archive-items .blog-archive-item span.sbi-blog-item-cat {
    position: absolute;
    top:48px;
    left:48px;
    font-family: 'Lexend-SemiBold';
    font-size:14px;
    line-height:20px;
    color:#343434;
    padding:10px 20px;
    border-radius:8px;
    background:#ccc;
    z-index: 3;
}
.sbi-blog .sbi-blog-button {
    text-align: center;
}
.sbi-blog .sbi-blog-button a {
    display: inline-block;
    font-family: 'Lexend-Bold';
    font-size:16px;
    line-height:24px;
    color:#c36114;
    text-decoration: none;
    padding:8px 24px;
    border:3px solid #c36114;
    border-radius:8px;
    background:transparent;
    transition:all .4s ease;
}
.sbi-blog .sbi-blog-button a:hover {
    color:#fff;
    background:#c36114;
    transition:all .4s ease;
}

.sbi-customers {
    margin: 0 auto;
    padding: 64px 36px 44px 36px;
    max-width: 1512px;
}
.sbi-customers-items {
    display: flex;
    flex-wrap: wrap;
    margin:0 -10px;  
    padding-top: 16px;
}
.sbi-customers-items .sbi-customers-item {
    margin:0 10px 20px 10px;
}
.sbi-customers-items .sbi-customers-item.cnumbers {
    width:calc(33.333% - 20px);
    padding:48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background:#f9f6f1;
    border:3px solid #b4ad9a;
    border-radius:32px;
    overflow: hidden;
    position: relative;
}
.sbi-customers-items .sbi-customers-item.cright {
    width:calc(66.666% - 20px);
}
.sbi-customers-items .sbi-customers-item .sbi-customers-item-clogos, .sbi-customers-items .sbi-customers-item .sbi-customers-item-ctesti {
    background:#f9f6f1;
    border:3px solid #b4ad9a;
    border-radius:32px;
    overflow: hidden;
    position: relative;
    min-height: 420px;
    padding:20px 0;
}
.sbi-customers-items .sbi-customers-item .sbi-customers-item-clogos {
    margin-bottom:20px;
}
.sbi-customers-items .sbi-customers-item.cnumbers .sbi-cnumbers-items .sbi-cnumbers-item {
    text-align: center;
    margin-bottom:48px;
}
.sbi-customers-items .sbi-customers-item .sbi-customers-item-clogos {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.sbi-clogos-items.reverse .slick-track {
    display: flex;
    flex-direction: row-reverse;
}
.sbi-clogos-items.crow-1 {
    margin-bottom:64px;
}
.sbi-clogos-items .sbi-clogos-item {
    margin:0 20px;
}
.sbi-clogos-items .sbi-clogos-item img {
    max-height:96px;
    width:auto;
}
.sbi-ctesti-items .slick-list {
    padding:0 32px;
}
.sbi-ctesti-items .sbi-ctesti-item {
    width:calc(50% - 20px);
    position: relative;
    background:#f0f0f0;
    border-radius:48px;
    padding:76px 40px 40px 40px;
    margin:66px 10px 0 10px;
}
.sbi-ctesti-items .sbi-ctesti-item .sbi-ctesti-item-img {
    position: absolute;
    top:-66px;
    left:50%;
    transform: translateX(-50%);
    width:132px;
    height:132px;
    border-radius:50%;
    overflow: hidden;
}

.sbi-team {
    margin:0 auto;
    padding:64px 36px 2px 36px;
    max-width:1280px;
}
.sbi-team .sbi-team-items {
    display: flex;
    flex-wrap: wrap;
    margin:0 -20px;
    padding-top:12px;
}
.sbi-team .sbi-team-items .sbi-team-item {
    width:calc(33.333% - 36px);
    margin:0 18px 56px 18px;
    text-align: center;
}
.sbi-team .sbi-team-items .sbi-team-item .sbi-team-item-img {
    position: relative;
    margin-bottom:16px;
    border-radius: 32px;
    border: 3px solid #f9f6f1;
    overflow: hidden;
}
.sbi-team .sbi-team-items .sbi-team-item .sbi-team-item-img-rollover {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    opacity:0;
    transition:all .8s ease;
}
.sbi-team .sbi-team-items .sbi-team-item:hover .sbi-team-item-img-rollover {
    opacity:1;
    transition:all .8s ease;
}
.sbi-team .sbi-team-items .sbi-team-item .sbi-team-item-img img, .sbi-team .sbi-team-items .sbi-team-item .sbi-team-item-img-rollover img {
    display: block;
}
.sbi-team .sbi-team-items .sbi-team-item .sbi-team-item-name {
    position: absolute;
    bottom:0;
    left:0;
    width:100%;
    background:rgba(255,249,237,.6);
    padding:20px 32px;
}

.sbi-numbers {
    margin:0 auto;
    padding:64px 36px 2px 36px;
    max-width:1440px;
}
.sbi-numbers.no-title {
    padding:128px 36px 68px 36px;
}
.sbi-numbers .sbi-numbers-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin:0 -30px;
}
.sbi-numbers.cols-2 .sbi-numbers-items .sbi-numbers-item {
    width:calc(50% - 60px);
    margin:0 30px 62px 30px;
}
.sbi-numbers.cols-3 .sbi-numbers-items .sbi-numbers-item {
    width:calc(33.333% - 60px);
    margin:0 30px 62px 30px;
}
.sbi-numbers.cols-4 .sbi-numbers-items .sbi-numbers-item {
    width:calc(25% - 60px);
    margin:0 30px 62px 30px;
}
.sbi-numbers .sbi-numbers-items .sbi-numbers-item .sbi-numbers-item-number {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom:24px;
}
.sbi-numbers .sbi-numbers-items .sbi-numbers-item .sbi-numbers-item-number span.count {
    font-family: 'Lexend-Bold';
    font-size:200px;
    line-height:200px;
    color:#343434;
}
.sbi-numbers .sbi-numbers-items .sbi-numbers-item .sbi-numbers-item-number span.count-unit {
    margin-left:12px;
    font-family: 'Lexend-Bold';
    font-size:24px;
    line-height:32px;
    color:#343434;
}
.sbi-numbers.cols-4 .sbi-numbers-items .sbi-numbers-item .sbi-numbers-item-number span.count {
    font-size:56px;
    line-height:56px;
}
.sbi-numbers.cols-4 .sbi-numbers-items .sbi-numbers-item .sbi-numbers-item-number span.count-unit {
    margin-left:8px;
    font-size:24px;
    line-height:32px;
}
.sbi-numbers.color-orange .sbi-numbers-items .sbi-numbers-item .sbi-numbers-item-number span.count, .sbi-numbers.color-orange .sbi-numbers-items .sbi-numbers-item .sbi-numbers-item-number span.count-unit {
    color:#c36114;
}

.sbi-ifull.small {
    margin:0 auto;
    padding:64px 36px;
    max-width:1438px;
}
.icount-1 .slick-dots {
    display: none !important;
}

.sbi-quote {
    margin:0 auto;
    padding:128px 36px;
    max-width:1252px;
}

.sbi-acc {
    margin:0 auto;
    padding:64px 36px;
    max-width:1438px;
}
.sbi-acc .sbi-acc-items .sbi-acc-item {
    border-bottom:1px solid #343434;
}
.sbi-acc .sbi-acc-items .sbi-acc-item:nth-child(1) {
    border-top:1px solid #343434;
}
.sbi-acc .sbi-acc-items .sbi-acc-item .sbi-acc-item-trigger {
    position: relative;
    padding:22px 72px 22px 0;
    cursor: pointer;
}
.sbi-acc .sbi-acc-items .sbi-acc-item .sbi-acc-item-trigger:after {
    content:"";
    position: absolute;
    top:50%;
    right:0;
    width:32px;
    height:32px;
    margin-top:-16px;
    background:url(images/plus.svg) no-repeat center center;
    background-size:32px 32px;
    transform: rotate(0deg);
    transition:all .4s ease;
}
.sbi-acc .sbi-acc-items .sbi-acc-item .sbi-acc-item-trigger.active:after {
    transform: rotate(45deg);
    transition:all .4s ease;
}
.sbi-acc .sbi-acc-items .sbi-acc-item .sbi-acc-item-toggle {
    display: none;
}

.sbi-tiles {
    margin:0 auto;
    padding:64px 36px 2px 36px;
    max-width:1438px;
}
.sbi-tiles.bgline {
    padding:64px 36px 24px 36px;
}
.sbi-tiles .sbi-tiles-text {
    margin:0 auto;
    max-width:640px;
}
.sbi-tiles .sbi-tiles-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin:0 -36px;
}
.sbi-tiles .sbi-tiles-items .sbi-tiles-item {
    width:calc(33.333% - 72px);
    margin:0 36px 62px 36px;
}
.sbi-tiles.bgline .sbi-tiles-items {
    margin:0 -10px;
}
.sbi-tiles.bgline .sbi-tiles-items .sbi-tiles-item {
    width:calc(33.333% - 20px);
    border:1px solid #c36114;
    background:#fff;
    margin:0 10px 20px 10px;
    padding:20px 26px 32px 26px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition:all .4s ease;
}
.sbi-tiles.bgline .sbi-tiles-items .sbi-tiles-item.has-link:hover {
    border:1px solid #343434;
    background:#343434;
    transition:all .4s ease;
}
.sbi-tiles .sbi-tiles-items .sbi-tiles-item a {
    text-decoration: none;
}
.sbi-tiles .sbi-tiles-items .sbi-tiles-item .sbi-tiles-item-icon {
    margin-bottom:8px;
}
.sbi-tiles.bgline .sbi-tiles-items .sbi-tiles-item a .sbi-tiles-item-icon {
    filter:none;
}
.sbi-tiles.bgline .sbi-tiles-items .sbi-tiles-item a:hover .sbi-tiles-item-icon {
    filter:brightness(1000);
}
.sbi-tiles.bgline .sbi-tiles-items .sbi-tiles-item .sbi-tiles-item-icon img {
    display: block;
    margin:0 auto;
}
.sbi-tiles .sbi-tiles-items .sbi-tiles-item .sbi-tiles-item-button {
    text-align: left;
    font-size:0;
    padding-top:20px;
}
.sbi-tiles .sbi-tiles-items .sbi-tiles-item .sbi-tiles-item-button a {
    display: inline-block;
    font-family: 'Lexend-Bold';
    font-size:16px;
    line-height:24px;
    color:#c36114;
    text-decoration: none;
    padding-right:29px;
    background:url(images/button-arrow.svg) no-repeat center right;
    background-size:21px 10px;
    transform: translateX(0);
    transition:all .4s ease;
}
.sbi-tiles .sbi-tiles-items .sbi-tiles-item .sbi-tiles-item-button a:hover {
    transform: translateX(6px);
    transition:all .4s ease;
}

.sbi-tlir.small, .sbi-iltr.small {
    margin:0 auto;
    padding:64px 36px 38px 36px;
    max-width:1438px;
}
.sbi-tlir-inner, .sbi-iltr-inner {
    display: flex;
    flex-wrap: wrap;
}
.sbi-tlir.small .sbi-tlir-inner, .sbi-iltr.small .sbi-iltr-inner {
    margin:0 -20px;
}
.sbi-tlir-inner .sbi-tlir-img, .sbi-tlir-inner .sbi-tlir-text, .sbi-iltr-inner .sbi-iltr-img, .sbi-iltr-inner .sbi-iltr-text {
    width:50%;
}
.sbi-tlir.small .sbi-tlir-inner .sbi-tlir-img, .sbi-tlir.small .sbi-tlir-inner .sbi-tlir-text, .sbi-iltr.small .sbi-iltr-inner .sbi-iltr-img, .sbi-iltr.small .sbi-iltr-inner .sbi-iltr-text {
    width:calc(50% - 40px);
    margin:0 20px;
}
.sbi-tlir-inner .sbi-tlir-img {
    order:2;
}
.sbi-tlir-inner .sbi-tlir-text {
    order:1;
}
.sbi-tlir.big .sbi-tlir-inner .sbi-tlir-text, .sbi-iltr.big .sbi-iltr-inner .sbi-iltr-text {
    padding:148px 110px;
}
.sbi-tlir.small .sbi-tlir-inner .sbi-tlir-text, .sbi-iltr.small .sbi-iltr-inner .sbi-iltr-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sbi-tltr {
    margin:0 auto;
    padding:64px 36px 38px 36px;
    max-width:1438px;
}
.sbi-tltr .sbi-tltr-inner {
    display: flex;
    flex-wrap: wrap;
    margin:0 -20px;
}
.sbi-tltr .sbi-tltr-inner .sbi-tltr-title, .sbi-tltr .sbi-tltr-inner .sbi-tltr-text {
    width:calc(50% - 40px);
    margin:0 20px;
}

.sbi-video {
    margin:0 auto;
    padding:64px 36px;
    max-width:1032px;
}
.sbi-video video {
    width:100%;
    height:auto;
    border-radius:12px;
}
.sbi-video .sbi-video-frame {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.sbi-video .sbi-video-frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius:24px;
}
.sbi-video .plyr--video {
    border-radius:24px;
}
.sbi-video .plyr__controls {
    font-family: 'Lexend-Regular';
}
.plyr__control--overlaid {
    background: none !important;
    border-radius:0 !important;
    opacity:1 !important;
    padding:0 !important;
} 
.plyr__control.plyr__control--overlaid svg {
    width: 128px !important;
    height: 128px !important;
    transition: all .3s ease;
}
.plyr__control, .plyr__volume, .plyr__progress {
    --plyr-color-main: #c36114;
}
.plyr__control.plyr__control--overlaid svg {
    fill: #c36114 !important;
    transition: all .3s ease;
}
.plyr__control.plyr__control--overlaid:hover svg {
    fill: #c36114 !important;
    transition: all .3s ease;
}
*::-webkit-media-controls-panel {
    background-color: #c36114 !important;
}

.sbi-cta {
    background:#343434;
    padding:52px 36px;
}
.sbi-cta .sbi-cta-inner {
    margin:0 auto;
    max-width:1366px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.sbi-cta .sbi-cta-inner .sbi-cta-text {
    margin-right:20px;
}
.sbi-cta .sbi-cta-inner .sbi-cta-button {
    margin-left:20px;
}

.sbi-icount {
    margin:0 auto;
    padding:128px 36px;
    max-width:712px;
}
.sbi-icount span {
    display: block;
}
span.sbi-icount-before, span.sbi-icount-after {
    font-family: 'Lexend-Regular';
    font-size:72px;
    line-height:96px;
    color:#343434;
    text-align: center;
}
span.icount {
    font-family: 'playfair_displaybold';
    font-size:250px;
    line-height:250px;
    letter-spacing:8px;
    color:#343434;
    font-style: italic;
    text-align: center;
    margin-bottom:16px;
    padding-top:48px;
}

.sbi-contact {
    margin: 0 auto;
    padding: 64px 36px;
    max-width: 1180px;
}
.sbi-contact-text {
    margin: 0 auto;
    max-width: 800px;
}
.sbi-contact .sbi-contact-inner {
    display: flex;
    flex-wrap: wrap;
    margin:0 -20px;
    padding-top:32px;
}
.sbi-contact .sbi-contact-inner .sbi-contact-address {
    width:340px;
    margin:0 20px;
}
.sbi-contact .sbi-contact-inner .sbi-contact-form {
    width:calc(100% - 420px);
    margin:0 20px;
}

.sbi-comparison {
    padding:64px 36px;
}
.sbi-comparison-frame {
    position: relative;
    margin:0 auto;
    max-width:1440px;
    aspect-ratio:16/9;
    border-radius: 32px;
    border: 3px solid #b4ad9a;
    overflow: hidden;
}
.sbi-comparison-img {
    position: absolute;
    left:0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.sbi-comparison-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img-comp-slider {
    position: absolute;
    z-index: 9;
    cursor: ew-resize;
    width: 40px;
    height: 40px;
    background-color: #c36114;
    opacity: 0.85;
    border-radius: 50%;
}

.sbi-button {
    text-align: left;
    font-size:0;
    padding-top:12px;
}
.sbi-tfull .sbi-button {    
    text-align: center;
    margin-bottom:26px;
}
.sbi-cta .sbi-button { 
    padding-top:0;   
    text-align: right;
}
.sbi-button a {
    display: inline-block;
    font-family: 'Lexend-Bold';
    font-size:16px;
    line-height:24px;
    color:#c36114;
    text-decoration: none;
    padding: 8px 24px;
    border:3px solid #c36114;
    border-radius: 8px;
    background:transparent;
    transition:all .4s ease;
}
.sbi-cta .sbi-button a {
    color:#fff;
    background:#c36114;
}
.sbi-button a:hover {
    background:#c36114;
    color:#fff;
    transition:all .4s ease;
}
.sbi-cta .sbi-button a:hover {
    color:#343434;
    background:#fff;
    border:3px solid #fff;
}

#ref-archive {
    padding-top:176px;
    overflow: hidden;
}
#ref-archive-title {
    margin:0 auto;
    padding:0 36px;
    max-width:1032px;
}
#ref-archive-items {
    display: flex;
    flex-wrap: wrap;
    margin:0 -10px;
}
#ref-archive-items .ref-archive-item {
    width:calc(25% - 20px);
    position: relative;
    margin:0 10px 20px 10px;
}
#ref-archive-items .ref-archive-item img {
    display: block;
}
#ref-archive-items .ref-archive-item a {
    display: block;
    text-decoration: none;
}
#ref-archive-items .ref-archive-item a:after {
    content:"";
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0);
    transition:all .6s ease;
    z-index:1;
}
#ref-archive-items .ref-archive-item:hover a:after {
    background:rgba(0,0,0,.3);
    transition:all .6s ease;
}
#ref-archive-items .ref-archive-item h2 {
    position: absolute;
    top:90%;
    left:50%;
    transform: translate(-50%,-50%);
    padding:32px 0;
    width:80%;
    opacity:0;
    transition:all .6s ease;
    z-index:2;
}
#ref-archive-items .ref-archive-item:hover h2 {
    top:50%;
    opacity:1;
    transition:all .6s ease;
}

#ref-single-header {
    position: relative;
    height:100vh;
}
#ref-single-header:after {
    content:"";
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.24); 
    z-index:1;
}
#ref-single-header #ref-single-header-title {
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,calc(-50% + 120px));
    opacity:0;
    width:1280px;
    z-index:2;
}
.loaded #ref-single-header #ref-single-header-title {
    transform: translate(-50%,-50%);
    opacity: 1;
    transition:all 1.2s ease;
}
#ref-single {
    margin:0 auto;
    padding:90px 36px 58px 36px;
    max-width:1512px;
}
#ref-single #ref-single-content {
    display: flex;
    flex-wrap: wrap;
    margin:0 -80px;
}
#ref-single #ref-single-content #ref-single-content-text {
    width:calc(100% - 840px);
    margin:0 80px;
}
#ref-single #ref-single-content #ref-single-content-info {
    width:520px;
    margin:0 80px;
}
#ref-single #ref-single-content #ref-single-content-info #ref-single-content-info-items {
    column-count: 2;
    column-gap: 24px;
}
#ref-single #ref-single-content #ref-single-content-info #ref-single-content-info-items .ref-single-content-info-item {
    break-inside: avoid-column;
    margin-bottom:16px;
}
#ref-single-slider {
    background:#f9f6f1;
    padding:90px 0;
}
#ref-single-slider .slick-track {
    padding-left:90px;
}
#ref-single-slider .ref-single-slider-item.slick-slide {
    margin-right:20px;
}
#ref-single-slider .ref-single-slider-item.slick-slide img {
    height:480px;
}
#ref-single-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:90px;
}

#search-archive {
    margin:0 auto;
    padding:176px 36px 128px 36px;
    max-width:1032px;
}
#search-archive #search-items {
    margin-top:64px;
    border-top:1px solid #343434;
} 
#search-archive #search-items .search-item {
    border-bottom:1px solid #343434;
} 
#search-archive #search-items .search-item a {
    display: block;
    padding:8px 16px;
    font-family: 'Lexend-Regular';
    font-size:20px;
    line-height:28px;
    color:#343434;
    text-decoration: none;
    background: transparent;
    transition: all .4s ease;
}
#search-archive #search-items .search-item a:hover {
    background: #f9f6f1;
    transition: all .4s ease;
}

span.sbi-ctitle, span.sbi-stiles-item-ctitle, span.sbi-blog-item-date, span.services-archive-item-ctitle, span#ref-ctitle, span#services-ctitle {
    display: block;
    font-family: 'Lexend-SemiBold';
    font-size:18px;
    line-height:26px;
    color:#343434;
    text-align: center;
    margin-bottom:12px;
}
.sbi-tlir span.sbi-ctitle, .sbi-iltr span.sbi-ctitle, #content .sbi-acc span.sbi-ctitle, #content .sbi-tlir h1, #content .sbi-iltr h1, #content .sbi-tlir h2, #content .sbi-iltr h2, #content .sbi-tltr h1, #content .sbi-tltr h2 {
    text-align: left;
}
span.services-archive-item-ctitle {
    color:#fff;
    text-align: left;
}
span.sbi-stiles-item-ctitle {
    font-size:16px;
    line-height:24px;
    text-align: left;
    margin-bottom:4px;
}
span.sbi-blog-item-date {
    font-size:14px;
    line-height:20px;
    text-align: left;
    margin-bottom:8px;
}
#content h1 {
    font-family: 'Playfair-Display-Medium';
    font-size:76px;
    line-height:96px;
    color:#343434;
    text-align: center;
    margin-bottom:24px;
}
#content .special-title h1 {
    margin-bottom:0;
}
#content .special-title h1 span.lexend-title {
    font-family: 'Lexend-Regular';
}
#content .special-title h1 span.playfair-title {
    font-family: 'Playfair-Display-Medium';
}
#content .special-title h1 span.title-green {
    color: #8bae73;
}
#content .special-title h1 span.title-blue {
    color: #93a6b4;
}
#content .sbi-tfull h1 {
    margin-bottom:48px;
}
#content .sbi-tfull.no-text h1 {
    margin-bottom:0;
}
#content #ref-archive-title h1 {
    margin-bottom:72px;
}
#content .sbi-acc h1, #content .sbi-acc h2 {
    text-align: left;
    margin-bottom:24px;
}
#content h2 {
    font-family: 'Playfair-Display-Medium';
    font-size:48px;
    line-height:56px;
    color:#343434;
    text-align: center;
    margin-bottom:16px;
}
#content .ref-archive-item h2 {
    font-family: 'Lexend-SemiBold';
    font-size:40px;
    line-height:48px;
    color:#fff;
    margin-bottom:0;
}
#content #ref-single-header-title h2 {
    font-size:120px;
    line-height:140px;
    color:#fff;
    margin-bottom:0;
    text-shadow: 0 0 20px rgba(0,0,0,.5);
}
#content #ref-single-content-text h2 {
    font-family: 'Lexend-SemiBold';
    font-size:24px;
    line-height:32px;
    text-align: left;
    margin-bottom:32px;
}
#content .sbi-cta h1, #content .sbi-cta h2 {
    font-family: 'Lexend-SemiBold';
    font-size:36px;
    line-height:46px;
    color:#fff;
    text-align: left;
    margin-bottom:12px;
}
#content h3 {
    font-family: 'Playfair-Display-Medium';
    font-size:24px;
    line-height:32px;
    color:#343434;
    margin-bottom:8px;
}
#content .lexend h3 {
    font-family: 'Lexend-Regular';
}
#content .blog-archive-item h3, #content .sbi-blog-item h3 {
    font-size:40px;
    line-height:48px;
    margin-bottom:0;
}
#content .sbi-ctesti-item h3 {
    font-family: 'Lexend-Bold';
    font-size:24px;
    line-height:32px;
    text-align: center;
    margin:0;
}
#content .sbi-stiles-item h3 {
    font-size:48px;
    line-height:56px;
    text-align: center;
    margin:0;
}
#content .sbi-stiles-item.white h3 {
    color:#fff;
}
#content .sbi-stiles-item.black h3 {
    color:#343434;
}
#content .ref-single-content-info-item h3 {
    font-family: 'Lexend-Bold';
    font-size:20px;
    line-height:28px;
    margin-bottom:2px;
}
#content .sbi-numbers-item h3 {
    font-family: 'Lexend-Regular';
    font-size:24px;
    line-height:32px;
    text-align: center;
    margin:0;
}
#content .cols-4 .sbi-numbers-item h3 {
    font-size:18px;
    line-height:26px;
    margin:0;
}
#content .services-archive-item-text h3 {
    font-size:56px;
    line-height:56px;
    color:#fff;
    margin-bottom:24px;
}
#content .sbi-quote h3 {
    font-family: 'Lexend-Bold';
    font-size:20px;
    line-height:28px;
    text-align: center;
    padding-top:56px;
    margin:0;
}
#content .sbi-acc-item-trigger h3 {
    font-family: 'Lexend-Bold';
    font-size:20px;
    line-height:28px;
    margin:0;
}
#content .sbi-acc-item-trigger h3 span {
    font-family: 'Lexend-Regular';
}
#content .sbi-tiles-item-text h3 {
    font-family: 'Lexend-Bold';
    font-size:20px;
    line-height:28px;
    margin-bottom:12px;
    margin:0;
}
#content .bgline .sbi-tiles-item h3 {
    font-size:18px;
    line-height:26px;
    color:#c36114;
    text-align: center;
    margin-bottom:16px;
    transition:all .4s ease;
}
#content .bgline .sbi-tiles-item a:hover h3 {
    color:#fff;
    transition:all .4s ease;
}
#content .black .services-archive-item-text h3 {
    color:#343434;
}
#content .sbi-team-item-name h3, #content .sbi-contact-address h3 {
    font-family: 'Lexend-Bold';
    font-size:24px;
    line-height:32px;
    text-align: center;
    margin:0;
}
#content .sbi-cnumbers-item h3 {
    font-family: 'Lexend-Bold';
    font-size:18px;
    line-height:26px;
    margin:0;
}
#content .sbi-contact-address h3 {
    text-align: left;
    margin-bottom:24px;
}
.sbi-cnumbers-item-number span {
    display: inline-block;
    font-family: 'Lexend-Bold';
    font-size: 56px;
    line-height: 56px;
    color: #c36114;
    margin-bottom:8px;
}
#content .sbi-ctesti-item h4 {
    font-family: 'Lexend-Regular';
    font-size:24px;
    line-height:32px;
    text-align: center;
    color:#343434;
}
#content .sbi-team-item h4, #content .sbi-contact-address h4 {
    font-family: 'Lexend-SemiBold';
    font-size:18px;
    line-height:26px;
    color:#343434;
}
#content p {
    font-family: 'Lexend-Regular';
    font-size:18px;
    line-height:26px;
    color:#343434;
    margin-bottom:26px;
}
#content .sbi-team-item p {
    font-size:16px;
    line-height:24px;
    padding-top:8px;
}
#content .ref-single-content-info-item p, #content .sbi-team-item p, #content .sbi-tiles-item p, #content .sbi-cta p {
    margin-bottom:0;
}
#content .services-archive-item-text p, #content .sbi-cta p {
    color:#fff;
}
#content .sbi-cta p {
    font-size:24px;
    line-height:32px;
}
#content .sbi-quote p, #content .sbi-quote p:before, #content .sbi-quote p:after {
    font-family: 'playfair_displaybold';
    font-size:64px;
    line-height:76px;
    text-align: center;
    margin:0;
}
#content .bgline .sbi-tiles-item p {
    font-family: 'Lexend-Regular';
    font-size:16px;
    line-height:24px;
    text-align: center;
    transition:all .4s ease;
}
#content .bgline .sbi-tiles-item a:hover p {
    color:#fff;
    transition:all .4s ease;
}
#content .sbi-ctesti-item p {
    font-family: 'Lexend-Regular';
    font-size:16px;
    line-height:24px;
    text-align: center;
    margin:0;
    padding-top:12px;
}
#content .sbi-ctesti-item p:before, #content .sbi-ctesti-item p:after {
    font-family: 'Lexend-Regular';
    font-size:16px;
    line-height:24px;
    color:#343434;
}
#content .sbi-ctesti-item p:before, #content .sbi-quote p:before {
    content:"«";
}
#content .sbi-ctesti-item p:after, #content .sbi-quote p:after {
    content:"»";
}
#content .sbi-stiles-item p {
    hyphens:auto;
}
#content .black .services-archive-item-text p {
    color:#343434;
}
#content p a, #content ul li a, #content ol li a {
    text-decoration:none;
    color:#343434;
    border-bottom:1px solid #343434;
}
#content p a:hover, #content ul li a:hover, #content ol li a:hover {
    color:#c36114;
    border-bottom:1px solid transparent;
}
#content .sbi-team-item p a {
    display: inline-block;
    border-bottom:1px solid transparent;
    margin-top:4px;
}
#content .sbi-team-item p a:hover {
    border-bottom:1px solid #343434;
    color:#343434;
}
#content ul, #content ol {
    margin-bottom:26px;
    padding-left:24px;
}
#content ul li {
    font-family: 'Lexend-Regular';
    font-size:18px;
    line-height:26px;
    color:#343434;
    list-style: disc;
}
#content ol li {
    font-family: 'Lexend-Regular';
    font-size:18px;
    line-height:26px;
    color:#343434;
    list-style: decimal;
}

.form-elements {
    display: flex;
    flex-wrap: wrap;
    margin:0 -10px;
}
#footer-top-form .form-elements {
    flex-wrap: nowrap;
}
.form-elements .form-element {
    width:calc(50% - 20px);
    margin:0 10px 20px 10px;
}
.form-elements .form-element-full, .form-elements .form-element-submit {
    width:calc(100% - 20px);
    margin:0 10px 20px 10px;
}
.form-elements .form-element-submit {
    display: flex;
    justify-content: flex-end;
}
.form-elements .form-element-5-2 {
    width:calc(50% - 33px);
    margin:0 10px;
}
.form-elements .form-element-5-1 {
    width:32px;
    margin:0 10px;
}
.wpcf7-form label {
    display: block;
    font-family: 'Lexend-SemiBold';
    font-size:18px;
    line-height:26px;
    margin-bottom:8px;
}
.wpcf7-select {
    width:100%;
}
.wpcf7-text {
    width:100%;
    font-family: 'Lexend-Regular';
    font-size:18px;
    line-height:26px;
    padding:4px 0;
    color:#343434;
    background:none;
    border-bottom:1px solid #343434;
}
.wpcf7-textarea {
    width:100%;
    max-width:100%;
    min-width:100%;
    font-family: 'Lexend-Regular';
    font-size:18px;
    line-height:26px;
    color:#343434;
    background:none;
    border-bottom:1px solid #343434;
}
#footer-top-form .wpcf7-text {
    font-size:20px;
    line-height:28px;
    padding:0;
    color:#fff;
    border-bottom:1px solid #fff;
}
.wpcf7-submit {
    display: inline-block;
    font-family: 'Lexend-Bold';
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    text-decoration: none;
    padding: 8px 24px;
    border-radius: 8px;
    background: #c36114;
    cursor: pointer;
    transition: all .4s ease;
    order:2;
}
.wpcf7-submit:hover {
    background: #343434;
    transition: all .4s ease;
}
#footer-top-form .wpcf7-submit {
    padding:0;
    font-size:0;
    width:32px;
    height:32px;
    background:url(images/link-dot.svg) no-repeat center center;
    background-size:32px 32px;
}
#footer-top-form .wpcf7-submit:hover {
    background:url(images/link-dot-b.svg) no-repeat center center;
    background-size:32px 32px;
}
.wpcf7-spinner {
    order:1;
}
#footer-top-form .wpcf7-spinner {
    display: none !important;
}
.wpcf7-not-valid-tip {
    font-family: 'Lexend-Bold';
    font-size: 12px !important;
    text-transform: uppercase;
    padding-top:4px;
}
.wpcf7 form .wpcf7-response-output {
	margin:16px 0 0 0 !important;
	padding:12px 16px !important;
    font-family: 'Lexend-Bold';
    font-size:16px;
    line-height:24px;
    text-align: center;
}
.wpcf7 form.sent .wpcf7-response-output {
	border: 2px solid #46b450 !important;
    color:#46b450 !important;
}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output, .wpcf7 form.spam .wpcf7-response-output, .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	border: 2px solid #dc3232 !important;
    color:#dc3232 !important;
}
::-webkit-input-placeholder {
    opacity: 1 !important;
    color:#343434;
}
::-moz-placeholder {
    opacity: 1 !important;
    color:#343434;
}
:-ms-input-placeholder {
    opacity: 1 !important;
    color:#343434;
}
:-moz-placeholder {
    opacity: 1 !important;
    color:#343434;
}
#footer-top-form ::-webkit-input-placeholder {
    color:#fff;
}
#footer-top-form ::-moz-placeholder {
    color:#fff;
}
#footer-top-form :-ms-input-placeholder {
    color:#fff;
}
#footer-top-form :-moz-placeholder {
    color:#fff;
}

#footer {
    background:#2c2826;
}
#footer-claim {
    background:#2c2826;
    padding:48px 88px 24px 88px;
    text-align: center;
}
#footer-claim span {
    display: inline-block;
    font-family: 'Playfair-Display-Medium';
    font-size: 56px;
    line-height: 56px;
    color: #fff;
}
#footer h3 {
    font-family: 'Lexend-Bold';
    font-size:20px;
    line-height:28px;
    color:#fff;
    text-transform: uppercase;
    margin-bottom:18px;
}
#footer #fsocials h3 {
    font-family: 'Lexend-SemiBold';
    font-size:16px;
    line-height:24px;
    text-transform: none;
    margin-right:24px;
    margin-bottom:0;
}
#footer p {
    font-family: 'Lexend-Regular';
    font-size:20px;
    line-height:28px;
    color:#fff;
    margin-bottom:0;
}
#footer #footer-top-form p {
    margin-bottom:24px;
}
#footer p a {
    color:#fff;
    text-decoration: none;
    border-bottom:1px solid #fff;
}
#footer p a:hover {
    border-bottom:1px solid transparent;
}
#footer #footer-top {
    margin:0 auto;
    padding:32px 88px 56px 88px;
    max-width:2560px;
}
#footer #footer-top #footer-top-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#footer #footer-top #footer-top-inner #footer-top-inner-left {
    display: flex;
}
#footer #footer-top #footer-top-inner #footer-top-inner-left #footer-top-logo {
    padding-top:8px;
    width:153px;
    margin-right:4.6875vw;
}
#footer #footer-top #footer-top-inner #footer-top-inner-left #footer-top-address {
    width:300px;
    margin-right:4.6875vw;
}
#footer #footer-top #footer-top-inner #footer-top-inner-left #footer-top-contact {
    width:300px;
}
#footer #footer-top #footer-top-inner #footer-top-inner-right #footer-top-form {
    max-width:600px;
}
#footer #footer-bottom {
    background:#2c2826;
}
#footer #footer-bottom #footer-bottom-inner {
    margin:0 auto;
    padding:28px 88px;
    max-width:2560px;
}
#footer #footer-bottom #footer-bottom-inner #footer-bottom-inner-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#footer #footer-bottom #fmenu {
    display: flex;
}
#footer #footer-bottom #fmenu span {
    font-family: 'Lexend-Regular';
    font-size:16px;
    line-height:24px;
    color:#fff;
}
#footer #footer-bottom #fmenu ul {
    text-align: left;
    font-size:0;
}
#footer #footer-bottom #fmenu ul li {
    display: inline-block;
}
#footer #footer-bottom #fmenu ul li:before {
    content:"|";
    display: inline-block;
    font-family: 'Lexend-Regular';
    font-size:16px;
    line-height:24px;
    color:#fff;
    margin:0 8px;
}
#footer #footer-bottom #fmenu ul li a {
    font-family: 'Lexend-Regular';
    font-size:16px;
    line-height:24px;
    color:#fff;
    text-decoration: none;
    border-bottom:1px solid transparent;
}
#footer #footer-bottom #fmenu ul li a:hover {
    border-bottom:1px solid #fff;
}
#footer #footer-bottom #fsocials {
    display: flex;
    align-items: center;
}
#footer #footer-bottom #fsocials #fsocials-items {
    display: flex;
    align-items: center;
    margin:0 -8px;
}
#footer #footer-bottom #fsocials #fsocials-items .fsocials-item {
    margin:0 8px;
}
#footer #footer-bottom #fsocials #fsocials-items .fsocials-item img {
    display: block;
    width:32px;
    height:32px;
}

.menu-trigger {
    display: none;
    position: absolute;
    top:50%;
    right:36px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    transform: translateY(-50%);
}
.menu-trigger span {
    display: block;
    width: 28px;
    height: 2px;
    background: #000;
    transition: all 0.3s ease;
    transform-origin: center;
}
.menu-trigger.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}
.menu-trigger.active span:nth-child(2) {
    opacity: 0;
}
.menu-trigger.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}
#mobile-menu {
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    max-height:100%;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    background: #e0dacc;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transform: translateY(-120%);
    transition:all .8s ease;
    z-index: 999;
}
#mobile-menu::-webkit-scrollbar {
    display: none;
}
#mobile-menu.mopen {
    transform: translateY(0);
    transition:all .8s ease;
}
#mobile-menu #mmenu {
    padding:76px 32px 32px 32px;
}
#mobile-menu #mmenu ul li {
    text-align: center;
    padding:12px 0;   
}
#mobile-menu #mmenu li a {
    font-family: 'Lexend-Bold';
    font-size:40px;
    line-height: 48px;
    color:#343434;
    text-decoration: none;
}
#mobile-menu #mmenu li.current-menu-item a, #mobile-menu #mmenu li.current_page_parent a {
    color:#c36114;
}
#mobile-menu #mmenu li .sub-menu {
    display: none;
}

.cky-title, .cky-preference-title, .cky-btn, .cky-accordion-btn, .cky-always-active {
    font-family: 'Lexend-SemiBold' !important;
}
.cky-notice-des p, .cky-preference-center p, .cky-preference-center ul li, .cky-preference-center ol li, .cky-btn-revisit-wrapper:before, .cky-btn-revisit-wrapper:after {
    font-family: 'Lexend-Regular';
}

@media only screen and (max-width:1920px) {
    #ref-archive-items .ref-archive-item {
        width:calc(33.333% - 20px);
    }
}
@media only screen and (max-width:1680px) {
    #content .ref-archive-item h2 {
        font-size: 32px;
        line-height: 40px;
    }
    #footer #footer-top #footer-top-inner #footer-top-inner-left {
        flex-wrap: wrap;
        width:50%
    }
    #footer #footer-top #footer-top-inner #footer-top-inner-left #footer-top-logo {
        width: 100%;
        margin-right:0; 
        margin-bottom:12px;
    }
    #footer #footer-top #footer-top-inner #footer-top-inner-right {
        padding-top:67px;
    }
}
@media only screen and (max-width:1520px) {
    #footer #footer-top {
        padding: 32px 36px 56px 36px;
    }
    #footer #footer-top #footer-top-inner #footer-top-inner-left #footer-top-address {
        margin-right: 2.35vw;
    }
    #footer #footer-bottom #footer-bottom-inner {
        padding: 28px 36px;
    }
}
@media only screen and (max-width:1440px) {
    .sbi-numbers .sbi-numbers-items .sbi-numbers-item .sbi-numbers-item-number span.count {
        font-size:150px;
        line-height:150px;
    }
    #content #ref-single-header-title h2 {
        font-size: 80px;
        line-height: 96px;
    }
    #content .ref-archive-item h2 {
        font-size: 28px;
        line-height: 36px;
    }
    #ref-single #ref-single-content {
        margin:0 -40px;
    }
    #ref-single #ref-single-content #ref-single-content-text {
        width:calc(100% - 680px);
        margin:0 40px;
    }
    #ref-single #ref-single-content #ref-single-content-info {
        width:520px;
        margin:0 40px;
    }
    #ref-single-slider .ref-single-slider-item.slick-slide img {
        height: 360px;
    }
}
@media only screen and (max-width:1360px) {
    #ref-single-header #ref-single-header-title {
        width: 100%;
        padding:0 36px;
    }
    .sbi-customers-items .sbi-customers-item.cnumbers {
        width: calc(100% - 20px);
        padding: 48px 48px 16px 48px;
    }
    .sbi-cnumbers-items {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin:0 -16px;
    }
    .sbi-customers-items .sbi-customers-item.cnumbers .sbi-cnumbers-items .sbi-cnumbers-item {
        width:calc(50% - 32px);
        margin:0 16px 32px 16px;
    }
    .sbi-customers-items .sbi-customers-item.cright {
        width: calc(100% - 20px);
    }
    #footer #footer-top #footer-top-inner #footer-top-inner-left {
        width: 33.333%;
    }
    #footer #footer-top #footer-top-inner #footer-top-inner-left #footer-top-address {
        width:100%;
        margin-right:0;
        margin-bottom:24px;
    }
    #footer #footer-top #footer-top-inner #footer-top-inner-left #footer-top-contact {
        width:100%;
    }
}
@media only screen and (max-width:1280px) {
    #header #header-inner #menu ul li {
        margin-left: 20px;
    }
    #content .ref-archive-item h2 {
        font-size: 24px;
        line-height: 32px;
    }
    #ref-single #ref-single-content #ref-single-content-text, #ref-single #ref-single-content #ref-single-content-info {
        width:calc(100% - 80px);
    }
    #ref-single #ref-single-content #ref-single-content-info #ref-single-content-info-items {
        column-count: 3;
    }
    #ref-single #ref-single-content #ref-single-content-info {
        padding-top:24px;
    }
    #services-archive-items .services-archive-item {
        margin-bottom: 48px;
    }
    #services-archive-items .services-archive-item .services-archive-item-img {
        width: 320px;
        height: 320px;
    }
    #services-archive-items .services-archive-item:nth-child(even) .services-archive-item-img {
        left:76px;
    }
    #services-archive-items .services-archive-item:nth-child(odd) .services-archive-item-img {
        right:76px;
    }
    .sbi-tlir.big .sbi-tlir-inner .sbi-tlir-text, .sbi-iltr.big .sbi-iltr-inner .sbi-iltr-text {
        padding: 64px 48px;
    }
    #footer #footer-top-form p {
        margin-bottom: 12px;
    }
    #footer #footer-top #footer-top-inner #footer-top-inner-left #footer-top-logo {
        display: none;
    }
}
@media only screen and (max-width:1180px) {
    #services-archive-items .services-archive-item .services-archive-item-text {
        width: 50%;
    }
    .sbi-numbers .sbi-numbers-items .sbi-numbers-item .sbi-numbers-item-number span.count {
        font-size:100px;
        line-height:100px;
    }
    .sbi-numbers .sbi-numbers-items .sbi-numbers-item .sbi-numbers-item-number {
        margin-bottom: 8px;
    }
    #content .sbi-numbers-item h3 {
        font-size: 20px;
        line-height: 28px;
    }
    .sbi-blog .sbi-blog-items .sbi-blog-item span.sbi-blog-item-cat, #blog-archive-items .blog-archive-item span.sbi-blog-item-cat {
        top: 32px;
        left: 32px;
    }
    .sbi-blog .sbi-blog-items .sbi-blog-item a, #blog-archive-items .blog-archive-item a {
        padding: 32px;
    }
    #blog-archive-items .blog-archive-item:nth-child(1) .blog-archive-item-text {
        max-width: 45%;
    }
}
@media only screen and (max-width:1080px) {
    #header #header-inner {
        padding: 12px 36px;
    }
    #header #header-inner #menu {
        display: none;
    }
    #header #header-inner #search-trigger {
        right: 96px;
    }
    #header #header-inner #hemail {
        right: 142px;
    }
    .menu-trigger {
        display: flex;
    }
    #header #header-inner #search-toggle {
        top: 76px;
        right: 12px;
    }
    #infobox #infobox-content #infobox-button a:hover {
        color:#fff;
        background:#c36114;
    }
    .sbi-stiles .sbi-stiles-items .sbi-stiles-item:hover h3 {
        transform:translateY(0);
    }
    .sbi-blog .sbi-blog-button a:hover {
        color:#c36114;
        background:transparent;
    }
    .sbi-tiles.bgline .sbi-tiles-items .sbi-tiles-item.has-link:hover {
        border:1px solid #c36114;
        background:#fff;
    }
    .sbi-tiles.bgline .sbi-tiles-items .sbi-tiles-item a:hover .sbi-tiles-item-icon {
        filter:none;
    }
    .sbi-tiles .sbi-tiles-items .sbi-tiles-item .sbi-tiles-item-button a:hover {
        transform: translateX(0);
    }
    .sbi-button a:hover {
        color:#c36114;
        background:transparent;
    }
    .sbi-cta .sbi-button a:hover {
        color:#fff;
        background:#c36114;
    }
    #ref-archive-items .ref-archive-item a:after, #ref-archive-items .ref-archive-item:hover a:after {
        background:rgba(0,0,0,.3);
    }
    #ref-archive-items .ref-archive-item h2, #ref-archive-items .ref-archive-item:hover h2 {
        top:50%;
        opacity:1;
        transition:all .6s ease;
    }
    #search-archive #search-items .search-item a:hover {
        background: transparent;
    }
    #content .bgline .sbi-tiles-item a:hover h3 {
        color:#c36114;
    }
    #content .bgline .sbi-tiles-item a:hover p {
        color:#c36114;
        transition:all .4s ease;
    }
    #content p a:hover, #content ul li a:hover, #content ol li a:hover {
        color:#343434;
        border-bottom:1px solid #343434;
    }
    #content .sbi-team-item p a:hover {
        border-bottom:1px solid transparent;
    }
    .wpcf7-submit:hover {
        background: #c36114;
    }
    #footer-top-form .wpcf7-submit:hover {
        background:url(images/link-dot.svg) no-repeat center center;
        background-size:32px 32px;
    }
    #footer p a:hover {
        border-bottom:1px solid #fff;
    }
    #footer #footer-bottom #fmenu ul li a:hover {
        border-bottom:1px solid transparent;
    }
    #content h1, span.sbi-icount-before, span.sbi-icount-after {
        font-size:56px;
        line-height:64px;
    }
    #content .sbi-quote p, #content .sbi-quote p:before, #content .sbi-quote p:after {
        font-size: 48px;
        line-height: 56px;
    }
    #content h2, #content .sbi-stiles-item h3 {
        font-size:40px;
        line-height:48px;
    }
    .sbi-numbers.cols-4 .sbi-numbers-items .sbi-numbers-item .sbi-numbers-item-number span.count, #content .services-archive-item-text h3, .sbi-cnumbers-item-number span, #footer-claim span {
        font-size: 40px;
        line-height: 40px;
    }
    .sbi-stiles .sbi-stiles-items .sbi-stiles-item-sizer, .sbi-stiles .sbi-stiles-items .sbi-stiles-item.twothird, .sbi-stiles .sbi-stiles-items .sbi-stiles-item.onethird {
        width: calc(50% - 20px);
    }
    #ref-single-slider .ref-single-slider-item.slick-slide img {
        height: 300px;
    }
    #ref-single {
        padding: 48px 36px;
    }
    #ref-single-slider {
        padding: 48px 0;
    }
    #ref-single-nav {
        padding: 36px;
    }
    #ref-single-nav-overview img {
        width:32px;
        height:32px;
    }
    #ref-single-nav-prev img, #ref-single-nav-next img {
        width:33px;
        height:16px;
    }
    #ref-archive {
        padding-top:106px;
    }
    .sb-item:nth-child(1) > * {
        padding-top:106px !important;
    }
    #search-archive {
        padding:106px 36px 40px 36px;
    }
    #services-archive {
        padding:106px 36px 2px 36px;
    }
    .sbi-numbers.no-title {
        padding:64px 36px 24px 36px;
    }
    .sbi-quote, .sbi-icount {
        padding:64px 36px;
    }
    #ref-single {
        padding:48px 36px 16px 36px;
    }
    .sbi-stiles, .sbi-customers {
        padding:48px 36px 28px 36px;
    }
    .sbi-tlir.small, .sbi-iltr.small, .sbi-tltr {
        padding:48px 36px 18px 36px;
    }
    .sbi-tiles.bgline {
        padding:48px 36px 8px 36px;
    }
    .sbi-team, .sbi-numbers, .sbi-tiles {
        padding:48px 36px 2px 36px;
    }
    .sbi-blog, .sbi-ifull.small, .sbi-acc, .sbi-video, .sbi-contact, .sbi-comparison {
        padding:48px 36px;
    }
    .sbi-tfull {
        padding:48px 36px 22px 36px;
    }
    #blog-archive {
        padding:106px 36px 48px 36px;
    }
    .sbi-cta {
        padding:48px 36px;
    }
    .sbi-tiles .sbi-tiles-items {
        margin:0 -18px;
    }
    .sbi-tiles .sbi-tiles-items .sbi-tiles-item {
        width:calc(33.333% - 36px);
        margin:0 18px 62px 18px;
    }
    #services-archive-items .services-archive-item {
        min-height: 420px;
    }
    #services-archive-title {
        padding-bottom: 24px;
    }
    #content .blog-archive-item h3, #content .sbi-blog-item h3 {
        font-size: 32px;
        line-height: 40px;
    }
    .sbi-blog .sbi-blog-items .sbi-blog-item:nth-child(1) .sbi-blog-item-img, #blog-archive-items .blog-archive-item:nth-child(1) .blog-archive-item-img {
        top: -186px;
        right: -46px;
        width: 560px;
        height: 560px;
    }
    #content .sbi-quote h3 {
        padding-top: 24px;
    }
    .sbi-cta .sbi-cta-inner {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    .sbi-cta .sbi-cta-inner .sbi-cta-text {
        margin-right: 0;
        margin-bottom:24px;
        text-align: center;
    }
    #content .sbi-cta h1, #content .sbi-cta h2 {
        text-align: center;
    }
    #content #ref-archive-title h1 {
        margin-bottom: 48px;
    }
}
@media only screen and (max-width:1023px) {
    .alignright, .alignleft {
        float:none;
        display: block;
        margin:0 auto 20px auto;
    }
    .sbi-stiles .sbi-stiles-items .sbi-stiles-item-sizer, .sbi-stiles .sbi-stiles-items .sbi-stiles-item.twothird, .sbi-stiles .sbi-stiles-items .sbi-stiles-item.onethird {
        width: calc(100% - 20px);
    }
    .sbi-tlir-inner .sbi-tlir-img, .sbi-tlir-inner .sbi-tlir-text, .sbi-iltr-inner .sbi-iltr-img, .sbi-iltr-inner .sbi-iltr-text {
        width:100%;
    }
    .sbi-tlir.small .sbi-tlir-inner .sbi-tlir-img, .sbi-tlir.small .sbi-tlir-inner .sbi-tlir-text, .sbi-iltr.small .sbi-iltr-inner .sbi-iltr-img, .sbi-iltr.small .sbi-iltr-inner .sbi-iltr-text {
        width:calc(100% - 40px);
    }
    .sbi-team .sbi-team-items .sbi-team-item {
        width: calc(50% - 36px);
    }
    #ref-archive-items .ref-archive-item {
        width: calc(50% - 20px);
    }
    #ref-single #ref-single-content #ref-single-content-info #ref-single-content-info-items {
        column-count: 2;
    }
    #footer #footer-top {
        padding: 32px 36px 24px 36px;
    } 
    #footer #footer-top #footer-top-inner {
        flex-direction: column;
        justify-content: flex-start;
    }
    #footer #footer-top #footer-top-inner #footer-top-inner-left #footer-top-logo {
        margin-bottom: 24px;
    }
    .sbi-contact .sbi-contact-inner .sbi-contact-address, .sbi-contact .sbi-contact-inner .sbi-contact-form {
        width:calc(100% - 40px);
        margin:0 20px;
    }
    .sbi-contact .sbi-contact-inner .sbi-contact-address, #content .sbi-contact-address h3 {
        text-align: center;
    }
    .sbi-contact .sbi-contact-inner .sbi-contact-form {
        padding-top:24px;
    }
    .sb-item .special-title span.first-line, .sb-item .special-title span.second-line {
        text-align: center;
    }
    .sbi-iltr.small .sbi-iltr-inner .sbi-iltr-img,  .sbi-tlir.small .sbi-tlir-inner .sbi-tlir-img {
        margin-bottom:24px;
    }
    .sbi-tiles .sbi-tiles-items .sbi-tiles-item {
        width:calc(50% - 36px);
    }
    .sbi-tiles.bgline .sbi-tiles-items .sbi-tiles-item {
        width: calc(50% - 20px);
    }
    #blog-archive-items .blog-archive-item {
        width: calc(100% - 20px);
    }
    .sbi-tlir-inner .sbi-tlir-img, .sbi-iltr-inner .sbi-iltr-img {
        aspect-ratio: 16/9;
    }
    .sbi-tlir-inner .sbi-tlir-img {
        order: 1;
    }
    .sbi-tlir-inner .sbi-tlir-text {
        order: 2;
    }
    .sbi-tlir.big .sbi-tlir-inner .sbi-tlir-text, .sbi-iltr.big .sbi-iltr-inner .sbi-iltr-text {
        padding: 48px 32px;
    }
    .sbi-tltr .sbi-tltr-inner .sbi-tltr-title, .sbi-tltr .sbi-tltr-inner .sbi-tltr-text {
        width:calc(100% - 40px);
    }
    #footer #footer-top #footer-top-inner #footer-top-inner-left #footer-top-address {
        margin-bottom: 36px;
    }
    #footer #footer-top #footer-top-inner #footer-top-inner-right {
        padding-top: 36px;
    }
    #footer h3 {
        margin-bottom: 4px;
    }
    #footer #footer-bottom #footer-bottom-inner #footer-bottom-inner-items {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start
    }
    #footer #footer-bottom #fsocials {
        order:1;
        margin-bottom:24px;
    }
    #footer #footer-bottom #fmenu {
        order:2;
    }
    #footer #footer-top #footer-top-inner #footer-top-inner-left {
        width: 100%;
    }
    #blog-archive-items .blog-archive-item .blog-archive-item-img {
        top: -186px;
        right: -46px;
        width: 560px;
        height: 560px;
    }
    #blog-archive-items .blog-archive-item .blog-archive-item-text {
        margin-bottom: 0;
        margin-right:56px;
    }
     #blog-archive-items .blog-archive-item:nth-child(1) .blog-archive-item-text {
        max-width: 100%;
    }
}
@media only screen and (max-width:810px) {
    #header #header-inner {
        padding: 12px 24px;
    }
    #header #header-inner #search-trigger {
        right: 84px;
    }
    #header #header-inner #hemail {
        right: 130px;
    }
    .menu-trigger {
        right: 24px;
    }
    #header-images, #header-images-items .header-images-item.slick-slide, #ref-single-header {
        height: auto;
        aspect-ratio: 3/2;
    }
    #header-video {
        height: auto;
        aspect-ratio: 16/9;
    }
    #ref-single-header #ref-single-header-title {
        top: calc(50% + 24px);
    }
    .sbi-customers-items .sbi-customers-item .sbi-customers-item-clogos, .sbi-customers-items .sbi-customers-item .sbi-customers-item-ctesti {
        min-height: 320px;
    }
    .sbi-clogos-items.crow-1 {
        margin-bottom: 48px;
    }
    .sbi-clogos-items .sbi-clogos-item img {
        max-height: 76px;
        width: auto;
    }
    .sbi-quote, .sbi-icount {
        padding: 64px 36px;    
    }
    .sbi-numbers.cols-3 .sbi-numbers-items .sbi-numbers-item {
        width: calc(100% - 60px);
        margin: 0 30px 32px 30px;
    }
    .sbi-acc .sbi-acc-items .sbi-acc-item .sbi-acc-item-trigger {
        padding: 16px 56px 16px 0;
    }
    .sbi-acc .sbi-acc-items .sbi-acc-item .sbi-acc-item-trigger::after {
        width: 24px;
        height: 24px;
        margin-top: -12px;
        background: url(images/plus.svg) no-repeat center center;
        background-size: 24px 24px;
    }
    #ref-single-slider .ref-single-slider-item.slick-slide img {
        height: 240px;
    }
    .wpcf7-form label {
        margin-bottom: 16px;
    }
    #content h1, span.sbi-icount-before, span.sbi-icount-after {
        font-size:48px;
        line-height:56px;
    }
    #content .sbi-quote p, #content .sbi-quote p::before, #content .sbi-quote p::after  {
        font-size:40px;
        line-height:48px;
    }
    .sbi-numbers.cols-4 .sbi-numbers-items .sbi-numbers-item .sbi-numbers-item-number span.count, #content .services-archive-item-text h3, .sbi-cnumbers-item-number span, #footer-claim span {
        font-size: 32px;
        line-height: 32px;
    }
    #content .ref-archive-item h2, #content .blog-archive-item h3, #content .sbi-blog-item h3 {
        font-size:28px;
        line-height:36px;
    }
    #content .sbi-cta h1, #content .sbi-cta h2 {
        font-size:24px;
        line-height:32px;
    }
    #content #ref-single-content-text h2, .sbi-numbers .sbi-numbers-items .sbi-numbers-item .sbi-numbers-item-number span.count-unit, #content h3, #content .sbi-ctesti-item h3, #content .sbi-numbers-item h3, #content .sbi-team-item-name h3, #content .sbi-contact-address h3, #content .sbi-ctesti-item h4, #content .sbi-cta p, .sbi-numbers.cols-4 .sbi-numbers-items .sbi-numbers-item .sbi-numbers-item-number span.count-unit {
        font-size:20px;
        line-height:28px;
    }
    #footer-top-form .wpcf7-text, #footer h3, #footer p, #search-archive #search-items .search-item a, #content .ref-single-content-info-item h3, #content .sbi-quote h3, #content .sbi-acc-item-trigger h3, #content .sbi-tiles-item-text h3 {
        font-size:18px;
        line-height:26px;
    }
    #services-archive-items .services-archive-item .services-archive-item-button, #content .cols-4 .sbi-numbers-item h3, #content .sbi-cnumbers-item h3, #content .sbi-team-item h4, #content .sbi-contact-address h4, #content p, #content ul li, #content ol li, .wpcf7-form label, .wpcf7-text, .wpcf7-textarea, #content .bgline .sbi-tiles-item h3, span.sbi-ctitle, span.sbi-stiles-item-ctitle, span.sbi-blog-item-date, span.services-archive-item-ctitle, span#ref-ctitle, span#services-ctitle, #content .sbi-team-item p, .sbi-blog .sbi-blog-button a, .sbi-button a, .sbi-tiles .sbi-tiles-items .sbi-tiles-item .sbi-tiles-item-button a, #content .bgline .sbi-tiles-item p, #content .sbi-ctesti-item p, #content .sbi-ctesti-item p:before, #content .sbi-ctesti-item p:after, .wpcf7-submit, .wpcf7 form .wpcf7-response-output, #footer #fsocials h3, #footer #footer-bottom #fmenu span, #footer #footer-bottom #fmenu ul li:before, #footer #footer-bottom #fmenu ul li a, span.sbi-stiles-item-ctitle {
        font-size:16px;
        line-height:24px;
    }
    #content #ref-single-header-title h2 {
        font-size: 56px;
        line-height: 64px;
    }
    span.icount {
        font-size: 150px;
        line-height: 150px;
        letter-spacing: 6px;
        margin-bottom: 0;
        padding-top: 24px;
    }
    #ref-archive {
        padding-top:106px;
    }
    .sb-item:nth-child(1) > * {
        padding-top:106px !important;
    }
    #search-archive {
        padding:106px 24px 40px 24px;
    }
    #services-archive {
        padding:106px 24px 2px 24px;
    }
    .sbi-numbers.no-title {
        padding:64px 24px 24px 24px;
    }
    .sbi-quote, .sbi-icount {
        padding:64px 24px;
    }
    #ref-single {
        padding:32px 24px 16px 24px;
    }
    .sbi-stiles, .sbi-customers {
        padding:32px 24px 28px 24px;
    }
    .sbi-tlir.small, .sbi-iltr.small, .sbi-tltr {
        padding:32px 24px 18px 24px;
    }
    .sbi-tlir.small {
        padding:32px 24px 32px 24px;
    }
    .sbi-tiles.bgline {
        padding:32px 24px 8px 24px;
    }
    .sbi-team, .sbi-numbers, .sbi-tiles {
        padding:32px 24px 2px 24px;
    }
    .sbi-blog, .sbi-ifull.small, .sbi-acc, .sbi-video, .sbi-contact, .sbi-comparison {
        padding:32px 24px;
    }
    .sbi-tfull {
        padding:32px 24px;
    }
    #blog-archive {
        padding:106px 24px 48px 24px;
    }
    .sbi-cta {
        padding:48px 24px;
    }
    #ref-archive-title {
        padding:0 24px;
    }
    .sb-item .special-title {
        padding: 0 24px 48px 24px;
    }
    #search-archive #search-items {
        margin-top: 32px;
    }
    #search-archive #search-items .search-item a {
        padding: 8px 0;
    }
    #content .sbi-tfull h1 {
        margin-bottom: 24px;
    }
    #services-archive-items .services-archive-item {
        margin-bottom: 24px;
    }
    #services-archive-items .services-archive-item .services-archive-item-img {
        width: 260px;
        height: 260px;
    }
    #services-archive-items .services-archive-item:nth-child(even) .services-archive-item-img {
        left:48px;
    }
    #services-archive-items .services-archive-item:nth-child(odd) .services-archive-item-img {
        right:48px;
    }
    #services-archive-items .services-archive-item:nth-child(even) .services-archive-item-text {
        padding: 48px 48px 48px 0;
    }
    #services-archive-items .services-archive-item:nth-child(odd) .services-archive-item-text {
        padding: 48px 0 48px 48px;
    }
    #content .services-archive-item-text p {
        hyphens: auto;
    }
    #services-archive-items .services-archive-item {
        min-height: 1px;
        aspect-ratio: 21/10;
    }
    #services-archive-items .services-archive-item:nth-child(even) {
        background-position: center left;
    }
    #services-archive-items .services-archive-item:nth-child(odd) {
        background-position: center right;
    }
    #services-archive-items .services-archive-item .services-archive-item-button {
        padding: 2px 24px;
        font-size: 14px;
        line-height: 20px;
    }
    .sbi-numbers.cols-4 .sbi-numbers-items .sbi-numbers-item {
        width: calc(25% - 60px);
    }
}
@media only screen and (max-width:767px) {
    #content .ref-archive-item h2 {
        font-size: 20px;
        line-height: 28px;
    }
    .form-elements .form-element {
        width: calc(100% - 20px);
    }
    #services-archive-items .services-archive-item {
        aspect-ratio:unset;
    }
    #services-archive-items .services-archive-item .services-archive-item-text {
        width: 100%;
        padding: 0 32px 48px 32px;
    }
    #services-archive-items .services-archive-item:nth-child(odd) .services-archive-item-text, #services-archive-items .services-archive-item:nth-child(even) .services-archive-item-text {
        padding: 0 32px 48px 32px;
    }
    #services-archive-items .services-archive-item .services-archive-item-img {
        width: 320px;
        height: 320px;
    }
    #services-archive-items .services-archive-item:nth-child(odd) .services-archive-item-img, #services-archive-items .services-archive-item:nth-child(even) .services-archive-item-img {
        right:unset;
        left: 50%;
        margin-left:-160px;
    }
    #content .services-archive-item-text h3, #content .services-archive-item-text p {
        color: #343434;   
    }
    #services-archive-items .services-archive-item a {
        position: unset;
        top: unset;
        left: unset;
        width: auto;
        height: auto;
        padding-top:60%;
    }
    .sbi-blog .sbi-blog-items .sbi-blog-item span.sbi-blog-item-cat, #blog-archive-items .blog-archive-item span.sbi-blog-item-cat {
        left: unset;
        right: 32px;
    }       
    .plyr__control.plyr__control--overlaid svg {
        width: 64px !important;
        height: 64px !important;
    }
    #footer #footer-bottom #fmenu {
        flex-direction:column;
    }
    #footer #footer-bottom #fmenu span {
        width:100%;
        order:2;
    }
    #footer #footer-bottom #fmenu ul li:nth-child(1):before {
        display: none;
    }
    #footer #footer-bottom #fmenu .menu-menue-fusszeile-container {
        order:1;
    }
}
@media only screen and (max-width:680px) {
    .sbi-team .sbi-team-items .sbi-team-item {
        width: calc(100% - 36px);
        margin:0 18px 36px 18px;
    }
    .sbi-tiles .sbi-tiles-items .sbi-tiles-item {
        width:calc(100% - 36px);
    }
    .sbi-tiles.bgline .sbi-tiles-items .sbi-tiles-item {
        width: calc(100% - 20px);
    }
    #services-archive-items .services-archive-item .services-archive-item-img {
        width: 260px;
        height: 260px;
    }
    #services-archive-items .services-archive-item:nth-child(odd) .services-archive-item-img, #services-archive-items .services-archive-item:nth-child(even) .services-archive-item-img {
        margin-left:-130px;
    }
    #blog-archive-items .blog-archive-item .blog-archive-item-img, .sbi-blog .sbi-blog-items .sbi-blog-item:nth-child(1) .sbi-blog-item-img, #blog-archive-items .blog-archive-item:nth-child(1) .blog-archive-item-img {
        top: -186px;
        right: -46px;
        width: 480px;
        height: 480px;
    }
}
@media only screen and (max-width:568px) {
    #mobile-menu #mmenu li a {
        font-size:24px;
        line-height:32px;
    }
    #ref-archive-items .ref-archive-item {
        width: calc(100% - 20px);
        margin-bottom:10px;
    }
    #content .ref-archive-item h2 {
        font-size: 28px;
        line-height: 36px;
    }
    #content #ref-single-header-title h2 {
        font-size: 32px;
        line-height: 40px;
    }
    #ref-single #ref-single-content #ref-single-content-info #ref-single-content-info-items {
        column-count: 1;
    }
    #ref-single-slider .ref-single-slider-item.slick-slide img {
        height: 200px;
    }
    .sb-item:nth-child(1) > * {
        padding-top: 48px !important;
    }
    .no-head .sb-item:nth-child(1) > * {
        padding-top: 88px !important;
    }
    #services-archive-items .services-archive-item a {
        padding-top: 65%;
    }
    #services-archive-items .services-archive-item .services-archive-item-img {
        top: 24px;
    }
    #services-archive-items .services-archive-item .services-archive-item-img {
        width: 200px;
        height: 200px;
    }
    #services-archive-items .services-archive-item:nth-child(odd) .services-archive-item-img, #services-archive-items .services-archive-item:nth-child(even) .services-archive-item-img {
        margin-left:-100px;
    }
    #blog-archive-items .blog-archive-item .blog-archive-item-img, .sbi-blog .sbi-blog-items .sbi-blog-item:nth-child(1) .sbi-blog-item-img, #blog-archive-items .blog-archive-item:nth-child(1) .blog-archive-item-img {
        top: -146px;
        right: -26px;
        width: 400px;
        height: 400px;
    }
    .sbi-blog .sbi-blog-items .sbi-blog-item, #blog-archive-items .blog-archive-item {
        min-height: 1px;
        aspect-ratio: unset;
    }
    .sbi-blog .sbi-blog-items .sbi-blog-item a, #blog-archive-items .blog-archive-item a {
        position: unset;
        top: unset;
        left: unset;
        padding:75% 24px 24px 24px;
    }
    #blog-archive-items .blog-archive-item .blog-archive-item-text {
        margin-right: 32px;
    }
    .sbi-blog .sbi-blog-items .sbi-blog-item .sbi-blog-item-rm, #blog-archive-items .blog-archive-item .blog-archive-item-rm {
        bottom: 24px;
        right: 24px;
        width: 32px;
        height: 32px;
        background: url(images/link-dot.svg) no-repeat center center;
        background-size: 32px 32px;
    }
    .sbi-team .sbi-team-items .sbi-team-item .sbi-team-item-img, .sbi-comparison-frame, .sbi-stiles .sbi-stiles-items .sbi-stiles-item, #services-archive-items .services-archive-item, .sbi-blog .sbi-blog-items .sbi-blog-item, #blog-archive-items .blog-archive-item, .sbi-customers-items .sbi-customers-item.cnumbers, .sbi-customers-items .sbi-customers-item .sbi-customers-item-clogos, .sbi-customers-items .sbi-customers-item .sbi-customers-item-ctesti {
        border-radius:24px;
    }
    #blog-archive {
        padding: 88px 24px 4px 24px;
    }
    .sbi-numbers.cols-4 .sbi-numbers-items .sbi-numbers-item {
        width: calc(100% - 60px);
        margin: 0 30px 32px 30px;
    }
    .sbi-stiles .sbi-stiles-items .sbi-stiles-item.ls {
        min-height: 1px;
        aspect-ratio: 3/2;
    }
    span.sbi-ctitle {
        font-size: 14px;
        line-height: 20px;
    }
    #content h2, #content .sbi-stiles-item h3 {
        font-size: 32px;
        line-height: 40px;
    }
    .sbi-customers-items .sbi-customers-item.cnumbers .sbi-cnumbers-items .sbi-cnumbers-item {
        width: calc(100% - 32px);
    }
    #ref-single #ref-single-content #ref-single-content-info {
        padding-top: 8px;
    }
    .sbi-tfull, .sbi-blog-title, .sbi-blog-button, .sbi-customers-title, .special-title, .sbi-stiles-title, .sbi-team-title, .sbi-numbers-title, .sbi-contact, .sbi-icount, .sbi-quote, .sbi-tlir, .sbi-iltr, .sbi-cta, .sbi-video, .sbi-ifull, .sbi-tiles-title, .sbi-tiles-text, .sbi-tltr, .sbi-acc-title, .sbi-comparison, .sbi-acc-item, .sbi-customers-item {
        transform: translateY(60px);
        transition:all .8s ease;
    }
    .slidein.sbi-tfull, .slidein.sbi-blog-title, .slidein.sbi-blog-button, .slidein.sbi-customers-title, .slidein.special-title, .slidein.sbi-stiles-title, .slidein.sbi-team-title, .slidein.sbi-numbers-title, .slidein.sbi-contact, .slidein.sbi-icount, .slidein.sbi-quote, .slidein.sbi-tlir, .slidein.sbi-iltr, .slidein.sbi-cta, .slidein.sbi-video, .slidein.sbi-ifull, .slidein.sbi-tiles-title, .slidein.sbi-tiles-text, .slidein.sbi-tltr, .slidein.sbi-acc-title, .slidein.sbi-comparison, .slidein.sbi-acc-item, .slidein.sbi-customers-item {
        transform: translateY(0);
        transition:all .8s ease;
    }
    #footer-top-form .form-elements {
        flex-wrap: wrap;
    }
    .form-elements .form-element-5-2 {
        width:calc(100% - 20px);
        margin:0 10px 10px 10px;
    }
    .form-elements .form-element-5-1 {
        width:calc(100% - 20px);
        margin:0 10px;
        display: flex;
        justify-content: flex-end;
    }
}
@media only screen and (max-width:480px) {
    #header #header-inner #logo img {
        width: 128px;
        height: 36px;
    }
    #header #header-inner #search-toggle {
        top: 70px;
    }
    #content h1, span.sbi-icount-before, span.sbi-icount-after {
        font-size:40px;
        line-height:48px;
    }
    #content .sbi-quote p, #content .sbi-quote p::before, #content .sbi-quote p::after {
        font-size:32px;
        line-height:40px;
    }
    span.icount {
        font-size: 100px;
        line-height: 100px;
        letter-spacing: 4px;
    }
    #blog-archive-items .blog-archive-item .blog-archive-item-img, .sbi-blog .sbi-blog-items .sbi-blog-item:nth-child(1) .sbi-blog-item-img, #blog-archive-items .blog-archive-item:nth-child(1) .blog-archive-item-img {
        top: -64px;
        right: -48px;
        width: 320px;
        height: 320px;
  }
}
@media only screen and (max-width:424px) {
    #infobox {
        width: calc(100% - 32px);
        bottom: 16px;
        right: 16px;
        height: auto;
        aspect-ratio: 1/1;
    }
    #infobox #infobox-content {
        padding: 64px 42px;
    }
    #infobox #infobox-content h3 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 8px;
    }
    #services-archive-items .services-archive-item .services-archive-item-img {
        width: 160px;
        height: 160px;
    }
    #services-archive-items .services-archive-item:nth-child(odd) .services-archive-item-img, #services-archive-items .services-archive-item:nth-child(even) .services-archive-item-img {
        margin-left:-80px;
    }
}
@media only screen and (max-width:413px) {
    #services-archive-items .services-archive-item .services-archive-item-img {
        width: 160px;
        height: 160px;
    }
    #services-archive-items .services-archive-item:nth-child(odd) .services-archive-item-img, #services-archive-items .services-archive-item:nth-child(even) .services-archive-item-img {
        margin-left:-80px;
    }
    #content .services-archive-item-text h3 {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 12px;
    }
    #services-archive-items .services-archive-item:nth-child(2n+1) .services-archive-item-text, #services-archive-items .services-archive-item:nth-child(2n) .services-archive-item-text {
        padding: 0 16px 24px 16px;
    }
    #services-archive-items .services-archive-item .services-archive-item-button {
        padding: 0 16px;
        font-size: 12px;
        line-height: 16px;
        bottom:16px;
    }
    #services-archive-items .services-archive-item:nth-child(even) .services-archive-item-button {
        right:16px;
    }
    #services-archive-items .services-archive-item:nth-child(odd) .services-archive-item-button {
        left:16px;
    }
    .sbi-blog .sbi-blog-items .sbi-blog-item a, #blog-archive-items .blog-archive-item a {
        padding-top:85%;
    }
}
@media only screen and (max-height:640px) {
    #mobile-menu #mmenu ul li {
        padding:8px 0;
    }
    #mobile-menu #mmenu li a {
        font-size:32px;
        line-height: 40px;
    }
}
@media only screen and (max-height:480px) {
    #mobile-menu #mmenu li a {
        font-size:24px;
        line-height:32px;
    }
}