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

}

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

    .drift-logo  {
        width:33vw;
    }
    .swiper-container-vertical > .swiper-pagination-bullets {
        right: 75px;
    }
    .full {
        padding: 120px 10vw;
    }
    .members-row-odd {
        position: relative;
        left: 0;
    }
    .members-row-even {
        position: relative;
        right: 0;
    }
    .member h4 {
        font-size: 24px;
        padding: 20px 20px 0;
    }
    .member p.position {
        font-size: 18px;
        padding: 0 20px;
    }
    .icon-text {
        margin-bottom: 20px;
        min-height: 360px;
    }
    .icon-text h3 {
        font-size: 24px;
    }
    .contact-details {
        margin-bottom: 50px;
    }
    .contact-details h3 {
        margin-bottom: 20px;
    }
}


@media only screen and (max-width: 800px) {
    
    .case-intro .head-title {
        font-size: 62px;
        line-height: 1em;
    }


    .slider-logo {
        display:none;
    }
    .slider-logo-box {
        width:33vw;
    }
    .slider-logo-box-m {
        display:block;
        position: absolute;
        z-index: 100;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        width:33vw;
    }
    nav.wrapper a span.title {
        display: none;
    }
    nav.wrapper a span.sub-title {
        font-size: 18px;
        font-weight: bold;
        font-family: montserrat, sans-serif;
        text-transform: uppercase;
    }
    nav.wrapper a.previous i {
        top: -7px;
    }
    nav.wrapper a.next i {
        top: -7px;
    }
    .service-intro .service-title {
        font-size: 36px;
    }
    .service-intro .head-title {
        font-size: 44px;
    }
    .full.overlap-top {
        margin-top: -50px;
    }
    .spacing {
        height: 10px;
        clear: both;
    }
    .two.spacing {
        height: 20px;
        clear: both;
    }
    .three.spacing {
        height: 30px;
        clear: both;
    }
    .four.spacing {
        height: 40px;
        clear: both;
    }
    #head-bg {
        background-image: url(../../images/header-bg.png);
        background-position: right center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: 80%;
    }
    .fullscreen-photo {
        display:block;
        width: 100vw;
        height: 50vh;
        background:#ccc;
    }
    .fullscreen-photo img {
        object-fit: cover;
        height:100%;
    }
    .fullscreen-photo img.slide-right {
        object-position: 100% 0;
    }
    #home-intro #home-svg {
        width: 100%;
        height: 100%;
        display: none;
    }
    #home-intro {
        width: 100vw;
        height: 50vh;
        background: #000;
        bottom:0;
    }
    #home-intro h2 {
        position: absolute;
        z-index: 3;
        left: 0;
        transform: translateY(-50%);
        top: 40%;
        width: 100px;
        line-height: 0.9em;
        letter-spacing: -1px;
    }
    #home-intro h2 span {
        left: 0;
        background: none;
        padding: 0 40px;
        color: #fff;
    }
    #home-intro h3 {
        color: #fff;
    }
    .action-hint {
        color: #fff;
    }
    #menu-controller {
        top: 10px;
    }
    #menu-controller #menu-icon {
        /*top: 10px;*/
    }
    #menu-controller #menu-icon-stack span {
        /*background: #000;*/
    }
    #home-contact-link a span {
        font-size: 18px;
        padding: 0 10px;
    }
    #home-contact-link a:hover span.link-label {
        transform: translateY(-24px);
    }
    #home-contact-link a:hover span.link-hover {
        transform: translateY(-30px);
    }
    #white-bar {
        /*display: block;*/
    }
    #home-intro h3 {
        font-size: 18px;
    }
    .action-hint {
        bottom: 50px;
    }
    .action-hint::before {
        bottom: -60px;
    }
    .action-hint::after {
        bottom: -60px;
    }
    nav#main-menu {
        top:40pt;
        left:40px;
        right:auto;
    }
    nav#main-menu ul {
        list-style: none;
        margin-left: 0;
        text-align: left;
    }
    nav#main-menu ul li a {
        line-height: 1.2em;
    }

    #contact-info {
        bottom:100px;
    }
    #contact-info p {
        margin-bottom:5px;
    }

    #socials {
        right: auto;
        left: 60px;
    }
    #socials ul {
        margin-left: 0;
    }
    #socials ul li a {
        margin-left: 0;
        margin-right: 30px;
    }
    .swiper-slide {
        background: #fff !important;
    }
    .left-section {
        background:transparent;
        width:50vw;
        height:auto;
        top:57vh;
    }
    .service-intro-wrapper {
        position:relative;
        left:12vw;
        width:80vw;
    }
    .services-label {
        left: 80px;
        display: none;
    }
    .service-intro-wrapper p.service-text {
        width: 100%;
    }
    .swiper-slide-active .service-intro-wrapper h2 {
        background: none;
    }
    .swiper-pagination-bullet strong {
        display: none;
    }
    .swiper-pagination-bullet {
        border-right: none;
        padding: 0;
        height: 8px;
        width: 8px;
        display: inline-block;
        border-radius: 100%;
        background: #fff;
        opacity: .5;
    }
    .swiper-container-vertical > .swiper-pagination-bullets {
        margin-top:-20px;
        right: 30px;
    }
    .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin-right: 8px;
    }
    .swiper-pagination-bullet::after {
        display: none;
    }
    .swiper-pagination-bullet-active {
        opacity: 1;
        background: #fff;
    }
    .float-img {
        width: 200px;
        bottom: 35%;
    }
    .full {
        padding: 100px 10vw;
    }
    .service-bottom {
        margin: 0 10vw;
    }
    .service-table .service-image {
        width: 100%;
    }
    .service-table-content {
        width: 100%;
        border-bottom: 1px solid #ccc;
        padding: 80px 10vw;
    }
    .service-intro-wrapper h2 {
        font-size:32px;
        margin-bottom:0;
    }
    .service-intro-wrapper h2 span {
        margin-top:0;
        margin-bottom:0;
    }
    .service-text {
        margin-bottom:10px;
    }
}

