i{
  font-family: var(--fcursive);
  font-style: italic;
  font-size: var(--sitalic);
}

/* HEADER BASE */

.headern {
  display: flex;
  flex-flow: row wrap;
  width: 935px;
  padding: 7.5px;
  margin:auto;
  font-family: var(--fallg);
  font-size:var(--sallg);
  line-height: var(--lineh);
  font-weight: var(--wallg);
}

::-webkit-scrollbar {
 width: 5px;
 height: 7px;
}
::-webkit-scrollbar-thumb {
 border-radius: 0px; 
}
::-webkit-scrollbar-thumb:hover {
background:var(--base);
}

::-webkit-scrollbar-track{
 background: none;
}

/* HEADER BASE BOX */

.headern_box {
  background: var(--box);
  margin: 7.5px;
  flex: 1 1 20%;
}

.headern_box:hover ::-webkit-scrollbar-thumb {
background:var(--bunt);
 border-radius: 0px; 
}

.headern_box:first-child {
  background: var(--box);
  margin: 7.5px;
  flex: 1 1 15%;
}

/*BUTTONS IM HEADER*/

.headern_box button {
  margin-left:5px;
  border: none;
  outline: none;
  background: transparent;
  color: var(--bunt);
  font-family: var(--fsub);
  font-size: 20px;
  letter-spacing: var(--lsub);
  cursor: pointer;
  padding: 3px;
  transition: 1s; 
}

.headern_box button:hover {
  color: var(--base);
}

 .headern_box button:active{
  color: var(--bunttext);
  position: relative;
}

/*TEXT IN DEN BOXEN*/

.headern_box.text{
  padding: 5px 10px 10px 10px;
  text-align: justify;
  align-items: center;
}

.headern_box.text a{
  font-family: var(--fsub);
  letter-spacing: var(--lsub);
  text-decoration:none;
  color: #e8cfa8;
  transition: 0.5s;
  font-weight:400!important;
}

.headern_box.text a:hover{
  color: var(--bunttest);
  font-weight:400!important;
}

/*TITEL IN DEN BOXEN*/

.headern_title {
  border-bottom: 0.5px solid var(--bunt);
  font-family: var(--fsub);
  font-style: var(--stylesub);
  font-size: var(--sheadertitel);
	text-transform: var(--thead);
  color: var(--bunt);
  letter-spacing: var(--lnewstitel);
  padding: 10px 0px 4px 30px;
  display: flex;
}

/*TEAMBOX*/

 /*TEAMBILDCHEN*/

  .headern_box.text img{
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    width: 68px!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
    height: 55px;
    transition: 1s;
    padding: 15px 5px 8px 8px;
    opacity: 0.8;
  }
  .headern_box.text img:hover{
    -webkit-filter: none;
    filter: none;
	  opacity: 1;
  }

  .headern_box_img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    background-image: url(https://like-a-hurricane.de/images_feuer/wstatic.png);
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center;
    display: block;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    object-fit: cover;
    transition: 1s;
    flex: 0 0 1;
  }

    /*BILDCHEN TOOLTIP LARA*/

      .headern_tooltip .tooltiptext {
        visibility: hidden;
        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: 20%;
        left: 110%;
        padding:8px 15px;
        opacity: 0;
        transition: 1s;
        white-space: nowrap;
      }

      .headern_tooltip .tooltiptext::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 100%;
        margin-top: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent  var(--bunt) transparent transparent;
      }

      .headern_tooltip:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
      }

      /*BILDCHEN TOOLTIP ALEX*/

      .headern_tooltip.al .tooltiptext {
        left: -227%;
      }

      .headern_tooltip.al .tooltiptext::after {
        left: 100%;
        border-color: transparent transparent transparent var(--bunt);
      }

