@charset "UTF-8";
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio,
canvas,
img,
video {
  vertical-align: middle;
}

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

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

textarea {
  resize: vertical;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: none;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: none;
}

*:active,
*:focus {
  outline: none;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

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

blockquote {
  margin: 1em 40px;
}

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

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

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

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: "";
  content: none;
}

/**
 * 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;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

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

/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

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

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

/*
	Blau: #10478a (16, 73, 138)
	Blau dunkel: #021e3d (2, 30, 61)
	Grau: #727272 (114, 114, 114)
*/
:root {
  --primaryBlue: #10498a;
  --secondaryBlue: #021e3d;
  --orange: #f29532;
  --red: #d12e46;
  --purple: #af5295;
  --green: #85c44a;
  --cyan: #14b2ce;
  --gray: #939292;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/OpenSans-Regular-v17.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-Regular-v17.woff2") format("woff2"), url("fonts/OpenSans-Regular-v17.woff") format("woff"), url("fonts/OpenSans-Regular-v17.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url("fonts/OpenSans-SemiBold-v17.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-SemiBold-v17.woff2") format("woff2"), url("fonts/OpenSans-SemiBold-v17.woff") format("woff"), url("fonts/OpenSans-SemiBold-v17.ttf") format("truetype");
  /* Safari, Android, iOS */
}
html {
  font-size: 1em;
  line-height: 1.4;
}

body {
  font-size: 12px;
  min-width: 320px;
}

/* Links */
a:link,
a:visited,
a:active {
  color: var(--primaryBlue);
  outline: none;
}

a:hover {
  color: #125096;
}

a.inherit {
  color: inherit;
  text-decoration: inherit;
}

a img {
  border: none;
}

/* Selection */
::-moz-selection {
  background: #727272;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #727272;
  color: #fff;
  text-shadow: none;
}

/* Font and Color */
html,
button,
input,
select,
textarea {
  color: #595959;
  font-family: "Open Sans", sans-serif;
}

/* Deko */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px dotted #ccc;
  margin: 1em 0;
  padding: 0;
}

hr.dotted {
  border-style: dotted;
}

/* Wrapper */
.content-wrapper {
  max-width: 1200px;
  padding: 0px 10px;
  margin: auto;
}

.caret {
  display: inline-block;
  width: 0px;
  height: 0px;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.page-error {
  font-size: 1.1em;
}

.page-error .search-container {
  font-size: 1.1em;
}

/* Common: Styling */
.padding-tn {
  padding-top: 0px;
}

.padding-td {
  padding-top: 15px;
}

.padding-th {
  padding-top: 25px;
}

.padding-ts {
  padding-top: 10px;
}

.padding-bn {
  padding-bottom: 0px;
}

.padding-bd {
  padding-bottom: 15px;
}

.padding-bh {
  padding-bottom: 25px;
}

.padding-bs {
  padding-bottom: 10px;
}

.padding-ln {
  padding-left: 0px;
}

.padding-ls {
  padding-left: 10px;
}

.padding-ld {
  padding-left: 15px;
}

.padding-lh {
  padding-left: 25px;
}

.padding-rn {
  padding-right: 0px;
}

.padding-rs {
  padding-right: 10px;
}

.padding-rd {
  padding-right: 15px;
}

.padding-rh {
  padding-right: 25px;
}

.margin-tn {
  margin-top: 0px;
}

.margin-td {
  margin-top: 15px;
}

.margin-th {
  margin-top: 25px;
}

.margin-ts {
  margin-top: 10px;
}

.margin-bn {
  margin-bottom: 0px;
}

.margin-bd {
  margin-bottom: 15px;
}

.margin-bh {
  margin-bottom: 25px;
}

.margin-bs {
  margin-bottom: 10px;
}

.margin-ln {
  margin-left: 0px;
}

.margin-ls {
  margin-left: 10px;
}

.margin-ld {
  margin-left: 15px;
}

.margin-lh {
  margin-left: 25px;
}

.margin-rn {
  margin-right: 0px;
}

.margin-rs {
  margin-right: 10px;
}

.margin-rd {
  margin-right: 15px;
}

.margin-rh {
  margin-right: 25px;
}

.oben, .vTop {
  vertical-align: top;
}

.unten, .vBottom {
  vertical-align: bottom;
}

.mittig, .vMiddle {
  vertical-align: middle;
}

.clear {
  position: relative;
  clear: both;
}

.floatR {
  float: right;
}

.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}

.bigger-xs {
  font-size: 1.1em;
}

.bigger-s {
  font-size: 1.2em;
}

.bigger {
  font-size: 1.3em;
}

/* Common: columns */
.cols {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
}

.cols > * {
  white-space: normal;
}

.cols > .col {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 10px;
  vertical-align: top;
}

.cols > .col:last-child {
  padding-right: 0px;
}

.cols > .col50 {
  width: 50%;
}

.cols > .col33 {
  width: 33.33%;
}

@media screen and (max-width: 649px) {
  .cols > .col {
    display: block;
    width: 100%;
    padding-right: 0px;
  }

  .cols > .col50, .cols > .col33 {
    width: 100%;
  }
}
/* Common: forms */
form .cols input, form .cols textarea, form .cols select, form .cols .sel {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.content-container form input[type=text].err, .content-container form input[type=password].err, .content-container textarea.err, form .cols .sel.err {
  border-color: #d52b2b;
  background-color: #fff0f0;
}

.form-controls-container {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.form-controls-container > *:last-child {
  -webkit-transform: translateZ(1px);
  transform: translateZ(1px);
  color: white !important;
  border-color: white !important;
}

.form-controls-container > *:last-child > * {
  color: white !important;
  border-color: white !important;
}

.form-controls-container > *:nth-last-child(2) {
  display: block;
  -webkit-transform: translateZ(2px);
  transform: translateZ(2px);
}

.form-controls-container--sm > *:nth-last-child(2) {
  margin-bottom: -25px;
}

.form-controls-container--lg > *:nth-last-child(2) {
  margin-bottom: -55px;
}

form .buttons {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px dotted #CCC;
}

/* Custom Selects */
.sel {
  position: relative;
  display: inline-block;
  cursor: pointer;
  background-color: #FFFFFF;
  border: 1px solid #727272;
  border-radius: 4px;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url(../../images/select_pfeil.png);
  background-position: right center;
  background-repeat: no-repeat;
}

.sel > span {
  font-size: 100%;
  text-wrap: none;
  white-space: nowrap;
  overflow: hidden;
}

.sel.disabled {
  background-color: #EFEFEF;
  background-image: url(../../images/select_pfeil_dis.png);
}

.sel.disabled > span {
  color: #AAAAAA;
}

.sel select {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  cursor: pointer;
}

.sel select option {
  text-align: left;
  border: none;
}

/* Common: messages */
.msg {
  font-size: 1.2em;
  font-weight: bold;
}

.msg.success {
  color: var(--primaryBlue);
}

.msg.error {
  color: #d52b2b;
}

/* Components */
.price-tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url(/img/aktion-stern.png);
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 2.5em;
  color: #FFFFFF;
  font-weight: bold;
}

.price-tag::before {
  content: "";
  height: 0;
  padding-bottom: 100%;
}

.price-tag .text {
  padding: 0 45px;
}

.price-tag.price-tag--small {
  font-size: 1.2em;
}

.price-tag.price-tag--small .text {
  padding: 0 25px;
}

/* Header */
header.main {
  background-color: var(--primaryBlue);
  color: #fff;
  padding-top: 20px;
  font-size: 16px;
  margin-bottom: 20px;
}

header.main a {
  color: inherit;
  text-decoration: none;
}

header.main .logo-container,
header.main .search-container,
header.main .nav-container {
  text-align: center;
  margin: auto;
}

header.main .logo-container {
  width: 300px;
  margin-bottom: 20px;
}

header.main .search-container {
  margin-bottom: 20px;
}

header.main .nav-container {
  text-align: left;
  margin: 0px 5px;
}

header.main .nav-container ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

header.main .nav-container ul li {
  padding: 5px 0px;
  line-height: 1.65em;
}

header.main .nav-container ul li ul {
  padding-top: 5px;
}

header.main .nav-container ul ul {
  padding-left: 15px;
}

header.main .nav-container .sub-toogle {
  margin-left: 10px;
  display: inline-block;
  padding-right: 50px;
}

header.main .nav-container .subnav {
  display: none;
}

@media (min-width: 1150px) {
  header.main .content-wrapper {
    position: relative;
  }

  header.main .logo-container,
header.main .search-container,
header.main .nav-container {
    text-align: left;
    margin: 0px;
  }

  header.main .logo-container {
    float: left;
    width: 300px;
    vertical-align: bottom;
  }

  header.main .search-container {
    float: right;
    height: 30px;
    margin-top: 30px;
  }

  header.main .nav-container {
    overflow: hidden;
    height: 30px;
    margin-top: 30px;
  }

  header.main .nav-container > ul > li > a {
    height: 30px;
    line-height: 30px;
    display: block;
  }

  header.main .nav-container ul li {
    display: inline-block;
    padding: 0px;
    margin-right: 30px;
  }

  header.main .nav-container .sub-toogle {
    display: none;
  }

  header.main .nav-container .subnav {
    display: inline-block;
  }

  header.main .nav-container .subnav .subnav,
header.main .nav-container .subnav .subnav li {
    display: block;
  }

  .nav-container > ul > li.sub > .subnav {
    position: absolute;
    padding-top: 20px;
    color: var(--primaryBlue);
    display: none;
    z-index: 5000;
  }

  .nav-container > ul > li.sub:focus {
    outline: none !important;
  }

  .nav-container > ul > li.sub:hover > .subnav,
.nav-container > ul > li.sub:focus > .subnav,
.nav-container > ul > li.sub:active > .subnav {
    display: block;
  }

  header.main .nav-container .subnav > .subnav-container {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 2px #333;
    box-shadow: 0px 0px 2px #333;
  }

  header.main .nav-container .subnav > .subnav-container > .subnav-extra {
    margin: 0 10px;
    padding: 10px 0;
    border-top: 1px dotted #ccc;
  }

  .nav-container > ul > li.sub > .subnav > .subnav-container > ul {
    padding: 10px;
  }

  .nav-container > ul > li.sub > .subnav > .subnav-container > ul > li {
    display: block;
  }

  .nav-container > ul > li.sub > .subnav > .subnav-container > ul > li > ul {
    padding: 0px;
  }

  .nav-container > ul > li.sub > .subnav.big {
    left: 0px;
    right: 0px;
  }

  .nav-container > ul > li.sub > .subnav.big > .subnav-container > ul {
    left: 0px;
    right: 0px;
    /*height: 300px;*/
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
    -webkit-column-fill: balance;
    -moz-column-fill: balance;
    column-fill: balance;
    -webkit-column-rule: 1px dotted #ccc;
    -moz-column-rule: 1px dotted #ccc;
    column-rule: 1px dotted #ccc;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

  .nav-container > ul > li.sub > .subnav.big > .subnav-container > ul > li {
    display: block;
    margin: 0;
    -webkit-column-break-inside: avoid;
    /* Chrome, Safari */
    page-break-inside: avoid;
    /* Theoretically FF 20+ */
    -moz-column-break-inside: avoid;
    break-inside: avoid-column;
    /* IE 11 */
    /*display:table;     */
    /* Actually FF 20+ */
  }

  .nav-container > ul > li.sub > .subnav.big > .subnav-container > ul > li a {
    font-weight: 600;
  }

  .nav-container > ul > li.sub > .subnav.big > .subnav-container > ul > li > ul.subnav {
    font-size: 12px;
    padding: 0px 0px 0px 10px;
    /*padding-left:15px;
    list-style:square inside; doesn't work for some unknown reasosn */
  }

  .nav-container > ul > li.sub > .subnav.big > .subnav-container > ul > li > ul.subnav > li a {
    font-weight: normal;
  }

  .nav-container > ul > li.sub > .subnav.big > .subnav-container > ul > li > ul > li > ul > li {
    margin: 0px;
  }
}
header.main .search-container form.search {
  display: inline-block;
  width: 200px;
  vertical-align: bottom;
  /*padding-bottom:6px;*/
  margin-bottom: 15px;
}

header.main .search-container form.search input {
  width: 157px;
  height: 21px;
  padding: 3px 5px;
  border: none;
  border-radius: 2px 0px 0px 2px;
  background: #fff;
}

header.main .search-container form.search button {
  width: 27px;
  height: 27px;
  padding: 0px;
  margin: 0px;
  border: none;
  border-radius: 0px 2px 2px 0px;
  background-image: url(../img/icons/search.png);
  background-size: 24px 24px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fff;
}

header.main .search-container form.search button .label {
  visibility: hidden;
}

/* Breadcrumbs */
header.main .breadcrumbs-bar {
  margin-top: 20px;
  padding: 5px 0px;
  min-height: 20px;
  background-color: #e6e6e6;
  line-height: 20px;
  vertical-align: middle;
  font-size: 13px;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25) inset, 0px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25) inset, 0px 1px 1px rgba(0, 0, 0, 0.2);
  color: #595959;
}

