/*!******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!../Templates/Sections/Service/frontend.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************/
/*  ==========================================================================
    MAIN
    Styling for parts (which are not defined as modules), for eg. breadcrumb

    INFO:
    - don't style modules here, use the corresponding modules scss folder
    ========================================================================== */
/*  ==========================================================================
    STORAGE
    ========================================================================== */
/*  ==========================================================================
    VARIABLES
    Collection of all variables

    INFO:
    - try to use variables as much as possible, it makes life easier
    - try to use meaningful prefixes, e.g. "$clr-" for color variables
      or "$fs-" for font-sizes
    ========================================================================== */
/*  ==========================================================================
    CLASS NAMES
    Collection of class-names.
    ========================================================================== */
/*  ==========================================================================
    COLORS
    List all colors concerning your project here

    INFO:
    - use for your colors at least the prefix "$clr-"
    ========================================================================== */
/*  ==========================================================================
    DEFAULTS
    ========================================================================== */
/*  ==========================================================================
    DIMENSIONS
    List of some recurring dimensions.

    INFO:
    - don't delete any unit!
    - do unit changes with care
    - try to use prefixes (f.e. "zi" for "z-index", "hgt" for "height", "wdt" for "width" etc.)
    - if possible try to define the main z-index values here
    - don't put all dimensions in here, only well selected ones (it's not a trashcan!)
    ========================================================================== */
/*  ==========================================================================
    MEDIA QUERIES
    Collection of media queries.
    ========================================================================== */
/*  ==========================================================================
    TYPOGRAPHY
    Font settings concerning your project.

    INFO:
    - don't delete anything!
    - use changes in here with care
    - try to use prefixes (f.e. "ff" for "font-family", "fs" for "font-size", "fw" for "font-weight" ecc.)
    - don't put all properties in here, only well selected ones (it's not a trashcan!)
    ========================================================================== */
/*  ==========================================================================
    FUNCIONS
    Collection of all functions
    ========================================================================== */
/*  ==========================================================================
    GENERAL
    Useful global functions
    ========================================================================== */
/*  ==========================================================================
    MIXINS
    Collection of all mixins (mind the ordering!)
    ========================================================================== */
/*  ==========================================================================
    GENERAL
    Useful global helpers

    INFO:
    - no specific naming convention (no prefix) except to not use camelcase if possible!
    - use it with care, its not a trash can!
    - contributions for the kickstarter are welcome!
    ========================================================================== */
/*
 * WRAPPER DIMENSIONS
 * generates wrapper padding & max-width
 */
/*  ==========================================================================
    TYPOGRAPHY
    Helpers to arrange type

    INFO:
    - all mixins should start with "typo" as prefix
    ========================================================================== */
/*  ==========================================================================
    CONTENT
    Helpers for Headlines/RichText/...

    INFO:
    - all mixins should start with "content" as prefix
    ========================================================================== */
/*
 * OVERLINE
 */
/*
 * HEADLINES
 */
/*
 * TABLE-WRAP
 */
/*
 * RICH-TEXT
 */
/*  ==========================================================================
    BUTTONS
    Helpers to edit buttons

    INFO:
    - all mixins should start with "btn" as prefix
    ========================================================================== */
/*  ==========================================================================
    IMAGES
    Collection of all helpers for images

    INFO:
    - all mixins should start with "img" as prefix
    ========================================================================== */
/*  ==========================================================================
    VISTA
    Helper to add base style to the vista output.

    INFO:
    - Usage example:
      @include vista(100vh, 75vh, 100vh, 60vh, true);
    ========================================================================== */
/*  ==========================================================================
    MISC
    ========================================================================== */
/*  ==========================================================================
    SLIDER ITEMS
    ========================================================================== */
/*  ==========================================================================
    POPUP
    ========================================================================== */
/*  ==========================================================================
    KEYFRAMES
    Collection of all keyframes (mind the ordering!)
    ========================================================================== */
/*  ==========================================================================
    LOADER
    ========================================================================== */
