* {
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

.custom-select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

html,
body {
  height: 100%;
}

body {
  font-size: 1.1rem;
  display: flex;
  flex-flow: column;
}

.main {
  width: 100%;
}

.contentWrapper {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.contentWrapper .row {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.contentWrapper .row:first-child {
  margin-top: 0;
}

.contentWrapper .row:last-child {
  margin-bottom: 0;
}

.contentWrapper .row div[class*="col"] div *:last-child {
  margin-bottom: 0px !important;
}

strong {
  font-weight: 700;
}

.nav-item .nav-link.active {
  font-weight: 700;
}

.navbar-brand .logo {
  height: 50px;
}

.columns-block h1 {
  font-size: 3rem;
}

header {
  background-color: transparent;
}

header.pre-slide.overlap {
  z-index: 999;
  position: absolute;
  width: 100%;
  top: 0;
}

.navbar {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.navbar-brand {
  padding-right: 10px;
}

.jumbotron {
  min-height: 85vh;
  background-size: cover;
  background-position: center;
  background-color: pink;
  color: white;
  padding-top: calc(4rem + 1rem + 60px);
  padding-bottom: 3rem;
  margin-top: calc(-4rem + -60px);
  margin-bottom: 0px;
  border-radius: 0;
}

.hero div[class*="col-"] *:last-child {
  margin-bottom: 0px;
}

.contWrapper,
.row {
  height: 100%;
}

.textblock figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.textblock img {
  width: 100%;
}

.textblock-1.text-small {
  font-size: 1rem;
  font-weight: 300;
}

.textblock-1.text-medium {
  font-size: 1.5rem;
  font-weight: 300;
}

.textblock-1.text-large {
  font-size: 3rem;
}

.titling div[class*="col-"] *:last-child {
  margin-bottom: 0px;
}

.titling .display-1,
.titling .display-2,
.titling .display-3,
.titling .display-4 {
  font-weight: 800;
}

.titling-1 p {
  font-size: 1.2rem;
  line-height: 1.4;
}

.titling-1 figure img {
  max-width: 100%;
}

@media (max-width: 576px) {
  .titling .display-1 {
    font-size: 4rem;
  }
  .titling .display-2 {
    font-size: 3rem;
  }
  .titling .display-3 {
    font-size: 2.5rem;
  }
  .titling h4 {
    font-size: 1rem;
  }
}

.icon-block {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.icon {
  font-size: 6rem;
  display: inline-block;
}

figure {
  margin-bottom: 0px;
}

.image img {
  width: 100%;
  display: inline-block;
}

@media (max-width: 768px) {
  .image img[class^="w-"] {
    width: 100% !important;
  }
}

.divider-1 hr {
  border-top-color: #d0d0d0;
  border-top-width: 2px;
  margin-top: 0px;
}

#footer {
  margin-top: auto;
  background-color: #222;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: gray;
}

#footer .column {
  margin-bottom: 1rem;
}

#footer a {
  color: inherit;
}

#footer a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.footer-menu li {
  list-style: none;
  padding-left: 0px;
}

.subfooter {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: black;
}

.subfooter a {
  color: inherit;
}

.subfooter a:hover {
  text-decoration: none;
  color: white;
}

.subfooter .row div[class*="col"] *:last-child {
  margin-bottom: 0px !important;
}

.slider-1 {
  z-index: 0;
  background-color: black;
}

.slider-1 h4 {
  font-size: 2rem;
}

.slider-1 .carousel-cell {
  width: 100%;
  height: 85vh;
  background-size: cover;
  background-position: center center;
  color: white;
  padding-top: calc(4rem + 1rem + 60px);
  padding-bottom: 3rem;
  margin-bottom: 0px;
  border-radius: 0;
}

@media screen and (max-width: 900px) {
  .slider-1 .carousel-cell {
    max-height: 50vh;
  }
}

.slider-2 .carousel-cell {
  width: 100%;
  /* height: 85vh; */
  margin-bottom: 0px;
  border-radius: 0;
}

.slider-2 .carousel-cell .carousel-cell-image {
  width: 100%;
  transition: opacity 0.4s;
  opacity: 0;
}

/* fade in lazy loaded image */
.slider-2 .carousel-cell .carousel-cell-image.flickity-lazyloaded,
.slider-2 .carousel-cell .carousel-cell-image.flickity-lazyerror {
  opacity: 1;
}

.sliderOverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.flickity-page-dots {
  bottom: 8px;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 50px;
  height: 30px;
  margin: 0 10px;
  background: transparent;
  border-bottom: 5px solid white;
  border-radius: 0%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-button {
  background-color: transparent;
  color: white;
}

.flickity-button:hover {
  background-color: transparent;
  opacity: 0.6;
}

.slider-1 .carousel-cell {
  transition: opacity 0.4s;
  opacity: 0;
}

.carousel-cell.flickity-bg-lazyloaded,
.carousel-cell.flickity-lazyerror {
  opacity: 1;
}

.is-hiding-nav-ui .flickity-button,
.is-hiding-nav-ui .flickity-page-dots {
  display: none;
}

.form-1 input[type="number"] {
  -moz-appearance: textfield;
}

.grid {
  display: grid;
  list-style: none;
  grid-gap: 1rem;
  line-height: 0;
  grid-template-columns: repeat(1, 1fr);
  grid-auto-flow: dense;
  padding: 0;
}

.grid li {
  position: relative;
  --cols: 1;
  --rows: 1;
  overflow: hidden;
  background: #000;
  line-height: 0;
}

.grid li:first-child {
  --cols: 2;
  --rows: 2;
}

.grid li:nth-child(5) {
  --cols: 2;
}

.grid li:nth-child(6) {
  --rows: 2;
}

.grid li:nth-child(7) {
  --cols: 2;
}

.grid a {
  display: block;
  height: 10rem;
}

.grid img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}

.grid figcaption {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  color: #fff;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 1;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 0.125em;
  font-weight: 600;
}

@media screen and (min-width: 45em) {
  .grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid li {
    grid-column-start: span var(--cols);
    grid-row-start: span var(--rows);
  }
  .grid a {
    padding-bottom: 52.65%;
  }
}

/* komments */

#kommentform, #kommentsWebmentions {
  max-width: 1340px;
  margin: auto;
  padding-right: 40px;
  padding-left: 40px;
}

