/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-v30-latin/roboto-v30-latin-300.eot');
  /* IE9 Compat Modes */
  src: local(''),
    url('../fonts/roboto-v30-latin/roboto-v30-latin-300.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('../fonts/roboto-v30-latin/roboto-v30-latin-300.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('../fonts/roboto-v30-latin/roboto-v30-latin-300.woff') format('woff'),
    /* Modern Browsers */
    url('../fonts/roboto-v30-latin/roboto-v30-latin-300.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('../fonts/roboto-v30-latin/roboto-v30-latin-300.svg#Roboto') format('svg');
  /* Legacy iOS */
}

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v30-latin/roboto-v30-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local(''),
    url('../fonts/roboto-v30-latin/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('../fonts/roboto-v30-latin/roboto-v30-latin-regular.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('../fonts/roboto-v30-latin/roboto-v30-latin-regular.woff') format('woff'),
    /* Modern Browsers */
    url('../fonts/roboto-v30-latin/roboto-v30-latin-regular.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('../fonts/roboto-v30-latin/roboto-v30-latin-regular.svg#Roboto') format('svg');
  /* Legacy iOS */
}

/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v30-latin/roboto-v30-latin-700.eot');
  /* IE9 Compat Modes */
  src: local(''),
    url('../fonts/roboto-v30-latin/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('../fonts/roboto-v30-latin/roboto-v30-latin-700.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('../fonts/roboto-v30-latin/roboto-v30-latin-700.woff') format('woff'),
    /* Modern Browsers */
    url('../fonts/roboto-v30-latin/roboto-v30-latin-700.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('../fonts/roboto-v30-latin/roboto-v30-latin-700.svg#Roboto') format('svg');
  /* Legacy iOS */
}




body {
  background-color: #402514;
  height: 100%;
  color: #a9997b;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  background-image: url("/img/bg_hell.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;

}

.progress {
  background: #50361d !important;
}

.province_border {
  width: 100%;
  height: 100%;
  background-size: 100% auto;
  border-radius: 10px;
  margin-bottom: 15px;
}

.correct_bubble {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 20px;
  font-size: 20px;
  background: rgba(0, 172, 224, 1);
  border-color: transparent;
  color: #fff;
  border-radius: 25px;
}

.refresh {
  text-align: center;
  margin-bottom: 25px;
  font-size: 15px;
  font-weight: bold;
}

.topstats-inner a {
  color: #fff;
}

.topstats-inner a:hover {
  color: #f4f4f4;
  text-decoration: none;
}


.like {
  font-size: 80%;
  text-transform: uppercase;
  background-color: #604123;
  padding: 5px;
  padding-right: 7px;
  padding-left: 7px;
  border-radius: 5px;
  margin-right: 15px;
}

.like:hover {
  text-decoration: none;
  color: #cebc9a;
}

.flag {
  width: 20px;
}

.highlight_bg {
  background: #563a1f;
  padding: 5px;
}

.topbar {
  width: 100%;
  background: rgba(64, 37, 20, 0.9);
}

.navbar {
  width: 100%;
  background: rgba(64, 37, 20, 0.7);
}

.topstats-inner {
  display: inline;
  padding-right: .5rem;
  padding-left: .5rem;
}

.orden {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.topstats {
  display: table-cell;
  vertical-align: middle;
}

.orden_text {
  margin-top: 15px;
}

.topstats-inner span,
.nav-link {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
}

.center {
  text-align: center;
}

.brown {
  color: #eed7b5 !important;
}

.white {
  color: #ffffff !important;
}

.space {
  color: #8e6951 !important;
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.card {
  border: 1px solid #604123;
  border-radius: 4px;
  background-color: #50361d;
  margin-bottom: 15px;
}

.card img:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.content {
  margin-top: 180px;
  padding-right: .5rem;
  padding-left: .5rem;
}

.card_header {
  padding: 20px 23px;
  border-radius: 4px 4px 0 0;
  position: relative;
  border-bottom: 1px solid #604123;
  overflow: hidden;
  background-color: #563a1f;
}

.card_header h4 {
  margin: 0px;
}



.card_header::before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #f68e1c;
  border-radius: 3px 0 0 0;
}

.card_content {
  padding: 20px 23px;
  border-radius: 4px 4px 0 0;
  position: relative;
}





.card_content>p {
  font-size: 14px;
  line-height: 20px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 10px;
  color: #a9997b;
}

.card_content a {
  color: #a9997b;
}

.card_content ul {
  list-style-type: square;
  padding-left: 15px;
}


h4 {
  color: #fff;
  margin: 0 0 .75em;
  margin-bottom: 0.75em;
  margin-bottom: 0.75em;
  font-weight: 700;
}

.ribbon {
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}

.ribbon span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #79A70A;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}

.ribbon span::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #79A70A;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}

.ribbon span {
  text-shadow: none !important;
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#9BC90D 0%, #79A70A 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px;
  left: -21px;
}


.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-options>thead>tr>th:first-child {
  padding-left: 24px;
}

.table-options>tbody>tr>td,
.table-stats>tbody>tr>th,
.table-stats>tfoot>tr>td,
.table-stats>tfoot>tr>th,
.table-stats>thead>tr>td,
.table-stats>thead>tr>th {
  vertical-align: middle;
  color: #ababab;
  border-color: #604123;
}



.table-stats>thead>tr>th:first-child {
  /*padding-left: 24px;*/
}

.table-stats>tbody>tr>td,
.table-stats>tbody>tr>th,
.table-stats>tfoot>tr>td,
.table-stats>tfoot>tr>th,
.table-stats>thead>tr>td,
.table-stats>thead>tr>th {
  text-align: center;
  vertical-align: middle;
  color: #ababab;
  border-color: #604123;
}

.table>thead:first-child>tr:first-child>th {
  border-top: 0;
}

.table-breaker {
  text-align: left !important;
  padding-left: 24px !important;

}

.table-breaker h4 {
  font-size: 12px;
  line-height: 1.2em;
  letter-spacing: -.02em;
  margin-bottom: 0;
  text-transform: uppercase;
  font-style: italic;
}

.table_sub {
  position: relative;
  background-color: #563a1f;

}

.table_sub::before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #f68e1c;
  border-radius: 3px 0 0 0;
}


.last {
  border-bottom: 0px !important;
}

.table>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 1px solid #604123;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  color: #fff;
}

.table>thead>tr>th {
  padding: 13px 10px;
  padding-left: 10px;
  font-size: 11px;
}

.table>tbody>tr>td {
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
}



.table td {
  border-top: none !important;
}

.table>tbody>tr>td {
  padding: 13px 10px;
  padding-left: 10px;
  font-size: 11px;
}

.highlight {
  color: #fff !important;
}

.td-image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.line_border {
  border-bottom: 1px solid #604123;
}


.table-ritter>tbody>tr>td {
  padding: 8px 10px !important;
  border-bottom: 0 !important;
}

.td-sub-sub-text {
  font-size: 9px;
  color: #976f48;
}

.sub-flex {
  flex: 1;
  text-align: left;
  margin-left: 5px;
}



.td-sub-image img {
  width: 28px;
}

.dot {
  height: 10px;
  width: 10px;
  background-color: #00ff5b;
  border-radius: 50%;
  display: inline-block;
}


.dot_empty {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
}

input {
  background-color: #563a1f !important;
  border-color: #604123 !important;
  color: #fafafa !important;
}


input::placeholder {
  color: #a9997b !important;
}

.form-control:focus {
  color: #fafafa;
  outline: 0;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}

textarea {
  background-color: #563a1f !important;
  border-color: #604123 !important;
  color: #fafafa !important;
  min-height: 250px;
}


textarea::placeholder {
  color: #a9997b !important;
}

input[type=submit] {
  background-color: #79A70A !important;
  border: none !important;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: -.03em;
  font-style: italic;
  font-weight: 700;
  font-size: 14px;
}

.btn {
  background-color: #79A70A !important;
  border: none !important;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: -.03em;
  font-style: italic;
  font-weight: 700;
  font-size: 14px;
}

.btn-primary {
  color: #fff;
  background-color: #79A70A !important;
  border-color: #604123 !important;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5) !important;
}


.btn-primary:focus {
  color: #fff;
  background-color: #79A70A;
  border-color: #604123;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5) !important;
}

.order_fight {
  font-size: 16px;
}

.push_off {
  background-color: #ba0000 !important;
}


.knight ul li {
  font-size: 14px;
  line-height: 1.2em;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-weight: bold;
  text-transform: uppercase;
  font-style: italic;
}

.knight ul li a {
  text-decoration: none;
}

.knight ul li a:hover {
  color: #f68e1c;
}



.title {
  font-size: 12px;
  letter-spacing: -.02em;
  font-style: italic;
  color: #d5d5d5;
}

.no-shadow {
  box-shadow: none !important;
}

.knight_name {
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: -.02em;
  margin-bottom: 0;
  text-transform: uppercase;
  font-style: italic;
}

.player_options a {
  text-align: right !important;
  font-size: 11px;
  line-height: 1.2em;
  letter-spacing: -.02em;
  margin-bottom: 0;
  text-transform: uppercase;
  color:#604123;
}

.player_options a:hover {
  color:#976f48;
  text-decoration: none !important;
}

.knight_rank {
  font-size: 12px;
  line-height: 1.2em;
  letter-spacing: -.02em;
  margin-bottom: 0;
  text-transform: uppercase;
  font-style: italic;
  color: #d5d5d5;
}

.knight_playernumber {
  font-size: 10px;
  line-height: 1.2em;
  letter-spacing: .02em;
  margin-bottom: 0;
  text-transform: uppercase;
  font-style: normal;
  color: #a9997b;
}

.knight_header_image img {
  width: 50px;
}


.knight_ranking {
  font-size: 22px;
  line-height: 1.2em;
  letter-spacing: -.02em;
  margin-bottom: 0;
  text-transform: uppercase;
  font-style: italic;
  font-weight: bold;
}

.card_content h3, .devlog_language, .date_heading {
  font-size: 14px;
  line-height: 1em;
  color: #976f48;
  text-transform: uppercase;
  letter-spacing: -.03em;
  font-style: italic;
  font-weight: 700;
  margin-bottom: 10px;
}



.card_content h5 {
  font-size: 14px;
  line-height: 1em;
  color: #976f48;
  text-transform: uppercase;
  letter-spacing: -.03em;
  font-style: italic;
  font-weight: 700;
  margin-bottom: 10px;
}

.card_content h4 {
  font-size: 20px;
  line-height: 1em;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: -.03em;
  font-style: italic;
  font-weight: 700;
  margin-bottom: 10px;
}

.knight_row {
  text-transform: uppercase;
  font-weight: 700;
  font-style: italic;
  letter-spacing: -.03em;
  padding-left: 5px;
  border-bottom: 1px solid #604123;
}

.orange {
  color: #f68e1c;
}

.white {
  color: #d5d5d5;
}

.footer a {
  color: #a9997b;
  margin-right: 20px;
}

@media only screen and (max-width: 500px) {}


.btn {
  color: #fff !important;
  text-transform: uppercase;


  border: none !important;
}




.switch .box {
  float: left;
  width: 20px;
  height: 20px;
  border: 2px solid #604123;
  background-color: #3e2914;
  margin-right: 10px;
  border-radius: 10px;
  cursor: pointer;
}

.switch .box.active {
  background-color: #9BC90D;
  border: 2px solid #604123;
}

.switch .label {
  padding-top: 2px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: -.03em;
  font-size: 12px;
  color: #ababab;
  text-transform: uppercase;
}

.switch a:hover {
  text-decoration: none;
  ;
}


.big {
  font-size: 14px;
  line-height: 1em;
  color: #fff;
  font-style: italic;
  font-weight: 700;
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-20 {
  margin-top: 20px;
}

.sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.fb {
  background-color: #3b5998 !important;
}

.fb:focus {
  box-shadow: 0 0 0 .2rem rgba(59, 89, 152, .5) !important;
}

.slot {
  background-color: #372513;
  border-radius: 5px;
  padding-right: .8rem !important;
  border: 2px solid #563a1f;
  -moz-box-shadow: inset 0 0 10px #181008;
  -webkit-box-shadow: inset 0 0 10px #181008;
  box-shadow: inset 0 0 10px #181008;

}

.attached {
  background-color: #425217;
  border: 1px solid #6c8e11;
  -moz-box-shadow: inset 0 0 10px #364807;
  -webkit-box-shadow: inset 0 0 10px #364807;
  box-shadow: inset 0 0 10px #364807;
}

.backpack {
  background-color: #563a1f;
  border: 2px solid #563a1f;
  padding: .5rem;
}

.flex-row {
  display: flex;
  flex-wrap: wrap;
}


.legend-text {
  font-size: 14px;
  line-height: 12px;
}

.legend-image {
  width: 75px;
}


.in_image {
  margin-top: -75px !important;
  font-size: 32px !important;
  line-height: 1em !important;
  color: #fff !important;
  text-transform: uppercase !important;
  letter-spacing: -.03em !important;
  font-style: italic !important;
  font-weight: 700 !important;
  margin-bottom: 40px !important;
}



.card-header {
  display: flex;
  align-items: center;
}

.left-column {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.left-column img{
  display: inline-block;
  vertical-align: middle;
  height: 50px;
  width: auto;
}

.right-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.right-column h2{
  font-size: 20px;
  line-height: 1em;
  color: #fff;
  letter-spacing: -.03em;
  font-style: italic;
  font-weight: 700;
  margin-bottom: 5px;
}

.right-column p{
  font-size: 14px;
  line-height: 1em;
  color: #976f48;
  letter-spacing: -.03em;
  font-style: italic;
  font-weight: 700;
  margin-bottom: 0px;
}

.card-update {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0,0,0,.125);
  border-top: 1px solid rgba(0,0,0,.125);
}

.card-update h3 {
  font-size: 16px;
  line-height: 1em;
  color: #fff;
  letter-spacing: -.03em;
  font-style: italic;
  font-weight: 700;
  margin-bottom: 5px;
}

.card-update .update_publication_date{
  font-size: 14px;
  line-height: 1em;
  color: #976f48;
  letter-spacing: -.03em;
  font-style: italic;
  font-weight: 700;
  margin-bottom: 0px;
  margin-top: 5px;
}

.card-update p{
  margin-top:15px
}


.breadcrumb {
  background-color: #50361d;
}

.breadcrumb a {
  color: #a9997b;

}

.breadcrumb-item.active {
  color: #a9997b;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #a9997b;
}


.last-fights a {
  color: #a9997b !important;
}

.card a {
  color:#fff;
}

.faq_link a {
  font-size: 14px;
  line-height: 1em;
  color: #a9997b !important;
  text-transform: uppercase;
  letter-spacing: -.03em;
  font-style: italic;
  font-weight: 700;
  margin-bottom: 10px;
}

.faq_link a:hover {
  color: #f4f4f4 !important;
  text-decoration: none !important;
}

#suchformular {
  width: 100%;
  position: relative;
}

#sucheingabe {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
}

#sucheingabe:focus {
  outline: none;
}

