@font-face {
  font-family: innogy-light;
  src: url(../flexifonts/innogy-Light.ttf);
}
@font-face {
  font-family: innogy-regular;
  src: url(../flexifonts/innogy-Regular.ttf);
}
@font-face {
  font-family: innogy-medium;
  src: url(../flexifonts/innogy-Medium.ttf);
}
@font-face {
  font-family: innogy-bold;
  src: url(../flexifonts/innogy-Bold.ttf);
}
.radio-wrapper, .select-wrapper {
  display: flex;
  width: 52%;
  margin-left: auto;
}

.radio-input {
  font-size: 2em;
  margin-right: 1em;
}
.radio-input:last-child {
  margin-right: 0;
}
.radio-input input {
  display: none;
}
.radio-input input[type=radio] + label {
  display: block;
  cursor: pointer;
  padding: 0.35em 1em;
  margin: 0;
  background-color: #FFFFFF;
  border: 1px solid #707070;
  border-radius: 1.5em;
  transition: 0.15s;
}
.radio-input input[type=radio]:checked + label {
  background-color: #F59B00;
  border: 1px solid #F59B00;
  color: #ffffff;
}
.radio-input input[type=radio]:disabled + label {
  background-color: #E0E0E0;
  border-color: #E0E0E0;
  color: #ffffff;
}

/* The container must be positioned relative: */
.select-input {
  position: relative;
  font-family: "innogy-light";
  font-size: 2em;
  color: white;
  width: 100%;
  padding: 0;
  padding-right: 1.5em;
  background-color: #ffffff;
  border: none;
  outline: none;
  border: 1px solid #707070;
  border-radius: 1.5em;
}
.select-input.not-selected {
  background-color: #ffc1d8;
}
.select-input.selected-select {
  background-color: #F59B00;
  border: 1px solid #F59B00;
}
.select-input.disabled-select {
  background-color: #e0e0e0;
  border-color: #e0e0e0;
}
.select-input select {
  display: none;
}

.select-selected {
  background-color: #ffffff;
  color: #010101;
  padding: 0.35em 0 0.35em 1em;
  border-top-left-radius: 1.5em;
  border-bottom-left-radius: 1.5em;
}
.select-selected.not-selected {
  background-color: #ffc1d8;
}
.select-selected.selected-element {
  background-color: #F59B00;
  color: #fff;
}
.select-selected.disabled-element {
  background-color: #e0e0e0;
  color: #fff;
}
.select-selected:after {
  position: absolute;
  content: url(../img/dropdown-arrow.png);
  top: 50%;
  right: 0.75em;
  transform: translate(50%, -50%) rotate(0);
  transition: 0.3s;
}
.select-selected.select-arrow-active:after {
  transform: translate(50%, -50%) rotate(180deg);
}

.select-items div {
  color: #000;
  padding: 0.35em 1em;
  border-bottom: 1px solid rgba(245, 155, 0, 0.1);
}
.select-items div:last-child {
  border-bottom: none;
}

/* style the items (options), including the selected item: */
.select-items div,
.select-selected {
  cursor: pointer;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: white;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border-radius: 1em;
  margin-top: 1px;
}
.select-items div:hover {
  background-color: rgba(245, 155, 0, 0.1);
}
.select-items div.disabled {
  background-color: #E0E0E0;
  border: 1px solid #E0E0E0;
  color: white;
  cursor: default;
  pointer-events: none;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.same-as-selected {
  background-color: rgba(245, 155, 0, 0.1);
}

.select-items div:first-child,
.select-items div:first-child:hover,
.select-items div:first-child:focus,
.select-items div.same-as-selected:first-child {
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
}

.select-items div:last-child,
.select-items div:last-child:hover,
.select-items div:last-child:focus,
.select-items div.same-as-selected:last-child {
  border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;
}

.tooltip {
  position: relative;
  display: inline-block;
  opacity: 1;
}
.tooltip .tooltip-text {
  visibility: hidden;
  opacity: 0;
  font-size: 1.5em;
  line-height: 1.25em;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.825);
  border-radius: 4px;
  text-align: center;
  width: 255px;
  padding: 0.5em;
  position: absolute;
  z-index: 1;
  top: -105%;
  left: 130%;
  transition: opacity 0.3s;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.75);
}
.tooltip .tooltip-icon:hover + .tooltip-text,
.tooltip .tooltip-icon:focus + .tooltip-text {
  visibility: visible;
  opacity: 1;
}

.phone-tooltiptext {
  font-size: 1.8em;
  background-color: grey;
  color: black;
  position: absolute;
  z-index: 10;
  width: 100%;
  left: 50%;
  top: 5%;
  transform: translateX(-50%);
  text-align: center;
  padding: 1em;
}
.phone-tooltiptext p {
  margin-bottom: 0.5em;
}
.phone-tooltiptext a {
  color: black;
  text-decoration: underline;
}

* {
  box-sizing: border-box;
}

