@font-face {
    font-family: 'slim';
    src: url('SlimSansSerif.woff2') format('woff2'),
         url('SlimSansSerif.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'slimbold';
    src: url('SlimSansSerif-Bold.woff2') format('woff2'),
         url('SlimSansSerif-Bold.woff') format('woff');
    font-weight: bold;
    font-style: bold;
  }

/* *: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-color: white;
}

.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;
  bottom: 0;
  width: 100vw;
  height: 3vw;
  background-image: url('images/footerbackground.jpg');
  background-size: 100% 100%;
  color: white;
    font-family: 'slimbold';
    font-size: 1.5vw;
  text-align: center;
z-index: 10;
}
.footer a{
  text-decoration: none;
  color: inherit;
  background: linear-gradient(to top, grey, white 70%, white);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  }
.footer > span{
  color: white;
  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;
}
/* white divider
.divider {
  float: right;
  border-left: 10px solid white;
  height: 100%;
  position: sticky;
  position: -webkit-sticky;
  margin-left: 340px;
}*/

/* 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-image: url('images/headerbackground.jpg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.logo {
  margin-top: -5.5vw;
  padding-top: 2.8vw;
  display:inline-block;
  white-space: normal;
  width: 30vw;
  text-align: center;
}

.nav {
    height:auto;
    display:inline-block;
    white-space: normal;
  font-size: 2vw;
  color: white;
  position: relative;
  top: 22%;
  vertical-align: top;
  text-align: center;
}

.nav a{
  padding-top: 0.5vw;
  padding-bottom: 0.5vw;
  padding-left: 1.5vw;
  padding-right: 1.5vw;
  display: inline-block;
  text-decoration: none;
  color: white;
}
.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: white;
  background-image: url('images/linkbackground.jpg');
  background-size: 100% 100%;
}

.nav a span{
  text-decoration: none;
  background: linear-gradient(to top, grey, white 70%, white);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.willkommen {
  margin-top: 3vw;
  width: 55vw;
  float: left;
  color: #042546;
  margin-left: 11.6vw;
  position: sticky;
    font-family: 'slim';
    font-size: 1.5vw;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.willkommen .kreispic{
  width: 30vw;
height: 100%;
float: right;
margin-left: 1vw;
border-radius: 50%;
-webkit-shape-outside:circle();
shape-outside:circle();
}
.infokasten {
    margin-top: 5vw;
width: max-content;
max-width: 26.66vw;
margin-left: -3vw;
padding: 0.5vw;
  background-color: #ccd9e2;
  border-width: 0.5vw;
  border-color: #042546;
  border-style: double;
  float: left;
  -ms-transform: rotate(10deg);
-webkit-transform: rotate(10deg);
  transform: rotate(10deg);
  color: #042546;
  font-family: 'slim';
  font-size: 1.5vw;
  }

.intext-link{
  color: #5a7a87;
}


.grid-container{
  margin-top: 3vw;
  display: flex;
flex-flow: row nowrap;
  margin-left: 11.6vw;
  margin-right: 11.6vw;
}
.grid-item{
  flex-grow: 1;
flex-shrink: 1;
flex-basis: auto;
min-width: auto;
width: auto;
max-width: 50vw;
  background-image:url('images/gridbackground.jpg');
  background-size: 100% 100%;
  color: #042546;
  font-family: 'slim';
  font-size: 1.5vw;
  padding-left: 4vw;
  padding-right: 4vw;
  padding-bottom: 2vw;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}



.taetigkeitsfelder {
  margin-left: 5vw;
  width: 90vw;
  display: grid;
  grid-template-columns: 60vw 29vw;
}

.taetigkeitsfeld-l {
	background-image: url('images/gridbackground.jpg');
	background-size: 100% 100%;
	color: #042546;
	display: flex;
	flex-direction: column;
	font-family: 'slim';
	font-size: 1.5vw;
	padding-top: 1vw;
	padding-left: 5vw;
	padding-right: 5vw;
	padding-bottom: 7vw;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.taetigkeitsfeld-r{
        background-image:url('images/gridbackground.jpg');
        background-size: 100% 100%;
        color: #042546;
        font-family: 'slim';
        font-size: 1.5vw;
        padding-top: 1vw;
        padding-left: 4vw;
        padding-right: 4vw;
        padding-bottom: 3vw;
}
.taetigkeitsfeld-r div h2{
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}


.uebermich{
  margin-top: 3vw;
  width: 76vw;
  display: flex;
  flex-direction: column;
  color: #042546;
  margin-left: 11.6vw;
  position: sticky;
    font-family: 'slim';
    font-size: 1.5vw;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.uebermichpic{

}
#uebermich1{
  max-width: 95%;
max-height: 98%;
}
#uebermich2{
  float: right;
  margin-left: 1vw;
  max-width: 19vw;
}
.floatbottomleft{
  float: left;
height: 100%;
display: flex;
align-items: flex-end;
}

.kontakt{
  margin-top: 3vw;
  width: 33vw;
  display: flex;
  flex-direction: column;
  color: #042546;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
    font-family: 'slim';
    font-size: 1.5vw;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}



.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: 2vw;
  padding-bottom: 2vw;
}
.upcomingpast .headline{
  background: linear-gradient(to top, black, grey 80%, grey);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.upcomingpast .ticketlink{
  font-size: 1.7vw;
}
.upcomingpast .ticketlink a{
  font-size: inherit;
  text-decoration: none;
  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 black;
}

.party{
  font-family: 'slimbold';
  color: white;
  padding: 3vw;
  padding-left: 4vw;
  padding-right: 4vw;
  background-image: url('images/posterborder.jpg');
  background-size: 100% 100%;
  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;
}
.partyplain img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 30vw;
  border: 0.5vw solid #afe6b6;
}
.feature{
  font-family: 'bahnschrift';
  color: #b48c8c;
  padding-bottom: 65px;
}
.feature img{
  display: -webkit-box;
  margin-left: auto;
  margin-right: 50px;
  max-width: 70vh;
  max-width: 800px;
  border: 3px solid white;
}
.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 0.3vw white;
}


/* .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;*/
  background-color: black;
}
.partytitletext {
}
.partydate{
  font-size: 1.5vw;
  text-align: center;
}
.partydate span{
  color: black;
}
.partyvenue{
  font-size: 1.5vw;
  text-align: center;
}
.partyvenue span{
  color: black;
}

