:root {
    --bl: rgb(30, 30, 30);
    --bl2:rgb(0, 0, 0);
    --lightspeed-font-size-small: 0.9rem ;
    --swiper-theme-color: lightgray !important;
    --hi: 1px;
}

::selection{
    background:rgba(0,0,0,0.2)
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
    background: #cbcbcb;
    width:5px;
}
::-webkit-scrollbar-thumb:hover {
    background: #7b7b7b;
    width:10px;
}

.small {
    font-size: 100%;
}

body{
    margin: 0px;
    padding: 0px;
    /*overflow: hidden;*/
    overflow-y: auto;
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
    line-height: 1.5em;
    font-size: 1em;
    color: var(--bl)
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}

.h2, h2 {
    font-size: 1.5rem;
font-weight:400;
text-transform: lowercase;
}

h1, .h1 {
    font-weight:400;
    text-transform: lowercase;
}

.content{
    width: 100%;
    /*height:100vh;*/
    display: block;
    /*padding-top: 15px;*/
}

.minihead{
    display: none
}

a, a:visited, a:focus, a:active {
    color: var(--bl);
    text-decoration: none;
}

.col2 a {
    font-weight: 400;
}

a:hover {
    color: var(--bl2);
    text-decoration: none;
}


.entry-content>p,
.entry-content>.presentation>p {
    /*column-count: 2;*/
    column-gap: 20px;
}

.entry-content p>a::before{
    font-weight: 400;
    content: '+ ';
}
.entry-content {
  padding: 0px !important;
}

.home-text {
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 400 !important;
}


.presentation {
    column-count: 2;
    column-gap: 20px;
}

.grecaptcha-badge { visibility: hidden; }

.site-main .posts-navigation {
    clear: both;
    padding-top: 50px;
}

/*
 * sidebar
 ***********************/

.widget-area{
    /*width:  calc(33%  -  30px);*/
    width: 450px;
    height: calc(100vh - 30px);
    float:left;
    margin: 15px;
    position: relative;
    border: none
}

#secondary {
    position: fixed;
    border-top: 4px solid var(--bl2);
}

#secondary .head {
    border-top: 1px solid var(--bl2);
}

.site-main{
    float:  right;
    /*width:  calc(67%  - 30px);*/
    width: calc(100vw - 500px);
    min-height: calc(100vh - 30px);
    margin: 15px;
    border-top:4px solid var(--bl2);
    
/*
    scroll-padding: 0px;
    scrollbar-color: lightgray transparent;
    scrollbar-width: thin;
        
    scroll-snap-type: y proximity;
    scroll-snap-points-y: repeat(200px);
*/
}

.page-content, .entry-content, .entry-summary {
    margin: 0px; 
    font-weight: 400;
}

.site-main div{
    scroll-snap-align: start;
/*    scroll-snap-points-y: repeat(1em);*/
}

.article .desc {
  margin-top: 10px;
}
 article {
    min-height: calc(100vh - 75px);
}
                                    
.cos{
    column-count: 2;
    column-gap: 20px;
/*
    scroll-snap-align:start;
*/
}

.title{
    font-size: 3em;
    font-weight: 400;
    line-height: 1.5em;
}

.firma_heading{
    font-weight: 400;
    font-size: 2.5em;
    line-height: 1.2em;
    text-transform: lowercase;
}

.firma_subheading{
    font-weight: 400;
    font-size: 0.8em;
    line-height: 1em;
    text-transform: lowercase;
}

#secondary ul {
    padding: 0px;
    margin: 0px; 
}

#secondary li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    border-top: 1px solid var(--bl2);
    padding-top: 5px;
    padding-bottom: 5px;
}

.head {
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.2em;
    color: var(--bl);
    text-transform: lowercase;
    margin-top: 10px;
    padding-top:10px;
}

.subhead {
}

.site-maincontent {
    display: block;
    min-height: calc(100vh - 145px);
}

.message {
    font-size: 3em;
    line-height: 1.2em;
    text-align: left;
    vertical-align: middle;
    font-weight: 400;
    max-width: 900px;
}

.entry-header {
    margin-bottom: 0px;
}

/*
 * header
 ***********************/

.site-header {
    display: none;
}

/*
 * footer
 ***********************/

