
* {
  margin:0;
  padding:0;
}

@font-face {
    font-family: Cantora One;
    src: url("font/CantoraOne.ttf");
}

@font-face {
    font-family: Noto Sans;
    src: url("font/NotoSans.ttf");
}

body {
  font-family: Noto Sans;
  font-size: 0.76em;
  background: url('./img/layout/bg.webp') center fixed;
  background-size: cover;
  background-repeat: no-repeat;
  margin:0;
  padding:0;
}

div#clear {
  height:30px;
}

ul {
  margin-left:15px;
  margin-bottom:10px;
}

b {
	color: #c5af7f;
}

a {
  text-decoration:none;
  color: #c5af7f;
  font-weight: bold;
}

a:hover {
  text-decoration:underline;
}

hr {
  background: linear-gradient(0.25turn, rgba(162, 115, 16, 0), #a27310, rgba(162, 115, 16, 0));
  height:1px;
  border:none;
}

.inputButton {
	padding: 10px 20px;
	border: 1px solid #e4a41d;
	color: #e4a41d;
	background-color: rgba(76, 38, 16, 0.3);
	text-align:center;
	transition: all 0.2s ease-out !important;
}

.inputButton:hover {
  background-color: rgba(115, 59, 27, 0.5);
  text-decoration:none;
}

span {
  color: #c5af7f;
}

input {
  border:1px solid #CECECE;
  padding:2px;
  font-size:0.8em;
  font-family:Verdana;
  color:#000;
}

textarea {
  border:1px solid #CECECE;
  background:#F3F3F3;
  font-size:0.8em;
  padding:2px;
  font-family:Verdana;
  color:#000;
}

select {
  border:1px solid #CECECE;
  background:#F3F3F3;
  font-size:0.8em;
  padding:2px;
  font-family:Verdana;
  color:#000;
}

div#naviplatzhalter {
  float:left;
  width:100px;
  height:40px;
}

div#container {
  text-align:left;
  width:950px;
  margin:0px auto;
  padding-bottom: 50px;
}

.boxright {
  width:150px;
  background:#000;
  border:1px solid #000;
  float:right;
}

.lager {
  width:auto;
}

.lager td {
  width:25px;
  height:25px;
  line-height:25px;
  vertical-align:middle;
  text-align:center;
}

div#head {
  height:100px;
  background: transparent;
  color:#FFF;
}

div#content {
  color:#888;
  padding:3px;
}

h2 {
  color: #f5edde;
  text-transform: uppercase;
  font-size: 50px;
  font-family: 'Cantora One';
  margin:0 auto;
  margin-bottom:60px;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.75);
  text-align: center;
}

h3 {
  font-size: 1em;
  font-weight:bold;
  color: #c5af7f;
  margin: 8px 0;
  padding:0;
  clear:both;
}

h4 {
  font-weight:bold;
  color: #c5af7f;
  text-decoration:underline;
  clear:both;
}

p {
  margin:10px auto;
  background-color: rgba(0, 0, 0, 0.4);
  font-size:14px;
  max-width:918px;
  line-height:20px;
  color: #c5af7f;
  padding:5px 8px 5px 8px;
}

table {
  font-size: 1em;
  border-spacing:2px;
  margin:10px auto;
  width:100%;
  max-width:930px;
  color:#c5af7f;
}

.user {
  margin:0 50px;
}

.user table {
  width:100%;
  color:#000;
}

table.itemlist {
  width:100%;
  font-size: 0.8em;
}

table.itemlist td,th {
  vertical-align:top;
  text-align:left;
  color:#000;
}

.thell {
  background-color: rgba(115, 59, 27, 0.3);
}

.tdunkel {
  background-color: rgba(41, 23, 11, 0.5);
}

.tmarkiert {
  background:#212121;
  color:#FFF;
}

td, th {
  padding:3px;
}

.topLine {
  background-color: rgba(115, 59, 27, 0.3);
  color:#c5af7f;
  padding:5px 8px 5px 8px;
  margin-bottom:5px;
  vertical-align:middle;
}

.topLine a {
  color:#FFF;
}

.small td {
  color:#000;
  font-size:0.8em;
}

.small input {
  font-size:1.2em;
  font-family: Tahoma;
}

#userInfo {
  padding:0;
  margin:0;
  margin-right:12px;
  float:right;
}

