@charset "utf-8";

@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 */
#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: #EBEBEB;
    top: 0 !important;
}

body.menu_opened, html.menu_opened {
    overflow: hidden;
    position: relative;
    height: 100%
}

/* 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: 500 0.875rem/120% new-spirit, Georgia, sans-serif;
    letter-spacing: 0.1em;
}

.h_google_tr
{
    width: 100%;
    font: initial;
    min-width: 175px;
}



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

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

img.invisible {
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important
}

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

body.content_p .page_c
{
    padding-top: 190px;
}

@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 #5A3F66;
}

.menu li a.focus-visible
{
    outline: none;
}

/* 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: #231F1D;
    text-decoration: none;
    line-height: 20px;
}
.as_map ul li > *:focus { background-color: #FFFFFF; outline: 1px dotted #231F1D; }

/* Head */
.head_c
{
	width: 100%;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    transition: all ease 0.5s;
}

body.menu_fixed .head_c
{
    position: fixed;
    background-color: #EBEBEB;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
}

body.menu_opened .head_c
{
    background-color: #EBEBEB;
    box-shadow: none;
}

.head_c .header_c
{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 45px 30px 93px;
}

body.menu_fixed .head_c .header_c
{
    padding-top: 17px;
    padding-bottom: 17px;
}

.head_c .logo_c .logo
{
    width: 336px;
    height: 126px;
    background: url(../img/logos/hotel-zehnerkar-obertauern-white.svg);
    background-size: 100% 100%;
    transition: all ease 0.5s;
}

body.content_p .head_c .logo_c .logo,
body.menu_fixed .head_c .logo_c .logo
{
   background-image: url(../img/logos/hotel-zehnerkar-obertauern.svg);
}

body.menu_opened .head_c .logo_c .logo
{
    visibility: hidden;
    opacity: 0;
}

body.menu_fixed .head_c .logo_c .logo
{
    width: 253px;
    height: 95px;
}

.head_c .header_right
{
    display: flex;
    align-items: center;
    font: 500 0.938rem/120% new-spirit, Georgia, sans-serif;
    color: #EBEBEB;
    letter-spacing: 0.1em;
}

body.content_p .head_c .header_right,
body.menu_fixed .head_c .header_right
{
    color: #2E3234;
}

.head_c .header_right .apply_link
{
    display: inline-block;
    padding: 11px 20px;
    font: 300 1.563rem/100% new-spirit, Georgia, sans-serif;
    color: #FFF;
    text-decoration: none;
    background-color: #5A3F66;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    margin-right: 20px;
}

.head_c .header_right .apply_link::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border: none;
    background-color: #835A95;
    width: 0;
    transition: width ease 0.5s;
}

.head_c .header_right .apply_link:hover::after,
.head_c .header_right .apply_link:focus::after
{
    width: 100%;
}

.head_c .header_right .apply_link span
{
    position: relative;
    z-index: 2;
}

.head_c .header_right .gtranslate_c
{
    display: flex;
    align-items: center;
    position: relative;
    padding: 6px 16px;
    border-right: 1px dashed rgba(235, 235, 235, 0.35);
}

.head_c .header_right .gtranslate_c .gtranslate_btn
{
    cursor: pointer;
}

.gtranslate_c .gtranslate_inner
{
    visibility: hidden;
    padding: 17px 15px 19px;
    width: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #F7F7F7;
    border-radius: 5px;
    position: absolute;
    right: 0;
    top: 50px;
    opacity: 0;
    transition: opacity ease 1s;
    -webkit-transition: opacity ease 1s;
}
.gtranslate_c.opened .gtranslate_inner {
    visibility: visible;
    opacity: 1;
}
.gtranslate_c .gtranslate_inner > * {
    border: none;
}


.gtranslate_c .gtranslate_inner a
{
    color: #000;
}

.gtranslate_c .gtranslate_inner .lang_c
{
    font: 500 0.938rem/130% new-spirit, Georgia, sans-serif;
    padding: 0 10px 15px;
    letter-spacing: normal;
    border-bottom: 1px dashed #212225;
    margin-bottom: 13px;
}

.gtranslate_c .gtranslate_inner .lang_c a
{
    color: #212225;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.gtranslate_c .gtranslate_inner .lang_c a:hover,
.gtranslate_c .gtranslate_inner .lang_c a:focus
{
    text-decoration: underline;
}

.gtranslate_c .gtranslate_inner .lang_c img
{
    width: 20px;
    height: 15px;
    margin-right: 5px;
}

.goog-te-gadget-simple
{
    border-color: transparent !important;
}

.head_c .header_right .sep
{
    margin-left: 4px;
    margin-right: 4px;
}

.head_c .header_right .open_search
{
    margin-left: 23px;
    margin-right: 13px;
    width: 19px;
    height: 19px;
    background: url(../img/icons/suche-weiss.svg);
    background-size: 100% 100%;
}

body.content_p .head_c .header_right .open_search,
body.menu_fixed .head_c .header_right .open_search
{
    background-image: url(../img/icons/suche.svg);
}

.head_c .header_right .links_c a
{
    display: inline-block;
    margin-left: 10px;
    padding: 11px 25px;
    font: 300 1.563rem/100% new-spirit, Georgia, sans-serif;
    color: #EBEBEB;
    text-decoration: none;
    border: 1px solid #EBEBEB;
    position: relative;
    transition: all ease .5s;
}

body.content_p .head_c .header_right .links_c a,
body.menu_fixed .head_c .header_right .links_c a
{
    color: #2E3234;
    border-color: #2E3234;
}

body.menu_opened .head_c .header_right .links_c a
{
    background-color: #5A3F66;
    border-color: #5A3F66;
    color:#EBEBEB;
}

.head_c .header_right .links_c a span
{
    position: relative;
    z-index: 2;
}

.head_c .header_right .links_c a::after
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: 3px solid #EBEBEB;
    opacity: 0;
    transition: opacity ease 0.5s;
}

body.content_p .head_c .header_right .links_c a::after,
body.menu_fixed .head_c .header_right .links_c a::after
{
    outline-color: #2E3234;
}

.head_c .header_right .links_c a:hover::after,
.head_c .header_right .links_c a:focus::after
{
    opacity: 1;
}

body.menu_opened .head_c .header_right .links_c a::after
{
    top: -1px;
    left: -1px;
    height: calc(100% + 2px);
    border: none;
    background-color: #835A95;
    width: 0;
    transition: width ease 0.5s;
}

