/* ****************************************************
General
**************************************************** */
body
{
	margin: 0;
	padding: 0;
	padding: 0;

	word-wrap: break-word;
}
a img
{
	border: 0px solid;
}
.boxm
{
	box-sizing: border-box;
}
.content p
{
	width: 100%;
	margin: 0;
	padding: 0;
}
.resp
{
	width: 100%;
}
.rscale { width: 0px; }
@media (max-width: 1020px)
{
	.rscale { width: 1px; }
}
@media (max-width: 620px)
{
	.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: 620px)
{
	.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: 0;
    padding-right: 0;
    margin-top: 0;
    margin-bottom:0;
    font-weight: 400;

	box-sizing: border-box;
}

.art_element .art_headline > *
{
    margin-bottom: 10px;
}

.headline
{
    padding: 10px 48px;
    margin-top: 25px;
    margin-bottom: -25px;
    font-weight: 500 !important;
}

.headline.subtitle
{
    margin-top: 20px;
}

.art_element.subtitle
{
    margin-top: 10px !important;
}

.art_element.art_group > .art_inner > .art_element:first-child
{
}

.art_element.art_group > .art_inner > .art_element.art_button:first-child
{
    margin-top: 10px;
}

.art_element.art_group.otitle > .art_inner > .headline:first-child
{
}

.art_element.art_group.mtitle > .art_inner > .headline:first-child
{
    padding-top: 35px;
}

@media (max-width: 1020px)
{
    .art_element .art_headline > *
    {
        margin-bottom: 5px;
    }

    .headline
    {
        margin-top: 5px;
        margin-bottom: -5px;
    }

    .headline.subtitle
    {
        margin-top: 0;
    }

    .art_element.subtitle
    {
        margin-top:-10px !important;
    }

    .art_element.art_group.otitle > .art_inner > .headline:first-child
    {

    }

    .art_element.art_group.mtitle > .art_inner > .headline:first-child
    {

    }
}

/**/
@media (max-width: 620px)
{
    .headline
	{
	    margin-top: 0;
        margin-bottom: 0;
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

    .headline.subtitle
    {
        margin-top: 0;
    }

    .art_element .art_headline > *
    {
        margin-bottom: 0;
    }

    .art_element.art_group > .art_inner > .art_element:first-child
    {
        margin-top: 0;
    }

    .art_element.art_group > .art_inner > .art_element.art_button:first-child
    {
        margin-top: 0;
    }

    .art_element.art_group > .art_inner > .art_element.subtitle:first-child
    {
        margin-top: -5px !important;
    }

    .art_element.art_group.otitle > .art_inner > .headline:first-child
    {
        padding-top: 20px;
    }

    .art_element.art_group.mtitle > .art_inner > .headline:first-child
    {
        padding-top: 20px;
    }

    .art_element.subtitle
    {
        margin-top: -15px !important;
    }

}

/* ****************************************************
Element containers
**************************************************** */
.art_element
{
	width: 100%;
	float: left;
	overflow: hidden;
	margin: 25px 0 0;
	padding: 10px 0;
	position: relative;
	z-index: 1;

	box-sizing: border-box;
}
.art_element.spl { padding-left: 48px; }
.art_element.spr { padding-right: 48px; }
.art_element.sspl { padding-left: 24px; }
.art_element.sspr { padding-right: 24px; }

.art_element .art_headline
{
	width: 100%;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
	z-index: 2;

	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;
}
.art_element.highlight
{
    margin-bottom: 20px;
	padding-top: 60px;
	padding-bottom: 60px;
}

@media (max-width: 1020px)
{
	.art_element
	{
		margin-top: 5px;
	}
}
@media (max-width: 620px)
{
	.art_element
	{
		width: 100%;
		margin: 0;
		padding: 10px 0 !important;
	}
	.art_element.highlight
	{
		width: 100%;
		margin-bottom: 10px;
	}
	.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
	{
	    margin-bottom: 20px;
		padding-left: 10px; /* Left aligment */
		padding-right: 64px !important; /* Space for acc */
	}

    .art_element.highlight .art_headline.accord,
	.art_element.art_cols.highlight .art_headline.accord,
	.art_element.art_imageline.highlight .art_headline.accord,
	.art_element.art_group.highlight > .art_headline.accord
	{
	    margin-bottom: 0;
	}
    .art_element .art_headline.accord > *
    {
        text-align: left !important;
    }

     .art_element .art_headline.accord > .acc
     {
         text-align: center !important;
     }

	.art_element .art_inner
	{
		padding: 10px 10px;
	}
	.art_element.highlight
	{
	}

	.art_element.sspl { padding-left: 0; }
	.art_element.sspr { padding-right: 0; }
	.art_element.spl { padding-left: 0; }
	.art_element.spr { padding-right: 0; }
}

/* Accordion */
.acc
{
	width: 36px;
	height: 36px;
	position: absolute;
	top: 50%;
	right: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
	z-index: 2;
	display: none;
	cursor: pointer;
    background-color: #9C0001;
    color: #fff;

    font-family: FontAwesome;
    font-size: 31px;
    text-align: center;
    line-height: 36px;
}

.art_element.art_group.accitem > .art_headline.accord
{
    padding-right: 60px;
}

.art_element.art_group.accitem .acc { display: block; right:40px;}
.acc, .art_element.opened .acc { z-index: 1; }
.acc::before,
.art_element.opened .acc::before
{
    content: '\f106';
}
.art_element.closed .acc::before
{
    content: '\f107';
}
@media (max-width: 620px)
{
    .art_element.closed > *
    {
        display: none;
    }
    .art_element.closed > .art_headline
    {
        display: block;
    }

	.acc
	{
	    right: 10px;
		display: block;
	}
	.art_headline
	{
		min-height: 36px;
		cursor: pointer;
	}
    .art_element.art_group.accitem .acc { right:10px;}
    .art_element.art_group.accitem > .art_headline.accord
    {
        padding-right: 64px;
    }
}

/* Group */
.art_element.art_group.otitle > .art_inner
{
	margin-top: -35px;
    margin-bottom: -10px;
}
.art_element.art_group > .art_headline
{
	padding-left: 48px;
	padding-right: 48px;
}
.art_element.art_group.sspl > .art_headline { padding-left: 24px; }
.art_element.art_group.sspr > .art_headline { padding-right: 24px; }
.art_element.art_group.mtitle > .art_inner
{
	margin-top: -45px;
    margin-bottom: -10px;
}
.art_element.art_group.accord.closed > .art_inner { display: none; }

@media (max-width: 1020px)
{
    .art_element.art_group.otitle > .art_inner
    {
    	margin-top: -15px;
        margin-bottom: -10px;
    }

    .art_element.art_group.mtitle > .art_inner
    {
    	margin-top: -25px;
        margin-bottom: -10px;
    }
}

@media (max-width: 620px)
{
	.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
	{
	    margin-top: -20px;
		padding-left: 0;
		padding-right: 0;
	}
	.art_element.art_group.otitle > .art_inner
	{
	    margin-top: -10px;
		padding-top: 0px;
		padding-bottom: 0px;
	}

    .art_element.art_group.mtitle > .art_inner
	{
		margin-top: -20px;
	}
}
/* Group accordion */
.art_element.art_group.accitem
{
}
.art_element.art_group.accitem > .art_headline
{
    padding-right: 40px;
	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;
}
.art_element.art_group.pkgslider .pkg_c .pkg_nav
{
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	z-index: 3;
	margin-top: -25px;
	display: none;
	cursor: pointer;
}
.art_element.art_group.pkgslider .pkg_c .pkg_nav.pkg_left
{
	left: 0px;
}
.art_element.art_group.pkgslider .pkg_c .pkg_nav.pkg_right
{
	right: 0px;
}
.art_element.art_group.pkgslider .pkg_c .pkg_nav::after
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    content: '\f100';
    font-family: "FontAwesome";
    font-size:60px;
    color: #6F6866;
}

