@charset "UTF-8";
:root {
  --nrml-primary: #ffd828;
  --nrml-primary-weak: rgba(91, 216, 124, 0.8);
  --nrml-primary-dark: #b64f70;
  --nrml-secondary: #555;
  --nrml-primary-weak: rgba(89, 188, 172, 0.5);
  --nrml-secondary-weak: rgba(255, 255, 255, 0.5);
  --nrml-lightgray: #DDDDDD;
  --nrml-gray: #949A9F;
  --nrml-btn: #999999;
  --nrml-text: #3c3c3c;
  --nrml-text-weak: rgba(60, 60, 60, 0.3);
  --revia-header-height: 90px;
  --revia-background-darkest: #171717;
  --revia-background-darkest-weak: rgba(23, 23, 23, 0.4);
  --revia-background-dark: #212121;
  --revia-text: #fff;
  --revia-primary: #C99B49;
}

@media only screen and (max-width: 1199px) {
  :root {
    --revia-header-height: 70px;
  }
}

/*
*******************************************************************************
* Global / General
*******************************************************************************
*/
* {
  font-family: "neue-haas-grotesk-text", sans-serif;
}

html {
  font-size: 24px !important;
  scroll-behavior: smooth;
}

body {
  font-family: "neue-haas-grotesk-text", sans-serif !important;
  font-size: 24px !important;
  line-height: 1.27;
  letter-spacing: 0.72px;
}

@media only screen and (max-width: 1699px) {
  body {
    font-size: 22px !important;
  }
}

@media only screen and (max-width: 1399px) {
  body {
    font-size: 20px !important;
  }
}

@media only screen and (max-width: 991px) {
  body {
    font-size: 22px !important;
  }
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 20px !important;
  }
}

@media only screen and (max-width: 575px) {
  body {
    font-size: 18px !important;
  }
}

body.site {
  background-color: var(--revia-background-darkest);
  color: var(--revia-text);
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: "neue-haas-grotesk-display", sans-serif !important;
  font-weight: 900;
}

body h1 {
  font-size: 66px;
  text-transform: uppercase;
  letter-spacing: -1.254px;
}

@media only screen and (max-width: 991px) {
  body h1 {
    font-size: 62px !important;
  }
}

@media only screen and (max-width: 767px) {
  body h1 {
    font-size: 56px !important;
  }
}

@media only screen and (max-width: 575px) {
  body h1 {
    font-size: 52px !important;
  }
}

body h2 {
  font-size: 46px;
  text-transform: uppercase;
  letter-spacing: -0.874px;
  line-height: 1.15;
}

@media only screen and (max-width: 1699px) {
  body h2 {
    font-size: 42px !important;
  }
}

@media only screen and (max-width: 1399px) {
  body h2 {
    font-size: 40px !important;
  }
}

@media only screen and (max-width: 991px) {
  body h2 {
    font-size: 48px !important;
  }
}

@media only screen and (max-width: 767px) {
  body h2 {
    font-size: 36px !important;
  }
}

@media only screen and (max-width: 575px) {
  body h2 {
    font-size: 34px !important;
  }
}

body h3 {
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 0.9px;
}

@media only screen and (max-width: 1699px) {
  body h3 {
    font-size: 28px !important;
  }
}

@media only screen and (max-width: 1399px) {
  body h3 {
    font-size: 26px !important;
  }
}

@media only screen and (max-width: 991px) {
  body h3 {
    font-size: 28px !important;
  }
}

@media only screen and (max-width: 767px) {
  body h3 {
    font-size: 26px !important;
  }
}

@media only screen and (max-width: 575px) {
  body h3 {
    font-size: 24px !important;
  }
}

body h4 {
  font-size: 1.25rem;
}

body h5 {
  font-size: 1rem;
}

body a {
  color: var(--revia-primary);
  cursor: pointer;
}

body a:hover, body a:active, body a:focus {
  color: var(--nrml-grey);
  text-decoration: none;
}

body p {
  margin-top: 0 !important;
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
  top: 99%;
}

.com-sppagebuilder #sp-main-body {
  min-height: calc(100vh - 85px);
  padding-top: 130px !important;
}

@media only screen and (max-width: 564px) {
  .sp-scroll-up {
    bottom: 56px;
  }
}

/*
**********************************************************************************************************************************
* Font Awesome
**********************************************************************************************************************************
*/
.fas {
  font-weight: 900;
}

.fab {
  font-family: "Font Awesome 5 Brands" !important;
}

/*
**********************************************************************************************************************************
* Header
**********************************************************************************************************************************
*/
#sp-header {
  position: fixed;
  box-shadow: none;
  padding-top: 40px;
  z-index: 500;
  background: transparent;
}

@media only screen and (max-width: 767px) {
  #sp-header {
    padding-top: 20px;
  }
}

#sp-header .container {
  max-width: 90%;
}

#sp-header .logo {
  height: var(--revia-header-height);
}

#sp-header .logo .logo-image {
  width: auto;
  height: 100px;
}

#sp-header .burger-icon {
  width: 27px;
  transform: scale(-1);
}

#sp-header .burger-icon > span {
  background-color: var(--revia-text);
  height: 5px;
  border-radius: 5px;
  width: 23px;
}

#sp-header .burger-icon > span:first-child, #sp-header .burger-icon > span:last-child {
  width: 27px;
}

#sp-header .fa-instagram, #sp-header .fa-facebook {
  color: var(--revia-text);
}

#sp-header .fa-instagram:hover, #sp-header .fa-facebook:hover {
  color: var(--revia-primary);
}

#sp-header .sp-megamenu-parent li {
  padding: 0 15px;
  margin: 5px 0;
}

@media only screen and (max-width: 1449px) {
  #sp-header .sp-megamenu-parent li {
    padding: 0 12px;
  }
}

@media only screen and (max-width: 1399px) {
  #sp-header .sp-megamenu-parent li {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 1269px) {
  #sp-header .sp-megamenu-parent li {
    padding: 0 7px;
  }
}