body.menu_opened .head_c .header_right .links_c a:hover::after,
body.menu_opened .head_c .header_right .links_c a:focus::after
{
    width: calc(100% + 2px);
    opacity: 1;
}

.head_c .menu_btn
{
    margin-left: 30px;
    padding-left: 30px;
    font: 500 0.938rem/100% new-spirit, Georgia, sans-serif;
    letter-spacing: 0.1em;
    color: #EbEBEB;
    text-decoration: none;
    position: relative;
    transition: all ease 0.5s;
}

body.content_p .head_c .menu_btn,
body.menu_fixed .head_c .menu_btn
{
    color: #2E3234;
}

body.menu_opened .head_c .menu_btn
{
    color: #2E3234;
}

.head_c .menu_btn > span
{
    position: absolute;
    top: 10px;
    left: -15px;
    transform: rotate(-90deg);
    transform-origin: center;
}

.menu_btn .mmbico {
    width: 70px;
    height: 37px;
    position: relative;
    z-index: 1;
}
.menu_btn .mmbico > * {
    height: 1px;
    float: left;
    opacity: 1;
    margin-top: 17px;
    transition: transform ease 0.5s, width ease 0.3s, background-color ease 0.3s, height ease 0.3s;
    background-color: #FFF;
}

body.content_p .menu_btn .mmbico > *,
body.menu_fixed .menu_btn .mmbico > *
{
    background-color: #2E3234;
}

body.menu_opened .menu_btn .mmbico > *
{
    background-color: #2E3234;
    width: 55px !important;
}

.menu_btn .mmbico > *:first-child {
    margin-top: 0;
}
.menu_btn .mmbico > .one {
    width: 56px;
}
.menu_btn .mmbico > .two {
    width: 70px;
}
.menu_btn .mmbico > .three {
    width: 56px;
}
.menu_btn:hover .mmbico > *,
.menu_btn:focus .mmbico > *
{
    width: 70px;
}
body.menu_opened .menu_btn .one {
    transform: rotate(45deg) translate(7px, 18px);
}
body.menu_opened .menu_btn .two {
    opacity: 0;
}
body.menu_opened .menu_btn .three {
    transform: rotate(-45deg) translate(9px, -17px);
}

/* Menu */
/*Desktop menu*/
.h_menu_c
{
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    transition: all ease 0.7s, transform ease 0.3s;
    /*background: #EBEBEB url(../img/bg/berge.png) no-repeat bottom center;
    background-size: 100% auto;*/
    background: #EBEBEB;
    transform: translateY(100%);
    z-index: 4;
}
/* MOD: IB @ 2025.09.11 */
body.menu_opened .h_menu_c {
    background: #EBEBEB url(../img/bg/berge.png) no-repeat bottom center;
    background-size: 100% auto;
}

body.menu_opened .h_menu_c
{
    opacity: 1;
    visibility: visible;
    transform: none;
}

.h_menu_c .menu_c
{
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: relative;
    z-index: 1;
}

.h_menu_c .mobile_search_c
{
    display: none;
}

.h_menu_c .menu
{
    width: 100%;
    min-height: 100%;
    padding-top: 180px;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.h_menu_c .menu ul
{
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column;
    /*overflow: auto;*/
    overflow-x: visible;
    margin: 0;
    padding: 0;
    z-index: 3;
    transition: all ease 0.7s;
    padding-right: 550px;
}

.h_menu_c .menu ul::after
{
    content: '';
    position: absolute;
    top: 0;
    left: calc(100% - 450px);
    width: 1px;
    height: 100%;
    border-right: 1px dashed #2E3234;
}

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

.menu li a
{
    width: 100%;
    display: inline-block;
    margin:0;
    padding: 0 40px 0 0;
    position: relative;
    font: 300 2.5rem/150% new-spirit, Georgia, sans-serif;
    color: #4A545A;
    letter-spacing: 0.01em;
    text-decoration: none;
    transition: all ease 0.7s;
}

.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 > a.current_link,
.menu ul > li > a.current_path
{
    color: #6E4D7D;
    padding-left: 40px;
    padding-right: 0;
}

.menu > ul > li > a::before
{
    content: '';
    position: absolute;
    top: 35px;
    left: -13px;
    width: 0;
    height: 3px;
    background-color: #6E4D7D;
    border-radius: 5px;
    transition: width ease 0.5s;
}

.menu ul > li > a:hover::before,
.menu ul > li > a:focus::before,
.menu ul > li.opened > a::before,
.menu ul > li > a.current_link::before,
.menu ul > li > a.current_path::before
{
    width: 27px;
}

.menu > ul > li > a > span
{
    position: relative;
    display: inline-block;
    padding-right: 50px;
    z-index: 3;
}

.menu > ul > li.link_down > a > span::after
{
    content: '';
    position: absolute;
    top: 24px;
    right: 0;
    width: 12px;
    height: 20px;
    background: url(../img/icons/arrow-navi-grey.svg);
    background-size: 100% 100%;
    opacity: 1;
    transition: all ease 0.5s;
}

.menu > ul > li.link_down.opened > a > span::after
{
    background-image: url(../img/icons/arrow-navi.svg);
}

.h_menu_c .menu > ul > li > ul
{
    position: absolute;
    right: -50vw;
    width: 100%;
    max-width: 350px;
    padding: 0;
    transition: none;
    visibility: hidden;
    opacity: 0;
}

body.menu_opened .h_menu_c .menu > ul > li > ul
{
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.h_menu_c .menu > ul > li.opened > ul
{
    visibility: visible;
    opacity: 1;
}

.menu li li
{
    width: 100%;
}

.menu li li a
{
   font: 400 1.5rem/200% new-spirit, Georgia, sans-serif;
   color: #4A545A;
   padding: 0 25px 0 20px;
   letter-spacing: normal;
   transition: all ease 0.5s;
}

.menu li li a:hover,
.menu li li a:focus,
.menu li li.current_link a
{
    color: #6E4D7D;
    padding-left: 45px;
    padding-right: 0;
}

.menu li li a::before
{
    content:'';
    position: absolute;
    top: 23px;
    left: 20px;
    width: 0;
    height: 2px;
    border-radius: 5px;
    background-color: #6E4D7D;
    transition: width ease 0.5s;
}

.menu li li a:hover::before,
.menu li li a:focus::before,
.menu li li.current_link a::before
{
    width: 19px;
}

.h_menu_c .menu_info_box
{
    padding: 90px 20px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font: 400 0.875rem/130% new-spirit, Georgia, sans-serif;
    color: #4A545A;
    letter-spacing: 0.05em;
}

.h_menu_c .menu_info_box > *
{
    padding-left: 20px;
    padding-right: 20px;
}

.h_menu_c .menu_info_box .title
{
    display: block;
    margin-bottom: 14px;
    font: 500 1rem/130% new-spirit, Georgia, sans-serif;
    color: #4A545A;
    letter-spacing: 0.05em;
}

.h_menu_c .menu_info_box .contact_links
{
    font-weight: 500;
}

.h_menu_c .menu_info_box .contact_links a
{
    color: #4A545A;
    text-decoration: none;
}

.h_menu_c .menu_info_box .contact_links a:hover,
.h_menu_c .menu_info_box .contact_links a:focus
{
    text-decoration: underline;
}

.h_menu_c .menu_info_box .impressum
{
    font-weight: 500;
    font-size: 0.75rem;
}

.h_menu_c .menu_info_box .impressum a
{
    color: #4A545A;
    text-decoration: underline;
}

.h_menu_c .menu_info_box .impressum a:hover,
.h_menu_c .menu_info_box .impressum a:focus
{
    text-decoration: none;
}


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

body.content_p .header_image_c
{
    padding-left: 210px;
    padding-right: 210px;
}

.header_image_c_c
{
    width: 100%;
    height: 100vh;
    position: relative;
}

body.content_p .header_image_c_c
{
    height: 36vw;
}

..header_image_c_c::after
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.355) 15.1%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.27) 86.98%);
    filter: drop-shadow(0px 20px 40px rgba(0, 0, 0, 0.15));
    z-index: 1;
}

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

