@charset "UTF-8";
/*FONTS*/
/* cyrillic-ext */
@font-face {
  font-family: "Philosopher";
  font-style: normal;
  font-weight: 400;
  src: local("Philosopher Regular"), local("Philosopher-Regular"), url("../fnt/philosopher.woff2") format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Philosopher";
  font-style: normal;
  font-weight: 400;
  src: local("Philosopher Regular"), local("Philosopher-Regular"), url("../fnt/philosopher.woff2") format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: "Philosopher";
  font-style: normal;
  font-weight: 400;
  src: local("Philosopher Regular"), local("Philosopher-Regular"), url("../fnt/philosopher.woff2") format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin */
@font-face {
  font-family: "Philosopher";
  font-style: normal;
  font-weight: 400;
  src: local("Philosopher Regular"), local("Philosopher-Regular"), url("../fnt/philosopher-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* social media icons 
/*!
 * Font Awesome Free 5.0.13 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Solid";
  font-style: normal;
  font-weight: 900;
  src: url(../fnt/fa-solid-900.eot);
  src: url(../fnt/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../fnt/fa-solid-900.woff2) format("woff2"), url(../fnt/fa-solid-900.woff) format("woff"), url(../fnt/fa-solid-900.ttf) format("truetype"), url(../fnt/fa-solid-900.svg#fontawesome) format("svg");
}
/*!
 * Font Awesome Free 5.0.13 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Regular";
  font-style: normal;
  font-weight: 400;
  src: url(../fnt/fa-regular-400.woff2) format("woff2");
}
/*!
 * Font Awesome Free 5.0.13 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  src: url(../fnt/fa-brands-400.woff2) format("woff2");
}
.far {
  font-family: "Font Awesome 5 Regular";
  font-weight: 400;
}

.fa, .fas {
  font-family: "Font Awesome 5 Solid";
  font-weight: 900;
  color: white;
}

.fab {
  font-family: "Font Awesome 5 Brands";
  color: white;
}

/* fallback */
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: local("Material Icons"), local("MaterialIcons-Regular"), url("../fnt/material-icons.woff2") format("woff2");
}
/*$gradient-mint: linear-gradient( to top, $mint-green, $mint-green +50% );*/
.prdk-link {
  color: rgb(43, 187, 173) !important;
}
.prdk-link:hover {
  color: rgb(73, 217, 203) !important;
}

.simple-horizontal-content {
  display: flex;
  flex-direction: row;
}

.simple-vertical-content {
  display: flex;
  flex-direction: column;
}

.centered-element-positioner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.full-width-left-content-row {
  display: flex;
  flex-flow: row wrap;
  flex: 0 1 100%;
  justify-content: flex-start;
  padding: 0 10px;
}

.full-width-right-content-row {
  display: flex;
  flex-flow: row wrap;
  flex: 0 1 100%;
  justify-content: flex-end;
}

.full-width-center-content-row {
  display: flex;
  flex-flow: row wrap;
  flex: 0 1 100%;
  justify-content: center;
}

.full-width-spread-content-row {
  display: flex;
  flex-flow: row wrap;
  flex: 0 1 100%;
  width: 100%;
  justify-content: space-between;
  margin: 0 10px;
  font-size: 12px;
}

.subsection-controls-wrapper {
  display: flex;
  flex-flow: row wrap;
  flex: 0 1 auto;
  height: 40px;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
}
@media (max-width: 660px), (min-width: 661px) and (max-width: 991px) {
  .subsection-controls-wrapper {
    margin: 20px 20px 20px 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 1200px), (min-width: 1980px) {
  .subsection-controls-wrapper {
    margin: 20px;
  }
}
.subsection-controls-wrapper .controls-group-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.subsection-controls-wrapper select {
  height: 30px;
  margin-right: 10px;
}
.subsection-controls-wrapper select option {
  min-width: 30px;
}
.subsection-controls-wrapper select .option-produck {
  color: rgba(43, 187, 173, 0.8);
  font-weight: 600;
}
.subsection-controls-wrapper select .option-external {
  color: rgb(17, 119, 119);
  font-weight: 600;
}
.subsection-controls-wrapper .btn {
  font-size: 11px;
  margin: 0px 10px 10px 0px;
  flex: 0 0 auto;
  align-items: center;
  height: 30px;
  line-height: normal;
}
.subsection-controls-wrapper .btn span {
  display: inline-block;
}

.action-buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: center;
  z-index: 888;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  height: 24px;
  margin: 4px;
}
.action-buttons ul {
  width: auto;
  transform: translateX(-65px) translateY(-5px);
}
.action-buttons .actn-btns-more {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: rgb(148, 148, 148);
}
.action-buttons .actn-btns-more i {
  font-size: 1.6rem;
}
.action-buttons ul {
  display: flex;
  list-style-type: none;
  position: absolute;
  z-index: 999;
}
.action-buttons i {
  font-size: 18px;
  margin: 0px !important;
  width: auto !important;
}

.in-place-edit-field {
  flex: 0 1 100%;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  height: auto;
  align-items: flex-start;
  background: inherit;
}
.in-place-edit-field textarea,
.in-place-edit-field .in-place-edit-field-visual {
  height: auto;
  min-height: 50px;
  width: 100%;
  resize: none;
  overflow-y: auto;
  word-wrap: break-word;
  font-style: "Philosopher", sans-serif;
  padding: 10px;
}
.in-place-edit-field .in-place-edit-field-visual {
  border: 2px solid teal;
  background: white;
}
.in-place-edit-field .in-place-edit-field-visual ul:not(.collapsible),
.in-place-edit-field .in-place-edit-field-visual ol {
  padding-left: 30px;
  margin: 1em;
  text-align: left;
}
@media (max-width: 660px) {
  .in-place-edit-field .in-place-edit-field-visual ul:not(.collapsible),
  .in-place-edit-field .in-place-edit-field-visual ol {
    padding-left: 20px;
  }
}
.in-place-edit-field .in-place-edit-field-visual ul:not(.collapsible) li {
  list-style-type: disc;
}
.in-place-edit-field .in-place-edit-field-visual ol li {
  list-style-type: decimal;
}
.in-place-edit-field .in-place-edit-field-visual h2,
.in-place-edit-field .in-place-edit-field-visual .h2 {
  font-size: 1.6rem;
  text-align: left !important;
  margin: 35px 0 !important;
  font-weight: bold;
}
.in-place-edit-field .in-place-edit-field-visual h3,
.in-place-edit-field .in-place-edit-field-visual .h3 {
  font-size: 1.4rem;
  text-align: left;
  margin: 25px 0;
  font-weight: bold;
}
.in-place-edit-field .in-place-edit-field-visual h4,
.in-place-edit-field .in-place-edit-field-visual .h4 {
  margin: 10px 0px;
  font-size: 1.1rem;
  text-align: left;
  font-weight: 800;
}
.in-place-edit-field .in-place-edit-field-visual h5,
.in-place-edit-field .in-place-edit-field-visual .h5 {
  font-size: 1rem;
  margin: 1.0933333333rem 0 0.656rem 0;
  text-align: left;
  font-weight: 800;
  font-style: italic;
}
.in-place-edit-field .in-place-edit-field-visual h6,
.in-place-edit-field .in-place-edit-field-visual .h6 {
  font-size: 1rem;
  line-height: 110%;
  margin: 1.0933333333rem 0 0.656rem 0;
  font-weight: 400;
  text-align: left;
  font-style: italic;
}
.in-place-edit-field .in-place-edit-field-visual blockquote {
  font-style: italic;
}
.in-place-edit-field .in-place-edit-field-visual img,
.in-place-edit-field .in-place-edit-field-visual object {
  display: block;
  max-height: 500px;
  margin: 15px auto;
  width: auto;
}
@media (min-width: 1200px) {
  .in-place-edit-field .in-place-edit-field-visual img,
  .in-place-edit-field .in-place-edit-field-visual object {
    max-width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .in-place-edit-field .in-place-edit-field-visual img,
  .in-place-edit-field .in-place-edit-field-visual object {
    max-width: 100%;
  }
}
@media (max-width: 660px), (min-width: 661px) and (max-width: 991px) {
  .in-place-edit-field .in-place-edit-field-visual img,
  .in-place-edit-field .in-place-edit-field-visual object {
    max-width: 100%;
  }
}
.in-place-edit-field .in-place-edit-field-visual object {
  min-height: 300px;
}
@media (min-width: 1200px), (min-width: 992px) and (max-width: 1199px), (min-width: 661px) and (max-width: 991px) {
  .in-place-edit-field .in-place-edit-field-visual object {
    width: 400px;
  }
}
@media (max-width: 660px) {
  .in-place-edit-field .in-place-edit-field-visual object {
    width: 100%;
  }
}
.in-place-edit-field .in-place-edit-field-visual table {
  margin: 10px 0;
  table-layout: fixed;
  width: 100%;
  max-width: 100%;
  display: table !important;
}
.in-place-edit-field .in-place-edit-field-visual table th,
.in-place-edit-field .in-place-edit-field-visual table td {
  border-bottom: 1px solid rgb(219, 219, 219);
  width: inherit;
  text-align: left;
}
.in-place-edit-field .in-place-edit-field-visual table th:before,
.in-place-edit-field .in-place-edit-field-visual table td:before {
  content: none;
}
.in-place-edit-field .in-place-edit-field-visual table th img,
.in-place-edit-field .in-place-edit-field-visual table td img {
  max-height: 200px;
}
.in-place-edit-field .in-place-edit-field-visual table thead {
  max-width: 70%;
}
.in-place-edit-field .in-place-edit-field-visual table.scrollable:after {
  content: "Scroll ›";
  font-size: 12px;
  color: #aaa;
  display: flex;
  flex: 0 1 100%;
  justify-content: flex-end;
  font-style: oblique;
}
@media (max-width: 660px), (min-width: 661px) and (max-width: 991px) {
  .in-place-edit-field .in-place-edit-field-visual table th,
  .in-place-edit-field .in-place-edit-field-visual table td {
    min-height: 5em;
  }
  .in-place-edit-field .in-place-edit-field-visual table.responsive-table tbody {
    overflow-x: scroll;
  }
  .in-place-edit-field .in-place-edit-field-visual table.responsive-table tbody tr td {
    word-break: break-all;
    white-space: normal;
    overflow-y: auto;
  }
  .in-place-edit-field .in-place-edit-field-visual table.responsive-table thead {
    max-width: 30%;
  }
}
.in-place-edit-field .in-place-edit-field-visual .highlight-box {
  display: block;
  margin: 20px 0;
  color: white;
  padding: 15px 25px;
  background: rgb(0, 128, 128);
  border-radius: 8px;
  font-size: inherit;
  box-shadow: 0px 0px 5px -2px rgba(0, 0, 0, 0.4);
}
.in-place-edit-field .in-place-edit-field-visual .highlight-box h3 {
  color: white !important;
}
.in-place-edit-field .in-place-edit-field-visual .highlight-box p {
  margin: 0;
}
.in-place-edit-field .in-place-edit-field-visual .highlight-box a {
  color: rgb(73, 217, 203);
  cursor: pointer;
}
.in-place-edit-field .in-place-edit-field-visual .highlight-box a:hover {
  color: rgb(43, 187, 173);
}
.in-place-edit-field .in-place-edit-field-visual figure {
  margin: 5px;
  display: flex;
  flex: 1 1 0;
  justify-content: center;
  position: relative;
  flex-flow: wrap;
}
@media (max-width: 660px), (min-width: 661px) and (max-width: 991px) {
  .in-place-edit-field .in-place-edit-field-visual figure {
    flex: 0 1 100%;
  }
}
.in-place-edit-field .in-place-edit-field-visual figure figcaption {
  display: block;
  width: 100%;
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
  font-style: italic;
  font-size: 14px;
}
.in-place-edit-field .in-place-edit-field-visual .caption {
  display: block;
  width: 100%;
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
  font-style: italic;
  font-size: 14px;
}
.in-place-edit-field .in-place-edit-field-visual .comparison-wrapper {
  display: flex;
  flex-flow: nowrap;
  margin: 20px 0;
  justify-content: space-between;
}
.in-place-edit-field .in-place-edit-field-visual .comparison-wrapper > div {
  display: block;
  width: 50%;
}
@media (max-width: 660px), (min-width: 661px) and (max-width: 991px) {
  .in-place-edit-field .in-place-edit-field-visual .comparison-wrapper > div {
    width: 100%;
  }
}
@media (max-width: 660px), (min-width: 661px) and (max-width: 991px) {
  .in-place-edit-field .in-place-edit-field-visual .comparison-wrapper {
    flex-flow: wrap;
  }
}
.in-place-edit-field .in-place-edit-field-visual .comparison-wrapper .prdk-widget {
  min-width: unset;
}
.in-place-edit-field .in-place-edit-field-visual .pro-box,
.in-place-edit-field .in-place-edit-field-visual .contra-box {
  display: flex !important;
  position: relative;
  color: black;
  border-radius: 8px;
  font-size: inherit;
  flex-flow: row wrap;
  flex: 1 1 0;
  background-color: white;
  align-content: flex-start;
  box-shadow: 0px 0px 5px -2px rgba(0, 0, 0, 0.4);
}
.in-place-edit-field .in-place-edit-field-visual .pro-box p,
.in-place-edit-field .in-place-edit-field-visual .contra-box p {
  padding: 0 0 0 26px;
  margin: 16px 0 0 0;
  text-align: left;
}
.in-place-edit-field .in-place-edit-field-visual .pro-box ul,
.in-place-edit-field .in-place-edit-field-visual .contra-box ul {
  padding: 0 10px 10px 10px;
  width: 100%;
}
.in-place-edit-field .in-place-edit-field-visual .pro-box ul li,
.in-place-edit-field .in-place-edit-field-visual .contra-box ul li {
  padding: 5px 0px 5px 5px;
  line-height: 1.3;
  text-align: left;
  color: black;
}
.in-place-edit-field .in-place-edit-field-visual .pro-box ul li::marker,
.in-place-edit-field .in-place-edit-field-visual .contra-box ul li::marker {
  display: inline-block;
  position: absolute;
  border: 0;
  float: none;
  font-weight: 800;
  height: auto;
  left: 15px;
  top: auto;
  vertical-align: middle;
}
@media (max-width: 660px), (min-width: 661px) and (max-width: 991px) {
  .in-place-edit-field .in-place-edit-field-visual .pro-box,
  .in-place-edit-field .in-place-edit-field-visual .contra-box {
    flex: 0 1 100%;
  }
}
.in-place-edit-field .in-place-edit-field-visual .pro-box.pro-box,
.in-place-edit-field .in-place-edit-field-visual .contra-box.pro-box {
  margin-right: 5px;
}
@media (max-width: 660px), (min-width: 661px) and (max-width: 991px) {
  .in-place-edit-field .in-place-edit-field-visual .pro-box.pro-box,
  .in-place-edit-field .in-place-edit-field-visual .contra-box.pro-box {
    margin-right: 0;
    margin-bottom: 5px;
  }
}
.in-place-edit-field .in-place-edit-field-visual .pro-box.pro-box li,
.in-place-edit-field .in-place-edit-field-visual .contra-box.pro-box li {
  list-style-type: "+ ";
}
.in-place-edit-field .in-place-edit-field-visual .pro-box.pro-box li::marker,
.in-place-edit-field .in-place-edit-field-visual .contra-box.pro-box li::marker {
  color: rgb(0, 128, 128);
}
.in-place-edit-field .in-place-edit-field-visual .pro-box.pro-box:before,
.in-place-edit-field .in-place-edit-field-visual .contra-box.pro-box:before {
  content: "Vorteile";
  flex: 0 1 100%;
  justify-content: center;
  display: flex;
  height: 40px;
  width: auto;
  position: relative;
  color: #fff;
  background: rgb(0, 128, 128);
  padding: 10px 5px;
  border-radius: 8px 8px 0px 0px;
}
.in-place-edit-field .in-place-edit-field-visual .pro-box.contra-box,
.in-place-edit-field .in-place-edit-field-visual .contra-box.contra-box {
  margin-left: 5px;
}
@media (max-width: 660px), (min-width: 661px) and (max-width: 991px) {
  .in-place-edit-field .in-place-edit-field-visual .pro-box.contra-box,
  .in-place-edit-field .in-place-edit-field-visual .contra-box.contra-box {
    margin-left: 0;
    margin-top: 5px;
  }
}
.in-place-edit-field .in-place-edit-field-visual .pro-box.contra-box li,
.in-place-edit-field .in-place-edit-field-visual .contra-box.contra-box li {
  list-style-type: "- ";
}
.in-place-edit-field .in-place-edit-field-visual .pro-box.contra-box li::marker,
.in-place-edit-field .in-place-edit-field-visual .contra-box.contra-box li::marker {
  color: rgba(178, 0, 35, 0.9);
}
.in-place-edit-field .in-place-edit-field-visual .pro-box.contra-box:before,
.in-place-edit-field .in-place-edit-field-visual .contra-box.contra-box:before {
  content: "Nachteile";
  flex: 0 1 100%;
  justify-content: center;
  display: flex;
  height: 40px;
  width: auto;
  position: relative;
  color: #fff;
  background: rgba(178, 0, 35, 0.9);
  padding: 10px 5px;
  border-radius: 8px 8px 0px 0px;
}
.in-place-edit-field .in-place-edit-field-visual .info-box {
  display: block;
  position: relative;
  margin: 20px 0;
  padding-top: 20px;
  color: white;
  padding: 40px 25px 15px 25px;
  background: rgb(16, 54, 66);
  border-radius: 8px;
  font-size: inherit;
  box-shadow: 0px 0px 5px -2px rgba(0, 0, 0, 0.4);
}
.in-place-edit-field .in-place-edit-field-visual .info-box h3 {
  color: #aaa !important;
}
.in-place-edit-field .in-place-edit-field-visual .info-box p {
  margin: 0;
}
.in-place-edit-field .in-place-edit-field-visual .info-box a {
  color: rgb(43, 187, 173);
  cursor: pointer;
}
.in-place-edit-field .in-place-edit-field-visual .info-box a:hover {
  color: rgb(73, 217, 203);
}
.in-place-edit-field .in-place-edit-field-visual .info-box:before {
  content: "i";
  display: flex;
  height: 30px;
  width: 45px;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  background: rgb(0, 128, 128);
  padding: 10px 5px;
  border-radius: 5px 0 5px 0;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}
.in-place-edit-field .in-place-edit-field-visual li .collapsible-header {
  margin: 0;
}
.in-place-edit-field .in-place-edit-field-visual li .collapsible-header h3 {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: black !important;
  margin: 0;
}
.in-place-edit-field .in-place-edit-field-visual iframe {
  max-width: 100%;
}
.in-place-edit-field .in-place-edit-field-visual .responsive-frame {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.in-place-edit-field .edit-options,
.in-place-edit-field .save-options {
  display: inline-flex;
  flex-flow: nowrap;
  justify-content: flex-end;
  position: relative;
  flex: 0 1 100%;
  margin-bottom: 15px;
}
.in-place-edit-field .edit-options .edit-item,
.in-place-edit-field .save-options .edit-item {
  cursor: pointer;
  margin: 0;
}
.in-place-edit-field .edit-options .edit-item .edit-button:focus,
.in-place-edit-field .save-options .edit-item .edit-button:focus {
  background: rgb(231, 233, 234) !important;
}

.shariff ul {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
}
.shariff ul li.shariff-button {
  margin: 0;
  margin-top: 5px;
}
.shariff ul li.shariff-button a {
  display: inline-flex;
  width: 25px;
  height: 25px;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
}
.shariff ul li.shariff-button a .fab,
.shariff ul li.shariff-button a .fa,
.shariff ul li.shariff-button a .fas {
  display: flex;
  font-size: 16px;
  justify-content: center;
}

div.feedback-btn {
  top: 0px;
  left: 0px;
  width: auto;
  height: auto;
  position: fixed;
  padding: 10px;
  background-color: none;
  z-index: 20000 !important;
}
div.feedback-btn a.btn-floating {
  display: block;
  background-color: rgb(0, 191, 165);
  z-index: 20000 !important;
}

.material-tooltip {
  /*color: $color-dark !important;*/
  background-color: rgb(0, 191, 165);
}
.material-tooltip .tooltip-html {
  width: 100%;
  height: 100%;
}
.material-tooltip .tooltip-html:after {
  content: "";
  position: absolute;
  border-width: 8px 0 0 8px;
  border-style: solid;
  display: block;
  width: 0px;
  height: auto;
  margin: 0;
  padding: 0;
  transform: rotate(225deg);
  border-color: inherit;
}
.material-tooltip .tooltip-html.arrow-top:after {
  top: -4px !important;
  right: calc(50% - 4px);
}
.material-tooltip .tooltip-html.arrow-rgt:after {
  top: calc(50% - 4px);
  right: -4px;
}
.material-tooltip .tooltip-html.arrow-btm:after {
  bottom: -4px;
  right: calc(50% - 4px);
}
.material-tooltip .tooltip-html.arrow-lft:after {
  top: calc(50% - 4px);
  left: -4px;
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  font-size: 24px;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

#materialbox-overlay {
  background: black;
}

/*
 * To be able to use this mixin in a particular place the language select must adhere
 * to the given hierarchy:
 * <div class="input-field language-select-wrapper">
 *   <select class="edit-language"> //actually this class must also be passed as parameter while Materializecss init
 *     <option>...</option>
 *     ...
 *   </select>
 * </div>
 */
.dynamic-modal {
  height: auto !important;
  max-height: 85% !important;
}
.dynamic-modal.text-modal ul:not(.collapsible),
.dynamic-modal.text-modal ol {
  padding-left: 30px;
  margin: 1em;
  text-align: left;
}
@media (max-width: 660px) {
  .dynamic-modal.text-modal ul:not(.collapsible),
  .dynamic-modal.text-modal ol {
    padding-left: 20px;
  }
}
.dynamic-modal.text-modal ul:not(.collapsible) li {
  list-style-type: disc;
}
.dynamic-modal.text-modal ol li {
  list-style-type: decimal;
}
.dynamic-modal.text-modal h2,
.dynamic-modal.text-modal .h2 {
  font-size: 1.6rem;
  text-align: left !important;
  margin: 35px 0 !important;
  font-weight: bold;
}
.dynamic-modal.text-modal h3,
.dynamic-modal.text-modal .h3 {
  font-size: 1.4rem;
  text-align: left;
  margin: 25px 0;
  font-weight: bold;
}
.dynamic-modal.text-modal h4,
.dynamic-modal.text-modal .h4 {
  margin: 10px 0px;
  font-size: 1.1rem;
  text-align: left;
  font-weight: 800;
}
.dynamic-modal.text-modal h5,
.dynamic-modal.text-modal .h5 {
  font-size: 1rem;
  margin: 1.0933333333rem 0 0.656rem 0;
  text-align: left;
  font-weight: 800;
  font-style: italic;
}
.dynamic-modal.text-modal h6,
.dynamic-modal.text-modal .h6 {
  font-size: 1rem;
  line-height: 110%;
  margin: 1.0933333333rem 0 0.656rem 0;
  font-weight: 400;
  text-align: left;
  font-style: italic;
}
.dynamic-modal.text-modal blockquote {
  font-style: italic;
}
.dynamic-modal.text-modal img,
.dynamic-modal.text-modal object {
  display: block;
  max-height: 500px;
  margin: 15px auto;
  width: auto;
}
@media (min-width: 1200px) {
  .dynamic-modal.text-modal img,
  .dynamic-modal.text-modal object {
    max-width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .dynamic-modal.text-modal img,
  .dynamic-modal.text-modal object {
    max-width: 100%;
  }
}
@media (max-width: 660px), (min-width: 661px) and (max-width: 991px) {
  .dynamic-modal.text-modal img,
  .dynamic-modal.text-modal object {
    max-width: 100%;
  }
}
.dynamic-modal.text-modal object {
  min-height: 300px;
}
@media (min-width: 1200px), (min-width: 992px) and (max-width: 1199px), (min-width: 661px) and (max-width: 991px) {
  .dynamic-modal.text-modal object {
    width: 400px;
  }
}
@media (max-width: 660px) {
  .dynamic-modal.text-modal object {
    width: 100%;
  }
}
.dynamic-modal.text-modal table {
  margin: 10px 0;
  table-layout: fixed;
  width: 100%;
  max-width: 100%;
  display: table !important;
}
.dynamic-modal.text-modal table th,
.dynamic-modal.text-modal table td {
  border-bottom: 1px solid rgb(219, 219, 219);
  width: inherit;
  text-align: left;
}
.dynamic-modal.text-modal table th:before,
.dynamic-modal.text-modal table td:before {
  content: none;
}
.dynamic-modal.text-modal table th img,
.dynamic-modal.text-modal table td img {
  max-height: 200px;
}
.dynamic-modal.text-modal table thead {
  max-width: 70%;
}
.dynamic-modal.text-modal table.scrollable:after {
  content: "Scroll ›";
  font-size: 12px;
  color: #aaa;
  display: flex;
  flex: 0 1 100%;
  justify-content: flex-end;
  font-style: oblique;
}
@media (max-width: 660px), (min-width: 661px) and (max-width: 991px) {
  .dynamic-modal.text-modal table th,
  .dynamic-modal.text-modal table td {
    min-height: 5em;
  }
  .dynamic-modal.text-modal table.responsive-table tbody {
    overflow-x: scroll;
  }
  .dynamic-modal.text-modal table.responsive-table tbody tr td {
    word-break: break-all;
    white-space: normal;
    overflow-y: auto;
  }
  .dynamic-modal.text-modal table.responsive-table thead {
    max-width: 30%;
  }
}
.dynamic-modal.text-modal .highlight-box {
  display: block;
  margin: 20px 0;
  color: white;
  padding: 15px 25px;
  background: rgb(0, 128, 128);
  border-radius: 8px;
  font-size: inherit;
  box-shadow: 0px 0px 5px -2px rgba(0, 0, 0, 0.4);
}
.dynamic-modal.text-modal .highlight-box h3 {
  color: white !important;
}
.dynamic-modal.text-modal .highlight-box p {
  margin: 0;
}
.dynamic-modal.text-modal .highlight-box a {
  color: rgb(73, 217, 203);
  cursor: pointer;
}
.dynamic-modal.text-modal .highlight-box a:hover {
  color: rgb(43, 187, 173);
}
.dynamic-modal.text-modal figure {
  margin: 5px;
  display: flex;
  flex: 1 1 0;
  justify-content: center;
  position: relative;
  flex-flow: wrap;
}
@media (max-width: 660px), (min-width: 661px) and (max-width: 991px) {
  .dynamic-modal.text-modal figure {
    flex: 0 1 100%;
  }
}
.dynamic-modal.text-modal figure figcaption {
  display: block;
  width: 100%;
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
  font-style: italic;
  font-size: 14px;
}
.dynamic-modal.text-modal .caption {
  display: block;
  width: 100%;
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
  font-style: italic;
  font-size: 14px;
}
.dynamic-modal.text-modal .comparison-wrapper {
  display: flex;
  flex-flow: nowrap;
  margin: 20px 0;
  justify-content: space-between;
}
.dynamic-modal.text-modal .comparison-wrapper > div {
  display: block;
  width: 50%;
}
@media (max-width: 660px), (min-width: 661px) and (max-width: 991px) {
  .dynamic-modal.text-modal .comparison-wrapper > div {
    width: 100%;
  }
}
@media (max-width: 660px), (min-width: 661px) and (max-width: 991px) {
  .dynamic-modal.text-modal .comparison-wrapper {
    flex-flow: wrap;
  }
}
.dynamic-modal.text-modal .comparison-wrapper .prdk-widget {
  min-width: unset;
}
.dynamic-modal.text-modal .pro-box,
.dynamic-modal.text-modal .contra-box {
  display: flex !important;
  position: relative;
  color: black;
  border-radius: 8px;
  font-size: inherit;
  flex-flow: row wrap;
  flex: 1 1 0;
  background-color: white;
  align-content: flex-start;
  box-shadow: 0px 0px 5px -2px rgba(0, 0, 0, 0.4);
}
.dynamic-modal.text-modal .pro-box p,
.dynamic-modal.text-modal .contra-box p {
  padding: 0 0 0 26px;
  margin: 16px 0 0 0;
  text-align: left;
}
.dynamic-modal.text-modal .pro-box ul,
.dynamic-modal.text-modal .contra-box ul {
  padding: 0 10px 10px 10px;
  width: 100%;
}
.dynamic-modal.text-modal .pro-box ul li,
.dynamic-modal.text-modal .contra-box ul li {
  padding: 5px 0px 5px 5px;
  line-height: 1.3;
  text-align: left;
  color: black;
}
.dynamic-modal.text-modal .pro-box ul li::marker,
.dynamic-modal.text-modal .contra-box ul li::marker {
  display: inline-block;
  position: absolute;
  border: 0;
  float: none;
  font-weight: 800;
  height: auto;
  left: 15px;
  top: auto;
  vertical-align: middle;
}
@media (max-width: 660px), (min-width: 661px) and (max-width: 991px) {
  .dynamic-modal.text-modal .pro-box,
  .dynamic-modal.text-modal .contra-box {
    flex: 0 1 100%;
  }
}
.dynamic-modal.text-modal .pro-box.pro-box,
.dynamic-modal.text-modal .contra-box.pro-box {
  margin-right: 5px;
}
@media (max-width: 660px), (min-width: 661px) and (max-width: 991px) {
  .dynamic-modal.text-modal .pro-box.pro-box,
  .dynamic-modal.text-modal .contra-box.pro-box {
    margin-right: 0;
    margin-bottom: 5px;
  }
}
.dynamic-modal.text-modal .pro-box.pro-box li,
.dynamic-modal.text-modal .contra-box.pro-box li {
  list-style-type: "+ ";
}
.dynamic-modal.text-modal .pro-box.pro-box li::marker,
.dynamic-modal.text-modal .contra-box.pro-box li::marker {
  color: rgb(0, 128, 128);
}
.dynamic-modal.text-modal .pro-box.pro-box:before,
.dynamic-modal.text-modal .contra-box.pro-box:before {
  content: "Vorteile";
  flex: 0 1 100%;
  justify-content: center;
  display: flex;
  height: 40px;
  width: auto;
  position: relative;
  color: #fff;
  background: rgb(0, 128, 128);
  padding: 10px 5px;
  border-radius: 8px 8px 0px 0px;
}
.dynamic-modal.text-modal .pro-box.contra-box,
.dynamic-modal.text-modal .contra-box.contra-box {
  margin-left: 5px;
}
@media (max-width: 660px), (min-width: 661px) and (max-width: 991px) {
  .dynamic-modal.text-modal .pro-box.contra-box,
  .dynamic-modal.text-modal .contra-box.contra-box {
    margin-left: 0;
    margin-top: 5px;
  }
}
.dynamic-modal.text-modal .pro-box.contra-box li,
.dynamic-modal.text-modal .contra-box.contra-box li {
  list-style-type: "- ";
}
.dynamic-modal.text-modal .pro-box.contra-box li::marker,
.dynamic-modal.text-modal .contra-box.contra-box li::marker {
  color: rgba(178, 0, 35, 0.9);
}
.dynamic-modal.text-modal .pro-box.contra-box:before,
.dynamic-modal.text-modal .contra-box.contra-box:before {
  content: "Nachteile";
  flex: 0 1 100%;
  justify-content: center;
  display: flex;
  height: 40px;
  width: auto;
  position: relative;
  color: #fff;
  background: rgba(178, 0, 35, 0.9);
  padding: 10px 5px;
  border-radius: 8px 8px 0px 0px;
}
.dynamic-modal.text-modal .info-box {
  display: block;
  position: relative;
  margin: 20px 0;
  padding-top: 20px;
  color: white;
  padding: 40px 25px 15px 25px;
  background: rgb(16, 54, 66);
  border-radius: 8px;
  font-size: inherit;
  box-shadow: 0px 0px 5px -2px rgba(0, 0, 0, 0.4);
}
.dynamic-modal.text-modal .info-box h3 {
  color: #aaa !important;
}
.dynamic-modal.text-modal .info-box p {
  margin: 0;
}
.dynamic-modal.text-modal .info-box a {
  color: rgb(43, 187, 173);
  cursor: pointer;
}
.dynamic-modal.text-modal .info-box a:hover {
  color: rgb(73, 217, 203);
}
.dynamic-modal.text-modal .info-box:before {
  content: "i";
  display: flex;
  height: 30px;
  width: 45px;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  background: rgb(0, 128, 128);
  padding: 10px 5px;
  border-radius: 5px 0 5px 0;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}
.dynamic-modal.text-modal li .collapsible-header {
  margin: 0;
}
.dynamic-modal.text-modal li .collapsible-header h3 {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: black !important;
  margin: 0;
}
.dynamic-modal.text-modal iframe {
  max-width: 100%;
}
.dynamic-modal.text-modal .responsive-frame {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.dynamic-modal.simple-alert {
  max-width: 350px;
}
.dynamic-modal.simple-alert p {
  text-align: center;
}
.dynamic-modal.simple-alert a.option-one {
  width: 100%;
  text-align: center;
}
.dynamic-modal .modal-feedback ul {
  padding-left: 15px;
}
.dynamic-modal .modal-feedback ul li {
  list-style-type: square;
  color: rgba(178, 0, 35, 0.9);
}
.dynamic-modal .modal-content {
  color: rgb(36, 36, 36);
}
.dynamic-modal .modal-content a:hover {
  color: rgb(0, 191, 165);
}
.dynamic-modal .modal-footer {
  color: rgb(36, 36, 36);
  background: rgb(150, 150, 150) !important;
  height: auto !important;
  display: flex !important;
  flex-flow: nowrap !important;
}
@media (max-width: 660px) {
  .dynamic-modal .modal-footer {
    flex-flow: column wrap;
  }
}
.dynamic-modal .confirm_text {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: rgb(36, 36, 36);
}

.resetbox, .resetbox .inner-resetbox {
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  font-family: "Philosopher", sans-serif;
  display: flex;
  flex-flow: column nowrap;
  position: relative;
  font-size: 1.2em;
  height: 80vh;
  box-sizing: border-box;
}
@media (max-width: 660px), (min-width: 661px) and (max-width: 991px) {
  .resetbox, .resetbox .inner-resetbox {
    height: auto;
    margin-top: 80px;
    margin-bottom: 30px;
  }
}
.resetbox .inner-resetbox {
  margin-top: 0;
  margin-left: 30px;
  margin-right: 30px;
  padding: 20px;
  background: rgb(231, 233, 234);
  width: 390px;
  height: auto;
  min-height: 382px;
  padding: 30px 30px;
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
@media (max-width: 660px), (min-width: 661px) and (max-width: 991px) {
  .resetbox .inner-resetbox {
    width: 90vw;
  }
  .resetbox .inner-resetbox .login {
    width: 100%;
  }
}
.resetbox .inner-resetbox:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.6), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.resetbox .row {
  text-align: center;
  align-content: center;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.resetbox .input-field:not(.password-box) {
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  display: flex;
  width: 100% !important;
  box-sizing: border-box;
  padding: 0 !important;
  flex-flow: wrap;
  flex: 0 1 100%;
}
.resetbox .input-field:not(.password-box) .helper-text {
  width: 100%;
  height: 100%;
  text-align: left;
}
.resetbox .instruction {
  display: flex;
  flex: 0 1 100%;
  padding: 0 10%;
  justify-content: center;
  text-align: center;
  color: rgb(16, 54, 66);
}
.resetbox .toggle-password {
  height: 2.4rem;
  background: hsla(0, 0%, 100%, 0.4);
  border: 1px solid hsla(0, 0%, 100%, 0.6);
}
.resetbox .password,
.resetbox #password-login,
.resetbox #set-password1,
.resetbox #set-password2,
.resetbox #email-login,
.resetbox #email-input,
.resetbox label,
.resetbox .inner-resetbox label {
  height: 2.4rem;
  padding-left: 10px;
  width: 100%;
  min-width: 300px;
  box-sizing: border-box;
  border-radius: 6px;
}
@media (max-width: 660px), (min-width: 661px) and (max-width: 991px) {
  .resetbox .password,
  .resetbox #password-login,
  .resetbox #set-password1,
  .resetbox #set-password2,
  .resetbox #email-login,
  .resetbox #email-input,
  .resetbox label,
  .resetbox .inner-resetbox label {
    min-width: unset;
  }
}
.resetbox .password,
.resetbox #password-login,
.resetbox #set-password1,
.resetbox #set-password2,
.resetbox #email-login,
.resetbox #email-input {
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: black;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.4);
}
.resetbox #pw_forgotten,
.resetbox #register-link {
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  display: flex;
  position: relative;
  font-size: 14px;
  color: rgb(36, 36, 36);
}
.resetbox label, .resetbox .inner-resetbox label {
  margin: 0 0 2px 0;
  transform: translateY(6px);
  z-index: 0;
  color: rgb(102, 102, 102);
}
.resetbox .input-field > label:not(.label-icon).active {
  transform: translateY(-16px) scale(0.8) !important;
  color: rgb(36, 36, 36);
}
.resetbox .btn {
  width: auto;
  height: auto;
  font-family: "Philosopher", sans-serif;
}
.resetbox .email-reset-row {
  max-width: 400px !important;
}
.resetbox .notification-row {
  transform: translateY(-50px);
  width: 80%;
  display: flex;
  flex-flow: row wrap;
}
.resetbox .headline {
  color: rgb(43, 187, 173);
  flex: 0 1 100%;
}

.input-field.password-box {
  display: flex;
  flex: 0 1 100%;
  width: 100% !important;
  box-sizing: border-box;
  padding: 0 !important;
  flex-flow: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
}
.input-field.password-box input {
  flex: 1 1 0;
  width: 100%;
}
.input-field.password-box .toggle-password {
  display: flex;
  color: rgb(36, 36, 36);
  margin-bottom: 8px;
  margin-left: 2px;
  border-radius: 0px 6px 6px 0;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  min-width: 0;
  max-width: 25px;
}
.input-field.password-box .password {
  border-radius: 6px 0 0 6px !important;
}
.input-field.password-box .helper-text {
  min-height: 50px;
  flex-basis: 100%;
  margin-top: 8px;
  text-align: left;
}

button,
.btn,
input,
.select {
  font-family: "Philosopher", sans-serif !important;
}

.btn-wrapper {
  display: inline-flex;
  position: absolute;
  flex-flow: nowrap;
  flex: 0 1 100%;
  justify-content: center;
  align-items: flex-end;
  bottom: 5px;
  right: 5px;
}
.btn-wrapper .zoid-outlet {
  max-width: 140px !important;
}

.oauth-login-button {
  display: flex !important;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  margin: 5px auto;
  padding: 3px 0 !important;
  text-transform: none !important;
  border-radius: 5px !important;
  width: 100%;
  font-size: 1rem;
}
.oauth-login-button svg {
  margin-right: 4px;
}
.oauth-login-button.facebook {
  color: white;
  background-color: rgb(56, 84, 153);
}
.oauth-login-button.google {
  color: black;
  background-color: white;
}
.oauth-login-button.in-modal:hover {
  color: rgb(219, 219, 219) !important;
}

/**
**Styling for Share Popup
*/
#share-modal {
  display: none;
  position: fixed;
  width: auto;
  max-width: 400px;
  height: auto;
  border-radius: 5px;
  flex-flow: column wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  color: white;
  z-index: inherit;
  background-color: rgba(17, 40, 48, 0.5);
  z-index: 10000;
  top: 0;
}
@media (max-width: 660px), (min-width: 661px) and (max-width: 991px) {
  #share-modal {
    max-width: 90%;
  }
}
#share-modal #modal-content {
  display: flex;
  flex: 0 1 100%;
  width: 100%;
  justify-content: center;
  flex-flow: wrap;
  padding: 15px;
}
#share-modal #modal-content h2 {
  display: flex;
  flex: 0 1 100%;
  font-size: 18px;
  font-weight: 800;
  color: #fff;
}
#share-modal #modal-content #url-box {
  display: inline-flex;
  flex: 0 1 100%;
  width: 100%;
  flex-wrap: nowrap;
  align-items: center;
}
#share-modal #modal-content #url-box .share-url {
  background-color: #fff;
  color: rgb(90, 90, 90) !important;
  padding-left: 10px;
  height: auto;
  min-height: 35px;
  flex: 0 1 80%;
  margin: 0;
}
#share-modal #modal-content #url-box i {
  margin-left: 10px;
  cursor: pointer;
}
#share-modal #modal-content #url-box i:hover {
  color: rgb(43, 187, 173);
}
#share-modal #share-btn-wrapper {
  display: inline-flex;
  flex: 0 1 100%;
  flex-wrap: nowrap;
  width: 100%;
}
#share-modal #share-btn-wrapper .share-shariff {
  display: flex;
  width: 40px;
  height: 20px;
  margin: 2px;
  width: 100%;
}
#share-modal #share-btn-wrapper .share-shariff ul {
  display: inline-flex;
  flex: 0 1 100%;
  flex-flow: nowrap;
  justify-content: flex-start;
  width: 100%;
  margin: 0;
}
#share-modal #share-btn-wrapper .share-shariff ul li {
  margin: 0 5px 0 5px;
}
#share-modal #share-btn-wrapper .share-shariff ul li:hover span {
  color: rgb(43, 187, 173);
}
#share-modal .modal-footer {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 0;
  height: 45px;
}
#share-modal .modal-footer #close-share-modal {
  display: flex;
  flex: 0 1 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
}

