/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  /*Deleted for shrinken icon */
  /* overflow: hidden; */
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat-regular-webfont.woff2") format("woff2"),
    url("../fonts/montserrat-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat-lightitalic-webfont.woff2") format("woff2"),
    url("../fonts/montserrat-lightitalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat-light-webfont.woff2") format("woff2"),
    url("../fonts/montserrat-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat-italic-webfont.woff2") format("woff2"),
    url("../fonts/montserrat-italic-webfont.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat-bolditalic-webfont.woff2") format("woff2"),
    url("../fonts/montserrat-bolditalic-webfont.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat-bold-webfont.woff2") format("woff2"),
    url("../fonts/montserrat-bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  /* font-weight: normal; */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  /* font-size: 16px; */
}

a {
  text-decoration: none;
}

.container {
  display: block;
  width: 100%;
  max-width: 1760px;
  margin: 0 auto;
  float: none;
  padding: 0 20px;
}

:root {
  --accent: #00b9c9;
  --white: #ffffff;
  --black: #000;
  --gray: #7a7a7a;
  --gray-text: #303030;
  --gray-bg: #e8e8e8;
  --border: #e2e6e7;
  --accent2: #00112c;
  --shadow2: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  --shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}

.input-container {
  position: relative;
}

.input-container input {
  display: block;
  width: 100%;
  border: 1px solid var(--border);
  padding: 15.6px 12px;
  font-size: 14px;
  border-radius: 5px;
  background: var(--white);
}

.input-container > input {
  height: 50px;
}

.input-container input:focus {
  outline: none;
}

.input-container input::placeholder {
  opacity: 1;
  color: var(--gray);
}

.input-container label {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 20px;
  display: block;
}

.input-container textarea {
  display: block;
  width: 100%;
  border: 1px solid var(--border);
  padding: 15.6px 14px;
  font-size: 14px;
  border-radius: 5px;
  background: var(--white);
  resize: none;
  min-height: 200px;
}

.input-container textarea:focus {
  outline: none;
}

.input-container textarea::placeholder {
  opacity: 1;
  color: var(--gray);
}

.input-container.icon {
  position: relative;
}

.input-container.icon::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translatey(-50%);
  z-index: 2;
  display: flex;
}

.input-container.icon input {
  padding-right: 50px;
}

.input-container.icon
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding: 11px 20px;
  padding-left: 50px;
  line-height: normal;
  color: var(--black);
  font-weight: normal;
}

div.form-item-location {
  position: relative;
}

div.form-item-location::before {
  position: absolute;
  /* top: 50%; */
  top: 25px;
  right: 15px;
  transform: translatey(-50%);
  z-index: 2;
  display: flex;
}

div.form-item-location::before {
  content: url("../images/MaterialIcon (1).svg");
}

.input-container.icon.location::before {
  content: url("../images/MaterialIcon (1).svg");
}

.input-container.icon.category::before {
  content: url(../images/kategorie.svg.png);
}

.input-container.icon.map-marker::before {
  content: url(../images/location-plus.svg.png);
}

.input-container.icon.house::before {
  content: url(../images/house.svg.png);
}

.input-container.icon.price::before {
  content: url(../images/price-tag.svg.png);
}

.input-container.custom-radio input {
  position: absolute;
  opacity: 0;
}

.input-container.custom-radio label {
  padding-left: calc(20px + 16px);
  font-size: 20px;
  display: block;
  position: relative;
  height: 30px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.input-container.custom-radio label a {
  color: var(--accent);
}

.input-container.custom-radio label::after {
  content: "";
  font: var(--fa-font-solid);
  font-weight: 400;
  font-size: 20px;
  background: var(--white);
  border: 1px solid var(--complement-gray);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translatey(-50%);
  width: 16px;
  height: 16px;
  border-radius: 100%;
  display: flex;
  place-content: center;
  place-items: center;
}

.input-container.custom-radio input:checked + label::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 100%;
  display: flex;
  place-content: center;
  place-items: center;
  background-color: var(--complement-gray);
  z-index: 2;
}

.input-container.custom-checkbox input {
  position: absolute;
  opacity: 0;
}

.input-container.custom-checkbox label {
  padding-left: calc(20px + 10px);
  font-size: 16px;
  display: block;
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  height: 22px;
}

.input-container.custom-checkbox label a {
  color: var(--accent);
}

.input-container.custom-checkbox label::after {
  content: "";
  font: var(--fa-font-solid);
  font-weight: 400;
  font-size: 14px;
  background: var(--white);
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  display: flex;
  place-content: center;
  place-items: center;
  color: var(--black);
}

.input-container.custom-checkbox input:checked + label::after {
  content: "\f00c";
}

.input-container .file-upload {
  position: relative;
  overflow: hidden;
  max-width: 220px;
  border-radius: 5px;
  background-color: var(--white);
  padding: 40px;
  text-align: center;
  border: 1px solid var(--border);
}

.input-container .file-upload input {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  opacity: 0;
}

.input-container .file-upload .icon {
  margin-bottom: 23px;
}

.input-container .file-upload .icon i {
  font-size: 30px;
}

.input-container .file-upload .file-description {
  font-size: 14px;
  color: #999999;
  margin-bottom: 23px;
  display: block;
}

.input-container .file-upload .action {
  font-size: 16px;
  text-decoration: underline;
  padding: 0;
}

.button {
  display: inline-block;
  text-decoration: none;
  border: 1px solid transparent;
  width: 100%;
  max-width: 400px;
  text-align: center;
  background-color: transparent;
  color: var(--black);
  font-size: 20px;
  font-weight: normal;
  padding: 12px 12px;
  border-radius: 25px;
  box-shadow: var(--shadow2);
}

