@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type='checkbox'],
[type='radio'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.block:not(.mm-menu) {
  overflow: visible;
}

#main,
#left,
#right {
  float: none;
  margin: 0;
  padding: 0;
  position: initial;
}

#main .inside,
#left .inside,
#right .inside {
  position: initial;
}

#left {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

#main {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

#right {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

#container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#container:after, #container.custom:after {
  content: none;
}

figure,
img {
  line-height: 0;
}

#mobilemenu:not(.mm-menu) {
  display: none;
}

html,
body {
  font-family: 'Source Sans Pro', sans-serif;
}

@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/sourcesanspro-light.ttf");
}

@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/sourcesanspro-regular.ttf");
}

@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/sourcesanspro-bold.ttf");
}

/* amatic-sc-regular - latin */
@font-face {
  font-family: 'Amatic SC';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/amatic-sc-v13-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Amatic SC Regular"), local("AmaticSC-Regular"), url("../fonts/amatic-sc-v13-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/amatic-sc-v13-latin-regular.woff2") format("woff2"), url("../fonts/amatic-sc-v13-latin-regular.woff") format("woff"), url("../fonts/amatic-sc-v13-latin-regular.ttf") format("truetype"), url("../fonts/amatic-sc-v13-latin-regular.svg#AmaticSC") format("svg");
  /* Legacy iOS */
}

/* amatic-sc-700 - latin */
@font-face {
  font-family: 'Amatic SC';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/amatic-sc-v13-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Amatic SC Bold"), local("AmaticSC-Bold"), url("../fonts/amatic-sc-v13-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/amatic-sc-v13-latin-700.woff2") format("woff2"), url("../fonts/amatic-sc-v13-latin-700.woff") format("woff"), url("../fonts/amatic-sc-v13-latin-700.ttf") format("truetype"), url("../fonts/amatic-sc-v13-latin-700.svg#AmaticSC") format("svg");
  /* Legacy iOS */
}

.product-view-wrap, #main .mod_iso_cart .submit_container,
#main .review.orderproducts .submit_container,
#main #iso_collection_9 .submit_container,
#main .mod_iso_orderhistory .submit_container,
.mod_iso_orderdetails .submit_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#main .inside .back, .submit, .actions a, .edit, #offers .inside .mod_newslist .layout_latest .more a,
#offers .inside .mod_newslist .product .more a,
#offers .inside .product_list .layout_latest .more a,
#offers .inside .product_list .product .more a, .product-view-wrap .submit_container .submit {
  color: #fff;
  text-decoration: none;
  background-color: #29abdf;
  padding: 0.3rem 0.7rem;
  display: inline-block;
  border: 1px solid transparent;
  cursor: pointer;
  -webkit-transition: background-color 400ms linear, color 400ms linear, border-color 400ms linear;
  transition: background-color 400ms linear, color 400ms linear, border-color 400ms linear;
  will-change: background-color, color, border-color;
}

#main .inside .back:hover, .submit:hover, .actions a:hover, .edit:hover, #offers .inside .mod_newslist .layout_latest .more a:hover,
#offers .inside .mod_newslist .product .more a:hover,
#offers .inside .product_list .layout_latest .more a:hover,
#offers .inside .product_list .product .more a:hover, .product-view-wrap .submit_container .submit:hover {
  background-color: #fff;
  color: #29abdf;
  border-color: #29abdf;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.menu-icon {
  position: relative;
  margin: 8px auto;
}

.menu-icon, .menu-icon:before, .menu-icon:after {
  display: block;
  width: 27px;
  height: 3px;
  -webkit-transition: background-color 0.3s linear, -webkit-transform 0.3s linear;
  transition: background-color 0.3s linear, -webkit-transform 0.3s linear;
  transition: background-color 0.3s linear, transform 0.3s linear;
  transition: background-color 0.3s linear, transform 0.3s linear, -webkit-transform 0.3s linear;
  background-color: #00a3dc;
}

.menu-icon:before, .menu-icon:after {
  position: absolute;
  content: '';
}

.menu-icon:before {
  top: -8px;
}

.menu-icon:after {
  top: 8px;
}

html.mm-opening .menu-icon {
  background-color: transparent;
}

html.mm-opening .menu-icon:before {
  -webkit-transform: translateY(8px) rotate(45deg);
          transform: translateY(8px) rotate(45deg);
}

html.mm-opening .menu-icon:after {
  -webkit-transform: translateY(-8px) rotate(-45deg);
          transform: translateY(-8px) rotate(-45deg);
}

.navigation-toggle {
  font-size: 0;
  display: block;
  cursor: pointer;
}

#main .inside .back a {
  display: block;
  color: #fff;
  text-decoration: none;
}

#main .inside .back:hover a {
  color: #29abdf;
}

@media (max-width: 48.115em) {
  #main .inside .back {
    margin: 0 1.5rem;
  }
}

.message {
  border-radius: 10px;
  background-color: #00a3dc;
  padding: 0.75rem 1rem;
  font-size: 1.2rem;
  color: #fff;
  margin-bottom: 4rem;
}

p.error {
  color: red;
}

.formbody .widget {
  margin-bottom: 0.5rem;
}

.formbody label {
  display: block;
  margin-bottom: 0.25rem;
}

.formbody select,
.formbody input,
.formbody textarea {
  display: block;
  width: 100%;
  max-width: 400px;
  border-radius: 10px;
  border: 0;
  padding: 0.25rem 0.5rem;
  color: #29abdf;
}

.formbody select.submit,
.formbody input.submit,
.formbody textarea.submit {
  color: #fff;
  border: 1px solid transparent;
  width: auto;
}

.formbody select.submit:hover,
.formbody input.submit:hover,
.formbody textarea.submit:hover {
  border-color: #575756;
  color: #575756;
}

.formbody select {
  border-radius: 10px 0 0 10px;
}

.formbody input.checkbox {
  width: auto;
  margin-right: 0.7rem;
}

.formbody .checkbox_container label {
  width: calc(100% - 2rem);
}

.formbody .checkbox_container span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.formbody .widget.widget-radio fieldset > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
   align-items: center;
}

.formbody .widget.widget-radio fieldset > span input {
  width: auto;
  margin-right: 0.25rem;
}

.formbody .widget.widget-radio fieldset > span label {
  width: calc(100% - 3rem);
  border-radius: 5px;
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.5);
}