@media only screen and (max-width: 720px) {
    .drift-logo  {
        width:50vw;
    }
    .slider-logo-box {
        width: 50vw;
    }
    .slider-logo-box-m {
        width: 50vw;
    }
    .case-intro-wrapper {
        left: 60px;
    }
    .left-section {
        width: 60vw;
    }
    .case-intro .service-text-big {
        font-size: 24px;
        padding-right: 0;
        line-height: 1.5em;
    }
    .case-bottom {
        padding: 160px 0;
    }
    .case-bottom h2 {
        font-size: 60px;
    }
    .case-table-content {
        display: block;
        width: 100vw;
    }
    .case-table .case-image {
        display: block;
        width: 100vw;
        min-height:auto;
    }
    .case-table .case-image img {
        width: 100%;
        position: relative;
        top: auto;
        left: auto;
        transform: none;
    }
}

@media only screen and (max-width: 560px) {
    nav#main-menu {
        top:80px;
        left:40px;
    }
    #socials {
        right: auto;
        left: 40px;
        bottom: 20px;
    }
    .full {
        padding: 80px 40px;
    }
}

@media only screen and (max-width: 480px) {
    #menu-controller {
        top: 5px;
    }
    nav#main-menu ul li a {
        font-size: 16px !important;
    }
    nav#main-menu ul li {
        line-height:0.9 !important;
        margin-bottom:0 !important;
    }
    nav#main-menu ul li ul li a {
        font-size: 16px !important;
    }
    nav#main-menu ul li ul li {
        line-height:0.9 !important;
        margin-bottom:0 !important;
    }
    nav#main-menu ul li a::after {
        top: -10px;
        height: 2px;
    }
    nav#main-menu ul li ul {
        font-size: 16px;
    }
    #contact-info img {
        display:none;
    }

    .case-intro-wrapper {
        left: 40px;
    }
    .service-intro-wrapper {
        top:10px;
	    left:5vw;
    }
    .service-intro-wrapper h2 {
        font-size:24px;
    }
    .fullscreen-photo {
        height: 40vh;
        overflow: hidden;
    }
    .left-section {
        top:40vh;
    }
    #intro .fullscreen-photo {
        height: 50vh;
    }
    #intro .left-section {
        top:50vh;
    }
    .fullscreen-photo img {
        object-fit: cover;
        width: 100%;
    }
    .button {
        line-height: 1.4rem;
        padding: 4px 20px 4px 25px;
        font-size:16px;
    }
    a.button.boxed.black::before {
        display: none;
    }
    a.button.boxed.black::before {
        display: none;
    }
    nav#main-menu ul li ul {
        margin-left: 10px;
    }
    #contact-info p {
        font-size:16px;
        line-height:1;
        margin-bottom:0;
    }
    ul.services {
        display: none;
    }
    .case-intro .head-title {
        font-size: 36px;
    }
    .case-text-big {
        font-size: 16px;
    }
    .case-table-content {
        padding: 30px 30px;
        width: 100vw;
    }
    .case-table .case-image img {
        padding: 30px 30px;
        width: 100%;
        position: relative;
        top: auto;
        left: auto;
        transform: none;
    }
    .slider-logo-box-m {
        top:0 !important;
        transform: translateY(0%) !important;
    }
    .service-intro-wrapper p.service-text {
        font-size:16px !important;
    }
    .contact-details {
        font-size:16px !important;
    }

}