:root {
  --color1: rgba(4,9,40,0.7);
  --colorBlauw: hsl(205, 100%, 37%);
  --color2: rgba(4,9,45,0.7);
  --color3: hsla(240,97%,17%,.51);
  --color4: white;
  --color5: hsl(205, 100%, 37%);
  --color6: #1e5875;
  --color7: hsla(180,69%,28%,1);
  --color8: #5bafc7;
  --colorText1: white;
  --colorText2: white;
  --colorText3: whitesmoke;
  --colorText4: whitesmoke;
  --colorFormBorders: #5bafc7;
  --color-bg: #FFF;
  --hojoGeel: hsl(156,100,34);
  --hojoCyaan: hsl(180,69,28);
  --hojoBlauw: hsl(204,100,37);
  --color1: rgba(255,255,255,0.9);
  --color2: rgba(200,200,200,0.9);
  --colorText1: rgba(4,9,45,1);
  --colorText2: rgba(4,9,40,1);
  --colorText3: #333;
  --btn-bg: var(--color1);
  --btn-fg: var(--color6);
  --btn-hv-bg: var(--color6);
  --btn-hv-fg: var(--color2);
  --hero-fg: var(--colorText4);
  --bg-accent: darkOrange;
  --nav-witdh:85px;
  --grad-from:var(--color5);
  --grad-to: var(--color6);
  --grad-secLight:linear-gradient(var(--color1),var(--color2) );
  --grad-secDark-from:var(--color2);
  --grad-secDark-to: var(--color1);
  --sec-HeaderBG:var(--color4);
  --sec-HeaderFG:var(--color5);
  --contentBG: whitesmoke;
  --contentFG: var(--color2);
}

.cmsContent {
  margin-top: 200px;
  padding: 2rem;
  color: var(--colorText2);
  background-color: var(--color4);
}

.cmsContentArea {
  max-width: 1200px;
  margin: 0 auto;
  min-height: 600px;
}
.cmsContentArea a {
  display: inline-block;
  text-decoration: none;
  color: var(--btn-fg);
  border: 1px solid var(--btn-fg);
  border-radius: 25px;
  padding: 0.25rem 1rem;
  font-size: 13px;
  background: transparent;
  cursor: pointer;
}
.cmsContentArea a:hover, .cmsContentArea a:focus {
  border: 1px solid var(--btn-hv-bg);
  background: var(--btn-hv-bg);
  color: var(--btn-hv-fg);
  transition: 500ms;
}

.newsCard {
  display: block;
  margin: 0;
  padding: 0;
  width: 90vw;
  border: #999 1px solid;
  border-radius: 0.25rem;
  margin: 0 auto;
  margin-bottom: 1rem;
}
.newsCard_header {
  background-color: #999;
  color: #FFF;
  padding: 0.25rem;
  border-radius: 0.25rem 0 0;
}
.newsCard_content {
  display: none;
  padding: 1rem;
}
.newsCard_storing {
  background: linear-gradient(#660000, #990000);
  color: white;
}
.newsCard_storing .btnClose {
  color: red !important;
}
.newsCard_info {
  background: linear-gradient(#666, #999);
  color: white;
}
.newsCard_info .btnClose {
  color: #EEE !important;
}
.newsCard_nieuws {
  background: linear-gradient(#666, #999);
  color: white;
}
.newsCard_nieuws .btnClose {
  color: #EEE !important;
}
.newsCard .btnClose {
  cursor: pointer;
  background: transparent;
  color: navy;
  outline: 0;
  border: 0;
  opacity: 0.6;
}
.newsCard .btnClose:hover {
  opacity: 1;
}

.cmsTable {
  margin: 0 auto;
}
.cmsTable .cmsRow {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
}
.cmsTable .cmsRow .cmsCell {
  min-width: 45%;
}

footer h3 {
  font-size: 1rem;
}
footer p {
  font-size: 0.8rem;
}

@media (max-width: 1050px) {
  .cmsContent {
    margin-top: 20px;
    padding: 0;
  }
}
.news_wrapper {
  overflow: hidden;
}

.news_card {
  width: 100%;
  max-width: 90vw;
  border: 1px solid #ccc;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  cursor: pointer;
}
.news_card div {
  padding: 0.5rem;
}

.news_date {
  font-size: 0.75rem;
  color: #999;
}

.news_image {
  width: 25%;
  height: 100%;
  object-fit: contain;
}

.news_content {
  padding: 10px;
  width: 75%;
}

.news_content h2 {
  margin-top: 0;
  padding-left: 0.5rem;
  font-size: 1rem;
}

.news_details,
.news_teaser {
  transition: max-height 500ms ease;
  overflow: hidden;
}

.news_details {
  max-height: 0;
  opacity: 0;
}

.news_teaser {
  font-size: 0.75rem !important;
  font-style: italic !important;
  max-height: 150px;
}

.news_details.show {
  max-height: fit-content !important;
  opacity: 1;
}

.news_teaser.hide {
  max-height: 0 !important;
}

.news_details p {
  padding-bottom: 1rem;
  color: #333;
}
.news_details h4 {
  padding-top: 1rem;
  font-weight: 500;
}
.news_details li {
  line-height: 1.8;
  font-size: 0.9rem;
}
.news_details ol {
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .news_card {
    width: 100%;
    flex-direction: column; /* Change to vertical layout */
  }
  .news_image {
    width: 100%; /* Full width on mobile */
    height: auto; /* Adjust height automatically */
  }
  .news_content {
    width: 100%; /* Full width on mobile */
  }
}
.AEICT {
  position: absolute;
  bottom: 0;
  right: 60px;
  font-size: 0.6rem;
}

.piccontain {
  width: fit-content;
}

/*# sourceMappingURL=wwwmain.css.map */