#sp-header .sp-megamenu-parent li:last-child {
  text-align: center;
}

#sp-header .sp-megamenu-parent li:last-child a {
  position: relative;
  display: inline-flex;
  border-radius: 40px;
  padding: 0 35px;
  border: 3px solid #C99B49;
  background-color: var(--revia-background-darkest-weak);
  color: inherit;
  overflow: hidden;
  z-index: 1;
  text-decoration: none;
}

@media only screen and (max-width: 1499px) {
  #sp-header .sp-megamenu-parent li:last-child a {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 1269px) {
  #sp-header .sp-megamenu-parent li:last-child a {
    padding: 0 25px;
  }
}

@media only screen and (max-width: 1109px) {
  #sp-header .sp-megamenu-parent li:last-child a {
    padding: 0 15px;
  }
}

#sp-header .sp-megamenu-parent li:last-child a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 100%;
  background: radial-gradient(circle, #C99B49 0%, #C99B49 100%);
  border-radius: 40px;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
  z-index: -1;
}

#sp-header .sp-megamenu-parent li:last-child a:hover, #sp-header .sp-megamenu-parent li:last-child a:focus {
  color: var(--revia-text);
}

#sp-header .sp-megamenu-parent li:last-child a:hover::before, #sp-header .sp-megamenu-parent li:last-child a:focus::before {
  width: 200%;
}

#sp-header .sp-megamenu-parent li > a {
  font-family: var(--font_headline);
  color: var(--revia-text);
  font-size: 20px;
  font-weight: 500;
  padding-right: 7px;
  padding-left: 0;
}

@media only screen and (max-width: 1449px) {
  #sp-header .sp-megamenu-parent li > a {
    font-size: 18px !important;
  }
}

@media only screen and (max-width: 1269px) {
  #sp-header .sp-megamenu-parent li > a {
    font-size: 16px !important;
  }
}

@media only screen and (max-width: 1109px) {
  #sp-header .sp-megamenu-parent li > a {
    font-size: 14px !important;
  }
}

#sp-header .sp-megamenu-parent li:hover > a {
  width: unset;
  color: var(--revia-primary);
}

#sp-header .sp-megamenu-parent li:hover .fa-instagram,
#sp-header .sp-megamenu-parent li:hover .fa-facebook {
  background: none;
  color: var(--revia-primary);
}

/*
**********************************************************************************************************************************
* Offcanvas
**********************************************************************************************************************************
*/
.offcanvas-menu {
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0.14) 21.63%, rgba(229, 229, 229, 0.15) 32.69%, rgba(0, 0, 0, 0.2) 71.63%, rgba(255, 255, 255, 0.01) 100%);
  backdrop-filter: blur(11px);
  width: 100dvw;
  z-index: -10;
  opacity: 0;
  height: 100dvh;
}

.offcanvas-menu::after {
  content: '';
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.offcanvas-menu .logo-image {
  height: 68px !important;
  margin-right: 15px !important;
  visibility: visible !important;
}

.offcanvas-menu .menu {
  margin-bottom: 115px !important;
}

.offcanvas-menu .menu li {
  color: var(--revia-text);
  text-transform: uppercase;
}

.offcanvas-menu .menu li a {
  color: var(--revia-text) !important;
  font-size: 60px !important;
  opacity: 1 !important;
  line-height: 1.2 !important;
  font-weight: 300;
}

@media only screen and (max-width: 991px) {
  .offcanvas-menu .menu li a {
    font-size: 54px !important;
  }
}

@media only screen and (max-width: 767px) {
  .offcanvas-menu .menu li a {
    font-size: 48px !important;
  }
}

@media only screen and (max-width: 575px) {
  .offcanvas-menu .menu li a {
    font-size: 36px !important;
  }
}

.offcanvas-menu .offcanvas-inner {
  width: 90%;
  margin: auto;
  display: flex;
  align-items: center;
  height: calc(100dvh - 90px);
}

.offcanvas-menu .offcanvas-inner > .header-modules {
  display: none !important;
}

.offcanvas-menu > .d-flex {
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 0 15px !important;
  max-width: 95%;
  margin: auto;
  height: 90px;
}

.offcanvas-menu .close-offcanvas {
  position: relative;
  right: 0 !important;
  top: 0 !important;
}

.offcanvas-menu .logo {
  position: relative;
  top: 35px;
}

.offcanvas-menu .burger-icon {
  position: relative;
  top: 15px;
  right: 5px;
  width: 27px;
  transform: scale(-1);
}

.offcanvas-menu .burger-icon > span {
  background-color: var(--revia-text);
  height: 5px;
  border-radius: 5px;
  width: 23px;
}

.offcanvas-menu .burger-icon > span:first-child, .offcanvas-menu .burger-icon > span:last-child {
  width: 27px;
}

.offcanvas-menu .burger-icon > span:nth-child(1) {
  transform: translate(0, 10px) rotate(-45deg);
  display: block;
}

.offcanvas-menu .burger-icon > span:nth-child(3) {
  transform: translate(0, -9px) rotate(45deg);
  display: block;
}

.offcanvas-active {
  position: fixed;
}

.offcanvas-active .offcanvas-menu {
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  z-index: 10000;
  opacity: 1;
}

.offcanvas-active .offcanvas-overlay {
  display: none;
}

/*
*****************************************************
* Footer
*****************************************************
*/
#sp-footer {
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  #sp-footer {
    font-size: 18px !important;
  }
}

#sp-footer .container {
  max-width: calc(100% - 50px);
  border-radius: 40px 40px 0px 0px;
  background: #212121;
}

@media only screen and (max-width: 767px) {
  #sp-footer .container {
    max-width: calc(100% - 35px);
  }
}

@media only screen and (max-width: 575px) {
  #sp-footer .container {
    max-width: 100%;
    border-radius: 25px 25px 0px 0px;
  }
}

#sp-footer .container .container-inner {
  border-top: none;
  padding: 0 !important;
}

#sp-footer ul.menu {
  list-style: none;
  display: flex;
}

