/*
 * Screen style sheet.
 *
 * @name $Id: screen-layout.min.css
 * @domain: kommunale-infrastruktur.ch
 * 
 * @author		Martin Melheritz martin@visioninternet.ch
 * @date created	08/05/2019
 * @last modified	08/05/2019
 * @copyright 		Copyright (C) 2011 Visioninternet Science & Consulting
 *
 * This is a commercial software product, please visit http://www.visioninternet.ch for more information.
 */

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%
}

img {
    display: block;
    margin: 0;
    padding: 0
}

div.wrap-navigation {
    position: fixed;
    display: block;
    top: 0;
    left: -100%;
    width: 100%;
    bottom: 0;
    background: #eceded;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 9999;
    opacity: 0;
    -webkit-overflow-scrolling: touch
}

div#navigation-outer {
    position: relative;
    display: block;
    margin: 0 auto;
    max-width: 1280px;
    width: 100%;
    height: auto;
    border: 0 solid #ff0
}

div#navigation-top-gap {
    position: relative;
    display: block;
    height: 170px;
    width: 100%
}

div.wrap-main-nav-desktop {
    position: relative;
    display: block;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 74px 40px 0;
    overflow: hidden;
    vertical-align: middle;
    border: 0 solid red
}

div.wrap-main-nav-mobile {
    position: relative;
    display: none
}

.mobile-subnav-btn {
    position: absolute;
    top: 0;
    right: -60px;
    width: 60px;
    height: 50px;
    margin: 0;
    padding: 0;
    background-image: url('/daten/elemente/pfeil_nav.png');
    background-position: 0 0;
    overflow: hidden;
    cursor: pointer;
    cursor: hand;
    border-right: 0 solid #ff0
}

.mobile-sub-subnav-btn {
    position: absolute;
    top: 0;
    right: -45px;
    width: 45px;
    height: 37px;
    margin: 0;
    padding: 0;
    background-image: url('/daten/elemente/pfeil_subnav.png');
    background-position: 0 0;
    overflow: hidden;
    cursor: pointer;
    cursor: hand;
    border-right: 0 solid blue
}

div#navigation-bottom-gap {
    position: relative;
    width: 100%;
    display: block;
    height: 50px
}

div.wrap-body {
    position: relative;
    min-width: 320px;
    width: 100%;
    min-height: 100%;
    overflow-x: hidden
}

.bar-header {
    position: relative;
    width: 100%;
    height: 200px;
    z-index: 999;
    padding: 0;
    background: transparent;
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3));
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3));
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    border: 0 solid red
}

div#bar-header-overlay {
    position: fixed;
    display: none;
    width: 100%;
    top: 0;
    left: 0;
    height: 80px;
    background-color: #fff;
    z-index: 9998
}

div#bar-header-overlay div.wrap-mobile-nav-btn {
    bottom: 10px
}

div#bar-header-overlay div.wrap-header-icons {
    top: auto;
    right: 85px;
    bottom: 20px
}

div#bar-header-overlay div.wrap-header-home {
    top: auto;
    left: 70px;
    bottom: 20px
}

div.wrap-header-nav {
    position: absolute;
    width: auto;
    height: 74px;
    right: 72px;
    bottom: 0
}

body.down .bar-header.animateIt div.wrap-header-nav {
    display: none
}

img.header-logo {
    position: absolute;
    display: block;
    width: 296px;
    height: 80px;
    left: 20px;
    padding: 0;
    bottom: 65px
}

.bar-header.animateIt img.header-logo {
    display: none
}

img.header-logo-small {
    position: absolute;
    display: none;
    width: 90px;
    height: 90px;
    left: 20px;
    padding: 0;
    bottom: 8px
}

.bar-header.animateIt img.header-logo-small {
    display: block;
    width: 50px;
    height: 50px;
	bottom: 14px
}

div.wrap-mobile-nav-btn {
    position: absolute;
    width: 50px;
    height: 50px;
    bottom: 10px;
    right: 16px;
    background-image: url('/daten/elemente/nav-btn-y.png');
    background-position: left top;
    z-index: 9998;
    transition-timing-function: linear;
    transition: .2s;
    cursor: pointer;
    cursor: hand
}

