/*
Color Codes:
Grey:
	RGB: 	77 77 85
	Hex:  	#4D4D55

light Grey:
	Hex:	#BFBFBF
	
Border Grey:
	Hex:	#797986

Orange:
	RGB: 	243 107 55
	Hex: 	#F36B37
*/

/**********************************************************************************************************************************************************************************************************
																										1024px bis 1500px
**********************************************************************************************************************************************************************************************************/

@media screen and (min-width: 1024px) and (max-width: 1500px) /*DONE*/
{
	@font-face
	{
		font-family: 'helvetica-neue';
		src:	url('Schrift/Helvetica/HelveticaNeue.ttf') format('truetype')
	}
	
	@font-face
	{
		font-family: 'champagne';
		src: url("Schrift/Champagne & Limousines.ttf");
	}

	a:link
	{
		color: #F36B37;
		text-decoration: none;
	}

	a:visited
	{
		color: #F36B37;
		text-decoration: none;
	}

	a:hover
	{
		color: white;
		text-decoration: none;
	}

	body::-webkit-scrollbar
	{
		background-color: #4D4D55;
		width: 4px;
		height: 4px;
	}

	body::-webkit-scrollbar-button
	{
		display: none;
	}

	body::-webkit-scrollbar-thumb
	{
		background-color: #F36B37;
		border-radius: 5px;
	}

	/*-------------------- * --------------------*/
		
	#wrapper
	{
		position: absolute;
		margin-left: 5%;
		font-size: 12px;
		font-family: 'helvetica-neue', sans-serif	;
		width: 90%;
		cursor: default;
	}
	
	#wrapper p, #wrapper h1, #wrapper h2, #wrapper h3, #wrapper h4, #wrapper h5, #wrapper h6
	{
		margin-left: 25px;
		margin-right: 25px;
	}
	
	body
	{
		background-color: #4D4D55;		
	}
	
	#fixed-head
	{
		position: relative;
		width: 100%;
		height: 120px;
	}
	
	#logo-frame
	{
		position: absolute;
		display: block;
		right: 0;
		width: 20%;
		height: 90%;
		z-index: 20;
	}

	#logo
	{
		height: 100%;
		float: right;
	}

	/*-------------------- * --------------------*/
	
	#banner
	{
		position: absolute;
		left: 0;
		margin-left: 5px;
		display: inline-block;
		height: 69.7%;
		margin-bottom: 20px;
	}


	.bannerImg
	{
		position: relative;
		height: 100%;
	}

	/*-------------------- * --------------------*/

	#open-border
	{
		display: none;
	}

	nav
	{
		position: absolute;
		top: 70%;
		clear: right;
		margin-left: -75px;
		margin-bottom: -25px;
		left: 20px;
		padding-left: 20px;
		z-index: 25;
		font-size: 9px;
	}

	nav ul, .dropdown
	{
		display: inline-block;
		position: relative;
	}

	nav li
	{
		display: inline-block;	
		list-style: none;
		position: relative;
	}

	.menu
	/*Alle 5 Hauptlinks*/	
	{	
		display: inline-block;
		width: 80px;
		height: 17px;
		line-height: 17px;
		margin-right: 18px;
		background-color: #4D4D55;
		border-top: 3px solid #F36B37;
		border-left: 3px solid #F36B37;
		border-bottom: 1px solid #F36B37;
		border-right: 1px solid #F36B37;
		border-radius: 2px;
		text-align: center;
		vertical-align: middle;
		transition-duration: 0.5s;
		cursor: default;
	}
	
	.menu:hover
	{
		background-color: #F36B37;
		border-top: 3px solid #918B8F;
		border-left: 3px solid #918B8F;
		border-bottom: 1px solid #918B8F;
		border-right: 1px solid #918B8F;
		color: #4D4D55;	
	}
	
	.dropdown-area, .dropdown-areaSmall
	{
		display: none;
	}
	
	.dropdown-arrow
	{
		position: relative;
		float: right;
		margin-right: 5px;
	}
	
	.dropdown:hover #dropdown-head1
	/*[Immobilien] bleibt orange während dem Aufenthalt im Dropdown*/
	{
		background-color: #F36B37;
		border-top: 3px solid #918B8F;
		border-left: 3px solid #918B8F;
		border-bottom: 1px solid #918B8F;
		border-right: 1px solid #918B8F;
		color: #4D4D55;	
	}
		
	.dropdown-content a
	/*Alle Elemente des Dropdowns (Stufe 1 und 2)*/
	{
		display: block;
		width: 82px;
		height:auto;
		min-height: 15px;
		line-height: 15px;
		font-size: 8px;
		margin-top: 0px;
		margin-right: 76px;
		background-color: #4D4D55;
		border-top: 1px solid #F36B37;
		border-left: 1px solid #F36B37;
		border-bottom: 1px solid #F36B37;
		border-right: 1px solid #F36B37;
		border-radius: 2px;
		text-align: center;
		vertical-align: middle;
		z-index: 25;
		transition-duration: 0.5s;
		cursor: default;
	}

	.dropdown-content a:hover
	{
		background-color: #F36B37;
		border-top: 1px solid #918B8F;
		border-left: 1px solid #918B8F;
		border-bottom: 1px solid #918B8F;
		border-right: 1px solid #918B8F;
		color: #4D4D55;	
	}

	.dropdown-content
	/*Dropdown 1. Stufe*/
	
	{
		display: none;
		position: absolute;
		z-index: 25;
	}

	.dropdown:hover .dropdown-content
	{
		display: block;
		height: 10px;
	}
	
	.dropdown-subContent
	/*Dropdown 2. Stufe*/
	{
		display: none;
		position: absolute;
		z-index: 25;
	}
	
	.dropdown-sub:hover .dropdown-subContent
	{
		display: block;
	}

	.dropdown-sub:hover #dropdown-head2
	/*[Immobilien] bleibt orange während dem Aufenthalt im Dropdown*/
	{
		background-color: #F36B37;
		border-top: 1px solid #918B8F;
		border-left: 1px solid #918B8F;
		border-bottom: 1px solid #918B8F;
		border-right: 1px solid #918B8F;
		color: #4D4D55;	
	}

	.selector 
	/*kleines Logo in Navigation*/
	{
		position: absolute;
		z-index: 25;
		left: 12px;
		margin-left: -23px;
		margin-top: -11px;
		width: 17px;
		height: auto;
		float: left;
		position: relative;	
		display: none;
	}
	
	.menu:hover .selector
	{
		display: block;
	}
	
	.dropdown:hover .selector
	{
		display: block;
	}
	
	.nav-spaceBox
	{
		display: none;
	}
	
	#justMobile-button
	{
		display: none;
	}	
	
	.linkBlock
	/*Facebook-, Mail und Hilfe-Link*/
	{
		display: inline-block;
		height: 17px;
		width: 17px;
		list-style: none;
		border-top: 3px solid #F36B37;
		border-left: 3px solid #F36B37;
		border-bottom: 1px solid #F36B37;
		border-right: 1px solid #F36B37;
		border-radius: 2px;
		margin-right: 15px;
		vertical-align: middle;
		text-align: center;
		transition-duration: 0.5s;
		cursor: default;
	}

	.linkBlock:hover
	{
		border-top: 3px solid #918B8F;
		border-left: 3px solid #918B8F;
		border-bottom: 1px solid #918B8F;
		border-right: 1px solid #918B8F;
		background-color: #F36B37;
		color: #4D4D55;
	}	

	#facebook-icon
	{
		font-size: 1.2em;
		margin-top: 4px;
	}
	
	#message-icon
	{
		margin-top: 3px;
		font-size: 1.15em;
	}
	
	#help-icon
	{
		font-size: 0.45em;
		line-height: 5px;
		margin-top: 2px;
	}
	
	#hide
	/*Verschlüsselte Adresse*/
	{
		font-size: 0px;
	}
	
	#distance
	/*Lücke zwischen Dropdown-Links*/
	{
		display: none;
	}
	
	/*-------------------- Trennstrich --------------------*/

	#separator
	{
		clear: both;
		width: 100%;
		padding: 0;
		height: 2px;
		background-color: #797986;
		position: absolute;
		bottom: 0;
	}

	/*-------------------- Section --------------------*/

	section
	{
		width: 100%;
		float: left;
		margin-top: 0;
		position: absolute;
		padding: 0px;
		margin-left: 0%;
		color: #BFBFBF;
		background-color: none;
	}
	
	#section-content
	{
		height: auto;
		z-index: 24;
	}
	
	#section-content ul
	{
		list-style-type: square;
	}
	
	#section-content a:link
	{
		color: #BFBFBF;
		text-decoration: none;		
	}
	
	#section-content a:visited
	{
		color: #BFBFBF;
		text-decoration: none;
	}
	
	#section-content a:hover
	{
		color: #F36B37;
		text-decoration: none;
	}
	
	/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
																										Sub
	-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
	
	.sep-line
	/*Trennlinie zwischen Titel und Inhalt*/
	{
		height: 2px;
		width: 100%;
		background-color: #F36B37;
	}
	
	/*-------------------- Index --------------------*/
	
	#work
	{
		display: none;
	}
	
	#construction
	{
		position: relative;
		display: block;
		height: auto;
		width: 59%;
		top: 0px;
		border-top: 3px solid #797986;
		border-left: 3px solid #797986;
		border-bottom: 1px solid #797986;
		border-right: 1px solid #797986;
		border-radius: 2px;		
		margin-top: 15px;
		margin-right: 10%;
	}	
	
	#construction-img
	{
		position: relative;
		display: block;
		width: 100%;
	}
	
	#christmas
	{
		position: absolute;
		display: block;
		height: auto;
		width: 39%;
		top: 0px;
		right: 0px;		
		border-top: 3px solid #797986;
		border-left: 3px solid #797986;
		border-bottom: 1px solid #797986;
		border-right: 1px solid #797986;
		border-radius: 2px;
		margin-top: 15px;
		margin-bottom: 10px;
	}
	
	
	#christmas-img
	{
		position: relative;
		display: block;
		width: 100%;
	}
	
	#christmas-txt
	{
		position: absolute;
		display: block;
		height: auto;
		width: 39%;
		right: 0px;
		border-top: 3px solid #797986;
		border-left: 3px solid #797986;
		border-bottom: 1px solid #797986;
		border-right: 1px solid #797986;
		border-radius: 2px;
		margin-top: 27.2%;
		margin-bottom: 100px;			
	}
	
	#christmas-txtContent p
	{
		line-height: 1;
		margin-left: 20px;
	}
	
	.highlight
	{
		font-size: 14px;
		font-weight: bold;
	}
	
	#sorry
	{
		display: block;
		margin: auto;
		position: relative;
		border-top: 3px solid #F36B37;
		border-left: 3px solid #F36B37;
		border-bottom: 1px solid #F36B37;
		border-right: 1px solid #F36B37;
		border-radius: 2px;
		width: 50%;
		height: 200px;
		line-height: 180px;
		vertical-align: middle;
		text-align: center;
		top: 50px;
	}
	
	/*-------------------- keineInfos --------------------*/
	
	#noInfo
	{
		display: block;
		margin: auto;
		position: relative;
		border-top: 4px solid #F36B37;
		border-left: 4px solid #F36B37;
		border-bottom: 1px solid #F36B37;
		border-right: 1px solid #F36B37;
		border-radius: 2px;
		width: 90%;
		height: auto;
		text-align: center;
		top: 25px;
	}

	/*-------------------- Alle Info Seiten (unter Dienstleistungen) --------------------*/
	/*small*/
	.info
	{
		position: relative;
		display: block;
		width: 98%;
		height: 100%;
		margin: 15px;
		text-align: justify;
	}
	
	.info-frame
	{
		position: relative;
		display: block;
		margin: 2px;
		width: 60%;
		height: 99%;
		
	}
	
	.info-slogan
	{
		position: relative;
		display: block;
		width: 98%;
		margin: 10px;
		margin-bottom: 25px;
		border-top: 3px solid #F36B37;
		border-left: 3px solid #F36B37;
		border-bottom: 1px solid #F36B37;
		border-right: 1px solid #F36B37;
		border-radius: 2px;
	}
	
	.info-slogan h2
	{
		font-size: 1.25em;
		font-weight: 300;
	}
	
	.info-content
	{
		position: relative;
		display: block;
		width: 98%;
		margin: 10px;
		border-top: 3px solid #797986;
		border-left: 3px solid #797986;
		border-bottom: 1px solid #797986;
		border-right: 1px solid #797986;
		border-radius: 2px;
	}
	
	.info h1, .info h2, .info p, .info h6
	{
		margin-left: 25px;
		margin-right: 25px;
	}
	
	.info-imgFrame
	{
		position: relative;
		float: right;
		display: block;
		margin: 2px;
		width: 39%;
		right: 2px;
		height: 99%;
	}
	
	.info-imgTable
	{
		position: relative;
		clear: left;
		width: 100%;
		border-spacing: 10px;
		top: -12px;
	}	
	
	.info-imgTable td
	{
		border-top: 3px solid #797986;
		border-left: 3px solid #797986;
		border-bottom: 1px solid #797986;
		border-right: 1px solid #797986;
		border-radius: 2px;
		width: 45%;
		font-family: "champagne", Papyrus, Century Gothic, CenturyGothic, sans-serif;
		letter-spacing: 0.2px;
		font-size: 1.6em;
		color: #F36B37;
	}	
	
	.info-imgTable h6
	{
		text-align: center;
		font-weight: normal;
		font-size: 1em;
		margin-top: 0;
		margin-bottom: 0;
	}
	
	.info-imgTable img
	{
		width: 100%;
		height: auto;
		display: block;
	}

	/*-------------------- Objekte --------------------*/
	
	#link-buy
	{
		width: 20%;
		height: 50%;
		display: block;
		position: relative;
		border-top: 3px solid #F36B37;
		border-left: 3px solid #F36B37;
		border-bottom: 1px solid #F36B37;
		border-right: 1px solid #F36B37;
		border-radius: 2px;
	}
	
	#link-rent
	{
		width: 20%;
		height: 50%;
		display: block;
		position: relative;
		border-top: 3px solid #F36B37;
		border-left: 3px solid #F36B37;
		border-bottom: 1px solid #F36B37;
		border-right: 1px solid #F36B37;
		border-radius: 2px;
	}
	
	/*-------------------- Zu verkaufen --------------------*/
	
	#buy-fix
	{
		display: block;
		position: relative;
		border-top: 3px solid #F36B37;
		border-left: 3px solid #F36B37;
		border-bottom: 1px solid #F36B37;
		border-right: 1px solid #F36B37;
		border-radius: 2px;
		width: 90%;
		margin: auto;
		margin-top: 10px;
		text-align: center;
	}
	
	#buy-fix ul
	{
		position: relative;
		left: -50px;
	}
	
	#buy-fix li
	{
		display: inline;
		margin: auto;
		text-align: left;
		padding-left: 10px;
		margin-left: 20px;
	}
	
	#buy
	{
		border-top: 3px solid #797986;
		border-left: 3px solid #797986;
		border-bottom: 1px solid #797986;
		border-right: 1px solid #797986;
		border-radius: 2px;
		width: 90%;
		margin: auto;
		margin-top: 24px;
		padding: 0.2%;
	}
	
	#t-buy
	{
		position: relative;
		width: 80%;
		margin-left: 25%;
		margin-top: 25px;
		margin-bottom: 25px;
		border-top: 3px solid #999999;
		border-left: 3px solid #999999;
		border-bottom: 1px solid #999999;
		border-right: 1px solid #999999;
		border-radius: 2px;
		border-collapse: collapse;
		border-spacing: 10px;
		
	}
	
	#t-buy td
	{
		border-top: 1px solid #999999;
		border-left: 1px solid #999999;
		padding: 2px;
		text-align: left;
		padding-left: 10px;	
		white-space: nowrap;
	}
	
	#t-buy th
	{
		border-left: 1px solid #797986;
		border-bottom: 1px solid #F36B37;
		text-align: left;
		padding-left: 10px;
	}
		
	#negotiation-over
	{
		display: block;
		width: auto;
		height: auto;
		border: 1px solid #F36B37;
		border-radius: 3px;
		font-family: 'helvetica-neue', sans-serif;
		color: #F36B37;
		text-align: center;
		margin-right: 5px;
		margin-left: 5px;
		padding-left: 4px;
		padding-right: 4px;
	}

	#negotiation-ongoing
	{
		display: block;
		margin-left: 0;
		width: auto;
		height: auto;
		border: 1px solid #248F24;
		border-radius: 3px;
		font-family: 'helvetica-neue', sans-serif;
		color: #248F24;
		text-align: center;
		margin-right: 5px;
		margin-left: 5px;
		padding-left: 4px;
		padding-right: 4px;
	}

	.status-column
	{
		width: 20%;
	}

	/*-------------------- Zu vermieten --------------------*/
	
	#rent-fix
	{
		display: block;
		position: relative;
		border-top: 3px solid #F36B37;
		border-left: 3px solid #F36B37;
		border-bottom: 1px solid #F36B37;
		border-right: 1px solid #F36B37;
		border-radius: 2px;
		width: 90%;
		margin: auto;
		margin-top: 10px;
		text-align: center;
	}
	
	#rent-fix ul
	{
		position: relative;
		left: -50px;
	}
	
	#rent-fix li
	{
		display: inline;
		margin: auto;
		text-align: left;
		padding-left: 10px;
		margin-left: 20px;
		/*border: 1px solid #BFBFBF;*/
	}
	
	#rent
	{
		border-top: 3px solid #797986;
		border-left: 3px solid #797986;
		border-bottom: 1px solid #797986;
		border-right: 1px solid #797986;
		border-radius: 2px;
		width: 90%;
		margin: auto;
		margin-top: 24px;
		padding: 0.2%;
	}
	
	#t-rent
	{
		width: 80%;
		margin-left: 25%;
		margin-top: 25px;
		margin-bottom: 25px;
		height: 150px;
		border-top: 3px solid #999999;
		border-left: 3px solid #999999;
		border-bottom: 1px solid #999999;
		border-right: 1px solid #999999;
		border-radius: 2px;
		border-collapse: collapse;
		border-spacing: 10px;
		
	}
	
	#t-rent td
	{
		border-top: 1px solid #999999;
		border-left: 1px solid #999999;
		padding: 2px;
		text-align: left;
		height: 20px;
		padding-left: 10px;	
		white-space: nowrap;
	}
	
	#t-rent th
	{
		border-left: 1px solid #999999;
		border-bottom: 1px solid #F36B37;
		text-align: left;
		padding-left: 10px;
	}
	
	/*-------------------- Formulare --------------------*/
	
	#forms
	{
		float: left;
		width: 68.4%;
	}
	
	#property-form, #trust-form
	{
		border-top: 3px solid #797986;
		border-left: 3px solid #797986;
		border-bottom: 1px solid #797986;
		border-right: 1px solid #797986;
		border-radius: 2px;
		width: 90%;
		height: auto;
		margin: auto;
		margin-top: 20px;
		padding: 0.2%;
	}
	
	/*-------------------- Team --------------------*/
	
	#teamBanner
	{
		display: block;
		margin: auto;
		margin-top: 35px;
		padding: 2px;
		position: relative;
		border-top: 3px solid #F36B37;
		border-left: 3px solid #F36B37;
		border-bottom: 1px solid #F36B37;
		border-right: 1px solid #F36B37;
		border-radius: 2px;
		width: calc(92% + 6px);
		height: 100%;
		float: left;
		margin-left: 2%;
		top: 10%;
	}
	
	.team-frame-l
	{
		display: inline-block;
		margin-left: 2.5%;
		margin-top: 1%;		
		margin-bottom: 1%;
		position: relative;
		border-top: 4px solid #797986;
		border-left: 4px solid #797986;
		border-bottom: 1px solid #797986;
		border-right: 1px solid #797986;
		border-radius: 2px;
		width: 45%;
		float: left;
	}
	
	.team-frame-r
	{
		display: inline-block;
		margin-right: 2.5%;
		margin-top: 1%;		
		margin-bottom: 1%;
		position: relative;
		border-top: 3px solid #797986;
		border-left: 3px solid #797986;
		border-bottom: 1px solid #797986;
		border-right: 1px solid #797986;
		border-radius: 2px;
		width: 45%;
		float: right;
	}
	
	.team img
	{
		display: block;
		width: 100%;
		height: auto;
	}
	
	.person
	{
		display: inline-block;
		margin: auto;
		margin-top: 15px;
		position: relative;
		border-top: 3px solid #F36B37;
		border-left: 3px solid #F36B37;
		border-bottom: 1px solid #F36B37;
		border-right: 1px solid #F36B37;
		border-radius: 2px;
		width: 45%;
		height: auto;
		padding: 2px;
		float: left;
		margin-left: 2%;
		top: 10%;
	}
	
	.portrait
	{
		display: block;
		margin-left: 20px;
		margin-top: 5px;		
		margin-bottom: 5px;
		position: relative;
		border-top: 3px solid #797986;
		border-left: 3px solid #797986;
		border-bottom: 1px solid #797986;
		border-right: 1px solid #797986;
		border-radius: 2px;
		width: 46.5%;
		float: left;		
	}
	
	.portrait img
	{
		width: 100%;
		height: auto;
		display: block;
	}
		
	.description
	{
		display: block;
		position: absolute;
		clear: left;
		margin-left: 50%;
	}
	
	.teamConnection
	{
		position: relative;
		float: left;
		clear: left;
		margin-top: 20px;
		bottom: 10px;
		left: 25px;
	}
	
	.name
	{
		font-weight: bold;
		font-size: 1.2em;
		letter-spacing: 1.5px;
		text-transform: uppercase;
	}
	
	#bodyguard
	{
		display: inline-block;
		margin: auto;
		margin-top: 15px;
		position: relative;
		border-top: 3px solid #F36B37;
		border-left: 3px solid #F36B37;
		border-bottom: 1px solid #F36B37;
		border-right: 1px solid #F36B37;
		border-radius: 2px;
		width: 45%;
		height: auto;
		padding: 2px;
		margin-left: 2%;
		top: 10%;
	}
	/*-------------------- Kontakt --------------------*/
	
	#mapFrame
	{
		display: block;
		margin-top: 25px;
		margin-left: 20px;
		position: relative;
		border-top: 4px solid #F36B37;
		border-left: 4px solid #F36B37;
		border-bottom: 1px solid #F36B37;
		border-right: 1px solid #F36B37;
		border-radius: 2px;
		width: 40%;
		height: 223px;
		padding: 1px;
		float: left;
		top: 10%;
		z-index: 24;
	}
	
	#location
	{
		position: relative;
		left: 3%;
		margin-top: 25px;
		padding: 5px;
		width: auto;
		float: left;
		border-top: 4px solid #797986;
		border-left: 4px solid #797986;
		border-bottom: 1px solid #797986;
		border-right: 1px solid #797986;
		border-radius: 2px;
	}
	
	/*-------------------- Hilfe --------------------*/
	
	#help
	{
		position: relative;
		display: block;
		width: 100%;
		height: 100%;
		margin-top: 15px;
	}
	
	#help-frame
	{
		position: relative;
		display: block;
		margin: 0.5%;
		width: 99%;
		height: 98%;	
		border-top: 3px solid #797986;
		border-left: 3px solid #797986;
		border-bottom: 1px solid #797986;
		border-right: 1px solid #797986;
		border-radius: 2px;		
	}
	
	.scrollable-table
	{
		display: inline-block;
	}
	
	.help-title
	{
		font-weight: bold;
		display: inline-block;
		width: 428px;
		text-align: center;
		margin-top: 25px;
		margin-bottom: 10px;
		margin-right: 7px;
		margin-left: 4px;
		
	}
	
	.help-table
	{
		display: inline-block;
		border-bottom: 1px solid #797986;
		border-radius: 2px;
		border-collapse: collapse;
		margin-right: 7px;
		margin-left: 4px;
		margin-top: 5px;
	}
	
	.help-table td
	{
		border-left: 3px solid #797986;
		border-right: 1px solid #797986;
		padding: 3px;
		width: 205px;
	}
	
	tr.noBorder
	{
		border: 0;
	}
	
	.help-table th
	{
		border: 0;
		padding: 5px;
	}
	
	.manual-margin
	{
		display: block;
		height: 20px;
	}
	
	#enterprise
	{
		border-bottom: 1px solid #F36B37;
		border-top: 3px solid #797986;
		text-align: center;
		font-weight: bold;
	}
	
	/*-------------------- Impressum --------------------*/
	
	#imprint
	{
		position: relative;
		display: block;
		width: 98%;
		height: auto;
		margin: 15px;
		color: #BFBFBF;
	}
	
	#imprint-imgFrame
	{
		display: block;
		margin: 2px;
		width: 39%;
		float: right;
		clear: none;
		height: 99%;
	}
	
	#imprint-imgTable
	{
		position: relative;
		clear: left;
		width: 100%;
		border-spacing: 10px;
	}	
	
	#imprint-imgTable td
	{
		border-top: 3px solid #797986;
		border-left: 3px solid #797986;
		border-bottom: 1px solid #797986;
		border-right: 1px solid #797986;
		border-radius: 2px;
		width: 47%;
		height: auto;
		vertical-align: top;
		padding: none;
		font-family: "champagne", Papyrus, Century Gothic, CenturyGothic, sans-serif, sans-serif;
		font-size: 1.4em;
		color: #BFBFBF;
	}
	
	#imprint-imgTable h3, #imprint-imgTable p
	{		
		text-align: left;
		margin-left: 15px;
		margin-right: 10px;
	}
			
	#imprint-frame
	{
		position: relative;
		display: block;
		margin: 2px;
		width: 60%;
		height: 99%;		
	}
		
	#imprint-content
	{
		position: relative;
		display: block;
		width: 98%;
		margin: 10px;
		border-top: 3px solid #797986;
		border-left: 3px solid #797986;
		border-bottom: 1px solid #797986;
		border-right: 1px solid #797986;
		border-radius: 2px;		
		text-align: justify;
	}
	
	.space-box
	{
		position: relative;
		float: left;
		clear: right;
		margin: 2px;
		width: 100%;
		height: 80px;
		bottom: 0;
		z-index: 25;
	}
	
	/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
																										/Sub
	-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
	/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
																										Advertisement
	------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

	/*-------------------- Frame --------------------*/
	
	#advertisement-frame
	{
		display: block;
		position: absolute;
		width: 95%;
		height: auto;		
		margin-left:2.5%;
		margin-right: 2.5%;
		margin-top: 25px;
		padding: 5px;	
	}

	/*-------------------- Info --------------------*/
	
	#advertisement-info
	{
		display: block;
		position: relative;
		width: 35%;
		height: 50%;
		float: left;		
	}
	
	#advertisement-info ul
	{
		position: relative;
		left: -15px;
	}
	
	#advertisement-info li
	{
		margin-bottom: 10px;
		list-style: none;
	}
	
	#advertisement-info a:link
	{
		color: #F36B37;
	}
	
	#advertisement-info a:visited
	{
		color: #F36B37;
	}
	
	.markup
	{
		font-size: 1.5em;
	}
	
	
	/*-------------------- Image --------------------*/
	
	#advertisement-img
	{
		display: block;
		position: relative;
		width: 55%;
		height: 60%;
		margin-right: 3%;
		float: right;
	}
	
	#img-frame
	{
		display: block;
		position: relative;
		width: 80%;
		height:90%;
		border-top: 4px solid #797986;
		border-left: 4px solid #797986;
		border-bottom: 1px solid #797986;
		border-right: 1px solid #797986;
		border-radius: 2px;
		margin: auto;
		margin-top: 25px;
		margin-bottom: 25px;
		text-align: center;		
	}
	
	#slideFwd
	{
		position: absolute;
		right: 0px;
		top: 35%;
		width: 25px;
		height: 30%;
		color: #BFBFBF;
		background-color: #4D4D55;
		border: 2px solid #F36B37;
		border-radius: 2px;
	}
	
	#slideBack
	{
		position: absolute;
		left: 0px;
		top: 35%;
		width: 25px;
		height: 30%;
		color: #BFBFBF;
		background-color: #4D4D55;
		border: 2px solid #F36B37;
		border-radius: 2px;
	}
	
	.slideshow
	
	{
		margin: auto;
		text-align: center;
		padding: 5px;
		display: none;
		color: #BFBFBF;		
	}
	
	.slideshow img
	{		
		margin: auto;
		height: 250px;
		max-width: 700px;
	}
	
	#indexPoints-frame
	{
		position: relative;
		display: block;
		top: -20px;
		text-align: center;
		left: -15px;
		width: 80%;
		margin: auto;
	}
	
	#indexPoints ul
	{
		position: relative;
	}
	
	#indexPoints li
	{
		display: inline-block;
		width: 18px;
		list-style-type: none;
		text-align: center;
	
	}
	
	/*-------------------- Description --------------------*/
	
	#advertisement-description
	{
		display: block;
		position: relative;
		margin-left: 3%;
		margin-top: -3%;
		width: 94%;
		height: 50%;
		float: left;
	}	
	
	
	/*-------------------- * --------------------*/
	
	/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
																										/Advertisement
	-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
	/*-------------------- * --------------------*/
	footer
	{
		height: 40px;
		width: 100%;
		position: fixed;
		bottom: 0;
		z-index: 25;
	}

	#blur
	{
	width: 100%;
	height: 80px;
	background-color: yellow;
	position: fixed;
	bottom: 0px;
	z-index: 25;	
	background: red;
	background: -webkit-linear-gradient(rgba(77,77,85,0), rgba(77,77,85,1) 60%, rgba(77,77,85,1)); 	/* Safari   */
    background: -o-linear-gradient(rgba(77,77,85,0), rgba(77,77,85,1) 60%, rgba(77,77,85,1)); 		/* Opera    */
    background: -moz-linear-gradient(rgba(77,77,85,0), rgba(77,77,85,1) 60%, rgba(77,77,85,1)); 	/* Firefox  */
    background: linear-gradient(rgba(77,77,85,0), rgba(77,77,85,1) 60%, rgba(77,77,85,1)); 			/* Standard */
	}
	

	/*-------------------- * --------------------*/


	#end
	{
		position: absolute;
		display: block;
		width: 90%;
		float: left;
		bottom: 0;
		z-index: 26;
	}

	#end ul
	{		
		list-style-type: none;
		text-align: center;
		margin-left: -90px;
	}

	#end li
	{
		display: inline;
		margin-left: 50px;
		font-size: 10px;
		color: #F36B37;
	}

	#mobile-end
	{
		display: none;
	}

	/*-------------------- * --------------------*/

	#js-check
	{
		font-size: 30px;
		color: white;
		border: 3px solid red;
		border-radius: 3px;
		text-align: center;
		margin-left: 100px;
		margin-right: 100px;
		margin-bottom: 100px; 
	}

	#browser li
	{
		display: inline-block;
		width: 200px;
		font-size: 18px;
		margin-right: 10px;
	}

	.browserSelect
	{
		display: block;
		width: 180px;
		height: 100px;
		border: 3px solid #4D4D55;
		transition-duration: 0.3s;
	}

	.browserSelect:hover
	{
		border: 3px solid red;
		border-radius: 2px;
	}

	.browserIcon
	{
		height: 45px;
	}

	.browserName
	{
		color: white;
	}

	.guide
	{
		display: block;
		text-align: left;
		font-size: 16px;
		color: white;
		margin-left: 50px; 
	}

	#home
	{
		margin-left: 50%
	}
	
	#svit
	{
		height: 16px;
		width: auto;
		position: fixed;
		right: 0;
		bottom: 10px;
		margin-right: 10px;
		z-index: 100;
	}
}