@keyframes loader-spinning {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loader-blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* STYLING
 * --------------------------------------------------------------------------- */
.DNA-section[data-id=Service] {
  /* RESPONSIVE
   * --------------------------------------------------------------------------- */
}
.DNA-section[data-id=Service] .DNA-section__popup {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  user-select: none;
  width: 100%;
  height: 100%;
  background-color: #000000;
  overflow: auto;
}
.DNA-section[data-id=Service] .DNA-section__popup__wrap {
  display: flex;
  align-items: flex-start;
  min-height: 100%;
}
.DNA-section[data-id=Service] .DNA-section__popup__side {
  flex: 1;
  padding: 10em 5%;
}
.DNA-section[data-id=Service] .DNA-section__popup__side__wrap {
  max-width: 67.5em;
  margin-left: auto;
  margin-right: auto;
}
.DNA-section[data-id=Service] .DNA-section__popup__side--service .DNA-section__popup__side__wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
}
.DNA-section[data-id=Service] .DNA-section__popup__side--contact {
  background-color: #FFFFFF;
  color: #000000;
}
.DNA-section[data-id=Service] .DNA-section__popup__close {
  position: fixed;
  top: 3.5em;
  right: 4.5em;
  color: #000000;
  cursor: pointer;
  padding: 1.5em;
  transition: transform 0.5s;
}
.DNA-section[data-id=Service] .DNA-section__popup__close > * {
  font-size: 4.3em;
}
@media (max-width: 1024px) {
  .DNA-section[data-id=Service] .DNA-section__popup__close > * {
    font-size: 1.8em;
  }
}
@media (min-width: 1025px) {
  .DNA-section[data-id=Service] .DNA-section__popup__close:hover {
    transform: scale(1.1);
  }
}
.DNA-section[data-id=Service] .DNA-section__popup[data-open="0"] {
  display: none !important;
}
.DNA-section[data-id=Service] .DNA-section__bottom {
  margin-top: 4em;
}
.DNA-section[data-id=Service] .DNA-section__title {
  font-weight: 300;
  line-height: 1.1;
}
.DNA-section[data-id=Service] .DNA-section__title > * {
  font-size: 5em;
}
@media (max-width: 1024px) {
  .DNA-section[data-id=Service] .DNA-section__title > * {
    font-size: 3em;
  }
}
@media (max-width: 767px) {
  .DNA-section[data-id=Service] .DNA-section__title > * {
    font-size: 3em;
  }
}
.DNA-section[data-id=Service] .DNA-section__qlinks {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1em;
  margin-right: -1em;
  margin-top: 3.5em;
}
.DNA-section[data-id=Service] .DNA-section__qlinks__item {
  padding: 1em;
  width: 50%;
}
.DNA-section[data-id=Service] .DNA-section__qlinks__item__wrap {
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 0.7em;
  display: flex;
  align-items: center;
  min-height: 9em;
  padding: 1.5em 13%;
  cursor: pointer;
  transition: background-color 0.5s;
}
.DNA-section[data-id=Service] .DNA-section__qlinks__item__wrap > * {
  font-size: 1.8em;
}
@media (max-width: 1024px) {
  .DNA-section[data-id=Service] .DNA-section__qlinks__item__wrap > * {
    font-size: 1.5em;
  }
}
.DNA-section[data-id=Service] .DNA-section__qlinks__item__wrap i {
  font-size: 1em;
  width: 5.5em;
}
.DNA-section[data-id=Service] .DNA-section__qlinks__item__wrap i:before {
  font-size: 2.5em;
}
.DNA-section[data-id=Service] .DNA-section__qlinks__item__wrap i.DNA-icon--fernwartung:before {
  font-size: 1.7em;
}
.DNA-section[data-id=Service] .DNA-section__qlinks__item__wrap i.DNA-icon--partner:before {
  font-size: 3em;
}
@media (min-width: 1025px) {
  .DNA-section[data-id=Service] .DNA-section__qlinks__item__wrap:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
}
.DNA-section[data-id=Service] .DNA-section__info__title {
  font-weight: 600;
  line-height: 1.1;
}
.DNA-section[data-id=Service] .DNA-section__info__title > * {
  font-size: 2.9em;
}
@media (max-width: 1024px) {
  .DNA-section[data-id=Service] .DNA-section__info__title > * {
    font-size: 2.1em;
  }
}
@media (max-width: 767px) {
  .DNA-section[data-id=Service] .DNA-section__info__title > * {
    font-size: 2.1em;
  }
}
.DNA-section[data-id=Service] .DNA-section__info__text {
  font-weight: 300;
  margin-top: 1.5em;
}
.DNA-section[data-id=Service] .DNA-section__info__text > * {
  font-size: 1.8em;
}
@media (max-width: 1024px) {
  .DNA-section[data-id=Service] .DNA-section__info__text > * {
    font-size: 1.5em;
  }
}
.DNA-section[data-id=Service] .DNA-section__info__text b,
.DNA-section[data-id=Service] .DNA-section__info__text strong {
  font-weight: 600;
}
.DNA-section[data-id=Service] .DNA-section__info__tel {
  font-weight: 700;
  margin-top: 1em;
  display: inline-block;
}
.DNA-section[data-id=Service] .DNA-section__info__tel > * {
  font-size: 1.8em;
}
@media (max-width: 1024px) {
  .DNA-section[data-id=Service] .DNA-section__info__tel > * {
    font-size: 1.5em;
  }
}
.DNA-section[data-id=Service] .DNA-section__socials {
  display: flex;
  align-items: center;
  margin-top: 6em;
}
.DNA-section[data-id=Service] .DNA-section__socials__item {
  transition: transform 0.5s;
  width: 5.5em;
  height: 5.5em;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.5em;
}
@media (min-width: 1025px) {
  .DNA-section[data-id=Service] .DNA-section__socials__item:hover {
    transform: translateY(-5px);
  }
}
.DNA-section[data-id=Service] .DNA-section__socials__item > * {
  font-size: 2em;
}
@media (max-width: 1024px) {
  .DNA-section[data-id=Service] .DNA-section__socials__item > * {
    font-size: 1.4em;
  }
}
.DNA-section[data-id=Service] .DNA-section__socials__item:last-child {
  margin-right: 0;
}
.DNA-section[data-id=Service] .DNA-section__form {
  margin-top: 5em;
}
.DNA-section[data-id=Service] .DNA-section__dynform {
  margin-left: -30px;
  margin-right: -30px;
  margin-top: 5em;
  width: calc(100% + 60px);
}
.DNA-section[data-id=Service] .DNA-section__dynform .DNA-loader {
  color: #000000;
}
.DNA-section[data-id=Service] .DNA-section__dynform .DNA-loader__symbol:before {
  border-color: #000000 transparent #000000 transparent;
}
.DNA-section[data-id=Service] .DNA-section__dynform .bn-form__column--teaser {
  display: none;
}
.DNA-section[data-id=Service] .DNA-section__dynform .bn-form__column--nameprefix select option[value="2"] {
  display: none;
}
.DNA-section[data-id=Service] .DNA-section__dynform .bn-form__column--phone .help {
  display: none;
}
.DNA-section[data-id=Service] .DNA-section__dynform .bn-form__contact fieldset {
  box-shadow: none !important;
}
@media (max-width: 1200px) {
  .DNA-section[data-id=Service] .DNA-section__dynform {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
  }
}
@media (max-width: 1024px) {
  .DNA-section[data-id=Service] .DNA-section__popup__wrap {
    display: block;
  }
  .DNA-section[data-id=Service] .DNA-section__popup__side {
    padding: 5em 5em;
  }
  .DNA-section[data-id=Service] .DNA-section__popup__side__wrap {
    max-width: none;
  }
  .DNA-section[data-id=Service] .DNA-section__popup__close {
    mix-blend-mode: difference;
    top: 2.5em;
    right: 3em;
    color: #FFFFFF;
    padding: 0.5em;
  }
  .DNA-section[data-id=Service] .DNA-section__qlinks {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.5em;
    margin-right: -0.5em;
    margin-top: 2em;
  }
  .DNA-section[data-id=Service] .DNA-section__qlinks__item {
    padding: 0.5em;
    flex: 1;
    width: auto;
  }
  .DNA-section[data-id=Service] .DNA-section__qlinks__item__wrap {
    min-height: 6em;
    padding: 1.5em 2.5em;
  }
  .DNA-section[data-id=Service] .DNA-section__qlinks__item__wrap > * {
    font-size: 1.8em;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .DNA-section[data-id=Service] .DNA-section__qlinks__item__wrap > * {
    font-size: 1.5em;
  }
}
@media (max-width: 1024px) {
  .DNA-section[data-id=Service] .DNA-section__qlinks__item__wrap i {
    width: auto;
    padding-right: 1em;
  }
  .DNA-section[data-id=Service] .DNA-section__qlinks__item__wrap i:before {
    font-size: 1.8em;
  }
  .DNA-section[data-id=Service] .DNA-section__qlinks__item__wrap i.DNA-icon--fernwartung:before {
    font-size: 1.1em;
  }
  .DNA-section[data-id=Service] .DNA-section__qlinks__item__wrap i.DNA-icon--partner:before {
    font-size: 2em;
  }
}
@media (max-width: 1024px) {
  .DNA-section[data-id=Service] .DNA-section__info__text {
    margin-top: 1em;
  }
}
@media (max-width: 1024px) {
  .DNA-section[data-id=Service] .DNA-section__socials {
    margin-top: 4em;
  }
  .DNA-section[data-id=Service] .DNA-section__socials__item {
    width: 4.5em;
    height: 4.5em;
    margin-right: 1em;
  }
}
@media (max-width: 1024px) {
  .DNA-section[data-id=Service] .DNA-section__form {
    margin-top: 2.5em;
  }
}
@media (max-width: 1024px) {
  .DNA-section[data-id=Service] .DNA-section__dynform {
    margin-top: 2.5em;
  }
}
@media (max-width: 767px) {
  .DNA-section[data-id=Service] .DNA-section__popup__side {
    padding: 5em 2.5em;
  }
}