.mod_registration .formbody,
#iso_mod_checkout_address .formbody,
.mod_personalData .formbody,
.mod_iso_addressbook .formbody,
.mod_document_search .formbody {
  width: 100%;
  max-width: 800px;
  padding: 2rem;
  border-radius: 10px;
  background-color: rgba(20, 88, 124, 0.15);
}

.mod_registration .formbody h2,
#iso_mod_checkout_address .formbody h2,
.mod_personalData .formbody h2,
.mod_iso_addressbook .formbody h2,
.mod_document_search .formbody h2 {
  margin-top: 0;
}

.mod_registration .formbody .fields,
#iso_mod_checkout_address .formbody .fields,
.mod_personalData .formbody .fields,
.mod_iso_addressbook .formbody .fields,
.mod_document_search .formbody .fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mod_registration .formbody .fields > div,
#iso_mod_checkout_address .formbody .fields > div,
.mod_personalData .formbody .fields > div,
.mod_iso_addressbook .formbody .fields > div,
.mod_document_search .formbody .fields > div {
  width: 48.5%;
  margin-bottom: 1rem;
}

@media (max-width: 48.115em) {
  .mod_registration .formbody .fields > div,
  #iso_mod_checkout_address .formbody .fields > div,
  .mod_personalData .formbody .fields > div,
  .mod_iso_addressbook .formbody .fields > div,
  .mod_document_search .formbody .fields > div {
    width: 100%;
  }
}

@media (max-width: 48.115em) {
  .mod_registration .formbody,
  #iso_mod_checkout_address .formbody,
  .mod_personalData .formbody,
  .mod_iso_addressbook .formbody,
  .mod_document_search .formbody {
    padding: 1rem;
  }
}

.mod_registration .submit,
#iso_mod_checkout_address .submit,
.mod_personalData .submit,
.mod_iso_addressbook .submit,
.mod_document_search .submit {
  font-size: 1rem;
  margin: 2rem 0;
}

#main .steps {
  margin: 4rem 0 3rem 0;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1rem;
}

#main .steps ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

#main .steps ol li {
  margin-right: 1.5rem;
  background-color: rgba(41, 171, 223, 0.3);
  padding: 0.5rem 1rem;
  position: relative;
  color: #0095c9;
  border-radius: 5px;
  cursor: default;
  margin-bottom: 0;
}

#main .steps ol li::after {
  content: '';
  border: solid #29abdf;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  right: -1rem;
  top: 16px;
}

#main .steps ol li.last::after {
  display: none;
}

#main .steps ol li.active {
  background-color: #0095c9;
  color: #fff;
}

#main .steps ol li a {
  color: #0095c9;
  text-decoration: none;
}

@media (max-width: 48.115em) {
  #main .steps ol li {
    width: 100%;
    margin: 0 1.5rem 1rem 0;
  }
  #main .steps ol li::after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

body,
html {
  color: #575756;
}

h1 {
  width: 100%;
  text-align: center;
  color: #00a3dc;
  font-weight: 700;
  margin: 3.5rem 0;
}

@media (max-width: 48.115em) {
  h1 {
    font-size: 1.8rem;
    margin: 2rem 0;
  }
}

h2 {
  color: #00a3dc;
  font-weight: 400;
  font-size: 2.2rem;
}

@media (max-width: 48.115em) {
  h2 {
    font-size: 1.6rem;
  }
}

.logo {
  background: url(../images/logo.svg) no-repeat;
  background-size: contain;
}

@media (max-width: 48.115em) {
  .sc2 {
    display: block;
    float: none;
  }
}

@media (max-width: 48.115em) {
  .sc2.ce_image {
    text-align: center;
  }
}

#menu_button {
  z-index: 1337;
  position: absolute;
  right: 1rem;
  top: 1rem;
  display: none;
}

#menu_button a {
  height: 100%;
}

@media (max-width: 68.74em) {
  #menu_button {
    display: block;
  }
}

#header {
  padding: 0 2rem;
  background-color: #fff;
  overflow: hidden;
}

@media (max-width: 68.74em) {
  #header {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 1rem;
  }
}

#header .inside {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding: 2rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 68.74em) {
  #header .inside {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 0;
  }
}

@media (max-width: 31.24em) {
  #header .inside {
    padding: 3rem 1rem 0rem 1rem;
  }
}

#header .inside .logo {
  width: 30%;
  height: 90px;
}

@media (max-width: 68.74em) {
  #header .inside .logo {
    max-width: 362px;
    width: 100%;
  }
}

@media (max-width: 31.24em) {
  #header .inside .logo {
    height: 100%;
    padding-bottom: 28%;
  }
}

#header .inside #mainmenu {
  width: 70%;
}

@media (max-width: 68.74em) {
  #header .inside #mainmenu {
    display: none;
  }
}

#header .inside #mainmenu ul {
  font-size: 1.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style-type: none;
}

#header .inside #mainmenu ul li {
  /* 
          &.onlineberatung {
            a {
              font-weight: 400;
              padding: 5px 10px;
              background-color: $main-blue;
              color: #fff;
            }

            .active {
              font-weight: 400;
              padding: 5px 10px;
              background-color: $main-blue;
              color: #fff;
            }
          } */
}

#header .inside #mainmenu ul li a {
  text-decoration: none;
  color: #575756;
  padding: 5px 10px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  will-change: color;
}

#header .inside #mainmenu ul li a:hover {
  color: #00a3dc;
}

#header .inside #mainmenu ul li .active {
  font-weight: 400;
  padding: 5px 10px;
  color: #00a3dc;
}

#header .inside .telefon-number {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #00a3dc;
  color: #fff;
  margin-right: 15px;
  padding: 0 10px;
}

#header .inside .telefon-number a {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 68.74em) {
  #header .inside .telefon-number {
    position: initial;
    top: initial;
    right: initial;
    width: 200%;
    text-align: center;
    margin-top: 2rem;
  }
}

@media (max-width: 31.24em) {
  #header .inside .telefon-number {
    margin-top: 1rem;
  }
  #header .inside .telefon-number a {
    font-size: 2rem;
    display: block;
  }
}

.cart_wrap {
  position: fixed;
  bottom: 50vh;
  z-index: 9000;
  background-color: #0095c9;
  border-radius: 10px;
  left: -0.5rem;
  -webkit-transform: translateX(-68%);
          transform: translateX(-68%);
  -webkit-transition: transform 200ms linear 200ms;
  -webkit-transition: -webkit-transform 200ms linear 200ms;
  transition: -webkit-transform 200ms linear 200ms;
  transition: transform 200ms linear 200ms;
  transition: transform 200ms linear 200ms, -webkit-transform 200ms linear 200ms;
  will-change: transform;
}

