
.rslides_container {
    position: relative;
    float: left;
    width: 100%;
}
.rslides {
    margin: 0 auto;
}
.rslides li {
    position: relative;
}
.rslides li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(rgba(35, 35, 35, 0.6),rgba(35,35,35,0));
    z-index: 3;
    pointer-events: none;
}
.rslides li:after {
    content: "";
    position: absolute;
    /* top: 50%; */
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(rgba(35,35,35,0),rgba(35,35,35,0.55));
    z-index: 3;
    pointer-events: none;
}
.rslides1_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 50%;
    left: 1%;
    z-index: 99;
    overflow: hidden;
    text-decoration: none;
    height: 60px;
    width: 3%;
    margin-top: -45px;
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
}
@media only screen and (min-width: 1150px) {
    .rslides1_nav {
        left: 2%;
        width: 6%;
    }
}
.rslides_nav:before {
    content: "";
    width: 2px;
    background-color: rgba(255,255,255,0.9);
    height: 80%;
    position: absolute;
    left: 50%;
    top: 10%;
    display: block;
}
.rslides1_nav:active {
    /*opacity: 1.0;*/
}
.rslides1_nav.next {
    left: auto;
    right: 1%;
}
@media only screen and (min-width: 1150px) {
    .rslides1_nav.next {
        right: 2%;
    }
}
.rslides_nav.next:before {
    left: auto;
    right: 50%;
}
.rslides1_nav:focus,
.rslides2_nav:focus,
.rslides3_nav:focus {
    outline: none;
}
.rslides_tabs {
    text-align: right;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    position: relative;
    z-index: 2;
    bottom: 125px;
    left: 5%;
    width: 90%;
    padding-bottom: 20px;
}
@media only screen and (min-width: 1150px) {
    .rslides_tabs {
        left: 10%;
        width: 80%;
    }
}
.rslides_tabs li {
    display: inline;
    float: none;
    _float: left;
    *float: left;
    margin-right: 20px;
}
.rslides_tabs a {
    text-indent: -9999px;
    overflow: hidden;
    background: #ccc;
    background: rgba(0,0,0,0);
    display: inline-block;
    _display: block;
    *display: block;
    width: 31px;
    height: 31px;
    border: 1px solid rgba(255, 255, 255, 0);
    position: relative;
    color: rgba(0,0,0,0);
    transition: all ease 0.2s;
}
.rslides_tabs a:hover {
    background: rgba(0, 154, 166, 1);
}
.rslides_tabs a:before {
    content: "";
    background-color: rgba(255, 255, 255, 1);
    position: absolute;
    left: 12px;
    top: 11px;
    display: block;
    width: 5px;
    height: 5px;
}
.rslides_tabs .rslides_here a {
    border: 1px solid rgba(255,255,255,0.3);
}
@media screen and (max-width: 600px) {
    .github {
        display: none;
    }
}

/*  */

/* headings (application) */

h1 {
    display: block;
    font-family: "semplicitapro",sans-serif;
    font-size: 20px;
    font-weight: 500;
    /*color: rgba(0, 154, 166, 1);*/
    color: white;
    /*text-shadow: 0 0 1px rgba(0,0,0,1);*/
}
h2 {
    display: block;
    font-family: "semplicitapro",sans-serif;
    font-size: 2rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 20px;
    text-shadow: 0 0 1px rgba(0,0,0,1);
}
h3 {
    display: block;
    z-index: 4;
    font-family: "semplicitapro",sans-serif;
    font-size: 2rem;
    font-weight: 500;
    color: #0c0c0c;
    margin: 0 0 25px 0;
}
h4 {
    display: block;
    font-family: "semplicitapro",sans-serif;
    font-size: 2rem;
    font-weight: 500;
    /*color: rgba(255, 255, 255, 1);*/
    margin-bottom: 20px;
    text-shadow: 0 0 1px rgba(0,0,0,1);
}
h5 {
    font-family: "semplicitapro",sans-serif;
    font-size: 1.125em;
    font-weight: 600;
    color: #3a3a3a;
    margin: 0 0 25px 0;
}

