@charset "UTF-8";
/*
Theme Name: iROC Theme
Theme URI: http://www.styleworks.website/
Author: styleworks
Author URI: mailto:mail@styleworks.com.de
Version: 1.0
*/
/* ======================================================================= */
/*  0Fonts
/* ======================================================================= */
/*@import url(https://use.typekit.net/gqh4ade.css);*/
/* ======================================================================= */
/*  01 normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css
/* ======================================================================= */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* ======================================================================= */
/*  02 Variables
/* ======================================================================= */
/* ======================================================================= */
/*  03 Animations
/* ======================================================================= */
/*@import 'partials/_animations.scss';*/
/* ======================================================================= */
/*  04 Basic Elements
/* ======================================================================= */
/* ======================================================================= */
/*  05 Typography
/* ======================================================================= */
/* ====================== Typography CSS ====================== */
@font-face {
  font-family: 'PlayfairDisplay';
  src: url("fonts/PlayfairDisplay-Regular.woff2") format("woff2"), url("fonts/PlayfairDisplay-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'PlayfairDisplay italic';
  src: url("fonts/PlayfairDisplay-Italic.woff2") format("woff2"), url("fonts/PlayfairDisplay-Italic.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Amsi Pro';
  src: url("fonts/amsipro-regular-webfont.woff2") format("woff2"), url("fonts/amsipro-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Amsi Pro bold';
  src: url("fonts/amsipro-bold-webfont.woff2") format("woff2"), url("fonts/amsipro-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Verb condensed light';
  src: url("fonts/verbcond-light-webfont.woff2") format("woff2"), url("fonts/verbcond-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Verb condensed';
  src: url("fonts/verbcond-regular-webfont.woff2") format("woff2"), url("fonts/verbcond-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Verb condensed semibold';
  src: url("fonts/verbcond-semibold-webfont.woff2") format("woff2"), url("fonts/verbcond-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Roboto';
  src: url("fonts/roboto-regular-webfont.woff2") format("woff2"), url("fonts/roboto-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Roboto semibold';
  src: url("fonts/roboto-medium-webfont.woff2") format("woff2"), url("fonts/roboto-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  color: #4c4d49;
  line-height: 1.4;
  font-family: 'Verb condensed', sans-serif;
  font-size: 114%;
  /*@media (min-width: 1980px) { font-size: 120%; }*/ }

h1, h2, h3, h4, h5, h6 {
  color: #002d55;
  font-family: 'Roboto';
  font-weight: normal;
  letter-spacing: -0.015em;
  margin-top: 0; }

h1 {
  font-size: 2.4em;
  /*font-weight: bold;*/
  /*letter-spacing: -0.04em;*/
  line-height: 1.2em;
  margin: 0 0 .75em 0;
  /*text-transform: uppercase;*/ }
  @media (max-width: 801px) {
    h1 {
      font-size: 1.8em; } }

h2 {
  font-size: 2.2em;
  /*letter-spacing: -0.04em;*/
  line-height: 1.1;
  margin: 0 0 .5em 0;
  /*text-transform: uppercase;*/ }
  @media (max-width: 1100px) {
    h2 {
      font-size: 1.6em; } }

.widget h2 {
  display: none; }

.sc-box h2 {
  font-size: 120%;
  margin: 0 0 0.1em 0;
  padding: 0;
  /*text-transform: uppercase;*/
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

h3 {
  font-size: 150%;
  line-height: 1.1;
  margin: 0 0 .7em 0; }
  @media (max-width: 1100px) {
    h3 {
      font-size: 1.25em; } }

.su-box-content h3 {
  font-family: 'Verb condensed semibold';
  margin: 0 0 0.6em 0 !important;
  text-transform: uppercase; }

h4 {
  font-size: 120%;
  line-height: 1.4em;
  margin: 0 0 1.25em 0; }

.featured-box h4 {
  margin: 0 0 0.5em; }

h5 {
  font-size: 110%;
  margin-bottom: 12px;
  line-height: 1.1em;
  letter-spacing: -0.01em;
  text-transform: none;
  margin: 0 0 1.2em 0; }

h6 {
  font-size: 102%;
  font-weight: 700;
  line-height: 1.1em;
  margin: 0.4em 0 0.6em 0;
  text-transform: none; }

p {
  margin: 0 0 1.2em 0; }

@media (max-width: 801px) {
  .content-column p {
    hyphens: auto; } }

.start-profiles,
.content-column p,
.wp-block-columns p {
  hyphens: auto; }

.redtext {
  color: #ce1419 !important; }

.roofline {
  color: #80796c !important;
  font-family: 'Verb condensed', sans-serif !important;
  font-style: normal;
  font-size: 80%;
  font-weight: bold !important;
  text-transform: uppercase !important;
  margin-bottom: 10px;
  letter-spacing: 0.14em; }

.roofline a {
  letter-spacing: 0.14;
  text-decoration: none; }

.roofline a:hover {
  text-decoration: underline; }

.sc-box-inner p {
  margin-bottom: 0.8em; }

a {
  color: #002d55;
  text-decoration: underline; }

a:hover, a:focus, a:active {
  color: #002d55;
  text-decoration: underline; }

.sc-box a, .sc-box a:hover,
a.leistung-link {
  text-decoration: none !important; }

a.su_box-button {
  border: 1px solid #fff;
  margin-bottom: 20px;
  padding: 10px 30px;
  text-decoration: none; }
  @media (max-width: 801px) {
    a.su_box-button {
      width: 100%;
      margin-bottom: 20px; } }

a.su_box-button:hover {
  background: #fff;
  color: #4c4d49 !important;
  text-decoration: none; }

a.no-td,
h3 a:hover {
  text-decoration: none; }

/*nav a:hover, nav a:focus, nav a:active { color: #526122; background:rgba(0,0,0,0.50); text-decoration:none; }*/
#lang_switch a {
  color: #e2ded4;
  text-decoration: none;
  padding: 0 2px;
  line-height: 1em; }

#lang_switch a:hover, #lang_switch a:focus, #lang_switch a:active {
  text-decoration: none;
  color: #fff; }

.sc-box-inner-text a:active, .sc-box-inner-text a:focus, .sc-box-inner-text a:hover, .sc-box-inner-text h2:hover {
  color: #bea163; }

.su-spoiler-content a {
  color: #bea163; }
.su-spoiler-content a:active, .su-spoiler-content a:focus, .su-spoiler-content a:hover, .su-spoiler-content h2:hover {
  color: #bea163; }

p.backbutton {
  padding-top: 100px; }

p.smallerbm {
  margin-bottom: 2px !important; }

.bluetext {
  color: #002d55; }

.otv-button {
  background: #4399c1;
  position: absolute;
  right: -50px;
  top: -180px;
  width: 160px;
  height: 160px;
  border-radius: 80px;
  display: table; }
  @media (max-width: 1180px) {
    .otv-button {
      right: 10px;
      top: -120px; } }
  @media (max-width: 480px) {
    .otv-button {
      right: 60px;
      top: -170px; } }
  .otv-button a {
    background-color: transparent !important;
    border-radius: 80px;
    display: table-cell;
    vertical-align: middle; }
  .otv-button a:active, .otv-button a:focus, .otv-button a:hover {
    background-color: transparent !important;
    text-decoration: none !important; }

.aagb__accordion_title {
  color: #4c4d49 !important; }

.otv-button:hover {
  background: #25769b; }

blockquote {
  font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
  font-style: italic;
  font-size: 120%;
  margin-bottom: 30px; }
  blockquote p {
    margin-bottom: .1em; }

cite {
  color: #878787;
  font-family: 'Amsi Pro';
  font-size: 70%;
  font-style: normal; }

hr, hr.wp-block-separator {
  border-bottom: none;
  border-top: 1px solid #BCBCBC;
  margin-bottom: 30px; }

figcaption, .figcaption, caption, .caption {
  font-size: 84%;
  color: #6F6F6F; }

.nowrap {
  white-space: nowrap; }

.post-date {
  font-size: 90%;
  font-style: italic;
  margin-bottom: 20px;
  padding-top: 25px; }

small, .has-small-font-size {
  font-size: 75% !important; }

.has-medium-font-size {
  font-size: 120% !important; }

footer * {
  color: rgba(0, 0, 0, 0.5);
  font-size: 97%;
  /*letter-spacing:0.6em;
  text-transform:uppercase;*/ }

footer a {
  text-decoration: none; }

footer a:hover, footer a:focus, footer a:active {
  color: #000;
  text-decoration: underline; }

#start-headline {
  text-align: center;
  color: #fff;
  margin: -100px 0 34px 0; }
  @media (max-width: 1100px) {
    #start-headline {
      margin: -230px 0 34px; } }

#start-headline h1 {
  color: #fff;
  font-size: 30pt;
  letter-spacing: -0.03em;
  margin-bottom: 6px;
  line-height: 1.1; }

p.slideshow-subline {
  font-style: italic;
  letter-spacing: 0.05em;
  line-height: 1; }

.subline-allcaps {
  font-size: 70%;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-top: 10px; }

#kontaktzeile {
  font-size: 11px;
  margin: -6px 0 0 0;
  color: #7e7c72; }

.bullet-list-item * {
  line-height: 1.2; }

.four-o-four {
  font-size: 280px;
  font-weight: bold;
  letter-spacing: -0.1em;
  margin-bottom: 0;
  line-height: 0.9; }

.four-o-four-roofline {
  color: #aeaaaa;
  font-size: 8px;
  letter-spacing: 0.8em;
  text-transform: uppercase; }

.caption {
  font-size: 90%;
  color: #4a4a4a; }

@media (max-width: 801px) {
  .sc-box-inner-text strong {
    font-weight: normal !important;
    letter-spacing: -0.02em !important; } }

.fa {
  border-radius: 14px;
  height: 28px;
  text-align: center;
  width: 28px; }

.fa-phone {
  background: #c3950b;
  color: #e2c054;
  font-size: 22px !important;
  line-height: 1.35 !important; }

.fa-bicycle {
  background: #c3950b;
  color: #e2c054;
  font-size: 18px !important;
  line-height: 1.5 !important; }

.fa-globe {
  background: #e2c054;
  color: #c3950b;
  font-size: 31px !important;
  line-height: 0.95 !important; }

.fa-websitesteps {
  background: none !important;
  color: #87857b;
  font-size: 100px !important;
  height: 100px;
  margin: 0 0 8px 18px;
  text-align: center; }

#searchform input[type=text] {
  padding: 16px 12px 15px !important; }

.wpforms-form input[type=text],
.wpforms-form input[type=textarea],
.wpforms-form input[type=number],
.wpforms-form input[type=email],
.wpforms-form input[type=password],
.wpforms-form .wpcf7-text, .wpforms-form .wpcf7-textarea {
  background: #f8f8f8 !important;
  padding: 14px 10px !important; }
.wpforms-form input[type=text],
.wpforms-form input[type=number],
.wpforms-form input[type=email],
.wpforms-form input[type=password],
.wpforms-form .wpcf7-text, .wpforms-form .wpcf7-textarea {
  height: 50px !important; }

.breadcrumb-nav-container {
  color: #999;
  letter-spacing: .03em;
  margin-bottom: 26px;
  text-transform: uppercase;
  font-size: 80%;
  /*font-weight: 600;*/ }
  @media (max-width: 480px) {
    .breadcrumb-nav-container {
      font-size: 62%; } }
  .breadcrumb-nav-container a {
    text-decoration: none; }
  .breadcrumb-nav-container span {
    margin: 0 3px; }
  .breadcrumb-nav-container .home {
    background: url("images/home-icon.svg") top left no-repeat;
    background-size: 20px;
    padding-left: 23px; }

.dark {
  color: rgba(255, 255, 255, 0.71); }
  .dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 {
    color: rgba(255, 255, 255, 0.85); }

#vorteile b {
  font-size: 1.4em;
  color: #fff; }

button:not(.show), .button, .btn, .gb-button, .wpcf7-submit, button.wpforms-submit, .button_p > a,
.wp-block-button__link, input#searchsubmit,
input[type=submit] {
  background: #002d55 !important;
  border: 1px solid #002d55 !important;
  color: #fff !important;
  border-radius: 0 !important;
  font-size: 85% !important;
  /*font-weight: 700 !important;*/
  letter-spacing: .1em;
  margin: 10px 0 !important;
  min-width: 170px;
  padding: 18px 30px !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

button:not(.show):hover, .button:hover, .btn:hover, .gb-button:hover,
.wpcf7-submit:active, .wpcf7-submit:hover, .wpcf7-submit:focus,
button.wpforms-submit:active, button.wpforms-submit:hover, button.wpforms-submit:focus,
.button_p > a:hover,
.wp-block-button__link:hover, input#searchsubmit:hover {
  background: none !important;
  border: 1px solid #d3ccbd !important;
  color: #4c4d49 !important;
  text-decoration: none !important; }

.cmplz-btn {
  background: #fff; }

button.cmplz-btn {
  height: auto !important;
  font-size: 70% !important; }

.cmplz-documents li {
  list-style: none !important; }

.button_p > a {
  display: block; }

.sb-btn {
  background: #b1b0a7;
  margin-bottom: 14px;
  padding: 3px; }

.sb-btn:hover {
  background: #deab13;
  color: #fff; }

.sb-btn-text {
  color: #eeede9;
  font-weight: bold;
  letter-spacing: -0.02em;
  line-height: 40px; }

/*.sb-btn a:hover, .sb-btn a:hover, .sb-btn a:hover { background:#deab13; color:#fff; }*/
body.ortho h1, body.ortho h2, body.ortho h3, body.ortho h4, body.ortho h5, body.ortho h6 {
  color: #72cbf4; }
body.ortho a {
  color: #72cbf4;
  text-decoration: underline; }
body.ortho a:hover {
  color: #004b7e; }
body.ortho .btn-derma,
body.ortho button:hover, body.ortho .button:hover, body.ortho .btn:hover, body.ortho .gb-button:hover,
body.ortho .wpcf7-submit:active, body.ortho .wpcf7-submit:hover, body.ortho .wpcf7-submit:focus,
body.ortho button.wpforms-submit:active, body.ortho button.wpforms-submit:hover, body.ortho button.wpforms-submit:focus,
body.ortho .button_p > a:hover,
body.ortho .wp-block-button__link:hover {
  background: #72cbf4;
  border: 1px solid #72cbf4;
  /*color: #fff !important;*/
  text-decoration: none !important; }
body.ortho .breadcrumb-nav-container .home {
  background: url("images/home-icon-ortho.svg") top left no-repeat;
  padding-left: 28px; }

body.vital h1, body.vital h2, body.vital h3, body.vital h4, body.vital h5, body.vital h6 {
  color: #761b56;
  font-family: 'PlayfairDisplay'; }
body.vital a {
  color: #761b56;
  text-decoration: underline; }
body.vital a:hover {
  color: #530638; }
body.vital .btn-vital,
body.vital button:not(.show), body.vital .button, body.vital .btn, body.vital .gb-button,
body.vital .wpcf7-submit:active, body.vital .wpcf7-submit, body.vital .wpcf7-submit:focus,
body.vital button.wpforms-submit:active, body.vital button.wpforms-submit, body.vital button.wpforms-submit:focus,
body.vital .button_p > a,
body.vital .wp-block-button__link {
  background: #761b56 !important;
  border: 1px solid #761b56 !important;
  color: #fff !important;
  text-decoration: none !important; }
body.vital button:not(.show):hover, body.vital .button:hover, body.vital .btn:hover, body.vital .gb-button:hover,
body.vital .wpcf7-submit:active, body.vital .wpcf7-submit:hover, body.vital .wpcf7-submit:focus,
body.vital button.wpforms-submit:active, body.vital button.wpforms-submit:hover, body.vital button.wpforms-submit:focus,
body.vital .button_p > a:hover,
body.vital .wp-block-button__link:hover, body.vital input#searchsubmit:hover {
  background: none !important;
  border: 1px solid #d3ccbd !important;
  color: #4c4d49 !important;
  text-decoration: none !important; }
body.vital .breadcrumb-nav-container .home {
  background: url("images/home-icon-vital.svg") top left no-repeat;
  padding-left: 28px; }

.btn-vital .wp-block-button__link {
  background: #761b56 !important;
  border: 1px solid #761b56 !important;
  color: #fff !important;
  text-decoration: none !important; }

.btn-vital .wp-block-button__link:hover {
  background: none !important;
  border: 1px solid #d3ccbd !important;
  color: #4c4d49 !important;
  text-decoration: none !important; }

body.derma h1, body.derma h2, body.derma h3, body.derma h4, body.derma h5, body.derma h6 {
  color: #f18d84; }
body.derma a {
  color: #f18d84;
  text-decoration: underline; }
body.derma a:hover {
  color: #bc5248; }
body.derma button:not(.show), body.derma .button, body.derma .btn, body.derma .gb-button,
body.derma .wpcf7-submit:active, body.derma .wpcf7-submit, body.derma .wpcf7-submit:focus,
body.derma button.wpforms-submit:active, body.derma button.wpforms-submit, body.derma button.wpforms-submit:focus,
body.derma .button_p > a,
body.derma .wp-block-button__link {
  background: #f18d84 !important;
  border: 1px solid #f18d84 !important;
  color: #fff !important;
  text-decoration: none !important; }
body.derma button:not(.show):hover, body.derma .button:hover, body.derma .btn:hover, body.derma .gb-button:hover,
body.derma .wpcf7-submit:active, body.derma .wpcf7-submit:hover, body.derma .wpcf7-submit:focus,
body.derma button.wpforms-submit:active, body.derma button.wpforms-submit:hover, body.derma button.wpforms-submit:focus,
body.derma .button_p > a:hover,
body.derma .wp-block-button__link:hover, body.derma input#searchsubmit:hover {
  background: none !important;
  border: 1px solid #d3ccbd !important;
  color: #4c4d49 !important;
  text-decoration: none !important; }
body.derma .breadcrumb-nav-container .home {
  background: url("images/home-icon-derma.svg") top left no-repeat;
  padding-left: 28px; }

.btn-derma .wp-block-button__link {
  background: #f18d84 !important;
  border: 1px solid #f18d84 !important;
  color: #fff !important;
  text-decoration: none !important; }

.btn-derma .wp-block-button__link:hover {
  background: none !important;
  border: 1px solid #d3ccbd !important;
  color: #4c4d49 !important;
  text-decoration: none !important; }

button.wp-block-search__button, input#searchsubmit {
  background: #fff url("images/lupe.svg") center center no-repeat !important;
  background-size: 60% !important;
  border: none !important;
  height: 45px !important;
  margin: 0 0 0 10px !important;
  min-width: 40px !important;
  padding: 0 !important;
  text-indent: -9999px;
  width: 30px !important; }

button.wp-block-search__button:hover, input#searchsubmit:hover {
  background-color: #fff !important;
  background: #fff url("images/lupe.svg") center center no-repeat !important;
  background-size: 75% !important;
  border: none !important; }

/* CF7 -------*/
.wpcf7 .wpcf7-response-output,
.wpcf7-response-output {
  border: none !important;
  background: #efefef !important;
  padding: 40px !important;
  text-align: center;
  box-sizing: border-box; }

.wpcf7 form.sent .wpcf7-response-output {
  border: none;
  padding: 40px 10px 40px 100px !important;
  box-sizing: border-box;
  background: #efefef url(images/check.svg) top 25px left 25px no-repeat !important;
  background-size: 50px !important; }

.wpcf7-not-valid-tip {
  color: #bb0c0c;
  font-size: 80%;
  margin-top: -28px;
  margin-bottom: 30px; }

/* ======================================================================= */
/*  06 Navigation
/* ======================================================================= */
/**
 *
 * @copyright       © 2025, Uli Arndt
 * @link            http://www.styleworks.website
 * @version         1.1
 */
#hNav {
  z-index: 12;
  /*ul > li:hover {
      border-bottom: 1px solid $primary;
  }*/
  /*ul > li.current-menu-item > a {
      font-weight: 600;
  }*/
  /*li.current-menu-item a, li.current-lang a { color:#fff !important; }*/ }
  @media (max-width: 1100px) {
    #hNav {
      display: none;
      /*margin-top: 40px;*/ } }
  @media (max-width: 801px) {
    #hNav {
      /*margin-top: 17px;*/ } }
  #hNav ul.menu {
    *zoom: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center; }
    @media (max-width: 1100px) {
      #hNav ul.menu {
        text-align: center; } }
  #hNav ul:before, #hNav ul:after {
    content: "";
    display: table; }
  #hNav ul:after {
    clear: both; }
  #hNav ul.menu > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    display: inline-block;
    list-style: none;
    margin-bottom: 0;
    position: relative;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
  #hNav ul.menu > li > a {
    color: #002d55;
    padding: 10px 14px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: max-height 500ms ease;
    -moz-transition: max-height 500ms ease;
    -o-transition: max-height 500ms ease;
    transition: max-height 500ms ease; }
  #hNav ul > li > a:hover {
    color: #0e426f; }
  #hNav ul > li.menu-item-has-children > a {
    padding-right: 28px; }
  #hNav ul > li.menu-item-weglot > a,
  #hNav ul > li.weglot-parent-menu-item > a {
    font-size: 82%;
    padding-left: 40px; }
  #hNav ul > li.menu-item-weglot ul.sub-menu,
  #hNav ul > li.weglot-parent-menu-item ul.sub-menu {
    left: 9px !important; }
  #hNav ul > li.menu-item-has-children > a::after {
    content: '';
    background: url("images/menu-item-dropdown-arrow-grey.svg") bottom right no-repeat;
    background-size: contain;
    bottom: 6px;
    height: 18px;
    opacity: .75;
    position: absolute;
    transform: rotate(-90deg) translate(-5px, -1px);
    width: 16px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
  #hNav ul > li.menu-item-has-children > a:hover::after,
  #hNav ul > li.menu-item-has-children:hover > a::after {
    opacity: 1;
    transform: rotate(0deg) translate(0, 0); }
  #hNav ul > li.menu-item-has-children.current-menu-item > a:hover, #hNav ul > li.menu-item-has-children.current-menu-item:hover > a {
    /*border-bottom: 1px solid #666666;*/
    padding-bottom: 9px; }

header.smaller ul.menu > li > a {
  color: rgba(255, 255, 255, 0.7) !important; }
header.smaller ul.menu > li > a:hover {
  color: white !important; }
header.smaller #hNav ul > li.menu-item-has-children > a::after {
  /*content: '';*/
  background: url("images/menu-item-dropdown-arrow.svg") bottom right no-repeat;
  /*background-size: contain;
  bottom: 6px;
  height: 18px;*/
  opacity: .4;
  /*position: absolute;
  transform: rotate(-90deg) translate(-5px, -1px);
  width: 16px;
      -webkit-transition: all .3s ease;
         -moz-transition: all .3s ease;
          -ms-transition: all .3s ease;
           -o-transition: all .3s ease;
              transition: all .3s ease;*/ }
header.smaller #hNav ul > li.menu-item-has-children > a:hover::after,
header.smaller #hNav ul > li.menu-item-has-children:hover > a::after {
  /*content: '';
  background: url('images/menu-item-dropdown-arrow.svg') bottom right no-repeat;
  background-size: contain;
  bottom: 6px;
  height: 18px;
  opacity: .4;
  position: absolute;*/
  transform: rotate(0deg) translate(0, 0);
  /*width: 16px;
      -webkit-transition: all .3s ease;
         -moz-transition: all .3s ease;
          -ms-transition: all .3s ease;
           -o-transition: all .3s ease;
              transition: all .3s ease;*/ }

/*li#menu-item-weglot-6779-de a,
li#menu-item-weglot-6779-en a,*/
/*li#menu-item-weglot-6779-de a::before,
li#menu-item-weglot-6779-en a::before,*/
li.weglot-flags a::before {
  margin-top: -9px !important; }

li.weglot-flags a {
  font-size: 90% !important; }

li.menu-item-weglot-6784-de a,
li.menu-item-weglot-6784-en a,
li.menu-item-weglot-6779-de a,
li.menu-item-weglot-6779-en a {
  display: none; }
  @media (max-width: 1100px) {
    li.menu-item-weglot-6784-de a,
    li.menu-item-weglot-6784-en a,
    li.menu-item-weglot-6779-de a,
    li.menu-item-weglot-6779-en a {
      display: block; } }

li.menu-item-weglot-6794-de,
li.menu-item-weglot-6794-en,
li.menu-item-weglot-6778-de,
li.menu-item-weglot-6778-en {
  display: block; }
  @media (max-width: 1100px) {
    li.menu-item-weglot-6794-de,
    li.menu-item-weglot-6794-en,
    li.menu-item-weglot-6778-de,
    li.menu-item-weglot-6778-en {
      display: none; } }

.weglot-flags.flag-3.de > a::before, .weglot-flags.flag-3.de > span::before,
.weglot-flags.flag-3.en > a::before, .weglot-flags.flag-3.en > span::before {
  width: 20px !important; }

.weglot-flags.flag-3 a::before, .weglot-flags.flag-3 span::before {
  width: 20px !important;
  height: 20px !important;
  -webkit-background-size: auto 20px !important;
  background-size: auto 20px !important; }

/* Untermenus */
ul.sub-menu {
  /*border-bottom: 1px solid $gold;
  border-left: 1px solid $gold;
  border-right: 1px solid $gold;*/
  margin: 0 !important;
  max-width: 400px;
  padding: 0 !important;
  text-align: left;
  white-space: nowrap;
  width: auto;
  z-index: 1; }
  @media (min-width: 1101px) {
    ul.sub-menu {
      left: -20px;
      padding: 0 !important;
      position: absolute;
      top: 43px; } }
  @media (max-width: 1100px) {
    ul.sub-menu {
      background: none;
      max-height: 1000px;
      padding: 0;
      position: static;
      text-align: left; } }
  ul.sub-menu li {
    border-left: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
    -webkit-transition: opacity 300ms, max-height 1000ms ease-out;
    -moz-transition: opacity 300ms, max-height 1000ms ease-out;
    -o-transition: opacity 300ms, max-height 1000ms ease-out;
    transition: opacity 300ms, max-height 1000ms ease-out; }
    @media (min-width: 1101px) {
      ul.sub-menu li {
        /*background-color: $gold-pale;*/
        background-color: #002d55;
        max-height: 0;
        opacity: 0; } }
    ul.sub-menu li a {
      /*display: block;*/
      color: white;
      /*color: $gold;*/
      display: block;
      padding: 6px 40px 5px 34px;
      position: relative;
      text-decoration: none;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s; }
    ul.sub-menu li a:hover {
      /*color: $primary !important;*/
      color: rgba(255, 255, 255, 0.6) !important; }
  ul.sub-menu li.image-menu-item-vital a {
    background: url("images/ROC-VITAL-Logo.svg");
    background-position: top 22px left 34px;
    background-repeat: no-repeat;
    background-size: 65%;
    height: 70px;
    text-indent: -99999px; }
  @media (min-width: 1101px) {
    ul.sub-menu li:first-of-type a {
      padding-top: 30px; } }
  ul.sub-menu li:last-of-type a {
    padding-bottom: 30px; }

 /*ul.sub-menu li > a:hover, ul.sub-menu > li:hover {
	background-color: $primary;
	color: #FFF;
}*/
/* Untermenu Einfärbung: */
/*.menu-item-3908 ul.sub-menu li {
	@media (min-width: 1101px) { background-color: $vital-secondary-dark; }
}
.menu-item-3921 ul.sub-menu li {
	@media (min-width: 1101px) { background-color: $derma-secondary-dark; }
}*/
/* fade in submenu */
ul.menu > li:hover ul li {
  max-height: 350px;
  opacity: 1; }

/*----mobile-----------------------------------------------------------------------*/
/***************** HAMBURGER STYLES  ********************/
.menuTrigger {
  cursor: pointer;
  display: none;
  height: 32px;
  opacity: 0.8;
  position: absolute;
  right: 30px;
  top: 36px;
  width: 36px;
  z-index: 104;
  vertical-align: middle;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }
  @media (max-width: 1100px) {
    .menuTrigger {
      display: block; } }
  @media (max-width: 480px) {
    .menuTrigger {
      right: 21px;
      top: 20px; } }

.menuTrigger:hover {
  opacity: 1; }

.menuTrigger.closed {
  background: url(images/nav-icon.png);
  background: url(images/nav-icon.svg), none;
  background-repeat: no-repeat;
  background-size: 40px 40px; }

.menuTrigger.open {
  background: url(images/nav-icon-close.png);
  background: url(images/nav-icon-close.svg), none;
  background-position: right 4px top 3px;
  background-repeat: no-repeat;
  background-size: 26px; }

header.smaller .menuTrigger {
  top: 10px; }

ul.menu {
  margin: 0 !important; }

/* Sub Menu */
.sub-nav-button {
  color: #7A7A7A;
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
  position: absolute;
  top: 24px;
  right: 24px;
  padding: 8px 8px 0 8px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 13; }

.sub-nav-button:hover {
  background: #e3e3df; }

.sub-nav-list {
  background-color: #002d55;
  /*background-color: $gold-pale;*/
  height: 100vh;
  padding: 10px 0;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  overflow-y: scroll;
  max-width: 320px;
  z-index: 102;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  /*-webkit-box-shadow: -1px 10px 20px 4px rgba(58,57,44,0.2);
     -moz-box-shadow: -1px 10px 20px 4px rgba(58,57,44,0.2);
  	    box-shadow: -1px 10px 20px 4px rgba(58,57,44,0.2);*/ }
  @media (max-width: 480px) {
    .sub-nav-list {
      max-width: 100%;
      width: 100%; } }
  .sub-nav-list li.weglot-flags a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.14); }
  .sub-nav-list ul {
    /*li.current-lang  a,
    li.current-menu-item a { background: #000; color:#fff; }*/ }
    .sub-nav-list ul li#menu-item-3915 {
      display: none; }
    .sub-nav-list ul li:last-of-type a {
      padding-bottom: 30px !important; }
    .sub-nav-list ul li.menu-item-has-children > a {
      padding: 22px 30px 14px 40px !important; }
    .sub-nav-list ul li {
      list-style: none;
      margin: 0; }
      .sub-nav-list ul li a {
        border-top: 1px solid rgba(255, 255, 255, 0.14);
        color: rgba(255, 255, 255, 0.9);
        /*color: $gold;*/
        font-size: 24px;
        text-align: center;
        text-transform: uppercase;
        text-decoration: none;
        display: block;
        padding: 30px 40px;
        line-height: 1.1em; }
      .sub-nav-list ul li a:hover,
      .sub-nav-list ul li a:focus,
      .sub-nav-list ul li a:active {
        background: #001e39;
        color: #fff !important; }
    .sub-nav-list ul li:first-of-type a, .sub-nav-list ul li:first-of-type a:active, .sub-nav-list ul li:first-of-type a:focus, .sub-nav-list ul li:first-of-type a:hover {
      background: url(images/iROC-signet.svg) center center no-repeat;
      background-size: 166px;
      border-top: none;
      padding-top: 16vh;
      font-size: 60%; }
    .sub-nav-list ul li:first-of-type a:hover,
    .sub-nav-list ul li:first-of-type a:focus,
    .sub-nav-list ul li:first-of-type a:active {
      background: #001e39;
      color: #fff !important; }
    .sub-nav-list ul li#menu-item-3914 {
      border-bottom: 1px solid rgba(255, 255, 255, 0.14); }
    .sub-nav-list ul .sub-menu a {
      background: none;
      color: rgba(255, 255, 255, 0.6);
      font-size: 90%;
      padding: 8px 30px 8px 60px;
      text-transform: none; }
    .sub-nav-list ul .sub-menu li:last-of-type > a {
      border-bottom: 1px solid rgba(255, 255, 255, 0.14); }

.sub-nav-list.list-closed {
  top: 25px;
  right: -600px;
  /*background: #f2f1ee;*/
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  /*@media (max-width: 801px) { width: 100%; }
  @media (max-width: 480px) { right: 0; top: 0; }*/
  /*ul li a { opacity:0; border-bottom: none; }*/ }
  @media (max-width: 1100px) {
    .sub-nav-list.list-closed {
      top: 0px; } }

.sub-nav-list.list-open {
  right: 18px;
  top: 25px;
  -webkit-box-shadow: -1px 10px 20px 4px rgba(58, 57, 44, 0.2);
  -moz-box-shadow: -1px 10px 20px 4px rgba(58, 57, 44, 0.2);
  box-shadow: -1px 10px 20px 4px rgba(58, 57, 44, 0.2);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%; }
  .sub-nav-list.list-open ul li a {
    opacity: 1; }
  @media (max-width: 1100px) {
    .sub-nav-list.list-open {
      right: 0;
      top: 0; } }
  @media (max-width: 801px) {
    .sub-nav-list.list-open {
      width: 100%; } }

header.smaller .sub-nav-list {
  top: 60px !important;
  padding: 20px 0 60px !important; }

/* ======================================================================= */
/*  07  Screenlayout
/* ======================================================================= */
@media screen {
  html {
    height: 100%;
    scroll-behavior: smooth; } }
  @media screen and (max-width: 1100px) {
    html {
      max-width: 100%;
      /*overflow-x: hidden;*/ } }

@media screen {
  body {
    height: 100%;
    max-width: 100%;
    overflow-x: hidden;
    position: relative;
    width: 100%; }

  .mobile {
    display: none; } }
  @media screen and (max-width: 1100px) {
    .mobile {
      display: block; } }

@media screen {
  .desktop {
    display: block; } }
  @media screen and (max-width: 1100px) {
    .desktop {
      display: none; } }

@media screen {
  #top {
    position: relative; }

  .banner-widget {
    background: #002d55;
    box-sizing: border-box;
    color: #fff;
    font-family: 'Amsi Pro';
    /*font-size: 94%;*/
    left: -126px;
    top: 90px;
    transform: rotate(-40deg);
    -moz-transform: rotate(-40deg);
    -webkit-transform: rotate(-40deg);
    position: absolute;
    width: 550px;
    text-align: center;
    padding: 20px 0;
    line-height: 1.2;
    font-size: 120%;
    z-index: 88; } }
  @media screen and (max-width: 1400px) {
    .banner-widget {
      left: -140px;
      top: 80px; } }
  @media screen and (max-width: 1100px) {
    .banner-widget {
      left: -150px;
      top: 50px;
      transform: rotate(-42deg);
      -moz-transform: rotate(-42deg);
      -webkit-transform: rotate(-42deg);
      padding: 10px 0;
      font-size: 110%; } }
  @media screen and (max-width: 970px) {
    .banner-widget {
      top: 90px; } }
  @media screen and (max-width: 801px) {
    .banner-widget {
      /*left: -150px;*/
      top: 80px;
      font-size: 100%; } }
  @media screen and (max-width: 480px) {
    .banner-widget {
      display: none; } }
