/* roboto-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: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/roboto-v32-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* roboto-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: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v32-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* roboto-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: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/roboto-v32-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* roboto-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: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v32-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }

  /* barlow-semi-condensed-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: 'Barlow Semi Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/barlow-semi-condensed-v15-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* barlow-semi-condensed-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: 'Barlow Semi Condensed';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/barlow-semi-condensed-v15-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* barlow-semi-condensed-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: 'Barlow Semi Condensed';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/barlow-semi-condensed-v15-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }


:root {
    --roboto: 'Roboto', Arial, Helvetica, sans-serif;
    --barlow: 'Barlow Semi Condensed', 'Roboto', Arial, Helvetica, sans-serif;
    --brand-color-dark: #594128;
}

html {
    scroll-behavior: smooth;
}

body {
    font-size: 19px;
    font-family: var(--roboto);
    font-weight: 400;
    background-color:antiquewhite;
    
}

h1, h2, h3, h4 {
    font-family: var(--barlow);
    font-weight: 700;
}

h2 {
    font-size: 2em;
    margin-bottom: 1em;
    color: var(--brand-color-dark);
    text-transform: uppercase;
}

h2 + div  {
    margin-top: 4em !important;
}

a {
    color: inherit;
}
.headingbox{
    margin-top: 8em;
}

.headingbox h1 {
    color:#fff;
}

.headingbox h1 small {
    font-size: 0.6em;
}

.preis {
    font-family: var(--barlow);
    font-weight: 600;
    font-size: 1.25em;
}

.uk-card {
    border-radius: 5px;
    background: rgba(255,255,255,0.9);
}

#preise .uk-card .uk-card-body {
    font-weight: 600;
}

header {
    min-height: 75vh;
}

nav.uk-navbar-container li a {
    color:#fff;
    font-size:1rem;
    font-weight: 400;
}

.mk-section {
    padding-top: 4em;
}
.brand {
    max-width: 350px;
    background: rgba(255,255,255,1);
    padding: 1em;
    border-radius: 0 0 5px 5px;
    box-sizing:border-box;
    box-shadow: 0 0 10px #666;
}

.brand.uk-sticky.uk-active.uk-sticky-below.uk-sticky-fixed {
    max-width: 200px !important;
    background: #fff;
}

.uk-container.uk-container-small.overlap {
    background: #fff;
    border-radius: 12px;
    margin-top: -4em;
    padding: 2em;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.rounded {
    border-radius: 12px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

footer {
    background-color: var(--brand-color-dark);
    color: #fff;
    font-size: 0.8em;
    padding: 0.25em 1em
}

.footer-brand {
    width:90vw;
    max-width: 300px;
    margin: 3em auto 0 auto;
}

#probleme .uk-background-cover {
    height: 600px;
    background-position: 55% 30%;
}