@charset "UTF-8";
.grid {
  display: flex;
  flex-direction: row;
}

.page-wrap {
  flex-grow: 3;
}

header {
  height: 120px;
}

footer {
  fheight: 120px;
}

.show {
  display: block;
}

.hidden {
  display: none;
}

.headline-band {
  background-color: #33363B;
  display: flex;
  height: 150px;
  justify-content: center;
  align-items: center;
  font-size: 180%;
}

.page-wrap {
  display: flex;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  justify-content: left;
  width: 100vw;
  margin-bottom: 25px;
  padding: 50px 20px 0 20px;
  flex-grow: 2;
}
@media only screen and (max-width: 1300px) {
  .page-wrap {
    padding: 0px 20px 0 20px;
    flex-direction: column;
  }
}
@media only screen and (max-width: 960px) {
  .page-wrap {
    padding: 0;
  }
}

.entry {
  margin-top: 20px;
}

.col-left {
  display: flex;
  flex-direction: row;
  justify-content: left;
  gap: 45px;
  padding: 0 20px 0;
}
@media only screen and (max-width: 960px) {
  .col-left {
    flex-direction: column;
  }
}

.col-left-content {
  max-width: 750px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.col-left-content img {
  width: 100%;
}

.col-right {
  margin: 0 20px 0;
}
@media only screen and (max-width: 1300px) {
  .col-right {
    min-width: auto;
    width: auto;
  }
}

.wrap-inner {
  padding: 0;
}

.frontpage {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 960px) {
  .frontpage {
    padding: 10px 20px 20px;
    display: flex;
    flex-direction: column;
  }
}

@font-face {
  font-family: "OpenSans-Regular";
  src: url("../fonts/OpenSans-Regular.eot"); /* IE9 Compat Modes */
  src: url("../fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans-Regular.ttf") format("truetype"), url("../fonts/OpenSans-Regular.svg#open_sansregular") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "OpenSans-Bold";
  src: url("../fonts/OpenSans-Bold.eot"); /* IE9 Compat Modes */
  src: url("../fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Bold.woff") format("woff"), url("../fonts/OpenSans-Bold.ttf") format("truetype"), url("../fonts/OpenSans-Bold.svg#open_sansregular") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "OpenSans-Semibold";
  src: url("../fonts/OpenSans-Semibold.eot"); /* IE9 Compat Modes */
  src: url("../fonts/OpenSans-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Semibold.woff") format("woff"), url("../fonts/OpenSans-Semibold.ttf") format("truetype"), url("../fonts/OpenSans-Semibold.svg#open_sansregular") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "Inter-Regular";
  src: url("../fonts/Inter-Regular.ttf") format("truetype"); /* Safari, Android, iOS */
}
@font-face {
  font-family: "pt_serifbold";
  src: url("../fonts/ptserif-bold-webfont.woff2") format("woff2"), url("../fonts/ptserif-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "pt_serifregular";
  src: url("../fonts/ptserif-regular-webfont.woff2") format("woff2"), url("../fonts/ptserif-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit;
}

p {
  margin: 0px 0px 10px 0;
  color: white;
}

p.teaser-text {
  font-size: 100%;
  color: white;
}
@media only screen and (max-width: 1300px) {
  p.teaser-text {
    font-size: 120%;
  }
}
@media only screen and (max-width: 960px) {
  p.teaser-text {
    font-size: 120%;
  }
}

html,
body {
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  background-color: black;
  color: white;
  font-size: 14px;
  font-family: "Inter-Regular";
  line-height: 145%;
  overflow-x: hidden;
}

body {
  background: url(../images/hero-desktop.webp) center/cover no-repeat;
  background-color: rgb(13, 14, 57);
  min-height: 100dvh;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1300px) {
  body {
    background: url(../images/hero-tablet.webp) center/cover no-repeat fixed;
    background-color: rgb(13, 14, 57);
    min-height: 100dvh;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 960px) {
  body {
    background: url(../images/hero-mobile.webp) center/cover no-repeat fixed;
    background-color: rgb(13, 14, 57);
    min-height: 100dvh;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
  }
}

.tarotCards {
  width: auto;
  max-width: 100%;
}

strong {
  font-family: "pt_serifregular";
  color: white;
}

h1 {
  font-family: "pt_serifregular";
  color: white;
  font-size: 280%;
  line-height: 140%;
  margin-bottom: 20px;
}

h2 {
  font-family: "pt_serifregular";
  color: white;
  margin-bottom: 20px;
  font-size: 170%;
  line-height: 120%;
  margin-top: 20px;
}

h3 {
  font-family: "pt_serifregular";
  color: white;
  margin-bottom: 12px;
  padding: 0;
  font-size: 120%;
  margin-top: 25px;
}

h4 {
  font-family: "pt_serifregular";
  color: white;
  margin-bottom: 12px;
  margin-top: 25px;
  padding: 0;
  font-size: 110%;
}

a {
  padding: 0;
  margin: 0;
  color: rgb(35, 97, 136);
  text-decoration: none;
  font-size: 100%;
}

a:empty::after {
  content: "​"; /* Zero-width space, verhindert leere Elemente */
}

a:empty {
  display: none;
}

li {
  list-style: none;
  list-style-type: none;
}

ol,
ul {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  list-style-type: none;
}

#navi-wrap {
  width: auto;
  position: absolute;
  left: 400px;
  top: 0;
  background-color: rgb(13, 14, 57);
  padding: 0 10px 0 10px;
  border-radius: 0 0 10px 10px;
}
@media only screen and (max-width: 1300px) {
  #navi-wrap {
    left: 0;
  }
}

#topmenubar {
  min-height: 28px;
  height: 28px;
  display: block;
  z-index: 300;
}

#navicon {
  display: none;
  padding: 2px;
}
@media only screen and (max-width: 1300px) {
  #navicon {
    display: block;
  }
}

