/* Scss Document */
/* import variables */
/* ---------Paths------------- */
/* ---------Fonts------------- */
/* --------- Mobile menu icon animation ------------- */
/* -------------- Layout ------------------ */
/* this function isnt working in variable */
/* not needed in this project */
/* -------------- Breakpoints ------------------ */
/* this function isnt working in variable but anyway px is recommended for media queries */
/* import mixins */
/*------------------animation -----------------*/
/* import functions */
/* import extends */
.ce_text p, .ce_text a, .ce_text ul, .ce_text ol, .btn-standard a, .btn-standard button, .ce_hyperlink a, .ce_hyperlink button {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.6em;
}
@media all and (max-width: 991px) {
  .ce_text p, .ce_text a, .ce_text ul, .ce_text ol, .btn-standard a, .btn-standard button, .ce_hyperlink a, .ce_hyperlink button {
    font-size: 1.125rem;
  }
}
@media all and (max-width: 767px) {
  .ce_text p, .ce_text a, .ce_text ul, .ce_text ol, .btn-standard a, .btn-standard button, .ce_hyperlink a, .ce_hyperlink button {
    font-size: 1.125rem;
  }
}

.navi-sub ul li::before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mod_booknav, #footer, .mod_article, #header {
  width: 100%;
  display: grid;
  grid-template-columns: 100%;
  padding-right: 10%;
  padding-left: 10%;
}
@media all and (max-width: 1679px) {
  .mod_booknav, #footer, .mod_article, #header {
    padding-right: 5%;
    padding-left: 5%;
  }
}
@media all and (max-width: 1280px) {
  .mod_booknav, #footer, .mod_article, #header {
    padding-right: 0;
    padding-left: 0;
  }
}

.ce_headline, .mod_article.article-full, .btn-standard.center {
  padding-right: 0;
  padding-left: 0;
}
@media all and (max-width: 1679px) {
  .ce_headline, .mod_article.article-full, .btn-standard.center {
    padding-right: 0;
    padding-left: 0;
  }
}

.slick.slider-text .slick-slider .slick-arrow {
  border: 0;
  border-radius: 0;
  outline: none;
}
.slick.slider-text .slick-slider .slick-arrow:hover {
  cursor: pointer;
}

.btn-standard a, .btn-standard button, .ce_hyperlink a, .ce_hyperlink button {
  display: inline-block;
  position: relative;
  padding: 15px 30px;
  color: #fff;
  font-family: "Quicksand", Arial, sans-serif;
  text-decoration: none;
  line-height: 1.1em;
  background: #db1932;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-standard a:hover, .btn-standard button:hover, .ce_hyperlink a:hover, .ce_hyperlink button:hover, .btn-standard a:focus, .btn-standard button:focus, .ce_hyperlink a:focus, .ce_hyperlink button:focus {
  color: #fff;
  text-decoration: none;
  background: #f73e56;
}

/* import animations */
@-webkit-keyframes grow {
  from {
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    transform: scaleY(0);
  }
  to {
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@-moz-keyframes grow {
  from {
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    transform: scaleY(0);
  }
  to {
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@-o-keyframes grow {
  from {
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    transform: scaleY(0);
  }
  to {
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes grow {
  from {
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    transform: scaleY(0);
  }
  to {
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@-webkit-keyframes slideFromBottom {
  from {
    -ms-transform: translate(0, 100%);
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
  to {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-moz-keyframes slideFromBottom {
  from {
    -ms-transform: translate(0, 100%);
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
  to {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-o-keyframes slideFromBottom {
  from {
    -ms-transform: translate(0, 100%);
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
  to {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes slideFromBottom {
  from {
    -ms-transform: translate(0, 100%);
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
  to {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* import style modules */
* {
  outline: 0 !important;
  box-sizing: border-box;
}

html, body {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  color: #595959;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  padding-top: 0;
  overflow-x: hidden;
}

a {
  color: #595959;
  text-decoration: none;
}
@media all and (max-width: 767px) {
  a {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
}
a:hover, a:focus {
  color: #595959;
  text-decoration: underline;
}

@media all and (max-width: 767px) {
  p {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
}

@media all and (max-width: 767px) {
  li {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
}

.ce_text p strong, .ce_text a strong, .ce_text ul strong, .ce_text ol strong {
  font-weight: 500;
}
.ce_text p a, .ce_text h1 a, .ce_text h2 a, .ce_text h3 a, .ce_text h4 a, .ce_text h5 a, .ce_text h6 a {
  color: #595959;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ce_text p a:focus, .ce_text p a:hover, .ce_text h1 a:focus, .ce_text h1 a:hover, .ce_text h2 a:focus, .ce_text h2 a:hover, .ce_text h3 a:focus, .ce_text h3 a:hover, .ce_text h4 a:focus, .ce_text h4 a:hover, .ce_text h5 a:focus, .ce_text h5 a:hover, .ce_text h6 a:focus, .ce_text h6 a:hover {
  color: #db1932;
}
.ce_text ul {
  margin: 0;
  padding: 0 0 0 20px;
}
.ce_text ul li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 25px;
}
.ce_text ul li::before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0.5em;
  left: 0;
  background: #db1932;
}
.ce_text ul li a {
  color: #595959;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ce_text ul li a:focus, .ce_text ul li a:hover {
  color: #db1932;
}

.ce_image .image_container {
  margin: 0;
}

.ce_image.img-full {
  width: 100%;
}
.ce_image.img-full .image_container {
  width: 100%;
}
.ce_image.img-full .image_container img {
  width: 100%;
}

.image_container {
  float: left;
  position: relative;
  margin-bottom: 0;
}
.image_container a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}

.ce_image.img-center {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.btn-standard.center {
  display: flex;
  align-items: center;
}

img, figure, .ce_image {
  max-width: 100%;
  height: auto;
}

nav .invisible {
  position: absolute;
  top: -9999px;
  left: -9999px;
  opacity: 0;
  visibility: visible;
}
nav .invisible:focus {
  top: -50px;
  left: -100px;
  color: #595959;
  opacity: 1;
}

form .invisible {
  position: absolute;
  top: -9999px;
  left: -9999px;
  opacity: 0;
}

.layout_latest a {
  position: relative;
}
.layout_latest a span.invisible {
  position: absolute;
  top: -9999px;
  left: -9999px;
  opacity: 0;
}

sup {
  vertical-align: baseline;
  position: relative;
  top: -0.6em;
  font-size: 0.625em;
}

.margin-bottom-zero {
  margin-bottom: 0px !important;
}

.margin-bottom-ten {
  margin-bottom: 10px !important;
}

.margin-bottom-twenty {
  margin-bottom: 20px !important;
}

.margin-bottom-thirty {
  margin-bottom: 30px !important;
}

.margin-bottom-fourty {
  margin-bottom: 40px !important;
}

.margin-bottom-fifty {
  margin-bottom: 50px !important;
}

.margin-bottom-sixty {
  margin-bottom: 60px !important;
}

.margin-bottom-seventy {
  margin-bottom: 70px !important;
}

.margin-bottom-eighty {
  margin-bottom: 80px !important;
}

.margin-bottom-ninety {
  margin-bottom: 90px !important;
}

.margin-bottom-hundret {
  margin-bottom: 100px !important;
}

.margin-top-zero {
  margin-top: 0px !important;
}

.margin-top-ten {
  margin-top: 10px !important;
}

.margin-top-twenty {
  margin-top: 20px !important;
}

.margin-top-thirty {
  margin-top: 30px !important;
}

.margin-top-fourty {
  margin-top: 40px !important;
}

.margin-top-fifty {
  margin-top: 50px !important;
}

.margin-top-sixty {
  margin-top: 60px !important;
}

.margin-top-seventy {
  margin-top: 70px !important;
}

.margin-top-eighty {
  margin-top: 80px !important;
}

.margin-top-ninety {
  margin-top: 90px !important;
}

.margin-top-hundret {
  margin-top: 100px !important;
}

.padding-top-fourty {
  padding-top: 40px !important;
}

.padding-top-eighty {
  padding-top: 80px !important;
}

@media all and (max-width: 767px) {
  .margin-bottom-zero-mobile {
    margin-bottom: 0px !important;
  }
}

@media all and (max-width: 767px) {
  .margin-bottom-ten-mobile {
    margin-bottom: 10px !important;
  }
}

@media all and (max-width: 767px) {
  .margin-bottom-twenty-mobile {
    margin-bottom: 20px !important;
  }
}

@media all and (max-width: 767px) {
  .margin-bottom-thirty-mobile {
    margin-bottom: 30px !important;
  }
}

@media all and (max-width: 767px) {
  .margin-bottom-fourty-mobile {
    margin-bottom: 40px !important;
  }
}

@media all and (max-width: 767px) {
  .margin-bottom-fifty-mobile {
    margin-bottom: 50px !important;
  }
}

@media all and (max-width: 767px) {
  .margin-bottom-sixty-mobile {
    margin-bottom: 60px !important;
  }
}

@media all and (max-width: 767px) {
  .margin-bottom-seventy-mobile {
    margin-bottom: 70px !important;
  }
}

@media all and (max-width: 767px) {
  .margin-bottom-eighty-mobile {
    margin-bottom: 80px !important;
  }
}

@media all and (max-width: 767px) {
  .margin-bottom-ninety-mobile {
    margin-bottom: 90px !important;
  }
}

@media all and (max-width: 767px) {
  .margin-bottom-hundret-mobile {
    margin-bottom: 100px !important;
  }
}

@media all and (max-width: 767px) {
  .margin-top-zero-mobile {
    margin-top: 0px !important;
  }
}

@media all and (max-width: 767px) {
  .margin-top-ten-mobile {
    margin-top: 10px !important;
  }
}

@media all and (max-width: 767px) {
  .margin-top-twenty-mobile {
    margin-top: 20px !important;
  }
}

@media all and (max-width: 767px) {
  .margin-top-thirty-mobile {
    margin-top: 30px !important;
  }
}

@media all and (max-width: 767px) {
  .margin-top-fourty-mobile {
    margin-top: 40px !important;
  }
}

@media all and (max-width: 767px) {
  .margin-top-fifty-mobile {
    margin-top: 50px !important;
  }
}

@media all and (max-width: 767px) {
  .margin-top-sixty-mobile {
    margin-top: 60px !important;
  }
}

@media all and (max-width: 767px) {
  .margin-top-seventy-mobile {
    margin-top: 70px !important;
  }
}

@media all and (max-width: 767px) {
  .margin-top-eighty-mobile {
    margin-top: 80px !important;
  }
}

@media all and (max-width: 767px) {
  .margin-top-ninety-mobile {
    margin-top: 90px !important;
  }
}

@media all and (max-width: 767px) {
  .margin-top-hundret-mobile {
    margin-top: 100px !important;
  }
}

#header {
  height: 140px;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 999999999;
}
@media all and (max-width: 991px) {
  #header {
    height: 80px;
    background: #fff;
  }
}
#header .inside {
  max-width: 1400px;
  height: 100%;
  display: grid;
  position: relative;
  left: 50%;
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  padding-right: 0;
  padding-left: 0;
}
@media all and (max-width: 1280px) {
  #header .inside {
    padding-right: 15px;
    padding-left: 15px;
  }
}
#header .inside .container-header-top {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
@media all and (max-width: 991px) {
  #header .inside .container-header-top {
    display: none;
  }
}
#header .inside .container-header-bottom {
  display: flex;
  justify-content: flex-end;
  position: relative;
  padding-top: 50px;
}

#header.smaller {
  height: 80px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 7px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 7px 4px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 7px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 7px 4px rgba(0, 0, 0, 0.2);
}
@media all and (max-width: 991px) {
  #header.smaller {
    height: 80px;
  }
}
#header.smaller .inside .container-header-bottom {
  padding-top: 20px;
}

.rsfh-toolbar {
  z-index: 9999999999 !important;
}

#wrapper {
  -webkit-transform: none !important; /* mobile off-canvas plugin destroys fixed header */
  transform: none !important; /* mobile off-canvas plugin destroys fixed header */
  will-change: initial !important; /* mobile off-canvas plugin destroys fixed header */
}

#main > .inside {
  height: 100%;
}
#main > .inside .mod_article:first-child .article-inner {
  padding-top: 0;
}

.mod_article {
  justify-content: center;
}
.mod_article .article-inner {
  max-width: 1400px;
  position: relative;
  left: 50%;
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  padding: 50px 0;
}
@media all and (max-width: 767px) {
  .mod_article .article-inner {
    padding: 20px 0;
  }
}
@media all and (max-width: 1280px) {
  .mod_article .article-inner > .ce_text, .mod_article .article-inner > .ce_headline, .mod_article .article-inner > .ce_sHtml5Start, .mod_article .article-inner > .ce_form, .mod_article .article-inner > .ce_hyperlink, .mod_article .article-inner > .mod_rocksolid_slider, .mod_article .article-inner .ce_metamodel_content, .mod_article .article-inner .ce_metamodels_frontendfilter, .mod_article .article-inner .taglist, .mod_article .article-inner .taglist2 {
    padding: 0 15px 0 15px;
  }
}
@media all and (max-width: 767px) {
  .mod_article:first-child .article-inner {
    padding: 0;
  }
}
.mod_article.article-full .article-inner {
  max-width: none;
  justify-content: flex-start;
}
.mod_article.article-tight {
  padding-right: 15%;
  padding-left: 15%;
}
@media all and (max-width: 1679px) {
  .mod_article.article-tight {
    padding-right: 5%;
    padding-left: 5%;
  }
}
@media all and (max-width: 1280px) {
  .mod_article.article-tight {
    padding-right: 0;
    padding-left: 0;
  }
}
.mod_article.article-no-padding .article-inner {
  padding: 0 !important;
}
.mod_article.article-no-padding-top .article-inner {
  padding-top: 0 !important;
}
.mod_article.article-no-padding-bottom .article-inner {
  padding-bottom: 0 !important;
}
.mod_article.article-masonry {
  padding-right: calc(10% - 15px);
  padding-left: calc(10% - 15px);
}
@media all and (max-width: 1679px) {
  .mod_article.article-masonry {
    padding-right: calc(5% - 15px);
    padding-left: calc(5% - 15px);
  }
}
@media all and (max-width: 1280px) {
  .mod_article.article-masonry {
    padding-right: calc(5% - 15px);
    padding-left: calc(5% - 15px);
  }
}
.mod_article.article-masonry .mod_newscategories, .mod_article.article-masonry .mod_newslist.news-hero {
  padding-right: 15px;
  padding-left: 15px;
}
.mod_article.article-grey {
  background: rgb(241, 241, 241);
  background: linear-gradient(90deg, rgb(241, 241, 241) 0%, rgb(255, 255, 255) 50%, rgb(235, 235, 235) 100%);
}
.mod_article.article-grey .article-inner {
  padding: 80px 0;
}
@media all and (max-width: 767px) {
  .mod_article.article-grey .article-inner {
    padding: 40px 0;
  }
}
.mod_article.align-center .article-inner {
  display: flex;
  justify-content: center;
}

#main .mod_article:nth-child(1) .article-inner > .ce_text {
  width: 100%;
}
#main .mod_article:nth-child(1) .article-inner .container-intro {
  width: 100%;
  display: flex;
}
@media all and (max-width: 991px) {
  #main .mod_article:nth-child(1) .article-inner .container-intro {
    flex-direction: column;
    padding-bottom: 20px;
  }
}
#main .mod_article:nth-child(1) .article-inner .container-intro .ce_text {
  width: 70%;
}
@media all and (max-width: 1280px) {
  #main .mod_article:nth-child(1) .article-inner .container-intro .ce_text {
    padding: 0 15px;
  }
}
@media all and (max-width: 991px) {
  #main .mod_article:nth-child(1) .article-inner .container-intro .ce_text {
    width: 100%;
  }
}
#main .mod_article:nth-child(1) .article-inner .container-intro > .row {
  width: 30%;
  display: grid;
  padding-right: 60px;
  padding-left: 60px;
}
@media all and (max-width: 991px) {
  #main .mod_article:nth-child(1) .article-inner .container-intro > .row {
    width: 100%;
    justify-content: flex-start;
    padding-right: 0;
    padding-left: 0;
  }
}
@media all and (max-width: 991px) {
  #main .mod_article:nth-child(1) .article-inner .container-intro > .row > div {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
#main .mod_article:nth-child(1) .article-inner .container-intro > .row .ce_hyperlink:first-child {
  margin-bottom: 8px;
}
#main .mod_article:nth-child(1) .article-inner .container-intro > .row .ce_hyperlink a {
  width: 100%;
  text-align: center;
}

