/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
/*rot*/
/*#6699cc; hellblau  #66A8DC*/
/*dunkelblau*/
/*hellblau*/
@media (width >= 835px) {
  .top-mainmenu .metismenu > li > a:after, .top-mainmenu .metismenu > li > button:before {
    content: "";
    opacity: 0.2;
    background: none;
    height: 2px;
    margin: auto;
    transition: all 0.2s, background-color 0.2s;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 50%;
  }
  .metismenu.mod-menu {
    margin: auto;
    margin-right: 0;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
  }
}
.top-mainmenu .metismenu > li > button.mm-toggler-link:hover:before, .top-mainmenu .metismenu > li.active > button.mm-toggler-link:before {
  left: 0.5em;
  right: 0;
}
@media (width >= 835px) {
  .top-mainmenu .metismenu > li.level-1.active > a, .top-mainmenu .metismenu > li.level-1.active > button, .top-mainmenu .metismenu > li.level-1 > a:hover, .top-mainmenu .metismenu > li.level-1 > button:hover {
    text-decoration: none;
  }
}
.top-mainmenu .metismenu > li.level-1 > ul {
  min-width: 12rem;
}
.metismenu.menu-horizontal {
  flex: 1 0 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (width >= 835px) {
  .metismenu.menu-horizontal {
    flex-direction: row;
    flex: 1;
    display: flex;
  }
}
.metismenu.menu-horizontal > li {
  position: relative;
}
.metismenu.menu-horizontal .level-1 > ul {
  min-width: 12rem;
}
.metismenu.mod-menu .metismenu-item {
  flex-wrap: wrap;
  align-items: center;
  padding: 0.5em 1em;
  font-size: 1.1rem;
  line-height: 1.5;
  display: flex;
}
.metismenu.mod-menu .metismenu-item.parent {
  position: relative;
}
.metismenu.mod-menu .metismenu-item > ul {
  z-index: 1001;
  padding: 0;
  list-style: none;
  display: block;
  position: absolute;
  top: 100%;
  box-shadow: 0 0 0.5em #0000001a;
}
.metismenu.mod-menu .metismenu-item > span, .metismenu.mod-menu .metismenu-item > a, .metismenu.mod-menu .metismenu-item > button {
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;
  overflow: hidden;
}
.metismenu.mod-menu .metismenu-item > a:focus, .metismenu.mod-menu .metismenu-item > button:focus {
  outline-offset: 2px;
  outline: 1px dotted #89112E;
}
.metismenu.mod-menu .metismenu-item.active > a, .metismenu.mod-menu .metismenu-item.active > button, .metismenu.mod-menu .metismenu-item > a:hover, .metismenu.mod-menu .metismenu-item > button:hover {
  font-weight: bold;
}
.metismenu.mod-menu .metismenu-item:after {
  content: none;
}
.metismenu.mod-menu .metismenu-item:not(.level-1) > ul, .metismenu.mod-menu .metismenu-item:not(.level-2) > ul {
  margin-inline-end: -1em;
}
.metismenu.mod-menu .metismenu-item.divider:not(.parent) {
  border-right: 1px solid #89112E;
  width: 1px;
  margin: 0.25em;
  padding: 0;
  overflow: hidden;
}
@media (width <= 834.98px) {
  .metismenu.mod-menu .metismenu-item.divider:not(.parent) {
    border-bottom: 1px solid #89112E;
    width: auto;
    height: 1px;
  }
}
.metismenu.mod-menu .mm-collapsing {
  height: 0;
  transition-property: color, background-color, height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
  overflow: hidden;
}
.metismenu.mod-menu .mm-collapse {
  background-color: #fff;
  position: absolute;
  box-shadow: 1px 1px 4px #0000001a;
}
.metismenu.mod-menu .mm-collapse:not(.mm-show) {
  display: none;
}
.metismenu.mod-menu .mm-collapse > li > a {
  display: inline-flex;
}
.metismenu.mod-menu .mm-collapse > li.divider:not(.parent) {
  border-bottom: 1px solid #ced4da;
  width: auto;
  height: 1px;
}
.metismenu.mod-menu .mm-collapse > li.parent .mm-toggler {
  display: inline-flex;
}
.metismenu.mod-menu .mm-collapse > li.parent > ul {
  box-shadow: none;
  background-color: #00000008;
  flex-basis: calc(100% + 1em);
  margin-top: 0.5em;
  margin-bottom: -0.5em;
  position: relative;
  top: 0;
}
.metismenu.mod-menu .mm-toggler {
  color: #2173C0;
  user-select: none;
  box-shadow: none;
  background: none;
  border: none;
  align-items: center;
  height: 100%;
  padding: 0;
  display: flex;
  position: relative;
}
.metismenu.mod-menu .mm-toggler:after {
  content: "";
  border-top: 0.5em solid;
  border-left: 0.5em solid #0000;
  border-right: 0.5em solid #0000;
  width: 0;
  height: 0;
  margin-inline-start: 0.5em;
  transition: all 0.3s ease-out;
}
.navbar-toggler {
  color: #2173C0;
}
.mm-active > .metismenu.mod-menu .mm-toggler:after, .metismenu.mod-menu .mm-toggler[aria-expanded="true"]:after {
  transform: rotateX(-180deg);
}
.metismenu.mod-menu .parent > ul {
  color: #22262a;
}
.sidebar-right .metismenu .mm-collapse, .sidebar-left .metismenu .mm-collapse {
  background-color: #00000008;
  position: relative;
}
.sidebar-right .metismenu li.parent > ul, .sidebar-left .metismenu li.parent > ul {
  box-shadow: none;
  position: relative;
  top: 0;
}
#g-header .g-content {
  text-align: center;
}
#g-header .g-logo img {
  display: inline-block;
}
@media only all and (max-width: 47.99rem) {
  #g-header .g-logo img {
    margin-top: 1rem;
  }
}
@media only all and (max-width: 47.99rem) {
  #g-header .navbar {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media only all and (max-width: 700px) {
  #g-header .navbar {
    padding-bottom: 0;
  }
}
@media (min-width: 835px) {
  #g-header .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  #g-header .navbar-expand-lg .navbar-collapse {
    display: block;
  }
}
@media (max-width: 834.88px) {
  #g-header .metismenu.mod-menu .metismenu-item {
    flex-direction: column;
    align-items: flex-start;
  }
  #g-header .metismenu.mod-menu .metismenu-item > ul {
    position: relative;
  }
  #g-header .navbar {
    position: absolute;
    background: #fff;
  }
  #g-header ul {
    margin-left: 0;
  }
}
#g-header .metismenu-item {
  padding-top: 0;
}
#g-header .metismenu-item a {
  color: #2173C0;
}
#g-header .mainmenu {
  position: relative;
}
@media (mas-width: 834px) {
  #g-header .navbar-collapse {
    position: absolute;
    z-index: 8000;
    background: #fff;
    top: 50px;
  }
}
#g-navigation .nav {
  margin: 0;
  gap: 1rem;
}
#g-navigation .nav a {
  color: #fff;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  font-weight: bold;
}
#g-navigation .nav a:hover {
  text-decoration: underline;
}
#g-navigation .nav .kontaktbutton {
  background: #fff;
  border-radius: 20px;
  padding: 0.5rem 1rem;
  color: #89112E;
}
@media (min-width: 1050px) {
  #g-navigation .nav li:last-child {
    margin-left: auto;
  }
  #g-navigation .nav li {
    margin-bottom: 0;
  }
}
#g-navigation .nav li {
  margin-bottom: 0;
  line-height: 1;
}
/* pt-serif-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "PT Serif";
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/pt-serif-v19-latin-regular.woff2') format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* pt-serif-italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "PT Serif";
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/pt-serif-v19-latin-italic.woff2') format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* pt-serif-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "PT Serif";
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/pt-serif-v19-latin-700.woff2') format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* pt-serif-700italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "PT Serif";
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/pt-serif-v19-latin-700italic.woff2') format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v49-latin-regular.woff2') format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/roboto-v49-latin-italic.woff2') format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v49-latin-700.woff2') format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/roboto-v49-latin-700italic.woff2') format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-condensed-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-condensed-v31-latin-regular.woff2') format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-condensed-italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Condensed";
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/roboto-condensed-v31-latin-italic.woff2') format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-condensed-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-condensed-v31-latin-700.woff2') format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-condensed-700italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Condensed";
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/roboto-condensed-v31-latin-700italic.woff2') format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
html, body {
  color: #13395F;
  font-family: "Roboto Condensed";
  font-size: 1.1em;
  line-height: 1.5;
}
h1 {
  font-family: "PT Serif";
  color: #fff;
  font-size: 1.8rem;
  display: block;
  margin: auto;
  margin-bottom: 2rem;
  text-align: center;
  font-weight: normal;
}
h1 span {
  font-size: 1.8rem;
  background: #89112E;
  text-align: center;
  margin: auto;
  display: inline-block;
  min-width: 40%;
  border-radius: 5px;
  padding: 0.2rem 1rem;
  font-style: italic;
}
h1.startsmall {
  text-align: left;
}
#com_glossary h1 {
  color: #89112E;
}
h2, .startsmall {
  font-family: "Roboto";
  text-transform: uppercase;
  color: #2173C0;
  font-weight: bold;
  font-size: 1.3rem;
  letter-spacing: 0.2rem;
}
h2.smalldarkblue, .startsmall.smalldarkblue {
  text-transform: initial;
  color: #13395F;
  font-size: 1rem;
}
h3 {
  font-family: "Roboto Condensed";
  color: #13395F;
  margin-bottom: 10px;
  margin-top: 2rem;
}
.start h2 {
  font-size: 1.5rem;
  line-height: 1.3;
}
h2.small {
  font-size: 1.3rem;
}
.centertext {
  text-align: center;
}
/*Unterseiten*/
/*hervorgehobene Subline*/
.hervorgehoben {
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  color: #2173C0;
  font-weight: bold;
  line-height: 1.4;
}
.hausschrift {
  text-transform: uppercase;
  text-wrap: wrap;
  font-size: 4rem;
  letter-spacing: 0.6rem;
  font-weight: bold;
  line-height: 1;
  color: #13395F;
}
@media (min-width: 600px) {
  .zweispaltig {
    column-count: 2;
    column-gap: 1rem;
    column-fill: balance;
  }
  .zweispaltig p:first-child {
    margin-top: 0;
  }
}
.mytool a {
  color: #2071BC;
}
.mytool a:hover {
  text-decoration: underline;
}
.rotebox .mytool a {
  color: #fff;
}
.rotebox .mytool a:hover {
  text-decoration: underline;
}
.g-home-particles.g-helium-style #g-header {
  margin-top: 0;
}
#g-navigation {
  background: #89112E !important;
  z-index: 5;
}
#g-navigation .g-content {
  margin: 0;
}
#g-mainbar {
  padding-top: 0;
  padding-bottom: 0;
}
@media only all and (max-width: 47.99rem) {
  #g-header .size-30 {
    flex: 0 40%;
    width: 40%;
  }
  #g-header .size-70 {
    flex: 0 60%;
    width: 60%;
  }
}
@media only all and (max-width: 590px) {
  #g-header .size-30 {
    flex: 0 50%;
    width: 50%;
  }
  #g-header .size-70 {
    flex: 0 50%;
    width: 50%;
  }
}
.container {
  padding: 0;
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .g-home-particles.g-helium-style #g-header {
    padding-top: 0rem;
  }
}
/*@media all and (max-width:1050px){
	#g-header, #g-navigation, #g-beratung, #g-faq{
		.g-content{
			max-width: 90%;
		}
	}
}
@media all and (min-width:1051px) and (max-width:1320px){
	#g-header, #g-navigation, #g-beratung, #g-faq{
		.g-content{
			max-width: 1320px;
		}
	}
}	*/
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-container {
    width: 100%;
  }
}
@media only all and (max-width: 59.99rem) {
  .g-container {
    width: 90%;
  }
}
.bluehg #g-container-main, .bluehg #g-mainbar {
  background: #EDF6FC;
}
.rotebox {
  color: #fff;
  background: #89112E;
  font-size: 1.5rem;
  line-height: 1.3;
  font-style: italic;
  text-align: center;
  padding: 1rem;
  border-radius: 10px;
  font-family: "PT Serif";
}
#g-subcontent {
  font-family: "PT Serif";
  font-style: italic;
  background: #89112E;
  color: #fff;
}
#g-subcontent p {
  font-size: 1.3rem;
}
.btn-primary {
  background: #fff;
  color: #89112E;
  border: 1px solid #89112E;
  border-radius: 20px;
  font-style: normal;
}
.bgblue {
  background: #EDF6FC;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
@media (min-width: 1300px) {
  .edelweissre #g-container-main {
    background-image: url('../images/edelweiss_rechts_10.png'), url('../images/edelweiss_links_10.png');
    background-repeat: no-repeat, no-repeat;
    background-position: right center, left top;
    background-size: 250px, 250px;
  }
}
@media (min-width: 900px) {
  .edelweissli #g-container-main {
    background-image: url('../images/edelweiss_links.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 250px;
  }
}
@media (min-width: 1300px) {
  .edelweiss.seitenbreite #g-container-main .edelweissli {
    background-image: url('../images/edelweiss_links_10.png');
    background-repeat: no-repeat;
    background-position: left;
    background-size: 250px;
  }
  .edelweiss.seitenbreite #g-container-main .edelweissre {
    background-image: url('../images/edelweiss_rechts_10.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: 250px;
  }
}
#g-contactform {
  background: #EDF6FC;
}
/*Farbbereiche*/
.seitenbreite #g-container-main .g-container {
  width: 100%;
}
.seitenbreite #g-container-main .g-content {
  margin: 0;
  padding: 0;
}
.seitenbreite #g-container-main .g-content .col {
  padding: 0;
}
.seitenbreite #g-container-main .content {
  max-width: 75rem;
  margin: auto;
  padding: 0 1rem;
}
@media (max-width: 1200px) {
  .seitenbreite #g-container-main .content {
    padding: 0 2rem;
  }
}
.seitenbreite #g-container-main .content .wf-columns {
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}
/*Kontaktform*/
.contact {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 800px) {
  .contact fieldset {
    width: 45%;
  }
  .contact #kontakt0_privacy_policy {
    width: 100%;
  }
  .contact .col-sm-9 {
    width: 100%;
  }
}
.contact .form-group {
  flex-direction: column;
  padding-bottom: 0.5rem;
  align-items: flex-start !important;
}
.contact fieldset + fieldset {
  margin: 0;
}
/*Footer*/
#g-footercontact {
  background: #fff;
}
#g-footercontact h2 {
  font-size: 1rem;
  color: #13395F;
  text-transform: initial;
  margin-bottom: 0;
}
#g-footercontact h2.email:before {
  content: "";
  margin-right: 10px;
  color: #89112E;
}
#g-footercontact h2.telefon:before {
  content: "";
  margin-right: 10px;
  color: #89112E;
}
@media (min-width: 680px) {
  #g-footercontact .wf-columns-stack-medium {
    flex-wrap: nowrap;
  }
  #g-footercontact .wf-columns-stack-medium img {
    float: right;
  }
}
#g-footer {
  padding: 0;
}
#g-footer .g-content {
  padding: 0;
  margin: 0;
}
#g-footer .nav {
  margin-top: 0;
  justify-content: center;
}
#g-footer .nav li {
  margin: 0.2rem 0.5rem;
}
#g-footer .nav li a {
  color: #fff;
}
/*Unterseiten*/
.bluebox {
  border: 5px solid #EDF6FC;
  padding: 1rem;
  text-align: center;
}
.bildrahmen {
  text-align: right;
}
.bildrahmen img {
  max-width: 200px;
}
.bildrahmen p {
  border: 5px solid #2173C0;
  display: inline-block;
  background: #fff;
  padding: 0.5rem;
}
#g-beratung {
  background: #EDF6FC url('../images/Herz_klein_Ecke.png') no-repeat top right;
}
@media (max-width: 960px) {
  #g-beratung {
    background-size: 250px;
  }
}
@media (max-width: 610px) {
  #g-beratung {
    background-size: 150px;
  }
}
.cards > div {
  border-radius: 20px;
  background: #fff;
  padding: 1rem;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.cards > div .fa-brands, .cards > div .fa-solid {
  background: #89112E;
  padding: 0.5rem;
  color: #fff;
  font-size: 2.5rem;
  border-radius: 5px;
}
.cards > div p:last-child {
  margin-top: auto;
}
[id^="g-"] {
  z-index: 5;
  position: relative;
}
#g-fullfillimg {
  background: transparent;
  z-index: 0;
  position: relative;
  height: calc(100vw*0.3646);
  /*60vh;*/
}
#g-fullfillimg p {
  margin: 0;
}
#g-fullfillimg .fullfillimg {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 0;
  height: calc(100vw*0.3646);
}
#g-fullfillimg .fullfillimg img {
  display: block;
  width: 100%;
  height: auto;
}
/*weiße Contentboxen*/
.whitebox {
  background: #fff;
  border-radius: 20px;
  padding: 2rem;
  margin-top: 3rem;
  max-width: 90vw;
}
/*Liste mit Edelweiß*/
ul.edelweiss {
  list-style-type: none;
  padding-left: 1rem;
}
ul.edelweiss li {
  padding-left: 25px;
  text-indent: -21px;
  line-height: 1;
  margin-bottom: 1rem;
}
ul.edelweiss li::before {
  content: url('../images/edelweiss_klein_25.png');
  vertical-align: middle;
  display: inline-block;
  padding-right: 1rem;
}
/*FAQ Bereich*/
#g-faq {
  background: url('../images/Herzhintergrund_faqs.png');
  background-size: cover;
}
#g-faq h2 {
  background: #fff;
  border-radius: 5px;
  padding: 0.5rem 1rem;
}
#g-faq ul {
  margin-left: 0;
}
#g-faq li {
  background: #fff;
  border-radius: 5px;
}
#g-faq h3 {
  font-size: 1rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid #2173C0;
  font-weight: bold;
}
#g-faq article > * {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
/*Leitbild*/
.flexleitbild {
  display: flex;
  flex-wrap: wrap;
}
.flexleitbild img {
  max-width: 100px;
}
.flexleitbild div {
  text-align: center;
  flex: 1 1 20%;
  min-width: 150px;
  box-sizing: border-box;
  word-wrap: break-word;
  padding: 0.5rem;
}
.flexleitbild h3 {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.flexleitbild p {
  margin-top: 0.5rem;
}
/*Boxen Wohnstandorte auf Leistungsseite*/
.wohnstandorte {
  text-align: center;
}
.wohnstandorte h2 {
  line-height: 1.2;
  background: #2173C0;
  color: #fff;
  margin: 0;
  padding: 1rem;
}
.wohnstandorte > div {
  background: #fff;
}
.wohnstandorte img {
  max-width: 200px;
}
.wohnstandorte a {
  text-transform: uppercase;
  text-decoration: underline;
}
/*Formulare*/
#g-form {
  background: #EDF6FC;
}
#g-form .jtf .col-sm-3 {
  width: 100%;
}
#g-form #warteliste0_privacy_policy {
  width: 100%;
}
/*Kontaktbereich rot*/
.herzhandicon {
  text-align: center;
  margin-top: -75px;
}
.wf-columns {
  gap: 1.5rem;
}
/*Video popup*/
.wf-mediabox-body {
  max-width: 80% !important;
}
/*Startslider*/
#g-intro {
  padding: 0;
}
#g-intro .g-container {
  width: 100%;
}
#g-intro .g-content {
  padding: 0;
  margin: 0;
}
#g-intro .headerimage {
  position: relative;
}
#g-intro .sliderbox {
  position: relative;
}
#g-intro .sliderbox img {
  display: block;
}
#g-intro .sliderbox p {
  margin: 0;
}
#g-intro .sliderbox p:not(:first-child) {
  margin: 0;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}
