@charset "UTF-8";
* {
  box-sizing: border-box;
}

.mandatetext > p, dl {
  font-size: small;
}

input[type=file]::file-selector-button {
  margin-right: 20px;
  border: none;
  background: #316AAA;
  padding: 5px 10px;
  color: #fff;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
  -webkit-appearance: none;
  text-align: left;
}

input[type=file]::file-selector-button:hover {
  background: #264E7B;
}

.circle {
  height: 8em;
  width: 8em;
  background-color: #316AAA;
  color: #FFF;
  border-radius: 50%;
  float: right;
  z-index: 1;
  position: relative;
  margin-top: -20em;
  margin-right: 3em;
  padding-top: 20px;
  transform: rotate(16deg);
}

.circle:hover, .circle:active, .circle:focus {
  background: #264E7B;
  color: #FFF;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), inset 0 -3px 0 rgba(0, 0, 0, 0.32);
}

.container {
  height: 100%;
  min-height: 100%;
  margin: 0 0 1em auto;
}

.button-wrap {
  position: relative;
  text-align: center;
  top: 50%;
  margin-top: -2.5em;
}

@media (max-width: 40em) {
  .button-wrap {
    margin-top: -1.5em;
  }
}
.button-label {
  display: inline-block;
  padding: 1em 2em;
  margin: 0.5em;
  cursor: pointer;
  color: #ffffff;
  border-radius: 0.25em;
  background: #efefef;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), inset 0 -3px 0 rgba(0, 0, 0, 0.22);
  transition: 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.button-label h1 {
  font-size: 1em;
  font-family: "Lato", sans-serif;
}

.button-label:hover {
  background: #d6d6d6;
  color: #ffffff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), inset 0 -3px 0 rgba(0, 0, 0, 0.32);
}

.button-label:active {
  transform: translateY(2px);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), inset 0px -1px 0 rgba(0, 0, 0, 0.22);
}

@media (max-width: 40em) {
  .button-label {
    padding: 0em 1em 3px;
    margin: 0.25em;
  }
}
.yes-button:checked + .button-label {
  background: #002D60;
  color: #efefef;
}

.yes-button:checked + .button-label h1 {
  color: #efefef;
}

.yes-button:checked + .button-label:hover {
  background: #264E7B;
  color: #e2e2e2;
}

.no-button:checked + .button-label {
  background: #002D60;
  color: #efefef;
}

.no-button:checked + .button-label h1 {
  color: #efefef;
}

.no-button:checked + .button-label:hover {
  background: #264E7B;
  color: #e2e2e2;
}

.big-letter-input {
  font-size: 30px !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  border-bottom: 1px solid black !important;
}

body {
  height: 100%;
  overflow-x: hidden;
}

/* open-sans-300 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url("../fonts/open-sans-v13-latin-300.woff2") format("woff2"), url("../fonts/open-sans-v13-latin-300.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-regular - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url("../fonts/open-sans-v13-latin-regular.woff2") format("woff2"), url("../fonts/open-sans-v13-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-700 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("../fonts/open-sans-v13-latin-700.woff2") format("woff2"), url("../fonts/open-sans-v13-latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
.width-100-pc {
  width: 100%;
}

.rabatt {
  text-decoration: line-through;
  color: grey;
}

/*
  Top-Nav-Bar
*/
.top-bar-section ul li > a.button {
  color: #FFF;
  border-color: #074E68;
  background-color: #316AAA;
}
.top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
  color: #FFF;
  background-color: #264E7B;
}

.dropdown {
  border: 1px solid #E1E1E1;
}

.top-bar-section .has-dropdown > a {
  padding-right: 0.935rem !important;
}

.top-bar-section li.active:not(.has-form) a:not(.button) {
  background-color: #FFF;
  color: #002E60;
  height: 45px;
  border-bottom: 1px solid #E1E1E1;
}
.top-bar-section li.active:not(.has-form) a:not(.button):hover, .top-bar-section li.active:not(.has-form) a:not(.button):focus {
  background-color: #F5F5F5;
  color: #264E7B;
  height: 44px;
}

button, .button {
  display: inline-block;
  background-color: #316AAA;
  border-color: #074E68;
  color: #FFF;
}
button:hover, button:focus, .button:hover, .button:focus {
  background-color: #264E7B;
}