.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;
}

.pages a:hover {
  background-color: #059e82;
  color: #cc5aa2;
}

.ticketbutton{
   width: 40vw;
   background-color: white;
   margin: auto;
   border: 3vw solid black;
}
.continuebutton{
  width: 46vw;
   border: 3vw solid black;
   text-align: center;
   font-family: 'slimbold';
   font-size: 3vw;
   padding-top: 2vw;
   padding-bottom: 2vw;
   background: linear-gradient(to top, black, grey 80%, grey);;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   cursor: pointer;
}
.buttonwrapper{
  background-color: white;
  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: white;
  font-family: 'slimbold';
  font-size: 1.6vw;
  padding: 2vw;
    padding-right: 2vw;
    padding-left: 2vw;
  padding-left: 3vw;
  padding-right: 3vw;
  background-color: black;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4vw;
  max-width: 40vw;
}

.ticketform{
  align-items:center;
  text-align: center;
  color: inherit;
  padding: 3vw;
  font-family: 'slimbold';
}

.subname{
  display: none;
}

.error{
  color: black;
  background-color: white;
}

input:focus {
  box-shadow: 0 0 0 0.3vw white;

  outline: 0;
  caret-color: #000000;
}

input[type="text"] {
  font-family: 'slimbold';
  font-size: 2vw;
  background-color: black;
  color: inherit;
}

select {
  border-style: solid;
  border-width: 0.2vw;
  border-color: white;
  color: inherit;
  background: black;
  font-family: 'slimbold';
  font-size: 2vw;
  padding: 0.3vw 1vw;
  cursor: pointer;
}
option {
font-family:'slimbold';
}

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: inherit;
    background: black;
      font-family: 'slimbold';
      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: inherit;
  font-family: 'bahnschrift';
  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, black, 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: black;
    text-shadow:
      .25em 0 0 rgba(0,0,0,0),
      .5em 0 0 rgba(0,0,0,0);}
  60% {
    text-shadow:
      .25em 0 0 black,
      .5em 0 0 rgba(0,0,0,0);}
  80%, 100% {
    text-shadow:
      .25em 0 0 black,
      .5em 0 0 black;}}