.button.small {
  padding: 12px 12px;
  max-width: 200px;
  line-height: 24px;
}

.button.black {
  background: var(--accent2);
  color: var(--white);
  border: 1px solid var(--accent2);
}

.button.hollow-black {
  background: transparent;
  border: 1px solid var(--accent2);
  color: var(--accent2);
}

.button.blue {
  background: var(--accent);
  color: var(--white);
  border: 1px solid var(--accent);
  border-radius: 25px;
}

.button.hollow-blue {
  background: transparent;
  color: var(--black);
  border: 1px solid var(--accent);
}

.button.white-blue {
  background: var(--white);
  color: var(--accent);
  border: 1px solid var(--white);
}

.select2 {
  width: 100% !important;
}

.select2-container--default .select2-selection--single {
  border: none;
  border: 1px solid var(--border);
  font-size: 14px;
  font-weight: normal;
  border-radius: 5px;
  min-height: 50px;
}

.select2-container .select2-selection--single {
  height: auto !important;
  outline: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 15.5px 12px;
  line-height: normal;
  color: var(--black);
  font-weight: normal;
  font-size: 14px;
}

.select2-container--open .select2-dropdown--below {
  border: none;
  border-radius: 5px;
  border: 1px solid transparent;
  font-size: 16px;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: auto;
  top: 50%;
  right: 10px;
  transform: translatey(-50%);
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow::after {
  content: url("../images/MaterialIcon (2).svg ");
  font: var(--fa-font-solid);
  font-weight: 900;
  color: var(--black);
  font-size: 20px;
  display: flex;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  display: none;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: var(--gray);
  font-size: 14px;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: var(--accent);
  color: var(--black);
}

.select2-container--default .select2-results__option[aria-selected="true"] {
  background: var(--accent);
  color: var(--black);
}

.select2-container--default
  .select2-search--dropdown
  .select2-search__field:focus {
  outline: none;
}

.select2-container--default .select2-selection--multiple {
  border: none;
  border: 1px solid var(--border);
  font-size: 14px;
  font-weight: normal;
  border-radius: 5px;
  min-height: 50px;
  display: flex;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  font-size: 0;
  flex-shrink: 1;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove::after {
  content: "\e12e";
  font: var(--fa-font-solid);
  font-weight: 400;
  color: var(--black);
  font-size: 16px;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-radius: 0;
  background: #dadada;
  border: none;
  padding: 7px;
  margin: 0;
  font-size: 14px !important; /*Add for branche select */
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  display: flex;
  gap: 3px;
  flex-wrap: wrap;
  align-items: center;
  min-height: 37.1px;
  padding: 2px 12px;
  /* */
  padding-right: 22px;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  white-space: break-spaces;
}

.profile-wrapper
  .row
  main
  .input-wrapper
  .input-container
  input.select2-search__field {
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field {
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.info-bubble {
  vertical-align: middle;
  position: relative;
  cursor: pointer;
}

.info-bubble i {
  color: var(--accent);
  font-size: 20px;
}

.info-bubble .pop-up {
  border-radius: 5px;
  background-color: #f9fcf4;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  z-index: 4;
  top: 20px;
  right: 0;
  width: 300px;
  padding: 10px;
  display: none;
  font-weight: normal;
  cursor: default;
}

.info-bubble:hover .pop-up {
  display: block;
}

h1 {
  font-size: 40px;
  font-weight: normal;
  margin: 0;
  text-align: left;
}

h2 {
  font-size: 30px;
  font-weight: normal;
  margin: 0;
  text-align: left;
}

h2.accent {
  color: var(--accent);
}

h3 {
  font-size: 24px;
  font-weight: normal;
  margin: 0;
  text-align: left;
}

.stars {
  font-size: 20px;
  color: var(--black);
}

.stars .count {
  color: var(--black);
}

.agbul {
  margin-left: 50px;
  margin-bottom: 20px;
}

header {
  background: var(--white);
  box-shadow: var(--shadow);
  padding: 13px 0;
}

header .row {
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: space-between;
}

header .row .logo-container {
  display: flex;
  align-items: center;
  gap: 28px;
}

header .row .logo-container img {
  max-width: 214px;
}

header .row .logo-container .logo-text {
  font-size: 30px;
  font-weight: bold;
  font-style: italic;
  color: var(--black);
}

header .row .menu {
  flex-grow: 1;
  width: 100%;
  display: flex;
  gap: 40px;
  justify-content: flex-end;
}

header .row .menu a {
  font-size: 20px;
  font-weight: normal;
  color: var(--gray-text);
}

header .row .login-wrapper {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  max-width: 440px;
}

header .row .login-wrapper .login-action {
  display: flex;
  gap: 40px;
  width: 100%;
}

header .row .login-wrapper .login-action .menu-mobile {
  display: none;
}

header .row .login-wrapper .login-action .button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 8px;
}

header .row .login-wrapper .login-action .button.black {
  color: var(--accent);
}

header .row .logged-in-menu {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  position: relative;
}

header .row .logged-in-menu .logged-in-pill {
  width: 100%;
  max-width: 250px;
  display: flex;
  align-items: center;
  border: 1px solid var(--black);
  padding: 5px;
  padding-right: 35px;
  gap: 20px;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
}

header .row .logged-in-menu .logged-in-pill img {
  aspect-ratio: 1 / 1;
  width: 100%;
  object-fit: cover;
  max-width: 30px;
  border-radius: 5px;
}

header .row .logged-in-menu .logged-in-pill .name {
  flex-grow: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

header .row .logged-in-menu .logged-in-pill:after {
  font: var(--fa-font-regular);
  content: "\f0d7";
  font-weight: 900;
  font-size: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

header .row .logged-in-menu .login-dropdown {
  position: absolute;
  top: 43px;
  right: 0;
  display: none;
  background: rgba(0, 0, 0, 0.8);
  padding: 20px;
  border-radius: 5px;
  width: 100%;
  max-width: 250px;
}

header .row .logged-in-menu .login-dropdown.active {
  display: block;
}

header .row .logged-in-menu .login-dropdown a {
  display: block;
  color: var(--white);
  padding: 5px;
}

header .row .logged-in-menu .login-dropdown a:hover {
  color: var(--accent);
}

.hero {
  max-width: 1920px;
  margin: 0 auto;
  padding-left: 102px;
}

.hero.secondary-hero {
  padding: 0;
}

.hero.secondary-hero > img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.hero .row {
  display: flex;
  align-items: flex-end;
}

.hero .row .text {
  flex-grow: 1;
}

.hero .row .text h1 {
  margin-bottom: 74px;
  line-height: 75px;
}

.hero .row .text .box {
  padding: 40px;
  box-shadow: var(--shadow);
}

.hero .row .text .box h3 {
  margin-bottom: 40px;
}

.hero .row .text .box .input-wrapper {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  margin-bottom: 40px;
}

.hero .row .text .box .action {
  display: flex;
  gap: 25px;
  align-items: center;
}

.hero .row .text .box .action .italic {
  font-size: 16px;
  font-style: italic;
  color: var(--gray);
}

.hero .row .image {
  width: 100%;
  max-width: 654px;
}

.hero .row .image img {
  width: 100%;
  display: block;
  box-shadow: var(--shadow);
}

section {
  padding: 80px 0;
}

section h2 {
  margin-bottom: 80px;
}

section.find-jobs h2 {
  margin-bottom: 40px;
}

section.find-jobs .joblist {
  display: grid;
  flex-wrap: wrap;
  gap: 50px;
  margin-bottom: 40px;
  grid-template-columns: repeat(auto-fit, minmax(27ch, 1fr));
}

section.find-jobs .joblist .job {
  position: relative;
  padding-left: calc(15px + 17px);
  font-size: 16px;
  color: var(--gray);
  min-width: 250px;
}

section.find-jobs .joblist .job:hover {
  color: var(--accent);
}

section.find-jobs .joblist .job .icon {
  position: absolute;
  left: 0;
  top: 0;
}

section.find-jobs .action a {
  font-size: 16px;
  color: var(--accent);
  text-decoration: underline;
}

section.trending .row {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 29px;
}

section.trending .row .item {
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow);
}

section.trending .row .item img {
  width: 100%;
  display: block;
  width: 100%;
  display: block;
  /*height: 350px;*/
  height: 250px;
  object-fit: cover;
}

section.trending .row .item .description {
  padding: 15px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

section.trending .row .item .composed {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

section.trending .row .item .composed .job-title {
  font-weight: bold;
  font-size: 16px;
  color: var(--gray-text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: anywhere;
}

section.trending .row .item .composed .location {
  display: flex;
  gap: 5px;
  align-items: center;
  font-size: 14px;
  color: var(--gray);
}

section.trending .row .item .composed .location img {
  width: 25px;
  margin: 0;
  height: auto;
}

section.trending .row .item .text {
  height: 90px;
  overflow: hidden;
  /*ADDED TO DISPLAY LESS TEXT*/

  font-size: 18px;
  flex-grow: 1;
  margin-bottom: 21px;
  color: var(--gray-text);
  line-height: 22px;
}

section.trending .row-action {
  text-align: center;
  padding-top: 80px;
}

section.how-works {
  background: var(--gray-bg);
}

section.how-works h2 {
  text-align: center;
}

section.how-works h3 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}

section.how-works h3:last-of-type {
  margin-top: 20px;
}

section.how-works .video-container {
  display: flex;
  justify-content: center;
  max-width: 884px;
  margin: 0 auto;
}

section.how-works .video-container video {
  width: 100%;
}

section.cards {
  background: var(--gray-bg);
}

section.cards.uber-uns-cards {
  background: var(--white);
}

section.cards h2 {
  text-align: center;
}

section.cards .row {
  display: flex;
  gap: 30px;
}

section.cards .row .item {
  width: 100%;
  text-align: center;
}

section.cards .row .item .image {
  width: 100px;
  height: 100px;
  background: var(--accent);
  border-radius: 100%;
  margin: 0 auto 40px auto;
  display: flex;
  place-content: center;
  place-items: center;
}

section.cards .row .item .image img {
  display: block;
}

section.cards .row .item h3 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 40px;
  font-weight: normal;
}

section.cards .row .item p {
  margin: 0;
  text-align: center;
  max-width: 450px;
  font-size: 18px;
  margin: 0 auto;
}

section.registration-banner {
  padding: 80px 0;
  background: var(--accent2);
}

section.registration-banner.inverted {
  background: var(--accent);
}

section.registration-banner.inverted h2 {
  color: var(--accent2);
}

section.registration-banner.inverted .button {
  background: var(--accent2);
}

section.registration-banner h2 {
  margin: 0;
  color: var(--white);
}

section.registration-banner .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 80px;
  flex-direction: column;
}

section.trust .row {
  display: flex;
  gap: 20px;
  align-items: center;
  padding-right: 107px;
}

section.trust .row .text {
  flex-grow: 1;
}

section.trust .row .text p {
  font-size: 18px;
  margin: 0;
}

section.trust .row .rating {
  width: 100%;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  border: 5px solid var(--accent2);
  background: var(--accent);
  display: flex;
  place-content: center;
  place-items: center;
  flex-direction: column;
  gap: 10px;
}

section.trust .row .rating span {
  font-size: 20px;
  color: var(--accent2);
}

section.trust .row .rating .number {
  font-size: 40px;
  color: var(--accent2);
}

section.new-jobs h2 {
  margin-bottom: 40px;
}

section.new-jobs .row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 40px;
  padding-top: 40px;
  border-top: 1px solid var(--black);
  margin-bottom: 80px;
}

section.new-jobs .row .job .job-title {
  color: var(--gray);
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
}

section.new-jobs .row .job .company {
  font-size: 16px;
  color: var(--gray);
}

section.new-jobs .action {
  text-align: center;
}

section.rating-platforms h2 {
  margin-bottom: 40px;
  text-align: center;
}

section.rating-platforms p {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}

footer {
  background: var(--accent2);
  color: var(--white);
  padding: 41px 0 0 0;
  position: relative;
}

footer .footer-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 20px;
  margin: 0 auto;
  align-items: flex-start;
  padding-bottom: 40px;
  justify-content: space-between;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--white);
}

footer .footer-columns .footer-col h3 {
  font-size: 20px;
  margin-bottom: 20px;
}

footer .footer-columns .footer-col a {
  color: var(--white);
  font-size: 18px;
}

footer .footer-columns .footer-col a i {
  font-size: 20px;
}

footer .footer-columns .footer-col .socials {
  display: flex;
  gap: 30px;
}

footer .footer-columns .footer-col ul {
  list-style-type: none;
}

footer .footer-columns .footer-col ul li {
  margin-bottom: 15px;
}

footer .footer-company {
  padding: 40px 0;
}

footer .footer-company span {
  font-size: 20px;
}

.user-nav {
  background: var(--black);
  padding: 5px 0;
  margin-bottom: 50px;
}

.user-nav .container {
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  align-content: center;
  max-width: 1024px;
}

.user-nav .container .button {
  max-width: 100%;
  padding: 10px 30px;
  border-radius: 3px;
  color: var(--accent);
  border-color: var(--white);
  background: var(--white);
  font-size: 16px;
  padding: 18px;
}

.user-nav .container .button:hover {
  color: var(--white);
  background: var(--accent);
  border-color: var(--accent);
}

.user-nav .container .button.active {
  color: var(--white);
  background: var(--accent);
  border-color: var(--accent);
}

.user-steps .container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  max-width: 1000px;
}

