body {
    font-family: 'Source Sans 3 VF', sans-serif;
    font-size: 16px;
}

.bg-kante {
    background-image: url(/images/hg_wischkante_gruen-oben_schmal_weiss.svg);
    height: 56px;
}

.bg-whooshinator {
    background-image: url(/images/wischfleck_grau_whooshie-dancing.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

.bg-green {
    background-color: #b0c92b;
    display: flex;
}

.header-box {
    background-color: #343434;
    background-color: rgba(52, 52, 52, 0.7);
    width: 100%;
    position: fixed;
}

.header-navi, .header-navi a {
    padding-right: 8px;
    padding-bottom: 3px;
    padding: 15px;
    text-align: right;
    color: #000000;
    opacity: 0.8;
    font-weight: normal;
    color: #ffffff;
    text-decoration: none;
}

input[type="text"], input[type="email"], input[type="password"] {
    font-size: 16px !important;
    line-height: 22pt;
    padding: 5px 0 5px 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: none;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    width: 100%;
    margin-bottom: 10px;
}

.button-new {
    background-color: #ea6721;
    border: none;
    color: white;
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

    .button-new:hover {
        text-decoration: none;
    }

input[type="button"], input[type="submit"] {
    background-color: #ea6721;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 0.3px;
    line-height: 22pt;
    font-weight: 500;
    text-align: center;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration: none;
    border: none;
    margin-bottom: 10px;
}

    input[type="button"][disabled], input[type="submit"][disabled] {
        background-color: #dddddd;
        color: #ffffff;
    }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}

.drawn-headline-line {
    max-width: 80%;
}

h1 {
    font-family: "Slackey";
    margin-bottom: 0;
    font-size: 48px;
    line-height: 44px;
    color: #ffffff;
    padding-top: 0;
}

h2 {
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 18px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 700;
}

h3 {
    font-family: "Slackey";
    margin-bottom: 0;
    padding-top: 0;
    font-size: 48px;
    color: #475d62;
    line-height: 59px;
}

h4 {
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 18px;
    line-height: 25px;
    color: #bbbbbb;
    font-weight: bold;
}
