
html {
    width:100%;
    margin: 0 auto !important;
    height: 100%;
}
body{
  width:100%;
  margin: 0 auto !important;
  height: 100%;
  display: block;
  position: relative;
  font-family: 'Barlow', sans-serif;
  font-size: 0.9rem;
}

#ppPreloader {
  position: absolute;
  display: none;
  top: 25px;
  left: 25px;
  width: 60px;
  height: 60px;
  z-index: 99;
}
#ppPreloader svg {
  background: transparent;
}


#ppLogin {
  display: flex;
  flex-direction: column;
  background-color: #F5F5F5;
  align-items: center;
  justify-content: center;
  /* width: 100vw; */
  min-height: 100vh;
}

#ppLogo {
  width:100px;
  height:100px;
  padding-bottom: 125px;
  padding-top: 50px;
  margin: 0 auto;
}

#ppLogo > div {
  display: block;
  width: 100px;
  height: 100px;
  background: no-repeat center;
  background-size: contain;
  background-image: url("../img/Planentyp_Hochplane.svg");

}
#ppLogo > span {
  display: block;
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.6rem;
}
#ppLogo > span#title {
  font-weight: 800;
  font-size: 1.6rem;
  margin-top: 25px;
}



#ppLogin > #loginFormDiv {
  width: 400px;
  min-height: 250px;

}

#loginFormDiv > section#aForgotPW {
  display: none;
}

#loginFormDiv > span {
  display: flex;
  width: 100%;
  font-size: 0.8rem;
  line-height: 1rem;
  margin-top: 50px;
  margin-bottom: 25px;
  justify-content: space-between;
}

#loginFormDiv > span > a {
  text-decoration: none;
  text-align: center;
  color: #666;
}
#loginFormDiv > span > a:first-child {
  margin-left: 25px;
  text-align: left;
}
#loginFormDiv > span > a:last-child {
  margin-right: 25px;
  text-align: right;
}
#loginFormDiv > span > a:hover {
  text-decoration: underline;
  cursor: pointer;
}
#loginFormDiv > section > button {
  width:350px;
}
#loginFormDiv > section > input  {
  width:350px;
}
#loginFormDiv > #loginFormInputs > h1  {
  margin: 10px 25px;
  font-size: 1.5rem;
  line-height: 2rem;
}
#loginFormDiv > #loginFormInputs > h2  {
  margin: 10px 25px;
  font-size: 1.1rem;
  line-height: 1.5rem;
}
#loginFormDiv >  #loginFormInputs > p  {
  margin: 0px 25px 25px;
  min-height: 24px;
}

#ppError {
  margin: 25px 25px 0px;
  display: block;
  padding: 7px;
  border-radius: 2px;
  font-size: 0.9rem;
  line-height: 1.1rem;
}

.errError {
  background-color: #ed614d;
  color: #FFF;
}

.errNotice {
  background-color: #A4A4A4;
  color: #000;
}

.errSuccess {
  background-color: #7ca47b;
  color: #FFF;
}


.iconTblExport {
  height: 16px;
  min-width: 16px;
  display: inline-block;
  margin-right: 3px;
  text-indent: 20px;
}

.iconTblExportHP {
    background: no-repeat left url("../img/Planentyp_Hochplane_small.svg");

}
.iconTblExportFP {
    background: no-repeat left url("../img/Planentyp_Flachplane_small.svg");
}
.iconTblExportAH {
    background: no-repeat left url("../img/Planentyp_Abdeckhaube_small.svg");
}

.col1 {
  flex: 1;
}
.col2 {
  flex: 2;
}
.col3 {
  flex: 3;
}
.col4 {
  flex: 4;
}
.col6 {
  flex: 6;
}

.colRight {
  text-align: right;
}



/*Forms and Inputs*/
.pwLogin {
  width: 350px;
  margin: 10px 25px;
}

.pwInput, .pwTextarea, .pwSelectWrapper {
    display: block;

}

.pwLabel {
  display: inline;
  cursor: pointer;
  min-width: 100px;

}

.pwInput, .pwTextarea {
  flex: 1;
  color: inherit;
  padding: 2px 0;
  outline: none;
  border: 0px;
  font-size: 0.9rem;      /* 16px; */
  line-height: 1.25rem;
  border-radius: 2px;
  background-color: #DCDCDC;
  transition: all 0.5s ease-in-out;
  font-family: inherit;
}
.pwButton {
  margin: 0px 25px 10px;

  font-size: 0.7rem;      /* 16px; */
  line-height: 1.5rem;
  border-radius: 2px;
  padding: 4px 0;
  background-color: #DCDCDC;
  border: 0px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  outline: none;
}
.pwButtonRed {
  background-color: #ed614d;
  color: #FFF;
}
.pwButtonGreen {
  background-color: #7ca47b;
  color: #FFF;
}
.pwButtonDark {
  background-color: #666;
  color: #FFF;
}

