
  @font-face {
      font-family: 'slim';
      src: url('Roboto-Regular.woff') format('woff');
      font-weight: normal;
      font-style: normal;

  }

  @font-face {
      font-family: 'slimbold';
      src: url('Roboto-Regular.woff') format('woff');
      font-weight: normal;
      font-style: normal;
  }


/* *:not(input) {
    cursor: default;
    caret-color: transparent;
} */


/* body */
body {
  margin: 0;
  /*background-image: url('images/emmabackground.jpg');
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: linear-gradient(#F6AAB7, white);*/

  background-size: 100%;
  background-color: black;
}

.position-container {
  display:grid;
grid-template-rows:auto 1fr auto;
grid-template-columns:100%;

/* fallback height */
min-height:100vh;

/* new small viewport height for modern browsers */
min-height:100svh;
}

.body {
  padding-bottom: 5vw;
}

.footer {
  clear: both;
  position: relative;
  left: 0;
  padding-top: 2vw;
  padding-bottom: 1vw;
  bottom: 0;
  /*width: 100vw;*/
  height: 3vw;
  background-color: #FF13F0;
  /*background-image: url('images/footerbackground.jpg');
  background-size: 100% 100%;*/
  color: black;
    font-family: 'slimbold';
    font-size: 1.5vw;
  text-align: center;
z-index: 10;
border-bottom: .2vw solid black;
}

