.tdi--noselect {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.tdi--text-overflow-wrapper {
  overflow: auto;
  max-width: 100%; }
  .tdi--text-overflow-wrapper > table {
    border-collapse: separate; }

#tdi--tooltip {
  text-align: center;
  color: #fff;
  background: #111;
  position: absolute;
  z-index: 100;
  padding: 15px;
  font-size: 90%; }
  #tdi--tooltip:after {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #111;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px; }
  #tdi--tooltip.top:after {
    border-top-color: transparent;
    border-bottom: 10px solid #111;
    top: -20px;
    bottom: auto; }
  #tdi--tooltip.left:after {
    left: 10px;
    margin: 0; }
  #tdi--tooltip.right:after {
    right: 10px;
    left: auto;
    margin: 0; }

.wrapper .text h1 {
  margin: 10px 0 20px;
  color: #AFD79B; }
  .wrapper .text h1.l1 {
    font-size: 28px; }
  .wrapper .text h1.l2 {
    font-size: 24px; }

.wrapper .text h3 {
  margin: 10px 0 20px;
  font-size: 20px;
  font-weight: 500; }

.wrapper .text h4 {
  margin: 10px 0 5px;
  font-size: 17px;
  font-weight: 600; }

.wrapper .text h5 {
  margin: 10px 0 5px;
  font-size: 17px;
  font-style: italic; }

.wrapper .text p, .wrapper .text ul, .wrapper .text ol, .wrapper .text .tdi--text-overflow-wrapper {
  margin: 0 0 20px;
  color: #555; }

.wrapper .text table {
  width: 100%; }
  .wrapper .text table p, .wrapper .text table ul, .wrapper .text table ol {
    margin: 0 0 10px;
    font-size: 14px; }
    .wrapper .text table p:last-child, .wrapper .text table ul:last-child, .wrapper .text table ol:last-child {
      margin-bottom: 0; }

.wrapper .text tr:nth-child(even) {
  background-color: #f7f7f7; }

.wrapper .text th, .wrapper .text td {
  padding: 2px 5px 2px 0; }
  .wrapper .text th:first-child, .wrapper .text td:first-child {
    padding-left: 5px; }
  .wrapper .text th.right, .wrapper .text td.right {
    text-align: right; }
  .wrapper .text th.top, .wrapper .text td.top {
    vertical-align: top; }
  .wrapper .text th.bottom, .wrapper .text td.bottom {
    vertical-align: bottom; }

.wrapper .text th {
  background-color: #AFD79B; }
  .wrapper .text th p {
    font-weight: 600;
    color: #000; }

.wrapper .text .term {
  border-bottom: 1px dotted #AFD79B; }

.wrapper .text sup {
  top: -7px;
  margin: 0;
  font-size: 13px;
  border: none; }

.wrapper .text ol.footnotes {
  font-size: 85%; }
  .wrapper .text ol.footnotes li:before {
    content: "";
    padding: 0; }

.wrapper .text sup.footnote {
  top: auto;
  margin: -10px 1px 0;
  padding: 0 3px 0;
  border-width: 1px;
  font-size: 12px;
  color: #333; }

.wrapper .text td.right {
  position: relative; }
  .wrapper .text td.right sup.footnote {
    position: absolute; }

.wrapper .text ul {
  padding-left: 20px; }
  .wrapper .text ul li {
    list-style: disc; }
    .wrapper .text ul li:before {
      display: none; }

.wrapper .text li ul, .wrapper .text li ol {
  margin: 0; }

.wrapper .text ol {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
  counter-reset: item; }
  .wrapper .text ol > li {
    position: relative;
    min-height: 28px;
    padding-left: 25px; }
    .wrapper .text ol > li:before {
      content: counter(item) ". ";
      counter-increment: item;
      width: 22px;
      position: absolute;
      left: 0;
      color: inherit; }
  .wrapper .text ol.liststyle-decimal-leading-zero > li:before {
    content: counter(item, decimal-leading-zero) ". "; }
  .wrapper .text ol.liststyle-lower-alpha > li:before {
    content: counter(item, lower-alpha) ". "; }
  .wrapper .text ol.liststyle-upper-alpha > li:before {
    content: counter(item, upper-alpha) ". "; }
  .wrapper .text ol.liststyle-lower-roman > li:before {
    content: counter(item, lower-roman) ". "; }
  .wrapper .text ol.liststyle-upper-roman > li:before {
    content: counter(item, upper-roman) ". "; }
  .wrapper .text ol[start="1"] {
    counter-reset: item 0; }
  .wrapper .text ol[start="2"] {
    counter-reset: item 1; }
  .wrapper .text ol[start="3"] {
    counter-reset: item 2; }
  .wrapper .text ol[start="4"] {
    counter-reset: item 3; }
  .wrapper .text ol[start="5"] {
    counter-reset: item 4; }
  .wrapper .text ol[start="6"] {
    counter-reset: item 5; }
  .wrapper .text ol[start="7"] {
    counter-reset: item 6; }
  .wrapper .text ol[start="8"] {
    counter-reset: item 7; }
  .wrapper .text ol[start="9"] {
    counter-reset: item 8; }
  .wrapper .text ol[start="10"] {
    counter-reset: item 9; }
  .wrapper .text ol[start="11"] {
    counter-reset: item 10; }
  .wrapper .text ol[start="12"] {
    counter-reset: item 11; }
  .wrapper .text ol[start="13"] {
    counter-reset: item 12; }
  .wrapper .text ol[start="14"] {
    counter-reset: item 13; }
  .wrapper .text ol[start="15"] {
    counter-reset: item 14; }
  .wrapper .text ol[start="16"] {
    counter-reset: item 15; }
  .wrapper .text ol[start="17"] {
    counter-reset: item 16; }
  .wrapper .text ol[start="18"] {
    counter-reset: item 17; }
  .wrapper .text ol[start="19"] {
    counter-reset: item 18; }
  .wrapper .text ol[start="20"] {
    counter-reset: item 19; }
  .wrapper .text ol[start="21"] {
    counter-reset: item 20; }
  .wrapper .text ol[start="22"] {
    counter-reset: item 21; }
  .wrapper .text ol[start="23"] {
    counter-reset: item 22; }
  .wrapper .text ol[start="24"] {
    counter-reset: item 23; }
  .wrapper .text ol[start="25"] {
    counter-reset: item 24; }
  .wrapper .text ol[start="26"] {
    counter-reset: item 25; }
  .wrapper .text ol[start="27"] {
    counter-reset: item 26; }
  .wrapper .text ol[start="28"] {
    counter-reset: item 27; }
  .wrapper .text ol[start="29"] {
    counter-reset: item 28; }
  .wrapper .text ol[start="30"] {
    counter-reset: item 29; }

.wrapper .text ol ul,
.wrapper .text ul ul {
  padding-left: 20px; }

[class*=col-] > figure > img, [class*=col-] > a > figure > img {
  max-width: 100%; }

figure.linkblock {
  position: relative; }
  figure.linkblock figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px;
    font-size: 15px;
    font-weight: 600;
    color: #1f1f1f;
    background-color: #f5f5f5;
    transition: all .5s 0s; }
  figure.linkblock:hover figcaption {
    padding: 30px 10px 90px;
    color: #fff;
    background-color: rgba(51, 122, 183, 0.8); }

.banner {
  position: relative;
  height: 250px;
  background-size: cover;
  background-position: center; }
  .banner:before {
    content: "";
    position: absolute;
    top: 50%;
    bottom: 0;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 100%); }

.programmas img {
  transform: scale(0.7, 0.7); }

.inforow a {
  border-left: 5px solid transparent;
  transition: 0.8s 0s all; }
  .inforow a:hover, .inforow a:active {
    border-left: 5px solid #ddd; }
  .inforow a .countup {
    transition: 0.8s 0s all; }
    .inforow a .countup.green ins {
      border-color: #00AA00; }
    .inforow a .countup.orange ins {
      border-color: #5cba48; }
    .inforow a .countup.red ins {
      border-color: #dc241f; }
  .inforow a:hover .countup, .inforow a:active .countup {
    color: #555; }

.info-programdetail {
  float: left;
  height: 120px; }
  .info-programdetail > * {
    float: left; }
  .info-programdetail img {
    width: 120px;
    margin: 0 20px; }
  .info-programdetail div {
    width: 400px; }
  .info-programdetail .countup {
    min-height: 0;
    margin-bottom: 10px;
    font-size: 30px; }
  .info-programdetail:after {
    content: "";
    display: block;
    clear: both; }
  .info-programdetail img:nth-child(2) {
    display: none; }
  .info-programdetail:hover img:nth-child(1), .info-programdetailactive img:nth-child(1) {
    display: none; }
  .info-programdetail:hover img:nth-child(2), .info-programdetailactive img:nth-child(2) {
    display: block; }

body {
  font-family: Montserrat, sans-serif; }

.breadcrumb > li + li:before {
  padding: 0 5px; }

.header {
  padding-left: 15px;
  padding-right: 15px;
  background: #f9fef6;
  position: static;}
  .header a {
    color: #333; }
  .header .vheader-height {
    height: 100%; }
  @media screen and (max-width: 1200px) {
    .header {
      box-shadow: 0 0 10px -4px #000; } }

.navbar > img {
  display: inline-block;
  max-height: none;
  max-width: 100%;
  margin-right: 20px;
}

.navbar-brand {
  display: inline-block;
  float: none;
  font-size: 15px;
  font-weight: 500;
  font-variant: small-caps;
  text-align: center;
  /*float: right;
  margin-right: 200px;*/
}
  .navbar-brand > span {
    display: inline-block;
    max-height: none;
    max-width: 100%; }
  .navbar-brand hr {
    margin: 10px auto 0; }

.navbar-nav ul > li > a {
  color: #333; }
  .navbar-nav ul > li > a.active {
    color: #5cba48; }

.dropdown .dropdown-menu {
  bottom: auto;
  border-top: 3px solid #fff; }
  @media screen and (min-width: 768px) {
    .dropdown .dropdown-menu {
      background-color: #F6F7F9; } }

.scrolltop {
  bottom: 90px;
  right: 40px; }
  .scrolltop i {
    margin-top: 40%; }

.headcontent {
  background-color: #F9F9F9;
  padding: 20px 0;
  min-height: 0;
  }

.pagination {
  padding-right: 0;
  font-size: inherit; }
  .pagination li:last-child {
    float: right; }
  .pagination li div {
    display: inline; }
    @media screen and (max-width: 479px) {
      .pagination li div {
        display: none; } }
  .pagination li a.prev, .pagination li a.next {
    display: inline-block !important;
    float: none;
    vertical-align: middle;
    margin: 0 20px; }
    .pagination li a.prev.disabled, .pagination li a.next.disabled {
      opacity: 0.5; }
      .pagination li a.prev.disabled:hover, .pagination li a.next.disabled:hover {
        border-color: transparent; }

.slider li div {
  height: 100% !important; }

.slider .container.text-center {
  padding: 0; }
  @media screen and (min-height: 701px) {
    .slider .container.text-center > div {
      padding: 60px 30px; } }
  .slider .container.text-center .subtitle {
    display: inline-block;
    margin-bottom: 20px;
    font-variant: small-caps;
    background-color: #f3f3f3;
    color: #AFD79B; }
    @media screen and (min-height: 701px) {
      .slider .container.text-center .subtitle {
        font-size: 45px; } }
  .slider .container.text-center h1, .slider .container.text-center p {
    margin-bottom: 0;
    padding: 10px 20px;
    background-color: rgba(117, 211, 97, 0.7); }
  @media screen and (max-height: 700px) {
    .slider .container.text-center h1 {
      line-height: 40px; } }
  .slider .container.text-center p {
    opacity: 1;
    letter-spacing: -1px; }
    @media screen and (min-height: 701px) {
      .slider .container.text-center p {
        font-size: 21px;
        line-height: 35px; } }

.slider li {
  text-align: center; }

.slider .mask {
  background-color: transparent; }
  .slider .mask h4 {
    top: auto;
    bottom: 0;
    transform: translateX(-50%);
    padding: 0 5%;
    line-height: 200%;
    font-size: 100%;
    border-radius: 10px;
    background-color: rgba(30, 30, 30, 0.7); }

.scrolldown-link {
  position: absolute;
  left: calc(50% - 100px);
  bottom: 0;
  width: 200px;
  font-size: 17px;
  font-weight: 500; }
  .scrolldown-link, .scrolldown-link:focus {
    color: #e4e4e4;
    text-shadow: 0 0 10px #000; }
  .scrolldown-link img {
    height: 50px; }
  @media screen and (max-height: 700px) {
    .scrolldown-link {
      display: none; } }

.vside-light .ico-sidebar-l {
  opacity: 1;
  background-position: 0 -28px; }

.vside.vside-light {
  background-color: #fff; }
  .vside.vside-light.active {
    background-color: #fff; }

[class*=bg-sl-] {
  background-position: center; }

.header.navbar-fixed-top + .wrapper {
  margin-top: 0;
}

@media screen and (min-width: 768px){
.navbar-nav {
  float: none;
}}

.navbar-nav {
  margin-bottom: 0.75em;
}

.navbar-nav li {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (min-width: 768px){
  .navbar-nav li {
    min-height: 90px;
  }
}

.navbar-nav li {
  min-height: 30px;
}

.navbar-nav li a {
  line-height: normal !important;
}

.navbar-nav a:hover {
  text-decoration: underline !important;
}

.navigation{
  width:80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
}

.navigation-block {
  width: 40%;
  display: inline-block;
  padding: 16px;
  margin-bottom: 1%;
  height: 100px;
  border-radius: 0.375em;
}

.navigation-block:hover {
  background-color: rgb(233,244,228);
}

.navigation-block span{
  font-weight: bold;
  color: #0b5d2b;
}

.navigation-block:hover span {
  color: #D0021B;
}

.right {
  float: right;
}

.footer {
  width: 100%;
  min-height: 100px;
  background-color: #0b5d2b;
  position: inherit;
  bottom: 0;
  padding: 2em 1em;
}

.footer .inner {
  padding: 0 1em;
  max-width: 61.5em;
  margin-right: auto;
  margin-left: auto;
}

.footer .inner p {
  color: #FBFDFA;
}

.footer .inner a {
  color: #FBFDFA;
  text-decoration: underline;
}

.footer .inner a:hover {
  text-decoration: none;
}

.footer .block-menu {
  width: 50%;
  float: left;
}

.half-table{
  width: 50% !important;
}

.custom-side-menu{
  width: 300px;
  padding: 0;
  position:absolute;
}
@media screen and (max-width: 1023px){
  .custom-side-menu{
    width: 150px;
  }
}

.custom-side-menu li{
  border: 1px solid #0b5d2b;
  border-bottom: 0px;
  padding: 3px;
  padding-left: 10px;
  margin: 0;
  background-color: #f9fef6;
  font-size: 14px;
  padding-left: 10px;
}


.custom-side-menu a{
  position:relative;
  z-index: 10;
  color: #0b5d2b;
}
.custom-side-menu a:hover{
   color: #5cba48;
   text-decoration: underline;
}
.custom-side-menu li:before{
  content: '';
  padding-right: 0;
}

.custom-side-menu li:last-child{
  border-bottom: 1px solid #0b5d2b;
}

.container{
  padding-left: 300px;
  margin-left:0;
}
@media screen and (max-width: 1023px){
  .container{
    padding-left: 150px;
  }
}
@media screen and (min-width: 768px){
input[type="text"], input[type="email"], input[type="password"], input[type="search"], textarea, textarea.form-control {
    width: 200px;
  }
  #edit-search {
    width: 400px;
  }
}
/*
@media screen and (min-width: 1200px){
.container {
    width: 95%;
}}
*/
.search-input {
  float:right;
  padding: 20px 0 10px 0;
}
@media screen and (max-width: 767px) {
  .search-input {
    float:none;
    margin: 20px;
    border: 2px solid #333;
    border-radius: 4px;
    padding:0;
  }
}
.search-input form {
/*  margin: 20px 0 0 0; */
  display:flex;
}

#searchresults {
  margin: 10px 11px;
}

.views-row {
  padding: 15px 0 15px 0;
  margin: 5px 0 5px 0;
  border-bottom: 1px solid #e4e4e4;
}

.result-item h5 {
    margin: 5px 0 5px 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 24.2px;
    color: #5cba48;
}
.result-item p {
  color: #808080;
}

.result-item:hover h5, .result-item:focus h5 {
    color: #333;
}

#edit-search {
  height: 42px;
  max-width: 100% !important;
  padding: 0 10px !important;
  border-color: #0b5d2b !important;
  border-width: 1px;
  padding-left: 40px !important;
  /*background: white url(/tangelo/resources/TXP/gemeente_halderberge/finrep/custom/images/icons/icon-search-green.svg) no-repeat left 5px center;*/
  background-size: auto;
  background-size: 26px;
  opacity: 1;
}

#edit-submit-search {
  width: auto;
  height: 42px;
  text-indent: 0;
  border-color: #D0021B;
  background-color: #D0021B;
  text-align: center;
  padding: 5px 10px;
  min-height: 32px;
  font-size: 16px;
  color: #FBFDFA;
  text-decoration: underline;
  display: inline-block;
  border-radius: 5px;
  border-style: solid;
  line-height: normal;
  font-family: Arial, Helvetica, sans-serif;
  transition: none;
  vertical-align: top;
  margin-left: -10px;
}

#edit-submit-search:hover {
  border-color: black;
  background-color: black;
}

@media screen and (max-width: 1180px){

  #edit-search {
    max-width: 12vw;
  }

}

@media screen and (max-width: 1068px){

  #edit-search {
    max-width: 200px;
  }

}
@media screen and (max-width: 767px){

  #edit-search {
    max-width: 100%;
    width: 100%;
  }

}

@media all and (max-width: 767px) {

  .navbar-nav > li > a {
      line-height: 30px;
  }

}

.header .navbar-brand {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 26px;
    margin-top: 20px;
}

.cookie-container {
  position: fixed;
  display: none;
  bottom: 0;
  z-index: 50;
  -webkit-box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
  background-color: #f9fef6;
  padding: 2% 4%;
  font-size: 16px;
}

.cookie-container.active {
  display: block;
}

.cookie-description {
  margin-bottom: 1em;
}

.cookie-accept {
  background-color: #0b5d2b;
  border-color: #0b5d2b;
}

.cookie-accept:hover {
  background-color: #D0021B;
  border-color: #D0021B;
}
