@charset "UTF-8";
.fotorama__nav__frame:focus .fotorama__dot:after, .fotorama__nav__frame:focus .fotorama__thumb:after, .fotorama__stage__shaft, .fotorama__stage__frame, .fotorama__img, .fotorama__html, .fotorama__video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0; }

.fotorama--fullscreen, .fotorama__img {
  max-width: 99999px !important;
  max-height: 99999px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important; }

.fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.fotorama__grabbing * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.fotorama__spinner {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important; }

.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.fotorama__caption, .fotorama__wrap--css3 .fotorama__spinner, .fotorama__wrap--css3 .fotorama__stage,
.fotorama__wrap--css3 .fotorama__nav,
.fotorama__wrap--css3 .fotorama__stage__frame, .fotorama__wrap--css3 .fotorama__stage .fotorama__img,
.fotorama__wrap--css3 .fotorama__html {
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }

.fotorama__nav__frame {
  outline: 0; }

.fotorama__nav__frame:focus .fotorama__dot:after, .fotorama__nav__frame:focus .fotorama__thumb:after {
  content: '';
  border-radius: inherit;
  background-color: rgba(65, 131, 196, 0.5); }

.fotorama__wrap--video .fotorama__stage__shaft,
.fotorama__wrap--video .fotorama__stage,
.fotorama__wrap--video .fotorama__stage__frame--video, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important; }

.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
  -webkit-transition-property: -webkit-transform, width;
          transition-property: transform, width;
  -webkit-transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
  -webkit-transition-duration: 0ms;
          transition-duration: 0ms; }

.fotorama__wrap, .fotorama__no-select {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.fotorama__select {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text; }

.fotorama__nav, .fotorama__nav__frame {
  margin: auto;
  padding: 0; }

.fotorama__nav__shaft, .fotorama__nav__frame, .fotorama__caption__wrap {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1; }

.fotorama__nav__frame, .fotorama__thumb-border {
  box-sizing: content-box; }

.fotorama__caption__wrap {
  box-sizing: border-box; }

.fotorama--hidden, .fotorama__load {
  position: absolute;
  left: -99999px;
  top: -99999px;
  z-index: -1; }

.fotorama__stage__shaft, .fotorama__stage__frame, .fotorama__nav, .fotorama__nav__shaft, .fotorama__nav__frame {
  -webkit-tap-highlight-color: transparent; }

.fotorama__thumb {
  background-color: gray;
  background-color: rgba(128, 128, 128, 0.2); }

@media print {
  .fotorama__thumb-border {
    background: none !important; } }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.fotorama {
  min-width: 1px;
  overflow: hidden; }
  .fotorama:not(.fotorama--unobtrusive) > *:not(:first-child) {
    display: none; }

.fullscreen {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #000; }

.fotorama--fullscreen {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  float: none !important;
  z-index: 2147483647 !important;
  background: #000;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important; }
  .fotorama--fullscreen .fotorama__stage,
  .fotorama--fullscreen .fotorama__nav {
    background: #000; }

.fotorama__wrap {
  -webkit-text-size-adjust: 100%;
  position: relative;
  direction: ltr;
  z-index: 0; }

.fotorama__wrap--rtl .fotorama__stage__frame {
  direction: rtl; }

.fotorama__stage,
.fotorama__nav {
  overflow: hidden;
  position: relative;
  max-width: 100%; }

.fotorama__wrap--pan-y {
  -ms-touch-action: pan-y; }

.fotorama__wrap .fotorama__pointer {
  cursor: pointer; }

.fotorama__wrap--slide .fotorama__stage__frame {
  opacity: 1 !important; }

.fotorama__stage__frame {
  overflow: hidden; }
  .fotorama__stage__frame.fotorama__active {
    z-index: 8; }

.fotorama__wrap--fade .fotorama__stage__frame {
  display: none; }

.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active,
.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear {
  display: block;
  left: 0;
  top: 0; }

.fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8; }

.fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7; }
  .fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
    z-index: 9; }

.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none; }

.fotorama__img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  border: none !important; }
  .fotorama__loaded .fotorama__img,
  .fotorama__error .fotorama__img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1; }

.fotorama__img--full {
  display: none; }

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img {
  display: none; }

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
  display: block; }

.fotorama__wrap--only-active .fotorama__stage,
.fotorama__wrap--only-active .fotorama__nav {
  max-width: 99999px !important; }

.fotorama__wrap--only-active .fotorama__stage__frame {
  visibility: hidden; }

.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible; }

.fotorama__nav {
  font-size: 0;
  line-height: 0;
  text-align: center;
  display: none;
  white-space: nowrap;
  z-index: 5; }

.fotorama__arr {
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 30px;
  height: 100%;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.58, 1), opacity 0.3s linear;
          transition: transform 0.25s cubic-bezier(0, 0, 0.58, 1), opacity 0.3s linear;
  -ms-transform: translateX(0);
      transform: translateX(0);
  -webkit-transform: translateX(0); }
  .fotorama__arr:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 3px;
    margin-top: -12px;
    opacity: .8; }

.fotorama__arr--prev {
  left: 0; }

.fotorama__arr--next {
  right: 0; }

.tp-slider .fotorama__arr {
  width: 60px;
  opacity: .8; }
  .tp-slider .fotorama__arr:hover {
    opacity: 1; }
  .tp-slider .fotorama__arr:after {
    left: 18px;
    opacity: 1; }

.tp-slider .fotorama__nav-wrap {
  display: none; }

.tp-slider .fotorama__arr {
  background: rgba(51, 51, 51, 0.5); }

.tp-slider .fotorama__arr--disabled {
  opacity: 0; }
  .tp-slider .fotorama__arr--disabled:hover {
    opacity: 0; }

.fotorama__wrap--no-controls .fotorama__arr--prev {
  -ms-transform: translateX(-100%);
      transform: translateX(-100%);
  -webkit-transform: translateX(-100%); }

.fotorama__wrap--no-controls .fotorama__arr--next {
  -ms-transform: translateX(100%);
      transform: translateX(100%);
  -webkit-transform: translateX(100%); }

.fotorama__nav__shaft {
  position: relative;
  left: 0;
  top: 0;
  text-align: left; }

.fotorama__nav__frame {
  position: relative;
  cursor: pointer; }

.fotorama__nav--dots {
  display: block; }
  .fotorama__nav--dots .fotorama__nav__frame {
    width: 18px;
    height: 30px; }
  .fotorama__nav--dots .fotorama__nav__frame--thumb,
  .fotorama__nav--dots .fotorama__thumb-border {
    display: none; }

.fotorama__nav--thumbs {
  display: block; }
  .fotorama__nav--thumbs .fotorama__nav__frame {
    padding-left: 0 !important; }
    .fotorama__nav--thumbs .fotorama__nav__frame:last-child {
      padding-right: 0 !important; }
  .fotorama__nav--thumbs .fotorama__nav__frame--dot {
    display: none; }

.fotorama__dot {
  display: block;
  width: 4px;
  height: 4px;
  position: relative;
  top: 12px;
  left: 6px;
  border-radius: 6px;
  border: 1px solid #d6091e; }
  .fotorama__nav__frame:focus .fotorama__dot:after {
    padding: 1px;
    top: -1px;
    left: -1px; }
  .fotorama__nav__frame.fotorama__active .fotorama__dot {
    width: 0;
    height: 0;
    border-width: 3px; }
    .fotorama__nav__frame.fotorama__active .fotorama__dot:after {
      padding: 3px;
      top: -3px;
      left: -3px; }

.fotorama__thumb {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%; }
  .fotorama__nav__frame:focus .fotorama__thumb {
    z-index: 2; }

.fotorama__thumb-border {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  border-style: solid;
  border-color: #4183c4;
  background-image: -webkit-linear-gradient(top left, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1)); }

.fotorama__caption {
  position: absolute;
  z-index: 12;
  bottom: 0;
  left: 0;
  right: 0;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #000; }
  .fotorama__caption a {
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid;
    border-color: rgba(0, 0, 0, 0.5); }
    .fotorama__caption a:hover {
      color: #333;
      border-color: rgba(51, 51, 51, 0.5); }
  .fotorama__wrap--rtl .fotorama__caption {
    left: auto;
    right: 0; }
  .fotorama__wrap--video .fotorama__caption,
  .fotorama__wrap--no-captions .fotorama__caption {
    display: none; }

.fotorama__caption__wrap {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 5px 10px; }

@-webkit-keyframes spinner {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0); }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg); } }

@keyframes spinner {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0); }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg); } }

.fotorama__wrap--css3 .fotorama__spinner {
  -webkit-animation: spinner 24s infinite linear;
          animation: spinner 24s infinite linear; }

.fotorama__wrap--css3 .fotorama__stage .fotorama__img,
.fotorama__wrap--css3 .fotorama__html {
  -webkit-transition-property: opacity;
          transition-property: opacity;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s; }

.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0; }

.fotorama__select {
  cursor: auto; }

.fotorama__video {
  top: 32px;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 10; }

/* Strange fix of the #66 issue (Firefox bug while sliding backwards) */
@-moz-document url-prefix() {
  .fotorama__active {
    box-shadow: 0 0 0 transparent; } }

.hero-slider {
  background-color: #fff;
  max-height: 700px;
  overflow: hidden;
  height: auto; }
  .hero-slider img {
    display: block; }
  .hero-slider:after {
    content: '';
    padding-top: 42.555%;
    display: block; }
  .hero-slider > div {
    height: 1px; }

@media (max-width: 600px) {
  .hero-slider:after {
    padding-top: 66.666%; } }

.no-js .hero-slider:after,
.slider-loaded .hero-slider:after {
  display: none; }

.no-js .hero-slider > div,
.slider-loaded .hero-slider > div {
  height: auto; }

.js .fotorama img {
  visibility: hidden;
  height: 0px; }

.js .slider-loaded img {
  visibility: visible; }

.no-js .hero-slider img {
  width: 100%; }

.fotorama__nav-wrap {
  position: absolute;
  bottom: 0; }

.fotorama__dot {
  width: 14px;
  height: 14px;
  top: 2px;
  left: 5px;
  border-radius: 8px; }

.fotorama__nav--dots .fotorama__nav__frame {
  width: 26px;
  height: 35px; }

.fotorama__nav__frame.fotorama__active .fotorama__dot {
  border-width: 8px; }

.tp-slider {
  padding-bottom: 66.666%; }
  .tp-slider .fotorama__wrap {
    position: absolute; }

.fotorama .fotorama__spinner {
  background: url(../img/loader.png) no-repeat;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
  -webkit-animation: spinner .8s linear infinite !important;
          animation: spinner .8s linear infinite !important;
  position: absolute;
  left: 50%;
  top: 50%; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
    .fotorama .fotorama__spinner {
      background: url(../img/loader@2x.png) no-repeat;
      background-size: 40px; } }

.slider-button {
  opacity: 0;
  -webkit-transition: opacity .5s;
          transition: opacity .5s; }

.fotorama__html .slider-button {
  opacity: 1;
  position: absolute;
  bottom: 60px;
  text-align: center;
  width: 100%;
  left: 0; }
  .fotorama__html .slider-button .button {
    margin-bottom: 0; }

.js .slider-claim {
  position: absolute;
  top: 45%;
  left: 55%;
  width: 33%;
  opacity: 0;
  -ms-transform: translateY(40px);
      transform: translateY(40px);
  -webkit-transform: translateY(40px);
  -webkit-transition: -webkit-transform 0.7s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s 0.3s;
          transition: transform 0.7s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s 0.3s; }
  .js .slider-claim img {
    visibility: visible;
    width: 100%;
    height: auto; }

.js .slider-loaded .slider-claim {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

@media screen and (max-width: 767px) {
  .fotorama__dot {
    width: 8px;
    height: 8px;
    border-radius: 5px; }
  .fotorama__nav--dots .fotorama__nav__frame {
    width: 20px;
    height: 20px; }
  .fotorama__nav__frame.fotorama__active .fotorama__dot {
    border-width: 5px; }
  .tp-slider .fotorama__arr {
    width: 30px; }
    .tp-slider .fotorama__arr:after {
      left: 3px;
      opacity: 1;
      -webkit-transform: scale(0.5);
          -ms-transform: scale(0.5);
              transform: scale(0.5); }
  .fotorama__html .slider-button {
    bottom: 15px; }
    .fotorama__html .slider-button .button {
      -webkit-transform: scale(0.5);
          -ms-transform: scale(0.5);
              transform: scale(0.5); } }

@media screen and (max-width: 570px) {
  .slider-claim {
    display: none; } }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #4c4c4c;
  opacity: 0.4;
  filter: alpha(opacity=40); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  filter: alpha(opacity=100);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 1;
  filter: alpha(opacity=100);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/**
 * @license
 * MyFonts Webfont Build ID 3084728, 2015-09-02T07:53:57-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: FF Meta Web Pro Normal by FontFont
 * URL: http://www.myfonts.com/fonts/fontfont/ff-meta/pro-normal/
 * 
 * Webfont: FF Meta Web Pro Bold by FontFont
 * URL: http://www.myfonts.com/fonts/fontfont/ff-meta/pro-bold/
 * 
 * Webfont: FF Meta Web Pro Medium by FontFont
 * URL: http://www.myfonts.com/fonts/fontfont/ff-meta/pro-medium/
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3084728
 * Licensed pageviews: 50,000
 * Webfonts copyright: 2009 Erik Spiekermann published by FSI FontShop International GmbH
 * 
 * © 2015 MyFonts Inc
*/
@font-face {
  font-family: 'FFMetaWebPro';
  src: url("src/fonts/2F11B8_0_0.eot");
  src: url("src/fonts/2F11B8_0_0.eot?#iefix") format("embedded-opentype"), url("src/fonts/2F11B8_0_0.woff2") format("woff2"), url("src/fonts/2F11B8_0_0.woff") format("woff"), url("src/fonts/2F11B8_0_0.ttf") format("truetype");
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: 'FFMetaWebPro';
  src: url("src/fonts/2F11B8_2_0.eot");
  src: url("src/fonts/2F11B8_2_0.eot?#iefix") format("embedded-opentype"), url("src/fonts/2F11B8_2_0.woff2") format("woff2"), url("src/fonts/2F11B8_2_0.woff") format("woff"), url("src/fonts/2F11B8_2_0.ttf") format("truetype");
  font-style: normal;
  font-weight: 500; }

@font-face {
  font-family: 'FFMetaWebPro';
  src: url("src/fonts/2F11B8_1_0.eot");
  src: url("src/fonts/2F11B8_1_0.eot?#iefix") format("embedded-opentype"), url("src/fonts/2F11B8_1_0.woff2") format("woff2"), url("src/fonts/2F11B8_1_0.woff") format("woff"), url("src/fonts/2F11B8_1_0.ttf") format("truetype");
  font-style: normal;
  font-weight: 700; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

input,
select,
textarea,
button {
  font: 16px/1.4 "FFMetaWebPro", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }

body {
  font: 16px/1.4 "FFMetaWebPro", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #646464;
  background-color: #fbfbfb;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
          text-size-adjust: 100%;
  width: 100%;
  overflow-x: hidden;
  overflow-y: scroll; }

.flexbox.flexboxlegacy body {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column; }

.flexbox.flexboxlegacy main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1; }

body.admin-menu {
  margin-top: 30px !important; }

footer {
  background: #ebebeb;
  padding-top: 4em; }

section.styleguide-block {
  margin: 6em auto; }
  section.styleguide-block > div > hr,
  section.styleguide-block > hr {
    margin-bottom: 3em; }

a {
  color: #d6091e;
  text-decoration: none;
  -webkit-transition: color 0.25s cubic-bezier(0.42, 0, 1, 1);
          transition: color 0.25s cubic-bezier(0.42, 0, 1, 1); }
  a:focus, a:active {
    color: #be081b; }
  .no-touch a:hover {
    color: #be081b; }
  a[href^="tel:"],
  a p {
    color: #646464; }

figure {
  margin: 0; }

figcaption {
  font-size: 14px;
  color: #808080; }

img {
  max-width: 100%; }

address {
  font-style: normal; }

hr {
  height: 0;
  margin: 15px 0;
  overflow: hidden;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #e7e7e7;
  *zoom: 1; }
  hr:before, hr:after {
    display: table;
    content: "";
    line-height: 0; }
  hr:after {
    clear: both; }

.svg-icon-alert, .tp-alert:before, .svg-icon-arrow-breadcrumb, .breadcrumbs li + li:before, .svg-icon-arrow-button-white, .tp-button:after,
.webform-client-form .form-actions:after, .svg-icon-arrow-nav-down, .select2-container .select2-choice .select2-arrow b, #main-nav > ul > li > a:before, #footer-nav > ul > li > span:after,
#footer-nav .footer-nav-extra > span:after, .svg-icon-arrow-nav-down-red, .svg-icon-arrow-nav-left-red, #main-nav .go-back a:before, .svg-icon-arrow-nav-right-big, #main-nav > ul > li > a:after, .svg-icon-arrow-nav-right-small, #main-nav li > ul a:after, .sidebar-popular-links a:after, .svg-icon-arrow-slider-next, .fotorama__arr--next:after, .svg-icon-arrow-slider-next-white, .tp-slider .fotorama__arr--next:after, .svg-icon-arrow-slider-prev, .fotorama__arr--prev:after, .svg-icon-arrow-slider-prev-white, .tp-slider .fotorama__arr--prev:after, .svg-icon-coach-medium, .card-callout-helper .card-callout-header h4:before, .svg-icon-home, .breadcrumbs li:first-child a, .svg-icon-loader-small, .mfp-preloader:before,
.button-my-pharmacy-wrapper.progress button:before, .svg-icon-loader-small-dark, #search-block-form .form-item input + #search-loader:before, #page-loader:before,
#tp-map-canvas:before,
.issuuembed:before,
#sidebar-map:before,
.tp-map-sidebar-wrapper.progress:before, .tp-alphabet-nav .attachment .throbber, .svg-icon-mp3-white, .tp-button-mp3:before, .svg-icon-pdf-white, .tp-button-pdf:before, .svg-icon-place, .svg-icon-search, .svg-icon-search-submit, #search-block-form .container-inline .form-actions input, .svg-icon-social-facebook, .tp-social-facebook:before, .svg-icon-social-google, .tp-social-google:before, .svg-icon-social-twitter, .tp-social-twitter:before, .svg-icon-social-youtube, .tp-social-youtube:before, .svg-icon-thumb-down, .tp-thumb-down:before, .svg-icon-thumb-up, .tp-thumb-up:before {
  background: url("src/icons/css/view/sprite.view.svg") no-repeat; }

.svg-icon-alert, .tp-alert:before {
  background-position: 54.54545454545455% 100%; }

.svg-icon-alert-dims, .tp-alert:before {
  width: 24px;
  height: 24px; }

.svg-icon-arrow-breadcrumb, .breadcrumbs li + li:before {
  background-position: 91.66666666666667% 21.238938053097346%; }

.svg-icon-arrow-breadcrumb-dims, .breadcrumbs li + li:before {
  width: 12px;
  height: 12px; }

.svg-icon-arrow-button-white, .tp-button:after,
.webform-client-form .form-actions:after {
  background-position: 45.45454545454545% 23.762376237623762%; }

.svg-icon-arrow-button-white-dims, .tp-button:after,
.webform-client-form .form-actions:after {
  width: 24px;
  height: 24px; }

.svg-icon-arrow-nav-down, .select2-container .select2-choice .select2-arrow b, #main-nav > ul > li > a:before, #footer-nav > ul > li > span:after,
#footer-nav .footer-nav-extra > span:after {
  background-position: 100% 31.858407079646017%; }

.svg-icon-arrow-nav-down-dims, .select2-container .select2-choice .select2-arrow b, #main-nav > ul > li > a:before, #footer-nav > ul > li > span:after,
#footer-nav .footer-nav-extra > span:after {
  width: 12px;
  height: 12px; }

.svg-icon-arrow-nav-down-red {
  background-position: 91.66666666666667% 31.858407079646017%; }

.svg-icon-arrow-nav-down-red-dims {
  width: 12px;
  height: 12px; }

.svg-icon-arrow-nav-left-red, #main-nav .go-back a:before {
  background-position: 100% 21.238938053097346%; }

.svg-icon-arrow-nav-left-red-dims, #main-nav .go-back a:before {
  width: 12px;
  height: 12px; }

