@media (min-width: 1023px) {

    a.logo {
        width: 220px;
        margin-left: 0;
    }

    div.content {
        max-width: 940px;
        padding: 0;
    }

    main {
        min-height: 650px;
    }

    header .content .searchform {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        margin: 1em 0 1em auto;
        height: 32px    ;
    }

    header .content .searchform form {
        display: block;
        margin-left: auto;
        margin-right: 10px;
    }

    header .content .searchform form input{
        margin-bottom: 0;
        float: left;
        width: 270px;
        border: 2px solid var(--global-color-main);
    }

    header .content .searchform form span.icon {
        display: inline-block;
        margin: 4px 0 0 10px;
        float: left;
        width: 26px;
        line-height: 26px;
    }

    nav.nav-top {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        position: relative;
        width: 100%;
        height: auto;
        margin-top: .5em;
        font-family: var(--font-secondary);
        letter-spacing: .1em;
        font-size: 14px;
        text-transform: uppercase;
    }

    nav.nav-top ul {
        display: flex;
        justify-content: flex-end;
        text-align: right;
    }

    nav.nav-top ul li {

    }

    nav.nav-top ul li a {
        padding: 3px 0 3px 16px;
        display: inline-block;
        color: rgb(180, 180, 180);
    }

    nav.nav-top ul.language-switch {
        padding-left: 30px;
    }

    nav.nav-top ul.language-switch:empty {
        display: none;
    }

    nav.nav-top ul.language-switch li a {
        font-weight: bold;
        padding-left: 10px;
    }

    nav.nav-top ul.language-switch li.selected a {
        color: white;
    }

    nav.nav-main {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        /*
        background-color: #004071;
        background-color: #c86e22;
        background-color: #9fd2cc;
        */
        background-color: transparent;
        position: relative;
        width: 100%;
        height: auto;
        top: unset;
        right: unset;
        margin-bottom: 10px;
    }

    nav.nav-main ul {
        display: block;
        width: 100%;
        text-align: right;
    }

    nav.nav-main ul li {
        display: inline-block;
    }

    nav.nav-main ul li a {
        color: rgb(255, 255, 255);
        font-weight: 400;
        font-family: var(--font-secondary);
        letter-spacing: .1em;
        display: inline-block;
        line-height: 1;
        font-size: 17px;
        text-transform: uppercase;
        padding: 10px 0 8px 16px;
    }

    nav.nav-main ul li.selected a {
        color: var(--global-color-accent);
    }

    header {
        position: relative;
        border-bottom: none;
    }


    div#logo {
        margin-top: 25px;
        display: flex;
        flex-direction: row;
    }

    div#logo a.signet {
        display: block;
        width: 120px;
    }

    div#logo a.signet img {
        width: 300px;
    }

    div#logo div.text {
        display: flex;
        flex-direction: column;
        margin-top: 15px;
    }

    div#logo div.text div.title {
        font-weight: 900;
        font-size: 32px;
        color: black;
    }

    div#logo div.text div.claim {
        font-weight: 300;
        font-size: 18px;
        color: #808080;
        margin-top: 10px;
    }

    div.feature-grid {
        display: flex;
        flex-direction: row;
        flex-basis: auto;
        margin-bottom: 30px;
    }

    div.feature-grid-wrap {
        margin-left: 20px;
    }

    div.feature-grid .feature-grid-item {
        margin-bottom: 3px;
    }

    div.feature-grid div.half,
    div.feature-grid div.quarter,
    div.feature-grid div.one-third,
    div.feature-grid div.two-third {
        display: flex;
        flex-direction: column;
        flex-basis: auto;
    }

    div.feature-grid div.half {
        width: 50%;
    }
    div.feature-grid div.quarter {
        width: 25%;
    }
     div.feature-grid div.quarter .feature-grid-item{
        min-height: calc(50% - 3px);
    }

    div.feature-grid div.one-third {
        width: 33.33%;
    }

   /* div.feature-grid div.one-third .startpagebox-item.gridrect{
        min-height: calc(50% - 5px);
    }*/

    div.feature-grid div.two-third {
        width: 66.66%;
    }

    div.feature-grid p {
        font-size: inherit;
    }

    div.feature-grid .one-third p {
        display: none;
    }

    div.feature-grid .feature-grid-item.gridhigh a img {
        object-fit: cover;
        height: 420px;
    }

    div.feature-grid .quarter .feature-grid-item .feature-grid-item-text .prehead {
        display: none;
    }

    div.feature-grid .quarter .feature-grid-item .feature-grid-item-text p {
        display: none;
    }

    div.feature-grid .quarter .feature-grid-item .feature-grid-item-text h3 {
        margin-bottom: 0;
    }

    div.feature-grid .one-third .feature-grid-item .feature-grid-item-text h3 {
        margin-bottom: 0;
    }

    section.page {
        margin-top: 20px;
    }
    section.feature {
        height: 450px;
    }

    section.feature div.overlay {
        padding: 0;
    }

    section.feature div.overlay div.prehead {
    }

    section.feature div.overlay h1,
    section.feature div.overlay h3 {
        font-size: 40px;
        margin-top: 10px;
        margin-bottom: 15px;
    }

    section.feature div.overlay p {
        margin-bottom: 10px;
    }

    div.divider-wrap {
        margin-left: 20px;
    }
    .teaser .issues a {
        width: 40%;
    }

    div.teasers {
        display: flex;
        flex-direction: row;
       /* justify-content: space-between;*/
        flex-wrap: wrap;
        width: calc(100% + 20px);
        margin-left: -20px;
    }

    div.teasers .teaser-sm-slider-wrapper {
        width: calc(100% - 20px);
    }

    div.teasers div.feature-grid-wrap {
        width: calc(100% - 20px);
    }

    .teaser-sm-slider {
        margin-left: 15px;
    }

    div.teasers a.teaser,
    div.teasers div.teaser {
        margin-left: 20px;
    }

    div.teasers .leaderboard-banner {
        margin-left: 20px;
    }

    div.teaser-text {
        padding: 0;
    }

    div.video {
        margin-left: 20px;
    }

    div.video .half{
        width: calc(50% - 10px);
    }

    form.member-register .item.half,
    form.orderform .item.half{
        width: calc(50% - 20px);
    }

    form#award-vote div.grid .half,
    form#register-company .half{
        width: calc(50% - 20px);
    }

    .award-vote-item {
        width:calc((100% - 50px) / 5);
    }

    div.video .half:nth-of-type(even){
        margin-left: auto;
    }
    div.video .half:nth-of-type(odd){
       margin-right: auto;
    }

    div.video .half:first-of-type{
        padding: 0;
    }

    div.mini-list {
        width: 630px;
    }
    .home-topnews .swiper-container:after {
        content: "";
        display: none;
    }

    div.rectangle,
    div.teasers a.teaser,
    div.teasers div.teaser {
        width: calc((100% - 60px) / 3);
    }
    div.teasers div.teaser.event-list-box {
        width: calc((100% - 60px) / 3  * 2 + 20px);
    }
    div.teasers div.teaser.book,
    div.teasers div.teaser.teaser-fifth {
        width: calc((100% - 100px) / 5);
    }

    div.teasers div.teaser.teaser-half {
        width: calc((100% - 30px) / 2);
    }

    div.teasers div.teaser.teaser-double {
        width: calc((100% - 30px) / 3 * 2);
    }

    div.teasers div.teaser.teaser-full {
        width: calc(100% - 30px);
    }

    div.story_body {
        width: 100%;
        font-size: 16px;
        padding: 0;
    }

    div.story_intro {
        width: 100%;
        font-size: 18px;
        line-height: 135%;
        padding: 0;
    }

    div.story_body figure.left {
        width: 480px;
        float: left;
        margin: 5px 20px 20px 0px;
        text-align: left;
    }
    div.story_body figure.right {
        width: 480px;
        float: right;
        margin: 5px -180px 16px 30px;
        text-align: right;
    }

    div.story_body figure.left.small,
    div.story_body figure.right.small {
        width: 280px;
    }

    div.column_wrapper {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: calc(100% + 20px);
        margin-left: -20px;
    }

    div.column_main {
        width: calc((100% - 60px) / 3  * 2 + 20px);
        margin-left: 20px;
    }

    div.column_context {
        width: calc((100% - 60px) / 3);
        margin-left: 20px;
    }

    div.column_context .teaser {
        width: 100% !important;
        margin-left: 0 !important;
    }

    .partner-list .item {
        width: calc(25% - 20px);
        margin-bottom: 30px;
    }
    .publication-list .list .item {
        width: calc(20% - 20px);
        margin-left: 20px;
        margin-bottom: 30px;
    }

    .issue-list .item {
        width: calc(16.66% - 20px);
        margin-left: 20px;
        margin-bottom: 30px;
    }

    .partner-list .item .image img{
        width: 90%;
        height: 150px;
        object-fit: contain;
        margin-bottom: 10px;
    }

    div.content_image_small {
        width: 400px;
        float: right;
        margin: 0px -200px 20px 0;
    }

    div.content_image_small img{
        border-left: 1em solid #ffffff;
    }

    div.story_gallery {
        display: flex;
        flex-direction: row;
        margin-top: 20px;
        margin-bottom: 20px;
        width: 100%;
    }

    div.story_gallery figure.main-gallery-image {
        width: 760px;
    }

    div.story_gallery figure.main-gallery-image div.caption,
    div.story_gallery figure.main-gallery-image div.source {
        margin-top: 5px;
    }

    div.story_gallery div.gallery-thumbnails {
        width: 140px;
        padding-left: 20px;
        flex-direction: column;
    }

    div.story_gallery div.gallery-thumbnails div.caption,
    div.story_gallery div.gallery-thumbnails div.source {
        display: none;
    }

    div.story_gallery div.gallery-thumbnails figure {
        margin-bottom: 20px;
        cursor: pointer;
        position: relative;
        width: 100%;
    }

    div.story_gallery div.gallery-thumbnails figure.selected img {
        border: 3px solid var(--global-text-color);
        border-radius: 7px;
    }

    div.story_gallery div.gallery-thumbnails figure.selected:before {
        position: absolute;
        content: "";
        top: calc(50% - 15px);
        left: -30px;
        bottom: auto;
        width: 0;
        height: 0;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-right: 15px solid var(--global-text-color);
    }

    div.story_gallery div.gallery-thumbnails figure img {
        object-fit: cover;
        width: 160px;
        height: 100px;
    }

    .banner.banner-wide {
        display: block;
    }

    .banner.banner-mobile {
        display: none;
    }

    .banner.banner-tablet {
        display: none;
    }
    .team-list .item {
        width: calc( 50% - 20px );
        margin-left: 20px;
    }
    .team-list .team-image figure {
        width: 140px;
    }

    .team-list .team-image .body {
        width: calc( 100% - 160px);
    }

    .manufacturer-list .item {
        width: calc(33.33% - 20px);
    }
    .manufacturer .item {
        width: calc(33.33% - 30px);
    }

    .category_intro_img {
        display: block;
    }

    div.content_image_small.left {
        float: left;
        margin-left: -200px;
        margin-right: 30px;
        margin-bottom: 30px;
    }

    div.content_image_small.right {
        float: right;
        margin-right: -340px;
        margin-left: 30px;
        margin-bottom: 30px;
    }

    ul.tags {
        padding: 0;
    }
    form.request {
        padding: 0;
        float: left;
        margin-right: 2em;
    }

    .article.contact .content {
        max-width: 760px;
    }

    .leaderboard_banner {
        margin-left: 20px;
    }

    .banner h5 {
        position: absolute;
        top: -20px;
        right: 0;
    }
    form#request .grid .half {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        flex-basis: auto;
        width: calc(50% - 20px);
        margin-left: 20px;
    }

    footer .grid .item {
        width: calc(33.33% - 20px);
        margin-left: 20px;
        text-align: center;
    }
    footer .grid .item.category,
    footer .grid .item.category h2 {
        text-align: left;
    }
    footer .grid .item.newsletter,
    footer .grid .item.newsletter h2 {
        text-align: center;
    }
    footer .grid .item.more, footer .grid .item.more h2 {
        text-align: right;
    }
    footer .grid .item.social,
    footer .grid .item.social h2 {
        text-align: center;
    }

    .footer-logo {
        display: inline-block;
        padding: 20px 0 10px 0;
        float: right;
    }
    
    section.not-found h1 {
        margin-top: 70px;
    }

    .review.slider div.divider-wrap {
        width: calc(100% - 20px);
    }

    #reviewslider {
        width: calc(100% - 20px);
        margin-left: 20px;
    }

    .event-box,
    .news-box {
        /*width: calc((100% - 60px) / 3  * 2 + 20px);*/
        margin-left: 20px;
        width: calc(100% - 20px);
    }
    .news-box .news-box-item > a {
        width: 180px;
    }

    .news-box .news-box-item figure {
        width: 180px;
        position: relative;
    }

    .news-box .news-box-item {
        display: flex;
        flex-direction: row;
        flex-basis: auto;
        flex-wrap: nowrap;
        width: 100%;
        margin-bottom: 20px;
    }

    .news-box .news-box-item .text {
        width: calc(100% - 200px);
        margin-left: auto;
        padding: 0;
    }
    .link-box {
        margin: 0 0 30px 20px;
    }
    .link-box-item {
        display: flex;
        flex-direction: column;
        flex-basis: auto;
        flex-wrap: nowrap;
        width: calc((100% / 5) - 20px);
    }

    div.related-article-list.float-right {
        float: right;
        background-color: var(--global-color-lightgray);
        padding: 15px 25px 25px 25px;
        margin: 10px -100px 30px 30px;
        width: 50%;
        border-top: 3px solid var(--global-color-main);
    }

    .search-filter .search-filter-title {
        width: 5em;
        font-size: inherit;
        margin-right: 10px;
    }

    .search-filter .button {
        font-size: inherit;
        padding: 6px 15px;
    }

    .event-list h2.month {
        margin-left: -10px;
    }

    .event-list h2.month {
        margin-top: 2em;
    }

    .home-topnews .teaser {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0;
    }

    .home-topnews .teaser:before {
        width: 1px;
        content: "";
        background-color: transparent;
        height: 100%;
        position: absolute;
        left: -10px;
        border-left: 1px dotted var(--global-color-darkgray);
        overflow: visible;
    }

    .mediadata-list-item {
        display: flex;
        flex-direction: row;
    }
    .mediadata-list-item figure {
        width: 300px;
        margin-right: 35px;
    }
    .mediadata-list-item div.text {
        width: calc(100% - 335px);
    }
}