body {
    padding: 0px;
    margin: 0px;
    background: url("../images/bg.jpg") no-repeat fixed center 0px;
    font-family: 'Trebuchet MS', 'Source Sans Pro', sans-serif;
    font-size: 1em;
    -moz-osx-font-smoothing: grayscale;
}

a {
    color: #6147A4;
    text-decoration: none;
}

#top {
    height: 30px;
    background-color: #00686B;
    position: relative;
    border-top: 5px solid #F1F1F1;
}

#topnav {
    margin: 0 auto;
    width: 100%;
    max-width: 960px;
    position: relative;
    z-index: 99;
}

#topnav nav {
    float: right;
}

#topnav nav ul {
    list-style-type: none;
    margin: 0;
}

#topnav nav ul li {
    float: left;
    margin: 0 10px;
}

#topnav nav ul li a {
    line-height: 30px;
    padding: 0;
}

#topnav nav ul li:hover > ul {
    top: 30px;
}

#topnav nav ul li ul li:hover > ul {
    top: 0px;
}

#topnav nav ul li ul {
    margin-left: -10px;
}

#topnav nav ul li ul li ul {
    margin-left: 2em;
}

#topnav form#login-form {
    float: right;
    margin-top: 1em;
}

#all {
    max-width: 1280px;
    margin: 0 auto;
}

#head {
    background: url("../images/head-tiger.png") no-repeat scroll center center transparent;
    float: right;
    height: 420px;
    margin-top: -32px;
    width: 100%;
    max-width: 1280px;
    z-index: 0;
}

#wrapper {
    margin: 0 auto;
    width: 960px;
    position: relative;
}

#sidebar {
    width: 239px;
    height: 820px;
    background: url("../images/nav.png") no-repeat;
    position: absolute;
    padding: 0px 28px 0px 30px;
    margin-left: -30px;
    margin-top: -35px;
}

#logo {
    width: 239px;
    height: 225px;
    margin: 50px 0 0 0;
}

#logo a {
    width: 100%;
    height: 100%;
    display: block;
}

#navigation nav {
}

#navigation nav ul {
    list-style-type: none;
    width: 100%;
}

#navigation nav ul li {
    width: 97.5%;
    padding: 3px;
}

#navigation nav ul li a {
    text-decoration: none;
    color: #000000;
    margin-left: 25px;
    display: block;
}

#navigation nav ul li a:hover {
}

#navigation nav ul li ul {
    margin-left: 239px;
    margin-top: -24px;
}

#navigation nav ul li ul li ul {
    margin-left: 79px;
    margin-top: 0px;
}

#navigation nav ul li ul li a {
    margin: 0;
    padding-left: 15px;
    color: #FFFFFF;
}

#navigation nav ul li ul li a:hover {
    color: #000000;
}

#searchbox {
    background: rgba(107,62,7,0.75);
    width: 100%;
    margin-top: 23px;
}

.search {
    margin: 0 auto;
    padding: 10px 0;
}

.search label {
    display: none;
}

div.search input#mod-search-searchword.inputbox {
    background-color: #FFFFFF;
    border: none;
    height: 25px;
    width: 150px;
    margin-left: 15px;
}

div.search input.button {
    background-color: #FFFFFF;
    border: none;
    margin-left: 5px;
    height: 25px;
    cursor: pointer;
}

#content {
    background-color: #FFFFFF;
    float: right;
    margin-top: -126px;
    min-height: 730px;
    padding-bottom: 10px;
    padding-left: 155px;
    padding-right: 25px;
    width: 675px;
    font-size: 0.9em;
}

div#k2Container p {
    line-height: 1.5em;
}

.aktuelles_start img {
}

div.itemListCategory {
    background: none !important;
    border: none !important;
}

