@font-face {
  font-family: "Karbon Regular";
  src: url("/javax.faces.resource/fonts/Karbon-Regular.otf.xhtml");
}

body,
form,
a {
  font-family: "Karbon Regular";
  font-size: 1.2em;
}

body.forbidden {
  min-height: 100%;
  font-family: "Karbon Regular";
  background: #ececed;
  color: #4b4747;
}

input {
  font-family: "Karbon Regular";
}

#headerBar,
#footerBar {
  width: 100%;
  height: 44px;
  position: fixed;
  color: #f0f0f0;
}
#headerBar {
  top: 0;
  left: 0;
  font-size: 20pt;
}
#footerBar {
  padding: 16px 0;
  text-align: center;
  bottom: 0;
  left: 0;
  font-size: 16pt;
  z-index: 99;
}
#footerBar ul.footer-menu {
  float: right;
  margin-right: 20px;
  /*background-color:#ececed;*/
  color: #4b4747;
}
#footerBar ul li {
  float: left;
  height: 16px;
  line-height: 18px;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #4b4747;
  color: #4b4747;
  list-style: none;
  font-size: 14px;
}
#footerBar ul li:last-child {
  border-right: none;
}

#footerBar a {
  color: inherit;
  text-decoration: none;
}

.ui-panel {
  background: transparent;
}

.backgroundWood {
  background-image: url("/javax.faces.resource/images/login/background.png.xhtml");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  overflow: hidden;
}

.loginDreieck {
  background-image: url("/javax.faces.resource/images/login/dreieck.png.xhtml");
  width: 1118px;
  height: 845px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -559px;
  margin-top: -422px;
}

.loginTasse {
  background-image: url("/javax.faces.resource/images/login/tasse.png.xhtml");
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.loginLogo {
  background-image: url("/javax.faces.resource/images/login/logo.png.xhtml");
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: right top;
  position: absolute;
  z-index: 10;
}

.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-75%, -42%);
  /*height:22%;*/
}

.errormsg {
  max-width: 16em;
}

.loginButton {
  display: inline-block;
  width: 6em;
  height: 6em;
  border-radius: 6em;
  background-color: #ececed;
  color: #838282;
  border: 10px solid #ffffff;
  top: -129px;
  /* left: 282px; */
  position: relative;
  font-size: 1em;
  z-index: 5;
}

.loginInput .ui-inputfield {
  height: 2em;
  width: 20em;
  border: 10px solid white;
  box-shadow: none;
  background: #ececed;
}

.noFlow {
  height: 0;
  overflow: visible;
}

form {
  z-index: 100;
}

.forbiddenInfo {
  border: 3px solid #ffffff;
  padding: 5%;
  font-size: 0.9em;
  width: 40%;
}

.forbiddenInfo.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*height:22%;*/
}

.ctitle {
  font-size: 1.5em;
  margin-bottom: 0.5em;
}

.green {
  color: #beca31;
}

.forbiddenPhone {
  min-height: 35px;
  background-size: 35px 35px;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url("/javax.faces.resource/images/login/icon-phone.png.xhtml");
  padding-left: 45px;
  display: flex;
  align-items: center;
  margin: 1.5em 0;
}
.forbiddenMail {
  min-height: 35px;
  background-size: 35px 35px;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url("/javax.faces.resource/images/login/icon-mail.png.xhtml");
  padding-left: 45px;
  display: flex;
  align-items: center;
  margin: 1.5em 0;
}

.forbiddenInfo a {
  color: #4b4747;
  text-decoration: none;
  font-size: 1em;
}

.choice {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #4b4747;
  background-color: #ffffff;
  height: 3em;
}
