@media only screen and (max-width: 1599.98px) {

}
@media only screen and (max-width: 1399.98px) {

}

@media only screen and (max-width: 1199.98px) {

}
@media only screen and (max-width: 1091.98px) {

}

@media only screen and (max-width: 991.98px) {
    .header-usp ul li {
        font-size: 12px;
    }
    #mainmenu li a {
        padding: 20px;
    }
    section.buttons a {
        width: 200px;
    }
    /*************** Footer ***************/
    footer .footer-links {
        justify-content: center;
    }
    footer .footer-social {
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }
}

@media only screen and (min-width: 768px) {
    .mobile-logo {
        display: none;
    }
}
@media only screen and (max-width: 767.98px) {
    .slicknav_menu {
        display: block;
        background: #CB2029;
    }
    section.buttons a {
        width: 150px;
        font-size: 14px;
    }

    .slicknav_nav a:hover,
    .slicknav_nav .slicknav_row:hover {
        background: none;
        border: none;
        outline: none;
    }

    nav {
        display: none;
    }

    .mobile-logo {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .mobile-logo img {
        margin: 20px 0;
    }

    .mobile-logo .blinker {
        margin: 30px;
    }

    .header-image {
        align-items: flex-start;
    }

    .header-content h2,
    .header-content h3 {
        font-size: 30px;
    }

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

    .red-block {
        margin: 20px 0;
    }
    .nav-cooperation.mobile-news {
        display: block;
    }
    /*************** Footer ***************/
    footer .footer-links {
        align-items: flex-start;
        flex-direction: column;
    }

    footer .footer-links #footermenu {
        display: flex;
        flex-direction: column;
    }

    footer .footer-links #footermenu li {
        padding-left: 0;
    }
    footer .footer-links #footermenu li a {
        border-left: none;
        padding-left: 0;
    }
    footer .footer-social {
        justify-content: flex-start;
    }
}

@media only screen and (max-width: 575.98px) {
	/*************** Page Contact ***************/
    body.page-id-12 table {
    	font-size: 16px;
    }
    section.buttons a {
        width: 130px;
        font-size: 12px;
        padding: 10px;
    }
}

@media only screen and (max-width: 419.98px) {
	/*************** Page Contact ***************/
    body.page-id-12 table {
    	font-size: 14px;
    }
    section.buttons a {
        width: 110px;
        font-size: 10px;
        padding: 10px 5px;
    }
}
@media only screen and (max-width: 389.98px) {
    section.buttons a {
        width: 80px;
        font-size: 8px;
        padding: 5px;
    }
}