strong, b {
  font-family: Circular-Bold;
  font-weight: normal;
}

.frontend .loading:before {
  font-size: 10px;
}

#menu-hamburger-wrapper {
  width: 56px;
  height: 56px;
}

.header-desktop-placeholder {
  width: calc(calc(100% - 1444px) / 2);
}


/* styles */
.is-style-title-head-big {
  border-bottom: 0 solid;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.05rem;
  order: 1;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  font-size: 4rem;
}
.is-style-title-head-small {
  font-size: 1.46rem;
}
.is-style-title-item {
  font-size: 2em;
}
@media screen and (max-width: 1200px) {
  .is-style-title-head-big {font-size: 3rem;}
}
@media screen and (max-width: 800px) {
  .is-style-title-head-big {font-size: 1.33rem;}
  .is-style-title-head-small {font-size: 1.1rem;}
}

.is-style-image-half-size {
  max-width: 45%;
}


/* LOGO */
.quant-logo {
	width: 170px;
}

@media (max-width: 1000px){
	.quant-logo {
	  width: 140px;
		height: 75px
  }
}


/* OPEN MENU */
html:not(.hamburger-menu-open),
html:not(.hamburger-menu-open) body {
  overflow-x: hidden;
}
html.hamburger-menu-open,
html.hamburger-menu-open body {
  overflow: hidden;
}
html.hamburger-menu-open .toggle-mainmenu span.close {
  opacity: 1;
}
html.hamburger-menu-open .toggle-mainmenu span.open {
  opacity: 0;
}
html.hamburger-menu-open #menu-main-container {
  opacity: 1;
  pointer-events: auto;
  transition: .2s;
  transition-delay: .3s;
}
html.hamburger-menu-open .toggle-mainmenu:before {
  width: 400vw;
  height: 400vw;
  left: -150vw;
  top: -100vw;
  border-radius: 0;
  transition-duration: 1.5s, 1.5s, 1.5s, 1.5s, 0s;
  transition-delay: 0s, 0s, 0s, 0s, 2s;
  transition-property: width, height, left, top, border-radius;
}


/* HAMBURGER */
.toggle-mainmenu {
  position: relative;
  border: 0 solid;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  cursor: pointer;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.toggle-mainmenu:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  z-index: 10;
  border-radius: 50%;
  transition-duration: .75s, .75s, .75s, .75s, 0s;
  transition-delay: 0.1s, 0.1s, 0.1s, 0.1s, 0s;
  transition-property: width, height, left, top, border-radius;
	z-index: 10!important;
}
.toggle-mainmenu span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 11;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 1s;
	z-index: 11!important;
}
.toggle-mainmenu span.close {
  opacity: 0;
}
.toggle-mainmenu span svg {
  margin: 0;
  cursor: pointer;
}


/* MENU */
#menu-main-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  pointer-events: none;
  transition: .75s;
  transition-delay: 0s;
  overflow-y: auto;
  padding: 80px 5%;
	z-index: 11!important;
}
#menu-main-container > #main-menu {
  width: 100%;
  max-width: 1275px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0%;
  row-gap: 90px;
}
#menu-main-container > #main-menu > li:not(.bubble) {
  flex-basis: 39%;
  width: 39%;
}
#menu-main-container > #main-menu > li:not(.bubble) > a {
  display: block;
  font-size: 42px;
  line-height: 50px;
  margin-bottom: 30px;
}
#menu-main-container > #main-menu > li:not(.bubble) > ul a {
  font-size: 16px;
  line-height: 20px;
  font-family: Circular-Book,sans-serif;
  font-weight: 400;
  border-bottom: 1px solid;
  display: block;
  max-width: 290px;
  padding: 10px 0 5px;
}
#menu-main-container > #main-menu > li.menu-search {
  flex-basis: 22%;
  width: 22%;
  min-width: 280px;
  margin-top: 10px;
}
#menu-main-container > #main-menu > li.menu-search a {
  display: none;
}