.no-padding, .no-padding-button {
  padding: 0.575rem 1rem 0.475rem !important;
}

.no-padding-button {
  margin: -4px 0 0 !important;
  font-size: 0.8125rem;
}

.range-slider.round .range-slider-handle {
  background: #316AAA;
}
.range-slider.round .range-slider-handle:hover, .range-slider.round .range-slider-handle:focus {
  background-color: #264E7B;
}

a {
  color: #316AAA;
}
a:hover, a:focus {
  color: #264E7B;
}

.cookies-hinweis {
  max-width: 100% !important;
  background-color: #F0F0F0;
  font-size: 0.72222rem;
}
.cookies-hinweis button, .cookies-hinweis .button {
  margin: 0;
  padding-bottom: 0.4125rem;
  padding-top: 0.4125rem;
}

.no-margin {
  margin: 0;
}

.switch input:checked + label {
  background: #316AAA;
}

.has-form {
  background-color: #FFF !important;
  border-bottom: 1px solid #E1E1E1 !important;
}

.centered-text {
  text-align: center;
}

.right-aligned-text {
  text-align: right;
}

.oder-text {
  font-size: 1.5em;
  line-height: 1.4;
}

.oder-text-centered {
  margin-left: 17%;
}

.fa-4-7x {
  font-size: 4.7em;
  padding-bottom: 0.21em;
  padding-top: 0.38em;
}

.small {
  font-size: small;
  margin-bottom: 0.3rem;
}

.content {
  min-height: 87%;
}

fieldset:hover {
  background-color: #fefefe;
  box-shadow: 1px 1px 6px 1px #e0e0e0;
}

.scroll {
  max-height: 40em;
  overflow-y: scroll;
  padding: 10px;
}

.panel.callout h6 {
  line-height: 1.4em;
  margin-bottom: 0.625rem;
}

.alert-box.info, .alert-box.alert {
  line-height: 1.5em;
}

.inherit-display {
  display: inherit !important;
}

/*
  Zeilenumbrüche bei Labels für Radio-Buttons
*/
.unwrappable {
  white-space: nowrap;
}

label {
  white-space: normal;
}

/*
  Tooltips
*/
.has-tip {
  border-bottom: dotted 1px #cccccc;
  cursor: help;
  font-weight: inherit;
  color: #333333;
}
.has-tip:hover, .has-tip:focus {
  border-bottom: dotted 1px #003f54;
  color: #333333;
}

/*
  Kontakt / Telefonnummer
*/
#kontakt {
  margin-top: 66px;
}

.kontaktleiste {
  border-left: 1px solid silver;
  padding-left: 30px;
}

.einheit-neu {
  height: 4em;
  filter: invert(100%) sepia(7%) saturate(0%) hue-rotate(144deg) brightness(109%) contrast(101%);
}

.einheit-vollst {
  max-height: 4em;
  filter: invert(65%) sepia(52%) saturate(441%) hue-rotate(89deg) brightness(79%) contrast(93%);
}

.einheit-standard {
  max-height: 4em;
}

.einheit-active {
  filter: invert(42%) sepia(60%) saturate(1333737%) hue-rotate(195deg) brightness(88%) contrast(87%);
  text-decoration: underline;
}

.einheit-delete {
  color: lightgray !important;
  margin-bottom: 5px;
}

.einheit-delete:hover {
  color: red !important;
}

