@charset "UTF-8";
img {
  margin: 0 auto;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

table {
  min-width: 100%;
  max-width: 100%;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin: 6px 0;
  font-variant-numeric: tabular-nums;
}

table td, table th {
  padding: 5px 10px;
}

table tbody td {
  font-size: 12px;
  font-weight: bold;
  color: #000000;
}

code, pre {
  font-family: "JetBrainsMono-Regular", "Lucida Console", monospace;
  font-size: 16px;
}

h4 {
  -webkit-margin-before: 0em;
  margin-block-start: 0em;
  -webkit-margin-after: 0em;
  margin-block-end: 0em;
  font-size: 110%;
  font-weight: bold;
}

h1 a {
  text-decoration: none;
  color: #000000;
}

h2 a {
  text-decoration: none;
  color: #000000;
}

h3 a {
  text-decoration: none;
  color: #000000;
}

h4 a {
  text-decoration: none;
  color: #000000;
}

h5 a {
  text-decoration: none;
  color: #000000;
}

h5 {
  font-size: 100%;
  font-weight: bold;
}

h1 code, h1 pre, h2 code, h2 pre, h3 code, h3 pre, h4 code, h4 pre, h5 code, h5 pre {
  font-size: inherit;
}

.newswrap {
  min-height: calc(100vh - 111px);
  margin-top: 70px;
  width: 100%;
}
.newswrap .wrap {
  max-width: 1150px;
}
.newswrap .newstiles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  row-gap: 50px;
}
.newswrap .newstiles::after {
  content: "";
  width: calc(33.33% - 15px);
}
.newswrap .postwrap {
  position: relative;
  /*
  .postpreview{
  	margin: 0 auto;
  	margin-top: 80px;
  		padding-bottom: 60px;
  		border-bottom: 1px solid rgba(230, 230, 230, 1);
  	h2{
  		a{
  			color: black;
  			text-decoration: none;
  		}
  	}

  }
  */
}
.newswrap .postwrap .postcontent {
  margin: 0 auto;
}
.newswrap .postwrap .postcontent h1 {
  margin-top: 60px;
  font-weight: 500;
}
.newswrap .postwrap .postcontent blockquote p {
  margin-top: 0;
  margin-bottom: 0;
}
.newswrap .postwrap .postcontent p, .newswrap .postwrap .postcontent ul li, .newswrap .postwrap .postcontent ol li {
  font-size: 19px;
  line-height: 1.5;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: "SuisseIntl", Helvetica, Arial, sans-serif;
  font-weight: 450;
  letter-spacing: 0.1px;
}
.newswrap .postwrap .postcontent p i, .newswrap .postwrap .postcontent p em, .newswrap .postwrap .postcontent ul li i, .newswrap .postwrap .postcontent ul li em, .newswrap .postwrap .postcontent ol li i, .newswrap .postwrap .postcontent ol li em {
  font-family: "SuisseIntl", Helvetica, Arial, sans-serif;
  font-style: italic;
}
@media only screen and (max-width: 660px) {
  .newswrap .postwrap .postcontent p, .newswrap .postwrap .postcontent ul li, .newswrap .postwrap .postcontent ol li {
    font-size: 15px;
  }
}
.newswrap .postwrap .postcontent ul li, .newswrap .postwrap .postcontent ol li {
  margin-top: 0;
  margin-bottom: 0;
}
.newswrap .postwrap .postcontent iframe {
  outline: 0;
  border: 1px solid #D0D0D0;
}
.newswrap .postwrap .postcontent h2 {
  font-size: 31px;
  line-height: 35px;
  margin-top: 60px;
  font-weight: 500;
}
.newswrap .postwrap .postcontent h3 {
  font-size: 28px;
  line-height: 33px;
  font-weight: normal;
  margin-top: 60px;
  font-weight: 500;
}
.newswrap .postwrap .postcontent h4 {
  font-size: 24px;
  line-height: 31px;
  font-weight: normal;
  margin-top: 60px;
  font-weight: 500;
}
.newswrap .postwrap .postcontent blockquote h4 {
  margin-top: 0;
}
.newswrap .postwrap .postcontent table {
  text-align: left;
}
.newswrap .postwrap .postcontent table code {
  font-size: 15.5px;
}
.newswrap .postwrap .postcontent table thead th {
  font-weight: 700;
  font-size: 16px;
}
.newswrap .postwrap .postcontent table tbody td {
  font-weight: normal;
  font-size: 16px;
  padding: 10px;
}
.newswrap .postwrap .postcontent table tbody tr:hover {
  background-color: #fff100;
}
.newswrap .postwrap .postcontent div.highlight {
  max-width: 750px;
}
.newswrap .postwrap .postcontent div.highlighter-rouge + table,
.newswrap .postwrap .postcontent table + div.highlighter-rouge {
  margin-top: 30px;
}
.newswrap .postwrap .postcontent .highlighter-rouge,
.newswrap .postwrap .postcontent table {
  margin-bottom: 20px;
}
.newswrap .postwrap .postcontent .recentposts {
  background-color: #F9F9F9;
  padding: 105px 15px;
  position: relative;
  z-index: 100;
}
.newswrap .postwrap .postcontent .recentposts h1 {
  font-size: 47px;
  margin-top: 0;
  margin-bottom: 0;
}
.newswrap .postwrap .postcontent .recentposts h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 1em;
  font-weight: 500;
}
.newswrap .postwrap .postcontent hr {
  margin: 50px 0 50px 0;
  border: 0.5px solid rgb(229, 229, 229);
}
.newswrap .postwrap .postcontent .toc_sidebar {
  background: rgb(255, 255, 255);
  position: fixed;
  top: 0px;
  right: 0;
  width: 22vw;
  padding: 100px 20px 20px 20px;
  z-index: 90;
}
@media only screen and (max-width: 1280px) {
  .newswrap .postwrap .postcontent .toc_sidebar {
    display: none;
  }
}
.newswrap .postwrap .postcontent .toc_sidebar .toc_menu {
  height: calc(100vh - 100px);
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.newswrap .postwrap .postcontent .toc_sidebar .toc_menu::-webkit-scrollbar {
  display: none;
}
.newswrap .postwrap .postcontent .toc_sidebar .toc_menu h5 {
  color: black;
  font-size: 12px;
  font-style: normal;
  font-weight: 450;
  text-transform: uppercase;
  margin-left: 12px;
}
.newswrap .postwrap .postcontent .toc_sidebar .toc_menu ul li {
  font-size: 14px;
}
.newswrap .postwrap .postcontent .toc_sidebar .toc_menu ul#toc {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 15px;
  position: relative;
}
.newswrap .postwrap .postcontent .toc_sidebar .toc_menu ul#toc ul {
  padding-left: 0px;
  margin-left: 15px;
  border-left: 1px solid #D9D9D9;
}
.newswrap .postwrap .postcontent .toc_sidebar .toc_menu ul#toc ul li {
  list-style: none;
  font-size: 14px;
}
.newswrap .postwrap .postcontent .toc_sidebar .toc_menu ul#toc ul ul {
  display: none;
}
.newswrap .postwrap .postcontent .toc_sidebar .toc_menu ul#toc li {
  line-height: 1;
}
.newswrap .postwrap .postcontent .toc_sidebar .toc_menu ul#toc li.current > a {
  color: #7D66FF;
}
.newswrap .postwrap .postcontent .toc_sidebar .toc_menu ul#toc a {
  color: #B8B8B8;
  text-decoration: none;
  padding: 7px 12px;
  border-radius: 100px;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 100%;
  line-height: 1;
}
.newswrap .postwrap .postcontent .toc_sidebar .toc_menu ul#toc a:hover {
  color: black;
}
.newswrap .postwrap .infoline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.newswrap .postwrap .infoline .icon {
  width: 45px;
  height: 45px;
  background-image: url("../images/duckdb-circle.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
  border-radius: 200px;
  overflow: hidden;
}
.newswrap .postwrap .infoline .icon > img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.newswrap .postwrap .infoline span {
  display: block;
  font-size: 16px;
}
.newswrap .postwrap .infoline span.author {
  font-weight: 700;
}
.newswrap .postwrap a.backtoarchive,
.newswrap .postwrap a.continue {
  text-decoration: none;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  font-size: 100%;
  color: #ebebeb;
  text-decoration: underline;
  font-size: 14px;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.newswrap .postwrap a.backtoarchive span::after,
.newswrap .postwrap a.continue span::after {
  content: "→";
  font-family: "DuckDB-Symbol";
  margin-left: 6px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  position: absolute;
  text-decoration: none;
  line-height: 1.5;
}
.newswrap .postwrap a.backtoarchive:hover span::after,
.newswrap .postwrap a.continue:hover span::after {
  -webkit-transform: translateX(3px);
  -ms-transform: translateX(3px);
  transform: translateX(3px);
}
.newswrap .postwrap a.backtoarchive span::after,
.newswrap .postwrap a.continue span::after {
  line-height: 1.2;
}
.newswrap .postwrap a.backtoarchive:hover,
.newswrap .postwrap a.continue:hover {
  color: black;
}
.newswrap .postwrap a.backtoarchive {
  margin-top: 15px;
  display: inline-block;
}
.newswrap .postwrap .singleentry {
  max-width: 720px;
  margin: 0 auto;
  padding-top: 75px;
  padding-bottom: 75px;
}
.newswrap .postwrap .singleentry h1 {
  font-size: 47px;
  line-height: 1;
  margin-bottom: 30px;
  margin-top: 0;
}
.newswrap .postwrap .singleentry .highlight {
  border-radius: 10px;
}
.newswrap .postwrap .singleentry .excerpt em {
  font-weight: 600;
  font-family: "SuisseIntl", Helvetica, Arial, sans-serif;
  font-style: normal;
}
.newswrap .postwrap .singleentry p > img {
  max-width: 100%;
}
.newswrap .postwrap .singleentry .eventdate {
  font-size: 22px;
  margin-bottom: 10px;
}
.newswrap .postwrap .post-list h1 {
  font-size: 37px;
  font-style: normal;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 50px;
}
.newswrap .postwrap .post-list h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 1.1;
  font-weight: 500;
}
.newswrap .postwrap .post-list > section {
  padding: 105px 15px;
}
.newswrap .postwrap .post-list > section:nth-child(even) {
  background-color: #F9F9F9;
}
.newswrap .headlinebar {
  background-color: #f5f5f5;
  height: 52px;
  line-height: 52px;
  font-size: 32px;
  top: 70px;
  position: absolute;
  padding-left: 20px;
  left: 0;
  width: 100%;
}
.newswrap .sidebar {
  width: 252px;
  background-color: #fff100;
  padding: 30px;
  position: fixed;
  right: 0;
  height: 100vh;
  z-index: 800;
}
.newswrap .sidebar .latestnews,
.newswrap .sidebar .newsarchive {
  margin-top: 60px;
}
.newswrap .sidebar .latestnews h1,
.newswrap .sidebar .newsarchive h1 {
  margin-bottom: 15px;
  font-size: 100%;
}
.newswrap .sidebar .latestnews h1 a,
.newswrap .sidebar .newsarchive h1 a {
  color: black;
  text-decoration: none;
}
.newswrap .sidebar .latestnews h1 a:hover,
.newswrap .sidebar .newsarchive h1 a:hover {
  text-decoration: underline;
}
.newswrap .sidebar .latestnews ul,
.newswrap .sidebar .newsarchive ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 20px;
}
.newswrap .sidebar .latestnews ul li,
.newswrap .sidebar .newsarchive ul li {
  margin-bottom: 15px;
  margin-top: 15px;
  font-size: 14px;
}
.newswrap .sidebar .latestnews ul li a,
.newswrap .sidebar .newsarchive ul li a {
  color: black;
  text-decoration: none;
}
.newswrap .sidebar .latestnews ul li a:hover,
.newswrap .sidebar .newsarchive ul li a:hover {
  text-decoration: underline;
}
.newswrap .sidebar .newsarchive h1 {
  margin-bottom: 15px;
  font-size: 100%;
}
.newswrap .sidebar .newsarchive ul li {
  margin: 4px 0px;
  -webkit-font-feature-settings: "tnum" on;
  font-feature-settings: "tnum" on;
}

