/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* ==========================================================================
   Variables
   ========================================================================== */
/* ============================
   Distances
   ============================ */
/* ============================
   Colors
   ============================ */
/* ============================
   Fonts
   ============================ */
.h1-style {
  font-size: 28px;
  line-height: 34px;
  font-family: 'Suisse Intl';
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .h1-style {
    font-size: 42px;
    line-height: 48px;
  }
}
@media only screen and (min-width: 1024px) {
  .h1-style {
    font-size: 42px;
    line-height: 48px;
  }
}
.h2-style {
  font-size: 28px;
  line-height: 34px;
  font-family: 'Suisse Intl';
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .h2-style {
    font-size: 42px;
    line-height: 48px;
  }
}
@media only screen and (min-width: 1024px) {
  .h2-style {
    font-size: 42px;
    line-height: 48px;
  }
}
.h3-style {
  font-size: 20px;
  line-height: 1.174em;
  font-family: 'Suisse Intl';
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .h3-style {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1024px) {
  .h3-style {
    font-size: 46px;
  }
}
.h4-style {
  font-size: 30px;
  line-height: 1.21em;
  font-family: 'Suisse Intl';
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .h4-style {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .h4-style {
    font-size: 30px;
  }
}
.h5-style {
  font-size: 18px;
  line-height: 24px;
  font-family: 'Suisse Intl';
  font-weight: 400;
}
@media only screen and (min-width: 1024px) {
  .h5-style {
    font-size: 18px;
    line-height: 24px;
  }
}
.h6-style {
  font-size: 18px;
  line-height: 1.333em;
  font-family: 'Suisse Intl';
  font-weight: 400;
}
@media only screen and (min-width: 1024px) {
  .h6-style {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1450px) {
  .h6-style {
    font-size: 28px;
  }
}
.p-style {
  font-size: 16px;
  line-height: 1.4em;
  font-family: 'Suisse Intl';
}
/* ============================
   Forms
   ============================ */
.formFontParagraph {
  font-size: 15px;
  font-family: 'Suisse Intl';
}
@media only screen and (min-width: 1024px) {
  .formFontParagraph {
    font-size: 18px;
  }
}
.ultra-color-title {
  color: #8B4FFF;
  margin-bottom: 20px;
}
body {
  background-color: #fff;
  color: black;
}
h4 {
  padding-top: 32px;
}
h5 {
  margin-top: 24px;
  margin-bottom: 8px;
}
@media only screen and (min-width: 768px) {
  #navigation-bar .home-indicator {
    display: block;
    float: left;
    margin-right: 20px;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    width: 0;
    margin: 0;
    overflow: hidden;
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
    -moz-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
    -o-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
    transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
  body.submenu-active #navigation-bar .home-indicator {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    width: auto;
    margin-right: 20px;
  }
  body.submenu-active #navigation-bar .desktop-navigation-menu.hover .home-indicator {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    width: 0;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    margin: 0;
  }
}
/*# sourceMappingURL=page-imprint.css.map */