.compat-object-fit
{
    background-size: cover;
    background-position: center center
}

.header_image_c .slick-dots {
    bottom: 35px;
    flex-wrap: no-wrap;
}

.header_image_c ul.slick-dots > li > button {
    width: 10px;
    height: 10px;
    margin: 10px 10px 0;
    border-radius: 100%;
    box-shadow: none;
}

.header_image_c .slick-arrow {
    width: 70px;
    height: 70px;
    margin-top: 0;
    transform: none;
    display: block;
    cursor: pointer;
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, .8);
    border-radius: 100%;
    padding: 0
}
.header_image_c .slick-arrow::before {
    content: none !important
}
.header_image_c .slick-arrow.slick-prev {
    background: url(../img/icons/arrow-left-white.svg) no-repeat center;
    background-size: 8px 13px
}
.header_image_c .slick-arrow.slick-next {
    background: url(../img/icons/arrow-right-white.svg) no-repeat center;
    background-size: 8px 13px
}
.header_image_c .slick-arrow.slick-prev {
    left: 70px;
    top: auto;
    bottom: 164px
}
.header_image_c .slick-arrow.slick-next {
    left: 70px;
    top: auto;
    right: auto;
    bottom: 70px
}

.header_image_c .header_image_text
{
    position: absolute;
    width: 100%;
    bottom: 22.5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    font: 400 3.75rem/130% new-spirit, Georgia, sans-serif;
    color: #EBEBEB;
    text-align: center;
    z-index: 2;
}

body.content_p .header_image_c .header_image_text
{
    bottom: 75px;
}

body.content_p.jobs .header_image_c .header_image_text
{
    bottom: 45px;
}

.header_image_c .header_image_text .subtitle
{
    font: 400 9.375rem/130% RetroSignatureRegular,  Sacramento, sans-serif;
    opacity: 0.7;
    margin-top: -75px;
}

body.jobs .header_image_c .header_image_text .subtitle
{
    color: #FFF;
    opacity: 1;
}

.header_image_c .header_image_box
{
    position: absolute;
    bottom: 0;
    left: 10%;
    width: 311px;
    background-color: #5A3F66;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 30px 40px;
    font: 400 1.125rem/170% new-spirit, Georgia, sans-serif;
    color: #FFF;
    z-index: 3;
    overflow: hidden;
}

.header_image_c .header_image_box .gondel_box
{
    width: 311px;
    height: 114px;
    margin-left: -30px;
    margin-bottom: 20px;
    position: relative;
}

.header_image_c .header_image_box .gondel_box::before
{
    content: '';
    position: absolute;
    content: '';
    width: 332px;
    height: 2px;
    left: 0;
    top: 0;
    transform: rotate(20deg);
    transform-origin: left;
    background-color: #FFF;
}

.header_image_c .header_image_box .gondel_box .gondel
{
    position: absolute;
    bottom: 20px;
    right: 0;
    transform: translateY(100%);
    width: 47px;
    height: 72px;
    background: url(../img/icons/sessellift.svg);
    background-size: 100% 100%;
    animation: gondel_animation linear 4s infinite;
    animation-fill-mode: both;
    opacity: 0;
}

.header_image_c .header_image_box .gondel_box .gondel.gondel2
{
    animation-delay: 2s;
}

@keyframes gondel_animation
{
    0%
    {
        bottom: 15px;
        right: 0;
        opacity: 0;
    }

    1%
    {
        opacity: 1;
    }

    100%
    {
        bottom: calc(100% + 15px);
        right: 100%;
        opacity: 1;
    }

}

.header_image_c .header_image_box .title
{
    display: block;
    margin-top: 25px;
    margin-bottom: 9px;
    font: 400 1.75rem/130% new-spirit, Georgia, sans-serif;
    letter-spacing: 0.03em;
    color: #EBEBEB;
}

.header_image_c .header_image_box .stars
{
    width: 117px;
    height: 21px;
}

.right_icon_links_c
{
    position: fixed;
    bottom: 84px;
    right: 50px;
    display: flex;
    flex-direction: column;
    z-index: 4;
}

body.content_p .right_icon_links_c
{
    /*
    bottom: auto;
    top: 460px;
    */
    padding-top: 260px;
}


body.content_p .right_icon_links_c .text
{
    display: block;
    position: absolute;
    top: 100px;
    left: -75px;
    transform: rotate(-90deg);
    font: 300 1.25rem/100% new-spirit, Georgia, sans-serif;
    color: #2F4049;
    letter-spacing: 0.05em;
    min-width: 210px;
    transition: all ease 0.5s;
}

body.content_p .right_icon_links_c.hidden_text .text
{
    opacity: 0;
    visibility: hidden;
}

.right_icon_links_c > a
{
    width: 60px;
    height: 60px;
    margin-top: 12px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    transition: transform ease 0.5s;
}

