.margin-vertical, .margin, hr, .section, #content .mod_article, #news-load-more-wrap {
  margin-top: 40px;
  margin-bottom: 40px; }
  @media (min-width: 960px) {
    .margin-vertical, .margin, hr, .section, #content .mod_article, #news-load-more-wrap {
      margin-top: 50px;
      margin-bottom: 50px; } }
  @media (min-width: 1200px) {
    .margin-vertical, .margin, hr, .section, #content .mod_article, #news-load-more-wrap {
      margin-top: 60px;
      margin-bottom: 60px; } }
  @media (min-width: 1600px) {
    .margin-vertical, .margin, hr, .section, #content .mod_article, #news-load-more-wrap {
      margin-top: 60px;
      margin-bottom: 60px; } }

.margin-horizontal, .margin {
  margin-left: 40px;
  margin-right: 40px; }
  @media (min-width: 960px) {
    .margin-horizontal, .margin {
      margin-left: 50px;
      margin-right: 50px; } }
  @media (min-width: 1200px) {
    .margin-horizontal, .margin {
      margin-left: 60px;
      margin-right: 60px; } }
  @media (min-width: 1600px) {
    .margin-horizontal, .margin {
      margin-left: 60px;
      margin-right: 60px; } }

.margin-small-vertical {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 960px) {
    .margin-small-vertical {
      margin-top: 40px;
      margin-bottom: 40px; } }

.padding-vertical, .padding, footer#page-footer, #preise {
  padding-top: 40px;
  padding-bottom: 40px; }
  @media (min-width: 960px) {
    .padding-vertical, .padding, footer#page-footer, #preise {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media (min-width: 1200px) {
    .padding-vertical, .padding, footer#page-footer, #preise {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media (min-width: 1600px) {
    .padding-vertical, .padding, footer#page-footer, #preise {
      padding-top: 60px;
      padding-bottom: 60px; } }