.user-steps .container .step {
  position: relative;
}

.user-steps .container .step .circle {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  border: 1px solid var(--accent2);
  display: flex;
  place-content: center;
  place-items: center;
  font-size: 30px;
  font-weight: bold;
  margin: 0 auto;
  margin-bottom: 16px;
  color: var(--accent2);
  background: var(--white);
  position: relative;
  z-index: 2;
}

.user-steps .container .step .text {
  text-align: center;
  font-size: 20px;
  color: var(--gray-text);
}

.user-steps .container .step.active .circle {
  background: var(--accent2);
  color: var(--white);
}

.user-steps .container .step::after {
  content: "";
  position: absolute;
  display: block;
  top: 36%;
  transform: translate(70%, -50%);
  height: 1px;
  left: 0;
  /* width: 200px; */
  width: 260px;
  background: var(--gray);
  z-index: 1;
}

.user-steps .container .step:last-child::after {
  content: none;
}

.main-content {
  padding: 80px 0;
}

.main-content h1 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 85px;
}

.main-content .product-header {
  display: flex;
  max-width: 1430px;
  margin: 0 auto;
  gap: 40px;
  align-items: center;
  margin-bottom: 50px;
}

.main-content .product-header .image-container {
  max-width: 241px;
  width: 100%;
  display: flex;
  place-content: center;
  place-items: center;
  background: #f7f7f7;
  border: 1px solid #d1d1d1;
  border-radius: 10px;
  min-height: 177px;
}

