.noSelect {
  -ms-user-select: none !important;
  -moz-user-select: none !important;
  -khtml-user-select: none !important;
  -webkit-user-select: none !important;
  user-select: none !important;
}
.overlay {
  background: rgba(0, 0, 0, 0.4);
  background-blend-mode: overlay, color;
  /* normal / overlay / soft-light / hard-light / darken / multiply / color-burn / lighten / screen / color-dodge / difference / exclusion / hue / saturation / color / luminosity */
}
.hidden {
  display: none;
  visibility: hidden;
  opacity: 0;
  font-size: 0px;
  color: transparent;
  width: 0px;
  height: 0px;
  overflow: hidden;
}
.style-link {
  color: #1e4f6b;
}
.style-link:hover {
  color: #ec9544;
}
.black-text,
.text-black {
  color: #000000 !important;
}
.icon-download {
  position: relative;
  margin-left: 40px;
}
.icon-download:hover {
  color: #ec9544;
  text-decoration: underline;
}
.icon-download:hover::before {
  background-color: #ec9544;
}
.icon-download::before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: -40px;
  width: 25px;
  height: 25px;
  background: #1e4f6b url(https://static.dnk24.com/_local/dnk24/svg/icons/download_white.svg) no-repeat center center;
  background-size: 27px 27px;
  transition: all 0.15s linear 0s;
}
/* ~~~~~~~~~~~~~~~ fonts ~~~~~~~~~~~~~~~ */
/* ~~~ ~~~ FLEX PREFIXES FIXED ~~~ ~~~ */
.flexColumn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-wrap: nowrap;
}
.flexInline {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.flexRow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  -ms-box-orient: horizontal;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.flexRowWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-wrap: wrap;
}
/*
@supports (display: flex) or (display: -webkit-box) {
	// code for supporting browsers
}
*/
/* Bootstrap v.5.0 Content EZ-Web edition */
body {
  font-family: Montserrat;
  font-weight: normal;
  font-style: normal;
  font-size: 17px;
  padding: 0px;
  margin: 0px;
  min-height: 100vh;
  min-width: 100%;
}
/* ~~~ ~~~ ~~~ CONTENTS ~~~ ~~~ ~~~ */
.error {
  font-weight: 700;
  color: red;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  color: #ec9544;
}
h1 + *,
h2 + *,
h3 + *,
h4 + *,
h5 + *,
h6 + * {
  margin-top: 1.5rem;
}
h1 + *,
h2 + *,
h3 + *,
h4 + * {
  margin-top: 15px !important;
}
h2,
h3,
h4 {
  margin-top: 15px;
}
h2 {
  font-size: 30px;
  color: #1e4f6b;
  font-weight: 700;
}
h3 {
  font-size: 25px;
  color: #1e4f6b;
  font-weight: 700;
}
h4 {
  font-size: 20px;
  color: #1e4f6b;
  font-weight: 700;
}
p {
  line-height: 1.2rem;
}
p + p {
  margin-top: 0.5rem;
}
a {
  transition: all 0.25s linear 0s;
}
ul > li {
  /*
	&::marker {
		display: none;
	}
	*/
}
/* ~~~ ~~~ ~~~ BREADCRUMBS ~~~ ~~~ ~~~ */
div#breadcrumbs {
  text-align: left;
  display: block;
  height: 1em;
  line-height: 1em;
  width: 100%;
  margin: 30px 0px;
  padding: 0px 45px;
}
div#breadcrumbs ol {
  list-style-type: none;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0px;
}
div#breadcrumbs ol li {
  color: #CCCCCC;
  margin-right: 10px;
}
div#breadcrumbs ol li a {
  color: #CCCCCC;
  margin-right: 10px;
  text-decoration: none;
  transition: color 0.2s linear 0s;
}
div#breadcrumbs ol li a:hover {
  color: #CDECDE;
  text-decoration: underline;
}
hr {
  display: block;
  clear: both;
  margin: 30px auto;
  width: 80%;
}
/* ~~~ ~~~ ~~~ PAGINATION ~~~ ~~~ ~~~ */
#pagination {
  margin-top: 45px;
}
#pagination ul.pagination {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  font-weight: 700;
  font-size: 15px;
}
#pagination ul.pagination li {
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  background: #FFFFFF;
  border: solid 1px #FFFFFF;
  display: block;
  border-radius: 20px;
}
#pagination ul.pagination li + li {
  margin-left: 10px;
}
#pagination ul.pagination li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #000000;
  transition: all 0.25s linear 0s;
}
#pagination ul.pagination li a:hover {
  color: #ec9544;
}
#pagination ul.pagination li.current {
  background: #1e4f6b;
  color: #FFFFFF;
}
#pagination ul.pagination li.current a:hover {
  background: #77ACCE;
}
/* ~~~ ~~~ ~~~ ADAPTIVITY ~~~ ~~~ ~~~ */
@media (min-width: 992px) {
  h1,
  h2,
  h3,
  h4 {
    color: #1e4f6b;
    font-weight: 700;
  }
  h1 + *,
  h2 + *,
  h3 + *,
  h4 + * {
    margin-top: 15px !important;
  }
  h2,
  h3,
  h4 {
    margin-top: 15px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 25px;
  }
  h4 {
    font-size: 20px;
  }
}
/*# sourceMappingURL=bootstrap5content.css.map */