html {
    height: 100%;
}
body {
    background: #ffecb7 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAJElEQVQImWP4/2b7fzj+evM/AzLn/5vtUAEoByKAxPn/Zvt/AM8bOr3tJZqkAAAAAElFTkSuQmCC");
    font-family:'Neue Frutiger 1450 W01', sans-serif;
    line-height:1.5;
}





h1,h2,h3,h4,h5,h6 {
    font-family:'Neue Frutiger 1450 W01', sans-serif;
}

img.wf_file_icon {
    display: inline-block !important;
}

img {
  
  max-width:100%;
  height:auto;
}

h1 {
    font-size: 1.4em;
    margin: -5px -15px;
    background: #007D40;
    padding: 5px 15px;
    color: #ffffff;
    font-weight: 400;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

.front h1 {
    margin: 0;
}

.front h3 {
    font-size: 1.2em;
    margin:0;
    background: #007D40;
    padding: 2px 15px;
    color: #ffffff;
    font-weight: 400;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

.front h3.uk-panel-title {
    color: #333;
    text-shadow: 0 0 0;
    background: transparent;
    font-size: 20px;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 7px;
}

.front .uk-panel-space {
    padding: 30px 15px;
}


a {
    color: #007D40;
    font-weight: 400;
    -moz-transition: color 0.3s ease-in-out 0s;
    -webkit-transition: color 0.3s ease-in-out 0s;
    transition: color 0.3s ease-in-out 0s;

}
a:hover {color: #ea7516;}

header {
    z-index: 15;
}
#topnavi {
    background: #007D40;
    color: #fff;
    padding: 5px 0;

}

#topnavi a {
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.9em;
    letter-spacing: 0.1em;
}

#topnavi ul {
    text-align: right;
    margin: 0;
}
#topnavi ul li {
    display: inline;
    font-size: 0.8em;
    font-weight: 700;
    letter-spacing: 0.0625em;
    padding: 0 15px;
    text-transform: uppercase;
}

#topnavi ul li:last-child {
    padding: 0;
}

#logo {
    margin: 0 0 15px;
}

#mainnavi {
    background: rgba(255, 242, 206, 0.90);
    padding: 5px 0;
    box-shadow: 2px 2px 15px #000;
    border-bottom: 7px solid #ea7516;


}

span.jcemediabox-zoom-span > img {
    max-width: 100%;
    height: auto;
}


#mainnavi ul {
    text-align: right;
    margin-top:55px !important;
    padding-bottom: 5px;

}

#mainnavi ul li {
    color: #007D40;
    display: inline;
    font-size: 1.1em;
    font-weight: 700;
    list-style: outside none none;
    margin: 0 13px;
    text-shadow: 1px 1px #fff;
    text-transform: uppercase;
    border-bottom: 3px solid #ea7516;
}

#mainnavi ul li:last-child {
    margin-right: 0;
}

section#background {
    height: 600px;
    position: absolute;
    width: 100%;
    z-index: 0;
    top:0;
}

.front section#content-container {
    position: relative;
    z-index: 10;
    margin-top: 570px;
}

section#content-container {
    position: relative;
    z-index: 10;
    top:-10px;
}

/* BreadCrumbs */
ul.breadcrumb {
    padding-left: 0;
    margin: 15px 0 0 0;
}

ul.breadcrumb li {
    display: inline;
    font-size: 0.8em;
    margin: 2px 15px 2px 0;

}

.breadcrumb > li::after {
    content: "\f0da";
    font-family: fontawesome;
    color:#007D40;
    padding-left: 7px;
}

.breadcrumb > li:last-child::after {
    content: "";
    padding: 0;
}

/* Content */
.blog-featured {
    background: #f5f5f5;
    margin: 0;
}

.blog .page-header > h2 {
    margin-bottom: 0;
    padding-bottom: 3px;
    border-bottom: #e5e5e5 solid 1px;
}

dl.article-info.muted {
    margin-top: 5px;
}

dt.article-info-term {
    display: none;
}

dd.published::before {
    font-family: FontAwesome;
    content: "\f133";
    margin-right: 3px;
    color: #ea7516;
    font-size: 0.9em;
}

dd.published {
    padding: 0;
    margin: 0;
    color: #666;
    font-size: 0.8em;
    background: #f0f0f0;
    display: inline;
    padding: 2px 10px;
    border-radius: 5px;
    letter-spacing: 0.0345em;
}

