/* Add your CSS @import rules after this line */

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}/* FRONTEND CSS
*********************************************/
@font-face {
	font-family: "museo";
	src: url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/01ab709f-22cf-4831-b24a-8cf4eb852687.eot?#iefix");
	src: url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/01ab709f-22cf-4831-b24a-8cf4eb852687.eot?#iefix") format("eot"),url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/cacc0862-f146-4746-92b1-60e6114a66c4.woff") format("woff"),url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/54006f54-b61e-4103-abf8-b1d0294a2a9c.ttf") format("truetype"),url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/e5841f2e-b306-4583-bfc3-a0e06742fedd.svg#e5841f2e-b306-4583-bfc3-a0e06742fedd") format("svg");
}


html,
body {
	margin: 0;
	padding: 0;
	font-family: museo;
	font-size: 16px;
	color: #4D4D4D;
	font-weight: 400;
	min-height: 100vh;
	line-height: normal;
	
}
body {
	padding-top: 137px;
	display: flex;
	flex-direction: column;
	overflow-x: hidden;
}

.anchor-fix {
	position: absolute;
	pointer-events: none;
	margin-top: -164px;
}

h1, h2, h3 {
	font-family: 'Cormorant Garamond', serif;

}

img {
	max-width: 100%;
}


b, strong {
	font-weight: 500;
}


a,
a:visited {
	color: #8B0000;
	text-decoration: underline;
}
@font-face{
	font-family:"Avenir";
	src:url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/edefe737-dc78-4aa3-ad03-3c6f908330ed.eot?#iefix");
	src:url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/edefe737-dc78-4aa3-ad03-3c6f908330ed.eot?#iefix") format("eot"),url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/0078f486-8e52-42c0-ad81-3c8d3d43f48e.woff2") format("woff2"),url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/908c4810-64db-4b46-bb8e-823eb41f68c0.woff") format("woff"),url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/4577388c-510f-4366-addb-8b663bcc762a.ttf") format("truetype"),url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/b0268c31-e450-4159-bfea-e0d20e2b5c0c.svg#b0268c31-e450-4159-bfea-e0d20e2b5c0c") format("svg");
}
.app {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}
.underline {
	text-decoration: underline;
}
.bold {
	font-weight: bold;
}
.title-big {
	font-size: 47px;
}
.white {
	color: #fff;
}
.relative {
	position: relative;
}
.page-title {
	margin-top: 45px;
	margin-bottom: 60px;
	color: #8B0000;
	font-weight: 400;
	font-size-adjust: 40px;
}
.red {
	color: #8B0000;
}
.black {
	color: #000;
}
.n-m-b {
	margin-bottom: 0 !important;
}
.n-m-b {
	margin-bottom: 0 !important;
}
.text-shadow {
	text-shadow: rgba(0, 0, 0, 0.4) 0px 4px 5px;
}

.block {
	display: block;
}

.row.more-space-middle > div {
	padding-left: 32.5px;
}
.row.more-space-middle > div:first-child {
	padding-left: 15px;
	padding-right: 32.5px;
}

.space-left {
	margin-left: 45px;
}
.space-right {
	margin-right: 45px;
}
.space-top {
	margin-top: 45px;
}
.space-bottom {
	margin-bottom: 45px;
}
.space-top-medium {
	margin-top: 50px;
}
.space-bottom-medium {
	margin-bottom: 50px;
}

.space-bottom-tiny {
	margin-bottom: 35px;
}
.space-top-tiny {
	margin-top: 35px;
}
.space-top-large {
	margin-top: 70px;
}
.space-bottom-large {
	margin-bottom: 70px;
}
.space-top-massive {
	margin-top: 90px;
}
.space-bottom-massive {
	margin-bottom: 90px;
}
.responsive-image {
	width: 100%;
	height: auto;
}

ul.spaced-list li {
	margin-top: 25px;
}

ul.spaced-list li:first-child {
	margin-top: 0;
}
.vita-info-wrapper > div > ul {
	padding-left: 40px;
}
.vita-info-wrapper > div:first-child > ul {
	padding-left: 0;
	padding-right: 40px;
}