.right_icon_links_c > a:hover,
.right_icon_links_c > a:focus
{
    transform: scale(1.1);
}

.right_icon_links_c .phone
{
    background-color: #C19247;
}

.right_icon_links_c .phone img
{
    width: 22px;
    height: 22px;
}

.right_icon_links_c .mail
{
    background-color: #98918E;
}

.right_icon_links_c .mail img
{
    width: 25px;
    height: 20px;
}

.right_icon_links_c .gallery
{
    background-color: #5A3F66;
}

.right_icon_links_c .gallery img
{
    width: 29px;
    height: 25px;
}

.right_icon_links_c .whatsapp
{
    background-color: #4DC247;
}

.right_icon_links_c .whatsapp img
{
    width: 42px;
    height: 42px;
}

.fixed_mobile_icons
{
    display: none;
}

.popup_c {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(247, 247, 247, .7);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition: all ease .5s
}
.popup_c.opened {
    opacity: 1;
    visibility: visible
}
.popup_c.closed {
    display: none
}
.popup_c .popup {
    position: relative;
    width: 100%;
    max-width: 559px;
    height: 100%;
    float: left;
    background: #EBEBEB;
    border: 1px solid #dadada;
    box-shadow: 0 0 40px rgba(0, 0, 0, .15);
    overflow: auto;
    font: 300 1rem/190% new-spirit, Georgia, sans-serif;
    color: #2E3234;
    overflow-x: visible;
    overflow-y: auto;
    z-index: 2
}
.popup_c .popup .popup_content {
    width: 100%;
    float: left;
    padding-bottom: 50px
}
.popup_c .popup .art_element
{
    opacity: 1 !important;
}

.popup_c .popup .art_element.spl {
    padding-left: 84px
}
.popup_c .popup .art_element.spr {
    padding-right: 84px
}
.popup_c .close_popup {
    position: fixed;
    top: 30px;
    left: 525px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #5A3F66;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    overflow: hidden;
    transition: background-color ease .5s;
    z-index: 10
}
.popup_c .close_popup:hover {
    background-color: #835A95;
}
.popup_c .close_popup img {
    position: relative;
    z-index: 2;
    width: 33px;
    height: 33px
}

.popup_c .art_element.art_texti img
{
    max-width: 147px;
}

/* Breadcrumbs */
.breadcrumb
{
    margin-top: 44px;
    margin-bottom: -90px;
    width: 100%;
}

.breadcrumb ol
{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font: 400 0.75rem/100% new-spirit, Georgia, sans-serif;
    letter-spacing: 0.05em;
    color: #4A545A;
    padding: 0 210px;
    margin: 0;
}

.breadcrumb a
{
    color: #4A545A;
    text-decoration: none;
}

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

.breadcrumb ol .title
{
    font-weight: 500;
}

.breadcrumb .sep
{
    display: block;
    margin-left: 7px;
    margin-right: 7px;
    width: 3px;
    height: 3px;
    background-color: #4A545A;
    border-radius: 50%;
    opacity: 0.3;
}

/* Search */
#search_c
{
    position: fixed;
    top: 30px;
    left: 0;
    visibility: hidden;
    width: 100vw;
    height: 100vh;
    z-index: 10;
    /*background: #7D7C79 url(../img/bg/berge.png) no-repeat bottom center;
    background-size: 100% auto;*/
    background: #7D7C79;
    transition: .3s ease-in-out;
    transition-property: top, opacity, visibility;
    opacity: 0;
}
/* MOD: IB @ 2025.09.11 */
#search_c.opened {
    background: #7D7C79 url(../img/bg/berge.png) no-repeat bottom center;
    background-size: 100% auto;
}

#search_c.opened
{
    opacity: 1;
    visibility: visible;
    top: 0;
}

#search_c .search_top
{
    width: 100%;
    float: left;
    position: relative;
}

#search_c .search_top .close
{
    position: absolute;
    right: 90px;
    top: 85px;
    width: 70px;
    height: 70px;
    background-color: #5A3F66;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color ease 0.5s;
    z-index: 3;
}

#search_c .search_top .close:hover,
#search_c .search_top .close:focus
{
    background-color: #835A95;
}

#search_c .search_top img
{
    width: 33px;
    height: 33px;
}

#search_c .search_bottom
{
    width: 100%;
    float: left;
}

#search_c .search_content
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 685px;
    max-width: 100%;
}

#search_c .search_content .title
{
    font: 300 4.375rem/140% new-spirit, Georgia, sans-serif;
    color: #F5F5F3;
    text-align: Center;
}

#search_c .search_content .subtitle
{
    font: 400 2.813rem/120% RetroSignatureRegular, Sacramento, sans-serif;
    color: #F5F5F3;
    text-align: center;
}

#search_c .search_content form
{
    display: flex;
    float: left;
    padding-top: 40px;
}

#search_c .search_content input
{
    display: block;
    float: left;
    width: 483px;
    height: 69px;
    box-sizing: border-box;
    background: none;
    border: none;
    font: 400 1.125rem/170% new-spirit, Georgia, sans-serif;
    color: rgba(104, 4, 31, 0.4);
    padding: 23px 38px;
    background-color: #FFF;
    border-radius: 8px 0 0 8px;
}

#search_c .search_content input::placeholder
{
    color: rgba(104, 4, 31, 0.4);
    opacity: 1;
}
/*
#search_c .search_content input:focus
{
    outline: none !important;
}
*/

#search_c .search_content .search_submit
{
    width: 202px;
    height: 69px;
    display: flex;
    align-items: center;
    padding: 15px 72px 15px 45px;
    position: relative;
    transition: all ease 0.5s;
    color: #fff;
    text-decoration: none !important;
    font: 400 1.25rem/100% new-spirit, Georgia, sans-serif;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    background: #5A3F66 url(../img/icons/suche-weiss.svg) no-repeat top 22px right 32px;
    background-size: 24px 25px;
    border-radius: 0px 8px 8px 0px;

}

#search_c .search_content .search_submit:hover,
#search_c .search_content .search_submit:focus
{
    background-color: #835A95;
}

/* Main */
.main_c
{
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 1;
    float: left;
}
.main
{
	width: 100%;
    float: left;
	min-height: 500px;
    padding-bottom: 150px;
	overflow: hidden;
	position: relative;
    float: left;
	z-index: 1;
}

body.timeline .main
{
    padding-left: 122px;
    padding-right: 122px;
}

/* Footer */
.footer_c
{
	width: 100%;
    float: left;
    display: flex;
    flex-direction: column;
    overflow: visible;
    position: relative;
	z-index: 2;
}