.burger {
  display: block;
  position: absolute;
  right: 0px;
  z-index: 200;
}

#tablet {
  position: absolute;
  width: 100vw;
  background-color: #F2F2F2;
  display: none;
  left: 0;
  top: 0;
  z-index: 230;
}

.top-bar {
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 1300px) {
  .top-bar {
    display: none;
  }
}

.top-bar ul {
  list-style-type: none;
  display: flex;
  padding: 5px;
}

.top-bar li {
  position: relative;
  list-style-type: none;
  display: flex;
  margin: 0;
  padding: 0;
}

.top-bar li:first-child a {
  padding-left: 0;
}

.top-bar li:last-child a {
  padding-right: 0;
}

.top-bar li a {
  font-family: "OpenSans-Regular";
  font-weight: normal;
  color: white;
  font-size: 100%;
  padding: 8px;
}

.top-bar li ul li a {
  color: #333;
}

.menu-top-bar-container {
  height: 48px;
}

.top-bar li .sub-menu {
  display: none;
  position: absolute;
  z-index: 999;
  top: 30px;
  left: 0;
  background-color: #A9A9A9;
  width: 200px;
  border-radius: 0.5rem;
  padding-bottom: 15px;
}

.top-bar li .sub-menu li {
  border-bottom: 1px solid white;
}

.top-bar li .sub-menu li:last-child a {
  padding-right: 0;
  padding-left: 0;
}

.top-bar li:hover .sub-menu a {
  display: block;
  text-align: center;
}

.top-bar .menu-item-has-children:hover .sub-menu {
  display: block;
}

ul.top-bar li .sub-menu li a {
  text-transform: initial;
  font-weight: normal;
  font-family: "OpenSans-Regular";
  font-size: 92%;
}

ul.top-bar li .sub-menu li a:first-child {
  padding-top: 5px;
}

ul.top-bar li .sub-menu li a:last-child {
  border: 0;
}

/*mobile*/
ul.mobile-bar {
  padding-left: 10px;
  font-size: 100%;
  padding-right: 10px;
}

ul.mobile-bar li {
  border-bottom: 1px solid silver;
  padding: 6px 0 6px 0;
}

ul.mobile-bar li .sub-menu li {
  margin-left: 10px;
}

ul.mobile-bar li .sub-menu li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

ul.mobile-bar li .sub-menu li:last-child a {
  border-bottom: 0;
}

ul.mobile-bar li .sub-menu li:first-child {
  border-top: 1px solid silver;
  margin-top: 6px;
}

.navigation {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}

.nav-button {
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
}

.nav-button:hover {
  background: rgba(0, 0, 0, 0.7);
}

.keyword_search {
  margin-top: 50px;
}
@media only screen and (max-width: 1300px) {
  .keyword_search {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 960px) {
  .keyword_search {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }
}

form p {
  margin-bottom: 14px;
}

input {
  border: 1px solid #999;
  border-radius: 8px;
  background-color: skyblue;
}

textarea {
  border: 1px solid #999;
  padding: 3px;
  background-color: skyblue;
}

.formgroup {
  width: 50vw;
  display: flex;
  flex-direction: column;
  padding: 0px;
  gap: 5px;
}

select {
  height: 32px;
  border-radius: 8px;
  margin-bottom: 14px;
  padding: 5px;
  width: 230px;
  color: black;
  border: 1px solid #999;
}

input, button {
  padding: 5px;
}

.choir_input {
  width: auto;
}

.chorsubmit {
  margin-top: 25px;
}
.chorsubmit button {
  background-color: #F2F2F2;
  border: 1px solid #999;
  border-radius: 5px;
  color: black;
  width: 172px;
}

.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required {
  display: flex;
  flex-direction: column;
  justify-content: left;
}

.Header {
  display: none !important;
}

header.top_header {
  width: 100%;
  padding: 0;
  flex-shrink: 0;
  background-color: #0492C2;
  height: 75px;
  color: white;
}

#header-content {
  display: flex;
  max-width: 1200px;
  margin-left: 20px;
  padding: 0;
}

* {
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 1300px) {
  .desktop {
    display: none;
  }
}

/*mobile*/
.socialmedia {
  display: flex;
  gap: 5px;
}

footer {
  flex-shrink: 0;
}

footer {
  width: 100%;
  color: white;
  height: 200px;
  background-color: rgb(13, 14, 57);
}

#footer-container {
  display: flex;
  justify-content: space-around;
  background-color: rgb(13, 14, 57);
}
@media only screen and (max-width: 1300px) {
  #footer-container {
    flex-direction: column;
    padding-left: 10%;
  }
}

.footer-col {
  padding: 0 10px;
}

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