#sp-footer ul.menu li {
  font-size: 20px;
  letter-spacing: -0.8px;
}

@media only screen and (max-width: 575px) {
  #sp-footer ul.menu li {
    font-size: 24px;
  }
}

@media only screen and (max-width: 399px) {
  #sp-footer ul.menu li {
    font-size: 18px;
  }
}

#sp-footer .copyright {
  color: rgba(255, 255, 255, 0.2);
  font-size: 20px;
  line-height: 1.22;
  letter-spacing: -0.8px;
}

@media only screen and (max-width: 399px) {
  #sp-footer .copyright {
    font-size: 18px;
  }
}

#sp-footer .main-menu .sppb-button-wrapper {
  line-height: 1 !important;
}

#sp-footer .main-menu a {
  font-size: 20px;
  padding: 0 !important;
  margin-bottom: 15px;
  line-height: 1 !important;
  border: none;
}

@media only screen and (max-width: 575px) {
  #sp-footer .main-menu a {
    font-size: 24px;
    margin-bottom: 20px !important;
  }
}

@media only screen and (max-width: 399px) {
  #sp-footer .main-menu a {
    font-size: 18px;
  }
}

@media only screen and (max-width: 399px) {
  #sp-footer img {
    width: 70%;
  }
}

#sp-footer p {
  margin-bottom: 15px !important;
  line-height: 1 !important;
}

@media only screen and (max-width: 575px) {
  #sp-footer p {
    font-size: 24px;
    margin-bottom: 20px !important;
  }
}

@media only screen and (max-width: 399px) {
  #sp-footer p {
    font-size: 18px;
  }
}

@media only screen and (max-width: 399px) {
  #sp-footer .sppb-section {
    background-size: 80% !important;
  }
}

/*
*****************************************************
* Buttons
*****************************************************
*/
.btn-primary {
  display: inline-flex;
  padding: 4px 4px 4px 40px !important;
  border-radius: 40px;
  border: 3px solid var(--revia-primary) !important;
  background: rgba(79, 68, 49, 0.4) !important;
  color: var(--revia-text);
  font-size: 24px !important;
  align-items: center;
  transition: 0.4s ease;
}

@media only screen and (max-width: 1399px) {
  .btn-primary {
    font-size: 22px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .btn-primary {
    font-size: 20px !important;
  }
}

@media only screen and (max-width: 575px) {
  .btn-primary {
    font-size: 18px !important;
  }
}

.btn-primary i {
  background-color: var(--revia-primary);
  transform: rotate(-45deg);
  border-radius: 50%;
  width: 63px;
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  margin-left: 22px !important;
}

@media only screen and (max-width: 575px) {
  .btn-primary i {
    width: 50px;
    height: 50px;
  }
}

.btn-primary i::before {
  font-size: 30px;
  color: var(--revia-background-darkest);
}

@media only screen and (max-width: 575px) {
  .btn-primary i::before {
    font-size: 24px !important;
  }
}

.btn-primary:hover, .btn-primary:focus {
  background: rgba(79, 68, 49, 0.8) !important;
}

/*
*****************************************************
* Hero-Header
*****************************************************
*/
#header {
  min-height: calc(100dvh - 130px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  #header {
    min-height: unset;
  }
}

#header .rotating-heading {
  text-align: center;
}

.addon-root-js-slideshow {
  width: calc(33.33% - 30px);
  aspect-ratio: 16 / 9;
  border-radius: 10px;
  position: relative;
}

.addon-root-js-slideshow::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.addon-root-js-slideshow .sp-background, .addon-root-js-slideshow .sp-slider-outer-stage {
  aspect-ratio: 16 / 9;
  height: auto !important;
  border-radius: 10px;
}

@media only screen and (max-width: 1199px) {
  .addon-root-js-slideshow {
    width: calc(50% - 30px);
  }
}

@media only screen and (max-width: 575px) {
  .addon-root-js-slideshow {
    width: calc(100% - 30px);
  }
}

#header-glas {
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#header-glas p {
  text-transform: uppercase;
}

#header-glas h1 {
  font-size: 90px;
  font-weight: 900;
  line-height: 106%;
  letter-spacing: -2.28px;
  text-transform: uppercase;
  color: var(--revia-primary);
}

@media only screen and (max-width: 1699px) {
  #header-glas h1 {
    font-size: 84px !important;
  }
}

@media only screen and (max-width: 1399px) {
  #header-glas h1 {
    font-size: 70px !important;
  }
}

@media only screen and (max-width: 1199px) {
  #header-glas h1 {
    font-size: 66px !important;
  }
}

@media only screen and (max-width: 991px) {
  #header-glas h1 {
    font-size: 52px !important;
  }
}

@media only screen and (max-width: 767px) {
  #header-glas h1 {
    font-size: 44px !important;
    letter-spacing: 0;
  }
}

@media only screen and (max-width: 575px) {
  #header-glas h1 {
    font-size: 36px !important;
  }
}

#header-glas h1 em {
  display: none;
}

@media only screen and (max-width: 575px) {
  #header-glas h1 em {
    display: block;
  }
}

#header-glas .rotating-heading {
  position: relative;
}

#header-glas .rotating-heading span {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}

#header-glas .rotating-heading span.visible {
  opacity: 1;
  position: relative;
}

#header-glas .sppb-col-md-12:has(.glass-box) {
  display: flex;
  justify-content: center;
}

#header-glas .sppb-col-md-12:has(.glass-box) .glass-box {
  max-width: 50%;
}

@media only screen and (max-width: 1999px) and (min-width: 1500px) {
  #header-glas .sppb-col-md-12:has(.glass-box) .glass-box {
    max-width: 65%;
  }
}

@media only screen and (max-width: 1499px) and (min-width: 1200px) {
  #header-glas .sppb-col-md-12:has(.glass-box) .glass-box {
    max-width: 75%;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  #header-glas .sppb-col-md-12:has(.glass-box) .glass-box {
    max-width: 80%;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  #header-glas .sppb-col-md-12:has(.glass-box) .glass-box {
    max-width: 85%;
  }
}