.art_element.art_group.pkgslider .pkg_c .pkg_nav.pkg_right::after
{
    content: '\f101';
}

.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: 1020px)
{
    .art_element.art_group.pkgslider .pkg_c .pkg_nav
    {
        width: 30px;
        height: 30px;
        margin-top: -15px;
    }

    .art_element.art_group.pkgslider .pkg_c.pkgfull
    {
        padding: 0 30px;
    }

    .art_element.art_group.pkgslider .pkg_c .pkg_nav::after
    {
        font-size: 50px;
    }

}
@media (max-width: 620px)
{
	.art_element.art_group.pkgslider .pkg_c .pkg_nav { display: block; }

    .art_element.art_group.pkgslider .pkg_c .pkg_nav
    {
        width: 35px;
        height: 35px;
    }

    .art_element.art_group.pkgslider .pkg_c .pkg_nav::after
    {
        font-size: 35px;
    }

    .art_element.art_group.pkgslider .pkg_c .pkg_nav.pkg_left
    {
    }
    .art_element.art_group.pkgslider .pkg_c .pkg_nav.pkg_right
    {
    }

}

/* Text */
.art_element.art_text
{
}

/* Text with image */
.art_element.art_texti
{
}
.art_element.art_texti .dv_image_left
{
	width: 52%;
	float: left;
    overflow: hidden;
	padding: 8px 40px 15px 0;
    box-sizing: border-box;
}
.art_element.art_texti .dv_image_right
{
	width: 52%;
	float: right;
    overflow: hidden;
	padding: 8px 0 15px 40px;
    box-sizing: border-box;
}
.art_element.art_texti .dv_image_full
{
	width: 100%;
	float: right;
	padding: 0 0 15px 0;
}
.art_element.art_texti div img { width: 100%; float: left; }
@media (max-width: 620px)
{
	.art_element.art_texti .dv_image_left,
	.art_element.art_texti .dv_image_right
	{
		width: 100%;
		float: none;
		padding: 0 0 23px 0;
	}

    .art_element.art_texti .dv_image_full
    {
        padding: 0 0 23px 0;
    }

}

/* Button */
.art_element.art_button
{
}
.art_element.art_button.button_left a
{
	float: left;
}
.art_element.art_button.button_mid a
{
	float: none;
	margin: 0 auto 0 auto;
	display: table;
}
.art_element.art_button.button_right a
{
	float: right;
}
.art_element.art_button a
{
	text-decoration: none;
}
@media (max-width: 620px)
{
	.art_element.art_button.button_left a,
	.art_element.art_button.button_right a
    {
        margin-left: auto;
        margin-right: auto;
        display: table;
        float: none;
    }

}

/* HTML/Widget */
.art_element.art_plain
{
}

/* Columns */
.art_element.art_cols
{
}
.art_element.art_cols .art_col
{
	float: left;
	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 16px; }
.art_element.art_cols .art_col:first-child { padding: 0 32px 0 0; }
.art_element.art_cols .art_col:last-child { padding: 0 0 0 32px; }
.art_element.art_cols .art_col.cols_six:first-child { padding: 0 24px 0 0; }
.art_element.art_cols .art_col.cols_six:last-child { padding: 0 0 0 24px; }

@media (max-width: 1020px)
{
	.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: 10px 0;
	}
}

@media (max-width: 620px)
{
    .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 0 10px;
	}
}

/* Images in line */
.art_element.art_imageline
{
}
.art_element.art_imageline .art_image
{
	float: left;
	box-sizing: border-box;
    line-height: 100%;
}
.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 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; }
.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: 36px;
	height: 36px;
	position: absolute;
	top: 50%;
	z-index: 3;
	margin-top: -18px;
	display: none;
	cursor: pointer;
    background-color: #9C0001;
}
.art_element.art_imageline .imlsldr .imlsldr_navleft
{
	left: 0px;
}
.art_element.art_imageline .imlsldr .imlsldr_navright
{
	right: 0px;
}

.art_element.art_imageline .imlsldr .imlsldr_navleft::after,
.art_element.art_imageline .imlsldr .imlsldr_navright::after
{
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    content: '\f104';
    font-family: "FontAwesome";
    font-size:31px;
    color: #fff;
}

.art_element.art_imageline .imlsldr .imlsldr_navright::after
{
    content: '\f105';
}

.art_element.art_imageline .imlsldr .imlsldr_inner
{
	width: 100%;
	position: relative;
	z-index: 2;
}

@media (max-width: 1020px)
{
    .art_element.art_imageline .art_image.cols_four
    {
        width: 33.33%
    }

    .art_element.art_imageline .art_image.cols_six
    {
        width: 50%;
    }

}

@media (max-width: 620px)
{
	.art_element.art_imageline
	{
	}
	.art_element.art_imageline .art_headline
	{
	}
	.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 .art_image.cols_four,
    .art_element.art_imageline .art_image.cols_six
    {
        width: 100%;
    }

	.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: 620px)
{
	.art_element.art_table table.mobile_table
	{
		display: table;
	}
}

/* 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 .video-poster-layer
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video_inner .video-poster-layer
{
    cursor: pointer;
    background-color: #FFFFFF;
}
.video_inner img.video-poster { width: 100%; opacity: 0.8; position: relative; z-index: 1; }
.video_inner img.video-button { width: 120px; position: absolute; top: 50%; left: 50%; z-index: 2; margin: -49px 0 0 -60px; }

/* 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: 620px)
{
	.hide_on_mobile
	{
		display: none;
	}
	.hide_on_desktop { display: inline; }
	.hide_on_tablet_desktop { display: inline; }
}
@media (min-width: 621px) and (max-width: 1020px)
{
	.hide_on_tablet
	{
		display: none;
	}
	.hide_on_desktop { display: inline; }
	.hide_on_mobile_desktop { display: inline; }
}
@media (min-width: 1021px)
{
	.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: 621px) and (max-width: 1020px)
{
	.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: 620px)
{
	.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;
	}
}

/* ****************************************************
Impressionen gallery
**************************************************** */
.breadcrumb ol { list-style: none; }
.breadcrumb ol li { float: left; }

/* ****************************************************
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;
}
.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: 1020px)
{

}
@media (max-width: 620px)
{
	.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: 36px;
    	height: 36px;
    	position: absolute;
    	top: 50%;
    	z-index: 3;
    	margin-top: -18px;
    	display: block;
    	cursor: pointer;
        background-color: #9C0001;
	}
	.art_element.art_gallery .gnarrow.gnleft
	{
		left: 0px;
	}
	.art_element.art_gallery .gnarrow.gnright
	{
		right: 0px;
	}

    .art_element.art_gallery .gnarrow.gnleft::after,
    .art_element.art_gallery .gnarrow.gnright::after
    {
        position: absolute;
        top: 46%;
        left: 50%;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        content: '\f104';
        font-family: "FontAwesome";
        font-size:31px;
        color: #fff;
    }
    .art_element.art_gallery .gnarrow.gnright::after
    {
        content: '\f105';
    }
}
/* 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: 1020px)
{
	.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: 620px)
{
	.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:#000;height:100%;overflow:hidden;position:fixed;top:0;left:0;width:100%;z-index:1}#SImgGaleryToolbar{padding:5px;position:fixed;right:10px;top:10px;z-index:3}#SImgGaleryToolbar img{border:0 solid}.SImgGaleryTitleCT{bottom:180px;height:25px;position:fixed;text-align:center;width:100%;z-index:3}#SImgGaleryImgTitle{background-color:#000;border-radius:4px;box-shadow:2px 2px 3px -1px #000;color:#FFF;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);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 #FFF;height:109px;margin:0;float:left;width:162px}.SImgGaleryNextImageBtn,.SImgGaleryPrevImageBtn{display:block;height:102px;margin:-25px 0 0;opacity:.4;outline:solid 0;position:absolute;top:40%;width:65px;z-index:3}.SImgGaleryNextImageBtn{background:url(../img/simggallery/next.png) center center no-repeat;right:10%}.SImgGaleryPrevImageBtn{background:url(../img/simggallery/prev.png) center center no-repeat;left:10%}.SImgGaleryNextImageBtnSmall,.SImgGaleryPrevImageBtnSmall{width:14%;height:63px;position:fixed;bottom:75px;display:block;opacity:.5;outline:solid 0;z-index:3}.SImgGaleryNextImageBtnSmall{background:url(../img/simggallery/next_small.png) center center no-repeat;right:1%}.SImgGaleryPrevImageBtnSmall{background:url(../img/simggallery/prev_small.png) center center no-repeat;left:1%}.SImgGaleryNextImageBtn:hover,.SImgGaleryNextImageBtnSmall:hover,.SImgGaleryPrevImageBtn:hover,.SImgGaleryPrevImageBtnSmall:hover{opacity:.8}

/* ****************************************************
Accessibility
**************************************************** */
.scr_only { width: 0px; height: 0px; overflow: hidden; }

