@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: #FEFCF7;
    top: 0 !important;
}
/* Google Translate Element Dropdown & Hide translate banner on the top */
body > .skiptranslate,
.goog-te-gadget > span {
    display: none !important;
}
.goog-te-gadget {
    font-size: 0 !important;
}
.goog-te-gadget .goog-te-combo {
    width: 100%;
    margin: 0 !important;
    font: 400 0.938rem/120% 'Nunito Sans', Arial, sans-serif;
}
.h_google_tr
{
    width: 100%;
    font: initial;
    min-width: 150px;
}
/* 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
{
    transition: color ease 0.7s;
    -webkit-transition: color ease 0.7s;
}

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: 1100px)
{
	.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;
	z-index:6;
    float: left;
}

.head_c.fixed
{
    left: 0;
    position: fixed;
    top: 0;
    /*border-bottom: 1px solid #FBF4E1;*/
    background-color: #9E9E9E;
}

.header_top
{
    width: 100%;
    float: left;
    position: relative;
    box-sizing: border-box;
    padding: 17px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
/*    background-color: #770F0C;
    padding-left: 350px;
    min-height: 70px;     */
}

.head_c.fixed .header_top
{
/*    min-height: 0;
    height: 0;*/
}

.h_search
{
    position: relative;
    float: left;
    padding-bottom: 3px;
    border-bottom: 1px solid #FFF;
    padding-top: 25px;
}

.head_c.fixed .h_search
{
    border: none;
}

.h_search input
{
    background-color: transparent;
    border: none;
    font: 400 0.938em/120% 'Nunito Sans', Arial, sans-serif;
    color: #FFF;
    position: relative;
}


.h_search #input_suchen
{
    width: 100px;
    box-sizing: border-box;
}

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

.h_search .search_opener
{
    display: none;
}

.h_search .btnsearch
{
    display: none;
}

.header_link_c
{
/*    float: right;
    padding-top: 25px;*/
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_link_c a,
.header_link_c .gtranslate_c
{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font: 600 0.938em/120% 'Nunito Sans', Arial, sans-serif;
    color: #750F0E;
    margin-right: 35px;
    cursor: pointer;
}

.header_link_c .gtranslate_c
{
    position: relative;
}

.gtranslate_c .fa-globe
{
    display: none;
}

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

.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;
	right: 0;
	top: 22px;
}
.gtranslate_c.opened .gtranslate_inner {
	display: table;
}
.gtranslate_c .gtranslate_inner > * {
	border: 2px solid #770F0C;
}
.goog-te-gadget-simple
{
    border-color: #770F0C !important;
}

.header_link_c a
{
    color: #750F0E;
    text-decoration: none;
}

.header_link_c a:hover,
.header_link_c a:focus,
.header_link_c .gtranslate_c:hover
{
    color: #A89364; /*#DDD2B7;*/
}
.header_link_c a .link_t
{
    display: none;
}

.header_link_c .fa
{
    font-size: 1.2em;
    vertical-align: middle;
}

.header_link_c .fa.fa-phone
{
    font-size: 1.3em;
/*    margin-right: 10px;  */
}

.rest_place_link
{
    float: right;
}


.header_link_c .rest_place_link
{
    height: 100%;
    padding: 10px 19px 10px 40px;
    box-sizing: border-box;
    /*background: rgb(195,155,86);*/
    position: relative;
    overflow: hidden;
    font: 600 1em/120% 'Nunito Sans', Arial, sans-serif;
    color: #FFF;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    transition: background-color ease 0.7s;
    background-color: #770F0C;
    /*border: 1px solid #FFF;*/
    white-space: nowrap;
}

/*.head_c.fixed .rest_place_link
{
    display: none;
} */

.rest_place_link span
{
    position: relative;
    z-index: 2;
}

.rest_place_link:after
{
    content: " ";
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    background: url(../img/icons/heart.svg) no-repeat center;
    background-size: 100% 100%;
/*    top: 0;
    left: 7px;
    width: 146px;
    height: 80px;
    background: url(../img/bgs/Logo_icon_R_white.svg) no-repeat center;
    background-size: 146px 80px;
    opacity: 0.08;      */
    z-index: 1;
}

.header_link_c .rest_place_link:hover,
.header_link_c .rest_place_link:focus
{
    background-color: #A89364; /*#FBF4E1;*/
    color: #FFF;
}

.logo_c
{
/*    width: 225px;
    height: 137px;
    position: absolute;
    top: 0;
    left: 75px;
    background-color: #FFF;
    box-shadow: 4px 4px 26px -8px;*/
    width: 350px;
    height: 152px;
}

.dv_slogan
{
    display: none;
}