.nav-btn-rotate {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    transition-timing-function: linear;
    transition: .2s
}

div.wrap-header-home {
    position: absolute;
    top: 20px;
    height: 30px;
    left: 20px
}

body.down .bar-header.animateIt div.wrap-header-home {
    top: auto;
    left: 80px;
    bottom: 20px
}

td.wrap-home-icon {
    padding-right: 15px
}

div.wrap-header-home img {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0
}

div.wrap-header-icons {
    position: absolute;
    top: 20px;
    width: auto;
    height: 30px;
    right: 20px
}

body.down .bar-header.animateIt div.wrap-header-icons {
    top: auto;
    right: 85px;
    bottom: 20px
}

td.wrap-header-icon {
    padding-left: 20px
}

td.header-icon-title {
    display: table-cell
}

div.wrap-header-icons img {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0
}

img.search-icon {
    cursor: pointer;
    cursor: hand
}

div.wrap-banner {
    position: relative;
    display: block;
    height: 370px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-shadow: inset 0 -3px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 -3px 5px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 -3px 5px rgba(0, 0, 0, 0.3)
}

div.wrap-content-nav-desktop {
    display: block
}

div.wrap-content-nav-mobile {
    display: none
}

.bar-header.animateIt {
    position: fixed;
    left: 0;
    top: -200px;
    width: 100%;
    height: 200px;
    z-index: 999;
    background: #fff!important;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    transition: .1s top cubic-bezier(.3, .73, .3, .74)
}

body.down .bar-header.animateIt {
    top: -120px;
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2));
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2));
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    transition: .5s top cubic-bezier(.3, .73, .3, .74)
}

div#xl-gallery {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: #fff;
    display: none
}

div.bg-flow-top {
    position: absolute;
    top: 0;
    width: 100%;
    height: 400px;
    background-image: url('/daten/background/verlauf_oben.png')
}

img#xl-gallery-prev,
img#xl-gallery-next {
    position: absolute;
    left: 25px;
    top: 68%;
    margin-top: -25px;
    cursor: pointer;
    cursor: hand;
    z-index: 100
}

img#xl-gallery-next {
    right: 25px
}

img#close-xl-gallery {
    position: absolute;
    bottom: 25px;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    cursor: hand
}

div.bg-flow-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 300px;
    background-image: url('/daten/background/verlauf_unten.png')
}

div.wrap-content {
    position: relative;
    min-width: 320px;
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    border-left: 0 solid blue;
    border-right: 0 solid blue;
    border-bottom: 0 solid blue
}

div.content-extra-margin {
    position: relative;
    padding: 0 10px
}

div.wrap-content-cols-1,
div.wrap-content-cols-2,
div.wrap-content-cols-3,
div.wrap-content-cols-4,
div.wrap-content-cols-5 {
    position: relative;
    margin: 5px 0 5px 10px;
    overflow: auto
}

div.col-content-1,
div.col-content-2,
div.col-content-3,
div.col-content-4,
div.col-content-5 {
    float: left
}

div.content-padding {
    margin: 5px 10px 5px 0
}

div.content-bottom-gap {
    position: relative;
    height: 550px;
    min-height: 550px
}

div.wrap-footer {
    position: relative;
    margin-top: -500px;
    height: 500px;
    min-height: 500px;
    width: 100%;
    overflow: hidden
}

div.wrap-footer-infos {
    position: relative;
    height: 385px;
    border-bottom: 1px solid #87888a
}

div.wrap-footer-address {
    position: absolute;
    width: 100%;
    margin-top: 30px;
    padding: 0;
    border: 0 solid red
}

div.wrap-logos {
    position: absolute;
    width: 315px;
    height: 120px;
    top: 0;
    right: 0;
    margin-top: 0
}

img#gemeindeverband_logo {
    position: relative;
    display: block;
    width: 240px;
    height: 150px;
    margin: 0;
    padding: 0
}

img#svki_logo {
    position: relative;
    display: block;
    width: 315px;
    height: 120px;
    margin: 0;
    padding: 0
}

img#scroll_top {
    position: absolute;
    display: block;
    right: -5px;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 50px;
    height: 30px;
    cursor: pointer;
    cursor: hand
}