#userInfo a {
  display:block;
  float:right;
  margin:4px 2px;
  padding:0 5px;
  line-height:20px;
  height:20px;
  color: #212121;
  background: linear-gradient(to bottom, white, lightgray);
  border: 1px solid;
  border-image: linear-gradient(to bottom, #e0e0e0, #808080);
  border-image-slice: 1;
  font-size: 0.9em;
}

#userInfo a:hover {
  background: linear-gradient(to bottom, #f2f2f2, #cccccc);
}

.splitLeft {
  float:left;
  min-height:80px;
  width:48%;
  margin:0 5px;
}

.splitRight {
  float:right;
  min-height:80px;
  width:48%;
  margin:0 5px;
}

.ipListBox {
  height:200px;
  width:100%;
  overflow:auto;
}

ul.menue {
  margin:10px 0;
  list-style:none;
}

ul.menue li {
  margin:5px 0;
}

ul.menue a {
	display:block;
	padding: 10px 20px;
	border: 1px solid #e4a41d;
	color: #e4a41d;
	background-color: rgba(76, 38, 16, 0.3);
	text-align:center;
	transition: all 0.2s ease-out !important;
}

ul.menue a:hover {
  background-color: rgba(115, 59, 27, 0.5);
  text-decoration:none;
}

.clear {
  clear:both;
}

/* IS */

.isImg {
  width:100px;
  max-width:100px;
  background-color: rgba(0, 0, 0, 0.4);
  text-align:center;
}

.isDesc {
  background-color: rgba(0, 0, 0, 0.4);
  padding:5px;
}

.isBuy {
  background-color: rgba(0, 0, 0, 0.4);
  text-align:right;
  padding:5px;
}

.isBuy a, .isBuy input[type="submit"] {
	padding: 2px 4px;
	border: 1px solid #e4a41d;
	color: #e4a41d;
	background-color: rgba(76, 38, 16, 0.3);
	text-align:center;
	transition: all 0.2s ease-out !important;
  font-size: 1em;
}

.isBuy a:hover, .isBuy input[type="submit"]:hover {
  background-color: rgba(115, 59, 27, 0.5);
  text-decoration:none;
}

div#itemshop {
	width:950px;
}

div#isleft {
  width:20%;
  float:left;
}

div#isleft ul {
  list-style:none;
  margin:0;
  padding:0;
}

div#isleft ul li {
  line-height:25px;
  height:25px;
  margin-bottom: 5px;
}

div#isleft ul li a {
	display:block;
	text-decoration:none;
	border: 1px solid #e4a41d;
	color: #e4a41d;
	background-color: rgba(76, 38, 16, 0.3);
	text-align:center;
	transition: all 0.2s ease-out !important;
}

div#isleft ul li a:hover {
	background-color: rgba(115, 59, 27, 0.5);
	text-decoration:none;
}

div#isright {
  width:75%;
  float:right;
}

/* Footer */

div#footer {
  position: fixed;
  width:100%;
  height:30px;
  bottom: 0;
  color: #82714f;
  font-size: 15px;
  background-color: #170b05;
}