/* search new */
.search-form {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.search-form label .screen-reader-text {
  display: none;
}
.search-form label .search-field {
  background-color: transparent;
  font-size: 22px;
  border: 0 solid!important;
  flex-grow: 1;
  max-width: calc(100% - 45px);
}
#menu-main-container > #main-menu > li.menu-search .search-form label .search-field {
  color: #ffffff;
}
.search-form label input:focus {
    outline: none;
}
.search-form label {
  cursor: pointer;
  line-height: 0;
}
.search-form label svg {
  margin-top: 0;
}
.search-form label .search-field:not(:placeholder-shown) + label svg path,
.search-form label:hover svg path {
  fill: #000000;
}
#menu-main-container > #main-menu > li.menu-search .search-form label .search-field:not(:placeholder-shown) + label svg path,
#menu-main-container > #main-menu > li.menu-search .search-form label:hover svg path {
  fill: #ffffff;
}
.search-form label .search-field::-webkit-input-placeholder {color: #868686;}
.search-form label .search-field:-moz-placeholder {color: #868686;}
.search-form label .search-field::-moz-placeholder {color: #868686;}
.search-form label .search-field:-ms-input-placeholder {color: #868686;}
.search-form label .search-field::-ms-input-placeholder {color: #868686;}
.search-form label .search-field::placeholder {color: #868686;}
.search-form input[type="submit"] {
  display: none;
}

/* search old */
.searchform div {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.searchform div .screen-reader-text {
  display: none;
}
.searchform div input[type="text"] {
  background-color: transparent;
  font-size: 22px;
  border: 0 solid!important;
  flex-grow: 1;
  max-width: calc(100% - 45px);
}
#menu-main-container > #main-menu > li.menu-search .searchform div input[type="text"] {
  color: #ffffff;
}
.searchform div input:focus {
    outline: none;
}
.searchform div label {
  cursor: pointer;
  line-height: 0;
}
.searchform div label svg {
  margin-top: 0;
}
.searchform div input[type="text"]:not(:placeholder-shown) + label svg path,
.searchform div label:hover svg path {
  fill: #000000;
}
#menu-main-container > #main-menu > li.menu-search .searchform div input[type="text"]:not(:placeholder-shown) + label svg path,
#menu-main-container > #main-menu > li.menu-search .searchform div label:hover svg path {
  fill: #ffffff;
}
.searchform div input[type="text"]::-webkit-input-placeholder {color: #868686;}
.searchform div input[type="text"]:-moz-placeholder {color: #868686;}
.searchform div input[type="text"]::-moz-placeholder {color: #868686;}
.searchform div input[type="text"]:-ms-input-placeholder {color: #868686;}
.searchform div input[type="text"]::-ms-input-placeholder {color: #868686;}
.searchform div input[type="text"]::placeholder {color: #868686;}
.searchform div input[type="submit"] {
  display: none;
}
#menu-main-container > #main-menu > li.bubble {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  flex-basis: 22%;
  width: 22%;
  min-width: 280px;
}
#menu-main-container > #main-menu > li.bubble a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #ffffff;
  color: #000000;
  font-size: 46px;
  line-height: 55px;
  padding: 0 8%;
}
#menu-main-container > #main-menu > li.bubble a:hover {
  color: #ffffff;
  background: rgba(255,255,255,0.5);
}
#menu-main-container > #main-menu > li.bubble a span.desc {
  font-family: Gza-Italic,serif;
  font-size: 37px;
  line-height: 41px;
}
@media screen and (max-width: 1450px) {
  #menu-main-container > #main-menu {
    row-gap: 70px;
  }
  #menu-main-container > #main-menu > li:not(.bubble):not(.menu-search) {
    flex-basis: 35%;
    width: 35%;
  }
}
@media screen and (max-width: 1200px) {
  #menu-main-container > #main-menu {
    row-gap: 50px;
  }
  #menu-main-container > #main-menu > li.menu-search {
    order: 0;
    flex-basis: 100%;
    width: 100%;
    margin-top: -5px;
  }
  #menu-main-container > #main-menu > li.bubble {
    order: 2;
  }
  #menu-main-container > #main-menu > li:not(.bubble):not(.menu-search) {
    flex-basis: 50%;
    width: 50%;
    order: 1;
  }
}
@media screen and (max-width: 800px) {
  #menu-main-container > #main-menu {
    row-gap: 50px;
  }
  #menu-main-container > #main-menu > li:not(.bubble):not(.menu-search) {
    flex-basis: 100%;
    width: 100%;
  }
  #menu-main-container > #main-menu > li.menu-search {
    margin-top: 10px;
  }
}
@media screen and (min-width: 800px) and (max-height: 900px) {
  #menu-main-container {
    padding: 10px 5% 40px;
  }
  #menu-main-container > #main-menu {
    row-gap: 50px;
  }
  #menu-main-container > #main-menu > li:not(.bubble) > a {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 600px) {
  .searchform div input[type="text"] {
    font-size: 16px;
  }
}


