@media only screen and (max-width: 1418px) {
    #main {
        margin-left: 55px;
        margin-right: 55px;
    }

    .team-inner {
        margin-left: 10px;
        margin-top: 20px;
    }

    .projekt-detail-bottom-headline {
        margin-top: 30px;
    }

}

@media only screen and (max-width: 1180px) {
    .projekt-list-info:hover {
        padding-top: 10%;
    }

    .projekt-list-item-number {
        font-size: 50px;
    }

    .projekt-detail-bottom-headline {
        margin-top: 30px;
    }

    .projekt-detail-content-bottom-container {
        margin-top: 60px;
    }

    figure.projekt-content-image {
        margin-top: 60px;
    }

}

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

    .team-inner .photo-box {
        float: none;
        display: inline-block;
        margin-bottom: 100px;
        /*margin-top: 50px;*/
    }

    .team-inner .info-box {
        float: none;
        height: 0;
        margin-bottom: 50px;
        margin-left: 0;
    }

}

@media only screen and (max-width: 960px) {
    .contact-address {
        float: none;
        margin-bottom: 20px;
    }

    .projekt-list {
        margin-top: 20px;
    }

    .projekt-list-item {
        width: 25%;
    }

    .projekt-detail-inner {
        margin-top: 30px;
    }

}

@media only screen and (max-width: 660px) {
    #logo {
        max-width: 60%;
        /*transform: scale(0.7);*/
        /*transform-origin: left;*/
    }

    #main {
        min-height: calc(100vh - 10px);
        margin-top: 10px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .contact-info {
        margin-top: 20px;
        font-size: 16px;
    }

    .contact-items.key {
        float: none;
        width: 100%;
    }

    .team-header {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .team-headline {
        margin-left: 10px;
    }

    .team-inner ul {
        padding: 0;
    }

    .team-inner .photo-box {
        margin-bottom: 150px;
    }

    .team-member .key,
    .team-member .value {
        font-size: 12px;
    }

    .team-member .key {
        float: none;
    }

    .projekt-list-item {
        width: 33%;
    }

    .projekt-detail-header-image {
        margin-top: 20px;
    }

    .projekt-detail-content-top, .projekt-detail-content-bottom {
        line-height: 1.6em;
    }

    .projekt-detail-inner {
        margin-top: 20px;
    }

    .projekt-detail-headline,
    .projekt-detail-bottom-headline{
        font-size: 24px;
    }

    #bottommenu {
        float: none;
        text-align: center;
    }

    #bottommenu ul.menu > li {
        float: none;
        display: inline-block;
    }

}

@media only screen and (max-width: 480px) {
    .projekt-list-info:hover {
        padding-top: 10%;
    }

    .projekt-list-item-number {
        font-size: 30px;
    }

    .projekt-list-item-prop {
        font-size: 12px;
    }

    .home #mainmenu {
        margin-right: 15px;
    }

    /*#logo {*/
        /*display: none;*/
    /*}*/
}

@media only screen and (max-width: 380px) {
    .projekt-list-info:hover {
        padding-top: 2%;
    }

    .projekt-list-item-number {
        font-size: 20px;
    }

    .projekt-list-item-prop {
        font-size: 10px;
    }
}
