/*! 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 */
    scroll-behavior: smooth;
}


/**
 * 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;
}

.login-box h2 {
    font-size: 1.3em;
    margin: 0.67em 0;
    font-weight: 600;
    color: #666666;
}


/**
 * 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) {
    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 */
    padding: 10px 30px;
}


/**
 * 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-family: "Sofia W01", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
    /* letter-spacing: 0.2px; Standard character spacing */
}

h2 {
    letter-spacing: 0.5px;
}


/* open-sans-regular - latin */

@font-face {
    font-family: 'Sofia W01';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/sofia-w01/Sofia W01 Regular.eot');
    /* IE9 Compat Modes */
    src: local(''), url('../fonts/sofia-w01/Sofia W01 Regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/sofia-w01/Sofia W01 Regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/sofia-w01/Sofia W01 Regular.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/sofia-w01/Sofia W01 Regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/sofia-w01/Sofia W01 Regular.svg#OpenSans') format('svg');
    /* Legacy iOS */
}


/* open-sans-600 - latin */

@font-face {
    font-family: 'Sofia W01';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/sofia-w01/Sofia-Medium.eot');
    /* IE9 Compat Modes */
    src: local(''), url('../fonts/sofia-w01/Sofia-Medium.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/sofia-w01/Sofia-Medium.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/sofia-w01/Sofia-Medium.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/sofia-w01/Sofia-Medium.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/sofia-w01/Sofia-Medium.svg#OpenSans') format('svg');
    /* Legacy iOS */
}


/* open-sans-700 - latin */

@font-face {
    font-family: 'Sofia W01';
    font-style: bold;
    font-weight: 700;
    src: url('../fonts/sofia-w01/Sofia-Bold.eot');
    /* IE9 Compat Modes */
    src: local(''), url('../fonts/sofia-w01/Sofia-Bold.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/sofia-w01/Sofia-Bold.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/sofia-w01/Sofia-Bold.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/sofia-w01/Sofia-Bold.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/sofia-w01/Sofia-Bold.svg#OpenSans') format('svg');
    /* Legacy iOS */
}


/* open-sans-800 - latin */

@font-face {
    font-family: 'Sofia W01';
    font-style: bold;
    font-weight: 800;
    src: url('../fonts/sofia-w01/Sofia-Bold.eot');
    /* IE9 Compat Modes */
    src: local(''), url('../fonts/sofia-w01/Sofia-Bold.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/sofia-w01/Sofia-Bold.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/sofia-w01/Sofia-Bold.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/sofia-w01/Sofia-Bold.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/sofia-w01/Sofia-Bold.svg#OpenSans') format('svg');
    /* Legacy iOS */
}

a {
    text-decoration: none;
}

.container {
    width: auto;
    max-width: 1320px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
}

.container-full {
    width: auto;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
}

.container::after {
    content: '';
    display: table;
    clear: both;
}

.centered {
    margin: auto;
}

.select2 {
    width: 100% !important;
    min-width: 120px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #9f1c62;
    background: #fff;
    border-radius: 0;
    font-size: 16px;
    font-weight: 600;
}

.select2-container .select2-selection--single {
    height: auto !important;
    outline: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 12px 20px 13px 12px;
    line-height: normal;
    color: #9f1c62;
    font-weight: 600;
    border-radius: 0;
}

.select2-dropdown {
    border: none;
    border-radius: 0;
    border: 1px solid #9f1c62;
    font-size: 16px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #666666;
}

.select2-container--open .select2-dropdown--below {
    border: none;
    border-radius: 0;
    border: 1px solid #666666;
    font-size: 16px;
}

.select2-dropdown .select2-dropdown--above {
    border: none;
    border-radius: 0;
    border: 1px solid #9f1c62;
    font-size: 16px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: auto;
    top: 50%;
    width: auto;
    right: 10px;
    transform: translate(0, -50%);
}

.select2-container--default .select2-selection--single .select2-selection__arrow::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0d7";
    display: block;
    color: #9f1c62;
    font-size: 16px;
    transition: all 0.2s linear;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-container--open .select2-selection--single .select2-selection__arrow {
    top: 50%;
}

.select2-container--open .select2-selection--single .select2-selection__arrow::after {
    transform: rotate(180deg);
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #9e9e9e;
    font-size: 14px;
}

.button {
    font-size: 16px;
    color: #666666;
    text-decoration: none;
    display: inline-block;
    display: inline-block;
    padding: 11px 10px;
    background: #fff;
    font-weight: 600;
    border: 1px solid #fff;
    min-width: 150px;
    text-align: center;
}

.button.green {
    background-color: #00a09a;
    border: 1px solid #00a09a;
    color: #fff;
}

.button.green-hollow {
    background-color: #fff;
    border: 1px solid #00a09a;
    color: #00a09a;
}

.button.purple {
    background-color: #9f1c62;
    color: #fff;
    border: 1px solid #9f1c62;
    border-radius: 5px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    width: 100%;
}

.button.purple.secondary {
    background-color: unset;
    color: #9f1c62;
    border: 2px solid #9f1c62;
}

.button.purple.secondary a {
    color: #9f1c62;
}

.button.hollow {
    background: transparent;
    color: #9f1c62;
}

.button.gray {
    color: #fff;
    background: #cccccc;
    border-radius: 10px;
    padding: 12px 27px;
    font-size: 24px;
}

.container-long {
    width: auto;
    max-width: 1844px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
}

.container-long::after {
    content: '';
    display: table;
    clear: both;
}

.container-medium {
    width: auto;
    max-width: 1690px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
}

.container-medium::after {
    content: '';
    display: table;
    clear: both;
}

header {
    padding: 20px 50px 20px 40px;
    background: #9f1c62;
}

header .container {
    align-items: center;
    display: flex;
}

header .logo {
    margin-right: 40px;
}

header .logo img {
    display: block;
}

header .menu {
    flex-grow: 1;
}

header .menu.not-logged {
    text-align: right;
}

header .menu.not-logged span {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-right: 30px;
}

header .menu.not-logged .button:nth-child(2) {
    margin-right: -4px;
}

header .menu.not-logged2 {
    text-align: right;
    font-size: 26px;
}

header .menu.not-logged2 a {
    color: #fff;
    margin-right: 36px;
    min-height: 40px;
    display: inline-block;
    vertical-align: middle;
}

header .menu.not-logged2 a.info:before {
    content: '\f128';
    font-size: 17px;
    color: #fff;
    width: 40px;
    height: 40px;
    background: #00a09a;
    display: inline-flex;
    place-items: center;
    place-content: center;
    border-radius: 100%;
    margin-right: 26px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

header .menu.not-logged2 a.register:before {
    content: '\f007';
    font-size: 17px;
    color: #fff;
    width: 40px;
    height: 40px;
    background: #00a09a;
    display: inline-flex;
    place-items: center;
    place-content: center;
    border-radius: 100%;
    margin-right: 26px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

header .menu.not-logged2 a.login:before {
    content: '';
    font-size: 17px;
    color: #fff;
    width: 1px;
    height: 40px;
    background: #fff;
    display: inline-flex;
    vertical-align: middle;
    border-radius: 100%;
    margin-right: 36px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

header .menu.not-logged2 a:last-child {
    margin-right: 0;
}

header .menu.logged {
    text-align: right;
    font-size: 26px;
    position: relative;
}

header .menu.logged a {
    color: #fff;
    margin-right: 36px;
    min-height: 40px;
    display: inline-block;
    vertical-align: middle;
}


/*header .menu.logged a.info:before {
  content: '\f128';
  font-size: 17px;
  color: #fff;
  width: 29px;
  height: 29px;
  background: #00a09a;
  display: inline-flex;
  place-items: center;
  place-content: center;
  border-radius: 100%;
  margin-right: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

header .menu.logged a.info:after {
  content: '';
  font-size: 17px;
  color: #fff;
  width: 1px;
  height: 40px;
  background: #fff;
  display: inline-flex;
  vertical-align: middle;
  border-radius: 100%;
  margin-left: 36px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}*/

header .menu.logged a.button {
    font-size: 26px;
    font-weight: normal;
    padding: 6px 18px;
    border-radius: 10px;
    margin: 0;
}

header .menu.logged a:last-child {
    margin-right: 0;
}

header .menu.logged .menu-floating {
    position: absolute;
    background: #fff;
    right: 0;
    border: 1px solid #666666;
    border-radius: 10px;
    min-width: 350px;
    display: none;
    z-index: 9;
    overflow: hidden;
}

header .menu.logged .menu-floating a {
    color: #666666;
    display: block;
    text-align: center;
    margin: 0;
}

header .menu.logged .menu-floating a:hover {
    background: #9f1c62;
    color: #fff;
}

.hero {
    position: relative;
}

.hero.profile-hero img {
    height: 540px;
}

.hero img {
    display: block;
    margin: 0;
    object-fit: cover;
    width: 100%;
    height: 690px;
}

.hero.rubrikseite .overlay .overlay-text {
    margin-top: 121px;
}

.hero.rubrikseite .overlay .overlay-text h1 {
    font-size: 68px;
}

.hero.rubrikseite .overlay .overlay-text h2 {
    margin: 0;
    margin-bottom: 90px;
    font-size: 44px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 61.24px;
}

.hero.rubrikseite .overlay .overlay-text .select-tabs {
    width: auto;
    max-width: 1111px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    border: none;
    background: transparent;
}

.hero.rubrikseite .overlay .overlay-text .select-tabs::after {
    content: '';
    display: table;
    clear: both;
}

.hero.rubrikseite .overlay .overlay-text .select-tabs ul {
    border: none;
    padding: 0;
    background: transparent;
    float: left;
    width: 100%;
}

.hero.rubrikseite .overlay .overlay-text .select-tabs ul li a.active {
    background: rgb(159, 28, 98);
}

.hero.rubrikseite .overlay .overlay-text .select-tabs ul li {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    list-style: none;
    float: left;
}

.hero.rubrikseite .overlay .overlay-text .select-tabs ul li.ui-state-active a {
    background: #9f1c62;
}

.hero.rubrikseite .overlay .overlay-text .select-tabs ul li a {
    font-size: 26px;
    background: rgba(159, 28, 98, 0.5);
    color: #fff;
    text-align: center;
    padding: 15px;
    border: none;
    min-width: 290px;
}

.hero.rubrikseite .overlay .overlay-text .select-tabs .ui-widget-content {
    background: transparent;
    padding: 0;
}

.hero.rubrikseite .overlay .overlay-text .select-tabs .ui-tabs .ui-tabs-nav li {
    padding: 0;
    margin: 0;
}

.hero.rubrikseite .overlay .overlay-text .select-tabs .select-wrapper {
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
}

.hero.rubrikseite .overlay .overlay-text .select-tabs .select-wrapper .col {
    max-width: 100%;
    width: 100%;
}

.hero.rubrikseite .overlay .overlay-text .select-tabs .select-wrapper .col:last-child {
    max-width: 200px;
    min-width: 10px;
}

.hero.rubrikseite .overlay .overlay-text .select-tabs .select-wrapper .col .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 10px 30px;
    font-weight: normal;
    border-radius: 5px;
}

.hero.rubrikseite .overlay .overlay-text .select-tabs .select-wrapper .button {
    height: 100%;
}

.hero.rubrikseite .overlay .overlay-text .select-wrapper {
    max-width: 821px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.hero.rubrikseite .overlay .overlay-text .select-wrapper .col {
    flex-grow: 1;
    max-width: 320px;
}

.hero.rubrikseite .overlay .overlay-text .select-wrapper .col:last-child {
    flex-grow: 0;
}

.hero.rubrikseite .overlay .overlay-text .select-wrapper .col .title {
    font-size: 26px;
    background: #9f1c62;
    color: #fff;
    text-align: center;
    padding: 15px;
}

.hero.rubrikseite .overlay .overlay-text .select-wrapper .col .select2-container--default .select2-selection--single {
    border: none;
}

.hero.rubrikseite .overlay .overlay-text .select-wrapper .col .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 10px 30px;
    border-radius: 5px;
}

.hero.rubrikseite .overlay .overlay-text .select-wrapper .col .select2-container--default .select2-selection--single .select2-selection__arrow::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107";
    display: block;
    color: #666666;
    font-size: 16px;
    transition: all 0.2s linear;
}

.hero.rubrikseite .overlay .overlay-text .select-wrapper .col .select2-container .select2-selection--single .select2-selection__rendered:before {
    content: '\f00a';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 14px;
    font-size: 20px;
    vertical-align: 0px;
}

.hero.rubrikseite .overlay .overlay-text .select-wrapper .col .input-container.grey-select .select2-container--default .select2-selection--single {
    background-color: #efefef;
}

.hero.rubrikseite .overlay .overlay-text .select-wrapper .col .input-container.grey-select .select2-container .select2-selection--single .select2-selection__rendered:before {
    content: '\f3c5';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 14px;
    font-size: 20px;
    vertical-align: 0px;
}

.hero.rubrikseite .overlay .overlay-text .select-wrapper .col .input-container.clock .select2-container .select2-selection--single .select2-selection__rendered:before {
    content: '\f017';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 14px;
    font-size: 20px;
    vertical-align: 0px;
}

.hero.rubrikseite .overlay .overlay-text .select-wrapper .col span {
    font-size: 16px;
    line-height: initial;
    text-align: left;
    color: #666666;
}

.hero.rubrikseite .overlay .overlay-text .select-wrapper .col .button {
    font-size: 1em;
    letter-spacing: 0.05em;
    border-radius: 0px 7px 7px 0px;
    font-weight: 600;
    padding: 15px;
}

.hero .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.hero .overlay .overlay-text {
    text-align: center;
    color: #fff;
    margin-top: 127px;
}

.hero .overlay .overlay-text h1 {
    margin: 0;
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 49.44px;
    letter-spacing: 0.016em;
}

.hero .overlay .overlay-text h2 {
    margin: 0;
    font-size: 42px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 48.18px;
    letter-spacing: 0.006em;
    color: #fff;
}

.hero .overlay .overlay-text span {
    margin: 0;
    font-size: 28px;
    font-weight: bold;
    line-height: 60.28px;
    letter-spacing: 0.005em;
}

.rubrikseite-main {
    max-width: 1400px;
    margin: 0 auto;
    margin-top: -194px;
    position: relative;
    z-index: 9;
    background: #fff;
    padding: 40px;
    padding-top: 30px;
    margin-bottom: 10px;
}

.section1 {
    max-width: 1400px;
    margin: 0 auto;
    /*margin-top: -194px;*/
    position: relative;
    z-index: 9;
    background: #fff;
    padding: 40px;
    margin-bottom: 10px;
    min-height: 500px;
}

.section1 .row .col {
    margin-right: 19px;
    width: calc(100% / 4);
}

.section1 .row .col:last-child {
    margin-right: 0;
}

.section1 .row .col .image {
    position: relative;
}

.section1 .row .col .image>img {
    display: block;
    width: auto;
    max-width: 100%;
    margin-bottom: 30px;
    box-shadow: 0px 5px 9.5px 0.5px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
}

.section1 .row .col .image .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section1 .row .col .image .overlay .text {
    text-align: center;
    color: #fff;
}

.section1 .row .col .image .overlay .text img {
    display: inline-block;
    margin: 0;
}

.section1 .row .col .image .overlay .text .title {
    font-size: 1em;
    color: #fff;
    line-height: 60px;
    font-weight: bold;
}

.section1 .row .col .image .overlay .text span {
    font-size: 15px;
    line-height: 60px;
}

.section1 .row .col ul {
    margin: 0;
    padding: 0;
}

.section1 .row .col ul li {
    margin-bottom: 25px;
    font-size: 15px;
    color: #666666;
    list-style-type: none;
    position: relative;
    padding-left: 22px;
}

.section1 .row .col ul li:after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 7px;
    background: #9f1c62;
}

