@charset "utf-8";
/* CSS Document */

/*

font-family:400 12px/120% 'PT Sans', 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: #FFF;
    font-family: 'Open Sans', Verdana;
}
/* 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 0.5s, color ease 0.3s;
    -webkit-transition:background-color ease 0.5s, color ease 0.3s;
}

*: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: 1020px)
{
	.page_c
	{
		min-width: 320px;
	}
	body .ui-widget { font-size: 14px; }
}
@media only screen and (max-width: 650px)
{
	body .ui-widget { font-size: 16px; }
}

.offscreen
{
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

/*****************************/
/*			HEAD			*/
/***************************/
.head_c
{
	width: 100%;
	position:relative;
	min-height: 100px;
	background-color: #FFF;
    float: left;
	z-index:4;
}

.header_top
{
    width: 100%;
    min-height: 128px;
    background-color: #88130C;
    float: left;
}

.header_top_left
{
    width: 450px;
    float: left;
    padding-top: 23px;
    padding-left: 38px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.header_top_left > *
{
    margin-right: 20px;
}

.header_top_left > *:last-child
{
    margin-right: 0;
}

.h_search input
{
    background-color: transparent;
    border: none;
    font: 400 1em/120% 'Open Sans', Verdana;
    color: #FFF;
    position: relative;
}


.h_search #input_suchen
{
    border-bottom: 1px solid #C48986;
    width: 100px;
    padding-bottom: 6px;
    transition: width 0.5s ease 0s;
    -webkit-transition: width 0.5s ease 0s;
}

.h_search #input_suchen:focus
{
    width: 150px;
}

.h_search
{
    position: relative;
    width: 180px;
    float: left;
}

.h_search .fa
{
    color: #FFF;
    font-size: 1.1em;
    padding-bottom: 7px;
}

.h_search .btnsearch
{
    display: none;
}

.gtranslate_c
{
    float: left;
    font: 400 1em/120% 'Open Sans', Verdana;
    color: #FFF;
    position: relative;
    display:flex;
    align-items:center;
    justify-content:center;
}

.gtranslate_c .g_translate_btn
{
    cursor: pointer;
}

.gtranslate_c .fa-angle-down
{
    font-size: 1.3em;
    margin-left: 10px;
    transition: transform ease 0.5s;
	-webkit-transition: -webkit-transform ease 0.5s;
}

.gtranslate_c.opened .fa-angle-down {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
.gtranslate_c .gtranslate_inner {
	display: none;
	padding-top: 9px;
	padding-bottom: 9px;
	position: absolute;
	left: 0;
	top: 20px;
}
.gtranslate_c.opened .gtranslate_inner {
	display: table;
}
.gtranslate_c .gtranslate_inner > * {
	border: 2px solid #FFF;
}

.header_fb_link
{
    color: #FFF;
    font-size: 1.3em;
}

.header_fb_link:hover,
.header_fb_link:focus
{
    color: #E49E9A;
}
.header_virtuellen_tour_mobile
{
    display:none !important;
}

.header_virtuellen_tour img,
.header_virtuellen_tour_mobile img
{
    width: 57px;
}


.header_top_center
{
    width: calc(100% - 710px);
    float: left;
}

.head_c .logo_c
{
    float: none;
    margin: 0 auto;
    width: auto;
    height: auto;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 13px;
    transform: translateX(-50%);
}

.head_c .logo_c img
{
    width: 138px;
}

.header_top_right
{
    width: 330px;
    float: right;
    text-align: right;
    padding-right: 38px;
    padding-top: 38px;
    box-sizing: border-box;
}

.header_top_right .header_link_c a
{
    display: block;
    color: #FFF;
    text-decoration: none;
    font: 400 1em/170% 'Droid Serif', 'Open Sans', Verdana;
    font-style: italic;
}

.header_top_right .header_link_c a:hover,
.header_top_right .header_link_c a:focus
{
    color: #E49E9A;
}

.header_top_right .header_link_c a .phone_icon,
.header_top_right .header_link_c a .fa-envelope
{
    margin-left: 15px;
}

.header_top_right .header_link_c .phone_icon
{
    content: " ";
    width: 22px;
    height: 15px;
    background: url(../img/phone_sprite.png) no-repeat center;
    background-size: auto 15px;
    background-position: 0px;
    display: inline-block;
}

.header_top_right .header_link_c a:hover .phone_icon,
.header_top_right .header_link_c a:focus .phone_icon
{
    background-position: right top;
}

/*Desktop menu*/
.h_menu_c
{
    width: 100%;
    display: table;
    float: left;
}

.h_menu_c .menu
{
	display:table;
	width: 100%;
    margin: 0;
    z-index: 50;
    position: relative;
}

.menu ul
{
    margin: 0;
    padding: 0 20px;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center;
    width: 100%;
    text-align: center;
}

.menu li
{
	margin:0;
	list-style:none;
	display: inline-block;
	z-index:2;
    position: relative;
	text-transform: none;
}

.menu li.specific_li
{
    position: static;
}

.menu ul:last-child li
{

}

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

.menu li a
{
    display: inline-block;
	margin:0;
	padding: 15px 24px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
    position: relative;

    font: 400 1em/250% 'Droid Serif', sans-serif;
    font-style: italic;
	color: #4A4A4A;
	text-decoration:none;
    text-transform: none;
}

.menu > ul > li a:after
{
    content: " ";
    width: 1px;
    height: 44px;
    border-left: 1px solid #DFDFDF;
    box-sizing: border-box;
    position: absolute;
    right: 0;
}

.menu > ul > li:last-child > a:after
{
    content: none;
}

.menu li  a span
{

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

.menu > ul > li:hover > a,
.menu > ul > li.opened > a,
.menu > ul > li > a:focus,
.menu > ul > li.current_link > a,
.menu > ul > li.current_path > a
{
    color: #88130C;
    background-color: #F8F8F8;
    border-bottom: 1px solid #DFDFDF;
    padding-bottom: 14px;
}

.menu > ul > li:hover > a:after,
.menu > ul > li.opened > a:after,
.menu > ul > li > a:focus:after,
.menu > ul > li.current_link > a:after,
.menu > ul > li.current_path > a:after
{
    content: none;
}

.menu > ul > li > ul
{
	width:330px;
	margin:0;
	padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	position:absolute;
	z-index:5;
	top: 70px;
	left:-5000px;
    overflow: hidden;
    max-height:0;
    transition: max-height ease 0.5s, padding-top ease 0.5s , padding-bottom ease 0.5s;
    -webkit-transition: max-height ease 0.5s, padding-top ease 0.5s , padding-bottom ease 0.5s;

	background:#F0EEEE;
}

.menu > ul > li.opened > ul
{
    padding:30px 20px !important;
    max-height: 600px;
    left: 0;
    text-align: center;
}

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

.menu li li
{
    width: 100%;
}

.menu li li a
{
    width: 100%;
    padding: 25px 25px;
    box-sizing: border-box;
    display: block;
    text-transform: none;
    font:400 1.063em/120% 'Open Sans', sans-serif;
    color: #4A4A4A;
    text-align: center;
    background: none !important;
    position: relative;
}

.menu li li a:after
{
    content: " ";
    position: absolute;
    width: 103px;
    height: 1px;
    border-bottom: 1px solid #DFDFDF;
    bottom: 1px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.menu li li:last-child a:after
{
    content: none;
}

.menu li li > a:hover,
.menu li li.opened > a,
.menu li li > a:focus,
.menu li li.current_link > a,
.menu li li.current_path > a
{
    color: #88130C;
}


.menu li li a span
{
    box-sizing: border-box;
    position: relative;
}

/*Submenu Desktop*/
.menu .submenu
{
    width:700px;
    padding:0;
	overflow:hidden;
	overflow:hidden;
	position:absolute;
	display:block;
	z-index:2;
    left:-5000px;
	top:42px;
    max-height: 0;
    transition: max-height ease 0.5s, padding-top ease 0.5s , padding-bottom ease 0.5s;
    -webkit-transition: max-height ease 0.5s, padding-top ease 0.5s , padding-bottom ease 0.5s;


	background-color:#F0EEEE;
}

.menu li.opened .submenu
{
    max-height: 500px;
    padding:35px 0;
    left: auto;
    right:0;
}

.menu .submenu > ul
{
	width:100%;
    min-height: 180px;
    /*min-height: 340px;*?
    box-sizing: border-box;
	float:left;
	overflow:hidden;
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count:2;
	-webkit-column-gap: 1px; /* Chrome, Safari, Opera */
    -moz-column-gap: 1px; /* Firefox */
    column-gap: 1px;
	-webkit-column-rule: 1px solid #494141; /* Chrome, Safari, Opera */
    -moz-column-rule: 1px solid #494141; /* Firefox */
    column-rule: 1px solid #494141;
}

.menu .submenu > ul > li
{
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}


.menu .submenu > ul > li.link_down  > a span
{
    padding: 0;
}

.menu .submenu > ul > li.link_down  > a span::before
{
    content:none;
}

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

.menu_slide_c
{
	width: 320px;
	float: left;
	position: absolute;
	top:162px;
	right: 0;
	z-index: 6;
	overflow:hidden;
	position:absolute;
	z-index:3;
    background-color: #F2F0EE;
}
.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%;
}

.menu_slide_c li
{

}

.menusl ul
{
    margin: 0;
    padding:30px 10px !important;
    box-sizing: border-box;
    left: 0;
}

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

.menusl li a
{
    width: 100%;
    padding: 10px 20px 10px 20px;
    box-sizing: border-box;
    display: block;
    text-transform: none;
    font:400 1.125em/120% 'Open Sans', sans-serif;
    text-decoration: none;
    color: #766658;
}

.menusl li > a:hover,
.menusl li.opened > a,
.menusl li > a:focus,
.menusl li.current_link > a,
.menusl li.current_path > a
{
    background-color: #88130C;
    color: #FFF;
}

/*Submenu Desktop*/
.submenu li a
{
    text-transform: none;
}

.submenu li a span
{
    padding-left: 20px;
    position: relative;
    display: inline-block;
}

.submenu li a span::before
{
    position: absolute;
    left: 0;
    top: 0;
    content: '\f0da';
    font-family: "FontAwesome";
    font-size:0.875em;
}

.submenu li.main_li > a
{
    padding: 10px 20px 10px 30px;
    font:700 1em/120% 'Open Sans', sans-serif;
    text-transform: uppercase;
}

.submenu li.main_li > a span
{
    padding: 0;
}

.submenu li.main_li > a span::before
{
    content:none;
}

.submenu li.mm_parent > a
{
    font:700 1.1em/120% 'Open Sans', sans-serif;
    text-transform: uppercase;
}

.submenu li.mm_parent > a span
{
    padding: 0;
}

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

.submenu li.back_link > a span::before
{
    top: 3px;
    content:'\f053';
    font-size: 14px;
}

.menusl ul ul
{
    padding: 0 !important;
}

.menusl .main_li ul a
{
    padding: 10px 20px 10px 30px;
    font-size: 1em;
}

.header_image_c
{
    width: calc(100% - 80px);
    height: 876px;
    float: left;
    margin-left: 40px;
    margin-right: 40px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.header_image_c.single
{
    height: auto;
}

.header_image
{
    height: 876px;
    width: 100%;
    max-width: 1100px;
    float: none;
    margin: 0 auto;
    line-height: 50%;
}

.header_image_c.single .header_image
{
    max-width: 100%;
    float: left;
    margin: auto;
    position: relative;
    height: auto;
}

.header_image img
{
    min-height: 100%;
    min-width: 100%;
    width: auto;
    position: absolute;
    top: -100%;
    bottom: -100%;
    left: -100%;
    right: -100%;
    margin: auto;
    z-index: 0;
}

.header_image #headImageImg
{
    width: 100%;
    height: auto;
    min-width: 0;
    min-height: 0;
    position: static;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
}

.header_image_c .marrow.mra_left
{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 23px;
    z-index: 2;
}

.header_image_c .marrow.mra_left:before
{
    content: "\f104";
    font-family: "FontAwesome";
    color: #FFF;
    font-size: 4.813em;
    cursor: pointer;
    opacity: 0.5;
    transition: opacity ease 0.5s;
    -webkit-transition: opacity ease 0.5s;
}

.header_image_c .marrow.mra_right
{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 23px;
    z-index: 2;
}

.header_image_c .marrow.mra_right:before
{
    content: "\f105";
    font-family: "FontAwesome";
    color: #FFF;
    font-size: 4.813em;
    cursor: pointer;
    opacity: 0.5;
    transition: opacity ease 0.5s;
    -webkit-transition: opacity ease 0.5s;
}

.header_image_c .marrow.mra_right:hover:before,
.header_image_c .marrow.mra_left:hover:before
{
    opacity: 1;
}

.header_image_frame
{
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    position: absolute;
    top: 10px;
    left: 10px;
    border: 1px solid #FFF;
    z-index: 1;
}

.header_image_dots
{
    position: absolute;
    left: 50%;
    bottom: 22px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 2;
}

.header_image_dots .dot
{
    width: 16px;
    height: 16px;
    border: 1px solid #FFF;
    display: inline-block;
    margin-left: 12px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    cursor: pointer;
    box-sizing: content-box;
}

.header_image_dots .dot:hover,
.header_image_dots .dot.current
{
    background-color: #FFF;
}

.umbau
{
    position: absolute;
    top: 210px;
    left: 90px;
}

.umbau img
{
    width: 226px;
    height: 226px;
}

.anfrage_c_c
{
    width: 100%;
    float: left;
    position: relative;
}

.anfrage_c
{
    background-color: #88130C;
    position: absolute;
    top: -350px;
    right: 123px;
    padding: 40px 50px 55px;
    color: #FFF;
    text-align: center;
    width: 430px;
    box-sizing: border-box;
    max-height: 104px;
    overflow: hidden;
    transition: max-height ease 1s;
    -webkit-transition: max-height ease 1s;
    z-index: 3;
}

.anfrage_c.opened
{
    max-height: 300px;
    overflow: visible;
}

.anfrage_c .title
{
    font: 400 1.675em/120% 'Droid Serif', sans-serif;
    color: #FFF;
    font-style: italic;
    position: relative;
    padding-bottom: 10px;
    cursor: pointer;
}

.anfrage_c .title:before
{
    content: "\f107";
    font-family: 'FontAwesome';
    position: absolute;
    top: -30px;
    right: -30px;
    font-style: normal;
    font-size: 1.1em;
}

.anfrage_c.opened .title:before
{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.anfrage_c .title:after
{
    content: " ";
    width: 50%;
    height: 1px;
    border-bottom: 1px solid #FFF;
    position: absolute;
    bottom: 0;
    left: 25%;
}

.anfrage_c .line
{
    display: table;
    width: 100%;
}

.anfrage_c .input
{
    width: 138px;
    float: left;
    cursor: pointer;
    margin-left: 20px;
}

.anfrage_c .input:nth-child(even)
{
    float: right;
    margin-left: 0;
    margin-right: 20px;
}

.anfrage_c .input input
{
    width: 120px;
    font: 400 1em/120% 'Open Sans', Verdana;
    color: #FFF;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #FFF;
    padding-bottom: 8px;
    padding-right: 20px;
    box-sizing: border-box;
    cursor: pointer;
}

.anfrage_c .abreise_datum,
.anfrage_c .anreise_datum
{
    background: url(../img/calendar.png) no-repeat top right;
    background-size: 21px auto;
}

.anfrage_c .anfrage_text
{
    padding-top: 20px;
    padding-bottom: 25px;
    font: 400 1.063em/130% 'Droid Serif', sans-serif;
    font-style: italic;
}

.anfrage_c .anfrage_button_c
{
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    opacity: 0;
    transition: opacity ease 1s;
    -webkit-transition: opacity ease 1s;
}

.anfrage_c.opened .anfrage_button_c
{
    opacity: 1;
}

.anfrage_c .anfrage_button_c a
{
    padding: 15px;
    text-align: center;
    min-width: 208px;
    background-color: #F2F0EE;
    color: #766758;
    font: 400 1.125em/120% 'Open Sans', Verdana;
    text-decoration: none;
    text-transform: uppercase;
    display: table;
}

.anfrage_c .anfrage_button_c a:hover,
.anfrage_c .anfrage_button_c a:focus
{
    background-color: #570000;
    color: #F2F0EE;
}

/*****************************/
/*			MAIN			*/
/***************************/
.main_c
{
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.main
{
	width: 100%;
	min-height: 500px;
	overflow: hidden;
	position: relative;
	z-index: 1;
    display: block;
    padding-top: 40px;
    padding-bottom: 80px;
}

/*****************************/
/*			FOOTER			*/
/***************************/
.footer_c
{
	width: 100%;
	position:relative;
	z-index:2;
	min-height: 200px;
    float: left;
	padding-bottom: 80px;
}

.footer_top
{
    width: 100%;
    float: left;
    background-color: #88130C;
}

.footer_top_c
{
    width: 100%;
    max-width: 1200px;
    float: none;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    position: relative;
    padding-top: 100px;
    color: #FFF;
    overflow: hidden;
}

.footer_top_c .column
{
    width: 33%;
    float: left;
    box-sizing: border-box;
    position: relative;
}

.footer_top_c .column p
{
    padding-top: 15px;
}

.footer_top_c .column a
{
    color: #FFF;
    text-decoration: none;
}

.footer_top_c .column a:hover,
.footer_top_c .column a:focus
{
    color: #AFAFAF;
}

.footer_top_c h3
{
    font: 400 1.875em/130% 'Droid Serif', sans-serif;
    font-style: italic;
    color: #FFF;
    position: relative;
    padding-bottom: 10px;
}

.footer_top_c h3:after
{
    content: " ";
    width: 150px;
    height: 1px;
    border-bottom: 1px solid #FFF;
    position: absolute;
    bottom: 0;
    left: 0;
}

.footer_top_c .column_left
{
    content: " ";
    height: 263px;
    background: url(../img/Blatt_icon_kleiner_white.svg) no-repeat top left;
    background-size: 263px 263px;
    opacity: 0.2;
}

.footer_top_c .column_center
{
    padding-top: 15px;
}

.footer_top_c .column_right,
.footer_top_c .column_center
{
    padding-left: 100px;
}

.footer_logo
{
    width: 162px;
}

.footer_top_c .column_right h3
{
    margin-top: 30px;
}

.footer_top_c .column_right h3:first-child
{
    margin-top: 0;
}

.footer_facebook_c
{
    font-size: 1.563em;
    position: absolute;
    top: 0;
    right: 0;
    padding: 26px 21px 17px 21px;
    background-color: #90241D;
    color: #FFF;
    z-index: 3;
}

.footer_facebook_c:hover,
.footer_facebook_c:focus
{
    background-color: #FFF;
    color: #90241D;
}

.footer_facebook_c:after
{
    content: " ";
    width: 44px;
    height: 1px;
    border-bottom: 1px solid #F2F0EE;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    bottom: 4px;
    opacity: 0.5;
}

.footer_facebook_c:hover:after,
.footer_facebook_c:focus:after
{
    border-bottom: 1px solid #90241D;
}

.footer_top_links
{
    width: 100%;
    text-align: right;
    margin-top: 48px;
    float: left;
    padding-bottom: 30px;
}

.footer_top_links a
{
    font: 400 0.75em/120% 'Open Sans', Verdana;
    color: #FFF;
    text-decoration: none;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    border-right: 1px solid #FFF;
}

.footer_top_links a:last-child
{
    padding-right: 0;
    border-right: none;
}

.footer_top_links img
{
    width: 34px;
}

.footer_top_links a:hover,
.footer_top_links a:focus
{
    color: #AFAFAF;
}

.footer_bottom
{
    width: 100%;
    float: left;
    padding-top: 27px;
    padding-bottom: 27px;
    background-color: #FFF;
    text-align: center;
}

.footer_bottom a
{
    margin-left: 21px;
    margin-right: 21px;
}

.footer_bottom a img
{
    vertical-align: middle;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    transition: filter ease 0.5s;
    -webkit-transition: -webkit-filter ease 0.5s;
}

.footer_bottom a img:hover,
.footer_bottom a img:focus
{
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}

.footer_bottom .flogo1
{
    width: 100px;
}

.footer_bottom .flogo2
{
    width: 70px;
}

.footer_bottom .flogo3
{
    width: 100px;
}

.footer_bottom .flogo4
{
    width: 100px;
}

.footer_bottom .flogo5
{
    width: 100px;
}

#no_btn
{
	position: fixed;
	width: 114px;
	height: 109px;
	right: 20px;
	bottom: 20px;
	background: #9C150E;
	color: #fff;
	font: 400 1em/130% 'Droid Serif', sans-serif;
    font-style: italic;
	cursor: pointer;
	box-sizing: border-box;
	padding: 35px 15px 15px;
    text-align: center;
	z-index: 5;
}

#no_btn .fa
{
    font-size: 1.8em;
    margin-top: 10px;
}

#no_btn .text
{
    position: relative;
    padding-bottom: 10px;
}

#no_btn .text:after
{
    content: " ";
    position: absolute;
    left: 5%;
    bottom: 0;
    width: 90%;
    height: 1px;
    border-bottom: 1px solid #C77B77;
}

#no_btn:hover
{
	background-color: #FFF;
    color: #9C150E;
}
/*
@media(max-width: 1600px)
{
    .header_image_c
    {
        height: 701px;
    }

    .header_image
    {
        height: 701px;
    }


    .anfrage_c
    {
        top: 572px;
    }

}
*/

@media(max-width: 1440px)
{
    .header_image_c
    {
        height: 631px;
    }

    .header_image
    {
        height: 631px;
    }
}

@media( max-width: 1260px)
{
    .menu > ul > li > a
    {
        padding-left: 15px;
        padding-right: 15px;
    }

    .anfrage_c
    {
        padding: 30px 30px 45px;
        width: 380px;
        max-height: 92px;
       /* top: 600px;*/
    }

    .anfrage_c .title
    {
        font-size: 1.65em;
    }

    .anfrage_c .title::before
    {
        font-size: 1.1em;
        right: -15px;
        top: -20px;
    }

    .anfrage_c .anfrage_text
    {
        padding-bottom: 20px;
    }

}
/*
@media(max-width: 1200px)
{
    .header_image_c
    {
        height: 526px;
    }

    .header_image
    {
        height: 526px;
    }


    .anfrage_c
    {
        top: 440px;
    }
}
*/
@media( max-width: 1140px)
{
    .menu > ul > li > a
    {
        font-size: 1em;
        padding-left: 12px;
        padding-right: 12px;
    }

    .menu > ul > li > a::after
    {
        height: 30px;
    }

    .menu > ul > li > ul
    {
        top: 70px;
    }

    .umbau
    {
        left: 60px;
    }

    .umbau img
    {
        width: 190px;
        height: 190px;
    }

}

@media( max-width: 1020px)
{

    .as_map_c
    {
        display: none !important;
    }

	/*****************************/
	/*			HEAD			*/
	/***************************/
    .header_top
    {
        min-height: 80px;
    }

    .header_top_left
    {
        padding-top: 16px;
        padding-left: 20px;
        width: 314px;
    }

    .h_search
    {
        width: 130px;
    }

    .h_search #input_suchen
    {
        width: 70px;
    }

    .h_search #input_suchen:focus
    {
        width: 100px;
    }

    .header_fb_link
    {
        font-size: 1.2em;
    }

    .header_top_right
    {
        padding-top: 20px;
        width: 250px;
        padding-right: 20px;
    }

    .header_top_right .header_link_c a
    {
        font-size: 1em;
    }

    .header_top_right .header_link_c .phone_icon
    {
        width: 22px;
        height: 15px;
        background-size: auto 15px;
    }

    .header_top_center
    {
        float: left;
        width: calc(100% - 586px);
    }

    .head_c .logo_c
    {
        top: 4px;
    }

    .head_c .logo_c img
    {
        width: 105px;
    }


    #deskmenu
    {
        display: none;
    }

    .h_menu_c
    {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .menu_slide_c
    {
        display: block;
    }

    .menu_slide_c.closed
    {
        display: none;
    }

    /*Mobile Menu*/
    .mobile_menu_btn
	{
		display:block;
		margin: 0 20px 0 0;
		padding: 0;
		float:right;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		cursor:pointer;

        font: 600 1.2em/120% "Droid Serif",sans-serif;
        color: #87130C;
		text-transform:none;
	}

    .mobile_menu_btn.closed
	{
	}

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

	}

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

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

    }

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

    .header_image_c
    {
        width: calc(100% - 40px);
        margin-left: 20px;
        margin-right: 20px;
        height: 438px;
    }


    .header_image
    {
        height: 438px;
    }


    .header_image_c .marrow.mra_left
    {
        left: 15px;
    }

    .header_image_c .marrow.mra_left::before
    {
        font-size: 3.5em;
    }

    .header_image_c .marrow.mra_right
    {
        right: 15px;
    }


    .header_image_c .marrow.mra_right::before
    {
        font-size: 3.5em;
    }

    .header_image_dots
    {
        bottom: 12px;
    }

    .header_image_dots .dot
    {
        width: 12px;
        height: 12px;
        margin-left: 8px;
    }

    .umbau
    {
        left: 30px;
        position: absolute;
        top: 176px;
    }

    .umbau img
    {
        width: 150px;
        height: 150px;
    }

    .anfrage_c
    {
        max-height: 76px;
        padding: 25px 20px 15px;
        right: 65px;
        width: 320px;
        top: -100px;
    }

    .anfrage_c .title
    {
        font-size: 1.5em;
    }

    .anfrage_c .title::before
    {
        font-size: 1.2em;
        right: -10px;
        top: -20px;
    }

    .anfrage_c .anfrage_text
    {
        font-size: 1em;
        padding-bottom: 15px;
        padding-top: 13px;
    }

    .anfrage_c .anfrage_button_c
    {
        bottom: auto;
        left: auto;
        opacity: 0;
        position: relative;
        transform: none;
        margin-top: 15px;
    }

    .anfrage_c .anfrage_button_c a
    {
        padding: 10px;
        float: none;
        margin: 0 auto;
    }

    .anfrage_c .input
    {
        margin-left: 0;
        margin-right: 0;
    }

    .anfrage_c .input:nth-child(even)
    {
        margin-left: 0;
        margin-right: 0;
    }

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

	/*****************************/
	/*			FOOTER			*/
	/***************************/
    .footer_top_c
    {
        padding-top: 50px;
        font-size: 0.95em;
    }

    .footer_top_c .column
    {
        z-index: 2;
        width: 50%;
    }

    .footer_top_c .column_right, .footer_top_c .column_center
    {
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
    }

    .footer_top_c .column.column_left
    {
        position: absolute;
        z-index: 0;
        top: 25px;
        left: 25%;
        background-position: top center;
    }

    .footer_top_c .column_center
    {
        padding-top: 0;
    }

    .footer_top_c h3
    {
        font-size: 1.6em;
        padding-bottom: 7px;
    }

    .footer_top_c h3::after
    {
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }

    .footer_top_links
    {
        box-sizing: border-box;
        margin-top: 40px;
        padding-bottom: 12px;
        text-align: center;
    }

    .footer_bottom a
    {
        margin-left: 15px;
        margin-right: 15px;
    }

    .footer_bottom .flogo1
    {
        width: 90px;
    }

    .footer_bottom .flogo2
    {
        width: 63px;
    }

    .footer_bottom .flogo3
    {
        width: 90px;
    }

    .footer_bottom .flogo4
    {
        width: 90px;
    }

    .footer_bottom .flogo5
    {
        width: 90px;
    }

    #no_btn
    {
        bottom: 12px;
        font-size: 0.9em;
        height: 72px;
        padding: 15px 10px;
        right: 10px;
        width: 87px;
    }

}

@media( max-width: 840px)
{
    .header_top_left
    {
        float: right;
        padding-left: 30px;
    }

    .header_top_center
    {
        width: calc(100% - 295px);
    }

    .head_c .logo_c
    {
        left: 15px;
        transform: none;
        top: 20px;
    }

    .header_top_right
    {
        padding-bottom: 5px;
        padding-right: 20px;
        padding-top: 5px;
        clear: both;
    }

    .header_top_right .header_link_c a
    {
        font-size: 0.9em;
        padding-top: 5px;
    }

    .header_top_right .header_link_c a .fa
    {
        font-size: 1.1em;
    }

    .h_search input
    {
        font-size: 0.9em;
    }

    .h_search .fa
    {
        font-size: 1em;
    }

    .gtranslate_c
    {
        font-size: 0.9em;
    }

    .gtranslate_c .gtranslate_inner > *
    {
        left: -66px;
        position: absolute;
    }

    .header_top_right .header_link_c .phone_icon img
    {
        width: 21px;
    }

    .menu_slide_c
    {
        top: 172px;
    }

}

@media( max-width: 620px)
{
	/*****************************/
	/*			HEAD			*/
	/***************************/
    .header_top_right .header_link_c a
    {
        display: inline;
        font-size: 1.1em;
    }

    .header_top_left
    {
        max-width: 312px;
        width:auto;
    }

    .h_search
    {
        width: 110px;
    }

    .h_search #input_suchen:focus
    {
       width: 70px;
    }

	.header_top_right .header_link_c a .link_t
    {
        display: none;
    }

    .header_top_right .header_link_c .phone_icon img
    {
        width: 22px;
    }
    .header_virtuellen_tour
    {
        display:none;
    }
    .header_link_c
    {
        display:flex;
        align-items:center;
        justify-content:flex-end;
    }

    .header_virtuellen_tour_mobile
    {
        display:inline !important;
    }

    .header_top_center
    {
        width: 201px;
    }

    .head_c .logo_c
    {
        top: 10px;
    }

    .head_c .logo_c img
    {
        bottom: 8px;
        left: 10px;
        width: 100px;
    }

    .menu_slide_c
    {
        top: 142px;
    }

    .header_image_c
    {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        height: 284px;
    }

    .header_image
    {
        height: 284px;
    }

    .header_image_frame
    {
        display: none;
    }

    .header_image_c .marrow.mra_left
    {
        left: 15px;
    }

    .header_image_c .marrow.mra_left::before
    {
        font-size: 3.5em;
    }

    .header_image_c .marrow.mra_right
    {
        right: 15px;
    }


    .header_image_c .marrow.mra_right::before
    {
        font-size: 3.5em;
    }

    .header_image_dots .dot
    {
        width: 12px;
        height: 12px;
        margin-left: 8px;
    }

    .umbau
    {
        display: none;
    }

    .anfrage_c
    {
        position: relative;
        bottom: auto;
        top: auto;
        max-height: 66px;
        padding: 15px 20px 15px;
        right: auto;
        width: 100%;
    }

    .anfrage_c .input_c
    {
        width: 280px;
        float: none;
        margin: 0 auto;
    }

    .anfrage_c.opened
    {
        overflow: hidden;
    }

    .anfrage_c .title::before
    {
        top: -10px;
    }

    #no_btn
    {
        bottom: 12px;
        height: 37px;
        padding: 3px 7px;
        right: 10px;
        width: 37px;
    }

    #no_btn .text
    {
        display: none;
    }

    #no_btn .fa
    {
        font-size: 30px;
        margin-top: 0;
    }

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

	/*****************************/
	/*			FOOTER			*/
	/***************************/
    .footer_top_c
    {
        padding-top: 30px;
    }


    .footer_top_c .column.column_left
    {
        width: 100%;
        top: 25px;
        left: 0;
        opacity: 0.1;
    }

    .footer_top_c .column_right h3
    {
        margin-top: 15px;
    }

    .footer_top_c .column p
    {
        padding-top: 10px;
    }

    .footer_top_links
    {
        margin-top: 30px;
    }

    .footer_bottom .flogo1
    {
        width: 80px;
    }

    .footer_bottom .flogo2
    {
        width: 56px;
    }

    .footer_bottom .flogo3
    {
        width: 80px;
    }

    .footer_bottom .flogo4
    {
        width: 80px;
    }

    .footer_bottom .flogo5
    {
        width: 80px;
    }

    .footer_top_c h3
    {
        font-size: 1.4em;
        padding-bottom: 7px;
    }

    .footer_top_c h3::after
    {
        width: 110px;
    }

}

@media(max-width: 540px)
{
    .header_top_center
    {
        width: 160px;
    }

    .head_c .logo_c
    {
        top: 10px;
    }

    .head_c .logo_c img
    {
        width: 95px;
    }

    .header_top_left > *
    {
        margin-right: 16px;
    }

    .footer_top_c .column
    {
        width: 100%;
    }

    .footer_top_c .column.column_left
    {
        height: 100%;
        background-position: center;
    }

    .footer_top_c .column_right
    {
        padding-top: 20px;
    }

    .footer_top_links
    {
        margin-top: 15px;
    }

    .footer_bottom
    {
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .footer_bottom a
    {
        margin-left: 10px;
        margin-right: 10px;
    }

    .footer_bottom a img
    {
        margin-top: 10px;
    }

}

@media(max-width: 440px)
{
    .header_top
    {
        min-height: 60px;
    }

    .header_top_left
    {
        width: 207px;
        padding-left: 5px;
        padding-top: 10px;
        position: relative;
    }

    .header_top_right
    {
        width: 207px;
        padding-bottom: 0;
        padding-right: 20px;
        padding-top: 0;
    }

    .header_top_center
    {
        width: 142px;
    }

    .head_c .logo_c
    {
        top: 6px;
    }

    .header_virtuellen_tour
    {
        position: absolute;
        right: 77px;
        top: 36px;
    }

    .header_virtuellen_tour img
    {
        width: 41px;
    }

    .head_c .logo_c img
    {
        width: 73px;
    }

    .gtranslate_c .gtranslate_inner > *
    {
        left: -81px;
    }

    .menu_slide_c
    {
        top: 133px;
    }
}

@media(max-width: 370px)
{
    .header_top_center
    {
        width: 111px;
    }

    .head_c .logo_c
    {
        height: 70px;
        width: 122px;
    }    

    .header_top_left
    {
        padding-left: 5px;
        padding-top: 5px;
        width: 181px;
    }

    .h_search
    {
        width: 90px;
    }

    .h_search input
    {
        font-size: 0.8em;
    }

    .h_search #input_suchen
    {
        width: 60px;
    }

    .h_search #input_suchen:focus
    {
        width: 60px;
    }

    .h_search .fa
    {
        font-size: 0.9em;
    }

    .gtranslate_c
    {
        font-size: 0.8em;
        padding-top: 0;
    }

    .gtranslate_c .gtranslate_inner > *
    {
        left: -88px;
    }

    .header_top_right .header_link_c a .fa
    {
        font-size: 1em;
    }

    .header_top_right .header_link_c .phone_icon img
    {
        width: 20px;
    }
}
