@font-face {
  font-family: "Lato";
  src: local("Lato"), url("fonts/Lato-Hairline.woff2") format("woff2"), url("fonts/Lato-Hairline.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: local("Lato-Light"), url("fonts/Lato-Light.woff2") format("woff2"), url("fonts/Lato-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: local("Lato Bold"), local("Lato-Bold"), url("fonts/Lato-Bold.woff2") format("woff2"), url("fonts/Lato-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: local("Lato Regular"), local("Lato-Regular"), url("fonts/Lato-Regular.woff2") format("woff2"), url("fonts/Lato-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* main: ../app.scss*/
* {
  font-family: "Lato", sans-serif;
  font-size: 16px;
}

/* main: ../app.scss*/
strong, b {
  font-weight: 700;
  font-size: inherit;
}

.hidden {
  display: none;
}

.fullwidth {
  display: block;
  width: 100%;
}

.gold {
  color: #96653d;
}

.gold_bg {
  background-color: #96653d;
  color: #fff;
  padding: 7px 5px !important;
  font-weight: 300;
}

.border-gold {
  margin-top: 1px !important;
  margin-left: 1px !important;
}

.blue {
  color: #052653;
}

.blue_bg {
  background-color: #052653;
  color: #fff;
  padding: 7px 5px !important;
  font-weight: 300;
}

.border-blue {
  margin-top: 1px !important;
  margin-left: 1px !important;
}

.table td {
  padding: 0px;
  border-top: none;
  border: 1px solid #052653;
  border-top: none;
}

.table thead th {
  border-bottom: none;
}

a.btn.btn-primary {
  color: #fff;
}

.checkbox_wrapper {
  background-color: #eeeeed;
  padding: 20px;
}
.checkbox_wrapper label {
  text-decoration: none !important;
  cursor: default !important;
  color: #53565a !important;
  padding-left: 40px !important;
}
.checkbox_wrapper label a {
  font-weight: 700;
  color: inherit;
}

.ampelliste {
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  color: #515559;
}

.ampelliste p {
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  color: #515559 !important;
}

.ampel {
  position: relative;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  margin: 4px 10px 0px 1px;
  cursor: help;
  float: left;
}
.ampel.rot {
  background-color: #ff0513;
}
.ampel.gruen {
  background-color: #88b613;
}

.blank {
  background-image: url(../../images/bg_index.jpg);
  background-size: cover;
  background-attachment: fixed;
  padding: 100px 0px;
}
.blank h1 {
  font-size: 40px;
  font-weight: 300;
  color: #052653;
  text-align: left;
}
.blank h2 {
  font-size: 22px;
  font-weight: 700;
  color: #052653;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
}
.blank h3 {
  font-size: 18px;
  font-weight: 700;
  color: #052653;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 10px;
}
.blank p, .blank a {
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  color: #052653;
}
.blank form .radio_container,
.blank form .form-control[class^=key],
.blank .no-margin p {
  margin-bottom: 0px !important;
}
.blank header {
  position: fixed;
  width: 100%;
  height: 36px;
  top: 0;
  left: 0;
  background-color: #515559;
  z-index: 120;
  padding: 6px 40px 0px 40px;
}
.blank header a, .blank header span {
  color: #c7bfb7;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
}
.blank header a:hover {
  font-weight: 700;
}
.blank header a.active {
  font-weight: 700;
}
.blank header span:hover {
  font-weight: 700;
}
.blank header nav {
  text-align: center;
  position: relative;
}
.blank header nav ul {
  display: inline-block;
}
.blank header nav ul li:first-child {
  border-left: none;
}
.blank header nav ul li {
  display: inline-block;
  margin: 0px 5px;
  padding-left: 5px;
  border-left: 1px solid #c7bfb7;
  margin-right: 0px;
  line-height: 16px;
}
.blank header #loginform {
  display: none;
  position: absolute;
  width: 100%;
  top: 30px;
  right: -40px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 40px 40px;
  padding-bottom: 20px;
  max-width: 500px;
  margin-top: -40px;
  margin: 0px;
}
.blank header #loginform a {
  color: #052653;
}
.blank footer {
  position: fixed;
  width: 100%;
  height: 36px;
  bottom: 0;
  left: 0;
  background-color: #515559;
  z-index: 3;
  font-size: 16px;
  padding: 8px 40px 0px 40px;
}
.blank footer a {
  color: #c7bfb7;
  text-decoration: none;
  font-size: 16px;
}
.blank footer a:hover {
  font-weight: 700;
}
.blank footer a.active {
  font-weight: 700;
}
.blank footer nav {
  text-align: right;
  float: right;
}
.blank footer nav ul {
  display: inline-block;
}
.blank footer nav ul li:first-child {
  border-left: none;
}
.blank footer nav ul li {
  display: inline-block;
  margin: 0px 5px;
  padding-left: 5px;
  border-left: 1px solid #c7bfb7;
  margin-right: 0px;
  line-height: 16px;
}
.blank footer .copyright {
  float: left;
  font-size: 16px;
  color: #c7bfb7;
}
.blank .login {
  padding: 0px;
  padding-bottom: 36px;
  min-height: calc(100vh - 200px);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0px;
}
.blank .login h1 {
  color: #515559;
  font-weight: 300;
  font-size: 24px;
}
.blank .login.double .container {
  max-width: 920px;
  padding: 40px;
  margin: 0px;
}
.blank .login.double .container .logo {
  max-width: 150px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.blank .login .container {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 40px 70px;
  max-width: 540px;
  margin-top: -40px;
  margin: 0px;
}
.blank .login .container .logo {
  display: block;
  width: 200px;
  height: auto;
  margin: 0px auto 30px auto;
}
.blank .login .link_box {
  margin-top: 20px;
  color: #fff;
  background-color: #052653;
  text-align: center;
  text-decoration: none;
  display: flex;
  height: 180px;
  align-items: center;
  justify-content: center;
}
.blank .login .link_box:hover {
  background-color: #0d3771;
}
.blank .register_steps {
  display: flex;
  justify-content: space-between;
  margin: 20px auto;
  flex-wrap: wrap;
}
.blank .register_steps > div {
  position: relative;
  background-image: url(../images/register_step.png);
  background-size: 100% 100%;
  height: 50px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 47px;
  flex-grow: 1;
}
.blank .register_steps > div.active {
  background-image: url(../images/register_step_active.png);
}
.blank .register_steps > div.disabled {
  background-image: url(../images/register_step_disabled.png);
}
.blank .register_steps > div[data-link] {
  cursor: pointer;
}
.blank .register_steps > div:first-child {
  background-image: url(../images/register_step_first.png);
}
.blank .register_steps > div:first-child.active {
  background-image: url(../images/register_step_first_active.png);
}
.blank .register_steps > div:last-child {
  background-image: url(../images/register_step_last.png);
}
.blank .register_steps > div:last-child.active {
  background-image: url(../images/register_step_last_active.png);
}
.blank .form-control[class^=key] {
  display: inline-block;
  width: auto;
  width: 34px;
  height: 54px;
  font-size: 18px;
  text-align: center;
  padding: 0px;
  color: #052653;
  margin: 0px 8px;
}

/* main: ../app.scss*/
.portal {
  background-color: #b7bfc8;
  padding: 40px 0px; /* Nbackground-image: url("../images/portal_bg.jpg"); */
  background-position: bottom;
  background-repeat: no-repeat;
  min-height: 100vh;
}
.portal h1 {
  font-size: 40px;
  font-weight: 300;
  color: #052653;
  text-align: left;
}
.portal h2 {
  font-size: 22px;
  font-weight: 700;
  color: #052653;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
}
.portal h3 {
  font-size: 18px;
  font-weight: 700;
  color: #052653;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 10px;
}
.portal h4 {
  font-size: 20px;
  font-weight: 400;
  color: #808080;
  text-align: left;
  margin-top: 15px;
  margin-bottom: 3px;
}
.portal p {
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  color: #052653;
}
.portal span {
  font-size: 16px;
  line-height: 21px;
  color: #052653;
}
.portal .shop * {
  font-family: "Lato", sans-serif !important;
}
.portal .gray_light {
  color: #808080;
}
.portal .center {
  width: 100%;
  max-width: 1000px;
  margin: 0px auto;
  text-align: left;
}
.portal .no-margin p {
  margin-bottom: 0px !important;
}
.portal .container {
  max-width: 1000px;
}
.portal header {
  position: fixed;
  width: 100%;
  height: 40px;
  top: 0;
  left: 0;
  background-color: #515559;
  z-index: 4020;
  padding-top: 6px;
  padding: 0px 80px;
}
.portal header div {
  color: #c7bfb7;
  line-height: 38px;
  font-size: 14px;
}
.portal header a {
  color: #c7bfb7;
  text-decoration: none;
  font-size: 14px;
  line-height: 0px;
  display: inline-block;
  margin: 0px 8px;
  position: relative;
}
.portal header a:hover {
  text-decoration: underline;
}
.portal header a.active {
  text-decoration: underline;
  color: #fff;
}
.portal header a img {
  margin-top: -3px;
}
.portal header .headicon {
  max-width: 20px;
}
.portal header nav {
  display: flex;
  justify-content: space-between;
}
.portal header nav ul {
  display: inline-block;
}
.portal header nav ul li:first-child {
  border-left: none;
}
.portal header nav ul li {
  display: inline-block;
  margin: 0px 5px;
  padding-left: 5px;
  border-left: 1px solid #c7bfb7;
  margin-right: 0px;
  line-height: 16px;
}
.portal footer {
  position: fixed;
  width: 100%;
  height: 36px;
  bottom: 0;
  left: 0;
  background-color: #515559;
  z-index: 4020;
  font-size: 14px;
  padding: 8px 40px 0px 40px;
}
.portal footer a {
  color: #c7bfb7;
  text-decoration: none;
  font-size: 14px;
}
.portal footer a:hover {
  font-weight: 700;
}
.portal footer a.active {
  font-weight: 700;
}
.portal footer nav {
  text-align: right;
  float: right;
  margin-top: -2px;
}
.portal footer nav ul {
  display: inline-block;
  padding: 0px;
  margin: 0px;
}
.portal footer nav ul li:first-child {
  border-left: none;
}
.portal footer nav ul li {
  display: inline-block;
  margin: 0px 5px;
  padding-left: 5px;
  border-left: 1px solid #c7bfb7;
  margin-right: 0px;
  line-height: 14px;
}
.portal footer .copyright {
  float: left;
  font-size: 14px;
  color: #c7bfb7;
}
.portal nav.main {
  position: relative;
  background-color: #fff;
  width: 100%;
  height: 90px;
  text-align: center;
  flex-wrap: wrap;
}
.portal nav.main .logo {
  position: absolute;
  left: 80px;
  top: 10px;
  width: 131px;
}
.portal nav.main > .center > ul {
  padding: 0px;
  height: 90px;
  width: auto;
  display: inline-block;
}
.portal nav.main > .center > ul > li {
  display: flex;
  align-items: stretch;
  width: 115px;
  float: left;
  height: 90px;
}
.portal nav.main > .center > ul > li a {
  display: flex;
  width: 100%;
  height: 100%;
  cursor: pointer;
  align-items: center;
  text-align: center;
  color: #515559;
  text-decoration: none;
  font-size: 13px;
}
.portal nav.main > .center > ul > li a div {
  font-size: 13px;
  text-align: center;
  width: 100%;
  font-weight: 400;
}
.portal nav.main > .center > ul > li a div .icon {
  background-image: url(../images/navi_sprites_retina.png);
  width: 52px;
  height: 52px;
  background-size: 365px 104px;
  margin: 0px auto;
}
.portal nav.main > .center > ul > li a div .icon.cockpit {
  background-position: 0px -52px;
}
.portal nav.main > .center > ul > li a div .icon.smartpartnering {
  background-position: -52px -52px;
}
.portal nav.main > .center > ul > li a div .icon.shop {
  background-position: -104px -52px;
}
.portal nav.main > .center > ul > li a div .icon.finance {
  background-position: -158px -52px;
}
.portal nav.main > .center > ul > li a div .icon.controlling {
  background-position: -208px -52px;
}
.portal nav.main > .center > ul > li a div .icon.backoffice {
  background-position: -260px -52px;
}
.portal nav.main > .center > ul > li a div .icon.academy {
  background-position: -314px -52px;
}
.portal nav.main > .center > ul > li .subnavi {
  position: absolute;
  left: 0px;
  top: 90px;
  width: 100%;
  height: 90px;
  background-color: #052653;
  z-index: 99;
  padding-top: 8px;
  display: none;
}
.portal nav.main > .center > ul > li .subnavi ul {
  -webkit-column-count: 6;
  -moz-column-count: 6;
  column-count: 6;
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.portal nav.main > .center > ul > li .subnavi ul a {
  font-size: 13px;
  color: #e1e3e6;
  line-height: 24px;
}
.portal nav.main > .center > ul > li .subnavi ul a:hover {
  color: #a4b6d2 !important;
}
.portal nav.main > .center > ul > li .subnavi ul li.active a {
  font-weight: 700;
  color: #fff;
}
.portal nav.main > .center > ul > li:hover {
  background-color: #f2f2f2;
}
.portal nav.main > .center > ul > li:hover .subnavi {
  display: block;
  z-index: 100;
}
.portal nav.main > .center > ul > li:hover .icon.cockpit {
  background-position: 0px 0px;
}
.portal nav.main > .center > ul > li:hover .icon.smartpartnering {
  background-position: -52px 0px;
}
.portal nav.main > .center > ul > li:hover .icon.shop {
  background-position: -104px 0px;
}
.portal nav.main > .center > ul > li:hover .icon.finance {
  background-position: -158px 0px;
}
.portal nav.main > .center > ul > li:hover .icon.controlling {
  background-position: -208px 0px;
}
.portal nav.main > .center > ul > li:hover .icon.backoffice {
  background-position: -260px 0px;
}
.portal nav.main > .center > ul > li:hover .icon.academy {
  background-position: -314px 0px;
}
.portal nav.main > .center > ul > li.active {
  background-color: #f2f2f2;
}
.portal nav.main > .center > ul > li.active .subnavi {
  display: block;
}
.portal nav.main > .center > ul > li.active .icon.cockpit {
  background-position: 0px 0px;
}
.portal nav.main > .center > ul > li.active .icon.smartpartnering {
  background-position: -52px 0px;
}
.portal nav.main > .center > ul > li.active .icon.shop {
  background-position: -104px 0px;
}
.portal nav.main > .center > ul > li.active .icon.finance {
  background-position: -158px 0px;
}
.portal nav.main > .center > ul > li.active .icon.controlling {
  background-position: -208px 0px;
}
.portal nav.main > .center > ul > li.active .icon.backoffice {
  background-position: -260px 0px;
}
.portal nav.main > .center .money_info {
  position: relative;
  float: right;
  width: 24px;
}
.portal nav.main > .center .money_info img {
  margin-top: 32px;
  cursor: pointer;
  width: 24px;
}
.portal nav.main > .center .money_info:hover {
  background-color: #fff;
}
.portal nav.main #konto_view {
  position: absolute;
  right: -3px;
  top: 60px;
  min-width: 300px;
  z-index: 110;
  display: none;
}
.portal nav.main #konto_view .arrow-up {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 20px solid #53565a;
  position: absolute;
  right: 10px;
  top: 0px;
}
.portal nav.main #konto_view .konto_wrap {
  overflow: hidden;
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 5px #dadada;
  -moz-box-shadow: 2px 2px 5px #dadada;
  box-shadow: 2px 2px 5px #dadada;
  margin-top: 20px;
}
.portal nav.main #konto_view .konto_wrap .head {
  background-color: #515559;
  color: #fff;
  padding: 3px;
  text-align: center;
}
.portal nav.main #konto_view .konto_wrap .row {
  padding: 0px 10px;
}
.portal nav.main #konto_view .konto_wrap .row > div {
  width: 50%;
  display: inline-block;
  padding: 0px 5px;
}
.portal nav.main #konto_view .konto_wrap .row > div:first-child {
  border-right: 1px solid #515559;
  padding-right: 15px;
}
.portal nav.main #konto_view .konto_wrap .row.first > div {
  border-bottom: 1px solid #515559;
}
.portal nav.main #konto_view .konto_wrap .widget_single {
  padding: 8px 0px;
  display: block;
  text-decoration: none !important;
}
.portal nav.main #konto_view .konto_wrap .widget_single * {
  text-decoration: none !important;
}
.portal nav.main #konto_view .konto_wrap .widget_single .name {
  font-size: 10px;
  color: #b2b2b2;
  text-align: right;
  display: block;
}
.portal nav.main #konto_view .konto_wrap .widget_single .balance {
  font-size: 16px;
  color: #b2b2b2;
  text-align: right;
  display: block;
  font-weight: 300;
}
.portal nav.main #konto_view .konto_wrap .widget_single .negative {
  color: #8b2331;
}
.portal nav.main #konto_view .konto_wrap .widget_single .positive {
  color: #88b613;
}
.portal nav.main #konto_view .konto_wrap .widget_single .neutral {
  color: #515559;
}
.portal main {
  padding-top: 115px;
  padding-bottom: 20px;
}
.portal main > .container {
  position: relative;
  padding: 20px;
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.portal main .module_icon {
  margin-left: 20px;
  float: left;
  margin-right: 20px;
  margin-top: 4px;
  max-width: 50px;
}
.portal main .module_headline {
  display: inline;
  font-size: 24px;
  text-transform: uppercase;
  color: #53565a;
  font-weight: 300;
  line-height: 30px;
}
.portal main h3.module_headline {
  display: inline-block;
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 0px;
  margin-right: 10px;
}
.portal main .content_wrapper_border {
  position: relative;
  margin: 12px 0px;
  padding: 20px 0px;
  border: 1px solid #54565a;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.portal main .content_wrapper_border img {
  max-width: 100%;
}
.portal main .content_wrapper_border > .row {
  padding: 0px 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #54565a;
}
.portal main .content_wrapper_border > .row:last-child {
  border-bottom: none;
}
.portal main .content_wrapper_border .form_section {
  padding: 25px 0px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #54565a;
}
.portal main .content_wrapper_border .form_section .col-6 {
  padding: 0px 20px;
}
.portal main a.add {
  display: inline-block;
  float: right;
  width: 36px;
  height: 30px;
  background-image: url("../images/icon_add.png");
  background-size: 15px 15px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #f1f0de;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.portal main a.add:hover {
  background-color: #dfdec7;
}
.portal main .btn-gray {
  display: inline-block;
  width: 36px;
  height: 30px;
  background-size: 15px 15px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  margin-right: 2px;
}
.portal main .btn-gray:last-child {
  margin-right: 0;
}
.portal main .btn-gray.delete {
  background-image: url("../images/icon_delete.png");
}
.portal main .btn-gray.edit {
  background-image: url("../images/icon_edit.png");
}
.portal main .btn-gray.mail {
  background-image: url("../images/icon_mail.png");
}
.portal main .btn-gray.downline {
  background-image: url("../images/icon_downline.png");
  margin-right: 2px;
}
.portal main .btn-gray.export {
  background-image: url("../images/icon_download.png");
  float: right;
}
.portal main .btn-gray.copy {
  background-image: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.portal main .btn-gray.copy svg {
  width: 14px;
  height: 14px;
  stroke: white;
  stroke-width: 2;
}
.portal main .btn-gray.print {
  background-image: url("../images/icon_print.png");
  float: right;
  margin-right: 0px;
}
.portal main .btn-gray.details {
  background-image: url("../images/icon_details.png");
  background-size: 20px 14px;
}
.portal main .btn-gray.watch {
  background-image: url("../images/icon_watch.png");
  background-size: 22px 22px;
}
.portal main .btn-gray.transaction {
  background-image: url("../images/icon_transaction.png");
  background-size: 22px 22px;
}
.portal main .btn-gray.check {
  background-image: url("../images/icon_check.png");
  background-size: 20px 20px;
}
.portal main .btn-gray.dots {
  background-image: url("../images/icon_dots.png");
}
.portal main .btn_text {
  width: auto;
  padding: 10px;
  line-height: 28px;
  text-decoration: none;
}
.portal main .btn_text:hover {
  color: #fff;
}
.portal main form table {
  width: 100%;
}
.portal main form td {
  padding: 5px 0px;
  font-size: 14px;
  color: #515559;
}
.portal main form input {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #808080;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #f2f2f2;
  font-size: 14px;
  color: #53565a;
  max-width: 100%;
  position: relative;
  max-height: 36px;
}
.portal main form button[class^=btn] {
  line-height: 0px; /* width: 36px; */
  height: 36px;
  padding-top: 2px;
  cursor: pointer;
  margin-left: 20px;
}
.portal main form button img {
  width: 18px;
  height: 18px;
}
.portal main form select {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #808080;
  background-color: #f2f2f2;
  font-size: 14px;
  color: #53565a;
  width: 100%;
  position: relative;
  max-height: 36px;
}
.portal main form .searchbar {
  width: 100%;
}
.portal main form .datepicker_portal {
  max-width: 110px;
}
.portal main form .ui-datepicker-trigger {
  width: auto;
  height: 30px;
  margin-left: 10px;
  margin-top: -2px;
  margin-right: 10px;
}
.portal main form .ui-datepicker-trigger:last-child {
  margin-right: 0px;
}
.portal main form a.btn-gray {
  text-decoration: none;
  height: 36px;
  line-height: 2.4;
}
.portal main form a.btn-gray:hover {
  color: #fff;
}
.portal main form button.btn-primary,
.portal main form button.btn-secondary,
.portal main form button.btn-success,
.portal main form button.btn-danger,
.portal main form button.btn-warning,
.portal main form button.btn-info,
.portal main form button.btn-light,
.portal main form button.btn-dark,
.portal main form button.btn-link {
  width: auto !important;
  height: auto !important;
  line-height: normal !important;
  padding: 8px 20px !important;
  min-width: auto !important;
  max-width: none !important;
}
.portal main form .label_spacer {
  width: 100%;
  height: 72px;
}
.portal main form p {
  color: #515559;
  line-height: 2;
}
.portal main form label {
  width: 100%;
  font-size: 14px !important;
  color: #53565a;
  margin-bottom: 10px;
  text-decoration: none;
}
.portal main form label input:not([type=checkbox]):not([type=radio]) {
  width: 100%;
  display: block;
  margin-top: 5px;
}
.portal main form label input[type=file] {
  background-color: transparent;
  border: none;
}
.portal main form label select {
  width: 100%;
  display: block;
  margin-top: 5px;
}
.portal main form label.error {
  color: #ff0513;
}
.portal main form label.error input, .portal main form label.error select {
  border: 1px solid #ff0513;
}
.portal main form label .checkmark {
  top: 2px;
  border: 1px solid #515559;
}
.portal main form .checkbox_container {
  margin-bottom: 13px;
}
.portal main form .checkbox_container input:checked ~ .checkmark, .portal main form .radio_container input:checked ~ .checkmark {
  background-color: #515559 !important;
}
.portal main .sales_status {
  position: relative;
  width: 14px;
  height: 14px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
.portal main .sales_status.status-0 {
  background-color: #ff0513;
}
.portal main .sales_status.status-1 {
  background-color: #88b613;
}
.portal main .sales_status.status-2 {
  border: 1px solid #515559;
}
.portal main .ampel {
  position: relative;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  margin: 3px 1px 0px 1px;
  cursor: help;
}
.portal main .ampel.rot {
  background-color: #ff0513;
}
.portal main .ampel.gruen {
  background-color: #88b613;
}
.portal main .text-red {
  color: #ff0513;
}
.portal main .text-green {
  color: #88b613;
}
.portal main .account {
  color: #808080;
}
.portal main .circle_expand {
  font-size: 34px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #fff;
  height: 30px;
  width: 30px;
  line-height: 25px;
}
.portal main .circle_target {
  display: none;
}
.portal main .account_balance {
  padding: 20px;
  background-color: #f2f2f2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  max-width: 220px;
  margin: 0px auto;
}
.portal main .account_balance .current {
  color: #53565a;
  font-size: 20px;
  text-align: center;
  font-weight: 400;
}
.portal main .account_balance .saldo {
  color: #ff0513;
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 0px;
}
.portal main .provision_table thead td {
  border: 1px solid #fff;
  padding: 2px;
  text-align: center;
  height: 40px;
}
.portal main .provision_table tbody td {
  text-align: center;
}
.portal main .provision_table input {
  max-width: 70px;
  text-align: center;
  background-color: inherit;
  padding: 0px 5px;
}
.portal main .bo_product_images {
  list-style: none;
  padding-left: 0px;
  width: 100%;
}
.portal main .bo_product_images li {
  cursor: move;
  border: 1px solid #052653;
  margin: 5px;
}
.portal .tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}
.portal .tab .tablinks {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 13px;
  display: block;
  text-decoration: none;
  color: #53565a;
}
.portal .tab .tablinks:hover {
  background-color: #ddd;
}
.portal .tab .tablinks.active {
  background-color: #ccc;
}
.portal .tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
  animation: fadeEffect 1s;
}
@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* main: ../app.scss*/
.portal.cockpit { /*  background-image: url("../images/cockpit_bg.png");*/
  background-position: bottom;
}
.portal.cockpit .cockpit_wrapper {
  margin-top: -20px;
}
.portal.cockpit .cockpit_wrapper .box {
  font-size: 12px;
}
.portal.cockpit .cockpit_wrapper [class*=col-] {
  padding: 20px;
  position: relative;
}
.portal.cockpit .cockpit_wrapper [class*=col-] a:not(.btn-save), .portal.cockpit .cockpit_wrapper [class*=col-] .box {
  position: relative;
  display: block;
  height: 180px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #052653;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: 4px 4px 13px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 4px 4px 7px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 4px 4px 7px 0px rgba(0, 0, 0, 0.25);
}
.portal.cockpit .cockpit_wrapper [class*=col-] a:not(.btn-save) img, .portal.cockpit .cockpit_wrapper [class*=col-] .box img {
  display: block;
  margin: 0px auto;
  margin-top: 25px;
}
.portal.cockpit .cockpit_wrapper [class*=col-] a:not(.btn-save) span, .portal.cockpit .cockpit_wrapper [class*=col-] .box span {
  position: absolute;
  width: 100%;
  display: block;
  padding: 5px;
  bottom: 0px;
  left: 0px;
  background-color: #052653;
  color: #fff;
  font-weight: 300;
}
.portal.cockpit .cockpit_wrapper [class*=col-] a:not(.btn-save):hover {
  background-color: #eee;
}
.portal.cockpit .cockpit_wrapper .logo {
  max-width: 280px;
}
.portal.cockpit .cockpit_wrapper #countdown_big, .portal.cockpit .cockpit_wrapper .bigtext {
  display: block;
  margin: 0px auto;
}
.portal.cockpit .cockpit_wrapper #countdown_big b, .portal.cockpit .cockpit_wrapper .bigtext b {
  display: inline-block;
  text-align: center;
  font-size: 32px;
  color: #052653;
  padding: 5px 8px 5px 8px;
  margin: 0px;
  line-height: 25px;
}
.portal.cockpit .cockpit_wrapper #countdown_big b em, .portal.cockpit .cockpit_wrapper .bigtext b em {
  font-size: 12px;
  color: #515559;
  font-style: normal;
  font-weight: 300;
}