/*BILDCHEN TOOLTIP GURKE*/

      .headern_tooltip.g .tooltiptext {
left: -66%;
    top: 102%;
      }

      .headern_tooltip.g .tooltiptext::after {
        top: -7%;
        left: 47%;
        border-color: transparent transparent var(--bunt) transparent;
      }

   /*TEAM ON/OFF*/

    .headern_tooltip {
      position: relative;
      display: inline-block;
    }

    .headern_tooltip .tooltiptexto {
       visibility: hidden;
    color: var(--fallg);
    font-family: var(--fallg);
    font-size: var(--sonline);
    position: absolute;
    min-width: 100%;
    width: 100%;
    text-align: center;
    opacity: 0;
    transition: 1s;
    z-index: 1;
    margin: -10px 0px 0px 3px;
    line-height: 90%;
    }

    .headern_tooltip:hover .tooltiptexto {
      visibility: visible;
      opacity: 1;
    }

    /*TOOLTIP TEAM ONLINE*/

    #online .tooltiptexto {
      visibility: hidden;
      color: var(--base);
      font-family: var(--fallg);
      opacity: 0;
      transition: 1s;
      z-index: 1;
    }

    #online:hover .tooltiptexto {
      visibility: visible;
      opacity: 1;
      transition: 1s;
    }

  /*ICONS ON/OFF*/
    /*OFF*/

    .headern_tooltip .tooltiptextotext::before{
       font-family: "Font Awesome 5 Pro"; 
      content: "\f186";
        margin-left: -12px;
      font-weight: 400;
      vertical-align:middle;
      padding-right: 1px;
    }

    /*ON*/

    #online .tooltiptexto::before {
       font-family: "Font Awesome 5 Pro"; 
      content: "\f186";
        margin-left: -12px;
      content: "\f185";
      font-weight: 900;
      vertical-align:middle;
      padding-right: 2px;
    }


/*PLOT*/

.headern_box.text.p{ 
  overflow:hidden;
}

.headern_box_scroll {
  max-height:150px;
  overflow-y: scroll;
  padding-right:5px;
}

    /*PLOTICON*/
   /*-> Definiert im Template wegen Cursive*/


/* KALENDER */

.headern_box.c {
  flex: 1 1 25%;
}

.headern_box.text.c {
  padding-top:0px;
  margin-top: 0px;
}

.headern_box.text.c a {
font-family: var(--fallg);
}

.headern_box.c .tabspas figure{
  display: block;
  margin-left: 0;
  clear: both;
  margin-top: -10px;
}

.headern_box.c .tabspas > input,
.headern_box.c .tabspas figure > div {  display: none; }

#mEins:checked ~ figure .mEins,
#mZwei:checked ~ figure .mZwei { display: block; }

.headern_box.c nav {
      overflow: hidden;
  display: flex;
  flex-flow: row;
  justify-content:flex-end;
  align-self:baseline;
  width: 100%;
}

.headern_box.c nav label {
  border: none;
  outline: none;
  background-color: var(--hg);
  color: var(--bunt);
  font-family: var(--fsub);
  letter-spacing: var(--lsub);
  cursor: pointer;
  padding: 3px 10px;
  transition: 1s; 
}

.headern_box.c nav label:first-child{
    margin-right: 5px;
}

.headern_box.c nav label:hover {
  color: var(--bunttext);
  background-color: var(--bunt);
}

 .headern_box.c nav label:active{
  color: var(--bunttext);
  background-color: var(--bunt);
  position: relative;
}

#mEins:checked ~ nav label[for="mEins"],
#mZwei:checked ~ nav label[for="mZwei"] {
  color: var(--bunttext);
  background-color: var(--bunt);
  position: relative;
}

#mEins:checked ~ nav label[for="mEins"]:after,
#mZwei:checked ~ nav label[for="mZwei"]:after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: ;
  left: 0;
  bottom: -1px;
}

/**TOOLTIP KALENDER**/

.headern_box.c i {
  position: relative;
  display: inline-block;
}

.headern_box.c i .tooltiptext {
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
  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;
  padding: 8px 10px;
  position: absolute;
  z-index: 9999;
  width: 67px;
  top: 25px;
  left: -100%;
}

.headern_box.c i .tooltiptext::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border-width: 0px;
  border-style: solid;
  border-color: transparent  transparent transparent var(--bunt);
}

.headern_box.c button:hover .tooltiptext {
  visibility: visible;
  opacity:1;
    z-index: 9999;
}


/*WELCOME BOX*/

.headern_box.w {
  flex: 1 1 100%;
  padding: 5px 0px 0px 0px;
}

