body
{
    margin: 0;
    font-family: "Roboto Condensed", Roboto, Arial, sans-serif;
}

/* stylelint-disable-next-line selector-id-pattern */
#home
{
    height: 0px;
}

.TopMenu
{
    overflow: hidden;
    background-color: #ffffff;
    width: 100%;
    display: block;
    position: fixed;
    top: 0;
}

.TopMenu a,
.TopMenu #BurgerIcon
{
    float: left;
    display: block;
    color: #000000;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

.TopMenu #BurgerIcon:hover,
.TopMenu a:hover
{
    background-color: #dddddd;
    color: black;
}

.TopMenu #BurgerIcon
{
    display: none;
}

@media screen and (max-width: 800px)
{
    .TopMenu a
    {
        display: none;
    }

    .TopMenu a:first-child,
    .RunButtons a
    {
        display: block;
    }

    .TopMenu #BurgerIcon
    {
        float: right;
        display: block;
    }

    .TopMenu.Responsive
    {
        position: relative;
    }

    .TopMenu.Responsive #BurgerIcon
    {
        position: absolute;
        right: 0;
        top: 0;
    }

    .TopMenu.Responsive a
    {
        float: none;
        display: block;
        text-align: left;
    }
}

.Header
{
    background-image: linear-gradient(120deg, #155799, #159957);
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
}

.Header h1
{
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 80px;
    color: white;
    text-shadow: 2px 2px black;
    width: 100%;
    text-align: center;
}

.Header .Actions
{
    text-align: center;
}

.Header .Actions a
{
    display: inline-block;
    padding: 0.5em;
    border: 2px solid #ffffff;
    border-radius: 0.5em;
    text-decoration: none;
    color: #ffffff;
    font-size: 1.6em;
    min-width: 60px;
    margin-left: 1em;
    margin-right: 1em;
}

@media screen and (max-width: 600px)
{
    .Header h1
    {
        font-size: 70px;
    }
}

@media screen and (max-width: 500px)
{
    .Header h1
    {
        font-size: 60px;
    }
}

@media screen and (max-width: 400px)
{
    .Header h1
    {
        font-size: 40px;
    }

    .Header .Actions a
    {
        font-size: 1.2em;
    }
}

.PageContent
{
    color: #000000;
    left: 0;
    font-size: 18px;
}

.RunButton
{
    display: inline-block;
    padding: 0.5em;
    border: 2px solid #159957;
    border-radius: 0.5em;
    text-decoration: none;
    margin-top: 2em;
}

.SectionStyle2 .RunButton
{
    border-color: #ffffff;
}

.Section
{
    padding-top: 20px;
    padding-left: 50px;
    padding-bottom: 50px;
}

h2
{
    font-size: 2em;
    font-weight: bold;
}

h2:before
{
    content: "# ";
}

h3
{
    font-size: 1.8em;
    margin-top: 1em;
    margin-bottom: 0.3em;
    color: black;
    font-weight: bold;
}

#Imprint
{
    background-color: #111111;
    color: #696969;
}

.SectionFooter
{
    text-align: center;
    background-color: #111111;
    padding: 3em;
}

.SectionFooter a
{
    text-decoration: none;
    color: #696969;
}

.SectionStyle2
{
    background-color: #4b4d4b;
    color: white;
}

.SectionStyle2 a
{
    color: white;
}

.SectionStyle1
{
    background-color: #ffffff;
    color: #333333;
}

.SectionStyle1 a
{
    color: #333333;
}

.RunButtons
{
    float: right;
    white-space: nowrap;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    color: #161616;
    padding: 0 20px;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    outline: none;
    text-decoration: none;
}

.InvisibleLink
{
    text-decoration: none;
    font-weight: normal;
    color: #696969;
}

.Connectors .List .Item
{
    display: block;
    margin: 1em;
}

.Connectors .List .Item img
{
    vertical-align: middle;
    margin: auto;
    height: 2em;
}

.Connectors .List .Item span
{
    vertical-align: middle;
    display: inline-block;
    font-size: 1em;
    margin-left: 0.5em;
}

.Disabled
{
    opacity: 0.5;
}

#Screenshots .Images a
{
    display: inline-block;
    margin-right: 2em;
    margin-bottom: 1em;
}