@charset "UTF-8";
:root {
    --main-color: #92d050;
    --main-color-transparent: rgba(146, 208, 80,0.3);
    font-size: 10pt;
}
body {
    font-family: Verdana, Arial, sans-serif;
    background-color: #eee;
    display: flex;
    justify-content: center;
}
body#datenschutz {
    display: flex;
    flex-direction: column;
    padding: 0.5rem;
}
#main {
    display: flex;
    flex-direction: column;
    margin: 1rem;
    width: 890px;
}
#mobile-header {
    display: none;
    font-size: 1.5rem;
    z-index: 10;
    background-color: #111;
    color: #fff;
    padding: 0.2rem 0.5rem;
}
#mobile-header #mobile-brand {
    color: var(--main-color);
    font-weight: 900;
    display: flex;
    flex: 1;
    justify-content: center;
    padding-right: 2rem;
}
#mobile-header *[data-feather]{
    background-color: #fff;
    margin-left: 0.25rem;
}
.mobile {
    display: none;
}
header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}
nav {
    margin-right: 1rem;
}
nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
nav ul li {
    display: inline-block;
    padding: 0.2em 0.3rem
}
nav a {
    text-decoration: none;
    color: #666;
    text-transform: uppercase;
    font-size: 1.15rem;
    letter-spacing: 0.05rem;
}
nav a:hover,nav a:active {
    color: var(--main-color);
}
#logo {
    background-image: url('../img/Logo.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 250px;
    height: 135px;
    box-shadow: 0rem 0rem 1rem hsla(0,0%,0%,0.3);
    z-index: 10;
}
#content {
    margin-top: -1.5rem;
}
#content article {
    /* margin: 2rem 0; */
    min-height: 40vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
}
#content article#start {
    justify-content: center;
}
#content article:not(#start) {
    padding-top: 4rem;
}
#content article h1 {
    font-size: 1.75rem;
    color: var(--main-color);
    background-color: hsla(0,0%,0%,0.83);
    display: inline-block;
    padding: 0.25rem 1rem 0.25rem 2rem;
    font-weight: 300;
}
#content article#start {

}
#content article#start h1 {
    font-size: 2rem;
}
#content article section div {
    background-color: hsla(0,0%,0%,0.83);
    color: #fff;
    padding: 1.2rem 1.5rem;
    margin-right: 7rem;
    column-count: 2;
    column-rule: 1px dotted #fff;
    column-gap: 3.5rem;
}
#content article section p {
    padding: 0;
    margin-top: 0;
}
#content article section ul {
    margin-top: 0;
}

footer {
    display: flex;
    flex-direction: column;
    margin-top: 2rem;
    align-items: center;
    color: #bbb;
}
footer > div {
    text-align: center;
}

a {
    color: var(--main-color);
    text-transform: uppercase;
}
.text-w-img {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.block-text {
    display: block;
}
.nowrap {
    white-space: nowrap;
}
@media only screen and (min-width: 850px) {
    #content article.active {
        display: flex;
        margin-top: -1rem;
    }
    #content article {
        display: none;
    }
    #eu_logo {
        position: absolute;
        bottom: 0px;
        right: 0px;
        display: flex;
        justify-content: flex-end;
        margin-bottom: -3px;
    }
    #eu_logo > * {
        height: 35%;
        width: 35%;
    }    
}
@media only screen and (max-width: 849px) {
  /* For mobile phones: */
    #logo {
        display: none;
    }
    header {
        position: sticky;
        top: 0;
        flex-direction: column;
        align-items:stretch;
        z-index: 100;
    }
    #mobile-header {
        display: flex;
        align-items: center;
    }    
    .mobile {
        display: flex;
    }
    nav {
        position: absolute;
        top: 2.1rem;
        display: flex;
        flex: 1;
        margin: 0;
        overflow: hidden;
        width: 100%;
        height: 0vh;
        transition: height 0.25s;
    }
    nav.active {
        height: 95vh;
    }
    nav ul {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        z-index: 10;
        background-color: #000;
        flex: 1;
    }
    nav ul li {
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex: 1;

        border-bottom: 1px solid #333;
    }
    nav ul a {
        color: #fff;
        padding: 0.5rem;
    }    
    #main {
        margin: 0;
    }
    #content {
        margin-top: 0;
    }
    #content article {
        display: flex;
        margin-bottom: 2rem;
        min-height: 95vh;
    }
    footer {
        margin-top:0;
        margin-bottom: .75rem
    }
    #content article#impressum {
        display: none;
    }
    #content article#start {
        padding-top: 1.5rem;
        justify-content: center;
    }
    #content article#start h1 {
        text-align: center;
    }
    #content article#fachwissen br, #content article#impressum br, #content article#kontakt br {
        display: none;
    }
    #content article section {
        background-color: hsla(0,0%,0%,0.83);
    }
    #content article section h1 {
        background-color: transparent;
    }
    #content article section div {
        column-count: 1;
        margin-right: 0;
        background-color: transparent;
    }
    #start, #ueber, #fachwissen, #service, #kontakt, #impressum {
        min-height: 95vh;
    }
    .circle-shadow {
        display: none;   
    }
    .hide {
        display: none!important;
    }
    .show {
        display: flex!important;
    }
    #eu_logo {
    position: absolute;
    bottom: 3rem;;
    right: 0px;
    display: flex;
    justify-content: flex-end;
    
    margin-bottom: 1rem;
    }
    #eu_logo > * {
        height: 85%;
        width: 85%;
    }
}
#start, #ueber, #fachwissen, #projekte, #service, #kontakt, #impressum {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#start {
    background-image: url('../img/image05.jpg');
}
#ueber {
    background-image: url('../img/image01.jpg');
}
#fachwissen {
    background-image: url('../img/image06.jpg');
}
#service {
    background-image: url('../img/image04.jpg');
}
#projekte {
    background-image: url('../img/image07.jpg');
}
#kontakt, #impressum {
    background-image: url('../img/image03.jpg');
}
.circle-shadow {
    height: 1em;
    background-image: radial-gradient(ellipse farthest-side at top,
                                        transparent,
                                        var(--main-color-transparent),
                                        transparent);
}