div.wrap-footer-newsletter {
    position: absolute;
    width: 100%;
    height: auto;
    margin-top: 272px;
    border: 0 solid green
}

div.wrap-newsletter-frm {
    position: relative;
    margin: 7px 0 0
}

#registerNewsletterSend {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 30px;
    margin: 0;
    padding: 0 20px;
    line-height: 30px;
    background-color: #36a9e0;
    color: #FFF;
    overflow: hidden;
    border: 1px solid #36a9e0;
    text-align: center;
    cursor: pointer;
    cursor: hand
}

div#wrap-addthis {
    position: absolute;
    height: 30px;
    bottom: 0;
    right: 65px
}

div.wrap-nav-bottom1 {
    position: relative;
    float: left;
    margin-top: 25px;
    border: 0 solid green
}

div.wrap-nav-bottom2 {
    position: relative;
    float: right;
    margin: 25px 0 15px;
    right: -30px;
    border: 0 solid green
}

#footer-sub-title-break {
    display: none
}

div.print {
    display: none
}

div.clear {
    clear: both
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0
}

.videoWrapper object,
.videoWrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

div.wrap-list {
    position: relative
}

div.wrap-sitemap {
    float: left;
    margin: 0;
    width: 33.3%
}

ul.sitemap {
    list-style-type: none;
    margin: 0;
    padding: 0
}

h2.title-sitemap {
    display: none
}

li.sitemap-menu-level1 {
    margin-top: 5px
}

li.sitemap-menu-level2 {
    background-image: url('/daten/elemente/strich.gif');
    background-position: 0 12px;
    background-repeat: no-repeat;
    padding-left: 10px
}

li.sitemap-menu-level3 {
    background-image: url('/daten/elemente/strich.gif');
    background-position: 10px 12px;
    background-repeat: no-repeat;
    padding-left: 20px
}

li.sitemap-menu-level4 {
    background-image: url('/daten/elemente/strich.gif');
    background-position: 20px 12px;
    background-repeat: no-repeat;
    padding-left: 30px
}

#mobile-indicator {
    display: none
}

.more-infos img {
    display: block;
    margin: 0 5px 0 0;
    padding: 0
}

.more-infos > * {
    text-transform: uppercase;
    text-decoration: none
}

.more-infos a {
    text-decoration: none
}

.more-infos span {
    display: inline-block;
    padding-left: 5px;
    padding-top: 1px
}

div.wrap-nav-img a {
    text-decoration: none;
    color: #36a9e0
}

div.wrap-nav-img {
    position: relative;
    width: 32.33%;
    height: auto;
    min-height: 1px;
    margin-bottom: 1.5%;
    float: left;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2)
}

div.img-col1-1 {
    margin-right: 1.5%
}

div.img-col1-2 {
    margin-right: 1.5%
}

div.img-col1-3 {
    margin-right: 0
}

div.img-col2-1 {
    margin-right: 0
}

div.img-col2-2 {
    margin-right: 0
}

div.wrap-nav-img img {
    display: block;
    padding: 0;
    padding: 0;
    width: 100%;
    height: auto
}

div.nav-img-title {
    position: absolute;
    height: 70px;
    padding: 0 20px;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: left;
    background-color: rgba(255, 255, 255, 0.9);
    font-size: 20px;
    font-weight: 400;
    line-height: 70px;
    color: #36a9e0
}

@media only screen and (max-width: 768px) {
    div.wrap-nav-img {
        width: 100%;
        float: none;
        margin-bottom: 20px
    }
    div.img-col1-1 {
        margin-right: 0
    }
    div.img-col1-2 {
        margin-right: 0
    }
    div.img-col1-3 {
        margin-right: 0
    }
    div.img-col2-1 {
        margin-right: 0
    }
    div.img-col2-2 {
        margin-right: 0
    }
}

@media only screen and (min-width: 768px),
only screen and (min-width: 764px) and (max-width: 1280px) and (orientation: portrait) {
    div.wrap-nav-img {
        width: 49%;
        float: left;
        margin-bottom: 2%
    }
    div.img-col1-1 {
        margin-right: 0
    }
    div.img-col1-2 {
        margin-right: 0
    }
    div.img-col1-3 {
        margin-right: 0
    }
    div.img-col2-1 {
        margin-right: 2%!important
    }
    div.img-col2-2 {
        margin-right: 0!important
    }
}