.header-logo {
  position: relative;
  position: absolute;
  top: 15px;
  left: 0;
  z-index: 99;
}
@media all and (max-width: 1679px) {
  .header-logo {
    top: 15px;
  }
}
@media all and (max-width: 1280px) {
  .header-logo {
    left: 15px;
  }
}
@media all and (max-width: 991px) {
  .header-logo {
    top: 10px;
  }
}
.header-logo::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  -ms-transform: translate(0, 1px);
  -webkit-transform: translate(0, 1px);
  -moz-transform: translate(0, 1px);
  transform: translate(0, 1px);
  background: rgba(255, 255, 255, 0.3);
}
.header-logo::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  -ms-transform: translate(1px, 0);
  -webkit-transform: translate(1px, 0);
  -moz-transform: translate(1px, 0);
  transform: translate(1px, 0);
  background: rgba(255, 255, 255, 0.3);
}
.header-logo a {
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
  position: relative;
}
.header-logo a::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  -ms-transform: translate(0, -1px);
  -webkit-transform: translate(0, -1px);
  -moz-transform: translate(0, -1px);
  transform: translate(0, -1px);
  background: rgba(255, 255, 255, 0.3);
}
.header-logo a::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  -ms-transform: translate(1px, 0);
  -webkit-transform: translate(1px, 0);
  -moz-transform: translate(1px, 0);
  transform: translate(1px, 0);
  background: rgba(255, 255, 255, 0.3);
}
.header-logo a img {
  width: 139px;
  height: 139px;
  overflow: visible;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media all and (max-width: 1280px) {
  .header-logo a img {
    width: 80px;
    height: 80px;
  }
}
@media all and (max-width: 991px) {
  .header-logo a img {
    width: 60px;
    height: 60px;
  }
}

#header.smaller .header-logo {
  top: 10px;
}
#header.smaller .header-logo::before, #header.smaller .header-logo::after {
  display: none;
}
#header.smaller .header-logo a::before, #header.smaller .header-logo a::after {
  display: none;
}
#header.smaller .header-logo a img {
  width: 90px;
  height: 90px;
}
@media all and (max-width: 1280px) {
  #header.smaller .header-logo a img {
    width: 90px;
    height: 90px;
  }
}
@media all and (max-width: 991px) {
  #header.smaller .header-logo a img {
    width: 60px;
    height: 60px;
  }
}

.mod_mobile_menu .mobile_menu_trigger {
  width: 540px;
  height: 61px;
  position: fixed;
  top: 0;
  left: calc(50% + 700px);
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  margin-top: 0;
  z-index: 999999999999;
}
@media all and (max-width: 1570px) {
  .mod_mobile_menu .mobile_menu_trigger {
    right: 5%;
    left: inherit;
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@media all and (max-width: 1280px) {
  .mod_mobile_menu .mobile_menu_trigger {
    right: 15px;
  }
}
@media all and (max-width: 991px) {
  .mod_mobile_menu .mobile_menu_trigger {
    width: 400px;
  }
}
@media all and (max-width: 575px) {
  .mod_mobile_menu .mobile_menu_trigger {
    width: 300px;
  }
}
.mod_mobile_menu .mobile_menu_trigger:hover {
  cursor: pointer;
}
.mod_mobile_menu .mobile_menu_trigger.active {
  top: 15px !important;
  background: #db1932;
}
.mod_mobile_menu .mobile_menu_trigger.active .trigger-text {
  visibility: visible;
  opacity: 0;
  animation: fadeIn;
  animation-duration: 0.3s;
  animation-timing-function: ease;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}
.mod_mobile_menu .mobile_menu_trigger.active .trigger-text::before {
  content: "Close";
}
.mod_mobile_menu .mobile_menu_trigger.active .mobile-nav-trigger {
  width: 50px;
  height: 25px;
  top: 8px;
  right: 15px;
  padding: 0;
  background: none;
  opacity: 0;
  animation: fadeIn;
  animation-duration: 0.3s;
  animation-timing-function: ease;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}
@media all and (max-height: 620px) {
  .mod_mobile_menu .mobile_menu_trigger.active .mobile-nav-trigger {
    width: 24px;
    height: 12px;
    background: none;
  }
}
@media all and (max-width: 991px) {
  .mod_mobile_menu .mobile_menu_trigger.active .mobile-nav-trigger {
    width: 24px;
    height: 12px;
    background: none;
  }
}
.mod_mobile_menu .mobile_menu_trigger.active .mobile-nav-trigger .container-lines {
  height: 25px;
  top: inherit;
}
.mod_mobile_menu .mobile_menu_trigger.active .mobile-nav-trigger .container-lines .line {
  background: #fff;
}
@media all and (max-height: 620px) {
  .mod_mobile_menu .mobile_menu_trigger.active .mobile-nav-trigger .container-lines .line {
    width: 24px;
    height: 2px;
    border-radius: 1px;
  }
}
@media all and (max-width: 991px) {
  .mod_mobile_menu .mobile_menu_trigger.active .mobile-nav-trigger .container-lines .line {
    width: 24px;
    height: 2px;
    border-radius: 1px;
  }
}
.mod_mobile_menu .mobile_menu_trigger.active .mobile-nav-trigger .container-lines .line.line-1 {
  transform: translateY(12.5px) translateX(0) rotate(45deg);
  -webkit-transform: translateY(12.5px) translateX(0) rotate(45deg);
  -moz-transform: translateY(12.5px) translateX(0) rotate(45deg);
}
.mod_mobile_menu .mobile_menu_trigger.active .mobile-nav-trigger .container-lines .line.line-2 {
  opacity: 0;
}
.mod_mobile_menu .mobile_menu_trigger.active .mobile-nav-trigger .container-lines .line.line-3 {
  transform: translateY(-12.5px) translateX(0) rotate(-45deg);
  -webkit-transform: translateY(-12.5px) translateX(0) rotate(-45deg);
  -moz-transform: translateY(-12.5px) translateX(0) rotate(-45deg);
}
.mod_mobile_menu .trigger-text {
  position: absolute;
  top: 17px;
  right: 80px;
  color: #fff;
  font-family: "Quicksand", Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  visibility: hidden;
  opacity: 0;
}
@media all and (max-height: 620px) {
  .mod_mobile_menu .trigger-text {
    top: 18px;
    right: 50px;
    font-size: 1.25rem;
  }
}
@media all and (max-width: 991px) {
  .mod_mobile_menu .trigger-text {
    top: 18px;
    right: 50px;
    font-size: 1.25rem;
  }
}
.mod_mobile_menu .trigger-text::before {
  content: "Open";
}
.mod_mobile_menu .mobile-nav-trigger {
  width: 78px;
  height: 60px;
  display: block;
  position: absolute;
  top: 10px;
  right: 0px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.4);
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
@media all and (max-width: 991px) {
  .mod_mobile_menu .mobile-nav-trigger {
    top: 10px;
    right: 1px;
    background: rgba(0, 0, 0, 0.1);
  }
}
.mod_mobile_menu .mobile-nav-trigger .container-lines {
  height: 100%;
  position: relative;
  top: -1px;
}
.mod_mobile_menu .mobile-nav-trigger .container-lines .line {
  display: block;
  background: #000;
  width: 50px;
  height: 4px;
  position: absolute;
  left: 0;
  border-radius: 2px;
}
.mod_mobile_menu .mobile-nav-trigger .container-lines .line.line-1 {
  top: 0;
}
.mod_mobile_menu .mobile-nav-trigger .container-lines .line.line-2 {
  top: 50%;
}
.mod_mobile_menu .mobile-nav-trigger .container-lines .line.line-3 {
  top: 100%;
}

body.scrolled .mod_mobile_menu .mobile_menu_trigger .mobile-nav-trigger {
  background: rgba(0, 0, 0, 0.1);
}
body.scrolled .mod_mobile_menu .mobile_menu_trigger.active .mobile-nav-trigger {
  background: none;
}

.mobile_menu_overlay.active {
  z-index: 9999999 !important;
}

.mobile_menu {
  height: calc(100% - 85px) !important;
  box-shadow: none !important;
  z-index: 9999999999;
}
.mobile_menu.active {
  top: 70px !important;
}
.mobile_menu .inner {
  overflow-y: hidden;
  display: flex;
  position: absolute;
  left: calc(50% + 700px);
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  padding-top: 0px;
  background: none !important;
}
@media all and (max-width: 1570px) {
  .mobile_menu .inner {
    justify-content: flex-end;
    right: 5%;
    left: inherit;
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@media all and (max-width: 1280px) {
  .mobile_menu .inner {
    right: 15px;
  }
}
.mobile_menu .inner .mod_navigation {
  width: 540px;
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 991px) {
  .mobile_menu .inner .mod_navigation {
    width: 400px;
  }
}
@media all and (max-width: 575px) {
  .mobile_menu .inner .mod_navigation {
    width: 300px;
  }
}
.mobile_menu .inner .mod_navigation ul {
  overflow-y: auto;
  margin: 0;
  padding: 0 0 70px 0;
  list-style: none;
  background: #db1932;
}
.mobile_menu .inner .mod_navigation ul li {
  width: 100%;
  position: relative;
}
.mobile_menu .inner .mod_navigation ul li a {
  text-decoration: none;
}
.mobile_menu .inner .mod_navigation ul li a:focus, .mobile_menu .inner .mod_navigation ul li a:hover {
  text-decoration: none;
}
.mobile_menu .inner .mod_navigation ul li a, .mobile_menu .inner .mod_navigation ul li strong {
  width: 100%;
  display: block;
  position: relative;
  padding: 20px 70px 20px 40px;
  color: #fff;
  font-family: "Quicksand", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  text-decoration: none;
  line-height: 1.2em;
  background: #db1932;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media all and (max-height: 620px) {
  .mobile_menu .inner .mod_navigation ul li a, .mobile_menu .inner .mod_navigation ul li strong {
    padding: 10px 60px 10px 30px;
    font-size: 1.375rem;
  }
}
@media all and (max-width: 991px) {
  .mobile_menu .inner .mod_navigation ul li a, .mobile_menu .inner .mod_navigation ul li strong {
    padding: 10px 60px 10px 30px;
    font-size: 1.375rem;
  }
}
.mobile_menu .inner .mod_navigation ul li a:focus, .mobile_menu .inner .mod_navigation ul li a:hover, .mobile_menu .inner .mod_navigation ul li strong:focus, .mobile_menu .inner .mod_navigation ul li strong:hover {
  color: #fff;
}
.mobile_menu .inner .mod_navigation ul li a:focus::after, .mobile_menu .inner .mod_navigation ul li a:hover::after, .mobile_menu .inner .mod_navigation ul li strong:focus::after, .mobile_menu .inner .mod_navigation ul li strong:hover::after {
  opacity: 1;
}
.mobile_menu .inner .mod_navigation ul li a::after, .mobile_menu .inner .mod_navigation ul li strong::after {
  content: "";
  width: 38px;
  height: 38px;
  position: absolute;
  top: 22px;
  right: 20px;
  background: url(/files/hivheute/assets/icon-arrow-left-white.svg) no-repeat top 0 left 0;
  background-size: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media all and (max-height: 620px) {
  .mobile_menu .inner .mod_navigation ul li a::after, .mobile_menu .inner .mod_navigation ul li strong::after {
    width: 28px;
    height: 28px;
    top: 10px;
  }
}
@media all and (max-width: 991px) {
  .mobile_menu .inner .mod_navigation ul li a::after, .mobile_menu .inner .mod_navigation ul li strong::after {
    width: 28px;
    height: 28px;
    top: 10px;
  }
}
.mobile_menu .inner .mod_navigation ul li strong {
  font-weight: 400;
}
.mobile_menu .inner .mod_navigation ul li strong::after {
  opacity: 1;
}
.mobile_menu .inner .mod_navigation ul li.nav-hide-desktop {
  display: none;
}
.mobile_menu .inner .mod_navigation ul li.trail a::after, .mobile_menu .inner .mod_navigation ul li.trail strong::after {
  opacity: 1;
}

#footer {
  padding-top: 80px;
  padding-bottom: 30px;
}
#footer .inside {
  max-width: 1400px;
  position: relative;
  left: 50%;
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#footer .inside > div {
  display: flex;
  flex-direction: column;
}
#footer .inside > div .footer-nav-meta {
  width: 100%;
}
#footer .inside > div .footer-nav-meta ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
}
@media all and (max-width: 767px) {
  #footer .inside > div .footer-nav-meta ul {
    flex-direction: column;
  }
}
#footer .inside > div .footer-nav-meta ul li {
  margin-right: 20px;
}
@media all and (max-width: 767px) {
  #footer .inside > div .footer-nav-meta ul li {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
#footer .inside > div .footer-nav-meta ul li a {
  font-size: 1rem;
}
#footer .inside > div .ce_text {
  width: 100%;
}
#footer .inside > div .ce_text p {
  font-size: 1rem;
}
#footer .inside > div .footer-logo {
  display: flex;
  justify-content: flex-end;
}
@media all and (max-width: 991px) {
  #footer .inside > div .footer-logo {
    justify-content: center;
  }
}

