/* titillium-web-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: 'Titillium Web';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/titillium-web-v17-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* titillium-web-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: 'Titillium Web';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/titillium-web-v17-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* titillium-web-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: 'Titillium Web';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/titillium-web-v17-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }

:root {
    --prim-color: rgb(193, 117, 15);
    --sec-color: rgb(193, 117, 15);
    --prim-bg-color: rgb(45, 56, 63);
    --sec-bg-color: rgb(193, 117, 15);


    /* darker color sind dunkle Farben und als Kontrastfarben für helle Hintergründe*/

    /* --prim-color-darker: rgb(255, 255, 255);
    --sec-color-darker: rgb(255, 255, 255);
    --prim-bg-color-darker: rgb(255, 255, 255);
    --sec-bg-color-darker: rgb(255, 255, 255); */


    --prim-color-deep-dark: rgb(25, 0, 66);

    /* Diese Farbe dunkelt den Hintergrund ab */
    --prim-bg-color-transparent: rgba(0, 0, 0, 0.137);
}


body {
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;

}

a {
    color: #fff;
}

input_light {
    background-color: #fff;
}

.h-50 {
    height: 50vh;
}

.content-center {
    margin: auto;
    justify-content: center;
    align-items: center;
}

.p-thin p {
    font-weight: 100;
}