footer {
  position: relative;
  z-index: 900;
}

@media only screen and (max-width: 940px) {
  section.blog .postpreview, .post-list .newstiles .postpreview {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 770px) {
  .newswrap .postwrap .singleentry {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 660px) {
  .newswrap .newstiles {
    row-gap: 0;
  }
  section.blog .postpreview,
  .post-list .newstiles .postpreview {
    width: 100%;
    margin-bottom: 50px;
  }
  section.blog .postpreview {
    margin-bottom: 0px;
  }
  .newswrap .postwrap .postcontent .singleentry {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .newswrap .postwrap .postcontent .singleentry .infoline span {
    font-size: 14px;
  }
  .newswrap .postwrap .postcontent .singleentry .infoline span .author {
    font-weight: 600;
  }
  .newswrap .postwrap .postcontent .singleentry p {
    font-size: 15px;
    line-height: 23px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .newswrap .postwrap .postcontent .singleentry h2 {
    font-size: 25px;
    line-height: 28px;
    margin-top: 35px;
    margin-bottom: 20px;
  }
  .newswrap .postwrap .postcontent .singleentry h3 {
    font-size: 20px;
    line-height: 1.2;
    margin-top: 35px;
    margin-bottom: 20px;
  }
  .newswrap .postwrap .postcontent .singleentry h2 + h3 {
    margin-top: 0px;
  }
  .newswrap .postwrap .postcontent .singleentry ul li {
    font-size: 15px;
    line-height: 23px;
  }
  .newswrap .postwrap .postcontent .singleentry ul li ul {
    margin-top: 0px;
  }
  code, pre {
    font-size: 14px;
    line-height: 1.5em;
  }
  .newswrap .postwrap .post-list h1,
  .newswrap .postwrap .postcontent .recentposts h1 {
    font-size: 35px;
  }
  .newswrap .postwrap .post-list > section,
  .newswrap .postwrap .postcontent .recentposts {
    padding: 50px 15px;
  }
  .newswrap .postwrap .postcontent .recentposts .newstileswrap .postpreview:nth-child(3) {
    display: none;
  }
  .newswrap, section.blog .newstileswrap {
    margin-bottom: 40px;
    row-gap: 50px;
  }
}
@media print {
  section.recentposts, div.toc_sidebar {
    display: none !important;
  }
}

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