@media only screen and (max-width: 767px) {
  #header-glas .sppb-col-md-12:has(.glass-box) .glass-box {
    max-width: 90%;
  }
}

/*
*****************************************************
* Über mich
*****************************************************
*/
@media only screen and (max-width: 1699px) {
  #ueber-mich .sppb-row-column:has(.ueber-mich-content) {
    padding-top: 50px;
    max-width: 80%;
    flex-basis: 80%;
    order: 3;
  }
}

@media only screen and (max-width: 1199px) {
  #ueber-mich .sppb-row-column:has(.ueber-mich-content) {
    max-width: 90%;
    flex-basis: 90%;
  }
}

@media only screen and (max-width: 991px) {
  #ueber-mich .sppb-row-column:has(.ueber-mich-content) {
    max-width: 100%;
    flex-basis: 100%;
    order: unset;
  }
}

@media only screen and (max-width: 1699px) {
  #ueber-mich .sppb-row-column:not(:has(.ueber-mich-content)):first-child {
    max-width: 40%;
    flex-basis: 40%;
  }
}

@media only screen and (max-width: 1699px) {
  #ueber-mich .sppb-row-column:not(:has(.ueber-mich-content)):last-child {
    max-width: 60%;
    flex-basis: 60%;
  }
}

@media only screen and (max-width: 991px) {
  #ueber-mich .sppb-row-column:not(:has(.ueber-mich-content)):last-child {
    max-width: 100%;
    flex-basis: 100%;
  }
}

@media only screen and (max-width: 1699px) {
  #ueber-mich .sppb-row-column:not(:has(.ueber-mich-content)) {
    max-width: 40%;
    flex-basis: 40%;
  }
}

@media only screen and (max-width: 991px) {
  #ueber-mich .sppb-row-column:not(:has(.ueber-mich-content)) {
    max-width: 100%;
    flex-basis: 100%;
  }
}

/*
*****************************************************
* Angebote
*****************************************************
*/
@media only screen and (max-width: 1699px) {
  #angebote .bg_dark {
    padding: 100px 50px 50px !important;
  }
  #angebote .bg_dark .addon-root-heading:has(h2) {
    margin-bottom: 100px !important;
  }
}

@media only screen and (max-width: 575px) {
  #angebote .bg_dark {
    padding: 70px 30px 50px !important;
  }
  #angebote .bg_dark .addon-root-heading:has(h2) {
    margin-bottom: 70px !important;
  }
}

@media only screen and (max-width: 399px) {
  #angebote .bg_dark {
    padding: 70px 20px 50px !important;
  }
}

@media only screen and (max-width: 1399px) {
  #angebote {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}

@media only screen and (max-width: 575px) {
  #angebote {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

@media only screen and (max-width: 399px) {
  #angebote {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

.sppb-addon-wrapper:has( > .angebot-box) {
  width: calc(33.33% - 55px);
  padding: 30px 30px 95px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.01);
  box-shadow: 0px 11px 17px 0px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(11px);
}

.sppb-addon-wrapper:has( > .angebot-box) p {
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 1699px) {
  .sppb-addon-wrapper:has( > .angebot-box) {
    width: calc(33.33% - 30px);
  }
}

@media only screen and (max-width: 1399px) {
  .sppb-addon-wrapper:has( > .angebot-box) {
    width: calc(33.33% - 20px);
    padding: 20px 20px 85px;
  }
}

@media only screen and (max-width: 991px) {
  .sppb-addon-wrapper:has( > .angebot-box) {
    width: 100%;
    margin-bottom: 50px;
    padding: 30px 30px 85px;
  }
}

@media only screen and (max-width: 575px) {
  .sppb-addon-wrapper:has( > .angebot-box) {
    width: 100%;
    margin-bottom: 40px;
    padding: 20px 20px 65px;
  }
}

@media only screen and (max-width: 399px) {
  .sppb-addon-wrapper:has( > .angebot-box) h3 {
    font-size: 22px !important;
  }
  .sppb-addon-wrapper:has( > .angebot-box) p {
    font-size: 16px !important;
  }
}

/*
*****************************************************
* Zitat
*****************************************************
*/
#quote-row {
  background-position: 125% 100% !important;
}

/*
*****************************************************
* Anker
*****************************************************
*/
#anker .anker-wrapper .sppb-addon-wrapper:has(.ankerbox) {
  width: calc(25% - 20px);
}

@media only screen and (max-width: 991px) {
  #anker .anker-wrapper .sppb-addon-wrapper:has(.ankerbox) {
    width: calc(33.3333% - 20px);
  }
}

@media only screen and (max-width: 767px) {
  #anker .anker-wrapper .sppb-addon-wrapper:has(.ankerbox) {
    width: calc(50% - 20px);
  }
}

@media only screen and (max-width: 575px) {
  #anker .anker-wrapper .sppb-addon-wrapper:has(.ankerbox) {
    width: 100%;
  }
}

#anker .ankerbox {
  position: relative;
}

#anker img {
  border-radius: 25px;
}

#anker .tag {
  border-radius: 40px;
  border: 1px solid #FFF;
  border-top: none;
  padding: 20px 35px;
  font-weight: 600;
  line-height: 1.22;
  letter-spacing: -0.96px;
  text-transform: uppercase;
}

#anker .tag p {
  margin: 0 !important;
}

#anker .glass-box {
  border-top: 2px solid rgba(221, 221, 221, 0.2);
  border-right: 1px solid rgba(221, 221, 221, 0.2);
  border-bottom: 2px solid rgba(221, 221, 221, 0.2);
  border-left: 1px solid rgba(221, 221, 221, 0.2);
  background: linear-gradient(90deg, rgba(221, 221, 221, 0.01) 0%, rgba(221, 221, 221, 0.14) 21.63%, rgba(209, 209, 209, 0.15) 32.69%, rgba(0, 0, 0, 0.2) 71.63%, rgba(221, 221, 221, 0.01) 100%);
  padding: 0 35px !important;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.22;
  letter-spacing: -0.96px;
  text-transform: uppercase;
  position: absolute;
  top: 60%;
  bottom: 10px;
  left: 10px;
  right: 100px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 1599px) {
  #anker .glass-box {
    top: 55%;
    right: 80px;
  }
}

