.site-pkb {
    color: #2E2E2E;
    font: 18px "Open Sans", sans-serif;
}

.site-pkb .header {
    position: relative;
    height: 270px;
    width: 100%;
    background-image: url("../../images/portfolio/pkb_card2.png");
    background-size: cover;
}

.site-pkb .logo {
    position: absolute;
    width: 100px;
    height: 103px;
    left: 20px;
    top: 70px;
    background-image: url("../../images/portfolio/pkb_logo.png");
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (min-width: 360px) {
    .site-pkb .logo {
        width: calc(100px + 30 * (100vw - 360px) / 400);
        height: calc(103px + 32 * (100vw - 360px) / 400);
        left: calc(20px + 30 * (100vw - 360px) / 400);
    }
}

@media screen and (min-width: 760px) {
    .site-pkb .logo {
        width: 130px;
        height: 130px;
        left: 50px;
    }
}

.site-pkb .title {
    font-size: 24px;
    left: 150px;
    width: 150px;
    position: absolute;
    top: 70px;
    font: 24px "Open Sans", sans-serif;
    font-weight: bold;
    color: white;
}

.site-pkb .tags-wrapper {
    left: 150px;
    position: absolute;
    top: 200px;
    text-align: left;
}

@media screen and (min-width: 360px) {
    .site-pkb .title {
        font-size: calc(24px + 18 * (100vw - 360px) / 400);
        left: calc(150px + 100 * (100vw - 360px) / 400);
        width: calc(150px + 350 * (100vw - 360px) / 400);
    }
    .site-pkb .tags-wrapper {
        left: calc(150px + 100 * (100vw - 360px) / 400);
    }
}

@media screen and (min-width: 760px) {
    .site-pkb .title {
        font-size: 42px;
        left: 250px;
        width: 500px;
    }
    .site-pkb .tags-wrapper {
        left: 250px;
    }
}

.site-pkb .description-inner {
    font-size: 18px;
    height: 250px;
    display: flex;
    align-items: center;
}

.site-pkb .map {
    height: 250px;
    background-image: url("../../images/portfolio/pkb/pkb_map.png");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.site-pkb .change_pkb {
    display: flex;
    padding: 40px 0 20px 15px;
}

.site-pkb .change_pkbmobile,
.site-pkb .change_pkblk {
    width: 50%;
    height: 70px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 10px;
}

.site-pkb .change_pkblk:hover:not(.change_focus) {
    background-color: #FFA71C10;
}

.site-pkb .change_focus {
    background-color: #FFA71C;
}

.site-pkb .change_focus p {
    cursor: context-menu;
}

.site-pkb .change_img_mobile,
.site-pkb .change_img_pkblk {
    background-repeat: no-repeat;
    height: 50px;
    width: 60px;
    margin-left: 50px;
    margin-right: 10px;
}

.site-pkb .change_pkbmobile p,
.site-pkb .change_pkblk p {
    font-weight: bold;
    color: black;
}

.site-pkb a:hover,
.site-pkb a:focus {
    text-decoration: none;
}

.site-pkb .change_focus p {
    color: white;
}

.site-pkb .change_img_mobile {
    background-image: url("../../images/portfolio/pkb/pkbmobile_icon.png");
}

.site-pkb .change_img_pkblk {
    background-image: url("../../images/portfolio/pkb/pkblk_icon.png");
}

@media (max-width: 960px) {
    .site-pkb .change_pkb {
        flex-direction: column;
    }
    .site-pkb .change_pkbmobile,
    .site-pkb .change_pkblk {
        width: 90%;
    }
}

.site-pkb .targets {
    margin-top: 30px;
    font-size: 18px;
}

.site-pkb .targets h3 {
    font-size: 24px;
}

.site-pkb .targets hr {
    height: 8px;
    background: #FFA71C;
}

.site-pkb .client {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 12px;
}

.site-pkb .client h4 {
    margin-top: 30px;
    font-size: 18px;
    font-weight: 600;
}

.site-pkb .instruments {
    margin-top: 30px;
    margin-bottom: 30px;
}

.site-pkb .instruments h4 {
    font-size: 18px;
    font-weight: 600;
}

.site-pkb .instruments .inst-wrapper {
    margin-top: 20px;
}

.site-pkb .instruments .instrument {
    position: relative;
    display: inline-block;
    width: 62px;
    height: 79px;
    font-size: 12px;
    text-align: center;
}

.site-pkb .instruments .name {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}

.site-pkb .instruments .inst-photoshop {
    background-image: url("../../images/portfolio/instruments/photoshop.png");
}

.site-pkb .instruments .inst-xmind {
    background-image: url("../../images/portfolio/instruments/xmind.png");
}

.site-pkb .instruments .inst-balsamiq {
    background-image: url("../../images/portfolio/instruments/balsamiq.png");
}

.site-pkb .instruments .inst-figma {
    background-image: url("../../images/portfolio/instruments/figma.png");
}

.site-pkb .instruments .inst-illustrator {
    background-image: url("../../images/portfolio/instruments/illustrator.png");
}

.site-pkb .gray-back {
    padding-top: 70px;
    padding-bottom: 70px;
    background: #E6E6E6;
}

.site-pkb .white-back {
    background: white;
}

.site-pkb .white-slide {
    /* padding-top: 20px; */
    padding-bottom: 20px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    display: table;
}

.site-pkb .gray-slide {
    margin-right: auto;
    margin-left: auto;
    background: white;
    display: table;
    /* padding-top: 20px; */
    padding-bottom: 20px;
}

.site-pkb .gray-slide-inner {
    display: table;
}

@media (min-width: 1200px) {
    .site-pkb .white-slide {
        width: calc(1100px + 30px);
    }
    .site-pkb .gray-slide {
        width: calc(1100px + (100vw - 1100px)/2);
    }
    .site-pkb .gray-slide-inner {
        margin-left: calc((100vw - 1100px) / 4);
        margin-right: calc((100vw - 1100px) / 4);
        width: 1100px;
    }
}

@media (min-width: 970px) and (max-width: 1199px) {
    .site-pkb .white-slide {
        width: calc(900px + 30px);
    }
    .site-pkb .gray-slide {
        width: calc(900px + (100vw - 900px)/2);
    }
    .site-pkb .gray-slide-inner {
        margin-left: calc((100vw - 900px) / 4);
        margin-right: calc((100vw - 900px) / 4);
        width: 900px;
    }
}

@media (min-width: 768px) and (max-width: 969px) {
    .site-pkb .white-slide {
        width: calc(680px + 30px);
    }
    .site-pkb .gray-slide {
        width: calc(680px + (100vw - 680px)/2);
    }
    .site-pkb .gray-slide-inner {
        margin-left: calc((100vw - 680px) / 4);
        margin-right: calc((100vw - 680px) / 4);
        width: 680px;
    }
}

@media (max-width: 767px) {
    .site-pkb .gray-slide-inner {
        margin-left: 15px;
        margin-right: 15px;
    }
}

.site-pkb h3 {
    font-size: 24px;
}

.site-pkb hr {
    height: 8px;
    background: #FFA71C;
    margin: 10px 0 30px 0;
}

.site-pkb .text {
    padding-top: 10px;
    padding-bottom: 10px;
}

.site-pkb .text p {
    margin-bottom: 30px;
}

.site-pkb .img {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.site-pkb .notebook {
    background-image: url("../../images/portfolio/pkb/notebook.png");
    height: 330px;
}

.site-pkb .prototype {
    background-image: url("../../images/portfolio/pkb/prototype.png");
    height: 330px;
}

.site-pkb .design-logo {
    background-image: url("../../images/portfolio/pkb/logo.png");
    height: 170px;
}

.site-pkb .colors {
    width: 270px;
    background-image: url("../../images/portfolio/pkb/colors.png");
    height: 94px;
    margin: 60px auto 50px;
}

@media screen and (min-width: 360px) {
    .site-pkb .colors {
        width: calc(270px + 300 * (100vw - 360px) / 400);
    }
}

@media screen and (min-width: 760px) {
    .site-pkb .colors {
        width: 570px;
    }
}

.site-pkb .navigation-panel {
    width: 320px;
    height: 200px;
    background-image: url("../../images/portfolio/pkb/navigation_panel.png");
    margin: 30px auto 0;
}

@media screen and (min-width: 360px) {
    .site-pkb .navigation-panel {
        width: calc(320px + 140 * (100vw - 360px) / 400);
    }
}

@media screen and (min-width: 760px) {
    .site-pkb .navigation-panel {
        width: 460px;
    }
}

@media screen and (min-width: 360px) {
    .site-pkb .navigation-panel {
        height: calc(200px + 90 * (100vw - 360px) / 400);
    }
}

@media screen and (min-width: 760px) {
    .site-pkb .navigation-panel {
        height: 290px;
    }
}

.site-pkb .map-panel {
    width: 320px;
    height: 200px;
    background-image: url("../../images/portfolio/pkb/map.png");
    margin: 30px auto 0;
}

@media screen and (min-width: 360px) {
    .site-pkb .map-panel {
        width: calc(320px + 272 * (100vw - 360px) / 400);
    }
}

@media screen and (min-width: 760px) {
    .site-pkb .map-panel {
        width: 592px;
    }
}

@media screen and (min-width: 360px) {
    .site-pkb .map-panel {
        height: calc(200px + 155 * (100vw - 360px) / 400);
    }
}

@media screen and (min-width: 760px) {
    .site-pkb .map-panel {
        height: 355px;
    }
}

.site-pkb .back {
    background-image: url("../../images/portfolio/pkb/displays_back.png");
    background-size: cover;
    height: 400px;
}

.site-pkb .linebreak {
    background: #E6E6E6;
    height: 70px;
    width: 100%;
    margin-top: 15px;
}

.site-pkb .footer {
    height: 170px;
    width: 100%;
    background-image: url("../../images/portfolio/pkb_card2.png");
    background-size: cover;
}

@media (max-width: 600px) {
    .site-pkb .tags-wrapper {
        left: 20px;
    }
}

@media screen and (max-width: 600px) and (min-width: 360px) {
    .site-pkb .tags-wrapper {
        left: calc(20px + 30 * (100vw - 360px) / 400);
    }
}

@media screen and (max-width: 600px) and (min-width: 760px) {
    .site-pkb .tags-wrapper {
        left: 50px;
    }
}

.change_img_pkblk:hover, .change_pkblk p:hover {
    cursor: pointer;
}


/*# sourceMappingURL=pkbmobile.css.map */


/*# sourceMappingURL=pkbmobile.scss.map */


/*# sourceMappingURL=pkbmobile.css.map */