/* Landscape phones and smaller */
@media (max-width: 767px) {
    /* Needed for JS Media Query Breakpoints working */
    body:before{
        content:'xs' !important; /* Do not change unless you know what you're doing */
        display: none !important;
    }
/* ------------------------------------
    Slider
------------------------------------- */
    #home-slider .slider-caption{
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        max-width: 100%;
        background: #000;
        transform: translate(0,0);
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
    }
    #home-slider .slick-prev, .slick-next{
        display: none !important;
    }
    #home-slider .slider-caption p{
        font-size: 12px;
        text-shadow: none;
        font-weight: 600;
    }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px){
    /*NAVBAR CUSTOMIZER*/
    .navbar{
        background-color: transparent; /*change if you need background*/
        border-color: transparent;
        border-radius: 0;
        border:none;
        margin-bottom: 0;
    }
    .navbar .navbar-nav > li > a { color: #555; /*change color of navigation*/ }
    .navbar .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus {
        color: blue; /*change color of Navigation*/
        background-color: transparent;  /*change if you need background*/
    }
    .navbar-default .navbar-nav > .current_page_parent > a,
    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        color: red; /*change color of active navigation*/
        background-color: transparent; /*change if you need background*/
    }

} /* use for all devices started from 768px width */

@media (min-width: 768px) and (max-width: 991px) {
    /* Needed for JS Media Query Breakpoints working */
    body:before{
        content:'sm' !important; /* Do not change unless you know what you're doing */
        display: none !important;
    }

}

/* Portrait tablets and medium desktops */
@media (min-width: 992px){

} /* use for all devices started from 992px width */

@media (min-width: 992px) and (max-width: 1199px) {
    /* Needed for JS Media Query Breakpoints working */
    body:before{
        content:'md' !important; /* Do not change unless you know what you're doing */
        display: none !important;
    }

}

/* Large desktops and laptops */
@media (min-width: 1200px) {
    /* Needed for JS Media Query Breakpoints working */
    body:before{
        content:'lg' !important; /* Do not change unless you know what you're doing */
        display: none !important;
    }

}

@media (max-width: 1199px) {
    .home-blog-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .footer-flex {
        align-items: flex-end;
    }
    .footer-col-left {
        width: 80%;
    }
    .post-blog-col-left {
        width: 100%;
        margin-right: 0;
    }
    .post-blog-col-right {
        width: 100%;
        margin-top: 30px;
    }
}

@media (max-width: 991px) {
    .footer-col-right {
        width: 100%;
        margin-top: 30px;
    }
    .footer-col-left {
        width: 100%;
    }
    .footer-flex {
        align-items: start;
        justify-content: normal;
        flex-wrap: wrap;
    }
    .footer-copyright {
        text-align: left;
        margin-top: 30px;
    }
    .post-blog-col-left {
        padding: 30px 20px;
    }
    .post-content p {
        font-size: 16px;
    }
    .post-content ul li {
        font-size: 16px;
    }
    .post-content ol li {
        font-size: 16px;
    }
    .post-blog-flex {
        margin: 50px auto;
    }
    .post-blog-col-left img {
        height: 300px;
    }
    .post-date {
        font-size: 12px;
    }
    .single-post-cats-item a {
        font-size: 16px;
    }
    .single-post-cat-title {
        font-size: 18px;
    }
}
@media (max-width: 639px) {
    .logo img {
        width: 60px;
    }
    .header {
        padding: 20px 0;
    }
    .home-blog {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .home-blog-header {
        margin-bottom: 20px;
    }
    .home-blog-title {
        font-size: 20px;
    }
    .blog-card-thumb a img {
        height: 130px;
    }
    .blog-card-content {
        padding: 20px 15px;
    }
    .blog-card-title a {
        font-size: 18px;
    }
    .blog-card-date {
        font-size: 11px;
    }
    .blog-card-excerpt {
        margin-top: 15px;
    }
    .blog-card-excerpt p {
        font-size: 14px;
    }
    .blog-card-cats-label {
        font-size: 12px;
        margin-right: 5px;
    }
    .blog-card-cats a {
        font-size: 12px;
    }
    .blog-card-read-more a {
        width: 100%;
        height: 45px;
        font-size: 16px;
    }
    .home-blog-grid {
        grid-row-gap: 20px;
    }
    .footer-text p {
        font-size: 14px;
    }
    .footer-link a {
        font-size: 16px;
    }
    .footer-copyright p {
        font-size: 14px;
    }
    .footer {
        padding: 40px 0 30px;
    }
    .imprint-title {
        margin-top: 50px;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .imprint-content h2 {
        font-size: 20px;
        word-wrap: break-word;
    }
    .imprint-content p {
        font-size: 16px;
        word-wrap: break-word;
    }
    .home-topic__more {
        font-size: 14px;
    }
    .home-topic__title a {
        font-size: 16px;
    }
    .home-cluster__title {
        font-size: 18px;
    }
}
