@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Mono:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&family=Jost:ital,wght@0,100..900;1,100..900&display=swap');


@font-face {
  font-family: 'Vulf Mono';
  src: url('../fonts/Vulf_Mono-Regular_web.woff2') format('woff2'),
       url('../fonts/Vulf_Mono-Regular_web.woff') format('woff'),
       url('../fonts/Vulf_Mono-Regular_web.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Vulf Mono';
  src: url('../fonts/Vulf_Mono-Italic_web.woff2') format('woff2'),
       url('../fonts/Vulf_Mono-Italic_web.woff') format('woff'),
       url('../fonts/Vulf_Mono-Italic_web.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Vulf Mono';
  src: url('../fonts/Vulf_Mono-Bold_web.woff2') format('woff2'),
       url('../fonts/Vulf_Mono-Bold_web.woff') format('woff'),
       url('../fonts/Vulf_Mono-Bold_web.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Vulf Mono';
  src: url('../assets/fonts/Vulf_Mono-Bold_Italic_web.woff2') format('woff2'),
       url('../assets/fonts/Vulf_Mono-Bold_Italic_web.woff') format('woff'),
       url('../assets/fonts/Vulf_Mono-Bold_Italic_web.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}



* {
  margin: 0;
  padding: 0;
}

:root {
  --padding: 12px;
  --color-black: #000;
  --color-white: #fff;
  --color-grey: #777;
  --color-light: #efefef;
  --color-text: var(--color-code-text);
  --color-text-grey: var(--color-grey);
  --color-background: var(--color-white);
  --color-code-light-grey:  #cacbd1;
  --color-code-comment:     #a9aaad;
  --color-code-white:       #c5c9c6;
  --color-code-red:         #d16464;
  --color-code-orange:      #de935f;
  --color-code-yellow:      #f0c674;
  --color-code-green:       #04b13e;
  --color-code-aqua:        #8abeb7;
  --color-code-blue:        #7e9abf;
  --color-code-purple:      #b294bb;
  --color-code-text: rgb(2 209 125);
  --font-family-sans: ;
  --font-family-mono: monospace;
}

html {
  font-family: "Vulf Mono";
  font-weight: 400;
  font-style: italic;
  /* font-family: var(--font-family-sans); */
  color: var(--color-text);
  background: var(--color-background);
  font-size: 20px;
  line-height: 1.1;
  /* font-style: italic; */
}
img {
  width: 100%;
  /* filter:grayscale() */
  background-color: white;

}

.img-grayscale {
    filter:grayscale();
    max-width: 1000px;

}

.img-grayscale:hover {
  filter:inherit
}




body {
  padding: var(--padding);
  margin: 0 auto; 
  max-width: 65rem;
  
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}







/* Desktop Menu */


.d-headermenu {
  
  overflow: hidden;
  position: fixed; /* Set the navbar to fixed position */
  top: 0; /* Position the navbar at the top of the page */
  background-color: white;
  z-index: 1000;
  width: 100%;
  max-width: 65rem;

  margin-left: 0rem;
  margin-right: 0rem;
  margin-bottom: 1rem;

  padding-bottom: 0rem;


}



/* padding einstellen @media */
.rightnav {
  float: right;
  padding-right: 2rem;;
}

@media screen and (min-width: 1834px) {

  .rightnav {
    padding-right: 16px;;
  }

}


/* Desktop Menu ENDE */

.text-logo {
  color: #000;
  padding-top: 2.5rem;
  display: flex;
  align-items: flex-end;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
}

.text-logo-subline {
  color: rgb(185, 185, 185);
  font-style: normal;
}



.main {  
padding-top: 5rem;
}

.indent {
	text-indent: 1rem;
}

.list-indent {
  padding-left: 24px;
  text-indent: -24px;
}

.einzug-1 {
  margin-left: 24px;
  /* background: linear-gradient(180deg, #fbf3fa, #ffffff); */
}

.einzug-2 {
  margin-left: 48px;
  

  /* background: linear-gradient(180deg, #fbf3fa, #ffffff); */
}



li {
  list-style: none;
}
a {
  color: currentColor;
  text-decoration: underline;
  text-underline-offset: 3px;
}
button {
  font: inherit;
  background: none;
  border: 0;
  color: currentColor;
  cursor: pointer;
}
strong, b {
  font-weight: 600;
}

.tag {
  padding-bottom: 1rem;
  font-size: 1.5rem;


}
.tag a {
  font-weight: bold;
}

small {
  font-size: inherit;
  color: var(--color-text-black);
}

.bg-light {
  background-color: var(--color-light);
}
.color-grey {
  color: var(--color-text-grey);
}

/* braucht es Header?
.header {
  background-color: white;
  z-index: 1000;

  justify-content: space-between;
  margin-right: -1rem;
  margin-left: -1rem;
  margin-bottom: 1rem;
}

*/

.logo {
  padding: 1rem;
  display: flex;


  cursor: pointer;
}


.logoText {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.9rem;
  
}

.logoSubText {
  font-size: 0.9rem;
  font-weight:100;
  line-height: 0.8rem;
  color: var(--color-text-grey);
  
}


.img-logo {
  width: 15rem;
}

.d-menu {
  display: flex;
  margin-bottom: 2px;

}
.d-menu a {
  padding-top: 2.5rem;
  padding-inline-start: 1rem;;
  display: block;
  text-decoration: none;
}
.d-menu a[aria-current] {
  text-decoration: underline;
}

.menu {
  display: flex;

}
.menu a {
  padding-top: 2.5rem;
  padding-inline-start: 1rem;;
  display: block;
}
.menu a[aria-current] {
  text-decoration: underline;
  text-underline-offset: 3px; /* Abstand zur Grundlinie */

}





.social {
  display: inline-flex;
  padding: 0 .5rem;
}
.social a {
  padding: 1rem .5rem;
}

.section {
  padding: 3rem 0;
}


h1, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  line-height: 0.9;
  font-weight: 700;
}

h2  {
  font-size: inherit;
  font-weight: inherit;
  line-height: 1.1;
  font-weight: 700;
}


.bold {
  font-weight: bold;

}
.cursive {
  font-style: italic;
  font-size: 0.8rem;
}

.regular {
  font-style: normal;
}

.text {
  line-height: 1.1em;
}
.text a {
  text-decoration: underline;
  text-underline-offset: 3px; /* Abstand zur Grundlinie */
}
.text :first-child {
  margin-top: 0;
}
.text :last-child {
  margin-bottom: 0;
}
.text p,
.text ul,
.text ol {
  margin-bottom: 1.5rem;
}
.text ul,
.text ol {
  margin-left: 2rem;
}
.text ul p,
.text ol p {
  margin-bottom: 0;
}
.text ul > li {
  list-style: circle;
}
.text ol > li {
  list-style: decimal;
}
.text ul ol,
.text ul ul,
.text ol ul,
.text ol ol {
  margin-bottom: 0;
}
.text h1,
.h1,
.intro {
  font-size: 1.68rem;
  margin-bottom: 2rem;
  line-height: 1.5rem;
}
.text h2,
.h2 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.text h3,
.h3 {
  font-weight: 600;
}
.text .codeblock {
  display: grid;
}
.text code {
  font-family: var(--font-family-mono);
  font-size: 1em;
  background: var(--color-light);
  padding: 0 .5rem;
  display: inline-block;
  color: var(--color-black);
}
.text pre {
  margin: 3rem 0;
  background: var(--color-black);
  color: var(--color-white);
  padding: 1.5rem;
  overflow-x: scroll;
  overflow-y: hidden;
  line-height: 1.5rem;
}
.text pre code {
  padding: 0;
  background: none;
  color: inherit;
}
.text hr {
  margin: 6rem 0;
}
.text dt {
  font-weight: 600;
}
.text blockquote {
  font-size: 1.25rem;
  line-height: 1.325em;
  border-left: 2px solid var(--color-black);
  padding-left: 1rem;
  margin: 3rem 0;
  max-width: 25rem;
}
.text blockquote footer {
  font-size: .875rem;
  font-style: italic;
}
.text figure {
  margin: 3rem 0;
}
.text figcaption {
  padding-top: .75rem;
  color: var(--color-text-grey);
}

hr {
  border: 0;
  background: currentColor;
  height: 2px;
  width: 1.5rem;
  margin: 3rem auto;
}

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

.intro {
  max-width: 40rem;
}
.intro *:not(:last-child) {
  margin-bottom: 1em;
}

.cta {
  background: var(--color-black);
  color: var(--color-white);
  display: inline-flex;
  justify-content: center;
  padding: .75rem 1.5rem;
  border: 4px solid var(--color-white);
  outline: 2px solid var(--color-black);
}

.box {
  background: var(--color-light);
  padding: 1.5rem;
  border: 4px solid var(--color-white);
  outline: 2px solid var(--color-light);
}

.video,
.img {
  position: relative;
  display: block;
  --w: 1;
  --h: 1;
  padding-bottom: calc(100% / var(--w) * var(--h));
  background: var(--color-white);
}

.home-img-container {
  display: flex;
  aspect-ratio: 1 / 1; /* Breite : Höhe */
  width: 100%; /* Optional: Breite festlegen */
  background-color: lightblue; /* Für Sichtbarkeit */
}

.home-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* width: 100%; */
  height: 100%;
  object-fit: cover;
  border: 0;
  max-width: 900px;
  
}

.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
  
}



.circle {
  border-radius: 50%;
  width: 75%;
}



.img-disco {
  width: 40%;
  height: 40%;
  filter: none !important;
}


.img[data-contain] img {
  object-fit: contain;
}
.img-caption,
.video-caption {
  padding-top: .75rem;
  line-height: 1.5em;
}

.footer {
  padding: 3rem 0 0rem;
  line-height: 1.5em;
}

/*--
.footer:before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 2px;
  background: var(--color-black);
  margin-bottom: 1.5rem;
}
--*/

.footer h2 {
  font-weight: 600;
  margin-bottom: .75rem;
}
.footer ul,
.footer p {
  color: var(--color-text-grey);
}
.footer p {
  max-width: 15rem;
}
.footer a:hover {
  color: var(--color-text);
}


.impressum {
  text-align: right;
  color: var(--color-text-grey);
  font-weight: 100;
  font-size: 0.7rem;
}


.map {
  --w: 2;
  --h: 1;
  padding-bottom: calc(100% / var(--w) * var(--h));
  position: relative;
  overflow: hidden;
  background: var(--color-black);
}
.map iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.margin-s {
  margin-bottom: .75rem;
}
.margin-m {
  margin-bottom: 1.5rem;
  min-height: 40vh;
}
.margin-l {
  margin-bottom: 3rem;
}
.margin-xl {
  margin-bottom: 4.5rem;
}
.margin-xxl {
  margin-bottom: 6rem;
}






.pagination {
  display: flex;
  padding-top: 6rem;
}
.pagination > span {
  color: var(--color-text-grey);
}
.pagination > * {
  padding: .5rem;
  width: 3rem;
  text-align: center;
  border: 2px solid currentColor;
  margin-right: 1.5rem;
}
.pagination > a:hover {
  background: var(--color-black);
  color: var(--color-white);
  border-color: var(--color-black);
}

.note-excerpt {
  line-height: 1.1;
}
.note-excerpt header {
  margin-bottom: 0rem;
}
.note-excerpt figure {
  margin-bottom: .5rem;
}
.note-excerpt-title {
  font-weight: 600;
}
.note-excerpt-date {
  color: var(--color-text-grey);
}

.note-footer {
  margin-bottom: 2rem;
}
.note-footer a {
  text-decoration: underline;
}


.contact {
  margin-top: 5rem;
  padding: 0;
  border-top: 0.1px solid #cecece;
}



.news {
  padding-top: 1rem;
  margin-bottom: 1rem;
}



.concertitem {
  margin-top: 0.5rem;
  padding: 0;
  /* border:  0.5px #363636; */
  /* border-style: solid solid none none; */
  padding-block-end: 6rem;
  /* background: linear-gradient(180deg, #fbf3fa, #ffffff); */
   /* Verläufe von Orange zu Rosa */

}


.link a {
  text-decoration: underline;
  text-underline-offset: 3px; /* Abstand zur Grundlinie */
}