@media all and (max-width: 991px) {
  #content-header {
    padding-top: 80px;
  }
}
#content-header .inside .mod_article {
  padding-right: 0;
  padding-left: 0;
}
#content-header .inside .mod_article .article-inner {
  max-width: none;
  padding: 0 0 80px 0;
}
@media all and (max-width: 1280px) {
  #content-header .inside .mod_article .article-inner {
    padding: 0 0 70px 0;
  }
}
@media all and (max-width: 991px) {
  #content-header .inside .mod_article .article-inner {
    padding: 0 0 30px 0;
  }
}
@media all and (max-width: 767px) {
  #content-header .inside .mod_article .article-inner {
    padding: 0 0 20px 0;
  }
}
#content-header .inside .mod_article .article-inner .slick {
  overflow: visible;
}
#content-header .inside .mod_article .article-inner .slick .slick-container .slick-list {
  overflow: visible;
}
#content-header .inside .mod_article .article-inner .slick .slick-container .slick-list .slick-track .slick-slide {
  height: 30vw;
  position: relative;
  /*
  .ce_image {
  	width: 100%;
  	.image_container {
  		width: 100%;
  		img {
  			width: 100%;
  		}
  	}
  }
  */
}
@media all and (max-width: 1664px) {
  #content-header .inside .mod_article .article-inner .slick .slick-container .slick-list .slick-track .slick-slide { /* width of img */
    height: auto;
  }
}
#content-header .inside .mod_article .article-inner .slick .slick-container .slick-list .slick-track .slick-slide .ce_text {
  width: 40%;
  height: 100%;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  top: 0;
  left: 0;
  padding-right: 80px;
  padding-left: 10vw;
  background: #db1932;
  border-right: 1px solid #db1932; /* polygon doesnt match exactly on left axis - cover transparent space with this */
  z-index: 99;
}
@media all and (max-width: 1860px) {
  #content-header .inside .mod_article .article-inner .slick .slick-container .slick-list .slick-track .slick-slide .ce_text {
    align-items: flex-start;
    padding-top: 170px;
    padding-left: 5vw;
  }
}
@media all and (max-width: 1280px) {
  #content-header .inside .mod_article .article-inner .slick .slick-container .slick-list .slick-track .slick-slide .ce_text {
    padding-top: 130px;
    padding-left: 15px;
  }
}
@media all and (max-width: 991px) {
  #content-header .inside .mod_article .article-inner .slick .slick-container .slick-list .slick-track .slick-slide .ce_text {
    align-items: center;
    padding-top: 0;
  }
}
#content-header .inside .mod_article .article-inner .slick .slick-container .slick-list .slick-track .slick-slide .ce_text::after {
  content: "";
  width: 15%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  transform: translate(100%, 0);
  clip-path: polygon(100% 0%, 0 0, 0 100%);
  background: #db1932;
}
#content-header .inside .mod_article .article-inner .slick .slick-container .slick-list .slick-track .slick-slide .ce_text p {
  margin-bottom: 0;
  color: #fff;
  font-family: "Quicksand", Arial, sans-serif;
  font-size: 5rem;
  font-weight: 300;
  line-height: 1em;
}
@media all and (max-width: 1679px) {
  #content-header .inside .mod_article .article-inner .slick .slick-container .slick-list .slick-track .slick-slide .ce_text p {
    font-size: 4.375rem;
  }
}
@media all and (max-width: 1280px) {
  #content-header .inside .mod_article .article-inner .slick .slick-container .slick-list .slick-track .slick-slide .ce_text p {
    font-size: 3.75rem;
  }
}
@media all and (max-width: 991px) {
  #content-header .inside .mod_article .article-inner .slick .slick-container .slick-list .slick-track .slick-slide .ce_text p {
    font-size: 3.125rem;
  }
}
@media all and (max-width: 767px) {
  #content-header .inside .mod_article .article-inner .slick .slick-container .slick-list .slick-track .slick-slide .ce_text p {
    font-size: 2.5rem;
  }
}
@media all and (max-width: 575px) {
  #content-header .inside .mod_article .article-inner .slick .slick-container .slick-list .slick-track .slick-slide .ce_text p {
    font-size: 1.375rem;
  }
}
#content-header .inside .mod_article .article-inner .slick .slick-container .slick-list .slick-track .slick-slide .ce_image.img-bg {
  width: 100%;
  height: 100%;
  padding-left: 40%;
}
#content-header .inside .mod_article .article-inner .slick .slick-container .slick-list .slick-track .slick-slide .ce_image.img-bg .image_container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#content-header .inside .mod_article .article-inner .slick .slick-container .slick-list .slick-track .slick-slide .ce_image.img-bg .image_container img {
  width: auto;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 100%;
  max-height: none;
  position: absolute;
  top: 50%;
  right: 0;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media all and (max-width: 1664px) {
  #content-header .inside .mod_article .article-inner .slick .slick-container .slick-list .slick-track .slick-slide .ce_image.img-bg .image_container img { /* width of img */
    width: 100%;
    max-width: 100%;
    min-height: inherit;
    position: relative;
    top: inherit;
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
#content-header .inside .mod_article .article-inner .slick .slick-container .slick-list .slick-track .slick-slide .ce_image.img-bg.img-full {
  padding-left: 0;
}
#content-header .inside .mod_article .article-inner .slick .slick-container .slick-list .slick-track .slick-slide .ce_image.img-absolute {
  overflow: visible;
  position: absolute;
  bottom: -127px;
  right: 12%;
}
@media all and (max-width: 1679px) {
  #content-header .inside .mod_article .article-inner .slick .slick-container .slick-list .slick-track .slick-slide .ce_image.img-absolute {
    bottom: -105px;
  }
}
@media all and (max-width: 1280px) {
  #content-header .inside .mod_article .article-inner .slick .slick-container .slick-list .slick-track .slick-slide .ce_image.img-absolute {
    bottom: -85px;
  }
}
@media all and (max-width: 991px) {
  #content-header .inside .mod_article .article-inner .slick .slick-container .slick-list .slick-track .slick-slide .ce_image.img-absolute {
    bottom: -63px;
  }
}
@media all and (max-width: 767px) {
  #content-header .inside .mod_article .article-inner .slick .slick-container .slick-list .slick-track .slick-slide .ce_image.img-absolute {
    bottom: -42px;
  }
}
@media all and (max-width: 575px) {
  #content-header .inside .mod_article .article-inner .slick .slick-container .slick-list .slick-track .slick-slide .ce_image.img-absolute {
    bottom: -31px;
  }
}
#content-header .inside .mod_article .article-inner .slick .slick-container .slick-list .slick-track .slick-slide .ce_image.img-absolute .image_container {
  overflow: visible;
}
#content-header .inside .mod_article .article-inner .slick .slick-container .slick-list .slick-track .slick-slide .ce_image.img-absolute .image_container img {
  width: 600px;
}
@media all and (max-width: 1679px) {
  #content-header .inside .mod_article .article-inner .slick .slick-container .slick-list .slick-track .slick-slide .ce_image.img-absolute .image_container img {
    width: 500px;
  }
}
@media all and (max-width: 1280px) {
  #content-header .inside .mod_article .article-inner .slick .slick-container .slick-list .slick-track .slick-slide .ce_image.img-absolute .image_container img {
    width: 400px;
  }
}
@media all and (max-width: 991px) {
  #content-header .inside .mod_article .article-inner .slick .slick-container .slick-list .slick-track .slick-slide .ce_image.img-absolute .image_container img {
    width: 300px;
  }
}
@media all and (max-width: 767px) {
  #content-header .inside .mod_article .article-inner .slick .slick-container .slick-list .slick-track .slick-slide .ce_image.img-absolute .image_container img {
    width: 200px;
  }
}
@media all and (max-width: 575px) {
  #content-header .inside .mod_article .article-inner .slick .slick-container .slick-list .slick-track .slick-slide .ce_image.img-absolute .image_container img {
    width: 150px;
  }
}
#content-header .inside .mod_article .article-inner .slick .slick-container .slick-list .slick-track .slick-slide .ce_image.img-absolute.img-laterally {
  bottom: -87px;
}
@media all and (max-width: 1679px) {
  #content-header .inside .mod_article .article-inner .slick .slick-container .slick-list .slick-track .slick-slide .ce_image.img-absolute.img-laterally {
    bottom: -72px;
  }
}
@media all and (max-width: 1280px) {
  #content-header .inside .mod_article .article-inner .slick .slick-container .slick-list .slick-track .slick-slide .ce_image.img-absolute.img-laterally {
    bottom: -58px;
  }
}
@media all and (max-width: 991px) {
  #content-header .inside .mod_article .article-inner .slick .slick-container .slick-list .slick-track .slick-slide .ce_image.img-absolute.img-laterally {
    bottom: -43px;
  }
}
@media all and (max-width: 767px) {
  #content-header .inside .mod_article .article-inner .slick .slick-container .slick-list .slick-track .slick-slide .ce_image.img-absolute.img-laterally {
    bottom: -29px;
  }
}
@media all and (max-width: 575px) {
  #content-header .inside .mod_article .article-inner .slick .slick-container .slick-list .slick-track .slick-slide .ce_image.img-absolute.img-laterally {
    bottom: -22px;
  }
}
#content-header .inside .mod_article .article-inner .slick .slick-container .slick-list .slick-track .slick-slide .ce_image.header-placeholder#img-meadow .image_container {
  background: url(/files/hivheute/images/header/header-55-bg-q50-tiny.jpeg) no-repeat top 50% left 50%;
  background-size: cover;
}
#content-header .inside .mod_article .article-inner .slick .slick-container .slick-list .slick-track .slick-slide .ce_image.header-placeholder#img-meadow .image_container picture {
  visibility: hidden; /* neccessary for iOS */
  position: relative;
  z-index: -9;
}
#content-header .inside .mod_article .article-inner .slick.header-squares .slick-container .slick-list .slick-track .slick-slide .ce_text {
  background: linear-gradient(to bottom, #e86753 0%, #e86753 60%, #6ac6dd 60%, #6ac6dd 100%);
  border-right: 0;
}
#content-header .inside .mod_article .article-inner .slick.header-squares .slick-container .slick-list .slick-track .slick-slide .ce_text::after {
  display: none;
}
#content-header .inside .mod_article .article-inner .slick.header-squares .slick-container .slick-list .slick-track .slick-slide .ce_image.img-bg {
  position: relative;
}
#content-header .inside .mod_article .article-inner .slick.header-squares .slick-container .slick-list .slick-track .slick-slide .ce_image.img-bg .image_container {
  position: relative;
}
#content-header .inside .mod_article .article-inner .slick.header-squares .slick-container .slick-list .slick-track .slick-slide .ce_image.img-bg .image_container::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #f6aa22;
  z-index: 9;
}
#content-header .inside .mod_article .article-inner .slick.header-squares .slick-container .slick-list .slick-track .slick-slide .ce_image.img-bg::after {
  content: "";
  width: 30%;
  height: 60%;
  position: absolute;
  top: 0;
  left: 39%;
  background: #e86753;
  z-index: 99;
}
#content-header .inside .mod_article .article-inner .slick.header-squares .slick-container .slick-list .slick-track .slick-slide .ce_image.img-absolute {
  z-index: 999;
}
#content-header .inside .mod_article .article-inner .slick.header-shapes {
  overflow: hidden;
  position: relative;
  padding-bottom: 15px;
  background: #e85f4e;
}
#content-header .inside .mod_article .article-inner .slick.header-shapes::before {
  content: "";
  width: 100%;
  height: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, #69cae0 0%, #69cae0 30%, #fbab18 30%, #fbab18 100%);
  z-index: 99;
}
#content-header .inside .mod_article .article-inner .slick.header-shapes::after {
  content: "";
  position: absolute;
  top: -45%;
  right: 0;
  width: 20%;
  height: 150%;
  background-color: #f37664;
  border-top-left-radius: 100% 100%;
  border-bottom-left-radius: 100% 100%;
  z-index: 9;
}
#content-header .inside .mod_article .article-inner .slick.header-shapes .slick-container .slick-list {
  z-index: 999;
}
#content-header .inside .mod_article .article-inner .slick.header-shapes .slick-container .slick-list .slick-track .slick-slide .ce_text {
  background: none;
  border-right: 0;
}
#content-header .inside .mod_article .article-inner .slick.header-shapes .slick-container .slick-list .slick-track .slick-slide .ce_text::after {
  display: none;
}
#content-header .inside .mod_article .article-inner .slick.header-shapes .slick-container .slick-list .slick-track .slick-slide .ce_image.img-absolute {
  bottom: 50px;
  z-index: 999;
}
#content-header .inside .mod_article .article-inner .slick.header-shapes .slick-container .slick-list .slick-track .slick-slide .ce_image.img-absolute figure img {
  width: 250px;
}

