:root {
  --cOrange: #d1ac11;
  --cGray: #3f3f3f;
  --plyr-color-main: var(--cOrange);
}

.page {
  overflow-x: hidden;
}

svg {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.btn-special {
  border-color: var(--cOrange) !important;
  color: var(--cOrange);
}

.to-home {
  position: fixed;
  bottom: 50px;
  right: 50%;
  z-index: 3;
  padding-right: 5%;
}

@media all and (max-width: 1279px) {
  .uk-offcanvas-bar {
    width: 100%;
  }
}

.separator {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* additional colors */

.colored-orange-bg {
  background-color: var(--cOrange) !important;
}

.senf {
  color: var(--cOrange);
}

/* blog */
.blog-dots {
  display: flex;
  font-size: 10px;
  margin-top: 12px;
  color: var(--cOrange);
}

.blog-dots i {
  margin-left: 5px;
  color: inherit;
}

.blog-dots i:hover {
  color: inherit;
}

.blog-dots i:first-child {
  margin-left: 0;
}

.history {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.history h2 {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .history h2 {
    margin-top: 0;
  }
}

.history img {
  margin-top: 0;
}

.section-content-alt {
  padding: 0px 10% 0px 10%;
}

@media screen and (min-width: 1280px) {
  .section-content-alt {
    padding: 0px 15% 0px 15%;
  }
}

.section-content-alt2 {
  padding: 0 calc(20% + 20px) 0 calc(20% + 20px);
}

.blog-masonry .blog-post {
  margin: 0 25px 25px 0;
}

#navigation > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.signature {
  fill: #ffffff;
}

@media screen and (max-width: 1280px) {
  .signature-home {
    width: 150px;
  }
}

@media screen and (max-width: 768px) {
  .signature-home {
    width: 130px;
  }
}

.uk-nav-offcanvas > .uk-open > a,
html:not(.uk-touch) .uk-nav-offcanvas > li > a:focus,
html:not(.uk-touch) .uk-nav-offcanvas > li > a:hover {
  background: transparent;
  color: #505050;
}

.header-social a:last-child {
  margin-right: 0;
}

.header-social > a > i,
.footer-social > a > i {
  color: var(--cOrange);
  letter-spacing: normal;
}

.header-social > a > i:hover,
.footer-social > a > i:hover {
  color: #505050;
}

.header-social > a > svg:hover,
.footer-social > a > svg:hover {
  fill: #505050;
}

.header-social {
  margin-bottom: 20px;
}

.footer-social {
  margin-bottom: 20px;
}

.footer-social > a {
  margin-right: 15px;
}

.footer-links ul li {
  margin-bottom: 20px;
}

.footer-links ul li:last-child {
  margin-bottom: 0;
}

.fa-times {
  color: #ffffff;
  font-size: 22px;
}

.navigation-close {
  position: absolute;
  top: 0;
  right: 0;
  margin: 20px;
}

.navigation-footer {
  margin-left: 0;
}

.nav-trigger {
  background: #191919;
  color: #fff !important;
  border: 1px solid #191919;
  padding: 10px;
  top: 40px;
}

.nav-trigger span,
.to-top span {
  color: #fff !important;
}

.to-top {
  bottom: 40px;
  background: #191919;
  color: #fff !important;
  border: 1px solid #191919;
  padding: 10px;
}

.to-top:hover,
.trigger-2:hover,
.nav-trigger:hover {
  background: #fff;
  color: #191919 !important;
  border: 1px solid #e5e5e5;
}

.nav-trigger:hover span,
.to-top:hover span {
  color: #191919 !important;
}

.separator {
  background-color: #505050;
}

#about,
#about-page,
#about-2,
#history,
#subscribe,
#video,
#download,
#contact,
#contact-page,
#footer,
#header-minimal-page {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media screen and (min-width: 768px) {
  #about,
  #about-page,
  #about-2,
  #history,
  #subscribe,
  #video,
  #download,
  #contact,
  #contact-page,
  #footer,
  #header-minimal-page {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 1280px) {
  #about,
  #about-page,
  #about-2,
  #history,
  #subscribe,
  #video,
  #download,
  #contact,
  #contact-page,
  #footer,
  #header-minimal-page {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.section-space {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-spaceTop {
  padding-top: 50px;
}

.section-spaceBottom {
  padding-bottom: 50px;
}

.section-spaceBottom2 {
  padding-bottom: 30px;
}

/* .blog-masonry .blog-post {
  margin: 0 30px 30px 0;
}

.blog-post {
  margin-right: 30px;
}

#blog .col-md-6 {
  padding: 0;
} */

.uk-close {
  opacity: 1;
  color: var(--cOrange);
}

.uk-close:hover {
  opacity: 1;
  color: #505050;
}

.uk-close::after {
  content: "";
}

.uk-close svg {
  pointer-events: none;
}

.footer-links-right > * {
  margin-right: 25px;
}

.icon-99 {
  fill: var(--cOrange);
  margin-top: 4px;
}

.works-filter-top {
  margin-top: 0;
}

.works-filter-top li a {
  color: #505050;
}

.works-filter-top li a:hover {
  text-decoration: none;
  color: var(--cOrange);
}
.works-filter-top li.uk-active a {
  text-decoration: none;
  color: #000000;
}

#gallery1 .gutter img:hover {
  opacity: 1;
}