.section1 .row .col ul li:last-child {
    margin-bottom: 0;
}

.section2 {
    margin-bottom: 40px;
}

.section2 .title {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}

.section2 .title h2 {
    margin: 0;
    font-size: 40px;
    color: #666666;
    line-height: 60px;
    font-weight: 600;
    margin-right: 20px;
}

.section2 .title .buttons {
    flex-grow: 1;
    text-align: right;
}

.section2 .title .buttons .button:first-child {
    margin-right: calc(10px - 4px);
}

.section2 .subtitle {
    font-size: 26px;
    color: #666666;
    line-height: 60px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.section2 p {
    margin: 0;
    font-size: 16px;
    color: #666666;
    line-height: 26px;
}

.section3 {
    margin-bottom: 30px;
}

.section3.rubrikseite {
    max-width: 1400px;
    margin: 0 auto;
    margin-top: -194px;
    position: relative;
    z-index: 9;
    background: #fff;
    padding: 40px;
    padding-top: 30px;
    margin-bottom: 10px;
}

.section3.rubrikseite .row .deal .context .left .city {
    margin-bottom: 15px;
}

.section3.rubrikseite .row .deal .context .left .city:before {
    margin-right: 10px;
}

.section3.rubrikseite .row .deal .context .left .date {
    margin-bottom: 15px;
}

.section3.rubrikseite .row .deal .context .left .date:before {
    margin-right: 10px;
}

.section3.rubrikseite .row .deal .context .left .people {
    font-size: 15px;
    margin-bottom: 15px;
    color: #666666;
}

.section3.rubrikseite .row .deal .context .left .people:before {
    content: '\f007';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #00a09a;
    margin-right: 10px;
    font-size: 16px;
}

.section3 .title {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
}

.section3 .title h2 {
    margin: 0;
    font-size: 40px;
    color: #666666;
    line-height: 60px;
    font-weight: 600;
    margin-right: 20px;
}

.section3 .title .buttons {
    flex-grow: 1;
    text-align: right;
}

.section3 .title .buttons .input-container {
    width: 150px;
    display: inline-block;
    text-align: left;
}

.section3 .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.section3 .row .deal {
    width: calc((100%/3) - (2 * 50px)/3);
    margin-bottom: 30px;
    margin-right: 50px;
}

.section3 .row .deal:nth-child(3n) {
    margin-right: 0;
}

.section3 .row .deal .image {
    position: relative;
}

.section3 .row .deal .image>img {
    display: block;
    width: 100%;
}

.section3 .row .deal .image .overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
}

.section3 .row .deal .image .overlay .tags {
    flex-grow: 1;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 30px 30px;
}

.section3 .row .deal .image .overlay .tags .tag {
    color: #fff;
    background: rgba(169, 169, 169, 0.6);
    padding: 7px 10px;
}

.section3 .row .deal .image .overlay .tags .heart {
    color: #fff;
    font-size: 30px;
    vertical-align: middle;
}

.section3 .row .deal .image .overlay .content {
    display: flex;
    height: 57px;
    padding-top: 7px;
    padding-bottom: 9px;
    align-items: flex-end;
    justify-content: space-between;
    background: rgba(169, 169, 169, 0.6);
}

.section3 .row .deal .image .overlay .content .text {
    font-size: 15px;
    color: #fff;
    align-self: center;
    padding: 0 0 0 30px;
}

.section3 .row .deal .image .overlay .content .profile {
    margin-right: 9px;
}

.section3 .row .deal .image .overlay .content .profile img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
}

.section3 .row .deal .context {
    display: flex;
    border: 1px solid #a9a9a9;
    border-top: none;
}

.section3 .row .deal .context .right {
    padding-left: 28px;
    border-right: 1px solid #a9a9a9;
}

.section3 .row .deal .context .right .social {
    padding-top: 9px;
    margin-left: 40px;
    margin-bottom: 30px;
}

.section3 .row .deal .context .right .social a {
    color: #666666;
}

.section3 .row .deal .context .right .social a i {
    margin-right: 7px;
}

.section3 .row .deal .context .right .tool {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.section3 .row .deal .context .right .tool .icon {
    margin-right: 10px;
}

.section3 .row .deal .context .right .tool .icon img {
    display: block;
    margin: 0;
}

.section3 .row .deal .context .right .tool .text {
    color: #666666;
    font-size: 15px;
    padding-right: 15px;
}

.section3 .row .deal .context .right .tool .text>span {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4px;
}

.section3 .row .deal .context .right .tool .text>span:last-child {
    margin-bottom: 0;
}

.section3 .row .deal .context .right .tool .text>span .extra {
    border: 1px solid #00a09a;
    width: 24px;
    height: 24px;
    margin-left: 5px;
    text-align: center;
    border-radius: 100%;
    display: inline-block;
    color: #00a09a;
    font-size: 13px;
    vertical-align: middle;
    min-width: 24px;
}

.section3 .row .deal .context .left {
    padding-left: 15px;
    padding-top: 9px;
    display: flex;
    flex-direction: column;
}

.section3 .row .deal .context .left .stars {
    flex-grow: 1;
    font-size: 12px;
    color: #666666;
}

.section3 .row .deal .context .left .stars .selected {
    color: #00a09a;
}

.section3 .row .deal .context .left .city {
    margin-bottom: 30px;
    font-size: 15px;
    color: #666666;
}

.section3 .row .deal .context .left .city:before {
    content: '\f3c5';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #00a09a;
    margin-right: 16px;
    font-size: 16px;
}

.section3 .row .deal .context .left .date {
    margin-bottom: 30px;
    font-size: 15px;
    color: #666666;
}

.section3 .row .deal .context .left .date:before {
    content: '\f073';
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    color: #00a09a;
    margin-right: 16px;
    font-size: 16px;
}

.section4 {
    margin-bottom: 60px;
}

.section4 img {
    display: block;
    width: 100%;
}

.section5 {
    background: white;
    padding: 60px 0;
}

.section5 h2 {
    text-align: center;
    font-size: 40px;
    line-height: 40px;
    color: #666666;
    margin-bottom: 60px;
}

.section5 .row {
    display: flex;
    flex-direction: row;
}

.section5 .row .col {
    width: calc(100%/4);
    padding: 0 10px;
    text-align: center;
}

.section5 .row .col:first-child {
    padding-left: 0;
}

.section5 .row .col:last-child {
    padding-right: 0;
}

.section5 .row .col img {
    display: block;
    margin: 0 auto;
    margin-bottom: 25px;
}

.section5 .row .col .title {
    font-size: 26px;
    font-weight: 600;
    color: #666666;
    margin-bottom: 20px;
}

.section5 .row .col .text {
    font-size: 15px;
    color: #666666;
    line-height: 26px;
}

.section5 .gallery {
    padding: 0 70px;
    margin: 0 auto;
}

.section5 .gallery .item img {
    width: auto;
    display: block;
    margin: 0 auto;
}

.section5 .gallery .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

.section5 .gallery .owl-nav .owl-next {
    float: right;
}

.section5 .gallery .owl-nav .owl-next:hover {
    background: transparent;
}

.section5 .gallery .owl-nav .owl-next:hover:after {
    color: #00a09a;
}

.section5 .gallery .owl-nav .owl-next:after {
    content: '\f054';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #666666;
    font-size: 30px;
}

.section5 .gallery .owl-nav .owl-next span {
    display: none;
}

.section5 .gallery .owl-nav .owl-prev {
    float: left;
}

.section5 .gallery .owl-nav .owl-prev:hover {
    background: transparent;
}

.section5 .gallery .owl-nav .owl-prev:hover:after {
    color: #00a09a;
}

.section5 .gallery .owl-nav .owl-prev:after {
    content: '\f053';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #666666;
    font-size: 30px;
}

.section5 .gallery .owl-nav .owl-prev span {
    display: none;
}

.section5 .gallery .owl-nav:after {
    content: '';
    display: table;
    clear: both;
}

.section6 {
    background: #fff;
    padding: 60px 0;
}

.section6 .text {
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 140px;
}

.section6 .text .first {
    font-size: 26px;
    font-weight: 600;
    margin-right: 50px;
}

.section6 .text .second {
    font-size: 26px;
    font-weight: 600;
    margin-right: 19px;
}

.section6 .text .third {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    background: #00a09a;
    padding: 10px;
}

.section6 .text .third i {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.section7 {
    background: #efefef;
    padding: 60px 0;
}

.section7 h2 {
    text-align: center;
    font-size: 40px;
    color: #666666;
    margin-bottom: 60px;
}

.section7 .gallery {
    padding: 0 70px;
    margin: 0 auto;
    /*max-width: 750px;*/
}

.section7 .gallery .item img {
    width: auto;
    display: block;
    margin: 0 auto;
}

.section7 .owl-carousel .owl-item img {
    max-width: 230px;
    margin: auto;
}

.section7 .owl-carousel .owl-item .re-logo {
    /* max-width: 300px; */
    margin-top: 31%;
}

@media screen and (max-width: 720px) {
    .section7 .owl-carousel .owl-item img {
        max-width: 216px;
        margin: auto;
    }

    .section7 .owl-carousel .owl-item .re-logo {
        max-width: 216px;
        margin-top: 25%;
    }
}

@media screen and (max-width: 720px) {
    .section7 .owl-carousel .owl-item img {
        max-width: 120px;
        margin: auto;
    }

    .section7 .owl-carousel .owl-item .re-logo {
        max-width: 120px;
        margin-top: 39%;
    }
}

.section7 .gallery .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: -1;
}

.section7 .gallery .owl-nav .owl-next {
    float: right;
}

.section7 .gallery .owl-nav .owl-next:hover {
    background: transparent;
}

.section7 .gallery .owl-nav .owl-next:hover:after {
    color: #00a09a;
}

.section7 .gallery .owl-nav .owl-next:after {
    content: '\f054';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #666666;
    font-size: 30px;
}

.section7 .gallery .owl-nav .owl-next span {
    display: none;
}

.section7 .gallery .owl-nav .owl-prev {
    float: left;
}

.section7 .gallery .owl-nav .owl-prev:hover {
    background: transparent;
}

.section7 .gallery .owl-nav .owl-prev:hover:after {
    color: #00a09a;
}

.section7 .gallery .owl-nav .owl-prev:after {
    content: '\f053';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #666666;
    font-size: 30px;
}

.section7 .gallery .owl-nav .owl-prev span {
    display: none;
}

.section7 .gallery .owl-nav:after {
    content: '';
    display: table;
    clear: both;
}

footer {
    background: #4f4f4f;
    padding: 60px 0;
}

footer .row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid #b4b4b4;
    padding-bottom: 30px;
}

footer .row .col .title {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
}

footer .row .col a {
    font-size: 1em;
    color: #fff;
    line-height: 30px;
    font-weight: normal;
    display: block;
}

footer .row .col .social a {
    font-size: 26px;
    display: inline-block;
    margin-right: 30px;
}

footer .row .col .social a:last-child {
    margin-right: 0;
}

.myaccounttext {
    margin: -25px 0px 50px calc(50% - 110px);
    font-size: 16px;
    color: #666666;
}

.account-input {
    padding-top: 108px;
}

.account-input .login-box {
    width: 100%;
    max-width: 567px;
    margin: 0 auto;
    margin-bottom: 200px;
}

.account-input .login-box.email {
    max-width: 604px;
}

.account-input .login-box.gray {
    max-width: 644px;
    background: #f4f4f4;
    border: 1px solid #8c8c8c;
    padding: 40px 80px;
}

.account-input .login-box.gray h1 {
    margin-bottom: calc(39px - 23px);
}

.account-input .login-box.choose {
    max-width: 754px;
}

.account-input .login-box.choose .img {
    margin-bottom: 0;
}

.account-input .login-box.choose .text {
    max-width: 576px;
    margin: 0 auto;
    margin-bottom: 78px;
}

.account-input .login-box.redeer {
    max-width: 870px;
}

.account-input .login-box.redeer .alp-reds {
    margin: 0;
    padding: 0;
    text-align: center;
}

.account-input .login-box.redeer .alp-reds input {
    border-radius: 20px;
    font-weight: normal;
    font-size: 16px;
    padding: 7px 10px;
    max-width: 200px;
    margin: 0 auto;
    display: inline-block;
}

.account-input .login-box.redeer .alp-reds2 {
    margin: 0;
    padding: 0;
}

.account-input .login-box.redeer .alp-reds2 input {
    border-radius: 20px;
    font-weight: normal;
    font-size: 16px;
    padding: 7px 10px;
    max-width: 200px;
    margin: 0 auto;
    display: inline-block;
    background-color: transparent;
    color: #666666;
    border: 1px solid #9e9e9e;
    min-width: 200px;
}

.account-input .login-box h1 {
    font-size: 28px;
    text-align: center;
    font-weight: 600;
    color: #666666;
    margin: 0;
    margin-bottom: 62px;
}

.account-input .login-box .input-container {
    margin-bottom: 21px;
}

.account-input .login-box .input-container input {
    width: 100%;
    border: 1px solid #666666;
    font-size: 1em;
    background: #fff;
    padding: 10px 30px;
    color: #666666;
    border-radius: 5px;
}

.account-input .login-box .input-container input::placeholder {
    color: #666666;
    opacity: 1;
}

.account-input .login-box .input-container .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 16px 30px 16px 30px;
    line-height: normal;
    color: #666666;
    font-weight: 600;
    border-radius: 0;
}

.account-input .login-box .input-container .select2-container--default .select2-selection--single {
    border-color: #666666;
}

.account-input .login-box .input-container .select2-container--default .select2-selection--single .select2-selection__arrow::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0d7";
    display: block;
    color: #666666;
    font-size: 36px;
    transition: all 0.2s linear;
}

.account-input .login-box .input-container.checkbox input {
    display: inline;
    width: auto;
    position: absolute;
    left: -9999px;
    appearance: none;
    opacity: 0;
}

.account-input .login-box .input-container.checkbox label {
    font-size: 14px;
    font-weight: 600;
    color: #666666;
    position: relative;
    padding-left: calc(19px + 14px);
    display: block;
}

.account-input .login-box .input-container.checkbox label a {
    color: #9f1c62;
}

.account-input .login-box .input-container.checkbox label:before {
    content: '\f0c8';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translatey(-50%);
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    transition: width 100ms ease-in-out;
    font-size: 22px;
    line-height: 0;
    color: #9f1c62;
    margin-right: 14px;
    cursor: pointer;
}

.account-input .login-box .input-container.checkbox input:checked+label:before {
    content: '\f14a';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #9f1c62;
}

.account-input .login-box .text {
    font-size: 19px;
    color: #666666;
    line-height: 32px;
}

