
a:visited {
  color: DimGray;
}
a:link {
  color: Black;
}
body {
	font: 1.2em / 1.5 Helvetica Neue, Helvetica, Arial, sans-serif;
	padding: 0;
	margin: 0;
}
h1   {margin-left: auto;
    margin-right: auto;
	padding-top:0px; margin-top:0px;padding-bottom:0px; margin-bottom:0px;
	text-decoration-line: none}
h1 a {text-decoration-line: none}
h2 a {text-decoration-line: none}
h2   {margin-left: auto;
    margin-right: auto;
	padding-top:0px; margin-top:0px;padding-bottom:0px; margin-bottom:0px}
p    {}
IMG.logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
	width: 25%;height: 25%;}
	
IMG.fadeOut {
    display: block;
    margin-left: auto;
    margin-right: auto;
	width: 25%;height: 25%;
	-webkit-mask-image:-webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
      mask-image: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0));}	
	
div.container{
    display: flex;
    align-items: center;
    justify-content: center;
	padding-top: 20px;
	
	-webkit-animation: fadein 5s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 5s; /* Firefox < 16 */
    -ms-animation: fadein 5s; /* Internet Explorer */
    -o-animation: fadein 5s; /* Opera < 12.1 */
    animation: fadein 5s;
}
div.item {
	padding: 20px;
	border: 2px solid rgb(245,245,245);
	border-radius: .5em;
	max-width: 600px;
}
		
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/*Tab Stuff*/
/* Tabs mit radio-Buttons */
.tabbed figure { 
   display: block; 
   margin-left: 0; 
   /*border-bottom: 1px solid silver;*/
   clear: both;
}

.tabbed > input,
.tabbed figure > div { display: none; }

.tabbed figure>div {
  padding: 20px;
  width: 100%;
  border: 2px solid rgb(245,245,245);
  background: #fff;
  line-height: 1.5em;
  letter-spacing: 0.3px;
  border-radius: .5em;
}
#tabMusic:checked ~ figure .tabMusic,
#tabStyle:checked ~ figure .tabStyle,
#tabGuidelines:checked ~ figure .tabGuidelines,
#tabCommunity:checked ~ figure .tabCommunity { display: block; }
nav label {
   float: left;
   padding: 15px 15px;
   border-top: 1px solid silver;
   border-right: 1px solid silver;
   background: #34b2e5;
   color: #eee;
}

nav label:nth-child(1) { border-left: 1px solid silver; }
nav label:hover { background: hsl(195,50%,40%); }
nav label:active { background: #ffffff; }

#tabMusic:checked ~ nav label[for="tabMusic"],
#tabStyle:checked ~ nav label[for="tabStyle"],
#tabGuidelines:checked ~ nav label[for="tabGuidelines"],
#tabCommunity:checked ~ nav label[for="tabCommunity"] {
  background: white;
  color: #111;
  position: relative;
  border-bottom: none;
}

#tabMusic:checked ~ nav label[for="tabMusic"]:after,
#tabStyle:checked ~ nav label[for="tabStyle"]:after,
#tabGuidelines:checked ~ nav label[for="tabGuidelines"]:after,
#tabCommunity:checked ~ nav label[for="tabCommunity"]:after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: white;
  left: 0;
  bottom: -1px;
}


#tabParty2023:checked ~ figure .tabParty2023,
#tabParty2022:checked ~ figure .tabParty2022,
#tabParty2021:checked ~ figure .tabParty2021 { display: block; }
nav label {
   float: left;
   padding: 15px 15px;
   border-top: 1px solid silver;
   border-right: 1px solid silver;
   background: #34b2e5;
   color: #eee;
}

#tabParty2023:checked ~ nav label[for="tabParty2023"],
#tabParty2022:checked ~ nav label[for="tabParty2022"],
#tabParty2021:checked ~ nav label[for="tabParty2021"] {
  background: white;
  color: #111;
  position: relative;
  border-bottom: none;
}
#tabParty2023:checked ~ nav label[for="tabParty2023"]:after,
#tabParty2022:checked ~ nav label[for="tabParty2022"]:after,
#tabParty2021:checked ~ nav label[for="tabParty2021"]:after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: white;
  left: 0;
  bottom: -1px;
}

hr {
  border: 1px solid silver;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 85%;
}
dd {
    display: list-item;
    list-style-type: disc;
    }
	
	ul > div.singleGuideline {padding-top:8px}
	
	p.hint {font-size: small;}
	

.cardcontainer {
	
  display: flex;
  justify-content: center;
  align-items: center;
  height: 450px;
  margin-top: 100px;
  margin-bottom: -170px;
}
	

    .card-stack {
      position: relative;
      width: 200px; /* Adjust the width as needed */
      height: 300px; /* Adjust the height as needed */
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
    }

.card {
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: bottom center;
  transition: transform 0.3s ease-in-out;
}

.card:nth-child(1) {
  transform: rotate(-30deg);
}

.card:nth-child(2) {
  transform: rotate(-20deg);
}

.card:nth-child(3) {
  transform: rotate(-10deg);
}

.card:nth-child(4) {
  transform: rotate(0deg);
}

.card:nth-child(5) {
  transform: rotate(10deg);
}

.card:nth-child(6) {
  transform: rotate(20deg);
}

.card:nth-child(7) {
  transform: rotate(30deg);
}