.pwButton::before{
  pointer-events: none;
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  margin: 0px 5px;
  content: "";
  color: inherit;
  background: no-repeat center;
  background-size: contain;
  font-family: inherit;
}

.btnRefresh::before {
  background-image: url("../img/svg/REPEAT.svg");
}
.btnExport::before {
  background-image: url("../img/svg/DOWNLOAD_WHITE.svg");
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.btnDownload::before {
  background-image: url("../img/svg/DOWNLOAD.svg");

}

.btnLogin::before {
  background-image: url("../img/svg/CHECKMARK_WHITE.svg");
}

.btnPublicLogin::before {
  background-image: url("../img/svg/GIFT_WHITE.svg");
}
.btnResetPW::before {
  background-image: url("../img/svg/CHECKMARK_WHITE.svg");
}

.btnNew::before {
  background-image: url("../img/svg/PLUS.svg");
}

.btnChangePW::before {
  background-image: url("../img/svg/KEY.svg");
}
.btnChangeLogo::before {
  background-image: url("../img/svg/FLAG.svg");
}

.btnLogout::before {
  background-image: url("../img/svg/POWER_WHITE.svg");
}
.btnClose::before {
  background-image: url("../img/svg/CLOSE.svg");
}

.pwInput[type="text"]{
  text-indent: 7px;
  padding: 7px 0px;
  line-height: normal;
  width: 100%;
}

.pwInput[type="password"]{
  text-indent: 7px;
  padding: 7px 0px;
  line-height: normal;
  width: 100%;
}

.pwInput[type="checkbox"]{
  display: inline;
  width: auto;
}

/* Hide default HTML checkbox */
.ppSwitchSmall > input[type="checkbox"] {
  opacity: 0;
  width: 0;
  height: 0;
}

.ppSwitchSmall {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 12px;
  margin-right: 5px;
  transform: translateY(3px);
}

.ppSwitchSliderSmall {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.ppSwitchSliderSmall:before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  left: 1px;
  bottom: 1px;
  background-color: #F5F5F5;
  -webkit-transition: .4s;
  transition: .4s;
}

.ppSwitchSmall > input[type="checkbox"]:checked + .ppSwitchSliderSmall {
  background-color: #999;
}

.ppSwitchSmall > input[type="checkbox"]:focus + .ppSwitchSliderSmall {
  box-shadow: 0 0 1px #999;
}

.ppSwitchSmall > input[type="checkbox"]:checked + .ppSwitchSliderSmall:before {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(1px);
  transform: translateX(10px);
}


.pwInput[type="submit"], button, .pwInput[type="button"]{
  background-color: #DCDCDC;
  color: #000;
  width:100%;
  margin-top: 0.5rem;
  cursor:pointer;
}


.pwInput[type="text"]:focus, .pwInput[type="password"]:focus, .pwInput[type="submit"]:focus, button:focus{
  /*
  box-shadow: 0 0 5px rgba(255,204,17, 1);
  border: 1px solid rgba(255,204,17, 1);
  */
}



.overflowY {
  overflow-x: hidden;
  overflow-y: auto;
}

.overflowY::-webkit-scrollbar-track {

	background-color: #F5F5F5;


}

.overflowY::-webkit-scrollbar {
	width: 6px;
	background-color: #F5F5F5;

}

.overflowY::-webkit-scrollbar-thumb {
	background-color: #cccccc;
}


@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}

.justify{
    text-align:justify;
}


/* Cookies Conscent */

