/* css abbvie-arzneimittelsuche */
/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v30-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/roboto-v30-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-family: 'SackersGothicLight';
  src: url('../fonts/sackers_gothic_light_at-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal; }
body, h2, h3, h4, p {
  font-family: 'Roboto';
  font-weight: 400 !important; }

h1, h1 span {
  font-family: "SackersGothicLight" !important;
  color: #fff;
  font-size: 45px !important;
  font-weight: 400 !important;
  line-height: 130%; }

h2, h4 {
  font-family: 'Roboto';
  font-size: 24px !important;
  line-height: 150%;
  color: #fff; }

@media (max-width: 767px) {
  h1, h1 span {
    font-size: 26px !important;
    font-weight: 400 !important; }

  h2, h4 {
    font-size: 20px !important; } }

html, body {
  width: 100vw !important;
  height: 100%;
  min-height: 100vh !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative; }

#global-header,
#global-header .global-header {
  height: 70px; }

main.content-area {
  min-height: auto !important;
  height: calc(100vh - 250px);
  overflow: hidden; }

#global-footer, .global-footer {
  height: 140px !important;
  max-height: 140px;
  overflow: hidden; }

.cloudservice.abbviecustomcloudservice.configpage #teconsent {
  height: 40px !important;
  max-height: 40px !important;
  transition: none !important; }
  .cloudservice.abbviecustomcloudservice.configpage #teconsent > a {
    display: block;
    padding-top: 8px;
    transition: none !important;
    font-size: 18px; }
    @media screen and (max-width: 767px) {
      .cloudservice.abbviecustomcloudservice.configpage #teconsent > a {
        padding-top: 12px;
        font-size: 14px; } }

#global-header .global-header-logo {
  width: 200px; }
  @media screen and (max-width: 767px) {
    #global-header .global-header-logo {
      width: 150px; } }
#global-header .brand-logo a img {
  max-width: 250px;
  height: auto; }
  @media screen and (max-width: 767px) {
    #global-header .brand-logo a img {
      max-width: 150px; } }

.hero-banner {
  position: relative;
  background-color: #000000; }
  .hero-banner .hero-banner-image .image-container {
    position: relative;
    max-width: 100%;
    overflow: hidden;
    height: calc(100vh - 220px); }
    .hero-banner .hero-banner-image .image-container img {
      width: auto !important;
      min-width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.8; }
  .hero-banner .hero-banner-content {
    position: relative;
    padding: 0 !important;
    display: flex;
    -ms-flex: 0 0 66.6666666667% !important;
    flex: 0 0 66.6666666667% !important;
    max-width: 66.6666666667% !important;
    flex-direction: column;
    justify-content: center; }
    @media screen and (max-width: 991px) {
      .hero-banner .hero-banner-content {
        width: 90% !important;
        max-width: none !important; } }
    @media screen and (max-width: 767px) {
      .hero-banner .hero-banner-content {
        width: 100% !important;
        max-width: none !important; } }
    .hero-banner .hero-banner-content .hero-banner-content__inner {
      padding-bottom: 50px; }
      @media screen and (max-width: 767px) {
        .hero-banner .hero-banner-content .hero-banner-content__inner {
          padding-left: 50px;
          padding-right: 50px; } }
      @media screen and (max-width: 480px) {
        .hero-banner .hero-banner-content .hero-banner-content__inner {
          padding-left: 30px;
          padding-right: 30px; } }
    .hero-banner .hero-banner-content .search-bar .search-input {
      height: 55px;
      max-width: 730px; }
      @media screen and (max-width: 767px) {
        .hero-banner .hero-banner-content .search-bar .search-input {
          width: 100%;
          max-width: 500px; } }
      .hero-banner .hero-banner-content .search-bar .search-input input[type=search] {
        height: 100%;
        padding: 4px 50px 0 25px;
        border: 0 none;
        display: flex;
        align-content: center;
        box-shadow: none;
        color: #2d2926;
        font-family: 'Roboto';
        font-size: 13px;
        line-height: 13px; }
      .hero-banner .hero-banner-content .search-bar .search-input button.search-icon {
        height: 100%;
        width: 50px;
        top: 0;
        transform: none;
        -webkit-transform: none; }
        .hero-banner .hero-banner-content .search-bar .search-input button.search-icon svg {
          display: none; }
        .hero-banner .hero-banner-content .search-bar .search-input button.search-icon:after {
          content: "";
          position: absolute;
          top: 50%;
          right: 15px;
          transform: translateY(-12px);
          height: 24px;
          width: 24px;
          background: transparent url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBmaWxsPSIjMzMzIiBkPSJNNTA3LjMgNDg0LjdsLTE0MS41LTE0MS41QzM5NyAzMDYuOCA0MTUuMSAyNTkuNyA0MTUuMSAyMDhjMC0xMTQuOS05My4xMy0yMDgtMjA4LTIwOFMtLjAwMDIgOTMuMTMtLjAwMDIgMjA4UzkzLjEyIDQxNiAyMDcuMSA0MTZjNTEuNjggMCA5OC44NS0xOC45NiAxMzUuMi01MC4xNWwxNDEuNSAxNDEuNUM0ODcuOCA1MTAuNCA0OTEuOSA1MTIgNDk2IDUxMnM4LjE4OC0xLjU2MiAxMS4zMS00LjY4OEM1MTMuNiA1MDEuMSA1MTMuNiA0OTAuOSA1MDcuMyA0ODQuN3pNMjA4IDM4NEMxMTAuMSAzODQgMzIgMzA1IDMyIDIwOFMxMTAuMSAzMiAyMDggMzJTMzg0IDExMC4xIDM4NCAyMDhTMzA1IDM4NCAyMDggMzg0eiIvPjwvc3ZnPg==") center center no-repeat;
          background-size: contain; }

#global-footer footer a:link, #global-footer footer a:hover, #global-footer footer a:active, #global-footer footer a:visited {
  color: #8e9eb4 !important;
  font-size: 13px !important;
  text-decoration: none;
  border: 0 none;
  font-family: 'Roboto' !important; }
