.c0 {
	padding-top: 10px;
	margin: 0px;
}

.c5 {
	visibility: hidden;
    padding-top: 0px;
}

.c9 {
	font-size: larger;
}

.li-bullet-0 {
	padding-top: 0px;
}


img.teaser {
	width: 100px;
}

div.immo {
	/*visibility: hidden;*/
	display: none;
	position: fixed;
	width: 95%;
	height: 95%;
	background: #EDDBD2;
	color: black;
	padding: 10px;
	overflow: scroll;
	border-radius: 4px;
}	

.close-immo {
    float: right;
    margin-right: 10px;
    width: 4rem;
    height: 4rem;
    cursor: pointer;
    text-indent: 4rem;
    white-space: nowrap;
	font-size: larger;
}	

div.immo_item {
	display: flex;
	padding: 10px;
}

.slides {
  display: none;
  justify-content: center;
}

.fade {
  /*animation-name: fade;*/
  /*animation-duration: 0.2s;*/
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: gray;
  font-weight: bold;
  font-size: 18px;
  /*transition: 0.6s ease;*/
  border-radius: 5px 5px 5px 5px;
  user-select: none;
  border: solid;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}