/* poppins-100 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/poppins-v21-latin-100.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* poppins-200 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/poppins-v21-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* poppins-300 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/poppins-v21-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* poppins-regular - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/poppins-v21-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* poppins-500 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/poppins-v21-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* poppins-600 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/poppins-v21-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* poppins-700 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/poppins-v21-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* poppins-800 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/poppins-v21-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* poppins-900 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/poppins-v21-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }

  
html {
    font-family: "Poppins", serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Poppins", serif;
}

a {
    color: #0075f2;
}

.intro {
    height: 100vh;
    max-height: 100vh;
    min-height: 750px;
    margin-top: -81px;
}

.uk-navbar-dark {
    background-color: #111 !important;
}

.uk-navbar-nav>li>a {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
}

.uk-navbar-nav>li>a:hover {
    color: #0075f2;
}

.uk-navbar-toggle {
    color: #fff;
}

.uk-navbar-toggle:hover {
    color: #0075f2;
}

h1.slogan {
    margin-top: 0;
    margin-bottom: 1.5rem;
    font-size: 4.5rem;
    font-weight: 900;
    line-height: .9;
    color: #111;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    background-image: -webkit-linear-gradient(45deg, #26ffe6 15%, #0075f2 65%);
    background-image: linear-gradient(45deg, #26ffe6 15%, #0075f2 65%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px;
}

p.slogan {
    color: white;
    font-size: 1.5em;
    background: rgba(0, 0, 0, .5);
    padding: 5px 15px;
}

.uk-overlay-rf {
    background: rgba(0, 0, 0, .4);
}


.about .uk-icon {
color: #fff;
padding: 15px;
background-image: -webkit-linear-gradient(45deg, #26ffe6 15%, #0075f2 65%);
background-image: linear-gradient(45deg, #26ffe6 15%, #0075f2 65%);
border-radius: 50%;
}

.about h2, .kontakt h3 {
    font-weight: 600;
    font-size: 1.6em;
}

.service {
    padding: 0px 40px;
}

.about .icon {
    margin: auto;
    background-image: -webkit-linear-gradient(45deg, #26ffe6 15%, #0075f2 65%);
    background-image: linear-gradient(45deg, #26ffe6 15%, #0075f2 65%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    height: 44px;
    text-align: center;
    font-size: 50px;
}

.kontakt .icon {
    margin: auto;
    background-image: -webkit-linear-gradient(45deg, #26ffe6 15%, #0075f2 65%);
    background-image: linear-gradient(45deg, #26ffe6 15%, #0075f2 65%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-size: 25px;
}

.about {
    position: relative;
}

.about:after {
    content: '';
    position: absolute;
    z-index: 2;
    bottom: -50px;
    left: 50%;
    left: calc(50% - 2.5px);
    width: 5px;
    height: 100px;
    background-image: -webkit-linear-gradient(45deg, #26ffe6 15%, #0075f2 65%);
    background-image: linear-gradient(45deg, #26ffe6 15%, #0075f2 65%);
}

.katalog h2 {
    font-weight: 600;
    font-size: 2.5em;
    color: #f9f9f9;
}

.downloadbutton {
    background-image: -webkit-linear-gradient(45deg, #26ffe6 15%, #0075f2 65%);
    background-image: linear-gradient(45deg, #26ffe6 15%, #0075f2 65%);
    padding: 15px 50px;
    border-radius: 25px;
    text-transform: uppercase;
}

.downloadbutton:hover {
    text-decoration: none;
    background-image: -webkit-linear-gradient(45deg, #0075f2 15%, #26ffe6 90%);
    background-image: linear-gradient(45deg, #0075f2 15%, #26ffe6 90%);
    padding: 15px 50px;
    border-radius: 25px;
    text-transform: uppercase;
}

.formbutton {
    background-image: -webkit-linear-gradient(45deg, #26ffe6 15%, #0075f2 65%);
    background-image: linear-gradient(45deg, #26ffe6 15%, #0075f2 65%);
    padding: 10px 50px;
    border-radius: 25px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}

.formbutton:hover {
    text-decoration: none;
    background-image: -webkit-linear-gradient(45deg, #0075f2 15%, #26ffe6 90%);
    background-image: linear-gradient(45deg, #0075f2 15%, #26ffe6 90%);
    padding: 10px 50px;
    border-radius: 25px;
    text-transform: uppercase;
}

.kontakt {
    padding: 140px 50px;
}

.kontakt h2 {
    width: fit-content;
    font-weight: 600;
    font-size: 2em;
}

.kontakt h2:before {
    content: '';
    position: absolute;
    top: -22px;
    left: 0;
    width: 50px;
    height: 5px;
    background-image: -webkit-linear-gradient(45deg, #26ffe6 15%, #0075f2 65%);
    background-image: linear-gradient(45deg, #26ffe6 15%, #0075f2 65%);
}

.kontaktimg {
    width: 100%;
    height: 100%;
    min-height: 450px;
    background: url("../img/img2.webp");
    background-size: cover;
    background-position: center;
}

footer {
    background: #000;
}

@media (max-width: 650px) {

    h1.slogan {
        margin-top: 0;
        margin-bottom: 1.5rem;
        font-size: 3.5rem;
        line-height: .9;
    }

    p.slogan {
        color: white;
        font-size: 1.2em;
    }

    .kontakt {
        padding: 70px 50px;
    }

}