/*
  Kunde
*/
.kunde {
  position: relative;
  min-width: 480px;
  white-space: nowrap;
  margin: 0 20px 20px 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
  padding: 0 0 0.25rem;
  float: left;
}
.kunde:before {
  position: absolute;
  width: 40%;
  height: 10px;
  content: " ";
  left: 12px;
  bottom: 12px;
  background: transparent;
  -webkit-transform: skew(-5deg) rotate(-5deg);
  -moz-transform: skew(-5deg) rotate(-5deg);
  -ms-transform: skew(-5deg) rotate(-5deg);
  -o-transform: skew(-5deg) rotate(-5deg);
  transform: skew(-5deg) rotate(-5deg);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  z-index: -1;
}
.kunde:after {
  position: absolute;
  width: 40%;
  height: 10px;
  content: " ";
  left: 12px;
  bottom: 12px;
  background: transparent;
  -webkit-transform: skew(-5deg) rotate(-5deg);
  -moz-transform: skew(-5deg) rotate(-5deg);
  -ms-transform: skew(-5deg) rotate(-5deg);
  -o-transform: skew(-5deg) rotate(-5deg);
  transform: skew(-5deg) rotate(-5deg);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  z-index: -1;
  left: auto;
  right: 12px;
  -webkit-transform: skew(5deg) rotate(5deg);
  -moz-transform: skew(5deg) rotate(5deg);
  -ms-transform: skew(5deg) rotate(5deg);
  -o-transform: skew(5deg) rotate(5deg);
  transform: skew(5deg) rotate(5deg);
}
.kunde hr {
  margin-bottom: -0.4em;
}
.kunde .kundename {
  display: inline;
  white-space: nowrap;
  padding-right: 1rem;
}
.kunde .namenszusatz {
  margin-top: -5px;
  margin-bottom: 2px;
}
.kunde .profilbearbeiten {
  font-size: 0.8925rem;
}
.kunde .label.secondary, .kunde .label.success, .kunde .label.warning, .kunde .label.danger {
  top: -10px;
  left: 13px;
}
.kunde .label > a {
  color: white;
}

.kunde-links {
  margin-top: 18px;
  padding: 0 15px 0 15px;
  white-space: normal;
}

ul.pagination li a, ul.pagination li button {
  color: #316AAA;
  font-weight: bold;
}

.kunde-details {
  padding: 2px 15px 0px 4.2em;
  white-space: normal;
}
.kunde-details button, .kunde-details .button {
  margin: 0;
  padding-bottom: 0.4125rem;
  padding-top: 0.4125rem;
}

.kunde-icon {
  float: left;
  margin-top: -10px;
  height: 10em;
  padding-right: 10px;
}

.kunde-labels {
  top: -10px;
  left: 13px;
}

.kunde-empty-wzcode {
  padding: 2px 15px;
}

/*
Error-Handling
*/
label small, .error > label > small {
  text-transform: none;
}

[data-abide] .error small.error, [data-abide] span.error, [data-abide] small.error {
  margin-top: 2px;
  font-style: normal;
}

/*
  Panel
*/
.panel {
  background-color: #FAFAFA;
}

/*
  Drucken
*/
@media print {
  .no-print {
    display: none !important;
  }
  .no-print * {
    display: none !important;
  }
  body {
    overflow: visible !important;
    float: none !important;
    width: 100%;
    height: 100%;
  }
}
.no-print {
  margin: 0;
}

/*
  Verbleibende Zeichen in TextArea
*/
.characters-left {
  font-size: 0.875rem;
  color: #4D4D4D;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 11px;
  margin-top: -11px;
  padding-right: 8px;
  text-align: right;
}

/*
 Überschriften
*/
.font-light {
  font-style: normal;
  font-weight: 300;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif !important;
  text-rendering: optimizelegibility;
}

.font-italic {
  font-style: italic;
}

/*
  Titelzeile
*/
.top-bar {
  background-color: #FFF;
  border-bottom: 1px solid #E1E1E1;
  z-index: 1;
}
.top-bar .name a {
  color: #002D60;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: bold;
  display: block;
  padding: 0.5rem 15px;
  font-size: 1.0625rem;
  text-rendering: optimizelegibility;
}
.top-bar .name a:hover {
  color: #264E7B;
}

.brandImage {
  height: 32px;
}

/*
  Ausgeklappt
*/
.top-bar .toggle-topbar.menu-icon a {
  color: #122053;
}
.top-bar .toggle-topbar.menu-icon a:after {
  box-shadow: 0px 10px 0px 1px #122053, 0px 16px 0px 1px #122053, 0px 22px 0px 1px #122053;
}
.top-bar.expanded .title-area {
  background-color: #FFF;
}

.top-bar-section ul li.active > a {
  background-color: #FFF;
}

.hr-bold {
  border-color: #AEAEAE;
  border-width: 2px 0px 0px;
}

