@font-face {
    font-family: "Sanuk Thin";
    src: url("../fonts/Sanuk-Thin.eot");
    src: url("../fonts/Sanuk-Thin.eot?#iefix") format("eot"),url("../fonts/Sanuk-Thin.woff2") format("woff2"),url("../fonts/Sanuk-Thin.woff") format("woff"),url("../fonts/Sanuk-Thin.ttf") format("truetype");
}

@font-face {
    font-family: "Sanuk Regular";
    src: url("../fonts/Sanuk-Regular.eot?#iefix");
    src: url("../fonts/Sanuk-Regular.eot?#iefix") format("eot"),url("../fonts/Sanuk-Regular.woff2") format("woff2"),url("../fonts/Sanuk-Regular.woff") format("woff"),url("../fonts/Sanuk-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Sanuk Medium";
    src: url("../fonts/Sanuk-Medium.eot?#iefix");
    src: url("../fonts/Sanuk-Medium.eot?#iefix") format("eot"),url("../fonts/Sanuk-Medium.woff2") format("woff2"),url("../fonts/Sanuk-Medium.woff") format("woff"),url("../fonts/Sanuk-Medium.ttf") format("truetype");
}

@font-face {
    font-family: "Sanuk Medium Italic";
    src: url("../fonts/Sanuk-Medium-Italic.eot?#iefix");
    src: url("../fonts/Sanuk-Medium-Italic.eot?#iefix") format("eot"),url("../fonts/Sanuk-Medium-Italic.woff2") format("woff2"),url("../fonts/Sanuk-Medium-Italic.woff") format("woff"),url("../fonts/Sanuk-Medium-Italic.ttf") format("truetype");
}

@font-face {
    font-family: "Sanuk Bold";
    src: url("../fonts/Sanuk-Bold.eot?#iefix");
    src: url("../fonts/Sanuk-Bold.eot?#iefix") format("eot"),url("../fonts/Sanuk-Bold.woff2") format("woff2"),url("../fonts/Sanuk-Bold.woff") format("woff"),url("../fonts/Sanuk-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "Mirador Bold";
    src: url("../fonts/Mirador-Bold.eot?#iefix");
    src: url("../fonts/Mirador-Bold.eot?#iefix") format("eot"),url("../fonts/Mirador-Bold.woff2") format("woff2"),url("../fonts/Mirador-Bold.woff") format("woff"),url("../fonts/Mirador-Bold.ttf") format("truetype");
}

body * {
    font-family: 'Sanuk Regular', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Sanuk Regular', sans-serif;
}

h1 {
    font-size: 52px;
    margin-bottom: 30px;
    color: inherit;
}

h2 {
    font-size: 30px;
    margin-top: 12px;
    margin-bottom: 36px;
    letter-spacing: -1px;
}

    h2.bigger {
        font-size: 51px;
        margin-top: -11px;
    }

.bg-dark {
    background: #1e1e1e !important;
}

.bg-light-gray {
    background: #f1f1f1;
    color: #4f324c
}

.bg-dark-gray {
    background: #848587;
    color: #fff
}

.bg-primary {
    background: #4f324c !important;
}

    .bg-primary * {
        color: #fff;
    }

.mainnav {
    padding-top: 23px;
    height: 85px;
    position: relative;
}

@media(max-width:1199px) {
    .mainnav .uk-navbar-left,
    .lang-nav .nav-highlighted {
        display: none !important;
    }	

    .mainnav .mobile-nav a {
        font-size: 24px;
        margin: 0;
    }
}

@media(min-width:1200px) {
    .mainnav .mobile-nav {
        display: none;
    }
}

.logo {
    max-width: 140px;
    width: 160px;
    top: 30px;
    position: absolute;
    z-index: 1;
}

.logo-image {
    position: absolute;
}

.center-screen {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;
    margin-top: -89px;
    height: 1px; /*fix for IE*/
}

.uk-navbar-nav > li > a,
.uk-navbar-nav > li.uk-active > a {
    color: #fff;
    display: block;
    white-space: normal;
    font-variant-ligatures: none;
}

.uk-navbar-item, .uk-navbar-nav > li > a, .uk-navbar-toggle {
    min-height: unset;
    padding: 0;
    margin: 0 37px;
    font-size: 12px;
    font-family: 'Sanuk Medium';
    letter-spacing: 5px;
    white-space: nowrap;
}

.uk-navbar-left {
    padding-left: 177px;
}

    .uk-navbar-left li > a {
        position: relative;
    }


        .uk-navbar-left li > a:hover,
        .uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a.uk-open, .uk-navbar-nav > li > a:focus {
            color: #fff;
        }

        .uk-navbar-left li > a:before {
            content: "";
            position: absolute;
            width: 100%;
            height: 1px;
            bottom: 0px;
            left: 0;
            background-color: #fff;
            visibility: hidden;
            -webkit-transform: scaleX(0);
            transform: scaleX(0);
            -webkit-transition: all 0.3s ease-in-out 0s;
            transition: all 0.3s ease-in-out 0s;
        }

        .uk-navbar-left li > a:hover:before,
        .uk-navbar-left li.uk-active > a:before {
            visibility: visible;
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
        }

.lang-nav, .mobile-nav {
    position: relative;
}

    .lang-nav a {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

#form .mainnav .nav-highlighted {
    padding-left: 35px !important;
    padding-right: 35px !important;
    text-transform: lowercase !important;
    margin-right: 0px !important;
}

#form .mainnav .nav-highlighted {
    color: #ffffff;
    position: relative;
    display: block;
    overflow: hidden;
    border: 1px solid currentColor;
    box-sizing: border-box;
    transition: 0.5s ease-in-out;
}

    #form .mainnav .nav-highlighted:before {
        content: '';
        position: absolute;
        top: 0;
        right: -50px;
        bottom: 0;
        left: 0;
        z-index: -1;
        border-right: 50px solid transparent;
        border-bottom: 80px solid #ffffff;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        transition: 0.4s ease-in-out;
    }

    #form .mainnav .nav-highlighted:hover {
        color: #1e1e1e;
    }

        #form .mainnav .nav-highlighted:hover:before {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }

