@charset "UTF-8";
/*!
 * Bootstrap v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --color-blue: #007aa5;
  --color-indigo: #6610f2;
  --color-purple: #6f42c1;
  --color-pink: #e83e8c;
  --color-red: #dc3545;
  --color-orange: #fd7e14;
  --color-yellow: #ffc107;
  --color-green: #28a745;
  --color-teal: #20c997;
  --color-cyan: #17a2b8;
  --color-white: #fff;
  --color-gray: #6c757d;
  --color-gray-dark: #343a40;
  --color-primary: #007aa5;
  --color-secondary: #6c757d;
  --color-success: #28a745;
  --color-info: #17a2b8;
  --color-warning: #ffc107;
  --color-danger: #dc3545;
  --color-light: #f8f9fa;
  --color-dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Open Sans", Arial, sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007aa5;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(0, 65.4363636364, 88.5);
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

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

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn), a:not(.button), a:not(.button-green) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/* Font */
@font-face {
  font-family: "Open Sans";
  src: url("../Fonts/Vendors/OpenSans/opensans-bold-webfont.eot");
  src: url("../Fonts/Vendors/OpenSans/opensans-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../Fonts/Vendors/OpenSans/opensans-bold-webfont.woff2") format("woff2"), url("../Fonts/Vendors/OpenSans/open_sans/opensans-bold-webfont.woff") format("woff"), url("../Fonts/Vendors/OpenSans/opensans-bold-webfont.ttf") format("truetype"), url("../Fonts/Vendors/OpenSans/open_sans/opensans-bold-webfont.svg#open_sansbold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../Fonts/Vendors/OpenSans/opensans-bolditalic-webfont.eot");
  src: url("../Fonts/Vendors/OpenSans/opensans-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("../Fonts/Vendors/OpenSans/opensans-bolditalic-webfont.woff2") format("woff2"), url("../Fonts/Vendors/OpenSans/opensans-bolditalic-webfont.woff") format("woff"), url("../Fonts/Vendors/OpenSans/opensans-bolditalic-webfont.ttf") format("truetype"), url("../Fonts/Vendors/OpenSans/opensans-bolditalic-webfont.svg#open_sansbold_italic") format("svg");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Open Sans";
  src: url("../Fonts/Vendors/OpenSans/opensans-italic-webfont.eot");
  src: url("../Fonts/Vendors/OpenSans/opensans-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../Fonts/Vendors/OpenSans/opensans-italic-webfont.woff2") format("woff2"), url("../Fonts/Vendors/OpenSans/opensans-italic-webfont.woff") format("woff"), url("../Fonts/Vendors/OpenSans/opensans-italic-webfont.ttf") format("truetype"), url("../Fonts/Vendors/OpenSans/opensans-italic-webfont.svg#open_sansitalic") format("svg");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Open Sans";
  src: url("../Fonts/Vendors/OpenSans/opensans-regular-webfont.eot");
  src: url("../Fonts/Vendors/OpenSans/opensans-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../Fonts/Vendors/OpenSans/opensans-regular-webfont.woff2") format("woff2"), url("../Fonts/Vendors/OpenSans/opensans-regular-webfont.woff") format("woff"), url("../Fonts/Vendors/OpenSans/opensans-regular-webfont.ttf") format("truetype"), url("../Fonts/Vendors/OpenSans/opensans-regular-webfont.svg#open_sansregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.ce-align-left {
  text-align: left;
}

.ce-align-center {
  text-align: center;
}

.ce-align-right {
  text-align: right;
}

.ce-border img {
  border: 1px solid #000;
}

.frame {
  clear: both;
  width: 100%;
}

/* General following frame constallation */
.frame-layout-0,
.frame-layout-2 {
  /* Neighbour frame */
}
.frame-layout-0 + .frame-layout-1,
.frame-layout-0 + .frame-layout-3,
.frame-layout-2 + .frame-layout-1,
.frame-layout-2 + .frame-layout-3 {
  display: inline-block;
  margin: 1.8rem auto 0 !important;
  padding: 2rem 0;
}
.frame-layout-0 + .frame-layout-1 header h1, .frame-layout-0 + .frame-layout-1 header h2, .frame-layout-0 + .frame-layout-1 header h3, .frame-layout-0 + .frame-layout-1 header h4, .frame-layout-0 + .frame-layout-1 header h5, .frame-layout-0 + .frame-layout-1 header h6,
.frame-layout-0 + .frame-layout-3 header h1,
.frame-layout-0 + .frame-layout-3 header h2,
.frame-layout-0 + .frame-layout-3 header h3,
.frame-layout-0 + .frame-layout-3 header h4,
.frame-layout-0 + .frame-layout-3 header h5,
.frame-layout-0 + .frame-layout-3 header h6,
.frame-layout-2 + .frame-layout-1 header h1,
.frame-layout-2 + .frame-layout-1 header h2,
.frame-layout-2 + .frame-layout-1 header h3,
.frame-layout-2 + .frame-layout-1 header h4,
.frame-layout-2 + .frame-layout-1 header h5,
.frame-layout-2 + .frame-layout-1 header h6,
.frame-layout-2 + .frame-layout-3 header h1,
.frame-layout-2 + .frame-layout-3 header h2,
.frame-layout-2 + .frame-layout-3 header h3,
.frame-layout-2 + .frame-layout-3 header h4,
.frame-layout-2 + .frame-layout-3 header h5,
.frame-layout-2 + .frame-layout-3 header h6 {
  margin-top: 0;
}
.frame-layout-0 + .frame-layout-1 .wrapper > .ce-textpic:first-child h1:first-child, .frame-layout-0 + .frame-layout-1 .wrapper > .ce-textpic:first-child h2:first-child, .frame-layout-0 + .frame-layout-1 .wrapper > .ce-textpic:first-child h3:first-child, .frame-layout-0 + .frame-layout-1 .wrapper > .ce-textpic:first-child h4:first-child, .frame-layout-0 + .frame-layout-1 .wrapper > .ce-textpic:first-child h5:first-child, .frame-layout-0 + .frame-layout-1 .wrapper > .ce-textpic:first-child h6:first-child,
.frame-layout-0 + .frame-layout-3 .wrapper > .ce-textpic:first-child h1:first-child,
.frame-layout-0 + .frame-layout-3 .wrapper > .ce-textpic:first-child h2:first-child,
.frame-layout-0 + .frame-layout-3 .wrapper > .ce-textpic:first-child h3:first-child,
.frame-layout-0 + .frame-layout-3 .wrapper > .ce-textpic:first-child h4:first-child,
.frame-layout-0 + .frame-layout-3 .wrapper > .ce-textpic:first-child h5:first-child,
.frame-layout-0 + .frame-layout-3 .wrapper > .ce-textpic:first-child h6:first-child,
.frame-layout-2 + .frame-layout-1 .wrapper > .ce-textpic:first-child h1:first-child,
.frame-layout-2 + .frame-layout-1 .wrapper > .ce-textpic:first-child h2:first-child,
.frame-layout-2 + .frame-layout-1 .wrapper > .ce-textpic:first-child h3:first-child,
.frame-layout-2 + .frame-layout-1 .wrapper > .ce-textpic:first-child h4:first-child,
.frame-layout-2 + .frame-layout-1 .wrapper > .ce-textpic:first-child h5:first-child,
.frame-layout-2 + .frame-layout-1 .wrapper > .ce-textpic:first-child h6:first-child,
.frame-layout-2 + .frame-layout-3 .wrapper > .ce-textpic:first-child h1:first-child,
.frame-layout-2 + .frame-layout-3 .wrapper > .ce-textpic:first-child h2:first-child,
.frame-layout-2 + .frame-layout-3 .wrapper > .ce-textpic:first-child h3:first-child,
.frame-layout-2 + .frame-layout-3 .wrapper > .ce-textpic:first-child h4:first-child,
.frame-layout-2 + .frame-layout-3 .wrapper > .ce-textpic:first-child h5:first-child,
.frame-layout-2 + .frame-layout-3 .wrapper > .ce-textpic:first-child h6:first-child {
  margin-top: 0;
}

.frame-layout-1 .ce-textpic .ce-bodytext p:last-child, .frame-layout-1 .ce-textpic .ce-bodytext ul:last-child, .frame-layout-1 .ce-textpic .ce-bodytext ol:last-child,
.frame-layout-3 .ce-textpic .ce-bodytext p:last-child,
.frame-layout-3 .ce-textpic .ce-bodytext ul:last-child,
.frame-layout-3 .ce-textpic .ce-bodytext ol:last-child {
  margin-bottom: 0 !important;
}
.frame-layout-1,
.frame-layout-3 {
  /* Neighbour frame */
}
.frame-layout-1 + .frame-layout-1,
.frame-layout-1 + .frame-layout-3,
.frame-layout-3 + .frame-layout-1,
.frame-layout-3 + .frame-layout-3 {
  padding-top: 0 !important;
}
.frame-layout-1 + .frame-layout-1 header h1, .frame-layout-1 + .frame-layout-1 header h2, .frame-layout-1 + .frame-layout-1 header h3, .frame-layout-1 + .frame-layout-1 header h4, .frame-layout-1 + .frame-layout-1 header h5, .frame-layout-1 + .frame-layout-1 header h6,
.frame-layout-1 + .frame-layout-3 header h1,
.frame-layout-1 + .frame-layout-3 header h2,
.frame-layout-1 + .frame-layout-3 header h3,
.frame-layout-1 + .frame-layout-3 header h4,
.frame-layout-1 + .frame-layout-3 header h5,
.frame-layout-1 + .frame-layout-3 header h6,
.frame-layout-3 + .frame-layout-1 header h1,
.frame-layout-3 + .frame-layout-1 header h2,
.frame-layout-3 + .frame-layout-1 header h3,
.frame-layout-3 + .frame-layout-1 header h4,
.frame-layout-3 + .frame-layout-1 header h5,
.frame-layout-3 + .frame-layout-1 header h6,
.frame-layout-3 + .frame-layout-3 header h1,
.frame-layout-3 + .frame-layout-3 header h2,
.frame-layout-3 + .frame-layout-3 header h3,
.frame-layout-3 + .frame-layout-3 header h4,
.frame-layout-3 + .frame-layout-3 header h5,
.frame-layout-3 + .frame-layout-3 header h6 {
  margin-top: 0;
}
.frame-layout-1 + .frame-layout-0 .ce-textpic.ce-nowrap,
.frame-layout-3 + .frame-layout-0 .ce-textpic.ce-nowrap {
  padding-top: 2rem;
}

/* Layout 1 */
.frame-layout-1 {
  background-color: #fff;
  /* its a center frame */
}
.frame-layout-1 > .wrapper {
  max-width: 475px;
}
.frame-layout-1 header h1, .frame-layout-1 header h2, .frame-layout-1 header h3, .frame-layout-1 header h4, .frame-layout-1 header h5, .frame-layout-1 header h6 {
  margin-top: 0;
}
#main .frame-layout-1 {
  padding: 2rem 0;
  text-align: center;
}
#main .frame-layout-1 p {
  margin: 0.5rem 0;
}
#main .frame-layout-1 .images {
  margin: 1rem 0 0.5rem 0;
}
@media only screen and (max-width: 460px) {
  .frame-layout-1 #main .article.frame-layout-1 .images img {
    width: auto;
  }
  .frame-layout-1 #main .article .text {
    width: 100%;
  }
  .frame-layout-1 #main .article.frame-layout-1 .text p {
    width: 90%;
  }
}