#menu-main-container a {
  color: #fff;
}
#menu-main-container > #main-menu > li:not(.bubble).current-menu-item > a,
#menu-main-container > #main-menu > li:not(.bubble) .current-menu-item > a,
#menu-main-container > #main-menu > li:not(.bubble) a:hover {
  opacity: .5;
}

#menu-languages {
  margin: 0 30px;
  display: flex;
  gap: 0.8rem;
  flex-wrap: nowrap;
}
@media (max-width: 353px){
  #menu-languages {
    margin: 0 0 0 60px;
  }
}
#menu-languages .current-lang a {
  color: #888;
}

/* GUTENBERG */
.gutenberg-elements:empty { display: none;}
.gutenberg-elements {
  margin-top: 7.5vw;
}
.employee-content > *:not(.alignfull),
.gutenberg-elements > *:not(.alignfull) {
  width: 90vw;
  margin-left: auto;
  margin-right: auto;
}
.employee-content > .element,
.gutenberg-elements > .element {
  margin: 7.5vw auto;
}
.employee-content .is-style-spacing-vertical-top,
.gutenberg-elements .is-style-spacing-vertical-top {
  margin-top: 7.5vw;
}
.employee-content .is-style-spacing-vertical-bottom,
.gutenberg-elements .is-style-spacing-vertical-bottom {
  margin-bottom: 7.5vw;
}
.employee-content > .alignshort:not(.alignwide):not(.alignfull),
.gutenberg-elements > .alignshort:not(.alignwide):not(.alignfull) {
  max-width: 960px;
}
.employee-content > *:not(.alignwide):not(.alignfull),
.gutenberg-elements > *:not(.alignwide):not(.alignfull) {
  max-width: 1444px;
}
.employee-content > .alignwide:not(.alignfull),
.gutenberg-elements > .alignwide:not(.alignfull) {
  max-width: 2000px;
}
.employee-content > *,
.employee-content .wp-block-columns .wp-block-column > *,
.employee-content .wp-block-group .wp-block-group__inner-container > *,
.gutenberg-elements > *,
.gutenberg-elements .wp-block-columns .wp-block-column > *,
.gutenberg-elements .wp-block-group .wp-block-group__inner-container > * {
  margin-top: 0;
  margin-bottom: 0;
}
.employee-content > * + *,
.employee-content .wp-block-columns .wp-block-column > * + *,
.employee-content .wp-block-group .wp-block-group__inner-container > * + *,
.gutenberg-elements > * + *,
.gutenberg-elements .wp-block-columns .wp-block-column > * + *,
.gutenberg-elements .wp-block-group .wp-block-group__inner-container > * + * {
  margin-top: 40px;
}
.employee-content > * + *.short-spacing,
.employee-content .wp-block-columns .wp-block-column > * + *.short-spacing,
.employee-content .wp-block-group .wp-block-group__inner-container > * + *.short-spacing,
.gutenberg-elements > * + *.short-spacing,
.gutenberg-elements .wp-block-columns .wp-block-column > * + *.short-spacing,
.gutenberg-elements .wp-block-group .wp-block-group__inner-container > * + *.short-spacing {
  margin-top: 10px;
}
.employee-content > * + *.no-spacing,
.employee-content .wp-block-columns .wp-block-column > * + *.no-spacing,
.employee-content .wp-block-group .wp-block-group__inner-container > * + *.no-spacing,
.gutenberg-elements > * + *.no-spacing,
.gutenberg-elements .wp-block-columns .wp-block-column > * + *.no-spacing,
.gutenberg-elements .wp-block-group .wp-block-group__inner-container > * + *.no-spacing {
  margin-top: 0px;
}
@media screen and (max-width: 800px) {
  .gutenberg-elements .wp-block-columns .wp-block-column:empty {
    display: none!important;
  }
}



/* GUTENBERG STYLES */

.is-style-text-small {
  font-size: 16px;
  line-height: 20px;
}
.is-style-spacing-short {
  margin-top: 10px!important;
}
.is-style-spacing-no {
  margin-top: 0!important;
}

