:root {
    --orange_dark: #D56A45;
    --orange_light: #DF7F42;
    --red_light: #EDC5CA;
    --blue_dark: #232C4F;
    --green_light:#AFD4C3;
    --green_light2:#B1D4C2;

    --orange_logo: #D76B47;
    --green_light_logo: #B0D9CB;
    --blue_dark_logo: #252C54;
}

@font-face
{
    font-family: 'faLight';
    src: url('fa-light-300.woff2') format('woff2');
}

@font-face
{
    font-family: 'faSolid';
    src: url('fa-solid-900.woff2') format('woff2');
}

@font-face {
    font-family: 'IBMLight';
    src: url('../fonts/ibm-plex-serif-webfont/IBMPlexSerif-Light.woff') format('woff');
} 

@font-face {
    font-family: 'Paralucent-Medium';
    src: url('../fonts/paralucent-demi-bold.otf') format('opentype');
}

body
{
    font-family: 'IBMLight';  
    background-color: white;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 0px;    
}

html, body {
    height:100%;
}

h1 {
    font-family: 'Paralucent-Medium';
    font-weight: 200;
}

.divMendoHeader 
{    
    background-color:white;
    width: 100%;
    height: 4rem;

    background-image: url("../images/MendoLogo.png");
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: center;

    background-size: 10rem;
    /*filter: drop-shadow(4px 4px 4px #00000033);*/
}

/*.divMain
{
    background-color: var(--green_light_logo);
    width:fit-content;
    margin: auto;
    padding: 2rem;
    color:var(--blue_dark_logo);
}

.divMain h1
{
    margin:auto;
    text-align: center;
}*/

.divMendoMain
{
    background-color: var(--green_light2);
    width:auto;
    max-width: 500px;
    margin: auto;
    padding: 1.5rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    color:var(--blue_dark_logo);
    border-radius: 0 0 0.5rem 0.5rem;
    filter: drop-shadow(4px 4px 4px #00000033);
    opacity: 1.0;
}

.divMendoMain h1
{
    margin:auto;
    text-align: center;
}

/*https://getcssscan.com/css-buttons-examples */
/* CSS */
.button-23 {
  background-color: var(--blue_dark_logo);
  border: 0px solid white;
  border-radius: 8px;
  box-sizing: border-box;

  
  color: white;
  cursor: pointer;
  display: inline-block;  
  font-size: 1.1rem;
  
  line-height: 20px;

  outline: none;
  position: relative;
  text-align: center;
  text-decoration: none;
  touch-action: manipulation;
  transition: box-shadow .2s,-ms-transform .1s,-webkit-transform .1s,transform .1s;
  user-select: none;
  -webkit-user-select: none;
  width: 100%;
}

.button-23:focus-visible {
  box-shadow: #222222 0 0 0 2px, rgba(255, 255, 255, 0.8) 0 0 0 4px;
  transition: box-shadow .2s;
}

.button-23:active {
  background-color: var(--orange_logo);; 
  transform: scale(.96);
}

.button-23:disabled {
  border-color: #DDDDDD;
  color: #DDDDDD;
  cursor: not-allowed;
  opacity: 1;
}



form {
    margin:auto;

    /*font-family: Arial, sans-serif;            */
}

label {
    display: block;
    margin-top: 1rem;
}

input, button {
    width: 100%;
    padding: 0.5rem;
    margin-top: 0.25rem;
    box-sizing: border-box;
}

input[readonly]
{
    opacity: 0.6;

}

button {
    margin-top: 16px;
    cursor: pointer;
}        

a {
    color:var(--orange_logo);
    font-weight: bold;
}

.qrDivContainer
{
    align-self: center;
    /*background-color: lightpink;*/
    width: 100%;    
}

.qrDiv
{
    padding: 1rem;
    align-self: center;
    background-color: white;
    width:fit-content;
    margin: auto; 
}


/* ..... NEU ........*/

button {
  min-height: 44px;
  padding: 0.75rem 1rem;
}

.divMain {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}