/*
  Highslide (v 4.1.13)
*/
.hs_close,.nnav.nv_right{right:17px}.hs_close,.nnav,.zimmer .hs_close{cursor:pointer;position:absolute}.highslide img,.highslide-outline,.highslide-wrapper{background:#fff}.highslide-container>table,.highslide-heading,.zimmer .nnav{display:none}.highslide-dimming,.hs_close,.nnav,.zimmer .hs_close{position:absolute}.highslide-header a,.highslide-loading{font-weight:700;text-transform:uppercase;text-decoration:none}.nnav{width:20px;height:45px;margin:-23px 0 0;top:50%;z-index:10}.nnav.nv_left{left:17px}.nnav.nv_left img,.nnav.nv_right img{width:23px}.hs_close,.hs_close img{width:32px}.hs_close{height:32px;top:17px;z-index:10}.highslide-wrapper>div{z-index:5}.zimmer .hs_close{width:27px;height:27px;top:10px;right:10px;z-index:10}.highslide{outline:0;text-decoration:none}.highslide img{border:1px solid #D6D7DA;padding:3px}.highslide-active-anchor img{visibility:visible}.highslide-gallery .highslide-active-anchor img{border-color:#000;visibility:visible;cursor:default}.glossy-dark{background:#111}.highslide-number{font-weight:700;color:gray;font-size:.9em}.highslide-caption{display:none;padding:15px 35px;font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:120%;color:#67778A;letter-spacing:.05em;text-align:left}.highslide-heading{font-weight:700;margin:.4em}.highslide-dimming{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:#000;font-size:9px;padding:3px 3px 3px 22px;border:1px solid #fff;background-color:#fff;background-image:url(../img/hs/loader.white.gif);background-repeat:no-repeat;background-position:3px 1px}a.highslide-credits,a.highslide-credits i{//background:url(../img/hs_logo.png) no-repeat left top;width:243px;height:56px;margin:27px 0 0 33px;display:block;position:absolute;z-index:10}.highslide-move,.highslide-move *{cursor:move}.highslide-viewport{display:none;visibility:hidden;position:fixed;width:100%;height:100%;z-index:1;background:0 0;left:0;top:0}.hidden-container,.highslide-overlay{display:none}.closebutton{position:relative;top:-15px;left:15px;width:30px;height:30px;cursor:pointer;background:url(../img/hs/close.png)}.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:0}.highslide-controls a.disabled,.highslide-controls a.disabled span{cursor:default}.highslide-controls a span{display:none;cursor:pointer}.highslide-wrapper .undefined a.highslide-credits{display:none;background:0 0!important}.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}.highslide-maincontent{display:none}.highslide-html{background-color:#fff}.highslide-html-content{display:none;width:700px;height:580px;padding:0 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-move,.highslide-header ul li.highslide-next,.highslide-header ul li.highslide-previous{display:none}.highslide-header a{color:gray}.highslide-body a:active,.highslide-body a:hover,.highslide-body a:visited{text-decoration:underline}.highslide-header a:hover{color:#000}.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:0}.highslide-body a,.highslide-body a:link{font-size:12px;line-height:18px;color:#920C13;text-decoration:underline}.highslide-body a:hover{color:#333}.highslide-resize{cursor:nw-resize}.draggable-header .highslide-header{height:18px;border-bottom:1px solid #ddd}.draggable-header .highslide-heading{position:absolute;margin:2px .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}.titlebar .highslide-header{height:18px;border-bottom:1px solid #ddd}.titlebar .highslide-heading{position:absolute;margin:1px .4em;color:#666}.titlebar .highslide-header .highslide-move{cursor:move;display:block;height:16px;position:absolute;right:24px;top:0;width:100%;z-index:1}.controls-in-heading .highslide-controls .highslide-move,.no-footer .highslide-footer,.text-controls .highslide-move,.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}.wide-border{background:#fff}.wide-border .highslide-image{border-width:10px}.wide-border .highslide-caption{padding:0 10px 10px}.borderless .highslide-image{border:none}.borderless .highslide-caption{border-bottom:1px solid #fff;border-top:1px solid #fff;background:silver}.outer-glow{background:#444}.outer-glow .highslide-image{border:5px solid #444}.outer-glow .highslide-caption{border:5px solid #444;border-top:none;padding:5px;background-color:gray}.colored-border{background:#fff}.colored-border .highslide-image{border:2px solid green}.colored-border .highslide-caption{border:2px solid green;border-top:none}.dark{background:#111}.dark .highslide-image{border-color:#000 #000 #202020;background:gray}.dark .highslide-caption{color:#fff;background:#111}.dark .highslide-controls,.dark .highslide-controls a,.dark .highslide-controls ul{background-image:url(../img/hs/controlbar-black-border.gif)}.floating-caption .highslide-caption{position:absolute;padding:1em 0 0;background:0 0;color:#fff;border:none;font-weight:700}.controls-in-heading .highslide-heading{color:gray;font-weight:700;height:20px;overflow:hidden;cursor:default;padding:0 0 0 22px;margin:0;background:url(../img/hs/icon.gif) 0 1px no-repeat}.controls-in-heading .highslide-controls{width:105px;height:20px;position:relative;margin:0;top:-23px;left:7px;background:0 0}.controls-in-heading .highslide-controls ul{position:static;height:20px;background:0 0}.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-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}.text-controls .highslide-controls{width:auto;height:auto;margin:0;text-align:center;background:0 0}.text-controls ul{position:static;background:0 0;height:auto;left:0}.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:700;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:#000}.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:0 0}.text-controls .highslide-full-expand a.disabled{background-position:left top!important}.text-controls .highslide-close span{background-position:0 -120px}.highslide-thumbstrip{height:100%}.highslide-thumbstrip div{overflow:hidden}.highslide-thumbstrip table{position:relative;padding:0;border-collapse:collapse}.highslide-thumbstrip td{padding:1px}.highslide-thumbstrip a{outline:0}.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}.highslide-thumbstrip-horizontal div{width:auto}.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}.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:#fff!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:#fff}.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:#000}.highslide-thumbstrip-float .highslide-marker,.highslide-thumbstrip-float .highslide-scroll-down div,.highslide-thumbstrip-float .highslide-scroll-up div{display:none}
@charset "utf-8";
/* CSS Document */

/*

font:400 12px/120% 'Open Sans', Arial, sans-serif;
font:400 12px/120% 'Raleway', sans-serif;
font:400 12px/120% 'Ubuntu', "Trebuchet MS", sans-serif;

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


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

content: '\f054';
    font-family: "FontAwesome";
    font-size:14px;
    color: #5F5F5F;


*/

body
{
	margin: 0;
	padding: 0;
	background-color: #515D65;
}
/* Accessibility map */
.as_map_c
{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}
.as_map
{
    height: 28px;
    margin: -250px auto 0 auto;
    display: table;
    table-layout: fixed;
    padding: 3px 25px 14px 10px;;
    background-color: #FFFFFF;
    transition: margin-top 400ms;
    -webkit-transition: margin-top 400ms;
}
.as_map.opened { margin-top: 0; }
.as_map ul { float: left; margin: 0; padding: 0; list-style: none; }
.as_map ul li { float: left; margin: 15px 10px; }
.as_map ul li > *
{
    padding: 5px 15px;
    background-color: #d7cfcc;

    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 20px;
    color: #231F1D;
    text-decoration: none;
    line-height: 20px;
}
.as_map ul li > *:focus { background-color: #FFFFFF; outline: 1px dotted #231F1D; }

*
{
	outline: none;
    transition:background-color ease 1s;
    -webkit-transition:background-color ease 1s;
}

*:focus
{
    box-sizing: border-box;
    outline: 2px dotted #2693FF;
}

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;
}

body .ui-widget { font-size: 11px; }

.page_c
{
	width: 100%;	
	overflow: hidden;
	position: relative;
	z-index: 1;
}
@media only screen and (max-width: 980px)
{
	.page_c
	{
		min-width: 320px;
	}
	body .ui-widget { font-size: 14px; }
}
@media only screen and (max-width: 550px)
{
	body .ui-widget { font-size: 16px; }
}

/*****************************/
/*			HEAD			*/
/***************************/
.head_c
{
	width: 100%;
	position:relative;
	z-index:3;
}

.head_top
{
    width: 100%;
    display: table;
    background: url(../img/head_bg.png) center;
    background-size: auto 91px;
    position: relative;
    z-index: 3;
}

.head_top_c
{
    width: 100%;
    max-width: 1080px;
    display: block;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
    float: none;
}

.h_right_c
{
    padding: 0 14px 0 0;
    float: right;
    display: table;
}

.h_right_c > *
{
    float: right;
    margin-left: 20px;
    height: 36px;
    line-height: 36px;
    vertical-align: middle;
    color: #fff;
    text-decoration: none;
}

.h_phone > *
{
    float: left;
}

.h_phone .fa
{
    margin-top: 10px;
    font-size: 18px;
}

.h_phone .h_text
{
    height: 36px;
    margin-left: 10px;
    font:600 14px/36px 'Open Sans', Arial, sans-serif;
    text-decoration: none;
}

/*Langauge*/
.h_lang
{
    position: relative;
}

.h_lang.opened
{
}

.h_lang a
{
    width: 48px;
    height: 36px;
    display: block;
    padding: 0 5px;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
    cursor: pointer;

    text-decoration: none;
    text-transform: uppercase;
    font:600 16px/36px 'Raleway', sans-serif;
    color: #fff;
}

.h_lang a:hover,
.h_lang a:focus
{

}

.h_lang > a::after
{
    position: absolute;
    right: 4px;
    top: -1px;

    content: '\f107';
    font-family: "FontAwesome";
    font-size:20px;
}

/*.h_lang:hover > a::after,*/
.h_lang.opened > a::after
{
    content: '\f106';
}

.h_lang ul,
.h_lang .g_translate_c
{
    overflow: hidden;
    position: absolute;
    top: 36px;
    left: 0;
    display: none;
    margin: 0;
    padding: 0;

    background-color: #AFAFAF;
}

.h_lang .g_translate_c
{
    width: 170px;
    left: auto;
    right: 0;
}

.goog-te-gadget-simple
{
    width: 100%;
    text-transform: none;
}

.h_lang  .goog-te-menu-value
{
    font-size: 13px !important;
}

.h_lang .goog-te-gadget-simple > span
{
    width: auto;
    float: left;

}

.h_lang .goog-te-menu-value
{
    width: auto !important;
    height: 26px;
    line-height: 30px;
    text-transform: none !important;
}

.h_lang .goog-te-menu-value:hover
{
    background-color: transparent !important;
}

.h_lang .goog-te-gadget
{
    line-height: 48%;
}

.goog-te-gadget-simple > img
{

    float: left;
    margin-top: 5px;
}

.h_lang:hover ul
{
    display: block;
}

.h_lang.opened .g_translate_c
{
    display: block;
}

.h_lang ul li
{
    list-style: none;
    width: 100%;
}

.h_lang ul li:hover
{
    background-color: #AFAFAF;
}

.h_urlaubsplaner img
{
    width: 35px;
    margin-top: 9px;
}

/*Head Bottom*/
.head_bottom
{
    width: 100%;
    height:60px;
    background-color: #8C0000;
}

.head_bottom_fix
{
    width: 100%;
    display: table;
    background-color: #8C0000;
}

.head_bottom_fix.fixed
{
    position: fixed;
    top: 0;
    left: 0;
}

.head_bottom_c
{
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
    position: relative;
}

.h_logo
{
    width: 248px;
    position: absolute;
    left: 10px;
    top: -23px;
    transition: top ease 0.7s;
    text-align: center;
}

.head_bottom_fix.fixed .h_logo
{
    top: -14px;
}

.h_logo img
{
    width: 100%;
    transition: width ease 0.7s;
    position: relative;
    z-index: 3;
}

.head_bottom_fix.fixed .h_logo img
{
    width: 64.77%;
}

/*Desktop Menu*/
.h_menu_c
{
    clear:both;
	margin:0;
	float:right;
	display:table;
	position:relative;
	z-index:2;
}

.h_menu_c .menu
{
	width:auto;
	display:table;
	float:left;
}

.menu ul
{
	margin:0;
	padding:0;
}

.menu li
{
	margin:0 8px;
	list-style:none;
	float:left;
	position:relative;
	z-index:2;

    font:700 15px/120% 'Ubuntu', "Trebuchet MS", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #FFF;
}

.menu li:first-child
{
    margin-left: 0;
}

.menu li:last-child
{
	margin-right:0;
}

.menu li a
{
	display:block;
	padding:21px 14px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
    position: relative;

	color:#FFF;
	text-decoration:none;
}
.menu li a span
{

}
.menu *:focus
{
    outline: none;
    border: none;
}

.menu li:hover a,
.menu li.current_link a,
.menu li.current_path a,
.menu li.opened a,
.menu li a:focus
{

	text-decoration:none;
    color: #DF5A3E;
}

.menu li:hover a::after,
.menu li.opened a::after,
.menu li a:focus::after
{
    height: 12px;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);

    content: '\f0de';
    font-family: "FontAwesome";
    font-size:27px;
    line-height: 100%;
}

