.desktop-only {
    display: none;
}
#header {
    position: relative;
}
#logo img {
    max-width: 75%;
}

.js #header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    margin-top: 0;
    transition: 0.6s;
}
.fixed #header {
    /*position: sticky;*/
}
.scrolled #header {
    
}
.static #header {
    /*transform: translateY(0) !important;*/
}
.scrolldir-down.scrolled #header {
}
.bikemenu-active #header {
    transform: translateY(0) !important;    
}
.fixed.scrolldir-up #header {
    /*transition: 0.6s;*/
}

.scrolldir-up #nav-fixed {
    /*position: static;*/
}

#header-meta {
    position: relative;
    background-color: #000;
    color: #ccc;
}
#header-meta > .wrapper {
    padding-top: 26px;
    padding-bottom: 23px;
    transition: 0.6s;
}
.scrolled #header-meta > .wrapper {
    padding-top: 14px;
    padding-bottom: 12px;
}
.scrolled #nav-main .level_1 > li > a, 
.scrolled #nav-main .level_1 > li > span {
    padding-top: 10px;
}
.scrolled nav#nav-main {
    padding-bottom: 0;
}
.headersection {
    background-color: #f5f5f5;
}
.headersection > * {
    margin: 0 auto;
    transition: 0.4s;
}

@media (min-width: 740px) {
    #header-meta .wrapper {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    #logo {
        flex: 0 1 308px;
    }
    #logo img {
        max-width: 100%;
        padding-top: 4px;
    }
}
@media (min-width: 800px) {
    #header .wrapper, #nav-main .wrapper, #footer .level_1, .legal-inner, .section > div {
        padding-left: 40px;
        padding-right: 40px;
    }
}
@media (min-width: 1560px) {
    #header-meta .wrapper {
        padding-left: 0;
        padding-right: 0;
    }
    .headersection-inner {
        width: 1400px;
    }
}

#headercontrols > ul {
    padding: 0 6px;
    border-left: 1px solid #666;
}
#headercontrols > ul:first-child {
    border: 0;
}
#headercontrols > ul:last-child {
    padding-right: 0;
}
#headercontrols li {
    margin: 0 2px;
}
#headercontrols i {
    /*color: #fff;*/
    font-size: 22px;
    /*-webkit-font-smoothing: subpixel-antialiased;*/
    vertical-align: middle;
    display: inline-block;
}
#headercontrols i.ti-exchange-vertical {
    transform: rotate(-90deg);
}
#headercontrols i.ti-flag-alt {
    transform: scaleX(-100%);
}

@media (max-width: 1360px) {
    #select_cou_lang i,
    #menu-kontakt i {
        display: none;
    }
}
@media (max-width: 1250px) {
    #headercontrols {
        max-width: 470px;
        margin-top: -8px;
        margin-left: 20px;
        flex-shrink: 0;
    }
    ul#menu-tasks {
        margin-bottom: 10px;
        padding-right: 0;
    }
    ul#select_cou_lang {
        border: 0;
    }
    #header-meta .wrapper {
        /*padding-bottom: 10px;*/
    }
}
@media (max-width: 820px) {
    #headercontrols {
        max-width: 400px;
    }
    #headercontrols i {
        display: none;
    }
}

#footer {
    background-color: #000;
    /*background: #000 url(../../img/design/bg_mood.jpg) no-repeat bottom / cover;*/
    color: #eee;
}
.claim {
    margin-top: 0.5em;
    margin-bottom: 0;
    width: 100%;
}
.claim a {
    position: relative;
    line-height: 0;
    width: fit-content;
    padding: 0 !important;
}
.claim a::before,
.claim a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../img/design/never-stop-wht.svg) no-repeat right / 100%;
    opacity: 0;
    transition: 0.3s;
}
.claim a::after {
    /*right: 0;
    width: 34%;*/
    clip-path: inset(0 0 0 67%);
}
.claim a::before {
    clip-path: inset(0 94% 0 0);
    clip-path: inset(0 68% 0 20%);
    /*transform-origin: 0 30%;*/
}
.claim img {
    clip-path: inset(0);
    opacity: 0.86;
    transition: 0.3s;
}
.claim a:hover img {
    opacity: 0.12;
}
.claim a:hover::before,
.claim a:hover::after {
    opacity: 0.9;
}
.claim a:hover::before {
    transform: rotate(19deg);
    transform: scaleY(-100%);
}

.wrapper,
#nav-main,
.legal-inner {
    margin: 0 auto;
    width: 100%;
    -webkit-transition: width 0.4s;
            transition: width 0.4s;
}
#header .wrapper,
#nav-main .wrapper,
.legal-inner {
    max-width: 1400px;
    padding-left: 5%;
    padding-right: 5%;
    -webkit-transition: padding 0.4s;
            transition: padding 0.4s;
}

#container .wrapper,
#container2 .wrapper {
    background-color: #fff;
}
.section {
    overflow: auto;
}
.section > div,
#nav-footer .level_1 {
    padding: 20px 5%;
    margin-left: auto;
    margin-right: auto;
}
.section.gray {
    background-color: #f0f0f0;
    border-top: 4px solid #fff;
}
.section.dark {
    background-color: #4b4b4b;
    color: #fff;
    border-top: 4px solid #fff;
}
.section > .pb0 {
    padding-bottom: 0;
}    

.wide-image {}
.wide-image img {
    width: 100%;
}

p#claim-bottom {
    margin-bottom: 0;
    text-align: right;
}
