@font-face {
  font-family: "NNNouvelleGrotesk";
  src: url("../fonts/NNNouvelleGrotesk/NNNouvelleGrotesk-Light.woff2") format("woff2"), url("../fonts/NNNouvelleGrotesk/NNNouvelleGrotesk-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: "NNNouvelleGrotesk";
  src: url("../fonts/NNNouvelleGrotesk/NNNouvelleGrotesk-Medium.woff2") format("woff2"), url("../fonts/NNNouvelleGrotesk/NNNouvelleGrotesk-Medium.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: auto;
}
body {
  overflow: overlay;
  position: relative;
}

*::-webkit-scrollbar {
  display: block;
  width: 3px;
}

*::-webkit-scrollbar-button {
  display: none;
}

*::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
}

*::-webkit-scrollbar-track-piece {
  background-color: rgba(0, 0, 0, 0);
}

*::-webkit-scrollbar-thumb {
  background-color: black;
}

-webkit-::selection {
  background: rgba(0, 0, 0, 0.1);
  color: #000000;
}

::selection {
  background: rgba(0, 0, 0, 0.1);
  color: #000000;
}

.font1, h1, h2, h3, body {
  font-family: "NNNouvelleGrotesk", "Helvetica", "Arial", sans-serif;
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
}

html, body {
  margin: 0;
  min-height: 100vh;
  min-width: 100vw;
}

body {
  font-size: 22px;
  line-height: 1.35em;
  position: relative;
  color: #000000;
}

a {
  transition: opacity 0.15s;
  color: #000000;
}
a:link, a:visited {
  text-decoration: none;
  color: #000000;
}
a:hover, a:active {
  text-decoration: none;
  color: #000000;
  border-bottom: 0.075em solid #000000;
}
a.nolink:hover, .projekt a:hover, a.nolink:active, .projekt a:active {
  border-bottom: 0;
}
a.is-active {
  border-bottom: 0.075em solid #000000;
  pointer-events: none;
}
a.nolink:hover, .projekt a:hover, a.nolink:active, .projekt a:active {
  color: #000000;
}

.nolink:hover, .projekt a:hover {
  border-bottom: 0;
}

.pseudo-link {
  cursor: pointer;
}
.pseudo-link.pseudo-link-hover-col:hover, .pseudo-link.pseudo-link-hover-col .is-active {
  color: rgba(0, 0, 0, 0.4);
}

.nolist {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.nolinks a:link, .nolinks a:visited {
  text-decoration: none;
  color: #000000;
}
.nolinks a:hover, .nolinks a:active {
  text-decoration: none;
  color: #000000;
}

h1, h2, h3 {
  color: #000000;
  margin-bottom: 30px;
}
h1.notitle, h2.notitle, h3.notitle {
  line-height: 1.1em;
  margin-bottom: 0;
}

p, .mb-p {
  margin-bottom: 30px !important;
}

.oneline {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.bold {
  font-weight: bold;
}

hr {
  border: 0;
  height: 20px;
}

.uk-padding-medium {
  padding: 30px;
}

.uk-fill-center {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#logo {
  position: fixed;
  top: 0;
  left: 0;
  font-weight: bold;
  padding: 40px 55px;
  transform-origin: top left;
  transform: rotate(-90deg) translateX(-100%);
  z-index: 60;
}
@media (max-width: 800px) {
  #logo {
    transform: none;
    padding: 25px;
  }
}

#menutoggler {
  position: fixed;
  top: 50px;
  right: 50px;
  z-index: 70;
  cursor: pointer;
  transition: transform 0.15s cubic-bezier(0.51, 0.92, 0.24, 1.15);
}
#menutoggler-webkit-::selection {
  background: rgba(0, 0, 0, 0);
  color: #000000;
}
#menutoggler::selection {
  background: rgba(0, 0, 0, 0);
  color: #000000;
}
#menutoggler:focus-visible {
  outline: none !important;
}
#menutoggler:hover {
  transform: scale(1.2);
}
#menutoggler.is-active {
  transform: rotate(45deg);
}
#menutoggler.is-active:hover {
  transform: rotate(45deg) scale(1.2);
}
@media (max-width: 600px) {
  #menutoggler {
    top: 25px;
    right: 25px;
    font-size: 2.2em;
  }
}

