* {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    text-decoration: none;
    font-family: "noto-sans-display", sans-serif;
    font-weight: 400;
    font-style: normal;
}

body {
	color: var(--main-text-color);
    background-color: var(--bg);
    font-family: "noto-sans-display", sans-serif;
    font-weight: 400;
    font-style: normal;
	width: 100%;
	max-width: 100%;
}

.immobuy {
    width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	padding-top: 30px;
	padding-bottom: 30px;
    display: flex;
    flex-direction: column;
}

.immobuy .top h2 {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.immobuy .top p {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

.immobuy .top .slideshow-container {
    max-width: 1000px;
    max-height: 800px;
    position: relative;
    margin: auto;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.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);
}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}
  
/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}
  
/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}
  
.active, .dot:hover {
    background-color: #717171;
}
  
/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}
  
@keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
}
  
/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .prev, .next,.text {font-size: 11px}
}

#myImg1, #myImg2, #myImg3, #myImg4, #myImg5 {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    width: 100%;
    max-width: 1200px;
    height: 600px;
    object-fit: cover;
}
  
#myImg:hover {opacity: 0.7;}
  
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}
  
/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}
  
/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}
  
/* Add Animation */
.modal-content, #caption {  
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}
  
@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}
  
@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}
  
/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}
  
.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
  
/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
      width: 100%;
    }
}

.immobuy .bottom {
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.immobuy .bottom h3 {
    font-size: 150%;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: bold;
}

.immobuy .bottom .details {
    width: 100%;
    max-width: 550px;
    display: flex;
    flex-direction: column;
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
}

.immobuy .bottom .details .line {
    width: 100%;
    background-color: #717171;
    height: 1px;
}

.immobuy .bottom .details .content {
    width: 100%;
    max-width: 550px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
}

.immobuy .bottom .details .content h4 {
    text-transform: uppercase;
}

.immobuy .bottom .details .content p {
    width: 150px;
}

.immobuy .bottom .kontakt {
    display: flex;
    flex-direction: column;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
}

.immobuy .bottom .kontakt h3 {
    font-size: 150%;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: bold;
}

.immobuy .bottom .kontakt img {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 5px;
}

.immobuy .bottom .kontakt p {
    font-size: 110%;
    font-weight: bold;
}

.immobuy .bottom .kontakt .daten {
    margin-top: 10px;
}

.immobuy .bottom .kontakt .daten p {
    font-size: 110%;
    font-weight: normal;
}

.immobuy .bottom .kontakt .daten a {
    color: var(--gold);
}

.immobuy .bottom .kontakt .expose {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    border: 2px solid white;
    border-radius: 5px;
    padding: 10px;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}

.immobuy .bottom .kontakt .expose a {
    color: white;
    font-weight: bold;
}

.immobuy .bottom .kontakt .cta {
    margin-top: 10px;
}

.immobuy .bottom .kontakt .cta a .button{
    text-align: center;
	color: white;
	background: var(--cta2);
	width: 350px;
	max-width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	border-radius: 5px;
    margin-bottom: 15px;
	font-size: 120%;
	scale: 1;
	transition: scale .75s;
}

.immobuy .bottom .kontakt .cta a .button.zwei{
    text-align: center;
	color: white;
	background: transparent;
    border: 1px solid white;
	width: 350px;
	max-width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	border-radius: 5px;
    margin-bottom: 15px;
	font-size: 120%;
	scale: 1;
	transition: scale .75s;
    margin-top: -10px;
}

.immobuy .bottom .kontakt .cta a .button:hover {
    cursor: pointer;
	scale: 1.05;
	transition: scale .75s;
}
