/* Document level adjustments */
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");



html {
  font-size: 16px; }

@media (max-width: 900px) {
  html {
    font-size: 14px; } }

@media (max-width: 400px) {
  html {
    font-size: 13px; } }

.nav ul li {
  font-size: 0.9rem;
  font-weight: 500; }

.slidermain .slidercontent ul li {
  font-size: 1.3rem; }

.buttonwrap a {
  font-size: 1.1rem; }

.slider2 .slidercontentwrap .slidecontent p {
  font-size: 1.1rem; }

h1, h2, h3, h4, h5 {
  font-weight: 400; }

/* Type will scale with document */
h1 {
  font-size: 2.5rem;
  font-family: 'Playfair Display', serif; }

h2 {
  font-size: 2.2rem;
  line-height: 1.2;
  font-family: 'Playfair Display', serif; }

h3 {
  font-size: 1.7rem;
  font-family: 'Playfair Display', serif; }

h4 {
  font-size: 1.2rem;
  font-family: 'Playfair Display', serif; }

h5 {
  font-size: 1rem;
  font-family: 'Playfair Display', serif; }

.bannercontent h2 {
  font-size: 5.5rem;
  line-height: 100px;
  font-weight: 400;
  font-family: 'Playfair Display', serif; }

@media (max-width: 767px) {
  .slidermain .slidercontent h2 {
    font-size: 1.4rem;
    padding-top: 20px; } }

.membersignup p {
  display: flex; }

input.bugges {
  float: left;
  margin: 17px 10px 0 0;
  border-radius: 0px !important;
  width: 20px !important;
  height: 20px !important;
  padding: 0px 0px 0px 0px !important; }

div.frame107 {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 0px;
	gap: 40px;
}
div.prices {
	/* prices */
	flex: 1;
	box-sizing: border-box;

	/* Auto layout */
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 10px 20px;
	gap: 8px;

	width: 275px;
	min-height: 156px;

	background: #FFFFFF;
	border: 1px solid #EFEFEF;
	border-radius: 8px;
}

div.insidecontent {
	flex: none;
	order: 0;
	flex-grow: 0;
}

div.insidecontentprice{
	display:block;
}

div.insidecontenttext {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 36px;	
	color: #646464;
}

span.price  {
	display:block;
}
span.month {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	line-height: 56px;
	/* identical to box height, or 156% */
	letter-spacing: 0.02em;
	color: #000000;
}

.desktop {
  display: flex; }

html {
  font-size: 100%; }

/*16px*/
html,
body {
  padding: 0;
  margin: 0; }

body {
  background: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-optical-sizing: auto;
  line-height: 1.75;
  color: #000;
  font-size: 1.25rem;
  font-variation-settings: "slnt" 0; }

p {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  color: #000;
  line-height: 35px;
  margin-top: 20px;
  padding-left:20px;
  padding-right:20px;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 10px 0;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  line-height: 1.3; }

h1 {
  margin-top: 0;
  font-size: 4rem; }

h2 {
  font-size: 4rem; }

h3 {
  font-size: 1.953rem; }

h4 {
  font-size: 1.563rem; }

h5 {
  font-size: 1.25rem; }

strong {
  font-weight: 600; }

/*responsive size for the images*/
img {
  width: 100%;
  height: auto; }

.mobile,
.menubar,
.mobilemenu {
  display: none; }

.wrapper {
  max-width: 100%;
  width: 100%;
  margin: auto; }

/* The sticky class is added to the header with JS when it reaches its scroll position */
.headroom--pinned {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0; }

