/* Responsive breakpoints according to design guidelines */
@media (max-width: 1530px) {
    .slick-dots li {
        margin: 0 0.2% 8px 0.2%;
        padding: 0;
    }
}
@media (min-width: 1361px) {
    /* 1360 -> infinity */
    .burger-overlay {
        height: 100%;
    }
    .burger-overlay div.burger-bottom.tablet {
        display: flex;
        margin-top: auto;
        margin-bottom: 30px;
    }
}
@media (max-width: 1360px) {
    /* 1025 -> 1360 */
    .burger-overlay {
        height: 100%;
    }
    .burger-overlay div.burger-bottom.tablet {
        display: flex;
        margin-top: auto;
        margin-bottom: 30px;
    }
    .persons-img {
        width: 50%;
    }
    .persons-info {
        width: 50%;
    }
}
@media (max-width: 1024px) {
    /* 769 -> 1024 */
}
@media (min-width: 768px) {
    .burger-overlay div.burger-bottom.mobile {
        display: none;
    }
}
@media (max-width: 768px) {
    .card-wrap.person-card-wrap {
        min-height: 165px;
    }

}
@media (max-width: 768px) {
    /* 636 -> 768 */
    body.single-news-events .container.inner,
    body.single-pressrelease .container.inner,
    body.single-video .container.inner,
    body.single-vacancy .container.inner,
    body.single-event .container.inner,
    body.single-faq .container.inner,
    body.single-testimonial .container.inner,
    body.page-template-default .container.inner,
    body.page-template-template-left-menu .container.inner,
    body.search-results,
    .container.inner.staff-publications,
    .container.inner.special-search-result {
        padding: 0 20px;
    }

    .burger-overlay {
        height: 100%;
    }

    .burger-overlay div.burger-bottom.tablet {
        display: flex;
        margin-top: auto;
        margin-bottom: 30px;
    }
    .burger-overlay div.burger-bottom.mobile {
        display: none;
    }

    /* social sharing line */
    .social-sharing-line {
        margin: 0;
        text-align: center;
    }
    .social-sharing-title {
        text-align: center;
    }
    .social-sharing-line .icon-soc-show {
        margin-right: -2px;
    }

    main#main > .container.search {
        padding: 0 20px 0 20px;
    }
    main#main > .container.search .search-form.alt input[type="search"] {
        font-size: 18px;
    }
    main#main > .container.search .search-form.alt input[type="submit"] {
        background: url(images/layout/search-white.png) no-repeat bottom 30px right 10px;
    }
    .container-scroll-left {
        display: none;
    }
    .go-up-button {
        display: none;
    }
    body.big-cards-page .card-wrap {
        min-height: 500px;
    }
}
@media (min-width: 635px) {
    div.lecture-filter > div.filter-text {
        display: none !important;
    }
}
@media (max-width: 635px) {
    /* 0 -> 635 */
    .burger-overlay {
        height: initial;
    }
    .burger-overlay div.burger-bottom.tablet {
        display: none;
    }
    .burger-overlay div.burger-bottom.mobile {
        display: flex;
    }
    main#main > .container.search {
        width: 100%;
    }
    .footer .copyright-line {
        margin-top: 30px;
    }
}
@media (min-width: 1080px) {
    body.long-read main#main {
        font-family: 'NotoSans';
    }
    body.long-read main#main > div.inner h1 {
        font-weight: bold;
        line-height: 60px;
        font-size: 36px;
    }
    body.long-read main#main > div.inner h2 {
        font-size: 20px;
        line-height: 38px;
        font-weight: bold;
        text-transform: uppercase;
    }
    body.long-read main#main > div.inner h3 {
        font-size: 20px;
        line-height: 38px;
        font-weight: bold;
    }
    body.long-read main#main > div.inner h4 {
        font-size: 15px;
        line-height: 38px;
        font-weight: bold;
        letter-spacing: 1px;
        text-transform: uppercase;
    }
    body.long-read main#main > div.inner {
        font-size: 20px;
        line-height: 38px;
        font-weight: normal;
    }
    body.long-read main#main > div.inner {
        max-width: calc((100% - 60px * 2 - 20px * 11)/ 12 * 8 + 20px * 7);
    }
}

@media (min-height: 850px) and (min-width: 769px) {
    .card-wrap-full-height {
        flex: 0 0 100%;
    }
}