.footer_c .newsletter_subscribe
{
    width: 100%;
    background-color: #CACAC9;
    display: flex;
    justify-content: center;
}

.footer_c .newsletter_subscribe_c
{
    width: 100%;
    max-width: 1180px;
    padding: 88px 20px 64px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    font: 300 0.875rem/160% new-spirit, Georgia, sans-serif;
    color: #2E3234;
    position: relative;
}

.footer_c .newsletter_subscribe_c > *
{
    padding: 20px 20px;
}

.footer_c .newsletter_subscribe_c .newsletter_icon
{
    width: 114px;
    height: 104px;
}

.footer_c .newsletter_subscribe_c .title
{
    display: block;
    font: 300 1.875rem/120% new-spirit, Georgia, sans-serif;
    color: #2E3234;
    padding-bottom: 15px;
}

.footer_c .newsletter_subscribe_c form
{
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.footer_c .newsletter_subscribe_c form input
{
    background-color: #EBEBEB;
    border: 1px solid #B5B5B5;
    padding: 13px 24px;
    font: 300 1rem/160% new-spirit, Georgia, sans-serif;
    color: #2E3234;
}

.footer_c .newsletter_subscribe_c form input::placeholder
{
    opacity: 1;
}

.footer_c .newsletter_subscribe_c form a
{
    min-width: 388px;
    margin-top: 14px;
    padding: 8px 18px;
    font: 300 2.063rem/100% new-spirit, Georgia, sans-serif;
    text-decoration: none;
    text-align: center;
    color: #2E3234;
    border: 2px solid #2E3234;
    text-align: center;
    position: relative;
}

.footer_c .newsletter_subscribe_c form a::after
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: 3px solid #2E3234;
    opacity: 0;
    transition: opacity ease 0.5s;
}

.footer_c .newsletter_subscribe_c form a:hover::after,
.footer_c .newsletter_subscribe_c form a:focus::after
{
    opacity: 1;
}

.footer_c .newsletter_subscribe_c .jetzt_sparen
{
    position: absolute;
    left: 0;
    top: -14px;
    padding: 13px 20px;
    background: #BA893B; /* #C59548 - MOD: IB @ 2025.09.10 */
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    font: 300 2.063rem/100% new-spirit, Georgia, sans-serif;
    /*color: #EBEBEB;*/
    color: #FFF; /* MOD: IB @ 2025.09.10 */
    transition: background-color ease 0.5s;
}

.footer_c .newsletter_subscribe_c .jetzt_sparen:hover,
.footer_c .newsletter_subscribe_c .jetzt_sparen:focus
{
    background-color: #d2a152;
}

.footer_top
{
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #6D6D69; /* #7D7C79 - MOD: IB @ 2025.09.10 */
    position: relative;
}

.footer_top_c
{
    width: 100%;
    max-width: 1180px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    justify-content: space-between;
    padding-top: 110px;
    padding-bottom: 115px;
    font: 300 1.688rem/150% new-spirit, Georgia, sans-serif;
    color: #EFEFEF; /* #E6E6E6 - MOD: IB @ 2025.09.10 */
    letter-spacing: 0.05em;
}

.footer_top_c > *
{
    padding: 20px 20px;
}

.footer_top_c a
{
    color: #EFEFEF; /* #E6E6E6 - MOD: IB @ 2025.09.10 */
    text-decoration: underline;
}

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

.footer_top .footer_links
{
    display: flex;
    align-items: center;
    padding-top: 20px;
}

.footer_top .footer_links .icons
{
    display: flex;
    align-items: center;
}

.footer_top .footer_links .icons > *
{
    margin-right: 7px;
    transition: transform ease 0.5s;
    line-height: 50%;
}

.footer_top .footer_links .icons > *:hover,
.footer_top .footer_links .icons > *:focus
{
    transform: scale(1.1);
}

.footer_top .footer_links .icons img
{
    width: 34px;
    height: 34px;
}

.footer_top .footer_links .impressum
{
    display: flex;
    align-items: center;
}

.footer_top .footer_links .impressum > a
{
    margin-left: 18px;
    font: 300 0.875rem/129% new-spirit, Georgia, sans-serif;
    color: #FFF;
}

.footer_top .algo_link
{
    position: absolute;
    right: 7.23%;
    bottom: 55px;
    font: 300 0.875rem/129% new-spirit, Georgia, sans-serif;
    color: #FFF;
    text-decoration: none;
}

.footer_top .algo_link:hover,
.footer_top .algo_link:focus
{
    text-decoration: underline;
}

.footer_top .algo_link img
{
    width: 46px;
    height: 14px;
    margin-left: 5px;
}

.footer_logos
{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 45px 20px;
    background-color: #FFF;
}

.footer_logos > *
{
    margin: 15px 50px;
}

.footer_logos .flogo1
{
    width: 160px;
}

.footer_logos .flogo2
{
    width: 95px;
}

.footer_logos .flogo3
{
    width: 110px;
}

.footer_logos .flogo4
{
    width: 130px;
}

.footer_logos .flogo5
{
    width: 105px;
}