#menulayer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0);
  z-index: 40;
  pointer-events: none;
  transition: background-color 0.5s;
}
#menulayer.is-active {
  pointer-events: initial;
  background-color: rgba(0, 0, 0, 0.05);
}

#mainmenu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  font-weight: bold;
  width: clamp(100px, 100vw, 575px);
  z-index: 50;
  background-color: #FFFFFF;
  transform: translateX(100%);
  transition: transform 0.25s;
  box-shadow: 0 0px 100px rgba(0, 0, 0, 0.03);
}
#mainmenu .inner {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow-y: auto;
  padding: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#mainmenu .inner .primary {
  font-size: clamp(40px, 2.9vw, 60px);
  padding: 35px 0;
}
#mainmenu .inner .primary .navitem {
  padding: 30px 0;
}
@media (max-width: 800px) {
  #mainmenu .inner .primary .navitem {
    padding: 20px 0;
  }
}
@media (max-width: 800px) {
  #mainmenu .inner .primary {
    padding: 25px 0;
  }
}
#mainmenu .inner .secondary {
  font-size: clamp(30px, 2.3vw, 40px);
  padding: 45px 0;
}
#mainmenu .inner .secondary .navitem {
  padding: 20px 0;
}
@media (max-width: 800px) {
  #mainmenu .inner .secondary .navitem {
    padding: 12px 0;
  }
}
@media (max-width: 800px) {
  #mainmenu .inner .secondary {
    padding: 25px 0;
  }
}
@media (max-width: 800px) {
  #mainmenu .inner {
    padding: 20px;
  }
}
#mainmenu.is-active {
  transform: translateX(0);
}
@media (max-width: 800px) {
  #mainmenu {
    width: 100vw;
  }
}

main, footer .inner {
  width: calc(100vw - 50px);
  margin: 0 auto;
  padding: 0 25px;
}
@media (min-width: 801px) {
  main, footer .inner {
    width: clamp(200px, 100vw - 200px, 1000px);
    padding: 0 100px;
  }
}

@media (max-width: 800px) {
  main {
    padding-top: 100px;
  }
}

.mainspacer {
  height: 50px;
}

.bgcol {
  background-color: yellow;
}

.bgblack {
  background-color: #000000;
  color: #FFFFFF;
}
.bgblack a:link, .bgblack a:visited {
  text-decoration: none;
  color: #FFFFFF;
}
.bgblack a:hover, .bgblack a:active {
  text-decoration: none;
  color: #FFFFFF;
  border-bottom: 0.075em solid #FFFFFF;
}

.bt-1 {
  border-top: 1px solid #000000;
}

.bt-2 {
  border-top: 3px solid #000000;
}

.btcol-1 {
  border-top: 20px solid yellow;
}

.language-switch {
  padding-right: calc(20px + 0.5vw);
  line-height: 1em;
  display: none;
}
.language-switch.is-hovered {
  display: flex;
}
.language-switch.is-active {
  display: flex;
}
.language-switch > div {
  margin-left: 0.35em;
}

.videobg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
}
.videobg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#section-wrapper {
  position: relative;
  z-index: 1;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
}
#section-wrapper.is-active {
  opacity: 1;
  max-height: 500vh;
  overflow: auto;
}

.faded {
  opacity: 0.3;
}

