:root {
  --pad: 20px;
  --maxmedia:70%;
}

* {
  box-sizing: border-box;
  font-size: 20px;
  line-height: 25px;
}

*, .post h2 {
  font-family: 'ABC', 'ABCsimple', 'Arial', sans-serif;
  letter-spacing: 0.25px;
}
h1, h2, h3, h4, h5{
  margin-bottom: var(--pad);
}
h1, h2, h3, h4, h5,
strong a,
blockquote,
blockquote *,
.swiper-pagination,
.pag, .pagiseparator,
.block.type_5 *,
.lightbtn,
.darkbtn,
#howtodark,
#howtodarktext,
.titleText,
body #backbottom,
body #backbottom span, #breadcrumbs *, #breadcrumbs {
  font-family: Arial;
  letter-spacing: 0.6px;
  font-size: 11px;
  line-height: 15px;
}

#breadcrumbs *, #breadcrumbs {
  text-transform: uppercase;
}
p{
  margin-top: var(--pad);
  margin-bottom: var(--pad);
}
body.notready {
  display: none !important;
}

h1, h2, h3, h4, h5 {
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: var(--pad);
  margin-top: 0px;
}

a, .pag, .pagiseparator {
  color: #7E51FF;
  text-decoration: none;
}

strong a {
  color: black;
  font-weight: normal;
  background-color: #F1F1F1;
  display: inline-block;
  padding: 3px 10px;
  padding-bottom: 2px;
  border-radius: 999999px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  cursor: pointer;
}

blockquote {
  color: black;
  background-color: #F1F1F1;
  display: block;
  padding: 10px 25px;
  margin: 0px;
  max-width: 600px;
  border-radius: 25px;
  margin-top: 20px;
  margin-bottom: 20px;
}

strong a:hover {
  background-color: #c7c7c7;
}

a.active {
  font-style: italic;
}

body {
  padding-right: 0px;
  margin: 0 auto;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}

#main {
  display: flex;
  flex-direction: row;
}

.col {
  width: 30%;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  padding-top: var(--pad);
  padding-bottom:  var(--pad);
  padding-left: var(--pad);
  overflow-x: hidden;
}

.col1 {

}

.col3 {
  width: 0%;
}

.notready .col1 {
  transition: none;
}

.mover {
  left: 0px;
  opacity: 1;
  position: relative;

}

.mover.hidden {
  opacity: 0;
  left: calc(100% + 40px);
}

.col.shrinked {}

.col {
  padding-bottom: var(--pad);
}

.col.cont {
  padding-right: var(--pad);
}

.cont.col1 {
  padding-left: var(--pad);
}

.cont.col2 {
  padding-left: var(--pad);
  width: 70%;
}

.cont.col3 {
  width: 70%;
  min-width: 50%;
}

.col1.shrinked {
  padding-right: var(--pad);
}

.col2.shrinked {
  padding-left: var(--pad);
  padding-right: var(--pad);
}

ol, ul {
  padding-left: 0px;
}

ol li, ul li {
  list-style-position: inside;
}

.nonosx.no-hiddenscroll .col::-webkit-scrollbar {
  width: 8px;
}

.nonosx.no-hiddenscroll .col::-webkit-scrollbar-track {
  background-color: #fcfcfc;
  border-radius: 100px;
}

.nonosx.no-hiddenscroll .col::-webkit-scrollbar-thumb {
  background-color: #ebe8e8;
  border-radius: 100px;
}

.swiper-pagination, .pag, .pagiseparator {
  position: relative;
  margin-top: 10px;
  text-align: left;
  display: inline-block;
  width: auto;
  top: auto;
  bottom: auto;
  margin-right: 3px;
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
}

.pag {
  cursor: pointer;
}

.posts {
  width: 100%;
}

.post {
  padding-bottom: 40px;
  border-top: solid 1px;
  padding-top: 10px;
  width: 100%;
  overflow-x: hidden;
}

.swiper-button-disabled {
  opacity: 0.4;
}

.block.type_2 {
  padding-bottom: 10px;
}

.block.type_5 {
  border-top: solid 1px;

}



.block {
  margin-bottom: 40px;
}

.block ul li {
  list-style: none !important;
  list-style-type:none !important;
}

