/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
       ========================================================================== */

/**
     * Remove the margin in all browsers.
     */

body {
  margin: 0;
}

/**
     * Render the `main` element consistently in IE.
     */

main {
  display: block;
}

a {
  background-color: transparent;
  text-decoration: none;
  background-color: transparent;
  color: inherit;
}

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */

/* Grouping content
       ========================================================================== */

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
       ========================================================================== */

/**
     * Remove the gray background on active links in IE 10.
     */

a {
  background-color: transparent;
  text-decoration: none;
}

/**
     * 1. Remove the bottom border in Chrome 57-
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */

b,
strong {
  font-weight: bolder;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
     * Add the correct font size in all browsers.
     */

small {
  font-size: 80%;
}

/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
       ========================================================================== */

/**
     * Remove the border on images inside links in IE 10.
     */

img {
  border-style: none;
}

/* Forms
       ========================================================================== */

/**
     * 1. Change the font styles in all browsers.
     * 2. Remove the margin in Firefox and Safari.
     */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
     * Show the overflow in IE.
     * 1. Show the overflow in Edge.
     */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
     * Correct the inability to style clickable types in iOS and Safari.
     */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
     * Remove the inner border and padding in Firefox.
     */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
     * Restore the focus styles unset by the previous rule.
     */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
     * Correct the padding in Firefox.
     */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
     * Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */

progress {
  vertical-align: baseline;
}

/**
     * Remove the default vertical scrollbar in IE 10+.
     */

textarea {
  /* overflow: auto; */
}

/**
     * 1. Add the correct box sizing in IE 10.
     * 2. Remove the padding in IE 10.
     */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
     * Remove the inner padding in Chrome and Safari on macOS.
     */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
       ========================================================================== */

/*
     * Add the correct display in Edge, IE 10+, and Firefox.
     */

details {
  display: block;
}

/*
     * Add the correct display in all browsers.
     */

summary {
  display: list-item;
}

/* Misc
       ========================================================================== */

/**
     * Add the correct display in IE 10+.
     */

template {
  display: none;
}

/**
     * Add the correct display in IE 10.
     */

[hidden] {
  display: none;
}

test

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: auto;
}

div {
  word-wrap: break-word;
  word-break: break-word;
}

a,
button,
input[type="submit"] {
  cursor: pointer;
}

/* END NORMALIZE */

/* GENERAL */
.button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 25px;
  width: 100%;
  height: 50px;
  font-family: "Montserrat-Bold";
  box-sizing: border-box;
}

.button.white {
  background-color: #fff;
  color: var(--blue);
  border: 1px solid var(--blue);
}

.button.blue {
  background-color: var(--blue);
  color: #fff;
}

* {
  font-family: "Montserrat";
}

main {
  min-height: 50vh;
}

/* GENERAL */
/* header */
header .container {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
  /* justify-content: space-between; */
}

header {
  padding: 20px 40px;
  border-bottom: 15px solid var(--blue);
}

header .logo img {
  max-width: 289px;
  max-height: 80px;
  width: 100%;
  height: 100%;
}

header .action {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 80px;
}

header .action .links {
  display: flex;
  align-items: center;
  gap: 70px;
}

header .action .links .link {
  color: var(--black);
}

header .action .action-buttons {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  max-width: 480px;
}

header .action .action-buttons .btn {
  max-width: 240px;
  width: 100%;
}

header .burger-menu {
  display: none;
}

/* header */
/* footer */
footer .container {
  padding: 80px 0;
  max-width: 1640px;
  margin: 0 auto;
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

footer .column .row {
  color: #fff;
}

footer .column {
  gap: 20px;
}

footer .column .row:first-child {
  font-size: 17px;
  margin-bottom: 10px;
}

.row {
  display: flex;
}

.column {
  display: flex;
  flex-direction: column;
}

footer .column .row.social {
  display: flex;
  align-items: center;
  gap: 15px;
}

footer .column .row.social i {
  color: #fff;
  font-size: 24px;
}

footer {
  background-color: var(--blue);
  padding-bottom: 80px;
  padding-left: 20px;
  padding-right: 20px;
}

footer .copyright .text {
  color: #fff;
}

footer .copyright {
  max-width: 1640px;
  margin: 0 auto;
  padding-top: 20px;
  border-top: 2px solid #fff;
}

/* footer */
/* homepage */
.homepage {
  padding: 0 20px;
  margin-top: 50px;
}

.homepage .container {
  max-width: 1640px;
  margin: 0 auto;
}

.homepage .recipe {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
  margin-bottom: 80px;
}

.homepage .recipe .image {
  max-width: 810px;
  max-height: 500px;
  width: 100%;
  height: 100%;
}

.homepage .recipe .image img {
  max-width: 810px;
  max-height: 500px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 180px 0 180px 0;
}

.homepage .recipe .content {
  display: flex;
  flex-direction: column;
  gap: 50px;
  text-align: left;
  max-width: 750px;
  width: 100%;
}

input:focus {
  /* border: none; */
  outline: none;
}

.input-container input {
  border: 1px solid var(--border);
  height: 50px;
  border-radius: 25px;
  padding: 0 20px;
  box-sizing: border-box;
  width: 100%;
}

.homepage .recipe .content .sub-title {
  font-size: 30px;
  font-family: "Montserrat-Bold";
  max-width: 650px;
}

.homepage .recipe .content .text {
  max-width: 700px;
  line-height: 36px;
}

.homepage .recipe .content .search-product-container {
  display: flex;
  align-items: center;
  gap: 40px;
  max-width: 750px;
  width: 100%;
}

.homepage .recipe .content .search-product-container input {
  font-size: 18px;
}

.homepage .recipe .content .search-product-container input:first-child {
  max-width: 480px;
  width: 100%;
}

.homepage .recipe .content .search-product-container .button.red {
  background-color: var(--red);
  color: #fff;
  max-width: 230px;
  width: 100%;
  border: none;
  font-size: 16px;
}

.weight-loss-content .register-as-doc {
  max-width: 380px;
  margin: 0 auto;
  width: 100%;
}

.weight-loss-content .register-as-doc a {
  font-size: 18px;
  background-color: var(--red);
  color: #fff;
}

.weight-loss .title {
  text-align: center;
  font-size: 30px;
  text-align: center;
  font-family: "Montserrat-Bold";
  margin-bottom: 80px;
}

.weight-loss .weight-loss-content .content .text {
  line-height: 36px;
}

.weight-loss .weight-loss-content .content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 810px;
  width: 100%;
}

.weight-loss .weight-loss-content {
  display: flex;
  align-items: center;
  gap: 80px;
  margin: 0 auto;
  max-width: 1400px;
}
.uber-uns-title {
  text-align: center;
  padding-top: 30px;
  font-family: "Montserrat-Bold";
  font-size: 30px;
}

.weight-loss .weight-loss-content .image {
  max-width: 730px;
  max-height: 600px;
  width: 100%;
  height: 100%;
}

.weight-loss .weight-loss-content .image img {
  max-width: 730px;
  max-height: 600px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 180px 0 180px 0;
}

.weight-loss {
  margin-bottom: 80px;
}

.popular-products .box {
  background-color: var(--background);
  border-radius: 180px 0 180px 0;
  padding: 80px 10px;
  box-sizing: border-box;
}

.popular-products .box .title {
  text-align: center;
  font-size: 30px;
  font-family: "Montserrat-Bold";
  margin-bottom: 80px;
}

