html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
*,
::before,
::after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
html,
body {
height: 100%;
position: relative;
}
body {
margin: 0 auto;
padding: 0;
background-color: #fff;
font-family: 'Work Sans', 'Helvetica', arial, sans-serif;
font-size: 18px;
font-weight: 300;
color: #262617;
overflow: auto;
}
body.menu-opened {
overflow: hidden;
}
.color01 {
color: #B2A9A0;
}
.color02 {
color: #262617;
}
.color03 {
color: #F6F5F2;
}
.color04 {
color: #D6D1CA;
}
.color05 {
color: #52493F;
}
.color06 {
color: #88837C;
}
.bg.color01 {
background-color: #B2A9A0;
color: #fff;
}
.bg.color02 {
background-color: #262617;
color: #fff;
}
.bg.color03 {
background-color: #F6F5F2;
color: #fff;
}
.bg.color04 {
background-color: #D6D1CA;
color: #262617;
}
.bg.color05 {
background-color: #52493F;
color: #fff;
}
.bg.color06 {
background-color: #88837C;
color: #262617;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p,
.p,
address,
ul,
ol,
#nav-main li, 
#nav-main li a, 
.nav-main li, 
.nav-main li a, 
.nav-meta li, 
.nav-meta li a, 
.hero .title, 
.hero .title span, 
.hero .title .button, 
.hero2 .title, 
.hero2 .title span, 
.hero2 .title .button, 
a.button, 
.button .wp-block-button__link, 
.news h3, 
.news p {
margin: 0;
padding: 0;
font-weight: normal;
font-style: normal;
font-size: clamp(var(--min), var(--val), var(--max));
} h1, .h1,
h2, .h2,
h3, .h3 {
font-family: 'Lora', 'Helvetica', Arial, sans-serif;
}
h1,
.h1 {
margin-bottom: 40px;
font-weight: 400;
color: #B2A9A0;
line-height: 1.1;
letter-spacing: 1px;
--min: 32px;
--val: 4vw;
--max: 64px;
}
h2,
.h2 {
margin-bottom: 30px;
font-weight: 400;
color: #B2A9A0;
line-height: 1.3;
letter-spacing: 1px;
text-decoration: none;
position: relative;
display: inline-block;
--min: 32px;
--val: 4vw;
--max: 48px;
}
h3,
.h3 {
margin-bottom: 20px;
font-weight: 400;
color: #262617;
line-height: 1.3;
letter-spacing: 0;
text-transform: none;
--min: 28px;
--val: 4vw;
--max: 40px;
}
h4,
.h4 {
margin-bottom: 20px;
font-weight: 600;
color: #B2A9A0;
line-height: 1.3;
letter-spacing: 0;
--min: 24px;
--val: 4vw;
--max: 36px;
}
h5,
.h5 {
margin-bottom: 20px;
font-weight: 600;
color: #262617;
line-height: 1.3;
letter-spacing: 0;
--min: 22px;
--val: 4vw;
--max: 28px;
}
h6,
.h6 {
margin-bottom: 20px;
font-weight: 400;
color: #262617;
line-height: 1.3;
letter-spacing: 1px;
text-transform: uppercase;
--min: 20px;
--val: 4vw;
--max: 24px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
border-bottom: 1px solid transparent;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
border-bottom: 1px solid #262617;
}
p, 
address, 
.p {
margin-bottom: 40px;
font-weight: 300;
color: #262617;
letter-spacing: 0;
line-height: 1.5;
--min: 18px;
--val: 4vw;
--max: 20px;
}
p:last-child, 
address:last-child {
margin: 0;
}
strong,
.bold {
font-weight: 600;
}
p mark {
background: #262617;
padding: 10px 20px;
font-weight: 400;
color: #fff;
line-height: 200%;
-webkit-box-decoration-break: clone;
box-decoration-break: clone;
}
p mark:hover {
background: #B2A9A0;
color: #fff;
} a,
a:link,
a:active,
a:visited {
font-weight: 300;
color: #B2A9A0;
text-decoration: none;
outline: 0;
-webkit-transition: background-color 0.4s ease 0s, border 0s ease 0s, color 0.4s ease 0s, opacity 0.4s ease-in-out 0s;
-moz-transition: background-color 0.4s ease 0s, border 0s ease 0s, color 0.4s ease 0s, opacity 0.4s ease-in-out 0s;
-o-transition: background-color 0.4s ease 0s, border 0s ease 0s, color 0.4s ease 0s, opacity 0.4s ease-in-out 0s;
transition: background-color 0.4s ease 0s, border 0s ease 0s, color 0.4s ease 0s, opacity 0.4s ease-in-out 0s;
transition: all 0.2s ease-in-out;
transition-duration: 0.5s;
}
a:hover {
color: #262617;
text-decoration: none;
}
p a,
address a {
padding-bottom: 1px;
border-bottom: 1px solid transparent;
}
p a:hover,
address a:hover {
border-bottom: 1px solid #262617;
}
a.ext::before {
content: '';
width: 16px;
height: 16px;
margin-right: 6px;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8.636 3.5a.5.5 0 0 0-.5-.5H1.5A1.5 1.5 0 0 0 0 4.5v10A1.5 1.5 0 0 0 1.5 16h10a1.5 1.5 0 0 0 1.5-1.5V7.864a.5.5 0 0 0-1 0V14.5a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6.636a.5.5 0 0 0 .5-.5z'/%3E%3Cpath fill-rule='evenodd' d='M16 .5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793L6.146 9.146a.5.5 0 1 0 .708.708L15 1.707V5.5a.5.5 0 0 0 1 0v-5z'/%3E%3C/svg%3E");
background-position: center;
background-repeat: no-repeat;
background-size: contain;
display: inline-block;
text-decoration: none;
border: 0 !important;
}
a img {
vertical-align: top;
}
p a img {
border: none !important;
} img, picture {
width: 100%;
height: auto;
display: block;
}
header {
position: fixed;
left: 0;
bottom: 0;
right: 0;
top: 0;
z-index: 1000;
width: 100vw;
height: 72px;
background-color: #D6D1CA;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}
.header-inner {
position: relative;
}
.menu-toggle {
display: inline-block;
position: absolute;
top: 10px;
right: 20px;
z-index: 999;
}
.hamburger {
position: relative;
display: block;
width: 48px;
height: 48px;
margin: 0 auto;
background-color: #fff;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
-webkit-transition: all .4s;
-o-transition: all .4s;
transition: all .4s;
cursor: pointer;
-webkit-border-radius: 99em;
-moz-border-radius: 99em;
border-radius: 99em;
-webkit-box-shadow: rgba(0,0,0,0.08) 0px 0 20px;
-moz-box-shadow: rgba(0,0,0,0.08) 0 0 20px;
box-shadow: rgba(0,0,0,0.08) 0 0 20px;
}
.menu-toggle.open .hamburger {
background-color: #fff;
}
.menu-toggle.open .hamburger:hover {
background-color: #B2A9A0;
}
.menu-toggle.open .hamburger:hover {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);	
}
@media only screen and (min-width: 992px) {
header {
width: 96px;
height: 100vh;
left: auto;
background-color: transparent;
box-shadow: none;
}
.header-inner {
height: 100vh;
}
.menu-toggle {
top: 20px;
right: 20px;
left: auto;
}
.hamburger {
width: 60px;
height: 60px;
}
}
.hamburger span {
display: block;
width: 24px;
-webkit-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
}
.hamburger span:after {
content: "";
width: 100%;
height: 3px;
display: flex;
justify-content: center;
align-items: center;
background-color: #262617;
border-radius: 5px;
-webkit-border-radius: 5px;
-webkit-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
}
.hamburger span.line-top:after {
-webkit-transform: translate(0, -4px);
-ms-transform: translate(0, -4px);
transform: translate(0, -4px);
}
.hamburger span.line-bottom:after {
-webkit-transform: translate(0, 4px);
-ms-transform: translate(0, 4px);
transform: translate(0, 4px);
}
.menu-toggle.open .hamburger span.line-bottom {
-webkit-transform: rotate(135deg);
-ms-transform: rotate(135deg);
transform: rotate(135deg);
}
.menu-toggle.open .hamburger span.line-top {
-webkit-transform: rotate(225deg);
-ms-transform: rotate(225deg);
transform: rotate(225deg);
}
.menu-toggle.open .hamburger span.line-top:after {
-webkit-transform: translate(-1px, -1px);
-ms-transform: translate(-1px, -1px);
transform: translate(-1px, -1px);
}
.menu-toggle.open .hamburger span.line-bottom:after {
-webkit-transform: translate(-1px, 1px);
-ms-transform: translate(-1px, 1px);
transform: translate(-1px, 1px);
}
.menu-container {
width: 100%;
max-width: 100%;
height: 100vh;
padding: 96px 24px 96px 24px;
background-color: #262617;
position: fixed;
left: 0;
top: 0;
bottom: auto;
z-index: 999;
transform: translateY(calc(-100% - 72px));
transition: transform 0.25s ease, opacity 0.5s ease;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: flex-start;
overflow: auto !important;
opacity: 0.5;
}
.menu-opened .menu-container {
transform: translateY(0);
opacity: 1;
}
.menu-container .news article {
margin-bottom: 30px;
}
.menu-container .news article:last-child {
margin-bottom: 0;
}
.menu-container h2 {
color: #262617;
}
.menu-container h2 span {
font-weight: 400;
}
.menu-container h2, .menu-container h3 {
font-family: 'Work Sans', 'Helvetica', sans-serif;
font-weight: 600;
}
.menu-container .news h3 {
color: #fff;
text-transform: none;
--min: 18px;
--val: 4vw;
--max: 22px;
}
.menu-container .news h3 a {
color: #fff;
border-bottom: 0;
}
.menu-container .news h3 a:hover {
color: #B2A9A0;
border-bottom: 0;
}
.menu-container .news p {
font-weight: 300;
}
.head-desktop {
display: none;
}
.head-desktop a {
font-size: 20px;
color: #fff;
text-transform: uppercase;
text-decoration: none;
letter-spacing: 1px;
display: block;
transition: color 0.3s;
}
.head-desktop a:hover {
color: #B2A9A0;
}
.head-desktop .logo a {
font-weight: 600;
color: #fff;
}
.head-desktop .logo a span {
font-weight: 400;
}
.head-desktop .logo a:hover {
color: #B2A9A0;
}
.menu-opened .head-desktop a {
color: #262617;
transition: color 0.3s;
}
.menu-opened .head-desktop .divider span {
background-color: #262617;
}
.head-mobile {
width: 240px;
height: 72px;
display: flex;
align-items: center;
justify-content: space-around;
}
.head-mobile .phone,
.head-mobile .mail {
}
.head-mobile .logo {
font-size: 24px;
font-weight: 600;
color: #262617;
}
.head-mobile .logo span {
font-weight: 400;
}
.head-mobile .logo {
height: 36px;
margin-left: 24px;
display: inline-block;
}
.head-mobile svg {
width: 36px;
height: 36px;
fill: #262617 !important;
}
.head-desktop .divider {
display: none;
}
.head-desktop .phone .text, 
.head-desktop .mail .text {
display: none;
}
.head-desktop .phone .icon, 
.head-desktop .mail .icon {
width: 44px;
height: 44px;
display: block;
}
.head-desktop .phone .icon svg, 
.head-desktop .mail .icon svg {
fill: #ffffff;
}
.head-desktop .phone, 
.head-desktop .mail {
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
}
.head-desktop .logo {
-webkit-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
transform: rotate(-180deg);
}
@media only screen and (min-height: 1024px) {
.head-desktop .phone, 
.head-desktop .mail {
-webkit-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
transform: rotate(-180deg);
}
.head-desktop .phone .text,
.head-desktop .mail .text {
display: block;
}
.head-desktop .phone .icon, 
.head-desktop .mail .icon {
display: none;
}
}
@media only screen and (min-width: 992px) {
.head-desktop {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
height: 100vh;
padding: 120px 0;
}
.head-desktop .phone,
.head-desktop .mail,
.head-desktop .logo {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-writing-mode: vertical-lr;
-ms-writing-mode: tb-lr;
writing-mode: vertical-lr;
padding: 20px 0;
margin-top: 20px;
}
.head-desktop .divider {
margin-top: 20px;
display: block;
}
.head-desktop .divider span {
width: 2px;
height: 48px;
margin: 0 auto;
background-color: #fff;
display: block;
}
.head-mobile {
display: none;
}
.menu-container {
width: 100%;
height: 100%;
left: 0;
top: 0;
}
.menu-container .container, .menu-container .container .row {
height: 100%;
}
.hamburger span {
width: 36px;
}
}
@media only screen and (min-width: 1200px) {
.head-desktop .phone,
.head-desktop .mail,
.head-desktop .logo {
margin-top: 40px;	
}
.head-desktop .divider {
margin-top: 40px;
display: block;
}
.head-desktop .divider span {
height: 96px;
}
}
#main {
padding-top: 0;
}
.container {
width: 100%;
max-width: 1600px;
margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
}
@media only screen and (min-width: 992px) {
#main {
padding-top: 0;
}
.container {
padding-left: 40px;
padding-right: 40px;
}
}
.content {
margin-right: 4em;
overflow: hidden;
}
@media only screen and (max-width: 992px) {
.content {
margin-right: 0;
}
} #hero .logo, 
.hero .logo, 
.hero2 .logo {
background-image: url(//www.sn-projektentwicklung.de/wp-content/uploads/logo-sebastian-nickel-light.svg);
background-repeat: no-repeat;
background-position: center center;
width: 360px;
height: 30px;
display: block;
position: absolute;
left: 10vw;
top: 10vh;
z-index: 100;
overflow: hidden;
}
.hero .title,
.hero2 .title {
width: 100%;
max-width: 70vw;
margin: 0;
padding: 0;
font-weight: 400;
color: #fff;
line-height: 1;
text-align: center;
letter-spacing: 0;
position: absolute;
bottom: 160px;
left: calc(50% - 35vw);
z-index: 100;
display: block;
text-shadow: 0 0 16px rgba(0, 0, 0, 0.25);
}
.hero .title span:not(.h1),
.hero2 .title span:not(.h1) {
margin: 10px 0 0 0;
font-weight: 400;
color: #fff;
line-height: 1.25;
letter-spacing: 1px;
text-transform: none;
--min: 22px;
--val: 4vw;
--max: 36px;
display: block;
}
.hero .title span.h1,
.hero2 .title span.h1 {
color: #fff;
}
.hero .title .button,
.hero2 .title .button {
margin: 40px 0 0 0;
padding: 10px 30px;
background-color: transparent;
border-radius: 20px;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
font-weight: 600;
--min: 16px;
--val: 4vw;
--max: 18px;
color: #fff;
letter-spacing: 1px;
text-transform: uppercase;
line-height: 1.5;
display: inline-block;
}
.hero .title .button:hover,
.hero2 .title .button:hover {
background-color: #B2A9A0;
color: #262617;
text-shadow: none;
}
.hero .overlay,
.hero2 .overlay {
width: 100%;
height: 40vh;
background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.4));
position: absolute;
left: 0;
bottom: 0;
z-index: 2;
}
@media only screen and (max-width: 992px) {
.hero .title,
.hero2 .title {
max-width: 90vw;
left: calc(50% - 45vw);
bottom: 40px;
}
#hero .logo, 
.hero .logo, 
.hero2 .logo {
display: none;
}
}
.swiper.hero .swiper-wrapper, .swiper.hero2 .swiper-wrapper {
width: 100%;
height: 100vh;
}
.swiper.hero .swiper-slide img, 
.swiper.hero .swiper-slide picture,
.swiper.hero2 .swiper-slide img, 
.swiper.hero2 .swiper-slide picture {
width: 100%;
height: 100%;
display: block;
object-fit: cover;
opacity: 1;
transition: opacity 1s ease, transform 1s ease;
-webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
transform: scale(1.1);
-webkit-transform: scale(1.1);
}
.swiper.hero .swiper-slide.swiper-slide-active img, 
.swiper.hero .swiper-slide.swiper-slide-active picture,
.swiper.hero2 .swiper-slide.swiper-slide-active img, 
.swiper.hero2 .swiper-slide.swiper-slide-active picture {
opacity: 1;
transform: scale(1);
-webkit-transform: scale(1);
} #nav-main {
margin: 0;
padding: 0;
}
#nav-main li {
list-style: none;
font-weight: 600;
color: #fff;
display: block;
--min: 32px;
--val: 4vw;
--max: 48px;
}
#nav-main li a {
color: #fff;
font-weight: 600;
text-decoration: none;
line-height: 1.8;
display: block;
--min: 32px;
--val: 4vw;
--max: 48px;
}
#nav-main li a[aria-current='page'],
#nav-main li.current-menu-item a {
color: #B2A9A0;
}
#nav-main li a:hover {
color: #B2A9A0;
}
.nav-main {
margin: 0;
padding: 0;
}
.nav-main li {
margin: 0;
padding: 0;
list-style: none;
font-weight: 600;
color: #fff;
display: block;
--min: 32px;
--val: 4vw;
--max: 48px;
}
.nav-main li a {
color: #fff;
font-weight: 600;
text-decoration: none;
line-height: 1.5;
display: block;
--min: 32px;
--val: 4vw;
--max: 48px;
position: relative;
}
.nav-main li:not(.current-menu-item):hover a:not([aria-current='page']) {
padding: 0 0 0 44px;
}
.nav-main li:not(.current-menu-item) a:not([aria-current='page']):before {
content: '';
width: 0;
height: 3px;
background-color: #fff;
display: inline-block;
position: absolute;
top: 50%;
left: 0;
transition: width .35s linear;
}
.nav-main li:not(.current-menu-item):hover a:not([aria-current='page']):before {
width: 24px;
}
.nav-main li a[aria-current='page'],
.nav-main li.current-menu-item a {
color: #B2A9A0;
}
.nav-main li:not(.current-menu-item) a:not([aria-current='page']):hover {
color: #fff;
}
.nav-meta {
margin: 0;
padding: 0;
}
.nav-meta li {
list-style: none;
margin-right: 20px;
font-weight: 300;
color: #262617;
line-height: 1.8;
letter-spacing: 1px;
display: block;
--min: 18px;
--val: 4vw;
--max: 20px;
}
.nav-meta li:last-child {
margin-right: 0;
}
.nav-meta li a {
font-weight: 300;
color: #262617;
line-height: 1.2;
letter-spacing: 1px;
border-bottom: 1px solid transparent;
--min: 18px;
--val: 4vw;
--max: 20px;
}
.nav-meta li a[aria-current='page'], 
.nav-meta li.current-menu-item a {
font-weight: 600;
}
.nav-meta li a:hover {
border-bottom: 1px solid #262617;
}
@media only screen and (min-width: 1200px) {
.nav-meta li {
display: inline-block;
}
} ::-moz-selection {
color: #fff;
background: #B2A9A0;
}
::selection {
color: #fff;
background: #B2A9A0;
} .svg-icon {
width: 1em;
height: 1em;
}
.svg-icon path,
.svg-icon polygon,
.svg-icon rect {
fill: #B2A9A0;
}
.svg-icon circle {
stroke: #B2A9A0;
stroke-width: 1;
}
footer {
}
footer p, footer address {
line-height: 1.8;
}
footer address {
padding-left: 48px;
position: relative;
}
footer address:before {
content: '';
background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" class="svg-icon" viewBox="0 0 20 20"><path fill="%23262617" d="M10,1.375c-3.17,0-5.75,2.548-5.75,5.682c0,6.685,5.259,11.276,5.483,11.469c0.152,0.132,0.382,0.132,0.534,0c0.224-0.193,5.481-4.784,5.483-11.469C15.75,3.923,13.171,1.375,10,1.375 M10,17.653c-1.064-1.024-4.929-5.127-4.929-10.596c0-2.68,2.212-4.861,4.929-4.861s4.929,2.181,4.929,4.861C14.927,12.518,11.063,16.627,10,17.653 M10,3.839c-1.815,0-3.286,1.47-3.286,3.286s1.47,3.286,3.286,3.286s3.286-1.47,3.286-3.286S11.815,3.839,10,3.839 M10,9.589c-1.359,0-2.464-1.105-2.464-2.464S8.641,4.661,10,4.661s2.464,1.105,2.464,2.464S11.359,9.589,10,9.589"></path></svg>');
background-repeat: no-repeat;
width: 32px;
height: 32px;
display: block;
position: absolute;
left: 0;
top: 4px;
}
footer p.opening {
padding-left: 48px;
position: relative;
}
footer p.opening:before {
content: '';
background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" class="svg-icon" viewBox="0 0 20 20"><path fill="%23262617" d="M10.25,2.375c-4.212,0-7.625,3.413-7.625,7.625s3.413,7.625,7.625,7.625s7.625-3.413,7.625-7.625S14.462,2.375,10.25,2.375M10.651,16.811v-0.403c0-0.221-0.181-0.401-0.401-0.401s-0.401,0.181-0.401,0.401v0.403c-3.443-0.201-6.208-2.966-6.409-6.409h0.404c0.22,0,0.401-0.181,0.401-0.401S4.063,9.599,3.843,9.599H3.439C3.64,6.155,6.405,3.391,9.849,3.19v0.403c0,0.22,0.181,0.401,0.401,0.401s0.401-0.181,0.401-0.401V3.19c3.443,0.201,6.208,2.965,6.409,6.409h-0.404c-0.22,0-0.4,0.181-0.4,0.401s0.181,0.401,0.4,0.401h0.404C16.859,13.845,14.095,16.609,10.651,16.811 M12.662,12.412c-0.156,0.156-0.409,0.159-0.568,0l-2.127-2.129C9.986,10.302,9.849,10.192,9.849,10V5.184c0-0.221,0.181-0.401,0.401-0.401s0.401,0.181,0.401,0.401v4.651l2.011,2.008C12.818,12.001,12.818,12.256,12.662,12.412"></path></svg>');
background-repeat: no-repeat;
width: 32px;
height: 32px;
display: block;
position: absolute;
left: 0;
top: 4px;
}
footer p.contact {
padding-left: 48px;
position: relative;
}
footer p.contact:before {
content: '';
background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" class="svg-icon" viewBox="0 0 20 20"><path fill="%23262617" d="M17.388,4.751H2.613c-0.213,0-0.389,0.175-0.389,0.389v9.72c0,0.216,0.175,0.389,0.389,0.389h14.775c0.214,0,0.389-0.173,0.389-0.389v-9.72C17.776,4.926,17.602,4.751,17.388,4.751 M16.448,5.53L10,11.984L3.552,5.53H16.448zM3.002,6.081l3.921,3.925l-3.921,3.925V6.081z M3.56,14.471l3.914-3.916l2.253,2.253c0.153,0.153,0.395,0.153,0.548,0l2.253-2.253l3.913,3.916H3.56z M16.999,13.931l-3.921-3.925l3.921-3.925V13.931z"></path></svg>');
background-repeat: no-repeat;
width: 32px;
height: 32px;
display: block;
position: absolute;
left: 0;
top: 4px;
}
footer h4, footer p, footer p a, footer address {
color: #262617 !important;
}
footer h4 span {
font-weight: 400;
}
footer p a:hover {
border-bottom: 1px solid #262617 !important;
} .pt-5 {
padding-top: 5rem !important;
}
.pb-5 {
padding-bottom: 5rem !important;
}
.pt-4 {
padding-top: 4rem !important;
}
.pb-4 {
padding-bottom: 4rem !important;
}
.pt-3 {
padding-top: 2rem !important;
}
.pb-3 {
padding-bottom: 2rem !important;
}
.pt-2 {
padding-top: 1.5rem !important;
}
.pb-2 {
padding-bottom: 1.5rem !important;
}
.pt-1 {
padding-top: 1rem !important;
}
.pb-1 {
padding-bottom: 1rem !important;
}
@media (min-width: 1400px) {
.pb-xxl-0 {
padding-bottom: 0!important;
}
}
@media (min-width: 1200px) {
.pb-xl-0 {
padding-bottom: 0!important;
}
}
@media (min-width: 992px) {
.pb-lg-0 {
padding-bottom: 0!important;
}
}
@media (min-width: 768px) {
.pb-md-0 {
padding-bottom: 0!important;
}
}
@media (min-width: 576px) {
.pb-sm-0 {
padding-bottom: 0!important;
}
} .table td {
border-bottom: 1px solid #262617;
} .opening-hours {
width: 100%;
} .projects-item-container {
margin: 0 -20px;
}
.projects-item {
margin: 0 0 0 0;
padding: 20px 20px;
position: relative;
z-index: 0;
}
.projects-item img {
width: 100%;
height: auto;
}
.projects-item a .overlay {
visibility: hidden;
opacity: 0;
transition: all .3s;
display: flex;
align-items: center;
justify-content: center;
backdrop-filter: blur(24px);
-webkit-backdrop-filter: blur(24px);
font-size: 32px;
font-weight: 600;
color: #fff;
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index: 5;
}
.projects-item a:hover .overlay {
visibility: visible;
opacity: 1;
transform: scale(0.9);
}
.projects-item .desc {
position: relative;
z-index: 1;
padding: 5px 20px;
color: #262617;
display: block;
}
.projects-item a:hover .desc {
color: #B2A9A0;
}
.projects-images {
}
@media only screen and (max-width: 992px) {
.projects-item-container {
margin: 0;
}
.projects-item {
margin: 0 0 40px 0;
padding: 0;
}
.projects-item a .overlay {
font-size: 24px; 
}
} .arrow {
margin-top: 20px;
display: block;
-webkit-animation: pulse 2s infinite;
animation: pulse 2s infinite;
color: #fff !important;
}
.arrow:hover {
color: #B2A9A0 !important;
}
.arrow::before {
border-style: solid;
border-width: 2px 2px 0 0;
content: '';
display: inline-block;
width: 20px;
height: 20px;
position: relative;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
vertical-align: top;
}
.arrow.bottom:before {
top: 0;
-webkit-transform: rotate(135deg);
-ms-transform: rotate(135deg);
transform: rotate(135deg);
} @keyframes pulse {
0% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
50% {
-webkit-transform: translate(0, 10px);
transform: translate(0, 10px);
}
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
} blockquote p {
margin-bottom: 1em;
font-size: 24px;
font-weight: 200;
font-style: normal;
line-height: 1.6em;
}
blockquote footer {
font-size: 12px;
font-weight: 200;
text-transform: uppercase;
letter-spacing: 2px;
}
blockquote footer,
blockquote small,
blockquote .small {
display: block;
font-size: 80%;
line-height: 1.4em;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
content: '\2014 \00A0';
} .wps-form {
width: 100%;
margin: 0 auto;
padding: 0;
}
.wps-form-row {
display: flex;
flex-direction: column;
width: 100%;
margin-bottom: 5px;
}
.wps-form-row .wpcf7-form-control {
width: 100%;
}
.wps-form-column {
flex: 1;
padding: 0.5rem 0;
width: 100%;
}
.wps-form-column.center {
text-align: center;
}
.wps-form-column.right {
text-align: right;
}
.wps-form-column.single {
padding: 0.5rem 0 !important;
}
@media only screen and (min-width: 48em) {
.wps-form-row {
flex-direction: row;
}
.wps-form-column {
padding: 0.5rem 1rem;
}
.wps-form-column:nth-child(odd) {
padding: 0.5rem 1rem 0.5rem 0;
}
.wps-form-column:nth-child(even) {
padding: 0.5rem 0 0.5rem 1rem;
}
}
.wps-form fieldset {
margin: 0 0 40px 0;
padding: 0;
border: 0;
}
.wpcf7-form-control-wrap,
.wpcf7-quiz-label {
margin: 5px 0 5px 0;
display: block;
}
.wpcf7-form label {
margin: 0 0 5px 0;
font-size: 18px;
color: #262617;
font-weight: 400;
letter-spacing: 0;
line-height: 24px;
display: block;
}
.wpcf7-form label a {
text-decoration: none;
}
.wpcf7-select,
.wpcf7-text,
.wpcf7-textarea,
.wpcf7-date,
.wpcf7-email {
width: 100%;
padding: 16px 10px !important;
background: #fff !important;
font-size: 18px;
letter-spacing: 1px;
color: #262617 !important;
line-height: 20px;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-top: 1px solid transparent;
border-bottom: 1px dotted #B2A9A0 !important;
border-left: 1px solid transparent;
border-right: 1px solid transparent;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.wpcf7-select:focus,
.wpcf7-text:focus,
.wpcf7-textarea:focus,
.wpcf7-date:focus,
.wpcf7-email:focus {
border-bottom: 1px solid #262617 !important;
outline: 0;
}
.wpcf7-select {
padding: 14px 10px !important;
line-height: 24px;
-webkit-appearance: none;
max-width: 100%;
overflow: hidden;
word-wrap: normal !important;
white-space: normal;
}
.wpcf7-date {
padding: 16px 10px !important;
line-height: 20px;
-webkit-appearance: none;
}
.wpcf7-submit {
width: auto !important;
padding: 16px 40px !important;
background-color: #B2A9A0;
font-size: 18px;
font-weight: 600;
letter-spacing: 0.1em;
color: #262617;
line-height: 21px;
text-transform: uppercase;
border-radius: 20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border: 1px solid #B2A9A0;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
transition: all .3s ease 0ms !important;
}
.wpcf7-submit:hover {
background-color: #D6D1CA;
border: 1px solid #D6D1CA;
box-shadow: 0 0 30px -17px rgba(0, 0, 0, .58);
}
.wpcf7-submit:disabled {
opacity: 0.5;
}
.required {
color: #B2A9A0;
}
.wpcf7-form p {
margin: 0 0 10px 0;
}
.wpcf7-not-valid {
border-bottom: 1px solid #AC4F4F !important;
}
.wpcf7-response-output,
.wpcf7-validation-errors,
.wpcf7-acceptance-missing {
margin: 0 0 20px 0 !important;
padding: 20px !important;
font-size: 18px;
color: #fff;
background-color: #AC4F4F;
border: 0 !important;
}
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7-mail-sent-ok {
background-color: #7ba963 !important;
}
.wpcf7-not-valid-tip {
color: #AC4F4F !important;
}
.wpcf7-list-item {
margin: 0 !important;
}
.wpcf7-form span.wpcf7-list-item {
display: block;
}
.wpcf7-list-item-label {
margin-left: 16px;
}
.wpcf7-form .wpcf7-checkbox label,
.wpcf7-form .wpcf7-acceptance label {
position: relative;
font-size: 18px !important;
font-weight: 200;
line-height: 32px;
}
.wpcf7-form .wpcf7-checkbox label a,
.wpcf7-form .wpcf7-acceptance label a {
font-size: 18px !important;
}
.wpcf7-form .wpcf7-checkbox input[type=checkbox],
.wpcf7-form .wpcf7-acceptance input[type=checkbox] {
position: relative;
visibility: hidden;
}
.wpcf7-form .wpcf7-checkbox input[type=checkbox]+span,
.wpcf7-form .wpcf7-acceptance input[type=checkbox]+span {
display: inline-block;
margin: -24px 0 0 44px;
}
.wpcf7-form .wpcf7-checkbox input[type=checkbox]+span:before,
.wpcf7-form .wpcf7-acceptance input[type=checkbox]+span:before {
display: block;
position: absolute;
content: '';
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
height: 32px;
width: 32px;
top: 0;
left: 0;
background-color: #fff;
border: 1px dotted #B2A9A0;
}
.wpcf7-form .wpcf7-checkbox input[type=checkbox]+span:before:hover,
.wpcf7-form .wpcf7-acceptance input[type=checkbox]+span:before:hover {
outline: 5px solid #eee;
}
.wpcf7-form .wpcf7-checkbox input[type=checkbox]+span:after,
.wpcf7-form .wpcf7-acceptance input[type=checkbox]+span:after {
display: block;
position: absolute;
content: '\2713';
top: 0;
left: 4px;
visibility: hidden;
font-size: 32px;
color: #262617;
}
.wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked+span:before,
.wpcf7-form .wpcf7-acceptance input[type=checkbox]:checked+span:before {
background-color: #fff;
border: 1px solid #262617;
}
.wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked+span:after,
.wpcf7-form .wpcf7-acceptance input[type=checkbox]:checked+span:after {
visibility: visible;
}
::placeholder {
color: #88837C !important;
}
.form form fieldset input.field.error:focus,
.form form fieldset select.error:focus,
.form form fieldset textarea.error:focus,
.formTab form fieldset input.field.error:focus,
.formTab form fieldset select.error:focus,
.formTab form fieldset textarea.error:focus,
.form form fieldset input[type="checkbox"].error:focus+label:before {
border: 1px solid #AC4F4F;
}
p.error {
width: auto;
max-width: 640px;
margin: 0 auto 25px auto;
padding: 10px;
font-size: 32px;
color: #ffffff;
text-align: left;
line-height: 125%;
background-color: #AC4F4F;
}
p.success {
width: auto;
max-width: 640px;
margin: 0 auto 25px auto;
padding: 10px;
font-size: 32px;
color: #ffffff;
text-align: left;
line-height: 125%;
background-color: #7ba963;
}
p.error i,
p.success i {
margin-right: 10px;
}
span.error {
font-weight: 600;
color: #AC4F4F;
}
span.required {
color: #B2A9A0;
} input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
border-color: #262617;
-webkit-text-fill-color: #262617;
-webkit-box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0.15) inset;
transition: background-color 5000s ease-in-out 0s;
} .breadcrumb {
align-items: center;
}
.breadcrumb .current-page {
font-size: 20px;
color: #B2A9A0;
}
.breadcrumb .delimiter {
margin: 0 8px;
} ul.files {
margin: 0 auto;
padding: 0;
}
ul.files li {
list-style: none;
font-weight: 200;
border-right: 1px solid #262617;
padding-right: 10px;
margin-right: 10px;
display: inline-block;
}
ul.files li:last-child {
border-right: 0;
padding-right: 0;
margin-right: 0;
}
hr {
margin: 30px 0;
border: 0;
height: 1px;
background: rgba(0, 0, 0, 0.2);
} ol.list {
list-style: none;
counter-reset: my-awesome-counter;
margin: 0;
padding: 20px 0 0 0;
border-top: 1px solid #262617;
}
ol.list li {
counter-increment: my-awesome-counter;
margin: 0 0 20px 0;
padding: 0 0 20px 2.5em;
border-bottom: 1px solid #262617;
font-size: 20px;
}
ol.list li::before {
content: counter(my-awesome-counter);
font-weight: 600;
font-size: 32px;
color: #262617;
width: 1em;
margin-left: -1.5em;
margin-right: 0.5em;
font-family: 'Work Sans', sans-serif;
line-height: 1;
display: inline-block;
} ul.list {
margin: 40px 0;
padding: 0;
text-align: left;
list-style: none;
}
ul.list li {
margin: 0 0 10px 0;
padding: 0 0 0 27px;
font-size: 20px;
font-weight: 600;
font-style: normal;
line-height: 150%;
list-style-position: outside;
display: block;
position: relative;
}
ul.list li::before {
margin: 0 0 0 0;
padding: 0 0 0 0;
content: '';
display: inline-block;
width: 9px;
height: 9px;
border-top: 1px solid #262617;
border-right: 1px solid #262617;
transform: rotate(45deg);
position: absolute;
top: 9px;
left: 0;
} .box {
min-height: 200px;
margin: 10px 5px;
padding: 20px 30px 10px;
border-radius: 9px;
background-color: #fff;
box-shadow: 1px 1px 15px -12px #262617;
position: relative;
animation-duration: 1000ms;
animation-delay: 0ms;
opacity: 0;
animation-timing-function: ease-in-out;
transform: scale3d(0.96, 0.96, 0.96);
}
.box:hover {
-webkit-transform: translate(0px, -2px);
-ms-transform: translate(0px, -2px);
transform: translate(0px, -2px);
}
.box-content {
margin: 0 auto;
padding: 20px 0;
text-align: center;
}
.box {
margin: 0 0 60px 0;
}
.box.white,
.box.black {
box-shadow: 0 15px 20px -15px rgba(0, 0, 0, .1), 0 35px 50px -25px rgba(0, 0, 0, .1), 0 85px 60px -25px rgba(0, 0, 0, 0);
}
.box.white {
background: #fff;
color: #262617;
}
.box.black {
background: #262617;
color: #fff;
}
.box .content {
padding: 40px 40px;
}
.box.black p a {
color: #fff;
border-bottom: 1px solid #fff;
}
.box.black p a:hover {
border-bottom: 1px solid transparent;
}
.box.black .animated-arrow,
.box.black .animated-arrow:hover {
color: #fff !important;
}
.box.black .animated-arrow:hover>.the-arrow.-left>.shaft {
background-color: #fff !important;
}
.box.black .animated-arrow:hover>.the-arrow.-left>.shaft:before,
.box.black .animated-arrow:hover>.the-arrow.-left>.shaft:after {
background-color: #fff !important;
}
.box.black .the-arrow>.shaft {
background-color: #fff !important;
}
.box.black .the-arrow>.shaft:before,
.box.black .the-arrow>.shaft:after {
background-color: #fff !important;
}
.box.black .the-arrow.-left>.shaft {
background-color: #fff !important;
}
.box.black .the-arrow.-left>.shaft:before,
.box.black .the-arrow.-left>.shaft:after {
background-color: #fff !important;
}   .more-link {
padding: 20px 0 0 0;
}
.nav-prev .more-link,
.nav-next .more-link {
padding: 0;
margin: 0;
}
.nav-prev .more-link {
text-align: left;
}
.more-link a {
padding: 0 32px 0 0;
font-size: 18px;
font-weight: 600;
letter-spacing: 1px;
text-transform: uppercase;
text-decoration: none;
border: 0;
position: relative;
}
.nav-prev .more-link a {
padding: 0 0 0 32px;
}
.more-link a:hover,
.more-link a:hover span {
color: #B2A9A0;
border: 0;
}
.more-link a:before,
.more-link a:after,
.nav-prev .more-link a:before,
.nav-prev .more-link a:after {
content: '';
position: absolute;
display: inline-block;
width: 15px;
height: 2px;
margin: auto 0 auto 0;
vertical-align: middle;
background: #B2A9A0;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.more-link a:before {
right: 0;
top: 15px;
transform: rotate(-45deg);
}
.more-link a:after {
right: 0;
top: 5px;
transform: rotate(45deg);
}
.nav-prev .more-link a:after {
left: 0;
top: 15px;
transform: rotate(45deg);
}
.nav-prev .more-link a:before {
left: 0;
top: 5px;
transform: rotate(-45deg);
}
.more-link a:hover:after,
.more-link a:hover:before,
.nav-prev .more-link a:hover:before,
.nav-prev .more-link a:hover:after { }
.more-link a:hover:after {
transform: translateX(10px) rotate(45deg);
}
.more-link a:hover:before {
transform: translateX(10px) rotate(-45deg);
}
.nav-prev .more-link a:hover:before {
transform: translateX(-10px) rotate(-45deg);
}
.nav-prev .more-link a:hover:after {
transform: translateX(-10px) rotate(45deg);
}
@media (max-width: 575px) {
.more-link {
padding: 10px 0 0 0;
}
} .map-marker:before {
font-family: 'et-line';
content: "\e047";
font-size: 24px;
margin-bottom: 6px;
display: block;
} .slider-down-arrow {
position: absolute;
z-index: 10;
bottom: 70px;
left: 0;
width: 100%;
text-align: center;
font-size: 32px;
font-family: 'ETmodules';
color: #fff;
}
.slider-down-arrow a {
line-height: 1em;
display: inline-block;
color: #fff !important;
text-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
transition: all 0.2s ease;
}
.slider-down-arrow a:not(:hover) {
animation: fullwidth-header-bounce 2.2s ease-out infinite;
}
.slider-down-arrow a:hover {
text-shadow: 0 2px 10px rgba(0, 0, 0, 0.85);
}
@media (min-width: 1200px) {
.slider-down-arrow {
bottom: 90px;
font-size: 48px;
}
}
@media (max-width: 980px) {
.slider-down-arrow {
display: none;
}
}  .icon-list {
margin: 0 !important;
padding: 0 !important;
}
.icon-list li {
margin: 0 0 20px 0;
padding: 0;
list-style: none;
line-height: 36px;
}
.icon-list li a {
font-size: 24px;
color: #262617;
text-decoration: none;
}
.icon-list li a:hover {
color: #262617;
}
.icon-list li a::before {
width: 36px;
height: 36px;
speak: none;
font-style: normal;
font-weight: 200;
-webkit-font-feature-settings: normal;
font-feature-settings: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-shadow: 0 0;
font-size: 36px;
color: #777;
float: left;
margin-right: 10px;
opacity: 1;
}
.icon-list li a:hover::before {
opacity: 0.7;
} .icons-list {
margin: 0 auto 40px auto !important;
padding: 0 0 20px 0 !important;
list-style: none !important;
}
.icons-list li {
width: 33.3%;
margin: 0 0 0 0 !important;
padding: 0 !important;
display: inline-block !important;
}
.icons-list li .grid-icons {
font-size: 36px !important;
font-weight: 400 !important;
}
.icons-list li:before {
display: none;
}
.icons-list li a {
width: 44px;
height: 44px;
color: #262617;
}
.icons-list li a:hover {
color: #262617;
}
@media (max-width: 992px) {
.icons-list li .grid-icons {
font-size: 28px !important;
}
}
@media (max-width: 575px) {
.icons-list li {
width: 100%;
margin: 0 0 20px 0 !important;
}
.icons-list li:last-child {
margin: 0 !important;
}
.icons-list li .grid-icons {
font-size: 24px !important;
}
} .swiper {
width: 100%;
}
.swiper-slide {
text-align: center;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.swiper-button-next,
.swiper-button-prev {
width: 44px !important;
height: 44px !important;
background: #B2A9A0;
border-radius: 50% !important;
-webkit-border-radius: 50% !important;
-moz-border-radius: 50% !important;
position: absolute;
cursor: pointer;
z-index: 999;
transition-property: background;
transition-duration: 0.15s;
}
.swiper-button-next {
right: 20px;
}
.swiper-button-prev {
left: 20px;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
background: #262617;
}
.swiper-button-next::after,
.swiper-button-prev::after,
.swiper-button-next::before,
.swiper-button-prev::before {
content: '' !important;
width: 16px;
height: 1px;
background: #262617;
position: absolute;
}
.swiper-button-next::after {
right: 12px;
top: 16px;
transform: rotate(-135deg);
}
.swiper-button-next::before {
right: 12px;
top: 27px;
transform: rotate(135deg);
}
.swiper-button-prev::after {
left: 12px;
top: 27px;
transform: rotate(-135deg);
}
.swiper-button-prev::before {
left: 12px;
top: 16px;
transform: rotate(135deg);
}
.swiper-button-next:hover::after,
.swiper-button-prev:hover::after,
.swiper-button-next:hover::before,
.swiper-button-prev:hover::before {
background: #B2A9A0;
}
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
bottom: 20px !important;
}
.swiper-pagination-bullet {
width: 32px !important;
height: 6px !important;
margin-right: 10px !important;
background: #fff !important;
opacity: 0.3 !important;
border-radius: 0 !important;
}
.swiper-pagination-bullet-active {
background: #fff !important;
opacity: 1 !important;
}
.swiper-pagination-bullet:only-child {
visibility: hidden;
}
@media (max-width: 575px) {
.swiper-button-prev {
display: none !important;
}
.swiper-button-next {
display: none !important;
}
.swiper-pagination {}
.swiper-pagination-bullet {
width: 24px !important;
height: 4px !important;
}
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
bottom: 10px !important;
}
} #swiper-planes {
position: relative;
z-index: 0;
max-height: 960px;
overflow: hidden;
}
#swiper-planes .info {
padding: 4px 8px;
background: #262617;
font-size: 14px;
font-weight: 600;
color: #B2A9A0;
text-transform: uppercase;
letter-spacing: 1px;
position: absolute;
left: 0;
top: 0;
z-index: 5;
}
#swiper-planes .info.new {
background: #B2A9A0;
color: #262617;
}
#swiper-planes .swiper-slide {
background-position: center !important;
background-size: cover !important;
text-align: left;
}
#swiper-planes a,
.planes-item a {
width: 100%;
height: 100%;
display: block;
position: relative;
}
#swiper-planes img,
.planes-item img {
width: 100%;
height: auto;
position: relative;
z-index: 1;
}
#swiper-planes .overlay,
.planes-item .overlay {
width: 100%;
height: 100%;
left: 0;
top: 0;
position: absolute;
z-index: 2;
background-color: rgba(0, 0, 0, 0.10);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
#swiper-planes .planes-text,
.planes-item .planes-text {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: flex-end;
flex-direction: column;
position: absolute;
z-index: 3;
}
#swiper-planes h3,
.planes-item h3 {
width: 100%;
margin: 0;
padding: 10px 20px;
font-size: 20px;
font-weight: 600;
color: #fff;
letter-spacing: 1px;
text-align: center;
text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
position: relative;
z-index: 100;
backdrop-filter: blur(33px);
-webkit-backdrop-filter: blur(33px);
background-color: #ffffff25;
display: block;
}
#swiper-planes h3 span,
.planes-item h3 span {
font-size: 16px;
font-weight: 400;
}
#swiper-planes a:hover h3,
.planes-item a:hover h3 {
display: none; 
}
#swiper-planes a {}
#swiper-planes a:hover .overlay,
.planes-item a:hover .overlay {
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.1);
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
#swiper-planes a .overlay-text,
.planes-item a .overlay-text {
display: none; 
}
#swiper-planes a:hover .overlay-text,
.planes-item a:hover .overlay-text {
width: 100%;
height: 100%;
font-size: 20px;
color: #fff;
letter-spacing: 2px;
text-transform: uppercase;
display: flex;
align-items: center;
justify-content: center;
}
#swiper-planes .swiper-slide.swiper-slide-active,
#swiper-planes .swiper-slide:hover {}
#swiper-planes .swiper-pagination-bullet {
background: #fff !important;
}
#swiper-planes .swiper-pagination-bullet-active {
background: #B2A9A0 !important;
}
#swiper-plane-gallery {
position: relative;
z-index: 0;
overflow: hidden;
}
#swiper-plane-gallery img {
width: 100%;
height: auto;
display: block;
}
#swiper-plane-gallery .swiper-button-next {
right: 20px;
}
#swiper-plane-gallery .swiper-button-prev {
left: 20px;
}
#swiper-plane-gallery .swiper-pagination-bullet {
background: #fff !important;
}
#swiper-plane-gallery .swiper-pagination-bullet-active {
background: #B2A9A0 !important;
}
@media only screen and (max-width: 575px) {
#swiper-planes .planes-text, .planes-item .planes-text {
position: relative;
background-color: #262617;
}
#swiper-planes h3,
.planes-item h3 {
font-size: 18px !important;
text-shadow: none;
}
#swiper-planes a:hover h3,
.planes-item a:hover h3 {
display: block; 
}
} .swpm-join-us-link {
display: none;
} .planes-item-container {
display: flex;
display: -webkit-flex;
align-content: space-between;
justify-content: flex-start;
margin: 0 0;
flex-wrap: wrap;
gap: 60px;
}
.planes-item {
width: 100%;
height: 100%;
max-width: 615px;
margin: 0 0 0 0;
background-color: #fff;
position: relative;
z-index: 0;
}
.planes-item img {
width: 100%;
height: auto;
}
.planes-item .planes-content {
padding: 20px;
}
.planes-item .planes-content p:not(.more-link) {
margin: 0 0 20px 0;
}
.planes-item .content-overlay {
background: rgba(0, 50, 98, 0.7);
position: absolute;
height: 100%;
width: 100%;
left: 0;
top: 0;
bottom: 0;
right: 0;
opacity: 0;
-webkit-transition: all 0.4s ease-in-out 0s;
-moz-transition: all 0.4s ease-in-out 0s;
transition: all 0.4s ease-in-out 0s;
}
.planes-item .image:hover .content-overlay {
opacity: 1;
}
.planes-item .content-details {
position: absolute;
text-align: center;
padding-left: 1em;
padding-right: 1em;
width: 100%;
top: 50%;
left: 50%;
opacity: 0;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
}
.planes-item .image:hover .content-details {
top: 50%;
left: 50%;
opacity: 1;
}
.planes-item .content-details h3 {
font-size: 18px !important;
font-weight: 600;
color: #fff !important;
letter-spacing: 0.15em;
margin-bottom: 0.5em;
text-transform: uppercase;
}
.planes-item h2 {
font-size: 24px !important;
font-weight: 600 !important;
color: #262617 !important;
margin: 0 0 10px 0 !important;
line-height: 32px !important;
letter-spacing: 1px !important;
min-height: 64px;
}
.planes-item h2 a {
font-weight: 600 !important;
}
.planes-item .image {
margin: 0;
padding: 0;
position: relative;
}
.planes-item .image img {
vertical-align: top;
}
.planes-item .image a {
margin: 0;
padding: 0;
display: block;
}
.planes-item .info {
padding: 4px 8px;
background: #262617;
font-size: 14px;
font-weight: 600;
color: #fff;
text-transform: uppercase;
letter-spacing: 1px;
position: absolute;
left: 0;
top: 0;
z-index: 1000;
}
.planes-item a.hover {
font-size: 32px;
font-weight: 600;
text-align: center;
text-decoration: none;
margin: 0 auto;
padding: 0;
transition: all 0.2s ease-in-out;
position: relative;
}
.planes-item a.hover:before,
.planes-item a.hover:after {
content: "";
position: absolute;
bottom: -10px;
width: 0px;
height: 2px;
margin: 5px 0 0;
transition: all 0.2s ease-in-out;
transition-duration: 0.5s;
opacity: 0;
background-color: #262617;
}
.planes-item a.hover:before,
.planes-item a.hover:after {
left: 0;
}
.planes-item a.hover:hover { }
.planes-item a.hover:hover:before,
.planes-item a.hover:hover:after {
width: 100%;
opacity: 1;
}
@media screen and (max-width: 1200px) {
.planes-item {
max-width: 100%;
}
}
@media screen and (max-width: 575px) {
.planes-item:hover {
box-shadow: none;
}
.planes-item .planes-content {
padding: 0;
}
.planes-item a.hover {
font-size: 26px !important;
}
.planes-text {
font-size: 18px !important;
}
}
.title-image {
width: 100%;
height: 60vh;
position: relative;
z-index: 0;
}
.title-image img {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-size: contain;
background-position: center center;
}
.title-image .overlay {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index: 1;
background: rgba(0, 0, 0, 0.5);
}
.title-text {
display: flex;
align-items: flex-start;
justify-content: flex-end;
position: relative;
z-index: 999;
height: 90%;
flex-direction: column;
text-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
}
.title-text h1,
.title-text h4 {
color: #fff !important;
}
.title-text h1 {
font-weight: 600 !important;
}
.title-text h4 {
font-weight: 400 !important;
}
.plane-details {
padding: 40px 0 20px 0;
display: flex;
justify-content: space-between;
}
.plane-description p:last-child {
margin: 0;
}
.plane-equipment-list {
margin: 0 0 40px 0 !important;
padding: 0 !important;
}
.plane-equipment-list li {
margin: 0 0 5px 20px !important;
padding: 0 0 0 20px !important;
list-style: none;
list-style-position: inside;
line-height: 26px;
position: relative;
}
.plane-equipment-list li:last-child {
margin: 0 0 0 0;
}
.plane-equipment-list li::before {
width: 24px !important;
height: 2px !important;
background: #262617 !important;
content: '' !important;
margin: 0 0 0 -20px !important;
vertical-align: middle !important;
display: inline-block !important;
position: absolute !important;
top: 16px;
left: 0;
}
.plane-icons-list {
margin: 0 0 20px 0;
padding: 0 !important;
}
.plane-icons-list li {
width: 25%;
list-style: none;
margin: 0 0 40px 0 !important;
padding: 0 !important;
display: inline-block;
}
.plane-icons-list li:hover {
background: #fff;
}
.plane-icons-list li:before {
display: none;
}
@media screen and (max-width: 1200px) {
.title-text {
padding: 0 40px;
}
}
@media screen and (max-width: 992px) {
.title-image {
height: 50vh;
}
.plane-icons-list li {
width: 50%;
}
}
@media screen and (max-width: 768px) {
.title-text {
padding: 0 20px;
}
.title-text h1 {
font-size: 22px !important;
}
.title-text h4 {
font-size: 18px !important;
}
.plane-equipment-list li::before {
top: 12px;
}
}
@media screen and (max-width: 575px) {
.title-image {
height: 40vh;
}
.plane-icons-list li {
width: 100%;
}
}
.grid-icons {
margin: 0;
padding: 0;
font-size: 18px;
text-align: center;
}
.grid-icons .icon {
width: 96px;
height: 96px;
background: #262617;
color: #B2A9A0;
border-radius: 99em;
margin: 0 auto 10px auto;
padding: 0 0 0 0;
font-size: 48px;
line-height: 48px;
display: flex;
justify-content: center;
align-items: center;
}
.plane-rate {
padding: 20px 0 0 0;
}
.price {
font-size: 36px;
}
.breakfast {
font-size: 20px;
}
.button-nav {
margin: 0 !important;
padding: 0 0 20px 0 !important;
}
.button-nav li {
list-style: none;
margin: 0 20px 0 0 !important;
padding: 0 !important;
display: inline-block;
}
.button-nav li:last-child {
margin: 0 !important;
}
.button-nav li a {
margin: 0 !important;
}
@media screen and (max-width: 575px) {
.price {
font-size: 28px;
}
} .image-gallery {
gap: 40px;
}
.image-gallery img {
width: 100%;
height: auto;
}
.image-gallery .overlay {
background: transparent;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.image-gallery a {
z-index: 1;
position: relative;
width: 100%;
height: 100%;
display: block;
}
.image-gallery a:hover .overlay {
background: rgba(0, 0, 0, 0.5);
}
.image-gallery .title {
display: none;
}
.image-gallery a:hover .title {
width: 100%;
height: 100%;
font-size: 20px;
color: #fff;
letter-spacing: 1px;
text-transform: uppercase;
text-shadow: 0 0 20px rgba(0, 0, 0, 0.85);
display: flex;
align-items: center;
justify-content: center;
position: absolute;
left: 0;
top: 0;
z-index: 5;
}
@media screen and (max-width: 992px) {
.image-gallery .title {
font-size: 24px;
}
}
@media screen and (max-width: 575px) {
.image-gallery .overlay {
display: none;
}
.image-gallery .title,
.image-gallery a:hover .title {
font-size: 18px;
color: #262617;
letter-spacing: 0;
position: relative;
display: inline-block;
text-align: left;
text-shadow: none;
text-transform: uppercase;
}
} .nav-single {
width: 100%;
padding: 10px 0;
display: flex;
justify-content: space-between;
line-height: 24px;
}
.nav-single .nav-label,
.nav-single .mobile {
font-size: 14px;
text-transform: uppercase;
letter-spacing: 1px;
line-height: 24px;
}
.nav-single a {
line-height: 24px;
}
.nav-single p {
font-size: 14px;
}
.nav-prev,
.nav-next,
.nav-grid {
min-width: 80px;
}
.nav-prev {
width: 40%;
display: flex;
align-items: center;
justify-content: flex-start;
}
.nav-next {
width: 40%;
display: flex;
align-items: center;
justify-content: flex-end;
}
.nav-grid {
width: 20%;
display: flex;
align-items: center;
justify-content: center;
}
.nav-grid a {
text-align: center;
display: inline-block;
}
.nav-grid .icon-grid {
width: 32px;
height: 24px;
display: inline-block;
position: relative;
}
.nav-grid .icon-grid .line {
display: inline-block;
position: absolute;
height: 2px;
width: 32px;
background: #262617;
opacity: 1;
-webkit-transition: .3s ease-in-out;
-moz-transition: .3s ease-in-out;
-o-transition: .3s ease-in-out;
transition: .3s ease-in-out;
left: 0;
top: 5px;
}
.nav-grid .icon-grid .line.line-1 {
top: 13px;
}
.nav-grid .icon-grid .line.line-2 {
top: 21px;
}
.nav-prev span,
.nav-next span,
.nav-grid span {
font-size: 24px;
color: #262617;
line-height: 24px;
}
.nav-single span.mobile {
display: none;
}
@media screen and (max-width: 768px) {
.nav-single span.mobile {
display: inline-block;
}
.nav-single .nav-label {
display: none;
}
.nav-grid .icon-grid {
width: 24px;
}
.nav-grid .icon-grid .line {
width: 24px;
}
} .table-row {
display: flex;
display: -webkit-flex;
flex-direction: row;
-webkit-flex-direction: row;
flex-grow: 0;
-webkit-flex-grow: 0;
flex-wrap: wrap;
-webkit-flex-wrap: wrap;
width: 100%;
padding-left: 0;
padding-right: 0;
}
.table-row.big {
margin: 0 0 5px 0;
}
.table-row .text i {
color: #262617;
}
.text {
flex-grow: 1;
-webkit-flex-grow: 1;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.table-row.big .text {
width: 50%;
flex-grow: inherit;
-webkit-flex-grow: inherit;
text-overflow: inherit;
overflow: auto;
white-space: normal;
}
.text-big {
width: 50%;
}
.label {
width: 100px;
}
.num {
width: 80px;
}
@media screen and (max-width: 981px) {
.text-big {
width: 100%;
}
.text,
.num {
width: 100%;
}
.table-row {
display: block;
}
.table-row.big {
margin: 0 0 10px 0;
}
.table-row.big .text {
width: 100%;
overflow: hidden;
}
.table-row.big .text:nth-child(odd) {
font-weight: 200 !important;
}
.table-row.big .text:nth-child(even) {
font-weight: 200 !important;
}
.text {
flex-grow: inherit;
-webkit-flex-grow: inherit;
text-overflow: inherit;
overflow: hidden;
white-space: normal;
}
.desc {
display: none;
}
}
.table-row {
border-collapse: collapse;
padding-top: 2px;
padding-bottom: 2px;
font-size: 16px;
}
.table-row.odd {}
.table-row.even {}
.table-row.header {
background-color: #262617;
font-size: 16px;
font-weight: 600;
color: #fff;
padding-top: 10px;
padding-bottom: 10px;
}
.table, .table table {
width: 100%;
border: 0;
padding: 0;
margin: 0 0 40px 0;
}
.table thead th {
font-size: 20px;
font-weight: 600;
color: #262617;
}
.table td {
padding: 15px 0;
font-size: 20px;
font-weight: 400;
color: #262617;
border-left: 1px solid transparent;
border-top: 1px solid transparent;
border-right: 1px solid transparent;
border-bottom: 1px solid #262617;
}
.table td a {
border-bottom: 1px solid #262617;
}
.table td a:hover {
border-bottom: 1px solid transparent;
}
@media screen and (max-width: 768px) {
.table td {
width: 100%;
display: block;
}
.table td:first-child {
padding: 10px 0 0 0;
color: #B2A9A0;
border-bottom: 0;
}
.table td {
padding: 0 0 10px 0;
}
} .contact-block {
margin: 0 0 40px 0;
padding: 0;
justify-content: left !important; }
.contact-block .staff-item {
margin: 0;
}
.contact-block:last-child {
border-bottom: none;
}
.contact-block .photo {
align-items: flex-start;
margin-right: 40px;
}
.contact-block .logo {
margin: 20px 0;
}
.contact-block .contact-info {
flex-grow: 0;
margin-right: 20px;
display: block;
}
@media only screen and (max-width: 980px) {
.contact-block {
display: block;
}
} .fancybox-slide--iframe .fancybox-content {
width: 90%;
max-width: 960px;
padding: 0;
margin: 20px 0;
border-radius: 0;
box-shadow: 0 0.1em 0.4em rgba(0, 0, 0, .3);
}
.fancybox-slide--html .fancybox-content {
width: 90%;
max-width: 960px;
padding: 40px;
margin: 20px 0;
border-radius: 0;
box-shadow: 0 0.1em 0.4em rgba(0, 0, 0, .3);
}
.fancybox-slide--iframe #cookie-law-info-bar,
.fancybox-slide--iframe #cookie-law-info-bar-again {
display: none !important;
}
.animated-modal {
width: 90%;
max-width: 480px;
padding: 0;
margin: 20px 0;
border-radius: 0;
box-shadow: 0 0.1em 0.4em rgba(0, 0, 0, .3);
}
.animated-modal.fancybox-content {
padding: 0 !important;
}
.animated-modal .popup-content {
padding: 20px;
}
.fancybox-slide--html .fancybox-close-small {
background: #262617;
color: #fff !important;
}
.modal-container.fancybox-content {
padding: 0 !important;
}
.modal-container {
width: 90%;
max-width: 960px;
padding: 0;
margin: 20px 0;
border-radius: 0;
box-shadow: 0 0.1em 0.4em rgba(0, 0, 0, .3);
}
.modal-container .fancybox-close-small {
color: #fff !important;
}
.modal-title {
background: #262617;
font-size: 20px;
font-weight: 200;
color: #fff;
padding: 1em;
}
.modal-body {
max-width: 90vw;
max-height: calc(100vh - 230px);
min-height: 50px;
padding: 1.5em 1.5em 1.5em 1.5em;
overflow-y: auto;
padding: 1.5em 1.5em 1.5em 1.5em;
}
.modal-footer {
background: #f9f9f9;
padding: 1em;
display: flex;
justify-content: space-between;
align-items: flex-end;
}
@media screen and (max-width: 575px) {
.modal-footer {
display: block;
justify-content: inherit;
}
.modal-footer .btn {
margin: 0 0 10px 0;
}
} .accordion {
max-width: 100%;
margin: 40px auto;
border-bottom: 1px solid #ccc;
}
.accordion .accordion-header h3 {
margin: 0;
padding: 0;
display: inline-block;
font-size: 28px !important;
font-weight: 400 !important;
text-transform: none;
text-align: left;
letter-spacing: 0;
line-height: 1.2em;
}
.accordion .accordion-header {
margin: 0;
padding: 20px 0;
text-align: left;
border-top: 1px solid #ccc;
position: relative;
}
.accordion .accordion-header:hover {
cursor: pointer;
}
.accordion .accordion-header:hover::before,
.accordion .accordion-header:hover::after {
background: #B2A9A0;
}
.accordion .accordion-header:hover h3 {
color: #262617 !important;
}
.accordion .active.accordion-header,
.accordion .active.accordion-header:hover { }
.accordion .active.accordion-header h3,
.accordion .active.accordion-header:hover h3 {
color: #262617 !important;
}
.accordion .accordion-header::after {
content: '';
width: 21px;
height: 2px;
background: #262617;
float: right;
position: absolute;
top: 33px;
right: 0;
}
.accordion .accordion-header::before {
content: '';
width: 2px;
height: 21px;
background: #262617;
float: right;
position: absolute;
top: 23px;
right: 10px;
-webkit-transition-duration: 0.25s;
-moz-transition-duration: 0.25s;
-o-transition-duration: 0.25s;
transition-duration: 0.25s;
-webkit-transition-property: -webkit-transform;
-moz-transition-property: -moz-transform;
-o-transition-property: -o-transform;
transition-property: transform;
}
.accordion .active.accordion-header::before {
-webkit-transition-duration: 0.25s;
-moz-transition-duration: 0.25s;
transition: 0.25s;
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
.accordion .active.accordion-header::after {
color: #262617 !important;
}
.accordion .accordion-content {
display: none;
padding: 20px 0 0 0;
margin: 0 0 40px 0;
}
.accordion .accordion-content p:not(.link) {
margin: 30px 0 0 0 !important;
}
.accordion .accordion-content p:first-child {
margin: 0 !important;
}
@media only screen and (max-width: 575px) {
.accordion .accordion-header {
padding: 10px;
text-align: left;
}
.accordion .accordion-header::after {
top: 23px;
}
.accordion .accordion-header::before {
top: 13px;
}
.accordion .accordion-header h3 {
font-size: 22px !important;
letter-spacing: 0.1em;
text-align: left;
}
}
.clear {
clear: both;
} #osmap {
width: 100%;
height: 100%;
min-height: 720px;
}
#osmap-small {
width: 100%;
height: 480px;
}
@media (max-width: 768px) {
#osmap,
#osmap-small {
min-height: 480px;
max-height: 480px;
}
} .map-popup p.content {
font-size: 16px;
}
.map-popup .button.small {
font-size: 16px;
font-weight: 600;
}
.map-popup .button:after,
.map-popup .button:before {
display: none;
}
.map-popup .button:hover {
background: #262617;
color: #fff;
border-color: #262617;
padding: .3em 1em !important;
}
.leaflet-popup-content p {
font-size: 18px !important;
}
.leaflet-container a {
font-size: 18px !important;
color: #262617 !important;
}
.leaflet-control-attribution a {
font-size: 11px !important;
font-weight: 400 !important;
color: #262617 !important;
}
.leaflet-container a.button {
padding: 8px 24px;
height: 40px;
min-height: 40px;
min-width: 40px;
font-size: 16px !important;
color: #fff !important;
line-height: 24px !important;
}
.leaflet-container a.button:hover {
color: #fff !important;
}
.leaflet-top, .leaflet-bottom {
z-index: 500 !important;
} .staff-list {
margin: 0 -30px 40px -30px;
display: flex;
justify-content: flex-start;
}
.staff-item {
margin: 0 0 40px 0;
padding: 0 30px;
align-items: center;
display: flex;
flex-direction: column;
overflow: hidden;
}
@media (max-width: 768px) {
.staff-item {
margin: 0 20px 40px 20px;
}
.staff-list {
display: block;
}
.staff-item {
margin: 0 auto 40px auto;
text-align: center;
display: block;
}
}
.staff-list .inner {
position: relative;
height: 363px;
padding-bottom: 80px;
box-sizing: content-box;
}
.staff-list .img {
background: #fff;
position: relative;
width: 290px;
height: 363px;
overflow: hidden;
}
.img,
.img img {
width: 100%;
height: auto;
display: block;
}
.staff-list .img img {
opacity: 1;
width: 100%;
height: auto;
display: block;
position: absolute;
top: -9999px;
bottom: -9999px;
left: -9999px;
right: -9999px;
margin: auto;
}
.staff-list .img img,
.staff-list .info,
.staff-list .inner .info p.long {
-webkit-transition: all .3s cubic-bezier(0.200, 0.000, 0.580, 1.000);
-moz-transition: all .3s cubic-bezier(0.200, 0.000, 0.580, 1.000);
-o-transition: all .3s cubic-bezier(0.200, 0.000, 0.580, 1.000);
transition: all .3s cubic-bezier(0.200, 0.000, 0.580, 1.000);
}
.staff-list .info {
width: 290px;
padding: 10px 40px 10px 15px;
display: block;
position: absolute;
top: 368px;
left: 0px;
word-wrap: break-word;
height: 100%;
}
.staff-list .info .vcard {
margin-left: 10px;
position: absolute;
top: 10px;
text-transform: uppercase;
}
.staff-list .info p.long,
.staff-list .info .vcard {
font-size: 16px;
visibility: hidden;
opacity: 0;
}
.staff-list .info .vcard:before {
content: '\f105';
font-family: 'Font Awesome 5 Free';
font-size: 14px;
position: absolute;
left: -10px;
top: 0px;
}
.staff-list .inner .details {
position: absolute;
left: 10px;
}
.staff-list .info p {
margin: 0;
padding: 0;
}
.staff-list .info p.short strong {
color: #262617;
}
.staff-list .info p.long {
height: 0px;
display: block;
}
.staff-list .inner:hover .img {
background: #262617;
}
.staff-list .inner:hover .info {
top: 0px;
color: #fff;
}
.staff-list .inner:hover .info .vcard {
visibility: visible;
opacity: 1;
color: #fff;
}
.staff-list .inner:hover .info .vcard {
-webkit-transition-delay: .05s;
transition-delay: .05s;
}
.staff-list .inner:hover .details {
position: absolute;
bottom: 100px;
left: 14px;
padding-right: 20px;
}
.staff-list .inner:hover .info p.long {
height: auto;
opacity: 1;
visibility: visible;
color: #fff;
line-height: 28px;
}
.staff-list .inner:hover .info p.short,
.staff-list .inner:hover .info p.short strong {
color: #fff;
}
.staff-list .inner .info p.long a {
font-size: 16px;
font-weight: 400;
color: #fff;
}
.staff-list .inner:hover .info p.long a {
font-size: 16px;
font-weight: 400;
color: #fff;
border-bottom: 1px solid #fff;
}
.staff-list .inner:hover .info p.long a:hover {
border-bottom: 1px solid transparent;
}
.staff-list .inner:hover img {
opacity: 0.2;
} #socialmedia {
margin: 40px 0 0 0;
padding: 0;
}
#socialmedia li {
margin: 0 20px 0 0;
padding: 0;
list-style: none;
line-height: 32px;
display: inline-block;
}
#socialmedia li:last-child {
margin: 0;
}
#socialmedia li a {
font-size: 32px !important;
}
#socialmedia li a i {
color: #B2A9A0;
transition: all 0.2s ease-in-out;
transition-duration: 0.25s;
}
#socialmedia li a:hover i {
color: #fff;
}  .timeline {
line-height: 1.5em;
font-size: 14px;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
position: relative;
counter-reset: section;
max-width: 960px;
margin: 0 auto;
}
.timeline:before {
content: "";
width: 1px;
height: 100%;
background: #262617;
position: absolute;
top: 0;
left: 60px;
}
.timeline--entry {
position: relative;
margin-bottom: 60px;
}
.timeline--entry__detail {
background-color: #e7e7e8;
padding: 0;
margin-left: 130px;
display: flex;
}
.timeline--entry:before {
content: "";
font-size: 36px;
font-weight: 600;
color: #ffffff;
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: center;
justify-content: center;
width: 120px;
height: 120px;
background-color: #262617;
border-radius: 0 0 25px 0;
position: absolute;
counter-increment: section;
content: "0" counter(section);
left: 0;
}
.timeline--entry .details {
flex: 65%;
padding: 60px 30px;
}
.timeline--entry .details h4 {
font-size: 18px !important;
font-weight: 200 !important;
color: #262617 !important;
letter-spacing: 1px !important;
}
.timeline--entry .image {
flex: 35%;
}
@media (min-width: 768px) {
.timeline {
display: block;
}
}
@media (max-width: 768px) {
.timeline--entry__detail {
display: block;
}
.timeline--entry .details {
padding: 30px 30px;
}
}
@media (max-width: 575px) {
.timeline--entry:before {
position: absolute;
width: 64px;
height: 64px;
font-size: 24px;
text-align: center;
margin-bottom: 20px;
}
.timeline--entry__detail {
padding: 60px 0 0 0;
margin-left: 0;
}
.timeline:before {
content: "";
width: 1px;
height: 100%;
background: #262617;
position: absolute;
top: 0;
left: 50%;
}
} .wp-block-column p:last-child {
margin: 0;
}
.section {
width: 100%;
padding: 60px 0 60px 0;
position: relative;
z-index: 0;
}  .container,
.container-fluid,
.container-xxl {
z-index: 3;
}
.row {
width: 100%;
}
:where(.wp-block-columns.is-layout-flex) {
gap: 4em;
}
.background-with-overlay {
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 100%;
height: 100%;
padding: 15vh 20px;
display: flex;
align-items: flex-start;
justify-content: center;
flex-direction: column;
position: relative;
z-index: 0;
}
.background-with-overlay .overlay {
position: absolute;
left: 0;
top: 0;
z-index: 2;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.50);
}
.background-with-overlay h3 {
color: #B2A9A0;
}
.background-with-overlay p {
color: #fff;
}
.background-with-overlay p:last-child {
margin: 0;
}
@media screen and (max-width:1200px) {
.background-with-overlay {
padding: 15vh 40px;
}
}
@media screen and (max-width:992px) {}
@media screen and (max-width:768px) {}
@media screen and (max-width:575px) {
.background-with-overlay {
padding: 15vh 20px;
}
} body.admin-bar.scrolled header {
top: 32px;
}
@media screen and (max-width: 782px) {
body.admin-bar.scrolled header, body.admin-bar header {
top: 46px;
}
} .section ul:not(.plane-equipment-list) {
margin: 0 0 20px 0;
padding: 0;
}
.section ul:not(.plane-equipment-list) li {
margin: 0 0 20px 0;
padding: 0 0 0 24px;
}
.section ul li {
list-style: none;
font-size: 20px;
font-weight: 400;
color: #262617;
letter-spacing: 0;
line-height: 150%;
position: relative;
}
.section ol {
margin: 0 0 20px 20px;
padding: 0;
}
.section ol li {
margin: 0 0 20px 0;
padding: 0 0 0 0;
font-size: 24px;
font-weight: 400;
color: #262617;
letter-spacing: 0;
line-height: 150%;
position: relative;
}
.section ul:not(.plane-equipment-list) li::before {
content: '';
width: 9px;
height: 9px;
background: #B2A9A0;
position: absolute;
top: 10px;
left: 0;
}
.section ul li span,
.section ol li span {
color: #262617;
} img {
border: 0;
vertical-align: top;
}
img.resize,
.img-responsive {
width: 100%;
height: auto;
} a.button,
.button .wp-block-button__link {
padding: 10px 30px;
height: 47px;
min-height: 47px;
min-width: 160px;
background-color: #B2A9A0;
--min: 16px;
--val: 4vw;
--max: 18px;
font-weight: 600 !important;
color: #262617;
text-decoration: none;
letter-spacing: 1px;
text-transform: uppercase;
line-height: 1.5;
border: 0;
border-radius: 20px;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
-webkit-appearance: none;
display: inline-block;
transition: all 0.25s;
overflow: hidden;
}
a.button:hover,
.button .wp-block-button__link:hover {
background-color: #D6D1CA;
border: 0;
}
.button + .button {
margin-left: 20px;
}
.button:only-of-type {
margin-right: 20px;
}
@media screen and (max-width:575px) {
.button + .button {
margin: 20px 0 0 0;
}
.button:only-of-type {
margin: 0;
}
a.button,
.button .wp-block-button__link {
padding: 12px 24px;
height: 40px;
min-height: 40px;
min-width: 40px;
font-size: 16px !important;
line-height: 16px;
}
} .top-button.show-button {
width: 48px;
height: 48px;
text-indent: -9999px;
background-color: #B2A9A0;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
position: fixed;
bottom: 20px;
left: 20px;
z-index: 999;
transition-property: background;
transition-duration: 0.15s;
}
.top-button.show-button:hover {
background-color: #262617;
}
.top-button.show-button::after,
.top-button.show-button::before {
content: '';
width: 16px;
height: 2px;
background: #fff;
position: absolute;
}
.top-button.show-button::after {
left: 11px;
top: 20px;
transform: rotate(135deg);
}
.top-button.show-button::before {
right: 11px;
top: 20px;
transform: rotate(-135deg);
}
.top-button.show-button:hover::after,
.top-button.show-button:hover::before {
background: #fff;
} .error {
color: #c1000e;
border: 1px solid #c1000e;
}
.success {
color: #41aa56;
border: 1px solid #41aa56;
} hr.divider {
height: 0;
margin: 30px 0;
background: none;
color: transparent;
border: 0;
border-bottom: 1px dotted #262617;
clear: both;
} .show-desktop {
display: inline;
}
.show-mobile {
display: none;
}
@media screen and (max-width:575px) {
.show-desktop {
display: none;
}
.show-mobile {
display: inline;
}
} ::-moz-selection {
color: #ffffff;
background: #262617;
}
::selection {
color: #ffffff;
background: #262617;
} .grecaptcha-badge { 
visibility: hidden !important; 
} .cky-preference-content-wrapper .cky-show-desc-btn,
.button.cky-show-desc-btn:not(:hover):not(:active) {
color: #262617 !important;
text-decoration: underline !important;
}
.cky-preference-content-wrapper .cky-show-desc-btn:hover {
text-decoration: none !important;
}
.cky-accordion-header .cky-always-active {
color: #B2A9A0 !important;
} .blog-posts {
margin: 0 -30px !important;
display: flex;
flex-wrap: wrap;
}
.blog-posts li {
margin: 30px 30px !important;
padding: 0 !important;
background-color: #f5f5f5;
list-style: none;
}
.blog-posts li:hover {
box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
}
.blog-posts li:before {
display: none;
}
.blog-posts .wp-block-group {
padding: 0 !important;
}
.blog-posts .wp-block-post-featured-image {
}
.blog-posts .wp-block-post-title {
min-height: 64px;
margin: 20px 0 0 0;
padding: 0 30px;
display: block;
}
.blog-posts .wp-block-post-title,
.blog-posts .wp-block-post-title a {
font-weight: 600;
line-height: 125%;
}
.blog-posts .wp-block-post-date {
padding: 0 30px;
font-size: 18px;
}
.blog-posts .wp-block-post-excerpt {
margin-bottom: 1em;
margin-top: 0.5em;
padding: 0 30px;
font-size: 18px;
line-height: 150%;
}
.blog-posts .wp-block-post-excerpt__excerpt {
font-size: 18px;
}
.blog-posts .wp-block-post-featured-image a {
display: block;
}
.blog-posts .wp-block-post-featured-image img {
width: 100%;
}
.wp-block-post-excerpt__more-text {
margin-top: 10px;
}
.blog-posts .wp-block-post-excerpt__more-link {
font-size: 18px;
}
@media screen and (max-width:992px) {
.blog-posts li {
width: 50%;
}
}
@media screen and (max-width:768px) {
.blog-posts li {
width: 100%;
}
} .blog-posts-list-title {
margin: 20px 0 10px 0;
padding: 0 30px;
display: block;
}
.blog-posts-list-title,
.blog-posts-list-title a {
font-size: 20px;
font-weight: 600;
line-height: 125%;
}
.blog-posts-list-date {
padding: 0 30px;
font-size: 18px;
}
.blog-posts-list-excerpt {
margin-bottom: 1em;
margin-top: 0.5em;
padding: 0 30px;
font-size: 18px;
line-height: 150%;
}
.blog-posts-list-excerpt-text {
font-size: 18px;
border-bottom: 0;
}
.blog-posts-list-image a {
display: block;
}
.blog-posts-list-image {
}
.blog-posts-list-image img {
width: 100%;
}
.blog-posts-list-link {
margin-top: 10px;
font-size: 18px;
}
.blog-posts-list-read-more {
font-size: 18px;
} .blog-posts-latest {
margin: 0 -30px !important;
display: flex;
flex-wrap: wrap;
}
.blog-posts-latest li {
width: 28.75%;
margin: 30px 30px !important;
padding: 0 !important;
background-color: #f5f5f5;
list-style: none;
}
.blog-posts-latest li:hover {
box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
}
.blog-posts-latest li:before {
display: none;
}
.blog-posts-latest .wp-block-latest-posts__featured-image {
}
.blog-posts-latest .wp-block-latest-posts__post-title {
min-height: 64px;
margin: 20px 0 0 0;
padding: 0 30px;
display: block;
font-weight: 600;
}
.blog-posts-latest .wp-block-latest-posts__post-date {
padding: 0 30px;
font-size: 18px;
}
.blog-posts-latest .wp-block-latest-posts__post-excerpt {
padding: 0 30px;
font-size: 18px;
line-height: 150%;
}
.blog-posts-latest .wp-block-latest-posts__featured-image a {
display: block;
}
.blog-posts-latest .wp-block-latest-posts__featured-image img {
width: 100%;
}
@media screen and (max-width:992px) {
.blog-posts-latest li {
width: 50%;
}
}
@media screen and (max-width:768px) {
.blog-posts-latest li {
width: 100%;
}
} .fade-in {
opacity: 0;
transform: translateY(20vh);
visibility: hidden;
transition: opacity 0.6s ease-out, transform 1.2s ease-out;
will-change: opacity, visibility;
}
.fade-in.is-visible {
opacity: 1;
transform: none;
visibility: visible;
} @-webkit-keyframes ticker {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
visibility: visible;
}
100% {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes ticker {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
visibility: visible;
}
100% {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.ticker-wrap {
overflow: hidden !important;
width: 100%;
height: 60px;
background-color: #262617;
padding-left: 100%;
box-sizing: content-box;
}
.ticker-wrap .ticker {
display: inline-block;
height: 60px;
line-height: 60px;
white-space: nowrap;
padding-right: 100%;
box-sizing: content-box;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-name: ticker;
animation-name: ticker;
-webkit-animation-duration: 25s;
animation-duration: 25s;
}
.ticker-wrap .ticker__item {
display: inline-block;
padding: 0 30px;
font-size: 22px;
font-weight: 400;
color: #fff;
}
.ticker-wrap .ticker__item a {
font-size: 22px;
font-weight: 400;
color: #fff;
}
.ticker-wrap .ticker__item a:hover {
color: #B2A9A0;
}
@media screen and (max-width:768px) {
.ticker-wrap {
height: 48px;
padding-left: 0;
}
.ticker-wrap .ticker {
height: 48px;
line-height: 48px;
padding-right: 0; 
}
.ticker-wrap .ticker__item {
font-size: 18px;
}
.ticker-wrap .ticker__item a {
font-size: 18px;
}
} [data-aos] {
opacity: 0;
transition-property: opacity, transform;
}
.fade-left {
transform: translateX(-100px);
}
.fade-right {
transform: translateX(100px);
}
.fade-up {
transform: translateY(100px);
}
.fade-down {
transform: translateY(-100px);
}
.animated.fade-left,
.animated.fade-right {
transform: translateX(0);
}
.animated.fade-up,
.animated.fade-down {
transform: translateY(0);
} @media screen and (max-width:1360px) {
.container {
padding: 0 40px;
}
.section {
padding: 40px 0 40px 0;
}
}
@media screen and (max-width:1200px) {
}
@media screen and (max-width:992px) {
}
@media screen and (max-width:768px) {
p a:not(.nohyphen) {
-moz-hyphens: auto;
-o-hyphens: auto;
-webkit-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
}
.container {
padding: 0 20px;
}
.section {
padding: 30px 0 30px 0;
}
.section ul:not(.plane-equipment-list) li::before {
top: 9px;
}
}
@media screen and (max-width:575px) {
img.desaturate {
-webkit-filter: grayscale(0);
filter: grayscale(0);
filter: none;
}
}