body {
    font-family: 'Calibri';
    font-size: 2rem;
}

h1 {
    font-weight: 100;
}

nav h3 {
    display: none;
}

.c {
    clear: both;
}

.lnav {
    list-style: none;
}

.profilepic {
    max-height: 300px !important;
}

.space {
    border-collapse: collapse;
}

.lnav a {
    display: inline-block;
    width: auto;
    padding: 0;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    text-shadow: none;
    color: #000;
}

.infomargin {
    margin-top: 20px;
}

.lnav li {
    float: left;
    width: 44%;
}

.lnav li a {
    display: block;
    width: 100%;
    position: relative;
}

.lteam {
    list-style: none;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
	max-width: 50%;
}

.lteam li {
}

.tsize {
    font-size: 18px;
}

.tsize2 {
    font-size: 30px;
}

.tsize3 {
    font-size: 40px;
}

.tsize4 {
    font-size: 25px;
}

.info {
    background-color: #82C93F;
    text-align: center;
}

.infowhite {
    background-color: #ffffff;
}

.infoline {
    background-color: #82C93F;
    height: 2px;
    width: 100%;
}

.text1 {
    color: #ffffff;
}

.text2 {
    color: #DC450A;
}

.lstyle {
    list-style: none;
    text-align: center;
    margin-bottom: 16px;
    padding-left: 0;
}

.l:before {
    content: "";
    background-color: #DC450A;
    display: block;
    width: 4px;
    height: 4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 4px;
    top: 30%;
}

.lstyle li {
    display: inline-block;
    padding-left: 16px;
    position: relative;
}

.logo {
    margin-top: 5px;
    margin-bottom: 5px;
}

a.link {
    color: #ffffff;
}

a.link:hover {
    color: #ffffff;
}

a {
    color: #939c9c;
}

a:hover {
    color: #939c9c;
}

.lnostyle {
    list-style: none;
}

.centered {
    text-align: center;
}

.colordin {
    color: #a1c85e;
}

.colorget {
    color: #fdbf2d
}

.colgrey {
    color: #939c9c
}

.colordanger {
    color: #fc091b
}

iframe {
    width: 100%;
    height: 400px;
    border: none;
}

@media (min-width: 768px) {
    .lnav li {
        width: 20%;
    }
}

.green-margin-bottom {
    margin-bottom: 20px;
}

.margin-impressum {
    margin-top: 20px;
}

.info-red {
    color: red;
    font-size: 60px;
}

.info-red-2 {
    color:red;
font-size: 30px;
}

.info-black-2 {
    color:black;
font-size: 30px;
}

.img-team {
	max-width: 50% !important;
}