.head_c.fixed .logo_c
{
    height: 82px;
}

.logo_c img
{
    /*width: 174px;*/ /* MOD: IB @ 02.11.2021 - Defined in HTML */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.head_c.fixed .logo_c img
{
    width: 190px;
    height: auto;
}

/*Desktop menu*/
.h_menu_c
{
/*    width: 100%;    */
    display: table;
    float: left;
/*    background-color: #FFF;
    padding-left: 307px;*/
    box-sizing: border-box;
}

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

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

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

.menu ul:last-child li
{

}

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

.menu li a
{
    display: inline-block;
	margin:0;
	padding: 16px 20px;
	box-sizing: border-box;
    position: relative;

    font: 400 1.125rem/120% 'Nunito Sans', Arial, sans-serif;
	color: #770F0C;
	text-decoration:none;
    text-transform: none;
}

.menu > ul > li > a:after
{
    content: " ";
    position: absolute;
    right: 0;
    top: 5px;
    width: 1px;
    height: 39px;
    background: #770F0C;
}

.menu > ul > li:first-child > a
{
    padding-left:0;
}

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

.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: #fff;
    background-color: #770F0C;
	padding-left:15px;
}

.menu > ul > li > ul
{
	position:absolute;
	width: 370px;
	margin:0;
	padding: 0;
    box-sizing: border-box;
	z-index:5;
	top: 51px;
	left:-5000px;
    max-height:600px;
    transition: max-height 0.5s ease, padding-top ease 0.5s , padding-bottom ease 0.5s;
    -webkit-transition: max-height 0.5s ease, padding-top ease 0.5s , padding-bottom ease 0.5s;
	background:#FEFCF7;
    border-top: 1px solid #770F0C;
}

.menu > ul > li.opened > ul
{
    padding: 25px 0 !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%;
    position: relative;
}

.menu li li a
{
    width: 100%;
    padding: 0 66px;
    box-sizing: border-box;
    display: block;
    text-transform: none;
    font:400 1em/280% 'Nunito Sans', Arial, sans-serif;
    color: #5F4C38;
    text-align: left;
    background: none !important;
    position: relative;
}

.menu li li a:before
{
    content: " ";
    position: absolute;
    left: 37px;
    top: 20px;
    width: 10px;
    height: 7px;
    background-size: 10px auto;
    /* MOD: IB @ 03.11.2021 */
    /*background: url(../img/menu_before.png) no-repeat center;*/
    background-repeat: no-repeat;
    background-position: center;
}
/* MOD: IB @ 03.11.2021 */
.menu li.opened li a:before {
    background-image: url(../img/menu_before.png);
}

.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: #8C7133;
    background-color: #FBF4E1 !important;
}

.menu li li.link_down > a:after
{
    font-family: 'FontAwesome';
    content:'\f105';
    font-size: 20px;
    font-weight: 400;
    position: absolute;
    right: 20px;
    top: 0;
}

/*Sub-sub menu*/
.menu li li ul
{
    width:290px;
    margin:0;
    padding: 0;
    display:table;
    position:absolute;
    z-index:5;
    top:0;
    left:-5000px;

    background-color:#FEFCF7;
    border-top: 1px solid #BD9651;
}

.menu li li.opened ul
{
    left: 330px;
}

.menu li:last-child li.opened ul
{
    left: auto;
    right: 330px;
}

.menu li li li a
{
    width: 100%;
    padding: 0 0 0 66px;
    box-sizing: border-box;
    display: block;
    text-transform: none;
    font:400 1em/280% 'Nunito Sans', Arial, sans-serif;
    color: #5F4C38;
    text-align: left;
    background: none !important;
    position: relative;
}

.menu li li li a:before
{
    content: " ";
    position: absolute;
    left: 37px;
    top: 20px;
    width: 10px;
    height: 7px;
    background: url(../img/menu_before.png) no-repeat center;
    background-size: 10px auto;
}

.menu li li li a:hover,
.menu li li li a:focus,
.menu li li li.current_link a,
.menu li li li.current_path a,
.menu li li li.opened a
{
    background-color: #FBF4E1 !important;
    color: #8C7133;
}

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

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

.menu_slide_c
{
	width: 320px;
	float: left;
	position: absolute;
	top: 100px;
	left: 0;
	z-index: 6;
	overflow: hidden;
	z-index:3;
    background-color: #FBF4E1;
}

.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: 0 !important;
    box-sizing: border-box;
    left: 0;
}

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

.menusl li a
{
    width: 100%;
    padding: 0 35px;
    box-sizing: border-box;
    display: block;
    text-transform: uppercase;
    font: 600 1em/320% 'Nunito Sans', Arial, sans-serif;
    text-decoration: none;
    color: #71110F;
}

