<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
	padding: 0;
	margin: 0 ;
}
@import url('https://fonts.googleapis.com/css?family=Smooch+Sans&amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=Patrick+Hand&amp;display=swap');
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,500,300,700);
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&amp;subset=devanagari,latin-ext');

body{
    font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #212112;
	overflow-x: hidden;
    transition: all 200ms linear;
}
::selection {
	color: #fff;
	background-color: #8167a9;
}
::-moz-selection {
	color: #fff;
	background-color: #8167a9;
}




@property --rotate {
  syntax: "&lt;angle&gt;";
  initial-value: 132deg;
  inherits: false;
}

:root {
  --card-height: 65vh;
  --card-width: calc(var(--card-height) / 1.5);
}
@keyframes spin {
  0% {
    --rotate: 0deg;
  }
  100% {
    --rotate: 360deg;
  }
}



.main-headline-h1{
    position: relative;
    font-size: 30px;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    margin-top:30px;
  }
.main-headline-h2{
    position: relative;
    font-size: 23px;
    color: #000;
	margin-top:5px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

.main-headline-h1-m{
    position: relative;
    font-size: 3vh;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    margin-top:3vh;
}

.main-headline-p-m{
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    font-size:2vh;
    width:90%;
    margin:2vh auto;
    line-height: 1.2;
}
.splitter-div{
    position: relative;
    height: 2px;
    width:300px;
    background-color: #00b7ff;
    margin-top:90px;
}
.splitter-div2{
    position: relative;
    height: 2px;
    width:300px;
    background-color: #00b7ff;
    margin-top:30px;
}







.div-header-placeholder{
  position: relative;
  background-color: rgb(13, 9, 212);
  width:100%;
  height:60px;
}


.start-div {
    position: relative;
    text-align: center;
    color: white;
    height: 500px;
    background-color: #000;
}

.start-img{
    position: relative;
    object-fit: cover;
    width:100%;
    height: 500px;
    opacity: 0.8;
    
}

.centered {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size:45px;
    font-family: Arial, Helvetica, sans-serif;
}


.search-box{
	position: relative;
    margin-top:50px;
    width:300px;
    height:auto;
    padding-top:50px;
    padding-bottom:35px;
    border-radius: 20px;
    background: #ffffff;
 }

.Headline-Title-h1{
	font-size: 35px;
	color:#000000;
	background: transparent;
	font-family: 'Work Sans', sans-serif;	
	text-align:center;
	margin: 0 auto;
	margin-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	position: relative; 
}



.div_header{
	position: relative;
	width:1200px;
	min-width:1200px;
	height:50px;
	margin: 0px auto;
	margin-top: 40px;
}

.img_logo{
	position: relative;
	height:30px;
	width:auto;
}
.button_header{
	position: relative;
	width:140px;
	height:50px;
	float:left;
	border-color: transparent;
	background:transparent;
	color:#000;
	font-size:18px;
    transition: 0.5s;
    left:-15px;
}
.button_header:hover{
    cursor: pointer;
    background-color: #e2e2e2;
    border-radius: 8px;
}
.button_Anmelden{
	position: relative;
	width:140px;
	height:50px;
	float:left;
	background: #4AB541;
	border-radius: 8px;
	border-color: transparent;
	color:#FFF;
	font-size:18px;
    transition: 0.5s;
}
.button_Anmelden:hover{
    cursor: pointer;
    background-color: #409937;
}
.div_header_user{
	position: relative;
	width:auto;
	height:auto;
	float:right;
}






.div-text-main{
  position: relative;
  width:1000px;
  border-radius: 15px;
  margin:0px auto;
  margin-top: 30px;
  background: #fff;
  padding-bottom:20px;
}
.div-headline-main-h2{
  position: relative;
  color:#000;
  margin-top:50px;
  margin-left: 50px;
  font-size: 32px;
}
.div-headline-main-h3{
  position: relative;
  color:#000;
  margin-top:15px;
  margin-left: 50px;
  font-size: 25px;
}
.div-text-main-p{
  position: relative;
  color:#000;
  width:90%;
  margin-top:2vh;
  margin-left:5%;
  font-size:18px;
  line-height: 1.3;
}
.h_link01 {
	position: relative; 
	font-size:18px;
	color:#00b7ff;
	background: transparent;
}

.div-main-img-01{
  width:70%;
  height: auto;
  margin:0px auto;
  margin-top:20px;
  margin-left:15%;
  margin-right:15%;
  border-radius:15px;
  position: relative;
}




.div_header_m{
	position: relative;
	width:90%;
	height:2em;
	margin: 0px auto;
		margin-top: 0.5em;

}
.img_logo_m{
	position: relative;
	height:1em;
	width:auto;
	margin-top:1em;
}
.button_header_m{
	position: relative;
	width:auto;
	height:2em;
	padding-left:0.5em;
	padding-right:0.5em;
	float:left;
	border-color: transparent;
	background:transparent;
	color:#000;
	font-size:1em;	
	margin-right:0.5em;
}
.button_Anmelden_m{
	position: relative;
	height:2em;
	width:auto;
	padding-left:0.5em;
	padding-right:0.5em;
	float:left;
	background: #4AB541;
	border-radius: 8px;
	border-color: transparent;
	color:#FFF;
	font-size:1em;
}
.div_header_user_m{
	position: relative;
	width:auto;
	height:auto;
	float:right;
}



.div-immoverkauf-background{
  position: relative;
  width:1000px;
  border:1px solid rgb(201, 201, 201);
  border-radius: 15px;
  margin:25px auto;
  margin-top: 100px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    background-image: linear-gradient(
    var(--rotate)
    , #5ddcff, #3c67e3 43%, #4e00c2);
    z-index: 1;
    animation: spin 2.5s linear infinite;
}
.div-immoverkauf{
  position: relative;
  z-index: 2;
  width:99%;
  border-radius: 10px;
  margin-left:0.5%;
  margin-top:0.5%;
  margin-bottom:0.5%;
  background-color:#FFFFFF;
}
.headline-immoverkauf-h2{
  position: relative;
  z-index: 2;
  color:#000;
  padding-top:50px;
  margin-left: 50px;
  font-size: 32px;
}
.headline-immoverkauf-h3{
  position: relative;
  z-index: 2;
  color:#000;
  margin-top:15px;
  margin-left: 50px;
  font-size: 25px;
}
.text-immoverkauf-p{
  position: relative;
  z-index: 2;
  color:#000;
  width:90%;
  margin-top:2vh;
  margin-left:5%;
  font-size:18px;
  line-height: 1.3;
}
.div-button-immoverkauf{
	position: relative;
	z-index: 2;
	width:70%;
	height: 130px;
	margin-left:15%;
}
.button-immoverkauf {
	position: relative;
	z-index: 2;
	width:100%;
	height: auto;
	letter-spacing: 2.5px;
	font-weight: 500;
	color: #FFF;
  	text-align:center;
	margin:0px auto;
	margin-top: 50px;
	font-size: 18px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-family: 'Quicksand', sans-serif;
	background-color: #000;
	border: none;
	border-radius: 45px;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease 0s;
	cursor: pointer;
	   
 }
.button-immoverkauf:hover {
	background-color: #000000;
	z-index: 2;
	box-shadow: 0px 15px 20px #000000;
	color: #fff;
	transform: translateY(-7px);
	background-color: #4361ee;
}









.start-div-m {
    position: relative;
    text-align: center;
    color: white;
    width: 100%;
    background-color: #000;
}
.start-img-m{
    position: relative;
    object-fit: cover;
    width:100%;
    height: 30vh;
    opacity: 0.8;
    
}
.centered-m {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size:4vh;
	line-height: 1.0;
    font-family: Arial, Helvetica, sans-serif;
}
.search-box-m{
    position: relative;
    margin-top:7vh;
    width:90%;
    height:auto;
    padding-top:35px;
    padding-bottom:35px;
    background: #ffffff;
}
.Headline_Title-m{
	font-size: 30px;
	color:#000000;
	background: transparent;
	font-family: 'Work Sans', sans-serif;	
	text-align:center;
	margin: 0 auto;
	margin-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	position: relative; 
}
.splitter-div-m{
    position: relative;
    height: 2px;
    width:50%;
    background-color: #00b7ff;
    margin-top:4vh;
}




.main-headline-h1-m{
    position: relative;
    font-size: 3vh;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    margin-top:3vh;
}

.main-headline-p-m{
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    font-size:2vh;
    width:90%;
    margin:2vh auto;
    line-height: 1.2;
 }


.div-text-main-m{
  position: relative;
  width:90%;
  border-radius: 2vh;
  margin:0vh auto;
  margin-top: 3vh;
  background: #fff;
  padding-bottom:5vh;
}

.div-headline-main-h2-m{
	width:90%;
	margin:0px auto;
	margin-top:4.5vh;
	color:#000;
	font-size: 4.5vh;
	position: relative;
	line-height: 1.0;
}
.div-headline-main-h3-m{
	width:90%;
	margin:0px auto;
	color:#000;
	margin-top: 2vh;
	font-size: 3vh;
    position: relative;
	line-height: 1.0;
}
.div-text-main-p-m{
	width:90%;
	margin:0px auto;
	color:#000;
	margin-top:2vh;
	font-size:2vh;
	line-height: 1.3;
	position: relative;
}
.h_link01-m {
	position: relative; 
	font-size:2vh;
	color:#00b7ff;
	background: transparent;
}
.div-main-img-01-m{
	width:80%;
	height: auto;
	margin:0px auto;
	margin-left:10%;
	margin-right:10%;
	margin-top:3vh;
	border-radius:2vh;
	position: relative;
}





.div-immoverkauf-background-m{
  position: relative;
  width:90%;
  border:1px solid rgb(201, 201, 201);
  border-radius: 15px;
  margin:25px auto;
  margin-top: 12vh;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    background-image: linear-gradient(
    var(--rotate)
    , #5ddcff, #3c67e3 43%, #4e00c2);
    z-index: 1;
    animation: spin 2.5s linear infinite;
}
.div-immoverkauf-m{
  position: relative;
  z-index: 2;
  width:99%;
  border-radius: 1.5vh;
  margin-left:0.5%;
  margin-top:0.5%;
  margin-bottom:0.5%;
  background-color:#FFFFFF;
}
.headline-immoverkauf-h2-m{
  position: relative;
  z-index: 2;
  color:#000;
  padding-top: 3vh;
  margin-left: 5%;
  font-size: 4.5vh;
  line-height: 1.0;
}
.headline-immoverkauf-h3-m{
  position: relative;
  z-index: 2;
  color:#000;
  margin-top:1.5vh;
  margin-left: 5%;
  font-size: 3vh;
  line-height: 1.0;
}
.text-immoverkauf-p-m{
  position: relative;
  z-index: 2;
  color:#000;
  width:90%;
  margin-top:2vh;
  margin-left:5%;
  font-size:2vh;
  line-height: 1.3;
}
.div-button-immoverkauf-m{
	position: relative;
	z-index: 2;
	width:70%;
	padding-top: 2vh;
	padding-bottom: 2vh;
	margin-left:15%;
}
.button-immoverkauf-m {
	position: relative;
	z-index: 2;
	width:100%;
	height: auto;
	letter-spacing: 2.5px;
	font-weight: 500;
	color: #FFF;
  	text-align:center;
	margin:0px auto;
	margin-top: 7vh;
	font-size: 2vh;
	padding-top: 2vh;
	padding-bottom: 2vh;
	font-family: 'Quicksand', sans-serif;
	background-color: #4361ee;
	border: none;
	border-radius: 45px;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease 0s;
	cursor: pointer; 
}






</pre></body></html>