/*!
Theme Name: XING
Author: NEW WORK SE
Author URI: https://xing.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
Text Domain: xing

XING is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

/*--------------------------------------------------------------
# XING fonts
--------------------------------------------------------------*/
@font-face {
  font-family: "XING Sans";
  font-display: block;
  font-style: "normal";
  font-weight: 400;
  src: url(assets/fonts/XING-Sans-Regular-69efacf830752725.woff2)
      format("woff2"),
    url(assets/fonts/XING-Sans-Regular.woff) format("woff");
}
@font-face {
  font-family: "XING Sans";
  font-display: block;
  font-style: "bold";
  font-weight: 700;
  src: url(assets/fonts/XING-Sans-Bold-3fb76e34a6cecc58.woff2) format("woff2"),
    url(assets/fonts/XING-Sans-Bold.woff) format("woff");
}
@font-face {
  font-family: "XING Sans";
  font-display: block;
  font-style: "italic";
  font-weight: 400;
  src: url(assets/fonts/XING-Sans-Italic.woff2) format("woff2"),
    url(assets/fonts/XING-Sans-Italic.woff) format("woff");
}
@font-face {
  font-family: "XING Sans";
  font-display: block;
  font-style: "italic";
  font-weight: 700;
  src: url(assets/fonts/XING-Sans-Bold-Italic.woff2) format("woff2"),
    url(assets/fonts/XING-Sans-Bold-Italic.woff) format("woff");
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  -webkit-text-size-adjust: 100%;
}

