@charset "UTF-8";
@font-face {
  font-family: 'Ubuntu';
  src: url('/static/fonts/ubu-font.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Ubuntu-bold';
  src: url('/static/fonts/ubu-bold-font.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: fas;
  /* icon font */
  src: url("/static/fonts/fa-solid-900.woff2") format("woff");
  font-weight: normal;
  font-style: normal;
}
* {
  position: relative;
}
audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}
textarea {
  resize: vertical;
}
a {
  color: #f39516;
  text-decoration: none;
}
img {
  border: none;
  vertical-align: bottom;
}
hr {
  height: 1px;
  border: none;
  border-top: 1px dashed #000;
}
h1 {
  font-size: 3.6em;
  font-weight: normal;
  line-height: 1.5;
}
h1.title {
  width: 100%;
  color: #285468;
}
h1, h2, h3, h4 {
  font-weight: normal;
}
button, .smtcf, .smtnlf, a.button {
  background: #20495f;
  border: none;
  padding: 8px 15px;
  color: #fff;
  box-shadow: 0 0 5px #888;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
}
a.button:hover {
  color: #fff;
}
button.inactive {
  background: #cfcfcf;
  cursor: auto;
  box-shadow: none;
}
body {
  margin: 0;
  padding: 0;
  background: #edf1f2;
  font-size: 10px;
  text-align: center;
  font-family: 'Ubuntu', sans-serif;
  color: #333;
}
header {
  width: 1180px;
  text-align: left;
  margin: auto;
  margin-bottom: 22px;
  padding: 2.88em 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wrapper {
  width: 1180px;
  margin: 0 auto;
}
nav#headnav {
  font-size: 1.4em;
  text-align: right;
  height: 57px;
  padding-top: 38px;
}
nav#headnav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav#headnav li {
  display: inline-block;
  margin-left: 15px;
}
nav#headnav a {
  color: #333;
}
nav#headnav a:hover {
  color: #f39516;
}
#logo {
  max-width: 150px;
  height: auto;
  margin-right: 60px;
  vertical-align: middle;
}
.start #logo {
  max-width: 180px;
}
#navIcon {
  display: none;
}
nav#mainnav {
  font-size: 2.8em;
  position: absolute;
  right: 0;
  bottom: 0;
}
nav#mainnav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
}
nav#mainnav li {
  display: inline-block;
  margin-left: 35px;
}
nav#mainnav a {
  color: #333;
  background: url('/static/images/mainnav-arrow.png') no-repeat right center;
  padding: 10px 55px 10px 20px;
}
nav#mainnav .open a {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
nav#mainnav .subnavigation {
  display: none;
  position: absolute;
  min-width: 200px;
  font-size: 0.7em;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  margin-top: 10px;
  box-shadow: 0 5px 5px #888;
}
nav#mainnav .subnavigation li {
  display: block;
  padding: 0;
  margin: 0;
}
nav#mainnav .subnavigation a {
  display: block;
  padding: 15px 20px;
  white-space: nowrap;
  background: none;
}
nav#mainnav .subnavigation a:hover, nav#mainnav .subnavigation a.high:hover {
  background: #f39516;
  color: white;
}
nav#mainnav .subnavigation a.high {
  background: #19aecc;
  color: white;
}
nav#mainnav li:last-Child .subnavigation {
  right: 0px;
}
nav#sitenav {
  font-size: 2em;
  padding-top: 18px;
  text-align: left;
  width: 1180px;
  margin: auto;
}
nav#sitenav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav#sitenav li {
  display: inline-block;
}
nav#sitenav a {
  display: inline-block;
  color: #fff;
  padding: 10px 55px 10px 20px;
}
nav#sitenav a {
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
}
nav#sitenav a:hover {
  background: #f39516;
  color: white;
}
nav#sitenav a.current {
  background: #edf1f2;
  color: #333;
}
.ribEos {
  min-height: 18px;
  background: #285468;
}
.ribHam {
  min-height: 18px;
  background: #19aecc;
}
.ribHps {
  min-height: 18px;
  background: #19bd34;
}
.ribHph {
  min-height: 18px;
  background: #a8bd19;
}
.ribWeit {
  min-height: 18px;
  background: #7465b6;
}
.leveler, .leveler * {
  vertical-align: middle;
}
.header-container {
  background: #fff;
}
.header-container.start {
  border-bottom: 5px solid #FA9600;
}
#logo {
  max-width: 150px;
  height: auto;
  margin-right: 60px;
}
.start #logo {
  max-width: 180px;
}
.start header {
  padding: 4.48em 0;
}
#navicon {
  box-shadow: none;
  z-index: 2;
}
.start #navicon {
  z-index: 2;
}
.blend:after {
  content: " ";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(40, 67, 84, 0.9);
}
#navigation {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  text-align: left;
}
#navigation .header-container {
  display: none;
  border-bottom: 2px solid #FA9600;
}
#navigation nav {
  background: #fff;
  font-size: 2em;
  line-height: 1.8;
  display: none;
}
#navigation nav .wrapper {
  column-count: 4;
  column-gap: 30px;
  padding: 2em 0;
}
#navigation nav ul {
  list-style: none;
  margin: 0 0 1.8em 0;
  padding: 0;
  break-inside: avoid;
}
#navigation nav ul a {
  display: block;
  margin-left: -1em;
  padding-left: 1em;
}
#navigation nav ul a:hover {
  background: #f39516;
  color: #fff;
}
#navigation nav ul.rib {
  background: rgba(40, 67, 84, 0.12);
  display: flex;
  justify-content: center;
  gap: 1.25em;
  font-size: 0.9em;
  margin: 0;
}
#navigation nav ul.rib li {
  padding: 2em 0;
}
#navigation nav ul.rib li a {
  display: inline-block;
  padding: 0.25em 2em;
  border-radius: 2em;
  background: #fff;
  color: #37708A;
  margin-left: 0;
}
#navigation nav ul.rib li a:hover {
  background: #37708A;
  color: #fff;
}
section {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  text-align: center;
}
section .inner {
  text-align: left;
  width: 1180px;
  margin: auto;
}
section a:hover {
  color: #f39516;
}
section#slider {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  color: #fff;
}
section#slider .over {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  width: 380px;
  height: 348px;
}
section#slider .text {
  padding: 12px 25px;
}
section#slider h2 {
  font-size: 4em;
  margin: 20px 0;
}
section#slider .subtext {
  font-size: 2em;
}
section#slider a.jump {
  position: absolute;
  font-size: 2.8em;
  left: 30px;
  bottom: 30px;
  padding-left: 20px;
  background: url('/static/images/link-arrow.png') no-repeat left center;
}
section#fullslider {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  color: #fff;
}
section#fullslider #teaserFullslider {
  width: 100%;
  height: 348px;
  overflow: hidden;
}
section#fullslider #teaserFullslider .inner {
  height: 348px;
}
section#fullslider #teaserFullslider img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 1180px;
  width: 100%;
  height: auto;
}
section#fullslider .over {
  position: absolute;
  top: 52px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  min-width: 580px;
  max-width: 680px;
}
section#fullslider .text {
  padding: 12px 25px;
}
section#fullslider h2 {
  font-size: 4em;
  margin: 10px 0;
  color: #fff;
}
section#fullslider .subtext {
  font-size: 2em;
  margin-bottom: 1em;
}
section#fullslider a.jump {
  font-size: 2.8em;
  padding-left: 20px;
  background: url('/static/images/link-arrow.png') no-repeat left center;
}
section#eventBord {
  padding: 1px 0 20px 0;
}
section#eventBord h1 {
  color: #285468;
  font-size: 2.5em;
  line-height: 1.6em;
}
section#eventBord h2 {
  color: #285468;
  font-size: 2.5em;
  line-height: 1.6em;
}
section#eventBord #cardholder {
  margin-right: -20px;
  margin-top: 24px;
}
section#eventBord a {
  color: #38708a;
}
section#eventBord a:hover {
  color: #f39516;
}
section#eventBord .card {
  width: 280px !important;
  height: 158px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 12px;
  background: #fff;
}
section#eventBord .ham {
  border-top: 2px solid #19aecc;
}
section#eventBord .hps {
  border-top: 2px solid #19bd34;
}
section#eventBord .hph {
  border-top: 2px solid #a8bd19;
}
section#eventBord .weit {
  border-top: 2px solid #7465b6;
}
section#eventBord .info {
  height: 112px;
  padding: 16px 12px;
}
section#eventBord .infoinner {
  height: 122px;
  overflow: hidden;
}
section#eventBord .loc {
  font-size: 1.5em;
}
section#eventBord .title {
  font-size: 1.8em;
  margin: 0.5em 0;
}
section#eventBord .subtitle {
  font-size: 1.4em;
}
section#eventBord .simpleselect {
  width: 100%;
  font-size: 1.5em;
  color: #fff;
}
section#eventBord .simpleselect .placeholder:after {
  background: url("/static/images/select-arrow-white.png") 0 center no-repeat;
}
section#eventBord .simpleselect .placeholder, section#eventBord .simpleselect .options {
  background: #20495f;
}
section #cardholder2 {
  margin: 24px -30px 24px 0;
}
section #cardholder2 a {
  color: #38708a;
}
section #cardholder2 .card {
  width: 280px;
  height: 152px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 18px;
  margin-right: 18px;
  background: #fff;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