@media screen {
  .sps-widget {
    background: #761b56;
    background-repeat: no-repeat;
    background-position: top 18px right 40px;
    background-size: 60px;
    box-sizing: border-box;
    color: #002d55;
    font-family: 'Amsi Pro';
    font-size: 94%;
    left: 0;
    top: 50vh;
    position: absolute;
    width: 450px;
    z-index: 99;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    /* @media (max-width: 1580px) { top: 55vh; }*/
    /*@media (max-width: 360px) { top: 260px; }*/ }
    .sps-widget h3 {
      color: #fff;
      font-family: 'Amsi Pro bold';
      font-size: 200%;
      font-weight: 700;
      margin-bottom: 0.25em !important; }
    .sps-widget p {
      line-height: 1.2; } }
  @media screen and (max-width: 801px) {
    .sps-widget {
      width: 100%; } }
  @media screen and (max-width: 480px) {
    .sps-widget {
      top: 56vh; } }
  @media screen and (max-width: 720px) and (orientation: landscape) {
    .sps-widget {
      display: none; } }

@media screen {
  .sps-widget.hidden {
    left: -500px; }

  .sps-widget-inner {
    box-sizing: border-box;
    height: 100%;
    padding: 30px 40px 20px;
    position: relative;
    width: 100%; } }
  @media screen and (max-width: 480px) {
    .sps-widget-inner {
      padding: 20px 10px 10px; } }