@media only screen and (max-width: 1399px) {
  #anker .glass-box {
    top: 50%;
    right: 65px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 1199px) {
  #anker .glass-box {
    top: 40%;
    right: 30px;
    bottom: 7x;
    left: 7px;
  }
}

@media only screen and (max-width: 1199px) {
  #anker .glass-box {
    top: 45%;
    font-size: 14px;
  }
}

@media only screen and (max-width: 575px) {
  #anker .glass-box {
    top: 60%;
    bottom: 10px;
    left: 10px;
    right: 100px;
    font-size: 18px;
  }
}

@media only screen and (max-width: 399px) {
  #anker .glass-box {
    top: 50%;
    right: 65px;
    font-size: 16px;
  }
}

#anker .glass-box p {
  margin: 0 !important;
}

#anker .glass-dark {
  border-top: 2px solid rgba(221, 221, 221, 0.2);
  border-right: 1px solid rgba(221, 221, 221, 0.2);
  border-bottom: 2px solid rgba(221, 221, 221, 0.2);
  border-left: 1px solid rgba(221, 221, 221, 0.2);
  background: linear-gradient(90deg, rgba(91, 91, 91, 0.03) 0%, rgba(71, 71, 71, 0.18) 21.63%, rgba(56, 56, 56, 0.19) 32.69%, rgba(0, 0, 0, 0.23) 71.63%, rgba(121, 121, 121, 0.04) 100%);
}

/*
*****************************************************
* Calendly
*****************************************************
*/
.custom-calendly-wrapper {
  display: flex;
  border-radius: 20px;
  overflow: hidden;
  max-width: 100%;
  background: #0f0f0f;
  flex-wrap: wrap;
}

@media only screen and (max-width: 1199px) {
  .custom-calendly-wrapper {
    flex-direction: column;
  }
}

.custom-calendly-wrapper .left-side {
  background: #E8AC43;
  padding: 75px;
  flex: 1 1 300px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 20px;
  color: var(--revia-background-darkest);
}

@media only screen and (max-width: 1399px) {
  .custom-calendly-wrapper .left-side {
    padding: 65px;
  }
}

@media only screen and (max-width: 1199px) {
  .custom-calendly-wrapper .left-side {
    flex: unset;
    padding: 50px;
  }
}

.custom-calendly-wrapper .left-side .button-group {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.custom-calendly-wrapper .left-side .button-group button {
  padding: 14px 20px;
  font-size: 24px;
  border: none;
  background: #E8AC43;
  color: #000;
  border-radius: 30px;
  width: 300px;
  transition: all 0.3s ease;
  border: 2px solid #000;
}

.custom-calendly-wrapper .left-side .button-group button:hover {
  background: #000;
  color: #E8AC43;
}

.custom-calendly-wrapper .left-side .button-group button.active {
  background: #000;
  color: #E8AC43;
}

.custom-calendly-wrapper .right-side {
  flex-grow: 5;
  flex-basis: 0;
  min-width: 0;
  overflow: hidden;
}

@media only screen and (max-width: 1199px) {
  .custom-calendly-wrapper .right-side {
    overflow: visible;
    flex-basis: unset;
    padding: 0 30px;
  }
}

@media only screen and (max-width: 499px) {
  .custom-calendly-wrapper .right-side {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 399px) {
  .custom-calendly-wrapper .right-side {
    padding: 0;
  }
}

.custom-calendly-wrapper .right-side .calendly-inline-widget {
  width: 100% !important;
  height: 100%;
  min-height: 700px;
  border: none;
  border-radius: 12px;
  color: #fff;
  background: transparent;
}

.custom-calendly-wrapper .calendly-inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 0;
  height: 100%;
}

@media only screen and (max-width: 1199px) {
  .custom-calendly-wrapper .calendly-inner {
    padding: 30px 0;
  }
}

@media only screen and (max-width: 499px) {
  .custom-calendly-wrapper .calendly-inner {
    padding: 20px 0;
  }
}

@media only screen and (max-width: 399px) {
  .custom-calendly-wrapper .calendly-inner {
    padding: 5px 0;
  }
}

.calendly-info {
  color: #FFF;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.96px;
  text-transform: uppercase;
}

.calendly-info p {
  margin-bottom: 0 !important;
}

/*
*****************************************************
* Testimonials
*****************************************************
*/
#testimonials .sppb-carousel-extended-outer-stage {
  align-items: stretch;
}

#testimonials .sppb-carousel-extended-item {
  height: unset;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/*
*****************************************************
* Glass Tabs
*****************************************************
*/
@media only screen and (max-width: 991px) {
  .glass-tabs ul {
    width: 120% !important;
    margin-left: -10%;
  }
}

@media only screen and (max-width: 849px) {
  .glass-tabs ul {
    width: 110% !important;
    margin-left: -5%;
  }
}

@media only screen and (max-width: 767px) {
  .glass-tabs ul {
    width: 140% !important;
    margin-left: -20%;
  }
}

@media only screen and (max-width: 699px) {
  .glass-tabs ul {
    width: 130% !important;
    margin-left: -15%;
  }
}

@media only screen and (max-width: 649px) {
  .glass-tabs ul {
    width: 120% !important;
    margin-left: -10%;
  }
}

@media only screen and (max-width: 575px) {
  .glass-tabs ul {
    width: 100vw !important;
    margin-left: -15px;
  }
}

.glass-tabs li {
  width: 25%;
}

.glass-tabs li a {
  position: relative;
  padding: 0;
  aspect-ratio: 1 / 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  text-shadow: 2px 4px 12px rgba(0, 0, 0, 0.25);
  font-family: "neue-haas-grotesk-display", sans-serif !important;
  font-size: 30px;
  font-weight: 900;
  line-height: 127%;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  word-spacing: 500px;
}