/* images / rotation */

#wrapper, .rslides_container, .rslides, .rslides li {
    height: 100%;
}

.intro-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    transition: all ease 3s;
    transition-delay: 0.5s;
    background-color: rgba(35,35,35,1);
}
.rslides_container .intro-image {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.rslides_container .rslides1_on .intro-image {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.img1 {
    background-image: url(../images/slides/img1.jpg);
}
.img2 {
    background-image: url(../images/slides/img2.jpg);
}
.img3 {
    background-image: url(../images/slides/img3.jpg);
}

/* header section */

.strap {
    bottom: 155px;
    left: 5%;
    display: block;
    position: absolute;
    width: 100%;
    max-width: 740px;
    z-index: 4;
    padding-left: 20px;
    text-shadow: 0 0 2px rgba(0,0,0,0.4);
}
.leader {
    position: absolute;
    left: 5%;
    top: 200px;
    padding-left: 20px;
    z-index: 13;
    font-size: 20px;
    font-weight: 500;
    /*text-align: right;*/
    max-width: 760px;
    text-shadow: 0 0 1px rgba(0,0,0,1);
}
.strap h4 {
    color: #009aa6;
    font-weight: 600;
    margin: 0 0 0 0;
}
.strap h4 a {
    text-decoration: none;
}
@media only screen and (min-width: 1150px) {
    .strap, .leader {
        left: 10%;
    }
}
.leader h1 {
    margin-bottom: 25px;
}
.leader a {
    padding: 0 0 2px;
    color: white;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    font-family: "semplicitapro",sans-serif;
}
@media only screen and (min-width: 1150px) {
    .strap, .leader {
        padding-left: 50px;
    }
}

header {
    position: absolute;
    width: 90%;
    left: 5%;
    height: 150px;
    z-index: 14;
    border-bottom: 1px solid rgba(255,255,255,0.25);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
@media only screen and (min-width: 1150px) {
    header {
        width: 80%;
        left: 10%;
    }
}
header a.logo {
    max-width: 260px;
    height: 100%;
    background-image: url(../images/logo.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: left center;
    margin-left: 10px;
    transition: opacity ease 0.4s;
    line-height: 4000;
    overflow: hidden;
    flex: 1 1 30%;
}

.menu-button,
.menuhold {
    width: 100%;
}
nav {
    height: 160px;
    z-index: 20;
    flex: 1 1 30%;
    max-width: 360px;
    margin: 22px 10px 0 0;
}
@media only screen and (min-width: 1150px) {

}
.navbutton {
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 22px;
    right: 20px;
    background-image: url(../images/menu-icon-white.svg);
    background-size: 25%;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    border: 1px solid rgba(255,255,255,0.3);
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.03);
}
.menuhold {
    position: absolute;
    top: 176px;
    right: 20px;
    display: block;
    width: 100%;
    max-width: 360px;
    z-index: 10;
    overflow: hidden;
    pointer-events: none;
}
.menu-dropdown {
    pointer-events: auto;
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    transition: transform ease 0.2s;
    transition-delay: 0s;
    transform: translateY(-120%);
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.03);
}

/*.no-touch nav:hover .menu-dropdown,*/
/*.no-touch nav .menu-dropdown:hover {*/
    /*transform: translateY(0);*/
/*}*/

/*nav:hover .menu-dropdown,*/
/*nav:focus .menu-dropdown,*/
/*nav:focus-within .menu-dropdown,*/
/*nav .menu-dropdown:focus,*/

/*nav:focus-within .menu-dropdown {*/
    /*transform: translateY(0);*/
/*}*/
/*nav:hover .menu-dropdown,*/
/*nav:focus .menu-dropdown,*/
/*nav .menu-dropdown:focus {*/
    /*transform: translateY(0);*/
/*}*/

/*.navbutton:focus + .menuhold .menu-dropdown {*/
    /*transform: translateY(0);*/
/*}*/

.navbutton {
    z-index: 30;
}
.navbutton:hover + .menuhold .menu-dropdown,
nav:hover .menu-dropdown {
    transform: translateY(0);
}
nav:focus .menu-dropdown,
nav .menu-dropdown:focus-within,
nav .menu-dropdown:focus {
    transform: translateY(0);
}

#wrapper:focus {
    outline: none !important; /* Urgh, Safari */
}

.menu-dropdown span {
    display: block;
}
.menu-dropdown span a {
    padding: 15px 33px 17px 17px;
    display: block;
    text-decoration: none;
    text-align: right;
    background-color: rgba(3, 139, 149, 0.7);
    color: white;
    transition: all ease 0.3s;
}
.menu-dropdown span a:hover {
    text-shadow: none;
    background-color: rgba(3, 139, 149, 1);
}

/* main section */

main {

}
main section ul {
    margin: 0 0 20px 0;
}
section {
    margin: 0 5%;
    padding: 100px 20px;
}
@media only screen and (min-width: 1150px) {
    section {
        padding: 100px 50px;
        margin: 0 10%;
    }
}
#about > div {
    border-bottom: 40px solid #e2e3df;
    padding-bottom: 25px;
    margin-bottom: 15px;
}

