@charset "UTF-8";
/* CSS Document */
/* manrope-regular - latin */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/manrope-v11-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/manrope-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/manrope-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/manrope-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/manrope-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/manrope-v11-latin-regular.svg#Manrope') format('svg'); /* Legacy iOS */
}
/* manrope-500 - latin */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/manrope-v11-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/manrope-v11-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/manrope-v11-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/manrope-v11-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/manrope-v11-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/manrope-v11-latin-500.svg#Manrope') format('svg'); /* Legacy iOS */
}
/* manrope-700 - latin */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/manrope-v11-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/manrope-v11-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/manrope-v11-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/manrope-v11-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/manrope-v11-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/manrope-v11-latin-700.svg#Manrope') format('svg'); /* Legacy iOS */
}
#yform-formular-spammail {
    display: none;
}
a.consent_manager-close-box {
  display: none !important;
}
.consent_manager-show-details {
  padding: 0 !important
}
.consent_manager-cookiegroups {
  display: none !important;
}
.consent_manager-accept-all {
  display: none !important;
}
.consent_manager-sitelinks a {
    margin: 0.5em 1em 0.5em 0em !important;
}
.sticky-info {
    position: fixed;
    top: 162px;
    left: 0;
    padding: 0;
    margin: 0;
    z-index: 99;
}
a {
  color: #d07500;
}
a:hover {
  color: #005d8f;
}
.has-error .control-label {
    color: red !important;
}
.has-error label {
    color: red !important;
}
.icon-svg,
.icon-svg.icon-svg-xl {
  width: 6rem;
  height: 6rem;
}

.text-elisabeth {
  color: #d07500;
}
.bg-elisabeth {
  background-color: #d07500;
}
.pflichtfelder {
    font-size: 0.75rem;
    font-weight: 500;
    color: red;
}
.text-right {
text-align: right;
}
.fixed .navbar-brand {
 width: 30% !important;
 padding-bottom: 1rem;
 padding-top: 1rem;
}
.info-box-secondary {
    padding-top: 10px;
    padding-bottom: 10px;
    background-clip: content-box;
    background-color: #d07500;
}
.info-box-secondary .text {
    padding: 20px 20px 0 20px;
}
.info-box-secondary .downloads {
    padding: 0 20px 20px 20px;
}
.text ul, .text li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.text-white h3, .text-white h4 {
    color: #fff !important;
}
.text ul {
  margin-top: 1em;
  margin-bottom: 2em;
}
.text ul ul {
  margin-top: 0;
  margin-bottom: 0;
}
.text ul li {
  margin-left: 2rem;
  margin-bottom: 0.5rem
}
.text ul li ul li {
  margin-bottom: 0rem;
}
.text ul li:first-child {
  margin-top: 0;
}
.text ul li:before {
  content: "\e971";
  font-family: "Unicons";
  font-weight: normal;
  margin: 0 10px 0 -30px;
  position: relative;
  background-color: #f0f1f2;
  color: #005d8f;
  border-radius: 100%;
  width: 1rem;
  height: 1rem;
  line-height: 1.2;
  top: 0.05rem;
  letter-spacing: normal;
  text-align: center;
  display: inline-block;
}
.text ul ul li:before {
  content: "\e923";
  font-family: "Unicons";
  font-weight: normal;
}
.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.responsive-video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 ratio*/
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}
.hyphens {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.dropdown .nav-item .nav-link {
    display: block;
    width: 100%;
    padding: 0.2rem 1.5rem;
    clear: both;
    color: #343f52 !important;
    font-weight: 700;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown .nav-item .nav-link:hover {
    color: #005d8f !important;
}

.navbar-light .navbar-nav .current .nav-link {
  color: #005d8f;
}
.card img {
  border-radius: 0.4rem;
}
.image-wrapper.bg-cover {
  background-position: center right;
}
/*.navbar-brand img {
  width: 100%
}
.fixed .navbar-brand img {
  width: 50%
}*/
.btn-outline-elisabeth {
  color: #d07500;
  border-color: #d07500;
}
.btn-outline-elisabeth:hover {
  background-color: #d07500;
  border-color: #d07500;
}
.offcanvas-info {
  width: 20rem;
}
@media (max-width: 992px) {
  .offcanvas-info {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .navbar.transparent:not(.fixed) {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .fs-25 {
    font-size: 0.9rem !important;
  }
}