@font-face {
  src: url("/assets/DINPro-Bold.otf") format("opentype");
  font-face-name: "DINPro-bold";
  font-family: "DINPro-bold";
}
@font-face {
  src: url("/assets/DINPro-Regular.otf") format("opentype");
  font-face-name: "DINPro-regular";
  font-family: "DINPro-regular";
}
html, body {
  margin: 0;
  padding: 0;
  font-family: "DINPro-regular", Arial, "Helvetica Neue", sans-serif;
}

h1, h2, h3, strong, .bold {
  font-family: "DINPro-bold", Arial, "Helvetica Neue", sans-serif;
}

#kraftwerk {
  margin-top: 48px;
  margin-bottom: 48px;
}
#kraftwerk .all_logos #logo {
  width: 100%;
  max-width: 486px;
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  #kraftwerk .all_logos #logo {
    margin-bottom: 32px;
  }
}
#kraftwerk .all_logos .logos {
  max-width: 486px;
  display: flex;
  justify-content: space-between;
}
#kraftwerk .all_logos .logos img {
  height: 35px;
}
@media screen and (max-width: 991px) {
  #kraftwerk .all_logos .logos {
    flex-direction: column;
    margin-bottom: 48px;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #kraftwerk .all_logos .logos img {
    display: block;
    height: auto;
    width: 100%;
    max-width: 360px;
    margin: 0 auto 8px auto;
  }
}
@media screen and (max-width: 480px) {
  #kraftwerk .all_logos .logos {
    flex-direction: column;
  }
  #kraftwerk .all_logos .logos img {
    display: block;
    height: auto;
    width: 100%;
    max-width: 240px;
    margin: 0 auto 12px auto;
  }
}
#kraftwerk .kraft-info {
  margin-bottom: 0;
  max-width: 480px;
}
#kraftwerk .kraft-info h1 {
  font-size: 32px;
}
#kraftwerk .kraft-info .borderr {
  width: 70px;
  margin-top: 8px;
  border-top: 3px solid black;
  display: block;
}
#kraftwerk .basedata .kraft-form-group {
  min-height: 70px;
  padding: 4px;
  border: 3px solid black;
  margin: 0 0 -3px;
}
#kraftwerk .basedata .kraft-form-group:nth-of-type(1) {
  width: calc(70px * 4);
}
#kraftwerk .basedata .kraft-form-group:nth-of-type(2) {
  width: calc(70px * 5);
}
#kraftwerk .basedata .kraft-form-group:nth-of-type(3) {
  width: calc(70px * 5);
}
#kraftwerk .basedata .kraft-form-group:nth-of-type(4) {
  width: calc(70px * 4);
}
#kraftwerk .basedata .kraft-form-group:nth-of-type(5) {
  width: calc(70px * 6);
}
@media screen and (max-width: 520px) {
  #kraftwerk .basedata .kraft-form-group {
    max-width: 100%;
  }
}
#kraftwerk .basedata .kraft-form-group:last-child {
  border-bottom: 3px solid black;
}
#kraftwerk .basedata .kraft-form-group label {
  font-size: 12px;
  margin-bottom: 0;
  font-family: "DINPro-bold", Arial, "Helvetica Neue", sans-serif;
}
#kraftwerk .basedata .kraft-form-group label.invalid {
  color: red;
}
#kraftwerk .basedata .kraft-form-group input {
  color: #e94e1b;
  font-family: "DINPro-bold", Arial, "Helvetica Neue", sans-serif;
  font-size: 22px;
  border: none !important;
  outline: none !important;
  box-shadow: none;
  height: 32px;
  margin: 0;
  padding-left: 0;
  line-height: 20px;
}
#kraftwerk .basedata .kraft-form-group input:-internal-autofill-selected {
  background-color: transparent !important;
  background-image: none !important;
  color: #e94e1b !important;
}
#kraftwerk .basedata .kraft-form-group input:focus, #kraftwerk .basedata .kraft-form-group input:active {
  border: none !important;
  outline: none !important;
  box-shadow: none;
}
#kraftwerk .slots {
  height: 70px;
  margin-top: 48px;
  margin-bottom: 24px;
  padding-right: 50px;
}
#kraftwerk .slots .slot {
  padding: 3px;
  width: 70px;
  position: relative;
  display: inline-block;
  border-width: 3px;
  border-color: black;
  border-style: solid;
  border-right: none;
  height: 70px;
}
#kraftwerk .slots .slot label {
  margin-bottom: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#kraftwerk .slots .slot:last-child {
  border-right-width: 3px;
  border-right-color: black;
  border-right-style: solid;
}
#kraftwerk .slots .slot input {
  display: none;
}
#kraftwerk .slots .slot .from {
  color: black;
  display: block;
  font-size: 18px;
  margin-bottom: 0;
  line-height: 18px;
}
#kraftwerk .slots .slot .to {
  line-height: 18px;
  color: dimgrey;
  display: block;
  font-size: 18px;
}
#kraftwerk .slots .slot.active, #kraftwerk .slots .slot:hover:not(.full) {
  background-color: #dbb584;
}
#kraftwerk .slots .slot.active .from, #kraftwerk .slots .slot:hover:not(.full) .from {
  color: white;
}
#kraftwerk .slots .slot.active .to, #kraftwerk .slots .slot:hover:not(.full) .to {
  color: darkgrey;
}
#kraftwerk .slots .slot.full {
  color: white;
  background-color: lightgrey;
}
#kraftwerk .slots .slot.full .to {
  color: white;
}
#kraftwerk .slots .slot.full .full-text {
  color: #dbb584;
  position: absolute;
  display: block;
  left: 4px;
  bottom: 4px;
  font-size: 14px;
}
#kraftwerk .slots .slot.kwtitle {
  width: 120px;
  font-size: 12px;
  float: left;
  font-family: "DINPro-bold", Arial, "Helvetica Neue", sans-serif;
}
#kraftwerk .slots .slot.kwtitle:hover {
  background-color: transparent;
}
@media screen and (max-width: 520px) {
  #kraftwerk .slots {
    width: 100%;
    float: none;
    height: auto;
    padding-right: 0;
  }
  #kraftwerk .slots .slot {
    display: block;
    width: 100%;
    margin-bottom: -3px;
    border-right: 3px solid black;
  }
  #kraftwerk .slots .slot.kwtitle {
    float: none;
    width: 100%;
    display: block;
  }
}
#kraftwerk .form {
  display: none;
}
#kraftwerk .form.loaded {
  display: block;
}
#kraftwerk .submitbtn {
  padding: 18px 36px;
  height: 70px;
  font-size: 22px;
  min-width: 350px;
  background-color: #dbb584;
  border: none;
  text-align: center;
  color: white;
  font-family: "DINPro-bold", Arial, "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  float: right;
  float: none;
}
@media screen and (max-width: 520px) {
  #kraftwerk .submitbtn {
    width: 100%;
    float: none;
    min-width: unset;
  }
}
@media screen and (max-width: 520px) {
  #kraftwerk .submitbtn {
    margin-bottom: 48px;
  }
}
#kraftwerk .submitbtn:disabled {
  background-color: lightgrey;
}
#kraftwerk .error {
  margin-top: 12px;
  width: auto;
  height: 36px;
  text-align: center;
}
#kraftwerk .error:not(.empty) {
  color: white;
  background-color: #dbb584;
  padding: 6px;
}
#kraftwerk .regdone {
  margin-top: 24px;
}
#kraftwerk .regdone p {
  color: #dbb584;
  font-family: "DINPro-bold", Arial, "Helvetica Neue", sans-serif;
  font-size: 16px;
  margin-bottom: 24px;
}
#kraftwerk .regdone a {
  padding: 18px 36px;
  height: 70px;
  font-size: 22px;
  min-width: 350px;
  background-color: #dbb584;
  border: none;
  text-align: center;
  color: white;
  font-family: "DINPro-bold", Arial, "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  float: right;
  float: none;
}
@media screen and (max-width: 520px) {
  #kraftwerk .regdone a {
    width: 100%;
    float: none;
    min-width: unset;
  }
}