/*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: 1660px)
{
    .header_image_c .header_image_text
    {
        bottom: calc(50% - 100px);
    }

    .header_image_c .header_image_box
    {
        left: 57px;
        width: 404px;
        padding: 25px 115px 30px 30px;
        font-size: .875rem;
        color: #FFF;
        z-index: 3;
    }

    .header_image_c .header_image_box .stars
    {
        width: 79px;
        height: 14px;
    }

    .header_image_c .header_image_box .title
    {
        font-size: 1.125rem;
        margin-top: 10px;
    }

    .header_image_c .header_image_box .gondel_box
    {
        position: absolute;
        top: 0;
        right: 0;
        width: 185px;
        height: 68px;
        margin-left: 0;
        margin-bottom: 0;
    }

    .header_image_c .header_image_box .gondel_box::after
    {
        content: '';
        position: absolute;
        top: 0;
        left: -28px;
        width: 28px;
        height: 100%;
        background-color: #5A3F66;
        z-index: 3;
    }

    .header_image_c .header_image_box .gondel_box::before
    {
        height: 1px;
    }

    .header_image_c .header_image_box .gondel_box .gondel
    {
        bottom: 10px;
        width: 28px;
        height: 43px;
        animation: gondel_animation2 linear 5s infinite;
    }

    .header_image_c .header_image_box .gondel_box .gondel.gondel2
    {
        animation-delay: 2.5s;
    }

    @keyframes gondel_animation2
    {
        0%
        {
            bottom: 10px;
            right: 0;
            opacity: 0;
        }

        1%
        {
            opacity: 1;
        }

        100%
        {
            bottom: calc(100% + 10px);
            right: 100%;
            opacity: 1;
        }

    }

}

@media(max-width: 1500px)
{
    body.timeline .main
    {
        padding-left: 40px;
        padding-right: 40px;
    }
    body.content_p .header_image_c {
        padding-left: 80px;
        padding-right: 80px;
    }

    .breadcrumb ol
    {
        padding-left: 80px;
        padding-right: 80px;
    }
    body.content_p .right_icon_links_c
    {
        right: 10px;
    }
}

@media(max-width: 1450px)
{
    .head_c .header_right .apply_link
    {
        font-size: 1.125rem;
        margin-right: 5px;
    }

}

@media(max-width: 1350px)
{
    .head_c .header_right .apply_link
    {
        font-size: 0.875rem;
        padding-left: 10px;
        padding-right: 10px;
    }

}

@media(max-width: 1300px)
{
    .head_c .header_right .apply_link
    {
        display: none;
    }

    .header_image_c .header_image::after
    {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(0deg,rgba(60,85,110,.3),rgba(60,85,110,.3));
        z-index: 2;
    }

    .header_image_c .slick-arrow
    {
        width: 45px;
        height: 45px;
    }
    .header_image_c .slick-arrow.slick-prev
    {
        background-size: 8px 13px
    }
    .header_image_c .slick-arrow.slick-next
    {
        background-size: 8px 13px
    }
    .header_image_c .slick-arrow.slick-prev
    {
        left: 30px;
        bottom: 90px
    }
    .header_image_c .slick-arrow.slick-next
    {
        left: 30px;
        bottom: 30px
    }

    .footer_top .algo_link
    {
        right: 40px;
    }

}

@media(max-width: 1250px)
{
    .footer_c .newsletter_subscribe_c .jetzt_sparen
    {
        left: 40px;
    }

    .footer_logos > *
    {
        margin-left: 30px;
        margin-right: 30px;
    }

}

@media(max-width: 1100px)
{
    body.content_p .page_c
    {
        padding-top: 125px;
    }

    .head_c .header_c
    {
        padding: 20px 35px 20px 57px;
    }

    .head_c .logo_c .logo
    {
        width: 220px;
        height: 85px;
    }

    .head_c .header_right .links_c a
    {
        font-size: 1.125rem;
    }

}

@media(max-width:1025px)
{
    .as_map_c
    {
        display: none !important;
    }

    body.content_p .page_c
    {
        padding-top: 125px;
    }

    .head_c .header_c
    {
        padding: 20px 25px 20px 25px;
    }

    .head_c .menu_btn
    {
        margin-left: 20px;
    }

    .head_c .header_right .links_c a
    {
        padding: 9px 18px;
    }



    body.menu_opened .head_c .logo_c .logo
    {
        visibility: visible;
        opacity: 1;
        background-image: url(../img/logos/hotel-zehnerkar-obertauern.svg)
    }

    .header_image_c .header_image_text
    {
        font-size: 2.5rem;
        bottom: calc(50% - 65px);
    }

    .header_image_c .header_image_text .subtitle
    {
        font-size: 6rem;
        margin-top: -50px;
    }

    .right_icon_links_c
    {
        bottom: 50px;
        right: 25px;
    }

    .right_icon_links_c > a
    {
        width: 50px;
        height: 50px;
    }

    .h_menu_c
    {
        background-image: none;
    }

    .h_menu_c .menu ul
    {
        padding-right: 0;
        width: 100%;
        max-width: 450px;
    }

    .h_menu_c .menu ul::after
    {
        content: none;
    }

    .menu li a
    {
        font-size: 1.625rem;
    }

    .menu > ul > li > a
    {
        border-top: 1px dashed #2E3234;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .menu > ul > li:last-child > a
    {
        border-bottom: 1px dashed #2E3234;
    }

    .menu > ul > li > a::before
    {
        content: none !important;
    }

    .menu > ul > li > a > span
    {
        background-color: transparent;
        padding-right: 0;
        width: 100%;
    }

    .menu > ul > li.link_down > a > span::after
    {
        width: 12px;
        height: 7px;
        background: url(../img/icons/arrow_down.svg) !important;
        background-size: 100% 100%;
        top: 14px;
        transition: transform ease 0.5s;
    }

    .menu > ul > li.link_down.opened > a > span::after
    {
        transform: rotate(-180deg);
        transition: transform ease 0.5s;
        opacity: 1;
    }

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

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

    .h_menu_c .menu > ul > li > ul
    {
        position: relative;
        top: auto;
        right: auto;
        transform: none !important;
        visibility: visible;
        max-height: 0;
        overflow: hidden;
        transition: all ease 0.7s;
        opacity: 1;
    }

    .h_menu_c .menu > ul > li.opened > ul
    {
        max-height: 600px;
        padding-bottom: 25px;
    }

    .menu li li a
    {
        padding-left: 0 !important;
        padding-right: 0 !important;
        font-size: 1.125rem;
    }

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

    .h_menu_c .menu_info_box
    {
        width: 100%;
        max-width: 430px;
        padding-top: 50px;
        padding-bottom: 125px;
        flex-wrap: wrap;
    }

    .h_menu_c .menu_info_box > *
    {
        width: 100%;
    }

    .h_menu_c .menu_info_box .contact_links
    {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .popup_c {
        width: calc(100vw - 40px);
        height: calc(100vh - 40px);
        top: 20px;
        left: 20px
    }
    .popup_c::after {
        content: '';
        width: 100vw;
        height: 100vh;
        position: absolute;
        top: -20px;
        left: -20px;
        background: rgba(220, 220, 220, .8);
        z-index: 1
    }
    .popup_c .close_popup {
        top: 50px;
        left: 480px
    }

    .breadcrumb {
        margin-top: 40px;
        margin-bottom: -50px;
    }

    #search_c .search_top .close
    {
        top: 40px;
        right: 40px;
        width: 45px;
        height: 45px;
    }

    #search_c .search_top img
    {
        width: 22px;
        height: 22px;
    }

    #search_c .search_content
    {
        width: 450px;
    }

    #search_c .search_content form{
        padding-top: 25px;
    }

    #search_c .search_content input
    {
        width: 370px;
        height: 50px;
        padding: 15px 20px;
    }

    #search_c .search_content .search_submit
    {
        width: 80px;
        height: 50px;
        background-position: center;
        padding: 15px;
    }

    #search_c .search_content .search_submit > span
    {
        display: none;
    }

    #search_c .search_content .title
    {
        font-size: 2.5rem;
    }

    #search_c .search_content .subtitle
    {
        font-size: 2rem;
    }

    .main
    {
        padding-bottom: 50px;
    }

    body.timeline .main
    {
        padding-left: 0;
        padding-right: 0;
    }

    body.timeline .right_icon_links_c
    {
        display: none;
    }

    /* FOOTER */
    .footer_c .newsletter_subscribe_c
    {
        max-width: 500px;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }

    .footer_c .newsletter_subscribe_c .jetzt_sparen
    {
        left: 50%;
        transform: translateX(-50%);
    }

    .footer_top_c
    {
        flex-wrap: wrap;
        justify-content: center;
        max-width: 500px;
        text-align: center;
        padding-top: 60px;
    }

    .footer_top_c > *
    {
        width: 100%;
    }

    .footer_top .algo_link
    {
        right: 50%;
        transform: translateX(50%);
    }

    .footer_logos .flogo1
    {
        width: 128px;
    }

    .footer_logos .flogo2
    {
        width: 76px;
    }

    .footer_logos .flogo3
    {
        width: 88px;
    }

    .footer_logos .flogo4
    {
        width: 104px;
    }

    .footer_logos .flogo5
    {
        width: 84px;
    }
}