.cart_wrap:hover {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  background-color: #29abdf;
}

.cart_wrap:hover a::after {
  border-left: 1px solid #575756;
}

.cart_wrap a {
  color: #fff;
  position: relative;
  display: block;
  padding: 1rem 3.5rem 1rem 1rem;
  text-decoration: none;
}

.cart_wrap a .cart {
  fill: #fff;
  position: absolute;
  right: 7px;
  top: 10px;
  background-position: right -5px top;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  padding-left: 0.25rem;
  width: 40px;
  height: auto;
}

#page-image {
  position: relative;
}

#page-image img {
  line-height: 0;
  max-height: 670px;
}

@media (max-width: 81.25em) {
  #page-image .mod_article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #29abdf;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1rem;
  }
}

@media (max-width: 31.24em) {
  #page-image .mod_article {
    display: block;
    text-align: center;
  }
}

#page-image .mod_article .ce_text {
  position: absolute;
  color: #fff;
  font-family: 'Amatic SC';
  letter-spacing: 1px;
}

@media (max-width: 81.25em) {
  #page-image .mod_article .ce_text {
    position: initial;
  }
}

#page-image .mod_article .ce_text p {
  margin: 0;
}

@media (max-width: 81.25em) {
  #page-image .mod_article .ce_text p {
    margin-left: 0.8rem;
  }
}

#page-image .mod_article .ce_text::before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 81.25em) {
  #page-image .mod_article .ce_text::before {
    display: none;
  }
}

#page-image .mod_article .ce_text.first-header-paragraph {
  left: 52%;
  top: calc(50% - 90px);
  font-size: 2rem;
  z-index: 3;
}

@media (max-width: 100em) {
  #page-image .mod_article .ce_text.first-header-paragraph {
    top: calc(48% - 90px);
  }
}

@media (max-width: 87.5em) {
  #page-image .mod_article .ce_text.first-header-paragraph {
    top: calc(46% - 95px);
  }
}

@media (max-width: 48.115em) {
  #page-image .mod_article .ce_text.first-header-paragraph {
    font-size: 1.7rem;
  }
}

@media (max-width: 31.24em) {
  #page-image .mod_article .ce_text.first-header-paragraph {
    font-size: 1.6rem;
  }
}

#page-image .mod_article .ce_text.first-header-paragraph::before {
  width: 150px;
  height: 150px;
  background-color: #29abdf;
  z-index: -1;
}

#page-image .mod_article .ce_text.second-header-paragraph {
  left: 55%;
  bottom: 40%;
  font-size: 2.5rem;
  z-index: 2;
}

#page-image .mod_article .ce_text.second-header-paragraph::before {
  width: 220px;
  height: 220px;
  background-color: #0095c9;
  z-index: -2;
}

@media (max-width: 48.115em) {
  #page-image .mod_article .ce_text.second-header-paragraph {
    font-size: 2.2rem;
  }
}

@media (max-width: 31.24em) {
  #page-image .mod_article .ce_text.second-header-paragraph {
    font-size: 2rem;
  }
}

#page-image .mod_article .ce_text.third-header-paragraph {
  left: calc(50% + 250px);
  bottom: calc(50% - 190px);
  font-size: 2rem;
  text-align: center;
  z-index: 3;
}

@media (max-width: 106.25em) {
  #page-image .mod_article .ce_text.third-header-paragraph {
    left: calc(48% + 250px);
    bottom: calc(52% - 190px);
  }
}

@media (max-width: 87.5em) {
  #page-image .mod_article .ce_text.third-header-paragraph {
    left: calc(45% + 250px);
    bottom: calc(54% - 190px);
  }
}

@media (max-width: 81.25em) {
  #page-image .mod_article .ce_text.third-header-paragraph {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 48.115em) {
  #page-image .mod_article .ce_text.third-header-paragraph {
    font-size: 1.7rem;
  }
}

@media (max-width: 31.24em) {
  #page-image .mod_article .ce_text.third-header-paragraph {
    font-size: 1.8rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#page-image .mod_article .ce_text.third-header-paragraph::before {
  width: 150px;
  height: 150px;
  background-color: #00a3dc;
  z-index: -1;
}

#page-image .mod_article .header-icon {
  position: absolute;
  left: calc(50% + 250px);
  bottom: calc(50% - 190px);
  font-size: 2rem;
  text-align: center;
  z-index: 3;
}

@media (max-width: 106.25em) {
  #page-image .mod_article .header-icon {
    left: calc(48% + 250px);
    bottom: calc(52% - 190px);
  }
}

@media (max-width: 87.5em) {
  #page-image .mod_article .header-icon {
    left: calc(45% + 250px);
    bottom: calc(54% - 190px);
  }
}

@media (max-width: 81.25em) {
  #page-image .mod_article .header-icon {
    display: none;
  }
}

#page-image .mod_article .header-icon::before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
  background-color: #00a3dc;
  z-index: -1;
}

@media (max-width: 81.25em) {
  #page-image .mod_article .header-icon::before {
    display: none;
  }
}

#main .inside {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

#main .inside .mod_article .ce_text {
  padding: 0 1.5rem !important;
}

#main .inside .mod_article .ce_text p {
  font-size: 1.3rem;
  line-height: 1.3;
  margin: 0 0 1em 0;
}

@media (max-width: 48.115em) {
  #main .inside .mod_article .ce_text p {
    font-size: 1rem;
  }
}

#main .inside .mod_article .ce_text.quote p {
  color: #29abdf;
  font-size: 1.8rem;
  font-family: 'Amatic SC';
  font-weight: 700;
  letter-spacing: 2px;
}

@media (max-width: 48.115em) {
  #main .inside .mod_article .ce_text.quote p {
    font-size: 1.4rem;
  }
}

#main .inside .mod_article .sc2-first {
  width: 30%;
}

@media (max-width: 48.115em) {
  #main .inside .mod_article .sc2-first {
    width: 100%;
    margin-bottom: 2rem;
  }
}

#main .inside .mod_article .sc2-last {
  width: 70%;
}

@media (max-width: 48.115em) {
  #main .inside .mod_article .sc2-last {
    width: 100%;
  }
}

#main a {
  color: #00a3dc;
  text-decoration: none;
}

#main a:hover {
  text-decoration: underline;
}

#icon-banner {
  background-color: #00a3dc;
}

#icon-banner .inside {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4rem 2rem;
}

@media (max-width: 56.24em) {
  #icon-banner .inside {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 4rem 2rem 2rem;
  }
}

