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


*/

html
{
    -webkit-text-size-adjust: 100%;
}

body
{
	margin: 0;
	padding: 0;
}
/* 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
{
    outline: none;
}

.focus-visible
{
    outline: 2px dotted #9B8D5A;
}

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

.svg *
{
    transition: fill ease 0.7s;
    -webkit-transition: fill ease 0.7s;
}

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: 620px)
{
	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:4;
    float: left;
    height: 169px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.head_c .header_icons
{
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    font: 400 0.813rem/120% Muli, Trebuchet, sans-serif;
    letter-spacing: 0.1em;
    color: #8C8470;
    padding: 70px 70px 60px;
    position: relative;
    z-index: 2;
}

.head_c .header_icons .email_icon
{
    width: 22px;
    height: 17px;
}

.head_c .header_icons .phone_icon
{
    width: 25px;
    height: 19px;
}

.head_c .header_icons .lang_icon
{
    width: 23px;
    height: 23px;
}

.head_c .header_icons > *
{
    display: flex;
    align-items: center;
    height: 25px;
    border-right: 1px solid #8D8470;
    padding-left: 15px;
    padding-right: 15px;
}

.head_c .header_icons > *:last-child
{
    border-right: none;
}

.head_c .header_icons .link_t
{
    display: inline-block;
    margin-left: 15px;
}

.head_c .header_icons a
{
    position: relative;
    color: #8C8470;
    text-decoration: none;
}

.head_c .header_icons a:hover,
.head_c .header_icons a:focus
{
    color: #CE745F;
}

.head_c .header_icons a .svg *,
.head_c .header_icons .gtranslate_c .svg *
{
    fill: #8D8470;
}

.head_c .header_icons a:hover .svg *,
.head_c .header_icons a:focus .svg *,
.head_c .header_icons .gtranslate_c:hover .svg *
{
    fill: #CE745F;
}

.head_c .header_icons a > *
{
    display: inline-block;
    vertical-align: middle;
}

.gtranslate_c
{
    position: relative;
}

.gtranslate_c .g_translate_btn
{
    position: relative;
    cursor: pointer;
    padding-right: 20px;
}

.gtranslate_c .g_translate_btn::after
{
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    top: 5px;
    right: 0;
    font-size: 1.125rem;
    transition: transform ease 0.7s;
    -webkit-transition: transform ease 0.7s;
}

.gtranslate_c.opened .g_translate_btn::after
{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.gtranslate_c .gtranslate_inner {
	display: none;
	padding-top: 3px;
	padding-bottom: 3px;
	position: absolute;
	left: 0;
	top: 33px;
}

.gtranslate_c.opened .gtranslate_inner {
	display: table;
}
.gtranslate_c .gtranslate_inner > * {
	border: 2px solid #8D8470;
}

.gtranslate_c .gtranslate_inner *
{
}

.gtranslate_c .gtranslate_inner .goog-te-gadget-simple .goog-te-menu-value,
.gtranslate_c .gtranslate_inner .goog-te-gadget-simple .goog-te-menu-value * {
    background-color:#FFF;
}

.gtranslate_c .gtranslate_inner .goog-te-gadget-simple .goog-te-menu-value, .gtranslate_c .gtranslate_inner .goog-te-gadget-simple .goog-te-menu-value
{
    padding: 1px 5px;
}

.gtranslate_c .gtranslate_inner .goog-te-gadget-simple
{
    border-color: #F2F1F0 !important;
}

.gtranslate_c a
{
    margin-left: 5px;
}

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

.gtranslate_c .goog-te-gadget-icon
{
    margin-left: 12px;
}


.head_c .logo_c
{
    position: absolute;
    top: 23px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.head_c .logo_c img
{
    width: 272px;
    height: 114px;
}

.head_c .logo_c img.mobile
{
    display: none;
}

.head_c .h_menu_c
{
    float: right;
    height: 100%;
    position: relative;
}

.head_c .h_menu_c .enquiry_btn
{
    float: left;
    height: 100%;
    box-sizing: border-box;
    padding: 25px;
    display: flex;
    align-items: center;
    background-color: #8D8470;
    font: 700 1.25rem/120% Quicksand, Verdana, sans-serif;
    letter-spacing: 0.15em;
    color: #FFF;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    transition: background-color ease 0.7s;
    -webkit-transition: background-color ease 0.7s;
}

.head_c .h_menu_c .enquiry_btn:hover,
.head_c .h_menu_c .enquiry_btn:focus
{
    background-color: #7E7663;
}

.head_c .h_menu_c .menu_btn
{
    float: left;
    height: 100%;
    box-sizing: border-box;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    background-color: #C67967;
    font: 700 0.875rem/120% Quicksand, Verdana, sans-serif;
    color: #FFF;
    letter-spacing: 0.153em;
    text-transform: uppercase;
    text-decoration: none;
    transition: background-color ease 0.7s;
    -webkit-transition: background-color ease 0.7s;
}

.head_c .h_menu_c .menu_btn:hover,
.head_c .h_menu_c .menu_btn:focus
{
    background-color: #BF6A55;
}

.menu_btn .mmbico
{
    width: 38px;
    height: 48px;
    display: flex;
    align-items: flex-end;
    position: relative;
    margin-bottom: 8px;
    z-index: 1;
}

.menu_btn .mmbico > *
{
    width: 5px;
    height: 31px;
    float: left;
    opacity: 1;
    transition: transform ease 0.5s, width ease 0.3s, background-color ease 0.3s, height ease 0.3s;
    -webkit-transition: -webkit-transform ease 0.5s, width ease 0.3s, background-color ease 0.3s, height ease 0.3s;
    backface-visibility: hidden;
    background-color: #FFF;
}

.menu_btn:hover .mmbico > *,
.menu_btn:focus .mmbico > *,
.head_c.menu_opened .menu_btn .mmbico > *
{
    height: 48px;
}

.head_c.menu_opened .menu_btn .one
{
    transform: rotate(45deg) translate(13px, -9px);
    -webkit-transform: rotate(45deg) translate(13px, -9px);
}

.head_c .menu_btn .two
{
    height: 48px;
}

.head_c.menu_opened .menu_btn .two
{
    opacity: 0;
}

.head_c.menu_opened .menu_btn .three
{
    transform: rotate(-45deg) translate(-13px, -8px);
    -webkit-transform: rotate(-45deg) translate(-13px, -8px);
}

.menu_btn .mmbico > div
{
    margin: 0 11px 0 0;
    transform: rotate(0deg) translate(0,0);
    -webkit-transform: rotate(0deg) translate(0,0);
    opacity: 1;
}

.menu_btn .mmbico > div:last-child
{
    margin: 0;
}

/*Desktop menu*/
.menu_c
{
    width: 100vw;
    max-width: 1062px;
    min-height: calc(100vh - 169px);
    box-sizing: border-box;
    overflow: hidden;
    position: absolute;
    top: 169px;
    right: -100vw;
    background: #EFEEED;
    transition: right ease 0.7s;
    -webkit-transition: right ease 0.7s;
    display: flex;
    flex-direction: column;
    padding: 55px 61px 55px 160px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.head_c.menu_opened .menu_c
{
    right: 0;
}

.menu_links_c
{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.menu_links_c .menu_links
{
    padding-bottom: 9px;
    border-bottom: 2px solid #8D8470;
    font: 600 0.938rem/171% Muli, Trebuchet, sans-serif;
    letter-spacing: 0.2em;
}

.menu_links_c .menu_links > *
{
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
    margin-right: 6px;
}

.menu_links_c .menu_links a
{
    color: #8C8470;
    text-decoration: none;
    transition: color ease 0.7s;
    -webkit-transition: color ease 0.7s;
}

.menu_links_c .menu_links a:hover,
.menu_links_c .menu_links a:focus
{
    color: #CE745F;
}

.menu_links_c .menu_links a .svg *
{
    fill: #8D8470;
}

.menu_links_c .menu_links a:hover .svg *,
.menu_links_c .menu_links a:focus .svg *
{
    fill: #CE745F;
}

.menu_links_c .menu_links a > *
{
    display: inline-block;
    vertical-align: middle;
}

.menu_links_c .menu_links .phone_icon
{
    width: 25px;
    height: 19px;
}

.menu_links_c .menu_links .fa-facebook
{
    font-size: 1rem;
}

.menu_links_c .menu_links .fa-instagram
{
    font-size: 1rem;
}

.menu_links_c .menu_links .fa-google-plus
{
    font-size: 0.938rem;
}

.menu_links_c .menu_links .sep
{
    width: 1px;
    height: 25px;
    background-color: #8D8470;
}

.menu_badge
{
    margin-left: 50px;
}

.menu_badge img
{
    width: 125px;
    height: 122px;
    transition: transform ease 0.7s;
    -webkit-transition: transform ease 0.7s;
}

.menu_badge:hover img
{
    transform: rotate(9deg);
    -webkit-transform: rotate(9deg);
}



.h_menu_c .menu
{
    max-width: 550px;
    float: left;
    margin-top: 80px;
}

.h_menu_c .menu > ul
{
    padding: 0;
}

.menu li
{
	margin: 0;
	list-style: none;
	display: 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
{
    width: 100%;
    display: inline-block;
	margin:0;
	padding: 10px 20px;
	box-sizing: border-box;
    position: relative;

    font: 800 1.25rem/144% Muli, Trebuchet, sans-serif;
    text-decoration: none;
    letter-spacing: 0.2em;
	color: #8C8470;
    text-transform: uppercase;
}

.menu li.link_down > a > span
{
    position: relative;
    padding-right: 22px;
    display: inline-block;
}

.menu li.link_down > a > span::after
{
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.75rem;
    transition: transform ease 0.7s;
    -webkit-transition: transform ease 0.7s;
}

.menu li.link_down.opened > a > span::after
{
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

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

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

.menu > ul > li > ul
{
    width: 100%;
    max-height: 0;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    overflow: hidden;
    transition: max-height ease 0.7s, padding ease 0.7s;
    -webkit-transition: max-height ease 0.7s, padding ease 0.7s;
}

.menu > ul > li.opened > ul
{
    max-height: 300px;
    padding-bottom: 30px;
}

.menu li li
{
    width: 100%;
}

.menu li li a
{
    font: 400 0.875rem/144% Muli, Trebuchet sans-serif;
    letter-spacing: 0.103em;
    color: #8C8470;
    text-transform: uppercase;
    text-decoration: none;
    padding-top: 12px;
    padding-bottom: 12px;
    transition: color ease 0.7s;
    -webkit-transition: color ease 0.7s;
}

.menu li li a:hover,
.menu li li a:focus
{
    color: #CF755F;
    text-decoration: underline;
}

/* Header Image */
.header_image_c
{
    width: 100%;
    float: left;
    position: relative;
    z-index: 1;
}

.header_image_c .header_image
{
    width: 100%;
    float: left;
    position: relative;
    line-height: 50%;
}

.header_image_c .header_image::after
{
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #15180F;
    opacity: 0.11;
}

.header_image_c .header_image img
{
    width: 100%;
}

body.start .header_image_c
{
    min-height: calc(100vh - 169px);
    box-sizing: border-box;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #F5F3F1;
    display: flex;
    justify-content: center;
    align-items: center;
}

body.start .header_animation_c
{
    width: 80%;
    max-width: 1000px;
}

@media(min-width: 2000px)
{
    body.start .header_animation_c
    {
        width: 50%;
        max-width: 100%;
    }
}

body.start .header_animation
{
    width: 100%;
    padding-bottom: 48.6%;
    position: relative;
}

body.start .header_animation .mount
{
    position: absolute;
    width: 51.8%;
    top: 7.2%;
    left: 11%;
}

body.start .header_animation .man
{
    position: absolute;
    width: 35%;
    top: 15.22%;
    right: 0;
}

body.start .header_animation .text_c
{
    width: 377PX;
    height: 329px;
    box-sizing: border-box;
    padding: 20px 55px;
    background: url(../img/header_image/text_bg.png);
    background-size: 100% 100%;
    position: absolute;
    bottom: 2.67%;
    left: 55.5%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
}

body.start .header_animation .text_c .title
{
    width: 100%;
    font: 400 1rem/153% Quicksand, Verdana, sans-serif;
    letter-spacing: 0.13em;
    color: #6D6657;
    text-transform: uppercase;
}

body.start .header_animation .text_c .subtitle
{
    width: 100%; 
    font: 700 0.813rem/153% Muli, Trebuchet, sans-serif;
    text-transform: uppercase;
    color: #6D6657;
    margin-top: 25px;
}

body.start .header_animation .badge
{
    position: absolute;
    width: 22.9%;
    top: 0;
    left: 8.7%;
}

body.start .header_animation .badge:hover,
body.start .header_animation .badge:focus
{
    animation-name: pulse;
    animation-duration: 1s;
}

body.start .header_animation .winter_arrow
{
    display: block;
    position: absolute;
    width: 13.7%;
    height: 16.66%;
    top: 46.5%;
    left: 0;
    background: url(../img/header_image/winter_arrow_sprite.png);
    background-size: 200% 100%;
    background-position: top left;
}

body.start .header_animation .winter_arrow:hover,
body.start .header_animation .winter_arrow:focus
{
    background-position: top right;
}

body.start .header_animation .sommer_arrow
{
    display: block;
    position: absolute;
    width: 13.1%;
    height: 14.19%;
    top: 54.32%;
    right: 0;
    background: url(../img/header_image/sommer_arrow_sprite.png);
    background-size: 200% 100%;
    background-position: top left;
}

body.start .header_animation .sommer_arrow:hover,
body.start .header_animation .sommer_arrow:focus
{
    background-position: top right;
}

#nc_btn
{
    position: absolute;
    left: 50%;
    bottom: 36px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 45px;
    height: 45px;
    box-sizing: border-box;
    z-index: 5;
    cursor: pointer;
    transition: background-color ease 0.3s;
    -webkit-transition: background-color ease 0.3s;
    overflow: hidden;
}

#nc_btn .svg
{
    width: 100%;
    height: 100%;
}

#nc_btn span
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    color: #FFF;
    font-size: 2rem;
}

#nc_btn .svg *
{
    fill: #CF755F;
}

#nc_btn:hover .svg *
{
    fill: #8D8470;
}

#nc_btn:hover span
{
    animation-name: to_content;
    animation-duration: 0.3s;
}

/*****************************/
/*			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-bottom: 200px;
}

#no_btn
{
    position: fixed;
    width: 45px;
    height: 45px;
    right: 100px;
    bottom: 20px;
    color: #fff;
    font: 400 35px 'FontAwesome';
    cursor: pointer;
    background: url(../img/arrow_bg_sprite.png) no-repeat top right;
    background-size: 200% 100%;
    z-index: 5;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

#no_btn > span
{
    display: inline-block;
    margin-top: -5px;
}

#no_btn:hover
{
    background-position: top left;
}

/*****************************/
/*			FOOTER			*/
/***************************/
.footer_c
{
	width: 100%;
	position:relative;
	z-index:2;
    float: left;
}

.footer_offers
{
    width: 100%;
    box-sizing: border-box;
    float: left;
    background-color: #8D8470;
    padding: 170px 40px 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_offers_c
{
    width: 100%;
    max-width: 1200px;
    box-sizing: border-box;
    border: 4px solid #FFF;
    padding: 110px 40px 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}

.footer_offers .offers_title
{
    position: absolute;
    top: 0;
    left: 60px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    padding-left: 70px;
    padding-right: 40px;
    background-color: #8D8470;
    font: 600 1.438rem/140% Muli, Trebuchet, sans-serif;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #FFF;
}

.footer_offers .col
{
    max-width: 170px;
    box-sizing: border-box;
    padding: 20px 10px;

}

.footer_offers .col .image_c
{
    width: 100%;
    height: 88px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_offers .col .image_c .svg *
{
    transition: fill ease 0.7s;
    -webkit-transition: fill ease 0.7s;
}

.footer_offers .col a:hover .image_c .svg *,
.footer_offers .col a:focus .image_c .svg *
{
    fill: #ABA596;
}

.footer_offers .col .image_c .wellness
{
    width: 107px;
    height: 87px;
}

.footer_offers .col .image_c .skifahren
{
    width: 85px;
    height: 88px;
}

.footer_offers .col .image_c .schwimmen
{
    width: 83px;
    height: 81px;
}

.footer_offers .col .image_c .essen
{
    width: 110px;
    height: 68px;
}

.footer_offers .col .image_c .wandern
{
    width: 51px;
    height: 79px;
}

.footer_offers .col .image_c .feiern
{
    width: 67px;
    height: 69px;
}

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

.footer_offers .col .title
{
    width: 100%;
    float: left;
    font: 700 1.125rem/120% Muli, Trebuchet, sans-serif;
    letter-spacing: 0.2em;
    color: #FFF;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 5px;
    transition: color ease 0.7s;
    -webkit-transition: color ease 0.7s;
}

.footer_offers .col a:hover .title,
.footer_offers .col a:focus .title
{
    color: #ABA596;
}

.footer_offers .col .cont
{
    width: 100%;
    float: left;
    text-align: center;
    font: 400 0.813rem/120% Muli, Trebuchet, sans-serif;
    letter-spacing: 0.1em;
    color: #FFF;
}

.footer_top_c
{
    width: 75%;
    float: right;
    box-sizing: border-box;
    padding: 40px 40px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font: 700 1.063rem/203% Muli, Trebuchet, sans-serif;
    letter-spacing: 0.2em;
    color: #FFF;
    text-transform: uppercase;
}

.footer_top_c strong
{
    font-weight: 900;
}

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

.footer_top_c a:hover,
.footer_top_c a:focus
{
    text-decoration: underline;
    color: #AC4C33;
}

.footer_top .footer_icons_c a:hover,
.footer_top .footer_icons_c a:focus
{
    color: #AD4D34;
}

.footer_top .text_c .title
{
    display: inline-block;
}

.footer_top .text_c .sep
{
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
}

.footer_top .footer_top_right
{
    padding-right: 75px;
}

.footer_badge_c
{
    float: left;
}

.footer_badge_c .svg
{
    width: 177px;
    height: 171px;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    transition: transform ease 0.7s, filter ease 0.7s;
    -webkit-transition: transform ease 0.7s, filter ease 0.7s;
}

.footer_badge_c .svg *
{
    stroke: #FFF;
}

.footer_badge_c:hover .svg
{
    filter: none;
    -webkit-filter: none;
}

.algo_c
{
    float: left;
    font: 400 0.813rem/120% Muli, Trebuchet, sans-serif;
    letter-spacing: 0.03em;
    color: #FFF;
    text-transform: uppercase;
    position: absolute;
    top: 42%;
    right: 0;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}

.algo_c .algo_logo
{
    width: 43px;
    height: 13px;
    margin-left: 4px;
}

.footer_bottom
{
    width: 100%;
    float: left;
}

.footer_bottom_c
{
    width: 75%;
    box-sizing: border-box;
    float: right;
    padding: 15px 40px;
    font: 400 0.813rem/120% Muli, trebuchet, sans-serif;
    letter-spacing: 0.037em;
    color: #8D8470;
    text-transform: uppercase;
}

.footer_bottom_c a
{
    color: #8D8470;
    text-decoration: none;
}

.footer_bottom_c a:hover,
.footer_bottom_c a:focus
{
    text-decoration: underline;
}

.footer_bottom_c .sep
{
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}

@media(max-width: 1620px)
{
    #no_btn
    {
        right: 20px;
    }

    .footer_top_c
    {
        width: 90%;
    }

    .footer_bottom_c
    {
        width: 90%;
    }
}

@media(max-width: 1320px)
{
    .footer_top_c
    {
        width: 100%;
    }

    .footer_bottom_c
    {
        width: 100%;
    }
}

@media(max-width: 1250px)
{
    .head_c .header_icons
    {
        padding-left: 10px;
        padding-right: 10px;
    }

}

@media( max-width: 1025px)
{

    .as_map_c
    {
        display: none !important;
    }

	/*****************************/
	/*			HEAD			*/
	/***************************/
    .head_c
    {
        height: auto;
    }

    .head_c .logo_c
    {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        -webkit-transform: none;
        width: 100%;
        box-sizing: border-box;
        padding: 15px 20px 25px;
        text-align: center;
        border-bottom: 2px solid #ECECEC;
    }

    .head_c .header_icons
    {
        box-sizing: border-box;
        padding: 27px 10px 20px 35px;
        height: 72px;
    }

    .head_c .logo_c img
    {
        width: 272px;
        height: 114px;
    }


    .h_menu_c
    {
    }

    .head_c .h_menu_c .enquiry_btn
    {
        font-size: 1.125rem;
        padding: 16px 30px;
        height: 72px;
    }

    .head_c .h_menu_c .menu_btn
    {
        padding: 15px 16px;
        height: 72px;
    }

    .head_c .h_menu_c .menu_btn > span
    {
        display: none;
    }

    .menu_btn .mmbico
    {
        width: 32px;
        height: 42px;
        margin-bottom: 0;
    }

    .head_c .menu_btn .two
    {
        height: 42px;
    }

    .menu_btn:hover .mmbico > *,
    .menu_btn:focus .mmbico > *,
    .head_c.menu_opened .menu_btn .mmbico > *
    {
        height: 42px;
    }

    .menu_btn .mmbico > *
    {
        width: 4px;
    }

    .menu_btn .mmbico > div
    {
        margin: 0 10px 0 0;
    }

    .head_c.menu_opened .menu_btn .three
    {
        transform: rotate(-45deg) translate(-12px, -7px);
        -webkit-transform: rotate(-45deg) translate(-12px, -7px);
    }

    .menu_c
    {
        top: 72px;
    }

    .h_menu_c .menu
    {
        margin-top: 30px;
    }

    /* Header Image */
    body.start .header_image_c
    {
        min-height: calc(100vh - 232px);
    }

    body.start .header_animation_c
    {
        width: 88%;
    }

    body.start .header_animation
    {
        padding-bottom: 73.73%;
    }

    body.start .header_animation .mount
    {
        width: 56.56%;
        top: 12.27%;
        left: 2.53%;
    }

    body.start .header_animation .man
    {
        width: 38.38%;
        top: 17.89%;
        right: 0;
    }

    body.start .header_animation .text_c
    {
        width: 377PX;
        height: 329px;
        bottom: 13.45%;
        left: 52.4%;
    }

    body.start .header_animation .badge
    {
        width: 33%;
        top: 0;
        left: 0;
    }

    body.start .header_animation .winter_arrow
    {
        width: 17.04%;
        height: 11.95%;
        top: auto;
        bottom: 0;
        left: 28.16%;
        background: url(../img/header_image/winter_arrow_sprite_tablet.png);
        background-size: 200% 100%;
        background-position: top left;
    }

    body.start .header_animation .winter_arrow:hover,
    body.start .header_animation .winter_arrow:focus
    {
        background-position: top right;
    }

    body.start .header_animation .sommer_arrow
    {
        width: 17.28%;
        height: 11.41%;
        top: auto;
        bottom: 0;
        right: 34.09%;
        background: url(../img/header_image/sommer_arrow_sprite_tablet.png);
        background-size: 200% 100%;
        background-position: top right;
    }

    .main
    {
        padding-bottom: 100px;
    }

    /* FOOTER */
    .footer_offers
    {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .footer_offers .offers_title
    {
        padding-left: 40px;
    }

    .footer_top_c
    {
        flex-wrap: wrap;
    }

    .footer_top .footer_top_left
    {
        width: 100%;
    }

    .footer_top .text_c .title
    {
        width: 100%;
    }

    .footer_top .text_c .sep
    {
        display: none;
    }

    .footer_top .text_c span
    {
        display: inline-block;
        width: 100%;
    }

    .footer_top .footer_top_right
    {
        width: 100%;
        position: relative;
        padding-top: 25px;
        padding-right: 50px;
    }

    .footer_badge_c
    {
        float: right;
    }

    .algo_c
    {
        right: -45px;
        top: 50%;
    }
}

@media(max-width: 800px)
{
    /* Header Image */
    body.start .header_image_c
    {
        min-height: 0;
        padding-top: 35px;
        padding-bottom: 60px;
    }

    body.start .header_animation_c
    {
        width: 88%;
    }

    body.start .header_animation
    {
        padding-bottom: 0;
        float: left;
    }

    body.start .header_animation .animation_images
    {
        width: 100%;
        float: left;
        position: relative;
        padding-bottom: 91.82%;
    }

    body.start .header_animation .mount
    {
        width: 69.57%;
        top: 12.79%;
        left: 12.28%;
    }

    body.start .header_animation .man
    {
        width: 47.31%;
        top: 27.86%;
        right: 0;
    }

    body.start .header_animation .text_c
    {
        width: 100%;
        height: auto;
        position: static;
        float: left;
        top: auto;
        left: auto;
        bottom: auto;
        right: auto;
        background: none;
        padding: 35px 0 0;
        transform: none;
        -webkit-transform: none;
    }

    body.start .header_animation .badge
    {
        width: 33%;
        top: 0;
        left: 8%;
    }

    body.start .header_animation .winter_arrow
    {
        width: 22.51%;
        height: 13.37%;
        bottom: 0;
        left: 24%;
    }

    body.start .header_animation .sommer_arrow
    {
        width: 25.58%;
        height: 13.37%;
        bottom: 0;
        right: 26%;
    }

    #nc_btn
    {
        display: none;
    }

}

@media(max-width: 750px)
{
    .menu_c
    {
        padding-left: 50px;
        padding-right: 50px;
    }

}

@media( max-width: 650px)
{
	/*****************************/
	/*			HEAD			*/
	/***************************/
    .head_c .logo_c img
    {
        width: 208px;
        height: 88px;
    }

	.head_c .header_icons
    {
        padding-left: 15px;
    }

    .menu_c
    {
        padding-left: 20px;
        padding-right: 20px;
    }

    .menu_links_c
    {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        order: 2;
    }

    .menu_links_c .menu_links
    {
        font-size: 0.875rem;
    }

    .menu_links_c .menu_links > *
    {
        margin-left: 3px;
        margin-right: 3px;
    }

    .menu_links_c .menu_links a.phone
    {
        display: none;
    }

    .menu_links_c .menu_links .phone_icon
    {
        width: 20px;
        height: 15px;
    }

    .menu_badge
    {
        margin: 30px;
    }

    .h_menu_c .menu
    {
        margin-top: 0;
    }

    .h_menu_c .menu > ul
    {
        margin: 0;
    }

    .menu > ul > li.opened > ul
    {
        padding-bottom: 15px;
    }

    .menu li a
    {
        text-align: center;
        font-size: 1.125rem;
        padding: 10px 20px;
    }

    .menu li li a
    {
        padding-top: 7px;
        padding-bottom: 7px;
    }

    .menu li.link_down > a > span::after
    {
        font-size: 1.5rem;
    }

    .menu_links_c .menu_links .sep
    {
        display: none;
    }

    body.start .header_animation .badge
    {
        width: 33%;
        top: 0;
        left: 8%;
    }

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


	/*****************************/
	/*			FOOTER			*/
	/***************************/
    .footer_offers
    {
        padding: 24px 14px 10px;
    }

    .footer_offers_c
    {
        border-width: 2px;
        padding: 40px 0;
    }

    .footer_offers .offers_title
    {
        font-size: 0.938rem;
        padding-left: 5px;
        padding-right: 10px;
        left: 20px;
    }

    .footer_offers .col
    {
        max-width: 140px;
    }

    .footer_offers .col .image_c .wellness
    {
        width: 93px;
        height: 76px;
    }

    .footer_offers .col .image_c .skifahren
    {
        width: 74px;
        height: 77px;
    }

    .footer_offers .col .image_c .schwimmen
    {
        width: 72px;
        height: 59px;
    }

    .footer_offers .col .image_c .essen
    {
        width: 86px;
        height: 53px;
    }

    .footer_offers .col .image_c .wandern
    {
        width: 45px;
        height: 69px;
    }

    .footer_offers .col .image_c .feiern
    {
        width: 58px;
        height: 60px;
    }

    .footer_offers .col .title
    {
        font-size: 0.938rem;
    }

    .footer_offers .col .cont
    {
        font-size: 0.75rem;
    }

    .footer_top_c
    {
        font-size: 0.875rem;
        padding-left: 30px;
        padding-right: 30px;
    }

	.footer_top_c .title
    {
        font-size: 1.063rem;
        line-height: 130%;
        padding-top: 10px;
    }

    .footer_badge_c img,
    .footer_badge_c .svg
    {
        width: 139px;
        height: 133px;
    }

    .footer_badge_c
    {
        float: left;
    }

    .algo_c
    {
        right: -65px;
    }

    .footer_bottom_c
    {
        padding: 15px 30px;
        text-align: center;
    }

    .footer_bottom_c .sep
    {
        display: none;
    }

    .footer_bottom_c a
    {
        display: inline-block;
        margin-left: 5px;
    }

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

@media(max-width: 620px)
{
    .head_c .logo_c
    {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .head_c .logo_c img.desktop
    {
        display: none;
    }

    .head_c .logo_c img.mobile
    {
        display: inline-block;
        width: 244px;
        height: 55px;
    }

    .head_c .h_menu_c .enquiry_btn
    {
        font-size: 0.813rem;
        height: 51px;
        padding: 12px 15px;
    }

    .head_c .h_menu_c .menu_btn
    {
        height: 51px;
        padding: 10px 13px;
    }

    .menu_btn .mmbico
    {
        width: 23px;
        height: 30px;
        margin-bottom: 0;
    }

    .head_c .menu_btn .two
    {
        height: 30px;
    }

    .menu_btn:hover .mmbico > *,
    .menu_btn:focus .mmbico > *,
    .head_c.menu_opened .menu_btn .mmbico > *
    {
        height: 30px;
    }

    .menu_btn .mmbico > *
    {
        width: 3px;
        height: 19px;
    }

    .menu_btn .mmbico > div
    {
        margin: 0 7px 0 0;
    }

    .head_c.menu_opened .menu_btn .one
    {
        transform: rotate(45deg) translate(8px, -5px);
        -webkit-transform: rotate(45deg) translate(8px, -5px);
    }

    .head_c.menu_opened .menu_btn .three
    {
        transform: rotate(-45deg) translate(-9px, -5px);
        -webkit-transform: rotate(-45deg) translate(-9px, -5px);
    }

    .head_c .header_icons
    {
        padding: 12px 0 12px 0;
        height: 51px;
    }

    .head_c .header_icons > *
    {
        height: 20px;
        padding-left: 13px;
        padding-right: 13px;
    }

    .head_c .header_icons .link_t
    {
        display: none;
    }

    .head_c .header_icons .email_icon
    {
        width: 17px;
        height: 14px;
    }

    .head_c .header_icons .phone_icon
    {
        width: 20px;
        height: 15px;
    }

    .head_c .header_icons .lang_icon
    {
        width: 18px;
        height: 18px;
    }

    .gtranslate_c .g_translate_btn
    {
        padding-right: 16px;
    }

    .gtranslate_c .g_translate_btn::after
    {
        top: 2px;
        font-size: 1rem;
    }

    .menu_c
    {
        top: 51px;
        min-height: calc(100vh - 151px);
    }
}

@media(max-width: 450px)
{
    body.start .header_animation .text_c .title
    {
        font-size: 0.875rem;
    }

}

/* Animations */
@keyframes to_content
{
    0%
    {
        top: 50%;
        opacity: 1;
    }

    25%
    {
        top: 100%;
        opacity: 1;
    }

    26%
    {
        top: 100%;
        opacity:0;
    }

    50%
    {
        top: -100%;
        opacity:0;
    }

    51%
    {
        top: -100%;
        opacity:1;
    }

    100%
    {
        top: 50%;
    }

}

@keyframes to_right
{
    0%
    {
        left: 50%;
        opacity: 1;
    }

    25%
    {
        left: 100%;
        opacity: 1;
    }

    26%
    {
        left: 100%;
        opacity:0;
    }

    50%
    {
        left: -100%;
        opacity:0;
    }

    51%
    {
        left: 0;
        opacity:1;
    }

    100%
    {
        left: 50%;
    }

}

@keyframes to_left
{
    0%
    {
        left: 50%;
        opacity: 1;
    }

    25%
    {
        left: 0;
        opacity: 1;
    }

    26%
    {
        left: 0;
        opacity:0;
    }

    50%
    {
        left: 100%;
        opacity:0;
    }

    51%
    {
        left: 100%;
        opacity:1;
    }

    100%
    {
        left: 50%;
    }

}

/* Animations */
.hidden
{
    visibility: hidden;
}

.visible
{
    visibility: visible !important;
}

.fadeIn
{
    animation-name: fadeIn;
    animation-duration: 3s;
    animation-delay: 0.5s;
}

.fadeInLeft
{
    animation-name: fadeInLeft;
    animation-duration: 1s;
    animation-delay: 0.5s;
}

.fadeInRight
{
    animation-name: fadeInRight;
    animation-duration: 0.5s;
    animation-delay: 0.5s;
}

.fadeInDown
{
    animation-name: fadeInRight;
    animation-duration: 1s;
    animation-delay: 3s;
}

.fadeInUp
{
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-delay: 1s;
}

.slideInLeft
{
    animation-name: slideInLeft;
    animation-duration: 1s;
    animation-delay: 2s;
}

.slideInRight
{
    animation-name: slideInRight;
    animation-duration: 1s;
    animation-delay: 2s;
}

.moveRight
{
    animation-name: moveRight;
    animation-duration: 3s;
    animation-delay: 3s;
    animation-iteration-count: infinite;
}

.moveLeft
{
    animation-name: moveLeft;
    animation-duration: 3s;
    animation-delay: 3s;
    animation-iteration-count: infinite;
}

.animated
{
    animation-fill-mode: both;
}

@keyframes fadeIn
{
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeInDown
{
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInLeft
{
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInRight
{
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInUp
{
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes slideInLeft {
    from {
        transform: translate3d(-100%, 0, 0);
       opacity: 0;
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes slideInRight {
    from {
        transform: translate3d(100%, 0, 0);
        opacity: 0;
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes moveRight {
    0% {
        transform: none;
    }

    20% {
        transform: translateX(50%);
        -webkit-transform: translateX(50%);
    }

    40% {
        transform: none;
    }

    100% {
        transform: none;
    }
}

@keyframes moveLeft {
    0% {
        transform: none;
    }

    20% {
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }

    40% {
        transform: none;
    }

    100% {
        transform: none;
    }
}

@keyframes pulse {
    from {
        transform: scale3d(1, 1, 1);
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

/* COOKIE */
body .cks_overlay
{   background-color: #eceae9;
    box-shadow: 0 0 5px rgb(183, 181, 179);
	padding: 10px 0;
}

body .cks_inner
{    color: #6f6757;}

body .cks_btn
{   background-color: #6f6757;
}

body .cks_inner p a
{ color: #6f6757;}

body .cks_inner p a:hover
{ color: #8a8272;}
