
	@charset "utf-8";

	body {
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		background-attachment: fixed;
		font-family: Arial, Helvetica, sans-serif;
		background-color: #fff; /* #EFEFEF; */
	}

	
	.trenn {
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;

		hyphenate-limit-chars: auto 5;
		hyphenate-limit-lines: 2;
		-webkit-hyphens: auto;
		-webkit-hyphenate-limit-chars: auto 3;
		-webkit-hyphenate-limit-lines: 4;
		-ms-hyphens: auto;
		-ms-hyphenate-limit-chars: auto 3;
		-ms-hyphenate-limit-lines: 4;   
	} 	
	

	#main {
		display: flex; 
		flex-flow: row wrap;
		justify-content: center;	
		width: 100%;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}


	header {
		width: 100%;
		height: 200px;
		background-image: url(../images/Panorama.jpg);
		background-size: 100% 100%;
	}

	.col_kategorie {
		font-weight: bold;
		font-style: italic;
		color: #FF0000;
	}
 
 
	#logo {
		height: 110px;
		position:relative;
		top: 0px;
		left:10px;
		background-repeat:no-repeat;
		z-index:2;
	}

 /* Image Seitenanpassung */
  .scale img {
   max-width: 100%;
   max-height: 100%;
   width: auto;
   height: auto;
} 


#logotext {
    padding-top: 50px;
    font-size: 20pt;
    color: white;
}


/* ########  linke Seite  ###### */
	#steuerunglinks {
		width: 160px;
		float: left;
		margin: 0;
	}

	#steuerunglinks a {
		width: 100%;
		margin: 1em 1em .5em 0;		
		display: block;
		background-color: #909090;
		text-align: center;
		font-size: 1em !important;
		color: white;
		font-weight: bold;
		text-decoration:none;
		padding:5px;
		border-radius: 5px;
		border-right: 2px solid black;
		border-bottom: 2px solid black;
	}

	#steuerunglinks a:hover {
		color: red;
	}


	#steuerunglinks p {
		margin: 2em 0 2em 0;
		font-size: 0.6em;
		text-align: center;
		color: #5f5f5f;
	}


	#steuerunglinks div {
		margin: 0 1em 0 1em;
		text-align: center;
		color: #5f5f5f;
	}



/* ##### Besucherzähler ###### */
	.divcounter{
		background:#efefef;
		border-top:2px solid grey;
		border-bottom:2px solid grey;		
		text-align:center;
	}

	.besuchertxt{
		text-align:center;
		margin-bottom:3px;
		font-size:15px; 
	}
	
	.countertxt{
		height:18px; 
		text-align:center;
		margin-bottom:3px; 
		padding:0;			
	}
	
	.grid { display: grid; grid-template-columns: repeat(6, 15px); gap:0; margin:0 0 3px 35px;}
		
	.counter{
		height:15px !important;
		background:#000;
	}
/* \/Besucherzähler */


/* ##########  rechte Seite ########## */
#rechts {
    width: 165px;
	margin: 0 1em 0 0;
}


/* #rechts img { */
.beispiele{
    width: 165px;
    height: 116px;
	margin:0;
    border:1px solid silver;
    -moz-box-shadow: 10px 10px 5px #888;
    -webkit-box-shadow: 10px 10px 5px #888;
    box-shadow: 10px 10px 5px #888;
}


 .p-beispiele {
	margin:0 0 10px 0;
	position:relative;
	top: -30px;
    font-size: 0.8em;
	text-align: center;
    color: #fff !important;
 }


 .p-angebote {
	background: #efefef; 
	line-height: 2em; 
	color: #000;
 	text-align: center;
	font-size: 15px !important;  
	border-top:2px solid grey; 
	border-bottom:2px solid grey;
 }


/* ####### Seiteninhalt  ####### */
 #cont {
    margin: 0 1em 0 1em;
	width: 70%; /* 20.8.26 60%; */
	//float: left;
 }

 #cont p {
    padding-bottom: 1em;
    color: #5f5f5f;
    text-align: justify;

}

 #cont h1 {
	margin: 30px 10px 30px 10px;
	text-align: center;
    color: #dd9661;
}

 #cont h2 {
    color: #dd9661;
    padding-top: 1em;
    padding-bottom: 0.6em;
}