section #cardholder2 .full {
  height: 330px;
}
section #cardholder2 .fullwidth {
  width: 1180px;
  height: auto;
}
section #cardholder2 .fullwidth .info, section #cardholder2 .fullwidth .infoinner {
  height: auto;
}
section #cardholder2 .fullwidth .title1d {
  width: 256px;
  display: inline-block;
  margin-right: 30px;
}
section #cardholder2 .fullwidth .subtitle {
  width: 578px;
  display: inline-block;
  margin-right: 30px;
}
section #cardholder2 .fullwidth .dlink {
  box-sizing: border-box;
  width: 256px;
  display: inline-block;
}
section #cardholder2 .ham {
  border-top: 8px solid #19aecc;
}
section #cardholder2 .hps {
  border-top: 8px solid #19bd34;
}
section #cardholder2 .hph {
  border-top: 8px solid #a8bd19;
}
section #cardholder2 .weit {
  border-top: 8px solid #7465b6;
}
section #cardholder2 .info {
  height: 132px;
  padding: 6px 12px;
}
section #cardholder2 .full .info {
  height: 312px;
}
section #cardholder2 .infoinner {
  height: 132px;
  overflow: hidden;
}
section #cardholder2 .full .infoinner {
  height: 312px;
}
section #cardholder2 .double {
  display: inline-block;
}
section #cardholder2 .title1 {
  font-size: 1.8em;
  margin-top: 0.5em;
}
section #cardholder2 .title1d {
  font-size: 1.8em;
  margin: 0.5em 0;
}
section #cardholder2 .title2 {
  font-size: 1.8em;
  margin-top: 1.5em;
}
section #cardholder2 .title2d {
  font-size: 1.8em;
  margin: 1.5em 0 0.5em 0;
}
section #cardholder2 .subtitle {
  font-size: 1.4em;
  line-height: 1.4em;
}
section #cardholder2 .flist {
  list-style: none;
  margin: 1em 0;
  padding: 0;
  font-size: 1.5em;
  border-top: 1px solid #9bb7c3;
}
section #cardholder2 .flist li {
  border-bottom: 1px solid #9bb7c3;
}
section #cardholder2 .flist a {
  display: inline-block;
  padding: 0.5em 0;
  background: url("/static/images/flist-arrow.png") right center no-repeat;
  color: #38708a;
  width: 100%;
}
section #cardholder2 .flist a:hover {
  color: #f39516;
  background-image: url("/static/images/flist-arrow-ov.png");
}
section #cardholder2 .dlink {
  display: block;
  margin-top: 1em;
  font-size: 1.5em;
  padding: 0.5em 0 0.5em 3em;
  background: url("/static/images/dlink-arrow.png") 0.75em center no-repeat;
  border: 1px solid #38708a;
}
section #cardholder2 .dlink:hover {
  color: #f39516;
  border-color: #f39516;
  background-image: url("/static/images/dlink-arrow-ov.png");
}
section #cardholder2 #location {
  background: none;
  padding: 6px 12px;
  margin-right: 0;
}
section #cardholder2 #orte {
  position: relative;
  top: auto;
  right: auto;
  margin-top: 1.5em;
}
section #cardholder2 .fslide {
  width: 256px;
}
section #cardholder2 .nosee {
  position: absolute;
  top: 0;
  left: 110%;
}
section #cardholder2 #kstart {
  position: absolute;
  top: 0;
  left: 0;
}
section #cardholder2 .infoback {
  display: inline-block;
  margin-top: 1.5em;
  font-size: 1.5em;
}
section #cardholder3 {
  margin: 24px 0;
  display: grid;
  grid-template-columns: repeat(4, 280px);
  grid-template-rows: auto auto auto;
  grid-column-gap: 19px;
  grid-row-gap: 19px;
}
section #cardholder3 a {
  color: #38708a;
}
section #cardholder3 .cbox {
  background: #fff;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