.leading-0 {
    padding: 15px;
    margin-bottom: 20px;
}

#content-container {
}

.zoo-categories-frontpage h3 {
    background: transparent;
    font-size: 1.1em;
    font-weight: 700;
    color: #111111;
    text-shadow: none;
    border-bottom: 1px dotted #999;
    padding: 0 0 7px;
}


#content-container > .uk-container {
    background: #ffffff;
    box-shadow: 2px 2px 15px;
    border-top: 4px solid #ea7516;
    margin-bottom: -30px;
    padding-bottom: 30px;
}

.item-page {
    background: #f5f5f5;
    padding: 5px 15px;
}


/* Sidebar */

#sidebar {
    padding-top:57px;
}

#sidebar table {
    border-bottom: 1px dotted #ccc;
}

.front #sidebar {
    padding-top: 21px;
}

.moduletable-kontakt {
    background: #f5f5f5;
    padding: 5px 10px;
    margin-bottom: 50px !important;
}


.moduletable-kontakt h3 {
    font-size: 22px;
    background: #007D40;
    margin: -5px -10px;
    color: #fff;
    font-weight: 400;
    text-shadow: 1px 1px 1px #000;
    padding: 5px 15px;
}

.custom-kontakt h4 {
    border-bottom: 1px solid #999;
    padding-bottom: 2px;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0;
}


.kontakt-block p,
.kontakt-block p a {
    font-weight: 700;

}

.custom-kontakt i {
    margin-right: 10px;
    font-size: 22px;
}

.custom-kontakt a {
    color: #111;
    text-decoration: none;
}

.uk-icon-facebook-official {
    color: #3B5998;
}



#map {
    height: 400px;
    width: 100%;
    border-top: 4px solid #ea7516;
    border-bottom: 4px solid #005329;
}

footer {
    background: #007D40;
    padding: 30px 0;
    min-height: 150px;
    color: #ffffff;
    position: relative;
}

footer table {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#007d40+0,aeb2bb+0,007235+100&1+0,0+0,1+100 */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FlYjJiYiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDcyMzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(174,178,187,0) 0%, rgba(0,114,53,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(174,178,187,0) 0%,rgba(0,114,53,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(174,178,187,0) 0%,rgba(0,114,53,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aeb2bb', endColorstr='#007235',GradientType=0 ); /* IE6-8 */



}

footer table tr td {
    padding: 2px 5px;
}

footer h3
{
    color: #ffffff;
    border-bottom:  1px dotted #ffffff;
    padding-bottom: 7px;
}

footer h3 a {
    color: #fff;
  	text-decoration:none;
}

footer h4 {
    border-bottom: 2px solid #007038;
    color: #ffffff;
    margin-bottom: 0;
    padding-bottom: 5px;
}

footer .uk-width-small-1-1.uk-width-medium-1-3 {
    margin-bottom: 40px;
}


/* MaxiMenu CK */

ul.maximenuck {
    padding-left: 0 !important;
}

ul.maximenuck li.maximenuck.level1 a.maximenuck span.titreck {
    color:#007d40 ;
    font-weight: 700;
}

ul.maximenuck li.level1.parent > a,
ul.maximenuck li.level1.parent > span.separator {
     padding-right: 0 !important;
}

div#maximenuck96 ul.maximenuck li.level1.parent > a:after, div#maximenuck96 ul.maximenuck li.level1.parent > span.separator:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 7px 0 6px !important;
    border-color: #ea7516 transparent transparent transparent !important;
    top: 22px !important;
    left: 50% !important;
    margin-left: -6px !important;
}

ul.maximenuck li.maximenuck.level1 li.maximenuck > a span.titreck,
ul.maximenuck li.maximenuck.level1 li.maximenuck > span.separator span.titreck,
li.maximenuck.maximenuflatlistck:not(.level1) span.titreck,
.maxipushdownck li.maximenuck > a span.titreck,
.maxipushdownck li.maximenuck > span.separator span.titreck {
    color: #FFFFFF;
    font-size: 14px;
    text-shadow: 1px 1px 1px #000000;
    text-transform: none;
    font-weight: 400;
}

/*** YooTheme ZOO ***/