.block ul li:before {
  content: "-";
  margin-right: 10px;
}

.post h2 {
  font-size: 20px;
  line-height: 25px;
}

.notloaded {
  display: none;
}

video {
  max-width: var(--maxmedia);
}

video, .type_3, .swiper-container {
  width: var(--maxmedia);
}

.swiper-slide {
    max-width: var(--maxmedia);
  width: initial;
  height: initial;
  object-fit: cover;
  background-color: gainsboro;
}

.swiper-container{
    max-width: var(--maxmedia);
}
body .fullwidth {
  max-width: 100%;
  width: 100%;
}
.swiper-wrapper .swiper-slide {
  max-width: 100%;
}

.align_right {
  float: right;
  margin-bottom: 40px;
}

.align_center {
  margin: 0px auto;
  display: block;
}

.prevnextbuttons {
  float: right;
}

.swiper-container {
  overflow: hidden;
}

#bottom {
  position: fixed;
    bottom: var(--pad);
    left: var(--pad);
  display: flex;
  min-width: 100%;
  align-items: center;
}

.switch {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 25px;
}

#bottom .switch input {
  display: none;
}

#bottom .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #F1F1F1;
}

#bottom .slider:before {
  position: absolute;
  content: "";
  height: 25px;
  width: 40px;
  left: 0px;
  bottom: 0px;
  background-color: #E5E5E5;
}

#bottom input:checked+.slider {}

#bottom input:focus+.slider {
  box-shadow: 0 0 1px #2196F3;
}

#bottom input:checked+.slider:before {
  -webkit-transform: translateX(40px);
  -ms-transform: translateX(40px);
  transform: translateX(40px);
}

.lightbtn {
  text-align: left;
}

.darkbtn {
  text-align: right;
}

.lightbtn, .darkbtn {
  color: #000000;
  width: 100%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  line-height: 13px;
  padding: 5px 9px;
}

#bottom .lightbtn {}

#bottom input:checked+.slider .lightbtn {
  display: block;
}

.slider.round {
  border-radius: 54px;
}

.slider.round:before {
  border-radius: 37px;
}

#howtodark {
  color: black;
  padding-right: 5px;
  padding-left: 2px;
  cursor: pointer;
  display: none !important;
}

#howtodarktext {
  overflow: hidden;
  width: 0px;
  height: 20px;
  line-height: 17px;
  margin-left: 10px;
}

#howtodarktext.visible {
  width: calc(100% - 100px);
}

#loadmore {
  position: relative;
  z-index: 10;
  font-weight: normal;
}

.titleText {
  position: absolute;
  color: black;
  background-color: #F1F1F1;
  display: inline-block;
  padding: 3px 10px;
  padding-bottom: 2px;
  border-radius: 999999px;
  z-index: 999;
}

body #backbottom {
  display: none;
  padding-bottom: 13px;
  text-align: center;
  border-radius: 999999px;
  color: black;
  font-size: 10px !important;
  line-height: 15px !important;
  cursor: pointer;
}

body #backbottom span {
  font-size: 10px !important;
  line-height: 15px !important;
  text-transform: uppercase;
}

#floatingpngs {
  position: absolute;
  width: 100vw;
  height: 0vh;
  z-index: 9999999;
}

#floatingpngs img {
  max-width: 15%;
}

.tripage .col1 {
  display: none;
}

.tripage .cont.col2 {
  width: 30%;
}

body[pagetarget="pt_1"] .col1 {
  width: 50%;
}

#breadcrumbs {
  position: absolute;
  left: var(--pad);
  top: var(--pad);
  z-index: 9999;
}
#hoverproject{
    position: absolute;
    z-index: 9999;
}
#hoverproject{
  pointer-events: none;
}
#hoverproject img{
    width: 200px;
}
.col1.cont > div{
  padding-top: var(--pad);
}
.tripage  .col2.cont .mover > h1{
  opacity: 0;
  pointer-events: none;
}

body[pagetarget="pt_1"] .col1.cont > div{
  padding-top:0px;
}
.mobile{
  display: none;
}
#main .col1 > div{
padding-top: 15px;
}
.block.addlinebottom{
  border-top:none;
      border-bottom: solid 1px;
      padding-top: 0px;
}
