.container {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.row:not(.no-gutters) {
  margin-right: -10px !important;
  margin-left: -10px !important;
}

.row:not(.no-gutters) > .col,
.row:not(.no-gutters) > [class*=col-] {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

@media (min-width: 375px) {
  .container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .row:not(.no-gutters) {
    margin-right: -10px !important;
    margin-left: -10px !important;
  }
  .row:not(.no-gutters) > .col,
  .row:not(.no-gutters) > [class*=col-] {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
}
@media (min-width: 768px) {
  .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .row:not(.no-gutters) {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
  .row:not(.no-gutters) > .col,
  .row:not(.no-gutters) > [class*=col-] {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}
@media (min-width: 1024px) {
  .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .row:not(.no-gutters) {
    margin-right: -20px !important;
    margin-left: -20px !important;
  }
  .row:not(.no-gutters) > .col,
  .row:not(.no-gutters) > [class*=col-] {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
}
@media (min-width: 1366px) {
  .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .row:not(.no-gutters) {
    margin-right: -20px !important;
    margin-left: -20px !important;
  }
  .row:not(.no-gutters) > .col,
  .row:not(.no-gutters) > [class*=col-] {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
}
@media (min-width: 1920px) {
  .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .row:not(.no-gutters) {
    margin-right: -20px !important;
    margin-left: -20px !important;
  }
  .row:not(.no-gutters) > .col,
  .row:not(.no-gutters) > [class*=col-] {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
}
.newsoverviewpage .heroContent, .agendaoverviewpage .heroContent {
  margin-bottom: 50px;
}

.newsAndAgenda > .container > .row > div:last-child {
  margin-top: 80px;
}
@media (min-width: 768px) {
  .newsAndAgenda > .container > .row > div:last-child {
    margin-top: 0;
  }
}
.newsAndAgenda a.more {
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  color: #000f61;
  font-size: 18px;
  transition: color 300ms cubic-bezier(0.01, 0.71, 0.5, 0.99);
}
.newsAndAgenda a.more svg.sprite {
  margin-left: 10px;
  transition: all 300ms cubic-bezier(0.01, 0.71, 0.5, 0.99);
  transition-property: transform, fill;
  fill: #000f61;
  width: 20px;
  height: 15px;
}
.newsAndAgenda a.more:hover, .newsAndAgenda a.more:focus {
  color: #55b5ff;
}
.newsAndAgenda a.more:hover svg.sprite, .newsAndAgenda a.more:focus svg.sprite {
  transform: translateX(5px);
  fill: #55b5ff;
}

ul.timedList li, ol.timedList li {
  margin: 0;
  padding: 20px 0;
  border-top: 1px solid #d2d2d2;
}
ul.timedList li:last-child, ol.timedList li:last-child {
  border-bottom: 1px solid #d2d2d2;
}
ul.timedList li:before, ol.timedList li:before {
  display: none;
}
ul.timedList li a, ol.timedList li a {
  display: block;
  font-weight: 700;
  color: #000f61;
  transition: color 300ms cubic-bezier(0.01, 0.71, 0.5, 0.99);
}
ul.timedList li a:hover, ul.timedList li a:focus, ol.timedList li a:hover, ol.timedList li a:focus {
  color: #55b5ff;
}
ul.timedList li .thumbColumn, ol.timedList li .thumbColumn {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
@media (min-width: 1366px) {
  ul.timedList li .thumbColumn, ol.timedList li .thumbColumn {
    flex: 0 0 220px;
    max-width: 220px;
  }
}
ul.timedList li .thumbColumn .blobWrapper .blob, ol.timedList li .thumbColumn .blobWrapper .blob {
  opacity: 1;
}
ul.timedList li .thumbColumn .blobWrapper .blob, ol.timedList li .thumbColumn .blobWrapper .blob {
  opacity: 1;
}
ul.timedList li .contentColumn, ol.timedList li .contentColumn {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
  align-self: center;
}
@media (min-width: 1366px) {
  ul.timedList li .contentColumn, ol.timedList li .contentColumn {
    flex: 1 1;
    max-width: none;
  }
}
ul.timedList .image, ul.timedList .date, ol.timedList .image, ol.timedList .date {
  position: relative;
  height: 0;
  padding-bottom: 80%;
}
ul.timedList img, ul.timedList time, ol.timedList img, ol.timedList time {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
ul.timedList img, ol.timedList img {
  background: #f5f5f5;
}
ul.timedList time, ol.timedList time {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #55b5ff;
  color: #ffffff;
  gap: 10px;
  padding-top: 10px;
}
ul.timedList time strong, ul.timedList time span, ol.timedList time strong, ol.timedList time span {
  line-height: 23px;
  text-transform: uppercase;
}
ul.timedList time strong, ol.timedList time strong {
  font-size: 36px;
}
ul.timedList time span, ol.timedList time span {
  font-size: 18px;
}
ul.timedList .title, ol.timedList .title {
  display: block;
}
@media (min-width: 768px) {
  ul.timedList .title, ol.timedList .title {
    font-size: 24px;
  }
}
ul.timedList .subtitle, ol.timedList .subtitle {
  display: block;
  font-weight: 400;
  color: #706e6e;
  font-size: 14px;
  margin-bottom: 22px;
}
@media (min-width: 768px) {
  ul.timedList .subtitle, ol.timedList .subtitle {
    font-size: 16px;
  }
}
ul.timedList p, ol.timedList p {
  font-weight: 400;
  color: #000000;
  font-size: 16px;
}
@media (min-width: 768px) {
  ul.timedList p, ol.timedList p {
    font-size: 18px;
  }
}
ul.timedList .linkText, ol.timedList .linkText {
  margin-top: 25px;
  display: inline-block;
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  transition: color 300ms cubic-bezier(0.01, 0.71, 0.5, 0.99);
}
ul.timedList .linkText span, ol.timedList .linkText span {
  padding-bottom: 8px;
  text-decoration: none;
  background-image: linear-gradient(#ffb01f, #ffb01f);
  background-size: 100% 4px;
  background-position: -2px 100%;
  background-repeat: no-repeat;
}
ul.timedList a:hover .linkText, ul.timedList a:focus .linkText, ol.timedList a:hover .linkText, ol.timedList a:focus .linkText {
  color: #aa8f23;
}

@media (min-width: 1366px) {
  .newsAndAgenda .timedList li .thumbColumn {
    flex: 0 0 170px;
    max-width: 170px;
  }
}
/*# sourceMappingURL=newsAndAgenda.css.map */
