@charset "UTF-8";
.dropdown-item.active, .dropdown-item:active {
  --bs-dropdown-link-active-color: #FFFFFF;
  --bs-dropdown-link-active-bg: #689435;
}

:root {
  --WerteBoxenEckradius: 8px;
  --Main-Focused-Dull-Green: rgba(134, 169, 93, 1);
  --bs-link-color-rgb: 134, 169, 93;
  --bs-success: #8BC34A4D; /* Hauptfarbe für success */
  --bs-success-rgb: 104, 148, 53; /* RGB-Wert für success */
  --bs-success-text: #ffffff; /* Textfarbe für success */
  --bs-success-bg: #d4edda; /* Hintergrundfarbe für success */
  --bs-success-border: #8BC34A; /* Randfarbe für success */
  --bs-success-hover-bg: #218838; /* Hover-Hintergrundfarbe für success */
  --bs-success-hover-border: #1e7e34; /* Hover-Randfarbe für success */
  --bs-success-focus-shadow-rgb: 40, 167, 69; /* Fokus-Schatten für success */
  --bs-success-bg-subtle: var(--background-baige-bg-30, rgba(194, 212, 174, 0.3)); /* Subtile Hintergrundfarbe für success */
  --bs-success-border-subtle: var(--Haupfarbe-Mossy-Green, rgba(104, 148, 53, 1)); /* Subtile Randfarbe für success */
  --bs-success-text-emphasis: var(--Typo-Off-Black, rgba(17, 17, 17, 1));
  --bs-info: #E1F5FE; /* Hauptfarbe für info */
  --bs-info-rgb: 23, 162, 184; /* RGB-Wert für info */
  --bs-info-text: #ffffff; /* Textfarbe für info */
  --bs-info-bg: #E1F5FE; /* Hintergrundfarbe für info */
  --bs-info-border: #bee5eb; /* Randfarbe für info */
  --bs-info-hover-bg: #138496; /* Hover-Hintergrundfarbe für info */
  --bs-info-hover-border: #117a8b; /* Hover-Randfarbe für info */
  --bs-info-focus-shadow-rgb: 23, 162, 184; /* Fokus-Schatten für info */
  --bs-info-bg-subtle: #E1F5FE; /* Subtile Hintergrundfarbe für info */
  --bs-info-bg-subtle-rgb: 209, 236, 241; /* Subtile Hintergrundfarbe (RGB) für info */
  --bs-info-border-subtle: #c4e3e8; /* Subtile Randfarbe für info */
  --bs-info-border-subtle-rgb: 196, 227, 232; /* Subtile Randfarbe (RGB) für info */
  --bs-warning: rgba(255, 167, 86, 1); /* Hauptfarbe für warning */
  --bs-warning-rgb: 255, 167, 86; /* RGB-Wert für warning */
  --bs-warning-text: #000000; /* Textfarbe für warning */
  --bs-warning-bg: rgba(255, 167, 86, 1); /* Hintergrundfarbe für warning */
  --bs-warning-border: rgba(255, 167, 86, 1); /* Randfarbe für warning */
  --bs-warning-hover-bg: #218838; /* Hover-Hintergrundfarbe für warning */
  --bs-warning-hover-border: #1e7e34; /* Hover-Randfarbe für warning */
  --bs-warning-focus-shadow-rgb: 40, 167, 69; /* Fokus-Schatten für warning */
  --bs-warning-bg-subtle: var(--Dashboard-Process-geplant-bg, rgba(255, 167, 86, 0.15)); /* Subtile Hintergrundfarbe für warning */
  --bs-warning-border-subtle: var(--Dashboard-Process-geplant-t, rgba(255, 167, 86, 1)); /* Subtile Randfarbe für warning */
  --bs-warning-text-emphasis: var(--Typo-Off-Black, rgba(17, 17, 17, 1));
  --bs-bg-opacity: 1;
  --bs-dark-rgb: 95, 95, 95;
  --Dashboard-Grey-50: rgba(245, 245, 245, 1);
  --Dashboard-Grey-200: rgba(217, 217, 217, 1);
  --Dashboard-Grey-800: rgba(95, 95, 95, 1);
  --bs-font-sans-serif: "FrutigerLTStd", sans-serif;
  --bs-font-serif: "SwiftLTPro", serif;
  --bs-link-hover-color-rgb: 104, 148, 53;
  --bs-link-color: rgb(104, 148, 53);
  --bs-link-hover-color: #86A95D;
  --bs-primary-rgb: 104, 148, 53;
}