.popular-products .box .products .item {
  max-width: 395px;
  width: 100%;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  filter: drop-shadow(1px 1px 10px rgba(0, 0, 0, 0.2));
}

.popular-products .box .products .item .image {
  display: grid;
  place-content: center;
  border-bottom: 1px solid var(--border);
  width: 100%;
  height: 237px;
  border-bottom: 1px solid #c8c8c8;
  justify-content: center;
  align-items: center;
}

.popular-products .box .products {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.popular-products .box .products .item .description {
  text-align: center;
  line-height: 36px;
  padding: 20px;
}

.popular-products .box .products .item .description .price {
  font-family: "Montserrat-Bold";
}

.popular-products .box .products .item .description .name {
  margin-bottom: 36px;
  font-family: "Montserrat-Bold";
}

.popular-products {
  margin-bottom: 80px;
}

.popular-products .box .products .item .description .info {
  margin-bottom: 20px;
  min-height: 72px;
}

.how-it-works {
  margin-bottom: 80px;
}

.how-it-works .title {
  font-size: 30px;
  font-family: "Montserrat-Bold";
  text-align: center;
  margin-bottom: 80px;
}

.how-it-works-content {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 80px;
}

.how-it-works-content .item .image {
  display: grid;
  place-content: center;
  width: 100px;
  height: 100px;
  background-color: var(--background);
  border-radius: 50%;
}

.how-it-works-content .item {
  max-width: 380px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 30px;
  flex-direction: column;
}

.how-it-works-content .item .image img {
  width: 50px;
  height: 50px;
}

.how-it-works-content .item .name {
  text-align: center;
  font-family: "Montserrat-Bold";
}

.how-it-works-content .item .text {
  text-align: center;
  line-height: 36px;
}

.how-it-works .btn-register {
  max-width: 380px;
  width: 100%;
  margin: 0 auto;
}

.how-it-works .btn-register .button.red {
  font-size: 18px;
  background-color: var(--red);
  color: #fff;
}

.video-section .box {
  background-color: var(--background);
  border-radius: 180px 0 180px 0;
  padding: 80px 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.video-section .box .title {
  font-size: 30px;
  text-align: center;
  font-family: "Montserrat-Bold";
  margin-bottom: 80px;
}

.video-section {
  margin-bottom: 80px;
}

.video-section .box video {
  border-radius: 30px;
  max-width: 891px;
  width: 100%;
  max-height: 550px;
  height: 100%;
}

.health-guide .box .products .item .image {
  position: relative;
}

.health-guide .box .products .item {
  overflow: hidden;
}

.health-guide .box .products .item .image img {
  object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
}

.health-guide .box .products .item .more-details {
  max-width: 170px;
  width: 100%;
}

.health-guide .box .products .item .description .name {
  text-align: left;
  margin-bottom: 26px;
}

.health-guide .box .products .item .info {
  text-align: justify;
}

.health-guide .box .products .item .more-details .button.blue {
  height: 37px;
}

.health-guide .box .more-blog {
  max-width: 380px;
  width: 100%;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
}

.health-guide .box .more-blog .button.transparent.red {
  background-color: #fff;
  border: 1px solid var(--red);
  color: var(--red);
}

.register-doctor {
  max-width: 920px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 80px;
  text-align: center;
  margin-bottom: 80px;
}

.register-doctor .title {
  font-size: 24px;
  text-align: center;
}

.register-doctor .register-as-doc {
  max-width: 380px;
  width: 100%;
}

.register-doctor a {
  font-size: 18px;
  background-color: var(--red);
  color: #fff;
}

.button {
  font-size: 18px;
  text-align: center;
}

/* homepage */
/* product */

/* search */
.filter-section {
  display: flex;
  flex-direction: column;
  max-width: 1640px;
  width: 100%;
  gap: 20px;
  margin: 0 auto;
  margin-top: 80px;
  padding: 0 20px;
  box-sizing: border-box;
}

.filter-section .search-bar {
  width: 100%;
  max-width: 1640px;
  background-color: #e8e8e8;
  border-radius: 55px;
  display: flex;
  gap: 30px;
  min-height: 110px;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 20px;
}

.filter-section .search-bar input {
  width: 100%;
  max-width: 610px;
  border-radius: 25px;
  border: 1px solid #c8c8c8;
}

.filter-section .search-bar .select-category {
  width: 100%;
  max-width: 610px;
  border-radius: 25px;
  height: 50px;
  background-color: #fff;
  border: 1px solid #c8c8c8;
  font-size: 18px;
}

.filter-section .search-bar .search-button {
  max-width: 300px;
  width: 100%;
  border-radius: 25px;
  background-color: #fc7370;
  font-size: 18px;
  font-family: "Montserrat-Bold";
  color: #fff;
  border: none;
  height: 50px;
}

.sort-section {
  display: flex;
  gap: 30px;
  justify-content: flex-end;
}

.sort-section .sort-selection {
  max-width: 150px;
  width: 100%;
  min-height: 50px;
  background-color: #fff;
  border: 1px solid #c8c8c8;
  border-radius: 25px;
}

.sort-section .sort-text {
  display: flex;
  align-items: center;
}

.medicine-list {
  max-width: 1650px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 80px auto;
}

.medicine-list .medicine-item {
  max-width: 395px;
  min-height: 531px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  width: 100%;
}

.medicine-list .medicine-item .medicine-picture {
  width: 100%;
  height: 237px;
  border-bottom: 1px solid #c8c8c8;
  display: flex;
  justify-content: center;
  align-items: center;
}

.medicine-list .medicine-item .medicine-description-and-title .medicine-title {
  font-size: 16px;
  font-family: "Montserrat-Bold";
  padding-top: 20px;
}

.medicine-list .medicine-item .medicine-description-and-title {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}

.medicine-list .medicine-item .medicine-description {
  max-width: 351px;
  padding-top: 37px;
  line-height: 3;
}

.medicine-list .medicine-item .medicine-price {
  font-size: 16px;
  font-family: "Montserrat-Bold";
  padding-top: 22px;
  padding-bottom: 20px;
}

.sort-section .input-container {
  width: 100%;
  width: 150px;
}

.filter-section .search-bar .input-container {
  max-width: 610px;
  width: 100%;
}

.select2-container .select2-selection--single {
  height: 50px !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 50% !important;
  transform: translateY(-50%);
}

.select2.select2-container.select2-container--default {
  max-width: 610px;
  width: 100% !important;
}

.select2-container--default .select2-selection--single {
  display: flex !important;
  align-items: center;
  border-radius: 25px !important;
  border: 1px solid var(--border) !important;
}

.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--single {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  display: none;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  display: grid;
  place-content: center;
  right: 20px !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow::after {
  content: "\f078";
  font: var(--fa-font-solid);
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 20px !important;
}

.select2-container--open .select2-selection__arrow::after {
  transform: rotate(180deg);
}

/* search */

/* Register  PATIENT*/
.register {
  padding: 0 20px;
}

.register .container {
  max-width: 450px;
  margin: 50px auto;
}

.register .container .title {
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 50px;
  padding-top: 50px;
  color: #474747;
  font-family: "Montserrat";
}

.register .register-header-buttons {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 50px;
}

.register .register-header-buttons .register-btn {
  width: 100%;
}

.button.green {
  background-color: #2dc2b3;
  color: #fff;
  font-family: "Montserrat";
}

.button {
  width: 100%;
  height: 50px;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  gap: 10px;
}

.button.white {
  background-color: #fff;
  color: #2dc2b3;
  border: 1px solid #2dc2b3;
  font-family: "Montserrat";
}

.register .register-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.register .register-form .input-container {
  width: 100%;
}

.register .register-form .input-container input {
  height: 50px;
  border-radius: 25px;
  border: 1px solid var(--border);
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
}

.register-form .input-checkbox {
  display: flex;
  gap: 10px;
  align-items: center;
}

.form-input-btn input {
  background-color: #fc7370;
  color: #fff;
  border: none;
  cursor: pointer;
  font-family: "Montserrat";
}

.form-input-btn p {
  text-align: center;
  color: #8c8c8c;
}

.form-input-btn p a {
  color: var(--black);
}

.register-background {
  max-width: 619px;
  width: 100%;
  min-height: 651px;
  margin: 0 auto;
  background-color: rgba(232, 232, 232, 0.4);
  border-radius: 25px;
  margin-top: 70px;
  margin-bottom: 105px;
}

/* Register PATIENT */

/* Register ARZT */
.button.arzt.green {
  background-color: #2dc2b3;
  color: #fff;
  font-family: "Montserrat";
}

.button.arzt.white {
  background-color: #fff;
  color: #12608c;
  border: 1px solid #2dc2b3;
  font-family: "Montserrat";
}

.register-form
  .input-container
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #8c8c8c;
}

.register-background.arzt {
  max-width: 619px;
  width: 100%;
  min-height: 651px;
  margin: 0 auto;
  background-color: rgba(232, 232, 232, 0.4);
  border-radius: 25px;
  margin-top: 70px;
  margin-bottom: 105px;
  padding-bottom: 50px;
}

/* Register ARZT */

/* Login */
.register-background.login {
  max-width: 696px;
  width: 100%;
  min-height: 413px;
  margin: 0 auto;
  background-color: rgba(232, 232, 232, 0.4);
  border-radius: 25px;
  margin-top: 70px;
  margin-bottom: 105px;
}

.form-input-btn.login input {
  background-color: #fc7370;
  color: #fff;
  border: none;
  cursor: pointer;
  font-family: "Montserrat";
  margin-bottom: 50px;
}

/* Login */

/* Reste password */

.form-input-btn.resetpassword {
  max-width: 254px;
  width: 100%;
  margin: 0 auto;
}

.form-input-btn.resetpassword input {
  background-color: #fc7370;
  color: #fff;
  border: none;
  cursor: pointer;
  font-family: "Montserrat";
  margin-top: 33px;
  margin-bottom: 50px;
}

.register-form .text.resetpassword {
  color: #8c8c8c;
  text-indent: 20px;
}

/* Reste password */

/* Kontact */
.content.contact-page {
  max-width: 510px;
  margin: 0 auto;
  text-align: center;
  padding: 0 30px;
}

.title-kontakt {
  font-size: 22px;
  font-family: "Montserrat";
  color: #242424;
  margin-top: 83px;
  margin-bottom: 54px;
  padding-top: 36px;
}

.contact-page .text {
  font-size: 16px;
  color: #393939;
  font-family: "Montserrat";
  margin-bottom: 31px;
}

.content.contact-page {
  text-align: center;
}

.contact-page .email-button button {
  width: 259px;
  border: none;
  height: 51px;
  border-radius: 30px;
  background-color: #fc7370;
  background-size: cover;
  font-family: "Montserrat-Bold";
  font-size: 16px;
  color: #ffffff;
  text-decoration: rgb(255, 255, 255);
  text-align: center;
  margin-bottom: 37px;
}

.contact-page .text {
  font-size: 15px;
  color: #393939;
  font-family: "Montserrat";
  margin-bottom: 31px;
}

.contact-page .text.firstline {
  font-size: 14px;
  color: #393939;
  font-family: "Montserrat";
  margin-bottom: 5px;
}

.register-background.kontakt {
  max-width: 696px;
  width: 100%;
  min-height: 374px;
  margin: 0 auto;
  background-color: rgba(232, 232, 232, 0.4);
  border-radius: 25px;
  margin-top: 70px;
  margin-bottom: 105px;
  padding-bottom: 50px;
}

/* Kontakt */

/* Impressum */
.impressum-container {
  font-size: 16px;
  padding: 0 20px;
  max-width: 1252px;
  margin: 0 auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-top: 50px;
  margin-left: 162px;
  font-family: "Montserrat-Light";
  font-weight: 300;
  display: flex;
  flex-direction: column;
}

.impr-content {
  margin-bottom: 20px;
  color: #333;
  line-height: 1.5rem;
  box-sizing: border-box;

  width: 100%;
}

.impr-content h2 {
  font-size: 16px;
  padding-top: 20px;
  font-family: "Montserrat";
  font-weight: normal;
  text-transform: uppercase;
}

.impr-content p {
  font-size: 16px;
}

.register-background.impressum {
  max-width: 1522px;
  width: 100%;
  min-height: 811px;
  margin: 0 auto;
  background-color: rgba(232, 232, 232, 0.4);
  border-radius: 25px;
  margin-top: 70px;
  margin-bottom: 105px;
  padding-bottom: 50px;
}

/* Impressum */

/* UNSER BLOG */
.unserblog {
  padding: 50px 20px;
}

.unserblog .cars-content {
  max-width: 100%;
  padding: 0 20px;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  gap: 160px;
}

.unserblog .big-car-list-content {
  max-width: 899px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.unserblog .big-car-list-title-blog {
  font-size: 26px;
  font-weight: bold;
  font-family: "Montserrat";
}

.unserblog .big-car-list-subtitle {
  font-size: 16px;
}

.big-car-list-content .title-and-subtitle {
  display: flex;
  flex-direction: column;
  gap: 11px;
  border-bottom: 1px solid var(--black);
  padding-bottom: 40px;
}

.unserblog .car-row {
  display: flex;
  gap: 23px;
  align-items: center;
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
  padding-top: 20px;
}

.unserblog .car-row .car-img {
  max-width: 380px;
  width: 100%;
}

.unserblog .car-row .car-img img {
  width: 100%;
  border-radius: 30px;
  height: 232px;
  object-fit: cover;
}

.unserblog .car-row-description {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 496px;
  gap: 30px;
  max-height: 235px;
}

.unserblog .car-row-description-title {
  font-size: 20px;
  font-family: "Montserrat-Bold";
}

.unserblog .car-row-description-data {
  font-size: 16px;
}

.unserblog .car-row-description-text p {
  font-family: "Montserrat";
  font-size: 16px;
  text-align: justify;
  line-height: 2;
}

.unserblog .page-buttons {
  display: flex;
  gap: 7px;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 65px;
}

.unserblog .page-buttons .page.selected button {
  border: 1px solid #fc7370;
  color: #fff;
  background-color: #fc7370;
}

.unserblog .page-buttons .page button {
  width: 100%;
  height: 47px;
  width: 49px;
  padding: 0 8px;
  border: 1px solid #2dc2b3;
  color: #2dc2b3;
  background-color: #fff;
  border-radius: 8px;
}

.unserblog .mini-lists {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 350px;
}

.unserblog .mini-lists .list-of-cars {
  padding-top: 25px;
}

.unserblog .list-of-cars .title-list {
  font-size: 20px;
  font-family: "Montserrat-Bold";
  padding-bottom: 5px;
  border-bottom: 1px solid var(--black);
  line-height: 34px;
}

.unserblog .mini-car-with-description {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 15px;
}

.unserblog .mini-img-car {
  max-width: 103px;
  width: 100%;
}

.unserblog .mini-img-car img {
  width: 100%;
  max-width: 103px;
  height: 62px;
  border-radius: 10px;
}

.unserblog .mini-car-description {
  font-size: 16px;
  font-family: "Montserrat";
}

/* UNSER BLOG */

/* Blod-detailseite */
.blog-details .image-and-list-cars {
  display: flex;
  align-items: start;
  padding-top: 104px;
  justify-content: center;
  gap: 176px;
  padding: 0 40px;
}

.blog-details .car-img-and-description {
  display: flex;
  max-width: 844px;
  flex-direction: column;
  margin-bottom: 50px;
}

.blog-details .title-blog {
  font-size: 26px;
  font-family: "Montserrat-Bold";
  border-bottom: 1px solid #000;
  text-align: left;
  padding-bottom: 33px;
  margin-top: 80px;
  text-decoration: rgb(48, 48, 48);
}

.blog-details .car-img {
  max-width: 844px;
  margin-top: 35px;
}

.blog-details .car-img img {
  width: 100%;
  max-width: 844px;
  border-radius: 30px;
  object-fit: contain;
}

.blog-details .car-description p {
  font-size: 16px;
  font-family: "Montserrat";
  text-align: justify;
  text-decoration: rgb(0, 0, 0);
  line-height: 36px;
}

.blog-details .car-img.bmw img {
  width: 100%;
  border-radius: 30px;
  object-fit: contain;
}

.blog-details .list-of-cars {
  max-width: 400px;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 89px;
}

.blog-details .list-of-cars .title-list {
  font-size: 20px;
  font-family: "Montserrat-Bold";
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
}

.blog-details .mini-car-with-description {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 15px;
}

.blog-details .mini-img-car {
  max-width: 103px;
  width: 100%;
}

.blog-details .mini-img-car img {
  width: 100%;
  max-width: 103px;
  height: 62px;
  border-radius: 10px;
}

.blog-details .mini-car-description {
  font-size: 16px;
  font-family: "Montserrat";
}

/* Blog detailseite */

/* Uber uns */
.uber-uns .picture-with-title-and-description {
  display: flex;
  width: 100%;
  gap: 76px;
  justify-content: center;
  padding-top: 56px;
}

.picture-with-title-and-description .doctor-image {
  max-width: 812px;
  width: 100%;
}

.picture-with-title-and-description .doctor-image img {
  width: 100%;
  border-top-left-radius: 180px;
  border-bottom-right-radius: 180px;
}

.picture-with-title-and-description .title-and-description {
  display: flex;
  flex-direction: column;
  gap: 65px;
}

.picture-with-title-and-description .title-and-description .title {
  max-width: 450px;
  width: 100%;
  font-family: "Montserrat-Bold";
  font-size: 30px;
  color: #242424;
  text-decoration: rgb(36, 36, 36);
  line-height: 50px;
}

.picture-with-title-and-description .title-and-description .description {
  max-width: 702px;
  width: 100%;
  font-size: 16px;
  font-family: "Montserrat";
  color: #000;
  line-height: 36px;
  text-decoration: rgb(0, 0, 0);
  text-align: justify;
}

.title-and-description .register-button button {
  width: 100%;
  border: none;
  height: 53px;
  border-radius: 30px;
  background-color: #fc7370;
  background-size: cover;
  font-family: "Montserrat-Bold";
  font-size: 16px;
  color: #ffffff;
  text-decoration: rgb(255, 255, 255);
  text-align: center;
  margin-bottom: 37px;
}

.uber-uns .second-title {
  max-width: 872px;
  width: 100%;
  font-family: "Montserrat-Bold";
  font-size: 30px;
  color: #242424;
  text-decoration: rgb(36, 36, 36);
  text-align: center;
  margin: 0 auto;
  padding-top: 65px;
}

.picture-with-title-and-description .doctor-image-second {
  max-width: 812px;
  width: 100%;
}

.picture-with-title-and-description .doctor-image-second img {
  width: 100%;
  border-top-left-radius: 180px;
  border-bottom-right-radius: 180px;
}

.uber-uns .video-section {
  max-width: 1590px;
  padding: 0 20px;
  box-sizing: border-box;
  width: 100%;
  background-color: rgba(232, 232, 232, 0.4);

  border-top-left-radius: 180px;
  border-bottom-right-radius: 180px;
  margin: 0 auto;
  margin-top: 268px;
}

.uber-uns .title-video-section {
  font-size: 30px;
  text-align: center;
  font-family: "Montserrat-Bold";
  padding-top: 70px;
  margin-bottom: 70px;
  color: #242424;
  text-decoration: rgb(36, 36, 36);
}

.uber-uns .video-section .video {
  max-width: 891px;
  box-sizing: border-box;
  padding: 50px 20px;
  padding-bottom: 50px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 70px;
}

.uber-uns .video-section .video video {
  width: 100%;
  border-radius: 30px;
}

.uber-uns .members {
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  width: 100%;
  max-width: 1590px;
  min-height: 759px;
  display: flex;
  gap: 61px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}

.uber-uns .member {
  max-width: 456px;
  width: 100%;
  min-height: 439px;
  background-color: #fff;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  border: 1px solid #e8e8e8;
  background-size: cover;
  align-items: center;
  border-radius: 30px;
  display: flex;
  padding: 0 20px;
  flex-direction: column;
  justify-content: center;
}

.member .photo {
  padding-bottom: 30px;
  max-width: 143px;
  max-height: 144px;
  border-radius: 180px;
  margin: 0 auto;
}

.member .photo img {
  width: 143px;
  width: 100%;
  height: 144;
  border-radius: 180px;
}

.member .name {
  font-size: 16px;
  font-family: "Montserrat-Bold";
  text-align: center;
  padding-bottom: 30px;
}

.member .description {
  font-size: 16px;
  font-family: "Montserrat";
  text-align: center;
  color: #303030;
  text-decoration: rgb(48, 48, 48);
  line-height: 26px;
  text-align: justify;
  max-width: 340px;
  width: 100%;
}

.uber-uns .our-team-section {
  background-color: rgba(232, 232, 232, 0.4);
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1590px;
  min-height: 759px;
  margin: 0 auto;
  border-bottom-right-radius: 180px;
  border-top-left-radius: 180px;
  margin-top: 103px;
  margin-bottom: 105px;
}

.our-team-section .title-of-member {
  font-size: 30px;
  text-align: center;
  font-family: "Montserrat-Bold";
  padding-top: 70px;
  padding-bottom: 50px;
  text-decoration: rgb(0, 17, 44);
  color: #00112c;
}

.uber-uns {
  margin: 0 20px;
}

/* Uber uns */

/* suche-detailseite */
#sync1 {
  .item {
    padding: 80px 0px;
    margin: 5px;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
  }
}

#sync2 {
  .item {
    background: #c9c9c9;
    padding: 10px 0px;
    margin: 5px;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;

    h1 {
      font-size: 18px;
    }
  }
}

.owl-theme {
  .owl-nav {
    /*default owl-theme theme reset .disabled:hover links */
    [class*="owl-"] {
      transition: all 0.3s ease;

      &.disabled:hover {
        background-color: #d6d6d6;
      }
    }
  }
}

/* //arrows on first carousel */
#sync1.owl-theme {
  position: relative;

  .owl-next,
  .owl-prev {
    width: 22px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
  }

  .owl-prev {
    left: 10px;
  }

  .owl-next {
    right: 10px;
  }
}

