/* Custom styles for current website */
html { font-size:16px; }
body { font-family:'Montserrat', sans-serif; line-height: 1.8; }
::-webkit-scrollbar
{
  width: 10px;  /* for vertical scrollbars */
  height: 12px; /* for horizontal scrollbars */
}
::-webkit-scrollbar-track { background: #fff; }
::-webkit-scrollbar-thumb {
  background: #343a40;
}

/* Text */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-size: 16px;
  font-weight: 300;
  transition: color .2s ease-in;
  -webkit-transition: color .2s ease-in;
}
h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a, .h1 > a, .h2 > a, .h3 > a, .h4 > a, .h5 > a, .h6 > a { color: inherit; }
.display-1 {
  font-weight: 700;
  font-size:calc(30px + (60 - 30) * ((100vw - 300px) / (1600 - 300)));
  line-height: 1.2;
  letter-spacing: .0em;
}
.display-2 {
  font-weight: 700;
  font-size:calc(24px + (32 - 24) * ((100vw - 300px) / (1600 - 300)));
  line-height: 1.2;
}
.display-3 {
  font-weight: 600;
  font-size:calc(18px + (24 - 18) * ((100vw - 300px) / (1600 - 300)));
  line-height: 1.2;
}
.display-4 {
  font-weight: 600;
  font-size:calc(12px + (16 - 12) * ((100vw - 300px) / (1600 - 300)));
  line-height: 1.2;
}
[class*="display-"] > strong { font-weight: 700; }
.lead, .quotes {
  font-size: 1.25rem;
}
p.quotes {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 0 4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
p.quotes::before, p.quotes::after {
  content:'„';
  position: absolute;
  bottom: 0;
  left:0;
  width: 4rem;
  height: 4rem;
  text-align: center;
  display: inline-block;
  font-size: 4rem;
  font-weight: 200;
  line-height: 4rem;
  color: var(--dark);
  opacity: .5;
}
p.quotes::after {
  content: '“';
  top: 0;
  bottom: auto;
  left:auto;
  right: 0;
}
p > [style*="background-color"] {
  position: relative;
  display: block;
  padding: 1rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
  border-radius: .5rem;
}

a {
  transition: color .2s ease-in;
  -webkit-transition: color .2s ease-in;
}
footer .last-line a:not(.btn) {
  color:#656f80;
  text-decoration: underline;
}
.more {
  font-weight: 400;
  letter-spacing: .04em;
  transition: color .2s ease-in;
  -webkit-transition: color .2s ease-in;
  color: #ffae45;
}
.more::after {
  content:'\f061';
  position: relative;
  display: inline-block;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 300;
  margin-left: .5rem;
}
.more:hover:after {
  animation: fadeIn 1s infinite ease-in;
  -webkit-animation: fadeIn 1s infinite ease-in;
}

/* Navbar */
.navbar-brand {
  padding-top:1.5rem;
  padding-bottom:1.5rem;
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  align-self: center;
}
.menu-scroll-down.small-menu .navbar-brand {
  padding-top:1rem;
  padding-bottom:1rem;
  align-self: flex-end;
}
.navbar-brand svg {
  width: calc(124px + (512 - 124) * ((100vw - 300px) / (1600 - 300)));
  height: calc(24px + (99 - 24) * ((100vw - 300px) / (1600 - 300)));
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
}
.small-menu .navbar-brand svg {
  width: calc(124px + (512 - 124) * ((100vw - 300px) / (1600 - 300)));
  height: calc(24px + (99 - 24) * ((100vw - 300px) / (1600 - 300)));
}
.menu-scroll-down.small-menu .navbar-brand svg {
  width: calc(124px + (156 - 124) * ((100vw - 300px) / (1600 - 300)));
  height: calc(24px + (32 - 24) * ((100vw - 300px) / (1600 - 300)));
}
.navbar-brand-footer {
  padding-top:1rem;
  padding-bottom:1rem;
}
.navbar-brand-footer svg {
  width: calc(124px + (156 - 124) * ((100vw - 300px) / (1600 - 300)));
  height: calc(24px + (32 - 24) * ((100vw - 300px) / (1600 - 300)));
}
.menu-white .navbar-brand svg [fill="#343A40"] { fill: #fff !important; }
.small-menu li > .btn {
  padding: .5rem .625rem;
}

/* Custom content */
section:first-of-type {
}

.top-header { top: calc(27px + (40 - 27) * ((100vw - 300px) / (1600 - 300)) + 3rem); }

section:first-of-type:not(.pt-0) { padding-top: calc(32px + (50 - 32) * ((100vw - 300px) / (1600 - 300)) + 3rem); }
section.crane { margin-top: 10rem; }
.container, .container-fluid { position: relative; }
.crane-cover {
  position: absolute;
  top: -130px;
  left: calc(50% - 124px);
  width: 248px;
  height: 175px;
}
.crane-on-form-cover {
  display: none;
}
.crane-on-form-cover-2 {
  display: none;
}

.text-center > .row { justify-content: center !important; }
.max-w-64 { max-width: 64px; }
.max-w-640 { max-width: 640px; }
.max-w-560 { max-width: 560px; }
.max-w-340 { max-width: 340px; }
.max-h-156 { max-height: 156px; }
.max-h-224 { max-height: 224px; }
.top-default { top: 8rem; }

.shadow-none.rounded-0 > .rounded.shadow {
  box-shadow:none !important;
  border-radius: 0 !important;
}

.rounded-circle {
  outline: 0.4rem solid #fff;
}

.icon-date {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 1rem;
  left: 1rem;
  width: 60px;
  height: 60px;
  font-size: 1rem;
  border-radius: 0.5rem;
  background: #fff;
  z-index: 1;
}
.icon-date span:first-child {
  position: relative;
  display: block;
  width: 100%;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.2em;
}
.icon-date span:last-child {
  position: relative;
  display: block;
  width: 100%;
  font-size: .875rem;
  font-weight: 700;
  text-align: center;
  line-height: 1em;
  text-transform: uppercase;
}

.row.slider-cover {
  width: calc(100vw - 8rem);
  margin: 0 auto;
}

.article-list-4 > [class*="list-item-"] > .row > [class*="col-"] > .row.bg-white *, .article-list-5 > [class*="list-item-"] > .row > [class*="col-"] > .row.bg-white * {
  transition: none;
  -webkit-transition: none;
}
.article-list-4 > [class*="list-item-"] > .row > [class*="col-"] > .row.bg-white, .article-list-5 > [class*="list-item-"] > .row > [class*="col-"] > .row.bg-white {
  transition: background .2s ease-in;
  -webkit-transition: background .2s ease-in;
}
.article-list-4 > [class*="list-item-"]:hover > .row > [class*="col-"] > .row.bg-white, .article-list-5 > [class*="list-item-"]:hover > .row > [class*="col-"] > .row.bg-white { background: #0094da !important; color: #fff !important; }
.article-list-4 > [class*="list-item-"]:hover > .row > [class*="col-"] > .row.bg-white [fill="#BDC6CB"], .article-list-5 > [class*="list-item-"]:hover > .row > [class*="col-"] > .row.bg-white [fill="#BDC6CB"] { fill: #fff; }

.svg-map text {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.75rem;
}
.svg-map .map-marker {
  cursor: pointer;
  pointer-events: all;
}

.inside-text ul:not(.nav-menu):not(.nav-wrap):not(.nav-image-menu):not(.dropdown):not(.collapse):not(.collapsing):not(.nav-tabs):not(.cc-cp-body-tabs) li::before {
  content:'\f002';
  color:#0094DA;
  font-size: 1rem;
  line-height:inherit;
}

/* Animation */
.btn.btn-shake {
    -webkit-animation-name: btnShake;
    animation-name: btnShake;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.footer-navigation .btn-shake {
  animation: none;
  -webkit-animation: none;
}

@-webkit-keyframes btnShake {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    1%,2% {
        -webkit-transform: scale3d(.9,.9,.9) rotate(-3deg);
        transform: scale3d(.9,.9,.9) rotate(-3deg)
    }

    3%,5%,7%,9% {
        -webkit-transform: scale3d(1.01,1.01,1.01) rotate(3deg);
        transform: scale3d(1.01,1.01,1.01) rotate(3deg)
    }

    4%,6%,8% {
        -webkit-transform: scale3d(1.01,1.01,1.01) rotate(-3deg);
        transform: scale3d(1.01,1.01,1.01) rotate(-3deg)
    }
    10% {
      -webkit-transform: scaleX(1);
      transform: scaleX(1)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes btnShake {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    1%,2% {
        -webkit-transform: scale3d(.9,.9,.9) rotate(-3deg);
        transform: scale3d(.9,.9,.9) rotate(-3deg)
    }

    3%,5%,7%,9% {
        -webkit-transform: scale3d(1.01,1.01,1.01) rotate(3deg);
        transform: scale3d(1.01,1.01,1.01) rotate(3deg)
    }

    4%,6%,8% {
        -webkit-transform: scale3d(1.01,1.01,1.01) rotate(-3deg);
        transform: scale3d(1.01,1.01,1.01) rotate(-3deg)
    }

    10% {
      -webkit-transform: scaleX(1);
      transform: scaleX(1)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

/* Custom breakpoints */
@media (max-height: 768px) {
  .min-vh-75 {
    min-height: 576px !important;
  }
}
@media (min-height: 768px) {
  .min-vh-75 {
    min-height: 75vh!important;
  }
}
@media (max-width: 991.98px) {
  .animateme {
    transform: none !important;
    opacity: 1 !important;
  }
  .show-lg-bg-image {
    background-image: none !important;
  }
}
@media (min-width: 576px) {
  .row.slider-cover {
    width: calc(540px - 8rem);
    margin: 0 auto;
  }
  .border-sm-right::before {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border-right: 1px solid #E4E8EB;
    z-index: 1;
  }
  .p-md-5.border-sm-right::before {
    top: 1rem;
    height: calc(100% - 2rem);
  }
  .rounded-sm-left {
    border-top-left-radius: .5rem !important;
    border-bottom-left-radius: .5rem !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .rounded-sm-right {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: .5rem !important;
    border-bottom-right-radius: .5rem !important;
  }
}
@media (min-width: 768px) {
  .row.slider-cover {
    width: calc(720px - 8rem);
    margin: 0 auto;
  }
  .text-md-left > .row { justify-content: flex-start !important; }
  .p-md-5.border-sm-right::before {
    top: 3rem;
    height: calc(100% - 6rem);
  }
}
@media (min-width: 992px) {
  .row.slider-cover {
    width: calc(960px - 8rem);
    margin: 0 auto;
  }
  .text-lg-left > .row { justify-content: flex-start !important; }
  .default-p, .py-default { padding-top: 8rem; padding-bottom: 8rem;  }
}
@media (min-width: 1280px) {
  .crane-cover {
    position: absolute;
    top: -251px;
    left: calc(50% - 240px);
    width: 480px;
    height: 340px;
  }
  .crane-on-form-cover {
    position: absolute;
    display: block;
    top: -150px;
    right: -3rem;
    width: 240px;
    height: 0;
    padding-bottom: 180px;
  }
  .crane-on-form-cover-2 {
    position: absolute;
    display: block;
    top: -150px;
    right: -3rem;
    width: 240px;
    height: 0;
    padding-bottom: 180px;
  }
  .row.slider-cover {
    width: calc(100% + 2rem);
    margin: 0 -1rem;
  }
  .navbar-brand {
    padding-top:1rem;
    padding-bottom:1rem;
  }
  .navbar-brand svg {
    width: 512px;
    height: 99px;
  }
}
@media (min-width: 1600px) {
  h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-size: 24px; }
  .display-1 { font-size: 60px; }
  .display-2 { font-size: 32px; }
  .display-3 { font-size: 24px; }
  .display-4 { font-size: 16px; }
  .navbar-brand svg {
    width: 512px;
    height: 99px;
  }
  .top-header { top: calc(40px + 3rem); }
  section:first-of-type:not(.pt-0) { padding-top: 110px; }
}

/* Cookies */
.termsfeed-com---palette-light .cc-pc-container {
  background: #fff;
  overflow: hidden;
  font-family:'Montserrat', sans-serif;
}
.termsfeed-com---pc-dialog .cc-cp-body-tabs-item-link, .termsfeed-com---pc-dialog .cc-cp-body-content-entry-text {
  font-size: .7143rem !important;
  font-family:'Montserrat', sans-serif;
  letter-spacing: normal;
}
.termsfeed-com---palette-light.termsfeed-com---nb {
  background-color: #fff !important;
  color: #323232 !important;
  box-shadow: 0 0.5rem 2rem rgb(0 0 0 / 30%) !important;
}
.termsfeed-com---nb .cc-nb-main-container {
  padding: 2rem !important;
  font-family:'Montserrat', sans-serif;
}
.termsfeed-com---nb-simple {
  max-width: 480px !important;
}
.termsfeed-com---nb .cc-nb-title {
  font-size: 1rem !important;
  font-weight: 600 !important;
}
.termsfeed-com---nb .cc-nb-text {
  font-size: .7143rem !important;
}
.termsfeed-com---palette-light .cc-nb-reject, .termsfeed-com---palette-light .cc-nb-okagree, .termsfeed-com---palette-light .cc-cp-foot-save, .termsfeed-com---pc-dialog input[type="checkbox"].cc-custom-checkbox:checked+label:before {
  background-color: #ffae45 !important;
}
.termsfeed-com---palette-light .cc-pc-head-lang select {
  color: #323232  !important;
  border-color: transparent !important;
  outline: none !important;
  box-shadow: none !important;
}
.termsfeed-com---palette-light .cc-nb-changep { background: none !important; color: #666 !important; }