.padding-horizontal, .padding {
  padding-left: 40px;
  padding-right: 40px; }
  @media (min-width: 960px) {
    .padding-horizontal, .padding {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (min-width: 1200px) {
    .padding-horizontal, .padding {
      padding-left: 60px;
      padding-right: 60px; } }
  @media (min-width: 1600px) {
    .padding-horizontal, .padding {
      padding-left: 60px;
      padding-right: 60px; } }

.padding-small-vertical {
  padding-top: 15px;
  padding-bottom: 15px; }
  @media (min-width: 960px) {
    .padding-small-vertical {
      padding-top: 40px;
      padding-bottom: 40px; } }

.padding-small-horizontal {
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 960px) {
    .padding-small-horizontal {
      padding-left: 40px;
      padding-right: 40px; } }

.padding-small {
  padding: 15px; }
  @media (min-width: 960px) {
    .padding-small {
      padding: 40px; } }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  font-family: 'Mulish', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000; }

p,
ul,
ol,
dl,
address,
fieldset,
figure {
  font-style: normal; }
  p:not(:first-child),
  ul:not(:first-child),
  ol:not(:first-child),
  dl:not(:first-child),
  address:not(:first-child),
  fieldset:not(:first-child),
  figure:not(:first-child) {
    margin-top: 20px; }

ul, ol {
  padding-left: 20px; }

h1, h2, h3, h4, h5, h6,
.h1,
.ce_rsce_infobox .title, .h2, .h3, .ce_rsce_linkbox .title, .ce_rsce_iconbox .title, .ce_rsce_badge .heading, .h4, .h5, .h6 {
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1px;
  color: #000;
  text-rendering: optimizeLegibility;
  margin-top: 40px;
  word-break: break-word; }
  h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child,
  .h1:first-child,
  .ce_rsce_infobox .title:first-child, .h2:first-child, .h3:first-child, .ce_rsce_linkbox .title:first-child, .ce_rsce_iconbox .title:first-child, .ce_rsce_badge .heading:first-child, .h4:first-child, .h5:first-child, .h6:first-child {
    margin-top: 0; }

h1,
.h1,
.ce_rsce_infobox .title {
  font-size: 30px;
  text-transform: uppercase; }
  @media (min-width: 960px) {
    h1,
    .h1,
    .ce_rsce_infobox .title {
      font-size: 40px; } }

h2, .h2 {
  font-size: 25px;
  color: #ae0f0a; }

h3, .h3, .ce_rsce_linkbox .title, .ce_rsce_iconbox .title, .ce_rsce_badge .heading {
  font-size: 20px; }

h4, .h4 {
  font-size: 18px; }

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

a {
  color: #ae0f0a;
  text-decoration: none; }
  a:hover, a:focus {
    outline: none;
    text-decoration: none;
    color: #660906; }

hr {
  border: none;
  height: 0;
  box-sizing: content-box;
  border-top: 1px solid #0095db; }

::-moz-selection {
  background: #0095db;
  color: #fff;
  text-shadow: none; }

::selection, mark {
  background: #0095db;
  color: #fff;
  text-shadow: none; }

small {
  font-size: 15px; }

strong, b {
  font-weight: 700; }

abbr {
  text-decoration: none; }

iframe {
  border: 0; }

::-webkit-input-placeholder {
  color: #000;
  font-size: 16px;
  text-transform: uppercase; }

::-moz-placeholder {
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
  opacity: 1; }

:-moz-placeholder {
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
  opacity: 1; }

:-ms-input-placeholder {
  color: #000;
  font-size: 16px;
  text-transform: uppercase; }

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1480px; }
  @media (min-width: 640px) {
    .container {
      padding-left: 40px;
      padding-right: 40px; } }
  @media (min-width: 960px) {
    .container {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (min-width: 1200px) {
    .container {
      padding-left: 60px;
      padding-right: 60px; } }
  .container.small {
    max-width: 960px; }
  .container.large {
    max-width: 1600px; }
  .container.expand {
    max-width: none; }

.grid, .rs-columns, .ce_gallery > div {
  display: flex;
  flex-wrap: wrap;
  margin-left: -40px;
  margin-top: -20px;
  margin-bottom: -20px; }
  @media (min-width: 1200px) {
    .grid, .rs-columns, .ce_gallery > div {
      margin-left: -50px;
      margin-top: -25px;
      margin-bottom: -25px; } }
  .grid > *, .rs-columns > *, .ce_gallery > div > * {
    width: 100%;
    padding-left: 40px;
    padding-top: 20px;
    padding-bottom: 20px; }
    @media (min-width: 1200px) {
      .grid > *, .rs-columns > *, .ce_gallery > div > * {
        padding-left: 50px;
        padding-top: 25px;
        padding-bottom: 25px; } }
  .grid.bg-primary, .bg-primary.rs-columns, .rs-columns#preise, .ce_gallery > div.bg-primary, .ce_gallery > div#preise, .grid#preise {
    background: none;
    position: relative; }
    .grid.bg-primary:before, .bg-primary.rs-columns:before, .rs-columns#preise:before, .ce_gallery > div.bg-primary:before, .ce_gallery > div#preise:before, .grid#preise:before {
      content: "";
      display: block;
      background: #0095db;
      position: absolute;
      left: 40px;
      top: 20px;
      bottom: 20px;
      right: 0; }
      @media (min-width: 1200px) {
        .grid.bg-primary:before, .bg-primary.rs-columns:before, .rs-columns#preise:before, .ce_gallery > div.bg-primary:before, .ce_gallery > div#preise:before, .grid#preise:before {
          left: 50px;
          top: 25px;
          bottom: 25px; } }
    .grid.bg-primary > *, .bg-primary.rs-columns > *, .rs-columns#preise > *, .ce_gallery > div.bg-primary > *, .ce_gallery > div#preise > *, .grid#preise > * {
      position: relative; }
  .grid.collapse, .collapse.rs-columns, .ce_gallery > div.collapse {
    margin-left: 0; }
    .grid.collapse > *, .collapse.rs-columns > *, .ce_gallery > div.collapse > * {
      padding-left: 0;
      padding-top: 0;
      padding-bottom: 0; }
    .grid.collapse.bg-primary, .collapse.bg-primary.rs-columns, .collapse.rs-columns#preise, .ce_gallery > div.collapse.bg-primary, .ce_gallery > div.collapse#preise, .grid.collapse#preise {
      background: #0095db;
      position: static; }
      .grid.collapse.bg-primary:before, .collapse.bg-primary.rs-columns:before, .collapse.rs-columns#preise:before, .ce_gallery > div.collapse.bg-primary:before, .ce_gallery > div.collapse#preise:before, .grid.collapse#preise:before {
        display: none; }
  .grid.gutter-small, .gutter-small.rs-columns, .ce_gallery > div.gutter-small {
    margin-left: -15px;
    margin-top: -7.5px;
    margin-bottom: -7.5px; }
    @media (min-width: 1200px) {
      .grid.gutter-small, .gutter-small.rs-columns, .ce_gallery > div.gutter-small {
        margin-left: -40px;
        margin-top: -20px;
        margin-bottom: -20px; } }
    .grid.gutter-small > *, .gutter-small.rs-columns > *, .ce_gallery > div.gutter-small > * {
      width: 100%;
      padding-left: 15px;
      padding-top: 7.5px;
      padding-bottom: 7.5px; }
      @media (min-width: 1200px) {
        .grid.gutter-small > *, .gutter-small.rs-columns > *, .ce_gallery > div.gutter-small > * {
          padding-left: 40px;
          padding-top: 20px;
          padding-bottom: 20px; } }
    .grid.gutter-small.bg-primary:before, .gutter-small.bg-primary.rs-columns:before, .gutter-small.rs-columns#preise:before, .ce_gallery > div.gutter-small.bg-primary:before, .ce_gallery > div.gutter-small#preise:before, .grid.gutter-small#preise:before {
      left: 15px;
      top: 7.5px;
      bottom: 7.5px;
      right: 0; }
      @media (min-width: 1200px) {
        .grid.gutter-small.bg-primary:before, .gutter-small.bg-primary.rs-columns:before, .gutter-small.rs-columns#preise:before, .ce_gallery > div.gutter-small.bg-primary:before, .ce_gallery > div.gutter-small#preise:before, .grid.gutter-small#preise:before {
          left: 40px;
          top: 20px;
          bottom: 20px; } }
    .grid.gutter-small.bg-primary > *, .gutter-small.bg-primary.rs-columns > *, .gutter-small.rs-columns#preise > *, .ce_gallery > div.gutter-small.bg-primary > *, .ce_gallery > div.gutter-small#preise > *, .grid.gutter-small#preise > * {
      position: relative; }
  .grid.gutter-xsmall, .gutter-xsmall.rs-columns, .ce_gallery > div {
    margin-left: -15px;
    margin-top: -7.5px;
    margin-bottom: -7.5px; }
    .grid.gutter-xsmall > *, .gutter-xsmall.rs-columns > *, .ce_gallery > div > * {
      width: 100%;
      padding-left: 15px;
      padding-top: 7.5px;
      padding-bottom: 7.5px; }
  .grid.center, .center.rs-columns, .ce_gallery > div.center {
    align-items: center; }

.w-1-2, .ce_gallery > div > div {
  width: 50%; }

.w-1-3 {
  width: 33.333333%; }

.w-2-3 {
  width: 66.666666%; }

.w-1-4 {
  width: 25%; }

.w-1-5 {
  width: 20%; }

@media (min-width: 480px) {
  .w-1-2\@xs {
    width: 50%; }
  .w-1-3\@xs {
    width: 33.33333%; }
  .w-2-3\@xs {
    width: 66.66666%; }
  .w-1-4\@xs {
    width: 25%; }
  .w-1-5\@xs {
    width: 20%; } }

