body {
    color: #171717;
    font-family: 'Roboto', 'Trebuchet MS', 'Calibri', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    background-color: #ebebeb;
    font-size: 1.4em;
}

/* Cookie Zeugs */

.cookie-window {
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: rgba(255,255,255,0.9);
    min-height: 100px;
    width: 100%;
    display: flex;
    font-size: 0.8em;
    color: #171717;
    align-items: center;
    justify-content: space-around;
    padding: 15px;
    z-index: 999;
}

.cookie-img {
    width: 4%;
}

.cookie-png {
    width: 100%;
}

.cookie-text {
    width: 59%;
}

.cookie-consent {
    width: 19%;
    text-align: center;
}

.consent-button {
    padding: 8px 20px;
    color: #ffffff;
    margin-bottom: 15px;
    width: 120px;
    background-color: green;
    display: inline-block;
    white-space: nowrap;
    cursor: pointer;
}

.blue {
    background-color: #4287f5;
}

.red-button {
    background-color: #f54242;
}


.all-container {
    position: relative;
    min-height: 100vh;
    width: 100%;
}

.blog-container {
    width: 70%;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 400px;
    min-height: 100vh;
}

.mainscreen {
    background-color: #f8f9fa;
    text-align: center;
    box-shadow: 0 0px 5px 0 rgba(0,0,0,0.4);
    padding: 25px;
    border-radius: 25px;
    margin-bottom: 45px;
}

.headline {
    padding: 15px;
    font-size: 1.5em;
    font-weight: 500
}

.sup {
    font-size: 1rem;
}

.sup:hover {
    color: #fdb713;
    cursor: help;
}

.yellow {
    color: #fdb713;
}

.orange {
    color: #ef8e30;
}

.red {
    color: #ef5030
}

.big {
    font-size: 2em;
}

.infogram {
    display: flex;
    justify-content: space-around;
    width: 70%;
    margin: 40px auto;
    flex-wrap: wrap;
}

.infogram-table {
    display: flex;
    justify-content: space-between;
    margin: 40px auto;
    flex-wrap: wrap;
}

.table-info {
    width: 30%;
}

ul {
    width: 65%;
    margin: auto;
    text-align: left;
}

.uni-btn {
    background-color: none;
    padding: 2px 15px;
    border-radius: 5px;
    border: 2px solid #171717;
    text-decoration: none;
    color: inherit;
    font-size: 0.8em;
    cursor: pointer;
}

.red-btn {
    color: #ffffff;
    background-color: #ef5030;
    border-color: #ef5030;
    outline: none;
}

.orange-btn {
    color: #ffffff;
    background-color: #ef8e30;
    border-color: #ef8e30;

}

.code {
    width: 40%;
}

.red-input {
    border: 2px solid #ef5030;
    border-radius: 8px;
    outline: none;
    font-family: inherit;
    font-size: 0.8em;
    padding: 2px;
    text-align: center;
}

.user-info {
    color: #ef5030;
    margin: 35px auto;
}

.cookie-note {
    font-size: 0.6em;
    margin-top: 15px;
}

/*        Footer      */

.footer {
    width: 100%;
    background-color: #171717;
    color: #f6f6f6;
    height: 300px;
    position: absolute;
    bottom: 0;
    line-height: 1em;
    font-size: calc(10px + (16 - 10) * ((100vw - 300px) / (1600 - 300)));
}

.footerbox {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
}

.foot-link {
    display: block;
    margin: 15px 0;
    width: 100%;
    color: #f6f6f6;
    text-decoration: none;
}

.social {
    position: absolute;
    right: 15px;
    bottom: 55px;
    
}

.social-button {
    color: #f6f6f6;
    text-decoration: none;
    margin: 0 30px;
    font-size: 2.4em
}

.stadtlogo {
    position: absolute;
    left: 15px;
    bottom: 55px;
    width: 5%;
    height: auto;
}