.account-input .login-box .text.center {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    padding-top: 23px;
}

.account-input .login-box .text.gray {
    font-size: 19px;
    line-height: 32px;
    margin-bottom: 60px;
}

.account-input .login-box .email-title {
    font-size: 19px;
    color: #666666;
    line-height: 32px;
    text-align: center;
    margin-bottom: 46px;
}

.account-input .login-box .link {
    padding: 12px 40px;
    background-color: #fff;
    border: 1px solid #9e9e9e;
    text-align: center;
    margin: 0 auto;
    display: block;
    max-width: 289px;
    margin-bottom: 46px;
}

.account-input .login-box .link a {
    font-weight: 600;
    font-size: 22px;
    color: #00a09a;
}

.account-input .login-box .img {
    margin-bottom: 60px;
    text-align: center;
}

.account-input .login-box .img.factor {
    margin-bottom: 30px;
}

.account-input .login-box .img.register {
    margin-bottom: 0;
}

.account-input .login-box .action {
    padding-top: calc(72px - 21px);
    margin-bottom: 20px;
}

.account-input .login-box .action .button {
    font-size: 22px;
}

.account-input .login-box .action .button:nth-child(2n) {
    margin-top: 27px;
}

.account-input .login-box .action.register {
    padding-top: 0;
}

.account-input .login-box .recover {
    text-align: center;
    font-size: 12px;
}

.account-input .login-box .recover a {
    color: #9f1c62;
}

.recover-login {
    color: #9f1c62;
    font-size: 14px !important;
    text-align: center;
}

.account-input .login-box .recover.register {
    color: #666666;
    font-size: 16px;
}

.account-input .login-box .title {
    font-size: 28px;
    text-align: center;
    color: #9f1c62;
    font-weight: 600;
    margin-bottom: 60px;
}

.account-input .login-box .grey-box {
    border: 1px solid #9e9e9e;
    border-radius: 21px 21px 0 0;
    margin-bottom: 60px;
}

.account-input .login-box .grey-box .title {
    background: #9e9e9e;
    border-radius: 20px 20px 0 0;
    color: #fff;
    font-size: 19px;
    padding: 24px 0;
    margin: 0;
}

.account-input .login-box .grey-box .table .row {
    display: flex;
    font-size: 19px;
    color: #666666;
    border-bottom: 1px solid #9e9e9e;
}

.account-input .login-box .grey-box .table .row:last-child {
    border: 0;
}

.account-input .login-box .grey-box .table .row .cell {
    padding: 20px 21px;
}

.account-input .login-box .grey-box .table .row .cell:first-child {
    border-right: 1px solid #9e9e9e;
    flex-grow: 1;
}

.account-input .login-box .grey-box .table .row .cell:last-child {
    width: 101px;
    padding: 20px 0;
    text-align: center;
}

.account-input .login-box .grey-box .inner-container {
    padding: 40px 15px 0 15px;
    box-sizing: content-box;
    max-width: 574px;
    margin: 0 auto;
}

.account-input .login-box .grey-box .inner-container .input-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.account-input .login-box .grey-box .inner-container .input-container label {
    min-width: 175px;
    font-size: 19px;
    color: #666666;
}

.account-input .login-box .grey-box .inner-container .input-container label.required:after {
    content: '*';
    margin-left: 12px;
    color: red;
}

.account-input .login-box .grey-box .inner-container .input-container input {
    max-width: 390px;
}

.profile-detail .profile-header {
    padding-top: 40px;
}

.profile-detail .profile-header .row {
    display: flex;
    flex-direction: row;
}

.profile-detail .profile-header .row .img {
    width: 100%;
    max-width: 420px;
}

.profile-detail .profile-header .row .img .profile-img {
    max-width: 350px;
    max-height: 350px;
    border-radius: 100%;
    position: relative;
    transform: translateY(calc(-50% - 40px));
}

.profile-detail .profile-header .row .img .profile-img .status {
    width: 14%;
    height: 14%;
    border-radius: 100%;
    position: absolute;
    right: 5%;
    bottom: 10%;
}

.box .row .image .status {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    position: absolute;
    margin-left: 135px;
    margin-top: -29px;
}

.profile-detail .profile-header .row .img .profile-img .status.online {
    background: #00a09a;
}

.box .row .image .status.online {
    background: #00a09a;
}

.profile-detail .profile-header .row .img .profile-img img {
    width: 100%;
    border-radius: 100%;
    display: block;
}

.profile-detail .profile-header .row .title {
    width: 100%;
    max-width: 450px;
}

.profile-detail .profile-header .row .title .name {
    font-size: 39px;
    font-weight: 600;
    color: #666666;
    margin-bottom: 45px;
}

.profile-detail .profile-header .row .title ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.profile-detail .profile-header .row .title ul li {
    font-size: 22px;
    color: #666666;
    margin-bottom: 29px;
}

.profile-detail .profile-header .row .title ul li img {
    margin-right: 18px;
    display: inline-block;
    vertical-align: middle;
}

.profile-detail .profile-header .row .rating {
    text-align: right;
    flex-grow: 1;
    font-size: 30px;
    width: 100%;
    max-width: 450px;
}

.profile-detail .profile-header .row .rating .stars {
    margin-bottom: 40px;
}

.profile-detail .profile-header .row .rating .stars .fas {
    color: #00a09a;
}

.profile-detail .profile-header .row .rating .stars .fas.gray {
    color: #a9a9a9;
}

.profile-detail .reviews h2 {
    font-size: 29px;
    font-weight: bold;
    color: #666666;
}

.profile-detail .reviews h2 i {
    color: #00a09a;
    margin-right: 26px;
    font-size: 47px;
    vertical-align: middle;
}

.profile-detail .reviews .review-wrapper {
    background: #f5f5f5;
    border: 1px solid #cccccc;
    border-radius: 10px;
    padding: 60px 40px;
    margin-bottom: 45px;
}

.profile-detail .reviews .review-wrapper .review {
    padding: 40px 30px;
    margin-bottom: 12px;
    display: flex;
    flex-direction: row;
    background: #fff;
    border: 1px solid #666666;
    border-radius: 10px;
}

.profile-detail .reviews .review-wrapper .review:last-child {
    margin: 0;
}

.profile-detail .reviews .review-wrapper .review .image {
    margin-right: 26px;
    text-align: center;
    font-weight: 600;
    color: #666666;
}

.profile-detail .reviews .review-wrapper .review .image img {
    display: block;
    width: 80px;
    height: 80px;
    margin-bottom: 5px;
}

.profile-detail .reviews .review-wrapper .review .text .title {
    font-size: 26px;
    font-weight: 600;
    color: #666666;
    margin-bottom: 38px;
}

.profile-detail .reviews .review-wrapper .review .text .title img {
    vertical-align: middle;
    display: inline-block;
    margin-right: 20px;
}

.profile-detail .reviews .review-wrapper .review .text p {
    font-size: 20px;
    color: #666666;
    margin: 0;
}

.profile-detail .reviews .review-wrapper .review .rating-number {
    width: 100%;
    max-width: 110px;
    text-align: right;
}

.profile-detail .reviews .review-wrapper .review .rating-number .stars {
    font-size: 20px;
    margin-bottom: 10px;
    display: flex;
}

.profile-detail .reviews .review-wrapper .review .rating-number .stars .fas {
    color: #00a09a;
}

.profile-detail .reviews .review-wrapper .review .rating-number .stars .fas.gray {
    color: #a9a9a9;
}

.profile-detail .reviews .review-wrapper .review .rating-number .date {
    font-size: 16px;
    color: #666666;
}

.profile-detail .deals h2 {
    font-size: 29px;
    font-weight: bold;
    color: #666666;
}

.profile-detail .deals h2 img {
    margin-right: 26px;
    font-size: 47px;
    vertical-align: middle;
}

.profile-detail .deals .section3 {
    background: #f5f5f5;
    border: 1px solid #cccccc;
    border-radius: 10px;
    padding: 60px 40px;
    margin-bottom: 45px;
}

.profile-detail .deals .section3 .row .deal {
    width: calc((100%/3) - (2 * 10px)/3);
    margin-right: 10px;
    margin-bottom: 10px;
}

.profile-detail .deals .section3 .row .deal:nth-child(3n) {
    margin-right: 0;
}

.profile-detail .deals .section3 .row .deal .context .left {
    padding-left: 15px;
    padding-top: 9px;
    display: flex;
    flex-direction: column;
    min-width: 125px;
}

.profile-detail .deals .section3 .row .deal .context .left .stars {
    flex-grow: 1;
    font-size: 12px;
    color: #666666;
    max-height: 40px;
}

.profile-detail .deals .section3 .row .deal .context .left .stars .selected {
    color: #00a09a;
}

.profile-detail .deals .section3 .row .deal .context .left .city {
    margin-bottom: 16px;
    font-size: 15px;
    color: #666666;
}

.profile-detail .deals .section3 .row .deal .context .left .city:before {
    content: '\f3c5';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #00a09a;
    margin-right: 12px;
    font-size: 16px;
}

.profile-detail .deals .section3 .row .deal .context .left .person {
    margin-bottom: 16px;
    font-size: 15px;
    color: #666666;
}

.profile-detail .deals .section3 .row .deal .context .left .person:before {
    content: '\f007';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #00a09a;
    margin-right: 12px;
    font-size: 16px;
}

.profile-detail .deals .section3 .row .deal .context .left .date {
    margin-bottom: 30px;
    font-size: 15px;
    color: #666666;
}

.profile-detail .deals .section3 .row .deal .context .left .date:before {
    content: '\f073';
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    color: #00a09a;
    margin-right: 12px;
    font-size: 16px;
}

.filters {
    padding: 20px;
    min-width: 254px;
    padding-top: 20px;
    position: absolute;
    left: -254px;
    top: 194px;
    background: #fff;
}

.filters .filter-handle {
    display: none;
}

.filters .filter {
    border-bottom: 1px solid #666666;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.filters .filter.active .filter-content {
    display: block;
}

.filters .filter.active .title::after {
    transform: rotate(180deg);
}

.filters .filter.slide {
    border: none;
}

.filters .filter:hover .title {
    color: #9f1c62;
}

.filters .filter .title {
    font-size: 16px;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    margin-bottom: 0;
    color: #666666;
    cursor: pointer;
}

.filters .filter .title:after {
    content: '\f078';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transition: all 0.2s ease-in-out;
}

.filters .filter .filter-content {
    display: none;
    padding-top: 20px;
}

.filters .filter .filter-content .input-container {
    margin-bottom: 12px;
}

.filters .filter .filter-content .input-container input {
    display: inline;
    width: auto;
    position: absolute;
    left: -9999px;
    appearance: none;
    opacity: 0;
}

.filters .filter .filter-content .input-container label {
    font-size: 16px;
    font-weight: 600;
    color: #8c9093;
    position: relative;
    padding-left: calc(19px + 14px);
    display: block;
}

.filters .filter .filter-content .input-container label a {
    color: #9f1c62;
}

.filters .filter .filter-content .input-container label:before {
    content: '\f0c8';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translatey(-50%);
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    transition: width 100ms ease-in-out;
    font-size: 1em;
    line-height: 0;
    color: #666666;
    margin-right: 14px;
    cursor: pointer;
}

.filters .filter .filter-content .input-container input:checked+label {
    color: #666666;
}

.filters .filter .filter-content .input-container input:checked+label:before {
    content: '\f14a';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #666666;
}

.filters .filter .slider label {
    display: block;
    font-size: 16px;
    color: #666666;
    margin-bottom: 13px;
    display: flex;
    justify-content: space-between;
}

.filters .filter .slider .slider-input {
    width: 100%;
}

.boxes {
    display: flex;
    flex-direction: row;
}

.boxes .box {
    border: 2px solid #cccccc;
    transition: all 0.1s linear;
    width: 50%;
    border-radius: 5px;
    padding: 30px;
    margin-right: 30px;
}

.boxes .box:hover {
    border-color: #666666;
}

.boxes .box:last-child {
    margin: 0;
}

.boxes .box .title {
    font-size: 22px;
    color: #9f1c62;
    text-align: center;
    margin-bottom: 28px;
}

.boxes .box img {
    display: block;
    margin: 0 auto;
    margin-bottom: 24px;
}

.boxes .box .price {
    font-size: 40px;
    font-weight: 600;
    color: #9f1c62;
    text-align: center;
    margin-bottom: 26px;
}

.boxes .box .ok {
    font-size: 40px;
    color: #9f1c62;
    text-align: center;
    margin-bottom: 33px;
}

.boxes .box .subtitle {
    font-size: 19px;
    font-weight: 600;
    color: #666666;
    margin-bottom: 31px;
    text-align: center;
}

.boxes .box .list {
    flex-direction: column;
    padding-left: 15%;
}

.boxes .box .list .line span {
    color: #9f1c62;
}

.payments .payment {
    padding: 20px;
    position: relative;
    border-bottom: 2px solid #e9e9e9;
}

.payments .payment.active {
    background-color: #f9f9f9;
}

.payments .payment.active .wrapper .text .content {
    display: block;
}

.payments .payment .wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.payments .payment .wrapper .logo {
    margin-right: 20px;
    min-width: 100px;
}

.payments .payment .wrapper .logo img {
    display: block;
    margin-top: 5px;
    width: auto;
    max-width: 100%;
}

.payments .payment .wrapper .text {
    flex-grow: 1;
}

.payments .payment .wrapper .text .heading {
    font-weight: bold;
    color: #000;
    font-size: 16px;
}

.payments .payment .wrapper .text .content {
    display: none;
    padding-top: 25px;
}

.payments .payment .wrapper .text .description {
    font-size: 16px;
    font-weight: normal;
    color: #333;
    line-height: initial;
    margin-bottom: 10px;
}

.payments .payment .wrapper .text .button {
    font-size: 16px;
    padding: 10px;
    line-height: initial;
    background: #0071b7;
}

.profile-menu {
    background: rgba(163, 159, 158, 0.5);
    padding: 64px 0 20px 0;
    margin-bottom: 60px;
}

.profile-menu .inner-menu {
    display: flex;
    flex-direction: row;
}

.profile-menu .inner-menu .button {
    margin-right: 5px;
    /* font-size: 24px; */
}

.profile-menu .inner-menu .button:last-child {
    margin-right: 0;
}

.profile-menu .inner-menu .button.purple {
    background: rgba(159, 28, 98, 0.4);
    border: rgba(159, 28, 98, 0.4);
}

.profile-menu .inner-menu .button.active {
    background: #9f1c62;
    border: #9f1c62;
}

.profile-menu .inner-menu .button:hover {
    background: #9f1c62;
}

.dashboard-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background: #f5f5f5;
    border: 1px solid #cccccc;
    border-radius: 10px;
    padding: 50px 40px 40px;
    margin-bottom: 20px;
}

.dashboard-box.first {
    display: block;
}

.dashboard-box.first form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.dashboard-box .title {
    width: 100%;
    text-align: center;
    font-size: 26px;
    color: #666666;
    margin-bottom: 46px;
    font-weight: bold;
}

.dashboard-box .profile-image {
    text-align: center;
    max-width: 228px;
    width: 100%;
}

.dashboard-box .profile-image .img {
    padding: 23px;
    background: #fff;
    border: 1px solid #666666;
    border-radius: 3px;
    margin-bottom: 20px;
}