@media (min-width: 640px) {
  .w-1-2\@s {
    width: 50%; }
  .w-1-3\@s, .ce_gallery > div > div {
    width: 33.33333%; }
  .w-2-3\@s {
    width: 66.66666%; }
  .w-1-4\@s {
    width: 25%; }
  .w-1-5\@s {
    width: 20%; } }

@media (min-width: 960px) {
  .w-1-2\@m, .mod_newslist .layout_latest {
    width: 50%; }
  .w-1-3\@m {
    width: 33.33333%; }
  .w-2-3\@m {
    width: 66.66666%; }
  .w-1-4\@m {
    width: 25%; }
  .w-1-5\@m {
    width: 20%; }
  .w-2-5\@m {
    width: 40%; }
  .w-3-5\@m {
    width: 60%; } }

@media (min-width: 1200px) {
  .w-1-2\@l {
    width: 50%; }
  .w-1-3\@l {
    width: 33.33333%; }
  .w-2-3\@l {
    width: 66.66666%; }
  .w-1-4\@l, .ce_gallery > div > div {
    width: 25%; }
  .w-3-4\@l {
    width: 75%; }
  .w-1-5\@l {
    width: 20%; } }

@media (min-width: 1600px) {
  .w-1-2\@xl {
    width: 50%; }
  .w-1-3\@xl {
    width: 33.33333%; }
  .w-2-3\@xl {
    width: 66.66666%; }
  .w-1-4\@xl {
    width: 25%; }
  .w-3-4\@xl {
    width: 75%; }
  .w-1-5\@xl {
    width: 20%; }
  .w-2-5\@xl {
    width: 40%; }
  .w-3-5\@xl {
    width: 60%; }
  .w-4-5\@xl {
    width: 80%; } }

.hidden {
  display: none; }

.visible {
  display: block; }

@media (min-width: 640px) {
  .hidden\@s {
    display: none !important; } }

@media (max-width: 639px) {
  .visible\@s, .flickity-prev-next-button {
    display: none !important; } }

@media (min-width: 960px) {
  .hidden\@m {
    display: none !important; } }