.is-style-columns-contacts {
  justify-content: space-between;
}
@media (min-width: 782px) {
  .is-style-columns-contacts .wp-block-column {
    max-width: 415px;
  }
  .is-style-columns-contacts .mauticform_wrapper {
    padding-top: 10px;
  }
}

.is-style-group-gallery .wp-block-group__inner-container {
  width: 90vw;
  margin-left: auto;
  margin-right: auto;
  max-width: 1444px;
  padding-top: 4em;
  padding-bottom: 4em;
}

.is-style-buttons-arrow .wp-block-button .wp-block-button__link {
  padding: 0 40px 20px 0;
  color: #000000;
  font-size: 24px;
  line-height: 36px;
  background-color: transparent;
  background-image: url("https://quant.swiss/wp-content/uploads/2023/09/button-arrow.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
}

.wp-block-rss {
  margin-bottom: 60px;
}
.wp-block-rss .wp-block-rss__item {
  border-style: solid;
  border-color: #000000;
  border-width: 0 0 3px;
  padding: 10px 0;
}

.is-style-row-experiences {
  gap: 20px;
}
.is-style-row-experiences .wp-block-image {
  min-width: 59px;
  margin-top: 8px;
}


/* NEW TEAM */
.element--img-text {
  max-width: 2000px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.element--img-text > * {
  width: 47.5%;
}
.element--img-text > img {
  height: auto;
  object-fit: contain;
}
.element--img-text > div {
  font-size: 33px;
  line-height: 43px;
}
@media (max-width: 1400px){
  .element--img-text > div {
    font-size: inherit;
    line-height: inherit;
  }
}
.element--img-text > div .element,
.element--img-text > div .element .img-text__text {
  width: 100%;
  margin: unset;
}

.element--team-new {
  gap: 5%;
  justify-content: space-between;
}
.element--team-new.team-bg-one {
  background: linear-gradient(90deg, transparent 0%, transparent 30%, #ffffff 30%, #ffffff 35%, transparent 35%, transparent 65%, #ffffff 65%, #ffffff 70%, transparent 70%, transparent 100%), no-repeat center/100% url('../images/team-bg.jpg') fixed;
}
.element--team-new.team-bg-two {
  background: linear-gradient(90deg, transparent 0%, transparent 30%, #ffffff 30%, #ffffff 35%, transparent 35%, transparent 65%, #ffffff 65%, #ffffff 70%, transparent 70%, transparent 100%), repeat center/1500px url('https://quant.swiss/wp-content/uploads/2024/05/team-bg-2.png') fixed;
}
@media (max-width: 800px){
  .element--img-text > * {
    width: 100%;
  }
}
.team-member {
  position: relative;
  width: 30%;
}
.team-member:before,
.team-member:after {
  position: absolute;
  top: 0;
  z-index: 1;
  display: block;
  content: "";
  background-color: #ffffff;
  height: 100%;
  width: calc(8% + 2px);
  transition: width 0.2s;
  -webkit-transition: width 0.2s ease-out;
  -moz-transition: width 0.2s ease-out;
  -ms-transition: width 0.2s ease-out;
  -o-transition: width 0.2s ease-out;
}
.team-member:before {
  left: -2px;
}
.team-member:after {
  right: -2px;
}
.team-member:hover:before,
.team-member:hover:after {
  width: 2px;
  transition: width 1s;
  -webkit-transition: width 0.5s ease-out;
  -moz-transition: width 0.5s ease-out;
  -ms-transition: width 0.5s ease-out;
  -o-transition: width 0.5s ease-out;
  transition: .3s;
  -webkit-transition: .3s;
  pointer-events: none;
}

.team-member .team-member-inner {
  display: flex;
  flex-direction: column;
  line-height: 0;
  -webkit-transition: .3s;
  transform: scale(0.85, 0.85);
  transition: transform 0.2s;
  -webkit-transition: transform 0.2s ease-out;
  -moz-transition: transform 0.2s ease-out;
  -ms-transition: transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
  height: 100%;
}
.team-member .team-member-inner:before,
.team-member .team-member-inner:after {
  position: absolute;
  left: -8%;
  display: block;
  content: "";
  background-color: #ffffff;
  width: calc(100% / 85 * 100);
  height: calc(100% / 0.85 * 1 / 100 * 7.5 + 3px);
  transition: all 0.2s;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  pointer-events: none;
}
.team-member .team-member-inner:before {
  top: calc(calc(100% / 0.85 * 1 / 100 * 7.5 + 1px) * -1);
}
.team-member .team-member-inner:after {
  bottom: calc(calc(100% / 0.85 * 1 / 100 * 7.5 + 1px) * -1);
}
.team-member:hover .team-member-inner:before,
.team-member:hover .team-member-inner:after {
  height: calc(100% / 100 * 7.5);
  transition: all 1s;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: .3s;
  -webkit-transition: .3s;
}
.team-member:hover .team-member-inner:before {
  top: calc(calc(100% / 100 * 7.5 + 1px) * -1);
}
.team-member:hover .team-member-inner:after {
  bottom: calc(calc(100% / 100 * 7.5 + 1px) * -1);
}

.team-member .team-member-inner .team-member-detail {
  background-color: #EDEDED;
}
.team-member .team-member-inner img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1.23;
  object-fit: cover;
  object-position: center top;
}
.team-member .team-member-inner .team-member-detail {
  padding: 16px 15px 26px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.team-member .team-member-inner .team-member-detail h2,
.team-member .team-member-inner .team-member-detail p {
  color: #000000;
  margin: 0;
  transition: .3s;
  -webkit-transition: .3s;
}
.team-member .team-member-inner .team-member-detail h2 {
  font-family: 'Gza-Italic', serif;
/*  font-size: 41px;
  line-height: 41px;*/
  font-size: 36px;
  line-height: 36px;
}
.team-member .team-member-inner .team-member-detail p {
  font-family: 'Circular-Bold', sans-serif;
/*  font-size: 22px;
  line-height: 26px;*/
  font-size: 25px;
  line-height: 30px;
}

.team-member:hover {
  background: transparent;
  transition: .3s;
  -webkit-transition: .3s;
}
.team-member:hover .team-member-inner {
  transform: scale(1, 1);
  transition: transform 1s;
  -webkit-transition: transform 0.5s ease-out;
  -moz-transition: transform 0.5s ease-out;
  -ms-transition: transform 0.5s ease-out;
  -o-transition: transform 0.5s ease-out;
  transition: .3s;
  -webkit-transition: .3s;
}
.team-member:hover .team-member-inner .team-member-detail {
  background-color: #000000;
}
.team-member:hover .team-member-inner .team-member-detail h2,
.team-member:hover .team-member-inner .team-member-detail p {
  color: #ffffff;
  transition: .3s;
  -webkit-transition: .3s;
}

@media (max-width: 1300px){
  .team-member .team-member-inner .team-member-detail h2 {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (max-width: 880px){
  .element--team-new.team-bg-one {
    background: linear-gradient(90deg, transparent 0%, transparent 48%, #ffffff 48%, #ffffff 52%, transparent 52%, transparent 100%), no-repeat center/100% url('../images/team-bg.jpg') fixed;
  }
  .element--team-new.team-bg-two {
    background: linear-gradient(90deg, transparent 0%, transparent 48%, #ffffff 48%, #ffffff 52%, transparent 52%, transparent 100%), repeat center/1500px url('https://quant.swiss/wp-content/uploads/2024/05/team-bg-2.png') fixed;
  }
  .element--team {
    gap: 4%;
  }
  .team-member {
    width: 48%;
  }
}
@media (max-width: 600px){
  .element--team-new.team-bg-one {
    background: unset;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-image: url('../images/team-bg.jpg');
  }
  .element--team-new.team-bg-two {
    background: unset;
    background-size: 1500px auto;
    background-repeat: repeat;
    background-position: top center;
    background-attachment: fixed;
    background-image: url('https://quant.swiss/wp-content/uploads/2024/05/team-bg-2.png');
  }
  .element--team-new.team-bg-two .team-member {
    background: unset;
    background-size: 1500px auto;
    background-repeat: repeat;
    background-position: top center;
    background-image: url('https://quant.swiss/wp-content/uploads/2024/05/team-bg-2.png');
  }
  .element--team {
    row-gap: 0;
  }
  .team-member {
    width: 100%;
    transform: scale(1, 1);
  }
}

/* EMPLOYEE DETAIL */
/*.employee-detail {
  max-width: 1730px;
}
.employee-detail .employee-intro {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.employee-detail .employee-intro div {
  width: 41%;
}*/
.wp-block-columns .wp-block-column ul {
  padding-left: 1em;
}
.member-qrcode img {
  width: 100%;
  height: auto;
}
@media (min-width: 1480px) {
  .member-qrcode,
  .member-image {
    margin-top: 55px!important;
  }
}
@media (min-width: 782px) {
  .member-qrcode,
  .member-image {
    margin-top: 3.7vw!important;
  }
}
.vcf-link {
  display: block;
  text-align: center;
}
.vcf-link:hover .hover-effect {
  fill: #868686;
}
.vcf-link svg {
  width: 100%;
  height: auto;
}
.member-image, .vcf-link {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 786px){
  .member-image, .vcf-link {
    max-width: 247px;
  }
}
.member-image img {
  width: 100%;
  height: auto;
}
.is-style-employee-details {
  gap: 10%;
  padding-left: 170px;
  row-gap: 40px;
}
.is-style-employee-details .employee__name {
  font-family: 'Gza-Italic', serif;
  font-size: 60px;
  line-height: 62px;
}
.is-style-employee-details .employee__function {
  font-family: 'Circular-Bold', sans-serif;
  font-size: 30px;
  line-height: 36px;
  margin-top: 10px!important;
}
.is-style-employee-details .employee__description {
  font-size: 30px;
  line-height: 48px;
}
@media (max-width: 1000px){
  .is-style-employee-details {
    padding-left: 0;
  }
}
@media (max-width: 1400px){
  .is-style-employee-details .employee__name {
    font-size: 1.6em;
    line-height: 1;
  }
  .is-style-employee-details .employee__function {
    font-size: 1.2em;
    line-height: 1.5;
  }
  .is-style-employee-details .employee__description {
    font-size: 1.333333rem;
    line-height: 1.15;
  }
}

html[data-touch="true"] .hide-mobile {
  display: none!important;
}



.mauticform_wrapper input:not([type="radio"]):not([type="checkbox"]),
.mauticform_wrapper textarea {
  border-radius: 0;
  font-size: 24px;
  width: 100%;
  border-width: 1px;
  border-style: solid;
  padding: 16px 20px;
}
@media (max-width: 767px){
  .mauticform_wrapper input:not([type="radio"]):not([type="checkbox"]),
  .mauticform_wrapper textarea {
    font-size: 20px;
    line-height: 20px;
    padding: 13px 20px 13px;
  }
}
.mauticform_wrapper input::-webkit-input-placeholder {color: #000;}
.mauticform_wrapper input:-moz-placeholder {color: #000;}
.mauticform_wrapper input::-moz-placeholder {color: #000;}
.mauticform_wrapper input:-ms-input-placeholder {color: #000;}
.mauticform_wrapper input::-ms-input-placeholder {color: #000;}
.mauticform_wrapper input::placeholder {color: #000;}
.mauticform_wrapper textarea::-webkit-input-placeholder {color: #000;}
.mauticform_wrapper textarea:-moz-placeholder {color: #000;}
.mauticform_wrapper textarea::-moz-placeholder {color: #000;}
.mauticform_wrapper textarea:-ms-input-placeholder {color: #000;}
.mauticform_wrapper textarea::-ms-input-placeholder {color: #000;}
.mauticform_wrapper textarea::placeholder {color: #000;}
.mauticform_wrapper .mauticform-row + .mauticform-row {
  margin-top: 20px;
}
.mauticform_wrapper .mauticform-errormsg {
  display: none!important;
}
.mauticform_wrapper .mauticform-has-error input {
  border: 1px solid #e61414;
}
.mauticform_wrapper .mauticform-message {
  display: none!important;
}
.mauticform_wrapper .mauticform-message:empty + .mauticform-message-second {
  display: none!important;
}
.mauticform_wrapper form {
  display: flex;
  flex-direction: column-reverse;
}
.mauticform_wrapper .mauticform-message-second {
  padding: 16px 20px;
  border: 1px solid #74b95b;
  margin-top: 20px;
  color: #74b95b;
}
.mauticform_wrapper button {
  border-radius: 0;
  border: 0 solid #000000;
  font-size: 24px;
  width: 100%;
  padding: 17px 20px;
  color: #ffffff;
  background-color: #000000;
  cursor: pointer;
}
@media (max-width: 767px){
  .mauticform_wrapper button {
    font-size: 20px;
    line-height: 20px;
  }
}
.mauticform_wrapper button:hover {
  background-color: #868686;
}

.mauticform-radiogrp-row,
.mauticform-checkboxgrp-row {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  align-items: baseline;
}
.mauticform-radiogrp-row input,
.mauticform-checkboxgrp-row input {
  flex-grow: 0;
  flex-shrink: 0;
  appearance: none;
  content: "";
  font-size: inherit;
  border-width: 1px;
  border-style: solid;
  min-width: 20px;
  height: 20px;
  border-radius: 0;
  -webkit-border-radius: 0;
}
.mauticform-radiogrp-row input:checked,
.mauticform-checkboxgrp-row input:checked {
  background-color: #000000;
}
.mauticform-radiogrp-row input {
  border-radius: 50%;
  -webkit-border-radius: 50%;
}


#mauticform_wrapper_newsletterregistrierungde.mauticform_wrapper .mauticform-row + .mauticform-row,
#mauticform_wrapper_newsletterregistrierungen.mauticform_wrapper .mauticform-row + .mauticform-row {
  margin-top: 0;
}
#mauticform_wrapper_newsletterregistrierungde .mauticform-page-wrapper,
#mauticform_wrapper_newsletterregistrierungen .mauticform-page-wrapper {
  display: flex!important;
  flex-wrap: nowrap;
  line-height: 0;
}
#mauticform_wrapper_newsletterregistrierungde .mauticform-email,
#mauticform_wrapper_newsletterregistrierungen .mauticform-email {
  flex-grow: 1;
}
@media (max-width: 767px){
  #mauticform_wrapper_newsletterregistrierungde.mauticform_wrapper button,
  #mauticform_wrapper_newsletterregistrierungen.mauticform_wrapper button,
  #mauticform_wrapper_newsletterregistrierungde.mauticform_wrapper input,
  #mauticform_wrapper_newsletterregistrierungen.mauticform_wrapper input {
    height: 53px;
  }
}




.element--search h1 {
  margin: 90px 0;
  color: #868686;
  font-size: 24px;
  line-height: 36px;
}
.element--search .search-entry + .search-entry {
  margin-top: 90px;
}
.element--search .search-entry h3 {
  margin-top: 0;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 600;
}



.element--heading,
.element-merkliste {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.heading__big {
  border-bottom: 0 solid;
  text-transform: uppercase;
  line-height: 1.1;
  letter-spacing: 0.05rem;
  order: 1;
  text-align: center;
}
.heading__small,
.heading__small h3 {
  font-size: 1.46rem;
  margin: 0;
  order: 0;
  text-align: center;
}
@media (max-width:800px){
  .element--heading,
  .element-merkliste {
    gap: 1rem;
  }
  .heading__small,
  .heading__small h3 {
    font-size: 1.1rem;
  }
  .heading__big {
    font-size: 1.33rem;
  }
}

.element--blogmeta {
  max-width: 1444px;
  width: 90vw;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.element--blogmeta div {
  font-size: 1.46rem;
  margin: 0;
}
.element--blogmeta h1 {
  border-bottom: 0 solid;
  text-transform: uppercase;
  line-height: 1.1;
  letter-spacing: 0.05em;
  font-size: 4rem;
  margin: 0;
}
@media (max-width:800px){
  .element--blogmeta {
    gap: 1rem;
  }
  .element--blogmeta div {
    font-size: 1.1rem;
  }
  .element--blogmeta h1 {
    font-size: 1.33rem;
  }
}


/* MERK COUNTER */
.header-desktop-placeholder {
  position: relative;
}
header .storage-counter {
  position: absolute;
  line-height: 1;
  left: 10px;
}
header .storage-counter a {
  display: block;
}
header .storage-counter span {
  width: 56px;
  height: 56px;
  top: -28px;
  background-color: #000;
  border-radius: 50%;
  color: white;
  padding: 18px 8px 7px 30px;
  display: flex;
  align-items: center;
  font-size: 15px;
  justify-content: center;
}
header .storage-counter span + svg {
  margin: 0;
  width: 22px;
  height: auto;
  position: absolute;
  z-index: 1;
  top: -15px;
  left: 10px;
}
header .storage-counter span:empty,
header .storage-counter span:empty + svg {
  display: none;
}
@media (max-width: 1459px){
  header .storage-counter {
    left: -56px;
    top: 66px;
  }
}
@media (max-width: 353px){
  header .storage-counter {
    top: 0px;
  }
}

/* MERK AUSWAHL */
.case-content {
  position: relative;
}
.local-storage {
  cursor: pointer;
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 50%;
}
.case-content .local-storage {
  top: 20px;
  right: 20px;
  bottom: unset;
}
.local-storage span,
.icon span {
  opacity: 0;
  position: absolute;
  right: 90%;
  font-size: 13px;
  line-height: .8;
  text-transform: uppercase;
  color: #000;
  display: block;
  background-color: #fff;
  border-radius: 12px 0 0 12px;
  padding: 7px 5px 7px 13px;
  white-space: nowrap;
}
.local-storage span {right: 80%;}
.local-storage svg {width: 13px; height: auto;}
.local-storage svg .pin-border {color: #000000;}
.local-storage svg .pin-fill {color: #000000; opacity: 0;}
.local-storage:hover svg .pin-fill {color: #808080; opacity: .5;}
.local-storage:not(.active):hover span.add,
.icon:not(.active):hover span.add {opacity: 1;}
.local-storage.active:hover span.remove {opacity: 1;}
.local-storage.active svg .pin-fill {opacity: 1;}

/* MERK SHARE */
#list-share {
  order: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  row-gap: 1rem;
  margin-top: -2rem;
}
#list-share a {
  font-size: 15px;
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;

}
.icon {
  display: inline-flex;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  background-color: #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.icon svg {
  height: auto;
}
.icon.share-pdf svg {width: 21px;}
.icon.share-link svg {width: 18px;}
@media (max-width: 800px){
  #list-share {
    margin-top: 0;
  }
}

/* MERK CONTAINER */
.storage-container {
  order: 2;
}
.storage-container .entry {
  background-color: #000;
  display: flex;
  flex-wrap: nowrap;
  color: #fff;
  min-height: 280px;
}
.storage-container .entry + .entry {
    margin-top: 1rem;
}
.storage-container .entry > .entry-img {
  position: relative;
  width: 36%;
  flex-shrink: 0;
  flex-grow: 0;
  line-height: 0;
}
.storage-container .entry > .entry-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.storage-container .entry > div.entry-content {
  width: calc(64% - 66px);
  padding: 45px 30px 40px 55px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
}
.storage-container .entry > div.entry-content h2 {
  margin: 0;
  font-size: 3em;
}
.storage-container .entry > div.entry-content .categories {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.storage-container .entry > div.entry-content .categories .categories-group {
  font-size: 18px;
  flex-direction: column;
}
.storage-container .entry > div.entry-content .categories .categories-group .categories-group--item-container {
  padding: 0;
  font-size: 12px;
  color: #000;
}
.storage-container .entry > div.entry-actions {
  position: relative;
  width: 66px;
  padding: 45px 30px 40px 0;
  flex-shrink: 0;
  flex-grow: 0;
  display: inline-flex;
  flex-wrap: wrap;
  align-self: flex-start;
  gap: 10px;
}
.storage-container .entry > div.entry-actions > * {
  flex-grow: 0;
  flex-shrink: 0;
}
.storage-container .entry > div.entry-actions .local-storage {
  position: relative;
  left: unset;
  top: unset;
  right: unset;
  bottom: unset;
}
.storage-container .entry > div.entry-actions .icon {
  background-color: #fff;
}
@media (max-width: 800px){
  .storage-container .entry > div.entry-content .categories {
    flex-direction: column;
  }
  .storage-container .entry > div.entry-actions {
    align-self: flex-end;
  }
}
@media (max-width: 650px){
  .element-merkliste {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .storage-container .entry {
    flex-wrap: wrap;
  }
  .storage-container .entry > .entry-img {
    width: 100%;
    height: 50vw;
  }
  .storage-container .entry > .entry-img img {
    position: relative;
  }
  .storage-container .entry > div.entry-content {
    width: 100%;
    padding: 2.5em 1.5em 2.5em 2em;
  }
  .storage-container .entry > div.entry-content .categories {
    margin-right: 50px;
  }
  .storage-container .entry > div.entry-actions {
    position: absolute;
    right: 0;
  }
}