@import url("fonts/css/all.min.css");
:root {
  --blau: #008bc4;
  --orange: #f59c00;
  --darkgrey: #747474;
  --midgrey: #eeeeee;
  --lightgrey: #f6f6f6;
  --background_color: black;
  --text_color: white;
  --icons: "Font Awesome 6 Free";
  --turn_orange: invert(62%) sepia(67%) saturate(4020%) hue-rotate(14deg) brightness(110%) contrast(106%);
}
* {
  box-sizing: border-box;
}
body {
  background-color: #fff !important;
}
/* Toemmy */
/* Ende Toemmy */
.page-id-29248 .ilightbox-holder {
  top: 0px !important;
  left: 0px !important;
  padding: 0px;
}
.page-id-29248 .ilightbox-container {
  width: 100vw !important;
  height: 100vh !important;
}
#app_fassade {
  display: flex;
  overflow: hidden;
}
#app_fassade main {
  width: calc(100% - 0px);
  transition: width 0.3s ease;
  display: flex;
  padding-bottom: 50px;
}
#app_fassade.show_sidebar main {
  width: calc(100% - 400px);
}
#inner {
  max-width: 1360px;
  margin: 0 auto !important;
  padding: 0px 30px;
}
#app_fassade aside {
  width: 400px;
  transition: all 0.3s ease;
  position: fixed;
  height: 100%;
  right: -400px;
  top: 0;
  z-index: 1000;
  background: var(--blau);
  color: #fff;
  box-shadow: 0px 0px 15px #0003;
  padding: 15px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#app_fassade aside::-webkit-scrollbar {
  display: none;
}
.show_sidebar aside {
  right: 0px !important;
}
#app_fassade h1 {
  font-size: 54px;
  font-weight: 700;
  color: var(--awb-color8);
  margin-bottom: 0px;
}
#app_fassade h1.title {
  display: flex;
}
#app_fassade h1.title i {
  font-size: 48px;
  color: var(--orange);
  margin-right: 10px;
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  padding-top: 15px;
}
#app_fassade h2 {
  font-size: 36px;
}
#app_fassade h3 {
  color: var(--awb-color8) !important;
  font-size: 18px !important;
  font-weight: 700 !important;
}
.input_haustyp h3 {
  flex: 1 1 100%;
}
.input_haustyp .input_group {
  flex: 1 1 30%;
  max-width: 30%
}
.input_haustyp .input_group label {
  height: 50px;
  display: flex;
  align-items: center;
  background: var(--lightgrey);
  margin-bottom: 15px;
  padding: 10px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  transition: 0.3s all ease;
  cursor: pointer;
  border-radius: 5px;
}
.input_haustyp .input_group label:hover {
  transform: translateY(-3px) scale(1.01);
  box-shadow: 0px 8px 15px 2px rgba(0, 0, 0, 0.1);
}
.input_haustyp input {
  display: none;
}
label > .icon {
  transition: 0.3s all ease;
  width: 45px;
  margin-right: 10px;
}
.haus > label > .icon {
  transition: 0.3s all ease;
  width: 35px;
  margin-right: 10px;
}
.input_group > input:checked ~ label {
  color: #fff;
  background: #000;
}
.input_group label:hover > .icon {
  filter: var(--turn_orange);
}
.input_group > input:checked ~ label > .icon, .haus > input:checked ~ label > .icon {
  filter: var(--turn_orange);
}
.input_flaeche {
  margin-top: 50px;
}
.input_wohnflaeche {
  display: flex;
  flex-direction: column;
}
.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 30px;
  border-radius: 10px;
  background: var(--midgrey);
  outline: none;
  overflow: hidden;
  transition: 0.3s all ease;
}
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 50px;
  height: 30px;
  border: 0;
  border-radius: 0px;
  background: url("../../plugins/orientierungsrechner-fassade/img/left-right-solid-black-blue.svg") center center no-repeat;
  background-size: cover;
  cursor: grabbing;
  transition: 0.3s all ease;
  box-shadow: -1400px 0 0 1400px var(--blau);
}
.slider::-moz-range-thumb {
  width: 50px;
  height: 30px;
  border: 0;
  border-radius: 0px;
  background: url("../../plugins/orientierungsrechner-fassade/img/left-right-solid-black-blue.svg") center center no-repeat;
  background-size: cover;
  cursor: grabbing;
  transition: 0.3s all ease;
  box-shadow: -1400px 0 0 1400px var(--blau);
}
.selection_tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.selection_tabs > h3 {
  flex: 1 1 100%;
  margin: 0px;
  padding: 50px 0px 30px;
  background: #fff;
  z-index: 10;
}
.selection_tabs > input {
  display: none;
}
.selection_tabs > label i {
  font-size: 30px;
  margin-right: 10px;
  transition: 0.3s all ease;
  font-family: 'Font Awesome 5 Free';
}
.selection_tabs > label {
  display: flex;
  align-items: center;
  background: var(--lightgrey);
  padding: 10px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  transition: 0.3s all ease;
  cursor: pointer;
  border-radius: 5px;
  flex: 1 1 30%;
  max-width: 30%;
  z-index: 10;
  font-weight: 400;
  margin-bottom: 0px;
  color: var(--awb-color8);
}
.selection_tabs > label:hover {
  transform: translateY(-3px) scale(1.01);
  box-shadow: 0px 8px 15px 2px rgba(0, 0, 0, 0.1);
}
.selection_tabs label:hover i {
  color: var(--orange);
  font-family: 'Font Awesome 5 Free';
}
.selection_tabs input:checked + label {
  background: var(--blau);
  color: #fff;
}
.selection_tabs input:checked + label i {
  color: var(--orange);
  font-family: 'Font Awesome 5 Free';
}
.tab {
  background: var(--lightgrey);
  transform: translateY(-100%);
  z-index: -1;
  width: 30%;
  transition: 0.3s all ease;
  border-radius: 0px 0px 5px 5px;
  opacity: 0;
  height: 0px;
}
.tab h3 {
  padding: 0px 15px;
}
.tab input {
  display: none;
}
.tab label {
  cursor: pointer;
  height: 50px;
  display: flex;
  align-items: center;
  padding: 15px;
  font-weight: 400;
  color: var(--awb-color8);
}
.tab .input_group:last-child label {
  border-radius: 0px 0px 5px 5px;
}
.leistungen .tab .input_group label::before {
  content: "\f111";
  font-family: var(--icons);
  font-weight: 400;
  font-size: 20px;
  margin-right: 10px;
  color: #000;
}
.leistungen .tab .input_group label:hover::before {
  color: var(--orange);
}
.leistungen .tab .input_group input:checked + label::before {
  content: "\f058";
  font-family: var(--icons);
  font-weight: 900;
  font-size: 20px;
  margin-right: 10px;
  color: var(--orange);
}
input#haustyp_sh:checked ~ .tab_sh, input#haustyp_efh:checked ~ .tab_efh, input#haustyp_mfh:checked ~ .tab_mfh, input#leistung_anstrich:checked ~ .tab_anstrich, input#leistung_putz:checked ~ .tab_putz, input#leistung_wdvs:checked ~ .tab_wdvs {
  transform: translateY(0%);
  display: block;
  opacity: 1;
  z-index: 1;
  align-self: self-start;
  height: 100%;
}
div:empty {
  display: none !important;
}
#app_fassade aside > div {
  text-align: center;
  justify-content: center;
}
.sidebar_title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0px 40px;
  color: #fff;
  font-weight: 700 !important;
}
.sidebar_title i {
  color: var(--orange);
  font-size: 42px;
  margin-right: 10px;
}
#output_haus {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  margin: 20px 0px;
  border-bottom: 1px solid #fff;
  padding-bottom: 30px;
}
#output_haus_icon img {
  width: 75px;
  filter: var(--turn_orange);
}
.output_wrapper {
  font-size: 42px;
  display: none;
  color: var(--orange);
  border-bottom: 1px solid #fff;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.output_wrapper > output {
  font-size: 42px;
  color: var(--orange);
  display: inline;
}
.caption_flaeche {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
#output_leistung {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}
#output_leistung i {
  font-size: 42px;
  color: var(--orange);
  margin-bottom: 20px;
}
#output_ausfuehrung {
  font-weight: 400;
  font-size: 18px;
  align-items: center;
  display: flex;
  border-bottom: 1px solid #fff;
  padding-bottom: 30px;
}
#output_preis {
  display: block;
  margin-top: 20px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}