/* Layout 2 */
.frame-layout-2 .ce-bodytext {
  background-color: #cce4ed;
  padding: 1.8rem 2rem !important;
}
.frame-layout-2 .ce-bodytext p:first-child {
  margin-top: 0 !important;
}
.frame-layout-2 .ce-bodytext p:last-child {
  margin-bottom: 0 !important;
}

.layout-1 .frame-layout-2 .ce-bodytext {
  background-color: #e7edc8;
}

/* Layout 3 */
#main > .frame-layout-3:first-child {
  display: inline-block;
  margin: 0 auto 0 !important;
  padding: 1rem 0 2rem;
}

.frame-layout-3 {
  background-color: #fff;
  display: inline-block;
  margin: 0 auto 0 !important;
  padding: 2rem 0;
  text-align: left;
}
.frame-layout-3 p {
  width: 100% !important;
}

.ce-gallery {
  max-width: 100%;
}
.ce-gallery img {
  max-width: 100%;
  height: auto;
}

figure {
  position: relative;
  display: table;
}
figure figcaption {
  display: table-caption;
  caption-side: bottom;
}
figure .copyright {
  display: inherit;
  padding: 0 10px;
  transform: rotate(-90deg);
  transform-origin: 100% 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.6875rem;
  max-width: 80%;
  height: 25px;
  line-height: 25px;
  position: absolute;
  right: 0;
  top: 0;
}