/**********************************************************************************************************************************************************************************************************
																										1500px bis 2500px
**********************************************************************************************************************************************************************************************************/

@media screen and (min-width: 1500px) and (max-width: 2500px) /* DONE */
{
	
	@font-face
	{
		font-family: 'helvetica-neue';
		src:	url('Schrift/Helvetica/HelveticaNeue.ttf') format('truetype')
	}
	
	@font-face
	{
		font-family: 'champagne';
		src: url("Schrift/Champagne & Limousines.ttf");
	}

	a:link
	{
		color: #F36B37;
		text-decoration: none;
	}

	a:visited
	{
		color: #F36B37;
		text-decoration: none;
	}

	a:hover
	{
		color: white;
		text-decoration: none;
	}

	body::-webkit-scrollbar
	{
		background-color: #4D4D55;
		width: 4px;
		height: 4px;
	}

	body::-webkit-scrollbar-button
	{
		display: none;
	}

	body::-webkit-scrollbar-thumb
	{
		background-color: #F36B37;
		border-radius: 5px;
	}

	/*-------------------- * --------------------*/
		
	#wrapper
	{
		position: absolute;
		margin-left: 5%;
		font-size: 16px;
		font-family: 'helvetica-neue', sans-serif;
		width: 90%;
		cursor: default;
	}
		
	#wrapper p, #wrapper h1, #wrapper h2, #wrapper h3, #wrapper h4, #wrapper h5, #wrapper h6
	{
		margin-left: 25px;
		margin-right: 25px;
	}

	body
	{
		background-color: #4D4D55;
		/*background: radial-gradient(ellipse, #4A4A55, #4D4D55, #4F4F55, #4D4D55, #4A4A55);*/
		
	}
	
	#fixed-head
	{
		position: relative;
		width: 100%;
		height: 170px;
	}
	
	#logo-frame
	{
		position: absolute;
		display: block;
		right: 0;
		width: 20%;
		height: 90%;
		z-index: 20;
	}

	#logo
	{
		height: 100%;
		float: right;
	}

	/*-------------------- * --------------------*/
	
	#banner
	{
		position: absolute;
		left: 0;
		margin-left: 5px;
		display: inline-block;
		height: 69.7%;
		margin-bottom: 20px;
	}


	.bannerImg
	{
		position: relative;
		height: 100%;
	}

	/*-------------------- * --------------------*/

	#open-border
	{
		display: none;
	}

	nav
	{
		position: absolute;
		top: 70%;
		clear: right;
		margin-left: -75px;
		margin-bottom: -25px;
		left: 20px;
		padding-left: 20px;
		z-index: 25;
		font-size: 13px;
	}

	nav ul, .dropdown
	{
		display: inline-block;
		position: relative;
	}

	nav li
	{
		display: inline-block;	
		list-style: none;
		position: relative;
	}

	.menu
	/*Alle 5 Hauptlinks*/	
	{	
		display: inline-block;
		width: 115px;
		height: 24px;
		line-height: 24px;
		margin-right: 23px;
		background-color: #4D4D55;
		border-top: 4px solid #F36B37;
		border-left: 4px solid #F36B37;
		border-bottom: 1px solid #F36B37;
		border-right: 1px solid #F36B37;
		border-radius: 2px;
		text-align: center;
		vertical-align: middle;
		transition-duration: 0.5s;
		cursor: default;
	}
	
	.menu:hover
	{
		background-color: #F36B37;
		border-top: 4px solid #918B8F;
		border-left: 4px solid #918B8F;
		border-bottom: 1px solid #918B8F;
		border-right: 1px solid #918B8F;
		color: #4D4D55;	
	}
	
	.dropdown-area, .dropdown-areaSmall
	{
		display: none;
	}
	
	.dropdown-arrow
	{
		position: relative;
		float: right;
		margin-right: 5px;
	}
	
	.dropdown:hover #dropdown-head1
	/*[Immobilien] bleibt orange während dem Aufenthalt im Dropdown*/
	{
		background-color: #F36B37;
		border-top: 4px solid #918B8F;
		border-left: 4px solid #918B8F;
		border-bottom: 1px solid #918B8F;
		border-right: 1px solid #918B8F;
		color: #4D4D55;	
	}
		
	.dropdown-content a
	/*Alle Elemente des Dropdowns (Stufe 1 und 2)*/
	{
		display: block;
		width: 118px;
		height:auto;
		min-height: 18px;
		line-height: 20px;
		font-size: 11px;
		margin-top: 0px;
		margin-right: 76px;
		background-color: #4D4D55;
		border-top: 1px solid #F36B37;
		border-left: 1px solid #F36B37;
		border-bottom: 1px solid #F36B37;
		border-right: 1px solid #F36B37;
		border-radius: 2px;
		text-align: center;
		vertical-align: middle;
		z-index: 25;
		transition-duration: 0.5s;
		cursor: default;
	}

	.dropdown-content a:hover
	{
		background-color: #F36B37;
		border-top: 1px solid #918B8F;
		border-left: 1px solid #918B8F;
		border-bottom: 1px solid #918B8F;
		border-right: 1px solid #918B8F;
		color: #4D4D55;	
	}

	.dropdown-content
	/*Dropdown 1. Stufe*/
	
	{
		display: none;
		position: absolute;
		z-index: 25;
	}

	.dropdown:hover .dropdown-content
	{
		display: block;
		height: 10px;
	}
	
	.dropdown-subContent
	/*Dropdown 2. Stufe*/
	{
		display: none;
		position: absolute;
		z-index: 25;
	}
	
	.dropdown-sub:hover .dropdown-subContent
	{
		display: block;
	}

	.dropdown-sub:hover #dropdown-head2
	/*[Immobilien] bleibt orange während dem Aufenthalt im Dropdown*/
	{
		background-color: #F36B37;
		border-top: 1px solid #918B8F;
		border-left: 1px solid #918B8F;
		border-bottom: 1px solid #918B8F;
		border-right: 1px solid #918B8F;
		color: #4D4D55;	
	}

	.selector 
	/*kleines Logo in Navigation*/
	{
		position: absolute;
		z-index: 25;
		left: 12px;
		margin-left: -28px;
		margin-top: -15px;
		width: 25px;
		height: auto;
		float: left;
		position: relative;	
		display: none;
	}
	
	.menu:hover .selector
	{
		display: block;
	}
	
	.dropdown:hover .selector
	{
		display: block;
	}	
	
	.nav-spaceBox
	{
		display: none;
	}
	
	#justMobile-button
	{
		display: none;
	}	
	
	.linkBlock
	/*Facebook-, Mail und Hilfe-Link*/
	{
		display: inline-block;
		height: 24px;
		width: 24px;
		list-style: none;
		border-top: 4px solid #F36B37;
		border-left: 4px solid #F36B37;
		border-bottom: 1px solid #F36B37;
		border-right: 1px solid #F36B37;
		border-radius: 2px;
		margin-right: 20px;
		vertical-align: middle;
		text-align: center;
		transition-duration: 0.5s;
		cursor: default;
	}

	.linkBlock:hover
	{
		border-top: 4px solid #918B8F;
		border-left: 4px solid #918B8F;
		border-bottom: 1px solid #918B8F;
		border-right: 1px solid #918B8F;
		background-color: #F36B37;
		color: #4D4D55;
	}	

	#facebook-icon
	{
		font-size: 1.2em;
		margin-top: 4px;
	}
	
	#navLink
	{
		font-size: 1.15em;
	}
	
	#message-icon
	{
		margin-top: 3px;
	}
	
	#help-icon
	{
		font-size: 0.45em;
		line-height: 8px;
		margin-top: 3px;
	}
	
	#hide
	/*Verschlüsselte Adresse*/
	{
		font-size: 0px;
	}
	
	#distance
	/*Lücke zwischen Dropdown-Links*/
	{
		display: none;
	}
	
	/*-------------------- Trennstrich --------------------*/

	#separator
	{
		clear: both;
		width: 100%;
		padding: 0;
		height: 3px;
		background-color: #797986;
		position: absolute;
		bottom: 0;
	}

	/*-------------------- Section --------------------*/

	section
	{
		width: 100%;
		float: left;
		margin-top: 0;
		position: absolute;
		padding: 0px;
		margin-left: 0%;
		color: #BFBFBF;
		background-color: none;
	}
	
	#section-content
	{
		height: auto;
		z-index: 24;
	}
	
	#section-content ul
	{
		list-style-type: square;
	}
	
	#section-content a:link
	{
		color: #BFBFBF;
		text-decoration: none;		
	}
	
	#section-content a:visited
	{
		color: #BFBFBF;
		text-decoration: none;
	}
	
	#section-content a:hover
	{
		color: #F36B37;
		text-decoration: none;
	}
	
	/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
																										Sub
	-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
	
	.sep-line
	/*Trennlinie zwischen Titel und Inhalt*/
	{
		height: 2px;
		width: 100%;
		background-color: #F36B37;
	}
	
	/*-------------------- Index --------------------*/
	
	#work
	{
		display: none;
	}
	
	#construction
	{
		position: relative;
		display: block;
		height: auto;
		width: 59%;
		top: 0px;
		border-top: 4px solid #797986;
		border-left: 4px solid #797986;
		border-bottom: 1px solid #797986;
		border-right: 1px solid #797986;
		border-radius: 2px;		
		margin-top: 15px;
		margin-right: 10%;
	}
	
	
	
	#construction-img
	{
		position: relative;
		display: block;
		width: 100%;
	}
	
	#christmas
	{
		position: absolute;
		display: block;
		height: auto;
		width: 39%;
		top: 0px;
		right: 0px;		
		border-top: 4px solid #797986;
		border-left: 4px solid #797986;
		border-bottom: 1px solid #797986;
		border-right: 1px solid #797986;
		border-radius: 2px;
		margin-top: 15px;
		margin-bottom: 10px;
		
	}
	
	#christmas-img
	{
		position: relative;
		display: block;
		width: 100%;
	}
	
	#christmas-txt
	{
		position: absolute;
		display: block;
		height: auto;
		width: 39%;
		right: 0px;
		border-top: 4px solid #797986;
		border-left: 4px solid #797986;
		border-bottom: 1px solid #797986;
		border-right: 1px solid #797986;
		border-radius: 2px;
		margin-top: 27.2%;
		margin-bottom: 100px;			
	}
	
	#christmas-txtContent p
	{
		line-height: 1;
		margin-left: 20px;
	}
	
	.highlight
	{
		font-size: 20px;
		font-weight: bold;
	}
	
	#sorry
	{
		display: block;
		margin: auto;
		position: relative;
		border-top: 4px solid #F36B37;
		border-left: 4px solid #F36B37;
		border-bottom: 1px solid #F36B37;
		border-right: 1px solid #F36B37;
		border-radius: 2px;
		width: 50%;
		height: 200px;
		line-height: 180px;
		vertical-align: middle;
		text-align: center;
		top: 50px;
	}
	
	/*-------------------- keineInfos --------------------*/
	
	#noInfo
	{
		display: block;
		margin: auto;
		position: relative;
		border-top: 4px solid #F36B37;
		border-left: 4px solid #F36B37;
		border-bottom: 1px solid #F36B37;
		border-right: 1px solid #F36B37;
		border-radius: 2px;
		width: 90%;
		height: auto;
		text-align: center;
		top: 25px;
	}

	/*-------------------- Alle Info Seiten (unter Dienstleistungen) --------------------*/

	.info
	{
		position: relative;
		display: block;
		width: 98%;
		height: 100%;
		margin: 15px;
		text-align: justify;
	}
	
	.info-frame
	{
		position: relative;
		display: block;
		margin: 2px;
		width: 60%;
		height: 99%;
		
	}
	
	.info-slogan
	{
		position: relative;
		display: block;
		width: 98%;
		margin: 10px;		
		margin-bottom: 25px;
		border-top: 4px solid #F36B37;
		border-left: 4px solid #F36B37;
		border-bottom: 1px solid #F36B37;
		border-right: 1px solid #F36B37;
		border-radius: 2px;
	}
	
	.info-slogan h2
	{
		font-size: 1.25em;
		font-weight: 300;
	}
	
	.info-content
	{
		position: relative;
		display: block;
		width: 98%;
		margin: 10px;
		border-top: 4px solid #797986;
		border-left: 4px solid #797986;
		border-bottom: 1px solid #797986;
		border-right: 1px solid #797986;
		border-radius: 2px;
	}
	
	.info h1, .info h2, .info p
	{
		margin-left: 25px;
		margin-right: 25px;
	}
	
	.info-imgFrame
	{
		position: relative;
		float: right;
		display: block;
		margin: 2px;
		width: 39%;
		right: 2px;
		height: 99%;
	}
	
	.info-imgTable
	{
		position: relative;
		clear: left;
		width: 100%;
		border-spacing: 10px;
		top: -12px;
	}	
	
	.info-imgTable td
	{
		border-top: 3px solid #797986;
		border-left: 3px solid #797986;
		border-bottom: 1px solid #797986;
		border-right: 1px solid #797986;
		border-radius: 2px;
		width: 45%;
		font-family: "champagne", Papyrus, Century Gothic, CenturyGothic, sans-serif;
		letter-spacing: 0.2px;
		font-size: 1.6em;
		color: #F36B37;
	}	
	
	.info-imgTable h6
	{
		text-align: center;
		font-weight: normal;
		font-size: 1em;
		margin: 0px;
	}
	
	
	.info-imgTable img
	{
		width: 100%;
		height: auto;
		display: block;
	}

	/*-------------------- Objekte --------------------*/
	
	#link-buy
	{
		width: 20%;
		height: 50%;
		display: block;
		position: relative;
		border-top: 4px solid #F36B37;
		border-left: 4px solid #F36B37;
		border-bottom: 1px solid #F36B37;
		border-right: 1px solid #F36B37;
		border-radius: 2px;
	}
	
	#link-rent
	{
		width: 20%;
		height: 50%;
		display: block;
		position: relative;
		border-top: 4px solid #F36B37;
		border-left: 4px solid #F36B37;
		border-bottom: 1px solid #F36B37;
		border-right: 1px solid #F36B37;
		border-radius: 2px;
	}
	
	/*-------------------- Zu verkaufen --------------------*/
	
	#buy-fix
	{
		display: block;
		position: relative;
		border-top: 4px solid #F36B37;
		border-left: 4px solid #F36B37;
		border-bottom: 1px solid #F36B37;
		border-right: 1px solid #F36B37;
		border-radius: 2px;
		width: 90%;
		margin: auto;
		margin-top: 10px;
		text-align: center;
	}
	
	#buy-fix ul
	{
		position: relative;
		left: -50px;
	}
	
	#buy-fix li
	{
		display: inline;
		margin: auto;
		text-align: left;
		padding-left: 10px;
		margin-left: 20px;
	}
	
	#buy
	{
		border-top: 4px solid #797986;
		border-left: 4px solid #797986;
		border-bottom: 1px solid #797986;
		border-right: 1px solid #797986;
		border-radius: 2px;
		width: 90%;
		margin: auto;
		margin-top: 24px;
		padding: 0.2%;
	}

	#buy h1	
	{
		margin-left: 5%;
	}
	
	#t-buy
	{
		width: 80%;
		margin-left: 25%;
		margin-top: 25px;
		margin-bottom: 25px;
		border-top: 4px solid #999999;
		border-left: 4px solid #999999;
		border-bottom: 1px solid #999999;
		border-right: 1px solid #999999;
		border-radius: 2px;
		border-collapse: collapse;
		border-spacing: 10px;
		
	}
	
	#t-buy td
	{
		border-top: 1px solid #999999;
		border-left: 1px solid #999999;
		padding: 2px;
		text-align: left;
		padding-left: 10px;	
		white-space: nowrap;
	}
	
	#t-buy th
	{
		border-left: 1px solid #797986;
		border-bottom: 1px solid #F36B37;
		text-align: left;
		padding-left: 10px;
	}	
			
	#negotiation-over
	{
		display: block;
		width: auto;
		height: auto;
		border: 1px solid #F36B37;
		border-radius: 3px;
		font-family: 'helvetica-neue', sans-serif;
		color: #F36B37;
		text-align: center;
		margin-right: 5px;
		margin-left: 5px;
		padding-left: 4px;
		padding-right: 4px;		
	}

	#negotiation-ongoing
	{
		display: block;
		margin-left: 0;
		width: auto;
		height: auto;
		border: 1px solid #248F24;
		border-radius: 3px;
		font-family: 'helvetica-neue', sans-serif;
		color: #248F24;
		text-align: center;
		margin-right: 5px;
		margin-left: 5px;
		padding-left: 4px;
		padding-right: 4px;
	}

	.status-column
	{
		width: 20%;
	}

	/*-------------------- Zu vermieten --------------------*/
	
	#rent-fix
	{
		display: block;
		position: relative;
		border-top: 4px solid #F36B37;
		border-left: 4px solid #F36B37;
		border-bottom: 1px solid #F36B37;
		border-right: 1px solid #F36B37;
		border-radius: 2px;
		width: 90%;
		margin: auto;
		margin-top: 10px;
		text-align: center;
	}
	
	#rent-fix ul
	{
		position: relative;
		left: -50px;
	}
	
	#rent-fix li
	{
		display: inline;
		margin: auto;
		text-align: left;
		padding-left: 10px;
		margin-left: 20px;
		/*border: 1px solid #BFBFBF;*/
	}
	
	#rent
	{
		border-top: 4px solid #797986;
		border-left: 4px solid #797986;
		border-bottom: 1px solid #797986;
		border-right: 1px solid #797986;
		border-radius: 2px;
		width: 90%;
		margin: auto;
		margin-top: 24px;
		padding: 0.2%;
	}
	
	#rent h1
	{
		margin-left: 5%;
	}
	
	#t-rent
	{
		width: 80%;
		margin-left: 25%;
		margin-top: 25px;
		margin-bottom: 25px;
		height: 150px;
		border-top: 4px solid #999999;
		border-left: 4px solid #999999;
		border-bottom: 1px solid #999999;
		border-right: 1px solid #999999;
		border-radius: 2px;
		border-collapse: collapse;
		border-spacing: 10px;
		
	}
	
	#t-rent td
	{
		border-top: 1px solid #999999;
		border-left: 1px solid #999999;
		padding: 2px;
		text-align: left;
		height: 20px;
		padding-left: 10px;	
		white-space: nowrap;
	}
	
	#t-rent th
	{
		border-left: 1px solid #999999;
		border-bottom: 1px solid #F36B37;
		text-align: left;
		padding-left: 10px;
	}
	
	/*-------------------- Formulare --------------------*/
	
	#forms
	{
		float: left;
		width: 68.4%;
	}
	
	#property-form, #trust-form
	{
		border-top: 4px solid #797986;
		border-left: 4px solid #797986;
		border-bottom: 1px solid #797986;
		border-right: 1px solid #797986;
		border-radius: 2px;
		width: 90%;
		height: auto;
		margin: auto;
		margin-top: 20px;
		padding: 0.2%;
	}
	
	#property-form h1, #trust-form h1
	{
		margin-left: 25px;
	}
	
	#property-form ul, #trust-form ul
	{
		
	}
	
	/*-------------------- Team --------------------*/
	
	#teamBanner
	{
		display: block;
		margin: auto;
		margin-top: 35px;
		padding: 2px;
		position: relative;
		border-top: 4px solid #F36B37;
		border-left: 4px solid #F36B37;
		border-bottom: 1px solid #F36B37;
		border-right: 1px solid #F36B37;
		border-radius: 2px;
		width: calc(92% + 8px);
		height: 100%;
		float: left;
		margin-left: 2%;
		top: 10%;
	}
	
	.team-frame-l
	{
		display: inline-block;
		margin-left: 2.5%;
		margin-top: 1%;		
		margin-bottom: 1%;
		position: relative;
		border-top: 4px solid #797986;
		border-left: 4px solid #797986;
		border-bottom: 1px solid #797986;
		border-right: 1px solid #797986;
		border-radius: 2px;
		width: 45%;
		float: left;
	}
	
	.team-frame-r
	{
		display: inline-block;
		margin-right: 2.5%;
		margin-top: 1%;		
		margin-bottom: 1%;
		position: relative;
		border-top: 4px solid #797986;
		border-left: 4px solid #797986;
		border-bottom: 1px solid #797986;
		border-right: 1px solid #797986;
		border-radius: 2px;
		width: 45%;
		float: right;
	}
	
	.team img
	{
		display: block;
		width: 100%;
		height: auto;
	}
	 
	.person
	{
		display: inline-block;
		margin: auto;
		margin-top: 25px;
		position: relative;
		border-top: 4px solid #F36B37;
		border-left: 4px solid #F36B37;
		border-bottom: 1px solid #F36B37;
		border-right: 1px solid #F36B37;
		border-radius: 2px;
		width: 45%;
		height: auto;
		padding: 2px;
		float: left;
		margin-left: 2%;
		top: 10%;
	}
	
	.portrait
	{
		display: block;
		margin-left: 20px;
		margin-top: 5px;	
		margin-bottom: 5px;
		position: relative;
		border-top: 4px solid #797986;
		border-left: 4px solid #797986;
		border-bottom: 1px solid #797986;
		border-right: 1px solid #797986;
		border-radius: 2px;
		padding: 1px;
		width: 46.5%;
		float: left;
		
	}
	
	.portrait img
	{
		width: 100%;
		height: 100%;
		display: block;
	}
		
	.description
	{
		display: block;
		position: absolute;
		clear: left;
		margin-left: 50%;
	}
	
	.teamConnection
	{
		position: relative;
		float: left;
		clear: left;
		margin-top: 20px;
		bottom: 10px;
		left: 25px;
	}
	
	.name
	{
		font-weight: bold;
		font-size: 1.2em;
		letter-spacing: 1.5px;
		text-transform: uppercase;
	}
	
	#bodyguard
	{
		display: inline-block;
		margin: auto;
		margin-top: 25px;
		position: relative;
		border-top: 4px solid #F36B37;
		border-left: 4px solid #F36B37;
		border-bottom: 1px solid #F36B37;
		border-right: 1px solid #F36B37;
		border-radius: 2px;
		width: 45%;
		height: auto;
		padding: 2px;
		margin-left: 2%;
		top: 10%;
	}
	
	/*-------------------- Kontakt --------------------*/
	
	#mapFrame
	{
		display: block;
		margin-top: 25px;
		margin-left: 20px;
		position: relative;
		border-top: 4px solid #F36B37;
		border-left: 4px solid #F36B37;
		border-bottom: 1px solid #F36B37;
		border-right: 1px solid #F36B37;
		border-radius: 2px;
		width: 40%;
		height: 317px;
		padding: 1px;
		float: left;
		top: 10%;
		z-index: 24;
	}
	
	#location
	{
		position: relative;
		left: 3%;
		margin-top: 25px;
		padding: 5px;
		width: auto;
		float: left;
		border-top: 4px solid #797986;
		border-left: 4px solid #797986;
		border-bottom: 1px solid #797986;
		border-right: 1px solid #797986;
		border-radius: 2px;
	}
	
	/*-------------------- Hilfe --------------------*/
	
	#help
	{
		position: relative;
		display: block;
		width: 100%;
		height: 100%;
		margin-top: 15px;
	}
	
	#help-frame
	{
		position: relative;
		display: block;
		margin: 0.5%;
		width: 99%;
		height: 98%;	
		border-top: 4px solid #797986;
		border-left: 4px solid #797986;
		border-bottom: 1px solid #797986;
		border-right: 1px solid #797986;
		border-radius: 2px;		
	}
	
	#help-frame h1, h3, p
	{
		margin-left: 20px;
	}
	
	.scrollable-table
	{
		display: inline-block;
	}
	
	.help-title
	{
		font-weight: bold;
		display: inline-block;
		width: 428px;
		text-align: center;
		margin-top: 25px;
		margin-bottom: 10px;
		margin-right: 7px;
		margin-left: 4px;
		
	}
	
	.help-table
	{
		display: inline-block;
		border-bottom: 1px solid #797986;
		border-radius: 2px;
		border-collapse: collapse;
		margin-right: 7px;
		margin-left: 4px;
		margin-top: 5px;
	}
	
	.help-table td
	{
		border-left: 4px solid #797986;
		border-right: 1px solid #797986;
		padding: 3px;
		width: 205px;
	}
	
	tr.noBorder
	{
		border: 0;
	}
	
	.help-table th
	{
		border: 0;
		padding: 5px;
	}
	
	.manual-margin
	{
		display: block;
		height: 20px;
	}
	
	#enterprise
	{
		border-bottom: 1px solid #F36B37;
		border-top: 4px solid #797986;
		text-align: center;
		font-weight: bold;
	}
	
	/*-------------------- Impressum --------------------*/
	
	#imprint
	{
		position: relative;
		display: block;
		width: 98%;
		height: auto;
		margin: 15px;
		color: #BFBFBF;
	}
	
	#imprint-imgFrame
	{
		display: block;
		margin: 2px;
		width: 39%;
		float: right;
		clear: none;
		height: 99%;
	}
	
	#imprint-imgTable
	{
		position: relative;
		clear: left;
		width: 100%;
		border-spacing: 10px;
	}	
	
	#imprint-imgTable td
	{
		border-top: 4px solid #797986;
		border-left: 4px solid #797986;
		border-bottom: 1px solid #797986;
		border-right: 1px solid #797986;
		border-radius: 2px;
		width: 47%;
		height: auto;
		vertical-align: top;
		padding: none;
		font-family: "champagne", Papyrus, Century Gothic, CenturyGothic, sans-serif, sans-serif;
		font-size: 1.4em;
		color: #BFBFBF;
	}	
		
	#imprint-imgTable h3, #imprint-imgTable p
	{		
		text-align: left; 
		font-size: 21px;
	}
		
	#imprint-frame
	{
		position: relative;
		display: block;
		margin: 2px;
		width: 60%;
		height: 99%;		
	}
		
	#imprint-content
	{
		position: relative;
		display: block;
		width: 98%;
		margin: 10px;
		border-top: 4px solid #797986;
		border-left: 4px solid #797986;
		border-bottom: 1px solid #797986;
		border-right: 1px solid #797986;
		border-radius: 2px;
		text-align: justify;
	}
	
	#imprint h1, #imprint h3, #imprint p
	{
		margin-left: 25px;
		margin-right: 25px;
	}
	
	.space-box
	{
		position: relative;
		float: left;
		clear: right;
		margin: 2px;
		width: 100%;
		height: 80px;
		bottom: 0;
		z-index: 25;
	}
	
	/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
																										/Sub
	-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
																										Advertisement
	------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

	/*-------------------- Frame --------------------*/
	
	#advertisement-frame
	{
		display: block;
		position: absolute;
		width: 95%;
		height: auto;		
		margin-left:2.5%;
		margin-right: 2.5%;
		margin-top: 25px;
		padding: 5px;	
	}

	/*-------------------- Info --------------------*/
	
	#advertisement-info
	{
		display: block;
		position: relative;
		width: 35%;
		height: 50%;
		float: left;		
	}
	
	#advertisement-info ul
	{
		position: relative;
		left: -15px;
	}
	
	#advertisement-info li
	{
		margin-bottom: 10px;
		list-style: none;
	}
	
	#advertisement-info a:link
	{
		color: #F36B37;
	}
	
	#advertisement-info a:visited
	{
		color: #F36B37;
	}
	
	.markup
	{
		font-size: 1.5em;
	}
	
	
	/*-------------------- Image --------------------*/
	
	#advertisement-img
	{
		display: block;
		position: relative;
		width: 55%;
		height: 60%;
		margin-right: 3%;
		float: right;
	}
	
	#img-frame
	{
		display: block;
		position: relative;
		width: 80%;
		height:90%;
		border-top: 4px solid #797986;
		border-left: 4px solid #797986;
		border-bottom: 1px solid #797986;
		border-right: 1px solid #797986;
		border-radius: 2px;
		margin: auto;
		margin-top: 25px;
		margin-bottom: 25px;		
	}
	
	#slideFwd
	{
		position: absolute;
		right: 0px;
		top: 35%;
		width: 25px;
		height: 30%;
		color: #BFBFBF;
		background-color: #4D4D55;
		border: 2px solid #F36B37;
		border-radius: 2px;
	}
	
	#slideBack
	{
		position: absolute;
		left: 0px;
		top: 35%;
		width: 25px;
		height: 30%;
		color: #BFBFBF;
		background-color: #4D4D55;
		border: 2px solid #F36B37;
		border-radius: 2px;
	}
	
	.slideshow
	
	{
		margin: auto;
		text-align: center;
		padding: 5px;
		display: none;
		color: #BFBFBF;
		
	}
	
	.slideshow img
	{		
		margin: auto;
		height: 350px;
		max-width: 700px;
	}
	
	#indexPoints-frame
	{
		position: relative;
		display: block;
		top: -20px;
		text-align: center;
		left: -15px;
		width: 80%;
		margin: auto;
	}
	
	#indexPoints ul
	{
		position: relative;
		left: -40px;
	}
	
	#indexPoints li
	{
		display: inline-block;
		width: 18px;
		list-style-type: none;
		text-align: center;
	
	}
	
	/*-------------------- Description --------------------*/
	
	#advertisement-description
	{
		display: block;
		position: relative;
		margin-left: 3%;
		margin-top: -3%;
		width: 94%;
		height: 50%;
		float: left;
	}	
	
	
	/*-------------------- * --------------------*/
	
	/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
																										/Advertisement
	-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
	/*-------------------- * --------------------*/
	footer
	{
		height: 40px;
		width: 100%;
		position: fixed;
		bottom: 0;
		z-index: 25;
	}

	#blur
	{
	width: 100%;
	height: 80px;
	background-color: yellow;
	position: fixed;
	bottom: 0px;
	z-index: 25;	
	background: red;
	background: -webkit-linear-gradient(rgba(77,77,85,0), rgba(77,77,85,1) 60%, rgba(77,77,85,1)); 	/* Safari   */
    background: -o-linear-gradient(rgba(77,77,85,0), rgba(77,77,85,1) 60%, rgba(77,77,85,1)); 		/* Opera    */
    background: -moz-linear-gradient(rgba(77,77,85,0), rgba(77,77,85,1) 60%, rgba(77,77,85,1)); 	/* Firefox  */
    background: linear-gradient(rgba(77,77,85,0), rgba(77,77,85,1) 60%, rgba(77,77,85,1)); 			/* Standard */
	}
	

	/*-------------------- * --------------------*/


	#end
	{
		position: absolute;
		display: block;
		width: 90%;
		float: left;
		bottom: 0;
		z-index: 26;
	}

	#end ul
	{		
		list-style-type: none;
		text-align: center;
		margin-left: -90px;
	}

	#end li
	{
		display: inline;
		margin-left: 50px;
		font-size: 13px;
		color: #F36B37;
	}

	#mobile-end
	{
		display: none;
	}

	/*-------------------- * --------------------*/

	#js-check
	{
		font-size: 30px;
		color: white;
		border: 3px solid red;
		border-radius: 3px;
		text-align: center;
		margin-left: 100px;
		margin-right: 100px;
		margin-bottom: 100px; 
	}

	#browser li
	{
		display: inline-block;
		width: 200px;
		font-size: 18px;
		margin-right: 10px;
	}

	.browserSelect
	{
		display: block;
		width: 180px;
		height: 100px;
		border: 3px solid #4D4D55;
		transition-duration: 0.3s;
	}

	.browserSelect:hover
	{
		border: 3px solid red;
		border-radius: 2px;
	}

	.browserIcon
	{
		height: 45px;
	}

	.browserName
	{
		color: white;
	}

	.guide
	{
		display: block;
		text-align: left;
		font-size: 16px;
		color: white;
		margin-left: 50px; 
	}

	#home
	{
		margin-left: 50%
	}
	
	#svit
	{
		height: 25px;
		width: auto;
		position: fixed;
		right: 0;
		bottom: 10px;
		margin-right: 10px;
		z-index: 100;
	}
	
}

