/***** backend login - background image *****/

.cs_cls_login {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.cs_cls_login body {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.cs_cls_login body:has(> .cs_cls_bg_image) {
  background: none;
}

.cs_cls_login #container {
  position: relative;
  margin: 15px;
  z-index: 10;
}

.cs_cls_login .tl_message {
  margin-top: -20px;
  padding: 0 45px 40px;
  max-width: 260px;
  background: white;
}

.cs_cls_login .tl_error {
  margin-bottom: 0;
  padding: 0;
  font-size: 0.8125rem;
}

.cs_cls_login .cs_cls_bg_image {
  position: fixed;
  inset: 0;
}

.cs_cls_login .cs_cls_bg_image .image_container {
  height: 100%;
}

.cs_cls_login .cs_cls_bg_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/***** backend login - logo *****/

.cs_cls_logo {
  margin-bottom: 23px;
}

.cs_cls_logo img {
  width: 100%;
  height: auto;
}

/***** backend login - text *****/

.cs_cls_text {
  margin-top: 23px;
  font-size: 0.8125rem;
  line-height: 1.0625rem;
}
fieldset legend::after {
    display: inline;
}

/* Deutschland */
fieldset[id$="_de"] legend::after {
    content: " 🇩🇪";
    color: red;
}

/* Vereinigtes Königreich (falls benötigt, aber nicht mehr in der EU) */
fieldset[id$="_en"] legend::after {
    content: " 🇬🇧";
    color: blue;
}

/* Frankreich */
fieldset[id$="_fr"] legend::after {
    content: " 🇫🇷";
    color: #0055A4;
}

/* Italien */
fieldset[id$="_it"] legend::after {
    content: " 🇮🇹";
    color: #008C45;
}

/* Spanien */
fieldset[id$="_es"] legend::after {
    content: " 🇪🇸";
    color: #AA151B;
}

/* Portugal */
fieldset[id$="_pt"] legend::after {
    content: " 🇵🇹";
    color: #006600;
}

/* Niederlande */
fieldset[id$="_nl"] legend::after {
    content: " 🇳🇱";
    color: #21468B;
}

/* Belgien */
fieldset[id$="_be"] legend::after {
    content: " 🇧🇪";
    color: #FFD700;
}

/* Österreich */
fieldset[id$="_at"] legend::after {
    content: " 🇦🇹";
    color: #ED2939;
}

/* Schweden */
fieldset[id$="_se"] legend::after {
    content: " 🇸🇪";
    color: #004B87;
}

/* Finnland */
fieldset[id$="_fi"] legend::after {
    content: " 🇫🇮";
    color: #002F6C;
}

/* Dänemark */
fieldset[id$="_dk"] legend::after {
    content: " 🇩🇰";
    color: #C8102E;
}

/* Irland */
fieldset[id$="_ie"] legend::after {
    content: " 🇮🇪";
    color: #009A44;
}

/* Griechenland */
fieldset[id$="_gr"] legend::after {
    content: " 🇬🇷";
    color: #0D5EAF;
}

/* Polen */
fieldset[id$="_pl"] legend::after {
    content: " 🇵🇱";
    color: #DC143C;
}

/* Tschechien */
fieldset[id$="_cz"] legend::after {
    content: " 🇨🇿";
    color: #11457E;
}

/* Slowakei */
fieldset[id$="_sk"] legend::after {
    content: " 🇸🇰";
    color: #EE1C25;
}

/* Ungarn */
fieldset[id$="_hu"] legend::after {
    content: " 🇭🇺";
    color: #C8102E;
}

/* Slowenien */
fieldset[id$="_si"] legend::after {
    content: " 🇸🇮";
    color: #0D5EAF;
}

/* Kroatien */
fieldset[id$="_hr"] legend::after {
    content: " 🇭🇷";
    color: #C8102E;
}

/* Bulgarien */
fieldset[id$="_bg"] legend::after {
    content: " 🇧🇬";
    color: #00966E;
}

/* Rumänien */
fieldset[id$="_ro"] legend::after {
    content: " 🇷🇴";
    color: #002B7F;
}

