@charset "utf-8";

/*
font: 400 1rem/120% Muli, Arial, sans-serif;
font: 400 1rem/120% Montserrat, Verdana, sans-serif;
*/

html, body { height: 100%; }

.pt-perspective {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: auto;
}

.pt-perspective.pt-end
{
    height: auto;
    overflow: visible;
}

.pt-page {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.pt-page-current,
.no-js .pt-page {
    visibility: visible;
    z-index: 1;
}

.no-js body {
    overflow: auto;
}

.pt-page-ontop {
    z-index: 999;
}

@-webkit-keyframes moveToTopFade {
    from { }
    to { opacity: 0.3; -webkit-transform: translateY(-100%); }
}
@keyframes moveToTopFade {
    from { }
    to { opacity: 0.3; -webkit-transform: translateY(-100%); transform: translateY(-100%); }
}

@-webkit-keyframes moveFromBottomFade {
    from { opacity: 0.3; -webkit-transform: translateY(100%); }
}
@keyframes moveFromBottomFade {
    from { opacity: 0.3; -webkit-transform: translateY(100%); transform: translateY(100%); }
}

.pt-page-moveToTopFade {
    -webkit-animation: moveToTopFade .7s ease both;
    animation: moveToTopFade .7s ease both;
}

.pt-page-moveFromBottomFade {
    -webkit-animation: moveFromBottomFade .7s ease both;
    animation: moveFromBottomFade .7s ease both;
}

/*  PRELOADER   */
.preloader
{
    width: 100vw;
    height: 100vh;
    z-index: 99999;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff !important;
}

.preloader .preloader_logo
{
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: url(../img/icons/pageload.gif);
    background-size: cover;
}

@keyframes scale-up-center {
    0% {
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
        opacity: 0;
    }
    60% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
}

/* COOKIE */

/****COOKIES****/

.cks_overlay {
	width: 300px !important;
	height: auto !important;
    padding: 15px !important;
    overflow: hidden;
    position: fixed;
	right: inherit !important;
    left: 19px !important;
    bottom: 20px !important;	
	background: #333333 !important;
	color:#ffffff !important;
}

.cks_overlay a
{
    color: #ffffff !important;

}

.cks_inner
{
    
	
    padding: 0 !important;
    margin: 0 !important;
	font: 400 0.8125rem/120% 'Montserrat', Verdana, sans-serif !important;
    color: #ffffff !important;
}

.cks_inner p
{
    padding: 0 !important;
	font: 400 0.8125rem/120% 'Montserrat', Verdana, sans-serif !important;
	color:#ffffff !important;
}

.cks_btn
{
    width: 67px !important;
    height: 30px !important;
    margin: 16px 0 0 !important;
    border-radius: 0 !important;
    position: static !important;
     color: #333333 !important;
    background-color:#ffffff !important;
    float: left;
    height: auto !important;
    box-sizing: border-box !important;
	
	-webkit-transition: all 0.7s ease;
    font: 300 0.9375rem/120% 'Montserrat', Verdana, sans-serif !important;
    letter-spacing: 0.25em !important;

    text-transform: uppercase !important;
    text-align: left !important;
    border: 1px solid #ffffff !important;
	
    padding: 12px 17px !important;
	
	
}

.cks_btn:hover,
.cks_btn:focus
{
    background-color:  #D4D4D4  !important;
	border: 1px solid #D4D4D4  !important;
	color:#333333 !important;
}


@media (max-width: 650px)
{
.cks_overlay
    {
        max-width: 245px !important;
        right: 10px !important;
        bottom: 10px !important;
    }
}

/*

#cks_overlay {
    background-color: #fff !important;
    padding: 5px 0 !important;
}

.cks_inner, .cks_inner a {
    color: #5F5F5F !important;
    font-size: 0.813rem !important;
    line-height: 0.875em !important;
}

.cks_inner p {
   padding: 7px 114px 5px 0px !important;
}

.cks_btn {
    width: 80px !important;
    margin-top: -14px !important;
    background-color: #a5a5a9 !important;
    font-size: 14px !important;
    height: 27px !important;
    line-height: 26px !important;
    border-radius: 0 !important;
    box-shadow: none !important;
} */

/*
IPhone Querformat font-size bug
*/
html
{
    -webkit-text-size-adjust: 100% !important;
}

body
{
	margin: 0;
	padding: 0;
    overflow-x: hidden;
	background-color: #fff;
    top: 0 !important;
}

/* Hide google translate banner on top of the screen */
body > .skiptranslate .goog-te-banner-frame
{
    display: none !important;
}

body > .skiptranslate
{
    background-color: transparent !important;
}

*
{
	outline: none;
    box-sizing: border-box;
}

img
{
    /*image-rendering:pixelated;*/
    image-rendering:-webkit-optimize-contrast;
}

a img
{
	border: 0px solid;
}
a.art_anchor
{
	width: 0;
	height: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	font-size: 0;
}
p
{
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
.content p
{
	float: none;
}
body .ui-widget { font-size: 11px; }
.sc_only { width: 0px; height: 0px; overflow: hidden; }

.page_c
{
	width: 100%;
	min-width: 850px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
@media only screen and (max-width: 1025px)
{
	.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;
}
*:focus
{
    outline: none;
}
.focus-visible {
    outline: 2px dotted #63B2CC;
}

/* 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:400 1.250rem/120% 'Montserrat', "Trebuchet MS", sans-serif;
    color: #63B2CC;
    text-decoration: none;
    line-height: 20px;
}
.as_map ul li > *:focus { background-color: #FFFFFF; outline: 1px dotted #63B2CC; }


/* Head */
.head_c.v1
{
	width: 100%;
	z-index: 9;
    position: fixed;
    display: flex;
    justify-content: flex-end;
    align-items: center;
	background-color: #343535;
    box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.03);
}

.head_c.v1 .h_logo_c
{
    position: absolute;
    left: 38px;
    top:  12px;
}

.head_c.v1 .h_logo_c img
{
    width: 159px;
    height: 62px;
}

/* desktop menu */
.head_c.v1 .menu
{
    padding: 0 12px;
}

.head_c.v1 .menu ul
{
    margin: 0;
    padding: 0;
    float: left;
    box-sizing: border-box;
}


.head_c.v1 .menu li
{
	margin: 0;
    padding: 35px 0 33px;
	list-style: none;
	display: inline-block;
	z-index: 2;
    position: relative;
	text-transform: none;
    float: left;
}

.head_c.v1 .menu li a
{
    display: inline-block;
	margin:0;
	padding: 0 12px;
	box-sizing: border-box;
    position: relative;
    font: 600 0.938rem/123% Montserrat, Verdana, sans-serif;
    letter-spacing:0.038em;
	color: #FFFFFF;
	text-decoration:none;
    text-transform: uppercase;
    transition: color ease 0.5s;
}

.head_c.v1 .menu li a:hover,
.head_c.v1 .menu li a:focus,
.head_c.v1 .menu li.current_link a,
.head_c.v1 .menu li.current_path a
{
    color: #3EB1C8;
}


/*.head_c.v1 .menu > ul > li > a:after
{
    content: '';
    width: 1px;
    height: 19px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background-color: #F1F1F1;
}

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

.head_c.v1 .menu ul li ul
{
    width: 190px;
    padding: 22px 14px 23px;
    position: absolute;
    top: 87px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease;
    z-index: 2;
    text-align: center;
	display: block;
    background-color: #59B1CB;
    box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.03);
}

.head_c.v1 .menu ul li:hover ul,
.head_c.v1 .menu ul li.opened ul
{
    visibility: visible;
    opacity: 1;
}

.head_c.v1 .menu ul li ul li
{
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
}

.head_c.v1 .menu ul li ul li a,
.head_c.v1 .menu ul li.current_link ul li a,
.head_c.v1 .menu ul li.current_path ul li a
{
    padding: 2px 0;
    font: 400 0.9375rem/150% Montserrat, Verdana, sans-serif;
    color: #FFF;
    transition: all ease 0.5s;
    text-decoration:none;
    text-transform:none;
    letter-spacing:0;
}

.head_c.v1 .menu ul li ul li a:hover,
.head_c.v1 .menu ul li ul li a:focus,
.head_c.v1 .menu ul li ul li.current_link a,
.head_c.v1 .menu ul li ul li.current_path a
{
    text-decoration:underline;
    color:#FFF;
}

.head_c.v1 .burger_menu
{
    display: none !important;
}

/*mobile menu*/
.mobile_menu_layer
{
    width: 100vw;
    height: 100vh;
    z-index: 20;
    position: fixed;
    top: 0;
    right: -100%;
    transition: right ease 0.7s;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.mobile_menu_layer.opened
{
    right: 0;
    z-index:21;
}

.mobile_menu_layer.v1
{
    display: none;
}

.mobile_menu_layer.v1 .close_btn
{
    width: 20px;
    height: 20px;
    position: absolute;
    top: 34px;
    right: 34px;
    cursor: pointer;
    border: none;
    background: url(../img/icons/close.svg);
    background-size:cover;
    font-size:0;
}

.mobile_menu_layer.v2 .close_btn
{
    width: 60px;
    height: 60px;
    position: absolute;
    top: 39px;
    right: 39px;
    cursor: pointer;
    border: 2px solid #fff;
    border-radius: 50%;
    background: url(../img/icons/close.svg) no-repeat center;
    background-size:20px 20px;
    font-size:0;
}

.mobile_menu_layer.v2 .h_lang
{
    margin: 100px 0 0;
    position: relative;
    min-width: 120px;
}

.mobile_menu_layer.v2 .h_lang .h_lang_opener
{
    position: relative;
    padding: 0 12px 0 0;
    display: flex;
    cursor: pointer;
    align-items: center;
    font: 700 0.8125rem/120% Muli, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
}

.mobile_menu_layer.v2 .h_lang .h_lang_opener img
{
    width: 16px;
    height: 12px;
    margin: 0 5px 0 0;
}

.mobile_menu_layer.v2 .h_lang .h_lang_opener:before
{
    width: 10px;
    height: 6px;
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../img/icons/arr_down.svg);
    background-size: cover;
}

.mobile_menu_layer.v2 .h_lang .h_lang_inner
{
    padding: 7px 15px;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 35px;
    left: 50%;
    background-color: #fff;
    transform: translateX(-50%);
    transition: opacity ease 0.5s;
}

.mobile_menu_layer.v2 .h_lang.opened .h_lang_inner
{
    opacity: 1;
    visibility: visible;
}

.mobile_menu_layer.v2 .h_lang .h_lang_inner:before
{
    width: 20px;
    height: 10px;
    position: absolute;
    top: -10px;
    right: 19px;
    content: '';
    background: url(../img/icons/caret-down.svg);
    background-size: cover;
    transform: rotate(180deg);
}


.mobile_menu_layer.v2
{
    max-width: 400px;
}

.mobile_menu_layer .menusl
{
    width: 100%;
    height: 100%;
    padding: 50px 0 70px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}

.mobile_menu_layer .menusl:before
{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #59B1CB;
    opacity: 0.98;
    content: '';
}

.menusl ul
{
    width: 100%;
    max-width: 300px;
    margin: 0;
    padding: 0;
    text-align: center;
    display: block;
}

.menusl ul li
{
    list-style: none;
}

.menusl > ul > li
{
    width: 100%;
    padding: 3px 0;
}

.menusl > ul > li > a
{
    padding: 12px 0;
    display: inline-block;
    font: 600 1rem/123% Montserrat, Verdana, sans-serif; /*0.8125rem*/
    color: #fff;
    text-decoration: none;
    transition: opacity ease 0.5s;
}

.menusl > ul > li > a:hover,
.menusl > ul > li > a:focus,
.menusl > ul > li.current_link a,
.menusl > ul > li li > a:hover,
.menusl > ul > li li > a:focus,
.menusl > ul > li li.current_link a
{
    opacity: 0.8;
    text-decoration:underline;
}

.menusl > ul > li li
{
    padding: 0 0 8px;
}

.menusl > ul > li li a,
.menusl > ul > li.current_link li a
{
    display: inline-block;
   font: 400 0.9375rem/150% Montserrat, Verdana, sans-serif;
    color: #fff;
    text-decoration: none;
    transition: opacity ease 0.5s;
}

/*head links*/
.head_c.v1 .h_link_c
{
    margin-right: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.head_c.v1 .h_link_c > *
{
    height: 88px;
    padding: 35px 10px 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}

.head_c .h_phone.mobile
{
    display: none !important;
}

.head_c.v1 .h_phone > svg
{
    width: 17px;
    height: 17px;
}

.head_c .h_phone a,
.head_c .h_email a,
.head_c .h_lang .h_lang_inner
{

    display: inline-block;
    padding: 12px 18px;
    background-color: #F1F0F0;
    position: absolute;
    top: 88px;
    right: 9999px;
    white-space: nowrap;
    opacity: 0;
    transition: opacity ease 0.5s;
    -webkit-transition: opacity ease 0.5s;
    text-decoration: none;
    font:500 0.875rem/120% 'Montserrat', Verdana, sans-serif;
    color: #202124;
}

.head_c.v1 #h_email_opener
{
    width: 18px;
    height: 13px;
}

.head_c .h_phone:hover a,
.head_c .h_phone:focus a,
.head_c .h_phone.opened a,
.head_c .h_email:hover a,
.head_c .h_email:focus a,
.head_c .h_email.opened a,
.head_c .h_lang.opened .h_lang_inner
{
    right: -10px;
    opacity: 1;
}


.head_c.v1 .h_lang svg
{
    width: 17px;
    height: 17px;
}

.head_c.v1 .h_phone a:before,
.head_c.v1 .h_email a:before,
.head_c.v1 .h_lang .h_lang_inner:before
{
    width: 20px;
    height: 10px;
    position: absolute;
    top: 0;
    right: 19px;
    content: '';
    background: url(../img/icons/caret-down.svg);
    background-size: cover;
}
.head_c.v1 .h_link_c svg path
{
    fill: #fff;
}

.head_c.v1 .h_link_c > *:hover svg path,
.head_c.v1 .h_link_c > *:focus svg path
{
    fill:#59B1CB;
}

/* HEAD V2 */
.head_c.v2
{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}

.head_c.v2 .h_logo_c
{
    top: 0;
    left: 26px;
    position: absolute;
}

.head_c.v2 .h_logo_c img
{
    width: 293px;
    height: 293px;
}

.head_c.v2 .h_link_c
{
    width: 100%;
    padding: 38px 38px 0 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.head_c.v2 .h_link_c > *
{
    width: 36px;
    height: 36px;
    margin: 0 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    border-radius: 50%;
    background-color: rgba(255,255,255,0.2);
}

.head_c.v2 .h_link_c svg path
{
    fill: #fff;
}

.head_c.v2 .h_phone > svg
{
    width: 17px;
    height: 17px;
}

.head_c.v2 .h_phone a,
.head_c.v2 .h_email a,
{

}

.head_c.v2 .h_email svg
{
    width: 18px;
    height: 13px;
}

.head_c.v2 .h_phone a, .head_c.v2 .h_email a
{
    top: 50px;
    padding: 6px 11px;
    background-color: #fff;
    color: 303030;

}

.head_c.v2 .h_phone a:before,
.head_c.v2 .h_email a:before
{
    width: 20px;
    height: 10px;
    position: absolute;
    top: -10px;
    right: 19px;
    content: '';
    transform: rotate(180deg);
    background: url(../img/icons/caret-down.svg);
    background-size: cover;
}

.head_c.v2 .h_link_c
{
    display: flex;
    align-items: center;
}


.head_c.v2 .h_link_c .burger_menu
{
    width: 60px;
    height: auto;
    margin: 0 0 0 22px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    background: none;
    border: none;
    justify-content: center;
    align-items: center;
    position: relative;
    font: 700 0.6875rem/120% Muli, Arial, sans-serif;
    text-transform: uppercase;
    color: #fff;
}

.head_c.v2 .h_link_c .burger_menu span
{
    width: 100%;
}

.head_c.v2 .h_link_c .burger_text
{
    position: absolute;
    bottom: -25px;
    left: 0;
}

.head_c.v2 .h_link_c .burger_menu .burger
{
    width: 60px;
    height: 60px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: transparent url(../img/icons/burger_w.svg) no-repeat center;
    background-size: 20px 14px;
}
/*--------------accomodation_logo--------------------*/
.accomodation_logo
{
    position: absolute;
    top: 71px;
    right: 87px;
    z-index:2;
}
.accomodation_logo img
{
    width:260px;
    height:260px;
}
@media(max-width:1400px)
{
    .accomodation_logo
    {
        top: 57px;
        right: 70px;
    }
    .accomodation_logo img
    {
        width:200px;
        height:200px;
    }
}
@media(max-width:1025px)
{
    .accomodation_logo
    {
        top: 35px;
        right: 43px;
    }
    .accomodation_logo img
    {
        width:112px;
        height:112px;
    }
}
@media(max-width:650px)
{
    .accomodation_logo
    {
        top: 15px;
        right: 35px;
    }
    .accomodation_logo img
    {
        width:78px;
        height:78px;
    }
}
 /*-----------------------------slogan--------------------*/
 .head_slogan
{
    max-width:570px;
    display:flex;
    align-items:center;
    justify-content: center;
    flex-wrap:nowrap;
    flex-direction:column;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    -webkit-transform:translate(-50%, -50%);
    font: 400 3.313rem/90% Montserrat, Verdana, sans-serif;
    letter-spacing:-0.038em;
    color:#FFFFFF;
    z-index:999;
}
.head_slogan .slogan_text
{
    text-align:center;
}
.head_slogan .slogan_text2
{
    font-weight:600;
    margin-top:7px;
}
.scroll_btn
{
    position:absolute;
    bottom:150px;
    left:50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    cursor:pointer;
    z-index:5;
    /*    content:'';
    background:url(../img/icons/arrow_header.svg);
    background-size:cover;
    width:15px;
    height:25px;
*/
}


/*Head Image*/
/*.header_image_c
{
    width: 100%;
    height: 806px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}


/*Header-image V2*/
/*.header_image img
{
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 0;
} */

.header_image_c
{
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    margin-top:88px;
}

.header_image
{
    background-size: cover;
    background-position:center center;
}

.header_image.slider
{
    height: 100vh;
}
.header_image::after
{
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.15);
/*    opacity: 0.14;     */
    z-index: 2;
}
.header_image img
{
    width: 100%;
}

.header_image img.current
{
    z-index: 5;
}

.h_btn_c
{
    position: fixed;
    z-index: 20;
    display: flex;
}

.h_btn_c.v1
{
    bottom: 0;
    right: 38px;
}

.h_btn_c.v2
{
    /*bottom: calc(25% + 120px);
    right: 0;
    transform: rotate(-90deg);
    transform-origin: right bottom;*/
    bottom:0;
    right:25px;/*70px;*/
}

.h_btn_c a
{
    margin: 0 2px;
    padding: 14px 22px 19px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    transform: translateY(10px);
    transition: transform ease 0.7s;
   /* background: #A1B641 url(../img/button_bg.svg);
    background-size: cover;*/
    background-color: #319AAE;
/*    background: linear-gradient(180deg, rgba(0, 0, 0, 0) -14.49%, rgba(0, 0, 0, 0.115) 89.89%);*/
    font: 600 1rem/124% Montserrat, Verdana, sans-serif;
    letter-spacing: 1px;
    text-decoration: none;
    text-align: center;
    color: #fff;
}

.h_btn_c a:nth-child(2)
{
    background-color: #636363;
/*    background: linear-gradient(180deg, rgba(0, 0, 0, 0) -14.49%, rgba(0, 0, 0, 0.115) 89.89%);    */
}

.h_btn_c a:hover,
.h_btn_c a:focus
{
    transform: translateX(0);
}


/*@media(max-width:2020px)
{
    .header_image img
    {
        width: 2000px;
    }
}*/

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

.head_c.v1 .menu_slide_c
{
    right: 99999px;
    position: absolute;
}

/* Main */
.main_c
{
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 1;
    background-color: #fff;
}
.main
{
	width: 100%;
	min-height: 500px;
	overflow: hidden;
	position: relative;
    float: left;
	z-index: 1;
}

/* Footer V1 */
.footer_c
{
    width: 100%;
    position: relative;
    z-index: 5;
}

.footer_c.v1 .footer_top
{
	width: 100%;
    padding: 65px 60px 27px;
    position: relative;
    display: flex;
    justify-content: flex-end;
    text-align: right;
	background-color: #78845F;
}

.footer_c.v1 .f_logo
{
    position: absolute;
    top: 88px;
    left: 104px;
}

.footer_c.v1 .f_logo img
{
    width: 160px;
    height: 41px;
}

.footer_c.v1 .footer_right
{
    width: 100%;
    max-width: 600px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    font: 500 1rem/180% 'Montserrat', Arial, sans-serif;
    letter-spacing: 0.006rem;
    color: #fff;
}

.footer_c.v1 .footer_right a
{
    position: relative;
    color: #fff;
    text-decoration: none !important;
}

.footer_c.v1 .footer_right a:after
{
    width: 0;
    height: 1px;
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    transition: width ease 0.5s;
    background-color: #fff;
}

.footer_c.v1 .footer_right a:hover:after,
.footer_c.v1 .footer_right a:focus:after
{
    width: 100%;
}

.footer_c.v1 .f_address a
{
    margin-left: 10px;
    font: 700 0.875rem/180% 'Montserrat', Arial, sans-serif;
    letter-spacing: 0.006rem;
    color: #fff;
    transition: opacity ease 0.5s;
}

.footer_c.v1 .f_address a:after
{
    width: 100%;
    bottom: 2px;
}

.footer_c.v1 .f_address a:hover,
.footer_c.v1 .f_address a:focus,
.footer_c.v1 .f_address a:hover:after,
.footer_c.v1 .f_address a:focus:after
{
    opacity: 0.6;
}

.footer_c.v1 .footer_right a:hover,
.footer_c.v1 .footer_right a:focus
{
    text-decoration: none;
}

.footer_c.v1 .f_links > *
{
    position: relative;
    margin: 0 7px;
}

.footer_c.v1 .f_links > *:before
{
    width: 2px;
    height: 2px;
    background-color: #fff;
    border-radius: 50%;
    right: 7px;
    top: 50%;
    transform: translateX(-50%);
    content: '';
}

.footer_c.v1 .f_links > *:last-child:before
{
    content: none;
}

.footer_c.v1 .f_si
{
    margin: 44px 0 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.footer_c.v1 .f_si,
.footer_c.v1 .f_si a
{
    font: 300 0.75rem/120% Muli, Arial, sans-serif;
    letter-spacing: 0.034rem;
    color: #fff;
}

.footer_c.v1 .f_social
{
    display: flex;
    align-items: center;
}

.footer_c.v1 .f_social > *
{
    margin: 0 10px;
}

.footer_c.v1 .f_social > a
{
    transition: opacity ease 0.5s;
}

.footer_c.v1 .f_social > a:hover,
.footer_c.v1 .f_social > a:focus
{
    opacity: 0.6;
}

.footer_c.v1 .f_social > a:after
{
    content: none;
}

.footer_c.v1 .f_social .f_facebook img
{
    width: 16px;
    height: 16px;
}

.footer_c.v1 .f_social .f_behance img
{
    width: 16px;
    height: 16px;
}

.footer_c.v1 .f_impressum > *
{
    position: relative;
    margin: 0 7px;
}


.footer_c.v1 .f_impressum > *:before
{
    width: 1px;
    height: 11px;
    position: absolute;
    right: -9px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    content: '';
}

.footer_c.v1 .f_impressum > *:last-child:before
{
    content: none;
}

.footer_c.v1 .f_madeby
{
    margin: 0 0 0 8px;
}

.footer_c.v1 .f_madeby img
{
    width: 33px;
    height: 11px;
}

/* FOOTER V2 */
.footer_c.v2 .footer_top
{
    width: 100%;
    padding: 76px 40px 25px;
    z-index: 5;
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    background: url(../img/bgs/kachel_footer1.png) repeat;
    background-size:469px 457px;
}

.footer_c.v2 .f_logo
{
    margin: 0
}

.footer_c.v2 .f_logo:after
{
    content: none !important;
}

.footer_c.v2 .f_logo img
{
    width: 203px; /*176px;*/
    height: 72px;
}

.footer_c.v2 .footer_center
{
    width: 100%;
    max-width: 321px;
    margin: 0;
    text-align: center;
    font: 300 1.25rem/120% Montserrat, Verdana, sans-serif;
    color: #fff;
}

.footer_c.v2 a
{
    position: relative;
    color: #fff;
    text-decoration: none !important;
}

.footer_c.v2 a:after
{
    width: 0;
    height: 1px;
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    transition: width ease 0.5s;
    background-color: #fff;
}

.footer_c.v2 a:hover:after,
.footer_c.v2 a:focus:after
{
    width: 100%;
}

.footer_c.v2 a:hover,
.footer_c.v2 a:focus
{
    text-decoration: none;
}

.footer_c.v2 .f_address
{
    margin: 38px 0 0;
}

.footer_c.v2 .f_links
{
    margin: 9px 0 0;
}

.footer_c.v2 .f_links
{
    font-weight: 300;
}
.footer_c.v2 .f_links a:after
{
    content:none;
}

.footer_c.v2 .f_links .footer_mail
{
    color:#63B2CC;
    font-weight: 400;
}
.footer_c.v2 .f_links > *
{
    display: inline-block;
    margin: 4px 0;
}

.footer_c.v2 .f_links .footer_mail:after
{
    width: 100%;
    background-color: #63B2CC;
    height: 1px;
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    transition: width ease 0.5s;
}

.footer_c.v2 .f_links .footer_mail:hover:after,
.footer_c.v2 .f_links .footer_mail:focus:after
{
    width: 0;
    bottom: 5px;
}


.footer_c.v2 .f_btn
{
    margin: 31px 0 0;
    padding: 8px 15px;
    border: 1px solid #fff;
    border-radius: 2px;
    font: 500 0.875rem/100% 'Montserrat', Verdana, sans-serif;
    text-decoration: none;
}

.footer_c.v2 .f_btn:after
{
    content: none !important;
}

.footer_c.v2 .f_si
{
    width: 100%;
    margin: 43px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_c.v2 .f_si,
.footer_c.v2 .f_si a
{
    font: 300 0.625rem/120% Montserrat, Verdana, sans-serif;
    letter-spacing: 0.05em;
    color: #fff;
}

.footer_c.v2 .f_social
{
    display: flex;
    align-items: center;
    justify-content:center;
    margin-right:33px;
}

.footer_c.v2 .f_social > *
{
    margin: 0 7px;
}

.footer_c.v2 .f_social > a
{
    transition: opacity ease 0.5s;
}

.footer_c.v2 .f_social > a:hover,
.footer_c.v2 .f_social > a:focus
{
    opacity: 0.6;
}

.footer_c.v2 .f_social > a:after
{
    content: none;
}

.footer_c.v2 .f_social .f_facebook img
{
    width: 16px;
    height: 16px;
}
.footer_c.v2 .f_social .f_behance
{
    padding-top:2px;
}

.footer_c.v2 .f_social .f_behance img
{
    width: 14px;
    height: 14px;
}

.footer_c.v2 .f_impressum > *
{
    position: relative;
    margin: 0 9px;
}


.footer_c.v2 .f_impressum > *:before
{
    width: 1px;
    height: 11px;
    position: absolute;
    right: -11px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    content: '';
}

.footer_c.v2 .f_impressum > *:last-child:before
{
    content: none;
}

.footer_c.v2 .f_madeby
{
    margin: 0 0 0 21px;
    display: flex;
    align-items:flex-start;
    justify-content:center;
}

.footer_c.v2 .f_madeby img
{
    width: 35px;
    height: 12px;
    margin-left:5px;
}

.footer_logos
{
    width: 100%;
    padding: 2px 53px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background-color: #fff;
}

.footer_c.v1 .footer_logos
{
    justify-content: flex-end;
}

.footer_logos > *
{
    margin: 10px 15px;
}
.footer_logos .salzburgerland
{
    width:74px;
    height:48px;
}
.footer_logos .filzmoos
{
    width:109px;
    height:38px;
}
.footer_logos .sportwelt
{
    width:78px;
    height:30px;
}
.footer_logos .skiamade
{
    width:99px;
    height:20px;
}

/*GOOGLE MAPS*/
#maprahmen
{
    border: none;
    width: 100%;
}
#karte
{
    width: 100%;
    height: 550px;
}
#input-hintergrund
{
    padding: 12px;
    background:#ECECEC;
}
#inputaddress
{
    background-color: #fff;
    border: 0 none;
    float: left;
    height: 20px;
    margin: 0 12px 0 0;
    padding: 12px;
    max-width: 400px;
    width: 100%;
    color:#001C36;
}
#mapsButton1
{
    padding: 13px 25px;
    transition: all 500ms;
    color: #fff;
    text-decoration: none;
    font: 400 1em/110% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    background: #CA1233;
    border:none;
    cursor:pointer;
}

@media(max-width:1750px)
{
    body.no_header_image .head_c.v2 ~ .main_c
    {
        margin-top: 150px;
    }
}

@media(max-width:1250px)
{
    .scroll_btn
    {
        bottom:100px;
    }
}

@media(max-width:1025px)
{
    .as_map_c
    {
        display: none !important;
    }
    .h_btn_c.v2
    {
        right: auto;
        left:50%;
        transform:translateX(-50%);
        -webkit-transform:translateX(-50%);
    }
    .head_c.v1 .menu
    {
        display: none;
    }

    .head_c.v1 .burger_menu
    {
        width: 24px;
        padding:0 !important;
        height: 17px !important;
        margin: 0 0 0 17px;
        display: block !important;
        background: url(../img/icons/burger_white.svg);
        background-size: cover;
        border: 0;
        cursor: pointer;
        font-size: 0;
    }

    .head_c.v1 .h_logo_c
    {
        left: 27px;
    }

    .head_c.v1 .h_logo_c img
    {
        width: 120px;
        height: 47px;
    }

    .head_c.v1 .h_link_c > *
    {
        height: 80px;
        padding: 33px 10px 27px;
    }

    .head_c .h_phone a, .head_c .h_email a, .head_c .h_lang .h_lang_inner
    {
        top: 80px;
    }

/*    .head_c.v1 .h_link_c svg path
    {
        fill: #303030;
    }   */

    .head_c.v1 .h_phone > svg
    {
        width: 19px;
        height: 19px;
    }

    .head_c.v1 .h_email svg
    {
        width: 20px;
        height: 15px;
    }

    .head_c.v1 .h_lang svg
    {
        width: 19px;
        height: 19px;
    }

    .head_c.v2 .h_logo_c img
    {
        width: 194px;
        height: 194px;
    }

    .mobile_menu_layer .menusl
    {
        overflow-y: scroll;
    }

    .mobile_menu_layer
    {
        position: fixed;
    }

    .mobile_menu_layer.v1
    {
        display: flex;
    }

    .mobile_menu_layer.v2
    {
        max-width: 99999px;
    }

    .mobile_menu_layer.v2 .menusl
    {
        max-width: 300px;
    }
    .header_image_c
    {
        margin-top:80px;
    }

    .header_image.slider
    {
        max-height: 526px;
        height: 100vh;
    }

    .header_image.slider img
    {
        opacity: 1;
    }
/*-----------------------------slogan--------------------*/
     .head_slogan
    {
        font-size: 2.5rem;
    }


/*------------------------------footer------------------*/
    .footer_c.v1 .f_logo
    {
        position: static;
    }

    .footer_c.v1 .footer_top
    {
        display: block;
        overflow: hidden;
        padding: 58px 60px 30px;
    }

    .footer_c.v1  .footer_top > *
    {
        float: right;
        clear: both;
    }

    .footer_c.v1 .footer_right
    {
        margin-top: 32px;
        font-size: 0.9375rem;
    }

    .footer_logos
    {
        margin-bottom:40px;
    }

}

@media(max-width:900px)
{
    .scroll_btn
    {
        bottom:65px;
    }
}
@media(max-width:700px)
{
    .head_slogan .slogan_text2
    {
        width:340px;
        text-align:center;
    }
}
@media(max-height:700px)
{
    .mobile_menu_layer .menusl
    {
        align-content: flex-start;
    }
}

@media(max-height:500px)
{
    .h_btn_c.v2
    {
        bottom: calc(25% + 150px);
    }
}

@media(max-width:650px)
{
    .h_btn_c.v1
    {
        width: 100%;
        right: 0;
    }

    .h_btn_c.v2
    {
        width: 100%;
        left:auto;
        right: 0;
        bottom: 0;
        transform: none;
    }

    .h_btn_c a
    {
        width: 100%;
        padding: 10px 24px 18px;
        transform: translateY(8px);
        border-radius: 0;
        margin: 0;
        font-size: 1rem;
        font-weight: 700;
    }

    .head_c .h_phone.mobile
    {
        display: flex !important;
    }

    .head_c .h_phone.desk
    {
        display: none !important;
    }

    .head_c.v2 .h_link_c
    {
        padding: 22px 22px 0 0;
    }

    .head_c.v2 .h_link_c .burger_menu
    {
        margin-left: 14px;
    }

    .head_c.v2 .h_link_c .burger_menu .burger
    {
        width: 52px;
        height: 52px;
    }

    .head_c.v2 .h_link_c .burger_text
    {
        display: none;
    }

    .head_c.v2 .h_logo_c
    {
        top: 0;
        left: 0;
    }

    .header_image.slider
    {
        height: calc(100vh - 38px);
        max-height: 375px;
    }
/*-----------------------------slogan--------------------*/
    .head_slogan
    {
        font-size: 1.875rem;
    }
    .scroll_btn
    {
        bottom:30px;
    }
/*----------------------footer--------------------------*/

    .footer_c.v1 .footer_top
    {
        padding: 60px 34px 60px 60px;
        justify-content: flex-start;
    }

    .footer_c.v1  .footer_top > *
    {
        float: left;
        text-align: left;
    }

    .footer_c.v1 .footer_right
    {
        margin-top: 22px;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .footer_c.v1 .f_address,
    .footer_c.v1 .f_links
    {
        width: 100%;
    }

    .footer_c.v1 .f_links
    {
        margin-top: 30px;
    }

    .footer_c.v1 .f_address > *,
    .footer_c.v1 .f_links > *
    {
        float: left;
        clear: both;
    }

    .footer_c.v1 .f_address a,
    .footer_c.v1 .f_links a
    {
        margin:0;
    }

    .footer_c.v1 .f_social > *:first-child
    {
        margin-left: 0;
    }

    .footer_c.v1 .f_social .f_facebook img
    {
        width: 18px;
        height: 18px;
    }

    .footer_c.v1 .f_social .f_behance img
    {
        width: 18px;
        height: 18px;
    }

    .footer_c.v1 .f_si
    {
        width: 100%;
        margin-top: 30px;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .footer_c.v1 .f_impressum
    {
        width: 100%;
        margin: 13px 0 33px;
    }

    .footer_c.v1 .f_impressum > *
    {
        margin: 0 9px;
    }

    .footer_c.v1 .f_impressum > *:first-child
    {
        margin-left: 0;
    }

    .footer_c.v1 .f_impressum > *:before
    {
        right: -12px;
    }

    .footer_c.v1 .f_madeby
    {
        width: 100%;
        text-align: right;
    }

    /* FOOTER V2 */
    .footer_c.v2 .footer_top
    {
        padding: 50px 15px 15px;
    }
    .footer_c.v2 .f_social
    {
        margin-right:0;
        width:100%;
    }

    .footer_c.v2 .f_si
    {
        max-width: 315px;
        margin-top: 30px;
        text-align: center;
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer_c.v2 .f_impressum
    {
        margin: 16px 0;
    }

    .footer_c.v2 .f_madeby
    {
        margin: 5px 0 15px;
    }

    .footer_logos
    {
        padding: 15px 10px 15px;
    }

    .footer_c.v1 .footer_logos
    {
        justify-content: center;
    }

}

@media(max-width:420px)
{
    .head_c.v1 .h_link_c
    {
        margin-right: 20px;
    }

    .head_c.v1 .h_link_c > *
    {
        height: 75px;
        padding: 0 7px;
    }

    .head_c .h_phone a, .head_c .h_email a, .head_c .h_lang .h_lang_inner
    {
        top: 75px;
    }

    .head_c.v1 .h_logo_c
    {
        left: 20px;
    }

    .head_c.v2 .h_logo_c img
    {
        width: 140px;
        height: 140px;
    }
    .header_image_c
    {
        margin-top:75px;
    }
    .scroll_btn
    {
        bottom:5px;
    }
    .footer_c.v1 .footer_top
    {
        padding: 60px 34px 60px 42px;
    }

    .footer_c.v2 .f_social
    {
        width: 100%;
        justify-content: center;
    }

    .footer_c.v2 .f_impressum
    {
        width: 100%;
    }
    .footer_logos .salzburgerland
    {
        width:56px;
        height:37px;
    }
    .footer_logos .filzmoos
    {
        width:87px;
        height:31px;
    }
    .footer_logos .sportwelt
    {
        width:59px;
        height:23px;
    }
    .footer_logos .skiamade
    {
        width:75px;
        height:15px;
    }
}