.slick.slider-text .slick-slider .slick-list .slick-track .slick-slide .ce_text {
  width: 100%;
  padding-right: 100px;
  padding-left: 100px;
}
@media all and (max-width: 991px) {
  .slick.slider-text .slick-slider .slick-list .slick-track .slick-slide .ce_text {
    padding-right: 50px;
    padding-left: 50px;
  }
}
.slick.slider-text .slick-slider .slick-list .slick-track .slick-slide .ce_text h3 {
  margin-bottom: 0.2em;
  color: #595959;
  font-weight: 700;
}
.slick.slider-text .slick-slider .slick-list .slick-track .slick-slide .ce_text h3, .slick.slider-text .slick-slider .slick-list .slick-track .slick-slide .ce_text p {
  text-align: center;
}
.slick.slider-text .slick-slider .slick-list .slick-track .slick-slide .ce_text p {
  font-size: 1.625rem;
}
@media all and (max-width: 991px) {
  .slick.slider-text .slick-slider .slick-list .slick-track .slick-slide .ce_text p {
    font-size: 1.25rem;
  }
}
@media all and (max-width: 767px) {
  .slick.slider-text .slick-slider .slick-list .slick-track .slick-slide .ce_text p {
    font-size: 1.125rem;
  }
}
.slick.slider-text .slick-slider .slick-arrow {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  left: 15px;
  -ms-transform: translate(0, -50%) scale(1);
  -webkit-transform: translate(0, -50%) scale(1);
  -moz-transform: translate(0, -50%) scale(1);
  transform: translate(0, -50%) scale(1);
  text-indent: -9999px;
  background: url(/files/hivheute/assets/icon-arrow-angle-left.svg) no-repeat top 0 left 0;
  background-size: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99;
}
@media all and (max-width: 991px) {
  .slick.slider-text .slick-slider .slick-arrow {
    width: 24px;
    height: 24px;
    background: url(/files/hivheute/assets/icon-arrow-angle-left-24.svg) no-repeat top 0 left 0;
    background-size: contain;
  }
}
.slick.slider-text .slick-slider .slick-arrow:focus, .slick.slider-text .slick-slider .slick-arrow:hover {
  -ms-transform: translate(0, -50%) scale(1.35);
  -webkit-transform: translate(0, -50%) scale(1.35);
  -moz-transform: translate(0, -50%) scale(1.35);
  transform: translate(0, -50%) scale(1.35);
}
.slick.slider-text .slick-slider .slick-arrow.slick-next {
  left: inherit;
  right: 15px;
  -ms-transform: translate(0, -50%) scale(1) rotate(180deg);
  -webkit-transform: translate(0, -50%) scale(1) rotate(180deg);
  -moz-transform: translate(0, -50%) scale(1) rotate(180deg);
  transform: translate(0, -50%) scale(1) rotate(180deg);
}
.slick.slider-text .slick-slider .slick-arrow.slick-next:focus, .slick.slider-text .slick-slider .slick-arrow.slick-next:hover {
  -ms-transform: translate(0, -50%) scale(1.35) rotate(180deg);
  -webkit-transform: translate(0, -50%) scale(1.35) rotate(180deg);
  -moz-transform: translate(0, -50%) scale(1.35) rotate(180deg);
  transform: translate(0, -50%) scale(1.35) rotate(180deg);
}

.container-tsr-text-tiles-2x2 {
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-gap: 15px;
}
@media all and (max-width: 575px) {
  .container-tsr-text-tiles-2x2 {
    grid-template-columns: 1fr;
  }
}
.container-tsr-text-tiles-2x2 .ce_text {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
  position: relative;
  padding: 15px;
  background: #db1932;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media all and (max-width: 991px) {
  .container-tsr-text-tiles-2x2 .ce_text {
    min-height: 30vw;
  }
}
@media all and (max-width: 575px) {
  .container-tsr-text-tiles-2x2 .ce_text {
    min-height: 50vw;
  }
}
.container-tsr-text-tiles-2x2 .ce_text:focus, .container-tsr-text-tiles-2x2 .ce_text:hover {
  background: #f73e56;
}
.container-tsr-text-tiles-2x2 .ce_text .image_container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container-tsr-text-tiles-2x2 .ce_text .image_container img {
  max-width: 70px;
  max-height: 70px;
}
@media all and (max-width: 991px) {
  .container-tsr-text-tiles-2x2 .ce_text .image_container img {
    max-width: 50px;
    max-height: 50px;
  }
}
@media all and (max-width: 767px) {
  .container-tsr-text-tiles-2x2 .ce_text .image_container img {
    max-width: 30px;
    max-height: 30px;
  }
}
.container-tsr-text-tiles-2x2 .ce_text .container-text {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: static;
}
.container-tsr-text-tiles-2x2 .ce_text .container-text p {
  margin-bottom: 0;
  color: #fff;
  font-family: "Quicksand", Arial, sans-serif;
  font-size: 2.75rem;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
  line-height: 1.1em;
}
@media all and (max-width: 1280px) {
  .container-tsr-text-tiles-2x2 .ce_text .container-text p {
    font-size: 2rem;
  }
}
@media all and (max-width: 991px) {
  .container-tsr-text-tiles-2x2 .ce_text .container-text p {
    font-size: 1.5rem;
  }
}
.container-tsr-text-tiles-2x2 .ce_text .container-text p a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -9999px;
  z-index: 99;
}

.container-tsr-text-tiles-4x1 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 15px;
  margin-top: 15px;
}
@media all and (max-width: 991px) {
  .container-tsr-text-tiles-4x1 {
    grid-template-columns: 1fr 1fr;
  }
}
@media all and (max-width: 575px) {
  .container-tsr-text-tiles-4x1 {
    grid-template-columns: 1fr;
  }
}
.container-tsr-text-tiles-4x1 .ce_text {
  min-height: 16.5vw;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
  position: relative;
  padding: 15px;
  background: #fff;
  border: 1px solid #db1932;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media all and (max-width: 991px) {
  .container-tsr-text-tiles-4x1 .ce_text {
    min-height: 30vw;
  }
}
@media all and (max-width: 575px) {
  .container-tsr-text-tiles-4x1 .ce_text {
    min-height: 50vw;
  }
}
.container-tsr-text-tiles-4x1 .ce_text:focus, .container-tsr-text-tiles-4x1 .ce_text:hover {
  background: #f2f1ef;
}
.container-tsr-text-tiles-4x1 .ce_text .image_container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container-tsr-text-tiles-4x1 .ce_text .image_container img {
  max-width: 70px;
  max-height: 70px;
}
@media all and (max-width: 991px) {
  .container-tsr-text-tiles-4x1 .ce_text .image_container img {
    max-width: 50px;
    max-height: 50px;
  }
}
@media all and (max-width: 767px) {
  .container-tsr-text-tiles-4x1 .ce_text .image_container img {
    max-width: 30px;
    max-height: 30px;
  }
}
.container-tsr-text-tiles-4x1 .ce_text .container-text {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: static;
}
.container-tsr-text-tiles-4x1 .ce_text .container-text p {
  margin-bottom: 0;
  color: #595959;
  font-family: "Quicksand", Arial, sans-serif;
  font-size: 1.75rem;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
  line-height: 1.1em;
}
@media all and (max-width: 1280px) {
  .container-tsr-text-tiles-4x1 .ce_text .container-text p {
    font-size: 1.625rem;
  }
}
@media all and (max-width: 991px) {
  .container-tsr-text-tiles-4x1 .ce_text .container-text p {
    font-size: 1.5rem;
  }
}
.container-tsr-text-tiles-4x1 .ce_text .container-text p a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -9999px;
  z-index: 99;
}

.container-tsr-text-tiles-3x1 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 15px;
  margin-top: 15px;
}
@media all and (max-width: 767px) {
  .container-tsr-text-tiles-3x1 {
    grid-template-columns: 1fr 1fr;
  }
}
@media all and (max-width: 575px) {
  .container-tsr-text-tiles-3x1 {
    grid-template-columns: 1fr;
  }
}
.container-tsr-text-tiles-3x1 .ce_text {
  min-height: 18vw;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
  position: relative;
  padding: 15px;
  background: #fff;
  border: 1px solid #db1932;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media all and (max-width: 991px) {
  .container-tsr-text-tiles-3x1 .ce_text {
    min-height: 30vw;
  }
}
@media all and (max-width: 575px) {
  .container-tsr-text-tiles-3x1 .ce_text {
    min-height: 50vw;
  }
}
.container-tsr-text-tiles-3x1 .ce_text:focus, .container-tsr-text-tiles-3x1 .ce_text:hover {
  background: #f2f1ef;
}
.container-tsr-text-tiles-3x1 .ce_text .image_container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container-tsr-text-tiles-3x1 .ce_text .image_container img {
  max-width: 70px;
  max-height: 70px;
}
@media all and (max-width: 991px) {
  .container-tsr-text-tiles-3x1 .ce_text .image_container img {
    max-width: 50px;
    max-height: 50px;
  }
}
@media all and (max-width: 767px) {
  .container-tsr-text-tiles-3x1 .ce_text .image_container img {
    max-width: 30px;
    max-height: 30px;
  }
}
.container-tsr-text-tiles-3x1 .ce_text .container-text {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: static;
}
.container-tsr-text-tiles-3x1 .ce_text .container-text p {
  margin-bottom: 0;
  color: #595959;
  font-family: "Quicksand", Arial, sans-serif;
  font-size: 2.625rem;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
  line-height: 1.1em;
}
@media all and (max-width: 1280px) {
  .container-tsr-text-tiles-3x1 .ce_text .container-text p {
    font-size: 2.25rem;
  }
}
@media all and (max-width: 991px) {
  .container-tsr-text-tiles-3x1 .ce_text .container-text p {
    font-size: 1.5rem;
  }
}
.container-tsr-text-tiles-3x1 .ce_text .container-text p a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -9999px;
  z-index: 99;
}

.row.grid-tsr-text-img > div {
  margin-bottom: 60px;
}
@media all and (max-width: 991px) {
  .row.grid-tsr-text-img > div {
    margin-bottom: 50px;
  }
}
.row.grid-tsr-text-img > div .ce_text {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.row.grid-tsr-text-img > div .ce_text:focus .image_container::after, .row.grid-tsr-text-img > div .ce_text:hover .image_container::after {
  opacity: 0.6;
}
.row.grid-tsr-text-img > div .ce_text .image_container {
  width: 100%;
  order: 2;
  margin-bottom: 0;
  position: relative;
  z-index: 9;
}
.row.grid-tsr-text-img > div .ce_text .image_container::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: "Quicksand", Arial, sans-serif;
  font-size: 2rem;
  text-align: center;
  font-weight: 500;
  z-index: 99;
  background: url(/files/hivheute/assets/icon-arrow-right-thin-white.svg) no-repeat top 0 left 0;
  background-size: 100%;
  width: 54px;
  height: 35px;
}
.row.grid-tsr-text-img > div .ce_text .image_container::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #db1932;
  opacity: 0.2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 9;
}
.row.grid-tsr-text-img > div .ce_text .image_container img {
  width: 100%;
}
.row.grid-tsr-text-img > div .ce_text .container-text {
  position: static;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  order: 1;
  z-index: 99;
}
.row.grid-tsr-text-img > div .ce_text .container-text::after {
  /*
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  right: 15px;
  bottom: 5px;
  background: url(/files/hivheute/assets/icon-arrow-right-black.svg) no-repeat top 0 left 0;
  background-size: 100%;
  z-
  index: 9;
  */
}
.row.grid-tsr-text-img > div .ce_text .container-text h3 {
  font-weight: 700;
}
.row.grid-tsr-text-img > div .ce_text .container-text p:last-child {
  margin-bottom: 0;
}
.row.grid-tsr-text-img > div .ce_text .container-text p a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -9999px;
  z-index: 99;
}

.row.grid-tsr-img-text > div {
  margin-bottom: 60px;
}
@media all and (max-width: 991px) {
  .row.grid-tsr-img-text > div {
    margin-bottom: 50px;
  }
}
.row.grid-tsr-img-text > div .ce_text {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media all and (max-width: 991px) {
  .row.grid-tsr-img-text > div .ce_text {
    padding-right: 15px;
  }
}
.row.grid-tsr-img-text > div .ce_text:focus .image_container img, .row.grid-tsr-img-text > div .ce_text:hover .image_container img {
  -ms-transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  transform: scale(1.15);
}
.row.grid-tsr-img-text > div .ce_text .image_container {
  width: 100%;
  overflow: hidden;
  order: 1;
  margin-bottom: 20px;
  position: relative;
  border: 1px solid #db1932;
  z-index: 9;
}
.row.grid-tsr-img-text > div .ce_text .image_container img {
  width: 100%;
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.row.grid-tsr-img-text > div .ce_text .container-text {
  position: static;
  order: 2;
  padding: 0 15px;
  z-index: 99;
}
.row.grid-tsr-img-text > div .ce_text .container-text h3 {
  margin-bottom: 0.3em;
  font-size: 2rem;
  font-weight: 700;
}
.row.grid-tsr-img-text > div .ce_text .container-text p:last-child {
  margin-bottom: 0;
}
.row.grid-tsr-img-text > div .ce_text .container-text p a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -9999px;
  z-index: 99;
}
.row.grid-tsr-img-text > div:first-child {
  padding-right: 40px;
}
@media all and (max-width: 991px) {
  .row.grid-tsr-img-text > div:first-child {
    padding-right: 0;
  }
}
.row.grid-tsr-img-text > div:last-child {
  padding-left: 40px;
}
@media all and (max-width: 991px) {
  .row.grid-tsr-img-text > div:last-child {
    padding-left: 0;
  }
}

.article-grey .article-inner .row.grid-tsr-text-img > div {
  margin-bottom: 0;
}
@media all and (max-width: 767px) {
  .article-grey .article-inner .row.grid-tsr-text-img > div {
    margin-bottom: 50px;
  }
}
@media all and (max-width: 767px) {
  .article-grey .article-inner .row.grid-tsr-text-img > div:last-child {
    margin-bottom: 0;
  }
}

@property --c1x {
  syntax: "<percentage>";
  initial-value: 75%;
  inherits: false;
}
@property --c1y {
  syntax: "<percentage>";
  initial-value: 30%;
  inherits: false;
}
.ce_text.tsr-text-bg-color-anim {
  min-height: 360px;
  overflow: hidden;
  position: relative;
  padding: 50px 20px;
  border-radius: 8px;
  --base-1: #76cddd;
  --base-2: #66c2d1;
  --ring-1: rgba(255,255,255,.22);
  --ring-2: rgba(255,255,255,.12);
  --c1x: 75%;
  --c1y: 30%;
  background: radial-gradient(140% 140% at var(--c1x) var(--c1y), var(--ring-1) 0 38%, transparent 39%), radial-gradient(90% 90% at calc(var(--c1x) - 12%) calc(var(--c1y) + 48%), var(--ring-2) 0 52%, transparent 53%), linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(0, 0, 0, 0) 45%), linear-gradient(135deg, var(--base-1), var(--base-2));
  transition: --c1x 0.8s ease, --c1y 0.8s ease, transform 0.3s ease;
}
.ce_text.tsr-text-bg-color-anim:focus, .ce_text.tsr-text-bg-color-anim:hover {
  --c1x: 86%;
  --c1y: 55%;
  transform: translateY(-2px);
}
.ce_text.tsr-text-bg-color-anim h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}
.ce_text.tsr-text-bg-color-anim h3::first-line {
  font-size: 18px;
}
.ce_text.tsr-text-bg-color-anim p {
  position: static;
  color: #fff;
}
.ce_text.tsr-text-bg-color-anim p:last-child {
  margin-bottom: 0;
}
.ce_text.tsr-text-bg-color-anim p a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  text-indent: -9999px;
  z-index: 99;
}
.ce_text.tsr-text-bg-color-anim p a::before {
  content: "";
  width: 150px;
  height: 10px;
  position: absolute;
  bottom: 40px;
  left: 20px;
  background: url(/files/hivheute/assets/icon-arrow.svg) no-repeat top 0 left 0;
  background-size: cover;
}
.ce_text.tsr-text-bg-color-anim.red-color {
  --base-1: #e86851;
  --base-2: #ea7763;
}
.ce_text.tsr-text-bg-color-anim.orange-color {
  --base-1: #fbaa18;
  --base-2: #fbb330;
}