.white-border-right {
	-webkit-box-shadow: 1px 0px 0px 0px rgba(255,255,255,1);
	-moz-box-shadow: 1px 0px 0px 0px rgba(255,255,255,1);
	box-shadow: 1px 0px 0px 0px rgba(255,255,255,1);
}

.jumbotron {
	background-color: #e8dcdc;
	padding: 30px 60px 80px 60px;
	border-radius: 0;
}

.image-background-jumbotron {
	padding: 100px 45px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.image-background-jumbotron .title {
	text-align: center;
}

.top-panel {
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.33);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.33);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.33);
	padding-top: 18px;
	position: fixed;
	width: 100vw;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: 10;
}
.top-panel > .container {
	position: relative;
}
.footer {
	margin-top: auto;
	background-color: #fff;
	padding: 15px 0 10px 0;
	-webkit-box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.33);
-moz-box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.33);
box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.33);
display: block;
}
.logo-left {
	position: absolute;
	left: 0;
	bottom: 35px;
	z-index: 1;
	width: 77px;
	height: auto;

}
.logo-wrapper {
	text-align: center;
}
.logo-wrapper img {
	width: 330px;
	height: auto;
	margin: 0 auto;
	cursor: pointer;
}

/* Menu */
.main-menu-wrapper ul.nav > li.current a {

}
.main-menu-wrapper ul.nav {
	margin-top: 10px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.main-menu-wrapper ul.nav li {
	flex: 1 1 0px;
	border-left: 1px solid rgba(237, 88, 41, 0.5);
}
.main-menu-wrapper ul.nav li:first-child {
	border-left-width: 0;
}
.main-menu-wrapper ul.nav li a,
.main-menu-wrapper ul.nav li a:visited {
	color: #8B0000;
	transition: color 0.4s ease 0s;
	display: block;
	text-align: center;
	padding: 10px 10px;
	font-size: 15px;
	font-weight: 400;
	font-family: Avenir;
	text-decoration: none;
}

.main-menu-wrapper ul.nav li a:hover,
.main-menu-wrapper ul.nav li.active a {
	text-decoration: none;
	font-weight: 400;
	color: #ed5829;
}


.page-title-in-image {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	padding: 100px 45px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.page-title-in-image h1 {
	text-align: center;
	text-shadow: rgba(0, 0, 0, 0.4) 0px 4px 5px;
	color: #fff;
	font-size: 47px;
	font-weight: 500;
	line-height: 1.1;
}

/* Contact */ 
.contact-iframe {
	height: 100%;
}
.contact-wrapper {
	background-color: #e8dcdc;
	padding: 45px 35px 35px 35px;
	margin-top: 60px;
}


.contact-wrapper h3 {
	text-align: center;

	margin-bottom: 45px;
}
.contact-wrapper h3,
.contact-wrapper p,
.contact-wrapper li {
	color: #8B0000;
}
.contact-wrapper .map-and-info {
	margin-top: 45px;
}
.contact-lists-wrapper {}
.contact-lists-wrapper ul {
	margin-top: 45px;
}
.contact-lists-wrapper ul:first-child {
	margin-top: 0;
}

.fade-content-item {
	display: none;
	opacity: 0;
	transition: opacity 0.3s ease-out;
}
.fade-content-item.active {
	display: block;
	opacity: 1;
}

/* Behandlungen */
.behandlungsschwerpunkte-wrapper {}
.behandlungsschwerpunkte-wrapper .intro {
	padding: 75px 0 85px 50px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	color: #fff;
	margin-bottom: 50px;
}
.behandlungsschwerpunkte-wrapper .intro h3 {
	margin-bottom: 70px;
}

.behandlungen-nav {
	list-style: none;
}
.behandlungen-nav li {
	margin-top: 10px;
}
.behandlungen-nav li:first-child {
	margin-top: 0;
}
.behandlungen-nav li a,
.behandlungen-nav li a:visited {
	color: #8B0000;
	transition: color 0.4s ease 0s;
	display: block;
	text-align: center;
	padding: 10px 10px;
	font-size: 15px;
	font-weight: 400;
	font-family: Museo;
	text-decoration: none;
}

.behandlungen-nav li a.active,
.behandlungen-nav li a.active:visited,
.behandlungen-nav li a:hover {
	text-shadow: rgb(139 0 0 / 1) 0px 0px 1px;
	text-decoration: none;
	
}




.behandlungen-nav-mobile {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 25px;
}

.behandlungen-nav-mobile a {
	display: inline-block;
	margin: 0 3px;
	padding: 6px 10px;
	font-size: 11px;
	background-color: #e8dcdc;
	text-decoration: none !important;
}
.behandlungen-nav-mobile a.active {
	background-color: #8B0000;
  color: #fff;
}



.behandlungsschwerpunkt-item {
	color: #2F2E2E;
	padding-left: 75px;
}
.behandlungsschwerpunkt-item .title {
	margin: 0 0 35px 0;
	font-size: 40px;
	color: #2F2E2E;
}

.ratio-box {
  width: 100%;
  padding-top: 100%; /* 1:1 Aspect Ratio */
  position: relative; /* If you want text inside of it */
}
.ratio-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}



.behandlungen-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: -15px;
	margin-bottom: 35px;
	margin-top: 65px;
}
.behandlungen-wrapper .item {
	flex: 0 0 33.33%;
	width: 33.33%;
	padding: 15px;

	display: flex;
}
.behandlungen-wrapper .item .inner {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}
.behandlungen-wrapper .item .title {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1;
	opacity: 0;
	transition: opacity 0.3s ease-in;
}
.behandlungen-wrapper .item .inner:hover .title {
	opacity: 1;
}

