/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
@import url("https://fonts.googleapis.com/css2?family=Zilla+Slab&display=swap");
.site-header {
  display: flex;
  height: 80px;
  background-color: white;
  align-items: center;
}
@media (max-width: 575.98px) {
  .site-header {
    display: block;
  }
}
.site-header .site-branding {
  display: flex;
  align-items: center;
  z-index: 5;
  height: 100%;
  align-self: flex-start;
}
@media (max-width: 575.98px) {
  .site-header .site-branding {
    align-items: flex-start;
  }
}
.site-header .site-branding .site-logo {
  display: flex;
  height: 100%;
  background-color: white;
  width: 200px;
}
.site-header .site-branding .site-logo img {
  width: 160px;
  margin: 0 30px;
}
.site-header .site-branding .site-title {
  font-family: "Zilla Slab", serif;
  align-self: stretch;
  background-color: #ffcd00;
  display: flex;
  width: 200px;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  text-decoration: none;
  color: black;
  height: 100%;
  margin: 0;
  padding: 10px;
  line-height: 100%;
}
.site-header .site-branding .site-title .info {
  font-weight: 900;
}
@media (max-width: 767.98px) {
  .site-header .site-branding {
    margin-left: 30px;
  }
}
.site-header h1 {
  display: flex;
  margin: 0 0 0 30px;
  font-size: 20px;
  line-height: 100%;
}
@media (max-width: 575.98px) {
  .site-header h1 {
    margin-top: 1em;
  }
}
.site-header h2 {
  margin: 0;
  font-size: 12px;
  margin: 5px 0 0 30px;
  font-weight: 400;
}
@media (max-width: 575.98px) {
  .site-header h2 {
    margin-bottom: 1em;
  }
}

@media (max-width: 767.98px) {
  .site-header {
    background-color: #eeeeee;
  }
  .site-header .site-branding {
    height: 160px;
    flex-flow: column;
  }
  .site-header .site-branding .site-logo, .site-header .site-branding .site-title {
    height: 50%;
  }
}
#left-sidebar {
  padding-top: 46px;
  font-size: 14px;
  line-height: 130%;
  padding-bottom: 50px;
  float: right;
}

#left-sidebar hr {
  border-top: 1px solid #ddd;
  border-bottom: 0px solid #ddd;
}

#left-sidebar a {
  text-decoration: none;
}

#left-sidebar a:hover {
  text-decoration: underline;
}
.external-links #left-sidebar a:hover {
  text-decoration: none;
}

#left-sidebar h3 {
  font-weight: 300;
  font-size: 23px;
  margin-top: 60px;
  margin-bottom: 10px;
}

#left-sidebar .widget h4, #left-sidebar h4 {
  font-weight: bold;
  font-size: 14px;
  border-bottom: 0;
  margin: 15px 0 0 0;
}

.post-type-archive #left-sidebar .widget h4, .post-type-archive #left-sidebar h4 {
  display: inline;
}

.sidebar-offcanvas {
  padding-left: 15px;
}

.single-kennis_item #left-sidebar {
  padding-top: 0px;
}

#left-sidebar h4 {
  position: relative;
}

.popover {
  z-index: 100;
  position: absolute;
  padding: 1em;
  background-color: #fff6d6;
  width: 300px;
}

#left-sidebar .popover-title {
  margin: 0;
}

.related-ki {
  list-style-position: inside;
  list-style: none;
  line-height: 120%;
  margin-top: 10px;
  font-weight: 300;
  font-style: italic;
  font-size: 16px;
  display: block;
}

@media (max-width: 768px) {
  #left-sidebar {
    padding-top: 15px;
    font-size: 14px;
    line-height: 130%;
    padding-bottom: 15px;
    background-color: white;
  }
}
.project-metadata, .term-metadata {
  background: #fff6d6;
  padding: 1em;
  border: 1px solid #ffcd00;
}

.below-content-widget-area {
  font-size: 16px;
  background: #efefef;
  line-height: 150%;
  padding: 30px 100px;
  font-family: "open sans", sans-serif;
  line-height: 120%;
  font-size: 15px;
}