.search-detail-page .container {
  max-width: 1640px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  background-color: rgba(232, 232, 232, 0.4);
  gap: 50px;
  border-radius: 180px;
  margin-top: 97px;
  margin: 0 20px;
}

.search-detail-page .container .box {
  width: 100%;

  display: flex;
  border-radius: 180px;
  margin-top: 80px;
  padding-top: 80px;
  gap: 50px;
}

.search-detail-page .container .box .img-section {
  max-width: 450px;
  width: 100%;
  padding: 0 40px;
  padding-left: 277px;
  position: relative;
}

.search-detail-page .container .box .img-section .addtofavorite,
.search-detail-page .container .box .img-section .removefromfavorite {
  position: absolute;
  top: 10px;
  z-index: 1000;
  right: 60px;
  font-size: 20px;
}

.search-detail-page #sync1 .owl-item {
}

.search-detail-page #sync1 .item {
  max-width: 460px;
  max-height: 350px;
  height: 100%;
  width: 100%;
  padding: 0;
  background-color: #fff;
  margin: auto;
  border-radius: 30px;
}

.search-detail-page #sync1 .item img {
  max-width: 460px;
  max-height: 350px;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 30px;
}

.search-detail-page #sync2 .item {
  width: 100%;
  height: 100%;
  max-width: 100px;
  min-height: 100px;
  background-color: #fff;
  border-radius: 30px;
  box-sizing: border-box;
  padding: 20px;
  border-radius: 30px;
}

