body {
    background-color: #E675C6;
    font-family: "Lucida Console", "Courier New", monospace;
    color: white;
}

@font-face {
  font-family: 'MyWebFont';
  src: url('styles/banschrift/ProggyVector Regular.woff') format('woff'), /* Modern Browsers */
       url('styles/banschrift/ProggyClean.ttf')  format('truetype');
  font-size: 40px;
}

row {
    display: flex;
    justify-content: center;
    margin-top: 0%;
    margin-bottom: 0%;

}

.footer {
  position: fixed;
  left: 0;
  bottom: 0%;
  width: 100%;
  padding: 10px;
  text-align: center;
}

.themechange {
    position: absolute;
    right: 10;
    bottom: 2%;
    display: grid;
    cursor: pointer;
}

ticketprice {
    display: flex;
    flex-direction: column;
    text-align: center;
    color: #FFFFFF;
    word-wrap: break-word;
}

personblock {
    display: flex;
    flex-direction: column;
    text-align: center;
    color: #FFFFFF;
    border-style: solid;
    border-width: thick;
    border-color: #E675C6;
    width: 300px;
    word-wrap: break-word;
}

info {
    display: flex;
    flex-direction: column;
    text-align: center;
    background-color: #AAAAAA;
    border-color: #AAAAAA;
    color: #FFFFFF;
    border-style: solid;
    border-width: thick;
    word-wrap: break-word;
    width: 70vw;
}

a {
    color: #FFFFFF;
    text-decoration: none;
}

.fancy {
    color: #8655E8;
}

.pink {
    color: #E675C6;
    border-color: #E675C6;
}

.circle{
  object-fit:cover;
  height: 250px;
  width: 250px;
  border-radius:50%;
}

a:hover {
    /*color : #FFFFFF;*/
}

img {
}

h1{
    font-size: 30px;
}

h2{
    font-size: 45px;
}

.icon {}
.responsive {
  height: auto;
  width: 50%;
}

.logo {
    margin-top: 5%;
    margin-bottom: 5%;
}

.saturate { filter: saturate(3); }
.grayscale { filter: grayscale(100%); }
.contrast { filter: contrast(160%); }
.brightness { filter: brightness(0.25); }
.blur { filter: blur(3px); }
.invert { filter: invert(100%); }
.sepia { filter: sepia(100%); }
.huerotate { filter: hue-rotate(180deg); }
.rss.opacity { filter: opacity(50%); }



/* Style the button that is used to open and close the collapsible content */
.collapsible {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .collapsible:hover {
  background-color: #ccc;
}

/* Style the collapsible content. Note: hidden by default */
.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

.flex-container {
  display: flex;
  flex-direction: row;
}

@media (max-width: 800px) {
  /*.flex-container {
    flex-direction: column;
  }*/
}