.ce-textpic .ce-gallery .ce-row {
  display: flex;
}
.ce-textpic .ce-gallery .ce-row .ce-column video {
  max-width: 100%;
  height: auto;
}
.ce-textpic .ce-gallery .ce-row .ce-column .copyright {
  display: inherit;
  padding: 0 10px;
  transform: rotate(-90deg);
  transform-origin: 100% 100%;
  background: rgba(0, 0, 0, 0.5);
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.6875rem;
  max-width: 80%;
  height: 25px;
  line-height: 25px;
  position: absolute;
  right: 0;
  top: 0;
}
.ce-textpic.ce-center .ce-gallery .ce-row {
  justify-content: center;
}
.ce-textpic.ce-center .ce-gallery .ce-row figure {
  text-align: center;
}
.ce-textpic.ce-center.ce-above .ce-gallery .ce-column {
  width: 100%;
}
.ce-textpic.ce-right .ce-gallery .ce-row {
  justify-content: right;
}
.ce-textpic.ce-right .ce-gallery .ce-row figure {
  text-align: right;
}
.ce-textpic.ce-above .ce-row {
  flex-direction: column;
}
.ce-textpic.ce-below .ce-row {
  flex-direction: column;
}
.ce-textpic.ce-intext.ce-left .ce-gallery {
  float: left;
  margin-right: 1rem;
}
.ce-textpic.ce-intext.ce-left.ce-nowrap .ce-gallery {
  float: none;
  margin: 0;
}
.ce-textpic.ce-intext.ce-right .ce-gallery {
  float: right;
  margin-left: 1rem;
}
.ce-textpic.ce-intext.ce-right.ce-nowrap .ce-gallery {
  float: none;
  margin: 0;
}
.ce-textpic.ce-intext .video,
.ce-textpic.ce-intext .video-embed {
  display: block;
  position: relative;
  border: 1px solid dimgrey;
  overflow: hidden;
}
.ce-textpic.ce-intext .video-embed {
  width: 30em;
  max-width: 50%;
}

.ce-uploads li {
  padding-bottom: 5px;
}
.ce-uploads li img {
  float: left;
  padding: 5px 10px 0 0;
}
.ce-uploads li img + div .ce-uploads-description {
  display: block;
  padding-left: 38px;
}
.ce-uploads li a {
  display: inline-block;
  padding: 0 10px 0;
}
.ce-uploads li .ce-uploads-filesize {
  font-size: 0.95rem;
}
.ce-uploads li .ce-uploads-description {
  display: block;
  padding-left: 10px;
}

.frame-layout-1 .ce-uploads {
  list-style: none;
  padding-left: 10px;
}

.frame-layout-3 .ce-uploads {
  list-style: none;
  padding-left: 0;
}
.frame-layout-3 .ce-uploads li {
  display: flex;
  flex-direction: column;
}

.frame-type-menu_pages ul {
  list-style: none;
  padding-left: 0;
}
.frame-type-menu_pages ul li {
  margin-bottom: 15px;
}
.frame-type-menu_pages ul li img {
  margin-right: 15px;
}