.search-detail-page #sync2 .item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.search-detail-page .container .box .description-section {
  max-width: 800px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.search-detail-page .container .box .description-section .title-of-description {
  width: 100%;

  justify-content: center;
  font-family: "Montserrat-Bold";
  font-size: 20px;
}

.search-detail-page .container .box .description-section .review-section {
  width: 100%;
  display: flex;
  gap: 11px;
}

.search-detail-page
  .container
  .box
  .description-section
  .review-section
  .stars-review {
  display: flex;
  gap: 1px;
}

.search-detail-page
  .container
  .box
  .description-section
  .review-section
  .text-review {
  font-size: 16px;
  font-family: "Montserrat";
}

.search-detail-page
  .container
  .box
  .description-section
  .amount-section
  .amount-text {
  font-size: 16px;
  font-family: "Montserrat-Bold";
}

.search-detail-page .container .box .description-section .amount-section {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.search-detail-page
  .container
  .box
  .description-section
  .amount-section
  .amount-number {
  max-width: 230px;
  width: 100%;
}

.search-detail-page
  .container
  .box
  .description-section
  .amount-section
  .amount-number
  input {
  width: 100%;
}

.search-detail-page .container .box .description-section .price-section {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.search-detail-page
  .container
  .box
  .description-section
  .price-section
  .non-binding-price-estimation {
  display: flex;
  align-items: center;
  gap: 9px;
}

.search-detail-page
  .container
  .box
  .description-section
  .price-section
  .non-binding-price-estimation
  .price-estimation-text {
  font-size: 20px;
  font-family: "Montserrat-Bold";
}

.search-detail-page
  .container
  .box
  .description-section
  .price-section
  .non-binding-price-estimation-second {
  display: flex;
  align-items: center;
  gap: 14px;
}

.search-detail-page
  .container
  .box
  .description-section
  .price-section
  .non-binding-price-estimation-second
  .price-estimation-text {
  font-size: 20px;
  font-family: "Montserrat-Bold";
}

.search-detail-page
  .container
  .box
  .description-section
  .request-prescription-button {
  max-width: 230px;
  width: 100%;
  margin-top: 51px;
}

.search-detail-page
  .container
  .box
  .description-section
  .request-prescription-button
  input {
  width: 100%;
  border: none;
  background-color: #fc7370;
  color: #fff;
  font-size: 18px;
  font-family: "Montserrat-Bold";
}

.container
  .article-tabs
  .ui-tabs-nav.ui-corner-all.ui-helper-reset.ui-helper-clearfix.ui-widget-header {
  display: flex;
  flex-direction: column;
  max-width: 256px;
  width: 100%;
}

.container .article-tabs .ui-tabs .ui-tabs-nav li {
  width: 100%;
  border: 1px solid #eeeeee;
  font-size: 16px;
  font-family: "Montserrat-Bold";
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  background-color: #fff;
  height: 50px;
  list-style: none;
}

.container .article-tabs .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  font-size: 16px;
  font-family: "Montserrat-Bold";
}

.container .article-tabs #tabs {
  display: flex;
  gap: 19px;
}