/*
  Prozessanzeige
  http://blog.sathomas.me/post/tracking-progress-in-pure-css
*/
ol.progtrckr {
  margin: 0;
  padding: 0px 0px 20px 0px;
  list-style-type: none;
  white-space: nowrap;
}
ol.progtrckr li {
  display: inline-block;
  text-align: center;
  line-height: 3em;
}
ol.progtrckr[data-progtrckr-steps="2"] li {
  width: 48%;
}
ol.progtrckr[data-progtrckr-steps="3"] li {
  width: 32%;
}
ol.progtrckr[data-progtrckr-steps="4"] li {
  width: 24%;
}
ol.progtrckr[data-progtrckr-steps="5"] li {
  width: 19%;
}
ol.progtrckr[data-progtrckr-steps="6"] li {
  width: 18%;
}
ol.progtrckr[data-progtrckr-steps="7"] li {
  width: 13%;
}
ol.progtrckr[data-progtrckr-steps="8"] li {
  width: 11%;
}
ol.progtrckr[data-progtrckr-steps="9"] li {
  width: 10%;
}

.teilschritt {
  width: 4% !important;
}

.color-green {
  color: #43AC6A;
}

ol.progtrckr li.progtrckr-done {
  color: black;
  border-bottom: 4px solid #43AC6A;
}
ol.progtrckr li.progtrckr-done a {
  color: white;
}
ol.progtrckr li.progtrckr-todo {
  color: silver;
  border-bottom: 4px solid silver;
}
ol.progtrckr li.progtrckr-todo a {
  color: silver;
}
ol.progtrckr li:after {
  content: "  ";
}
ol.progtrckr li:before {
  position: relative;
  bottom: -2.5em;
  float: left;
  left: 50%;
  line-height: 1em;
}
ol.progtrckr li.progtrckr-done:before {
  content: "✓";
  color: white;
  background-color: #43AC6A;
  height: 1.2em;
  width: 1.2em;
  line-height: 1.2em;
  border: none;
  border-radius: 1.2em;
}
ol.progtrckr li.progtrckr-todo:before {
  content: "Ο";
  color: silver;
  background-color: white;
  font-size: 1.5em;
  bottom: -1.6em;
}
ol.progtrckr li.progtrckr-todo.tab-title:before {
  background-color: #074E68 !important;
}

/*
  Footer
*/
.full-width {
  max-width: 100% !important;
}

.footer {
  background-color: #2980b9;
  padding: 1rem 2rem;
  text-align: center;
  color: #fff;
  min-height: 10%;
}
.footer i {
  font-size: 100px;
}
.footer h4 {
  color: #FFF;
  font-size: 1em;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 2.5rem;
  margin-bottom: 10px;
}
.footer p {
  font-weight: 300;
  color: #FFF;
}
.footer a {
  font-weight: 300;
  color: #FFF;
}
.footer a:hover {
  text-decoration: underline;
}

@media only screen and (min-width: 40.063em) {
  .footer .columns:nth-child(n+2) {
    border-left: 1px solid #b3b3b3;
    min-height: 280px;
  }
}
.footer-links {
  list-style-type: none;
}
.footer-links li {
  margin-top: 0.5em;
}

/*
 Hero
*/
.lhm-logo {
  padding-top: 3em;
  max-height: 13em;
  min-height: 8em;
  min-width: 8em;
  float: right;
  transition: all 0.2s ease-in-out;
  animation-name: pulse;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 1s;
}
.lhm-logo:hover {
  transform: scale(1.1);
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.1);
  }
  60% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.features-white {
  padding: 35px 20px 70px;
}

.features-grey {
  padding: 10px 20px 50px;
  background-color: rgba(221, 221, 221, 0.62);
}

.color-white {
  color: white !important;
}

.background-color-white {
  background-color: white !important;
}

.background-color-light-grey {
  background-color: #f8f8f8 !important;
}

.features-dark {
  background-color: #074E68;
  color: #FFF;
  text-align: left;
  position: relative;
  padding: 3em 20px 3em;
  max-width: 200rem;
}
.features-dark:last-child {
  color: #FFF;
}
.features-dark h1, .features-dark h2, .features-dark h4, .features-dark h3 {
  color: #FFF;
}
.features-dark p > a {
  color: #FFF;
}

#ablauf .tabs-content {
  margin-top: 1em;
}

.subheader-dark {
  color: #BFBFBF !important;
}