@media (max-width: 959px) {
  .visible\@m {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden\@l {
    display: none !important; } }

@media (max-width: 1199px) {
  .visible\@l {
    display: none !important; } }

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

@media (min-width: 640px) {
  .text-center\@s {
    text-align: center; } }

@media (min-width: 960px) {
  .text-center\@m {
    text-align: center; } }

.bg-primary, #preise {
  background-color: #0095db; }

.bg-secondary {
  background-color: #ae0f0a; }

.bg-muted {
  background-color: #f6f6f6; }

.text-primary {
  color: #0095db; }

.text-secondary {
  color: #ae0f0a; }

.text-muted {
  color: #999; }

.meta {
  text-align: left !important;
  color: #666; }

.reset-list, #nav-main ul, footer#bottom ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .reset-list li, #nav-main ul li, footer#bottom ul li {
    list-style: none;
    padding: 0; }
    .reset-list li:before, #nav-main ul li:before, footer#bottom ul li:before {
      display: none; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

.inverse *, .ce_rsce_badge > div *, footer#page-footer * {
  color: #fff; }

.inverse h1, .ce_rsce_badge > div h1, footer#page-footer h1, .inverse h2, .ce_rsce_badge > div h2, footer#page-footer h2, .inverse h3, .ce_rsce_badge > div h3, footer#page-footer h3, .inverse h4, .ce_rsce_badge > div h4, footer#page-footer h4, .inverse h5, .ce_rsce_badge > div h5, footer#page-footer h5, .inverse h6, .ce_rsce_badge > div h6, footer#page-footer h6 {
  color: #fff; }

.inverse a, .ce_rsce_badge > div a, footer#page-footer a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none; }
  .inverse a:hover, .ce_rsce_badge > div a:hover, footer#page-footer a:hover, .inverse a:focus, .ce_rsce_badge > div a:focus, footer#page-footer a:focus {
    outline: none;
    text-decoration: none;
    color: #fff; }

.cover-container {
  position: relative;
  overflow: hidden; }
  .cover-container > .cover {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  .cover-container > .fill {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }

.embed-responsive, .ce_youtube .video_container,
.ce_player .video_container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 65%; }
  .embed-responsive > *, .ce_youtube .video_container > *, .ce_player .video_container > * {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }

.menu-button {
  display: block;
  position: relative;
  height: 16px;
  width: 24px; }
  .menu-button > span, .menu-button:before, .menu-button:after {
    display: block;
    background: #000;
    height: 2px;
    position: absolute;
    width: 100%; }
  .menu-button > span {
    top: 50%;
    margin-top: -1px;
    transition: opacity linear 0.3s; }
  .menu-button:before {
    content: "";
    top: 0;
    transition: transform linear 0.3s; }
  .menu-button:after {
    content: "";
    bottom: 0;
    transition: transform linear 0.3s; }
  .menu-button.close:before, body.nav-show #page-header #menu-button:before {
    transform: rotate(-135deg);
    top: 50%;
    margin-top: -1px; }
  .menu-button.close:after, body.nav-show #page-header #menu-button:after {
    transform: rotate(135deg);
    top: 50%;
    margin-top: -1px; }
  .menu-button.close > span, body.nav-show #page-header #menu-button > span {
    opacity: 0; }
  .menu-button.inverse > span, .inverse .menu-button > span, .ce_rsce_badge > div .menu-button > span, footer#page-footer .menu-button > span, .ce_rsce_badge > div.menu-button > span, footer.menu-button#page-footer > span, .menu-button.inverse:before, .inverse .menu-button:before, .ce_rsce_badge > div .menu-button:before, footer#page-footer .menu-button:before, .ce_rsce_badge > div.menu-button:before, footer.menu-button#page-footer:before, .menu-button.inverse:after, .inverse .menu-button:after, .ce_rsce_badge > div .menu-button:after, footer#page-footer .menu-button:after, .ce_rsce_badge > div.menu-button:after, footer.menu-button#page-footer:after {
    background: #fff; }

form {
  margin-top: 20px; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit; }

input[type=text],
input[type=search],
input[type=email],
input[type=number],
input[type=password],
input[type=tel],
select,
textarea {
  width: 100%;
  padding: 0 16px;
  height: 70px;
  background: #fff;
  border: 4px solid #000;
  outline: none; }
  input[type=text]:focus,
  input[type=search]:focus,
  input[type=email]:focus,
  input[type=number]:focus,
  input[type=password]:focus,
  input[type=tel]:focus,
  select:focus,
  textarea:focus {
    background: #ececec; }

textarea {
  padding: 16px;
  height: auto; }

input[type=checkbox] {
  margin: 1px 4px 0 0; }

fieldset {
  border: none; }

label {
  display: block;
  font-size: 16px;
  color: #666; }

.inverse input, .ce_rsce_badge > div input, footer#page-footer input, .inverse textarea, .ce_rsce_badge > div textarea, footer#page-footer textarea {
  color: #fff;
  border-bottom: 1px solid #333; }
  .inverse input:focus, .ce_rsce_badge > div input:focus, footer#page-footer input:focus, .inverse textarea:focus, .ce_rsce_badge > div textarea:focus, footer#page-footer textarea:focus {
    border-bottom: 1px solid #666; }

table {
  border-collapse: collapse;
  width: 100%; }
  table:not(:first-child) {
    margin-top: 20px; }
  table tr {
    border-top: 1px solid #ddd; }
  table th, table td {
    display: block;
    text-align: center;
    padding: 8px 0; }
    table th + th, table th + td, table td + th, table td + td {
      padding-top: 0; }
  table > tr:first-child,
  table > thead:first-child > tr:first-child,
  table > tbody:first-child > tr:first-child {
    border-top: none; }
  table tfoot:first-of-type > tr:first-child {
    border-top: solid #ddd; }
  table thead td, table th {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 14px;
    color: #666;
    text-align: center; }
  @media (min-width: 960px) {
    table th, table td {
      display: table-cell;
      padding: 8px 16px;
      text-align: left; }
      table th + th, table th + td, table td + th, table td + td {
        padding-top: 8px; }
      table th:first-child, table td:first-child {
        padding-left: 0; }
    table thead td {
      text-align: left; } }

ul.breadcrumb {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #999;
  font-size: 14px; }
  ul.breadcrumb li {
    display: inline-block; }
    ul.breadcrumb li:not(:first-child):before {
      content: "/";
      display: inline-block;
      margin: 0 10px;
      color: #999; }
  ul.breadcrumb a {
    color: #999;
    text-decoration: none; }
    ul.breadcrumb a:hover, ul.breadcrumb a:focus {
      outline: none;
      text-decoration: none;
      color: #666; }

.invisible {
  visibility: hidden;
  position: absolute;
  width: 0;
  height: 0; }

#content .mod_article.no-spacing-top {
  margin-top: 0; }

#content .mod_article.no-spacing-bottom {
  margin-bottom: 0; }

#content .mod_article .block:first-child {
  margin-top: 0 !important; }

#content .mod_article .block:last-child {
  margin-bottom: 0 !important; }

#content .block:not(.mod_article) {
  margin: 30px 0; }

.rs-column > div {
  height: 100%; }
  .rs-column > div.center {
    display: flex;
    flex-direction: column;
    justify-content: center; }

.rs-column.-large-col-1-1 {
  width: 100%; }

.rs-column.-large-col-2-1 {
  width: 50%; }

.rs-column.-large-col-2-2 {
  width: 100%; }

.rs-column.-large-col-3-1 {
  width: 33.33333%; }

.rs-column.-large-col-3-2 {
  width: 66.66667%; }

.rs-column.-large-col-3-3 {
  width: 100%; }

.rs-column.-large-col-4-1 {
  width: 25%; }

.rs-column.-large-col-4-2 {
  width: 50%; }

.rs-column.-large-col-4-3 {
  width: 75%; }

.rs-column.-large-col-4-4 {
  width: 100%; }

.rs-column.-large-col-5-1 {
  width: 20%; }

.rs-column.-large-col-5-2 {
  width: 40%; }

.rs-column.-large-col-5-3 {
  width: 60%; }

.rs-column.-large-col-5-4 {
  width: 80%; }

.rs-column.-large-col-5-5 {
  width: 100%; }

.rs-column.-large-col-6-1 {
  width: 16.66667%; }

.rs-column.-large-col-6-2 {
  width: 33.33333%; }

.rs-column.-large-col-6-3 {
  width: 50%; }

.rs-column.-large-col-6-4 {
  width: 66.66667%; }

.rs-column.-large-col-6-5 {
  width: 83.33333%; }

.rs-column.-large-col-6-6 {
  width: 100%; }

@media (max-width: 959px) {
  .rs-column.-medium-col-1-1 {
    width: 100%; }
  .rs-column.-medium-col-2-1 {
    width: 50%; }
  .rs-column.-medium-col-2-2 {
    width: 100%; }
  .rs-column.-medium-col-3-1 {
    width: 33.33333%; }
  .rs-column.-medium-col-3-2 {
    width: 66.66667%; }
  .rs-column.-medium-col-3-3 {
    width: 100%; }
  .rs-column.-medium-col-4-1 {
    width: 25%; }
  .rs-column.-medium-col-4-2 {
    width: 50%; }
  .rs-column.-medium-col-4-3 {
    width: 75%; }
  .rs-column.-medium-col-4-4 {
    width: 100%; }
  .rs-column.-medium-col-5-1 {
    width: 20%; }
  .rs-column.-medium-col-5-2 {
    width: 40%; }
  .rs-column.-medium-col-5-3 {
    width: 60%; }
  .rs-column.-medium-col-5-4 {
    width: 80%; }
  .rs-column.-medium-col-5-5 {
    width: 100%; }
  .rs-column.-medium-col-6-1 {
    width: 16.66667%; }
  .rs-column.-medium-col-6-2 {
    width: 33.33333%; }
  .rs-column.-medium-col-6-3 {
    width: 50%; }
  .rs-column.-medium-col-6-4 {
    width: 66.66667%; }
  .rs-column.-medium-col-6-5 {
    width: 83.33333%; }
  .rs-column.-medium-col-6-6 {
    width: 100%; } }

@media (max-width: 639px) {
  .rs-column.-small-col-1-1 {
    width: 100%; }
  .rs-column.-small-col-2-1 {
    width: 50%; }
  .rs-column.-small-col-2-2 {
    width: 100%; }
  .rs-column.-small-col-3-1 {
    width: 33.33333%; }
  .rs-column.-small-col-3-2 {
    width: 66.66667%; }
  .rs-column.-small-col-3-3 {
    width: 100%; }
  .rs-column.-small-col-4-1 {
    width: 25%; }
  .rs-column.-small-col-4-2 {
    width: 50%; }
  .rs-column.-small-col-4-3 {
    width: 75%; }
  .rs-column.-small-col-4-4 {
    width: 100%; }
  .rs-column.-small-col-5-1 {
    width: 20%; }
  .rs-column.-small-col-5-2 {
    width: 40%; }
  .rs-column.-small-col-5-3 {
    width: 60%; }
  .rs-column.-small-col-5-4 {
    width: 80%; }
  .rs-column.-small-col-5-5 {
    width: 100%; }
  .rs-column.-small-col-6-1 {
    width: 16.66667%; }
  .rs-column.-small-col-6-2 {
    width: 33.33333%; }
  .rs-column.-small-col-6-3 {
    width: 50%; }
  .rs-column.-small-col-6-4 {
    width: 66.66667%; }
  .rs-column.-small-col-6-5 {
    width: 83.33333%; }
  .rs-column.-small-col-6-6 {
    width: 100%; } }

.ce_tcclink {
  height: 100%; }

.ce_tcclink > * {
  display: block;
  height: 100%;
  border: 10px solid #000;
  background: #ae0f0a;
  position: relative; }

.ce_tcclink > * > div {
  height: 100%;
  padding: 60px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative; }

.ce_tcclink h3 {
  font-size: 30px;
  line-height: 1.1;
  color: #fff;
  margin: 0;
  display: flex;
  align-items: center;
  word-break: keep-all; }

.ce_tcclink p {
  color: #fff;
  margin: 0; }

.ce_tcclink > *:hover {
  background: #0095db;
  text-decoration: none; }

.ce_tcclink > *:before {
  content: "";
  display: block;
  position: absolute;
  left: -70px;
  top: -60px;
  width: 220px;
  height: 200px;
  background: url(../images/mouse-over-bam.svg) no-repeat left top;
  background-size: contain;
  visibility: hidden; }

.ce_tcclink > *:hover:before {
  visibility: visible; }

.ce_tcclink > *.hover-1:before, .ce_tcclink > *.hover-3:hover:before {
  width: 165px;
  left: -50px; }

.ce_tcclink > *.hover-1:before {
  background-image: url(../images/mouse-over-bam.svg); }

.ce_tcclink > *.hover-2:before {
  background-image: url(../images/mouse-over-cool.svg); }

.ce_tcclink > *.hover-3:before {
  background-image: url(../images/mouse-over-juhu.svg); }

.ce_tcclink > *.hover-4:before {
  background-image: url(../images/mouse-over-yeah.svg); }

#home-bubbles .ce_tcclink a {
  border: none;
  background: transparent url(../images/Bubble-3.svg) no-repeat;
  background-size: contain;
  width: 100%;
  height: 0;
  padding-bottom: 89%;
  position: relative;
  /* animation: float 6s ease-in-out infinite; */
  transition: transform ease-out 0.2s; }

#home-bubbles .ce_tcclink a:before {
  display: none !important; }

#home-bubbles .ce_tcclink a > div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 27% 10% 22%; }

#home-bubbles .ce_tcclink h3 {
  color: #ae0f0a; }

#home-bubbles .ce_tcclink p {
  color: #000;
  font-weight: 800; }

#home-bubbles .ce_tcclink a:hover {
  transform: translateY(-20px); }