#global-footer footer .copyright {
  font-size: 13px !important; }
#global-footer .column-control-wrapper.customMarginLeft.customMarginRight {
  margin: auto !important; }
  #global-footer .column-control-wrapper.customMarginLeft.customMarginRight .bg-container .headline-text > div:not(.mb-0):not(.m-0) {
    margin-bottom: 0; }
  #global-footer .column-control-wrapper.customMarginLeft.customMarginRight .bg-container ul {
    margin: 20px auto 5px;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: center; }
    @media screen and (max-width: 767px) {
      #global-footer .column-control-wrapper.customMarginLeft.customMarginRight .bg-container ul {
        margin: 15px auto 5px;
        flex-direction: column; } }
    #global-footer .column-control-wrapper.customMarginLeft.customMarginRight .bg-container ul li {
      margin: 10px; }
      @media screen and (max-width: 767px) {
        #global-footer .column-control-wrapper.customMarginLeft.customMarginRight .bg-container ul li {
          padding: 0;
          margin: 0;
          width: 100%;
          text-align: center; } }
#global-footer .headline-text {
  font-size: 12px !important; }

h1 {
  font-family: "SackersGothicLight" !important;
  text-transform: uppercase;
  color: #fff;
  font-size: 45px !important;
  line-height: 130%;
  margin: 0 0 50px; }

h2, h4 {
  font-size: 24px !important;
  font-weight: normal !important;
  line-height: 150%;
  color: #fff;
  margin-bottom: 50px;
  font-family: 'Roboto' !important;
  padding-top: 20px; }

@media (max-width: 700px) {
  h1 {
    font-size: 26px !important; }

  h2, h4 {
    font-size: 20px !important; } }
@media (max-width: 480px) {
  #global-footer, footer, .global-footer {
    height: 166px !important;
    max-height: 166px !important;
    overflow: hidden;
    }
  h1 {
    font-size: 20px !important; }

  h2, h4 {
    font-size: 16px !important; } }
@media (max-width: 380px) {
  h1 {
    font-size: 18px !important; }

  h2, h4 {
    font-size: 14px !important; } }
.headline-text a:not(.btn):not(.multi-steps-forward):not(.multi-steps-back) {
  color: var(--bs-primary);
  border-bottom: 0rem solid var(--bs-primary) !important; }

.global-header-navigation {
  display: none !important; }

/*# sourceMappingURL=abvamsearc_twtdh1.css.map */