.main-content .product-header .image-container img {
  width: 100%;
  max-width: 184px;
  max-height: 167px;
  object-fit: contain;
}

.main-content .product-header .description {
  flex-grow: 1;
}

.main-content .product-header .description .title {
  font-size: 24px;
  margin-bottom: 30px;
}

.main-content .product-header .description .action {
  padding: 0;
  margin-bottom: 30px;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 20px;
}

.main-content .product-header .description .action .icon i {
  font-size: 40px;
  color: var(--accent);
}

.main-content .product-header .description .action .button {
  box-shadow: none;
}

.main-content .product-header .description .action img {
  display: block;
}

.main-content .product-header .description .location {
  display: flex;
  align-items: center;
}

.main-content .product-header .message-action {
  width: 100%;
  max-width: 220px;
}

.main-content .product-header .message-action .button {
  max-width: 220px;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  box-shadow: none;
}

.main-content .insert-block {
  background: #f7f7f7;
  padding: 50px;
  padding-bottom: 20px;
  max-width: 1136px;
  margin: 0 auto;
  margin-bottom: 30px;
  border: 1px solid #d1d1d1;
  border-radius: 10px;
}

.main-content .insert-block.secondary {
  max-width: 1430px;
  padding: 21px 50px;
  margin-bottom: 50px;
}

.main-content .insert-block .description-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 25px;
}

.main-content .insert-block .description-row .column .title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
}

.main-content .insert-block .image-container {
  display: flex;
  gap: 28px;
}

