:root {
  --input-padding-x: 1.5rem;
  --input-padding-y: .75rem;
}
/*
 * Base structure
 */
 @font-face {
  font-family: 'Omnes Light';
  font-style: normal;
  font-weight: normal;
  src: local('Omnes Light'), url('omnes_light-webfont.woff') format('woff');
  }

html,
body {
  font-family: 'Omnes Light';
  height: 100%;
  background-color: #fff;
}

body {
  display: -ms-flexbox;
  display: flex;
  color: #16205a;
}

.cover-container {
  max-width: 90%;
}

/*
 * Cover
 */
.cover {
  padding: 0 1.5rem;
}
.cover .btn-lg {
  padding: .75rem 6rem;
  font-weight: 700;
}


/*
 * Footer
 */
.mastfoot {
  color: rgba(29, 35, 92, .5);
}

.ggl-tooltip {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  font-family: 'Omnes Light';
  font-size: 16px;
  padding: 12px 12px 12px 12px;
  width: 300px;
  text-align: left;
}

.ggl-tooltip div {
  margin-top: 4px;
}

.ggl-tooltip span {
  font-weight: bold;
}

.image_info {
  width: 100%;
}

.logo {
  height: 2vw;
  min-height: 40px;
  position: absolute;
  right: -9px;
}

.logo_login {
  height: 9vh;
  min-height: 40px;
}

#maxNm {
  background-color: #16205a!important;
}

#chart_div {
  width: 100%;
  height: 100%;
  max-height: 61.92vh;
  min-height: 61.92vh;
}

.chart::before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.30;
  background: url("../images/banner-home.jpg");
  background-repeat: no-repeat;
  background-position: 50% 0;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

.chart {
  overflow: hidden;
  min-height: 61.92vh;
}

.titel {
  font-size: 3rem;
  font-weight: 600;
}

.card-signin {
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0 1rem 0.5rem rgba(0, 0, 0, 0.1);
}

.card-signin .card-title {
  margin-bottom: 2rem;
  font-weight: 600;
  font-size: 1.5rem;
}

.card-signin .card-body {
  padding: 2rem;
}

.form-signin {
  width: 100%;
}

.form-signin .btn {
  font-size: 80%;
  border-radius: 5rem;
  letter-spacing: .1rem;
  font-weight: bold;
  padding: 1rem;
  transition: all 0.2s;
}

.form-label-group {
  position: relative;
  margin-bottom: 1rem;
}

.form-label-group input {
  height: auto;
  border-radius: 2rem;
}

.form-label-group>input,
.form-label-group>label {
  padding: var(--input-padding-y) var(--input-padding-x);
}

.form-label-group>label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  /* Override default `<label>` margin */
  line-height: 1.5;
  color: #495057;
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
  color: transparent;
}

.form-label-group input:-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-moz-placeholder {
  color: transparent;
}

.form-label-group input::placeholder {
  color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
  padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
  padding-bottom: calc(var(--input-padding-y) / 3);
}

.form-label-group input:not(:placeholder-shown)~label {
  padding-top: calc(var(--input-padding-y) / 3);
  padding-bottom: calc(var(--input-padding-y) / 3);
  font-size: 12px;
  color: #777;
}

/* Fallback for Edge
-------------------------------------------------- */

@supports (-ms-ime-align: auto) {
  .form-label-group>label {
    display: none;
  }
  .form-label-group input::-ms-input-placeholder {
    color: #777;
  }
}

/* Fallback for IE
-------------------------------------------------- */

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .form-label-group>label {
    display: none;
  }
  .form-label-group input:-ms-input-placeholder {
    color: #777;
  }
}

.btn_submit {
  background-color: #16205a;
  border-color: #16205a;
}

.btn_submit:focus,
.btn_submit:hover {
  background-color: #070a1d;
  border-color: #070a1d;
}

.btn_submit:active {
  background-color: #16205a!important;
}

.LamelAluProf, .LamelPVC {
  display: none;
}