* {margin:0px;padding:0px;box-sizing:border-box;}
html { height:100%;}
body { height:100%; font-family: Arial, Century Gothic, Helvetica; font-size:14px;}
@font-face {	/* ### NICHT FĆR IE < 9 ### */
	font-family:montserrat;		/* vĆ¶llig eigene Bennenung mĆ¶glich */
	src:url(https://quality-kitchen.my/fonts/Montserrat-Bold.ttf) format('truetype');
}
img {max-width:100%;}
h1, h2, h3, h4, h5 {}
h1 {color:#B8D522;}
textarea {font-family: Arial, Century Gothic, Helvetica; font-size:14px;}
.green {color:#B8D522;}
/*
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% MOBILE %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
@media all and (max-width:449px) 
{
	#topline {
		width:100%;
		height:50px;
		background:#000;
		border-bottom:5px solid #B8D522;
	}
	#all {
		max-width:950px;
		margin:auto;
	}
	#mainmenu {
		position:relative;
		top:0px;
		max-width:950px;
		margin:auto;
		height:50px;
		padding-right:10px;
		z-index:20;
	}
	#mainmenu label {
		font-family:montserrat;		
		position:absolute;
		right:9px;
		top:-3px;
		display:block;	
		cursor:pointer;
		color:#B8D522;	
		font-size:45px;
		line-height:45px;
	}
	#mainmenu #checkmenu {
		display:none;
	}
	#mainmenu ul {
		position:absolute;
		top:50px;
		right:0px;
		list-style-type:none;
		background:#fff;
		transition:all 0.5s;
	}
	#mainmenu ul li {
	}
	#mainmenu ul li a {
		display:block;
		text-decoration:none;
		color:#000;
		font-size:0px;
		padding:0;
		transition:all 0.5s;
		background:#fff;
	}
	#mainmenu ul li a.akt {
		text-decoration:none;
		color:#B8D522;
	}
	#mainmenu ul li a span {
		color:#f6931e;
	}
	#mainmenu ul li a:hover,
	#mainmenu ul li a.last:hover >span {
		color:#999;
	}
	#checkmenu:checked ~ul {
		width:100%;
	}
	#checkmenu:checked ~ul li a {
		width:100%;
		font-size:100%;
		line-height:30px;
		border-bottom:2px solid #B8D522;
		opacity:1;
		padding:2%;
	}
	#checkmenu:checked ~ul li a:hover {
		padding-left:5%;	
	}
	#checkmenu:checked ~ul li a.last {
		border-bottom:0px solid #B8D522;
	}
	#logo {
		padding:5px;	
	}
	#kitchen {
		width:60%;
	}
	#table {
		position:relative;
		top:-10px;
		width:38%;
		padding:0 10px 0 10px;
	}
	#property {
		position:relative;
		height:40px;
		top:-2px;
		width:100%;	
		z-index:10;
	}
	#property label {
		width:100%;
		position:absolute;
		right:0px;
		line-height:40px;
		color:white;
		text-align:center;
		background: #b8d522; /* Old browsers */
		background: -moz-linear-gradient(top, #b8d522 0%, #798c16 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, #b8d522 0%,#798c16 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, #b8d522 0%,#798c16 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8d522', endColorstr='#798c16',GradientType=0 );
		box-shadow:0 0 10px #798C16 inset;
		padding:0% 3%;
		cursor:pointer;
	}
	#property label:hover {
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
		filter: alpha(opacity=80);
		-moz-opacity:0.8;
		-khtml-opacity: 0.8;
		opacity: 0.8;
	}
	#property label:active {
		background: #798c16; /* Old browsers */
		background: -moz-linear-gradient(top, #798c16 0%, #b8d522 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, #798c16 0%,#b8d522 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, #798c16 0%,#b8d522 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#798c16', endColorstr='#b8d522',GradientType=0 ); /* IE6-9 */
	}
	#property ul {
		position:absolute;
		top:40px;
		right:0px;
		width:100%;
		list-style-type:none;	
	}
	#property ul li a {
		display:block;
		text-decoration:none;
		color:black;
		font-size:0px;
		padding:0;
		transition:all 0.5s;
		background:#fff;		
	}
	#checkproperty {
		display:none;	
	}
	#checkproperty:checked ~ ul {
		border:2px solid #B8D522;
	}
	#checkproperty:checked ~ ul li a {
		border-bottom:2px solid #B8D522;
		padding:2%;
		font-size:100%;
		line-height:20px;
		color:black;
	}
	#checkproperty:checked ~ ul li a.last {
		border-bottom:0px solid #B8D522;
	}
	#checkproperty:checked ~ ul li a:hover {	
		padding-left:5%;
	}
	[data-u="loading"] {
		position: absolute; 
		top: 0px; 
		left: 0px;
	}
	[data-u="slides"] {
		cursor: default; 
		position: relative; 
		top: 0px; 
		left: 0px; 
		width: 450px; 
		height: 300px; 
		overflow: hidden;
	}
	#jssor_1 {
		position: relative; 
		margin: 0 auto; 
		top: 0px; 
		left: 0px; 
		width: 450px; 
		height: 300px; 
		overflow: hidden; 
		visibility: hidden;
		margin-bottom:10px;		
	}
	.pagehead {
		display:none;
	}
	.pagefooter {
		display:none;	
	}
	#content {
		position:relative;
		top:0px;
		width:100%;	
	}
	#content h1 {
		padding-top:5px;
		margin-bottom:10px;	
	}
	#artwrap {
		padding:0px 4%;
	}
	.spalte {
		width:100%;
		padding:0px 0px 0px 0px;
	}
	.spalte a img {
		display:none;
	}
	.spalte p a {
		text-decoration:none;
		color:#aaa;	
	}
	.spalte p a:hover {
		color:#B8D522;
	}
	#contactmap {
		height:100%;
		width:100%;
		border:5px solid #aaa;
		margin-bottom:35px;
	}
	.letztespalte
	{
		float:right;
		width:100%;
		padding:20px 0 10px 0px;
	}
	#spalte1 {
		width:100%;
		padding:5px 10px 30px 0;
	}
	#spalte2 {
		width:100%;
		padding:0px 0px 20px 0;
	}
	#spalte3 {
		height:100%;
		width:100%;
		padding:0px 0px 10px 0;
	}
	.feld {
		width:100%;
		margin-bottom:5px;
		margin-top:2px;
		line-height:20px;
		font-size:12px;
		padding-left:4px;
		background:#EBEBEB;
		border:0;
		border-radius:3px;
	}
	input[type="submit"],
	input[type="reset"] {
		width:50%;
		height:30px;
		margin-top:5px;
	}
	#maps {
		position:relative;
		top:10px;
		width:100%;		
	}
	#maps iframe {
		height:250px; 
		width:100%;		
		border:5px solid #aaa;	
		margin-bottom:45px;
		margin-top:10px;
	}
	#welcome {
		position:relative;
		top:30px;
		height:100px;
		text-align:center;
	}
	#welcome span {
		color:#B8D522;	
	}
	#line1, #line2 {
		font-size:18px;	
	}
	#bottomline {
		position:fixed;
		bottom:0px;
		width:100%;
		height:30px;
		background:#000;
		border-top:3px solid #B8D522;
	}
}
@media all and (min-width: 450px) and (max-width: 649px )
{	
	#topline {
		width:100%;
		height:50px;
		background:#000;
		border-bottom:5px solid #B8D522;	
	}
	#all {
		max-width:950px;
		margin:auto;
	}
	#mainmenu {
		position:relative;
		top:0px;
		max-width:950px;
		margin:auto;
		height:50px;
		padding-right:10px;
		z-index:20;
	}
	#mainmenu label {
		font-family:montserrat;		
		position:absolute;
		right:9px;
		top:-3px;
		display:block;	
		cursor:pointer;
		color:#B8D522;	
		font-size:45px;
		line-height:45px;
	}
	#mainmenu #checkmenu {
		display:none;
	}
	#mainmenu ul {
		position:absolute;
		top:50px;
		right:0px;
		list-style-type:none;
		background:#fff;
		transition:all 0.5s;
	}
	#mainmenu ul li {
	}
	#mainmenu ul li a {
		display:block;
		text-decoration:none;
		color:#000;
		font-size:0px;
		padding:0;
		transition:all 0.5s;
		background:#fff;
	}
	#mainmenu ul li a.akt {
		text-decoration:none;
		color:#B8D522;
	}
	#mainmenu ul li a span {
		color:#f6931e;
	}
	#mainmenu ul li a:hover,
	#mainmenu ul li a.last:hover >span {
		color:#999;
	}
	#checkmenu:checked ~ul {
		width:100%;
	}
	#checkmenu:checked ~ul li {

	}
	#checkmenu:checked ~ul li a {
		width:100%;
		font-size:100%;
		line-height:30px;
		border-bottom:2px solid #B8D522;
		opacity:1;
		padding:2%;
	}
	#checkmenu:checked ~ul li a:hover {
		padding-left:5%;	
	}
	#checkmenu:checked ~ul li a.last {
		border-bottom:0px solid #B8D522;
	}
	#logo {
		padding:10px 10px 10px 10px;	
	}
	#kitchen {
		max-width:260px;
	}
	#table {
		position:relative;
		top:0px;
		float:right;
		max-width:150px;
		padding:12px 10px 10px 0;	
	}
	#property {
		position:relative;
		height:40px;
		top:-2px;
		width:100%;	
		z-index:10;
	}
	#property label {
		width:100%;
		position:absolute;
		right:0px;
		line-height:40px;
		color:white;
		text-align:center;
		background: #b8d522; /* Old browsers */
		background: -moz-linear-gradient(top, #b8d522 0%, #798c16 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, #b8d522 0%,#798c16 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, #b8d522 0%,#798c16 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8d522', endColorstr='#798c16',GradientType=0 );
		box-shadow:0 0 10px #798C16 inset;
		padding:0% 3%;
		cursor:pointer;
	}
	#property label:hover {
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
		filter: alpha(opacity=80);
		-moz-opacity:0.8;
		-khtml-opacity: 0.8;
		opacity: 0.8;
	}
	#property label:active {
		background: #798c16; /* Old browsers */
		background: -moz-linear-gradient(top, #798c16 0%, #b8d522 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, #798c16 0%,#b8d522 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, #798c16 0%,#b8d522 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#798c16', endColorstr='#b8d522',GradientType=0 ); /* IE6-9 */
	}
	#property ul {
		position:absolute;
		top:40px;
		right:0px;
		width:100%;
		list-style-type:none;	
	}
	#property ul li a {
		display:block;
		text-decoration:none;
		color:black;
		font-size:0px;
		padding:0;
		transition:all 0.5s;
		background:#fff;		
	}
	#checkproperty {
		display:none;	
	}
	#checkproperty:checked ~ ul {
		border:2px solid #B8D522;
	}
	#checkproperty:checked ~ ul li a {
		border-bottom:2px solid #B8D522;
		padding:2%;
		font-size:100%;
		line-height:20px;
		color:black;
	}
	#checkproperty:checked ~ ul li a.last {
		border-bottom:0px solid #B8D522;
	}
	#checkproperty:checked ~ ul li a:hover {	
		padding-left:5%;
	}
	[data-u="loading"] {
		position: absolute; 
		top: 0px; 
		left: 0px;
	}
	[data-u="slides"] {
		cursor: default; 
		position: relative; 
		top: 0px; 
		left: 0px; 
		width: 650px; 
		height: 400px; 
		overflow: hidden;
	}
	#jssor_1 {
		position: relative; 
		margin: 0 auto; 
		top: 0px; 
		left: 0px; 
		width: 650px; 
		height: 400px; 
		overflow: hidden; 
		visibility: hidden;
		margin-bottom:15px;	
	}
	.pagehead {
		position: absolute; 
		top: 30px; 
		left: 0px; 
 		padding:0 15px 0 15px; 
		background-color: rgba(0,0,0,0.7); 
		font-family: "Times New Roman", Times, serif;
		font-size: 170%; 
		color: #ffffff; 
		line-height: 50px; 
		text-align: center;
	}
	.pagefooter {
		position: absolute; 
		top: 360px; 
		left: 0px; 
		width: 650px; 
		height: 40px; 
		background-color: rgba(0,0,0,0.7); 
		font-family: Arial, Century Gothic, Helvetica;
		font-size: 14px; 
		color: #ffffff; 
		line-height: 40px; 
		text-align: left;
		z-index:70;	
	}
	#content {
		position:relative;
		top:0px;
		width:100%;	
	}
	#content h1 {
		margin-bottom:15px;	
	}
	#artwrap {
		padding:5px 4%;
	}
	.spalte {
		width:100%;
		padding:0px 0px 0px 0px;
	}
	.spalte a img {
		display:none;
	}
	.spalte p a {
		text-decoration:none;
		color:#aaa;	
	}
	.spalte p a:hover {
		color:#B8D522;
	}
	#contactmap {
		height:300px;
		width:100%;
		border:5px solid #aaa;
		margin-bottom:10px;
	}
	.letztespalte
	{
		float:right;
		width:100%;
		padding:20px 0 10px 0px;
	}
	#spalte1 {
		width:100%;
		padding:5px 10px 30px 0;
	}
	#spalte2 {
		width:100%;
		padding:0px 0px 30px 0;
	}
	#spalte3 {
		height:100%;
		width:100%;
		padding:0px 0px 10px 0;
		margin-bottom:30px;
	}
	.feld {
		width:100%;
		margin-bottom:5px;
		margin-top:2px;
		line-height:20px;
		font-size:12px;
		padding-left:4px;
		background:#EBEBEB;
		border:0;
		border-radius:3px;
	}
	input[type="submit"],
	input[type="reset"] {
		width:50%;
		height:30px;
		margin-top:5px;
	}
	#maps {
		position:relative;
		top:10px;
		width:100%;		
	}
	#maps iframe {
		height:250px; 
		width:100%;		
		border:5px solid #aaa;	
		margin-bottom:50px;
		margin-top:10px;
	}
	#welcome {
		position:relative;
		top:30px;
		height:100px;
		text-align:center;
	}
	#welcome span {
		color:#B8D522;	
	}
	#line1, #line2 {
		font-size:18px;	
	}
	#bottomline {
		position:fixed;
		bottom:0px;
		width:100%;
		height:30px;
		background:#000;
		border-top:3px solid #B8D522;
	}
}

