@font-face {
    font-family: 'Open Sans';
    src: url(/static/fonts/OpenSans-VariableFont_wdth,wght.ttf);
}

@font-face {
    font-family: 'Linux Libertine';
    src: url(/static/fonts/LinLibertine_R.ttf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Linux Libertine';
    src: url(/static/fonts/LinLibertine_RI.ttf);
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Linux Libertine';
    src: url(/static/fonts/LinLibertine_RB.ttf);
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Linux Libertine Capitals';
    src: url(/static/fonts/LinLibertine_aBS.ttf);
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Linux Libertine Capitals';
    src: url(/static/fonts/LinLibertine_aSI.ttf);
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Linux Libertine Capitals';
    src: url(/static/fonts/LinLibertine_aS.ttf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Barlow';
    src: url('/static/fonts/Barlow/Barlow-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Barlow';
    src: url('/static/fonts/Barlow/Barlow-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Barlow';
    src: url('/static/fonts/Barlow/Barlow-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Barlow';
    src: url('/static/fonts/Barlow/Barlow-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Barlow';
    src: url('/static/fonts/Barlow/Barlow-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Barlow';
    src: url('/static/fonts/Barlow/Barlow-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'Barlow';
    src: url('/static/fonts/Barlow/Barlow-ExtraLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Barlow';
    src: url('/static/fonts/Barlow/Barlow-ExtraLightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Barlow';
    src: url('/static/fonts/Barlow/Barlow-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Barlow';
    src: url('/static/fonts/Barlow/Barlow-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Barlow';
    src: url('/static/fonts/Barlow/Barlow-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Barlow';
    src: url('/static/fonts/Barlow/Barlow-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Barlow';
    src: url('/static/fonts/Barlow/Barlow-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Barlow';
    src: url('/static/fonts/Barlow/Barlow-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Barlow';
    src: url('/static/fonts/Barlow/Barlow-SemiBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Barlow';
    src: url('/static/fonts/Barlow/Barlow-SemiBoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Barlow';
    src: url('/static/fonts/Barlow/Barlow-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Barlow';
    src: url('/static/fonts/Barlow/Barlow-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Overpass';
    src: url('/static/fonts/Overpass-VariableFont_wght.ttf');
    font-style: normal;
}

@font-face {
    font-family: 'Overpass';
    src: url('/static/fonts/Overpass-Italic-VariableFont_wght.ttf');
    font-style: italic;
}


:root {
    --background: #B9CEAC;
    --primary: #194D25;
    --secondary: #A4956D;
    --accent: #37A08C;
    --shadow: #3A3327;
    --white: rgb(240, 239, 228);
    --dark: #A1BB98;
    --darker: #8da685;

    --platzhalter: #ea00ff;
    --schriftart: Barlow, sans-serif;
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48
}

.filled {
    font-variation-settings:
    'FILL' 1,
    'wght' 400,
    'GRAD' 0,
    'opsz' 48
}

html {
    font-family: var(--schriftart);
    font-weight: 400;
    color: #050F0D;

    display: flex;
    align-items: center;
    justify-content: center;

    background-color: var(--dark);
}

h1 {
    margin-top: 3.5em;

    font-family: Overpass;
    font-weight: 900;
    font-size: 285%;
    text-align: center;
}

.main-container {
    background-color: var(--background);
    /* width: 150vh; */
    width: 1395px;
    box-shadow: 5px 0px 20px var(--shadow), -5px 0px 20px var(--shadow);
}

.navbar {
    background-color: var(--primary);
    color: var(--background);
    font-size: 2.5em;
    padding: 0.4em 0.6em 0.4em 0.6em;
    box-shadow: 0px 5px 5px var(--shadow);
    z-index: 1;
}

.foot {
    background-color: var(--primary);
    color: var(--background);
    font-size: 1em;
    padding: 0.4em 0.6em 0.4em 0.6em;
    z-index: 1;
}

button.important {
    transition: 0.2s;
    background-color: #ec4037;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 2.5em;
    box-shadow: 0px 5px 5px var(--shadow);
    cursor: pointer;
    font-family: Barlow;
}

button.important:hover {
    position: relative;
    left: 0;
    top: 0;
    transition: 0.2s;
    background-color: #be3932;
}

button.important:active {
    transition: left 0.1s linear, top 0.1s linear;
    position: relative;
    left: 2.5px;
    top: 2.5px;
    box-shadow: none;
}

button.accent {
    background-color: var(--accent);
}

button.accent:hover {
    background-color: #2a7c6d;
}

button.github {
    transition: 0.25s;
    font-size: 170%;
    padding: 0.3em 0.7em 0.3em 0.5em;
    font-weight: 800;
    background-color: #171515;
}

button.github:hover {
    transition: 0.25s;
    background-color: #000;
}

a.invislink {
    text-decoration: none;
}

.overlay-text {
    position: absolute;
    top: -0.15em;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;

    height: 100%;

    display: flex;
    justify-content: center;
    align-items: center;
}

div.faq {
    border-radius: 1.25em;
    overflow: hidden;
    margin-bottom: 2em;
}

div.faq .q {
    font-family: Overpass;
    font-weight: 900;
    font-size: 175%;

    padding: 0.8em 2em 0.7em 1.5em;

    background-color: var(--primary);
    color: var(--white);
}

div.faq .a {
    transition: 0.5s;

    font-family: Barlow;
    font-size: 115%;

    padding: 1em;

    background-color: var(--dark);
}

div.faq .a:hover {
    transition: 0.5s;
    background-color: var(--darker);
}

div.gallery {
    height: 18em;
    display: flex;
    align-items: center;
    margin-bottom: 4em;
}

div.gallery img {
    border-radius: 1em;
}

img.gallery {
    transition: 0.25s ease-in-out;
}

img.gallery:hover {
    transition: 0.25s ease-in-out;
    transform: scale(105%);
}

div.rating {
    transition: 0.5s;

    display: flex;
    justify-content: center;
    width: fit-content;
    
    padding: 2em;
    margin: 0 auto;

    height: 7em;

    background-color: var(--dark);
    border-radius: 1em;
}

div.rating:hover {
    transition: 0.5s;
    background-color: var(--darker);
}

div.rating div.picture {
    display: flex;
    align-items: center;
}

div.rating div.feedback {
    display: flex;
    flex-direction: column; align-items: center;
    justify-content: center;

    width: 13em;
    font-size: 125%;
}

div.rating div.feedback div.stars {
    display: flex;
    justify-content: center;
    flex-direction: row;
    margin-bottom: 0.1em;
}

div.rating div.feedback .text {
    font-family: Overpass;
    font-weight: 700;
}

div.rating div.feedback .author {
    font-family: Overpass;
}