.share-elsewhere, .author-avatar, #disabled {
  display: none;
}

/* testimonials block */

.testimonials {
  background: whitesmoke;
  background-size: cover;
  max-width: 100%;
  margin: auto;
}

.carousel-caption {
  position: initial;
  z-index: 10;
  padding: 5rem 8rem;
  text-align: center;
  line-height: 1.2;
  min-height: 480px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.carousel-caption p {
  max-width: 48ch;
  margin: auto;
}

.lead-2 {
  font-size: 1.5rem;
}

.lead-3 {
  font-size: 2rem;
}

@media(max-width:767px) {
  .carousel-caption {
    position: initial;
    z-index: 10;
    padding: 2rem 2rem;
    /* color: rgba(78, 77, 77, 0.856); */
    text-align: center;
  }
}

.carousel-caption img {
  width: 6rem;
  border-radius: 5rem;
  margin-top: 2rem;
}

@media(max-width:767px) {
  .carousel-caption img {
    width: 4rem;
    border-radius: 4rem;
    margin-top: 1rem;
  }
}

#image-caption {
  font-style: normal;
  font-size: 1rem;
  margin-top: 0.5rem;
}

@media(max-width:767px) {
  #image-caption {
    font-style: normal;
    font-size: 0.8rem;
    margin-top: 0.5rem;
  }
}

.carousel-control-prev i, .carousel-control-next i {
  background-color: #000;
  padding: 1.4rem;
}

@media(max-width:767px) {
  .carousel-control-prev i, .carousel-control-next i {
    padding: 0.8rem;
  }
}

.carousel-control-prev {
  justify-content: flex-start;
}

.carousel-control-next {
  justify-content: flex-end;
}

.carousel-control-prev,
.carousel-control-next {
  transition: none;
  opacity: unset;
}