/*base style */
html {
	scroll-behavior: smooth;
}
body {
    display: inline-block;
    font-family: Raleway,HelveticaNeue-Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
}
large, .large {
    font-size: 32px;
    line-height: 40px;
}
medium, .medium {
    font-size: 24px;
    line-height: 32px;
}
small, .small {
    font-size: 15px;
    line-height: 24px;
}

h1,h2,h3,h4,h5,h6,h7 {
    font-family: Montserrat,Raleway,HelveticaNeue-Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
    font-style: normal;
    margin: 0;
    padding: 0;
    color: #000000;
}
h1,h2,h3,h4,h5 {
    font-weight: 500;
    text-transform: initial;
}
h6,h7 {
    font-weight: bold;
    text-transform: uppercase;
}
h1 {
    font-size: 80px;
    line-height: 96px;
}
h2 {
    font-size: 56px;
    line-height: 64px;
}
h3 {
    font-size: 40px;
    line-height: 48px;
}
h4 {
    font-size: 32px;
    line-height: 40px;
}
h5 {
    font-size: 24px;
    line-height: 32px;
}
h6 {
    line-height: 28px;
    letter-spacing: 2px;
}
h7 {
    line-height: 20px;
    letter-spacing: 1.5px;
}

h2::after {
    display: none;
}

.vc_row.container {
    margin: auto;
}

