font-size-40 {font-size: 40px !important;}
.font-size-50 {font-size: 50px !important;}
.font-size-60 {font-size: 60px !important;}
.font-size-70 {font-size: 70px !important;}
.font-size-80 {font-size: 80px !important;}
.font-size-90 {font-size: 90px !important;}

/* UI Kit Overrides */

/* Sliders buttons */
.uk-dotnav > * {
  padding-left: 5px;
}
.uk-dotnav > * > * {
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 38% !important;
}
.uk-dotnav > * > :hover {
  background: #c9ff55;
}
.uk-dotnav > .uk-active > * {
  width: 10px !important;
  background-color: #c9ff55;
  border-radius: 38% !important;
}
/* *** */

.uk-input,
.uk-select,
.uk-textarea {
  background: unset;
}

h1.page-title{
  font-family: druk-wide-web-medium-italic, sans-serif;

}
/* *** */

html {
  background-color: #393939;
}

body {
  font-family: "abc_diatyperegular", sans-serif;
}

p {
  margin: 0px;
}

.p-6 {
  padding: 6rem !important;
}
.py-4 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
.py-6 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}
.py-8 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}
.py-10 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.p-10 {
  padding: 10rem !important;
}

.voor-button {
  background-color: #393939 !important;
  color: white !important;
  font-family: abc_diatyperegular !important;
  font-size: 15px;
  position: relative;
  /* padding: 10px 20px; */
  text-transform: uppercase;
  overflow: unset;
  clip-path: url(../images/button-radius.svg);
  border-radius: 10% / 45% !important;
  letter-spacing: 0.6px;
  padding: 0px 20px !important;
  line-height: 45px;
  margin: 2rem 0 0 0 !important;
}
.voor-news-title.uk-button {
  display: inline-block !important;
  white-space: nowrap !important;
  max-width: 550px !important;
  border-radius: 50px !important;
}
.tm-totop-button {
  background-color: rgba(239, 239, 239, 0.5);
}
/*Navbar */
.uk-logo img.uk-visible\@s {
  display: inline-block !important;
}
.uk-navbar-right .uk-button-primary {
  background: rgba(0, 0, 0, 0);
  box-shadow: none;
  border: 2px solid white;
}
nav.uk-navbar {
  display: flex;
}
div.uk-navbar-right {
  display: flex;
}
ul.uk-navbar-nav {
  display: flex;
  justify-content: end;
}
ul.uk-navbar-nav li {
  margin: 0 0.5rem;
  list-style: none;
}
ul.uk-navbar-nav li a {
  font-family: "abc_diatyperegular";
  font-size: calc(12px + 0.2vw);
  color: white !important;
  text-decoration: none;
  text-transform: uppercase;
}

/*  Hero */
#voor-hero {
  background-color: #38a5f1;
  overflow: hidden;
  position: relative;
  height: 400px;
  #margin-top: -70px;
}

#voor-hero #hero-text .hero-title {
  padding: 0;
}

#voor-hero #hero-text .subtitle {
  font-size: 1.2vw;
}

#voor-hero #hero-text h1 {
  font-family: druk-wide-web-medium-italic, sans-serif;
  font-size: 3.7vw;
  text-transform: uppercase;
  color: white;
  margin: 50px 0 10px 0;
}
#voor-hero #hero-text small {
  font-size: 18px;
  font-weight: normal;
  color: white;
  max-width: 400px;
  display: block;
}

#voor-hero #hero-text .uk-text-default {
  font-size: 22px;
}
#voor-hero #hero-text .voor-button {
  background-color: #393939;
  color: white;
  text-transform: uppercase;
  font-size: 18px;
}

#voor-hero #hero-blob-image {
  -webkit-mask: url(../images/mask/hero-mask.png);
  mask: url(../images/mask/hero-mask.png);
  /* mask-position: 68%; */
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-size: cover;
}


/* Size L */
@media only screen and (max-width: 1199px) {
  #voor-hero #hero-text .hero-title {
    padding-left: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  #voor-hero {
    height: 700px;
  }

  #voor-hero #hero-text small {
    font-size: 18px;
  }
}

/* Size M */
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  #voor-hero {
    height: 700px;
  }

  #voor-hero #hero-text small {
    font-size: 18px;
  }
  #voor-hero #hero-text .voor-button {
    background-color: #393939;
    color: white;
    text-transform: uppercase;
    font-size: 15px;
  }
}

