@charset "UTF-8";
                      .kt-slider-wrapper {
position: relative;
height: 100vh;
opacity: 0;
transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1) opacity;
transition-delay: 0.3s;
}
.body-ready .kt-slider-wrapper {
opacity: 1;
}
.kt-slider {
position: relative;
height: 100vh;
}
.splide__track {
position: relative;
width: 100%;
height: 100%;
}
.splide__track::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 50%;
background: rgb(255, 255, 255);
background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(0, 95, 171) 100%);
z-index: 1;
}
.kt-slider-item {
overflow: hidden;
}
.kt-slider-item img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
transform: scale(1.2);
transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1) transform;
}
.kt-slider-item.is-active img {
transform: scale(1);
}
.kt-slider-logo {
position: absolute;
width: 100%;
height: 100%;
padding: 50px;
display: flex;
align-items: center;
justify-content: center;
z-index: 5;
}
.kt-slider-logo img {
max-width: 500px;
opacity: 0;
transform: translateY(20px);
transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1) all;
}
.kt-slider-logo.logo-visible img {
transform: translateY(0);
opacity: 1;
}
.kt-slider-muster {
position: absolute;
top: 0;
left: 0;
width: 400px;
z-index: 1;
opacity: 0.5;
}
.splide__pagination {
position: absolute;
bottom: 40px;
right: 0;
left: 0;
width: 100%;
height: 20px;
display: flex;
justify-content: center;
z-index: 10;
}
.splide__pagination li {
position: relative;
display: flex !important;
align-items: flex-start;
margin: 0 8px !important;
height: 20px;
}
.splide__pagination button {
height: 6px;
width: 30px;
border-radius: 0 !important;
border: none;
outline: none;
cursor: pointer;
height: 20px;
background: none;
}
.splide__pagination button::before {
content: "";
position: absolute;
display: flex !important;
align-items: center;
width: 100%;
height: 2px;
background-color: rgba(255, 255, 255, 0.6);
transition: 0.5s ease-in-out all;
}
.splide__pagination__page.is-active::before {
background-color: #ffffff !important;
}   h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
font-family: ropa-sans-pro, sans-serif;
color: #005FAB;
overflow-wrap: normal;
}
h1, .h1 {
font-family: expo-serif-pro, serif;
font-style: italic;
font-weight: 400;
}
h2, h3, .h2, .h3 {
font-size: 24px;
line-height: 32px;
}
h2, .h2 {
margin: 35px 0 20px 0;
letter-spacing: 1.5px;
}
h3, .h3 {
font-weight: 300;
margin: 25px 0 10px 0;
letter-spacing: 0.5px;
}
h3 + p, .h3 + p {
margin-top: 0 !important;
}
h4, .h4 {
font-size: 20px;
line-height: 28px;
letter-spacing: 1px;
}
h5, h6, .h5, .h6 {
font-size: 16px;
line-height: 24px;
letter-spacing: 0.5px;
}
main p {
margin: 20px 0;
}
.margin-top-none {
margin-top: 0;
}
.margin-bottom-none {
margin-bottom: 0;
}
.title-special {
font-family: expo-serif-pro, serif;
font-weight: 400;
font-style: italic;
text-transform: inherit;
font-size: 68px;
line-height: 75px;
letter-spacing: 0;
text-align: center;
margin-top: 0;
margin-bottom: 40px;
}
@media (max-width: 767px) {
.title-special {
font-size: 10vw;
line-height: 11vw;
margin-bottom: 20px;
}
}
@media (min-width: 768px) and (max-width: 1279px) {
.title-special {
font-size: 5.5vw;
line-height: 6vw;
margin-bottom: 40px;
}
h1, .h1 {
font-size: 44px;
line-height: 54px;
}
}
@media (min-width: 1280px) {
h1, .h1 {
font-size: 68px;
line-height: 75px;
}
}   .kt-team-item {
display: flex;
}
.kt-team-item p:last-child {
margin-bottom: 0;
}
.kt-team-image img {
width: 100%;
height: 100%;
object-fit: cover;
}
@media (max-width: 767px) {
.kt-team-item {
flex-direction: column;
}
.kt-team-item h2 {
margin-top: 0;
}
}   .kt-media-content {
position: relative;
overflow: hidden;
}
.kt-media-content p:last-child {
margin-bottom: 0;
}
.kt-media-content h2 {
margin-top: 0;
}
.kt-section-wrapper {
position: relative;
overflow: hidden;
}
.kt-media-content-item {
position: relative;
overflow: hidden;
}
@media (max-width: 767px) {
.kt-media-content-inner {
display: flex;
flex-direction: column;
}
.kt-image-top-mobile .kt-media-content-item:nth-of-type(1) {
order: 1;
}
.kt-image-top-mobile .kt-media-content-item:nth-of-type(2) {
order: 2;
}
.kt-image-bottom-mobile .kt-media-content-item:nth-of-type(1) {
order: 2;
}
.kt-image-bottom-mobile .kt-media-content-item:nth-of-type(2) {
order: 1;
}
}
@media (min-width: 768px) {
.kt-media-content-item {
max-width: 50%;
flex: 1 0 50%;
}
.kt-media-content-inner {
display: flex;
width: 100%;
height: 100%;
}
.kt-image-left-desktop .kt-media-content-item:nth-of-type(1) {
order: 1;
}
.kt-image-left-desktop .kt-media-content-item:nth-of-type(2) {
order: 2;
}
.kt-image-right-desktop .kt-media-content-item:nth-of-type(1) {
order: 2;
}
.kt-image-right-desktop .kt-media-content-item:nth-of-type(2) {
order: 1;
}
.kt-media-content-item:nth-of-type(2) {
right: 0;
}
}
@media screen and (orientation: landscape) and (min-height: 800px) {
.kt-media-content {
height: calc(100vh - 50px);
}
.kt-media-content-item {
display: flex;
align-items: center;
justify-content: center;
}
.kt-media-image-sm {
max-height: 50vh;
object-fit: cover;
}
.kt-single-project .kt-media-content-item {
display: block;
align-items: inherit;
justify-content: inherit;
}
.kt-image {
height: calc(100vh - 50px);
}
.kt-image .kt-image-inner {
height: 100%;
}
.kt-image img {
object-fit: cover;
height: 100%;
width: 100%;
}
}   .kt-project-home-teaser h3, .kt-project-list-detail-body h3 {
font-size: 18px;
line-height: 24px;
font-weight: 400;
margin-top: 20px;
margin-bottom: 0;
color: #000000;
text-transform: uppercase;
}
.single-verputz .menu-item-911 a::after, .single-stuckaturen .menu-item-909 a::after, .single-trockenbau .menu-item-910 a::after, .single-baeder .menu-item-907 a::after, .single-projects .menu-item-987 a::after {
width: 100%;
}
.kt-single-project .kt-media-content-single-project {
padding-left: 3px;
}
.kt-media-content-single-project {
margin-bottom: 6px;
}
@media (min-width: 768px) {
.single .kt-media-content-media {
margin-top: 200px;
}
}
.kt-project-col-item {
margin-bottom: 6px;
}
.kt-project-col-item:first-child {
padding-right: 3px;
}
.kt-project-col-item:last-child {
padding-left: 3px;
}
.kt-project-home-teaser-inner {
position: relative;
}
.kt-project-filter-button .selected {
color: #005FAB;
}
.kt-single-project .kt-media-content-item {
align-items: flex-start;
}
.kt-single-project .kt-media-content-item:nth-of-type(1) {
order: 1;
}
.kt-single-project .kt-media-content-item:nth-of-type(2) {
order: 2;
}
.kt-single-project .kt-media-content-item p:last-child {
margin-bottom: 0;
}
.kt-media-content-single-project {
overflow: hidden;
position: relative;
}
.kt-single-project-second .kt-media-content-single-project {
width: 100%;
height: 100%;
}
.kt-project-list-detail-item {
position: relative;
}
.kt-project-list-detail-item .kt-project-list-detail-body:last-child {
margin-bottom: 50px;
}
.kt-project-link {
position: absolute !important;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
border-bottom: none !important;
}
.kt-project-link::before {
display: none;
}
.kt-project-link:hover {
border-bottom: none !important;
}
.kt-project-link:hover ~ .kt-project-list-detail-image img, .kt-project-link:hover ~ .kt-project-home-teaser-inner img {
transform: scale(1.15);
}
.kt-project-link-wrapper {
position: relative;
}
.kt-project-list-detail-item {
transition: 0.5s ease-in-out all;
opacity: 0;
display: flex;
align-items: center;
}
.kt-project-list-detail-item.is-animate {
opacity: 1;
}
.kt-project-list-variant-0, .kt-project-list-detail-item-inner, .kt-project-list-variant-3, .kt-project-list-detail-item-inner {
width: 100%;
padding: 0 5%;
}
.kt-project-list-variant-1 .kt-project-list-detail-item-inner {
padding: 0 20%;
}
.kt-project-list-variant-2 .kt-project-list-detail-item-inner {
padding: 0 10%;
}
.kt-project-list-detail-body {
margin-top: 25px;
}
.masonry-grid-column-1 .kt-project-list-variant-0 .kt-project-list-detail-body, .masonry-grid-column-1 .kt-project-list-variant-3 .kt-project-list-detail-body {
padding-left: 0;
}
.masonry-grid-column-1 .kt-project-list-detail-item:first-child {
margin-top: 0;
}
.kt-project-list-detail-image-inner {
position: relative;
overflow: hidden;
}
.kt-project-home-teaser {
padding: 10vw;
}
.kt-project-home-teaser-inner {
overflow: hidden;
}
#kt-project-text-fixed {
margin: inherit !important;
}
@media (max-width: 767px) {
.kt-project-list-detail-item {
margin-top: 50px;
}
.kt-project-list-detail-item:first-child {
margin-top: 0;
}
.kt-project-home-teaser-cat {
padding-bottom: 4vw;
}
.kt-image-padding {
padding: 20px;
}
}
@media (min-width: 768px) {
.kt-project-list-detail-item {
margin-top: 100px;
}
#kt-project-text-fixed {
position: fixed;
}
#kt-project-text-fixed.kt-project-text-fixed-active {
position: relative;
max-width: 100%;
}
.kt-projects-inner {
display: flex;
flex-wrap: wrap;
}
.kt-project-list-detail-item {
flex: 1 0 50%;
max-width: 50%;
}
}
.kt-project-col-50 {
display: flex;
}
.kt-project-col-50 .kt-project-col-item {
flex: 1 0 50%;
max-width: 50%;
}
.kt-project-col-item img, .kt-project-col-item video {
width: 100%;
height: 100%;
object-fit: cover;
}
@media (min-width: 768px) and (max-width: 991px) {
#kt-project-text-fixed {
max-width: calc(50% - 80px);
}
.kt-project-home-teaser-cat {
padding-bottom: 2vw;
}
.kt-image-padding {
padding: 40px;
}
}
@media (min-width: 992px) and (max-width: 1279px) {
#kt-project-text-fixed {
max-width: calc(50% - 160px);
}
.kt-project-home-teaser-cat {
padding-bottom: 30px;
}
.kt-image-padding {
padding: 50px;
}
}
.kt-image-padding .kt-image-inner {
position: relative;
overflow: hidden;
}
@media (min-width: 1280px) {
.kt-image-padding {
padding: 50px;
}
#kt-project-text-fixed {
max-width: 460px;
}
#kt-project-text-fixed.kt-project-text-fixed-active {
max-width: 460px;
}
.kt-project-home-teaser-cat {
padding-bottom: 40px;
}
}   .kt-section-wrapper .kt-textblock:first-child h2, .kt-section-wrapper .kt-textblock:first-child h3, .kt-section-wrapper .kt-textblock:first-child h4, .kt-section-wrapper .kt-textblock:first-child h5, .kt-section-wrapper .kt-textblock:first-child h6, .kt-section-wrapper .kt-textblock:first-child p {
margin-top: 0;
}
.kt-text-align-center {
text-align: center;
}
.kt-textblock {
margin: 40px 0;
}
.kt-textblock-small {
max-width: 800px;
}
.kt-textblock ul {
list-style: none;
}
.kt-textblock li {
position: relative;
padding-left: 20px;
margin: 5px 0;
}
.kt-textblock li::before {
content: "";
position: absolute;
top: 12px;
left: 0;
width: 6px;
height: 6px;
border-radius: 100%;
border: 1px solid #005FAB;
}      .kt-image-default-inner {
position: relative;
overflow: hidden;
}
.kt-body-default-inner {
width: 100%;
}
.kt-body-default {
display: flex;
align-items: center;
width: 100%;
}
.kt-media-bg-hidden {
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
background-color: #F3F7FB;
transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1) width;
z-index: 1;
}
.kt-media-bg-hidden ~ img {
transform: scale(1.5);
transition: 3s cubic-bezier(0.21, 0.86, 0, 1) all;
}
.is-animate .kt-media-bg-hidden ~ img {
transform: scale(1);
}
.is-animate .kt-media-bg-hidden {
width: 0;
}
@media (max-width: 767px) {
.kt-body-default {
padding: 40px 20px;
order: 2;
}
}
@media (min-width: 768px) {
.kt-team-item-inner {
display: flex;
flex: 1 0 50%;
max-width: 50%;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.kt-body-default {
padding: 60px 40px;
}
.kt-image-default {
padding: 60px 0 60px 40px;
}
}
@media (min-width: 992px) and (max-width: 1279px) {
.kt-body-default {
padding: 100px 40px;
}
.kt-image-default {
padding: 100px 0 100px 80px;
}
}
@media (min-width: 1280px) {
.kt-body-default {
padding: 100px 80px;
}
.kt-image-default {
padding: 100px 0 100px 100px;
}
.kt-body-default-inner {
max-width: 600px;
width: 100%;
margin: 0 auto;
}
}   .kt-project-filter {
display: flex;
padding: 0 20px;
text-align: center;
justify-content: center;
flex-wrap: wrap;
}
.kt-project-filter-button button {
border: none;
font-family: expo-serif-pro, serif;
background: none;
font-size: 18px;
line-height: 24px;
cursor: pointer;
transition: 0.3s ease-in-out all;
}
.kt-project-filter-button button:focus {
color: #005FAB;
}
.hide {
animation: hide 0.5s ease-in-out 0s 1 normal forwards;
transform-origin: center;
}
.show {
animation: show 0.5s ease-in-out 0s 1 normal forwards;
transform-origin: center;
}
@keyframes hide {
0% {
transform: scale(1);
opacity: 1;
}
100% {
transform: scale(0);
width: 0;
height: 0;
margin: 0;
opacity: 0;
}
}
@keyframes show {
0% {
transform: scale(0);
width: 0;
height: 0;
margin: 0;
opacity: 0;
}
100% {
transform: scale(1);
opacity: 1;
}
}
@media (max-width: 767px) {
.kt-project-filter {
margin: 0 0 40px 0;
}
.kt-project-filter-button {
margin: 0 5px;
}
}
@media (min-width: 768px) {
.kt-project-filter {
margin: 0 0 70px 0;
}
.kt-project-filter-button {
margin: 0 15px;
}
}   #cmplz-cookiebanner-container .cmplz-header {
display: block;
}
#cmplz-cookiebanner-container .cmplz-cookiebanner {
border-radius: 0;
text-align: left;
box-shadow: 0 0 40px rgba(0, 0, 0, 0.12);
}
#cmplz-cookiebanner-container .cmplz-buttons {
display: flex;
flex-direction: row;
}
#cmplz-cookiebanner-container .cmplz-buttons * {
font-family: expo-serif-pro, serif;
}
#cmplz-cookiebanner-container .cmplz-title {
font-size: 17px;
}
#cmplz-cookiebanner-container .cmplz-message, #cmplz-cookiebanner-container .cmplz-links a {
font-size: 15px;
text-decoration: none;
}
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-links.cmplz-documents {
justify-content: flex-start;
}   .kt-tile-inner {
display: flex;
flex-wrap: wrap;
}
.kt-tile-item {
padding: 5px;
}
.kt-tile-item-inner {
position: relative;
background-color: #F3F7FB;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
transition: 0.3s ease-in-out all;
}
.kt-tile-item-inner::after {
content: "";
padding-bottom: 100%;
display: block;
}
.kt-tile-item-inner a {
position: absolute !important;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
padding: 10px;
font-family: ropa-sans-pro, sans-serif;
color: #005FAB !important;
border-bottom: 0 !important;
font-size: 18px;
}
.kt-tile-item-inner a::before {
display: none !important;
}
.kt-tile-item-inner:hover {
background-color: #005FAB;
}
.kt-tile-item-inner:hover a {
color: #ffffff !important;
}
@media (max-width: 575px) {
.kt-tile-item {
flex: 1 0 50%;
max-width: 50%;
}
}
@media (min-width: 576px) and (max-width: 991px) {
.kt-tile-item {
flex: 1 0 33.333333%;
max-width: 33.333333%;
}
}
@media (min-width: 992px) {
.kt-tile-item {
flex: 1 0 16.666667%;
}
}
.kt-button-more {
margin-top: 15px;
font-family: ropa-sans-pro, sans-serif;
color: #005FAB;
}
.kt-button-back {
margin-bottom: 40px;
font-family: ropa-sans-pro, sans-serif;
color: #005FAB;
border: none;
background: none;
font-size: 16px;
cursor: pointer;
}         *, *::before, *::after {
box-sizing: border-box;
margin: 0;
padding: 0;
}
html {
min-height: 100vh;
-webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
font-size: 100%;
background-color: #ffffff;
}
html.localstorage {
margin-top: 0 !important;
}
.cmplz-show {
display: none;
}
#wpadminbar {
display: none !important;
}
.kt-muster {
position: absolute;
top: 0;
left: 0;
width: 350px;
height: 237px;
}
body {
position: relative;
z-index: 1;
font-family: expo-serif-pro, serif, sans-serif;
font-weight: 400;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
background-color: #ffffff;
font-size: 16px;
line-height: 29px;
}
.mobile-menu-active {
overflow: hidden;
}
.position-relative {
position: relative;
overflow: hidden;
}
a {
transition: 0.3s ease-in-out color;
}
img {
width: 100%;
max-width: 100%;
height: auto;
display: block;
}
img, video {
display: block;
}
.kt-wrapper {
position: relative;
overflow: hidden;
}
.kt-iframe-maps {
position: relative;
width: 100%;
height: 100%;
min-height: 300px;
}
.kt-iframe-maps iframe {
width: 100%;
height: 100%;
min-height: 300px;
}
.kt-inside {
width: 100%;
margin: 0 auto 0 auto;
}   .kt-header {
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 10;
}
.kt-menu-active .kt-menu-button {
position: fixed;
}
@media (max-width: 767px) {
.kt-header {
position: relative;
background-color: #ffffff;
height: 70px;
}
.home .kt-header {
position: absolute;
background-color: inherit;
height: inherit;
}
.kt-muster {
display: none;
}
.home .kt-muster {
display: block;
}
}
.kt-header-logo {
position: absolute;
width: 100%;
height: auto;
}
.home .svg-logo {
fill: #ffffff;
}
.kt-muster {
position: absolute;
top: 0;
left: 0;
width: 350px;
height: 237px;
z-index: -1;
}
.home .kt-muster, .page-template-page-projekte .kt-muster, .page-begin-image-big .kt-muster {
z-index: 2;
}
.kt-muster .st0 {
fill: #F3F7FB;
}
.home .kt-muster .st0, .page-template-page-projekte .kt-muster .st0, .page-begin-image-big .kt-muster .st0 {
fill: #ffffff;
}
@media (max-width: 767px) {
.kt-header-logo svg {
margin-top: 4px;
}
.page-begin-image-small .kt-muster {
z-index: 2;
}
.page-begin-image-small .kt-muster .st0 {
fill: #ffffff;
}
}
.kt-slider {
z-index: 1;
}
.kt-menu-button {
position: absolute;
width: 30px;
height: 22px;
z-index: 20;
cursor: pointer;
}
.kt-menu-button-line {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 2px;
background: #005FAB;
transition: 0.3s ease-out all;
}
.kt-menu-button-line:nth-of-type(1) {
top: 0;
}
.kt-menu-active .kt-menu-button-line:nth-of-type(1) {
top: 11px;
transform: rotate(45deg);
}
.kt-menu-button-line:nth-of-type(2) {
top: 10px;
}
.kt-menu-active .kt-menu-button-line:nth-of-type(2) {
opacity: 0;
}
.kt-menu-button-line:nth-of-type(3) {
top: 20px;
}
.kt-menu-active .kt-menu-button-line:nth-of-type(3) {
top: 11px;
transform: rotate(-45deg);
}
.kt-menu {
position: fixed;
top: 0;
width: 100%;
height: 100%;
background-color: #ffffff;
overflow-y: auto;
transition: 0.3s ease-in-out all;
z-index: 10;
}
.kt-menu-active .kt-menu {
left: 0;
}
.kt-menu-inner {
display: flex;
justify-content: space-between;
flex-direction: column;
}
.nav-default * {
color: #005FAB;
text-decoration: none;
}
.main-navigation ul {
list-style: none;
margin: 0;
padding: 0;
}
.main-navigation li.current_page_item a::after {
width: 100%;
}
.main-navigation a {
position: relative;
display: inline-block;
font-size: 28px;
line-height: 50px;
font-weight: 300;
}
.main-navigation a::after {
content: "";
position: absolute;
bottom: 5px;
left: 0;
width: 0%;
height: 1px;
background-color: #005FAB;
transition: 0.3s ease-in-out all;
}
.main-navigation a:hover::after {
width: 100%;
}
.service-navigation {
padding-top: 30px;
}
.service-navigation ul {
list-style: none;
margin: 0;
padding: 0;
}
.service-navigation li.current_page_item a::after {
width: 100%;
}
.service-navigation a {
position: relative;
display: inline-block;
font-family: ropa-sans-pro, sans-serif;
font-size: 18px;
line-height: 28px;
}
.service-navigation a::after {
content: "";
position: absolute;
bottom: 3px;
left: 0;
width: 0%;
height: 1px;
background-color: #005FAB;
transition: 0.3s ease-in-out all;
}
.service-navigation a:hover::after {
width: 100%;
}
.current_page_item .service-navigation a a::after {
width: 100%;
}
@media (max-width: 767px) {
.kt-muster {
width: 200px;
height: 135px;
}
.kt-menu {
left: -100%;
max-width: 100%;
}
.kt-menu-inner {
padding: 80px 25px 25px 25px;
}
.kt-menu-button {
top: 25px;
left: 25px;
}
.kt-header-logo {
top: 20px;
right: 20px;
max-width: 200px;
}
}
@media (min-width: 768px) {
.kt-header-muster {
width: 350px;
height: 237px;
}
.kt-menu {
left: -400px;
max-width: 400px;
}
.kt-menu-inner {
padding: 120px 50px 50px 50px;
}
.kt-menu-button {
top: 50px;
left: 50px;
}
.kt-header-logo {
top: 35px;
right: 35px;
max-width: 250px;
}
}    .policy-navigation ul {
display: flex;
list-style: none;
margin: 0;
padding: 0;
}
.policy-navigation li {
position: relative;
}
.policy-navigation li::before {
content: "·";
display: inline-block;
margin: 0 6px;
}
.policy-navigation li:first-child::before {
display: none;
}
.policy-navigation a:hover {
color: #000000;
}
.policy-navigation .current_page_item a {
color: #000000;
}    .kt-scroll-menu {
position: fixed;
height: 50px;
top: 0;
background-color: #ffffff;
font-weight: 300;
font-family: ropa-sans-pro, sans-serif;
font-size: 18px;
line-height: 24px;
display: flex;
align-items: center;
z-index: 10;
overflow: hidden;
transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) all;
opacity: 0;
}
.kt-scroll-menu.scroll-visible {
top: 50px;
opacity: 1;
}
.kt-scroll-menu a {
color: #000000;
text-decoration: none;
}
.kt-scroll-menu a:hover {
color: #005FAB;
}
.kt-scroll-menu::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 16.6666666667px;
height: 50px;
background: rgb(255, 255, 255);
background: linear-gradient(176deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
.kt-scroll-menu::after {
content: "";
position: absolute;
top: 0;
right: 0;
width: 16.6666666667px;
height: 50px;
background: rgb(255, 255, 255);
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
.kt-scroll-menu-wrapper {
overflow-x: auto;
-ms-overflow-style: none;
scrollbar-width: none;
}
.kt-scroll-menu-wrapper::-webkit-scrollbar {
display: none;
}
.kt-scroll-menu-wrapper ul {
display: flex;
list-style: none;
}
.anchor-active a {
color: #005FAB;
}
@media (max-width: 767px) {
.kt-scroll-menu {
width: 100%;
left: 0;
}
.kt-scroll-menu-wrapper li {
padding: 0 10px;
}
.kt-scroll-menu-wrapper li:first-child {
padding-left: 18px;
}
.kt-scroll-menu-wrapper li:last-child {
padding-right: 18px;
}
}
@media (min-width: 768px) {
.kt-scroll-menu {
width: 50%;
right: 0;
justify-content: flex-end;
}
.kt-scroll-menu-wrapper li {
padding: 0 18px;
}
}   #main a {
position: relative;
color: #000000;
text-decoration: none;
border-bottom: 1px solid #000000;
transition: 0.3s ease-in-out all;
}
#main a::before {
content: "";
position: absolute;
bottom: -1px;
left: 0;
width: 0;
height: 1px;
background-color: #005FAB;
transition: 1.5s cubic-bezier(0.21, 0.86, 0, 1) width;
z-index: 1;
}
#main a:hover {
color: #005FAB;
}
#main a:hover::before {
width: 100%;
}
.kt-page-begin-content {
position: relative;
width: 100%;
overflow: hidden;
}
@media (min-width: 768px) {
.kt-body-default {
margin-top: 100px;
}
.page-begin-image-small .kt-page-begin-image {
margin-top: 100px;
}
}
.page-begin-google-maps .kt-page-begin-content-inner {
display: flex;
align-items: inherit !important;
}
.kt-page-begin-content-inner {
display: flex;
}
.kt-page-begin-content-inner p:last-child {
margin-bottom: 0;
}
.kt-iframe-maps div {
position: relative;
width: 100%;
height: 100%;
}
.page-begin-default .kt-page-begin-item {
flex: 1 0 100%;
max-width: 100%;
}
@media (min-width: 768px) {
.page-begin-google-maps, .page-begin-default, .page-begin-default-single {
padding-top: 100px;
}
}
.image-object-cover img {
width: 100%;
height: 100%;
object-fit: cover;
}
@media (max-width: 767px) {
.kt-page-begin-content-inner {
flex-direction: column;
}
}
@media (min-width: 768px) {
.kt-page-begin-item {
max-width: 50%;
flex: 1 0 50%;
}
.page-begin-image-small .kt-body-default {
padding-top: 150px;
}
}   .kt-section-wrapper:nth-of-type(2) {
padding-top: 0 !important;
}
.kt-section-wrapper .kt-textblock {
margin-top: 0;
}
@media (max-width: 767px) {
.kt-section-wrapper {
padding-top: 40px;
padding-right: 20px;
padding-bottom: 40px;
padding-left: 20px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.kt-section-wrapper {
padding-top: 60px;
padding-right: 40px;
padding-bottom: 60px;
padding-left: 40px;
}
}
@media (min-width: 992px) and (max-width: 1279px) {
.kt-section-wrapper {
padding-top: 60px;
padding-right: 40px;
padding-bottom: 60px;
padding-left: 40px;
}
}
@media (min-width: 1280px) {
.kt-section-wrapper {
padding-top: 100px;
padding-right: 80px;
padding-bottom: 100px;
padding-left: 80px;
}
}      footer {
background-color: #ffffff;
}
footer * {
font-family: ropa-sans-pro, sans-serif;
text-decoration: none;
color: #005FAB;
font-size: 20px;
line-height: 32px;
font-weight: 300;
}
.kt-footer-address a:hover {
color: #000000;
}
@media (max-width: 575px) {
footer {
padding: 40px 20px;
}
.kt-footer-item:nth-of-type(2) {
margin-top: 20px;
display: flex;
justify-content: flex-end;
}
}
@media (min-width: 576px) {
.kt-footer-inner {
display: flex;
justify-content: space-between;
align-items: flex-end;
}
}
@media (min-width: 576px) and (max-width: 991px) {
footer {
padding: 50px 25px;
}
}
@media (min-width: 992px) {
footer {
padding: 60px 30px;
}
}