.container .article-tabs .ui-widget-header {
  border: none;
}

.container .article-tabs .tab-box {
  font-family: "Montserrat";
  font-size: 16px;
  padding: 0 20px;
  text-align: justify;
  max-width: 700px;
  margin: 0 auto;
  margin-top: 30px;
  line-height: 2;
}

.container .article-tabs .ui-tabs .ui-tabs-panel {
  max-width: 811px;
  width: 100%;
  min-height: 635px;
  background-color: #fff;
  border-radius: 30px;
  border: 1px solid #eee;
}

.container .article-tabs .ui-widget-content {
  background-color: transparent;
  border: none;
}

.container .article-tabs .ui-widget-header {
  background: none;
}

.container .article-tabs .ui-widget.ui-widget-content {
  border: none;
}

.container .article-tabs {
  margin: 0 auto;
  padding-bottom: 83px;
  max-width: 1086px;
  width: 100%;
}

.container .article-tabs .ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
  border-left: 7px solid #2dc2b3;
}

.container .article-tabs .ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #000 !important;
}

.article-tabs .unterlagen-item {
  display: flex;
  align-items: center;
  gap: 9px;
}

.article-tabs .unterlagen-item p {
  font-size: 16px;
  font-family: "Montserrat-Bold";
}

.article-tabs .tab-box .review-item {
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 10px;
}

.article-tabs .tab-box .review-item-content {
  display: grid;
  grid-template-columns: 1fr 370px 1fr;
  gap: 20px;
}

.article-tabs .tab-box .review-item .profile {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.article-tabs .tab-box .review-item .profile img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border: 2px solid #2dc2b3;
  border-radius: 360px;
}

.article-tabs .tab-box .review-item .profile .name {
  font-weight: 700;
}