.footer {
    border-top: 2px solid var(--bl2);
    font-weight: 400;
    margin-top: 15px;
    display: block;
}

.footer .call{
    font-size: 1em;
    padding-top: 10px;
}

.footer .address {
    font-size: 0.8em;
    font-weight: 400;
}

.footer .row {
    margin: 0;
}

  .endfoot {
        border-top: 4px solid black;
    }


/*
 * menu
 ***********************/

.menu_note {
    font-size: 1em;
    color: var(--bl2);
    display:none;
}

.row{
    margin: 0px;
    /*margin-left:-15px;*/
    margin-left:0px ;
}

.img{
    margin-top: 15px;
    margin-bottom: 15px;
    height: 300px;
    background: rgb(250,250,250);
}

.search {
    border:none;
    padding: 0px;
    margin: 0px;
}

button.search{ 
    font-size: 1em;
    color:lightgray;
    background: transparent;
    width:1em
}

input.search {
    border-radius: 0px;
    border: none;
    width: calc(100% - 1.8em);
    color: black;
    font-size: 1em; 
    font-weight: 400;
    padding-top: 5px;
    padding-bottom: 5px;
}

input.search:focus {
    outline: none;
}

.search input::placeholder{
    color: red;
    font-size: 1em;
    font-weight: 400
}

.end{
    position: relative;
    height:100vh;
    width: 100vw;
    background: var(--bl2);
}

.menu-primary a {
    vertical-align: top;
}
.menu-item-description {
    display: table;
    color: #FFEB3B;
    font-size: small;
}

.nav-link {
    padding: unset;
    font-weight: 400;
}

a.nav-link:before {
    content: '+';
}

/*
 * content
 ***********************/