.gutter-nohover img {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.gutter-nohover:hover img {
  -o-transform: none;
  -moz-transform: none;
  -webkit-transform: none;
  transform: none;
  opacity: 1;
  overflow: auto;
}

@media (min-width: 1025px) {
  .works--fix {
    margin-left: -20px;
    margin-right: 0;
  }
}

.imageTextModule .description-bottom {
  margin-top: auto;
}

.imageTextModule .key {
  padding-bottom: 20px;
}

.description .hdl {
  margin-bottom: 5px;
}

.imageTextModule .description p {
  margin-bottom: 0;
}

.imageTextModule .header-content {
  margin-top: 0;
}

@media all and (max-width: 1024px) {
  .imageTextModule img {
    padding-bottom: 20px;
  }
}

.blog .row {
  margin-left: -10px;
  margin-right: -10px;
}

.blog .col-md-6 {
  padding-left: 10px;
  padding-right: 10px;
}

.teaserBlog-image {
  background: linear-gradient(rgba(63, 63, 63, 0.7), rgba(63, 63, 63, 0.7)),
    url("https://placekitten.com/g/1920/1080");
}

#comments {
  padding-bottom: 0;
}

.posted-comment {
  margin-top: 0;
  padding: 0 0 50px 0;
  background: transparent;
}

.textModule blockquote {
  padding-left: 50px;
  border-color: var(--cOrange);
}

.cookie-consent {
  border-radius: 0;
  background-color: #191919 !important;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  padding: 20px 25px;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .cookie-consent {
    flex-direction: row;
  }
}

.cookie-consent p {
  font-size: 14px;
}

.cookie-consent__spacer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: -1;
}

.cookie-consent__text {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .cookie-consent__buttons {
    padding-top: 1rem;
    padding-left: 0;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .cookie-consent__buttons__read-more > a {
    margin-right: 0;
  }

  .cookie-consent__text {
    padding-right: 0;
    padding-bottom: 0.6em;
    border: 0;
  }
}

.cookie-consent__buttons__read-more {
  color: var(--cOrange);
}

.cookie-consent__buttons__close {
  z-index: 0;
  border: 2px solid #282828 !important;
  border-radius: 0px;
  cursor: pointer;
  color: #a7a7a7;
  padding: 0px;
  display: block;
  width: 150px;
  box-shadow: none;
  height: 53px;
  line-height: 50px;
  margin-top: 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 800;
  word-spacing: 1px;
  background: transparent;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  border: 2px solid #282828 !important;
}

.cookieConsent_buttonWrapper {
  align-self: flex-start;
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .cookieConsent_buttonWrapper {
    margin-left: auto;
    margin-top: 0;
  }
}

.control {
  display: block;
  position: relative;
  padding-left: 30px;
  padding-bottom: 14px;
  padding-top: 3px;
  cursor: pointer;
  line-height: 1.34;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control_indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: var(--cGray);
  border: 0px solid var(--cOrange);
  border-radius: 0px;
}
.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
  background: var(--cGray);
}

.control input:checked ~ .control_indicator {
  background: var(--cOrange);
}
.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
  background: #0e6647d;
}
.control input:disabled ~ .control_indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.control_indicator:after {
  box-sizing: unset;
  content: "";
  position: absolute;
  display: none;
}
.control input:checked ~ .control_indicator:after {
  display: block;
}
.control-checkbox .control_indicator:after {
  left: 8px;
  top: 4px;
  width: 3px;
  height: 8px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.control-checkbox input:disabled ~ .control_indicator:after {
  border-color: #7b7b7b;
}
.control-checkbox .control_indicator::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 4.5rem;
  height: 4.5rem;
  margin-left: -1.3rem;
  margin-top: -1.3rem;
  background: var(--cOrange);
  border-radius: 3rem;
  opacity: 0.6;
  z-index: 99999;
  transform: scale(0);
}

.uk-slidenav-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
}

.uk-subnav {
  margin-top: 0;
}

.blog-post ul li {
  border-left: 0;
  padding-left: 0;
  margin-left: 0;
}

.blog-post {
  margin-bottom: 100px;
}

#blog {
  padding-top: 100px;
  padding-bottom: 0;
}

.uk-slider > * {
  top: 50%;
  transform: translateY(-50%);
}

.uk-offcanvas {
  background: rgba(209, 172, 17, 0.75);
}

.header-img {
  padding: 50px 0 50px 0;
}

@media screen and (min-width: 768px) {
  .header-img {
    padding: 80px 0 80px 0;
  }
}

@media screen and (min-width: 1025px) {
  .header-img {
    padding: 100px 0 100px 0;
  }
}

.form-group input,
.form-group textarea {
  font-weight: 500;
}

.splide__list {
  align-items: center;
}

.splide__arrow {
  background: transparent;
}

.splide--topArrows .splide__arrow {
  bottom: auto;
  top: 0;
  transform: translateY(-100%);
}

.splide--bottomArrows .splide__arrow {
  bottom: 0;
  top: auto;
  transform: translateY(100%);
}

.splide--topArrows .splide__arrow--prev,
.splide--bottomArrows .splide__arrow--prev {
  left: 0;
}

.splide--topArrows .splide__arrow--next,
.splide--bottomArrows .splide__arrow--next {
  right: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border-bottom: 2px solid rgb(224, 224, 224);
  -webkit-text-fill-color: white;
  -webkit-box-shadow: 0 0 0px 1000px #191919 inset;
  transition: background-color 5000s ease-in-out 0s;
}

#orientation-change {
  width: 100px;
  height: 100px;
}

.section-content-alt .a2a_kit {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.section-content-alt .a2a_kit .a2a_s__default {
  background-color: var(--cOrange) !important;
}

.gutter:hover img {
  opacity: 0.8;
}

.work .white-hover.alt p {
  top: auto !important;
  right: 0 !important;
  left: auto !important;
  bottom: 20px !important;
  transform: translate(0%, 0%) !important;
  padding: 10px;
  width: 100%;
  text-align: right;
  background: white;
  margin: 0;
}