@media only screen and (min-width: 1024px),
only screen and (min-width: 1020px) and (max-width: 1280px) and (orientation: landscape) {
    div.wrap-nav-img {
        width: 32.33%;
        float: left;
        margin-bottom: 1.5%
    }
    div.img-col1-1 {
        margin-right: 1.5%!important
    }
    div.img-col1-2 {
        margin-right: 1.5%!important
    }
    div.img-col1-3 {
        margin-right: 0!important
    }
    div.img-col2-1 {
        margin-right: 0
    }
    div.img-col2-2 {
        margin-right: 0
    }
}

@media only screen and (min-width: 1240px) {
    div.wrap-nav-img {
        width: 32.33%;
        float: left;
        margin-bottom: 1.5%
    }
    div.img-col1-1 {
        margin-right: 1.5%!important
    }
    div.img-col1-2 {
        margin-right: 1.5%!important
    }
    div.img-col1-3 {
        margin-right: 0!important
    }
    div.img-col2-1 {
        margin-right: 0
    }
    div.img-col2-2 {
        margin-right: 0
    }
}

a.entry-detail-link {
    text-decoration: none;
    color: #000
}

div.wrap-entry-outer-box {
    position: relative;
    width: 100%;
    height: 516px;
    background-color: #ebeced;
    overflow: hidden;
    border: 0 solid red
}

div.box-shadow {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2)
}

div.entry-background,
div.entry-background-only {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: auto;
    left: 0;
    height: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

div.entry-background-only {
    height: 100%;
    background-color: #fff;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain
}

div.wrap-entry-title-outer {
    position: relative;
    width: 100%;
    height: 50%;
    border: 0 solid green
}

div.wrap-entry-title-inner {
    position: absolute;
    width: 100%;
    height: 86px;
    overflow: hidden;
    left: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.9)
}

div.wrap-entry-title {
    position: relative;
    max-height: 86px;
    padding: 5px 15px 0;
    overflow: hidden;
    color: #36a9e0;
    font-size: 20px;
    line-height: 24px;
    box-sizing: border-box
}

div.wrap-entry-title-only {
    position: relative;
    width: 100%;
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #36a9e0;
    font-size: 20px;
    line-height: 24px;
    box-sizing: border-box;
    padding: 10px 15px;
    background-color: rgba(255, 255, 255, 0.9)
}

div.wrap-entry-title-only-inner {
    position: relative;
    height: 86px;
    overflow: hidden
}

div.entry-title-only {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center
}

div.wrap-entry-lead {
    position: relative;
    width: 100%;
    height: 50%;
    overflow: hidden;
    border: 0 solid blue
}

div.wrap-entry-lead-text {
    max-height: 78px;
    overflow: hidden;
    padding: 10px 15px 80px
}

div.wrap-entry-detail-link-text {
    position: absolute;
    width: 100%;
    height: 70px;
    border: 0 solid #ff0;
    left: 0;
    right: auto;
    bottom: 0
}

div.entry-link {
    padding: 10px 15px
}

div.wrap-entry-focus-slider {
    display: block
}

div.wrap-entry-focus-list {
    display: none
}