.tut h1 {
    font-size: 28px;
    line-height: 1em;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: -.03em;
    font-style: italic;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top:25px;
}

.tut h2 {
  font-size: 24px;
  line-height: 1em;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: -.03em;
  font-style: italic;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top:25px;
}

.tut h3 {
  font-size: 20px;
  line-height: 1em;
  color: #f4f4f4;
  text-transform: uppercase;
  letter-spacing: -.03em;
  font-style: italic;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top:25px;
}

.tut h4 {
  font-size: 16px;
  line-height: 1em;
  color: #f4f4f4;
  text-transform: uppercase;
  letter-spacing: -.03em;
  font-style: italic;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top:25px;
}

.tut table, .tut td, .tut th {
  border:1px solid #a9997b ;
}

.tut td, .tut th {
  padding: 5px
}

.date_group {
  margin-bottom: 20px;
}

.date_heading {
  margin-bottom: 10px;
  display: block;
}


.devlog_entry:last-child {
  border-bottom: none;
}

.devlog_text {
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
}

.devlog_language {
  margin-right: 5px;
  flex-shrink: 0;
}

.devlog_content {
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
  flex-grow: 1;
}

/* Accessibility */
.devlog_entry[role="article"] {
  margin-bottom: 10px;
}

.devlog_entry[role="article"] h2,
.devlog_entry[role="article"] p {
  margin: 0;
}