.navbar-collapse.collapse {
  display: none !important;
  height: auto !important;
  padding-bottom: 0;
  overflow: visible !important;
}
@media (min-width: 992px) {
  .navbar-collapse.collapse {
    display: block !important;
  }
}

.navbar .container {
  width: 100%;
}
.navbar .nav {
  padding-left: 15px;
}

.hamburger {
  font-family: var(--heading-font);
  display: none;
}
@media (max-width: 991.98px) {
  .hamburger {
    display: block;
  }
}
.hamburger__checkbox {
  display: none;
}
.hamburger__button {
  background-color: #fff;
  height: 50px;
  width: 50px;
  position: fixed;
  top: 12px;
  right: 30px;
  border-radius: 50%;
  z-index: 2000;
  box-shadow: 0 0.7rem 2rem rgba(0, 0, 0, 0.1);
  text-align: center;
  cursor: pointer;
}
.hamburger__background {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  position: fixed;
  top: 17px;
  right: 35px;
  background: #5287C6;
  z-index: 2;
  transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
}
.hamburger__nav {
  height: 100vh;
  position: fixed;
  top: 50px;
  left: 0;
  z-index: 0;
  display: flex;
  opacity: 0;
  width: 0;
  transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
@media (max-width: 575.98px) {
  .hamburger__nav {
    position: absolute;
  }
}
.hamburger__list {
  list-style: none;
  text-align: left;
  align-self: center;
  width: 100%;
}
.hamburger__list > ul {
  margin-left: 1em;
  margin-bottom: 0;
  border-left: 1px solid white;
}
.hamburger__list > ul > li {
  list-style: none;
  max-width: 44vw;
}
@media (max-width: 575.98px) {
  .hamburger__list > ul > li {
    max-width: 100%;
  }
}
.hamburger__list > ul > li ul li {
  margin: 0;
}
.hamburger__list > li {
  break-inside: avoid;
}
.hamburger__list.columns {
  column-count: 2;
}
@media (min-width: 992px) {
  .hamburger__list.columns {
    column-count: 3;
  }
}
@media (max-width: 575.98px) {
  .hamburger__list {
    left: 0;
  }
  .hamburger__list.columns {
    left: 15%;
    column-count: 1;
  }
}
.hamburger__item {
  margin: 1rem;
}
.hamburger__checkbox:checked ~ .hamburger__background {
  transform: scale(80);
}
.hamburger__checkbox:checked ~ .hamburger__nav {
  opacity: 1;
  width: 100%;
  z-index: 3;
}
.hamburger__checkbox:checked ~ .hamburger__nav li {
  font-size: 2rem;
}
.hamburger__checkbox:checked ~ .hamburger__nav li a:link, .hamburger__checkbox:checked ~ .hamburger__nav li a:visited {
  display: inline-block;
  font-weight: 400;
  padding: 0;
  color: #fff;
  text-decoration: none;
  transition: all 0.4s;
}
.hamburger__checkbox:checked ~ .hamburger__nav li a:link span, .hamburger__checkbox:checked ~ .hamburger__nav li a:visited span {
  margin-right: 1.5rem;
  display: inline-block;
}
.hamburger__checkbox:checked ~ .hamburger__nav li a:hover, .hamburger__checkbox:checked ~ .hamburger__nav li a:active {
  background-position: 100%;
  color: black;
}
.hamburger__checkbox:checked ~ .hamburger__nav li ul li {
  font-size: 1.6rem;
}
.hamburger__checkbox:checked ~ .hamburger__nav li ul li:before {
  content: "- ";
  color: #aaa;
  font-size: 2rem;
}
.hamburger__icon {
  position: relative;
  margin-top: 50%;
}
.hamburger__icon, .hamburger__icon::before, .hamburger__icon::after {
  width: 20px;
  height: 2px;
  background-color: #333333;
  display: inline-block;
}
.hamburger__icon::before, .hamburger__icon::after {
  content: "";
  position: absolute;
  left: 0;
  transition: all 0.2s;
}
.hamburger__icon::before {
  top: -8px;
}
.hamburger__icon::after {
  top: 8px;
}
.hamburger__button:hover .hamburger__icon::before {
  top: -10px;
}
.hamburger__button:hover .hamburger__icon::after {
  top: 10px;
}
.hamburger__checkbox:checked + .hamburger__button .hamburger__icon {
  background-color: transparent;
}
.hamburger__checkbox:checked + .hamburger__button .hamburger__icon::before {
  top: 0;
  transform: rotate(135deg);
}
.hamburger__checkbox:checked + .hamburger__button .hamburger__icon::after {
  top: 0;
  transform: rotate(-135deg);
}
.hamburger .menu-item-has-children:after {
  display: none;
}
.hamburger .sub-menu {
  margin: 0 0 2em 1em;
}

.admin-bar .hamburger__button, .admin-bar .hamburger__background {
  top: 44px;
}

@media all and (max-width: 782px) {
  .admin-bar .hamburger__button, .admin-bar .hamburger__background {
    top: 58px;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1190px;
    max-width: 1190px;
  }
}
.container-fluid {
  max-width: 1190px;
}

.navbar-nav {
  margin-left: -34px;
}

.page-content {
  margin-right: 0;
  margin-left: 0;
  padding-right: 100px;
  max-width: 893px;
}
@media (max-width: 1199.98px) {
  .page-content {
    max-width: 70%;
    padding-right: 0;
  }
}
@media (max-width: 991.98px) {
  .page-content {
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  #content-wrapper {
    padding-top: 80px;
  }
}

.page-content-inner {
  padding: 50px 0;
}
@media (max-width: 991.98px) {
  .page-content-inner {
    padding: 15px;
  }
}

.page-header-placeholder, #searchform {
  display: none;
}

