.bg-teal{
  background-color:#039da5;
  background: linear-gradient(131deg, rgba(1, 176, 179, 1) 0%, rgba(1, 176, 179, 1) 100%);
}

.tekstmetfoto .content .tekstmetfoto-btns{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.75rem;
}
.tekstmetfoto .content .tekstmetfoto-btns .btn{
  white-space: nowrap;
  flex: 0 1 auto;
}
@media (min-width: 992px) {
  .tekstmetfoto{
    height: auto;
    min-height: 75vh;
  }
  .tekstmetfoto > .h-100{
    height: auto !important;
    min-height: 75vh;
  }
  .tekstmetfoto > .h-100 > .row{
    min-height: 75vh;
    height: auto;
    align-items: stretch;
  }
  .tekstmetfoto .content{
    position: relative;
    transform: none;
    top: auto;
    left: auto;
    right: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .tekstmetfoto.extrahoog{
    height: auto;
    min-height: 65rem;
  }
}