.menu li ul
{
	width:225px;
	margin:0;
	padding:0;
	display:table;
	position:absolute;
	z-index:5;
	top:60px;
	left:-5000px;

	background-color:#fff;
    box-shadow:2px 2px 8px -2px #333333;
    border-top: 5px solid #CC3E20;
}

.menu > ul > li.opened > ul
{
	left: 0;
}

.menu > ul > li.opened:last-child > ul
{
    left: auto;
    right: 0;
}

.menu li ul li
{
	width:100%;
	margin:0;
	padding:0;

	font-weight:500;
    text-transform: none;
	color: #58514C;
}

.menu li ul li a
{
	width:100%;
    padding: 12px 25px 12px 42px;
    margin: 0 !important;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
    text-decoration: none;
	display:block;
    position: relative;
    border: none !important;
    z-index: 2;

    background: url(../img/menu_bg.png) no-repeat;
    background-position: left 20px center;
    background-size: 8px auto;

    letter-spacing:0.02em;
    color: #58514C !important;
}

.menu li ul li:nth-child(2n)
{
    background-color:#F3F3F3;
}

.menu li ul li:hover,
.menu li ul li.current_link,
.menu li ul li.current_path
{

}

.menu li ul li:hover a,
.menu li ul li a:focus,
.menu li ul li.opened a,
.menu li ul li.current_link a,
.menu li ul li.current_link a
{
    background-image: url(../img/menu_bg2.png);
    color: #CC3E1F !important;
}