.lang-nav .uk-navbar-dropdown {
    width: 45px;
    padding: 5px;
    text-align: center;
    background: #fff;
    color: #1e1e1e !important;
    top: 15px !important;
}

.lang-nav .uk-navbar-dropdown-nav > li > a {
    color: #1e1e1e;
    padding: 5px !important;
}

    .lang-nav .uk-navbar-dropdown-nav > li > a:hover {
        color: #4f324c;
    }

#mobile-menu-modal .uk-modal-dialog {
    background: #4f324c;
}

#mobile-menu-modal .uk-nav-default > li > a {
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 2px;
    display: inline-block;
    position: relative;
}


    #mobile-menu-modal .uk-nav-default > li > a:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        bottom: 7px;
        left: 0;
        background-color: #fff;
        visibility: hidden;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
    }

    #mobile-menu-modal .uk-nav-default > li > a:hover:before,
    #mobile-menu-modal .uk-nav-default > li.uk-active > a:before {
        visibility: visible;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

#mobile-menu-modal .uk-nav-parent-icon > .uk-parent > a::after {
    display: none;
}

#mobile-menu-modal li {
    font-size: 24px;
}

.content-area {
    padding-top: 72px;
    padding-bottom: 61px;
    position: relative;
}

    .content-area h2:first-child {
        margin-top: -7px;
    }

.header-area {
    padding-top: 115px;
    padding-bottom: 96px;
    position: relative;
}

.lead-area {
    padding-top: 125px;
    padding-bottom: 105px;
    position: relative;
}

.influence-area {
    padding-top: 72px;
    padding-bottom: 25px;
    position: relative;
}

.influence-detail-header {
    color: #ffffff;
    padding-top: 75px;
    position: relative;
    padding-bottom: 105px;
}

    .influence-detail-header .news-category {
        text-transform: uppercase;
    }

        .influence-detail-header .news-category .icofont-close,
        .news-metadata .icofont-close {
            font-size: 10px;
            position: relative;
            top: -2px;
            font-weight: bold;
        }

.news-metadata {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.influence-detail-header h1 {
    font-family: 'Mirador Bold', sans-serif;
    margin-bottom: 40px;
}

.influence-detail-header .lead-text {
    font-size: 1rem;
    line-height: 1.5;
}

.influence-content img {
    width: 100% !important;
    height: auto !important;
}

.influence-content strong {
    font-family: 'Sanuk Bold';
    font-weight: normal;
}

.footer-area {
    padding-top: 92px;
    padding-bottom: 23px;
}

.lead-text {
    text-align: center;
    font-size: 25px;
    line-height: 38px;
}

.text-black {
    color: #1e1e1e !important;
}

.fuhu-wall {
    padding-top: 50px;
    padding-bottom: 105px;
}

.service-item {
    background: #4f324c;
}

    .service-item figcaption {
        background: transparent;
        height: 100%;
        width: 100%;
        left: 0;
        vertical-align: middle;
        position: relative;
        margin: 0;
    }

        .service-item figcaption span {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%) scale(1);
            transition: transform .2s ease-in-out;
            font-size: 24px;
        }

    .service-item:hover figcaption span {
        transform: translate(-50%, -50%) scale(1.1);
    }

.filter-area,
.job-area {
    padding-bottom: 97px;
    padding-top: 19px;
}

    .filter-area.closed {
        padding-bottom: 0;
    }

        .filter-area.closed > div {
            display: none;
        }

    .filter-area .filter-caption,
    .job-area .job-caption {
        top: -45px;
        padding: 16px 7px 15px;
        width: 176px;
        height: 50px;
    }