header.main .breadcrumbs-bar .breadcrumbs {
  overflow: hidden;
}

header.main .breadcrumbs-bar .breadcrumbs a {
  color: inherit;
  text-decoration: none;
}

header.main .breadcrumbs-bar .breadcrumbs .divider {
  color: var(--primaryBlue);
}

header.main .breadcrumbs-bar .remember-me {
  float: right;
  margin-left: 20px;
}

/* Privacy Banner */
.privacy-banner {
  background-color: white;
  -webkit-box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.2);
}

.privacy-banner.fixed {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
}

.privacy-banner .column-container {
  padding: 10px 0px;
}

.privacy-banner .column-container .column {
  display: inline-block;
  vertical-align: middle;
}

.privacy-banner .column-container .column.first {
  width: 75%;
}

.privacy-banner .column-container .column.last {
  width: 25%;
  text-align: right;
}

.privacy-banner .column-container .column.last button,
.privacy-banner .column-container .column.last .button {
  width: 49%;
  min-width: 100px;
  margin-bottom: 5px;
}

@media only screen and (max-width: 649px) {
  .privacy-banner .column-container .column,
.privacy-banner .column-container .column.first,
.privacy-banner .column-container .column.last {
    display: block;
    width: 100%;
  }

  .privacy-banner .column-container .column.last {
    margin-top: 10px;
  }
}
/* Slideshow */
.slideshow {
  width: 100%;
  min-height: 300px;
  margin-bottom: 50px;
  position: relative;
  background-color: #e6e6e6;
}

.slideshow .slide {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
}

.slideshow .slide .text-container {
  position: absolute;
  left: 20px;
  bottom: 20px;
  vertical-align: middle;
}

.slideshow .slide .text {
  font-size: 26px;
  line-height: 46px;
}

.slideshow .slide .text span {
  background-color: var(--primaryBlue);
  background-color: rgba(16, 73, 138, 0.85);
  color: #fff;
  padding: 2px;
}

.slideshow .slide-navigation {
  position: absolute;
  bottom: 10px;
  right: 10px;
  margin: 0px;
  padding: 0px;
  height: 10px;
  list-style: none;
}

.slideshow .slide-navigation li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 4px;
  background-color: var(--primaryBlue);
  background-color: rgba(16, 73, 138, 0.85);
  cursor: pointer;
}

.slideshow .slide-navigation li .label {
  visibility: hidden;
}

.banner {
  margin-bottom: 30px;
}

.banner img {
  width: 100%;
  height: auto;
}

/* Banner */
#banner {
  position: relative;
  /*width:1200px;
  height:350px;*/
  width: 100%;
  padding-bottom: 29.1666%;
  overflow: hidden;
  margin-bottom: 30px;
}

#banner a.img {
  position: absolute;
  top: 0px;
  left: 1200px;
  display: block;
  /*width:1200px;
  height:350px;*/
  width: 100%;
  padding-bottom: 29.1666%;
  z-index: 100;
  background-size: cover;
  background-position: center;
}

#banner a.img:first-child {
  left: 0px;
}

#banner .prev,
#banner .next {
  position: absolute;
  top: 50%;
  margin-top: -35px;
  height: 70px;
  width: 70px;
  background-image: url(/img/icons/banner-arrows.png);
  z-index: 200;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

#banner:hover .prev,
#banner:hover .next {
  opacity: 1;
}

#banner .prev {
  left: 10px;
}

#banner .next {
  right: 10px;
  background-position: -70px 0px;
}

/* Galery */
.gallery .gallery-header {
  margin-bottom: 10px;
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}

.gallery .gallery-description {
  margin-bottom: 20px;
}

.view-container {
  position: relative;
  width: 98.8%;
  margin: 0.6%;
  margin-bottom: 0px;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 1.2%;
}

.view-container img {
  width: 100%;
  height: auto;
}

.view-container .image-caption {
  position: absolute;
  left: 0px;
  bottom: 8%;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 10px 15px;
  max-width: 75%;
}

.tag-box {
  background-color: #F5FAFF;
  border-bottom: 1px dotted #ccc;
  padding: 1.2% 10px;
  margin: 0% 0.6%;
  margin-bottom: 0.6%;
}

.gallery-container ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.gallery-container ul li {
  display: inline-block;
  width: 20%;
}

.gallery-container ul img {
  max-width: 94%;
  margin: 3% 6% 3% 0;
}

@media only screen and (max-width: 699px) {
  .gallery-container ul li {
    width: 25%;
  }
}
@media only screen and (max-width: 499px) {
  .gallery-container ul li {
    width: 33%;
  }
}
@media only screen and (max-width: 399px) {
  .gallery-container ul li {
    width: 50%;
  }
}
#baguetteBox-overlay .full-image {
  vertical-align: top;
}

#baguetteBox-overlay .full-image::before {
  display: none;
}

#baguetteBox-overlay .full-image figure {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#baguetteBox-overlay .full-image figcaption {
  position: relative;
  bottom: auto;
  padding: 0;
  line-height: 0;
}

#baguetteBox-overlay .full-image figcaption > span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  line-height: 1.4;
  color: #fff;
  background-color: rgba(16, 73, 138, 0.8);
  padding: 8px;
  white-space: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.2em;
  line-height: 1.1;
}

@media only screen and (max-width: 599px) {
  #baguetteBox-overlay .full-image figcaption > span {
    font-size: 1.1em;
  }
}
@media only screen and (max-width: 599px) and (min-height: 559px) {
  #baguetteBox-overlay .full-image figcaption > span {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    display: block;
  }
}
/* Form Elements */
.content-container input[type=text],
.content-container input[type=password],
.content-container textarea {
  border: 1px solid #727272;
  border-radius: 4px;
  padding: 5px 10px;
}

