@charset "UTF-8";
/*justify content*/
/*
md 768 - 1023
lg 1024 - 1199
xl 1200 - 1399

 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "Tinos";
  font-style: normal;
  font-weight: 400;
  src: local("Tinos Regular"), local("Tinos-Regular"), url("../fonts/Tinos/Tinos-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Tinos";
  font-style: normal;
  font-weight: 600;
  src: local("Tinos Bold"), local("Tinos-Bold"), url("../fonts/Tinos/Tinos-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 100;
  src: local("Raleway Thin"), local("Raleway-Thin"), url("../fonts/Raleway/Raleway-Thin.ttf") format("truetype");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 200;
  src: local("Raleway Extra Light"), local("Raleway-ExtraLight"), url("../fonts/Raleway/Raleway-ExtraLight.ttf") format("truetype");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 300;
  src: local("Raleway Light"), local("Raleway-Light"), url("../fonts/Raleway/Raleway-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  src: local("Raleway Regular"), local("Raleway-Regular"), url("../fonts/Raleway/Raleway-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 500;
  src: local("Raleway Medium"), local("Raleway-Medium"), url("../fonts/Raleway/Raleway-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 600;
  src: local("Raleway Semi Bold"), local("Raleway-SemiBold"), url("../fonts/Raleway/Raleway-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  src: local("Raleway Bold"), local("Raleway-Bold"), url("../fonts/Raleway/Raleway-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 800;
  src: local("Raleway Extra Bold"), local("Raleway-ExtraBold"), url("../fonts/Raleway/Raleway-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 900;
  src: local("Raleway Black"), local("Raleway-Black"), url("../fonts/Raleway/Raleway-Black.ttf") format("truetype");
}
.container {
  display: inline-block;
  width: 80%;
}

.container--logo {
  padding-left: 12px;
}

.container--flex-space-between {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.container--flex-center {
  display: flex;
  width: 100%;
  justify-content: center;
}

.container--height-50vh {
  display: block;
  height: 50vh;
  width: 100%;
}

.container--height-100vh {
  display: block;
  height: 100vh;
  width: 100%;
}

.container--fixed-height {
  height: 100vh;
  width: 100%;
  display: block;
}

.container--bg-black {
  background-color: rgb(0, 0, 0);
}

.container--flex {
  display: flex;
}

.container--bg-white {
  background-color: rgb(255, 255, 255);
}

.container--galerie__subtitle-container {
  display: grid;
}

.container--bg--light-grey {
  background-color: #f3f3f3;
}

.container--bg--off-white {
  background-color: #FAF9F6;
}

.container--bg--ivory-white {
  background-color: #FAF9F6;
}

.container--bg--pastel-ivory {
  background-color: #F2E7D4;
}

.container--bg--light-gruen {
  background-color: #e6ece8;
}

.container--bg--light-blau {
  background-color: #ebebf4;
}

.container--bg--light-rose {
  background-color: #fffcf8;
}

.container--fw-640 {
  width: 640px;
}

.container--horizontal-align-center {
  display: flex;
  justify-content: center;
}

.container--main-content {
  padding-top: 120px;
  padding-bottom: 48px;
  min-height: 600px;
}

.container--main-content h1 {
  color: rgb(0, 63, 22);
  margin-bottom: 24px;
}

.container--main-content h2 {
  color: rgb(75, 38, 126);
  margin-bottom: 24px;
}

.wp-block-paragraph {
  padding-left: 12px;
  padding-right: 12px;
}

.wp-block {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.wp-block.alignwide {
  max-width: 1400px;
}

.wp-block.alignfull {
  max-width: none;
  width: 100%;
}

ul.wp-block-list {
  list-style-type: disc;
  list-style-position: inside;
}

.container--sub-hero {
  display: flex;
}

.container--sub-headline h1 {
  margin-bottom: 24px;
  color: rgb(0, 63, 22);
  line-height: 1.2;
}

@media screen and (max-width: 575px) {
  .container--galerie__subtitle-container {
    grid-gap: 0 12px;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
  }

  .container--sub-hero {
    justify-content: center;
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 768px) {
  .container {
    width: 640px;
  }

  .container--galerie__subtitle-container {
    grid-gap: 12px 12px;
    grid-template-columns: minmax(0, max-content) minmax(50%, 1fr);
  }

  .container--sub-hero {
    justify-content: center;
    flex-direction: row;
    align-items: center;
  }

  .container--sub-headline {
    max-width: 480px;
  }
}
@media screen and (min-width: 1024px) {
  .container--fw-960 {
    width: 960px;
  }
}
.wrapper {
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  box-sizing: border-box;
}

@media screen and (max-width: 575px) {
  .wrapper--galerie {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    box-sizing: border-box;
  }
}
/* slpit xs into 3 parts
 */