/* bootstrap 4 like utility classes */
.bg-light { background-color: #F5F3EF !important; }
.bg-lightgrey { background-color: #B8B1A9 !important; }
.bg-grey { background-color: #727070 !important; }
.bg-primary { background-color: #000000 !important; }
.bg-secondary { background-color: #A07630 !important; }

.text-light { color: #F5F3EF !important; }
.text-lightgrey { color: #B8B1A9 !important; }
.text-grey { color: #727070 !important; }
.text-primary { color: #000000 !important; }
.text-secondary { color: #A07630 !important; }

.p-0 {padding: 0 !important;}
.p-1 {padding: .5rem !important;}
.p-2 {padding: 1rem !important;}
.p-3 {padding: 2rem !important;}
.p-4 {padding: 5rem !important;}
.p-5 {padding: 10rem !important;}
.pt-0 {padding-top: 0 !important;}
.pt-1 {padding-top: .5rem !important;}
.pt-2 {padding-top: 1rem !important;}
.pt-3 {padding-top: 2rem !important;}
.pt-4 {padding-top: 5rem !important;}
.pt-5 {padding-top: 10rem !important;}
.pb-0 {padding-bottom: 0 !important;}
.pb-1 {padding-bottom: .5rem !important;}
.pb-2 {padding-bottom: 1rem !important;}
.pb-3 {padding-bottom: 2rem !important;}
.pb-4 {padding-bottom: 5rem !important;}
.pb-5 {padding-bottom: 10rem !important;}
.pr-0 {padding-right: 0 !important;}
.pr-1 {padding-right: .5rem !important;}
.pr-2 {padding-right: 1rem !important;}
.pr-3 {padding-right: 2rem !important;}
.pr-4 {padding-right: 5rem !important;}
.pr-5 {padding-right: 10rem !important;}
.pl-0 {padding-left: 0 !important;}
.pl-1 {padding-left: .5rem !important;}
.pl-2 {padding-left: 1rem !important;}
.pl-3 {padding-left: 2rem !important;}
.pl-4 {padding-left: 5rem !important;}
.pl-5 {padding-left: 10rem !important;}

.m-0 {margin: 0 !important;}
.m-1 {margin: .5rem !important;}
.m-2 {margin: 1rem !important;}
.m-3 {margin: 2rem !important;}
.m-4 {margin: 5rem !important;}
.m-5 {margin: 10rem !important;}
.mt-0 {margin-top: 0 !important;}
.mt-1 {margin-top: .5rem !important;}
.mt-2 {margin-top: 1rem !important;}
.mt-3 {margin-top: 2rem !important;}
.mt-4 {margin-top: 5rem !important;}
.mt-5 {margin-top: 10rem !important;}
.mb-0 {margin-bottom: 0 !important;}
.mb-1 {margin-bottom: .5rem !important;}
.mb-2 {margin-bottom: 1rem !important;}
.mb-3 {margin-bottom: 2rem !important;}
.mb-4 {margin-bottom: 5rem !important;}
.mb-5 {margin-bottom: 10rem !important;}
.mr-0 {margin-right: 0 !important;}
.mr-1 {margin-right: .5rem !important;}
.mr-2 {margin-right: 1rem !important;}
.mr-3 {margin-right: 2rem !important;}
.mr-4 {margin-right: 5rem !important;}
.mr-5 {margin-right: 10rem !important;}
.ml-0 {margin-left: 0 !important;}
.ml-1 {margin-left: .5rem !important;}
.ml-2 {margin-left: 1rem !important;}
.ml-3 {margin-left: 2rem !important;}
.ml-4 {margin-left: 5rem !important;}
.ml-5 {margin-left: 10rem !important;}
@media screen and (max-width: 768px) {
	.m-md-0 {margin: 0 !important;}
	.m-md-1 {margin: .5rem !important;}
	.m-md-2 {margin: 1rem !important;}
	.m-md-3 {margin: 2rem !important;}
	.m-md-4 {margin: 5rem !important;}
	.m-md-5 {margin: 10rem !important;}
	.mt-md-0 {margin-top: 0 !important;}
	.mt-md-1 {margin-top: .5rem !important;}
	.mt-md-2 {margin-top: 1rem !important;}
	.mt-md-3 {margin-top: 2rem !important;}
	.mt-md-4 {margin-top: 5rem !important;}
	.mt-md-5 {margin-top: 10rem !important;}
	.mb-md-0 {margin-bottom: 0 !important;}
	.mb-md-1 {margin-bottom: .5rem !important;}
	.mb-md-2 {margin-bottom: 1rem !important;}
	.mb-md-3 {margin-bottom: 2rem !important;}
	.mb-md-4 {margin-bottom: 5rem !important;}
	.mb-md-5 {margin-bottom: 10rem !important;}
	.mr-md-0 {margin-right: 0 !important;}
	.mr-md-1 {margin-right: .5rem !important;}
	.mr-md-2 {margin-right: 1rem !important;}
	.mr-md-3 {margin-right: 2rem !important;}
	.mr-md-4 {margin-right: 5rem !important;}
	.mr-md-5 {margin-right: 10rem !important;}
	.ml-md-0 {margin-left: 0 !important;}
	.ml-md-1 {margin-left: .5rem !important;}
	.ml-md-2 {margin-left: 1rem !important;}
	.ml-md-3 {margin-left: 2rem !important;}
	.ml-md-4 {margin-left: 5rem !important;}
	.ml-md-5 {margin-left: 10rem !important;}
}

@media screen and (max-width: 768px) {
    .p-xs-0 {padding: 0 !important;}
    .p-xs-1 {padding: .5rem !important;}
    .p-xs-2 {padding: 1rem !important;}
    .p-xs-3 {padding: 2rem !important;}
    .p-xs-4 {padding: 5rem !important;}
    .p-xs-5 {padding: 10rem !important;}
    .pt-xs-0 {padding-top: 0 !important;}
    .pt-xs-1 {padding-top: .5rem !important;}
    .pt-xs-2 {padding-top: 1rem !important;}
    .pt-xs-3 {padding-top: 2rem !important;}
    .pt-xs-4 {padding-top: 5rem !important;}
    .pt-xs-5 {padding-top: 10rem !important;}
    .pb-xs-0 {padding-bottom: 0 !important;}
    .pb-xs-1 {padding-bottom: .5rem !important;}
    .pb-xs-2 {padding-bottom: 1rem !important;}
    .pb-xs-3 {padding-bottom: 2rem !important;}
    .pb-xs-4 {padding-bottom: 5rem !important;}
    .pb-xs-5 {padding-bottom: 10rem !important;}
    .pr-xs-0 {padding-right: 0 !important;}
    .pr-xs-1 {padding-right: .5rem !important;}
    .pr-xs-2 {padding-right: 1rem !important;}
    .pr-xs-3 {padding-right: 2rem !important;}
    .pr-xs-4 {padding-right: 5rem !important;}
    .pr-xs-5 {padding-right: 10rem !important;}
    .pl-xs-0 {padding-left: 0 !important;}
    .pl-xs-1 {padding-left: .5rem !important;}
    .pl-xs-2 {padding-left: 1rem !important;}
    .pl-xs-3 {padding-left: 2rem !important;}
    .pl-xs-4 {padding-left: 5rem !important;}
    .pl-xs-5 {padding-left: 10rem !important;}

    .m-xs-0 {margin: 0 !important;}
    .m-xs-1 {margin: .5rem !important;}
    .m-xs-2 {margin: 1rem !important;}
    .m-xs-3 {margin: 2rem !important;}
    .m-xs-4 {margin: 5rem !important;}
    .m-xs-5 {margin: 10rem !important;}
    .mt-xs-0 {margin-top: 0 !important;}
    .mt-xs-1 {margin-top: .5rem !important;}
    .mt-xs-2 {margin-top: 1rem !important;}
    .mt-xs-3 {margin-top: 2rem !important;}
    .mt-xs-4 {margin-top: 5rem !important;}
    .mt-xs-5 {margin-top: 10rem !important;}
    .mb-xs-0 {margin-bottom: 0 !important;}
    .mb-xs-1 {margin-bottom: .5rem !important;}
    .mb-xs-2 {margin-bottom: 1rem !important;}
    .mb-xs-3 {margin-bottom: 2rem !important;}
    .mb-xs-4 {margin-bottom: 5rem !important;}
    .mb-xs-5 {margin-bottom: 10rem !important;}
    .mr-xs-0 {margin-right: 0 !important;}
    .mr-xs-1 {margin-right: .5rem !important;}
    .mr-xs-2 {margin-right: 1rem !important;}
    .mr-xs-3 {margin-right: 2rem !important;}
    .mr-xs-4 {margin-right: 5rem !important;}
    .mr-xs-5 {margin-right: 10rem !important;}
    .ml-xs-0 {margin-left: 0 !important;}
    .ml-xs-1 {margin-left: .5rem !important;}
    .ml-xs-2 {margin-left: 1rem !important;}
    .ml-xs-3 {margin-left: 2rem !important;}
    .ml-xs-4 {margin-left: 5rem !important;}
    .ml-xs-5 {margin-left: 10rem !important;}

    .xs-hidden {
        display: none;
    }
}

.align-items-center {
    display: flex;
    align-items: center;
}

@media screen and (min-width: 1400px) {
    .container.bigger {
        width: 1370px;
    }
}

/* Nav full-width: remove container max-width constraint */
.nav-centered .container.bigger {
    width: 100%;
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
}
@media screen and (min-width: 1200px) {
    .container.smaller {
        width: 970px;
    }
}

/* header */
header .logo {
    padding: 1rem 0;
}
header .logo img {
    height: 100px;
    width: auto;
}

/* New centered nav: single logo, all states */
.nav-centered .nav-logo {
    height: 80px;
    width: auto;
    display: block;
    transition: height 0.3s ease;
}
.nav-centered.nav-scrolled .nav-logo,
.nav-centered.navbar-shrink .nav-logo {
    height: 50px;
}


/*
header .navigation {
	background-image: linear-gradient(rgba(0,0,0,0.5), transparent);
}
*/
header .navigation.navbar-shrink {
    height: 90px;
    border-bottom: 1px #eee solid;
	padding: 20px 0;
	background-image: none;
}
.navbar-shrink .nav-menu ul li a,
.navbar-shrink .header-language .menu .has-dropdown i, 
.navbar-shrink .header-language .menu .has-dropdown a.language-toggle {
    color: #000000;
}
.header-language .menu > li > ul li a {
	border-bottom: 0;
	border-top: 1px #967a50 solid;
}
.header-language .menu > li > ul li:first-child a {
	border-top: 0;
}
.navigation .menu > li {
    padding: 5px 10px;
}
.navigation .btn.btn-primary {
	padding: 0;
}
.navigation .btn.btn-primary a {
    color: white;
    text-transform: uppercase;
    border-color: white;
    padding: 10px 25px;
}
.navigation .btn.btn-primary a::after {
	display: none;
}
.navigation.navbar-shrink .btn.btn-primary {
    color: #967a50;
    border-color: #967a50;
}
.navigation.navbar-shrink .btn.btn-primary a {
    color: #967a50;
}
.navigation.navbar-shrink .btn.btn-primary a.current {
    color: white;
}
.navigation.navbar-shrink .btn.btn-primary:hover a {
    color: white;
}
.navigation.navbar-shrink .btn.btn-primary:hover a.current {
    color: #967a50;
}
.navigation .menu li a, 
.navigation .nav-menu li a {
    text-transform: initial;
    letter-spacing: normal;
}
.navigation .container {
    position: relative;
}
.navigation .nav-col {
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 0;
}
.navigation .upper {
	line-height: 1.1rem;
	margin-bottom: 1.5rem;
}
.navigation .upper a {
    font-size: .9rem;
    letter-spacing: initial;
    padding: 0 15px;
	color: white;
}
.navigation.navbar-shrink .upper a {
    color: #000000;
}
.header-language .menu .has-dropdown {
    padding: 5px 18px 5px 10px;
}
.header-language .menu .has-dropdown i {
    top: 10px;
}
.navbar-shrink .nav-menu > ul > li > a {
    font-size: 1rem;
}
/* fix ie -> max width in order to keeb the button on the right */
.navigation .left-nav-col .pull-right {
    max-width: 900px;
    line-height: 1.1rem;
}

/* header image */
.image-background {
	background-position-x: 50% !important;
}
.image-background .title {
    font-size: 3.5rem;
    line-height: 4rem;
	color: #ffffff;
	font-weight: 700;
	/*
	background-image: linear-gradient(transparent, rgba(0,0,0,0.5));
	*/
}
.home .image-background .header_text_wrapper {
	padding: 19% 8%;
}
.image-background .header_text_wrapper {
	padding-bottom: 350px;
    padding-top: 350px;
}
.image-background .header_text_title {
	min-height: 100px;
}
.home .image-background .header_text_title {
	padding-bottom: 100px;
}
.scroll-bottom-header {
	display: none;
	position: relative;
    top: -80px;
    height: 0;
}
.scroll-bottom-header .arrow {
	color: #a07630;
	border: 2px #a07630 solid;
	width: 40px;
	height: 40px;
	display: inline-block;
	line-height: 50px;
	transition: line-height .5s;
}
.scroll-bottom-header .arrow:hover {
	line-height: 40px;
}
.home .scroll-bottom-header {
	display: block;
}

/* breadcrumb */
.breadcrumb {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.7rem;
    color: #999;
}
.breadcrumb .dot {
    border: 1px #999 solid;
    border-radius: 50%;
    display: inline-flex;
    margin: 0 10px;
}

/* row centered */
.vc_row.centered {
    justify-content: center;
    align-items: center;
	display: flex;
	max-width: calc(100% - 30px);
	
	
	/*typo_styling */
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.vc_row.centered > .vc_column_container {
    width: auto;
}

/* remove margin from sliders */
.vc_row.remove-margin .wpb_gallery,
.vc_row.remove-margin .wpb_gallery_slides {
    margin: 0;
}

/* flexslider */
.flexslider .flex-control-paging {
    display: none;
}
.flexslider .flex-direction-nav a {
    opacity: 1;
    border: 1px #000000 solid !important;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    width: 30px;
    height: 30px;
}
.flexslider .flex-direction-nav a::before {
    line-height: 30px !important;
    font-size: 16px;
}
.flexslider .flex-direction-nav a.flex-prev {
    left: -80px;
}
.flexslider .flex-direction-nav a.flex-next {
    right: -80px;
}
/* nivo slider */
.wpb_slider_nivo .nivo-controlNav {
    display: none;
}
.wpb_slider_nivo .nivo-prevNav,
.wpb_slider_nivo .nivo-nextNav {
    opacity: 1 !important;
    background: transparent !important;
    border: 1px white solid !important;
    border-radius: 50%;
    font-size: 0;
}
.wpb_slider_nivo .nivo-prevNav::before,
.wpb_slider_nivo .nivo-nextNav::before {
    content: "";
    width: 10px;
    height: 10px;
    border-bottom: 1px white solid;
    border-left: 1px white solid;
    display: block;
    position: absolute;
    top: 50%;
}
.wpb_slider_nivo .nivo-prevNav::before {
    left: 55%;
    transform: translate(-50%,-50%) rotate(45deg);
}
.wpb_slider_nivo .nivo-nextNav::before {
    left: 45%;
    transform: translate(-50%,-50%) rotate(225deg);
}

/* row as tables */
.vc_row.format-table {
    display: flex;
    justify-items: center;
    align-items: center;
}
.vc_row.format-table > vc_column_container {
    width: 25%;
}
.vc_row .vc_column-inner {
    padding: 0 !important;
}
.vc_row.format-table .vc_row .vc_column_container {
    border: 1px #eee solid;
    padding: 1rem;
}
.vc_row.format-table .vc_row .vc_column_container .vc_column-inner {
    justify-content: center;
}
.vc_row.format-table .vc_row .wpb_content_element {
    margin: 0;
}
.vc_row.format-table p {
    margin: 0;
}

/* accordion style */
.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon {
    position: relative !important;
    right: unset !important;
    top: 6px !important;
    left: 10px;
    height: 15px;
    width: 15px;
} 
.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon::before {
    border-color: #000000 !important;
}
.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-panel-title .vc_tta-title-text {
    color: black;
    text-transform: initial;
}
.wpb-js-composer .vc_tta-panel.vc_active .vc_tta-panel-heading,
.wpb-js-composer .vc_tta-panel .vc_tta-panel-heading {
    border: 0 !important;
}
.wpb-js-composer .vc_tta-accordion {
    text-align: center;
}

/* footer */
footer.site-footer .bottom-row {
    margin-top: 50px;
}
footer.site-footer .footer-logo img {
    max-width: 60% !important;
}
footer.site-footer .footer-language ul,
footer.site-footer .footer-simple-links ul {
    display: flex;
}
footer.site-footer .footer-language ul li,
footer.site-footer .footer-simple-links ul li {
    line-height: 1rem;
}
footer.site-footer .footer-language ul li a,
footer.site-footer .footer-simple-links ul li a {
    margin-right: 5px;
    font-size: .8rem;
    line-height: 1rem;
}
footer.site-footer .footer-language ul li a {
    font-weight: bold;
}
footer.site-footer .footer-language ul li.current-lang a {
    color: #666;
}
footer.site-footer .widget h3 {
    padding-bottom: 0px;
    margin-bottom: 10px;
    font-size: 2rem;
    line-height: 2.2rem;
    margin-top: 0;
    text-transform: initial;
    color: #ccc;
    font-weight: 600;
}
footer.site-footer .widget h3::after {
    display: none;
}
footer.site-footer .padded {
    padding: 30px 5%;
}
footer.site-footer .padded img{
	max-height: 60px;
	width: auto;
	margin: auto;
	display: block;
}
footer.site-footer .top-footer-container {
    border: 0;
    padding: 40px 0;
}
footer.site-footer .textwidget {
    line-height: 1.6rem;
}
footer.site-footer .top-row .menu a {
    text-transform: initial;
    line-height: 2rem;
}
footer.site-footer .footer-social {
    margin-top: 0;
}
footer.site-footer .footer-social li {
    display: block;
    margin: 0;
}
footer.site-footer .footer-social li a {
    text-transform: initial;
    line-height: 2rem;
}
footer.site-footer .footer-simple-links li a {
    text-transform: initial;
}
footer.site-footer .footer-simple-links li:not(:last-child) a {
    border-right: 1px #000000 solid;
    padding-right: 5px;
    margin-right: 5px;
    padding-right: 10px;
    margin-right: 10px;
}
footer.site-footer .menu li a, 
footer.site-footer .nav-menu li a {
	font-size: 1rem;
}
footer.footer-quality {
    font-size: .9rem;
    color: #000000;
}
footer.footer-quality h3 {
    letter-spacing: initial;
    font-size: 2rem;
    line-height: 2.4rem;
    text-transform: initial;
    font-weight: 500;
}
footer.footer-quality h5 {
    text-transform: uppercase;
    color: #999;
    font-size: 1rem;
    line-height: 1.6rem;
}
footer.footer-quality .upper {
    text-align: center;
}
footer.footer-quality .upper h3,
footer.footer-quality .upper h5 {
    max-width: 700px;
    margin: auto;
}
footer.footer-quality .image-box {
    height: 250px;
    overflow: hidden;
}
footer.footer-quality .image-box img {
    height: 250px;
    width: auto;
    max-width: unset;
    transform: translateX(-50%);
    position: relative;
    left: 50%;
}

/* separator component */
.separator {
    position: relative;
    text-align: center;
}
.separator::before, .separator::after {
    content: "";
    position: absolute;
    top: 50%;
    width: calc(50% - 30px);
    border-bottom: 2px #ddd solid;
}
.separator img {
    max-width: 30px;
}
.separator::before {
    left: 0;
}
.separator::after {
    right: 0;
}

/* separator line component */
.separator-line {
    border-bottom: 2px #ddd solid;
}

/* title component */
div.calluna-child-title {
    font-size: .9rem;
    color: #000000;
    text-align: center;
}
div.calluna-child-title.position-left {
    text-align: left;
}
div.calluna-child-title.position-right {
    text-align: right;
}
div.calluna-child-title h3,
div.calluna-child-title h5,
div.calluna-child-title.headings h1,
div.calluna-child-title.headings h2 {
    margin: 0;
    padding: 0;
}
div.calluna-child-title h3,
div.calluna-child-title.headings h2 {
    letter-spacing: initial;
    font-size: 2rem;
    line-height: 2.4rem;
    text-transform: initial;
    font-weight: 500;
}
div.calluna-child-title h5,
div.calluna-child-title.headings h1 {
    text-transform: uppercase;
    color: #999;
    font-size: 1rem;
    line-height: 1.6rem;
}
div.calluna-child-title.headings h1 {
	font-weight: bold;
}

/* signature */
.calluna-child-signature {
    text-align: center;
}
.calluna-child-signature .signature {
    max-width: 100%;
    width: 200px;
}

/* custom datepicker */
.calluna-child-datepicker {
    padding: 0 15%;
}
.calluna-child-datepicker .custom-datepicker,
.calluna-child-datepicker .numberpicker {
    background-color: #ffffff;
}
.calluna-child-datepicker .custom-datepicker label,
.calluna-child-datepicker .numberpicker label {
    margin: 0;
    width: 100%;
}
.calluna-child-datepicker .custom-datepicker i,
.calluna-child-datepicker .numberpicker i {
    width: 20px;
    height: 20px;
    text-align: center;
    border: 1px #B8B1A9 solid;
    border-radius: 50%;
    line-height: 1.2rem;
    text-align: center;
	font-size: 0.8rem;
	position: relative;
}
.calluna-child-datepicker .custom-datepicker i::before,
.calluna-child-datepicker .numberpicker i::before {
	position: absolute;
	left: 5px;
	top: 1px;
}
.calluna-child-datepicker .custom-datepicker .action,
.calluna-child-datepicker .custom-datepicker .month,
.calluna-child-datepicker .numberpicker .action {
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.calluna-child-datepicker .custom-datepicker .month {
    border-bottom: 1px rgba(184, 177, 169, 0.3) solid;
}
.calluna-child-datepicker .custom-datepicker .value,
.calluna-child-datepicker .numberpicker input {
    border: 0;
    width: auto;
    max-width: 100%;
    text-align: center;
    font-size: 5rem;
	line-height: 7rem;
	padding: 0;
}
.calluna-child-datepicker .custom-datepicker label {
    position: relative;
}
.calluna-child-datepicker .custom-datepicker input {  
    opacity: 0;
    width: 0;
    position: absolute;
    bottom: 0;
}


/* image grid component */
.calluna-child-image-gallery .categories {
    text-align: center;
}
.calluna-child-image-gallery .categories .single-category {
    display: inline;
    color: #A07630;
    cursor: pointer;
    opacity: 0.4;
	margin: 0 10px;
	text-transform: uppercase;
	font-size: 1.4rem;
	white-space: nowrap;
}
.calluna-child-image-gallery .categories .single-category.active {
    opacity: 1;
}
.calluna-child-image-gallery .single-image {
	height: 0;
	padding-bottom: 17%;
	overflow: hidden;
}
@media screen and (max-width: 991px) {
	.calluna-child-image-gallery .single-image {
		padding-bottom: 26%;
	}
	footer.site-footer .footer-simple-links li:not(:last-child) a {
		border: 0;
	}
}

/* gravity forms */
.gform_wrapper .gsection {
    text-align: center;
    margin-top: 3rem;
}
.gform_wrapper .gfield.empty-label  .gfield_label {
    display: none;
}
.gform_wrapper .gfield {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
	.gform_wrapper .gfield {
		float: left;
		width: 100%;
	}
}
.gform_wrapper .gfield .ginput_container {
    position: relative;
    min-height: 40px;
}
.gform_wrapper .validation_message {
    font-size: 0.9rem;
    line-height: 1rem;
    color: #FF0202;
}
.gform_wrapper .gfield .ui-datepicker-trigger {
    display: none;
}
.gform_wrapper .gfield .ginput_container_date::after {
    content: "";
    background-image: url('datepicker.svg');
    position: absolute;
    top: 10px;
    right: 2px;
    height: 15px;
    width: 15px;
    background-size: contain;
	background-repeat: no-repeat;
	pointer-events: none;
}
.gform_wrapper .ginput_container input,
.gform_wrapper .ginput_container select {
    border: 0;
    border-bottom: 1px #B8B1A9 solid;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    background-color: transparent;
    color: #000000;
}
.gform_wrapper .ginput_container textarea {
    border-color: #B8B1A9;
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
    color: #000000;
}
.gform_wrapper .ginput_container select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0px;
    text-overflow: '';
}
.gform_wrapper .ginput_container input[type=checkbox] {
    width: auto;
    padding: 0 10px;
    margin-right: 20px;
    height: 1.6rem;
    float: left;
}
.gform_wrapper .ginput_container.ginput_container_select::after {
    content: "";
    border-bottom: 1px #000000 solid;
    border-right: 1px #000000 solid;
    position: absolute;
    top: 8px;
    right: 5px;
    width: 8px;
    height: 8px;
	transform: rotate(45deg);
	pointer-events: none;
}
.gform_wrapper .ginput_container input::placeholder { color: #000000; opacity: 0.4; }
.gform_wrapper .ginput_container input::-ms-input-placeholder { color: #000000; opacity: 0.4; }
.gform_wrapper .ginput_container input:-ms-input-placeholder { color: #000000; opacity: 0.4; }
.gform_wrapper .ginput_container textarea::placeholder { color: #000000; opacity: 0.4; }
.gform_wrapper .ginput_container textarea::-ms-input-placeholder { color: #000000; opacity: 0.4; }
.gform_wrapper .ginput_container textarea:-ms-input-placeholder { color: #000000; opacity: 0.4; }

/*input[type=checkbox].css-checkbox { position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0; }*/
input[type=checkbox].css-checkbox + label label.css-label {
    padding-left:28px;
    height:23px; 
    line-height:23px;
    background-repeat:no-repeat;
    background-position: 0 0;
    font-size:23px;
    vertical-align:middle;
    cursor:pointer;
    float: left;
    margin-top: 2px;
    margin-right: 10px;
}
input[type=checkbox].css-checkbox:checked + label label.css-label { background-position: 0 -23px; }
label label.css-label {
background-image:url(csscheckbox.png);
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

/* cookie notice */
#cookie-notice {
    box-shadow: 0 0 8px 1px #B8B1A9;
    z-index: 1000;
}
#go-top {
    z-index: 1001;
}
.cookie-notice-container {
    padding: 25px 0;
    max-width: 1200px;
    margin: auto;
    display: flex;
    text-align: left;
    font-size: 0.9rem;
    line-height: 1.3rem;
}
.cookie-notice-container .cn-button {
    padding: 7px 20px;
    border-radius: 0;
    border-width: 2px;
    border-color: #A07630;
    color: #A07630;
    min-width: 130px;
    margin: auto;
    text-transform: uppercase;
}
.cookie-notice-container .cn-notice-text {
    color: #000000;
}
@media screen and (max-width: 767px) {
	.cookie-notice-container {
		display: block;
		padding: 0;
		padding-bottom: 10px;
	}
	.cookie-notice-container #cn-notice-text {
		width: 100%;
		display: block;
		padding: 1rem;
	}
	.cookie-notice-container .cn-button {
		width: calc(50% - 15px);
	}
	
	header .navigation {
		background-image: none
	}
}

/* erleben disabled button */
.has-disabled-button .btn {
	border-color: #dcbe89;
	pointer-events: none;
}
.has-disabled-button .btn:active {
    pointer-events: none;
}
.has-disabled-button .btn:hover {
    background: transparent;
    color: #a07630;
}


.navbar-shrink .small-logo-wrapper #site-logo-small-mobile {
	display: none;
}
.bottom-footer-container a {
	text-decoration: none;
}
.bottom-footer-container a::after {
	display: none;
}


/* mobile modifications */
@media screen and (max-width: 1024px) {
    .header_text_wrapper {
		padding-bottom: 150px !important;
		padding-top: 150px !important;
    }

    .vc_row {
        margin: 0 !important;
        width: 100%;
    }
    .navbar-shrink .small-logo-wrapper img.img-responsive {
        top: 0;
	}
	.small-logo-wrapper #site-logo-small {
		display: none;
	}
    .navbar-shrink .small-logo-wrapper #site-logo-small-mobile {
        display: block;
    }
    header .navigation.navbar-shrink {
        padding: 15px 0;
        height: 60px;
    }
    header .show-menu {
        margin-top: 5px;
    }
    .mobile-nav .mobile-menu > ul.language-menu li {
        padding: 0;
    }
    .left-nav.sticky.navbar-shrink .small-logo-wrapper a img {
        height: 40px;
    }
    .flexslider .flex-direction-nav a.flex-prev {
        left: 0;
    }
    .flexslider .flex-direction-nav a.flex-next {
        right: 0;
    }
}
@media screen and (max-width: 768px) {
	.image-background .title {
		font-size: 3rem;
		line-height: 3.5rem;
	}
    .calluna-child-datepicker {
        padding: 0;
    }
    footer.site-footer {
        text-align: center;
    }
    footer.site-footer .widget h3 {
        margin-top: 2rem;
    }
    footer.site-footer .align-items-center {
		display: block;
    }
    footer.site-footer .align-items-center .col-xs-4 {
        margin-bottom: 2rem;
		height: 60px;
		overflow: hidden;
    }
    footer.site-footer .align-items-center .col-xs-4:nth-child(3) {
		clear: right;
    }
    footer.site-footer .align-items-center .col-xs-4 img {
		height: 60px !important;
	}
    footer.site-footer .footer-language ul {
        margin-bottom: 2rem;
    }
    footer.site-footer .footer-language ul, 
    footer.site-footer .footer-simple-links ul {
        justify-content: space-around;
	}
}

/* fix for mobile "erleben" pages paddings */
@media screen and (max-width: 767px) {
	.erleben-paddings .wpb_single_image {
		padding: 0 !important;
	}
	.erleben-paddings .calluna-child-title {
		padding-left: 2rem !important;
	}
	.erleben-paddings .vc_row.vc_row-flex {
		margin-bottom: 1rem !important;
	}
}
/* fir for garten/penthouse mobile tables */
@media screen and (max-width: 767px) {
	.contentTable.priceTable * {
		font-size: .8rem;
	}
}

/* ============================================================
   Old nav: show-menu positioning (kept for backward compat
   if old nav ever re-enabled)
   ============================================================ */
.show-menu {
	min-width: 50px;
}
.show-menu span {
	position: absolute;
	right: 10%;
	top: 50%;
	margin: 0;
	transform: translateY(-10px);
}

/* ============================================================
   NEW CENTERED NAV – 2026
   Layout: [Burger left] [Logo absolute center] [Icons + CTA + Lang right]
   ============================================================ */

/* Mobile nav slides in from LEFT (burger is on the left) */
.mobile-nav {
    right: auto !important;
    left: -320px;
    width: 320px;
}

/* On large screens: wider panel so it doesn't look lost next to the burger */
@media screen and (min-width: 993px) {
    .mobile-nav {
        left: -420px;
        width: 420px;
    }
}

/* Always show burger on all screen sizes */
.nav-centered .show-menu {
    display: flex !important;
    float: none;
    margin: 0;
    padding: 10px 4px;
    min-width: 0;
    align-items: center;
    cursor: pointer;
}

/* Burger: larger lines for the new centered nav */
.nav-centered .show-menu i {
    width: 30px;
    margin-left: -15px; /* re-center after width increase */
}
.nav-centered .show-menu i::before { top: -8px; }
.nav-centered .show-menu i::after  { bottom: -8px; }

/* Reset child-theme absolute span positioning */
.nav-centered .show-menu span {
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}

/* Three-column row — left and right are equal flex:1,
   center is absolutely positioned so the logo is always
   perfectly centred regardless of left/right content width. */
.nav-centered .nav-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 100px;
    transition: min-height 0.3s ease;
}

/* Left column: burger */
.nav-centered .nav-col-left {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    z-index: 1;
}

/* Center column: logo — always true center of the bar */
.nav-centered .nav-col-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    z-index: 2; /* above left/right columns (z-index: 1) so logo stays clickable */
}
.nav-centered .nav-col-center .logo-wrapper,
.nav-centered .nav-col-center .small-logo-wrapper {
    padding: 0;
    text-align: center;
}


/* Large screens: bigger logo + shift down before scroll */
@media (min-width: 993px) {
    .nav-centered .nav-logo {
        height: 120px;
    }
    .nav-centered .nav-col-center {
        transform: translate(-50%, 0);
        transition: transform 0.3s ease;
    }
    .nav-centered.nav-scrolled .nav-col-center,
    .nav-centered.navbar-shrink .nav-col-center {
        transform: translate(-50%, -50%);
    }
}

/* Right column: icons + CTA + language */
.nav-centered .nav-col-right {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
    z-index: 1;
}

/* ── Contact links: ICONS ONLY, always ── */
.nav-centered .nav-contact {
    display: flex;
    align-items: center;
}
.nav-centered .nav-contact-label {
    display: none !important;
}
.nav-centered .nav-contact-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    padding: 6px 8px;
    line-height: 1;
    transition: color 0.2s;
}
.nav-centered .nav-contact-link:hover {
    color: #A07630;
}
.nav-centered .nav-contact-link i {
    font-size: 1.1rem;
    line-height: 1;
}
.nav-centered .nav-contact-link::after {
    display: none !important;
}

/* ── Language switcher ── */
.nav-centered .nav-lang {
    display: flex;
    align-items: center;
}
.nav-centered .nav-lang .header-language {
    display: flex !important;
}

/* ── Always fixed, transparent over hero ── */
nav.nav-centered {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1030;
    background-color: transparent;
    background-image: none;
    transition: background-color 0.4s, box-shadow 0.4s, border-color 0.4s;
    overflow: visible;
}

/* Dark gradient at top of hero images — real element inside the header container.
   Applied via .nav-top-gradient div injected in pagetitle.php. */
.image-background,
.pagetitle.custom-slider {
    position: relative;
}
.nav-top-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 280px;
    background: linear-gradient(to bottom, rgba(0,0,0,0.45), transparent);
    z-index: 1;
    pointer-events: none;
}

/* ── Scrolled: white background, border + shadow (→ old styling) ── */
/* .nav-scrolled is set by our own scroll handler in script.js (reliable).
   .navbar-shrink is the theme's class — kept as fallback. */
nav.nav-centered.nav-scrolled,
nav.nav-centered.navbar-shrink {
    background-color: #ffffff !important;
    background-image: none !important;
    border-bottom: 1px #eee solid;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.nav-centered.nav-scrolled .nav-inner,
.nav-centered.navbar-shrink .nav-inner {
    min-height: 70px;
}
.nav-centered.nav-scrolled .nav-contact-link,
.nav-centered.navbar-shrink .nav-contact-link {
    color: #000 !important;
}
.nav-centered.nav-scrolled .nav-contact-link:hover,
.nav-centered.navbar-shrink .nav-contact-link:hover {
    color: #A07630 !important;
}
.nav-centered.nav-scrolled .show-menu i,
.nav-centered.navbar-shrink .show-menu i {
    background-color: #967a50;
}
.nav-centered.nav-scrolled .header-language .menu .has-dropdown a,
.nav-centered.nav-scrolled .header-language .menu .has-dropdown i,
.nav-centered.navbar-shrink .header-language .menu .has-dropdown a,
.nav-centered.navbar-shrink .header-language .menu .has-dropdown i {
    color: #000 !important;
}

/* ── Icon / burger colours over transparent hero (default) ── */
.nav-centered .nav-contact-link {
    color: #fff;
}
.nav-centered .show-menu i {
    background-color: #fff;
}
.nav-centered .header-language .menu .has-dropdown a.language-toggle,
.nav-centered .header-language .menu .has-dropdown i {
    color: #fff;
}

/* ── Mobile: same rules apply; lang always visible ── */
@media screen and (max-width: 992px) {
    .nav-centered .nav-contact-link {
        padding: 6px 5px;
    }
    .nav-centered .nav-lang .header-language {
        display: flex !important;
    }
}

/* Mobile (≤ 992px): hide contact icons from header, they live in the slide-in menu */
@media screen and (max-width: 992px) {
    .nav-centered .nav-contact {
        display: none;
    }
}

/* Mobile contact block inside the slide-in menu */
.mobile-contact {
    border-top: 1px rgba(255,255,255,0.15) solid;
    margin-top: 20px;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.mobile-contact a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 20px;
    color: inherit;
    font-size: 0.95rem;
    text-decoration: none;
    letter-spacing: normal;
    text-transform: none;
}
.mobile-contact a:hover {
    color: #967a50;
}
.mobile-contact a i {
    width: 18px;
    text-align: center;
    font-size: 1rem;
}


/* modifications asked 11/05 */
/* bigger texts */
#content {
	font-size: 1.1rem;
	line-height: 2rem;
}
#content div.calluna-child-title {
	font-size: 1.05rem;
	line-height: 2rem;
	/*word-break: break-word;*/
}
#content div.calluna-child-title h3 {
	font-size: 2.3rem;
	line-height: 3rem;
	/*word-break: break-word;*/
}
#content div.calluna-child-title h5 {
	font-size: 1.2rem;
	line-height: 2rem;
}
body .mobile-icon {
	display: none;
	color: #967a50;
	font-size: 1.3rem;
	line-height: 1.6rem;
}
@media screen and (max-width: 767px) {
	.page-content {
		padding-top: 0;
	}
	body .mobile-icon {
		display: inline-block;
	}
	body .mobile-icon.fa-phone::before {
		position: relative;
		top: 2px;
	}
	body.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right.vc_tta-panel-title > a {
		/*word-break: break-word;*/
		padding-left: 0;
		padding-right: 0;
	}
	.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-panel-title .vc_tta-title-text {
		padding-right:20px;
	}
	
}
body .theme-default .nivoSlider {
	box-shadow: none;
}
.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-panel-title .vc_tta-title-text {
	font-weight: normal;
	font-size: 24px;
	line-height: 2.4rem;
}



/*
 * Typo Stylings
 * */

.footer_logos .row >* {
	padding:15px;
}


.nivo-caption {display:none !important;}


.home .image-background {
	min-height: calc(100svh - 50px);
	background-position: center !important;
}

.image-background {background-position: center !important;}


.calluna-child-image-gallery .categories .single-category {display:inline-flex;}
