@media (min-width: 960px) {

    div.cart-box {
        display: block;
        position: fixed;
        top: 150px;
        right: calc((100vw - 1024px) / 2);
        background-color: var(--global-color-red);
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 50px;
        padding-top: 45px;
        font-size: 16px;
        z-index: 980;
        width: 218px;
        color: #ffffff;
        text-align: center;
        animation-direction: alternate;
        animation-iteration-count: 1;
        animation-duration: 1s;
        animation-timing-function: ease-in-out;
    }

    div.cart-box a.checkout {
        display: block;
        color: #ffffff;
        margin-bottom: 10px;
    }

    div.cart-box.hidden {
        display: none;
    }
    .grid.cart .item .image {
        display: block;
    }
    .grid.cart .item .mobile-price {
        display: none;
    }
    .grid.cart .item .title {
        width: calc(100% - 195px);
        margin-right: 10px;
    }

    @keyframes flash {
        0% {
            background-color: var(--global-color-red);
            padding-top: 45px;
        }
        50% {
            background-color: rgba(244,149,41,1);
            padding-top: 70px;
        }
        100% {
            background-color: var(--global-color-red);
            padding-top: 45px;
        }
    }

    div#cart-box-wrapper.flash div.cart-box {
        animation-name: flash;
    }

    .grid.tip h2 {
        margin-top: 0;
    }

    div.cart-box p {
        margin-bottom: 0px;
    }

    a#offcanvas-menu {
        display: none;
    }

    header img {
        margin: -55px 0 15px 0;
        position: relative;
    }

    div.buy {
        margin-right: 50px;
    }

    figure#logo {
        height: 205px;
        margin-top: -35px;
    }

    header nav.top-menu {
        width: 100%;
        height: 25px;
        background-color: var(--global-color-red);
        z-index: 99;
        display: block;
    }
    span.sidr-title {
        display: none;
    }
    .divider {
        background-size: contain;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    main {
        margin-top: 240px;
    }
    .square span {
        display: block;
    }

    .grid.two .item {
        width: calc((100% / 2) - 20px);
        margin-left: 20px;
    }

    .grid.three .item {
        width: calc((100% / 3) - 20px);
        margin-left: 20px;
    }

    .grid.four .item {
        width: calc((100% / 4) - 20px);
        margin-left: 20px;
    }

    .grid.five .item {
        width: calc((100% / 5) - 20px);
        margin-left: 20px;
    }

    .grid.six .item {
        width: calc((100% / 6) - 20px);
        margin-left: 20px;
    }

    .grid.tip .item {
        align-items: flex-start;
        text-align: left;
    }

    header nav ul {
        display: block;
    }

    header nav.top-menu {
        padding: 3px 0;
        height: auto;
    }

    header nav.top-menu ul {
        height: auto;
    }

    header nav.main-menu ul {
        height: 50px;
    }

    header nav.top-menu ul li a{
        color: var(--global-color-light);
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 16px;
    }

    header nav.main-menu ul li a{
        color: var(--global-color-dark);
        position: relative;
        margin-left: 5px;
    }

    header nav.main-menu ul li.active a,
    header nav.main-menu ul li:hover a{
        color: var(--global-color-red);
    }

    header nav.main-menu ul li.active a:before,
    header nav.main-menu ul li:hover a:before{
        content: " ";
        background: url("/styles/images/aquarell.png") no-repeat 100% / contain;
        opacity: 0.7;
        position: absolute;
        top: 0;
        left: -5px;
        width: 20px;
        height: 20px;
        z-index: -1;
    }

    header nav ul li {
        display: inline-block;
    }

    header nav ul.left li {
        margin: 0 10px 0 0;
    }

    header nav ul.right li {
        margin: 0 0 0 8px;
    }

    header nav ul.right li.space_left {
        margin: 0 0 0 20px;
    }

    nav.mobile-menu {
        display: none;
        height: 0;
    }

    header nav.top-menu i {
        display: none;
    }

    .artist .grid.bio {
        flex-direction: row;
    }

    .artist .grid.bio figure {
        width: 350px;
    }

    .artist .grid.bio .text {
        width: calc(100% - 390px);
    }

    form.searchform div.input {
        width: 50%;
    }

    .grid.search-result .item.filter {
        width: calc(21% - 20px);
    }
    .grid.search-result .item.result {
        width: calc(79% - 20px);
    }

    .grid.mediathek {
        flex-direction: row;
    }

    .grid.mediathek .mediathek-products{
        width: 100%;
        margin-left: 0;
    }

    .grid.mediathek-products .item {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        flex-basis: auto;
        justify-content: space-between;
    }

    .grid.mediathek-products .item .product {
        width: 35%;
        margin-right: 20px;
        flex-direction: column;
        flex-basis: auto;
        flex-wrap: nowrap;
    }

    .grid.mediathek-products .item .product figure {
        margin-bottom: 10px;
        width: 100%;
        margin-right: 0;
    }

  /*  .grid.tracks a.cover.playable figure:before {
        z-index: 50;
    }

    .grid.tracks .item a.cover.playable figure:before {
        opacity: 0;
        font-size: 35px;
        width: 80px;
        height: 80px;
        top: 0;
        left: 0;
        line-height: 80px;
    }
    .grid.tracks .item:hover a.cover.playable figure:before {
        content: "\f04b";
        font-family: "Font Awesome 5 Pro";
        color: var(--global-color-light);
        opacity: 0.9;
        position: absolute;
        font-size: 35px;
        width: 80px;
        height: 80px;
        top: 0;
        left: 0;
        text-align: center;
        line-height: 80px;
        font-weight: bold;
        text-shadow: 0px 0px 3px rgba(0,0,0,0.6);
    }

    .grid.tracks .item:hover a.cover.playable.playing figure:before {
        content: "\f04c";
        opacity: 0.9;
    }

    .grid.tracks a.cover.playing figure:before {
        content: "\f04c";
        font-family: "Font Awesome 5 Pro";
        color: var(--global-color-light);
        opacity: 0.9;
        position: absolute;
        font-size: 35px;
        width: 80px;
        height: 80px;
        top: 0;
        left: 0;
        text-align: center;
        line-height: 80px;
        font-weight: bold;
        text-shadow: 0px 0px 3px rgba(0,0,0,0.6);
    }
*/
    footer .footer.logo {
        width: 400px;
    }

    .footer_nav {
        margin-bottom: 0;
    }

    .app_popup {
        width: 450px;
        left: calc((100% - 450px) / 2);
    }

}