.menu li ul li.current_link a,
.menu li ul li.current_path a
{

}

.menu li ul li.opened.current_link a,
.menu li ul li.opened.current_path a
{
}

.menu li li a::after
{
    content: "" !important;
}

.menu li ul li span
{
    width: 100%;
}

/* Mobile menu */
.mobile_menu_btn
{
    display: none;
}

.menu_slide_c
{
	width: 320px;
	float: left;
	position: absolute;
	top:47px;
	right: 0;
	z-index: 6;
	overflow:hidden;
	position:absolute;
	z-index:3;
    background-color: #790000;
    box-shadow:0 2px 8px -2px #333333;
}
.menu_slide_c.closed
{
	display: none;
}

.menu_slide_c .menusl
{
	width: 100%;
	float: left;
	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:25px 0 15px;
	padding: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:700 15px/120% 'Ubuntu', "Trebuchet MS", sans-serif;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.menusl ul li:nth-child(2n)
{
}

.menusl ul li:hover,
.menusl ul li.current_link,
.menusl ul li.current_path
{

}

.menusl ul li a
{
	display:block;
	width:100%;
    margin: 0;
	padding:13px 40px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-decoration:none;

	color:#fff;
    text-decoration: none;
}

.menusl ul li a span
{
}

.menusl ul li a span::before
{

}

.menusl ul li.sub_links a
{

}

.menusl ul li a:focus
{
    border: none;
    outline: none;
}

.menusl ul li:hover a,
.menusl ul li a:focus,
.menusl ul li.current_link a,
.menusl ul li.current_path a
{
    color: #DF5A3E;
}

/*Mobile Submenu*/
.menuslbox .submenu
{
    margin-bottom: 0;
}

.menusl  .submenu li
{
    text-transform: none;
    font-weight: 500;
    background-color:#F3F3F3;
}

.menusl  .submenu li:nth-child(2n)
{
    background-color: #fff;
}

.menusl  .submenu li a
{
    width:100%;
    padding: 15px 25px 15px 50px;
    margin: 0 !important;
    text-decoration: none;
	display:block;
    position: relative;
    border: none !important;
    z-index: 2;

    background: url(../img/menu_bg.png) no-repeat;
    background-position: 24px center;
    background-size: 8px auto;

    letter-spacing:0.02em;
    color: #58514C !important;
}

.menusl  .submenu li:hover a,
.menusl  .submenu li a:focus,
.menusl  .submenu li.current_path a,
.menusl  .submenu li.current_link a
{
    background-image: url(../img/menu_bg2.png);
    color: #CC3E1F !important;
}

.menusl  .submenu li a span
{
}

.menusl  .submenu li a span::before
{

}

.menusl  .submenu li:hover a span,
.menusl  .submenu li a:focus span,
.menusl  .submenu li.current_path a span,
.menusl  .submenu li.current_link a span
{

}

.menusl  .submenu li.mm_parent
{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}

.menusl  .submenu li.mm_parent a
{
    background-image: none !important;
}

.menusl  .submenu li.mm_parent a:hover,
.menusl  .submenu li.mm_parent a:focus
.menusl  .submenu li.mm_parent a.opened,
.menusl  .submenu li.mm_parent.current_path a,
.menusl  .submenu li.mm_parent.current_link a
{
}

.menusl  .submenu li.mm_parent a span
{
}

.menusl  .submenu li.mm_parent a span::before
{
    content: none;
}

.menusl  .submenu li.mm_parent:hover a span,
.menusl  .submenu li.mm_parent a:focus span,
.menusl  .submenu li.mm_parent.current_link a span,
.menusl  .submenu li.mm_parent.current_path a span
{

}

.menusl  .submenu li.back_link
{
    font-weight: 700;
}

.menusl  .submenu li.back_link a
{
    background-color: #790000 !important;
    background-image: none !important;
    border-bottom: 5px solid #CC3E20 !important;
    letter-spacing: 0;
    text-transform: uppercase;
    position: relative;
    color: #fff !important;
}

.menusl  .submenu li.back_link a span
{

}

.menusl  .submenu li.back_link a::before
{
    position: absolute;
    top: 50%;
    left: 20px;
    right: auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    content: '\f053';
    font-family: "FontAwesome";
    font-size:15px;
    font-weight: 400;
}

.menusl  .submenu li.back_link a:hover,
.menusl  .submenu li.back_link a:focus
{
    color: #00A4B4;
}

/*Head Image*/
.header_image_c
{
    width: 100%;
    max-width: 1052px;
    margin: 0 auto;
    display: table;
    position: relative;
    z-index: 0;
}

.header_image
{
    width: 100%;
    height: 620px;
    position: relative;
    z-index: 1;
}

.header_image img
{
    width: 2000px;
    position: fixed;
    top: 0;
    left: 50%;
    margin-left: -1000px;
}

/*Anfrage Form*/
.h_anfrage_c
{
    width: 264px;
	display:block;
	position:fixed; /*absolute;*/
    /*bottom: 20px;*/
    /*top: 100px;*/
	top: 250px;
    right: 0;
	z-index:5;

    background-color:#9C0001;

}

.h_anfrage_c.opened
{

}

.h_anfrage_title
{
    width: 100%;
    padding: 10px 40px 10px 22px;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
    position: relative;
	float:left;
    cursor: pointer;
}

.h_anfrage_title > *
{
    float: left;
    clear: both;
    color: #fff;
}

.h_anfrage_title::after
{
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);

    content: '\f107';
    font-family: "FontAwesome";
    font-size:27px;
    color: #fff;
}

.h_anfrage_c.closed .h_anfrage_title::after
{
    content: '\f106';
}

.h_anf_title
{
    font:700 21px/140% 'Ubuntu', "Trebuchet MS", sans-serif;
}

.h_anf_subtitle
{
    font:400 18px/150% 'Raleway', sans-serif;
}

.h_anfrage_c:hover .h_anfrage_title .icon_c
{
	background-image:url(../img/icons/icons_toplinks_hover.png);
}

.h_anfrage_inner
{
	width:100%;
	margin:0;
	padding:15px 22px 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow:hidden;
	z-index:2;
	display:block;
}

.h_anfrage_c.closed .h_anfrage_inner
{
	display:none;
}

.h_anfrage_c .line
{
	margin:5px 0 0;
	overflow:hidden;
}

.h_anfrage_c .line.button
{
    margin-top: 10px;
}

.h_anfrage_c .input
{
	width:100%;
	height:40px;
	line-height:40px;
	margin:0;
	padding:0;

	background-color:#fff;
}

.h_anfrage_c .input input
{
	width:80%;
	height:40px;
	padding:0 0 0 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float:left;

	font:400 15px/40px 'Ubuntu', "Trebuchet MS", sans-serif;
	border:0 solid;
	color:#4E4643;

}

.h_anfrage_c .input img
{
	width:20px;
	margin:10px 16px 0 0;
	float:right;
	cursor:pointer;
}

.h_anfrage_c .af_btn
{
	width:100%;
    height: 40px;
	margin:0;
	padding:0 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display:block;
    background-color: #E15C3E;

	text-align:center;
    font:400 16px/40px 'Ubuntu', "Trebuchet MS", sans-serif;
	text-decoration:none;
    letter-spacing: 0.03em;
	color:#FFF;
}