@media(max-width: 850px)
{
    .head_c .header_right .links_c
    {
        display: none;
    }

    .right_icon_links_c
    {
        display: none;
    }

    body.content_p .header_image_c {
        padding-left: 28px;
        padding-right: 28px;
    }

    .fixed_mobile_icons
    {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 3;
    }

    .fixed_mobile_icons .enquiry_links
    {
        width: 100%;
        float: left;
        display: flex;
        align-items: stretch;
    }

    .fixed_mobile_icons .enquiry_links a
    {
        width: 50%;
        background-color: #5A3F66;
        padding: 9px 10px;
        text-align: center;
        font: 300 1.375rem/100% new-spirit, Georgia, sans-serif;
        color: #FBFBFB;
        text-decoration: none;
    }

    .fixed_mobile_icons .enquiry_links a:first-child
    {
        border-right: 1px solid #FFF;
    }

    .fixed_mobile_icons .social_links
    {
        position: absolute;
        right: 5px;
        /*bottom: 25px;*/
        bottom: 45px; /* MOD: IB @ 2025.09.11 */
        z-index: 2;
    }

    .fixed_mobile_icons .social_links > *
    {
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        width: 42px;
        height: 42px;
        margin-top: 9px;
    }

    .fixed_mobile_icons .social_links .phone
    {
        background-color: #C19247;
    }

    .fixed_mobile_icons .social_links .phone img
    {
        width: 15px;
        height: 15px;
    }

    .fixed_mobile_icons .social_links .mail
    {
        background-color: #98918E;
    }

    .fixed_mobile_icons .social_links .mail img
    {
        width: 17px;
        height: 14px;
    }

    .fixed_mobile_icons .social_links .whatsapp
    {
        background-color: #4DC247;
    }

    .fixed_mobile_icons .social_links .whatsapp img
    {
        width: 32px;
        height: 32px;
    }

    .breadcrumb ol
    {
        padding-left: 28px;
        padding-right: 28px;
    }

}