.content-container button[type=submit],
button.submit,
.button.submit {
  background-color: var(--primaryBlue);
  background: -webkit-gradient(linear, left top, left bottom, from(#367aae), color-stop(55%, #005698));
  background: linear-gradient(to bottom, #367aae 0%, #005698 55%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#367aae", endColorstr="#005698",GradientType=0 );
  -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.25);
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 6px 20px;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

form.Merkzettel .col, form.aktion .col {
  display: inline-block;
  width: calc(50% - 10px);
  vertical-align: top;
}

form.Merkzettel .col:first-child, form.aktion .col:first-child {
  margin-right: 20px;
}

form.Merkzettel .col p, form.aktion .col p {
  margin: 0px;
  padding: 0px;
}

form.Merkzettel .col input[type=text],
form.Merkzettel .col textarea,
form.aktion .col input[type=text],
form.aktion .col textarea {
  width: calc(100% - 22px);
  margin-top: 3px;
  margin-bottom: 5px;
}

form.Merkzettel .col textarea, form.aktion .col textarea {
  height: 126px;
}

form.Merkzettel .button, form.aktion .button {
  text-align: right;
  margin-top: 5px;
}

form .required {
  color: #c70000;
}

/* Content Elements */
.content-container.has-sidebar {
  width: 965px;
  margin-right: 35px;
  display: inline-block;
  vertical-align: top;
}

.content-container :first-child {
  margin-top: 0px;
}

div.quote {
  /*padding:10px;
  box-shadow:0px 0px 2px rgba(0,0,0,0.20);
  min-height:75px;
  margin-bottom:40px;*/
  margin: 20px;
}

div.quote.solution {
  min-height: 0px;
}

div.quote img {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
  max-height: 75px;
  max-width: 150px;
}

div.quote p {
  margin: 0px;
  padding: 0px;
}

/* category lists */
.categories {
  /*margin-bottom:20px;*/
  background-color: #f5faff;
  padding: 20px;
  padding-bottom: 1px;
  /* stop margins from collapsing */
  font-size: 1.1em;
  line-height: 1.6em;
}

.categories ul {
  margin: 0px;
  margin-bottom: 10px;
  padding: 0px;
  list-style: none;
}

.categories > ul > li {
  display: inline-block;
  vertical-align: top;
  width: 33%;
  margin-bottom: 10px;
}

.categories > ul > li > a {
  font-size: 14px;
}

.categories > ul > li > ul {
  margin-top: 5px;
  list-style: square;
  padding-left: 15px;
  margin-bottom: 0px;
}

.categories > ul > li > ul > li a {
  color: inherit;
  text-decoration: none;
}

.categories > ul > li > ul > li a:hover {
  color: #808080;
  text-decoration: underline;
}

.category-details > div {
  margin: 20px 0;
}

/* Pagination */
.pagination ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-align: center;
}

.pagination li {
  display: inline-block;
  border: 1px solid #ccc;
  vertical-align: middle;
  text-align: center;
  margin: 0px 2px;
  border-radius: 4px;
}

.pagination li.divider {
  border-color: #fff;
}

.pagination li a,
.pagination li .divider {
  display: block;
  padding: 4px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  color: inherit;
  text-decoration: none;
}

.pagination li a.small {
  font-size: 0.8em;
}

.pagination li.current {
  background-color: var(--primaryBlue);
  color: #fff;
  border-color: transparent;
}

/* manufacturer overview */
.manufacturer-list .manufacturer {
  width: 20%;
  display: inline-block;
  margin-bottom: 20px;
}

.manufacturer-list .manufacturer .logo-container {
  margin: 20px;
  text-align: center;
  display: block;
  text-decoration: none;
}

.manufacturer-list .manufacturer img.logo {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100px;
}

.manufacturer-list .manufacturer span.name {
  font-size: 18px;
}

.category-description {
  margin-top: 0px;
  margin-bottom: 20px;
}

.quote.manufacturer {
  display: table;
  margin: 0px;
  margin-bottom: 10px;
}

.quote.manufacturer .quote-row {
  display: table-row;
}

.quote.manufacturer .quote-logo {
  display: table-cell;
  padding-right: 20px;
  /*vertical-align:middle; (07.04.2015) */
}

.quote.manufacturer .quote-logo img {
  float: none;
}

.manufacturer-header {
  display: block;
}

.manufacturer-header .title {
  float: left;
}

.manufacturer-header h1 {
  margin-bottom: 0px;
}

.manufacturer-logo {
  overflow: hidden;
  text-align: right;
  display: block;
  float: right;
}

.manufacturer-logo img {
  max-height: 60px;
  max-width: 150px;
  margin-left: 15px;
}

.quote.manufacturer .quote-content {
  display: table-cell;
  vertical-align: middle;
  /*width:calc(100% - 170px);*/
}

.quote.manufacturer .quote-content p {
  margin: 1px;
}

/* product category overview */
.category-bereich-title-container {
  display: block;
  background: var(--color);
  padding: 10px;
  width: calc(var(--colorBlockWidth) - 20px);
  max-width: calc(100% - var(--introMinWidth) - var(--leftBlockWidth) - 20px);
  margin-bottom: 30px;
}

.category-bereich-title-container > * {
  margin: 0;
  padding: 0;
  display: inline;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  font-size: 1.25em;
}

.category-bereich-title-container.null-container {
  background: #f5f5f5;
}

.category-bereich-title-container.null-container > * {
  color: #333;
  font-weight: normal;
}

.category-person-container {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #ccc;
}

.category-person-container:last-child {
  border-bottom: none;
}

.category-person-container .categories {
  display: inline-block;
  width: 965px;
  padding: 0px;
  margin-bottom: 20px;
  background-color: transparent;
  margin-right: 35px;
  vertical-align: top;
  margin-bottom: 0px;
  font-size: 1.1em;
  line-height: 1.6em;
}

.category-person-container .card.person {
  margin-bottom: 0px;
}

/* product page */
.series {
  margin-top: -16px;
  margin-bottom: 16px;
}

.product-title {
  position: relative;
}

.product-title h1 {
  margin: 5px 0 20px 0;
}

@media only screen and (min-width: 799px) {
  .product-title h1 {
    padding-right: 165px;
  }

  .product-title .manufacturer-logo {
    position: absolute;
    right: 0px;
    top: 0px;
    float: none;
  }
}
.product-images {
  width: 300px;
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
}

.product-image {
  position: relative;
  width: 300px;
}

.product-image img {
  width: 300px;
  height: auto;
}

.product-image .zoom-container {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
  display: none;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
}

.product-images .thumbnails .thumbnail {
  width: 20%;
  display: inline-block;
}

.product-images .thumbnails .thumbnail a {
  display: block;
  margin: 5px;
}

.product-images .thumbnails .thumbnail img {
  max-width: 100%;
  height: auto;
}

.product-description {
  width: 635px;
  display: inline-block;
  vertical-align: top;
  min-height: 100px;
  padding: 30px 45px 25px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.product-description-logo {
  width: 150px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

.product-description-content {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.5em;
}

.product-description-content ul {
  margin: 1em 0 !important;
  padding-left: 1em;
}

.product-description .facts {
  font-size: 1.2em;
  list-style: square;
}

.product-description .remember {
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
}

.product-description .remember .remembered {
  text-decoration: none;
}

.product-description .remember .remembered img {
  vertical-align: top;
}

.product-description .social-buttons {
  text-align: right;
}

.product-description .eol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-description .eol > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 10px 20px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  font-size: 1.4em;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-description .eol > span {
  font-weight: bold;
  padding: 5px;
  text-align: center;
}

.product-description .eol > span:first-child {
  background-color: var(--primaryBlue);
  color: white;
}

.product-description .eol > span:nth-child(2) {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  font-size: 2.5em;
}

.product-description .eol > a {
  text-decoration: none;
}

.product-description .eol > a:hover {
  text-decoration: underline;
}

.product-description .divider {
  margin-bottom: 20px;
}

.call-to-action-container {
  text-align: center;
}

a.call-to-action,
a.cta-button {
  padding: 5px 10px;
  font-size: 1.25em;
  border-radius: 4px;
  border: none;
  background-color: var(--primaryBlue);
  background: -webkit-gradient(linear, left top, left bottom, from(#367aae), color-stop(55%, var(--primaryBlue)));
  background: linear-gradient(to bottom, #367aae 0%, var(--primaryBlue) 55%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#367aae", endColorstr="var(--primaryBlue)",GradientType=0 );
  -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.25);
  color: #fff;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}

a.call-to-action:hover,
a.cta-button:hover {
  background: #367aae;
}

a.call-to-action:active,
a.cta-button:active {
  background: var(--primaryBlue);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, var(--primaryBlue)), color-stop(60%, #367aae));
  background: linear-gradient(to bottom, var(--primaryBlue) 10%, #367aae 60%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="var(--primaryBlue)", endColorstr="#367aae",GradientType=0 );
}

a.call-to-action.pricelist {
  margin-right: 5px;
}

a.call-to-action.request {
  margin-left: 5px;
}

.call-to-actions-sub {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}

.call-to-actions-sub a {
  font-size: 1.1em;
}

.call-to-actions-sub-news {
  padding-top: 40px;
  margin-top: 20px;
  border-top: 1px solid #cccccc;
  padding-bottom: 30px;
  margin-bottom: 0;
  background: #eee;
}

.call-to-actions-sub-news .cta-button,
.call-to-actions-sub-news .cta-link {
  margin-bottom: 10px;
}

/* Verknüpfte Produkte */
article.news .call-to-actions-sub-news + .news-products {
  margin-top: 0;
  padding-top: 34px;
}

/* Bildgallerie */
.call-to-actions-sub-news + aside > .gallery > .gallery-header {
  padding-top: 20px;
  border-top: 1px solid #cccccc;
}

/* News */
article.news .call-to-actions-sub-news + .related-news-container {
  margin-top: 0;
  padding-top: 34px;
}

a.cta-link {
  display: inline-block;
  padding: 5px 5px;
}

a.cta-button--small {
  font-size: 1em;
}

a.cta-button--gray {
  background: -webkit-gradient(linear, left top, left bottom, from(#cecece), color-stop(55%, var(--gray)));
  background: linear-gradient(to bottom, #cecece 0%, var(--gray) 55%);
}

a.cta-button--gray:hover {
  background: #367aae;
}

a.cta-link--gray {
  color: var(--gray);
}

a.cta-link--gray:hover {
  color: #367aae;
}

a.cta-button--green {
  background: -webkit-gradient(linear, left top, left bottom, from(#a5dc71), color-stop(55%, var(--green)));
  background: linear-gradient(to bottom, #a5dc71 0%, var(--green) 55%);
}

a.cta-button--green:hover {
  background: #a5dc71;
}

a.cta-link--green {
  color: var(--green);
}

a.cta-link--green:hover {
  color: #a5dc71;
}

a.cta-button--red {
  background: -webkit-gradient(linear, left top, left bottom, from(#e1445b), color-stop(55%, var(--red)));
  background: linear-gradient(to bottom, #e1445b 0%, var(--red) 55%);
}

a.cta-button--red:hover {
  background: #e1445b;
}

a.cta-link--red {
  color: var(--red);
}

a.cta-link--red:hover {
  color: #e1445b;
}

a.cta-button--orange {
  background: -webkit-gradient(linear, left top, left bottom, from(#fca447), color-stop(55%, var(--orange)));
  background: linear-gradient(to bottom, #fca447 0%, var(--orange) 55%);
}

a.cta-button--orange:hover {
  background: #fca447;
}

a.cta-link--orange {
  color: var(--orange);
}

a.cta-link--orange:hover {
  color: #fca447;
}

a.cta-button--purple {
  background: -webkit-gradient(linear, left top, left bottom, from(#b966a1), color-stop(55%, var(--purple)));
  background: linear-gradient(to bottom, #b966a1 0%, var(--purple) 55%);
}

a.cta-button--purple:hover {
  background: #b966a1;
}

a.cta-link--purple {
  color: var(--purple);
}

a.cta-link--purple:hover {
  color: #b966a1;
}

a.cta-button--cyan {
  background: -webkit-gradient(linear, left top, left bottom, from(#29c3de), color-stop(55%, var(--cyan)));
  background: linear-gradient(to bottom, #29c3de 0%, var(--cyan) 55%);
}

a.cta-button--cyan:hover {
  background: #29c3de;
}

a.cta-link--cyan {
  color: var(--cyan);
}

a.cta-link--cyan:hover {
  color: #29c3de;
}

a.cta-button--darkblue {
  background: -webkit-gradient(linear, left top, left bottom, from(#143056), color-stop(55%, var(--secondaryBlue)));
  background: linear-gradient(to bottom, #143056 0%, var(--secondaryBlue) 55%);
}

a.cta-button--darkblue:hover {
  background: #143056;
}

a.cta-link--darkblue {
  color: var(--secondaryBlue);
}

a.cta-link--darkblue:hover {
  color: #143056;
}

.product-details {
  margin-top: 30px;
}

.tab-header {
  margin: 0px;
  padding: 0px;
  list-style: none;
  border-bottom: 1px solid #ccc;
}

.tab-header li {
  display: inline-block;
  padding: 5px 12px;
  padding-bottom: 4px;
  margin-right: 5px;
  border: 1px solid #ccc;
  border-bottom: 0px;
  -webkit-box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.1) inset;
}

.tab-header li a {
  color: inherit;
  text-decoration: none;
}

.tab-header li.open {
  border-top: 2px solid var(--primaryBlue);
  padding-top: 4px;
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.tab-content-container {
  border: 1px solid #ccc;
  border-top: 0px;
  padding: 20px;
}

.tab-content {
  overflow: hidden;
}

.tab-content.news-container {
  padding-top: 20px;
}

.tab-content h2 {
  font-size: 1.3em;
}

.tab-content.text-content img {
  max-width: 100% !important;
  height: auto !important;
}

.tab-content ul {
  padding-left: 20px;
}

.tab-content ul li {
  margin-bottom: 5px;
}

.tab-content ul li.pdf {
  list-style: url(../img/icons/pdf.png);
}

.tabular-data {
  width: 100%;
}

.tabular-data th {
  text-align: left;
  padding: 0px 20px 0px 0px;
  vertical-align: top;
}

.tabular-data th,
.tabular-data td {
  padding: 5px 2px;
  vertical-align: top;
}

.tabular-data .section {
  font-weight: bold;
  color: #125597;
  border-bottom: 1px solid #5d5d5d;
  padding-top: 10px;
}

/* News */
.pinned-news-container {
  --newsBildWidth: 150px;
  --logoWidth: 100px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  grid-gap: 40px;
  padding-bottom: 30px;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 30px;
}

.pinned-news-container.single {
  --newsBildWidth: 200px;
  display: grid;
  grid-template-columns: 1fr;
}

@media only screen and (max-width: 900px) {
  .pinned-news-container {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 400px) {
  .pinned-news-container,
.pinned-news-container.single {
    --newsBildWidth: 100px;
    --logoWidth: 100px ;
  }
}
.pinned-news-container article {
  display: grid;
  grid-template-columns: var(--newsBildWidth) 1fr;
  grid-gap: 20px;
  position: relative;
}

.pinned-news-container .news-bild {
  width: var(--newsBildWidth);
  height: auto;
}

.pinned-news-container .hersteller-logo {
  position: absolute;
  top: 0;
  right: 0;
  width: var(--logoWidth);
  height: auto;
}

.pinned-news-container h1 {
  margin: 0 0 10px;
  font-size: 1.5em;
}

.pinned-news-container.single h1 {
  font-size: 1.65em;
}

.pinned-news-container .date {
  display: block;
  margin-bottom: 5px;
}

.pinned-news-container .preview h2 {
  font-size: 1.1em;
}

.news-bereiche-container {
  position: relative;
  --leftBlockWidth: 20px;
  --colorBlockWidth: 65%;
  --introMinWidth: 360px;
  --introTextSize: 2.5em;
  --containerPaddingBottom: 30px;
  padding-bottom: var(--containerPaddingBottom);
  border-bottom: 1px dotted #ccc;
  margin-bottom: 30px;
}

.news-bereiche-container .intro {
  position: absolute;
  left: var(--leftBlockWidth);
  top: 0;
  bottom: var(--containerPaddingBottom);
  width: calc(100% - var(--colorBlockWidth) - var(--leftBlockWidth) - 40px);
  min-width: calc(var(--introMinWidth) - 40px);
  font-size: var(--introTextSize);
  padding: 20px;
  z-index: 2;
  margin: 0;
  color: #011f45;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.news-bereiche-container .bereiche-list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  --color: var(--primaryBlue);
  z-index: 1;
}

.news-bereiche-container .bereiche-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}

.news-bereiche-container .bereiche-list li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: var(--leftBlockWidth);
  background: var(--color);
}

.news-bereiche-container .bereiche-list a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  font-size: 1.25em;
  background: var(--color);
  padding: 10px;
  width: calc(var(--colorBlockWidth) - 20px);
  max-width: calc(100% - var(--introMinWidth) - var(--leftBlockWidth) - 20px);
}

.news-bereiche-container .bereiche-list a .arrow {
  display: inline-block;
  padding-left: 10px;
  line-height: inherit;
  font-size: 1.25em;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}

.news-bereiche-container .bereiche-list a:hover .arrow {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

@media only screen and (max-width: 900px) {
  .news-bereiche-container {
    --introMinWidth: 200px;
    --introTextSize: 1.75em;
  }
}
@media only screen and (max-width: 700px) {
  .news-bereiche-container .intro {
    font-size: 1.25em;
    position: relative;
    display: block;
    padding: 0;
    max-width: none;
    width: auto;
    left: auto;
    margin-bottom: 10px;
  }

  .news-bereiche-container .intro br {
    display: none;
  }

  .news-bereiche-container .bereiche-list li::before {
    display: none;
  }

  .news-bereiche-container .bereiche-list a {
    width: calc(100% - 20px);
    max-width: 100%;
  }
}
.news-title {
  margin-bottom: 25px;
}

.news-container article {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #ccc;
}

.news-container article:last-child {
  border: none;
}

.news-container article h1 {
  margin: 0;
  font-size: 1.2em;
}

.news-container article img {
  max-width: 100px;
  max-height: 100px;
  float: left;
  margin-right: 15px;
}

.news-container article .product-container img {
  max-width: none;
  max-height: none;
  float: none;
  margin-right: 0;
}

.news-container article img.hersteller-logo {
  float: right;
}

.news-container.new-products .article {
  margin-right: 15px;
}

.news-container.new-products .article-person-container {
  display: grid;
  grid-template-columns: 1fr auto;
}

.news-container.new-products .article-person-container .person .picture {
  max-height: none;
}

.news-container.new-products .article-person-container .product-container {
  margin-top: 20px;
}

article.news header h1 {
  margin-bottom: 0px;
}

article.news header img.hersteller-logo {
  float: right;
  max-width: 150px;
  max-height: 100px;
  margin-left: 15px;
}

article.news .news-bereich-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-bottom: 10px;
}

@media only screen and (max-width: 849px) {
  article.news .news-bereich-container {
    display: none;
  }
}
article.news .news-bereich-container a {
  --color: var(--primaryBlue);
  display: inline-block;
  padding: 4px 6px;
  background: var(--color);
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.95em;
  text-transform: uppercase;
}

article.news .article-content {
  margin-top: 20px;
}

article.news .article-content > p:first-of-type {
  margin-top: 0px;
}

article.news .article-content *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
  font-size: 14px;
  line-height: 22px;
}

article.news .article-content img {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
  max-width: 100%;
  height: auto !important;
}

article.news .article-content iframe[align=left] {
  margin-right: 10px;
}

article.news .article-content iframe[align=right] {
  margin-left: 10px;
}

article.news .product {
  border-bottom: 1px dotted #cccccc;
}

article.news .product:last-child {
  border-bottom: 0px;
}

article.news h2 {
  margin-top: 0px;
}

article.news .news-products {
  padding-top: 10px;
  margin-top: 15px;
  border-top: 1px solid #cccccc;
}

article.news .news-products h2 {
  margin-bottom: 5px;
}

article.news .related-news-container {
  padding-top: 25px;
  margin-top: 25px;
  border-top: 1px solid #cccccc;
}

article.news .article-content ul:not([class]) {
  padding: 0;
  position: relative;
  left: 40px;
}

@media only screen and (max-width: 849px) {
  article.news .article-content img {
    max-width: 40%;
  }
}
@media only screen and (max-width: 499px) {
  article.news .article-content img:first-child {
    float: none !important;
    display: block;
    width: 100% !important;
    height: auto !important;
    max-width: 100%;
    margin: 10px 0 !important;
    padding: 0 !important;
  }
}
/* Home */
.home-container {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-top: 1px dotted #707070;
}

.home-container .row-container,
.home-container .header-row-container {
  display: table-row;
  width: 100%;
}

.home-container .row-container:nth-child(odd) {
  background-color: #F5FAFF;
  background-color: #eee;
}

.home-container .row-container .cell {
  display: table-cell;
  position: relative;
  padding-bottom: 35px;
  width: 33.33%;
  border-bottom: 1px dotted #707070;
}

.home-container .header-row-container .cell {
  width: 100%;
}

.home-container .row-container .cell.center:before,
.home-container .row-container .cell.center:after {
  content: " ";
  display: block;
  position: absolute;
  top: 10px;
  bottom: 10px;
  width: 0px;
}

.home-container .row-container .cell.center:before {
  left: 0px;
  border-left: 1px dotted #707070;
}

.home-container .row-container .cell.center:after {
  right: 0px;
  border-right: 1px dotted #707070;
}

.home-container .row-container .cell .inner-cell {
  margin: 10px 0px;
  padding: 0px 20px;
  min-height: 100px;
}

.home-container .row-container strong {
  font-size: 1.6em;
  display: block;
  margin-bottom: 10px;
}

.home-container .row-container strong .highlight {
  color: var(--primaryBlue);
  font-weight: 600;
}

.home-container .row-container .image {
  float: right;
  width: 100px;
  height: 100px;
  margin-left: 10px;
}

.home-container .row-container .cell img {
  width: 100px;
  height: 100px;
}

.home-container .row-container .cell .text {
  overflow: hidden;
}

.home-container .row-container .bottom {
  position: absolute;
  bottom: 10px;
  left: 20px;
  right: 20px;
  height: 25px;
  line-height: 25px;
}

.home-container .row-container .bottom a {
  text-decoration: none;
}

.home-news-container {
  margin-top: 50px;
}

.home-news-container .pinned-news-container {
  padding-bottom: 0;
  border-bottom: none;
}

.home-news-container .more-link {
  text-align: right;
}

.home-news-container .more-link a {
  font-size: 16px;
  text-decoration: none;
}

.home-news-container--magazines {
  border-top: 1px dotted #707070;
  margin-top: 25px;
  padding-top: 25px;
}

/* Aktionen */
#aktionen .price-tag {
  position: absolute;
  right: 0;
  top: 20px;
}

#aktionen .product {
  margin-top: 15px;
  text-align: center;
}

#aktionen .product > a {
  text-decoration: none;
}

#aktionen .product .image {
  display: block;
}

#aktionen .product .product-cta {
  margin-top: 10px;
}

#aktionen .product .product-cta .call-to-action {
  font-size: 1em;
}

#aktionen .product .product-price-old {
  margin-bottom: 10px;
}

#aktionen .aktionen-list article h1 {
  font-size: 1.7em;
}

#aktionen .news-container article img {
  float: none;
}

/* Aktion */
#aktion h2 {
  margin-top: 1.2em;
}

#aktion .error {
  color: #ae3636;
  padding: 2px;
  font-weight: bold;
  font-size: 1.2em;
}

#aktion .head {
  font-size: 1.5em;
  background-color: var(--primaryBlue);
  padding: 20px;
  color: #FFFFFF;
}

#aktion .head h1 {
  color: inherit;
  margin: 0px;
}

#aktion .head p {
  margin: 5px 0px;
}

#aktion form.aktion .infos ul {
  padding-left: 13px;
}

#aktion form.aktion .button.confirm {
  padding-top: 20px;
  margin-top: 20px;
  text-align: left;
  border-top: 1px dotted #CCC;
}

#aktion form.aktion article {
  position: relative;
  white-space: nowrap;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #CCC;
  clear: both;
}

#aktion form.aktion article:first-of-type {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px dotted #CCC;
}

#aktion form.aktion article .col {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: normal;
}

#aktion form.aktion article .col.col1 {
  width: 50%;
}

#aktion form.aktion article .col.col2 {
  width: 25%;
  text-align: center;
}

#aktion form.aktion article .col.col3 {
  width: 25%;
  text-align: right;
  padding-right: 15px;
}

#aktion form.aktion article .col.col3 .pic {
  width: 100%;
}

#aktion form.aktion article .col.col3 .pic img {
  max-width: 100%;
  height: auto;
}

#aktion form.aktion article .col.col3 .link {
  text-align: center;
}

#aktion form.aktion article .order {
  padding-top: 10px;
}

