@font-face {
  font-family: "AllRound";
  src: url('../Fonts/AllRound/font.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Lexend";
  src: url('../Fonts/Lexend/lexend-v26-latin-300.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Lexend";
  src: url('../Fonts/Lexend/lexend-v26-latin-500.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
}

:root {
  --color-tuerkis: #00888B;
  --color-gruen: #5D7B41;
  --color-lila: #5B3265;
  --color-schwarz: #231F20;
  --color-grau: #8AA5A5;
  --color-pink: #F49095;
  --color-gold: #D4B004;
  --color-weiss: #ffffff;

  --color-light-tuerkis: #80C4C5;
  --color-light-gruen:   #AEBDA0;
  --color-light-lila:    #AD99B2;
  --color-light-schwarz: #918F90;
  --color-light-grau:    #C5D2D2;
  --color-light-pink:    #FAC8CA;
  --color-light-gold:    #EAD882;
  --color-light-weiss:   #FFFFFF;

  --color-kb-lila: #473C91;
  --color-kb-pink: #791F87;
}


*
{
    line-height: 1;

    box-sizing: border-box;
}

html
{
    line-height: 1;

    margin: 0;
    padding: 0;

    background-image: url(../Images/struktur.jpg);
    background-repeat: repeat;
    background-position: center;
}

body
{
    font-family: 'Lexend', sans-serif;
    font-size: 20px;

    margin: 0;
    padding: 0;
}

main
{
    display: block;

    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 60px 20px;
}

a
{
    text-decoration: none;

    color: var(--color-schwarz);
}

a:hover
{
    text-decoration: underline;
}


h1
{
    font-family: 'AllRound', sans-serif;
    font-size: 40px;
    font-weight: normal;
    line-height: 1;

    margin: 0;
    margin-bottom: 20px;
    hyphens: auto;
}

p
{
    font-family: 'Lexend', sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5em;

    margin: .5em 0;
}

.logo {
    display: block;
    width: 80%;
    max-width: 200px;
    margin: 0 auto 40px;
    position: relative;
}