div.itemListCategory h2, div.itemListCategory h3, div.itemListSubCategories h3, div.aktuelles_start h3, div.itemListCategory h1 {
    background: rgb(233, 141, 30); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(108, 63, 9, 1) 0%, rgba(255, 255, 255, 1) 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(108, 63, 9, 1)), color-stop(99%, rgba(255, 255, 255, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(108, 63, 9, 1) 0%, rgba(255, 255, 255, 1) 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(108, 63, 9, 1) 0%, rgba(255, 255, 255, 1) 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(108, 63, 9, 1) 0%, rgba(255, 255, 255, 1) 99%); /* IE10+ */
    background: linear-gradient(to right, rgba(108, 63, 9, 1) 0%, rgba(255, 255, 255, 1) 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e98d1e', endColorstr='#ffffff', GradientType=1); /* IE6-9 */
    color: #FFFFFF;
    font-size: 1em;
    font-weight: bold;
    padding: 5px;
}

div.aktuelles_start span.catItemImage {
    border: 5px solid #CCCCCC !important;
}

div.aktuelles_start span.catItemImage img {
    width: 200px !important;
}

div.aktuelles_start span.catItemImage {
    height: 200px !important;
    overflow: hidden;
}

div.aktuelles_start span.catItemImage img {
    border: none !important;
}

div.topnews_start h3 {
    background: rgb(143, 200, 0); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(143, 200, 0, 1) 0%, rgba(255, 255, 255, 1) 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(143, 200, 0, 1)), color-stop(99%, rgba(255, 255, 255, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(143, 200, 0, 1) 0%, rgba(255, 255, 255, 1) 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(143, 200, 0, 1) 0%, rgba(255, 255, 255, 1) 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(143, 200, 0, 1) 0%, rgba(255, 255, 255, 1) 99%); /* IE10+ */
    background: linear-gradient(to right, rgba(143, 200, 0, 1) 0%, rgba(255, 255, 255, 1) 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8fc800', endColorstr='#ffffff', GradientType=1); /* IE6-9 */
    color: #FFFFFF;
    font-size: 1em;
    padding: 5px;
}

div.topnews_start .NewsItem {
    float: left;
    width: 215px;
}

div.topnews_start .NewsItem.odd {
    margin: 0 9px !important;
}

div.topnews_start .NewsItem div.catItemImageBlock {
    height: 125px;
    overflow: hidden;
    padding: 0 !important;
}

div.topnews_start .NewsItem span.catItemImage img {
    border: none !important;
    padding: 0 !important;
    width: 215px !important;
}

div.topnews_start .NewsItem div.catItemHeader h3.catItemTitle {
    font-size: 18px !important;
    font-weight: bold !important;
}

div.aktuelles_start div.catItemHeader h3.catItemTitle, div.topnews_start div.catItemHeader h3.catItemTitle {
    padding: 0px !important;
}

div.catItemCategory {
    border: none !important;
    padding: 0 !important;
}

div.catItemCategory a {
    color: #000000 !important;
}

div.catItemImageBlock {
    float: left;
    padding: 0 15px 8px 8px !important;
}

div.catItemHeader span.catItemDateCreated {
    color: #000000 !important;
}

div.itemToolbar {
    background: none !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

div.itemView {
    border: none !important;
}

div.itemHeader {
    padding: 0 8px 8px;
}

div.catItemHeader h3.catItemTitle a {
    font-size: 0.8em !important;
    font-family: 'Source Sans Pro', 'sans-serif' !important;
    color: #000000 !important;
}

span.catItemImage img {
    padding: 0 !important;
    border: 5px solid #CCCCCC !important;
}

div.k2Pagination ul li {
    margin: 0 4px;
}

#foot {
    float: right;
    height: 80px;
    margin: -31px 83px 0 0;
    width: 612px;
}

#bottom {
    height: 43px;
    background-color: #00686B;
}

#bottomnav {
    margin: 0 auto;
    text-align: left;
    width: 960px;
    padding-top: 13px;
    color: #FFFFFF;
}

#bottomnav nav {
    float: right;
    margin-top: -17px;
}

#bottomnav nav ul {
    list-style-type: none;
}

#bottomnav nav ul li {
    float: left;
    margin: 0 10px;
}

#bottomnav nav ul li a {
    text-decoration: none;
    color: #ffffff;
}

p#back-top {
    bottom: 0;
    height: 50px;
    margin-top: -60px;
    position: relative;
    right: -555px;
    width: 50px;
    z-index: 99;
}

