@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: #d7e4ec;
}

.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: 6vw;
	bottom: 0;
	width: 100vw;
	height: 8vw;
	background-image: url('images/footerbackground.jpg');
	background-size: 100% 100%;
	color: #042546;
	font-family: 'slim';
	font-size: 4vw;
	text-align: center;
	z-index: 10;
}
.footer a{
  text-decoration: none;
  color: #042546;
  }
  .footer > span {
  	padding-left: 2vw;
  	padding-right: 2vw;
  	font-size: 5vw;
  	display: inline-block;
  	vertical-align: -0.5vw;
  }

/* 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: fit-content; /* Full-height: remove this if you want "auto" height */
  min-height: 20vw;
  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 */
  font-family: 'slimbold';
  font-style: bold;
  white-space: nowrap;
  background-image: url('images/headerbackground.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.logo {
  padding-top: 1vw;
  display:inline-block;
  white-space: normal;
  width: 30vw;
  text-align: center;
}

.nav {
    height:auto;
    display:inline-block;
    white-space: normal;
  font-size: 5vw;
  color: white;
  position: relative;
  top: 25%;
  vertical-align: 5.7vw;
  text-align: center;
  width: 40vw;
}
.navbar {
  vertical-align: 3.2vw;
    padding-top: 1vw;
    display:inline-block;
    white-space: normal;
    width: 29vw;
    text-align: center;
}

.navitem{
  color: white;
  background-image: url('images/linkbackground.jpg');
  background-size: 100% 100%;
font-family: 'slim';
font-size: 5vw;
padding:2vw;
text-align: center;
}

.nav a{
  padding-bottom: 0.5vw;
  padding-left: 1vw;
  padding-right: 1vw;
  display: inline-block;
  text-decoration: none;
  color: white;
  background-image: url('images/linkbackground.jpg');
  background-size: 100% 100%;
}
.nav a:hover{
  padding-bottom: 0.5vw;
  padding-left: 1vw;
  padding-right: 1vw;
  display: inline-block;
  text-decoration: none;
  color: white;
  background-image: url('images/linkbackground.jpg');
  background-size: 100% 100%;
}
.block > a{
  text-decoration: none;
}