#home-bubbles .ce_tcclink a:hover {
  /* background-image: url(../IMG/Bubble-3-hover.svg); */ }

/* #home-bubbles .ce_tcclink a:hover h3 { color: #fff; }
#home-bubbles .ce_tcclink a:hover p { color: #ae0f0a; } */
#slider-home {
  max-width: 1400px;
  margin: 0 auto; }

#slider-home img {
  width: 100%; }

.owl-theme .owl-controls .owl-page span {
  background: #fff;
  height: 22px !important;
  width: 22px !important;
  border: 5px solid #000;
  opacity: 1; }

.owl-theme .owl-controls .owl-page:hover span,
.owl-theme .owl-controls .owl-page.active span {
  background: #ae0f0a; }

#fuhrpark {
  overflow: visible !important; }

#fuhrpark .owl-item {
  padding: 0 20px; }

#fuhrpark .owl-item .item {
  line-height: 1;
  position: relative; }

#fuhrpark .owl-item .item > div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/slider-mask.png) no-repeat;
  background-size: 100% 100%; }

#fuhrpark .owl-theme .owl-controls {
  margin: 0; }

#fuhrpark .owl-theme .owl-controls .owl-pagination {
  margin-top: 20px; }

#fuhrpark .owl-theme .owl-controls .owl-buttons {
  display: none; }

#fuhrpark .owl-theme .owl-controls .owl-buttons > div {
  position: absolute;
  width: 140px;
  height: 126px;
  top: 50%;
  margin-top: -63px;
  background-size: contain; }

#fuhrpark .owl-theme .owl-controls .owl-buttons > .owl-prev {
  left: 0;
  background: url(../images/nav-left.svg);
  opacity: 1; }

#fuhrpark .owl-theme .owl-controls .owl-buttons > .owl-next {
  right: 0;
  background: url(../images/nav-right.svg);
  opacity: 1; }