.projekt a {
  display: block;
  position: relative;
}
.projekt a div {
  position: relative;
}
.projekt a h1 {
  position: absolute;
  bottom: clamp(8px, 1vw, 30px);
  left: clamp(15px, 1.8vw, 40px);
  color: #FFFFFF;
  margin-bottom: 0;
  font-weight: bold;
  font-size: clamp(30px, 3.5vw, 80px);
  opacity: 0;
  transition: opacity 0.15s;
}
@media (max-width: 900px) {
  .projekt a h1 {
    opacity: 1;
  }
}
.projekt a:hover h1 {
  opacity: 1;
}

img {
  max-width: 100%;
}

.images-compare-container {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.images-compare-before {
  will-change: clip;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
}

.images-compare-after {
  pointer-events: none;
}

.images-compare-before img, .images-compare-after img {
  max-width: 100%;
  height: auto;
  display: block;
}

.images-compare-separator {
  position: absolute;
  background: white;
  height: 100%;
  width: 2px;
  z-index: 4;
  left: 0;
  top: 0;
}

.images-compare-handle {
  height: 50px;
  width: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -25px;
  background-color: #FFFFFF;
  border-radius: 50%;
  z-index: 3;
  cursor: pointer;
}

.images-compare-left-arrow, .images-compare-right-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
  top: 50%;
  margin-top: -6px;
}

.images-compare-left-arrow {
  border-right: 6px solid #000000;
  left: 50%;
  margin-left: -22px;
}

.images-compare-right-arrow {
  border-left: 6px solid #000000;
  right: 50%;
  margin-right: -22px;
}

.images-compare-label {
  font-family: sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  color: rgba(0, 0, 0, 0.4);
  background: rgba(255, 255, 255, 0.7);
  padding: 10px;
  border-radius: 5px;
  pointer-events: none;
  display: none;
}

.images-compare-container .images-compare-label {
  display: inherit;
}

.images-compare-before .images-compare-label {
  left: 10px;
}

.images-compare-after .images-compare-label {
  left: auto;
  right: 10px;
}

.h-100 {
  height: 100vh;
}

.fullheight {
  height: calc(var(--vh, 1vh) * 100);
}

.min-fullheight {
  min-height: calc(var(--vh, 1vh) * 100);
}