.notification_0 td {
  background-color: #f2f2f2;
  color: #000 !important;
  border-bottom: 1px solid #515559 !important;
  font-weight: 700;
}
.notification_0 td * {
  font-weight: 700;
}

.notification_1 td {
  background-color: #fff;
  border-bottom: 1px solid #515559 !important;
}

.portal header div a .notification {
  position: absolute;
  top: -10px;
  right: -12px;
  background-color: #8b2331;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 300;
  color: #fff;
  text-align: center;
  z-index: 2;
  line-height: 20px;
}

.min-h-100 {
  min-height: calc(100vh - 72px);
}

.influencer {
  overflow: hidden;
}
.influencer #eye {
  position: absolute;
  top: 34px;
  right: 4%;
  cursor: pointer;
  color: #052653;
}
.influencer .pincode-input-container.touch .pincode-input-text {
  z-index: 2;
  position: relative;
}
.influencer .pincode-input-container.touch .touch-flex {
  z-index: 1;
  gap: 5px;
}
.influencer .pincode-input-container.touch .touchwrapper .pincode-input-text {
  width: 100% !important;
}
.influencer .touch-flex-cell {
  border-radius: 6px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #052653;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.influencer h1 {
  position: relative;
  z-index: 2;
}
.influencer .headline {
  width: 50%;
  margin-right: 0;
  display: block;
  margin-left: auto;
}
.influencer .headline strong {
  text-transform: uppercase;
  color: #C7BEB6;
}
.influencer .triangle {
  width: 60%;
  position: relative;
}
.influencer .triangle:before {
  content: "";
  position: absolute;
  right: -45px;
  z-index: 2;
  top: calc(50% - 50px);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 35px solid transparent;
  border-bottom: 35px solid transparent;
  border-left: 45px solid #F2F2F2;
  border-right: 0;
}
.influencer .logo {
  width: 170px;
}
.influencer .insta_feed {
  margin-top: -80px;
}
.influencer .form_signup {
  background-color: #ACB9C4;
  padding: 0px 110px;
  width: 40%;
  position: relative;
}
.influencer .form_signup h1 {
  color: #052653;
  margin-bottom: 50px;
}
.influencer .form_signup h1 strong {
  text-transform: uppercase;
  color: #53565A;
}
.influencer .form_signup p {
  color: #052653;
  font-size: 16px;
}