html {
/*   background-color: #F4F4F4;
 */  color: #010101;
  font-size: 10px;
  font-size: calc(9px + (10 - 9) * ((100vw - 768px) / (1600 - 768)));
  font-family: "innogy-light";
}

b {
  font-weight: bold;
}

.hidden {
  display: none !important;
}

.configurator {
  margin: 30px 0;
  position: relative;
}
.desktop-wrapper {
  display: block;
  max-width: 800px;
  width: 90%;
  padding: 1em 3em;
  margin: 1em auto;
  background-color: white;
  border-radius: 5px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

.phone-wrapper {
  display: none;
  width: 90%;
  min-width: 300px;
  padding: 1em;
  margin: 1em auto;
  background-color: white;
  border-radius: 5px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.phone-wrapper .roww {
  position: relative;
}
.phone-wrapper .roww p.service {
  width: 100%;
  text-align: center;
  margin-right: 0;
  margin-bottom: 1em;
  margin-left: 0.5em;
  text-decoration: underline;
  text-underline-position: under;
  padding-top: 0.5em;
  display: flex;
  align-items: center;
}
.phone-wrapper .select-wrapper {
  width: 95%;
  max-width: 400px;
  margin: auto;
}
.phone-wrapper #phone-message {
  width: 90%;
  margin: 1em auto;
}
.phone-wrapper .form-controls {
  flex-flow: row wrap;
}
.phone-wrapper .form-controls #phone-info-message {
  width: 90%;
  margin: 1em auto;
  text-align: center;
}
.phone-wrapper .form-controls .submit-part {
  width: 100%;
  flex-flow: row wrap;
  justify-content: center;
}
.phone-wrapper .form-controls .submit-part button {
  margin: 0.5em 0;
  width: 90%;
  max-width: 400px;
}

.conf-header,
.conf-subheader {
  text-align: center;
  color:#fff;
}

.conf-header {
  font-size: 2.4em;
  font-weight: 600;
  line-height: 1.5em;
  margin-top: 1em;
}

.conf-subheader {
  font-size: 1.6em;
}

.roww {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding: 1.5em 1.5em;
  border-bottom: 1px solid #EFEFEF;
}
.roww img.icon {
  padding-right: 1.5em;
}
.roww p.service {
  font-size: 2em;
  margin-right: 0.5em;
}
.roww.not-selected {
  background-color: #FFC1D8;
}

#desktop-message,
#phone-message {
  width: 100%;
  font-size: 2.2em;
  padding: 0.5em 1em;
  margin: 1em 0;
  background-color: #E0E0E0;
  text-align: center;
}
#desktop-message span.pinky,
#phone-message span.pinky {
  color: #E60055;
}

#desktop-info-message p {
  text-align: left;
}

.form-controls {
  display: flex;
  margin: 1.5em 0;
  align-items: center;
}
.form-controls #desktop-info-message,
.form-controls #phone-info-message {
  font-size: 1.5em;
  color: #E60055;
  display: inline-block;
  width: 45%;
}
.form-controls .submit-part {
  display: flex;
  justify-content: space-between;
  width: 50%;
  margin-left: auto;
}
#pdf{
  display: none;
  /* width: 39px;
  height: 39px;
  background-image: url(../img/pdf.svg);
  background-repeat: no-repeat !important;
  background-color: #ffffff !important;
  font-size: 1em !important;
  border: none !important;
  border-radius: 0 !important; */
  cursor: pointer !important;
  text-decoration: none;
  width: 40px;
  height: 40px;
  background: url(../img/pdf.svg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#desktop-message br {
  display: none;
}
#pdf-mobile{
  display: none;
  margin: 0 auto;
  /* width: 39px;
  height: 39px;
  background-image: url(../img/pdf.svg);
  background-repeat: no-repeat !important;
  background-color: #ffffff !important;
  font-size: 1em !important;
  border: none !important;
  border-radius: 0 !important; */
  cursor: pointer !important;
  text-decoration: none;
  width: 40px;
  height: 40px;
  background: url(../img/pdf.svg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
a .active {
  display: block;
}
.form-controls .submit-part button {
  border: none;
  outline: none;
  font-size: 2.1em;
  color: white;
  border-radius: 1.5em;
  padding: 0.35em 1.5em;
  transition: 0.3s;
  cursor: pointer;
}
.form-controls .submit-part button[type=reset] {
  background-color: #F59B00;
}
.form-controls .submit-part button[type=reset]:hover, .form-controls .submit-part button[type=reset]:focus {
  background-color: #ffa710;
}
.form-controls .submit-part button[type=submit] {
  background-color: #64B42D;
}
.form-controls .submit-part button[type=submit]:hover, .form-controls .submit-part button[type=submit]:focus {
  background-color: #6fc832;
}

@media all and (max-width: 768px) {
  .desktop-wrapper {
    display: none;
  }

  .phone-wrapper {
    display: block;
  }
}

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