/*Konstanten*/
/*Body HTML*/
body,
html {
  font-family: "Open Sans", sans-serif;
}

h3 {
  font-weight: 500;
}

/* Scroll-Top nach rechts wegen Chatbot*/
.scroll-top {
  right: 100px;
}

/*frames*/
.frame {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.frame-collapsible,
.frame-background-none.frame-space-after-none:not(.frame-ruler-after):not(.frame-has-backgroundimage) + .frame-background-none.frame-space-before-none:not(.frame-ruler-before):not(.frame-has-backgroundimage),
.frame-background-primary.frame-space-after-none:not(.frame-ruler-after):not(.frame-has-backgroundimage) + .frame-background-primary.frame-space-before-none:not(.frame-ruler-before):not(.frame-has-backgroundimage),
.frame-background-secondary.frame-space-after-none:not(.frame-ruler-after):not(.frame-has-backgroundimage) + .frame-background-secondary.frame-space-before-none:not(.frame-ruler-before):not(.frame-has-backgroundimage),
.frame-background-light.frame-space-after-none:not(.frame-ruler-after):not(.frame-has-backgroundimage) + .frame-background-light.frame-space-before-none:not(.frame-ruler-before):not(.frame-has-backgroundimage),
.frame-background-dark.frame-space-after-none:not(.frame-ruler-after):not(.frame-has-backgroundimage) + .frame-background-dark.frame-space-before-none:not(.frame-ruler-before):not(.frame-has-backgroundimage) {
  margin-top: -1rem;
}

.frame-background-primary {
  background-color: #c00023;
}

.frame-background-light {
  background-color: #bfbfbf;
}

/* Padding von HR entfernen*/
.frame-type-div {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/*Gridelements*/
.grid-container.frame-container-full-width {
  width: 100%;
  max-width: 100%;
}

.grid-container.frame-container-full-width .grid-row {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.grid-container.frame-container-full-width .grid-col {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.grid-container.frame-container-full-width .grid-col > div {
  height: 100%;
}

.frame-type-gridelements_pi1 .grid-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*Section Border*/
.section-border .textpic {
  margin-left: 0;
  margin-right: 0;
}

.section-border .textpic-text {
  background-color: #c00023;
  color: #fff;
  -ms-flex-line-pack: center;
      align-content: center;
  display: -ms-inline-grid;
  display: inline-grid;
}

.section-border .textpic-right .textpic-text {
  padding-left: 0;
}

.section-border .textpic-right .textpic-gallery {
  padding-right: 0;
}

.section-border .textpic-left .textpic-text {
  padding-right: 0;
}

.section-border .textpic-left .textpic-gallery {
  padding-left: 0;
}

/*Section Before*/
.section-before {
  background: #bfbfbf;
  color: #000;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.section-before .frame {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
}

/*Section Footer*/
.footer-section-content {
  background-color: #c00023;
}

.footer-section-content a:not(.btn) {
  color: #fff;
}

.footer-section-meta {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #c00023;
  color: #fff;
}

.footer-section-meta .frame {
  padding-top: 0;
  padding-bottom: 0;
}

.footer-section-meta :not(.btn),
.footer-section-meta a:not(.btn) {
  color: #fff;
}

/* DCE-Container */
.switcher {
  position: relative;
  display: block;
  cursor: pointer;
  overflow: hidden;
  background: transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.switcher .pic {
  display: block;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}

.switcher .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0 !important;
  opacity: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.switcher:hover {
  background: #000;
}

.switcher:hover .pic {
  opacity: 1;
  top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.switcher:hover .text {
  opacity: 1;
  background: rgba(0, 0, 0, 0.9);
}

.tabs-header {
  margin-bottom: 2.5rem;
}

.special-tabs ul.tabs-nav {
  list-style-type: none;
}

.special-tabs .tab-heading,
.special-tabs .tab-content {
  border: 1px solid #000;
  padding: 20px;
  margin-bottom: 1rem;
  background: #fff;
  color: #000 !important;
  -webkit-box-shadow: 5px 5px 5px 0px #ddd;
          box-shadow: 5px 5px 5px 0px #ddd;
  border-radius: 10px;
}

.special-tabs .tab-heading {
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.special-tabs .tab-heading.current {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.special-tabs .tab-content h3 {
  font-weight: 300;
}

.special-tabs h5 {
  margin-bottom: 1rem;
}

.frame-background-primary .special-tabs a:not(.btn),
.frame-background-secondary .special-tabs a:not(.btn),
.frame-background-light .special-tabs a:not(.btn),
.frame-background-dark .special-tabs a:not(.btn) {
  color: #000;
}

/* Accordeons */
.accordion-title-link {
  padding: 0.5rem 1em;
}

/* Layout hidden */
.frame-layout-hidden {
  display: none;
}

/* Tables */
.table-responsive td {
  text-align: center;
}

.table-responsive .fa-check {
  color: green;
}

.table-responsive .fa-times {
  color: red;
}

@media (min-width: 992px) {
  .navbar-mainnavigation .navbar-brand-image img {
    max-height: 100%;
  }
}

/*Specials*/
.heightcalc .btn-primary:hover {
  border-color: #8d001a;
  background-color: rgba(255, 255, 255, 0);
  color: #2b2b2b;
}

#p113 .section-border {
  background: #c00023;
}

#p113 .section-border > div {
  padding-top: 0;
  padding-bottom: 0;
}

#p113 .section-border > div .grid-col:first-child {
  padding-right: 0;
}

#p113 .section-border > div .grid-col:first-child > div {
  padding-top: 0;
  padding-bottom: 0;
}

#p113 .section-border > div .grid-col:last-child {
  padding-left: 0;
}

#p113 .section-border > div .grid-col:last-child > div {
  padding-top: 0;
  padding-bottom: 0;
}

#p113 .textpic-text {
  padding-left: 0;
}

#p113 .videowrapper {
  padding-bottom: 75.25% !important;
}
/*# sourceMappingURL=basis.css.map */

/*Remove external CSS*/
.navbar-brand{
  background: none !important;
}