.loader {
  border: 8px solid #f3f3f3; /* Light grey */
  border-top: 8px solid rgb(43, 187, 173); /* Blue */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
}
.loader.big {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid rgb(43, 187, 173); /* Blue */
  width: 120px;
  height: 120px;
}
.loader.medium {
  border: 12px solid #f3f3f3; /* Light grey */
  border-top: 12px solid rgb(43, 187, 173); /* Blue */
  width: 70px;
  height: 70px;
}
.loader.small {
  border: 7px solid #f3f3f3;
  border-top: 7px solid #2bbbad;
  width: 35px;
  height: 35px;
}
.loader.tiny {
  border: 5px solid #f3f3f3; /* Light grey */
  border-top: 5px solid rgb(43, 187, 173); /* Blue */
  width: 20px;
  height: 20px;
}
.loader.adaptive {
  border: 5px solid #f3f3f3; /* Light grey */
  border-top: 5px solid rgb(43, 187, 173); /* Blue */
  width: 100%;
  height: 100%;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#produck-loader-frame {
  display: flex;
  position: fixed;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-content: center;
  align-items: center;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: none;
}
#produck-loader-frame.transparent {
  background-color: rgba(6, 21, 26, 0.8) !important;
}
#produck-loader-frame.loader-is-sub {
  width: 100%;
  height: 100%;
}