/**********************************************************************************************************************************************************************************************************
																										1500px bis 2500px
**********************************************************************************************************************************************************************************************************/

@media screen and (min-width: 2500px) /* DONE */
{
	
	@font-face
	{
		font-family: 'helvetica-neue';
		src:	url('Schrift/Helvetica/HelveticaNeue.ttf') format('truetype')
	}
	
	@font-face
	{
		font-family: 'champagne';
		src: url("Schrift/Champagne & Limousines.ttf");
	}

	a:link
	{
		color: #F36B37;
		text-decoration: none;
	}

	a:visited
	{
		color: #F36B37;
		text-decoration: none;
	}

	a:hover
	{
		color: white;
		text-decoration: none;
	}

	body::-webkit-scrollbar
	{
		background-color: #4D4D55;
		width: 4px;
		height: 4px;
	}

	body::-webkit-scrollbar-button
	{
		display: none;
	}

	body::-webkit-scrollbar-thumb
	{
		background-color: #F36B37;
		border-radius: 5px;
	}

	/*-------------------- * --------------------*/
		
	#wrapper
	{
		position: absolute;
		margin-left: 5%;
		font-size: 26px;
		font-family: 'helvetica-neue', sans-serif	;
		width: 90%;
		cursor: default;
	}
	
	#wrapper p, #wrapper h1, #wrapper h2, #wrapper h3, #wrapper h4, #wrapper h5, #wrapper h6
	{
		margin-left: 25px;
		margin-right: 25px;
	}

	body
	{
		background-color: #4D4D55;
		/*background: radial-gradient(ellipse, #4A4A55, #4D4D55, #4F4F55, #4D4D55, #4A4A55);*/
		
	}
	
	#fixed-head
	{
		position: relative;
		width: 100%;
		height: 300px;
	}
	
	#logo-frame
	{
		position: absolute;
		display: block;
		right: 0;
		width: 20%;
		height: 90%;
		z-index: 20;
	}

	#logo
	{
		height: 100%;
		float: right;
	}

	/*-------------------- * --------------------*/
	
	#banner
	{
		position: absolute;
		left: 0;
		margin-left: 5px;
		display: inline-block;
		height: 69.7%;
		margin-bottom: 20px;
	}


	.bannerImg
	{
		position: relative;
		height: 100%;
	}

	/*-------------------- * --------------------*/

	#open-border
	{
		display: none;
	}

	nav
	{
		position: absolute;
		top: 70%;
		clear: right;
		margin-left: -75px;
		margin-bottom: -25px;
		left: 20px;
		padding-left: 20px;
		z-index: 25;
		font-size: 22px;
	}

	nav ul, .dropdown
	{
		display: inline-block;
		position: relative;
	}

	nav li
	{
		display: inline-block;	
		list-style: none;
		position: relative;
	}

	.menu
	/*Alle 5 Hauptlinks*/	
	{	
		display: inline-block;
		width: 210px;
		height: 44px;
		line-height: 44px;
		margin-right: 42px;
		background-color: #4D4D55;
		border-top: 6px solid #F36B37;
		border-left: 6px solid #F36B37;
		border-bottom: 1px solid #F36B37;
		border-right: 1px solid #F36B37;
		border-radius: 2px;
		text-align: center;
		vertical-align: middle;
		transition-duration: 0.5s;
		cursor: default;
	}
	
	.menu:hover
	{
		background-color: #F36B37;
		border-top: 6px solid #918B8F;
		border-left: 6px solid #918B8F;
		border-bottom: 1px solid #918B8F;
		border-right: 1px solid #918B8F;
		color: #4D4D55;	
	}
	
	.dropdown-area, .dropdown-areaSmall
	{
		display: none;
	}
	
	.dropdown-arrow
	{
		position: relative;
		float: right;
		margin-right: 5px;
	}
	
	.dropdown:hover #dropdown-head1
	/*[Immobilien] bleibt orange während dem Aufenthalt im Dropdown*/
	{
		background-color: #F36B37;
		border-top: 6px solid #918B8F;
		border-left: 6px solid #918B8F;
		border-bottom: 1px solid #918B8F;
		border-right: 1px solid #918B8F;
		color: #4D4D55;	
	}
		
	.dropdown-content a
	/*Alle Elemente des Dropdowns (Stufe 1 und 2)*/
	{
		display: block;
		width: 215px;
		height:auto;
		padding-top: 2px;
		padding-bottom: 2px;
		min-height: 25px;
		line-height: 20px;
		font-size: 21px;
		margin-top: 0px;
		margin-right: 76px;
		background-color: #4D4D55;
		border-top: 1px solid #F36B37;
		border-left: 1px solid #F36B37;
		border-bottom: 1px solid #F36B37;
		border-right: 1px solid #F36B37;
		border-radius: 2px;
		text-align: center;
		vertical-align: middle;
		z-index: 25;
		transition-duration: 0.5s;
		cursor: default;
	}

	.dropdown-content a:hover
	{
		background-color: #F36B37;
		border-top: 1px solid #918B8F;
		border-left: 1px solid #918B8F;
		border-bottom: 1px solid #918B8F;
		border-right: 1px solid #918B8F;
		color: #4D4D55;	
	}

	.dropdown-content
	/*Dropdown 1. Stufe*/
	
	{
		display: none;
		position: absolute;
		z-index: 25;
	}

	.dropdown:hover .dropdown-content
	{
		display: block;
		height: 10px;
	}
	
	.dropdown-subContent
	/*Dropdown 2. Stufe*/
	{
		display: none;
		position: absolute;
		z-index: 25;
	}
	
	.dropdown-sub:hover .dropdown-subContent
	{
		display: block;
	}

	.dropdown-sub:hover #dropdown-head2
	/*[Immobilien] bleibt orange während dem Aufenthalt im Dropdown*/
	{
		background-color: #F36B37;
		border-top: 1px solid #918B8F;
		border-left: 1px solid #918B8F;
		border-bottom: 1px solid #918B8F;
		border-right: 1px solid #918B8F;
		color: #4D4D55;	
	}

	.selector 
	/*kleines Logo in Navigation*/
	{
		position: absolute;
		z-index: 25;
		left: 12px;
		margin-left: -28px;
		margin-top: -15px;
		width: 25px;
		height: auto;
		float: left;
		position: relative;	
		display: none;
	}
	
	.menu:hover .selector
	{
		display: block;
	}
	
	.dropdown:hover .selector
	{
		display: block;
	}
	
	#justMobile-button
	{
		display: none;
	}

	.nav-spaceBox
	{
		display: none;
	}
	
	.linkBlock
	/*Facebook-, Mail und Hilfe-Link*/
	{
		display: inline-block;
		height: 44px;
		width: 44px;
		list-style: none;
		border-top: 6px solid #F36B37;
		border-left: 6px solid #F36B37;
		border-bottom: 1px solid #F36B37;
		border-right: 1px solid #F36B37;
		border-radius: 2px;
		margin-right: 38px;
		vertical-align: middle;
		text-align: center;
		transition-duration: 0.5s;
		cursor: default;
	}

	.linkBlock:hover
	{
		border-top: 6px solid #918B8F;
		border-left: 6px solid #918B8F;
		border-bottom: 1px solid #918B8F;
		border-right: 1px solid #918B8F;
		background-color: #F36B37;
		color: #4D4D55;
	}	

	#facebook-icon
	{
		font-size: 1.2em;
		margin-top: 8px;
	}
	
	#message-icon
	{
		font-size: 1.2em;
		margin-top: 8px;
	}	
	
	#help-icon
	{
		font-size: 0.45em;
		margin-top: 7px;
	line-height: 8px;		
	}
	
	#hide
	/*Verschlüsselte Adresse*/
	{
		font-size: 0px;
	}
	
	#distance
	/*Lücke zwischen Dropdown-Links*/
	{
		display: none;
	}
	
	/*-------------------- Trennstrich --------------------*/

	#separator
	{
		clear: both;
		width: 100%;
		padding: 0;
		height: 5px;
		background-color: #797986;
		position: absolute;
		bottom: 0;
	}

	/*-------------------- Section --------------------*/

	section
	{
		width: 100%;
		float: left;
		margin-top: 0;
		position: absolute;
		padding: 0px;
		margin-left: 0%;
		color: #BFBFBF;
		background-color: none;
	}
	
	#section-content
	{
		height: auto;
		z-index: 24;
	}
	
	#section-content ul
	{
		list-style-type: square;
	}
	
	#section-content a:link
	{
		color: #BFBFBF;
		text-decoration: none;		
	}
	
	#section-content a:visited
	{
		color: #BFBFBF;
		text-decoration: none;
	}
	
	#section-content a:hover
	{
		color: #F36B37;
		text-decoration: none;
	}
	
	/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
																										Sub
	-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
	
	.sep-line
	/*Trennlinie zwischen Titel und Inhalt*/
	{
		height: 2px;
		width: 100%;
		background-color: #F36B37;
	}
	
	/*-------------------- Index --------------------*/
	
	#work
	{
		display: none;
	}
	
	#construction
	{
		position: relative;
		display: block;
		height: auto;
		width: 59%;
		top: 0px;
		border-top: 6px solid #797986;
		border-left: 6px solid #797986;
		border-bottom: 1px solid #797986;
		border-right: 1px solid #797986;
		border-radius: 2px;		
		margin-top: 15px;
		margin-right: 10%;
	}
	
	
	
	#construction-img
	{
		position: relative;
		display: block;
		width: 100%;
	}
	
	#christmas
	{
		position: absolute;
		display: block;
		height: auto;
		width: 39%;
		top: 0px;
		right: 0px;		
		border-top: 6px solid #797986;
		border-left: 6px solid #797986;
		border-bottom: 1px solid #797986;
		border-right: 1px solid #797986;
		border-radius: 2px;
		margin-top: 15px;
		margin-bottom: 10px;
		
	}
	
	#christmas-img
	{
		position: relative;
		display: block;
		width: 100%;
	}
	
	#christmas-txt
	{
		position: absolute;
		display: block;
		height: auto;
		width: 39%;
		right: 0px;
		border-top: 6px solid #797986;
		border-left: 6px solid #797986;
		border-bottom: 1px solid #797986;
		border-right: 1px solid #797986;
		border-radius: 2px;
		margin-top: 27.2%;
		margin-bottom: 100px;			
	}
	
	#christmas-txtContent p
	{
		line-height: 1;
		margin-left: 20px;
	}
	
	.highlight
	{
		font-size: 30px;
		font-weight: bold;
	}
	
	#sorry
	{
		display: block;
		margin: auto;
		position: relative;
		border-top: 6px solid #F36B37;
		border-left: 6px solid #F36B37;
		border-bottom: 1px solid #F36B37;
		border-right: 1px solid #F36B37;
		border-radius: 2px;
		width: 50%;
		height: 200px;
		line-height: 180px;
		vertical-align: middle;
		text-align: center;
		top: 50px;
	}

	/*-------------------- keineInfos --------------------*/
	
	#noInfo
	{
		display: block;
		margin: auto;
		position: relative;
		border-top: 4px solid #F36B37;
		border-left: 4px solid #F36B37;
		border-bottom: 1px solid #F36B37;
		border-right: 1px solid #F36B37;
		border-radius: 2px;
		width: 90%;
		height: auto;
		text-align: center;
		top: 25px;
	}

	/*-------------------- Alle Info Seiten (unter Dienstleistungen) --------------------*/

	.info
	{
		position: relative;
		display: block;
		width: 98%;
		height: 100%;
		margin: 15px;
		text-align: justify;
	}
	
	.info-frame
	{
		position: relative;
		display: block;
		margin: 2px;
		width: 60%;
		height: 99%;
		
	}
	
	.info-slogan
	{
		position: relative;
		display: block;
		width: 98%;
		margin: 10px;		
		margin-bottom: 35px;
		border-top: 6px solid #F36B37;
		border-left: 6px solid #F36B37;
		border-bottom: 1px solid #F36B37;
		border-right: 1px solid #F36B37;
		border-radius: 2px;
	}
	
	.info-slogan h2
	{
		font-size: 1.25em;
		font-weight: 300;
	}
	
	.info-content
	{
		position: relative;
		display: block;
		width: 98%;
		margin: 10px;
		border-top: 6px solid #797986;
		border-left: 6px solid #797986;
		border-bottom: 1px solid #797986;
		border-right: 1px solid #797986;
		border-radius: 2px;
	}
	
	.info h1, .info h2, .info p
	{
		margin-left: 25px;
		margin-right: 25px;
	}
	
	.info-imgFrame
	{
		position: relative;
		float: right;
		display: block;
		margin: 2px;
		width: 39%;
		right: 2px;
		height: 99%;
	}
	
	.info-imgTable
	{
		position: relative;
		clear: left;
		width: 100%;
		border-spacing: 10px;
		top: -12px;
	}	
	
	.info-imgTable td
	{
		border-top: 3px solid #797986;
		border-left: 3px solid #797986;
		border-bottom: 1px solid #797986;
		border-right: 1px solid #797986;
		border-radius: 2px;
		width: 45%;
		font-family: "champagne", Papyrus, Century Gothic, CenturyGothic, sans-serif;
		letter-spacing: 0.2px;
		font-size: 1.6em;
		color: #F36B37;
	}	
	
	.info-imgTable h6
	{
		text-align: center;
		font-weight: normal;
		font-size: 1em;
		margin: 0px;
	}
	
	
	.info-imgTable img
	{
		width: 100%;
		height: auto;
		display: block;
	}

	/*-------------------- Objekte --------------------*/
	
	#link-buy
	{
		width: 20%;
		height: 50%;
		display: block;
		position: relative;
		border-top: 6px solid #F36B37;
		border-left: 6px solid #F36B37;
		border-bottom: 1px solid #F36B37;
		border-right: 1px solid #F36B37;
		border-radius: 2px;
	}
	
	#link-rent
	{
		width: 20%;
		height: 50%;
		display: block;
		position: relative;
		border-top: 6px solid #F36B37;
		border-left: 6px solid #F36B37;
		border-bottom: 1px solid #F36B37;
		border-right: 1px solid #F36B37;
		border-radius: 2px;
	}

	/*-------------------- Zu verkaufen --------------------*/
	
	#buy-fix
	{
		display: block;
		position: relative;
		border-top: 6px solid #F36B37;
		border-left: 6px solid #F36B37;
		border-bottom: 1px solid #F36B37;
		border-right: 1px solid #F36B37;
		border-radius: 2px;
		width: 90%;
		margin: auto;
		margin-top: 10px;
		text-align: center;
	}
	
	#buy-fix ul
	{
		position: relative;
		left: -50px;
	}
	
	#buy-fix li
	{
		display: inline;
		margin: auto;
		text-align: left;
		padding-left: 10px;
		margin-left: 20px;
	}
	
	#buy
	{
		border-top: 6px solid #797986;
		border-left: 6px solid #797986;
		border-bottom: 1px solid #797986;
		border-right: 1px solid #797986;
		border-radius: 2px;
		width: 90%;
		margin: auto;
		margin-top: 24px;
		padding: 0.2%;
	}

	#buy h1	
	{
		margin-left: 5%;
	}
	
	#t-buy
	{
		width: 80%;
		margin-left: 25%;
		margin-top: 25px;
		margin-bottom: 25px;
		border-top: 6px solid #999999;
		border-left: 6px solid #999999;
		border-bottom: 1px solid #999999;
		border-right: 1px solid #999999;
		border-radius: 2px;
		border-collapse: collapse;
		border-spacing: 10px;
		
	}
	
	#t-buy td
	{
		border-top: 1px solid #999999;
		border-left: 1px solid #999999;
		padding: 2px;
		text-align: left;
		padding-left: 10px;	
		white-space: nowrap;
	}
	
	#t-buy th
	{
		border-left: 1px solid #797986;
		border-bottom: 1px solid #F36B37;
		text-align: left;
		padding-left: 10px;
	}
			
	#negotiation-over
	{
		display: block;
		width: auto;
		height: auto;
		padding: 2px;
		margin-top: 2px;
		margin-bottom: 2px;
		border: 1px solid #F36B37;
		border-radius: 3px;
		font-family: 'helvetica-neue', sans-serif;
		color: #F36B37;
		text-align: center;
		margin-right: 5px;
		margin-left: 5px;
		padding-left: 4px;
		padding-right: 4px;
	}

	#negotiation-ongoing
	{
		display: block;
		margin-left: 0;
		width: auto;
		height: auto;
		padding: 2px;
		margin-top: 2px;
		margin-bottom: 2px;
		border: 1px solid #248F24;
		border-radius: 3px;
		font-family: 'helvetica-neue', sans-serif;
		color: #248F24;
		text-align: center;
		margin-right: 5px;
		margin-left: 5px;
		padding-left: 4px;
		padding-right: 4px;
	}

	.status-column
	{
		width: 20%;
	}

	/*-------------------- Zu vermieten --------------------*/
	
	#rent-fix
	{
		display: block;
		position: relative;
		border-top: 6px solid #F36B37;
		border-left: 6px solid #F36B37;
		border-bottom: 1px solid #F36B37;
		border-right: 1px solid #F36B37;
		border-radius: 2px;
		width: 90%;
		margin: auto;
		margin-top: 10px;
		text-align: center;
	}
	
	#rent-fix ul
	{
		position: relative;
		left: -50px;
	}
	
	#rent-fix li
	{
		display: inline;
		margin: auto;
		text-align: left;
		padding-left: 10px;
		margin-left: 20px;
		/*border: 1px solid #BFBFBF;*/
	}
	
	#rent
	{
		border-top: 6px solid #797986;
		border-left: 6px solid #797986;
		border-bottom: 1px solid #797986;
		border-right: 1px solid #797986;
		border-radius: 2px;
		width: 90%;
		margin: auto;
		margin-top: 24px;
		padding: 0.2%;
	}
	
	#rent h1
	{
		margin-left: 5%;
	}
	
	#t-rent
	{
		width: 80%;
		margin-left: 25%;
		margin-top: 25px;
		margin-bottom: 25px;
		height: 150px;
		border-top: 6px solid #999999;
		border-left: 6px solid #999999;
		border-bottom: 1px solid #999999;
		border-right: 1px solid #999999;
		border-radius: 2px;
		border-collapse: collapse;
		border-spacing: 10px;
		
	}
	
	#t-rent td
	{
		border-top: 1px solid #999999;
		border-left: 1px solid #999999;
		padding: 2px;
		text-align: left;
		height: 20px;
		padding-left: 10px;	
		white-space: nowrap;
	}
	
	#t-rent th
	{
		border-left: 1px solid #999999;
		border-bottom: 1px solid #F36B37;
		text-align: left;
		padding-left: 10px;
	}
	
	/*-------------------- Formulare --------------------*/
	
	#forms
	{
		float: left;
		width: 68.4%;
	}
	
	#property-form, #trust-form
	{
		border-top: 6px solid #797986;
		border-left: 6px solid #797986;
		border-bottom: 1px solid #797986;
		border-right: 1px solid #797986;
		border-radius: 2px;
		width: 90%;
		height: auto;
		margin: auto;
		margin-top: 20px;
		padding: 0.2%;
	}
	
	#property-form h1, #trust-form h1
	{
		margin-left: 25px;
	}
	
	#property-form ul, #trust-form ul
	{
		
	}
	
	/*-------------------- Team --------------------*/
		
	#teamBanner
	{
		display: block;
		margin: auto;
		margin-top: 35px;
		padding: 5%;
		position: relative;
		border-top: 6px solid #F36B37;
		border-left: 6px solid #F36B37;
		border-bottom: 2px solid #F36B37;
		border-right: 2px solid #F36B37;
		border-radius: 2px;
		width: calc(91% + 8px);
		height: 100%;
		padding: 2px;
		float: left;
		margin-left: 1%;
		top: 10%;
	}
	
	.team-frame-l
	{
		display: inline-block;
		margin-left: 2.5%;
		margin-top: 1%;		
		margin-bottom: 1%;
		position: relative;
		border-top: 6px solid #797986;
		border-left: 6px solid #797986;
		border-bottom: 1px solid #797986;
		border-right: 1px solid #797986;
		border-radius: 2px;
		width: 45%;
		float: left;
	}
	
	.team-frame-r
	{
		display: inline-block;
		margin-right: 2.5%;
		margin-top: 1%;		
		margin-bottom: 1%;
		position: relative;
		border-top: 6px solid #797986;
		border-left: 6px solid #797986;
		border-bottom: 1px solid #797986;
		border-right: 1px solid #797986;
		border-radius: 2px;
		width: 45%;
		float: right;
	}
	
	.team img
	{
		display: block;
		width: 100%;
		height: auto;
	}
	
	.person
	{
		display: inline-block;
		margin: auto;
		margin-top: 35px;
		position: relative;
		border-top: 6px solid #F36B37;
		border-left: 6px solid #F36B37;
		border-bottom: 2px solid #F36B37;
		border-right: 2px solid #F36B37;
		border-radius: 2px;
		width: 45%;
		padding: 2px;
		float: left;
		margin-left: 1%;
		top: 10%;
	}
	
	.portrait
	{
		display: block;
		margin-left: 20px;
		margin-top: 5px;		
		margin-bottom: 5px;	
		position: relative;
		border-top: 6px solid #797986;
		border-left: 6px solid #797986;
		border-bottom: 1px solid #797986;
		border-right: 1px solid #797986;
		border-radius: 2px;
		width: 46.5%;
		float: left;		
	}
	
	.portrait img
	{
		width: 100%;
		height: auto;
		display: block;
	}
		
	.description
	{
		display: block;
		position: absolute;
		clear: left;
		margin-left: 50%;
	}
	
	.teamConnection
	{
		position: relative;
		float: left;
		clear: left;
		margin-top: 20px;
		bottom: 10px;
		left: 25px;
	}	
	
	.name
	{
		font-weight: bold;
		font-size: 1.2em;
		letter-spacing: 1.5px;
		text-transform: uppercase;
	}
	
	#bodyguard
	{
		display: inline-block;
		margin: auto;
		margin-top: 35px;
		position: relative;
		border-top: 6px solid #F36B37;
		border-left: 6px solid #F36B37;
		border-bottom: 2px solid #F36B37;
		border-right: 2px solid #F36B37;
		border-radius: 2px;
		width: 45%;
		height: auto;
		padding: 2px;
		margin-left: 1%;
		top: 10%;
	}
	
	/*-------------------- Kontakt --------------------*/
	
	#mapFrame
	{
		display: block;
		margin-top: 25px;
		margin-left: 20px;
		position: relative;
		border-top: 6px solid #F36B37;
		border-left: 6px solid #F36B37;
		border-bottom: 1px solid #F36B37;
		border-right: 1px solid #F36B37;
		border-radius: 2px;
		width: 40%;
		height: 525px;
		padding: 1px;
		float: left;
		top: 10%;
		z-index: 24;
	}
	
	#location
	{
		position: relative;
		left: 3%;
		margin-top: 25px;
		padding: 5px;
		width: auto;
		float: left;
		border-top: 6px solid #797986;
		border-left: 6px solid #797986;
		border-bottom: 1px solid #797986;
		border-right: 1px solid #797986;
		border-radius: 2px;
	}
	
	/*-------------------- Hilfe --------------------*/
	
	#help
	{
		position: relative;
		display: block;
		width: 100%;
		height: 100%;
		margin-top: 15px;
	}
	
	#help-frame
	{
		position: relative;
		display: block;
		margin: 0.5%;
		width: 99%;
		height: 98%;	
		border-top: 6px solid #797986;
		border-left: 6px solid #797986;
		border-bottom: 1px solid #797986;
		border-right: 1px solid #797986;
		border-radius: 2px;		
	}
	
	#help-frame h1, h3, p
	{
		margin-left: 20px;
	}
	
	.scrollable-table
	{
		display: inline-block;
	}
	
	.help-title
	{
		font-weight: bold;
		display: inline-block;
		width: 428px;
		text-align: center;
		margin-top: 25px;
		margin-bottom: 10px;		
	}
	
	.help-table
	{
		display: inline-block;
		border-bottom: 1px solid #797986;
		border-radius: 2px;
		border-collapse: collapse;
		margin-top: 5px;
		margin-right: 20px;
	}
	
	.help-table td
	{
		border-left: 6px solid #797986;
		border-right: 1px solid #797986;
		padding-left: 3px;
		width: 400px;
	}
	
	tr.noBorder
	{
		border: 0;
	}
	
	.help-table th
	{
		border: 0;
		padding: 5px;
	}
	
	.manual-margin
	{
		display: block;
		height: 15px;
	}
	
	#enterprise
	{
		border-bottom: 1px solid #F36B37;
		border-top: 6px solid #797986;
		text-align: center;
		font-weight: bold;
	}
	
	/*-------------------- Impressum --------------------*/
	
	#imprint
	{
		position: relative;
		display: block;
		width: 98%;
		height: auto;
		margin: 15px;
		color: #BFBFBF;
	}
	
	#imprint-imgFrame
	{
		display: block;
		margin: 2px;
		width: 39%;
		float: right;
		clear: none;
		height: 99%;
	}
	
	#imprint-imgTable
	{
		position: relative;
		clear: left;
		width: 100%;
		border-spacing: 10px;
	}	
	
	#imprint-imgTable td
	{
		border-top: 6px solid #797986;
		border-left: 6px solid #797986;
		border-bottom: 1px solid #797986;
		border-right: 1px solid #797986;
		border-radius: 2px;
		width: 47%;
		height: auto;
		vertical-align: top;
		padding: none;
		font-family: "champagne", Papyrus, Century Gothic, CenturyGothic, sans-serif, sans-serif;
		font-size: 1.4em;
		color: #BFBFBF;
	}
	
	#imprint-imgTable h3, #imprint-imgTable p
	{		
		text-align: left;
		font-size: 40px;
	}
		
	#imprint-frame
	{
		position: relative;
		display: block;
		margin: 2px;
		width: 60%;
		height: 99%;		
	}
		
	#imprint-content
	{
		position: relative;
		display: block;
		width: 98%;
		margin: 10px;
		border-top: 6px solid #797986;
		border-left: 6px solid #797986;
		border-bottom: 1px solid #797986;
		border-right: 1px solid #797986;
		border-radius: 2px;		
		text-align: justify;
	}
	
	#imprint h1, #imprint h3, #imprint p
	{
		margin-left: 25px;
		margin-right: 25px;
	}
	
	.space-box
	{
		position: relative;
		float: left;
		clear: right;
		margin: 2px;
		width: 100%;
		height: 140px;
		bottom: 0;
		z-index: 25;
	}
	
	/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
																										/Sub
	-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
	/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
																										Advertisement
	------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

	/*-------------------- Frame --------------------*/
	
	#advertisement-frame
	{
		display: block;
		position: absolute;
		width: 95%;
		height: auto;		
		margin-left:2.5%;
		margin-right: 2.5%;
		margin-top: 25px;
	}

	/*-------------------- Info --------------------*/
	
	#advertisement-info
	{
		display: block;
		position: relative;
		width: 35%;
		height: 50%;
		float: left;		
	}
	
	#advertisement-info ul
	{
		position: relative;
		left: -15px;
	}
	
	#advertisement-info li
	{
		margin-bottom: 10px;
		list-style: none;
	}
	
	#advertisement-info a:link
	{
		color: #F36B37;
	}
	
	#advertisement-info a:visited
	{
		color: #F36B37;
	}
	
	.markup
	{
		font-size: 1.5em;
	}
	
	
	/*-------------------- Image --------------------*/
	
	#advertisement-img
	{
		display: block;
		position: relative;
		width: 55%;
		height: 60%;
		margin-right: 3%;
		float: right;
	}
	
	#img-frame
	{
		display: block;
		position: relative;
		width: 80%;
		height:90%;
		border-top: 4px solid #797986;
		border-left: 4px solid #797986;
		border-bottom: 1px solid #797986;
		border-right: 1px solid #797986;
		border-radius: 2px;
		margin: auto;
		margin-top: 25px;
		margin-bottom: 25px;		
	}
	
	#slideFwd
	{
		position: absolute;
		right: 0px;
		top: 35%;
		width: 25px;
		height: 30%;
		color: #BFBFBF;
		background-color: #4D4D55;
		border: 2px solid #F36B37;
		border-radius: 2px;
	}
	
	#slideBack
	{
		position: absolute;
		left: 0px;
		top: 35%;
		width: 25px;
		height: 30%;
		color: #BFBFBF;
		background-color: #4D4D55;
		border: 2px solid #F36B37;
		border-radius: 2px;
	}
	
	.slideshow
	
	{
		margin: auto;
		text-align: center;
		padding: 5px;
		display: none;
		color: #BFBFBF;
		
	}
	
	.slideshow img
	{		
		margin: auto;
		height: 600px;
		max-width: 850px;
	}
	
	#indexPoints-frame
	{
		position: relative;
		display: block;
		top: -20px;
		left: -15px;
		text-align: center;
		width: 80%;
		margin: auto;
	}
	
	#indexPoints ul
	{
		position: relative;
		left: -40px;
	}
	
	#indexPoints li
	{
		display: inline-block;
		width: 18px;
		list-style-type: none;
		text-align: center;
	
	}
	
	/*-------------------- Description --------------------*/
	
	#advertisement-description
	{
		display: block;
		position: relative;
		margin-left: 3%;
		margin-top: -3%;
		width: 94%;
		height: 50%;
		float: left;
	}	
	
	
	/*-------------------- * --------------------*/
	
	/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
																										/Advertisement
	-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
	/*-------------------- * --------------------*/
	footer
	{
		height: 40px;
		width: 100%;
		position: fixed;
		bottom: 0;
		z-index: 25;
	}

	#blur
	{
	width: 100%;
	height: 140px;
	background-color: yellow;
	position: fixed;
	bottom: 0px;
	z-index: 25;	
	background: red;
	background: -webkit-linear-gradient(rgba(77,77,85,0), rgba(77,77,85,1) 60%, rgba(77,77,85,1)); 	/* Safari   */
    background: -o-linear-gradient(rgba(77,77,85,0), rgba(77,77,85,1) 60%, rgba(77,77,85,1)); 		/* Opera    */
    background: -moz-linear-gradient(rgba(77,77,85,0), rgba(77,77,85,1) 60%, rgba(77,77,85,1)); 	/* Firefox  */
    background: linear-gradient(rgba(77,77,85,0), rgba(77,77,85,1) 60%, rgba(77,77,85,1)); 			/* Standard */
	}
	

	/*-------------------- * --------------------*/


	#end
	{
		position: absolute;
		display: block;
		width: 90%;
		float: left;
		bottom: 0;
		z-index: 26;
	}

	#end ul
	{		
		list-style-type: none;
		text-align: center;
		margin-left: -90px;
	}

	#end li
	{
		display: inline;
		margin-left: 50px;
		font-size: 22px;
		color: #F36B37;
	}

	#mobile-end
	{
		display: none;
	}

	/*-------------------- * --------------------*/

	#js-check
	{
		font-size: 30px;
		color: white;
		border: 3px solid red;
		border-radius: 3px;
		text-align: center;
		margin-left: 100px;
		margin-right: 100px;
		margin-bottom: 100px; 
	}

	#browser li
	{
		display: inline-block;
		width: 200px;
		font-size: 18px;
		margin-right: 10px;
	}

	.browserSelect
	{
		display: block;
		width: 180px;
		height: 100px;
		border: 3px solid #4D4D55;
		transition-duration: 0.3s;
	}

	.browserSelect:hover
	{
		border: 3px solid red;
		border-radius: 2px;
	}

	.browserIcon
	{
		height: 45px;
	}

	.browserName
	{
		color: white;
	}

	.guide
	{
		display: block;
		text-align: left;
		font-size: 16px;
		color: white;
		margin-left: 50px; 
	}

	#home
	{
		margin-left: 50%
	}
	
	#svit
	{
		height: 40px;
		width: auto;
		position: fixed;
		right: 0;
		bottom: 10px;
		margin-right: 10px;
		z-index: 100;
	}
	
}