/* Box auf Mieterseite */
	#main .box {
		background-color: #FFF;
		margin: 1em 0 1em 0;
		line-height: 1.3em;
		padding: 3em;
		text-align: center;
		border: 1px solid black;
		border-radius: 5px;
		-moz-box-shadow: 10px 10px 5px #888;
		-webkit-box-shadow: 10px 10px 5px #888;
		box-shadow: 10px 10px 5px #888;
	}

	.verweis{
		color: #000;
		text-decoration-style: dotted;
		font-weight: bold;
	}
	



/* ##### footer  ###### */
#footer {
	width: 100%;
	margin: 1em;
    font-size: 0.8em;
    color: white;
    text-align: center;
	line-height: 2em;
}

#footer a {
    color: white;
    text-decoration:none;
}

#footer a:hover {
    /* background-color: #007F00; */
    color: red;
}


 #cookie{
	position: absolute; /* fixed; */
	top: 200px;
  padding: 2em;
  background-color:#FFFFFF;
  color:#000000;
  border: 1px solid #000000;
  width: 50%;
  max-width: 650px; /* 750px; */
  line-height:30px;
  z-index: 2;
  font-size:16px;
  text-align:center;
  white-space: wrap;
  overflow-x: hidden;
  overflow-y: hidden;
  opacity:0.9;
  moz-opacity:0.9;  
 }
 
 
 /* #######  Mieterseite  ######### */
 .btn{
    padding: 5px;
    display: block;
    width: 300px;
    background-color: #64A92c;

    border-right:3px solid black;
    color: white;
    font-size: 14px;
    font-weight: bold;
    text-decoration:none;
    border-radius: 7px;
 }

	.btn_div{
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
	}

 .btn_pdf{
  position: relative;
  top: 0px;
  width: 270px;
  height: 75px;
  margin: 0 .5em 1em 0;
  padding: 0 5px;
  text-align: left;
  font-size: 14px;
  font-weight:bold;
	color: #888888;
	background: #FFFFFF;		
  border-radius:10px;
 }

 .btn_pdf img{
    padding-right: 5px;
    vertical-align:middle;
 }

 .btn_pdf span{
    display:inline-block;
    width: 120px;
    vertical-align:middle;
 }
 
	#footer { background: #909090; }
	#footer a{ background: #909090; } 
 
 /* Mieterseiten TopNavigation */
	#navbox{
		display: flex; 
		flex-flow: row wrap;
		justify-content: center; /* flex-start;	*/	
		align-items:center;
		margin: 1em 1em 0 1em;
		width: 100%;
	}
	
	.navbtn{
		width: 9em;
		height: 2em;
		font-weight: bold;
		font-size: 1.2em;
		font-family: arial, helvetica;
		text-align: center;
		color: #888888;		
		background: #FFFFFF;
		margin: 0 .4em .4em 0;
		padding: .2em;
		border: 1px solid #c0c0c0;
		border-radius: .2em;
		cursor: pointer;
	}
	
	.navbtn:hover{
		background:#afafaf;
		color:#fff;
	}
	
	.mieterbtn{
		width: 11em;
		height: 1.3em;
		font-weight: bold;
		font-size: 1.2em;
		font-family: arial, helvetica;
		text-align: center;
		background: #FFFFFF;
		margin: 0 .4em .4em 0;
		padding: .2em;
		border: 1px solid #c0c0c0;
		border-radius: .2em;
	}
	
	.mieterlink{
		text-decoration: none;
		color: #888888;		
	}
	
	
	/* Links für Objekteumgebung */
	.umgebungbtn{
		width: 15em;
		height: 1.3em;
		font-weight: bold;
		font-size: .8em;
		font-family: arial, helvetica;
		text-align: center;
		background: #FFFFFF;
		margin: 0 .4em .4em 0;
		padding: .2em;
		border: 1px solid #c0c0c0;
		border-radius: .2em;
	}	
	
	.red{ color: red !important;}



	.tooltip {
		position: relative;
		display: inline-block;
	}

	.tooltip .tooltiptext {
		visibility: hidden;
		width: 500px;
		background-color:#E7C600;
		color: black;
		text-align: left;
		border-radius: 6px;
		padding: 5px;
		position: absolute;
		z-index: 1;
		bottom: 200%;
		left: -50px;
		margin-left: -60px;
  
		/* Fade in 2 sec nach to 100% opac: */
		opacity: 0;
		transition: opacity 2s;
	}

	.tooltip:hover .tooltiptext {
		visibility: visible;
		opacity: 1;
	}

	.tooltipleft{ color: red !important; }
	