#aktion form.aktion article .preisAlt {
  float: right;
  font-weight: bold;
  padding-top: 5px;
}

#aktion form.aktion .order-form .col.col1 {
  margin-right: 20px;
}

#aktion form.aktion .order-form h2 {
  font-size: 1.8em;
}

#aktion form.aktion .order-form .infos {
  margin-top: 10px;
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #CCC;
}

#aktion form.aktion table {
  width: 100%;
}

#aktion form.aktion table thead th {
  background-color: #E6E6E6;
}

#aktion form.aktion table thead th, #aktion form.aktion table tbody td {
  padding: 5px;
  border: 1px solid #CCC;
}

#aktion form.aktion table tbody td.preis, #aktion form.aktion table tbody td.menge {
  text-align: center;
}

#aktion form.aktion table tbody td.preis-ges {
  text-align: right;
  font-weight: bold;
}

#aktion form.aktion .daten {
  line-height: 1.6em;
  font-size: 1.1em;
}

#aktion form.aktion .daten label {
  color: #005698;
}

@media only screen and (max-width: 749px) {
  #aktion form.aktion article .preis {
    font-size: 2em;
  }
}
@media only screen and (max-width: 649px) {
  #aktion form.aktion article .col.col1 {
    width: 70%;
    margin-right: 5%;
  }

  #aktion form.aktion article .col.col3 {
    display: block;
    float: right;
    width: 20%;
  }

  #aktion form.aktion article .order {
    position: absolute;
    bottom: 20px;
    left: 0px;
  }
}
@media only screen and (max-width: 499px) {
  #aktion form.aktion article .col.col1 {
    width: 100%;
    margin-right: 0;
    padding-bottom: 10px;
  }

  #aktion form.aktion article .col.col2 {
    display: block;
    float: left;
  }

  #aktion form.aktion article .col.col3 {
    width: 40%;
  }

  #aktion form.aktion article .order {
    position: relative;
    bottom: auto;
    left: auto;
    clear: both;
    white-space: normal;
    line-height: 2.2em;
  }
}
/** Magazine **/
.magazines-list article > a > img {
  float: left;
  margin-right: 10px;
}

