
@font-face {
    font-family: 'Phenomena Light'; /*a name to be used later*/
    src: url('../Fonts/phenomena-light-webfont.woff2') format('woff2'), url('../Fonts/phenomena-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Phenomena'; /*a name to be used later*/
    src: url('../Fonts/phenomena-regular-webfont.woff2') format('woff2'), url('../Fonts/phenomena-regular-webfont.woff') format('woff');
}

/* latin */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    src: local('Raleway'), local('Raleway-Regular'), url('../Fonts/Raleway-normal-400.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    src: local('Raleway SemiBold'), local('Raleway-SemiBold'), url('../Fonts/Raleway-SemiBold-normal-600.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    src: local('Raleway Bold'), local('Raleway-Bold'), url('../Fonts/Raleway-Bold-normal-700.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

html {
    background-color: #FFF;
}

body {
    line-height: 1;
    background-color: #f4fafa;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    -webkit-text-size-adjust: none;
}

p {
    line-height: 140%;;
}

sub {
    font-size: .75em;
}

strong {
    font-weight: 600;
}

/* common stuff, utility etc. */

.petrol {
    background: #308099;
}

.orange {
    background: #ec7404;
}

/* page-wide stuff */
.row {
    /* width: 100%; */
    margin-right: auto;
    margin-left: auto;
}

.no-outside-gutters {
    margin-left: -15px;
    margin-right: -15px;
}

.frame {
    width: 100%;
}

.fullwidth {
    max-width: none;
}

.center {
    margin-left: auto;
    margin-right: auto;
}

.vertical-center {
    vertical-align: middle;
    margin-top: auto;
    margin-bottom: auto;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.image-container {
    width: 100%;
}

.image-container img {
    max-width: 100%;
    height: auto;
}

/* basic settings (fonts etc) */
body {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 18px;
}

input {
    font-family: 'Raleway', sans-serif;
}

h1, h2, h3, h4, h5 {
    font-family: 'Raleway';
    font-weight: 600;
    line-height: 1em;
}

.form-control {
    font-size: 1em !important;
}
/*
placeholdertexts in forms
 */
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    font-family: 'Raleway', sans-serif;
    color: #308099;
    font-size: 18px;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-family: 'Raleway', sans-serif;
    color: #308099;
    font-size: 18px;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-family: 'Raleway', sans-serif;
    opacity:  1;
    color: #308099;
    font-size: 18px;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-family: 'Raleway', sans-serif;
    color: #308099;
    font-size: 18px;
}
::-ms-input-placeholder { /* Microsoft Edge */
    font-family: 'Raleway', sans-serif;
    color: #308099;
    font-size: 18px;
}

input:focus, textarea:focus {
    outline: none !important;
    border-color: #719ECE;
    box-shadow: none !important;
}

a {
    text-decoration: none;
    color: #ec7404;
}

a:hover {
    text-decoration: none;
    color: #308099;
}

.btn-primary:hover {
    background-color: #308099;
    border-color: #304369;
}

/*****************************************
*
* Standard content elements
*
******************************************/

button.btn-primary {
    background-color: #ec7404;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 18px;
}

/* blue content box, used on gewinnspiel page */

.frame-layout-1 {
    background-color: #e0ecf0;
    padding: 1em;
    margin-top: 1em;
}

.frame-layout-1 .header {
    font-weight: 600;
    font-size: 22px;
    color: #308099;
    line-height: 1.5;
    margin: 0 0 .5em 0;
}

.frame-layout-1 .ce-bodytext {
    line-height: 1.3em;
}

/***********************
* top - bar
************************/
.ruler-petrol {
    background: #308099;
}

.header-container {
    margin-top: .5em;
    margin-bottom: .5em;
}

.header-container img {
    width: 200px;
    height: auto;
}

.header-interactive {

}

.header-interactive .main-nav {
    height: 50%;
}

.header-interactive .search-container {
    height: 50%;
    justify-content: flex-end;
}


/*******************
 * main navigation
 ******************/

.main-nav {
    display: flex;
}

.main-nav ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}

.main-nav ul > li {
    margin-left: 1em;
    white-space: nowrap;
}

.main-nav-item a {
    font-size: 21px;
    text-align: center;
    color: #308099;
}

.main-nav-item a:hover {
    color: #308099;
}

.main-nav-item a:visited {
    color: #308099;
}

.main-nav-item.active a {
    color: #ec7404;
}

.nav-spacer {
    color: #ec7404;
}

#navigation li:not(:first-child):before {
    content: " | ";
}

/* secondary navigation */

.secondary-nav ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-transform: uppercase;
    font-size: 13px;
    margin: .5em 0;
}