.overflow-hidden {
  overflow: hidden;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-1 {
  margin-bottom: 15px;
}

.mb-2 {
  margin-bottom: 25px;
}
@media (max-width: 600px) {
  .mb-2 {
    margin-bottom: 20px;
  }
}

.mb-3 {
  margin-bottom: 50px;
}
@media (max-width: 900px) {
  .mb-3 {
    margin-bottom: 40px;
  }
}
@media (max-width: 450px) {
  .mb-3 {
    margin-bottom: 50px;
  }
}

.mb-4 {
  margin-bottom: 100px;
}
@media (max-width: 900px) {
  .mb-4 {
    margin-bottom: 50px;
  }
}
@media (max-width: 450px) {
  .mb-4 {
    margin-bottom: 50px;
  }
}

.mb-5 {
  margin-bottom: 150px;
}
@media (max-width: 900px) {
  .mb-5 {
    margin-bottom: 80px;
  }
}
@media (max-width: 450px) {
  .mb-5 {
    margin-bottom: 50px;
  }
}

.mb-6 {
  margin-bottom: 200px;
}
@media (max-width: 900px) {
  .mb-6 {
    margin-bottom: 120px;
  }
}
@media (max-width: 450px) {
  .mb-6 {
    margin-bottom: 50px;
  }
}

.mb-7 {
  margin-bottom: 250px;
}
@media (max-width: 900px) {
  .mb-7 {
    margin-bottom: 150px;
  }
}
@media (max-width: 450px) {
  .mb-7 {
    margin-bottom: 50px;
  }
}

.mb-8 {
  margin-bottom: 280px;
}
@media (max-width: 900px) {
  .mb-8 {
    margin-bottom: 180px;
  }
}
@media (max-width: 450px) {
  .mb-8 {
    margin-bottom: 50px;
  }
}

.mt-0 {
  margin-top: 0 !important;
}

.py-3 {
  padding-top: 5vw;
}

.fit {
  width: 100%;
  height: auto;
}

.cover {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.size-2 {
  font-size: 0.7em;
}

.size-1, .uk-lightbox-caption, .cmbild .caption {
  font-size: 0.81em;
  line-height: 1.4em;
}

.size1, h3 {
  font-size: 1em;
}

.size2, .cmbild .caption.right {
  font-size: 1.35em;
  font-weight: bold;
  line-height: 1.25em;
}
@media (max-width: 450px) {
  .size2, .cmbild .caption.right {
    font-size: 1em;
  }
}

.size3 {
  font-size: 1.5em;
}
@media (max-width: 450px) {
  .size3 {
    font-size: 1.2em;
  }
}

.size4 {
  font-size: 2em;
}
@media (max-width: 450px) {
  .size4 {
    font-size: 1.3em;
  }
}

.size5 {
  font-size: 3em;
}
@media (max-width: 450px) {
  .size5 {
    font-size: 1.5em;
  }
}

.size-nav {
  font-size: clamp(24px, 3.4vw, 70px);
}

h1, h2, h3 {
  font-weight: bold;
  font-size: 1.75em;
  line-height: 1.1em;
}
@media (max-width: 450px) {
  h1, h2, h3 {
    font-size: 1.5em;
  }
}

h2 {
  font-size: 1em;
}

@media (min-width: 601px) {
  br.mobile_break {
    display: none !important;
  }
}

.uppercase {
  text-transform: uppercase;
}

.auto-columns {
  column-count: 1;
}
@media (min-width: 600px) {
  .auto-columns {
    column-count: 2;
    column-gap: 50px;
  }
  .auto-columns > div {
    break-inside: avoid;
  }
}
@media (min-width: 768px) {
  .auto-columns {
    column-count: 3;
    column-gap: 50px;
  }
  .auto-columns > div {
    break-inside: avoid;
  }
}

.auto-columns-2 {
  column-count: 1;
}
@media (min-width: 1200px) {
  .auto-columns-2 {
    column-count: 2;
    column-gap: 50px;
  }
}

.auto-columns-4 {
  column-count: 2;
  column-gap: 20px;
}
@media (min-width: 992px) {
  .auto-columns-4 {
    column-count: 3;
    column-gap: 35px;
  }
}
@media (min-width: 1400px) {
  .auto-columns-4 {
    column-count: 4;
    column-gap: 50px;
  }
}

.circle {
  overflow: hidden;
  border-radius: 50%;
}

.border-top {
  border-top: 1px solid #000000 !important;
}

.border-bottom {
  border-bottom: 1px solid #000000 !important;
}

.me-6 {
  margin-right: 5em;
}

@media (min-width: 992px) {
  .me-lg-6 {
    margin-right: 2em;
  }
}

.mt-main {
  margin-top: 88px;
}
@media (max-width: 1199px) {
  .mt-main {
    margin-top: 66px;
  }
}
@media (max-width: 1199px) and (min-aspect-ratio: 1/1) {
  .mt-main {
    margin-top: 50px;
  }
}

a.full-button, button.full-button {
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 57px;
  width: 100%;
  background-color: transparent;
  color: #000000;
}

.content-hover-toggler {
  position: relative;
}
.content-hover-toggler > div {
  position: absolute;
  opacity: 1;
}
.content-hover-toggler > div.hidden {
  opacity: 0;
}
.content-hover-toggler:hover > div {
  opacity: 0;
}
.content-hover-toggler:hover > div.hidden {
  opacity: 1;
}
@media (max-device-width: 1200px) {
  .content-hover-toggler > div {
    opacity: 0 !important;
  }
  .content-hover-toggler > div.hidden {
    opacity: 1 !important;
  }
}

.is-active .content-hover-toggler > div {
  opacity: 0 !important;
}
.is-active .content-hover-toggler > div.hidden {
  opacity: 1 !important;
}

.uk-border-bottom {
  border-bottom: 1px solid #000000;
}

.big-title, .sub-title {
  font-size: clamp(40px, 10vw, 250px);
  line-height: 1.2em;
  text-align: center;
  margin-bottom: 5vw;
}

.sub-title {
  text-align: left;
  font-size: clamp(30px, 6vw, 150px);
}

.vod {
  width: 220px;
  height: auto;
}

.pop:hover {
  animation: pop 0.25s ease forwards;
}

.pop-fast:hover {
  animation: pop 0.1s ease forwards;
}

@keyframes pop {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.015);
  }
}
@media (max-width: 575px) {
  .member img {
    max-width: 200px;
  }
}
.member a:link, .member a:visited {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.35);
}
.member a:hover, .member a:active {
  text-decoration: none;
  color: #000000;
}

