/*HEADERNAV WEGKLAPPBAR*/
.head_wegklappbar {
	display:flex;
	flex-flow:row nowrap;
}

/* Button zum Aufklappen */

.wegklapp_button {
	z-index: 9999;
	position: fixed;
  /* Obligatorisch fÃ¼r richtige Anzeige des Buttons */
	width: 20px; /* Breite des Buttons */
	display: flex; /* Button wird als Flexbox aufgebaut */
	flex-flow: row nowrap; /* Buttoninhalt wird in einer Reihe nebeneinander ohne UmbrÃ¼che angezeigt */
	justify-content: space-evenly; /* Buttoninhalt wird Ã¼ber die Breite des Buttons gleichmÃ¤ÃŸig verteilt */
	height: 17px;
  
  /* Optional, fÃ¼r Ã„sthetik */
	background-color: var(--bunt); /* Hintergrundfarbe vom Button */
	cursor: pointer; /* Mauscursor wird zum Zeiger wenn man Ã¼ber den Button fÃ¤hrt */
	padding: 11.5px 15px;
	border: none; /* StandardmÃ¤ÃŸig haben Button einen Rahmen, der wird hier deaktiviert */
	font-size: var(--snav);
}

/* Inhalt des Buttons soll nebeneinander Ã¼ber die Breite des Buttons ausgestreckt angezeigt werden */
  .wegklapp_button .flex {
    flex: 1; /* damit mehrere dieser Elemente nebeneinander kÃ¶nnen */
  }


/* Pfeile am Ende des Buttons */

  /* Wenn nicht zugeklappt ist */
  #exphead ~ .wegklapp_button::after {
      font-family: "Font Awesome 5 Pro"; /* Schriftart die Icons beinhaltet */
      font-weight: 900;
      content: "\f323"; /* Nummer des Icons das wir wollen */
      color: var(--bunttext); /* Farbe des Icons */
      font-size: 10px;
      align-self: center;
      opacity: 0.2;
  }

  /* Wenn ausgeklappt ist */
  #exphead:checked ~ .wegklapp_button::after {
      font-family: "Font Awesome 5 Pro"; 
    font-weight: 900; 
    content: "\f324";
    color: var(--bunttext);
	  font-size: 10px;
    align-self: center;
	    opacity: 0.2;
  }


/* Versteckter Part fÃ¼r den Aufklapp-Befehl */

  #exphead {
    display:none;  
  }


/* Ausklappender Part */

  /* Part wenn Button nicht angeklickt wurde */
  #exphead ~ .wegklapp_box {
  /* Obligatorisch fÃ¼r den Ausklapp-Effekt */
  /* height: 19px; */ /* Maximale HÃ¶he auf 0px damit Part versteckt ist */
  width: 300px; /* Breite des Parts, hier die gleiche wie beim Button damit beides gleichbreit ist  */
  opacity: 1; /* Sichtbarkeit auf 1 fÃ¼r hÃ¼bsches Ein-/Ausblenden */
  transition: 0.5s; /* 0.5 Sekunden dauert der Ãœbergangseffekt vom Ein-/Ausblenden */
  white-space: nowrap;
  }

  /* Part wenn Button angeklickt wurde */
  #exphead:checked ~ .wegklapp_box {
  /* Obligatorisch fÃ¼r den Ausklapp-Effekt */
  height: 19px; /* Die HÃ¶he, auf die die Box maximal aufklappt - "max" sorgt dafÃ¼r, dass die Box mit der lÃ¤nge des Inhalts/Textes wÃ¤chst, wenn es eine feste StandardhÃ¶he sein soll, einfach das "max-" rausnehmen */
    width:0px;
    content:"";
      transition: 0.5s; /* 0.5 Sekunden dauert der Ãœbergangseffekt */
    opacity:0; /* Sichtbarkeit auf 0 fÃ¼r hÃ¼bsches Ein-/Ausblenden */

  white-space: nowrap;
    overflow: hidden; /* Scrollbar ist versteckt - wenn lange, scrollbare Texte reinsollen, wÃ¼rde ich "auto" fÃ¼r den Wert setzen */

  }