.ce-table th,
.ce-table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table {
  display: table;
}
.table .table-row {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table .table-caption {
  display: table-caption;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
.table .table-head {
  font-weight: bold;
}

.bs-gallery * {
  max-width: 100%;
}

/*
#main .contenttable {
    width:100%;
}
#main .contenttable th {
    color: #fff;
    font-size:16px;
    line-height:22px;
    font-weight:bold;
    text-transform:uppercase;
    background-color:#4ca1bf;
    padding:0.5rem;
}
.layout-1 #main .contenttable th {
    color: #fff;
    font-size:16px;
    line-height:22px;
    font-weight:bold;
    text-transform:uppercase;
    background-color:#becb4b;
    padding:0.5rem;
}
#main .contenttable tr th {
    text-align:left;
}
#main .contenttable tr {
    background-color:#fff;
    color:#505050;
    text-align:left;
}
#main .contenttable tr:nth-child(even) {
    background-color:#cce4ed;
}
.layout-1 #main .contenttable tr:nth-child(even) {
    background-color:#e7edc8;
}
#main .contenttable th:first-child,
#main .contenttable td:first-child {
    padding:0 0 0 20px;
}
#main .contenttable td {
    font-size:16px;
    line-height:24px;
    padding:0.5rem;
}
 */
@media screen and (min-width: 576px) {
  .frame-layout-3 .ce-uploads li {
    flex-direction: row;
  }
  .ce-textpic .ce-gallery.w25 {
    width: 24%;
  }
  .ce-textpic .ce-gallery.w50 {
    width: 49%;
  }
  .ce-textpic .ce-gallery.w75 {
    width: 74%;
  }
  .ce-textpic .ce-gallery.w33 {
    width: 32.33333%;
  }
  .ce-textpic .ce-gallery.w66 {
    width: 65.66666%;
  }
  .ce-textpic .ce-column figure img {
    max-width: 100%;
    height: auto;
  }
  .ce-textpic.ce-above .ce-row {
    flex-direction: row;
    justify-content: space-between;
  }
  .ce-textpic.ce-below .ce-row {
    flex-direction: row;
    justify-content: space-between;
  }
  .ce-textpic.ce-left .ce-row {
    justify-content: flex-start;
  }
  .ce-textpic.ce-left .ce-row .ce-column {
    padding: 1% 2% 1% 0;
  }
  .ce-textpic.ce-nowrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .ce-textpic.ce-nowrap.ce-left {
    justify-content: left;
  }
  .ce-textpic.ce-nowrap.ce-right {
    flex-direction: row-reverse;
  }
  .ce-textpic.ce-nowrap.ce-right .ce-row {
    margin: 0 0 0 1rem;
  }
  .ce-textpic.ce-nowrap .ce-row {
    flex-direction: column;
    margin: 0 1rem 0 0;
  }
  .ce-textpic.ce-nowrap .ce-column figure img {
    max-width: none;
  }
  .ce-textpic.ce-intext.ce-left .ce-gallery {
    float: left;
    margin-right: 1rem;
  }
  .ce-textpic.ce-intext.ce-left .ce-bodytext ul li,
  .ce-textpic.ce-intext.ce-left .ce-bodytext ol li {
    position: relative;
    left: 2rem;
    padding-right: 1em;
  }
  .ce-textpic.ce-intext.ce-left.ce-nowrap .ce-gallery {
    float: none;
    margin: 0;
  }
  .ce-textpic.ce-intext.ce-left.ce-nowrap .ce-gallery .copyright {
    right: 3.5%;
  }
  .ce-textpic.ce-intext.ce-right .ce-gallery {
    float: right;
    margin-left: 1rem;
  }
  .ce-textpic.ce-intext.ce-right.ce-nowrap .ce-gallery {
    float: none;
    margin: 0;
  }
  .ce-textpic.ce-intext.ce-right.ce-nowrap .ce-gallery .copyright {
    right: 3.5%;
  }
}
.video-embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .ce-textpic.ce-nowrap .ce-row {
    flex-direction: row;
  }
  .ce-textpic.ce-nowrap .ce-row .ce-column figure img {
    margin: 0.5rem;
  }
  .frame-type-table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .ce-table {
    border-collapse: collapse;
    max-width: 100%;
    margin-bottom: 0;
  }
  .ce-table.ce-table-striped tr:nth-child(odd) td {
    background-color: #f2f2f2;
  }
  .ce-table.ce-table-bordered {
    border: solid 1px #ccc;
    border-bottom: none;
  }
  .ce-table.ce-table-bordered tr th,
  .ce-table.ce-table-bordered tr td {
    border-bottom: solid 1px #ccc;
  }
  .table .table-row {
    padding: 0;
    border-top: 0 none;
    display: flex;
  }
  .table .table-head,
  .table .table-cell {
    flex: 100%;
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
  }
  .table .table-header-group {
    display: table-header-group;
  }
  .table .table-footer-group {
    display: table-footer-group;
  }
  .table .table-head {
    display: table-cell;
  }
  .table .table-cell {
    display: table-cell;
  }
}
@media screen and (min-width: 992px) {
  .bs-teaser.ce-default {
    margin: 15px 0.5%;
    width: 100%;
  }
  .bs-teaser figure {
    width: 100%;
  }
  .ce-w25,
  .frame-w25 {
    width: 24%;
    margin: 15px 0.5%;
  }
  .ce-w50,
  .frame-w50 {
    width: 49%;
    margin: 15px 0.5%;
  }
  .ce-w75,
  .frame-w75 {
    width: 74%;
    margin: 15px 0.5%;
  }
  .ce-w33,
  .frame-w33 {
    width: 32.33333%;
    margin: 15px 0.5%;
  }
  .ce-w66,
  .frame-w66 {
    width: 65.66666%;
    margin: 15px 0.5%;
  }
}
#header #nav_main {
  background-color: #006c94;
  display: none;
  height: 50px;
  overflow: hidden;
  width: 100%;
}
#header #nav_main ul {
  display: inline-block;
  float: left;
  list-style: none;
  min-height: 50px;
  padding: 0;
  width: auto;
}
#header #nav_main li {
  float: left;
  display: inline;
  position: relative;
}
#header #nav_main ul > li > a,
#header #nav_main ul > li:hover > a,
#header #nav_main ul > li.hover > a {
  position: relative;
  min-height: 50px;
  display: inline-block;
  padding: 0.95rem 1.5rem 0.3rem 1.5rem;
  text-transform: uppercase;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#header #nav_main ul > li:hover > a,