.mandatory::after {
  content: "*";
}

.datepicker-modal {
  color: rgb(36, 36, 36);
}
.datepicker-modal .select-wrapper input {
  color: inherit !important;
}

.unobtrusive-action-link {
  color: #aaa;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: unset;
}
.unobtrusive-action-link:not(.disabled):hover {
  color: rgb(43, 187, 173);
  cursor: pointer;
}

.category-tags {
  display: flex;
  flex-flow: row wrap;
  width: 100% !important;
}
.category-tags .chip {
  display: inline-flex;
  box-shadow: -2px 2px 4px 1px rgba(0, 0, 0, 0.6);
}
.category-tags input {
  color: rgb(90, 90, 90);
}
.category-tags ::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #9e9e9e; /* same as materializecss labels */
  opacity: 1; /* compensate Firefox auto-opacity for placeholders */
}
.category-tags ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #9e9e9e; /* same as materializecss labels */
  opacity: 1; /* compensate Firefox auto-opacity for placeholders */
}
.category-tags :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #9e9e9e; /* same as materializecss labels */
}
.category-tags ::-ms-input-placeholder {
  /* Edge */
  color: #9e9e9e; /* same as materializecss labels */
}

.prdk-btn {
  display: flex !important;
  flex: 0 1 auto;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  min-height: 30px !important;
  line-height: normal !important;
}
.prdk-btn:not(.icon-btn) {
  padding-top: 5px;
  padding-bottom: 5px;
}
.prdk-btn:hover {
  color: white !important;
}

