:root
{
    --soft-blau: #88ccee;
    --soft-weiss: #eeeeee;
    --soft-gruen: #77ccaa;
    --soft-gelbe: #cccc88;
    --soft-rot: #f89fb0;
    --soft-grau: #cccccc;
}

@font-face
{
    font-family: "Hack-m";
    src: url("fonts/hack.woff2");
}

@font-face
{
    font-family: "opensans-reg";
    src: url("fonts/opensans-reg.woff2");
}

@font-face
{
    font-family: "opensans-bold";
    src: url("fonts/opensans-bold.woff2");
}

@font-face
{
    font-family: "cascadia code";
    src: url("fonts/cascadia.woff2");
}

@font-face
{
    font-family: "SF Arabic";
    src: url("fonts/sf-arabic.woff2");
}

*
{
    font-family: "opensans-reg";
    font-style: normal;
    font-weight: normal;
    color: var(--soft-grau);
    text-decoration: none;
    scrollbar-gutter: stable;
}

.sidebar
{
    margin: 2%;
    padding: 1%;
    border: 1px solid var(--soft-gelbe);
    border-radius: 3px;
    text-align: center;
    float: left;
}

@media (max-aspect-ratio: 1/1)
{
    .sidebar
    {
      display: none;
    }
}

.bar-link
{
    color: var(--soft-gelbe);
    list-style: none;
}

ul
{
    padding-inline-start: 0px;
}

details ul
{
    background-color: #282A32;
    border-radius: 10px;
    padding: 10px;
    border-style: solid;
    border-color: #cccc88;
    border-width: 1px;
}

li
{
    display: block;
}

@media (min-aspect-ratio: 1/1)
{
    .burgerbar
    {
        display: none;
    }
}

.burgerbar
{
    position: fixed;
    top: 3%;
    right: 2%;
}

.icon-bar
{
    width: 20px;
    height: 3px;
    margin: 1.5px;
    border-radius: 1.5px;
    background-color: var(--soft-weiss);
}

summary::-webkit-details-marker
{
    display: none;
}

summary::marker
{
    content: none;
}

.hamburger
{
    display: flex;
    flex-direction: column;
    align-items: end;
}

body
{
    background-color: #282A32;
    padding-bottom: 10%;
}

button
{
    background-color: transparent;
    border-radius: 3px;
    border: 1px solid #ffffff;
    outline: none;
}

button::-moz-focus-inner
{
    border: 0;
}

.date-range
{
    justify-self: end;
}

.header-title
{
    display: grid;
    grid-template-columns: auto auto;
}

.h0
{
    font-size: 3em;
    text-align: center;
}

.h1
{
    color: var(--soft-blau);
    font-size: 2em;
    margin-top: 0.67em;
}

.h2
{
    color:  var(--soft-rot);
    font-size: 1.5em;
}

.h3
{
    color: var(--soft-gelbe);
    font-family: "Hack-m";
    font-size: 12pt;
}

.main-container
{
    max-width: 40%;
    margin: auto;
}

@media (max-aspect-ratio: 1/1)
{
    .main-container
    {
      max-width: 90%;
    }
}

.section-title
{
    display: grid;
    align-items: baseline;
}

.plaintext
{
    grid-column-start: 1;
    grid-column-end: 3;
    margin: 0;
}

.info
{
    font-size: 10pt;
    justify-self: end;
}

.skill-list
{
    display: grid;
    grid-template-columns: auto auto auto auto;
    margin-left: 3%;
}

.skill
{
    color: var(--soft-gruen);
    font-family: "opensans-bold";
}

.course-list
{
    grid-column-start: 1;
    grid-column-end: 3;
}

.course
{
    margin: 0;
}

.course-feature
{
    margin-left: 3%;
    padding-bottom: 10px;
}

.degree
{
    padding-bottom: 10px;
}

.bold
{
    font-weight: bold;
    color: var(--soft-weiss);
}

.italic
{
    font-style: italic;
    color: var(--soft-gelbe);
}

.centered
{
    text-align: center;
}

.right
{
    text-align: right;
}

.sqvat
{
    font-variant-ligatures: none;
    font-feature-settings: 'liga' 0, 'clig' 0;
    background: radial-gradient(circle closest-side, #0C0C0C 70%, #282A32);
    text-align: center;
    line-height: 1;
    margin: auto;
    margin-top: 25px;
    margin-bottom: 0px;
    padding-top: 3%;
    border-radius: 50%;
    padding-right: 2%;
    width: fit-content;
}

.sqvat span
{
    font-family: 'Cascadia Code', sans-serif;
    font-size: 12pt;
}

@media (max-aspect-ratio: 1/1)
{
    .sqvat
    {
        line-height: 1.1vw;
    }

    .sqvat span
    {
        font-size: 2vw;
    }
}

.arabic
{
    line-height: 1;
    margin-top: 25px;
    font-family: 'SF Arabic';
}

.error-image
{
    width: 80%;
    padding-left: 10%;
    padding-top: 5%;
}
