/*
Theme Name: Gl-Pharma
*/
html, button, input, select, textarea,
.pure-g [class*="pure-u"],
.pure-g-r [class*="pure-u"] {
  font-family: 'Roboto', sans-serif; }

* {
  box-sizing: border-box;
  font-feature-settings: "liga=0"; }

html {
  -webkit-font-smoothing: subpixel-antialiased; }

body {
  min-width: 1000px;
  background: #eaeced;
  font-weight: 300; }

/* Vars */
a {
  outline: 0;
  color: #0054a2; }
  a:hover {
    color: #25a2e3; }
  a:focus {
    outline: 0;
    text-decoration: underline; }

hr {
  border: none;
  border-bottom: 1px solid #a1a5a7; }

hr.gl-element__hr-space {
  border: none;
  border-bottom: 1px solid #a1a5a7;
  margin: 2em 0; }

input[type="text"],
input[type="password"],
textarea {
  background: #eaeced;
  width: 100%; }

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
  background: #ffffff; }

/* Helpers */
.clearfix:after, .downloads-list li:after, .button-group--produkt:after, .gl-therapiegebiete > li:after, .gl-element__content .gl-therapiegebiete > li:after, .history-list__item:after, .gl-element__editor-content:after, .container:after, .gl-map:after, .gl-element__content:after,
.gl-element__heading:after, .content-box__content:after, .footer__content:after, .teaser__content:after, .header__subnavigation ul:after, .header__navigation-content:after, .header__top:after {
  content: "";
  display: table;
  clear: both; }

.hide-text, .social-button, .job-offer-list__item--active .job-offer-list__more, .teaser__nav-item, .searchform input[type="submit"] {
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden; }

.hidden, .screen-reader-text, .screen-reader-response {
  display: none; }

.container, .gl-map, .gl-element__content,
.gl-element__heading, .content-box__content, .footer__content, .teaser__content, .header__subnavigation ul, .header__navigation-content, .header__top {
  width: 960px;
  margin: 0 auto;
  position: relative; }

/* Header */
.header {
  width: 100%;
  background: white; }

.header__top {
  height: 92px; }

.header__logo {
  background: url(images/logo.png);
  text-indent: -100%;
  display: block;
  overflow: hidden;
  width: 256px;
  height: 30px;
  position: relative;
  top: 30px;
  left: 15px; }

.header__toplinks, .header__language-switcher {
  font-size: 0.625em;
  text-transform: uppercase;
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  right: 140px;
  top: 10px; }
  .header__toplinks li, .header__language-switcher li {
    float: left;
    margin-left: 30px; }
  .header__toplinks a, .header__language-switcher a {
    color: #a1a5a7;
    text-decoration: none; }

.header__language-switcher {
  right: 0; }
  .header__language-switcher li {
    margin: 0 0 0 10px; }

.current-lang {
  position: relative; }
  .current-lang:before {
    content: '';
    height: 9px;
    width: 11px;
    background: url(images/language-indicator.png);
    display: block;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -5px; }

.header__navigation {
  background-color: #868c91;
  background-image: linear-gradient(to bottom, #5c6369 0%, #9ca2a7 100%);
  border-top: 1px solid #4c535a;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  z-index: 999;
  position: relative; }

.header__navigation-content ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.header__navigation-content > ul {
  width: 800px; }
  .header__navigation-content > ul > li {
    float: left;
    display: inline-block;
    position: relative; }
    .header__navigation-content > ul > li:hover {
      background: rgba(255, 255, 255, 0.3); }
      .header__navigation-content > ul > li:hover ul {
        display: block; }
    .header__navigation-content > ul > li a {
      color: #FFFFFF;
      text-decoration: none;
      padding: 0 15px;
      line-height: 30px;
      font-weight: 300; }

.header__navigation-content ul ul {
  display: none;
  position: absolute;
  background: white;
  z-index: 1;
  width: 360px;
  padding-bottom: 20px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
  overflow: hidden; }
  .header__navigation-content ul ul:before {
    content: '';
    display: block;
    background: black;
    height: 10px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
    margin-top: -10px;
    width: 100%; }
  .header__navigation-content ul ul li:hover a {
    color: #25a2e3; }
  .header__navigation-content ul ul li a {
    font-size: 1.25em;
    margin-top: 10px;
    display: block;
    font-weight: 300;
    color: #0054a2; }
  .header__navigation-content ul ul p {
    padding: 0 15px;
    margin: 0;
    color: #7d868c;
    font-size: 0.875em;
    line-height: 1; }

.header__subnavigation {
  position: relative;
  background: #bfc2c4;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  z-index: 998; }
  .header__subnavigation ul {
    list-style: none;
    padding: 0; }
  .header__subnavigation li {
    float: left;
    line-height: 1.5em; }
    .header__subnavigation li a {
      font-size: 0.875em;
      color: #5c6369;
      padding-left: 20px;
      text-decoration: none; }
      .header__subnavigation li a:hover {
        color: #7d868c; }

.searchform {
  width: 160px;
  float: right; }
  .searchform input[type="submit"] {
    padding: 0;
    width: 20%;
    float: left;
    border: 0;
    height: 26px;
    background: url(images/lupe.png) no-repeat center center; }
  .searchform input[type="text"] {
    width: 80%;
    border-radius: 2px;
    height: 16px;
    line-height: 16px;
    color: white;
    padding: 0 5px;
    background: linear-gradient(to bottom, #474e54 0%, #757c81 100%);
    border: 0;
    float: right;
    margin-top: 5px;
    font-size: 0.625em; }
    .searchform input[type="text"]:focus {
      color: black; }

.teaser {
  height: 460px;
  position: relative;
  z-index: 100;
  overflow: hidden;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2); }

.teaser__nav {
  background: none;
  z-index: 100;
  margin: 0 auto;
  width: 960px;
  position: absolute;
  left: 50%;
  bottom: 20px;
  margin-left: 438px; }

.teaser__nav-item {
  background: url(images/slider-navigation-sprite.png) 0 -10px;
  width: 9px;
  height: 10px;
  display: block;
  float: left;
  margin-left: 5px; }

.teaser__nav-item--active {
  background-position: 0 0; }

.teaser__item {
  overflow: hidden;
  height: 460px;
  background-position: center center;
  position: absolute;
  min-width: 960px;
  width: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in;
  background-size: cover;
  z-index: 98; }

.teaser__item--visible {
  opacity: 1;
  z-index: 99; }

.teaser__content {
  height: 460px; }
  .teaser__content:before {
    content: '';
    display: block;
    height: 460px;
    width: 1124px;
    left: -1124px;
    position: absolute;
    top: 0px;
    background: url(images/waben-fade.png) no-repeat right top; }
  .teaser__content:after {
    content: '';
    display: block;
    height: 460px;
    width: 1124px;
    right: -1160px;
    position: absolute;
    top: 0px;
    background: url(images/waben-fade.png) no-repeat left top; }

.teaser__heading {
  background: url(images/title-bg.png) repeat-y;
  color: white;
  padding: 10px 100px 10px 15px;
  width: 723px;
  right: 0px;
  height: 190px;
  position: absolute; }
  .teaser__heading h2 {
    margin: 0;
    padding: 50px 0 0 0;
    font-size: 2.375em;
    line-height: 1.1; }

.teaser__heading-poshelp {
  position: absolute;
  bottom: 12px;
  padding-right: 100px; }

.teaser__subline {
  font-weight: 500;
  line-height: 1.5;
  font-size: 16.5px;
  margin: 0; }

/* Produktslide */
.teaser__item--produktslide {
  background-color: #3fa0ec;
  background-size: cover;
  background: linear-gradient(to bottom, #3fa0ec 0%, #80c7ff 100%); }

.teaser__content--produktslide {
  background-repeat: no-repeat;
  background-position: 15px center;
  position: relative; }

.teaser__heading--produktslide {
  background: url(images/title-bg.png) repeat-y right top;
  width: 485px;
  height: 190px; }
  .teaser__heading--produktslide h2, .teaser__heading--produktslide h3 {
    margin: 0; }
  .teaser__heading--produktslide hgroup {
    width: 370px; }

.teaser__produktinfos {
  color: white;
  width: 485px;
  position: absolute;
  top: 183px;
  left: 485px; }

.teaser__produktinfos-wirkstoff {
  font-size: 0.875em;
  margin-bottom: 0.5em; }

.teaser__produktinfos-intro {
  margin-top: 0;
  font-size: 1.125em;
  margin-bottom: 0.5em; }

.teaser__produktinfos-link {
  font-size: 0.875em;
  color: white; }
  .teaser__produktinfos-link:hover {
    color: white; }

/* gl-element--produkt */
.gl-produktbild {
  position: absolute;
  top: 0;
  left: 0; }

.gl-element--produkt .gl-heading3 {
  margin-top: 60px; }

.gl-element--produkt .gl-element__heading-container h1 {
  width: 438px; }

.footer .pure-u-4-5 {
  width: 79.99%; }

.footer__content {
  font-weight: 300;
  margin-bottom: 30px;
  overflow: hidden; }
  .footer__content h2 {
    font-size: 1.125em;
    margin: 0;
    padding: 30px 0 8px;
    font-weight: 300; }
  .footer__content ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .footer__content ul li p {
    padding: 2px 0 5px 0;
    margin: 0;
    color: #7d868c;
    font-size: 0.75em; }
  .footer__content a {
    color: #0054a2;
    font-size: 0.875em;
    text-decoration: none; }
    .footer__content a:hover {
      color: #25a2e3; }

.footer__sitemap {
  position: relative; }
  .footer__sitemap > li {
    width: 25%;
    padding-right: 10px;
    float: left; }
  .footer__sitemap .sub-menu > li {
    margin-bottom: 8px; }
  .footer__sitemap > li > a {
    color: #000000;
    font-size: 1.125em;
    margin: 0;
    padding: 30px 0 8px;
    font-weight: 300;
    display: block;
    line-height: inherit;
    cursor: text; }
    .footer__sitemap > li > a:hover {
      color: inherit;
      cursor: text; }

/* Content Boxes */
.content-box--home {
  background: #0053a1;
  height: 228px;
  position: relative;
  z-index: 101;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4); }
  .content-box--home:before {
    content: '';
    display: block;
    height: 1px;
    padding: 5px 0 0 0;
    border-bottom: 1px solid #003f7c;
    box-shadow: 0px 1px 2px rgba(0, 63, 124, 0.5); }

/* Column Shortcodes */
.one_half, .one_fourth, .one_third, .two_third {
  width: 50%;
  float: left;
  padding-right: 25px; }

.one_third {
  width: 33.3333%; }

.two_third {
  width: 66.6666%; }

.one_fourth {
  width: 25%; }

.clear_column {
  clear: both; }

/* GL Elements  */
.gl-element {
  background: white;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
  position: relative;
  padding-bottom: 144px;
  overflow: hidden;
  background-size: cover; }

.gl-element--produkt .gl-element__back-link {
  right: 85px; }

.gl-element__back-link {
  position: absolute;
  right: 20px;
  bottom: 15px;
  font-size: 0.8125em; }

.gl-element__content {
  color: #444444;
  padding-left: 256px; }
  .gl-element__content ul li, .gl-element__content ol li {
    margin: 0.5em 0; }
  .gl-element__content ol li li:before {
    content: counter(item, lower-alpha) ". ";
    display: table-cell;
    padding-right: 0.6em; }
  .gl-element__content ol li ul li:before {
    content: none; }

.modal__heading, .gl-element__editor-content h3, .gl-heading3 {
  font-weight: 300;
  margin-bottom: 0.5em;
  padding-bottom: 0.25em;
  color: #0054a2;
  font-size: 1.7142857143em;
  border-bottom: 1px solid #a1a5a7; }

.gl-element__editor-content {
  font-size: 0.875em; }
  .gl-element__editor-content ul {
    list-style: none;
    padding-left: 0; }
    .gl-element__editor-content ul li {
      padding-left: 0.7em;
      position: relative;
      margin-bottom: 0.5em; }
      .gl-element__editor-content ul li:before {
        content: '- ';
        display: block;
        position: absolute;
        left: 0; }
  .gl-element__editor-content table {
    width: 100%;
    margin-bottom: 27px; }
    .gl-element__editor-content table td {
      vertical-align: top;
      padding: 5px 0 5px 10px; }
      .gl-element__editor-content table td:first-child {
        padding-left: 0; }
  .gl-element__editor-content p:last-child {
    margin-bottom: -4px; }
  .gl-element__editor-content img.oversize {
    margin-left: -258px; }

.gl-element__subline {
  font-size: 1.125em;
  font-weight: 300;
  margin: 1.6em 0; }

.gl-element__bigger {
  font-size: 1.125em;
  font-weight: 300; }

.gl-element__heading-wrapper {
  background-position: center center;
  height: 460px;
  background-repeat: no-repeat;
  background-size: cover; }

.gl-element__heading-container {
  background: url(images/title-bg-blue.png) repeat-y right 0px;
  color: white;
  padding: 10px 100px 15px 20px;
  width: 724px;
  height: auto;
  float: right; }
  .gl-element__heading-container h1 {
    margin: 0;
    font-size: 2.375em;
    line-height: 1.1; }
  .gl-element__heading-container p {
    margin: 0 0 0.8em 0;
    font-size: 0.875em; }
  .gl-element__heading-container a {
    color: white;
    text-decoration: none; }

.gl-element__heading-poshelp {
  position: absolute;
  bottom: 15px; }

.gl-element__heading-container--narrow-blue {
  width: 490px;
  margin-right: 0;
  height: 190px; }

.gl-element__heading-biglink {
  font-size: 1.125em; }

.gl-element__heading-container--small-gray {
  padding-top: 25px;
  background: url(images/title-bg-gray.png) repeat-y right 0px; }

.gl-element__heading-container--small-blue {
  padding-top: 25px;
  background: url(images/title-bg.png) repeat-y right 0px; }

.gl-element__heading-container--small-solid-blue {
  background: #00379a;
  width: 704px;
  padding-top: 1.5em;
  margin-right: 0; }

.gl-element__heading-container--big-blue {
  background: url(images/title-bg.png) repeat-y;
  height: 190px; }

.gl-element__heading-container--big-solid-blue {
  min-height: 190px; }

.gl-element__heading-container--therapiegebiet {
  background: #0054a2;
  min-height: 190px; }

/* Nicht ganz so class */
.gl-element--geschichte, .gl-element--gray {
  background: #eaeced; }

.gl-element--management {
  background: #e5f3f9 center top; }

.gl-element--headline-2 {
  padding-bottom: 54px; }

.gl-element--waben-fade:before {
  content: '';
  display: block;
  height: 316px;
  width: 910px;
  left: 50%;
  margin-left: -1430px;
  position: absolute;
  top: 0px;
  background: url(images/waben-fade.png) right top; }

.gl-element--waben-fade:after {
  content: '';
  display: block;
  height: 316px;
  width: 910px;
  left: 50%;
  margin-left: 520px;
  position: absolute;
  top: 0px;
  background: url(images/waben-fade.png) left top; }

.gl-element--headline-3 {
  background-color: #7ebed1;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%; }

.gl-element--headline-1 {
  background-color: #eaeced; }

.gl-element--international {
  z-index: 110; }

.gl-element--news-overview {
  padding-bottom: 0; }

.gl-element__toplink {
  position: absolute;
  bottom: 0;
  right: 50%;
  background: #f1f2f2 url(images/arrow-top.png) no-repeat 45px center;
  padding: 4px 30px 3px 6px;
  text-decoration: none;
  text-transform: uppercase;
  color: #7d868c;
  font-weight: 300;
  box-shadow: inset -1px 1px 4px rgba(0, 0, 0, 0.3);
  border-radius: 5px 5px 0 0;
  margin-right: -580px; }

.gl-element__toplink--white {
  background-color: #f1f2f2; }

.gl-element__toplink--gray {
  background-color: #dde0e1; }

.gl-element__toplink--blue {
  background-color: #d8e6ed; }

/* Job Offer List */
.job-offer-list {
  border-bottom: 1px solid #a1a5a7;
  list-style: none;
  margin: 0;
  padding: 0; }

.job-offer-list__item {
  border-top: 1px solid #a1a5a7;
  position: relative;
  margin-bottom: 1em; }
  .job-offer-list__item h2 {
    color: #0054a2;
    font-weight: 300;
    font-size: 1.875em;
    margin: 0.25em 0 0 0;
    cursor: pointer; }
  .job-offer-list__item h3 {
    margin: 0.2em 0 0 0;
    font-weight: 300; }

.job-offer-list__more {
  font-size: 0.875em;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #7d868c;
  text-decoration: none; }

.job-offer-list__item--active .job-offer-list__more {
  padding: 0;
  width: 8px;
  height: 8px;
  background: url(images/icon-close.png) no-repeat center center; }

.job-offer-list__item--active .job-offer-list__details {
  display: block; }

.job-offer-list__details {
  font-size: 0.875em;
  padding-bottom: 20px;
  display: none;
  padding-top: 17px; }
  .job-offer-list__details h3 {
    font-weight: bold;
    margin-top: 10px;
    font-size: 1em; }
  .job-offer-list__details ul, .job-offer-list__details p {
    margin: 1px 0 0 0; }

.pure-button--job-offer {
  margin-top: 32px; }

.pure-button--full-width {
  width: 100%; }

/* Staff List */
.staff-list {
  border-bottom: 1px solid #a1a5a7; }

.staff-list__item {
  border-top: 1px solid #a1a5a7;
  position: relative;
  min-height: 150px; }
  .staff-list__item h3 {
    color: #0054a2;
    font-weight: 300;
    font-size: 1.875em;
    margin: 0.25em 0 0 0; }
  .staff-list__item h4 {
    margin: 0.2em 0 0 0;
    font-weight: 300; }
  .staff-list__item p {
    font-size: 0.875em; }

.staff-list__more {
  font-size: 0.875em;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #7d868c;
  text-decoration: none; }

.staff-list__less-wording {
  display: none; }

.staff-list__item--active .staff-list__more-wording {
  display: none; }

.staff-list__item--active .staff-list__less-wording {
  display: inline; }

.staff-list__photo {
  position: absolute;
  left: -149px;
  top: 18px; }

/* gl-wirkstoffe */
.gl-wirkstoffe {
  width: 100%; }
  .gl-wirkstoffe th {
    font-size: 1.125em;
    font-weight: 300;
    text-align: left;
    padding: 0.5em 10px 0.5em 0; }
  .gl-wirkstoffe td {
    font-size: 0.875em;
    vertical-align: top;
    padding: 0.5em 10px 0 0;
    line-height: 20px; }
  .gl-wirkstoffe td.gl-wirkstoffe__bottom-cells {
    border-bottom: 2px solid #eaeced;
    padding-bottom: 1em; }
  .gl-wirkstoffe th {
    border-bottom: 2px solid #eaeced; }
  .gl-wirkstoffe img {
    display: block;
    margin: 0 0 2px 0; }

.gl-wirkstoffe__wirkstoff-row td {
  padding-top: 1em; }

.gl-wirkstoffe__unter-tabelle {
  margin-top: 10px; }

.gl-wirkstoffe-big {
  width: 100%;
  table-layout: fixed;
  overflow: hidden; }
  .gl-wirkstoffe-big td {
    vertical-align: top;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis; }
  .gl-wirkstoffe-big th {
    font-weight: 300;
    text-align: left;
    font-size: 1.125em;
    padding-bottom: 5px; }
  .gl-wirkstoffe-big td, .gl-wirkstoffe-big th {
    border-bottom: 1px solid #333; }
  .gl-wirkstoffe-big table {
    width: 100%;
    font-size: 0.75em;
    color: #666; }
    .gl-wirkstoffe-big table td {
      border: 0;
      padding: 0; }

.gl-wirkstoffe-big__col-darreichungsform {
  width: 180px; }

.gl-wirkstoffe-big__col-wirkstarken {
  width: 180px; }

.gl-wirkstoffe-big__col-aussehen {
  width: 102px; }

.gl-wirkstoffe-big__cell-aussehen,
.gl-wirkstoffe-big__heading-aussehen {
  text-align: center; }

.gl-wirkstoffe-big__cell-wirkstoff {
  color: #0054a2;
  font-size: 1.125em; }

.gl-wirkstoffe-big__separator td,
.gl-wirkstoffe-big table .gl-wirkstoffe-big__separator td {
  border-top: 1px solid #888;
  padding-top: 6px;
  margin-top: 5px; }

tr.gl-wirkstoffe-big__separator:first-child td {
  border-top: 0; }

/* History List */
.history-list {
  padding-top: 20px;
  margin-bottom: -15px; }

.history-list__item {
  border-top: 1px solid #a1a5a7;
  position: relative; }
  .history-list__item h3 {
    font-weight: 300;
    font-size: 38px;
    margin: 0;
    line-height: 1; }
  .history-list__item p {
    font-size: 0.875em; }
  .history-list__item h3, .history-list__item p {
    width: 50%;
    float: left;
    margin: 15px 0; }
  .history-list__item:last-child {
    border-bottom: 1px solid #a1a5a7; }

.history-list__photo {
  position: absolute;
  display: none;
  right: 724px;
  top: 0; }

.history-list__item--active .history-list__photo {
  display: block; }

.history-list__item--active h3 {
  color: #0054a2; }

/* Map */
.gl-map__map {
  background: url(images/map-clear.png) no-repeat;
  position: relative;
  height: 626px; }

.gl-map__map-overlay {
  background-color: transparent;
  height: 626px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.gl-map__country-list {
  background: rgba(255, 255, 255, 0.75);
  width: 125px;
  font-size: 0.875em;
  padding: 20px;
  position: absolute;
  left: 236px; }
  .gl-map__country-list a {
    display: block;
    text-decoration: none;
    padding: 3px 0 4px; }
  .gl-map__country-list a.active {
    text-decoration: underline; }

.gl-map__country-details {
  width: 710px;
  float: right;
  border-top: 1px solid #a1a5a7;
  white-space: nowrap; }
  .gl-map__country-details h2 {
    font-weight: 300;
    color: #0054a2; }
  .gl-map__country-details address {
    font-size: 0.875em;
    font-style: normal; }
  .gl-map__country-details .pure-u-1-4 {
    width: 24.99%; }

/* therapiegebiete */
.gl-therapiegebiete, .gl-element__content .gl-therapiegebiete {
  list-style: none;
  padding: 0; }
  .gl-therapiegebiete ul, .gl-element__content .gl-therapiegebiete ul {
    margin: 0; }
  .gl-therapiegebiete li, .gl-element__content .gl-therapiegebiete li {
    margin: 0;
    position: relative; }
  .gl-therapiegebiete > li > ul, .gl-element__content .gl-therapiegebiete > li > ul {
    list-style: none;
    clear: both; }
    .gl-therapiegebiete > li > ul li, .gl-element__content .gl-therapiegebiete > li > ul li {
      border-top: 1px solid #a1a5a7;
      border-bottom: 1px solid #a1a5a7;
      width: 46%;
      height: 136px;
      overflow: hidden;
      float: left;
      padding: 8px 0 10px;
      margin: -1px 2%;
      position: relative;
      background: white; }

.gl-therapiegebiete__the-letter {
  position: absolute;
  font-weight: 300;
  font-size: 3em;
  top: 2px;
  left: 0; }

.gl-therapiegebiete__content {
  height: 99px;
  overflow: hidden; }

.gl-therapiegebiete__title {
  font-weight: 300;
  margin: 0;
  font-size: 1.875em;
  max-height: 67px;
  line-height: 1.09;
  padding-bottom: 3px;
  overflow: hidden;
  text-overflow: ellipsis; }
  .gl-therapiegebiete__title a {
    color: #0054a2;
    text-decoration: inherit; }

.gl-therapiegebiete__intro {
  font-size: 0.875em;
  margin: 0; }

.gl-therapiegebiete__link {
  position: absolute;
  right: 0px;
  bottom: 5px;
  text-decoration: none;
  font-size: 0.875em;
  color: #7d868c; }
  .gl-therapiegebiete__link:hover {
    text-decoration: underline; }

/* News List*/
.gl-news-list {
  list-style: none;
  padding: 0;
  margin: 75px 0 0 0; }
  .gl-news-list li {
    position: relative;
    border-top: 1px solid #a1a5a7;
    border-bottom: 1px solid #a1a5a7;
    padding: 2em 0 1em 0;
    margin-bottom: -1px; }

.gl-news-list__title {
  font-weight: 300;
  margin: 0; }
  .gl-news-list__title a {
    color: #0054a2;
    text-decoration: inherit; }

.gl-news-list__date {
  font-size: 0.875em;
  position: absolute;
  top: 1em;
  left: 0; }

.gl-news-list__link {
  position: absolute;
  font-size: 0.875em;
  right: 0px;
  bottom: 1em;
  text-decoration: none;
  color: #7d868c; }
  .gl-news-list__link:hover {
    text-decoration: underline; }

.gl-year-list {
  list-style: none;
  padding: 0; }
  .gl-year-list ul {
    margin: 0; }
  .gl-year-list > li {
    position: relative;
    border-top: 1px solid #a1a5a7;
    border-bottom: 1px solid #a1a5a7;
    padding: 0;
    margin-bottom: -1px; }

.gl-year-list__title {
  font-size: 3.375em;
  font-weight: 300;
  margin: 0; }

/* Produkt List*/
.gl-produktlist {
  list-style: none;
  margin-top: 4em;
  padding: 0; }
  .gl-produktlist li {
    position: relative;
    border-top: 1px solid #a1a5a7;
    padding: 1em 0 1.5em 0; }

.gl-produktlist__news {
  font-size: 0.875em; }

.gl-produktlist__thumbnail {
  position: absolute;
  left: -120px; }

.gl-produktlist__subtitle,
.gl-produktlist__title {
  font-weight: 300;
  margin: 0; }
  .gl-produktlist__subtitle a,
  .gl-produktlist__title a {
    color: inherit;
    text-decoration: inherit; }

.gl-produktlist__title {
  color: #0054a2;
  font-size: 1.875em; }

.gl-produktlist__link {
  position: absolute;
  right: 0px;
  bottom: 10px;
  text-decoration: none;
  color: #7d868c; }
  .gl-produktlist__link:hover {
    text-decoration: underline; }

/* Produktsuche */
.gl-produktsuche {
  margin-bottom: 3em; }
  .gl-produktsuche > p {
    margin: 2em 0 0.5em 0; }
  .gl-produktsuche input {
    float: left;
    width: 68%;
    margin: 0 2% 0 0; }
  .gl-produktsuche button {
    float: left;
    width: 30%;
    margin: 0; }

.gl-produktsuche__feedback {
  padding-top: 20px;
  clear: both;
  text-align: center;
  display: none; }

.gl-produktsuche--feedback--visible .gl-produktsuche__feedback {
  display: block; }

/* Site: Home */
.home-c2a {
  background: linear-gradient(to bottom, #003f7c 0%, #0053a0 100%);
  width: 32%;
  display: block;
  float: left;
  margin-left: 2%;
  font-size: 1.625em;
  text-decoration: none;
  color: white;
  height: 85px;
  position: relative;
  padding: 20px 0 0 110px;
  font-weight: 300; }
  .home-c2a:first-child {
    margin-left: 0; }
  .home-c2a:after {
    content: '';
    display: block;
    height: 64px;
    width: 90px;
    position: absolute;
    top: 15px;
    left: 15px; }

.button-group {
  padding-top: 70px;
  padding-bottom: 20px; }
  .button-group .pure-button {
    margin: 0 1.3% 10px 0; }

.button-group--produkt {
  padding: 0;
  margin: 70px 0 20px 0; }
  .button-group--produkt .pure-button {
    display: block;
    width: 32%;
    float: left;
    margin: 0 0.6% 10px 0.6%; }
  .button-group--produkt + .button-group--produkt {
    margin-top: 0; }

.pure-button {
  box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 0.6);
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
  margin-bottom: 4px; }

.pure-button:hover {
  color: #000000;
  box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.3);
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.025) 40%, rgba(0, 0, 0, 0.05)); }

.pure-form-stacked .pure-g input {
  width: 95%; }

.pure-form-stacked textarea {
  width: 100%;
  height: 120px; }

.wpcf7-not-valid-tip,
.wpcf7-validation-errors {
  color: red; }

.downloads-list {
  list-style: none;
  padding: 0.5em 0 0 0; }
  .downloads-list a.pure-button {
    float: right;
    position: relative;
    top: -0.5em;
    margin-right: 0; }

/* Overlay */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5000;
  transition: background-color 1s linear;
  background-color: transparent;
  display: none; }

.modal--active {
  display: block;
  transition: background-color 1s linear;
  background-color: rgba(0, 84, 162, 0.5); }

.modal__window {
  background: white;
  width: 600px;
  position: absolute;
  left: 50%;
  margin-left: -300px;
  top: 0;
  padding: 26px 35px 35px 35px; }
  .modal__window p {
    font-size: 0.875em; }

.modal__heading {
  font-size: 1.5em;
  margin-bottom: 0.1em;
  padding-top: 0;
  margin-top: 0; }

.gl-social-share {
  margin: 20px 0;
  overflow: auto;
  width: 100%; }

.social-button {
  display: inline-block;
  margin-right: .5rem;
  height: 42px;
  width: 42px;
  background-size: contain;
  background-repeat: no-repeat; }

.social-button--xing {
  background-image: url(images/xing-button.png); }

.social-button--linkedin {
  background-image: url(images/linkedin.svg); }

.infotext {
  display: inline; }

.infotext__label {
  color: #0054a2;
  display: inline;
  text-decoration: underline;
  cursor: pointer; }

.infotext__content {
  display: none; }

.infotext-popup__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000; }

.infotext-popup__content {
  display: block;
  position: fixed;
  width: 95%;
  margin: 0 auto;
  max-width: 800px;
  background: white;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  padding: 2em;
  border-radius: 5px;
  max-height: 95%;
  overflow: auto; }

.gl-hidden-content__content {
  display: none; }

.gl-hidden-content__content--visible {
  display: block; }

.gl-acceptance input,
.pure-form-stacked .pure-g p.gl-acceptance input {
  margin-right: 0.5em;
  width: auto; }

.error {
  color: red; }

.wpcf7-mail-sent-ok {
  font-weight: 400;
  color: #00b100; }