/**********************************************************************************************************************************************************************************************************
																										Mobile Ansicht 370px bis 1023px
**********************************************************************************************************************************************************************************************************/

@media screen and (min-width: 370px) and (max-width: 1023px)
{

	@font-face
	{
		font-family: helvetica-neue;
		src: url(Schrift/helvetica_neue.ttf) format(truetype);
	}
	
	@font-face
	{
		font-family: champagne;
		src: url("Schrift/Champagne & Limousines.ttf");
	}

	a:link
	{
		color: #F36B37;
		text-decoration: none;
	}

	a:visited
	{
		color: #F36B37;
		text-decoration: none;
	}

	a:hover
	{
		color: white;
		text-decoration: none;
	}

	body::-webkit-scrollbar
	{
		background-color: #4D4D55;
		width: 4px;
		height: 4px;
	}

	body::-webkit-scrollbar-button
	{
		display: none;
	}

	body::-webkit-scrollbar-thumb
	{
		background-color: #F36B37;
		border-radius: 5px;
	}

	/*-------------------- * --------------------*/

	#wrapper
	{
		font-size: 16px;
		font-family: helvetica neue, sans-serif;
		width: 80%;
		
	}
		
	#wrapper p, #wrapper h1, #wrapper h2, #wrapper h3, #wrapper h4, #wrapper h5, #wrapper h6
	{
		margin-left: 10px;
		margin-right: 10px;
	}

	body
	{
		background-color: #4D4D55;
		overflow-x: hidden;
		/*background: radial-gradient(ellipse, #4A4A55, #4D4D55, #4F4F55, #4D4D55, #4A4A55);*/
	}

	#logo-frame
	{
		position: relative;
		width: auto;
		float: right;
		width: auto;
		height: 150px;
		z-index: 19;
	}

	#logo
	{
		position: relative;
		height: 150px;
		right: -35%;
		margin-bottom: 10px;
	}

	/*-------------------- * --------------------*/

	#banner
	{
		display: none;
	}


	.bannerImg
	{
		height: 168px;
	}

	/*-------------------- * --------------------*/

	#separator
	{
		display: none;
	}

	/*-------------------- Hamburger --------------------*/
	nav
	{
		width: 40px;
		height: 100%;
		float: left;
		position: fixed;
		z-index: 25;
		display: all;
		background-color: #4D4D55;
		top: 0px;
		left: -0px;
	}
	
	nav::-webkit-scrollbar
	{
		display: none;
	}

	nav ul
	{
		list-style: none;
		overflow: scroll;
		height: 100%;
	}

	nav a
	{
		
		visibility: hidden;
		
	}


	.menu
	/*Alle 5 Hauptlinks*/
		
	{	
		display: inline-block;
		width: 85%;
		height: 60px;
		line-height: 60px;
		margin-left: 0.5%;
		background-color: #4D4D55;
		border-top: 4px solid #F36B37;
		border-left: 4px solid #F36B37;
		border-bottom: 1px solid #F36B37;
		border-right: 1px solid #F36B37;
		border-radius: 2px;
		text-align: center;
		vertical-align: middle;
		transition-duration: 0.5s;
		font-size: 25px;
		position: relative;
		clear: both;
		visibility: hidden;
		list-style: none;
		font-size: 14px;
	}

	#distance
	{
		height: 1px;
		width: 90%;
		margin-left: 2.5%;
		margin-top: 2	px;
		margin-bottom: 2px;
	}

	#dropdown-head1
	{
		position: relative;
		width: 85%;
	}

	.menu:hover
	{
		background-color: #F36B37;
		border-top: 4px solid #918B8F;
		border-left: 4px solid #918B8F;
		border-bottom: 1px solid #918B8F;
		border-right: 1px solid #918B8F;
		color: #4D4D55;	
	}
	
	
	.dropdown-area
	/*Pfeil zum Öffnen des Dropdown-Menus*/
	
	{
		display: inline-block;
		width: 18%;
		height: 60px;
		position: relative;
		float: right;
		margin-top: -61px;
		right: 12.5%;
		border: none;
		background-color: rgba(0,0,0,0);
		color: #F36B37;
		transition-duration: 0.5s;
		border: none;
		border-left: 0.1px solid rgba(243,107,55,0.3);
		z-index: 50;
	}
	
	.dropdown:hover .dropdown-area
	{
		color: #4D4D55;
		border-left: 0.1px solid rgba(77,77,85,0.3);
	}
	
	.dropdown-area:hover .menu
	{
		background-color: #F36B37;
		border-top: 4px solid #918B8F;
		border-left: 4px solid #918B8F;
		border-bottom: 1px solid #918B8F;
		border-right: 1px solid #918B8F;
		color: #4D4D55;	
	}
	
	#objekte-area:hover .menu
	{
		background-color: #F36B37;
		border-top: 4px solid #918B8F;
		border-left: 4px solid #918B8F;
		border-bottom: 1px solid #918B8F;
		border-right: 1px solid #918B8F;
		color: #4D4D55;	
	}
	
	.dropdown-sub:hover .dropdown-areaSmall
	{
		color: #4D4D55;
		border-left: 0.1px solid rgba(77,77,85,0.3);
	}

	#dienstleistungen-content
	{
		display: none;
	}
	
	#immobilien-content
	{
		display: none;
	}
	
	#objekte-content
	{
		display: none;
	}	
	
	.dropdown-areaSmall
	/*Pfeil zum Öffnen des Dropdown-Menus*/
	
	{
		display: inline-block;
		width: 18%;
		height: 50px;
		position: relative;
		float: right;
		margin-top: -51px;
		right: 12.5%;
		border: none;
		background-color: rgba(0,0,0,0);		
		border-left: 0.1px solid rgba(243,107,55,0.3);
		color: #F36B37;
		transition-duration: 0.5s;
		z-index: 50;
	}
	
	.dropdown-arrow
	{
		display: none;
	}
	

	.dropdown-content a
	/*Alle Elemente des Dropdowns (Stufe 1 und 2)*/

	{
		display: inline-block;
		width: 82.5%;
		height: 50px;
		line-height: 50px;
		margin-left: 3%;
		font-size: 25px;
		background-color: #4D4D55;
		border-top: 4px solid #F36B37;
		border-left: 4px solid #F36B37;
		border-bottom: 1px solid #F36B37;
		border-right: 1px solid #F36B37;
		border-radius: 2px;
		text-align: center;
		vertical-align: middle;
		z-index: 25;
		transition-duration: 0.5s;
		font-size: 14px;
	}

	.dropdown-subContent a
	{
		width: 80%;
		margin-left: 5.5%;
	}
	/*
	.dropdon-subBox
	{
		width: 85%;
	}
	*/

	.dropdown-content a:hover
	{
		background-color: #F36B37;
		border-top: 4px solid #918B8F;
		border-left: 4px solid #918B8F;
		border-bottom: 1px solid #918B8F;
		border-right: 1px solid #918B8F;
		color: #4D4D55;	
	}

	.dropdown-content
	/*Dropdown 1. Stufe*/

	{
		position: relative;
		z-index: 25;

	}
	
	.dropdown:hover #dropdown-head1
	/*[Dienstleistungen] bleibt orange während dem Aufenthalt im Dropdown*/

	{
		background-color: #F36B37;
		border-top: 4px solid #918B8F;
		border-left: 4px solid #918B8F;
		border-bottom: 1px solid #918B8F;
		border-right: 1px solid #918B8F;
		color: #4D4D55;	
	}
	
	.dropdown-subContent
	/*Dropdown 2. Stufe*/

	{
		position: relative;
		z-index: 25;
	}
/*
	.dropdown-sub:hover .dropdown-subContent
	{
		display: block
	}
*/
	.dropdown-sub:hover #dropdown-head2
	/*[Immobilien] bleibt orange während dem Aufenthalt im Dropdown*/

	{
		background-color: #F36B37;
		border-top: 4px solid #918B8F;
		border-left: 4px solid #918B8F;
		border-bottom: 1px solid #918B8F;
		border-right: 1px solid #918B8F;
		color: #4D4D55;	
	}	
		
	.dropdown:hover #dropdown-head3
	/*[Objekte] bleibt orange während dem Aufenthalt im Dropdown*/

	{
		background-color: #F36B37;
		border-top: 4px solid #918B8F;
		border-left: 4px solid #918B8F;
		border-bottom: 1px solid #918B8F;
		border-right: 1px solid #918B8F;
		color: #4D4D55;	
	}
	
	#smallFont-button
	{
		font-size: 0.8em;
	}

	.selector 
	/*kleines Logo in Navigation*/

	{
		height: 10px;
		width: 10px;
		position: absolute;
		z-index: 25;
		left: 12px;
		margin-left: -32px;
		margin-top: -19px;
		width: 32px;
		height: auto;
		float: left;
		position: relative;
		visibility: hidden;
		opacity: 0;
	}

	.linkBlock
	/*Facebook- und Mail-Link*/

	{
		display: none;
		height: 35px;
		width: 35px;
		margin-left: 40px;
		margin-top: -15px;
		list-style: none;
		border-top: 4px solid #F36B37;
		border-left: 4px solid #F36B37;
		border-bottom: 1px solid #F36B37;
		border-right: 1px solid #F36B37;
		border-radius: 2px;
		margin-right: 20px;
		vertical-align: middle;
		text-align: center;
		transition-duration: 0.5s;
	}

	.linkBlock:hover
	{
		border-top: 4px solid #918B8F;
		border-left: 4px solid #918B8F;
		border-bottom: 1px solid #918B8F;
		border-right: 1px solid #918B8F;
		background-color: #F36B37;
	}

	#facebook-icon
	{
		height: 25px;
		width: auto;
		padding: 0px;
		margin-top: 5px;
		vertical-align: middle;
	}

	#linkContact
	{
		height: 15px;
		width: auto;
		padding: 0px;
		margin-top: 10px;
	}

	#open-border
	{
		position: relative;
		float: right;
		height: 100%;
		width: 100%;
		z-index: 25;
	}
	
	#help-icon
	{
		
	}

	#floater
	{
		height: 50%;
		margin-bottom: -50px;
	}

	#open-button
	{
		position: relative;
		float: right;
		height: 100px;
		width: 100%;
		max-width: 40px;
		border: 3px solid #F36B37;
		border-radius: 2px;
		background-color: #4D4D55;
		color: white;
		font-size: 30px;
		line-height: 100px;
		vertical-align: middle;
		text-align: center;
		clear: both;
		z-index: 25;
		left: 10px;
	}

	#open
	{
		position: relative;
		float: right;
		height: 100px;
		width: 100%;
		z-index: 30;
	}

	#click
	{
		
		position: absolute;
		float: right;
		height: 100px;
		width: 100%;
		max-width: 46px;
		clear: both;
		z-index: 26;
		background-color: green;
		opacity: 0;
		visibility: hidden;
	}
	
	.nav-spaceBox
	{
		position: relative;
		clear: both;
		margin: 2px;
		width: 100%;
		height: 80px;
		bottom: 0;
	}

	/*-------------------- * --------------------*/
	
	/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
																										mSub
	-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

	.sep-line
	/*Trennlinie zwischen Titel und Inhalt*/
	{
		height: 2px;
		width: 100%;
		background-color: #F36B37;
	}
	
	#noclick
	{
		position: fixed;
		width: 150%;
		height: 150%;
		z-index: 18;
		top: -10px;
		left: -10px;
		opacity: 0;
	}

	section
	{
		width: 100%;
		clear: both;
		position: relative;
		padding: 10px;	
		color: #D3D3D3;
		margin-left: 55px;
		z-index: 19;
		background-color: none;
	}
	
	#work
	{
		visibility: hidden;
	}	
	/*-------------------- mIndex --------------------*/
	
	#christmas
	{
		display: block;
		width: 100%;
		height: auto;
		border-top: 4px solid #797986;
		border-left: 4px solid #797986;
		border-bottom: 1px solid #797986;
		border-right: 1px solid #797986;
		border-radius: 2px;
		margin-bottom: 10px;
	}
	
	#christmas-img
	{
		position: relative;
		width: 100%;
	}
	
	#christmas-txt
	{
		display: block;
		width: 100%;
		height: auto;
		border-top: 4px solid #797986;
		border-left: 4px solid #797986;
		border-bottom: 1px solid #797986;
		border-right: 1px solid #797986;
		border-radius: 2px;
		margin-bottom: 10px;
	}
	
	#christmas-txtContent p
	{
		line-height: 1;
		margin-left: 20px;
	}
	
	.highlight
	{
		font-size: 20px;
		font-weight: bold;
	}
	
	#construction
	{
		position: relative;
		display: block;
		width: 100%;
		height: auto;
		border-top: 4px solid #797986;
		border-left: 4px solid #797986;
		border-bottom: 1px solid #797986;
		border-right: 1px solid #797986;
		border-radius: 2px;
		margin-bottom: 10px;
	}
	
	#construction-img
	{
		position: relative;
		width: 100%;
	}
	
	/*-------------------- Alle Info Seiten (unter Dienstleistungen) --------------------*/

	.info
	{
		position: relative;
		display: block;
		width: 98%;
		height: 100%;
		margin: 15px;
	}	
	
	.info-imgFrame
	{
		position: relative;
		display: block;
		margin: 2px;
		width: 98%;
		height: 99%;
	}
	
	.info-imgTable
	{
		position: relative;
		clear: left;
		width: 100%;
		border-spacing: 4px;
	}	
	
	.info-imgTable td
	{
		border-top: 4px solid #797986;
		border-left: 4px solid #797986;
		border-bottom: 1px solid #797986;
		border-right: 1px solid #797986;
		border-radius: 2px;
		width: 47%;
		height: 90px;
		padding: none;
		font-family: "champagne", Papyrus, Century Gothic, CenturyGothic, sans-serif;
		font-size: 1.1em;
		color: #F36B37;
		text-align: center;
	}
	
	.info-imgTable h6
	{
		margin-left: 5px;
		margin-right: 5px;
		font-family: "champagne";
	}
	
	.info-imgTable img
	{
		width: 100%;
		height: 100%;
	}
	
	.info-frame
	{
		position: relative;
		display: block;
		margin: 2px;
		width: 92%;
		height: 99%;		
		text-align: justify;
	}
	
	.info-slogan
	{
		position: relative;
		display: block;
		width: 98%;
		margin: 10px;
		border-top: 4px solid #F36B37;
		border-left: 4px solid #F36B37;
		border-bottom: 1px solid #F36B37;
		border-right: 1px solid #F36B37;
		border-radius: 2px;
	}
	
	.info-slogan h2
	{
		font-size: 1.25em;
		font-weight: 300;
	}
	
	.info-content
	{
		position: relative;
		display: block;
		width: 98%;
		margin: 10px;
		border-top: 4px solid #797986;
		border-left: 4px solid #797986;
		border-bottom: 1px solid #797986;
		border-right: 1px solid #797986;
		border-radius: 2px;
	}
	
	.info h1, .info h2, .info p
	{
		margin-left: 15px;
		margin-right: 15px;
	}
	
	/*-------------------- mObjekte --------------------*/
	
	#link-buy
	{
		width: 20%;
		height: 50%;
		display: block;
		position: relative;
		border-top: 4px solid #F36B37;
		border-left: 4px solid #F36B37;
		border-bottom: 1px solid #F36B37;
		border-right: 1px solid #F36B37;
		border-radius: 2px;
	}
	
	#link-rent
	{
		width: 20%;
		height: 50%;
		display: block;
		position: relative;
		border-top: 4px solid #F36B37;
		border-left: 4px solid #F36B37;
		border-bottom: 1px solid #F36B37;
		border-right: 1px solid #F36B37;
		border-radius: 2px;
	}

	/*-------------------- mZu verkaufen --------------------*/

	#buy-fix
	{
		display: block;
		position: relative;
		border-top: 4px solid #F36B37;
		border-left: 4px solid #F36B37;
		border-bottom: 1px solid #F36B37;
		border-right: 1px solid #F36B37;
		border-radius: 2px;
		width: 95%;
		margin: auto;
		margin-top: 10px;
		text-align: center;
	}
	
	#buy-fix ul
	{
		position: relative;
		list-style-type: none;
	}
	
	#buy-fix li
	{
		margin: auto;
		margin-bottom: 10px;
		text-align: left;
		margin-left: -20px;
	}
	
	#buy
	{
		border-top: 4px solid #797986;
		border-left: 4px solid #797986;
		border-bottom: 1px solid #797986;
		border-right: 1px solid #797986;
		border-radius: 2px;
		width: 95%;
		margin: auto;
		margin-top: 24px;
		padding: 0.2%;
	}

	#buy h1	
	{
		margin-left: 5%;
	}
	
	#t-buy
	{
		width: 95%;
		margin: auto;
		margin-top: 25px;
		margin-bottom: 25px;
		border-top: 4px solid #999999;
		border-left: 4px solid #999999;
		border-bottom: 1px solid #999999;
		border-right: 1px solid #999999;
		border-radius: 2px;
		border-collapse: collapse;
		border-spacing: 10px;
		font-size: 0.65em;
		
	}
	
	#t-buy td
	{
		border-top: 1px solid #999999;
		border-left: 1px solid #999999;
		padding: 2px;
		text-align: left;
		padding-left: 10px;		
		white-space: nowrap;
	}
	
	#t-buy th
	{
		border-left: 1px solid #797986;
		border-bottom: 1px solid #F36B37;
		text-align: left;
		padding-left: 10px;
	}
			
	#negotiation-over
	{
		display: block;
		width: auto;
		height: auto;
		border: 1px solid #F36B37;
		border-radius: 3px;
		font-family: 'helvetica-neue', sans-serif;
		color: #F36B37;
		text-align: center;
		margin-right: 5px;
		margin-left: 5px;
		padding-left: 4px;
		padding-right: 4px;
	}

	#negotiation-ongoing
	{
		display: block;
		margin-left: 0;
		width: auto;
		height: auto;
		border: 1px solid #248F24;
		border-radius: 3px;
		font-family: 'helvetica-neue', sans-serif;
		color: #248F24;
		text-align: center;
		margin-right: 5px;
		margin-left: 5px;
		padding-left: 4px;
		padding-right: 4px;
	}

	/*-------------------- mZu vermieten --------------------*/
	
	#rent-fix
	{
		display: block;
		position: relative;
		border-top: 4px solid #F36B37;
		border-left: 4px solid #F36B37;
		border-bottom: 1px solid #F36B37;
		border-right: 1px solid #F36B37;
		border-radius: 2px;
		width: 95%;
		margin: auto;
		margin-top: 10px;
		text-align: center;
	}
	
	#rent-fix ul
	{
		position: relative;
		list-style-type: none;
	}
	
	#rent-fix li
	{
		margin: auto;
		margin-bottom: 10px;
		text-align: left;
		margin-left: -20px;
	}
	
	#rent
	{
		border-top: 4px solid #797986;
		border-left: 4px solid #797986;
		border-bottom: 1px solid #797986;
		border-right: 1px solid #797986;
		border-radius: 2px;
		width: 95%;
		margin: auto;
		margin-top: 24px;
		padding: 0.2%;	
		overflow: hidden;
	}

	#rent h1	
	{
		margin-left: 5%;
	}
	
	#t-rent
	{
		width: 95%;
		margin: auto;
		margin-top: 25px;
		margin-bottom: 25px;
		border-top: 4px solid #999999;
		border-left: 4px solid #999999;
		border-bottom: 1px solid #999999;
		border-right: 1px solid #999999;
		border-radius: 2px;
		border-collapse: collapse;
		border-spacing: 10px;
		font-size: 0.65em;
	}
	
	#t-rent td
	{
		border-top: 1px solid #999999;
		border-left: 1px solid #999999;
		padding: 2px;
		text-align: left;
		padding-left: 10px;
		white-space: nowrap;
	}
	
	#t-rent th
	{
		border-left: 1px solid #797986;
		border-bottom: 1px solid #F36B37;
		text-align: left;
		padding-left: 10px;
	}
	
	#manual-break
	{
		display: none;
	}
	
	/*-------------------- mFormulare --------------------*/
	
	#forms
	{
		float: left;
		width: 95%;
	}
	
	#property-form, #trust-form
	{
		border-top: 4px solid #797986;
		border-left: 4px solid #797986;
		border-bottom: 1px solid #797986;
		border-right: 1px solid #797986;
		border-radius: 2px;
		width: 100%;
		height: auto;
		margin: auto;
		margin-top: 20px;
		padding: 0.2%;
	}
	
	#property-form h1, #trust-form h1
	{
		margin-left: 25px;
	}
	
	#property-form ul, #trust-form ul
	{
		list-style-type: square;
	}
	
	/*-------------------- mTeam --------------------*/
	
	#teamBanner
	{
		display: block;
		margin: auto;
		margin-top: 35px;
		padding: 2px;
		position: relative;
		border-top: 4px solid #F36B37;
		border-left: 4px solid #F36B37;
		border-bottom: 1px solid #F36B37;
		border-right: 1px solid #F36B37;
		border-radius: 2px;
		width: 95%;
		height: 100%;
		float: left;
		margin-left: 2%;
		top: 10%;
	}
	
	.team-frame-l
	{
		display: block;
		margin-left: 2%;
		margin-top: 1%;		
		margin-bottom: 1%;
		position: relative;
		border-top: 4px solid #797986;
		border-left: 4px solid #797986;
		border-bottom: 1px solid #797986;
		border-right: 1px solid #797986;
		border-radius: 2px;
		width: 95%;
		float: left;
	}
	
	.team-frame-r
	{
		display: block;
		margin-left: 2%;
		margin-top: 1%;		
		margin-bottom: 1%;
		position: relative;
		border-top: 4px solid #797986;
		border-left: 4px solid #797986;
		border-bottom: 1px solid #797986;
		border-right: 1px solid #797986;
		border-radius: 2px;
		width: 95%;
		float: left;
	}
	
	.team img
	{
		display: block;
		width: 100%;
		height: auto;
	}
	
	.person
	{
		display: inline-block;
		margin: auto;
		margin-top: 5%;
		position: relative;
		border-top: 4px solid #F36B37;
		border-left: 4px solid #F36B37;
		border-bottom: 1px solid #F36B37;
		border-right: 1px solid #F36B37;
		border-radius: 2px;
		width: 95%;
		height: auto;
		padding: 2px;
		float: left;
		margin-left: 2%;
		top: 10%;
	}
	
	.portrait
	{
		display: block;
		margin-left: 2%;
		margin-right: 2%;
		margin-top: 5px;		
		margin-bottom: 5px;	
		position: relative;
		border-top: 4px solid #797986;
		border-left: 4px solid #797986;
		border-bottom: 1px solid #797986;
		border-right: 1px solid #797986;
		border-radius: 2px;
		width: 95%;
		height: auto;
		float: left;
		margin-bottom: 20px;
	}
	
	.portrait img
	{
		width: 100%;
		height: auto;
		display: block;
	}	
	
	.description
	{
		display: block;
		position: relative;
	}
		
	.teamConnection
	{
		position: relative;
		margin-top: -20px;
		float: left;
		margin-left: 10px;
	}
	
	.name
	{
		font-weight: bold;
		font-size: 1.2em;
		letter-spacing: 1.5px;
		text-transform: uppercase;
	}
	
	#bodyguard
	{
		display: inline-block;
		margin: auto;
		margin-top: 25px;
		position: relative;
		border-top: 4px solid #F36B37;
		border-left: 4px solid #F36B37;
		border-bottom: 1px solid #F36B37;
		border-right: 1px solid #F36B37;
		border-radius: 2px;
		width: 95%;
		height: auto;
		padding: 2px;
		margin-left: 2%;
		top: 10%;
	}
	
	/*-------------------- mKontakt --------------------*/
		
	#mapFrame
	{
		display: block;
		margin-top: 25px;
		position: relative;
		border-top: 4px solid #F36B37;
		border-left: 4px solid #F36B37;
		border-bottom: 1px solid #F36B37;
		border-right: 1px solid #F36B37;
		border-radius: 2px;
		height: 223px;
		width: 91%;
		padding: 1px;
		float: left;
		top: 10%;
		z-index: 24;
	}
	
	#location
	{
		position: relative;
		margin-top: 25px;
		padding-left: 5%;
		padding-right: 2px;
		width: 86%;
		float: left;
		border-top: 4px solid #797986;
		border-left: 4px solid #797986;
		border-bottom: 1px solid #797986;
		border-right: 1px solid #797986;
		border-radius: 2px;
	}
	
	/*-------------------- notAvailable --------------------*/
	
	#sorry
	{
		display: block;
		margin: auto;
		position: relative;
		border-top: 4px solid #F36B37;
		border-left: 4px solid #F36B37;
		border-bottom: 1px solid #F36B37;
		border-right: 1px solid #F36B37;
		border-radius: 2px;
		width: 90%;
		height: auto;
		vertical-align: middle;
		text-align: center;
		top: 25px;
	}

	/*-------------------- keineInfos --------------------*/
	
	#noInfo
	{
		display: block;
		margin: auto;
		position: relative;
		border-top: 4px solid #F36B37;
		border-left: 4px solid #F36B37;
		border-bottom: 1px solid #F36B37;
		border-right: 1px solid #F36B37;
		border-radius: 2px;
		width: 90%;
		height: auto;
		text-align: center;
		top: 25px;
	}	
	
	/*-------------------- Hilfe --------------------*/
	
	#help
	{
		position: relative;
		display: block;
		width: 100%;
		height: 100%;
		margin-top: 15px;
	}
	
	#help-frame
	{
		position: relative;
		display: block;
		margin: 0.5%;
		width: 99%;
		height: 98%;	
		border-top: 4px solid #797986;
		border-left: 4px solid #797986;
		border-bottom: 1px solid #797986;
		border-right: 1px solid #797986;
		border-radius: 2px;
	}
	
	#help-frame h1, h3, p
	{
		margin-left: 20px;
	}
	
	.scrollable-table
	{
		overflow-x: scroll;
	}
	
	.help-title
	{
		font-weight: bold;
		display: inline-block;
		text-align: center;
		margin-top: 25px;
		margin-bottom: 10px;
		margin-right: 7px;
		margin-left: 4px;
		
	}
	
	.help-table
	{
		display: block;
		border-bottom: 1px solid #797986;
		border-radius: 2px;
		border-collapse: collapse;
		margin-right: 7px;
		margin-left: 4px;
		margin-top: 5px;
		font-size: 0.9em;
		width: 400px;
	}
	
	.help-table td
	{
		position: relative;
		border-left: 4px solid #797986;
		border-right: 1px solid #797986;
		padding: 3px;
		width: 200px;
		white-space: nowrap;
		
	}
	
	tr.noBorder
	{
		border: 0;
	}
	
	.help-table th
	{
		border: 0;
		padding: 5px;
		width: 200px;
	}
	
	.manual-margin
	{
		display: block;
		height: 20px;
	}
	
	#enterprise
	{
		border-bottom: 1px solid #F36B37;
		border-top: 4px solid #797986;
		text-align: center;
		font-weight: bold;
	}
	
	/*-------------------- mImpressum --------------------*/
	
	#imprint
	{
		position: relative;
		display: block;
		width: 98%;
		height: 100%;
		color: #BFBFBF;
	}	
	
	#imprint-imgFrame
	{
		position: relative;
		display: block;
		margin: 2px;
		width: 98%;
		height: 99%;
	}
	
	#imprint-imgTable
	{
		position: relative;
		clear: left;
		width: 100%;
		border-spacing: 4px;
	}	
	
	#imprint-imgTable td
	{
		border-top: 4px solid #797986;
		border-left: 4px solid #797986;
		border-bottom: 1px solid #797986;
		border-right: 1px solid #797986;
		border-radius: 2px;
		width: 47%;
		height: 90px;
		padding: none;
		font-family: "champagne", Papyrus, Century Gothic, CenturyGothic, sans-serif;
		font-size: 0.8em;
		color: #BFBFBF;
	}
	
	#imprint-imgTable h3
	{
		font-size: 0.8em;
		font-weight: bold;
	}
	
	#imprint-imgTable p
	{
		position: relative;
		left: -22.5px;
		width: 96%;
		text-align: center;
	}
	
	#imprint-frame
	{
		position: relative;
		display: block;
		width: 95.5%;
		left: -1.5%;
	}
	
	#imprint-content
	{
		position: relative;
		display: block;
		width: 98%;
		margin: 10px;
		border-top: 4px solid #797986;
		border-left: 4px solid #797986;
		border-bottom: 1px solid #797986;
		border-right: 1px solid #797986;
		border-radius: 2px;
		text-align: justify;
	}
	
	#imprint-content p
	{
		margin-left: 15px;
		margin-right: 15px;
	}
	
	#imprint h1, #imprint h2, #imprint h3, #imprint p
	{
		margin-left: 10px;
	}
	/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
																										/mSub
	-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
																										Advertisement
	------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

	/*-------------------- Frame --------------------*/
	
	#advertisement-frame
	{
		display: block;
		position: absolute;
		width: 95%;
		height: auto;		
		margin-left:2.5%;
		margin-right: 2.5%;
		margin-top: 25px;
		padding: 5px;	
	}

	/*-------------------- Info --------------------*/
	
	#advertisement-info
	{
		display: block;
		position: relative;
		margin-left: 3%;
		width: 95%;	
	}
	
	#advertisement-info li
	{
		margin-bottom: 10px;
		list-style: none;
	}
	
	#advertisement-info a:link
	{
		color: #F36B37;
	}
	
	#advertisement-info a:visited
	{
		color: #F36B37;
	}
	
	.markup
	{
		font-size: 1.5em;
	}
	
	
	/*-------------------- Image --------------------*/
	
	#advertisement-img
	{
		display: block;
		position: relative;
		width: 95%;
		height: 60%;
		margin-right: 3%;
		float: right;
	}
	
	#img-frame
	{
		display: block;
		position: relative;
		width: 80%;
		height:90%;
		border-top: 4px solid #797986;
		border-left: 4px solid #797986;
		border-bottom: 1px solid #797986;
		border-right: 1px solid #797986;
		border-radius: 2px;
		margin: auto;
		margin-top: 25px;
		margin-bottom: 25px;		
	}
	
	#slideFwd
	{
		position: absolute;
		right: 0px;
		top: 35%;
		width: 25px;
		height: 30%;
		color: #BFBFBF;
		background-color: #4D4D55;
		border: 2px solid #F36B37;
		border-radius: 2px;
	}
	
	#slideBack
	{
		position: absolute;
		left: 0px;
		top: 35%;
		width: 25px;
		height: 30%;
		color: #BFBFBF;
		background-color: #4D4D55;
		border: 2px solid #F36B37;
		border-radius: 2px;
	}
	
	.slideshow
	
	{
		margin: auto;
		text-align: center;
		padding: 5px;
		display: none;
		color: #BFBFBF;
		
	}
	
	.slideshow img
	{		
		margin: auto;
		height: 120px;
		max-width: 700px;
	}
	
	#indexPoints-frame
	{
		position: relative;
		display: block;
		top: -20px;
		left: -15px;
		text-align: center;
		width: 80%;
		margin: auto;
	}
	
	#indexPoints ul
	{
		position: relative;
		left: -40px;
	}
	
	#indexPoints li
	{
		display: inline-block;
		width: 12px;
		list-style-type: none;
		text-align: center;
	
	}
	
	/*-------------------- Description --------------------*/
	
	#advertisement-description
	{
		display: block;
		position: relative;
		margin-left: 3%;
		margin-top: -3%;
		width: 94%;
		height: 50%;
		float: left;
	}	
	
	
	/*-------------------- * --------------------*/
	
	/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
																										/Advertisement
	-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
	/*-------------------- * --------------------*/

	footer
	{
		margin: auto;
		height: 50px;
		width: 100%;
		position: fixed;
		bottom: 0;
		padding: 0px;
		clear: both;
		float: left;
		display: inline;
		color: white;
		/*background-color: #4D4D55;*/
		text-align: center;
		z-index: 25;	
	}

	/*-------------------- Fusszeile --------------------*/


	#end
	{
		display: none;
	}

	#end ul
	{
		
		width: 100%;
		list-style-type: none;
		text-align: center;
	}

	#end li
	{
		display: inline;
		margin-right: 100px;
		font-size: 16px;
		color: #F36B37;
		text-align: center;
	}

	/*-------------------- * --------------------*/
	
	
	.space-box
	{
		position: relative;
		clear: both;
		margin: 2px;
		width: 100%;
		height: 60px;
		bottom: 0;
	}

	#blur
	{
		width: 100%;
		height: 100px;
		background-color: yellow;
		z-index: 25;
		position: fixed;
		bottom: 0px;
		left: 0px;		
		background: #4D4D55;
		background: -webkit-linear-gradient(rgba(77,77,85,0), rgba(77,77,85,1) 60%, rgba(77,77,85,1)); 	/* Safari   */
		background: -o-linear-gradient(rgba(77,77,85,0), rgba(77,77,85,1) 60%, rgba(77,77,85,1)); 		/* Opera    */
		background: -moz-linear-gradient(rgba(77,77,85,0), rgba(77,77,85,1) 60%, rgba(77,77,85,1)); 	/* Firefox  */
		background: linear-gradient(rgba(77,77,85,0), rgba(77,77,85,1) 60%, rgba(77,77,85,1)); 			/* Standard */
	}

	#mobile-end
	{
		position: fixed;
		bottom: 20px;
		width: 100%;
		margin-bottom: 20px;
		margin: auto;
		z-index: 26;
		text-align: center;
		left: -30px;
	}

	#mobile-end ul
	{
		
		top: 20px;
		width: 100%;
		list-style-type: none;	
		text-align: center;
		margin: auto;
	}

	#mobile-end li
	{
		display: inline-block;
		margin-right: 20px;
		width: 40px;
		height: 40px;
		line-height: 40px;
		vertical-align: middle;
		text-align: center;
		font-size: 160%;
		border-top: 6px solid #F36B37;
		border-left: 6px solid #F36B37;
		border-bottom: 2px solid #F36B37;
		border-right: 2px solid #F36B37;
		border-radius: 2px;
		color: #F36B37;
		text-align: center;
		background-color: #4D4D55;
	}
	
	#hide
	{
		font-size: 0px;
	}

	/*-------------------- No Script --------------------*/

	#js-check
	{
		font-size: 30px;
		color: white;
		border: 3px solid red;
		border-radius: 3px;
		text-align: center;
		margin-left: 100px;
		margin-right: 100px;
		margin-bottom: 100px; 
	}

	#browser li
	{
		display: inline-block;
		width: 200px;
		font-size: 18px;
		margin-right: 10px;
	}

	.browserSelect
	{
		display: block;
		width: 180px;
		height: 100px;
		border: 3px solid #4D4D55;
		transition-duration: 0.3s;
	}

	.browserSelect:hover
	{
		border: 3px solid red;
		border-radius: 2px;
	}

	.browserIcon
	{
		height: 45px;
	}

	.browserName
	{
		color: white;
	}

	.guide
	{
		display: block;
		text-align: left;
		font-size: 16px;
		color: white;
		margin-left: 50px; 
	}

	#home
	{
		margin-left: 50%
	}
	
	#svit
	{
		display: none;
	}

}