.h_anfrage_c .af_btn:hover
{
	text-decoration:none;
    background-color: #CC3E20;
}
.af_booking
{
 	max-width:286px;
    height: 40px;
/*	margin:-10px 0 0 0;  */
	padding:0 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display:block;
    background-color: #E15C3E;

	text-align:center;
    font:400 16px/40px 'Ubuntu', "Trebuchet MS", sans-serif;
	text-decoration:none;
    letter-spacing: 0.03em;
	color:#FFF;
}

/*BADGE*/
.h_badge_c
{
    position: absolute;
    top: 35px;
    right: 55px;
    z-index: 3;
}

.h_badge_c img
{
    width: 226px;
    height: 182px;
    transition: transform 0.7s ease;
    -webkit-transition: transform 0.7s ease;
}

.h_badge_c:hover img {
    transform: rotate(-16deg);
    -webkit-transform: rotate(-16deg);
}

/*****************************/
/*			MAIN			*/
/***************************/
.main_c
{
	width: 100%;
    background-color: #fff;
	overflow: hidden;
	position: relative;
	z-index: 2;
    box-shadow:0 4px 16px -2px #333333;
}

.main
{
	width: 100%;
    padding: 0 0 50px;
	min-height: 500px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

/*Package Slider*/
.m_package_slider
{
    width: 100%;
    padding: 0 0 40px;
    overflow: hidden;
    position: relative;
    z-index: 2;
    background-color:#F3F3F3;
}

body.cont_temp .m_package_slider
{
    box-shadow: 0 2px 8px -2px #555
}

.m_package_slider_c
{
    width: 100%;
    max-width: 1096px;
    margin: 0 auto;
    overflow: hidden;
    float: none;
}

.no_btn
{
    width: 146px;
    height: 73px;
    position: absolute;
    top: -13px;
    left: 50%;
    cursor: pointer;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    background: url(../img/no_btn.png) no-repeat center;
    background-size: 100% auto;
}

.f_img_c
{
    width: 100%;
    height: 500px;
    position: relative;
    z-index: 1;
    background: no-repeat fixed center center;
    background-size: cover;
}

/*****************************/
/*			FOOTER			*/
/***************************/
.footer_c
{
	width: 100%;
	position:relative;
	z-index:2;
	min-height: 200px;
    display: table;
    box-shadow: 0 0 6px 2px #555;
    background-color: #e5e5e5;
}

.footer_top
{
    margin: 13px 0 0;
    padding: 80px 0 30px;
    overflow: hidden;
    background-image: url(../img/head_bg.png);
}

.footer_top_c
{
    width: 100%;
    max-width: 1096px;
    margin: 0 auto;
    float: none;
    overflow: hidden;
}

.f_col
{
    width: 33.33%;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
    float: left;
    text-align: center;
}

.f_urlaubsplanger img
{
    width: 206px;
    margin-top: 50px;
}

.f_btn
{
    margin: 35px auto 0;
    padding: 10px 12px;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
    display: table;
    min-width: 150px;
    background-color: #9C0001;
    font:400 16px/120% 'Ubuntu', "Trebuchet MS", sans-serif;
    text-align: center;
    text-decoration: none;
    color: #fff;
}

.f_btn:hover
{
    background-color: #7C0001;
}

.f_contact
{
    padding: 0 10px;
    background: url(../img/f_contact_bg.jpg) no-repeat left center, url(../img/f_contact_bg.jpg) no-repeat right center;
    background-size: auto 124px;
    color: #fff;
}

.f_title
{
    padding: 10px 0;
    font:700 23px/120% 'Ubuntu', "Trebuchet MS", sans-serif;
    text-transform: uppercase;
}

.f_contact p
{
    padding: 25px 0;
}

.f_contact p > *
{
    font:400 17px/120% 'Ubuntu', "Trebuchet MS", sans-serif;
    letter-spacing: 0.03em;
    text-decoration: none;
    color: #fff;
}

.f_contact p > a
{
    text-decoration: none;
}

.f_contact p > a:hover
{
    text-decoration: underline;
}

.f_map img
{
    width: 240px;
    margin-top: 30px;
}

/*Impressum*/
.f_impressum
{
    width: 100%;
	margin: 44px 0 0;
	float:left;
	clear:both;

	font:400 14px/120% 'Ubuntu', "Trebuchet MS", sans-serif;
	color:#fff;
}

.f_impressum_c
{
    width: 100%;
    max-width: 280px;
    margin: 0 auto
}

.f_impressum a,
.f_impressum a span
{
	color:#fff;
	text-decoration:none;
}

.f_impressum a:hover
{
	text-decoration:underline;
}

.f_impressum span
{
	margin:0 0 0 14px;
}

.f_impressum img
{
	width:12px;
	margin:0 0 0 6px;
}

.footer_logos
{
    width: 100%;
    padding: 15px 0;
    overflow: hidden;
    background-color: #fff;
}

.f_logos_c
{
    width: 100%;
    max-width: 1020px;
	margin:0 auto;
	padding:10px 0;
    text-align: center;
	overflow:hidden;
}

.f_logos_c a
{
	margin:0 2.5%;
	vertical-align:middle;
}

.f_logos_c a img
{
	vertical-align:middle;
}

.f_logos_c .f_logo1 img
{
	width:150px;
}

.f_logos_c .f_logo2 img
{
	width:90px;
}

.f_logos_c .f_logo3 img
{
	width:90px;
}

.f_logos_c .f_logo4 img
{
	width:80px;
}

.f_logos_c .f_logo5 img
{
	width:120px;
}

@media( max-width: 1400px)
{
    .header_image
    {
        height:550px;
    }

    .header_image img
    {
        width: 1400px;
        margin-left: -700px;
    }

}

@media( max-width: 1020px)
{
	/*****************************/
	/*			HEAD			*/
	/***************************/
    .head_bottom
    {
        height: 48px;
    }

    .h_logo
    {
        width: 209px;
        top: -19px;
    }

    .head_bottom_fix.fixed .h_logo
    {
        top:-12px;
    }



    /*Tablet Menu*/
    .h_menu_c .menu
    {
        display: none;
    }

	.mobile_menu_btn
	{
		display:block;
		margin:0 14px 0 0;
		padding:0 5px;
		float:right;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		cursor:pointer;

        font:700 18px/120% 'Ubuntu', "Trebuchet MS", sans-serif;
        color: #fff;
		letter-spacing:0.05em;
		text-transform:uppercase;
	}

    .mobile_menu_btn.closed
	{
	}

	.mobile_menu_btn span
	{
		display:block;
		padding:13px 0 13px 28px;
        position: relative;

	}

    .mobile_menu_btn span:before
    {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        z-index: 2;

        content: '\f00d';
        font-family: "FontAwesome";
        font-size:23px;

    }

	.mobile_menu_btn.closed span:before
	{
		content: '\f0c9';
        font-family: "FontAwesome";
        font-size:21px;
	}

    /*Anfrage Form*/
    .h_anfrage_c
    {
        width: 220px;
        top: 85px;
    }

    .h_anfrage_title
    {
        padding: 10px 35px 10px 17px;
    }

    .h_anfrage_title::after
    {
        right: 12px;
    }

    .h_anf_title
    {
        font-size: 18px;
    }

    .h_anfrage_inner
    {
         padding: 15px 17px 18px;
    }

    .h_anf_subtitle
    {
        font-size: 15px;
    }

    .h_anf_btn
    {
        width: 255px;
    }

    .h_anf_btn span
    {
        padding: 10px 54px 10px 14px;
        font-size: 15px;
    }

    .h_anf_btn span::after
    {
        font-size: 28px;
        right: 15px;
    }

    .h_badge_c
    {
        top: 17px;
        right: 5px;
    }

    .h_badge_c img
    {
        width: 162px;
        height: 132px;
    }

    .header_image
    {
        height: 290px;
    }

    .header_image img
    {
        width: 1020px;
        margin-left: -510px;
    }

	/*****************************/
	/*			MAIN			*/
	/***************************/
	
	
	/*****************************/
	/*			FOOTER			*/
	/***************************/
    .f_img_c
    {
        height: 290px;
    }

    .footer_top
    {
        padding: 0 0 20px;
        background: #6A6764;
    }

    .f_col
    {
        width: 100%;
        padding: 20px 0 !important;
        background-image: none !important;
    }

    .f_map img
    {
        margin-top: 0;
    }

    .f_impressum
    {
        margin-top: 10px;
    }

    .f_logos_c
    {
        max-width: 450px;
    }

    .f_logos_c img
    {
        margin: 10px 0;
    }

}

@media( max-width: 620px)
{
	/*****************************/
	/*			HEAD			*/
	/***************************/
	.h_phone .h_text
    {
        display: none;
    }

    .h_right_c > *
    {
        margin-left: 10px;
    }

    .h_logo
    {
        width: 166px;
        top: -15px;
        left: 0;
    }

    .head_bottom_fix.fixed .h_logo
    {
        top: -11px;
    }

    .head_bottom_fix.fixed .h_logo img
    {
        width: 80%;
    }

    .h_badge_c
    {
        display: none;
    }


    .head_bottom
    {
        height: 42px;
    }

    .mobile_menu_btn
    {
        margin-right: 8px;
    }

    .mobile_menu_btn span
    {
        padding: 10px 0 10px 28px;
    }

    .menu_slide_c
    {
        top: 42px;
    }

    .h_anfrage_c
    {
        width: 100%;
        position: relative;
        right: auto;
        bottom: auto;
        top: auto;
        overflow: hidden;
    }

    .h_anfrage_c .h_anfrage_title
    {
        max-width: 320px;
        margin: 0 auto;
        float: none;
        overflow: hidden;
    }

    .h_anfrage_title::after
    {
        content: '\f106';
    }

    .h_anfrage_c.closed .h_anfrage_title::after
    {
        content: '\f107';
    }

    .h_anfrage_inner
    {
        padding: 0;
        float: left;
    }

    .h_anfrage_inner form
    {
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
        padding: 10px 12px 18px;
        box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	-webkit-box-sizing: border-box;
        display: block;
        overflow: hidden;
        float: none;
    }

    .h_anfrage_c .line
    {
        width: 50%;
        padding: 0 5px;
        box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	-webkit-box-sizing: border-box;
        float: left;
    }

    .h_anfrage_c .input input
    {
        width: 70%;
    }

    .h_anfrage_c .line.button
    {
        width: 100%;
    }
  /*	.af_booking
{
	max-width:286px;
    height: 40px;
	margin:-25px 0 8px 99px;
	padding:0 20px;
}   */

    .header_image
    {
        height: 158px;
    }

    .header_image img
    {
        width: 620px;
        margin-left: -310px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }

	/*****************************/
	/*			MAIN			*/
	/***************************/
	.main
    {
        padding-bottom: 20px;
    }

    .m_package_slider
    {
        padding-top: 10px;
    }

	/*****************************/
	/*			FOOTER			*/
	/***************************/
    .f_img_c
    {
        display: none;
    }
}
@charset "utf-8";
/* CSS Document */

/*

font:400 12px/120% 'Open Sans', Arial, sans-serif;
font:400 12px/120% 'Raleway', sans-serif;
font:400 12px/120% 'Ubuntu', "Trebuchet MS", sans-serif;

box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;


background-size: px px;
	-webkit-background-size:

position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);

content: '\f054';
    font-family: "FontAwesome";
    font-size:14px;
    color: #5F5F5F;


*/

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
{
    font:500 15px/180% 'Raleway', sans-serif;
    color:#373739;
}

.content ul
{
    margin: 0;
    padding: 0;
	display:table;
	list-style: none;
    position: relative;
}

.content li
{
    padding-left: 22px;
    padding-bottom: 5px;
    position: relative;
    background: url(../img/menu_bg2.png) no-repeat;
    background-position: left 10px;
    background-size:8px auto;
}

.content ul li::before
{

}

.content a
{
	color:#990000;
	text-decoration:underline;
}

.content a:hover
{
    color: #373739;
}

a.art_anchor,
.content a.art_anchor
{
	position: absolute;
    top: 0;
    margin-top: -60px;
	text-decoration:none;
    width: 10px;
    height: 1px;
}


.content > .art_element.cols_twelve > .art_headline,
.content > .art_element.cols_twelve > .art_inner
{
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    display: table;
    float: none;
}

.content > .art_element.art_group.cols_twelve > .art_inner
{
    max-width: 1096px;
}

/*Headlines*/
.headline,
.art_element .art_headline,
.art_element .art_headline h3,
.art_element.art_cols .art_col h4.coltitle
{
    text-align: center;
    font:500 24px/120% 'Ubuntu', "Trebuchet MS", sans-serif;
    letter-spacing: 0;
	color:#6E6766;
}

.art_element .art_headline > *
{
    margin-top: 0 !important;
}

.content > .headline > *
{
    max-width: 1000px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

h1,h2,h3,h4,h5,h6
{
    margin-bottom:0;
    font-weight: 500;
}

h1.headline,
.art_headline h1
{
    margin-top: 70px;
    padding-top: 65px;
    background: url(../img/title_bg.png) no-repeat center top;
    background-size: 160px auto;
    -webkit-background-size: 160px auto;
    font-size: 30px;
    font-weight: bold !important;
    color: #665B58;
}

h2.headline,
.art_headline h2
{
    text-align: center;
    font:500 20px/120% 'Raleway', sans-serif;
    color: #9B0000;
}

h4.headline,
.art_headline h4,
h5.headline,
.art_headline h5,
h6.headline,
.art_headline h6,
.art_element.art_cols .art_col h4.coltitle
{
    text-align: left;
}

.art_element.art_cols .art_col h4.coltitle
{
    margin-bottom: 10px;
}

.art_element.art_group > .art_inner > .headline.subtitle:first-child
{
    margin-top: 14px;
}

.art_element.mittig_titel .art_headline,
.headline.mittig_titel
{
    text-align: center;
}

.art_element.text_align_center > .art_inner
{
    text-align: center;
}

.art_element.text_align_center > .art_inner ul
{
    margin: 0 auto;
}

.art_element.text_align_center > .art_inner ul li
{
    margin: 0 auto;
    display: table;
    float: none;
    text-align: center;
}

/*Button Element*/
.art_element.art_button,
.art_element.art_packages .art_pack_link
{
	padding-top:10px;
	padding-bottom:20px;
    margin-top: 0;
}

.art_element.art_button a,
.art_element.art_packages .art_pack_link a
{
	min-width:150px;
	padding:9px 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
    position: relative;

	background-color:#CC3E20;
    transition: background-color 1s ease;
    -webkit-transition: background-color 1s ease;

    font:400 16px/120% 'Ubuntu', "Trebuchet MS", sans-serif;
	color:#FFF !important;
	text-decoration:none !important;
	text-align:center;
    text-shadow: none;
}

.art_element.art_button a::after
{

}


.art_element.art_button a:hover,
.art_element.art_packages .art_pack_link a:hover
{
	background-color:#EA8B77;
}

/*Table Element*/
.art_element.art_table table
{
	border-collapse:collapse;
}

.art_element.art_table thead
{

}

.art_element.art_table th
{
	padding:20px 25px;
	background-color:#9C0001;
    border: 1px solid #DEDEDC;

	font:700 17px/120% 'Ubuntu', "Trebuchet MS", sans-serif;
	letter-spacing:0;
	color:#fff;
	text-align:center;
    text-transform: uppercase;
}

.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;
    border: 1px solid #DEDEDC;

	font:400 16px/120% 'Ubuntu', "Trebuchet MS", sans-serif;
	text-align:center;
    color: #4C4C4C;
}

.art_element.art_table td:first-child
{
}

.art_element.art_table td span
{
}



.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:#F0F0F0;
}