.main-content .insert-block .image-container img {
  width: 100%;
  /* aspect-ratio: 1/1; */
  object-fit: contain;
  display: block;
  border-radius: 10px;
  max-width: 250px;
}

.main-content .insert-block .description {
  display: flex;
  gap: 25px;
}

.main-content .insert-block .description.raw {
  display: block;
}

.main-content .insert-block .description.raw .group {
  margin-bottom: 20px;
}

.main-content .insert-block .description.raw .group span {
  display: block;
  margin-bottom: 16px;
}

.main-content .insert-block .description.raw .group a {
  color: var(--black);
}

.main-content .insert-block .description .title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
}

.main-content .insert-block .description .column-description {
  width: 100%;
  max-width: 880px;
}

.main-content .insert-block .description .column-description p {
  /* margin-bottom: 20px; */
  text-align: justify;
}

.main-content .insert-block .description .column-description li[data-list="bullet"] {
  list-style-type: disc;
  /* margin-left: 20px; */
}

.main-content .insert-block .description .column-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 33px 0;
  align-content: flex-start;
}

.main-content .insert-block .description .column-details .item {
  max-width: 205px;
  width: 100%;
}

.main-content .insert-block .video {
  width: 100%;
}

.main-content .insert-block .video video {
  width: 100%;
  border-radius: 10px;
}

.main-content .insert-block .row {
  display: grid;
  margin-bottom: 40px;
  grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
  gap: 34px;
}

.main-content .insert-block .row .input-container {
  margin: 0;
}

.main-content .insert-block .row .input-container.double {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.main-content .insert-block .row .input-container.double label {
  margin: 0;
}

.main-content .insert-block .row.row-3 {
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  margin: 0;
}

.main-content .insert-block .removable {
  padding-right: 32px;
}

.main-content .insert-block .removable .row {
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
}

.main-content .insert-block .removable .row.extra {
  position: relative;
}

.main-content .insert-block .removable .row.extra .remove {
  position: absolute;
  right: -32px;
  bottom: calc(50px / 2 - 32px / 2);
}

.main-content .insert-block .removable .row.extra .remove a {
  display: block;
}

.main-content .insert-block .removable .row.extra .remove a img {
  transform: rotate(45deg);
  display: block;
}

.main-content .insert-block .removable .action-add {
  margin-bottom: 30px;
  margin-top: -10px;
}

.main-content .insert-block .removable .action-add .button {
  color: var(--accent);
  box-shadow: none;
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
  padding: 8px 12px;
  max-width: 330px;
  font-size: 16px;
}

.main-content .insert-block .removable .action-add .button.inputadd {
  cursor: pointer;
}

.main-content .insert-block .title {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.main-content .insert-block .title .inner-title {
  font-size: 20px;
  font-weight: bold;
}

.main-content .insert-block .title .attention {
  font-size: 16px;
  color: var(--gray-text);
}

.main-content .insert-block .file-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  width: 100%;
}

.main-content .insert-block .file-row .file-upload {
  width: 100%;
  max-width: 199px;
}

.main-content .insert-block .file-row .file-upload .parsley-errors-list.filled,
.main-content .insert-block .file-row .file-upload #confirm_password-error {
  top: 0;
  bottom: unset;
}

.main-content .insert-block .checkbox-wrapper .title {
  margin-bottom: 20px;
}

.main-content .insert-block .checkbox-wrapper .input-container {
  margin-bottom: 10px;
}

.main-content .insert-block .checkbox-wrapper .input-container label {
  margin: 0;
  font-size: 14px;
}

.main-content .insert-block .subtitle {
  font-size: 16px;
  font-weight: bold;
  color: var(--gray-text);
  margin-bottom: 20px;
}

.main-content .insert-block .price-table {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(209px, 1fr));
  gap: 30px;
}

.main-content .insert-block .price-table .column .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 25px;
}

.main-content .insert-block .price-table .column .elem {
  margin-bottom: 20px;
}

.main-content .insert-block .price-table .column .elem .info-bubble .pop-up {
  left: 0;
  right: none;
}

.main-content .insert-block .final-price {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 879px;
}

.main-content .insert-block .final-price .total {
  font-size: 20px;
  font-weight: bold;
}

.main-content .insert-block .final-price .price {
  font-size: 20px;
  font-weight: bold;
  text-decoration: underline;
}

.main-content .insert-block label {
  flex-grow: 1;
  font-size: 16px;
  font-weight: normal;
  columns: var(--gray-text);
}

.main-content .insert-block .info {
  position: relative;
  padding-right: 20px;
}

.main-content .insert-block .info .info-bubble {
  position: absolute;
  top: 4px;
  right: 0;
}

.main-content .insert-block .input-container {
  flex-direction: column;
  display: flex;
  margin-bottom: 30px;
}

.main-content .insert-block .row-product {
  display: flex;
  gap: 30px;
}

.main-content .insert-block .row-product .column {
  width: 100%;
}

.main-content .insert-block .row-product .column:first-child {
  max-width: 411px;
}

.main-content .insert-block .row-product .column .title {
  font-size: 20px;
  margin-bottom: 25px;
  font-weight: bold;
}

.main-content .insert-block .row-product .column .text {
  font-size: 20px;
}

.main-content .insert-block .row-product .column .text b {
  font-size: 20px;
}

.main-content .insert-block .row-product .column .text > span {
  display: block;
  margin-bottom: 25px;
  width: fit-content;
  font-size: 20px;
}

.main-content .insert-block .row-product .column .text > span.info {
  padding-right: 30px;
}

.main-content .insert-block .row-product .column .socials {
  padding-top: 25px;
  font-size: 20px;
}