#fuhrpark .owl-theme .owl-controls .owl-buttons > .owl-prev:hover {
  background: url(../images/nav-left-hover.svg); }

#fuhrpark .owl-theme .owl-controls .owl-buttons > .owl-next:hover {
  background: url(../images/nav-right-hover.svg); }

@media (min-width: 960px) {
  #fuhrpark .owl-carousel {
    padding: 0 160px; }
  #fuhrpark .owl-theme .owl-controls .owl-buttons {
    display: block !important; }
  #fuhrpark .owl-theme .owl-controls .owl-pagination {
    display: none !important; } }

.coursebox {
  border: 1px solid #ae0f0a; }

.coursebox .title {
  padding: 10px 20px;
  background: #ae0f0a;
  color: #fff;
  font-size: 22px; }

.coursebox .title .left {
  text-transform: uppercase;
  font-weight: bold; }

.coursebox .title .left span.classes {
  display: block;
  font-size: 13px;
  margin-top: 4px; }

.coursebox .title .right {
  font-weight: bold;
  font-size: 18px;
  margin-top: 4px; }

.coursebox .title .right i.fas {
  font-size: 12px;
  margin-right: 4px;
  vertical-align: middle; }

.coursebox .content {
  padding: 20px; }

.coursebox .content p:last-child {
  margin-bottom: 0; }

@media (min-width: 960px) {
  .coursebox .title {
    display: flex;
    justify-content: space-between; }
  .coursebox .title .left span.classes {
    margin-top: 0; }
  .coursebox .title .right {
    margin-top: 0;
    display: flex;
    align-items: center; }
  .coursebox .title .right i.fas {
    font-size: 15px;
    margin-right: 8px; } }

#bc {
  margin: 20px 0 0 0; }

.mod_breadcrumb {
  font-size: 11px; }

.mod_breadcrumb ul {
  margin: 0;
  padding: 0; }

.mod_breadcrumb ul li {
  display: inline-block;
  position: relative; }

.mod_breadcrumb ul li a {
  color: #000; }

.mod_breadcrumb ul li:not(:first-child) {
  margin-left: 20px; }

.mod_breadcrumb ul li:not(:first-child):before {
  content: "//";
  display: block;
  position: absolute;
  left: -15px;
  top: 0; }

.ce_downloads {
  padding: 26px 0 0 90px;
  background: url(../images/Pfeil.svg) no-repeat -10px top;
  background-size: 81px 78px; }

.ce_downloads a {
  color: #000; }

.submit_container {
  text-align: center; }

input.submit, .button, button {
  display: inline-block;
  padding: 30px 60px;
  text-align: center;
  background: transparent url(../images/button.svg) no-repeat center top;
  background-size: 100% 200%;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  font-size: 20px;
  border: none;
  line-height: 1.1; }

.button.small {
  padding: 20px 40px;
  font-size: 16px; }

.button.blue, .widget-submit.blue button {
  background-position: center 100%;
  color: #fff; }

.button.blue:hover, .widget-submit.blue button:hover {
  background-position: center top;
  color: #0095db;
  text-decoration: none !important; }

input.submit:hover, button:hover, .button:hover {
  background-position: center 100%;
  text-decoration: none;
  color: #fff; }

.ce_image {
  line-height: 1;
  margin-bottom: -2px; }

.custom-list, .ce_text ul, .ce_downloads ul {
  padding-left: 0; }
  .custom-list li, .ce_text ul li, .ce_downloads ul li {
    list-style: none;
    position: relative;
    padding-left: 24px; }
    .custom-list li:before, .ce_text ul li:before, .ce_downloads ul li:before {
      display: inline-block;
      content: "";
      width: 0;
      height: 0;
      border-top: 6px solid transparent;
      border-bottom: 6px solid transparent;
      border-left: 10px solid #000;
      position: absolute;
      left: 6px;
      top: 6px; }

.ce_rsce_infobox {
  padding-top: 30px; }
  .ce_rsce_infobox > div {
    background: #fff;
    border: 8px solid #ae0f0a;
    position: relative;
    padding: 30px; }
  .ce_rsce_infobox .title {
    color: #ae0f0a;
    position: absolute;
    background: #fff;
    padding: 8px 8px 8px 8px;
    font-size: 24px;
    top: -26px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap; }
    .ce_rsce_infobox .title:before {
      display: none;
      content: "";
      position: absolute;
      left: 10px;
      top: -35px;
      width: 80px;
      height: 110px;
      /* margin-top: -40px; */
      background: url(../images/rufzeichen_rot.svg) no-repeat left center;
      background-size: 80px auto; }
  .ce_rsce_infobox hr {
    border-color: #ae0f0a;
    margin: 30px 0; }
  @media (min-width: 960px) {
    .ce_rsce_infobox .title {
      padding-left: 90px;
      font-size: 40px;
      top: -35px; }
      .ce_rsce_infobox .title:before {
        display: block; }
    .ce_rsce_infobox > div {
      padding: 50px; } }

.ce_gallery > div > div > a {
  display: block;
  width: 100%;
  padding-bottom: 100%;
  border: 8px solid #000;
  position: relative;
  line-height: 1;
  background: #0095db;
  overflow: hidden; }
  .ce_gallery > div > div > a > div {
    background: transparent no-repeat center center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform-origin: 50% 50%;
    transition: all linear 0.1s; }
  .ce_gallery > div > div > a:hover > div {
    opacity: 0.9; }

.ce_rsce_linkbox {
  text-align: center; }
  .ce_rsce_linkbox .text {
    margin-top: 10px; }

.ce_rsce_slider {
  position: relative; }
  .ce_rsce_slider .slide {
    width: 100%;
    height: 400px; }
    .ce_rsce_slider .slide > div {
      background: transparent no-repeat center center;
      background-size: cover;
      height: 100%; }
  @media (min-width: 960px) {
    .ce_rsce_slider .slide {
      height: 500px; } }
  @media (min-width: 960px) {
    .ce_rsce_slider .slide {
      height: 600px; } }

.flickity-page-dots {
  background: #fff;
  bottom: 0;
  z-index: 1;
  padding-top: 20px;
  margin-top: 0; }
  .flickity-page-dots .dot {
    background: #0095db; }

.flickity-prev-next-button {
  background: none;
  opacity: 1;
  width: 64px;
  height: 64px; }
  .flickity-prev-next-button:hover, .flickity-prev-next-button:focus, .flickity-prev-next-button:active {
    background: none;
    opacity: 0.8; }
  .flickity-prev-next-button svg {
    display: none; }
  .flickity-prev-next-button::before {
    display: block;
    font-size: 50px;
    content: "\f054";
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.4); }
  .flickity-prev-next-button.previous:before {
    content: "\f053"; }

.ce_rsce_counter {
  text-align: center;
  font-weight: bold; }
  .ce_rsce_counter .numscroller-wrap {
    display: block;
    font-size: 60px;
    line-height: 1.1; }
  .ce_rsce_counter .text {
    font-size: 24px; }
  @media (min-width: 1200px) {
    .ce_rsce_counter .numscroller-wrap {
      font-size: 100px; }
    .ce_rsce_counter .text {
      font-size: 30px; } }

.ce_rsce_iconbox {
  text-align: center; }
  .ce_rsce_iconbox .img {
    height: 80px; }
    .ce_rsce_iconbox .img img {
      height: 100%;
      width: auto; }
  .ce_rsce_iconbox .text {
    margin-top: 20px; }

.ce_rsce_badge {
  width: 100%;
  max-width: 300px;
  margin: 0 auto; }
  .ce_rsce_badge > div {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background: #0095db;
    border-radius: 50%;
    position: relative;
    transition: all ease-out 0.3s; }
    .ce_rsce_badge > div:hover {
      transform: rotate(6deg) scale(1.1); }
    .ce_rsce_badge > div > * {
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
  .ce_rsce_badge .contents {
    text-align: center;
    padding: 0 30px; }
  .ce_rsce_badge .img img {
    width: 60px; }
  .ce_rsce_badge .heading {
    margin-top: 10px;
    color: #fff; }
  .ce_rsce_badge .text {
    line-height: 1.2;
    margin-top: 8px; }

.fontawesome, .flickity-prev-next-button::before {
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900; }

.bg-muted {
  background: url(../images/punkte-bg.png); }

.bg-muted, .bg-primary, #preise, .bg-secondary {
  border-top: 8px solid #000;
  border-bottom: 8px solid #000; }

/*
.clearfix {
  &:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
  }
}
*/
.text-link, #nav-main a, footer#bottom a {
  color: #000;
  text-decoration: none; }
  .text-link:hover, #nav-main a:hover, footer#bottom a:hover, .text-link:focus, #nav-main a:focus, footer#bottom a:focus {
    outline: none;
    text-decoration: none;
    color: #1a1a1a; }

#page-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  z-index: 10;
  background: #fff;
  transition: all ease-in-out 0.15s;
  border-bottom: 1px solid #ae0f0a; }
  body {
    padding-top: 70px; }
  #page-header.headroom--not-top {
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2); }
  #page-header .container {
    height: 100%; }
    #page-header .container > div {
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between; }
  #page-header #logo {
    width: 180px;
    line-height: 1; }
  @media (min-width: 960px) {
    #page-header {
      height: 90px; }
      #page-header #logo {
        width: 300px; }
      body {
        padding-top: 90px; } }
  @media (min-width: 1200px) {
    #page-header #menu-button {
      display: none; } }