#g-intro .slide {
  display: none;
}
#g-intro .slidertext {
  position: absolute;
  z-index: 100;
  top: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  color: #fff;
  background: #89112E;
  padding: 1rem 2rem;
  border-radius: 10px;
  font-family: "PT Serif";
  text-align: center;
  pointer-events: none;
  display: inline-block;
  font-style: italic;
  margin-bottom: 0;
  white-space: nowrap;
}
#g-intro #slidernext {
  position: absolute;
  z-index: 50;
  top: 45%;
  right: 1rem;
  color: #fff;
  background: #89112E;
  padding: 0.2rem 0.5rem;
  border-radius: 10px;
  font-size: 2rem;
  line-height: 1;
}
#g-intro #sliderprev {
  position: absolute;
  z-index: 50;
  top: 45%;
  left: 1rem;
  color: #fff;
  background: #89112E;
  padding: 0.2rem 0.5rem;
  border-radius: 10px;
  font-size: 2em;
  line-height: 1;
}
#g-intro #sliderstopp {
  position: absolute;
  z-index: 50;
  top: 45%;
  right: 3.5rem;
  color: #fff;
  background: #89112E;
  padding: 0.2rem 0.5rem;
  border-radius: 10px;
  font-size: 2rem;
  line-height: 1;
}
#bockcards {
  background: transparent;
}
@media (min-width: 1000px) {
  #bockcards {
    position: absolute;
    bottom: 0;
    z-index: 800;
  }
}
#bockcards .card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #2173C0;
}
@media (min-width: 1000px) {
  #bockcards .card {
    border: none;
  }
}
#bockcards .card h2 a::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}
#bockcards .card h2 {
  text-align: center;
  background: #2173C0;
  margin: 0;
  padding: 1rem;
  line-height: 1.3;
  font-size: 1rem;
}
#bockcards .card h2 a {
  color: #fff;
}
#bockcards .card {
  text-align: center;
  height: 100%;
}
#bockcards .card img {
  max-width: 120px;
}
#bockcards p {
  margin: 0;
}
#bockcards .contentbox {
  margin: 0;
  padding: 0;
}
#bockcards ul {
  margin: 0;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  gap: 3rem;
}
@media (max-width: 880px) {
  #bockcards ul {
    gap: 1rem;
  }
}
@media (max-width: 770px) {
  #bockcards ul {
    display: block;
    margin: auto;
  }
  #bockcards ul li {
    width: 90%;
    margin: auto;
    margin-top: 1.5rem;
  }
}
#bockcards .g-content {
  max-width: 75rem;
  margin: auto;
}
/*# sourceMappingURL=custom_14.css.map */