.magazines-list article h1 {
  margin: 0;
  font-size: 1.4em;
}

.magazines-list article .cta-button {
  margin-top: 3px;
  margin-bottom: 3px;
}

.magazines-list article:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #ccc;
}

#lightbox {
  position: fixed;
  top: 0px;
  left: 0px;
  /*right:0px;
  bottom:0px;*/
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 99999;
}

#lightbox .image-container {
  position: absolute;
  /*width:90%;
  height:90%;
  top:5%;
  left:5%;*/
  top: 78px;
  left: 78px;
  bottom: 78px;
  right: 78px;
  text-align: center;
}

#lightbox .image-container img {
  max-width: 100%;
  max-height: 100%;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  background-color: #FFF;
  background-image: url(../img/image_loader.gif);
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 64px;
  min-width: 64px;
}

#lightbox .close {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  width: 24px;
  height: 24px;
  background-image: url(../img/icons/close.png);
  background-size: 24px 24px;
}

#lightbox .arrow {
  position: absolute;
  width: 48px;
  height: 48px;
  background-size: 48px 48px;
  cursor: pointer;
  top: 50%;
  margin-top: -24px;
}

#lightbox .arrow.left {
  background-image: url(../img/icons/arrow-left.png);
  left: 15px;
}

#lightbox .arrow.right {
  background-image: url(../img/icons/arrow-right.png);
  right: 15px;
}