#back-top span {
    width: 50px;
    height: 50px;
    display: block;
    margin-bottom: 7px;
    background: url("../images/up-arrow.png") no-repeat center center; /* transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

.even {
    border: none !important;
    background: none !important;
}

.odd {
    background: none !important;
    border-bottom: none !important;
    padding: 2px !important;
}

.alphabetOrderList {
    margin: 0 auto;
    width: 96%;
}

.alphabetOrder {
    background: none !important;
    border: none !important;
    margin: 0px !important;
    padding: 6px !important;
}

.alphabetOrder h2 {
    font-weight: normal;
    margin: 0px;
}

#searchForm .phrases, #searchForm .only {
    display: none;
}

.pagination {
    color: #999999;
    margin: 24px 0 4px;
    padding: 8px;
    text-align: center;
}

.pagination ul {
    text-align: center;
}

.pagination ul li {
    margin: 0 4px;
    display: inline;
}

.itemListCategory h1 {
    font-weight: normal;
}

.itemFullText {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1em;
}

.itemFullText > h2 {
    font-weight: normal;
}

div.itemFullText h3 {
    font-weight: normal;
    padding: 16px 0 0 !important;
}

span.itemImage {
    text-align: right !important;
}

.itemImageCaption {
    float: right !important;
}

/*<agl.folder "editor-stile">*/
.imtextlinks {
    width: 250px;
    height: auto;
    float: left;
    margin-right: 10px;
    padding: 5px;
    border: solid 1px #cacaca;
}

.imtextrechts {
    width: 250px;
    height: auto;
    float: right;
    margin-left: 10px;
    padding: 5px;
    border: solid 1px #cacaca;
}

.imtextlinksmap {
    width: 290px;
    height: auto;
    float: left;
    margin-right: 10px;
    border: solid 1px #cacaca;
}

.imtextrechtsmap {
    width: 290px;
    height: auto;
    float: right;
    margin-left: 10px;
    border: solid 1px #cacaca;
}

.imtextmitte {
}

.imtextlinksgross {
    float: left;
}

.imtextrechtsgross {
    float: right;
}

.imtextmittegross {
}

.imtextlinksmini {
    width: 100px;
    height: auto;
    float: left;
}

.imtextrechtsmini {
    width: 100px;
    height: auto;
    float: right;
}

.imtextmittemini {
    width: 100px;
    height: auto;
}

.imtextlinkslandscape {
    width: 290px;
    height: auto;
    float: left;
    margin-right: 10px;
    border: solid 1px #cacaca;
}

.imtextrechtslandscape {
    width: 290px;
    height: auto;
    float: right;
    border: solid 1px #cacaca;
}

.imtextmittelandscape {
    /*height: 141px;*/
    width: 290px;
    margin-left: 10px;
    border: solid 1px #cacaca;
}

.landscape {
    width: 290px;
    /*height: 141px;*/
    margin-right: 10px;
    border: solid 1px #cacaca;
    float: left;
}

.landscape, .imtextmittelandscape, .imtextrechtslandscape, .imtextlinkslandscape, .imtextlinksgross, .imtextrechtsgross {
    border: 1px solid #ccc;
    padding: 8px;
}

span.easy_img_caption img {
    border: 1px solid #ccc;
    padding: 8px;
}

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

.textgruenfett {
    color: #427E00;
    font-weight: bold;
}

.easy_img_caption {
    float: left;
    color: #666666;
    font-size: 11px;
    clear: both;
}

.easy_img_caption_inner {
    margin-top: 2px;
    width: 260px;
    margin-bottom: 10px;
}

fieldset {
    border: medium none;
}

