@font-face {
  font-family: "Oswald";
  src: url("../font/Oswald-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-display: swap;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}

body, p, li, a, button {
  font-family: "Montserrat", sans-serif;
}

body {
  font-size: 1rem;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Oswald", sans-serif;
}

.container {
  padding: 2rem 1rem;
  max-width: 800px;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  line-height: 1.6;
}

.links {
  position: fixed;
  top: 40vh;
}

.links ul {
  list-style-type: none;
  padding: 0;
  font-size: 25px;
}

.links i {
  width: 100%;
  color: #FFF;
  padding: 5px;
  transition: all 0.5s ease-in-out;
  text-align: center;
  cursor: pointer;
}

.links .facebook {
  background-color: #3b5998;
}

.links .facebook:hover {
  padding-left: 30px;
}

.links .instagram {
  background-color: #DE2A1B;
}

.links .instagram:hover {
  padding-left: 30px;
}

.links .instagram2 {
  background-color: #EF1467;
}

.links .instagram2:hover {
  padding-left: 30px;
}

.nav {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 55px;
  background-color: #555;
  overflow: auto;
  display: flex;
  z-index: 999999999;
}

.brand-headline {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  margin-top: -5.2rem;
  color: #ffffff;
}

.nav_link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  min-width: 50px;
  overflow: hidden;
  white-space: nowrap;
  font-size: 13px;
  text-decoration: none;
  color: white;
  transition: background-color 0.1s ease-in-out;
}

.nav_link:hover {
  color: #DE2A1B;
}

.brand_title {
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: 2px;
  padding-bottom: 5px;
}

.header {
  position: fixed;
  z-index: 1000;
  width: 100%;
  padding: 1rem 1rem 0 1rem;
  background-color: #DE2A1B;
}
.header .navbar .toggle {
  position: absolute;
  width: 2rem;
  height: 1.4rem;
  top: 1.5rem;
  right: 2rem;
  z-index: 2;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.header .navbar .toggle-btn {
  position: absolute;
  top: 0rem;
  right: 0;
  width: 1.6rem;
  height: 2px;
  background: #ffffff;
  transition: all 0.3s ease-in-out;
}
.header .navbar .toggle-btn::before {
  content: "";
  position: absolute;
  top: -0.5rem;
  width: 2rem;
  height: 2px;
  background: #ffffff;
  transition: all 0.3s ease-in-out;
}
.header .navbar .toggle-btn::after {
  content: "";
  position: absolute;
  top: 0.5rem;
  width: 1.2rem;
  height: 2px;
  background: #ffffff;
  transition: all 0.3s ease-in-out;
}
.header .navbar .toggle-btn.open {
  transform: rotate(45deg);
  background: transparent;
}
.header .navbar .toggle-btn.open::before {
  transform: rotate(45deg) translate(5px, 8px);
}
.header .navbar .toggle-btn.open::after {
  width: 2rem;
  transform: rotate(-45deg) translate(3px, -6px);
}
.header .navbar .menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  opacity: 1;
  visibility: hidden;
}
.header .navbar .menu.open {
  visibility: visible;
}
.header .navbar .menu-list {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  height: 30vh;
  overflow: hidden;
  list-style: none;
  list-style-type: none;
  padding-right: 1rem;
  background: #DE2A1B;
  transform: translateY(-100%);
  transition: all 0.3s ease-in-out;
}
.header .navbar .menu-list.open {
  transform: translateY(0);
}
.header .navbar .menu-item {
  transform: translateX(100vw);
  transition: all 0.3s ease-in-out;
}
.header .navbar .menu-item.open {
  transform: translateX(0);
}
.header .navbar .menu-link {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: inherit;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.header .navbar .menu-link:hover {
  color: #555;
}
.header .navbar .menu .menu-list .menu-item:nth-child(1) {
  transition-delay: 0.25s;
}
.header .navbar .menu .menu-list .menu-item:nth-child(2) {
  transition-delay: 0.35s;
}
.header .navbar .menu .menu-list .menu-item:nth-child(3) {
  transition-delay: 0.45s;
}
.header .navbar .menu .menu-list .menu-item:nth-child(4) {
  transition-delay: 0.55s;
}
.header .navbar .brand_logo {
  width: 3rem;
}

.countdown_wraper-headline {
  text-align: center;
  color: #555;
  margin-top: 2rem;
}

.festprogramm {
  width: 100%;
  padding: 1.5rem;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 3rem;
  border-radius: 10px;
  text-align: left;
}

.festprogramm > *:not(:last-child) {
  margin-bottom: 2rem;
}

.aufstellung-table {
  margin-top: 2rem;
  margin-bottom: 3rem;
}

.aufstellung-table td:first-child {
  font-weight: bold;
}

.festaufstellung {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.header-umzug {
  margin-bottom: 1rem;
}

.festschrift {
  width: 100%;
  padding-bottom: 3rem;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
  text-align: center;
}

.title_programm {
  font-size: 1.6rem;
  font-weight: 500;
  color: #555;
  text-decoration: underline;
  letter-spacing: 2px;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.programm_tag {
  margin-bottom: 20px;
}

.sub-title_programm {
  color: #DE2A1B;
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  border-bottom: 2px solid #ddd;
  padding-bottom: 1rem;
}

ul {
  list-style-type: none;
  padding: 0;
}

li {
  margin: 0.5rem 0;
  font-size: 1rem;
  line-height: 1.6;
}

.programm_link {
  text-decoration: none;
  color: #DE2A1B;
  font-weight: bold;
}

.programm_link:hover {
  color: #555;
}

.band-logo {
  width: 100%;
  border-radius: 10px;
  box-shadow: 5px 5px 10px rgba(85, 85, 85, 0.368627451);
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
  transition: all 0.3s ease-in-out;
}

.band-logo:hover {
  scale: 1.05;
}

.programm-item_text-home {
  text-align: left;
  line-height: 1.6;
  font-size: 1rem;
  margin-top: 1rem;
}

.programm-info-home {
  margin-bottom: 2rem;
}

.pragramm-item_imgwraper {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 1rem;
}

.downloadButton_wraper {
  margin: 2rem 0;
}

#downloadButton {
  background-color: #DE2A1B;
  color: #ffffff;
  padding: 0.5rem 1rem;
  border-radius: 10px;
  border: 1px solid #ffffff;
  box-shadow: 5px 5px 10px #ababab;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  display: flex;
  justify-content: center;
}

#downloadButton:hover {
  background-color: #1d9b04;
  scale: 1.05;
}

.contdown_headline {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}

.heder-headline {
  display: flex;
  justify-content: center;
}

.countdown_text {
  font-size: 1.6rem;
  font-weight: 500;
  color: #555;
  text-decoration: underline;
  letter-spacing: 2px;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.countdown {
  display: flex;
  justify-content: space-around;
  margin-bottom: 2rem;
  color: white;
  text-align: center;
  border-radius: 20px;
  border: 1px solid #ffffff;
  padding: 0.2rem 0;
  background-color: #DE2A1B;
  box-shadow: 5px 5px 10px #ababab;
  text-align: center;
}

.day, .hour, .minute, .second {
  display: flex;
  flex-direction: column;
  font-size: 1.3rem;
  font-weight: 400;
  color: white;
}

.coutdown-text {
  font-size: 0.8rem;
  font-weight: 2;
  color: white;
  text-transform: uppercase;
}

.calender-date {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  text-align: center;
}

.calender {
  margin-top: 0.5rem;
  background-color: #DE2A1B;
  padding: 0.5rem;
  font-size: 1rem;
  font-family: Montserrat;
  font-weight: 300;
  color: #ffffff;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #ffffff;
  box-shadow: 5px 5px 10px #555;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}

.calender:hover {
  background-color: #1d9b04;
  scale: 1.1;
}

.link_name {
  font-size: 10px;
}

.headline_help {
  font-size: 1.6rem;
  font-weight: 500;
  color: #555;
  text-decoration: underline;
  letter-spacing: 2px;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.help-text {
  text-align: left;
  font-size: 1rem;
  line-height: 1.6;
}

.help-link {
  text-decoration: none;
  font-size: 1rem;
  font-family: Montserrat;
  font-weight: 300;
  color: #ffffff;
  text-align: center;
}

.help-button {
  display: flex;
  justify-content: center;
  text-align: left;
  margin-bottom: 2rem;
}

.swiper {
  width: 100%;
  padding: 1rem;
  margin-top: 1rem;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  border-radius: 10px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.map {
  display: flex;
  justify-content: center;
  margin: 2.5rem 0;
}

.page-content {
  padding-top: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  margin-bottom: 2rem;
  text-align: left;
}

.umzug_info {
  margin-bottom: 2rem;
}

.umzug-img {
  width: 100%;
  height: 100%;
  margin-top: 2rem;
  border-radius: 10px;
}

.umzug_text {
  font-size: 1rem;
  line-height: 1.6;
  text-align: left;
}

.umzug_pic {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  box-shadow: 5px 5px 10px rgba(85, 85, 85, 0.368627451);
  margin-bottom: 2rem;
}

.programm-info {
  margin-bottom: 2rem;
  text-align: left;
}

.programm-item {
  padding: 2rem 0;
  margin-bottom: 2rem;
}

.programm-item_headline {
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  background-color: #DE2A1B;
  padding: 1rem 0.5rem;
  text-align: center;
}

.flipbook-wrapper {
  width: 100%;
  max-width: 100%;
  height: 90vh;
  margin: 0 auto;
}

.musik-highlight {
  background-color: #DE2A1B;
  color: white;
  font-weight: bold;
  padding: 0.5rem;
  border-radius: 5px;
}

.sponsoren {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
  text-align: center;
}

.sponsoren_logo {
  width: 300px;
  margin-bottom: 2rem;
}

.sponsoren_item {
  border-bottom: 2px solid #ddd;
  padding-top: 1rem;
  transition: all 0.3s ease-in-out;
}

.sponsoren_item:hover {
  scale: 1.1;
}

.sponsoren_underline {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #DE2A1B;
  margin-bottom: 1rem;
  text-align: center;
}

.datenschutz {
  padding-top: 8rem;
  font-size: 1.5rem;
  color: #555;
  margin-bottom: 2rem;
  text-align: left;
}

.disclamer {
  padding-top: 1rem;
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
  margin-bottom: 2rem;
  text-align: left;
}

footer {
  margin-top: 3rem;
}

.aufstellung-table th {
  padding-bottom: 1rem;
}

.aufstellung-table td {
  padding: 0.5rem 0;
}

p {
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
}/*# sourceMappingURL=main.css.map */