.menu_terms {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu_terms li {
    float: left;
    margin: 15px 15px 15px 0;
}

.menu_terms li.active {
    font-weight: 400;
}

.content {
    clear: both;
}

.entry-content .clients {
    padding-bottom: 15px;
    font-size: 0.8em;
    margin-top: 1em;
}

.article {
    /*border-top: 1px solid var(--bl2);*/
}

.content {
    min-height: calc(100vh - 150px);
}

article {
  min-height: calc(100vh - 70px);
}

.search article {
    min-height: auto;
    clear: both;
    padding-top: 40px;
}

.search .search--thumbnail {
    float: left;
    margin-right: 20px;
}

.entry-summary {
    margin-top: 0;
}

.grid {
    clear: both;
    border-top: 4px solid var(--bl2);
}

.people-template-default .entry-content {
    border-top: 4px solid var(--bl2);
    padding-top: 20px;
}

/*
 * idea, case_study
 ***********************/

.ideas-menu {
}

.ideas-menu ul{
    list-style: none;
    display:inline;
    padding: 0
}

.ideas-menu li{
    font-size: 1em;
    display: inline-block;
    list-style: none;
    margin: 0px;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 15px;
}

.grid-content {
/*    border-top: 1px solid var(--bl2);*/
    display: inline-table;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    grid-auto-flow: dense;
    margin-top: 15px;
}

.cases.grid-content {
    border-top: 0px solid var(--bl2);
    padding-top: 5px;
}

.grid-case,
.grid-idea,
.grid-search {
    font-weight: 400;
    height: 200px;
    background: #eee;
    border-right: 4px solid white;
    border-bottom: 4px solid white;
    float: left;
    width: auto;
    min-width: 0;
    background-size: cover;
    position: relative;
}

.grid-case img,
.grid-idea img,
.grid-search img {
    overflow: hidden;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.grid-idea a,
.grid-search a {
    display: block;
    height: 100%;
}

.grid-sub {
    background-color: rgba(255,255,255,0.9);
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 1rem;
    color: black;
    padding: 0px;
    line-height: 1rem;
    transition: all 0.5s
}

.grid-sub:hover {
    background-color: transparent;
    color: transparent;
    transition: all 0s
}

.grid-case .grid-sub {
    height: 100%;
    font-size: 1.5em;
    line-height: 1.2em;
    font-weight: 400;
}

.grid-idea .grid-sub,
.grid-search .grid-sub {
    height: 100%;
}

.grid-sub a {
    color: white;
}

.grid-sub .source{
    font-weight: 400;
}
.grid-sub .type,
.grid-sub .source {
    font-size: var(--lightspeed-font-size-small);
}

.grid-sub .grid-title {
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 400;
    line-height: 1.2em;
    font-size: 1.5em;
}

.case_study .entry-meta {
    border-top: 4px solid var(--bl2);
    padding-top: 15px;
}

/*
 * expertise
 ***********************/

.titleword {
    /*font-weight: bolder;*/
    font-style: italic;
}

.single-expertise .entry-title {
    /*border-bottom: 1px solid var(--bl2);*/
}

.expertise .e-label, .expertise .e-icon{
    font-size: 1em;
}

.expertise {
    /*font-weight: 400;*/
    line-height: 1.5em;
    padding: 0px;
}



.expertise-gallery{
    height: 225px;
    background: lightgray;
}

.expertise-title{
    padding-top: 15px;
    padding-bottom: 15px;
    overflow: hidden;
    font-weight: 400;
}
.expertise-name{
    font-size: 1.5em;
    float: left;
}

.content h1{
    font-size: 2em;
    padding-left: 0px;
    font-weight: 400;
}

.sub {
    font-size: 1em;
    line-height: 1.5em;
    max-width: 600px;
    display: none;
}

.content.topics{
    padding-top: 15px;
    min-height: calc( 100vh - 40px);
}

.expertise-block:not(:first-child) {
    padding-top: 15px;
    border-top: 1px solid var(--bl2);
}

.expertise-select{
    font-size: 2em;
    float: right
}

.expertise-name b{
    font-style: italic
}

.swiper-container {
    width: 100%;
    height: 200px;
    background-color: white;
    margin-top: 10px;
    background-size: cover; 
    margin-bottom: 20px;
}

.team-swiper-container {
  height: 300px;
}

.swiper-slide {
    text-align: center;
    background-position: center;
    font-size: 14px;
    background-size: cover;
    background-color: white;
    cursor: pointer;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 1em !important;
}

.swiper-button-next, .swiper-button-prev {
    color: black !important;
}

.slide-sub {
    background-color:  rgba(255,255,255,0.9);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    /* min-height: 80px; */
    font-size: 1.2rem;
    text-align: left;
    padding: 10px;
    transition: all 1s !important;
    font-weight: 400;
}

.slide-sub:hover{
    background-color:transparent;
    transition: all 0s !important;
    color: transparent;
}

.slide-sub a {
    color: black;
}

.slide-sub .slide-title {
    padding-top: 5px;
    padding-bottom: 5px;
}

.slide-sub .suptitle,
.slide-sub .subtitle,
.grid-sub .suptitle,
.grid-sub .subtitle {
    display: block;
    font-size: var(--lightspeed-font-size-small);
}

.grid-sub .subtitle {
  margin-top: 0.5em;
}

.slide-sub .subtitle {
    line-height: 1.5em;
    font-weight: 400;
    margin-top: 0.5em;
}

.gallery-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.images-swiper-single-container {
    height: 500px;
}

.images-swiper-single-container .swiper-slide {
    height: 400px;
    cursor: default;
}

.images-swiper-single-container .swiper-slide .subtitle {
    position: absolute;
    margin-top: 420px;
    text-align: center;
    width: 100%;
}

.images-swiper-single-container .swiper-slide .subtitle .title {
    font-weight: 400;
    font-size: 1.5em;
}

.images-swiper-single-container.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 120px;
}

/*
 * news
 ***********************/

.news {
    padding-top: 15px;
    margin-bottom: 0px;
    line-height: 1.5em;
}

.news-type {
    font-weight: bolder;
}

.news-title {
    font-size: 1em;
    line-height: 1.2em;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 5px;
}

.news .image-col {
    max-height: 200px;
    overflow: hidden;
    padding: 0px;
}

.image-col a {
    height: 200px;
    display: flex;
    align-items: center;
}

.text-col {
    padding: 0;
    padding-right: 10px;
}

/***/

.lb-outerContainer {
    border-radius:0px !important;
}

.lb-data {
    color: white !important;
}

.lightboxOverlay {
    opacity: .9 !important;
}

.lb-data .lb-number {
    color: white !important;
}

/*
 * mailchimp
 ***********************/
#mc_embed_signup form{
    display: flex
}