@media (max-width: 31.24em) {
  #icon-banner .inside {
    padding: 2rem 2rem 0rem;
  }
}

#icon-banner .inside .iconbanner-flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

@media (max-width: 56.24em) {
  #icon-banner .inside .iconbanner-flex-wrapper {
    width: 50%;
    margin-bottom: 2rem;
  }
}

@media (max-width: 31.24em) {
  #icon-banner .inside .iconbanner-flex-wrapper {
    width: 100%;
    margin-bottom: 2rem;
  }
}

#icon-banner .inside .iconbanner-flex-wrapper .icon-picture {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 200px;
  height: 85px;
}

@media (max-width: 31.24em) {
  #icon-banner .inside .iconbanner-flex-wrapper .icon-picture {
    width: 160px;
    height: 45px;
  }
}

#icon-banner .inside .iconbanner-flex-wrapper .icon-picture.paarberatung {
  background-image: url(../images/paarberatung.svg);
}

#icon-banner .inside .iconbanner-flex-wrapper .icon-picture.einzelberatung {
  background-image: url(../images/einzelberatung.svg);
}

#icon-banner .inside .iconbanner-flex-wrapper .icon-picture.familientherapie {
  background-image: url(../images/familientherapie.svg);
}

#icon-banner .inside .iconbanner-flex-wrapper .icon-picture.onlineberatung {
  background-image: url(../images/onlineberatung.svg);
}

#icon-banner .inside .iconbanner-flex-wrapper .icon-paragraph {
  color: #fff;
  font-size: 2.3rem;
  font-family: 'Amatic SC';
  letter-spacing: 2px;
  margin-top: 2rem;
  margin-bottom: 0;
}

@media (max-width: 31.24em) {
  #icon-banner .inside .iconbanner-flex-wrapper .icon-paragraph {
    font-size: 1.9rem;
  }
}

#main {
  overflow: hidden;
}

@media (max-width: 48.115em) {
  #main {
    display: block;
    width: 100%;
  }
}

#main .inside .content .content-flex-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 48.115em) {
  #main .inside .content .content-flex-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 48.115em) {
  #main .inside .content .content-flex-wrapper.grey-background {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

#main .inside .content .content-flex-wrapper.grey-background .ce_image {
  margin: 5rem 3rem 5rem 4rem;
  padding: 0;
  max-width: calc(30% - 7rem);
}

@media (max-width: 48.115em) {
  #main .inside .content .content-flex-wrapper.grey-background .ce_image {
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

#main .inside .content .content-flex-wrapper.grey-background::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #f6f6f6;
  top: -0.5rem;
  bottom: -0.5rem;
  width: 200vw;
  left: -100vw;
  z-index: -1;
}

@media (max-width: 48.115em) {
  #main .inside .content .content-flex-wrapper.grey-background::after {
    bottom: 0;
    top: 0;
  }
}

@media (max-width: 48.115em) {
  #main .inside .content .content-flex-wrapper.first .ce_image {
    margin-top: 0;
  }
}

#main .inside .content .content-flex-wrapper .ce_text {
  width: 65%;
  padding: 0 1.5rem;
}

@media (max-width: 48.115em) {
  #main .inside .content .content-flex-wrapper .ce_text {
    width: 100%;
    margin-bottom: 1rem;
  }
}

#main .inside .content .content-flex-wrapper .ce_image {
  position: relative;
  width: auto;
  margin: 5rem 6rem 5rem 0;
  padding: 0;
  max-width: calc(30% - 6rem);
}

@media (max-width: 48.115em) {
  #main .inside .content .content-flex-wrapper .ce_image {
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
    max-width: 80%;
  }
}

#main .inside .content .content-flex-wrapper .ce_image img {
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 48.115em) {
  #main .inside .content .content-flex-wrapper .ce_image img {
    height: 250px;
  }
}

#main .inside .content .content-flex-wrapper .ce_image .caption {
  position: absolute;
  background-color: #29abdf;
  color: #fff;
  width: 140px;
  height: 140px;
  top: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 50%;
  line-height: 1.1;
  text-align: center;
  font-family: 'Amatic SC';
  letter-spacing: 2px;
  font-size: 1.7rem;
  word-spacing: -6px;
}

@media (max-width: 31.24em) {
  #main .inside .content .content-flex-wrapper .ce_image .caption {
    position: initial;
    width: auto;
    height: auto;
    padding: 0.5rem 1rem;
    border-radius: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

#picture-banner {
  position: relative;
}

#picture-banner .mod_article img {
  line-height: 0;
}

#picture-banner .mod_article.abstand-oben {
  margin-top: 2rem;
}

@media (max-width: 48.115em) {
  #picture-banner .mod_article.abstand-oben {
    margin-top: 0;
  }
}

@media (max-width: 93.75em) {
  #picture-banner .mod_article.content .ce_text {
    background-color: #29abdf;
    position: initial;
    -webkit-transform: initial;
            transform: initial;
  }
  #picture-banner .mod_article.content .ce_text p {
    margin: 0;
  }
  #picture-banner .mod_article.content .ce_text a {
    width: 100%;
    padding: 1rem 0;
    display: block;
    text-decoration: underline;
    position: relative;
  }
  #picture-banner .mod_article.content .ce_text a::before {
    display: none;
  }
}

#picture-banner .mod_article .ce_text {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

@media (max-width: 56.24em) {
  #picture-banner .mod_article .ce_text {
    background-color: #29abdf;
    position: initial;
    -webkit-transform: initial;
            transform: initial;
  }
}

#picture-banner .mod_article .ce_text p {
  text-align: center;
}

@media (max-width: 56.24em) {
  #picture-banner .mod_article .ce_text p {
    margin: 0;
  }
}

#picture-banner .mod_article .ce_text p a {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0;
  text-decoration: none;
}

@media (max-width: 56.24em) {
  #picture-banner .mod_article .ce_text p a {
    width: 100%;
    padding: 1rem 0;
    display: block;
    text-decoration: underline;
    position: relative;
  }
}

@media (max-width: 31.24em) {
  #picture-banner .mod_article .ce_text p a {
    font-size: 1.4rem;
  }
}

#picture-banner .mod_article .ce_text p a::before {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: transform 300ms ease;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  will-change: transform;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 250px;
  height: 250px;
  background-color: #29abdf;
  border-radius: 50%;
  z-index: -1;
}

@media (max-width: 56.24em) {
  #picture-banner .mod_article .ce_text p a::before {
    display: none;
  }
}