.article-tabs .tab-box .review-item .description {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.article-tabs .tab-box .review-item .description .title {
  font-weight: 700;
}

.article-tabs .tab-box .review-item .review-stars {
  display: flex;
  flex-direction: column;
  gap: 17px;
  align-items: end;
}

.article-tabs .tab-box .review-item .review-stars img {
  height: 15px;
}

.article-tabs .review-stars .stars-review {
  display: flex;
}

.article-tabs .tab-box .video-section {
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
  border-radius: 30px;
}

.article-tabs .tab-box .video-section video {
  width: 100%;
  border-radius: 30px;
}

/* suche-detailseète */

/* Rezeptomed-Registrieren-Arzt-FormularAusgefüllt */

.content-section .content-box {
  max-width: 1250px;
  min-height: 314px;
  background-color: hwb(0 91% 9% / 0.4);
  margin: 0 auto;
  border-radius: 30px;
  margin-top: 80px;
  margin-bottom: 80px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.content-section .content-box .title {
  font-size: 20px;
  font-family: "Montserrat-Bold";
  text-align: center;
  padding-top: 50px;
}

.content-section .content-box .text-content {
  font-size: 16px;
  font-family: "Montserrat";
  text-align: center;
  max-width: 680px;
  margin: 0 auto;
}

.content-section .content-box .button {
  max-width: 230px;
  width: 100%;
  background-color: #fc7370;
  font-size: 18px;
  color: #fff;
  margin: 0 auto;
}

.content-section .content-box .button a {
  font-family: "Montserrat-Bold";
}

/* Rezeptomed-Registrieren-Arzt-FormularAusgefüllt */

/* Rezeptomed-Patient-Registrieren-Favoriten */
.content-section .content-box-listing {
  max-width: 1640px;
  min-height: 705px;
  background-color: hwb(0 91% 9% / 0.4);
  margin: 0 auto;
  border-radius: 30px;
  margin-top: 80px;
  margin-bottom: 80px;
  display: flex;
  gap: 50px;
  flex-direction: column;
}

.content-section .content-box-listing .medicine-list.second {
  gap: 7px;
  padding: 0px;
  margin: 0 auto;
}

.content-section .content-box-listing .medicine-list.second .medicine-item {
  position: relative;
}

.content-section
  .content-box-listing
  .medicine-list.second
  .medicine-item
  .favorite-logo {
  position: absolute;
  right: 20px;
  top: 20px;
}

.content-section .content-box-listing .title {
  text-align: center;
  padding-top: 50px;
  font-size: 20px;
  font-family: "Montserrat-Bold";
}

/* Rezeptomed-Patient-Registrieren-Favoriten */

/* Rezeptomed-Registrieren-Patient-MeineRezepte */

.background-section .content {
  max-width: 1250px;
  width: 100%;
  background-color: hwb(0 91% 9% / 0.4);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  margin-top: 50px;
  margin-bottom: 50px;
  border-radius: 30px;
  padding: 0 20px;
  box-sizing: border-box;
}

.background-section .content .title-of-content {
  font-size: 20px;
  font-family: "Montserrat-Bold";
  padding-top: 50px;
}

.background-section .content .sub-title-of-content {
  font-size: 16px;
}

.background-section .content .pills-content {
  max-width: 1090px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 50px;
}

.background-section .content .pills-content .medicamentation {
  max-width: 1090px;
  width: 100%;
  display: flex;
  border: 2px solid #c8c8c8;
  border-radius: 30px;
  background-color: #fff;
  justify-content: space-between;
}

.background-section .content .medicamentation .medicamentation-image {
  max-width: 120px;
  max-height: 120px;
}

.background-section .content .medicamentation .medicamentation-image img {
  width: 120px;
  height: 120px;
}

.background-section .content .medicamentation .medicamentation-description {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0 20px;
}

.background-section
  .content
  .medicamentation
  .medicamentation-description
  .medicamentation-title {
  font-size: 16px;
  font-family: "Montserrat-Bold";
}

.background-section
  .content
  .medicamentation
  .medicamentation-description
  .description {
  font-size: 16px;
}

.background-section .content .medicamentation .left-side {
  display: flex;
  gap: 30px;
  padding-left: 50px;
  padding-top: 50px;
  width: 100%;
}

.background-section .content .medicamentation .right-side {
  display: flex;
  flex-direction: column;
  max-width: 340px;
  width: 100%;
  background-color: hwb(0 91% 9% / 0.4);
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  gap: 20px;
}

.background-section .content .medicamentation .right-side .status-title {
  font-size: 16px;
  font-family: "Montserrat-Bold";
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.background-section .content .medicamentation .right-side .status-order {
  font-size: 16px;
  font-family: "Montserrat-Bold";
  color: #fff;
  background-color: #2dc2b3;
  min-height: 50px;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
}

.background-section .content .medicamentation .right-side .buttons-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  gap: 10px;
  padding-bottom: 50px;
}

.background-section .content .medicamentation .right-side .buttons-section a {
  max-width: 240px;
  width: 100%;
  height: 50px;
  border-radius: 25px;
  background-color: #fc7370;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-family: "Montserrat-Bold";
}

.background-section .content .medicamentation .right-side .order {
  padding-top: 50px;
}

.nav-bar {
  padding: 10px 20px;
  background-color: hsla(0, 0%, 91%, 0.4);
  border: 1px solid hsla(0, 0%, 91%, 0.4);
  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.2);
  /* x-offset, y-offset, blur-radius, spread-radius, color */
}

.nav-bar .container {
  max-width: 1642px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  justify-items: center;
  gap: 6px;
}

.nav-bar .container .nav-button {
  width: 100%;
}

.nav-bar .container .nav-button .button {
  background-color: #fff;
  border: 1px solid hsla(0, 0%, 91%, 0.4);
  color: var(--black);
  font-family: "Montserrat";
  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.2);
}

.nav-bar .container .nav-button .button.selected {
  background-color: #2dc2b3;
  color: #fff;
  cursor: pointer;
}

#popup {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

#popup.active {
  display: revert;
}

#popup.active .overlay {
  display: revert;
}

#popup .overlay {
  display: none;
  position: absolute;
  z-index: 998;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
}

#popup.active .modal-content {
  display: block;
}

#popup .modal-content {
  max-width: 954px;
  width: 98%;
  display: none;
  position: fixed;
  z-index: 999;
  overflow: auto;
  background-color: #fff;
  border-radius: 25px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-height: 98%;
}

.modal-content .close {
  color: #000;
  float: right;
  font-size: 60px;
  font-weight: bold;
}

dialog {
  border: none;
}

.modal-content .title-and-subtitle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
  margin-bottom: 50px;
}

.modal-content .title-and-subtitle .title {
  font-size: 18px;
  font-family: "Montserrat-Bold";
  padding-top: 50px;
}

.modal-content .title-and-subtitle .subtitle {
  font-size: 16px;
}

.modal-content .questions-section {
  max-width: 794px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.modal-content .questions-section .answer {
  display: flex;
  flex-direction: column;
}

.modal-content .questions-section .question-and-answer {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.modal-content .questions-section .question-and-answer .question {
  font-size: 16px;
}

.modal-content .questions-section .question-and-answer .answers {
  display: flex;
  justify-content: space-between;
}

.content .modal-content .answer {
  font-size: 16px;
  color: #8c8c8c;
  text-align: justify;
}

.content .popular-products .special-answer {
  background-color: #e8e8e8;
  border-radius: 25px;
}

.content .modal-ordered-review {
  max-width: 560px;
  width: 100%;
  border-radius: 30px;
  box-sizing: border-box;
}

.content .modal-ordered,
.modal-ordered-final {
  border-radius: 30px;
  padding: 0 110px;
  max-width: 1006px;
  width: 100%;
  box-sizing: border-box;
}

dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.65);
}

.content .modal-content-review .title {
  font-size: 18px;
  font-family: "Montserrat-Bold";
}

.content .modal-content-review .subtitle {
  font-size: 16px;
}

.content .modal-content-review .all-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  width: 100%;
}

.content .modal-content-review .review-stars {
  display: flex;
  width: 109px;
  height: 20px;
}

.content .modal-content-review .review-textarea {
  max-width: 460px;
  width: 100%;
  border-radius: 25px;
  min-height: 120px;
  box-sizing: border-box;
}