#hinweisEinschraenkung {
  color: rgb(84, 66, 55);
  font-size: 0.83rem;
}

.platzhalter-2 {
  margin-bottom: 2em;
}

.platzhalter-4 {
  margin-bottom: 4.5em;
}

.marketing {
  color: #074E68;
}

.promo {
  line-height: 2.2em;
  padding: 0.3em 2em 0 1em;
  border-bottom: 1px solid rgba(7, 78, 104, 0.2);
  text-align: center;
}

@media (min-width: 1024px) {
  .promo-left {
    padding-right: 2%;
    text-align: right;
  }
  .promo-right {
    padding-right: 18%;
    padding-left: 2%;
    text-align: left;
  }
}
.center-table {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 400px;
}

.fa-paragraph:before {
  font-weight: bold;
  content: "§";
  font-family: "PT Serif", serif;
}

.border-left {
  border-left: 1px outset;
  padding-left: 40px;
}

.border-right {
  padding-right: 40px;
  padding-left: 26px;
}

/**
*/
.logindaten {
  color: grey;
}
.logindaten:hover {
  color: black;
}

/**
* Google Maps fixes
*/
.gm-style img {
  max-width: none;
}
.gm-style label {
  width: auto;
  display: inline;
}

#map-canvas {
  width: 100%;
  height: 42em;
}

.vcard {
  min-width: 19em;
}

.display-inline {
  display: inline;
}

/**
* dropcap
*/
.dropcap, .dropcap-green, .dropcap-black {
  display: block;
  float: left;
  font-size: 1.25rem;
  line-height: 2rem;
  margin: 0.25rem 0.5rem 0 0;
  text-align: center;
  width: 2rem;
}

.dropcap.round {
  border-radius: 50%;
}

.round.dropcap-green, .round.dropcap-black {
  border-radius: 50%;
}

.dropcap-green {
  background: #43AC6A;
  color: #FFF;
}

.dropcap-black {
  background: #000;
  color: #FFF;
}