.footer_hr {
  background: linear-gradient(0.25turn, rgba(162, 115, 16, 0), #b5a37b, rgba(162, 115, 16, 0));
}

.social {
  float:left;
  margin:5px 0 0 5px;
}

.copyright {
  font-size:12px;
  margin:6px 8px 0 0;
  color:#82714f;
  font-style:normal;
  float:right;
}

.copyright a {
  color: #c5af7f;
}

/* News Window */

div.novinka {
  height: 25px;
  width: 60px;
  text-align: center;
  line-height: 25px;
  font-weight: bold;
  color: #FFF;
  font-size: 1.0em;
  background: #0077FF;
  padding: 0 5px;
  margin: 0 0 0 -3px;
}

div.dulezite {
  height: 25px;
  width: 60px;
  text-align: center;
  line-height: 25px;
  font-weight: bold;
  color: #FFF;
  font-size: 1.0em;
  background: #D80000;
  padding: 0 5px;
  margin: 0 0 0 -3px;
}

div.event {
  height: 25px;
  width: 60px;
  text-align: center;
  line-height: 25px;
  font-weight: bold;
  color: #FFF;
  font-size: 1.0em;
  background: #29A829;
  padding: 0 5px;
  margin: 0 0 0 -3px;
}

div.server {
  height: 25px;
  width: 60px;
  text-align: center;
  line-height: 25px;
  font-weight: bold;
  color: #FFF;
  font-size: 1.0em;
  background: #830000;
  padding: 0 5px;
  margin: 0 0 0 -3px;
}

div.udrzba {
  height: 25px;
  width: 60px;
  text-align: center;
  line-height: 25px;
  font-weight: bold;
  color: #FFF;
  font-size: 1.0em;
  background: #B533DC;
  padding: 0 5px;
  margin: 0 0 0 -3px;
}

div.newsblock {
  width:930px;
  margin:20px auto;
  padding:0;
  padding-bottom:2px;
}

div.newsblock h3 {
  height: 25px;
  line-height:25px;
  font-weight:normal;
  text-align:center;
  color:#333;
  font-size:1.2em;
  background-color: rgba(115, 59, 27, 0.3);
  padding:0 3px;
  margin:0;
}

div.newsblock p {
  margin:0;
  padding:8px;
  border:0;
  background-color: rgba(0, 0, 0, 0.4);
}

div.newsblock p.footer {
  width:200px;
  height:9px;
  text-align:center;
  margin:0;
  margin-bottom:30px;
  background-color: rgba(0, 0, 0, 0.4);
  line-height:8px;
  font-size:0.9em; 
}

/* Navigation bar */

div#navbar_left {
  float:left;
}

div#navbar_right {
  float:right;
}

div#navi {
  height:50px;
  text-align: center;
  background:url('./img/layout/navbar_bg.webp');
  border:1px solid #3c2c0c;
  border-left:none;
  border-right:none;
  color:#FFF;
  width:100%;
  position:fixed;
  z-index: 9999;
  display: inline-block;
}

div#navi ul {
  margin:0 auto;
  padding:0;
  list-style:none;
  display: inline-block;
}

div#navi ul li {
  float:left;
  font-size: 0.9em;
  width:100px;
  margin-right:1px;
}

.li_special_red {
  background-color: rgba(134, 0, 0, 0.5);
}

div#navi a {
  display:block;
  color:#dca331;
  font-family:Cantora One;
  font-size:16px;
  text-shadow: 0 0 1px transparent, 3px 3px 5px #150d00;
  line-height:49px;
  border: 1px solid #3c2c0c;
  border-top:none;
  border-bottom:none;
  height:50px;
  width:100px;
  transition: all 0.2s ease-out !important;
}

div#navi a:hover {
  text-decoration:none;
  color: #f3ad18 !important;
  background-color: rgba(64, 34, 17, 0.7);
  text-shadow: 0 0 12px #f3ad18 !important;
}

/* Rozbalovací menu */

.dropdown-content li {
  display: none;
  background:url('./img/layout/navbar_bg.webp');
  border:1px solid #3c2c0c;
}


.dropdown:hover .dropdown-content li {
  display: block;
  border: 1px solid #3c2c0c;
}

/* Register Window */
  .regSlot {
	background-color: rgba(76, 38, 16, 0.3);
	color: #c5af7f;
	border: 1px solid #63460b;
	padding: 10px;
	outline: none;
	width: 200px;
	font-family: 'Noto Sans';
  }

  .regButton {
	padding: 10px 20px;
	border: 1px solid #e4a41d;
	color: #e4a41d;
	background-color: rgba(76, 38, 16, 0.3);
	text-align:center;
	transition: all 0.2s ease-out !important;
}

  .regButton:hover {
	background-color: rgba(115, 59, 27, 0.5);
	text-decoration:none;
}