.footer a{
  text-decoration: none;
  color: black;
  /*background: linear-gradient(to top, grey, white 70%, white);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
  }
.footer > span{
  color: black;
  /*background: linear-gradient(to top, grey, white 70%, white);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
  padding-left: 0.8vw;
  padding-right: 0.8vw;
  font-size: 1.7vw;
  display: inline-block;
}

/* The sidebar menu */
.header { /*float: left;*/
  height: 11.5vw; /* Full-height: remove this if you want "auto" height */
  width: auto; /*340px;  Set the width of the sidebar */
  position: relative;
  top: 0; /* Stay at the top */
  left: 0;
  overflow-x: hidden; /* Disable horizontal scroll */
  overflow-y: hidden;
  padding-top: 2vw;
  font-family: 'slimbold';
  font-style: bold;
  white-space: nowrap;
  background-color: #FF13F0;
  /*background-image: url('images/headerbackground.jpg');
  background-size: 100% 100%;
  background-repeat: no-repeat;*/
  border-bottom: .2vw solid black;
}

.logo {
  position:relative;
  margin-top: -4.7vw;
  padding-top: 3.2vw;
  display:inline-block;
  yellow-space: normal;
  width: 14vw;
  text-align: center;
}

.nav {
    height:auto;
    display:inline-block;
    white-space: normal;
  font-size: 2vw;
  color: black;
  position: relative;
  top: 26%;
  vertical-align: top;
  text-align: center;
}

.nav a{
  padding-top: 0.5vw;
  padding-bottom: 0.5vw;
  padding-left: 1vw;
  padding-right: 1vw;
  display: inline-block;
  text-decoration: none;
  color: black;
}
.nav a:hover{
  /*  padding-top: 0.5vw;
    padding-bottom: 0.5vw;
    padding-left: 1.5vw;
    padding-right: 1.5vw;
  display: inline-block;
  text-decoration: none;
  color: black;*/
  border-bottom: 0.2vw solid black;
}

.nav a span{
  text-decoration: none;
  /*background: linear-gradient(to top, grey, white 70%, white);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
}






.trigger{
  padding-left: 1vw;
  margin-left: 11.6vw;
  margin-right: 11.6vw;
  margin-bottom: 1vw;
  color: #042546;
    font-family: 'slim';
    font-size: 2vw;
    background-color: #b1c7dc;
    cursor: pointer;
}
.trigger span{
  display: flex;
  text-decoration: none;
  color: #042546;
    padding: 0.7vw;
}
.blogkasten{
    display: none;
    margin-left: 9.7vw;
      margin-right: 9.7vw;
      margin-top: -2vw;
      width: 79vw;
  color: #042546;
    font-family: 'slim';
    font-size: 1.5vw;
  background-image:url('images/gridbackground.jpg');
  background-size: 100% 100%;
}
.blogkasten > div{
  padding-left: 8vw;
  padding-right: 8vw;
  padding-top: 1vw;
}
.blogkasten > .bloghaupttext{
  padding-left: 8vw;
  padding-right: 8vw;
  padding-bottom: 4vw;
  padding-top: 0vw;
  margin-top: -0.5vw;
}
.inactive {
  height: 10vw;
  overflow: hidden;
}

.masker{
--mask: linear-gradient(to bottom,
      rgba(0,0,0, 0.6) 0,   rgba(0,0,0, 0.4) 70%,
      rgba(0,0,0, 0) 100%, rgba(0,0,0, 0) 0
  ) 100% 50% / 100% 100% repeat-x;
  -webkit-mask: var(--mask);
  mask: var(--mask);
}
.blogpic{
  float: right;
  margin-left: 1vw;
  width: 19vw;
}














/* The navigation menu links */
.sidenav a {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  text-align: center;
  font-family: 'bahnschrift';
  font-size: 32px;
  color: #f1f1f1;
  display: block;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover + .sbunderline{
  visibility: visible;
}

.sbunderline {
  visibility: hidden;
  margin: auto;
  width: 80%; /* 260px; */
  padding-bottom: 20px;
  padding-top: -5px;
}

.sbunderline hr{
  border: 2px solid white;
}

/* Style page content */
.main { /* Same as the width of the sidebar */
  margin-left: auto;
  min-width: 70%;
  padding: 0px 10px;
  min-height: 100vh;
}
.subpagemain {
  min-height: 100vh;
}

.upcomingpast{
  text-align: center;
  font-family: 'slimbold';
  font-size: 3vw;
  padding-top: 8vw;
  padding-bottom: 2vw;
  color: #FF13F0;
}
.upcomingpastindex{
  text-align: center;
  font-family: 'slimbold';
  font-size: 2vw;
  padding: 1vw;
  color: #FF13F0;
  border-bottom: .2vw solid #FF13F0;
  width: fit-content;
  margin: auto;
  margin-bottom: 2.5vw;
}
.upcomingpast .headline{
  /*background: linear-gradient(to top, black, grey 80%, grey);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
  color: #FF13F0;
}

.upcomingpast .ticketlink{
  font-size: 1.7vw;
}
.upcomingpast .ticketlink a{
  font-size: inherit;
  text-decoration: none;
  color: #FF13F0;
  /*background: linear-gradient(to bottom, black, grey 90%, grey);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
}

.underline {
  margin: auto;
  width: 30%;
  padding-bottom: 1vw;
}

.underline hr{
  border: 0.3vw solid #FF13F0;
}

.party{
  font-family: 'slimbold';
  color: #FF13F0;
  padding: 3vw;
  padding-left: 4vw;
  padding-right: 4vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4vw;
  max-width: 40vw;
}
.partyplain{
  font-family: 'slim';
  color: #f1f1f1;
  padding-bottom: 4vw;
}

.party img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 40vw;
  box-shadow: 0 0 0 3vw #FF13F0;
  margin-top: 4.5vw;
  margin-bottom: 5vw;
}
.partyplain img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 30vw;
  border: 0.5vw solid #afe6b6;
}
.feature{
  font-family: 'slim';
  padding-bottom: 5vw;
}
.feature img{
  display: -webkit-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 50vw;
}
.feature a{
  color: inherit;
  text-decoration: none;
}
.feature a:hover {
  text-decoration-color: #b48c8c;
  text-decoration: underline;
}

.party img:hover{
  box-shadow: 0 0 0 3.2vw black;
}


/* .party img:hover{
  border: 5px solid white;
} */


.party a{
  color: inherit;
  text-decoration: none;
}
.partyinfo{
  margin-top: 1vw;
  /* margin-bottom: 65px; */
}
.partytitle{
  font-size: 2.5vw;
  margin-bottom: 1vw;
  text-align: center;
  /*width: 40vw;*/
}
.partytitletext {
}
.partydate{
  font-size: 1.5vw;
  text-align: center;
}
.partydate span{
  color: #FF13F0;
}
.partyvenue{
  font-size: 1.5vw;
  text-align: center;
}
.partyvenue span{
  color: #FF13F0;
}

.pagination{
  height: 8vw;
  width: auto;
  color: #b48c8c;
  margin-left: auto;
  margin-right: auto;
}

.pages {
  color: inherit;
  text-align: center;
  font-family: 'slimbold';
  font-size: 3vw;
  padding-top: 2vw
}

.pages a{
  text-decoration: none;
  color: inherit;
}

.pages a:hover {
  background-color: #FF13F0;
  color: black;
}

.ticketbutton{
    width: 40vw;
    margin: auto;
    border: .5vw solid #FF13F0;
}
.continuebutton{
  width: 46vw;
   border: .5vw solid #FF13F0;
   text-align: center;
   font-family: 'slimbold';
   font-size: 2.5vw;
   padding-top: 2vw;
   padding-bottom: 2vw;
   background-color: inherit;
   /*background: linear-gradient(to top, #FF13F0, grey 80%, grey);;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   cursor: pointer;*/
}
.buttonwrapper{
  background-color: #FF13F0;
  width: fit-content;
  margin: auto;
}
















.topper {
  color: #b48c8c;
}

.back {
  float: left;
    display: flex;
    flex-direction: row;
    font-family: 'bahnschrift';
    font-weight: 700;
    color: inherit;
    font-size: 20px;
    margin-top: 30px;
    margin-left: 50px;
    margin-bottom: 50px;
}

.subsitetitle {
  text-align: right;
  font-family: 'bahnschrift';
  padding: 30px;
  margin-right: 50px;
  margin-bottom: 50px;
  font-size: 40px;
  width: auto;
  color: inherit;
}

.outer-ticket-header {
  font-family: 'bahnschrift';
  font-weight: 700;
  align-items:center;
  justify-content:center;
  color: inherit;
}

.outer-clicker {
  display: flex;
  flex-direction: row;
  align-items:center;
  justify-content:center;
}

.ticketing {
  /* display: flex; */
  width: 80%;
  justify-content: center;
  margin: auto;
  color: #b48c8c;
}

.ticketleft{
  flex: 0 0 300px;
  align-items:center;
}

.ticketright{
  flex: 0 0 300px;
  align-items: center;
}

.ticketposter{
  margin-left: auto;
  margin-right: auto;
  border: 3px solid white;
}

.tickettext{
  padding: 20px;
}

.ticketinfo{
  align-items: center;
  text-align: center;
  color: #FF13F0;
  font-family: 'slim';
  font-size: 1.6vw;
  padding: 2vw;
    padding-right: 2vw;
    padding-left: 2vw;
  padding-left: 3vw;
  padding-right: 3vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4vw;
  max-width: 40vw;
}

.ticketform{
  align-items:center;
  text-align: center;
  color: inherit;
  padding: 3vw;
  padding-bottom: 0vw;
  font-family: 'slim';
}

.subname{
  display: none;
}

.error{
  color: #FF13F0;
  background-color: white;
}

input:focus {
  box-shadow: 0 0 0 0.3vw white;

  border-bottom: 0;
  caret-color: white;
}

input[type="text"] {
  font-family: 'slim';
  font-size: 2vw;
  background-color: #FF13F0;
  color: white;
}

select {
  border-style: solid;
  border-width: 0.2vw;
  border-color: white;
  color: white;
  background: #FF13F0;
  font-family: 'slim';
  font-size: 2vw;
  padding: 0.3vw 1vw;
  cursor: pointer;
}
option {
font-family:'slim';
}

select:hover{
}


input[type="file"]{
    opacity: 0;
    z-index: -1;
    top: -1px;
    left: 0;
    width: 0.1px;
    height: 0.1px;
    user-select: none;
}

input[type="file"]:focus + label[for="upload"], input[type="file"]:focus + label[for="poster"], input[type="file"]:focus + label[for="file2"], input[type="file"]:focus + label[for="file3"]{
  box-shadow: 0 0 0 0.2vw white;
}

label[for="upload"] {
    display: inline-block;
    padding: 1vw;
    color: white;
    background: #FF13F0;
      font-family: 'slim';
      font-size: 2vw;
    cursor: pointer;
    border: 0.2vw solid white;
    max-width: 100%;
}

label[for="poster"], label[for="file2"], label[for="file3"]{
  background: #fff;
  padding: 10px;
  color: white;
  font-family: 'slim';
  cursor: pointer;
  font-size: 16px;
}

label[for="upload"]:hover, label[for="poster"]:hover, label[for="file2"]:hover, label[for="file3"]:hover{
  box-shadow: 0 0 0 0.3vw white;

  /*  background: #43DE00;*/
}

.loading{
  /*background: linear-gradient(to top, #FF13F0, grey 80%, grey);;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
}

.loading:after {
  content: ' .';
  animation: dots 1s steps(5, end) infinite;
}

@keyframes dots {
  0%, 20% {
    color: rgba(0,0,0,0);
    text-shadow:
      .25em 0 0 rgba(0,0,0,0),
      .5em 0 0 rgba(0,0,0,0);}
  40% {
    color: #FF13F0;
    text-shadow:
      .25em 0 0 rgba(0,0,0,0),
      .5em 0 0 rgba(0,0,0,0);}
  60% {
    text-shadow:
      .25em 0 0 #FF13F0,
      .5em 0 0 rgba(0,0,0,0);}
  80%, 100% {
    text-shadow:
      .25em 0 0 #FF13F0,
      .5em 0 0 #FF13F0;}}




      .abouttext {
        color: #FF13F0;
        font-family: 'slim';
        font-size: 1.8vw;
        margin:auto;
        text-align: center;
        width: 60vw;
        line-height: 1.6;
      }

      .aboutimage {
        text-align: center;
      }


      .coremembers {
        margin:auto;
        max-width: 60vw;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
      }

      .member {
        font-family: 'slim';
  font-size: 1.5vw;
  text-align: center;
  margin-top: 3vw;
  width: 20vw;
  min-width: 15vw;
  max-width: 25vw;
  padding:2vw;
      }

      h2 {
        font-size: 1.7vw;
        margin-bottom: -0.8vw;
      }

      .member img {
        max-width:90%;
        max-height:80%;
      }

.contacttext {

    color: #FF13F0;
  font-family: 'slim';
  font-size: 1.8vw;
  margin: auto;
  text-align: center;
  width: 60vw;
  line-height: 1.6;
}


.houserules {
  position: fixed;
  font-family: 'slim';
  font-size: 2vw;
  top: 0vw;
  left: 0vw;
  width: 100vw;
  height: 100vh;
  text-align: center;
  background-color: #FF13F0;
  box-sizing: border-box;
  padding: 10vw;
  z-index: 100;
  border: 3vw solid #FF13F0;
  overflow-y:auto;
}

.close-btn {
    margin-left: auto;
    margin-right: auto;
    background-color: black;
    color: #FF13F0;
    border-radius: 90%;
    padding: 2vw;
    width: fit-content;
    cursor: pointer;
}
