/* .logo-container {
display: flex;
align-items: center;
flex-direction: column;
}

img.logotyp.limg {
    height: 1.3vw;
    margin-top: 0.5vw;
}

img.sygnet.limg {
    height: 6vw;
    -moz-transform: scale(1);
-webkit-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
-ms-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
}

.header__logo {
    margin: 0 auto;
    width: auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sticky img.sygnet.limg {

-moz-transform: scale(0);
-webkit-transform: scale(0);
-o-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
-webkit-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
-ms-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
height: 0;
}

header.header.sticky {
    padding: 0.5vw 0;
}
 */
 
 .logo-v, .logo-h, .sticky .logo-v, .sticky .logo-h {
 -webkit-transition: height 400ms ease-in-out;
-moz-transition: height 400ms ease-in-out;
-ms-transition: height 400ms ease-in-out;
-o-transition: height 400ms ease-in-out;
transition: height 400ms ease-in-out;
 }
 
 .logo-con {display: flex; flex-direction: column; justify-content: center; align-items: center;}
 .logo-v {height: 0vw;}

 .logo-h {height: 4vw;}
 
 .sticky .logo-v {height: 0;}
 .sticky .logo-h {height: 4vw;}
 
 @media (max-width: 767px) {
 	.logo-con {align-items: flex-start;}
 	.logo-v {display: none;}
 	.logo-h, .sticky .logo-h {height: 10vw;}
 }
 
 
 
 section.block-parallax-images {
    margin-top: -35vw;
}

@media (min-width: 1024px) {
.block-title.sticky {
    padding-top: 18vw !important;
}}

.block-title {
background-image: linear-gradient(180deg,#0000008c 1%,#dfff0000);
}

@media (min-width: 1024px) {
.block-image__wrapper {
    max-width:65vw;
}
}

* {
font-family: Bellota !important;
}

p {font-size: 1.25vw;}
a {color: #fff;}