.filter-item a {
    color: #1e1e1e;
    text-decoration: none;
    position: relative;
    font-family: 'Sanuk Bold', sans-serif;
    display: inline-block;
    margin-bottom: 25px;
    white-space: nowrap;
}

    .filter-item a:after {
        content: '';
        background: #1e1e1e;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -5px;
        width: 100%;
        height: 1px;
    }

    .filter-item a:hover {
        color: #4f324c;
    }

        .filter-item a:hover:after {
            background: #4f324c;
        }

.filter-item span {
    white-space: nowrap;
}

.small-size {
    flex: 0 0 22%;
    max-width: 22%;
}

.wide-size {
    flex: 0 0 39%;
    max-width: 39%;
}

figure {
    position: relative;
    height: 511px;
    margin-bottom: 25px;
}

    figure .image-container {
        height: 100%;
        background-size: cover;
        background-position: center center;
    }

figcaption {
    position: absolute;
    bottom: 0;
    width: 160px;
    left: 50%;
    margin-left: -80px;
    background: #fff;
    text-align: center;
    min-height: 100px;
    padding: 10px 8px;
}

.box-title {
    display: block;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 11px;
    font-family: 'Sanuk Regular';
    font-weight: bold;
    margin-bottom: 7px;
}

.box-description {
    display: block;
    font-family: 'Sanuk Bold';
    font-size: 16px;
    line-height: 1.2em;
}

.box-sub {
    display: block;
    font-family: 'Sanuk Regular';
    font-size: 10px;
    line-height: 1.2em;
}

.influence-list a,
.fuhu-wall a.influence-item {
    display: block;
}

    .influence-list a:hover {
        text-decoration: none;
    }

    .influence-list a.FUHUPolitik,
    .FUHUPolitik {
        background: #5b2144;
    }

.links-FUHUPolitik a {
    color: #5b2144;
}

    .links-FUHUPolitik a:hover {
        color: #5b2144;
        opacity: 0.5;
    }

.influence-list a.FUHUWirtschaft,
.FUHUWirtschaft {
    background: #904c7f;
}

.links-FUHUWirtschaft a {
    color: #904c7f;
}

    .links-FUHUWirtschaft a:hover {
        color: #904c7f;
        opacity: 0.5;
    }

.influence-list a.FUHUGesellschaft,
.FUHUGesellschaft {
    background: #c9b800;
}

.links-FUHUGesellschaft a {
    color: #c9b800;
}

    .links-FUHUGesellschaft a:hover {
        color: #c9b800;
        opacity: 0.5;
    }

.influence-list a.FUHUKommunikation,
.FUHUKommunikation {
    background: #ee7401;
}

.links-FUHUKommunikation a {
    color: #ee7401;
}

    .links-FUHUKommunikation a:hover {
        color: #ee7401;
        opacity: 0.5;
    }

.influence-list a.FUHUDasGespraech,
.FUHUDasGespraech {
    background: #95c11e;
}

.links-FUHUDasGespraech a {
    color: #95c11e;
}

    .links-FUHUDasGespraech a:hover {
        color: #95c11e;
        opacity: 0.5;
    }

.influence-list a.FUHUAusgelesen,
.FUHUAusgelesen {
    background: #456552;
}

.links-FUHUAusgelesen a {
    color: #456552;
}

.links-FUHUAusgelesen a:hover {
	color: #456552;
	opacity: 0.5;
}

.influence-list a.FUHUChartDerWoche,
.FUHUChartDerWoche {
    background: #dc0246;
}

.links-FUHUChartDerWoche a {
    color: #dc0246;
}

.links-FUHUChartDerWoche a:hover {
	opacity: 0.5;
	color: #dc0246;
}

.influence-list a.FUHUWandelhalle,
.FUHUWandelhalle {
    background: #990000;
}

.links-FUHUWandelhalle a {
    color: #990000;
}

.links-FUHUWandelhalle a:hover {
	opacity: 0.5;
	color: #990000;
}

.influence-list figure,
.influence-item figure {
    height: auto;
}

.influence-list figcaption,
.influence-item figcaption {
    width: 100%;
    background: transparent;
    left: 0;
    position: relative;
    bottom: 0;
    color: #fff;
    margin: 0;
    top: 0;
    height: auto;
    right: 0;
    display: block;
}

.influence-item figcaption {
    height: 100%;
}