.page-content, .page-content-inner, .mce-content-body, .uu-content {
  font-family: "Open Sans";
  font-size: 16px;
}

#content, .two-col, .two-col #content-wrapper {
  background: white;
}

.two-col #content-wrapper {
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 991.98px) {
  .two-col #content-wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
}

#content .page-title h1 {
  background: none;
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
  margin-top: 50px;
  min-height: inherit;
  position: relative;
  z-index: 1;
  padding-left: 0;
}
@media (max-width: 575.98px) {
  #content {
    padding-top: 97px;
  }
}

.page-template-page-full-width .page-content-inner article,
.page-template-page-full-width .page-title .container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 15px;
}

@media (max-width: 768px) {
  .page-content {
    margin-right: 15px;
    margin-left: 15px;
  }
  .sidebar-offcanvas {
    position: relative;
    padding-right: 15px;
    width: 100%;
    padding-top: 0;
    padding-bottom: 15px;
  }
  .row-offcanvas-left .sidebar-offcanvas {
    left: 0;
  }
  #left-sidebar h3 {
    margin-top: 1em;
  }
}
li.widget {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cat-link {
  font-size: 20px;
  margin-top: 15px;
  display: block;
}

.widget a[target=_blank]:after {
  content: "";
}

#masthead h1 {
  line-height: 100%;
  margin: 0 0 22px 0;
  padding: 0;
}

#masthead h1 a {
  color: #000;
}

.page-content a[target=_blank]:after, .page-content-inner a[target=_blank]:after, .mce-content-body a[target=_blank]:after {
  font-family: "icomoon";
  content: "";
  display: inline-block;
  font-size: 0.8em;
  margin-right: 0;
  padding: 0;
  text-decoration: none;
  display: none;
}

.sharebutton {
  margin-right: 10px;
}

.button.left:before {
  z-index: 1;
}

.print-button {
  border: 0;
  background-color: transparent;
}
.print-button img {
  height: 30px;
}