section #cardholder3 .full {
  grid-row: 1 / span 2;
}
section #cardholder3 #location {
  grid-column: 2 / span 3;
  justify-self: end;
}
section #cardholder3 .fullwidth {
  width: 1180px;
  height: auto;
}
section #cardholder3 .fullwidth .info, section #cardholder3 .fullwidth .infoinner {
  height: auto;
}
section #cardholder3 .fullwidth .title1d {
  width: 256px;
  display: inline-block;
  margin-right: 30px;
}
section #cardholder3 .fullwidth .subtitle {
  width: 578px;
  display: inline-block;
  margin-right: 30px;
}
section #cardholder3 .fullwidth .dlink {
  box-sizing: border-box;
  width: 256px;
  display: inline-block;
}
section #cardholder3 .ham {
  border-top: 8px solid #19aecc;
}
section #cardholder3 .hps {
  border-top: 8px solid #19bd34;
}
section #cardholder3 .hph {
  border-top: 8px solid #a8bd19;
}
section #cardholder3 .weit {
  border-top: 8px solid #7465b6;
}
section #cardholder3 .infowrap {
  padding: 6px 12px 12px 12px;
}
section #cardholder3 .cropcard {
  height: 300px;
  overflow: hidden;
}
section #cardholder3 .title1 {
  font-size: 1.8em;
  margin-top: 0.5em;
}
section #cardholder3 .title1d {
  font-size: 1.8em;
  margin: 0.5em 0;
}
section #cardholder3 .title2 {
  font-size: 1.8em;
  margin-top: 1.5em;
}
section #cardholder3 .title2d {
  font-size: 1.8em;
  margin: 1.5em 0 0.5em 0;
}
section #cardholder3 .subtitle {
  font-size: 1.4em;
  line-height: 1.4em;
}
section #cardholder3 .flist {
  list-style: none;
  margin: 1em 0;
  padding: 0;
  font-size: 1.5em;
  border-top: 1px solid #9bb7c3;
}
section #cardholder3 .flist li {
  border-bottom: 1px solid #9bb7c3;
}
section #cardholder3 .flist a {
  display: inline-block;
  padding: 0.5em 0;
  background: url("/static/images/flist-arrow.png") right center no-repeat;
  color: #38708a;
  width: 100%;
}
section #cardholder3 .flist a:hover {
  color: #f39516;
  background-image: url("/static/images/flist-arrow-ov.png");
}
section #cardholder3 .dlink {
  display: block;
  margin-top: 1em;
  font-size: 1.5em;
  padding: 0.5em 0 0.5em 3em;
  background: url("/static/images/dlink-arrow.png") 0.75em center no-repeat;
  border: 1px solid #38708a;
}
section #cardholder3 .dlink:hover {
  color: #f39516;
  border-color: #f39516;
  background-image: url("/static/images/dlink-arrow-ov.png");
}
section #cardholder3 #location {
  background: none;
  padding: 6px 12px;
  margin-right: 0;
}
section #cardholder3 #indexbox {
  background: none;
  padding: 6px 12px;
}
section #cardholder3 #indexbox .dlink {
  color: #fff;
  padding-left: 1em;
  background: #285468;
}
section #cardholder3 #indexbox .dlink:hover {
  color: #fff;
  background: #f39516;
}
section #cardholder3 #orte {
  position: relative;
  top: auto;
  right: auto;
  margin-top: 1.5em;
}
section #cardholder3 .fslide {
  width: 100%;
}
section #cardholder3 .nosee {
  position: absolute;
  top: 0;
  left: 110%;
}
section #cardholder3 #kstart {
  position: absolute;
  top: 0;
  left: 0;
}
section #cardholder3 .infoback {
  display: inline-block;
  margin-top: 1.5em;
  font-size: 1.5em;
}
section#shopRow {
  background: url('/static/images/bookshelf-bottom.png') left bottom repeat-x #dce3e6;
  padding: 1px 0;
}
section#shopRow h1 {
  color: #285468;
  font-size: 2.8em;
  line-height: 1.6em;
}
section#shopRow h2 {
  color: #285468;
  font-size: 2.8em;
  line-height: 1.6em;
}
section#shopRow #bookshelf {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section#shopRow .bookoffer {
  display: inline-block;
  vertical-align: top;
  width: 380px;
}
section#shopRow .bookcard {
  padding: 18px;
  height: 130px;
  background: #fff;
  font-size: 1.5em;
}
section#shopRow .cardshodow {
  background: url('/static/images/book-shadow.png') repeat-x;
  height: 33px;
  margin-top: 1px;
}
section#shopRow .prodpic {
  float: left;
  margin-right: 20px;
}
section#shopRow .prodinfo {
  margin-left: 110px;
}
section#shopRow .title {
  font-size: 1.2em;
  margin-top: 0.3em;
}
section#shopRow .title a {
  color: #38708a;
}
section#shopRow .title a:hover {
  color: #f39516;
}
section#shopRow .verlag {
  margin-top: 0.8em;
}
section#shopRow .priceinfo {
  margin-top: 0.8em;
}
section#shopRow .price {
  font-size: 1.1em;
  font-weight: bold;
}
section#praxisRow {
  padding: 1px 0;
}
section#praxisRow h1 {
  color: #285468;
  font-size: 2.8em;
  line-height: 1.6em;
}
section#praxisRow h2 {
  color: #285468;
  font-size: 2.8em;
  line-height: 1.6em;
}
section#praxisRow .therapeut {
  width: 100px;
  display: inline-block;
  vertical-align: top;
  font-size: 1.3em;
  margin-right: 30px;
  margin-bottom: 30px;
}
section#praxisRow a {
  color: #38708a;
}
section#praxisRow a:hover {
  color: #f39516;
}
section#praxisRow img {
  border: 1px solid #b2c2c8;
}
section h1 {
  font-size: 3.6em;
  color: #20495f;
  margin: 1.4em 0 0.2em 0;
}
section h2 {
  font-size: 3.6em;
  color: #20495f;
  margin: 1.4em 0 0.2em 0;
}
section .subline {
  font-size: 2.4em;
  color: #20495f;
}
section #alleventcontent {
  margin: 4em 0;
}
section .eventContent {
  background: #fff;
  padding: 20px;
  min-height: 800px;
}
section .whiteBoard {
  margin-top: 2em;
  background: #fff;
  padding: 20px;
  min-height: 800px;
}
section #example {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
section #example tr th {
  font-size: 2em;
  color: #20495f;
}
section #example tr td {
  font-size: 1.8em;
  color: #000;
  padding-right: 12px;
}
section #example button {
  font-size: 1em;
}
section #eventtabs {
  list-style: none;
  margin: 0;
  padding: 0;
}
section #eventtabs li {
  display: inline-block;
  margin-right: 2px;
  font-size: 1.9em;
  background: #20495f;
}
section #eventtabs li.active {
  background: #fff;
}
section #eventtabs li.active a {
  color: #20495f;
  padding: 20px 22px;
}
section #eventtabs li a {
  display: inline-block;
  color: white;
  padding: 16px 22px;
  width: 216px;
}
section #searchForm {
  font-size: 1.6em;
  margin-bottom: 2em;
}
section #searchForm label {
  display: inline-block;
  vertical-align: top;
}
section #searchForm #locIndex {
  width: 80%;
  height: 380px;
  overflow: scroll;
  border: 1px solid #aabbc3;
}
section #searchForm #locIndex input {
  position: absolute;
  top: 8px;
}
section #searchForm #locIndex label {
  display: block;
  cursor: pointer;
  border-bottom: 1px dotted #abbbc3;
  padding: 8px 4px 8px 30px;
}
section #searchForm select {
  font-size: 1em;
  width: 80%;
}
section #searchForm select option {
  border-bottom: 1px dotted #abbbc3;
  padding: 6px 4px;
}
section #searchForm button {
  font-size: 1em;
}
section #searchForm .sfbox {
  display: inline-block;
  width: 33%;
  vertical-align: top;
}
section #searchForm .sfdatabox {
  padding: 12px 24px;
}
section #tableFilter {
  font-size: 1.4em;
  margin-bottom: 2em;
}
section #tableFilter input {
  border: 1px solid #aabbc3;
  padding: 8px 10px;
  font-size: 1em;
}
section #example td.stGreen {
  background: url("/static/images/status-green.svg") 4px center no-repeat;
  padding-left: 42px;
  background-size: 30px auto;
}
section #example td.stOrange {
  background: url("/static/images/status-orange.svg") 4px center no-repeat;
  padding-left: 42px;
  background-size: 30px auto;
}
section #example td.stRed {
  background: url("/static/images/status-red.svg") 4px center no-repeat;
  padding-left: 42px;
  background-size: 30px auto;
}
section #example td.stGreen.stOnline {
  background-image: url("/static/images/online-green.svg");
}
section #example td.stOrange.stOnline {
  background-image: url("/static/images/online-orange.svg");
}
section #example td.stRed.stOnline {
  background-image: url("/static/images/online-red.svg");
}
section #example td.stGreen.stHybrid {
  background-image: url("/static/images/hybrid-green.svg");
}
section #example td.stOrange.stHybrid {
  background-image: url("/static/images/hybrid-orange.svg");
}
section #example td.stRed.stHybrid {
  background-image: url("/static/images/hybrid-red.svg");
}
section #example_info, section #example_paginate {
  font-size: 1.6em;
}
section #example .ci {
  width: 20px;
  height: 20px;
}
section #example .ham {
  background: #19aecc;
}
section #example .hps {
  background: #19bd34;
}
section #example .hph {
  background: #a8bd19;
}
section #example .weit {
  background: #7465b6;
}
section .cText {
  font-size: 1.8em;
  line-height: 1.5em;
}
section .cText .small {
  font-size: 0.8em;
  line-height: 1.5em;
}
section .cText ul {
  margin-top: 1em;
  margin-left: 2em;
  padding: 0;
}
section .cText ul li {
  margin-bottom: 0.5em;
}
section .cText h2 {
  font-size: 1.8em;
}
section .cText h3 {
  font-size: 1.6em;
  line-height: 1.3em;
}
section .gesamtpreis {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 4.8em;
  color: #20495f;
}
section .semText {
  width: 760px;
  margin-right: 20px;
  float: left;
}
section .semText .label {
  display: block;
  font-size: 1.7em;
  font-weight: bold;
  color: #20495f;
  margin-bottom: 1em;
}
section .semText .gesamtpreis {
  position: absolute;
  top: 1.2em;
  right: 0;
  font-size: 2.2em;
  color: #20495f;
}
section .semConditions {
  width: 360px;
  float: left;
}
section .semConditions .label {
  display: block;
  padding: 6px 12px;
  background: #aeb7bc;
  font-size: 1.2em;
  color: white;
  margin-bottom: 1em;
}
section .semConditions .box {
  margin-bottom: 2em;
}
section .semConditions img {
  max-width: 100%;
  height: auto;
}
section #semRegistration .simpleselect {
  width: 100%;
}
section .bordered {
  margin: 2em 0;
  padding: 1em 0;
  border-top: 1px dotted #aabbc3;
  border-bottom: 1px dotted #aabbc3;
}
section .borderedBlock {
  margin-top: 3em;
  padding-top: 3em;
  border-top: 1px dotted #aabbc3;
}
section .boardText {
  width: 760px;
  margin-right: 19px;
  float: left;
}
section .boardText img {
  max-width: 100%;
  height: auto;
}
section .boardMargin {
  width: 340px;
  float: left;
  border-left: 1px solid #c8c8c8;
  padding-left: 19px;
}
section .boardMargin .label {
  display: block;
  padding: 6px 12px;
  background: #aeb7bc;
  font-size: 1.2em;
  color: white;
  margin-bottom: 1em;
}
section .boardMargin .box {
  margin-bottom: 2em;
  font-size: 0.85em;
  line-height: 1.5em;
}
section .boardMargin img {
  max-width: 100%;
  height: auto;
}
section ul.kurs8 {
  margin: 0;
  padding: 0;
  list-style: none;
}
section ul.kurs8 li {
  display: block;
  margin-bottom: 0;
}
section ul.kurs8 li a {
  padding: 20px;
  display: block;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
}
section ul.kurs8 li a:hover {
  background-color: #f39516;
  color: white;
}
section ul.kurs8 li .kursTitel {
  display: block;
  font-size: 1.5em;
  line-height: 1.3em;
  margin-bottom: 0.5em;
}
section ul.weiter8 {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px dotted #aabbc3;
}
section ul.weiter8 li {
  display: block;
  border-bottom: 1px dotted #aabbc3;
  margin-bottom: 0;
}
section ul.weiter8 li a {
  padding: 15px 10px;
  display: block;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
}
section ul.weiter8 li a:hover {
  background-color: #f39516;
  color: white;
}
section ul.weiter8 li .kursTitel {
  display: block;
  font-size: 1.2em;
  line-height: 1.3em;
  margin-bottom: 0.3em;
}
section .hint {
  font-size: 0.9em;
  line-height: 1.4em;
}
section #pp {
  float: right;
  width: 150px;
  padding: 24px;
}
section #pkt {
  margin-right: 200px;
}
section .intro {
  padding-bottom: 1em;
}
section ul.minus {
  padding: 0;
  list-style: none;
  margin-left: 1em;
  margin-top: 0;
  margin-bottom: 0;
}
section ul.minus li {
  text-indent: -0.7em;
  margin: 0.3em 0;
}
section ul.minus li a:before {
  content: "- ";
}
section a.portLink {
  padding: 0.5em 1em;
  border: 1px solid #f39516;
  margin: 0 1em 1em 0;
  display: inline-block;
}
section a.portLink:hover {
  background-color: #f39516;
  color: white;
}
section .block__bild {
  float: left;
}
section .block__text {
  margin-left: 170px;
}
section #sliderNav {
  max-width: 50%;
  margin: -55px 15px 0 50%;
  height: 20px;
}
section #sliderNav .slick-dots {
  text-align: right;
}
section #sliderNav li button:before {
  content: '';
}
section #sliderNav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
section #sliderNav li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
section #sliderNav li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 2px solid #fff;
  border-radius: 20px;
  outline: none;
  background: transparent;
}
section #sliderNav li button:hover, section #slickDots li button:focus {
  outline: none;
}
section #sliderNav li.slick-active button {
  background: #fff;
}
section #customerData .simpleselect {
  width: 510px;
  float: right;
}
section .anz {
  display: grid;
  grid-template-columns: 45% 45%;
  grid-gap: 50px;
}
section .anz .anz__entry {
  box-shadow: 0px 0px 8px -3px #969696;
  padding: 16px 30px;
}
section .anz .anz__entry .anz__date {
  padding-left: 40px;
}
section .anz .anz__entry .anz__title {
  font-size: 1.2em;
  margin: 1em 0;
}
section .anz .anz__entry .anz__title a:before {
  content: " ";
  position: absolute;
  top: -70px;
  left: 0;
  width: 22px;
  height: 44px;
  background: url("/static/images/clip.png") no-repeat;
}
section .contact {
  box-shadow: 0px 0px 8px -3px #969696;
  padding: 16px;
  margin: 1.2em 0;
}
form.exform {
  padding-bottom: 1.2em;
  margin-bottom: 1.2em;
}
div.formEntry {
  clear: left;
  float: left;
  width: 100%;
  margin-top: 9px;
  font-size: 0.9em;
}
div.formEntryNm {
  clear: left;
  float: left;
  width: 100%;
  margin-top: 2px;
  font-size: 0.9em;
}
div.nolabel {
  padding-left: 230px;
}
label.oplabel {
  position: relative;
  float: left;
  text-align: right;
  color: #000;
  font-weight: bold;
  line-height: 2.2em;
  width: 215px;
  padding-right: 15px;
}
label.oblabel {
  position: relative;
  float: left;
  text-align: right;
  color: #000;
  font-weight: bold;
  line-height: 2.2em;
  width: 226px;
  padding-right: 4px;
}
input.formtext {
  position: relative;
  float: right;
  width: 500px;
  padding: 8px 5px;
  border: 1px solid #d0d5d5;
  background: none;
  font-size: 1em;
}
.formtext.plz {
  width: 100px;
  margin-right: 8px;
  float: left;
  margin-left: 18px;
}
.formtext.ort {
  width: 380px;
  float: none;
}
select.formtext {
  position: relative;
  margin-left: 19px;
  padding: 8px 5px;
  border: 1px solid #d0d5d5;
  background: none;
  font-size: 1em;
}
textarea.formtextarea {
  position: relative;
  float: right;
  width: 500px;
  padding: 8px 5px;
  height: 194px;
  border: 1px solid #d0d5d5;
  background: none;
  font-family: verdana;
  font-size: 1em;
}
div.formtextarea {
  float: right;
  width: 510px;
}
div.checkboxdiv {
  position: relative;
  float: right;
  width: 500px;
  margin-right: 2px;
  padding: 8px 0;
}
input.formcheckbox {
  width: 20px;
  height: 20px;
  border: none;
  background: #e5e5e5;
  line-height: 23px;
  vertical-align: middle;
  float: left;
}
label.checklabel {
  float: left;
  text-align: left;
  color: #000;
  width: 400px;
  line-height: 23px;
  margin-left: 12px;
}
.formEntry button {
  position: relative;
  margin-left: 250px;
  margin-top: 1em;
  font-size: 1em;
}
.error label {
  color: red;
}
.hiddenText {
  display: none;
}
.formhint {
  font-size: 0.9em;
  line-height: 1.3em;
  margin-left: 250px;
}
#imageUpload {
  position: relative;
  float: right;
  width: 500px;
  padding: 8px 5px;
  border: 1px solid #d0d5d5;
}
#imageUpload .weEditTable .weEditTable {
  display: none;
}
button.market {
  width: 100%;
  font-size: 1em;
  padding: 1em 0;
  margin: 1em 0;
  background: #20495f url("/static/images/edit.png") 50px center no-repeat;
}
#marketForm fieldset {
  margin-bottom: 2em;
  border: 1px solid #d0d5d5;
}
#marketForm legend {
  color: #aeb7bc;
}
.kostentabelle tr {
  vertical-align: top;
}
.kostentabelle td {
  padding: 0.3em 2em 0.3em 0;
}
.dataTables_wrapper {
  margin-top: 2em;
}
.socialbar {
  text-align: center;
  margin: 5em 0;
}
.socialbar .inner {
  text-align: left;
  width: 1180px;
  margin: auto;
}
footer {
  background: #234d60;
  color: #fff;
  padding: 30px 0 60px 0;
}
footer a {
  color: #fff;
}
footer .inner {
  text-align: left;
  width: 1180px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .block {
  width: 380px;
  font-size: 1.3em;
  display: inline-block;
  vertical-align: top;
}
footer .block a {
  color: #fff;
}
footer .block ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
footer #zerti {
  width: 340px;
  margin-right: 0;
  background: #fff;
  color: #333;
  padding: 20px;
}
footer #zerti div {
  margin-bottom: 20px;
}
footer #zerti img {
  float: left;
  margin-right: 10px;
}
footer #zerti a {
  color: #38708a;
}
footer #zerti a:hover {
  color: #f39516;
}
#orte {
  position: absolute;
  top: 0;
  right: 12px;
  background: #295265;
  width: 256px;
  box-shadow: 0 0 9px #888;
}
#orte .select {
  background: url('/static/images/select-arrow.png') no-repeat right center;
  width: 236px;
  overflow: hidden;
}
#orte select {
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1.9em;
  padding: 10px 14px;
  color: #fff;
  min-width: 290px;
  margin: 0;
  border: 0;
}
#slickNav {
  margin-top: -20px;
}
.myslick_prev {
  float: left;
  cursor: pointer;
  z-index: 1;
}
.myslick_next {
  float: right;
  cursor: pointer;
  z-index: 1;
}
.spinner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.spinner img {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -16px;
  /* half width of the spinner gif */
  margin-top: -16px;
  /* half height of the spinner gif */
  text-align: center;
  z-index: 1000;
  overflow: auto;
  width: 32px;
  /* width of the spinner gif */
  height: 34px;
  /*hight of the spinner gif +2px to fix IE8 issue */
}
.mandatory {
  display: none;
}
.info__bar {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
.info__bar a.button {
  width: 280px;
  color: #fff !important;
  background: #37708A;
  font-size: 1.8em;
  padding: 1em;
  box-sizing: border-box;
}
.info__bar #locselect {
  width: 280px;
  font-size: 1.8em !important;
}
.info__bar .list:before {
  content: " ";
  font-family: fas;
  font-size: 1.1em;
  vertical-align: abs-middle;
}
.info__bar .online:before {
  content: " ";
  font-family: fas;
  font-size: 1.1em;
  vertical-align: abs-middle;
}
.info__bar .trainings:before {
  content: " ";
  font-family: fas;
  font-size: 1.1em;
  vertical-align: abs-middle;
}
.info__bar .placeholder:before {
  content: " ";
  font-family: fas;
  font-size: 1.1em;
  vertical-align: abs-middle;
}
.info__bar .options, .info__bar .placeholder {
  background: #37708A !important;
}
.info__bar .placeholder {
  padding: 1em 40px 1em 1em !important;
  line-height: 1.15em;
}
.info__bar .options .option {
  padding: 1em !important;
}
.info__bar a.button.corona {
  background: #8A3737;
}
.info__bar .corona:before {
  content: " ";
  font-family: fas;
  font-size: 1.1em;
  vertical-align: abs-middle;
}
.info__bar .simpleselect {
  font-size: 1em !important;
  height: auto !important;
}
.mediboard {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
.mediboard .entry {
  width: 360px;
  border: 1px solid #9BB7C3;
  margin-bottom: 2em;
}
.mediboard .entry:before {
  content: " ";
  display: block;
  height: 3em;
  border-bottom: 1px solid #9BB7C3;
  background: 1em center url("/static/images/logo-mymedicloud.png") no-repeat;
  background-size: 143px auto;
}
.mediboard .inner {
  padding: 1em;
  width: auto;
}
.mediboard .title {
  margin-bottom: 0.5em;
}
.mediboard .form {
  font-size: 0.825em;
  line-height: 1.3em;
}
.mediboard .start {
  font-size: 0.825em;
  font-weight: bold;
  line-height: 1.3em;
}
.mediboard .duration {
  font-size: 0.825em;
  line-height: 1.3em;
}
.mediboard .price {
  font-size: 0.9em;
  font-weight: bold;
  margin-top: 0.5em;
}
.mediboard .link {
  position: absolute;
  bottom: 1em;
  right: 1em;
  background: #37708A;
  padding: 0.2em 1em;
  font-size: 0.8em;
  color: #fff;
  border-radius: 3em;
}
.mediboard .tn {
  width: 360px;
}
.news .news__entry {
  margin-bottom: 2em;
  border-top: 1px dotted #aabbc3;
}
.news .news__date {
  font-style: italic;
}
.news .news__date:before {
  content: "// ";
}
.linkTable img {
  min-width: 150px;
  height: auto;
  margin-right: 1em;
  border: 1px solid #ddd;
}
.linkTable td:first-child {
  min-width: 150px;
  padding-right: 1em;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix {
  zoom: 1;
}
/* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
}
/* IE7 */
div[style="z-index: 1000;text-align:right;font-size:10px;color:grey;display:block !important;"] {
  text-align: center !important;
  margin-top: -2rem;
}
div[style="z-index: 1000;text-align:right;font-size:10px;color:grey;display:block !important;"] a {
  color: rgba(255, 255, 255, 0.5);
}
.elastic-video {
  position: relative;
  padding-bottom: 55%;
  padding-top: 15px;
  height: 0;
  overflow: hidden;
  margin-bottom: 1.5em;
}
.elastic-video iframe, .elastic-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
@media only screen and (max-width: 1279px) {
  body {
    font-size: 8.5px;
  }
  .wrapper {
    width: 980px;
  }
  #logo img {
    max-width: 200px;
    height: auto;
  }
  header, section .inner, .socialbar .inner, footer .inner, nav#sitenav {
    width: 980px;
  }
  nav#headnav {
    height: 37px;
    padding-top: 20px;
  }
  #slider img {
    max-width: 980px;
    height: auto;
  }
  section#slider .over {
    width: 288px;
    height: 289px;
  }
  section#slider .text {
    padding: 10px 20px;
  }
  section#slider h2 {
    font-size: 3.6em;
    margin: 20px 0;
  }
  section#slider .subtext {
    font-size: 2em;
  }
  section#slider a.jump {
    position: absolute;
    font-size: 2.4em;
    left: 20px;
    bottom: 20px;
  }
  section#eventBord #cardholder {
    margin-right: -15px;
  }
  section#eventBord .card {
    width: 236px !important;
    height: 133px;
  }
  section#eventBord .info {
    height: 90px;
    padding: 14px 10px;
  }
  section#eventBord .infoinner {
    height: 99px;
    overflow: hidden;
  }
  section #cardholder2 {
    margin-right: -30px;
  }
  section #cardholder2 .card {
    width: 236px;
    height: 133px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  section #cardholder2 .full {
    height: 284px;
  }
  section #cardholder2 .info {
    height: 99px;
    padding: 6px 10px;
  }
  section #cardholder2 .infoinner {
    height: 119px;
    overflow: hidden;
  }
  section #cardholder2 .fslide {
    width: 216px;
  }
  section #cardholder2 .full .info {
    height: 274px;
  }
  section #cardholder2 .full .infoinner {
    height: 274px;
    overflow: hidden;
  }
  section #cardholder2 .fullwidth {
    width: 980px;
    height: auto;
  }
  section #cardholder2 .fullwidth .title1d {
    width: 206px;
  }
  section #cardholder2 .fullwidth .subtitle {
    width: 478px;
  }
  section #cardholder2 .fullwidth .dlink {
    width: 206px;
  }
  section #cardholder3 {
    grid-template-columns: repeat(4, 236px);
    grid-column-gap: 11px;
    grid-row-gap: 11px;
  }
  section #cardholder3 .cropcard {
    height: 260px;
  }
  nav#mainnav li {
    margin-left: 20px;
  }
  #orte {
    width: 206px;
    box-shadow: 0 0 5px #888;
    right: 6px;
  }
  #orte .select {
    width: 186px;
  }
  #orte select {
    min-width: 240px;
    margin: 0;
    border: 0;
  }
  section#shopRow .bookoffer, footer .block {
    width: 316px;
  }
  footer #zerti {
    width: 286px;
    padding: 15px;
  }
  section#praxisRow .therapeut {
    margin-right: 20px;
    margin-bottom: 20px;
  }
  section #eventtabs li a {
    width: 166px;
  }
  section .semText, section .boardText {
    width: 620px;
  }
  section .semConditions {
    width: 300px;
  }
  section .boardMargin {
    width: 280px;
  }
  input.formtext, textarea.formtextarea, div.checkboxdiv, #imageUpload {
    width: 400px;
  }
  .formtext.plz {
    width: 80px;
  }
  .formtext.ort {
    width: 300px;
  }
  section #customerData .simpleselect, div.formtextarea {
    width: 410px;
  }
  label.oplabel {
    width: 175px;
  }
  label.oblabel {
    width: 186px;
  }
  label.checklabel {
    width: 250px;
  }
  .formEntry button, .formhint {
    margin-left: 210px;
  }
  section #sliderNav {
    margin-top: -53px;
    height: 18px;
    margin-right: 15px;
  }
  section #sliderNav li {
    width: 18px;
    height: 18px;
  }
  section #sliderNav li button {
    width: 18px;
    height: 18px;
    border-radius: 18px;
  }
  section .anz {
    grid-template-columns: 47% 47%;
    grid-gap: 30px;
  }
  section .anz .anz__entry {
    padding: 16px;
  }
  .info__bar a.button, .info__bar #locselect {
    width: 236px;
  }
  .mediboard .entry {
    width: 300px;
  }
  .mediboard .tn {
    width: 300px;
  }
}