/* Size S */
@media only screen and (min-width: 640px) and (max-width: 959px) {
  #voor-hero {
    height: 550px;
  }

  #voor-hero #hero-text small {
    font-size: 18px;
  }
  #voor-hero #hero-text .voor-button {
    background-color: #393939;
    color: white;
    text-transform: uppercase;
    font-size: 15px;
  }
}

/* Smaller as S */
@media only screen and (max-width: 639px) {
  #voor-hero #hero-text {
    padding: 0;
  }


  #voor-hero-s h1 {
    font-size: calc(30px + 2vw);
  }

  #voor-hero-s #hero-text h1 {
    color: white !important;
  }

  #voor-hero-s #hero-text .uk-text-default {
    color: white !important;
  }

  #voor-hero #hero-text small {
    font-size: 14px;
  }
  #voor-hero #hero-text .voor-button {
    background-color: #393939;
    color: white;
    text-transform: uppercase;
    font-size: 15px;
  }
}


/* Vorteile */
#vorteile {
  color: white;
  padding: 0;
}
#vorteile #vorteile-head {
  max-width: 75vw;
  margin-bottom: 5rem;
}
@media only screen and (min-width: 992px) {
  #vorteile #vorteile-head {
    max-width: 40vw;
  }
}
@media only screen and (min-width: 1200px) {
  #vorteile #vorteile-head {
    max-width: 50vw;
  }
}

#vorteile .eyebrow-text {
  font-family: abc_diatypeheavy;
  text-transform: uppercase;
  color: white;
}

#vorteile h2 {
  font-family: druk-wide-web-medium-italic;
  font-size: calc(8px + 1.5vw);
  text-transform: uppercase;
  color: white;
}

#vorteile small {
  font-size: calc(12px + 0.5vw);
}

#vorteile .blob-item {
  background-image: url(../images/blob.png);
  background-color: #393939;
  background-repeat: no-repeat;
  background-size: contain;
  height: auto;
  padding: 0rem;
  margin: 0 1rem;
  width: 400px;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #vorteile .blob-item {
    width: 400px;
    height: 400px;
    padding: 20px 30px;
  }
  #vorteile .blob-item h2 {
    /* font-size: calc(12px + 0.5vw); */
  }
  #vorteile .blob-item p {
    /* font-size: 12px; */
  }
}
@media only screen and (max-width: 767px) {
  #vorteile .blob-item {
    width: 300px;
    height: 300px;
  }
  #vorteile .blob-item h2 {
    font-size: 16px !important;
  }
  #vorteile .blob-item p {
    font-size: 12px !important;
  }
  #vorteile .uk-tile {
    padding: 60px 50px;
  }
}

#vorteile .blob-item h2 {
  font-family: druk-wide-web-medium-italic;
  font-size: calc(18px + 0.5vw);
  text-transform: uppercase;
  color: white;
}
#vorteile .blob-item p {
  font-family: abc_diatypeheavy;
  font-size: 18px;
}
/* Preline */
.preline {
  background-color: #f6774a;
  color: white;
}
.preline .preline-image {
  /* min-height: 400px; */
}

.preline .left .preline-image img {
  -webkit-mask-image: url(../images/union.png);
  -webkit-mask-repeat: no-repeat;
  mask-image: url(../images/union.png);
  mask-repeat: no-repeat;
  width: calc(200px + 32vw);
  mask-size: cover;
}

.preline .right .preline-image img {
  -webkit-mask-image: url(../images/union-right.png);
  -webkit-mask-repeat: no-repeat;
  mask-image: url(../images/union-right.png);
  mask-repeat: no-repeat;
  width: calc(200px + 32vw);
  mask-size: cover;
}

@media only screen and (max-width: 639px) {
  .preline .left .preline-image img, .preline .right .preline-image img {
    -webkit-mask-image: none;
    -webkit-mask-repeat: no-repeat;
    mask-image: none;
    width: 100%;
    mask-repeat: no-repeat;

  }
}


.preline .preline-text {
  max-width: 600px;
  /* margin: 125px 0 0 100px; */
}
.preline .eyebrow-text {
  font-family: abc_diatypeheavy;
  text-transform: uppercase;
  font-size: calc(12px + 0.5vw);
  color: white !important;
}