/**********************************************************************************************************************************************************************************************************
																										Mobile Ansicht bis 369px
**********************************************************************************************************************************************************************************************************/

@media screen and (max-width: 369px)
{

	@font-face
	{
		font-family: helvetica-neue;
		src: url(Schrift/helvetica_neue.ttf) format(truetype);
	}
	
	@font-face
	{
		font-family: champagne;
		src: url("Schrift/Champagne & Limousines.ttf");
	}

	a:link
	{
		color: #F36B37;
		text-decoration: none;
	}

	a:visited
	{
		color: #F36B37;
		text-decoration: none;
	}

	a:hover
	{
		color: white;
		text-decoration: none;
	}

	body::-webkit-scrollbar
	{
		background-color: #4D4D55;
		width: 4px;
		height: 4px;
	}

	body::-webkit-scrollbar-button
	{
		display: none;
	}

	body::-webkit-scrollbar-thumb
	{
		background-color: #F36B37;
		border-radius: 5px;
	}

	/*-------------------- * --------------------*/

	#wrapper
	{
		font-size: 13px;
		font-family: helvetica neue, sans-serif;
		width: 75%;		
	}
	
	#wrapper p, #wrapper h1, #wrapper h2, #wrapper h3, #wrapper h4, #wrapper h5, #wrapper h6
	{
		margin-left: 25px;
		margin-right: 25px;
	}

	body
	{
		background-color: #4D4D55;
		overflow-x: hidden;
		/*background: radial-gradient(ellipse, #4A4A55, #4D4D55, #4F4F55, #4D4D55, #4A4A55);*/
	}

	#logo-frame
	{
		position: relative;
		width: auto;
		float: right;
		width: auto;
		height: 150px;
		z-index: 19;
	}

	#logo
	{
		position: relative;
		height: 150px;
		right: -35%;
		margin-bottom: 10px;
	}

	/*-------------------- * --------------------*/

	#banner
	{
		display: none;
	}


	.bannerImg
	{
		height: 168px;
	}

	/*-------------------- * --------------------*/

	#separator
	{
		display: none;
	}

	/*-------------------- Hamburger --------------------*/
	nav
	{
		width: 40px;
		height: 100%;
		float: left;
		position: fixed;
		z-index: 25;
		display: all;
		background-color: #4D4D55;
		top: 0px;
		left: -0px;
	}

	nav ul
	{
		list-style: none;
		height: 100%;
		overflow: scroll;
	}

	nav a
	{		
		visibility: hidden;	
	}


	.menu
	/*Alle 5 Hauptlinks*/
		
	{	
		display: inline-block;
		width: 85%;
		height: 60px;
		line-height: 60px;
		margin-left: 0.5%;
		background-color: #4D4D55;
		border-top: 4px solid #F36B37;
		border-left: 4px solid #F36B37;
		border-bottom: 1px solid #F36B37;
		border-right: 1px solid #F36B37;
		border-radius: 2px;
		text-align: center;
		vertical-align: middle;
		transition-duration: 0.5s;
		font-size: 25px;
		position: relative;
		clear: both;
		visibility: hidden;
		list-style: none;
		font-size: 14px;
	}

	#distance
	{
		height: 1px;
		width: 90%;
		margin-left: 2.5%;
		margin-top: 2px;
		margin-bottom: 2px;
	}

	#dropdown-head1
	{
		position: relative;
		width: 79%;
	}

	.menu:hover
	{
		background-color: #F36B37;
		border-top: 4px solid #918B8F;
		border-left: 4px solid #918B8F;
		border-bottom: 1px solid #918B8F;
		border-right: 1px solid #918B8F;
		color: #4D4D55;	
	}
	
	
	.dropdown-area
	/*Pfeil zum Öffnen des Dropdown-Menus*/
	
	{
		display: inline-block;
		width: 18%;
		height: 60px;
		position: relative;
		float: right;
		margin-top: -61px;
		right: 12%;
		background-color: rgba(0,0,0,0);
		color: #F36B37;
		transition-duration: 0.5s;
		border: none;
		border-left: 0.1px solid rgba(243,107,55,0.3);
		z-index: 50;
	}
	
	#dropdown-head1
	{
		text-align: left;
		padding-left: 10px;
	}
	
	.dropdown:hover .dropdown-area
	{
		color: #4D4D55;
		border-left: 0.1px solid rgba(77,77,85,0.3);
	}
	
	.dropdown-area:hover .menu
	{
		background-color: #F36B37;
		border-top: 4px solid #918B8F;
		border-left: 4px solid #918B8F;
		border-bottom: 1px solid #918B8F;
		border-right: 1px solid #918B8F;
		color: #4D4D55;	
	}
	
	#objekte-area:hover .menu
	{
		background-color: #F36B37;
		border-top: 4px solid #918B8F;
		border-left: 4px solid #918B8F;
		border-bottom: 1px solid #918B8F;
		border-right: 1px solid #918B8F;
		color: #4D4D55;	
	}
	
	.dropdown-sub:hover .dropdown-areaSmall
	{
		color: #4D4D55;
		border-left: 0.1px solid rgba(77,77,85,0.3);
	}

	#dienstleistungen-content
	{
		display: none;
	}
	
	#immobilien-content
	{
		display: none;
	}
	
	#objekte-content
	{
		display: none;
	}	
	
	.dropdown-areaSmall
	/*Pfeil zum Öffnen des Dropdown-Menus*/
	
	{
		display: inline-block;
		width: 18%;
		height: 50px;
		position: relative;
		float: right;
		margin-top: -51px;
		right: 12%;
		border: none;
		background-color: rgba(0,0,0,0);		
		border-left: 0.1px solid rgba(243,107,55,0.3);
		color: #F36B37;
		transition-duration: 0.5s;
		z-index: 50;
	}
	
	.dropdown-arrow
	{
		display: none;
	}
	

	.dropdown-content a
	/*Alle Elemente des Dropdowns (Stufe 1 und 2)*/

	{
		display: inline-block;
		width: 82.5%;
		height: 50px;
		line-height: 50px;
		margin-left: 3%;
		font-size: 25px;
		background-color: #4D4D55;
		border-top: 4px solid #F36B37;
		border-left: 4px solid #F36B37;
		border-bottom: 1px solid #F36B37;
		border-right: 1px solid #F36B37;
		border-radius: 2px;
		text-align: center;
		vertical-align: middle;
		z-index: 25;
		transition-duration: 0.5s;
		font-size: 14px;
	}

	.dropdown-subContent a
	{
		width: 80%;
		margin-left: 5.5%;
	}
	/*
	.dropdon-subBox
	{
		width: 85%;
	}
	*/

	.dropdown-content a:hover
	{
		background-color: #F36B37;
		border-top: 4px solid #918B8F;
		border-left: 4px solid #918B8F;
		border-bottom: 1px solid #918B8F;
		border-right: 1px solid #918B8F;
		color: #4D4D55;	
	}

	.dropdown-content
	/*Dropdown 1. Stufe*/

	{
		position: relative;
		z-index: 25;

	}
/*
	.dropdown:hover .dropdown-content
	{
		display: block;
	}
*/
	.dropdown:hover #dropdown-head1
	/*[Dienstleistungen] bleibt orange während dem Aufenthalt im Dropdown*/

	{
		background-color: #F36B37;
		border-top: 4px solid #918B8F;
		border-left: 4px solid #918B8F;
		border-bottom: 1px solid #918B8F;
		border-right: 1px solid #918B8F;
		color: #4D4D55;	
	}
	
	.dropdown-subContent
	/*Dropdown 2. Stufe*/

	{
		position: relative;
		z-index: 25;
	}
/*
	.dropdown-sub:hover .dropdown-subContent
	{
		display: block
	}
*/
	.dropdown-sub:hover #dropdown-head2
	/*[Immobilien] bleibt orange während dem Aufenthalt im Dropdown*/

	{
		background-color: #F36B37;
		border-top: 4px solid #918B8F;
		border-left: 4px solid #918B8F;
		border-bottom: 1px solid #918B8F;
		border-right: 1px solid #918B8F;
		color: #4D4D55;	
	}	
		
	.dropdown:hover #dropdown-head3
	/*[Objekte] bleibt orange während dem Aufenthalt im Dropdown*/

	{
		background-color: #F36B37;
		border-top: 4px solid #918B8F;
		border-left: 4px solid #918B8F;
		border-bottom: 1px solid #918B8F;
		border-right: 1px solid #918B8F;
		color: #4D4D55;	
	}
	
	#smallFont-button
	{
		font-size: 0.7em;
	}

	.selector 
	/*kleines Logo in Navigation*/

	{
		height: 10px;
		width: 10px;
		position: absolute;
		z-index: 25;
		left: 12px;
		margin-left: -32px;
		margin-top: -19px;
		width: 32px;
		height: auto;
		float: left;
		position: relative;
		visibility: hidden;
		opacity: 0;
	}

	.linkBlock
	/*Facebook- und Mail-Link*/

	{
		display: none;
		height: 35px;
		width: 35px;
		margin-left: 40px;
		margin-top: -15px;
		list-style: none;
		border-top: 4px solid #F36B37;
		border-left: 4px solid #F36B37;
		border-bottom: 1px solid #F36B37;
		border-right: 1px solid #F36B37;
		border-radius: 2px;
		margin-right: 20px;
		vertical-align: middle;
		text-align: center;
		transition-duration: 0.5s;
	}

	.linkBlock:hover
	{
		border-top: 4px solid #918B8F;
		border-left: 4px solid #918B8F;
		border-bottom: 1px solid #918B8F;
		border-right: 1px solid #918B8F;
		background-color: #F36B37;
	}

	#facebook-icon
	{
		height: 25px;
		width: auto;
		padding: 0px;
		margin-top: 5px;
		vertical-align: middle;
	}

	#linkContact
	{
		height: 15px;
		width: auto;
		padding: 0px;
		margin-top: 10px;
	}

	#open-border
	{
		position: relative;
		float: right;
		height: 100%;
		width: 100%;
		z-index: 25;
	}
	
	#help-icon
	{
		
	}

	#floater
	{
		height: 50%;
		margin-bottom: -50px;
	}

	#open-button
	{
		position: relative;
		float: right;
		height: 100px;
		width: 100%;
		max-width: 40px;
		border: 3px solid #F36B37;
		border-radius: 2px;
		background-color: #4D4D55;
		color: white;
		font-size: 30px;
		line-height: 100px;
		vertical-align: middle;
		text-align: center;
		clear: both;
		z-index: 25;
		left: 10px;
	}

	#open
	{
		position: relative;
		float: right;
		height: 100px;
		width: 100%;
		z-index: 30;
	}

	#click
	{
		
		position: absolute;
		float: right;
		height: 100px;
		width: 100%;
		max-width: 46px;
		clear: both;
		z-index: 26;
		background-color: green;
		opacity: 0;
		visibility: hidden;
	}
	
	.nav-spaceBox
	{
		position: relative;
		clear: both;
		margin: 2px;
		width: 100%;
		height: 80px;
		bottom: 0;
	}

	/*-------------------- * --------------------*/
	
	/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
																										mSub
	-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

	.sep-line
	/*Trennlinie zwischen Titel und Inhalt*/
	{
		height: 2px;
		width: 100%;
		background-color: #F36B37;
	}
	
	#noclick
	{
		position: fixed;
		width: 150%;
		height: 150%;
		z-index: 18;
		top: -10px;
		left: -10px;
		opacity: 0;
	}

	section
	{
		width: 100%;
		clear: both;
		position: relative;
		padding: 10px;	
		color: #D3D3D3;
		margin-left: 55px;
		z-index: 19;
		background-color: none;
	}
	
	#work
	{
		visibility: hidden;
	}	
	/*-------------------- mIndex --------------------*/
	
	#christmas
	{
		display: block;
		width: 100%;
		height: auto;
		border-top: 4px solid #797986;
		border-left: 4px solid #797986;
		border-bottom: 1px solid #797986;
		border-right: 1px solid #797986;
		border-radius: 2px;
		margin-bottom: 10px;
	}
	
	#christmas-img
	{
		position: relative;
		width: 100%;
	}
	
	#christmas-txt
	{
		display: block;
		width: 100%;
		height: auto;
		border-top: 4px solid #797986;
		border-left: 4px solid #797986;
		border-bottom: 1px solid #797986;
		border-right: 1px solid #797986;
		border-radius: 2px;
		margin-bottom: 10px;
	}
	
	#christmas-txtContent p
	{
		line-height: 1;
		margin-left: 20px;
	}
	
	.highlight
	{
		font-size: 20px;
		font-weight: bold;
	}
	
	#construction
	{
		position: relative;
		display: block;
		width: 100%;
		height: auto;
		border-top: 4px solid #797986;
		border-left: 4px solid #797986;
		border-bottom: 1px solid #797986;
		border-right: 1px solid #797986;
		border-radius: 2px;
		margin-bottom: 10px;
	}
	
	#construction-img
	{
		position: relative;
		width: 100%;
	}
	
	/*-------------------- Alle Info Seiten (unter Dienstleistungen) --------------------*/

	.info
	{
		position: relative;
		display: block;
		width: 98%;
		height: 100%;
		margin: 15px;
		text-align: justify;
	}	
	
	.info-imgFrame
	{
		position: relative;
		display: block;
		margin: 2px;
		width: 98%;
		height: 99%;
	}
	
	.info-imgTable
	{
		position: relative;
		clear: left;
		width: 100%;
		border-spacing: 4px;
	}	
	
	.info-imgTable td
	{
		border-top: 4px solid #797986;
		border-left: 4px solid #797986;
		border-bottom: 1px solid #797986;
		border-right: 1px solid #797986;
		border-radius: 2px;
		width: 47%;
		height: 90px;
		padding: none;
		font-family: "champagne", Papyrus, Century Gothic, CenturyGothic, sans-serif;
		font-size: 0.8em;
		color: #F36B37;
	}
	
	
	.info-imgTable p
	{
		position: relative;
		width: 96%;
		left: -12px;
		text-align: center;
	}
	
	
	.info-imgTable img
	{
		width: 100%;
		height: 100%;
	}
	
	.info-frame
	{
		position: relative;
		display: block;
		margin: 2px;
		width: 92%;
		height: 99%;
		
	}
	
	.info-slogan
	{
		position: relative;
		display: block;
		width: 98%;
		margin: 10px;
		border-top: 4px solid #F36B37;
		border-left: 4px solid #F36B37;
		border-bottom: 1px solid #F36B37;
		border-right: 1px solid #F36B37;
		border-radius: 2px;
	}
	
	.info-slogan h2
	{
		font-size: 1.25em;
		font-weight: 300;
	}
	
	.info-content
	{
		position: relative;
		display: block;
		width: 98%;
		margin: 10px;
		border-top: 4px solid #797986;
		border-left: 4px solid #797986;
		border-bottom: 1px solid #797986;
		border-right: 1px solid #797986;
		border-radius: 2px;
	}
	
	.info h1, .info h2, .info p
	{
		margin-left: 15px;
		margin-right: 15px;
	}
	
	/*-------------------- mObjekte --------------------*/
	
	#link-buy
	{
		width: 20%;
		height: 50%;
		display: block;
		position: relative;
		border-top: 4px solid #F36B37;
		border-left: 4px solid #F36B37;
		border-bottom: 1px solid #F36B37;
		border-right: 1px solid #F36B37;
		border-radius: 2px;
	}
	
	#link-rent
	{
		width: 20%;
		height: 50%;
		display: block;
		position: relative;
		border-top: 4px solid #F36B37;
		border-left: 4px solid #F36B37;
		border-bottom: 1px solid #F36B37;
		border-right: 1px solid #F36B37;
		border-radius: 2px;
	}

	/*-------------------- mZu verkaufen --------------------*/

	#buy-fix
	{
		display: block;
		position: relative;
		border-top: 4px solid #F36B37;
		border-left: 4px solid #F36B37;
		border-bottom: 1px solid #F36B37;
		border-right: 1px solid #F36B37;
		border-radius: 2px;
		width: 95%;
		margin: auto;
		margin-top: 10px;
		text-align: center;
	}
	
	#buy-fix ul
	{
		position: relative;
		list-style-type: none;
	}
	
	#buy-fix li
	{
		margin: auto;
		margin-bottom: 10px;
		text-align: left;
		margin-left: -20px;
	}
	
	#buy
	{
		border-top: 4px solid #797986;
		border-left: 4px solid #797986;
		border-bottom: 1px solid #797986;
		border-right: 1px solid #797986;
		border-radius: 2px;
		width: 95%;
		margin: auto;
		margin-top: 24px;
		padding: 0.2%;
	}

	#buy h1	
	{
		margin-left: 5%;
	}
	
	#t-buy
	{
		width: 95%;
		margin: auto;
		margin-top: 25px;
		margin-bottom: 25px;
		border-top: 4px solid #999999;
		border-left: 4px solid #999999;
		border-bottom: 1px solid #999999;
		border-right: 1px solid #999999;
		border-radius: 2px;
		border-collapse: collapse;
		border-spacing: 10px;
		font-size: 0.65em;
		
	}
	
	#t-buy td
	{
		border-top: 1px solid #999999;
		border-left: 1px solid #999999;
		padding: 2px;
		text-align: left;
		padding-left: 10px;			
		white-space: nowrap;
	}
	
	#t-buy th
	{
		border-left: 1px solid #797986;
		border-bottom: 1px solid #F36B37;
		text-align: left;
		padding-left: 10px;
	}

	/*-------------------- mZu vermieten --------------------*/
	
	#rent-fix
	{
		display: block;
		position: relative;
		border-top: 4px solid #F36B37;
		border-left: 4px solid #F36B37;
		border-bottom: 1px solid #F36B37;
		border-right: 1px solid #F36B37;
		border-radius: 2px;
		width: 95%;
		margin: auto;
		margin-top: 10px;
		text-align: center;
	}
	
	#rent-fix ul
	{
		position: relative;
		list-style-type: none;
	}
	
	#rent-fix li
	{
		margin: auto;
		margin-bottom: 10px;
		text-align: left;
		margin-left: -20px;
	}
	
	#rent
	{
		border-top: 4px solid #797986;
		border-left: 4px solid #797986;
		border-bottom: 1px solid #797986;
		border-right: 1px solid #797986;
		border-radius: 2px;
		width: 95%;
		margin: auto;
		margin-top: 24px;
		padding: 0.2%;
	}

	#rent h1	
	{
		margin-left: 5%;
	}
	
	#t-rent
	{
		width: 95%;
		margin: auto;
		margin-top: 25px;
		margin-bottom: 25px;
		border-top: 4px solid #999999;
		border-left: 4px solid #999999;
		border-bottom: 1px solid #999999;
		border-right: 1px solid #999999;
		border-radius: 2px;
		border-collapse: collapse;
		border-spacing: 10px;
		font-size: 0.65em;
		
	}
	
	#t-rent td
	{
		border-top: 1px solid #999999;
		border-left: 1px solid #999999;
		padding: 2px;
		text-align: left;
		padding-left: 10px;	
		white-space: nowrap;
	}
	
	#t-rent th
	{
		border-left: 1px solid #797986;
		border-bottom: 1px solid #F36B37;
		text-align: left;
		padding-left: 10px;
	}
	
	#manual-break
	{
		display: none;
	}
	
	/*-------------------- mFormulare --------------------*/
	
	#forms
	{
		float: left;
		width: 95%;
	}
	
	#property-form, #trust-form
	{
		border-top: 4px solid #797986;
		border-left: 4px solid #797986;
		border-bottom: 1px solid #797986;
		border-right: 1px solid #797986;
		border-radius: 2px;
		width: 100%;
		height: auto;
		margin: auto;
		margin-top: 20px;
		padding: 0.2%;
	}
	
	#property-form h1, #trust-form h1
	{
		margin-left: 25px;
	}
	
	#property-form ul, #trust-form ul
	{
		list-style-type: square;
	}
	
	/*-------------------- mTeam --------------------*/
	
	#teamBanner
	{
		display: block;
		margin: auto;
		margin-top: 35px;
		padding: 2px;
		position: relative;
		border-top: 4px solid #F36B37;
		border-left: 4px solid #F36B37;
		border-bottom: 1px solid #F36B37;
		border-right: 1px solid #F36B37;
		border-radius: 2px;
		width: 95%;
		height: 100%;
		float: left;
		margin-left: 2%;
		top: 10%;
	}
	
	.team-frame-l
	{
		display: block;
		margin-left: 2%;
		margin-top: 1%;		
		margin-bottom: 1%;
		position: relative;
		border-top: 4px solid #797986;
		border-left: 4px solid #797986;
		border-bottom: 1px solid #797986;
		border-right: 1px solid #797986;
		border-radius: 2px;
		width: 95%;
		float: left;
	}
	
	.team-frame-r
	{
		display: block;
		margin-left: 2%;
		margin-top: 1%;		
		margin-bottom: 1%;
		position: relative;
		border-top: 4px solid #797986;
		border-left: 4px solid #797986;
		border-bottom: 1px solid #797986;
		border-right: 1px solid #797986;
		border-radius: 2px;
		width: 95%;
		float: left;
	}
	
	.team img
	{
		display: block;
		width: 100%;
		height: auto;
	}
	
	.person
	{
		display: inline-block;
		margin: auto;
		margin-top: 5%;
		position: relative;
		border-top: 4px solid #F36B37;
		border-left: 4px solid #F36B37;
		border-bottom: 1px solid #F36B37;
		border-right: 1px solid #F36B37;
		border-radius: 2px;
		width: 95%;
		height: auto;
		padding: 2px;
		float: left;
		margin-left: 2%;
		margin-right: 2%;
		top: 10%;
	}
	
	.portrait
	{
		display: block;
		margin-left: 10px;
		margin-top: 5px;			
		margin-bottom: 5px;
		position: relative;
		border-top: 4px solid #797986;
		border-left: 4px solid #797986;
		border-bottom: 1px solid #797986;
		border-right: 1px solid #797986;
		border-radius: 2px;
		width: 95%;
		height: auto;
		float: left;
		margin-bottom: 20px;
	}
	
	.portrait img
	{
		width: 100%;
		height: auto;
		display: block;
	}	
	
	.description
	{
		display: block;
		position: relative;
	}
		
	.teamConnection
	{
		position: relative;
		margin-top: -20px;
		float: left;
		margin-left: 10px;
	}
	
	.name
	{
		font-weight: bold;
		font-size: 1.2em;
		letter-spacing: 1.5px;
		text-transform: uppercase;
	}
	
	#bodyguard
	{
		display: inline-block;
		margin: auto;
		margin-top: 25px;
		position: relative;
		border-top: 4px solid #F36B37;
		border-left: 4px solid #F36B37;
		border-bottom: 1px solid #F36B37;
		border-right: 1px solid #F36B37;
		border-radius: 2px;
		width: 95%;
		height: auto;
		padding: 2px;
		margin-left: 2%;
		top: 10%;
	}
	
	/*-------------------- mKontakt --------------------*/
		
	#mapFrame
	{
		display: block;
		margin-top: 25px;
		position: relative;
		border-top: 4px solid #F36B37;
		border-left: 4px solid #F36B37;
		border-bottom: 1px solid #F36B37;
		border-right: 1px solid #F36B37;
		border-radius: 2px;
		height: 223px;
		width: 91%;
		padding: 1px;
		float: left;
		top: 10%;
		z-index: 24;
	}
	
	#location
	{
		position: relative;
		margin-top: 25px;
		padding-left: 5%;
		padding-right: 2px;
		width: 86%;
		float: left;
		border-top: 4px solid #797986;
		border-left: 4px solid #797986;
		border-bottom: 1px solid #797986;
		border-right: 1px solid #797986;
		border-radius: 2px;
	}
	
	/*-------------------- notAvailable --------------------*/
	
	#sorry
	{
		display: block;
		margin: auto;
		position: relative;
		border-top: 4px solid #F36B37;
		border-left: 4px solid #F36B37;
		border-bottom: 1px solid #F36B37;
		border-right: 1px solid #F36B37;
		border-radius: 2px;
		width: 90%;
		height: auto;
		vertical-align: middle;
		text-align: center;
		top: 25px;
	}
	
	/*-------------------- keineInfos --------------------*/
	
	#noInfo
	{
		display: block;
		margin: auto;
		position: relative;
		border-top: 4px solid #F36B37;
		border-left: 4px solid #F36B37;
		border-bottom: 1px solid #F36B37;
		border-right: 1px solid #F36B37;
		border-radius: 2px;
		width: 90%;
		height: auto;
		text-align: center;
		top: 25px;
	}
	
	/*-------------------- Hilfe --------------------*/
	
	#help
	{
		position: relative;
		display: block;
		width: 100%;
		height: 100%;
		margin-top: 15px;
	}
	
	#help-frame
	{
		position: relative;
		display: block;
		margin: 0.5%;
		width: 99%;
		height: 98%;	
		border-top: 4px solid #797986;
		border-left: 4px solid #797986;
		border-bottom: 1px solid #797986;
		border-right: 1px solid #797986;
		border-radius: 2px;		
	}
	
	#help-frame h1, h3, p
	{
		margin-left: 20px;
	}
	
	.help-title
	{
		font-weight: bold;
		display: inline-block;
		text-align: center;
		margin-top: 25px;
		margin-bottom: 10px;
		margin-right: 7px;
		margin-left: 4px;
		
	}
	
	.help-table
	{
		display: inline-block;
		border-bottom: 1px solid #797986;
		border-radius: 2px;
		border-collapse: collapse;
		margin-right: 7px;
		margin-left: 4px;
		margin-top: 5px;
		font-size: 0.9em;
		overflow-x: scroll;
	}
	
	.help-table td
	{
		border-left: 4px solid #797986;
		border-right: 1px solid #797986;
		padding: 3px;
		width: 300px;
		white-space: nowrap;
		
	}
	
	tr.noBorder
	{
		border: 0;
	}
	
	.help-table th
	{
		border: 0;
		padding: 5px;
	}
	
	.manual-margin
	{
		display: block;
		height: 20px;
	}
	
	#enterprise
	{
		border-bottom: 1px solid #F36B37;
		border-top: 4px solid #797986;
		text-align: center;
		font-weight: bold;
	}
	
	/*-------------------- mImpressum --------------------*/
	
	#imprint
	{
		position: relative;
		display: block;
		width: 98%;
		height: 100%;
		color: #BFBFBF;
	}	
	
	#imprint-imgFrame
	{
		position: relative;
		display: block;
		margin: 2px;
		width: 98%;
		height: 99%;
	}
	
	#imprint-imgTable
	{
		position: relative;
		clear: left;
		width: 100%;
		border-spacing: 4px;
	}	
	
	#imprint-imgTable td
	{
		border-top: 4px solid #797986;
		border-left: 4px solid #797986;
		border-bottom: 1px solid #797986;
		border-right: 1px solid #797986;
		border-radius: 2px;
		width: 47%;
		height: 90px;
		padding: none;
		font-family: "champagne", Papyrus, Century Gothic, CenturyGothic, sans-serif;
		font-size: 0.8em;
		color: #BFBFBF;
	}
	
	#imprint-imgTable h3
	{
		font-size: 0.8em;
		font-weight: bold;
	}
	
	#imprint-imgTable p
	{
		position: relative;
		left: -22.5px;
		width: 96%;
		text-align: center;
	}
	
	#imprint-frame
	{
		position: relative;
		display: block;
		width: 95.5%;
		left: -1.5%;
	}
	
	#imprint-content
	{
		position: relative;
		display: block;
		width: 98%;
		margin: 10px;
		border-top: 4px solid #797986;
		border-left: 4px solid #797986;
		border-bottom: 1px solid #797986;
		border-right: 1px solid #797986;
		border-radius: 2px;		
		text-align: justify;
	}
	
	#imprint-content p
	{
		margin-left: 15px;
		margin-right: 15px;
	}
	
	#imprint h1, #imprint h2, #imprint h3, #imprint p
	{
		margin-left: 10px;
	}
	/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
																										/mSub
	-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
	/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
																										Advertisement
	------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

	/*-------------------- Frame --------------------*/
	
	#advertisement-frame
	{
		display: block;
		position: absolute;
		width: 95%;
		height: auto;		
		margin-left:2.5%;
		margin-right: 2.5%;
		margin-top: 25px;
		padding: 5px;	
	}

	/*-------------------- Info --------------------*/
	
	#advertisement-info
	{
		display: block;
		position: relative;
		margin-left: 3%;
		width: 95%;	
	}
	
	#advertisement-info li
	{
		margin-bottom: 10px;
		list-style: none;
	}
	
	#advertisement-info a:link
	{
		color: #F36B37;
	}
	
	#advertisement-info a:visited
	{
		color: #F36B37;
	}
	
	.markup
	{
		font-size: 1.5em;
	}
	
	
	/*-------------------- Image --------------------*/
	
	#advertisement-img
	{
		display: block;
		position: relative;
		width: 95%;
		height: 60%;
		margin-right: 3%;
		float: right;
	}
	
	#img-frame
	{
		display: block;
		position: relative;
		width: 80%;
		height:90%;
		border-top: 4px solid #797986;
		border-left: 4px solid #797986;
		border-bottom: 1px solid #797986;
		border-right: 1px solid #797986;
		border-radius: 2px;
		margin: auto;
		margin-top: 25px;
		margin-bottom: 25px;		
	}
	
	#slideFwd
	{
		position: absolute;
		right: 0px;
		top: 35%;
		width: 25px;
		height: 30%;
		color: #BFBFBF;
		background-color: #4D4D55;
		border: 2px solid #F36B37;
		border-radius: 2px;
	}
	
	#slideBack
	{
		position: absolute;
		left: 0px;
		top: 35%;
		width: 25px;
		height: 30%;
		color: #BFBFBF;
		background-color: #4D4D55;
		border: 2px solid #F36B37;
		border-radius: 2px;
	}
	
	.slideshow
	
	{
		margin: auto;
		text-align: center;
		padding: 5px;
		display: none;
		color: #BFBFBF;
		
	}
	
	.slideshow img
	{		
		margin: auto;
		height: 120px;
		max-width: 700px;
	}
	
	#indexPoints-frame
	{
		position: relative;
		display: block;
		top: -20px;
		left: -15px;
		text-align: center;
		width: 80%;
		margin: auto;
	}
	
	#indexPoints ul
	{
		position: relative;
		left: -40px;
	}
	
	#indexPoints li
	{
		display: inline-block;
		width: 12px;
		list-style-type: none;
		text-align: center;
	
	}
	
	/*-------------------- Description --------------------*/
	
	#advertisement-description
	{
		display: block;
		position: relative;
		margin-left: 3%;
		margin-top: -3%;
		width: 94%;
		height: 50%;
		float: left;
	}	
	
	
	/*-------------------- * --------------------*/
	
	/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
																										/Advertisement
	-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

	/*-------------------- * --------------------*/

	footer
	{
		margin: auto;
		height: 50px;
		width: 100%;
		position: fixed;
		bottom: 0;
		padding: 0px;
		clear: both;
		float: left;
		display: inline;
		color: white;
		/*background-color: #4D4D55;*/
		text-align: center;
		z-index: 25;	
	}

	/*-------------------- Fusszeile --------------------*/


	#end
	{
		display: none;
	}

	#end ul
	{
		
		width: 100%;
		list-style-type: none;
		text-align: center;
	}

	#end li
	{
		display: inline;
		margin-right: 100px;
		font-size: 16px;
		color: #F36B37;
		text-align: center;
	}

	/*-------------------- * --------------------*/
	
	
	.space-box
	{
		position: relative;
		clear: both;
		margin: 2px;
		width: 100%;
		height: 60px;
		bottom: 0;
	}

	#blur
	{
		width: 100%;
		height: 100px;
		background-color: yellow;
		z-index: 25;
		position: fixed;
		bottom: 0px;
		left: 0px;		
		background: #4D4D55;
		background: -webkit-linear-gradient(rgba(77,77,85,0), rgba(77,77,85,1) 60%, rgba(77,77,85,1)); 	/* Safari   */
		background: -o-linear-gradient(rgba(77,77,85,0), rgba(77,77,85,1) 60%, rgba(77,77,85,1)); 		/* Opera    */
		background: -moz-linear-gradient(rgba(77,77,85,0), rgba(77,77,85,1) 60%, rgba(77,77,85,1)); 	/* Firefox  */
		background: linear-gradient(rgba(77,77,85,0), rgba(77,77,85,1) 60%, rgba(77,77,85,1)); 			/* Standard */
	}

	#mobile-end
	{
		position: fixed;
		bottom: 20px;
		width: 100%;
		margin-bottom: 20px;
		margin: auto;
		z-index: 26;
		text-align: center;
		left: -30px;
	}

	#mobile-end ul
	{
		
		top: 20px;
		width: 100%;
		list-style-type: none;	
		text-align: center;
		margin: auto;
	}

	#mobile-end li
	{
		display: inline-block;
		margin-right: 15px;
		width: 35px;
		height: 35px;
		line-height: 35px;
		vertical-align: middle;
		text-align: center;
		font-size: 130%;
		border-top: 4px solid #F36B37;
		border-left: 4px solid #F36B37;
		border-bottom: 1px solid #F36B37;
		border-right: 1px solid #F36B37;
		border-radius: 2px;
		color: #F36B37;
		text-align: center;
		background-color: #4D4D55;
	}
	
	#hide
	{
		font-size: 0px;
	}

	/*-------------------- No Script --------------------*/

	#js-check
	{
		font-size: 30px;
		color: white;
		border: 3px solid red;
		border-radius: 3px;
		text-align: center;
		margi