.formular .label
{
	display: block;
}

.formular div
{
	margin-bottom: 10px;
}

.formular .text, .formular .capt
{
	width: 100%;
	height: 20px;
	line-height: 20px;
	border: 1px solid #D5D9DA;
	border-radius: 3px;
}

.formular .capt
{
	display: block;
}

.formular textarea
{
	border: 1px solid #D5D9DA;
	border-radius: 3px;
	width: 100%;
}


table.style
{
	border-collapse: separate;
	border-spacing: 0 0;
	width: 100% !important;
	font-size: 0.8em;
}

.style-responsive
{
	width: calc(100% + 6em) !important;
	overflow-x: auto;
	margin-left: -3em;
	margin-right: -6em;
}


table.style thead td
{
	color: #808696;
	font-family: 'Playfair Display SC', serif;
	font-weight: bold;
	border-bottom: 1px solid #cdcfd3;
	
}

table.style tbody tr:first-child td
{
	border-top: none;
}

table.style tbody td
{
	border-top: 1px solid #cdcfd3;
}

table.style tr td
{
	background-color: transparent;
	padding: 10px 22px;
}

table.style tr:nth-child(even) td,
table.style thead td
{
	background-color: #f3f2f2;
}


#content-container .teaser a
{
	color: #767076;
}

.imageblock
{
	width: calc(100% + 20px);
	left: -10px;
	position: relative;
}


.imageblock td
{
	float: left;
	display: block;
	text-align: left;
}

.imageblock td span
{
	text-align: left;
	display: block;
	padding-bottom: 20px;
}

.gallery
{
	margin-left: 0;
	margin-right: -17px;
	
	left: -10px;
	position: relative;
}

.gallery .image
{
	color: #fff;
	font-size: 14px;
	text-align: justify;
	float: left;
	margin-left: 0px;
	margin-right: 2px;
	margin-bottom: 20px;
}

.gallery .image .inner-image
{
	padding: 8px 8px 0 8px;
	display: block;
}

.gallery .image .inner-content
{
	padding: 8px;
	display: block;
	background: url(../images/background-image.png) no-repeat top center transparent;
	text-align: right;
}

.gallery .image .inner-content p
{
	margin: 0;
}

.gallery .image img
{
	border: 2px solid #fff;
	vertical-align: middle;
}

.gallery .image a
{
	text-decoration: none;
	color: #808696 !important;
	display: block;
}

.shadow-container
{
	display: inline-block;
	width: 266px;
	float: none !important;
}

.image-container .imagebox img,
.shadow-container img
{
	border: 2px solid #fff;
	margin: 8px 6px 0 6px;
	display: inline-block;
	vertical-align: middle;
}

.shadow-container img
{
	width: 250px;
	height: auto;
	float: none !important;
}

.image-container .imagebox .inner-content,
.shadow-container .shadow-inner
{
	padding: 8px;
	display: block;
	background: url(../images/background-image.png) no-repeat top center transparent;
	text-align: right;
}


.image-container .imagebox, .shadow-container
{
	color: #808696 !important;
}

.valign-top 
{
	vertical-align: top;
}

#content-container .imageblock td a
{
	color: #767076;
}

.map
{
	height: 400px;
}

#content-container .leaflet-control-container a
{
	text-decoration: none;
}

.separator, .content hr
{
    height: 6px;
    background: url(../images/separator.png) no-repeat center center transparent;
    background-size: 100% 6px;
}
.content hr
{
    border: none;
    outline: none;
}