/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}

@media only screen and (max-width: 1219px) {
  /* Navigation */
  /*header.main form.search {
  	display:block;
  	width:auto;
  	text-align:center;
  	margin-top:20px;
  }*/
  header.main .breadcrumbs-bar {
    min-height: 20px;
    height: auto;
  }

  header.main .breadcrumbs-bar > :last-child:after {
    content: " ";
    display: block;
    clear: both;
  }

  .content-container.has-sidebar {
    width: 100%;
    margin-right: 0px;
    display: block;
  }

  .category-person-container .categories {
    display: inline-block;
    width: calc(100% - 235px);
    margin-right: 35px;
  }

  .category-person-container .person {
    display: inline-block;
    width: 200px;
    margin-top: 0px;
  }

  /* product page */
  .product-description {
    width: auto;
    width: calc(100% - 330px);
  }

  .sidebar {
    width: 100%;
    display: block;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1000px) {
  .manufacturer-list .manufacturer {
    width: 25%;
  }
}
@media only screen and (max-width: 899px) {
  .category-person-container .categories {
    display: block;
    width: auto;
    margin-right: 0px;
  }

  .category-person-container .person {
    display: block;
    width: auto;
    margin-top: 20px;
  }

  #banner .prev,
#banner .next {
    margin-top: -40px;
    height: 80px;
    width: 20px;
    background-size: 40px 80px;
  }

  #banner .prev {
    background-position: -20px 0px;
  }

  .home-container .row-container .image {
    float: none;
    width: 100%;
    max-width: 100px;
    height: auto;
    margin: 0px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 799px) {
  /* product page */
  .product-images {
    margin: auto;
    display: block;
  }

  .product-description {
    display: block;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .product-description .eol > * {
    font-size: 1.5em;
  }

  #lightbox .image-container {
    top: 40px;
    left: 40px;
    bottom: 40px;
    right: 40px;
  }

  #lightbox .arrow.left {
    left: -4px;
  }

  #lightbox .arrow.right {
    right: -4px;
  }

  .manufacturer-list .manufacturer {
    width: 25%;
  }

  /* Home */
  .home-container {
    display: block;
  }

  .home-container .row-container,
.home-container .header-row-container {
    display: block;
  }

  .home-container .row-container .cell {
    display: block;
    width: 100%;
    padding-bottom: 0px;
  }

  .home-container .row-container .image {
    float: left;
    width: 100px;
    height: 100px;
    margin: 0px;
    margin-right: 10px;
  }

  .home-container .row-container .cell.center:before,
.home-container .row-container .cell.center:after {
    display: none;
  }

  .home-container .row-container .bottom {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    clear: both;
    text-align: right;
  }

  .home-container .row-container.highlighted,
.home-container .row-container:nth-child(odd) {
    background-color: transparent;
  }

  .home-container .row-container:nth-child(odd) .cell:nth-child(odd),