#output_preis > input {
  appearance: none;
  background: transparent;
  border: none;
  color: var(--orange);
  font-size: 42px;
  height: auto;
}
.endpreis {
  font-size: 42px;
  font-weight: 400;
  color: var(--orange);
  background-color: transparent;
  border: none;
  text-align: center;
  max-width: 100%;
}
#output_ausfuehrung:empty + #output_preis {
  display: none;
}
.leistungen .tooltip_text {
  display: none;
}
.leistungen .tooltip_wrapper {
  margin-left: auto;
}
.content_container {
  max-width: 1300px;
  margin-left: auto !important;
  margin-right: auto !important;
  transition: 0.2s all ease;
}
@media (min-width:1300px) {
  .content_container.shrink {
    width: calc(100% - 400px);
    margin-left: 0px !important;
  }
}
@media (min-width:768px) and (max-width:1299px) {
  #app_fassade h1.title {
    font-size: 42px !important;
  }
  #app_fassade aside {
    display: grid;
    align-items: flex-start;
    justify-content: center;
    grid-template-columns: 30% 30% 30%;
    grid-template-rows: 80px auto auto;
    grid-column-gap: 5%;
    width: 100vw;
    height: 225px;
    bottom: -225px;
    right: auto;
    top: auto;
    padding: 15px 30px;
  }
  .show_sidebar aside {
    right: auto !important;
    left: 0px;
    bottom: 0px !important;
  }
  .show_sidebar main {
    padding-bottom: 250px;
  }
  #app_fassade.show_sidebar main {
    width: 100%;
  }
  #app_fassade aside::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    border-bottom: 1px dotted #fff;
    position: absolute;
    top: 80px;
  }
  .sidebar_title {
    margin: 0px;
    justify-content: left;
    grid-column: 1 / 3;
    font-size: 32px !important;
  }
  #output_haus_icon {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
  }
  #output_haus_icon img {
    width: 50px;
  }
  #output_haus {
    margin: 47px 0px 0px;
    border-bottom: none;
    padding-bottom: 0px;
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    font-size: 14px;
  }
  .output_wrapper {
    color: var(--orange);
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
    display: block;
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    font-size: 32px;
    line-height: 1;
  }
  .output_wrapper > output {
    font-size: 32px;
  }
  .caption_flaeche {
    margin-top: 7px;
    font-size: 14px;
  }
  #output_leistung {
    order: 4;
    grid-row: 2 / 4;
    font-size: 14px;
  }
  #output_leistung i {
    margin-bottom: 5px;
  }
  #output_ausfuehrung {
    grid-column: 3 / 4;
    border: none;
    font-size: 14px;
  }
  #output_preis {
    grid-column: 3 / 4;
    grid-row: 1 / 2;
    margin-top: 0px;
  }
  #output_preis > input {
    font-size: 32px;
    text-align: right;
    font-weight: 700;
  }
  #output_preis > div {
    display: none;
  }
}
@media (max-width:767px) {
  #app_fassade.show_sidebar main {
    width: 100%;
  }
  #app_fassade h1.title {
    font-size: 22px !important;
    margin-top: 30px;
    hyphens: auto;
  }
  #app_fassade h1.title i {
    padding-top: 7px;
  }
  #inner {
    width: 100%;
  }
  .selection_tabs {
    flex-wrap: nowrap;
    justify-content: space-between;
    flex-direction: column;
  }
  .selection_tabs > label {
    flex: 1 1 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .selection_tabs.haus .tab_sh {
    order: 1;
  }
  .selection_tabs.haus #haustyp_efh {
    order: 2;
  }
  .selection_tabs.haus label[for="haustyp_efh"] {
    order: 3;
  }
  .selection_tabs.haus .tab_efh {
    order: 4;
  }
  .selection_tabs.haus #haustyp_mfh {
    order: 5;
  }
  .selection_tabs.haus label[for="haustyp_mfh"] {
    order: 6;
  }
  .selection_tabs.haus .tab_mfh {
    order: 7;
  }
  input#haustyp_sh:checked ~ .tab_sh {
    height: 220px;
  }
  input#haustyp_efh:checked ~ .tab_efh, input#haustyp_mfh:checked ~ .tab_mfh {
    height: 165px;
  }
  .selection_tabs.leistungen .tab_anstrich {
    order: 1;
  }
  .selection_tabs.leistungen #leistung_putz {
    order: 2;
  }
  .selection_tabs.leistungen label[for="leistung_putz"] {
    order: 3;
  }
  .selection_tabs.leistungen .tab_putz {
    order: 4;
  }
  .selection_tabs.leistungen #leistung_wdvs {
    order: 5;
  }
  .selection_tabs.leistungen label[for="leistung_wdvs"] {
    order: 6;
  }
  .selection_tabs.leistungen .tab_wdvs {
    order: 7;
  }
  input#leistung_anstrich:checked ~ .tab_anstrich, input#leistung_wdvs:checked ~ .tab_wdvs {
    height: 228px;
  }
  input#leistung_putz:checked ~ .tab_putz {
    height: 173px;
  }
  .tab {
    width: 100%;
    margin-top: -18px;
    margin-bottom: 15px;
  }
  #app_fassade aside {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: space-between;
    width: 100vw;
    height: 100px;
    top: auto;
    right: auto;
    bottom: -100px !important;
  }
  #app_fassade.show_sidebar aside {
    bottom: 0px !important;
    box-shadow: 0px 0px 15px #0008;
  }
  #app_fassade h2 {
    font-size: 0px !important;
    margin-top: 0px;
    margin-bottom: 10px;
    order: -10;
  }
  #app_fassade h2::after {
    content: "Ihr Ergebnis:";
    font-size: 20px !important;
  }
  .sidebar_title i {
    display: none;
  }
  #output_ausfuehrung:empty + #output_preis {
    display: block;
    visibility: hidden;
  }
  #output_preis {
    order: -9;
    width: calc(100% - 125px);
    margin: 0px;
  }
  #output_preis > input {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding-right: 0px;
    text-align: right;
    user-select: none;
    pointer-events: none;
  }
  #output_preis > div {
    display: none;
  }
  #output_haus, .caption_flaeche, #output_ausfuehrung {
    display: none;
  }
  #output_haus_icon {
    flex: 1 1 32%;
    max-width: 32%;
    text-align: left !important;
  }
  #output_haus_icon img {
    width: auto;
    height: 20px;
  }
  .output_wrapper {
    font-size: 20px;
    font-weight: 700;
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
    flex: 1 1 32%;
    max-width: 32%;
  }
  .output_wrapper > output {
    font-size: 20px;
  }
  #output_leistung {
    flex: 1 1 32%;
    max-width: 32%;
    font-size: 0px;
    align-items: flex-end;
  }
  #output_leistung i {
    font-size: 20px;
    margin-bottom: 0px;
    padding-top: 5px;
  }
  #app_fassade aside > div:empty {
    display: block !important;
    visibility: hidden;
  }
}