@charset "UTF-8";

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

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 300;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #d9d9d9;
  text-decoration: underline;
}

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

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

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

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

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

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

@media (max-width: 1200px) {
  legend {
    font-size: calc(1.275rem + 0.3vw);
  }
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/* Umbrüche erzwingen */
/* Wysihtml5 Klassen */
.wysiwyg-float-left {
  float: left;
}

.wysiwyg-float-right {
  float: right;
}

.wysiwyg-font-size-large {
  font-size: 1.2em;
}

.wysiwyg-font-size-medium {
  font-size: 1em;
}

.wysiwyg-font-size-small {
  font-size: 0.8em;
}

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

.wysiwyg-text-align-justify {
  text-align: justify;
}

.wysiwyg-text-align-left {
  text-align: left;
}

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

.wysiwyg-color-eins {
  color: #eee !important;
}

.wysiwyg-color-zwei {
  color: #296bff !important;
}

.wysiwyg-color-drei {
  color: #1569b4 !important;
}

html,
body {
  width: 100vw;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 1.1rem;
  line-height: 1.5rem;
  font-weight: 300;
  color: #3f373f;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::-moz-selection {
  color: #fff;
  background: #eee;
}

::selection {
  color: #fff;
  background: #eee;
}

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

.bg-primary {
  background-color: #1569b4;
  color: white;
}

.btn {
  cursor: pointer;
}

.btn.btn-primary:hover {
  color: #1569b4;
  background: #eee;
}

.btn.btn-secondary:hover {
  color: #eee;
  background: #1569b4;
}

.btn-primary {
  color: #eee;
  background: #1569b4;
}

.btn-secondary {
  color: black;
  background: white;
  border: solid 1px #a7a7a7;
  font-size: 0.9rem;
  font-weight: 200;
}

.btn-tertiary,
.btn-tertiary:hover,
.btn-tertiary:active {
  background-color: #1569b4;
  color: white;
}

ol:not(.carousel-indicators) {
  text-align: left;
  list-style: none;
  padding-left: 0;
}

ol:not(.carousel-indicators) li {
  position: relative;
  margin: .4rem 0;
  margin-left: calc(25px + .5rem);
}

ol:not(.carousel-indicators) li:before {
  content: "+";
  position: absolute;
  left: calc(-25px + -.5rem);
}

.textsmartie span {
  color: #eee;
}

.textblue {
  color: #296bff;
}

.textorange {
  color: #aaa;
}

.textred {
  color: #1569b4;
}

.bg-blue {
  background: #fff !important;
  border: 2px solid #296bff !important;
  color: rgba(155, 155, 155, 0.5);
}

.bg-red {
  background: #fff !important;
  border: 2px solid #1569b4 !important;
  color: rgba(155, 155, 155, 0.5);
}

.bg-orange {
  background: #fff !important;
  border: 2px solid #f08616 !important;
  color: rgba(155, 155, 155, 0.5);
}

.well-no-margin img {
  max-width: 1.75rem;
  margin-bottom: .25rem;
}

.well-no-margin h3 {
  margin-top: 0;
}

.contact-info {
  text-align: right;
  display: block;
  width: 100%;
  margin-bottom: .25rem;
  margin-right: 1.5rem;
  font-size: 1rem;
}

.contact-info .icon {
  width: 1.5rem;
}

.contact-info .mail {
  position: relative;
  margin-left: 1.75rem;
}

.contact-info .mail:before {
  content: '';
  background: url(/cms/css/images/Mail.png);
  width: 1.5rem;
  height: 1.5rem;
  background-size: cover;
  position: absolute;
  left: -1.75rem;
}

.contact-info .phone {
  position: relative;
  margin-left: 1.75rem;
}

.contact-info .phone:before {
  content: '';
  background: url(/cms/css/images/Tel.png);
  width: 1.5rem;
  height: 1.5rem;
  background-size: cover;
  position: absolute;
  left: -1.75rem;
}

.contact-icons {
  position: fixed;
  right: 0;
  top: 25vh;
  color: white;
  background: #eee;
  cursor: pointer;
  padding: .25rem;
  z-index: 9999999;
}

.contact-icons>div {
  padding: .5rem;
}

.contact-icons .hidden-info {
  display: none;
}

.contact-icons .hidden-info,
.contact-icons .hidden-info * {
  color: #fff !important;
}

.back-to-top {
  display: inline-block;
  background: #eee;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px 10px;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0.5rem 1rem #282929;
  box-shadow: 0 0.5rem 1rem #282929;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  display: none !important;
}

.back-to-top:hover {
  color: #eee;
  background: #fff;
  padding: 8px 18px 8px;
}

.overlay {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,eaeaea+100&0.85+0,0.85+100 */
  background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.85) 0%, rgba(234, 234, 234, 0.85) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.85) 0%, rgba(234, 234, 234, 0.85) 100%);
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.85) 0%, rgba(234, 234, 234, 0.85) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9ffffff', endColorstr='#d9eaeaea', GradientType=1);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.overlay .fa-link {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  background-color: #343a40;
  padding: 11px;
  font-size: 18px;
  border-radius: 100%;
}

a:hover .overlay {
  left: 0;
}

.twentytwenty-handle {
  background-image: url(/cms/css/images/schieber.png);
  background-size: cover;
  width: 10vw;
  height: 10vw;
  transform: translate(calc(-50% - -20px), calc(-50% - -20px));
  z-index: 9999999;
  border: 0px;
}

.twentytwenty-handle:before,
.twentytwenty-handle:after {
  box-shadow: unset !important;
  -moz-box-shadow: unset !important;
  -webkit-box-shadow: unset !important;
}

.nav-img-stoerer {
  position: absolute;
  z-index: 1;
  right: 5vw;
  top: 2.5vh;
  max-width: 12.5vw;
}

.job-widget {
  margin: 2rem 0;
}

#accordion .card-header {
  background: #fff;
  color: rgba(155, 155, 155, 0.5);
  border: 2px solid #eee;
  padding: .5rem 1rem;
}

#accordion .card-header .btn-link {
  font-size: 2.25rem;
  font-weight: bold;
  color: rgba(155, 155, 155, 0.5);
}

#accordion .collapse-indicator {
  /*&:before {
			position: relative;
			content: '';
			background: url('images/accordion-open.png');
			background-size: cover;
			left: 0;
			top: .5rem;
			margin-right: 1rem;
			width: 2.75rem;
			height: 2.75rem;
			display: inline-block;
		}*/
}

#accordion .collapse-indicator img {
  margin-right: 1rem;
  width: 2.75rem;
  height: 2.75rem;
  display: inline-block;
}

#accordion .collapsed .collapse-indicator:before {
  background: url("images/accordion-collapsed.png");
  background-size: cover;
}

a {
  color: #1569b4;
  text-decoration: none;
}

a:hover {
  color: #6c757d;
  text-decoration: none;
  cursor: pointer;
}

strong {
  font-weight: 600;
  color: #222222;
}

.btn strong {
  color: #fff;
}

strong.title {
  font-weight: 600;
  text-transform: uppercase;
  width: 100%;
  font-size: 2rem;
  line-height: 2.2rem;
  display: block;
  margin: 1rem auto 1rem auto;
}

hr {
  border-top: 2px dotted #eee;
}

h2 {

  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.8rem;
  /*color: $primary;*/
  color: #1569b4;
}

h3 {

  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.9rem;
  /*color: $primary;*/
  color: #1569b4;
}

@media screen and (min-width: 768px) {
  h3 {
    margin-bottom: 0.7rem;
  }
}

h4 {
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #1569b4;
}

h5 {
  font-size: 2rem;
  font-weight: bold;
}

h1,
.like-h1 {
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: 700;
  /*color: $primary;*/
  color: #eee;
  font-family: "Roboto", Sans-serif;
  font-size: 32px;
  font-weight: 300;
  text-transform: uppercase;
}