/* subsection pages */

.subsection #wrapper {
    height: 50%;
    overflow: hidden;
    position: relative;
}
.subsection .intro-image {
    width: 100%;
    height: 100%;
    background-image: url(../images/slides/img3-sm.jpg);
    background-size: cover;
    background-position: center 0;
}
.subsection .strap {
    bottom: 10%;
}

@media only screen and (min-width: 1150px) {
    .leader, .leader h1 {
        font-size: 1.25rem;
    }
    h2, h3, h4 {
        font-size: 2.25rem;
    }
    .text-copy {
        font-size: 1.25rem;
    }
}

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

    .leader, .leader h1 {
        font-size: 1.25rem;
    }
    h2, h3, h4 {
        font-size: 1.625rem;
    }
    .strap {
        left: 5%;
        width: 90%;
        bottom: 80px;
        padding: 10px 10px;
    }
    .leader {
        left: 5%;
        width: 90%;
        top: 120px;
        padding-left: 10px;
    }
    header {
        height: 100px;
        width: 90%;
        left: 5%;
    }
    header a.logo {
        width: 200px;
        background-size: 180px 40px;
        top: 30px;
        left: 15px;
    }
    .subsection #wrapper {
        height: 50%;
    }
    nav {
        margin: 24px 10px 0 0;
        max-width: 50px;
    }
    .navbutton {
        right: 10px;
        width: 50px;
        height: 50px;
        top: 24px;
        background-size: 35%;
    }
    .menuhold {
        top: 99px;
        right: 0;
        max-width: none;
    }
    .menu-dropdown {
        background-color: rgba(0, 0, 0, 0.2);
    }
    .subsection .menu-dropdown {
        border: none;
    }
    .menu-dropdown span a {
        border-right: none;
        background-color: rgba(3, 139, 149, 0.9);
    }
    .rslides1_nav {
        width: 2%;
        display: none;
    }
    .rslides_tabs {
        bottom: 70px;
        padding-bottom: 10px;
        left: 5%;
        width: 90%;
    }
    .rslides_tabs li {
        margin-right: 10px;
    }
    .rslides li:after {
        background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
    }
    .img1 {
        background-image: url(../images/slides/img1-sm.jpg);
    }
    .img2 {
        background-image: url(../images/slides/img2-sm.jpg);
    }
    .img3 {
        background-image: url(../images/slides/img3-sm.jpg);
        background-position-x: 70%;
    }
    section {
        margin: 0 5%;
        padding: 50px 10px;
    }
}
@media only screen and (max-width: 600px) {
    .leader, .leader h1 {
        font-size: 1rem;
    }
    h2 {
        font-size: 1rem;
    }
    h3, h4 {
        font-size: 1.5rem;
    }
    .strap {
        left: 5%;
        width: 90%;
        bottom: 80px;
        padding: 10px 10px;
    }
    .leader {
        left: 5%;
        width: 90%;
        top: 120px;
        padding-left: 10px;
    }
    nav {

    }
    .menu-dropdown span a {
        padding: 13px 17px 13px 17px;
    }
}
@media only screen and (max-height: 500px)  {
    .leader {
        display: none;
    }
}