.secondary-nav-item {
    margin: 0 0 0 1em;
}

.secondary-nav-item a {
    text-align: center;
    color: #FFF;
}

.secondary-nav-item a:hover {
    color: #FFF;
}

.secondary-nav-item a:visited {
    color: #FFF;
}

.secondary-nav-item.active a {
    color: #FFF;
}

#navigation li:not(:first-child):before {
    content: " | ";
}



.footer-secondary-nav .social-icon img {
    height: 32px;
}

.top-secondary-nav .social-icon img {
    height: 16px;
}

/* search */

.search-container .filter-list,
.search-container .filter-list ul,
.search-container .filter-list li {
    display: inline;
}

.search-container {

}
input[type=search] {
    -moz-appearance:none;
    -webkit-appearance:none;
}

.search-label {
    display:flex;
    justify-content: flex-end;
}

.search-box {
    display: inline-block;
    background-color: #E0ECF0;
    border: none;
    padding: .5em;
    height: 30px;
}

.search-button {
    display: inline-block;
    border:none;
    cursor:pointer;
    width: 30px;
    height: 30px;
    background: #308099;
}

.search-button i {
    color: #E0ECF0;
    font-size: 16px;
}

/* Filter Suche*/

.filter-form{
    width:100%;
}

.filter-list{
    margin-right: 30px;
}

.filter-form form {
    display:flex;
    width:100%;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}

#filter_1_1[type="checkbox"],
#filter_1_2[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    left: 15px;
    top: -4px;
}

#filter_1_1[type="checkbox"] + label::before,
#filter_1_2[type="checkbox"] + label::before {
    width: 16px;
    height: 16px;
    display: block;
    content: "";
    float: left;
    margin-right: 5px;
    margin-left: 10px;
    background-image: url("../Images/square-regular.svg");
    background-repeat: no-repeat;
}

#filter_1_1[type="checkbox"]:checked+label::before,
#filter_1_2[type="checkbox"]:checked+label::before {
    background-image: url("../Images/square-check-regular.svg");
}

#list_filter_1 .head {
    font-size:14px;
    color: #8E8E8E;
    font-weight: 200;
}
.checkboxList label {
    font-size:16px;
    color:#308099;
}

@media screen and (max-width: 1053px){
    .filter-form form {
        flex-direction: column-reverse;
        align-items: end;
    }
    .filter-list {
        margin-right:0;
        margin-top:15px;
        margin-bottom: 40px;
    }

}

@media screen and (max-width: 700px){
    .search-container .filter-list,
    .search-container .filter-list ul,
    .search-container .filter-list li {
        display: block;
        line-height: 20px;
        margin-top: 2px;
        height: 20px;
    }
}

@media screen and (max-width: 527px){
    .search-container .filter-form form#form_kesearch_searchfield {
        top: 0;
    }
    #filter_1_1[type="checkbox"],
    #filter_1_2[type="checkbox"] {
        position: absolute;

        left: -55px;
        top: 19px;
    }
}

/* Header-Image */
.row.header-image-container {
    position: relative;
    margin-bottom: 15px;
}

.row.header-image-container img {
    max-width: 100%;
    margin: auto;
    object-fit: cover;
    width: 100%;
    max-height: 40vw;
}

.header-image-container span.header-image-copyright {
    position: absolute;
    display: inline-block;
    bottom: 5%;
    right: 0;
    background: rgba(255,255,255,0.7);
    max-width: 50%;
    padding: .5em;
    font-size: 9px;
    text-align: center;
}

/* Footer */

.footer-petrol {
    background-color: #308099;
}

.footer-nav {
    padding: 1em 0;
}

.footer-nav.desktop ul {
    display: flex;
    align-items: center;
    font-size: 15px;
    text-align: center;
    margin: 0 auto;
    height: 100%;
}
.footer-nav.desktop ul.footer-nav-left {
    justify-content: flex-start;
}
.footer-nav.desktop ul.footer-nav-right {
    justify-content: flex-end;
}