.dashboard-box .profile-image .img img {
    display: block;
    width: auto;
    max-width: 180px;
    border-radius: 100%;
}

.dashboard-box .profile-image a {
    text-align: center;
    /*color: #9f1c62;
    font-size: 20px;
    text-decoration: underline;*/
}

.dashboard-box .input-box {
    flex-grow: 1;
}

.dashboard-box .input-box .row {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 21px;
}

.dashboard-box .input-box .row:last-child {
    margin: 0;
}

.dashboard-box .input-box .row .label {
    max-width: 280px;
    width: 100%;
    text-align: right;
    padding-right: 31px;
    font-size: 20px;
    color: #666666;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-height: 48px;
}

.dashboard-box .input-box .row .input-container {
    width: 100%;
    flex-grow: 1;
}

.dashboard-box .input-box .row.file-upload .input-container {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.dashboard-box .input-box .row.file-upload .input-container .image-uploader {
    max-width: 200px;
    position: relative;
    background-color: #fff;
    border: 1px solid #9f1c62;
    text-align: center;
    border-radius: 20px;
    font-size: 16px;
    color: #9f1c62;
    padding: 13px;
    width: 100%;
    margin-right: 20px;
}

.dashboard-box .input-box .row.file-upload .input-container .image-uploader input {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.dashboard-box .input-box .row.file-upload .images {
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.dashboard-box .input-box .row.file-upload .images img {
    display: block;
    max-width: 64px;
    margin-right: 5px;
    margin-bottom: 1px;
}

.dashboard-box .input-box .row.file-upload .images img:last-child {
    margin: 0;
}

.dashboard-box .input-box .input-container input {
    width: 100%;
    border: 1px solid #666666;
    font-size: 1em;
    background: #fff;
    padding: 16px 30px;
    color: #666666;
}

.dashboard-box .input-box .input-container input::placeholder {
    color: #666666;
    opacity: 1;
}

.dashboard-box .input-box .input-container .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 16px 30px 16px 30px;
    line-height: normal;
    color: #666666;
    font-weight: 600;
    border-radius: 0;
}

.dashboard-box .input-box .input-container .select2-container--default .select2-selection--single {
    border-color: #666666;
}

.dashboard-box .input-box .input-container .select2-container--default .select2-selection--single .select2-selection__arrow::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0d7";
    display: block;
    color: #666666;
    font-size: 36px;
    transition: all 0.2s linear;
}

.dashboard-box .input-box .input-container .button {
    max-width: 300px;
    /* font-size: 24px; */
    margin-bottom: 20px;
    border-radius: 10px;
}

.dashboard-box .input-box .input-container .text {
    font-size: 1em;
    color: #666666;
}

.dashboard-box .input-box .input-container .text a {
    color: #9f1c62;
}

span.text {
    color: #666666;
    font-size: 1em;
}

.inseratansicht {
    padding-top: 84px;
}

.inseratansicht .compound-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.inseratansicht .compound-title .title {
    font-size: 30px;
    color: #666666;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.inseratansicht .compound-title .title img {
    margin-right: 17px;
}

.inseratansicht .compound-title .list {
    display: flex;
    font-size: 30px;
    color: #666666;
}

.inseratansicht .compound-title .list .tool {
    display: flex;
    align-items: center;
    margin-right: 39px;
}

.inseratansicht .compound-title .list .tool:last-child {
    margin: 0;
}

.inseratansicht .compound-title .list .tool .icon {
    margin-right: 21px;
}

.inseratansicht .compound-title .list .tool .icon img {
    display: block;
}

.inseratansicht .compound-title .list .tool .text {
    display: flex;
    align-items: center;
}

.inseratansicht .compound-title .list .tool .extra {
    border: 1px solid #00a09a;
    width: 30px;
    height: 30px;
    margin-left: 5px;
    text-align: center;
    border-radius: 100%;
    display: inline-block;
    color: #00a09a;
    font-size: 18px;
    vertical-align: middle;
    min-width: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: 13px;
}

.inseratansicht .gallery-thumb {
    position: relative;
}

.inseratansicht .gallery-thumb .owl-nav {
    margin: 0;
    height: 0;
}

.inseratansicht .gallery-thumb .owl-nav .owl-prev {
    position: absolute;
    left: 29px;
    top: 50%;
    transform: translatey(-50%);
    margin: 0;
    background: #fff;
    padding: 16px 18px !important;
    border-radius: 0;
}

.inseratansicht .gallery-thumb .owl-nav .owl-prev:hover {
    background: #fff;
}

.inseratansicht .gallery-thumb .owl-nav .owl-prev span {
    display: none;
}

.inseratansicht .gallery-thumb .owl-nav .owl-prev:after {
    content: '\f053';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 30px;
    color: #666666;
}

.inseratansicht .gallery-thumb .owl-nav .owl-next {
    position: absolute;
    right: 28px;
    top: 50%;
    transform: translatey(-50%);
    border-radius: 0;
    margin: 0;
    background: #fff;
    padding: 16px 18px !important;
}

.inseratansicht .gallery-thumb .owl-nav .owl-next:hover {
    background: #fff;
}

.inseratansicht .gallery-thumb .owl-nav .owl-next span {
    display: none;
}

.inseratansicht .gallery-thumb .owl-nav .owl-next:after {
    content: '\f054';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 30px;
    color: #666666;
}

.inseratansicht .owl-thumbs {
    display: flex;
    padding-top: 10px;
    margin-bottom: 41px;
}

.inseratansicht .owl-thumbs button {
    margin-right: 11px;
    border: none;
    background: none;
    padding: 0;
}

.inseratansicht .owl-thumbs button img {
    width: 100%;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.inseratansicht .owl-thumbs button:last-child {
    margin-right: 0;
}

.inseratansicht .content {
    margin-bottom: 40px;
}

.inseratansicht .content .title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 15px;
}

.inseratansicht .content .title h1 {
    font-size: 30px;
    color: #666666;
    font-weight: 600;
    margin: 0;
}

.inseratansicht .content .title .actions {
    display: flex;
    align-items: center;
}

.inseratansicht .content .title .actions a {
    margin-right: 31px;
    display: flex;
    align-items: center;
    color: #666666;
    font-size: 1em;
}

.inseratansicht .content .title .actions a:last-child {
    margin-right: 0;
}

.inseratansicht .content .title .actions a img {
    margin-right: 10px;
}

.inseratansicht .content .row {
    display: flex;
}

.inseratansicht .content .row .col {
    width: 66%;
    padding-right: 56px;
}

.inseratansicht .content .row .col:last-child {
    padding: 0;
    width: 51%;
}

.inseratansicht .content .row .col p {
    margin: 0;
    font-size: 1em;
    color: #666666;
    line-height: 32px;
    text-align: justify;
}

.inseratansicht .content .row .col .box {
    padding: 27px 26px 27px 31px;
    border-radius: 8px;
    border: 1px solid #cecece;
    box-shadow: 0px 0px 33px -5px rgba(0, 0, 0, 0.1);
}

.inseratansicht .content .row .col .box .row {
    margin-bottom: 32px;
}

.inseratansicht .content .row .col .box .image {
    margin: 11px 50px 0 20px;
    position: relative;
}

.inseratansicht .content .row .col .box .image img {
    max-width: 190px;
    border-radius: 100%;
    display: block;
    border: 1px solid #666666;
}

.inseratansicht .content .row .col .box .text .inner {
    display: flex;
    align-items: center;
    margin-bottom: 41px;
}

.inseratansicht .content .row .col .box .text .inner .name {
    margin-right: 20px;
    font-size: 26px;
    color: #666666;
    font-weight: bold;
}

.inseratansicht .content .row .col .box .text .inner .stars {
    font-size: 16px;
    color: #666666;
}

.inseratansicht .content .row .col .box .text .inner .stars i {
    margin-right: -4px;
}

.inseratansicht .content .row .col .box .text .inner .stars .active {
    color: #00a09a;
}

.inseratansicht .content .row .col .box .text ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.inseratansicht .content .row .col .box .text ul li {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
    font-size: 1em;
    color: #666666;
}

.inseratansicht .content .row .col .box .text ul li:last-child {
    margin: 0;
}

.inseratansicht .content .row .col .box .text ul li img {
    margin-right: 22px;
    width: 18px;
}

.inseratansicht .content .row .col .box .action {
    text-align: center;
}

.inseratansicht .content .row .col .box .action .button {
    max-width: 444px;
    width: 100%;
}

.inseratansicht .content .group {
    padding: 50px 63px 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 2px solid #666666;
}

.inseratansicht .content .group .item {
    display: flex;
    align-items: center;
    margin-right: 5%;
    font-size: 1em;
    margin-bottom: 50px;
    color: #666666;
}

.inseratansicht .content .group .item img {
    margin-right: 26px;
}

.inseratansicht .services {
    border-bottom: 2px solid #666666;
    margin-bottom: 40px;
}

.inseratansicht .services .title {
    font-size: 39px;
    font-weight: bold;
    margin-bottom: 40px;
}

.inseratansicht .services .title img {
    color: #00a09a;
    display: inline-block;
    margin-right: 23px;
    vertical-align: middle;
}

.inseratansicht .services .row {
    display: block;
}

.inseratansicht .services .row .service-list {
    display: inline-block;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.inseratansicht .services .row .service-list .title {
    width: 100%;
    font-size: 24px;
    font-weight: normal;
    color: #666666;
    margin-bottom: 20px;
}

.inseratansicht .services .row .service-list .service {
    margin-right: 10px;
    margin-bottom: 40px;
    font-size: 9px;
    color: #666666;
    text-align: center;
}

.inseratansicht .services .row .service-list .service img {
    display: block;
    width: auto;
    max-width: 100%;
    margin-bottom: 9px;
}

.inseratansicht .map {
    border-bottom: 2px solid #666666;
    margin-bottom: 40px;
    padding-bottom: 40px;
}

.inseratansicht .map .language-date {
    display: flex;
    padding-left: 72px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 41px;
}

.inseratansicht .map .language-date .language {
    font-size: 1em;
    color: #00a09a;
    font-weight: bold;
}

.inseratansicht .map .language-date .date {
    font-size: 1em;
    font-weight: normal;
    color: #666666;
}

.inseratansicht .map .title {
    font-size: 39px;
    font-weight: bold;
    margin-bottom: 40px;
}

.inseratansicht .map .title img {
    color: #00a09a;
    display: inline-block;
    margin-right: 23px;
    vertical-align: middle;
}

.inseratansicht .map .map {
    display: block;
    width: 100%;
}

.inseratansicht .recommendations .language-date {
    display: flex;
    padding-left: 72px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 41px;
}

.inseratansicht .recommendations .language-date .language {
    font-size: 16px;
    color: #00a09a;
    font-weight: bold;
}

.inseratansicht .recommendations .language-date .date {
    font-size: 26px;
    font-weight: normal;
    color: #666666;
}

.inseratansicht .recommendations .compound-title {
    margin-bottom: 62px;
}

.inseratansicht .recommendations .compound-title .title {
    font-size: 39px;
    font-weight: bold;
}

.inseratansicht .recommendations .compound-title .title i {
    color: #00a09a;
    font-size: 48px;
    margin-right: 23px;
}

.inseratansicht .recommendations .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.inseratansicht .recommendations .row .message {
    max-width: 540px;
    display: flex;
    margin-bottom: 60px;
}

.inseratansicht .recommendations .row .message .image {
    margin-right: 16px;
}

.inseratansicht .recommendations .row .message .image img {
    display: block;
    border-radius: 100%;
    max-width: 80px;
}

.inseratansicht .recommendations .row .text .inner {
    display: flex;
    align-items: center;
    margin-bottom: 22px;
}

.inseratansicht .recommendations .row .text .inner .name {
    font-size: 26px;
    font-weight: 600;
    color: #666666;
    margin-right: 27px;
}

.inseratansicht .recommendations .row .text .inner .stars {
    font-size: 14px;
    color: #666666;
}

.inseratansicht .recommendations .row .text .inner .stars i {
    margin-right: -4px;
}

.inseratansicht .recommendations .row .text .inner .stars .active {
    color: #00a09a;
}

.inseratansicht .recommendations .row .text .date {
    font-size: 16px;
    color: #666666;
    margin-bottom: 22px;
}

.inseratansicht .recommendations .row .text .message {
    font-size: 16px;
    color: #666666;
    line-height: 26px;
}

.inseratansicht .deals {
    background: #f5f5f5;
    padding: 60px 0;
}

.inseratansicht .deals.host-deals .section3.rubrikseite {
    padding: 0;
    margin: 0;
    background: transparent;
}

.inseratansicht .deals.host-deals .section3.rubrikseite .row .deal .image .overlay .content {
    margin: 0;
}

.inseratansicht .deals.host-deals .section3.rubrikseite .row .deal .context .left {
    min-width: 134px;
}

.inseratansicht .deals h2 {
    display: flex;
    align-items: center;
    font-size: 39px;
    color: #666666;
    font-weight: bold;
}

.inseratansicht .deals h2 img {
    margin-right: 22px;
}

.inseratansicht .deals .section3 .row .deal .context .left {
    padding: 15px;
    padding-top: 9px;
}

.inserat {
    padding-top: 40px;
    padding-bottom: 60px;
}

.inserat h1 {
    font-size-adjust: 39px;
    color: #666666;
    letter-spacing: 0.02em;
    margin: 0;
    margin-bottom: 40px;
}

.inserat .tabs {
    display: flex;
    margin-bottom: 30px;
}

.inserat .tabs .tab {
    margin-right: 5px;
    padding: 7px 15px;
    background: rgba(159, 28, 98, 0.4);
    border-radius: 5px;
    text-align: center;
    color: #fff;
    font-size: 1em;
    width: 100%;
}

.inserat .tabs .tab.active {
    background: #9f1c62;
}

.inserat .tabs .tab:hover {
    background: #9f1c62;
}

.inserat .form-tabs {
    display: flex;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #666666;
}

.inserat .form-tabs .tab {
    margin-right: 5px;
    min-width: 200px;
    text-align: center;
    padding: 7px 15px;
    background: rgba(102, 102, 102, 0.4);
    border-radius: 5px;
    color: #fff;
    font-size: 1em;
}

.inserat .form-tabs .tab.active {
    background: #666666;
}

.inserat .form-tabs .tab:hover {
    background: #666666;
}

.inserat .form-select {
    margin-top: 35px;
    display: flex;
    flex-wrap: wrap;
}

.inserat .form-select .button {
    margin-right: 10px;
    max-width: 200px;
}

.inserat .fullwidth {
    width: 100%;
}

.inserat .form-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 20px;
}

.inserat .form-wrapper .col {
    padding-right: calc(76px/2);
    width: 50%;
}

.inserat .form-wrapper .col.single:last-child {
    padding: 0;
    padding-right: calc(76px/2);
}

.inserat .form-wrapper .col:last-child {
    padding: 0;
    padding-left: calc(76px/2);
}

.inserat .input-container {
    min-height: 85px;
    width: 100%;
    flex: 1 1 45%;
    margin-bottom: 10px;
}

.inserat .input-container input {
    width: 100%;
    border: 1px solid #666666;
    font-size: 1em;
    background: #fff;
    border-radius: 5px;
    padding: 10px 30px;
    min-height: 43.5px;
    color: #666666;
}

.inserat .input-container input::placeholder {
    color: #666666;
    opacity: 1;
}

.inserat .input-container textarea {
    width: 100%;
    border: 1px solid #666666;
    font-size: 1em;
    background: #fff;
    padding: 16px 30px;
    border-radius: 5px;
    color: #666666;
    resize: none;
}

.inserat .input-container textarea::placeholder {
    color: #666666;
    opacity: 1;
}

.inserat .input-container .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 10px 30px;
    line-height: normal;
    color: #666666;
    font-weight: 600;
    border-radius: 5px;
}