/* clients */

.clients {
    width: 100%;
    margin: 0 0 0 0;
    /*background-color: #009aa6;*/
    background-color: #58c3cf;
    padding-bottom: 145px;
}
.clients section {
    padding-bottom: 0;
}
.clients h3 {
    color: white;
}

.client-list {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 138px;
    margin-bottom: 25px;
}
.client-list img:nth-of-type(1),
.client-list img:nth-of-type(2),
.client-list img:nth-of-type(3) {
    position: absolute;
    left: 0;
    top: 0;
    height: auto;
    width: auto;
    animation: slideshow1 30s linear infinite;
    animation-fill-mode: backwards;
    opacity: 1;
    max-width: none;
    transform: translateX(0%);
}
.client-list img:nth-of-type(2) {
    animation-delay: 15s;
}
.client-list img:nth-of-type(3) {
    animation: slideshow2 15s linear 1;
    animation-fill-mode: forwards;
    transform: translateX(0%);
    opacity: 1;

}
@keyframes slideshow1 {
    0% {
        transform: translateX(100%);
    }
    0.01% {
        transform: translateX(100%);
    }
    99.99% {
        transform: translateX(-100%);
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes slideshow2 {
    0% {
        transform: translateX(0%);
    }
    0.01% {
        transform: translateX(0%);
    }
    99.99% {
        transform: translateX(-100%);
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@supports (-ms-ime-align:auto) {

}

a.case-studies {
    color: #ffffff;
    text-decoration: none;
    padding: 10px 10px 11px;
    font-size: 1rem;
    display: inline-block;
    position: absolute;
    right: calc(5% + 10px);
}
a.case-studies:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: width ease 0.5s;
    height: 1px;
    width: 0;
    background: white;
}
a.case-studies:hover:before {
    width: 100%;
}
@media only screen and (min-width: 1150px) {
    a.case-studies {
        right: calc(10% + 40px);
    }
}

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

}
@media only screen and (max-width: 800px) {
    .clients {
        padding-bottom: 90px;
    }
    a.case-studies {
        right: 5%;
    }
}
@media only screen and (max-width: 700px) {
    .clients {
        padding-bottom: 50px;
    }
    a.case-studies {
        right: auto;
        position: relative;
        left: 5%;
        width: 90%;
    }
}

/** featured **/

.featured {
    width: 100%;
    background: #fbf8f8;

    background-size: cover;
    background-position: top center;
}
.featured-image {
    margin: 0 0 20px 0;
    width: 100%;
}
.blue-button {
    padding: 15px 30px 17px;
    color: white;
    display: inline-block;
    background-color: #2caae2;
    text-decoration: none;
}

/** copy sections **/

.copy-layout {
    display: flex;
}
.copy-layout .copy-image {
    flex: 1 1 30%;
    margin-left: 5%;
}
.copy-layout .copy-text {
    flex: 1 1 60%;
}
.how-we-do .copy-layout .copy-image {
    margin-right: 5%;
    margin-left: 0;
    flex: 1 1 20%;
}
.how-we-do .copy-layout .copy-image img {
    /*max-height: 380px;*/
}
@media only screen and (min-width: 1300px) {
    .copy-layout {
        align-items: center;
        justify-content: center;
    }
}
@media only screen and (max-width: 800px) {
    .copy-layout {
        flex-direction: column-reverse;
    }
    .how-we-do .copy-layout {
        flex-direction: column;
    }
    .copy-layout .copy-image {
        margin: 0 0 30px 0;
        text-align: center;
    }
    .how-we-do .copy-layout .copy-image {
        margin: 0 0 10px 0;
    }
    .copy-layout .copy-image img {
        width: 80%;
        max-width: 360px;
        margin: 0 auto;
    }
}

/* what's happening */

.news {
    width: 100%;
    background: #fbf8f8;
}
.news h3 {

}
.news h5 {
    font-weight: 500;
}

@media (min-width: 1351px) {
    .news h5 {
        min-height: 200px;
    }
}

.news .articles {
    display: flex;
    flex-wrap: wrap;
    padding: 5px 0 20px;
    list-style: none;
    margin: 0 -10px 0;
}
.news .articles li {
    text-align: left;
    /*flex: 1 1 45%;*/
    flex: 1 1 31%;
    flex-direction: column;
    margin: 0 10px 20px 10px;
    padding: 0 0 0 0;
    position: relative;
}
.news .articles li > a {
    padding: 0;
    display: block;
    height: 100%;
    transition: border ease 0.2s;
    border-radius: 0;
    background-color: white;
    border: 30px solid #e2e3df;
    position: relative;
    z-index: 2;
}
.news .articles li > a:hover {
    border: 30px solid #0c0c0c;
}
.news .articles li > a,
.news .articles li > a h5,
.news .articles li > a a,
.news .articles li > a time
{
    color: #0c0c0c;
}
.news .articles li img {
    margin: 0 0 30px 0;
    width: 100%;
}
.news .articles li .article-image {
    margin: 0 0 10px 0;
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center top;
    display: block;
    align-self: start;
}
.news .articles li h5 {
    font-family: "semplicitapro", "Muli", sans-serif;
    padding: 0 0 25px 0;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #e1e3de;
    font-size: 2rem;
}
.news .articles li span {
    padding: 20px;
    display: block;
}
.news a {
    text-decoration: none;
}
.news time {
    font-size: 0.875rem
}

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

    .news .articles {
        display: block;
        margin: 0 auto;
    }
    .news .articles li {
        width: 100%;
        position: relative;
        margin: 0 0 30px;
    }
    .news .articles li a {
        display: flex;
        align-items: center;
    }
    .news .articles li .article-image {
        margin: 0;
        height: auto;
        -ms-flex: 1 1 30%;
        flex: 1 1 45%;
        -ms-flex-item-align: stretch;
        align-self: stretch;
    }
    .news .articles li span {
        display: block;
        -ms-flex: 1 1 70%;
        flex: 1 1 55%;
        margin-left: 0;
    }

}
@media only screen and (max-width: 800px) {
    .news .articles li h5 {
        font-size: 1.625rem;
    }
}

@media only screen and (max-width: 600px) {
    .news .articles li a {
        display: block;
        align-items: inherit;
    }
    .news .articles li img {
        max-width: none;
        margin: 0 0 30px 0;
        height: auto;
        width: 100%;
        flex: auto;
    }
    .news .articles li .article-image {
        min-height: 170px;
    }
}
@media only screen and (max-width: 500px) {
    .news .articles li a, .news .articles li a:hover {
        border: none;
    }
}

/* let's make it happen */

.lets-make-it {
    width: 100%;
    background-color: #58c3cf;
}
.lets-make-it h3 {
    color: white;
}
.lets-make-it .contact-message {
    padding: 30px 30px 23px;
    margin: 0 0 30px;
    position: relative;
    border: 30px solid white;
    border-radius: 100px;
    color: #fff;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.03);
}
@media only screen and (min-width: 1150px) {
    .lets-make-it .contact-message {
        padding: 80px 80px 73px;
    }
}
.lets-make-it .contact-message::before {
    content: "";
    width: 250px;
    position: absolute;
    z-index: +1;
    background-image: url(../images/model-dave.png);
    background-repeat: no-repeat;
    background-size: contain;
    transform: scaleX(-1);
    background-position: 0 -14px;
    filter: grayscale(100%);
    /*opacity: 0.8;*/

    height: 180px;
    bottom: -250px;
    right: -40px;
}
.lets-make-it .contact-message::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 40px 40px 0;
    position: absolute;
    bottom: -50px;
    border-color: transparent #ffffff transparent transparent;
    right: 30px;
}