#mc-embedded-subscribe-form div {
    display: inline;
    font-size: 0.9em;
}

#mc_embed_signup .email{
    border-radius: 0px;
    border:none;
    border-bottom: 4px solid var(--bl2);
    margin: 0px;
    padding: 0px;
}


#mc_embed_signup .email:focus{
    outline: none;
}

#mc_embed_signup .button{
    border-radius: 0px;
    border:none;
    background: transparent;
    border-bottom: 4px solid var(--bl2);
    margin: 0px;
    padding: 5px;
}

#mc_embed_signup .button:focus{
    outline: none;
}

#mc_embed_signup {
    background: #fff;
    clear: left;
    font: 1em;
    width: 100%;
}

/*
 * about
 ***********************/

h1.entry-title {
    font-size: 3em;
    line-height: 1.2em;
}

h2.short-desc {
    font-size: 1.5em;
    line-height: 1.2;
    font-weight: 400;
}

h3 {
    border-top: 0px solid var(--bl2);
    margin-top: 15px;
    padding-top: 15px;
    font-weight: 400;
    font-size: 16px;
    color: var(--bl2);
    text-transform: capitalize;
}

h4 {
    border-top: 4px solid var(--bl2);
    margin-top: 15px;
    padding-top: 15px;
    font-weight: 400;
    font-size: 22px;
    color: var(--bl);
    text-transform: capitalize;
}

.img-logo {
    width: auto;
    height: 30px;
}

span.material-icons {
    vertical-align: middle;
    color: var(--bl);
    font-size: 2em;
    margin-right: 10px;
}

.attachment a {
    font-size: 1em;
    line-height: 2em;
    color: black;
    font-weight: 400;
    font-style: italic;
    display: block;
}

.citation{
  display:inline;
  background:black;
  color: white;
}

.icon {
    height: 15px;
}

.e-icon {
    height: 20px;
    opacity: 1;
}

.e-label {
    color: var(--bl2);
    font-size: 1em;
}

.header-image {
    overflow: hidden;
    width: 100%;
    height: 600px;
    object-fit: cover;
    /*max-height: 400px;*/
    /*border-top: 1px solid var(--bl2);*/
    /*padding-top: 15px;*/
    /*margin-top: 5px;*/
    /*padding-bottom: 15px;*/
}

#project-datatable p {
    margin-bottom: 0;
}

#cookie-notice{
    background-color: rgb(30 30 30) !important;
}

.cn-button.bootstrap {
    color: #000 !important;
    background: #ffffff  !important;
}

table.dataTable thead th, table.dataTable tfoot th {
    font-weight: 400 !important;
}


table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
    background-color: #ffffff !important;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 0px 5px !important;
    vertical-align: top !important;
}

table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
    background-color: #eaeaea !important;
}

table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
    border-top: 1px solid var(--bl2) !important;
}


table.dataTable.display tbody tr.odd>.sorting_1, table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
    background-color: #ffffff !important;
}

table.dataTable.display tbody tr.even>.sorting_1, table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
    background-color: #ffffff !important;
}

table.dataTable, table.dataTable th, table.dataTable td {
    box-sizing: content-box;
    font-size: 0.9em !important;
    line-height: 1.7em !important;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 10px 5px  !important;
    border-bottom: 1px solid #111  !important;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    color: #333;
    font-size: 0.9em !important;
}

.dataTables_wrapper .dataTables_length select {
    border: 0px solid #aaa !important;
    border-bottom: 1px solid gray !important;
    padding: 2px !important;
}

.dataTables_wrapper .dataTables_filter input {
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 2px !important;
    background-color: transparent;
    margin-left: 3px;
    font-size: 0.9em !important;
    border: 0px !important;
    border-bottom: 1px solid gray !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #333 !important;
    border: 1px solid #979797 !important;
    background: inherit !important;
    border-radius: 0px !important;
    font-weight: 400 !important;
}

/**/

button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: none;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #ffffff;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0em; 
}


.awards {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    width: 100%;
}

/*
 *
 ***********************/
