/* ****************************************************
General
**************************************************** */
body
{
	margin: 0;
	padding: 0;
	padding: 0;

	word-wrap: break-word;
}
a img
{
	border: 0px solid;
}
.boxm
{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.content p
{
	width: 100%;
	margin: 0;
	padding: 0;
}
.resp
{
	width: 100%;
}
.rscale { width: 0px; }
@media (max-width: 1120px)
{
	.rscale { width: 1px; }
}
@media (max-width: 670px)
{
	.rscale { width: 2px; }
}

/* ****************************************************
Container width
**************************************************** */
.cols_one,
.art_element.cols_one
{
	width: 8.33%;
}
.cols_two,
.art_element.cols_two
{
	width: 16.66%;
}
.cols_three,
.art_element.cols_three
{
	width: 25%;
}
.cols_four,
.art_element.cols_four
{
	width: 33.33%;
}
.cols_five,
.art_element.cols_five
{
	width: 41.66%;
}
.cols_six,
.art_element.cols_six
{
	width: 50%;
}
.cols_seven,
.art_element.cols_seven
{
	width: 58.33%;
}
.cols_eight,
.art_element.cols_eight
{
	width: 66.67%;
}
.cols_nine,
.art_element.cols_nine
{
	width: 75%;
}
.cols_ten,
.art_element.cols_ten
{
	width: 83.33%;
}
.cols_eleven,
.art_element.cols_eleven
{
	width: 91.67%;
}
.cols_twelve,
.art_element.cols_twelve
{
	width: 100%;
}

@media (max-width: 1120px)
{
	.cols_one,
	.cols_two,
	.cols_three,
	.cols_four,
	.cols_five,
	.cols_six,
	.cols_seven,
	.cols_eight,
	.cols_nine,
	.cols_ten,
	.cols_eleven,
	.cols_twelve,
	.art_element.cols_one,
	.art_element.cols_two,
	.art_element.cols_three,
	.art_element.cols_four,
	.art_element.cols_five,
	.art_element.cols_six,
	.art_element.cols_seven,
	.art_element.cols_eight,
	.art_element.cols_nine,
	.art_element.cols_ten,
	.art_element.cols_eleven,
	.art_element.cols_twelve
	{
		width: 100%;
	}
}

/* ****************************************************
Headlines
**************************************************** */
h1, h2, h3, h4, h5, h6
{
	width: 100%;
	float: left;
	padding-left: 50px;
	padding-right: 50px;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

@media (max-width: 1120px)
{
	h1, h2, h3, h4, h5, h6
	{
		padding-left:30px;
		padding-right:30px;
	}
}

@media (max-width: 670px)
{
	h1, h2, h3, h4, h5, h6
	{
		padding-left: 10px;
		padding-right: 10px;
	}
}

/* ****************************************************
Element containers
**************************************************** */
.art_element
{
	width: 100%;
	float: left;
	overflow: hidden;
	margin: 0;
	padding: 0;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.art_element .art_headline
{
	width: 100%;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
	z-index: 2;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.art_element .art_inner
{
	width: 100%;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
	z-index: 1;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.art_element.spl { padding-left: 50px; }
.art_element.spr { padding-right: 50px; }
.art_element.sspl { padding-left: 25px; }
.art_element.sspr { padding-right: 25px; }

@media (max-width: 1120px)
{
	.art_element
	{
		margin: 0;
	}
	
	.art_element.spl { padding-left: 40px; }
	.art_element.spr { padding-right: 40px; }
	.art_element.sspl { padding-left: 40px; }
	.art_element.sspr { padding-right: 40px; }
}
@media (max-width: 670px)
{
	.art_element.spl { padding-left: 0; }
	.art_element.spr { padding-right: 0; }
	.art_element.sspl { padding-left: 0; }
	.art_element.sspr { padding-right: 0; }
	
	.art_element
	{
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.art_element.highlight
	{
		width: 100%;
		margin-right: 0%;
	}
	.art_element .art_headline
	{
		padding-left: 10px;
		padding-right: 10px;
	}
	.art_element .art_headline.accord,
	.art_element.art_cols .art_headline.accord,
	.art_element.art_imageline .art_headline.accord,
	.art_element.art_group > .art_headline.accord
	{
		padding-left: 10px; /* Left aligment */
		padding-right: 40px; /* Space for acc */
		text-align:left !important;
	}
	.art_element .art_inner
	{
		padding: 10px 10px 10px 10px;
	}
	.art_element.highlight
	{
	}
	
	.art_element.sspl { padding-left: 0; }
	.art_element.spr { padding-right: 0; }
	.art_element.spl { padding-left: 0; }
	.art_element.spr { padding-right: 0; }
}

/* Accordion */
.acc
{
	width: 32px;
	height: 32px;
	margin: -16px 0 0 0;
	position: absolute;
	top: 50%;
	right: 8px;
	z-index: 2;
	display: none;
	cursor: pointer;
	
	background-size: 15px auto;
	-webkit-background-size: 15px auto;
	background-position:center;
	background-repeat:no-repeat;
}
@media (max-width: 670px)
{
	.acc
	{
		display: block;
	}
	.art_headline
	{
		min-height: 36px;
		cursor: pointer;
	}
	
	
	.art_element.closed > *
	{
		display: none;
	}
	.art_element.closed > .art_headline
	{
		display: block;
	}
}

/* Group */
.art_element.art_group.otitle
{
	margin-top: 0px;
}
.art_element.art_group > .art_headline
{
	padding-left: 50px;
	padding-right: 50px;
}
.art_element.art_group.sspl > .art_headline
{
	padding-left: 25px;
}
.art_element.art_group.sspr > .art_headline
{
	padding-right: 25px;
}
.art_element.art_group.mtitle > .art_inner
{
	margin-top: -20px;
}

.art_element.art_group.otitle > .art_inner
{
	margin-top: -20px;
}


@media (max-width: 1120px)
{
	.art_element.art_group.mtitle > .art_inner
	{
		margin-top: -10px;
	}
	
	.art_element.art_group > .art_headline
	{
		padding-left: 24px;
		padding-right: 24px;
	}
	
	.art_element.art_group.sspl > .art_headline
	{
		padding-left: 12px;
	}
	.art_element.art_group.sspr > .art_headline
	{
		padding-right:12px;
	}
}

@media (max-width: 670px)
{
	.art_element.art_group
	{
	}
	.art_element.art_group > .art_headline,
	.art_element.art_group.sspr > .art_headline,
	.art_element.art_group.sspl > .art_headline
	{
		padding-left: 10px;
		padding-right: 10px;
	}
	.art_element.art_group > .art_inner
	{
		padding-left: 0;
		padding-right: 0;
	}
	.art_element.art_group.otitle > .art_inner
	{
		padding-top: 0px;
		padding-bottom: 0px;
	}
}
/* Group accordion */
.art_element.art_group.accitem
{
}
.art_element.art_group.accitem > .art_headline
{
	cursor: pointer;
}
.art_element.art_group.accitem > .art_inner
{
}
.art_element.art_group.accitem.closed > .art_inner
{
	display: none;
}

/* Slider accordion */
.art_element.art_group.pkgslider
{
}
.art_element.art_group.pkgslider .pkg_c
{
	width: 100%;
	float: left;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.art_element.art_group.pkgslider .pkg_c .pkg_nav
{
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	z-index: 3;
	margin-top: -20px;
	display: none;
	
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
.art_element.art_group.pkgslider .pkg_c .pkg_nav.pkg_left
{
	left: 0px;
	background-image: url(../img/arrows/arr_pkgnleft.png);
}
.art_element.art_group.pkgslider .pkg_c .pkg_nav.pkg_right
{
	right: 0px;
	background-image: url(../img/arrows/arr_pkgnright.png);
}
.art_element.art_group.pkgslider .pkg_c .pkg_outer
{
	width: 100%;
	float: left;
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.art_element.art_group.pkgslider .pkg_c .pkg_inner
{
	width: 100%;
	float: left;
}
.art_element.art_group.pkgslider .pkg_c.pkgfull
{
	padding: 0 55px 0 55px;
}
.art_element.art_group.pkgslider .pkg_c.pkgfull .pkg_nav
{
	display: table;
}
.art_element.art_group.pkgslider .art_element.art_packages
{
	width: 33%; /* display 3 cols in case of delayed load */
}
@media (max-width: 1120px)
{
}
@media (max-width: 670px)
{
	.art_element.art_group.mtitle > .art_inner
	{
		margin-top: -25px;
	}
}

/* Text */
.art_element.art_text
{
}

/* Text with image */
.art_element.art_texti
{
}
.art_element.art_texti .dv_image_left
{
	width: 49%;
	float: left;
	margin: 8px 50px 12px 0;
}
.art_element.art_texti .dv_image_right
{
	width: 49%;
	float: right;
	margin: 8px 0 12px 50px;
}
.art_element.art_texti .dv_image_full
{
	width: 100%;
	float: right;
	margin: 0 0 12px 0;
}
.art_element.art_texti div img { width: 100%; float: left; margin: 0 0 12px 0; }

/*@media (max-width: 1120px)
{
	.art_element.art_texti .dv_image_left
	{
		margin: 8px 24px 12px 0;
	}
	
	.art_element.art_texti .dv_image_right
	{
		margin: 8px 0 12px 24px;
	}
}*/

@media (max-width: 1120px)
{
	.art_element.art_texti .dv_image_left,
	.art_element.art_texti .dv_image_right
	{
		width: 100%;
		float: none;
		margin: 10px 0 25px 0;
        overflow: hidden;
	}

}

/* Button */
.art_element.art_button
{
}
.art_element.art_button a.button_left
{
	float: left;
}
.art_element.art_button a.button_mid
{
	float: none;
	margin: 0 auto 0 auto;
	display: table;
}
.art_element.art_button a.button_right
{
	float: right;
}
.art_element.art_button a
{
	text-decoration: none;
}
@media (max-width: 670px)
{
	.art_element.art_button a.button_left { margin-left: 10px; }
	.art_element.art_button a.button_right { margin-right: 10px; }
}

/* HTML/Widget */
.art_element.art_plain
{
	padding: 0;
	margin: 0;
}

/* Columns */
.art_element.art_cols
{
}
.art_element.art_cols .art_col
{
	float: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.art_element.art_cols .art_col p.coltitle
{
	margin-bottom: 5px;
}
.art_element.art_cols .art_col.cols_four { padding: 0 8px; }
.art_element.art_cols .art_col:first-child { padding: 0 16px 0 0; }
.art_element.art_cols .art_col:last-child { padding: 0 0 0 16px; }
.art_element.art_cols .art_col.cols_six { padding: 0 25px; }
.art_element.art_cols .art_col.cols_six:first-child { padding: 0 25px 0 0; }
.art_element.art_cols .art_col.cols_six:last-child { padding: 0 0 0 25px; }

@media (max-width: 1120px)
{
	.art_element.art_cols .art_col.cols_six { padding: 0 12px; }
	.art_element.art_cols .art_col.cols_six:first-child { padding: 0 12px 0 0; }
	.art_element.art_cols .art_col.cols_six:last-child { padding: 0 0 0 12px; }
}

@media (max-width: 1120px)
{
	.art_element.art_cols .art_col,
	.art_element.art_cols .art_col:first-child,
	.art_element.art_cols .art_col:last-child,
	.art_element.art_cols .art_col.cols_four,
	.art_element.art_cols .art_col:first-child,
	.art_element.art_cols .art_col:last-child,
	.art_element.art_cols .art_col.cols_six,
	.art_element.art_cols .art_col.cols_six:first-child,
	.art_element.art_cols .art_col.cols_six:last-child
	{
		width: 100%;
		padding: 0;
	}
	.art_element.art_cols .art_col p.coltitle
	{
		margin: 12px 0 10px 0;
	}
	.art_element.art_cols .art_col:first-child p.coltitle
	{
		margin-top: 5px;
	}
}

/* Images in line */
.art_element.art_imageline
{
}
.art_element.art_imageline .art_image
{
	float: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.art_element.art_imageline .art_image img { width: 100%; }
.art_element.art_imageline .art_image.cols_four { padding: 0 8px; }
.art_element.art_imageline .art_image.cols_four:first-child { padding: 0 16px 0 0; }
.art_element.art_imageline .art_image.cols_four:last-child { padding: 0 0 0 16px; }
.art_element.art_imageline .art_image.cols_six { padding: 0 25px; }
.art_element.art_imageline .art_image.cols_six:first-child { padding: 0 25px 0 0; }
.art_element.art_imageline .art_image.cols_six:last-child { padding: 0 0 0 25px; }
.art_element.art_imageline .imlsldr
{
	width: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.art_element.art_imageline .imlsldr .imlsldr_navleft,
.art_element.art_imageline .imlsldr .imlsldr_navright
{
	width: 32px;
	height: 40px;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	z-index: 10;
	display: none;
	
	cursor: pointer;
	background-size: 32px 40px;
	-webkit-background-size: 32px 40px;
}
.art_element.art_imageline .imlsldr .imlsldr_navleft
{
	left: 0px;
	background-image: url(../img/gallery/gnleft.png);
}
.art_element.art_imageline .imlsldr .imlsldr_navright
{
	right: 0px;
	background-image: url(../img/gallery/gnright.png);
}
.art_element.art_imageline .imlsldr .imlsldr_inner
{
	width: 100%;
	position: relative;
	z-index: 2;
}

/* Video */
.art_element.art_video
{
}
.art_element.art_video .video_inner
{
	height: 0;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.video_inner iframe,
.video_inner object,
.video_inner embed,
.video_inner img.video-poster
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video_inner img.video-poster { cursor: pointer; }

@media (max-width: 1120px)
{
	.art_element.art_imageline .art_image.cols_four {width:33.33%;}
	.art_element.art_imageline .art_image.cols_six {width:50%;}
	
	.art_element.art_imageline .art_image.cols_six { padding: 0 12px; }
	.art_element.art_imageline .art_image.cols_six:first-child { padding: 0 12px 0 0; }
	.art_element.art_imageline .art_image.cols_six:last-child { padding: 0 0 0 12px; }
}

@media (max-width: 670px)
{
	.art_element.art_imageline
	{
	}
	.art_element.art_imageline .art_headline
	{
	}

    .art_element.art_imageline .art_image.cols_four,
	.art_element.art_imageline .art_image.cols_six
    {
        width: 100%;
    }

	.art_element.art_imageline .art_image,
	.art_element.art_imageline .art_image.cols_four,
	.art_element.art_imageline .art_image.cols_four:first-child,
	.art_element.art_imageline .art_image.cols_four:last-child,
	.art_element.art_imageline .art_image.cols_six,
	.art_element.art_imageline .art_image.cols_six:first-child,
	.art_element.art_imageline .art_image.cols_six:last-child
	{
		padding: 3px 0;
	}
	
	.art_element.art_imageline .imlsldr .imlsldr_navleft,
	.art_element.art_imageline .imlsldr .imlsldr_navright
	{
		display: block;
	}
}

/*
Tables, classes to handle: hide_on_mobile, hide_on_tablet, hide_on_desktop
*/
.art_element.art_table
{
}
.art_element.art_table table
{
	width: 100%;
}
.art_element.art_table table.mobile_table
{
	width: 100%;
	display: none;
}
@media (max-width: 670px)
{
	.art_element.art_table table.mobile_table
	{
		display: table;
	}
}

/* Video */
.art_element.art_youtube
{
}
.art_element.art_youtube .video_inner
{
	height: 0;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.video_inner iframe,
.video_inner object,
.video_inner embed
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Packages */
.art_element.art_packages .art_pack_image img
{
	width: 100%;
}

/* ****************************************************
State queries
Mobile < 480
Tablet 480-850
Desktop > 850
**************************************************** */
/* ****************************************************
State queries
Mobile < 601
Tablet 601-1000
Desktop > 1000
**************************************************** */
.hide_on_mobile {}
.hide_on_tablet {}
.hide_on_desktop { display: none; }
.hide_on_tablet_desktop { display: none; }
.hide_on_mobile_desktop { display: none; }
@media (max-width: 670px)
{
	.hide_on_mobile
	{
		display: none;
	}
	.hide_on_desktop { display: inline; }
	.hide_on_tablet_desktop { display: inline; }
}
@media (min-width: 671px) and (max-width: 1120px)
{
	.hide_on_tablet
	{
		display: none;
	}
	.hide_on_desktop { display: inline; }
	.hide_on_mobile_desktop { display: inline; }
}
@media (min-width: 1121px)
{
	.hide_on_desktop
	{
		display: none;
	}
}

.art_disp_mobile
{
	display: none;
}
.art_disp_tablet
{
	display: none;
}
.art_disp_desktop
{
	display: block;
}
.art_disp_desktab
{
	display: block;
}
.art_disp_tabmob
{
	display: none;
}
@media (min-width: 671px) and (max-width: 1120px)
{
	.art_disp_mobile
	{
		display: none;
	}
	.art_disp_tablet
	{
		display: block;
	}
	.art_disp_desktop
	{
		display: none;
	}
	.art_disp_desktab
	{
		display: block;
	}
	.art_disp_tabmob
	{
		display: block;
	}
}
@media (max-width: 670px)
{
	.art_disp_mobile
	{
		display: block;
	}
	.art_disp_tablet
	{
		display: none;
	}
	.art_disp_desktop
	{
		display: none;
	}
	.art_disp_desktab
	{
		display: none;
	}
	.art_disp_tabmob
	{
		display: block;
	}
}

/* ****************************************************
Galleries
**************************************************** */
.art_element.art_gallery
{
}
.art_element.art_gallery .art_inner
{
	position: relative;
	z-index: 1;
}
.art_element.art_gallery .art_inner .galc
{
	width: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.art_element.art_gallery img.galimg
{
	width: 25%;
	float: left;
	padding: 1px;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.art_element.art_gallery img.galimg.folder
{
}
.art_element.art_gallery img.gplaceholder
{
	display: none;
}
.art_element.art_gallery .gnarrow
{
	display: none;
}
a.iv img,
a.iv_sub img
{
	cursor: url(../img/hs/zoomin.cur), pointer !important;
}
.art_element.art_gallery .galc.gal_slider img.gplaceholder
{
	width: 100%;
	display: block;
	visibility: hidden;
}
.art_element.art_gallery .gal_slider img.galimg
{
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
.art_element.art_gallery .galc.gal_slider img.galimg.current
{
	z-index: 2;
}
.galc.gal_slider .gal_navdot_c
{
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 15px;
	z-index: 10;
}
.galc.gal_slider .gal_navdot
{
	display: table;
	margin: 0 auto 0 auto;
}
.galc.gal_slider .gal_navdot span.dot
{
	width: 15px;
	height: 15px;
	float: left;
	margin: 0 0 0 5px;
	background-image: url(../img/gallery/dot.png);
	background-size: 15px 15px;
	-webkit-background-size: 15px 15px;
	cursor: pointer;
}
.galc.gal_slider .gal_navdot span.dot.active
{
	background-image: url(../img/gallery/dota.png);
}

@media (max-width: 1120px)
{

}
@media (max-width: 670px)
{
	.art_element.art_gallery img.gplaceholder
	{
		width: 100%;
		padding: 0;
		display: block;
		visibility: hidden;
		position: static;
	}
	.art_element.art_gallery img.galimg
	{
		width: 100%;
		min-height: 200px;
		padding: 0;
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 2;
		display: none;
	}
	.art_element.art_gallery .galc.gal_slider img.galimg { display: inline; }
	.art_element.art_gallery img.current
	{
		z-index: 3;
		display: block;
	}
	.art_element.art_gallery .gnarrow
	{
		width: 32px;
		height: 40px;
		display: block;
		position: absolute;
		top: 50%;
		z-index: 10;
		margin: -20px 0 0 0;
		cursor: pointer;
	}
	.art_element.art_gallery .gnarrow.gnleft
	{
		left: 0px;
		background-image: url(../img/gallery/gnleft.png);
	}
	.art_element.art_gallery .gnarrow.gnright
	{
		right: 0px;
		background-image: url(../img/gallery/gnright.png);
	}
}
/* Impressionen gallery */
.art_element.art_gallery.impressionen img.galimg
{
	width: 30%;
}
.art_element.art_gallery.impressionen a:nth-of-type(2) img.galimg
{
	margin: 0 4%;
}
@media (max-width: 1120px)
{
	.art_element.art_gallery.impressionen img.galimg
	{
		width: 31%;
	}
	.art_element.art_gallery.impressionen a:nth-of-type(2) img.galimg
	{
		margin: 0 3.5%;
	}
}
@media (max-width: 670px)
{
	.art_element.art_gallery.impressionen img.galimg
	{
		width: 100%;
	}
	.art_element.art_gallery.impressionen a:nth-of-type(2) img.galimg
	{
		margin: 0;
	}
}

/* ****************************************************
FullScreen Galelry
**************************************************** */
.SImgGalery
{
	width: 100%;
	height: 100%;
	position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
}
.SImgGalery a.iv,
.SImgGalery a.iv_sub
{
	float: left;
}
#SImgGaleryBG {
    background-image: url(../img/simggallery/loading.gif);
    background-position: center center;
    background-repeat: no-repeat;
	background-color: #000000;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0px;
	left: 0px;
    width: 100%;
    z-index: 1;
}
#SImgGaleryToolbar
{
    padding: 5px;
    position: fixed;
    right: 10px;
    top: 10px;
    z-index: 3;
}
#SImgGaleryToolbar img
{
    border: 0px solid;
}

.SImgGaleryTitleCT
{
    bottom: 180px;
    height: 25px;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 3;
}
#SImgGaleryImgTitle
{
    background-color: #000000;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 2px 2px 3px -1px #000000;
    color: #FFFFFF;
    display: none;
    font-family: tahoma,sans-serif;
    font-size: 14px;
    margin: 0 auto;
    padding: 6px 10px;
    z-index: 3;
}
#SImgGaleryBGImg
{
    display: none;
}
#SImgGaleryThumbnailsWrapper
{
    background: url(../img/simggallery/empty.gif) repeat scroll 0 0 transparent;
    bottom: 0;
    position: fixed;
    width: 70%;
    z-index: 2;
}
#SImgGaleryOuterContainer
{
    margin: 40px auto;
    padding: 0;
    position: relative;
    width: 100%;
}
#SImgGaleryOuterContainer .SImgGaleryThumbScroller
{
    overflow: hidden;
    position: relative;
}
#SImgGaleryOuterContainer .SImgGaleryThumbScroller,
#SImgGaleryOuterContainer .SImgGaleryThumbScroller .SImgGaleryContainer
{
    height: 121px;
}
#SImgGaleryOuterContainer .SImgGaleryThumbScroller .SImgGaleryContainer
{
    left: 0;
    position: relative;
}
#SImgGaleryOuterContainer .SImgGaleryThumbScroller img
{
    border: 1px solid #FFFFFF;
    height: 109px;
    margin: 0;
	float: left;
    width: 162px;
}
.SImgGaleryNextImageBtn,
.SImgGaleryPrevImageBtn
{
    display: block;
    height: 102px;
    margin: -25px 0 0;
    opacity: 0.4;
    outline: 0px solid;
    position: absolute;
    top: 40%;
    width: 65px;
    z-index: 3;
}
.SImgGaleryNextImageBtn
{
    background: url(../img/simggallery/next.png) no-repeat scroll center center transparent;
    right: 10%;
}
.SImgGaleryPrevImageBtn
{
    background: url(../img/simggallery/prev.png) no-repeat scroll center center transparent;
	left: 10%;
}
.SImgGaleryNextImageBtnSmall,
.SImgGaleryPrevImageBtnSmall
{
	width: 14%;
	height: 63px;
    position: fixed;
	bottom: 75px;
    display: block;
    opacity: 0.5;
    outline: 0px solid;
    z-index: 3;
}
.SImgGaleryNextImageBtnSmall
{
    background: url(../img/simggallery/next_small.png) no-repeat scroll center center transparent;
    right: 1%;
}
.SImgGaleryPrevImageBtnSmall
{
    background: url(../img/simggallery/prev_small.png) no-repeat scroll center center transparent;
	left: 1%;
}
.SImgGaleryNextImageBtnSmall:hover,
.SImgGaleryPrevImageBtnSmall:hover,
.SImgGaleryNextImageBtn:hover,
.SImgGaleryPrevImageBtn:hover
{
    opacity: 0.8;
}

/*
  Highslide (v 4.1.13)
*/
.nnav
{
	width: 20px;
	height: 45px;
	margin: -23px 0 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
}
.nnav.nv_left
{
	left: 17px;
}

.nnav.nv_right img,
.nnav.nv_left img
{
	width:23px;
}

.nnav.nv_right
{
	right: 17px;
}
.hs_close
{
	width: 32px;
	height: 32px;
	position: absolute;
	top: 17px;
	right: 17px;
	z-index: 10;
	cursor: pointer;
}

.hs_close img
{
	width:32px;
}

.highslide-wrapper > div
{
	z-index:5;
}

.zimmer .nnav {
   display:none;
}
.zimmer .hs_close
{
	width: 27px;
	height: 27px;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 10;
	cursor: pointer;
}

.highslide-container > table
{
	display:none;
}

.highslide-container div {
	/*font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font: 400 18px/22px 'Cinzel Decorative', Georgia, "Times New Roman", Times, serif;
	-webkit-text-stroke: 0.02em;*/
}

.highslide {
	outline: none;
	text-decoration: none;
}
.highslide img {
	border: 1px solid #D6D7DA;
	background: #fff;
	padding:3px;
}
.highslide:hover img {
	
}
.highslide-active-anchor img {
	visibility: visible; 
	}
.highslide-gallery .highslide-active-anchor img {
	border-color: black;
	visibility: visible;
	cursor: default;
}
.highslide-image {
	/*border-width: 2px;
	border-style: solid;
	border-color: white;
	background: gray; */
}
.highslide-wrapper, .highslide-outline {
	background: white;
}

.glossy-dark {
	background: #111;
}

.highslide-image-blur {
}
.highslide-number {
	font-weight: bold;
	color: gray;
	font-size: .9em;
}
.highslide-caption {
	display: none;	
	padding: 15px 35px;
	/*background: white;*/
	font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 16px;
    line-height: 200%;
    color: #444;
	letter-spacing:0.05em;
	text-align:left;
}

.highslide-heading {
	display: none;
	font-weight: bold;
	margin: 0.4em;
}
.highslide-dimming {
	position: absolute;
	background: #191919;
	top: 0;
	left: 0;
	opacity: 1;
}
a.highslide-full-expand {
   background: url(../img/hs/fullexpand.gif) no-repeat;
   display: block;
   margin: 0 10px 10px 0;
   width: 34px;
   height: 34px;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url(../img/hs/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {

	
	width:243px;
	height:56px;
	margin: 27px 0 0 33px;
	display: block;
	position:absolute;
	z-index: 10;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	
}
.highslide-move, .highslide-move * {
	cursor: move;
}

.highslide-viewport {
	display: none;
	visibility: hidden;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: none;
	left: 0;
	top: 0;
}
.highslide-overlay {
	display: none;
}
.hidden-container {
	display: none;
}
/* Example of a semitransparent, offset closebutton */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(../img/hs/close.png);
	/* NOTE! For IE6, you also need to update the highslide-ie6.css file. */
}


/*****************************************************************************/
/* Controls for the galleries.											   */
/* Remove these if you are not using a gallery							   */
/*****************************************************************************/
.highslide-controls {
	width: 100%;
	height: 100%;
	background: url(../img/hs/controlbar-white.gif) 0 -90px no-repeat;
	position:absolute;
	top:0;
	left:0;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
	width: 100%;
	height: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(../img/hs/controlbar-white.gif) right -90px no-repeat;

}
.highslide-controls li {
	float: left;
	padding: 5px 0;
	margin:0;
}
.highslide-controls a {
	background-image: url(../img/hs/controlbar-white.gif);
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	outline: none;
}
.highslide-controls a.disabled {
	cursor: default;
}
.highslide-controls a.disabled span {
	cursor: default;
}
.highslide-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
	cursor: pointer;
}
.highslide-wrapper .undefined a.highslide-credits
{
	display:none;
	background: none !important;
}

/* The CSS sprites for the controlbar - see http://www.google.com/search?q=css+sprites */
.highslide-controls .highslide-previous a {
	background-position: 0
}
.highslide-controls .highslide-previous a:hover {
	background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
	background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
	background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
	background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
	background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
	background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
	background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
	background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
	background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
	background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
	background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
	background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
	background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
	background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
	background-position: -180px -30px;
}

/*****************************************************************************/
/* Styles for the HTML popups											     */
/* Remove these if you are not using Highslide HTML						     */
/*****************************************************************************/
.highslide-maincontent {
	display: none;
}
.highslide-html {
	background-color: white;
}
.highslide-html-content {
	display: none;
	/*width: auto;*/
	width:700px;
	height: 580px;
	padding: 0 5px 5px 5px;
}
.highslide-html .highslide-credits
{
	display:none !important;
}
.highslide-header {
	padding-bottom: 5px;
}
.highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-header ul li.highslide-previous, .highslide-header ul li.highslide-next, .highslide-header ul li.highslide-move {
	display: none;
}

.highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-header a:hover {
	color: black;
}
/*.highslide-header .highslide-move a {
	cursor: move;
}*/
.highslide-header ul li.highslide-close
{
	margin: 14px 13px 0 0;
	float:right;
}
.highslide-header ul li.highslide-close span
{
	font: 20px/20px 
	
}
.highslide-footer {
	height: 16px;
}
.highslide-footer .highslide-resize {
	display: block;
	float: right;
	margin-top: 5px;
	height: 11px;
	width: 11px;
	background: url(../img/hs/resize.gif) no-repeat;
}
.highslide-footer .highslide-resize span {
	display: none;
}
.highslide-body {
	display:block;
}
.highslide-body img{
   border:0px;
}
.highslide-body a{
	font-size:12px;
	line-height:18px;
	color:#920C13;
	text-decoration:underline;
}
.highslide-body a:link{
	font-size:12px;
	line-height:18px;
	color:#920C13;
	text-decoration:underline;
}
.highslide-body a:visited{
	text-decoration:underline;
}
.highslide-body a:hover{
	color:#333333;
	text-decoration:underline;
}
.highslide-body a:active{
	text-decoration:underline;
}
.highslide-resize {
	cursor: nw-resize;
}


/* hs.wrapperClassName = 'draggable-header' */
.draggable-header .highslide-header {
	height: 18px;
	border-bottom: 1px solid #dddddd;
}
.draggable-header .highslide-heading {
	position: absolute;
	margin: 2px 0.4em;
}

.draggable-header .highslide-header .highslide-move {
	cursor: move;
	display: block;
	height: 16px;
	position: absolute;
	right: 24px;
	top: 0;
	width: 100%;
	z-index: 1;
}
.draggable-header .highslide-header .highslide-move * {
	display: none;
}
.draggable-header .highslide-header .highslide-close {
	position: relative;
	float: right;
	z-index: 2;
	padding: 0;
}
.draggable-header .highslide-header .highslide-close a {
	display: block;
	height: 16px;
	width: 16px;
	background-image: url(../img/hs/closeX.png);
}
.draggable-header .highslide-header .highslide-close a:hover {
	background-position: 0 16px;
}
.draggable-header .highslide-header .highslide-close span {
	display: none;
}
.draggable-header .highslide-maincontent {
	padding-top: 1em;
}

/* hs.wrapperClassName = 'titlebar' */
.titlebar .highslide-header {
	height: 18px;
	border-bottom: 1px solid #dddddd;
}
.titlebar .highslide-heading {
	position: absolute;
	margin: 1px 0.4em;
	color: #666666;
}

.titlebar .highslide-header .highslide-move {
	cursor: move;
	display: block;
	height: 16px;
	position: absolute;
	right: 24px;
	top: 0;
	width: 100%;
	z-index: 1;
}
.titlebar .highslide-header .highslide-move * {
	display: none;
}
.titlebar .highslide-header li {
	position: relative;
	top: 3px;
	z-index: 2;
	padding: 0 0 0 1em;
}
.titlebar .highslide-maincontent {
	padding-top: 1em;
}

/* hs.wrapperClassName = 'no-footer' */
.no-footer .highslide-footer {
	display: none;
}

/* hs.wrapperClassName = 'wide-border' */
.wide-border {
	background: white;
}
.wide-border .highslide-image {
	border-width: 10px;
}
.wide-border .highslide-caption {
	padding: 0 10px 10px 10px;
}

/* hs.wrapperClassName = 'borderless' */
.borderless .highslide-image {
	border: none;
}
.borderless .highslide-caption {
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	background: silver;
}

/* hs.wrapperClassName = 'outer-glow' */
.outer-glow {
	background: #444;
}
.outer-glow .highslide-image {
	border: 5px solid #444444;
}
.outer-glow .highslide-caption {
	border: 5px solid #444444;
	border-top: none;
	padding: 5px;
	background-color: gray;
}

/* hs.wrapperClassName = 'colored-border' */
.colored-border {
	background: white;
}
.colored-border .highslide-image {
	border: 2px solid green;
}
.colored-border .highslide-caption {
	border: 2px solid green;
	border-top: none;
}

/* hs.wrapperClassName = 'dark' */
.dark {
	background: #111;
}
.dark .highslide-image {
	border-color: black black #202020 black;
	background: gray;
}
.dark .highslide-caption {
	color: white;
	background: #111;
}
.dark .highslide-controls,
.dark .highslide-controls ul,
.dark .highslide-controls a {
	background-image: url(../img/hs/controlbar-black-border.gif);
}

/* hs.wrapperClassName = 'floating-caption' */
.floating-caption .highslide-caption {
	position: absolute;
	padding: 1em 0 0 0;
	background: none;
	color: white;
	border: none;
	font-weight: bold;
}

/* hs.wrapperClassName = 'controls-in-heading' */
.controls-in-heading .highslide-heading {
	color: gray;
	font-weight: bold;
	height: 20px;
	overflow: hidden;
	cursor: default;
	padding: 0 0 0 22px;
	margin: 0;
	background: url(../img/hs/icon.gif) no-repeat 0 1px;
}
.controls-in-heading .highslide-controls {
	width: 105px;
	height: 20px;
	position: relative;
	margin: 0;
	top: -23px;
	left: 7px;
	background: none;
}
.controls-in-heading .highslide-controls ul {
	position: static;
	height: 20px;
	background: none;
}
.controls-in-heading .highslide-controls li {
	padding: 0;
}
.controls-in-heading .highslide-controls a {
	background-image: url(../img/hs/controlbar-white-small.gif);
	height: 20px;
	width: 20px;
}

.controls-in-heading .highslide-controls .highslide-move {
	display: none;
}

.controls-in-heading .highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.controls-in-heading .highslide-controls .highslide-previous a:hover {
	background-position: 0 -20px;
}
.controls-in-heading .highslide-controls .highslide-previous a.disabled {
	background-position: 0 -40px !important;
}
.controls-in-heading .highslide-controls .highslide-play a {
	background-position: -20px 0;
}
.controls-in-heading .highslide-controls .highslide-play a:hover {
	background-position: -20px -20px;
}
.controls-in-heading .highslide-controls .highslide-play a.disabled {
	background-position: -20px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-pause a {
	background-position: -40px 0;
}
.controls-in-heading .highslide-controls .highslide-pause a:hover {
	background-position: -40px -20px;
}
.controls-in-heading .highslide-controls .highslide-next a {
	background-position: -60px 0;
}
.controls-in-heading .highslide-controls .highslide-next a:hover {
	background-position: -60px -20px;
}
.controls-in-heading .highslide-controls .highslide-next a.disabled {
	background-position: -60px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-full-expand a {
	background-position: -100px 0;
}
.controls-in-heading .highslide-controls .highslide-full-expand a:hover {
	background-position: -100px -20px;
}
.controls-in-heading .highslide-controls .highslide-full-expand a.disabled {
	background-position: -100px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-close a {
	background-position: -120px 0;
}
.controls-in-heading .highslide-controls .highslide-close a:hover {
	background-position: -120px -20px;
}

/*****************************************************************************/
/* Styles for text based controls.						                     */
/* You can safely remove this if you don't use text based controls			 */
/*****************************************************************************/

.text-controls .highslide-controls {
	width: auto;
	height: auto;
	margin: 0;
	text-align: center;
	background: none;
}
.text-controls ul {
	position: static;
	background: none;
	height: auto;
	left: 0;
}
.text-controls .highslide-move {
	display: none;
}
.text-controls li {
    background-image: url(../img/hs/controlbar-text-buttons.png);
	background-position: right top !important;
	padding: 0;
	margin-left: 15px;
	display: block;
	width: auto;
}
.text-controls a {
    background: url(../img/hs/controlbar-text-buttons.png) no-repeat;
    background-position: left top !important;
    position: relative;
    left: -10px;
	display: block;
	width: auto;
	height: auto;
	text-decoration: none !important;
}
.text-controls a span {
	background: url(../img/hs/controlbar-text-buttons.png) no-repeat;
    margin: 1px 2px 1px 10px;
	display: block;
    min-width: 4em;
    height: 18px;
    line-height: 18px;
	padding: 1px 0 1px 18px;
    color: #333;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
}
.text-controls .highslide-next {
	margin-right: 1em;
}
.text-controls .highslide-full-expand a span {
	min-width: 0;
	margin: 1px 0;
	padding: 1px 0 1px 10px;
}
.text-controls .highslide-close a span {
	min-width: 0;
}
.text-controls a:hover span {
	color: black;
}
.text-controls a.disabled span {
	color: #999;
}

.text-controls .highslide-previous span {
	background-position: 0 -40px;
}
.text-controls .highslide-previous a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-previous a.disabled span {
	background-position: 0 -140px;
}
.text-controls .highslide-play span {
	background-position: 0 -60px;
}
.text-controls .highslide-play a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-play a.disabled span {
	background-position: 0 -160px;
}
.text-controls .highslide-pause span {
	background-position: 0 -80px;
}
.text-controls .highslide-next span {
	background-position: 0 -100px;
}
.text-controls .highslide-next a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-next a.disabled span {
	background-position: 0 -200px;
}
.text-controls .highslide-full-expand span {
	background: none;
}
.text-controls .highslide-full-expand a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-close span {
	background-position: 0 -120px;
}


/*****************************************************************************/
/* Styles for the thumbstrip.							                     */
/* See www.highslide.com/ref/hs.addSlideshow    							 */
/* You can safely remove this if you don't use a thumbstrip 				 */
/*****************************************************************************/

.highslide-thumbstrip {
	height: 100%;
}
.highslide-thumbstrip div {
	overflow: hidden;
}
.highslide-thumbstrip table {
	position: relative;
	padding: 0;
	border-collapse: collapse;
}
.highslide-thumbstrip td {
	padding: 1px;
	/*text-align: center;*/
}
.highslide-thumbstrip a {
	outline: none;
}
.highslide-thumbstrip img {
	display: block;
	border: 1px solid gray;
	margin: 0 auto;
}
.highslide-thumbstrip .highslide-active-anchor img {
	visibility: visible;
}
.highslide-thumbstrip .highslide-marker {
	position: absolute;
	width: 0;
	height: 0;
	border-width: 0;
	border-style: solid;
	border-color: transparent; /* change this to actual background color in highslide-ie6.css */
}
.highslide-thumbstrip-horizontal div {
	width: auto;
	/* width: 100% breaks in small strips in IE */
}
.highslide-thumbstrip-horizontal .highslide-scroll-up {
	display: none;
	position: absolute;
	top: 3px;
	left: 3px;
	width: 25px;
	height: 42px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-up div {
	margin-bottom: 10px;
	cursor: pointer;
	background: url(../img/hs/scrollarrows.png) left center no-repeat;
	height: 42px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-down {
	display: none;
	position: absolute;
	top: 3px;
	right: 3px;
	width: 25px;
	height: 42px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-down div {
	margin-bottom: 10px;
	cursor: pointer;
	background: url(../img/hs/scrollarrows.png) center right no-repeat;
	height: 42px;
}
.highslide-thumbstrip-horizontal table {
	margin: 2px 0 10px 0;
}
.highslide-viewport .highslide-thumbstrip-horizontal table {
	margin-left: 10px;
}
.highslide-thumbstrip-horizontal img {
	width: auto;
	height: 40px;
}
.highslide-thumbstrip-horizontal .highslide-marker {
	top: 47px;
	border-left-width: 6px;
	border-right-width: 6px;
	border-bottom: 6px solid gray;
}
.highslide-viewport .highslide-thumbstrip-horizontal .highslide-marker {
	margin-left: 10px;
}
.dark .highslide-thumbstrip-horizontal .highslide-marker, .highslide-viewport .highslide-thumbstrip-horizontal .highslide-marker {
	border-bottom-color: white !important;
}
.highslide-thumbstrip-vertical div {
	height: 100%;
}
.highslide-thumbstrip-vertical a {
	display: block;
}
.highslide-thumbstrip-vertical .highslide-scroll-up {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 25px;
}
.highslide-thumbstrip-vertical .highslide-scroll-up div {
	margin-left: 10px;
	cursor: pointer;
	background: url(../img/hs/scrollarrows.png) top center no-repeat;
	height: 25px;
}
.highslide-thumbstrip-vertical .highslide-scroll-down {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 25px;
}
.highslide-thumbstrip-vertical .highslide-scroll-down div {
	margin-left: 10px;
	cursor: pointer;
	background: url(../img/hs/scrollarrows.png) bottom center no-repeat;
	height: 25px;

}
.highslide-thumbstrip-vertical table {
	margin: 10px 0 0 10px;
}
.highslide-thumbstrip-vertical .highslide-marker {
	left: 0;
	margin-top: 8px;
	border-top-width: 6px;
	border-bottom-width: 6px;
	border-left: 6px solid gray;
}
.dark .highslide-thumbstrip-vertical .highslide-marker, .highslide-viewport .highslide-thumbstrip-vertical .highslide-marker {
	border-left-color: white;
}

.highslide-viewport .highslide-thumbstrip-float {
	overflow: auto;
}
.highslide-thumbstrip-float ul {
	margin: 2px 0;
	padding: 0;
}
.highslide-thumbstrip-float li {
	display: block;
	height: 60px;
	margin: 0 2px;
	list-style: none;
	float: left;
}
.highslide-thumbstrip-float img {
	display: inline;
	border-color: silver;
}
.highslide-thumbstrip-float .highslide-active-anchor img {
	border-color: black;
}
.highslide-thumbstrip-float .highslide-scroll-up div, .highslide-thumbstrip-float .highslide-scroll-down div {
	display: none;
}
.highslide-thumbstrip-float .highslide-marker {
	display: none;
}
@charset "utf-8";
/* CSS Document */

/*

font-family: 'PT Sans Narrow', sans-serif;
font-family: 'Playfair Display', serif;
font-family: 'Halant', serif;
font-family: 'Vollkorn', serif;
font-family: 'Cardo', serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Merriweather', serif;

box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;


background-size: px px;
	-webkit-background-size: 


*/
body {
	margin: 0;
	padding: 0;
	background-color: #515D65;
}
* {
	outline: none;
}
a img {
	border: 0px solid;
}
p {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
.content p {
	float: none;
}
a.art_anchor, .content a.art_anchor {
	text-decoration:none;
	width: 100%;
	height: 1px;
    display: block !important;
}
body .ui-widget {
	font-size: 11px;
}
.page_c {
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index: 1;
	background-color:#fff;
}
@media only screen and (max-width: 1120px) {
 .page_c {
 min-width: 320px;
}
 body .ui-widget {
font-size: 14px;
}
}
 @media only screen and (max-width: 620px) {
 body .ui-widget {
font-size: 16px;
}
}
/*****************************/
/*			HEAD			*/
/***************************/
.head_c {
	width: 100%;
	display: table;
	position:relative;
	z-index:3;
}
.h_top {
	width: 100%;
	overflow: hidden;
	border-bottom: 20px solid #462B2C;
	background-color:#382122;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}
.h_top_c {
	width:100%;
	height: 140px;
	max-width:1200px;
	margin:0 auto;
	padding: 20px 50px 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display:table;
	position: relative;
	z-index: 2;
}
.h_logo {
	width:309px;
	position: absolute;
	top: 40px;
	left: 0;
	right:0;
	margin: auto;
	display: block;
}
.h_logo img {
	width:100%;
}
.h_contacts {
	width: 100%;
	float:left;
}
.h_contacts .h_googletrans {
	float: right;
	margin: 0;
}
.h_contacts > * {
	height:34px;
	margin:0 15px 0 0;
	padding:0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float:left;
	font-size: 14px;
	line-height: 120%;
	letter-spacing: 0.05em;
	text-decoration: none;
	color: #fff;
}
.h_contacts > *:hover {
	color:#C6C6C6;
}
.h_email i {
	margin-top: 3px;
	font-size: 18px;
}
.h_phone i {
	margin: 0;
	font-size: 26px;
	vertical-align: middle;
}
.h_phone span {
	margin: 0 0 0 15px;
	font-size: 15px;
	vertical-align: middle;
}
.h_btn {
	float: left;
	padding: 12px 17px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #fff;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-decoration: none;
	color: #fff;
}
.h_btn:hover {
	color: #C6C6C6;
	border-color: #C6C6C6;
}
.h_right_c {
	overflow: hidden;
	float:right;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
}
.head_image {
	width: 100%;
	height: 720px;
	margin: -67px 0 0;
	position: relative;
	z-index: 1;
}
.head_image img {
	width: 2000px;
	margin: 0 0 0 -1000px;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 1;
}
.h_slogen_c {
	width: 472px;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: -85px auto 0;
	z-index: 2;
	font-family: 'Cardo', serif;
	text-align: center;
	line-height: 120%;
	color: #211F1F;
}
.h_slogen_c > span {
	display: block;
	width: 100%;
	float: left;
	clear: both;
}
.h_slogen_c .maintitle {
	font-size: 64px;
	line-height: 120%;
	font-weight: bold;
}
.h_slogen_c .maintitle > img {
	width: 366px;
	margin: 0 0 20px;
	position: static;
}
.h_slogen_c .subtitle {
	font-size: 39px;
	font-weight: normal;
	line-height: 120%;
}
/*Desktop Menu*/
.h_menu_c {
	width:100%;
	margin: 0;
	float:right;
	display:table;
	position:relative;
	z-index:2;
	font-family: 'Playfair Display', serif;
	background-image:url(../img/h_menu_bg.png);
}
.h_menu_cc {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 30px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float: none;
	display: table;
}
.h_menu_c .menu {
	width:100%;
	display:table;
	float:left;
}
.menu ul {
	margin:0;
	padding:0;
}
.menu li {
	margin: 0;
	list-style:none;
	float:left;
	position:relative;
	z-index:2;
	font-size:18px;
	font-weight:bold;
	letter-spacing: 0;
	line-height:120%;
	text-transform: uppercase;
}
.menu li a {
	display:block;
	margin:0 7px;
	padding:22px 19px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color:#fff;
	text-decoration:none;
}
.menu li:hover a, .menu li.current_link a, .menu li.current_path a {
	color:#C6C6C6;
	text-decoration:none;
}
/* Mobile menu */
.mobile_menu_btn {
	display:none;
}
.menu_slide_cc {
	width: 1200px;
	height: 1px;
	margin: 0 0 0 -600px;
	left: 50%;
	position: relative;
	z-index: 10;
}
.menu_slide_c {
	width: 1200px;
	float: left;
	position: relative;
	top:48px;
	right: -1300px;
	z-index: 6;
	overflow:hidden;
	position:absolute;
	z-index:3;
	background-color: #462B2C;
	background-image: url(../img/footer_bg.png);
	background-position: center 45px;
	background-size: 600px auto;
	-webkit-background-size: 600px auto;
	background-repeat: no-repeat;
}
.menu_slide_c.closed {
	visibility: hidden;
}
.menu_slide_c .menusl {
	max-width: 320px;
	width: 100%;
	margin: 0 auto;
	float: none;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.menu_slide_c .menusl .menuslbox {
	width: 100%;
	position: absolute;
	top: 0px;
	left: -100%;
	z-index: 2;
}
.menu_slide_c .menusl .menuslbox.current {
	left: 0%;
}
.menusl ul {
	width:100%;
	margin:0;
	padding:70px 0;
	overflow:hidden;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.menusl ul li {
	width:100%;
	margin:0;
	padding:0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	list-style:none;
	font-size: 20px;
	font-weight: bold;
	line-height: 120%;
	text-transform:uppercase;
}
.menusl ul li:last-child {
}
.menusl ul li:hover {
	background-color:#EAEBEC;
}
.menusl ul li a {
	display:block;
	width:100%;
	padding: 12px 12px 12px 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-decoration:none;
	position: relative;
	color:#fff;
}
.menusl ul li a span {
	padding: 13px 30px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: block;
}
 .menusl ul li a span::after {
}
.menusl ul li.sub_links a {
}
.menusl ul li:hover a, .menusl ul li.current_link a, .menusl ul li.current_path a {
	background-color: #382122;
}
/*****************************/
/*			MAIN			*/
/***************************/
.m_buchung_c {
	width: 100%;
	overflow: hidden;
	text-align: center;
	background-color: #ECEAEB;
}
.m_buchung_cc {
	width: 100%;
	overflow: hidden;
	margin: 15px auto;
}
.m_buchung_c a {
	margin: 5px 10px;
	background-color: #382122;
	padding: 14px 24px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: inline-table;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size:17px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	line-break: 120%;
	text-decoration: none;
	color: #fff;
}
.m_buchung_c a:hover {
	background-color: #483132;
}
.m_buchung_c a span {
}
.main_c {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.main {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 1;
}


.no_btn {
	width: 50px;
	height: 50px;
	right: 20px;
	bottom: 20px;
	position: fixed;
	background-size: 50px auto;
	-webkit-background-size: 50px auto;
	background-image: url(../img/no-btn.png);
	z-index: 3;
	cursor:pointer;
}
.main_bg {
	position: absolute;
	overflow: hidden;
	z-index: 1;
}
#main_bg1 {
	top: 0;
	right: 0;
}
#main_bg2 {
	top: 50%;
	left: 0;
}
#main_bg3 {
	bottom: 20px;
	right: 0;
}
.content {
	margin: auto;
	z-index: 2;
}
/*****************************/
/*			FOOTER			*/
/***************************/
.footer_c {
	width: 100%;
	position:relative;
	z-index:1;
	min-height: 200px;
}
.f_top {
	width: 100%;
	padding:0;
	overflow: hidden;
	;
}
.f_slogen_c {
	width: 100%;
	max-width: 860px;
	float: none;
	margin: 40px auto;
	font-family: 'Playfair Display', serif;
	font-size: 24px;
	text-align: center;
	font-style: italic;
	line-height: 200%;
	color: #382021;
}
.f_top .f_img {
	width: 100%;
	margin: 0 0 10px;
}
.f_social_c {
	float: left;
}
/*Footer Bottom*/
.f_bottom {
	width: 100%;
	overflow: hidden;
	background-color: #382122;
	background-image: url(../img/footer_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 708px auto;
	-webkit-background-size: 708px auto;
	border-top: 20px solid #462B2C;
}
.f_bottom_c {
	width: 100%;
	padding: 60px 0 30px;
	max-width: 880px;
	margin: 0 auto;
	font-family: 'Playfair Display', serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 180%;
	color: #fff;
}
.f_bottom_c a {
	color: #fff;
	text-decoration: none;
}
.f_bottom_c a:hover {
	text-decoration: underline;
}
.f_bottom .f_title {
	padding: 23px 0;
	font-family: 'Playfair Display', serif;
	font-size: 34px;
	font-weight: normal;
	font-style: italic;
	color: #fff;
	text-align: center;
}
.f_contacts2 {
	width: 100%;
	overflow: hidden;
	margin: -104px 0 0;
	z-index: 3;
	float: left;
}
.f_phone {
	width: 33.33%;
	padding: 30px 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float: left;
	display: block;
}
.f_phone i {
	margin: 0;
	font-size: 26px;
	vertical-align: middle;
}
.f_phone span {
	margin: 0 0 0 10px;
	font-size: 19px;
	vertical-align: middle;
}
.f_email {
	width: 33.33%;
	padding: 30px 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float: right;
	display: block;
	text-align: right;
}
.f_email i {
	font-size: 18px;
	vertical-align: middle;
}
.f_email span {
	margin: 0 0 0 10px;
	font-size: 19px;
	vertical-align: middle;
}
.f_contacts {
	width: 100%;
	padding: 15px 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float: right;
	text-align: center;
}
.f_contacts span {
	width: 100%;
	display: block;
}
.f_facebook_c {
	width: 100%;
	float: left;
	margin: 35px 0 0;
}
.f_facebook {
	margin: 0 auto;
	width: auto;
	float: none;
	display: table;
}
.f_facebook i {
	font-size: 55px;
	color: #fff;
}
/*Impressum*/
.f_impressum_c {
	width: 100%;
	float: left;
	overflow: hidden;
}
.f_impressum {
	margin:30px auto 50px;
	overflow:hidden;
	float:none;
	display: table;
}
.f_impressum > * {
	margin:0 0 0 20px;
	float:right;
}
.f_impressum .f_sitemap {
	margin:0;

}

.f_impressum a, .f_impressum a span {
	text-decoration:none;
	color:fff;
}
.f_impressum a:hover span {
	text-decoration:underline;
}
.f_impressum a span {
	margin: 0 0 0 5px;
}
.f_impressum img {
	margin:-4px 0 0 5px;
	vertical-align:middle;
	width:15px;
}
 @media( max-width: 1220px) {
 .menu li a {
 margin: 0;
}
}
 @media( max-width: 1120px) {
	/*****************************/
	/*			HEAD			*/
	/***************************/
	.h_top_c,  .h_menu_cc {
 max-width: 650px;
 padding-left: 40px;
 padding-right: 40px;
}
 .h_logo_c {
 width:100%;
 overflow: hidden;
}
 .h_logo {
 width: 261px;
 margin: 36px auto 25px;
 position: static;
 float: none;
}
 .h_contacts {
 width: 65%;
}
 .h_contacts .h_googletrans {
 float: left;
}
 .h_right_c {
 width: 34%;
}
 .h_phone i {
 margin: 0;
}
 .head_image {
 height: 430px;
}
 .head_image img {
 width: 1200px;
 margin-left: -600px;
}
 .h_menu_c .menu {
 display: none;;
}

    /*Mobile Menu BTN*/
    .mobile_menu_btn {
 display:block;
}
 .mobile_menu_btn {
 display:block;
 margin:0;
 padding:2px 20px;
 float:right;
 box-sizing: border-box;
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 cursor:pointer;
 font-size:19px;
 font-weight:bold;
 line-height:100%;
 letter-spacing:0.05em;
 text-transform:uppercase;
 color:#fff;
 transition: background 0.5s ease 0s;
 -webkit-transition: background 0.5s ease 0s;
}
 .mobile_menu_btn .burger {
 width: 24px;
 float: left;
 padding: 10px 0 0;
}
 .mobile_menu_btn .one, .mobile_menu_btn .two, .mobile_menu_btn .three {
 width: 110%;
 backface-visibility: hidden;
 -webkit-backface-visibility: hidden;
 background: #FFF none repeat scroll 0 0;
 height: 4px;
 margin: 2px auto;
 transition-duration: 0.5s;
}
 .mobile_menu_btn.closed .one,  .mobile_menu_btn.closed .two,  .mobile_menu_btn.closed .three {
 background: #FFF none repeat scroll 0 0;
 margin-top: 4px;
 opacity: 1;
 transform: rotate(0deg);
 -webkit-transform: rotate(0deg);
}
 .mobile_menu_btn .one {
 margin-top: 0;
 transform: rotate(45deg) translate(5px, 12px);
 -webkit-transform: rotate(45deg) translate(5px, 12px);
}
 .mobile_menu_btn .two {
 opacity: 0;
}
 .mobile_menu_btn .three {
 transform: rotate(-45deg) translate(-4px, -4px);
 -webkit-transform: rotate(-45deg) translate(-4px, -4px);
}
 .mobile_menu_btn.closed {
}
 .mobile_menu_btn span {
 display:block;
 padding:13px 0 13px 15px;
 float: left;
}
 .h_slogen_c {
 display: none;
}

	
	/*****************************/
	/*			MAIN			*/
	/***************************/

    .main_bg {
 display: none !important;
}

	/*****************************/
	/*			FOOTER			*/
	/***************************/
    .f_slogen_c {
 max-width: 570px;
 font-size: 22px;
}
 .f_bottom_c {
 max-width: 590px;
 font-size: 17px;
}
 .f_bottom .f_title {
 font-size: 30px;
}
 .f_email span,  .f_phone span {
 font-size: 17px;
}
}
 @media( max-width: 670px) {
	/*****************************/
	/*			HEAD			*/
	/***************************/
    .h_top_c, .h_menu_cc {
 max-width: 320px;
}
 .h_menu_cc {
 padding-left: 0;
 padding-right: 0;
}
 .h_top {
 border: none;
}
 .h_top_c {
 padding-top: 12px;
}
 .h_contacts {
 width: 100%;
 margin-bottom: 5px;
}
 .h_contacts > * {
 margin-right:20px;
}
 .h_right_c {
 width: 100%;
}
 .h_logo {
 width:162px;
 margin-top: 27px;
 margin-bottom: 20px;
}
 .h_phone span {
 display: none;
}
 .h_btn {
 width: 100%;
 display: block;
 text-align: center;
 padding: 10px 17px;
}
 .h_menu_c {
 background: none;
 background-color: #462B2C;
}
 .mobile_menu_btn {
 padding-top: 5px;
 padding-bottom: 5px;
}
 .menu_slide_cc {
 width: 650px;
 margin-left: -325px
}
 .menu_slide_c {
 width: 650px;
 background-size: 280px;
 -webkit-background-size: 280px;
 background-position: center 34px;
}
 .menusl ul {
 padding: 30px 0;
}
 .menusl ul li {
 font-size: 18px;
}
 .head_image img {
 width: 100%;
 margin-left: 0;
 position: static;
}
 .f_bottom {
 background-size: 320px auto;
 -webkit-background-size: 320px auto;
}
 .head_image {
 margin-top: 0;
 height: auto;
 overflow: hidden;
}

	/*****************************/
	/*			MAIN			*/
	/***************************/
    .m_buchung_cc {
 max-width: 320px;
 margin: 5px auto;
}
 .m_buchung_c a {
 width: 100%;
 display: table;
}

	/*.no_btn_c
    {
        max-width: 320px;
    }

    .no_btn
    {
        margin-right: 10px;
    } */

	/*****************************/
	/*			FOOTER			*/
	/***************************/
    .f_top .f_img {
 display: none;
}
 .f_slogen_c {
 max-width: 268px;
 font-size: 20px;
}
 .f_bottom_c {
 padding: 23px 0 30px;
 font-size: 18px;
}
 .f_bottom .f_title {
 font-size: 28px;
}
 .f_contacts2 {
 margin: 0;
}
 .f_phone,  .f_email {
 width: 100%;
 text-align: center;
 padding: 5px 0;
}
 .f_facebook_c {
 margin-top: 26px;
}
 .f_facebook i {
 font-size: 42px;
}
 .f_impressum {
 margin: 20px auto 26px;
}
}
@charset "utf-8";
/* CSS Document */

/*

font-family: 'PT Sans Narrow', sans-serif;

box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;


background-size: px px;
	-webkit-background-size: 


*/

.content
{
    width: 100%;
    float: none;
    margin: 0 auto;

    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 16px;
    line-height: 200%;
    color: #444;
}

body.mceContentBody { overflow: auto; background-color: #FFFFFF; }

/* Package slider */
.art_element.art_group.pkgslider .pkg_c .pkg_inner > .art_element
{
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 10px;
	margin-right: 10px;
}

.content ul
{
    margin: 0;
    padding: 0;
	display:table;
	list-style: none;
}

.content ul li::before
{
    padding: 0 20px 0 0;
    content: '\f054';
    font-family: "FontAwesome";
    font-size:14px;
    color: #5F5F5F;
}

  .content a
  {
	  color: #914E52;
	  text-decoration: none
  }

.content a:hover
{
    text-decoration:underline;
}

.content a span
{
    font-size: 19px;
	font-weight: bold;
}

.content > *:first-child
{
    margin-top: 80px;
}

.art_element
{
	padding-top:27px;
	padding-bottom:27px;
}

.content > .art_element > .art_headline,
.content > .art_element > .art_inner
{
    max-width: 1100px !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.content > .art_element.art_group > .art_inner,
.content > .art_element.art_group > .art_headline
{
    max-width: 1200px !important;
}

/*Headlines*/
h1,h2,h3,h4,h5,h6,
.art_element .art_headline,
.art_element.art_cols .art_col p.coltitle
{

	font-family: 'Playfair Display', serif;
	font-size:34px;
	font-weight:normal;
	line-height:120%;
	letter-spacing:0;
    text-transform: uppercase;
    text-align: center;
	color:#000;
}

.art_element.art_cols .art_col p.coltitle
{
    font-size: 30px;
    text-align: left;
}

h1,h2,h3,h4,h5,h6
{
    margin: 15px auto 0;
    padding-left: 50px;
    padding-right: 50px;
    float: none;
    max-width: 1200px;

}

h1,
.art_element .art_headline.title1
{
    font-style: italic;
    text-transform: none;
}

h2.subtitle
{
    margin-top: 0;
}

.art_element .art_headline .maintitle
{
    display: block;
    width: 100%;
}

.art_element .art_headline .subtitle
{
    width: 100%;
    margin: 5px 0 0;
    display: block;

    font-size:34px;
    text-transform: uppercase;
    font-style: normal;
}

/*Highlight Element*/
.art_element.highlight
{

	margin-top:5px;
	margin-bottom:5px;

	background-color:#F4F4F4 !important;
}

.art_element.highlight .art_headline
{
    color: #444444 !important;
}

.art_element.text_align_center > .art_inner
{
    text-align: center;
}

/*Button Element*/
.art_element.art_button
{
	padding-top:10px;
	padding-bottom:10px;
}

.art_element.art_button a
{
	min-width:320px;
	padding:10px 17px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;

    border: 1px solid #5C5C5C;
    transition: background-color 0.3s ease;

    font-family: 'Playfair Display', serif;
    font-style: italic;
	font-size:24px;
	text-decoration:none !important;
	text-align:center;
    color:#444;
}


.art_element.art_button a:hover
{
	background-color:#F4F4F4;
    transition: background-color 0.3s ease;
    font-weight: normal;
}

.art_element.highlight .art_element.art_button  a
{
    background-color:#F4F4F4;
}

.art_element.highlight .art_element.art_button a:hover
{
    background-color:#E6E6E6;
}

.art_element.art_group.accitem > .art_headline
{
    padding-top: 0;
    padding-bottom: 0;
}

.art_element.art_group.accitem > .art_headline > span
{
    width: 100%;
    display: block;
    padding: 10px 40px 10px 0;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;

    background-image: url(../img/arrows/arr_acc_up.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 39px auto;
    -webkit-background-size: 39px auto;
}

.art_element.art_group.accitem.closed > .art_headline > span
{
    background-image: url(../img/arrows/arr_acc_down.png);
}

/*Karte Element*/
.art_element.art_texti.karte .dv_image_full
{
    display: none;
}

.art_element.art_texti.karte .art_headline
{
    padding-top: 15px;
    padding-bottom: 0;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    text-transform: none;
    line-break: 200%;
    color: #444;
}

.art_element.art_texti.karte .art_headline a
{
    color: #444;
    text-decoration: none;
}

.art_element.art_texti.karte .art_headline span::before
{
    float: left;
    padding: 0 20px 0 0;
    content: '\f054';
    font-family: "FontAwesome";
    font-size:14px;
    color: #5F5F5F;
}

.art_element.art_texti.karte .art_headline span
{
    float: left;
}

.art_element.art_texti.karte .art_inner
{
    padding-left: 30px;
    padding-top: 0;
    font-size: 13px;
    line-height: 140%;
}

/*Table element*/
.art_element.art_table table
{
	border-collapse:collapse;
}

.art_element.art_table th
{
	padding:21px 25px;
	background-color:#E6E6E6;
    font-family: 'Playfair Display', serif;
	font-size:22px;
	font-weight:normal;
    font-style: italic;
	line-height:100%;
	letter-spacing:0em;
	text-align:center;
}

.art_element.art_table th:first-child,
.art_element.art_table th.text_align_left
{
	text-align:left;
}

.art_element.art_table th span
{
}


.art_element.art_table td
{
	padding:20px 25px;

	background-color:#FFF;

	font-size:18px;
	font-weight:normal;
	letter-spacing:0;
	text-align:center;
	line-height:130%;
}


.art_element.art_table td.text_align_left,
.art_element.art_table td:first-child
{
	text-align:left;
}

.art_element.art_table tr:nth-child(2n) td
{
	background-color:#E6E6E6;
}

.art_element.art_table .mobile_table
{
    display: none;
}

/*Video Element*/
.video_inner img.video-button
{
    left: 50%;
    transform:translate(-50%,-50%);
    position: absolute;
    top: 50%;
    width: 120px;
    z-index: 2;
    cursor: pointer;
}

.video_inner
{
    background-color: #000;
    cursor: pointer;
}

.video_inner img.video-poster
{
    opacity: 0.8;
    z-index: 1;
}



@media( max-width: 1120px)
{

    .content
    {
        position: relative;
    }

    .content > .art_element > .art_headline,
    .content > .art_element > .art_inner
    {
        max-width: 570px !important;
        float: none !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .content > .art_element.art_group > .art_inner,
    .content > .art_element.art_group > .art_headline
    {
        max-width: 650px !important;
    }

    .art_element
    {
        padding-bottom: 20px;
        padding-top: 20px;
        padding-left: 40px !important;
        padding-right: 40px !important;
    }

  /*Headlines*/
    h1,h2,h3,h4,h5,h6,
    .art_element .art_headline,
    .art_element.art_cols .art_col p.coltitle
    {

       font-size: 26px;
    }

    .art_element.art_cols .art_col p.coltitle
    {
        font-size: 24px;
    }

    h1,h2,h3,h4,h5,h6
    {
        max-width:650px;
        padding-right: 40px;
        padding-left: 40px;
    }

    h1,
    .art_element .art_headline.title1
    {
    	font-size:29px;
    }

    /*Karte Element*/
    .art_element.art_texti.karte
    {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .art_element.art_texti.karte .art_headline span::before
    {
        display: none;
    }

    .art_element.art_texti.karte .art_headline
    {
        position: relative;
        text-align: left;
    }

    .art_element.art_texti.karte .art_headline span
    {
        width: 100%;
        padding-right: 45px;
        display: block;
        box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	-webkit-box-sizing: border-box;
    }

    .art_element.art_texti.karte .art_headline span::after
    {
        position: absolute;
        right: 0;
        top: 50%;
        margin: -5px 0 0;
        content: '\f067';
        font-family: "FontAwesome";
        font-size:22px;
        color: #525252;
    }

    .art_element.art_texti.karte.opened .art_headline span::after
    {
        margin: -2px 0 0;
        content: '\f068';
    }

    .art_element.art_texti.karte .dv_image_full
    {
        margin-top: 20px;
        display: none;
    }

    .art_element.art_texti.karte.opened  .dv_image_full
    {
        display: block;
    }

    .art_element.art_texti.karte .art_inner
    {
        padding-left: 0;
    }
	.art_element .art_headline .subtitle
	{
		font-size: 29px;}

    /*Table Element*/
    .art_element.art_table table
    {
        display: none;
    }

    .art_element.art_table .mobile_table
    {
        display: block;
    }

    .art_element.art_table .mobile_table .t_accord
    {
        overflow: hidden;
        margin: 5px 0;
    }

    .art_element.art_table .mobile_table .t_content > div
    {
        box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	-webkit-box-sizing: border-box;

        background-color: #fff;

        font-size: 18px;
        font-weight: normal;
        letter-spacing: 0;
        line-height: 130%;
        padding: 18px 45px;
        text-align: left;
        cursor: pointer;
        float: left;
    }

    .art_element.art_table .mobile_table .t_content
    {
        overflow: hidden;
        float: left;
    }

    .art_element.art_table .mobile_table .t_accord.closed .t_content
    {
        display: none;
    }

    .art_element.art_table .mobile_table .t_content .w60
    {
        width: 60%;
    }

    .art_element.art_table .mobile_table .t_content .w40
    {
        width: 40%;
        text-align: right;
    }

    .art_element.art_table .mobile_table .t_content .odd
    {
        background-color: #fff;
    }

    .art_element.art_table .mobile_table .t_content .even
    {
        background-color: #e6e6e6;
    }

    .art_element.art_table .mobile_table .t_title
    {
        width: 100%;
        float: left;
        box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	-webkit-box-sizing: border-box;
        position: relative;
        cursor: pointer;
        background-color: #e6e6e6;


        font-family: "Playfair Display",serif;
        font-size: 22px;
        font-weight: normal;
        letter-spacing: 0;
        line-height: 130%;
        padding: 18px 85px 18px 45px;
        text-align: left;
    }

    .art_element.art_table .mobile_table .t_title span::after
    {
        position: absolute;
        top: 50%;
        right: 45px;
        margin: -17px 0 0;
        content: '\f077';
        font-family: "FontAwesome";
        font-size:18px;
        color: #444;
    }

    .art_element.art_table .mobile_table .t_accord.closed .t_title span::after
    {
       content: '\f078';
    }

}

@media( max-width: 670px)
{
	.content a span
{
    font-size: 17px;
}


    .art_element
    {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .content > *:first-child
    {
        margin-top: 40px;
    }

    .content > .art_element > .art_headline,
    .content > .art_element > .art_inner
    {
        max-width: 320px !important;
    }

    .content > .art_element.art_group > .art_inner,
    .content > .art_element.art_group > .art_headline
    {
        max-width: 320px !important;
    }

    .art_element .art_headline.accord
    {
        text-align: left !important;
    }

    /*Headlines*/
    h1,h2,h3,h4,h5,h6,
    .art_element .art_headline,
    .art_element.art_cols .art_col p.coltitle
    {
       font-size: 25px;
    }

    .art_element.art_cols .art_col p.coltitle
    {
        font-size: 23px;
    }

    h1,h2,h3,h4,h5,h6
    {
       padding-left: 10px;
       padding-right: 10px;
       max-width: 320px !important;
    }

    h1,
    .art_element .art_headline.title1
    {
    	font-size:24px;
    }

    .art_element .art_headline .subtitle
    {
         font-size: 25px;
    }

    .art_element.text_align_center > .art_inner
    {
        text-align: left;
    }

    .art_element .art_headline.accord
    {
        position: relative;
    }

    /*Accordion Element*/
    .art_element.art_group.accitem > .art_headline
    {
        text-align: left;
    }

    .art_element.art_group.accitem > .art_headline > span
    {
        padding-right: 45px;
        background-size: 34px auto;
        -webkit-background-size: 34px auto;
    }

    /*Button Element*/
    .art_element.art_button
    {
        padding-left: 10px;
        padding-right: 10px;
    }

    .art_element.art_button.cols_six
    {
        width: 100%;
    }

    .art_element.art_button a.button_left,
    .art_element.art_button a.button_right
    {
        margin-left: auto;
        margin-right: auto;
        float: none;
        display: table;
    }

    /*Karte Element*/
    .art_element.art_texti.karte .art_headline span::after
    {
        right: 15px;
    }

    .art_element.art_texti.karte .art_inner
    {
        padding-left: 10px;
    }

    /*Table Element*/

    .art_element.art_table .mobile_table .t_content > div
    {
        padding: 18px 20px;
        font-size: 15px;
    }

    .art_element.art_table .mobile_table .t_content .w40
    {
        text-align: center;
    }

    .art_element.art_table .mobile_table .t_title
    {
        font-size: 22px;
        padding: 18px 50px 18px 20px;
    }

    .art_element.art_table .mobile_table .t_title span::after
    {
        position: absolute;
        top: 50%;
        right: 17px;
        margin: -17px 0 0;
        font-size:18px;
    }

    /*Button Element*/
    .art_element.art_button
    {
        padding-left: 10px !important;
        padding-right: 10px !important;
        box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	-webkit-box-sizing: border-box;
    }

    .art_element.art_button a
    {
        width: 100%;
        min-width: 1px;
    }

}

/* GOOGLE-MAPS */

#maprahmen {
	border: none;
	width: 100%;
	margin: 70px 0 20px 0;
}
#karte {
	width: 100%;
	height: 450px;
}
#input-hintergrund {
	height: 41px;
	padding: 10px;
	background:#F4F4F4;
}
#inputaddress {
	background-color: #fff;
	border: 0 none;
	float: left;
	height: 31px;
	margin: 0 5px;
	padding: 5px;
	width: 400px;
	color:#444;
	font: normal 16px/120% "Trebuchet MS", Helvetica, sans-serif;
}
.mapposition {
	color: #000;
	font-size: 12px;
}
.marker {
	width:200px;
	height:100px;
	text-align:left;
}
#mapsButton1 {
	text-decoration: none;
	float: left;
	display:table;
	padding: 3px 20px 4px 20px;
	height: 42px;
	width: 280px;
	background-color: #fff;
	color: #444;
	font: 400 italic 20px/120% 'Playfair Display', serif;
	text-decoration: none !important;
    text-align: center;
	cursor:pointer;
	border: 1px solid #5C5C5C;
}

@media only screen and (max-width: 1120px) {
#inputaddress {
 /*width: 30%;*/
 width: 270px;
 margin-bottom:5px;

}
#mapsButton1 {
 width:35%;
 font-size: 18px;
}
#input-hintergrund {
 width:97%;
}
}
@media only screen and (max-width: 670px) {
#inputaddress {
 margin-bottom: 5px;
 margin-left: 1px;
 width: 96%;
}
#input-hintergrund {
 height: 90px;
 width:93%;
}
#mapsButton1 {
 width:100%;
}
.adp-step, .adp-substep {
 font-size:13px;
}
}