.lets-make-it .contact-message ul.further-links {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 25px 0 0 0;
}
.lets-make-it .contact-message ul.further-links li {
    flex: 1 1 33%;
    text-align: center;
    padding-top: 100px;
    background-size: auto 80%;
    background-repeat: no-repeat;
    background-position: top center;
}
.lets-make-it .contact-message ul.further-links li:nth-of-type(1) {
    background-image: url(../images/small-abstract-engagement.gif)
}
.lets-make-it .contact-message ul.further-links li:nth-of-type(2) {
    background-image: url(../images/small-abstract-development.gif)
}
.lets-make-it .contact-message ul.further-links li:nth-of-type(3) {
    background-image: url(../images/small-abstract-support.gif)
}
.lets-make-it .contact-message ul.further-links li a {
    font-weight: 700;
    text-decoration: none;
}


@media only screen and (max-width: 1350px) {
    .lets-make-it .contact-message::before {

    }
}
@media only screen and (max-width: 1150px) {
    .lets-make-it .contact-message {
        border-radius: 50px;
    }
}
@media only screen and (max-width: 800px) {
    .lets-make-it .contact-message {
        padding: 30px 30px 23px;
        border: none;
        background: #fff;
        color: #0c0c0c;
    }
    .lets-make-it.contact-message a {
        color: #0c0c0c;
    }
    .lets-make-it .contact-message::before {
        bottom: -215px;
        right: -5px;
    }
    .lets-make-it .contact-message::after {
        bottom: -20px;
    }
    .lets-make-it .contact-message ul.further-links li {
        background-image: none !important;
        padding-top: 0;
    }
}
@media only screen and (max-width: 600px) {

}
@media only screen and (max-width: 400px) {
    .lets-make-it .contact-message {
        margin-bottom: 200px;
    }
    .lets-make-it .contact-message ul.further-links li a {
        font-size: 10px;
    }
}