div.entry-focus-background {
    position: absolute;
    width: 68.5%;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

div.wrap-entry-focus-title-outer {
    position: relative;
    width: 31.5%;
    height: 50%;
    border: 0 solid green;
    background-color: rgba(255, 255, 255, 0.9)
}

div.wrap-entry-focus-title-inner {
    position: absolute;
    width: 100%;
    height: 86px;
    overflow: hidden;
    left: 0;
    bottom: 0
}

div.wrap-entry-focus-lead {
    position: relative;
    width: 31.5%;
    height: 50%;
    overflow: hidden;
    float: left
}

div.wrap-entry-focus-detail-link-text {
    position: absolute;
    width: 31.5%;
    height: 70px;
    border: 0 solid #ff0;
    left: 0;
    right: auto;
    bottom: 0
}

span.entry-link-text {
    color: #36a9e0;
    text-decoration: underline
}

span.entry-typ-btn {
    position: absolute;
    display: inline-block;
    top: 0;
    right: 0;
    background-color: #36a9e0;
    padding: 10px;
    color: #fff
}

.ellipsis-lead {
    position: relative;
    height: 158px;
    max-height: 158px
}

.ellipsis-title {
    position: relative;
    height: 80px;
    max-height: 80px
}

.ellipsis-title-only {
    height: 258px
}

@media only screen and (max-width: 768px) {
    div.entry-focus-background {
        width: 100%;
        height: 50%;
        top: 0;
        bottom: auto
    }
    div.wrap-entry-focus-title-outer {
        width: 100%;
        background-color: transparent
    }
    div.wrap-entry-focus-title-inner {
        background-color: rgba(255, 255, 255, 0.9)
    }
    div.wrap-entry-focus-lead {
        width: 100%;
        float: none
    }
    div.wrap-entry-focus-detail-link-text {
        width: 100%;
        left: 0;
        right: auto
    }
    div.wrap-entry-focus-slider {
        display: none
    }
    div.wrap-entry-focus-list {
        display: block
    }
}

@media only screen and (min-width: 768px),
only screen and (min-width: 764px) and (max-width: 1280px) and (orientation: portrait) {
    div.wrap-entry-focus-slider {
        display: none
    }
    div.wrap-entry-focus-list {
        display: block
    }
}

@media only screen and (min-width: 1024px),
only screen and (min-width: 1020px) and (max-width: 1280px) and (orientation: landscape) {
    div.wrap-entry-focus-slider {
        display: block
    }
    div.wrap-entry-focus-list {
        display: none
    }
}

@media only screen and (min-width: 1240px) {
    div.wrap-entry-focus-slider {
        display: block
    }
    div.wrap-entry-focus-list {
        display: none
    }
}

div.wrap-team-outer-box {
    position: relative;
    margin: 10px;
    height: 516px;
    background-color: #fbfbfb;
    overflow: hidden;
    border: 0 solid red
}

div.team-background {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: auto;
    left: 0;
    height: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

div.wrap-team-title-outer {
    position: relative;
    width: 100%;
    height: 50%;
    border: 0 solid green
}

div.wrap-team-lead {
    position: relative;
    width: 100%;
    height: 50%;
    overflow: hidden;
    border: 0 solid blue
}

div.wrap-team-lead-text {
    overflow: hidden;
    padding: 10px 15px 80px
}

a.partner-outer-link {
    text-decoration: none;
    color: #000
}

div.wrap-partner-outer-box {
    position: relative;
    width: 100%;
    height: 516px;
    background-color: #ebeced;
    overflow: hidden
}

div.partner-background {
    position: relative;
    width: 100%;
    top: 0;
    bottom: auto;
    left: 0;
    height: 50%;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain
}

div.wrap-partner-lead {
    position: relative;
    width: 100%;
    height: 50%;
    overflow: hidden
}

div.wrap-partner-title {
    position: relative;
    max-height: 60px!important;
    height: 60px!important;
    padding: 10px 15px 0;
    overflow: hidden;
    color: #36a9e0;
    font-size: 20px;
    line-height: 24px;
    box-sizing: border-box
}

div.wrap-partner-lead-text {
    position: relative;
    max-height: 78px!important;
    overflow: hidden;
    padding: 10px 15px 0;
    box-sizing: border-box
}

div.wrap-partner-detail-link-text {
    position: absolute;
    width: 100%;
    height: 70px;
    left: 0;
    right: auto;
    bottom: 0
}

div.partner-link {
    padding: 10px 15px
}

@media only screen and (max-width: 768px) {
    div.wrap-main-nav-desktop {
        display: none
    }
    div.wrap-main-nav-mobile {
        display: block
    }
    div#navigation-top-gap {
        position: relative;
        display: block;
        height: 38px
    }
    .bar-header {
        height: 150px;
        border: 0 solid #ff0
    }
    div.wrap-header-nav {
        display: none
    }
    img.header-logo {
        display: none
    }
    img.header-logo-small {
        display: block;
        left: 10px
    }
    div.wrap-header-home {
        left: 10px
    }
    body.down .bar-header.animateIt div.wrap-header-home {
        left: 70px
    }
    div.wrap-header-icons {
        right: 10px
    }
    td.header-icon-title {
        display: none
    }
    div.wrap-mobile-nav-btn {
        bottom: 10px;
        right: 6px
    }
    div.wrap-banner {
        height: 270px
    }
    div.wrap-content-nav-desktop {
        display: none!important
    }
    div.wrap-content-nav-mobile {
        display: block!important
    }
    .bar-header.animateIt {
        top: -150px;
        height: 150px
    }
    body.down .bar-header.animateIt {
        top: -70px
    }
    body.down .bar-header.animateIt .wrap-mobile-nav-btn {
        bottom: 10px
    }
    div.bg-flow-top {
        height: 100px;
        background-image: url('/daten/background/verlauf_oben_mobile.png')
    }
    div.content-extra-margin {
        padding: 0
    }
    div.content-bottom-gap {
        position: relative;
        height: 840px;
        min-height: 840px
    }
    div.wrap-footer {
        margin-top: -790px;
        height: 790px;
        min-height: 790px
    }
    div.wrap-footer-infos {
        height: 695px
    }
    div.wrap-logos {
        position: relative;
        margin-top: 40px
    }
    div.wrap-footer-newsletter {
        margin-top: 472px
    }
    div.wrap-newsletter-frm {
        margin: 7px 0 40px
    }
    table#wrapAddthisRegFrm td {
        display: block
    }
    table#wrapNewsletterRegFrm td {
        display: block;
        padding-top: 5px
    }
    div#wrap-addthis {
        position: relative;
        bottom: auto;
        right: auto
    }
    div.wrap-nav-bottom1 {
        float: none
    }
    div.wrap-nav-bottom2 {
        float: none;
        right: auto;
        margin: 15px 0
    }
    img#xl-gallery-prev {
        left: 5px;
        right: auto;
        display: none;
        display: block
    }
    img#xl-gallery-next {
        left: auto;
        right: 5px;
        display: none;
        display: block
    }
    div.bg-flow-bottom {
        height: 100px;
        background-image: url('/daten/background/verlauf_unten_mobile.png')
    }
    #footer-sub-title-break {
        display: none
    }
    div.wrap-sitemap {
        width: 100%
    }
    #mobile-indicator {
        display: block
    }
}