.preline h2 {
  font-family: druk-wide-web-medium-italic;
  font-size: calc(12px + 1.5vw);
  text-transform: uppercase;
  color: white;
}

.preline small {
  font-size: calc(8px + 0.4vw);
  display: block;
}

.preline .voor-button {
  background-color: #393939;
  color: white;
  display: inline-block;
}
@media only screen and (max-width: 576px) {
  .preline .preline-text {
    padding: 20px;
  }

  .preline-image {
    padding-bottom: 10px;
  }

  .preline .eyebrow-text {
    font-size: 12px;
  }

  .preline h2 {
    font-size: 16px;
    margin-bottom: 0;
  }
  .preline small {
    font-size: 9px;
  }
}

/**********/

/* Referenzen */

#referenzen {
  background-color: #393939;
  color: white;
  padding: 5rem 0;
  margin: 0 !important;
}
#referenzen #referenzen-head {
  max-width: 75vw;
  margin-bottom: 5rem;
}
@media only screen and (min-width: 992px) {
  #referenzen #referenzen-head {
    max-width: 50vw;
  }
}
@media only screen and (max-width: 768px) {
  #referenzen h2 {
    /* text-align: center; */
  }
}
#referenzen h2 {
  font-family: druk-wide-web-medium-italic;
  font-size: calc(12px + 1.5vw);
  text-transform: uppercase;
  color: white;
}

#referenzen small {
  font-size: calc(12px + 0.5vw);
}
#referenzen .client-logos {
  align-items: center;
}
#referenzen .client-logo {
  min-width: 200px;
  margin-bottom: 20px;
}

#referenzen .client-logo img {
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 572px) {
  #referenzen .client-logos {
    padding: 0 20px;
  }
  #referenzen .client-logo {
    min-width: 150px;
  }
}
/**************/

/* News Title */

#news-title {
  color: #393939;
  padding: 5rem 0;
  margin: 0 !important;
  position: relative;
  overflow: hidden;
}
#news-title .vector-mask {
  mask: url(../images/voor-key-visual.png) no-repeat center top;
  mask-size: auto 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}
#news-title .vector-mask + .uk-container {
  z-index: 1;
}
#news-title .newstitle-row {
  align-items: center;
}
#news-title .eyebrow-text {
  font-family: abc_diatypeheavy;
  font-size: calc(6px + 0.3vw);
  text-transform: uppercase;
  color: white;
}
#news-title .subtitle {
  color: white;
}
#news-title h2 {
  font-family: druk-wide-web-medium-italic;
  font-size: calc(12px + 1vw);
  text-transform: uppercase;
}
#news-title .voor-button {
  font-size: 14px !important;
  margin: 0 !important;
  padding: 0px 20px;
}


@media only screen and (max-width: 768px) {
  .voor-button {
    min-width: 200px;
  }
}


@media only screen and (max-width: 576px) {
  #news-title {
    padding: 3rem 0;
  }
}

/***********/

/* News */

#news {
  background-color: #393939;
  color: white;
  margin: 0 !important;
}

#news .news-text-col {
  justify-content: center;
}
#news .news-text {
  max-width: 400px;
  margin: 40px auto;
}
@media only screen and (max-width: 768px) {
  #news .news-text-col {
    justify-content: left;
  }
  #news .news-text {
    padding-left: 50px;
  }
}

#news .news-text .eyebrow-text {
  font-family: abc_diatypeheavy;
  text-transform: uppercase;
  color: white;
}

#news h2 {
  font-family: druk-wide-web-medium-italic;
  font-size: calc(12px + 1vw);
  text-transform: uppercase;
  color: white;
}

#news small {
  font-size: calc(12px + 0.5vw);
}

#news .uk-grid-large {
  margin-left: -50vw;
}

