/* 1200px */
/* 767px */
/* 1199px */
/* 991px */
/* posdoc
  name: Media Query Mixin
  description: This mixin offers a predefined set of media queries.
  data:
*/
/* posdoc
    pos-scss/tools/media-query.scss:
        '<code>
            <b>Usage:</b>@include media-query($screen-size)<br><br>
            $screen-size can take one of the following values:<br>
            <b>small</b><br>
            only for small screen<br>
            max-width: 767px<br><br>
            <b>medium</b><br>
            only for medium screens<br>
            min-width: 768px and max-width: 1199px<br><br>
            <b>medium-portrait</b><br>
             only for medium screens in portrait mode<br>
             min-width: 768px and max-width: 991px<br><br>
            <b>medium-landscape</b><br>
            only for medium screens in landscape mode<br>
            min-width: 992px and 1199px<br><br>
            <b>large</b><br>
            only for large screens<br>
            min-width: 1200px<br><br>
            <b>small-medium</b><br>
            small and medium screen sizes<br>
            max-width: 1199px<br><br>
            <b>small-medium-portrait</b><br>
            small and medium in portrait mode screen sizes<br>
            max-width: 991px<br><br>
            <b>medium-large</b><br>
            medium and large screen sizes<br>
            min-width: 768px<br><br>
            <b>medium-landscape-large</b><br>
            medium in landscape mode and large screen sizes<br>
            min-width: 992px<br><br>
        </code>'
*/
:root {
  --font-weight-header: 400;
  --font-family-header: Droid, Arial, Helvetica, sans-serif;
  --font-family-hero: Droid, Arial, Helvetica, sans-serif;
}

@font-face {
  font-family: Droid;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Droid Sans Regular"), local("DroidSans-Regular"), url("https://img.ui-portal.de/ci/mailcom/global/fonts/DroidSans/DroidSans-webfont.woff") format("woff");
}
.pos-brand-icon--default {
  width: 112px;
  height: 30px;
  margin-top: 5px;
}

.pos-brand-icon--small {
  width: 28px;
  height: 28px;
  margin-left: 8px;
  font-size: 26px;
}

.pos-brand-title {
  margin-left: 16px;
  font-family: Droid;
  font-size: 28px;
}

.pos-brand-title--small {
  margin-left: 12px;
  font-size: 26px;
}

.pos-brand-title--default {
  margin-top: -4px;
}

.pos-header__content {
  margin-top: -1px;
}

.pos-header--small .pos-header__content {
  margin-top: -2px;
}

onereg-app .pos-header .pos-brand-title {
  margin-left: 12px;
  font-size: 26px;
}
@media screen and (min-width: 768px) {
  onereg-app .pos-header .pos-brand-title {
    margin-left: 20px;
    font-size: 32px;
  }
}

.email-alias-check-select {
  width: 190px;
}

.pos-brand-icon {
  margin: 0;
}
.pos-brand-icon--small {
  width: 28px;
  height: 28px;
  margin-top: -2px;
}

.pos-header__content {
  margin-top: 0;
}
/*# sourceMappingURL=bt_mailcom.css.map */