.home-container .row-container:nth-child(even) .cell:nth-child(even) {
    background-color: #eee;
  }

  .home-container .row-container .cell .inner-cell {
    margin: 0px;
    padding: 10px 20px;
  }

  /* products */
  .categories > ul > li {
    width: 50%;
    margin-bottom: 15px;
  }

  category-person-container .categories {
    line-height: 1.9em;
  }

  .manufacturer-list .manufacturer {
    width: 33.33%;
  }
}
@media only screen and (max-width: 550px) {
  .categories > ul > li {
    display: block;
    width: auto;
    margin-bottom: 20px;
  }

  .manufacturer-list .manufacturer {
    width: 33.33%;
  }

  .product-description-content {
    width: auto;
    margin-right: 0px;
    display: block;
  }

  .product-description-logo {
    width: auto;
    display: block;
  }

  .product-description .eol > * {
    font-size: 1.3em;
  }

  .manufacturer-list .manufacturer {
    width: 50%;
  }

  .manufacturer-logo img {
    max-width: 110px;
  }
}
@media only screen and (max-width: 399px) {
  .product-description .eol {
    display: block;
  }

  .product-description .eol > * {
    display: block;
    text-align: center;
    margin: 0px 0px 5px 0px;
  }

  .product-description .eol > span:nth-child(2) {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    line-height: 1em;
  }

  .manufacturer-list .manufacturer {
    width: 50%;
  }

  .manufacturer-logo img {
    max-width: 80px;
  }

  .call-to-action-container .call-to-action {
    display: block;
    margin: 20px 0px;
  }

  .call-to-action-container .pricelist {
    margin-bottom: 5px;
  }

  .call-to-action-container .request {
    margin-top: 5px;
  }

  .home-container .row-container .image {
    width: auto;
    max-width: auto;
    display: block;
    margin: 15px 0px;
    float: none;
    text-align: center;
  }
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }
}
.no-padding {
  padding: 0 !important;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4 {
  color: #10498a;
}

.h1,
.h2,
.h3,
.h4 {
  font-size: 2em;
  margin: 0.67em 0;
}

h1.titlelink,
h2.titlelink,
h3.titlelink,
h4.titlelink {
  display: inline-block;
  margin-right: 10px;
}

small.titlelink {
  vertical-align: baseline;
  font-weight: 700;
}

h1.titlelink + small.titlelink {
  line-height: 2em;
  font-size: 1.3em;
}

h2.titlelink + small.titlelink {
  line-height: 1.5em;
  font-size: 1.2em;
}

.h-underlined {
  border-bottom: 1px solid #e6e6e6;
}

h1 + .subline {
  margin-top: -20px;
  margin-bottom: 15px;
}

h4 + .subline {
  margin-top: -15px;
  margin-bottom: 15px;
}

.label .top {
  display: block;
}

small.label {
  font-size: 0.9em;
}

.label + ul {
  margin-top: 3px;
}

ul.unstyled {
  list-style-type: none;
  padding-left: 0;
}

ul.square {
  list-style-type: square;
}

ul.no-padding {
  list-style-position: inside;
}

.sidebar {
  width: 200px;
  display: inline-block;
  vertical-align: top;
}
.sidebar .card {
  margin-bottom: 20px;
}
.sidebar .card > .title {
  background-color: #10498a;
  background: -webkit-gradient(linear, left top, left bottom, from(#367aae), color-stop(55%, #005698));
  background: linear-gradient(to bottom, #367aae 0%, #005698 55%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#367aae", endColorstr="#005698",GradientType=0 );
  color: #fff;
  padding: 6px;
}
.sidebar .card > .content {
  border: 1px solid #ccc;
  border-top: none;
  padding: 10px;
}
.sidebar .card > .content img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.sidebar .card > .content p:first-of-type {
  margin-top: 0px;
}
.sidebar .card > .content p:last-of-type {
  margin-bottom: 0px;
}
.sidebar .card.grey > .title {
  background: #cecece;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#cecece), color-stop(55%, #b5b5b5));
  background: linear-gradient(to bottom, #cecece 0%, #b5b5b5 55%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#cecece", endColorstr="#b5b5b5",GradientType=0 );
  /* IE6-9 */
}
.sidebar .card.news .content article {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  color: #8c8c8c;
}
.sidebar .card.news .content article:last-of-type {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: 0px;
}
.sidebar .card.news .content article img {
  max-width: 60%;
  position: relative;
  display: block;
  margin: 10px auto 10px auto;
}
.sidebar .card.news .content article h1 {
  margin: 0px 0px 5px 0px;
  font-size: 1.2em;
  font-weight: normal;
  text-align: center;
}
.sidebar .card.news .content article h1 a {
  text-decoration: none;
}
.sidebar .card.news .content article a.call-to-action {
  position: relative;
  display: block;
  font-size: 1.05em;
  margin-top: 10px;
  text-align: center;
  padding: 3px;
}
.sidebar .card.news .content article a.show-more {
  position: relative;
  display: block;
  font-size: 1em;
  margin-top: 10px;
  margin-right: 5px;
  text-align: right;
}
.sidebar .person .content {
  border: none;
  background-image: url(../img/person-background.png);
  background-size: cover;
  color: #10498a;
}
.sidebar .person .picture {
  float: left;
  width: 90px;
  margin-right: 10px;
  margin-bottom: 10px;
  height: auto;
}
.sidebar .person .position {
  display: block;
  margin-top: 10px;
}
.sidebar .person .name {
  display: block;
  font-size: 14px;
  margin: 6px 0px;
}
.sidebar .person ul.contact {
  list-style: none;
  margin: 0px;
  padding: 0px;
  clear: both;
}
.sidebar .person ul.contact li {
  margin-bottom: 2px;
  font-size: 11px;
}
@media only screen and (min-width: 1220px) {
  .sidebar .person ul.contact li.long {
    font-size: 10px;
  }
}
.sidebar .person ul.contact li:last-child {
  margin-bottom: 0px;
}
.sidebar .person a:link,
.sidebar .person a:visited,
.sidebar .person a:active {
  color: inherit;
  text-decoration: none;
  font-weight: bold;
}
.sidebar ul {
  margin: 0px;
  padding-left: 15px;
  list-style: square;
}
.sidebar ul li {
  padding-bottom: 4px;
}
.sidebar form input {
  padding: 1px 3px;
  margin: 0px;
  width: calc(100% - 43px);
  border: 1px solid #abadb3;
  background: #fff;
}
.sidebar form .collapsed {
  display: none;
}
.sidebar form .collapsed input {
  margin-top: 5px;
  width: calc(100% - 8px);
}
.sidebar form button {
  margin: 0px;
  height: 21px;
  padding: 0px 6px;
  width: 35px;
  border: 1px solid #abadb3;
  background-color: #e6e6e6;
  border-left: none;
}
.sidebar p.notif.red {
  color: #e9411a;
  margin: 10px 0px 0px;
}
.sidebar p.notif.red a {
  color: #d52902;
}
.sidebar p.notif.green {
  color: #73a900;
  margin: 10px 0px 0px;
}
.sidebar p.notif.green a {
  color: #9eb600;
}

.footer {
  margin-top: 30px;
  background-color: #727272;
  color: #ccc;
  padding: 15px 0;
  font-size: 12px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) inset;
}
.footer .column-container {
  margin: 10px 0;
  padding: 10px 0;
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
  display: grid;
  grid-gap: 20px;
}
@media only screen and (max-width: 899px) {
  .footer .column-container {
    display: block;
  }
}
@media only screen and (max-width: 899px) {
  .footer .column-container .column {
    text-align: center;
    margin-bottom: 15px;
  }
}
.footer:not(.with-info) .column-container {
  grid-template-columns: 1.5fr 1.5fr 1.5fr 1fr;
}
.footer.with-info .column-container {
  grid-template-columns: 1fr 1fr 1fr 1fr 0.85fr;
}
.footer .header {
  display: block;
}
.footer .header:not(:first-child) {
  margin-top: 10px;
}
.footer a:link, .footer a:visited, .footer a:active, .footer a:hover {
  color: inherit;
  text-decoration: none;
}
.footer ul {
  list-style: none;
  margin: 0;
  margin-top: 10px;
  padding: 0;
}
.footer ul li {
  line-height: 20px;
  vertical-align: middle;
}
.footer ul.social li {
  margin-bottom: 4px;
  line-height: 16px;
  vertical-align: middle;
}
.footer ul.social li img {
  height: 16px;
  width: auto;
  vertical-align: middle;
  margin-right: 4px;
}
.footer .info a, .footer .info img {
  display: block;
}
@media only screen and (max-width: 899px) {
  .footer .info a, .footer .info img {
    margin: auto;
  }
}
.footer .info img {
  width: 100%;
  height: auto;
  margin-top: 10px;
}

.person-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /**
   * Desktop only
   */
}
.person-card__pic {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.person-card__pic img {
  width: 200px;
  height: auto;
  max-width: 25vw;
}
.person-card__info {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.person-card__info-container {
  padding: 0 20px;
}
.person-card__v-card-container {
  margin-bottom: 15px;
}
.person-card__v-card-link {
  position: relative;
}
.person-card__v-card-link.cta-button {
  padding-left: calc(2em + 15px);
}
.person-card__v-card-link::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: calc(50% - 1.3em);
  left: 10px;
  height: 2em;
  width: 2em;
  background-image: url("/img/icons/vcard.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.person-card--small h1 {
  font-size: 1.3em;
}
.person-card--small .person-card__pic img {
  width: 100px;
}
@media screen and (min-width: 800px) {
  .person-card__info {
    position: relative;
  }
  .person-card__info-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: grid;
    grid-template-rows: -webkit-min-content -webkit-min-content -webkit-min-content;
    grid-template-rows: min-content min-content min-content;
  }
  .person-card__responsibilities {
    min-height: 0;
    display: grid;
    grid-template-rows: auto 1fr;
  }
  .person-card__responsibilities__list {
    min-height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .person-card__responsibilities__list > li {
    margin-right: 30px;
  }
  .person-card__responsibilities__list {
    margin-bottom: 0;
  }
  .person-card--small .person-card__info-container {
    grid-template-rows: -webkit-min-content -webkit-min-content auto;
    grid-template-rows: min-content min-content auto;
    grid-template-columns: auto 1fr;
  }
  .person-card--small .subline, .person-card--small .person-card__contact {
    grid-column: 1;
  }
  .person-card--small .person-card__responsibilities {
    grid-column: 2;
    grid-row: 3;
    padding-left: 30px;
  }
  .person-card--small .person-card__link-show-more {
    grid-row: 1;
    grid-column: 2;
    justify-self: end;
  }
}

.product-container .product {
  position: relative;
}
.product-container .product .remember-me {
  position: absolute;
  cursor: pointer;
  display: none;
}
.product-container .product:hover .remember-me {
  display: block;
}
.product-container .product .remember-me:hover {
  color: #10498A;
}
.product-container .product .remember-me.saved {
  width: 16px;
  height: 16px;
  background-image: url(../img/saved.png);
  background-size: 16px 16px;
  display: block;
}
.product-container .product .remember-me.saving {
  width: 16px;
  height: 16px;
  background-image: url(../img/ajax_loader_mini.gif);
  background-size: 16px 16px;
  display: block;
}
.product-container .product .eol,
.product-container .product .top,
.product-container .product .hot,
.product-container .product .new {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 49px;
  height: 49px;
}
.product-container .product .top {
  background-image: url(../img/flag-top.png);
}
.product-container .product .hot {
  background-image: url(../img/flag-hot.png);
}
.product-container .product .new {
  background-image: url(../img/flag-new.png);
}
.product-container .product.eol .image-container .image > img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.6;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
@media only screen and (min-width: 800px) {
  .product-container.grid {
    /** Grid Default **/
    /** Grid 100 **/
  }
  .product-container.grid .product {
    width: 20%;
    padding: 10px 0px;
    display: inline-block;
    min-height: 200px;
    vertical-align: top;
    /** EOL **/
  }
  .product-container.grid .product .image-container {
    display: block;
    margin: 0px 20px;
  }
  .product-container.grid .product .image-container .image > img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  .product-container.grid .product .title {
    font-weight: 600;
    text-decoration: none;
  }
  .product-container.grid .product .description {
    margin: 10px 20px;
  }
  .product-container.grid .product .remember-me {
    top: 10px;
    right: 20px;
  }
  .product-container.grid .product.eol .image-container .image {
    position: relative;
  }
  .product-container.grid .product.eol .image-container .image > .layer {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 25%;
    text-align: center;
  }
  .product-container.grid .product.eol .image-container .image > .layer > span {
    display: inline-block;
    margin-bottom: 3px;
    padding: 5px;
    background-color: rgba(114, 114, 114, 0.9);
    color: white;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.7);
  }
  .product-container.grid .product.eol .image-container .image:hover > img {
    opacity: 0.45;
  }
  .product-container.grid .product.eol .image-container .image > .layer > span.goto-successor {
    position: relative;
    background-color: rgba(16, 73, 138, 0.8);
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .product-container.grid .product.eol .image-container .image > .layer > span.goto-successor:hover {
    background-color: rgba(2, 30, 61, 0.9);
  }
  .product-container.grid .product.eol .image-container .image > .layer > span.goto-successor::after {
    content: "»";
    display: block;
    position: absolute;
    right: -10px;
    top: 0px;
    font-size: 1.7em;
    font-weight: bold;
    line-height: 1.25em;
    text-shadow: 0px 0px 5px black;
    opacity: 0;
    -webkit-transition: right 0.3s, opacity 0.3s;
    transition: right 0.3s, opacity 0.3s;
  }
  .product-container.grid .product.eol .image-container .image > .layer > span.goto-successor:hover::after {
    right: -15px;
    opacity: 1;
  }
  .product-container.grid .product.eol .image-container .image > .layer > span > a {
    color: white;
    text-decoration: none;
  }
  .product-container.grid.grid-100 .product {
    width: 100%;
  }
}
@media only screen and (max-width: 799px) {
  .product-container.grid .product {
    display: block;
    padding: 15px 10px;
    min-height: 50px;
    border-top: 1px solid #cccccc;
    /** EOL **/
  }
  .product-container.grid .product:first-child {
    border-top: none;
  }
  .product-container.grid .product .image-container {
    height: 50px;
  }
  .product-container.grid .product .image-container .image > img {
    height: 50px;
    width: auto;
    max-width: 100px;
    float: left;
    margin-right: 10px;
    overflow: hidden;
  }
  .product-container.grid .product .eol,
.product-container.grid .product .top,
.product-container.grid .product .hot,
.product-container.grid .product .new {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 30px;
    height: 30px;
    background-size: contain;
  }
  .product-container.grid .product .title {
    font-weight: 600;
    text-decoration: none;
  }
  .product-container.grid .product .description {
    margin: 10px;
    /* no margin in tab-content */
  }
  .tab-content .product-container.grid .product .description {
    margin: 0px;
  }

  .product-container.grid .product .remember-me {
    right: 10px;
    top: 10px;
  }
  .product-container.grid .product .attributes {
    margin: 0px;
    padding: 0px;
  }
  .product-container.grid .product .attributes dt {
    display: inline-block;
    margin-right: 3px;
  }
  .product-container.grid .product .attributes dd {
    display: inline-block;
    width: auto;
    margin: 0px;
    margin-right: 5px;
    font-weight: bold;
  }
  .product-container.grid .product .attributes dd:after {
    content: ",";
    font-weight: normal;
  }
  .product-container.grid .product .attributes dd:last-child:after {
    content: "";
  }
  .product-container.grid .product.eol .image-container .image > .layer > span:first-of-type {
    display: inline-block;
    padding: 2px 4px;
    margin-bottom: 2px;
    background-color: rgba(16, 73, 138, 0.8);
    color: white;
    font-size: 0.8em;
    text-transform: uppercase;
  }
  .product-container.grid .product.eol .image-container .image > .layer > span.goto-successor {
    display: inline-block;
    position: relative;
  }
  .product-container.grid .product.eol .image-container .image > .layer > span.goto-successor::before {
    content: "»";
    display: inline-block;
    color: #10498a;
    margin-left: 2px;
  }
}
.product-container.list .product {
  display: block;
  padding: 15px 10px;
  min-height: 50px;
  border-top: 1px solid #cccccc;
  /** EOL **/
}
.product-container.list .product:first-child {
  border-top: none;
}
.product-container.list .product .image-container {
  height: 50px;
}
.product-container.list .product .image-container .image > img {
  height: 50px;
  width: auto;
  max-width: 100px;
  float: left;
  margin-right: 10px;
  overflow: hidden;
}
.product-container.list .product .eol,
.product-container.list .product .top,
.product-container.list .product .hot,
.product-container.list .product .new {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 30px;
  height: 30px;
  background-size: contain;
}
.product-container.list .product .title {
  font-weight: 600;
  text-decoration: none;
}
.product-container.list .product .description {
  margin: 10px;
  /* no margin in tab-content */
}
.tab-content .product-container.list .product .description {
  margin: 0px;
}

.product-container.list .product .remember-me {
  right: 10px;
  top: 10px;
}
.product-container.list .product .attributes {
  margin: 0px;
  padding: 0px;
}
.product-container.list .product .attributes dt {
  display: inline-block;
  margin-right: 3px;
}
.product-container.list .product .attributes dd {
  display: inline-block;
  width: auto;
  margin: 0px;
  margin-right: 5px;
  font-weight: bold;
}
.product-container.list .product .attributes dd:after {
  content: ",";
  font-weight: normal;
}
.product-container.list .product .attributes dd:last-child:after {
  content: "";
}
.product-container.list .product.eol .image-container .image > .layer > span:first-of-type {
  display: inline-block;
  padding: 2px 4px;
  margin-bottom: 2px;
  background-color: rgba(16, 73, 138, 0.8);
  color: white;
  font-size: 0.8em;
  text-transform: uppercase;
}
.product-container.list .product.eol .image-container .image > .layer > span.goto-successor {
  display: inline-block;
  position: relative;
}
.product-container.list .product.eol .image-container .image > .layer > span.goto-successor::before {
  content: "»";
  display: inline-block;
  color: #10498a;
  margin-left: 2px;
}
.product-container.list + .product-container.list {
  border-top: 1px solid #cccccc;
}

.view-switch {
  height: 24px;
  text-align: right;
  margin-bottom: 20px;
}
@media only screen and (max-width: 799px) {
  .view-switch {
    display: none;
  }
}
.view-switch .list,
.view-switch .grid {
  width: 24px;
  height: 24px;
  background-size: 48px 48px;
  background-image: url(../img/icons/list-grid-view.png);
  cursor: pointer;
  display: inline-block;
}
.view-switch .list {
  background-position: bottom right;
}
.view-switch .list:hover, .view-switch .list.active {
  background-position: top right;
}
.view-switch .grid {
  background-position: bottom left;
  margin-right: 5px;
}
.view-switch .grid:hover, .view-switch .grid.active {
  background-position: top left;
}

/* Search / Suche */
.herstellerlisten-searchresult {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 20px;
  margin: 20px 0 20px;
  padding: 20px;
  background-color: #f5faff;
  border-radius: 5px;
}
@media only screen and (max-width: 550px) {
  .herstellerlisten-searchresult {
    display: block;
  }
}
.herstellerlisten-searchresult .content {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.herstellerlisten-searchresult .note {
  display: block;
  font-size: 1em;
  margin-top: -5px;
}
.herstellerlisten-searchresult .result-list {
  line-height: 2em;
  margin: 25px 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  list-style: square;
}
.herstellerlisten-searchresult .result-list .more {
  list-style: none;
  text-align: center;
  font-style: italic;
}
.herstellerlisten-searchresult .article-name {
  font-weight: bold;
}
.herstellerlisten-searchresult .article-number {
  font-style: italic;
}
.herstellerlisten-searchresult .sidebar .card {
  margin: 0;
}
.herstellerlisten-searchresult .cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.herstellerlisten-searchresult .cta .or {
  margin: 0 10px;
}
.herstellerlisten-searchresult .cta .ansprechperson-cta {
  font-size: 1.1em;
}
@media only screen and (max-width: 400px) {
  .herstellerlisten-searchresult .cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .herstellerlisten-searchresult .cta .or {
    margin: 10px 0;
  }
  .herstellerlisten-searchresult .cta .ansprechperson-cta {
    text-align: center;
  }
}

.search-result-person {
  background-color: #f5faff;
  padding: 15px;
  margin-bottom: 15px;
}
.search-result-person h4 {
  font-size: 1.1em;
}

.current-newsletter-frame-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#ScrollToTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 2rem;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: 2px solid var(--primaryBlue);
  border-radius: 4px;
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" %3F><svg fill="none" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M17.6568 8.96219L16.2393 10.3731L12.9843 7.10285L12.9706 20.7079L10.9706 20.7059L10.9843 7.13806L7.75404 10.3532L6.34314 8.93572L12.0132 3.29211L17.6568 8.96219Z" fill="%2310498a"/></svg>');
  background-size: 25px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: background-color 0.15s, opacity 0.25s;
  transition: background-color 0.15s, opacity 0.25s;
}
#ScrollToTop:hover {
  background-color: #e6e6e6;
}
#ScrollToTop.visible {
  opacity: 1;
  pointer-events: auto;
}

/** Team **/
.person-list {
  padding: 0px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.person-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 399px;
  flex: 0 1 399px;
  vertical-align: top;
  margin-bottom: 20px;
}
.person-list .person {
  display: grid;
  grid-template-columns: 33% auto;
  grid-template-rows: 1fr auto;
  gap: 0 10px;
  margin: 10px;
  width: 100%;
}
.person-list .person__pic {
  grid-row: 1/span 2;
}
.person-list .person__pic a, .person-list .person__pic img {
  display: block;
  width: 100%;
}
.person-list .person__main {
  grid-column: 2;
}
.person-list .person__footer {
  grid-row: 2;
  grid-column: 2;
}
.person-list .person strong {
  font-size: 1.25em;
  color: #10498a;
  display: block;
}
.person-list .person ul {
  list-style: none;
  margin: 10px 0px;
  padding-left: 0;
}
.person-list .person ul li.divider {
  margin-top: 10px;
}
.person-list .person ul li.social {
  margin-top: 10px;
  margin-right: 5px;
  display: inline-block;
}
.person-list .person .kat {
  margin-bottom: 10px;
}
.person-list .person__btn-profile {
  margin-bottom: 5px;
}

.team-profile {
  display: grid;
  grid-template-columns: [main] auto [sidebar] 200px;
  grid-template-rows: auto auto auto auto 1fr;
  gap: 30px 30px;
  /**
   * Mobile
   */
}
.team-profile .person-card {
  grid-row: 1/span 2;
}
.team-profile__tab-container {
  grid-column: main;
  grid-row: 3;
}
.team-profile__quote {
  grid-column: sidebar;
  grid-row: 1;
  text-align: center;
  font-size: 1.3em;
  font-style: italic;
  color: #10498a;
  background-image: url(../img/person-background.png);
  background-size: cover;
  padding: 10px;
  border-radius: 5px;
}
.team-profile__news_sidebar {
  grid-column: sidebar;
  grid-row: 2/span 4;
}
.team-profile__news_sidebar__list .product-sidebar__description {
  text-align: center;
}
.team-profile--without-quote .team-profile__news_sidebar {
  grid-row: 1/span 5;
}
.team-profile__custom-data__list--label-value p {
  margin-top: 3px;
}
.team-profile__manufacturer {
  grid-column: main;
  grid-row: 4;
}
.team-profile__manufacturer:not(:last-child) {
  border-bottom: 1px dotted #cccccc;
}
.team-profile .sidebar {
  width: auto;
  margin-top: 0;
}
@media screen and (max-width: 799px) {
  .team-profile {
    grid-template-columns: [main] auto;
    grid-template-rows: repeat(6, auto);
  }
  .team-profile .person-card {
    grid-row: 1;
  }
  .team-profile__quote {
    grid-row: 2;
    grid-column: 1;
  }
  .team-profile--without-quote .team-profile__news_sidebar, .team-profile__news_sidebar {
    grid-row: 4;
    grid-column: 1;
  }
  .team-profile--without-quote .team-profile__news_sidebar__list.grid .product, .team-profile__news_sidebar__list.grid .product {
    width: 50%;
  }
  .team-profile__manufacturer {
    grid-row: 5;
  }
}
@media screen and (max-width: 449px) {
  .team-profile__news_sidebar__list.grid .product {
    width: 100%;
  }
}
@media screen and (max-width: 349px) {
  .team-profile .person-card {
    display: block;
  }
  .team-profile__pic {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-bottom: 10px;
  }
  .team-profile__pic img {
    width: 100%;
    max-width: 100%;
  }
  .team-profile__info-container {
    padding: 0;
  }
}
/*# sourceMappingURL=main.css.map */