.svg-icon-arrow-nav-right-big, #main-nav > ul > li > a:after {
  background-position: 63.63636363636363% 0; }

.svg-icon-arrow-nav-right-big-dims, #main-nav > ul > li > a:after {
  width: 24px;
  height: 24px; }

.svg-icon-arrow-nav-right-small, #main-nav li > ul a:after, .sidebar-popular-links a:after {
  background-position: 63.63636363636363% 23.762376237623762%; }

.svg-icon-arrow-nav-right-small-dims, #main-nav li > ul a:after, .sidebar-popular-links a:after {
  width: 24px;
  height: 24px; }

.svg-icon-arrow-slider-next, .fotorama__arr--next:after {
  background-position: 63.63636363636363% 47.524752475247524%; }

.svg-icon-arrow-slider-next-dims, .fotorama__arr:after {
  width: 24px;
  height: 24px; }

.svg-icon-arrow-slider-next-white, .tp-slider .fotorama__arr--next:after {
  background-position: 0 76.23762376237623%; }

.svg-icon-arrow-slider-next-white-dims {
  width: 24px;
  height: 24px; }

.svg-icon-arrow-slider-prev, .fotorama__arr--prev:after {
  background-position: 18.181818181818183% 76.23762376237623%; }

.svg-icon-arrow-slider-prev-dims {
  width: 24px;
  height: 24px; }

.svg-icon-arrow-slider-prev-white, .tp-slider .fotorama__arr--prev:after {
  background-position: 36.36363636363637% 76.23762376237623%; }

.svg-icon-arrow-slider-prev-white-dims {
  width: 24px;
  height: 24px; }

.svg-icon-coach-medium, .card-callout-helper .card-callout-header h4:before {
  background-position: 54.54545454545455% 76.23762376237623%; }

.svg-icon-coach-medium-dims {
  width: 24px;
  height: 24px; }

.svg-icon-home, .breadcrumbs li:first-child a {
  background-position: 45.45454545454545% 0; }

.svg-icon-home-dims, .breadcrumbs li:first-child a {
  width: 24px;
  height: 24px; }

.svg-icon-loader-small, .mfp-preloader:before,
.button-my-pharmacy-wrapper.progress button:before {
  background-position: 81.81818181818181% 23.762376237623762%; }

.svg-icon-loader-small-dims, .mfp-preloader:before,
.button-my-pharmacy-wrapper.progress button:before {
  width: 24px;
  height: 24px; }

.svg-icon-loader-small-dark, #search-block-form .form-item input + #search-loader:before, #page-loader:before,
#tp-map-canvas:before,
.issuuembed:before,
#sidebar-map:before,
.tp-map-sidebar-wrapper.progress:before, .tp-alphabet-nav .attachment .throbber {
  background-position: 81.81818181818181% 47.524752475247524%; }

.svg-icon-loader-small-dark-dims, #page-loader:before,
#tp-map-canvas:before,
.issuuembed:before,
#sidebar-map:before,
.tp-map-sidebar-wrapper.progress:before, .tp-alphabet-nav .attachment .throbber {
  width: 24px;
  height: 24px; }

.svg-icon-mp3-white, .tp-button-mp3:before {
  background-position: 81.81818181818181% 71.2871287128713%; }

.svg-icon-mp3-white-dims, .tp-button-mp3:before {
  width: 24px;
  height: 24px; }

.svg-icon-pdf-white, .tp-button-pdf:before {
  background-position: 0 100%; }

.svg-icon-pdf-white-dims, .tp-button-pdf:before {
  width: 24px;
  height: 24px; }

.svg-icon-place {
  background-position: 18.181818181818183% 100%; }

.svg-icon-place-dims {
  width: 24px;
  height: 24px; }

.svg-icon-search {
  background-position: 36.36363636363637% 100%; }

.svg-icon-search-dims {
  width: 24px;
  height: 24px; }

.svg-icon-search-submit, #search-block-form .container-inline .form-actions input {
  background-position: 0 0; }

.svg-icon-search-submit-dims {
  width: 60px;
  height: 53px; }

.svg-icon-social-facebook, .tp-social-facebook:before {
  background-position: 72.72727272727273% 100%; }

.svg-icon-social-facebook-dims {
  width: 24px;
  height: 24px; }

.svg-icon-social-google, .tp-social-google:before {
  background-position: 81.81818181818181% 0; }

.svg-icon-social-google-dims {
  width: 24px;
  height: 24px; }

.svg-icon-social-twitter, .tp-social-twitter:before {
  background-position: 36.36363636363637% 52.475247524752476%; }

.svg-icon-social-twitter-dims {
  width: 24px;
  height: 24px; }

.svg-icon-social-youtube, .tp-social-youtube:before {
  background-position: 18.181818181818183% 52.475247524752476%; }

.svg-icon-social-youtube-dims {
  width: 24px;
  height: 24px; }

.svg-icon-thumb-down, .tp-thumb-down:before {
  background-position: 0 52.475247524752476%; }

.svg-icon-thumb-down-dims, .tp-thumb-down:before {
  width: 24px;
  height: 24px; }

.svg-icon-thumb-up, .tp-thumb-up:before {
  background-position: 100% 0; }

.svg-icon-thumb-up-dims, .tp-thumb-up:before {
  width: 24px;
  height: 24px; }

