/* generics */
*, *:before, *:after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct box sizing in Firefox.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

body {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #03045E;
  overflow-x: hidden;
}

img {
  vertical-align: middle;
}

.container {
  margin: 0 auto;
  width: 91.5%;
  max-width: 1400px;
  position: relative;
}

.content {
  margin: 0 auto;
  width: 91.5%;
  max-width: 1312px;
  position: relative;
}

.container .content {
  width: 88%;
}

.grey-bckg {
  background-color: #F5F5F5;
}

.red {
  color: #F43A63;
  font-weight: 900;
}

h3.red {
  position: relative; 
  display: inline-block;
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 16px;
}

h3.red::after {
  content: '';
  position: absolute;
  top: -24px;
  right: -55px;
  background-image: url(https://www.phocus-direct.de/hubfs/pdc-2025/red-arrow.svg);
  width: 13px;
  height: 71px;
  transform: rotate(-90deg);
}

.btn {
  color: #fff;
  background-color: #F43A63;
  padding: 7px 19px;
  border-radius: 7px;
  font-weight: 900;
  text-decoration: none;
  border: 1px solid #F43A63;
  transition: all 0.5s;
  height: 40px;
  display: inline-block;
}

.btn:hover {
  background-color: #00B4D8;
  border-color: #00B4D8;
}

.btn--inv {
  background-color: transparent;
  color: #F43A63;
}

.btn--inv:hover {
  color: #00B4D8;;
  background-color: transparent;
  border-color: #00B4D8;
}

.btn--white {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}

.gradientTitle {
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 36px;
  line-height: 43px;
  background: -webkit-linear-gradient(135deg, #00B4D8, #03045E);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gradientTitle strong {
  font-weight: 900;
}

/*search results*/
.searchRes__preheader {
  padding: 92px 0 48px 0;
}

.searchRes__preheader h2 span {
  display: block;
  font-weight: 900;
}

.hs-search-results {
  padding-bottom: 60px;
}

.hs-search-results .hs-search-results__listing {
  margin-bottom: 46px;
}

.hs-search-results .hs-search-results__listing li {
  margin-bottom: 22px;
  background-color: #fff;
  border-radius: 15px;
  padding: 24px;
  box-shadow: 0px 12px 16px -4px #00000014;
}

.hs-search-results .hs-search-results__listing li:last-child {
  margin-bottom: 0;
}

.hs-search-results .hs-search-results__title {
  display: block;
  font-weight: 900;
  font-size: 20px;
  line-height: 28px;
  color: #03045E;
  margin-bottom: 8px;
  text-decoration: none;
}

.hs-search-results .hs-search-results__title .hs-search-highlight,
.hs-search-results .hs-search-highlight {
  font-weight: 900;
  color: #F43A63;
}

.hs-search-results__pagination {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
  font-size: 0;
}

.hs-search-results__pagination .hs-search-results__prev-page,
.hs-search-results__pagination .hs-search-results__next-page {
  float: none;
  width: 48px;
  height: 48px;
  background-image: url(https://www.phocus-direct.de/hubfs/pdc-2025/testimonials-img.svg);
}

.hs-search-results__pagination .hs-search-results__prev-page {
  transform: rotate(180deg);
}

.hs-search__no-results p:first-child {
  font-weight: 900;
  font-size: 20px;
  line-height: 28px;
}

/* blog styles */

.blog {
  background-image: url(https://www.phocus-direct.de/hubfs/pdc-2025/blog-blur.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 1000px;
}

.blog__top {
  padding: 132px 0 60px 0;
  display: flex;
  align-items: flex-end;
}

.blog__top p {
  color: #fff;
}

.blog__listing .item {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0px 4px 6px -2px #00000008;
  box-shadow: 0px 12px 16px -4px #00000014;
}

.blog__listing .item__img {
  height: 220px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 15px 15px 0 0;
}

.blog__listing .item__txt {
  border-radius: 0 0 15px 15px;
  padding: 24px;
}

.item__tag {
  font-size: 14px;
  line-height: 21px;
  color: #00B4D8;
  font-weight: 700;
  margin-bottom: 8px;
}

.topic:last-child span {
  display: none;
}

.blog__listing .item h2.item__title {
  font-weight: 900;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 8px;
}

.item__link {
  color: #F43A63;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  margin-top: 24px;
  display: inline-block;
}

.item__link::after {
  background-image: url(https://www.phocus-direct.de/hubfs/pdc-2025/right-arrow-alt.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 24px;
  position: absolute;
  right: -32px;
  top: 50%;
  transform: translateY(-50%);
  transition: all .5s;
  width: 24px;
}

.item__link:hover::after {
  right: -36px;
}

.item__txt .item__text {
  color: #03045E;
}

.item__txt .item__text a {
  text-decoration: none;
  font-weight: 700;
  color: #03045E;
}

.item__txt .item__text h2,
.item__txt .item__text h3,
.item__txt .item__text p,
.item__txt .item__text li {
  margin-bottom: 12px;
}

.item__txt .item__text ul li {
  list-style: none;
}

.blog__pagination {
  display: flex;
  justify-content: space-between;
  align-items: center; 
  padding: 58px 0 130px 0;
}

.blog__arrow--prev img {
  transform: rotate(180deg);
}

.blog__dots {
  display: flex;
  gap: 8px;
}

.pagination__dot {
  color: transparent;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #CCCCCC;
  display: block;
}

.pagination__dot--active {
  background-color: #00B4D8;
}

.blog__cat {
  display: none;
  width: 100%;
}

.blog__cat ul {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #00B4D8;
  padding-bottom: 12px;
  width: 100%;
}

.blog__cat ul li {
  list-style: none;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-radius: 7px;
  transition: all 0.5s;
}

.blog__cat ul li:hover {
  border-color: #F43A63;
}

.blog__cat ul li:hover a {
  color: #F43A63;
}

.blog__cat ul li a {
  color: #00B4D8;
  font-weight: 700;
  font-size: 15px;
  line-height: 24px;
  text-decoration: none;
}

.blog__cat ul li .filter-link-count {
  display: none;
}

@media (min-width: 768px) {
  .blog__listing {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
  }

  .blog__listing .item {
    width: calc(33% - 7px);
  }

  .blog__listing .item:first-child {
    width: 100%;
    max-width: 100%;
    display: flex;
  }

  .blog__listing .item:first-child a.item__imgBox {
    width: 50%;
    min-width: 50%;
  }

  .blog__listing .item:first-child .item__img {
    width: 100%;
    height: 100%;
    border-radius: 15px 0 0 15px;
  }

  .blog__listing .item:first-child .item__txt {
    height: 100%;
  }
}

@media (min-width: 1024px) {
  .blog__top {
    position: relative;
    padding: 132px 0 60px 0;
  }

  .blog__top h1 {
    padding-left: 48px;
  }

  .blog__top h1 strong {
    font-weight: 900;
  }

  .blog__top h3.red {
    top: 170px;
    left: -6px;
  }

  .blog__top h3.red::after {
    left: -60px;
  }

  .blog__top p {
    max-width: 640px;
  }

  .blog__listing {
    display: flex;
    gap: 32px;
  }

  .blog__listing .item {
    width: 32%;
    max-width: 416px;
  }

  .blog__listing .item__img {
    height: 300px;
  }

  .blog__listing .item__txt {
    border-radius: 0 0 15px 15px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: calc(100% - 300px);
  }

  .blog__listing .item:first-child {
    margin-bottom: 48px;
  }

  .blog__listing .item:first-child .item__txt {
    padding: 48px;
    min-height: 500px;
  }

  .blog__listing .item:first-child h2.item__title,
  .blog__listing .item:first-child .item__tag {
    margin-bottom: 24px;
  }

  .blog__listing .item:first-child h2.item__title {
    font-size: 32px;
    line-height: 40px;
  }
}

@media (min-width: 1920px) {
  .blog {
    background-size: 1150px;
  }
}

/* end blog styles */

@media (min-width: 768px) {
  .container {
    width: 97.2%;
  }

  .content {
    width: 91.1%;
  }

  .container .content {
    width: 93.4%;
  }

  .searchRes__preheader {
    padding: 166px 0 90px 0;
  }

  .searchRes__preheader h2 {
    padding-left: 48px;
  }

  .hs-search-results {
    padding-bottom: 90px;
  }

  .hs-search-results .hs-search-results__listing {
    display: flex;
    gap: 32px;
    margin-bottom: 60px;
    flex-wrap: wrap;
  }

  .hs-search-results .hs-search-results__listing li {
    margin-bottom: 0;
    width: 32%;
    max-width: 414px;
  }

  .hs-search-results .hs-search-results__title {
    font-size: 24px;
    line-height: 34px;
  }

  .hs-search__no-results p:first-child {
    font-size: 24px;
    line-height: 34px;
  }

  .searchRes__preheader h3.red {
    top: 15px;
    left: -15px;
  }

}

@media (min-width: 1024px) {
  h3.red {
    position: absolute; 
    transform: rotate(270deg);
    margin: 0;
  }

  h3.red::after {
    transform: rotate(90deg);
    right: auto;
    left: -100%;
  }

  h2.gradientTitle {
    font-size: 48px;
    line-height: 58px;
  }
}

/*HubSpot layout fix*/

.span12 {
  width: 100%;
}