/* Optional, nur fÃ¼r Ã„sthetik */

  /* Damit beim Hovern des Buttons der Cursor zum Zeiger wird */
  label {
    cursor:pointer;
  }

  /* Damit der Text im Button beim Hovern nicht unterstrichen wird */
  label:hover {
    text-decoration:none;  
  }


/* Animationen zum Ein- und Ausblenden fÃ¼r smoothen Ãœbergang */

  @keyframes fadeEffecto {
    from {opacity: 0;}
    to {opacity: 0.2;}
  }

  @keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 0.2;}
  }


/*KALENDER*/
.header_ctable {
	float:left;
	width: 100%;
	text-align: center;
line-height: 120%;
}

.mod_kat {
	background: var(--bunt);
	padding: 5px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
	color: var(--bunttext);
}

.mod_event {
	padding:10px;
	text-align:justify;
	line-height:170%;
}

.mod_kat a {
	color: var(--bunttext);
}


.mod_ue {
	font-family: Playfair Display;
	text-transform: uppercase;
	color: #4aa3c2;
	text-align: center;
	font-size: 15px;
	letter-spacing: 1px;
}

.event a, .birthday a, .scene a {
	color: var(--bunt);
}

.event {
	background: var(--hg)!important;
}

.birthday {
	background:#7ea357;
}

.scene {
	background:#7ea357;
}

/*TEAM*/
.team_ue {
	text-transform: uppercase;
	font-weight: bold;
	color: #4aa3c2;
}

.team_pn {
	font-size: 11px;
	text-transform: uppercase;
	margin-bottom: -10px;
}

.team_vis {
	font-size: 9px;
	text-transform: uppercase;
	padding-left:7px;
	letter-spacing:1px;
}

/*HEADER TABELLE*/
.header_gast {
	margin-left: 17px;
	background: var(--box);
	padding: 15px;
	float: left;
	margin-top: 3px;
	width: 883px;
}

.header_u{
	font-size: var(--snewstitel);
	font-family: var(--fhead);
	color: var(--bunt);
	letter-spacing: var(--lhead);
	margin-bottom: 5px;
	text-transform: var(--thead);
}

.header_u.line{
	border-bottom: solid 1px;
	width: 50%;
}

.header_u.k{
	line-height: 20px;
}

.header_scroll1 {
	height:100px;
	overflow:auto;
}

.header_scroll2 {
	height:125px;
	overflow:auto;
}

.header_news {
	float: left;
	width: 37%;
	background: var(--box);
	padding: 10px;
	text-align: justify;
	overflow: none;
	height: 125px;
	margin-left: 3px;
	line-height: 170%;
}

.header_plot {
	background: var(--box);
	margin-top: 3px;
	float: left;
	padding: 10px;
	width: 33.7%;
	height: 150px;
	text-align: justify;
	line-height: 170%;
	overflow: none;
}

.header_cal {
	background: var(--box);
	float: left;
	width: 557px;
	margin-left: 3px;
	margin-top: 3px;
	padding: 10px;
	height: 150px;
	overflow: none;
}

.cal_b {
	padding: 10px;
	text-align: justify;
	line-height: 170%;
}

/*HEADERTAB*/
.header_acc {
	background: var(--box);
	padding: 15px;
	float:left;
	width: 425px;
	margin-top: 3px;
}

.header_inplay {
	float: left;
	width: 37%;
	background: var(--box);
	padding: 10px;
	text-align: justify;
	overflow: none;
	height: 125px;
	margin-left: 3px;
	line-height: 170%;
}

.header_box {
	margin-top:17px;
	margin-left:17px;
	width:930px;
}

.header_box b{
	font-family: var(--fsub);
	letter-spacing: var(--lsub);
	text-transform: var(--tsub);
}

.hb_left {
	float:left;
}

.hb_left_i {
	font-size:30px;
	text-align:center;
	background:#edf4f5;
	padding:10px;
	color: #4aa3c2;
	width:30px;
	margin-bottom:3px;
}