div.welcome h3 {
    background: rgb(133,88,56); /* Old browsers */
    /* IE9 SVG,needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZhM2QwNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, rgb(133,88,56) 0%, rgb(255, 255, 255) 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgb(133,88,56)), color-stop(99%, rgb(255, 255, 255))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgb(133,88,56) 0%, rgb(255, 255, 255) 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgb(133,88,56) 0%, rgb(255, 255, 255) 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgb(133,88,56) 0%, rgb(255, 255, 255) 99%); /* IE10+ */
    background: linear-gradient(to right, rgb(133,88,56) 0%, rgb(255, 255, 255) 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00686B', endColorstr='#ffffff', GradientType=1); /* IE6-8 */
    color: #FFFFFF;
    font-size: 1em;
    padding: 5px;
}

div.welcome p {
    line-height: 1.5em;
}

#member-registration fieldset legend {
    background: rgb(133,88,56); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(108, 63, 9, 1) 0%, rgba(255, 255, 255, 1) 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(108, 63, 9, 1)), color-stop(99%, rgba(255, 255, 255, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(108, 63, 9, 1) 0%, rgba(255, 255, 255, 1) 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(108, 63, 9, 1) 0%, rgba(255, 255, 255, 1) 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(108, 63, 9, 1) 0%, rgba(255, 255, 255, 1) 99%); /* IE10+ */
    background: linear-gradient(to right, rgba(108, 63, 9, 1) 0%, rgba(255, 255, 255, 1) 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e98d1e', endColorstr='#ffffff', GradientType=1); /* IE6-9 */
    color: #FFFFFF;
    font-size: 1em;
    font-weight: bold;
    margin: 20px 0;
    padding: 5px;
    width: 100%;
}

#member-registration .input {
    margin: 5px 0px;
}

#member-registration .input .spacer label {
    padding-bottom: 15px;
}

#member-registration label {
    display: inline-block;
    width: 175px;
}

#member-registration input {
    border: 1px solid #CECECE;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.2);
    height: 20px;
    padding-left: 3px;
    width: 150px;
}

.hwx {
    font-size: 0.8em;
    margin-left: 220px;
}

.hwx a {
    color: #ffffff;
}

h2.itemTitle {
    float: left;
    width: 40%;
}

h1.itemTitle, h1.itemTitleOnly {
    float: left;
    width: 40%;
}

div.subCategoryContainer .subCategory {
    text-align: center;
}

div.subCategoryContainer .subCategory h2 {
    font-size: 1.1em;
}

div#itemListLinks .itemContainer {
    font-size: 0.9em;
    text-align: center;
}

div#itemListLinks .itemContainer h3.catItemTitle {
    min-height: 2.5em;
}

#responsive-mm-button, #responsive-topnav-button {
    display: none;
}