.footer-nav.desktop ul > li {
    margin-right: 1em;
}

.footer-nav-item a {
    text-align: center;
    color: #FFF;
}

.footer-nav-item a:hover {
    color: #FFF;
}

.footer-nav-item a:visited {
    color: #FFF;
}

.footer-nav-item.active a {
    color: #FFF;
}

.footer-nav-spacer {
    color: #FFF;
}

.footer-nav-social ul {
    display:flex;
}
.footer-nav-social li {
    margin-left: .5em !important;
    margin-right: .5em !important;
}

.footer-nav-social li img {
    height: 26px;
}

.footer-klimaschutz

.partners-footer {
    padding-top: 1.3em;
}

div.project-partners {
    display: flex;
    align-items: center;
    width: 100%;
}

.project-partners .logo {
    text-align: center;
    margin-bottom: 1rem;
    margin-top: 0.5rem;
}

.project-partners .logo img {
    max-width: 100%;
    max-height: 78px;
    height: auto;
    width: auto;
}

span.project-partners-header {
    font-size: 11px;
    font-weight: bold;
    z-index: 999;
    display: block;
    margin-top: 10px;
}


/*
* site-wide
 */

h1 {
    font-size: 24px;
    color: #ec7404;
    font-weight: 600;
    line-height: 1.1;
}

h2 {
    font-size: 22px;
    font-weight: 600;
    color: #308099;
    margin-bottom: .5rem;
}

/*
* Section-specific
 */

/* backend content areas */
div.content-header {
    padding-bottom: 1rem;
}

.content-bottom h1 {
    margin-bottom: 1.5rem;
}

/********************
 *   Main textmedia *
 ********************/

.row.textblock header {
    margin-bottom: 1em;
}

.row.textblock header .header {
    font-size: 24px;
    color: #ec7404;
    font-weight: 600;
    line-height: 1.1;
}

.row.textblock header .subheader {
    font-size: 22px;
    color: #000;
    margin: .2rem 0 .75rem 0;
    font-weight: 400;
}

.row.textblock {
    padding-bottom: 1em;
    line-height: 1.3em;
}

.row.textblock ul {
    list-style: none;
    margin-bottom: 1em;
}

.ce-bodytext li {
    text-indent: -20px;
    padding-left: 40px;
}

.ce-bodytext li::before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #308099;
    border-radius: 50%;
    margin-bottom: 2px;
}

.ce-bodytext h3 {
    font-weight: 600;
    font-size: 20px;
    color: #308099;
    line-height: 1.5;
    margin-bottom: .5em;
}

.ce-bodytext p {
    margin-bottom: 1em;
}

.ce-textpic .image-caption {
    font-style: italic;
    margin-top: .3rem;
}

/*****
* Standard gallery
 */

.ce-gallery{
    min-width: 300px;
}

.ce-gallery .image-container {
    width: 100%;
}

.ce-gallery img {
    width: 100%;
    height: auto;
}

/* contact form */

form {
    min-width:80%;
    max-width: 920px;
    margin-top: 2rem;
}

form .form-group {
    align-items: center;
}

form input[type=text],input[type=email] {
    width: 100%;
    border: 1px solid #308099;
    min-height: 2em;
}

form textarea {
    width: 100%;
    border: 1px solid #308099;
    min-height: 2em;
    height: auto;
    resize: none;
}

#application-form h3.headline-additional {
    font-size: 25px;
    color: #ec7404;
    margin: .75em 0;
}

#application-form h4 {
    font-size: 25px;
    color: #308099;
    margin: 1em 0;
    line-height: 1.25em;
}

.form-control {
    border: 1px solid #308099;
}

.formdata-table {
    table-layout: fixed;
}

.formdata-table td {
    border: 1px solid black;
    padding: .25em;
}
.formdata-table ul {
    list-style: circle;
    padding-left: 1em;
}

legend.form-label {
    font-size: 18px;
    font-weight: 600;
    color: #308099;
    margin: .75em 0;
}

/* presseverteiler */

.checkbox-label {
    padding-left: 0;
    display: flex;
}
.checkbox-label .checkbox-container {
    text-align: right;
}

.checkbox-label input {
    margin: .4rem;
}
.checkbox-label span {
    display: inline-block;
    max-width: 100%;
    word-break: break-word;
}