.behandlungen-wrapper .item .title span {
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.25em;
	font-size-adjust: 16px;
	padding: 0 20px;
	text-align: center;
}
.behandlungen-wrapper .item .title span:first-child {
	font-size: 32px;
	margin-bottom: 20px;
	letter-spacing: 0;
}

.footer-content {
	display: flex;
	flex-direction: row;
	justify-content: center;
	color: #8B0000;
}
.footer-content .left {
	margin-right: auto;
}
.footer-content .center {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
}
.footer-content .center a {
	padding: 0 30px;
}
.footer-content .right {
	margin-left: auto;
}

.footer-content a,
.footer-content a:visited {
	color: #8B0000;
	text-decoration: none;
}
.footer-content a:hover {
	color: #8B0000;
	text-decoration: none;
}


.slider-outer-wrapper {
	width: 100%;
}
.slider-outer-wrapper .slide-item {
	height: 450px;
	width: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.slider-outer-wrapper .slide-item {
	position: relative;
	overflow: hidden;

}

.slider-outer-wrapper .slide-item > div {
	padding: 70px;
	color: #fff;
	font-size: 47px;
	text-shadow: rgba(0, 0, 0, 0.4) 0px 4px 5px;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	display: flex;
	overflow: hidden;
	font-family: 'Cormorant Garamond', serif;
}

.slider-outer-wrapper .slide-item > div.s-l {
	padding-left: 140px;
}
.slider-outer-wrapper .slide-item > div.s-t {
	padding-top: 140px;
}
.slider-outer-wrapper .slide-item > div.left-center {
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.slider-outer-wrapper .slide-item > div.left-top {
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

.slider-outer-wrapper .slide-item > div.right-center {
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
}

.slider-outer-wrapper .slide-item > div.medium {
	font-size: 35px;
}

.slider-outer-wrapper .slide-item > div.small {
	font-size: 15px;
	text-shadow: none;
	font-family: museo;
}



.slick-slider-outer-wrapper {
	position: relative;
}

.slick-slider-outer-wrapper .slick-arrow-outer,
.behandlungen-mobile-slick-outer-wrapper .slick-arrow-outer {
	position: absolute;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 30px;
	z-index: 2;
	pointer-events: none;
}
.slick-slider-outer-wrapper .slick-arrow-outer button,
.behandlungen-mobile-slick-outer-wrapper .slick-arrow-outer button {
	pointer-events: all;
	outline: 0;
	background-color: transparent;
	border: 0;
	cursor: pointer;
	padding: 0;
	margin: 0;
	display: block;
}
.slick-slider-outer-wrapper .slick-dots {
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	bottom: 10px;
	left: 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.slick-slider-outer-wrapper .slick-dots li button {
	cursor: pointer;
	text-indent: -100000000px;
	width: 13px;
	height: 13px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: rgba(255, 255, 255, 0.6);
	outline: 0;
	border-radius: 50%;
	margin: 0 10px;
	border: 2px solid rgba(255, 255, 255, 0.6);
	border-color: rgba(255, 255, 255, 0.6);
	border-width: 0;
	transform: scale(1);
	transition: transform 0.2s ease-in, border-width 0.2s ease-in, background-color 0.2s ease-in;
}
.slick-slider-outer-wrapper .slick-dots li.slick-active button,
.slick-slider-outer-wrapper .slick-dots li button:hover {
	background-color: transparent;
	border-width: 2px;
	transform: scale(1.2);
}
.slick-arrow-outer.next {
	top: 0;
	right: 20px;
}
.slick-arrow-outer.next button {
	transform: rotate(180deg);
}
.slick-arrow-outer.prev {
	top: 0;
	left: 20px;
}

.slick-arrow-outer button svg {
	fill: rgba(255, 255, 255, 0.2);
	stroke: rgba(255, 255, 255, 0.2);
	stroke-width: 1px;
	width: 28px;
}

.behandlungen-mobile-slick-outer-wrapper {
	padding: 0 15px;
}

.behandlungen-mobile-slick-outer-wrapper .slick-arrow-outer button {
	margin-top: -6px;
}
.behandlungen-mobile-slick-outer-wrapper .slick-arrow-outer.prev button {
	margin-top: 0;
	margin-bottom: -6px;
}

.behandlungen-mobile-slick-outer-wrapper .slick-arrow-outer button svg,
.behandlungen-mobile-slick-outer-wrapper .slick-arrow-outer button:hover svg,
.behandlungen-mobile-slick-outer-wrapper .slick-arrow-outer button:focus svg {
	fill: #2F2E2E;
	stroke: #2F2E2E;
	stroke-width: 1px;
	width: 16px;
}
.behandlungen-mobile-slick-outer-wrapper .slick-arrow-outer.next {
	right: -33px;
}
.behandlungen-mobile-slick-outer-wrapper .slick-arrow-outer.prev {
	left: -30px;
}
.slick-arrow-outer button:hover svg {
	fill: rgba(255, 255, 255, 1);
	stroke: rgba(255, 255, 255, 1);
}
/* MEDIA QUERIES
*********************************************/

/* Extra small devices (phones, less than 768px) */
/* No media query -> mobile first strategy */
.nav-toggle-wrapper {
	display: none;
	position: absolute;
	top: 0px;
	left: 12px;
	z-index: 6;
}
.hamburger-button {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	width: 40px;
	height: 40px;
	z-index: 5;
	background-color: transparent;
	outline: 0;
	border: 0;
	cursor: pointer;
	padding: 0;
}
.hamburger-button:focus {
	outline: 0;
}
.hamburger-button>span {
	transform: rotate(0deg) translate(0px, 0px) scale(1);
	transform-origin: center center;
	display: block;
	width: 30px;
	height: 2px;
	background-color: #8B0000;
	transition: transform 0.2s, background-color 0.2s;
}
.hamburger-button.active>span.line-1 {
	transform: rotate(45deg) translate(8px, 10px);
}
.hamburger-button.active>span.line-2 {
	transform: scale(0);
}
.hamburger-button.active>span.line-3 {
	transform: rotate(-45deg) translate(8px, -10px);
}
.close-mobile-nav-trigger {
	pointer-events: none;
	z-index: 5;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100%;
	opacity: 0;
	transition: opacity 0.1s ease-in;
}

.go-top {
	position: fixed;
	bottom: -80px;
	cursor: pointer;
	right: 15px;
	width: 60px;
	height: 60px;
	z-index: 4;
	background-color: rgba(139, 0, 0, 0.7);
	border: 1px solid #fff;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
}
.go-top:hover {
	background-color: rgba(139, 0, 0, 1);
}
.go-top svg {
	width: 14px;
	transform: rotate(90deg);
	fill: rgba(255, 255, 255, 1);
	stroke: rgba(255, 255, 255, 1);
	stroke-width: 1px;
}

body.show-scroll-to-top .go-top {
	pointer-events: all;
	opacity: 1;
	bottom: 15px;
}

.slick-slider-outer-wrapper {
	max-width: 1140px;
	margin: 0 auto;
}

/* Mobile */
@media (max-width: 767px) {
	.go-top:hover {
		background-color: rgba(139, 0, 0, 0.7);
	}
	.slick-slider-outer-wrapper {
		max-width: auto;
	}
	.close-mobile-nav-trigger.active {
		background-color: rgba(255, 255, 255, 0.5);
		pointer-events: all;
		opacity: 1;
	}
	/* hamburger nav */
	.nav-toggle-wrapper {
		display: block;
	}
	.no-border-mobile {
		border-width: 0;
		box-shadow: 0 0 0;
	}
	.vita-info-wrapper ul.spaced-list {
		padding: 0 !important;
	}
	.center-mobile {
		text-align: center;
	}

	.space-left {
		margin-left: 22.5px;
	}
	.space-right {
		margin-right: 22.5px;
	}
	.space-top {
		margin-top: 22.5px;
	}

	.space-bottom {
		margin-bottom: 22.5px;
	}
	.space-top-medium {
		margin-top: 25px;
	}
	.space-bottom-medium {
		margin-bottom: 25px;
	}

	.space-bottom-tiny {
		margin-bottom: 17.5px;
	}
	.space-top-tiny {
		margin-top: 17.5px;
	}
	.space-top-tiny-mobile {
		margin-top: 17.5px;
	}
	.space-top-large {
		margin-top: 35px;
	}
	.space-bottom-large {
		margin-bottom: 35px;
	}
	.space-top-massive {
		margin-top: 45px;
	}
	.space-bottom-massive {
		margin-bottom: 45px;
	}

	ul.spaced-list li {
		margin-top: 15px;
	}
	
	ul.spaced-list li:first-child {
		margin-top: 0;
	}
	.main-menu-wrapper ul.nav li {
		flex: 0 0 100%;
		width: 100%;
		border-width: 0;
	}
	.main-menu-wrapper ul.nav {
		border: 1px solid rgba(237, 88, 41, 0.5);
		border-top-width: 0;
		border-bottom-width: 0;
	}
	.main-menu-wrapper {
		display: none;
		position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    background-color: #fff;
		z-index: 5;
		-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.33);
		-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.33);
		box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.33);
	}
	.main-menu-wrapper ul.nav li a, .main-menu-wrapper ul.nav li a:visited {
		font-size: 18px;
		padding-top: 12px;
		padding-bottom: 12px;
	}
	.main-menu-wrapper ul.nav li a {
		position: relative;
	}
	.main-menu-wrapper ul.nav {
		border-bottom: 3px solid #8B0000;
		margin-top: 0;
	}
	.main-menu-wrapper ul.nav li a:after {
		content: '';
    position: absolute;
    width: 70%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.2);
    top: 0;
    left: 15%;
	}
	.main-menu-wrapper ul.nav li:first-child a:after {
		display: none;
	}
	.main-menu-wrapper.active {
		display: block;
	}
	.top-panel .logo-left {
		/*
		bottom: 0;
    height: 50px;
		width: auto;
		right: 0;
		left: auto;
		*/
		display: none;
	}
	.logo-wrapper img {
		height: 45px;
		width: auto;
	}
	header.top-panel {
		padding-bottom: 18px;
	}
	.footer-content {
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}
	.footer-content > div {
		margin: 0 !important;
		
	}
	.footer-content .center a {
		flex: 0 0 100%;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.jumbotron {
		padding: 15px 30px 40px 30px;
	}
	/*
	html,
	body,
	#app {
		overflow-x: hidden;
	}
	*/
	body {
		padding-top: 81px;
	}

	/*
	

.slider-outer-wrapper .slide-item > div.left-center {
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.slider-outer-wrapper .slide-item > div.left-top {
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

.slider-outer-wrapper .slide-item > div.right-center {
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
}

.slider-outer-wrapper .slide-item > div.medium {
	font-size: 35px;
}

.slider-outer-wrapper .slide-item > div.small {
	font-size: 15px;
	text-shadow: none;
}
	*/
	.slick-arrow-outer.prev {
		left: 2px;
	}
	.slick-arrow-outer.next {
		right: 2px;
	}

	.slider-outer-wrapper .slide-item > div {
		flex-direction: column !important;
		justify-content: center !important;
		align-items: center !important;
		text-align: center;
	}

	.slick-arrow-outer button svg {
		width: 15px;
	}
	.slider-outer-wrapper .slide-item > div.small {
		display: none;
	}
	.slick-slider-outer-wrapper {
		/*
		margin-left: -15px;
		margin-right: -15px;
		*/
	}
	.slider-outer-wrapper {
		/*
		margin-left: -15px;
		margin-right: -15px;
		*/
		/*width: 100vw;*/
	}
	.slider-outer-wrapper .slide-item {
		height: 360px;
	}
	.slider-outer-wrapper .slide-item > div {
		padding: 35px;

		font-size: 25px;
		
	}
	.slider-outer-wrapper .slide-item > div.s-l {
		padding-left: 70px;
	}
	.slider-outer-wrapper .slide-item > div.s-t {
		padding-top: 70px;
	}

	.behandlungsschwerpunkte-wrapper .intro {
		padding: 37.5px 0 42.5px 25px;
	}
	.behandlungsschwerpunkte-wrapper .intro h3 {
		margin-bottom: 35px;
	}
	.behandlungen-nav li a, .behandlungen-nav li a:visited {
		font-size: 19px;
	}
	.behandlungen-nav li a, .behandlungen-nav li a:first-child {
		padding-left: 0;
	}
	.image-background-jumbotron {
		padding: 50px 22.5px;
	}
	.title-big {
		margin-top: 15px;
		font-size: 40px;
		line-height: 1;
	}
	.title-big,
	.page-title,
	h1,
	h2 {
		word-break: break-word;
	}
	.contact-wrapper {
		margin-top: 30px;
		padding: 22.5px 17.5px 17.5px 17.5px;
	}
	.contact-lists-wrapper ul {
		margin-top: 20px;
	}
	.contact-lists-wrapper ul:first-child {
		margin-top: 0;
	}
	.contact-iframe {
		height: 300px;
	}
	.behandlungsschwerpunkt-item {
		padding-left: 0;
	}
	.behandlungen-nav li {
		margin-top: 0;
	}
	.behandlungen-nav {
		display: none;
		/*
		padding-left: 0;
		display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
		overflow: scroll;
		*/
	}
	.behandlungen-nav li a, .behandlungen-nav li a:visited,
	.behandlungen-nav li a, .behandlungen-nav li a {
		text-align: left;
		white-space: nowrap;
	}

	.behandlungen-wrapper {
		margin-top: 32.5px;
		margin-bottom: 17.5px;
		margin-left: -10px;
		margin-right: -10px;
	}
	.behandlungen-wrapper .item {
		flex: 0 0 100%;
		width: 100%;
		padding: 10px;
	}
	.behandlungen-wrapper .item .title {
		background: rgba(0, 0, 0, 0.2);
		opacity: 1;
		/*
		text-shadow: rgba(0, 0, 0, 0.4) 0px 4px 5px;
		*/
	}
	.behandlungen-wrapper .item .title span:first-child {
		font-size: 21px;
		margin-bottom: 10px;
	}
	.behandlungen-wrapper .item .title span {
		text-decoration: none;
	}
	.page-title {
		margin-bottom: 30px;
		margin-top: 22.5px;
	}


}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}
/**
 * @copyright	Copyright (C) 2005 - 2020 Open Source Matters, Inc. All rights reserved.
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

/* System Messages */
#system-message {
	margin-bottom: 10px;
	padding: 0;
}

