@font-face {
	font-family: 'IcoMoon';
	src: 	url('fonts/IcoMoon.eot');
	src: 	url('fonts/IcoMoon.eot?#iefix') format('embedded-opentype'), 
			url('fonts/IcoMoon.woff') format('woff'), 
			url('fonts/IcoMoon.ttf') format('truetype'), 
			url('fonts/IcoMoon.svg#IcoMoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

html {
  height: 100%;
}
body {
	height: 100%;
  	font-family: Arial,Verdana, Helvetica, sans-serif;
  	font-size: 14px;
  	font-style: normal;
  	font-weight: normal;
  	color: #000000;
  	text-decoration: none;
}
@media (max-width: 767px) {
	body {
		padding-left: 0px;
		padding-right: 0px;
	}
}

.content {
	padding-bottom: 40px;
	padding-top: 30px;
}
a,
a:hover,
a:active {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.nav > li > a:hover {
	background: none;
}
h1,
.page-header h2 {
	color: #000000;
	font-size: 16px !important;
	font-weight: normal !important;
	margin: 0px;
	padding: 8px !important;
	padding-left: 0px;
	line-height: 1.2em;
	border-bottom: 2px solid #a47c0d;
	margin-bottom: 10px;
}
h2 {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 2px;
	padding-left: 0px;
	line-height: 1.2em;
  border-bottom: 1px solid #4c4c4e;
}
h3 {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	line-height: 1em;
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 2px;
}
label.invalid {
	color: #900202;
}
label.invalid span.form-control-feedback {
	display: block;
	font-size: 10px;	
}

legend {
	font-size: inherit;
}
table {
	border: 0px;
	border-collapse: collapse;
}
td {
	padding: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: top;
}
input[type="checkbox"] {
	margin: 0px;
}
input[type=submit],
input[type=button],
button,
.btn {
  background-color: #E1C452;
	background-image: -moz-linear-gradient(top,#E1C452,#DBA901);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#E1C452),to(#DBA901));
	background-image: -webkit-linear-gradient(top,#E1C452,#DBA901);
	background-image: -o-linear-gradient(top,#E1C452,#DBA901);
	background-image: linear-gradient(to bottom,#E1C452,#DBA901);
  font-size: 14px;
  color: #462103;
  border: 1px solid #462103;
  padding: 2px;
  padding-left: 5px;
  padding-right: 5px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
  text-shadow: none;
}

input[type="submit"]:hover,
button:hover,
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled],
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled],
.btn-success:active,
.btn-success.active {
  background-color: #E1C452;
	background-image: -moz-linear-gradient(top,#E1C452,#DBA901);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#E1C452),to(#DBA901));
	background-image: -webkit-linear-gradient(top,#E1C452,#DBA901);
	background-image: -o-linear-gradient(top,#E1C452,#DBA901);
	background-image: linear-gradient(to bottom,#E1C452,#DBA901);
}
.btn:hover,
.btn:focus {
	background-position: top left;
}

[class^="icon-"]:not(.icon-lg), [class*=" icon-"]:not(.icon-lg) {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 5px;
    line-height: 12px;
}
[class^="icon-"]:not(.icon-lg)::before, [class*=" icon-"]:not(.icon-lg)::before {
    font-family: 'IcoMoon';
    font-style: normal;
    speak: none;
}
[class^="newicon-"], 
[class*=" newicon-"] {
	position: relative;
	display: inline-block;
    margin-right: 5px;
    padding-left: 22px;
    border: 0px solid #900202;
	line-height: initial;
}
span[class^="newicon-"], 
span[class*=" newicon-"] {
	display: inline;
    margin-right: 2px;
    font-size: initial;
}
[class^="newicon-"]:before, 
[class*=" newicon-"]:before {
	font-family: 'IcoMoon';
	font-size: 14px;
	cursor: pointer;
	position: absolute;
	top: 2px;
	left: 0px;
	line-height: normal;
}
.newicon-list:before {
	content: '\e231';
	top: 1px;
}
.innertext {
  display: none;
}
.page-header {
	margin: 0px;
  	margin-bottom: 5px;
  	border: 0px;
}
span.imageCopyright {
	position: absolute;
	bottom: 10px;
	left: 8px;
	z-index: +1;
	background: RGBA(255,255,255,0.65);
	padding: 10px;
}
.image_thumb img {
	margin-right: 5px;
}
div.image {
	display: inline-block;
	float: left;
	border: 1px solid #15244e;
	padding: 3px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 4px;
}
div.image img {
	border: 1px solid #999999;
}

.prices,
.prices2 {
	display: block;
	margin-bottom: 5px;
}
.prices div,
.prices2 div {
	display: inline;
}
.prices div:first-child,
.prices2 div:first-child {
	display: inline-block;
	width: 180px;
	font-weight: normal;	
}
.prices2 div:first-child {
	width: 300px;
}
.fullwidth {
	width: 100%;
	margin: 0px;
}
.fullwidth .span12 {
	width: 100%;
	margin-left: 0px;
}
.container {
	background-color: #FFFFFF;
	padding-left: 20px;
	padding-right: 20px;
}
@media (max-width: 767px) {
}

/* Footer */
.footer {
	position: fixed;
	bottom: 0px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
}
.footer .span12 {
	background-color: #4c4c4e; /*grau*/
  	border-top: 2px solid #a47c0d; /*gelb*/
	text-align: center;
	padding: 3px;
}
.footer .span12,
.footer .span12 a {
	color: #FFFFFF; /*wei�*/
	font-size: 11px;
}
.image {
	border: 1px solid #a47c0d;	
}

/* Phoca Gallery */
#pg-msnr-container .pg-csv-box {
	width: 150px;
}
#pg-msnr-container .pg-csv-box-img {
	width: 100%;
}
#pg-msnr-container .pg-csv-box-img a img {
	border: 1px solid #999999;	
}
#pg-icons {
	display: none;
}
#phocagallery .pagination {
	display: none;
}
#phocagallery .pg-csv-name {
	background-image: none;
	padding-left: 0px;
	text-align: center;
}
	
/* Scrollleiste Bilder */
.content img {
  border: 1px solid #999999 !important;
  height: 150px;
  margin-right: 2px;

}

.content-image {
	border: 1px solid #a47c0d;
	margin-right: 5px;
	margin-bottom: 5px;
}
.weblink-category ul {
	list-style-type: none;
}	
.weblink-category ul li {
	margin-top: 10px;
}
.weblink-category img {
	height: auto !important;
	border: 0px !important;	
}

.ui.top.center.popup {
	z-index:1003;
}
.headertag {
	display: none;
}



.icon-addon-include::before {
    content: "\47";
    color: #0b5703;
}
.icon-addon-extra::before {
    content: "\2a";
    color: #a47d16;
}