@media screen and (max-width: 1440px) {
  .influencer .headline {
    width: 70%;
    font-size: 32px;
  }
  .influencer .insta_feed {
    margin-top: -20px;
  }
}
@media screen and (max-width: 1024px) {
  .min-h-100.triangle {
    min-height: 0px;
    padding-bottom: 0px !important;
  }
  .influencer h1 {
    font-size: 20px;
  }
  .influencer .logo {
    margin: 0px auto;
  }
  .influencer .headline {
    width: 100%;
    font-size: 20px;
    margin-top: 10px;
  }
  .influencer .triangle {
    width: 100%;
  }
  .influencer .triangle:before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    margin: 0px auto;
    z-index: 2;
    top: auto;
    bottom: -45px;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 35px solid transparent;
    border-left: 35px solid transparent;
    border-top: 45px solid #F2F2F2;
    border-bottom: 0;
  }
  .influencer .form_signup {
    width: 100%;
    padding: 20px;
    padding-top: 75px;
    padding-bottom: 20px;
  }
}
/* main: ../app.scss*/
a.btn {
  text-decoration: none !important;
}

.btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none !important;
  padding-top: 3px;
  padding-left: 30px;
  padding-right: 30px;
}

form input, form select {
  min-height: 36px;
}
form label {
  color: #052653;
  font-size: 16px !important;
}
form textarea {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #808080;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #f2f2f2;
  font-size: 14px;
  color: #53565a;
  max-width: 100%;
  position: relative;
  max-height: 36px;
}
form .form-left {
  padding-right: 20px;
}
form .form-right {
  padding-left: 20px;
}
form .spacer {
  width: 100%;
  height: 36px;
}
form .reset-filter {
  color: #052653;
  font-size: 14px;
}
form a.btn {
  text-decoration: none !important;
}
form .btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none !important;
  padding-top: 3px;
  padding-left: 30px;
  padding-right: 30px;
}
form .btn-red {
  background-color: #8b2331;
  color: #fff;
  font-size: 16px;
}
form .btn-green {
  background-color: #f1f0de;
  color: #8b2331;
  font-size: 18px;
  padding-top: 6px;
  padding-bottom: 5px;
}
form .btn-blue {
  background-color: #4a6ba3;
  color: #fff;
  font-size: 18px;
  border: none;
}
form .rounded {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
form input.error {
  border: 1px solid #ff0513 !important;
  box-shadow: none !important;
}
form .form-kundenrabatt {
  width: 50%;
}
form .checkbox_container, form .radio_container {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: underline;
  color: #052653;
  font-weight: 300;
}
form .checkbox_container input, form .radio_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
form .checkbox_container, form .radio_container {
  /* Create a custom checkbox */
}
form .checkbox_container .checkmark, form .radio_container .checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #eee;
  border: 1px solid #052653;
}
form .checkbox_container :hover, form .radio_container :hover {
  text-decoration: none;
}
form .checkbox_container, form .radio_container {
  /* On mouse-over, add a grey background color */
}
form .checkbox_container :hover input ~ .checkmark, form .radio_container :hover input ~ .checkmark {
  background-color: #fff;
}
form .checkbox_container, form .radio_container {
  /* When the checkbox is checked, add a blue background */
}
form .checkbox_container input:checked ~ .checkmark, form .radio_container input:checked ~ .checkmark {
  background-color: #052653;
}
form .checkbox_container, form .radio_container {
  /* Create the checkmark/indicator (hidden when not checked) */
}
form .checkbox_container .checkmark:after, form .radio_container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
form .checkbox_container, form .radio_container {
  /* Show the checkmark when checked */
}
form .checkbox_container input:checked ~ .checkmark:after, form .radio_container input:checked ~ .checkmark:after {
  display: block;
}
form .checkbox_container, form .radio_container {
  /* Style the checkmark/indicator */
}
form .checkbox_container .checkmark:after, form .radio_container .checkmark:after {
  left: 4px;
  top: 0px;
  width: 5px;
  height: 11px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
form .radio_container {
  display: block;
  width: 100%;
}
form .ui-datepicker-trigger {
  width: 15px;
  height: 15px;
  cursor: pointer;
  margin-left: -25px;
  z-index: 10;
  margin-top: 9px;
  position: relative;
}

.tooltip_trigger {
  margin-left: 20px;
  margin-top: -2px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  display: none;
}

.tooltipster-box {
  background-color: #fff !important;
  border: 1px solid #052653 !important;
  border-radius: 0px !important;
}

.tooltipster-content {
  padding-top: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.tooltipster-content .tt_head {
  background-color: #052653;
  padding: 5px 10px;
  color: #fff;
  font-size: 16px;
}
.tooltipster-content .tt_head img {
  margin-right: 10px;
  max-width: 20px;
}
.tooltipster-content p {
  padding: 5px 10px;
  margin-top: 10px;
}

/* main: ../app.scss*/
#uc-btn-open-main-corner-modal {
  display: none;
}

.row {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.clear {
  width: 100px;
  height: 1px;
  float: none;
  clear: both;
}

.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.btn-gray {
  background-color: #515559;
  color: #fff;
  font-size: 14px;
  border: none;
  padding-top: 0px !important;
}

.btn-gray:hover {
  background-color: #7a7e83;
}

.btn-cancel {
  background-color: #ff0513;
  color: #fff;
  font-size: 14px;
  border: none;
  padding: 8px 20px;
  padding-top: 7px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  margin: 10px 0px;
  display: inline-block;
  height: 36px;
}

.btn-cancel:hover {
  background-color: #8b2331;
  color: #fff;
}

.btn-save {
  background-color: #f1f0de;
  color: #8b2331;
  font-size: 14px;
  border: none;
  padding: 8px 20px !important;
  padding-top: 6px !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  margin: 10px 0px;
  display: inline-block;
  width: auto !important;
  height: auto !important;
  line-height: 21px !important;
  height: 36px !important;
}

.btn-save:hover {
  background-color: #dfdec7;
  color: #8b2331;
}

.no_border {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}

.btn-green.text {
  background-color: #f1f0de;
  color: #8b2331;
  font-size: 14px;
  padding: 0px 10px;
  padding-top: 5px;
  padding-bottom: 6px;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  float: right;
}

.btn-green.text:hover {
  background-color: #dfdec7;
}

.row.error {
  margin-top: -10px;
}

.padding {
  padding: 20px !important;
}

.no_padding {
  padding: 0px !important;
}

.table-responsive {
  padding: 0px !important;
}

.negative {
  color: #d81e26 !important;
}

.positive {
  color: #88b613 !important;
}

.neutral {
  color: #515559 !important;
}

.negative_ {
  color: #d81e26 !important;
}

.tooltip_trigger {
  max-width: 20px !important;
}

.invalid-feedback strong {
  font-size: 16px;
  font-weight: 400;
}

.akademie_video {
  position: relative;
  padding-bottom: 55%; /*16:9*/
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.akademie_video iframe,
.akademie_video object,
.akademie_video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

ul.logo-list li {
  padding-left: 2.4em;
  padding-top: 2px;
  padding-bottom: 6px;
  position: relative;
  background-image: url("../images/li-icon@3x.png");
  background-size: 24px auto;
  background-position: 0px 8px;
  background-repeat: no-repeat;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #515559;
}

.fullwidth {
  width: 100% !important;
  margin: 0px !important;
}

.mobile_menu {
  display: none;
}

.ui-datepicker {
  z-index: 100 !important;
}

span.blau, strong.blau {
  color: #052653;
}

table.blue {
  width: 100%;
}
table.blue tr th {
  background-color: #052653;
  background-clip: padding-box;
  color: #fff;
  height: 60px;
  vertical-align: middle;
  font-size: 14px;
  padding-top: 0px;
  border: 1px solid #fff;
  position: relative;
  line-height: 1.1;
  font-weight: 400;
  text-align: center;
}
table.blue tr td {
  background-color: #fff;
  background-clip: padding-box;
  color: #53565a;
  height: 60px;
  vertical-align: middle;
  font-size: 20px;
  padding-top: 0px;
  padding-left: 0px;
  border: 1px solid #53565a;
  position: relative;
  line-height: 1.1;
  font-weight: 300;
  text-align: center;
}
table.blue tr td.clean {
  border: none;
}
table.blue.small td {
  font-size: 14px;
  font-weight: 400;
}

table.gray {
  width: 100%;
}
table.gray tr th {
  background-color: #515559;
  background-clip: padding-box;
  color: #fff;
  height: auto;
  padding: 10px 0px;
  vertical-align: middle;
  font-size: 14px;
  border: 1px solid #fff;
  position: relative;
  line-height: 1.1;
  font-weight: 400;
  text-align: center;
}
table.gray tr td {
  background-color: #fff;
  background-clip: padding-box;
  color: #53565a;
  height: 60px;
  vertical-align: middle;
  font-size: 20px;
  padding-top: 0px;
  padding-left: 0px;
  border: 1px solid #53565a;
  position: relative;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
}
table.gray tr td.clean {
  border: none;
}
table.gray.small td {
  font-size: 14px;
  font-weight: 400;
}

table.has_sorter {
  width: 100%;
}
table.has_sorter thead tr td {
  background-color: #515559;
  color: #fff;
  height: 50px;
  vertical-align: middle;
  font-size: 10pt;
  padding-top: 0px;
  padding-left: 40px;
  border: none;
  position: relative;
  line-height: 1.1;
}
table.has_sorter tbody td {
  padding: 8px 11px;
  border: none;
  color: #53565a;
  font-size: 10pt;
  vertical-align: middle;
}
table.has_sorter tbody td a {
  color: #052653;
  font-size: 10pt;
}
table.has_sorter tbody tr:nth-child(even) {
  background: #f2f2f2;
}
table.has_sorter tbody td.negative_::before {
  content: "-";
}

.sorter {
  position: absolute;
  top: 14px;
  left: 20px;
  width: 14px;
  height: 20px;
  background-image: url("../images/sorter.png");
  background-position: -28px 0px;
  display: inline-block;
  margin-right: 10px;
  margin-top: 2px;
  float: left;
  z-index: 10;
}
.sorter.order-desc {
  background-position: -14px 0px;
}
.sorter.order-asc {
  background-position: 0px 0px;
}

.paginate_bar {
  padding: 15px 20px !important;
  font-size: 14px;
  color: #808080;
  display: block;
}
.paginate_bar a {
  display: inline-block;
  padding: 1px 5px;
  margin: 0px 5px;
  color: #808080;
  text-decoration: none;
  margin-top: -2px;
  font-size: 14px;
}
.paginate_bar a.active {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: #f2f2f2;
}

.alert-fixed {
  position: fixed;
  top: 45px;
  left: 0;
  right: 0;
  width: 90%;
  max-width: 600px;
  z-index: 9999;
  border-radius: 0px;
  margin: 0px auto;
}

.scrollable {
  height: 300px;
  overflow-y: scroll;
}

#loading {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  text-align: center;
  color: #fff;
}
#loading h2 {
  text-align: center;
  color: #fff;
  font-weight: 300;
  font-size: 30px;
  line-height: 1.3;
}

@keyframes lds-eclipse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes lds-eclipse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.lds-eclipse {
  position: relative;
  margin: 0px auto;
  margin-top: 20vh;
}

.lds-eclipse div {
  position: absolute;
  -webkit-animation: lds-eclipse 1s linear infinite;
  animation: lds-eclipse 1s linear infinite;
  width: 160px;
  height: 160px;
  top: 20px;
  left: 20px;
  border-radius: 50%;
  box-shadow: 0 4px 0 0 #96653d;
  -webkit-transform-origin: 80px 82px;
  transform-origin: 80px 82px;
}

.lds-eclipse {
  width: 200px !important;
  height: 200px !important;
  -webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
  transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
}

div[data-typ=normal] .front {
  background-color: #0074c8;
  color: #fff;
}
div[data-typ=normal]:hover .front {
  background-color: rgb(0, 130.79, 225.5);
}

.fancybox-content.normal {
  border-color: #0074c8 !important;
}

span.normal {
  color: #0074c8;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
}

div[data-typ=fettig] .front {
  background-color: #88b613;
  color: #fff;
}
div[data-typ=fettig]:hover .front {
  background-color: rgb(118.7462686567, 158.9104477612, 16.5895522388);
}

.fancybox-content.fettig {
  border-color: #88b613 !important;
}

span.fettig {
  color: #88b613;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
}

div[data-typ=trocken] .front {
  background-color: #de8797;
  color: #fff;
}
div[data-typ=trocken]:hover .front {
  background-color: rgb(216.5, 115, 133.6666666667);
}

.fancybox-content.trocken {
  border-color: #de8797 !important;
}

span.trocken {
  color: #de8797;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
}

div[data-typ=misch] .front {
  background-color: #6244bb;
  color: #fff;
}
div[data-typ=misch]:hover .front {
  background-color: rgb(113.7, 86.7, 193.8);
}

.fancybox-content.misch {
  border-color: #6244bb !important;
}

span.misch {
  color: #6244bb;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
}

div[data-typ=empfindlich] .front {
  background-color: rgb(255, 140.1148648649, 81.5);
  color: #fff;
}
div[data-typ=empfindlich]:hover .front {
  background-color: rgb(255, 123.2297297297, 56);
}

.fancybox-content.empfindlich {
  border-color: #ff9d6b !important;
}

span.empfindlich {
  color: #ff9d6b;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
}

.question_headline {
  margin-top: 20px;
}

.skinttest_steps {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  display: flex;
  height: 8px;
  border-bottom: 1px solid #052653;
}
.skinttest_steps div {
  border-right: 1px solid #052653;
  flex-grow: 1;
  flex-basis: 0;
}
.skinttest_steps .active {
  background-color: #052653;
}

.mann, .frau {
  display: none;
  position: absolute;
  top: 30px;
  right: 10px;
  max-width: 120px;
}
.mann img, .frau img {
  max-width: 100%;
}

.flipper img {
  max-width: 120px;
}

.flipcard {
  perspective: 1000px;
  padding: 0px;
  cursor: pointer;
  text-align: center;
  color: #515559;
  position: relative;
}

.question h2 {
  margin-top: 30px;
}

.question .d-flex {
  flex-wrap: wrap;
}
.question .d-flex .flipcard {
  margin-bottom: 10px;
}

.flipcard > img {
  position: absolute;
  max-width: calc(100% - 20px);
  left: 10px;
}

.flipcard:hover .front {
  background-color: #e1d0bd;
}

/* flip the pane when hovered */
.flipcard.hover .flipper {
  transform: rotateY(180deg);
}

.height_calc {
  visibility: hidden;
  padding: 15px;
  height: 100%;
}

.flipcard, .front, .back {
  width: 100px;
  height: 80px;
}

.flipcard_20 {
  width: 20%;
  height: auto;
  padding: 0px 10px;
}
.flipcard_20 .front, .flipcard_20 .back {
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
}
.flipcard_20 .front p, .flipcard_20 .back p {
  color: inherit;
  font-weight: inherit;
  font-family: inherit;
  margin: auto; /* Important */
}

/* flip speed goes here */
.flipper {
  transition: 0.6s;
  transform-style: preserve-3d;
  height: 100%;
  position: relative;
}

/* hide back of pane during swap */
.front, .back {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px;
}

/* front pane, placed above back */
.front {
  z-index: 2;
  /* for firefox 31 */
  background-color: #ebe0d6;
  transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
  transform: rotateY(180deg);
  background-color: #96653d;
  color: #fff;
}

/* front pane, placed above back */
.front.standard {
  z-index: 2;
  /* for firefox 31 */
  background-color: #ebe0d6 !important;
  color: #53565a !important;
  transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back.standard {
  transform: rotateY(180deg);
  background-color: #96653d !important;
  color: #fff !important;
}

.flipcard:hover .front.standard {
  background-color: #e1d0bd !important;
}

.skintest_result h1 {
  color: #515559;
  font-weight: 300;
  font-size: 45px;
  margin: -20px 0px 30px 0px;
}
.skintest_result h2 {
  color: #515559;
  font-weight: 400;
  font-size: 30px;
  margin: 20px 0px;
}
.skintest_result p {
  display: inline-block;
}
.skintest_result img {
  max-width: 100%;
}
.skintest_result.result_normal p {
  color: #0074c8;
}
.skintest_result.result_fettig p {
  color: #88b613;
}
.skintest_result.result_trocken p {
  color: #de8797;
}
.skintest_result.result_misch p {
  color: #6244bb;
}
.skintest_result.result_empfindlich p {
  color: #ff9d6b;
}

.mce-branding {
  display: none !important;
}

/* main: ../app.scss*/
.shop_account {
  float: right;
  font-size: 18px;
  color: #515559;
  font-weight: 300;
  margin: 0px 10px;
}
.shop_account * {
  font-size: inherit !important;
  font-weight: 300;
}

.shop_wk {
  float: right;
  font-size: 18px;
  color: #515559;
  margin-left: 30px;
}
.shop_wk * {
  text-decoration: none !important;
}
.shop_wk img {
  max-width: 26px;
}
.shop_wk strong {
  color: #052653;
  padding-left: 10px;
  font-size: 18px;
  margin-top: 3px;
  float: right;
}

.content_wrapper_border.shop {
  margin-top: 15px;
}
.content_wrapper_border.shop [class*=col-] {
  padding: 0px 10px;
}
.content_wrapper_border.shop > .row {
  border-bottom: none !important;
}
.content_wrapper_border.shop .product {
  position: relative;
  padding: 10px;
  border: 1px solid #c7bfb7;
  display: block;
  text-decoration: none !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.content_wrapper_border.shop .product:hover {
  -webkit-box-shadow: 0px 0px 8px #dadada;
  -moz-box-shadow: 0px 0px 8px #dadada;
  box-shadow: 0px 0px 8px #dadada;
}
.content_wrapper_border.shop .product .badges {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 3000;
}
.content_wrapper_border.shop .product .badges > div {
  margin: 2px 0px;
}
.content_wrapper_border.shop .product .badges .hydro {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding: 1px 10px;
  background-color: #0074c8;
  color: #fff;
}
.content_wrapper_border.shop .product .badges .hydro::before {
  content: "hydro";
}
.content_wrapper_border.shop .product .badges .control {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding: 1px 10px;
  background-color: #88b613;
  color: #fff;
}
.content_wrapper_border.shop .product .badges .control::before {
  content: "control";
}
.content_wrapper_border.shop .product .badges .balance {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding: 1px 10px;
  background-color: #6244bb;
  color: #fff;
}
.content_wrapper_border.shop .product .badges .balance::before {
  content: "balance";
}
.content_wrapper_border.shop .product .badges .lipid {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding: 1px 10px;
  background-color: #de8797;
  color: #fff;
}
.content_wrapper_border.shop .product .badges .lipid::before {
  content: "lipid";
}
.content_wrapper_border.shop .product .badges .med {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding: 1px 10px;
  background-color: #ff9d6b;
  color: #fff;
}
.content_wrapper_border.shop .product .badges .med::before {
  content: "med";
}
.content_wrapper_border.shop .product a {
  text-decoration: none !important;
  display: block;
}
.content_wrapper_border.shop .product p {
  text-decoration: none !important;
  line-height: 1.1;
  margin: 10px 0px;
}
.content_wrapper_border.shop .product .product_link {
  display: block;
  text-align: center;
  font-size: 16px;
  text-decoration: none !important;
  background-color: #0d3771;
  color: #fff;
  padding: 7px 10px;
  padding-top: 5px;
  margin-top: 20px;
}
.content_wrapper_border.shop .product .product_link:hover {
  background-color: #052653;
  color: #fff;
}
.content_wrapper_border.shop .product .btn-green_shop {
  display: block;
  text-align: center;
  font-size: 16px;
  text-decoration: none !important;
  background-color: #f1f0de;
  color: #8b2331;
  padding: 7px 10px;
  padding-top: 5px;
  margin-top: 5px;
  width: 100%;
  border: none;
  float: none !important;
}
.content_wrapper_border.shop .product .btn-green_shop:hover {
  background-color: #dfdec7;
  color: #8b2331;
}
.content_wrapper_border.shop .product .product_gallery {
  margin-left: -10px;
  margin-right: -10px;
}
.content_wrapper_border.shop .category_products .product {
  margin-bottom: 20px;
}
.content_wrapper_border.shop .item_detail {
  margin-bottom: 80px;
}
.content_wrapper_border.shop .item_detail .image_gallery .slick-slide {
  margin: 0px;
}
.content_wrapper_border.shop .product_price_info h3 {
  font-size: 24px;
}
.content_wrapper_border.shop .add_WK {
  margin: 20px 0px;
}
.content_wrapper_border.shop .add_WK select {
  width: 20%;
}
.content_wrapper_border.shop .add_WK button {
  width: auto;
  margin: 0px;
  float: right;
}
.content_wrapper_border.shop span.product_link {
  cursor: pointer;
}
.content_wrapper_border.shop .adresses input:checked + div {
  background-color: #0d3771;
  color: #fff;
}
.content_wrapper_border.shop .adresses input:checked + div * {
  color: #fff;
}
.content_wrapper_border.shop .adresses input:checked + div input {
  color: #515559;
}
.content_wrapper_border.shop .adresses input:checked + div .product_link {
  border: 1px solid #fff;
  background-color: transparent;
}

.chart {
  padding: 25px 10px !important;
}
.chart .col-6 {
  padding: 0px 10px !important;
}
.chart .preview_img {
  max-width: 50px;
  max-height: 50px;
  display: inline-block;
  margin-top: -10px;
}
.chart .produkt_name {
  padding-left: 20px;
  display: inline-block;
}
.chart .title {
  border-bottom: 1px solid #e1e3e6;
  padding-bottom: 5px;
  margin-bottom: 0px;
}
.chart .article {
  padding: 10px 0px;
  border-bottom: 1px solid #e1e3e6;
}
.chart .row.total {
  padding: 10px 0px;
  background-color: #f1f1f1;
}
.chart .total.partial {
  display: none;
}
.chart button.delete {
  background-image: url(../images/icon_delete.png);
  display: inline-block;
  width: 36px;
  height: 30px;
  background-size: 15px 15px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.shopping_steps .hr, .shopping_steps hr {
  background-color: #808080;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  border: none;
}
.shopping_steps .line {
  background-color: #808080;
  margin: 0;
  height: 3px;
}
.shopping_steps .steps_row {
  padding: 20px 40px;
  padding-bottom: 55px;
}
.shopping_steps .schrittenbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 99;
}
.shopping_steps .schrittenbox > p {
  padding-top: 19px;
}
.shopping_steps .schritt {
  position: relative;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  border: 3px solid #808080;
  background-color: #fff;
  text-align: center;
  z-index: 60;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  flex-basis: 120px;
}
.shopping_steps .schritt.active {
  color: #052653;
  border-color: #052653;
}
.shopping_steps .schritt > p {
  position: absolute;
  top: 40px;
}
.shopping_steps .line.active {
  background-color: #052653;
}
.shopping_steps .center_flex {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.shopping_steps .middle_flex {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.order {
  border: 1px solid #c7bfb7;
  display: block;
  text-decoration: none !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.order .header {
  background-color: #e1e3e6;
  padding: 10px;
}
.order .header * {
  font-size: 13px;
}
.order .ordered_products:first-child {
  border-top: none;
}
.order .ordered_products {
  padding: 10px;
  border-top: 1px solid #e1e3e6;
}
.order .ordered_products img {
  max-width: 150px;
  max-height: 150px;
}

.portal main > .container.customer_bonus_product {
  margin-bottom: 20px;
}
.portal main > .container.customer_bonus_product img {
  max-width: 100px;
  display: inline;
}

/* main: ../app.scss*/
.smart_p .gray_bg {
  background-color: #f2f2f2;
}
.smart_p .downline_row {
  padding: 20px !important;
}
.smart_p .counter {
  background-color: #052653;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  width: 80%;
  text-align: center;
  padding: 5px;
  font-weight: 300;
}
.smart_p .vp_picture {
  position: relative;
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  border: 3px solid #d81e26;
  background-size: 70% auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.smart_p .vp_picture.active {
  border-color: #88b613;
}
.smart_p .vp_picture.w {
  background-image: url("../images/icon_frau.png");
}
.smart_p .vp_picture.m {
  background-image: url("../images/icon_mann.png");
}
.smart_p .vp_picture .active_states {
  position: absolute;
  top: -5px;
  right: -15px;
  color: #d81e26;
}
.smart_p .vp_picture .active_states.active {
  color: #88b613;
}
.smart_p .module_headline {
  float: left;
  margin-top: -5px !important;
  margin-bottom: 10px !important;
  font-size: 20px !important;
}
.smart_p .flag {
  position: relative;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  float: left;
  margin-right: 10px;
}
.smart_p .flag.DE {
  background-image: url("../images/flag_de.png");
}
.smart_p .flag.red-basic {
  background-color: #d81e26;
}
.smart_p .flag.prelaunch-red-basic {
  background-color: #d81e26;
}
.smart_p .flag.red-challenge {
  background-color: #d81e26;
}
.smart_p .flag.white-pro-leasing {
  background-color: #fff;
  border: 2px solid #d81e26;
}
.smart_p .flag.white-pro {
  background-color: #fff;
  border: 1px solid #515559;
}
.smart_p .flag.prelaunch-white-pro {
  background-color: #fff;
  border: 1px solid #515559;
}
.smart_p .flag.red-pro {
  background-image: url("../images/flag_red_pro.png");
  margin-top: 2px;
  border: 1px solid #d81e26;
}
.smart_p .flag.plesyr-pro {
  background-image: url("../images/flag_plesyr_pro.png");
  margin-top: 2px;
  border: 1px solid #d81e26;
}
.smart_p .btn-save {
  margin-top: 20px;
  max-width: 100%;
}
.smart_p .radio_container {
  margin-bottom: 0px !important;
}
.smart_p .radio_container input {
  min-height: 25px;
}
.smart_p form p {
  margin-bottom: 0px !important;
}
.smart_p .partner_scroll {
  overflow: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  height: 100px;
}
.smart_p .partner {
  padding: 10px;
  width: auto;
  height: 100px;
  display: inline-block;
  font-size: 10pt;
  text-decoration: none;
  color: #515559;
}
.smart_p .partner * {
  font-size: inherit;
}
.smart_p .partner .vp_picture {
  width: 38px;
  height: 38px;
  float: right;
  border-width: 2px;
}
.smart_p .partner .flag {
  position: relative;
  margin-top: 0px !important;
}
.smart_p .partner .flag span {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: -22px;
  left: 0px;
}
.smart_p a.partner:hover {
  background-color: #e1e3e6;
}
.smart_p .kennzahlen_list {
  padding-top: 10px;
  line-height: 2;
  color: #515559;
}

/* main: ../app.scss*/
.controlling h4 {
  font-weight: 300;
  margin-top: 0px;
  margin-bottom: 10px;
  text-align: right;
  padding-right: 20px;
}
.controlling .konto_fuellen {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  background-color: #88b613;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  width: 100%;
}
.controlling .konto_fuellen:hover {
  background-color: rgb(158, 213, 17);
}
.controlling .customer_list .customer_box > div {
  margin: 10px 5px;
  background-color: #e5e5e5;
  font-size: 10pt;
  text-align: center;
}
.controlling .customer_list .vp_picture {
  width: 30px;
  height: 30px;
  float: left;
  border-width: 2px;
  margin: 5px 5px 5px 5px;
  border-color: #052653;
}
.controlling .customer_list .flag {
  width: 28px;
  height: 28px;
  float: left;
  margin: 5px 5px 5px 5px;
}
.controlling .customer_list .btn-gray.mail {
  margin: 7px 5px 5px 5px;
  width: 30px;
  height: 27px;
  background-size: 20px 20px;
}
.controlling .customer_list .btn-gray {
  width: 30px;
  height: 27px;
  background-size: 15px 15px;
}
.controlling .customer_list p strong {
  color: #515559;
}
.controlling .customer_list p .btn-gray {
  float: right;
  margin-top: -3px;
  margin-right: 10px;
}
.controlling .tooltip_trigger.performance {
  position: absolute !important;
  z-index: 10;
  margin-top: 0px !important;
  top: 9px;
  right: -30px;
}
.controlling .performance_infos {
  padding-left: 60px !important;
  padding-bottom: 50px !important;
}
.controlling .performance_infos .module_headline span {
  color: #88b613;
  font-weight: 400;
  font-size: 24px;
  padding: 0px 20px;
}

.potentzial .vp_picture {
  z-index: 100;
  position: absolute;
  left: 50%;
  top: 370px;
  margin-left: -50px;
  background-size: 60% auto;
  background-position: top5px center;
  line-height: 1.43;
}
.potentzial .top_labels {
  z-index: 100;
  position: absolute;
  width: 130px;
  left: 50%;
  margin-left: -64px;
  top: 92px;
  text-align: right;
  padding-right: 5px;
}
.potentzial .top_labels .clear {
  height: 5.5px;
}
.potentzial .top_labels .arrow_box {
  padding-left: 5px;
  background-color: #052653;
  color: #fff;
  float: left;
  width: 70px;
  height: 26px;
  text-align: left;
  position: relative;
}
.potentzial .top_labels .arrow_box:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(72, 108, 164, 0);
  border-left-color: #486ca4;
  border-width: 13px;
  margin-top: -13px;
}
.potentzial .bottom_labels {
  z-index: 100;
  position: absolute;
  width: 137px;
  left: 50%;
  margin-left: 157px;
  bottom: 67px;
  text-align: center;
  padding-right: 5px;
}
.potentzial .bottom_labels .clear {
  height: 5.5px;
}
.potentzial .bottom_labels .arrow_box {
  background-color: #052653;
  color: #fff;
  float: left;
  width: 100%;
  height: 26px;
  text-align: center;
  position: relative;
  border: 1px solid #fff;
  border-bottom: none;
}

.performance_arrow {
  padding-left: 8px;
  background-color: #ff0513;
  color: #fff;
  float: left;
  width: 120px;
  height: 26px;
  text-align: left;
  position: absolute;
  left: 136px;
  bottom: 36px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
}

.performance_arrow:after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(72, 108, 164, 0);
  border-right-color: #ff0513;
  border-width: 13px;
  margin-top: -13px;
}

/* main: ../app.scss*/
.account_box {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  padding: 10px 20px !important;
}
.account_box > div {
  padding: 20px;
  padding-bottom: 10px;
  background-color: #f2f2f2;
}
.account_box > div p {
  font-size: 20px;
  font-weight: 300;
  margin-top: 10px;
}

.transaction_text {
  font-size: 14px;
  color: #808080;
}
.transaction_text p {
  color: #808080 !important;
  font-size: 14px;
}
.transaction_text select, .transaction_text p {
  margin: 10px 0px;
  font-weight: 400;
}

/* main: ../app.scss*/
@media screen and (max-width: 1440px) {
  .portal header {
    padding: 0px 20px;
  }
  .portal nav.main .logo {
    left: 20px;
  }
}
@media screen and (max-width: 1340px) {
  .portal nav.main .logo {
    display: none;
  }
  .portal header div {
    padding-left: 0px !important;
  }
}
@media screen and (max-width: 1024px) {
  .portal nav.main, .subnavi, .portal main, .portal footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .mobile_menu {
    display: inline-block;
    font-size: 32px;
  }
  body {
    padding: 0px !important;
  }
  nav.main ul {
    display: none !important;
  }
  .portal header, .portal footer {
    position: relative;
    height: auto;
  }
  .portal footer {
    padding-bottom: 10px;
  }
  .portal footer > * {
    float: none !important;
    width: 100%;
    text-align: center;
  }
  .portal footer ul {
    float: none !important;
    width: 100%;
    text-align: center;
  }
  .portal header nav {
    display: block;
  }
  .portal header nav > div {
    width: 100%;
    line-height: 1.5;
    padding: 5px 0px;
  }
  .portal header nav > .text-right {
    display: none;
  }
  .portal nav.main {
    height: 50px;
  }
  .portal nav.main > .center .money_info img {
    margin-top: 13px;
  }
  .portal main {
    padding-top: 20px;
  }
  #mobile_nav {
    display: none;
    position: absolute;
    width: 100%;
    min-height: 70vh;
    z-index: 99999;
    left: 0px;
    top: 50px;
    padding: 20px;
    background-color: rgb(255, 255, 255);
  }
  #mobile_nav.active {
    display: block;
  }
  #mobile_nav.active ul {
    display: block !important;
    padding-left: 0px;
  }
  #mobile_nav ul li {
    border-bottom: 1px solid #052653;
    margin-top: 10px;
  }
  #mobile_nav.active ul * {
    list-style: none;
    padding-left: 0px;
    text-decoration: none;
  }
  #mobile_nav.active ul a {
    display: block;
    margin: 10px 0px;
  }
  .flipcard_20 {
    width: 50%;
    height: auto;
    padding: 0px 10px;
  }
  .flipcard_20 .front, .flipcard_20 .back {
    width: 100%;
    height: auto;
  }
  body .fancybox-slide--iframe .fancybox-content {
    height: calc(100% - 44px) !important;
  }
  .fancybox-content {
    overflow: scroll !important;
  }
  table.mobile_break thead {
    display: none;
  }
  table.mobile_break tr, table.mobile_break td {
    display: block;
    width: 100%;
    clear: both;
  }
  table.mobile_break tr {
    padding-bottom: 10px;
  }
  table.mobile_break td a {
    float: none !important;
  }
}
@media screen and (max-width: 570px) {
  .portal main {
    padding-top: 20px;
  }
  .portal.cockpit .cockpit_wrapper [class*=col-] {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 0px;
  }
  .login.double {
    overflow: hidden;
  }
  .blank header nav {
    padding-top: 5px;
  }
  .blank header, .blank footer {
    position: relative;
    height: auto;
  }
  .blank header *, .blank footer * {
    float: none !important;
    padding-left: 0px !important;
    padding-bottom: 0px !important;
    text-align: center;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    display: block;
    margin-left: 0px !important;
    border-left: none !important;
    width: 100% !important;
  }
  .blank header nav ul {
    padding-left: 0px;
  }
  .blank .login {
    padding-left: 10px;
    padding-right: 10px;
  }
  .blank .login .container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  #register {
    display: block;
    float: none !important;
    margin-right: 0px !important;
    margin-top: -10px;
    padding-bottom: 10px;
  }
  main > .container {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .col-0 {
    display: none;
  }
  .col-12 {
    margin-top: 20px;
  }
  .blank .login .container {
    padding: 20px;
  }
  .blank .register_steps {
    display: flex;
    align-content: space-between;
    margin: 20px auto;
    flex-wrap: wrap;
  }
  .blank .register_steps > div {
    position: relative;
    background-image: none !important;
    background-color: #052653;
    height: auto;
    flex: 1;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 40px;
    margin: 5px;
  }
  .blank .register_steps > div.active {
    background-color: #8b2331;
  }
  .blank .form-control[class^=key] {
    margin: 0px 4px;
    width: 28px;
    margin-bottom: 20px;
  }
  form .btn-green {
    background-color: #88b613;
    color: #fff;
    font-size: 14px;
    padding-top: 6px;
    padding-bottom: 5px;
    max-width: 100%;
    height: auto;
    white-space: normal;
  }
  .flipcard_20 {
    width: 100%;
    height: auto;
    padding: 0px 10px;
  }
  .flipcard_20 .front, .flipcard_20 .back {
    width: 100%;
    height: auto;
  }
  .shopping_steps {
    display: none;
  }
  .hide_mobile {
    display: none;
  }
  .fancybox-slide--iframe .fancybox-content {
    border-width: 0px !important;
  }
  .fancybox-slide--iframe {
    padding: 44px 10px 0 !important;
  }
  .fancybox-toolbar {
    top: 0px !important;
    right: 10px !important;
  }
  .portal main .content_wrapper_border .form_section {
    padding: 25px 10px;
  }
  .shop .btn-green.add.float-left {
    float: none !important;
    margin-left: 0px !important;
  }
  .adresses * {
    margin-left: 0px !important;
  }
  .shop_wk {
    margin-right: 10px;
    margin-top: 10px;
  }
  .container > .module_icon {
    display: none;
  }
  .container > .module_headline {
    margin-left: 10px;
    display: block !important;
  }
  .my_performance .wp {
    top: -26px !important;
    left: 0px !important;
  }
  .my_performance .rb {
    bottom: -38px !important;
    left: 0px !important;
  }
  .no_column * {
    -webkit-column-count: 1 !important;
    -moz-column-count: 1 !important;
    column-count: 1 !important;
  }
  .mobile_subnavi {
    border-left: 5px solid #052653;
    margin: 0px !important;
    padding: 1px;
    padding-left: 10px !important;
  }
  #mobile_nav li.active {
    font-weight: 700;
  }
  .skintest_result h1 {
    font-size: 30px;
  }
}
/* main: ../app.scss*/
.hamburger {
  padding: 0px 0px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 1;
}