/*Package Element*/
.art_element.art_group.pkgslider .pkg_c .pkg_inner > .art_element
{
    margin-top: 35px;
}

.art_element.art_packages
{
    padding: 0 !important;
    position: relative;
    background-position: center;
    background-size: cover cover;
    background-repeat: no-repeat;
}

.art_element.art_packages::before
{
    width: 100%;
    height: 100%;
    content: "";
    overflow: hidden;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.art_element.art_packages .art_inner
{
    height: 272px;
    padding:27px 23px;
    position: relative;
    z-index: 2;
    font:400 14px/160% 'Ubuntu', "Trebuchet MS", sans-serif;
    text-shadow: 1px 1px #333;
    color: #fff !important;
    background:url(../img/package_bg.png) repeat-x 0 -9px;
    border: 9px solid rgba(255,255,255,0.5);
    background-size: 35px auto;
}

.art_element.art_packages .art_inner::before
{
  content: "";
  position: absolute;
  z-index:-1;
  top: 0;  left: 0;  right: 0;  bottom: 0;
  background: #9C0001;
  transform: scaleY(0);
  transform-origin: 0 50%;
  transition: transform .3s ease-out;
}
.art_element.art_packages:hover .art_inner:before{transform: scaleY(1);}

.art_element.art_packages .art_headline
{
    padding-top: 5px;
    padding-bottom: 5px;
}

.art_element.art_packages .art_headline > *
{
    margin-bottom: 0;
    font:700 20px/120% 'Ubuntu', "Trebuchet MS", sans-serif;
    text-transform: uppercase;
    text-align: left;
    color: #fff !important;
}

.art_element.art_packages .art_pack_date
{
    margin-bottom: 12px;
    font:400 17px/120% 'Raleway', sans-serif;
}

.art_element.art_packages .art_pack_link
{
    margin-top: 20px;
    padding-bottom: 10px;
    text-align: right;
    position: absolute;
    bottom: 25px;
    right: 23px;
}


.art_element.art_group.pkgslider > .art_inner
{
    max-width: 1200px;
    display: block;
    overflow: hidden;
}

/*Highlight Element*/
.art_element.highlight
{
    background: url(../img/highlight_bg.png) repeat-x bottom center;
    background-size: 150px auto;
    background-color:#9C0001;
}

.art_element.highlight .art_headline > *,
.art_element.highlight .headline
{
    color: #fff !important;
}

.art_element.highlight .art_inner
{
    color: #FFF !important;
    font-weight: 600;
}

.art_element.highlight .art_inner a
{
    color: #fff;
}

.art_element.highlight .art_inner a:hover
{
    color: #E57960;
}

.art_element.highlight .art_button a
{
}

.art_element.highlight .art_button a:hover
{
}



@media( max-width: 1020px)
{
    /*headlines*/
    .headline, .art_element .art_headline, .art_element .art_headline h3, .art_element.art_cols .art_col h4.coltitle
    {
        font-size: 22px;
    }

    h1.headline, .art_headline h1
    {
        margin-top:55px;
        padding-top: 45px;
        font-size: 25px;
    }

    h2.headline, .art_headline h2
    {
        font-size: 18px;
    }

    /*Table Element*/
    .art_element.art_table th
    {
        font-size: 16px;
    }

    /*Package Element*/
    .art_element.art_group.pkgslider
    {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .art_element.art_group.pkgslider > .art_inner
    {

    }

}
@media( max-width: 740px)
{
    .art_element.art_packages .art_headline > *
    {
        font-size: 18px;
    }

    .art_element.art_packages .art_pack_date
    {
        font-size: 15px;
    }

}

@media( max-width: 620px)
{
    /*headlines*/
    .headline, .art_element .art_headline, .art_element .art_headline h3, .art_element.art_cols .art_col h4.coltitle
    {
        font-size: 19px;
        text-align: left;
    }

    h1.headline, .art_headline h1
    {
        margin-top: 45px;
        padding-top: 35px;
        font-size:21px;
    }

    h2.headline, .art_headline h2
    {
        font-size: 17px;
        text-align: left;
        line-height: 100%;
    }

    .art_element .art_headline.accord
    {
        padding-top: 20px;
        padding-bottom: 20px;
        background-color: #F0F0F0;
    }

    .art_element.highlight .art_headline.accord
    {
        background-color: transparent;
    }

    .art_element.text_align_center > .art_inner
    {
        text-align: left;
    }

    .art_element.text_align_center > .art_inner ul
    {
        margin: 0;
    }

    /*Package Element*/
    .art_element.art_group.pkgslider .pkg_c.pkgfull
    {
        padding: 0 25px;
    }

    .art_element.art_group.pkgslider .pkg_c .pkg_inner > .art_element
    {
        margin-top: 20px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .art_element.art_packages .art_headline
    {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
        margin-bottom: -5px;
    }

    .art_element.art_packages .art_headline > *
    {
        font-size: 17px !important;
    }

    .art_element.art_group.pkgslider > .art_inner
    {
        max-width: 320px !important;
        margin-left: auto;
        margin-right: auto;
        float: none !important;
    }

    /*Highlight Element*/
    .art_element.highlight
    {
        padding-top: 35px !important;
        padding-bottom: 35px !important;
    }

    /*Table Element*/
    .art_element.art_table td
    {
        font-size: 16px;
    }

    .art_element.art_table td.trtitle
    {
        padding: 18px 15px;
        text-align: center;
        text-transform: uppercase;
        background-color: #9c0001;
        border: 1px solid #dededc;
        color: #fff;
        font: 700 16px/120% "Ubuntu","Trebuchet MS",sans-serif;
        letter-spacing: 0;
    }

    .art_element.art_table td.trtitle a
    {
        color: #fff;
    }

    .art_element.art_table tr:nth-child(2n) td.trtitle
    {
        background-color: #9c0001 !important;
    }

    .art_element.art_table th
    {
        background-color: #fff;
        border: 1px solid #dededc;
        text-transform: none;
        color: #4c4c4c;
        font: 400 16px/120% "Ubuntu","Trebuchet MS",sans-serif;
        padding: 16px 15px;
        text-align: center;
    }

    .art_element.art_table tr:nth-child(2n) th
    {
        background-color: #f0f0f0;
    }

    .content > .art_element.cols_twelve > .art_headline, .content > .art_element.cols_twelve > .art_inner
    {
        display: block;
        float: left;
    }

    .art_element.closed > .art_inner
    {
        display: none !important;
    }
}

/*GOOGLE-MAPS*/

#maprahmen {
   border: 1px solid #fff;
   width: 100%;
   text-align: left;
}

#karte {
   width: 100%;
   height: 400px;
}

#input-hintergrund {
   background: #e1e1e2;
   padding: 5px;
   border: 1px solid #e1e1e1;
}

#inputaddress {
   width: 300px;
   padding: 1px;
   height: 20px;
   border: 1px solid #fff;
	background-color: #FFFFFF;
	font-family: 'Raleway', serif;
	font-size: 13px;
}

.mapposition {
    color: #000;
    font-size: 12px;
}
.marker {
    height: 120px;
    text-align: left;
    width: 300px;
}
@font-face {
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/OpenSans-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/OpenSans-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/Raleway-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/Raleway-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/Raleway-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/Raleway-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/Ubuntu-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/Ubuntu-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/Ubuntu-Bold.ttf') format('truetype');
}