/* CSS Author: Markus M. Deuerlein, 2016 */

@import url(https://fonts.googleapis.com/css?family=Quicksand:700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,300italic,600italic);
body, html {
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 300;
    color: #575757;
}
main {
    min-height: 78%;
}
a {
    color: #93c01f;
}
a:hover {
    color: #009918;
    text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Quicksand', Arial, sans-serif;
    font-weight: 700;
    color: #575757;
}
h6.tel {
    margin-bottom: 0;
}
h3.tel {
    margin-top: 0;
}
nav > div {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
    min-height: 200px;
    padding-top: 25px;
}
nav .menu {
    font-family: 'Quicksand', Arial, sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #575757;
    margin-top: 50px;
}
nav .menu li {
    border-right: 2px solid #575757;
}
nav .menu li:last-child {
    border-right: 0px solid #575757;
}

/* nav .menu li:first-child {border-right:0px;} */

nav .menu a {
    color: #575756;
    padding: 0rem 1rem;
}
nav .menu a:hover {
    color: #93c01f;
}
nav .menu a.active {
    color: #93c01f;
}
nav .menu a.active:hover {
    color: #009918;
}
.team-1, .team-2 {
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #93c01f;
    margin: 15px auto;
}
.team-1 {
    max-width: 300px;
}
.team-2 {
    max-width: 150px;
}
.plus {
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #93c01f;
}
.tabelle tbody {
    padding: 0;
    border: 0;
}
.tabelle td {
    padding: 0 0 3px 0px;
    border: 0;
}
.tabelle tr:nth-child(even) {
    background-color: #ffffff;
}
.tabelle tr:nth-child(odd) {
    background-color: #ffffff;
}
footer {
    background-color: #575756;
    color: #ffffff;
    padding-top: 15px;
    margin-top: 25px;
}
footer p {
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 15px 0;
}

/* RESPONSIVE STLYES */

@media screen and (max-width: 620px) {
    nav .menu {
        margin-bottom: 15px;
        margin-top: 20px;
    }
    nav .menu a {
        padding: 2px
    }
    nav .menu li {
        border-right: 0px solid #575757;
    }
    .lightbox-thmb {
        padding: 10px 0;
    }
    .image-left {
        margin-bottom: 50px;
        margin-left: 50px;
        margin-right: 50px;
        margin-top: 50px;
    }
}
@media screen and (min-width: 621px) {
    .logo {
        float: left;
    }
    .right-side {
        float: right;
    }
    .lightbox-thmb {
        padding: 10px;
    }
    .image-left {
        padding-left: 0px;
        padding-right: 15px;
        padding-bottom: 15px;
    }
}