* {
  -webkit-tap-highlight-color: transparent;
  border-color: transparent;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

main,
header,
footer,
section,
nav,
aside,
details,
summary,
article,
time {
  display: block;
}

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.15;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: 700;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: rgb(29, 33, 36);
  font-family: "XING Sans", "Trebuchet MS", Arial, "Helvetica Neue", sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

/* To override inline font families and color applied to some lists */
ul li span {
  color: rgb(29, 33, 36) !important;
  font-family: "XING Sans", "Trebuchet MS", Arial, "Helvetica Neue", sans-serif !important;
}

@media (max-width: 781px) {
  body,
  button,
  input,
  select,
  optgroup,
  textarea {
    font-size: 16px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 0 none;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  appearance: none;
  background: #f4f4f5;
  border: none;
  color: #1d2124;
  display: block;
  resize: none;
  border-radius: calc(21px);
  font-size: 16px;
  height: 44px;
  padding: 10px 20px 10px 50px;
}

input,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  background: #e9eef0;
}

input[type="search"]:valid {
  background: #ffffff;
  border: 1px solid #bcc9d1;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */

.site-main .comment-navigation,
.site-main .posts-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  position: relative;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.post-navigation {
  margin: 1.5rem auto;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# XING typography
--------------------------------------------------------------*/
p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 32px;
}

h1,
h2,
h3,
h4 {
  font-weight: 700;
  line-height: 1.25;
  margin: 0px 0px 16px;
}

h1 {
  font-size: 60px;
}

@media (max-width: 970px) {
  h1 {
    font-size: 44px;
  }
}

.entry-title {
  font-size: 60px;
  width: 50%;
}

@media (max-width: 781px) {
  p {
    font-size: 16px;
  }

  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 24px !important;
  }

  h2.has-x-large-font-size,
  h2.xing-faq-h2 {
    font-size: 24px !important;
  }

  h3 {
    font-size: 24px;
  }

  .entry-title {
    font-size: 32px;
    width: 100%;
  }
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 24px;
}

a,
a:visited {
  color: #0698a0;
  text-decoration: none;
}

a:hover,
a:active,
a:focus {
  color: #0698a0;
  text-decoration: underline;
}

/*--------------------------------------------------------------
# XING
--------------------------------------------------------------*/
.site-header {
  border-bottom: 1px solid rgb(219, 226, 230);
}

.site-breadcrumbs {
  margin: 0 auto;
  max-width: 996px;
  padding: 38px 18px 47px 18px;
  font-size: 16px;
}

@media (max-width: 781px) {
  .site-breadcrumbs {
    padding: 23px 18px 68px 18px;
  }
}

.site-breadcrumbs__link,
.site-breadcrumbs__link:visited {
  color: #7c899b;
}

.site-breadcrumbs__link:hover,
.site-breadcrumbs__link:active,
.site-breadcrumbs__link:focus {
  color: #0698a0;
}

.main-navigation {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1440px;
  padding: 22px 18px;
  position: relative;
}

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.menu li {
  margin: 0 1rem;
}

.main-navigation li {
  position: relative;
}

.main-navigation li:first-child {
  margin-left: 0;
}

.main-navigation li:last-child {
  margin-right: 0;
}

.main-navigation a,
.main-navigation a:visited,
.site-footer a,
.site-footer a:visited {
  display: block;
  color: #1d2124;
}

.site-title {
  display: block;
  width: 96px;
  height: 28px;
  background: url("assets/logo.svg") no-repeat;
  background-size: contain;
  flex-shrink: 0;
  margin-bottom: 0;
}

.site-header__divider {
  display: none;
}

.site-header__categories {
  display: none;
}

ul.sub-menu {
  display: none;
}

@media (max-width: 781px) {
  .main-navigation {
    width: auto;
    display: block;
  }

  .main-navigation.toggled {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 5;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .main-navigation ul {
    flex-direction: column;
    align-items: flex-start;
  }

  .main-navigation li {
    margin: 0;
  }

  .menu-main-menu-container {
    display: none;
  }

  .toggled .menu-main-menu-container {
    display: block;
  }

  .site-header__icon {
    position: absolute;
    top: 20px;
    right: 24px;
    background-color: transparent;
    border: 0 none;
    padding: 0;
    height: 32px;
    width: 32px;
    background: url(assets/icons/burger.svg) no-repeat center;
    background-size: contain;
  }

  .toggled .site-header__icon {
    background-image: url(assets/icons/cross.svg);
  }

  .toggled .site-header__divider {
    display: block;
    background-color: rgb(219, 226, 230);
    height: 1px;
    border: 0 none;
    margin-top: 22px;
    margin-left: -18px;
    width: calc(100% + 36px);
    margin-bottom: 0;
  }

  .toggled .site-header__categories {
    display: block;
  }

  ul.sub-menu {
    font-size: 14px;
  }

  ul.sub-menu > li {
    margin-bottom: 15px;
  }

  ul.sub-menu > li a:active {
    color: #0698a0;
  }

  .sub-menu-toggled ~ .sub-menu {
    display: block;
  }

  .main-navigation .nav-menu > li:not(:last-child) > a {
    background: url(assets/icons/arrow-down.svg) no-repeat center right;
    padding-right: 2rem;
    background-size: 20px;
    display: inline-block;
    margin-top: 25px;
    margin-bottom: 15px;
  }

  .sub-menu-toggled {
    background-image: url(assets/icons/arrow-up.svg) !important;
  }

  /* .current-menu-item, */
  .current-menu-link,
  .current-menu-parent > a {
    font-weight: bold;
  }

  .main-navigation .nav-menu > li:not(:last-child) > a:focus,
  .main-navigation .nav-menu > li:not(:last-child) > a:hover {
    text-decoration: none;
  }

  .main-navigation .nav-menu > li:last-child a {
    margin-top: 25px;
  }
}

.site-main {
  padding: 80px 18px 0 18px;
}

@media (max-width: 781px) {
  .site-main {
    padding: 30px 18px 0 18px;
    overflow: hidden;
  }
}

.site-main > * {
  max-width: 964px;
  margin: 0 auto;
}

.site-footer {
  text-align: center;
  padding: 36px 18px 48px 18px;
  display: flex;
  justify-content: center;
  color: rgb(94, 115, 125);
  max-width: 964px;
  margin: 0 auto;
  flex-wrap: wrap;
  white-space: nowrap;
  border-top: 1px solid rgb(219, 226, 230);
  margin-top: 32px;
}

.site-footer ul {
  display: flex;
  list-style: none;
  justify-content: center;
  margin: 0 auto;
  flex-wrap: wrap;
}

@media (max-width: 781px) {
  .site-footer {
    margin-top: 0;
    flex-direction: column;
    padding: 12px 18px 48px 18px;
  }

  .site-footer ul {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-footer ul li {
    margin: 0 0 12px 0;
  }
}

.site-footer__copyright {
  margin-left: 2rem;
}

.site-footer li a,
.site-footer li a:visited,
.xing-link-list a,
.xing-link-list a:visited {
  color: rgb(94, 115, 125);
}

.site-main ul,
.site-main ol {
  margin-left: 0;
}

.site-main li {
  position: relative;
  list-style: none;
  padding-left: 50px;
  margin-bottom: 20px;
}

.site-main ul li::before {
  content: "";
  position: absolute;
  background: url(assets/icons/tick.svg) no-repeat center;
  left: 0px;
  margin-bottom: 65px;
  width: 42px;
  height: 42px;
  top: -7px;
}

.site-main ol li {
  padding-left: 30px;
  margin-bottom: 28px;
}

.site-main ol li::before {
  content: "";
  position: absolute;
  background-color: rgb(100, 217, 167);
  border-radius: 50%;
  width: 12px;
  height: 12px;
  left: 0px;
  top: 6px;
}

@media (max-width: 781px) {
  .site-main ul li {
    padding-left: 50px;
  }

  .site-main ul li li::before {
    width: 32px;
    height: 32px;
    top: -4px;
  }
}

.xing-background-lime {
  padding: 2rem 0;
  position: relative;
}

.xing-background-lime::before {
  content: "";
  background-color: #c6f16d;
  position: absolute;
  width: 100vw;
  left: 50%;
  z-index: -1;
  top: 0;
  bottom: 0;
  transform: translateX(-50%);
}

.wp-block-button__link,
.wp-block-button__link:visited,
.main-navigation .nav-menu > li:last-child a {
  background-color: #c6f16d;
  color: #1d2124;
  font-size: 1rem;
  padding: 0.5rem 1rem !important;
  font-weight: bold;
  transition: background-color 150ms cubic-bezier(0, 0, 0.2, 1);
  white-space: nowrap;
  height: 44px;
  line-height: 26px;
  border: 2px solid transparent;
  border-radius: 9999px;
}

.main-navigation .nav-menu > li:last-child a {
  height: 32px;
  line-height: 14px;
}

.is-style-outline .wp-block-button__link {
  border: 2px solid #1d2124;
}

.wp-block-button__link:hover,
.wp-block-button__link:focus,
.wp-block-button__link:active,
.main-navigation .nav-menu > li:last-child > a:hover,
.main-navigation .nav-menu > li:last-child > a:focus,
.main-navigation .nav-menu > li:last-child > a:active {
  background-color: rgb(160, 212, 22);
  text-decoration: none;
  color: #1d2124;
  border-color: transparent;
}

.is-style-outline .wp-block-button__link:hover,
.is-style-outline .wp-block-button__link:focus,
.is-style-outline .wp-block-button__link:active {
  background-color: rgb(233, 238, 240);
  border: 2px solid #1d2124;
}

.xing-button-tertiary .wp-block-button__link {
  background-color: rgb(219, 226, 230);
}

.xing-button-tertiary .wp-block-button__link:hover,
.xing-button-tertiary .wp-block-button__link:focus,
.xing-button-tertiary .wp-block-button__link:active {
  background-color: rgb(188, 201, 209);
}

.xing-button-text .wp-block-button__link {
  background-color: transparent;
}

.xing-button-text .wp-block-button__link:hover,
.xing-button-text .wp-block-button__link:focus,
.xing-button-text .wp-block-button__link:active {
  background-color: transparent;
}

.xing-posts {
  display: flex;
}

li.xing-posts__post {
  border-radius: 8px;
  border: 2px solid rgb(219, 226, 230);
  height: 276px;
  width: 290px;
  margin-right: 1rem;
  padding: 0 !important;
  display: none;
}

li.xing-posts__post:nth-child(1),
li.xing-posts__post:nth-child(2),
li.xing-posts__post:nth-child(3) {
  display: inline-block;
}

.xing-posts__post::before {
  display: none;
}

.xing-posts__post:last-child {
  margin-right: 0;
}

.xing-posts__post img {
  position: absolute;
  width: 100%;
  top: -20%;
}

.xing-posts__image-wrapper {
  width: 100%;
  overflow: hidden;
  height: 158px;
  display: block;
  position: relative;
}

.yarpp-related .xing-posts__name {
  margin: 16px;
  padding: 0;
  color: rgb(29, 33, 36);
  font-size: inherit;
}

.yarpp-related h2 {
  font-size: var(--wp--preset--font-size--large);
}

.xing-posts__link {
  height: 100%;
  width: 100%;
  display: block;
}

.xing-posts__link:hover h3,
.xing-posts__link:focus h3,
.xing-posts__link:active h3 {
  text-decoration: underline;
  color: #0698a0;
}

@media (max-width: 781px) {
  .xing-posts {
    display: block;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    margin-right: -3vw;
    padding-bottom: 1rem;
    margin-bottom: 0.5rem;
  }

  li.xing-posts__post {
    display: inline-block;
    vertical-align: top;
  }

  li.xing-posts__post:last-of-type {
    margin-right: 1rem;
  }

  li.xing-posts__post h3 {
    white-space: initial;
  }
}

.xing-link-list a {
  padding-right: 26px;
  display: inline-block;
  position: relative;
  margin-bottom: 8px;
  margin-right: 2rem;
}

.xing-link-list a:hover {
  color: #0698a0;
}

.xing-link-list a::after {
  content: "";
  position: absolute;
  background: url(assets/icons/link.svg) no-repeat center;
  width: 18px;
  height: 18px;
  right: 0;
  top: 3px;
}

.xing-link-list a:hover::after {
  background: url(assets/icons/link-hover.svg) no-repeat center;
}

@media (max-width: 781px) {
  .hide-mobile {
    display: none;
  }

  .xing-hero-image {
    display: flex;
    justify-content: flex-end;
  }

  .xing-hero-image img {
    width: 60%;
  }

  .xing-hero-background {
    position: relative;
  }

  .xing-hero-background::before {
    position: absolute;
    content: "";
    background: url(assets/posts-hero.svg) left top no-repeat;
    background-size: contain;
    top: 0;
    width: calc(70vw - 18px);
    height: 450px;
    left: -18px;
    z-index: -1;
  }
}

@media (min-width: 782px) {
  .hide-desktop {
    display: none;
  }
}

@media (min-width: 1440px) {
  .hide-large {
    display: none;
  }
}

.wp-block-image.xing-full-width-max {
  width: 1440px;
  position: relative;
  left: 50%;
  margin-bottom: 50px;
  margin-top: -115px;
  transform: translateX(-50%);
}

.xing-full-width-max img {
  width: 100%;
}

@media (min-width: 1440px) {
  .wp-block-image.xing-full-width-max {
    display: block;
  }
}

@media (max-width: 781px) {
  .entry-content
    .wp-block-columns:not(.is-not-stacked-on-mobile)
    > .wp-block-column {
    flex-basis: 100% !important;
    margin-left: 0 !important;
  }

  .wp-block-columns {
    gap: 0 !important;
  }
}

.wp-block-image.is-style-rounded img {
  border-radius: 13px;
}

.xing-requirements .wp-block-group {
  width: 30%;
  display: inline-block;
  vertical-align: top;
  margin-right: 2%;
}

@media (max-width: 781px) {
  .xing-requirements .wp-block-group {
    width: 47%;
  }
}

.wp-block-image.xing-full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-bottom: 50px;
  margin-top: -115px;
  transform: translateX(-50%);
}

.xing-full-width img {
  width: 100%;
}

@media (max-width: 781px) {
  .wp-block-image.xing-full-width {
    margin-top: -50px;
  }
}

.wp-block-quote {
  display: flex;
  justify-content: center;
}

.wp-block-quote p {
  font-size: 24px;
  font-weight: bold;
  border-left: 4px solid rgb(100, 217, 167);
  padding-left: 24px;
  max-width: 480px;
}

@media (max-width: 781px) {
  .wp-block-quote p {
    font-size: 16px;
  }
}

.wp-block-quote.is-style-plain {
  display: block;
  margin: 0 auto;
  max-width: 538px;
  padding-left: 74px;
}

.wp-block-quote.is-style-plain p {
  border: 0 none;
  margin-bottom: 4px;
  position: relative;
  text-align: left;
  line-height: 30px;
  padding-left: 0;
}

.wp-block-quote.is-style-plain p::before {
  content: "";
  position: absolute;
  left: -74px;
  width: 48px;
  height: 48px;
  top: -4px;
  background: url("assets/quote.svg") no-repeat;
}

@media (max-width: 781px) {
  .wp-block-quote.is-style-plain {
    padding-left: 60px;
  }

  .wp-block-quote.is-style-plain p {
    line-height: 20px;
  }

  .wp-block-quote.is-style-plain p::before {
    width: 31px;
    height: 31px;
    left: -60px;
  }
}

.wp-block-quote.is-style-plain cite {
  font-size: 16px;
  font-style: normal;
}

.xing-job-life,
.xing-search,
.xing-search-paragraph {
  position: relative;
  margin: 0 auto;
  max-width: 560px;
  margin-bottom: 16px;
}

.xing-search-faq {
  max-width: 660px;
  text-align: center;
}

@media (max-width: 781px) {
  .xing-search-faq {
    text-align: center;
  }

  .xing-search-faq-paragraph {
    text-align: center;
  }
}

.xing-job-life::before,
.xing-search::before {
  background: 0 0 url("assets/job-life-illu.svg") no-repeat;
  content: "";
  position: absolute;
  left: -125px;
  height: 314px;
  width: 232px;
  top: -75px;
  pointer-events: none;
}

.xing-search::before {
  left: -155px;
  top: -25px;
  background-image: url("assets/search-illu.svg");
}

.xing-search-faq::before {
  top: -55px;
}

@media (max-width: 781px) {
  .xing-job-life::before,
  .xing-search::before {
    display: none;
  }

  .xing-job-life-mobile,
  .xing-search-mobile {
    position: relative;
  }

  .xing-job-life-mobile::before,
  .xing-search-mobile::before {
    background: 0 0 url("assets/job-life-illu-mobile.svg") no-repeat;
    background-size: contain;
    content: "";
    position: absolute;
    height: 423px;
    width: 473px;
    max-width: 92vw;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% - 40px);
    pointer-events: none;
    z-index: -1;
  }

  .xing-search-mobile::before {
    background-image: url("assets/search-illu-mobile.svg");
    top: -141px;
    left: 5px;
    height: 193px;
    width: 293px;
    max-width: 84vw;
    transform: none;
  }
}

.xing-header-illu {
  position: relative;
}

.xing-header-illu::before {
  position: absolute;
  content: "";
  background: url(assets/posts-hero.svg) center top no-repeat;
  top: -70px;
  width: 522px;
  max-width: 100%;
  height: 370px;
  left: 32%;
  z-index: -1;
}

@media (max-width: 781px) {
  .xing-header-illu::before {
    display: none;
  }
}

.xing-buttons.xing-buttons {
  gap: 20px;
}

.xing-no-margin {
  margin: 0 !important;
}

.xing-faq-column img {
  position: relative;
  top: -15px;
}

@media (max-width: 781px) {
  .wp-block-columns.xing-faq-columns {
    flex-wrap: nowrap !important;
  }

  .wp-block-columns.xing-faq-columns .wp-block-column.xing-faq-column {
    flex-basis: 33px !important;
    margin-right: 30px;
    flex-shrink: 0;
  }
}

.xing-faq-link {
  position: relative;
  display: block;
  padding-bottom: 30px;
  padding-right: 100px;
  border-bottom: 1px solid rgb(219, 226, 230);
  color: #000;
}

.xing-faq-link:visited {
  color: #000;
}

.xing-faq-link::after {
  position: absolute;
  content: "";
  background: url(assets/icons/arrow-right.svg) 0 0 no-repeat;
  top: 0;
  width: 24px;
  height: 24px;
  right: 0;
}

@media (max-width: 781px) {
  .xing-faq-link {
    padding-right: 35px;
  }

  .xing-faq-link::after {
    top: 0;
  }
}

.xing-startpage-intro::after {
  background: url(assets/startpage-intro.svg) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  content: "";
  top: -75px;
  width: 730px;
  height: 665px;
  right: -200px;
  z-index: -1;
}

@media (max-width: 781px) {
  .xing-startpage-intro::after {
    display: none;
  }
}

@media (max-width: 781px) {
  .xing-culture-compass-columns {
    justify-content: center;
  }
}

.xing-categories {
  margin: 0 auto;
  max-width: 964px;
}

.xing-categories h2 {
  font-size: 32px !important;
}

.xing-category {
  display: flex;
  justify-content: flex-start;
  margin-top: 30px;
  margin-bottom: 80px;
  flex-wrap: wrap;
}

@media (max-width: 1000px) {
  .xing-category {
    margin-bottom: 20px;
  }
}

.xing-sub-category__image {
  width: 306px;
  overflow: hidden;
  height: 175px;
  border-radius: 10px 10px 0 0;
  margin-bottom: 20px;
  position: relative;
  max-width: 100%;
}

.xing-sub-category__image img {
  position: absolute;
  width: 100%;
  top: -10%;
}

.xing-sub-category {
  margin-bottom: 46px;
  width: 306px;
  margin-right: 23px;
  max-width: 100%;
}

.xing-sub-category:nth-of-type(3n) {
  margin-right: 0;
}

a.xing-sub-category__link {
  width: 300px;
  font-size: 18px;
  color: rgb(29, 33, 36);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 14px;
  font-weight: bold;
}

.xing-sub-category__link img {
  flex-shrink: 0;
  margin-left: 10px;
}

.xing-categories-search {
  margin-top: 200px;
  margin-bottom: 200px;
}

@media (min-width: 1001px) {
  .xing-categories-search h3 {
    margin-left: 190px;
    max-width: none;
  }

  .xing-categories-search p {
    margin-left: 190px;
  }

  .xing-categories-search h3::before {
    left: -185px;
    top: -50px;
  }
}

@media (max-width: 1000px) {
  .xing-categories-search {
    margin-top: 80px;
    margin-bottom: 100px;
  }

  .xing-categories-search h3 {
    text-align: center;
  }

  .xing-categories-search h3::before {
    display: none;
  }
}

.wp-block-buttons {
  gap: 1rem;
}

.xing-overview-header {
  margin-top: -6rem;
}

@media (max-width: 781px) {
  .xing-overview-header {
    margin-top: -2rem;
  }
}

.xing-faq-header {
  margin-top: -6rem;
  margin-right: -80px;
}

@media (max-width: 781px) {
  .xing-faq-header {
    margin-top: -2rem;
    margin-right: 0;
  }
}

.xing-overview-column {
  margin-bottom: 0;
  gap: 24px;
}

.wp-block-table td,
.wp-block-table th {
  border: 0 none;
}

.wp-block-table td,
.wp-block-table th {
  vertical-align: baseline;
  padding: 22px 52px 22px 52px;
}

@media (max-width: 781px) {
  .wp-block-table td,
  .wp-block-table th {
    padding: 22px 22px 22px 22px;
  }
}

.wp-block-table tr td:first-of-type,
.wp-block-table tr th:first-of-type {
  padding-left: 0;
  padding-right: 52px;
}

.wp-block-table tr td:last-of-type,
.wp-block-table tr th:last-of-type {
  padding-right: 0;
}

.wp-block-table tr {
  border-bottom: 1px solid #dbe2e6;
}

.wp-block-table thead tr,
.wp-block-table tr:last-child {
  border-bottom: 0 none;
}

.wp-block-table td {
  border-left: 1px solid #dbe2e6;
}

.wp-block-table td:first-child {
  border-left: 0 none;
}

.wp-block-table th {
  text-align: left;
}

.xing-group-frame .wp-block-group__inner-container {
  border: 2px solid rgb(219, 226, 230);
  border-radius: 20px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  padding: 20px;
}

.xing-group-frame * {
  margin-bottom: 0;
}