/**
  secondary-tabs
*/
.secondary-tabs .tabs {
  text-align: center;
  margin-left: 0px;
}
.secondary-tabs .tabs i {
  font-size: 1rem;
  margin-right: 2px;
}
.secondary-tabs .tabs li {
  width: 25%;
}
.secondary-tabs .tabs li:hover i {
  font-size: 1.2rem;
}
.secondary-tabs .tabs .tab-title > a {
  background-color: #F9F9F9;
  outline: none;
  font-size: 1rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.secondary-tabs .tabs .tab-title > a:hover {
  font-size: 1.2rem;
}

.tabs dd, .tabs .tab-title {
  position: relative;
  margin-bottom: 0px !important;
  float: left;
  list-style: outside none none;
}
.tabs dd > a, .tabs .tab-title > a {
  color: #002E60;
  display: block;
  padding: 2px 1px 2px 11px;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

.secondary-tabs .tabs-content {
  border: 1px solid #999;
  border-top: none;
}
.secondary-tabs .tabs-content h3 {
  margin-left: 2.7rem;
}
.secondary-tabs .tabs-content h5 {
  color: #e74c3c;
  margin-left: 2.7rem;
}
.secondary-tabs .tabs-content p {
  margin-bottom: 0.2rem;
}
.secondary-tabs .tabs-content .switch {
  margin-bottom: 1rem;
}

/**
Switches
**/
.switch.round label {
  margin-right: 1em;
}

.switch-on {
  position: absolute;
  left: -49px;
  top: 7px;
  color: #FFF;
  font-weight: bold;
  font-size: 9px;
}

.switch-off {
  position: absolute;
  left: -24px;
  top: 7px;
  color: #444444;
  font-weight: bold;
  font-size: 9px;
  top: 7px;
}

/**
file upload
**/
#file-input {
  display: none;
}

.display-none {
  display: none;
}

.bild-anzeige img {
  height: 32px;
  vertical-align: top;
}
.bild-anzeige:after {
  content: "  \f093";
  position: absolute;
  color: #316AAA;
  font-family: FontAwesome;
  font-size: 2em;
  width: 80px;
  height: 80px;
  top: -4px;
  left: 13px;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.bild-anzeige:hover:after {
  opacity: 1;
}

.curious-image {
  height: 93vh;
  background: url("/assets/images/energiesteuer/curious.jpg") no-repeat;
  background-size: cover;
}

.curious-image-small {
  height: 93vh;
  background: url("/assets/images/energiesteuer/curious-small.jpg") no-repeat;
  background-size: cover;
}

.stromsteuer-image {
  height: 93vh;
  background: url("/assets/images/stromsteuer/stromsteuer.png") no-repeat;
  background-size: cover;
}

.energiesteuer-image-small {
  height: 93vh;
  background: url("/assets/images/stromsteuer/stromsteuer-small.png") no-repeat;
  background-size: cover;
}

.berater-image {
  height: 93vh;
  background: url("/assets/images/berater/berater.jpg") no-repeat;
  background-size: cover;
}

.wzcode-image {
  height: 93vh;
  background: url("/assets/images/wzcode/wirtschaft.jpg") no-repeat;
  background-size: cover;
}

.marketing-text {
  margin-top: 50vh;
  padding: 0px 32px;
}

.marketing-text-top {
  margin-top: 5vh;
  padding: 0px 32px;
}

.marketing-button {
  margin-left: 15px;
}

.marketing-bg {
  background-color: rgba(248, 248, 252, 0.75);
}

.row {
  max-width: 80rem;
}
.row.topic {
  margin-top: 5em;
  margin-bottom: 3em;
}

.ct-series-a .ct-bar {
  stroke: #074E68 !important;
}

.ct-series-b .ct-bar {
  stroke: #316AAA !important;
}

.spinner {
  text-align: center;
  padding-left: 10px;
}
.spinner > div {
  width: 10px;
  height: 10px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.accordion-icon {
  min-width: 32px;
  display: inline-block;
}

.accordion .accordion-navigation.active > a, .accordion dd.active > a {
  background: #f8f8f8;
  color: #222;
  border-bottom: 1px solid #d7d7d7;
}

.accordion .accordion-navigation > a, .accordion dd > a {
  background: #f8f8f8;
  color: #222;
  border-bottom: 1px solid #d7d7d7;
}

.blocksatz {
  text-align: justify;
}

/**
* Accordion
*/
.accordion-admin {
  padding: 0 1px !important;
}

/**
* vertical Tabs
*/
#ablauf .tabs.vertical .tab-title {
  position: inherit;
  float: none;
  display: block;
  top: auto;
  width: 100px;
  padding: 8px;
}

#ablauf .tabs dd > a, #ablauf .tabs .tab-title > a {
  background-color: #264E7B;
  color: #b1b1b1;
}
#ablauf .tabs dd > a:hover, #ablauf .tabs .tab-title > a:hover {
  background-color: #264E7B;
}

#ablauf .tabs dd.active > a, #ablauf .tabs .tab-title.active > a {
  background-color: #316AAA;
  color: white;
}

.steps-images {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#ablauf .tabs-content > .content {
  animation: fade-in 1600ms;
}

/*
* Tooltips
*/
[tooltip]:before {
  position: absolute;
  content: attr(tooltip);
  opacity: 0;
  margin-top: 58px;
  width: 94.1%;
}
[tooltip]:hover:before, [tooltip]:focus:before {
  opacity: 1;
  width: calc(100% - 1.875rem);
  color: #7e7e7e;
  z-index: 3;
  padding: 5px 10px;
  background: #f8f8f8;
  margin-top: 57px;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-shadow: 2px 8px 13px 0px rgba(0, 0, 0, 0.15);
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.775rem;
  font-weight: normal;
}

.tooltip, .f-dropdown {
  background: white;
  color: #7e7e7e;
  border: solid 1px #ccc;
  max-width: 550px !important;
  min-height: auto !important;
  font-size: 1em !important;
}
.tooltip a, .f-dropdown a {
  color: #316AAA;
}

#ablauf {
  height: 100em;
}

.short {
  margin-top: 50em;
}

.fixed-position {
  position: fixed;
  top: 3em;
  max-width: 200rem;
  margin: 0 auto;
  width: 99.6%;
  box-sizing: border-box;
  padding-right: 2.15em;
}

.white-bar {
  position: absolute;
  width: 117%;
  background-color: white;
  margin-left: -3em;
  height: 38em;
  margin-top: 8em;
}