@media screen {
  .sps-widget-closebtn {
    content: url("images/close-btn.svg");
    cursor: pointer;
    height: 13px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 13px; }

  #wrapper {
    box-sizing: border-box;
    min-height: 100%;
    /*padding-bottom: 620px;*/
    overflow: hidden;
    position: relative;
    /*@media (max-width: 801px) { padding-bottom: 900px; }
    @media (max-width: 360px) { padding-bottom: 900px; }*/ }

  .header-button {
    background: #857451;
    box-sizing: border-box;
    border-radius: 60px;
    bottom: 80px;
    color: #fff;
    /*font-weight: bold;*/
    height: 120px;
    line-height: 1.2;
    padding: 40px 10px;
    position: absolute;
    right: 80px;
    text-align: center;
    text-transform: uppercase;
    transform: rotate(7deg);
    width: 120px;
    z-index: 90; }
    .header-button a {
      color: #fff;
      text-decoration: none; }

  header {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8000000', endColorstr='#00000000',GradientType=0 );
    box-sizing: border-box;
    top: 0;
    left: 0;
    /*position: absolute;*/
    position: fixed;
    width: 100%;
    z-index: 100;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; } }
  @media screen and (max-width: 1100px) {
    header {
      /*position: absolute;*/
      /*height: 100vh; overflow-y: scroll;*/ } }
  @media screen and (max-width: 801px) {
    header {
      height: 200px; } }
  @media screen and (max-width: 480px) {
    header {
      height: 140px; } }

@media screen {
  #header-box {
    margin: 0 auto;
    /*max-width: 1520px;*/
    padding: 50px 0 70px;
    position: relative;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    transition-timing-function: ease-out; } }
  @media screen and (max-width: 1100px) {
    #header-box {
      padding: 0; } }

@media screen {
  #brand {
    background: url(images/iROC-Logo_Subline.svg) no-repeat;
    background-position: top left;
    background-size: 100%;
    height: 260px;
    left: calc(50% - 370px);
    position: absolute;
    top: 16vh;
    width: 740px;
    z-index: 11;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    transition-timing-function: ease-out;
    /*@media (max-width: 360px) { top: 70px; }*/ } }
  @media screen and (min-width: 1800px) {
    #brand {
      height: 300px;
      left: calc(50% - 400px);
      width: 800px; } }
  @media screen and (max-width: 1400px) {
    #brand {
      left: calc(50% - 300px);
      top: 18vh;
      width: 600px; } }
  @media screen and (max-width: 801px) {
    #brand {
      left: calc(50% - 160px);
      top: 18vh;
      width: 320px; } }
  @media screen and (max-width: 480px) {
    #brand {
      height: 174px;
      left: calc(50% - 154px);
      top: 14vh;
      width: 308px; } }
  @media screen and (max-width: 720px) and (orientation: landscape) {
    #brand {
      height: 200px;
      left: calc(50% - 150px);
      width: 300px; } }