.hamburger-box {
  width: 33px;
  height: 26px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 33px;
  height: 4px;
  background-color: #486ca4;
  border-radius: 0px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -11px;
}
.hamburger-inner::after {
  bottom: -11px;
}

/*
 * 3DX
 */
.hamburger--3dx .hamburger-box {
  perspective: 66px;
}
.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 11px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -11px, 0) rotate(-45deg);
}

/*
 * 3DX Reverse
 */
.hamburger--3dx-r .hamburger-box {
  perspective: 66px;
}
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 11px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -11px, 0) rotate(-45deg);
}

/*
 * 3DY
 */
.hamburger--3dy .hamburger-box {
  perspective: 66px;
}
.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 11px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -11px, 0) rotate(-45deg);
}

/*
 * 3DY Reverse
 */
.hamburger--3dy-r .hamburger-box {
  perspective: 66px;
}
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 11px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -11px, 0) rotate(-45deg);
}

/*
 * 3DXY
 */
.hamburger--3dxy .hamburger-box {
  perspective: 66px;
}
.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg);
}
.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 11px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -11px, 0) rotate(-45deg);
}

/*
 * 3DXY Reverse
 */
.hamburger--3dxy-r .hamburger-box {
  perspective: 66px;
}
.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 11px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -11px, 0) rotate(-45deg);
}