.button,
button,
input[type="submit"],
input[type="button"] {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 4px;
  box-sizing: border-box;
  color: #808080;
  cursor: pointer;
  position: relative;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  height: auto;
  line-height: 1.2;
  padding: 16px 42px 13px 20px;
  letter-spacing: 0.02em;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background 0.25s cubic-bezier(0.42, 0, 1, 1), border 0.25s cubic-bezier(0.42, 0, 1, 1), color 0.25s cubic-bezier(0.42, 0, 1, 1);
          transition: background 0.25s cubic-bezier(0.42, 0, 1, 1), border 0.25s cubic-bezier(0.42, 0, 1, 1), color 0.25s cubic-bezier(0.42, 0, 1, 1);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-appearance: none; }
  .button:active, .button:focus,
  button:active,
  button:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus,
  input[type="button"]:active,
  input[type="button"]:focus {
    -webkit-tap-highlight-color: transparent;
    outline: none;
    text-decoration: none;
    background-color: #F6F3F3;
    color: #808080; }
  .no-touch .button:hover, .no-touch
  button:hover, .no-touch
  input[type="submit"]:hover, .no-touch
  input[type="button"]:hover {
    text-decoration: none;
    background-color: #F6F6F6;
    color: #808080; }
  .button svg,
  button svg,
  input[type="submit"] svg,
  input[type="button"] svg {
    position: absolute;
    right: 17px;
    top: 50%;
    margin-top: -8px;
    width: 16px;
    height: 16px; }
  .button.icon-left,
  button.icon-left,
  input[type="submit"].icon-left,
  input[type="button"].icon-left {
    padding: 16px 20px 13px 52px; }
    .button.icon-left svg,
    button.icon-left svg,
    input[type="submit"].icon-left svg,
    input[type="button"].icon-left svg {
      width: 24px;
      height: 24px;
      right: auto;
      left: 15px;
      margin-top: -13px; }
  .button.small,
  button.small,
  input[type="submit"].small,
  input[type="button"].small {
    font-size: 0.875em;
    padding: 10px 31px 8px 15px; }
    .button.small svg,
    button.small svg,
    input[type="submit"].small svg,
    input[type="button"].small svg {
      width: 12px;
      height: 12px;
      right: 10px;
      margin-top: -6px; }
  .button.big,
  button.big,
  input[type="submit"].big,
  input[type="button"].big {
    font-size: 1.5em;
    padding: 16px 58px 14px 28px; }
    .button.big svg,
    button.big svg,
    input[type="submit"].big svg,
    input[type="button"].big svg {
      width: 24px;
      height: 24px;
      right: 20px;
      margin-top: -12px; }

.button.red,
button.red,
.webform-client-form .form-actions .form-submit {
  background-color: #d6091e;
  border-color: #d6091e;
  color: #ffffff; }
  .button.red:active, .button.red:focus,
  button.red:active,
  .webform-client-form .form-actions .form-submit:active,
  button.red:focus,
  .webform-client-form .form-actions .form-submit:focus {
    background-color: #be081b;
    border-color: #d6091e;
    color: #ffffff; }
  .no-touch .button.red:hover,
  .no-touch
  button.red:hover,
  .no-touch .webform-client-form .form-actions .form-submit:hover,
  .webform-client-form .form-actions .no-touch .form-submit:hover {
    background-color: #be081b;
    border-color: #d6091e;
    color: #ffffff; }

.button.gray,
button.gray {
  background-color: #b1b1b1;
  border-color: #b1b1b1;
  color: #ffffff; }
  .button.gray:active, .button.gray:focus,
  button.gray:active,
  button.gray:focus {
    background-color: #a4a4a4;
    border-color: #b1b1b1;
    color: #ffffff; }
  .no-touch .button.gray:hover, .no-touch
  button.gray:hover {
    background-color: #a4a4a4;
    border-color: #b1b1b1;
    color: #ffffff; }

.button.green,
button.green {
  background-color: #00a85a;
  border-color: #00a85a;
  color: #ffffff; }
  .button.green:active, .button.green:focus,
  button.green:active,
  button.green:focus {
    background-color: #a4a4a4;
    border-color: #b1b1b1;
    color: #ffffff; }
  .no-touch .button.green:hover, .no-touch
  button.green:hover {
    background-color: #a4a4a4;
    border-color: #b1b1b1;
    color: #ffffff; }

.view-filters .views-submit-button input,
.search-form #edit-submit,
.form-actions .form-submit {
  border-color: #E0E0E0;
  padding: 18px 20px 14px 20px; }
  .view-filters .views-submit-button input:hover,
  .search-form #edit-submit:hover,
  .form-actions .form-submit:hover {
    color: #333333;
    border-color: #505050; }

.webform-client-form .form-actions {
  display: inline-block; }
  .webform-client-form .form-actions .form-submit {
    margin-bottom: 0;
    padding: 16px 42px 13px 20px; }

.tp-button,
.tp-button-pdf,
.tp-button-mp3,
.webform-client-form .form-actions {
  position: relative; }

.tp-button:after,
.webform-client-form .form-actions:after {
  content: '';
  position: absolute;
  right: 13px;
  top: 50%;
  margin-top: -12px; }

.tp-button-pdf:before,
.tp-button-mp3:before {
  content: '';
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -13px; }

div.button.icon-left {
  padding: 0; }
  div.button.icon-left img {
    display: none; }
  div.button.icon-left a {
    padding: 16px 20px 13px 52px;
    display: block;
    color: #ffffff; }

.button.button-my-pharmacy {
  width: 100%;
  white-space: normal;
  padding: 22px 10px 19px 10px;
  margin-bottom: 0;
  font-weight: 500;
  text-align: left;
  font-size: 1em;
  border: 0; }
  .button.button-my-pharmacy svg {
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -14px; }

.button-off-content {
  display: none;
  font-weight: 700; }

.button-my-pharmacy-wrapper.default .button-off-content {
  display: inline; }

.button-my-pharmacy-wrapper.default .button-on-content {
  display: none; }

.button-on-content {
  padding-left: 40px; }

.button-my-pharmacy-wrapper.progress button .button-off-content,
.button-my-pharmacy-wrapper.progress button .button-on-content {
  opacity: 0; }

.webform-client-form .webform-component-file .form-submit {
  background-color: #0094d4;
  border-color: #0094d4;
  color: #ffffff;
  padding: 16px 20px 13px 20px; }
  .webform-client-form .webform-component-file .form-submit:active, .webform-client-form .webform-component-file .form-submit:focus {
    background-color: #0082bb;
    border-color: #0094d4;
    color: #ffffff; }
  .webform-client-form .webform-component-file .form-submit:hover {
    background-color: #0082bb;
    border-color: #0094d4;
    color: #ffffff; }

.tp-share ul li.whatsapp-list-item .whatsapp-link {
  height: 20px;
  color: #ffffff;
  border-radius: 4px;
  background: url("../img/whatsapp.svg") #199e0f no-repeat;
  background-size: 13px;
  padding: 2px 8px 2px 24px;
  background-position: 5px 2px;
  display: block;
  box-shadow: inset 0 0 22px 2px rgba(255, 255, 255, 0.5);
  border: 1px solid #18990f;
  font-size: 12px; }
  .tp-share ul li.whatsapp-list-item .whatsapp-link:hover, .tp-share ul li.whatsapp-list-item .whatsapp-link:focus, .tp-share ul li.whatsapp-list-item .whatsapp-link:active {
    color: #ffffff; }

@media all and (min-width: 570px) {
  .tp-share ul li.whatsapp-list-item {
    display: none; } }

code {
  background: #f2f2f2;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  font-size: .7rem;
  margin-left: .2rem;
  margin-right: .2rem;
  padding: .2rem .5rem;
  white-space: nowrap; }

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }

fieldset {
  padding: 0;
  margin: 0;
  border: 0; }

label {
  font-size: 1em;
  font-weight: 400;
  margin-bottom: 4px;
  display: block; }

input[type="email"],
input[type="search"],
input[type="text"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="date"],
input[type="url"],
textarea,
select {
  background: #fff;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  box-shadow: none !important;
  width: 100%;
  font-size: 17px;
  outline: none;
  padding: 15px 14px 13px;
  -webkit-transition: border-color 0.25s cubic-bezier(0.42, 0, 1, 1);
          transition: border-color 0.25s cubic-bezier(0.42, 0, 1, 1);
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none; }
  input[type="email"]:focus,
  input[type="search"]:focus,
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="date"]:focus,
  input[type="url"]:focus,
  textarea:focus,
  select:focus {
    border-color: #505050; }
  input[type="email"]:disabled,
  input[type="search"]:disabled,
  input[type="text"]:disabled,
  input[type="password"]:disabled,
  input[type="number"]:disabled,
  input[type="tel"]:disabled,
  input[type="date"]:disabled,
  input[type="url"]:disabled,
  textarea:disabled,
  select:disabled {
    opacity: .4; }

.webform-layout-box input {
  margin-bottom: 0; }

textarea {
  min-height: 65px;
  padding-bottom: 6px;
  padding-top: 6px;
  resize: vertical;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.resizable-textarea .grippie {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-top: 0;
  height: 10px;
  display: none; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none; }

.form-checkboxes .form-item, .form-radios .form-item {
  margin-top: 0.6em;
  margin-bottom: 0.6em;
  display: inline-block;
  margin-right: 40px; }

.webform-component-checkboxes.webform-container-inline input[type="radio"],
.webform-component-checkboxes.webform-container-inline input[type="checkbox"],
.webform-component-radios.webform-container-inline input[type="radio"],
.webform-component-radios.webform-container-inline input[type="checkbox"],
.checkbox.webform-container-inline input[type="radio"],
.checkbox.webform-container-inline input[type="checkbox"],
.radio.webform-container-inline input[type="radio"],
.radio.webform-container-inline input[type="checkbox"] {
  float: none;
  clear: none;
  margin-right: -22px; }
  .webform-component-checkboxes.webform-container-inline input[type="radio"] + label,
  .webform-component-checkboxes.webform-container-inline input[type="checkbox"] + label,
  .webform-component-radios.webform-container-inline input[type="radio"] + label,
  .webform-component-radios.webform-container-inline input[type="checkbox"] + label,
  .checkbox.webform-container-inline input[type="radio"] + label,
  .checkbox.webform-container-inline input[type="checkbox"] + label,
  .radio.webform-container-inline input[type="radio"] + label,
  .radio.webform-container-inline input[type="checkbox"] + label {
    float: none;
    clear: none; }

.webform-component-checkboxes input[type="radio"],
.webform-component-checkboxes input[type="checkbox"],
.webform-component-radios input[type="radio"],
.webform-component-radios input[type="checkbox"],
.checkbox input[type="radio"],
.checkbox input[type="checkbox"],
.radio input[type="radio"],
.radio input[type="checkbox"] {
  opacity: 0;
  overflow: hidden;
  position: relative;
  margin: 0.75em 0 0 0.25em;
  float: left;
  clear: both; }
  .webform-component-checkboxes input[type="radio"] + label,
  .webform-component-checkboxes input[type="checkbox"] + label,
  .webform-component-radios input[type="radio"] + label,
  .webform-component-radios input[type="checkbox"] + label,
  .checkbox input[type="radio"] + label,
  .checkbox input[type="checkbox"] + label,
  .radio input[type="radio"] + label,
  .radio input[type="checkbox"] + label {
    cursor: pointer;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    margin-bottom: .3rem;
    margin-top: -1.85em;
    clear: both;
    margin-left: 0;
    position: relative;
    float: left; }
  .webform-component-checkboxes input[type="radio"] .form-radios .form-item:last-child label,
  .webform-component-checkboxes input[type="checkbox"] .form-radios .form-item:last-child label,
  .webform-component-radios input[type="radio"] .form-radios .form-item:last-child label,
  .webform-component-radios input[type="checkbox"] .form-radios .form-item:last-child label,
  .checkbox input[type="radio"] .form-radios .form-item:last-child label,
  .checkbox input[type="checkbox"] .form-radios .form-item:last-child label,
  .radio input[type="radio"] .form-radios .form-item:last-child label,
  .radio input[type="checkbox"] .form-radios .form-item:last-child label {
    margin-right: 0; }
  .webform-component-checkboxes input[type="radio"] + label:before,
  .webform-component-checkboxes input[type="checkbox"] + label:before,
  .webform-component-radios input[type="radio"] + label:before,
  .webform-component-radios input[type="checkbox"] + label:before,
  .checkbox input[type="radio"] + label:before,
  .checkbox input[type="checkbox"] + label:before,
  .radio input[type="radio"] + label:before,
  .radio input[type="checkbox"] + label:before {
    border: 1px solid #505050;
    content: '';
    position: absolute;
    height: 24px;
    width: 24px;
    top: 9px;
    left: 0; }
  .webform-component-checkboxes input[type="radio"]:focus + label:before,
  .webform-component-checkboxes input[type="checkbox"]:focus + label:before,
  .webform-component-radios input[type="radio"]:focus + label:before,
  .webform-component-radios input[type="checkbox"]:focus + label:before,
  .checkbox input[type="radio"]:focus + label:before,
  .checkbox input[type="checkbox"]:focus + label:before,
  .radio input[type="radio"]:focus + label:before,
  .radio input[type="checkbox"]:focus + label:before {
    border-color: #d6091e; }
  .webform-component-checkboxes input[type="radio"]:checked + label:after,
  .webform-component-checkboxes input[type="checkbox"]:checked + label:after,
  .webform-component-radios input[type="radio"]:checked + label:after,
  .webform-component-radios input[type="checkbox"]:checked + label:after,
  .checkbox input[type="radio"]:checked + label:after,
  .checkbox input[type="checkbox"]:checked + label:after,
  .radio input[type="radio"]:checked + label:after,
  .radio input[type="checkbox"]:checked + label:after {
    content: '';
    position: absolute; }

.webform-component-checkboxes input[type="radio"] + label:before,
.webform-component-radios input[type="radio"] + label:before,
.checkbox input[type="radio"] + label:before,
.radio input[type="radio"] + label:before {
  border-radius: 50%; }

.webform-component-checkboxes input[type="radio"]:checked + label:after,
.webform-component-radios input[type="radio"]:checked + label:after,
.checkbox input[type="radio"]:checked + label:after,
.radio input[type="radio"]:checked + label:after {
  background: #505050;
  border-radius: 50%;
  height: 12px;
  width: 12px;
  top: 15px;
  left: 6px; }

.webform-component-checkboxes input[type="checkbox"] + label:before,
.webform-component-radios input[type="checkbox"] + label:before,
.checkbox input[type="checkbox"] + label:before,
.radio input[type="checkbox"] + label:before {
  border-radius: 3px; }

.webform-component-checkboxes input[type="checkbox"]:checked + label:after,
.webform-component-radios input[type="checkbox"]:checked + label:after,
.checkbox input[type="checkbox"]:checked + label:after,
.radio input[type="checkbox"]:checked + label:after {
  border: 4px solid #505050;
  border-right: 0;
  border-top: 0;
  height: 9px;
  width: 16px;
  top: 14px;
  left: 4px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.marker, .form-required {
  color: #333333; }

.webform-component-fieldset fieldset {
  display: none; }

.webform-component-fieldset .fieldset-wrapper {
  *zoom: 1; }
  .webform-component-fieldset .fieldset-wrapper:before, .webform-component-fieldset .fieldset-wrapper:after {
    display: table;
    content: "";
    line-height: 0; }
  .webform-component-fieldset .fieldset-wrapper:after {
    clear: both; }
  .webform-component-fieldset .fieldset-wrapper .form-item {
    float: left; }
  .webform-component-fieldset .fieldset-wrapper .webform-component--ort,
  .webform-component-fieldset .fieldset-wrapper .webform-component--street--strasse {
    width: 75%;
    padding-right: 20px; }
  .webform-component-fieldset .fieldset-wrapper .webform-component--plz,
  .webform-component-fieldset .fieldset-wrapper .webform-component--street--nr {
    width: 25%; }

.webform-client-form {
  max-width: 600px; }

.webform-client-form .form-item,
.webform-client-form .form-actions {
  margin: 0; }

.select2-container {
  width: 100%; }
  .select2-container .select2-choice {
    font-size: 17px;
    padding: 14px 14px 11px;
    height: auto;
    background: #fff !important;
    border-radius: 4px;
    border: 1px solid #e0e0e0 !important; }
    .select2-container .select2-choice > .select2-chosen {
      margin-right: 22px; }
  .select2-container.select2-container.select2-allowclear .select2-choice abbr {
    display: none; }
  .select2-container .select2-choice .select2-arrow {
    background: #fff;
    width: 30px;
    border-left: 0; }
    .select2-container .select2-choice .select2-arrow b {
      margin-top: 19px;
      margin-left: 5px; }

.select2-dropdown-open .select2-choice {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-results,
.select2-search {
  padding: 0;
  margin: 0; }

.select2-results .select2-result-label {
  padding: 12px 8px 10px; }

.select2-results .select2-highlighted {
  background: #F3F3F3; }

.select2-results li {
  margin-bottom: 0; }
  .select2-results li:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px; }

.select2-search input {
  border: none;
  padding-left: 4px;
  font-family: inherit;
  padding: 12px 8px 10px;
  background: #FDFDFD;
  border-radius: 0;
  border-bottom: 1px solid #d4d4d4; }

.select2-container-active .select2-choice {
  box-shadow: none !important;
  border-color: #505050 !important; }

.select2-drop {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  max-width: -webkit-calc(100% - 20px);
  max-width: calc(100% - 20px); }

.select2-drop-active {
  border-color: #505050 !important;
  box-shadow: none !important; }

.view-filters .views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 26px; }
  .view-apotheken-glossary .view-filters .views-exposed-form .views-exposed-widget .form-submit {
    margin-top: 0; }

input.form-autocomplete {
  background-image: none !important; }

#main-header .search-form {
  margin-top: 0; }

.search-form {
  margin-top: 30px; }
  .search-form label {
    display: none; }
  .search-form .search-advanced label {
    display: block; }
  .search-form .form-text {
    max-width: 400px;
    width: -webkit-calc(100% - 115px);
    width: calc(100% - 115px);
    margin-right: 10px; }

.search-results {
  margin-left: 0; }
  .search-results li {
    margin-bottom: 30px; }
  .search-results .search-snippet-info {
    padding-left: 0; }

.form-item-search-block-form {
  display: inline-block !important;
  padding-right: 10px;
  width: -webkit-calc(100% - 100px);
  width: calc(100% - 100px);
  max-width: 400px; }

#user-login .form-actions a {
  float: right;
  padding: 0;
  color: #333333; }
  #user-login .form-actions a:hover {
    color: #d6091e; }

#user-pass {
  margin: 100px auto;
  max-width: 500px;
  padding: 0 1em; }
  #user-pass input {
    margin-bottom: 0; }

#tp-bmi-calculator {
  margin-bottom: 0;
  *zoom: 1;
  margin-left: -8px;
  margin-right: -8px; }
  #tp-bmi-calculator:before, #tp-bmi-calculator:after {
    display: table;
    content: "";
    line-height: 0; }
  #tp-bmi-calculator:after {
    clear: both; }

.tp-bmi-input {
  display: inline-block;
  padding: 0 8px; }
  .tp-bmi-input input {
    width: 80px;
    margin-right: 4px;
    margin-bottom: 0; }
  .tp-bmi-input.radio {
    width: 100%;
    margin-bottom: 0; }

#tp-bmi-result {
  margin-top: 35px; }

.tp-accordion-header {
  border-bottom: 1px solid #ececec;
  line-height: 1em;
  position: relative;
  cursor: pointer;
  padding: 15px 50px 10px 10px; }
  .tp-accordion-header h3 {
    margin-bottom: 0;
    color: #d6091e;
    font-size: 1.125rem; }
  .tp-accordion-header p {
    margin-bottom: 0.3rem;
    margin-top: 0.5rem; }
  .tp-accordion-header .tp-accordion-arrow {
    position: absolute;
    display: block;
    right: 10px;
    bottom: 15px;
    -webkit-transition: -webkit-transform .2s linear;
            transition: transform .2s linear; }
    .tp-accordion-header .tp-accordion-arrow svg {
      display: block; }
  .tp-accordion-header.expanded {
    border-bottom-color: transparent; }
    .tp-accordion-header.expanded .tp-accordion-arrow {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
  .tp-accordion-mobile-only .tp-accordion-header {
    padding: 0;
    border-bottom: 0; }
    .tp-accordion-mobile-only .tp-accordion-header .sidebar-title {
      margin-bottom: 15px;
      padding-top: 15px;
      padding-bottom: 10px; }
      @media (min-width: 960px) {
        .tp-accordion-mobile-only .tp-accordion-header .sidebar-title {
          color: #666; } }

.tp-accordion-content {
  margin-left: 0;
  padding: 10px;
  border-bottom: 1px solid transparent; }
  .tp-accordion-content h3 {
    font-size: 1.125rem; }
  .tp-accordion-content h4 {
    font-size: 1em;
    color: #646464; }
  .tp-accordion-content img {
    width: 100%;
    margin-bottom: 1.5em; }
  .tp-accordion-content figure {
    width: 100%;
    margin-bottom: 1.5em; }
    .tp-accordion-content figure img {
      margin-bottom: 0; }
  .tp-accordion-content.expanded {
    border-bottom-color: #ec9aa3; }
  .tp-accordion-mobile-only .tp-accordion-content {
    padding: 0;
    border-bottom: 0; }

.tp-accordion-content,
.tp-accordion-header {
  -webkit-transition: border-bottom-color .2s linear, background .2s linear;
          transition: border-bottom-color .2s linear, background .2s linear; }
  .tp-accordion-content.expanded,
  .tp-accordion-header.expanded {
    background: #f5f5f5; }
  .tp-accordion-mobile-only .tp-accordion-content, .tp-accordion-mobile-only
  .tp-accordion-header {
    background: transparent; }

.tp-accordion {
  margin-bottom: 0; }

html.js .tp-accordion-content.expanded {
  display: block; }

html.js .tp-accordion-content {
  display: none; }

@media (min-width: 961px) {
  .tp-accordion-mobile-only .tp-accordion-header {
    cursor: auto; }
    .tp-accordion-mobile-only .tp-accordion-header svg {
      display: none; }
  .tp-accordion-mobile-only .tp-accordion-content {
    display: block !important;
    height: auto !important; } }

.container {
  max-width: 1800px;
  width: 99.999%;
  padding: 0 10%;
  margin-right: auto;
  margin-left: auto;
  *zoom: 1; }
  .container:before, .container:after {
    display: table;
    content: "";
    line-height: 0; }
  .container:after {
    clear: both; }
  .container.full-width {
    max-width: none;
    padding-left: 0;
    padding-right: 0; }
  @media (min-width: 1800px) {
    .container {
      padding: 0 180px; } }

.row {
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0; }
  .row:before, .row:after {
    display: table;
    content: "";
    line-height: 0; }
  .row:after {
    clear: both; }
  .row.gutter {
    margin-right: -10px;
    margin-left: -10px; }

.col {
  float: left; }
  .gutter .col {
    padding-right: 10px;
    padding-left: 10px; }

.col-1-12 {
  width: 8.333333%; }

.col-2-12 {
  width: 16.666666%; }

.col-3-12 {
  width: 24.999999%; }

.col-4-12 {
  width: 33.333333%; }

.col-5-12 {
  width: 41.666666%; }

.col-6-12 {
  width: 49.999999%; }

.col-7-12 {
  width: 58.333333%; }

.col-8-12 {
  width: 66.666666%; }

.col-9-12 {
  width: 74.999999%; }

.col-10-12 {
  width: 83.333333%; }

.col-11-12 {
  width: 91.666666%; }

.col-12-12 {
  width: 100%; }

.tp-downloads .col-3-12:nth-child(1),
.tp-downloads .col-3-12:nth-child(2) {
  width: 49.999999%;
  margin-bottom: 20px; }

@media (min-width: 961px) {
  .seite-overview-cooking-recipes .col-4-12 {
    width: 24.999999%; } }

@media (min-width: 1401px) {
  .sidebar-layout-main .seite-overview-cooking-recipes .col-4-12 {
    width: 24.999999%; } }

@media (max-width: 1400px) {
  .sidebar-layout-main .col-3-12 {
    width: 33.333333%; } }

@media (max-width: 1100px) {
  .sidebar-layout-main .col-3-12,
  .sidebar-layout-main .col-4-12 {
    width: 49.999999%; } }

@media (max-width: 960px) {
  .col-3-12 {
    width: 33.333333%; }
  .sidebar-layout-main .col-3-12,
  .sidebar-layout-main .col-4-12 {
    width: 33.333333%; } }

@media (max-width: 767px) {
  .col {
    width: 49.999999%; }
  .tp-downloads .col-3-12:nth-child(1),
  .tp-downloads .col-3-12:nth-child(2) {
    width: 100%;
    margin-bottom: 0; }
  .sidebar-layout-main .col-3-12,
  .sidebar-layout-main .col-4-12 {
    width: 49.999999%; } }

@media (max-width: 570px) {
  .container {
    padding: 0 10px; }
  .row.gutter {
    margin-right: -5px;
    margin-left: -5px; }
  .gutter .col {
    padding-right: 5px;
    padding-left: 5px; }
  .col {
    width: 100%; }
  .col-3-12 {
    width: 49.999999%; } }

ul {
  list-style: none; }

body.cke_editable ul li:before,
.paragraphs-item-text ul li:before,
.mfp-content ul li:before,
.tp-recipe-ingredient ul li:before,
.content-two-columns ul li:before,
.tp-product ul li:before,
.lead ul li:before,
.sidebar-layout-main ul li:before,
.sidebar-layout-aside ul li:before {
  content: '\2022';
  display: block;
  position: relative;
  width: 0;
  height: 0;
  left: -1rem;
  top: 1px;
  color: #d6091e;
  font-size: 15px; }

.lead ul {
  margin-left: 1.35rem; }
  .lead ul li:before {
    top: 4px;
    font-size: 18px;
    left: -1.35rem; }

.row > .item-list > ul {
  margin: 0; }
  .row > .item-list > ul > li {
    margin: 0; }
    .row > .item-list > ul > li:before {
      display: none; }

nav ul,
nav ol {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0; }

ol {
  list-style: decimal outside; }

ul, ol {
  margin-top: 0;
  margin-left: 1rem;
  padding-left: 0; }

ol {
  margin-left: 1.725rem; }

ul ul,
ul ol,
ol ol,
ol ul {
  font-size: 1em;
  margin-left: 2rem; }

li {
  margin-bottom: .8em; }

nav ul,
nav ul ul {
  margin-left: 0; }

.item-list .pager {
  font-size: 1em; }

.search-form ul li::before {
  content: ""; }

.container img {
  width: 100%; }

html.touch {
  overflow-x: hidden; }

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
    visibility: visible; }
  100% {
    opacity: 1;
    visibility: visible; } }

@keyframes fade-in {
  0% {
    opacity: 0;
    visibility: visible; }
  100% {
    opacity: 1;
    visibility: visible; } }

@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
    visibility: visible; }
  100% {
    opacity: 0;
    visibility: visible; } }

@keyframes fade-out {
  0% {
    opacity: 1;
    visibility: visible; }
  100% {
    opacity: 0;
    visibility: visible; } }

#main-nav ul li {
  list-style: none;
  margin: 0;
  padding: 0; }

#main-nav li a {
  color: #333333;
  position: relative; }

#main-nav > ul > li > a {
  font-weight: 700;
  margin-left: -4px; }

#main-nav li > ul a {
  font-weight: 400; }

#main-nav .go-back a {
  display: none; }

#main-nav li li li a {
  font-weight: 400; }
  #main-nav li li li a:hover {
    color: #d6091e; }
  #main-nav li li li a.active {
    color: #d6091e; }
  #main-nav li li li a:after {
    display: none; }

@media (min-width: 961px) {
  #main-nav #mobile-sec-nav-clone,
  #nav-dim-overlay {
    display: none; }
  #main-nav > ul {
    text-align: right;
    margin-top: 40px;
    position: relative; }
  #main-nav > ul > li {
    display: inline-block; }
    #main-nav > ul > li.last {
      margin-right: 40px; }
    #main-nav > ul > li a {
      display: inline-block;
      font-size: 18px;
      letter-spacing: .03em;
      height: 80px;
      padding: 21px 24px 37px; }
      #main-nav > ul > li a.is-active {
        color: #d6091e; }
      #main-nav > ul > li a:before {
        content: '';
        position: absolute;
        right: 4px;
        top: 27px; }
  #main-nav > ul > li > ul > .list-size-gt4 {
    display: block; }
  #main-nav > ul > li > ul {
    position: absolute;
    display: block;
    width: 100%;
    right: 0;
    display: table;
    visibility: hidden; }
    #main-nav > ul > li > ul.is-active {
      visibility: visible; }
    #main-nav > ul > li > ul.fade-out {
      -webkit-animation: fade-out .3s linear;
              animation: fade-out .3s linear; }
    #main-nav > ul > li > ul.fade-in {
      -webkit-animation: fade-in .3s linear;
              animation: fade-in .3s linear; }
    #main-nav > ul > li > ul, #main-nav > ul > li > ul:before, #main-nav > ul > li > ul:after {
      background: rgba(255, 255, 255, 0.98); }
    #main-nav > ul > li > ul:before, #main-nav > ul > li > ul:after {
      content: '';
      position: absolute;
      top: 0;
      width: 2000px;
      width: 100vw;
      height: 100%; }
    #main-nav > ul > li > ul:before {
      right: 100%; }
    #main-nav > ul > li > ul:after {
      left: 100%; }
    #main-nav > ul > li > ul > li {
      display: table-cell;
      vertical-align: top;
      text-align: left;
      align: right;
      min-width: 235px; }
      #main-nav > ul > li > ul > li.separator {
        min-width: 0; }
      #main-nav > ul > li > ul > li ul {
        padding-bottom: 20px; }
      #main-nav > ul > li > ul > li.go-back {
        width: 100%;
        min-width: 0; }
      #main-nav > ul > li > ul > li a {
        display: block;
        height: auto;
        font-size: 1em;
        padding: 10px 20px; }
      #main-nav > ul > li > ul > li > a {
        font-weight: 700;
        padding-top: 20px; }
      #main-nav > ul > li > ul > li li a {
        padding: 5px 20px; }
  .csstransforms.cssgradients #main-nav > ul > li > a:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: #f2f2f2;
    background: -webkit-linear-gradient(315deg, #f2f2f2 0%, #f2f2f2 59%, transparent 59%, transparent 100%);
    background: linear-gradient(135deg, #f2f2f2 0%, #f2f2f2 59%, transparent 59%, transparent 100%);
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);
    bottom: -10px;
    left: 50%;
    -webkit-transform: rotate(45deg) translate(10px, 10px);
        -ms-transform: rotate(45deg) translate(10px, 10px);
            transform: rotate(45deg) translate(10px, 10px);
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
            transition: opacity 0.3s, transform 0.3s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .csstransforms.cssgradients #main-nav > ul > li > a.is-active:after {
    opacity: 1;
    -webkit-transition: opacity 0.3s 0.2s, -webkit-transform 0.3s 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
            transition: opacity 0.3s 0.2s, transform 0.3s 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: rotate(45deg) translate(0, 0);
        -ms-transform: rotate(45deg) translate(0, 0);
            transform: rotate(45deg) translate(0, 0); }
  .csstransforms.cssgradients #main-nav > ul > li:first-child > a:after {
    background: rgba(255, 255, 255, 0.98);
    background: -webkit-linear-gradient(315deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.98) 59%, transparent 59%, transparent 100%);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.98) 59%, transparent 59%, transparent 100%); } }

