.slide-navigation {
  box-shadow: 0 -0.125rem 0.25rem rgba(0, 0, 0, 0.075); }

/* =============== Top-Bar ===============  */
/* =============== Sidebar-Navigation ===============  */
/* =============== Pagination ===============  */
/* =============== Fixed Navigation ===============  */
/* =============== CategoryGrid ===============  */
/* =============== Slider ===============  */
html {
  -ms-content-zooming: none;
  -ms-touch-action: pan-x pan-y; }

body {
  background-color: #cdcbc6;
  font-family: "Ubuntu";
  font-size: 1.2rem; }

.darken:after {
  content: "";
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 76px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5); }

h2 {
  font-size: 20px; }

h3 {
  font-size: 16px; }

pre {
  background: #000;
  color: #fff;
  padding: 20px;
  display: inline-block; }

@media (max-height: 1080px) {
  @-ms-viewport {
    height: 1080px; } }
.fileNotFound {
  padding: 48px;
  width: 1000px;
  background: white;
  margin: 48px auto;
  border: 4px solid #2e8dbc;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .fileNotFound .sisi-btn {
    margin-top: 48px; }

@font-face {
  src: url("/fonts/Ubuntu-R.ttf");
  font-family: "Ubuntu"; }
@font-face {
  src: url("/fonts/Ubuntu-B.ttf");
  font-family: "Ubuntu";
  font-weight: bold; }
@font-face {
  src: url("/fonts/Ubuntu-L.ttf");
  font-family: "UbuntuLight"; }
@font-face {
  src: url("/fonts/Ubuntu-RI.ttf");
  font-family: "Ubuntu";
  font-style: italic; }