#system-message > dt {
	font-weight: bold;
	display: none;
}

#system-message > dd {
	margin: 0;
	font-weight: bold;
	text-indent: 30px;
}

#system-message > dd > ul {
	color: #0055BB;
	background-position: 4px top;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	list-style: none;
	padding: 10px;
	border-top: 3px solid #84A7DB;
	border-bottom: 3px solid #84A7DB;
}

#system-message > dd > ul > li {
	line-height: 1.5em;
}

/* System Standard Messages */
#system-message > .message > ul {
	background-color: #C3D2E5;
	background-image: url(../images/notice-info.png);
}

/* System Error Messages */
#system-message > .error > ul,
#system-message > .warning > ul,
#system-message > .notice > ul {
	color: #c00;
}

#system-message > .error > ul {
	background-color: #E6C0C0;
	background-image: url(../images/notice-alert.png);
	border-color: #DE7A7B;
}

/* System Warning Messages */
#system-message > .warning > ul {
	background-color: #E6C8A6;
	background-image: url(../images/notice-note.png);
	border-color: #FFBB00;
}

/* System Notice Messages */
#system-message > .notice > ul {
	background-color: #EFE7B8;
	background-image: url(../images/notice-note.png);
	border-color: #F0DC7E;
}
/**
 * @copyright	Copyright (C) 2005 - 2020 Open Source Matters, Inc. All rights reserved.
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

/* Import project-level system CSS */
@import url(../../../media/system/css/system.css);