#header #nav_main ul > li.act > a {
  color: #fff;
  background-color: #0079a4;
}
#header #nav_main {
  /* Green page layout */
}
.layout-1 #header #nav_main {
  background-color: #96a500;
}
.layout-1 #header #nav_main ul > li:hover > a, .layout-1 #header #nav_main ul > li.act > a {
  background-color: #a6b700;
}
@media screen and (min-width: 768px) {
  #header #nav_main {
    display: block;
  }
}

.mobilemenu {
  overflow: hidden;
}

#sidebarmenuwidget {
  background-color: #525252;
  -webkit-transition: left 0.5s;
  transition: left 0.5s;
  width: 100%;
  left: -100%;
  transition-timing-function: ease-in-out;
  color: #fff;
  top: 0;
  z-index: 1500;
  min-height: 100%;
  padding: 0;
  overflow-y: scroll;
  height: 100%;
  position: fixed;
}
#sidebarmenuwidget .headrow,
#sidebarmenuwidget .searchrow,
#sidebarmenuwidget .socialrow,
#sidebarmenuwidget .metarow {
  padding: 0 15px;
}
#sidebarmenuwidget .searchrow {
  height: 75px;
}
#sidebarmenuwidget .searchrow input {
  background-color: #727272;
  border: solid 1px #727272;
  border-radius: 0;
  width: 100%;
  height: 42px;
  margin-top: 15px;
  color: #fff;
  float: left;
}
#sidebarmenuwidget .searchrow input.submit {
  margin-left: -42px;
  width: 42px;
  text-align: center;
  color: #c6c8ca;
  cursor: pointer;
}

#sidebarmenuwidget .sidebarnavi {
  clear: both;
  margin-top: 54px;
}
#sidebarmenuwidget .sidebarnavi > ul {
  border-top: solid 1px #868686;
}
#sidebarmenuwidget .sidebarnavi ul {
  top: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
#sidebarmenuwidget .sidebarnavi ul li > a:hover {
  background-color: #009fe3;
  text-decoration: none;
}
#sidebarmenuwidget .sidebarnavi + .sidebarnavi {
  margin-top: 0;
}

#sidebarmenuwidget ul {
  font-weight: 900;
  font-size: 1.25rem;
}
#sidebarmenuwidget ul.animatedlayer {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 1s;
  /* Safari */
  transition: max-height 1s;
  transition-timing-function: ease-in-out;
}
#sidebarmenuwidget ul li {
  width: 100%;
  border-bottom: solid 1px #868686;
  background-color: #525252;
}
#sidebarmenuwidget ul li:last-child {
  border: none;
}
#sidebarmenuwidget ul li.current > a {
  background-color: #009fe3;
}
#sidebarmenuwidget ul li.hassub > a, #sidebarmenuwidget ul li.activesub > a {
  margin-right: -20%;
}
#sidebarmenuwidget ul li.hassub span, #sidebarmenuwidget ul li.activesub span {
  display: inline-block;
  width: 35px;
  margin-left: 15px;
  position: relative;
}
#sidebarmenuwidget ul li.hassub span::after, #sidebarmenuwidget ul li.activesub span::after {
  display: inline-block;
  top: 0;
  position: absolute;
  width: 100%;
  left: 0;
  border: solid 1px;
  cursor: pointer;
  text-align: center;
}
#sidebarmenuwidget ul li.hassub span::after {
  content: "∨";
}
#sidebarmenuwidget ul li.activesub > span::after {
  content: "∧";
}
#sidebarmenuwidget ul li a {
  width: 100%;
  display: inline-block;
  padding: 15px 15px 17px;
  color: #fff;
}
#sidebarmenuwidget ul li ul {
  font-weight: 400;
  font-size: 1rem;
}
#sidebarmenuwidget ul li ul li.hassub span::after, #sidebarmenuwidget ul li ul li.activesub span::after {
  color: #999;
}
#sidebarmenuwidget ul li ul li ul li a::before {
  display: inline-block;
  content: ">";
  padding-right: 5px;
}
#sidebarmenuwidget ul li ul li ul li ul li a::before {
  content: "⋅";
  padding-left: 15px;
}
#sidebarmenuwidget ul li ul li ul li ul li ul li a::before {
  content: "";
  padding-left: 25px;
}

#sidebarmenuwidget li.activesub > ul.animatedlayer,
ul.animatedlayer.open {
  max-height: 1000px;
}

.showme {
  left: 0 !important;
  position: absolute;
}

#menutrigger,
#menucloser {
  color: #fff;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 20px;
  padding-top: 10px;
  text-align: center;
  position: absolute;
  right: 12px;
  top: 12px;
}
#menutrigger::before,
#menucloser::before {
  color: #fff;
  font-size: 3rem;
  line-height: 10px;
  max-height: 40px;
  overflow: hidden;
}
#menutrigger:hover,
#menucloser:hover {
  text-decoration: none;
}

