/* --- Reset --- */


/* --------------------------------------------- */


/* rawline-regular - latin */

@font-face {
    font-family: 'rawline';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/rawline-400.eot');
    /* IE9 Compat Modes */
    src: local('rawline'), local('rawline-Regular'), url('/fonts/rawline-400.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/rawline-400.woff2') format('woff2'), /* Super Modern Browsers */
    url('/fonts/rawline-400.woff') format('woff'), /* Modern Browsers */
    url('/fonts/rawline-400.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/fonts/rawline-400.svg#rawline') format('svg');
    /* Legacy iOS */
}


/* rawline-700 - latin */

@font-face {
    font-family: 'rawline';
    font-style: normal;
    font-weight: 700;
    src: url('/fonts/rawline-700.eot');
    /* IE9 Compat Modes */
    src: local('rawline Bold'), local('rawline-Bold'), url('/fonts/rawline-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/rawline-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('/fonts/rawline-700.woff') format('woff'), /* Modern Browsers */
    url('/fonts/rawline-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/fonts/rawline-700.svg#rawline') format('svg');
    /* Legacy iOS */
}


/* roboto-regular - latin */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/roboto-v20-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local('Roboto'), local('Roboto-Regular'), url('/fonts/roboto-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/roboto-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('/fonts/roboto-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('/fonts/roboto-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/fonts/roboto-v20-latin-regular.svg#Roboto') format('svg');
    /* Legacy iOS */
}


/* roboto-700 - latin */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('/fonts/roboto-v20-latin-700.eot');
    /* IE9 Compat Modes */
    src: local('Roboto Bold'), local('Roboto-Bold'), url('/fonts/roboto-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/roboto-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('/fonts/roboto-v20-latin-700.woff') format('woff'), /* Modern Browsers */
    url('/fonts/roboto-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/fonts/roboto-v20-latin-700.svg#Roboto') format('svg');
    /* Legacy iOS */
}


/* roboto-900 - latin */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url('/fonts/roboto-v20-latin-900.eot');
    /* IE9 Compat Modes */
    src: local('Roboto Black'), local('Roboto-Black'), url('/fonts/roboto-v20-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/roboto-v20-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
    url('/fonts/roboto-v20-latin-900.woff') format('woff'), /* Modern Browsers */
    url('/fonts/roboto-v20-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/fonts/roboto-v20-latin-900.svg#Roboto') format('svg');
    /* Legacy iOS */
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}

body,
h1,
h2,
h3,
h4,
p {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

p {
    font: initial;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

@-ms-viewport {
    width: device-width;
}


/* --- Global --- */


/* --------------------------------------------- */

body {
    background: #fff;
    font-family: sans-serif, Arial;
    font-size: 18px;
    color: #103846;
    -webkit-font-smoothing: antialiased;
}

h1 {
    font-family: 'Roboto', sans-serif, Arial;
    font-weight: bold;
    overflow-wrap: break-word;
}

h2,
h3 {
    font-family: 'rawline', sans-serif, Arial;
    font-weight: bold;
    overflow-wrap: break-word;
}

h2 {
    font-size: 40px;
    margin-bottom: 30px;
}

h3 {
    font-size: 22px;
    margin-bottom: 20px;
}

p,
ul,
li {
    font-family: 'rawline', sans-serif, Arial;
    font-size: 18px;
    font-weight: normal;
    line-height: 32px;
    overflow-wrap: break-word;
}

ul>li>ul>li {
    font-size: 18px;
    font-weight: normal;
    line-height: 15px;
    margin-bottom: 10px;
}

ul>li>ul {
    margin-top: 10px;
    margin-left: 20px;
}

.inner p {
    margin-bottom: 20px;
}

ul {
    padding-left: 20px;
}

li {
    margin-bottom: 20px;
}

a,
a:link,
a:visited {
    text-decoration: none;
    color: #2d84b3;
    transition: color 0.1s ease;
}

button,
.button,
a.button,
.submit,
input[type=submit],
input.button,
button.button {
    -webkit-appearance: none;
    display: inline-block;
    border: none;
    background: #0E3745;
    color: #71C9B8;
    font-size: 20px;
    padding: 12px 35px 12px;
    border-radius: 25px;
    cursor: pointer;
    white-space: normal;
    line-height: normal;
    text-align: center;
}

button.green,
.button.green,
a.button.green,
.submit.green,
input[type=submit].green,
input.button.green,
button.button.green{
    background: #71C9B8;
    color: #0E3745;
}

button.outline,
.button.outline,
a.button.outline,
.submit.outline,
input[type=submit].outline,
input.button.outline,
button.button.outline{
    background: transparent;
    color: #0E3745;
    border: 3px solid #71C9B8;
    padding: 9px 35px 9px;
}

button.disabled,
.button.disabled,
a.button.disabled,
.submit.disabled,
input[type=submit].disabled,
input.button.disabled,
button.button.disabled{
    cursor: auto;
    pointer-events: none;
}

button.small,
.button.small,
a.button.small,
.submit.small,
input[type=submit].small,
input.button.small,
button.button.small{
    font-size: 14px;
    padding: 8px 31px 8px;
}


nav.meta {
    position: fixed;
    right: 0;
    top: 0;
    width:100%;
    z-index: 99;
    background: #E6F4F1;
    border-bottom: 1px solid #fff;
}

nav.meta > .logo {
    position: absolute;
    left: 40px;
    top: 20px;
    width: 270px;
    transform: translateY(-150%);
    transition: transform .75s ease-in-out;
}

body.fixedLogo nav.meta > .logo,
body.fixedHeader nav.meta > .logo {
    transform: translateY(0%);
}

nav.meta > .logo > img {
    width:100%;
    height:auto;
}

body>.burger {
    display: none;
    position: fixed;
    right: 15px;
    top: 15px;
    width: 50px;
    height: 50px;
    background: #fff url(images/icon-menu.svg) no-repeat center;
    background-size: 24px;
    z-index: 999;
    cursor: pointer;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

body.shownav>.burger {
    background: #71C9B8 url(images/icon-close.svg) no-repeat center;
    background-size: 20px;
}

nav.meta ul {
    list-style: none;
    padding:0;
    text-align: right;
}

nav.meta li {
    display: inline-block;
    padding: 0;
    font-size: 16px;
    margin:0;
}

nav.meta li a {
    display: inline-block;
    padding: 10px 20px;
    color: #0E3745;
}

.stepLabel {
    display: inline-block;
    background-color: #103846;
    color: #FFF;
    border-radius: 10px 0 10px 0;
    padding: 0px 20px;
}

.stepLabelPrioLeft {
    border-radius: 10px 0 0 0px;
}

.stepLabelPrioRight {
    border-radius: 0px 0px 10px 0px;
    background: transparent;
    color: #FFF;
    font-weight: bold;
}

.stepLabelInner {
    display: inline-block;
    padding: 20px;
    width: 100%;
}

.highlightStep {
    display: block;
    background-color: #71C9B8;
    border-radius: 10px;
}

.container.steps .step {
    display: block;
    background-color: #E6F4F1;
    border-radius: 10px;
}

.highlightStep .button.conversation {
}

.highlightStep .pullRight {
    text-align: right;
    display: block;
    margin-top:20px;
}


/* --- Structure --- */


/* --------------------------------------------- */

body>.mainContainer {}

section.side {
    position: absolute;
    top: 0;
    width: 240px;
    height: 100vh;
    z-index:98;
}

section.side .inner {
    width: 240px;
    height: 100%;
    position: absolute;
    background: url(images/main-visual.svg) no-repeat center right;
}

body.fixedLogo section.side,
body.fixedHeader section.side {
    position: fixed;
}

@media screen and (min-width:951px) {
    body.fixedHeader section.side .inner {
        top: -40%;
    }
}


section.content {
    padding-left: 300px;
}

section.side h1 {
    position: absolute;
    top: 50%;
    right: -70px;
    transform: translateY(-50%);
    transition: right .5s ease-in-out;
}

body.fixedLogo section.side h1,
body.fixedHeader section.side h1 {
    right: 100%;
}

section.side h1 span.icon.info {
    position: absolute;
    width: 18px;
    height: 18px;
    top: 12px;
    right: 12px;
    opacity: 0.4;
    margin: 0;
    display: block;
}

section.side h1 span.prototype {
    position: absolute;
    bottom: -4px;
    right: 34px;
    margin: 0;
    display: block;
    background: #3D555D;
    font-weight: bold;
    font-size: 12px;
    padding: 5px 14px;
    z-index: 10;
    color: #fff;
    border-radius: 7px;
    font-family: 'rawline';
    white-space: nowrap;
}

section.content .hero {}

section.content .hero .inner {
    padding: 80px;
    justify-content: center;
}

section.content .container:first-of-type .inner,
#finalPage .inner,
#finalPageWithoutPdfForms .inner {
    padding-top: 100px;
}

@media screen and (max-width:950px) {
    section.content .container:first-child .inner,
    #finalPage .inner,
    #finalPageWithoutPdfForms .inner {
        padding-top: 140px;
    }
}

@media screen and (max-width:600px) {
    section.content .container:first-child .inner {
        padding-top: 100px;
    }
}

section.content .hero .inner>p {
    margin-bottom: 60px;
}

section.content .hero .grid {
    display: grid;
    position: relative;
    grid-gap: 40px;
    grid-template-columns:1fr 1fr 1fr;
}

section.content .hero .grid .item {
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 2;
    padding-bottom: 50px;
}

section.content .hero .grid .item .bottom {
    position: absolute;
    bottom:0;
    margin:0;
    width:100%;
}

section.content .hero .grid .item .bottom button {
}

/* ---- */

section.content .hero .grid .item h3 {
    background-color: #FFF;
    display: inline-block;
    padding: 0 15px;
    white-space: nowrap;
    margin-left: -15px;
}




section.content .hero .grid .item h3 span.visual {
    position: relative;
    display: block;
    width: 100%;
    max-width: 135px;
    border-radius: 50%;
    background-color: #0E3745;
    background-position: center;
    background-size: 35%;
    background-repeat: no-repeat;
    margin-bottom:20px;
}

section.content .hero .grid .item h3 span.visual:after {
    content:""; 
    display: block;
    width:100%;
    padding-top:100%;
}

section.content .hero .grid .item h3 span.visual:before {
    content: "1";
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    top: 0;
    left: 0;
    background-color: #71C9B8;
    color: #fff;
    text-align: center;
    line-height: 35px;
}

section.content .hero .grid .item.bot101 h3 span.visual {
    background-color: #71C9B8;
}
section.content .hero .grid .item.monthly h3 span.visual {
    background-color: #E6F4F1;
}

section.content .hero .grid .item.bot101 h3 span.visual:before {
    content: "2";
    background-color: #0E3745;
}
section.content .hero .grid .item.monthly h3 span.visual:before {
    content: "3";
}


section.content .hero .grid .item.infos span.visual {
    background-image: url(images/home-icon-calculator.svg);
    background-size: 35%;
}

section.content .hero .grid .item.bot101 span.visual {
    background-image: url(images/home-icon-mouse.svg);
    background-size: 38%;
}

section.content .hero .grid .item.monthly span.visual {
    background-image: url(images/home-icon-files.svg);
    background-size: 50%;
}


@media screen and (max-height: 900px),
screen and (max-width: 1100px) {

    section.content .hero .grid .item h3 span.visual {
        width: 36px;
        height: 36px;
        display: inline-block;
        margin-bottom: -10px;
        margin-left:-4px;
        margin-right: 12px;
    }
    section.content .hero .grid .item h3 span.visual:before {
        display:none;
    }

}


@media screen and (max-height: 900px),
screen and (max-width: 1100px) {

    section.content .hero .grid .item h3 span.visual {
        width: 36px;
        height: 36px;
        display: inline-block;
        margin-bottom: -10px;
        margin-left:-4px;
        margin-right: 12px;
    }
    section.content .hero .grid .item h3 span.visual:before {
        display:none;
    }

}

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

    section.content .hero .grid .item {
        display: block;
        padding-bottom: 40px;
        margin-bottom:40px;
        border-bottom: 2px solid #ececec;
    }
    section.content .hero .grid .item p{
        margin-bottom:20px;
    }
    
    section.content .hero .grid .item .bottom {
        position: relative;
    }
    
    section.content .hero .grid .item .bottom button {
        padding-left: 25px;
        padding-right: 25px;
    }

}




section.content .hero > .bottom {
    padding: 0 80px 40px 0;
    text-align: center;
}

section.content .hero button.next {
    display: inline-block;
}

body>.progress {
    display: none;
    position: fixed;
    bottom: 0;
    padding: 20px 60px;
    background: #E6F4F1;
    width: 100%;
    z-index: 99;
}

body>.progress .line {
    position: relative;
    width: 100%;
    height: 6px;
    background: #fff;
    border-radius: 3px;
}

body>.progress .line>div.blueline {
    position: relative;
    width: 0%;
    height: 6px;
    background: #3D555D;
    border-radius: 3px;
    transition: width ease-in-out 1s;
    z-index: 99;
}

body>.progress .line>div.blueline:before {
    content: "";
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    top: -4px;
    right: -7px;
    background: #3D555D;
    border-radius: 7px;
}

body>.progress .line>div.step {
    position: absolute;
    width: 14px;
    height: 14px;
    margin-left: -7px;
    left: 0;
    top: -4px;
    background: #fff;
    border-radius: 7px;
    z-index: 1;
}

body>.progress .line>div.step-0,
body>.progress .line>div.step.active {
    background: #3D555D;
}

.container.hero .wirvsvirus {
    position: absolute;
    right: 80px;
    top: 96px;
    background: url(images/wirvsvirus.png) no-repeat center;
    background-size: contain;
    width: 230px;
    height: 90px;
}


/* --- Container --- */


/* --------------------------------------------- */

.container {
    min-height: 100vh;
}

.container .inner {
    padding: 60px 80px;
    max-width: 1440px;
    margin: auto;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.container .innerBottom {
    margin-top: 60px;
    text-align: right;
}

.container.thanks {
    display: none;
}

.container.thanks.show {
    display: block;
}


/* --- Icons --- */


/* --------------------------------------------- */

span.icon {
    width: 30px;
    height: 30px;
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    margin-bottom: -6px;
    margin-right: 12px;
}

span.icon.calculator {
    background-image: url(images/icon-calculator.svg);
}

span.icon.attachment {
    background-image: url(images/icon-attachment.svg);
}

span.icon.notice {
    background-image: url(images/icon-notice.svg);
}

span.icon.info {
    background-image: url(images/icon-info.svg);
}


/* --- Tooltips --- */


/* --------------------------------------------- */

.tooltip {
    cursor: pointer;
}

.tooltipContent {
    display: none;
    position: absolute;
    background: #E6F4F1;
    padding: 15px 20px;
    border-radius: 5px;
    max-width: 250px;
    font-size: 14px;
    line-height: 20px;
    color: #4AA090;
    z-index: 999;
    border: 2px solid #4AA090;
}

.tooltipContent.show {
    display: block;
}

.tooltipContent .close {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    background: url(images/icon-close-green.svg) no-repeat center;
    background-size: 17px;
    cursor: pointer;
}


/* --------------------------------------------- */

section.content .container.conversation {}

section.content .container.conversation .inner {}

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

    nav.meta > .logo {
        width: 170px;
    }

    section.content {
        padding-left: 180px;
    }
    section.side .inner {
        width: 140px;
    }
    section.side {
        width: 140px;
    }
    section.side h1 {
        right: -40px;
    }
    section.side h1 img {
        width:170px;
        height:auto;
    }
}

@media screen and (max-width: 1280px) {
    section.content .hero .grid:after {
        display: none;
    }
    section.content .hero .grid:after {
        display: none;
    }
    .container.hero .inner .grid p {
        font-size: 16px;
        line-height: 30px;
    }
    h3 {
        font-size: 18px;
    }
    section.content .hero .inner {
        padding: 60px;
        padding-top: 100px;
    }
    span.icon {
        margin-right: 6px;
    }
}

@media screen and (max-width: 1100px) {
    section.content .hero .grid {
        display: block;
        grid-gap: 0;
        grid-template-columns: none;
    }
    .inner p {
        margin-bottom: 40px;
    }
    .container.hero .wirvsvirus {
        position: relative;
        right: auto;
        top: auto;
        width: 230px;
        height: 90px;
        float: left;
        margin-left: 35px;
        margin-top: -20px;
    }
    section.content .hero > .bottom>.wirvsvirus {
        display: block;
        width: 100%;
        margin: 20px 0 0 0;
    }
}

@media screen and (max-width: 950px) {
    nav.meta {
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        overflow: hidden;
        height: 0;
        transition: height ease .5s;
        background: #0E3745;
    }

    nav.meta > .logo {
        display:none;
    }
    body.shownav nav.meta {
        height: 100vh;
    }
    body>.burger {
        display: block;
    }
    nav.meta ul {
        display: block;
        position: absolute;
        right: 0;
        padding: 0;
        width: 100%;
        top: 50%;
        transform: translateY(-50%);
        padding-top: 90px;
    }
    nav.meta li {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 20px;
        margin: 0;
        padding: 0;
    }
    nav.meta li a {
        color: #71C9B8;
        display: block;
        padding: 15px 0;
    }
    body.fixedLogo section.side .inner,
    body.fixedHeader section.side .inner {
        position: absolute;
    }
    section.side {
        width: 100%;
        height: 90px;
        position: fixed;
        z-index: 99;
    }
    body.fixedLogo section.side,
    body.fixedHeader section.side {
        position: fixed;
    }
    section.side .inner {
        width: 100%;
        background: url(images/main-visual-landscape.svg) no-repeat bottom center;
    }
    section.side h1 {
        top: 15px;
        right: auto !important;
        left: 50%;
        transform: translateX(-50%);
        margin-left: -10px;
    }
    section.side h1 img {
        width: 230px;
        height: auto;
    }
    section.content {
        padding-left: 0;
    }
    section.content .hero .inner {
        padding-top: 150px;
    }
    section.content .hero > .bottom {
        padding: 0 30px 30px;
        text-align: center;
    }
    .container .innerBottom {
        margin-top: 30px;
        text-align: center;
    }
    .container .inner {
        padding: 60px 80px;
    }
    .container {
        border-bottom: 1px solid #efefef;
    }
    .container.conversation {
        border-bottom: none;
    }
    .container.hero .wirvsvirus {
        position: relative;
        right: auto;
        top: auto;
        width: 100%;
        height: 90px;
        float: none;
        display: block;
        margin: -50px 0 30px 0;
    }
    .tooltipContent {
        padding: 28px 15px 15px 15px;
        max-width: 80%;
        font-size: 12px;
        line-height: 20px;
        left: 50%;
        transform: translateX(-50%);
        width: 350px;
    }
    section.side h1 span.prototype {
        right: 40px;
    }
}

@media screen and (max-width: 600px) {
    section.side {
        height: 60px;
    }
    section.side h1 img {
        width: 160px;
        height: auto;
    }
    section.side h1 {
        margin-left: -6px;
    }
    section.side .inner {
        position: relative;
        z-index: 2;
    }
    .container .inner {
        padding: 30px;
        padding-top: 110px;
    }
    section.content .hero .inner {
        padding: 30px;
    }
    section.content .hero .inner {
        padding-top: 110px;
    }
    h2 {
        font-size: 30px;
    }
    p,
    ul,
    li {
        font-size: 16px;
        line-height: 28px;
    }
    .container.hero .inner .grid p {
        line-height: 28px;
    }
    button,
    .button,
    a.button,
    .submit,
    input[type=submit],
    input.button,
    button.button {
        width: 100%;
    }
    section.side h1 span.icon.info {
        width: 27px;
        height: 25px;
        top: 0px;
        right: 0px;
        background-size: 14px;
        background-position: center;
    }
    section.side h1 span.prototype {
        right: 18px;
        font-size: 10px;
    }
    section.content .hero button.shortcut {
        margin-bottom: 20px;
    }
}

.genderDisclaimer {
    font-size: 15px;
    font-style: italic;
}


/* --- Page specific rules --- */


/* --------------------------------------------- */

section.content .hero.terms .inner>p {
    margin-bottom: 25px !important;
}

.terms h3 {
    margin: 60px 0 15px 0;
}

.terms ul,
.terms ol {
    margin-bottom: 25px;
}

.terms li {
    margin-bottom: 0px;
}

ul.team {
    display: block;
    overflow: auto;
    padding: 20px 0;
    margin: 0;
}

ul.team > li {
    display: block;
    float: left;
    width: 33%;
}

@media screen and (max-width: 800px) {
    ul.team > li {
        width: 100%;
    }
}

ul.partner {
    display: block;
    overflow: auto;
    padding: 20px 0;
    margin: 0;
}

ul.partner > li {
    display: block;
    float: left;
    width: 33%;
}

#cookieHint {
    visibility: hidden;
    display: flex;
    position: fixed;
    left: 50%;
    bottom: 0;
    width: 550px;
    margin-left: -275px;
    z-index: 9999;        

    background-color: #0E3745;
    padding: 12px 35px 12px;
    color: #FFF;
    text-align: center;
    align-items: center;
    font-size: 14px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

#cookieHint div.text {
    flex: 1 1 auto;
    margin-right: 20px;
}

#cookieHint div.infoLink, #cookieHint.accept {
    flex: 0 0 auto;
}

#cookieHint div.infoLink {
    margin-right: 20px;
}

#cookieHint div.infoLink a {
    color: #71C9B8;    
}

@media screen and (max-width: 800px) {
    #cookieHint {
        width: 280px;
        margin-left: -140px;
        flex-direction: column;
    }

    #cookieHint div.text {
        margin-bottom: 5px;
        margin-right: 0;
    }

    #cookieHint div.infoLink {
        margin-bottom: 14px;
        margin-right: 0;
    }
}

/***** Partner *****/

.partner {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 20px;
}

.partner div {
    width: 25%;
    margin-top: 30px;
    filter: grayscale(1);
}

.partner div:hover {
    filter: grayscale(0);
}

.partner div figure img{
    width: 100%;
}

.partner div figure figcaption{
    text-align: center;
    border-top: 1px solid #EFEFEF;
    padding-top: 10px;
    margin-top: 10px;
}


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

    .partner div {
        width: 50%;
    }

}


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

    .partner div {
        width: 100%;
    }

}