.row.grid-align-right > div {
  display: flex;
  justify-content: flex-end;
}

.row > div.col-align-left {
  display: flex;
  justify-content: flex-start;
}

.row > div.col-align-center {
  display: flex;
  justify-content: center;
}

.row > div.col-align-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}
@media all and (max-width: 991px) {
  .row > div.col-align-right {
    align-items: flex-start;
  }
}

.row.grid-vert-center {
  display: flex;
  align-items: center;
}

.row.grid-video-text {
  margin-bottom: 30px;
}
.row.grid-video-text > div .ce_vimeo {
  margin-bottom: 20px;
}
@media all and (max-width: 991px) {
  .row.grid-video-text > div .ce_vimeo {
    margin-top: 30px;
  }
}
.row.grid-video-text > div .ce_text h4 {
  font-size: 1.375rem;
  font-weight: 700;
}

.row.grid-fivteen-gap > div {
  padding-left: 0;
  padding-right: 0;
}
.row.grid-fivteen-gap > div:first-child {
  padding-right: 7px;
}
@media all and (max-width: 1280px) {
  .row.grid-fivteen-gap > div:first-child {
    padding-left: 15px;
  }
}
@media all and (max-width: 991px) {
  .row.grid-fivteen-gap > div:first-child {
    margin-bottom: 15px;
    padding-right: 15px;
  }
}
.row.grid-fivteen-gap > div:last-child {
  padding-left: 8px;
}
@media all and (max-width: 1280px) {
  .row.grid-fivteen-gap > div:last-child {
    padding-right: 15px;
  }
}
@media all and (max-width: 991px) {
  .row.grid-fivteen-gap > div:last-child {
    padding-left: 15px;
  }
}

.mod_article.article-grey .article-inner .grid-video-text {
  margin-bottom: 0;
}

