@font-face {
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  font-family: "GenosGFG";
  src: url("../fonts/GenosGFG-Regular.ttf");
}
@font-face {
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  font-family: "GenosGFG-Bold";
  src: url("../fonts/GenosGFG-Bold.ttf");
}
strong {
  font-family: "GenosGFG-Bold";
}

html {
  font-family: "GenosGFG";
}
@media (max-width: 640px) {
  html {
    font-size: 18px;
  }
}
@media (max-width: 960px) {
  html {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  html {
    font-size: 18px;
  }
}
@media (max-width: 1600px) {
  html {
    font-size: 18px;
  }
}
@media (min-width: 1601px) {
  html {
    font-size: 18px;
  }
}

.bgSection {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  right: 0;
  z-index: -1;
}
.bgSection .bgSlider {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.bgSection .bgSlider .el-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #000000;
}

@media (min-width: 960px) {
  body.scrollsnap {
    scroll-snap-type: y mandatory;
    overflow-y: scroll;
    height: 100vh;
  }
  body.scrollsnap .uk-section {
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
}
.uk-sticky-below .uk-navbar-sticky .uk-logo {
  transform: translateY(-100%);
  transition: ease 0.5s;
}

.uk-logo {
  padding: 20px;
  background-color: #FFF3;
  border-radius: 0 0 20px 20px;
  transition: ease 0.5s;
}

.uk-navbar-toggle:hover .uk-navbar-toggle-icon {
  background: #002060;
}
.uk-navbar-toggle .uk-navbar-toggle-icon {
  background: #FF6600;
  padding: 15px;
  border-radius: 50%;
}

#tm-dialog .uk-offcanvas-bar .dialogMenu * {
  text-transform: uppercase;
}
#tm-dialog .uk-offcanvas-bar .dialogMenu .uk-nav li {
  font-size: 32px;
  font-weight: 700;
}
#tm-dialog .uk-offcanvas-bar .dialogMenu .uk-nav li a {
  padding-right: 40px;
}

@media (min-width: 640px) {
  .zitate > div > div:nth-child(2n) .el-item > div {
    flex-direction: row-reverse !important;
  }
}
.zitate > div > div:nth-child(2n) .el-item > div > div:last-child {
  background-color: #FF660099;
}

.zitate .el-item > div {
  gap: 20px;
}
.zitate .el-item > div > div:last-child {
  background-color: #00206066;
  padding-left: 15px;
  border-radius: 15px;
}
.zitate .el-item > div > div:first-child {
  border-radius: 15px;
  width: fit-content;
}

.navigationpanels > div > div:nth-child(2n) a:hover {
  background-color: #FF6600;
}
.navigationpanels > div > div:nth-child(2n) .uk-card {
  background-color: #FF660099;
  flex-direction: column-reverse;
}
.navigationpanels > div > div:nth-child(2n) .uk-card .uk-card-media-top {
  border-radius: 0 0 20px 20px;
}

/*# sourceMappingURL=custom.css.map */
