/** adds gap as padding, margin or border-width (dimension)*/
/** 
    @activeSpecial: gives links special decoration on active-state
        options: 
 	   'grow-underline': underline grows under text of active link   
*/
@import url('/_fonts/google/css2?family=Source+Sans+Pro:ital,wght@0,400;0,600;0,700;1,400&family=Solitreo&display=swap');
.teasers {
  display: flex;
  flex-wrap: wrap;
}
.teaser {
  flex: 1;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .teaser {
    flex-basis: 50%;
    flex-shrink: 0;
    flex-grow: 0;
  }
}
@media (min-width: 768px) {
  .teaser {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .teaser {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .teaser {
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  .teaser {
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .teaser {
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .teaser {
    padding-right: 30px;
  }
}
.teaser img {
  max-width: 100%;
  max-height: 320px;
  object-fit: cover;
  display: block;
  margin: 2em auto;
}
.teaser footer {
  text-align: center;
  margin-top: auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .teaser footer {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .teaser footer {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .teaser footer {
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  .teaser footer {
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .teaser footer {
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .teaser footer {
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  .teaser footer {
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .teaser footer {
    padding-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .teaser footer {
    padding-bottom: 30px;
  }
}
.teaser footer a {
  background: #4ead7d;
  display: inline-block;
  padding: 12px 15px;
  border-radius: 2px;
  font-weight: bold;
  color: white;
  transition: 0.3s;
}
.teaser footer a:hover {
  text-decoration: none;
  background: #70be97;
}
.teaser footer a:after {
  content: " »";
}
@media (min-width: 768px) {
  .teaser > * {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .news > .contentBox {
    display: flex;
    flex-wrap: wrap;
  }
}
.news > .contentBox > .teaser {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .news > .contentBox > .teaser {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .news > .contentBox > .teaser {
    padding-left: 20px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .news > .contentBox > .teaser {
    padding-left: 30px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .news > .contentBox > .teaser {
    padding-left: 30px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .news > .contentBox > .teaser {
    padding-right: 20px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .news > .contentBox > .teaser {
    padding-right: 30px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .news > .contentBox > .teaser {
    padding-right: 30px;
  }
}
body > section {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
body > section > * {
  max-width: 992px;
  margin: auto;
}
body > section:nth-child(odd) {
  background: #eee;
}
/******* optional Hilfs-Mixins *******/
/****** special classes *****/
.jumbotron {
  height: 160px;
  background-size: cover;
  background-position: center center;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  position: relative;
  max-width: 100% !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .jumbotron {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .jumbotron {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .jumbotron {
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  .jumbotron {
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .jumbotron {
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .jumbotron {
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  .jumbotron {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .jumbotron {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .jumbotron {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .jumbotron {
    height: 200px;
  }
}
@media (min-width: 992px) {
  .jumbotron {
    height: 450px;
    font-size: 1.3rem;
  }
}
/****** standard-css */
* {
  box-sizing: border-box;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}
.contentBox > h1,
.contentBox > h2,
.contentBox > h3,
.contentBox > h4,
.contentBox > h5,
.contentBox > h6 {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .contentBox > h1,
  .contentBox > h2,
  .contentBox > h3,
  .contentBox > h4,
  .contentBox > h5,
  .contentBox > h6 {
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  .contentBox > h1,
  .contentBox > h2,
  .contentBox > h3,
  .contentBox > h4,
  .contentBox > h5,
  .contentBox > h6 {
    padding-top: 30px;
  }
}
@media (min-width: 1200px) {
  .contentBox > h1,
  .contentBox > h2,
  .contentBox > h3,
  .contentBox > h4,
  .contentBox > h5,
  .contentBox > h6 {
    padding-top: 30px;
  }
}
@media (min-width: 768px) {
  .contentBox > h1,
  .contentBox > h2,
  .contentBox > h3,
  .contentBox > h4,
  .contentBox > h5,
  .contentBox > h6 {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .contentBox > h1,
  .contentBox > h2,
  .contentBox > h3,
  .contentBox > h4,
  .contentBox > h5,
  .contentBox > h6 {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .contentBox > h1,
  .contentBox > h2,
  .contentBox > h3,
  .contentBox > h4,
  .contentBox > h5,
  .contentBox > h6 {
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  .contentBox > h1,
  .contentBox > h2,
  .contentBox > h3,
  .contentBox > h4,
  .contentBox > h5,
  .contentBox > h6 {
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .contentBox > h1,
  .contentBox > h2,
  .contentBox > h3,
  .contentBox > h4,
  .contentBox > h5,
  .contentBox > h6 {
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .contentBox > h1,
  .contentBox > h2,
  .contentBox > h3,
  .contentBox > h4,
  .contentBox > h5,
  .contentBox > h6 {
    padding-right: 30px;
  }
}
p:last-child {
  margin-bottom: 0;
}
img {
  max-width: 100%;
}
.floatLeft {
  margin-right: 20px;
}
.floatRight {
  margin-left: 20px;
}
iframe {
  width: 100%;
  height: 400px;
}
.fullWidth {
  max-width: 100% !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.pageColumn {
  max-width: 100% !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media (min-width: 992px) {
  .pageColumn {
    padding-left: calc(50% - (992px / 2));
    padding-right: calc(50% - (992px / 2));
  }
}
.pageColumn > :first-child {
  margin-left: 10px;
}
@media (min-width: 768px) {
  .pageColumn > :first-child {
    margin-left: 20px;
  }
}
@media (min-width: 992px) {
  .pageColumn > :first-child {
    margin-left: 30px;
  }
}
@media (min-width: 1200px) {
  .pageColumn > :first-child {
    margin-left: 30px;
  }
}
.pageColumn > :last-child {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .pageColumn > :last-child {
    margin-right: 20px;
  }
}
@media (min-width: 992px) {
  .pageColumn > :last-child {
    margin-right: 30px;
  }
}
@media (min-width: 1200px) {
  .pageColumn > :last-child {
    margin-right: 30px;
  }
}
.error {
  color: #ff2448;
}
/*
@import (css) url('/_fonts/google/css2?family=Source+Sans+Pro:ital,wght@0,400;0,600;0,700;1,400&family=Faculty+Glyphic&family=Protest+Riot&family=Agbalumo&family=Solitreo&display=swap');
*/
button,
hr,
input {
  overflow: visible;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
progress,
sub,
sup {
  vertical-align: baseline;
}
[type=checkbox],
[type=radio],
legend {
  box-sizing: border-box;
  padding: 0;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
select {
  text-transform: none;
}
[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}
.burger .line {
  top: calc(50% + 2px);
}
html,
body {
  height: 100%;
}
.pageWrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
main {
  flex: 1 0 auto;
}
.container,
main > *,
.contentBox > *,
#headerTop,
.headerMiddleWrapper,
#headerBottom,
#footer,
section > * {
  margin-left: auto;
  margin-right: auto;
  max-width: 992px;
}
.paddingContainer {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .paddingContainer {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .paddingContainer {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .paddingContainer {
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  .paddingContainer {
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .paddingContainer {
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .paddingContainer {
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .paddingContainer {
    padding-left: calc(50% - 466px);
    padding-right: calc(50% - 466px);
  }
}
.contentBox {
  width: 100%;
  max-width: 100%;
}
main > section {
  width: 100%;
  max-width: 100%;
}
#headerLeft {
  align-items: center;
}
@media (min-width: 992px) {
  #headerLeft {
    position: relative;
    left: -1.5em;
  }
}
#headerLeft a {
  margin: 0;
  margin-right: 1rem;
}
@media (min-width: 768px) {
  #headerLeft a {
    margin-right: 1.5rem;
  }
}
@media (min-width: 768px) {
  #headerLeft a {
    margin-right: 1.8rem;
  }
}
.contentPadding,
article,
form {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .contentPadding,
  article,
  form {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .contentPadding,
  article,
  form {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .contentPadding,
  article,
  form {
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  .contentPadding,
  article,
  form {
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .contentPadding,
  article,
  form {
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .contentPadding,
  article,
  form {
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  .contentPadding,
  article,
  form {
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  .contentPadding,
  article,
  form {
    padding-top: 30px;
  }
}
@media (min-width: 1200px) {
  .contentPadding,
  article,
  form {
    padding-top: 30px;
  }
}
@media (min-width: 768px) {
  .contentPadding,
  article,
  form {
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .contentPadding,
  article,
  form {
    padding-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .contentPadding,
  article,
  form {
    padding-bottom: 30px;
  }
}
.pageHeader {
  background: #fff;
  flex-shrink: 0;
}
#headerTop {
  display: flex;
  align-items: center;
  min-height: 45px;
}
#headerTop:empty {
  display: none;
}
.headerMiddleWrapper {
  display: block;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .headerMiddleWrapper {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .headerMiddleWrapper {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .headerMiddleWrapper {
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  .headerMiddleWrapper {
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .headerMiddleWrapper {
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .headerMiddleWrapper {
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  .headerMiddleWrapper {
    display: flex;
  }
}
.headerMiddleWrapper > * {
  display: flex;
  align-items: center;
}
#headerCenter {
  justify-content: center;
}
#headerRight {
  text-align: right;
  display: flex;
  align-items: stretch;
  margin-left: auto;
}
#headerBottom {
  text-align: center;
}
.headerTopWrapper {
  background: #4ead7d;
  color: white;
  font-weight: 600;
  position: relative;
  z-index: 3;
}
#headerTop {
  height: 40px;
  justify-content: flex-end;
  font-size: 1.1rem;
}
@media (min-width: 768px) {
  #headerTop {
    height: 55px;
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  #headerTop {
    font-size: 1.2rem;
  }
}
#headerTop a {
  color: white;
}
#headerTop > nav > a {
  height: 100%;
  position: relative;
  transition: 0.2s;
}
#headerTop > nav > a:first-child {
  padding-left: 0;
}
#headerTop > nav > a:after {
  content: '';
  display: block;
  position: absolute;
  left: 2.9rem;
  width: 0;
  height: 3px;
  background: white;
  top: calc(50% + 0.7em);
  transition: 0.2s;
}
#headerTop > nav > a.over,
#headerTop > nav > a.active {
  text-decoration: none;
}
#headerTop > nav > a.over:after,
#headerTop > nav > a.active:after {
  width: calc(100% - 2.9rem - 1em);
}
#headerTop .email {
  display: none;
  margin-left: 0 !important;
}
@media (min-width: 768px) {
  #headerTop .email {
    display: inline-block;
  }
}
#headerTop .phone {
  display: inline-block;
}
#headerTop .phone > a {
  text-decoration: none;
}
#headerTop .icon:before {
  top: 54%
        ;
}
.phoneContainer {
  white-space: nowrap;
  margin-right: auto;
}
.openingHoursHint {
  padding-right: 1rem;
  margin-right: auto;
  flex-wrap: wrap;
  align-items: center;
  z-index: 1;
  display: none !important;
}
@media (min-width: 768px) {
  .openingHoursHint {
    display: inline-block !important;
  }
}
.openingHoursHint:before {
  content: ' | ';
}
.openingHoursHint > .reachableInfo {
  position: relative;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .openingHoursHint {
    margin-left: 0 !important;
  }
}
.headerMiddleWrapper {
  padding-top: 10px;
  padding-bottom: 7px;
  padding-left: 10px;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .headerMiddleWrapper {
    padding-top: 7px;
    height: 150px;
  }
}
.socialMedia {
  margin-left: auto !important;
  white-space: nowrap;
  display: inline-flex !important;
}
.socialMedia > a {
  display: flex;
}
.socialMedia > a:not(:first-child) {
  margin-left: 7px;
}
@media (min-width: 768px) {
  .socialMedia > a:not(:first-child) {
    margin-left: 12px;
  }
}
.socialMedia > a > img {
  width: 32px;
}
.logo {
  margin: 5px 0.7em 5px 0;
  display: flex;
  position: relative;
}
@media (min-width: 768px) {
  .logo {
    margin: 10px 0.8em 10px 0;
  }
}
@media (min-width: 992px) {
  .logo {
    left: 0;
    margin: 20px 1.3em 20px 0;
  }
}
.logo > img {
  height: 50px;
  max-width: none;
  max-height: 100%;
}
@media (min-width: 768px) {
  .logo > img {
    height: 50px;
  }
}
@media (min-width: 992px) {
  .logo > img {
    height: 70px;
  }
}
.logo {
  display: flex;
  align-items: center;
}
.logoImg {
  width: 250px;
}
.burger {
  min-width: 24px;
  margin-left: auto;
  position: relative;
  -webkit-tap-highlight-color: transparent;
}
.burger .line {
  background-color: #ffffff;
}
@media (max-width: 768px) {
  html > body.hasBurger nav:not(.noburger) {
    display: none;
  }
  .burgerNav a.active {
    background: #4ead7d;
  }
}
@media (min-width: 768px) {
  .burger {
    display: none !important;
  }
}
.burgerNav h2 {
  text-align: left;
}
.burgerNav .nestingIndicator {
  background: #4ead7d;
}
.burgerNav .nestingIndicator + .nestingIndicator {
  background: #00ff00;
}
.burgerNav h2.expanded[data-nesting-level='1']:after {
  background-color: #4ead7d;
}
.burgerNav h2.expanded[data-nesting-level='1']:after + nav {
  color: #4ead7d;
}
.burgerNav h2.expanded[data-nesting-level='2']:after {
  background-color: #00ff00;
}
.burger {
  align-self: center;
  margin-left: 12px;
  top: 1px;
  margin-left: auto;
}
.burgerNav .nestingIndicator + .nestingIndicator {
  background: #D62DA3;
}
.burgerNav .nestingIndicator + .nestingIndicator + .nestingIndicator {
  background: #ea933e;
}
.burgerNav h2.expanded[data-nesting-level='2']:after {
  background-color: #ae2284;
}
.burgerNav h2.expanded[data-nesting-level='3']:after {
  background-color: #ea933e;
}
.burgerNav h2[data-nesting-level="2"] + div > nav > a.active {
  background-color: #c32694;
}
.burgerNav nav > a,
.burgerNav nav > h2,
.burgerNav nav > h3 {
  width: 85%;
}
.pageHeading {
  display: inline-block;
  font-size: 1.3em;
  color: #00ff00;
  font-weight: bold;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .pageHeading {
    font-size: 1.5em;
    margin-bottom: 0.2em;
  }
}
@media (min-width: 992px) {
  .pageHeading {
    font-size: 1.6em;
  }
}
div.pageHeading {
  color: #469b70;
  font-size: 1.1rem;
}
@media (min-width: 768px) {
  div.pageHeading {
    font-size: 1.2rem;
  }
}
@media (min-width: 992px) {
  div.pageHeading {
    font-size: 1.6rem;
    line-height: 1.2;
    margin-bottom: 0;
  }
}
.pageSlogan {
  white-space: nowrap;
}
.slogan {
  font-family: 'Solitreo';
  color: #c82797;
  text-align: center;
  background: #eee;
  max-width: 100% !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin: 0;
  font-size: 1.5rem;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}
.slogan > svg {
  margin-top: 0.3rem;
  width: 200px;
  max-width: 100%;
}
@media (min-width: 768px) {
  .slogan > svg {
    width: 250px;
  }
}
@media (min-width: 768px) {
  .slogan {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .slogan {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .slogan {
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  .slogan {
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .slogan {
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .slogan {
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .slogan {
    padding-left: calc(50% - 466px);
    padding-right: calc(50% - 466px);
  }
}
@media (min-width: 768px) {
  .slogan {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .slogan {
    position: relative;
    font-size: 2.5rem;
  }
}
.sloganPath {
  fill: #D62DA3;
}
#headerTop {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  #headerTop {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  #headerTop {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  #headerTop {
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  #headerTop {
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  #headerTop {
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  #headerTop {
    padding-right: 30px;
  }
}
#headerTop > * {
  display: inline-block;
}
@media (min-width: 768px) {
  #headerTop > *:not(:first-child) {
    margin-left: 1.5rem;
  }
}
nav a {
  text-decoration: none;
  color: inherit;
}
nav a:hover,
nav a:active {
  text-decoration: none;
}
nav a:focus {
  outline: none;
}
.pageHeader nav {
  display: flex;
  align-items: stretch;
  height: 100%;
  white-space: nowrap;
}
.pageHeader nav a {
  display: flex;
  align-items: center;
  padding-left: 1em;
  padding-right: 1em;
  color: inherit;
  padding: 0 1em;
  position: relative;
  transition: 0.2s;
}
.pageHeader nav a.over,
.pageHeader nav a.active {
  color: #bb248d;
  background-color: transparent;
}
.pageHeader nav a:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 0;
  height: 2px;
  background: #bb248d;
  top: calc(50% + 1em);
  transition: 0.2s;
}
.pageHeader nav a.active {
  text-decoration: none;
}
.pageHeader nav a.active:after {
  width: 100%;
}
.pageHeader nav .dropdown > a {
  display: inline-block;
  padding: 0.8em 1em 0.8em 1em;
}
.pageHeader nav .dropdown > a.active {
  background: transparent;
  color: #bb248d;
}
.pageHeader nav .dropdown > a.over {
  background: transparent;
  text-decoration: none;
  color: #bb248d;
}
#headerBottom {
  text-align: center;
}
@media (min-width: 768px) {
  #headerBottom nav {
    display: inline-flex;
  }
  #headerBottom nav a {
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 1.3em;
  }
}
nav.firstNav:not(.inBurger) {
  font-weight: 600;
  margin-left: 1rem;
}
nav.firstNav:not(.inBurger) > a {
  position: relative;
  padding: 0 0.9em;
}
@media (min-width: 768px) {
  nav.firstNav:not(.inBurger) > a {
    padding: 0 1em;
  }
}
nav.firstNav:not(.inBurger) > a.active:after {
  left: 1em;
  width: calc(100% - 2em);
}
@media (min-width: 768px) {
  nav.firstNav:not(.inBurger) {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  nav.firstNav:not(.inBurger) {
    font-size: 1.1rem;
  }
}
main > nav,
nav.secondary {
  max-width: 100%;
  background: #355297;
  color: #fff;
  position: relative;
  text-align: center;
}
main > nav > a,
nav.secondary > a,
main > nav .dropdown > a,
nav.secondary .dropdown > a {
  display: inline-block;
  padding: 0.8em 1em 0.8em 1em;
}
main > nav > a.active,
nav.secondary > a.active,
main > nav .dropdown > a.active,
nav.secondary .dropdown > a.active {
  background: #4ead7d;
  color: #fff;
}
main > nav > a.over,
nav.secondary > a.over,
main > nav .dropdown > a.over,
nav.secondary .dropdown > a.over {
  background: #4ead7d;
  text-decoration: none;
  color: #fff;
}
main > nav > a {
  border: 3px solid #355297;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  margin-top: 3px;
  border-bottom-color: transparent;
  font-size: 1.1rem;
  font-weight: 600;
  padding-bottom: calc(0.8em - 2px);
  transition: 0.4s;
}
main > nav > a.over {
  background-color: #5b78be;
}
main > nav > a.active {
  background-color: white;
  color: #2f4884;
}
main > nav + .contentBox > article {
  margin-bottom: 2em;
  max-width: 800px;
}
main > nav + .contentBox > article:first-child {
  margin-top: 2em;
}
.contentBox > nav {
  max-width: 100%;
  text-align: center;
  background: #c32694;
  color: white;
}
.contentBox > nav > a {
  border: 3px solid #c32694;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  margin-top: 3px;
  border-bottom-color: transparent;
  font-size: 1.1rem;
  font-weight: 600;
  padding-bottom: calc(0.8em - 2px);
  transition: 0.4s;
  min-height: 1em;
  display: inline-block;
  padding: 0.8em 1em 0.8em 1em;
}
.contentBox > nav > a.over {
  background-color: #5b78be;
}
.contentBox > nav > a.active {
  background-color: white;
  color: #2f4884;
}
.contentBox > nav + .contentBox > article {
  margin-bottom: 2em;
  max-width: 800px;
}
.contentBox > nav + .contentBox > article:first-child {
  margin-top: 2em;
}
main > article {
  max-width: 100% !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 0;
  padding-bottom: 20px !important;
}
main > article > .text,
main > article > .columns {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  max-width: 992px;
  margin: auto;
  flex-wrap: wrap;
}
main > article > .text .contentPadding,
main > article > .columns .contentPadding,
main > article > .text article,
main > article > .columns article,
main > article > .text form,
main > article > .columns form {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  main > article > .text .contentPadding,
  main > article > .columns .contentPadding,
  main > article > .text article,
  main > article > .columns article,
  main > article > .text form,
  main > article > .columns form {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  main > article > .text .contentPadding,
  main > article > .columns .contentPadding,
  main > article > .text article,
  main > article > .columns article,
  main > article > .text form,
  main > article > .columns form {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  main > article > .text .contentPadding,
  main > article > .columns .contentPadding,
  main > article > .text article,
  main > article > .columns article,
  main > article > .text form,
  main > article > .columns form {
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  main > article > .text .contentPadding,
  main > article > .columns .contentPadding,
  main > article > .text article,
  main > article > .columns article,
  main > article > .text form,
  main > article > .columns form {
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  main > article > .text .contentPadding,
  main > article > .columns .contentPadding,
  main > article > .text article,
  main > article > .columns article,
  main > article > .text form,
  main > article > .columns form {
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  main > article > .text .contentPadding,
  main > article > .columns .contentPadding,
  main > article > .text article,
  main > article > .columns article,
  main > article > .text form,
  main > article > .columns form {
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  main > article > .text .contentPadding,
  main > article > .columns .contentPadding,
  main > article > .text article,
  main > article > .columns article,
  main > article > .text form,
  main > article > .columns form {
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  main > article > .text .contentPadding,
  main > article > .columns .contentPadding,
  main > article > .text article,
  main > article > .columns article,
  main > article > .text form,
  main > article > .columns form {
    padding-top: 30px;
  }
}
@media (min-width: 1200px) {
  main > article > .text .contentPadding,
  main > article > .columns .contentPadding,
  main > article > .text article,
  main > article > .columns article,
  main > article > .text form,
  main > article > .columns form {
    padding-top: 30px;
  }
}
@media (min-width: 768px) {
  main > article > .text .contentPadding,
  main > article > .columns .contentPadding,
  main > article > .text article,
  main > article > .columns article,
  main > article > .text form,
  main > article > .columns form {
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  main > article > .text .contentPadding,
  main > article > .columns .contentPadding,
  main > article > .text article,
  main > article > .columns article,
  main > article > .text form,
  main > article > .columns form {
    padding-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  main > article > .text .contentPadding,
  main > article > .columns .contentPadding,
  main > article > .text article,
  main > article > .columns article,
  main > article > .text form,
  main > article > .columns form {
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) {
  main > article > .text,
  main > article > .columns {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  main > article > .text,
  main > article > .columns {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  main > article > .text,
  main > article > .columns {
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  main > article > .text,
  main > article > .columns {
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  main > article > .text,
  main > article > .columns {
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  main > article > .text,
  main > article > .columns {
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  main > article > .text,
  main > article > .columns {
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  main > article > .text,
  main > article > .columns {
    padding-top: 30px;
  }
}
@media (min-width: 1200px) {
  main > article > .text,
  main > article > .columns {
    padding-top: 30px;
  }
}
@media (min-width: 768px) {
  main > article > .text,
  main > article > .columns {
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  main > article > .text,
  main > article > .columns {
    padding-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  main > article > .text,
  main > article > .columns {
    padding-bottom: 30px;
  }
}
main > article > h1 {
  color: #c32694;
  color: #4ead7d;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #eee;
  margin-bottom: 1.5rem;
  max-width: 100% !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  text-align: center;
}
@media (max-width: 767px) {
  .contentBox > article {
    max-width: 100% !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0;
    padding-bottom: 20px !important;
  }
  .contentBox > article > .text {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: 992px;
    margin: auto;
    flex-wrap: wrap;
  }
  .contentBox > article > .text .contentPadding,
  .contentBox > article > .text article,
  .contentBox > article > .text form {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .contentBox > article > h1 {
    color: #c32694;
    color: #4ead7d;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    background: #eee;
    max-width: 100% !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: center;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .contentBox > article > .text .contentPadding,
  .contentBox > article > .text article,
  .contentBox > article > .text form {
    padding-left: 20px;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .contentBox > article > .text .contentPadding,
  .contentBox > article > .text article,
  .contentBox > article > .text form {
    padding-left: 30px;
  }
}
@media (max-width: 767px) and (min-width: 1200px) {
  .contentBox > article > .text .contentPadding,
  .contentBox > article > .text article,
  .contentBox > article > .text form {
    padding-left: 30px;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .contentBox > article > .text .contentPadding,
  .contentBox > article > .text article,
  .contentBox > article > .text form {
    padding-right: 20px;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .contentBox > article > .text .contentPadding,
  .contentBox > article > .text article,
  .contentBox > article > .text form {
    padding-right: 30px;
  }
}
@media (max-width: 767px) and (min-width: 1200px) {
  .contentBox > article > .text .contentPadding,
  .contentBox > article > .text article,
  .contentBox > article > .text form {
    padding-right: 30px;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .contentBox > article > .text .contentPadding,
  .contentBox > article > .text article,
  .contentBox > article > .text form {
    padding-top: 20px;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .contentBox > article > .text .contentPadding,
  .contentBox > article > .text article,
  .contentBox > article > .text form {
    padding-top: 30px;
  }
}
@media (max-width: 767px) and (min-width: 1200px) {
  .contentBox > article > .text .contentPadding,
  .contentBox > article > .text article,
  .contentBox > article > .text form {
    padding-top: 30px;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .contentBox > article > .text .contentPadding,
  .contentBox > article > .text article,
  .contentBox > article > .text form {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .contentBox > article > .text .contentPadding,
  .contentBox > article > .text article,
  .contentBox > article > .text form {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) and (min-width: 1200px) {
  .contentBox > article > .text .contentPadding,
  .contentBox > article > .text article,
  .contentBox > article > .text form {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .contentBox > article > .text {
    padding-left: 20px;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .contentBox > article > .text {
    padding-left: 30px;
  }
}
@media (max-width: 767px) and (min-width: 1200px) {
  .contentBox > article > .text {
    padding-left: 30px;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .contentBox > article > .text {
    padding-right: 20px;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .contentBox > article > .text {
    padding-right: 30px;
  }
}
@media (max-width: 767px) and (min-width: 1200px) {
  .contentBox > article > .text {
    padding-right: 30px;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .contentBox > article > .text {
    padding-top: 20px;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .contentBox > article > .text {
    padding-top: 30px;
  }
}
@media (max-width: 767px) and (min-width: 1200px) {
  .contentBox > article > .text {
    padding-top: 30px;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .contentBox > article > .text {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .contentBox > article > .text {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) and (min-width: 1200px) {
  .contentBox > article > .text {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .contentBox > article > h1 {
    margin-bottom: 1.5rem;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #469b70;
  margin-left: auto;
  margin-right: auto;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}
h1 {
  font-size: 1.6em;
}
h2 {
  font-size: 1.3em;
}
h3 {
  font-size: 1.2em;
}
h1 {
  font-size: 1.2em;
}
@media (min-width: 768px) {
  h1 {
    font-size: 1.6em;
  }
}
h2 {
  color: #b7248a;
  font-size: 1.1em;
}
@media (min-width: 768px) {
  h2 {
    font-size: 1.3em;
  }
}
h3 {
  color: #3C5CAA;
  margin-bottom: 0;
}
nav > h2 {
  color: #469b70;
}
.columns {
  padding: 0;
}
@media (min-width: 768px) {
  .columns {
    display: flex;
    flex-wrap: wrap;
    min-width: 0;
    position: relative;
    left: -10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .columns > * {
    flex: 1;
    margin-left: 20px;
  }
}
@media (min-width: 992px) {
  .columns {
    left: -20px;
    padding-left: 0;
    padding-right: 0;
  }
}
.columns.reverse {
  flex-direction: row-reverse;
}
body {
  color: #444;
  line-height: 1.4;
  word-spacing: 0.15em;
  font-size: 1.1rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media (min-width: 768px) {
  body {
    font-size: 1.1rem;
  }
}
@media (min-width: 992px) {
  body {
    font-size: 1.2rem;
  }
}
article img,
.phrase img,
div.text img {
  margin-bottom: 15px;
  margin-top: 5px;
}
article time,
.phrase time,
div.text time {
  display: block;
  margin-bottom: 1em;
  font-size: 0.9em;
  font-style: italic;
  font-weight: bold;
}
article:after,
.phrase:after,
div.text:after {
  content: '';
  display: block;
  clear: both;
}
article > img:first-child {
  display: block;
  box-sizing: content-box;
  margin-left: -10px;
  margin-top: -10px;
  width: calc(100% + 10px * 2);
  max-width: calc(100% + 10px * 2);
  top: 0;
}
@media (min-width: 768px) {
  article > img:first-child {
    margin-left: -20px;
    margin-top: -20px;
    width: calc(100% + 20px * 2);
    max-width: calc(100% + 10px * 2);
  }
}
@media (min-width: 992px) {
  article > img:first-child {
    margin-left: -30px;
    margin-top: -30px;
    width: calc(100% + 30px * 2);
  }
}
a[href^="tel"]:link,
a[href^="tel"]:visited,
a[href^="tel"]:hover {
  text-decoration: underline;
}
@media (min-width: 992px) {
  a[href^="tel"]:link,
  a[href^="tel"]:visited,
  a[href^="tel"]:hover {
    color: inherit;
    cursor: default;
    text-decoration: none;
  }
}
a {
  color: #3e8a64;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
form {
  max-width: 600px;
  margin: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  form {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  form {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  form {
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  form {
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  form {
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  form {
    padding-right: 30px;
  }
}
form .row {
  display: flex;
  justify-content: space-between;
}
form .row > * {
  flex: 1;
}
form .row > .field {
  margin-left: 1em;
  margin-right: 1em;
}
form .row > .field:first-child {
  margin-left: 0;
}
form .row > .field:last-child {
  margin-right: 0;
}
form .row > .FileField > input[type='file'] + label > button {
  margin-top: 0;
}
form footer {
  text-align: center;
}
.row {
  /* in rows the vertical margins don't collapse, so apply only margin-top */
}
.row .field {
  margin-bottom: 0;
  margin-top: 2em;
}
.field {
  margin-top: 1em;
  margin-bottom: 1em;
  position: relative;
}
input {
  font-size: inherit;
}
input[type='text'],
input[type='email'],
input[type='number'],
select {
  outline: 0;
  width: 100%;
}
input[type='text']:focus,
input[type='email']:focus,
input[type='number']:focus,
select:focus {
  box-shadow: inset 0 -1px #4ead7d;
}
textarea {
  outline: 0;
  font-family: inherit;
  font-size: inherit;
  width: 100%;
}
textarea:focus {
  box-shadow: -1px 1px #4ead7d inset, 1px -1px #4ead7d inset;
}
input[type='radio'],
input[type='checkbox'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  font-size: 1em;
  background: transparent;
  position: relative;
  visibility: hidden;
  margin: 0;
  padding: 0;
}
input[type='radio'] + label,
input[type='checkbox'] + label {
  display: inline-block;
  min-height: 2em;
}
input[type='checkbox'] + label::before,
input[type='checkbox'] + label::before,
input[type='radio'] + label::before,
input[type='radio'] + label::before {
  content: ' ';
  display: inline-block;
  position: relative;
  top: 4px;
  border: 1px solid #bbb;
  background: white;
  margin-right: 1em;
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
input[type=radio] + label::before {
  border-radius: 50%;
  width: 17px;
  height: 17px;
}
input[type='checkbox']:hover + label::before,
input[type='radio']:hover + label::before {
  background: #ddd;
  box-shadow: inset 0 0 0 2px white;
}
input[type='checkbox']:checked + label::before,
input[type='radio']:checked + label::before {
  background-color: #4ead7d;
  border-color: #4ead7d;
  transition: 0.2s;
}
input[type='radio']:checked + label::before {
  box-shadow: inset 0 0 0 2px white;
}
input[type='checkbox'] + label::before {
  width: 18px;
  height: 18px;
}
input[type='checkbox']:checked + label::before {
  box-shadow: none;
  background-image: url(//cdn.justedit.com/material-design/ic_check_18px.svg/fff);
  background-position: center center;
  background-repeat: no-repeat;
}
input,
textarea,
button,
select,
.buttons .option {
  padding: 8px 7px;
  border-width: 1px;
  border-style: solid;
  border-color: #4ead7d;
  border-radius: 3px;
  font-size: inherit;
  font-family: inherit;
}
label {
  padding-left: 7px;
  color: #777;
  line-height: 1.2;
}
label:not([for]) {
  display: block;
  color: inherit;
}
label > .text:empty {
  display: none;
}
input[type="text"]:required ~ label:after,
input[type="email"]:required ~ label:after,
textarea ~ label:after,
input[type="file"]:required ~ label > .text:after {
  content: ' *';
}
button,
.buttons .option,
input[type='submit'] {
  background-color: #4ead7d;
  color: #fff;
  font-weight: bold;
  font-size: 0.9em;
  padding: 10px 20px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 3px;
  border-color: #469b70;
  line-height: 1.2;
}
button:hover,
.buttons .option:hover,
input[type='submit']:hover {
  background-color: #70be97;
  transition: 0.5s;
}
.helperText,
.word-counter,
.thumbnail > .text {
  margin: 7px;
  font-size: 0.85em;
  color: #888;
}
.word-counter {
  float: right;
}
.errorText:not(:empty) {
  font-size: 0.85em;
  padding: 7px;
  color: #ff2448;
}
.helperText:not(:empty) + .errorText {
  padding-top: 0;
}
.thumbnail {
  background: #f2f2f2;
}
.thumbErrorText {
  color: #ff2448;
}
.buttons > label {
  position: absolute;
}
.buttons .option {
  position: relative;
}
.buttons .option:after {
  content: '\00a0';
  font-size: 0.9rem;
  width: 1px;
  line-height: 1.2;
}
.buttons .option > input {
  display: none;
}
.buttons .option > label {
  position: absolute;
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  cursor: pointer;
}
.buttons .option > label:before,
.buttons .option > label:after {
  display: none !important;
}
.buttons .option > input:checked + label {
  background-color: #70be97;
}
.splitWidget > * {
  display: inline;
  margin: 0 1px 0 0;
  border-radius: 0 !important;
  vertical-align: middle;
}
.splitWidget > * > *:first-child {
  border-top-left-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
}
.splitWidget > * > *:last-child {
  border-top-right-radius: 2px !important;
  border-bottom-right-radius: 2px !important;
  margin-right: 0;
}
.ComboField > select {
  color: inherit;
}
.ComboField > input[type] {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 14px);
}
.field {
  position: relative;
}
input[type] {
  margin-bottom: 0;
}
input[type='text'],
input[type='email'],
input[type='number'],
select {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}
input[type='text'] + label,
input[type='email'] + label,
input[type='number'] + label,
textarea + label,
select + label,
.splitWidget + label,
.buttons > label {
  position: absolute;
  top: 0;
  left: 7px;
  padding-left: 0;
  padding-top: 7px;
  width: 100%;
  transition: 0.2s;
  transform-origin: left top;
}
textarea + label {
  margin-top: 0;
}
input[type='text']:focus + label,
input[type='text'].hasContent + label,
input[type='text'][data-has-value='true'] + label,
input[type='email']:focus + label,
input[type='email'].hasContent + label,
input[type='email'][data-has-value='true'] + label,
input[type='number']:focus + label,
input[type='number'].hasContent + label,
input[type='number'][data-has-value='true'] + label,
select:focus + label,
select[data-has-value='true'] + label,
select.hasContent + label,
.ComboField > label {
  transform: translateY(-1.4rem) scale(0.85);
}
textarea:focus + label,
textarea.hasContent + label,
textarea[data-has-value='true'] + label,
.splitWidget + label,
.buttons > label {
  transform: translateY(-1.8rem) scale(0.85);
}
input[type='text']:focus + label,
input[type='email']:focus + label,
input[type='number']:focus + label,
textarea:focus + label,
select:focus + label {
  color: #4ead7d;
}
input[type='file'] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
input[type='file'] + label {
  padding: 0;
  display: block;
  cursor: pointer;
}
input[type='file'] + label > .text {
  padding-left: 7px;
}
input[type='file'] + label > button {
  display: block;
  width: 100%;
  pointer-events: none;
  margin: 0;
  margin-top: 0.5em;
}
input[type='file']:focus + label {
  color: #4ead7d;
}
input[type='file']:focus + label > button {
  border: 1px dashed #00ff00;
}
input[type='file'] + label:hover > button {
  background-color: #70be97;
  transition: 0.5s;
}
select {
  font-family: inherit;
  font-size: inherit;
  background-color: transparent;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: inherit;
  /* FF has unusual height calculation */
  padding-top: 0;
  padding-bottom: 0;
  height: calc(1.2em + 8px + 8px);
}
select:focus,
select[data-has-value="true"] {
  color: inherit;
}
select ~ .arrow {
  padding: 8px 7px;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1.2;
  background: url(//cdn.justedit.com/materialdesignicons/chevron-down.svg/444) center center no-repeat;
  transform-origin: center center;
  transition: 0.2s;
  pointer-events: none;
}
select ~ label {
  pointer-events: none;
}
select:focus ~ .arrow {
  transform: rotate(180deg);
}
select:focus {
  outline: none;
}
option {
  outline: none;
}
button[type='submit'] {
  display: block;
  width: 100%;
}
.pageFooter {
  flex-shrink: 0;
  font-size: 0.9em;
  background: #eee;
  color: white;
}
.pageFooter nav > a {
  display: inline-block;
  padding: 10px;
  color: #444;
}
.pageFooter nav > a.over,
.pageFooter nav > a.active {
  color: white;
  text-decoration: none;
  background: #4ead7d;
}
.pageFooter h1,
.pageFooter h2,
.pageFooter h3,
.pageFooter h4 {
  color: white;
}
#footer {
  padding-left: 10px;
  padding-right: 10px;
  text-align: right;
}
@media (min-width: 768px) {
  #footer {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  #footer {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  #footer {
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  #footer {
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  #footer {
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  #footer {
    padding-right: 30px;
  }
}
.pageFooter {
  display: none;
}
@media (min-width: 768px) {
  .pageFooter {
    display: block;
  }
}
.footerWrapper {
  margin-top: 2rem;
}
footer nav {
  text-align: right;
}
footer .columns {
  text-align: center;
  padding-left: 0;
  align-items: center;
}
footer section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#footer nav a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 1em;
  width: 1rem;
  padding-right: 0.5rem;
  position: relative;
  top: -1px;
  background: no-repeat center center url(//cdn.justedit.com/material-design/ic_chevron_right_24px.svg/55BC88);
  transition: 0.3s;
}
#footer nav a.over:before,
#footer nav a.active:before {
  filter: brightness(0) invert(100%);
}
html {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 18px;
}
@media (min-width: 992px) {
  html {
    font-size: 16px;
  }
}
.icon {
  padding-left: 40px !important;
  position: relative;
}
.icon:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  vertical-align: baseline;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 8px;
}
.phone:before {
  background-image: url(https://cdn.justedit.com/materialdesignicons/phone.svg/fff);
}
.email:before {
  background-image: url(https://cdn.justedit.com/materialdesignicons/email.svg/fff);
}
.jumbotron {
  margin-bottom: 2rem;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: bold;
  color: white;
  text-align: left;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .jumbotron {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .jumbotron {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .jumbotron {
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  .jumbotron {
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .jumbotron {
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .jumbotron {
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .jumbotron {
    padding-left: calc(50% - 466px);
    padding-right: calc(50% - 466px);
  }
}
@media (min-width: 768px) {
  .jumbotron {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .jumbotron {
    font-size: 3rem;
  }
}
.jumbotron em {
  font-style: normal;
}
.jumbotron.startPage {
  margin-bottom: 0;
  background-position: center center;
  justify-content: flex-start;
  position: relative;
  height: auto;
}
@media (min-width: 992px) {
  .jumbotron.startPage {
    height: 550px;
  }
}
.jumbotron.startPage > .text:before {
  background: rgba(201, 218, 233, 0.5);
}
.mainBenefitsBg {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(56, 141, 98, 0.95);
  border-bottom-right-radius: 20px;
  width: 272px;
  height: 118px;
  max-width: 100%;
  /*
    &:after {
        content: '';
        display: block;
        position: absolute;
        width: 200px;
        height: 220px;
        background: fadeout(@mainBenefitsBgColor, 5%);
        left: 100%;
        bottom: 0;
        border-top-right-radius: 10px;
    }
    */
}
@media (min-width: 768px) {
  .mainBenefitsBg {
    width: 396px;
    height: 170px;
  }
}
@media (min-width: 992px) {
  .mainBenefitsBg {
    width: 49%;
    height: 58%;
  }
}
.mainBenefits {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
  gap: 1rem;
  text-shadow: none;
  padding-bottom: 0.5rem;
  padding-top: 0.4rem;
}
@media (min-width: 768px) {
  .mainBenefits {
    background: none;
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .mainBenefits {
    font-size: 3rem;
    padding-left: 0;
    padding-top: 1rem;
  }
}
.mainBenefits .claim {
  display: inline-block;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  line-height: 1.3;
}
@media (min-width: 992px) {
  .mainBenefits .klare-sicht {
    font-size: 4.9rem;
  }
}
.center-align-left {
  display: inline-block;
}
@media (min-width: 992px) {
}
@media (min-width: 1400px) {
  .center-align-left {
    width: auto;
  }
}
.mainBenefits .smallerFontSize {
  font-size: 0.8em;
  color: #c8ffe3;
}
@media (min-width: 992px) {
  .mainBenefits .smallerFontSize {
    margin-top: 0.9rem;
  }
}
.mainBenefits em {
  color: #f4a8dd;
  text-shadow: 2px 2px 2px 0 ;
}
.benefitCategories {
  font-size: 0.65em;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  gap: 0.5rem;
  position: relative;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .benefitCategories {
    margin-top: 2rem;
    gap: 1.5rem;
    font-size: 0.5em;
  }
}
@media (min-width: 992px) {
  .benefitCategories {
    top: 30px;
    margin-top: 3rem !important;
  }
}
.benefitCategories > .text {
  margin-top: 0;
  border-radius: 7px;
  overflow: hidden;
  font-size: 1em;
  font-weight: 400;
  width: 100%;
  width: 260px;
}
@media (min-width: 768px) {
  .benefitCategories > .text {
    width: 340px;
  }
}
@media (min-width: 992px) {
  .benefitCategories > .text > div {
    padding-left: 2.2rem !important;
  }
}
.benefitCategories ul {
  padding-left: 0.5rem;
  margin: 0;
}
.benefitCategories > .text > .icon:before {
  margin-left: 0.2rem;
}
.benefitCategories > .text.macula-treatment > .icon:before {
  background-image: url(/media/macula-treatment.svg);
  filter: brightness(0) invert(100%);
}
.benefitCategories > .text.cataract-ops > .icon:before {
  background-image: url(//cdn.justedit.com/mdi/eye.svg/fff);
}
.benefitCategories > .text > h3 {
  font-size: 1.1em;
  padding: 0.5rem 1rem;
  color: #D62DA3;
  color: white;
  background: #2a6849;
}
@media (min-width: 992px) {
  .benefitCategories > .text > h3 {
    padding-left: 2.7rem !important;
  }
}
.benefitCategories > .text > div {
  padding: 0.9rem 2rem 1rem 2rem;
  background: #62b088;
}
.jumbotron.practicesEntrance {
  background-image: url(/media/deko/jumbotron-practices-entrance.jpg);
  background-position: right center;
  justify-content: flex-start;
}
@media (min-width: 1750px) {
  .jumbotron.practicesEntrance {
    width: calc(50% + 480px + 30px) !important;
    margin-left: calc(50% - 480px - 30px) !important;
  }
}
@media (min-width: 1880px) {
  .jumbotron.practicesEntrance {
    width: calc(50% + 480px + 100px) !important;
    margin-left: calc(50% - 480px - 100px) !important;
  }
}
.choosePracticeHint {
  text-align: center;
  padding: 0;
}
.choosePracticeHint .text {
  position: relative;
}
@media (min-width: 768px) {
  .choosePracticeHint .text {
    top: 0.7em;
  }
}
@media (min-width: 1750px) {
  .choosePracticeHint .text {
    position: absolute;
    width: auto;
    text-align: left;
    left: 180px;
    top: auto;
  }
}
.choosePracticeHint .text:after {
  content: '';
  position: absolute;
  width: 96px;
  height: 96px;
  background: url(//cdn.justedit.com/materialdesignicons/arrow-up.svg/fff) center center no-repeat;
  background-size: 96px;
  filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.5));
  display: none;
}
@media (min-width: 768px) {
  .choosePracticeHint .text:after {
    left: calc(50% - 48px);
    top: -96px;
    display: block;
  }
}
@media (min-width: 1750px) {
  .choosePracticeHint .text:after {
    background-image: url(//cdn.justedit.com/materialdesignicons/arrow-left.svg/fff);
    width: 128px;
    height: 128px;
    background-size: 128px;
    display: inline-block;
    left: -150px;
    top: 10%;
    filter: drop-shadow(0.25px 0.25px 4px rgba(0, 0, 0, 0.5));
  }
}
.choosePracticeHint .breakLg {
  display: none;
}
@media (min-width: 992px) {
  .choosePracticeHint .breakLg {
    display: inline;
  }
}
.text-on-image {
  position: relative;
  padding: 0.2em 0.5em;
}
.text-on-image:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: rgba(137, 200, 233, 0.5);
  border-radius: 3px;
  filter: blur(1px);
  z-index: 0;
}
.text-on-image > .words {
  position: relative;
  z-index: 1;
}
@media (min-width: 1400px) {
  .jumbotron.ihre-karriere {
    background-size: auto 85% !important;
    background-position: center 00;
  }
}
main header {
  max-width: 100% !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
header > h1,
header > h2,
header > .withNavigation {
  margin: 0;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  color: white;
  display: flex;
}
@media (min-width: 768px) {
  header > h1,
  header > h2,
  header > .withNavigation {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  header > h1,
  header > h2,
  header > .withNavigation {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  header > h1,
  header > h2,
  header > .withNavigation {
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  header > h1,
  header > h2,
  header > .withNavigation {
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  header > h1,
  header > h2,
  header > .withNavigation {
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  header > h1,
  header > h2,
  header > .withNavigation {
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  header > h1,
  header > h2,
  header > .withNavigation {
    padding-left: calc(50% - 466px);
    padding-right: calc(50% - 466px);
  }
}
.withNavigation {
  background: #eee;
}
.withNavigation > h2 {
  flex: 1;
  display: inline-block;
  min-width: auto;
  margin-bottom: 0;
  margin-right: 1.5rem;
}
.withNavigation > nav {
  display: inline-flex;
  margin-left: auto;
  float: right;
  margin-right: 0;
  height: 100%;
  align-self: flex-end;
}
.withNavigation > nav > a {
  display: inline-flex;
  color: #355297;
  white-space: nowrap;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 600;
  padding-top: 0.55rem;
  padding-bottom: 0.45rem;
  margin-top: 0.2rem;
  border: 0.2rem solid #eee;
  border-bottom-color: #eee;
  padding-left: 1rem;
  padding-right: 1rem;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  position: relative;
  overflow: hidden;
  transition: 0.2s;
}
.withNavigation > nav > a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 3px;
  background: transparent;
  transition: 0.15s;
}
.withNavigation > nav > a + a {
  margin-left: 5px;
}
.withNavigation > nav > a.active,
.withNavigation > nav > a.over {
  background: white;
  color: #3e8a64;
  border-bottom-color: white;
}
.withNavigation > nav > a.active:before {
  width: 100%;
  background: #4ead7d;
}
header > h1 {
  background: #4ead7d;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-wrap: balance;
}
header > h2,
.withNavigation > h2 {
  background: #eee;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  font-size: 1em;
  color: #555;
}
@media (min-width: 768px) {
}
.practicePlaceInfos {
  padding-bottom: 1rem;
}
.practicePlaceInfos + .practicePlaceInfos {
  border-top: 1px solid #ddd;
  padding-top: 1rem;
  border-bottom: 1px solid #ddd;
}
.practicePlaceInfos h3 {
  padding-top: 10px;
}
@media (min-width: 768px) {
  .practicePlaceInfos h3 {
    padding-top: 0;
  }
}
.practicePlaceInfos h3:first-child {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.practicePlaceInfos > div:first-child > h3 {
  padding-top: 0;
}
.practicePlaceInfos > div:first-child > div:first-child > h3 {
  padding-top: 0;
}
.practicePlaceInfos ul {
  padding-left: 1.2em;
}
.practiceHint {
  text-align: center;
}
.consultationHours td {
  vertical-align: top;
}
.consultationHours td:nth-child(2) {
  white-space: nowrap;
}
.expandables {
  margin-top: 1em;
  position: relative;
}
.expandables > * {
  max-height: 0;
  overflow: hidden;
  transition: 0.5s;
}
.expandables > *:target,
.expandables > .target {
  display: block;
  max-height: 800px;
}
.expandables h4 {
  margin: 0;
  background: #4ead7d;
  color: white;
  padding: 0.4em 0.5em;
}
.expandables > .closeButton {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 2.12em;
  height: 2.12em;
  background: blue;
  z-index: 20;
  background: url(//cdn.justedit.com/materialdesignicons/close.svg/fff) no-repeat center;
}
.expandables > *:target ~ .closeButton,
.expandables > .target ~ .closeButton {
  display: block;
  max-height: 2.12em !important;
}
.doctorInfo {
  align-items: center;
  flex-wrap: wrap;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.doctorInfo img {
  max-width: 280px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .doctorInfo img {
    display: inline;
    max-width: 300px;
  }
  .doctorInfo > .portraits {
    width: 300px;
    max-width: 300px;
  }
  .doctorInfo > figure + .text,
  .doctorInfo > .portraits + .text {
    margin-left: 3em;
  }
}
.doctorInfo > div {
  flex: 1;
}
.doctorInfo h3 {
  color: #4ead7d;
}
.doctorInfo.reverseOnTablet > figure {
  order: 1;
}
.assisstantInfo {
  flex-wrap: wrap;
  margin-bottom: 3em;
  justify-content: space-evenly;
}
@media (min-width: 992px) {
  .assisstantInfo {
    position: relative;
  }
  .assisstantInfo.even {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}
.assisstantInfo figure {
  max-width: 280px;
  min-width: 280px;
  width: 280px;
  margin-bottom: 1em;
}
.assisstantInfo figure.caption-lines-2 {
  margin-bottom: 4em;
}
.assisstantInfo img {
  height: 280px;
  width: 280px;
}
figure.wider-caption {
  max-width: 330px;
  min-width: 330px;
  text-align: center;
}
.assisstantInfo + img {
  border-radius: 4px;
}
.teasers {
  display: block;
}
@media (min-width: 768px) {
  .teasers {
    display: flex;
  }
}
@media (min-width: 768px) {
  .teasers > .teaser {
    max-width: 100%;
  }
}
.teasers .introImage {
  margin-left: 0;
  margin-right: 0;
  height: auto;
}
.practiceTiles > div {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  min-width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  align-items: center;
}
@media (min-width: 768px) {
  .practiceTiles > div {
    display: flex;
    white-space: nowrap;
    justify-content: flex-start;
  }
}
.practiceTiles > div > .practiceTileImages {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 15px;
  width: 100%;
}
@media (min-width: 768px) {
  .practiceTiles > div > .practiceTileImages {
    width: auto;
    margin-bottom: 0;
  }
}
.practiceTiles > div > .practiceTileImages img {
  margin: 0;
}
.practiceTiles > div > .practiceTileImages img + img {
  margin-top: 20px;
}
.practiceTiles > div > .practiceTileTitle {
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .practiceTiles > div > .practiceTileTitle {
    width: auto;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .practiceTiles > div > .practiceTileTitle {
    min-width: 370px;
  }
}
.practiceTiles > div > .practiceTileTitle > p > b {
  font-weight: 400;
}
@media (min-width: 768px) {
  .practiceTiles > div > .text {
    margin-left: 20px;
  }
}
@media (min-width: 992px) {
  .practiceTiles > div > .quickInfos {
    margin-left: 20px;
  }
}
.practiceTiles > div + div {
  border-top: 1px solid #ddd;
}
.practiceTiles .practiceTileImages {
  width: 100px;
}
.practiceTiles .practiceTileImages.multiple > img {
  width: 80px;
  min-width: 80px;
  height: 80px;
}
.practiceTiles .practiceTileImages.multiple > img + img {
  margin-top: -20px;
}
.practiceTiles .practiceTileImages.multiple > img:nth-child(even) {
  margin-left: 20px;
}
.practiceTiles img[src$='placeholder.svg'] {
  background: #eee;
}
.practiceTiles img {
  width: 100px;
  min-width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-top: 0;
  margin-bottom: 10px;
}
.practiceTiles img[src$='/ddd'] {
  background: #eee;
}
.practiceTiles > h2 {
  width: 100%;
  flex: 1 1 100%;
  background: #4ead7d;
  color: white;
  padding: 5px 15px;
  margin-bottom: 0;
}
.practiceTiles h3 {
  font-weight: 600;
  font-size: 1.1rem;
  margin-top: 0;
  margin-bottom: 0;
  color: #444;
}
.practiceTiles p {
  margin-top: 0.1rem;
}
.practiceTiles .quickInfos {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .practiceTiles .quickInfos {
    min-width: 30%;
    margin-left: auto;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .practiceTiles .quickInfos {
    display: flex;
    flex: 1;
  }
}
.practiceTiles a {
  display: inline-block;
  margin-top: 5px;
  padding: 5px 10px;
  background: #4ead7d;
  color: white;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: 3px;
}
.practiceTileMoreButton {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.practiceTileMoreButton > a {
  padding: 0.5em;
  transition: 0.5s;
}
@media (min-width: 992px) {
  .practiceTileMoreButton > a {
    font-size: 1rem;
  }
}
.practiceTileMoreButton > a:before {
  content: '';
  width: 24px;
  height: 24px;
  background-image: url(//cdn.justedit.com/materialdesignicons/arrow-right.svg/fff);
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.practiceTileMoreButton > a:hover {
  text-decoration: none;
}
.practiceTileMoreButton > a.over {
  background-color: #69bb91;
}
.text > ul:first-child {
  margin-top: 0;
}
article td:not(:first-child) {
  padding-left: 0.5rem;
}
article.job {
  margin-bottom: 2em;
  padding: 0;
  border-bottom: 1px solid #4ead7d;
}
article.job > header {
  padding: 0;
  display: flex;
}
article.job > header > h2 {
  background: #4ead7d;
  color: white;
  padding: 5px 10px;
  flex: 1;
  border-top-right-radius: 6px;
}
@media (min-width: 768px) {
  article.job > header > h2 {
    padding: 0.4em 30px;
    font-size: 1.25rem;
  }
}
article.job > header .date {
  display: flex;
  align-items: center;
  white-space: nowrap;
  color: #666;
  font-weight: 600;
  padding-right: 10px;
  padding-left: 1em;
  position: relative;
  background: white;
}
@media (min-width: 768px) {
  article.job > header .date {
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  article.job > header .date {
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  article.job > header .date {
    padding-right: 30px;
  }
}
article.job > section {
  border-top: 1px solid #4ead7d;
  margin-bottom: 0em;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}
@media (min-width: 768px) {
  article.job > section {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  article.job > section {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  article.job > section {
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  article.job > section {
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  article.job > section {
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  article.job > section {
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  article.job > section {
    border-left: 1px solid #4ead7d;
    border-right: 1px solid #4ead7d;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
article.job > section > img {
  width: 48px;
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
}
@media (min-width: 768px) {
  article.job > section > img {
    margin: 0;
    width: 72px;
  }
}
@media (min-width: 992px) {
  article.job > section > img {
    margin: 0;
    width: 96px;
  }
}
article.job > section > .text {
  flex: 1;
}
@media (min-width: 768px) {
  article.job > section > .text {
    margin-left: 2em;
  }
}
article.job > section > .text > p:first-child {
  margin-top: 0;
  margin-bottom: 0.5em;
}
article.job .readMoreWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  article.job .readMoreWrapper {
    justify-content: flex-end;
  }
}
article.job .readMoreWrapper > a:last-child {
  display: none;
}
article.job .readMoreWrapper > a:last-child:before {
  background-image: url(//cdn.justedit.com/materialdesignicons/close.svg/fff);
}
article.job > .details {
  max-height: 0;
  min-height: 0;
  overflow: hidden;
  transition: max-height 0.8s;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  article.job > .details {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  article.job > .details {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  article.job > .details {
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  article.job > .details {
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  article.job > .details {
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  article.job > .details {
    padding-right: 30px;
  }
}
article.job > .details > *:last-child {
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  article.job > .details > *:last-child {
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  article.job > .details > *:last-child {
    padding-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  article.job > .details > *:last-child {
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) {
  article.job > .details {
    border-left: 1px solid #4ead7d;
    border-right: 1px solid #4ead7d;
  }
}
article.job.target .readMoreWrapper > a:first-child,
article.job:target .readMoreWrapper > a:first-child {
  display: none;
}
article.job.target .readMoreWrapper > a:last-child,
article.job:target .readMoreWrapper > a:last-child {
  display: inline-block;
}
article.job.target > .details,
article.job:target > .details {
  max-height: 3000px;
}
@media (min-width: 768px) {
  article.job:first-of-type {
    margin-top: 2.5rem;
  }
}
figure {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 400px;
}
@media (min-width: 768px) {
  figure {
    width: 300px;
    max-width: 300px;
    margin-left: 0;
    margin-right: 0;
  }
}
figure > img {
  border-radius: 50%;
  object-fit: cover;
  width: 400px;
}
@media (min-width: 768px) {
  figure > img {
    width: 300px;
    height: 300px;
  }
}
figure > figcaption {
  background: #4ead7d;
  color: white;
  padding: 0.5rem 1rem;
  text-align: center;
  margin-top: -3rem;
  position: relative;
  z-index: 1;
}
figure > figcaption.withSpecials {
  background: white;
  color: #444;
  padding: 0;
  text-align: left;
}
figure > figcaption.withSpecials > div:first-child {
  background: #4ead7d;
  color: white;
  padding: 0.5rem 1rem;
  text-align: center;
}
figure > figcaption > ul {
  margin-top: 0.5rem;
  padding-left: 1.5rem;
}
@media (min-width: 768px) {
  figure > figcaption.wider {
    width: 330px;
    margin-left: -15px;
  }
}
figure > figcaption > div,
figure > figcaption > p {
  border-top: 1px solid #81c6a3;
}
.news > .contentBox > article {
  margin-left: 0;
}
@media (min-width: 768px) {
  .news > .contentBox > article .introImage {
    max-width: 600px;
  }
}
@media (min-width: 768px) {
  .news > .contentBox > article .text {
    max-width: 700px;
  }
}
.tiles {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: center;
  max-width: 1600px;
  margin: auto;
}
.tile {
  display: inline-flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 768px) {
  .tile {
    width: 420px;
  }
}
.tile .text {
  flex: 1;
}
.tile > img {
  margin: 0;
}
@media (min-width: 768px) {
  .tile > img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 280px;
    object-fit: cover;
  }
}
.tile > h2 {
  margin: 0;
  padding: 1rem 2rem;
  text-align: center;
  color: white;
  background: #4ead7d;
}
.tile > .text {
  padding: 10px;
  /*border: 2px solid @mvzGreen;*/
  background: #F5F5F5;
  margin: 0;
}
@media (min-width: 768px) {
  .tile > .text {
    padding: 1.5rem 1.5rem;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
}
.approach > img {
  margin: 0;
  object-fit: cover;
  min-height: 450px;
}
.approach > a {
  text-align: right;
}
.locations {
  padding: 0;
}
.locations > h1 {
  text-align: center;
}
.locations section {
  margin: 0.7rem 0;
}
.locations .phone:before {
  background-image: url("https://cdn.justedit.com/materialdesignicons/phone.svg/4ead7d");
}
.locations .address:before {
  background-image: url("https://cdn.justedit.com/materialdesignicons/map-marker.svg/4ead7d");
  top: 14px;
}
.locations .openingHours:before {
  background-image: url("https://cdn.justedit.com/materialdesignicons/timetable.svg/4ead7d");
}
.locations table {
  text-align: left;
  margin: 0;
  margin-top: 0.2rem;
  margin-left: 9px;
}
@media (min-width: 400px) {
  .locations table {
    margin-left: 40px;
  }
}
.locations td {
  padding-top: 0.2rem;
  white-space: nowrap;
  vertical-align: top;
}
.locations td.multiline-text {
  white-space: normal;
  line-height: 1.2;
  font-size: 1.1rem;
}
.locations h3 {
  font-weight: 600;
  font-size: 1.3rem;
  color: #555;
}
.locations b {
  color: #555 !important;
  font-weight: 600;
}
table {
  border-spacing: 0;
}
table td {
  padding: 0;
}
img.emoji {
  display: inline;
}
.align-top {
  align-self: flex-start;
  margin-top: 0;
}
.justify-content-evenly {
  justify-content: space-evenly;
}
.justify-content-center {
  justify-content: center;
}
.align-items-flex-start {
  align-items: flex-start;
}
.text-align-center {
  text-align: center;
}
li {
  margin-bottom: 0.3em;
}
li:last-child {
  margin-bottom: 0;
}
.circle {
  border-radius: 50%;
}
blockquote {
  font-style: italic;
  text-align: center;
}
blockquote + .author {
  text-align: center;
  font-size: 0.9em;
  margin-bottom: 1em;
}
.display-inline-block {
  display: inline-block;
}
.text-align-left {
  text-align: left;
}
.justify-content-space-evenly {
  justify-content: space-evenly;
}
.portrait {
  width: 300px;
  border-radius: 50%;
  vertical-align: middle;
}
.portrait-square {
  width: 300px;
  border-radius: 10px;
  vertical-align: middle;
}
a.button {
  background: #4ead7d;
  color: white;
  border-radius: 3px;
  padding: 0.6rem 0.6rem 0.5rem 0.5rem;
  display: inline-block;
  font-weight: 600;
  transition: 0.6s;
  text-decoration: none;
  font-size: 0.9rem;
}
@media (min-width: 768px) {
  a.button {
    font-size: 1rem;
    padding: 0.6rem 0.6rem 0.5rem 0.6rem;
  }
}
a.button.over {
  background-color: #6cbd94;
}
a.button:before {
  content: '';
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  background-image: url(//cdn.justedit.com/materialdesignicons/arrow-right.svg/fff);
}
.vertical-margin {
  margin-top: 1em;
  margin-bottom: 1em;
}
.white-space-nowrap {
  white-space: nowrap;
}
@media (min-width: 768px) {
  .show-if-small {
    display: none;
  }
}
a[href^="http"]:after {
  content: ' »';
  font-size: 22px;
  line-height: 0;
  font-weight: bold;
}
a.appointment-button {
  margin-top: 1rem;
}
a.appointment-button:before {
  background-image: url(//cdn.justedit.com/materialdesignicons/calendar.svg/fff);
}
ul + li {
  margin-top: 1rem;
}
.jumboMenu {
  background: #eee;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
@media (min-width: 768px) {
  .jumboMenu {
    font-size: 1.1rem;
  }
}
.jumboMenu > nav {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.jumboMenu h2 {
  white-space: nowrap;
  margin-bottom: 0.7rem;
  padding: 0 0.6rem;
  font-size: 1.2rem;
}
@media (min-width: 992px) {
  .jumboMenu h2 {
    font-size: 1.5rem;
  }
}
.jumboMenu a:not(.inBurger) {
  display: block;
  padding: 0.5rem 0.8rem;
  background: white;
  border-bottom: 2px solid #eee;
  line-height: 1.2;
  font-weight: 600;
  transition: 0.2s;
  font-size: 1rem;
}
@media (min-width: 992px) {
  .jumboMenu a:not(.inBurger) {
    font-size: 1.2rem !important;
  }
}
.jumboMenu a:not(.inBurger).active,
.jumboMenu a:not(.inBurger).over {
  background: #ae2284;
  color: white;
}
.jumboMenu a:not(.inBurger):first-of-type {
  overflow: hidden;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.jumboMenu a:not(.inBurger):last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
article.discreet > h1 {
  background: white;
  max-width: 992px !important;
  margin: auto !important;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 0;
  padding-top: 2rem;
}
@media (min-width: 768px) {
  article.discreet > h1 {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  article.discreet > h1 {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  article.discreet > h1 {
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  article.discreet > h1 {
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  article.discreet > h1 {
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  article.discreet > h1 {
    padding-right: 30px;
  }
}
article.discreet > time {
  display: block;
  max-width: 992px;
  margin: auto;
  margin-top: 1rem;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  article.discreet > time {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  article.discreet > time {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  article.discreet > time {
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  article.discreet > time {
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  article.discreet > time {
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  article.discreet > time {
    padding-right: 30px;
  }
}
article + article {
  border-top: 1px dashed #93ceb0;
  border-top: 1px solid #ddd;
}
article.contact > .text,
article.contact > .columns,
article.contact > h3 {
  max-width: 600px;
}
article.contact > h3 {
  padding-left: 10px;
  padding-right: 10px;
  color: #4ead7d;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  article.contact > h3 {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  article.contact > h3 {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  article.contact > h3 {
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  article.contact > h3 {
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  article.contact > h3 {
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  article.contact > h3 {
    padding-right: 30px;
  }
}
article.contact > .columns {
  margin: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  article.contact > .columns {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  article.contact > .columns {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  article.contact > .columns {
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  article.contact > .columns {
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  article.contact > .columns {
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  article.contact > .columns {
    padding-right: 30px;
  }
}
article.contact > .columns > .text:first-child {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
article.contact .icon.phone:before {
  background-image: url("https://cdn.justedit.com/materialdesignicons/phone.svg/4ead7d");
}
article.contact .icon.email:before {
  background-image: url("https://cdn.justedit.com/materialdesignicons/email.svg/4ead7d");
}
article.contact .fax:before {
  background-image: url("https://cdn.justedit.com/custom/fax-with-text.svg/4ead7d");
}
article.contact .icon.openingHours {
  display: block;
  margin-bottom: 0.3rem;
}
article.contact .icon.openingHours:before {
  background-image: url("https://cdn.justedit.com/materialdesignicons/timetable.svg/4ead7d");
}
article.contact .icon {
  padding-left: 32px !important;
  font-weight: 500;
}
article.contact .icon:before {
  left: 0;
}
@media (min-width: 768px) {
  article.contact h1 {
    margin-bottom: 2.5rem;
  }
}
.contactForm {
  padding-top: 0.5rem;
}
.text > p:first-child {
  margin-top: 0;
}
div.formField:not(:first-child) {
  margin-top: 2rem;
}
button:focus {
  outline: 3px dotted #4ead7d;
}
a:focus {
  outline: 2px dotted #4ead7d;
}