@media only screen and (min-width: 768px),
only screen and (min-width: 764px) and (max-width: 1280px) and (orientation: portrait) {
    div.wrap-main-nav-desktop {
        display: block;
        padding: 74px 20px 0
    }
    div#navigation-top-gap {
        height: 170px
    }
    div.wrap-header-nav {
        display: none
    }
    td.header-icon-title {
        display: table-cell
    }
    div.wrap-mobile-nav-btn {
        right: 16px
    }
    div.content-bottom-gap {
        position: relative;
        height: 840px;
        min-height: 840px
    }
    div.wrap-footer {
        margin-top: -790px;
        height: 790px;
        min-height: 790px
    }
    div.wrap-footer-infos {
        height: 635px
    }
    div.wrap-logos {
        position: relative;
        margin-top: 40px
    }
    div.wrap-footer-newsletter {
        margin-top: 450px
    }
    div.wrap-newsletter-frm {
        margin: 7px 0 40px
    }
    table#wrapNewsletterRegFrm td {
        display: table-cell;
        padding-top: 0
    }
    div#wrap-addthis {
        position: relative;
        bottom: auto;
        right: auto
    }
    div.wrap-nav-bottom1 {
        float: none
    }
    div.wrap-nav-bottom2 {
        float: none;
        right: auto;
        margin: 15px 0
    }
    img#xl-gallery-prev {
        left: 5px;
        right: auto
    }
    img#xl-gallery-next {
        left: auto;
        right: 5px
    }
    #footer-sub-title-break {
        display: inline
    }
    div.wrap-sitemap {
        width: 50%
    }
}