#yoo-zoo .details h1.title {
    margin: 0 -10px;
    font-size: 1.4em;
    color: #fff;
    line-height: inherit;
    font-weight: 400;
    letter-spacing: -1px;
    padding: 5px 15px;
}

#yoo-zoo .item h1.pos-title {
    margin: 0px;
    font-weight: 400;
    color: #fff;
    font-size: 1.3em;
    line-height: inherit;
    padding: 3px 15px;
    white-space: nowrap;
}

#yoo-zoo h1.box-title > span > span {
    text-shadow: 0 0 0;
}

#yoo-zoo .categories h2.title a {
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
}

#yoo-zoo .items h2.pos-title a {
    text-decoration: none;
    font-size: 13px;
    line-height: 25px;
}

#yoo-zoo .categories p.sub-categories {
    font-size: 0.9em;
    margin: 10px 0 0;
}

#yoo-zoo .items p.pos-links {
    margin: 7px 0px 0px 0px;
    float: right;
    background: #007d40;
    padding: 2px 7px;
    font-size: 12px;
    color: #fff;
}

#yoo-zoo .items p.pos-links a {
    color: #ffffff;
}

ul.uk-list a {
    text-decoration: none;
}
.front .uk-list {
    padding: 0;
    list-style: none;
    margin-left: 10px;
}

.front .uk-list a::before {
    font-family: FontAwesome;
    content: "\f18e";
    padding-right: 10px;
}

.front ul.uk-list.uk-list-line {
    margin-bottom: 25px !important;
}

.element-image img {
    margin-top: 50px;
}

.element-itemprevnext .page-nav .next {
    float: right;
    font-size: 12px;
    background: #007D40;
    color: #fff;
    padding: 7px 20px;
    letter-spacing: 0.1em;
}

.element-itemprevnext .page-nav .prev {
    float: left;
    font-size: 12px;
    background: #007D40;
    color: #fff;
    padding: 7px 20px;
    letter-spacing: 0.1em;
}

#yoo-zoo .item div.box-1 {
     padding: 0;
}

#yoo-zoo div.box-1 {
    border: 0;

}

#yoo-zoo div.box-t2 {
    padding: 0;
    background: transparent none;
}

#yoo-zoo div.box-b2 {
    padding: 0;
    background: none transparent;
}

#yoo-zoo div.box-t3 {
    border-top: 0;
}

#yoo-zoo div.box-b3 {
    border-bottom: 0;
}


/* Zoolander */

.zx.zoo-filter select {
    width: 100% !important;
    height: 50px !important;
    margin: 5px 0 !important;
}

.zx.zoo-filter input {
    width: 100% !important;
    height: 50px !important;
    margin: 5px 0 !important;
}

.zoo-filter-result .uk-panel.uk-panel-box {
    border: 0 none;
    background: #f9f9f9;
    margin: 3px;
    padding: 3px;
}

.zx.uk-button,
button.button.uk-button
{
    color: #fff;
    background: #007D40;
 	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

/* BreezingForms*/

.bfQuickMode section.bfElemWrap {
    background: #e0e0e0 !important;
}





/* MediaQueries */

@media (max-width: 480px) {

}

@media (max-width: 767px) {

    #logo {
        margin: 0 auto;
        text-align: center;
    }
    
    #logo img {

        height: auto;
        max-width: 100%;
    }



    section#background {
        position: inherit;
        height: 100%;
    }

    .front section#content-container {
        position: relative;
        z-index: 10;
        margin-top: 0;
    }

    .uk-grid>* {
      padding-left: 0 !important;
    }

    .uk-container {
        padding: 0 5px !important;
    }


}

@media (min-width: 768px) {


    #logo img {
        height: auto;
        max-width: 90%;
    }

    .front header {
        position: absolute;
        z-index: 15;
        top: 0;
        width: 100%;
    }

    section#background {
        height: 600px;
        position: fixed;
        width: 100%;
        z-index: 0;
        top:0;
    }

    .front section#content-container {
        position: relative;
        z-index: 10;
        margin-top: 570px;
    }


    .front section#content-container {
        position: relative;
        z-index: 100;
        margin-top: 570px;
    }

    section#content-container {
        position: relative;
        z-index: 10;
        top:-10px;
    }


}

@media (min-width: 992px) {

}

@media (min-width: 1170px) {

}