#menutrigger span {
  display: none;
}
#menutrigger::before {
  content: "≡";
}
#menutrigger.menutriggeron {
  display: none;
}

#menucloser::before {
  content: "×";
}

@media screen and (min-width: 768px) {
  .mobilemenu {
    overflow: auto;
  }
  .control {
    display: none;
  }
}
/* Basic CSS Settings */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.figcaption {
  display: inline-block;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section,
.article, .section, #header, #footer, #main, #aside, .nav, .figure {
  display: block;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

div, a, nav, footer, header, span, ul, li, p, h1, h2, h3, h4, h5, h6, b, strong, i, article, section, main, address, aside,
div:after, a:after, nav:after, footer:after, header:after, span:after, ul:after, li:after, p:after, h1:after, h2:after, h3:after, h4:after, h5:after, h6:after, b:after, strong:after, i:after, article:after, section:after, main:after, address:after, aside:after,
div:before, a:before, nav:before, footer:before, header:before, span:before, ul:before, li:before, p:before, h1:before, h2:before, h3:before, h4:before, h5:before, h6:before, b:before, strong:before, i:before, article:before, section:before, main:before, address:before, aside:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: 0 !important;
}

/*
 * Basic styling
 */
body, html {
  -moz-osx-font-smoothing: grayscale;
  background-color: #f7fafa;
  color: #333;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.4rem;
}

a, a.link, a:visited, a.hover, a.focus, a.active {
  font-family: "Open Sans", sans-serif, arial;
  text-decoration: none;
  color: #333333;
}

a:hover,
a:focus {
  color: #007aa5;
}

/* Headlines */
h1,
h2.like-h1 {
  width: 100%;
  margin: 3rem 0 0.5rem 0;
  font-family: "Open Sans", sans-serif, arial;
  font-weight: bold;
  font-size: 48px;
  line-height: 48px;
}

.like-h2 {
  padding: 0;
}

h2,
.like-h2 {
  line-height: 130%;
  font-size: 2rem;
  font-family: "Open Sans", sans-serif, arial;
  margin: 32px 0 16px 0;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  transition: color 0.5s ease;
}

h3,
.like-h3 {
  color: #505050;
  font-size: 20px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif, arial;
  line-height: 28px;
  margin: 20px 0 10px 0;
}

h4 {
  color: #505050;
  font-size: 19px;
  line-height: 28px;
  margin: 20px 0 10px 0;
  font-weight: bold;
}

.grid-item-body a,
.ce-bodytext a {
  color: #007aa5;
}

iframe {
  border: 0;
  width: 100%;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

blockquote {
  border-left: 4px solid #007aa5;
  padding: 1rem 2rem;
}
blockquote p:first-child {
  margin-top: 0 !important;
}
blockquote p:last-child {
  margin-bottom: 0 !important;
}

em {
  font-style: italic;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

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

/* Font Awesome Icons & Links */
.internal-link,
.external-link,
.email-link,
.link-download,
.icon-phone,
.icon-fax,
.phone,
.home,
.fax {
  color: #333333;
  font-style: normal;
}

.internal-link:before,
.external-link:before,
.email-link:before,
.link-download:before,
.phone:before,
.fax:before,
.home:before,
.icon-phone:before,
.icon-fax:before {
  content: "\f1c1";
  color: #000;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 1rem;
  margin: 0 0.5rem 0 0;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  transition: color 0.5s ease;
  width: 1rem;
  height: 1rem;
  padding: 0;
}

.internal-link:before {
  content: "\f0da";
  padding-left: 0.5rem;
}

.external-link:before {
  content: "\f015";
}

.icon-external-link:before {
  content: "\f015";
}

.email-link:before {
  content: "\f0e0";
}

.phone:before,
.icon-phone:before {
  content: "\f095";
  padding-left: 0.25rem;
}

.fax:before,
.icon-fax:before {
  content: "\f1ac";
}

.home:before {
  content: "\f015";
}

.internal-link:hover:before,
.external-link:hover:before,
.email-link:hover:before,
.link-download:hover:before {
  color: #505050;
}

ul.icon-hacken {
  list-style: none;
}

ul.icon-hacken li {
  cursor: default;
}

ul.icon-hacken li:before {
  content: "\f00c";
  font-family: FontAwesome;
  color: #000;
  font-size: 1rem;
  padding: 0 0.35rem 0 0;
}

a.button,
a.button-green {
  background-color: #007aa5;
  border-radius: 0.5rem;
  border: 1px solid #007aa5;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  padding: 0.35rem 1rem;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
a.button + a.button, a.button + a.button-green,
a.button-green + a.button,
a.button-green + a.button-green {
  margin-left: 16px;
}

a.button:hover,
a.button:focus {
  color: #007aa5;
  background: none;
  border: 1px solid #007aa5;
  text-decoration: none;
}

a.button-green,
.layout-1 .button {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  background-color: #a6b700;
  border: 1px solid #a6b700;
  padding: 0.35rem 1rem;
  text-decoration: none !important;
}

a.button-green:hover,
.layout-1 .button:hover {
  background: none;
  border: 1px solid #a6b700;
  color: #a6b700;
  cursor: pointer;
}

.layout-1 .button {
  background-color: #a6b700;
  border: 1px solid #a6b700;
  padding: 0.35rem 1rem !important;
}

.wrapper {
  min-width: 320px;
  max-width: 830px;
  padding: 0 0.75rem;
  margin: 0 auto;
  width: 100%;
}

.comment {
  padding: 1rem 2rem;
}

/*
 * Header
 */
#header {
  background-color: #0079a4;
  min-height: 112px;
  overflow: hidden;
}
#header .inner-wrap {
  width: 100%;
  color: #fff;
  min-height: 5rem;
}
#header h1 {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.5rem;
}
#header p {
  color: #fff;
  margin: 0 0 1rem 0;
}
.layout-1 #header {
  background-color: #a6b700;
}
@media screen and (min-width: 768px) {
  #header h1 {
    font-size: 48px;
    line-height: 48px;
  }
}

