﻿
body {
	background: url(/images/public/dstellen/background.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
a {
	color: #bc9f73;
}
a:hover {
	color: #bc9f73;
}

input[type="email"] {
	color: #bc9f73;
}
input[type="password"] {
	color: #bc9f73;
}
input[type="text"] {
	color: #bc9f73;
}

textarea {
	color: #bc9f73;
}
::selection {
	color: #bc9f73;
}
::-moz-selection {
 color: #bc9f73;
}

#backgroundtransparency {
	background-color: rgba(255, 255, 255, 0);
}
#contentbody {
	text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
}

#mapbody {
	text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
}
#footer img {
	-webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
}
#fullheight {
	background-color: rgba(251, 251, 251, 0.9);
}
#mapfullheight {
	background-color: rgba(251, 251, 251, 0.9);
}
#header {
	border-bottom: 1px solid #bc9f73;	
	background-color: rgba(251, 251, 251, 1);
	padding: 30px 0;
}

.colour-change {
	background-color: rgba(188, 159, 115, 1);
	border: 2px solid rgba(188, 159, 115, 1);
}
.colour-change:hover {
	background-color: rgba(188, 159, 115, 0.8);
	border: 2px solid rgba(188, 159, 115, 0.8);
}
    .custom-radio-check:checked[disabled] + label:before {
        border: #bc9f73;
        background: #bc9f73;
    }
.user-table {
	border: 1px solid #bc9f73;
	border-bottom: 3px solid #bc9f73;
}
.user-table tr:hover td {
	color: #bc9f73;
}
.user-table th {
	background: #bc9f73;
}

@media only screen and (max-width: 767px) {
#header {
	padding: 20px 0;
}
}