@media (min-width: 1800px) {
  .csscolumns #main-nav > ul > li > ul {
    -webkit-column-count: 3;
            column-count: 3; } }

@media (max-width: 1180px) {
  #main-nav > ul > li > ul > li {
    min-width: 200px; } }

@media (max-width: 960px) {
  #main-nav .promotion-box {
    display: none; }
  #main-nav {
    position: relative; }
    #main-nav > .menu {
      background: transparent; }
      .nav-open #main-nav > .menu {
        background: rgba(0, 0, 0, 0.6); }
    #main-nav ul {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }
    #main-nav ul ul {
      overflow-x: hidden;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch; }
    #main-nav a {
      background: #ffffff;
      display: block;
      padding: 16px 45px 12px 25px;
      border-top: 1px solid #f0f0f0; }
      #main-nav a:after {
        content: '';
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -12px; }
    #main-nav .go-back a {
      display: block;
      background: #f2f2f2;
      color: #d6091e;
      padding: 12px 45px 12px 25px; }
      #main-nav .go-back a:after {
        display: none; }
      #main-nav .go-back a:before {
        content: '';
        position: absolute;
        left: 10px;
        top: 50%;
        margin-top: -7px; }
    #main-nav li {
      display: block; }
      #main-nav li a {
        font-size: 18px; }
    #main-nav li > ul a {
      font-size: 13px; }
    #main-nav li > ul {
      transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
      -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
      -webkit-transform: translateX(100%); }
      #main-nav li > ul.move-in {
        -ms-transform: translateX(0);
            transform: translateX(0);
        -webkit-transform: translateX(0); }
    #main-nav ul > li > a {
      -webkit-transition: opacity .3s, -webkit-transform .3s;
              transition: opacity .3s, transform .3s;
      -ms-transform: translateX(0);
          transform: translateX(0);
      -webkit-transform: translateX(0);
      opacity: 1; }
    #main-nav .move-out > li > a {
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
      -webkit-transform: translateX(-100%);
      opacity: 0; }
  #main-nav {
    opacity: 0;
    transition: opacity .3s;
    -webkit-transition: opacity .3s; }
    .nav-open #main-nav {
      opacity: 1; }
    #main-nav > .menu {
      transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), background 0.2s 0.25s;
      -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), background 0.2s 0.25s;
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
      -webkit-transform: translateY(-100%); }
      .nav-open #main-nav > .menu {
        -ms-transform: translateY(0);
            transform: translateY(0);
        -webkit-transform: translateY(0); }
  #main-header > .container {
    padding: 0; }
  #nav-dim-overlay {
    display: none;
    width: 100%;
    position: absolute;
    top: 0;
    height: 100vh;
    background: rgba(0, 0, 0, 0.55);
    visibility: hidden;
    -webkit-transition: visibility 0s .3s;
            transition: visibility 0s .3s; }
    .nav-open #nav-dim-overlay {
      -webkit-transition: none;
              transition: none;
      visibility: visible; } }

.tooltip {
  background: #d6091e;
  color: #ffffff;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.15);
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #ffffff;
  position: absolute;
  font-weight: 500; }
  .tooltip:after, .tooltip:before {
    content: '';
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #d6091e;
    bottom: -10px;
    left: 40px;
    margin-left: -10px;
    position: absolute; }
  .tooltip:before {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid;
    border-top-color: inherit;
    bottom: -12px;
    margin-left: -12px; }

.button-my-pharmacy-wrapper {
  position: relative; }
  .button-my-pharmacy-wrapper .tooltip {
    bottom: 100%;
    margin-bottom: 20px;
    -webkit-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
            transform: translateY(-40px);
    opacity: 0;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s linear;
            transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s linear; }
  .button-my-pharmacy-wrapper.tooltip-on .tooltip {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }

.segmented-controls {
  border: 1px solid #e0e0e0;
  border-width: 1px 0;
  margin-bottom: 3em;
  line-height: 100px;
  text-align: center;
  background: #ffffff; }
  .segmented-controls .segmented-controls-title {
    color: #333333;
    font-weight: 500;
    margin-bottom: .2em; }
  .segmented-controls span {
    color: #646464; }
  .segmented-controls a {
    height: 100px;
    display: inline-block;
    border-left: 1px solid #e0e0e0;
    background: transparent;
    -webkit-transition: background 0.25s cubic-bezier(0.42, 0, 1, 1);
            transition: background 0.25s cubic-bezier(0.42, 0, 1, 1); }
    .segmented-controls a + a {
      border-right: 1px solid #e0e0e0; }
    .segmented-controls a:hover {
      background: #fbfbfb; }
  .segmented-controls a > svg,
  .segmented-controls .icon-circle-wrapper,
  .segmented-controls .segmented-contols-copy {
    vertical-align: middle; }
  .segmented-controls .segmented-contols-copy {
    margin-left: 1em;
    margin-top: 2px;
    text-align: left;
    display: inline-block;
    line-height: 1.2;
    max-width: 70%; }
    .segmented-controls .segmented-contols-copy .segmented-controls-title,
    .segmented-controls .segmented-contols-copy h3 {
      margin-top: 5px;
      margin-bottom: 0; }
    .segmented-controls .segmented-contols-copy span {
      margin-top: 5px;
      display: block; }
    .segmented-controls .segmented-contols-copy span:empty {
      display: none; }

footer .segmented-controls {
  *zoom: 1;
  border-width: 1px;
  border-radius: 8px;
  overflow: hidden;
  z-index: 1;
  background: #f4f4f4; }
  footer .segmented-controls:before, footer .segmented-controls:after {
    display: table;
    content: "";
    line-height: 0; }
  footer .segmented-controls:after {
    clear: both; }
  footer .segmented-controls a {
    z-index: 0; }
    footer .segmented-controls a:first-child {
      border-left: 0; }
    footer .segmented-controls a + a {
      border-right: 0; }
    footer .segmented-controls a:hover {
      background: #f0f0f0; }

#history-back {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 8px 15px 5px 10px;
  background: #6f6f6f;
  color: #ffffff;
  border-radius: 4px;
  -webkit-transition: background 0.25s cubic-bezier(0.42, 0, 1, 1);
          transition: background 0.25s cubic-bezier(0.42, 0, 1, 1);
  margin-right: 11px; }
  #history-back svg {
    width: 10px;
    height: 10px; }
  #history-back:hover {
    background: #626262; }
  #history-back:after {
    content: '';
    position: absolute;
    right: -10px;
    top: 0px;
    width: 1px;
    height: 100%;
    background: #e5e5e5; }
  #history-back.back-link-inactive {
    display: none; }

.breadcrumbs {
  margin-bottom: 10px; }
  .breadcrumbs nav {
    display: inline-block;
    vertical-align: top;
    padding-top: 4px; }
  .breadcrumbs a {
    font-size: 14px;
    color: #808080; }
    .breadcrumbs a:hover {
      color: #646464; }
  .breadcrumbs li {
    display: inline-block;
    margin-bottom: 0; }
    .breadcrumbs li + li:before {
      margin: 0 6px -1px 4px;
      content: '';
      display: inline-block; }
    .breadcrumbs li:first-child a {
      overflow: hidden;
      text-indent: 100%;
      white-space: nowrap;
      text-indent: 130%;
      opacity: .75;
      line-height: 26px;
      margin-bottom: -7px;
      margin-right: -5px;
      display: inline-block;
      -webkit-transition: opacity 0.25s cubic-bezier(0.42, 0, 1, 1);
              transition: opacity 0.25s cubic-bezier(0.42, 0, 1, 1); }
      .breadcrumbs li:first-child a:hover {
        opacity: 1; }
  .breadcrumbs.has-back-link > nav {
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px); }

@media (max-width: 960px) {
  .breadcrumbs #history-back:after {
    display: none; }
  .breadcrumbs nav {
    display: none; } }

@media (max-width: 767px) {
  .segmented-controls {
    text-align: left;
    line-height: 79px;
    margin-bottom: 1.5em; }
    .segmented-controls .container {
      padding: 0; }
    .segmented-controls a {
      height: 80px;
      width: 100%;
      padding: 0 20px;
      border-left: 0; }
      .segmented-controls a + a {
        border-right: 0;
        border-top: 1px solid #e0e0e0; } }

#main-header {
  position: relative;
  z-index: 50; }
  #main-header .container {
    position: relative; }

#nav-bg {
  background-color: #fafafa;
  background: -webkit-linear-gradient(top, #fafafa 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #fafafa 0%, #ffffff 100%);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  height: 120px;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 52; }

#main-nav > ul > li > a {
  z-index: 53; }

#main-nav > ul > li ul {
  z-index: 51; }

.main-nav__cms-links {
  z-index: 54; }

#main-nav-logo {
  z-index: 55; }

#search-block-form input,
#nav-search-trigger,
#nav-mobile-wrapper {
  z-index: 53; }

#nav-search-input {
  z-index: 45; }

#main-nav-logo {
  display: block;
  position: absolute;
  top: 27px;
  left: auto; }
  #main-nav-logo img {
    height: 60px;
    width: auto; }

.promotion-box {
  width: 260px;
  min-width: 260px;
  background: #f2f2f2;
  position: relative; }
  .promotion-box .nav-close {
    position: absolute;
    width: 44px;
    height: 44px;
    top: 0;
    left: 260px;
    cursor: pointer; }
    .promotion-box .nav-close svg {
      margin: 10px; }

.promotion-box-inner {
  padding: 20px; }
  .promotion-box-inner img {
    display: block;
    width: 100%;
    margin-bottom: 10px; }
  .promotion-box-inner p + a {
    margin-top: -10px; }
  .promotion-box-inner a {
    padding: 10px 0 !important;
    color: #d6091e !important; }

#sec-nav {
  position: relative; }
  #sec-nav > ul {
    position: absolute;
    right: 0;
    top: -120px;
    z-index: 53; }
    #sec-nav > ul li {
      list-style: none;
      margin: 0;
      padding: 0;
      display: inline-block;
      vertical-align: top;
      position: relative; }
      #sec-nav > ul li ul {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        padding: 10px;
        border: 1px solid #e0e0e0;
        border-top: 0;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        background: #ffffff; }
      #sec-nav > ul li:hover ul {
        display: block; }
  #sec-nav a {
    display: inline-block;
    padding: 13px 13px 5px;
    font-size: 14px;
    color: #333333; }
    #sec-nav a:hover, #sec-nav a.active {
      color: #d6091e; }
  #sec-nav > ul > li.last a {
    padding-right: 3px; }

#nav-search-trigger {
  width: 60px;
  height: 60px;
  padding: 18px;
  position: relative; }

#nav-mobile-wrapper {
  display: none; }

#search-block-form .form-actions input {
  width: 60px;
  height: 53px;
  padding: 0;
  border: 0; }

#search-block-form .container-inline {
  *zoom: 1; }
  #search-block-form .container-inline:before, #search-block-form .container-inline:after {
    display: table;
    content: "";
    line-height: 0; }
  #search-block-form .container-inline:after {
    clear: both; }
  #search-block-form .container-inline .form-type-textfield {
    display: block;
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
    margin: 0;
    padding: 0;
    float: left; }
  #search-block-form .container-inline .form-type-textfield input {
    border: 0; }
  #search-block-form .container-inline .form-actions {
    float: left;
    position: relative; }
    #search-block-form .container-inline .form-actions:before {
      content: '';
      position: absolute;
      width: 1px;
      height: 80%;
      background: #efefef;
      top: 10%;
      z-index: 55; }
    #search-block-form .container-inline .form-actions input {
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
      border-radius: 0; }

#search-block-form .ui-autocomplete {
  min-width: 320px;
  width: 100% !important;
  top: 54px !important;
  border-top: 0;
  box-sizing: border-box;
  border-radius: 0 0 4px 4px; }

.nav-search-trigger-close,
.nav-search-trigger-open {
  position: absolute;
  top: 15px;
  left: 15px; }

.search-active .nav-search-trigger-open {
  visibility: hidden; }

.nav-search-trigger-close {
  visibility: hidden; }
  .search-active .nav-search-trigger-close {
    visibility: visible; }

#search-loader {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 15px;
  right: 70px;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8); }

#search-block-form .form-item input + #search-loader:before {
  opacity: 0;
  content: '';
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity .3s;
  -webkit-transition: opacity .3s; }

#search-block-form .form-item input.throbbing + #search-loader:before {
  -webkit-animation: spin .8s linear infinite;
          animation: spin .8s linear infinite;
  opacity: 1; }

@media (min-width: 961px) {
  #nav-search-wrapper {
    position: relative;
    top: -74px; }
  #search-block-form,
  #nav-search-trigger {
    position: absolute; }
    #search-block-form .container-inline,
    #nav-search-trigger .container-inline {
      border-bottom: 1px solid #efefef; }
  #search-block-form {
    z-index: 53;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
            transform: translateX(30px);
    -webkit-transition: opacity .2s, visibility 0s .2s, -webkit-transform .4s;
            transition: opacity .2s, visibility 0s .2s, transform .4s; }
    #search-block-form .form-type-textfield {
      margin: 0; }
      #search-block-form .form-type-textfield input {
        box-sizing: border-box;
        width: 270px;
        padding-right: 0;
        border: none;
        height: 53px;
        background: transparent;
        border-radius: 0;
        background-color: transparent;
        margin-bottom: 0; }
    #search-block-form .form-submit {
      padding-right: 20px;
      margin-bottom: 0; }
    #search-block-form .form-item,
    #search-block-form .form-actions {
      border-bottom: 1px solid #d6091e; }
    #search-block-form.active {
      opacity: 1;
      visibility: visible;
      -ms-transform: translateX(0);
          transform: translateX(0);
      -webkit-transform: translateX(0);
      transition: opacity .3s .4s, transform .3s .4s;
      -webkit-transition: opacity .3s .4s, -webkit-transform .3s .4s; }
  #nav-search-trigger {
    right: -13px;
    padding: 15px;
    width: 50px;
    height: 50px;
    margin-top: 2px;
    cursor: pointer; }
    #nav-search-trigger svg {
      fill: #333333;
      width: 20px;
      height: 20px;
      -webkit-transition: fill .3s;
              transition: fill .3s; }
    #nav-search-trigger:hover svg {
      fill: #d6091e; }
  #main-nav > ul > li > a {
    opacity: 1;
    visibility: visible;
    -ms-transform: translate(0);
        transform: translate(0);
    -webkit-transform: translate(0);
    transition: opacity .2s .15s, transform .2s .15s;
    -webkit-transition: opacity .2s .15s, -webkit-transform .2s .15s; }
  #main-nav > ul > li:nth-child(1) a {
    -webkit-transition-delay: 0.15s;
            transition-delay: 0.15s; }
  #main-nav > ul > li:nth-child(2) a {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s; }
  #main-nav > ul > li:nth-child(3) a {
    -webkit-transition-delay: 0.25s;
            transition-delay: 0.25s; }
  .search-active #main-nav > ul > li > a {
    opacity: 0;
    visibility: hidden;
    -ms-transform: translateX(-50px);
        transform: translateX(-50px);
    -webkit-transform: translateX(-50px);
    -webkit-transition: opacity .2s .1s, visibility 0s .3s, -webkit-transform .4s .1s;
            transition: opacity .2s .1s, visibility 0s .3s, transform .4s .1s; }
  .search-active #main-nav > ul > li:nth-child(1) a {
    -webkit-transition-delay: 0.1s, 0.2s, 0.1s;
            transition-delay: 0.1s, 0.2s, 0.1s; }
  .search-active #main-nav > ul > li:nth-child(2) a {
    -webkit-transition-delay: 0.2s, 0.3s, 0.2s;
            transition-delay: 0.2s, 0.3s, 0.2s; }
  .search-active #main-nav > ul > li:nth-child(3) a {
    -webkit-transition-delay: 0.3s, 0.4s, 0.3s;
            transition-delay: 0.3s, 0.4s, 0.3s; }
  .csstransitions .nav-search-trigger-open {
    -webkit-transition: opacity .2s .4s;
            transition: opacity .2s .4s;
    opacity: 1; }
  .csstransitions .nav-search-trigger-close {
    -webkit-transition: opacity .2s, visibility 0s .2s;
            transition: opacity .2s, visibility 0s .2s;
    opacity: 0; }
  .csstransitions #nav-search-trigger {
    -webkit-transition: right 0s .2s;
            transition: right 0s .2s; }
  .csstransitions .search-active #nav-search-trigger {
    -webkit-transition: right 0s .5s;
            transition: right 0s .5s;
    right: -50px; }
  .csstransitions .search-active .nav-search-trigger-open {
    -webkit-transition: opacity .2s, visibility 0s .2s;
            transition: opacity .2s, visibility 0s .2s;
    opacity: 0; }
  .csstransitions .search-active .nav-search-trigger-close {
    -webkit-transition: opacity .2s .6s, visibility 0s .6s;
            transition: opacity .2s .6s, visibility 0s .6s;
    opacity: 1; } }

