.dev-note{
    background: yellow;
    padding: 3px;
    border: 2.5px dashed #F0D500;
}
.dev-note:before {
    content:"Entwicklerhinweis:";
    padding-right: 5px;
    font-style: italic;
    text-decoration: underline;
    font-weight: bold;
}

html , body {
  height: 100%;
  --dark-blue: rgb(37, 89, 128);
  --light-blue: rgb(197, 226, 245);
}


/* START: Email Invitation Style */
html,
body,
.ui-widget,
input{
  /*
  'Barlow Condensed' = For latin letters like German, English, etc... (Original Font from Invitation)
  'PT Sans Narrow' = For krilic letters like Russia, etc... 
  */
  font-family: 'Barlow Condensed', 'PT Sans Narrow', sans-serif; 
  font-size: 20px;
  font-weight: 350;
}
/* END: Email Invitation Style */ 

  body {
    /* background-image: linear-gradient(#f4efdf, #e5d9c3); */
    /* color: #243c7c; */
    background: white;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-top: 10px;
  }

form {
  .row {
    margin-top: 1rem;
  }
  button.btn-primary {
    white-space: nowrap;
    background-color: var(--dark-blue) !important;
    color: #fff;
    border-color: var(--dark-blue) !important;
    transition: border-color .25s;
    &:hover {
      border-color: white !important;
    }
  }
}
label{
    font-weight: bold;
}

option.avatar {
    background-repeat: no-repeat !important;
    padding-left: 30px;
  }
  .avatar .ui-icon-custom {
    background-position: left top;
  }
  .ui-icon-custom {
      width: 24px;
      height: 24px;
  }

  .ui-icon-custom{
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
  }

  .ui-menu .ui-icon-custom {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .4em;
    margin: auto 0;
}
h3 {
  font-weight: 700;
  margin-bottom: 1rem;
}

h5 {
  color: black;
}


.bullets-wrapper {
  color: black;
  box-shadow: 0px 0px 5px #E1BE72;
  background: #E1BE72;

  strong {
    text-decoration: underline;
    margin-bottom: 2px;
  }

  /* > div:not(:last-child) {
    margin-bottom: 15px;
  } */


  ul:last-child {
    margin-bottom: 0;
  }

  li {
    line-height: 1.4;
    list-style: none;

    position: relative;

    i {
      position: absolute;
      top: 6px;
      left: -42px;
    }
    
    &:not(:last-child) {
      margin-bottom: 5px;
    }
  }
}



/* Show correct banner (different banners posible for various languages) */ 
#app [class*="lang-only-"]{
  display: none;
}
#app.lang-de [class*="lang-only-de"],
#app.lang-en [class*="lang-only-en"],
#app.lang-es [class*="lang-only-es"],
#app.lang-fr [class*="lang-only-fr"],
#app.lang-nl [class*="lang-only-nl"],
#app.lang-ru [class*="lang-only-ru"],
#app.lang-ro [class*="lang-only-ro"]{
  display: block;
}