/* final word */

.final-word {

}
.final-word section {
    padding: 100px 20px 20px;
}
@media only screen and (min-width: 1150px) {
    .final-word section {
        padding: 100px 50px 20px;
    }
}
.final-word .speechbubble {
    padding: 30px 30px 23px;
    margin: 0 0 30px;
    border: 30px solid #f1e4e3;
    border-radius: 100px;
    position: relative;
}
@media only screen and (min-width: 1150px) {
    .final-word .speechbubble {
        padding: 80px 80px 73px;
    }
}
.final-word .speechbubble::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 40px 40px 0;
    border-color: transparent #f1e4e3 transparent transparent;
    position: absolute;
    bottom: -55px;
    left: 50px;
}
.final-word .team {
    display: flex;
    flex-wrap: wrap;
    margin: 70px -20px 0;
}
.final-word .team li {
    flex: 1 1 10%;
    margin: 0 20px;
    text-align: center;
}
.final-word .team li img {
    max-width: 240px;
    margin: 0 auto;
    width: 100%;
}
.final-word .team span {
    text-align: left;
    overflow: hidden;
    display: block;
    min-height: 190px;
    position: relative;
}
.final-word .team span:before {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: #272727;
    position: absolute;
    top: calc(1.125em + 30px); left: 0;
    transition: all ease 0.3s;
    transform: translateX(-100%);
}
.final-word .team li:hover span:before {
    transform: translateX(0);
}
.final-word .team h5 {
    /*border-bottom: 3px solid #272727;*/
    font-weight: 500;
    padding: 10px;
    position: absolute;
    top: -40px;
    transition: all ease 0.3s;
}
.final-word .team li:hover h5 {
    top: 0;
}
.final-word .team p {
    position: absolute;
    transform: translateY(-100%);
    transition: all ease 0.3s;
    padding: 10px;
    font-size: 0.875rem;
}
.final-word .team li:hover p {
    transform: translateY(70px);
}