.icon-btn {
  margin: 2px !important;
  height: 30px;
}
.icon-btn i {
  font-size: 18px;
  width: auto;
  margin: 0;
}

.prdk-link {
  color: rgb(43, 187, 173) !important;
  cursor: pointer;
}
.prdk-link:hover {
  color: rgb(73, 217, 203) !important;
}

.svg-icon-questionmark {
  height: 14px;
  width: 14px;
  margin-left: 10px;
}
.svg-icon-questionmark:hover path {
  fill: rgb(90, 90, 90);
}
.svg-icon-questionmark path {
  fill: #aaa;
}

.card-headline,
.card-subheadline {
  display: flex;
  position: relative;
  margin: 10vh 5vw 10px 5vw;
  flex: 0 1 100%;
  color: rgb(90, 90, 90);
  justify-content: center;
  text-align: center;
}

.card-headline {
  font-size: 2.6rem !important;
}
@media (max-width: 660px) {
  .card-headline {
    font-size: 2rem !important;
  }
}

.card-subheadline {
  color: #aaa;
  font-size: 2rem !important;
  margin: 20px 5vw;
}
@media (max-width: 660px) {
  .card-subheadline {
    font-size: 1.4rem !important;
  }
}

.vertical-spacer {
  line-height: unset;
  width: 100%;
}
.vertical-spacer.small {
  height: 10px;
  min-height: 10px;
}
.vertical-spacer.medium {
  height: 20px;
  min-height: 20px;
}
.vertical-spacer.big {
  height: 30px;
  min-height: 30px;
}

