@charset "utf-8";
/* LESS Document */
@font-face {
  font-family: myfont1;
  src: url("OpenSans-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: myfont2;
  src: url("OpenSans-Light.ttf");
  font-display: swap;
}
body {
  color: #666666;
  margin: 0;
  font-family: myfont1, verdana;
  font-size: 110.1%;
  height: 100%;
  line-height: 20px;
}
a {
  color: #666;
  text-decoration: none;
}
a.nounderline:hover {
  text-decoration: none;
}
a.underline {
  text-decoration: underline;
}
a:hover {
  color: #666;
}
b {
  font-weight: bold;
}
.underline {
  text-decoration: underline;
}
.nounderline {
  text-decoration: none;
}
.pad5 {
  padding: 5px;
}
.pad10 {
  padding: 10px;
}
.padB50 {
  padding-bottom: 50px;
}
.padB60 {
  padding-bottom: 60px;
}
.padB70 {
  padding-bottom: 70px;
}
.padB90 {
  padding-bottom: 80px;
}
.padB120 {
  padding-bottom: 120px;
}
.padB150 {
  padding-bottom: 150px;
}
@media only screen and (min-width: 450px) and (max-width: 576px) {
  .padB150 {
    padding-bottom: 190px;
  }
}
@media only screen and (max-width: 449px) {
  .padB150 {
    padding-bottom: 220px;
  }
}
.padB220 {
  padding-bottom: 220px;
}
.mar5 {
  margin: 5px;
}
.mar10 {
  margin: 10px;
}
.marB40 {
  margin-bottom: 40px;
}
.marB50 {
  margin-bottom: 50px;
}
.marB60 {
  margin-bottom: 60px;
}
.marB70 {
  margin-bottom: 70px;
}
.marB90 {
  margin-bottom: 90px;
}
.marB120 {
  margin-bottom: 120px;
}
.mb-6 {
  margin-bottom: calc(30px + 5vw);
}
.marT-60 {
  margin-top: -60px;
}
.marT60 {
  margin-top: 60px;
}
.marT80 {
  margin-top: 80px;
}
.marT100 {
  margin-top: 100px;
}
.mt-6 {
  margin-top: calc(30px + 5vw);
}
.marT200 {
  margin-top: 200px;
}
@media only screen and (max-width: 790px) {
  .marT200 {
    margin-top: 100px;
  }
}
.bgBlue1 {
  background-color: #173885;
  color: #fff;
}
.bgBlue1 a {
  color: white;
}
.bgBlue2 {
  background-color: #1a71be;
  color: #fff;
}
.bgBlue3 {
  background-color: #1a60be;
  color: #fff;
}
.bgF4 {
  background-color: #666;
  color: #fff;
}
.bgF5 {
  background-color: #537e8a;
}
.hColorW {
  color: white;
}
.hColorB1 {
  color: #173885;
}
.pCol1 {
  color: #444;
}
.bgWhite {
  background-color: #fff;
}
.bgBluelight1 {
  background-color: #c9e6f2;
  color: #173885;
}
.bgOrange {
  background-color: #ff7f27;
}
.bgSOrange {
  background-color: #ff7f27;
  color: white;
}
.width100 {
  width: 100%;
}
.width100px {
  width: 100px;
}
.width200px {
  width: 200px;
}
.height50 {
  height: 50px;
}
.height80 {
  height: 80px;
}
.height100 {
  height: 100px;
}
.height120 {
  height: 120px;
}
.height150 {
  height: 150px;
}
.height200 {
  height: 200px;
}
.height300 {
  height: 300px;
}
.height500 {
  height: 500px;
}
.h100 {
  height: 100%;
}
.maxWHead {
  max-width: 800px;
}
@media only screen and (max-width: 768px) {
  .maxWHead {
    max-width: 100%;
  }
}
.minheight50 {
  min-height: 50px;
}
.minheight100 {
  min-height: 100px;
}
.minheight150 {
  min-height: 150px;
}
.minheight250 {
  min-height: 250px;
}
.minheight400 {
  min-height: 400px;
}
.op50 {
  opacity: 0.5;
}
.mittelBlock {
  bottom: 30%;
  right: 20%;
}
.mpoint {
  cursor: pointer;
}
.bt {
  border-style: solid none none none;
  border-color: white;
  border-width: 1px;
}
.clear {
  clear: both;
}
header {
  position: relative;
}
.tcenter {
  text-align: center;
}
h1,
.h1 {
  font-size: 25px;
  color: #333;
  font-family: myfont2,verdana;
  background-color: #fff;
  padding: 10px;
}
@media screen and (min-width: 500px) {
  h1,
  .h1 {
    font-size: calc(25px  +  20  * ((100vw -  500px ) / 1420 ));
  }
}
@media screen and (min-width: 1920px) {
  h1,
  .h1 {
    font-size: 45px;
  }
}
h2,
.h2 {
  font-size: 21px;
  color: #555;
  margin-top: 20px;
  font-family: myfont2,verdana;
}
@media screen and (min-width: 500px) {
  h2,
  .h2 {
    font-size: calc(21px  +  9  * ((100vw -  500px ) / 1420 ));
  }
}
@media screen and (min-width: 1920px) {
  h2,
  .h2 {
    font-size: 30px;
  }
}
.carousel-caption p {
  font-size: 17px;
  color: #333;
  margin-top: 20px;
  font-family: myfont2,verdana;
  background-color: #fff;
  padding: 10px;
}
@media screen and (min-width: 500px) {
  .carousel-caption p {
    font-size: calc(17px  +  13  * ((100vw -  500px ) / 1420 ));
  }
}
@media screen and (min-width: 1920px) {
  .carousel-caption p {
    font-size: 30px;
  }
}
.carousel-caption h2 {
  font-size: 16px;
  color: #eee;
  margin-top: 20px;
  font-family: myfont2,verdana;
}
@media screen and (min-width: 500px) {
  .carousel-caption h2 {
    font-size: calc(16px  +  14  * ((100vw -  500px ) / 1420 ));
  }
}
@media screen and (min-width: 1920px) {
  .carousel-caption h2 {
    font-size: 30px;
  }
}
h3,
.h3 {
  font-size: 14px;
  margin-top: 20px;
  font-family: myfont2,verdana;
}
@media screen and (min-width: 500px) {
  h3,
  .h3 {
    font-size: calc(14px  +  9  * ((100vw -  500px ) / 1420 ));
  }
}
@media screen and (min-width: 1920px) {
  h3,
  .h3 {
    font-size: 23px;
  }
}
p {
  font-size: 17px;
  line-height: 26px;
}
@media screen and (min-width: 500px) {
  p {
    font-size: calc(17px  +  2  * ((100vw -  500px ) / 1420 ));
  }
}
@media screen and (min-width: 1920px) {
  p {
    font-size: 19px;
  }
}
@media screen and (min-width: 500px) {
  p {
    line-height: calc(26px  +  4  * ((100vw -  500px ) / 1420 ));
  }
}
@media screen and (min-width: 1920px) {
  p {
    line-height: 30px;
  }
}
div {
  font-size: 13px;
  line-height: 20px;
}
@media screen and (min-width: 500px) {
  div {
    font-size: calc(13px  +  5  * ((100vw -  500px ) / 1420 ));
  }
}
@media screen and (min-width: 1920px) {
  div {
    font-size: 18px;
  }
}
@media screen and (min-width: 500px) {
  div {
    line-height: calc(20px  +  8  * ((100vw -  500px ) / 1420 ));
  }
}
@media screen and (min-width: 1920px) {
  div {
    line-height: 28px;
  }
}
@media (max-width: 768px) {
  h1,
  .h1 {
    color: #000;
  }
  h2,
  .h2 {
    color: #333;
  }
  p {
    color: #333;
  }
  .carousel-caption p {
    font-weight: bold;
  }
}
.rot {
  transform: rotate(-26deg);
}
td {
  padding: 5px;
}
input {
  background-color: #eee;
  padding: 5px 10px 5px 10px;
}
input.inp {
  width: 80%;
}
input[type="submit"] {
  cursor: pointer;
}
.dropdown-menu li {
  padding-left: 10px;
  padding-right: 10px;
}
li {
  padding-left: 18px;
  line-height: 30px;
}
.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
  color: #fff !important;
  background-color: #666 !important;
}
.line {
  border-style: solid none none none;
  border-width: 1px;
  border-color: #eee;
}
.line2 {
  border-style: solid none none none;
  border-width: 1px;
  border-color: #888;
}
footer {
  height: 100px;
}
footer a {
  color: #666;
  padding: 5px 0 5px 0;
  line-height: 30px;
  font-size: 18px;
}
footer a:hover {
  color: black;
  text-decoration: none;
}
#infotext {
  background-color: #fff;
  min-width: 300px;
  min-height: 200px;
  margin: auto;
  padding: 15px;
  border-radius: 10px;
}
.center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.jusleft {
  display: flex;
  justify-content: start;
  align-items: center;
}
.bgOverlay {
  position: absolut;
  background-color: #fff;
  background-position: 50%;
  background-repeat: no-repeat;
  margin: 1.5em auto 2.5em;
}
.bgLogin {
  position: relative;
  background-color: #fff;
  margin: 1.5em auto 2.5em;
  height: 500px;
}
.overlayimg {
  position: absolute;
  color: #fff;
  padding: 20px 10px 20px 10px;
  z-index: 2;
  font-size: 15px;
}
@media screen and (min-width: 500px) {
  .overlayimg {
    font-size: calc(15px  +  7  * ((100vw -  500px ) / 1100 ));
  }
}
@media screen and (min-width: 1600px) {
  .overlayimg {
    font-size: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .overlayimg {
    position: relative;
    padding: 20px 10px 20px 30px;
    background-color: #173885;
  }
}
.carousel-caption {
  background-color: transparent;
  text-align: left;
  padding: 15px 20px 15px 20px;
}
@media only screen and (max-width: 768px) {
  .carousel-caption {
    bottom: inherit;
    position: relative;
  }
}
.pos2 {
  right: 2%;
  left: inherit;
}
.loginText {
  position: absolute;
  font-size: 12px;
}
@media screen and (min-width: 500px) {
  .loginText {
    font-size: calc(12px  +  10  * ((100vw -  500px ) / 1100 ));
  }
}
@media screen and (min-width: 1600px) {
  .loginText {
    font-size: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .loginText {
    position: relative;
    left: 0;
    bottom: 0;
  }
}
.imgLogin {
  position: absolute;
  width: 100%;
  max-height: 600px;
  vertical-align: middle;
  border: 0;
  z-index: 2;
}
.relativ {
  position: relative;
}
.absolut {
  position: absolute;
}
button {
  border: 0;
  background-color: transparent;
}
.button {
  min-width: 120px;
  font-size: 14px;
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  margin: 4px 10px 4px 0px;
  cursor: pointer;
  border-radius: 25px;
  transform: scale(1);
}
@media screen and (min-width: 500px) {
  .button {
    min-width: calc(120px  +  60  * ((100vw -  500px ) / 1400 ));
  }
}
@media screen and (min-width: 1900px) {
  .button {
    min-width: 180px;
  }
}
@media screen and (min-width: 500px) {
  .button {
    font-size: calc(14px  +  2  * ((100vw -  500px ) / 1400 ));
  }
}
@media screen and (min-width: 1900px) {
  .button {
    font-size: 16px;
  }
}
.button.normal {
  padding: 10px 25px 10px 25px;
}
.button.with100 {
  font-size: 24px;
  width: 100%;
  padding: 10px 25px 10px 25px;
}
.button.color2 {
  background-color: #3d8fc9;
}
.button.colorwhite {
  background-color: white;
  color: #173885;
}
.button:hover {
  color: white;
  text-decoration: none;
  background-color: #ff7f27;
}
.button.in {
  display: inline-block;
}
.small {
  font-size: 11px;
}
@media screen and (min-width: 500px) {
  .small {
    font-size: calc(11px  +  3  * ((100vw -  500px ) / 1400 ));
  }
}
@media screen and (min-width: 1900px) {
  .small {
    font-size: 14px;
  }
}
.footer {
  padding: 20px;
  height: 100px;
}
.awhite {
  color: white;
  padding: 20px ;
  text-decoration: underline;
}
.awhite:hover {
  color: white;
}
.over {
  overflow: hidden;
}
div.buttonTarget:hover {
  background-color: #ff7f27;
  cursor: pointer;
}
.dis {
  pointer-events: none;
  cursor: default;
}
.left {
  float: left;
}
.right {
  float: right;
}
.secDreieck {
  font-size: 11px;
}
@media screen and (min-width: 500px) {
  .secDreieck {
    font-size: calc(11px  +  7  * ((100vw -  500px ) / 1420 ));
  }
}
@media screen and (min-width: 1920px) {
  .secDreieck {
    font-size: 18px;
  }
}
.navbar {
  z-index: 5;
  margin-left: 10px;
}
.nav-item.active a.nav-link {
  color: #333;
}
.nav-link,
.dropdown-item {
  font-size: 20px;
}
.bgC1 {
  background-color: #537e8a;
}
.bgC2 {
  background-color: #5b94ae;
}
.line {
  border-style: solid none none none;
  border-width: 1px;
  border-color: #eee;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.info {
  background-color: #0d632b;
  color: #fff;
  padding: 10px;
}