/* Unpublished */
.system-unpublished, tr.system-unpublished {
	background: #e8edf1;
	border-top: 4px solid #c4d3df;
	border-bottom: 4px solid #c4d3df;
}

span.highlight {
	background-color:#FFFFCC;
	font-weight:bold;
	padding:1px 0;
}

.img-fulltext-float-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.img-fulltext-float-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.img-fulltext-float-none {
}

.img-intro-float-right {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}

.img-intro-float-left {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.img-intro-float-none {
}/**
 * @copyright	Copyright (C) 2005 - 2020 Open Source Matters, Inc. All rights reserved.
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

/* Form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }

/* Buttons */
#editor-xtd-buttons {
	padding: 5px;
}

.button2-left,
.button2-right,
.button2-left div,
.button2-right div {
	float: left;
}

.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
	display: block;
	height: 22px;
	float: left;
	line-height: 22px;
	font-size: 11px;
	color: #666;
	cursor: pointer;
}

.button2-left span,
.button2-right span {
	cursor: default;
	color: #999;
}

.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span {
	padding: 0 6px;
}

.page span {
	color: #000;
	font-weight: bold;
}

.button2-left a:hover,
.button2-right a:hover {
	text-decoration: none;
	color: #0B55C4;
}

.button2-left a,
.button2-left span {
	padding: 0 24px 0 6px;
}