.just-center {
  justify-content: center;
}

.just-left {
  justify-content: flex-start;
}

.just-right {
  justify-content: flex-end;
}

.align-it-center {
  align-items: center;
}

.align-con-center {
  align-content: center;
}

.center-all {
  justify-content: center;
  align-items: center;
  align-content: center;
}

.center-txt {
  text-align: center;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-10 {
  font-size: 12px !important;
}

.flex-box {
  display: flex;
}

.flex-wrap {
  flex-flow: wrap;
}

.ps-absolute {
  position: absolute;
}

.ps-relative {
  position: relative;
}

.o0 {
  opacity: 0;
}

.w100 {
  width: 100% !important;
}

.vw100 {
  width: 100vw !important;
}

.vh100 {
  height: 100vh !important;
}

.placeholder::-moz-placeholder {
  color: rgb(102, 102, 102);
}

.placeholder::placeholder {
  color: rgb(102, 102, 102);
}

.zi1 {
  z-index: 2147483638;
}

.strong {
  font-weight: bold !important;
}

.em {
  font-style: italic !important;
}

.whiteco {
  color: #fff !important;
}

.lightco {
  color: rgb(219, 219, 219) !important;
}

.darkco {
  color: rgb(36, 36, 36) !important;
}

.darkco-grey {
  color: rgb(90, 90, 90) !important;
}

.tealco {
  color: rgba(43, 187, 173, 0.8) !important;
}

.dark-tealco {
  color: rgb(43, 187, 173) !important;
}

.light-tealco {
  color: rgb(100, 255, 218) !important;
}

.bg-white {
  background-color: white !important;
}

.bg-light {
  background-color: rgb(231, 233, 234) !important;
}

.bg-dark {
  background-color: rgb(17, 40, 48) !important;
}

.bg-dark-blue {
  background-color: rgb(16, 54, 66) !important;
}

.bg-dark-transparent {
  background-color: rgba(6, 21, 26, 0.6) !important;
}

.bg-teal {
  background-color: rgba(43, 187, 173, 0.8) !important;
}

.bg-light-teal {
  background-color: rgb(100, 255, 218) !important;
}

.sidenav .nav-index-link {
  color: rgb(0, 128, 128);
  border-top: 1px solid rgb(219, 219, 219);
}

.margin-nav {
  margin-top: 56px;
}

.pointer {
  cursor: pointer;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0;
}

.tabs {
  display: flex;
  height: 46px;
  background: rgb(219, 219, 219);
  width: 100%;
  overflow-x: auto;
}
.tabs .tab a {
  color: rgb(90, 90, 90);
  display: flex;
  justify-content: center;
  align-items: center;
}
.tabs .tab a:hover {
  color: rgb(10, 36, 44) !important;
  background-color: rgb(229, 229, 229) !important;
}

.tabs .tab a.active {
  color: #aaa !important;
  background: rgb(90, 90, 90) !important;
}
.tabs .tab a.active:hover {
  color: rgb(229, 229, 229) !important;
}

.bold {
  font-weight: 800 !important;
}

b,
strong {
  font-weight: bold;
}

.beauty-scroll {
  font-family: "Philosopher", sans-serif;
  scrollbar-color: #aaa;
  scrollbar-width: thin;
}
.beauty-scroll::-webkit-scrollbar {
  width: 5px;
}
.beauty-scroll::-webkit-scrollbar-thumb {
  background: #aaa;
  border-radius: 6px;
}
.beauty-scroll::-webkit-scrollbar-track {
  background: rgb(219, 219, 219);
  border-radius: 0px;
}

.prdk-textarea {
  height: auto;
  width: 100%;
  resize: vertical;
  overflow-y: auto;
  word-wrap: break-word;
  padding: 10px !important;
  border: 2px inset !important;
  border-bottom: none !important;
  background: white;
}
.prdk-textarea + label {
  padding: 0 10px;
}
.prdk-textarea:focus {
  outline: none !important;
  border-bottom: 1px solid #26a69a;
  box-shadow: 0 1px 0 0 #26a69a;
  transition: box-shadow 0.3s, border 0.3s;
}

#affiliate-note {
  text-align: center;
  font-size: 12px;
  color: rgb(90, 90, 90);
  padding: 0 10px;
}
@media (max-width: 660px), (min-width: 661px) and (max-width: 991px) {
  #affiliate-note {
    padding: 0 20px;
  }
}
#affiliate-note a {
  color: rgb(43, 187, 173) !important;
}
#affiliate-note a:hover {
  color: rgb(73, 217, 203) !important;
}