.menusl li a:after
{
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 20px;
    font-weight: 400;
    float: right;
}

.menusl li > a:hover,
.menusl li.opened > a,
.menusl li > a:focus,
.menusl li.current_link > a,
.menusl li.current_path > a
{
    font-weight: 700;
}

.menusl li.all_inclusive_mp
{
    background-color: #8B1512;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

.menusl li.all_inclusive_mp a
{
    font: 400 1.125em/140% 'Crimson Text', Georgia, serif;
    color: #FFF;
    font-style: italic;
    text-transform: none;
}

.menusl li.all_inclusive_mp a span
{
    font: 400 0.75em/140% 'Nunito Sans', Arial, sans-serif;
    display: block;
}

.menusl li.all_inclusive_mp a:after
{
    content: none;
}

.menusl li.all_inclusive_mp a:hover
{
    color: #C4A18C;
}

.menusl li.all_inclusive_mp a:before
{
    content: none !important;
}

.menusl li.restplatzborse_mp
{
    background-color: #C39B56;
    text-align: center;
}

.menusl li.restplatzborse_mp a
{
    font: 600 0.938em/140% 'Nunito Sans', Arial, sans-serif;
    color: #FFF;
    padding-top: 14px;
    padding-bottom: 14px;
}

.menusl li.restplatzborse_mp a:after
{
    content: none;
}

.menusl li.restplatzborse_mp a:hover
{
    color: #645339;
}

.menusl li.restplatzborse_mp a:before
{
    content: none !important;
}

/*Submenu Mobile*/
.submenu li
{
    text-align: left;
    background: #E4DBC5;
}

.submenu li a
{
    text-transform: none;
    color: #737373;
    font-weight: 400;
}

.submenu li > a::before
{
    font-family: 'FontAwesome';
    float: left;
    content:'\f105';
    font-size: 14px;
    font-weight: 400;
    margin-right: 12px;
}

.submenu li a:after
{
    content: none;
}

.submenu li.mm_parent
{
    background-color: #FBF4E1;
}

.submenu li.mm_parent > a
{
    font: 600 1em/320% 'Nunito Sans', Arial, sans-serif;
    text-transform: uppercase;
    color: #71110F;
}

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

.submenu li.back_link
{
    background: #FBF4E1;
    border-bottom: 1px solid #E4DBC5;
}

.submenu li.back_link > a::before
{
    font-family: 'FontAwesome';
    float: left;
    content:'\f104';
    font-size: 14px;
    font-weight: 400;
    margin-right: 12px;
}

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

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

/*Header Image*/

.header_image_c
{
    width: calc(100% - 80px);
    height: 750px;
    float: left;
    z-index: 1;
    position: relative;
    overflow: hidden;
    padding-left: 40px;
    padding-right: 40px;
}

body.start .header_image_c
{
    height: 910px;
}

.header_image_c img
{
    width: auto;
    min-width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translate(-50%);
}

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

.header_image_c .header_image_dots .dot
{
    width: 15px;
    height: 15px;
    background: url(../img/dot.png) no-repeat center;
    background-size: 15px 15px;
    float: left;
    margin-right: 5px;
    cursor: pointer;
}

.header_image_c .header_image_dots .dot.current
{
    background: url(../img/dot_active.png) no-repeat center;
    background-size: 15px 15px;
}

.badge_c_c
{
    width: 100%;
    float: left;
    z-index: 4;
    position: relative;
}

.badge_c
{
    position: absolute;
    transition: transform ease 0.7s;
    line-height: 50%;
    overflow: hidden;
    bottom: -210px;
    right: 52px;
    transform: rotate(10.719deg);
}

.badge_c.winter
{
    bottom: 0;
    padding-top: 15px;
    padding-left: 15px;
}

.badge_c:hover
{
    transform: rotate(0deg);
}

.badge_c.winter:hover
{
    transform: none;
}

.badge_c.winter img
{
    transition: transform ease 0.7s;
    -webkit-transition: transform ease 0.7s;
}

.badge_c.winter:hover img
{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

/* MOD: IB @ 03.11.2021 - Defined in HTML */
/*.badge_c img
{
    width: 284px;
}*/

.anfrage
{
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 5;
}

.anfrage_c
{
    height: 80px;
    background: #770F0C;
    padding: 20px 49px 20px 20px;
    box-sizing: border-box;
    position: relative;
    float: left;
    max-width: 210px;
    overflow: hidden;
    /*transition: max-width ease 0.5s, margin-left ease 0.5s;
    -webkit-transition: max-width ease 0.5s, margin-left ease 0.5s;*/
}

.anfrage.opened .anfrage_c
{
    max-width: 800px;
    margin-left: 0;
}

.anfrage .anfrage_c .line
{
    display: none;
}

.anfrage.opened .anfrage_c .line
{
    display: block;
}

.anfrage_c:after
{
    content: " ";
    position: absolute;
    top: 0;
    left: 5px;
    width: 146px;
    height: 80px;
    /*background: url(../img/bgs/Logo_icon_R_gold.svg) no-repeat center;*/
    background: url(../img/bgs/Logo_icon_R_white.svg) no-repeat center; /* MOD: IB @ 03.11.2021 */
    background-size: 146px 80px;
    z-index: 0;
    opacity: 0.1;
}

.anfrage_c .title
{
    float: left;
    width: auto;
    font: 600 1.375em/122% 'Nunito Sans', Arial, sans-serif;
    color: #FFF;
    padding-top: 10px;
    position: relative;
    z-index: 1;
}

.anfrage.opened .anfrage_c .title
{
    margin-right: 25px;
}

.anfrage_center
{
    float: left;
}

.anfrage_c .line
{
    float: left;
    position: relative;
    z-index: 1;
}

.anfrage_c .input
{
    padding: 12px 14px;
    background: #FFF;
    width: 135px;
    height: 45px;
    box-sizing: border-box;
    border: 1px solid #DDDDDD;
    /* MOD: IB @ 03.11.2021 */
    white-space: nowrap;
}

.anfrage_c .input input
{
    border: none;
    background: #FFF;
    width: 75px;
    padding: 0;
    font: 400 0.875em/120% 'Nunito Sans', Arial, sans-serif;
    color: #8A8A79;
    /* MOD: IB @ 03.11.2021 */
    /*margin-right: 10px;*/ 
    margin-right: 8px;
}

.anfrage_c .input .fa
{
    color: #8A8A79;
    cursor: pointer;
}

.anfrage_c .af_link
{
    height: 45px;
    background-color: #8B1512;
    font: 700 0.938em/120% 'Nunito Sans', Arial, sans-serif;
    color: #FFF;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    padding: 13px 30px;
    text-align: center;
    box-sizing: border-box;
    transition: background-color ease 0.7s;
    -webkit-transition: background-color ease 0.7s;
    position: relative;
    z-index: 1;
}

.anfrage_c .af_link:hover,
.anfrage_c .af_link:focus
{
    background-color: #770F0C;
}

.anfrage_opener
{
    position: absolute;
    top: 0;
    right: 0;
    width: 29px;
    height: 100%;
    background: #8B1512;
    cursor: pointer;
    z-index: 2;
    transition: background-color ease 1s;
    -webkit-transition: background-color ease 1s;
}

.anfrage_opener > span
{
    position: absolute;
    top: 50%;
    left: 50%;
    color: #FFF;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.anfrage_opener span.fa
{
    font-size: 25px;
    transition: transform ease 0.5s;
    -webkit-transition: -webkit-transform ease 0.5s;
}

.anfrage.opened .anfrage_opener
{
    background-color: #8B1512;
}

.anfrage.opened .anfrage_opener span.fa
{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    color: #FFF;
}

#no_btn
{
	position: fixed;
	width: 102px;
	height: 70px;
	right: 20px;
	bottom: 20px;
	background: #903B3D;
	color: #F8F7F2;
	font: 600 0.750em/155% 'Nunito Sans', Arial, sans-serif;
	cursor: pointer;
	z-index: 5;
	box-sizing: border-box;
	padding: 12px 10px;
    text-align: center;
    text-transform: uppercase;
}

#no_btn .fa
{
    font-size: 25px;
}

#no_btn:hover
{
	background-color: #770F0C;
}
/*****************************/
/*			MAIN			*/
/***************************/
.main_c
{
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 3;
    float: left;
}
.main
{
	width: 100%;
	min-height: 500px;
	overflow: hidden;
	position: relative;
	z-index: 1;
    display: block;
    padding-top: 70px;
    padding-bottom: 120px;
}

.breadcrumb li
{
    font: 400 0.750em/150% 'Nunito Sans', Arial, sans-serif;
    color: #888888;
}

.breadcrumb li a
{
    color: #888888;
    text-decoration : none;
}
.breadcrumb li:last-child a
{
    color: #5C4D35;
    text-decoration: underline;
}

.breadcrumb .breadcrumbs_t
{
    margin-right: 15px;
}

.breadcrumb li .sep
{
    margin-left: 10px;
    margin-right: 10px;
    color: #888888;
}

/*****************************/
/*			FOOTER			*/
/***************************/
.footer_c
{
	width: 100%;
	position:relative;
	z-index:2;
	min-height: 200px;
	background-color: #FEFCF7;
    float: left;
}

.footer_top
{
    width: 100%;
    float: left;
    position: relative;
    background-color: #9E9E9E;
}

.footer_link_c
{
    width: 100%;
    text-align: right;
    padding-right: 20px;
    padding-bottom: 20px;
    box-sizing: border-box;
}

.footer_link_c a
{
    font: 400 0.688rem/120% 'Nunito Sans', Arial, sans-serif;
    letter-spacing: 0.05em;
    color: #FFF;
    text-decoration: none;
    position: relative;
}

.footer_link_c a:hover,
.footer_link_c a:focus
{
    color: #770F0C; /*#C4A08C;*/
}

.footer_link_c a:after
{
    content: " ";
    width: 1px;
    height: 11px;
    border-right: 1px solid #FFF;
    margin-left: 11px;
    margin-right: 11px;
}

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

.footer_link_c .algo_logo
{
    /* MOD: IB @ 03.11.2021 - Defined in HTML */
    /*width: 36px;
    height: 11px;*/
    margin-left: 5px;
}

.footer_top_c
{
    width: 100%;
    max-width: 1380px;
    float: none;
    margin: 0 auto;
    overflow: hidden;
    padding: 120px 20px 65px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer_logo
{
/*    width: 100%;
    margin-bottom: 40px;*/
    padding-right: 15%;
}

/* MOD: IB @ 03.11.2021 - Defined in HTML */
/*.footer_logo img
{
    width: 174px;
}*/

.footer_top .column
{
    padding-right: 7%;
    box-sizing: border-box;
    float: left;
    font: 400 1.25rem/120% 'Nunito Sans', Arial, sans-serif;
    color: #FFF;
    align-self: flex-end;
    margin-bottom: 105px;
}

.footer_top .column a
{
    color: #FFF;
}

.footer_top .column .fa
{
    margin-right: 13px;
}

.footer_top .column a:hover,
.footer_top .column a:focus
{
/*    color: #770F0C; /*#C4A08C;*/
    text-decoration: none;
}

.footer_top .column p
{
    padding-bottom: 15px;
}

.footer_middle
{
    width: 100%;
    float: left;
    background-color: #903B3D;
    font: 700 0.688rem/120% 'Nunito Sans', Arial, sans-serif;
    letter-spacing: 0.05em;
    color: #FFF;
}

.footer_middle_c
{
    width: 100%;
    max-width: 1380px;
    float: none;
    margin: 0 auto;
    overflow: hidden;
    padding: 19px 52px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.footer_middle .group1,
.footer_middle .group2
{
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer_middle span
{
    vertical-align: middle;
    float: left;
}

.footer_middle a
{
    color: #FFF;
}

.footer_middle a:hover,
.footer_middle a:focus
{
    color: #C4A08C;
}

.footer_middle a .fa
{
    font-size: 32px;
    margin-left: 30px;
}

.footer_middle a .fa.fa-pinterest
{
    font-size: 32px;
}

.footer_bottom
{
    width: 100%;
    float: left;
    background-color: #FFF;
}

.footer_bottom_c
{
    width: 100%;
    max-width: 1380px;
    float: none;
    margin:   auto;
    overflow: hidden;
    padding-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
    padding: 25px 20px 122px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer_bottom a
{
    margin-top: 20px;
    margin-right: 37px;
    display: inline-block;
}

.footer_bottom a:last-child
{
    margin-right: 0;
}

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

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

/* MOD: IB @ 03.11.2021 - Defined in HTML */
/*.footer_bottom .flogo1
{
    width: 129px;
}

.footer_bottom .flogo2
{
    width: 44px;
}

.footer_bottom .flogo3
{
    width: 77px;
}

.footer_bottom .flogo4
{
    width: 77px;
}

.footer_bottom .flogo5
{
    width: 51px;
}*/

@media(max-width: 1800px)
{
    .header_image_c
    {
        height: 675px;
    }

    body.start .header_image_c
    {
        height: 819px;
    }
}

@media(max-width: 1700px)
{
    .header_link_c a,
    .header_link_c .gtranslate_c
    {
        margin-right: 20px;
    }
    .menu li a
    {
        padding: 16px 14px;
    }

}

@media(max-width: 1600px)
{
    .header_image_c
    {
        height: 600px;
    }

    body.start .header_image_c
    {
        height: 728px;
    }
    .menu li a
    {
        padding: 16px 10px;
    }
    .logo_c img
    {
        width: 280px;
        height: auto;
    }

}

@media(max-width: 1420px)
{
    .header_image_c
    {
        height: 525px;
    }

    body.start .header_image_c
    {
        height: 637px;
    }

    .logo_c
    {
        width: 210px;
        height: unset;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .logo_c img
    {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        width: 100%;
    }
    .footer_logo
    {
        padding-right: 0;
    }
    .footer_top .column
    {
        padding-right: 0;
    }

}

/*@media(max-width: 1340px)
{
    .menu li a
    {
        padding-left: 20px;
        padding-right: 20px;
    }
}      */

@media(max-width: 1200px)
{
    .header_image_c
    {
        height: 461px;
        padding-left: 20px;
        padding-right: 20px;
        width: calc(100% - 40px);
    }

    body.start .header_image_c
    {
        height: 546px;
    }
    .header_top
    {
        padding-left: 20px;
        padding-right: 20px;
    }
    .header_link_c a,
    .header_link_c .gtranslate_c
    {
        margin-right: 10px;
        font-size: 0.875rem;
    }
    .header_link_c .rest_place_link
    {
        font-size: 0.9375rem;
    }
    .logo_c
    {
        width: 175px;
    }
    .menu li a
    {
        font-size: 1.0625rem;
    }

}

/*@media(max-width: 1140px)
{
    .logo_c
    {
        left: 20px;
    }

    .h_menu_c
    {
        padding-left: 245px;
    }

    .header_top
    {
        padding-left: 265px;
    }

    .menu li a
    {
        padding-left: 18px;
        padding-right: 18px;
    }
}       */

@media( max-width: 1025px)
{

    .as_map_c
    {
        display: none !important;
    }

	/*****************************/
	/*			HEAD			*/
	/***************************/
    .header_top
    {
/*        height: 40px;
        min-height: 0;  */
        z-index: 3;
        padding: 10px 10px 10px 30px;
    }

/*    .header_link_c
    {
        padding-top: 8px;
        float: left;
    }*/

    .h_search
    {
        padding-top: 8px;
        border-bottom: none;
    }

    .h_search #input_suchen
    {
        display: none;
    }

    .h_search.opened #input_suchen
    {
        display: block;
        position: absolute;
        top: 40px;
        left: -12px;
        color: #72604E;
        font-size: 0.875em;
        padding: 15px 40px 15px 15px;
        border: 1px solid #BBBBBB;
        width: 177px;
        background-color: #FFF;
    }

    .h_search .search_submit
    {
        display: none;
    }

    .h_search.opened .search_submit
    {
        display: block;
        position: absolute;
        top: 54px;
        left: 133px;
        color: #95887A;
    }

    .h_search .search_opener
    {
        display: inline-block;
    }

    .h_search .fa-angle-down
    {
        margin-left: 7px;
        font-size: 1.4em;
        transition: transform ease 0.7s;
        -webkit-transition: transform ease 0.7s;
    }

    .h_search.opened .fa-angle-down
    {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
    }

/*    .header_link_c a,
    .header_link_c .gtranslate_c
    {
        font-size: 0.875em;
        position: relative;
    }

    .header_link_c a:after,
    .header_link_c .gtranslate_c:after
    {
        content: " ";
        width: 1px;
        height: 28px;
        border-right: 1px solid #AA6969;
        position: absolute;
        top: -3px;
        right: -15px;
    }  */

    .gtranslate_c .link_t
    {
        display: none;
    }

    .gtranslate_c .fa-globe
    {
        display: inline-block;
    }

    .gtranslate_c .fa.fa-angle-down
    {
        margin-left: 7px;
    }

    .rest_place_link
    {
        height: 40px;
        box-sizing: border-box;
        padding: 12px 25px;
    }

    .rest_place_link::after
    {
        content: none;
    }

/*    .logo_c
    {
        width: 164px;
        height: 60px;
        top: 40px;
        left: 0;
    }

    .logo_c img
    {
        width: 120px;
        height: auto;
    }                 */

    #deskmenu
    {
        display: none;
    }

    .h_menu_c
    {
/*        height: 60px;    */
        padding: 0;
        display: block;
        box-sizing: border-box;
    }

    .menu_slide_c
    {
        display: block;
    }

    .menu_slide_c.closed
    {
        display: none;
    }

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

        font: 700 0.938em/120% "Nunito Sans", Arial, sans-serif;
        color: #737373;
		text-transform:uppercase;
	}

    .mobile_menu_btn.closed
	{
	}

	.mobile_menu_btn span
	{
		display:block;
		/*padding: 21px 46px 21px 26px;*/
        position: relative;
        background-color: #750F0E;
        padding: 20px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #FFF;
	}

/*    .mobile_menu_btn.closed span
    {
        background: transparent;
    }    */

    .mobile_menu_btn span:after
    {
        position: absolute;
/*        right: 20px;
        top: calc(50% - 2px);
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);*/
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;

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

    }

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

    .menusl li.all_inclusive_mp,
    .menusl li.restplatzborse_mp
    {
        display: none;
    }

/*    .header_image_c
    {
        height: 412px;
    } */

    body.start .header_image_c
    {
        height: 546px;
    }

    #no_btn
    {
         width: 91px;
         height: 62px;
         right: 10px;
         bottom: 10px;
         padding: 4px 8px;
    }

    .badge_c
    {
        right: 5px;
        bottom: -123px;
    }

    .badge_c img
    {
        width: 184px;
        height: auto; /* MOD: IB @ 03.11.2021 */
    }

    .anfrage
    {
        width: 100%;
        background-color: #770F0C;
    }

    .anfrage_opener
    {
        display: none;
    }

    .breadcrumb
    {
        display: none;
    }
    .header_image_c
    {
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
    }
    .main
    {
        padding-top: 30px;
        padding-bottom: 50px;
    }

    /*Footer*/
    .footer_top_c
    {
/*        padding-top: 30px;
        padding-bottom: 20px;    */
        flex-direction: column;
        justify-content: center;
        padding: 70px 20px 25px;
    }

    .footer_logo
    {
        text-align: center;
    }
    .footer_logo img
    {
        width: 350px;
        height: auto;
    }

    .footer_top .column
    {
        /*width: 50%;
        padding: 25px 20px;*/
        align-self: center;
        text-align: center;
        padding-bottom: 10px;
        margin-bottom: 25px;
    }
    .footer_link_c
    {
        text-align: center;
        padding-bottom: 15px;
    }
    .footer_middle_c
    {
        justify-content: center;
        padding: 16px 20px;
    }
    .footer_middle a .fa
    {
        font-size: 24px;
        margin-left: 20px;
    }
    .footer_middle a .fa.fa-pinterest
    {
        font-size: 24px;
    }
    .footer_bottom_c
    {
        padding: 15px 20px 95px;
    }
    .footer_bottom a
    {
        margin-top: 15px;
        margin-right: 28px;
    }
/*    .footer_top .column:nth-child(2n)
    {
        text-align: right;
    }      */

}

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

    body.start .header_image_c
    {
        height: 364px;
    }
}  */

@media(max-width: 670px)
{
    .anfrage
    {
        width: 100%;
    }


    .anfrage_c
    {
        width: 100%;
        max-width: 100%;
        height: auto;
        padding: 15px 20px;
    }

    .anfrage.opened .anfrage_c
    {
        max-width: 100%;
    }

    .anfrage_c .title
    {
        width: 100%;
        padding-top: 0;
        font-size: 1em;
        margin-bottom: 16px;
    }

    .anfrage_c
    {
        float: none;
        margin: 0 auto !important;
        width: 320px;
        max-height: 50px;
        transition: max-height ease 1s;
        -webkit-transition: max-height ease 1s;
    }

    .anfrage.opened .anfrage_c
    {
        max-height: 200px;
    }

    .anfrage  .anfrage_c .line
    {
        display: block;
    }

    .anfrage_c .input
    {
        width: 130px;
        padding: 12px;
    }

    .anfrage_c .af_link
    {
        width: 260px;
        margin-top: 5px;
    }

    .anfrage_c .title
    {
        margin-right: 0;
        cursor: pointer;
    }

    .anfrage_c .title:after
    {
        content: "\f106";
        font-family: "FontAwesome";
        float: right;
        font-size: 24px;
        font-weight: 400;
        transition: transform ease 1s;
        -webkit-transition: -webkit-transform ease 1s;
    }

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

    /*Footer*/
 /*   .footer_bottom_c
    {
        padding-bottom: 70px;
    }      */

}

@media( max-width: 650px)
{
	/*****************************/
	/*			HEAD			*/
	/***************************/
	.header_link_c .link_t
    {
        display: none;
    }

    .header_link_c a::after,
    .header_link_c .gtranslate_c::after
    {
        content: none;
    }

/*    .header_link_c a,
    .header_link_c .gtranslate_c
    {
        margin-right: 20px;
    }   */

    .header_link_c .fa.fa-phone
    {
        margin-right: 0;
    }

    .h_search.opened #input_suchen
    {
        top: 40px;
        left: auto;
        right: 0;
        padding: 10px 40px 10px 15px;
        width: 130px;
    }

    .h_search.opened .search_submit
    {
        display: block;
        position: absolute;
        top: 50px;
        left: auto;
        right: 20px;
        color: #95887A;
    }

    .rest_place_link
    {
        display: none;
    }

    .header_top_c
    {
        float: right;
        width: auto;
        padding-right: 25px;
    }
    .header_top
    {
        padding: 18px 10px 18px 30px;
        height: 82px;
    }
    .logo_c
    {
        width: 96px;
    }
    .menu_slide_c
    {
        top: 82px;
    }
    .header_link_c .rest_place_link
    {
        display: none;
    }
/*    .header_image_c
    {
        height: 243px;
    }    */

    body.start .header_image_c
    {
        height: 461px; /*282px;*/
    }

    .badge_c
    {
        right: 0;
        bottom: -75px;
    }
    .badge_c img
    {
        width: 98px;
    }
    .header_image_c .header_image_dots .dot
    {
        width: 10px;
        height: 10px;
        background-size: 10px 10px;
    }

    .header_image_c .header_image_dots .dot.current
    {
        background-size: 10px 10px;
    }

    .menusl li.all_inclusive_mp,
    .menusl li.restplatzborse_mp
    {
        display: inline-block;
    }

    #no_btn
    {
        width: 46px;
        height: 62px;
        right: 0;
        bottom: 50px;
        padding: 4px 5px;
        font-size: 0.625em;
    }

    #no_btn .fa
    {
        font-size: 20px;
    }


	/*****************************/
	/*			MAIN			*/
	/***************************/
    .main
    {
        padding-top: 48px;
        padding-bottom: 40px;
    }
	
	
	/*****************************/
	/*			FOOTER			*/
	/***************************/
/*    .footer_top_c
    {
        padding-bottom: 15px;
    }

    .footer_logo img
    {
        width: 145px;
        height: auto;
    }

    .footer_top .column
    {
        width: 100%;
        text-align: center !important;
        padding: 15px;
        font-size: 0.875em;
    }

    .footer_middle .group1,
    .footer_middle .group2
    {
        float: right;
        clear: right;
        overflow: hidden;
    }

    .footer_middle .group2
    {
        padding-top: 10px;
    }
    .footer_middle a
    {
        width: 40px;
        margin-left: 10px;
        text-align: center;
        display: inline-block;
    }

    .footer_middle a:first-child {
        margin-left: 0;
    }

    .footer_middle a .fa
    {
        margin-left: 0;
    }*/
    .footer_top_c
    {
        padding-top: 28px;
        padding-bottom: 5px;
    }
    .footer_logo
    {
        margin-bottom: 10px;                
    }
    .footer_logo img
    {
        width: 180px;
    }
    .footer_top .column
    {
        padding-bottom: 10px;
        margin-bottom: 30px;
        font-size: 0.875rem;
    }
    .footer_link_c
    {
        padding-bottom: 10px;
    }
    .footer_middle_c
    {
        padding: 13px 20px;
    }
    .footer_middle a .fa
    {
        font-size: 17px;
        margin-left: 11px;
    }
    .footer_middle a .fa.fa-pinterest
    {
        font-size: 17px;
    }
    .footer_bottom_c
    {
        padding: 5px 50px 55px;
        flex-wrap: wrap;
    }
    .footer_bottom a
    {
        margin-top: 5px;
        margin-right: 19px;
    }
}

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

    body.start .header_image_c
    {
        height: 209px;
    }
    .footer_middle a {
        width: 25px;
    }    */
}

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

    body.start .header_image_c
    {
        height: 173px;
    }     */

    /* MOD: IB @ 03.11.2021 */
  /*  .footer_middle .group1 {
        float: none;
        width: 100%;
        text-align: center;
        padding-top: 15px;
    }       */

}
/* Magazine Article Recommendation Style */
.art_magazine .magazine-article .ma-text{background-color:transparent;}
.art_magazine .magazine-article .ma-text .ma-wrapper {font-weight:normal; text-align:left;}
.art_magazine .magazine-article .ma-text .ma-wrapper .ma-date {text-align:right; font-size:0.8em;}
.art_magazine .magazine-article .ma-text .ma-wrapper .ma-date,
.art_magazine .magazine-article .ma-text .ma-wrapper .ma-title{color:#5A4B34; font-family:'Nunito Sans', Arial, sans-serif; line-height:1.2em;}
.art_magazine .magazine-article .ma-text .ma-wrapper .ma-title{font-size:2.5em; letter-spacing:0; text-align:left;}
.art_magazine .magazine-article .ma-button {cursor:pointer;}
@media only screen and (max-width: 1100px) {
    .art_magazine .magazine-article .ma-text .ma-wrapper .ma-title{font-size: 2.2em;}
    .art_magazine .magazine-article .ma-text .ma-wrapper .ma-date {font-size:1em;}
}