/* Open Sans Regular */
@font-face {
    font-family: "Open Sans";
    src: url("./../Fonts/OpenSans-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Open Sans Bold */
@font-face {
    font-family: "Open-Sans Bold";
    src: url("./../Fonts/OpenSans-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Open Sans SemiBold */
@font-face {
    font-family: "Open-Sans Semi";
    src: url("./../Fonts/OpenSans-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

.module_nedownloads .downloads_filter {
    padding: 45px 0 45px 0;
}

.module_nedownloads .downloads_filter form .filetypes {
    max-width: 90%;
    width: 100%;
    margin: 0 auto;
}

.module_nedownloads .downloads_filter form .sorting {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 20px 0;
    text-transform: uppercase;
    padding: 0 0 0 20px;
}

.module_nedownloads .downloads_filter form {
    display: block;
}

.module_nedownloads .downloads_filter form .filetypes .filter_field {
    height: 55px;
    width: 100%;
    background-color: transparent;
    border: 2px solid #5f5653;
    color:#5f5653;
    padding: 0 10px;
}

.module_nedownloads .downloads_filter form .sorting {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 20px 0;
}

.module_nedownloads .downloads_filter form .sorting .asc::after {
    content: '';
    display: block;
    background-image: url("./../Images/arrow_up.png");
    width: 15px;
    height: 18px;
    transform: rotate(0deg);
    background-repeat: no-repeat;
}

.module_nedownloads .downloads_filter form .sorting .desc::after {
    content: '';
    display: block;
    background-image: url("./../Images/arrow_up.png");
    width: 15px;
    height: 18px;
    background-repeat: no-repeat;
    transform: rotate(-180deg);
}

.module_nedownloads .downloads_filter form .sorting input[type="radio" i] {
    appearance: none;
}

.module_nedownloads .downloads_list {
    background: #b3b3b3;
    padding: 15px;
}

.module_nedownloads .downloads_list  .slide {
    margin-bottom: 40px;
}

.module_nedownloads .downloads_listitem {
    border: 7px solid #fff;
    padding: 30px 25px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    word-break: auto-phrase;
    hyphens: auto;
    position: relative;
    min-height: 400px;
}

.module_nedownloads .downloads_listitem .image {
    display: none;
}

.module_nedownloads .downloads_listitem:hover {
    background: #fff !important;
}

.module_nedownloads .downloads_listitem:hover .overlay {
    background: transparent !important;
}

.module_nedownloads .downloads_listitem:hover .category  {
    color: #5f5653;
}

.module_nedownloads .downloads_listitem:hover .headline {
    color: #ff7529;
}

.module_nedownloads .read_more_link {
    text-decoration: none;
}

.module_nedownloads .downloads_listitem:hover .read_more button {
    background-color: #ff7529;
    border: 1px solid #ff7529;
}


.module_nedownloads .downloads_listitem .category {
    color: #5f5653;
}

.module_nedownloads .downloads_filter .sorting label {
    font-size: 16px;
    color: #5f5653;
    margin-right: 15px;
    font-family: 'Open Sans';
}


.module_nedownloads .downloads_listitem .headline {
    color: #fff;
    font-family: 'Open-Sans Bold';
    margin: 0 0 100px 0;
}

.module_nedownloads .downloads_listitem .read_more button {
    font-size: 16px;
    font-family: 'Open Sans';
    text-transform: uppercase;
    border: 2px solid #fff;
    min-width: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding: 15px 0;
    border-radius: 10px;
    text-decoration: none;
    color: #fff;
    background-color: transparent;
}

.module_nedownloads .downloads_list .downloads_pager ul {
    display: flex;
    padding-inline-start: 0px;
    justify-content: center;
    margin-top: 120px;
}

.module_nedownloads .downloads_list .downloads_pager li .pager_link {
    color: #5f5653;
    font-size: 18px;
}

.module_nedownloads .downloads_list .downloads_pager .current span {
    color: #fff;
    font-size: 18px;
}

.module_nedownloads .downloads_list .downloads_pager ul li {
    margin-bottom: 0;
}


.module_nedownloads .downloads_list .downloads_pager ul .next {
    padding-left: 50px;
}

.module_nedownloads .downloads_list .downloads_pager ul .previous {
    padding-right: 25px;
    padding-left: 0;
}

.module_nedownloads .downloads_list .downloads_pager ul .previous img {
    transform: rotate(-180deg);
}


/* DETAIL */
.downloads_detail .link_overview {
    margin: 30px 0;
}

.downloads_detail .link_overview a {
    text-decoration: none;
    color: #5f5653;
    text-transform: uppercase;
}

.downloads_detail .link_overview img {
    transform: rotate(-90deg);
    margin-right: 20px;
    height: 15px;
}

.downloads_detail .content .date_location {
    text-align: center;
    font-size: 25px;
    color: #5f5653;
    margin-bottom: 30px;
}

.downloads_detail .content .title {
    text-align: center;
    margin-bottom: 80px;
}

.downloads_detail .content .title .headline {
    font-size: 38px;
    font-family: 'Open-Sans Bold', sans-serif !important;
    color: #000;
    word-break: break-word;
    hyphens: auto;
}

.downloads_detail .content .ce-bodytext h1, .downloads_detail .content .ce-bodytext h2, .downloads_detail .content .ce-bodytext h3,
.downloads_detail .content .ce-bodytext h4, .downloads_detail .content .ce-bodytext h5 {
    margin-top: 40px;
    margin-bottom: 40px;
    color: #000;
    font-family: 'Open-Sans Bold';
}


.downloads_detail .content .ce-bodytext {
    font-size: 18px;
    color: #5f5653;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 0;
}

.downloads_detail .content .image {
    margin: 40px 0;
}

.downloads_detail .content .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.downloads_detail .content .ce-textpic:last-child .ce-bodytext {
    margin-bottom: 55px;
}

.module_nedownloads .downloads_recent {
    background: #b3b3b3;
}

.module_nedownloads .downloads_recent .recent_headline_container {
    padding-top: 50px;
}

.module_nedownloads .downloads_recent .recent_headline_container .headline {
    font-size: 30px;
    color: #5f5653;
    text-align: center;
    font-family: "Open-Sans Bold";
}

.module_nedownloads .downloads_recent .read_more button {
    min-width: auto;
    width: 100%;
}
.module_nedownloads .downloads_detail .content .h1, .module_nedownloads .downloads_detail .content .h2, .module_nedownloads .downloads_detail .content .h3,
.module_nedownloads .downloads_detail .content .h4, .module_nedownloads .downloads_detail .content .h5 {
    color: #000 !important;
    padding: 0;
}

.module_nedownloads .downloads_detail .content p {
    font-family: 'Open Sans', sans-serif;
    color: #b3b3b3;
}

.module_nedownloads .downloads_detail .stage {
    display: flex;
    flex-direction: column-reverse;
    z-index: 5;
}

.module_nedownloads .downloads_detail .stage .left {
    width: unset;
    height: auto;
    background: #716967;
    padding: 25px 20px 30px 15px;
}

.module_nedownloads .downloads_detail .stage .left .topline {
    font-size: 14px;
    margin-bottom: 5px;
    font-family: "Open-Sans Semi", sans-serif;
    color: #000;
}
.module_nedownloads .downloads_detail .stage .left .downloadsHeadline .headline {
    padding: 0;
    color: #fff;
    font-size: 38px;
    line-height: normal;
    margin-bottom: 20px;
    font-family: 'Open-Sans Bold', sans-serif;
}

.module_nedownloads .downloads_detail .link_overview {
    padding: 0 15px;
}

.module_nedownloads .downloads_detail .stage .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.breadcrumb_outer {
    display: none;
}

.module_nedownloads .mouseUp {
    display: none !important;
}

.module_nedownloads .downloads_list .downloads_listitem .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, 0.35);
    z-index: 0;
    margin-top: -115px;
    padding: 0;
    left: 0;
    bottom: 0;
}

.module_nedownloads .downloads_list .downloads_listitem .inner {
    position: relative;
    height: 100%;
}

.module_nedownloads .downloads_list .downloads_listitem .inner .read_more {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.module_nedownloads .downloads_detail .content .download_button {
    font-size: 16px;
    font-family: 'Open Sans';
    text-transform: uppercase;
    border: 2px solid #fff;
    display: flex;
    border-radius: 10px;
    background-color: #ff7529;
    min-width: 260px;
    width: 260px;
    justify-content: center;
    margin: 60px 0 160px 0;
}

.module_nedownloads .downloads_detail .content .download_button:hover {
    background-color: #fff;
}

.module_nedownloads .downloads_detail .content .download_button:hover .download {
    color: #b3b3b3;
    border: 2px solid #b3b3b3;
    border-radius: 10px;
    height: 54px;
}

.module_nedownloads .downloads_detail .content .download_button:hover .download .arrow_white {
    display: none;
}

.module_nedownloads .downloads_detail .content .download_button:hover .download .arrow_gray {
    display: block;
}

.module_nedownloads .downloads_detail .content .download_button .download {
    color: #fff;
    text-decoration: none;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    padding: 15px 0;
}

.module_nedownloads .downloads_detail .content .download_button .download img {
    margin-left: 15px;
}

.module_nedownloads .downloads_detail .content .download_button .download .arrow_white {
    display: block;
}

.module_nedownloads .downloads_detail .content .download_button .download .arrow_gray {
    display: none;
}

.module_nedownloads .slider_container {
    width: auto !important;
}

.module_nedownloads .downloads_detail .content .headline_container {
    margin: 40px 0;
}

.module_nedownloads .downloads_detail .content .headline_container .headline {
    margin-bottom: 0;
    color: #000;
}

.module_nedownloads .downloads_list .pager_inner {
    position: absolute;
    bottom: 20px;
    left: 0;
}

.module_nedownloads .downloads_list .bullet_wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.module_nedownloads .downloads_list .pager_inner input[type="radio"] {
    border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    display: block;
    border-radius: 0;
    border: 1px solid #fff;
    width: 10px;
    height: 10px;
    margin: 5px;
    cursor: pointer;
}

.module_nedownloads .downloads_list .pager_inner .active {
    background-color: #fff;
}


.module_nedownloads .slides {
    position: absolute;
    transition: 1s;
    left: 0;
    width: 100%;
    height: 100%;
}

/* CSS specific to iOS devices */
@supports (-webkit-touch-callout: none) {
    .module_nedownloads .downloads_detail .content .h1, .module_nedownloads .downloads_detail .content .h2,
    .module_nedownloads .downloads_detail .content .h3, .module_nedownloads .downloads_detail .content .h4,
    .module_nedownloads .downloads_detail .content .h5 {
        color: #000 !important;
    }

    .module_nedownloads .downloads_filter form .filetypes .filter_field {
        color: #5f5653;
    }
}


@media only screen and (max-width: 767px) {
    .module_nedownloads .slider_container {
        overflow: hidden;
        min-height: 480px;
        position: relative;
        width: 100%;
    }

    .module_nedownloads .slides {
        position: absolute;
        transition: left 1s;
        width: 100%;
        height: 100%;
    }

    .module_nedownloads .downloads_list .downloads_pager {
        z-index: 1;
        height: 100px;
        position: absolute;
        bottom: -50px;
    }

    .module_nedownloads .downloads_list .downloads_pager ul {
        margin-top: 0;
    }

    .module_nedownloads .downloads_detail .downloads_listitem {
        margin-left: 0;
    }

    .module_nedownloads .downloads_listitem {
        margin-left: 12px;
        width: 100%;
        max-height: 400px;
        height: 100%;
    }

    .module_nedownloads .downloads_detail .content .container {
        padding-left: 0;
    }
}

@media only screen and (min-width: 576px) {
    .module_nedownloads .downloads_listitem .headline {
		font-size: 30px;
	}
}

@media only screen and (min-width: 768px) {

    .h1 {
        font-size: 55px;
    }

    .h2 {
        font-size: 42px;
    }

    .module_nedownloads .downloads_list {
        padding: 30px 15px;
    }

    .module_nedownloads .slides {
        flex-wrap: wrap;
        width: 100% !important;
        position: relative;
    }

    .module_nedownloads .downloads_detail .content .container {
        padding: 0;
    }

    .module_nedownloads .downloads_filter {
        width: 100%;
        background: #fff;
        padding: 50px 0 50px 50px;
        display: flex;
        justify-content: flex-end;
        flex-direction: row;
    }

    .module_nedownloads .downloads_filter form {
        display: flex;
        gap: 50px;
    }

    .module_nedownloads .downloads_listitem {
        padding: 30px 20px;
        /* padding: 25px 15px 20px 15px;*/
        min-height: 380px;
        height: 100%;
    }

    .module_nedownloads .downloads_listitem a {
        text-decoration: none;
    }

    .module_nedownloads .downloads_listitem .category {
        font-size: 19px;

    }

    .module_nedownloads .downloads_filter form .sorting {
        margin: 0;
    }

    /* DETAIL */

    .downloads_detail .content .title .headline {
        font-size: 55px;
        hyphens: none;
    }


    .module_nedownloads .downloads_recent .read_more button {
        min-width: auto;
        width: 100%;
    }

    .module_nedownloads .downloads_list .downloads_listitem .inner .read_more {
        position: absolute;
        bottom: 0;
        width: 100%;
    }

    .module_nedownloads .downloads_filter form .filetypes {
        max-width: 100%;
        width: auto;
    }

    .module_nedownloads .downloads_list .pager_inner {
        display: none;
    }
}

/*@media only screen and (min-width: 769px) and (max-width: 1023px) {
    .module_nedownloads .downloads_listitem {
        margin-left: 40px;
    }
} */


@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .module_nedownloads .downloads_recent .read_more button {
        min-width: 260px;
        width: 260px;
    }
}


@media only screen and (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) {
    .module_nedownloads .downloads_listitem .read_more button {
        min-width: 260px;
        width: 260px;
    }
}


@media only screen and (min-width: 991px) {
    .module_nedownloads .downloads_listitem {
        min-height: 400px;
    }
}


@media only screen and (min-width: 1200px) {

    .content_top {
        margin-top: 0 !important;
    }

    .header > .container {
        padding-left: 110px;
    }

    .module_nedownloads .downloads_detail > .content {
        max-width: 1100px !important;
        padding: 0;
    }

    .h1 {
        font-size: 70px;
    }

    .h2 {
        font-size: 55px;
    }

    .module_nedownloads .downloads_list {
        padding: 100px 70px;
    }

    .module_nedownloads .downloads_recent .news_list {
        padding: 60px 100px 135px 100px;
    }

    /* .module_nedownloads .downloads_listitem {
        min-height: 510px;
    } */

    .module_nedownloads  .downloads_recent .news_listitem {
        margin-bottom: 0;
    }
    .downloads_detail .content .title .headline {
        font-size: 70px;
        margin-bottom: 0;
    }

    .module_nedownloads .downloads_detail .stage {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        position: relative;
        /* top: -160px; */
        min-height: 740px;
    }

    .module_nedownloads .downloads_detail .stage .left {
        max-width: 730px;
        width: 100%;
        background: #716967;
        padding: 185px 150px 0 153px;
    }

    .module_nedownloads .downloads_detail .stage .left .topline {
        font-size: 25px;
        font-family: 'Open-Sans Semi';
        color: #000;
        margin-bottom: 15px;
    }

    .module_nedownloads .downloads_detail .stage .left .downloadsHeadline {
        font-size: 70px;
        font-family: 'Open-Sans Bold';
        color: #fff;
        line-height: 1.2;
    }

    .module_nedownloads .downloads_detail .stage .right {
        max-width: 100%;
        width: 100%;
        position: relative;
    }

    .module_nedownloads .downloads_detail .stage .right img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        aspect-ratio: 16/9;
    }

    .module_nedownloads .downloads_detail .link_overview {
        /* margin-top: -95px; */
        padding-left: 155px;
    }
    .mouseUp {
        display: flex !important;
        left: 49% !important;
        top: auto;
        bottom: 0;
        transform: rotate(180deg);
    }

    .module_nedownloads .downloads_recent .downloads_list {
        padding: 45px 100px 135px 100px;
    }

    .downloads_detail .link_overview {
        margin: 65px 0;
    }

    .module_nedownloads .downloads_recent .recent_headline_container .headline {
        font-size: 46px;
    }
 }

@media only screen and (min-width: 1600px) {
    .module_nedownloads .downloads_list {
        padding: 140px 160px;
    }
    .module_nedownloads .downloads_listitem {
        padding: 70px 55px;
        min-height: 450px;
    }

    .module_nedownloads .downloads_listitem .read_more button {
        min-width: 260px;
        width: 260px;
    }

    .module_nedownloads .downloads_recent .read_more button {
        min-width: 260px;
        width: 260px;
    }
    .module_nedownloads .downloads_listitem .headline {
        font-size: 46px;
    }
    .module_nedownloads .downloads_recent .news_list {
        padding: 60px 160px 135px 160px;
    }
    .module_nedownloads .downloads_recent .downloads_list {
        padding: 45px 160px 135px 160px;
    }
}