@media (max-width: 960px) {
  #main-header {
    width: 100%;
    width: 100vw;
    position: fixed;
    top: 0; }
    .logged-in #main-header {
      top: 49px; }
  #main-header.nav-open {
    bottom: 0; }
    #main-header.nav-open > .container,
    #main-header.nav-open #main-nav ul {
      height: 100%; }
    #main-header.nav-open #main-nav {
      height: -webkit-calc(100% - 60px);
      height: calc(100% - 60px); }
  #nav-bg {
    height: 60px;
    position: absolute !important; }
  #sec-nav {
    display: none; }
  #main-nav-logo {
    top: 8px;
    left: 60px;
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px);
    height: 44px;
    text-align: center; }
    #main-nav-logo img {
      height: auto;
      width: auto;
      max-height: 100%;
      max-width: 80%; }
  #nav-mobile-wrapper,
  #nav-search-wrapper {
    width: 60px;
    height: 60px; }
  #mobile-sec-nav-clone a {
    font-weight: 400 !important;
    font-size: 14px !important;
    padding: 12px 25px 10px !important; }
    #mobile-sec-nav-clone a:first-child {
      padding-top: 20px !important; }
    #mobile-sec-nav-clone a:last-child {
      padding-bottom: 20px !important; }
    #mobile-sec-nav-clone a + a {
      border-top: 0; }
    #mobile-sec-nav-clone a:after {
      display: none; }
  #nav-mobile-wrapper:after,
  #nav-search-trigger:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 80%;
    background: #efefef;
    top: 10%; }
  #nav-search-trigger:before {
    left: 0; }
  #nav-search-wrapper {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer; }
    #nav-search-wrapper:before {
      left: 0; }
  #search-block-form .container-inline .form-actions input {
    background-color: #ffffff;
    border: 0; }
  #search-block-form {
    left: 0;
    width: 100%;
    position: fixed;
    top: 60px;
    -webkit-transition: -webkit-transform .3s ease;
            transition: transform .3s ease;
    -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    -webkit-transform: translateY(-100%); }
    .logged-in #search-block-form {
      top: 108px; }
    #search-block-form.active {
      -ms-transform: translateY(0);
          transform: translateY(0);
      -webkit-transform: translateY(0); }
    #search-block-form input {
      border-radius: 0;
      border-width: 1px 0;
      height: 53px;
      box-sizing: border-box;
      background: #ffffff;
      border-color: #efefef;
      margin-bottom: 0; }
      #search-block-form input:focus {
        border-color: #efefef; }
  #nav-mobile-wrapper {
    display: block;
    overflow: hidden;
    position: relative; }
    #nav-mobile-wrapper > div {
      width: 60px;
      height: 60px;
      padding: 18px; }
    #nav-mobile-wrapper:after {
      right: 0; }
    #nav-mobile-wrapper.is-back-button #nav-mobile-back,
    #nav-mobile-wrapper.is-back-button #nav-mobile-trigger {
      -webkit-transform: translateY(-100%);
          -ms-transform: translateY(-100%);
              transform: translateY(-100%); }
  #nav-mobile-back,
  #nav-mobile-trigger {
    transition: transform 0.25s cubic-bezier(0.42, 0, 1, 1);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.42, 0, 1, 1);
    cursor: pointer; }
  #nav-mobile-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-top: 2px; }
    #nav-mobile-icon, #nav-mobile-icon:before, #nav-mobile-icon:after {
      width: 24px;
      height: 2px;
      background: #666;
      border-radius: 2px;
      transition: transform .2s ease, background .2s;
      -webkit-transition: -webkit-transform .2s ease, background .2s; }
    #nav-mobile-icon:before, #nav-mobile-icon:after {
      content: '';
      position: absolute;
      left: 0;
      -webkit-transform-origin: 0 50%;
          -ms-transform-origin: 0 50%;
              transform-origin: 0 50%;
      -webkit-transform-origin: 20% 50%;
          -ms-transform-origin: 20% 50%;
              transform-origin: 20% 50%; }
    #nav-mobile-icon:before {
      top: -6px; }
    #nav-mobile-icon:after {
      top: 6px; }
  .nav-open #nav-mobile-icon {
    background: transparent;
    transform: rotateZ(90deg);
    -webkit-transform: rotateZ(90deg); }
    .nav-open #nav-mobile-icon:before, .nav-open #nav-mobile-icon:after {
      background: #666; }
    .nav-open #nav-mobile-icon:before {
      transform: rotate3d(0, 0, 1, 45deg) scaleX(1.2);
      -webkit-transform: rotate3d(0, 0, 1, 45deg) scaleX(1.2); }
    .nav-open #nav-mobile-icon:after {
      transform: rotate3d(0, 0, 1, -45deg) scaleX(1.2);
      -webkit-transform: rotate3d(0, 0, 1, -45deg) scaleX(1.2); }
  #search-block-form .ui-autocomplete {
    top: 53px !important;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #e0e0e0; } }

#footer-nav {
  *zoom: 1;
  margin: 0 -20px 30px -20px; }
  #footer-nav:before, #footer-nav:after {
    display: table;
    content: "";
    line-height: 0; }
  #footer-nav:after {
    clear: both; }
  #footer-nav ul li {
    list-style: none;
    margin: 0;
    padding: 0; }
  #footer-nav > ul {
    width: 80%;
    float: left; }
  #footer-nav > ul > li {
    float: left;
    padding: 0 20px;
    width: 25%; }
    #footer-nav > ul > li, #footer-nav > ul > li ul {
      vertical-align: top;
      display: inline-block; }
  #footer-nav > ul > li > span,
  #footer-nav .footer-nav-extra > span {
    display: block;
    color: #808080;
    font-weight: 700;
    font-size: 0.875em;
    border-bottom: 1px solid #8e9599;
    padding: 15px 0;
    margin-bottom: 20px; }
  #footer-nav li > a {
    display: block;
    font-size: 0.875em;
    padding: 5px 0;
    color: #333333; }
    #footer-nav li > a:hover {
      color: #595959; }
    @media (max-width: 768px) {
      #footer-nav li > a.tp-social-facebook, #footer-nav li > a.tp-social-twitter, #footer-nav li > a.tp-social-google, #footer-nav li > a.tp-social-youtube {
        padding-top: 10px;
        padding-bottom: 10px; } }
  #footer-nav li p {
    font-size: 0.875em;
    color: #333333;
    padding-top: 5px; }
  #footer-nav .button {
    width: 100%;
    text-align: left; }
  #footer-nav .footer-nav-extra {
    float: left;
    padding: 0 20px;
    width: 20%; }
  @media (max-width: 1100px) {
    #footer-nav > ul {
      width: 100%;
      float: none; }
    #footer-nav > ul > li {
      width: 33.333%; }
    #footer-nav > ul li:last-child {
      clear: both; }
    #footer-nav > ul li:last-child,
    #footer-nav .footer-nav-extra {
      width: 50%; }
    #footer-nav > ul > li > ul {
      padding-bottom: 20px; } }
  @media (max-width: 767px) {
    #footer-nav {
      margin: 0 0 20px 0; }
      #footer-nav span.nolink {
        cursor: pointer; }
        #footer-nav span.nolink:after {
          -webkit-transition: -webkit-transform .3s;
                  transition: transform .3s; }
        #footer-nav span.nolink.expanded:after {
          -webkit-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
                  transform: rotate(180deg); }
      #footer-nav > ul > li,
      #footer-nav > ul > li:last-child {
        float: none;
        width: 100%;
        padding: 0; }
      #footer-nav .footer-nav-extra {
        float: none;
        width: 100%;
        padding: 0; }
      #footer-nav > ul > li > span,
      #footer-nav .footer-nav-extra > span {
        position: relative; }
        #footer-nav > ul > li > span:after,
        #footer-nav .footer-nav-extra > span:after {
          content: '';
          position: absolute;
          right: 10px;
          top: 50%;
          margin-top: -6px; }
      #footer-nav > ul > li > ul {
        display: none;
        padding-bottom: 20px; } }
  @media (min-width: 768px) {
    #footer-nav > ul > li,
    #footer-nav > ul > li ul {
      display: inline-block !important;
      height: auto !important; } }

.tp-social-facebook,
.tp-social-twitter,
.tp-social-google,
.tp-social-youtube {
  position: relative;
  padding-left: 24px !important; }
  .tp-social-facebook:before,
  .tp-social-twitter:before,
  .tp-social-google:before,
  .tp-social-youtube:before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: -3px;
    top: 1px; }
  @media (max-width: 768px) {
    .tp-social-facebook,
    .tp-social-twitter,
    .tp-social-google,
    .tp-social-youtube {
      padding-left: 36px !important; }
      .tp-social-facebook:before,
      .tp-social-twitter:before,
      .tp-social-google:before,
      .tp-social-youtube:before {
        left: 0;
        top: 50%;
        -webkit-transform: scale(1.5) translate(0, -40%);
            -ms-transform: scale(1.5) translate(0, -40%);
                transform: scale(1.5) translate(0, -40%);
        -webkit-transform-origin: center;
            -ms-transform-origin: center;
                transform-origin: center; } }

.footer-meta {
  background: #5f5f5f;
  color: #d6d6d6; }
  .footer-meta li a {
    color: #d6d6d6;
    display: inline-block; }
    .footer-meta li a:hover {
      color: #ffffff; }
  .footer-meta a,
  .footer-meta .footer-copyright {
    padding: 25px 8px 22px; }
  .footer-meta .footer-copyright {
    float: left; }
  .footer-meta .menu {
    float: right;
    font-size: 90%;
    margin: 0; }
    .footer-meta .menu li {
      padding: 0;
      margin: 0;
      list-style: none;
      display: inline-block; }
  @media (max-width: 900px) {
    .footer-meta {
      padding-top: 12px;
      padding-bottom: 12px; }
      .footer-meta .footer-copyright,
      .footer-meta .menu {
        display: block;
        float: none; }
      .footer-meta a,
      .footer-meta .footer-copyright {
        padding: 15px 8px 12px; } }
  @media (max-width: 767px) {
    .footer-meta .menu li {
      display: block; }
    .footer-meta a,
    .footer-meta .footer-copyright {
      padding: 12px 0 10px; } }

#tp-map {
  position: absolute;
  top: 120px;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 15; }
  .logged-in #tp-map {
    top: 149px; }

.tp-map-sidebar-wrapper {
  position: absolute;
  height: -webkit-calc(100% - 85px);
  height: calc(100% - 85px);
  width: 300px;
  margin-top: 85px;
  overflow: hidden;
  background: #f0f0f0;
  z-index: 10;
  top: 0;
  left: 0;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15); }
  .tp-map-sidebar-wrapper .tp-map-scroll {
    height: 100%; }
  .tp-map-sidebar-wrapper.progress {
    font-weight: 400; }
    .tp-map-sidebar-wrapper.progress li {
      display: none; }

#tp-map-notification {
  height: 85px;
  background: rgba(214, 9, 30, 0.8);
  position: absolute;
  text-align: center;
  display: block;
  top: 0;
  right: 0;
  left: 300px;
  z-index: 100;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.2s;
          transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.2s; }
  #tp-map-notification.on {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }

.tp-map-center {
  display: table;
  width: 100%;
  height: 100%; }
  .tp-map-center span {
    padding: 10px 10%;
    display: table-cell;
    vertical-align: middle;
    color: #ffffff;
    font-size: 14px; }

.tp-map-wrapper {
  height: 100%;
  width: 100%;
  padding-left: 300px;
  position: relative;
  overflow: hidden; }

.tp-map-sidebar-list,
.tp-map-sidebar-detail {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }
  .tp-map-sidebar-list ul,
  .tp-map-sidebar-detail ul {
    margin-bottom: 0; }
  .tp-map-sidebar-list img,
  .tp-map-sidebar-detail img {
    display: block;
    margin-bottom: 10px; }

#tp-map-scroll-detail-inner {
  padding: 20px; }

#pharmacy-detail {
  position: relative;
  font-size: 16px; }
  #pharmacy-detail > img:not(.grouping-icon) {
    width: 100%; }
  #pharmacy-detail .grouping-title {
    margin-left: 32px; }
  #pharmacy-detail img.grouping-icon {
    position: absolute;
    left: 0;
    bottom: 5px;
    margin: 0;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out; }
  #pharmacy-detail img.grouping-icon.hover {
    opacity: 0;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out; }
  #pharmacy-detail .pharmacy-location-detail-image {
    display: none; }
    @media all and (min-width: 570px) {
      #pharmacy-detail .pharmacy-location-detail-image {
        display: block; } }

#tp-map-canvas {
  width: 100%;
  height: 100%;
  background: #e3e3e3;
  position: relative; }
  #tp-map-canvas.tp-map-active:before {
    display: none; }

#pharmacy-list {
  margin-left: 0;
  font-size: 14px; }
  #pharmacy-list li {
    position: relative;
    padding: 15px 20px;
    margin-bottom: 0;
    cursor: pointer; }
    #pharmacy-list li + li {
      border-top: 1px solid #e2e2e2; }
    #pharmacy-list li:hover {
      background: #e3e3e3; }
    #pharmacy-list li:before {
      display: none; }
    #pharmacy-list li .grouping-icon-wrapper {
      position: absolute;
      bottom: 15px;
      right: 20px;
      margin: 0; }
    #pharmacy-list li img.grouping-icon {
      position: absolute;
      right: 20px;
      bottom: 15px;
      margin: 0;
      transition: opacity .25s ease-in-out;
      -moz-transition: opacity .25s ease-in-out;
      -webkit-transition: opacity .25s ease-in-out; }
    #pharmacy-list li img.grouping-icon.hover {
      opacity: 0;
      transition: opacity .25s ease-in-out;
      -moz-transition: opacity .25s ease-in-out;
      -webkit-transition: opacity .25s ease-in-out; }
    #pharmacy-list li .tooltip-container {
      opacity: 0;
      position: absolute;
      bottom: 50px;
      /*right: 30px;*/
      right: 7px;
      z-index: 0;
      -webkit-transition: opacity 200ms ease-out;
              transition: opacity 200ms ease-out; }
      #pharmacy-list li .tooltip-container .tooltip-text:before,
      #pharmacy-list li .tooltip-container .tooltip-text:after {
        display: block;
        content: "";
        position: absolute;
        z-index: -100;
        width: 50%;
        top: 0;
        bottom: 0;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1); }
      #pharmacy-list li .tooltip-container .tooltip-text:before {
        left: 0;
        border-bottom-right-radius: 1rem; }
      #pharmacy-list li .tooltip-container .tooltip-text:after {
        right: 0;
        border-bottom-left-radius: 1rem; }
      #pharmacy-list li .tooltip-container .tooltip-text {
        background: #fff;
        padding: 5px 10px 3px; }
      #pharmacy-list li .tooltip-container .tooltip-tip {
        position: absolute;
        z-index: -100;
        display: block;
        width: 12px;
        height: 12px;
        background: #fff;
        /*left: 50%;*/
        right: 11px;
        bottom: -6px;
        -webkit-transform: translateX(-50%) rotate(45deg);
            -ms-transform: translateX(-50%) rotate(45deg);
                transform: translateX(-50%) rotate(45deg);
        box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1); }
    #pharmacy-list li:hover .tooltip-container {
      opacity: 1; }
    #pharmacy-list li:hover img.grouping-icon {
      opacity: 0; }
    #pharmacy-list li:hover img.grouping-icon.hover {
      opacity: 1; }
  #pharmacy-list p {
    margin-bottom: 5px; }

.pharmacy-list-icons {
  display: block;
  float: right; }

.tp-map-sidebar-headers {
  overflow: hidden;
  width: 300px;
  position: absolute;
  height: 85px;
  z-index: 11;
  left: 0; }

.tp-map-sidebar-list-header,
.tp-map-sidebar-detail-header {
  background: #6e6e6e;
  color: white;
  position: absolute;
  top: 0;
  padding: 22px 20px;
  width: 100%;
  height: 85px;
  *zoom: 1; }
  .tp-map-sidebar-list-header:before, .tp-map-sidebar-list-header:after,
  .tp-map-sidebar-detail-header:before,
  .tp-map-sidebar-detail-header:after {
    display: table;
    content: "";
    line-height: 0; }
  .tp-map-sidebar-list-header:after,
  .tp-map-sidebar-detail-header:after {
    clear: both; }
  .tp-map-sidebar-list-header input,
  .tp-map-sidebar-list-header button,
  .tp-map-sidebar-detail-header input,
  .tp-map-sidebar-detail-header button {
    background-color: transparent;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    border-color: #a8a8a8;
    color: white;
    padding: 0;
    margin-bottom: 0;
    height: auto;
    line-height: 1.2;
    font-size: 14px;
    padding: 11px 10px 11px 10px;
    font-weight: 400; }
    .tp-map-sidebar-list-header input:focus,
    .tp-map-sidebar-list-header button:focus,
    .tp-map-sidebar-detail-header input:focus,
    .tp-map-sidebar-detail-header button:focus {
      border-color: #ffffff;
      background-color: transparent; }
    .tp-map-sidebar-list-header input:hover,
    .tp-map-sidebar-list-header button:hover,
    .tp-map-sidebar-detail-header input:hover,
    .tp-map-sidebar-detail-header button:hover {
      color: #ffffff;
      border-color: #ffffff;
      background-color: transparent; }
  .tp-map-sidebar-list-header .tp-map-sidebar-action,
  .tp-map-sidebar-detail-header .tp-map-sidebar-action {
    float: left; }
    .tp-map-sidebar-list-header .tp-map-sidebar-action:first-child,
    .tp-map-sidebar-detail-header .tp-map-sidebar-action:first-child {
      margin-right: 2%;
      width: -webkit-calc(96% - 40px);
      width: calc(96% - 40px); }
    .tp-map-sidebar-list-header .tp-map-sidebar-action:last-child,
    .tp-map-sidebar-detail-header .tp-map-sidebar-action:last-child {
      margin-left: 2%;
      width: 40px; }
  .tp-map-sidebar-list-header .tp-map-sidebar-icon,
  .tp-map-sidebar-detail-header .tp-map-sidebar-icon {
    position: relative; }
    .tp-map-sidebar-list-header .tp-map-sidebar-icon input,
    .tp-map-sidebar-detail-header .tp-map-sidebar-icon input {
      padding-left: 40px; }
    .tp-map-sidebar-list-header .tp-map-sidebar-icon svg,
    .tp-map-sidebar-detail-header .tp-map-sidebar-icon svg {
      position: absolute;
      left: 15px;
      top: 20px; }
    .tp-map-sidebar-list-header .tp-map-sidebar-icon svg.medium,
    .tp-map-sidebar-detail-header .tp-map-sidebar-icon svg.medium {
      left: 9px;
      top: 9px; }

.sidebar-services {
  margin-bottom: 20px; }
  .sidebar-services > strong {
    margin-bottom: 10px;
    display: block; }
  .sidebar-services ul {
    margin-left: 0; }
  .sidebar-services li {
    margin-bottom: 4px;
    padding-left: 30px;
    position: relative; }
    .sidebar-services li svg {
      position: absolute;
      left: 0;
      top: -2px; }