.inserat .input-container .select2-container--default .select2-selection--single {
    border: 1px solid #666666;
    border-radius: 5px;
    background: #fff;
}

.inserat .input-container .select2-container--default .select2-selection--single .select2-selection__arrow::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0d7";
    display: block;
    color: #666666;
    font-size: 16px;
    transition: all 0.2s linear;
}

.inserat .input-container .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: auto;
    top: 50%;
    width: auto;
    right: 10px;
    transform: translate(0, -50%);
}

.inserat .input-container .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

/* Multiple select styling for inserat forms */
.inserat .input-container .select2-container--default.select2-container--focus .select2-selection--multiple,
.inserat .input-container .select2-container--default .select2-selection--multiple {
    padding: 7px 15px 10px;
    line-height: normal;
    color: #666666;
    font-weight: 600;
    border-radius: 5px;
    border: 1px solid #666666;
    background: #fff;
}

.inserat .input-container .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #666666;
    border-radius: 4px;
    padding: 2px 8px;
    margin: 2px 4px 2px 0;
}

.inserat .input-container .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #666666;
    margin-right: 5px;
    font-weight: bold;
}

.inserat .input-container .select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
    margin-top: 3px;
    margin-left: 3px;
    color: #666666;
}

.inserat .input-container label {
    font-size: 1em;
    color: #666666;
    margin-bottom: 12px;
    display: block;
}

.inserat .input-container .row {
    display: flex;
}

.inserat .input-container .row span:nth-child(2) input:last-child {
    border-left: 0;
}

.inserat .input-container .row .input {
    width: 100%;
    flex-grow: 1;
}

.inserat .input-container .row .input .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 18px 30px 17px 30px;
    line-height: normal;
    color: #666666;
    font-weight: 600;
    border-radius: 0;
}

.inserat .form-sliders {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #666666;
    margin-bottom: 40px;
}

.inserat .form-sliders .col {
    width: calc(100%/4);
    min-width: 250px;
}

.inserat .form-sliders .col .input-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.inserat .form-sliders .col .input-container label {
    display: block;
    width: 100%;
}

.inserat .form-sliders .col .input-container input {
    padding: 0;
    width: auto;
    max-width: 35px;
    text-align: center;
    margin-right: 20px;
    font-size: 24px;
    height: auto;
    min-height: unset;
    line-height: 24px;
}

.inserat .form-sliders .col .input-container .ui-slider-horizontal {
    height: 3px;
}

.inserat .form-sliders .col .input-container .ui-slider-horizontal .ui-slider-handle {
    top: 50%;
    margin-left: -.6em;
    transform: translatey(-50%);
}

.inserat .form-sliders .col .input-container .ui-state-default,
.inserat .form-sliders .col .input-container .ui-widget-content .ui-state-default {
    border-radius: 100%;
    width: 15px;
    height: 15px;
    background: #fff;
    border: 1px solid #666666;
}

.inserat .form-sliders .col .input-container .ui-widget.ui-widget-content {
    border: none;
    background: rgba(102, 102, 102, 0.4);
}

.inserat .form-sliders .col .input-container .a-range-slider {
    min-width: 140px;
}

.inserat .form-sliders .col .input-container .a-range-slider .ui-widget-header {
    background: #9f1c62;
}

.inserat .photo-upload {
    margin-bottom: 22px;
}

.inserat .photo-upload .title {
    font-size: 1em;
    color: #666666;
    margin-bottom: 12px;
}

.inserat .photo-upload .row {
    display: flex;
    flex-wrap: wrap;
}

.inserat .photo-upload .input-container {
    position: relative;
    max-width: 150px;
    width: 100%;
    border: 1px solid #666666;
    border-radius: 3px;
    margin-right: 11px;
    overflow: hidden;
}

.inserat .photo-upload .input-container .close {
    position: absolute;
    font-size: 16px;
    top: 5px;
    right: 5px;
    color: #fff;
    cursor: pointer;
    text-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    line-height: 10px;
}

.inserat .photo-upload .input-container img {
    width: 100%;
    object-fit: cover;
    max-height: 140px;
    display: block;
    height: 100%;
    object-position: center center;
}

.inserat .photo-upload .input-container input {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
}

.inserat .photo-upload .input-container .underlay {
    padding: 17px;
}

.inserat .photo-upload .input-container .underlay .fa-camera {
    display: block;
    font-size: 30px;
    text-align: center;
    margin-bottom: 16px;
}

.inserat .photo-upload .input-container .underlay .small {
    display: block;
    text-align: center;
    font-size: 10px;
    color: #b3b3b3;
    margin-bottom: 5px;
}

.inserat .photo-upload .input-container .underlay .normal {
    font-size: 16px;
    color: #666666;
    display: block;
    text-align: center;
    text-decoration: underline;
}

.inserat .container, .inseratansicht .container {
    padding-left: 25px;
    padding-right: 25px;
}

#myaccount .container {
    padding-left: 15px;
    padding-right: 15px;
}

#profileview .container {
    padding-left: 25px;
    padding-right: 25px;
} 

.favoriten .container-medium {
    border: 1px solid #9f1c62;
    padding: 60px 0;
    border-radius: 10px;
    margin-bottom: 60px;
}

.favoriten .container-medium .title h2 {
    display: block;
    width: 100%;
    text-align: center;
    font-size-adjust: 28px;
    margin-bottom: 40px;
    color: #9f1c62;
}

.meine-deals .title {
    font-size: 26px;
    text-align: center;
    color: #666666;
    font-weight: bold;
    margin-bottom: 40px;
}

.meine-deals .container-medium {
    background: #f5f5f5;
    border: 1px solid #cccccc;
    border-radius: 10px;
    padding: 50px;
    margin-bottom: 40px;
}