.willkommen {
  margin-top: 3vw;
  width: 55vw;
  float: left;
  color: #042546;
  margin-left: 7vw;
  position: sticky;
    font-family: 'slim';
    font-size: 4vw;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.willkommen .kreispic{
  width: 55vw;
height: 100%;
float: left;
margin-left: 1vw;
border-radius: 50%;
-webkit-shape-outside:circle();
shape-outside:circle();
}
.infokasten {
  width: max-content;
  max-width: 31vw;
  margin-left: -2vw;
  padding: 1vw;
  background-color: #d7e4ec;
  border-width: 1.5vw;
  border-color: #042546;
  border-style: double;
  float: left;
  -ms-transform: rotate(8deg);
  -webkit-transform: rotate(8deg);
  transform: rotate(8deg);
  color: #042546;
  font-family: 'slim';
  font-size: 3.2vw;
  margin-top: 6vw;
  }
  .intext-link{
    color: #5a7a87;
  }





  .taetigkeitsfelder {
    margin-left: 4vw;
    width: 92vw;
    display: grid;
    grid-template-columns: 91vw 0vw;
  }

  .taetigkeitsfeld-l {
  	background-image: url('images/gridbackground.jpg');
  	background-size: 100% 100%;
  	color: #042546;
  	display: flex;
  	flex-direction: column;
  	font-family: 'slim';
  	font-size: 4vw;
  	padding-top: 1vw;
  	padding-left: 10vw;
  	padding-right: 10vw;
  	padding-bottom: 10vw;
    -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: 4vw;
          padding-top: 1vw;
          padding-left: 10vw;
          padding-right: 10vw;
          padding-bottom: 5vw;
  }
  .taetigkeitsfeld-r div h2{
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
  }

  .uebermich{
    margin-top: 3vw;
    width: 70vw;
    display: flex;
    flex-direction: column;
    color: #042546;
    margin-left: 14vw;
    position: sticky;
      font-family: 'slim';
      font-size: 4vw;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }


  .trigger {
	padding-left: 1vw;
	margin-left: 5vw;
	margin-right: 5vw;
	margin-bottom: 1vw;
	color: #042546;
	font-family: 'slim';
	font-size: 4vw;
	background-color: #b1c7dc;
	cursor: pointer;
}
  .trigger span{
    display: flex;
    text-decoration: none;
    color: #042546;
      padding: 0.7vw;
  }
  .blogkasten{
      display: none;
      margin-left: 6.7vw;
        margin-right: 6.7vw;
        margin-top: -2vw;
        width: 85vw;
    color: #042546;
      font-family: 'slim';
      font-size: 3.5vw;
    background-image:url('images/gridbackground.jpg');
    background-size: 100% 100%;
  }
  .blogkasten > div{
    padding-left: 9vw;
    padding-right: 9vw;
    padding-top: 2vw;
  }
  .blogkasten > .bloghaupttext{
    padding-left: 9vw;
    padding-right: 9vw;
    padding-bottom: 8vw;
    padding-top: 0vw;
    margin-top: -0.5vw;
  }
  .inactive {
    height: 20vw;
    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: 2vw;
    width: 25vw;
  }


  .kontakt{
    margin-top: 3vw;
    width: 50vw;
    display: flex;
    flex-direction: column;
    color: #042546;
    margin-left: auto;
    margin-right: auto;
    position: sticky;
      font-family: 'slim';
      font-size: 4vw;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    padding-bottom: 3vw;
  }




















.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;
}
.grid-item div h2{
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
.grid-pic{
  min-width: 20vw;
}








.kontrollkasten{
  margin-left: 14.7vw;
  margin-right: 14.7vw;
  width:70vw;
  color: #042546;
    font-family: 'slim';
    font-size: 1.5vw;
  text-align: center;
  background-image:url('images/gridbackground.jpg');
  background-size: 100% 100%;
}



/* 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: 'bahnschrift';
  font-size: 32px;
  color: #f1f1f1;
  padding-top: 60px;
  padding-bottom: 30px;
}
.upcomingpast .ticketlink{
  font-size: 26px;
}
.upcomingpast .ticketlink a{
  font-size: inherit;
  text-decoration: none;
  color: inherit;
}

.underline {
  margin: auto;
  width: 30%;
  padding-bottom: 20px;
  padding-top: -5px;
}

.underline hr{
  border: 2px solid white;
}

.party{
  font-family: 'bahnschrift';
  color: #f1f1f1;
  padding-bottom: 65px;
}
.partyplain{
  font-family: 'bahnschrift';
  color: #f1f1f1;
  padding-bottom: 65px;
}

.party img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 50vh;
  max-width: 500px;
  border: 3px solid white;
}
.partyplain img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 50vh;
  max-width: 500px;
  border: 3px solid white;
}
.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 2px white;
}


/* .party img:hover{
  border: 5px solid white;
} */


.party a{
  color: inherit;
  text-decoration: none;
}
.partyinfo{
  margin-left: 15%;
  margin-top: 12px;
  /* margin-bottom: 65px; */
}
.partytitle{
  font-size: 26px;
}
.partydate{
  font-size: 18px;
}
.partyvenue{
  font-size: 18px;
}

.pagination{
  height: 60px;
  border-top: 3px solid black;
  color: #b48c8c;
  margin-left: -50vw;
  margin-right: -10px;
}

.pages {
  color: inherit;
  margin-left: 30%;
  min-width: 70%;
  text-align: center;
  font-family: 'bahnschrift';
  font-size: 24px;
  padding-top: 15px
}

.pages a{
  text-decoration: none;
}

.pages a:hover {
  text-decoration: underline;
  text-decoration-color: black;
  text-decoration-thickness: 2px;
}

















.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;
}

.ticketpreamble{
  align-items: center;
  text-align: center;
  padding: 20px;
  color: inherit;
  font-family: 'bahnschrift';
  font-size: 20px;
}

.ticketform{
  align-items:center;
  text-align: center;
  color: inherit;
  padding: 20px;
  font-family: 'bahnschrift';
}

.subname{
  display: none;
}

.error{
  color: white;
}

input:focus {
  box-shadow: 0 0 2px 2px #000000;
  outline: 0;
  caret-color: #000000;
}

input[type="text"] {
  font-family: 'bahnschrift';
  font-size: 20px;
  background-color: #000000;
  color: inherit;
}

select {
  border-style: solid;
  border-width: 2px;
  border-color: white;
  color: inherit;
  background: black;
  font-family: 'bahnschrift';
  font-size: 20px;
  padding: 2px 8px;
}

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"]{
    border: 1px solid #000000;
}

label[for="upload"] {
    display: inline-block;
    background: #000000;
    padding: 10px;
    color: inherit;
    font-family: 'bahnschrift';
    cursor: pointer;
    font-size: 20px;
    border: 2px 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{
  border-style: solid;
  border-width: 3px;
  border-color: white;
  /*  background: #43DE00;*/
}

input[type="submit"]{
  background: #000000;
  border-style: solid;
  border-width: 2px;
  border-color: white;
  padding: 10px;
  color: inherit;
  font-family: 'bahnschrift';
  /*border-radius: 4px;*/
  cursor: pointer;
  font-size: 16px;
}

input[type="submit"]:hover{
}


















.gg-arrow-left {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs,1));
    width: 20px;
    height: 20px
}
.gg-arrow-left::after,
.gg-arrow-left::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    left: 3px
}
.gg-arrow-left::after {
    width: 8px;
    height: 8px;
    border-bottom: 2px solid;
    border-left: 2px solid;
    transform: rotate(45deg);
    bottom: 7px
}
.gg-arrow-left::before {
    width: 16px;
    height: 2px;
    bottom: 10px;
    background: currentColor
}