@media only screen and (max-width: 1399px) {
  .glass-tabs li a {
    font-size: 26px;
  }
}

@media only screen and (max-width: 1199px) {
  .glass-tabs li a {
    font-size: 24px;
  }
}

@media only screen and (max-width: 991px) {
  .glass-tabs li a {
    font-size: 22px;
  }
}

@media only screen and (max-width: 849px) {
  .glass-tabs li a {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .glass-tabs li a {
    font-size: 18px;
  }
}

@media only screen and (max-width: 649px) {
  .glass-tabs li a {
    font-size: 16px;
  }
}

@media only screen and (max-width: 599px) {
  .glass-tabs li a {
    font-size: 15px;
  }
}

@media only screen and (max-width: 575px) {
  .glass-tabs li a {
    font-size: 14px;
  }
}

@media only screen and (max-width: 499px) {
  .glass-tabs li a {
    font-size: 10px;
  }
}

.glass-tabs li a img {
  position: absolute;
  z-index: -1;
  width: 120%;
  top: -10%;
  left: -10%;
  opacity: 0.7 !important;
  transition: width 0.3s ease;
}

.glass-tabs li a:hover, .glass-tabs li a:focus {
  background-color: transparent;
}

.glass-tabs li a:hover img, .glass-tabs li a:focus img {
  width: calc(120% + 1px);
  top: calc(-10% - 0.5px);
  left: calc(-10% - 0.5px);
}

.glass-tabs .active {
  z-index: 2;
}

.glass-tabs .active img {
  opacity: 0.95 !important;
}

@media only screen and (max-width: 1399px) and (min-width: 992px) {
  .glass-tabs .sppb-tab-custom-content {
    max-width: 85% !important;
  }
}

@media only screen and (max-width: 349px) {
  .glass-tabs .sppb-tab-custom-content p {
    font-size: 16px;
  }
}

#selbsttest .div-wrapper {
  display: flex;
  transition: all 0.6s ease;
  justify-content: flex-end;
}

@media only screen and (max-width: 991px) {
  #selbsttest .div-wrapper {
    flex-direction: column;
  }
}

#selbsttest .div-wrapper > .sppb-addon-wrapper:first-child {
  width: 60%;
  transition: all 0.6s ease;
}

@media only screen and (max-width: 991px) {
  #selbsttest .div-wrapper > .sppb-addon-wrapper:first-child {
    width: 100%;
  }
}

#selbsttest .div-wrapper > .sppb-addon-wrapper:last-child {
  width: 40%;
  transition: all 0.6s ease;
}

@media only screen and (max-width: 991px) {
  #selbsttest .div-wrapper > .sppb-addon-wrapper:last-child {
    width: 100%;
  }
}

#selbsttest .div-wrapper.full-width #iframe-wrapper {
  height: 950px !important;
}

@media only screen and (max-width: 1199px) {
  #selbsttest .div-wrapper.full-width #iframe-wrapper {
    height: 1050px !important;
  }
}

@media only screen and (min-width: 992px) {
  #selbsttest .div-wrapper.full-width > .sppb-addon-wrapper:first-child {
    width: 0;
    opacity: 0;
    pointer-events: none;
    display: none;
  }
  #selbsttest .div-wrapper.full-width > .sppb-addon-wrapper:last-child {
    width: 100%;
  }
}

#selbsttest .bordered-box {
  margin: auto;
  width: max-content;
  max-width: 100%;
  border-radius: 20px;
  padding: 30px 50px;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(11px);
}

/*
*****************************************************
* Helper Classes
*****************************************************
*/
.bg_primary {
  background-color: var(--revia-primary);
}

.bg_dark {
  background-color: var(--revia-background-dark);
}

.bg_white {
  background-color: var(--revia-text);
}

.text_primary,
.text_primary * {
  color: var(--revia-primary);
}

.text_weak,
.text_weak * {
  color: rgba(255, 255, 255, 0.5);
}

.text_big,
.text_big * {
  font-family: "neue-haas-grotesk-display", sans-serif !important;
  font-size: 66px !important;
  text-transform: uppercase;
  letter-spacing: -1.254px;
}

@media only screen and (max-width: 991px) {
  .text_big,
  .text_big * {
    font-size: 62px !important;
  }
}

@media only screen and (max-width: 767px) {
  .text_big,
  .text_big * {
    font-size: 56px !important;
  }
}

@media only screen and (max-width: 575px) {
  .text_big,
  .text_big * {
    font-size: 52px !important;
  }
}

.text_medium,
.text_medium * {
  font-family: "neue-haas-grotesk-display", sans-serif !important;
  font-size: 46px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.13;
  letter-spacing: -0.46px;
  text-transform: uppercase;
}

.text_medium em,
.text_medium * em {
  font-weight: 600;
}

@media only screen and (max-width: 1699px) {
  .text_medium,
  .text_medium * {
    font-size: 42px !important;
  }
}

@media only screen and (max-width: 1399px) {
  .text_medium,
  .text_medium * {
    font-size: 40px !important;
  }
}

@media only screen and (max-width: 991px) {
  .text_medium,
  .text_medium * {
    font-size: 42px !important;
  }
}

@media only screen and (max-width: 767px) {
  .text_medium,
  .text_medium * {
    font-size: 38px !important;
  }
}

@media only screen and (max-width: 575px) {
  .text_medium,
  .text_medium * {
    font-size: 34px !important;
  }
}