@media screen {
    #brand .logo {
      background: url(images/Logo.png) no-repeat;
      background: url(images/Logo.svg) no-repeat;
      background-position: top left;
      background-size: 100%;
      height: 300px;
      position: relative;
      width: 600px;
      /*@media (min-width: 1980px) { height: 361px; width: 580px; }
      @media (min-width: 1800px) { height: 299px; width: 480px; }*/ } }
    @media screen and (max-width: 480px) {
      #brand .logo {
        height: 174px;
        width: 280px; } }
    @media screen and (max-width: 720px) and (orientation: landscape) {
      #brand .logo {
        height: 200px;
        width: 300px; } }
@media screen {
    #brand .logo.logo-en {
      background: url(images/ROC_logo_F_EN.png) no-repeat;
      background: url(images/ROC_logo_F_EN.svg) no-repeat !important; }
    #brand img {
      width: 100%;
      height: auto;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s; }

  .page #brand {
    display: none; }

  .blog #brand {
    top: 100px; } }
  @media screen and (max-width: 801px) {
    .blog #brand {
      top: 60px; } }

@media screen {
  /* .page #brand { @media (max-width: 1580px) { display: none; } }*/
  #hs-logo {
    height: 50px;
    left: 30px;
    opacity: 0;
    position: absolute;
    top: 14px;
    width: 66px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    transition-delay: 0.25s;
    /*@media (max-width: 480px) { left: 14px; }*/ }
    #hs-logo img {
      height: auto;
      width: 100%; } }
  @media screen and (max-width: 1100px) {
    #hs-logo {
      left: 20px;
      top: -10px; } }
  @media screen and (max-width: 801px) {
    #hs-logo {
      left: 14px;
      top: 14px; } }

@media screen {
  .page #hs-logo {
    left: 40px;
    opacity: 1;
    top: 44px;
    width: 80px;
    transition-delay: 0s; } }
  @media screen and (max-width: 1100px) {
    .page #hs-logo {
      top: 0;
      left: 20px; } }
  @media screen and (max-width: 970px) {
    .page #hs-logo {
      top: 20px; } }
  @media screen and (max-width: 801px) {
    .page #hs-logo {
      top: 40px; } }
  @media screen and (max-width: 480px) {
    .page #hs-logo {
      left: 14px;
      top: 14px; } }

@media screen {
  header.smaller {
    height: 60px;
    background: #002d55;
    /*background: $gold-pale;*/ } }
  @media screen and (max-width: 1100px) {
    header.smaller {
      height: 60px;
      width: 100%; } }
@media screen {
    header.smaller #header-box {
      padding: 16px 0 0; } }
    @media screen and (max-width: 1100px) {
      header.smaller #header-box {
        padding: 0; } }
@media screen {
    header.smaller #brand {
      opacity: 0;
      pointer-events: none;
      top: 10vh; } }
    @media screen and (max-width: 801px) {
      header.smaller #brand {
        top: 11px; } }
@media screen {
    header.smaller #hs-logo {
      opacity: 1;
      left: 20px;
      opacity: 1;
      top: 13px;
      /*@media (max-width: 1100px) { left: 10px; top: 8px; }*/
      /*@media (max-width: 480px) {  }*/ } }
    @media screen and (max-width: 801px) {
      header.smaller #hs-logo {
        left: 12pxpx;
        top: 14px; } }

@media screen {
  /*.derma header.smaller { background: $derma-secondary-dark; }*/
  /*.vital header.smaller { background: $vital-secondary-dark; }*/ }
@media screen and (max-width: 1100px) {
  .page header.smaller #hs-logo {
    top: -11px; } }
@media screen and (max-width: 970px) {
  .page header.smaller #hs-logo {
    top: 8px; } }

@media screen {
  .blog header.smaller #brand {
    top: 1vh; }

  .nologo #brand {
    display: none; }

  .social {
    /*background: #ef0;*/
    height: 36px;
    position: absolute;
    top: 60px;
    right: 80px;
    width: 36px;
    z-index: 999;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; } }
  @media screen and (min-width: 1980px) {
    .social {
      height: 40px;
      width: 40px; } }
  @media screen and (max-width: 1400px) {
    .social {
      top: 100px; } }
  @media screen and (max-width: 1100px) {
    .social {
      /*height: 30px; right: 20px;*/
      right: 30px;
      top: 90px; } }
  @media screen and (max-width: 480px) {
    .social {
      right: 21px;
      top: 110px; } }
@media screen {
    .social a {
      display: block;
      height: 36px;
      float: left;
      margin: 0 0 18px 0;
      /*padding: 20px 0 10px;
       padding-bottom:20px; */
      opacity: .7;
      text-indent: -9999px;
      width: 36px; } }
    @media screen and (min-width: 1980px) {
      .social a {
        height: 40px;
        width: 40px; } }
    @media screen and (max-width: 480px) {
      .social a {
        margin: 0 0 14px 0; } }
@media screen {
    .social a:hover, .social a:active {
      opacity: 1; }
    .social a.social-insta {
      background: url("images/insta-icon2.svg") center center no-repeat;
      background-size: auto;
      background-size: 100%; }
    .social a.social-fb {
      background: url("images/fb-icon.svg") center center no-repeat;
      background-size: auto;
      background-size: 100%; }
    .social a.social-yt {
      background: url("images/yt-icon.svg") center center no-repeat;
      background-size: auto;
      background-size: 100%; }
    .social a.social-wa {
      background: url("images/whatsapp.png") center center no-repeat;
      background-size: auto;
      background-size: 100%; }
    .social a.social-tt {
      background: url("images/icon-s-tiktok.svg") center center no-repeat;
      background-size: auto;
      background-size: 100%; } }
@media screen and (max-width: 480px) {
  .home .social {
    right: 21px;
    top: 70px; } }

@media screen {
  header.smaller .social {
    top: 78px;
    /*right: 14px;*/
   /*@media (max-width: 801px) {
  	 top: 14px;
  	right: 14px;
   }
   @media (max-width: 480px) {
  	right: 4px;
   }*/ }

  #areas {
    box-sizing: border-box;
    position: absolute;
    left: calc(50% - 500px);
    top: 53vh;
    width: 1000px;
    z-index: 10; } }
  @media screen and (max-width: 1100px) {
    #areas {
      left: calc(50% - 400px);
      width: 800px; } }
  @media screen and (max-width: 801px) {
    #areas {
      left: calc(50% - 200px);
      top: 44vh;
      width: 400; } }
  @media screen and (max-width: 480px) {
    #areas {
      left: calc(50% - 100px);
      top: 34vh;
      width: 200; } }

@media screen {
  .sb-container {
    position: relative; }

  .startbox {
    box-sizing: border-box;
    color: rgba(255, 255, 255, 0.73);
    height: 250px;
    padding: 15px;
    position: absolute;
    top: 0;
    width: 250px; } }
  @media screen and (max-width: 1100px) {
    .startbox {
      height: 200px;
      padding: 10px;
      width: 200px; } }
  @media screen and (max-width: 480px) {
    .startbox {
      height: 200px;
      padding: 5px;
      width: 200px; } }

@media screen {
  .startbox.sb-ortho {
    left: 0; }

  .startbox.sb-spirecut {
    left: 250px;
    /*@media (max-width: 480px) { left: 0px; }*/ } }
  @media screen and (max-width: 1100px) {
    .startbox.sb-spirecut {
      left: 200px; } }
  @media screen and (max-width: 801px) {
    .startbox.sb-spirecut {
      left: 0px; } }

@media screen {
  .startbox.sb-ministem {
    left: 500px; } }
  @media screen and (max-width: 1100px) {
    .startbox.sb-ministem {
      left: 400px; } }
  @media screen and (max-width: 801px) {
    .startbox.sb-ministem {
      left: 200px; } }
  @media screen and (max-width: 480px) {
    .startbox.sb-ministem {
      left: 0;
      top: 200px; } }

@media screen {
  .startbox.sb-intakt {
    left: 750px; } }
  @media screen and (max-width: 1100px) {
    .startbox.sb-intakt {
      left: 600px; } }
  @media screen and (max-width: 801px) {
    .startbox.sb-intakt {
      left: 200px;
      top: 200px; } }
  @media screen and (max-width: 480px) {
    .startbox.sb-intakt {
      left: 160px;
      top: 160px; } }

@media screen {
  .startbox .sb-image {
    background-size: 100%;
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .startbox .sb-image p {
      color: rgba(255, 255, 255, 0.73) !important;
      padding: 110px 5px 5px 10px;
      text-align: center;
      font-size: 90%; } }
    @media screen and (max-width: 1100px) {
      .startbox .sb-image p {
        font-size: 80%;
        padding: 80px 5px 5px 10px; } }

@media screen {
  .startbox.sb-ortho .sb-image {
    background: #002d55 url("images/sb-ortho-white.svg") center center no-repeat;
    background-size: contain; }

  .startbox.sb-ortho:hover .sb-image {
    background: #72cbf4 url("images/sb-ortho-white.svg") center center no-repeat;
    background-size: contain; }

  .startbox.sb-spirecut .sb-image {
    background: #002d55 url("images/sb-spirecut.webp") center top 50px no-repeat;
    background-size: 84%; }

  .startbox.sb-spirecut:hover .sb-image {
    background: #001e39 url("images/sb-spirecut.webp") center top 50px no-repeat;
    background-size: 85%; }

  .startbox.sb-ministem .sb-image {
    background: #002d55 url("images/MiniStem_Logo_white.svg") center top 60px no-repeat;
    background-size: 65%; }

  /*.startbox.sb-ministem:hover .sb-image { background: $primary-dark url("images/MiniStem_Logo_white.svg") center center no-repeat; background-size: 70%; }*/
  .startbox.sb-derma .sb-image {
    background: #002d55 url("images/sb-derma-white.svg") center center no-repeat;
    background-size: contain; }

  .startbox.sb-derma:hover .sb-image {
    background: #f18d84 url("images/sb-derma-white.svg") center center no-repeat;
    background-size: contain; }

  #reviews {
    padding-top: 60px; }

  #zitate-container {
    background: #004b7e;
    /*background: #ef0;*/
    margin-top: 40px; }
    #zitate-container .content-column {
      padding: 40px 20px 20px; }

  #zitate-slider {
    background: #004b7e;
    position: relative;
    padding-bottom: 14px; }
    #zitate-slider .metaslider img {
      max-height: 0px; }
    #zitate-slider .metaslider .caption-wrap {
      background: #72cbf4 !important;
      position: relative !important;
      color: #fff !important;
      text-align: center; }
      #zitate-slider .metaslider .caption-wrap .caption {
        color: #fff !important;
        max-width: 800px;
        margin: 0 auto;
        font-size: 130%;
        padding: 20px; } }
      @media screen and (max-width: 801px) {
        #zitate-slider .metaslider .caption-wrap .caption {
          max-width: 90vw;
          left: 0; } }
@media screen {
    #zitate-slider .metaslider .flexslider {
      margin-bottom: 0 !important; }
    #zitate-slider #zitate-logo {
      background: #70caf4 url("images/jameda-Logo.png") center center no-repeat;
      background-size: 100%;
      height: 40px;
      margin: 0 auto;
      margin-top: 70px;
      width: 104px; }

  #jameda-bewertung {
    position: absolute;
    right: 40px; } }
  @media screen and (max-width: 801px) {
    #jameda-bewertung {
      right: 0; } }
  @media screen and (max-width: 360px) {
    #jameda-bewertung {
      display: none; } }

@media screen {
  .blog-entry {
    padding: 25px 20px 5px 0; } }
  @media screen and (max-width: 1100px) {
    .blog-entry {
      padding: 25px 0 25px 0; } }

@media screen {
  .blog-entry .wp-post-image, .single-content .wp-post-image {
    height: auto;
    float: left;
    margin: 0 40px 60px 0;
    max-width: 30%; } }
  @media screen and (max-width: 600px) {
    .blog-entry .wp-post-image, .single-content .wp-post-image {
      float: none;
      margin: 30px 0;
      max-width: 100%;
      width: 100%; } }

@media screen {
  .parallax-window {
    min-height: 560px;
    background: transparent;
    position: relative; } }
  @media screen and (max-width: 801px) {
    .parallax-window {
      max-height: 400px;
      min-height: 400px; } }
  @media screen and (orientation: landscape) {
    .parallax-window {
      max-height: 627px;
      height: 627px; } }