.influence-list .box-title,
.influence-item .box-title {
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

    .influence-list .box-title i,
    .influence-list .box-date i,
    .influence-item .box-title i,
    .influence-item .box-date i {
        font-size: 10px;
        position: relative;
        top: -2px;
        font-weight: bold;
    }

    .influence-list .box-title i,
    .influence-item .box-title i {
        top: -1px;
    }

.influence-list .box-description,
.influence-item .box-description {
    width: 100%;
    padding: 40px 15px 45px;
    line-height: 1.4em;
}

    .influence-list .box-description h3,
    .influence-item .box-description h3 {
        font-family: 'Mirador Bold', sans-serif;
        color: #ffffff;
        font-size: 28px;
    }

.influence-list .box-date,
.influence-item .box-date {
    position: absolute;
    left: 50%;
    bottom: 15px;
    transform: translateX(-50%);
    white-space: nowrap;
}

.newsletter-subscription,
.parliamentary-guide {
    text-align: center;
    padding-bottom: 35px;
}

.parliamentary-guide {
	padding-bottom: 70px;
}

.newsletter-subscribe-title,
.parliamentary-guide-title {
    padding: 10px 7px;
    font-size: 26px;
    font-weight: bold;
    position: relative;
    top: -30px;
    color: #fff;
    background-color: #1e1e1e;
    display: inline-block;
}

.newsletter-subscribe-text,
.parliamentary-guide-text {
    font-size: 18px;
    margin-bottom: 35px;
}

.newsletter-subscribe-btn,
.parliamentary-guide-btn {
    font-family: 'Sanuk Bold', sans-serif;
    font-size: 18px !important;
}

.newsletter-subscribe-btn-home, 
.newsletter-subscribe-btn-home:hover {
	color: #fff;
}

.newsletter-subscribe-btn img,
.parliamentary-guide-btn img {
	width: 30px;
	margin-right: 10px;
	transition: all .3s;
	position: relative;
	left: 0;
}

.newsletter-subscribe-btn:hover img,
.parliamentary-guide-btn:hover img {
	left: 7px;
}

.competence-list {
    padding: 50px 0 25px;
}

    .competence-list > div[class*="col-"] {
        -ms-flex: 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }


.competence-item {
    padding: 43px 25px 25px;
    min-height: 166px;
    margin-bottom: 25px;	
    background: #efefef;
    color: #4f324c;	
	font-size: 32px;    
    /*fancy hover*/
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 0;
    transition: 0.5s ease-in-out;
    box-sizing: border-box;
}

.focus-item {
	background: #4f324c;
	color: #ffffff;
}

.competence-list a {
    color: #4f324c;
    text-decoration: none;
    transition: 0.5s ease-in-out;
}

    .competence-list a:hover,
    .competence-list a:focus,
    .competence-list a:active {
        color: #ffffff;
        text-decoration: none;
    }

.competence-item:before {
    content: '';
    position: absolute;
    top: 0;
    right: -200px;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-right: 200px solid transparent;
    border-bottom: 166px solid #4f324c;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: 0.5s ease-in-out;
}

.focus-item:before {    
    border-bottom: 166px solid #efefef;    
}

.focus-title h2 {
	margin-top: 12px;
	margin-bottom: 0;
}

.competence-item:hover:before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.competence-item span::before {
    content: "";
    position: absolute;
    width: 40%;
    height: 2px;
    top: 25px;
    left: 2px;
    z-index: 0;
    background-color: #4f324c;
    margin-left: 25px;
    transition: 0.5s ease-in-out;
}

.focus-item span::before {
	background-color: #ffffff;
}

.competence-item.text-black span::before {
    background-color: #1e1e1e;
}

.competence-item.text-white span::before {
    background-color: #ffffff;
}

.competence-item:hover,
.competence-item.active {
    color: #ffffff !important;
}

.focus-item:hover,
.focus-item.active {
    color: #4f324c !important;
}

.competence-item:hover span::before,
.competence-item.active span::before {
        background-color: #ffffff;
    }

.focus-item:hover span::before,
.focus-item.active span::before {
        background-color: #4f324c;
}

.competence-detail {
    margin-top: -10px;
}

.main-content {
    margin-bottom: 52px;
}

.case-slider {
    padding: 5px 0 20px;
}

    .case-slider figure {
        height: 270px;
    }

.client-list h2 {
    font-size: 51px;
    margin-top: -11px;
}

.client-list a {
    color: #4f324c;
}

    .client-list a:hover {
        color: #4f324c;
        text-decoration: underline;
    }

.gallery-slider {
    padding: 0 10% 0;
}

.member-list {
    margin-left: -25px;
    margin-right: -25px;
}

    .member-list > div {
        padding-bottom: 20px;
        padding-right: 25px;
        padding-left: 25px;
    }

.member-image-container {
    height: 270px;
}

.member-name {
    display: block;
    margin: 10px 0 5px;
}

.member-title {
    display: block;
    font-size: 12px;
}

.member-title-section h1 {
    margin-bottom: 0;
}

.member-title-section .lead-text {
    margin-top: 5px;
}

.comf-brands {
    margin: 50px -25px;
}

    .comf-brands > div {
        padding: 0 25px;
    }

    .comf-brands img {
        -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
        filter: grayscale(100%);
        transition: .2s ease-in-out;
    }

        .comf-brands img:hover {
            -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
            filter: grayscale(0%);
        }

.uk-slider-items {
    color: #1e1e1e;
}

.case-image-container {
    height: 200px;
}

.uk-slider-items .uk-panel {
    margin-bottom: 30px;
}

.uk-slider-items .box-title {
    margin-bottom: 15px;
}

.uk-slider-items .box-description {
    margin-bottom: 15px;
}

.uk-slider-items .box-sub {
}

.slider-control {
    top: 31%;
}

    .slider-control svg {
        display: none;
    }

/* @media(max-width:567px) { */
/* .slider-control { */
/* position: static !important; */
/* } */
/* } */

.slider-control-image {
    width: 70px;
    transition: all .3s;
    position: relative;
    left: 0;
}

.slider-control.uk-position-center-right-out:hover .slider-control-image {
    left: 20px;
}

.slider-control.uk-position-center-left-out:hover .slider-control-image {
    left: -20px;
}

.filter-caption,
.job-caption {
    padding: 7px 7px;
    background: #1e1e1e;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    top: -20px;
    display: inline-block;
    margin: 0 auto;
    font-size: 13px;
    letter-spacing: 2px;
    font-family: 'Sanuk Bold', sans-serif;
    cursor: pointer;
}

.reference-filter-list,
.agency-filter-list,
.influence-filter-list {
    text-align: left;
}

.reference-list {
    padding-top: 17px;
    padding-bottom: 100px;
}

    .reference-list a,
    .member-list a,
    .case-slider a,
    .fuhu-wall a {
        color: #1e1e1e;
    }

        .reference-list a:hover,
        .member-list a:hover,
        .case-slider a:hover,
        .fuhu-wall a:hover {
            color: #4f324c;
            text-decoration: none;
        }

            .fuhu-wall a:hover .service-item {
                color: #fff !important;
            }

                .fuhu-wall a:hover .service-item.text-white span {
                    color: #ffffff !important;
                }

                .fuhu-wall a:hover .service-item.text-black span {
                    color: #1e1e1e !important;
                }

            .reference-list a:hover .image-container {
            }

    .reference-list figure {
        height: 280px;
    }

.image-container {
    overflow: hidden;
}

.container-image {
    height: 100%;
    background-size: cover;    
}

.fuhu-wall .container-image {
	background-position: center;
}

a .container-image {
    transform: scale(1);
    transition: all .2s ease-in-out;
}

a:hover .container-image {
    transform: scale(1.05);
}

.overview-icon {
    font-size: 12px;
    position: absolute;
    left: 12.5px;
    top: 25px;
    color: inherit;
}

    .overview-icon:hover {
        color: inherit;
        text-decoration: none;
    }

    .overview-icon img,
    .member-overview-icon img {
        width: 30px;
        margin-bottom: 5px;
    }

.member-overview-icon {
    position: absolute;
    top: 50px;
    right: 50px;
}

.team-and-competences {
    font-size: 12px;
    margin-top: 50px;
    margin-bottom: 25px;
}

.case-member-list {
    margin-bottom: 25px;
}

.member-competence-list {
    margin-top: 25px;
    font-size: 12px;
}

.partner-section {
    margin-top: 49px;
}

    .partner-section img {
        height: auto !important;
        width: 100% !important;
    }

/* Customize the label (the container) */
.chckbx-container {
    display: block;
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .chckbx-container span.label-text {
        font-family: 'Sanuk Bold', sans-serif;
        display: inline-block;
        font-size: 14px;
        padding-bottom: 3px;
        padding-top: 6px;
        border-bottom: 2px solid transparent;
        transition: 0.1s ease-in-out;
    }

    .chckbx-container:hover input ~ .label-text,
    .chckbx-container input:checked ~ .label-text {
        border-bottom: 2px solid #1e1e1e;
    }
    /* Hide the browser's default checkbox */
    .chckbx-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 33px;
    width: 33px;
    /*background-color: #eee;*/
    border: 1px solid #4f324c;
}

/* On mouse-over, add a grey background color */
.chckbx-container:hover input ~ .checkmark:after {
    background-color: #1e1e1e;
}

/* When the checkbox is checked, add a blue background */
.chckbx-container input:checked ~ .checkmark {
    /*background-color: #ccc;*/
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
    transition: 0.1s ease-in-out;
}

/* Show the checkmark when checked */
.chckbx-container .label-text.active ~ .checkmark:after {
    display: block;
    background: #1e1e1e;
}

/* Style the checkmark/indicator */
.chckbx-container .checkmark:after {
    left: 10px;
    top: 10px;
    width: 11px;
    height: 11px;
    background: #c8c8c8;
    border-radius: 7px;
    display: block;
}

.member-title-section {
    padding-top: 115px;
    padding-bottom: 39px;
    position: relative;
}


.member-detail {
    padding-bottom: 125px;
}

    .member-detail .content {
        padding-bottom: 100px;
    }

    .member-detail h2:first-child {
        margin-top: -7px;
    }

    .member-detail a {
        color: #1e1e1e;
    }

        .member-detail a:hover {
            color: #4f324c;
            text-decoration: none;
        }

    .member-detail .social-links {
        font-size: 28px;
    }

        .member-detail .social-links a {
            margin-right: 25px;
        }

.cle-de-berne-gallery > div > div > div > div {
    margin-bottom: 75px;
}

.sanuk-bold {
    font-family: 'Sanuk Bold', sans-serif;
}

.team-and-competences .sanuk-bold {
    text-align: left !important;
}

footer h2 {
    text-transform: uppercase;
    font-family: 'Sanuk Bold', sans-serif;
    letter-spacing: 1px;
    font-size: 28px;
    margin-bottom: 50px;
    margin-top: 0px;
}

footer a {
    color: #ffffff;
    transition: .2s ease-in-out;
}

    footer a:hover {
        text-decoration: none;
        color: #d7dee0;
    }

footer .contact-list {
    font-size: 14px;
}

    footer .contact-list div {
        white-space: nowrap;
        margin-bottom: 30px;
    }

    footer .contact-list > div > span,
    footer .contact-list > div b,
    footer .contact-list > div strong {
        font-family: 'Sanuk Bold', sans-serif;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-weight: normal;
    }


.footer-line {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
}

    .footer-line a,
    .footer-line span {
        font-family: 'Sanuk Thin', sans-serif;
        white-space: nowrap;
    }

.footer-left,
.footer-right {
    width: 40%;
}

    .footer-left a {
        margin-right: 30px;
    }

.footer-left {
    font-size: 12px;
    position: relative;
}

.disclaimer-links {
    position: absolute;
    bottom: 0;
}

.footer-center {
    width: 20%;
    text-align: center;
    font-size: 12px;
    position: relative;
}

.footer-right {
    font-size: 20px;
    position: relative;
}

    .footer-right a {
        margin-left: 30px;
    }

.comf-logo {
    text-align: center;
}

    .comf-logo img {
        max-width: 200px;
        padding: 0 20px;
    }

footer .social-links {
    position: absolute;
    bottom: 0;
    right: 12.5px;
}

.arrow-btn,
.newsletter-subscription .SubscriptionButton {
    margin: 0;
    padding: 0;
    padding-left: 40px;
    background-image: url("/FUHU/img/arrow-right.png");
    background-repeat: no-repeat;
    background-position: 0 2px;
    background-size: 30px;
    background-color: transparent;
    color: #212529;
    transition: all .3s ease-in-out;
}

    .arrow-btn:hover,
    .newsletter-subscription .SubscriptionButton:hover {
        text-decoration: none;
        background-position: 10px 2px;
        text-decoration: none;
    }

    .arrow-btn a {
        color: #212529;
    }

        .arrow-btn a:hover {
            text-decoration: none;
        }

.image-gallery {
    margin-left: -12.5px;
    margin-right: -12.5px;
    text-align: center;
}

.gallery-image {
    padding-right: 12.5px;
    padding-left: 12.5px;
    margin-bottom: 75px;
    vertical-align: top;
}

.bg-light-green {
    background-color: #95c11e;
    color: #fff;
}

.bg-light-red {
    background-color: #dc0246;
    color: #fff;
}

.img-description {
    font-size: 0.85em;
    margin-top: 0;
}

.newsletter-subscription label {
    margin-bottom: 0;
}

.newsletter-subscription .SubscriptionButton {
    border: none;
    font-family: 'Sanuk Bold', sans-serif;
    font-size: 18px !important;
    margin: 0 auto;
    display: block;
}

.ErrorLabel {
    color: #dc0246;
    display: block;
    border: 1px solid #dc0246;
    background-color: #fff;
    padding: 20px;
    margin-bottom: 10px;
    text-align: center;
}

.EditingFormInfoLabel {
    color: #95c11e;
    display: block;
    border: 1px solid #95c11e;
    background-color: #fff;
    padding: 20px;
    margin-bottom: 10px;
    text-align: center;
}

.nav-burger {
    height: 26px;
}

@media (max-width:575px) {

    .lead-area {
        padding-top: 60px;
        padding-bottom: 40px;
    }

    .content-area {
        padding-top: 45px;
        padding-bottom: 30px;
    }

    .competence-detail-mobile .lead-area {
        padding-top: 85px;
        padding-bottom: 0;
    }

    .fuhu-wall figure {
        height: 350px;
    }

    .small-size,
    .wide-size {
        -ms-flex: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .contact-list {
        text-align: center;
    }

    .footer-area {
        padding-bottom: 0;
    }

    .footer-left,
    .footer-right,
    footer .social-links,
    footer .disclaimer-links {
        position: static;
        text-align: center;
    }

    footer .social-links {
        margin-bottom: 30px;
    }

    footer .footer-center {
        margin-bottom: 25px;
    }

    footer .social-links a {
        margin-right: 15px;
        margin-left: 15px;
    }

    .footer-left a {
        margin-right: 15px;
        margin-left: 15px;
    }

    footer .contact-list {
        margin-bottom: 0;
    }

    .competence-list > div[class*="col-"] {
        -ms-flex: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .competence-item {
        font-size: 6vw;
    }

    h1 {
        font-size: 11vw;
    }

    h2 {
        font-size: 28px;
    }

    .client-list h2 {
        font-size: 9vw;
    }

    .lead-text {
        font-size: 7vw;
        line-height: 9vw;
    }

    .slider-control {
        margin-top: 45px;
        top: 125px;
        right: 25px;
        left: auto;
    }

    .uk-slidenav-previous {
        right: 75px;
    }

        .uk-slidenav-previous .slider-control-image {
            left: -20px;
        }

    .uk-slidenav-next {
    }

        .uk-slidenav-next .slider-control-image {
            left: 20px;
        }

    .case-slider {
        padding-bottom: 0;
    }

        .case-slider figure {
            height: 100vw;
        }

        .case-slider .slider-control {
            position: static !important;
        }

        .case-slider .uk-slidenav-next {
            float: right;
        }

    .w-25 {
        width: 100% !important;
    }

    .reference-list {
        padding-bottom: 50px;
    }

    .team-and-competences {
        margin-top: 25px;
    }

    .member-image-container {
        height: 90vw;
    }

    .filter-item span {
        white-space: normal;
    }

    .member-detail .content {
        padding-bottom: 70px;
    }

    .member-detail {
        padding-bottom: 75px;
    }

        .member-detail > div {
            position: static;
        }

        .member-detail img {
            margin-bottom: 30px;
        }

    .partner-section {
        margin-top: 0;
    }

        .partner-section > div {
            margin-top: 25px;
        }

    .influence-item .box-description span {
        display: inline;
    }
    /* .uk-position-center-right-out{ */
    /* left: auto; */
    /* right: -100px; */
    /* } */

    .hyper-spacer {
        margin-right: 5px;
    }
}

@media(max-width: 390px) {
    .influence-item .box-description span {
        /*display: none;*/
    }
}

@media (min-width: 576px) and (max-width:767px) {

    .fuhu-wall figure {
        height: 350px;
    }

    .small-size,
    .wide-size {
        -ms-flex: 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .contact-list {
        text-align: center;
    }

    .footer-area {
        padding-bottom: 0;
    }

    .footer-left,
    .footer-right,
    footer .social-links,
    footer .disclaimer-links {
        position: static;
        text-align: center;
    }

    footer .social-links {
        margin-bottom: 30px;
    }

    footer .footer-center {
        margin-bottom: 25px;
    }

    footer .social-links a {
        margin-right: 15px;
        margin-left: 15px;
    }

    .footer-left a {
        margin-right: 15px;
        margin-left: 15px;
    }

    footer .contact-list {
        margin-bottom: 0;
    }

    .competence-list > div[class*="col-"] {
        -ms-flex: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .competence-item {
        font-size: 26px;
    }

    .case-slider figure {
        height: 220px;
    }

    .w-25 {
        width: 50% !important;
    }

    .slider-control {
        top: 18%;
    }

    .uk-slidenav-previous {
        left: 0;
        width: 100px;
    }

        .uk-slidenav-previous .slider-control-image {
            left: -20px;
        }

    .uk-slidenav-next {
        right: 0;
        left: auto;
    }

        .uk-slidenav-next .slider-control-image {
            left: 20px;
        }

    .member-detail img {
        margin-bottom: 30px;
    }

    .influence-item .box-description span {
        display: none;
    }

    .hyper-spacer {
        margin-right: 35px;
    }
}

@media (min-width: 768px) and (max-width:1199px) {
    .fuhu-wall figure {
        height: 280px;
    }

    .small-size {
        -ms-flex: 33%;
        flex: 0 0 33%;
        max-width: 33%;
    }

    .wide-size {
        -ms-flex: 66%;
        flex: 0 0 66%;
        max-width: 66%;
    }

    .competence-list > div[class*="col-"] {
        -ms-flex: 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .competence-item {
        font-size: 26px;
    }

    .w-25 {
        width: 50% !important;
    }

    .uk-navbar-item, .uk-navbar-nav > li > a, .uk-navbar-toggle {
        margin: 0 25px;
    }

    .slider-control {
        top: 23%;
    }

    .uk-slidenav-previous {
        left: 0;
        width: 100px;
    }
    /* .uk-slidenav-previous .slider-control-image{ */
    /* left: -20px; */
    /* } */
    .uk-slidenav-next {
        right: 0;
        left: auto;
    }
    /* .uk-slidenav-next .slider-control-image{ */
    /* left: 20px; */
    /* } */
    .member-detail img {
        margin-bottom: 30px;
    }

    .influence-item .box-description h3 {
        font-size: 22px;
    }

    .influence-item .box-description span {
        display: none;
    }

    .hyper-spacer {
        margin-right: 20px;
    }
}

@media (min-width: 1200px) and (max-width: 1599px) {
    .fuhu-wall figure {
        height: 330px;
    }

    .competence-item {
        font-size: 26px;
    }

    .case-slider figure {
        height: 270px;
    }

    .uk-navbar-item, .uk-navbar-nav > li > a, .uk-navbar-toggle {
        margin: 0 25px;
    }

    .influence-list > div[class*="col-"],
    .reference-list > div[class*="col-"],
    .reference-filter-list > div[class*="col-"],
    .agency-filter-list > div[class*="col-"],
    .influence-filter-list > div[class*="col-"] {
        -ms-flex: 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .member-image-container {
        height: 240px;
    }

    .slider-control {
        width: 100px;
    }

    .influence-item .box-description h3 {
        font-size: 24px;
    }

    .influence-item .box-description span {
        display: none;
    }

    .hyper-spacer {
        margin-right: 25px;
    }
}

@media (min-width: 1600px) {
    .fuhu-wall figure {
        height: 470px;
    }

    .influence-list > div[class*="col-"],
    .reference-list > div[class*="col-"],
    .reference-filter-list > div[class*="col-"],
    .agency-filter-list > div[class*="col-"],
    .influence-filter-list > div[class*="col-"] {
        -ms-flex: 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .slider-control {
        width: 100px;
    }

    .hyper-spacer {
        margin-right: 15px;
    }
}

.uk-link:hover, a:hover {
    text-decoration: none;
}

.team-and-competences a {
    color: #1e1e1e;
}

    .team-and-competences a:hover {
        color: #4f324c;
    }

.content-area ul li {
    list-style: disc;
}

ol, ul {
    padding-left: 18px;
}

.map-responsive {
    overflow: hidden;
    padding-bottom: 35%;
    position: relative;
    height: 0;
}

    .map-responsive iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }

.news-date-author {
    padding-bottom: 10px;
    display: block;
}

.uk-link, a {
    color: #4f324c;
}

    .uk-link:hover, a:hover {
        color: #4f324c;
    }

.btn-primary:focus, .btn-primary.focus,
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: inherit;
    background: transparent;
    border: none;
}

#back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 55px;
    background: #f5f5f5;
    color: #444;
    cursor: pointer;
    border: 1px solid #4f324c;
    border-radius: 0px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}

    #back-to-top:hover {
        background: #e9ebec;
    }

    #back-to-top.show {
        opacity: 1;
    }

    #back-to-top img {
        transform: rotate(270deg);
        width: 30px;
    }

.container p img {
    height: auto !important;
}

.contact-details {
    font-size: 12px;
}

p strong {
    font-family: 'sanuk bold', sans-serif;
    font-weight: normal;
}

.load-more {
    text-align: center;
    margin-bottom: 75px;
    margin-top: 30px;
    font-family: 'Sanuk Regular', sans-serif;
}
.load-more:hover{
	cursor: pointer;
}

.load-more i {
	display: block;
	font-size: 50px;
}

.load-more .uk-spinner,
.load-more.loading .load-more-text {
	display: none;
}

.load-more.loading .uk-spinner,
.load-more .load-more-text {
	display: inline;
}

.no-entries-found {
    margin-bottom: 100px;
}

.video-container {
    /*position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;*/
	position: relative;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;   
   pointer-events: none;
   overflow: hidden;
}

.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-container iframe {
	/*width: 100vw;	
   height: 56.25vw;*/ /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
   /*min-height: 100vh;
   min-width: 177.77vh; */ /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */   
   width: 50vw;	
   height: 28.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
   min-height: 50vh;
   min-width: 86.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
   position: absolute;
   /*
   width: 30vw;	
   height: 18.6vw;
   min-height: 30vh;
   min-width: 59vh;
   */
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}
.membership-form {
	display: none;
}
.membership-form a {
	text-decoration: underline;
}
.membership-form input[type=radio],
.membership-form input[type=checkbox] {
	margin-right: 5px;
}
.EditingFormErrorLabel {
	color: #dc0246;
}