#picture-banner .mod_article .ce_text p a:hover::before {
  -webkit-transform: scale(1.1) translate(-45%, -45%);
          transform: scale(1.1) translate(-45%, -45%);
}

#advantage-banner {
  background-color: #00a3dc;
  padding: 2rem 0;
  margin-top: 2rem;
}

@media (max-width: 56.24em) {
  #advantage-banner {
    padding-bottom: 0;
  }
}

#advantage-banner .inside {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#advantage-banner .inside h2 {
  color: #fff;
  font-size: 2.7rem;
  margin-top: 0;
  font-family: 'Amatic SC';
  letter-spacing: 2px;
  text-align: center;
}

@media (max-width: 31.24em) {
  #advantage-banner .inside h2 {
    font-size: 2rem;
  }
}

#advantage-banner .inside .adventage-flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 2rem;
}

@media (max-width: 56.24em) {
  #advantage-banner .inside .adventage-flex-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#advantage-banner .inside .adventage-flex-wrapper .adventage-icon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 56.24em) {
  #advantage-banner .inside .adventage-flex-wrapper .adventage-icon-wrapper {
    width: 100%;
    margin-bottom: 2rem;
  }
}

#advantage-banner .inside .adventage-flex-wrapper .adventage-icon-wrapper .adventage-icon {
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
}

@media (max-width: 31.24em) {
  #advantage-banner .inside .adventage-flex-wrapper .adventage-icon-wrapper .adventage-icon {
    width: 50px;
    height: 50px;
  }
}

#advantage-banner .inside .adventage-flex-wrapper .adventage-icon-wrapper .adventage-icon.time {
  background-image: url(/files/layout/images/zeitliche-flexibilität.svg);
}

#advantage-banner .inside .adventage-flex-wrapper .adventage-icon-wrapper .adventage-icon.place {
  background-position: center;
  background-image: url(/files/layout/images/ortsunabhängig.svg);
}

#advantage-banner .inside .adventage-flex-wrapper .adventage-icon-wrapper .adventage-icon.wait {
  background-image: url(/files/layout/images/kurze-wartezeiten.svg);
}

#advantage-banner .inside .adventage-flex-wrapper .adventage-icon-wrapper p {
  color: #fff;
  font-family: 'Amatic SC';
  letter-spacing: 2px;
  font-size: 2rem;
  margin-bottom: 0;
}

@media (max-width: 56.24em) {
  #advantage-banner .inside .adventage-flex-wrapper .adventage-icon-wrapper p {
    margin-top: 1rem;
  }
}

@media (max-width: 31.24em) {
  #advantage-banner .inside .adventage-flex-wrapper .adventage-icon-wrapper p {
    font-size: 1.5rem;
  }
}

#offers {
  background-color: #f6f6f6;
  margin: 5rem 0 -1.5rem 0;
  font-size: 1.2em;
  overflow-x: hidden;
}

#offers .inside {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}

#offers .inside .mod_newslist,
#offers .inside .product_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}



@media (max-width: 68.74em) {
  #offers .inside .mod_newslist,
  #offers .inside .product_list {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

#offers .inside .mod_newslist .layout_latest,
#offers .inside .mod_newslist .product,
#offers .inside .product_list .layout_latest,
#offers .inside .product_list .product {
  width: 30%;
}

#offers .inside .mod_newslist .layout_latest h2,
#offers .inside .mod_newslist .product h2,
#offers .inside .product_list .layout_latest h2,
#offers .inside .product_list .product h2 {
  margin: 0.4rem 0;
  font-weight: 700;
}

#offers .inside .mod_newslist .layout_latest h2 a,
#offers .inside .mod_newslist .product h2 a,
#offers .inside .product_list .layout_latest h2 a,
#offers .inside .product_list .product h2 a {
  color: #29abdf;
  text-decoration: none;
  font-size: 1.3rem;
}

#offers .inside .mod_newslist .layout_latest p,
#offers .inside .mod_newslist .product p,
#offers .inside .product_list .layout_latest p,
#offers .inside .product_list .product p {
  font-size: 1em;
}

#offers .inside .mod_newslist .layout_latest .more,
#offers .inside .mod_newslist .product .more,
#offers .inside .product_list .layout_latest .more,
#offers .inside .product_list .product .more {
  margin: 1rem 0;
}

#offers .inside .mod_newslist .layout_latest figure a,
#offers .inside .mod_newslist .product figure a,
#offers .inside .product_list .layout_latest figure a,
#offers .inside .product_list .product figure a {
  display: block;
}

#offers .inside .mod_newslist .layout_latest figure a img,
#offers .inside .mod_newslist .product figure a img,
#offers .inside .product_list .layout_latest figure a img,
#offers .inside .product_list .product figure a img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: filter 400ms linear;
  -webkit-transition: -webkit-filter 400ms linear;
  transition: -webkit-filter 400ms linear;
  transition: filter 400ms linear;
  transition: filter 400ms linear, -webkit-filter 400ms linear;
  will-change: filter;
}

#offers .inside .mod_newslist .layout_latest figure a img:hover,
#offers .inside .mod_newslist .product figure a img:hover,
#offers .inside .product_list .layout_latest figure a img:hover,
#offers .inside .product_list .product figure a img:hover {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

#offers .inside .mod_newslist .layout_latest .teaser,
#offers .inside .mod_newslist .product .teaser,
#offers .inside .product_list .layout_latest .teaser,
#offers .inside .product_list .product .teaser {
  margin: 1rem 0;
}

#offers .inside .mod_newslist .layout_latest .offer,
#offers .inside .mod_newslist .product .offer,
#offers .inside .product_list .layout_latest .offer,
#offers .inside .product_list .product .offer {
  font-weight: 700;
}

@media (max-width: 68.74em) {
  #offers .inside .mod_newslist .layout_latest,
  #offers .inside .mod_newslist .product,
  #offers .inside .product_list .layout_latest,
  #offers .inside .product_list .product {
    width: 32%;
  }
}

@media (max-width: 48.115em) {
  #offers .inside .mod_newslist .layout_latest,
  #offers .inside .mod_newslist .product,
  #offers .inside .product_list .layout_latest,
  #offers .inside .product_list .product {
    width: 100%;
  }
  #offers .inside .mod_newslist .layout_latest figure img,
  #offers .inside .mod_newslist .product figure img,
  #offers .inside .product_list .layout_latest figure img,
  #offers .inside .product_list .product figure img {
    width: 100%;
  }
}