.letter-card {
  background-color: #f3e0c2;  /* Warmer Beigeton für besseren Kontrast */
  border: 1px solid #c7a57b;  /* Leicht dunklerer Rahmen passend zum Braunton */
  border-radius: 8px;         /* Abgerundete Ecken */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);  /* Dezenter Schatten */
  padding: 20px;
  margin-bottom: 20px;
  font-family: 'Georgia', serif;  /* Klassische Schrift für den Brief */
  color: #5e4d3c;  /* Dunklerer Text passend zum Gesamtdesign */
}

.letter-header, .letter-header a {
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 5px;
  padding-bottom: 5px;
  color: #4b382a;  /* Dunklerer Farbton für den Absender */
}

.letter-timestamp {
  font-size: 0.9em;
  color: #8d7b68;  /* Dezenter Farbton für den Zeitstempel */
  float: right;
}

.letter-body {
  margin-top: 5px;
  white-space: pre-line;  /* Zeilenumbrüche im Text beibehalten */
  color: #5e4d3c;  /* Farbe für den Brieftext */
}

.letter-divider {
  border-bottom: 1px solid #c7a57b;
  margin-top: 5px;
  margin-bottom: 5px;
}


.household {
  padding:7px;
  width: 100%;
  background-color: #563a1f;
  border: 1px solid #604123;
  color: #f4f4f4;
}
