body,
html {
  padding: 0;
  margin: 0;
  font-family: 'Lato', sans-serif !important;
  background-color: #fff;
  color: #424242;
}
body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.wrapper {
  margin: 0 auto;
  width: 1200px;
}
.wrapper--request_add {
  width: 65%;
  max-width: 900px;
}
.wrapper--view {
  width: 45%;
}
.hidden {
  display: none;
}
a {
  color: #29A0D7;
  text-decoration: none;
}
p.branding {
  color: #29A0D7;
}
h1 {
  color: #29A0D7;
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 0.5em 0;
}
main {
  position: relative;
}
footer {
  width: 100%;
  padding: 20px 0;
  background: #29A0D7;
}
footer .wrapper {
  display: flex;
  justify-content: space-between;
}
footer .wrapper .copy {
  color: #fff;
}
footer .wrapper .links a {
  margin-left: 20px;
  color: #fff;
}
.template--login header {
  background: #fff;
  padding: 30px;
}
.template--login header .logo--login {
  padding: 0;
  margin: 0 auto;
  display: block;
  width: 300px;
}
.template--login header .logo--login .logo__img {
  width: 300px;
}
.template--login .login__error {
  text-align: center;
  color: red;
}
.template--login .login__info {
  background: url("../img/login_bg.81424848c475.png") no-repeat bottom center;
  height: 350px;
  display: flex;
  align-items: center;
}
.template--login .login__info .login__text {
  width: 720px;
  margin: 0 auto;
}
.template--login .login__info .login__partner_logo {
  height: 70px;
  margin-left: -20px;
}
.template--login .login__info h2 {
  font-size: 25px;
  font-weight: normal;
  color: #fff;
}
.template--login .login__info p {
  font-size: 14px;
  font-weight: normal;
  color: #fff;
}
.template--login .forgot {
  margin-top: 20px;
  text-align: center;
  display: block;
  font-weight: normal;
  color: #777;
  text-decoration: underline;
  font-size: 14px;
}
.template--login .form {
  margin: 0 auto;
  width: 500px;
  display: block;
  padding: 30px;
  box-sizing: border-box;
  overflow: hidden;
}
.template--login .form__title {
  color: #29A0D7;
}
.template--login .form__text {
  color: #424242;
}
.template--login .field {
  display: block !important;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.template--login .field input {
  font-size: 18px;
  border: none;
  color: #777;
  margin: 0;
  height: 40px;
}
.template--login .field input::placeholder {
  color: #ddd;
}
.template--login .field--username {
  box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.2);
  height: 40px;
  padding-left: 42px !important;
  background: url("../img/icon_username.a83833b3476f.svg") #29A0D7 no-repeat 6px center !important;
  background-size: 30px 30px !important;
}
.template--login .field--username input:-webkit-autofill,
.template--login .field--username input:-webkit-autofill:hover,
.template--login .field--username input:-webkit-autofill:focus,
.template--login .field--username input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
.template--login .field--password {
  box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.2);
  padding-left: 42px !important;
  background: url("../img/icon_password.118c94bc9614.svg") #29A0D7 no-repeat 6px center !important;
  background-size: 30px 30px !important;
}
.template--login .field--password input:-webkit-autofill,
.template--login .field--password input:-webkit-autofill:hover,
.template--login .field--password input:-webkit-autofill:focus,
.template--login .field--password input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
.template--login .field__label {
  font-weight: lighter;
  font-size: 16px;
}
.template--login .button {
  font-size: 16px;
}
.template--login .text {
  width: 520px;
  margin: 0 auto;
  padding: 0 35px 35px 35px;
}
.template--login input,
.template--login select,
.template--login textarea {
  margin-top: 3px;
  box-sizing: border-box;
  line-height: 1.4;
  height: 2em;
  width: 87%;
  width: 100%;
  font-size: 14px;
  border: 0;
  border: 1px solid #ccc;
  padding: 5px 10px;
  outline: 0;
  color: #424242;
  background: #fff;
  box-shadow: inset 0px 0px 25px 0px #fff;
}
.template--base {
  background: linear-gradient(to bottom, #29A0D7 0%, #29A0D7 660px, #fff 660px, #fff 100%);
}
.template--base header {
  padding: 15px 0 10px;
  min-height: 40px;
  position: sticky;
  top: 0;
  z-index: 99999;
  background-color: #29A0D7;
}
.template--base header .wrapper {
  display: flex;
  justify-content: space-between;
}
.template--base header .logo__img {
  height: 50px;
}
.template--base header .slogon__img {
  height: 50px;
}
.template--base .exit {
  display: inline;
}
.template--base .exit button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  margin: 0 0 0 25px;
  float: left;
  display: inline-block;
  color: #29A0D7;
  font-size: 16px;
  font-weight: normal;
  font-family: Lato, sans-serif;
}
.template--base .exit button:hover {
  text-decoration: underline;
}
.template--base .lang {
  font-size: 16px;
}
.template--base .lang_item--current {
  text-decoration: underline;
  font-weight: bold;
}
.template--base .branding {
  font-size: 16px;
  margin: 0;
}
.template--base .top-div {
  z-index: 9999;
  position: sticky;
  top: 75px;
  display: flex;
  justify-content: center;
  padding: 15px 20px 15px 20px;
  background-color: #fff;
  width: 1160px;
  margin: 0 auto;
}
.template--base .account-select-div {
  z-index: 999;
  position: sticky;
  top: 75px;
  display: flex;
  justify-content: right;
  padding-right: 20px;
  background-color: #fff;
  width: 1180px;
  margin: 0 auto;
}
.template--base .account-select-div > label {
  padding-right: 15px;
}
.template--base .account-select-div > select {
  max-width: 400px;
}
.template--base .menu-div {
  z-index: 999;
  position: sticky;
  top: 110px;
  display: flex;
  justify-content: center;
  padding: 15px 20px 15px 20px;
  background-color: #fff;
  width: 1160px;
  margin: 0 auto;
}
.template--base .push {
  margin-left: auto;
}
.template--base main {
  z-index: 99;
  display: block;
  background: #fff;
  min-height: 600px;
  width: 1200px;
  margin: 0 auto;
  padding: 0 35px 35px 35px;
  box-sizing: border-box;
}
.template--base main h1 {
  font-weight: normal;
  font-size: 20px;
}
.pretext {
  padding: 0 50px;
  text-align: center;
}
.pretext h1 {
  font-size: 20px;
  font-weight: bold;
  color: #29A0D7;
  margin-top: 0;
}
.pretext img {
  margin-top: 10px;
  max-width: 100%;
}
.marketing,
.nehs_information_material {
  display: block;
  width: 100%;
  overflow: hidden;
  margin-top: 40px;
}
.marketing video,
.nehs_information_material video {
  width: 320px!important;
  height: 180px!important;
}
.marketing-item,
.nehs_information_material-item {
  display: block;
  float: left;
  height: 50px;
  width: 260px;
  background: url("../img/icon_download.0b5559ec09e4.svg") no-repeat left center;
  background-size: 40px 40px;
  padding-left: 50px;
  margin: 0 50px 20px 0;
}
.marketing-item__download,
.nehs_information_material-item__download {
  padding-top: 3px;
  display: block;
  font-weight: 400;
  font-size: 18px;
}
.marketing-item__name,
.nehs_information_material-item__name {
  font-weight: 300;
  font-size: 14px;
  color: #424242;
}
.marketing-item__cover,
.nehs_information_material-item__cover {
  width: 50%;
  float: left;
  overflow: hidden;
  display: block;
}
.nehs_team {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  margin-top: 40px;
}
.nehs_team .nehs_team-member {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 340px;
}
.nehs_team .nehs_team-member img {
  width: 170px;
  height: 170px;
}
.nehs_team .nehs_team-member p {
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  color: #424242;
}
.upload-changed {
  font-size: 1em;
  font-weight: bold;
  margin-block: 1em;
}
h2 {
  font-weight: 400;
  font-size: 22px;
  color: #29A0D7;
}
.hidden {
  display: none;
}
.tiles p {
  margin-block-start: 0;
  margin-block-end: 0.7vmax;
  font-size: 18px;
}
.tiles-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-bottom: 50px;
}
.tiles-item {
  margin-right: 30px;
  margin-bottom: 10px;
}
.tiles-item img {
  width: 260px;
}
.tiles-item:hover img {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
}
.tiles-item:hover h4 {
  text-decoration: underline;
}
.tiles-item__title {
  font-weight: 400;
  font-size: 15px;
  color: #B0C72B;
  text-transform: uppercase;
}
.menu--base .menu-list--level_1 {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  color: #373736;
  position: relative;
}
.menu--base .menu-list--level_1 .menu-list-item {
  font-weight: 100;
  font-size: 22px;
  text-transform: uppercase;
  width: auto;
  padding: 0 20px 20px;
}
.menu--base .menu-list--level_1 .menu-list-item:hover .menu-list--level_2 {
  display: block;
}
.menu--base .menu-list--level_1 .menu-list-item--parent > a > span,
.menu--base .menu-list--level_1 .menu-list-item--parent > a,
.menu--base .menu-list--level_1 .menu-list-item--current > a > span,
.menu--base .menu-list--level_1 .menu-list-item--current > a {
  color: #B0C72B !important;
  text-decoration: underline;
}
.menu--base .menu-list--level_1 .menu-list-item__link {
  color: #29A0D7;
}
.menu--base .menu-list--level_1 .menu-list-item__name {
  color: #29A0D7;
  cursor: pointer;
}
.menu--base .menu-list--level_1 .menu-list-item__name:hover {
  color: #B0C72B !important;
  text-decoration: underline;
}
.menu--base .menu-list--level_2 {
  position: absolute;
  display: none;
  padding: 15px 0 10px;
  margin: 15px 0 0 0;
  margin-left: -20px;
  list-style: none;
  color: #373736;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.3);
  z-index: 400;
  background: #fff;
}
.menu--base .menu-list--level_2 .menu-list-item {
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  width: auto;
  padding: 0;
  margin: 10px 20px;
}
.menu--base .menu-list--level_2 .menu-list-item--current a {
  color: #B0C72B;
}
.menu--base .menu-list--level_2 .menu-list-item__link {
  color: #29A0D7;
}
.account-switcher {
  padding: 0 15px 20px 10px;
}
.account-switcher:hover > ul {
  display: block;
}
.account-switcher > ul {
  position: absolute;
  display: none;
  padding: 15px 0 10px;
  margin: 15px 0 0 -20px;
  list-style: none;
  color: #373736;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.3);
  z-index: 400;
  background: #fff;
}
.account-switcher > ul > li {
  white-space: nowrap;
  width: auto;
  padding: 0;
  margin: 10px 20px;
}
.account-switcher > ul > li > a.current-account {
  color: #B0C72B;
}
.line {
  display: block;
  margin-top: 8px;
  color: #29A0D7;
  font-weight: lighter;
  line-height: 20px;
  cursor: pointer;
}
.line_list {
  display: block;
  margin-top: 30px;
}
.line--current {
  font-weight: bold;
  text-decoration: underline;
}
.line:hover {
  color: #B0C72B;
  text-decoration: underline;
}
.line:before {
  content: ' ';
  font-size: 50px;
  font-weight: bold;
  position: relative;
  top: 0px;
  line-height: 20px;
  height: 20px;
  margin-right: 10px;
  display: inline-block;
  width: 50px;
  height: 5px;
}
.line--blue:before {
  background: #29A0D7;
  border: 2px solid #29A0D7;
}
.line--green:before {
  background: #B0C72B;
  border: 2px solid #B0C72B;
}
.line--white:before {
  background: white;
  border: 2px solid #29A0D7;
}
.line--gwh:before {
  background: #00a0d8;
  border: 2px solid #00a0d8;
}
.line--gas:before {
  background: #b0c419;
  border: 2px solid #b0c419;
}
.line--netral:before {
  background: #6dccf7;
  border: 2px solid #6dccf7;
}
.line--default:before {
  background: #c3c3c3;
  border: 2px solid #c3c3c3;
}
.file,
.request {
  display: flex;
  flex-direction: column;
  width: 20%;
  padding-right: 25px;
  box-sizing: border-box;
  justify-content: space-between;
  float: left;
  margin-bottom: 60px;
}
.file-list,
.request-list {
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
}
.file-list__table,
.request-list__table {
  width: 100%;
  border-collapse: collapse;
}
.file-list__table .col_offer_name,
.request-list__table .col_offer_name {
  width: 100%;
}
.file-list__table > tbody > tr,
.request-list__table > tbody > tr {
  border-top: 1px solid #eee;
}
.file-list__table > tbody > tr.request-tr,
.request-list__table > tbody > tr.request-tr {
  border: none;
}
.file-list__th,
.request-list__th {
  text-align: left;
  font-weight: normal;
  font-size: 20px;
  padding-bottom: 1em;
  white-space: nowrap;
}
.file-list__th--multi-line,
.request-list__th--multi-line {
  vertical-align: top;
}
.file-list__th_angebotsnr,
.request-list__th_angebotsnr {
  text-align: center;
}
.file-list__th,
.request-list__th,
.file-list__td,
.request-list__td {
  padding-right: 10px;
}
.file-list__a,
.request-list__a {
  border: 2px solid;
  color: #fff;
  display: flex;
  flex-direction: column;
  min-width: 120px;
  min-height: 40px;
  text-align: center;
  justify-content: center;
}
.file-list__a--gas,
.request-list__a--gas {
  border-color: #b0c419;
  background: #b0c419;
}
.file-list__a--green,
.request-list__a--green {
  border-color: #00a0d8;
  background: #00a0d8;
}
.file-list__a--neutral,
.request-list__a--neutral {
  border-color: #6dccf7;
  background: #6dccf7;
}
.file-list__a--default,
.request-list__a--default {
  border-color: #c3c3c3;
  background: #c3c3c3;
}
.file__name,
.request__name {
  font-size: 12px;
  font-family: Lato;
  font-weight: 300;
}
.file__download__img,
.request__download__img {
  width: 18px;
  height: 18px;
  padding: 5px;
}
.file__icon,
.request__icon {
  position: relative;
  width: 80px;
  height: 65px;
  padding-top: 40px;
  line-height: 1.5;
  font-size: 12px;
  margin: 0;
  z-index: 0;
  text-align: center;
  font-family: Lato;
  font-weight: 400;
}
.file__icon--default,
.request__icon--default {
  border: 2px solid #c3c3c3;
  background: #c3c3c3;
  color: #fff;
}
.file__icon--default:before,
.request__icon--default:before {
  border-color: #fff #fff #c3c3c3 #c3c3c3;
}
.file__icon--white,
.request__icon--white {
  border: 2px solid #29A0D7;
  background: #fff;
  color: #29A0D7;
}
.file__icon--white:before,
.request__icon--white:before {
  border-color: #fff #fff #29A0D7 #29A0D7;
}
.file__icon--blue,
.request__icon--blue {
  border: 2px solid #29A0D7;
  background: #29A0D7;
  color: #fff;
}
.file__icon--blue:before,
.request__icon--blue:before {
  border-color: #fff #fff #29A0D7 #29A0D7;
}
.file__icon--gas,
.request__icon--gas {
  border: 2px solid #b0c419;
  background: #b0c419;
  color: #fff;
}
.file__icon--gas:before,
.request__icon--gas:before {
  border-color: #fff #fff #b0c419 #b0c419;
}
.file__icon--netral,
.request__icon--netral {
  border: 2px solid #6dccf7;
  background: #6dccf7;
  color: #fff;
}
.file__icon--netral:before,
.request__icon--netral:before {
  border-color: #fff #fff #6dccf7 #6dccf7;
}
.file__icon--default,
.request__icon--default {
  border: 2px solid #c3c3c3;
  background: #c3c3c3;
  color: #fff;
}
.file__icon--default:before,
.request__icon--default:before {
  border-color: #fff #fff #c3c3c3 #c3c3c3;
}
.file__icon--green,
.request__icon--green {
  border: 2px solid #B0C72B;
  background: #B0C72B;
  color: #fff;
}
.file__icon--green:before,
.request__icon--green:before {
  border-color: #fff #fff #B0C72B #B0C72B;
}
.file__icon--green,
.request__icon--green {
  border: 2px solid #00a0d8;
  background: #00a0d8;
  color: #fff;
}
.file__icon--green:before,
.request__icon--green:before {
  border-color: #fff #fff #00a0d8 #00a0d8;
}
.file__icon:before,
.request__icon:before {
  content: "";
  position: absolute;
  top: -2px;
  right: -2px;
  z-index: 100;
  border-width: 0 26px 26px 0;
  border-style: solid;
  display: block;
  width: 0;
}
.file__icon:after,
.request__icon:after {
  content: "";
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 100;
  border-width: 0 20px 20px 0;
  border-style: solid;
  border-color: transparent transparent #fff #fff;
  display: block;
  width: 0;
}
.content {
  display: flex;
}
.content__left {
  width: 20%;
}
.content__left .q {
  width: 120px;
}
.content__left .filter__group {
  font-weight: normal;
  color: #29A0D7;
  font-size: 16px;
  margin: 10px 0;
}
.content__left .menu-list {
  padding: 0;
  margin: 0;
}
.content__left .menu-list-item {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
.content__left .menu-list-item--current {
  text-decoration: underline;
}
.content__right {
  width: 80%;
}
.content__right__image {
  float: right;
  width: 230px;
  margin-top: 22px;
}
.content__right--padding {
  padding-right: 20%;
}
.content__link {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  display: block;
  cursor: pointer;
  color: #29A0D7;
}
.content__link:hover {
  color: #B0C72B;
  text-decoration: underline;
}
.content__link--current {
  text-decoration: underline;
}
.analiz {
  display: block;
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}
.analiz__show_all {
  display: block;
  color: #29A0D7;
  text-decoration: underline;
  cursor: pointer;
  font-weight: lighter;
  font-size: 16px;
}
.analiz--hidden {
  display: none;
}
.analiz__header {
  width: 40%;
  float: left;
  font-size: 22px;
  font-weight: 300;
  display: inline-block;
  margin: 5px 80px 20px 7px;
  padding: 0;
  color: #B0C72B;
}
.analiz__title {
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  display: block;
  margin: 0 0 15px 10px;
  padding: 0;
  color: #29A0D7;
}
.analiz__product {
  display: block;
  width: 40%;
  float: left;
  margin: 10px 60px 10px 10px;
  padding: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-radius: 2px;
}
.analiz__product:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.analiz__product__img {
  width: 100%;
  height: 224px;
  border: 1px solid #ddd;
  padding: 5px;
  box-sizing: border-box;
}
.analiz__product__name {
  font-size: 16px;
  font-weight: lighter;
  margin: 8px 0;
}
.analiz__product__download {
  font-size: 14px;
  font-family: Lato;
  font-weight: 400;
  background: url("../img/icon_download.0b5559ec09e4.svg") no-repeat left center;
  background-size: 18px 18px;
  padding-left: 25px;
}
.analiz__product__download:hover {
  text-decoration: underline;
}
.box {
  display: block;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border: 2px dashed #29A0D7;
  background: #f5f5f5;
  font-family: Lato;
  font-weight: lighter;
}
.box__wrapper {
  margin: 0 auto;
  display: block;
  width: 55%;
  font-family: Lato;
  font-weight: lighter;
}
.box__input {
  height: 300px;
  position: relative;
}
.box__file {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  opacity: 0;
  background: transparent;
  box-shadow: none;
}
.box__new {
  text-align: center;
  display: block;
  margin: 0 auto;
  font-size: 18px;
  line-height: 2;
  color: #29A0D7;
}
.box__uploading {
  text-align: center;
  margin: 0 auto;
  font-size: 18px;
  color: #29A0D7;
  display: none;
}
.box__success {
  text-align: center;
  margin: 0 auto;
  font-size: 18px;
  line-height: 2;
  color: #B0C72B;
  display: none;
}
.box__success u {
  color: #29A0D7;
}
.box__error {
  text-align: center;
  margin: 0 auto;
  font-size: 18px;
  line-height: 2;
  color: #cd0000;
  display: none;
}
.box__error u {
  color: #29A0D7;
}
.box--error .box__error {
  display: block;
}
.box--error .box__icon {
  fill: block;
}
.box--error .box__new {
  display: none;
}
.box--error .box__success {
  display: none;
}
.box--uploading .box__uploading {
  display: block;
}
.box--uploading .box__icon {
  fill: block;
}
.box--uploading .box__new {
  display: none;
}
.box--error .box__success {
  display: none;
}
.box--success .box__success {
  display: block;
}
.box--success .box__icon {
  fill: block;
}
.box--success .box__new {
  display: none;
}
.box__icon {
  width: 100%;
  height: 80px;
  padding-top: 70px;
  fill: #29A0D7;
  display: block;
  margin-bottom: 40px;
}
.message-box {
  display: block;
  width: 100%;
  padding: 0 10px;
  margin: 10px 0;
  box-sizing: border-box;
  border: 2px solid #29A0D7;
}
.product-description strong {
  color: #29A0D7;
}
img.product-description {
  height: 140px;
  float: right;
}
ul.product-description {
  list-style-type: "✓  ";
}
table#delivery_years {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  margin: 1em 0;
}
table#delivery_years > thead > tr > th {
  color: #fff;
  background: #29A0D7;
}
table#delivery_years th,
table#delivery_years td {
  text-align: center;
  padding: 10px;
  font-weight: bold;
  border: 2px solid #7fc6e7;
}
.page404__img {
  width: 150px;
  display: block;
  margin: 30px auto;
}
.page404__img__plug {
  margin: 0 -35px;
  padding: 0 -5px;
}
.page404__title {
  text-align: center;
  text-transform: uppercase;
  font-size: 35px !important;
  font-weight: lighter !important;
}
.page404__text {
  text-align: center;
  font-size: 20px;
  color: #29A0D7;
  font-weight: lighter;
}
.page404__link {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  cursor: pointer;
  background: #29A0D7;
  padding: 8px 16px;
  color: #fff;
  font-size: 16px;
  border: 0;
  outline: 0;
  border: 2px solid #29A0D7;
  text-transform: uppercase;
  float: right;
  margin-top: 30px;
  float: none !important;
  margin: 0 auto;
  display: block;
  width: 120px;
  text-align: center;
  white-space: nowrap;
}
.page404__link:disabled {
  color: #373736;
}
.page404__link:hover {
  text-decoration: underline;
}
.page404__link:disabled:hover {
  cursor: default;
  text-decoration: none;
}
.page404__link--center {
  float: none !important;
  margin: 0 auto !important;
  display: block;
  width: 100% !important;
}
.page404__link--left {
  float: left !important;
}
.page404__link--right {
  float: right !important;
}
.page404__link--archive {
  background: #4c6a79;
  border: 2px solid #4c6a79;
}
.page404__link--inverted {
  background: #fff;
  color: #29A0D7;
}
.year--current {
  text-decoration: underline !important;
  font-weight: bold;
}
.video {
  display: block;
  overflow: hidden;
  width: calc((100% - 60px) / 3);
  margin-right: 20px;
  float: left;
}
.video:nth-of-type(3n) {
  margin-right: 0;
}
.video__list {
  display: block;
  overflow: hidden;
  width: 100%;
  margin: 0 0 10px 0;
}
.video__name {
  color: #29A0D7;
  font-weight: normal;
  font-size: 18px;
}
.video__container {
  width: 100%;
  padding-top: 56.25%;
  height: 0px;
  position: relative;
}
.video__video {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.video__description {
  color: #424242;
  height: 40px;
  overflow: hidden;
}
@-webkit-keyframes flash_border {
  0% {
    border-color: red;
  }
  10% {
    border-color: #4c6a79;
  }
  20% {
    border-color: red;
  }
  30% {
    border-color: #4c6a79;
  }
  40% {
    border-color: red;
  }
  50% {
    border-color: #4c6a79;
  }
  60% {
    border-color: red;
  }
  70% {
    border-color: #4c6a79;
  }
  80% {
    border-color: red;
  }
  90% {
    border-color: #4c6a79;
  }
  100% {
    border-color: red;
  }
}
@keyframes flash_border {
  0% {
    border-color: red;
  }
  10% {
    border-color: #4c6a79;
  }
  20% {
    border-color: red;
  }
  30% {
    border-color: #4c6a79;
  }
  40% {
    border-color: red;
  }
  50% {
    border-color: #4c6a79;
  }
  60% {
    border-color: red;
  }
  70% {
    border-color: #4c6a79;
  }
  80% {
    border-color: red;
  }
  90% {
    border-color: #4c6a79;
  }
  100% {
    border-color: red;
  }
}
.template--base .form {
  width: 650px;
}
.template--base .wide-form {
  width: 800px;
}
.template--base .wide-response-form .field--usage,
.template--base .wide-response-form .field--name {
  width: 375px;
}
.template--base .field__wide-label,
.template--base .wide-response-label {
  font-size: 18px;
}
.template--base .wide-form #id_product,
.template--base .wide-form #id_usage {
  display: inline-block;
}
.template--base .wide-form input[type="text"],
.template--base .wide-form input[type="number"] {
  border: none;
  border-bottom: 1px solid #B0C72B;
}
.template--base .wide-form input:user-invalid {
  border: solid 2px red;
}
.template--base .wide-form input[type="radio"] {
  display: none;
}
.template--base .wide-form input[type="radio"] + div {
  display: inline-block;
  padding: 10px;
  margin: 10px;
  box-sizing: border-box;
  border: 1px solid #29A0D7;
  width: 250px;
  text-align: center;
  background: #ddd;
}
.template--base .wide-form .field--product input[type="radio"] + div {
  padding-top: 0;
}
.template--base .wide-form input[type="radio"] + div img {
  height: 33px;
  position: relative;
  top: 11px;
}
.template--base .wide-form input[type="radio"]:checked + div {
  background: #fff;
}
.template--base .wide-form .field--name input {
  width: 360px;
}
.template--base .wide-form .row-delivery_year .remove-row {
  position: absolute;
  left: 10px;
}
.template--base .wide-form .row-delivery_year .remove-row img {
  position: relative;
  height: 24px;
  top: 14px;
}
.template--base .wide-form .row-delivery_year input {
  margin-top: 17px;
}
.template--base .wide-form .row-delivery_year .field--delivery_year select {
  width: 100px;
  color: #29A0D7;
  background: #fff;
  text-align: center;
}
.template--base .wide-form .row-delivery_year .field--volume input {
  width: 180px;
}
.template--base .wide-form .row-delivery_year .add-row {
  height: 33px;
  width: 33px;
  display: inline;
  position: relative;
  top: 11px;
}
.template--base .wide-form .field--price_maintenance {
  margin-bottom: 1em;
}
.template--base .wide-form .field--price_maintenance input {
  width: 100px;
  margin-top: 17px;
  padding-left: 10px;
  font-family: 'Lato', sans-serif;
  text-align: center;
}
.template--base .wide-form .field--price_maintenance input:read-only {
  width: 100px;
  margin-top: 17px;
  padding-left: 10px;
  font-family: 'Lato', sans-serif;
  text-align: center;
  background: #ddd;
}
.template--base .wide-form button[type="submit"] {
  margin-top: 2em !important;
}
.template--base .field {
  display: inline-block;
  width: 100%;
}
.template--base .field--error .select2-selection,
.template--base .field--error input {
  border: solid 1px red !important;
  -webkit-animation: flash_border 5s;
  animation: flash_border 5s;
  -moz-animation: flash_border 5s;
  -o-animation: flash_border 5s;
}
.template--base .field__errors {
  margin: 0;
}
.template--base .field--kpp_benachrichtigungen_c .field__field {
  float: right;
}
.template--base .field--detailed .field__field {
  float: right;
}
.template--base .field--required .template--base .field__label:after {
  content: 'erforderlich';
  padding-right: 3px;
  padding-top: 7px;
  text-align: right;
  float: right;
  font-size: 13px;
  color: #424242;
}
.template--base .field__help_text_on_top {
  padding-bottom: 7px;
}
.template--base .field__inline {
  width: 375px !important;
}
.template--base .field__label {
  font-weight: lighter;
  font-size: 16px;
}
.template--base .field__wide-label {
  display: inline-block;
  min-width: 175px;
}
.template--base .field--first_name {
  width: 48%;
  float: left;
  display: block;
}
.template--base .field--last_name {
  width: 48%;
  float: left;
  margin-left: 4%;
  clear: right;
}
.template--base .field__field input,
.template--base .field__field select,
.template--base .field__field textarea {
  -webkit-appearance: none;
  margin-top: 3px;
  box-sizing: border-box;
  line-height: 1.4;
  width: 90%;
  font-family: 'Lato';
  font-size: 17px;
  font-weight: lighter;
  border: 0;
  background: #eee;
  padding: 8px 15px;
  outline: 0;
  color: #424242;
}
.template--base .field__field input:focus,
.template--base .field__field select:focus,
.template--base .field__field textarea:focus {
  outline: 2px solid #29A0D7;
}
.template--base .field__field input[type=checkbox] {
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-appearance: checkbox !important;
  display: inline-block;
}
.template--base .field__field textarea {
  height: 140px;
}
.template--base .field__field .unit {
  font-weight: lighter;
  font-size: 17px;
  color: #424242;
  padding-left: 5px;
}
.template--base .field__field .select2-selection {
  -webkit-appearance: none;
  margin-top: 3px;
  font-size: 17px;
  font-weight: lighter;
  border: 0;
  background-color: #eee;
  height: 39.8px;
  border-radius: 0;
}
.template--base .field__field .select2-selection__arrow b {
  display: none;
}
.template--base .field__field .select2-selection__rendered {
  padding: 8px 15px !important;
  line-height: 1.4 !important;
}
.template--base .button {
  width: auto !important;
  margin: 0 !important;
}
.upload-form__field--doc {
  width: 90% !important;
}
#id_marketing_package-doc,
#id_climate_protection_project-doc,
#id_nehs_information_material-doc {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.field--doc label {
  box-sizing: border-box;
  width: 100%;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 8px 15px;
  color: #29A0D7;
  border: 2px solid #29A0D7;
}
.field--doc label:before {
  display: block;
  float: left;
  height: 22px;
  width: 32px;
  content: ' ';
  background: url("../img/icon_download.0b5559ec09e4.svg") no-repeat left center;
  background-size: 22px 22px;
  padding-left: 5px;
}
.selected-file {
  font-weight: bold !important;
  border: 2px solid #B0C72B !important;
}
.button {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  cursor: pointer;
  background: #29A0D7;
  padding: 8px 16px;
  color: #fff;
  font-size: 16px;
  border: 0;
  outline: 0;
  border: 2px solid #29A0D7;
  text-transform: uppercase;
  float: right;
  margin-top: 30px;
}
.button:disabled {
  color: #373736;
}
.button:hover {
  text-decoration: underline;
}
.button:disabled:hover {
  cursor: default;
  text-decoration: none;
}
.button--center {
  float: none !important;
  margin: 0 auto !important;
  display: block;
  width: 100% !important;
}
.button--left {
  float: left !important;
}
.button--right {
  float: right !important;
}
.button--archive {
  background: #4c6a79;
  border: 2px solid #4c6a79;
}
.button--inverted {
  background: #fff;
  color: #29A0D7;
}
.button-div {
  display: flex;
  margin-top: 15px;
}
.content__right .form {
  float: left;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none !important;
  margin: 0 !important;
  /* <-- Apparently some margin are still there even though it's hidden */
}
input[type=number] {
  -moz-appearance: textfield !important;
  /* Firefox */
}
.upload-form {
  float: left;
  margin-bottom: 40px;
}
body.with-cookie-bar {
  padding-top: 35px;
}
body.with-cookie-bar .cookie-bar--buttons {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  justify-content: center;
}
.cookie-bar {
  position: fixed;
  width: 100%;
  bottom: 0;
  text-align: center;
  height: 40%;
  line-height: 25px;
  background: rgba(221, 221, 221, 0.75);
  padding: 30px 0;
  color: black;
  z-index: 99999;
}
.cookie-group {
  margin: 40px 0;
}
.cookie-group-form {
  text-align: center;
}
.cookie-group-form .cookie-group-form--child {
  display: inline-block;
}
.cookie-button {
  font-family: 'Lato', sans-serif;
  cursor: pointer;
  background: #29A0D7;
  padding: 8px 16px;
  color: #fff;
  font-size: 16px;
  outline: 0;
  border: 2px solid #29A0D7;
  margin: 25px 10px;
  width: 160px;
  height: 60px;
}
.cookie-button.button-color-inverted {
  color: #29A0D7;
  background: #fff;
  border-color: #ddd;
}
.cookie-button.button-color-inverted a {
  color: #29A0D7;
}
.cookie-button a {
  color: #fff;
}
.cookie-button:disabled {
  color: #aaa;
  background: #ddd;
  border-color: #ddd;
}
.cookie-button:hover {
  text-decoration: underline;
}
.cookie-button:disabled:hover {
  cursor: default;
  text-decoration: none;
}
ul.messages {
  display: inline-block;
  padding: 0;
}
ul.messages li.success {
  background: #B0C72B;
  color: #fff;
  list-style: none;
}
.hide-close-button .ui-dialog-titlebar-close {
  display: none;
}
.hide-title-bar .ui-dialog-titlebar {
  display: none;
}
.ui-widget {
  font-family: 'Lato', sans-serif !important;
}
section.power-bi.embed-container {
  aspect-ratio: 16 / 9;
}
section.power-bi.embed-container iframe {
  border: none;
}
/*# sourceMappingURL=all.css.2e3067c6c3d0.map */