@media (max-width: 48.115em) {
  #offers {
    padding: 0 1.5rem;
  }
}

.product-view-wrap {
  margin: 4rem 0 2rem 0;
}

.product-view-wrap .product-view-image {
  width: 30%;
}

.product-view-wrap .product-view-image img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.product-view-wrap .product-view-descr {
  width: 67%;
}

.product-view-wrap .product-view-descr h2 {
  margin: 0 0 1rem 0;
  color: #575756;
  font-weight: 400;
  font-size: 1.5rem;
}

.product-view-wrap .product-view-descr .options {
  border: 1px solid #00a3dc1a;
  padding: 1rem;
  background-color: #f6f6f6;
  margin: 2rem 0 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product-view-wrap .product-view-descr .options:after {
  display: block;
  content: '*Termin und Zeitraum sind lediglich unverbindliche Wunschangaben. Der verbindliche Terminzeitraum (Datum und Uhrzeit) wird im Anschluss an die Buchung telefonisch oder per Mail direkt vereinbart.';
  font-weight: bold;
  margin: 1rem 0;
}

.product-view-wrap .product-view-descr .widget {
  margin-right: 1rem;
}

.product-view-wrap .product-view-descr .widget label {
  display: block;
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 0.25rem;
}

.product-view-wrap .product-view-descr .widget input {
  padding: 0.35rem;
  border: 1px solid #ccc;
  max-width: 150px;
}

.product-view-wrap .product-view-descr .widget input.hasDatepicker {
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAATCAYAAAB2pebxAAABGUlEQVQ4jc2UP06EQBjFfyCN3ZR2yxHwBGBCYUIhN1hqGrWj03KsiM3Y7p7AI8CeQI/ATbBgiE+gMlvsS8jM+97jy5s/mQCFszFQAQN1c2AJZzMgA3rqpgcYx5FQDAb4Ah6AFmdfNxp0QAp0OJvMUii2BDDUzS3w7s2KOcGd5+UsRDhbAo+AWfyU4GwnPAYG4XucTYOPt1PkG2SsYTbq2iT2X3ZFkVeeTChyA9wDN5uNi/x62TzaMD5t1DTdy7rsbPfnJNan0i24ejOcHUPOgLM0CSTuyY+pzAH2wFG46jugupw9mZczSORl/BZ4Fq56ArTzPYn5vUA6h/XNVX03DZe0J59Maxsk7iCeBPgWrroB4sA/LiX/R/8DOHhi5y8Apx4AAAAASUVORK5CYII=) no-repeat right 5px center;
  cursor: pointer;
  color: #575756;
}

.product-view-wrap .product-view-descr .widget select {
  padding: 0.25rem;
  border: 1px solid #ccc;
  color: #575756;
  cursor: pointer;
}

@media (max-width: 31.24em) {
  .product-view-wrap .product-view-descr .widget {
    width: 100%;
  }
  .product-view-wrap .product-view-descr .widget input {
    max-width: none;
  }
}

.product-view-wrap .product-view-descr .price {
  font-size: 1.5rem;
  color: #00a3dc;
}

.product-view-wrap .submit_container {
  margin: 1rem 0;
}

@media (max-width: 68.74em) {
  .product-view-wrap {
    padding: 0 1.5rem;
  }
}

@media (max-width: 48.115em) {
  .product-view-wrap .product-view-image {
    width: 100%;
  }
  .product-view-wrap .product-view-descr {
    width: 100%;
  }
}

#optionblock .hideG optgroup:first-of-type {
  display: none;
}

#main .mod_iso_cart,
#main .review.orderproducts,
#main #iso_collection_9,
#main .mod_iso_orderhistory,
.mod_iso_orderdetails {
  margin-bottom: 2rem;
}

#main .mod_iso_cart table,
#main .review.orderproducts table,
#main #iso_collection_9 table,
#main .mod_iso_orderhistory table,
.mod_iso_orderdetails table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  -webkit-box-shadow: 0px 0px 5px 1px #ccc;
          box-shadow: 0px 0px 5px 1px #ccc;
  margin-bottom: 2rem;
}

#main .mod_iso_cart table tbody .name:after,
#main .review.orderproducts table tbody .name:after,
#main #iso_collection_9 table tbody .name:after,
#main .mod_iso_orderhistory table tbody .name:after,
.mod_iso_orderdetails table tbody .name:after {
  display: block;
  content: '*Termin und Zeitraum sind lediglich unverbindliche Wunschangaben. Der verbindliche Terminzeitraum (Datum und Uhrzeit) wird im Anschluss an die Buchung telefonisch oder per Mail direkt vereinbart.';
  font-weight: bold;
  margin: 1rem 0;
}

#main .mod_iso_cart table td,
#main .review.orderproducts table td,
#main #iso_collection_9 table td,
#main .mod_iso_orderhistory table td,
.mod_iso_orderdetails table td {
  background-color: #fff;
  border-bottom: 1px solid #29abdf;
  padding: 1rem;
}

#main .mod_iso_cart table td.col_first.image,
#main .review.orderproducts table td.col_first.image,
#main #iso_collection_9 table td.col_first.image,
#main .mod_iso_orderhistory table td.col_first.image,
.mod_iso_orderdetails table td.col_first.image {
  width: 150px;
}

#main .mod_iso_cart table td.name a,
#main .review.orderproducts table td.name a,
#main #iso_collection_9 table td.name a,
#main .mod_iso_orderhistory table td.name a,
.mod_iso_orderdetails table td.name a {
  text-decoration: none;
  font-size: 1.2rem;
  color: #29abdf;
  margin-bottom: 0.75rem;
}

#main .mod_iso_cart table td.name ul,
#main .review.orderproducts table td.name ul,
#main #iso_collection_9 table td.name ul,
#main .mod_iso_orderhistory table td.name ul,
.mod_iso_orderdetails table td.name ul {
  margin: 0;
  padding: 0;
}

#main .mod_iso_cart table td.name ul li,
#main .review.orderproducts table td.name ul li,
#main #iso_collection_9 table td.name ul li,
#main .mod_iso_orderhistory table td.name ul li,
.mod_iso_orderdetails table td.name ul li {
  list-style: none;
  margin: 0.5rem 0;
}

@media (max-width: 68.74em) {
  #main .mod_iso_cart table td,
  #main .review.orderproducts table td,
  #main #iso_collection_9 table td,
  #main .mod_iso_orderhistory table td,
  .mod_iso_orderdetails table td {
    display: block;
  }
}