input:-internal-autofill-selected {
  background-color: transparent !important;
  background-image: none !important;
  color: #e20074 !important;
}

#kraft-export {
  margin: 0 auto;
  max-width: 1680px;
  width: 100%;
  position: relative;
}
#kraft-export .buttons {
  position: absolute;
  right: 0;
  top: 0;
}
#kraft-export .buttons button {
  display: inline-block;
  margin-left: 12px;
}
#kraft-export h1 {
  margin: 24px 0 48px 0;
}
#kraft-export table {
  margin-bottom: 48px;
}
#kraft-export table.col6 th {
  width: calc(100% / 6);
}
#kraft-export table.col7 th {
  width: calc(100% / 7);
}

body.rel-202110 {
  background-image: url("/assets/images/kanvas_karolynart_registration_background.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
body.rel-202110 h1, body.rel-202110 p, body.rel-202110 label {
  color: white;
}
body.rel-202110 #kraftwerk .kraft-info .borderr {
  border-top-color: white;
}
body.rel-202110 #kraftwerk .logos {
  margin-bottom: 48px;
}
@media screen and (max-width: 575px) {
  body.rel-202110 #kraftwerk .regdone div {
    text-align: center;
  }
  body.rel-202110 #kraftwerk .regdone a {
    padding: 14px 20px;
    font-size: 20px;
  }
}
body.rel-202110 #kraftwerk .slots {
  border-color: white;
}
body.rel-202110 #kraftwerk .slots .slot {
  border-color: white;
}
body.rel-202110 #kraftwerk .slots .slot .from, body.rel-202110 #kraftwerk .slots .slot.kwtitle {
  color: white;
}
body.rel-202110 #kraftwerk .slots .slot .to {
  color: #dbb584;
}
body.rel-202110 #kraftwerk .slots .slot.active .to, body.rel-202110 #kraftwerk .slots #kraftwerk .slots .slot:hover:not(.full) .to {
  color: lightgrey;
}
body.rel-202110 #kraftwerk .basedata .kraft-form-group input {
  background-color: transparent;
  color: white;
}
body.rel-202110 #kraftwerk .form-control {
  color: white;
}
body.rel-202110 #kraftwerk .logos img {
  height: 65px;
}
body.rel-202110 #kraftwerk .kraft-form-group {
  border-color: white;
}
body.rel-202110 #kraftwerk .basedata .kraft-form-group:last-child {
  border-color: white;
}

#pagelogo {
  position: relative;
}
#pagelogo img {
  width: 100%;
}
#pagelogo .tomobile {
  display: none;
}
@media screen and (max-width: 768px) {
  #pagelogo .tomobile {
    margin-top: 24px;
    display: block;
  }
  #pagelogo .todesktop {
    display: none;
  }
}

/*# sourceMappingURL=main.css.map */