h1,
h2,
h3,
h4 {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

a {
  color: #1569b4;
}

a:hover {
  color: black;
  font-weight: border;
}

p {
  margin: 0.8rem 0 0.2rem;
}

b {
  font-weight: 600;
}

.archiv-button {
  border: 2px dotted rgba(155, 155, 155, 0.5);
  padding: 0.7rem 1rem;
}

.fill-parent {
  height: 100%;
  width: 100%;
}

.uppercase {
  text-transform: uppercase;
}

.fullwidth {
  width: 100%;
}

main {
  padding-bottom: 3rem;

  main.container,
  header>nav>.container,
  footer>div>.container {
    max-width: 90vw;
  }

  footer>div>.container {
    font-size: 0.7rem;
    text-align: left;
  }

  .box-icon-text {
    margin: 1.5rem 0;
  }

  .box-icon-text h1,
  .box-icon-text h2,
  .box-icon-text h3 {
    margin-bottom: 0;
  }

  .box-icon-text img {
    margin-top: 0 !important;
  }

  .card-header button.btn-link {
    text-align: left;
  }

  main .textsmartie,
  main .carousel {
    margin-bottom: 3em;
  }

  main .textsmartie ul,
  main .carousel ul {
    padding: 0;
    margin: 1rem 0;
  }

  main .textsmartie ul li,
  main .carousel ul li {
    list-style: none;
    padding-left: 19px;
    margin: 0;
    position: relative;
  }

  main .textsmartie ul li:before,
  main .carousel ul li:before {
    content: '';
    background: #1569b4;
    width: 3px;
    height: 3px;
    border-radius: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 11px;
  }

  main .textsmartie.schmal {
    margin: 3rem 0;
  }

  .counter-container {
    margin: 25px 0;
  }

  .counter-container .text-primary {
    font-weight: bold;
    font-size: 4rem;
    line-height: 4rem;
  }

  .stoerer {
    max-width: 465px;
  }

  .category-select,
  .type-select {
    width: 100%;
    margin: 0.5em 15px 0.5em;
    padding: 8px 15px;
    border: 2px dotted #e9ecef;
    cursor: pointer;
    text-align: center;
  }

  .category-select:hover,
  .category-select.active,
  .type-select:hover,
  .type-select.active {
    border: 2px dotted #eee;
  }


  .category-select.active-filter,
  .type-select.active-filter {
    border-color: #1569b4;
    /* dunkler, geschlossener Rand */
    background-color: #e9ecef;
    /* leicht grauer Hintergrund (optional) */
    font-weight: 600;
    /* etwas fetterer Text */
  }

  @media screen and (min-width: 768px) {

    .category-select,
    .type-select {
      width: auto;
    }
  }

  .bottom-primary {
    border-bottom: 8px solid #eee;
  }

  .autor-label {
    font-size: 10px;
    line-height: 10px;
    padding: 8px;
    position: absolute;
    left: 0;
    top: 26px;
    color: #fff;
    background: rgba(0, 0, 0, 0.2);
    transform: rotate(-90deg) translate(calc(-100% - 8px), 8px);
    transform-origin: top left;
  }

  @media screen and (min-width: 1441px) {

    #header_carousel>.carousel-inner>.item>img,
    .navigationsbild>.image-wrapper>img,
    .navigationsbild>img.img-responsive,
    .navigationsbild>iframe {
      width: 100vw;
    }
  }

  @media screen and (max-width: 1440px) {

    main.container,
    header>nav>.container,
    footer>div>.container {
      max-width: 95vw;
    }
  }

  @media screen and (max-width: 1200px) {

    main.container,
    header>nav>.container,
    footer>div>.container {
      max-width: 95vw;
    }

    footer .plugin {
      margin-bottom: 30px;
    }

    .stoerer {
      max-width: 30%;
    }
  }

  @media (max-width: 767px) {
    h1 {
      line-height: 3rem;
      font-size: 2.5rem;
    }

    .tasks {
      border: 0;
    }

    .counter-container .text-primary {
      font-weight: bold;
      font-size: 3rem;
      line-height: 3.5rem;
    }

    .embed-responsive {
      margin-bottom: 2em;
    }

    iframe {
      height: auto;
      width: 100vw;
    }

    .text-right {
      margin-top: 2em;
      margin-bottom: 1em;
      text-align: right !important;
    }

    main {
      padding-bottom: 2rem;
    }

    .textsmartie.schmal {
      margin: 0 0 15px !important;
    }

    main .textsmartie,
    main .carousel {
      margin-bottom: 1em;
    }

    .sorting,
    .paging,
    .new-search-btn,
    .back-btn {
      border-right: 0 !important;
      border-left: 0 !important;
    }

    .new-search-btn,
    .back-btn {
      width: 50%;
    }

    .search-result-info,
    .car-desc-content {
      font-size: .75rem !important;
    }

    .paging {
      text-align: center;
      margin-bottom: 10px;
    }

    .matches-display {
      width: calc(100% - 15px);
      margin-top: 1rem;
    }

    .desktop-only {
      display: none;
    }

    .contact-icons {
      display: none;
    }

    .mobile-only.nav-btn-container .navbar-toggle {
      margin: 0;
    }

    desktop-only.nav-btn-container {
      background-color: #012534;
    }

    .navbar-collapse .navbar-nav>li:after {
      display: none;
    }

    #accordion .card-header .btn-link {
      font-size: 1.4rem;
      padding: 0;
    }

    .contact-info {
      font-size: .9rem;
    }

    .row.cards-image-top .item {
      margin-top: 1rem;
    }

    .cards-simple .card {
      padding: 0 !important;
    }

    .card-freisteller {
      margin: 2rem 0 !important;
    }

    .navbar-brand {
      border-top: 1px solid lightgray;
      margin-top: 1rem;
    }

    footer>.bg-white>.container>.row>.plugin:not(:nth-child(1)) {
      display: none;
    }

    .box-icon-text {
      text-align: center;
      margin: 1.5rem 0;
    }

    .box-icon-text h1,
    .box-icon-text h2,
    .box-icon-text h3 {
      margin-bottom: 0;
    }

    .box-icon-text img {
      max-width: 6rem;
      margin-top: 0 !important;
    }

    .card-header button.btn-link {
      text-align: left;
    }
  }

  @media screen and (min-width: 768px) {
    .breadcrumb {
      display: none;
      font-size: 12px;
      line-height: 14px;
      margin-top: -30px;
    }

    .bg-color1 {
      text-align: center;
      font-size: 1.2rem;
      line-height: 1.4rem;
    }
  }

  @media screen and (max-height: 575px) {

    #rc-imageselect,
    .g-recaptcha {
      transform: scale(0.77);
      transform-origin: 0;
      transform: scale(0.77);
      transform-origin: 0 0;
    }
  }

  .divTable {
    display: table;
    width: 100%;
  }

  .divTableRow {
    display: table-row;
  }

  .divTableCell,
  .divTableHead {
    display: table-cell;
  }

  .divTableBody {
    display: table-row-group;
  }

  .to-top-button:before {
    -webkit-transition: line-height .3s;
    -moz-transition: line-height .3s;
    -ms-transition: line-height .3s;
    -o-transition: line-height .3s;
    transition: line-height .3s;
    font-size: 1rem;
    padding: 7px;
    background: #fff;
    margin-right: 15px;
    color: #1569b4;
    content: "";
    border-radius: 50%;
    text-align: center;
  }

  .well {
    display: flex;
    justify-content: center;
    font-size: 1.4rem;
    background: #EFEFEF;
    padding: 0 0.4rem 1rem;
    border-radius: 0;
    margin: 4rem 0 0 0;
  }

  .well .row {
    width: 100%;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    align-items: center;
  }

  .well a.btn.btn-lg.btn-primary.btn-block {
    display: inline-block;
    background: #eee;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px 10px;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: uppercase;
    margin: 0.7rem 0;
  }

  .well a.btn.btn-lg.btn-primary.btn-block:hover {
    color: #eee;
    background: #fff;
    padding: 8px 18px 8px;
  }

  .well-no-margin {
    font-size: 1.1rem;
    background: #EFEFEF;
    padding: 1.5rem;
    border-radius: 0;
  }

  .dotted-border {
    border: 2px dotted #e9ecef;
    margin: 0 !important;
    padding: 3rem 2rem 0rem 2rem;
  }

  /* 360px */
  /* 720px */
  /* 768px */
  /* 880px */
  /* 1024px */
  @media (min-width: 64em) {
    .well {
      padding: 0.5rem 1.5rem 1rem;
      text-align: left;
    }
  }

  .design-center .header {
    padding: 1rem 0 9rem;
    background: #fff;
  }

  .design-center .header .container {
    position: relative;
  }

  .design-center .header .container .logo {
    position: absolute;
    top: 6rem;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    max-width: 531px;
  }

  .design-center .header .container .metamenu {
    position: absolute;
  }

  .design-center .header .container .metamenu.contact a {
    display: inline-block;
    width: 44px;
    height: 42px;
    overflow: hidden;
    margin: 0 9px 0 0;
  }

  .design-center .header .container .metamenu.contact a .fa-phone,
  .design-center .header .container .metamenu.contact a .fa-envelope-open {
    margin-right: 10px;
  }

  .design-center .header .container .metamenu.right {
    top: 16px;
    right: 15px;
  }

  .design-center .header .container .metamenu.right .lang a span {
    width: 41px;
    height: 26px;
  }

  .design-center .header .container .metamenu.right .lang a span.de {
    background-position: -2px -2px;
  }

  .design-center .header .container .metamenu.right .lang a span.en {
    background-position: -45px -2px;
    margin-left: 5px;
  }

  .design-center .header .container .metamenu.right .links .facebook {
    display: block;
    margin-top: 15px;
  }

  /* Facebook mobile */
  .design-center header .container .facebook-mobile {
    position: absolute;
    left: 130px;
    top: -15px;
  }

  .design-center header .container .facebook-mobile .facebook {
    display: block;
    margin-top: 15px;
  }

  .design-center header .container .metamenu.right .links {
    display: none;
  }

  @media screen and (min-width: 1440px) {
    .design-center header .container .facebook-mobile {
      display: none;
    }

    .design-center header .container .metamenu.right .links {
      display: block;
    }
  }

  /* Facebook mobile end */
  /* ------------------------------ */
  @media screen and (min-width: 768px) {
    .design-center .header {
      padding: 3rem 0 10rem;
    }
  }

  @media screen and (min-width: 1440px) {
    .design-center .header {
      padding: 3rem 0 8rem;
    }

    .design-center .header .container {
      max-width: 93vw;
    }

    .design-center .header .container .logo {
      top: 49px;
    }

    .design-center .header .container .metamenu.contact {
      left: 15px;
      top: 24px;
    }

    .design-center .header .container .metamenu.contact a {
      display: block;
      width: auto;
      height: auto;
      font-weight: 700;
      color: #eee;
    }

    .design-center .header .container .metamenu.contact a span {
      margin-right: 10px;
    }

    .design-center .header .container .metamenu.contact a span.tel {
      background-position: -3px -223px;
      width: 21px;
      height: 20px;
    }

    .design-center .header .container .metamenu.contact a span.mailto {
      background-position: -3px -194px;
      width: 20px;
      height: 20px;
    }

    .design-center .header .container .metamenu.right {
      top: 30px;
    }

    .design-center .header .container .metamenu.right .links {
      position: relative;
    }
  }

  @media screen and (min-width: 1600px) {
    .design-center .header .container {
      max-width: 75vw;
    }
  }

  .design-center .navbar-collapse .navbar-nav {
    justify-content: center;
  }

  .karriere-container {
    margin-bottom: 2rem;
  }

  .karriere-container .karriere-item {
    margin-top: 1rem;
  }

  .karriere-container .karriere-item .karriere-inner {
    border: 2px solid #e9ecef;
  }

  .karriere-container .karriere-item .karriere-inner .karriere-content .title {
    font-size: 1.5rem;
    line-height: 1.8rem;
    cursor: pointer;
  }

  @media screen and (max-width: 320px) {
    .karriere-container .karriere-item .karriere-inner .karriere-content .title {
      padding-bottom: 1rem;
    }
  }

  @media screen and (max-width: 425px) {
    .karriere-container .karriere-item .karriere-inner .karriere-content .title {
      -ms-word-break: break-all;
      word-break: break-all;
      word-break: break-word;
      -webkit-hyphens: auto;
      -moz-hyphens: auto;
      -ms-hyphens: auto;
      hyphens: auto;
    }
  }

  .karriere-container .karriere-item .karriere-inner .karriere-content .title .expand-btn-container {
    display: inline-block;
    padding: .5rem 1rem;
  }

  .karriere-container .karriere-item .karriere-inner .karriere-content .title .expand-btn-container .expand-btn {
    font-size: 0.9rem;
    padding: .3rem;
  }

  @media screen and (max-width: 768px) {
    .karriere-container .karriere-item .karriere-inner .karriere-content .title .expand-btn-container .expand-btn {
      margin: 0 0 1rem;
    }
  }

  .karriere-container .karriere-item .karriere-inner .karriere-content .title .expand-btn-container .border-primary {
    border-color: #eee !important;
  }

  .karriere-container .karriere-item .karriere-inner .karriere-content .title .karriere-title {
    margin-left: 1rem;
  }

  .karriere-container .karriere-item .karriere-inner .karriere-content .details {
    border-top: 2px solid rgba(155, 155, 155, 0.5);
    padding-bottom: 5rem;
  }

  .karriere-container .karriere-item .karriere-inner .karriere-content .details>*:not(a) {
    padding: 2rem 1rem 1.5rem;
    /* 360px */
    /* 720px */
    /* 768px */
    /* 880px */
    /* 1024px */
  }

  @media (min-width: 64em) {
    .karriere-container .karriere-item .karriere-inner .karriere-content .details>*:not(a) {
      padding: 2rem 1.5rem 1.5rem 3.9rem;
    }
  }

  .karriere-container .karriere-item .karriere-inner .karriere-content .details li {
    margin-left: -20px;
  }

  .karriere-container .karriere-item .karriere-inner .karriere-content .details .expectations {
    /* 360px */
    /* 720px */
    /* 768px */
    /* 880px */
    /* 1024px */
  }

  @media (min-width: 48em) {
    .karriere-container .karriere-item .karriere-inner .karriere-content .details .expectations {
      border-right: 3px dotted #eee;
    }
  }

  .karriere-container .karriere-item .karriere-inner .karriere-content .details .apply-now-btn-link {
    text-decoration: none;
    display: block;
    display: inline-block;
    background: #eee;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px 10px;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    position: absolute;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: auto;
    width: auto;
    bottom: 0;
  }

  .karriere-container .karriere-item .karriere-inner .karriere-content .details .apply-now-btn-link:hover {
    color: #eee;
    background: #fff;
    padding: 8px 18px 8px;
  }

  .karriere-container .karriere-item .karriere-inner .karriere-content .details .apply-now-btn-link .apply-now-btn {
    display: block;
    max-width: 250px;
  }

  .karriere-container .karriere-item .karriere-inner .karriere-content .col-md-6,
  .karriere-container .karriere-item .karriere-inner .karriere-content .karriere-title {
    display: inline-block;
  }

  .initiativbewerbung-container {
    width: 100%;
    border: 2px dotted #e9ecef;
    margin-top: 5rem;
    margin-left: 0;
    margin-right: -15px;
    padding: 3rem 2rem;
  }

  .initiativbewerbung-container .initiativ-kontakt {
    background-color: #e9ecef;
    padding: 2rem;
  }

  .controls {
    margin-bottom: 1rem;
    border-radius: 0;
    color: #eee;
    padding: 1rem 0;
  }

  .controls a {
    color: #eee;
  }

  .controls a:hover {
    color: #3f373f;
  }

  .controls a span {
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
  }

  .controls a span:before {
    font-family: 'Font Awesome 5 Free';
  }

  .karriere-detail-view .uppercase {
    display: inline-block;
    margin: 0 0 .4rem;
  }

  .karriere-detail-view .form-group {
    margin-bottom: 1.5rem;
  }

  .karriere-detail-view .form-group label {
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .karriere-detail-view .left .fa,
  .karriere-detail-view .left .fas {
    margin-right: 11px;
  }

  .karriere-detail-view .right {
    margin: 1rem 0;
  }

  .karriere-detail-view input,
  .karriere-detail-view textarea {
    border: 1px solid rgba(155, 155, 155, 0.5);
  }

  .karriere-detail-view .upload input,
  .karriere-detail-view .send {
    border: none;
  }

  .karriere-detail-view .send {
    display: inline-block;
    background: #eee;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px 10px;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .karriere-detail-view .send:hover {
    color: #eee;
    background: #fff;
    padding: 8px 18px 8px;
  }

  .karriere-detail-view .apply-now {
    margin: 2rem 0 0;
  }

  .karriere-detail-view .job-specs {
    margin-top: 2rem;
  }

  @media screen and (max-width: 767px) {
    .karriere-detail-view .job-specs .expectations {
      margin: 2rem 0 0;
    }
  }

  .karriere-detail-view .job-specs .offers {
    margin: 2rem 0 1rem;
  }

  .karriere-detail-view .button {
    display: inline-block;
    background: #eee;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px 10px;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
  }

  .karriere-detail-view .button:hover {
    color: #eee;
    background: #fff;
    padding: 8px 18px 8px;
  }

  .job-details-container {
    margin-top: 21px;
  }

  .job-details-container .bg-light {
    padding: 2rem;
  }

  .job-details-container .karriere-date {
    display: none;
  }

  .job-details-container .box {
    background: rgba(155, 155, 155, 0.5);
    border-radius: 0;
    padding: 2rem;
  }

  .job-details-container .box .fa {
    margin-right: 8px;
  }

  .job-details-container .job-info div,
  .job-details-container .job-offers div {
    margin: .3rem 0;
  }

  .job-details-container .job-info div.title-text,
  .job-details-container .job-offers div.title-text {
    margin-bottom: .7rem;
  }

  /* Fade Carousel */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    left: 30px;
  }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    right: 30px;
  }

  .carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
  }

  .carousel-fade .carousel-inner .item,
  .carousel-fade .carousel-inner .active.left,
  .carousel-fade .carousel-inner .active.right {
    opacity: 0;
  }

  .carousel-fade .carousel-inner .active,
  .carousel-fade .carousel-inner .next.left,
  .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
  }

  .carousel-fade .carousel-inner .next,
  .carousel-fade .carousel-inner .prev,
  .carousel-fade .carousel-inner .active.left,
  .carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .carousel-fade .carousel-control {
    z-index: 2;
  }

  .carousel-indicators {
    margin-bottom: 0px;
    bottom: 5px;
  }

  .carousel-caption {
    z-index: 0;
    font-size: 1.8rem;
    line-height: 1.6rem;
    position: absolute;
    right: 20%;
    bottom: 10%;
    left: 20%;
    padding: 2rem;
    text-align: center;
    color: #1569b4;
  }

  .carousel-caption .carousel-caption-inner {
    background: rgba(255, 255, 255, 0.5);
    padding: 2rem 7.5rem;
    display: inline-block;
  }

  .carousel-caption .carousel-caption-inner h2 {
    color: #eee;
    font-size: 2rem;
    line-height: 2.2rem;
    font-weight: 600;
    margin-top: 0;
  }

  @media screen and (min-width: 1024px) and (max-width: 1440px) {
    .carousel-caption .carousel-caption-inner h2 {
      font-size: 1.3rem;
      line-height: 1.9rem;
    }
  }

  @media screen and (max-width: 768px) {
    .carousel-caption {
      display: none;
    }
  }

  /* Animation Textbox auf Image */
  @-webkit-keyframes textboxani {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(-10%);
    }
  }

  @-moz-keyframes textboxani {
    0% {
      transform: translateX(0);
      opacity: 0;
    }

    100% {
      transform: translateX(-10%);
      opacity: 1;
    }
  }

  @-o-keyframes textboxani {
    0% {
      transform: translateX(0);
      opacity: 0;
    }

    100% {
      transform: translateX(-10%);
      opacity: 1;
    }
  }

  @keyframes textboxani {
    0% {
      transform: translateX(0);
      opacity: 0;
    }

    100% {
      transform: translateX(-10%);
      opacity: 1;
    }
  }

  @-webkit-keyframes textboxani2 {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(10%);
    }
  }

  @-moz-keyframes textboxani2 {
    0% {
      transform: translateX(0);
      opacity: 0;
    }

    100% {
      transform: translateX(10%);
      opacity: 1;
    }
  }

  @-o-keyframes textboxani2 {
    0% {
      transform: translateX(0);
      opacity: 0;
    }

    100% {
      transform: translateX(10%);
      opacity: 1;
    }
  }

  @keyframes textboxani2 {
    0% {
      transform: translateX(0);
      opacity: 0;
    }

    100% {
      transform: translateX(10%);
      opacity: 1;
    }
  }

  .carousel-item .carousel-caption {
    left: auto;
    right: 0;
    max-width: 680px;
  }

  .carousel-item .carousel-caption .carousel-caption-inner {
    -webkit-animation: textboxani 5s forwards;
    /* Safari 4+ */
    -moz-animation: textboxani 5s forwards;
    /* Fx 5+ */
    -o-animation: textboxani 5s forwards;
    /* Opera 12+ */
    animation: textboxani 5s forwards;
    /* IE 10+, Fx 29+ */
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
  }

  .carousel-item:nth-of-type(2n+1) .carousel-caption {
    right: auto;
    left: 0;
  }

  .carousel-item:nth-of-type(2n+1) .carousel-caption .carousel-caption-inner {
    -webkit-animation: textboxani2 5s forwards;
    /* Safari 4+ */
    -moz-animation: textboxani2 5s forwards;
    /* Fx 5+ */
    -o-animation: textboxani2 5s forwards;
    /* Opera 12+ */
    animation: textboxani2 5s forwards;
    /* IE 10+, Fx 29+ */
  }

  /* Fallback */
  .no-csstransforms .carousel-caption-inner {
    left: 20%;
    right: 20%;
  }

  /* Animation Textbox auf Image Ende */
  .card.level1 {
    margin-left: 0px;
  }

  .card.level2 {
    margin-left: 25px;
  }

  .card.level3 {
    margin-left: 50px;
  }

  .card.level4 {
    margin-left: 75px;
  }

  .card.level5 {
    margin-left: 100px;
  }

  .card.level6 {
    margin-left: 125px;
  }

  .card-title {
    margin: .5em .75rem;
  }

  .card {
    margin: 0 1rem 1rem 1rem !important;
  }

  .card-footer:hover {
    cursor: pointer;
  }

  .card-footer:hover a {
    color: #1569b4 !important;
    foont-weight: bold;
  }

  .dateiliste {
    list-style: none;
    padding: 0;
    margin: 1rem 0 3rem;
  }

  .dateiliste li {
    margin-bottom: 25px;
  }

  .dateiliste li a {
    color: #3f373f;
    text-decoration: none;
  }

  .dateiliste li a:hover {
    text-decoration: underline;
  }

  .dateiliste .pdf-icon {
    background: url("images/pdf.png");
    display: block;
    width: 32px;
    height: 38px;
    float: left;
    margin: -11px 1rem 0 0;
  }

  .dateiliste .jpg-icon {
    background: url("images/jpg.png");
  }

  .dateiliste .png-icon {
    background: url("images/png.png");
  }

  @media screen and (max-width: 425px) {
    .dateiliste {
      margin: 1rem 0;
    }
  }

  .form-horizontal {
    background: #EFEFEF;
    padding: 40px;
  }

  .form-horizontal .btn-primary {
    display: inline-block;
    background: #eee;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px 10px;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-color: none;
  }

  .form-horizontal .btn-primary:hover {
    color: #eee;
    background: #fff;
    padding: 8px 18px 8px;
  }

  .form-horizontal textarea.form-control {
    margin-top: 2.9rem;
    height: 203px;
  }

  .form-url {
    margin-top: -10px;
    background: #fff;
    position: relative;
  }

  .form-url:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
  }

  .cc-revoke {
    display: none !important;
  }

  .unsichtbar {
    max-width: 0px !important;
    padding: 0 !important;
    min-height: 0px !important;
    border: 0px !important;
    background: transparent !important;
  }

  .unsichtbar .form-control {
    max-width: 0px !important;
    padding: 0 !important;
    min-height: 0px !important;
    border: 0px !important;
    background: transparent !important;
  }

  @media screen and (max-width: 1024px) {
    .form-horizontal {
      padding: 2rem 1rem;
      font-size: 0.9rem;
      line-height: 1.4rem;
    }

    .form-horizontal .form-group {
      margin-bottom: 0.7em;
    }

    .form-horizontal .form-group div {
      padding-left: 0;
      padding-right: 0;
    }

    .form-horizontal textarea.form-control {
      margin-top: 0;
    }
  }

  @media screen and (min-width: 1440px) {
    .form-horizontal .btn-primary {
      width: 94%;
      margin-left: 15px;
    }
  }

  .table-of-contents-container {
    margin: 0 0 2rem;
    position: relative;
  }

  .table-of-contents-container .articleinfo {
    position: absolute;
    right: 0;
    top: 34px;
  }

  .table-of-contents-container .articleinfo h3 {
    margin: 0;
  }

  .table-of-contents-container .table-of-contents-toggle {
    margin: 35px 0 20px;
  }

  .table-of-contents-container .table-of-contents {
    margin: 0 0 15px;
    padding: 0 0 0 14px;
  }

  .table-of-contents-container .table-of-contents li {
    padding-left: 8px;
  }

  .table-of-contents-container .table-of-contents li a {
    color: #1569b4;
  }

  .table-of-contents-container .table-of-contents li a:hover {
    color: #eee;
  }

  .aktuelles h3 {
    margin: 1.3rem 0 0.7rem;
    font-weight: 600;
  }

  .aktuelles hr {
    padding: 1rem 0 0;
    border: 0;
    border-top: 2px dotted #e9ecef;
  }

  .aktuelles .thumbnail {
    margin-bottom: 0;
  }

  .aktuelles .text-right a {
    border: 2px dotted #e9ecef;
    padding: 0.7rem 1rem;
  }

  .aktuelles .text-right a:hover {
    border: 2px dotted #eee;
    padding: 0.7rem 1rem;
  }

  @media screen and (max-width: 767px) {
    .table-of-contents-container .articleinfo {
      position: relative;
      text-align: center;
    }
  }

  @media screen and (max-width: 425px) {
    .table-of-contents-container .table-of-contents-toggle {
      margin: 35px auto 20px;
      display: block;
    }
  }

  @media screen and (min-width: 768px) {
    .thumbnail img {
      margin-top: 26px;
    }
  }

  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .table-of-contents-container .articleinfo {
      max-width: 39%;
    }

    .table-of-contents-container .articleinfo h3 {
      font-size: 0.9rem;
      line-height: 1.65rem;
    }
  }

  .ansprechpartner-item {
    color: #6c757d;
    margin-top: 45px;
    padding: 0 25px;
    word-break: break-all;
  }

  .ansprechpartner-item .ansprechpartner-inner {
    border: 1px solid #e9ecef;
  }

  .ansprechpartner-item .ansprechpartner-inner:hover {
    border: 2px solid #ced4da;
  }

  .ansprechpartner-item .ansprechpartner-inner .ansprechpartner-item-name {
    font-weight: bold;
    font-size: 1.25rem;
    margin-bottom: .25rem;
  }

  .ansprechpartner-item .ansprechpartner-inner .ansprechpartner-item-img {
    border-bottom: 7px solid #eee;
  }

  .ansprechpartner-item .ansprechpartner-inner .ansprechpartner-item-img img {
    width: 100%;
  }

  .ansprechpartner-item .ansprechpartner-inner .ansprechpartner-item-short-info {
    text-align: center;
    padding: 15px 15px 0 15px;
  }

  .ansprechpartner-item .ansprechpartner-inner .ansprechpartner-detailed-info {
    padding: 0 .75em;
    line-height: 2.4;
    text-align: center;
  }

  .ansprechpartner-item .ansprechpartner-inner .ansprechpartner-detailed-info div:not(:last-child) {
    border-bottom: 1px solid #e9ecef;
  }

  .ansprechpartner-item .ansprechpartner-inner .ansprechpartner-detailed-info .fa {
    width: 22px;
  }

  .ansprechpartner-item .ansprechpartner-inner .ansprechpartner-detailed-info a {
    color: #6c757d !important;
  }

  .ansprechpartner-item .ansprechpartner-inner .ansprechpartner-toggle-container {
    margin-top: 10px;
    text-align: center;
    margin-bottom: -13px;
  }

  .ansprechpartner-item .ansprechpartner-inner .ansprechpartner-item-position,
  .ansprechpartner-item .ansprechpartner-inner .ansprechpartner-toggle {
    color: #eee;
  }

  .ansprechpartner-item .ansprechpartner-inner .ansprechpartner-toggle {
    border: 2px solid;
    padding: 2px 4px;
    background-color: #fff;
    z-index: 9999;
  }

  @media (max-width: 767px) {
    .ansprechpartner-container {
      width: 100%;
      margin-right: 0;
      margin-left: 0;
    }

    .ansprechpartner-item .ansprechpartner-inner {
      width: 90vw;
      margin-left: -30px;
      border: 1px solid #e9ecef;
    }
  }

  .link_mit_thumbnail {
    margin: 2rem 0 0;
    text-align: center;
  }

  .link_mit_thumbnail .image-wrapper {
    overflow: hidden;
  }

  .link_mit_thumbnail a.bg-primary {
    display: block;
    margin-bottom: 30px;
    color: #fff !important;
  }

  .link_mit_thumbnail h4 {
    margin: 0;
    padding: 20px 5px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.8rem;
    border-bottom: 6px solid #fff;
  }

  .link_mit_thumbnail .card {
    background-color: transparent;
    border: 0;
    border-top: 5px solid #fff;
  }

  .link_mit_thumbnail a:hover {
    text-decoration: none;
  }

  .link_mit_thumbnail .img-responsive {
    width: 100%;
  }

  @media screen and (min-width: 1440px) {
    .link_mit_thumbnail {
      margin: 3rem -15px;
    }
  }

  @media screen and (max-width: 425px) {
    .link_mit_thumbnail div {
      padding-right: 0;
      padding-left: 0;
    }
  }

  .bildformat {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 0;
  }

  .bildformat_43 {
    padding-bottom: 75%;
  }

  .bildformat_21 {
    padding-bottom: 50%;
  }

  .bildformat_11 {
    padding-bottom: 100%;
  }

  .bildformat_34 {
    padding-bottom: 133.33%;
  }

  .bildformat_12 {
    padding-bottom: 200%;
  }

  .bildformat_169 {
    padding-bottom: 56.25%;
  }

  .bildformat_961 {
    padding-bottom: 177.78%;
  }

  .bild_mit_subtitel .thumbnail {
    position: relative;
  }

  .bild_mit_subtitel .subtitel {
    position: absolute;
    left: 0px;
    bottom: 20px;
    padding: 8px;
    width: 75%;
    color: #fff;
  }

  .fresco_link {
    position: relative;
    display: block;
  }

  .fresco_link:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }

  .fresco_galerie .fresco_button {
    text-transform: uppercase;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff !important;
    text-decoration: none !important;
    padding: 5px 10px;
    border: 1px solid #fff;
    background-color: rgba(0, 0, 0, 0.8);
  }

  .fresco_galerie .fresco_button2 {
    position: absolute;
    padding: 6px;
    bottom: 10px;
    right: 10px;
    top: auto;
  }

  .fresco-autor {
    color: #5d5c5c;
  }

  .fresco .center img {
    display: block;
    margin: 0 auto;
  }

  .personal-liste {
    margin: 0 auto;
    clear: both;
    display: table;
    width: 100%;
  }

  .personalbild-rund {
    border-radius: 50%;
    height: 200px;
    width: 200px;
  }

  .personal-liste-item {
    width: 33%;
    float: left;
  }

  @media (max-width: 767px) {
    .personal-liste-item {
      width: 100%;
    }
  }

  footer {
    line-height: 2.15rem;
  }

  footer .article_feed a {
    font-size: 0.9rem;
    line-height: 1.4rem;
    text-decoration: none;
  }

  footer .article_feed .text-muted {
    color: #fff !important;
  }

  footer h4 {
    border-bottom: 2px dotted #fff;
    padding-bottom: 8px;
    margin-top: 20px;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.8rem;
  }

  footer h3 {
    font-weight: 700;
    font-size: 1.3rem;
    line-height: 1.9rem;
    /*text-transform: uppercase;*/
    margin-top: 0px;
  }

  footer .bg-color1 {
    background: #1569b4;
    color: #fff;
    font-size: 0.8rem;
    padding: 1rem 0 1rem 0;
  }

  footer .bg-color1 a {
    color: #fff;
  }

  footer>div.bg-primary {
    padding: 35px 0;
  }

  footer .bg-primary .text-muted {
    color: #ccc;
  }

  footer .bg-white {
    padding: 2.5rem 0;
  }

  #hotspot-wrapper {
    display: inline-block;
    position: relative;
  }

  #hotspot-wrapper img {
    display: block;
    max-width: 100%;
    height: auto;
  }

  #hotspot-wrapper #hotspot-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  svg .hotspot {
    fill: transparent;
    stroke-width: 0;
  }

  svg .hotspot:hover {
    cursor: pointer;
    fill-opacity: 0.1;
    fill: #000;
  }

  .hotspot-info {
    width: 300px;
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
  }

  .navigationsbild {
    position: relative;
    margin-bottom: 30px;
    width: 100%;
    width: 100vw;
    overflow: hidden;
  }

  @media (max-width: 767px) {
    .navigationsbild .image-wrapper {
      min-height: 250px !important;
    }

    .navigationsbild .image-wrapper img {
      position: absolute;
      left: 50%;
      transform: translate(-50%, 0);
      max-width: none;
      height: 100%;
    }
  }

  @media (max-width: 425px) {
    .navigationsbild .image-wrapper {
      min-height: 150px !important;
    }
  }

  @media screen and (min-width: 1024px) {
    .navigationsbild {
      position: relative;
      /*&:after {
			@include white;
			height:4.313rem;
			bottom:0;
		}*/
    }
  }

  @media screen and (min-width: 1024px) {
    .transitioneffect .carousel-item {
      max-height: 557px;
    }

    .transitioneffect .carousel-caption {
      bottom: 18%;
    }

    /* Animation Bild Transition - Bild muss ausreichend Höhe haben */
    @-webkit-keyframes imageani {
      0% {
        transform: translateY(0);
      }

      100% {
        transform: translateY(-5%);
      }
    }

    @-moz-keyframes imageani {
      0% {
        transform: translateY(0);
      }

      100% {
        transform: translateY(-5%);
      }
    }

    @-o-keyframes imageani {
      0% {
        transform: translateY(0);
      }

      100% {
        transform: translateY(-5%);
      }
    }

    @keyframes imageani {
      0% {
        transform: translateY(0);
      }

      100% {
        transform: translateY(-5%);
      }
    }

    .transitioneffect .carousel-item img {
      -webkit-animation: imageani 5s forwards;
      /* Safari 4+ */
      -moz-animation: imageani 5s forwards;
      /* Fx 5+ */
      -o-animation: imageani 5s forwards;
      /* Opera 12+ */
      animation: imageani 5s forwards;
      /* IE 10+, Fx 29+ */
      animation-iteration-count: 1;
      animation-timing-function: ease-out;
    }

    /* Animation Bild Transition Ende */
  }

  .teaser-container {
    display: none;
  }

  @media screen and (min-width: 1024px) {
    .teaser-container {
      display: block;
      position: relative;
      z-index: 100;
      width: 100%;
      overflow: hidden;
      position: absolute;
      bottom: 0;
    }

    .teaser-container .teaser-in {
      justify-content: center;
    }
  }

  @media screen and (min-width: 1024px) and (min-width: 1440px) {
    .teaser-container .teaser-in {
      max-width: 65vw;
      margin: 0 auto;
    }
  }

  @media screen and (min-width: 1024px) {
    .teaser-container .teaser-in .teaser-box .teaser .teaser-box-inner {
      position: relative;
    }

    .teaser-container .teaser-in .teaser-box .teaser .teaser-box-inner .overlay-box-link {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 1;
    }

    .teaser-container .teaser-in .teaser-box .teaser .teaser-box-inner .teaser-overlay-top,
    .teaser-container .teaser-in .teaser-box .teaser .teaser-box-inner .teaser-overlay-bottom {
      width: 100%;
    }

    .teaser-container .teaser-in .teaser-box .teaser .teaser-box-inner .teaser-overlay-top:after,
    .teaser-container .teaser-in .teaser-box .teaser .teaser-box-inner .teaser-overlay-bottom:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 0;
    }

    .teaser-container .teaser-in .teaser-box .teaser .teaser-box-inner .teaser-overlay-top {
      display: none;
    }

    .teaser-container .teaser-in .teaser-box .teaser .teaser-box-inner .teaser-overlay-top:after {
      background: rgba(0, 0, 0, 0.7);
      mix-blend-mode: multiply;
    }

    .teaser-container .teaser-in .teaser-box .teaser .teaser-box-inner .teaser-overlay-bottom:after {
      background: rgba(140, 152, 162, 0.7);
      mix-blend-mode: multiply;
    }

    .teaser-container .teaser-in .teaser-box .teaser .teaser-box-inner img {
      width: 100%;
      position: relative;
      z-index: 1;
    }

    .teaser-container .teaser-in .teaser-box .teaser .teaser-box-inner .teaser-overlay-top {
      display: block;
      position: absolute;
      bottom: 0;
      transition: all 0.4s ease 0s;
      -moz-transition: all 0.4s ease 0s;
      -webkit-transition: all 0.4s ease 0s;
      -o-transition: all 0.4s ease 0s;
      -ms-transition: all 0.4s ease 0s;
    }

    .teaser-container .teaser-in .teaser-box .teaser .teaser-box-inner .teaser-overlay-bottom {
      transition: all 0.4s ease 0s;
      -moz-transition: all 0.4s ease 0s;
      -webkit-transition: all 0.4s ease 0s;
      -o-transition: all 0.4s ease 0s;
      -ms-transition: all 0.4s ease 0s;
      transform: translateY(100%);
      -ms-transform: translateY(100%);
      -moz-transform: translateY(100%);
      -o-transform: translateY(100%);
      -webkit-transform: translateY(100%);
    }

    .teaser-container .teaser-in .teaser-box .teaser .teaser-box-inner:hover .teaser-overlay-top {
      transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      -moz-transform: translateY(-100%);
      -o-transform: translateY(-100%);
      -webkit-transform: translateY(-100%);
    }

    .teaser-container .teaser-in .teaser-box .teaser .teaser-box-inner:hover .teaser-overlay-bottom {
      transform: translateY(0);
      -ms-transform: translateY(0);
      -moz-transform: translateY(0);
      -o-transform: translateY(0);
      -webkit-transform: translateY(0);
    }

    .teaser-container .teaser-in .teaser-box.active .teaser .teaser-box-inner .teaser-overlay-top {
      transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      -moz-transform: translateY(-100%);
      -o-transform: translateY(-100%);
      -webkit-transform: translateY(-100%);
    }

    .teaser-container .teaser-in .teaser-box.active .teaser .teaser-box-inner .teaser-overlay-bottom {
      transform: translateY(0);
      -ms-transform: translateY(0);
      -moz-transform: translateY(0);
      -o-transform: translateY(0);
      -webkit-transform: translateY(0);
    }
  }

  .cards-simple {
    margin-top: 5rem;
  }

  .cards-simple .card {
    padding: 2rem;
    border: none;
  }

  .cards-simple .cards-simple-item {
    margin: 1rem 0 3rem;
  }

  .cards-simple .cards-simple-item .cards-simple-item-content {
    position: relative;
    height: 100%;
    -webkit-box-shadow: 0 0.5rem 1rem #ced4da;
    box-shadow: 0 0.5rem 1rem #ced4da;
    padding: 2.5rem 0 2rem;
    margin: 0 0 3rem;
    text-align: center;
  }

  .cards-simple .cards-simple-item .cards-simple-item-content .card {
    padding: 0 0 2rem;
  }

  .cards-simple .cards-simple-item .cards-simple-item-content .btn {
    display: inline-block;
    background: #eee;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px 10px;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    bottom: 1.7rem;
    left: 50%;
    width: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    width: 89%;
  }

  .cards-simple .cards-simple-item .cards-simple-item-content .btn:hover {
    color: #eee;
    background: #fff;
    padding: 8px 18px 8px;
  }

  .only-text {
    -webkit-box-shadow: 0 0.5rem 1rem #ced4da;
    box-shadow: 0 0.5rem 1rem #ced4da;
  }

  .only-text .card {
    border: none;
  }

  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .cards-simple .card-body {
      padding: 1.25rem 11px;
    }
  }

  @media screen and (min-width: 1440px) {
    .cards-simple .cards-simple-item .cards-simple-item-content .card {
      padding: 0 2rem 2rem;
    }
  }

  @media screen and (min-width: 2560px) {
    .cards-simple .cards-simple-item .cards-simple-item-content {
      padding: 2.5rem 2rem 2rem;
    }
  }

  .image-cards-banner {
    margin: 1.5rem -15px;
  }

  .image-cards-banner .item {
    margin: 1rem 0 2rem;
  }

  .image-cards-banner .item .inner {
    position: relative;
    -webkit-box-shadow: 0 0.5rem 1rem #ced4da;
    box-shadow: 0 0.5rem 1rem #ced4da;
  }

  .image-cards-banner .item .inner .picture img {
    width: 100%;
  }

  .image-cards-banner .item .inner .banner {
    position: relative;
    margin-top: -20px;
  }

  .image-cards-banner .item .inner .banner .banner-top {
    -webkit-box-shadow: 0 0.5rem 1rem #ced4da;
    box-shadow: 0 0.5rem 1rem #ced4da;
    background: #1569b4;
    padding: 1rem 2rem;
    right: -17px;
    position: absolute;
    top: -55px;
  }

  .image-cards-banner .item .inner .banner .banner-top:after {
    content: "";
    background: url("images/banner-element.png") no-repeat;
    display: block;
    position: absolute;
    right: 0;
    top: -17px;
    width: 17px;
    height: 17px;
  }

  .image-cards-banner .item .inner .banner .banner-top p {
    margin: 0;
    font-weight: 700;
    color: #fff;
  }

  .image-cards-banner .item .inner .banner .banner-desc {
    overflow: hidden;
    max-height: 0;
    -moz-transition: max-height 0.9s ease-in-out;
    -webkit-transition: max-height 0.9s ease-in-out;
    -o-transition: max-height 0.9s ease-in-out;
    transition: max-height 0.9s ease-in-out;
    position: relative;
    z-index: 1;
    padding-top: 20px;
  }

  .image-cards-banner .item .inner .banner .banner-desc.show {
    max-height: 2000px;
  }

  .image-cards-banner .item .inner .banner .banner-desc .caption {
    overflow: hidden;
    -webkit-box-shadow: 0 0.5rem 1rem #ced4da;
    box-shadow: 0 0.5rem 1rem #ced4da;
    background: #fff;
    padding: 2rem;
    text-align: center;
  }

  /* 360px */
  /* 720px */
  /* 768px */
  /* 880px */
  /* 1024px */
  .cards-image-top {
    margin-bottom: 5rem;
  }

  .cards-image-top .inner .logo {
    margin: 2rem 0 1.5rem;
  }

  .cards-image-top .template-red h2.title {
    background: #f08616;
  }

  .cards-image-top .template-blue h2.title {
    background: #296bff;
  }

  .cards-image-top h2.title {
    position: absolute;
    bottom: 0;
    background: #f08616;
    padding: 1rem;
    left: 15px;
    right: 15px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    z-index: 9999;
  }

  .cards-thumb-top-headline-text .item {
    position: relative;
    margin: 5rem 0 2rem;
  }

  .cards-thumb-top-headline-text .item .in {
    position: relative;
    -webkit-box-shadow: 0 0.5rem 1rem #ced4da;
    box-shadow: 0 0.5rem 1rem #ced4da;
    padding: 4.5rem 2rem 2rem;
    height: 100%;
  }

  .cards-thumb-top-headline-text .item .in .autor-label {
    z-index: 9;
    left: -9px;
  }

  .cards-thumb-top-headline-text .item .in .image-wrapper {
    -webkit-box-shadow: 0 0.5rem 1rem #ced4da;
    box-shadow: 0 0.5rem 1rem #ced4da;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    max-width: 35%;
    webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .cards-thumb-top-headline-text .item .in .image-wrapper img {
    margin-top: 0;
    border-radius: 100%;
  }

  .cards-thumb-top-headline-text .item .in .inner {
    text-align: center;
    height: 100%;
    padding: 0 1rem;
  }

  .cards-thumb-top-headline-text .item .in .inner .image-wrapper {
    position: absolute;
    top: 0;
    left: 50%;
    width: 5rem;
    height: 5rem;
    border-radius: 100%;
    margin-left: -2.5rem;
    background: #fff;
    border-radius: 100%;
  }

  .cards-thumb-top-headline-text .item .in .inner .image-wrapper img {
    -webkit-box-shadow: 0 0.5rem 1rem #ced4da;
    box-shadow: 0 0.5rem 1rem #ced4da;
    border-radius: 100%;
  }

  .cards-thumb-top-headline-text .item .in .inner a {
    display: inline-block;
    background: #eee;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px 10px;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 83%;
    margin: 2rem 0 0;
  }

  .cards-thumb-top-headline-text .item .in .inner a:hover {
    color: #eee;
    background: #fff;
    padding: 8px 18px 8px;
  }

  @media screen and (max-width: 1024px) {

    .cards-thumb-top-headline-text .item .inner h2,
    .cards-thumb-top-headline-text .item .inner a {
      -ms-word-break: break-all;
      word-break: break-all;
      word-break: break-word;
      -webkit-hyphens: auto;
      -moz-hyphens: auto;
      -ms-hyphens: auto;
      hyphens: auto;
    }
  }

  @media screen and (min-width: 425px) {
    .cards-thumb-top-headline-text .item .in {
      padding: 4.5rem 0rem 2rem;
    }

    .cards-thumb-top-headline-text .item .in .autor-label {
      background: none;
      color: rgba(77, 77, 77, 0.9);
    }
  }

  @media screen and (max-width: 767px) {
    .cards-thumb-top-headline-text .item .in {
      padding: 2rem 0rem 2rem;
    }

    .cards-thumb-top-headline-text .item .in .image-wrapper {
      max-width: 50%;
    }

    .cards-thumb-top-headline-text .item .in .inner {
      margin-top: calc(25vw - 2rem);
    }
  }

  @media screen and (min-width: 992px) {
    .cards-thumb-top-headline-text .item .in {
      padding: 4.5rem 0rem 2rem;
    }
  }

  @media screen and (min-width: 990px) and (max-width: 1240px) {
    .cards-thumb-top-headline-text .item {
      min-width: 33.333%;
    }
  }

  @media screen and (min-width: 1230px) {
    .cards-thumb-top-headline-text .item .inner {
      padding: 4.5rem 2rem 2rem;
    }
  }

  .cards-thumb-top-picture .item {
    padding-top: 2.5rem;
    margin: 1rem 0 2rem;
  }

  .cards-thumb-top-picture .item .inner {
    height: 100%;
    -webkit-box-shadow: 0 0.5rem 1rem #ced4da;
    box-shadow: 0 0.5rem 1rem #ced4da;
  }

  .cards-thumb-top-picture .item .inner .thumbnail .image-wrapper {
    position: absolute;
    top: 0;
    left: 50%;
    width: 5rem;
    height: 5rem;
    border-radius: 100%;
    margin-left: -2.5rem;
    background: #fff;
    border-radius: 100%;
  }

  .cards-thumb-top-picture .item .inner .thumbnail .image-wrapper img {
    margin-top: 0;
    -webkit-box-shadow: 0 0.5rem 1rem #ced4da;
    box-shadow: 0 0.5rem 1rem #ced4da;
    border-radius: 100%;
  }

  .cards-thumb-top-picture .item .inner .picture img {
    width: 100%;
  }

  .cards-thumb-top-picture .item .inner .picture .autor-label {
    left: 16px;
    top: 41px;
  }

  .card-freisteller {
    background-image: url("/cms/css/images/wand.jpg");
    color: #000;
    font-weight: bold;
    margin: 5rem 0;
  }

  .card-freisteller a {
    color: #fff;
  }

  .card-freisteller .card-freisteller-content .card {
    background-color: unset;
  }

  .card-freisteller .card-freisteller-content .card .btn {
    margin-top: 1rem;
  }

  .card-freisteller .card-freisteller-content .card .btn.btn-primary {
    color: #fff;
  }

  .card-freisteller .card-freisteller-image-container img {
    position: absolute;
    bottom: 0;
    height: 115%;
  }

  .card-freisteller .card-freisteller-footer {
    background: grey;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
    padding: .5rem;
  }

  .image-cards-picture-top {
    margin: 0 -15px 2rem;
  }

  .image-cards-picture-top .item {
    margin: 1rem 0 2rem;
  }

  .image-cards-picture-top .item .inner {
    position: relative;
    height: 100%;
    -webkit-box-shadow: 0 0.5rem 1rem #ced4da;
    box-shadow: 0 0.5rem 1rem #ced4da;
    padding-bottom: 5rem;
  }

  .image-cards-picture-top .item .inner .image-wrapper img {
    width: 100%;
    margin: 0;
  }

  .image-cards-picture-top .item .inner .text {
    padding: 0 2rem;
  }

  .image-cards-picture-top .item .inner .text h2 {
    font-size: 1.5rem;
    line-height: 1.8rem;
    font-weight: 700;
  }

  .image-cards-picture-top .item .inner a {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #dee2e6;
    color: #666;
    width: 100%;
    padding: 1.375rem .75rem;
    font-weight: 700;
    font-size: 1.3rem;
    line-height: 1.9rem;
  }

  .image-cards-picture-top .item .inner a:before {
    content: "";
    display: block;
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -12px;
    background: url("images/arrow-right.png");
    width: 25px;
    height: 25px;
  }

  .image-cards-picture-top .item .inner a:hover {
    background: #1569b4;
    color: #fff;
  }

  .image-cards-picture-top .item .inner a:hover:before {
    background: url("images/arrow-right-ho.png");
  }

  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .image-cards-picture-top .item .inner .text {
      padding: 0 0.5rem;
    }
  }

  .image-cards-picture-center {
    margin: 0 -15px 2rem;
  }

  .image-cards-picture-center .item {
    margin: 1rem 0 2rem;
  }

  .image-cards-picture-center .item .inner {
    position: relative;
    height: 100%;
    -webkit-box-shadow: 0 0.5rem 1rem #ced4da;
    box-shadow: 0 0.5rem 1rem #ced4da;
    padding-bottom: 5rem;
  }

  .image-cards-picture-center .item .inner h2 {
    font-size: 1.5rem;
    line-height: 1.8rem;
    font-weight: 700;
    padding: 3.5rem 2rem 0.5rem;
  }

  .image-cards-picture-center .item .inner .image-wrapper {
    /* 360px */
    /* 720px */
    /* 768px */
    /* 880px */
    /* 1024px */
  }

  .image-cards-picture-center .item .inner .image-wrapper img {
    width: 100%;
    margin-bottom: 2.5rem;
  }

  @media (min-width: 48em) {
    .image-cards-picture-center .item .inner .image-wrapper .autor-label {
      margin-top: 27px;
    }
  }

  .image-cards-picture-center .item .inner .text {
    padding: 0 2rem;
  }

  .image-cards-picture-center .item .inner a {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #dee2e6;
    color: #666;
    width: 100%;
    padding: 1.375rem .75rem;
    font-weight: 700;
    font-size: 1.3rem;
    line-height: 1.9rem;
  }

  .image-cards-picture-center .item .inner a:before {
    content: "";
    display: block;
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -12px;
    background: url("images/arrow-right.png");
    width: 25px;
    height: 25px;
  }

  .image-cards-picture-center .item .inner a:hover {
    background: #1569b4;
    color: #fff;
  }

  .image-cards-picture-center .item .inner a:hover:before {
    background: url("images/arrow-right-ho.png");
  }

  @media screen and (max-width: 1024px) {
    .image-cards-picture-center .item .inner h2 {
      padding: 3.5rem 0 0.5rem;
    }
  }

  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .image-cards-picture-center .item .inner .text {
      padding: 0 0.5rem;
    }
  }

  .image-cards-picture-bottom .item {
    margin: 1rem 0 2rem;
  }

  .image-cards-picture-bottom .item .inner {
    position: relative;
    -webkit-box-shadow: 0 0.5rem 1rem #ced4da;
    box-shadow: 0 0.5rem 1rem #ced4da;
    padding-bottom: 5rem;
  }

  .image-cards-picture-bottom .item .inner h2 {
    font-size: 1.5rem;
    line-height: 1.8rem;
    font-weight: 700;
    padding: 3.5rem 2rem 0.5rem;
  }

  .image-cards-picture-bottom .item .inner .thumbnail {
    margin-bottom: -5px;
  }

  .image-cards-picture-bottom .item .inner .thumbnail .image-wrapper {
    /* 360px */
    /* 720px */
    /* 768px */
    /* 880px */
    /* 1024px */
  }

  .image-cards-picture-bottom .item .inner .thumbnail .image-wrapper img {
    width: 100%;
    margin-bottom: -11px;
  }

  @media (min-width: 48em) {
    .image-cards-picture-bottom .item .inner .thumbnail .image-wrapper .autor-label {
      margin-top: 27px;
    }
  }

  .image-cards-picture-bottom .item .inner .text {
    padding: 0 2rem;
  }

  .image-cards-picture-bottom .item .inner a {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #dee2e6;
    color: #666;
    width: 100%;
    padding: 1.375rem .75rem;
    font-weight: 700;
    font-size: 1.3rem;
    line-height: 1.9rem;
    position: absolute;
    bottom: 0;
  }

  .image-cards-picture-bottom .item .inner a:before {
    content: "";
    display: block;
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -12px;
    background: url("images/arrow-right.png");
    width: 25px;
    height: 25px;
  }

  .image-cards-picture-bottom .item .inner a:hover {
    background: #1569b4;
    color: #fff;
  }

  .image-cards-picture-bottom .item .inner a:hover:before {
    background: url("images/arrow-right-ho.png");
  }

  @media screen and (max-width: 1024px) {
    .image-cards-picture-bottom .item .inner h2 {
      padding: 3.5rem 0 0.5rem;
    }
  }

  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .image-cards-picture-bottom .item .inner .text {
      padding: 0 0.5rem;
    }
  }

  .image-cards-picture-cutout .item {
    margin: 1rem 0 2rem;
  }

  .image-cards-picture-cutout .item .inner {
    position: relative;
    height: 100%;
    width: 85%;
    -webkit-box-shadow: 0 0.5rem 1rem #ced4da;
    box-shadow: 0 0.5rem 1rem #ced4da;
    padding: 2rem 0 2rem;
  }

  .image-cards-picture-cutout .item .inner .text {
    padding: 0 2rem;
  }

  .image-cards-picture-cutout .item .inner .text h2 {
    font-size: 1.5rem;
    line-height: 1.8rem;
    font-weight: 700;
  }

  .image-cards-picture-cutout .item .inner a {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #dee2e6;
    color: #666;
    width: 100%;
    padding: 1.375rem .75rem;
    font-weight: 700;
    font-size: 1.3rem;
    line-height: 1.9rem;
    padding: 1.375rem .75rem 1.375rem 2rem;
  }

  .image-cards-picture-cutout .item .inner a:before {
    content: "";
    display: block;
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -12px;
    background: url("images/arrow-right.png");
    width: 25px;
    height: 25px;
  }

  .image-cards-picture-cutout .item .inner a:hover {
    background: #1569b4;
    color: #fff;
  }

  .image-cards-picture-cutout .item .inner a:hover:before {
    background: url("images/arrow-right-ho.png");
  }

  .image-cards-picture-cutout .item .inner .autor-label {
    z-index: 1;
    width: auto;
    left: auto;
    top: auto;
    bottom: 11px;
    right: 35px;
    transform-origin: bottom right;
    transform: rotate(90deg);
  }

  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .image-cards-picture-cutout .item .inner .text {
      padding: 0 0.5rem;
    }
  }

  @media screen and (min-width: 1440px) {
    .image-cards-picture-cutout .item .inner .picture-cutout {
      position: absolute;
      z-index: 1;
      left: 67%;
      top: 0;
      margin-right: -25%;
    }

    .image-cards-picture-cutout .item .inner .text {
      padding: 0 9rem 0 2rem;
    }
  }

  .parallax-with-content .parallax {
    position: relative;
  }

  @media screen and (max-width: 1439px) {
    .parallax-with-content .parallax {
      background-image: none !important;
      width: 100%;
      margin: 0;
    }
  }

  .parallax-with-content .parallax .wrapper {
    max-width: 100%;
    width: 100%;
    overflow: hidden;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
  }

  @media screen and (min-width: 1024px) {
    .parallax .wrapper {
      width: 100%;
      overflow: hidden;
      height: 100%;
      position: relative;
    }

    .parallax .wrapper .parallax-content {
      position: absolute;
      z-index: 1;
    }

    .parallax .wrapper .parallax-content:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      width: 100%;
      height: 100%;
      background: #fff;
      opacity: 0.75;
    }

    .parallax .wrapper .parallax-content h1,
    .parallax .wrapper .parallax-content h2 {
      font-family: 'Titillium Web', arial, sans-serif;
      font-weight: 700;
    }

    .parallax .wrapper .parallax-content h1 {
      font-size: 43px;
      line-height: 43px;
      margin-top: 0;
    }

    .parallax .wrapper .parallax-content h2 {
      font-size: 1.5rem;
      line-height: 1.8rem;
      margin: 0;
    }
  }

  @media screen and (min-width: 1440px) {
    .parallax .wrapper .parallax-content {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      padding: 1.5rem;
      width: 65%;
    }

    .parallax .wrapper .parallax-content h1 {
      font-size: 50px;
      line-height: 50px;
    }
  }

  .referenzen .referenz .thumbnail {
    overflow: hidden;
  }

  .referenzen .referenz .thumbnail .overlay {
    top: 25px;
  }

  .referenzen .referenz .fill-parent {
    height: auto;
    width: auto;
  }

  .referenzen .referenz a {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }

  .referenzen .referenz img {
    display: block;
    width: 100%;
  }

  .referenzen .referenz span {
    display: block;
    position: absolute;
    left: 0px;
    bottom: 10px;
    padding: 5px;
    background: rgba(255, 255, 255, 0.5);
    width: 80%;
  }

  @media (max-width: 767px) {
    .referenzen .referenz span {
      display: block;
      position: relative;
      left: 0px;
      bottom: 0px;
      padding: 10px;
      background: #eee;
      width: 100%;
      color: #fff;
    }
  }

  .bild_mit_subtitel .thumbnail {
    position: relative;
  }

  .bild_mit_subtitel .subtitel {
    position: absolute;
    left: 0px;
    bottom: 20px;
    padding: 8px;
    width: 75%;
    color: #fff;
  }

  .maps-preview-container {
    position: relative;
  }

  .maps-preview-img {
    width: 100%;
  }

  .maps-preview-description {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.75);
    padding: 1rem 1.5rem;
  }

  .maps-embed-confirmation-btn {
    cursor: pointer;
  }

  .table {
    display: block;
    width: 100%;
    border: 1px solid rgba(155, 155, 155, 0.5);
    /* border-top: 1px solid rgba(155, 155, 155, 0.5); */
    overflow-x: auto;
	margin-bottom:0;
  }

  .table .tablebody {
    display: table-row-group;
  }

  .table .tablebody .tablerow {
    display: table-row;
  }

  .table .tablebody .tablerow .tablecell,
  .table .tablebody .tablerow .tablehead {
    display: table-cell;
    padding: 1rem;
    border-right: 1px solid rgba(155, 155, 155, 0.5);
    border-bottom: 1px solid rgba(155, 155, 155, 0.5);
  }

  .table .tablebody .tablerow:nth-child(even) {
    background: rgba(155, 155, 155, 0.5);
  }

  .table .tablebody .tablerow:nth-child(odd) {
    background: #fff;
  }

  .wheel-container {
    padding: 215px;
  }

  .wheel {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 225px;
    height: 225px;
    margin-top: -112.5px;
    margin-left: -112.5px;
  }

  .wheel .wheel-toggle {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 10px;
    background: #296bff;
    border-radius: 50%;
    border: 0;
    color: white;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    transition: all .1s;
  }

  .wheel .wheel-toggle:hover {
    background: #3071a9;
  }

  .wheel .wheel-toggle:focus {
    outline: none;
  }

  .wheel ul {
    position: absolute;
    list-style: none;
    padding: 0;
    margin: 0;
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;
  }

  .wheel li {
    position: absolute;
    width: 0;
    height: 100%;
    margin: 0 50%;
    -webkit-transform: rotate(-360deg);
    transition: all 0.8s ease-in-out;
  }

  .wheel li input {
    display: none;
  }

  .wheel li input+label {
    position: absolute;
    left: 50%;
    bottom: 100%;
    width: 0;
    height: 0;
    line-height: 1px;
    margin-left: 0;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 1px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: none;
    transition: all 0.8s ease-in-out, color 0.1s, background 0.1s;
  }

  .wheel li input:checked+label {
    filter: grayscale(1);
  }

  .wheel.open li input+label {
    width: 135px;
    height: 135px;
    line-height: 135px;
    margin-left: -67.5px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    background-color: #296bff;
    color: white;
  }

  .caption-container {
    color: white;
    padding: .75rem 1.5rem;
  }

  @media (max-width: 768px) {
    .wheel-container {
      background: #fff;
    }

    .wheel-container .wheel {
      width: 120px;
      height: 120px;
      margin-top: -60px;
      margin-left: -60px;
    }

    .wheel-container .wheel.open li input+label {
      width: 100px;
      height: 100px;
      line-height: 100px;
    }
  }

  .pricing .pricing-tier .pricing-tier-head {
    color: #fff;
    background: #eee;
    padding: 1rem 2rem;
    font-size: 1.5rem;
    text-align: center;
  }

  .pricing .pricing-tier .pricing-tier-body {
    background: #fafafa;
    padding: 1rem 2rem;
  }

  .pricing .pricing-tier .pricing-tier-body a {
    background: #eee;
    padding: .5rem 1.5rem;
    color: #fff;
    display: block;
    text-align: center;
    border-radius: 20px;
  }

  .pricing .pricing-tier .pricing-tier-body a:hover {
    color: #eee;
    background: #fff;
    border: 2px solid #eee;
  }

  .pricing .pricing-tier .pricing-tier-body ul {
    list-style: none;
    padding-left: 0;
  }

  .pricing .pricing-tier .pricing-tier-body ul li {
    position: relative;
    margin-left: calc(25px + .5rem);
    margin-top: 0.5rem;
  }

  .pricing .pricing-tier .pricing-tier-body ul li:before {
    content: url(/cms/css/images/green-tick.png);
    position: absolute;
    left: calc(-25px + -.5rem);
  }

  .fullwidth-banner .image-wrapper {
    margin-left: -15vw;
    margin-right: -15vw;
  }

  .fullwidth-banner .image-wrapper img {
    width: 100%;
  }

  .fullwidth-banner .image-wrapper .banner-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /*
			font-size: 2.5rem;
			line-height: 3rem;
			*/
  }

  .fullwidth-banner .image-wrapper .banner-desc {
    max-width: 80vw;
  }

  .fullwidth-banner .image-wrapper .banner-desc .banner-btn-container {
    display: block;
    margin-top: 1rem;
    text-align: center;
  }

  .fullwidth-banner .image-wrapper .banner-desc .banner-btn-container .banner-btn {
    padding: .5rem 1.5rem;
    min-width: 200px;
  }

  @media screen and (max-width: 1024px) {
    .fullwidth-banner .image-wrapper img {
      display: none;
    }

    .fullwidth-banner .image-wrapper .banner-content {
      position: relative;
      display: block;
      background: #e5f5fc;
      padding: 2rem 0;
      left: unset;
      top: unset;
      transform: unset;
    }

    .fullwidth-banner .image-wrapper .wysiwyg-text-align-center {
      font-size: 1.5rem;
    }

    .fullwidth-banner .image-wrapper .banner-desc {
      width: 80%;
      margin-left: 10%;
    }

    .fullwidth-banner .image-wrapper .banner-desc .banner-btn-container {
      margin-top: 0;
    }
  }

  /* Kursdarstellung */
  .breadcrumb {
    background-color: #fff;
    display: block;
    list-style: none;
    /* Entfernt die Standard-Bullets */
    padding: 0;
    margin: 0;
    display: flex;
    /* Stellt die Elemente horizontal dar */
    align-items: center;
  }

  .breadcrumb li {
    margin-right: 5px;
    /* Abstand zwischen den Breadcrumb-Punkten */
  }

  .breadcrumb li::after {
    content: " >";
    /* Trennzeichen zwischen den Breadcrumb-Elementen */
    margin-left: 5px;
  }

  .breadcrumb li:last-child::after {
    content: "";
    /* Entfernt das Trennzeichen beim letzten Element */
  }

  .course-info-dv a {
    color: #1569b4;
    font-weight: bolder;
    text-decoration: none;
  }

  .course-info-dv a:hover {
    color: #1d1d1b;
  }

  .navbar-nav {
    flex-direction: row;
  }

  .navbar {
    border-bottom: 0;
    padding: 0;
  }

  .navbar-nav>li>a {
    font-weight: 400;
    background: #fff;
    color: #1d1d1b;
    border: 0;
    font-size: 0.9rem;
    line-height: 40px;
    border-radius: 4px;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
  }

  .navbar-nav>li:hover>a,
  .navbar-nav>li>a:active,
  .navbar-nav>li>a:focus,
  .dropdown.open>a,
  .navbar-nav>li.active>a {
    border-bottom: 0 !important;
    background: #1569b4;
    color: #fff;
  }

  .navbar-nav>li:hover>i {
    color: #fff;
  }

  .navbar-nav>li>a>i {
    color: #1569b4;
  }

  .navbar-nav>li:hover>a>i {
    color: #fff;
  }

  .navbar-nav>li:hover {
    color: #fff !important;
  }

  .navbar-nav>li:hover>a,
  .navbar-nav>li.active>a,
  .dropdown-menu>li.active>a,
  .dropdown-menu>li:hover>a {
    color: #fff !important;
  }

  @media (max-width: 766px) {

    .dropdown.open>a,
    .navbar-nav>li.active>a {
      color: #1569b4;
    }

    .dropdown.open>a,
    .navbar-nav>li>a {
      border-bottom: 0 !important;
      background: #fff;
      color: #333;
      text-align: center;
      width: 100%;
      line-height: 1rem;
    }

    .navbar-nav>li {
      border: solid 1px #1569b4;
    }

    .navbar-nav {
      flex-direction: column;
    }
  }

  @media (min-width: 767px) {
    .mobile-only {
      display: none;
    }
  }

  .inner-icon .fa {
    position: absolute;
    padding: 8px 12px;
  }

  .throbber {
    width: 75px;
  }

  .calendar {
    overflow: hidden !important;
    border: none !important;
  }

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

  .calendar th {
    width: 14.285%;
  }

  .calendar caption {
    text-align: center;
    display: block;
  }

  .slot {
    padding: 5px;
    cursor: pointer;
    background: #95a8bd;
    border-bottom: 3px solid #FFF;
    text-align: center;
    font-size: 10px;
    color: #FFF;
  }

  .slot.Bookable {
    background-color: #5cb85c;
  }

  .slot.Requestable {
    background-color: #ffc107;
  }

  .slot.NotAvailable {
    background-color: #dc3545;
    cursor: not-allowed;
  }

  .orange-btn {
    border: 0px;
    border-right: 3px;
    border-color: white;
    border-style: solid;
    padding: 10px;
    background-color: #1569b4;
    display: inline-block;
    cursor: pointer;
    color: white !important;
  }

  .orange-btn:hover {
    background-color: #e2e2e2;
  }

  .white-color {
    color: white !important;
  }

  .white-color::placeholder {
    color: #eeeeee;
  }

  #view-cart-btn>a,
  .manage-login-btn>a {
    color: white !important;
  }

  .cart-quantity-modifier {
    max-width: 50%;
    display: inline-block;
    height: 36px;
    border-width: 0px;
    padding-left: 5px;
  }

  .plus-minus-btn {
    display: inline-block;
  }

  .plus-minus-input-container {
    white-space: nowrap;
  }

  .informative {
    cursor: auto !important;
    opacity: 1 !important;
  }

  #filter-bar>.btn-group {
    margin-bottom: 5px;
  }

  #course-search-bar {
    background-color: #1569b4;
    color: white;
    margin-bottom: 5px;
    margin-left: -15px;
    margin-right: -15px;
  }

  #course-search {
    float: right;
    display: inline-block;
    /*	margin-top: 5px;*/
    /*margin-right: 5px;*/
    line-height: 38px;
  }

  #course-search form {
    margin-top: -8px;
  }

  #course-search input {
    height: 43px;
    margin-top: 0;
    background-color: #fff !important;
    color: #222 !important;
    border: 0 !important;
    /*	border-left: 4px solid white;*/
  }

  #course-search .inner-icon {
    color: white;
  }

  #password-reset-btn {
    color: black;
    font-size: 11pt;
  }

  .bgsmoke {
    background-color: white;
    border: solid 1px #ced4da;
  }

  #login-form-container {
    padding: 20px;
  }

  #login-form,
  #credentials-reset-form,
  #registration-form {
    width: 40%;
  }

  .uppercase {
    text-transform: uppercase;
  }

  #cart-table-container #login-form {
    width: 100%;
    margin-bottom: 0;
  }

  #cart-table-container #login-form .form-group {
    /*	width: 30%; 
	margin-left: 70%; 
	*/
  }

  .course-item,
  .speaker-item {
    border-color: #b2b2b2;
    border-width: 2px;
    margin-top: 45px;
  }

  .speaker-item {
    border: 2px solid lightgray;
    border-bottom: 15px solid lightgray;
    padding: 0;
    /*display: table-cell;*/
  }

  .course-img-container {
    position: relative;
    height: 400px;
  }

  .course-img,
  .course-img-dv {
    width: 100%;
    height: 350px;
    object-fit: cover;
  }

  .course-img-dv {
    height: 400px;
  }

  .course-info {
    margin: 0 5%;
  }

  .img-banner {
    color: white;
    padding: 8px;
  }

  .course-title,
  .course-title-dv {
    display: table;
    font-size: 1.5rem;
    width: 100%;
    background-color: #1569b4;
  }

  .course-title-text {
    display: table-cell;
    vertical-align: middle;
  }

  .course-title {
    height: 92px;
    margin-bottom: 10px;
  }

  .course-highlight {
    top: 10%;
    left: -10px;
    background-color: #e2e2e2;
  }

  .course-highlight-right {
    top: 15%;
    right: 0;
    background-color: #e2e2e2;
  }

  .speaker-title {
    background-color: #1569b4;
    right: 0;
    width: 70%;
    top: 5%;
  }

  .course-title-dv {
    min-width: 100%;
    padding: 12px;
  }

  .course-subtitle {
    color: #1569b4;
    margin-top: 40px;
    margin-bottom: 10px;
  }

  .entity-subtitle {
    margin-top: 15px;
  }

  .ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .course-description {
    max-width: 100%;
  }

  .entity-description {
    height: 125px;
  }

  .speaker-description {
    height: 100px;
  }

  .course-details,
  .course-title-subheadline-dv {
    border: 0;
    border-top: 1px;
    border-style: dotted;
    border-color: #1569b4;
    padding-top: 8px;
    margin: 8px 0 8px 0;
  }

  .course-image-gallery-dv {
    margin-top: 12px;
  }

  .course-title-subheadline-dv {
    font-size: 1rem;
    color: #fff;
  }

  .course-title-headline-dv {
    font-size: 2rem;
    color: #fff;
    font-weight: 400;
  }

  .course-speaker-info {
    margin-bottom: 25px;
  }

  .course-speaker-info-title {
    font-weight: bold;
  }

  .course-speaker-info-img {
    position: relative;
  }

  .course-speaker-info-img>img {
    max-width: 100%;
  }

  .course-speaker-img-banner {
    left: 0;
    bottom: 10%;
    background-color: #1569b4;
  }

  .course-info-container-dv {
    padding: 15px 0 15px 0;

  }

  .missing-field {
    border: solid 1px red !important;
  }

  .form-group {
    margin-bottom: 5px;
  }

  .toggable-list>li {
    font-size: 0.9rem;
  }

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

  .course-more-details {
    background-color: #b2b2b2;
    width: 100%;
    text-align: right;
    padding: 8px;
    margin-top: 12px;
  }

  .course-item:hover {
    filter: brightness(75%);
  }

  .course-more-details>a {
    color: white;
  }

  .related-course {
    margin-left: 10%;
    margin-bottom: 15px;
    float: left;
    word-break: break-word;
  }

  .related-course-title {
    font-size: 16px;
  }

  .related-course-subtitle {
    font-size: 14px;
  }

  .related-course-img {
    width: 100%;
    object-fit: cover;
  }

  .related-courses-headline {
    color: white;
    background-color: #1569b4;
    padding: 8px 10% 8px 10%;
    max-width: 100%;
    margin-bottom: 25px;
    display: inline-block;
  }

  .speaker-img-container {
    width: 35%;
  }

  .speaker-img {
    height: 100%;
    width: 100%;
  }

  .speaker-img-container,
  .speaker-info {
    display: inline-block;
  }

  .speaker-upper-container {
    position: relative;
  }

  .speaker-info {
    width: 65%;
    padding-left: 12px;
    vertical-align: text-bottom;
    bottom: 0;
    position: absolute;
  }

  .search-result {
    margin-top: 25px;
    padding-left: 0;
    padding-right: 0;
  }

  .venue-item {
    /*border-bottom: 5px solid lightgray;*/
    margin-top: 25px;
  }

  .venue-img {
    width: 100%;
  }

  .venue-desc {
    margin-top: 25px;
  }

  .view-venue-courses {
    color: black;
    margin: 10px 0;
  }

  .venue-name-banner {
    font-size: 1.5rem;
    left: 5%;
    right: 5%;
    bottom: 0;
    transform: translateY(-50%);
    background-color: #1569b4;
    max-height: 50px;
  }

  #load-more-courses {
    margin-top: 50px;
  }

  .registration-form-container {
    background-color: #eff0f2;
  }

  .cart-table {
    margin: 0 -20px;
    padding: 0px 20px;
  }

  .cart-table,
  .cart-item-container,
  .cart-review-table {
    background-color: #f1f1f1;
  }

  .cart-item-notice {
    margin-top: 8px;
    font-size: 14px;
    color: red;
  }

  .change-cart-btn {
    margin-bottom: 15px;
    margin-left: -15px;
  }

  #registration-data-form {
    padding-top: 30px;
    display: flex;
  }

  .course-participant input,
  #registration-data-form input,
  #registration-data-form select {
    border: 0;
    border-width: 0;
    text-indent: 5px;
  }

  #registration-data-form input,
  #registration-data-form select {
    margin-top: 5px;
    margin-bottom: 5px;
    width: calc(100% - 5px);
  }

  .course-participant input[type="date"] {
    color: gray;
  }

  .centered-tall-btn {
    min-width: 25%;
    max-width: 580px;
    font-size: 1.4rem;
    margin: 75px auto 15px auto;
    display: block;
    position: relative;
  }

  .fullwidth {
    width: 100%;
  }

  .fullheight {
    height: 100%;
  }

  .float-right {
    float: right;
  }

  .float-left {
    float: left;
  }

  .course-occurences {
    padding: 8px;
  }

  .dotted-line {
    border-bottom: 1px dotted gray;
    width: 100%;
    margin-bottom: 8px;
  }

  .color-red {
    color: #1569b4 !important;
  }

  .nopadding {
    padding: 0;
  }

  .table-title {
    padding: 10px 15px;
    background-color: #dcdcdc;
    color: black;
  }

  .cart-item-container {
    padding: 30px 0px;
  }

  .course-participant {
    margin-top: 10px;
  }

  .course-participant>div {
    padding: 0 10px;
  }

  div .participant-col:last-child {
    padding: 0 20px 0 10px;
  }

  .cart-item-info {
    background-color: white;
    padding: 15px;
  }

  .cart-item-info-item {
    font-size: 14px;
  }

  .cart-item-participants {
    margin-top: 25px;
  }

  .checkout-item-desc-type {
    font-weight: bold;
  }

  .glyphicon-star {
    transform: scale(0.75);
  }

  .glyph-gray {
    color: gray;
  }

  .v-fix {
    top: -1px;
  }

  .inner-icon .glyphicon {
    position: absolute;
    padding: 8px 12px;
  }

  .inner-icon {
    position: relative;
  }

  .pos-left input {
    padding-left: 30px;
  }

  .pos-left {
    left: 0;
  }

  .action-btn {
    text-transform: uppercase;
    text-align: left;
    margin-top: 8px;
    color: #fff;
    white-space: normal;
    word-break: break-word;
  }

  div#cart-totals>div.fullwidth {
    margin-top: 15px;
    text-align: right;
  }

  .bgcolor-secondary {
    border: 1px solid #ced4da;
    color: #6c757d;
  }

  .bgcolor-secondary:hover {
    background-color: #e9ecef;
    color: #343a40;
    cursor: pointer;
  }

  .toggable-container {
    cursor: pointer;
  }

  .spacer {
    min-height: 25px;
  }

  .dotted-right {
    border-right: 1px dotted gray;
  }

  .checkbox-sm {
    width: auto !important;
    height: auto !important;
    display: inline-block;
  }

  .hint {
    font-size: 13px;
    font-weight: bold;
  }

  .failure {
    color: red;
  }

  .glyph-white {
    color: white;
  }

  .btn-large-center {
    font-size: 1.2rem;
    max-width: 35%;
    margin: 0 auto;
    display: block;
  }

  .no-results-error {
    padding: 20px;
    font-weight: bold;
  }

  .form-error {
    font-size: 12px;
    color: red;
  }

  input:invalid {
    border: 1px solid red !important;
  }

  /* Modals */
  .modal-title {
    display: inline-block;
  }

  .modal-header {
    background-color: #1569b4;
    color: white;
  }

  .close-dialog {
    color: white;
  }

  .modal-footer {
    padding: 10px 20px;
  }

  /* Ende Modals */
  /* Dropdown / Filter */
  .dropdown-menu {
    background-color: white;
    padding: 0;
    position: absolute !important;
    top: 0% !important;
  }

  .dropdown-menu>span.filter-opt,
  .dropdown-menu>span.filter-opt-add {
    cursor: pointer;
    padding: 3px 10px;
    display: block;
  }

  .dropdown-divider {
    width: 100%;
    border-top: solid 1px lightgray;
    clear: both;
    height: 1px;
    margin: 0;
  }

  .dropdown-menu>span.filter-opt:hover,
  .dropdown-menu>span.filter-opt-add:hover,
  .dropdown-menu>.active {
    background-color: #1569b4 !important;
    color: white;
  }

  #active-filters-bar {
    margin-top: 8px;
  }

  .small-glyph {
    transform: scale(0.7);
  }

  .active-filter {
    border: 1px solid lightgray;
    font-size: 1rem;
    padding: 5px 5px;
    cursor: pointer;
  }

  .active-filter>.remove-filter-btn {
    font-weight: bold;
  }

  .card-deck h4 {
    font-weight: 400;
  }

  .card-footer a:hover {
    color: #e2e2e2;
  }

  /* Ende Dropdown / Filter */
  /* Ende Kursdarstellung */
  .carousel-caption {
    color: #fff !important;
  }

  #filter-bar {
    margin-left: -15px;
    margin-right: -15px;
  }

  .progress-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    margin: 20px 0;
  }

  .circle {
    width: 40px;
    height: 40px;
    border: 1px solid gray;
    border-radius: 50%;
    background-color: white;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    color: black;
    z-index: 1;
    transition: border-color 0.3s ease;
  }

  .circle.active {
    width: 44px;
    height: 44px;
  }

  .circle.active:nth-child(2) {
    border: 3px solid #1E90FF;
    /* DodgerBlue */
  }

  .circle.active:nth-child(3) {
    border: 3px solid #00BFFF;
    /* DeepSkyBlue */
  }

  .circle.active:nth-child(4) {
    border: 3px solid #40E0D0;
    /* Turquoise */
  }

  .circle.active:nth-child(5) {
    border: 3px solid #3CB371;
    /* MediumSeaGreen */
  }

  .circle.active:nth-child(6) {
    border: 3px solid #32CD32;
    /* LimeGreen */
  }

  .progress-line {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background-color: gray;
    z-index: 0;
  }

  .registration-form-container .form-control,
  .registration-form-container input {
    width: 100%;
    margin: 3px;
    border-radius: 0px;
    padding: 5px;
    border: solid 1px #343a40;
  }

  /* Abdunklung des Bildschirms */
  #loading-overlay {
    display: none;
    /* Zuerst versteckt */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    /* Abdunkeln */
    z-index: 999;
    /* Sicherstellen, dass es über allem liegt */
    justify-content: center;
    align-items: center;
  }

  /* Spinner-Design */
  .spinner {
    border: 8px solid rgba(255, 255, 255, 0.3);
    border-top: 8px solid white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
  }

  /* Spinner-Animation */
  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }

    100% {
      transform: rotate(360deg);
    }
  }

  .datenschutz_baustein {
    background: #fff;
    margin-bottom: 40px;
  }

  .image-wrapper {
    position: relative;
  }

  img {
    max-width: 100%;
  }

  .breadcrumb {
    font-size: 12px;
    margin-top: -30px;
  }

  .map {
    height: 300px;
  }

  .kategorien_filter {
    margin-bottom: 40px;
  }

  /* MobileDE */
  .col-primary {
    background-color: #eee;
    padding: 3px 6px;
    color: #fff;
  }

  .bg-light {
    background-color: #e9ecef;
  }

  .new-search-btn,
  .back-btn {
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
  }

  .filter-parent {
    padding-left: 0;
  }

  .color-primary {
    color: #eee !important;
  }