.wrapper {
    height: 100vh;
    overflow: hidden;
    display: flex;
    flex-flow: column;
}

.navbar-collapse {
    text-align: right;
}
.navbar-toggler-icon {

}


#particles-js {
    height: 100vh;
    width: 100vw;
    position: fixed;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #282828;
}

.row {
    margin-left: 0;
    margin-right: 0;
}
.container {
    margin-top: 40px;
    padding-right: 0px;
    padding-left: 0px;
}

h1 {
    color: #EA2027;
}

nav {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    transition: all ease-in-out 0.3s;
    z-index: 5;
}

nav.fixed {
    height: 10vh;
    transition: all ease-in-out 0.3s;
}

.nav-links {
    margin-bottom: 0;
    display: inline-flex;
    justify-content: space-around;
    margin-left: auto;
}

.nav-links li {
    list-style: none;
}

.nav-links a {
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 3px;
    font-size: 15px;
    transition: 0.3s;
}

.nav-links a:hover {
    color: #e1b12c;
    transition: 0.3s;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
}

header {
    position: relative;
    flex: 1;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

header h1 {
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    text-align: center;
    font-size: 2rem;
}

header ul {
    position: relative;
    text-align: center;
    font-size: 2rem;
    color: #EA2027;
    width: 100%;
}

.socialmedia a {
    color: white;
    font-size: 5vmin;
}

.socialmedia svg {
    color: white;
    font-size: 5vmin;
}

.socialmedia a:hover {
    text-decoration: none;
    color: #EA2027;
}

.socialmedia table {
    border-collapse: separate;
}

.textcenter {
    text-align: center;
    padding-right: 15px;
}

.guestbook * {
    color: white;
}

header.gb {
    text-align: center;
    display: block;
}

.guestbook p {
    font-size: 1.2rem;
}

.guestbook a:hover {
    text-decoration: none;
    color: #EA2027;
}

.guestbook {
    height: 100%;
    width: 100%;
    overflow: auto;
}

.twitter-tweet {
    display: inline-flex !important;
}

header ul li {
}

.logo {
    flex-direction: row;
    display: inline-flex;
    justify-content: space-between;
    vertical-align: center !important;
    align-items: center;
}

.logo a {
    display: flex;
}

.logo a:hover {
    text-decoration: none;
}

.logo img {
    margin: auto;
    padding: 2px;
    width: 14vmin;
    height: 14vmin;
}

.logo h4 {
    margin-left: 10px !important;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 6vmin;
    margin: auto;
    color: white;
}

.socialmedia {
    overflow: hidden;
}

a.nav-link {
    font-size: 4vmin;
}

footer {
    position: relative;
    text-align: right;
    display: flex;
    bottom: 0;
}

.footer-links {
    margin-bottom: 10px;
    margin-right: 5px;
    width: 100%;
}

.footer-links a {
    color: white;
    font-size: 1.7vh;
}

.footer-links a:hover {
    text-decoration: none;
    color: #EA2027;
}

.steckbrief {
    width: 50%;
    text-align: left;
}

.steckbrief img {
    margin-bottom: 25px;
    width: 40%;
    height: 40%;
    border-radius: 50% !important;
}

.steckbrief p {
    color: white;
    font-size: 2.2vmin;
    margin: 0;
}

.socialmedia {
    width: 35%;
    float: left;
}

.impressum h2,h3 {
    color: white;
}

.impressum h2 {
    font-size: 5vmin;
}

.impressum h3 {
    font-size: 3vmin;
}

.impressum h3.light {
    font-weight: 300;
}

.impressum b {
    font-weight: bold;
}

.datenschutz {
    width: 60%;
    text-align: left;
    margin-top: 30px;
}

.datenschutz h1,h2,h3,h4,p {
    color: white;
}

.datenschutz ul {
    color: white;
    font-size: unset;
}

.showoverflow {
    overflow: unset;
}

.noheight {
    height: unset;
}

header.responsive {
    overflow: auto;
}

@media screen and (max-device-width: 1000px) {
    header.responsive {
        flex-direction: row !important;
    }
    .socialmedia {
        margin-bottom: 15px;
        width: 80%;
        display: flex;
        justify-content: center;
    }
    .socialmedia a {
        font-size: 7vmin;
    }
    .steckbrief img {
        display: block;
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto;
        width: 60%;
        height: 60%;
    }
    .steckbrief {
        width: 70%
    }
    .steckbrief p {
        font-size: 3.6vmin;
    }
}

.redwarning {
    color: #EA2027 !important;
    font-size: 2rem !important;
}

.socialdivider {
    margin: 0.7rem 0.2rem;
    opacity: 0.70;
    width: 100%;
    border-top: 2px solid white;
}