.round {
  border-radius: 50%;
}

.hyphen-break {
  hyphens: auto;
  word-wrap: break-word;
}

.container {
  padding-left: 22px;
  padding-right: 22px;
}

.item-embed iframe {
  width: 100%;
  height: 50vh;
  max-height: 800px;
  margin-bottom: -8px;
}

.yt_videowrap {
  width: 100%;
  height: 100%;
}
.yt_videowrap iframe {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  a.gal {
    pointer-events: none;
  }
}

@media (max-width: 450px) {
  .cmtext, .cmtextduo, .cmtexttrio, .cmbildonetwo {
    hyphens: auto;
  }
}

.cmbildduo, .cmtextduo, .cmtexttrio, .cmbildonetwo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.break {
  width: 100% !important;
}

.spacing-1 > div {
  width: calc(50% - 15px);
}
@media (max-width: 900px) {
  .spacing-1 > div {
    width: 100%;
    margin-bottom: 30px;
  }
}

.spacing-2 > div {
  width: calc(50% - 25px);
}
@media (max-width: 900px) {
  .spacing-2 > div {
    width: 100%;
    margin-bottom: 50px;
  }
}

.spacing-3 > div {
  width: calc(50% - 50px);
}
@media (max-width: 600px) {
  .spacing-3 > div {
    width: calc(50% - 25px);
  }
}
@media (max-width: 900px) {
  .spacing-3 > div {
    width: 100%;
    margin-bottom: 50px;
  }
}

.spacing-4 > div {
  width: 50%;
}
@media (max-width: 900px) {
  .spacing-4 > div {
    width: 100%;
    margin-bottom: 25px;
  }
}

.cmtexttrio.spacing-1 > div {
  width: calc(33.33% - 20px);
}
@media (max-width: 900px) {
  .cmtexttrio.spacing-1 > div {
    width: 100%;
  }
}
.cmtexttrio.spacing-2 > div {
  width: calc(33.33% - 33px);
}
@media (max-width: 900px) {
  .cmtexttrio.spacing-2 > div {
    width: 100%;
  }
}
.cmtexttrio.spacing-3 > div {
  width: calc(33.33% - 67px);
}
@media (max-width: 600px) {
  .cmtexttrio.spacing-3 > div {
    width: calc(33.33% - 33px);
  }
}
@media (max-width: 900px) {
  .cmtexttrio.spacing-3 > div {
    width: 100%;
  }
}
.cmtexttrio.spacing-4 > div {
  width: 33.33%;
}
@media (max-width: 450px) {
  .cmtexttrio.spacing-4 > div {
    width: 100%;
    margin-bottom: 25px;
  }
}
@media (max-width: 900px) {
  .cmtexttrio.spacing-4 > div {
    width: 100%;
  }
}