#map-direction {
  padding: 8px 1px 3px 0; }
  #map-direction.active {
    background: #ffffff;
    border-color: #ffffff; }
    #map-direction.active svg {
      fill: #6e6e6e; }

#map-direction,
#map-search-submit {
  height: 40px; }
  #map-direction svg.medium,
  #map-search-submit svg.medium {
    left: 50%;
    margin-left: -13px;
    margin-top: -11px; }
  #map-direction svg.small,
  #map-search-submit svg.small {
    left: 50%;
    margin-left: -8px;
    width: 16px;
    height: 16px; }

#mobile-list-toggle {
  display: none; }

.tp-map-sidebar-list-header,
.tp-map-sidebar-detail-header,
.tp-map-sidebar-list,
.tp-map-sidebar-detail {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
          transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }

.tp-map-sidebar-list-header,
.tp-map-sidebar-list {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

.tp-map-sidebar-detail-header,
.tp-map-sidebar-detail {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%); }

.tp-map-show-detail .tp-map-sidebar-list-header,
.tp-map-show-detail .tp-map-sidebar-list {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%); }

.tp-map-show-detail .tp-map-sidebar-detail-header,
.tp-map-show-detail .tp-map-sidebar-detail {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

@media (max-width: 960px) {
  #tp-map {
    top: 60px; }
    .logged-in #tp-map {
      top: 109px; }
  #main-content {
    padding-top: 60px; }
    .logged-in #main-content {
      padding-top: 80px; } }

@media (max-width: 767px) {
  #tp-map {
    height: auto;
    overflow: hidden; }
  #tp-map-notification {
    left: 0; }
  .tp-map-sidebar-headers {
    width: 100%;
    position: static; }
  #mobile-list-toggle {
    display: block;
    position: absolute;
    padding: 18px 20px;
    height: 60px;
    border-bottom: 1px solid #e2e2e2;
    bottom: 0;
    background-color: #ffffff;
    width: 100%;
    z-index: 10; }
  .tp-map-sidebar-wrapper {
    top: 85px;
    width: 100%;
    margin-top: 0;
    overflow: hidden;
    visibility: hidden;
    height: 0;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%); }
    .tp-map-sidebar-wrapper .tp-map-sidebar-list {
      position: static; }
    .tp-map-sidebar-wrapper .tp-map-sidebar-detail {
      position: absolute; }
  .tp-map-scroll {
    width: 100% !important; }
  .tp-map-wrapper {
    height: -webkit-calc(100% - 145px);
    height: calc(100% - 145px); }
  .tp-map-wrapper {
    padding-left: 0; }
  .tp-map-sidebar-detail {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #f0f0f0; }
  .tp-map-sidebar-wrapper {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
            transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 0;
    overflow: hidden; }
  .tp-map-show-list-mobile .tp-map-sidebar-wrapper {
    visibility: visible;
    height: -webkit-calc(100% - 85px);
    height: calc(100% - 85px);
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    position: absolute !important;
    top: 85px !important;
    left: 0;
    right: 0;
    bottom: 0; }
  .tp-map-show-list-mobile #mobile-list-toggle {
    display: none; }
  .tp-map-show-list-mobile .tp-map-sidebar-headers {
    position: relative; }
  .tp-map-show-list-mobile .tp-map-sidebar-wrapper {
    top: 0; }
  .tp-map-wrapper {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s;
            transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s; }
    .tp-map-show-list-mobile .tp-map-wrapper {
      opacity: 0;
      -webkit-transform: scale(0.5);
          -ms-transform: scale(0.5);
              transform: scale(0.5);
      display: none; } }

.iScrollHorizontalScrollbar {
  position: absolute;
  z-index: 9999;
  height: 6px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  overflow: hidden; }

.iScrollHorizontalScrollbar.iScrollBothScrollbars {
  right: 18px; }

.iScrollVerticalScrollbar {
  position: absolute;
  z-index: 9999;
  width: 6px;
  bottom: 2px;
  top: 2px;
  right: 2px;
  overflow: hidden; }

.iScrollVerticalScrollbar.iScrollBothScrollbars {
  bottom: 18px; }

.iScrollIndicator {
  position: absolute;
  background: #cc3f6e;
  border-radius: 3px; }

.iScrollHorizontalScrollbar .iScrollIndicator {
  height: 100%; }

.iScrollVerticalScrollbar .iScrollIndicator {
  width: 100%; }

.iScrollHorizontalScrollbar .iScrollIndicator,
.iScrollVerticalScrollbar .iScrollIndicator {
  background: rgba(0, 0, 0, 0.5); }

@media only screen and (max-device-width: 1024px) {
  .iScrollHorizontalScrollbar {
    height: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px; }
  .iScrollVerticalScrollbar {
    width: 3px;
    bottom: 3px;
    top: 3px;
    right: 3px; }
  .iScrollIndicator {
    border-radius: 2px; } }

html {
  -ms-touch-action: none; }

#tp-map-scroll-detail,
#tp-map-scroll-list {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 300px;
  overflow: hidden; }

#tp-map-scroll-detail-inner,
#tp-map-scroll-list-inner {
  position: absolute;
  z-index: 1;
  -webkit-tap-highlight-color: transparent;
  width: 100%;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none; }

.mfp-content > div {
  background: #FFF;
  padding: 30px 30px 20px;
  text-align: left;
  max-width: 650px;
  margin: 40px auto;
  position: relative;
  border-radius: 4px; }

.mfp-close svg {
  width: 24px;
  height: 24px;
  margin: 0;
  top: 10px;
  left: 10px;
  right: auto;
  pointer-events: none; }
  .mfp-close svg path {
    fill: #d6091e;
    stroke: #d6091e; }

.mfp-preloader:before {
  margin-top: -50px !important; }

.mfp-content > div > p:first-child {
  margin: -29px -29px 0 -29px; }
  .mfp-content > div > p:first-child > img {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }

.csstransitions .mfp-content > div {
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s;
          transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s;
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0); }

.csstransitions .mfp-bg {
  opacity: 0;
  -webkit-transition: opacity .3s;
          transition: opacity .3s; }

.csstransitions .mfp-ready .mfp-content > div {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.csstransitions .mfp-ready.mfp-bg {
  opacity: 0.4; }

.csstransitions .mfp-removing .mfp-content > div {
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
  opacity: 0; }

.csstransitions .mfp-removing.mfp-bg {
  opacity: 0; }

#english .accordion-wrapper .tp-accordion-header {
  padding: 15px 50px 10px 10px; }
  #english .accordion-wrapper .tp-accordion-header h3 {
    position: relative;
    display: inline-block;
    width: 89%;
    margin-left: 3%;
    font-size: 1em; }
  #english .accordion-wrapper .tp-accordion-header img {
    display: inline-block;
    width: 8%;
    vertical-align: top; }
  #english .accordion-wrapper .tp-accordion-header .tp-accordion-arrow {
    bottom: initial;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  #english .accordion-wrapper .tp-accordion-header.expanded .tp-accordion-arrow {
    -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg); }
  @media (min-width: 767px) {
    #english .accordion-wrapper .tp-accordion-header {
      padding: 15px 50px 5px 10px; }
      #english .accordion-wrapper .tp-accordion-header h3 {
        width: 94%;
        top: 3px;
        font-size: 1.125rem;
        margin-left: 1%; }
      #english .accordion-wrapper .tp-accordion-header img {
        width: 5%; } }

.button,
.custom-select,
.checkbox,
.radio,
.tp-button,
.tp-button,
.select2-container,
.webform-client-form .webform-component-checkboxes,
.webform-client-form .webform-component-radios,
.form-textarea-wrapper textarea,
button,
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }

pre,
blockquote,
form,
dl,
figure,
table,
p,
ul,
ol,
form,
.tp-alert {
  margin-bottom: 1rem; }

p {
  margin-top: 0; }

main {
  padding-bottom: 4em; }

.sidebar-layout-aside .sidebar-address .button {
  margin-bottom: 0; }

.sidebar-layout-aside .button-my-pharmacy-wrapper {
  margin-bottom: 30px;
  margin-top: 25px; }

.sidebar-layout-aside #sidebar-map {
  margin-bottom: 15px; }

.sidebar-layout-aside hr {
  margin: 20px 0; }

.sidebar-hours div + div,
.sidebar-hours .oh-current-open,
.sidebar-hours .oh-current-closed {
  margin-top: 20px; }

.sidebar-hours .sidebar-title-small {
  margin-bottom: 5px; }

.sidebar-hours .sidebar-hours-day,
.sidebar-hours .oh-display-label {
  margin-top: 10px; }

.sidebar-popular-links,
.sidebar-tags {
  margin-bottom: 40px; }

#pharmacy-detail .button.green {
  margin-bottom: 5px; }

.image {
  margin-bottom: 1em; }

.tp-bmi-caluculator-wrapper,
.lead {
  margin-bottom: 35px; }

#main-content > .container > h1:first-child,
#main-content > .container > .seite-overview-default:first-child,
#main-content > .container > .breadcrumbs:first-child {
  margin-top: 40px; }

.tp-share {
  margin-top: 40px; }

.item-list .pager {
  margin-bottom: 30px; }

.tp-slider,
.tp-checks,
.tp-features,
.tp-jobs,
.tp-features,
.issuuembed,
.tp-alphabet-nav,
.tp-accordion,
.views-table,
.tp-video-size-helper {
  margin-bottom: 50px; }

@media (max-width: 570px) {
  main {
    padding-bottom: 1em; }
  footer {
    padding-top: 3em; } }

table {
  width: 100%; }

th,
td {
  border-bottom: 1px solid #e0e0e0;
  padding: 12px 15px;
  text-align: left; }

th:first-child,
td:first-child {
  padding-left: 0; }

th:last-child,
td:last-child {
  padding-right: 0; }

.card {
  border: 1px solid #e0e0e0;
  display: block;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 0 20px;
  background: #ffffff;
  color: #646464; }
  .card h2,
  .card h3 {
    margin-bottom: .6rem; }
  .card img {
    display: block;
    border-bottom: 1px solid #e0e0e0; }
  .card ul {
    list-style: none;
    margin: 0; }
  .card li {
    margin-bottom: 0; }
    .card li + li {
      border-top: 1px solid #ededed; }
    .card li a {
      padding-top: 1.3em;
      padding-bottom: 1em;
      display: block; }
  .card .card-full-width {
    margin-left: -20px;
    margin-right: -20px; }
    .card .card-full-width.card-link {
      margin-left: -19px;
      margin-right: -19px;
      margin-bottom: 1px; }
    .card .card-full-width.card-product-link, .card .card-full-width.card-link {
      padding: 15px 20px; }

.no-touch a.card:hover {
  color: #646464; }

.touch .card:active .card-link.card-full-width,
.no-touch .card:hover .card-link.card-full-width {
  color: white;
  background: #d6091e; }
  .touch .card:active .card-link.card-full-width > svg,
  .no-touch .card:hover .card-link.card-full-width > svg {
    fill: #ffffff;
    -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px); }

.touch .card:active .card-copy,
.no-touch .card:hover .card-copy {
  border-bottom-color: transparent; }

.touch .card li:active .card-link > svg,
.no-touch .card li:hover .card-link > svg {
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px); }

.card-clip-lines {
  overflow: hidden; }
  .card-clip-lines p {
    margin-bottom: 0; }

.card-clip-1 {
  height: 2em; }

.card-clip-2 {
  height: 2.6em; }

.card-clip-3 {
  height: 4.6em; }

.tp-landing-page .card-clip-3 {
  height: 9em; }

.card-clip-5 {
  height: 7.5em; }

.card-copy {
  padding-top: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #ededed;
  -webkit-transition: border-bottom-color 0.25s cubic-bezier(0.42, 0, 1, 1);
          transition: border-bottom-color 0.25s cubic-bezier(0.42, 0, 1, 1); }

.js .card-clip-lines {
  opacity: 0;
  -webkit-transition: opacity 0.25s cubic-bezier(0.42, 0, 1, 1);
          transition: opacity 0.25s cubic-bezier(0.42, 0, 1, 1); }
  .js .card-clip-lines.fade-in {
    opacity: 1; }

.card-copy-small {
  color: #333333;
  font-size: 14px;
  display: inline-block !important;
  margin-bottom: 3px; }

.card-link {
  margin-top: 0;
  position: relative;
  color: #d6091e; }
  .card-link.card-full-width {
    background: transparent;
    -webkit-transition: background 0.25s cubic-bezier(0.42, 0, 1, 1), color 0.25s cubic-bezier(0.42, 0, 1, 1);
            transition: background 0.25s cubic-bezier(0.42, 0, 1, 1), color 0.25s cubic-bezier(0.42, 0, 1, 1); }
  .card-link svg {
    margin-left: 7px;
    margin-bottom: -1px;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }
    .csstransitions .card-link svg {
      -webkit-transition: fill 0.25s cubic-bezier(0.42, 0, 1, 1), -webkit-transform 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
              transition: fill 0.25s cubic-bezier(0.42, 0, 1, 1), transform 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53); }

.card-product {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px; }
  .card-product .card-copy {
    border-bottom: 0; }
  .card-product img {
    border-bottom: 0; }
  .card-product .card-product-link {
    background: #f0f0f0;
    color: #333333;
    position: relative;
    padding-top: 25px !important;
    padding-bottom: 10px !important;
    margin-top: -15px;
    overflow: hidden;
    -webkit-transition: background 0.25s cubic-bezier(0.42, 0, 1, 1);
            transition: background 0.25s cubic-bezier(0.42, 0, 1, 1); }
    .card-product .card-product-link:before {
      content: '';
      position: absolute;
      background: #ffffff;
      -webkit-transform: rotate(-1deg);
          -ms-transform: rotate(-1deg);
              transform: rotate(-1deg);
      top: -45%;
      left: -100%;
      width: 230%;
      border-bottom: 1px solid #e0e0e0;
      height: 40px;
      border-radius: 100%;
      -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.42, 0, 1, 1);
              transition: transform 0.25s cubic-bezier(0.42, 0, 1, 1); }

a.card-product .card-product-link {
  color: #d6091e; }
  a.card-product .card-product-link svg {
    margin-bottom: -1px;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }
    .csstransitions a.card-product .card-product-link svg {
      -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
              transition: transform 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53); }

.touch .card:active .card-product-link.card-full-width,
.no-touch a.card-product:hover .card-product-link.card-full-width {
  background: #e0e0e0; }
  .touch .card:active .card-product-link.card-full-width svg,
  .no-touch a.card-product:hover .card-product-link.card-full-width svg {
    -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px); }

.card-callout-info .card-copy,
.card-callout-helper .card-copy {
  border-bottom: 0; }
  .card-callout-info .card-copy p:last-child,
  .card-callout-helper .card-copy p:last-child {
    margin-bottom: 0; }

.card-callout-header {
  text-align: center;
  padding: .8em; }
  .card-callout-header h4 {
    margin-bottom: 0;
    color: inherit;
    position: relative;
    display: inline-block; }
  .card-callout-info .card-callout-header {
    background: #f5f5f5;
    color: #5f5f5f; }
  .card-callout-helper .card-callout-header {
    background: #d6091e;
    color: #ffffff; }
    .card-callout-helper .card-callout-header h4 {
      padding-left: 32px; }
    .card-callout-helper .card-callout-header h4:before {
      content: '';
      position: absolute;
      width: 24px;
      height: 24px;
      left: 0px;
      top: -6.7px; }

.card-image-cover {
  background-size: cover;
  height: 299px; }

.fixed-height-teaser .card,
.fixed-height-news .card {
  height: 465px;
  position: relative; }

.fixed-height-teaser .card-link {
  position: absolute;
  width: auto;
  bottom: 0;
  right: 20px;
  left: 20px; }

@media (max-width: 570px) {
  .fixed-height-teaser .card-link {
    right: 10px;
    left: 10px; }
  .card {
    margin-bottom: 10px;
    padding: 0 10px; }
    .card .card-full-width {
      margin-left: -10px;
      margin-right: -10px; }
      .card .card-full-width.card-link {
        margin-left: -9px;
        margin-right: -9px;
        margin-bottom: 1px; }
      .card .card-full-width .card-product-link,
      .card .card-full-width .card-link {
        padding: 15px 10px; } }

.fixed-height-news ul li::before {
  content: ""; }

.fixed-height-news ul li a {
  padding-top: 1.1em;
  padding-bottom: 0.95em; }

.is-pharmacy .tp-news-teaser .card,
.tp-news-teaser .card-v2 {
  background-color: #efefef;
  border-color: #d8d8d8; }
  .is-pharmacy .tp-news-teaser .card .card-copy,
  .tp-news-teaser .card-v2 .card-copy {
    border-bottom-color: #d8d8d8; }

.tp-news-teaser .card-v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row; }

.tp-news-teaser .card-v2 .card-image.card-full-width {
  margin-right: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
          flex: 0 0 40%;
  position: relative;
  overflow: hidden; }

.tp-news-teaser .card-v2 .card-image.card-full-width img {
  position: absolute;
  height: 100%;
  width: auto;
  max-width: none;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border: none; }

.tp-news-teaser .card-v2 .card-content {
  margin-right: -20px;
  width: 100%; }

.tp-news-teaser .card-v2 .card-copy {
  padding-left: 20px;
  padding-right: 20px; }

.tp-news-teaser .card-v2 .card-link.card-full-width {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0; }

.view-client-magazine .card p, .view-client-magazine .card-link {
  font-size: 1rem; }

@media (max-width: 1440px) {
  .is-pharmacy .tp-news-teaser .col-6-12 {
    width: 100%; } }

@media (max-width: 1100px) {
  .fixed-height-news li:last-child {
    display: none; }
  .fixed-height-teaser .card,
  .fixed-height-news .card {
    height: 350px; }
  .card-image-cover {
    height: 184px; }
  .tp-news-teaser .col-6-12 {
    width: 100%; } }

@media (max-width: 570px) {
  .tp-news-teaser .card-v2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column; }
  .tp-news-teaser .card-v2 .card-image.card-full-width {
    min-height: 184px;
    margin-right: -10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
            flex: 1 0 auto;
    border-bottom: 1px solid #d8d8d8; }
  .tp-news-teaser .card-v2 .card-image.card-full-width img {
    /*width: 100%;
    height: auto;
    left: 0;
    top: 50%;
    transform: translateY(-50%);*/ }
  .tp-news-teaser .card-v2 .card-content {
    margin-right: 0px; }
  .tp-news-teaser .card-v2 .card-copy {
    padding-left: 0;
    padding-right: 0; }
  .tp-news-teaser .card-v2 .card-link.card-full-width {
    margin-left: -10px;
    margin-right: -10px; } }

#main-content .item-list .pager {
  text-align: center;
  padding: 0;
  letter-spacing: -.31em;
  *zoom: 1; }
  #main-content .item-list .pager:before, #main-content .item-list .pager:after {
    display: table;
    content: "";
    line-height: 0; }
  #main-content .item-list .pager:after {
    clear: both; }
  #main-content .item-list .pager li {
    letter-spacing: 0;
    margin-left: 0;
    padding: 0;
    display: inline-block;
    color: #333333;
    position: relative; }
    #main-content .item-list .pager li.pager-ellipsis, #main-content .item-list .pager li.pager-current,
    #main-content .item-list .pager li a {
      border-right-width: 0;
      border: 1px solid #e0e0e0;
      background: #f0f0f0;
      padding: 15px 15px 12px;
      font-weight: 500; }
    #main-content .item-list .pager li a {
      color: inherit;
      display: inline-block;
      min-width: 140px; }
      #main-content .item-list .pager li a:hover {
        color: #696969; }
      @media (max-width: 570px) {
        #main-content .item-list .pager li a {
          font-size: 14px;
          min-width: none;
          padding: 10px 10px 8px; } }
    #main-content .item-list .pager li a.progress-disabled {
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      pointer-events: none; }
    #main-content .item-list .pager li .ajax-progress-throbber {
      position: absolute;
      top: 1px;
      bottom: 1px;
      left: 1px;
      right: 1px;
      background-color: rgba(240, 240, 240, 0.75); }
      #main-content .item-list .pager li .ajax-progress-throbber .throbber {
        float: none;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
    #main-content .item-list .pager li.pager-current {
      background: #e0e0e0; }
      .node-type-news #main-content .item-list .pager li.pager-current,
      .node-type-pharmacy-front-page #main-content .item-list .pager li.pager-current {
        display: none; }
    #main-content .item-list .pager li.first a {
      border-radius: 4px 0 0 4px; }
      .node-type-news #main-content .item-list .pager li.first a,
      .node-type-pharmacy-front-page #main-content .item-list .pager li.first a {
        border-radius: 4px; }
    #main-content .item-list .pager li.last a {
      border-right-width: 1px;
      border-radius: 0 4px 4px 0; }
      .node-type-news #main-content .item-list .pager li.last a,
      .node-type-pharmacy-front-page #main-content .item-list .pager li.last a {
        border-radius: 4px; }
    #main-content .item-list .pager li:before {
      display: none; }
  .node-type-news #main-content .item-list .pager,
  .node-type-pharmacy-front-page #main-content .item-list .pager {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    padding: 0 10px; }
    .node-type-news #main-content .item-list .pager li,
    .node-type-pharmacy-front-page #main-content .item-list .pager li {
      margin: 0 10px; }