@media only screen and (min-width: 1024px),
only screen and (min-width: 1020px) and (max-width: 1280px) and (orientation: landscape) {
    div.wrap-main-nav-desktop {
        display: block;
        padding: 74px 20px 0
    }
    div#navigation-top-gap {
        height: 38px
    }
    div.wrap-header-nav {
        display: none
    }
    div.content-bottom-gap {
        position: relative;
        height: 590px;
        min-height: 590px
    }
    div.wrap-footer {
        margin-top: -540px;
        height: 540px;
        min-height: 540px
    }
    div.wrap-footer-infos {
        height: 385px
    }
    div.wrap-logos {
        position: absolute;
        margin-top: 0
    }
    div.wrap-footer-newsletter {
        margin-top: 270px
    }
    div.wrap-newsletter-frm {
        position: relative;
        margin: 7px 0 0
    }
    div#wrap-addthis {
        position: absolute;
        bottom: 0;
        right: 65px
    }
    div.wrap-nav-bottom1 {
        float: none
    }
    div.wrap-nav-bottom2 {
        float: none;
        right: auto;
        margin: 15px 0
    }
    img#xl-gallery-prev {
        left: 5px;
        right: auto
    }
    img#xl-gallery-next {
        left: auto;
        right: 5px
    }
    #footer-sub-title-break {
        display: inline
    }
    div.wrap-sitemap {
        width: 50%
    }
}

@media only screen and (min-width: 1240px) {
    div.wrap-main-nav-desktop {
        display: block;
        padding: 74px 40px 0
    }
    div.wrap-header-nav {
        display: block;
        right: 72px
    }
    div.wrap-header-icons {
        left: auto;
        right: 20px
    }
    div.wrap-header-icons img {
        margin-right: 0
    }
    td.header-icon-title {
        display: table-cell
    }
    div.wrap-mobile-nav-btn {
        right: 16px
    }
    div.content-bottom-gap {
        position: relative;
        height: 550px;
        min-height: 550px
    }
    div.wrap-footer {
        margin-top: -500px;
        height: 500px;
        min-height: 500px
    }
    div.wrap-footer-infos {
        height: 385px
    }
    div.wrap-logos {
        position: absolute;
        margin-top: 0
    }
    div.wrap-footer-newsletter {
        margin-top: 270px
    }
    div.wrap-newsletter-frm {
        position: relative;
        margin: 7px 0 0
    }
    div#wrap-addthis {
        position: absolute;
        bottom: 0;
        right: 65px
    }
    div.wrap-nav-bottom1 {
        float: left
    }
    div.wrap-nav-bottom2 {
        float: right;
        right: -30px;
        margin: 25px 0 15px
    }
    img#xl-gallery-prev {
        left: 25px;
        right: auto
    }
    img#xl-gallery-next {
        left: auto;
        right: 25px
    }
    #footer-sub-title-break {
        display: none
    }
    div.wrap-sitemap {
        width: 33.3%
    }
}

div.wrap-left-nav-level1,
div.wrap-left-nav-level2,
div.wrap-left-nav-level3,
div.wrap-left-nav-level4,
div.wrap-left-nav-level1-margin,
div.wrap-left-nav-level2-margin,
div.wrap-left-nav-level3-margin,
div.wrap-left-nav-level4-margin {
    position: relative
}

div.wrap-left-nav-level1-margin {
    margin-right: 60px
}

div.wrap-left-nav-level2-margin,
div.wrap-left-nav-level3-margin,
div.wrap-left-nav-level4-margin {
    margin-right: 45px
}

div.left-nav-level1-bg {
    background-color: transparent
}

div.left-nav-level2-bg {
    background-color: transparent
}

div.left-nav-level3-bg {
    background-color: transparent
}

div.left-nav-level4-bg {
    background-color: transparent
}

div.left-nav-level1 {
    position: relative;
    padding: 14px 10px 13px 70px;
    border-top: 0 solid #000;
    margin-top: 0;
    white-space: nowrap;
    overflow: hidden
}

div.left-nav-level1-first {
    position: relative;
    padding: 14px 10px 13px 70px;
    border-top: 0 solid #000;
    white-space: nowrap;
    overflow: hidden
}

div.left-nav-level1-bgcolor {
    position: relative;
    padding: 0 0 0 70px;
    border-top: 0 solid #000;
    white-space: nowrap;
    overflow: hidden
}