.fader-box {
  display: flex;
  justify-content: center;
  flex: 0 1 100%;
  flex-flow: wrap;
  height: 100%;
  align-items: center;
  align-content: center;
}
.fader-box .card-title {
  display: flex;
  flex: 0 100%;
  height: auto;
  max-height: 100%;
  position: relative;
  padding: 20px 35px;
  font-style: italic;
  flex-flow: wrap;
  opacity: 0;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  word-break: break-word;
}
@media (max-width: 660px) {
  .fader-box .card-title {
    font-size: 1.8em;
  }
}
.fader-box .card-title a {
  width: 100%;
  text-align: center;
}
.fader-box .card-title .text-content {
  line-height: normal;
}

.mobile {
  display: flex;
  position: absolute;
  height: 100vh;
  max-height: 100vh;
  flex: 0 1 100%;
  background: linear-gradient(to top, #d3d5d6, rgb(231, 233, 234));
  flex-flow: row wrap;
  padding: 20px;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-size: 3em;
  font-style: italic;
}
@media (max-width: 660px) {
  .mobile {
    align-items: flex-start;
    align-content: flex-start;
    font-size: 1.8em;
  }
}

.brand {
  display: inline-flex;
  flex: 0 100%;
  height: 40%;
  min-height: 20%;
  padding: 10px 30px;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.brand span {
  display: flex;
  font-weight: 800;
  padding: 0 7px;
}
.brand .brand-img {
  display: flex;
  max-width: unset;
  max-height: unset;
}
.brand .brand-img.tiny {
  height: 20px;
  width: 20px;
}
.brand .brand-img.medium {
  height: 40px;
  width: 40px;
}

.main-box {
  display: flex;
  flex: 0 1 100%;
  flex-flow: wrap;
  justify-content: center;
  flex-flow: wrap;
  align-items: center;
}
.main-box .headline {
  display: flex;
  flex: 0 1 100%;
  font-size: 26px !important;
  justify-content: center;
  font-weight: 900;
  margin-top: 0;
}
.main-box p.adnote {
  font-size: 12px;
  position: absolute;
  top: 5px;
  right: 15px;
  display: flex;
  flex: 0 1 100%;
  justify-content: center;
}

.main-box {
  display: flex;
  height: 60%;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
}
.main-box button, .main-box .btn {
  display: flex;
  flex: 0 1 auto;
}

.instruction {
  display: flex;
  flex: 0 1 100%;
  flex-flow: nowrap;
  justify-content: center;
  font-size: 26px !important;
  align-items: center;
}

p.instruction span {
  font-size: 40px !important;
  font-weight: 800 !important;
  padding: 0 10px;
}

.checkmark_circle_success {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 3;
  stroke-miterlimit: 15;
  stroke: #2BBBAD;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border-radius: 50%;
  display: block;
  stroke-width: 3;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 10% auto;
  box-shadow: inset 0px 0px 0px #2BBBAD;
  animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}

.checkmark_check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.9s forwards;
}

.progress {
  transform: rotate(-90deg);
  stroke: black;
}

.progress circle {
  stroke-dasharray: 130;
  stroke-dashoffset: 130;
  animation: dash 1.5s infinite;
}

@keyframes dash {
  50% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -150;
  }
}
.progress {
  position: absolute;
  top: 5%;
  left: 5%;
}

.progress.progress--thin {
  left: auto;
  right: 5%;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 50px #2BBBAD;
  }
}
body {
  font-family: Philosopher;
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100vw;
  max-height: 100vh;
  flex-flow: wrap;
}

.card-title {
  height: 100vh;
  max-height: 100vh;
  position: absolute;
  color: rgb(36, 36, 36);
  font-size: 3em;
}
.card-title.final-card {
  align-content: flex-start;
}
.card-title.final-card .main-box {
  height: auto;
}
.card-title.final-card button, .card-title.final-card .btn {
  margin: 20px 0;
}

.main-box p.adnote {
  color: rgb(90, 90, 90);
}