.button2-right a,
.button2-right span {
	padding: 0 6px 0 24px;
}

.button2-left {
	background: url(../images/j_button2_left.png) no-repeat;
	float: left;
	margin-left: 5px;
}

.button2-right {
	background: url(../images/j_button2_right.png) 100% 0 no-repeat;
	float: left;
	margin-left: 5px;
}

.button2-left .image {
	background: url(../images/j_button2_image.png) 100% 0 no-repeat;
}

.button2-left .readmore,
.button2-left .article {
	background: url(../images/j_button2_readmore.png) 100% 0 no-repeat;
}

.button2-left .pagebreak {
	background: url(../images/j_button2_pagebreak.png) 100% 0 no-repeat;
}

.button2-left .blank {
	background: url(../images/j_button2_blank.png) 100% 0 no-repeat;
}

/* Tooltips */
div.tooltip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
	z-index:13000;
}

div.tooltip h4 {
	padding: 0;
	margin: 0;
	font-size: 95%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../images/selector-arrow.png) no-repeat;
}

div.tooltip p {
	font-size: 90%;
	margin: 0;
}

/* Caption fixes */
/* Caption fixes */
.img_caption .left {
        float: left;
        margin-right: 1em;
}

.img_caption .right {
        float: right;
        margin-left: 1em;
}

.img_caption .left p {
        clear: left;
        text-align: center;
}

.img_caption .right p {
        clear: right;
        text-align: center;
}

.img_caption  {
	text-align: center!important;
}

.img_caption.none {
	margin-left:auto;
	margin-right:auto;
}


/* Calendar */
a img.calendar {
	width: 16px;
	height: 16px;
	margin-left: 3px;
	background: url(../images/calendar.png) no-repeat;
	cursor: pointer;
	vertical-align: middle;
}