@media (max-width: 768px) {
    .checkbox-container {
        max-width: 16.666667%;
        flex: 16.666667%;
    }
}
/*
Fachinformation Subnav
 */

.sub-nav {
    width: 100%;
    background: #FFF;
    margin-top: -10px;
    margin-bottom: 1em;
}

.sub-nav ul {
    width: 90%;
    overflow-x: hidden;
}

.sub-nav li {
    display: block;
    position: relative;
    width: 100%;
    padding: 15px 0 15px 0;
    border-bottom: 1px solid #ec7404;
}

.sub-nav li:not(:first-child) {
    margin-left:1rem;
}

.sub-nav li a {
    text-align: center;
    color: #308099;
}

.sub-nav li a:hover {
    color: #308099;
}

.sub-nav li a:visited {
    color: #308099;
}

.sub-nav li.active a {
    color: #ec7404;
}


/*
* NEWS SYSTEM / Presse Site
 */

.press-nav {
    width: 100%;
    background: #FFF;
    margin-top: 1em;
}

.press-nav ul {
    width: 90%;
}

.press-nav li {
    display: block;
    position: relative;
    width: 100%;
    padding: 15px 0 15px 0;
    border-bottom: 1px solid #ec7404;
}

.press-nav li a {
    text-align: center;
    color: #308099;
}

.press-nav li a:hover {
    color: #308099;
}

.press-nav li a:visited {
    color: #308099;
}

.press-nav li.active a {
    color: #ec7404;
}

.press-left-content {
    margin: 1em 0;
}

.press-left-content h3 {
    font-size: 20px;
    margin-bottom: .4em;
}

.press-left-content p {
    font-size: 14px;
}

.news-list-view div.article {
    border-bottom: 1px solid #308099;
    padding-bottom: 1em;
    padding-top: 1em;
}

.news-list-view .news-img-wrap {
    margin-right: 1em;
}

.news-list-view [class$="paginator"] {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin: 1em 0;
}

.news-list-view [class$="paginator"] li.current,
.news-list-view [class$="paginator"] li a {
    padding: 0 .5rem;
}

.news-img-wrap img {
    width: 100%;
    height: auto;
    object-fit: cover;
    max-width: 340px;
}
span.news-list-date {
    color: #666;
    font-size: .8em;
}

h3 span.headline {
    font-size: 22px;
    font-weight: 600;
}

/* news single view */

.news-single h3.headline {
    font-size: 24px;
    font-weight: 600;
    color: #ec7404;
}

.news-single .teaser-text p {
    font-weight: 600;
    color: #308099;
    font-size: 16px;
}

.news-single .news-text-wrap h3,
.news-single .news-text-wrap h4 {
    margin-bottom: 1rem;
}

.news-related-files {
    margin-top: 1rem;
}

.news-related-files h4 {
    font-size: 20px;
    margin-bottom: 0.75rem;
}

.news-single .mediaelement {
    float: left;
    margin: 0 1em 0 0;
}

.mediaelement-wrapper {
    display: table;
}

.news-img-caption {
    display: table-caption;
    caption-side: bottom;
    font-size: 14px;
}

/* Press Gallery: Accordion */
.accordion {
    box-sizing: border-box;
    margin-bottom: 1.5rem;
}

.accordion ul {
    list-style: none;
    margin-bottom: 1em;
}

.accordion li {
    text-indent: -20px;
    padding-left: 40px;
}

.accordion li::before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #308099;
    border-radius: 50%;
    margin-bottom: 2px;
}

.accordion-section-title {
    width:100%;
    padding:15px;
    display:inline-block;
    border-bottom: 1px solid #ec7404;
    transition:all linear 0.15s;
    color: #308099;
}

.accordion-section-title:hover {
    text-decoration:none;
    border-bottom: 1px solid #308099;
}

.accordion-section-title.active {
    border-bottom: 1px solid #FFF;
}

.accordion-section-title .fa {
    width:20px;
}

/*----- Section Content -----*/
.accordion-section-content {
    padding:15px;
    display:none;
}

/* startpage specific */
.bottom-feed-container {

}

.feedbox {
    margin: 1.5rem 0;
    background-color: #FFF;
    overflow: hidden;
    min-width: 100%;
    max-height: 450px;
}

.feedbox.mapbox {
    max-height: 100%;
}

