/* open-sans-300 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/open-sans-v15-latin-300.eot'); /* IE9 Compat Modes */
    src: local('Open Sans Light'), local('OpenSans-Light'),
    url('../fonts/open-sans-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/open-sans-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/open-sans-v15-latin-300.woff') format('woff'), /* Modern Browsers */
    url('../fonts/open-sans-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/open-sans-v15-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v15-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Open Sans Regular'), local('OpenSans-Regular'),
    url('../fonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-italic - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/open-sans-v15-latin-italic.eot'); /* IE9 Compat Modes */
    src: local('Open Sans Italic'), local('OpenSans-Italic'),
    url('../fonts/open-sans-v15-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/open-sans-v15-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/open-sans-v15-latin-italic.woff') format('woff'), /* Modern Browsers */
    url('../fonts/open-sans-v15-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/open-sans-v15-latin-italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v15-latin-700.eot'); /* IE9 Compat Modes */
    src: local('Open Sans Bold'), local('OpenSans-Bold'),
    url('../fonts/open-sans-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/open-sans-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/open-sans-v15-latin-700.woff') format('woff'), /* Modern Browsers */
    url('../fonts/open-sans-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/open-sans-v15-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-800 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/open-sans-v15-latin-800.eot'); /* IE9 Compat Modes */
    src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'),
    url('../fonts/open-sans-v15-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/open-sans-v15-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/open-sans-v15-latin-800.woff') format('woff'), /* Modern Browsers */
    url('../fonts/open-sans-v15-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/open-sans-v15-latin-800.svg#OpenSans') format('svg'); /* Legacy iOS */
}


html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}


body {
    font-family: 'Open Sans', Arial, sans-serif;
    width: 100%;
    line-height: 120%;
    background: #fff;
    height: 100%;
    color: #191919;
}

h1, h2, h3, h4, h5 {
    font-family: 'Open Sans', Arial, Helvetica, serif;
    line-height: 100%;
    color: #191919;
}

h1 {
    font-size: 3em;
}
h1 span, h2 span {
    font-weight: 300;
    color: #009540;
}
a {
    color: #191919;
    text-decoration: underline;
}
a:hover {
    color: grey;
}


.logoheader {
    position: absolute;
    z-index: 10000;
    margin: 0 0 0 10px;
    -webkit-box-shadow: 0 0 25px 0 rgba(0,0,0,.25);
    box-shadow: 0 0 25px 0 rgba(0,0,0,.25);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.logoheader #logo img, .footerlogo img {
    width: 180px;
    height: 68px;
}

#header {
    padding: 0 10px 0 10px;
}

.headerimage {
    padding: 58px 0 0 0;
}

.main-all {
    background: #fafafa;
    margin: 10px;
    line-height: 140%;
}

.content,
.main-bottom {
    line-height: 140%;
    max-width: 1280px;
}

.main-all .main-intro .introtext {
    max-width: 860px;
    margin: 12px 10%;
    line-height: 160%;
    padding: 0 10px;
}

.main-all .main-intro,
.content {
    text-align: center;
}


a.buttonlink, .grid_alt_link a.detail-link {
    text-decoration: none;
    background: #009540;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    padding: .7em 2.8em;
    margin: 1.5em 0 1em 0;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: .9em;
}

a.buttonlink:hover {
    background: #191918;
}

.footerbottom {
    background: #fafafa;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
}

.footercontact {
    text-align: center;
    padding: 2em 0;
}

.footercontact .uk-grid {
    max-width: 1280px;
    margin: 0 auto;
}

#footer-outer {
    margin: 0 auto;
    padding: 0;
    text-align: left;
    font-size: 1em;
}

.footercontact ul {
    list-style: none;
    margin: 1em 0 0 0;
    padding: 0;
}

.footercontact h3 {
    font-size: 1.6em;
    line-height: 140%;
}
.footercontact h3 span {
    color: #009540;
    font-weight: 300;
}
.footercontact .uk-card p {
    margin: 6px 0;
}

.uk-card p {
    margin: 0;
}

a.tel {
    text-decoration: none;
}

#footer-sub .privacy {
    padding: 1em 1em;
    text-align: center;
}
#footer-sub .copyright {
    text-align: center;
    padding: 1em 1em;
}
.footercontact .uk-grid {
    max-width: 1280px;
    margin: 0 auto;
}

ul li .uk-icon {
    color: #191919;
}
ul li.folder .uk-icon {
    color: #191919;
}

ul li.folder ul li .uk-icon {
    color: #191919;
}

ul li.folder ul li.folder .uk-icon {
    color: #191919;
}

ul li.folder ul li.folder ul li .uk-icon {
    color: #191919;
}

ul.lehmgelb .uk-icon {
    color: #c09600 !important;
}

ul.gruen .uk-icon {
    color: #009540 !important;
}

ul.lehmgelb a:hover {
    color: #c09600 !important;
}

ul.gruen a:hover {
    color: #009540 !important;
}


.uk-open .uk-accordion-title {
    color: #009540;
}

.uk-accordion-title {
    font-size: 1.6em !important;
}

.uk-accordion {

}

.main-bottom {
    padding: 10px;
}

.uk-text-meta {
    display: block;
}


.gruen {
    color: #009640;
}

.lehmgelb {
    color: #c09600;
}

@media only screen and (min-width: 768px) { /* Styles */

    #footer-sub {
        padding: 1em 0;
        max-width: 1280px;
        margin: 0 auto;
    }

    #footer-sub .copyright {
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        font-size: .9em;
        text-align: center;
    }

    #footer-sub .privacy {
        float: right;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 50%;
        text-align: right;
        font-size: .9em;
    }

    #footer-sub:after {
        content: '';
        clear: both;
        display: table;
    }
}


@media only screen and (min-width: 960px) { /* Styles */

    .logoheader {
        position: fixed;
        z-index: 100001;
    }
    .footercontact {
        text-align: left;
        padding: 2em 0;
    }

    .uk-text-meta {
        display: inline;
    }

}



@media only screen and (min-width: 1200px) { /* Styles */

    .logoheader #logo img, .footerlogo img {
        width: 100%;
        height: auto;
        max-width: 320px;
    }
    .logoheader, .footerlogo {
        width: 16.25%;
        max-width: 320px;
    }

    .logoheader {
        margin: 0 0 0 15px;
        position: fixed;
    }

    #header {
        padding: 0 15px 0 15px;
    }

    .headerimage {
        padding: 62px 0 0 0;
    }

    h1 {
        font-size: 3.5em;
        line-height: 110%;
    }
    .main-all .main-intro .introtext {
        margin: 20px auto;
    }
    #footer, .main-all {
        margin: 15px;
    }

    .content,
    .main-bottom {
        margin: 15px auto;
        width: 90%;
    }


    .footercontact,
    #footer-sub {
        width: 90%;
        margin: 0 auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .footercontact {
        padding: 3em 0;
    }
    #footer-sub .copyright, #footer-sub .privacy {
        padding: 1em 10px;
    }

}



@media only screen and (min-width: 1600px) { /* Styles */

    body {
        font-size: 1.1em;
    }
}