.main-content .insert-block .row-product .column .socials b {
  font-size: 20px;
}

.main-content .insert-block .product-info {
  margin-bottom: 40px;
}

.main-content .insert-block .product-info .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 25px;
}

.main-content .insert-block .product-info .box {
  border-radius: 5px;
  background-color: white;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 15px;
}

.main-content .insert-block .product-info .box p {
  margin: 0;
  margin-bottom: 20px;
}

.main-content .insert-block .boost-price {
  font-size: 20px;
  font-weight: bold;
}

.main-content .insert-action {
  max-width: 1136px;
  margin: 0 auto;
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.main-content .insert-action.secondary {
  max-width: 1430px;
}

.main-content .insert-action .button {
  max-width: 260px;
  box-shadow: none;
}

.main-content .insert-action .button.hollow-blue {
  color: var(--accent);
}

.main-content .action {
  padding-top: 60px;
  text-align: center;
}

.main-content .action.product-detail {
  text-align: left;
}

.main-content .action.product-detail .button {
  font-size: 16px;
  max-width: 250px;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}

.main-content .action.product-detail .button img {
  vertical-align: middle;
  margin-right: 11px;
}

.main-content .listing-box h1 {
  text-align: left;
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 80px;
}

.main-content .listing-box .input-wrapper {
  display: flex;
  gap: 20px;
  margin-bottom: 80px;
}

.main-content .listing-box .input-wrapper .input-container {
  flex-grow: 1;
  max-width: 250px;
  width: 100%;
}

.main-content .listing-box .input-wrapper .input-container:first-child {
  flex-grow: 1.2;
  max-width: 100%;
}

.main-content .listing-box .input-wrapper .input-container .button {
  max-width: 100%;
  font-size: 18px;
}

.main-content .listing-box .sort-filter {
  max-width: 300px;
  margin-right: 0;
  margin-left: auto;
}

.main-content .listing-box section.rating-cards .row {
  justify-content: start;
  margin: 0;
}

.main-content .listing-box section.rating-cards .row .card {
  max-width: 447px;
}

.listing-filter {
  max-width: 1430px;
  margin: 0 auto;
  margin-bottom: 80px;
}

.listing-filter .box {
  padding: 40px;
  box-shadow: var(--shadow);
}

.listing-filter .box h3 {
  margin-bottom: 40px;
}

.listing-filter .box .input-wrapper {
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  margin-bottom: 40px;
}

.listing-filter .box .action {
  display: flex;
  gap: 25px;
  align-items: center;
  padding: 0;
}

.listing-filter .box .action .button {
  width: 100%;
  max-width: 100%;
}

.listing-filter .box .action .italic {
  font-size: 16px;
  font-style: italic;
  color: var(--gray);
}

.listing {
  padding-top: 80px;
}

.sort-filter {
  max-width: 1430px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 40px;
}

.sort-filter
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding: 16.5px 26px;
  line-height: normal;
  color: var(--black);
  font-weight: normal;
  font-size: 14px;
  min-height: calc(50px - 2px);
}

.sort-filter
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  right: 22px;
}

.sort-filter .input-container {
  max-width: 220px;
  width: 100%;
}

.sort-filter
  .input-container
  .select2-container--default
  .select2-selection--single {
  border: 1px solid var(--accent2);
  border-radius: 25px;
}

.sort-filter
  .input-container
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding-top: 18px;
  padding-right: 23px;
  padding-bottom: 16px;
  padding-left: 23px;
}

.sort-filter
  .input-container
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow::after {
  justify-content: center;
}

.sort-filter
  .input-container
  .select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: var(--accent2);
}

.listing-column {
  /* background: var(--gray-bg); */
  padding: 40px 0;
}

.listing-column .item {
  display: block;
  width: 100%;
  max-width: 1430px;
  margin: 0 auto;
  float: none;
  padding: 40px 0;
  display: flex;
  gap: 40px;
  /* align-items: center; */
}

.listing-column .item .img-container {
  max-width: 270px;
  width: 100%;
}

.listing-column .item .img-container img {
  width: 100%;
  max-width: 270px;
  height: 270px;
  /* aspect-ratio: 2/2; */
  object-fit: contain;
  display: block;
}
.listing-column .item .description .text input {
  position: absolute;
  opacity: 0;
}