.content .modal-content-review .review-textarea textarea {
  max-width: 460px;
  width: 100%;
  border-radius: 25px;
  min-height: 120px;
  resize: none;
  box-sizing: border-box;
  padding-left: 20px;
  padding-top: 10px;
  border: 1px solid #8c8c8c;
}

.content .modal-content-review .review-button {
  max-width: 230px;
  width: 100%;
  border-radius: 25px;
  background-color: #2dc2b3;
  color: #fff;
  display: flex;
  text-align: center;
  justify-content: center;
  font-size: 18px;
}

.content .modal-content-review .review-button a {
  height: 50px;
  text-align: center;
  font-family: "Montserrat-Bold";
  display: flex;
  justify-content: center;
  align-items: center;
}

.content .modal-content-review .close {
  color: #000;
  float: right;
  font-size: 60px;
  font-weight: bold;
}

/* Rezeptomed-Registrieren-Patient-MeineRezepte */

/* CURRENT REQUESTS */

.current-requests .title {
  text-align: center;
  font-family: "Montserrat-Bold";
  font-size: 20px;
  margin-top: 80px;
  margin-bottom: 50px;
}

.current-requests {
  padding: 0 20px;
}

.current-requests .container {
  max-width: 1640px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 80px;
}

.current-requests .open-requests-table table {
  width: 100%;
}

.current-requests .open-requests-table table td,
.current-requests .open-requests-table table th {
  padding: 20px 0;
  text-align: start;
}

.current-requests .open-requests-table table .empty {
  content: "";
  width: 100px;
}

.current-requests .open-requests-table table {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
}

.current-requests .open-requests-table table tr td:first-child,
.current-requests .open-requests-table table tr th:first-child {
  padding-left: 50px;
}

.current-requests .open-requests-table table tr td:last-child,
.current-requests .open-requests-table table tr th:last-child {
  padding-right: 50px;
}

.current-requests .open-requests-table table tr th {
  border-bottom: 1px solid var(--border);
  font-weight: normal;
}

.current-requests .open-requests-table table .align-center {
  text-align: center;
}

.current-requests .open-requests-table table {
  border-spacing: 0;
  border-collapse: separate;
  overflow: hidden;
}

.current-requests .open-requests-table table tbody tr:nth-child(2n) {
  background-color: #eee;
}

/* CURRENT REQUESTS */

/* BILLS */
.bills .box {
  background-color: rgba(232, 232, 232, 0.4);
  border-radius: 30px;
  max-width: 1250px;
  width: 100%;
  margin: 80px auto;
  padding: 50px 10px;
  box-sizing: border-box;
}

.bills .title {
  margin-top: 0;
}

.bills .open-requests-table table {
  border: 1px solid var(--border);
  box-shadow: none;
}

.bills .container {
  max-width: 1090px;
  margin: 0 auto;
}

.bills .open-requests-table table thead th {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: var(--blue);
  color: #fff;
  font-family: "Montserrat-Bold";
}

/* BILLS */

/* Mein profil Patient */
.formular {
  display: flex;
  flex-direction: column;
  padding: 0 20px;
  gap: 20px;
}

.formular .background {
  box-sizing: border-box;
  max-width: 1250px;
  width: 100%;
  background-color: hsla(0, 0%, 91%, 0.4);
  min-height: 1158px;
  margin: 80px auto;
  border-radius: 30px;
}

.formular .title {
  font-size: 20px;
  font-family: "Montserrat-Bold";
  text-align: center;
  padding-top: 50px;
}

.formular .input-container .name {
  text-align: end;
}

.formular .formular-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 50px;
}

.modal-content .modal-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 50px;
  margin-top: 50px;
}

.modal-content .modal-buttons .btn {
  max-width: 300px;
  width: 100%;
}

.modal-content .modal-buttons .btn .button.red {
  background-color: var(--red);
  color: #fff;
  font-family: "Montserrat-Bold";
}

.modal-content .modal-buttons .btn .button.transparent {
  font-family: "Montserrat-Bold";

  border: 2px solid var(--red);
  color: var(--red);
}

.modal-content .questions-section .question-and-answer .answers {
  color: #8c8c8c;
}

.current-requests .title {
  margin-bottom: 0;
}

.modal-content .title-and-subtitle .title {
  padding-top: 0;
}

.modal-content .questions-section .answer .special-answer {
  background-color: #e8e8e8;
  color: var(--black);
  border-radius: 15px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
}

.formular .input-container {
  display: grid;
  align-items: center;
  justify-content: center;
  gap: 20px;
  grid-template-columns: 150px 460px;
}

.formular .input-section {
  max-width: 460px;
  width: 100%;
}

.formular
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #8c8c8c !important;
}

.formular .register-input {
  height: 50px;
  border-radius: 25px;
  border: 1px solid var(--border);
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
}

.formular .button {
  max-width: 230px;
  height: 50px;
  width: 100%;
  color: #fff;
  background-color: #fc7370;
  border-radius: 25px;
  margin: 0 auto;
  font-family: "Montserrat-Bold";
  margin-top: 50px;
  margin-bottom: 50px;
}

.formular .pass-background {
  background-color: hsla(0, 0%, 91%, 0.4);
  margin: 0 auto;
  max-width: 1250px;
  width: 100%;
  min-height: 384px;
  border-radius: 30px;
}

.formular .pass-background .title {
  font-size: 20px;
  font-family: "Montserrat-Bold";
}

.input-section.longed input {
  min-height: 500px;
}

.formular .account-background {
  background-color: hsla(0, 0%, 91%, 0.4);
  margin: 0 auto;
  max-width: 1250px;
  width: 100%;
  min-height: 384px;
  border-radius: 30px;
}

.formular .account-background .title {
  font-size: 20px;
  font-family: "Montserrat-Bold";
}