/*
 * Arrow
 */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-6.6px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-6.6px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Arrow Right
 */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(6.6px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(6.6px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Alt
 */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-6.6px, -8.25px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-6.6px, 8.25px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Alt Right
 */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(6.6px, -8.25px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(6.6px, 8.25px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Turn
 */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Turn Right
 */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Boring
 */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -22px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -11px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -22px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -11px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 11px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 22px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 11px, 0) rotate(135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -22px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 11px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 22px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 11px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -22px, 0) rotate(270deg);
  transition-delay: 0.075s;
}

/*
 * Emphatic
 */
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
  top: 11px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -66px;
  top: -66px;
  transform: translate3d(66px, 66px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -66px;
  top: -66px;
  transform: translate3d(-66px, 66px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Emphatic Reverse
 */
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::after {
  top: 11px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -66px;
  top: 66px;
  transform: translate3d(66px, -66px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -66px;
  top: 66px;
  transform: translate3d(-66px, -66px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Minus
 */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}
.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}
.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}
.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 2px;
}
.hamburger--slider .hamburger-inner::before {
  top: 11px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 22px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 11px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-4.7142857143px, -7px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -22px, 0) rotate(-90deg);
}

/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 11px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 22px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 11px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(4.7142857143px, -7px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -22px, 0) rotate(90deg);
}

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 11px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 22px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 11px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 11px, 0) rotate(-45deg);
}

