@charset "UTF-8";

@import url("desktop.css");


body {
	padding:0px; margin:0px;
	-webkit-text-size-adjust: none; 
	font-family:Arial, Helvetica, sans-serif;
	
}

/* orange: rgba(208,70,21,1) /  #D04615
	braun: rgba(118,31,22,1) / #761F16
	grey:rgba(102,102,102,1); / #666*/
img {border:none;}	
h1 {font-size:150%; font-weight:lighter;}
h2 {margin-top:0px;}
h3 {margin-top:40px;}
h4 {margin:10px 0px 6px 0px;}

article table {color:#761F16;}
article a, article a:visited, .link {
	color:#D04615;
	text-decoration:none;
	cursor:pointer;
}
article a:hover, .link:hover{
	text-decoration:underline;
}
input[type=checkbox] {
	-webkit-appearance:checkbox;	
}
article input, article textarea, footer input {
	border:1px solid #D04615;
	outline:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#761F16;
	max-width:95%;
	border-radius:0px;
	-webkit-appearance: none;	
}

article input:hover, article textarea:hover, footer input:hover {
	border:1px solid #761F16;
	outline:none;
}
footer button:hover {
	text-decoration:underline;
	cursor: pointer;	
}
article input:active, article input:focus, article textarea:active,article textarea:focus, footer input:active, footer input:focus  {border:1px solid #761F16;outline:none;}
article textarea {
	width:95%;
	height:100px;
	margin:0px 4px;
	resize: vertical;
}
textarea, input {
	padding:4px 6px;
}
article button, .btn {
	background-color:#761F16;
	border:1px solid #761F16;
	background-color: rgba(118,31,22,0.9);
	border-radius:5px;
	font-size:20px;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	padding:6px 12px;

}
article button a {
	color:white;	
}
.mini {
	font-size:16px;
	padding:2px 3px;
	border-radius:2px;
	line-height:200%;	
}
article button:hover, article button:active, article button a:hover, .btn:hover, .btn:active, .btn:hover{ /* button hover*/
	background-color: #761F16;
	cursor:pointer;
	border:1px solid #761F16;
	text-decoration:none;
	}
article p {
	margin-bottom:16px;
	margin-top:0;
}
	

#Box img, #Bild img {
	background:url(loader.gif) center no-repeat;
}
#Gallery, #Gallerie {
	line-height:0%;
	text-align:center;
}


#Gallerie img {
	
	-moz-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
	moz-transition-property:all;
	-moz-transition-duration:0.2s;
	-o-transition-property:all;
	-o-transition-duration:0.2s;
	-webkit-transition-property:all;
	-webkit-transition-duration:0.2s;
	vertical-align: middle;
	z-index:0;
	position:relative;
}
#Gallerie img:hover {
	-moz-transform: scale(1.02, 1.02);
	-webkit-transform: scale(1.02, 1.02);
	-o-transform: scale(1.02, 1.02);
	transform: scale(1.02, 1.02);
	moz-transition-property:all;
	-moz-transition-duration:0.2s;
	-o-transition-property:all;
	-o-transition-duration:0.2s;
	-webkit-transition-property:all;
	-webkit-transition-duration:0.2s;
	z-index:5;
}
table,td,tr {
	vertical-align:top;
	padding:0px;
	border-spacing:0px;
}
th {
	text-align:left;	
}
.btn-m{padding:4px 8px; font-size:16px;}
::selection {
	color:white;
	background-color:#761F16;	
}
#zrck {
	display:none;
}