.listing-column .item .description {
  flex-grow: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.listing-column .item .description .composed {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 40px;
  margin-bottom: 18px;
}

.listing-column .item .description .composed .title {
  font-weight: bold;
  font-size: 16px;
  color: var(--accent2);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.listing-column .item .description .composed .location {
  display: flex;
  gap: 5px;
  align-items: center;
  font-size: 14px;
  color: var(--gray);
}

.listing-column .item .description .composed .location img {
  width: 25px;
  margin: 0;
}

.listing-column .item .description .composed .like i {
  font-size: 20px;
  color: var(--accent2);
}

.listing-column .item .description .text {
  text-align: justify;
  font-size: 18px;
  color: var(--gray-text);
  margin-bottom: 30px;
}

.pagination {
}

.pager {
  margin-bottom: 60px;
  padding-top: 60px;
}

.pager .pager__items {
  display: flex;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  list-style-type: none;
  gap: 10px;
}

.pager .pager__items .pager__item.is-active a {
  color: var(--black);
  border-color: var(--accent);
}

.pager .pager__items .pager__item:hover a {
  color: var(--black);
  border-color: var(--accent);
}

.pager .pager__items .pager__item.pager__item--last span {
  display: none;
}

.pager .pager__items .pager__item.pager__item--last a {
  padding: 0 15px;
}

.pager .pager__items .pager__item.pager__item--last a:hover {
  background: transparent;
}

.pager .pager__items .pager__item.pager__item--next span {
  display: none;
}

.pager .pager__items .pager__item.pager__item--next a {
  padding: 0 15px;
}

.pager .pager__items .pager__item.pager__item--first span {
  display: none;
}

.pager .pager__items .pager__item.pager__item--next a:hover {
  background: transparent;
}

.pager .pager__items .pager__item.pager__item--first a:hover {
  background: transparent;
}

.pager .pager__items .pager__item.pager__item--first a::after {
  font: var(--fa-font-solid);
  content: "\f100";
}

.pager .pager__items .pager__item.pager__item--previous span {
  display: none;
}

.pager .pager__items .pager__item.pager__item--previous a:hover {
  background: transparent;
}

.pager .pager__items .pager__item.pager__item--previous a::after {
  font: var(--fa-font-solid);
  content: "\f104";
}

.pager .pager__items .pager__item.pager__item--next a::after {
  font: var(--fa-font-solid);
  content: "\f105";
}

.pager .pager__items .pager__item.pager__item--last a::after {
  font: var(--fa-font-solid);
  content: "\f101";
}

.pager .pager__items .pager__item a {
  color: var(--black);
  font-size: 15px;
  display: block;
  width: 40px;
  height: 40px;
  display: flex;
  place-content: center;
  place-items: center;
  border-radius: 5px;
  border: 1px solid var(--border);
  font-weight: bold;
}

.pagination .jqp-wrap {
  display: flex;
  justify-content: right;
  gap: 20px;
}

.pagination .jqp-wrap .jqp-prev,
.pagination .jqp-wrap .jqp-next,
.pagination .jqp-wrap .jqp-pages {
  display: inline-block;
}

.pagination .jqp-wrap button {
  padding: 10px 15px;
  border: transparent;
  background-color: white;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.pagination .jqp-pages {
  display: inline-block;
}

.pagination .jqp-pages li {
  display: inline-block;
  padding: 5px 10px;
  padding: 10px 15px;
  border: transparent;
  background: white;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin-right: 10px;
  cursor: pointer;
}

.pagination .jqp-pages li:last-child {
  margin: 0;
}

.pagination .jqp-pages li.jqp-active {
  cursor: default;
  padding: 10px 15px;
  border: transparent;
  background: var(--accent);
  color: var(--white);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

@media screen and (max-width: 1626px) {
  .hero {
    max-width: 1760px;
    padding: 0 20px;
  }

  .hero .row .text h1 {
    margin-bottom: 80px;
  }

  .hero .row {
    flex-direction: column;
  }

  .hero .row .text {
    width: 100%;
    padding: 80px 0 0 0;
  }

  .hero .row .image {
    max-width: 100%;
    max-height: 500px;
  }

  .hero .row .image img {
    height: 100%;
    max-height: 500px;
    object-fit: cover;
    aspect-ratio: 16/5;
  }
}

@media screen and (max-width: 1240px) {
  .main-content .listing-box section.rating-cards .row {
    justify-content: center;
  }

  .main-content .insert-block .image-container {
    flex-wrap: wrap;
  }

  header .row .login-wrapper {
    position: relative;
    width: auto;
  }

  header .row .login-wrapper.active:after {
    color: var(--accent);
  }

  header .row .login-wrapper:after {
    color: var(--black);
    font: var(--fa-font-solid);
    content: "\f550";
    font-size: 40px;
    cursor: pointer;
  }

  header .row .login-wrapper .login-action {
    position: absolute;
    padding: 20px;
    top: 50px;
    right: 0;
    background: var(--white);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
    z-index: 9;
    flex-direction: column;
    width: 230px;
    border-radius: 5px;
    display: none;
  }

  header .row .login-wrapper .login-action .button {
    min-height: 50px;
  }

  header .row .login-wrapper .login-action .menu-mobile {
    display: none;
    gap: 20px;
    flex-direction: column;
  }

  header .row .login-wrapper .login-action .menu-mobile a {
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    color: var(--gray-text);
  }

  header .row .login-wrapper .login-action.active {
    display: flex;
  }
}

@media screen and (max-width: 1080px) {
  .main-content .insert-block .description {
    flex-direction: column;
  }

  .listing-column .item {
    flex-direction: column;
  }

  .listing-column .item .description .composed {
    justify-content: center;
  }

  .listing-column .item .description .text {
    text-align: center;
  }

  .listing-column .item .description .action {
    text-align: center;
  }
}

@media screen and (max-width: 950px) {
  section.trust .row {
    flex-direction: column;
    text-align: center;
  }

  .main-content .insert-action {
    flex-direction: column-reverse;
    gap: 30px;
    align-items: center;
  }

  .main-content .product-header .description .title {
    text-align: center;
  }

  section.registration-banner h2 {
    text-align: center;
  }

  .main-content .product-header {
    flex-direction: column;
  }

  .main-content .product-header .description .action {
    justify-content: center;
  }

  .main-content .product-header .description .location {
    justify-content: center;
  }
}

@media screen and (max-width: 840px) {
  .hero img {
    min-height: 400px;
  }

  .hero.small-hero img {
    min-height: 300px;
    max-height: 300px;
    height: 500px;
    width: 100%;
  }

  section.cards .row {
    flex-wrap: wrap;
  }

  .main-content .listing-box .input-wrapper {
    flex-direction: column;
  }

  .main-content .listing-box .input-wrapper .input-container {
    max-width: 100%;
  }

  .main-content .insert-block .row-product {
    flex-direction: column;
  }

  .hero .row .text .box .action {
    flex-direction: column;
  }

  .hero .row .text h1 {
    text-align: center;
  }

  .hero .row .image {
    display: none;
  }

  footer .footer-columns {
    flex-direction: column;
  }

  footer .footer-columns .footer-col {
    width: 100%;
    text-align: center;
  }

  footer .footer-columns .footer-col h3 {
    text-align: center;
  }

  footer .footer-columns .footer-col .socials {
    justify-content: center;
  }

  .user-steps .container .step::after {
    content: none;
  }
}

@media screen and (max-width: 640px) {
  header .row .menu {
    display: none;
  }

  header .row .login-wrapper .login-action .menu-mobile {
    display: flex;
  }

  .button {
    max-width: 300px;
    padding: 16px;
  }

  .hero .overlay .content h1 {
    font-size: 20px;
  }

  .main-content .insert-block .row {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }

  .main-content .insert-block .row.row-3 {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }

  .main-content .insert-block .removable .row {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }

  .main-content .insert-block .removable .action-add .button {
    font-size: 14px;
  }

  .main-content .insert-block .price-table .column .elem .info-bubble .pop-up {
    left: 50%;
    transform: translateX(-50%);
  }

  .hero.small-hero .overlay .product-header {
    flex-direction: column;
    align-items: center;
  }

  .hero.small-hero .overlay .product-header .product-text .text {
    text-align: center;
    margin-bottom: 30px;
  }

  .hero.small-hero .overlay {
    place-content: center;
    place-items: center;
  }

  .hero.small-hero {
    max-height: 600px;
    height: 600px;
  }

  .hero.small-hero img {
    max-height: 600px;
    height: 600px;
    width: 100%;
  }
}

@media screen and (max-width: 460px) {
  .main-content .insert-block {
    padding: 20px;
  }

  section.trending .row {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }

  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 24px;
    text-align: center;
  }
}

.custom-select {
  position: relative;
}

.custom-select select {
  display: none;
  /*hide original SELECT element:*/
}

.select-selected {
  background-color: #fff;
  font-family: "Open Sans", sans-serif;
  border-radius: 3px;
}

.select-selected:after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translatey(-20%);
  transform: translatey(-20%);
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #4a4a4a transparent transparent transparent;
}

.select-selected.select-arrow-active:after {
  border-color: transparent transparent #4a4a4a transparent;
  top: 50%;
  -webkit-transform: translatey(-60%);
  transform: translatey(-60%);
}

.select-items div,
.select-selected {
  color: #4a4a4a;
  padding: 7px 15px;
  border-radius: 0;
  border: 1px solid #ebebeb;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

#suche_page h2 {
  max-width: 1440px;
  margin: 0 auto;
  margin-bottom: 40px;
}

#suche_page .views-exposed-form {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  margin-bottom: 40px;
  padding: 40px;
  box-shadow: var(--shadow);
  max-width: 1440px;
  margin: 0 auto;
  margin-bottom: 80px;
}

#suche_page .views-exposed-form .js-form-type-textfield input {
  display: block;
  width: 100%;
  border: 1px solid var(--border);
  padding: 15.6px 12px;
  font-size: 14px;
  border-radius: 5px;
  background: var(--white);
}