.container-text-bullets {
  align-items: center;
}
.container-text-bullets > div:first-child {
  display: flex;
  justify-content: flex-end;
  padding-right: 100px;
}
@media all and (max-width: 1280px) {
  .container-text-bullets > div:first-child {
    padding-right: 30px;
  }
}
@media all and (max-width: 991px) {
  .container-text-bullets > div:first-child {
    justify-content: flex-start;
    margin-bottom: 40px;
    padding-right: 0;
  }
}
@media all and (max-width: 991px) {
  .container-text-bullets > div:last-child {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media all and (max-width: 767px) {
  .container-text-bullets > div:last-child {
    grid-template-columns: 1fr;
  }
}
.container-text-bullets > div:last-child .ce_text {
  margin-right: 40px;
}
@media all and (max-width: 991px) {
  .container-text-bullets > div:last-child .ce_text {
    justify-self: center;
    margin-right: 0;
  }
}
@media all and (max-width: 767px) {
  .container-text-bullets > div:last-child .ce_text {
    margin-bottom: 30px;
  }
}
.container-text-bullets > div:last-child .ce_text:last-child {
  margin-right: 0;
}
@media all and (max-width: 767px) {
  .container-text-bullets > div:last-child .ce_text:last-child {
    margin-bottom: 0;
  }
}

.ce_text.infobox {
  position: relative;
  padding: 40px 150px 28px 40px !important;
  background: rgb(241, 241, 241);
  background: linear-gradient(90deg, rgb(241, 241, 241) 0%, rgb(255, 255, 255) 50%, rgb(235, 235, 235) 100%);
}
@media all and (max-width: 991px) {
  .ce_text.infobox {
    padding: 30px 100px 18px 30px !important;
  }
}
.ce_text.infobox::after {
  content: "";
  width: 43px;
  height: 120px;
  position: absolute;
  top: 30px;
  right: 40px;
  background: url(/files/hivheute/assets/icon-info-red.png) no-repeat top 0 left 0;
  background-size: cover;
  z-index: 99;
}
@media all and (max-width: 991px) {
  .ce_text.infobox::after {
    width: 32px;
    height: 90px;
    top: 20px;
    right: 30px;
  }
}

.container-contact-boxes {
  display: flex;
  flex-wrap: wrap;
  flex: 1 1 30%;
}
.container-contact-boxes .ce_text {
  flex-basis: 33.3333333%;
  flex-grow: 1;
  flex-shrink: 1;
  margin-bottom: 20px;
  padding-right: 20px;
}
@media all and (max-width: 1280px) {
  .container-contact-boxes .ce_text {
    flex-basis: 50%;
  }
}
@media all and (max-width: 991px) {
  .container-contact-boxes .ce_text {
    flex-basis: 100%;
  }
}
.container-contact-boxes .ce_text p a {
  word-break: break-all;
}

.ce_text.text-arrow-left .container-text {
  position: relative;
  padding-left: 150px;
}
@media all and (max-width: 1280px) {
  .ce_text.text-arrow-left .container-text {
    padding-left: 100px;
  }
}
@media all and (max-width: 991px) {
  .ce_text.text-arrow-left .container-text {
    padding-left: 60px;
  }
}
.ce_text.text-arrow-left .container-text::before {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: url(/files/hivheute/assets/icon-arrow-right-black.svg) no-repeat center left;
  background-size: 100%;
}
@media all and (max-width: 991px) {
  .ce_text.text-arrow-left .container-text::before {
    width: 40px;
    height: 40px;
  }
}
.ce_text.text-arrow-left p {
  margin-bottom: 0;
  font-family: "Quicksand", Arial, sans-serif;
  font-size: 1.625rem;
  line-height: 1.6em;
}
@media all and (max-width: 991px) {
  .ce_text.text-arrow-left p {
    font-size: 1.375rem;
  }
}
@media all and (max-width: 767px) {
  .ce_text.text-arrow-left p {
    font-size: 1.125rem;
  }
}
.ce_text.text-arrow-left.large p {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3em;
}
@media all and (max-width: 1280px) {
  .ce_text.text-arrow-left.large p {
    font-size: 1.625rem;
  }
}
@media all and (max-width: 991px) {
  .ce_text.text-arrow-left.large p {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 767px) {
  .ce_text.text-arrow-left.large p {
    font-size: 1.375rem;
  }
}

.ce_text.round-button-red {
  width: 220px;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: #db1932;
  border: 1px solid #db1932;
  border-radius: 50%;
}
@media all and (max-width: 767px) {
  .ce_text.round-button-red {
    width: 180px;
    height: 180px;
  }
}
.ce_text.round-button-red p {
  margin-bottom: 0;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.3em;
}
@media all and (max-width: 767px) {
  .ce_text.round-button-red p {
    font-size: 1.125rem;
  }
}

.ce_text.padding-left-fifty {
  padding-left: 50px;
}
@media all and (max-width: 1280px) {
  .ce_text.padding-left-fifty {
    padding-left: 0;
  }
}

.container-question-answer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
}
@media all and (max-width: 991px) {
  .container-question-answer {
    grid-template-columns: 1fr;
    overflow: hidden;
  }
}
@media all and (max-width: 991px) {
  .container-question-answer > div.ce_image {
    margin-left: -6%;
  }
}
@media all and (max-width: 767px) {
  .container-question-answer > div.ce_image {
    margin-left: -8%;
  }
}
.container-question-answer > div:nth-child(2) {
  display: flex;
  justify-content: flex-end;
  padding-right: 100px;
}
@media all and (max-width: 1280px) {
  .container-question-answer > div:nth-child(2) {
    padding-right: 30px;
  }
}
@media all and (max-width: 991px) {
  .container-question-answer > div:nth-child(2) {
    justify-content: flex-start;
    margin-bottom: 40px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media all and (max-width: 991px) {
  .container-question-answer > div:last-child {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.container-question-answer > div:last-child p:last-child {
  margin-bottom: 0;
}

.ce_text.container-textbox-red {
  padding: 30px 30px 100px 30px;
  background: #db1932;
}
@media all and (max-width: 991px) {
  .ce_text.container-textbox-red {
    padding: 30px 30px 60px 30px;
  }
}
.ce_text.container-textbox-red p {
  color: #fff;
  font-family: "Quicksand", Arial, sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.3em;
}
@media all and (max-width: 1280px) {
  .ce_text.container-textbox-red p {
    font-size: 2.625rem;
  }
}
@media all and (max-width: 991px) {
  .ce_text.container-textbox-red p {
    font-size: 2rem;
  }
}
@media all and (max-width: 767px) {
  .ce_text.container-textbox-red p {
    font-size: 1.5rem;
  }
}

.container-list-hori {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
@media all and (max-width: 1280px) {
  .container-list-hori {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media all and (max-width: 991px) {
  .container-list-hori {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
  }
}
@media all and (max-width: 991px) {
  .container-list-hori {
    grid-template-columns: auto;
    grid-template-rows: auto;
  }
}
.container-list-hori .ce_text {
  position: relative;
  padding-top: 80px;
  padding-right: 15px;
  padding-bottom: 3px;
  padding-left: 15px;
}
@media all and (max-width: 991px) {
  .container-list-hori .ce_text {
    padding-top: 60px;
  }
}
.container-list-hori .ce_text:nth-child(odd) {
  background: #f2f1ef;
}
.container-list-hori .ce_text h4 {
  color: #595959;
}
.container-list-hori .ce_text p:first-child {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 6px 8px;
  color: #fff;
  font-size: 1.375rem;
  text-align: center;
  line-height: 1;
  background: #db1932;
  border-radius: 50%;
}
.container-list-hori .ce_text ul {
  padding-left: 0;
}

.ce_form.container-downloads-select .formbody {
  display: grid;
  grid-template-columns: 240px 1fr;
}
@media all and (max-width: 991px) {
  .ce_form.container-downloads-select .formbody {
    grid-template-columns: auto;
  }
}
.ce_form.container-downloads-select .formbody .container-download {
  width: 240px;
  min-height: 310px;
  position: relative;
  padding-right: 40px;
}
@media all and (max-width: 991px) {
  .ce_form.container-downloads-select .formbody .container-download {
    max-width: 100%;
    order: 2;
  }
}
.ce_form.container-downloads-select .formbody .container-download fieldset {
  width: 100%;
  height: 100%;
}
.ce_form.container-downloads-select .formbody .container-download .widget-explanation {
  max-width: 200px;
  height: 100%;
  position: relative;
  margin-bottom: 0;
  z-index: 99;
}
.ce_form.container-downloads-select .formbody .container-download .widget-explanation:focus p:last-child, .ce_form.container-downloads-select .formbody .container-download .widget-explanation:hover p:last-child {
  color: #db1932;
}
.ce_form.container-downloads-select .formbody .container-download .widget-explanation p {
  position: static;
  margin-bottom: 0;
}
.ce_form.container-downloads-select .formbody .container-download .widget-explanation p img {
  width: 100%;
  border: 1px solid #e6e6e6;
}
.ce_form.container-downloads-select .formbody .container-download .widget-explanation p a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -9999px;
  opacity: 0;
  z-index: 99;
}
.ce_form.container-downloads-select .formbody .container-download .widget-explanation p:last-child {
  position: relative;
  margin-top: 10px;
  padding-left: 50px;
  color: #595959;
  font-size: 1.375rem;
  line-height: 32px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ce_form.container-downloads-select .formbody .container-download .widget-explanation p:last-child::before {
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  top: -2px;
  left: 0;
  background: url(/files/hivheute/assets/icon-download.png) no-repeat top 0 left 0;
  background-size: 32px;
}
.ce_form.container-downloads-select .formbody .container-download .widget-explanation.fallback {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.ce_form.container-downloads-select .formbody .container-download .widget-explanation.fallback p:last-child::before {
  display: none;
}
@media all and (max-width: 991px) {
  .ce_form.container-downloads-select .formbody .widget-select {
    order: 1;
  }
}
.ce_form.container-downloads-select .formbody .widget-select label {
  font-family: "Quicksand", Arial, sans-serif;
  font-size: 1.25rem;
}
.ce_form.container-downloads-select .formbody .widget-select select {
  width: 280px;
  max-width: 100%;
  align-self: flex-start;
  appearance: none;
  -webkit-appearance: none;
  padding: 10px 20px;
  color: #595959;
  font-size: 1.125rem;
  background: url(/files/hivheute/assets/icon-arrow-down-20.png) no-repeat top 14px right 12px;
  background-size: 20px;
  border: 1px solid #595959;
}
.ce_text.container-text-campaign-together {
  padding-top: 10%;
}
.ce_text.container-text-campaign-together p {
  margin-bottom: 0.8em;
  font-size: 6.25rem;
  font-weight: 700;
  line-height: 1.3em;
  text-transform: uppercase;
}
.ce_text.container-text-campaign-together p .text-red {
  color: #db1932;
}
.ce_text.container-text-campaign-together p:last-child {
  margin-bottom: 0;
  font-size: 3.75rem;
}

.ce_text.box-info-red {
  max-width: 60%;
  position: relative;
  padding: 50px 120px 50px 50px !important;
  background: #db1932;
}
@media all and (max-width: 991px) {
  .ce_text.box-info-red {
    max-width: calc(100% - 30px);
    padding: 30px 70px 30px 15px !important;
  }
}
.ce_text.box-info-red::before {
  content: "";
  width: 62px;
  height: 62px;
  position: absolute;
  top: 50px;
  right: 50px;
  background: url(/files/hivheute/assets/icon-info.svg) no-repeat top 0 left 0;
  background-size: 62px;
}
@media all and (max-width: 991px) {
  .ce_text.box-info-red::before {
    width: 42px;
    height: 42px;
    top: 30px;
    right: 15px;
    background: url(/files/hivheute/assets/icon-info.svg) no-repeat top 0 left 0;
    background-size: 42px;
  }
}
.ce_text.box-info-red h2, .ce_text.box-info-red h3, .ce_text.box-info-red h4 {
  color: #fff;
}
.ce_text.box-info-red p {
  color: #fff;
}
.ce_text.box-info-red p:last-child {
  margin-bottom: 0;
}

.box-video-text {
  width: 100%;
  float: left;
  position: relative;
}
.box-video-text .video-container {
  margin-bottom: 20px;
}
.box-video-text h2, .box-video-text h3, .box-video-text h4, .box-video-text h5, .box-video-text h6 {
  padding: 0 20px;
  font-family: "Quicksand", Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media all and (max-width: 991px) {
  .box-video-text h2, .box-video-text h3, .box-video-text h4, .box-video-text h5, .box-video-text h6 {
    padding: 0;
  }
}
.box-video-text p {
  padding: 0 20px;
}
@media all and (max-width: 991px) {
  .box-video-text p {
    padding: 0;
  }
}

.container-flex-grid-videos {
  width: 100%;
  float: left;
  position: relative;
}
.container-flex-grid-videos .flex-grid-video {
  height: auto;
  margin-bottom: 30px;
}
@media all and (max-width: 991px) {
  .container-flex-grid-videos .flex-grid-video.even {
    padding-right: 15px !important;
    padding-left: 0 !important;
  }
}
@media all and (max-width: 767px) {
  .container-flex-grid-videos .flex-grid-video.even {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
@media all and (max-width: 991px) {
  .container-flex-grid-videos .flex-grid-video.odd {
    padding-right: 0 !important;
    padding-left: 15px !important;
  }
}
@media all and (max-width: 767px) {
  .container-flex-grid-videos .flex-grid-video.odd {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
.container-flex-grid-videos .flex-grid-video .video-inside {
  /*
  display: flex;
   		-webkit-box-orient: vertical;
   		-webkit-box-direction: normal;
   		-ms-flex-direction: column;
   		flex-direction: column;
   		-webkit-box-flex: 1;
   		-ms-flex-positive: 1;
   		flex-grow: 1;*/
}
.container-flex-grid-videos .flex-grid-video .video-inside .video-container {
  position: relative;
  margin-bottom: 5px;
}
.container-flex-grid-videos .flex-grid-video .video-inside .video-container .video-wrapper .cookieconsent-optout-marketing {
  width: 100%;
  height: 100%;
  top: 0 !important;
  left: 0;
  -ms-transform: translate(0, 0) !important;
  -webkit-transform: translate(0, 0) !important;
  -moz-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
  padding: 0;
  background: none;
}
.container-flex-grid-videos .flex-grid-video .video-inside .video-container .video-wrapper .cookieconsent-optout-marketing img {
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /*
  width: 100%;
  height: auto;
  float: left;
  */
}
.container-flex-grid-videos .flex-grid-video .video-inside .video-container .video-wrapper .cookieconsent-optout-marketing .container-text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9;
}
.container-flex-grid-videos .flex-grid-video .video-inside .video-container .video-wrapper .cookieconsent-optout-marketing .container-text p {
  width: 100%;
  margin-bottom: 0;
  color: #fff;
  text-align: center;
}
.container-flex-grid-videos .flex-grid-video .video-inside .video-container .video-wrapper .cookieconsent-optout-marketing .container-text p a {
  color: #fff;
}
.container-flex-grid-videos .flex-grid-video .video-inside .video-container .video-wrapper .cookieconsent-optout-marketing .container-text p a:focus, .container-flex-grid-videos .flex-grid-video .video-inside .video-container .video-wrapper .cookieconsent-optout-marketing .container-text p a:hover {
  color: #fff;
}
.container-flex-grid-videos .flex-grid-video .video-inside .video-category {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 5px;
  padding: 0 15px;
}
.container-flex-grid-videos .flex-grid-video .video-inside .video-category ul {
  width: 100%;
  margin: 0;
  padding: 0;
}
.container-flex-grid-videos .flex-grid-video .video-inside .video-category ul li {
  float: left;
  margin-right: 7px;
  font-size: 14px;
  line-height: 1.2em;
}
.container-flex-grid-videos .flex-grid-video .video-inside .video-category ul li span {
  display: inline-block;
  position: relative;
  padding-left: 12px;
  line-height: 1.2em;
}
.container-flex-grid-videos .flex-grid-video .video-inside .video-category ul li span::after {
  /*
  content: "";
  display: list-item;
  list-style-type: disc;
  list-style-position: inside;
  */
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  left: 0px;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-size: 6px;
  font-weight: 600;
  line-height: 6px;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.container-flex-grid-videos .flex-grid-video .video-inside .video-category ul li:first-child span {
  padding-left: 0;
}
.container-flex-grid-videos .flex-grid-video .video-inside .video-category ul li:first-child span::after {
  display: none;
}
.container-flex-grid-videos .flex-grid-video .video-inside .video-title {
  width: 100%;
  float: left;
  position: relative;
  padding: 0 15px;
}
.container-flex-grid-videos .flex-grid-video .video-inside .video-title p {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2em;
}
.container-flex-grid-videos .flex-grid-video.video-new .video-inside .video-container::after {
  content: "Neu";
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  padding: 6px 10px;
  color: #fff;
  font-size: 16px;
  line-height: 1em;
  text-transform: uppercase;
  background: #db1932;
}
.container-flex-grid-videos .lds-roller {
  width: 80px;
  height: 80px;
  display: inline-block;
  position: absolute;
  top: 50px;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgb(255, 255, 255);
  z-index: 9999999;
}
.container-flex-grid-videos .lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.container-flex-grid-videos .lds-roller div::after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #595959;
  margin: -4px 0 0 -4px;
}
.container-flex-grid-videos .lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.container-flex-grid-videos .lds-roller div:nth-child(1)::after {
  top: 63px;
  left: 63px;
}
.container-flex-grid-videos .lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.container-flex-grid-videos .lds-roller div:nth-child(2)::after {
  top: 68px;
  left: 56px;
}
.container-flex-grid-videos .lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.container-flex-grid-videos .lds-roller div:nth-child(3)::after {
  top: 71px;
  left: 48px;
}
.container-flex-grid-videos .lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.container-flex-grid-videos .lds-roller div:nth-child(4)::after {
  top: 72px;
  left: 40px;
}
.container-flex-grid-videos .lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.container-flex-grid-videos .lds-roller div:nth-child(5)::after {
  top: 71px;
  left: 32px;
}
.container-flex-grid-videos .lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.container-flex-grid-videos .lds-roller div:nth-child(6)::after {
  top: 68px;
  left: 24px;
}
.container-flex-grid-videos .lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.container-flex-grid-videos .lds-roller div:nth-child(7)::after {
  top: 63px;
  left: 17px;
}
.container-flex-grid-videos .lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.container-flex-grid-videos .lds-roller div:nth-child(8)::after {
  top: 56px;
  left: 12px;
}

.image-bordered-text {
  min-height: 186px;
  position: relative;
  margin-bottom: 20px;
  padding-left: 268px;
}
@media all and (max-width: 767px) {
  .image-bordered-text {
    min-height: inherit;
    padding-left: 0;
  }
}
.image-bordered-text figure {
  position: absolute;
  top: 0;
  left: 0;
  border: 5px solid #fff;
  border-radius: 5px;
}
@media all and (max-width: 767px) {
  .image-bordered-text figure {
    position: relative;
    margin-bottom: 10px;
  }
}
.image-bordered-text h3 {
  margin-bottom: 30px;
  color: #595959;
  font-size: 1.75rem;
  font-style: italic;
  padding-top: 65px;
}
@media all and (max-width: 991px) {
  .image-bordered-text h3 {
    width: 100%;
    clear: both;
    padding-top: 0;
    font-size: 1.5rem;
  }
}
@media all and (max-width: 767px) {
  .image-bordered-text h3 {
    margin-bottom: 10px;
  }
}
.image-bordered-text p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}

.box-video-text {
  width: 100%;
  float: left;
  position: relative;
}
.box-video-text .video-container {
  margin-bottom: 20px;
}
.box-video-text h2, .box-video-text h3, .box-video-text h4, .box-video-text h5, .box-video-text h6 {
  padding: 0 20px;
  font-family: "Quicksand", Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media all and (max-width: 991px) {
  .box-video-text h2, .box-video-text h3, .box-video-text h4, .box-video-text h5, .box-video-text h6 {
    padding: 0;
  }
}
.box-video-text p {
  padding: 0 20px;
}
@media all and (max-width: 991px) {
  .box-video-text p {
    padding: 0;
  }
}

.mod_breadcrumb {
  width: 100%;
  position: absolute;
  bottom: 40px;
  left: 0;
  padding-left: 10%;
}
@media all and (max-width: 1679px) {
  .mod_breadcrumb {
    padding-left: 5%;
  }
}
@media all and (max-width: 1280px) {
  .mod_breadcrumb {
    bottom: 30px;
    padding-left: 15px;
  }
}
.mod_breadcrumb ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  position: relative;
  margin: 0;
  padding: 0;
}
@media all and (max-width: 991px) {
  .mod_breadcrumb ul {
    display: none;
  }
}
.mod_breadcrumb ul li {
  display: inline-block;
  padding-right: 10px;
  margin-right: 10px;
  color: #595959;
  font-family: "Quicksand", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  border-right: 1px solid #595959;
}
.mod_breadcrumb ul li:focus span, .mod_breadcrumb ul li:hover span {
  text-decoration: underline;
}
.mod_breadcrumb ul li.active {
  font-weight: 500;
}
.mod_breadcrumb ul li a {
  color: #595959;
  font-family: "Quicksand", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  text-decoration: none;
}
.mod_breadcrumb ul li a:focus, .mod_breadcrumb ul li a:hover {
  text-decoration: none;
}
.mod_breadcrumb ul li.last {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

body.no-bc .mod_breadcrumb {
  display: none;
}

.mod_booknav {
  display: none;
  margin: 100px 0;
  justify-content: center;
}
@media all and (max-width: 991px) {
  .mod_booknav {
    padding: 0 15px;
  }
}
.mod_booknav ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
}
@media all and (max-width: 991px) {
  .mod_booknav ul {
    flex-direction: column;
  }
}
.mod_booknav ul li {
  display: flex;
  justify-content: center;
}
@media all and (max-width: 991px) {
  .mod_booknav ul li {
    margin-bottom: 20px;
  }
}
.mod_booknav ul li a {
  position: relative;
  display: inline-block;
  padding-left: 50px;
  color: #595959;
  font-family: "Quicksand", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  text-decoration: none;
  line-height: 1.1em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media all and (max-width: 991px) {
  .mod_booknav ul li a {
    font-size: 1.625rem;
  }
}
.mod_booknav ul li a:focus, .mod_booknav ul li a:hover {
  color: #db1932;
  text-decoration: none;
}
.mod_booknav ul li a:focus #svg-arrow-right, .mod_booknav ul li a:hover #svg-arrow-right {
  fill: #db1932;
}
.mod_booknav ul li a #svg-arrow-right {
  position: absolute;
  top: 0.5em;
  left: 0;
  fill: #595959;
  -ms-transform: translate(0, -50%) rotate(180deg);
  -webkit-transform: translate(0, -50%) rotate(180deg);
  -moz-transform: translate(0, -50%) rotate(180deg);
  transform: translate(0, -50%) rotate(180deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mod_booknav ul li.previous {
  width: 50%;
}
@media all and (max-width: 991px) {
  .mod_booknav ul li.previous {
    width: 100%;
    justify-content: center;
  }
}
.mod_booknav ul li.next {
  width: 50%;
}
@media all and (max-width: 991px) {
  .mod_booknav ul li.next {
    width: 100%;
    justify-content: center;
    margin-bottom: 0;
  }
}
.mod_booknav ul li.next a {
  padding-left: 0;
  padding-right: 50px;
}
.mod_booknav ul li.next a #svg-arrow-right {
  right: 0;
  left: inherit;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

body.show-booknav.knowledge .mod_booknav.knowledge {
  display: block;
}

body.show-booknav.therapy .mod_booknav.therapy {
  display: block;
}

body.booknav-first .mod_booknav ul li.previous a {
  visibility: hidden;
  opacity: 0;
}

#lang-change {
  text-align: center;
  height: 80px;
  padding: 0 50px 0 20px;
  max-width: 500px;
  color: #fff;
  background: #db1932;
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
}

.select-lang {
  text-align: center;
  margin-top: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.select-lang select::-ms-expand {
  display: none;
}
.select-lang label {
  position: relative;
  width: 300px;
}
.select-lang label::after {
  content: "\f107";
  color: #fff;
  position: absolute;
  right: 0;
  top: 26px;
  z-index: 1;
  width: 10%;
  height: 100%;
  pointer-events: none;
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
  right: 30px;
}

.mod_article.article-bootstrap-select {
  overflow: visible !important; /* reset default style */
  position: relative; /* needed for z-index */
  z-index: 99999999;
}
.mod_article.article-bootstrap-select .article-inner {
  padding-top: 0;
  padding-bottom: 0;
}
.mod_article.article-bootstrap-select .article-inner .ce_metamodels_frontendfilter.catfilter {
  width: 100%;
  overflow: visible !important; /* reset default style */
  float: left;
  position: relative;
  margin-top: 50px;
}
@media all and (max-width: 1080px) {
  .mod_article.article-bootstrap-select .article-inner .ce_metamodels_frontendfilter.catfilter {
    margin-top: 0;
  }
}
.mod_article.article-bootstrap-select .article-inner .ce_metamodels_frontendfilter.catfilter .formbody {
  width: 100%;
  float: left;
  position: relative;
}
.mod_article.article-bootstrap-select .article-inner .ce_metamodels_frontendfilter.catfilter .formbody > .submit_container {
  display: none;
}
.mod_article.article-bootstrap-select .article-inner .widget.mm_tags.video_cat {
  width: calc(25% - 15px);
  float: left;
  margin-right: 15px;
}
@media all and (max-width: 1080px) {
  .mod_article.article-bootstrap-select .article-inner .widget.mm_tags.video_cat {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.mod_article.article-bootstrap-select .article-inner .widget.mm_tags.video_cat.used {
  margin-bottom: 15px;
}
.mod_article.article-bootstrap-select .article-inner .widget.mm_tags.expert {
  width: 25%;
  float: left;
}
@media all and (max-width: 1080px) {
  .mod_article.article-bootstrap-select .article-inner .widget.mm_tags.expert {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .mod_article.article-bootstrap-select .article-inner .widget.mm_tags.expert {
    margin-bottom: 15px;
  }
}
.mod_article.article-bootstrap-select .article-inner .widget.mm_tags.expert.used {
  margin-bottom: 40px;
}
.mod_article.article-bootstrap-select .article-inner .dropdown.bootstrap-select {
  width: 100%;
  overflow: visible;
}
.mod_article.article-bootstrap-select .article-inner .dropdown.bootstrap-select .btn.dropdown-toggle {
  width: 100%;
  padding: 20px 20px 16px 20px;
  color: #595959;
  font-family: "Quicksand", Arial, sans-serif;
  font-size: 32px;
  line-height: 1em;
  text-transform: uppercase;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  outline: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
@media all and (max-width: 1080px) {
  .mod_article.article-bootstrap-select .article-inner .dropdown.bootstrap-select .btn.dropdown-toggle {
    padding: 10px 10px 6px 10px;
    font-size: 24px;
  }
}
@media all and (max-width: 767px) {
  .mod_article.article-bootstrap-select .article-inner .dropdown.bootstrap-select .btn.dropdown-toggle {
    font-size: 18px;
  }
}
@media all and (max-width: 400px) {
  .mod_article.article-bootstrap-select .article-inner .dropdown.bootstrap-select .btn.dropdown-toggle {
    font-size: 16px;
  }
}
.mod_article.article-bootstrap-select .article-inner .dropdown.bootstrap-select .btn.dropdown-toggle:focus, .mod_article.article-bootstrap-select .article-inner .dropdown.bootstrap-select .btn.dropdown-toggle:hover {
  background: #f2f1ef;
  border: 1px solid #f2f1ef;
}
.mod_article.article-bootstrap-select .article-inner .dropdown.bootstrap-select .btn.dropdown-toggle::after {
  display: none;
}
@media all and (max-width: 767px) {
  .mod_article.article-bootstrap-select .article-inner .dropdown.bootstrap-select .btn.dropdown-toggle .filter-option .filter-option-inner-inner .filter-option-inner-inner {
    white-space: break-spaces;
  }
}
.mod_article.article-bootstrap-select .article-inner .dropdown.bootstrap-select > .dropdown-menu {
  width: 1090px;
  max-width: calc(100vw - 45px);
  top: 80px !important;
  -ms-transform: translate(0, 0) !important;
  -webkit-transform: translate(0, 0) !important;
  -moz-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
  padding: 10px 10px 80px 10px;
  border-radius: 0;
}
.mod_article.article-bootstrap-select .article-inner .dropdown.bootstrap-select > .dropdown-menu .inner ul li {
  width: 33.3333333%;
  float: left;
  margin-bottom: 4px;
  padding-right: 30px;
}
@media all and (max-width: 1100px) {
  .mod_article.article-bootstrap-select .article-inner .dropdown.bootstrap-select > .dropdown-menu .inner ul li {
    width: 50%;
  }
}
@media all and (max-width: 991px) {
  .mod_article.article-bootstrap-select .article-inner .dropdown.bootstrap-select > .dropdown-menu .inner ul li {
    width: 100%;
  }
}
.mod_article.article-bootstrap-select .article-inner .dropdown.bootstrap-select > .dropdown-menu .inner ul li a.dropdown-item {
  position: relative;
  padding-top: 0;
  padding-bottom: 4px;
  padding-left: 0;
  background: none;
  border-bottom: 1px solid #e6e6e6;
}
.mod_article.article-bootstrap-select .article-inner .dropdown.bootstrap-select > .dropdown-menu .inner ul li a.dropdown-item:focus, .mod_article.article-bootstrap-select .article-inner .dropdown.bootstrap-select > .dropdown-menu .inner ul li a.dropdown-item:hover {
  background: none;
}
.mod_article.article-bootstrap-select .article-inner .dropdown.bootstrap-select > .dropdown-menu .inner ul li a.dropdown-item:focus span.check-mark::after, .mod_article.article-bootstrap-select .article-inner .dropdown.bootstrap-select > .dropdown-menu .inner ul li a.dropdown-item:hover span.check-mark::after {
  color: #4ed1b7;
}
.mod_article.article-bootstrap-select .article-inner .dropdown.bootstrap-select > .dropdown-menu .inner ul li a.dropdown-item:focus span.text, .mod_article.article-bootstrap-select .article-inner .dropdown.bootstrap-select > .dropdown-menu .inner ul li a.dropdown-item:hover span.text {
  color: #4ed1b7;
}
.mod_article.article-bootstrap-select .article-inner .dropdown.bootstrap-select > .dropdown-menu .inner ul li a.dropdown-item span.check-mark::after {
  color: #595959;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mod_article.article-bootstrap-select .article-inner .dropdown.bootstrap-select > .dropdown-menu .inner ul li a.dropdown-item span.text {
  color: #595959;
  white-space: pre-line;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mod_article.article-bootstrap-select .article-inner .dropdown.bootstrap-select > .dropdown-menu .inner ul li a.dropdown-item.selected span.check-mark::after {
  color: #4ed1b7;
}
.mod_article.article-bootstrap-select .article-inner .dropdown.bootstrap-select > .dropdown-menu .inner ul li a.dropdown-item.selected span.text {
  color: #4ed1b7;
}
.mod_article.article-bootstrap-select .article-inner .dropdown.bootstrap-select > .dropdown-menu .inner ul li a.dropdown-item.topic-new span.text {
  position: relative;
  padding-right: 22px;
}
.mod_article.article-bootstrap-select .article-inner .dropdown.bootstrap-select > .dropdown-menu .inner ul li a.dropdown-item.topic-new span.text::after {
  content: "Neu";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  color: #4ed1b7;
  font-size: 10px;
  line-height: 1em;
  text-transform: uppercase;
}
.mod_article.article-bootstrap-select .article-inner .dropdown.bootstrap-select > .dropdown-menu .inner ul li a.dropdown-item.li-special span.text {
  position: relative;
  padding-right: 70px;
}
.mod_article.article-bootstrap-select .article-inner .dropdown.bootstrap-select > .dropdown-menu .inner ul li a.dropdown-item.li-special span.text::after {
  content: "Community";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  color: #4ed1b7;
  font-size: 10px;
  line-height: 1em;
  text-transform: uppercase;
}
.mod_article.article-bootstrap-select .article-inner .dropdown.bootstrap-select > .dropdown-menu .bs-actionsbox {
  width: calc(100% - 10px);
  position: absolute;
  bottom: 10px;
  left: 10px;
}
@media all and (max-width: 767px) {
  .mod_article.article-bootstrap-select .article-inner .dropdown.bootstrap-select > .dropdown-menu .bs-actionsbox {
    position: relative;
    bottom: 0;
    left: 0;
  }
}
.mod_article.article-bootstrap-select .article-inner .dropdown.bootstrap-select > .dropdown-menu .bs-actionsbox .btn-group .actions-btn.filterbtn {
  width: auto;
  order: 2;
  flex-grow: inherit;
  padding: 10px 20px 6px 20px;
  color: #fff;
  font-family: "Quicksand", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.2em;
  background: #4ed1b7;
  border: 0;
  border-radius: 0;
  outline: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.mod_article.article-bootstrap-select .article-inner .dropdown.bootstrap-select > .dropdown-menu .bs-actionsbox .btn-group .actions-btn.filterbtn:focus, .mod_article.article-bootstrap-select .article-inner .dropdown.bootstrap-select > .dropdown-menu .bs-actionsbox .btn-group .actions-btn.filterbtn:hover {
  background: #77fce2;
}
.mod_article.article-bootstrap-select .article-inner .dropdown.bootstrap-select > .dropdown-menu .bs-actionsbox .btn-group .actions-btn.bs-deselect-all {
  width: auto;
  order: 1;
  flex-grow: inherit;
  margin-right: 30px;
  padding: 10px 20px 6px 20px;
  color: #595959;
  font-family: "Quicksand", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.2em;
  background: #fff;
  border: 1px solid #595959;
  border-radius: 0;
  outline: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.mod_article.article-bootstrap-select .article-inner .dropdown.bootstrap-select > .dropdown-menu .bs-actionsbox .btn-group .actions-btn.bs-deselect-all:focus, .mod_article.article-bootstrap-select .article-inner .dropdown.bootstrap-select > .dropdown-menu .bs-actionsbox .btn-group .actions-btn.bs-deselect-all:hover {
  background: #f2f1ef;
  border: 1px solid #f2f1ef;
}
.mod_article.article-bootstrap-select .article-inner .dropdown.bootstrap-select.select-expert {
  width: 100%;
  position: static;
}
.mod_article.article-bootstrap-select .article-inner .dropdown.bootstrap-select.select-expert .btn.dropdown-toggle {
  padding: 20px 20px 16px 20px;
  color: #595959;
  background: #fff;
}
@media all and (max-width: 1080px) {
  .mod_article.article-bootstrap-select .article-inner .dropdown.bootstrap-select.select-expert .btn.dropdown-toggle {
    padding: 10px 10px 6px 10px;
  }
}
.mod_article.article-bootstrap-select .article-inner .dropdown.bootstrap-select.select-expert .btn.dropdown-toggle:focus, .mod_article.article-bootstrap-select .article-inner .dropdown.bootstrap-select.select-expert .btn.dropdown-toggle:hover {
  color: #595959;
  background: #f2f1ef;
  border: 1px solid #f2f1ef;
}
.mod_article.article-bootstrap-select .article-inner .dropdown.bootstrap-select.select-expert > .dropdown-menu {
  width: 1300px;
  top: 80px !important;
  -ms-transform: translate(0, 0) !important;
  -webkit-transform: translate(0, 0) !important;
  -moz-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}
@media all and (max-width: 1080px) {
  .mod_article.article-bootstrap-select .article-inner .dropdown.bootstrap-select.select-expert > .dropdown-menu {
    top: 100px !important;
  }
}
.mod_article.article-bootstrap-select .article-inner .container-filter-helper {
  width: 50%;
  float: left;
  position: relative;
  padding-left: 100px;
}
@media all and (max-width: 1080px) {
  .mod_article.article-bootstrap-select .article-inner .container-filter-helper {
    width: 100%;
    padding-left: 200px;
  }
}
@media all and (max-width: 767px) {
  .mod_article.article-bootstrap-select .article-inner .container-filter-helper {
    display: none;
  }
}
.mod_article.article-bootstrap-select .article-inner .container-filter-helper .filter-text-helper {
  position: absolute;
  top: 90px;
  left: 0;
  -ms-transform: translate(-70%, 0);
  -webkit-transform: translate(-70%, 0);
  -moz-transform: translate(-70%, 0);
  transform: translate(-70%, 0);
}
@media all and (max-width: 1080px) {
  .mod_article.article-bootstrap-select .article-inner .container-filter-helper .filter-text-helper {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.mod_article.article-bootstrap-select .article-inner .container-filter-helper .filter-text-helper p {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 0;
}
.mod_article.article-bootstrap-select .article-inner .container-filter-helper .filter-text-helper p::before {
  content: "";
  width: 131px;
  height: 76px;
  position: absolute;
  top: 0px;
  right: 40px;
  -ms-transform: translate(100%, -100%);
  -webkit-transform: translate(100%, -100%);
  -moz-transform: translate(100%, -100%);
  transform: translate(100%, -100%);
  background: url(/files/hivheute/assets/arrow-round-black.svg) no-repeat top left;
  background-size: 131px 76px;
}
.mod_article.article-bootstrap-select .article-inner .container-filter-helper .filter-img-helper img {
  max-width: 400px;
  margin-top: -17%;
}
@media all and (max-width: 1080px) {
  .mod_article.article-bootstrap-select .article-inner .container-filter-helper .filter-img-helper img {
    margin-top: 0;
  }
}
.mod_article.article-bootstrap-select .article-inner .taglist, .mod_article.article-bootstrap-select .article-inner .taglist2 {
  width: 100%;
  float: left;
  position: relative;
}
.mod_article.article-bootstrap-select .article-inner .taglist .tag, .mod_article.article-bootstrap-select .article-inner .taglist2 .tag {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
  padding-top: 2px;
  color: #595959;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mod_article.article-bootstrap-select .article-inner .taglist .tag .deselecttag, .mod_article.article-bootstrap-select .article-inner .taglist2 .tag .deselecttag {
  float: left;
  position: relative;
  top: -2px;
  margin-right: 6px;
  padding: 6px 11px 8px 11px;
  color: #595959;
  line-height: 1em;
  background: #fff;
  border: 1px solid #595959;
  border-radius: 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mod_article.article-bootstrap-select .article-inner .taglist .tag .deselecttag:focus, .mod_article.article-bootstrap-select .article-inner .taglist .tag .deselecttag:hover, .mod_article.article-bootstrap-select .article-inner .taglist2 .tag .deselecttag:focus, .mod_article.article-bootstrap-select .article-inner .taglist2 .tag .deselecttag:hover {
  color: #fff;
  background: #db1932;
  border: 1px solid #db1932;
  cursor: pointer;
}

body.filter-active .ce_metamodels_frontendfilter.catfilter .widget.mm_tags.video_cat.used, body.filter-active .ce_metamodels_frontendfilter.catfilter .widget.mm_tags.expert {
  margin-bottom: 15px;
}
body.filter-active .ce_metamodels_frontendfilter.catfilter .container-filter-helper {
  display: none;
}

.ce_metamodel_content.countvids .container-results {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 40px;
}
.ce_metamodel_content.countvids .container-results > div {
  font-size: 14px;
  font-weight: 700;
}
.ce_metamodel_content.countvids .pagination {
  width: 100%;
  float: left;
  position: relative;
  display: block;
  margin-bottom: 40px;
}
.ce_metamodel_content.countvids .pagination p {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 0;
}
.ce_metamodel_content.countvids .pagination .container-nav {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.ce_metamodel_content.countvids .pagination .container-nav ul {
  display: flex;
  flex-direction: row;
  margin: 0 5px 0 0;
  padding: 0;
}
.ce_metamodel_content.countvids .pagination .container-nav ul li {
  display: inline-block;
  margin-bottom: 5px;
  border-top: 1px solid #595959;
  border-left: 1px solid #595959;
  border-bottom: 1px solid #595959;
}
.ce_metamodel_content.countvids .pagination .container-nav ul li a, .ce_metamodel_content.countvids .pagination .container-nav ul li strong {
  display: inline-block;
  padding: 10px 14px;
  color: #595959;
  line-height: 1em;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ce_metamodel_content.countvids .pagination .container-nav ul li a:focus, .ce_metamodel_content.countvids .pagination .container-nav ul li a:hover, .ce_metamodel_content.countvids .pagination .container-nav ul li strong:focus, .ce_metamodel_content.countvids .pagination .container-nav ul li strong:hover {
  color: #fff;
  text-decoration: none;
  background: #db1932;
}
.ce_metamodel_content.countvids .pagination .container-nav ul li strong {
  color: #fff;
  background: #db1932;
}
.ce_metamodel_content.countvids .pagination .container-nav ul li:last-child {
  border-right: 1px solid #595959;
}

.row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.row > .col-lg-6:nth-child(odd) {
  padding-left: 0 !important;
}
@media all and (max-width: 1280px) {
  .row > .col-lg-6:nth-child(odd) {
    padding-left: 15px !important;
  }
}
.row > .col-lg-6:nth-child(even) {
  padding-right: 0 !important;
}
@media all and (max-width: 1280px) {
  .row > .col-lg-6:nth-child(even) {
    padding-right: 15px !important;
  }
}

/* quicksand-300 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 300;
  src: url("/files/hivheute/fonts/quicksand-v31-latin_latin-ext-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* quicksand-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  src: url("/files/hivheute/fonts/quicksand-v31-latin_latin-ext-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* quicksand-500 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 500;
  src: url("/files/hivheute/fonts/quicksand-v31-latin_latin-ext-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* quicksand-700 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 700;
  src: url("/files/hivheute/fonts/quicksand-v31-latin_latin-ext-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-300 - cyrillic_latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: url("/files/hivheute/fonts/open-sans-v40-cyrillic_latin_latin-ext-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-regular - cyrillic_latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/files/hivheute/fonts/open-sans-v40-cyrillic_latin_latin-ext-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-500 - cyrillic_latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  src: url("/files/hivheute/fonts/open-sans-v40-cyrillic_latin_latin-ext-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700 - cyrillic_latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("/files/hivheute/fonts/open-sans-v40-cyrillic_latin_latin-ext-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-family: "icomoon";
  src: url("/files/hivheute/fonts/icomoon.eot?-3xyq0l");
  src: url("/files/hivheute/fonts/icomoon.eot?#iefix-3xyq0l") format("embedded-opentype"), url("/files/hivheute/fonts/icomoon.ttf?-3xyq0l") format("truetype"), url("/files/hivheute/fonts/icomoon.woff?-3xyq0l") format("woff"), url("/files/hivheute/fonts/icomoon.svg?-3xyq0l#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
h1, h2, h3, h4, h5, h6, .text-like-h1 p, .text-like-h2 p, .text-like-h3 p {
  margin-top: 0;
  margin-bottom: 0.6em;
  color: #595959;
  font-family: "Quicksand", Arial, sans-serif;
  font-weight: 300;
  text-align: left;
  line-height: 1.1em;
}
@media all and (max-width: 991px) {
  h1, h2, h3, h4, h5, h6, .text-like-h1 p, .text-like-h2 p, .text-like-h3 p {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, .text-like-h1 p span, .text-like-h2 p span, .text-like-h3 p span {
  color: #db1932;
  font-weight: 500;
}
h1 sup, h2 sup, h3 sup, h4 sup, h5 sup, h6 sup, .text-like-h1 p sup, .text-like-h2 p sup, .text-like-h3 p sup {
  top: -1.2em;
  font-size: 14px;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong, .text-like-h1 p strong, .text-like-h2 p strong, .text-like-h3 p strong {
  font-weight: 700;
}

h1, .text-like-h1 p {
  margin-bottom: 0.4em;
  font-size: 3.625rem;
}
@media all and (max-width: 991px) {
  h1, .text-like-h1 p {
    font-size: 3rem;
  }
}
@media all and (max-width: 767px) {
  h1, .text-like-h1 p {
    font-size: 2rem;
  }
}

h2, .text-like-h2 p {
  margin-bottom: 0.3em;
  color: #db1932;
  font-size: 2.625rem;
  font-weight: 500;
}
@media all and (max-width: 991px) {
  h2, .text-like-h2 p {
    font-size: 2rem;
  }
}
@media all and (max-width: 767px) {
  h2, .text-like-h2 p {
    font-size: 1.625rem;
  }
}
h2.hl-grey, .text-like-h2 p.hl-grey {
  color: #595959;
  font-weight: 300;
}
h2.hl-grey span, .text-like-h2 p.hl-grey span {
  color: #db1932;
  font-weight: 500;
}

.ce_text.hl-grey h1, .ce_text.hl-grey h2, .ce_text.hl-grey h3, .ce_text.hl-grey h4, .ce_text.hl-grey h5, .ce_text.hl-grey h6 {
  color: #595959;
  font-weight: 300;
}
.ce_text.hl-grey h1 span, .ce_text.hl-grey h2 span, .ce_text.hl-grey h3 span, .ce_text.hl-grey h4 span, .ce_text.hl-grey h5 span, .ce_text.hl-grey h6 span {
  color: #db1932;
  font-weight: 500;
}

h3, .text-like-h3 p {
  color: #db1932;
  font-size: 2.625rem;
  font-weight: 500;
}
@media all and (max-width: 991px) {
  h3, .text-like-h3 p {
    font-size: 2rem;
  }
}
@media all and (max-width: 767px) {
  h3, .text-like-h3 p {
    font-size: 1.375rem;
  }
}

h4, h5, h6 {
  color: #db1932;
  font-size: 1.625rem;
  font-weight: 500;
}
@media all and (max-width: 991px) {
  h4, h5, h6 {
    font-size: 1.25rem;
  }
}

.ce_headline.hl-regular {
  font-weight: 400;
}

.ce_text.hl-regular h1, .ce_text.hl-regular h2, .ce_text.hl-regular h3, .ce_text.hl-regular h4, .ce_text.hl-regular h5, .ce_text.hl-regular h6 {
  font-weight: 400;
}

.ce_headline.hl-center {
  text-align: center;
}

.ce_text.hl-center h1, .ce_text.hl-center h2, .ce_text.hl-center h3, .ce_text.hl-center h4, .ce_text.hl-center h5, .ce_text.hl-center h6 {
  text-align: center;
}

.text-center {
  text-align: center;
}
.text-center h1, .text-center h2, .text-center h3, .text-center h4, .text-center h5, .text-center h6 {
  text-align: center;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-s {
  font-size: 0.75rem;
}

.text-lg p, .text-lg ul, .text-lg ol, .text-lg li, .text-lg a {
  font-size: 1.5rem;
}

body.rtl-lang .ce_text h1, body.rtl-lang .ce_text h2, body.rtl-lang .ce_text h3, body.rtl-lang .ce_text h4, body.rtl-lang .ce_text h5, body.rtl-lang .ce_text h6, body.rtl-lang .ce_text p {
  direction: rtl;
  text-align: justify;
  overflow: hidden;
}

.btn-standard.btn-center, .ce_hyperlink.btn-center {
  display: flex;
  justify-content: center;
}

.container-tables-combined {
  width: 100%;
  padding: 20px;
  border: 1px solid #db1932;
}
.container-tables-combined h3 {
  margin-top: 0;
  margin-bottom: 0.3em;
  font-size: 1.625rem;
  font-weight: 500 !important;
}
.container-tables-combined .ce_table {
  margin-bottom: 30px;
}
.container-tables-combined .ce_table table {
  width: 100%;
}
.container-tables-combined .ce_table table thead {
  border-bottom: 2px solid #595959;
}
.container-tables-combined .ce_table table thead tr th {
  padding: 4px;
  font-family: "Quicksand", Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
}
.container-tables-combined .ce_table table tbody tr td {
  padding: 4px;
  font-size: 1.25rem;
}
.container-tables-combined .ce_table table tbody tr:nth-child(odd) {
  background: #f2f1ef;
}
.container-tables-combined .ce_table:last-child {
  margin-bottom: 0;
}

.video-container, .ce_vimeo {
  width: 100%;
}
.video-container .video-wrapper, .ce_vimeo .video-wrapper {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.video-container .video-wrapper iframe, .ce_vimeo .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.video-container .video-wrapper .cookieconsent-optout-marketing, .ce_vimeo .video-wrapper .cookieconsent-optout-marketing {
  width: 100%;
  position: absolute;
  top: 50%;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 20% 2%;
  background: rgba(0, 0, 0, 0.1);
}
@media all and (max-width: 991px) {
  .video-container .video-wrapper .cookieconsent-optout-marketing, .ce_vimeo .video-wrapper .cookieconsent-optout-marketing {
    max-width: 98%;
  }
}
@media all and (max-width: 767px) {
  .video-container .video-wrapper .cookieconsent-optout-marketing, .ce_vimeo .video-wrapper .cookieconsent-optout-marketing {
    max-width: 100%;
  }
}
.video-container .video-wrapper .cookieconsent-optout-marketing .container-text p, .ce_vimeo .video-wrapper .cookieconsent-optout-marketing .container-text p {
  font-size: 1.125rem;
  text-align: center;
}
.video-container .video-wrapper .cookieconsent-optout-marketing .container-text p a, .ce_vimeo .video-wrapper .cookieconsent-optout-marketing .container-text p a {
  text-decoration: underline;
}
.video-container .video-wrapper .cookieconsent-optout-marketing .container-text p a:focus, .video-container .video-wrapper .cookieconsent-optout-marketing .container-text p a:hover, .ce_vimeo .video-wrapper .cookieconsent-optout-marketing .container-text p a:focus, .ce_vimeo .video-wrapper .cookieconsent-optout-marketing .container-text p a:hover {
  color: #db1932;
}

.navi-sub {
  width: 100%;
}
.navi-sub ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 10px;
  margin: 0;
  padding: 0;
}
@media all and (max-width: 1280px) {
  .navi-sub ul {
    padding: 0 15px;
  }
}
@media all and (max-width: 991px) {
  .navi-sub ul {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
}
@media all and (max-width: 767px) {
  .navi-sub ul {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
  }
}
@media all and (max-width: 575px) {
  .navi-sub ul {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
  }
}
.navi-sub ul li {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  padding-top: 50%;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  background: #fff;
  border: 1px solid #db1932;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media all and (max-width: 1280px) {
  .navi-sub ul li {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.navi-sub ul li:focus, .navi-sub ul li:hover {
  background: #f2f1ef;
}
.navi-sub ul li a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  text-decoration: none;
  z-index: 99;
}
.navi-sub ul li a:focus, .navi-sub ul li a:hover {
  text-decoration: none;
}
.navi-sub ul li span, .navi-sub ul li strong {
  font-family: "Quicksand", Arial, sans-serif;
  font-size: 1.25rem;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.1em;
}
@media all and (max-width: 1280px) {
  .navi-sub ul li span, .navi-sub ul li strong {
    font-size: 1.125rem;
  }
}
.navi-sub ul li strong {
  font-weight: 400;
}
.navi-sub ul li::before {
  content: "";
  position: absolute;
  top: 15%;
  left: 50%;
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font-size: 3rem;
  color: #595959;
}
@media all and (max-width: 1280px) {
  .navi-sub ul li::before {
    font-size: 2.375rem;
  }
}
.navi-sub ul li.active {
  background: #f2f1ef;
}
.navi-sub ul li.icon-nav-bones::before {
  content: "\e60f";
}
.navi-sub ul li.icon-nav-cancer::before {
  content: "\e60e";
}
.navi-sub ul li.icon-nav-heart::before {
  content: "\e60d";
}
.navi-sub ul li.icon-nav-kidney::before {
  content: "\e60c";
}
.navi-sub ul li.icon-nav-liver::before {
  content: "\e60b";
}
.navi-sub ul li.icon-nav-psyche::before {
  content: "\e60a";
}
.navi-sub ul li.icon-nav-sexuality::before {
  content: "\e609";
}

.mod_cfg_instagram {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 15px;
}
@media all and (max-width: 1280px) {
  .mod_cfg_instagram {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media all and (max-width: 991px) {
  .mod_cfg_instagram {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media all and (max-width: 767px) {
  .mod_cfg_instagram {
    grid-template-columns: 1fr 1fr;
  }
}
.mod_cfg_instagram:not(.insta-hero) .item:nth-child(1), .mod_cfg_instagram:not(.insta-hero) .item:nth-child(2), .mod_cfg_instagram:not(.insta-hero) .item:nth-child(3), .mod_cfg_instagram:not(.insta-hero) .item:nth-child(4) {
  display: none;
}

.btn-social-insta a {
  display: inline-block;
  padding: 10px 20px;
  color: #fff !important;
  text-decoration: none !important;
  background: radial-gradient(circle at 30% 110%, #ffdb8b 0%, #ee653d 25%, #d42e81 50%, #a237b6 75%, #3e57bc 100%);
  border-radius: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-social-insta a:focus, .btn-social-insta a:hover {
  color: #fff !important;
  text-decoration: none !important;
}

.ce_form {
  width: 100%;
  float: left;
}
.ce_form .formbody {
  width: 100%;
  float: left;
}
.ce_form .formbody .mt-minus-thirty {
  margin-top: -30px;
}
.ce_form .formbody .mt-minus-fourty {
  margin-top: -40px;
}
.ce_form .formbody .mb-null {
  margin-bottom: 0;
}
.ce_form .formbody .widget, .ce_form .formbody > fieldset {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
.ce_form .formbody .widget .ce_image, .ce_form .formbody > fieldset .ce_image {
  width: 100%;
  float: left;
}
.ce_form .formbody .widget-select label {
  width: 100%;
  float: left;
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
}
.ce_form .formbody .widget-radio .radio_container legend {
  width: 100%;
  float: left;
  display: block;
  margin-bottom: 10px;
  font-family: "Quicksand", Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
}
.ce_form .formbody .widget-radio .radio_container span {
  width: 100%;
  float: left;
  display: block;
  margin-bottom: 5px;
  font-size: 20px;
}
.ce_form .formbody .widget-checkbox .checkbox_container legend {
  width: 100%;
  float: left;
  display: block;
  margin-bottom: 10px;
  font-family: "Quicksand", Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
}
.ce_form .formbody .widget-checkbox .checkbox_container span {
  width: 100%;
  float: left;
  display: block;
  margin-bottom: 5px;
  font-size: 20px;
}
.ce_form .formbody .exp-blue {
  padding: 20px;
  background: aliceblue;
}
.ce_form .formbody .widget-captcha {
  margin-bottom: 0;
}
.ce_form .formbody .widget-submit .submit {
  padding: 10px 40px;
  color: #fff;
  font-family: "Quicksand", Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  background: #db1932;
  border: 0;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.ce_form .formbody .widget-submit .submit:focus, .ce_form .formbody .widget-submit .submit:hover {
  background: #f73e56;
}

.form-results-send .widget-text {
  width: 100%;
  float: left;
}
.form-results-send .widget-text label {
  width: 100%;
  display: block;
  float: left;
}
.form-results-send .widget-text .text {
  width: 100%;
  max-width: 500px;
  height: 50px;
  padding: 4px 14px;
}

/*# sourceMappingURL=styles-2025.css.map */
