@font-face {
  font-family: Myriadpro;
  src: url('../fonts/MyriadPro-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Myriadpro;
  src: url('../fonts/MyriadPro-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Myriadpro;
  src: url('../fonts/MyriadPro-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Myriadpro It;
  src: url('../fonts/MyriadPro-It.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Myriadpro It;
  src: url('../fonts/MyriadPro-BoldIt.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

:root {
  --_colors---kmr-text: #515151;
  --_colors---kmr-red: #aa182c;
  --_colors---kmr-gray: #3a3a3a;
  --_colors---black: #000;
  --_colors---kmr-gray-4: #f3f3f3;
  --_colors---white: white;
  --_colors---kmr-gray-2: #cecece;
  --_colors---borders: #ced4da;
  --_colors---kmr-red-2: #8f1425;
  --_colors---kmr-gray-3: #e9e9e9;
  --_colors---kmr-red-3: #6b0f1c;
  --_colors---kmr-gray-1: #97a3ae;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--_colors---kmr-text);
  font-family: Myriadpro, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}

h1 {
  color: var(--_colors---kmr-red);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}

h2 {
  color: var(--_colors---kmr-gray);
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}

p {
  max-width: 700px;
  margin-bottom: 1rem;
}

a {
  text-decoration: underline;
}

a:focus-visible, a[data-wf-focus-visible] {
  outline-color: var(--_colors---black);
  outline-offset: .125rem;
  outline-width: .125rem;
  outline-style: solid;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

.card {
  background-color: var(--_colors---kmr-gray-4);
  flex: 1;
  padding: 15px;
  position: relative;
}

.card.card-small--red {
  background-color: #f2f2f2;
}

.card.card--white {
  background-color: var(--_colors---white);
  box-shadow: inset 0 0 0 1px var(--_colors---kmr-gray-2);
}

.card.card--100 {
  border: 1px solid var(--_colors---borders);
  background-color: var(--_colors---white);
  height: 100%;
}

.card.card--red {
  background-color: var(--_colors---kmr-red);
  box-shadow: none;
  color: var(--_colors---white);
}

.card.card--alert {
  background-color: var(--_colors---kmr-gray);
  box-shadow: none;
  color: var(--_colors---white);
  margin-bottom: 1rem;
}

.kleingedrucktes {
  max-width: none;
  font-size: .9em;
  font-weight: 400;
  line-height: 1.2em;
}

.padding {
  padding: 15px;
  position: relative;
}

.paragraph--small {
  font-size: 1em;
}

.container-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.spacer-30 {
  width: 100%;
  height: 30px;
}

.form-container {
  height: auto;
}

.form {
  z-index: 49;
  height: auto;
  position: relative;
}

.button {
  background-color: var(--_colors---kmr-red);
  color: var(--_colors---white);
  background-image: url('../images/button-pfeil_weiss.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 40px;
  margin-right: 15px;
  padding: 15px 50px 15px 30px;
  transition: background-color .2s;
  position: relative;
}

.button:hover {
  background-color: var(--_colors---kmr-red-2);
}

.button:focus-visible, .button[data-wf-focus-visible] {
  outline-offset: 1px;
  outline: 3px dashed #000;
}

.textlink {
  border-bottom: 2px solid var(--_colors---kmr-red);
  color: var(--_colors---kmr-gray);
  text-decoration: none;
}

.textlink:hover {
  color: var(--_colors---kmr-red);
}

.logo {
  width: 150px;
}

.section {
  padding: 6vw 50px;
}

.section.section--login {
  padding-top: 3vw;
}

.form__field {
  border: 1px none var(--_colors---borders);
  box-shadow: inset 0 0 0 1px var(--_colors---borders);
  color: #696969;
  background-color: #fff;
  flex: 0 auto;
  width: 100%;
  min-height: 50px;
  margin-bottom: 15px;
  padding: 10px 15px;
  font-size: 1.1em;
  transition: box-shadow .2s;
  display: block;
}

.form__field:hover {
  border-color: #d1d1d1;
  box-shadow: inset 0 0 0 2px #d1d1d1;
}

.form__field:focus {
  border-color: var(--_colors---kmr-red);
  box-shadow: inset 0 0 0 2px var(--_colors---kmr-red);
}

.container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.container.container--small {
  max-width: 475px;
}

.spacer-15 {
  height: 15px;
}

.button-login {
  background-color: var(--_colors---kmr-red);
  color: var(--_colors---white);
  background-image: url('../images/button-pfeil_weiss.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 40px;
  margin-bottom: 0;
  margin-right: 0;
  padding: 15px 50px 15px 30px;
  line-height: 1;
  transition: background-color .2s;
  position: relative;
}

.button-login:hover {
  background-color: var(--_colors---kmr-red-2);
}

.button-login:focus-visible, .button-login[data-wf-focus-visible] {
  outline-offset: 1px;
  outline: 3px dashed #000;
}

.flexcontainer {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  display: flex;
}

.flexcontainer.flexcontainer--space-between {
  justify-content: space-between;
  align-items: center;
}

.flexcontainer.flexcontainer--xleft-ymid {
  justify-content: flex-start;
  align-items: center;
}

.flexcontainer.flexcontainer--xleft-ymid.flex_gap_small {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.flexcontainer.flexcontainer--vertical {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
}

.flexcontainer.flexcontainer--rechnung {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--_colors---borders);
  background-color: var(--_colors---kmr-gray-4);
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
}

.flexcontainer.flexcontainer_rechnung__wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  height: 100%;
  min-height: 350px;
  max-height: 600px;
  overflow: auto;
}

.h1 {
  margin-bottom: 0;
  line-height: 1;
}

.button-primary {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--_colors---kmr-red);
  color: var(--_colors---white);
  flex-flow: row;
  margin-bottom: 0;
  padding: 15px 30px;
  font-size: 1.2rem;
  line-height: 1;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.button-primary:hover {
  background-color: var(--_colors---kmr-red-2);
}

.button-primary:focus-visible, .button-primary[data-wf-focus-visible] {
  outline-offset: 1px;
  outline: 3px dashed #000;
}

.button-logout {
  background-color: var(--_colors---kmr-red);
  color: var(--_colors---white);
  background-image: url('../images/button-pfeil_weiss.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 40px;
  margin-bottom: 0;
  margin-right: 0;
  padding: 15px 50px 15px 30px;
  line-height: 1;
  transition: background-color .2s;
  position: relative;
}

.button-logout:hover {
  background-color: var(--_colors---kmr-red-2);
}

.button-logout:focus-visible, .button-logout[data-wf-focus-visible] {
  outline-offset: 1px;
  outline: 3px dashed #000;
}

.grid {
  grid-template-columns: .25fr 1fr;
}

.button-text {
  border-bottom: 2px solid var(--_colors---kmr-red);
  color: var(--_colors---kmr-gray);
  background-color: #0000;
  margin-right: 0;
  padding: 3px;
  line-height: 1;
  transition: background-color .2s;
  position: relative;
}

.button-text:hover {
  border-bottom-color: var(--_colors---kmr-red-2);
  color: var(--_colors---kmr-red-2);
}

.button-text:focus-visible, .button-text[data-wf-focus-visible] {
  outline-offset: 1px;
  outline: 3px dashed #000;
}

.button-container {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-container.button-container--grow {
  flex-flow: wrap;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
}

.flexbox-66 {
  flex: 0 66.66%;
}

.flexbox-33 {
  flex: 0 33.33%;
}

.div-block {
  flex: 1;
}

.rechnung-text {
  color: var(--_colors---kmr-gray);
  flex: 0 auto;
  min-width: 100px;
  padding-top: 5px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}

.rechnung-text.rechnung-text--small {
  font-size: .9rem;
  font-weight: 700;
}

.rechnung-text.date, .rechnung-text.number, .rechnung-text.type {
  min-width: 90px;
}

.button-small {
  background-color: var(--_colors---kmr-red);
  color: var(--_colors---white);
  margin-right: 0;
  padding: 10px 12px 8px;
  line-height: 1;
  transition: background-color .2s;
  position: relative;
}

.button-small:hover {
  background-color: var(--_colors---kmr-red-2);
}

.button-small:focus-visible, .button-small[data-wf-focus-visible] {
  outline-offset: 1px;
  outline: 3px dashed #000;
}

.spacer-60 {
  width: 100%;
  height: 60px;
}

.header {
  padding: 15px 50px;
}

.header.section--login {
  padding-top: 3vw;
}

.banner {
  background-image: linear-gradient(90deg, var(--_colors---kmr-red) 20%, #fff0 70%), url('../images/Banner_Rechnung-Online_1920x385.jpg');
  background-position: 0 0, 100% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 2560px;
  height: 250px;
  padding-left: 4vw;
  padding-right: 4vw;
}

.bannerimage {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.text-icon {
  font-size: 1.4rem;
}

.banner_container {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1440px;
  height: 100%;
  display: flex;
  position: relative;
  inset: 0%;
}

.h1_banner {
  color: var(--_colors---white);
  font-size: 3.5rem;
  font-weight: 400;
}

.button_icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--_colors---kmr-red);
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.button_icon:hover {
  background-color: var(--_colors---kmr-red-2);
}

.button_icon.button_icon--secondary {
  background-color: var(--_colors---kmr-gray-4);
  color: var(--_colors---kmr-gray);
}

.button_icon.button_icon--secondary:hover {
  color: var(--_colors---kmr-red-2);
}

.icon-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.button_text {
  padding-top: 2px;
  line-height: 1;
}

.filter__from {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: var(--_colors---kmr-red);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.select {
  background-color: var(--_colors---white);
  color: var(--_colors---kmr-red);
  cursor: pointer;
  border: 1px #000;
  margin-bottom: 0;
  padding: .6rem .5rem .5rem 0;
  transition: color .2s;
}

.select:hover {
  box-shadow: inset 0 -1px 0 0 var(--_colors---kmr-red-2);
  color: var(--_colors---kmr-red-2);
}

.rechnung_details {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.rechnung_details.flexcontainer--space-between {
  justify-content: space-between;
  align-items: center;
}

.rechnung_details.flexcontainer--xleft-ymid {
  justify-content: flex-start;
  align-items: center;
}

.rechnung_details.flexcontainer--vertical {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
}

.rechnung_details.flexcontainer--rechnung {
  background-color: var(--_colors---kmr-gray-3);
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
}

.rechnung_details.flexcontainer_rechnung__wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  max-height: 500px;
  overflow: auto;
}

.rechnungen__header {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-bottom: 1px solid var(--_colors---borders);
  box-shadow: none;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: .5rem;
  padding-left: 1rem;
  display: flex;
}

.rechnungen__header.flexcontainer--space-between {
  justify-content: space-between;
  align-items: center;
}

.rechnungen__header.flexcontainer--xleft-ymid {
  justify-content: flex-start;
  align-items: center;
}

.rechnungen__header.flexcontainer--vertical {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
}

.rechnungen__header.flexcontainer--rechnung {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--_colors---borders);
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1rem 1rem 0;
}

.rechnungen__header.flexcontainer_rechnung__wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  max-height: 400px;
  overflow: auto;
}

.overflow_wrapper {
  border-bottom: 1px solid var(--_colors---borders);
  overflow: hidden;
}

.flexcontainer_rechnungstext {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  flex-flow: wrap;
  display: flex;
}

.flexcontainer_rechnungstext.flexcontainer--space-between {
  justify-content: space-between;
  align-items: center;
}

.flexcontainer_rechnungstext.flexcontainer--xleft-ymid {
  justify-content: flex-start;
  align-items: center;
}

.flexcontainer_rechnungstext.flexcontainer--vertical {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
}

.flexcontainer_rechnungstext.flexcontainer--rechnung {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--_colors---borders);
  background-color: var(--_colors---kmr-gray-4);
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
}

.flexcontainer_rechnungstext.flexcontainer_rechnung__wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  max-height: 400px;
  overflow: auto;
}

.filter__wrapper {
  margin-bottom: 0;
}

.card_text {
  margin-bottom: 0;
  font-size: .9rem;
}

.text_red {
  color: var(--_colors---kmr-red);
  font-weight: 700;
}

.checkbox {
  border: 1px solid var(--_colors---kmr-text);
  width: 20px;
  height: 20px;
  margin-left: -25px;
}

.checkbox.w--redirected-checked {
  border: 2px solid var(--_colors---kmr-red);
  background-color: var(--_colors---kmr-red);
  color: var(--_colors---white);
}

.checkbox_field {
  padding-left: 25px;
}

.checkbox_label {
  padding-top: 4px;
}

.divider {
  background-color: var(--_colors---borders);
  height: 1px;
}

.icon-medium {
  width: 1.5rem;
  height: 1.5rem;
}

.text_green {
  color: #198a24;
  font-weight: 700;
}

.dropdown_toggle {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom: 1px solid var(--_colors---kmr-text);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 5px 0;
  display: flex;
}

.dropdown_content.w--open {
  background-color: var(--_colors---white);
  width: 400px;
  padding: 10px;
}

.dropdown_icon {
  margin-right: 0;
}

.form_block {
  margin-bottom: 30px;
}

.radiobutton {
  border: 1px solid var(--_colors---kmr-text);
  width: 20px;
  height: 20px;
  margin-left: -25px;
}

.radiobutton.w--redirected-checked {
  border: 5px solid var(--_colors---white);
  background-color: var(--_colors---kmr-red);
  outline-color: var(--_colors---kmr-red);
  outline-offset: -2px;
  color: var(--_colors---white);
  outline-width: 2px;
  outline-style: solid;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: calc(1.375rem + 1vw);
  }

  h2 {
    font-size: 1.6rem;
  }

  .card, .padding {
    padding: 2vw;
  }

  .spacer-30 {
    height: 4vw;
  }

  .logo {
    float: right;
    width: 125px;
  }

  .section {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .form__field {
    margin-bottom: 2vw;
  }

  .spacer-15 {
    height: 2vw;
  }

  .flexcontainer.flexcontainer_rechnung__wrapper {
    overflow: auto;
  }

  .flexcontainer.flexcontainer--reversewrap {
    flex-flow: wrap-reverse;
  }

  .flexbox-66 {
    flex: 0 100%;
  }

  .spacer-60 {
    height: 4vw;
  }

  .header {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .banner {
    height: 200px;
    padding-left: 0;
  }

  .bannerimage {
    object-position: 100% 50%;
  }

  .h1_banner {
    padding-top: 5px;
    padding-left: 4vw;
    font-size: 2.5rem;
  }

  .button_icon.button_icon--secondary {
    box-shadow: none;
  }

  .rechnungen__header {
    border-bottom: 1px solid var(--_colors---borders);
    padding-bottom: 1vw;
  }

  .overflow_wrapper {
    box-shadow: none;
  }

  .flexcontainer_rechnungstext.flexcontainer_rechnung__wrapper {
    overflow: auto;
  }

  .flexcontainer_rechnungstext.flexcontainer--reversewrap {
    flex-flow: wrap-reverse;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: calc(1.2rem + 1vw);
  }

  .button {
    background-size: 35px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 20px;
  }

  .section {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }

  .section.section--login {
    padding-top: 5vw;
  }

  .button-login {
    background-size: 35px;
  }

  .flexcontainer {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .flexcontainer.flexcontainer--vertical {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .flexcontainer.flexcontainer--rechnung {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .flexcontainer.flexcontainer_rechnung__wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .button-primary, .button-logout, .button-text {
    background-size: 35px;
  }

  .button-container.button-container--grow {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    flex: none;
    justify-content: flex-start;
    align-items: center;
  }

  .rechnung-text {
    font-size: 1rem;
  }

  .button-small {
    background-size: 35px;
  }

  .header.section--login {
    padding-top: 5vw;
  }

  .banner {
    height: 150px;
  }

  .h1_banner {
    padding-right: .75rem;
    font-size: 2rem;
  }

  .button_icon {
    align-self: stretch;
  }

  .button_icon.button_icon--secondary {
    box-shadow: inset 0 0 0 1px var(--_colors---kmr-text);
  }

  .filter__from {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .rechnung_details {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .rechnung_details.flexcontainer--vertical {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .rechnung_details.flexcontainer--rechnung {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .rechnung_details.flexcontainer_rechnung__wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .rechnungen__header {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .rechnungen__header.flexcontainer--vertical {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .rechnungen__header.flexcontainer--rechnung {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .rechnungen__header.flexcontainer_rechnung__wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .flexcontainer_rechnungstext {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .flexcontainer_rechnungstext.flexcontainer--vertical {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .flexcontainer_rechnungstext.flexcontainer--rechnung {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .flexcontainer_rechnungstext.flexcontainer_rechnung__wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: calc(1.2rem + 1vw);
  }

  h2 {
    font-size: 1.5rem;
  }

  label {
    margin-bottom: 3px;
  }

  .card {
    padding: 2vw;
  }

  .spacer-30 {
    height: 6vw;
  }

  .form-container {
    max-width: 100%;
  }

  .logo {
    width: 23vw;
    max-width: 200px;
  }

  .section {
    padding-top: 12vw;
    padding-bottom: 12vw;
  }

  .form__field {
    min-height: 40px;
    margin-bottom: 4vw;
  }

  .flexcontainer.flexcontainer--rechnung {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    align-items: stretch;
    padding: .75rem .5rem 1rem;
  }

  .button-logout {
    background-size: 30px;
    padding: 10px 40px 10px 15px;
    font-size: 1rem;
  }

  .button-text {
    padding: 0;
    line-height: 1.2;
  }

  .button-text.button-text--big {
    font-size: 1rem;
  }

  .button-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap-reverse;
  }

  .button-container.button-container--grow {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex: 1;
  }

  .rechnung-text {
    min-width: 90px;
    font-size: .9rem;
    line-height: 1.2;
  }

  .button-small.button-text--big {
    font-size: 1rem;
  }

  .spacer-60 {
    height: 6vw;
  }

  .heading {
    font-size: calc(1.25rem + 1vw);
  }

  .banner {
    background-image: linear-gradient(90deg, var(--_colors---kmr-red) 20%, #fff0 75%), url('../images/Banner_Rechnung-Online_1920x385.jpg');
    background-position: 0 0, 85%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .h1_banner {
    font-size: 1.8rem;
  }

  .rechnung_details.flexcontainer--rechnung {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .rechnungen__header {
    padding-left: .5rem;
    padding-right: 1rem;
  }

  .rechnungen__header.flexcontainer--rechnung {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .overflow_wrapper {
    margin-left: -4vw;
    margin-right: -4vw;
  }

  .flexcontainer_rechnungstext {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
    flex: 1;
  }

  .flexcontainer_rechnungstext.flexcontainer--rechnung {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }
}


@font-face {
  font-family: 'Myriadpro';
  src: url('../fonts/MyriadPro-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Myriadpro';
  src: url('../fonts/MyriadPro-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Myriadpro';
  src: url('../fonts/MyriadPro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Myriadpro It';
  src: url('../fonts/MyriadPro-It.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Myriadpro It';
  src: url('../fonts/MyriadPro-BoldIt.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}