/*
Theme Name:Broken
Theme URI: 
Author: 2046
Author URI: http://2046.cz/
Description: 
Version: 0.21
License: Aggressive Copyright
License URI: http://aggresive-copyright.org
Tags: 
*/
@font-face {
  font-family: 'CabinetGrotesk-Variable';
  src: url('fonts/CabinetGrotesk-Variable.woff2') format('woff2'), url('fonts/CabinetGrotesk-Variable.woff') format('woff'), url('fonts/CabinetGrotesk-Variable.ttf') format('truetype');
  font-weight: 100 900;
  font-display: swap;
  font-style: normal;
}
:root {
  --fs: 16px;
  --lh: 22.4px;
}
@media all and (max-width: 768px) {
  :root {
    --fs: 16px * 1.1;
    --lh: 22.4px * 1.1;
  }
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  background-color: #fff;
  font-family: 'CabinetGrotesk-Variable';
  font-size: var(--fs);
  line-height: var(--lh);
}
/* H design */
h1 {
  font-size: 2.046rem;
  margin-bottom: 1.023rem;
  font-weight: 900;
}
h2 {
  font-size: 1.818rem;
  margin-bottom: 0.909rem;
  font-weight: 900;
}
h3 {
  font-size: 1.6818rem;
  margin-bottom: 0.8409rem;
  font-weight: 900;
}
h4 {
  font-size: 1.4142rem;
  margin-bottom: 0.7071rem;
  font-weight: 900;
}
h5 {
  font-size: 1.1892rem;
  margin-bottom: 0.5946rem;
  font-weight: 900;
}
h6 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  font-weight: 900;
}
img,
iframe {
  max-width: 100%;
  display: inline-block;
  height: auto;
}
a {
  color: #fff;
  text-decoration: none;
  outline: none;
}
a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
  color: #fff;
}
p {
  margin-bottom: 1rem;
}
p a {
  text-decoration: underline;
}
p a:hover,
p a:active,
p a:focus {
  text-decoration: underline;
}
.edit-link {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 10;
  background: red;
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}
.edit-link:hover {
  color: #fff;
  text-decoration: none;
}
._anchor {
  margin-top: -80px;
  opacity: 0;
  position: absolute;
  z-index: 3;
  text-decoration: none;
}
.anchor {
  margin-top: -80px;
  opacity: 0;
  position: absolute;
  z-index: 3;
  text-decoration: none;
  left: 16px;
  display: inline-block;
  text-align: center;
  width: 28px;
  height: 28px;
  background: black;
  color: #fff;
  border-radius: 0 0 50% 50%;
}
.anchor:hover,
.anchor:active,
.anchor:focus {
  color: #fff;
}
.noanim {
  transition: all 0s;
}
.anim {
  transition: all 0.4s;
}
.anim2 {
  transition: all 0.8s;
}
.logged-in .anchor {
  opacity: 1;
}
.content {
  background: url(img/curve.svg) top center #000 no-repeat;
  background-size: 100% auto;
  color: #ddd;
  padding-top: 2rem;
  padding-bottom: 8rem;
}
.content p a,
.content li a {
  border-bottom: 1px solid #fff;
}
.head {
  padding: 5vw;
  text-align: center;
  color: #111;
}
.head a {
  color: #111;
  font-size: clamp(1.4rem, 3vw, 4rem);
  font-weight: 900;
}
.head .logo {
  width: 17vw;
}
.home .head {
  padding: 10vw;
}
.home .head .logo {
  width: 38vw;
}
.error404 #wrap {
  position: relative;
  transform-origin: 50% 50%;
  transform: rotate(180deg);
  text-align: center;
}
.error404 #wrap h1 {
  transform-origin: 50% 50%;
  transform: rotate(180deg);
  font-size: 10vh;
}
.curve {
  width: 100%;
  margin-bottom: -1px;
}
#wrap {
  display: flex;
  flex-flow: column;
  min-height: 100svh;
  min-height: 100vh;
}
#wrap .content {
  flex: 1;
}
.lang_holder {
  text-align: right;
  font-weight: 900;
  font-size: 29.088px;
}
.entry ol,
.entry ul {
  margin-left: 0.7rem;
  margin-bottom: 24px;
}
.entry ol li,
.entry ul li {
  list-style: none;
  position: relative;
  margin-bottom: 12.8px;
}
.entry ol li::before,
.entry ul li::before {
  content: '';
  position: absolute;
  left: -43px;
  top: -0.4rem;
  display: inline-block;
  width: 36px;
  height: 36px;
  background: url(img/li.svg) no-repeat center center;
  background-size: contain;
}
#languages a {
  padding-left: 6.4px;
}
.imageBlock {
  margin-bottom: 22.4px;
}
.gallery {
  text-align: center;
}
.gallery img {
  padding: 3vw;
}
.gallery.full img {
  padding: 0;
  width: 100%;
}
.footer {
  background-color: #000;
  padding-bottom: 4rem;
  color: #fff;
}
.footer a {
  color: #fff;
}
@media all and (min-width: 768px) {
  .navbar-toggler {
    display: none;
  }
}
@media all and (max-width: 769px) {
  #languages {
    font-size: 0.9em;
    padding-right: 1.5rem;
  }
  .title_holder {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .entry {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .neck {
    display: flex;
    flex-flow: column-reverse;
  }
  #languages {
    margin-top: -1rem;
    margin-bottom: 1rem;
  }
}