.header_team {
	background: var(--box);
	float: left;
	width: 17.1%;
	overflow: none;
	padding: 10px;
	line-height: 150%;
	height: 125px;
}

/*NAV USER*/
.menu_avatar {
	width: 100px;
	height: 80px;
	background: var(--bunt);
	margin-left: 50px;
	padding-top: 5px;
	border: 5px solid var(--bunt);
	z-index: 9999;
}

#head_menu {
	/* background: var(--bunt); */
	height: var(--hmenu);
	display: flex;
	flex-direction: row;
	z-index: 9998;
	position: fixed;
	color: var(--bunttext);
	width: 100%;
	font-family: var(--fnav);
	font-size: var(--snav);
}

.menu_buttons {
	padding-left: 20px;
	padding-top: 5px;
	display: flex;
	/* overflow: auto; */
	flex-wrap: wrap;
	background: var(--bunt);
	width: 100%;
	height: fit-content;
}

.menu_button {
	padding: 10px;
	font-size: var(--snav);
	text-transform: uppercase;
	color: var(--bunttext);
	background-color: var(--bunt);
	/* height: 10px; */
}

.menu_button a {
	color: var(--bunttext);
font-size: var(--snav);
}

.menu_button i {
font-size: var(--snav);
}

.menu_icon {
	color: var(--bunttext);
}

/*WARN*/
.warn_icon {
	font-size: 32px;
	color: #f80039;
	float: left;
	margin-right: 10px;
}

.warn_box {
	padding: 10px;
	margin-bottom: 10px;
}

/*NAVIGATION*/
.navi {
	width: 940px;
	padding: 5px;
	background: var(--bunt);
	height: 15px;
font-family: var(--fnav);
}

.nav_button {
	color: var(--bunttext);
	text-align: center;
font-size: var(--snav);
	width: 134px;
	text-transform: uppercase;
	float: left;
}

.nav_button a {
	color: var(--bunttext);
font-size: var(--snav);
}

.nav_button a i {
	color: var(--bunttext);
font-size: var(--snav);
}

.footer_box {
	text-align: justify;
	padding: 10px;
	left: 40%;
	color: var(--notrigger);
	margin-left: 10px;
	margin-right: 10px;
	position: absolute;
	width: 310px;
	margin-top: 60px;
	background: var(--hg);
}

/*POP UP*/
.infopop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: hsla(0, 0%, 0%, 0.5);
	z-index: 1;
	opacity:0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	pointer-events: none;
}

.infopop:target {
	opacity:1;
	pointer-events: auto;
}

.infopop > .pop {
	background: #f2f2f2;
	width: 320px;
	position: relative;
	margin: 10% auto;
	padding: 25px;
	z-index: 3;
}

.closepop {
	position: absolute;
	right: -5px;
	top:-5px;
	width: 100%;
	height: 100%;
	z-index: 2;
}

/*DISCORD*/
.dc_icon {
    position: fixed;
    top: 70px;
    background: var(--box);
    font-size: 30px;
    left: 94.6%;
    border-radius: 50%;
    padding: 13px;
	display:block;
	      transition: 1s;
	color: var(--base);
}

.dc_icon i {
font-size: 25px;
}

.dc_icon a {
color: var(--base);
}

.dc_icon:hover {
	background: var(--bunttext);
	color: var(--bunt);
}

.dc_icon .tooltiptext {
        visibility: hidden;
        min-width: 80px;
        color: var(--bunttext);
        background-color: var(--bunt);
        font-family: var(--fallg);
        font-size: var(--sallg);
        letter-spacing: var(--lallg);
        text-align: center;
        border-radius: 6px;
        position: absolute;
        z-index: 1;
        top: 7%;
        right: 120%;
        padding:8px 15px;
        opacity: 0;
        transition: 1s;
}

.dc_icon .tooltiptext::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 100%;
        margin-top: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent  transparent transparent var(--bunt);
}

.dc_icon:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
}


