.material-symbols-outlined {
  font-variation-settings: 'FILL' 0, 'wght' 500, 'GRAD' 0, 'opsz' 24; }

div.detailed-page-text-div h1.detailed-page-title.bio {
  color: #738091;
  font-size: 4vh;
  user-select: text; }

div.detailed-page-text.calendar {
  padding: 2vh;
  margin: 2vh;
  text-align: center;
  width: 40%;
  outline: 1px solid #7A542E;
  box-shadow: 1.3vh 1.3vh 10px #738091;
  display: inline-block; }
  @media (orientation: portrait) {
    div.detailed-page-text.calendar {
      width: 60%; } }
  div.detailed-page-text.calendar p.concert-title {
    font-size: 3vh;
    margin-bottom: 1vh; }
  div.detailed-page-text.calendar p.concert-date {
    font-size: 2vh;
    color: #404854; }
  div.detailed-page-text.calendar p.concert-time {
    font-size: 2.5vh;
    color: #1C2127; }
  div.detailed-page-text.calendar p.concert-location {
    font-size: 2vh; }
  div.detailed-page-text.calendar p.concert-address {
    font-size: 1.5vh; }
  div.detailed-page-text.calendar p.concert-city {
    font-size: 2vh; }
  div.detailed-page-text.calendar a.more {
    display: inline-block;
    font-size: 2.5vh;
    color: #7A542E;
    width: 8vw;
    border: 1px solid #7A542E;
    padding: 0.5vh;
    margin-top: 3vh; }
    @media (orientation: portrait) {
      div.detailed-page-text.calendar a.more {
        width: 50%;
        font-size: 2vh; } }
    div.detailed-page-text.calendar a.more:hover {
      color: #738091;
      border: 1px solid #738091; }

form.contact-form {
  display: block; }
  form.contact-form p.input-label {
    font-family: "Cinzel", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 2.5vh;
    color: #738091;
    margin-bottom: 0.2rem; }
  form.contact-form textarea {
    resize: none;
    width: 40%;
    font-size: 2vh;
    box-shadow: 0.5vh 0.5vh 10px #C5CBD3;
    color: #404854;
    outline: none;
    border: 1px solid #C5CBD3;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal; }
    @media (orientation: portrait) {
      form.contact-form textarea {
        width: 70%; } }
    form.contact-form textarea:focus {
      border: 1px solid #738091; }
  form.contact-form input.email-input {
    width: 40%;
    height: 3vh;
    font-size: 2vh;
    box-shadow: 0.5vh 0.5vh 10px #C5CBD3;
    color: #404854;
    outline: none;
    border: 1px solid #C5CBD3;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal; }
    @media (orientation: portrait) {
      form.contact-form input.email-input {
        width: 70%; } }
    form.contact-form input.email-input:focus {
      border: 1px solid #738091; }

div.detailed-page-text.contact {
  color: #738091;
  display: none; }

div.loader {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 30vh;
  transform: translateX(-50%);
  border: 4px solid #C5CBD3;
  border-radius: 50%;
  border-top: 4px solid #738091;
  width: 2vh;
  height: 2vh;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite; }

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

button.contact-me-education {
  margin-top: 4rem;
  width: 20vw;
  height: 10vh;
  color: #FFFFFF;
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  background: linear-gradient(35deg, black 10%, #2d2d2d 32%, #131313 51%, #2d2d2d 68%, black 87%); }
  @media (orientation: portrait) {
    button.contact-me-education {
      width: 40vw; } }
div.detailed-page-text.education {
  margin-top: 8vh; }

div.gallery-img {
  position: absolute;
  left: 50%;
  top: 21vh;
  transform: translate(-50%);
  width: 40vh;
  height: 60vh;
  height: auto;
  object-fit: scale-down;
  outline: 1px solid #C5CBD3;
  box-shadow: 1.3vh 1.3vh 10px #738091; }
  @media (orientation: portrait) {
    div.gallery-img {
      width: 80%; } }
h1.detailed-page-title.gallery {
  margin-top: 3vh; }

iframe.youtube-iframe {
  width: 38%;
  height: 29vh;
  margin-bottom: 6vh;
  border: none;
  outline: 1px solid #C5CBD3;
  box-shadow: 1.3vh 1.3vh 10px #738091; }
  @media (orientation: portrait) {
    iframe.youtube-iframe {
      width: 80%; } }
body {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
  max-width: 100vw; }
  body a {
    text-decoration: none; }

div.main-view {
  text-align: center;
  height: 100vh;
  user-select: none;
  background-color: white; }
  div.main-view div.grid-div {
    display: inline-block;
    height: 100vh;
    width: 100vw; }
    @media (orientation: portrait) {
      div.main-view div.grid-div {
        display: block; } }
    div.main-view div.grid-div div.photo-div img {
      height: 100vh;
      width: auto;
      position: fixed;
      top: 0;
      left: 0; }
      @media (orientation: portrait) {
        div.main-view div.grid-div div.photo-div img {
          width: 100vw;
          height: auto; } }
      @media (orientation: portrait) {
        div.main-view div.grid-div div.photo-div img.optional {
          display: none; } }
    div.main-view div.grid-div div.text-div {
      position: relative;
      padding-top: 6vh;
      height: inherit;
      float: right; }
      @media (orientation: portrait) {
        div.main-view div.grid-div div.text-div {
          width: 100vw;
          height: 100vh;
          padding-left: 0; } }
      div.main-view div.grid-div div.text-div h1.page-title {
        font-weight: lighter;
        font-size: 5vh;
        margin-top: 0;
        font-family: "Cinzel", serif;
        font-optical-sizing: auto;
        font-weight: 500;
        font-style: normal;
        color: #404854;
        margin-bottom: 0; }
        @media (orientation: portrait) {
          div.main-view div.grid-div div.text-div h1.page-title {
            width: 100vw; } }
        div.main-view div.grid-div div.text-div h1.page-title.index-html {
          padding-top: 0 !important;
          position: absolute;
          top: 40vh;
          left: 50%;
          transform: translateX(-50%);
          text-wrap: wrap;
          font-size: 8vh;
          width: 100%; }
          @media (orientation: portrait) {
            div.main-view div.grid-div div.text-div h1.page-title.index-html {
              font-size: 4vh;
              position: fixed; } }
          div.main-view div.grid-div div.text-div h1.page-title.index-html a {
            color: #404854; }
            div.main-view div.grid-div div.text-div h1.page-title.index-html a p {
              margin-top: 1vh; }
              @media (orientation: portrait) {
                div.main-view div.grid-div div.text-div h1.page-title.index-html a p {
                  margin-top: 1.5vh; } }
div.main-title {
  position: relative; }
  div.main-title p.subtitle-p {
    font-size: 3vh;
    font-family: "Cinzel", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.1em;
    color: #738091; }
    @media (orientation: portrait) {
      div.main-title p.subtitle-p {
        width: 100vw;
        height: auto;
        font-size: 2vh; } }
  @media (orientation: portrait) and (min-width: 768px) {
    div.main-title p.subtitle-p {
      font-size: 2.5vh; } }
button.pop-up-menu-button {
  position: fixed;
  top: 1.5vh;
  right: 1.5vh;
  background: #FFFFFF;
  color: #1C2127;
  width: 3rem;
  height: 2.5rem;
  border-radius: 3px;
  border: none;
  z-index: 100; }
  button.pop-up-menu-button span {
    font-size: 3vh; }
  button.pop-up-menu-button:hover span {
    color: #738091; }

div.pop-up-menu {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2;
  background: linear-gradient(35deg, black 10%, #2d2d2d 32%, #131313 51%, #2d2d2d 68%, black 87%);
  width: 20vw;
  height: 100vh;
  transition: width 0.2s;
  transition-timing-function: ease;
  padding-top: 10vh;
  text-align: center;
  margin: auto;
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal; }
  @media (orientation: portrait) {
    div.pop-up-menu {
      width: 100vw;
      height: 100vh; } }
  div.pop-up-menu div.menu {
    user-select: none;
    padding: 1vh;
    display: inline-block;
    width: 95%; }
    div.pop-up-menu div.menu p {
      height: 3.5vh; }
      div.pop-up-menu div.menu p a {
        font-size: 3vh;
        text-align: center;
        color: #FFFFFF; }
        div.pop-up-menu div.menu p a:hover {
          color: #738091; }
    div.pop-up-menu div.menu p.language {
      margin-top: 8vh; }
      div.pop-up-menu div.menu p.language a.lang-a img.flag {
        width: 1.3vw;
        height: auto; }
        @media (orientation: portrait) {
          div.pop-up-menu div.menu p.language a.lang-a img.flag {
            width: 6vw; } }
      div.pop-up-menu div.menu p.language a {
        font-size: 1.6vh;
        text-align: center;
        color: #FFFFFF; }
        div.pop-up-menu div.menu p.language a:hover {
          color: #738091; }

div.detailed-page-text-div {
  text-align: center;
  padding-left: 3vh;
  padding-right: 3vh; }
  div.detailed-page-text-div h1.detailed-page-title {
    color: #738091;
    user-select: text;
    font-family: "Cinzel", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 3vh;
    padding-left: 10%;
    padding-right: 10%;
    margin-bottom: 3vh;
    user-select: none; }
    div.detailed-page-text-div h1.detailed-page-title::selection {
      background: #C5CBD3; }
    div.detailed-page-text-div h1.detailed-page-title.subscribe-info {
      margin-top: 7vh; }
  div.detailed-page-text-div div.detailed-page-text {
    user-select: text;
    font-size: 2vh;
    font-family: "Cinzel", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 3vh;
    padding-top: 2vh; }
    div.detailed-page-text-div div.detailed-page-text p {
      font-size: 2vh;
      font-family: "Cinzel", serif;
      font-optical-sizing: auto;
      font-weight: 500;
      font-style: normal; }
    div.detailed-page-text-div div.detailed-page-text::selection {
      background: #C5CBD3; }

p.seo {
  display: none; }

a.scroll-top-a {
  display: block; }
  a.scroll-top-a span {
    margin-bottom: 8vh;
    margin-top: 3vh;
    color: #404854;
    font-size: 4vh;
    width: 5vh;
    border: 1px solid #404854;
    border-radius: 25%; }

button.send-button {
  position: absolute;
  left: 50%;
  bottom: 30vh;
  transform: translateX(-50%);
  width: 12vw;
  height: 8vh;
  border: 1px solid #7A542E;
  box-shadow: 1.3vh 1.3vh 10px #738091;
  color: #7A542E;
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 3vh;
  background: #FFFFFF; }
  @media (orientation: portrait) and (max-height: 700px) {
    button.send-button {
      width: 10vw;
      height: 5vh; } }
  @media (orientation: portrait) {
    button.send-button {
      width: 40vw; } }
  button.send-button:hover {
    color: #738091;
    border: 1px solid #738091; }
  button.send-button a {
    color: #7A542E; }
    button.send-button a:hover {
      color: #738091; }

.border-radius-5 {
  border-radius: 5px; }

#id_message {
  border-radius: 5px; }

table.finance {
  width: 100%;
  margin: auto; }
  table.finance td.first-td {
    text-align: left; }
  table.finance td.second-td {
    width: 30%;
    text-align: right;
    padding-right: 2rem; }

table.accordion-table-title {
  width: 100%;
  margin: auto; }
  table.accordion-table-title td.first-td {
    width: 10rem;
    text-align: left; }
  table.accordion-table-title td.second-td {
    width: 12rem;
    text-align: right;
    padding-right: 0.5rem; }

button.logout-button {
  position: absolute;
  top: 1rem;
  right: 2rem;
  color: var(--bs-gray-700) !important; }
  @media (min-width: 1399px) {
    button.logout-button {
      right: 4.5rem; } }
.bank-icon {
  max-width: 1rem;
  margin-bottom: 0.1rem; }

.concert-pin a {
  color: #7A542E;
  text-decoration: none; }

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