/* :lang(en) {
    display:block
}

:lang(nl) { 
    display:none;
} */

.title_main {
    font-size: 60px;
    margin-top: 80px;
    /* font-weight: 800;
    line-height: 64px; */
}


 .twentytwenty-container{
    /* margin-top: 40px; */
}

a.anchor {
    display: block;
    position: relative;
    top: -4em;
    visibility: hidden;
}

#contact{

    background-image: None;
    /* background-color: #124975; */
    background-color: #4a7247;
}

body[lang="en"] [lang="nl"],
body[lang="nl"] [lang="en"]{
    display: none;
}

.section.whyus h2 {
    margin-bottom: 16px;
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
  }


  .section.whyus p {
    margin-bottom: 16px;
    font-size: 20px;
    font-weight:400;
    line-height: 28px;
  }

.has-background{
    /* background-color: #FBFBFD; */
    background-color: #dbf9d8;
}

.has-light-background{
    /* background-color: #FBFBFD; */
    background-color: #defadb;
}

.navbar{
    border-bottom: 1px solid #dbdbdb;
}

#navbar{
    position: absolute;
    bottom: 0;
    right:0;
    margin: .5em;

}
#navbar_mobile{
    position: absolute;
    bottom: 0;
    right:0;
    margin:0.25rem;
    /* margin-bottom:0; */
    box-shadow:none;
    /* padding-bottom: 0.5rem; */
    font-size: .6rem;
}

.card{
    padding:2em;
    padding-top:0em;
    border-radius:16px;
    background-color: #ffffff!important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)!important;
}

.subtitle{
    margin-right:1em;
    margin-bottom:1em;
}

.subtitle_core{
    margin-right:1em;
    margin-bottom:1em;
    hyphens: auto!important;
    padding-bottom:1em;
    font-size: 1.25rem;
}

.keyfeature{
    /* padding-bottom: 0; */
    width:15em;
    height:15em;
    margin:auto;
    /* filter: invert(61%) sepia(85%) saturate(1950%) hue-rotate(126deg) brightness(96%) contrast(100%); */
    /* filter: invert(30%) sepia(92%) saturate(868%) hue-rotate(204deg) brightness(97%) contrast(87%); */
}

.is-5{
    margin:1em;
}

.justif{
    text-align:justify;
}

.purple{
    filter: invert(24%) sepia(35%) saturate(3505%) hue-rotate(261deg) brightness(102%) contrast(100%);
}

#fullstacklogo{
    max-height: 40%;
    max-width: 40%;
    width: 40%;
    height: 40%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#aitreelogo{
    max-height: 75%;
    max-width: 75%;
    width: 75%;
    height: 75%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#lslogo{
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.card-header-title{
    /* background-color:#f4f4f4; */
}

.content{
    /* background-color: #f1f1f1; */
    padding-bottom:1em;
    padding-top:1em;
}

.userpicture{
    border-radius:50%;
    margin:2em;
    margin-top:3em;
}

/* .solutionsimage{
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    height: 100%;
    display:inline-block;   
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
} */

/* window */
  .browserwindow {
    width: 95%;
    border: 1px solid #acacac;
    box-shadow: 0px 0px 20px #acacac;
    background: #fff;
    margin-top: 2em;
    border-radius: 6px;
  }
  
  .browsertitle {
    width: 100%;
    height: 20px;
    
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #ebebeb, color-stop(1.0, #d5d5d5)));
    background: -webkit-linear-gradient(top, #ebebeb, #d5d5d5);
    background: -moz-linear-gradient(top, #ebebeb, #d5d5d5);
    background: -ms-linear-gradient(top, #ebebeb, #d5d5d5);
    background: -o-linear-gradient(top, #ebebeb, #d5d5d5);
    background: linear-gradient(top, #ebebeb, #d5d5d5);
    color: #4d496d;
    font-size: 11pt;
    line-height: 20px;
    text-align: center;
    
    border-top: 1px solid #f3f1f3;
    border-bottom: 1px solid #b1aeb1;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    
  }
  

  .button {
    background-color: #2c6bed;
    border: none;
    border-radius: 8px;
    color: #fff;
    font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    text-decoration: none;
  }

  .button-white {
    background-color: #fff;
    /* color: #2C6BED; */
    color: #124975;
    font-size: 20px;
    line-height: 28px;
    padding: 0 20px;
  }

  .buttons {
    padding-left: 8px;
    padding-top: 3px;
    float: left;
    line-height: 0px;
  }
  
  .close {
    background: #ff5d5d;
    font-size: 9pt;
    width: 11px;
    height: 11px;
    border: 1px solid #e34e42;
    border-radius: 50%;
    display: inline-block;
  }
  
  .minimize {
    width: 11px;
    height: 11px;
    background: #ffcd4d;
    font-size: 9pt;
    line-height: 11px;
    margin-left: 4px;
    border: 1px solid #e09e3e;
    border-radius: 50%;
    display: inline-block;
  }

  .zoom {
    background: #00ca56;
    font-size: 9pt;
    line-height: 11px;
    margin-left: 6px;
    width: 11px;
    height: 11px;
    border: 1px solid #14ae46;
    border-radius: 50%;
    display: inline-block;
  }
