:root {
    --white: #fff; 
    --blue:#1B4B7F;
    --brown:#434448;
    --orange:#F59C2E;
    --light-grey:#f7f7f7;
      --16-18: clamp(1rem, 0.9567rem + 0.1923vw, 1.125rem);
      --18-20: clamp(1.125rem, 1.0817rem + 0.1923vw, 1.25rem);
      --20-22: clamp(1.25rem, 1.2067rem + 0.1923vw, 1.375rem);
      --25-45: clamp(1.5625rem, 1.1298rem + 1.9231vw, 2.8125rem);
      --30-70: clamp(1.875rem, 1.0096rem + 3.8462vw, 4.375rem);
  }
.light-grey-bg {
    background-color: var(--light-grey);
}
/* Uikit Reset*/
.nav_main .uk-navbar-item,
.nav_main .uk-navbar-nav > li > a,
.nav_main .uk-navbar-toggle {
    min-height: 0; 
font-family: 'dm_sans';
font-weight: 600;
text-transform: initial;
font-size: var(--16-18);
color: var(--blue);
}

/* Uikit Reset End */

body {
    font-family: 'dm_sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 400;
}
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    text-wrap: balance;
    font-family: 'dm_sans';
  }
  ul,
  ol {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  p {
    font-family: 'dm_sans';
    text-wrap: pretty;
    line-height: 1.5;
    font-size: var(--16-18);
  }
  a {
    font-family: 'dm_sans';
    text-wrap: pretty;
    line-height: 1.5;
    font-size: var(--16-18);
  }
h6 {
    font-size: 16px;
    line-height: 1;
}
h3 {
    font-size: var(--20-22);
}
h2 {
    font-family: 'sansita' !important;
    font-size: var(--25-45);
}

/* Header */
/* Navigation */
.nav_main {
    background: white;
    padding-top: 15px;
    padding-bottom: 15px;
    box-shadow: 0 -1px 6px rgba(0, 0, 0, 0.1);
}
.nav_main.uk-navbar-sticky {
    background: white;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Logo styling */
.uk-logo img {
    height: 100%;
    max-height: 90px;
    width: 100%;
    display: block;
}

.uk-navbar-sticky {
    .uk-logo img {
        height: 100%;
        max-height: 70px;
        width: 100%;
        display: block;
    }
}

/* Header END */
/* Hero */
.uk-background-cover {
    height: 85vh;
    width: 100%;
}
.hero__inner{
  min-height: 85vh; /* or 100vh if you want full screen */
}

.hero_text-container {
    background:  rgba(24, 25, 28, 0.5);
    & h6 {
       color: var(--white);
       text-transform: uppercase;
       display:flex;
       align-items: center;
       gap: 10px;
       & img {
           color: var(--white);
           filter: brightness(0) invert(1);
       }
    }
    & h1 {
       color: var(--white);
       font-size: var(--30-70);
       font-weight: 700;
       margin-top: 10px;
       margin-bottom: 40px;
    }
    & p {
       color: var(--white);
       font-size: var(--16-18);
       font-weight: 200;
       line-height: 1.8;
    }
    & .uk-button {
        color: var(--white);
        border-radius: 50px;
        padding: 18px 46px;
        margin-top: 20px;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.4;
        transition: .3s ease-in-out;
        letter-spacing: 1px;
    }
}
.hero_text-container .uk-button:hover {
    background-color: var(--white);
    color: var(--blue);
}
/* Hero END */


/* main */
/* ckEditor */
.ckEditor {
  & a {
    color: var(--blue);
  }
  & p:has(a) {
    margin: 0;
  }
  & img {
    object-fit: contain;
  }
}

.ckEditor a:hover,
 {
  text-decoration: underline;
  text-decoration-color: currentColor;
}


/* cards */
.cards {
    & h3 {
       color: var(--blue); 
    }
    & h2 {
    margin-bottom: 50px;
    color: var(--blue); 
    font-weight: 700;
    }
    & p {
        color: var(--brown);
    }   
    & .uk-card-default {
        border-radius:20px;
    }
    & .uk-card-media-left  {
        border-radius:20px;
    }
    & .category {
        display: inline-flex;
        border-radius: 30px;
        background-color: var(--blue);
        padding: 10px 20px;
        & h6 {
            margin-bottom:0;
            color: var(--white);
            text-transform: uppercase;
            font-weight: 200;
            letter-spacing: 1px;
            text-align: center;
            hyphens: 
            
        }
    }
    & .uk-button {
        background-color: var(--blue);
        color: var(--white);
        border-radius: 50px;
        padding: 18px 46px;
        margin-top: 40px;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.4;
        transition: .3s ease-in-out;
        letter-spacing: 1px;
    }
}
.cards .uk-button:hover {
    background-color: var(--white);
    color: var(--blue);
}
/* Card image zoom on hover */
.cards .uk-card-media-left {
  overflow: hidden; /* hide zoomed edges */
}

.cards .uk-card-media-left img {
  transition: transform 0.3s ease-in-out;
}

/* When hovering the whole card, zoom the image a bit */
.cards .uk-card:hover .uk-card-media-left img {
  transform: scale(1.08);
}

/* cards END */
/* slider-cards */
.slider-cards {
    & h3 {
        color: var(--blue);
        margin-top: 20px;
    }
    & h6 {
        color: var(--brown);
        margin-bottom: 0;
        text-align: right;
        opacity: .6;
    }
    & h2 {
    margin-bottom: 50px;
    color: var(--blue); 
    font-weight: 700;
    }
    & p {
    color: var(--brown); 
    font-weight: 300;
    }
}

/* cards END */
/* main END */
/* footer */
footer {
  .receiver, 
  .mail {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 0 !important;
    margin-bottom: 5px !important;
  }
  & p {
    color: var(--white);
    font-weight: 200;
  }
  & a {
    color: var(--white);
    font-weight: 200;
  }
  & li {
    line-height: 1.7;
  }
}
footer a:hover {
  color: var(--white);
}

.footer-bg {
  background-color: var(--blue);
  background-image: url('/assets/img/grafik-footer-2.svg');
  background-size: cover;
  background-repeat: no-repeat;
}

.footer-socials {

  & a {
    display: flex;
    align-items: center;
    gap: 10px;
    line-height:2;
  }
}
.rechtliches {
  background-color: var(--brown);
  padding-top: 20px;
  padding-bottom: 20px;
  & p {
    margin: 0;
    opacity: .5;
    font-weight: 200;
  }
  & a {
    opacity: .5;
    font-weight: 200;
  }
}
/* footer END */
li.uk-active {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
  text-decoration-color: var(--blue)
}