#main .mod_iso_cart table thead th,
#main .review.orderproducts table thead th,
#main #iso_collection_9 table thead th,
#main .mod_iso_orderhistory table thead th,
.mod_iso_orderdetails table thead th {
  background-color: #0095c9;
  color: #fff;
  font-weight: 700;
  font-size: 1.15rem;
  text-align: left;
  padding: 0.25rem 1rem;
  border-radius: 0;
}

@media (max-width: 68.74em) {
  #main .mod_iso_cart table thead,
  #main .review.orderproducts table thead,
  #main #iso_collection_9 table thead,
  #main .mod_iso_orderhistory table thead,
  .mod_iso_orderdetails table thead {
    display: none;
  }
  #main .mod_iso_cart table tbody,
  #main .review.orderproducts table tbody,
  #main #iso_collection_9 table tbody,
  #main .mod_iso_orderhistory table tbody,
  .mod_iso_orderdetails table tbody {
    display: block;
  }
  #main .mod_iso_cart table tbody tr,
  #main .review.orderproducts table tbody tr,
  #main #iso_collection_9 table tbody tr,
  #main .mod_iso_orderhistory table tbody tr,
  .mod_iso_orderdetails table tbody tr {
    display: block;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    margin-bottom: 0.6rem;
  }
  #main .mod_iso_cart table tbody tr td,
  #main .review.orderproducts table tbody tr td,
  #main #iso_collection_9 table tbody tr td,
  #main .mod_iso_orderhistory table tbody tr td,
  .mod_iso_orderdetails table tbody tr td {
    vertical-align: middle;
    text-align: right;
  }
  #main .mod_iso_cart table tbody tr td::before,
  #main .review.orderproducts table tbody tr td::before,
  #main #iso_collection_9 table tbody tr td::before,
  #main .mod_iso_orderhistory table tbody tr td::before,
  .mod_iso_orderdetails table tbody tr td::before {
    content: attr(data-title);
    float: left;
    font-size: inherit;
    font-weight: 400;
    color: #757575;
  }
  #main .mod_iso_cart table tbody tr td.col_first.image,
  #main .review.orderproducts table tbody tr td.col_first.image,
  #main #iso_collection_9 table tbody tr td.col_first.image,
  #main .mod_iso_orderhistory table tbody tr td.col_first.image,
  .mod_iso_orderdetails table tbody tr td.col_first.image {
    display: none;
  }
  #main .mod_iso_cart table tfoot,
  #main .review.orderproducts table tfoot,
  #main #iso_collection_9 table tfoot,
  #main .mod_iso_orderhistory table tfoot,
  .mod_iso_orderdetails table tfoot {
    display: block;
    padding: 1rem 0;
  }
  #main .mod_iso_cart table tfoot tr,
  #main .review.orderproducts table tfoot tr,
  #main #iso_collection_9 table tfoot tr,
  #main .mod_iso_orderhistory table tfoot tr,
  .mod_iso_orderdetails table tfoot tr {
    display: block;
    padding: 0 1rem;
  }
  #main .mod_iso_cart table tfoot tr.foot_1 #main .mod_iso_cart table tfoot tr.foot_last,
  #main .review.orderproducts table tfoot tr.foot_1 #main .mod_iso_cart table tfoot tr.foot_last,
  #main #iso_collection_9 table tfoot tr.foot_1 #main .mod_iso_cart table tfoot tr.foot_last,
  #main .mod_iso_orderhistory table tfoot tr.foot_1 #main .mod_iso_cart table tfoot tr.foot_last,
  .mod_iso_orderdetails table tfoot tr.foot_1 #main .mod_iso_cart table tfoot tr.foot_last, #main .mod_iso_cart table tfoot tr.foot_1
  #main .review.orderproducts table tfoot tr.foot_last,
  #main .review.orderproducts table tfoot tr.foot_1
  #main .review.orderproducts table tfoot tr.foot_last,
  #main #iso_collection_9 table tfoot tr.foot_1
  #main .review.orderproducts table tfoot tr.foot_last,
  #main .mod_iso_orderhistory table tfoot tr.foot_1
  #main .review.orderproducts table tfoot tr.foot_last,
  .mod_iso_orderdetails table tfoot tr.foot_1
  #main .review.orderproducts table tfoot tr.foot_last, #main .mod_iso_cart table tfoot tr.foot_1
  #main #iso_collection_9 table tfoot tr.foot_last,
  #main .review.orderproducts table tfoot tr.foot_1
  #main #iso_collection_9 table tfoot tr.foot_last,
  #main #iso_collection_9 table tfoot tr.foot_1
  #main #iso_collection_9 table tfoot tr.foot_last,
  #main .mod_iso_orderhistory table tfoot tr.foot_1
  #main #iso_collection_9 table tfoot tr.foot_last,
  .mod_iso_orderdetails table tfoot tr.foot_1
  #main #iso_collection_9 table tfoot tr.foot_last, #main .mod_iso_cart table tfoot tr.foot_1
  #main .mod_iso_orderhistory table tfoot tr.foot_last,
  #main .review.orderproducts table tfoot tr.foot_1
  #main .mod_iso_orderhistory table tfoot tr.foot_last,
  #main #iso_collection_9 table tfoot tr.foot_1
  #main .mod_iso_orderhistory table tfoot tr.foot_last,
  #main .mod_iso_orderhistory table tfoot tr.foot_1
  #main .mod_iso_orderhistory table tfoot tr.foot_last,
  .mod_iso_orderdetails table tfoot tr.foot_1
  #main .mod_iso_orderhistory table tfoot tr.foot_last, #main .mod_iso_cart table tfoot tr.foot_1
  .mod_iso_orderdetails table tfoot tr.foot_last,
  #main .review.orderproducts table tfoot tr.foot_1
  .mod_iso_orderdetails table tfoot tr.foot_last,
  #main #iso_collection_9 table tfoot tr.foot_1
  .mod_iso_orderdetails table tfoot tr.foot_last,
  #main .mod_iso_orderhistory table tfoot tr.foot_1
  .mod_iso_orderdetails table tfoot tr.foot_last,
  .mod_iso_orderdetails table tfoot tr.foot_1
  .mod_iso_orderdetails table tfoot tr.foot_last {
    font-weight: 700;
    margin: 1rem 0;
  }
  #main .mod_iso_cart table tfoot td,
  #main .review.orderproducts table tfoot td,
  #main #iso_collection_9 table tfoot td,
  #main .mod_iso_orderhistory table tfoot td,
  .mod_iso_orderdetails table tfoot td {
    display: contents;
  }
}