.input-container .input-section img {
  position: absolute;
  right: 15px;
  max-width: 31px;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.input-container .input-section {
  position: relative;
}

.input-file {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  width: 150px;
  height: 130px;
  border-radius: 30px;
  border: 1px solid var(--border);
  background-color: #fff;
  overflow: hidden;
}

.resetprofileimage {
  z-index: 99999;
  position: absolute;
  top: 5px;
  border-radius: 50%;
  border: 2px solid black;
  width: 22px;
  justify-content: center;
  align-items: center;
  height: 20px;
  display: flex;
  font-weight: bold;
  cursor: pointer;
  right: 15px;
  background: rgba(255, 255, 255, 0.19);
}

.resetprofileimage.hide {
  display: none;
}

.input-file input {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  padding: 0;
}

.input-file .input-file-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.input-file .input-file-content .type-of-file {
  font-size: 14px;
  color: #8c8c8c;
  text-align: center;
}

.input-file .input-file-content a {
  color: var(--black);
  text-decoration: underline;
}

/* Mein profil Patient */

/* Register patient reviews */

.background {
  max-width: 1250px;
  width: 100%;
  margin: 0 auto;
  background-color: hsla(0, 0%, 91%, 0.4);
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 50px;
  margin-top: 80px;
  border-radius: 30px;
}

.background .title {
  font-size: 20px;
  text-align: center;
  font-family: "Montserrat-Bold";
}

.background .sub-title {
  text-align: center;
  margin: 0 auto;
  max-width: 680px;
  width: 100%;
}

.background .review-section {
  display: flex;
  flex-direction: column;
  max-width: 811px;
  background-color: #fff;
  margin: 0 auto;
  border-radius: 30px;
}

.background .review-item.first {
  border-bottom: 1px solid #e8e8e8;
}

.background .review-section .review-item {
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 10px;
}

.background .review-section .review-item-content {
  display: flex;

  gap: 20px;
}

.background .review-section .profile {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.background .review-section .profile .name {
  font-family: "Montserrat-Bold";
}

.background .review-section .second-title {
  font-family: "Montserrat-Bold";
}

.background .review-section .profile img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border: 2px solid #2dc2b3;
  border-radius: 360px;
}

.background .review-section .description {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.background .review-section .review-stars {
  display: flex;
  flex-direction: column;
  gap: 17px;
  align-items: end;
}

.background .review-section .stars-review {
  display: flex;
}

.background .review-section .star-review img {
  height: 20px;
}

/* Register patient reviews */

/* request prescription details */
.request-prescription-details .container {
  max-width: 1250px;
  width: 100%;
  margin: 0 auto;
}

.request-prescription-details .box {
  width: 100%;
  background-color: var(--background);
  border-radius: 30px;
  padding: 50px 150px;
  box-sizing: border-box;
  margin: 80px 0;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 33px !important;
}

.request-prescription-details
  .multiple-select-container
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  white-space: wrap;
}

.request-prescription-details {
  padding: 0 40px;
}

.request-prescription-details .box .title {
  font-size: 20px;
  font-family: "Montserrat-Bold";
  text-align: center;
  margin-bottom: 50px;
}

.request-prescription-details .box .small-title {
  margin-bottom: 50px;
  text-align: center;
}

.request-prescription-details .input-container-double {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.request-prescription-details .input-container-double .input-container label {
  min-height: 36px;
}

.request-prescription-details label {
  line-height: 36px;
}

.request-prescription-details .input-container input {
  width: 100%;
  box-sizing: border-box;
}

.request-prescription-details .textarea-container textarea {
  width: 100%;
  box-sizing: border-box;
  resize: none;
  border-radius: 25px;
  border: 1px solid var(--border);
  padding: 15px;
}

.request-prescription-details .input-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.request-prescription-details .textarea-container,
.request-prescription-details,
.request-prescription-details .select-container,
.request-prescription-details .multiple-select-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
}

.request-prescription-details
  .select2-container--default
  .select2-selection--multiple {
  border-radius: 25px;
  width: 100%;
}

.request-prescription-details
  .select2.select2-container.select2-container--default {
  max-width: 100%;
}

.request-prescription-details
  .multiple-select-container
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  content: "\f078";
  font: var(--fa-font-solid);
}

.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: 1px solid var(--border) !important;
}

.request-prescription-details .checkout-button {
  max-width: 250px;
  width: 100%;
  margin: 0 auto;
}

.request-prescription-details .checkbox-container label {
  line-height: normal;
}

.request-prescription-details
  .multiple-select-container
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  padding-right: 33px;
}

.request-prescription-details .checkout-button .button.red {
  background-color: var(--red);
  color: #fff;
  margin-top: 50px;
}

.request-prescription-details .checkbox-container {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
}

.request-prescription-details .description {
  line-height: 36px;
  text-align: justify !important;
  margin-bottom: 20px;
}

.multiple-select-container
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  display: flex;
  align-items: center;
  gap: 5px;
  border-radius: 20px;
  border: none;
  padding: 2px 5px;
}

.multiple-select-container
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  order: 1;
  font-weight: 700;
  font-size: 18px;
  color: #000;
}

.multiple-select-container
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  padding: 10px 20px;
  padding-right: 20px;
}

.request-prescription-details
  .multiple-select-container
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  padding-right: 33px;
}

/* request prescription details */
/* REQUEST PRESCRIPTION */
.request-prescription .container {
  max-width: 1340px;
  margin: 0 auto;
}
.request-prescription .container .box {
  background-color: rgba(232, 232, 232, 0.4);
  border-radius: 40px;
  box-sizing: border-box;
  padding: 50px 190px;
  margin-top: 80px;
  margin-bottom: 80px;
}
.request-prescription .container .box .inputs {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.request-prescription .container .box .inputs label {
  line-height: 34px;
}
.request-prescription {
  padding: 0 20px;
}
input:focus {
  outline: none;
}
.select2-hidden-accessible:focus {
  outline: none;
}
.multiple-select-container
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  padding: 10px 20px;
}
.multiple-select-container
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  display: flex;
  align-items: center;
  gap: 5px;
  border-radius: 20px;
  border: none;
  padding: 2px 5px;
}
.multiple-select-container
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  order: 1;
  font-weight: 700;
  font-size: 18px;
  color: #000;
}
.multiple-select-container
  .select2-container--default.select2-container--focus
  .select2-selection--multiple {
  opacity: 1;
  border: 1px solid var(--border);
}
.request-prescription .container .box .inputs .input-container label {
  min-height: 34px;
}
.request-prescription .container .box .inputs .input-container,
.request-prescription .container .box .inputs .select-container,
.request-prescription .container .box .inputs .textarea-container,
.request-prescription .container .box .inputs .multiple-select-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.request-prescription .container .box .inputs .description {
  line-height: 34px;
  text-align: justify;
}
.request-prescription .select2-container--default .select2-selection--multiple {
  border-radius: 25px;
}
.request-prescription .container .box .inputs .checkbox-container {
  display: flex;
  align-items: center;
  gap: 10px;
}
.request-prescription .container .box .inputs .textarea-container textarea {
  resize: none;
  border-radius: 25px;
  box-sizing: border-box;
  border: 1px solid var(--border);
  padding: 10px 20px;
}
.request-prescription .container .box .inputs .input-container-double {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 30px;
}
.request-prescription .container .box .title {
  text-align: center;
  font-family: "Montserrat-Bold";
  font-size: 24px;
  margin-bottom: 60px;
}
.request-prescription .select2.select2-container.select2-container--default {
  max-width: 100%;
  width: 100% !important;
}
.request-prescription .container .box .small-title {
  text-align: center;
  font-size: 20px;
  margin-bottom: 60px;
}
.request-prescription .container .box .inputs .form-submit .button.red {
  background-color: var(--red);
  color: #fff;
  outline: none;
  border: none;
}
.request-prescription .container .box .inputs .form-submit {
  margin: 0 auto;
  max-width: 250px;
  width: 100%;
}
/* REQUEST PRESCRIPTION */

.current-requests .open-requests-table table .align-center {
  display: revert;
}
#edit-purchased-entity-0-attributes-attribute-attr3 .js-form-item label.option,
.product--rendered-attribute__selected ~ label.option,
.product--rendered-attribute label.option {
  padding: 0 10px;
}
.input-file.profile-image_data .parsley-errors-list.filled {
  bottom: -17px;
}
.current-requests .open-requests-table table tbody td {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 140px;
  white-space: nowrap;
}
.popular-products .box .products .item .image img {
  width: 100%;
}
.user-pass-reset .button:first-child {
  border: none;
}
.favorites .medicine-item .medicine-description {
  display: -webkit-box; /* Display as a flex container */
  -webkit-box-orient: vertical; /* Set orientation to vertical */
  -webkit-line-clamp: 3; /* Number of lines you want to limit */
  overflow: hidden; /* Hide overflowed content */
  text-overflow: ellipsis;
  height: auto;
}
/* 
.layout-content {
  padding-left: 53px;
} */
.homepage .container .recipe img,
.weight-loss-content img,
.picture-with-title-and-description img {
	border-top-left-radius: 50% 50%;
  border-bottom-right-radius: 50% 50%;
}