@media (max-width: 1199px) {
  #nav-main {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: #fff;
    box-shadow: 0 3px 3px 0 rgba(100, 100, 100, 0.1);
    padding: 30px 0;
    transition: all ease-in-out 0.3s;
    transform-origin: 50% 0;
    transform: translateY(0) scaleY(0);
    opacity: 0; }
    body.nav-show #nav-main {
      transform: translateY(0) scaleY(1);
      opacity: 1; }
    #nav-main ul {
      padding-left: 20px; }
      #nav-main ul li {
        position: relative;
        margin: 8px 0; }
        #nav-main ul li a {
          display: inline-block;
          padding: 2px 8px;
          text-transform: uppercase;
          font-weight: 800;
          font-size: 18px; }
        #nav-main ul li a:hover,
        #nav-main ul li.trail > a,
        #nav-main ul li.active > a {
          color: #0095db; }
        #nav-main ul li ul {
          display: none;
          padding-left: 0; }
          #nav-main ul li ul li a {
            font-size: 16px; }
        #nav-main ul li span.toggle {
          position: absolute;
          left: -18px;
          top: 4px;
          transition: transform linear 0.1s; }
        #nav-main ul li.show-submenu span.toggle {
          transform: rotate(180deg); }
        #nav-main ul li.show-submenu ul {
          display: block; } }

@media (min-width: 1200px) {
  #nav-main .container {
    padding: 0;
    max-width: none; }
  #nav-main ul.level_1 > li {
    height: 90px;
    line-height: 90px;
    position: relative;
    display: inline-block;
    padding: 0 17px;
    margin: 0 -2px; }
    #nav-main ul.level_1 > li a {
      text-transform: uppercase;
      font-weight: 800;
      font-size: 17px; }
    #nav-main ul.level_1 > li > a:hover, #nav-main ul.level_1 > li.active > a, #nav-main ul.level_1 > li.trail > a {
      color: #0095db;
      text-decoration: none; }
  #nav-main span.toggle {
    display: none; }
  #nav-main li.submenu:hover:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 16px solid #0095db; }
  #nav-main li.submenu:hover ul.level_2 {
    display: flex; }
  #nav-main ul.level_2 {
    position: absolute;
    right: -350px;
    height: 340px;
    padding: 40px;
    font-size: 20px;
    font-weight: 400;
    width: 700px;
    display: none;
    flex-direction: column;
    flex-wrap: wrap; }
    #nav-main ul.level_2:before {
      display: block;
      position: absolute;
      top: 0;
      content: '';
      height: 340px;
      width: 200vw;
      background: #0095db;
      left: -150vw;
      transform: translateX(50vw);
      z-index: -1; }
    #nav-main ul.level_2 > li {
      white-space: nowrap;
      height: auto;
      line-height: 1.5;
      margin: 10px 0;
      width: 350px; }
      #nav-main ul.level_2 > li > a:hover, #nav-main ul.level_2 > li.active > a {
        color: #fff;
        text-decoration: none;
        border-bottom: 2px solid #fff; }
      #nav-main ul.level_2 > li > a {
        color: #fff; }
  #nav-main li.submenu.cols-2 ul.level_2 {
    width: 880px; }
  #nav-main span.toggle {
    display: none; } }