@media screen {
  .single-wrapper .parallax-window {
    min-height: 360px; }

     /*.metaslider .flexslider {
         margin: 0 !important;
         @media (max-width: 801px) {
            width: 160%;
            left: -30%;
         }
         @media (max-width: 480px) {
			 width: 240%;
         }
     }*/
  .slideshow-container-start {
    height: 100vh;
    overflow: hidden;
    width: 100%; } }
  @media screen and (max-width: 480px) {
    .slideshow-container-start {
      height: 100vh; } }
  @media screen and (max-width: 1580px) {
    .slideshow-container-start .metaslider .flexslider {
      margin-left: -10% !important;
      width: 120% !important; } }
  @media screen and (max-width: 1400px) {
    .slideshow-container-start .metaslider .flexslider {
      margin-left: -20% !important;
      width: 140% !important; } }
  @media screen and (orientation: portrait) {
    .slideshow-container-start .metaslider .flexslider {
      margin-left: -125% !important;
      width: 320% !important; } }
  @media screen and (max-width: 1100px) {
    .slideshow-container-start .metaslider .flexslider {
      margin-left: -30% !important;
      width: 160% !important; } }
  @media screen and (max-width: 801px) {
    .slideshow-container-start .metaslider .flexslider {
      margin-left: -30% !important;
      width: 166% !important; } }
  @media screen and (max-width: 480px) {
    .slideshow-container-start .metaslider .flexslider {
      width: 400% !important;
      left: -137% !important;
      height: 100vh; } }

@media screen {
  .slideshow-container {
    background: #f8f8f8;
    min-height: 140px; } }
  @media screen and (max-width: 1400px) {
    .slideshow-container .metaslider .flexslider {
      margin-left: -10% !important;
      width: 120% !important; } }
  @media screen and (max-width: 801px) {
    .slideshow-container .metaslider .flexslider {
      margin-left: -30% !important;
      width: 160% !important; } }
  @media screen and (max-width: 1100px) {
    .slideshow-container .metaslider .flexslider {
      margin-left: -20% !important;
      width: 140% !important; } }
  @media screen and (max-width: 480px) {
    .slideshow-container .metaslider .flexslider {
      margin-left: -81% !important;
      width: 260% !important; } }
  @media screen and (max-width: 480px) {
    .slideshow-container {
      margin-bottom: 30px; } }

@media screen {
  .metaslider .caption-wrap {
    background: none !important;
    opacity: 1 !important; } }
@media screen and (max-width: 1100px) {
  .blog .slideshow-container {
    width: 140% !important; } }
@media screen and (max-width: 600px) {
  .blog .slideshow-container {
    width: 180% !important; } }
@media screen and (max-width: 480px) {
  .blog .slideshow-container {
    width: 220% !important; } }

@media screen {
  #start-boxes {
    box-sizing: border-box;
    left: calc(50% - 300px);
    position: absolute;
    top: 48vh;
    width: 600px;
    z-index: 10;
    /*@media (max-width: 480px) { top: 330px; }
    @media (max-width: 360px) { top: 270px; }*/ } }
  @media screen and (min-width: 1800px) {
    #start-boxes {
      top: calc(15vh + 320px); } }
  @media screen and (max-width: 801px) {
    #start-boxes {
      left: 0;
      /*top: 50vh;*/
      width: 100%; } }
  @media screen and (max-width: 720px) and (orientation: landscape) {
    #start-boxes {
      display: none; } }

@media screen {
  .sc-box {
    box-sizing: border-box;
    height: 200px;
    float: left;
    position: relative;
    width: 50%; } }
  @media screen and (max-width: 801px) {
    .sc-box {
      height: 170px; } }
  @media screen and (max-width: 480px) {
    .sc-box {
      height: 140px; } }

@media screen {
  .sc-box-inner {
    box-sizing: border-box;
    height: 100%;
    padding: 10px;
    position: relative;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; } }
  @media screen and (max-width: 1100px) {
    .sc-box-inner h2 > br, .sc-box-inner .dash {
      padding: 5px 5px;
      width: 33.3%; } }