.tp-acessibility-zoom {
  width: 3em; }

.tp-zoom-small {
  font-size: 80%; }

#mobile-sec-nav-clone .tp-acessibility-zoom {
  width: auto; }

.accessibility-zoom-on .tp-alert,
.accessibility-zoom-on .tp-checks p,
.accessibility-zoom-on .tp-checks ul,
.accessibility-zoom-on .tp-address,
.accessibility-zoom-on .tp-jobs,
.accessibility-zoom-on .tp-product,
.accessibility-zoom-on .tp-checks-data,
.accessibility-zoom-on .tp-text,
.accessibility-zoom-on .news-entry-top > p,
.accessibility-zoom-on .issuue-description > p,
.accessibility-zoom-on .sidebar-layout-main > p,
.accessibility-zoom-on .tp-recipe-ingredient ul,
.accessibility-zoom-on .sidebar-layout-main > ul,
.accessibility-zoom-on .content-two-columns ul,
.accessibility-zoom-on .tp-recipe-instructions p,
.accessibility-zoom-on .content-two-columns p,
.accessibility-zoom-on .paragraphs-item-text ul,
.accessibility-zoom-on .paragraphs-item-text p {
  font-size: 1.25rem; }

.accessibility-zoom-on .paragraphs-item-text .card-link {
  font-size: 1em; }

.accessibility-zoom-on .tp-address .lead,
.accessibility-zoom-on .tp-jobs .lead,
.accessibility-zoom-on .tp-product .lead,
.accessibility-zoom-on .tp-checks-data .lead,
.accessibility-zoom-on .tp-text .lead {
  font-size: 1.36em; }

.accessibility-zoom-on body.cke_editable ul li:before,
.accessibility-zoom-on .paragraphs-item-text ul li:before,
.accessibility-zoom-on .mfp-content ul li:before,
.accessibility-zoom-on .tp-recipe-ingredient ul li:before,
.accessibility-zoom-on .content-two-columns ul li:before,
.accessibility-zoom-on .tp-product ul li:before,
.accessibility-zoom-on .sidebar-layout-main ul li:before,
.accessibility-zoom-on .sidebar-layout-aside ul li:before {
  top: 3px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.2;
  color: #333333; }

h1 {
  font-size: 48px;
  margin-bottom: 20px; }

h2 {
  font-size: 22px;
  margin-bottom: 15px; }

h3 {
  font-size: 16px; }

h4 {
  font-size: 14px; }

h5 {
  font-size: 12px; }

h6 {
  font-size: 11px; }

.cooking-recipe-title {
  font-size: 48px;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: 700;
  color: #333333;
  margin-bottom: 20px; }

h1 a {
  color: #333333; }

.no-touch h1 a:hover {
  color: #585858; }

#main-content h2 {
  margin-top: 30px; }

p {
  font-size: 1em; }

.tp-alert,
.tp-checks p,
.tp-checks ul,
.tp-address,
.tp-jobs,
.tp-product,
.tp-checks-data,
.tp-text,
.news-entry-top > p,
.issuue-description > p,
.sidebar-layout-main > p,
.tp-recipe-ingredient ul,
.sidebar-layout-main > ul,
.content-two-columns ul,
.tp-recipe-instructions p,
.content-two-columns p,
.paragraphs-item-text ul,
.paragraphs-item-text ol,
.paragraphs-item-text p {
  font-size: 1.125rem; }

.paragraphs-item-text .view-cooking-recipes p,
.paragraphs-item-text .view-cooking-recipes ul {
  font-size: 1em; }

.lead {
  font-size: 1.5em;
  color: #505050; }

strong {
  font-weight: 500; }

small {
  font-size: 90%; }

blockquote {
  margin: 0; }

.card h3 {
  line-height: 1.3; }

@media (max-width: 570px) {
  h1 {
    font-size: 28px; }
  h2 {
    font-size: 20px; }
  .lead {
    font-size: 1.313em; } }

.page-node-5204 .issuue-description ul li,
.page-node-5204 .issuue-description p {
  font-size: 1.125rem; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0; }
  .clearfix:after {
    clear: both; }

.right {
  float: right; }

.left {
  float: left; }

.hidden {
  display: none; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

body.no-scroll {
  overflow: hidden;
  overflow-y: scroll;
  position: static; }
  body.no-scroll > #main-footer,
  body.no-scroll > #main-content > .row,
  body.no-scroll > .row {
    display: none; }
  body.no-scroll #main-content {
    -webkit-box-flex: 0;
    -webkit-flex: none;
            flex: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.mfp-preloader:before,
.button-my-pharmacy-wrapper.progress button:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -12px;
  margin-left: -12px;
  -webkit-animation: spin .8s linear infinite;
          animation: spin .8s linear infinite; }

#page-loader:before,
#tp-map-canvas:before,
.issuuembed:before,
#sidebar-map:before,
.tp-map-sidebar-wrapper.progress:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -12px;
  margin-left: -12px;
  -webkit-animation: spin .8s linear infinite;
          animation: spin .8s linear infinite; }

.issuuembed:before {
  opacity: 1;
  -webkit-transition: opacity .3s .5s;
          transition: opacity .3s .5s; }

.issuu-isrendered:before {
  opacity: 0; }

#scroll-down {
  position: absolute;
  display: block;
  bottom: 25px;
  left: 30px;
  cursor: pointer;
  width: 40px;
  text-align: center;
  visibility: hidden;
  -webkit-transition: -webkit-transform .3s, opacity .3s;
          transition: transform .3s, opacity .3s;
  -webkit-transform: scale(0.5) translateY(100px);
      -ms-transform: scale(0.5) translateY(100px);
          transform: scale(0.5) translateY(100px);
  opacity: 0; }
  #scroll-down span {
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5); }
  #scroll-down svg {
    width: 40px;
    height: 40px; }
  #scroll-down.active {
    visibility: visible;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    opacity: 1; }

#page-loader {
  position: absolute;
  z-index: 10000;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background: url(../img/loader.gif) no-repeat center;
  z-index: -1; }
  #page-loader:before {
    display: none; }
  @media only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    #page-loader {
      background-image: url(../img/loader@2x.gif);
      background-size: 60px 60px; } }

.tp-alphabet-nav .attachment .throbber {
  width: 100%;
  height: 100%;
  margin: 0;
  -webkit-animation: spin .8s linear infinite;
          animation: spin .8s linear infinite; }

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

html.windowsmobile {
  overflow-y: auto; }

html.windowsmobile.flexbox.flexboxlegacy body,
html.windowsmobile.flexbox.flexboxlegacy main {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: none;
          flex: none;
  height: auto; }

span.placeholder {
  position: absolute;
  font-size: 1em;
  color: #999;
  font-family: inherit;
  padding: 4px 3px;
  z-index: 1;
  cursor: text; }

span.placeholder-hide-except-screenreader {
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden; }

span.placeholder-hide {
  display: none; }

label.visuallyhidden-with-placeholder {
  height: auto !important;
  overflow: visible !important;
  position: absolute !important;
  left: -999em; }

svg.small {
  width: 12px;
  height: 12px; }

svg.medium {
  width: 24px;
  height: 24px; }

svg.big {
  width: 48px;
  height: 48px; }