.btn-primary,
.btn-primary-light,
.btn-danger,
.btn-danger-light,
.btn-warning,
.btn-success,
.btn-secondary,
.btn-info {
  --bs-btn-font-family: "FrutigerLTStd", serif;
  --bs-btn-font-size: 14px;
  --bs-btn-font-weight: 700;
  --bs-btn-line-height: 2.4;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #86A95D;
  --bs-btn-border-color: #86A95D;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #218838;
  --bs-btn-hover-border-color: #218838;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #86A95D;
  --bs-btn-active-border-color: #218838;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #86A95D;
  --bs-btn-disabled-border-color: #86A95D;
}

.btn-primary-light {
  --bs-btn-color: rgba(104, 148, 53, 1);
  --bs-btn-bg: rgba(209, 222, 194, 1);
  --bs-btn-border-color: rgba(209, 222, 194, 1);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #218838;
  --bs-btn-hover-border-color: #218838;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #86A95D;
  --bs-btn-active-border-color: #218838;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgba(209, 222, 194, 1);
  --bs-btn-disabled-border-color: rgba(209, 222, 194, 1);
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgba(210, 20, 20, 1);
  --bs-btn-border-color: rgba(210, 20, 20, 1);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgba(210, 20, 20, 1);
  --bs-btn-disabled-border-color: rgba(210, 20, 20, 1);
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
}

.btn-danger-light {
  --bs-btn-color: rgba(210, 20, 20, 1);
  --bs-btn-bg: rgba(239, 56, 38, 0.15);
  --bs-btn-border-color: rgba(239, 56, 38, 0.15);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgba(239, 56, 38, 0.15);
  --bs-btn-disabled-border-color: rgba(239, 56, 38, 0.15);
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
}

.btn-warning {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgba(255, 167, 86, 0.15);
  --bs-btn-border-color: rgba(255, 167, 86, 0.15);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgba(255, 167, 86, 0.15);
  --bs-btn-disabled-border-color: rgba(255, 167, 86, 0.15);
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(104, 148, 53);
  --bs-btn-border-color: rgb(104, 148, 53);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-colorß: #146c43;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(104, 148, 53);
  --bs-btn-disabled-border-color: rgb(104, 148, 53);
}

.btn-sm {
  --bs-btn-font-size: 14px;
  --bs-btn-line-height: 1.4;
  height: 29px;
}

.form-control {
  --bs-body-bg: var(--Dashboard-Grey-50);
}

.form-control:focus {
  --bs-body-bg: #FFFFFF;
}