/* Ranking Window */
  .rankSlot {
	background-color: rgba(76, 38, 16, 0.3);
	color: #c5af7f;
	border: 1px solid #63460b;
	padding: 10px;
	outline: none;
	width: 200px;
	font-family: 'Noto Sans';
  }

  .rank_hr {
	display: block;
	width: 100%;
	height: 1px;
	border: 0;
	background: linear-gradient(0.25turn, rgba(162, 115, 16, 0), #a27310, rgba(162, 115, 16, 0));
  }

  .rankButton {
	padding: 10px 20px;
	border: 1px solid #e4a41d;
	color: #e4a41d;
	background-color: rgba(76, 38, 16, 0.3);
	text-align:center;
	transition: all 0.2s ease-out !important;
}

  .rankButton:hover {
  background-color: rgba(115, 59, 27, 0.5);
  text-decoration:none;
}

/* Login Window */
  #login_box {
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 20px;
	max-width: 360px;
	width: calc(90% - 50px);
	background-color: rgba(41, 23, 11, 0.5);
	padding: 20px 40px;
	border: 1px solid #9c6e11;
  }

  .textline {
	font-size: 12px;
	color: #c5af7f;
	margin:5px auto;
  }

  .login_slot {
	background-color: rgba(76, 38, 16, 0.3);
	color: #c5af7f;
	border: 1px solid #63460b;
	padding: 10px;
	outline: none;
	width: calc(100% - 20px);
	font-family: 'Noto Sans';
  }

  .login_box_hr {
	display: block;
	margin-top:20px;
	width: 100%;
	height: 1px;
	border: 0;
	background: linear-gradient(0.25turn, rgba(162, 115, 16, 0), #a27310, rgba(162, 115, 16, 0));
  }

  .login_input_button {
	padding: 10px 20px;
	width: 100%;
	border: 1px solid #e4a41d;
	color: #e4a41d;
	margin-top:20px;
	margin-bottom: 10px;
	background-color: rgba(76, 38, 16, 0.3);
	transition: all 0.2s ease-out !important;
  }

  .login_input_button:hover {
	background-color: rgba(115, 59, 27, 0.5);
  }

/* Image Slider */
  #slider {
	width: 100%;
	height: 230px;
	overflow: hidden;
	position: relative;
	top: 75px;
	border: 1px solid #775105;
	box-shadow: 0px 0px 21px 6px rgba(0, 0, 0, 0.45);
  }

  .slider-content {
	width: 100%;
	height: 100%;
	display: flex;
	transition: transform 0.5s ease-in-out;
  }

  .slider-item {
	flex: 0 0 100%;
  }

  .slider-item img {
	width: 100%;
  }

/* Prezentace */
  .presentation {
  background-color: rgba(0, 0, 0, 0.4);
  width:950px;
}

  .presentation p {
  margin:10px auto;
  background-color: rgba(0, 0, 0, 0.0);
  font-size:18px;
  max-width:918px;
  line-height:20px;
  color: #c5af7f;
  padding:5px 8px 5px 8px;
}

  .presentation h2 {
  color: #f5edde;
  text-transform: uppercase;
  font-size: 24px;
  font-family: 'Cantora One';
  margin:0 auto;
  margin-bottom:20px;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.75);
  text-align: center;
}

  .presentation hr {
  background: linear-gradient(0.25turn, rgba(162, 115, 16, 0), #a27310, rgba(162, 115, 16, 0));
  height:1px;
  margin-top:35px;
  margin-bottom:35px;
  border:none;
  }

/* Download button */
.class__button_download {
    padding: 15px 50px;
    display: block;
    width: 200px;
    margin: 0 auto;
    font-size: 18px;
    font-family: 'Cantora One', sans-serif;
    text-transform: uppercase;
    border: 1px solid #c31a10;
    text-decoration: none;
    color: #e4cda2;
    background-color: rgba(134, 0, 0, 0.5);
    text-shadow: none;
    margin-bottom: 70px;
    -webkit-transition: all 0.2s ease-out !important;
    -moz-transition: all 0.2s ease-out !important;
    -o-transition: all 0.2s ease-out !important;
    transition: all 0.2s ease-out !important;
}

.class__button_download:hover {
    background-color: #a70d04;
    border: 1px solid #e40f03;
	text-decoration: none;
}

/* Styl pro tlačítko Discord */
.support-button {
    display: inline-block;
    background-color: #7289da; /* Barva Discord tlačítka */
    color: #ffffff; /* Text bílý */
    text-decoration: none;
    padding: 15px 30px;
    font-size: 24px;
    font-weight: bold;
    border-radius: 8px;
    transition: all 0.3s ease;
    margin: 20px auto;
    display: block;
    width: 60%;  /* Šířka tlačítka */
    text-align: center;
    text-transform: uppercase;
}

.support-button:hover {
    background-color: #5a6e8f; /* Tmavší odstín pro hover efekt */
    color: #ffffff;
    transform: scale(1.05);
}

/* Styl pro text pod tlačítkem */
.support-text {
    text-align: center;
    font-size: 18px;
    color: #c5af7f;
    margin-top: 15px;
    font-weight: normal;
    line-height: 1.5;
}