div.wrap-left-nav-level2,
div.wrap-left-nav-level2-margin {
    display: none
}

div.left-nav-level2-bgcolor {
    position: relative;
    margin-top: 0;
    padding: 11px 10px 10px 80px;
    background-color: transparent
}

div.wrap-left-nav-level3,
div.wrap-left-nav-level3-margin {
    display: none
}

div.left-nav-level3-bgcolor {
    position: relative;
    padding: 11px 10px 10px 90px;
    background-color: transparent;
    display: block
}

div.wrap-left-nav-level4,
div.wrap-left-nav-level4-margin {
    display: none
}

div.left-nav-level4-bgcolor {
    position: relative;
    padding: 5px 40px 5px 30px;
    background-color: transparent;
    display: block
}

.nav-left-sublevel,
.nav-left-sublevel-selected {
    background-color: #000
}

div.left-nav-level1 img,
div.left-nav-level1-first img {
    position: absolute;
    top: 15px;
    right: 20px
}

div.bgcolor {
    display: block;
    background-color: transparent
}

hr.upper-line-menu-level-1 {
    display: none;
    height: 1px;
    border: none;
    margin: -1px 0 0 20px;
    padding: 0;
    color: #fff;
    background-color: #fff
}

hr.upper-line-menu-level-2 {
    display: none;
    height: 1px;
    border: none;
    margin: 0 0 0 30px;
    padding: 0;
    color: #000;
    background-color: #000
}

hr.upper-line-menu-level-3 {
    display: none;
    height: 1px;
    border: none;
    margin: 0 0 0 40px;
    padding: 0;
    color: #000;
    background-color: #000
}

@media only screen and (max-width: 768px) {
    div.left-nav-level1 {
        padding: 9px 10px;
        margin-top: 30px;
        text-align: left
    }
    div.left-nav-level1-first {
        padding: 9px 10px;
        margin-top: 30px;
        text-align: left
    }
    div.left-nav-level2-bgcolor {
        padding: 5px 40px 5px 10px
    }
    div.left-nav-level3-bgcolor {
        padding: 5px 40px 5px 20px
    }
}

@media only screen and (min-width: 768px),
only screen and (min-width: 764px) and (max-width: 1280px) and (orientation: portrait) {
    div.left-nav-level1 {
        padding: 9px 10px;
        margin-top: 30px;
        text-align: left
    }
    div.left-nav-level1-first {
        padding: 9px 10px;
        margin-top: 30px;
        text-align: left
    }
    div.left-nav-level2-bgcolor {
        padding: 5px 40px 15px 30px
    }
    div.left-nav-level3-bgcolor {
        padding: 5px 40px
    }
}

@media only screen and (min-width: 1024px),
only screen and (min-width: 1020px) and (max-width: 1280px) and (orientation: landscape) {
    div.left-nav-level1 {
        padding: 9px 10px;
        margin-top: 30px;
        text-align: left
    }
    div.left-nav-level1-first {
        padding: 9px 10px;
        margin-top: 30px;
        text-align: left
    }
    div.left-nav-level2-bgcolor {
        padding: 5px 40px 15px 30px
    }
    div.left-nav-level3-bgcolor {
        padding: 5px 40px
    }
}

@media only screen and (min-width: 1240px) {
    div.left-nav-level1 {
        padding: 9px 10px;
        margin-top: 30px;
        text-align: left
    }
    div.left-nav-level1-first {
        padding: 9px 10px;
        margin-top: 30px;
        text-align: left
    }
    div.left-nav-level2-bgcolor {
        padding: 5px 40px 15px 50px
    }
    div.left-nav-level3-bgcolor {
        padding: 5px 40px 5px 60px
    }
}

.plus {
    cursor: url('/daten/elemente/lupe_plus.cur'), auto;
    cursor: url('/daten/elemente/lupe_plus.png') 50 50, auto
}

.issuuembed.issuu-isrendered {
    width: 100%!important
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em
}

.loader {
    margin: 200px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(100, 100, 100, 0.2);
    border-right: 1.1em solid rgba(100, 100, 100, 0.2);
    border-bottom: 1.1em solid rgba(100, 100, 100, 0.2);
    border-left: 1.1em solid #787878;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}