@font-face {
    font-family: 'Brandon Grotesque';
    src: url('../fonts/BrandonGrotesque-Regular.eot');
    src: url('../fonts/BrandonGrotesque-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BrandonGrotesque-Regular.woff2') format('woff2'),
        url('../fonts/BrandonGrotesque-Regular.woff') format('woff'),
        url('../fonts/BrandonGrotesque-Regular.ttf') format('truetype'),
        url('../fonts/BrandonGrotesque-Regular.svg#BrandonGrotesque-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Brandon Grotesque';
    src: url('../fonts/BrandonGrotesque-Light.eot');
    src: url('../fonts/BrandonGrotesque-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BrandonGrotesque-Light.woff2') format('woff2'),
        url('../fonts/BrandonGrotesque-Light.woff') format('woff'),
        url('../fonts/BrandonGrotesque-Light.ttf') format('truetype'),
        url('../fonts/BrandonGrotesque-Light.svg#BrandonGrotesque-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Brandon Grotesque';
    src: url('../fonts/BrandonGrotesque-Bold.eot');
    src: url('../fonts/BrandonGrotesque-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BrandonGrotesque-Bold.woff2') format('woff2'),
        url('../fonts/BrandonGrotesque-Bold.woff') format('woff'),
        url('../fonts/BrandonGrotesque-Bold.ttf') format('truetype'),
        url('../fonts/BrandonGrotesque-Bold.svg#BrandonGrotesque-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Texta';
    src: url('../fonts/Texta-Regular.eot');
    src: url('../fonts/Texta-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Texta-Regular.woff2') format('woff2'),
        url('../fonts/Texta-Regular.woff') format('woff'),
        url('../fonts/Texta-Regular.ttf') format('truetype'),
        url('../fonts/Texta-Regular.svg#Texta-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Texta';
    src: url('../fonts/Texta-Bold.eot');
    src: url('../fonts/Texta-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Texta-Bold.woff2') format('woff2'),
        url('../fonts/Texta-Bold.woff') format('woff'),
        url('../fonts/Texta-Bold.ttf') format('truetype'),
        url('../fonts/Texta-Bold.svg#Texta-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Texta';
    src: url('../fonts/Texta-Light.eot');
    src: url('../fonts/Texta-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Texta-Light.woff2') format('woff2'),
        url('../fonts/Texta-Light.woff') format('woff'),
        url('../fonts/Texta-Light.ttf') format('truetype'),
        url('../fonts/Texta-Light.svg#Texta-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

html {
  scroll-behavior: smooth;
}

body {
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    font-family: 'Texta';
    /*transition: all 0.5s ease-in-out 0s;*/
    margin: 0;
    padding: 0;
}
.home{background-image: url(https://www.vivaregalis.ch/wp-content/uploads/2021/04/homepage.png);background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;}
	
img {
    max-width: 100%;
}
* {
    box-sizing: border-box;
    outline: none !important
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
a, a:hover {
    text-decoration: none;
    /*transition: all 0.5s ease-in-out 0s;*/
    /*-webkit-transition: all 0.5s ease-in-out 0s;*/
}
p {
    margin: 0;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0;
	color: #000000;
	font-weight: bold;
	font-family: 'Texta';
}
h1 {
	font-size: 70px;
}
h2 {
	font-size: 38px;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
.container {
    max-width: 1210px;
    margin: 0 auto;
    padding: 0 15px;
}

html body, html body.custom-background {
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.nav-bar {
    text-align: right;
    padding-top: 70px;
    position: relative;
    z-index: 1;
    padding-right: 90px;
}
.nav-bar-collapse {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 460px;
    background-color: #9c3b29;
    padding: 70px;
    padding-top: 50px;
    transform: translateX(100%);
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    
    display: flex;
    align-items: center;
}
.menu-header-menu-container{
    width: 100%;
}
.nav-bar-collapse.open {
    transform: translateX(0);
    box-shadow: 0 2px 3px #000;
}
.nav-bar-collapse .nav-bar-nav li {
    margin-bottom: 0;
    border-bottom: none;
    /*text-align: center;*/
    padding: 15px 0 30px;
}
.nav-bar-collapse .nav-bar-nav li.menu-item-has-children{
    padding-bottom: 0;
}
.nav-bar-collapse .nav-bar-nav .sub-menu{
    padding: 10px 0 30px;
}
.nav-bar-collapse .nav-bar-nav a {
    font-size: 27px;
    line-height: 30px;
    color: #FFF;
    letter-spacing: 0.54px;
    display: block;
    text-transform: uppercase;
    padding: 5px 10px;
    width: auto;
    display: inline-block;
    border-bottom: 2px solid #9c3b29;
}
.nav-bar-collapse .nav-bar-nav a:hover {
    color: #fff;
    border-bottom: 2px solid #fff;
}
.banner-section, .logo-section {
    height: 100vh;
}
.nav-close {
    font-size: 35px;
    line-height: 40px;
    color: #FFF;
    letter-spacing: 0.54px;
    position: absolute;
    top: 10px;
    right: 35px;
}
.logo-section {
    text-align: right;
}
.logo-section .container {
    height: 100%;
    position: relative;
}
.logo-section .image-block {
    /*margin-top: 70px;*/
    position: absolute;
    right: 85px;
	left: 15px;
    top: 30%;
}
.logo-section .image-block img{
    max-width: 59%;
}
.about-section .content {
    max-width: 705px;
    margin-left: auto;
    padding-bottom: 90px;
    padding-right: 65px;
}
.about-section .content p {
    font-size: 30px;
    line-height: 44px;
    letter-spacing: 0;
    margin-bottom: 30px;
    color: #4b5155;
}
.about-section .content h2 {
    margin-bottom: 40px;
    line-height: 53px;
    color: #4b5155;
}

footer {
    background-color: #9C3B29;
    width: 100%;
    float: left;
}
.footer-content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 55px 0;
}
.footer-content .footer-logo {
    padding: 12px 0;
    position: relative;
    padding-right: 30px;
}
.footer-content .footer-logo:after {
    content: "";
    position: absolute;
    top: -10px;
    bottom: -10px;
    right: 0;
    width: 2px;
    background-color: #FFF;
}
.footer-content .footer-contact {
    padding-left: 32px;
}
.footer-content .footer-contact p {
    color: #FFF;
    margin: 0;
    font-family: 'Brandon Grotesque';
    letter-spacing: 0.54px;
    padding-bottom: 10px;
    
}
.footer-content .footer-contact a {
    color: #FFF;
    letter-spacing: 0.54px;
    display: block;
    padding-top: 0;
}
.copyright-block {
    text-align: center;
    padding: 9px 0;
    background-color: #4B5155;
}
.copyright-block p {
    font-size: 15px;
    line-height: 30px;
    color: #FFFFFF;
    font-family: 'Brandon Grotesque';
    font-weight: 300;
    letter-spacing: 0.45px;
}
@media screen and (max-width: 1200px) {
	.about-section .content {
		margin-right: 70px;
	}
}

@media screen and (max-width:991px) {
    body {
        background-position: 15% 0;
        position: relative;
    }
    body:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(255,255,255,0.5);
        z-index: -1;
    }
    h2 {
        font-size: 30px;
    }
    .about-section .content h2 {
        line-height: 40px;
    }
    .about-section .content p {
        font-size: 24px;
        line-height: 30px;
    }
}
@media screen and (max-width:767px) {
	.about-section .content {
		margin-right: 30px;
	}
}
@media screen and (max-width:575px) {
    .nav-bar {
        padding-top: 50px;
    }
    .footer-content {
        flex-direction: column;
        padding: 25px 0;
    }
    .footer-content .footer-logo {
        padding-right: 0;
        padding: 15px 0;
    }
    .footer-content .footer-contact {
        padding-left: 0;
        padding: 15px 0;
    }    
    .footer-content .footer-logo:after {
        top: 100%;
        left: -30px;
        width: auto;
        height: 1px;
        right: -30px;
    }
    h2 {
        font-size: 28px;
    }
    .about-section .content h2 {
        line-height: 34px;
    }
    .about-section .content p {
        font-size: 22px;
        line-height: 28px;
    }
}


.toggle-icon {
    height: 50px;
    width: 50px;
    position: relative;
    display: inline-block;
}
.toggle-icon:before {
    height: 6px !important;
    content: "";
    width: 100%;
    background-color: #4b5155;
    top: 20%;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    left: 0;
    margin: 0 auto;
}
.toggle-icon span{
    height: 6px !important;
    content: "";
    width: 100%;
    background-color: #4b5155;
    top: 43%;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    left: 0;
    margin: 0 auto;
}
.toggle-icon:after {
    height: 6px !important;
    content: "";
    width: 100%;
    background-color: #4b5155;
    bottom: 20%;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    left: 0;
    margin: 0 auto;
}

.active-toggle .toggle-icon:before {
    -webkit-transform: rotate(
50deg
);
    -moz-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    -o-transform: rotate(50deg);
    transform: rotate(50deg);
    top: 30%;
    background-color: #fff;
}
.active-toggle .toggle-icon span {
    background: transparent;
}
.active-toggle .toggle-icon:after {
    -webkit-transform: rotate(
-45deg
);
    -moz-transform: rotate(-50deg);
    -ms-transform: rotate(-50deg);
    -o-transform: rotate(-50deg);
    transform: rotate(-50deg);
    bottom: 55%;
    background-color: #fff;
}


.toggle-icon:after {}
.inner-title-sec .content {
    max-width: 36%;
    margin-left: auto;
    padding-bottom: 90px;
    padding-right: 0;
}
.contact-title .content{
    margin-left: 0;
    max-width: 45%;
}
.inner-title-sec .image-block{
    top: 45%;
}
.inner-title-sec h1{
    text-align: center;
    color: #4B5155;
    font-size: 38px;
    line-height: 54px;
    text-transform: uppercase;
}
/*.page-template-page-contact{*/
/*    background-position: left;*/
/*    background-size: 50%;*/
/*}*/
.inner-about-sec .content {
    max-width: 43%;
    padding-right: 0;
}
.contact-about .content{
    margin-left: 0;
}
.inner-about-sec .content p{
    line-height: 42px;
    text-align: center;
}

.inner-about{
    width: 100%;
    float: left;
    
}
.inner-about .padding{
    padding: 0;
}
.inner-about h2 {
    margin-bottom: 40px;
    line-height: 53px;
    color: #4b5155;
}
.inner-about p {
    font-size: 30px;
    line-height: 44px;
    letter-spacing: 0;
    margin-bottom: 30px;
    color: #4b5155;
}
.inner-about .con-about {
    padding: 300px 0 280px 160px;
}
.inner-about .img-about img{
    left: 0px;
    top: 0px;
    z-index: -1;
    visibility: visible;
    position: absolute;
    height: 100%;
    
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity 400ms ease-in-out;
    -moz-transition: opacity 400ms ease-in-out;
    -ms-transition: opacity 400ms ease-in-out;
    transition: opacity 400ms ease-in-out;
}
.input-about-2{
    display: flex;
}
.inner-about .img-about.img-visible img{
    opacity: 1;
    width: 100%;
}
.inner-about .img-about.img-sticky img {
    /*position: unset; 
    z-index: 99;
    opacity: 1;
    position: absolute;*/
}
.inner-about .input-about-2 {
    background-attachment: fixed;
    /*background-position: center -75px !important;
    background-repeat: no-repeat;
    background-size: 108% !important;*/
}
.inner-about .input-about-1 img{
    opacity: 1;
    width: 100%;
}
.inner-about-3rd {
    padding: 0;
    position: relative;
    /*background-image: url(https://www.vivaregalis.ch/wp-content/uploads/2021/04/regalis-ag-01.png);*/
    background: url(https://www.vivaregalis.ch/wp-content/uploads/2021/04/952.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.inner-about-3rd h6{
    font-size: 33px;
    line-height: 44px;
    letter-spacing: 0;
    margin-bottom: 20px;
    color: #4b5155;
    font-weight: 900;
    margin-top: 10px;
    display: inline-block;
}
.inner-about-3rd ul{
    list-style: disc;
    padding: 0 0 0 20px;
}
.inner-about-3rd ul li{
    font-size: 30px;
    line-height: 44px;
    letter-spacing: 0px;
    margin-bottom: 15px;
    color: #4b5155;
}
.about-con-3rd {
    padding: 120px 180px 120px 20px;
}
.img-about-3rd{
    height: 1024px;
}
.img-about-3rd img {
    height: 700px;
    object-fit: cover;
}

.nav-bar-collapse .nav-bar-nav .sub-menu li a {
    text-transform: capitalize;
    font-size: 24px;
    letter-spacing: 0;
}
.nav-bar-collapse .nav-bar-nav .sub-menu li {
    padding: 0;
}

.img-sticky .img-overlay {
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}
body.page-template-page-about {
    background-color: #000;
}
