svg.red {
  fill: #d6091e; }

svg.white {
  fill: #ffffff; }

svg.green {
  fill: #00a85a; }

svg.gray {
  fill: #666; }

svg.gray-light {
  fill: #999; }

svg g,
svg path {
  fill: inherit; }

.icon-circle-wrapper {
  width: 54px;
  height: 54px;
  display: inline-block;
  border-radius: 50%; }
  .icon-circle-wrapper svg {
    margin: 3px; }
  .icon-circle-wrapper.red {
    background-color: #d6091e; }
  .icon-circle-wrapper.green {
    background-color: #00a85a; }

.sidebar-layout-main,
.sidebar-layout-aside {
  margin-top: 40px;
  display: block;
  float: left; }

.sidebar-layout-main {
  width: -webkit-calc(100% - 310px);
  width: calc(100% - 310px);
  padding-right: 25px; }

.sidebar-layout-aside {
  width: 310px;
  padding-left: 25px; }
  .sidebar-layout-aside ins a {
    display: block; }
  .sidebar-layout-aside ins img {
    height: auto; }

.sidebar-layout-aside h2,
.sidebar-title {
  font-weight: 400;
  font-size: 21px;
  color: #808080;
  border-bottom: 2px solid #e6e6e6;
  padding-bottom: 4px;
  margin-bottom: 20px; }

.sidebar-address-title {
  color: #d6091e;
  font-weight: 700;
  display: block; }

.sidebar-title-small {
  font-size: 14px;
  font-weight: 700; }

.sidebar-hours-phone,
.sidebar-hours-day,
.sidebar-hours .oh-display-label {
  color: #333333;
  font-weight: 700;
  display: block; }

#sidebar-remaining-time {
  white-space: nowrap;
  color: #333333;
  font-weight: 700; }

#sidebar-map {
  background: #e6e6e6;
  height: 180px;
  width: 100%;
  position: relative; }

#sidebar-map-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  top: 0; }

.sidebar-address > div {
  margin-bottom: 20px; }

.sidebar-address a[href^="mailto:"] {
  color: #646464; }
  .sidebar-address a[href^="mailto:"]:hover {
    color: #d6091e; }

.sidebar-popular-links td {
  padding: 0; }

.sidebar-popular-links a {
  display: block;
  padding: 10px 20px 8px 0;
  font-weight: 700;
  position: relative; }
  .sidebar-popular-links a:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -12px;
    opacity: .6;
    -webkit-transition: opacity .3s;
            transition: opacity .3s; }
  .sidebar-popular-links a:hover:after {
    opacity: 1; }

.sidebar-tags a {
  display: inline-block;
  padding: 13px;
  padding-right: 25px;
  color: #808080;
  font-weight: bold;
  font-size: 14px;
  z-index: 1;
  position: relative; }
  .sidebar-tags a:hover {
    color: #737373; }

.sidebar-tags ul {
  margin-left: 0;
  margin-left: -2px;
  margin-right: -2px; }

.sidebar-tags li {
  position: relative;
  display: inline-block;
  margin: 4px 2px;
  -webkit-transition: background 0.25s linear;
          transition: background 0.25s linear;
  background: #f0f0f0;
  border-radius: 4px; }
  .sidebar-tags li:hover {
    background: #e3e3e3; }
  .sidebar-tags li:before {
    display: none; }

.sidebar-tags svg {
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -6px; }

@media (max-width: 960px) {
  .flexbox.flexboxlegacy .node-type-pharmacy-front-page #main-content > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column; }
  .flexbox.flexboxlegacy .node-type-pharmacy-front-page .sidebar-layout-main {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
            order: 2;
    margin-top: 10px; }
  .flexbox.flexboxlegacy .node-type-pharmacy-front-page .sidebar-layout-aside {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1; }
    .flexbox.flexboxlegacy .node-type-pharmacy-front-page .sidebar-layout-aside .tp-accordion {
      margin-bottom: 0; }
  .sidebar-layout-main,
  .sidebar-layout-aside {
    width: 100%; }
  .sidebar-layout-main {
    padding-right: 0; }
  .sidebar-layout-aside {
    padding-left: 0; } }

.tp-features {
  list-style: none;
  margin-left: 0; }
  .tp-features li {
    display: inline-block;
    width: 33.333%;
    padding-left: 32px;
    padding-right: 25px;
    position: relative;
    vertical-align: top;
    margin-bottom: 1em; }
  .tp-features li:before {
    display: none !important; }
  .tp-features img {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0; }
  .tp-features a {
    color: #646464;
    display: block; }

.tp-thumb-down,
.tp-thumb-up,
.tp-alert {
  position: relative;
  padding-left: 30px; }
  .tp-thumb-down:before,
  .tp-thumb-up:before,
  .tp-alert:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -1px; }

.tp-alert {
  font-weight: 500; }
  .tp-alert:before {
    top: -3px; }

.tp-share {
  background: none;
  padding-top: 55px;
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0; }
  .tp-share .tp-share-right a {
    display: inline-block;
    padding: 10px; }
    .tp-share .tp-share-right a:hover svg {
      fill: #8c8c8c; }
  .tp-share ul {
    margin-left: 0;
    margin-bottom: 0; }
    .tp-share ul li {
      margin-bottom: 0;
      display: inline-block;
      vertical-align: bottom; }
      .tp-share ul li iframe {
        display: inline-block;
        vertical-align: bottom; }
      .tp-share ul li div {
        vertical-align: bottom !important; }
      .tp-share ul li:first-child a {
        padding-left: 0; }
      .tp-share ul li:last-child a {
        padding-right: 0; }
      .tp-share ul li:before {
        display: none !important; }

.tp-share-left {
  float: left;
  padding-top: 10px; }
  .tp-share-left li {
    padding-right: 8px; }

.tp-share-right {
  float: right; }

.front .tp-share {
  border-top: 0;
  padding-top: 0; }

.issuuembed,
.tp-video-size-helper {
  width: 100%;
  height: 0;
  position: relative;
  overflow: hidden;
  padding-top: 56.25%; }
  .issuuembed > div,
  .issuuembed > iframe,
  .tp-video-size-helper > div,
  .tp-video-size-helper > iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: none;
    background: transparent; }

.issuuembed {
  width: 100% !important;
  height: 0 !important; }

.tp-figure.small {
  width: 33.333%; }

.tp-figure.medium {
  width: 50%; }

.tp-checks {
  margin-left: 0; }

.tp-checks-item {
  margin-bottom: 40px; }

.tp-checks-data {
  margin-bottom: 1em; }
  .tp-checks-data span {
    display: block; }

.tp-jobs tbody {
  border: 0; }

.tp-jobs th {
  color: #333333; }

.tp-jobs th,
.tp-jobs td {
  vertical-align: top;
  border: 0; }

.tp-jobs td {
  width: 100%; }

.view-filters + table.cols-3 th:first-child, .view-filters + table.cols-3 td:first-child {
  width: 70%; }

@media (max-width: 570px) {
  .view-filters + table.cols-3 th:first-child, .view-filters + table.cols-3 td:first-child {
    width: auto; }
  .view-filters + table.cols-3 th.views-field-field-job-kategorie {
    text-indent: -20px; }
  .view-filters + table.cols-3 th, .view-filters + table.cols-3 td {
    padding: 12px 3px; } }

.tp-news-teaser ul,
.tp-news-teaser li {
  margin: 0 !important;
  padding: 0 !important; }

.tp-news-teaser ul li:before {
  display: none; }

.tp-address {
  margin-bottom: 80px; }
  .tp-address h3 {
    font-size: 22px;
    border-bottom: 2px solid #ededed;
    margin-bottom: 5px;
    padding-bottom: 10px;
    color: #d6091e; }
  .tp-address h4 {
    font-size: 1em;
    color: inherit; }
  .tp-address tbody {
    border: 0; }
  .tp-address th {
    font-weight: normal;
    width: 60%; }
  .tp-address th,
  .tp-address td {
    vertical-align: top; }
    .tp-address th p:last-child,
    .tp-address td p:last-child {
      margin-bottom: 0; }
  .tp-address tr:last-child th,
  .tp-address tr:last-child td {
    border-bottom: 1px solid #c6c6c6; }

.employees-list {
  margin-left: -10px;
  margin-right: -10px;
  font-size: 14px;
  letter-spacing: -.35em; }
  .employees-list img {
    border: 1px solid #e0e0e0;
    width: 100%; }
  .employees-list .views-field-field-su-last-name,
  .employees-list .views-field-field-su-first-name {
    font-size: 15px;
    display: inline-block;
    color: #333333; }
  .employees-list .views-field-field-su-email .views-label {
    display: none; }
  .employees-list p {
    margin-bottom: 6px; }
  .employees-list p,
  .employees-list a {
    font-size: 14px; }
  .employees-list .item-list ul li {
    margin: 0;
    margin-bottom: 40px;
    vertical-align: top;
    display: inline-block;
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
    letter-spacing: 0; }
    .employees-list .item-list ul li:before {
      display: none !important; }
    .employees-list .item-list ul li a {
      font-size: 15px; }

@media (max-width: 767px) {
  .employees-list .item-list ul li {
    width: 50%; } }

.view-client-magazine .card img[src=""] {
  display: none; }

.tp-slider-wrapper {
  width: 100%;
  position: relative; }

@media (max-width: 960px) {
  .tp-features li {
    width: 50%; }
  .tp-team li {
    width: 33.333%; } }

@media (max-width: 570px) {
  .tp-figure.small {
    width: 50%; }
  .tp-figure.small {
    width: 80%; }
  .tp-features li {
    width: 100%; }
  .tp-team {
    margin-left: -5px;
    margin-right: -5px; }
    .tp-team li {
      width: 50%;
      padding-left: 5px;
      padding-right: 5px; }
  .tp-address th, .tp-address td,
  .tp-jobs th,
  .tp-jobs td {
    width: 100%;
    display: block;
    padding-left: 0;
    padding-right: 0; }
  .tp-address th,
  .tp-jobs th {
    padding-bottom: 0; }
  .tp-address {
    margin-bottom: 40px; }
    .tp-address th {
      border-bottom: 0 !important; } }

.view-cooking-recipes ul li {
  margin: 0; }
  .view-cooking-recipes ul li:before {
    display: none; }

.view-cooking-recipes .item-list ul {
  *zoom: 1;
  margin-right: -10px;
  margin-left: -10px; }
  .view-cooking-recipes .item-list ul:before, .view-cooking-recipes .item-list ul:after {
    display: table;
    content: "";
    line-height: 0; }
  .view-cooking-recipes .item-list ul:after {
    clear: both; }
  .view-cooking-recipes .item-list ul .col {
    padding-right: 10px;
    padding-left: 10px; }

.paragraphs-item-cooking-recipe img {
  margin-bottom: 20px; }

.tp-recipe-portions {
  margin-bottom: 25px; }
  .tp-recipe-portions svg {
    margin: 0 0 -7px -4px; }

.tp-recipe-ingredient tbody,
.content-two-columns tbody {
  border-top: 0; }

.tp-recipe-ingredient td,
.content-two-columns td {
  border-bottom: 0;
  padding: 0 12px 10px; }

.content-two-columns {
  margin: 12px 0; }
  .content-two-columns .column-1 {
    padding-right: 0; }
  .content-two-columns .column-2 {
    padding-left: 0; }

#main-content .tp-recipe-ingredient h2 {
  margin-top: 0; }

@media (min-width: 768px) {
  .tp-recipe-ingredient,
  .content-two-columns {
    *zoom: 1; }
    .tp-recipe-ingredient:before, .tp-recipe-ingredient:after,
    .content-two-columns:before,
    .content-two-columns:after {
      display: table;
      content: "";
      line-height: 0; }
    .tp-recipe-ingredient:after,
    .content-two-columns:after {
      clear: both; }
  .tp-recipe-ingredient .column-1,
  .content-two-columns .column-1,
  .tp-recipe-ingredient .column-2,
  .content-two-columns .column-2 {
    float: left;
    width: 50%; }
  .tp-recipe-ingredient .column-2 ul:first-child {
    margin-top: 4.45em; }
  .content-two-columns .column-1 {
    padding-right: 6px; }
  .content-two-columns .column-2 {
    padding-left: 6px; } }

.tp-recipe-amount {
  position: relative;
  white-space: nowrap; }

.tp-recipe-name {
  width: 100%; }

.tp-recipe-download {
  margin-top: 2em; }

.tp-landing-page #nav-bg {
  position: relative; }

.tp-alphabet-nav .attachment {
  box-sizing: border-box;
  background: #F0F0F0;
  padding: 0 20px;
  border-radius: 4px 4px 0 0;
  *zoom: 1; }
  .tp-alphabet-nav .attachment:before, .tp-alphabet-nav .attachment:after {
    display: table;
    content: "";
    line-height: 0; }
  .tp-alphabet-nav .attachment:after {
    clear: both; }
  .tp-alphabet-nav .attachment span {
    display: inline-block;
    float: left;
    position: relative; }
  .tp-alphabet-nav .attachment .ajax-progress {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    margin-top: -12px; }
  .tp-alphabet-nav .attachment a {
    display: inline-block;
    padding: 15px 12px 11px;
    color: #505050;
    font-weight: 500;
    -webkit-transition: background 0.25s cubic-bezier(0.42, 0, 1, 1), color 0.25s cubic-bezier(0.42, 0, 1, 1);
            transition: background 0.25s cubic-bezier(0.42, 0, 1, 1), color 0.25s cubic-bezier(0.42, 0, 1, 1); }
    .tp-alphabet-nav .attachment a.active, .tp-alphabet-nav .attachment a:hover {
      background: #505050;
      color: #fff; }
    .tp-alphabet-nav .attachment a.progress-disabled {
      color: transparent; }

.tp-alphabet-nav .view-content {
  background: #fff;
  padding: 10px 15px;
  /*.row-first.row-last td {
			display: inline-block;
			width: 25%;
		}*/ }
  .tp-alphabet-nav .view-content table {
    table-layout: fixed; }
  .tp-alphabet-nav .view-content tr {
    letter-spacing: -.35em; }
  .tp-alphabet-nav .view-content td {
    padding: 0;
    border-bottom: 0;
    vertical-align: bottom;
    letter-spacing: 0; }
    .tp-alphabet-nav .view-content td a {
      display: block;
      padding: 10px 0 8px;
      margin: 0 10px;
      border-bottom: 1px solid #e0e0e0; }
  .tp-alphabet-nav .view-content h3 {
    margin: 30px 0 0px 10px; }
    .tp-alphabet-nav .view-content h3:first-child {
      margin-top: 20px; }
  .tp-alphabet-nav .view-content .view-grouping .view-grouping-header {
    display: none; }
  .tp-alphabet-nav .view-content .view-grouping .view-grouping-content h3 {
    font-size: 22px;
    margin-bottom: 15px; }
    .tp-alphabet-nav .view-content .view-grouping .view-grouping-content h3 a {
      color: #333333; }
  .tp-alphabet-nav .view-content .view-grouping .view-grouping-content li {
    margin-left: 10px; }
    .tp-alphabet-nav .view-content .view-grouping .view-grouping-content li a {
      display: inline-block;
      padding: 5px 0; }
  @media (max-width: 960px) {
    .tp-alphabet-nav .view-content table,
    .tp-alphabet-nav .view-content tbody,
    .tp-alphabet-nav .view-content tr {
      display: block; }
    .tp-alphabet-nav .view-content .views-view-grid.cols-2 td {
      width: 100%; }
    .tp-alphabet-nav .view-content .views-view-grid.cols-4 td {
      width: 50%;
      padding: 12px 0; }
    .tp-alphabet-nav .view-content td {
      display: block;
      float: left; }
    .tp-alphabet-nav .view-content tr.row-last td {
      border-bottom: 0; }
    .tp-alphabet-nav .view-content tbody {
      *zoom: 1; }
      .tp-alphabet-nav .view-content tbody:before, .tp-alphabet-nav .view-content tbody:after {
        display: table;
        content: "";
        line-height: 0; }
      .tp-alphabet-nav .view-content tbody:after {
        clear: both; } }

.view-id-apotheken_glossary ul li:before {
  display: none; }

.views-table tr {
  background: transparent; }

.view-important-address ul {
  margin: 0 0 50px 0; }
  .view-important-address ul li {
    margin: 0; }
    .view-important-address ul li:before {
      display: none; }
  .view-important-address ul table p > span {
    display: inline-block;
    width: 100%; }
    .view-important-address ul table p > span:empty {
      display: none; }

.tp-pollen {
  margin-bottom: 20px; }
  .tp-pollen .card img {
    border-bottom: 0;
    margin: 8px 0; }
  @media (max-width: 570px) {
    .tp-pollen .col {
      width: 49.999999%; }
      .tp-pollen .col img {
        width: 100% !important;
        height: auto !important; } }

#tp-selfcheck .webform-client-form {
  max-width: none;
  margin-top: 10px;
  margin-bottom: 0; }

#tp-selfcheck .form-item {
  display: block;
  float: none; }
  #tp-selfcheck .form-item label {
    float: none;
    display: block; }

#tp-selfcheck > form > div > .webform-component > .select2-container {
  margin-top: 10px; }

#tp-selfcheck > form > div > .webform-component,
#tp-selfcheck > form > div > .webform-component-fieldset {
  margin: 20px 0;
  padding: 0;
  max-width: 600px; }

#tp-selfcheck > form > div > .webform-component > label,
#tp-selfcheck > form > div > fieldset > legend {
  font-size: 22px;
  font-weight: 700;
  color: #333333; }
  #tp-selfcheck > form > div > .webform-component > label .form-required,
  #tp-selfcheck > form > div > fieldset > legend .form-required {
    visibility: hidden; }

#tp-selfcheck .fieldset-wrapper > .form-item > label {
  font-weight: 700; }

#tp-selfcheck .form-item .description {
  font-size: 1em; }

.webform-component-fieldset .webform-component {
  margin: 10px 0 20px; }

.webform-component-fieldset .webform-component .select2-container {
  margin-bottom: 0; }

.js #tp-selfcheck .webform-client-form {
  position: relative;
  height: 0;
  -webkit-transition: height 0.3s cubic-bezier(0.56, 0.34, 0.01, 1);
          transition: height 0.3s cubic-bezier(0.56, 0.34, 0.01, 1); }

.js #tp-selfcheck .form-actions {
  display: none;
  position: absolute;
  top: 100%;
  left: 140px;
  z-index: 1; }

.js #tp-selfcheck > form > div > .webform-component,
.js #tp-selfcheck > form > div > .webform-component-fieldset {
  position: absolute;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s, visibility 0s .3s;
          transition: opacity .3s, visibility 0s .3s; }
  .js #tp-selfcheck > form > div > .webform-component.move-in,
  .js #tp-selfcheck > form > div > .webform-component-fieldset.move-in {
    -webkit-transition: opacity .3s .3s, visibility 0s .3s;
            transition: opacity .3s .3s, visibility 0s .3s;
    opacity: 1;
    visibility: visible; }

#tp-selfcheck .prev {
  padding: 16px 20px 13px 42px; }
  #tp-selfcheck .prev svg {
    width: 16px;
    height: 16px;
    margin-top: -8px; }

#tp-selfcheck-controls {
  position: relative;
  display: none; }

#tp-selfcheck-controls a.next {
  position: absolute;
  left: 140px; }

#tp-selfcheck-controls a.disabled {
  opacity: .3;
  cursor: default;
  -webkit-transition: background 0.25s cubic-bezier(0.42, 0, 1, 1), border 0.25s cubic-bezier(0.42, 0, 1, 1), color 0.25s cubic-bezier(0.42, 0, 1, 1), opacity 0.25s cubic-bezier(0.42, 0, 1, 1);
          transition: background 0.25s cubic-bezier(0.42, 0, 1, 1), border 0.25s cubic-bezier(0.42, 0, 1, 1), color 0.25s cubic-bezier(0.42, 0, 1, 1), opacity 0.25s cubic-bezier(0.42, 0, 1, 1); }
  #tp-selfcheck-controls a.disabled.gray:hover {
    background-color: #b1b1b1; }
  #tp-selfcheck-controls a.disabled.red:hover {
    background-color: #d6091e; }

body.cke_editable {
  padding: 0.5em; }

.main-nav__cms-links {
  position: absolute;
  width: auto;
  display: inline-block;
  left: 50%;
  bottom: 10px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
  .main-nav__cms-links ul {
    margin: 0;
    padding: 0;
    border: 0;
    text-align: center; }
  .main-nav__cms-links ul li.active a,
  .main-nav__cms-links ul li a {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 10px; }

ul.ui-autocomplete {
  border-color: #e0e0e0;
  box-shadow: 1px 3px 10px 0 rgba(51, 51, 51, 0.08); }
  ul.ui-autocomplete a {
    color: #646464;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-radius: 0;
    -webkit-transition: color .15s, background .15s;
            transition: color .15s, background .15s; }
  ul.ui-autocomplete a.ui-state-focus {
    border-top: 0;
    border-bottom: 0;
    border-color: transparent;
    background: #e8e8e8;
    color: #333333; }
  ul.ui-autocomplete .ui-menu-item-first {
    border-color: #e0e0e0; }
  ul.ui-autocomplete .ui-autocomplete-field-group {
    float: left;
    background: transparent;
    position: static;
    padding: 7px 5px;
    color: #999;
    text-transform: uppercase;
    font-size: .7em;
    letter-spacing: 0.05em; }
    ul.ui-autocomplete .ui-autocomplete-field-group.ui-menu-divider {
      display: none; }
  ul.ui-autocomplete .ui-autocomplete-field-title {
    font-size: 1.2em; }
  ul.ui-autocomplete li:last-child a {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-color: transparent; }

body.is-pharmacy .menu-item-377 {
  display: none !important; }

body.is-pharmacy .menu-item-3089 {
  display: none !important; }

@media (max-width: 960px) {
  .main-nav__cms-links {
    bottom: -30px; }
    .main-nav__cms-links ul li a {
      background: white !important; } }

@media screen and (max-width: 1024px) {
  .slicknav_menu {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 70; } }

.row .view-empty {
  margin-left: 10px;
  margin-right: 10px; }

@media print {
  * {
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  .segmented-controls,
  footer,
  body {
    background-color: transparent !important; }
  body {
    display: block !important; }
  p {
    color: #888 !important; }
  .sidebar-layout-main {
    width: 100%;
    margin-top: 0; }
  #main-content h1, #main-content h2, #main-content h3 {
    display: inline-block;
    margin-top: 0; }
  .sidebar-layout-aside,
  .fotorama,
  .tp-share,
  #history-back,
  #main-footer,
  #main-header {
    display: none; }
  .col-6-12 {
    page-break-inside: avoid;
    width: 49.999999% !important; }
  .col-4-12 {
    page-break-inside: avoid;
    width: 33.333333% !important; } }

.paragraphs-item-teaser-slider.slider-loaded .col-4-12 {
  width: 100%;
  display: block; }

.js .paragraphs-item-teaser-slider .fotorama img {
  height: auto; }

.js .paragraphs-item-teaser-slider .fotorama__nav-wrap {
  top: 58%;
  bottom: initial;
  height: 35px; }

.js .paragraphs-item-teaser-slider .tp-global-teaser.card {
  margin-bottom: 0;
  border: 0;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px; }

.js .paragraphs-item-teaser-slider .content.fotorama {
  border: 1px solid #e0e0e0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px; }

.js .paragraphs-item-teaser-slider .fotorama__arr {
  display: none !important; }

.js .paragraphs-item-teaser-slider .fotorama__wrap--no-controls .fotorama__arr--prev {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

.js .paragraphs-item-teaser-slider .fotorama__wrap--no-controls .fotorama__arr--next {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

.paragraphs-item-image-grid {
  margin-bottom: 50px; }
  .paragraphs-item-image-grid:after {
    content: "";
    clear: both;
    display: block; }

@media all and (min-width: 570px) {
  .image-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between; }
    .image-grid .content {
      font-size: 0; }
    .image-grid .single,
    .image-grid .double {
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 auto;
              flex: 0 1 auto;
      width: -webkit-calc(50% - 20px/2);
      width: calc(50% - 20px/2); }
    .image-grid.image-grid-2big-landscape {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
              flex-direction: column; }
      .image-grid.image-grid-2big-landscape .single {
        margin-bottom: 20px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
                flex: 0 1 auto;
        height: -webkit-calc(50% - 20px/2);
        height: calc(50% - 20px/2);
        width: 100%; }
        .image-grid.image-grid-2big-landscape .single:last-child {
          margin-bottom: 0; }
    .image-grid.image-grid-bigleft-2tinyright .double, .image-grid.image-grid-bigright-2tinyleft .double, .image-grid.image-grid-4tiny .double {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
              flex-direction: column;
      -webkit-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
              justify-content: space-between; }
      .image-grid.image-grid-bigleft-2tinyright .double .top,
      .image-grid.image-grid-bigleft-2tinyright .double .bottom, .image-grid.image-grid-bigright-2tinyleft .double .top,
      .image-grid.image-grid-bigright-2tinyleft .double .bottom, .image-grid.image-grid-4tiny .double .top,
      .image-grid.image-grid-4tiny .double .bottom {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
                flex: 0 1 auto;
        width: 100%; }
    .image-grid.image-grid-4tiny .top,
    .image-grid.image-grid-4tiny .bottom {
      margin-bottom: 20px; }
      .image-grid.image-grid-4tiny .top:last-child,
      .image-grid.image-grid-4tiny .bottom:last-child {
        margin-bottom: 0; } }

.docs-section {
  border-top: 1px solid #eee;
  margin-bottom: 0;
  padding: 3.5rem 0; }
  .docs-section:first-child {
    border-top: 0; }

@media (max-width: 570px) {
  .docs-section {
    padding: 2rem 0; } }

.docs-grid .row {
  margin-bottom: 0; }

.docs-grid .column div {
  background: #eee;
  border-radius: 4px;
  font-size: .7rem;
  font-weight: 600;
  height: 30px;
  letter-spacing: .1rem;
  line-height: 30px;
  margin-bottom: 1.5rem;
  text-align: center;
  text-transform: uppercase; }

.heading-small {
  font-size: 1.2rem;
  letter-spacing: normal; }

.content-two-cols {
  margin: 0 auto 100px;
  width: 100%;
  overflow: hidden;
  position: relative; }
  .content-two-cols > .title {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 40px; }
    .content-two-cols > .title span.red {
      color: #d6091e; }
  .content-two-cols .left {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
    float: left; }
  .content-two-cols .right {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
    float: right; }
  .content-two-cols .item {
    margin-top: 25px;
    min-height: 50px;
    overflow: hidden; }
    .content-two-cols .item img {
      width: 34px;
      height: auto;
      display: block;
      float: left;
      margin-right: 12px; }
    .content-two-cols .item .content {
      float: left;
      width: -webkit-calc(100% - 60px);
      width: calc(100% - 60px); }
      .content-two-cols .item .content .title {
        font-weight: 600;
        font-size: 1.25rem;
        color: #000; }
      .content-two-cols .item .content .text {
        font-size: 1.125rem; }

@media screen and (max-width: 650px) {
  .content-two-cols {
    margin-bottom: 50px; }
    .content-two-cols .left,
    .content-two-cols .right {
      width: 100%;
      float: none; } }
/*# sourceMappingURL=main.css.map */