@font-face {
  font-family: 'Basier Square';
  src: url("../../fonts/basiersquare-regular-webfont.woff2") format("woff2"), url("../../fonts/basiersquare-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --color-primary: #e7a285;
  --color-secondary: #34dbc5;
  --color-gradient-start: #e6dee9;
  --color-gradient-stop: #fdcbf1;
  --color-gradient-start-secondary: #FFD194;
  --color-gradient-stop-secondary: #D1913C;
}
body {
  font-family: 'Basier Square', sans-serif;

  line-height: 1.5em;
  font-size: 18px;
  color: #808291;
    background: #fff;
}
.content {
    background-image: url(../bilder/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}
@media (max-width: 768px) {
.content {
    background-image: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}}

.h1, h1,
.h2, h2,
.h3, h3,
.h4, h4,
.h5, h5,            
.h6, h6 {
    /**font-family: 'Kalam', cursive;**/
    font-family: 'futura-pt', sans-serif;
  font-weight: 600;
  color: #e7a285;
}

.h1, h1 {
  line-height: 1.2em;
  font-size: 52px;
}

.h2, h2 {
  line-height: 1.083em;
  font-size: 48px;
}

.h3, h3 {
  line-height: 1.2em;
  font-size: 32px;
      font-family: 'futura-pt', sans-serif;
}

.h4, h4 {
  font-weight: 400;
  line-height: 1.5;
  font-size: 24px;
      font-family: 'futura-pt', sans-serif;
}

.h5, h5 {
  font-weight: 400;
  line-height: 1.7;
  font-size: 21px;
      font-family: 'futura-pt', sans-serif;
}

.h6, h6 {
  font-weight: 400;
  line-height: 1.5;
  font-size: 17px;
  color: #a7a9b8;
      font-family: 'futura-pt', sans-serif;
}

.main-nav > li > a {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #181b31;
      font-family: 'futura-pt', sans-serif;
}


@media (min-width: 1200px) {
  .main-header .is-stuck {
    background: #ffffff !important;
  }
  .mainbar-wrap.is-stuck .social-icon a,
  .mainbar-wrap.is-stuck .header-module .ld-module-trigger,
  .mainbar-wrap.is-stuck .main-nav > li > a {
    color: #353535 !important;
  }
}
.main-nav-hover-underline-2 > li > a .link-ext {

    display: inline-block;
    width: 107%;
    height: 0.2em;
    position: absolute;
    bottom: 0.25em;
    left: -3.5%;
    background: #e7a285;
    transition: -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);

}
.intro-1 {
  line-height: 1.2em;
  font-size: 100px !important;
    margin-bottom: 1rem;
}
.intro-2 {
  line-height: 1.2em;
  font-size: 80px !important;
    margin-bottom: 1rem;
    margin-top: 1rem !important;
}
@media (max-width: 992px) {
  .main-nav-hover-underline-2 > li > a .link-ext {
	  display: none;
  }

}