.feedbox h2 {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    padding: 1rem 1rem 2% 1rem;
    margin: 0;
    font-size: 20px;
    color: #000;
}

.feedbox h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    padding: 1rem 1rem 2% 0;
    margin: 0;
    font-size: 20px;
    color: #000;
}

.feedbox .frame {
    padding: 0 1rem;
}

.feedbox .feedbox-subtitle {
    padding: 1rem 1rem 2% 1rem;
}

.feedbox .headline { /* headline for news */
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
}

.feedbox .more {

}

.feedbox .feed-content {
    padding: 1rem 1rem 2% 1rem;
    min-width: 100%;
}

.feedbox .feed-scrollbox {
    overflow-y: auto;
    max-height: 405px;
}

.fb-page, .fb-page iframe[style], .fb-page span {
    width: 100% !important;
}
.fb-comments, .fb-comments iframe[style], .fb-comments span {
    width: 100% !important;
}

img.scaledImageFitHeight {
    left: 0;
    width: 100%;
    object-fit: cover;
}

.timeline-viewport {
    overflow: scroll;
}

/* Factsheet DCE */

.factsheet {
    padding: 1em 0;
}

.factsheet-row {
    border-bottom: 1px solid #308099;
}

.factsheet .image-container {
    max-width: 200px;
    max-height: 300px;
}

.factsheet-preview-image {

}

.factsheet-headline {
    font-size: 22px;
    font-weight: 600;
    color: #ec7404;
    margin-bottom: 1rem;
}

a.factsheet-download {
    display:flex;
    text-decoration: none;
    color: #fff;
    background: #ec7404;
    padding: 8px 10px;
    display: block;
    z-index: 100;
    transition: opacity .8s ease;
}

a.factsheet-download:after{
    font-family: 'Font Awesome 5 Free';
    content: "\f358";
    display: inline-block;
    position: relative;
    top: 1px;
    padding-left: 9px;
}

/* ke_search results */

.tx-kesearch-pi1 {
    font-family: 'Raleway', sans-serif !important;
    font-weight: 400;
    font-size: 18px;
}

.kesearch-result-txt {
    color: #000;
    font-weight: 600;
    font-size: 18px;
}

.kesearch-pagebrowser a.next, .kesearch-pagebrowser a.prev {
    display: none !important;
}

.kesearch-pagebrowser a {
    color: #000;
    font-weight: 600;
    font-size: 18px;
}

.kesearch-pagebrowser ul {
    display: flex;
    margin-bottom: 0 !important;
}

.kesearch-pagebrowser ul > li > a {
    margin-right: 2rem;
    display: inline-block;
}

.kesearch-pagebrowser ul > li > a.current {
    background-color: #308099;
    color: #FFF;
    width: 30px;
    height: 30px;
    text-align: center;
}

#kesearch_results {
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: 'Raleway', sans-serif !important;
    font-weight: 400;
    font-size: 18px;
}

#kesearch_results .result-title a {
    font-weight: 600;
    color: #308099
}

.kesearch-result-row {
    margin-bottom: 1.7rem;
}

#kesearch_results .hit {
    color: #ec7404;
}

#kesearch_results a:hover {
    text-decoration: underline;
}

#kesearch_results a:hover .hit {
    color: #308099 !important;
}

/** press-slider */

.press-slider {
    width: 100%;
    max-width: 1000px;
}

.press-slider .slide {
    position: relative;
    width: 100%;
}

.press-slider .press-slider-slide {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 1em;
}

.press-slider .press-slider-slide img {
    object-fit: cover;
    width: 100%;
    height: auto;
}

.press-slider .press-slider-overlay {
    position: absolute;
    bottom: 0;
    background: #308099;
    width: 100%;
    padding: 10px;
    color: #fff;
}

.press-slider .press-slider-overlay a {
    font-size: 17.5px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    margin-bottom: 0.75em;
    color: #fff;
    text-decoration: none;
}

.press-slider .press-slider-overlay a:hover {
    color: #fff;
}

@media all and (max-width: 1396px) and (min-width: 1060px){
    .press-slider {
        max-width: 934px;
    }
}

@media all and (max-width: 1059px) and (min-width: 768px){
    .press-slider {
        max-width: 620px;
    }
}

@media all and (max-width: 767px) {
    .press-slider {
        max-width: 310px;
    }
}