@media screen and (max-width: 359px) {
  .wrapper--galerie-start {
    padding-left: 24px;
    padding-right: 24px;
    box-sizing: border-box;
    /*width: 268px;*/
  }
}
@media screen and (min-width: 360px) and (max-width: 459px) {
  .wrapper--galerie-start {
    margin-left: calc(100% - 320px)/2;
    width: 320px;
    /*width: 268px;*/
  }
}
@media screen and (min-width: 460px) and (max-width: 575px) {
  .wrapper--galerie-start {
    margin-left: calc(100% - 420px)/2;
    width: 420px;
    /*width: 268px;*/
  }
}
@media screen and (min-width: 576px) {
  .wrapper {
    padding-left: 24px;
    padding-right: 24px;
    box-sizing: border-box;
  }

  .wrapper--galerie {
    margin-left: 24px;
    width: calc(100% - 48px);
  }
}
@media screen and (max-width: 575px) {
  .wrapper--new {
    margin-left: 24px;
    width: calc(100% - 48px);
  }

  .wrapper--galerie-bs, .wrapper--galerie--bs--combine {
    margin-left: 48px;
    width: calc(100% - 96px);
  }

  .wrapper--galerie-start {
    margin-left: 24px;
    width: calc(100% - 48px);
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .wrapper--galerie-start {
    width: 540px;
    margin: auto;
  }

  .home__box--fading-keywords__wrapper {
    width: 540px;
    margin: auto;
  }
}
@media screen and (min-width: 768px) {
  .wrapper {
    margin-left: 24px;
    width: calc(100% - 48px);
  }

  .wrapper--galerie {
    margin-left: 24px;
    width: calc(100% - 48px);
  }

  .wrapper--new {
    margin-left: 24px;
    width: calc(100% - 48px);
  }

  .wrapper--galerie-bs, .wrapper--galerie--bs--combine {
    margin-left: 48px;
    width: calc(100% - 96px);
  }

  .wrapper--galerie-start {
    width: 720px;
    margin: auto;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .wrapper {
    width: 1024px;
    margin: auto;
  }
  .wrapper__text {
    max-width: 960px;
    margin: 0 auto;
  }

  .wrapper--galerie {
    margin-left: 24px;
    width: calc(100% - 48px);
  }

  .wrapper--new {
    margin-left: 24px;
    width: calc(100% - 48px);
  }

  .wrapper--galerie-bs, .wrapper--galerie--bs--combine {
    margin-left: 48px;
    width: calc(100% - 96px);
  }

  .wrapper--galerie-start {
    margin-left: 24px;
    width: calc(100% - 48px);
  }

  .wrapper--galerie-start {
    width: 960px;
    margin: auto;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .wrapper {
    margin-left: 24px;
    width: calc(100% - 48px);
  }

  .wrapper--new {
    margin-left: 24px;
    width: calc(100% - 48px);
  }

  .wrapper--galerie {
    margin-left: 48px;
    width: calc(100% - 96px);
  }

  .wrapper--galerie-bs, .wrapper--galerie--bs--combine {
    margin-left: 48px;
    width: calc(100% - 96px);
  }

  .wrapper--galerie-start {
    width: 1140px;
    margin: auto;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1599px) {
  .wrapper {
    margin-left: 24px;
    width: calc(100% - 48px);
  }

  .wrapper--new {
    width: 1284px;
    margin: auto;
  }

  .wrapper--galerie {
    width: 792px;
    margin: auto;
  }

  .wrapper--galerie-bs, .wrapper--galerie--bs--combine {
    width: 1200px;
    margin: auto;
  }

  .wrapper--galerie-start {
    width: 1280px;
    margin: auto;
  }
}
@media screen and (min-width: 1600px) {
  .wrapper--new {
    width: 1440px;
    margin: auto;
  }

  .wrapper {
    width: 1600px;
    margin: auto;
  }

  .wrapper--galerie {
    width: 840px;
    /*640 /3 * 4*/
    margin: auto;
  }

  .wrapper--galerie-bs, .wrapper--galerie--bs--combine {
    width: 1200px;
    margin: auto;
  }

  .wrapper--galerie-start {
    width: 1440px;
    margin: auto;
  }
}
a.button {
  text-decoration: none;
}

.btn--circular--vertical {
  height: 24px;
  width: 24px;
  background-color: rgb(238, 113, 12);
  border-radius: 50%;
  display: block;
  margin-bottom: 24px;
}

a.btn-icon {
  color: rgb(255, 255, 255);
  font-size: 24px;
}

a.button--outline {
  display: inline-block;
  width: 120px;
}

a.button--raised, a.button-raised:visited {
  width: 120px;
  font-weight: bold;
}

.masthead a.button--outline, .masthead a.button--raised {
  width: 240px;
}

.masthead a.button--outline:hover {
  font-weight: bold;
}

.masthead a.button--raised:hover {
  font-weight: bold;
}

a.btn {
  min-width: 120px;
  display: inline-block;
}

a.btn, a.btn:hover {
  text-decoration: none;
}

.btn {
  padding: 12px;
}
.btn--outline {
  text-align: center;
}
.btn--icon {
  width: 24px;
  height: 24px;
  display: inline-block;
}
.btn--icon--menu {
  background-color: rgb(238, 113, 12);
}
.btn--icon--menu-close {
  background-color: rgb(238, 113, 12);
}

.button {
  padding: 12px;
}
.button--outline {
  border: 1px solid rgb(255, 255, 255);
}
.button--icon {
  width: 24px;
  height: 24px;
  display: inline-block;
}
.button--icon--menu {
  background-color: rgb(238, 113, 12);
}
.button--icon--menu-close {
  background-color: rgb(238, 113, 12);
}

.menu-buttons__buttons {
  color: #FFFFFF;
  display: inline-block;
  margin-left: 12px;
  font-weight: normal;
}

.menu-buttons__buttons a {
  font-size: 1.2rem;
  color: #FFFFFF;
  text-decoration: none;
}

#js-menu-button {
  color: #FFFFFF;
}

.side-buttons__buttons--vertical--circular {
  height: 36px;
  width: 36px;
  background-color: rgb(238, 113, 12);
  border-radius: 50%;
  display: block;
  margin-bottom: 24px;
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.3);
}

.side-buttons__buttons--vertical--circular a {
  height: 24px;
  width: 24px;
  margin-left: 6px;
  margin-top: 6px;
  background-image: url(../images/regionera-icons-2022-white.svg);
  background-size: 240px 24px;
  display: inline-block;
  background-position: 0 0;
}

.side-buttons__buttons--vertical--circular:hover {
  background-color: rgb(238, 113, 12);
  color: rgb(0, 0, 0);
}

a.btn--email {
  background-position: -24px 0;
}

a.btn--phone {
  background-position: 0 0;
}

a.btn--rfq {
  background-position: -48px 0;
}

a.btn--support {
  background-position: -72px 0;
}

a.btn--bug {
  background-position: -96px 0;
}

#js-menu-button {
  display: inline-block;
}

#js-menu-button:before {
  content: "☰";
  font-size: 24px;
}

.icon--love {
  color: rgb(238, 113, 12);
}

.tile {
  width: 200px;
  height: 150px;
  line-height: 150px;
  text-align: center;
}

.tile span {
  display: inline-block;
  vertical-align: middle;
}

nav ul {
  list-style-type: none;
  margin: 0;
}

nav ul li a {
  text-decoration: none;
}

nav ul li a:hover {
  text-decoration: none;
}

nav ul li.nav-item span.active::after {
  color: rgb(238, 113, 12);
}

.navi--horizontal, .navi--vertical {
  list-style-type: none;
  margin: 0;
}
.navi--vertical li {
  margin-bottom: 3px;
}
.navi--vertical-submenu li {
  font-size: 1.4rem;
  padding-bottom: 0;
}
.navi--vertical-submenu li {
  color: rgb(255, 255, 255);
  text-decoration: none;
  margin-bottom: 12px;
  line-height: 1;
}
.navi--vertical-submenu li a {
  color: rgb(238, 113, 12);
  text-decoration: none;
  font-weight: 600;
}
.navi--horizontal li a {
  text-decoration: none;
}
.navi--horizontal li a:hover {
  text-decoration: none;
}
.navi--sidebar li {
  padding-bottom: 12px;
  padding-top: 12px;
}

#cta-menu {
  text-align: center;
}

#cta-menu li a {
  text-decoration: none;
}

.menu--main, #menu-menu-1.menu ul {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 4px;
}

.menu--main__container__nav {
  padding: 24px;
}

