@font-face{
    font-family: "DeVinneOrnamentW01-Regular";
    src: url("https://lomlamodding.de/font/DeVinne_Ornament_W01_Regular.eot");
    src: url("https://lomlamodding.de/font/DeVinne_Ornament_W01_Regular.eot?#iefix")format("embedded-opentype"),
        url("https://lomlamodding.de/font/DeVinne_Ornament_W01_Regular.woff")format("woff"),
        url("https://lomlamodding.de/font/DeVinne_Ornament_W01_Regular.woff2")format("woff2"),
        url("https://lomlamodding.de/font/DeVinne_Ornament_W01_Regular.ttf")format("truetype"),
        url("https://lomlamodding.de/font/DeVinne_Ornament_W01_Regular.svg#DeVinneOrnamentW01-Regular")format("svg");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}

body {
    height: 100vh !important;
    padding: 0;
}

small {
    font-size: 70% !important;
}

object {
    width: 100% !important;
    height: 100% !important;
}

a, div {
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-size: 18px;
}

h1{
    padding-top: 2px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
    text-align: center;
    color: #ffffff !important;
}

h2{
    padding-top: 10px;
    border-bottom: gray 1px solid;
    font-size: 150% !important;
    font-weight: bold !important;
}

/* PageContentCSS */
.PageMainContentLoad{
    width: 100%;
}

.PageContentCSS{
    padding: 1%;
    width: calc(100% - 320px);
    overflow-x: hidden;
}

.Page-Conten-Left{
    padding: 10px;
    width: 320px !important;
    border-right-width: 2px;
    border-color: grey;
    border-right-style: solid;
    background-color: #181818;
    overflow-x: hidden;
}

/* Category */
.line{
    width: 100%;
    padding: 10px;
    border: none;
    text-align: left;
    color: #ffffff !important;
    border-bottom: gray 2px solid;
    background-color: rgba(0, 0, 0, 0);
    transition: background-color 0.1s ease-in;
}

.line:hover{
    width: 100%;
    padding: 10px;
    background-color: #001355;
    transition: background-color 0.1s ease-in;
}

.line2{
    width: 100%;
    padding: 10px;
    padding-left: 25px;
    border: none;
    text-align: left;
    color: #ffffff !important;
    border-bottom: gray 2px solid;
    background-color: rgba(0, 0, 0, 0);
    transition: background-color 0.1s ease-in;
}

.line2:hover{
    width: 100%;
    padding: 10px;
    padding-left: 25px;
    background-color: #001355;
    transition: background-color 0.1s ease-in;
}

/* Steckbriefe/Profiles */
.character-left{
    max-width: 125px;
  width: 125px; 
  background-color: rgba(30, 30 ,30, 0.4);
  font-size:70%;
  text-align:center;
  vertical-align: top;
}
  
.character-right{
    max-width: 185px;
  font-size: 87%;
  background-color: rgba(40, 40, 40, 0.3);
}
  
.lm-header{
  font-size:110%;
  text-align:center;
  border-radius: 5px 5px 0px 0px;
  background: linear-gradient(45deg, rgba(15,13,42,1) 0%, rgba(38,37,63,1) 50%, rgba(15,13,42,1) 100%);
  color:#FFFFFF;
  width: 310px;
  border-radius: 7px 7px 0px 0px;
}
  
.lm-header2{
  font-size:94%;
  text-align:center;
  overflow: hidden;
  border-radius: 10px 10px 0px 0px;
  background: linear-gradient(45deg, rgba(15,13,42,1) 0%, rgba(38,37,63,1) 50%, rgba(15,13,42,1) 100%);
  color:#ffffff;
  border-radius: 7px 7px 0px 0px;
}
  
.border-value{
  border: solid;
  border-color: rgba(15,13,42,1);
  border-width: 1px;
}
  
.liste{
  background-color: rgb(40,40,40);
  min-width: 49%;
  margin: 5px;
  padding: 5px;
  border-radius: 7px;
}
  
  /* Button */
.remove-link-color a{
    color: inherit; /* blue colors for links too */
    text-decoration: inherit; /* no underline */
}
  
.button{
    width: 100%;
    margin-bottom: 3px;
    padding: 5px;
    border-radius: 7px;
    text-align: left;
    background-color: #181818;
    transition: background-color 0.1s ease-in;
    color: inherit;
      border: none;
}
  
.button:hover{
    width: 100%;
    padding: 5px;
    margin-bottom: 3px;
    border-radius: 7px;
    text-align: left;
    background-color: #2c2e34;
    transition: background-color 0.1s ease-in;
}

button:disabled, button[disabled]{
    width: 100%;
    padding: 5px;
    color: gray;
    margin-bottom: 3px;
    border-radius: 7px;
    text-align: left;
    background-color: #181818;
    transition: background-color 0.1s ease-in;
}
  
.button_select{
    width: 100%;
    padding: 5px;
    margin-bottom: 3px;
    border-radius: 7px;
    text-align: left;
    background-color: #002088;
    transition: background-color 0.1s ease-in;
    color: inherit;
    border: none;
}
  
.button_select:hover{
    width: 100%;
    padding: 5px;
    margin-bottom: 3px;
    border-radius: 7px;
    text-align: left;
    background-color: #001355;
    transition: background-color 0.1s ease-in;
}
  
.button_icon{
    margin-right: 5px;
    max-height: 17px;
    aspect-ratio: 1/1;
}
  
.spacer{
    border-bottom: gray 2px solid;
}
  
.dropdown-content {
    display: none;
    padding-left: 20px;
    width: 300px;
    overflow: auto;
}

.dropdown-content2 {
    display: none;
    padding-left: 20px;
    width: 100%;
    overflow: auto;
}
  
.show {
    display: block;
}

/* Scrollbar */
/* width */
::-webkit-scrollbar {
    width: 7px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    border-radius: 4px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #303030; 
    border-radius: 3px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #b30000; 
  }

  /* Cards */
  .card-container {
    transition: transform .3s;
    margin: 5px;
    background-color: #181818;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.7); 
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.7);
    max-width: 400px;
    width: 100%;
    overflow: hidden;
}

.card-container:hover {
	transition: transform .3s;
	transform: scale(1.05);
}
.card-header {
    color: #fff;
    padding: 10px !important;
    text-align: center;
    font-size: 1.2em;
}
.card-description {
    color: #ffffff;
    font-size: 0.8em;
}
.card-image {
    width: 100%;
    height: auto;
}
.card-content {
    padding: 20px;
}
.card-content p {
    margin: 10px 0;
}
.card-stats {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}
.stat {
    background-color: #505050;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    width: 30%;
}
.stat h3 {
    margin: 0;
    font-size: 1em;
    color: #ffffff;
    font-weight: bold;
}
.stat p {
    margin: 5px 0 0;
    font-size: 0.8em;
    color: #b4b4b4;
}