html {
  background-color: #f5f6fa;
}
body {
  margin: 0;
  padding: 0;
  color: #584f4e;
  font-family: BrixSlabLight, serif;
  font-size: 15pt;
  background-color: #f5f6fa;
}
h2 {
  font-size: 1.5em;
}
button {
  cursor: pointer;
  font-size: smaller;
}
button:disabled {
  cursor: inherit;
}
img {
  max-width: 100%;
}
figure.image {
  margin: 1em auto;
}
figure.image.image-style-align-left {
  float: left;
  margin: 1em 1em 1em 0;
}
figure.image.image-style-align-right {
  margin: 1em 0 1em 1em;
  float: right;
}
.red {
  color: red;
}
.green {
  color: green;
}
._menu_link_decoration {
  border-bottom: 2px solid #584f4e;
}
.__button-style {
  margin-right: 8px;
  padding: 10px 11px 5px 11px;
  background-color: #766864;
  color: #f5f6fa;
  border: 1px solid #f5f6fa;
}
.__button-style:hover {
  background-color: #9c5541;
}
.toolbar {
  text-align: left;
  display: block;
}
.toolbar.editor-toolbar-bottom {
  margin-top: 8px;
}
.toolbar button {
  margin-right: 8px;
  padding: 10px 11px 5px 11px;
  background-color: #766864;
  color: #f5f6fa;
  border: 1px solid #f5f6fa;
}
.toolbar button:hover {
  background-color: #9c5541;
}
.toolbar button.button-positive {
  background-color: #67ba62;
  border: 1px solid transparent;
}
.toolbar button.button-positive:disabled {
  opacity: 0.5;
}
.toolbar button.button-destructive {
  background-color: #f5f6fa;
  border: 1px solid transparent;
  color: #b65f5f;
}
.toolbar button.button-destructive:hover {
  background-color: rgba(111, 30, 4, 0.2);
}
@font-face {
  font-family: BrixSlab;
  src: url("../font/brix-slab/BrixSlab-Bold.otf") format("opentype");
}
@font-face {
  font-family: BrixSlabLight;
  src: url("../font/brix-slab/BrixSlab-Light.otf") format("opentype");
}
header {
  margin: 0;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  width: 100vw;
  text-align: center;
  z-index: 1000000;
}
header section {
  display: grid;
  grid-template-rows: max-content max-content;
  grid-template-columns: max-content max-content;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  width: 100%;
  max-width: 1200px;
}
header section a {
  display: inline-block;
}
header section a img {
  display: block;
}
header section nav {
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-column-gap: 40px;
  margin-right: 40px;
}
header section nav a {
  color: white;
  font-family: BrixSlabLight, serif;
  font-size: 14pt;
  text-decoration: none;
  padding: 3px;
  border-bottom: 2px solid transparent;
  transition: border 0.15s ease;
}
header section nav a:hover {
  border-bottom: 2px solid #584f4e;
}
header section #menu_button {
  display: none;
  padding: 20px;
  margin: 0;
  width: 20px;
  height: 20px;
  background-image: url('../img/menu.svg'), url('../img/menu_close.svg');
  background-size: 20px 20px, 20px 20px;
  background-repeat: no-repeat, no-repeat;
  background-position: center center, -10000px -10000px;
  border: 0;
  align-self: center;
}
header section #menu_button:hover {
  border-bottom-color: transparent;
  cursor: pointer;
}
header.opened {
  background-color: var(--primary-color);
}
header.opened section {
  grid-template-columns: 60px minmax(0, auto);
}
header.opened section #logo {
  display: none;
}
header.opened section nav {
  display: flex;
  flex-direction: column;
  grid-row: 1;
}
header.opened section #menu_button {
  align-self: start;
  background-position: -10000px -10000px, center center;
}
@media screen and (max-width: 750px) {
  header section {
    grid-template-rows: max-content max-content;
    grid-template-columns: auto 20px;
  }
  header section nav {
    grid-column: 2;
    align-items: center;
    display: none;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-right: 0;
    overflow: hidden;
  }
  header section nav a {
    flex-grow: 0;
    margin: 0;
    padding: 10px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  header section #menu_button {
    display: inline-block;
    grid-column: 3;
  }
}
.ck-editor {
  margin-top: 90px;
}
.content {
  max-width: 1200px;
  margin: auto;
  padding: 20px 20px 150px 20px;
}
.content a {
  color: var(--primary-color);
  text-decoration: none;
}
.content a:hover {
  text-decoration: underline;
}
.content article {
  padding-top: 90px;
}
.content article article-content:after {
  clear: both;
  content: "";
  display: block;
}
.content h1 {
  padding: 0 0 0 0;
}
.content h1 a {
  color: inherit;
}
.content h2 {
  margin: 30pt auto;
  padding: 0;
  clear: both;
}
.content h3 {
  margin: 0 auto;
  padding: 20pt 0 20pt 0;
  clear: both;
}
.content p {
  margin: auto;
  line-height: normal;
}
.content content-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: minmax(400px, 400px);
  grid-column-gap: 100px;
  grid-row-gap: 80px;
  margin-bottom: 80px;
  width: 100%;
  height: 100%;
}
.content .places_for_rent {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 120pt;
  margin-top: 120pt;
}
.content .places_for_rent a {
  display: block;
  text-decoration: none;
  color: #584f4e;
}
.content .places_for_rent .place_for_rent {
  transition: transform 0.15s ease;
}
.content .places_for_rent .place_for_rent:hover {
  transform: scale(1.03);
}
.content .places_for_rent .place_for_rent h2 {
  margin-top: 0;
  margin-bottom: 8pt;
  text-align: left;
}
.content .places_for_rent .place_for_rent img {
  width: 100%;
  display: block;
}
.content .places_for_rent .place_for_rent .more_info {
  padding: 15pt;
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
}
.content .places_for_rent .place_for_rent table {
  width: 100%;
  background-color: white;
  text-align: left;
}
.content .places_for_rent .place_for_rent table td {
  padding: 10pt 5pt;
  font-size: smaller;
  min-width: 20pt;
}
.content .places_for_rent .place_for_rent table td:nth-child(2) {
  padding-right: 10pt;
}
.content .places_for_rent .place_for_rent table td img {
  width: 20pt;
}
@media screen and (max-width: 1200px) {
  .content .places_for_rent {
    display: grid;
    grid-gap: 60pt;
  }
}
@media screen and (max-width: 750px) {
  .content {
    padding: 20px 20pt 150pt 20pt;
  }
  .content h2 {
    padding: 15pt 0 15pt 0;
  }
  .content content-columns {
    grid-template-columns: 1fr;
    grid-gap: 40px;
  }
  .content .places_for_rent {
    display: grid;
    grid-template-columns: 1fr;
    margin: 120pt 0pt 120pt 0pt;
  }
}
.ck-editor__editable {
  background: rgba(255, 255, 255, 0.1) !important;
}
.ck-editor__editable h1 {
  padding-top: 0;
}
.editable .editor-toolbar {
  text-align: left;
  display: block;
}
.editable .editor-toolbar.editor-toolbar-bottom {
  margin-top: 8px;
}
.editable .editor-toolbar button {
  margin-right: 8px;
  padding: 10px 11px 5px 11px;
  background-color: #766864;
  color: #f5f6fa;
  border: 1px solid #f5f6fa;
}
.editable .editor-toolbar button:hover {
  background-color: #9c5541;
}
.editable .editor-toolbar button.button-positive {
  background-color: #67ba62;
  border: 1px solid transparent;
}
.editable .editor-toolbar button.button-positive:disabled {
  opacity: 0.5;
}
.editable .editor-toolbar button.button-destructive {
  background-color: #f5f6fa;
  border: 1px solid transparent;
  color: #b65f5f;
  float: right;
  margin-right: 0;
  text-align: right;
}
.editable .editor-toolbar button.button-destructive:hover {
  background-color: #d7c7c4;
}
.editable .editor-toolbar button.button-arrow {
  float: right;
}
#toolbar-blog {
  margin-top: 90px;
}
#toolbar-blog button {
  margin-right: 8px;
  padding: 10px 11px 5px 11px;
  background-color: #766864;
  color: #f5f6fa;
  border: 1px solid #f5f6fa;
  background-color: var(--primary-color);
}
#toolbar-blog button:hover {
  background-color: #9c5541;
}
@media screen and (max-width: 750px) {
  #toolbar-blog {
    margin-top: 60px;
  }
}
.login-popup {
  position: fixed;
  z-index: 10000000;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
}
.login-popup form {
  display: inline-block;
  min-width: 200px;
  min-height: 100px;
  background-color: #f5f6fa;
}
.login-popup form label {
  display: block;
  margin: 40px 40px 0 40px;
}
.login-popup form input {
  width: 200px;
  display: block;
  margin: 0 40px 0 40px;
  background-color: white;
  border: 1px solid lightgray;
}
.login-popup form button {
  margin-right: 8px;
  padding: 10px 11px 5px 11px;
  background-color: #766864;
  color: #f5f6fa;
  border: 1px solid #f5f6fa;
}
.login-popup form button:hover {
  background-color: #9c5541;
}
.login-popup form .toolbar {
  margin: 40px;
}
.login-popup form #login {
  float: right;
  margin-right: 0;
}
.login-popup form #login:hover {
  background-color: #437940;
}
.login-popup form #cancel {
  margin-left: -11px;
  text-align: left;
}
footer {
  color: white;
  background: #584f4e;
  min-height: 200pt;
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: 12pt;
}
footer #footer-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: stretch;
  grid-column-gap: 50px;
  grid-row-gap: 40px;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 20px;
  box-sizing: border-box;
}
footer #footer-content section {
  text-align: center;
}
footer #footer-content section:nth-child(1),
footer #footer-content section:nth-child(4) {
  text-align: left;
}
footer #footer-content section:nth-child(2) {
  text-align: center;
}
footer #footer-content section:nth-child(3),
footer #footer-content section:nth-child(6) {
  text-align: right;
}
footer #footer-content section.footer_tiny {
  font-size: smaller;
}
footer #footer-content section.footer_tiny a,
footer #footer-content section.footer_tiny button {
  text-decoration: none;
  border: 0;
  background: none;
  color: #aaaaaa;
  outline: none;
}
footer #footer-content section.footer_tiny a:hover:enabled,
footer #footer-content section.footer_tiny button:hover:enabled {
  text-decoration: underline;
}
footer #footer-content section.footer_tiny a:disabled,
footer #footer-content section.footer_tiny button:disabled {
  opacity: 0.5;
  text-decoration: none;
}
footer #footer-content section div {
  margin-bottom: 5px;
}
footer #footer-content section table {
  display: inline-table;
}
footer #footer-content section table td {
  padding: 6px;
}
footer #footer-content section table td:last-child {
  text-align: left;
}
footer #footer-content section table td img {
  width: 22px;
  height: auto;
}
footer #footer-content section table td a {
  color: white;
  text-decoration: none;
}
footer #footer-content section table td a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 750px) {
  footer #footer-content {
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto;
  }
  footer #footer-content section {
    text-align: center !important;
  }
}
/*# sourceMappingURL=style.css.map */