.headroom--pinned {
  background: #fff; }
  .headroom--pinned .nav ul li a {
    color: #000; }

.home .headroom--pinned {
  background: #fff; }
  .home .headroom--pinned .nav ul li a {
    color: #000; }

header {
  position: relative;
  z-index: 10000; }

div.logo {
  max-width: 211px;
  width: 211px;
  margin-bottom: 10px; }
  div.logo img.sticky {
    display: none; }

.headroom--pinned .logo img.sticky {
  display: block; }

.headroom--pinned .logo img.normal {
  display: none; }

.header {
  display: flex;
  padding-top: 20px;
  align-items: center;
  justify-content: center; }
  .header .logo img {
    position: relative;
    top: 5px;
    left: 20px; }

.home .top {
  background: url(../images/background.webp);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  display: flex;
  flex-direction: column; }

header {
  padding: 10px 0;
  width: 100%;
  margin: 0 auto; }

.logo {
  animation-duration: 2s;
  position: relative;
  margin-left: -15px; }

.nav {
  animation-duration: 2s;
  margin-left: auto; }
  .nav ul {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0; }
    .nav ul li {
      margin: 0px 10px;
      text-transform: uppercase; }
      .nav ul li a {
        color: #000; }
      .nav ul li a:hover {
        text-decoration: none; }
      .nav ul li ul {
        margin: 0;
        padding: 10px 5px;
        min-width: 200px;
        display: none;
        position: absolute;
        border: 0px solid #fff;
        flex-direction: column;
        z-index: 10000;
        padding-top: 18px; }
        .nav ul li ul li {
          margin-left: 0px;
          padding: 10px 10px 10px 20px;
          text-transform: capitalize;
          background: rgba(233, 233, 233, 0.8);
          min-width: 200px;
          text-decoration: none; }
          .nav ul li ul li a {
            color: #333333; }
          .nav ul li ul li a:active,
          .nav ul li ul li a:hover {
            text-decoration: none; }
        .nav ul li ul li:hover {
          background: rgba(209, 209, 208, 0.8); }
        .nav ul li ul li.current-menu-item a {
          border: 0; }
    .nav ul li.lang-item {
      margin-right: 60px; }

.home .nav ul li a {
  color: #fff; }

.nav ul li:hover ul {
  display: block; }

section.banner {
  margin-top: auto;
  padding-bottom: 50px; }
  section.banner .bannercontent .links {
    list-style: none;
    opacity: 0;
    animation-duration: 2s;
    margin: 0;
    padding: 0; }
    section.banner .bannercontent .links li {
      margin-bottom: 10px;
      text-transform: uppercase; }
      section.banner .bannercontent .links li a {
        color: #fff;
        display: inline-block;
        background: url(../images/icon_arrow_right.svg);
        background-repeat: no-repeat;
        background-position: 100% 50%;
        padding-right: 54px; }
    section.banner .bannercontent .links li.learnmore {
      margin-top: 60px; }
      section.banner .bannercontent .links li.learnmore a {
        color: #fff;
        display: inline-block;
        background: url(../images/icon_arrow_down.svg);
        background-repeat: no-repeat;
        background-position: 100% 50%;
        padding-right: 54px; }

section.toglaecier {
  padding-top: 50px;
  padding-bottom: 50px; }
  section.toglaecier .txtbottom {
    display: flex; }
  section.toglaecier .imageblock {
    opacity: 0; }
  section.toglaecier .textblock {
    opacity: 0; }
  section.toglaecier .details {
    opacity: 0; }

.txtbottom {
  display: flex; }

.details {
  opacity: 0; }

.imageblock {
  opacity: 0; }

.textblock {
  margin-top: auto;
  opacity: 0; }
  .textblock p.link {
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 25px;
    font-weight: 500; }
    .textblock p.link a {
      color: #000;
      display: inline-block;
      background: url(../images/icon_arrow_right_black.svg);
      background-repeat: no-repeat;
      background-position: 100% 55%;
      padding-right: 38px;
      text-transform: uppercase;
      text-decoration: none; }
    .textblock p.link a:hover,
    .textblock p.link a:focus {
      text-decoration: none; }
  .textblock h2 {
    margin-bottom: 0; }

.col-md-1-2.details {
  margin-top: 20px; }

section.community {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #E4E4E4; }

section.membership,
section.practicalinfo {
  padding-top: 50px;
  padding-bottom: 50px; }

section.glaeciergus {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #E4E4E4; }

/*footer*/
footer {
  background: #e4e4e4;
  padding: 40px 0 60px 0; }
  footer .footerlogo {
    padding-bottom: 5px; }
    footer .footerlogo img {
      width: 300px; }
  footer .footercol p {
    font-size: 20px; }
  footer .footercol .address {
    font-weight: 700; }
  footer .footercol p.email a {
    text-decoration: none; }
  footer .footercol h4 {
    font-size: 20px;
    font-weight: 700;
    font-family: "inter"; }
  footer .footercol .social {
    padding-top: 7px; }
    footer .footercol .social ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      footer .footercol .social ul li {
        background: url(../images/icon-instagram.svg);
        width: 22.5px;
        height: 22.5px; }
        footer .footercol .social ul li a {
          display: block;
          text-indent: -99999px; }

section.faq {
  padding-top: 40px; }
  section.faq h3 {
    font-size: 20px;
    font-weight: bold; }
  section.faq p {
    font-size: 16px; }
  section.faq .faqcontainer {
    margin-top: 35px;
    padding-left: 20px;
    padding-right: 30px;
    margin-bottom: 40px;
    width: 100%; }

.bw-invite-signup input, .bw-invite-signup select {
  border: 1px solid #eaeaea;
  padding: 10px 20px; }

.bw-invite-signup select {
  height: 40px; }

.bw-invite-signup textarea {
  border: 1px solid #eaeaea; }

.pagecontent h1 {
  margin-top: 85px;
  margin-bottom: 30px; }

.signup-form-container {
  padding-bottom: 260px;
  padding-top: 0px; }
  .signup-form-container .fieldrow {
    margin-bottom: 25px; }
  .signup-form-container .col-left .fieldrow {
    margin-right: 70px; }
  .signup-form-container .col-right .fieldrow {
    margin-left: 70px; }
  .signup-form-container label {
    font-size: 18px;
    font-weight: 500;
    line-height: 31px;
    display: block;
    padding: 0;
    margin: 10px 0px 10px 0px;
    color: #000; }
    .signup-form-container label span {
      color: #df0000;
      display: inline-block;
      padding-left: 5px; }
  .signup-form-container input, .signup-form-container select {
    border: 2px solid rgba(0, 0, 0, 0.2);
    padding: 16px 20px;
    border-radius: 16px;
    margin-bottom: 10px;
    height: 63px; }
  .signup-form-container select {
    padding: 13px 20px; }
  .signup-form-container .twofields {
    display: flex; }
    .signup-form-container .twofields input {
      margin-right: 5px;
      margin-left: 5px; }
    .signup-form-container .twofields input:first-child {
      margin-left: 0px; }
    .signup-form-container .twofields input:last-child {
      margin-right: 0px; }
  .signup-form-container .mtminus100 {
    margin-top: -210px; }
  .signup-form-container button {
    background: rgba(0, 0, 0, 0.2);
    padding: 20px 50px 20px 50px;
    color: white;
    border: 0; }

@media (min-width: 994px) {
  .frow.gutters > [class*=col-md], .frow.gutters > [class*=col-lg] {
    padding-left: 25px;
    padding-right: 25px; } }

@media (min-width: 1512px) {
  .home .top {
    background-repeat: no-repeat;
    background-size: cover !important; } }

@media (min-height: 800px) {
  section.banner {
    margin-top: auto;
    padding-bottom: 150px; } }

/*responsive for mobile and tablets*/
@media (max-width: 993px) {
  .desktop {
    display: none; }
  .wrapper {
    padding-bottom: 0px; }
  .home .top {
    min-height: 100vh !important;
    background-repeat: no-repeat;
    background-size: cover !important; }
  .logo img {
    width: 170px; }
  body {
    font-size: 1rem; }
  h2 {
    font-size: 2rem; }
  p {
    font-size: 0.9rem;
    line-height: 20px; }
  h3 {
    font-size: 1.3rem; }
  .textblock p.link {
    font-size: 15px; }
  .textblock h2 {
    padding-top: 20px; }
  .logo {
    margin-left: 0; }
  .header {
    justify-content: left;
    padding: 10px 0; }
  .mobile {
    display: block; }
  .desktop {
    display: none; }
  section.intro {
    width: 90%;
    padding-bottom: 20px; }
  .mobile,
  .mobilemenu {
    display: block; }
  .desktop {
    display: none; }
  .mobilemenu {
    display: none;
    position: fixed;
    top: 0px;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 100; }
    .mobilemenu .navigation {
      margin-left: auto;
      justify-content: flex-end;
      align-items: center;
      height: 100vh;
      display: flex; }
  body.mobileopen {
    overflow: hidden; }
  .col-md-1-2.details {
    margin-top: 0px; }
  .mobilemenu ul {
    list-style: none;
    padding-left: 20px;
    margin-top: 100px;
    text-align: right;
    padding-right: 50px;
    z-index: 99; }
  .mobilemenu ul li {
    color: #000;
    font-size: 1.3em;
    padding: 10px 0 10px 0;
    margin: 0;
    text-transform: uppercase; }
    .mobilemenu ul li a {
      color: #fff;
      text-decoration: none; }
    .mobilemenu ul li ul li {
      font-size: 1em; }
  .menubar {
    position: absolute;
    right: 20px;
    top: 40px;
    z-index: 100;
    display: flex;
    opacity: 0; }
  .menu-language-mobile-container ul {
    list-style: none;
    padding: 0 20px 0 0;
    margin: 0;
    position: relative;
    top: -5px;
    font-size: 16px; }
    .menu-language-mobile-container ul li a {
      color: #000; }
  .home .menu-language-mobile-container ul li a {
    color: #fff; }
  .home .headroom--pinned .menu-language-mobile-container ul li a,
  .mobileopen .menu-language-mobile-container ul li a {
    color: #000; }
  span.open {
    margin-top: 8.5px;
    height: 2px;
    background-color: #000;
    position: relative;
    display: block;
    transform: translateY(-50%);
    cursor: pointer;
    width: 25px; }
  .home span.open {
    background-color: #fff; }
  .home .headroom--pinned span.open {
    background-color: #000; }
  span.open:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: inherit;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    transform: translateY(-5px); }
  span.open:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: inherit;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    transform: translateY(5px); }
  .menubar span.close {
    margin-top: 9px;
    height: 2px;
    background-color: #000;
    position: relative;
    display: block;
    transform: translateY(-50%);
    cursor: pointer;
    width: 20px;
    visibility: hidden;
    top: 0; }
  .menubar div.close {
    top: 0; }
  .home span.close {
    background-color: #fff; }
  .home .headroom--pinned span.close {
    background-color: #000; }
  span.close:before {
    transform: rotate(45deg);
    visibility: visible;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: inherit;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none; }
  span.close:after {
    transform: rotate(-45deg);
    visibility: visible;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: inherit;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none; }
  .mobileopen .logo img.sticky {
    display: block; }
  .mobileopen .logo img.normal {
    display: none; }
  .mobilemenu ul li.lang-item {
    display: none; }
  .mobilehide {
    display: none; }
  .frow-container {
    padding-left: 0;
    padding-right: 0; }
  .frow.gutters {
    margin-left: 0px;
    margin-right: 0px; }
  .frow.gutters > [class*=col-md] {
    padding-left: 0px;
    padding-right: 0px; }
  section.banner .bannercontent .links {
    padding-left: 20px; }
  section.toglaecier {
    background: #E4E4E4; }
  section.toglaecier,
  section.membership,
  section.practicalinfo {
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px; }
    section.toglaecier .txtbottom,
    section.membership .txtbottom,
    section.practicalinfo .txtbottom {
      order: 2; }
    section.toglaecier .imageblockcol,
    section.membership .imageblockcol,
    section.practicalinfo .imageblockcol {
      order: 1; }
  section.community,
  section.glaeciergus,
  section.toglaecier,
  section.membership,
  section.practicalinfo {
    padding-top: 0px;
    padding-bottom: 0px;
    background: #E4E4E4;
    margin: 20px;
    clear: both;
    overflow: hidden; }
  section.practicalinfo {
    margin-bottom: 0px; }
  .textblock {
    padding-left: 10px;
    padding-right: 10px; }
  .details p {
    padding-left: 10px;
    padding-right: 10px; }
  .details .learnmorecontent {
    text-align: center;
    position: relative;
    margin: 0;
    padding: 10px 0 0; }
    .details .learnmorecontent span {
      display: inline-block;
      margin: 0;
      padding: 10px 20px;
      background: url(../images/arrow-down-mobile.svg);
      background-repeat: no-repeat;
      background-position: center;
      padding-bottom: 50px;
      font-weight: 500; }
  .details .learnlesscontent {
    text-align: center;
    position: relative;
    margin: 0;
    display: none;
    margin: 0;
    padding: 10px 0 0; }
    .details .learnlesscontent span {
      display: inline-block;
      padding: 10px 20px;
      background: url(../images/arrow-up-mobile.svg);
      background-repeat: no-repeat;
      background-position: center;
      padding-bottom: 50px;
      font-weight: 500; }
  .pagecontent h1 {
    font-size: 32px;
    font-weight: 500;
    margin-left: 20px; }
  section.faq .faqcontainer {
    margin-top: -5px;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%; }
  section.faq {
    padding-top: 40px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px; }
  section.faq .accordion h3 {
    font-size: 0.9rem;
    font-weight: bold; }
  section.faq .accordion h3.ui-accordion-header-collapsed {
    background: url(../images/icon-down-accordion.svg);
    background-repeat: no-repeat;
    background-position: 100% 30% !important;
    background-size: 12px 6px !important;
    padding-right: 50px;
    border-bottom: 1px solid #808080 !important;
    margin-top: 0 !important;
    height: 30px !important; }
  section.faq .accordion h3.ui-accordion-header-active, #accordion1 h3.ui-accordion-header-active {
    background: url(../images/icon-up-accordion.svg);
    background-repeat: no-repeat;
    background-position: 100% 30% !important;
    background-size: 12px 6px !important;
    padding-right: 50px;
    height: 30px !important; }
  #accordion, #accordion1 {
    width: 100%; }
  section.toglaecier .imageblock,
  .imageblock,
  section.toglaecier .textblock,
  section.toglaecier .details,
  .textblock,
  .details {
    opacity: 1 !important; }
  section.faq p {
    font-size: 14px; }
  .pagecontent h1 {
    margin-top: 25px;
    margin-bottom: 0; }
  footer {
    clear: both;
    overflow: hidden;
    margin-top: 20px;
    padding: 60px 0; }
    footer .footercol {
      text-align: center;
      line-height: 31px;
      padding-bottom: 25px; }
      footer .footercol p {
        line-height: 31px; }
    footer .social ul {
      text-align: center;
      display: flex;
      justify-content: center; }
  .signup-form-container {
    margin-left: 20px;
    margin-right: 20px;
    position: relative; }
  .signup-form-container label span {
    color: #df0000;
    display: inline-block;
    padding-left: 5px; }
  .signup-form-container .col-left .fieldrow,
  .signup-form-container .col-right .fieldrow {
    margin-right: 0px;
    margin-left: 0px; }
  .signup-form-container input, .signup-form-container select {
    margin-bottom: 20px; }
  .signup-form-container .mtminus100 {
    margin-top: 0; }
  .membersignup {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0; }
  .signup-form-container button {
    width: 100%; }
  .signuppage h3 {
    margin-left: 20px;
    margin-right: 20px; }
  .signuppage p {
    margin-left: 20px;
    margin-right: 20px; }
  .mobileopen .headroom--pinned,
  .home.mobileopen .headroom--pinned {
    background: transparent; }
  div.frame107 {
    flex-direction:column;
  }
	span.price {
		display:inline;
		font-size : 14 px;
		line-height : 22px;
	}
	div.insidecontentprice{
		display:block;
	}
	div.prices{
		width: 333px;
		padding: 10px 12px 10px 12px;
		min-height: 71px;
	}
	div.insidecontenttext{
		width: 333px;
	}	
	span.month{
		font-size : 28px;
	}
}

#signup-message {
    background-color: #f2dede; /* light red background */
    color: #a94442; /* darker red text for readability */
    border: 1px solid #dca7a7;
    padding: 10px;
    margin: 20px 0;
    border-radius: 5px;
    text-align: center;
    font-size: 1.2em;
}
