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

@media screen and (min-width: 350px) {
}

@media screen and (min-width: 375px) {
    header .logo img {
        width: 80%;
    }
}

@media screen and (min-width: 400px) {
}

@media screen and (min-width: 480px) {
}

@media screen and (min-width: 500px) {
}

@media screen and (min-width: 568px) {
    #content .products-boxes .box {
        width: calc(50% - 10px);
        margin: 10px 5px;
    }

    footer .footer-top .box .datstaat {display: block;}
}

@media screen and (min-width: 600px) {
    #content .news-boxes .box .content {
        width: calc(100% - 2px);
    }

    #content .intro {
        float: left;
        width: 100%;
        margin-top: 0;
        margin-bottom: 27px;
    }

    #content .intro h1 {
        font-size: 6rem;
        line-height: 30px;
    }
}

@media screen and (min-width: 768px) {
    header .logo img {
        width: 100%;
    }

    #content .intro h1 {
        font-size: 6rem;
        line-height: 70px;
    }

    #content .intro p {
        font-size: 2.2rem;
        line-height: 30px;
    }


    #content .news-boxes h2 {
        font-size: 4rem;
        line-height: 50px;
    }

    #content .news-boxes .box {
        width: calc(50% - 10px);
        margin: 10px 5px;
    }

    #content .contact-details ul {
        width: 50%;
    }

    #content .contactpersons .contactperson .image {
        margin-bottom: 0;
    }

    #content .conversion h2 {
        font-size: 2rem;
    }

    #content .conversion nav a {
        font-size: 2rem;
    }

    .home #content .conversion h2, .products #content .conversion h2 {
        font-size: 2.5rem;
        line-height: 40px;
    }

    .home #content .conversion nav a, .products #content .conversion nav a {
        width: auto;
        font-size: 2.5rem;
        line-height: 40px;
    }

    #background {
        top: 130px;
    }
}

@media screen and (min-width: 1024px) {
    #background:before {display: none;}

    .container {
        width: 960px;
        margin: 0 auto;
    }

    header .header-conversion {
        display: block;
    }

    header .navigation {
        display: block;
    }

    header #menu-button {
        display: none;
    }

    #content .products-boxes .box {
        width: calc(25% - 10px);
    }

    #content .news-boxes .box .image {
        float: left;
        width: 50%;
    }

    #content .news-boxes .box .content {
        float: right;
        width: calc(50% - 1px);
    }

    #content .news-boxes .box .content .inner {
        padding: 0 0 0 30px;
    }

    #content .left {
        float: left;
        width: calc(50% - 40px);
        margin-right: 80px;
    }

    #content .right {
        float: right;
        width: calc(50% - 40px);
    }

    footer .footer-top .box:nth-child(2) {
        width: 50%;
        margin-right: 10%;
    }

    footer .footer-top .box:nth-child(3) {
        width: 40%;
        margin-right: 0;
    }

    footer .footer-bottom nav {
        float: right;
        margin-top: 0;
    }
}

@media screen and (min-width: 1300px) {
    .container {
        width: 1250px;
    }

    header .header-conversion p {font-size: 1.6rem;}

    footer .footer-top .box .datstaat {top: 0;}
    footer .footer-top .box {
        margin-bottom: 0;
    }

    /*footer .footer-top .box:nth-child(1) {
        width: 100%;
        margin-bottom: 30px;
    }*/

    footer .footer-top .box:nth-child(1) {
        width: 27.5%;
        margin-right: 5%;
    }

    footer .footer-top .box:nth-child(2) {
        width: 25%;
        margin-right: 5%;
    }

    footer .footer-top .box:nth-child(3) {
        width: 37.5%;
        margin-right: 0;
    }
}
