body, html {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1.2rem;
  background-color: #fff;
  color: #000;
}

#frmPage {
    height:100%;
}

.masthead .intro-body .intro-text {
}

.masthead .intro-body .brand-heading {
  font-family: Yesteryear, cursive;
  text-transform: none;
  font-weight: 200;
}

p {
    font-size: 1.1em;
}

.intro-important {
  font-weight: bold;
  font-size: 1.6rem;
}

.masthead {
  background: linear-gradient(rgba(0, 153, 218, 0.8) 19%, rgba(0, 0, 0, 0.45) 93%), url("../../assets/img/images/web1.jpg") no-repeat;
  background-size: auto, cover;
}

.col-lg-8.mx-auto.impressum h2 {
  font-family: 'Yesteryear';
  text-transform: none;
}

a, a:focus, a:hover {
  text-decoration: none;
  color: #000;
}

.bilder-section {
  padding-top: 30px;
  padding-bottom: 30px;
}

.features i {
  margin-right: 1em;
}

.features {
  padding: 1em 0 1.2em 0 !important;
}

#big-table td.table-right {
  text-align: right;
}

#big-table td.table-left {
  text-align: left;
}
td.table-right {
  text-align: right;
}

td.table-left {
  text-align: left;
}
#mainNav {
    font-family: 'Open Sans Condensed',sans-serif;
    text-transform: none;
    font-weight: normal !important;
   
}

@media (min-width:992px) {
  .content-section {
    padding-top: 120px;
    padding-bottom: 200px;
  }
}

@media (min-width:1050px) {
  #big-table {
  max-width: 80%;
  }
}

@media (max-height:780px) {
  .masthead {
    padding-top: 80px;
  }
}

@media (max-width:1200px) {
  #mainNav {
	font-size: 0.8em;

  }
}

@media (max-width:767px) {
  .card-body p {
  font-size: 0.8em ;
  }
  .card-text p, i{
  font-size: 0.8em ;
  }
  #big-table td.table-left {
  font-size: 0.8em ;
  }
  #big-table td.table-right {
  font-size: 0.8em ;
  }
  td.table-left {
  font-size: 0.8em ;
  }
  td.table-right {
  font-size: 0.8em ;
  }
}

@media (max-width:480px) {
  .card-body p {
  font-size: 0.8em ;
  }
  .card-text p {
  font-size: 0.8em ;
  }
  #big-table td.table-left {
  font-size: 0.5em ;
  }
  #big-table td.table-right {
  font-size: 0.5em ;
  }
  .td.table-left {
  font-size: 0.8em ;
  }
  td.table-right {
  font-size: 0.8em ;
  }
}

.FormOverlay {
    opacity: 0;
    /*visibility: hidden;*/
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(30, 30, 30, 0.98);
    color: #fff;
    z-index: 1050;
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
    padding: 50px 0;
    display: flex;
    flex-direction: row;
}

.FormOverlayContent {
    background-color: rgba(0,0,0,0.5);
}

.FormOverlay.IsOn {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    backdrop-filter: blur(8px);
}

.lblReturn {
    overflow-wrap: break-word;
}