@media screen {
  .sc-box-inner-text {
    line-height: 1.2;
    opacity: 0;
    position: absolute;
    width: 300px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
    .sc-box-inner-text h2 {
      color: #761b56;
      font-weight: 700; }
    .sc-box-inner-text p {
      color: #002d55 !important; } }
    @media screen and (max-width: 801px) {
      .sc-box-inner-text p {
        display: none; } }

@media screen {
  .sc-box-inner:hover {
    /*@media (min-width: 802px) { .sc-box-inner-text { opacity: 1; } }*/ }
    .sc-box-inner:hover .sc-box-inner-text {
      opacity: 1; }

  .sc-box {
    box-sizing: border-box;
    height: 200px;
    float: left;
    position: relative;
    width: 50%; } }
  @media screen and (max-width: 801px) {
    .sc-box {
      height: 170px; } }
  @media screen and (max-width: 480px) {
    .sc-box {
      height: 140px; } }

@media screen {
  .sc-box#scb-kontakt {
    width: 100%;
    text-align: center; }

  .sc-box-inner {
    box-sizing: border-box;
    height: 100%;
    padding: 10px;
    position: relative;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; } }
  @media screen and (max-width: 1100px) {
    .sc-box-inner h2 > br, .sc-box-inner .dash {
      padding: 5px 5px;
      width: 33.3%; } }

@media screen {
  .sc-box-inner-text {
    line-height: 1.2;
    opacity: 0;
    position: absolute;
    width: 300px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
    .sc-box-inner-text h2 {
      color: #761b56;
      font-weight: 700; }
    .sc-box-inner-text p {
      color: #002d55 !important; } }
    @media screen and (max-width: 801px) {
      .sc-box-inner-text p {
        display: none; } }

@media screen {
  .sc-box-inner:hover {
    /*@media (min-width: 802px) { .sc-box-inner-text { opacity: 1; } }*/ }
    .sc-box-inner:hover .sc-box-inner-text {
      opacity: 1; }

  /*----------------#scb-kontakt------------------*/
  #scb-kontakt .sc-box-inner {
    background-image: url(images/icon_start_kontakt.svg), linear-gradient(to bottom right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    background-position: left 50% top 20px, top left;
    background-repeat: no-repeat, no-repeat;
    background-size: 40px, 100%; }
    #scb-kontakt .sc-box-inner .sc-box-inner-text {
      top: 22px;
      width: 100%; }

  #scb-kontakt .sc-box-inner:hover {
    background-image: url(images/icon_start_kontakt.svg), linear-gradient(to bottom right, white, rgba(255, 255, 255, 0));
    background-position: left 30% top 20px, top left; }

 /*#scb-kontakt .sc-box-inner:after {
	background: -moz-linear-gradient(right,  rgba(86,178,221,0) 0%, rgba(86,178,221,1) 100%); 
	background: -webkit-linear-gradient(right,  rgba(86,178,221,0) 0%,rgba(86,178,221,1) 100%); 
	background: linear-gradient(to left,  rgba(86,178,221,0) 0%,rgba(86,178,221,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0056b2dd', endColorstr='#56b2dd',GradientType=1 ); 
	 content: "";
	 display: block;
	 height: 3px;
	 position: absolute;
	 left: 0;
	 top: 0;
	 width: 100%;
 }*/
  /*----------------#scb-vss------------------*/
  #scb-vss .sc-box-inner {
    background-image: url(images/icon_start_vss.svg), linear-gradient(to top left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    background-position: right 20px bottom 20px, top left;
    background-repeat: no-repeat, no-repeat;
    background-size: 60px, 100%; }
    #scb-vss .sc-box-inner .sc-box-inner-text {
      bottom: 8px;
      right: 100px;
      text-align: right; }

  #scb-vss .sc-box-inner:hover {
    background-image: url(images/icon_start_vss.svg), linear-gradient(to top left, white, rgba(255, 255, 255, 0));
    background-position: right 20px bottom 20px, top left; }

  #scb-vss .sc-box-inner:before {
    background: -moz-linear-gradient(top, rgba(86, 178, 221, 0) 0%, #56b2dd 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(86, 178, 221, 0) 0%, #56b2dd 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(86, 178, 221, 0) 0%, #56b2dd 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#56b2dd', endColorstr='#56b2dd',GradientType=0 );
    /* IE6-9 */
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 3px; }

  /*----------------#leistungen neu------------------*/
  #scb-leistungen .sc-box-inner {
    background-image: url(images/icon_start_anfahrt.svg), linear-gradient(to top left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    background-position: right 20px bottom 20px, top left;
    background-repeat: no-repeat, no-repeat;
    background-size: 60px, 100%; }
    #scb-leistungen .sc-box-inner .sc-box-inner-text {
      bottom: 8px;
      right: 100px;
      text-align: right; }

  #scb-leistungen .sc-box-inner:hover {
    background-image: url(images/icon_start_anfahrt.svg), linear-gradient(to top left, white, rgba(255, 255, 255, 0));
    background-position: right 20px bottom 20px, top left; }

  #scb-leistungen .sc-box-inner:before {
    background: -moz-linear-gradient(top, rgba(86, 178, 221, 0) 0%, #56b2dd 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(86, 178, 221, 0) 0%, #56b2dd 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(86, 178, 221, 0) 0%, #56b2dd 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0056b2dd', endColorstr='#56b2dd',GradientType=0 );
    /* IE6-9 */
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 3px; }

  #scb-leistungen .sc-box-inner:after {
    background: -moz-linear-gradient(left, rgba(86, 178, 221, 0) 0%, #56b2dd 100%);
    background: -webkit-linear-gradient(left, rgba(86, 178, 221, 0) 0%, #56b2dd 100%);
    background: linear-gradient(to right, rgba(86, 178, 221, 0) 0%, #56b2dd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0056b2dd', endColorstr='#56b2dd',GradientType=1 );
    content: "";
    display: block;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%; }

  .leistungen-overview a,
  ul.leistungen-items li a {
    background: #02699e;
    background-image: linear-gradient(0deg, #1c7fb1 0%, #71c7f0 75%, #71c7f0 100%) !important;
    box-sizing: border-box;
    color: #fff;
    /*display: block;*/
    float: left;
    font-size: 118%;
    line-height: 1.1;
    margin: 0 20px 20px 0 !important;
    padding: 86px 10px 10px;
    position: relative;
    width: 200px;
    height: 200px;
    text-align: center;
    text-decoration: none; }

  .leistungen-overview a:nth-child(1),
  ul.leistungen-items li:nth-child(1) a {
    background-image: url("images/ROC_Kachel01.svg"), linear-gradient(0deg, #1c7fb1 0%, #71c7f0 75%, #71c7f0 100%) !important; }

  .leistungen-overview a:nth-child(2),
  ul.leistungen-items li:nth-child(2) a {
    background-image: url("images/ROC_Kachel02.svg"), linear-gradient(0deg, #1c7fb1 0%, #71c7f0 75%, #71c7f0 100%) !important; }

  .leistungen-overview a:nth-child(3),
  ul.leistungen-items li:nth-child(3) a {
    background-image: url("images/ROC_Kachel03.svg"), linear-gradient(0deg, #1c7fb1 0%, #71c7f0 75%, #71c7f0 100%) !important; }

  .leistungen-overview a:nth-child(5),
  ul.leistungen-items li:nth-child(5) a {
    background-image: url("images/ROC_Kachel04.svg"), linear-gradient(0deg, #1c7fb1 0%, #71c7f0 75%, #71c7f0 100%) !important; }

  .leistungen-overview a:nth-child(7),
  ul.leistungen-items li:nth-child(7) a {
    background-image: url("images/ROC_Kachel05.svg"), linear-gradient(0deg, #1c7fb1 0%, #71c7f0 75%, #71c7f0 100%) !important; }

  .leistungen-overview a:nth-child(8),
  ul.leistungen-items li:nth-child(8) a {
    background-image: url("images/ROC_Kachel06.svg"), linear-gradient(0deg, #1c7fb1 0%, #71c7f0 75%, #71c7f0 100%) !important; }

  .leistungen-overview a:nth-child(10),
  ul.leistungen-items li:nth-child(10) a {
    background-image: url("images/ROC_Kachel07.svg"), linear-gradient(0deg, #1c7fb1 0%, #71c7f0 75%, #71c7f0 100%) !important; }

  .leistungen-overview a:nth-child(11),
  ul.leistungen-items li:nth-child(11) a {
    background-image: url("images/ROC_Kachel01.svg"), linear-gradient(0deg, #1c7fb1 0%, #71c7f0 75%, #71c7f0 100%) !important; }

  .leistungen-overview a:nth-child(12),
  ul.leistungen-items li:nth-child(12) a {
    background-image: url("images/ROC_Kachel02.svg"), linear-gradient(0deg, #1c7fb1 0%, #71c7f0 75%, #71c7f0 100%) !important; }

  .leistungen-overview a:nth-child(14),
  ul.leistungen-items li:nth-child(14) a {
    background-image: url("images/ROC_Kachel03.svg"), linear-gradient(0deg, #1c7fb1 0%, #71c7f0 75%, #71c7f0 100%) !important; }

  .leistungen-overview a:nth-child(16),
  ul.leistungen-items li:nth-child(16) a {
    background-image: url("images/ROC_Kachel04.svg"), linear-gradient(0deg, #1c7fb1 0%, #71c7f0 75%, #71c7f0 100%) !important; }

  .leistungen-overview a:nth-child(17),
  ul.leistungen-items li:nth-child(17) a {
    background-image: url("images/ROC_Kachel02.svg"), linear-gradient(0deg, #1c7fb1 0%, #71c7f0 75%, #71c7f0 100%) !important; }

  .leistungen-overview a:nth-child(19),
  ul.leistungen-items li:nth-child(19) a {
    background-image: url("images/ROC_Kachel07.svg"), linear-gradient(0deg, #1c7fb1 0%, #71c7f0 75%, #71c7f0 100%) !important; }

  .leistungen-overview a:nth-child(21),
  ul.leistungen-items li:nth-child(21) a {
    background-image: url("images/ROC_Kachel01.svg"), linear-gradient(0deg, #1c7fb1 0%, #71c7f0 75%, #71c7f0 100%) !important; }

  .leistungen-overview a:hover,
  ul.leistungen-items li a:hover {
    background: #002d55 !important; }

  /*----------------#scb-termine------------------*/
  #scb-termine .sc-box-inner {
    /*background: rgba(255,255,255,0.1) url(images/icon_start_termine.svg) no-repeat;
    background-size: 60px;
    background-position: left 20px bottom 20px;*/
    background-image: url(images/icon_start_termine.svg), linear-gradient(to top right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    background-position: left 20px bottom 20px, top left;
    background-repeat: no-repeat, no-repeat;
    background-size: 60px, 100%; }
    #scb-termine .sc-box-inner .sc-box-inner-text {
      bottom: 8px;
      left: 100px; }

  #scb-termine .sc-box-inner:hover {
    background-image: url(images/icon_start_termine.svg), linear-gradient(to top right, white, rgba(255, 255, 255, 0));
    background-position: left 20px bottom 20px, top left; }

  #scb-termine .sc-box-inner:after {
    background: -moz-linear-gradient(left, #56b2dd 0%, rgba(86, 178, 221, 0) 100%);
    background: -webkit-linear-gradient(left, #56b2dd 0%, rgba(86, 178, 221, 0) 100%);
    background: linear-gradient(to right, #56b2dd 0%, rgba(86, 178, 221, 0) 100%);
    content: "";
    display: block;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%; }

  .mrt-team {
    height: 420px; } }
  @media screen and (min-width: 1800px) {
    .mrt-team {
      height: 540px !important; } }
  @media screen and (min-width: 1980px) {
    .mrt-team {
      height: 700px !important; } }

@media screen {
  a.contentbutton {
    background: rgba(50, 101, 146, 0.88) url(images/icon_start_sprechzeiten.svg) no-repeat;
    background-size: 25px;
    background-position: 10px 10px;
    border-radius: 8px;
    box-sizing: border-box;
    color: #fff;
    display: block;
    padding: 14px 20px 14px 46px;
    text-decoration: none;
    margin: 16px 0;
    max-width: 300px;
    width: 100%; } }
  @media screen and (max-width: 801px) {
    a.contentbutton {
      background-position: 12px 7px;
      padding: 12px 0 12px 45px; } }

@media screen {
  a.contentbutton:active, a.contentbutton:focus, a.contentbutton:hover {
    background: #326592 url(images/icon_start_sprechzeiten.svg) no-repeat !important;
    background-size: 25px !important;
    background-position: 10px 10px !important;
    color: #fff !important;
    text-decoration: none; }

  a.startbutton {
    border-radius: 8px;
    box-sizing: border-box;
    color: #fff;
    display: block;
    left: 10px;
    padding: 14px 20px 14px 46px;
    position: absolute;
    text-decoration: none;
    top: -55px;
    width: 80%;
    width: calc(100% - 20px); } }
  @media screen and (max-width: 1400px) {
    a.startbutton {
      padding: 14px 0 14px 40px !important; } }
  @media screen and (max-width: 1300px) {
    a.startbutton {
      background: rgba(50, 101, 146, 0.88) !important;
      padding: 14px 0 !important;
      text-align: center !important; } }

@media screen {
  a.onlinetermin {
    background: rgba(50, 101, 146, 0.88) url(images/icon_start_sprechzeiten.svg) no-repeat;
    background-size: 25px;
    background-position: 10px 10px;
    left: 10px;
    top: -181px; } }
  @media screen and (max-width: 1100px) {
    a.onlinetermin {
      background: rgba(50, 101, 146, 0.88) url(images/icon_start_sprechzeiten.svg) no-repeat !important;
      background-size: 25px !important;
      background-position: 10px 10px !important;
      left: 5px !important;
      text-align: left !important;
      padding-left: 42px !important;
      top: -55px !important;
      width: calc(100% - 10px) !important; } }
  @media screen and (max-width: 801px) {
    a.onlinetermin {
      left: 5px !important;
      text-align: left !important;
      padding-left: 50px !important;
      top: -55px !important;
      width: calc(200% - 10px) !important; } }

@media screen {
  a.onlinetermin:active, a.onlinetermin:focus, a.onlinetermin:hover {
    background: white url(images/icon_start_sprechzeiten-dark.svg) no-repeat;
    background-size: 25px;
    background-position: 10px 10px;
    color: #530638; }

  a.rezeptbest {
    background: rgba(50, 101, 146, 0.88) url(images/icon_start_rezept_bestellen.svg) no-repeat;
    background-size: 25px;
    background-position: 10px 10px;
    left: 10px;
    top: -118px; } }
  @media screen and (max-width: 1100px) {
    a.rezeptbest {
      background: rgba(50, 101, 146, 0.88) url(images/icon_start_rezept_bestellen.svg) no-repeat !important;
      background-size: 25px !important;
      background-position: 10px 10px !important;
      left: 5px !important;
      text-align: left !important;
      padding-left: 42px !important;
      top: -55px !important;
      width: 100% !important;
      width: calc(100% - 10px) !important; } }
  @media screen and (max-width: 801px) {
    a.rezeptbest {
      display: none; } }

@media screen {
  a.rezeptbest:active, a.rezeptbest:focus, a.rezeptbest:hover {
    background: white url(images/icon_start_rezept_bestellen-dark.svg) no-repeat;
    background-size: 25px;
    background-position: 10px 10px;
    color: #530638; }

  a.ueberweisung {
    background: rgba(50, 101, 146, 0.88) url(images/icon_start_bestellen.svg) no-repeat;
    background-size: 25px;
    background-position: 10px 10px;
    left: 10px;
    top: -55px; } }
  @media screen and (max-width: 1100px) {
    a.ueberweisung {
      background: rgba(50, 101, 146, 0.88) url(images/icon_start_bestellen.svg) no-repeat !important;
      background-size: 25px !important;
      background-position: 10px 10px !important;
      left: 5px !important;
      text-align: left !important;
      padding-left: 42px !important;
      top: -55px !important;
      width: 100% !important;
      width: calc(100% - 10px) !important; } }
  @media screen and (max-width: 801px) {
    a.ueberweisung {
      display: none; } }

@media screen {
  a.ueberweisung:active, a.ueberweisung:focus, a.ueberweisung:hover {
    background: white url(images/icon_start_bestellen-dark.svg) no-repeat;
    background-size: 25px;
    background-position: 10px 10px;
    color: #530638;
    /*@media (max-width: 1580px) { background: rgba(255,255,255,1); }*/ }

  .content-wrapper {
    position: relative; }

  .content-column {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 800px;
    position: relative; }

  .content-section {
    padding-top: 50px; }

  .bottommargin {
    margin-bottom: 100px; }

  .nobottommargin {
    margin-bottom: 4px !important; }

  .nobottompadding {
    padding-bottom: 0 !important; }

  .narrow-column {
    max-width: 640px; }

  .sidebar-column {
    padding-left: 290px; } }
  @media screen and (max-width: 801px) {
    .sidebar-column {
      padding-left: 0; } }

@media screen {
  .sidebar-right-column {
    padding-right: 290px; } }
  @media screen and (max-width: 801px) {
    .sidebar-right-column {
      padding-right: 0; } }

@media screen {
  #main-content {
    background: #fff;
    padding-top: 100px; } }
  @media screen and (max-width: 801px) {
    #main-content {
      padding-top: 60px; } }

@media screen {
  .page #main-content {
    padding-top: 60px; }

  .sidebar {
    left: 0;
    position: absolute;
    top: 0;
    width: 240px; }
    .sidebar img {
      height: auto;
      width: 100%; } }
  @media screen and (max-width: 801px) {
    .sidebar {
      left: auto;
      margin-bottom: 80px;
      position: relative;
      top: auto;
      width: 100%; } }

@media screen {
  .sidebar-right {
    right: 0;
    position: absolute;
    top: 0;
    width: 240px; }
    .sidebar-right img {
      height: auto;
      width: 100%; } }
  @media screen and (max-width: 801px) {
    .sidebar-right {
      right: auto;
      margin-bottom: 80px;
      position: relative;
      top: auto;
      width: 100%; } }

@media screen {
  .contentheader-featuredimg {
    padding-left: 306px;
    position: relative; } }
  @media screen and (max-width: 801px) {
    .contentheader-featuredimg {
      padding-left: 0px; } }
@media screen {
    .contentheader-featuredimg img.attachment-post-thumbnail {
      height: auto;
      left: 0;
      position: absolute;
      top: 0;
      width: 266px; } }
    @media screen and (max-width: 801px) {
      .contentheader-featuredimg img.attachment-post-thumbnail {
        display: none; } }

@media screen {
  .paddingleft306 {
    padding-left: 306px; } }
  @media screen and (max-width: 801px) {
    .paddingleft306 {
      padding-left: 0px; } }

@media screen {
  .green {
    background: #761b56; }

  /* Atomic Blocks */
  .ab-accordion-title {
    cursor: pointer;
    color: #530638;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }

  .ab-accordion-title:hover {
    background: #530638;
    color: #fff; }

  .ab-accordion-text {
    padding: 25px 15px !important; }

  .ab-notice-text {
    background: #761b56 !important; }
    .ab-notice-text p {
      font-family: inherit !important;
      font-size: 100% !important;
      line-height: inherit !important; }

  .alignleft, .wp-block-image .alignleft, figure.alignleft,
  div.team-column:nth-child(odd) img {
    float: left;
    margin: 4px 34px 20px 0 !important;
    max-width: 45%; } }
  @media screen and (max-width: 801px) {
    .alignleft, .wp-block-image .alignleft, figure.alignleft,
    div.team-column:nth-child(odd) img {
      float: none;
      height: auto;
      margin: 0 0 40px !important;
      max-width: 100%;
      width: 100%; } }

@media screen {
  .alignright, .wp-block-image .alignright, figure.alignright,
  div.team-column img {
    float: right;
    margin: 5px 0 20px 30px !important;
    max-width: 45%; } }
  @media screen and (max-width: 801px) {
    .alignright, .wp-block-image .alignright, figure.alignright,
    div.team-column img {
      float: none;
      height: auto;
      margin: 0 !important;
      max-width: 100%;
      width: 100%; } }

@media screen {
  .aligncenter.wp-block-image .aligncenter {
    margin: 0 auto;
    margin-bottom: 40px; } }
  @media screen and (max-width: 801px) {
    .aligncenter.wp-block-image .aligncenter {
      height: auto;
      width: 100%; } }

@media screen {
  .wp-block-image {
    margin-bottom: 6px; }

  figure {
    margin: 0 0 30px !important; }

  figure.aligncenter {
    margin: 0 auto 30px !important; } }
@media screen and (max-width: 480px) {
  .floaticon {
    margin: 0 auto 40px;
    width: 140px; } }

@media screen {
  .wp-block-embed.is-type-video iframe {
    min-height: 440px; }

  .wp-block-columns .wp-block-embed.is-type-video iframe {
    min-height: 240px; }

  .cs-2col {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 80px;
    -moz-column-gap: 80px;
    column-gap: 80px; } }
  @media screen and (max-width: 801px) {
    .cs-2col {
      -webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1; } }

@media screen {
  .content-section {
    box-sizing: border-box;
    padding: 40px 0 70px; }
    .content-section img {
      max-width: 100%;
      height: auto; } }
    @media screen and (max-width: 480px) {
      .content-section img {
        width: 100%;
        height: auto; } }
  @media screen and (max-width: 1100px) {
    .content-section {
      padding: 60px 60px 80px; } }
  @media screen and (max-width: 801px) {
    .content-section {
      padding: 20px 40px 80px; } }
  @media screen and (max-width: 480px) {
    .content-section {
      padding: 10px 20px 80px; } }

@media screen {
  /*.content-section#praxis { padding-top: 80px; }*/
  .content-section.cs-team,
  .blog .content-section {
    padding-top: 50px; }

  .content-section#praxis {
    padding-bottom: 0; }

  .team-column:first-of-type > .content-column > .content-section.cs-team {
    padding-top: 20px; }

  .gradient {
    background: #edeeee;
    /* Old browsers */
    background: -moz-linear-gradient(top, #edeeee 0%, white 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #edeeee 0%, white 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #edeeee 0%, white 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edeeee', endColorstr='#ffffff',GradientType=0 );
    /* IE6-9 */ }

  .page-content {
    background: #1b717e;
    margin-bottom: 120px; }

  .content {
    position: relative;
    background: rgba(255, 255, 255, 0.8);
    color: #313131 !important;
    padding: 40px; }

  .content img:not(.avatar) {
    width: 100%;
    height: auto;
    margin-bottom: 20px; }

  .close-btn {
    width: 20px;
    height: 20px;
    background: url(images/close-btn.png);
    background: url(images/close-btn.svg), none;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    opacity: 0.65;
    position: absolute;
    top: 20px;
    right: 20px; }

  .close-btn:hover {
    opacity: 1; }

  .su-box {
    border: none !important;
    position: relative;
    width: 70%; } }
  @media screen and (max-width: 801px) {
    .su-box {
      width: 100%; } }

@media screen {
  .su-box-content {
    background: #99a083 !important;
    border-radius: 8px !important; }

  .su-box.team-def .su-box-content {
    background: #99a083 url(images/icon_start_plattenspieler_weiss.svg) no-repeat !important;
    background-position: top 35px right 30px !important;
    background-size: 98px !important;
    padding: 40px 150px 45px 40px !important; } }
  @media screen and (max-width: 801px) {
    .su-box.team-def .su-box-content {
      background: #99a083 !important;
      padding: 20px 20px 40px 20px !important; } }

@media screen {
  .su-box-content * {
    color: #fff !important; }

  .su-box-title {
    display: none !important; }

  .su-spoiler {
    margin-bottom: 10px !important; }

  .su-spoiler-title {
    background: #530638;
    color: #fff !important;
    font-size: 120% !important;
    font-weight: normal !important;
    padding: 20px 7px 20px 36px !important;
    text-transform: uppercase; }

  .su-spoiler-closed .su-spoiler-title {
    background: #761b56; }

  .su-spoiler-title:hover {
    background: #530638 !important; }

  .su-spoiler-icon {
    left: 10px !important;
    overflow: hidden;
    top: 18px !important; }

  .su-spoiler-content {
    background: #761b56;
    color: #761b56 !important;
    padding: 0 25% 0 50px !important;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    /* @media (max-width: 480px) { padding: 1em 0 1em 0 !important; }*/ }
    .su-spoiler-content li {
      margin-bottom: 18px; }
    .su-spoiler-content h1, .su-spoiler-content h2, .su-spoiler-content h3, .su-spoiler-content h4, .su-spoiler-content h5, .su-spoiler-content h6 {
      color: #761b56; }
    .su-spoiler-content h5, .su-spoiler-content h6 {
      font-size: 140%; } }
  @media screen and (max-width: 801px) {
    .su-spoiler-content {
      padding: 0 10px 0 20px !important; } }

@media screen {
 /*.su-spoiler-style-default>.su-spoiler-content {
 }
 .su-spoiler-content .su-spoiler-content {
	 padding-left: 33px !important;
	 @media (max-width: 801px) { padding-left: 20px !important; }
	 @media (max-width: 480px) { padding-left: 0 !important; }
 }*/
  .su-spoiler-icon-arrow.su-spoiler-closed .su-spoiler-icon::before {
    content: "" !important; }

  .su-spoiler-icon-arrow.su-spoiler-closed .su-spoiler-icon,
  .su-spoiler.su-spoiler-closed .su-spoiler-icon {
    background: url(images/arrow_acc.svg) no-repeat;
    background-size: 40px 20px;
    background-position: 0 0; }

  .su-spoiler-icon-arrow .su-spoiler-icon::before {
    content: "" !important; }

  .su-spoiler-icon-arrow .su-spoiler-icon {
    background: url(images/arrow_acc.svg) no-repeat;
    background-size: 40px 20px;
    background-position: -20px 0; }

  .blaken {
    background: #99a083;
    height: 13px;
    margin: -16px 0 50px;
    width: 0; }

  iframe {
    width: 100%; }

  .terminbuchung iframe {
    max-height: 800px; }

  footer {
    /*background: $primary;*/
    background: #c0c6c8;
    /*bottom: 0;
    left: 0;*/
    padding: 0;
    /*position: absolute;*/
    width: 100%; }
    footer img {
      height: auto;
      width: 100%; }

  .footer-content {
    padding: 80px 80px 40px; } }
  @media screen and (max-width: 801px) {
    .footer-content {
      padding: 60px 40px 80px; } }
  @media screen and (max-width: 480px) {
    .footer-content {
      padding: 30px 20px 80px; } }

@media screen {
  #footer-text {
    /*float:left;*/
    text-align: center; } }
  @media screen and (max-width: 480px) {
    #footer-text {
      display: block;
      float: none;
      margin-bottom: 40px; } }

@media screen {
  #footer-nav {
    float: right;
    font-size: 75% !important;
    margin-right: 20px;
    position: relative; } }
  @media screen and (max-width: 480px) {
    #footer-nav {
      display: block;
      float: none;
      margin-right: 20px; } }
@media screen {
    #footer-nav a {
      color: rgba(255, 255, 255, 0.4) !important;
      text-decoration: none !important; }
    #footer-nav a {
      color: rgba(255, 255, 255, 0.6) !important;
      text-decoration: underline !important; }

  #footer-nav li.widget {
    float: left; } }
@media screen and (max-width: 680px) {
  #footer-text {
    float: none; }

  #footer-nav {
    float: none;
    margin-top: 10px; }

  #footer-nav li.widget {
    float: none;
    margin-bottom: 20px; } }
@media screen {
  #custom_html-4,
  #custom_html-10 {
    padding-top: 8px;
    padding-right: 30px; }

  .clearfix:after {
    content: "";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px; }

  .nocolbreak {
    -webkit-column-break-inside: avoid;
    /* Chrome, Safari */
    page-break-inside: avoid;
    /* Theoretically FF 20+ */
    break-inside: avoid;
    /* IE 10 */
    break-inside: avoid-column;
    /* IE 11 */
    display: table;
    /* Actually FF 20+ */ }

  li.widget {
    list-style: none; }

  fieldset {
    border: none; }

  ul {
    margin: 0 0 0 20px;
    padding: 0; }

  ul.postlist li {
    margin-bottom: 50px; }

  ul.pdf-liste li {
    list-style: none !important;
    margin-bottom: 18px !important;
    padding: 2px 0 14px 34px;
    background: url("images/pdf-icon.svg") top left no-repeat;
    background-size: 26px; }

  ul > li {
    /*line-height: 1.2;*/
    list-style: url(images/list-style-item.png);
    margin-bottom: 0.4em;
    -webkit-column-break-inside: avoid;
    /* Chrome, Safari */
    page-break-inside: avoid;
    /* Theoretically FF 20+ */
    break-inside: avoid;
    /* IE 10 */
    break-inside: avoid-column;
    /* IE 11 */
    /*display:table;  */
    /* Actually FF 20+ */
    -webkit-margin-before: 0;
    -webkit-margin-after: 0; }

  ol > li {
    line-height: 1.2;
    margin-bottom: 0.4em;
    -webkit-column-break-inside: avoid;
    /* Chrome, Safari */
    page-break-inside: avoid;
    /* Theoretically FF 20+ */
    break-inside: avoid;
    /* IE 10 */
    break-inside: avoid-column;
    /* IE 11 */
    /*display:table;  */
    /* Actually FF 20+ */
    -webkit-margin-before: 0;
    -webkit-margin-after: 0; }

  ul ul {
    padding-top: 20px;
    margin-bottom: 30px; }

  ul ul li {
    list-style: url(images/list-style-item-sub.png); }

  ul.dok-list li {
    background: url("images/icon-doc.svg") top 10px left 0px no-repeat;
    background-size: 30px;
    list-style: none;
    margin-bottom: 40px;
    padding-left: 44px; }

  ul.wp-block-latest-posts__list {
    margin: 0 0 40px;
    hyphens: auto;
    padding-top: 30px; }
    ul.wp-block-latest-posts__list a.moretag {
      padding-left: 10px;
      hyphens: none !important;
      white-space: nowrap !important; }
    ul.wp-block-latest-posts__list a.wp-block-latest-posts__post-title {
      font-size: 155%;
      line-height: 1.1;
      margin: 0 0 .7em 0;
      text-decoration: none; }
    ul.wp-block-latest-posts__list li {
      list-style: none;
      margin-bottom: 56px;
      padding-top: 29px;
      position: relative; }
      ul.wp-block-latest-posts__list li br {
        display: none; }
      ul.wp-block-latest-posts__list li .wp-block-latest-posts__post-date {
        color: #717270;
        font-weight: bold;
        left: 0;
        position: absolute;
        top: 0;
        text-transform: uppercase; }
    ul.wp-block-latest-posts__list .wp-block-latest-posts__featured-image {
      width: 30%;
      float: left;
      margin: 0 40px 40px 0; }

  /* Tabs */
  .wp-block-cloudcatch-tabs__container {
    background: #efefef; }

  .wp-block-cloudcatch-tab-content {
    background: #fff;
    border-left: 1px solid #d1d1d1;
    padding: 40px 20px; } }
  @media screen and (max-width: 801px) {
    .wp-block-cloudcatch-tab-content {
      padding: 60px 20px; } }

@media screen {
  .wp-block-cloudcatch-tab {
    background: #efefef;
    margin: 0 !important;
    padding: 10px 20px 12px !important; }

  .wp-block-cloudcatch-tab.active {
    background: #fff;
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    margin: -4px 0 0 !important;
    padding: 14px 20px 12px !important; }

  .wp-block-cloudcatch-tab:hover,
  .wp-block-cloudcatch-tab__label:hover {
    cursor: pointer; }
    .wp-block-cloudcatch-tab:hover .wp-block-cloudcatch-tab__label,
    .wp-block-cloudcatch-tab__label:hover .wp-block-cloudcatch-tab__label {
      cursor: pointer;
      font-weight: bold; }

  /*.wp-block-table table { width: auto !important; }*/
  .wp-block-table table {
    border: none !important;
    margin-bottom: 25px;
    width: 100% !important; }

  tr {
    border: none !important;
    margin-bottom: 10px; }

  tr:nth-child(even) {
    background: rgba(236, 223, 227, 0.02); }

  tr:nth-child(odd) {
    background: rgba(236, 223, 227, 0.07); }

  td {
    border: none !important;
    padding: 18px 10px;
    vertical-align: top; }

  /*td:first-child { max-width: 20px; }*/
  .wp-block-table.hours-table table {
    /*tr.nopadding td,
    tr:first-child td,
    tr:nth-child(3) td { padding-bottom: 4px; }*/ }
    .wp-block-table.hours-table table td:first-of-type {
      width: 120px; }
    .wp-block-table.hours-table table tr:nth-child(odd), .wp-block-table.hours-table table tr:nth-child(even) {
      background: none; }
    .wp-block-table.hours-table table tr:nth-child(odd) {
      background: rgba(0, 0, 0, 0.05); }
    .wp-block-table.hours-table table td {
      padding: 6px; }

  table.startpage-table {
    margin-bottom: 30px; }

  .start-profiles table tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.16) !important; }
  .start-profiles table td {
    padding: .8em .5em; }
  .start-profiles table td:first-of-type {
    /*background: #ef0 !important; */
    width: 130px; }

  .price-table {
    margin-bottom: 0 !important;
    /*td:first-of-type { width: 70%; }*/ }
    .price-table tr {
      background: none !important;
      border-bottom: 1px solid #f5ede5 !important; }
    .price-table tr:last-child {
      border-bottom: none !important; }
    .price-table td {
      line-height: 1.2;
      padding: 15px 20px 12px 0; }
    .price-table td:last-of-type {
      width: 100px; }

  .wp-block-group {
    padding: 20px 60px; } }
  @media screen and (max-width: 801px) {
    .wp-block-group {
      padding: 20px 40px; } }
  @media screen and (max-width: 480px) {
    .wp-block-group {
      padding: 20px; } }

@media screen {
  .wp-block-nk-awb {
    padding: 0 !important; }

  .content-floatbox-left {
    float: left;
    width: 340px;
    margin: 40px 20px 0 0; }

  .content-floatbox-right {
    float: right;
    width: 340px;
    margin: 40px 0 0 20px; }

  .bullet-list-item {
    margin-bottom: 12px; }

  .sb-box .textwidget {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 3px dotted #bfbdb0; }

  .sb-btn {
    border: none;
    text-align: center;
    background: #c8990c;
    width: 100%;
    padding: 10px 0 0 0; }

  .sb-btn:hover {
    color: #fff;
    background: #deab13; }

  .sb-btn .fa {
    color: #f4cd56;
    font-size: 120%; }

  a#scroll-to-top {
    bottom: 64px !important;
    height: 40px !important;
    right: 30px !important;
    width: 40px !important; } }
  @media screen and (max-width: 480px) {
    a#scroll-to-top {
      bottom: 17px !important;
      right: 20px !important; } }

@media screen {
  .post-password-form {
    margin-bottom: 260px;
    padding: 60px 30px; }
    .post-password-form label {
      color: #fff;
      font-size: 0em; }

  .l-orderbox {
    background: #eef3f5;
    padding: 40px;
   /*@media (max-width: 801px) {
  	padding: 60px 40px;
  }*/ } }
  @media screen and (max-width: 480px) {
    .l-orderbox {
      padding: 60px 20px; } }
@media screen {
    .l-orderbox input {
      max-width: 70%; } }
    @media screen and (max-width: 801px) {
      .l-orderbox input {
        max-width: 100%; } }
@media screen {
    .l-orderbox .l-halfbox {
      margin-left: 2px !important;
      margin-right: 2px !important;
      max-width: 48% !important; }
      .l-orderbox .l-halfbox input {
        max-width: 100%; }
    .l-orderbox h4 {
      line-height: 1.3;
      margin-bottom: 12px; }
    .l-orderbox p {
      margin-bottom: 3px; }

  #wpcf7-f4122-p3847-o2 {
    max-width: 600px; }

  .l-product {
    background: rgba(255, 255, 255, 0.6);
    padding: 40px 40px 10px; } }
  @media screen and (max-width: 480px) {
    .l-product {
      padding: 20px; } }

@media screen {
  .order_product {
    background: rgba(255, 255, 255, 0.39);
    border-bottom: 1px solid #b3b3b3;
    padding: 30px 30px 8px; } }
  @media screen and (max-width: 480px) {
    .order_product {
      padding: 20px 20px 8px; } }

@media screen {
  .order_product:hover {
    background: rgba(255, 255, 255, 0.9); }

  .order_products > div:last-of-type {
    margin-bottom: 60px; }

  .wpcf7-text, .wpcf7-textarea {
    background: #f8f8f8;
    border: 1px solid #b3b3b3;
    box-sizing: border-box;
    margin-bottom: 30px;
    max-height: 140px;
    padding: 16px;
    width: 100%; }

  input#pwbox-8466 {
    color: #3F3F3F;
    background: #f8f8f8;
    border: 1px solid #b3b3b3;
    box-sizing: border-box;
    font-size: 18px;
    margin-bottom: 30px;
    max-height: 140px;
    padding: 16px; }

  input[type="text"]:focus,
  input[type="textarea"]:focus {
    background: #fff; }

  .wpcf7-acceptance {
    font-size: 80%;
    padding: 20px 0;
    display: block; }
    .wpcf7-acceptance .wpcf7-list-item {
      display: inline-block;
      margin: 0 0 0 17px; }

  input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    margin-left: -17px; }

  .wpcf7-textarea {
    background: #f8f8f8;
    border: 1px solid #b3b3b3;
    box-sizing: border-box;
    margin-bottom: 30px;
    max-height: 140px;
    padding: 16px;
    width: 100%; }

  input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    margin-left: -17px; }

  .formcol-2-left {
    float: left; }

  .formcol-2-right {
    float: right; }

  .formcol-2-left, .formcol-2-right {
    width: 48%; } }
  @media screen and (max-width: 801px) {
    .formcol-2-left, .formcol-2-right {
      float: none;
      width: 100%; } }

@media screen {
  .formsection-headline {
    color: #4c4d49;
    font-weight: 700;
    margin: 50px 0 20px; }

  .form-spacer {
    display: block;
    height: 60px;
    width: 100%; }

  ::-webkit-input-placeholder {
    color: #959595;
    font-style: italic; }

  :-moz-placeholder {
    /* Firefox 18- */
    color: #959595;
    font-style: italic; }

  ::-moz-placeholder {
    /* Firefox 19+ */
    color: #959595;
    font-style: italic; }

  :-ms-input-placeholder {
    color: #959595;
    font-style: italic; }

  .terminbuchung .content-column {
    max-width: 750px; }
    .terminbuchung .content-column .wpcf7-form {
      background: #eef3f5;
      padding: 10px 40px 40px; } }
    @media screen and (max-width: 801px) {
      .terminbuchung .content-column .wpcf7-form {
        padding: 10px 20px 20px; } }
@media screen {
      .terminbuchung .content-column .wpcf7-form .wpcf7-radio .wpcf7-list-item {
        display: block;
        margin: 0 0 .4em; }
      .terminbuchung .content-column .wpcf7-form .wpcf7-radio .wpcf7-list-item > label {
        cursor: pointer; }
      .terminbuchung .content-column .wpcf7-form .workshop-datum {
        margin-bottom: 40px; }

  .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    background-color: #002d55 !important;
    border-color: #002d55 !important;
    color: #fff !important; }

  .wpcf7-not-valid-tip {
    color: #002d55 !important;
    font-size: 80%;
    margin-top: -24px;
    line-height: 1; }

  .workshop-datum .wpcf7-list-item {
    display: block;
    margin: 0 0 .5em 1em; }
    .workshop-datum .wpcf7-list-item label {
      cursor: pointer; }
  .workshop-datum .wpcf7-list-item:nth-of-type(4),
  .workshop-datum .wpcf7-list-item:nth-of-type(3),
  .workshop-datum .wpcf7-list-item:nth-of-type(2),
  .workshop-datum .wpcf7-list-item:first-of-type {
    cursor: not-allowed;
    opacity: .65;
    pointer-events: none; }
    .workshop-datum .wpcf7-list-item:nth-of-type(4) label,
    .workshop-datum .wpcf7-list-item:nth-of-type(3) label,
    .workshop-datum .wpcf7-list-item:nth-of-type(2) label,
    .workshop-datum .wpcf7-list-item:first-of-type label {
      cursor: not-allowed; }

  .su-table strong {
    white-space: nowrap; } }
  @media screen and (max-width: 480px) {
    .su-table strong {
      white-space: normal; } }

@media screen {
  .searchresults {
    padding-bottom: 100px; }

  .searchresult {
    border-bottom: 1px solid #c3c3c3;
    padding: 40px 100px 10px 4px; } }
  @media screen and (max-width: 480px) {
    .searchresult {
      padding: 50px 0 30px 4px; } }

@media screen {
  .noresults {
    padding: 60px 40px 300px;
    text-align: center; }

  ol > li::marker {
    background: #ef0; }

  .leistungen-columns {
    display: flex; } }
  @media screen and (max-width: 801px) {
    .leistungen-columns {
      display: inline-block; } }

@media screen {
  .leistungen-text {
    margin-bottom: 70px;
    max-width: 720px; }

  .leistungen-textcolumn {
    padding-right: 40px; } }
  @media screen and (max-width: 801px) {
    .leistungen-textcolumn {
      padding-right: 0; } }

@media screen {
  .leistungen-tiles {
    flex: 0 0 480px; } }
  @media screen and (max-width: 801px) {
    .leistungen-tiles {
      flex: 0 0 280px; } }

@media screen {
  ul.leistungen-items {
    margin: 0 0 140px; }
    ul.leistungen-items li {
      list-style: none !important;
      margin: 0 !important; }
      ul.leistungen-items li a {
        background: #72cbf4;
        box-sizing: border-box;
        color: #fff;
        /*display: block;*/
        float: left;
        font-size: 121%;
        line-height: 1.1;
        margin: 0 20px 20px 0;
        padding: 100px 5px 0 5px;
        width: 230px;
        height: 230px;
        text-align: center;
        text-decoration: none !important;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s; } }
      @media screen and (max-width: 480px) {
        ul.leistungen-items li a {
          /*float: none;*/ } }
@media screen {
      ul.leistungen-items li a:hover {
        background: #002d55;
        color: #fff !important; }

  ul.leistungen-items:after {
    clear: both; }

  .leistungen-overview {
    margin: 0 0 140px; }

  .wp-block-group.leistungen-overview {
    margin: -100px 0 140px; }

  .leistungen-overview a {
    background: #72cbf4;
    box-sizing: border-box;
    color: #fff !important;
    /*display: block;*/
    float: left;
    font-size: 118%;
    margin: 0 20px 20px 0;
    padding: 70px 5px 0 5px;
    width: 200px;
    height: 200px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }

  .leistungen-overview a:hover {
    background: #002d55; }

  .leistungen-overview a.leistung-link,
  .leistungen-overview p.leistung-link a {
    font-size: 122%;
    margin: 0 20px 20px 0;
    padding: 100px 5px 0 5px;
    text-decoration: none;
    width: 244px;
    height: 244px; }

  .leistungen-overview a:hover {
    background: #002d55; }

  #neuro-post-thumbnail img {
    height: auto;
    width: 200px; }

  /* Accordeon */
  .aagb_accordion_dd902245-877a-4ecb-8715-da57ac252031 .aagb__accordion_body--show {
    border-top: none !important; }

  .aab__icon, .dashicons {
    color: #002d55 !important; }

  .wp-block-aab-accordion-item,
  .wp-block-aab-accordion-block,
  .wp-block-aagb-accordion-block,
  .aagb_accordion_0a6eed74-9b3d-4565-9c62-8e1597686f4b > .aagb__accordion_container.aagb__accordion_active {
    border: none !important;
    border-radius: 0 !important;
    margin-bottom: 0 !important; }

  .aagb__accordion_head,
  .aab__accordion_head {
    background: none !important;
    background-color: rgba(255, 255, 255, 0.28) !important;
    border-bottom: 1px solid #e6dcc8 !important;
    padding: 20px 22px !important;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }

  .aagb__accordion_head:hover,
  .aab__accordion_head:hover {
    background-color: rgba(255, 255, 255, 0.5) !important; }

     /*.aagb__accordion_head.active {
		 .aagb__accordion_title { font-weight: bold; }
     }*/
  .aagb__accordion_title,
  .aab__accordion_title {
    font-size: 100%; }

  .aab__accordion_body,
  .wp-block-aab-accordion-item .aagb__accordion_body {
    background: none !important;
    background-color: rgba(255, 255, 255, 0.6) !important;
    border: none !important;
    border-bottom: 1px solid #e6dcc8 !important;
    padding: 0 !important; }

  .aagb__accordion_component,
  .aab__accordion_component {
    padding: 25px 22px 40px !important; }

  .wp-block-pb-accordion-item {
    margin-bottom: 12px; }

  .c-accordion__content,
  .c-accordion__title {
    background: #efefef;
    margin-bottom: 0 !important;
    padding: 12px 20px; } }
  @media screen and (max-width: 801px) {
    .c-accordion__content,
    .c-accordion__title {
      padding: 10px; } }

@media screen {
  .c-accordion__title::after {
    right: 20px; } }
  @media screen and (max-width: 801px) {
    .c-accordion__title::after {
      right: 10px; } }

@media screen {
  body.ortho .aab__icon, body.ortho .dashicons {
    color: #72cbf4 !important; }
  body.ortho .aagb__accordion_head:hover,
  body.ortho .aagb__accordion_head.active {
    background: #e4f4fe !important; }
  body.ortho ul > li {
    list-style: url(images/list-style-item-ortho.png); }

  body.vital .aab__icon, body.vital .dashicons {
    color: #761b56 !important; }
  body.vital .aagb__accordion_head:hover,
  body.vital .aagb__accordion_head.active {
    background: #f5ede5 !important;
    /*.aagb__accordion_title { font-weight: bold; }*/ }
  body.vital .aagb__accordion_head:hover,
  body.vital .aab__accordion_head:hover {
    background-color: rgba(255, 255, 255, 0.75) !important; }
  body.vital .c-accordion__title:hover {
    background: #761b56;
    color: #fff; }
  body.vital ul > li {
    list-style: url(images/list-style-item-vital.png); }

  body.derma .aab__icon, body.derma .dashicons {
    color: rgba(255, 255, 255, 0.5) !important; }
  body.derma ul > li {
    list-style: url(images/list-style-item-derma.png); }
  body.derma .aagb__accordion_head,
  body.derma .aab__accordion_head {
    background: none !important;
    background-color: #f18d84 !important;
    border-bottom: 1px solid #e6dcc8 !important;
    padding: 20px 22px !important; }
  body.derma .aagb__accordion_head:hover,
  body.derma .aab__accordion_head:hover {
    background-color: #f5a099 !important; }
  body.derma .aab__accordion_title,
  body.derma .aagb__accordion_title {
    color: #fff !important; }
  body.derma .aab__accordion_head.active {
    background-color: #bc5248 !important; }
    body.derma .aab__accordion_head.active .aab__accordion_title {
      font-weight: bold; }
  body.derma .aab__accordion_head.active,
  body.derma .aagb__accordion_head.active {
    background-color: #f5a099 !important;
    /*.aagb__accordion_title { font-weight: bold; }*/ } }
