/* Fonts */

@font-face {
    font-family: "DinAlternate";
    src: url("fonts/DIN_Alternate_Bold.ttf") format("truetype");
    font-style: normal;
}

@font-face {
    font-family: "DinCondensed";
    src: url("fonts/DIN_Condensed_Bold.ttf") format("truetype");
    font-style: normal;
}

@font-face {
    font-family: "Edmondsans";
    src: url("fonts/EdmondsansRegular_web.ttf") format("truetype");
    font-style: normal;
}

@font-face {
    font-family: "EdmondsansMedium";
    src: url("fonts/EdmondsansMedium_web.ttf") format("truetype");
    font-style: bolder;
}

@import url("https://fonts.googleapis.com/css?family=Open Sans");
body {
    margin: 0;
    padding: 0;
    width: 100%;
}

.container {
    width: 70%;
    margin: 0 auto;
    columns: 1;
    column-gap: 5%;
    position: relative;
    z-index: 0;
}

.container .box {
    width: 100%;
    padding: 10% 0% 0 0;
    overflow: hidden;
    break-inside: avoid;
}

.container .box img {
    max-width: 100%;
}

.container-project {
    width: 70%;
    margin: 8% auto;
    columns: 1;
    column-gap: 5%;
    position: relative;
    z-index: 0;
}

.container-project p {
    font-family: "Edmondsans", sans-serif;
    font-size: 78%;
    margin: 1.5% 12% 1% 12%;
    text-align: center;
    line-height: 200%;
    color: #272727;
}

.container-project a {
    color: #272727;
}

.container-project .box-project {
    width: 100%;
    padding: 8.5% 0% 6% 0%;
    overflow: hidden;
    break-inside: avoid;
    position: relative;
    z-index: 0;
}

.container-project .box-project-portrait {
    width: 100%;
    padding: 8.5% 0% 6% 0%;
    overflow: hidden;
    break-inside: avoid;
    position: relative;
    z-index: 0;
}

.container-project .box-project img {
    max-width: 100%;
}

.container-project .box-project-portrait img {
    max-width: 100%;
}

.container-project .box-project p {
    color: #888888;
    margin: 1% 24% 0% 24%;
}

.container-project .box-project-portrait p {
    color: #888888;
    margin: 1% 24% 0% 24%;
}

.container-project .box-project video {
    max-width: 100%;
    outline: none;
}

.container-project .box-project iframe {
    min-width: 100%;
    height: 56.25%;
}

.header-mobile {
    top: 0;
    width: 100%;
    padding-top: 4%;
}

.logotype-mobile {
    float: left;
    padding-top: 0%;
    font-size: 120%;
    font-family: DinAlternate;
    padding-left: 15%;
}

.logotype-project-mobile {
    float: left;
    padding-top: 0%;
    padding-left: 15%;
    font-family: DinAlternate;
    position: relative;
    z-index: 2;
}

.logotype-project-mobile h1 {
    font-size: 100%;
    padding: 0 0 2% 0;
    margin: 0;
}

.logotype-project-mobile h4 {
    font-size: 80%;
    color: #4f4f4f;
    padding: 0;
    margin: 0;
}

.homebutton-mobile {
    float: right;
    padding-top: 0.6%;
    width: 20%;
    padding-right: 15%;
}

.homebutton-mobile img {
    max-width: 18%;
    float: right;
    padding-top: 0.5%;
}

.homebutton {
    display: none;
    visibility: hidden;
}

.logotype {
    display: none;
    visibility: hidden;
}

.logotype-project {
    display: none;
    visibility: hidden;
}

.footer {
    width: 100%;
    height: 8%;
}


/* Small devices (landscape phones, 576px and up) */

@media only screen and (min-width: 576px) {
    .logotype-mobile {
        padding-top: 0.3%;
        font-size: 135%;
    }
    .homebutton-mobile img {
        max-width: 15%;
        padding-top: 0.6%;
    }
}


/* Medium devices (tablets, 768px and up) */

@media only screen and (min-width: 768px) {
    .logotype {
        display: block;
        visibility: visible;
        width: 6%;
        margin-left: 4%;
        padding-top: 4.9%;
        float: left;
        position: relative;
        z-index: 2;
    }
    .logotype img {
        width: 40%;
    }
    .logotype-project {
        display: block;
        visibility: visible;
        width: 6%;
        margin-left: 4%;
        padding-top: 4.7%;
        float: left;
        position: relative;
        z-index: 2;
    }
    .logotype-project img {
        width: 75%;
    }
    .homebutton {
        display: block;
        visibility: visible;
        visibility: visible;
        float: right;
        padding-right: 4%;
        padding-top: 4.6%;
        width: 3%;
    }
    .homebutton img {
        max-width: 80%;
    }
    .header-mobile {
        display: none;
        visibility: hidden;
    }
    .container {
        width: 65%;
        margin: 0 17.5% auto;
        columns: 2;
        column-gap: 5%;
        padding-top: 2%;
    }
    .container .box {
        width: 100%;
        padding: 10% 0% 0% 0;
        position: relative;
        z-index: 0;
    }
    .container .box img {
        min-width: 100%;
    }
    .container-project {
        padding-top: 0.5%;
        width: 58%;
        margin: 0% 20% auto;
    }
    .container-project p {
        font-size: 85%;
        margin: 2.5% 24% 2.5% 24%;
        line-height: 210%;
        color: #272727;
    }
    .container-project .box-project {
        padding: 7.5% 0% 9% 0;
    }
    .container-project .box-project-portrait {
        margin: 0% 7% auto;
        width: 76%;
        padding: 7.5% 0% 6% 4.5%;
        clear: both;
        text-align: center;
    }
}


/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
    .logotype-project img {
        width: 68%;
    }
    .homebutton img {
        max-width: 75%;
    }
    .logotype img {
        width: 43%;
    }
}


/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
    .logotype-project img {
        width: 54%;
    }
    .homebutton img {
        max-width: 60%;
    }
    .logotype img {
        width: 35%;
    }
}


/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1600px) {
    .logotype img {
        width: 26%;
    }
    .logotype-project img {
        width: 43%;
    }
    .homebutton img {
        max-width: 45%;
    }
    .container {
        width: 55%;
        margin: 0 22.5% auto;
    }
    .container-project .box-project-portrait {
        width: 65%;
        padding: 7.5% 0% 6% 10.5%;
    }
    .container-project p {
        font-size: 90%;
        margin: 1% 24% 1.5% 24%;
    }
}