.archive article, .home article {
  display: flex;
  background-color: white;
  border: 0;
  min-height: 350px;
  position: relative;
  margin-bottom: 30px;
  line-height: 150%;
}
.archive article h2, .home article h2 {
  font-size: 22px;
  margin: 0;
  padding: 15px;
}
.archive article .entry-content, .home article .entry-content {
  padding: 0 15px 15px 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  line-height: 135%;
  font-size: 16px;
}
.archive article p, .home article p {
  font-size: 17px;
}
.archive article h2:first-child, .home article h2:first-child {
  margin-top: 0;
}
.archive article .post-meta, .home article .post-meta {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}
.archive article a, .home article a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
}
.archive article a:hover, .home article a:hover {
  text-decoration: none !important;
}
.archive article .la-goal a, .home article .la-goal a {
  display: inline-block;
}
.archive article:hover, .home article:hover {
  box-shadow: 15px 15px #2c5586;
}
.archive .pager-wrapper, .home .pager-wrapper {
  margin-top: 50px;
  margin-bottom: 1em;
  text-align: center;
}
.archive .project, .archive [data-value=project], .home .project, .home [data-value=project] {
  border-color: #24A793;
  box-shadow: 15px 15px #24A793;
}
.archive .project:hover, .archive [data-value=project]:hover, .home .project:hover, .home [data-value=project]:hover {
  box-shadow: 15px 15px #1b7d6e;
}
.archive .project.list, .archive [data-value=project].list, .home .project.list, .home [data-value=project].list {
  box-shadow: 0 0 #24A793;
  border-left: 15px solid #24A793;
}
.archive .project.list:hover, .archive [data-value=project].list:hover, .home .project.list:hover, .home [data-value=project].list:hover {
  border-left: 15px solid #1b7d6e;
}
.archive .knowledge_item, .archive [data-value=knowledge_item], .home .knowledge_item, .home [data-value=knowledge_item] {
  border-color: #ffcd00;
  box-shadow: 15px 15px #ffcd00;
}
.archive .knowledge_item:hover, .archive [data-value=knowledge_item]:hover, .home .knowledge_item:hover, .home [data-value=knowledge_item]:hover {
  box-shadow: 15px 15px #cca400;
}
.archive .knowledge_item.list, .archive [data-value=knowledge_item].list, .home .knowledge_item.list, .home [data-value=knowledge_item].list {
  box-shadow: 0 0 #ffcd00;
  border-left: 15px solid #ffcd00;
}
.archive .knowledge_item.list:hover, .archive [data-value=knowledge_item].list:hover, .home .knowledge_item.list:hover, .home [data-value=knowledge_item].list:hover {
  border-left: 15px solid #cca400;
}
.archive .learning_activity, .archive [data-value=learning_activity], .home .learning_activity, .home [data-value=learning_activity] {
  border-color: #AA1555;
  box-shadow: 15px 15px #AA1555;
}
.archive .learning_activity:hover, .archive [data-value=learning_activity]:hover, .home .learning_activity:hover, .home [data-value=learning_activity]:hover {
  box-shadow: 15px 15px #7d0f3e;
}
.archive .learning_activity.list, .archive [data-value=learning_activity].list, .home .learning_activity.list, .home [data-value=learning_activity].list {
  box-shadow: 0 0 #AA1555;
  border-left: 15px solid #AA1555;
}
.archive .learning_activity.list:hover, .archive [data-value=learning_activity].list:hover, .home .learning_activity.list:hover, .home [data-value=learning_activity].list:hover {
  border-left: 15px solid #7d0f3e;
}
.archive .tool, .archive [data-value=tool], .home .tool, .home [data-value=tool] {
  border-color: #5287C6;
  box-shadow: 15px 15px #5287C6;
}
.archive .tool .entry-content, .archive [data-value=tool] .entry-content, .home .tool .entry-content, .home [data-value=tool] .entry-content {
  padding: 0 15px 0 15px;
  margin-bottom: 0;
}
.archive .tool .logo, .archive [data-value=tool] .logo, .home .tool .logo, .home [data-value=tool] .logo {
  height: 100px;
  width: auto;
  max-width: 80%;
  display: block;
  margin: 30px auto;
  object-fit: contain;
}
.archive .tool:hover, .archive [data-value=tool]:hover, .home .tool:hover, .home [data-value=tool]:hover {
  box-shadow: 15px 15px #326199;
}
.archive .tool.list, .home .tool.list {
  box-shadow: 0 0 #5287C6;
  border-left: 15px solid #5287C6;
}
.archive .tool.list .logo, .home .tool.list .logo {
  height: auto;
  width: 120px;
  margin: 0 20px;
}
.archive .tool.list:hover, .home .tool.list:hover {
  border-left: 15px solid #326199;
}
.archive article.list, .home article.list {
  min-height: inherit;
  padding-bottom: 0;
}
.archive article.list a, .home article.list a {
  text-decoration: none;
  display: flex;
  flex-direction: row;
  place-items: center;
  width: 100%;
}
.archive article.list h2, .home article.list h2 {
  padding: 1em 0 0.5em 0;
}