.cc-window {
    opacity: 1;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
}
.cc-window.cc-invisible {
    opacity: 0;
}
.cc-animate.cc-revoke {
    -webkit-transition: transform 1s ease;
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease;
}
.cc-animate.cc-revoke.cc-top {
    -webkit-transform: translateY(-2em);
    transform: translateY(-2em);
}
.cc-animate.cc-revoke.cc-bottom {
    -webkit-transform: translateY(2em);
    transform: translateY(2em);
}
.cc-animate.cc-revoke.cc-active.cc-top {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.cc-animate.cc-revoke.cc-active.cc-bottom {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.cc-revoke:hover {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.cc-grower {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 1s;
    transition: max-height 1s;
}
.cc-revoke,
.cc-window {
    position: fixed;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* font-family: Helvetica, Calibri, Arial, sans-serif; */
    /* font-size: 16px; */
    /* line-height: 1.5em; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 9999;
}
.cc-window.cc-static {
    position: static;
}
.cc-window.cc-floating {
    padding: 20px;
    max-width: 380px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.cc-window.cc-banner {
    padding: 1em 1.8em;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.cc-revoke {
    padding: 0.5em;
}
.cc-revoke:hover {
    /* text-decoration: underline; */
}
.cc-header {
    font-size: 18px;
    font-weight: 700;
}
.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
    cursor: pointer;
}
.cc-link {
    opacity: 0.8;
    display: inline-block;
    padding: 0.2em;
    text-decoration: underline;
}
.cc-link:hover {
    opacity: 1;
}
.cc-link:active,
.cc-link:visited {
    color: initial;
}

.cc-btn {
  /* margin: 0px 25px 10px;

  font-size: 0.7rem;      /* 16px; */
  /* line-height: 1.5rem; */
  /* border-radius: 2px; */
  /* padding: 4px 0; */ */
  background-color: #7ca47b;
  /* border: 0px; */
  text-transform: uppercase;
  letter-spacing: 1.5px;
  border-radius: 2px;
  padding: 4px 0;
    display: block;
    /* padding: 0.4em 0.8em; */
    font-size: 0.9em;
    /* font-weight: 700; */

    text-align: center;
    white-space: nowrap;
}
.cc-allow {
  background-color: #7ca47b;
  border: 0px;
  color: #FFF;


}

/*
.cc-highlight .cc-btn:first-child {
    background-color: transparent;
    border-color: transparent;
}
.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
    background-color: transparent;
    text-decoration: underline;
}
*/
.cc-deny {
    background-color: #666;
    color: #FFF;
    border: 0px;
}
.cc-allow:hover, .cc-deny:hover {
text-decoration: none;
color: #FFF;
}
.cc-close {
    display: block;
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    font-size: 1.6em;
    opacity: 0.9;
    line-height: 0.75;
}
.cc-close:focus,
.cc-close:hover {
    opacity: 1;
}
.cc-revoke.cc-top {
    top: 0;
    left: 3em;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}
.cc-revoke.cc-bottom {
    bottom: 0;
    left: 3em;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
.cc-revoke.cc-left {
    left: 3em;
    right: unset;
}
.cc-revoke.cc-right {
    right: 3em;
    left: unset;
}
.cc-top {
    top: 1em;
}
.cc-left {
    left: 1em;
}
.cc-right {
    right: 1em;
}
.cc-bottom {
    bottom: 1em;
}
.cc-floating > .cc-link {
    margin-bottom: 1em;
}
.cc-floating .cc-message {
    display: block;
    margin-bottom: 1em;
}
.cc-window.cc-floating .cc-compliance {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
.cc-window.cc-banner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.cc-banner.cc-top {
    left: 0;
    right: 0;
    top: 0;
}
.cc-banner.cc-bottom {
    left: 0;
    right: 0;
    bottom: 0;
}
.cc-banner .cc-message {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 100%;
    margin-right: 1em;
}
.cc-compliance {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between;
}
.cc-floating .cc-compliance > .cc-btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.cc-btn + .cc-btn {
    margin-left: 0.5em;
}
@media print {
    .cc-revoke,
    .cc-window {
        display: none;
    }
}
@media screen and (max-width: 900px) {
    .cc-btn {
        white-space: normal;
    }
}
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
    .cc-window.cc-top {
        top: 0;
    }
    .cc-window.cc-bottom {
        bottom: 0;
    }
    .cc-window.cc-banner,
    .cc-window.cc-floating,
    .cc-window.cc-left,
    .cc-window.cc-right {
        left: 0;
        right: 0;
    }
    .cc-window.cc-banner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .cc-window.cc-banner .cc-compliance {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
    .cc-window.cc-floating {
        max-width: none;
    }
    .cc-window .cc-message {
        margin-bottom: 1em;
    }
    .cc-window.cc-banner {
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset;
    }
    .cc-window.cc-banner .cc-message {
        margin-right: 0;
    }
}
.cc-floating.cc-theme-classic {
    padding: 1.2em;
    border-radius: 5px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
    text-align: center;
    display: inline;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}
.cc-theme-classic .cc-btn {
    border-radius: 5px;
}
.cc-theme-classic .cc-btn:last-child {
    min-width: 140px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
    display: inline-block;
}
.cc-theme-edgeless.cc-window {
    padding: 0;
}
.cc-floating.cc-theme-edgeless .cc-message {
    margin: 2em;
    margin-bottom: 1.5em;
}
.cc-banner.cc-theme-edgeless .cc-btn {
    margin: 0;
    padding: 0.8em 1.8em;
    height: 100%;
}
.cc-banner.cc-theme-edgeless .cc-message {
    margin-left: 1em;
}
.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
    margin-left: 0;
}