/*
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% DESKTOP %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
@media all and (min-width: 650px ) and (max-width: 949px )
{	
	#topline {
		width:100%;
		height:50px;
		background:#000;
		border-bottom:5px solid #B8D522;	
	}
	#all {
		max-width:950px;
		margin:auto;
	}
	#mainmenu {
		position:relative;
		top:20px;
		max-width:950px;
		margin:auto;
		height:20px;
		padding-right:10px;
		z-index:20;
	}
	#mainmenu label {
		display:none;
	}
	#mainmenu #checkmenu {
		display:none;
	}
	#mainmenu ul {
		position:relative;
		float:right;
		list-style-type:none;
	}
	#mainmenu ul li {
		float:left;
		margin-left:20px;
	}
	#mainmenu ul li a {
		color:white;
		text-decoration:none;
	}
	#mainmenu ul li a.akt {
		text-decoration:none;
		color:#B8D522;
	}
	#mainmenu ul li a span {
		color:#f6931e;
	}
	#mainmenu ul li a:hover,
	#mainmenu ul li a.last:hover >span {
		color:#999;
	}
	#logo {
		padding:10px 10px 10px 10px;	
	}
	#kitchen {
		max-width:360px;
	}
	#table {
		position:relative;
		top:0px;
		float:right;
		max-width:250px;
		padding:12px 10px 10px 0;	
	}
	#property {
		position:relative;
		height:30px;
		top:-2px;
		width:100%;	
		z-index:10;
	}
	#property label {
		width:300px;
		position:absolute;
		right:0px;
		line-height:30px;
		color:white;
		text-align:center;
		background: #b8d522; /* Old browsers */
		background: -moz-linear-gradient(top, #b8d522 0%, #798c16 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, #b8d522 0%,#798c16 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, #b8d522 0%,#798c16 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8d522', endColorstr='#798c16',GradientType=0 );
		box-shadow:0 0 10px #798C16 inset;
		padding:0% 3%;
		cursor:pointer;
	}
	#property label:hover {
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
		filter: alpha(opacity=80);
		-moz-opacity:0.8;
		-khtml-opacity: 0.8;
		opacity: 0.8;
	}
	#property label:active {
		background: #798c16; /* Old browsers */
		background: -moz-linear-gradient(top, #798c16 0%, #b8d522 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, #798c16 0%,#b8d522 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, #798c16 0%,#b8d522 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#798c16', endColorstr='#b8d522',GradientType=0 ); /* IE6-9 */
	}
	#property ul {
		position:absolute;
		top:30px;
		right:0px;
		width:300px;
		list-style-type:none;	
	}
	#property ul li a {
		display:block;
		text-decoration:none;
		color:black;
		font-size:0px;
		padding:0;
		transition:all 0.5s;
		background:#fff;		
	}
	#checkproperty {
		display:none;	
	}
	#checkproperty:checked ~ ul {
		border:2px solid #B8D522;
	}
	#checkproperty:checked ~ ul li a {
		border-bottom:2px solid #B8D522;
		padding:2%;
		font-size:100%;
		line-height:20px;
		color:black;
	}
	#checkproperty:checked ~ ul li a.last {
		border-bottom:0px solid #B8D522;
	}
	#checkproperty:checked ~ ul li a:hover {	
		padding-left:5%;
	}
	[data-u="loading"] {
		position: absolute; 
		top: 0px; 
		left: 0px;
	}
	[data-u="slides"] {
		cursor: default; 
		position: relative; 
		top: 0px; 
		left: 0px; 
		width: 950px; 
		height: 333px; 
		overflow: hidden;
	}
	#jssor_1 {
		position: relative; 
		margin: 0 auto; 
		top: 0px; 
		left: 0px; 
		width: 950px; 
		height: 333px; 
		overflow: hidden; 
		visibility: hidden;
		margin-bottom:15px;		
	}
	.pagehead {
		position: absolute; 
		top: 30px; 
		left: 0px; 
 		padding:0 15px 0 15px; 
		background-color: rgba(0,0,0,0.7); 
		font-family: "Times New Roman", Times, serif;
		font-size: 32px; 
		color: #ffffff; 
		line-height: 60px; 
		text-align: center;
	}
	.pagefooter {
		position: absolute; 
		top: 293px; 
		left: 0px; 
		width: 950px; 
		height: 40px; 
		background-color: rgba(0,0,0,0.7); 
		font-family: Arial, Century Gothic, Helvetica;
		font-size: 14px; 
		color: #ffffff; 
		line-height: 40px; 
		text-align: left;	
	}
	#content {
		position:relative;
		top:0px;
		width:100%;	
	}
	#content h1 {
		margin-bottom:5px;	
	}
	#artwrap {
		padding:0px 2%;
		padding-top:0px;	
	}
	.spalte {
		float:left;
		width:33.333%;
		padding:5px 20px 10px 0;
	}
	.spalte a img {
		
		pointer:cursor;
		padding-left:10%;	
	}
	.spalte p a {
		text-decoration:none;
		color:#aaa;	
	}
	.spalte p a:hover {
		color:#B8D522;
	}
	.letztespalte
	{
		float:right;
		width:33.333%;
		padding:10px 0 0 20px;;
	}
	#spalte1 {
		float:left;
		width:50%;
		padding:0px 20px 10px 0;
		margin-bottom:30px;
	}
	#spalte2 {
		float:left;
		width:50%;
		padding:0px 0px 20px 0;
	}
	#spalte3 {
		height:300px;
		width:100%;
		padding:0px 0px 0px 0;
	}
	.feld {
		width:100%;
		margin-bottom:5px;
		margin-top:2px;
		line-height:20px;
		font-size:12px;
		padding-left:4px;
		background:#EBEBEB;
		border:0;
		border-radius:3px;
	}
	input[type="submit"],
	input[type="reset"] {
		width:50%;
		height:30px;
		margin-top:5px;
	}
	#maps {
		position:relative;
		top:0px;
		width:100%;
		z-index:-1;		
	}
	#maps iframe {
		height:250px; 
		width:100%;		
		border:5px solid #aaa;	
		margin-bottom:45px;
	}
	#contactmap {
		height:100%;
		width:100%;
		margin-bottom:45px;
		border:5px solid #aaa;
	}
	#welcome {
		position:relative;
		top:30px;
		height:90px;
		text-align:center;
		display:flex;
		flex-wrap:wrap;
		justify-content:center;
	}
	#line1, #line2 {
		font-size:18px;	
	}
	#welcome span {
		color:#B8D522;	
	}
	#bottomline {
		position:fixed;
		bottom:0px;
		width:100%;
		height:30px;
		background:#000;
		border-top:3px solid #B8D522;	
	}
}
/*
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%% < 950px %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
@media all and (min-width: 950px) 
{	
	#topline {
		width:100%;
		height:50px;
		background:#000;
		border-bottom:5px solid #B8D522;	
	}
	#all {
		max-width:950px;
		margin:auto;
	}
	#mainmenu {
		position:relative;
		top:20px;
		max-width:950px;
		margin:auto;
		height:20px;
		z-index:20;
	}
	#mainmenu label {
		display:none;
	}
	#mainmenu #checkmenu {
		display:none;
	}
	#mainmenu ul {
		position:relative;
		float:right;
		list-style-type:none;
	}
	#mainmenu ul li {
		float:left;
		margin-left:20px;
	}
	#mainmenu ul li a {
		color:white;
		text-decoration:none;
	}
	#mainmenu ul li a.akt {
		text-decoration:none;
		color:#B8D522;
	}
	#mainmenu ul li a span {
		color:#f6931e;
	}
	#mainmenu ul li a:hover,
	#mainmenu ul li a.last:hover >span {
		color:#999;
	}
	#logo {
		padding:30px 0 0 0;	
	}
	#table {
		position:relative;
		top:-30px;
		float:right;
		max-width:250px;
		padding:30px 0 30px 30px;	
	}
	#property {
		position:relative;
		height:30px;
		top:-2px;
		width:100%;	
		z-index:10;
	}
	#property label {
		width:300px;
		position:absolute;
		right:0px;
		line-height:30px;
		color:white;
		text-align:center;
		background: #b8d522; /* Old browsers */
		background: -moz-linear-gradient(top, #b8d522 0%, #798c16 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, #b8d522 0%,#798c16 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, #b8d522 0%,#798c16 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8d522', endColorstr='#798c16',GradientType=0 );
		box-shadow:0 0 10px #798C16 inset;
		padding:0% 3%;
		cursor:pointer;
	}
	#property label:hover {
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
		filter: alpha(opacity=80);
		-moz-opacity:0.8;
		-khtml-opacity: 0.8;
		opacity: 0.8;
	}
	#property label:active {
		background: #798c16; /* Old browsers */
		background: -moz-linear-gradient(top, #798c16 0%, #b8d522 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, #798c16 0%,#b8d522 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, #798c16 0%,#b8d522 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#798c16', endColorstr='#b8d522',GradientType=0 ); /* IE6-9 */
	}
	#property ul {
		position:absolute;
		top:30px;
		right:0px;
		width:300px;
		list-style-type:none;	
	}
	#property ul li a {
		display:block;
		text-decoration:none;
		color:black;
		font-size:0px;
		padding:0;
		transition:all 0.5s;
		background:#fff;		
	}
	#checkproperty {
		display:none;	
	}
	#checkproperty:checked ~ ul {
		border:2px solid #B8D522;
	}
	#checkproperty:checked ~ ul li a {
		border-bottom:2px solid #B8D522;
		padding:2%;
		font-size:100%;
		line-height:20px;
		color:black;
	}
	#checkproperty:checked ~ ul li a.last {
		border-bottom:0px solid #B8D522;
	}
	#checkproperty:checked ~ ul li a:hover {	
		padding-left:5%;
	}
	[data-u="loading"] {
		position: absolute; 
		top: 0px; 
		left: 0px;
	}
	[data-u="slides"] {
		cursor: default; 
		position: relative; 
		top: 0px; 
		left: 0px; 
		width: 950px; 
		height: 333px; 
		overflow: hidden;
	}
	#jssor_1 {
		position: relative; 
		margin: 0 auto; 
		top: 0px; 
		left: 0px; 
		width: 950px !important; 
		height: 333px !important; 
		overflow: hidden; 
		visibility: hidden;
		margin-bottom:15px;		
	}
	.pagehead {
		position: absolute; 
		top: 30px; 
		left: 0px; 
 		padding:0 15px 0 15px; 
		background-color: rgba(0,0,0,0.7); 
		font-family: "Times New Roman", Times, serif;
		font-size: 32px; 
		color: #ffffff; 
		line-height: 60px; 
		text-align: center;
	}
	.pagefooter {
		position: absolute; 
		top: 293px; 
		left: 0px; 
		width: 950px; 
		height: 40px; 
		background-color: rgba(0,0,0,0.7); 
		font-family: Arial, Century Gothic, Helvetica;
		font-size: 14px; 
		color: #ffffff; 
		line-height: 40px; 
		text-align: left;	
	}
	#content {
		position:relative;
		top:0px;
		width:100%;	
	}
	#content h1 {
		margin-bottom:5px;	
	}
	.spalte {
		float:left;
		width:33.333%;
		padding:10px 20px 0px 0;
		margin-bottom:20px;
		z-index:9;
	}
	.spalte a img {
		position:absolute;
		top:370px;
		padding:20px 0 0 50px;
		pointer:cursor;	
	}
	.spalte p a {
		text-decoration:none;
		color:#aaa;	
	}
	.spalte p a:hover {
		color:#B8D522;
	}
	.letztespalte
	{
		float:right;
		width:33.333%;
		padding:10px 0 0 20px;
		margin-bottom:30px;
	}
	#spalte1 {
		float:left;
		width:30%;
		padding:0px 20px 10px 0;
		margin-bottom:30px;
	}
	#spalte2 {
		float:left;
		width:40%;
		padding:0px 20px 40px 0;
	}
	#spalte3 {
		height:100%;
		float:left;
		width:30%;
		padding:0px 0px 0px 0;
		margin-bottom:0px;
	}
	.feld {
		width:100%;
		margin-bottom:5px;
		margin-top:2px;
		line-height:20px;
		font-size:12px;
		padding-left:4px;
		background:#EBEBEB;
		border:0;
		border-radius:3px;
	}
	input[type="submit"],
	input[type="reset"] {
		width:50%;
		height:30px;
		margin-top:5px;
	}
	#maps {
		top:0px;
		width:66.666%;
		z-index:-1;		
	}
	#maps iframe {
		height:250px; 
		width:100%;		
		border:5px solid #aaa;	
		margin-bottom:50px;
	}
	#contactmap {
		float:right;
		height:525px;;
		width:100%;
		border:5px solid #aaa;
		margin-bottom:10px;
	}
	#welcome {
		position:relative;
		top:30px;
		height:90px;
		text-align:center;
		display:flex;
		flex-wrap:wrap;
		justify-content:center;
	}
	#line1, #line2 {
		font-size:18px;	
	}
	#welcome span {
		color:#B8D522;	
	}
	#bottomline {
		position:fixed;
		bottom:0px;
		width:100%;
		height:30px;
		background:#000;
		border-top:3px solid #B8D522;
	}
}