.post-type-archive-learning_activity .page-content-inner, .post-type-archive-knowledge_item .page-content-inner, .post-type-archive-project .page-content-inner, .post-type-archive-tool .page-content-inner, .home .page-content-inner {
  padding: 0;
  background-color: #efefef;
}
.post-type-archive-learning_activity .page-title, .post-type-archive-knowledge_item .page-title, .post-type-archive-project .page-title, .post-type-archive-tool .page-title, .home .page-title {
  display: none;
}

.post-type-archive-learning_activity article small {
  display: none;
}

.terms_bottom {
  position: absolute;
  bottom: 15px;
}
.terms_bottom a {
  padding: 0px 10px;
  display: inline-block;
  margin: 0 5px 5px 0;
  font-size: 14px;
}
.terms_bottom .la-activity a {
  background: #eee;
}
.terms_bottom .la-goal a {
  background: #ddd;
}

.terms_right a {
  padding: 0px 10px;
  display: inline-block;
  margin: 0 5px 5px 0;
  font-size: 14px;
  background: #ddd;
}
.terms_right .la-activity a {
  background: #eee;
}

.teacher-task-link {
  margin-top: 20px;
}

.archive-thumbnail {
  width: 40px;
  float: left;
  margin-right: 20px;
}

hr.tauu-kleur {
  border-bottom: 3px solid #7EAD6C;
}

hr.uugeel {
  border-bottom: 3px solid #ffcd00;
}

hr.la {
  border-bottom: 3px solid #AA1555;
}

.latest {
  display: grid;
  gap: 50px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
}
@media (max-width: 767.98px) {
  .latest {
    display: block;
  }
}

.list .terms_right {
  width: 30%;
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 0;
}
.list .terms_right a {
  display: inline-block !important;
  width: auto !important;
  text-align: right;
}
@media (max-width: 767.98px) {
  .list .terms_right {
    display: none;
  }
}

#featured-items.facetwp-loaded {
  display: none;
}

#archive-info {
  margin-top: 50px;
}

.page-content, .page-content-inner, .mce-content-body, .uu-content {
  font-family: "Open Sans";
  font-size: 18px;
  line-height: 150%;
}

small, .small {
  font-size: 75%;
  line-height: 140%;
  display: block;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility;
  line-height: 120%;
}

h1, h2, h3, h4 {
  font-family: "Merriweather", serif;
  font-weight: bold;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4 {
  margin: 2em 0 0.5em 0;
}

.uu-content-h2, h2, .h2, #left-sidebar .widgettitle {
  font-size: 22px;
}

.page-content-inner h2:first-child {
  margin-top: 1em;
}

.sharebuttons {
  border-top: 1px solid #ccc;
  margin-top: 50px;
}

.panel .panel-heading {
  background-color: white;
  padding: 30px;
}
.panel .panel-heading h4 {
  position: relative;
  font-weight: bold;
}
.panel .panel-heading h4 a {
  padding-right: 20px;
}
.panel .panel-heading h4 a:after {
  display: block;
  float: none;
  font-size: 10px;
  line-height: 30px;
  padding: 0;
  text-indent: 0;
  position: absolute;
  right: 10px;
  top: 0;
}

.wpml-ls-statics-post_translations {
  clear: both;
  font-style: italic;
}