@font-face {
  font-family: "FrutigerLTStd";
  src: url("../fonts/FrutigerLTStd-Roman.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FrutigerLTStd";
  src: url("../fonts/FrutigerLTStd-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "SwiftLTPro";
  src: url("../fonts/SwiftLTPro-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}
.show-in-green-layout {
  display: none !important;
}

.hide-in-green-layout {
  display: flex !important;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

h1, .fs-1 {
  color: #FAFAFA;
  font-family: "SwiftLTPro", serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: -0.96px;
}

h2, .fs-2 {
  color: #FAFAFA;
  font-family: "SwiftLTPro", serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: -0.8px;
}

h3, .fs-3 {
  color: #FAFAFA;
  font-family: "SwiftLTPro", serif;
  font-size: 33px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 109.091% */
  letter-spacing: -0.66px;
}

h4, .fs-4 {
  color: #FAFAFA;
  font-family: "SwiftLTPro", serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 31px; /* 110.714% */
  letter-spacing: -0.56px;
}

h5, .fs-5 {
  color: #FAFAFA;
  font-family: "SwiftLTPro", serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px; /* 113.043% */
  letter-spacing: -0.46px;
}

h6, .fs-6 {
  color: #FAFAFA;
  font-family: "SwiftLTPro", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 110% */
  letter-spacing: -0.4px;
}

div, strong {
  font-family: "FrutigerLTStd", sans-serif;
}

span, p {
  font-family: "FrutigerLTStd", sans-serif;
}
span.title, p.title {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
}

.text-dark-blue {
  color: #689435;
}

.bg-light-blue {
  background-color: #E1F5FE;
}

.text-dark-blue {
  color: #689435;
}

.bg-light-blue {
  background-color: #E1F5FE;
}

html.green, body.green {
  background-color: #293B15;
  color: #D9D9D9;
}
html.green header, body.green header {
  background: #293B15;
}
html.green header .nav-link, body.green header .nav-link {
  color: #FFFFFF;
}
html.green header .nav-link:hover, html.green header .nav-link:active, html.green header .nav-link:focus, body.green header .nav-link:hover, body.green header .nav-link:active, body.green header .nav-link:focus {
  color: #FFFFFF;
}
html.green footer, body.green footer {
  background: #293B15;
}
html.green footer .nav-item, body.green footer .nav-item {
  color: #FAFAFA;
}
html.green footer .nav-link, body.green footer .nav-link {
  color: #FFFFFF;
}
html.green footer .nav-link:hover, html.green footer .nav-link:active, html.green footer .nav-link:focus, body.green footer .nav-link:hover, body.green footer .nav-link:active, body.green footer .nav-link:focus {
  color: #FFFFFF;
}
html.green h1, body.green h1 {
  color: #FFFFFF !important;
}
html.green .form-label, body.green .form-label {
  color: #D9D9D9;
}
html.green .form-control, body.green .form-control {
  background-color: rgba(194, 212, 174, 0.3);
  border-color: rgb(119, 158, 73);
  color: #D9D9D9;
}
html.green .form-control::placeholder, body.green .form-control::placeholder {
  color: #cdcdcd;
}
html.green .form-control:focus, body.green .form-control:focus {
  background-color: #293B15;
  border-color: #5F5F5F;
  color: #D9D9D9;
}
html.green .form-check-label, body.green .form-check-label {
  font-family: "FrutigerLTStd", serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.0025em;
  text-align: left;
  color: #FFFFFF;
}
html.green .show-in-green-layout, body.green .show-in-green-layout {
  display: flex !important;
}
html.green .hide-in-green-layout, body.green .hide-in-green-layout {
  display: none !important;
}

.grid-columns-2 {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.grid-columns-3 {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 768px) {
  .grid-columns-3 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 480px) {
  .grid-columns-3 {
    grid-template-columns: 1fr;
  }
}

.grid-columns-4 {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}

.blue-box {
  display: block;
  width: 100%;
  height: auto;
  padding: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 20px;
  border: 2px solid var(--Light-Blue-500, #689435);
  background: rgba(194, 212, 174, 0.3019607843);
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.text-dark-blue {
  color: #FFFFFF;
}

.bg-light-blue {
  background-color: #B3C99A;
}

a.muted {
  color: #747474;
}

a.btn:hover {
  text-decoration: none;
}

.btn-zbv {
  background: var(--Main-Focused-Dull-Green, rgb(134, 169, 93));
  min-width: 135px;
  padding: 6px 12px 6px 12px;
  border-radius: var(--WerteBoxenEckradius);
  font-family: "FrutigerLTStd";
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
}
.btn-zbv:hover {
  color: #FFFFFF;
}

.form-label,
.form-check-label {
  color: var(--Grey-Off-black, #111);
  /* Strong Body 1 */
  font-family: "FrutigerLTStd", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
}

.form-control {
  background-color: rgb(255, 255, 255);
  padding: 12px 15px 12px 15px;
  border-radius: 8px;
  border: 1px solid rgb(221, 221, 221);
  box-shadow: 0px 1px 3px 0px rgba(44, 34, 76, 0.15) inset;
}
.form-control::placeholder {
  color: #5F5F5F;
}
.form-control:focus {
  background-color: #FFFFFF;
  color: #111111;
  border: 0;
  box-shadow: 0 0 0 0.25rem #86a95d;
}

/*
.form-control::-webkit-calendar-picker-indicator {
    filter: invert(1);
}
*/
fieldset {
  padding: 35px 40px 35px 40px;
  background: #FFFFFF;
  box-shadow: 6px 6px 54px 0px rgba(0, 0, 0, 0.0705882353);
  border-radius: 10px;
}

.silent {
  color: var(--Disable-Grey-400, #B5B5B5);
}

.profile fieldset {
  background: transparent;
  box-shadow: none;
  border: none;
  padding: 0;
}

.modal-body fieldset {
  background: transparent;
  box-shadow: none;
  padding: 0;
}

button.ms-choice {
  background-color: var(--Dashboard-Grey-50);
}

.card-link {
  box-shadow: 6px 6px 54px 0px rgba(0, 0, 0, 0.0705882353);
  border: 2px solid #FFFFFF;
}

.card-link:hover {
  text-decoration: none;
  border-color: #B3C99A;
}

.logo-container {
  display: block;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  position: absolute;
  top: 40px;
  left: 40px;
}

.logo-container img {
  display: block;
  width: auto;
  height: 6vh;
}

.logo-container h2 {
  margin-top: 1vh;
  display: block;
  font-size: 3vw;
}

@media (max-width: 700px) {
  .logo-container img {
    width: 143px;
    height: 72px;
  }
  .logo-container h2 {
    font-size: 40px;
  }
}
.auth-container {
  display: flex;
}

.auth-bg {
  background: url("../images/auth-bg-viki.jpg") no-repeat center center;
  background-size: cover;
  height: 100vh;
  flex: 0 0 auto;
  overflow: hidden;
  position: fixed;
  width: 30%;
}

.auth-form-container {
  background-color: #f9f9f9;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 1 auto;
  overflow-y: auto;
  padding-left: 30%;
  height: 100vh;
}

.auth-form {
  width: 80%;
  max-width: 900px;
  padding: 0;
  align-items: center;
}

@media (max-width: 770px) {
  .auth-bg {
    background: none;
    display: block;
    height: auto;
    position: relative;
    width: auto;
  }
  .auth-bg .logo-container {
    position: sticky;
    margin: 25px 0;
  }
  .auth-form-container {
    display: block;
    padding: 0 10px;
  }
  .auth-form {
    width: auto;
  }
}
@media (max-height: 700px) {
  .auth-bg {
    background-size: cover;
  }
}
@media (max-width: 1200px) {
  .auth-bg {
    background-size: cover;
  }
}
.subscriptions {
  display: flex;
  justify-content: center;
  gap: 20px;
  text-align: left;
}
.subscriptions .subscription-box {
  transition: 0.3s;
  transition-timing-function: ease-out;
  margin-top: 0;
}
.subscriptions .subscription-box:hover {
  text-decoration: none;
  transform: scale(1.05);
  transition-timing-function: ease-in;
  transition: 0.3s;
}

.account .subscriptions .subscription-box {
  background: var(--Typo-White, rgb(255, 255, 255));
  border: 2px solid var(--Grey-100, rgb(237, 237, 237));
  box-shadow: 0px 4px 4px 0px rgba(194, 212, 174, 0.3);
}
.account .subscriptions .subscription-box .subscription-title {
  font-weight: 700;
}
.account .subscriptions .subscription-box:hover {
  transform: none;
  transition: none;
}

.subscription-box {
  display: block;
  width: 330px;
  min-height: 300px;
  padding: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 0;
  border: 2px solid var(--Light-Blue-500, #689435);
  background: rgba(3, 169, 244, 0.1);
}
.subscription-box.highlight {
  box-shadow: 0px 0px 20px 0px #689435;
}
.subscription-box .header {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  min-height: 52px;
}
.subscription-box .price {
  display: block;
  height: 75px;
  line-height: 75px;
  color: var(--Light-Blue-500, #689435);
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
}
.subscription-box .buy_now {
  display: flex;
  height: 50px;
  padding: 20px;
  margin: 20px 0;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  align-self: stretch;
}
.subscription-box .advantages {
  display: flex;
  min-height: 100px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  flex-shrink: 0;
  align-self: stretch;
  margin: 0;
  padding: 0;
  list-style: none;
}
.subscription-box .advantages .item {
  display: flex;
  align-self: stretch;
  gap: 10px;
  height: 42px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
}
.subscription-box .advantages .item::before {
  /*width: 20px;
  height: 42px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21' fill='none'%3E%3Cmask id='mask0_103_2490' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='1' y='4' width='18' height='14'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.66669 10.75L3.75002 8.66667L7.91669 12.8333L16.25 4.5L18.3334 6.58333L7.91669 17L1.66669 10.75Z' fill='white' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_103_2490)'%3E%3Cpath d='M0 0.75H20V20.75H0V0.75Z' fill='%23D9D9D9'/%3E%3C/g%3E%3C/svg%3E");
  display: inline-block;
  padding-top: 4px;*/
}

.modal .close {
  display: flex;
  width: 24px;
  height: 24px;
  padding: 4px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 29px;
  background: var(--Grey-Medium, #E5E5E5);
  border-color: #E5E5E5;
}
.modal .close span {
  color: #4F4F4F;
}

.modal-content label {
  color: #000000 !important;
}
.modal-content .form-group {
  margin-bottom: 20px;
}

.modal-fullscreen .modal-body {
  padding: 0;
}

.modal-transparent {
  background-color: transparent;
}
.modal-transparent .close {
  right: 0;
  margin: 10px;
  z-index: 999;
  position: absolute;
}
.modal-transparent .modal-content {
  background-color: transparent;
}
.modal-transparent .modal-content .modal-header {
  display: none;
}

.ebook-container-box {
  box-sizing: border-box;
  padding-top: 0;
  position: relative;
  margin-bottom: 0;
  height: 95vh;
  z-index: 1;
}

.ebook-container {
  left: 0;
  top: 0;
  position: absolute;
  height: 100%;
  width: 100%;
}

.planb-measures .planb-measure-box {
  display: flex;
  justify-content: space-between;
}

.green-border-box {
  border: 1px solid rgb(62, 88, 31);
  border-radius: 10px;
  padding: 20px;
}

.planb-price-box {
  display: block;
  min-height: 300px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 0;
  background: rgba(3, 169, 244, 0.1);
  background: var(--background-baige-bg-30, rgba(194, 212, 174, 0.3));
  background-color: rgba(194, 212, 174, 0.6);
  border: 2px solid var(--Haupfarbe-Mossy-Green, rgb(104, 148, 53));
  box-shadow: 1px 5px 15.1px 0px rgb(194, 212, 174);
  padding: 32px;
}
.planb-price-box .price {
  font-family: "FrutigerLTStd", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  text-align: left;
  color: rgb(179, 201, 154);
}

.planb-images .preview-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: block;
  width: 100px;
  height: 100px;
  background-color: #f5f5f5;
  border: 1px dashed #848484;
}

.planb-comments .box {
  border: 1px solid var(--Dashboard-Grey-800, rgb(95, 95, 95));
  border-radius: 15px;
  background: var(--Dashboard-Grey-50, rgb(245, 245, 245));
  padding: 10px;
  margin-bottom: 15px;
}
.planb-comments .box.rejected {
  background-color: rgb(222, 194, 194);
}
.planb-comments .box.approved {
  background-color: rgb(209, 222, 194);
}
.planb-comments .box span {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25%;
  margin-bottom: 10px;
}
.planb-comments .box span.comment {
  color: var(--Typo-Off-Black, rgb(17, 17, 17));
}
.planb-comments .box span.meta {
  color: var(--Dashboard-Grey-600, rgb(116, 116, 116));
}

body, html {
  height: 100%;
  margin: 0;
  background-color: var(--Dashboard-Grey-50);
}

.container {
  margin: 0 auto;
}

/*
.container-fluid, .row {
    height: 100%;
}
*/
.main-inner {
  background: var(--Dashboard-Grey-50);
  min-height: 100vh;
  padding: 0;
  border-top: 1px solid var(--Dashboard-Grey-200, rgb(217, 217, 217));
  width: 90%;
  float: right;
  padding-top: 50px;
  padding-right: 50px;
}

.p-20 {
  padding: 20px;
}

.account header .container {
  border-bottom: 1px solid var(--Dashboard-Grey-200, rgb(217, 217, 217));
  padding-bottom: 10px;
}

header {
  background-color: var(--Dashboard-Grey-50);
  color: var(--bs-body-color);
}
header .nav-link {
  margin-left: 20px;
  font-family: "FrutigerLTStd", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.0125em;
  text-align: center;
  color: #B5B5B5;
}
header .nav-link:hover, header .nav-link:active, header .nav-link:focus {
  text-decoration: none;
  color: #B5B5B5;
}
header .nav-link.news-page {
  background: #689435;
  box-shadow: 0px 4px 4px 0px rgba(50, 124, 101, 0.0509803922);
  padding: 6px 12px 6px 12px;
  border-radius: 40px;
  color: #fff;
}
header .nav-link.login-link {
  background: #00620b;
  padding: 6px 12px 6px 12px;
  border-radius: 40px;
  color: #fff;
}
header .nav-link.login-link::before {
  display: block;
  width: 16px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='18' viewBox='0 0 16 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.33333 7.91667C6.49238 7.91667 5 6.42428 5 4.58333C5 2.74238 6.49238 1.25 8.33333 1.25C10.1742 1.25 11.6667 2.74238 11.6667 4.58333C11.6667 6.42428 10.1742 7.91667 8.33333 7.91667Z' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M1.66675 16.75V15.9167C1.66675 13.1552 3.90532 10.9167 6.66675 10.9167H10.0001C12.7615 10.9167 15.0001 13.1552 15.0001 15.9167V16.75' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

footer {
  background: var(--Dashboard-Grey-50);
  color: var(--bs-body-color);
  padding: 40px 100px 40px 100px;
  margin-top: 60px;
}
@media (max-width: 480px) {
  footer {
    padding: 20px;
    margin-top: 60px;
  }
}
footer .left-col .nav-item {
  margin-right: 20px;
}
footer .nav-item {
  font-family: "FrutigerLTStd", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.0025em;
  text-align: left;
  color: #B5B5B5;
}
footer .nav-link {
  padding: 0;
  font-family: "FrutigerLTStd", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
  color: #B5B5B5;
}
footer .nav-link:hover, footer .nav-link:active {
  text-decoration: none;
  color: #FAFAFA;
}

@media (max-width: 770px) {
  #sidebar {
    width: auto;
  }
}
html, body {
  background-color: var(--Dashboard-Grey-50);
  color: var(--bs-body-color);
}

h1 {
  color: #111111 !important;
  text-align: center;
}

.subtitle {
  color: var(--Off-White, #FAFAFA);
  text-align: center;
  font-family: "FrutigerLTStd", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
}

span {
  /* Open Sans Body 1 */
  font-family: "FrutigerLTStd", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.08px;
}

fieldset {
  background-color: #212529;
}

.form-label {
  color: #111111;
  font-weight: 700;
}

/*
.nav-link {
  font-family: "FrutigerLTStd", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  color: #FFF;
}
.nav-link:hover {
  text-decoration: none;
  color: #FFFFFF;
}
*/
.shop-order {
  color: #FFFFFF;
}
.shop-order .cms-text-shop {
  font-family: "FrutigerLTStd", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.005em;
  text-align: center;
}
.shop-order .grey-box {
  background: var(--Navy-Green, rgb(62, 88, 31));
  padding: 20px;
  gap: 10px;
  border-radius: 10px;
}
.shop-order .grey-box .title {
  font-family: "FrutigerLTStd", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.0025em;
  text-align: left;
}
.shop-order .form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.shop-order .form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.shop-order .form-check-input:checked {
  background: #8BC34A;
  border-color: #8BC34A;
  color: #FFFFFF;
}
.shop-order .payment-box .form-group {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 15px;
}
.shop-order .payment-box .form-check {
  border: 1px solid #5F5F5F;
  border-radius: 10px;
}
.shop-order .payment-box .form-check.active {
  background: rgba(194, 212, 174, 0.3);
  border: 1px solid #689435;
}
.shop-order .payment-box .form-check .form-check-inner-box {
  padding: 15px;
}
.shop-order .payment-box .form-check .form-check-input {
  border: 1px solid #5F5F5F;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background-color: transparent;
}
.shop-order .payment-box .form-check .form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.shop-order .payment-box .form-check .form-check-input:checked {
  background: rgb(104, 148, 53);
  border-color: rgb(104, 148, 53);
  color: #FFFFFF;
}
.shop-order .payment-box .form-check .form-check-label {
  font-family: "FrutigerLTStd", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.0025em;
  text-align: left;
  color: var(--Typo-White, rgb(255, 255, 255));
  cursor: pointer;
  padding-left: 10px;
  padding-top: 4px;
  width: 100%;
}
.shop-order .payment-box .form-check .payment-icons {
  margin-left: -35px;
  margin-top: 15px;
  display: flex;
  gap: 20px;
  width: auto;
  justify-content: normal;
  max-width: 100%;
  flex-wrap: wrap;
}
.shop-order .payment-box .form-check .payment-icons img {
  width: 78px;
  height: 40px;
  border-radius: 6px;
}
.shop-order .subscription-box {
  background-color: rgba(194, 212, 174, 0.6);
  border: 2px solid var(--Haupfarbe-Mossy-Green, rgb(104, 148, 53));
  box-shadow: 1px 5px 15.1px 0px rgb(194, 212, 174);
  padding: 32px;
}
.shop-order .subscription-box .price {
  height: 25px;
}
.shop-order .subscription-box .advantages {
  margin-bottom: 20px;
  padding-bottom: 60px;
  /* border-bottom: 2px solid rgba(194, 212, 174, 0.3); */
}
.shop-order .subscription-box .advantages .item {
  margin-bottom: 0;
  text-align: left;
}

.buy-box {
  margin: 40px auto;
}
.buy-box .buy_now {
  width: 100%;
  background-color: rgb(181, 181, 181);
}
.buy-box .buy_now:hover {
  background-color: rgb(134, 169, 93);
}

.subscription-box {
  border: 1px solid var(--Haupfarbe-Mossy-Green, rgb(104, 148, 53));
  background: var(--background-baige-bg-30, rgba(194, 212, 174, 0.3));
  width: 400px;
}
.subscription-box:hover {
  background: var(--background-baige-bg-30, rgba(194, 212, 174, 0.5));
}
.subscription-box:hover .buy_now {
  background-color: rgb(134, 169, 93);
}
.subscription-box .subscription-title {
  font-family: "SwiftLTPro", serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  text-align: left;
  color: var(--Dashboard-Grey-50, rgb(245, 245, 245));
}
.subscription-box .subscription-description {
  color: #D9D9D9;
}
.subscription-box .price {
  font-family: "FrutigerLTStd", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  text-align: left;
  color: rgb(179, 201, 154);
}
.subscription-box .buy_now {
  background: var(--background-baige-bg-30, rgba(194, 212, 174, 0.3));
  border: 0.7px solid var(--Flat-Green, rgb(119, 158, 73));
  font-family: "FrutigerLTStd", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  color: var(--Typo-White, rgb(255, 255, 255));
}
.subscription-box .advantages {
  margin-top: 30px;
}
.subscription-box .advantages .item {
  font-family: "FrutigerLTStd", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  color: var(--Typo-White, rgb(255, 255, 255));
  height: 23px;
  line-height: 23px;
  margin-bottom: 15px;
}
.subscription-box .advantages .item::before {
  height: 23px;
  padding-top: 0;
  padding-right: 40px;
}
.subscription-box .form-check-input {
  background-color: transparent;
}
.subscription-box .form-check-input:focus {
  border-color: red;
}
.subscription-box .form-check-input:checked,
.subscription-box .form-check-input:checked:focus {
  background: #8BC34A;
  border-color: #8BC34A;
  color: #FFFFFF;
}
.subscription-box .form-check-label {
  font-family: "FrutigerLTStd", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.0025em;
  text-align: left;
  color: rgb(255, 255, 255);
  cursor: pointer;
}
.subscription-box .form-check-label a {
  color: #B5B5B5;
  text-decoration: none;
}

/* Shop Order Page */
.m-subscriptiontype {
  /*.header-menu-top-right {
    display: none!important;
  }*/
}

/*# sourceMappingURL=planb.css.map */