#news .blog-item {
  padding-right: 70px;
  border-right: 1px solid white;
}
@media only screen and (max-width: 639px) {
  #news .uk-grid-large {
    margin-left: 17vw;
  }
}
@media only screen and (max-width: 959px) {
  #news .blog-item {
    flex-direction: column;
    border-right: none;
  }
}
#news .blog-item .blog-text {
}
#news .blog-item .date {
  font-family: abc-diatyperegular;
  font-size: calc(8px + 0.4vw);
}
#news .blog-item .blog-title {
  font-family: druk-wide-web-medium-italic;
  font-size: calc(12px + 0.5vw);
  text-transform: uppercase;
}
#news .blog-item .blog-title a {
  color: white;
  text-decoration: none;
}
#news .blog-item .blog-excerpt {
  font-family: abc_diatyperegular;
  font-size: calc(8px + 0.5vw);
}
#news .blog-item .voor-button {
  background-color: #c9ff55 !important;
  color: #393939 !important;
}
#news-separator {
  background: linear-gradient(#fff, #fff) no-repeat center/2px 100%;
}
#news .prev-arrow,
#news .next-arrow {
  position: absolute;
  top: 50%;
  max-width: 50px;
}
#news .prev-arrow {
  left: 5rem;
}
#news .next-arrow {
  right: 5rem;
}
@media only screen and (max-width: 576px) {
  #news .blog-item .voor-button {
    min-width: 150px;
    margin-top: 10px;
  }
}
/****/

/*  NewsBlog */
#newsblog {
  background-color: #c9ff55;
  overflow: hidden;
  position: relative;
  margin: 0 !important;
}

@media only screen and (max-width: 959px) {
  #newsblog {
    padding-top: 60px;
  }
}
#newsblog #hero-text .hero-title {
  /* padding: 6rem !important; */
}
#newsblog #hero-text .eyebrow-text {
  font-family: druk-wide-web-medium-italic;
  font-size: calc(8px + 0.5vw);
  text-transform: uppercase;
  color: #393939;
}
#newsblog #hero-text h1 {
  font-family: druk-wide-web-medium-italic;
  font-size: calc(12px + 2vw);
  text-transform: uppercase;
  color: #393939;
}
#newsblog #hero-text small {
  font-size: 18px;
  color: #393939;
  display: block;
}

#newsblog #hero-text button {
  background-color: #393939;
  color: white;
  text-transform: uppercase;
  margin-top: 20px;
}

#newsblog #hero-blob-image {
  /* min-height: 800px; */
  /* max-width: 400px; */
  max-height: 500px;
  overflow: hidden;
  /* background-image: url(../images/starterseite/bannerImage.png); */
}

#newsblog #hero-blob-image img {
  -webkit-mask: url(../images/mask-blognews.png) 50% 0px/60% auto no-repeat;
  mask: url(../images/mask-blognews.png) 50% 0px/60% auto no-repeat exclude;
  -webkit-mask-repeat: no-repeat; /* don't forget this */
  width: calc(250px + 20vw);
}
@media only screen and (max-width: 959px) {
  #newsblog #hero-text .hero-title {
    padding: 2rem 0 0.5rem 0 !important;
  }
  #newsblog #hero-blob-image img {
    width: unset;
    height: 100%;
    right: 20%;
    /* width: calc(250spx + 15vw); */
  }
}
@media only screen and (max-width: 768px) {
  #newsblog #hero-text .hero-title {
    padding: 2rem 0 1rem 0 !important;
  }
  #newsblog #hero-blob-image img {
    width: unset;
    height: 100%;
    right: 5%;
    /* width: calc(250spx + 15vw); */
  }
}
/*  */

/* Footer */
#footer {
  background-color: #393939;
  margin-top: 0 !important;
  padding-top: 5rem;
}

#footer.text-dark, #footer.text-dark a, #footer.text-dark h4, #footer.text-dark hr {
  color: #383838 !important;
  border-color: #383838 !important;
}

#footer-container {
  background-color: #38a5f1;
  -webkit-mask-image: url(../images/mask-footer.png);
  mask-image: url(../images/mask-footer.png);
  mask-repeat: no-repeat;
  mask-size: cover;
  padding-top: 125px;
  width: 100%;
  #mask-size: 100%;
  mask-position: center top;
}
#footer .uk-grid {
  justify-content: center;
}
#footer .footer-logo {
}
#footer .footer-description {
  font-family: abc_diatyperegular;
  font-size: calc(8px + 0.4vw);
  color: white;
}
#footer .footer-social {
}
#footer .footer-social img {
  transition: transform 0.3s ease;
  cursor: pointer;
}
#footer .footer-social img:hover {
  transform: scale(1.3);
}
#footer div:has(.footer-links-col) {
  width: unset !important;
}
#footer ul {
  list-style: none;
  font-family: abc_diatyperegular;
  font-size: calc(12px + 0.4vw);
  color: white;
  padding-left: 0 !important;
}
#footer ul li {
  position: relative;
}
#footer ul li a {
  color: white;
  text-decoration: none;
}
#footer .title {
  margin-bottom: 20px;
  font-size: 18px;
}
#footer ul li:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: 0px;
  height: 2px;
  background: #fff;
  transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s,
  right 0.5s cubic-bezier(0.54, 0.32, 0.05, 0.96);
}
#footer ul li:hover:after {
  width: 100%;
  left: 0;
}