/*
 * Main content area
 */
#main {
  clear: both;
  width: 100%;
}

#main > section {
  width: 100%;
  background-color: #fff;
  padding-bottom: 20px;
  min-height: 200px;
}

#main .align-center {
  text-align: center !important;
}

#main .align-left {
  text-align: left !important;
}

#main .align-right {
  text-align: right !important;
}

#main .frame-layout-1 p .button-green {
  margin: 0 auto;
}

#main .section .images {
  display: inline-block;
  width: auto;
  float: left;
  padding-right: 2rem;
}

#main .section .text {
  width: 50%;
  float: left;
}

#main .section .text h1,
#main .section .text h2,
#main .section .text h3,
#main .section .text h4,
#main .section .text h5 {
  padding-bottom: 1rem;
}

#main .address ul a {
  padding: 0;
}

#main .address ul.left li {
  line-height: 1.5rem;
}

#main .section ul.right {
  margin-top: 0;
}

#main ul,
#main ol {
  padding-left: 2rem;
  margin: 2rem 0;
}

.layout-1 #main .left {
  width: 50%;
  float: left;
}

.layout-1 #main .right {
  width: 50%;
  float: right;
}

.layout-1 #main .section {
  margin: 2rem 0;
}

.layout-1 #main .section > .left > .bodytext {
  clear: both;
}

#main p {
  margin: 0.5rem 0 1rem;
}

.layout-1 #main .left .left {
  margin: 0 0 2rem 0;
  padding: 0 8px 0 0;
}

.layout-1 #main a {
  display: inline-block;
  padding: 0.2rem 0;
}

.layout-1 #main a:hover,
.layout-1 #main .act {
  color: #96a500;
}

.layout-1 #main .line {
  background-color: #f0f5f7;
}

.layout-1 #main .addresse {
  background-color: #fff;
}

.layout-1 #main .line span {
  display: block;
  width: 10%;
  height: 0.15rem;
  background-color: #afbb57;
}

#main .columns-2 .column-1,
#main .columns-2 .column-2 {
  width: 49%;
  float: left;
}

#main .columns-2 .column-2 {
  float: right;
}

/*
 * Footer
 */
#footer {
  margin-top: 9rem;
  position: relative;
  width: 100%;
  background-color: #007aa5;
  color: #fff;
}

#footer .nav {
  text-align: right;
}

#footer .nav-meta ul li:last-child a {
  padding-right: 0 !important;
}

#footer ul {
  display: inline-block;
  margin: 1rem 0.5rem 0.5rem 0;
  list-style: none;
}

#footer ul li {
  float: left;
}

#footer .nav-link {
  color: #fff;
  padding: 0 0 0 0.5rem;
  font-size: 12px;
}

.layout-1 #footer {
  background-color: #a7b818;
}

.layout-1 #footer #footer-logo {
  background-color: #a7b818;
}

.pipe:after {
  content: "|";
  display: inline-block;
  font-size: 16px;
  float: right;
  padding: 0 0 0 0.5rem;
}

#header > .inner-wrap,
#footer > .inner-wrap {
  margin: 0px auto;
}

#footer #footer-logo {
  position: absolute;
  top: auto;
  bottom: 0;
  background-color: #007aa5;
  border-radius: 1rem;
  padding: 1rem 0.75rem 0.5rem 0.75rem;
}

#main .article {
  padding: 1.5rem 0;
}

#main .article h3 {
  margin: 0;
}

#main .article:first-child h4 {
  margin: 0;
}

#main .article .left {
  width: 45%;
}

#main .article .right {
  width: 50%;
}
#main .article .right #main .article .left,
#main .article .right #main .article .right {
  padding: 1rem 0;
}
#main .article .right #main #plan {
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#main .article .right #main .part {
  height: 200px;
}
#main .article .right #main .highlight {
  border: 1px solid blue;
  background: rgba(0, 0, 255, 0.7);
}
#main .article .right #nojs {
  text-align: center;
  color: #fff;
  background-color: #8cbbdd;
  padding: 1rem 0;
}
#main .article .right table {
  background-color: #000;
}
#main .article .right #footer #nav-meta .nav-link {
  float: left;
}

/*
 * Helper
 */
.video--special {
  margin: 2rem 0 3rem !important;
  padding-top: 30px;
}

/*
 * Responsive
 */