.check-green {
  color: rgba(137, 209, 87, 0.92);
}

/**
Boxes  / Vorteile
*/
.box {
  border-radius: 3px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  padding: 10px 25px;
  display: block;
  margin: 3em 0.5em 2em 1em;
  min-height: 21em;
  max-width: 21em;
}

.box-icon {
  border-radius: 50%;
  display: table;
  height: 100px;
  margin: 0 auto;
  width: 100px;
  margin-top: -61px;
  font-size: 3rem;
}
.box-icon i {
  color: #316AAA;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.info h4 {
  margin-top: 20px;
  font-size: 20px;
  text-transform: uppercase;
}
.info p {
  color: #4f4f4f;
  font-size: 16px;
  padding-top: 10px;
}
.info a {
  border-radius: 2px;
  transition: all 0.5s ease 0s;
}
.info a:hover {
  transition: all 0.5s ease 0s;
}

.primary-color {
  color: #316AAA;
}

.energmansys-entlastung {
  font-weight: bold;
  color: rgb(67, 172, 106);
  font-size: 1.2em;
}

.kwk-entlastung {
  font-weight: bold;
  font-size: 1.2em;
}

.default-cursor {
  cursor: default !important;
}

table.table-fixed {
  table-layout: fixed;
}

table.table-fixed td {
  overflow: hidden;
}

.unterjaehrigKalender {
  margin-top: 1em;
}
.unterjaehrigKalender td {
  border: 1px solid #d2d2d2;
  background-color: white;
}
.unterjaehrigKalender input[type=radio] {
  visibility: hidden;
  margin: 0 0 -1em 0;
  text-align: center;
}
.unterjaehrigKalender label {
  cursor: pointer;
}
.unterjaehrigKalender input[type=radio]:checked + label {
  font-weight: bold;
  color: white;
}
.unterjaehrigKalender .unterjaehrigChecked {
  background-color: #316AAA;
}
.unterjaehrigKalender .unterjaehrigDone {
  background-color: #e9e9e9;
}
.unterjaehrigKalender .unterjaehrigDone input[type=radio]:checked + label {
  font-weight: bold;
  color: #316AAA;
}
.unterjaehrigKalender .unterjaehrigDone label {
  text-align: center;
  color: #43AC6A;
  font-weight: bold;
  cursor: default;
}
.unterjaehrigKalender .unterjaehrigDisabled {
  background-color: #e9e9e9;
}
.unterjaehrigKalender .unterjaehrigDisabled label {
  text-align: center;
  font-style: italic;
  color: grey;
  cursor: default;
}

.force-top {
  top: 0px !important;
  display: block !important;
}

.autocomplete-row:hover {
  background-color: rgba(225, 225, 225, 0.8);
  cursor: pointer;
}
.autocomplete-row.selected {
  background-color: #c2c2c2;
}

.no-border {
  border: none !important;
}

.autocomplete-input {
  border-style: none none solid none !important;
  box-shadow: initial !important;
  border-color: #929292 !important;
  font-size: 1.8em !important;
  height: 2em !important;
}

#autocomplete-ergebnis {
  overflow: auto;
  height: 35em;
}

.dark-input {
  border: none;
  color: white !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
}

.firmensuche-button {
  margin-left: -1em;
  height: 3.5em;
  padding-top: 1.1em;
}

.d-dropdown {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-top: 2px;
  max-width: 200px;
}

.d-dropdown.open {
  display: block;
}

.d-dropdown > *:first-child {
  margin-top: 0;
}

.d-dropdown > *:last-child {
  margin-bottom: 0;
}

.d-dropdown:before {
  border: inset 6px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent #FFFFFF transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -12px;
  left: 10px;
  z-index: 89;
}

.d-dropdown:after {
  border: inset 7px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent #cccccc transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -14px;
  left: 9px;
  z-index: 88;
}

.d-dropdown.right:before {
  left: auto;
  right: 10px;
}

.d-dropdown.right:after {
  left: auto;
  right: 9px;
}

.d-dropdown.drop-right {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-top: 0;
  margin-left: 2px;
  max-width: 200px;
}

.d-dropdown.drop-right.open {
  display: block;
}

.d-dropdown.drop-right > *:first-child {
  margin-top: 0;
}