.text_highlight,
.text_highlight * {
  font-family: "neue-haas-grotesk-display", sans-serif !important;
  font-size: 46px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: -0.9px;
  text-transform: uppercase;
  color: var(--revia-primary);
  /*background: var(--Font-gold-gradient, linear-gradient(180deg, #C99B49 16.2%, #C99B49 24.77%, #C99B49 36.96%, #C99B49 54.56%, #DFC79C 110.06%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
}

.text_highlight em,
.text_highlight * em {
  font-weight: 600;
  color: #CCB48A;
}

@media only screen and (max-width: 1699px) {
  .text_highlight,
  .text_highlight * {
    font-size: 44px !important;
  }
}

@media only screen and (max-width: 1399px) {
  .text_highlight,
  .text_highlight * {
    font-size: 42px !important;
  }
}

@media only screen and (max-width: 991px) {
  .text_highlight,
  .text_highlight * {
    font-size: 40px !important;
  }
}

@media only screen and (max-width: 767px) {
  .text_highlight,
  .text_highlight * {
    font-size: 38px !important;
  }
}

@media only screen and (max-width: 575px) {
  .text_highlight,
  .text_highlight * {
    font-size: 36px !important;
  }
}

.svg-100 .sppb-addon-single-image-container, .svg-100 img {
  width: 100%;
}

.fakt p {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.glass-box {
  border-radius: 20px !important;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0.14) 21.63%, rgba(229, 229, 229, 0.15) 32.69%, rgba(0, 0, 0, 0.2) 71.63%, rgba(255, 255, 255, 0.01) 100%);
  backdrop-filter: blur(11px);
  padding: 90px 55px 50px !important;
}

@media only screen and (max-width: 1399px) {
  .glass-box {
    padding: 75px 50px 40px !important;
  }
}

@media only screen and (max-width: 767px) {
  .glass-box {
    padding: 50px 30px 25px !important;
  }
}

@media only screen and (max-width: 1699px) {
  .col-with-padding {
    padding-right: 0 !important;
  }
}

@media (min-width: 1600px) {
  .sppb-row-container {
    max-width: 1520px !important;
  }
}

@media (min-width: 1800px) {
  .sppb-row-container {
    max-width: 1720px !important;
  }
}

.image_padding {
  padding-top: 150px;
  padding-bottom: 150px;
}

/*
*****************************************************
* Blog
*****************************************************
*/
.mod-articles-items {
  list-style: none !important;
  padding: 0 !important;
}

.mod-articles-items .mod-articles-item-content {
  position: relative;
}

.mod-articles-items .mod-articles-item-content a {
  color: unset !important;
}

.mod-articles-items .mod-articles-item-content a:hover, .mod-articles-items .mod-articles-item-content a:focus {
  color: var(--revia-primary) !important;
}

.mod-articles-items .mod-articles-item-content p {
  margin-bottom: 0 !important;
}

.mod-articles-items .mod-articles-date {
  margin-top: 30px;
  opacity: 0.5;
}

.mod-articles-items .article-image-wrapper {
  aspect-ratio: 755 / 355;
  background-color: var(--revia-background-dark);
  border-radius: 10px;
  margin-bottom: 30px;
  overflow: hidden;
}

.mod-articles-items .article-image-wrapper .article-intro-image {
  height: 100%;
}

.mod-articles-items .article-image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.mod-articles-items .readmore {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 25px;
  top: 25px;
}

.mod-articles-items .readmore .btn_round i {
  border-radius: 50%;
  padding: 15px;
  background-color: var(--revia-primary);
  aspect-ratio: 1 / 1;
  transform: rotate(-45deg);
}

.mod-articles-items .readmore .btn_round i::before {
  color: var(--revia-background-darkest) !important;
}

.view-category #sp-main-body {
  padding-top: 180px !important;
}

@media only screen and (max-width: 767px) {
  .view-category #sp-main-body {
    padding-top: 135px !important;
  }
}

@media (min-width: 1400px) {
  .view-category .container {
    max-width: 1320px;
  }
}

.view-category .article {
  border-radius: 4px;
  width: 100%;
  margin-bottom: 100px;
  padding: 10px;
  border: none;
  background-color: unset;
}