@media (min-width: 900px) {
    /*
    .firma_heading {
    font-weight: 100;
    font-size: 2.5em;
    line-height: 1.2em;
}
*/
    .main-navigation li:last-of-type {
        border-bottom: 4px solid var(--bl2);
    }

/*
    .home .footer {
        position: absolute;
        height: auto;
        bottom: 10px;
        width: calc(67% - 30px);
    }
*/
    .footer {
        height: 100px;
    }

    .bottom {
        width: 100%;
        position: absolute;
        bottom: 0px;
        font-size: 1em;
        line-height: 1.5em;
    }

    .entry-content .col1,
    .entry-content .col2 {
        border-top: 0px solid var(--bl2);
        padding-top: 15px;
    }

    .entry-content .col2 {
        column-count: 2;
        column-gap: 20px;
    }

    .col2 p {
        /*break-before: column;*/
        break-inside: avoid;
        /*break-after: column;*/
        page-break-inside: avoid;
    }

    .grid-case.large,
    .grid-idea.large,
    .grid-search.large {
        height: 400px;
        width: auto;
        min-width: 0;
        grid-column-start: span 2;
        grid-row-start: span 2;
    }
}

@media (max-width: 1400px) {
    body {
    /*    background-color: lightblue;*/
    }
    
    .cos{
        column-count: 1;
    }
    .message {
        font-size: 3em;
    }

    .firma_heading {
        font-weight: 400;
        font-size: 3em;
        line-height: 1.2em;
        /*height: 77px;*/
    }
    
    .widget-area{
        width: 350px;
    }
    
    .site-main {
      width: calc(100vw - 400px);
    }
}

@media (max-width: 1150px) {
    .firma_heading {
        font-weight: 400;
        font-size: 2.6em;
        line-height: 1.2em;
        /*height: 77px;*/
    }
    
       .widget-area{
        width: 300px;
    }
    
    .site-main {
      width: calc(100vw - 350px);
    }
    
    .entry-content .col2 {
        column-count: 1;
        column-gap: 20px;
    }
    
    
}

@media (max-width: 900px) {
    body {
        /*    background-color: lightgreen;*/
    }
    
    .entry-content .col2 {
        column-count: 1;
        column-gap: 20px;
    }

    .main-navigation #primary-menu {
        margin-top: 15px;
        border-top: 4px solid var(--bl2);
        padding-top: 10px;
    }

    .menu-toggle {
        float: right;
        margin-top: -55px;
    }
    
    p.site-title {
      margin: 0px;
    }

    .site-header {
        display: block;
        padding: 10px;
       /*padding-bottom: 0px;*/
    }
    
    .site-main {
        float: none;
        width:calc(100% - 20px);
        height: auto;
        overflow-y: hidden;
        margin: 10px;
        border-top:4px solid var(--bl2);
        scroll-padding: 0px;
        scrollbar-color: lightgray transparent;
        scrollbar-width: thin;
        margin-top: 0px;
    }
    
    .site-description{
        /*display: none;  */
        margin-bottom: 0px;
    }

    
  
    .menu_terms li {
        margin: 0 15px 0 0;
    }

    .message {
        font-size: 2em;
    }

    .widget-area {
        height: auto;
        width:calc(100% - 30px);
    }
    .minihead {
        display: block;
        text-align: center;
        margin-bottom: 15px;
        font-size: 1.5em;
        font-weight: 400;
    }
    .selector{}
    .firma{}

    .grid-content {
        grid-template-columns: repeat(2, 1fr); 
    }

    .page-template-ideas-template .grid-content {
        border-top: 4px solid var(--bl2);
        padding-top: 30px;
    }

    #secondary {
        height: auto;
        width:calc(100% - 60px);
    }

    .site-title a {
        font-size: 2rem;
        line-height: 3rem;
        font-weight: 400;
    }

    .main-navigation:not(.toggled) .collapse {
        display: none;
    }

    .collapse:not(.show) {
        display: unset !important;
    }

    .mobileno {
        display: none;
    }

    .footer .col-md-6 {
        padding: 0;
    }

    .main-navigation a {
        display: block;
        float: left;
        text-decoration: none;
        margin-right: 10px;
    }
}

@media (max-width: 600px) {
    .grid-content{
        grid-template-columns: repeat(1, 1fr); 
    }

    .site-description{
        /*display: none;  */
        margin-bottom: 0px;
    }
}