.d-dropdown.drop-right > *:last-child {
  margin-bottom: 0;
}

.d-dropdown.drop-right:before {
  border: inset 6px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent #FFFFFF transparent transparent;
  border-right-style: solid;
  position: absolute;
  top: 10px;
  left: -12px;
  z-index: 89;
}

.d-dropdown.drop-right:after {
  border: inset 7px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent #cccccc transparent transparent;
  border-right-style: solid;
  position: absolute;
  top: 9px;
  left: -14px;
  z-index: 88;
}

.d-dropdown.drop-left {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-top: 0;
  margin-left: -2px;
  max-width: 200px;
}

.d-dropdown.drop-left.open {
  display: block;
}

.d-dropdown.drop-left > *:first-child {
  margin-top: 0;
}

.d-dropdown.drop-left > *:last-child {
  margin-bottom: 0;
}

.d-dropdown.drop-left:before {
  border: inset 6px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent #FFFFFF;
  border-left-style: solid;
  position: absolute;
  top: 10px;
  right: -12px;
  left: auto;
  z-index: 89;
}

.d-dropdown.drop-left:after {
  border: inset 7px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent #cccccc;
  border-left-style: solid;
  position: absolute;
  top: 9px;
  right: -14px;
  left: auto;
  z-index: 88;
}

.d-dropdown.drop-top {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-left: 0;
  margin-top: -2px;
  max-width: 200px;
}

.d-dropdown.drop-top.open {
  display: block;
}

.d-dropdown.drop-top > *:first-child {
  margin-top: 0;
}

.d-dropdown.drop-top > *:last-child {
  margin-bottom: 0;
}

.d-dropdown.drop-top:before {
  border: inset 6px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: #FFFFFF transparent transparent transparent;
  border-top-style: solid;
  bottom: -12px;
  position: absolute;
  top: auto;
  left: 10px;
  right: auto;
  z-index: 89;
}

.d-dropdown.drop-top:after {
  border: inset 7px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: #cccccc transparent transparent transparent;
  border-top-style: solid;
  bottom: -14px;
  position: absolute;
  top: auto;
  left: 9px;
  right: auto;
  z-index: 88;
}

.d-dropdown li {
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin: 0;
}

.d-dropdown li:hover, .d-dropdown li:focus {
  background: #EEEEEE;
}

.d-dropdown li a {
  display: block;
  padding: 0.5rem;
  color: #555555;
}

.d-dropdown.content {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  padding: 1.25rem;
  width: 100%;
  z-index: 89;
  max-width: 200px;
}

.d-dropdown.content.open {
  display: block;
}

.d-dropdown.content > *:first-child {
  margin-top: 0;
}

.d-dropdown.content > *:last-child {
  margin-bottom: 0;
}

.d-dropdown.radius {
  border-radius: 3px;
}

.d-dropdown.tiny {
  max-width: 200px;
}

.d-dropdown.small {
  max-width: 300px;
}

.d-dropdown.medium {
  max-width: 500px;
}

.d-dropdown.large {
  max-width: 800px;
}

.d-dropdown.mega {
  width: 100% !important;
  max-width: 100% !important;
}

.d-dropdown.mega.open {
  left: 0 !important;
}

.huge-font {
  font-size: 4.45rem;
}

.heroimage {
  background-image: url("/assets/images/soft-pencils.jpg");
  background-size: 2570px;
  background-color: #DAD9D7;
  height: 590px;
  padding: 5% 20px 60px;
}
.heroimage h1 {
  text-shadow: 0 0 5px #3f3f3f;
}
.heroimage h3, .heroimage h4 {
  color: rgb(84, 66, 55) !important;
  text-shadow: 0 0 1px #838383;
}
.heroimage button, .heroimage .button {
  box-shadow: 0 px5 1px 5px 0px rgba(0, 0, 0, 0.39);
  border: 2px solid #002E60;
  background-color: transparent;
  color: #002E60;
}
.heroimage button:hover, .heroimage .button:hover {
  background-color: rgba(0, 46, 96, 0.13);
}
.heroimage button.active, .heroimage .button.active {
  background-color: #002D60;
  color: #FFFFFF;
}

/*# sourceMappingURL=energiesteuer-lhm.css.map */