.headern_box.w.text {
  flex: 1 1 0;
  padding: 0px 0px 0px 10px;
}
  /*WELCOMEBOX BILD*/
   .headern_box_img {
      -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
      filter: grayscale(100%);
      background-image: url(https://like-a-hurricane.de/images_feuer/wstatic.png);
      background-size: cover;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-position: center;
      display: block;
      border-radius: 50%;
      width: 85px;
      height: 85px;
      object-fit: cover;
      transition: 1s;
      flex: 0 0 1;
    }

  .headern_box.w:hover .headern_box_img {
    -webkit-filter: none;
    filter: none;
    background-image: url(https://like-a-hurricane.de/images/welcome.gif);
  }

  /*WELCOMEBOX ICONS*/

  .headern_title.w {
    border-bottom: none;
    font-size: var(--sheaderwbutton);
    padding: 0px;
    flex: 0 0 0;
  }

  .headern_title.w i {
    border-bottom: none;
    font-size: var(--sheaderwbutton);
    padding: 0px;
    flex: 0 0 0;
    padding: 8px 5px 8px 10px;
    position: relative;
    display: inline-block;
  }

    /*TOOLTIP DER ICONS WELCOMEBOX*/

    .headern_title.w i .tooltiptext {
      visibility: hidden;
      opacity: 0;
      transition: 0.5s;
      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;
      padding: 8px 10px;
      position: absolute;
      z-index: 1;
      width: 67px;
      top: 40px;
      left: -20px;
    }

    .headern_title.w i .tooltiptext::after {
      content: "";
      position: absolute;
      bottom: 100%;
      right: 60%;
      margin-top: -5px;
      border-width: 5px;
      border-style: solid;
      border-color: transparent  transparent transparent transparent;
    }

    .headern_title.w i:hover .tooltiptext {
      visibility: visible;
      opacity:1;
    }

/*DROPDOWN AC*/
/* Style The Dropdown Button */
.ac_dropbtn {
  border: none;
  outline: none;
  background: transparent;
	color: var(--bunttext);
  cursor: pointer;
  transition: 0.5s;
	padding:0px;
}

.ac_drop {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.ac_drop-content {
  display: none;
  position: absolute;
  background: var(--hg);
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
	right: -22px;
}

/* Links inside the dropdown */
.ac_drop-content a {
  color: var(--bunt);
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.ac_drop-content a:hover {
  background: var(--box);
color: var(--bunt);
}

/* Show the dropdown menu on hover */
.ac_drop:hover .ac_drop-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.ac_drop:hover .ac_dropbtn {
  color: var(--bunttext);
}

.ac_drop:hover {
cursor: pointer;
}



.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;
	margin-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 {
	margin-left: 20px;
	margin-top: 5px;
	display: flex;
}

.menu_button {
	padding: 10px;
	font-size: 7pt;
	text-transform: uppercase;
	color: var(--bunttext);
	list-style-type: none;
}

.menu_button a {
	color: var(--bunttext);
	font-size: 7pt;
	font-family: calibri;
}

.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;
	margin-top: -8px;
	padding: 5px;
	background: var(--bunt);
	height: 15px;
	font-family: var(--fnav);
	display: flex;
	flex-flow: row;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: stretch;
	justify-content: space-evenly;
}

.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: -9px;
    background: var(--box);
    font-size: 30px;
    left: 94.6%;
    border-radius: 16%;
    padding: 13px;
    display:block;
    transition: 1s;
    color: var(--base);
    z-index: 9999;
}

.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;
}


tr td.trow1:first-child,
tr td.trow2:first-child,
tr td.trow_shaded:first-child {
	border-left: 0;
}

tr td.trow1:last-child,
tr td.trow2:last-child,
tr td.trow_shaded:last-child {
	border-right: 0;
}

.tborder {
	-moz-border-radius: 7px;
	/* -webkit-border-radius: 7px; */
	/* border-radius: 7px; */
	margin-top: 1px;
	background: #676767a3;
}

.tborder tbody tr:last-child > td {
	border-bottom: 0;
}

.tborder tbody tr:last-child > td:first-child {
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

.tborder tbody tr:last-child > td:last-child {
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 1px;
}

.thead {
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	color: #e2e1e0;
	font-size: 18pt;
}

.thead_collapsed {
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.thead_left {
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
}

.thead_right {
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
}

.tcat_menu {
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
}

.tborder tbody:nth-last-child(2) .tcat_collapse_collapsed {
	-moz-border-radius-bottomleft: 6px !important;
	-moz-border-radius-bottomright: 6px !important;
	-webkit-border-bottom-left-radius: 6px !important;
	-webkit-border-bottom-right-radius: 6px !important;
	border-bottom-left-radius: 6px !important;
	border-bottom-right-radius: 6px !important;
}

button,
input.button,
input.textbox,
input.invalid_field,
input.valid_field,
select,
textarea,
.editor_control_bar,
blockquote,
.codeblock,
fieldset,
.pm_alert,
.red_alert,
.popup_menu,
.postbit_buttons > a,
a.button {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.post.classic .post_author {
	-moz-border-radius: 0 6px 6px 0;
	-webkit-border-radius: 0 6px 6px 0;
	border-radius: 0 6px 6px 0;
}

.popup_menu .popup_item_container:first-child .popup_item {
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.popup_menu .popup_item_container:last-child .popup_item {
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.pagination a {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.pollbar {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

div.error {
	-moz-border-radius: 6px;
    	-webkit-border-radius: 6px;
   	 border-radius: 6px;
}