.meine-deals .container-medium .meine-deal {
    max-width: 1560px;
    margin: 0 auto;
    display: flex;
    border: 1px solid #9f1c62;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}

.meine-deals .container-medium .meine-deal .main {
    padding: 22px;
    background: #fff;
    flex-grow: 1;
    position: relative;
}

.meine-deals .container-medium .meine-deal .main .social {
    position: absolute;
    right: 0;
    top: 20px;
}

.meine-deals .container-medium .meine-deal .main .social a {
    color: #666666;
    margin-right: 34px;
    font-size: 22px;
}

.meine-deals .container-medium .meine-deal .main .social a i {
    margin-right: 7px;
}

.meine-deals .container-medium .meine-deal .main .row {
    display: flex;
}

.meine-deals .container-medium .meine-deal .main .row .image {
    max-width: 225px;
    margin-right: 20px;
}

.meine-deals .container-medium .meine-deal .main .row .image img {
    width: 100%;
}

.meine-deals .container-medium .meine-deal .main .row .context {
    flex-grow: 1;
}

.meine-deals .container-medium .meine-deal .main .row .context .tool {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.meine-deals .container-medium .meine-deal .main .row .context .tool .icon {
    margin-right: 35px;
}

.meine-deals .container-medium .meine-deal .main .row .context .tool .icon img {
    width: 50px;
}

.meine-deals .container-medium .meine-deal .main .row .context .tool .text {
    flex-grow: 1;
    max-width: 67%;
}

.meine-deals .container-medium .meine-deal .main .row .context .tool .text>span {
    display: block;
    font-size: 22px;
    color: #666666;
}

.meine-deals .container-medium .meine-deal .main .row .context .tool .text .title {
    display: inline-block;
    width: 87px;
    margin-right: 20px;
    font-weight: normal;
    margin-bottom: 0;
    font-size: 22px;
    text-align: left;
}

.meine-deals .container-medium .meine-deal .main .row .context .tool .text .extra {
    border: 1px solid #00a09a;
    width: 25px;
    height: 25px;
    margin-left: 5px;
    text-align: center;
    border-radius: 100%;
    display: inline-block;
    color: #00a09a;
    font-size: 13px;
    vertical-align: middle;
    min-width: 25px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: 13px;
}

.meine-deals .container-medium .meine-deal .main .info {
    padding-top: 11px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.meine-deals .container-medium .meine-deal .main .info .stars {
    min-width: calc(227px + 10px);
    font-size: 21px;
    color: #666666;
}

.meine-deals .container-medium .meine-deal .main .info .stars .selected {
    color: #00a09a;
}

.meine-deals .container-medium .meine-deal .main .info .person {
    font-size: 22px;
    color: #666666;
    margin-right: 28px;
}

.meine-deals .container-medium .meine-deal .main .info .person:before {
    content: '\f007';
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    color: #00a09a;
    margin-right: 16px;
    font-size: 22px;
}

.meine-deals .container-medium .meine-deal .main .info .city {
    font-size: 22px;
    color: #666666;
    margin-right: 28px;
}

.meine-deals .container-medium .meine-deal .main .info .city:before {
    content: '\f3c5';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #00a09a;
    margin-right: 16px;
    font-size: 22px;
}

.meine-deals .container-medium .meine-deal .main .info .date {
    font-size: 22px;
    color: #666666;
    margin-right: 28px;
}

.meine-deals .container-medium .meine-deal .main .info .date:before {
    content: '\f073';
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    color: #00a09a;
    margin-right: 16px;
    font-size: 22px;
}

.meine-deals .container-medium .meine-deal .action {
    background: #e6e6e6;
    padding: 40px 60px;
    max-width: 475px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.meine-deals .container-medium .meine-deal .action .button {
    border-radius: 0;
    margin-bottom: 20px;
    width: 100%;
}

.meine-deals .container-medium .meine-deal .action .button:last-child {
    margin: 0;
}

.meine-deals .container-medium .meine-deal .action .button.gray {
    border: 1px solid #ccc;
    font-size: 16px;
    padding: 10px 11px;
}

.meine-deals .activate {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    flex-wrap: wrap;
}

.meine-deals .activate span {
    margin-right: 47px;
    font-size: 22px;
    font-weight: 600;
    color: #666666;
}

.meine-deals .activate .button {
    max-width: 200px;
}

.messaging .container-medium {
    background: #f5f5f5;
    border: 1px solid #cccccc;
    border-radius: 10px;
    padding: 40px;
    display: flex;
}

.messaging .container-medium aside {
    max-width: 430px;
    margin-right: 63px;
    width: 100%;
}

.messaging .container-medium aside .select {
    margin-bottom: 40px;
}

.messaging .container-medium aside .input-container .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 10px 30px;
    line-height: normal;
    color: #666666;
    font-weight: normal;
    border-radius: 5px;
    font-size: 1em;
}

.messaging .container-medium aside .input-container .select2-container--default .select2-selection--single {
    border: 1px solid #666666;
    border-radius: 5px;
    background: #fff;
}

.messaging .container-medium aside .input-container .select2-container--default .select2-selection--single .select2-selection__arrow::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0d7";
    display: block;
    color: #666666;
    font-size: 36px;
    transition: all 0.2s linear;
}

.messaging .container-medium aside .input-container .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: auto;
    top: 50%;
    width: auto;
    right: 10px;
    transform: translate(0, -50%);
}

.messaging .container-medium aside .input-container .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.messaging .container-medium aside .exerpt {
    font-size: 1em;
    color: #666666;
}

.messaging .container-medium aside .exerpt a {
    color: #9f1c62;
}

.messaging .container-medium aside .message-list {
    border: 1px solid #666666;
    margin-bottom: 20px;
}

.messaging .container-medium aside .message-list .message {
    padding: 19px 30px;
    background: #fff;
    border-bottom: 1px solid #666666;
    display: flex;
    align-items: center;
}

.messaging .container-medium aside .message-list .message.active {
    background: #9f1c62;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
}

.messaging .container-medium aside .message-list .message.active .image {
    border: 2px solid #fff;
}

.messaging .container-medium aside .message-list .message.active .text .name {
    color: #fff;
}

.messaging .container-medium aside .message-list .message.active .text .subject {
    color: #fff;
}

.messaging .container-medium aside .message-list .message:hover {
    background: #9f1c62;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
}

.messaging .container-medium aside .message-list .message:hover .image {
    border: 2px solid #fff;
}

.messaging .container-medium aside .message-list .message:hover .text .name {
    color: #fff;
}

.messaging .container-medium aside .message-list .message:hover .text .subject {
    color: #fff;
}

.messaging .container-medium aside .message-list .message:last-child {
    border: 0;
}

.messaging .container-medium aside .message-list .message .image {
    margin-right: 16px;
    width: 84px;
    height: 84px;
    border-radius: 100%;
    border: 2px solid #9f1c62;
    position: relative;
    background: #9f1c62;
}

.messaging .container-medium aside .message-list .message .image img {
    display: block;
    width: 100%;
}

.messaging .container-medium aside .message-list .message .image .status {
    position: absolute;
    transform: translate(-3px, -3px);
    right: 0;
    bottom: 0;
    display: block;
    width: 15px;
    height: 15px;
    background: #666666;
    border-radius: 100%;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.messaging .container-medium aside .message-list .message .image .status.active {
    background: #009c36;
}

.messaging .container-medium aside .message-list .message .image .status.away {
    background: #ffa801;
}

.messaging .container-medium aside .message-list .message .image .status.dnd {
    background: #f53b57;
}

.messaging .container-medium aside .message-list .message .text {
    flex-grow: 1;
    max-width: calc(100% - 134px);
}

.messaging .container-medium aside .message-list .message .text .name {
    display: block;
    color: #666666;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 10px;
}

.messaging .container-medium aside .message-list .message .text .subject {
    font-size: 1em;
    color: #666666;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
}

.messaging .container-medium main {
    flex-grow: 1;
}

.messaging .container-medium main .text {
    font-size: 1em;
    color: #666666;
}

.messaging .container-medium main .text a {
    color: #9f1c62;
}

.messaging .container-medium main .text:after {
    content: "\f15c";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    color: #00a09a;
    margin-left: 13px;
}

.messaging .container-medium main .message-wrapper {
    background: #fff;
    border: 1px solid #666666;
    border-radius: 3px;
    margin-bottom: 20px;
}

.messaging .container-medium main .message-wrapper .date {
    font-size: 20px;
    color: #666666;
    text-align: center;
    margin-bottom: 40px;
}

.messaging .container-medium main .message-wrapper .message-box {
    border-bottom: 1px solid #666666;
    padding: 40px 37px;
}

.messaging .container-medium main .message-wrapper .message-box .message-container {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 30px;
}

.messaging .container-medium main .message-wrapper .message-box .message-container.message-received {
    padding-left: 70px;
    align-items: flex-start;
}

.messaging .container-medium main .message-wrapper .message-box .message-container.message-received .message {
    font-size: 16px;
    padding: 0 19px 19px;
    color: #fff;
    background: rgba(159, 28, 98, 0.4);
}

.messaging .container-medium main .message-wrapper .message-box .message-container.message-sent {
    align-items: flex-end;
}

.messaging .container-medium main .message-wrapper .message-box .message-container.message-sent .message {
    font-size: 16px;
    padding: 0 19px 19px;
    border: 1px solid #666666;
    color: #666666;
    background: #fff;
}

.messaging .container-medium main .message-wrapper .message-box .message-container .message {
    margin-bottom: 10px;
    white-space: pre-line;
}

.messaging .container-medium main .message-wrapper .message-box .message-container .image {
    position: absolute;
    left: 0;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #9f1c62;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.messaging .container-medium main .message-wrapper .message-box .message-container .image img {
    width: 100%;
    display: block;
    width: 50px;
    height: 50px;
    object-fit: cover;
    object-position: center center;
}

.messaging .container-medium main .message-wrapper .message-box .message-container .image .letter {
    font-size: 26px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    display: block;
}

.messaging .container-medium main .message-wrapper .message-action {
    padding: 40px 37px;
}

.messaging .container-medium main .message-wrapper .message-action .input-container {
    display: flex;
}

.messaging .container-medium main .message-wrapper .message-action .input-container .button {
    max-width: 200px;
    margin-left: 10px;
}

.messaging .container-medium main .message-wrapper .message-action .input-container input {
    flex-grow: 1;
    border-radius: 5px;
    border: 1px solid #666666;
    padding: 10px 30px;
    color: #666666;
    background: #fff;
}

.section3 .row .deal .context .right .tool .icon img {
    max-width: 40px;
}

#react-searchwidget {
    margin-top: 44px;
}

@media screen and (max-width: 1898px) {
    .filters {
        position: static;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .filters .filter {
        width: 15%;
        margin: 0px 20px 20px 20px;
        flex-grow: 1;
    }

    .container-long {
        padding: 0 15px;
    }
}

@media screen and (max-width: 1690px) {
    .favoriten {
        padding: 0 15px;
    }

    .meine-deals {
        padding: 0 15px;
    }

    .container-medium {
        padding: 0 15px;
    }

    .profile-menu .container-long .inner-menu {
        flex-wrap: wrap;
        justify-content: center;
    }

    .profile-menu .container-long .inner-menu .button {
        width: calc(100%/3 - 5px);
        margin-bottom: 5px;
        flex-grow: 1;
    }

    .profile-menu .container-long .inner-menu .button:nth-child(3n) {
        margin-right: 0;
        padding: 11px 10px;
    }

    .messaging {
        padding: 0 15px;
    }
}

@media screen and (max-width: 1420px) {
    .rubrikseite-main {
        max-width: unset;
        padding: unset;
        padding-top: 30px;
    }
}

@media screen and (max-width: 1370px) {
    .meine-deals .container-medium .meine-deal .main {
        padding-top: 50px;
    }

    .meine-deals .container-medium .meine-deal {
        flex-direction: column;
    }

    .meine-deals .container-medium .meine-deal .action {
        max-width: 100%;
    }

}

@media screen and (max-width: 1320px) {
    .account-input .container {
        padding: 0 15px;
    }

    .section1 .row {
        flex-wrap: wrap;
    }

    .section1 .row .col {
        width: calc((100% / 2) - (2*19px) / 2);
        margin-bottom: 20px;
    }

    .section1 .row .col .image {
        max-width: 316px;
        margin: 0 auto;
    }

    .section1 .row .col ul {
        max-width: 316px;
        margin: 0 auto;
    }

    .section2 .title {
        margin-bottom: 30px;
    }

    .section2 .title .buttons {
        text-align: left;
        padding-top: 20px;
    }

    .section3 .row {
        justify-content: space-between;
    }

    .section3 .row .deal {
        width: calc((100%/2) - (1 * 50px)/2);
        margin: 0;
        margin-bottom: 30px;
    }

    .profile-detail .deals .section3 .row {
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .profile-detail .deals .section3 .row .deal {
        width: calc((100%/2) - (1 * 10px)/2);
        margin-right: 0;
        margin-bottom: 10px;
    }

    .section5 .row {
        flex-wrap: wrap;
    }

    .section5 .row .col {
        width: calc(100%/2);
        margin-bottom: 30px;
    }

    .section5 .row .col:first-child {
        padding-left: 10px;
    }

    .section5 .row .col:last-child {
        padding-right: 10px;
    }

    .section6 .text {
        padding: 0;
    }

    .filters {
        position: static;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: center;
    }

    .filters .filter {
        width: 28%;
        margin: 0px 20px 20px 20px;
        flex-grow: 0;
    }

    .inserat .input-container .row {
        flex-direction: column;
    }

    .inserat .input-container .row input:first-child {
        margin-bottom: 10px;
    }

    .inserat .input-container .row input:last-child {
        border-left: 1px solid #666666;
    }
}

@media screen and (max-width: 1220px) {
    footer .row {
        flex-wrap: wrap;
    }

    footer .row .col:first-child {
        width: 100%;
        margin-bottom: 30px;
        text-align: center;
    }

    .profile-detail .profile-header .row {
        flex-wrap: wrap;
    }

    .profile-detail .profile-header .row .img {
        width: 100%;
        max-width: 100%;
        position: relative;
        height: 150px;
    }

    .profile-detail .profile-header .row .img .profile-img {
        margin: 0 auto;
        transform: translate(-50%, -50%);
        position: absolute;
        top: -50px;
        left: 50%;
    }

    .profile-detail .profile-header .row .title {
        flex-grow: 1;
        width: 50%;
        max-width: 100%;
        padding-left: 30px;
    }

    .profile-detail .profile-header .row .rating {
        flex-grow: 1;
        width: 50%;
        max-width: 100%;
        padding-right: 30px;
    }

    .inseratansicht .recommendations .row .message {
        flex-grow: 1;
        max-width: 100%;
    }

    .inserat .tabs {
        flex-wrap: wrap;
    }

    .inserat .tabs .tab {
        margin-bottom: 10px;
        flex-grow: 1;
    }

    .messaging .container-medium aside {
        max-width: 330px;
        margin-right: 23px;
        flex-grow: 1;
    }

    .messaging .container-medium aside .message-list .message .text .name {
        text-overflow: ellipsis;
        overflow: hidden;
        width: unset;
        white-space: nowrap;
    }

    .messaging .container-medium aside .message-list .message .text {
        width: 134px;
    }

    #react-searchwidget {
        margin-top: 0;
    }
}

@media screen and (max-width: 1050px) {
    .profile-menu .container-long .inner-menu .button {
        width: calc(50% - 5px);
    }

    .profile-menu .container-long .inner-menu .button:nth-child(2n) {
        margin-right: 0;
    }

    .profile-menu .container-long .inner-menu .button:nth-child(3n) {
        margin-right: 5px;
    }

    .profile-menu .container-long .inner-menu .button:last-child {
        margin-right: 0;
    }

    .profile-menu .inner-menu {
        flex-wrap: wrap;
        justify-content: center;
    }

    .profile-menu .inner-menu .button {
        width: calc(50% - 5px);
        margin-bottom: 5px;
        flex-grow: 1;
    }

    .profile-menu .inner-menu .button:nth-child(2n) {
        margin-right: 0;
    }

    .dashboard-box {
        flex-wrap: wrap;
    }

    .dashboard-box:first-child .profile-image {
        display: block;
    }

    .dashboard-box .profile-image {
        display: none;
        width: 100%;
        max-width: 100%;
        padding: 23px;
        border-radius: 3px;
        margin-bottom: 20px;
    }

    .dashboard-box .profile-image .img {
        background: none;
        border: none;
        padding: 0;
    }

    .dashboard-box .profile-image .img img {
        margin: 0 auto;
    }

    .inseratansicht .content .title {
        flex-direction: column;
    }

    .inseratansicht .content>.row {
        flex-direction: column;
    }

    .inseratansicht .content .row .col {
        width: 100%;
        flex-grow: 1;
        margin-bottom: 30px;
        padding: 0;
    }

    .inseratansicht .content .row .col:last-child {
        width: 100%;
    }

    .inseratansicht .content .group {
        padding: 0;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .inseratansicht .content .group .item {
        margin-right: 25px;
    }

    .inseratansicht .recommendations .language-date {
        padding: 0;
    }

    .vlabel-myaccount {
        left: calc(50% - 93px);
    }

    .myaccounttext {
        margin-left: unset;
    }
}

@media screen and (max-width: 1020px) {
    .section6 .text {
        flex-direction: column;
    }

    .section6 .text .first {
        text-align: center;
        margin-bottom: 20px;
        margin-right: 0;
    }

    .section6 .text .second {
        margin: 0;
        margin-bottom: 20px;
    }

    .filters {
        position: static;
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: center;
        padding: 0;
    }

    .filters .filter-handle {
        display: flex;
        width: 100%;
        font-size: 20px;
        color: #666666;
        justify-content: space-between;
        flex-direction: row;
        align-items: center;
        cursor: pointer;
        margin-bottom: 30px;
    }

    .filters .filter-handle:hover {
        color: #9f1c62;
    }

    .filters .filter-handle:after {
        content: '\f078';
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        transition: all 0.2s ease-in-out;
        font-size: 20px;
    }

    .filters .filter {
        width: 40%;
        margin: 0px 20px 20px 20px;
        flex-grow: 1;
        display: none;
    }

    .filters .filter.active-filter {
        display: block;
    }

    header .menu.not-logged2 a {
        margin-right: 25px;
    }

    .inseratansicht .compound-title {
        flex-direction: column;
    }

    .inseratansicht .compound-title .title {
        margin-bottom: 20px;
    }

    .inserat .form-wrapper {
        flex-direction: column;
    }

    .inserat .form-wrapper .col {
        width: 100%;
        padding: 0;
    }

    .inserat .form-wrapper .col.single:last-child {
        padding: 0;
    }

    .inserat .form-wrapper .col:last-child {
        padding: 0;
    }

    .messaging .container-medium {
        background: #f5f5f5;
        border: 1px solid #cccccc;
        border-radius: 10px;
        padding: 40px;
        display: flex;
        flex-direction: column;
    }

    .messaging .container-medium aside {
        max-width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
    }
}

@media screen and (max-width: 890px) {
    header .container {
        flex-direction: column;
        padding: 0;
    }

    header .logo {
        margin-bottom: 30px;
        margin-right: 0;
    }

    header .logo.not-logged2 {
        margin-bottom: 0;
    }

    header .menu {
        width: 100%;
    }

    header .menu.not-logged {
        text-align: center;
    }

    header .menu.not-logged2 {
        position: absolute;
        top: 30px;
        right: 30px;
        cursor: pointer;
        width: auto;
    }

    header .menu.not-logged2:after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f0c9";
        font-size: 30px;
        color: #fff;
    }

    header .menu.not-logged2 .inner-menu {
        position: absolute;
        display: none;
        flex-direction: column;
        background: #fff;
        top: 70px;
        min-width: 300px;
        text-align: left;
        padding: 0;
        right: -30px;
        z-index: 9;
        border-radius: 3px;
        box-shadow: 0 5px 3px rgba(0, 0, 0, 0.19), 0 1px 5px rgba(0, 0, 0, 0.23);
    }

    header .menu.not-logged2 .inner-menu a {
        display: block;
        color: #666666;
        margin: 0;
        width: 100%;
        border-bottom: 1px solid #9f1c62;
        padding: 5px 10px;
    }

    header .menu.not-logged2 .inner-menu a:last-child {
        border: none;
    }

    header .menu.not-logged2 .inner-menu a:hover {
        background: rgba(159, 28, 98, 0.1);
    }

    header .menu.not-logged2 .inner-menu a.login:before {
        display: none;
    }

    header .menu.not-logged2 .inner-menu a.register:before {
        display: none;
    }

    header .menu.not-logged2 .inner-menu a.info:before {
        display: none;
    }

    header .menu.logged {
        text-align: center;
    }

    .section1 .row {
        flex-direction: column;
        flex-wrap: wrap;
    }

    .section1 .row .col {
        width: 100%;
        margin-bottom: 20px;
    }

    .section1 .row .col .image {
        max-width: 316px;
        margin: 0 auto;
    }

    .section1 .row .col ul {
        max-width: 316px;
        margin: 0 auto;
    }

    .section2 .title {
        margin-bottom: 30px;
    }

    .section2 .title h2 {
        font-size: 28px;
    }

    .section2 .title .buttons {
        text-align: left;
        padding-top: 20px;
    }

    .hero.rubrikseite .overlay .overlay-text h1 {
        font-size: 48px;
    }

    .hero.rubrikseite .overlay .overlay-text h2 {
        font-size: 31px;
        margin-bottom: 20px;
    }

    .hero.rubrikseite .overlay .overlay-text .select-wrapper {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .hero.rubrikseite .overlay .overlay-text .select-wrapper .col {
        width: 100%;
        max-width: 100%;
    }

    .hero.rubrikseite .overlay .overlay-text .select-wrapper .col .button {
        border-radius: 0;
    }

    .section3.rubrikseite {
        margin-top: 0;
        padding: 0;
    }

    .section3 .title {
        margin-bottom: 30px;
    }

    .section3 .title h2 {
        font-size: 28px;
    }

    .section3 .row {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .section3 .row .deal {
        width: 100%;
        max-width: 420px;
        margin: 0;
        margin-bottom: 30px;
    }

    .profile-detail .deals .section3 {
        padding: 10px;
    }

    .profile-detail .deals .section3 .row {
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .profile-detail .deals .section3 .row .deal {
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
    }

    .profile-detail .deals .section3 .row .deal .image .overlay .content .text {
        font-size: 13px;
    }

    footer .row {
        flex-wrap: wrap;
        flex-direction: column;
    }

    footer .row .col {
        text-align: center;
        margin-bottom: 30px;
    }

    footer .row .col a {
        font-size: 0.8em;
        line-height: 26px;
    }

    footer .row .col .title {
        margin-bottom: 10px;
        font-size: 20px;
    }

    footer .row .col .social a {
        font-size: 26px;
    }

    footer .row .col:first-child {
        width: 100%;
        margin-bottom: 30px;
        text-align: center;
    }

    .account-input .login-box.gray {
        padding: 40px 10px;
    }

    .account-input .login-box .grey-box .inner-container .input-container {
        flex-direction: column;
        align-items: stretch;
    }

    .account-input .login-box .grey-box .inner-container .input-container input {
        max-width: 100%;
    }

    .account-input .login-box .grey-box .inner-container .input-container label {
        margin-bottom: 10px;
    }

    #edit-name {
        width: 100%;
        border: 1px solid #888;
        font-size: 1em;
        background: #fff;
        padding: 10px 30px;
        color: #666;
        margin-top: 0;
    }

    .profile-detail .profile-header {
        margin-bottom: 50px;
    }

    .profile-detail .profile-header .row {
        flex-wrap: wrap;
    }

    .profile-detail .profile-header .row .img {
        width: 100%;
        max-width: 100%;
        position: relative;
        height: 150px;
    }

    .profile-detail .profile-header .row .img .profile-img {
        margin: 0 auto;
        transform: translate(-50%, -50%);
        position: absolute;
        top: -50px;
        left: 50%;
    }

    .profile-detail .profile-header .row .title {
        flex-grow: 1;
        width: 50%;
        max-width: 100%;
        padding-left: 30px;
    }

    .profile-detail .profile-header .row .title .name {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .profile-detail .profile-header .row .title ul li {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .profile-detail .profile-header .row .title ul li img {
        width: 20px;
        margin-right: 10px;
    }

    .profile-detail .profile-header .row .rating {
        flex-grow: 1;
        width: 50%;
        max-width: 100%;
        padding-right: 30px;
        font-size: 20px;
    }

    .profile-detail .profile-header .row .rating .stars {
        margin-bottom: 20px;
    }

    .profile-detail .profile-header .row .rating .button {
        font-size: 16px;
    }

    .profile-detail .reviews h2 {
        font-size: 22px;
    }

    .profile-detail .deals h2 {
        font-size: 22px;
    }

    .boxes {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .boxes .box {
        margin: 0;
        margin-bottom: 30px;
        width: 100%;
    }

    .inseratansicht .recommendations .language-date {
        flex-direction: column;
    }

    .inseratansicht .content .group {
        flex-direction: column;
    }

    .inseratansicht .content .group .item {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }

    .meine-deals .container-medium .meine-deal .main .row {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .meine-deals .container-medium .meine-deal .main .row .image {
        margin-bottom: 40px;
    }

    .meine-deals .container-medium .meine-deal .main .row .context {
        width: 100%;
    }

    .meine-deals .container-medium .meine-deal .main {
        padding-top: 70px;
    }

    .hero.rubrikseite .overlay .overlay-text .select-tabs ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .hero.rubrikseite .overlay .overlay-text .select-tabs ul li {
        flex-grow: 1;
    }

    .hero.rubrikseite .overlay .overlay-text .select-tabs ul li a {
        width: 100%;
    }

    .hero.rubrikseite .overlay .overlay-text .select-tabs .select-wrapper .col:last-child {
        max-width: 100%;
    }

    .messaging .container-medium aside .message-list .message .text .name {
        text-overflow: ellipsis;
        overflow: hidden;
        width: unset;
        white-space: nowrap;
    }

    .messaging .container-medium aside .message-list .message .text {}
}

@media screen and (max-width: 768px) {

    .hero .overlay .overlay-text h1 {
        font-size: 35px;
    }

    .hero .overlay .overlay-text h2 {
        font-size: 25px;
    }
}

@media screen and (max-width: 700px) {
    .section5 .row {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
    }

    .section5 .row .col {
        width: calc(100%/2);
        margin-bottom: 30px;
    }

    .section5 .row .col:first-child {
        padding-left: 10px;
    }

    .section5 .row .col:last-child {
        padding-right: 10px;
    }

    .hero.profile-hero img {
        height: 250px;
    }

    .profile-detail .profile-header {
        padding-top: 0;
    }

    .profile-detail .profile-header .row {
        flex-wrap: wrap;
    }

    .profile-detail .profile-header .row .img {
        width: 100%;
        max-width: 100%;
        position: relative;
    }

    .profile-detail .profile-header .row .img .profile-img {
        margin: 0 auto;
        transform: translate(-50%, -50%);
        position: absolute;
        top: 0;
        left: 50%;
        width: 200px;
        height: 200px;
    }

    .profile-detail .profile-header .row .title {
        flex-grow: 1;
        width: 100%;
        max-width: 100%;
        padding-left: 0;
        text-align: center;
        margin-bottom: 20px;
    }

    .profile-detail .profile-header .row .title .name {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .profile-detail .profile-header .row .title ul {
        max-width: 300px;
        margin: 0 auto;
        display: block;
        text-align: left;
    }

    .profile-detail .profile-header .row .title ul li {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .profile-detail .profile-header .row .title ul li img {
        width: 20px;
        margin-right: 10px;
    }

    .profile-detail .profile-header .row .rating {
        flex-grow: 1;
        width: 100%;
        max-width: 100%;
        padding-right: 0;
        font-size: 20px;
        text-align: center;
    }

    .profile-detail .profile-header .row .rating .stars {
        margin-bottom: 20px;
    }

    .profile-detail .profile-header .row .rating .button {
        font-size: 16px;
    }

    .profile-detail .reviews .review-wrapper .review {
        position: relative;
        flex-direction: column;
        text-align: center;
    }

    .profile-detail .reviews .review-wrapper .review .rating-number {
        position: absolute;
        right: 10px;
        top: 60px;
    }

    .profile-detail .reviews .review-wrapper .review .rating-number .stars {
        font-size: 15px;
        justify-content: flex-end;
    }

    .profile-detail .reviews .review-wrapper .review .image {
        margin-bottom: 20px;
        margin-right: 0;
    }

    .profile-detail .reviews .review-wrapper .review .image img {
        margin: 0 auto;
    }

    .profile-menu .container-long .inner-menu .button {
        width: 100%;
        margin: 0;
        margin-bottom: 5px;
    }

    .profile-menu .container-long .inner-menu .button:nth-child(2n) {
        margin-right: 0;
    }

    .profile-menu .container-long .inner-menu .button:nth-child(3n) {
        margin-right: 5px;
    }

    .profile-menu .container-long .inner-menu .button:last-child {
        margin-right: 0;
    }

    .profile-menu .inner-menu {
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
    }

    .profile-menu .inner-menu .button {
        width: 100%;
        margin: 0;
        margin-bottom: 5px;
    }

    .profile-menu .inner-menu .button:nth-child(2n) {
        margin-right: 0;
    }

    .dashboard-box {
        padding: 20px 10px;
    }

    .dashboard-box .input-box .row {
        flex-direction: column;
        align-items: baseline;
    }

    .dashboard-box .input-box .row .label {
        width: 100%;
        max-width: 100%;
        text-align: left;
        margin-bottom: 10px;
    }

    .dashboard-box .input-box .input-container .button {
        width: 100%;
        max-width: 100%;
    }

    .dashboard-box .input-box .row.file-upload .images {
        width: 100%;
    }

    .inseratansicht .content .row .col .box .row {
        flex-direction: column;
    }

    .inseratansicht .content .row .col .box .row .image {
        margin-bottom: 20px;
        margin: 0 auto;
    }

    .inseratansicht .content .row .col .box .image .inseratverifylabel {
        margin: 135px 0px 0px 19px !important;
    }

    .inseratansicht .compound-title .list {
        flex-direction: column;
        width: 100%;
    }

    .inseratansicht .compound-title .list .tool {
        justify-content: center;
        margin: 0;
    }

    .inserat .photo-upload .input-container img {
        min-height: 150px;
    }

    .inserat .form-select .button {
        margin-bottom: 10px;
        margin-right: 0px;
        flex-grow: 1;
        max-width: 100%;
    }

    .meine-deals .container-medium {
        padding: 15px;
    }

    .meine-deals .container-medium .meine-deal .main .row .context .tool .text>span {
        font-size: 16px;
    }

    .meine-deals .container-medium .meine-deal .main .row .context .tool .text .title {
        font-size: 16px;
        width: auto;
        margin-right: 10px;
    }

    .meine-deals .container-medium .meine-deal .main .row .context .tool .icon {
        margin-right: 10px;
    }

    .meine-deals .activate span {
        margin: 0;
        margin-bottom: 20px;
        width: 100%;
        text-align: center;
    }

    .messaging .container-medium {
        padding: 10px;
    }

    .messaging {
        padding: 10px;
    }

    .messaging .container-medium main .message-wrapper .message-action .input-container {
        flex-direction: column;
    }

    .messaging .container-medium main .message-wrapper .message-action .input-container input {
        margin-bottom: 10px;
    }

    .messaging .container-medium main .message-wrapper .message-action .input-container textarea {
        margin-bottom: 11px;
        padding: 10px 30px;
    }

    .messaging .container-medium main .message-wrapper .message-action .input-container .button {
        margin: 0;
        max-width: 100%;
    }

    .messaging .container-medium main .message-wrapper .message-box {
        padding: 10px;
    }

    .messaging .container-medium main .message-wrapper .message-action {
        padding: 10px;
    }

    .ribbondealpage {
        margin-left: 136px;
        margin-top: auto;
    }

    .ribbon {
        padding: 5px !important;
        font-size: 15px !important;
        font-weight: normal !important;
        right: 3% !important;
    }

    .ribbon:before {
        top: -32px !important;
        border-width: 0px 31px 33px 0px !important;
    }

    .ribbon:after {
        bottom: -13px !important;
        border-width: 14px 15px 0px 16px !important;
    }

    .vlabel {
        /*margin: 161px 0px 0px 50%!important;*/
        left: calc(50% - 93px);
    }

    .vlabel-myaccount {
        left: calc(50% - 93px);
    }

    .vlabel-reviewsprofileview {
        left: calc(50% - 45px);
    }

    .hero .overlay .overlay-text h1 {
        font-size: 32px;
        line-height: 39px;
    }

    .hero .overlay .overlay-text h2 {
        line-height: normal;
        font-size: unset;
        text-transform: none;
        font-weight: normal;
    }

    .dashboard-box .input-box .row {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .dashboard-box .input-box .row .label {
        text-align: center !important;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 570px) {
    header {
        flex-direction: column;
    }

    header .logo {
        margin-bottom: 30px;
        margin-right: 0;
    }

    header .menu {
        width: 100%;
    }

    header .menu.not-logged {
        text-align: center;
    }

    header .menu.not-logged span {
        display: none;
    }

    header .menu.not-logged .button:nth-child(2) {
        margin-right: 0;
    }

    .hero .overlay img {
        object-position: center;
    }

    .hero .overlay .overlay-text span {
        font-size: 20px;
        line-height: 27px;
    }

    .hero.rubrikseite .overlay .overlay-text h1 {
        font-size: 38px;
    }

    .hero.rubrikseite .overlay .overlay-text h2 {
        font-size: 21px;
        margin-bottom: 60px;
    }

    .hero.rubrikseite .overlay .overlay-text .select-wrapper {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .hero.rubrikseite .overlay .overlay-text .select-wrapper .col {
        width: 100%;
        max-width: 100%;
    }

    .hero.rubrikseite .overlay .overlay-text .select-wrapper .col .button {
        border-radius: 0;
    }

    .profile-detail .reviews .review-wrapper {
        padding: 10px;
    }

    .profile-detail .reviews .review-wrapper .review {
        position: relative;
        flex-direction: column;
        padding: 20px 10px;
        text-align: center;
    }

    .profile-detail .reviews .review-wrapper .review .image .name {
        min-height: 27px;
    }

    .profile-detail .reviews .review-wrapper .review .rating-number {
        position: absolute;
        right: 10px;
    }

    .profile-detail .reviews .review-wrapper .review .image {
        margin-bottom: 20px;
    }

    .profile-detail .reviews .review-wrapper .review .image img {
        margin: 0 auto;
    }

    .profile-detail .reviews .review-wrapper .review .text .title {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .profile-detail .reviews .review-wrapper .review .text p {
        font-size: 16px;
        text-align: left;
    }

    .profile-detail .reviews .review-wrapper .review .text .title {
        text-align: left;
    }

    .inseratansicht .content .title .actions {
        flex-wrap: wrap;
    }

    .inseratansicht .content .title .actions a {
        width: calc(50% - 31px);
    }

    .dashboard-box .input-box .row.file-upload .input-container {
        flex-direction: column;
        align-items: flex-start;
    }

    .dashboard-box .input-box .row.file-upload .input-container .image-uploader {
        margin-bottom: 10px;
    }

    .inserat .form-sliders .col {
        width: 100%;
    }

    .inserat .form-sliders .col .input-container .a-range-slider {
        width: calc(100% - 55px);
    }

    .meine-deals .container-medium .meine-deal .action {
        padding: 15px;
    }
}

@media screen and (max-width: 470px) {
    .section3 .title {
        margin-bottom: 30px;
        flex-direction: column;
    }

    .section3 .title h2 {
        font-size: 28px;
    }

    .section3 .row {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .section3 .row .deal {
        width: 100%;
        max-width: 420px;
        margin: 0;
        margin-bottom: 30px;
    }

    .section3 .row .deal .image .overlay .content {
        align-items: center;
        height: auto;
        position: relative;
        overflow: hidden;
        padding-right: 60px;
    }

    .section3 .row .deal .image .overlay .content .text {
        padding-left: 10px;
    }

    .section3 .row .deal .image .overlay .content .profile {
        position: absolute;
        right: -15px;
        top: calc(50% - 40px);
        margin: 0;
    }

    .section3 .row .deal .context {
        flex-direction: column;
        padding: 0 20px;
    }

    .section3 .row .deal .context .right {
        padding: 0;
        border: none;
        margin-bottom: 20px;
    }

    .section3 .row .deal .context .right .social {
        margin-left: 0;
    }

    .section3 .row .deal .context .left {
        padding: 0;
    }

    .section3 .row .deal .context .left .stars {
        margin-bottom: 20px;
    }

    .section3 .row .deal .context .left .city {
        margin-bottom: 10px;
    }

    .messaging .container-medium aside .message-list .message .text .name {
        text-overflow: ellipsis;
        overflow: hidden;
        width: unset;
        white-space: nowrap;
    }

    .messaging .container-medium aside .message-list .message .text {
        width: calc(100% - 135px);
    }

    .hero .overlay .overlay-text h1 {
        font-size: 32px;
        line-height: 39px;
    }

    .hero .overlay .overlay-text h2 {
        line-height: normal;
        font-size: unset;
        text-transform: none;
        font-weight: normal;
    }
}

@media screen and (max-width: 392px) {
    .messaging .container-medium aside .message-list .message .text .name {
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 100%;
        white-space: nowrap;
    }

    .messaging .container-medium aside .message-list .message .text {
        width: calc(100% - 138px);
    }
}

.loader07 {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    position: relative;
    animation: loader07-u04c322d6 1s linear infinite;
    top: 40%;
    margin: -8px auto 0;
}

.loader08 {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    position: relative;
    animation: loader07-u04c322d6 1s linear infinite;
    top: 40%;
    margin: 45px auto 0;
}

@keyframes loader07-u04c322d6 {
    0% {
        box-shadow: 0 -27px 0 0 rgba(159, 28, 98, 0.05), 19px -19px 0 0 rgba(159, 28, 98, 0.1), 27px 0 0 0 rgba(159, 28, 98, 0.2), 19px 19px 0 0 rgba(159, 28, 98, 0.3), 0 27px 0 0 rgba(159, 28, 98, 0.4), -19px 19px 0 0 rgba(159, 28, 98, 0.6), -27px 0 0 0 rgba(159, 28, 98, 0.8), -19px -19px 0 0 #9f1c62;
    }

    12.5% {
        box-shadow: 0 -27px 0 0 #9f1c62, 19px -19px 0 0 rgba(159, 28, 98, 0.05), 27px 0 0 0 rgba(159, 28, 98, 0.1), 19px 19px 0 0 rgba(159, 28, 98, 0.2), 0 27px 0 0 rgba(159, 28, 98, 0.3), -19px 19px 0 0 rgba(159, 28, 98, 0.4), -27px 0 0 0 rgba(159, 28, 98, 0.6), -19px -19px 0 0 rgba(159, 28, 98, 0.8);
    }

    25% {
        box-shadow: 0 -27px 0 0 rgba(159, 28, 98, 0.8), 19px -19px 0 0 #9f1c62, 27px 0 0 0 rgba(159, 28, 98, 0.05), 19px 19px 0 0 rgba(159, 28, 98, 0.1), 0 27px 0 0 rgba(159, 28, 98, 0.2), -19px 19px 0 0 rgba(159, 28, 98, 0.3), -27px 0 0 0 rgba(159, 28, 98, 0.4), -19px -19px 0 0 rgba(159, 28, 98, 0.6);
    }

    37.5% {
        box-shadow: 0 -27px 0 0 rgba(159, 28, 98, 0.6), 19px -19px 0 0 rgba(159, 28, 98, 0.8), 27px 0 0 0 #9f1c62, 19px 19px 0 0 rgba(159, 28, 98, 0.05), 0 27px 0 0 rgba(159, 28, 98, 0.1), -19px 19px 0 0 rgba(159, 28, 98, 0.2), -27px 0 0 0 rgba(159, 28, 98, 0.3), -19px -19px 0 0 rgba(159, 28, 98, 0.4);
    }

    50% {
        box-shadow: 0 -27px 0 0 rgba(159, 28, 98, 0.4), 19px -19px 0 0 rgba(159, 28, 98, 0.6), 27px 0 0 0 rgba(159, 28, 98, 0.8), 19px 19px 0 0 #9f1c62, 0 27px 0 0 rgba(159, 28, 98, 0.05), -19px 19px 0 0 rgba(159, 28, 98, 0.1), -27px 0 0 0 rgba(159, 28, 98, 0.2), -19px -19px 0 0 rgba(159, 28, 98, 0.3);
    }

    62.5% {
        box-shadow: 0 -27px 0 0 rgba(159, 28, 98, 0.3), 19px -19px 0 0 rgba(159, 28, 98, 0.4), 27px 0 0 0 rgba(159, 28, 98, 0.6), 19px 19px 0 0 rgba(159, 28, 98, 0.8), 0 27px 0 0 #9f1c62, -19px 19px 0 0 rgba(159, 28, 98, 0.05), -27px 0 0 0 rgba(159, 28, 98, 0.1), -19px -19px 0 0 rgba(159, 28, 98, 0.2);
    }

    75% {
        box-shadow: 0 -27px 0 0 rgba(159, 28, 98, 0.2), 19px -19px 0 0 rgba(159, 28, 98, 0.3), 27px 0 0 0 rgba(159, 28, 98, 0.4), 19px 19px 0 0 rgba(159, 28, 98, 0.6), 0 27px 0 0 rgba(159, 28, 98, 0.8), -19px 19px 0 0 #9f1c62, -27px 0 0 0 rgba(159, 28, 98, 0.05), -19px -19px 0 0 rgba(159, 28, 98, 0.1);
    }

    87.5% {
        box-shadow: 0 -27px 0 0 rgba(159, 28, 98, 0.1), 19px -19px 0 0 rgba(159, 28, 98, 0.2), 27px 0 0 0 rgba(159, 28, 98, 0.3), 19px 19px 0 0 rgba(159, 28, 98, 0.4), 0 27px 0 0 rgba(159, 28, 98, 0.6), -19px 19px 0 0 rgba(159, 28, 98, 0.8), -27px 0 0 0 #9f1c62, -19px -19px 0 0 rgba(159, 28, 98, 0.05);
    }

    100% {
        box-shadow: 0 -27px 0 0 rgba(159, 28, 98, 0.05), 19px -19px 0 0 rgba(159, 28, 98, 0.1), 27px 0 0 0 rgba(159, 28, 98, 0.2), 19px 19px 0 0 rgba(159, 28, 98, 0.3), 0 27px 0 0 rgba(159, 28, 98, 0.4), -19px 19px 0 0 rgba(159, 28, 98, 0.6), -27px 0 0 0 rgba(159, 28, 98, 0.8), -19px -19px 0 0 #9f1c62;
    }
}

/*
 * DO NOT EDIT THIS FILE.
 * See the following change record for more information,
 * https://www.drupal.org/node/3084859
 * @preserve
 */
/**
 * @file
 * Styles for Claro's Pagination.
 */
.pager {
    --pager-size: 2rem;
    /* --space-m Ã— 2 */
    --pager-border-width: 0.125rem;
    /* 2px */
    --pager-fg-color: #ececec;
    --pager-bg-color: var(--color-white);
    --pager-hover-bg-color: var(--color-bgblue-active);
    --pager-focus-bg-color: var(--color-focus);
    --pager-active-fg-color: var(--color-white);
    --pager-active-bg-color: var(--color-absolutezero);
    --pager-border-radius--action: var(--pager-border-width);

    margin-block: var(--space-m);
}

.pager__items {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
    margin: var(--space-m) 0;
    list-style: none;
    text-align: center;
    font-weight: bold;
}

.pager__item {
    display: inline-block;
    margin-inline: calc(var(--space-xs) / 2);
    vertical-align: top;
}

.pager__link,
.pager__item {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-inline-size: var(--pager-size);
    block-size: var(--pager-size);
    padding-inline: var(--space-xs);
    -webkit-text-decoration: none;
    text-decoration: none;
    color: var(--pager-fg-color);
    border-radius: 50%;
    /* Pager size ÷ 2 */
    /* Make sure that the text is visible on dark background. */
    line-height: 1;
}

.pager__item.is-active {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-inline-size: var(--pager-size);
    block-size: var(--pager-size);
    padding-inline: var(--space-xs);
    -webkit-text-decoration: none;
    text-decoration: none;
    color: var(--pager-fg-color);
    border-radius: 50%;
    /* Pager size ÷ 2 */
    background: #f0f0f0;
    /* Make sure that the text is visible on dark background. */
    line-height: 1;
}

.pager__link:hover,
.pager__link:focus,
.pager__link:active {
    -webkit-text-decoration: none;
    text-decoration: none;
}

.pager__link:hover,
.pager__link.is-active:hover {
    color: var(--pager-fg-color);
    background: var(--pager-hover-bg-color);
}

.pager__link--action-link {
    border-radius: var(--pager-border-radius--action);
}

/* Active number link. */
.pager__link.is-active,
.pager__item {
    color: var(--pager-active-fg-color);
    border: var(--pager-border-width) solid transparent;
    background: var(--pager-active-bg-color);
}

.pager__item--first .pager__link::before {
    --background-image: url("data:image/svg+xml,%3csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2 2v12M14 2L8 8l6 6' stroke='%23545560' stroke-width='2'/%3e%3c/svg%3e");
}

.pager__item--previous .pager__link::before {
    --background-image: url("data:image/svg+xml,%3csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M11 2L5 8l6 6' stroke='%23545560' stroke-width='2'/%3e%3c/svg%3e");
}

.pager__item--next .pager__link::after {
    --background-image: url("data:image/svg+xml,%3csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5 14l6-6-6-6' stroke='%23545560' stroke-width='2'/%3e%3c/svg%3e");
}

.pager__item--last .pager__link::after {
    --background-image: url("data:image/svg+xml,%3csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14 14V2M2 14l6-6-6-6' stroke='%23545560' stroke-width='2'/%3e%3c/svg%3e");
}

.pager__item--first .pager__link::before,
.pager__item--previous .pager__link::before,
.pager__item--next .pager__link::after,
.pager__item--last::after {
    position: relative;
    display: inline-block;
    inline-size: 1rem;
    block-size: 1rem;
    content: "";
    background-image: var(--background-image);
    background-repeat: no-repeat;
    background-position: center;
}

@media (forced-colors: active) {

    .pager__item--first .pager__link::before,
    .pager__item--previous .pager__link::before,
    .pager__item--next .pager__link::after,
    .pager__item--last .pager__link::after {
        background-color: linktext;
        background-image: none;
        mask-image: var(--background-image);
        mask-repeat: no-repeat;
        mask-position: center;
    }
}

[dir="rtl"] .pager__item--first .pager__link::before,
[dir="rtl"] .pager__item--previous .pager__link::before,
[dir="rtl"] .pager__item--next .pager__link::after,
[dir="rtl"] .pager__item--last .pager__link::after {
    transform: scaleX(-1);
}

.pager__item--mini {
    margin-inline: calc(var(--space-m) / 2);
}

.pager__link--mini {
    border-radius: 50%;
}

/**
* On the mini pager, remove margins for the previous and next icons.
* Margins are not needed here as there is no accompanying text.
*/
.pager__link--mini::before {
    margin-inline: 0;
}

.pager__item-title--backwards {
    margin-inline-start: 0.5rem;
}

.pager__item-title--forward {
    margin-inline-end: 0.5rem;
}

@media (forced-colors: active) {
    .pager__item a:hover {
        -webkit-text-decoration: underline;
        text-decoration: underline;
    }
}

/* Account form input styling - unified with registration pages */
.dashboard-box .input-box .input-container input {
    width: 100%;
    border: 1px solid #666666;
    font-size: 1em;
    background: #fff;
    padding: 10px 30px;
    color: #666666;
    border-radius: 5px;
}

.dashboard-box .input-box .input-container input::placeholder {
    color: #666666;
    opacity: 1;
}

.dashboard-box .input-box .input-container .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 10px 30px;
    line-height: normal;
    color: #666666;
    font-weight: 600;
    border-radius: 5px;
}

.dashboard-box .input-box .input-container .select2-container--default .select2-selection--single {
    border: 1px solid #666666;
    border-radius: 5px;
    background: #fff;
}

.dashboard-box .input-box .input-container .select2-container--default .select2-selection--single .select2-selection__arrow::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0d7";
    display: block;
    color: #666666;
    font-size: 16px;
    transition: all 0.2s linear;
}

.dashboard-box .input-box .input-container .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: auto;
    top: 50%;
    width: auto;
    right: 10px;
    transform: translate(0, -50%);
}

.dashboard-box .input-box .input-container .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

/* Multiple select styling for account form */
.dashboard-box .input-box .input-container .select2-container--default.select2-container--focus .select2-selection--multiple,
.dashboard-box .input-box .input-container .select2-container--default .select2-selection--multiple {
    padding: 7px 15px 10px;
    line-height: normal;
    color: #666666;
    font-weight: 600;
    border-radius: 5px;
    border: 1px solid #666666;
    background: #fff;
}

.dashboard-box .input-box .input-container .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #666666;
    border-radius: 4px;
    padding: 2px 8px;
    margin: 2px 4px 2px 0;
}

.dashboard-box .input-box .input-container .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #666666;
    margin-right: 5px;
    font-weight: bold;
}

.dashboard-box .input-box .input-container .select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
    margin-top: 3px;
    margin-left: 3px;
    color: #666666;
}

/* File upload styling for account form */
.dashboard-box .input-box .row.file-upload .input-container .image-uploader {
    background-color: #fff;
    border: 1px solid #666666;
    border-radius: 5px;
    color: #666666;
    padding: 10px 30px;
}

.dashboard-box .input-box .row.file-upload .input-container .image-uploader:hover {
    background-color: #f5f5f5;
}

/* Disabled input styling */
.dashboard-box .input-box .input-container input[disabled="disabled"] {
    background: #f5f5f5;
    color: #999999;
    border: 1px solid #cccccc;
}

/* Datepicker input styling - unified with other inputs */
input.hasDatepicker {
    width: 100%;
    border: 1px solid #666666;
    font-size: 1em;
    background: #fff;
    padding: 10px 30px;
    color: #666666;
    border-radius: 5px;
    min-height: 43.5px;
}

input.hasDatepicker::placeholder {
    color: #666666;
    opacity: 1;
}

/* Ensure datepicker inputs in different contexts also get the unified styling */
.inserat .input-container input.hasDatepicker,
.dashboard-box .input-box .input-container input.hasDatepicker,
.account-input .login-box .input-container input.hasDatepicker,
.messaging .container-medium main .message-wrapper .message-action .input-container input.hasDatepicker {
    width: 100%;
    border: 1px solid #666666;
    font-size: 1em;
    background: #fff;
    padding: 10px 30px;
    color: #666666;
    border-radius: 5px;
    min-height: 43.5px;
}

.inserat .input-container input.hasDatepicker::placeholder,
.dashboard-box .input-box .input-container input.hasDatepicker::placeholder,
.account-input .login-box .input-container input.hasDatepicker::placeholder,
.messaging .container-medium main .message-wrapper .message-action .input-container input.hasDatepicker::placeholder {
    color: #666666;
    opacity: 1;
}

#react-faqpage .container {
    padding-left: 25px;
    padding-right: 25px;
}

/* Ribbon Styles */
.ribbon {
  position: absolute;
  display: inline-block;
  background-color: #46a59d;
  color: white;
  text-align: center;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  padding: 5px;
  font-size: 15px;
  font-weight: normal;
  right: 3%;
  top: 27%;
  line-height: initial;
}

.ribbon:before,
.ribbon:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}

.ribbon:before {
  top: -32px;
  left: 0;
  border-width: 0px 31px 33px 0px;
  border-color: transparent transparent #46a59d transparent;
}

.ribbon:after {
  bottom: -13px;
  left: 0;
  border-width: 14px 15px 0px 16px;
  border-color: #46a59d transparent transparent transparent;
}

.ribbondealcard {
  position: absolute;
  display: inline-block;
  background-color: #46a59d;
  color: white;
  text-align: center;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  padding: 3px;
  font-size: 9px;
  right: -2px;
  top: 22%;
  line-height: initial;
}

.ribbondealcard:before,
.ribbondealcard:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}

.ribbondealcard:before {
  top: -14px;
  left: 0;
  border-width: 0px 18px 15px 0px;
  border-color: transparent transparent #46a59d transparent;
}

.ribbondealcard:after {
  bottom: -8px;
  left: 0;
  border-width: 8px 8px 0px 9px;
  border-color: #46a59d transparent transparent transparent;
}

.ribbondealpage {
  margin-left: 136px;
  margin-top: auto;
}

/* Ribbon Styles */
.ribbon {
  position: absolute;
  display: inline-block;
  background-color: #46a59d;
  color: white;
  text-align: center;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  padding: 5px;
  font-size: 15px;
  font-weight: normal;
  right: 3%;
  top: 27%;
  line-height: initial;
}

.ribbon:before,
.ribbon:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}

.ribbon:before {
  top: -32px;
  left: 0;
  border-width: 0px 31px 33px 0px;
  border-color: transparent transparent #46a59d transparent;
}

.ribbon:after {
  bottom: -13px;
  left: 0;
  border-width: 14px 15px 0px 16px;
  border-color: #46a59d transparent transparent transparent;
}

.ribbondealpage {
  position: absolute;
  display: inline-block;
  background-color: #46a59d;
  color: white;
  text-align: center;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  padding: 3px;
  font-size: 9px;
  right: -2px;
  top: 27%;
  line-height: initial;
}

.ribbondealpage:before,
.ribbondealpage:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}

.ribbondealpage:before {
  top: -14px;
  left: 0;
  border-width: 0px 18px 15px 0px;
  border-color: transparent transparent #46a59d transparent;
}

.ribbondealpage:after {
  bottom: -8px;
  left: 0;
  border-width: 8px 8px 0px 9px;
  border-color: #46a59d transparent transparent transparent;
}

.ribbondealpage {
  margin-left: 136px;
  margin-top: auto;
}
