
	@charset "utf-8";
	
	html, body { min-height:100%; }

	body {
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		/* background-attachment: fixed; */
		font-family: Helvetica, Arial, Verdana, sans-serif;
		font-size:18px;
		background-color: #fff;
		/* footer ans unterste Ende der Seite */
		display: flex;
		flex-direction: column;
		min-height: 100vh;
 	}

	
	.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 {
		flex: 1; /* footer ans untere Ende */
		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;
}

	.nojava{
		position:relative; 
		top: 150px;
		width: 100%;
		padding: 25px;
		vertical-align: middle;
		color: #fff;
		font-size:20px;
		font-weight: bold;
		text-align: center;
		background: red;
	}


/* ########  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 2em 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;
	font-family: Verdana, Helvetica, Arial, Times New Roman, sans-serif;
	/* text-decoration: solid underline #dd9661 4px;
	box-shadow: 10px 10px 5px #888; */
}

 #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:15px 0 0 0;
	padding: 15px 0 15px 0;
    font-size: 18px;
    color: #fff;
    text-align: center;
	line-height: 1.5;
}

 
	#footer { background: #808080; }
	//#footer a{ background: #909090; } 

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

#footer a:hover {
    background-color: #000; 
    color: white;
}

.footertxt {display: grid; grid-template-columns: repeat(3, 1fr); gap:10px;}


 #cookie{
	position: absolute; /* fixed; */
	top: 200px;
	left:150px;
  padding: 2em;
  background-color:#FFFFFF;
  color:#000000;
  border: 1px solid #000000;
  width: 50%;
  max-width: 650px;
  line-height:30px;
  z-index: 2;
  font-size:16px;
  text-align:center;
  white-space: wrap;
  overflow-x: hidden;
  overflow-y: hidden;
  opacity:0.8;
  moz-opacity:0.8;  
 }
 
 
 /* #######  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;
 }

 
 /* 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: 170px;
		height: 35px;
		font-weight: bold;
		font-size: 20px;
		font-family: arial, helvetica;
		text-align: center;
		color: #888888;		
		background: #FFFFFF;
		margin: 0 .4em .4em 0;
		padding: 5px;
		border: 1px solid #c0c0c0;
		border-radius: 5px;
		cursor: pointer;
	}
	
	.navbtn:hover{
		background:#cfcfcf;
		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; }
	
/* ######## Laufschriften / Ticker ######## */
	.marquee-container {
		width: 100%;
		overflow: hidden;
		white-space: nowrap;
		box-sizing: border-box;
		height:40px;		
		background:#dfdfdf;
	}

	.marquee-text {
		display: inline-block;
		padding-left:100%;
		padding-top:10px;
		padding-bottom:10px;
		animation-name: ticker;
		animation-duration: 120s;
		/* animation-delay: 3s;
		animation-iteration-count: 2; */
		animation-timing-function: linear;
		animation-iteration-count: infinite;
	}
	
	.marquee-text:hover{
		animation-play-state: paused;
	}
	
	@keyframes ticker {
		0% {
			transform: translate(0, 0);
		}
		100% {
			transform: translate(-100%, 0);
		}
	}

	@keyframes test {
		0% {
			transform: translateX(100%);
		}
		100% {
			transform: translateX(-100%);
		}
	}

	a.marquee{
		text-decoration:none;
		color:#000;
		font-weight:normal;
	}
	
	a.marquee:hover{
		background:black;
		color:white;
	}
	
/* ############################# */