.archive-filter {
  font-size: 16px;
  padding: 30px 0;
  display: block;
}
.archive-filter .facetwp-facet {
  text-align: left;
  margin-bottom: 0;
  margin-right: 15px;
  font-size: 16px;
  border-bottom: 0;
  display: inline-block;
  vertical-align: top;
  line-height: 40px;
}
.archive-filter .facetwp-type-checkboxes {
  margin-left: 5px;
}
.archive-filter .facetwp-checkbox {
  margin-right: 20px;
  margin-left: 0;
}
@media (max-width: 991.98px) {
  .archive-filter .facetwp-type-search {
    margin-bottom: 20px;
  }
}
.archive-filter .select-type {
  display: inline-block;
  margin-bottom: 8px;
}
.archive-filter .select-type a {
  margin-right: 20px;
  margin-bottom: 20px;
  background: none;
  background-color: #eeeeee;
  padding: 9px 40px;
  border-radius: 40px;
  display: inline-block;
  border: 0;
  border-radius: 0;
  line-height: initial;
  font-size: 16px;
  text-decoration: none;
}
.archive-filter .select-type a:hover {
  background-color: white;
}
.archive-filter .select-type a.checked {
  background-image: none;
  background-color: white;
}
.archive-filter .select-type a.checked:hover {
  background-color: #efefef;
}
.archive-filter .widget_text p, .archive-filter .taxonomy-description p {
  width: 70%;
}

.about {
  line-height: 40px;
  background-color: rgba(221, 221, 221, 0.8);
}

@media (max-width: 420px) {
  .archive-filter .textwidget {
    text-align: left;
  }
  .advanced_search {
    display: block;
  }
}
.fs-label {
  padding: 10px 25px 10px 10px !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid black;
  height: 40px;
}

.facetwp-search {
  border: 2px solid black;
  padding-left: 10px;
  border: 1px solid black;
  height: 40px;
  width: 300px;
}

.facetwp-dropdown {
  padding: 8px;
  border-color: black;
}

.facetwp-type-fselect .fs-dropdown {
  width: auto !important;
  padding: 5px;
}

.facetwp-pager {
  display: inline;
}

.facetwp-type-checkboxes .facetwp-checkbox {
  display: inline-block;
}

.fs-search {
  display: none;
}

.advanced_search {
  display: inline-block;
  line-height: 40px;
  font-size: 16px;
}

.advanced_search:after {
  content: "\f140";
  font-family: "dashicons";
  font-size: 20px;
  speak: none;
  -webkit-font-smoothing: antialiased;
  vertical-align: sub;
}

.advanced_search.collapsed:after {
  content: "\f140";
}

.facetwp-selections {
  font-size: 15px;
}
.facetwp-selections ul {
  margin: 0;
}

.single .page-content-inner h1 {
  margin: 2em 0 1em 0;
}

.single-knowledge_item .la-download {
  background: #FFF5D1;
  border: 1px solid #ffcd00;
  display: block;
  text-decoration: none;
  padding: 20px;
  margin: 15px 0;
}
.single-knowledge_item .la-download span {
  display: block;
  margin-left: 50px;
  line-height: 120%;
}

.single-learning_activity .button {
  background-color: #AA1555;
  color: white;
}
.single-learning_activity .button.print-button {
  background-color: white;
  color: #AA1555;
}
.single-learning_activity .la-download, .single-learning_activity .project-metadata, .single-learning_activity .la-external-link-inner {
  border: 1px solid #AA1555;
  background-color: white;
}
.single-learning_activity .la-download {
  display: block;
  text-decoration: none;
  padding: 20px;
  margin: 15px 0;
}
.single-learning_activity .la-download span {
  display: block;
  margin-left: 50px;
  line-height: 120%;
}
.single-learning_activity .external-links {
  margin-top: 30px;
  margin-bottom: 30px;
}
.single-learning_activity .la-external-link {
  font-size: 20px;
  display: block;
  text-decoration: none;
  text-align: center;
  line-height: 130%;
}
.single-learning_activity .la-external-link .la-external-link-inner {
  padding: 20px;
}
.single-learning_activity .la-external-link .la-external-link-inner:hover {
  background-color: #f8f8f8;
}
.single-learning_activity .la-external-link .image {
  position: relative;
}
.single-learning_activity .la-external-link .image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.single-learning_activity .la-external-link .image .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.single-learning_activity .la-external-link img {
  height: 50px;
  width: auto;
  max-width: none;
}
.single-learning_activity .tauu {
  overflow: hidden;
}
.single-learning_activity .tauu li {
  border-bottom: 1px solid #aaa;
}