footer#page-footer {
  background: #000;
  text-align: center; }

footer#bottom {
  padding: 15px 0;
  text-align: center; }
  footer#bottom .container > div {
    /* display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around; */ }
  footer#bottom ul {
    width: 100%; }
  footer#bottom .fb {
    margin-top: 10px; }
    footer#bottom .fb img {
      width: 30px; }
  footer#bottom .made-by {
    width: 100%;
    margin-top: 10px; }
  @media (min-width: 960px) {
    footer#bottom ul {
      width: auto; }
      footer#bottom ul li {
        display: inline-block;
        position: relative; }
        footer#bottom ul li:not(:first-child) {
          padding-left: 10px; }
          footer#bottom ul li:not(:first-child):before {
            position: absolute;
            content: "";
            display: block;
            left: -2px;
            height: 18px;
            top: 4px;
            width: 1px;
            background: #000; }
        footer#bottom ul li:not(:first-child) {
          margin-left: 10px; } }

body.layout-2 #main .container,
body.layout-news #main .container {
  padding: 0; }

@media (min-width: 1200px) {
  body.layout-2 #main,
  body.layout-news #main {
    width: 66.666666%; }
  body.layout-2 aside,
  body.layout-news aside {
    width: 33.333333%;
    padding-top: 62px; } }

#preise {
  text-align: center; }

.no-padding-bottom {
  padding-bottom: 0 !important; }

.ce_image img {
  margin-bottom: -2px; }

@media (min-width: 960px) {
  .mod_newslist {
    margin-top: 50px !important; } }

.mod_newslist #last-append-point,
.mod_newslist #ajax-apend {
  padding: 0 !important; }

.mod_newslist .layout_latest {
  margin: 0 !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important; }
  .mod_newslist .layout_latest a {
    display: flex;
    align-items: center; }
    .mod_newslist .layout_latest a time {
      display: block;
      width: 60px;
      height: 60px;
      background: #ae0f0a;
      padding: 7px;
      color: #fff;
      flex: 0 0 auto;
      margin: 2px 0 0 0; }
      .mod_newslist .layout_latest a time span {
        display: block;
        text-align: center;
        font-size: 20px;
        line-height: 1.1;
        font-weight: 900; }
    .mod_newslist .layout_latest a .arrow {
      width: 60px;
      height: 50px;
      flex: 0 0 auto;
      background: url(../images/pfeil-news.svg) no-repeat left center;
      background-size: contain; }
    .mod_newslist .layout_latest a > div {
      padding-left: 10px;
      flex: 1 1 auto; }
    .mod_newslist .layout_latest a h3 {
      margin: 0;
      text-transform: none; }
    .mod_newslist .layout_latest a p.more {
      margin: 0;
      text-align: right;
      color: #ae0f0a; }
    .mod_newslist .layout_latest a:hover h3 {
      color: #ae0f0a; }
    .mod_newslist .layout_latest a:hover p.more {
      text-decoration: underline; }

.mod_newslist .read-all {
  text-align: right; }

#news-load-more-wrap {
  text-align: center; }

#news-load-more.disabled {
  opacity: 0.3;
  pointer-events: none; }

.mod_newslist.news-latest .inner {
  background: #f8f8f8;
  padding: 20px; }

.mod_newslist.news-latest .layout_latest {
  width: 100%; }

.mod_newsreader .layout_full p.info {
  margin: 0;
  font-weight: 400; }

.mod_newsreader .layout_full h1 {
  margin-top: 6px; }

.mod_newsreader .layout_full .subheadline {
  margin-top: 8px; }

.mod_newsreader .layout_full .teaser {
  margin: 20px 0;
  font-weight: 600;
  font-size: 18px; }

.special-button-wrap {
  width: 400px;
  max-width: 100%; }

.special-button {
  display: block;
  height: 0;
  padding: 0 0 33% 0;
  background: url(../images/button-special.svg) no-repeat left top;
  background-size: 100% auto;
  margin: 0 -10px 20px -10px; }

.widget {
  margin-top: 30px; }
  .widget label {
    margin-bottom: 10px; }
  .widget.widget-text > label,
  .widget.widget-select > label {
    display: none; }

.widget-checkbox input, .widget-radio input {
  margin: 6px 8px 0 0;
  float: left; }

.widget-checkbox label, .widget-radio label {
  margin: 0; }

.widget-submit {
  text-align: center; }

body.id-2 #bc {
  display: none; }

#article-299 a {
  color: #fff; }
  #article-299 a:hover {
    color: #0095db; }

#article-299 h2 + p {
  margin-top: 0; }

#form-anmeldung .formbody {
  display: flex;
  flex-wrap: wrap; }

#form-anmeldung .widget {
  width: 100%; }

#maps {
  position: relative;
  height: 500px; }
  #maps iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important; }

#ctrl_96 > span {
  display: inline-block;
  white-space: nowrap; }
  #ctrl_96 > span:not(:last-child) {
    margin-right: 40px; }

#article-372 .ce_rsce_infobox {
  margin-top: 60px !important; }
