* {
  padding: 0px;
  margin: 0px;
  vertical-align: top;
}
body {
  text-align: center;
}


/* Top menu */
div#menu div {
  margin: 20px 10px 0 10px;
}
div#menu div.breadcrumbs {
  float: left;
}
div#menu div.breadcrumbs * {margin: 0 10px;}
div#menu div.userlinks {
  float: right;
}
div#menu div.userlinks * {margin: 0 10px;}


h1 {
  padding: 20px;
  clear: both;
}

h2 {
  padding-top: 40px;
}

table {
  border-spacing: 0;
  width: 100%;
  margin: 20px 0px;
}

table#apartments * {
  text-align: left;
}

table#apartments th, td {
  border-bottom: 1px dashed #ecc;
}

table#apartments th {
  padding-bottom: 20px;
}

table#apartments th p {
  padding: 0px 20px;
}

table#apartments th p[onclick] {
  cursor: pointer;
}

table#apartments td {
  padding: 8px 20px;
  vertical-align: middle;
  font-family: monospace;
  font-size: 16px;
  min-width: 42px;
}

table#apartments input, table#apartments select {
  margin: 8px 20px;
}

table#apartments input#input0 {
  width: 55%;
}

table#apartments input#input1 {
  width: 55%;
}

table#apartments input#input2 {
  width: 50%;
}

table#apartments input#input3 {
  width: 60%;
}

img.favicon {
  margin-right: 5px;
  vertical-align: middle;
}

img.arrows {
  margin-top: 4px;
}

div#dict_snap {
  width: 40%;
  margin: 0 auto;
  text-align: left;
  overflow: visible;
}
@media screen and (max-width: 800px) {
  div#dict_snap {
    width: 90%;
    overflow: hidden;
  }
}

p.lastupdate {
  margin-top: 40px;
}

/* SVG MAPS */
svg {
  height: 80vh;
  width: 70%
  /* width: 100vw; */
}

svg path {
  -webkit-transition: fill .15s ease-in-out;
  transition: fill .15s ease-in-out;
  fill: none;
  stroke: #fff;
  stroke-width: 1;
  shape-rendering: geometricPrecision;
  stroke-linejoin: bevel;
  fill-rule: evenodd;
  image-rendering: optimizeQuality;
  clip-rule: evenodd;
}

svg g a path {
  cursor: pointer;
}

svg g a:hover path {
  filter: brightness(90%) saturate(350%);
}

/* BOOTSTRAP */
.carousel {
  position: relative
}

.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
  filter: invert(1) grayscale(100)
}

.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease
}

@media (prefers-reduced-motion:reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none
  }
}

.carousel-indicators .active {
  opacity: 1
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: ""
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .carousel-item {
    transition: none
  }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block
}

.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
  transform: translateX(100%)
}

.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
  transform: translateX(-100%)
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none
}

.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1
}

.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s .6s
}

@media (prefers-reduced-motion:reduce) {

  .carousel-fade .active.carousel-item-end,
  .carousel-fade .active.carousel-item-start {
    transition: none
  }
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  text-align: center;
  color: #000;
}

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: .5;
  transition: opacity .15s ease
}


@media (prefers-reduced-motion:reduce) {
  .carousel-control-next,
  .carousel-control-prev {
    transition: none
  }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9
}

.carousel-control-prev {
  cursor: pointer;
  left: -15%;
}

.carousel-control-next {
  cursor: pointer;
  right: -15%;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
  filter: invert(1) grayscale(100)
}

#dark_carousel {
  width: 70%;
  margin: 0 auto;
}

.d-block {
  display: block !important
}

.d-md-block {
  display: block !important
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important
}

.w-100 {
  width: 100% !important
}