@media(max-width: 650px)
{
    body.content_p .page_c
    {
        padding-top: 90px;
    }

    body.no_header_image .head_c
    {
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
    }

    .head_c .header_c
    {
        padding: 10px 25px 10px 15px;
    }

    .head_c .header_right
    {
        font-size: 0.875rem;
    }

    .head_c .header_right .gtranslate_c
    {
        border-right: none;
    }

    .head_c .header_right .open_search
    {
        display: none;
    }

    .head_c .logo_c .logo
    {
        width: 187px;
        height: 70px;
        transition: none;
    }

    body.menu_fixed .head_c .logo_c .logo
    {
        width: 187px;
        height: 70px;
    }

    .head_c .menu_btn
    {
        margin-left: 0;
        font-size: 0.625rem;
        padding-left: 18px;
    }

    .head_c .menu_btn > span
    {
        top: 5px;
    }

    .menu_btn .mmbico {
        width: 41px;
        height: 23px;
    }
    .menu_btn .mmbico > * {
        height: 1px;
        margin-top: 10px;
    }
    .menu_btn .mmbico > .one {
        width: 33px;
    }
    .menu_btn .mmbico > .two {
        width: 41px;
    }
    .menu_btn .mmbico > .three {
        width: 33px;
    }
    body.menu_opened .menu_btn .mmbico > *
    {
        width: 33px !important;
    }

    .menu_btn:hover .mmbico > *,
    .menu_btn:focus .mmbico > *
    {
        width: 41px;
    }
    body.menu_opened .menu_btn .one {
        transform: rotate(45deg) translate(6px, 9px);
    }
    body.menu_opened .menu_btn .two {
        opacity: 0;
    }
    body.menu_opened .menu_btn .three {
        transform: rotate(-45deg) translate(7px, -10px);
    }

    .h_menu_c .menu_c
    {
        padding-top: 130px;
    }

    .h_menu_c .mobile_search_c
    {
        width: 100%;
        max-width: 450px;
        padding-left: 20px;
        padding-right: 20px;
        display:flex;
        align-items: center;
        justify-content: flex-end;
        font: 300 1.125rem/190% new-spirit, Georgia, sans-serif;
        color: #2E3234;
    }

    .h_menu_c .mobile_search_c img
    {
        width: 19px;
        height: 19px;
        margin-left: 11px;
    }

    .h_menu_c .menu
    {
        padding-top: 20px;
        padding-left: 25px;
        padding-right: 25px;
    }

    .h_menu_c .menu_info_box
    {
        padding-left: 25px;
        padding-right: 25px;
    }

    .h_menu_c .menu_info_box > *
    {
        padding-left: 0;
    }

    body.content_p .header_image_c_c
    {
        min-height: 230px;
    }

    .header_image_c .slick-dots
    {
        bottom: 20px;
    }

    .header_image_c ul.slick-dots > li > button
    {
        margin: 6px 6px 0;
    }

    .header_image_c .header_image_box
    {
        position: relative;
        left: auto;
        bottom: auto;
        width: 100%;
        padding: 25px 115px 30px 30px;
    }

    .header_image_c .header_image_text
    {
        font-size: 1.563rem;
    }

    .header_image_c .slick-arrow
    {
        display: none !important
    }

    .header_image_c .header_image_text
    {
        bottom: calc(50% - 45px);
    }

    body.content_p .header_image_c .header_image_text
    {
        bottom: 50px;
    }

    body.content_p.jobs .header_image_c .header_image_text
    {
        bottom: 20px;
    }

    .header_image_c .header_image_text .subtitle
    {
        font-size: 3.75rem;
        margin-top: -20px;
    }

    .popup_c .popup
    {
        font-size: 0.875rem;
        line-height: 170%;
    }

    .popup_c .popup .art_element.spl {
        padding-left: 25px
    }
    .popup_c .popup .art_element.spr {
        padding-right: 25px
    }
    .popup_c .close_popup {
        top: 40px;
        left: auto;
        right: 10%;
        width: 60px;
        height: 60px
    }
    .popup_c .close_popup img {
        width: 25px;
        height: 25px
    }

    .breadcrumb
    {
        margin-top: 30px;
        margin-bottom: -10px;
    }

    #search_c .search_content
    {
        width: 300px;
    }

    #search_c .search_content .search_submit
    {
        width: 60px;
    }

    #search_c .search_content input
    {
        width: 250px;
        font-size: 0.938rem;
    }

    .main
    {
        padding-bottom: 20px;
    }

    /* FOOTER */
    .footer_c .newsletter_subscribe_c
    {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .footer_c .newsletter_subscribe_c > *
    {
        padding: 10px 20px;
    }

    .footer_c .newsletter_subscribe_c .jetzt_sparen
    {
        font-size: 1.5rem;
        padding: 10px 15px;
    }

    .footer_c .newsletter_subscribe_c .newsletter_icon
    {
        width: 70px;
        height: 64px;
    }

    .footer_c .newsletter_subscribe_c .title
    {
        font-size: 1.5rem;
    }

    .footer_c .newsletter_subscribe_c form
    {
        width: 100%;
    }
    .footer_c .newsletter_subscribe_c form a
    {
        min-width: 0;
        font-size: 1.125rem;
    }

    .footer_c .newsletter_subscribe_c form input
    {
        padding: 10px 15px;
    }

    .footer_top_c
    {
        padding-top: 50px;
        padding-bottom: 80px;
        font-size: 1.313rem;
    }

    .footer_top .footer_links
    {
        flex-direction: column;
        align-items: center;
    }

    .footer_top .footer_links .impressum
    {
        padding-top: 15px;
    }

    .footer_top .footer_links .impressum > a:first-child
    {
        margin-left: 0;
    }

    .footer_top .algo_link{
        bottom: 45px;
    }

    .footer_logos
    {
        padding-top: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .footer_logos > *
    {
        margin-left: 12px;
        margin-right: 12px;
    }

    .footer_logos .flogo1
    {
        width: 77px;
    }

    .footer_logos .flogo2
    {
        width: 46px;
    }

    .footer_logos .flogo3
    {
        width: 53px;
    }

    .footer_logos .flogo4
    {
        width: 78px;
    }

    .footer_logos .flogo5
    {
        width: 42px;
    }
}

@media(max-width: 440px)
{
    .footer_logos > *
    {
        margin-left: 10px;
        margin-right: 10px;
    }

    .footer_logos .flogo1
    {
        width: 62px;
    }

    .footer_logos .flogo2
    {
        width: 37px;
    }

    .footer_logos .flogo3
    {
        width: 42px;
    }

    .footer_logos .flogo4
    {
        width: 62px;
    }

    .footer_logos .flogo5
    {
        width: 34px;
    }
}

@media(max-width:425px) {
    .popup_c .close_popup {
        left: auto;
        right: 40px
    }
}

@media(max-width: 400px)
{
    .head_c .logo_c .logo
    {
        width: 140px;
        height: 52px;
    }

    body.menu_fixed .head_c .logo_c .logo
    {
        width: 140px;
        height: 52px;
    }
}

/* Animations */
@-moz-keyframes bounce
{
    0%,100%,20%,50%,80%
    {
        -moz-transform:translateY(0);
        transform:translateY(0)
    }
    40%
    {
        -moz-transform:translateY(-30px);
        transform:translateY(-30px)
    }
    60%
    {
        -moz-transform:translateY(-15px);
        transform:translateY(-15px)
    }
}

@-webkit-keyframes bounce
{
    0%,100%,20%,50%,80%
    {
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
    40%
    {
        -webkit-transform:translateY(-30px);
        transform:translateY(-30px)
    }
    60%
    {
        -webkit-transform:translateY(-15px);
        transform:translateY(-15px)
    }
}

@keyframes bounce
{
    0%,100%,20%,50%,80%
    {
        -moz-transform:translateY(0);
        -ms-transform:translateY(0);
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
    40%
    {
        -moz-transform:translateY(-30px);
        -ms-transform:translateY(-30px);
        -webkit-transform:translateY(-30px);
        transform:translateY(-30px)
    }
    60%
    {
        -moz-transform:translateY(-15px);
        -ms-transform:translateY(-15px);
        -webkit-transform:translateY(-15px);
        transform:translateY(-15px)
    }
}

.hidden
{
    visibility: hidden;
}

.visible
{
    visibility: visible !important;
}

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

.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: 2s;
}

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

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

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

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

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

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

.bounce
{
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

.myZoomIn
{
    -webkit-animation-name: myZoomIn;
    animation-name: myZoomIn;
    animation-duration: 5s;
    animation-delay: 0;
}

.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 fadeInUpHeaderImageText
{
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0) translate(-50%, -50%);
    }

    to {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

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


@keyframes myZoomIn {
   from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
}

@keyframes head_anim
{
    from {
        opacity: 0.55;
    }

    60%{
        opacity: 0.36;
    }

    100% {
        opacity: 0.14;
    }

}

@-webkit-keyframes head_anim
{
    from {
        opacity: 0.55;
    }

    60%{
        opacity: 0.36;
    }

    100% {
        opacity: 0.14;
    }

}

.fadeInUp2 {
    animation-name: fadeInUp2;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-delay: 0.8s;
}

@keyframes fadeInUp2 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 200%, 0);
        transform: translate3d(0, 200%, 0);
    }

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

@-webkit-keyframes fadeInUp2 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 200%, 0);
        transform: translate3d(0, 200%, 0);
    }

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