@media only screen and (max-width: 1200px) {
  main .wrap,
  body.landing .welcome .mainlinks ul {
    max-width: 800px;
  }
  body.landing .welcome .mainlinks ul li {
    min-width: 160px;
  }
  .searchoverlay > div .shortcuts {
    display: none;
  }
}
@media only screen and (max-width: 980px) {
  .newswrap .postwrap {
    position: relative;
  }
  .singleentry div.highlight,
  body.installation .output .result {
    width: 100%;
  }
  footer .sitefooter .footercontent {
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 40px;
  }
  .singleentry table {
    margin: 0px;
  }
  body.installation .select,
  body.installation .output {
    flex-wrap: wrap;
  }
  body.installation .select h3,
  body.installation .output h3 {
    width: 100%;
    padding: 0;
    padding-bottom: 15px;
  }
  body.installation .output .result {
    overflow: auto;
  }
  body.installation .select ul {
    gap: 8px;
  }
}
@media only screen and (max-width: 860px) {
  main .wrap,
  body.landing .welcome .mainlinks ul {
    max-width: auto;
    width: 100%;
  }
  br.break {
    display: none;
  }
  nobr.break {
    display: inline-flex;
    margin-right: 5px;
  }
  a.externallink {
    margin-right: 0px;
  }
  body.landing .welcome .mainlinks ul li {
    min-width: 160px;
  }
  .wrap.whyduckdb div.flex {
    display: block;
  }
  body.documentation main .wrap.whyduckdb #main_content_wrap {
    width: 100%;
  }
  .wrap.whyduckdb article {
    width: 100%;
  }
  .wrap.whyduckdb .footnotes.mobilesups {
    margin-left: 0;
    width: 90%;
    border-top: 1px solid #ebebeb;
    margin-top: 50px;
  }
  .wrap.whyduckdb .footnotes.mobilesups div.sup {
    position: relative;
    margin-top: 20px;
  }
  .newswrap .sidebar {
    display: none;
  }
  body.landing .stickerbanner > div:nth-child(2) {
    text-align: right;
  }
  body.documentation .headlinebar > div.improvethispage {
    display: none;
  }
}
@media only screen and (max-width: 780px) {
  footer .sitefooter .footercontent > div:first-child {
    width: 100%;
    margin-bottom: 30px;
  }
  header .headerline .headercontent .landingmenu nav .starcount {
    display: none;
  }
}
@media only screen and (max-width: 700px) {
  body.landing .welcome .mainlinks ul li {
    min-width: 160px;
  }
  .environmentselect.onlymobile,
  body.landing label.onlymobile {
    display: block;
  }
  body.landing .install .environment {
    display: none;
  }
  body.landing .install p {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 660px) {
  .hamburger {
    display: flex;
  }
  nav.mobile .hamburger {
    display: flex !important;
  }
  .notonmobile {
    display: none;
  }
  .onlymobile {
    display: block;
  }
  p.system {
    display: inline-grid;
  }
  body.landing .install .result + p span {
    margin-left: 0px;
  }
  footer .sitefooter .footercontent,
  header .headerline .headercontent {
    max-width: calc(100% - 30px);
  }
  footer .sitefooter .footercontent {
    padding: 45px 0px;
  }
  header .headerline .headercontent .landingmenu nav:not(.mobile) {
    display: block;
    position: fixed;
    height: 100%;
    width: 75%;
    right: 0;
    top: 70px;
    border-radius: 0px 0px 15px 15px;
    border: 1px solid #393939;
    border-top: 0;
    background: rgba(9, 9, 9, 0.85);
    backdrop-filter: blur(5px);
    right: -100%;
    pointer-events: none;
    transition: all 0.3s;
  }
  header .headerline .headercontent .landingmenu nav:not(.mobile).slidein {
    pointer-events: all;
    right: 0%;
  }
  header .headerline .headercontent .landingmenu nav:not(.mobile) div {
    line-height: 20px;
  }
  header .headerline .headercontent .landingmenu nav:not(.mobile) a {
    color: rgb(255, 255, 255);
    line-height: 3;
  }
  header .headerline .headercontent .landingmenu nav > div {
    margin-left: 20px;
  }
  header .headerline .headercontent .landingmenu nav .hasSub + ul {
    position: relative;
    display: none;
  }
  header .headerline .headercontent .landingmenu nav .hasSub:hover ~ ul {
    display: none;
  }
  body.landing .welcome .mainlinks ul, body.landing .benefits .mainlinks ul {
    max-width: 80%;
    display: block;
  }
  header .headerline .headercontent .landingmenu {
    display: flex;
    align-items: center;
    position: relative;
  }
  header .headerline .headercontent .landingmenu nav .hasSub a::after {
    display: none;
  }
  .pagehead h1 {
    font-size: 35px;
    padding: 50px 15px;
  }
  main.f-md .pagehead + .wrap {
    padding: 50px 15px;
  }
  body.landing .welcome h1 {
    font-size: 200%;
  }
  body.landing .benefits h1 {
    font-size: 145%;
  }
  body.landing .welcome .mainlinks ul li {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }
  body.landing .boxlayout .box {
    width: 100%;
    margin-bottom: 40px;
  }
  body.landing .boxlayout .box div:nth-child(2) {
    width: calc(100% - 100px);
  }
  body.landing .boxlayout,
  body.landing .using {
    display: block;
  }
  body.landing .install .environment ul {
    /*flex-flow: column;*/
  }
  body.landing .using .box div:not(.icon) {
    padding-right: 0px;
    width: calc(100% - 85px);
  }
  body.landing .docu .boxlayout .box:first-child {
    padding-right: 0px;
  }
  body.landing .using .box {
    margin-bottom: 50px;
  }
  body.landing .using .box:nth-child(2) {
    margin-bottom: 0px;
  }
  body.landing .using .box div.icon {
    font-size: 75px;
    width: 85px;
  }
  body.landing .docu .boxlayout .box .button {
    width: 100%;
    max-width: 100%;
  }
  body.landing .newsblog .newstileswrap {
    flex-wrap: wrap;
  }
  body.landing .newsblog .newstileswrap .postpreview {
    width: 100%;
    margin-bottom: 50px;
  }
  .newswrap .headlinebar {
    padding-left: 15px;
  }
  body.documentation header .headerline .headercontent .landingmenu nav.mobile > div:last-of-type {
    display: block;
  }
  body.documentation header .headerline .headercontent .landingmenu nav.mobile {
    display: flex;
  }
  body.documentation main .wrap #main_content_wrap {
    padding-right: 0;
    padding-top: 0;
  }
  body.documentation .headlinebar .breadcrumbs {
    width: 100%;
    order: 2;
  }
  body.documentation .headlinebar .versionselect {
    width: 100%;
    height: 42px;
  }
  body.documentation .headlinebar div.version {
    position: absolute;
    order: 1;
    top: 0;
    right: unset;
    left: 0;
  }
  body.documentation .headlinebar div.version > div:first-child {
    position: relative;
  }
  body.documentation .headlinebar div.version span.arrow {
    top: 5px;
  }
  body.documentation .headlinebar .title {
    order: 3;
    margin-top: 5px;
  }
  body.documentation header .headerline .headercontent .landingmenu nav {
    display: none;
    margin-right: 0;
  }
  body.documentation .sidenavigation {
    position: fixed;
    right: 0;
    width: 75%;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    padding-top: 14px;
  }
  body.documentation .sidenavigation.slidein {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  body.documentation .sidenavigation .opensearch {
    display: none;
  }
  body.documentation main {
    overflow-x: hidden;
  }
  body.documentation main .wrap {
    width: 100%;
    margin-left: 0;
    padding: 15px;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  body.documentation main .wrap.inactive {
    opacity: 0.4;
  }
  body.documentation div.highlight {
    width: 100%;
  }
  body.documentation main .wrap .limit-width {
    width: 108%;
  }
  body.documentation table {
    border: 0;
  }
  body.landing .stickerbanner {
    flex-wrap: wrap;
  }
  body.landing .stickerbanner > div {
    width: 100%;
  }
  body.landing .stickerbanner > div:nth-child(2) {
    display: none;
  }
  /** NEWS **/
  .newswrap {
    display: block;
  }
  body.documentation .headlinebar {
    position: relative;
    width: 100%;
    margin-left: 0;
  }
  footer .sitefooter .footercontent {
    column-gap: 0;
  }
  footer .sitefooter .footercontent > div {
    width: 180px;
    box-sizing: border-box;
    margin-bottom: 30px;
  }
  footer .sitefooter .footercontent > div:first-child {
    width: 100%;
  }
  .searchoverlay {
    z-index: 1000;
  }
  .searchoverlay > div form input {
    background: white;
    padding-left: 10px;
  }
  body.landing footer .sitefooter .footercontent .footernavigation,
  .sitefooter .footercontent .footernavigation {
    column-gap: 30px;
    row-gap: 40px;
    flex-wrap: wrap;
  }
  body.landing footer .sitefooter .footercontent .footernavigation > div,
  .sitefooter .footercontent .footernavigation > div {
    width: calc(50% - 15px);
  }
  body.landing footer .sitefooter .footercontent .footernavigation a,
  .sitefooter .footercontent .footernavigation a {
    line-height: 1.5;
  }
}
@media only screen and (max-width: 580px) {
  footer .sitefooter .footercontent > div {
    width: 50%;
  }
  footer .sitefooter .footercontent .linktoduckdblabs .button,
  footer .sitefooter .footercontent .gitbutton {
    width: 170px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  body.landing section {
    padding: 50px 15px;
  }
  body.landing .boxlayout .box:last-child {
    margin-bottom: 0;
  }
  body.landing .whyduckdb .boxlayout .box div.icon {
    width: 110px;
    height: 110px;
  }
  body.landing .install .result + p {
    margin-bottom: 0;
  }
  body.landing .welcome .mainlinks ul {
    margin-top: 60px;
  }
  .newswrap .postwrap .singleentry h1 {
    font-size: 30px;
    line-height: 34px;
  }
  .newswrap .postwrap .singleentry h2 {
    font-size: 28px;
    line-height: 30px;
  }
  footer .sitefooter .footercontent > div {
    width: 100%;
  }
  body.installation .select ul li span.versioninfo {
    display: none;
  }
  body.installation .output .result a {
    word-break: break-all;
    word-break: break-word;
  }
  .pagemeta {
    flex-wrap: wrap;
  }
  .pagemeta > div {
    width: 100%;
  }
  .pagemeta > div:first-child {
    margin-bottom: 0.8em;
  }
}

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