#footer ul li a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  #footer-container {
    #mask-size: 175%;
  }
  #footer .footer-logo {
    text-align: center;
  }
  #footer .footer-description {
    text-align: center;
    margin: 20px 0;
  }
  #footer .footer-social {
    text-align: center;
  }
  #footer .footer-social a {
    display: inline-block;
    margin-right: 20px;
  }
  #footer ul {
  }
  #footer-container {
    padding-top: 50px;
  }
  .footer-info-links {
    margin-top: 30px;
  }
  .footer-info-links li.title a {
    font-size: 16px;
  }
}

#footer .uk-section-default {
  background: none;
}
/********/

/* Blog/Article page */

#blog {
  background-color: #393939;
  color: white;
  margin: 0 !important;
  padding: 12vh 0vw;
}
#blog #blog-meta::before {
  border: none !important;
}
#blog #blog-meta h4 {
  font-family: abc_diatypeheavy;
  font-size: 12px;
  text-transform: uppercase;
  color: white;
}
#blog #blog-meta #search input {
  border-radius: 10% / 44%;
  text-transform: uppercase;
  font-family: "abc_diatyperegular";
  font-size: 15px;
  background: rgba(0, 0, 0, 0);
  border: 2px solid white;
  max-width: 300px;
  color: white !important;
}
#blog #blog-meta #search input::placeholder {
  color: white;
}
#blog #blog-content::before {
  border: none !important;
}
#blog #blog-content h1 {
  font-family: druk-wide-web-medium-italic;
  font-size: calc(14px + 1vw);
  text-transform: uppercase;
  color: white;
  margin: 20px 0;
}

#blog #blog-content h2 {
  font-family: abc_diatyperegular;
  font-weight: 700;
  font-size: calc(14px + 1vw);
  color: white;
  margin: 20px 0;
}

#blog #blog-content h3 {
  font-family: abc_diatyperegular;
  font-weight: 700;
  font-size: 1.6rem;
  color: white;
  margin: 20px 0;
}
#blog #blog-content p {
  font-family: abc_diatyperegular;
  color: white;
  margin: 10px 0 20px 0;
}
#blog #tags {
  margin: 25px 0;
}
#blog #tags .voor-button.voor-blog-tag-button {
  color: white !important;
  background-color: #555555 !important;
  margin: 5px 5px 0 !important;
  padding: 10px 20px !important;
}
#blog #blog-social img {
  transition: transform 0.3s ease;
  cursor: pointer;
}
#blog #blog-social img:hover {
  transform: scale(1.3);
}
#blog button.overview {
  font-family: abc_diatyperegular;
  font-size: calc(12px + 0.4vw);
  color: #393939;
  background-color: #c9ff55;
  padding: 10px 20px;
  border-radius: 20px;
  margin: 5px 5px 0;
}
#blog .overview.voor-button {
  background: #c9ff55 !important;
  color: #393939 !important;
}
#blog #blog-content .blog-nav-buttons {
  padding: 40px 0 !important;
}
#blog #prev a,
#blog #next a {
  color: white;
}
#blog #prev svg {
  margin-right: 10px;
}
#blog #next svg {
  margin-left: 10px;
}
/*  */
/* Overrides */
.uk-slider-container-offset {
  margin: 0px 0px 0 0px !important;
  padding: 11px 10px 1px 10px;
}

.uk-card-body {
  background-color: #555;
}

.uk-card-body h2 {
  font-family: druk-wide-web-medium-italic;
  color: white;
  font-size: 1.3em;
}



.uk-navbar-left {
  overflow: auto;
  max-width: 50%;
  white-space: nowrap;
  scrollbar-width: thin;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.uk-navbar-nav .uk-nav li {
  white-space: normal;
}

.uk-navbar-right .tm-menu-animate  {
  color: white;
  stroke-width: 5px;
}

.uk-section {
  padding-top: 70px;
}

aside a {
  color: #bbb;
}