.button.js-form-submit {
  background: var(--accent2);
  color: var(--white);
  border: 1px solid var(--accent2);
  max-width: 100%;
}

.sort-filter .select2 {
  max-width: 220px;
  width: 100%;
}

.sort-filter .select2-container--default .select2-selection--single {
  border: 1px solid var(--accent2);
  border-radius: 25px;
}

.sort-filter
  .select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: var(--accent2);
}

.modal-overlay .modal-comments .input-container .file-upload {
  font-size: 18px;
  overflow: visible;
}

.modal-overlay .modal-comments .input-container .file-upload:before {
  content: url("/themes/jobfits/images/icons/icon-upload-file.png");
  height: 25px;
  display: block;
  width: 24px;
}

.modal-overlay .modal-comments .input-container .file-upload input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  opacity: 0;
}

.modal-overlay
  .modal-comments
  .input-container
  .file-upload
  .parsley-errors-list.filled {
  display: block;
  position: absolute;
  text-align: center;
  bottom: -88px;
  margin-bottom: 10px;
  left: 50%;
  min-width: 230px;
  color: red;
  padding: 10px;
  transform: translatex(-50%);
  font-size: 12px;
}

.modal-overlay .modal-comments .action .btn.blue {
  background: var(--accent2);
  color: var(--white);
  border: 1px solid var(--accent2);
  padding: 12px 12px;
  max-width: 400px;
  line-height: 24px;
  border-radius: 25px;
}

/*# sourceMappingURL=custom_select.css.map */
.listing-column .container {
  border-bottom: 1px solid gray;
  background: var(--gray-bg);
}
.listing-column .container:last-of-type {
  border-bottom: 0 none;
}
/* section.trending .row .item .description .action {
  display: flex;
  justify-content: center;
} */

.listing-column .item .description .text {
  word-break: break-word;
}

.main-content .insert-block .description .column-description .ql-tooltip input {
  opacity: 0;
  position: absolute;
}
.main-content .insert-block .description .column-description .ql-tooltip {
  margin: 0 !important;
}
.input-container.file-upload .file-upload-wrapper .textThumb {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 10px;
}
#resetmainimage,
.resetgalleryimage,
.resetgalleryvideo {
  z-index: 1 !important;
}
.main-content .insert-block .description .column-description .ql-editor ol,
.main-content .insert-block .description .column-description .ql-editor ol li {
  padding: 0;
}
.ql-editor {
  background-color: #ffffff;
}