@media only screen and (max-width: 1150px) {
    .final-word .speechbubble {
        border-radius: 100px;
    }
    .final-word .team li {
        margin: 0 0 10px 0;
    }
    .final-word .team h5 {
        font-size: 1rem;
    }
    .final-word .team p {
        font-size: 0.75rem;
    }
}
@media only screen and (max-width: 900px) {

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

    .final-word .speechbubble {
        padding: 0 0 0 0;
        border: none;
    }
    .final-word .speechbubble::after {
        display: none;
    }
    .final-word section {
        padding: 50px 10px;
    }
    .final-word .team {
        margin: 0 -20px 0;
    }
    .final-word .team li {
        margin: 0 0;
    }
    .final-word .team span {
        overflow: auto;
        min-height: initial;
    }
    .final-word .team span:before {
        height: 2px;
        position: static;
        margin: 0 15px;
        width: auto;
        transform: translateX(0);
    }
    .final-word .team h5 {
        position: static;
        text-align: center;
        font-size: 1rem;
        margin: 0 0 0 0;
    }
    .final-word .team p {
        display: none;
    }
}
@media only screen and (max-width: 600px) {

}

/* partners */

.partners {
    width: 100%;
    /*background-color: #009aa6;*/
    /*background-color: #11808c;*/
    background-color: #58c3cf;
}
.partners h3 {
    color: white;
}
.partners-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px 0;
}
.partners-list li {
    padding: 0 0 30px 0;
    margin: 0 20px;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    flex: 1 1 20%;
    color: white;
    transition: all ease 0.4s;
}
.partners-list li:hover {
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
.partners-list li span {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    width: 100%;
    position: relative;
    display: block;
    background: white;
    padding: 50px 20px;
    margin-bottom: 25px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.03);
    transition: all ease 0.4s;
    transform: scale(1);
}
.partners-list li span img {
    width: 100%;
    max-width: 280px;
    transition: all ease 0.4s;
    transform: translateX(-50%);
    position: relative;
    left: 50%;
}
.partners-list li h5 {
    font-size: 1.25rem;
    color: white;
    margin: 0 0 15px 0;
    font-weight: 400;
}
.partners-list li:hover span {
    -webkit-filter: none;
    filter: none;
    transform: scale(1.05);
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.05);
}
.partners-list li:hover span img {
    transform: translateX(-50%);
}
.more-info {
    display: block;
    line-height: 1.5;
    font-size: 14px;
    min-height: 54px;
    text-align: left;
    position: relative;
    overflow: hidden;
}

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

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

}
@media only screen and (max-width: 600px) {
    .partners-list {
        margin: 0 0 0 0;
    }
    .partners-list li {
        flex: 1 1 100%;
        margin: 0 0 20px 0;
    }
    .partners-list li:last-of-type {
        margin: 0;
    }
}


/* hello/contact */

.hello {
    width: 100%;
    background-color: #009aa6;
}
.hello section, .hello section h3, .hello section a {
    color: white;
}
.hello section h3 {
    margin: 0 0 25px 0;
}
.contact-info {
    margin-bottom: 0;
    display: block;
    align-items: inherit;
    list-style: none;
    padding: 0 0 0 0;
    position: relative;
}
.contact-info li:first-of-type {
    margin-bottom: 40px;
}
.contact-info li:last-of-type:before {
    content: "© Openstreetmap";
    position: absolute;
    bottom: 0; left: 0;
    padding: 5px;
    color: white;
    background-color: #009aa6;
    font-size: 0.875rem;
    display: inline-block;
}
.contact-info li:last-of-type img {
    width: 100%;
}

.contact-details {
    font-size: 1rem;
    position: relative;
    z-index: +1;
}

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

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

}
@media only screen and (max-width: 800px) {
    .contact-info li:last-of-type img {
        object-fit: fill;
        object-position: 100%;
    }
}
@media only screen and (max-width: 600px) {
    .contact-info li:last-of-type:before {
        font-size: 0.5em;
    }
}
@media only screen and (max-width: 400px) {

}