@media only screen and (max-width: 1023px) {
  #main .section .text {
    width: 48%;
  }
}
@media only screen and (max-width: 785px) {
  .layout-1 #main .left .left {
    margin-bottom: 0;
  }
  #main .section ul.right {
    float: none;
  }
  #main section.section .bodytext {
    position: relative;
    width: 200%;
  }
  #main .article .left {
    float: none;
    margin-bottom: 1rem;
    width: 100%;
  }
  #main .article .bodytext {
    float: none;
    clear: both;
    width: 100%;
    padding-top: 1rem;
  }
}
@media only screen and (max-width: 680px) {
  #main .columns-2 .column-1 {
    width: 100%;
    float: none;
  }
  #main .columns-2 .column-2 {
    width: 100%;
    float: left;
    margin-top: 1.5rem;
  }
  #footer {
    margin-top: 3rem;
  }
  #footer #footer-logo {
    position: relative;
    text-align: center;
  }
  #footer #nav-meta {
    text-align: center;
  }
}
@media only screen and (max-width: 460px) {
  #main .section .left {
    width: 100% !important;
  }
  #main .section .right {
    float: none !important;
    width: 100% !important;
  }
  #main section.section .bodytext {
    position: relative;
    width: 100%;
  }
  #main .article .images {
    width: 100%;
    float: none;
    padding-right: 0;
    text-align: center;
  }
  #main .article .text {
    width: 100%;
  }
  #main .article .images img {
    height: auto;
    padding-bottom: 2rem;
    padding-right: 0;
  }
  #main .article .text {
    width: 100%;
    float: none;
  }
}
@media only screen and (max-width: 330px) {
  .footer-logo img {
    width: 100%;
    height: auto;
  }
}
.frame-type-epx_patientenberatung_accordion {
  /* accordion: show toggle content, if javaScript is disabled */
}
.no-js .frame-type-epx_patientenberatung_accordion .collapse {
  display: block !important;
}
.frame-type-epx_patientenberatung_accordion .accordion {
  --bs-accordion-border-width: 0;
  border-radius: 0;
  margin-top: 2rem;
}
.frame-type-epx_patientenberatung_accordion .accordion-item {
  background-color: #ffffff;
  display: block;
  margin-bottom: 1.125rem;
  padding: 0.5rem 2rem 1rem;
  width: 100%;
}
.frame-type-epx_patientenberatung_accordion .accordion-header {
  margin: 0;
}
.frame-type-epx_patientenberatung_accordion .accordion-button {
  background-color: #ffffff;
  border: 0;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #505050;
  font-size: 1.25rem;
  font-weight: 700;
  justify-content: space-between;
  line-height: 1.75rem;
  padding: 0 2rem 1rem 0;
  position: relative;
  text-align: left;
  width: 100%;
}
.frame-type-epx_patientenberatung_accordion .accordion-button:after {
  background-image: url('data:image/svg+xml,%3c?xml version="1.0" encoding="utf-8"?%3e%3csvg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 25 15.1" style="enable-background:new 0 0 25 15.1;" xml:space="preserve"%3e%3cg%3e%3cpath d="M3.8,0.7l8.7,8.9l8.7-8.9c0.9-0.9,2.3-0.9,3.1,0c0.9,0.9,0.9,2.3,0,3.2L14.1,14.4c0,0,0,0,0,0.1c-0.4,0.4-1,0.7-1.6,0.7 c-0.6,0-1.1-0.2-1.6-0.7c0,0,0,0,0-0.1L0.7,3.9c-0.9-0.9-0.9-2.3,0-3.2C1.5-0.2,2.9-0.2,3.8,0.7z"/%3e%3c/g%3e%3c/svg%3e');
  background-size: 0.875rem;
  background-position: right center;
  background-repeat: no-repeat;
  margin-left: 0.75rem;
  content: "";
  display: inline-block;
  height: 1rem;
  margin-top: -0.5rem;
  position: absolute;
  right: 0;
  transform: rotate(180deg);
  top: 50%;
  width: 1rem;
}
.frame-type-epx_patientenberatung_accordion .accordion-button:hover {
  color: #007aa5;
}
.frame-type-epx_patientenberatung_accordion .accordion-button:active {
  text-decoration: underline;
}
.frame-type-epx_patientenberatung_accordion .accordion-button.collapsed {
  border-bottom: 0.18rem solid #007aa5;
  padding: 0 2rem 0.5rem 0;
}
.frame-type-epx_patientenberatung_accordion .accordion-button.collapsed:after {
  transform: rotate(0);
}
.frame-type-epx_patientenberatung_accordion .accordion-body {
  padding: 0;
  position: relative;
}
.frame-type-epx_patientenberatung_accordion .accordion-body:after {
  clear: both;
  content: "";
  display: block;
  width: 100%;
}
.frame-type-epx_patientenberatung_accordion .accordion-body > h3:first-child, .frame-type-epx_patientenberatung_accordion .accordion-body > .h3:first-child, .frame-type-epx_patientenberatung_accordion .accordion-body > h4:first-child, .frame-type-epx_patientenberatung_accordion .accordion-body > .h4:first-child {
  margin-top: 0 !important;
}
.frame-type-epx_patientenberatung_accordion .accordion-body img {
  border-radius: 1rem;
  height: auto;
  max-width: 100%;
}
.frame-type-epx_patientenberatung_accordion .accordion-body p {
  margin: 0 0 1rem;
}
@media screen and (min-width: 768px) {
  .frame-type-epx_patientenberatung_accordion .image {
    float: right;
    margin-left: 2rem;
    max-width: 50%;
  }
}

.frame-type-epx_patientenberatung_grid .row {
  margin: 0;
}

.grid-item-media img {
  max-width: 100%;
  height: auto;
}

.bs-gallery .galleryitem {
  display: none;
}
.bs-gallery .galleryitem.active {
  display: block;
}
.bs-gallery .galleryitem img {
  display: block;
}
.bs-gallery .opengallery {
  display: block;
  height: 40px;
  line-height: 33px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  margin-top: -40px;
  position: absolute;
  text-align: center;
  width: 40px;
}
.bs-gallery .opengallery::before {
  content: "◱";
  font-size: 2.5rem;
}

/*# sourceMappingURL=main.css.map */