@media (max-width: 810px) {
    body {
        background-size: cover;
    }

    img {
        max-width: 100%;
    }

    #responsive-topnav-button {
        padding: 0 2.5%;
        width: 15%;
        max-width: 30px;
        height: 30px;
        -webkit-box-sizing: inherit;
        -moz-box-sizing: inherit;
        box-sizing: inherit;
        display: block;
        float: right;
        background: none;
        border: none;
        cursor: pointer;
    }

    #responsive-topnav-button.close {
        background: #542e00;
    }

    #responsive-topnav-button span {
        height: 2px;
        border-radius: 2px;
        background: #ffffff;
        display: block;
        margin: 4px 0;
    }

    #topnav nav {
        display: none;
        float: none;
        position: absolute;
        right: 0;
        top: 30px;
        background: #542e00;
        padding: 0 10px;
    }

    #topnav nav ul {
        float: none;
    }

    #topnav nav ul li {
        float: none;
        text-align: right;
        background: none !important;
        position: inherit;
    }

    #topnav nav ul li a {
        background: none !important;
    }

    #topnav nav ul li ul {
        margin: 0 !important;
        position: relative !important;
        top: auto !important;
        left: auto !important;
        display: none;
    }

    #topnav nav ul li:hover > ul {
        display: block;
    }

    #topnav nav ul li ul li {
        background: none;
        margin: 0 0 0 -10px;
        padding: 0;
    }

    #wrapper {
        width: 95%;
    }

    #sidebar {
        background-position: -29px 0;
        height: 275px;
        margin-left: 0;
        margin-top: -80px;
        width: 100%;
        padding: 0;
    }

    #navigation {
        position: absolute;
        width: 100%;
        margin-top: 10px;
        background: #EB9126;
    }

    #mainnav li, #mainnav li:before, #mainnav li:after {
        background: none !important;
        border: none !important;
    }

    #mainnav a {
        color: #ffffff;
    }

    #responsive-mm-button {
        display: block;
        line-height: 37px;
        border: none;
        background: transparent url("../images/nav-arrow.png") no-repeat scroll 15px center;
        color: #ffffff;
        padding: 0 10px 0 35px;
        font-size: 1em;
        cursor: pointer;
    }

    #responsive-mm-button.close {
        background-color: #eb7e26;
    }

    #searchbox {
        display: none;
    }

    #content {
        width: 94%;
        padding: 0 3%;
        margin-top: -133px;
    }

    #bottom {
        height: auto;
    }

    .hwx {
        display: none;
    }

    #bottomnav {
        width: 100%;
        text-align: center;
        padding: 20px 0;
    }

    #bottomnav nav {
        float: none;
        margin-top: 10px;
    }

    #bottomnav nav ul {
        display: table;
        margin: 0 auto;
    }

    #foot {
        background-position: center bottom;
        float: right;
        height: 180px;
        margin: 0;
        width: 100%;
        position: relative;
    }

    p#back-top {
        display: block;
        left: 50%;
        margin: 20px 0 0 -25px;
        position: absolute;
        top: 0;
    }

    .sf-menu2 {
        float: none;
        padding-bottom: 0 !important;
    }

    .mm-menu {
        top: 279px; /*height:calc( 100% - 279px );*/
    }

    .mm-menu.mm-top, .mm-menu.mm-bottom {
        margin: 0;
        position: absolute;
        left: 2.5%;
        height: auto;
        max-width: 75%;
        min-width: 75%;
        background: #00686b;
        -webkit-transform: translate3d(0px, 0px, 0px);
        -moz-transform: translate3d(0px, 0px, 0px);
        -ms-transform: translate3d(0px, 0px, 0px);
        -o-transform: translate3d(0px, 0px, 0px);
        transform: translate3d(0px, 0px, 0px);
    }

    .mm-navbar {
        border: none !important;
    }

    .mm-listview .mm-next {
        width: 100%;
    }

    .mm-next::after, .mm-prev::before {
        background: transparent url("../images/nav-arrow.png") no-repeat scroll center center;
        border: none;
    }

    .mm-next::after {
        -webkit-transform: rotate(-90deg) !important;
        -moz-transform: rotate(-90deg) !important;
        -ms-transform: rotate(-90deg) !important;
        -o-transform: rotate(-90deg) !important;
        transform: rotate(-90deg) !important;
    }

    .mm-prev::before {
        -webkit-transform: rotate(90deg) !important;
        -moz-transform: rotate(90deg) !important;
        -ms-transform: rotate(90deg) !important;
        -o-transform: rotate(90deg) !important;
        transform: rotate(90deg) !important;
    }

    #mm-blocker {
        display: none !important;
    }

    h1.itemTitle, h1.itemTitleOnly {
        float: none;
        width: auto;
        font-size: 1.5em;
    }

    span.itemImage, span.itemImageCaption, span.itemImageCredits {
        text-align: center !important;
        display: inline-block !important;
        float: none !important;
    }

    span.itemImage {
        display: block !important;
    }

    span.itemImage img {
        max-width: 94%;
    }

    div.k2Pagination ul {
        padding: 0;
    }

    div.k2Pagination ul li:not([class]) {
        display: none;
    }
}

@media (max-width: 640px) {
    table {
        width: 100% !important;
        overflow-x: scroll;
    }
}

@media (max-width: 511px) {
    div.topnews_start .NewsItem {
        width: 94%;
    }

    div.topnews_start .NewsItem.odd {
        margin: 0 !important;
    }
}

@media (max-width: 480px) {
    div.catItemImageBlock {
        float: none;
        height: auto !important;
    }

    span.catItemImage img {
        width: 100% !important;
    }

    .easy_img_caption {
        display: block !important;
        float: none;
    }
}

@media (max-width: 375px) {
    #sidebar {
        background-position: -24px 0;
        background-size: auto 662px;
        height: 219px;
    }

    #logo {
        width: 179px;
        height: 169px;
    }

    #content {
        margin-top: -189px;
    }

    .mm-menu {
        top: 223px; /*height:calc( 100% - 223px );*/
    }

    div.topnews_start .NewsItem {
        width: 100%;
    }

    div.topnews_start .NewsItem span.catItemImage img {
        width: 100% !important;
    }
}

/*#mainnav.mm-menu{display: none !important;}*/