/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url("/fonts/open-sans-v15-latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Light"), local("OpenSans-Light"), url("/fonts/open-sans-v15-latin-300.woff2") format("woff2"), url("/fonts/open-sans-v15-latin-300.woff") format("woff"), url("/fonts/open-sans-v15-latin-300.ttf") format("truetype"); }
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/open-sans-v15-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("/fonts/open-sans-v15-latin-regular.woff2") format("woff2"), url("/fonts/open-sans-v15-latin-regular.woff") format("woff"), url("/fonts/open-sans-v15-latin-regular.ttf") format("truetype"); }
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url("/fonts/open-sans-v15-latin-600.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url("/fonts/open-sans-v15-latin-600.woff2") format("woff2"), url("/fonts/open-sans-v15-latin-600.woff") format("woff"), url("/fonts/open-sans-v15-latin-600.ttf") format("truetype"); }
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/open-sans-v15-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("/fonts/open-sans-v15-latin-700.woff2") format("woff2"), url("/fonts/open-sans-v15-latin-700.woff") format("woff"), url("/fonts/open-sans-v15-latin-700.ttf") format("truetype"); }
.topbar {
  position: fixed;
  width: 100%;
  height: 76px;
  background-color: #fff;
  padding: 0 38px;
  display: flex;
  justify-content: space-between;
  z-index: 1040; }
  .topbar .topbar-left {
    display: flex;
    align-items: center; }
    .topbar .topbar-left > .topbar-btn:nth-child(n+2) {
      margin-left: 20px; }
  .topbar .topbar-right {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    .topbar .topbar-right > .topbar-btn:nth-child(n+2) {
      margin-left: 20px; }
  .topbar .topbar-btn {
    background: #2e8dbc;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 46px;
    height: 46px;
    font-size: 24px;
    cursor: pointer; }
    .topbar .topbar-btn.inverted {
      background: white;
      color: #2e8dbc;
      font-size: 32px; }
    .topbar .topbar-btn.legal {
      background: lightgray;
      color: gray;
      display: none; }
    .topbar .topbar-btn.back-to-z, .topbar .topbar-btn.vertical-nav, .topbar .topbar-btn.back-to-start {
      display: none; }

.sidenav {
  background-color: #333230;
  position: fixed;
  width: 300px;
  bottom: 0;
  top: 76px;
  z-index: 9999;
  left: -300px;
  transition: left 500ms;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .sidenav ul {
    list-style: none;
    padding: 0; }
    .sidenav ul li {
      border-bottom: 1px solid #262624; }
      .sidenav ul li a {
        display: block;
        color: #fff;
        padding: 16px 16px; }
        .sidenav ul li a:hover {
          background-color: #2e8dbc;
          text-decoration: none; }

.showNavigation {
  left: 0;
  transition: left 500ms; }

.main-wrapper {
  height: 100%;
  padding-top: 76px; }

.main-grid {
  padding: 48px 80px;
  display: flex;
  flex-direction: column; }

.site-heading {
  display: flex;
  justify-content: space-between;
  align-items: baseline; }
  .site-heading div:first-child {
    color: #2e8dbc;
    font-size: 38px; }
    .site-heading div:first-child span {
      color: #606060;
      font-weight: bold; }
  .site-heading div:nth-child(2) {
    font-size: 20px;
    color: #606060; }
    .site-heading div:nth-child(2) span {
      color: #2e8dbc; }

.site-grid {
  flex: 1;
  display: flex;
  flex-direction: column; }
  .site-grid .grid-header {
    display: grid;
    margin-bottom: 10px; }
    .site-grid .grid-header > div {
      background: #2e8dbc;
      color: #fff;
      padding: 12px; }
  .site-grid .grid-content {
    flex: 1; }
    .site-grid .grid-content .grid-row {
      display: grid; }
      .site-grid .grid-content .grid-row > div {
        background: #fff;
        padding: 12px; }
    .site-grid .grid-content .name {
      color: #b40404;
      font-weight: 700; }
    .site-grid .grid-content .picture img {
      width: 100%; }
    .site-grid .grid-content .more {
      color: #666; }
      .site-grid .grid-content .more ul {
        margin: 0;
        padding: 0;
        list-style: none; }
        .site-grid .grid-content .more ul li {
          display: flex;
          justify-content: flex-start;
          align-items: center;
          border-bottom: 1px solid #666;
          padding: 5px 0;
          cursor: pointer; }
          .site-grid .grid-content .more ul li i:first-child {
            font-size: 0.5rem; }
          .site-grid .grid-content .more ul li i:last-child {
            color: #b40404; }
            .site-grid .grid-content .more ul li i:last-child.fa-play-circle {
              font-size: 24px;
              color: #666; }
          .site-grid .grid-content .more ul li a {
            margin-left: 5px;
            color: #666;
            text-decoration: none; }

.grid-scroll .overview {
  width: 100%; }

.country-grid {
  padding: 48px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; }
  .country-grid .box {
    width: 25%;
    height: 150px;
    margin: 0 20px; }
    .country-grid .box:first-child {
      margin-right: 20px; }
    .country-grid .box:last-child {
      margin-left: 20px; }

.start-grid {
  padding: 48px;
  display: grid;
  grid: calc(33.33% - (20px* 2 / 3)) calc(33.33% - (20px* 2 / 3)) calc(33.33% - (20px* 2 / 3))/calc(50% - (20px/ 2)) calc(50% - (20px/ 2));
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-gap: 20px; }
  .start-grid a {
    color: #fff;
    text-decoration: none; }

.category-grid {
  padding: 48px;
  display: grid;
  grid: 1fr 40% 1fr/repeat(3, 1fr);
  grid-gap: 48px; }

.default-box {
  border: 10px solid #fff;
  background: #fff;
  cursor: pointer; }
  .default-box.headline {
    grid-row: 1 / 2;
    grid-column: 1 / 4;
    background: none;
    color: #2e8dbc;
    font-size: 38px; }
  .default-box.text {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2e8dbc;
    color: #fff;
    font-size: 36px; }
    .default-box.text a {
      color: #fff;
      text-decoration: none; }
  .default-box.picture.cover img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .default-box.picture.contain {
    display: flex;
    justify-content: center;
    align-items: center; }
    .default-box.picture.contain img {
      max-width: 100%;
      max-height: 100%;
      object-fit: contain; }

.file-grid .grid-header {
  grid-template-columns: 45% calc(55% - 10px);
  grid-gap: 10px; }
.file-grid .grid-content .grid-row {
  grid-template-columns: 15% calc(30% - 10px) calc(55% - 10px);
  grid-gap: 10px;
  margin-bottom: 10px; }
  .file-grid .grid-content .grid-row:last-child {
    margin-bottom: 0; }

.news-grid .grid-header {
  grid-template-columns: 15% 15% calc(45% - 20px) 15% 10%;
  grid-gap: 5px; }
.news-grid .grid-content .grid-row {
  grid-template-columns: 15% 15% calc(45% - 20px) 15% 10%;
  grid-column-gap: 5px; }
  .news-grid .grid-content .grid-row .autor {
    color: #b40404;
    font-weight: 700; }
  .news-grid .grid-content .grid-row .brand {
    font-weight: 700; }
  .news-grid .grid-content .grid-row .message .title {
    color: #b40404;
    font-weight: 700; }
  .news-grid .grid-content .grid-row .message .footer {
    margin-top: 48px;
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    .news-grid .grid-content .grid-row .message .footer .date {
      font-weight: 700; }
    .news-grid .grid-content .grid-row .message .footer .files {
      margin-top: 12px; }
      .news-grid .grid-content .grid-row .message .footer .files a {
        text-decoration: none;
        color: #b40404; }
    .news-grid .grid-content .grid-row .message .footer .fileicon {
      color: #b40404;
      cursor: pointer;
      margin-right: 10px; }
  .news-grid .grid-content .grid-row:nth-child(2n) > div {
    background: #efede8; }

.cyclepass-grid .grid-header {
  display: grid;
  grid-template-columns: 26% calc(26% - 20px) 26% 15% 7%;
  grid-gap: 5px;
  margin-bottom: 5px; }
  .cyclepass-grid .grid-header > div {
    background: #2e8dbc;
    color: #fff;
    padding: 12px; }
.cyclepass-grid .grid-content .grid-row {
  position: relative;
  display: grid;
  grid-template-columns: 26% calc(26% - 20px) 26% 15% 7%;
  grid-gap: 5px; }
  .cyclepass-grid .grid-content .grid-row .row-box {
    background: #fff;
    padding: 12px; }
  .cyclepass-grid .grid-content .grid-row:nth-child(even) .row-box {
    background: #efede8; }
  .cyclepass-grid .grid-content .grid-row a .row-box {
    height: 100%; }
.cyclepass-grid .grid-content .title {
  color: #2e8dbc; }
.cyclepass-grid .grid-content .linkToModul {
  position: absolute;
  top: calc(50% - 15px);
  left: -25px;
  height: 30px;
  width: 25px;
  background: #2e8dbc;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  cursor: pointer; }
  .cyclepass-grid .grid-content .linkToModul:after {
    content: "";
    position: absolute;
    right: -7px;
    height: 30px;
    border-left: 7px solid #2e8dbc;
    border-bottom: 15px solid transparent;
    border-top: 15px solid transparent; }
.cyclepass-grid .grid-content a {
  text-decoration: none;
  color: inherit; }
.cyclepass-grid .grid-content .file {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer; }
  .cyclepass-grid .grid-content .file a {
    color: #b40404;
    text-decoration: none; }

.keyacc-grid .grid-header {
  margin-bottom: 5px; }
.keyacc-grid .grid-content .grid-row {
  grid-template-columns: calc(100% - 105px) 100px;
  grid-gap: 5px;
  margin-bottom: 5px;
  cursor: pointer; }
  .keyacc-grid .grid-content .grid-row .filename {
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    .keyacc-grid .grid-content .grid-row .filename a {
      color: #2e8dbc;
      text-decoration: none; }
  .keyacc-grid .grid-content .grid-row .file {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #b40404; }
  .keyacc-grid .grid-content .grid-row:hover > div {
    background: #2e8dbc; }
    .keyacc-grid .grid-content .grid-row:hover > div a {
      color: #fff; }

.presentation-grid {
  padding: 48px;
  display: grid;
  grid: calc(33.33% - (20px* 2 / 3)) calc(33.33% - (20px* 2 / 3)) calc(33.33% - (20px* 2 / 3))/calc(33.33% - (20px* 2 / 3)) calc(33.33% - (20px* 2 / 3)) calc(33.33% - (20px* 2 / 3));
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-gap: 20px; }
  .presentation-grid a {
    color: #fff;
    text-decoration: none; }

.teafinder-category-grid .tea-category-wrapper {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 48px 0;
  display: flex;
  flex-direction: column;
  justify-content: center; }
.teafinder-category-grid .gridTitle {
  height: 60px;
  grid-column: 1 / 4;
  color: #2e8dbc;
  font-size: 38px;
  font-family: "UbuntuLight"; }
  .teafinder-category-grid .gridTitle span {
    font-family: "Ubuntu";
    font-weight: bold;
    color: #666666; }
.teafinder-category-grid .categories {
  display: grid;
  grid: auto/repeat(3, 1fr);
  grid-gap: 24px; }
  .teafinder-category-grid .categories .category {
    padding: 30px;
    display: flex;
    background: #fff;
    justify-content: center;
    align-items: center;
    cursor: pointer; }
    .teafinder-category-grid .categories .category a {
      text-decoration: none; }
    .teafinder-category-grid .categories .category .teaHeadline {
      display: flex;
      justify-content: center;
      font-family: "Ubuntu";
      font-weight: bold;
      color: #666462;
      font-size: 18px;
      margin-top: 20px; }
.teafinder-category-grid .placeholder {
  height: 60px; }

.tea-container .tea-heading {
  color: #2e8dbc;
  font-size: 38px;
  font-family: "UbuntuLight"; }
.tea-container .tea-subheading {
  font-family: "Ubuntu";
  font-weight: bold;
  color: #666666;
  font-size: 38px;
  margin-bottom: 6px; }

.tea-grid-wrapper {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 48px 0;
  display: flex;
  flex-direction: column; }

.symptom-selection {
  display: flex;
  flex-wrap: wrap; }
  .symptom-selection .symptom {
    background: #b3b3b3;
    padding: 5px 10px;
    margin-right: 15px;
    margin-bottom: 15px;
    font-family: "Ubuntu";
    font-weight: bold;
    color: #666462;
    font-size: 18px;
    cursor: pointer;
    white-space: nowrap;
    -webkit-user-select: none;
    /* Chrome all / Safari all */
    -moz-user-select: none;
    /* Firefox all */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none; }
    .symptom-selection .symptom.active {
      background: #00534a;
      color: white; }

.isotope-tea-grid {
  flex: 1;
  overflow: scroll; }
  .isotope-tea-grid .grid-item {
    background: #fff;
    height: 270px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(33.333% - (50px / 3));
    margin-bottom: 25px;
    padding: 30px; }
    .isotope-tea-grid .grid-item .teaImage {
      flex: 1;
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center; }
    .isotope-tea-grid .grid-item img {
      width: 100%;
      max-height: 100%;
      object-fit: contain; }
  .isotope-tea-grid .gutter-sizer {
    width: 25px; }
  .isotope-tea-grid .teaName {
    margin-top: 10px;
    font-family: "Ubuntu";
    font-weight: bold;
    color: #666462;
    font-size: 18px; }

.tea-details {
  padding: 48px 480px; }
  .tea-details .title {
    color: #2e8dbc;
    font-size: 38px;
    font-family: "UbuntuLight"; }
    .tea-details .title span {
      font-family: "Ubuntu";
      font-weight: bold;
      color: #666666; }
  .tea-details .intro {
    background: #fff;
    display: grid;
    grid: auto/repeat(2, 1fr);
    grid-gap: 48px;
    padding: 24px;
    margin-bottom: 20px; }
    .tea-details .intro > div:first-child {
      display: flex;
      justify-content: center;
      align-items: center; }
    .tea-details .intro > div:nth-child(2) {
      color: #666462;
      font-family: "UbuntuLight";
      font-size: 16px; }
      .tea-details .intro > div:nth-child(2) > div:not(:last-child) {
        margin-bottom: 48px; }
    .tea-details .intro > div:last-child {
      grid-column: 1 / 4;
      font-family: "UbuntuLight";
      color: #666462;
      font-size: 16px; }
    .tea-details .intro a {
      text-decoration: none; }
  .tea-details .applicationField {
    background: #ebebeb;
    padding: 24px;
    margin-bottom: 20px; }
    .tea-details .applicationField .detailApplicationField {
      padding-bottom: 20px;
      border-bottom: 1px solid gray; }
    .tea-details .applicationField .applicationFieldIcons {
      padding-top: 20px;
      display: flex;
      flex-wrap: wrap; }
      .tea-details .applicationField .applicationFieldIcons .singleIcon {
        margin-right: 30px;
        margin-bottom: 15px;
        white-space: nowrap; }
        .tea-details .applicationField .applicationFieldIcons .singleIcon img {
          margin-right: 10px; }
  .tea-details .applicationType,
  .tea-details .inhalt,
  .tea-details .pflichttext {
    background: #ebebeb;
    padding: 24px;
    margin-bottom: 20px; }
  .tea-details .pflichttext {
    display: flex; }
    .tea-details .pflichttext > div:first-child {
      padding: 0 20px 0 10px;
      display: flex;
      justify-content: center;
      align-items: flex-start; }
  .tea-details .teaHeadline {
    font-family: "Ubuntu";
    font-weight: bold;
    color: #666462;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 5px; }
    .tea-details .teaHeadline img {
      margin-right: 10px; }
  .tea-details .teaText {
    font-family: "UbuntuLight";
    color: #666462;
    font-size: 16px; }
  .tea-details .teaInformation {
    display: flex;
    align-items: center;
    cursor: pointer; }
    .tea-details .teaInformation .fa-file {
      color: #b40404; }

.media-center {
  padding: 48px;
  display: grid;
  grid: 50px 300px 50px/repeat(3, 1fr);
  grid-gap: 48px;
  align-content: center; }
  .media-center.mc-2-rows {
    grid: 50px 200px 200px 50px/repeat(3, 1fr); }
  .media-center a {
    text-decoration: none; }
  @media (min-width: 1400px) {
    .media-center {
      padding: 144px 192px; } }
  @media (min-width: 1700px) {
    .media-center {
      padding: 144px 240px; } }

.mc-title {
  color: #2e8dbc;
  grid-column: 1 / 4;
  font-size: 38px;
  font-family: "UbuntuLight"; }
  .mc-title span {
    font-family: "Ubuntu";
    font-weight: bold;
    color: #666666; }

.mc-box {
  background: #fff;
  padding: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; }
  .mc-box img {
    object-fit: contain;
    max-height: 100%;
    max-width: 100%; }
  .mc-box .box-title {
    background: #2e8dbc;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: white;
    font-size: 36px; }

.media-center-files {
  padding: 48px;
  display: flex;
  flex-direction: column; }
  .media-center-files .mc-title {
    color: #2e8dbc;
    margin-bottom: 24px;
    font-size: 38px;
    font-family: "UbuntuLight"; }
    .media-center-files .mc-title span {
      font-family: "Ubuntu";
      font-weight: bold;
      color: #666666; }
  .media-center-files .media-box {
    margin-bottom: 12px;
    color: #666;
    background: white;
    padding: 24px; }
    .media-center-files .media-box .mb-product {
      margin-bottom: 24px; }
    .media-center-files .media-box .mb-detail {
      display: grid;
      grid: auto / 300px 1fr; }
    .media-center-files .media-box .mb-image {
      position: relative;
      cursor: pointer; }
      .media-center-files .media-box .mb-image .preview-icon {
        position: absolute;
        top: calc(50% - 35px);
        left: calc(50% - 35px);
        width: 70px;
        height: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        text-shadow: 3px 3px 16px #000; }
      .media-center-files .media-box .mb-image :hover .preview-icon {
        color: #2e8dbc; }
    .media-center-files .media-box .mb-infos {
      padding-left: 24px;
      display: flex;
      flex-direction: column; }
    .media-center-files .media-box .mb-title {
      font-weight: 700;
      font-size: 24px;
      color: #2e8dbc; }
    .media-center-files .media-box .mb-content {
      margin-bottom: 8px; }
    .media-center-files .media-box .mb-file-info {
      flex: 1;
      margin-left: -10px;
      display: grid;
      grid-template-columns: 210px 210px 1fr; }
      .media-center-files .media-box .mb-file-info > div {
        display: flex;
        flex-direction: column; }
      .media-center-files .media-box .mb-file-info .info-tag {
        display: flex;
        align-items: center;
        margin-bottom: 8px; }
      .media-center-files .media-box .mb-file-info .icon {
        display: flex;
        justify-content: center;
        align-items: center;
        min-width: 40px;
        width: 40px;
        color: #2e8dbc;
        font-size: 20px; }
    .media-center-files .media-box .mb-list-bottom {
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      align-items: flex-start; }
    .media-center-files .media-box .mb-links {
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      justify-content: flex-end; }
    .media-center-files .media-box a.mb-btn {
      position: relative;
      background: #2e8dbc;
      color: white;
      padding: 5px 10px 5px 25px;
      cursor: pointer;
      text-decoration: none; }
      .media-center-files .media-box a.mb-btn:before {
        content: ">";
        top: 5px;
        left: 10px;
        position: absolute; }
  @media (min-width: 1400px) {
    .media-center-files {
      padding: 48px 96px; } }
  @media (min-width: 1500px) {
    .media-center-files {
      padding: 48px 144px; } }
  @media (min-width: 1600px) {
    .media-center-files {
      padding: 48px 240px; } }
  @media (min-width: 1700px) {
    .media-center-files {
      padding: 48px 288px; } }

.knowledge-grid {
  display: grid;
  padding: 48px 96px;
  overflow: hidden;
  grid: 60px auto/repeat(2, 1fr);
  grid-gap: 24px; }
  .knowledge-grid .grid-headline {
    grid-column: 1 / 3;
    height: 60px;
    color: #2e8dbc;
    font-size: 38px;
    font-family: "UbuntuLight"; }
    .knowledge-grid .grid-headline span {
      font-family: "Ubuntu";
      font-weight: bold;
      color: #666666; }
      .knowledge-grid .grid-headline span:nth-child(2) {
        color: #2e8dbc;
        font-size: 18px; }
  .knowledge-grid .knowledge-box {
    height: 100%;
    background: white;
    color: #666; }
    .knowledge-grid .knowledge-box.gespraechsvorbereitung .knowledge-headline {
      border-color: steelblue; }
    .knowledge-grid .knowledge-box.gespraechsvorbereitung .knowledge-icon {
      background: steelblue; }
    .knowledge-grid .knowledge-box.gespraechsvorbereitung a.filename:hover, .knowledge-grid .knowledge-box.gespraechsvorbereitung .file-dot, .knowledge-grid .knowledge-box.gespraechsvorbereitung .mail-icon {
      color: steelblue; }
    .knowledge-grid .knowledge-box.fortbildungen .knowledge-headline {
      border-color: yellowgreen; }
    .knowledge-grid .knowledge-box.fortbildungen .knowledge-icon {
      font-size: 18px;
      background: yellowgreen; }
    .knowledge-grid .knowledge-box.fortbildungen a.filename:hover, .knowledge-grid .knowledge-box.fortbildungen .file-dot, .knowledge-grid .knowledge-box.fortbildungen .mail-icon {
      color: yellowgreen; }
    .knowledge-grid .knowledge-box.marktundwettbewerb .knowledge-headline {
      border-color: tomato; }
    .knowledge-grid .knowledge-box.marktundwettbewerb .knowledge-icon {
      background: tomato; }
    .knowledge-grid .knowledge-box.marktundwettbewerb a.filename:hover, .knowledge-grid .knowledge-box.marktundwettbewerb .file-dot, .knowledge-grid .knowledge-box.marktundwettbewerb .mail-icon {
      color: tomato; }
    .knowledge-grid .knowledge-box.prundclippings .knowledge-headline {
      border-color: dodgerblue; }
    .knowledge-grid .knowledge-box.prundclippings .knowledge-icon {
      background: dodgerblue; }
    .knowledge-grid .knowledge-box.prundclippings a.filename:hover, .knowledge-grid .knowledge-box.prundclippings .file-dot, .knowledge-grid .knowledge-box.prundclippings .mail-icon {
      color: dodgerblue; }
    .knowledge-grid .knowledge-box.allgemein .knowledge-headline {
      border-color: rebeccapurple; }
    .knowledge-grid .knowledge-box.allgemein .knowledge-icon {
      background: rebeccapurple; }
    .knowledge-grid .knowledge-box.allgemein a.filename:hover, .knowledge-grid .knowledge-box.allgemein .file-dot, .knowledge-grid .knowledge-box.allgemein .mail-icon {
      color: rebeccapurple; }
    .knowledge-grid .knowledge-box.studienundleitlinien .knowledge-headline {
      border-color: orange; }
    .knowledge-grid .knowledge-box.studienundleitlinien .knowledge-icon {
      background: orange; }
    .knowledge-grid .knowledge-box.studienundleitlinien a.filename:hover, .knowledge-grid .knowledge-box.studienundleitlinien .file-dot, .knowledge-grid .knowledge-box.studienundleitlinien .mail-icon {
      color: orange; }
    .knowledge-grid .knowledge-box.auszeichnungen .knowledge-headline {
      border-color: crimson; }
    .knowledge-grid .knowledge-box.auszeichnungen .knowledge-icon {
      background: crimson; }
    .knowledge-grid .knowledge-box.auszeichnungen a.filename:hover, .knowledge-grid .knowledge-box.auszeichnungen .file-dot, .knowledge-grid .knowledge-box.auszeichnungen .mail-icon {
      color: crimson; }
  .knowledge-grid .knowledge-headline {
    display: flex;
    align-items: center;
    font-weight: 700;
    border-bottom: 2px solid #666;
    padding: 12px; }
  .knowledge-grid .knowledge-content {
    padding: 12px; }
  .knowledge-grid .knowledge-icon {
    color: white;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 24px;
    margin-right: 20px; }
  .knowledge-grid .knowledge-file {
    display: flex;
    align-items: center; }
    .knowledge-grid .knowledge-file a {
      text-decoration: none;
      color: #666; }
    .knowledge-grid .knowledge-file .mail-icon {
      font-size: 20px;
      padding: 7px 20px; }
    .knowledge-grid .knowledge-file .filename,
    .knowledge-grid .knowledge-file .video-link {
      flex: 1;
      padding: 6px 0; }
    .knowledge-grid .knowledge-file .file-dot {
      font-size: 10px;
      margin-top: 2px;
      margin-right: 10px; }
    .knowledge-grid .knowledge-file:last-child {
      border-bottom: 0; }
  @media (min-width: 1600px) {
    .knowledge-grid {
      grid: 60px auto/repeat(3, 1fr); }
      .knowledge-grid .grid-headline {
        grid-column: 1 / 4; } }

.box-training {
  margin-bottom: 12px;
  background: white;
  padding: 24px;
  display: flex;
  color: #666; }
  .box-training > div:first-child {
    width: 200px; }
  .box-training > div:last-child {
    flex: 1; }
  .box-training .training-infos {
    padding-left: 24px;
    display: flex;
    flex-direction: column; }
    .box-training .training-infos .training-title {
      font-weight: 700;
      font-size: 24px;
      color: #2e8dbc; }
    .box-training .training-infos .training-content {
      margin-bottom: 8px; }
    .box-training .training-infos .training-file-info {
      flex: 1;
      display: flex;
      margin-left: -10px; }
      .box-training .training-infos .training-file-info > div:first-child, .box-training .training-infos .training-file-info > div:nth-child(2) {
        margin-right: 50px; }
      .box-training .training-infos .training-file-info > div.externalLink {
        margin-left: auto;
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between; }
  .box-training .info-tag {
    display: flex;
    align-items: center;
    margin-bottom: 8px; }
    .box-training .info-tag .icon {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 40px;
      color: #2e8dbc;
      font-size: 20px; }
  .box-training .training-image {
    position: relative;
    cursor: pointer; }
    .box-training .training-image .preview-icon {
      position: absolute;
      top: calc(50% - 30px);
      left: calc(50% - 30px);
      width: 60px;
      height: 60px;
      justify-content: center;
      align-items: center;
      color: white;
      text-shadow: 3px 3px 16px #000;
      display: none; }
    .box-training .training-image :hover .preview-icon {
      display: flex;
      background: #2e8dbc;
      color: white;
      border-radius: 10px; }

.formular-grid {
  padding: 48px 96px;
  display: grid;
  grid: 60px auto/repeat(3, 1fr);
  grid-gap: 24px; }
  .formular-grid .grid-headline {
    grid-column: 1 / 4;
    height: 60px;
    color: #2e8dbc;
    font-size: 38px;
    font-family: "UbuntuLight"; }
    .formular-grid .grid-headline span {
      font-family: "Ubuntu";
      font-weight: bold;
      color: #666666; }
  .formular-grid .grid-box {
    background: white;
    padding: 12px; }
    .formular-grid .grid-box .box-headline {
      width: 100%;
      font-size: 24px;
      font-weight: 700;
      color: #2e8dbc; }
    .formular-grid .grid-box .box-picture {
      display: flex;
      justify-content: center;
      border-bottom: 2px dashed #2e8dbc; }
    .formular-grid .grid-box .box-files {
      flex: 1; }
      .formular-grid .grid-box .box-files a {
        text-decoration: none;
        color: #666;
        display: flex;
        align-items: center;
        width: 100%;
        padding: 12px; }
      .formular-grid .grid-box .box-files > div {
        display: flex;
        align-items: center;
        color: #666;
        text-decoration: none;
        cursor: pointer; }
        .formular-grid .grid-box .box-files > div:hover a {
          color: #2e8dbc; }
      .formular-grid .grid-box .box-files .dot-file {
        margin-right: 10px;
        font-size: 10px; }
      .formular-grid .grid-box .box-files .mail-icon {
        margin-left: auto;
        color: #2e8dbc;
        font-size: 24px;
        padding: 6px;
        width: 48px;
        display: flex;
        justify-content: flex-end; }

.flex-grid {
  padding: 48px;
  display: grid;
  grid: 50px 280px 50px/repeat(3, calc(33.333% - (48px* 2 / 3)));
  grid-gap: 48px;
  align-content: center; }
  .flex-grid a {
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none; }
  .flex-grid.fg-2-rows {
    grid: 50px 200px 200px 50px/repeat(3, calc(33.333% - (48px* 2 / 3))); }
    @media (min-width: 1400px) {
      .flex-grid.fg-2-rows {
        grid: 50px 280px 280px 50px/repeat(3, calc(33.333% - (48px* 2 / 3))); } }
  .flex-grid .grid-title {
    grid-column: 1 / 4;
    color: #2e8dbc;
    font-size: 38px; }
    .flex-grid .grid-title span {
      font-family: "Ubuntu";
      font-weight: bold;
      color: #666666; }
  .flex-grid .tile {
    background: white;
    padding: 12px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .flex-grid .tile img {
      max-width: 100%;
      max-height: 100%; }
    .flex-grid .tile .tilePicture,
    .flex-grid .tile .tileName {
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center; }
    .flex-grid .tile .tileName {
      background: #2e8dbc;
      color: white;
      font-size: 36px; }

.tile-grid {
  margin-top: -84px;
  padding: 48px 96px;
  height: 100%;
  display: grid;
  grid-gap: 24px;
  align-content: center;
  grid: 60px 250px/repeat(3, 1fr); }
  .tile-grid.twoRows {
    margin-top: 0;
    grid: 60px repeat(2, 220px)/repeat(3, 1fr); }
  .tile-grid.threeRows {
    margin-top: 0;
    grid: 60px repeat(3, 150px)/repeat(3, 1fr); }
  .tile-grid.fourRows {
    margin-top: 0;
    grid: 60px repeat(4, 150px)/repeat(3, 1fr); }
  .tile-grid .grid-headline {
    grid-column: 1 / 4;
    height: 60px;
    color: #2e8dbc;
    font-size: 38px;
    font-family: "UbuntuLight"; }
    .tile-grid .grid-headline span {
      font-family: "Ubuntu";
      font-weight: bold;
      color: #666666; }
      .tile-grid .grid-headline span:nth-child(2) {
        color: #2e8dbc;
        font-size: 18px; }
  .tile-grid .grid-box a {
    text-decoration: none; }
  .tile-grid .grid-box .tile {
    height: 100%; }
  .tile-grid .grid-box .tile-text {
    background: white;
    padding: 12px;
    display: flex; }
    .tile-grid .grid-box .tile-text > div {
      background: #2e8dbc;
      color: white;
      font-size: 36px;
      flex: 1;
      display: flex;
      justify-content: center;
      align-items: center; }
  .tile-grid .grid-box .tile-image {
    background: white;
    display: flex;
    justify-content: center;
    align-items: center; }
    .tile-grid .grid-box .tile-image img {
      object-fit: contain;
      max-width: 100%;
      max-height: 100%; }
  @media (min-height: 820px) {
    .tile-grid {
      grid: 60px 300px/repeat(3, 1fr); }
      .tile-grid.twoRows {
        margin-top: 0;
        grid: 60px repeat(2, 250px)/repeat(3, 1fr); }
      .tile-grid.threeRows {
        margin-top: 0;
        grid: 60px repeat(3, 200px)/repeat(3, 1fr); }
      .tile-grid.fourRows {
        margin-top: 0;
        grid: 60px repeat(4, 180px)/repeat(3, 1fr); } }
  @media (min-width: 1400px) {
    .tile-grid {
      padding: 48px 192px; } }

.key-account-page {
  padding: 48px 96px; }
  .key-account-page .page-headline {
    grid-column: 1 / 4;
    height: 60px;
    color: #2e8dbc;
    font-size: 38px;
    font-family: "UbuntuLight";
    margin-bottom: 24px; }
    .key-account-page .page-headline span {
      font-family: "Ubuntu";
      font-weight: bold;
      color: #666666; }

.key-account-items {
  background: white;
  width: 600px; }
  .key-account-items > a {
    display: flex;
    align-items: center;
    color: #666;
    text-decoration: none;
    padding: 12px; }
    .key-account-items > a:hover {
      color: #2e8dbc;
      cursor: pointer; }
  .key-account-items .dot-file {
    margin-right: 10px;
    font-size: 10px; }

.error-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; }

.error-box {
  padding: 48px;
  background: #fff;
  border: 1px solid gray;
  display: flex;
  justify-content: flex-end;
  align-items: center; }
  .error-box .error-icon {
    color: firebrick;
    margin-right: 48px; }
  .error-box .error-text {
    font-weight: 600;
    font-size: 20px;
    display: flex;
    flex-direction: column;
    align-items: center; }

.login-window {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; }
  .login-window .login {
    border: 2px solid #2e8dbc;
    background: #fff;
    width: 400px;
    display: flex;
    align-items: center;
    flex-direction: column; }
    .login-window .login form {
      width: 100%; }
    .login-window .login .password {
      width: 250px; }
    .login-window .login .title {
      color: #2e8dbc;
      font-weight: bold;
      font-size: 40px;
      padding: 20px 0; }
    .login-window .login .confirm {
      width: 100%;
      margin: 30px 0 20px 0;
      padding-right: 20px;
      display: flex;
      justify-content: flex-end; }
  .login-window .sbmt {
    background-color: #fff;
    border: 2px solid #2e8dbc;
    color: #2e8dbc;
    font-weight: bold;
    padding: 5px 20px;
    cursor: pointer; }

.box {
  position: relative;
  background-color: #fff;
  padding: 10px;
  cursor: pointer;
  display: flex; }
  .box .content {
    width: 50%;
    display: grid;
    grid: auto 25px / 100%;
    background: #2e8dbc;
    color: #fff; }
    .box .content .text {
      padding: 20px; }
      .box .content .text h2 {
        font-size: 26px;
        font-weight: bold; }
      .box .content .text h3 {
        font-size: 21px;
        font-family: 'UbuntuLight'; }
    .box .content .additional {
      background: #000;
      color: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 12px; }
  .box .picture {
    width: 50%; }
    .box .picture.cover img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .box .picture.contain {
      padding: 10px;
      display: flex; }
      .box .picture.contain img {
        object-fit: contain;
        max-width: 100%;
        max-height: 100%;
        margin: 0 auto;
        display: block; }
  .box .arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #2e8dbc;
    left: 50%;
    top: calc(50% - 10px); }

.sisi-btn {
  color: #000;
  background: #fff;
  position: relative;
  border: 6px solid #bdbcb8;
  border-radius: 6px;
  padding: 10px 15px 10px 55px;
  cursor: pointer; }
  .sisi-btn:before {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 24px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f105";
    background: #b40404;
    left: 0;
    top: 0;
    height: 100%;
    width: 40px;
    z-index: 9; }
  .sisi-btn:active, .sisi-btn:focus {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .sisi-btn.btn-100 {
    width: 100%; }

a.sisi-btn {
  color: #000;
  text-decoration: none;
  display: inline-block; }

.sisi-btn-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 62px;
  height: 62px;
  color: #ffffff !important;
  background: #b40404;
  border: 6px solid #bdbcb8;
  border-radius: 6px;
  padding: 9px;
  cursor: pointer; }

a.sisi-btn-icon {
  text-decoration: none;
  display: inline-block;
  text-align: center; }

a.sisi-file-link {
  position: relative;
  border: 2px solid #2e8dbc;
  border-radius: 2px;
  text-decoration: none;
  background: #2e8dbc;
  color: white;
  padding: 5px 15px 5px 30px; }
  a.sisi-file-link:before {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    content: "\f105";
    background: #2e8dbc;
    left: 0;
    top: 0;
    height: 100%;
    width: 30px;
    z-index: 9; }

.fixed-back-arrow {
  background: #fff;
  color: #b40404;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  height: 150px;
  position: fixed;
  z-index: 9998;
  top: calc(50% - (150px/ 2) + 76px/ 2);
  padding: 7px;
  box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.5);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  cursor: pointer; }

.slide-wrapper {
  background: #fff;
  height: calc(100% - 48px); }
  .slide-wrapper .slick-list,
  .slide-wrapper .slick-track,
  .slide-wrapper .slick-slide {
    height: 100% !important; }

.slide-navigation {
  position: fixed;
  z-index: 1040;
  bottom: 0;
  left: 0;
  height: 100px;
  width: 100%;
  background: #fff;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 48px; }
  .slide-navigation > div {
    display: flex;
    justify-content: center;
    align-items: center; }
  .slide-navigation .right {
    display: none; }
  .slide-navigation .nav-icon,
  .slide-navigation .legal-icon {
    font-size: 30px;
    cursor: pointer;
    background-color: #b40404;
    height: 56px;
    width: 56px;
    justify-content: center;
    align-items: center;
    display: flex; }
  .slide-navigation .nav-forward {
    margin-left: 20px; }
  .slide-navigation .nav-forward.slick-disabled,
  .slide-navigation .nav-backward.slick-disabled {
    color: #ffffff; }
  .slide-navigation .nav-legal {
    background: lightgray;
    color: gray;
    margin-right: 60px; }
  .slide-navigation .legal-notice {
    display: none; }

.slider {
  height: 100%;
  visibility: hidden; }

.slick-initialized {
  visibility: visible; }

.slides-header-all {
  position: absolute;
  left: 0;
  right: 0;
  top: 0; }

.slides-footer-all {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0; }

.slider-sub-nav-toggle {
  display: none;
  justify-content: center;
  align-items: center;
  height: 56px;
  width: 56px;
  background: #2e8dbc;
  color: #fff;
  cursor: pointer;
  margin-left: 60px; }

.first-slide-menu {
  position: fixed;
  right: 38px;
  bottom: 48px;
  z-index: 0;
  width: 650px;
  background: #2e8dbc;
  padding: 20px 40px; }

.first-slide-menu-title {
  color: #fff;
  font-weight: 600;
  font-size: 1.25rem;
  text-transform: uppercase;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #246e93;
  padding-bottom: 20px; }

.first-slide-menu-item {
  padding: 20px 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #246e93;
  color: #fff;
  cursor: pointer; }
  .first-slide-menu-item:last-child {
    border-bottom: none; }
  .first-slide-menu-item .slide-title {
    font-weight: 600;
    font-size: 1.25rem; }
  .first-slide-menu-item .slide-subtitle {
    font-size: 1.25rem;
    color: #4aa6d3; }

.scrollable.emser-skin .scroll-bar {
  border: 1px solid #2e8dbc;
  background-color: #2e8dbc; }
  .scrollable.emser-skin .scroll-bar.vertical {
    width: 20px;
    right: -35px; }
  .scrollable.emser-skin .scroll-bar .thumb {
    background-color: #206283; }

.connection-box {
  position: absolute;
  top: 20px;
  right: 40px;
  padding: 5px 10px;
  border: 1px solid;
  font-size: 14px; }
  .connection-box.failed-connection {
    background: #f7e5e5;
    border-color: #b40404;
    color: #b40404; }

.slide-sector-navigation {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 48px;
  background: white;
  display: grid;
  grid-gap: 4px; }
  .slide-sector-navigation .sector {
    font-size: 18px;
    line-height: 1.1;
    background: linear-gradient(to right, #206283 50%, #2e8dbc 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: background 1s;
    padding-left: 10px;
    color: white;
    display: flex;
    align-items: center;
    cursor: pointer; }
  .slide-sector-navigation .sector-dark {
    background-position: left bottom;
    transition: background 1s; }

.slidedown-nav {
  background: #2e8dbc;
  position: absolute;
  top: 86px;
  right: 38px;
  min-width: 250px;
  display: none; }
  .slidedown-nav .slidedown-nav-item {
    margin: 0 20px;
    padding: 10px 10px;
    color: #fff;
    cursor: pointer;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #246e93;
    font-size: 1.25rem; }
    .slidedown-nav .slidedown-nav-item:first-child {
      margin-top: 16px; }
    .slidedown-nav .slidedown-nav-item:last-child {
      border-bottom: none;
      margin-bottom: 16px; }

.slide-wrapper {
  font-size: 1.5rem;
  font-family: 'Open Sans', Arial, sans-serif;
  border-top: 10px solid #bdbcb8; }
  .slide-wrapper h1 {
    font-size: 3.5rem;
    font-weight: 300; }
  .slide-wrapper h2 {
    font-size: 2.25rem;
    font-weight: 600; }
  .slide-wrapper h3 {
    font-size: 1.75rem;
    font-weight: bold;
    margin-bottom: 1.25rem; }
  .slide-wrapper h4 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 3rem;
    margin-bottom: 1.25rem; }
  .slide-wrapper a.sisi-btn {
    color: inherit;
    text-align: left; }
    .slide-wrapper a.sisi-btn:hover, .slide-wrapper a.sisi-btn:active, .slide-wrapper a.sisi-btn:focus {
      color: inherit; }
  .slide-wrapper a:hover, .slide-wrapper a:active, .slide-wrapper a:focus {
    outline: 0; }
  .slide-wrapper img {
    max-width: 100%;
    height: auto; }
  .slide-wrapper ul,
  .slide-wrapper ol {
    margin-bottom: 30px;
    padding-left: 25px; }
    .slide-wrapper ul li,
    .slide-wrapper ol li {
      margin-bottom: 0.5rem; }
    .slide-wrapper ul ol,
    .slide-wrapper ul ul,
    .slide-wrapper ol ol,
    .slide-wrapper ol ul {
      margin-top: 0.5rem;
      margin-bottom: 0; }
  .slide-wrapper .list-arrow,
  .slide-wrapper .list-check {
    margin-left: 0;
    padding-left: 0;
    list-style-type: none; }
    .slide-wrapper .list-arrow li,
    .slide-wrapper .list-check li {
      position: relative;
      padding-left: 40px; }
      .slide-wrapper .list-arrow li:before,
      .slide-wrapper .list-check li:before {
        content: '\f00c';
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400;
        position: absolute;
        left: 5px;
        top: 0px;
        color: #2e8dbc; }
  .slide-wrapper .no-list {
    list-style: none;
    padding-left: 0; }
  .slide-wrapper .icon-list img {
    margin-right: 10px;
    display: inline-block; }
  .slide-wrapper .list-arrow li:before {
    content: '\f061';
    font-weight: 400; }
  .slide-wrapper .list-check li:before {
    content: '\f00c';
    font-weight: 400; }
  .slide-wrapper table td, .slide-wrapper table th {
    padding: 3px 15px;
    vertical-align: top; }
  .slide-wrapper mark {
    background-color: #ffff00;
    color: red;
    padding: 0; }
  .slide-wrapper .important {
    color: #b40404; }
  .slide-wrapper .module-title-img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%); }
  .slide-wrapper .stoerer {
    width: 200px;
    height: 200px;
    position: absolute;
    right: 60px;
    top: 50px;
    z-index: 40; }
  .slide-wrapper .konditionen-badge {
    background-color: #2e8dbc;
    color: #ffffff;
    position: absolute;
    right: 0;
    top: 90px;
    width: 300px;
    font-size: 1.25rem;
    font-weight: 600;
    padding: 10px 30px 10px 20px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    z-index: 50; }
    .slide-wrapper .konditionen-badge .prozent-wert {
      background-color: #b40404;
      color: #ffffff;
      width: 70px;
      height: 70px;
      border-radius: 100%;
      position: absolute;
      top: -35px;
      right: 15px;
      text-align: center;
      font-size: 1.375rem;
      font-weight: 600;
      padding: 15px 5px;
      border: 4px solid #ffffff; }
  .slide-wrapper .konditionen-tabelle {
    margin: 50px 0 30px 0;
    max-width: 750px;
    background-color: #ebebeb;
    font-size: 1.25rem; }
    .slide-wrapper .konditionen-tabelle thead {
      font-weight: 700;
      background-color: #2e8dbc;
      color: #ffffff;
      font-size: 1.25rem; }
    .slide-wrapper .konditionen-tabelle tr {
      border-bottom: 3px solid #ffffff; }
      .slide-wrapper .konditionen-tabelle tr td:first-child {
        font-weight: bold;
        width: 210px; }
    .slide-wrapper .konditionen-tabelle td {
      padding: 10px 15px;
      vertical-align: top; }
  .slide-wrapper .pzn-tabelle {
    background-color: #ffffff; }
    .slide-wrapper .pzn-tabelle thead {
      background-color: #ffffff; }
    .slide-wrapper .pzn-tabelle tr {
      border-bottom: none; }
      .slide-wrapper .pzn-tabelle tr td:first-child {
        width: auto; }
      .slide-wrapper .pzn-tabelle tr td {
        border: 3px solid #2e8dbc; }
  .slide-wrapper .fussnote {
    font-size: 1rem;
    position: relative;
    color: #a6a6a6; }
    .slide-wrapper .fussnote a {
      font-weight: 700; }
  .slide-wrapper .image-video-link {
    border: 4px solid #bdbcb8;
    display: inline-block;
    position: relative; }
    .slide-wrapper .image-video-link:after {
      content: '\f144';
      font-family: 'Font Awesome 5 Pro';
      font-size: 60px;
      color: #ffffff !important;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 10;
      text-shadow: 0px 0px 10px #000; }
  .slide-wrapper .single-slide {
    display: flex;
    flex-direction: column; }
  .slide-wrapper .slides-header-all {
    height: 130px;
    width: 270px;
    margin-top: 30px;
    padding: 10px 30px; }
    .slide-wrapper .slides-header-all .logo {
      width: 210px;
      position: relative;
      top: 50%;
      transform: translateY(-50%);
      max-height: 100%; }
  .slide-wrapper .single-slide-heading {
    padding: 0px 0px 5px 30px;
    border-left: 1px solid #bdbcb8;
    margin: 30px 90px 50px 270px;
    min-height: 130px; }
  .slide-wrapper .single-slide-content {
    flex: 1 0 auto;
    margin: 0 90px 40px 300px; }
  .slide-wrapper .single-slide-footer {
    flex-shrink: 0;
    margin: 0 90px 40px 300px; }
    .slide-wrapper .single-slide-footer .sisi-btn {
      margin-left: 10px; }

/*# sourceMappingURL=main.css.map */