.cmbildonetwo.spacing-1 > div {
  width: calc(33.33% - 15px);
}
.cmbildonetwo.spacing-1 > div:nth-child(2) {
  width: calc(66.66% - 15px);
}
.cmbildonetwo.spacing-2 > div {
  width: calc(33.33% - 25px);
}
.cmbildonetwo.spacing-2 > div:nth-child(2) {
  width: calc(66.66% - 25px);
}
.cmbildonetwo.spacing-3 > div {
  width: calc(33.33% - 50px);
}
.cmbildonetwo.spacing-3 > div:nth-child(2) {
  width: calc(66.66% - 50px);
}
@media (max-width: 600px) {
  .cmbildonetwo.spacing-3 > div {
    width: calc(33.33% - 25px);
  }
  .cmbildonetwo.spacing-3 > div:nth-child(2) {
    width: calc(66.66% - 25px);
  }
}
.cmbildonetwo.spacing-4 > div {
  width: 33.33%;
}
.cmbildonetwo.spacing-4 > div:nth-child(2) {
  width: 66.66%;
}
@media (max-width: 450px) {
  .cmbildonetwo.spacing-4 > div {
    width: 100%;
    margin-bottom: 25px;
  }
}

.break {
  margin-bottom: 0 !important;
}

.cmbild .caption {
  padding: 15px 0;
}
.cmbild .caption.right {
  font-weight: bold;
  padding: 50px 0;
  padding-left: calc(50% + 50px);
}
@media (max-width: 800px) {
  .cmbild .caption.right {
    padding-left: 0;
    padding: 25px 0;
  }
}

@media (min-width: 600px) {
  .imgwidth-10 {
    width: 10%;
  }
}

@media (min-width: 450px) {
  .imgwidth-20 {
    width: 20%;
  }
}

@media (min-width: 450px) {
  .imgwidth-30 {
    width: 30%;
  }
}

@media (min-width: 450px) {
  .imgwidth-40 {
    width: 40%;
  }
}

@media (min-width: 450px) {
  .imgwidth-50 {
    width: 50%;
  }
}

@media (min-width: 450px) {
  .imgwidth-60 {
    width: 60%;
  }
}

@media (min-width: 450px) {
  .imgwidth-70 {
    width: 70%;
  }
}

@media (min-width: 450px) {
  .imgwidth-80 {
    width: 80%;
  }
}

@media (min-width: 450px) {
  .imgwidth-90 {
    width: 90%;
  }
}

.img-center {
  text-align: center;
}

.img-right {
  text-align: right;
}

.contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.uk-slideshownav {
  transform: translateY(calc(-50% - 15px));
}

.uk-slideshow-items a {
  position: static;
  display: block;
  height: 100%;
  width: 100%;
}
.uk-slideshow-items a .caption {
  position: absolute;
  bottom: 0px;
  left: 0;
  margin-top: 5px;
  width: 35%;
  text-overflow: ellipsis;
}

.uk-dotnav > .uk-active > * {
  background-color: #000000;
  border-color: transparent;
}

.uk-dotnav > * > * {
  border: 1px solid rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0.1);
}
.uk-dotnav > * > *:hover {
  background-color: #000000;
}

.uk-lightbox a:hover {
  border-bottom: 0;
}

.uk-lightbox-button {
  transform: scale(1.5);
  background-color: transparent;
  margin: 20px;
}
.uk-lightbox-button svg polyline {
  stroke: rgba(0, 0, 0, 0.7) !important;
}
.uk-lightbox-button:hover svg polyline {
  stroke: rgba(0, 0, 0, 0.7) !important;
}

.uk-lightbox-toolbar {
  background-color: transparent;
}
.uk-lightbox-toolbar .uk-lightbox-toolbar-icon {
  color: #000000;
  padding: 30px;
  transform: scale(1.5);
}
.uk-lightbox-toolbar .uk-lightbox-toolbar-icon:hover {
  color: rgba(0, 0, 0, 0.7);
}

.uk-lightbox {
  background-color: #FFFFFF;
}

.uk-lightbox-items > * > * {
  max-width: calc(100vw - 100px);
  max-height: calc(100vh - 110px);
  transform: translateY(-20px);
}

.uk-lightbox-caption {
  color: #000000 !important;
  padding-bottom: 25px;
}