#main .mod_iso_cart .col_2.quantity input,
#main .review.orderproducts .col_2.quantity input,
#main #iso_collection_9 .col_2.quantity input,
#main .mod_iso_orderhistory .col_2.quantity input,
.mod_iso_orderdetails .col_2.quantity input {
  border: 1px solid rgba(41, 171, 223, 0.3);
  border-radius: 0;
  max-width: 50px;
  text-align: center;
}

@media (max-width: 68.74em) {
  #main .mod_iso_cart .col_2.quantity input,
  #main .review.orderproducts .col_2.quantity input,
  #main #iso_collection_9 .col_2.quantity input,
  #main .mod_iso_orderhistory .col_2.quantity input,
  .mod_iso_orderdetails .col_2.quantity input {
    margin-left: auto;
  }
}

#main .mod_iso_cart .actions a,
#main .mod_iso_cart .link a,
#main .review.orderproducts .actions a,
#main .review.orderproducts .link a,
#main #iso_collection_9 .actions a,
#main #iso_collection_9 .link a,
#main .mod_iso_orderhistory .actions a,
#main .mod_iso_orderhistory .link a,
.mod_iso_orderdetails .actions a,
.mod_iso_orderdetails .link a {
  display: block;
  margin-bottom: 1rem;
  text-align: center;
  color: #fff;
}

#main .mod_iso_cart .submit_container,
#main .review.orderproducts .submit_container,
#main #iso_collection_9 .submit_container,
#main .mod_iso_orderhistory .submit_container,
.mod_iso_orderdetails .submit_container {
  margin: 1rem 0;
}

@media (max-width: 68.74em) {
  #main .mod_iso_cart,
  #main .review.orderproducts,
  #main #iso_collection_9,
  #main .mod_iso_orderhistory,
  .mod_iso_orderdetails {
    padding: 0 1.5rem;
  }
}

@media (max-width: 68.74em) {
  .mod_iso_checkout {
    padding: 0 1.5rem;
  }
}

.paymentmethod {
  background-color: #fff;
}

.paymentmethod h2 {
  font-size: 1.5rem;
  background-color: #0095c9;
  color: #fff;
  padding: 0.5rem;
  border: 0;
}

.paymentmethod .widget.widget-radio {
  margin-bottom: 3rem;
  padding: 0;
}

.paymentmethod .widget.widget-radio fieldset {
  border: 0;
  padding: 0;
}

.paymentmethod .widget.widget-radio span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #0095c9;
}

.paymentmethod .widget.widget-radio span:last-of-type {
  border: 0;
}

.paymentmethod .widget.widget-radio span:hover label {
  color: #0095c9;
}

.paymentmethod .widget.widget-radio span input {
  width: auto;
}

.paymentmethod .widget.widget-radio span label {
  margin-bottom: 0;
  cursor: pointer;
}

#iso_mod_checkout_review h2,
.mod_iso_orderdetails h2 {
  font-size: 1.5rem;
  border: 0;
  margin-bottom: 0;
}

#iso_mod_checkout_review .billing_address,
#iso_mod_checkout_review .payment_method,
.mod_iso_orderdetails .billing_address,
.mod_iso_orderdetails .payment_method {
  margin: 2rem 0;
  position: relative;
}

#iso_mod_checkout_review .billing_address label,
#iso_mod_checkout_review .payment_method label,
.mod_iso_orderdetails .billing_address label,
.mod_iso_orderdetails .payment_method label {
  font-weight: 600;
}

#iso_mod_checkout_review .billing_address h3,
#iso_mod_checkout_review .payment_method h3,
.mod_iso_orderdetails .billing_address h3,
.mod_iso_orderdetails .payment_method h3 {
  font-size: 1.5rem;
  background-color: #0095c9;
  color: #fff;
  padding: 0.5rem;
  border: 0;
  margin: 0;
}

#iso_mod_checkout_review .billing_address .info,
#iso_mod_checkout_review .payment_method .info,
.mod_iso_orderdetails .billing_address .info,
.mod_iso_orderdetails .payment_method .info {
  background-color: #fff;
  padding: 1rem;
}

#iso_mod_checkout_review .billing_address .edit,
#iso_mod_checkout_review .payment_method .edit,
.mod_iso_orderdetails .billing_address .edit,
.mod_iso_orderdetails .payment_method .edit {
  position: absolute;
  right: 1rem;
  top: 0.5rem;
}

#iso_mod_checkout_review .submit_container,
.mod_iso_orderdetails .submit_container {
  margin: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#iso_mod_checkout_review .orderproducts .col_0,
.mod_iso_orderdetails .orderproducts .col_0 {
  display: none;
}

#iso_mod_checkout_review .checkbox_container label,
#iso_mod_checkout_review .checkbox_container input,
.mod_iso_orderdetails .checkbox_container label,
.mod_iso_orderdetails .checkbox_container input {
  cursor: pointer;
}

.mod_iso_orderdetails .col_0.col_first.image {
  display: none;
}

#iso_mod_checkout_address label {
  font-weight: 600;
}

#footer {
  font-size: 1.2rem;
  font-weight: 200;
}

#footer .inside {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding: 2rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 48.115em) {
  #footer .inside {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}

#footer .inside .logo {
  width: 30%;
  height: 90px;
}

@media (max-width: 48.115em) {
  #footer .inside .logo {
    max-width: 362px;
    width: 100%;
    margin-bottom: 2rem;
  }
}

#footer .inside .ce_text p {
  margin: 0;
}

#footer .inside .mod_customnav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#footer .inside a {
  color: #00a3dc;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  -webkit-transition: text-decoration-color 300ms ease;
  -webkit-transition: -webkit-text-decoration-color 300ms ease;
  transition: -webkit-text-decoration-color 300ms ease;
  transition: text-decoration-color 300ms ease;
  transition: text-decoration-color 300ms ease, -webkit-text-decoration-color 300ms ease;
  will-change: text-decoration-color;
}

#footer .inside a:hover {
  -webkit-text-decoration-color: #00a3dc;
          text-decoration-color: #00a3dc;
}

#footer .inside a .active {
  -webkit-text-decoration-color: #00a3dc;
          text-decoration-color: #00a3dc;
}

.systemische-beratung #picture-banner {
  margin-top: 3rem;
}

@media (max-width: 68.74em) {
  #iso_ajaxBox {
    display: block;
    width: 90%;
    left: 5%;
  }
}
/*# sourceMappingURL=style.css.map */