.menu--main__container__nav nav.navi--vertical ul li, #menu-menu-1.menu ul {
  text-transform: uppercase;
  margin-bottom: 24px;
}

.menu--main__container__nav nav.navi--vertical a {
  color: rgb(255, 255, 255);
}

.navi-container--side-nav {
  position: fixed;
  right: 0;
  top: 200px;
  width: 50px;
  z-index: 99;
}

.navi-container--side-buttons {
  position: fixed;
  right: 0;
  top: 200px;
  width: 50px;
  z-index: 99;
}

.nav-container--main-nav {
  position: fixed;
  top: 68px;
  left: 0;
  display: block;
  width: 100%;
  z-index: 24;
  padding-top: 48px;
  padding-bottom: 48px;
  background: radial-gradient(circle at 0% 0%, black 0%, #bd5a0a 100%);
}

ul.main-navi li {
  font-size: 1.6rem;
  padding-top: 12px;
  padding-bottom: 12px;
  color: rgb(255, 255, 255);
}

ul.main-navi li a {
  display: inline-block;
}

ul.main-navi li span {
  float: right;
  width: 20px;
  display: inline-block;
}

ul.main-navi li span:after {
  content: "❯";
  font-size: 24px;
  padding-top: 20px;
}

ul.main-navi li a {
  text-decoration: none;
  color: rgb(255, 255, 255);
}

ul.main-navi li a:hover {
  text-decoration: none;
}

ul.sitemap li {
  font-size: 1.5rem;
}

ul.sitemap li a {
  font-weight: 900;
}

ul.sitemap li:last-child {
  margin-bottom: 10px;
}

ul.sitemap li ul li {
  font-size: 1.25rem;
}

ul.sitemap li ul li a {
  font-weight: 400;
}

ul.sitemap li ul li ul li {
  font-size: 1rem;
}

ul.sitemap li ul li ul li a {
  margin-left: 20px;
  font-weight: 200;
}

@media screen and (max-width: 1023px) {
  .navi--horizontal li {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 575px) {
  ul.navi--vertical-submenu li, ul.navi--vertical-submenu li a {
    font-size: 1.5rem;
  }

  ul.main-navi a, ul.main-navi li span {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  ul.main-navi li {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .navi--horizontal li {
    float: left;
    margin-left: 12px;
  }

  ul.navi--vertical-submenu {
    margin-top: 0;
  }

  ul.navi--vertical-submenu li, ul.navi--vertical-submenu li a {
    font-size: 2rem;
  }

  ul.main-navi a, ul.main-navi li span {
    font-size: 2rem;
  }
}
/*this is being used*/
.box {
  display: flex;
}
.box h1, .box h2, .box h3, .box h4, .box h5, .box h6 {
  font-weight: 300;
  margin-bottom: 0;
  text-transform: uppercase;
}
.box .box__content {
  padding: 24px;
}

div[class^=box] p, div[class*=" box"] p, div[class^=box] span, div[class*=" box"] span {
  font-size: 0.55rem;
}

.box__content__heading {
  font-size: 2.5rem;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 1rem;
}

#main .box p, .masthead .box p {
  font-weight: 400;
}

.box--bg-murano {
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

.box--bg-murano a.btn--outline {
  border: 1px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}

.box--bg-murano .box__content__heading {
  color: rgb(255, 255, 255);
}

.box--bg-murano a.btn--outline:hover {
  border: 1px solid rgb(0, 0, 0);
  background-color: rgb(0, 0, 0);
}

.box--bg-murano h2 {
  color: rgb(255, 255, 255);
}

.box--bg-image--dark h2 {
  color: rgb(255, 255, 255);
}

.box--bg-image--dark a.btn--outline {
  border: 1px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}

.box--bg-image--dark a.btn--outline:hover {
  border: 1px solid rgb(0, 0, 0);
  background-color: rgb(0, 0, 0);
}

.box--bg-image--light h2 {
  color: rgb(0, 0, 0);
}

.box--bg-image--light a.btn--outline {
  border: 1px solid rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}

.box--bg-image--light a.btn--outline:hover {
  border: 1px solid rgb(255, 255, 255);
  background-color: rgb(255, 255, 255);
}

@media screen and (max-width: 575px) {
  .box__content {
    padding: 12px;
  }
}
@media screen and (max-width: 359px) {
  .box--sz-1 {
    height: 29.7777777778px;
  }

  .box--sz-2 {
    height: 59.5555555556px;
  }

  .box--sz-3 {
    height: 89.3333333333px;
  }

  .box--sz-4 {
    height: 119.1111111111px;
  }

  .box--sz-5 {
    height: 148.8888888889px;
  }

  .box--sz-6 {
    height: 178.6666666667px;
  }
}
@media screen and (min-width: 360px) and (max-width: 459px) {
  .box--sz-1 {
    height: 35.5555555556px;
  }

  .box--sz-2 {
    height: 71.1111111111px;
  }

  .box--sz-3 {
    height: 106.6666666667px;
  }

  .box--sz-4 {
    height: 142.2222222222px;
  }

  .box--sz-5 {
    height: 177.7777777778px;
  }

  .box--sz-6 {
    height: 213.3333333333px;
  }
}
@media screen and (min-width: 460px) and (max-width: 575px) {
  .box--sz-1 {
    height: 46.6666666667px;
  }

  .box--sz-2 {
    height: 93.3333333333px;
  }

  .box--sz-3 {
    height: 140px;
  }

  .box--sz-4 {
    height: 186.6666666667px;
  }

  .box--sz-5 {
    height: 233.3333333333px;
  }

  .box--sz-6 {
    height: 280px;
  }
}
.box--bg-white {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}

.box--bg-white a.btn--outline {
  border: 1px solid rgb(0, 0, 0);
  color: rgb(0, 0, 0);
}

.box--bg-white a.btn--outline:hover {
  border: 1px solid rgb(0, 0, 0);
  background-color: rgb(0, 0, 0);
}

.box--bg-white .box__content__heading {
  color: rgb(0, 0, 0);
}

.box--justify-content-start {
  justify-content: flex-start;
}

.box--justify-content-end {
  justify-content: flex-end;
}

.box--justify-content-center {
  justify-content: center;
}

.box--justify-content-between {
  justify-content: space-between;
}

.box--justify-content-around {
  justify-content: space-around;
}

.box--align-items-vertical-start {
  align-items: flex-start;
}

.box--align-items-vertical-end {
  align-items: flex-end;
}

.box--align-items-vertical-center {
  align-items: center;
}

.box--align-items-vertical-between {
  align-items: space-between;
}

.box--align-items-vertical-around {
  align-items: space-around;
}

.box--color-light {
  color: #FFFFFF;
}

.box--color-dark {
  color: rgb(0, 0, 0);
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  div[class^=box] p, div[class*=" box"] p {
    font-size: 0.7rem;
  }

  .box--sz-1 {
    height: 57.7777777778px;
  }

  .box--sz-2 {
    height: 115.5555555556px;
  }

  .box--sz-3 {
    height: 173.3333333333px;
  }

  .box--sz-4 {
    height: 231.1111111111px;
  }

  .box--sz-5 {
    height: 288.8888888889px;
  }

  .box--sz-6 {
    height: 346.6666666667px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  div[class^=box] p, div[class*=" box"] p, div[class^=box] span, div[class*=" box"] span {
    font-size: 0.7rem;
  }

  .box--sz-1 {
    height: 50.6666666667px;
  }

  .box--sz-2 {
    height: 101.3333333333px;
  }

  .box--sz-3 {
    height: 152px;
  }

  .box--sz-4 {
    height: 202.6666666667px;
  }

  .box--sz-5 {
    height: 253.3333333333px;
  }

  .box--sz-6 {
    height: 304px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  div[class^=box] p, div[class*=" box"] p {
    font-size: 0.7rem;
  }

  .box--sz-1 {
    height: 80px;
  }

  .box--sz-2 {
    height: 160px;
  }

  .box--sz-3 {
    height: 240px;
  }

  .box--sz-4 {
    height: 320px;
  }

  .box--sz-5 {
    height: 400px;
  }

  .box--sz-6 {
    height: 480px;
  }
}
@media screen and (min-width: 1024px) {
  div[class^=box] p, div[class*=" box"] p, div[class^=box] span, div[class*=" box"] span {
    font-size: 0.7rem;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  div[class^=box] p, div[class*=" box"] p {
    font-size: 0.7rem;
  }

  .box--sz-1 {
    height: 64px;
  }

  .box--sz-2 {
    height: 128px;
  }

  .box--sz-3 {
    height: 192px;
  }

  .box--sz-4 {
    height: 256px;
  }

  .box--sz-5 {
    height: 320px;
  }

  .box--sz-6 {
    height: 384px;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1599px) {
  /*wrapper 1280*/
  .box--sz-1 {
    height: 71.1111111111px;
  }

  .box--sz-2 {
    height: 142.2222222222px;
  }

  .box--sz-3 {
    height: 213.3333333333px;
  }

  .box--sz-4 {
    height: 284.4444444444px;
  }

  .box--sz-5 {
    height: 355.5555555556px;
  }

  .box--sz-6 {
    height: 426.6666666667px;
  }
}
@media screen and (min-width: 1600px) {
  .box--sz-1 {
    height: 80px;
  }

  .box--sz-2 {
    height: 160px;
  }

  .box--sz-3 {
    height: 240px;
  }

  .box--sz-4 {
    height: 320px;
  }

  .box--sz-5 {
    height: 400px;
  }

  .box--sz-6 {
    height: 480px;
  }
}
.card--horizontal, .card--vertical, .card--blog {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}
.card--horizontal h2, .card--vertical h2, .card--horizontal h3, .card--vertical h3 {
  line-height: 1;
}
.card--horizontal:hover, .card--vertical:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.card--horizontal {
  margin-bottom: 24px;
}
.card--vertical .card__header__image {
  height: 215px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.card--horizontal .card__header__image {
  display: block;
  height: 100%;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.card--horizontal .card__header__title h2 {
  font-weight: 600;
}
.card--horizontal h3 {
  font-weight: 600;
}
.card--vertical .card__header__title h2 {
  font-weight: 600;
  margin-bottom: 24px;
}
.card--card-dark {
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}
.card--blog .card__header__image {
  height: 240px;
  margin-bottom: 48px;
}
.card--blog .card__body {
  padding-bottom: 24px;
}
.card--blog .card__header__title h1 {
  margin: 0;
  font-weight: 900;
  text-shadow: 3px 3px 0px #CCCCCC;
}
.card--blog .card__header__title {
  padding-top: 24px;
  padding-bottom: 24px;
}
.card--blog .card__header__title__post-date:before {
  content: ".";
  padding: 0 10px;
}

.card__header__title {
  padding: 24px 24px 0 24px;
}

.card__body {
  padding: 0 24px 24px 24px;
}

.card__body hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.card__body p, .card__body ul, .card__body span, .card__body ol {
  color: rgb(0, 0, 0);
}

.card__body a, .card__body a:visited {
  text-decoration: none;
  font-weight: normal;
}

.blog__author-bio a {
  text-decoration: underline;
  font-weight: bolder;
}

@media screen and (max-width: 575px) {
  .card--horizontal, .card--vertical {
    margin-bottom: 24px;
  }

  .card--horizontal .card__header__image {
    grid-row: 1;
    height: 240px;
  }
}
@media screen and (min-width: 1024px) {
  /*.card--horizontal .card__header__title{
    min-height: 100px;
  }*/
  .card--horizontal .card__body {
    min-height: 160px;
  }

  .card--blog .card__body {
    padding-left: 24px;
    padding-right: 24px;
  }
  .card--blog .card__header__title h1 {
    font-size: 3.25rem;
  }
  .card--blog .card__header__image {
    height: 280px;
  }
}
.card--banner {
  padding: 10px 10px 1px 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
}

input[type=text] {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  background-color: rgb(255, 255, 255);
  padding: 4px;
}

input.input--block {
  display: block;
  width: 100%;
}

.input-container {
  display: block;
  width: 100%;
}

.circle--radius-72 {
  height: 72px;
  width: 72px;
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-box--links-oben {
  display: flex;
  align-items: flex-start;
  width: 100%;
}

.flex-box--links-unten {
  display: flex;
  align-items: flex-end;
  width: 100%;
}

.hgt--links {
  padding-left: 10px;
}

.hgt--links__pfeil-container {
  padding-right: 10px;
}

.hgt--unten {
  padding-top: 10px;
  padding-left: 10px;
}

.hgt--oben {
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.hgt--rechts {
  padding-right: 10px;
}

.hgt--rechts__pfeil-container {
  padding-left: 10px;
}

.flex-box--links-oben .hgt--links {
  padding-top: 10px;
}

/*.block--image-right{
  display: flex;
  flex-direction: column;
}

.block--image-right:first-child{
  order: 2;
}

.block--image-right:last-child{
  order: 1;
}*/
@media screen and (max-width: 575px) {
  .block--image-right .wp-block-column .wp-block-image {
    width: 100%;
    margin: 0;
  }

  .block--image-right .wp-block-column .wp-block-image img {
    display: block;
    width: 100%;
    height: auto;
  }

  .block--image-right .wp-block-column:last-child {
    order: 1;
  }

  .block--image-right .wp-block-column:first-child {
    order: 2;
  }
}
@media screen and (min-width: 768px) {
  .block--image-right {
    flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  .hgt--links, .hgt--oben, .hgt--rechts, .hgt--unten {
    max-width: 180px;
  }
}
@media screen and (min-width: 1200px) {
  .hgt--links, .hgt--oben, .hgt--rechts, .hgt--unten {
    max-width: 240px;
  }

  .hgt--links p, .hgt--oben p, .hgt--rechts p, .hgt--unten p, .hgt--links span, .hgt--oben span, .hgt--rechts span, .hgt--unten span {
    font-size: 1rem !important;
    line-height: 1.2 !important;
  }
}
div[class^=box--flex], div[class*=" box--flex"] {
  display: flex;
  height: 100%;
}

.box--flex-justify-content-center {
  justify-content: center;
}

.box--flex-justify-content-start {
  justify-content: start;
}

.box--flex-align-items-center {
  align-items: center;
}

.box--flex-align-items-start {
  align-items: flex-start;
}

.box--flex-align-content-center {
  align-content: center;
}

div[class^=banner], div[class*=" banner"] {
  background-color: rgb(0, 63, 22);
  margin-bottom: 24px;
  border: 6px solid rgb(255, 255, 255);
}

.banner--h420 {
  height: 420px;
}

.banner--h360 {
  height: 360px;
}

.banner--h240 {
  height: 240px;
}

.banner--h360 {
  height: 360px;
}

.banner {
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
}

.banner__title a {
  text-decoration: underline;
}

.banner--dark h1, .banner--dark h2, .banner--dark a {
  color: rgb(255, 255, 255);
}

.banner--light h1, .banner--light h2, .banner--light a {
  color: rgb(0, 0, 0);
}

.banner--light .banner__title {
  background-color: rgba(255, 255, 255, 0.8);
}

.banner__container {
  display: flex;
  justify-content: flex-end;
}

.banner__title {
  padding: 24px;
}

.banner--fw {
  width: 100%;
}

.banner--w240 {
  width: 240px;
}

.banner--img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.banner--n1 {
  background-image: url("../images/74596828_akupunktur.jpg");
}

.banner--home--heilpraktikerin {
  background-color: #FFFCF8 !important;
  background-image: url("../images/LuShan_DSC6214-Final.jpg");
  background-repeat: no-repeat;
}

.banner--home--mitarbeiter {
  background-color: #FFFCF8 !important;
  background-image: url("../images/LuShan_DSC6230-Final.jpg");
  background-repeat: no-repeat;
}

.banner--home--akupunktur {
  background-color: #FFFCF8 !important;
  background-image: url("../images/LuShan_Akupunktur_640x480.jpg");
  background-repeat: no-repeat;
}

.banner--home--schropfen {
  background-color: #FFFCF8 !important;
  background-image: url("../images/LuShan_Schropfen_640x480.jpg");
  background-repeat: no-repeat;
}

.banner--home--moxibustion {
  background-color: #FFFCF8 !important;
  background-image: url("../images/LuShan_Moxibustion_640x480.jpg");
  background-repeat: no-repeat;
}

.banner--home--qigong {
  background-color: #FFFCF8 !important;
  background-image: url("../images/LuShan_Qigong_640x480.jpg");
  background-repeat: no-repeat;
}

.banner--home--teezeremonie {
  background-color: #FFFCF8 !important;
  background-image: url("../images/LuShan_Aktuelles_Teezeremonie_640x480.jpg");
  background-repeat: no-repeat;
}

.banner--home--therapie {
  background-color: #FFFCF8 !important;
  background-image: url("../images/LuShan_Therapie.jpg");
  background-repeat: no-repeat;
}

.masthead {
  background: #050505 url("../../images/estevo-top-background-desktop.jpg") top right no-repeat;
  width: 100%;
  display: block;
}

.masthead h1 {
  text-shadow: 3px 5px 2px #1a1a1a;
  color: rgb(255, 255, 255);
}

.masthead h1 span {
  font-size: 3rem;
  font-weight: 900;
  margin: 0;
}

@media screen and (min-width: 1024px) {
  .masthead h1 span {
    font-size: 4.25rem;
  }
}
ul.menu li a {
  color: rgb(167, 136, 31);
  text-decoration: none;
}

ul.menu li a:hover {
  color: rgb(0, 63, 22);
  font-weight: 500;
}

ul#menu-menue-1 li.current-menu-item a {
  color: rgb(0, 63, 22);
  font-weight: 400;
}

ul#menu-menue-1 li {
  text-transform: uppercase;
}

.logo {
  height: 36px;
  width: auto;
}

.container--menu-main-button {
  display: inline-block;
  position: fixed;
  right: 24px;
  top: 72px;
  z-index: 20;
}

@media screen and (max-width: 767px) {
  ul#menu-menue-1 {
    transform: translateX(-150%);
    transition: transform 0.5s ease;
  }

  ul#menu-menue-1.active {
    transform: translateX(0);
  }

  ul#menu-menue-1 {
    background-color: rgba(230, 236, 232, 0.9);
    margin-top: 72px;
  }

  ul#menu-menue-1 li {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
    min-width: 100px;
    margin-bottom: 6px;
    margin-top: 6px;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  ul#menu-menue-1 li {
    float: left;
    margin: 0 12px 0 0;
  }

  .container--menu-main {
    padding: 24px 0 0 0;
  }

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

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

  .container--menu-main {
    padding: 24px;
  }
}
#modalbtn1:hover {
  cursor: pointer;
}

.modal-box--round-blue {
  width: 100%;
  height: 100vh;
  top: 0;
  right: 0;
  position: absolute;
  background: #000000 url("../../images/estevo-modal-bg-blue-small.svg") bottom right repeat;
  background-size: 90px 180px;
  z-index: 10;
  display: block;
}

.modal-box__container {
  padding: 8vh;
}

.modal-box__container-inner {
  background-color: #FFFFFF;
  height: 84vh;
  border: 1px solid;
  padding: 10px;
  box-shadow: 5px 10px 18px #888888;
}

.modal-box__container-inner-section {
  padding: 36px;
}

.modal-box__container-inner-content h1 {
  color: rgb(0, 0, 0);
}

.modal {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100vh;
  z-index: 20;
  display: block;
  top: 0;
  left: 0;
  color: #FFFFFF;
  transition: transform 2s linear;
  transform: translateX(-200%);
}

.modal.open {
  transform: translateX(0px);
}

.modal h1, .modal h2, .modal h3, .modal h4 {
  margin-top: 0;
  font-stretch: 75%;
  font-weight: 400;
}

.modal--sm .modal-container {
  width: 80%;
}

.modal__container--cta-close {
  margin-top: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: right;
}

.modal__container--inner {
  background-color: #FFFFFF;
  color: rgb(0, 0, 0);
  padding: 48px;
  border-radius: 6px;
}

.modal__container--content {
  padding-top: 24px;
}

.button--modal--close {
  margin-right: 48px;
}

.cross-mark {
  height: 36px;
  width: 36px;
  background-color: rgb(238, 113, 12);
  border-radius: 4px;
  position: relative;
  display: inline-block;
}

.cross-mark:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "×";
  font-size: 24px;
  color: rgb(255, 255, 255);
  line-height: 30px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .modal--sm .modal-container {
    max-width: 480px;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", "Arial", sans-serif;
  font-weight: 400;
  margin: 0;
}

h1 {
  font-size: 1.8rem;
  /*60*/
}

#layout--sub .container--home-headline h1 {
  color: rgb(0, 63, 22);
  text-transform: uppercase;
  margin-bottom: 16px;
}

h2 {
  font-size: 1.4rem;
  /*45*/
}

h3 {
  font-size: 1.3rem;
  /*37.5*/
}

h4 {
  font-size: 1.2rem;
  /*33.75*/
}

h5 {
  font-size: 1rem;
  /*30*/
}

h6 {
  font-size: 1rem;
  /*26.25*/
}

p, ol, ul, li, label, table td, table th {
  font-size: 1rem;
}

p {
  line-height: 1.4;
  margin-bottom: 1rem;
}

span.text--wrap {
  overflow-wrap: break-word;
}

ul li {
  line-height: 1.4;
}

p.no-space-after {
  margin-bottom: 0;
}

span.underline {
  text-decoration: underline dotted;
}

small {
  font-size: 1rem;
}

blockquote {
  font-size: 2.5rem;
  quotes: '"' '"' "'" "'";
  padding-left: 48px;
  padding-right: 48px;
}

blockquote:before {
  content: open-quote;
}

blockquote:after {
  content: close-quote;
}

ul.list {
  list-style-type: disc;
  list-style-position: inside;
}

ul.list li {
  margin-bottom: 0.5rem;
}

ul.list li a, ul.list li a:visited {
  text-decoration: none;
}

ul.list--checked {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.list--checked li:before {
  content: "✓";
  margin-right: 0.4em;
}

ul.list--checked li {
  padding-left: 1.2em;
  text-indent: -1em;
}

a {
  color: rgb(167, 136, 31);
}

a:hover {
  color: rgb(0, 63, 22);
}

strong, b {
  font-weight: 500;
}

h1.home__h1-small {
  font-size: 1rem;
  font-weight: bold;
}

p.bold-headings {
  font-weight: bold;
  font-size: 1rem;
}

p.weiss {
  color: rgb(255, 255, 255);
}

p.weiss span {
  color: rgb(255, 255, 255);
}

p.gruen {
  color: rgb(0, 63, 22);
}

p.gold {
  color: rgb(167, 136, 31);
}

p.text--tagline {
  font-size: 0.35rem;
  color: rgb(167, 136, 31);
  font-weight: 600;
}

.text--color-white {
  color: rgb(255, 255, 255);
}

.text--font-serif {
  font-family: "Tinos", serif;
}

.text-box h2, .text-box h3 {
  margin-bottom: 12px;
}

@media screen and (min-width: 768px) {
  .text--split-md-three-columns {
    column-count: 3;
  }

  .text--split-md-two-columns {
    column-count: 2;
  }
}
@media screen and (min-width: 1024px) {
  h1 {
    font-size: 2rem;
    /*60*/
  }

  h2 {
    font-size: 1.6rem;
    /*45*/
  }

  h3 {
    font-size: 1.4rem;
    /*37.5*/
  }

  h4 {
    font-size: 1.2rem;
    /*33.75*/
  }

  h5 {
    font-size: 1rem;
    /*30*/
  }

  h6 {
    font-size: 1rem;
    /*26.25*/
  }

  p, ol, ul, li {
    font-size: 1rem;
  }

  p.bold-headings {
    font-size: 1.2rem;
  }

  h1.home__h1-small {
    font-size: 1.25rem;
  }

  .text--split-lg-three-columns {
    column-count: 3;
  }
}
@media screen and (max-width: 575px) {
  .hide--xs {
    display: none;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .hide--sm {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .hide--md {
    display: none;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .hide--lg {
    display: none;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .hide--xl {
    display: none;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1599px) {
  .hide--xxl {
    display: none;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919px) {
  .hide--xxxl {
    display: none;
  }
}
@media screen and (min-width: 1920px) and (max-width: 1559px) {
  .hide--xxxxl {
    display: none;
  }
}
@media screen and (min-width: 2560px) {
  .hide--xxxxxl {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .hide--mobile {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .hide--tablet-up {
    display: none;
  }
}
.img--block {
  max-width: 100%;
  height: auto;
}

div[class^=grid-container], div[class*=" grid-container"] {
  display: grid;
  grid-gap: 24px 24px;
}

ul[class^=grid-container], ul[class*=" grid-container"] {
  display: grid;
  grid-gap: 0 0;
}

.row {
  margin-bottom: 12px;
}

.grid-container--cols-50-50 {
  grid-template-columns: 1fr 1fr;
}

.grid-container--cols-25-75 {
  grid-template-columns: 1fr 3fr;
}

.grid-container--cols-25-50 {
  grid-template-columns: 1fr 2fr;
}

.grid-container--cols-50-25-25 {
  grid-template-columns: 2fr 1fr 1fr;
}

.grid-container--cols-30-70 {
  grid-template-columns: 3fr 10fr;
}

.grid-container--cols-33-66 {
  grid-template-columns: 1fr 3fr;
}

.grid-container--cols-25-50 {
  grid-template-columns: 1fr 2fr;
}

.grid-container--cols-25-75 {
  grid-template-columns: 1fr 3fr;
}

.grid-container--cols-40-60 {
  grid-template-columns: 4fr 6fr;
}

.grid-container--cols-50-25 {
  grid-template-columns: 2fr 1fr;
}

.grid-container--cols-60-40 {
  grid-template-columns: 6fr 4fr;
}

.grid-container--cols-75-25 {
  grid-template-columns: 3fr 1fr;
}

.grid-container--cols-70-30 {
  grid-template-columns: 7fr 3fr;
}

.grid-container--cols-25-50-25 {
  grid-template-columns: 1fr 2fr 1fr;
}

.grid-container--cols-33-33-33 {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-container--cols-30-40-20-10 {
  grid-template-columns: 3fr 4fr 2fr 1fr;
}

.grid-container--cols-25-25-25-25 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 575px) {
  .grid-container--cols-xs-100 {
    grid-template-columns: 1fr;
    grid-gap: 0 0 !important;
  }

  .grid-container--cols-xs-50-50 {
    grid-template-columns: 1fr 1fr;
  }

  .grid-container--cols-xs-30-70 {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .grid-container--cols-sm-100 {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }

  .grid-container--cols-sm-50-50 {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .grid-container--cols-md-100 {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }

  .grid-container--cols-md-50-50 {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .grid-container--cols-lg-100 {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }

  .grid-container--cols-lg-50-50 {
    grid-template-columns: 1fr 1fr;
  }

  .grid-container--cols-lg-33-33-33 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-container--cols-lg-16-16-16-16-16-16 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .grid-container--cols-xl-100 {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }

  .grid-container--cols-xl-50-50 {
    grid-template-columns: 1fr 1fr;
  }

  .grid-container--cols-xl-33-33-33 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-container--cols-xl-16-16-16-16-16-16 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1599px) {
  .grid-container--cols-xxl-50-50 {
    grid-template-columns: 1fr 1fr;
  }

  .grid-container--cols-xxl-33-33-33 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-container--cols-xl-16-16-16-16-16-16 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919px) {
  .grid-container--cols-xxxl-50-50 {
    grid-template-columns: 1fr 1fr;
  }

  .grid-container--cols-xxxl-33-33-33 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-container--cols-xl-16-16-16-16-16-16 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1024px) {
  .grid-container--cols-lg-up-50-50 {
    grid-template-columns: 1fr 1fr;
  }

  .grid-container--cols-lg-up-33-33-33 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.entry-content ul,
.entry-content ol {
  max-width: 100%;
  padding-left: 1.5rem;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.entry-content .wp-block-list {
  max-width: 100%;
  width: auto;
}

.entry-content {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.entry-content li {
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.wp-block-list li {
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-all;
}

h2.wp-block-heading {
  margin-bottom: 24px;
}

html, body {
  margin: 0;
  padding: 0;
}

html {
  background-image: linear-gradient(#f3f3f3, rgb(255, 255, 255));
}

body {
  font-family: "Raleway", "Arial", sans-serif;
  font-size: 62.5%;
  font-weight: 200;
}

div[class^=layout], div[class*=" layout"] {
  margin: 0;
  padding: 0;
}

#main {
  margin: 0;
  padding: 0;
}

.section {
  padding-top: 48px;
  padding-bottom: 24px;
  margin-bottom: 48px;
}

.container--full-height {
  height: 100vh;
}

p {
  margin-top: 0;
}

/*.gradient{
  background-image: linear-gradient(to right top, #d16ba5, #c777b9, #ba83ca, #aa8fd8, #9a9ae1, #8aa7ec, #79b3f4, #69bff8, #52cffe, #41dfff, #46eefa, #5ffbf1);
}*/
.gradient {
  background-image: linear-gradient(to right top, #363b8f, #3b378c, #3f3489, #433086, #472c83, #632782, #7c207e, #921578, #bb0969, #d92452, #ea4a37, #ee710c);
}

.container--bg--blau-light {
  background-color: #ebebf4;
}

.container--bg--gruen-light {
  background-color: #b3c5b9;
}

.background--radial {
  background: radial-gradient(#ebebf4, #dbd4e5);
}

.container--logo #LuSHAN-Logo {
  width: 120px;
  height: auto;
  margin-top: 24px;
}

.logo {
  width: auto;
  height: 60px;
  margin-top: 24px;
}

.container--main {
  padding-top: 80px;
}

table.default tr th {
  font-weight: bold;
  text-transform: uppercase;
}

table.default tr td, table.default tr th {
  border: 1px solid #CCCCCC;
  border-collapse: collapse;
  text-align: left;
  padding: 4px;
}

table.default tr:nth-child(even) {
  background-color: #f9cdaa;
}

@media screen and (min-width: 768px) {
  body {
    background-image: url("../images/LuShan_Gingko_Rotate_Translucent_10.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
  }

  .container--main {
    padding-top: 120px;
  }

  .logo {
    width: auto;
    height: 100px;
    margin-top: 24px;
  }

  .container--main {
    background-image: url("../images/LuShan_Logo_2024_No_Name_Black_Rotate_30.png");
    background-repeat: no-repeat;
    background-size: 64% 64%;
    background-position: 960px 200px;
  }
}
@media screen and (max-width: 575px) {
  .hero-image {
    width: 270px;
    height: 360px;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
#brand {
  width: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12;
}

.container--brand--outer {
  padding-left: 24px;
}

#LuSHAN-Logo {
  height: 48px;
  width: auto;
}

#Hintergrund2 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}

#Punkt {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}

#Hintergrund {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}

#Ring2 {
  background: rgb(255, 255, 255);
  fill: rgb(255, 255, 255);
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}

#Ring1 {
  background: rgb(255, 255, 255);
  fill: rgb(255, 255, 255);
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}

#Hintergrund2, #Hintergrund, #Ring1, #Ring2, #Punkt {
  animation: pulse 2s linear infinite;
}

#Pins {
  height: 36px;
  width: auto;
}

.menue-container {
  transition: transform 0.5s ease;
}

.menue-container.active {
  transform: rotate(90deg);
}

.menue-container.active #Pins1, .menue-container.active #Pins2, .menue-container.active #Pins {
  stroke: rgb(167, 136, 31);
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
@media screen and (max-width: 575px) {
  /*#brand {
    background-color: #F3F3F3;
  }*/
  /*#brand .container--menu-main {
    background-color: rgba(244,244,244,0.9);
  }*/
  .container--menu-main-inner {
    display: block;
  }

  .container--brand {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  #brand {
    height: 90px;
  }

  .container--menu-main-inner {
    display: inline-block;
  }

  .container--brand {
    display: flex;
    justify-content: space-between;
  }
}
#footer {
  display: block;
  width: 100%;
  color: rgb(0, 63, 22);
}

#footer p, #footer span, #footer ul li {
  margin: 0;
  padding: 0;
  font-size: 0.8rem;
  color: rgb(0, 63, 22);
}

#footer a {
  font-size: 0.8rem;
  color: rgb(0, 63, 22);
}

.footer__container {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.footer__container-links {
  display: block;
  background-color: #f9f9f9;
  padding: 24px 12px 24px 12px;
}

.footer__container-copyright-attributes {
  background-color: #f3f3f3;
  padding: 12px;
}

.footer__container-links-inside ul li {
  padding-top: 6px;
  padding-bottom: 6px;
  margin-bottom: 6px;
  border-bottom: 1px solid #e0e0e0;
}

.footer__container-links-inside div, .footer__container-copyright-attributes-inside div {
  width: 280px;
}

.footer__container-links-inside p, .footer__container-links-inside ul li {
  font-size: 0.9rem;
}

.footer__container-copyright-attributes-inside p {
  font-size: 0.8rem;
  margin-bottom: 0;
}

@media only screen and (max-width: 320px) {
  .footer__container, .footer__copyright, .footer__links {
    display: block;
  }

  .footer__copyright {
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 768px) {
  .footer__container-links-inside {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .footer__container-copyright-attributes-inside {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media screen and (max-width: 575px) {
  .footer__container-links-inside div {
    margin-bottom: 12px;
  }
}
.container--home-cta-arrow {
  position: absolute;
  bottom: 24px;
  left: 0;
  width: 100%;
  text-align: center;
}

.container--home-hero {
  display: flex;
  justify-content: center;
  flex-direction: column-reverse;
}

.container--home-headline__box {
  padding: 0 24px 24px 24px;
}

.container--home-headline__box h2 {
  color: rgb(167, 136, 31);
}

#layout--home .container--home-headline {
  height: 360px;
  width: 270px;
}

#layout--sub .container--home-headline {
  width: 280px;
}

.container--ginko-lines {
  position: absolute;
  height: 360px;
  width: 270px;
  display: inline-block;
  background-image: url("../images/LuSHAN_Ginko_2024_Lines.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  top: 0;
}

.container--ginko-background {
  height: 360px;
  width: 270px;
  background-image: url("../images/LuSHAN_Ginko_2024_Background.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.cls-1 {
  animation: colour_change 6s infinite;
}

.cls-1, .cls-2 {
  height: 360px;
  width: 270px;
}

.container--home-headline__box h2 {
  color: rgb(167, 136, 31);
}

.container--home-headline__box .headline--first {
  animation: left_to_right 10s infinite;
}

.container--home-headline__box .headline--second {
  animation: left_to_right_2 20s infinite;
}

.container--home-headline__box .headline--third {
  animation: left_to_right_3 30s infinite;
}

.container--home-headline__box .headline--fourth {
  animation: left_to_right_4 40s infinite;
}

.container--home-headline__box .headline--fifth {
  animation: left_to_right_5 50s infinite;
}

#primary_text h1 {
  color: rgb(0, 63, 22);
  font-weight: 500;
  margin-bottom: 0;
}

#primary_text h2 {
  color: rgb(54, 59, 143);
  font-weight: 400;
  border-bottom: 1px solid rgb(54, 59, 143);
  padding-bottom: 12px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.container--home-headline__box h2 {
  text-transform: uppercase;
  margin: 6px 0 6px 0;
}

img.pfeil-unten {
  width: 36px;
  height: auto;
}

.container--home-pfeil #LuSHAN_Pfeil {
  height: 36px;
  width: auto;
}

#LuSHAN_Pfeil circle {
  fill: rgba(167, 136, 31, 0.5);
}

#arrow_top {
  animation: arrow_top_animate 5s infinite;
}

#arrow_middle {
  animation: arrow_middle_animate 5s infinite;
}

#arrow_bottom {
  animation: arrow_bottom_animate 5s infinite;
}

@keyframes colour_change {
  0% {
    fill: rgb(0, 63, 22);
  }
  25% {
    fill: rgb(54, 59, 143);
  }
  50% {
    fill: rgb(238, 113, 12);
  }
  75% {
    fill: rgb(75, 38, 126);
  }
  100% {
    fill: rgb(0, 63, 22);
  }
}
@keyframes arrow_top_animate {
  0% {
    fill: rgb(255, 255, 255);
  }
  33% {
    fill: rgb(0, 63, 22);
  }
}
@keyframes arrow_middle_animate {
  0% {
    fill: rgb(0, 63, 22);
  }
  34% {
    fill: rgb(255, 255, 255);
  }
  65% {
    fill: rgb(0, 63, 22);
  }
}
@keyframes arrow_bottom_animate {
  0% {
    fill: rgb(0, 63, 22);
  }
  66% {
    fill: rgb(255, 255, 255);
  }
  100% {
    fill: rgb(0, 63, 22);
  }
}
@keyframes left_to_right {
  0% {
    margin-left: -800px;
  }
  40% {
    margin-left: 0;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes left_to_right_2 {
  0% {
    margin-left: -1600px;
  }
  50% {
    margin-left: 0;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes left_to_right_3 {
  0% {
    margin-left: -2400px;
  }
  50% {
    margin-left: 0;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes left_to_right_4 {
  0% {
    margin-left: -3200px;
  }
  50% {
    margin-left: 0;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes left_to_right_5 {
  0% {
    margin-left: -4000px;
  }
  50% {
    margin-left: 0;
  }
  100% {
    margin-left: 0;
  }
}
.headline--second span, .headline--third span, .headline--fourth span {
  font-weight: 600;
}

.container--home-ueberschrift-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media screen and (max-width: 575px) {
  .container--ginko-background {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .container--home-hero {
    display: flex;
    justify-content: center;
    flex-direction: row;
  }

  #layout--sub .container--home-hero {
    align-items: center;
  }

  #layout--sub .container--home-headline {
    width: 360px;
  }

  #layout--home .container--home-headline {
    height: 480px;
    width: 360px;
  }

  .container--ginko-lines {
    position: absolute;
    height: 480px;
    width: 360px;
    display: inline-block;
    background-image: url("../images/LuSHAN_Ginko_2024_Lines.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    top: 0;
  }

  .container--ginko-background {
    height: 480px;
    width: 360px;
    background-image: url("../images/LuSHAN_Ginko_2024_Background.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
  }

  .container--home-headline__box {
    padding: 48px;
  }

  .container--headline-platzhalter {
    height: 60px;
    display: block;
    width: 10px;
  }

  .container--home-headline__box h2 {
    margin: 12px 0 12px 0;
  }
}
.galerie-overview__container {
  display: block;
  width: 100%;
  overflow-x: scroll;
  height: 480px;
  overflow-y: hidden;
  padding-top: 24px;
}

.galerie-overview__inner-container {
  display: flex;
  width: 100%;
  align-items: flex-end;
  flex-wrap: nowrap;
}

.galerie__thumbnails-container {
  display: inline-block;
  margin-right: 10px;
  border: 1px solid #FFFFFF;
  background-color: #FFFFFF;
  margin-left: 0;
}

@media screen and (max-width: 575px) {
  .wrapper--galerie-bs {
    margin-left: 24px;
    width: calc(100% - 48px);
  }
}

/*# sourceMappingURL=style.css.map */