#left-sidebar h4:first-of-type {
  margin-top: 0;
}

.nav-tabs {
  margin-left: 0;
  margin-top: 3em;
}
.nav-tabs li {
  margin-bottom: -1px !important;
}
.nav-tabs li a {
  background-color: #AA1555;
  color: white;
  text-decoration: none;
}
.nav-tabs li a:hover {
  color: black;
}
.nav-tabs li.active a, .nav-tabs li.active a:focus, .nav-tabs li.active a:hover {
  background-color: white;
  color: black;
  border-left: 1px solid #AA1555;
  border-top: 1px solid #AA1555;
  border-right: 1px solid #AA1555;
}

.tab-content {
  border: 1px solid #AA1555;
  padding: 1em 2em;
  margin-top: -1px;
}
.tab-content .tab-pane {
  transition: opacity 0.15s linear;
}
@media (max-width: 767.98px) {
  .tab-content {
    padding: 1em;
  }
}

.step {
  border-bottom: 1px solid #ccc;
  margin: 1em 50px;
}
.step h3 {
  margin: 1em 0 0.5em 0;
}
@media (max-width: 767.98px) {
  .step {
    margin: 1em;
  }
}

.optional-tools a {
  display: inline-block;
  width: 40%;
  margin-right: 20px;
}

.single-project .button {
  background-color: #24A793;
  color: white;
}
.single-project .button.print-button {
  background-color: white;
  color: #24A793;
}
.single-project .la-download, .single-project .project-metadata, .single-project .la-external-link-inner {
  border: 1px solid #24A793;
  background-color: white;
}

.single-tool .nav-tabs li a {
  background-color: #5287C6;
  color: white;
}
.single-tool .nav-tabs li a:hover {
  color: black;
}
.single-tool .nav-tabs li.active a, .single-tool .nav-tabs li.active a:focus, .single-tool .nav-tabs li.active a:hover {
  background-color: white;
  color: black;
  border-left: 1px solid #5287C6;
  border-top: 1px solid #5287C6;
  border-right: 1px solid #5287C6;
}
.single-tool .tab-content {
  border: 1px solid #5287C6;
}
.single-tool .button {
  background-color: #5287C6;
  color: white;
}
.single-tool .project-metadata {
  background-color: #9fbcdf;
  border: 1px solid #5287C6;
}
.single-tool .panel .panel-heading {
  border-left: 10px solid #5287C6;
}

.modal-dialog {
  width: 80vw;
  margin: 30px auto;
  max-width: 800px;
}

.modal-header .close {
  margin-top: -2px;
  width: 40px;
  float: right;
}

.modal-body, .modal-header {
  padding: 30px;
}

.home-intro {
  line-height: 150%;
  padding: 15px;
  position: relative;
  font-weight: bold;
  font-size: 16px;
  line-height: 135%;
}
.home-intro:before {
  position: absolute;
  left: -205px;
  content: "";
  background-image: url("/wp-content/uploads/sites/584/2019/09/catdb-figuur-1.svg");
  background-repeat: no-repeat;
  display: block;
  width: 220px;
  height: 240px;
}
.home-intro h2 {
  margin: 0;
  font-size: 24px;
}

.home .archive-filter {
  padding: 100px 0;
}

.archive-filter {
  background-image: url("/wp-content/themes/cat-projecten/images/TLC_beeldmerk.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 40%;
}

.home .archive-filter {
  padding: 70px 0;
  background-size: 28%;
  background-position: 104% 70%;
  text-align: left;
  background-color: transparent;
}
.home .archive-filter .first-widget .textwidget {
  font-size: 16px;
  line-height: 135%;
  max-width: 800px;
}
.home .archive-filter .textwidget {
  text-align: left;
}
@media (max-width: 575.98px) {
  .home .archive-filter {
    padding: 20px 0;
  }
}/*# sourceMappingURL=stylesheet.css.map */