@media only screen and (max-width: 991px) {
  .view-category .article {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .view-category .article {
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 575px) {
  .view-category .article {
    margin-bottom: 50px;
  }
}

.view-category .article a {
  font-size: 30px;
  font-weight: 900;
  color: var(--revia-text) !important;
}

.view-category .article .readmore {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 25px;
  top: 25px;
}

.view-category .article .readmore .btn_round i {
  border-radius: 50%;
  padding: 15px;
  background-color: var(--revia-primary);
  aspect-ratio: 1 / 1;
  transform: rotate(-45deg);
}

.view-category .article .readmore .btn_round i::before {
  color: var(--revia-background-darkest) !important;
}

.view-category .article .badge {
  display: none;
}

.view-category .article .article-image-wrapper {
  aspect-ratio: 490 / 355;
  background-color: var(--revia-background-dark);
  border-radius: 10px;
  margin-bottom: 30px;
  overflow: hidden;
}

.view-category .article .article-intro-image {
  border: none !important;
  height: 100%;
  width: 100%;
  margin: 0 !important;
}

.view-category .article .article-intro-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.view-category .article .article-body h2 {
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.view-category .article .article-body .article-introtext {
  font-size: 24px;
  letter-spacing: 0.72px;
}

@media only screen and (max-width: 991px) {
  .view-category .article .article-body .article-introtext {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .view-category .article .article-body .article-introtext {
    font-size: 18px;
  }
}

@media only screen and (max-width: 575px) {
  .view-category .article .article-body .article-introtext {
    font-size: 16px;
  }
}

.view-category .article .article-body .article-info * {
  color: rgba(255, 255, 255, 0.5);
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0.72px;
  margin-top: 50px;
}

@media only screen and (max-width: 991px) {
  .view-category .article .article-body .article-info * {
    margin-top: 30px;
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .view-category .article .article-body .article-info * {
    margin-top: 20px;
    font-size: 18px;
  }
}

@media only screen and (max-width: 575px) {
  .view-category .article .article-body .article-info * {
    font-size: 16px;
  }
}

.view-category .article_teaser {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100dvw - 30px);
  padding: 75px 15px !important;
  aspect-ratio: 1920 / 1080;
  max-height: calc(100dvh - 400px);
  max-width: calc(100dvw - 70px);
  min-height: 700px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  border-radius: 10px;
  margin-bottom: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  .view-category .article_teaser {
    max-width: 100vw;
    width: 100vw;
    padding: 50px 15px !important;
  }
}

@media only screen and (max-width: 575px), (max-height: 999px) {
  .view-category .article_teaser {
    min-height: 500px;
    padding: 30px 15px !important;
  }
}

@media only screen and (max-width: 399px), (max-height: 799px) {
  .view-category .article_teaser {
    min-height: 450px;
  }
}

.view-category .article_teaser::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(39, 32, 32, 0.7) 0%, rgba(39, 32, 32, 0.7) 100%);
  border-radius: 10px;
}

.view-category .article_teaser h1 {
  color: rgba(255, 255, 255, 0.5);
  font-size: 24px !important;
  font-weight: 400;
  letter-spacing: 0.72px;
  text-transform: uppercase;
  font-family: "neue-haas-grotesk-text", sans-serif !important;
  margin-bottom: 20px;
}

@media only screen and (max-width: 991px) {
  .view-category .article_teaser h1 {
    font-size: 22px !important;
    margin-bottom: 10px;
  }
}

.view-category .article_teaser .badge {
  display: none;
}

.view-category .article_teaser .featured-content {
  z-index: 2;
  position: relative;
  color: white;
}

.view-category .article_teaser .featured-content h2 {
  color: var(--revia-primary) !important;
  font-size: 66px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -1.254px;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .view-category .article_teaser .featured-content h2 {
    letter-spacing: 0;
  }
}

@media only screen and (max-width: 575px), (max-height: 999px) {
  .view-category .article_teaser .featured-content h2 {
    letter-spacing: -0.5px;
  }
}

.view-category .article_teaser .featured-content p {
  font-size: 24px;
  letter-spacing: 2.4px;
}

@media only screen and (max-width: 991px), (max-height: 999px) {
  .view-category .article_teaser .featured-content p {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px), (max-height: 799px) {
  .view-category .article_teaser .featured-content p {
    font-size: 18px;
    letter-spacing: 2.1px;
  }
}

@media only screen and (max-width: 575px), (max-height: 699px) {
  .view-category .article_teaser .featured-content p {
    font-size: 16px;
    letter-spacing: 1.8px;
  }
}

.view-category .article_teaser .featured-content .btn {
  margin-top: 1rem;
}

@media (min-width: 1400px) {
  .view-category .container {
    max-width: 1320px;
  }
}

@media (min-width: 1600px) {
  .view-category .container {
    max-width: 1520px !important;
  }
}

@media (min-width: 1800px) {
  .view-category .container {
    max-width: 1720px !important;
  }
}

.view-article #sp-main-body {
  padding-top: 170px !important;
}

@media only screen and (max-width: 767px) {
  .view-article #sp-main-body {
    padding-top: 140px !important;
  }
}

.view-article .badge {
  display: none;
}

.view-article .article-details {
  width: 100dvw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.view-article .article_teaser {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100dvw - 30px);
  padding: 75px 15px !important;
  aspect-ratio: 1920 / 1080;
  max-height: calc(100dvh - 400px);
  max-width: calc(100dvw - 70px);
  min-height: 700px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  border-radius: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  .view-article .article_teaser {
    max-width: 100vw;
    width: 100vw;
    padding: 50px 15px !important;
  }
}

@media only screen and (max-width: 575px), (max-height: 999px) {
  .view-article .article_teaser {
    min-height: 500px;
    padding: 30px 15px !important;
  }
}

@media only screen and (max-width: 399px), (max-height: 799px) {
  .view-article .article_teaser {
    min-height: 400px;
  }
}

.view-article .article_teaser::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(39, 32, 32, 0.7) 0%, rgba(39, 32, 32, 0.7) 100%);
  border-radius: 10px;
}

.view-article .article_teaser .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}

.view-article .article_teaser .container h1 {
  color: var(--revia-primary);
  font-size: 66px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -1.254px;
  text-transform: uppercase;
}

.view-article .article-info {
  display: none;
}

.view-article .articleBody {
  padding: 50px 0;
}

.view-article .related-article-title {
  font-size: 46px;
  text-transform: uppercase;
  letter-spacing: -0.874px;
  line-height: 1.15;
  border: none;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1699px) {
  .view-article .related-article-title {
    font-size: 42px !important;
  }
}

@media only screen and (max-width: 1399px) {
  .view-article .related-article-title {
    font-size: 40px !important;
  }
}

@media only screen and (max-width: 991px) {
  .view-article .related-article-title {
    font-size: 48px !important;
  }
}

@media only screen and (max-width: 767px) {
  .view-article .related-article-title {
    font-size: 36px !important;
  }
}

@media only screen and (max-width: 575px) {
  .view-article .related-article-title {
    font-size: 34px !important;
  }
}

.view-article .mod-article-image {
  aspect-ratio: 490 / 355;
  background-color: var(--revia-background-dark);
  border-radius: 10px;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}

.view-article .mod-article-image img {
  object-fit: cover;
  height: 100%;
}

.view-article .mod-article-image .btn_round i {
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 50%;
  padding: 15px;
  background-color: var(--revia-primary);
  aspect-ratio: 1 / 1;
  transform: rotate(-45deg);
}

.view-article .mod-article-image .btn_round i::before {
  color: var(--revia-background-darkest) !important;
}

.view-article .mod-article-meta {
  margin-top: 30px;
}

.view-article .mod-article-meta .mod-article-date {
  opacity: 0.5;
}

.view-article .mod-articles-title a {
  display: block;
  color: var(--revia-text);
  height: 70px;
  margin-bottom: 25px;
}

.view-article .container {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1400px) {
  .view-article .container {
    max-width: 1320px;
  }
}

@media (min-width: 1600px) {
  .view-article .container {
    max-width: 1520px !important;
  }
}

@media (min-width: 1800px) {
  .view-article .container {
    max-width: 1720px !important;
  }
}