/*
 * Spring Reverse
 */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
  top: -22px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -11px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand
 */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand Reverse
 */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Vortex
 */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/*
 * Vortex Reverse
 */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/* main: ../app.scss*/
@page {
  margin-bottom: 15mm;
  margin-top: 50mm;
}
body.pdf .page-break {
  page-break-after: always;
}
body.pdf p {
  font-size: 10pt;
  line-height: normal;
  color: #53565a;
}
body.pdf span, body.pdf :before {
  font-size: 10pt;
}
body.pdf small {
  font-size: 7pt;
  line-height: 15pt;
}
body.pdf p.gold {
  color: #96653d;
}
body.pdf table {
  width: 100%;
}
body.pdf td {
  vertical-align: top;
}
body.pdf .pagenum:before {
  content: counter(page);
}
body.pdf .rg_positionen {
  margin-top: 50px;
  width: 100%;
}
body.pdf .rg_positionen tr th {
  font-size: 8pt;
  line-height: 1.2;
  vertical-align: middle;
  text-align: right;
  color: #53565a;
  border-bottom: 1px solid #53565a;
}
body.pdf .rg_positionen tr th:first-child {
  text-align: left;
}
body.pdf .rg_positionen tr td {
  font-size: 10pt;
  line-height: 1.2;
  vertical-align: middle;
  text-align: right;
  color: #53565a;
  width: 33.33333%;
  border-bottom: 1px solid #53565a;
  height: 11mm;
}
body.pdf .rg_positionen tr td:first-child {
  text-align: left;
}
body.pdf .rg_positionen .first_no_border td:first-child {
  border: none !important;
}
body.pdf .rg_positionen .double_border td {
  border-bottom-style: double;
}
body.pdf .rg_positionen .no_border td {
  border: none !important;
}
body.pdf header {
  position: fixed;
  top: -35mm;
  left: 0px;
  right: 0px;
}
body.pdf footer {
  position: fixed;
  bottom: 0mm;
  left: 0px;
  right: 0px;
}

/* main: ../app.scss*/
@media print {
  /* All your print styles go here */
  header, footer, nav.main {
    display: none !important;
  }
  main {
    padding-top: 0px !important;
  }
}
