
body {
  padding-top: 56px;
  font-family: 'Montserrat';
  width: 100%;
	max-width: 1366px;
	margin-right: auto;
  margin-left: auto;
  box-shadow:
  0 2.8px 2.2px rgba(0, 0, 0, 0.034),
  0 6.7px 5.3px rgba(0, 0, 0, 0.048),
  0 12.5px 10px rgba(0, 0, 0, 0.06),
  0 22.3px 17.9px rgba(0, 0, 0, 0.072),
  0 41.8px 33.4px rgba(0, 0, 0, 0.086),
  0 100px 80px rgba(0, 0, 0, 0.12)

}



header {
  align-items: center;
  display: flex;
  font-size: 18px;
  height: 100%;
  justify-content: center;
  overflow: hidden;
  position: relative;
  text-align: center;
  transform-style: preserve-3d;
  perspective: 100px;
}

header:before {
  animation: fade-slide-down 2s .5s cubic-bezier(0, 0.5, 0, 1) forwards;
  background-size: cover;
  content: "";
  opacity: 0;
  position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  z-index: -1;
}

  #consent-modal {
      display: none;
      position: fixed;
      z-index: 1000;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: auto;
      background-color: rgba(0, 0, 0, 0.5);
      justify-content: center;
      align-items: center;
    }
    #consent-modal-content {
      background-color: #fff;
      padding: 20px;
      border-radius: 5px;
      max-width: 500px;
      text-align: center;
    }
    #consent-modal button {
      margin: 5px;
      padding: 10px 20px;
      border: none;
      border-radius: 5px;
      cursor: pointer;
    }
    #consent-accept {
      background-color: #4CAF50;
      color: white;
    }
    #consent-decline {
      background-color: #f44336;
      color: white;
    }
    /* Stil für den Einstellungsbutton */
    #settings-button {
      position: fixed;
      bottom: 20px;
      right: 20px;
      width: 50px; /* Gleiche Höhe und Breite */
      height: 50px;
      border: none;
      border-radius: 50%;
      background-color: #008CBA;
      color: white;
      cursor: pointer;
      opacity: 0.6;
      transition: opacity 0.3s;
      font-size: 24px; /* Größe des Icons anpassen */
      display: flex;
      justify-content: center;
      align-items: center;
      z-index:999;
    }
    #settings-button:hover {
      opacity: 1;
    }


.animate-pop-in {
  animation: pop-in .6s cubic-bezier(0, 0.9, 0.3, 1.2) forwards;
  opacity: 0;
}

.ambulanto {
  animation-delay: .6s;
}


@media (max-width: 768px) {
  .masthead-heading {
    font-size: 36px !important;
  }
}

/* Animations */

@keyframes fade-slide-down {
  0% {
    opacity: 0;
    transform: translateY(-4rem);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes pop-in {
  0% {
    opacity: 0;
    transform: translateY(-4rem) scale(.8);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes rotate-up {
  100% {
    transform: rotateZ(-4deg);
  }
}



.navigation-begrenzt{
  width: 100%;
	max-width: 1366px;
	margin-right: auto;
  margin-left: auto;

}

nav .navbar-nav li a{
  color: #4587ac !important;
  transition: 0.5s;
  }

  nav .navbar-nav li a.active{
    color: #ea7206 !important;
    } 

  nav .navbar-nav li a:hover{
    color: #da8334!important;
    transition: 0.5s;
    }


.leistungen{
  width: 60%;
  margin-bottom: 15px;
  margin-left: 80px;
} 

.leistungen_grundpflege{
  width: 60%;
  margin-bottom: 15px;
  margin-left: 80px;
} 

.leistungen_hwv{
  width: 60%;
  margin-bottom: 15px;
  margin-left: 80px;
} 

.leistungen_beratung{
  width: 60%;
  margin-bottom: 15px;
  margin-left: 80px;
} 

.leistungen_behandlungspflege{
  width: 60%;
  margin-bottom: 15px;
  margin-left: 80px;
} 

@media screen and (max-width: 767px) {
  .überuns{
position: flex !important;
width: 100% !important;
margin-left: 0 !important;
margin-bottom: 0 !important;
  }

} 


@media screen and (max-width: 767px) {
  .leistungen_grundpflege{
    margin-left: -5px !important;
    margin-bottom: 0 !important;
  } 

} 


@media screen and (max-width: 767px) {
  .leistungen_beratung{
    margin-left: -5px !important;
    margin-bottom: 0 !important;
  } 

} 


@media screen and (max-width: 767px) {
  .leistungen_hwv{
    margin-left: 60px !important;
    margin-bottom: 0 !important;
  }  

} 

@media screen and (max-width: 767px) {
  .leistungen_behandlungspflege{
    margin-left: 60px !important;
    margin-bottom: 0 !important;
  } 

} 

.überuns{

  width: 80% !important;
  margin-top: 15px !important;
  
} 


.kunde_werden{
  width: 90%;
} 

.fontawesome {
width: inherit;
transition: transform .2s;
}

a.one:link {
  color: inherit;
  transition: 0.5s;
}
a.one:visited {
  color:inherit;
}

a.one:hover {  
  color: #ea7206;
  transition: 0.5s;
}


.motto{
font-style: italic;
font-size: 18px;
margin-bottom: 10px;
}


.container_kontakt{
  padding-top: 25px;
  font-family: 'Montserrat';
  width: 100%;
	max-width: 1366px;
	margin-right: auto;
  margin-left: auto;
  }

  .container_kontakt_heading{
  padding-top: 6px;
    padding-bottom: 20px;
    font-family: 'Montserrat';
    width: 100%;
    max-width: 1366px;
    margin-right: auto;
    margin-left: auto;
    }



.heading_blue{
  color: #4587ac;
  }

.heading_orange{
  color: #ea7206;
  display: inline;
  }

.kontakt_nav{
  background-color: #ea7206;
  color: white;
  margin-left: 10px;
  padding-left:8px;
  padding-right:8px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius:3px;
  transition: 0.3s;
  -webkit-box-shadow: 0px 2px 9px 14px rgba(245,245,245,1);
  -moz-box-shadow: 0px 2px 9px 14px rgba(245,245,245,1);
  box-shadow:
  0 2.8px 2.2px rgba(0, 0, 0, 0.034),
  0 6.7px 5.3px rgba(0, 0, 0, 0.048),
  0 12.5px 10px rgba(0, 0, 0, 0.06),
  0 22.3px 17.9px rgba(0, 0, 0, 0.072),
  0 41.8px 33.4px rgba(0, 0, 0, 0.086),
  0 100px 80px rgba(0, 0, 0, 0.12);
  }

  .kontakt_nav:hover{
    background-color: #4587ac;
    color: white;
    box-shadow:
  0 2.8px 2.2px rgba(0, 0, 0, 0.034),
  0 6.7px 5.3px rgba(0, 0, 0, 0.048),
  0 12.5px 10px rgba(0, 0, 0, 0.06),
  0 22.3px 17.9px rgba(0, 0, 0, 0.072),
  0 41.8px 33.4px rgba(0, 0, 0, 0.086),
  0 100px 80px rgba(0, 0, 0, 0.12)  
    }

.artikel{
  margin-bottom: 20px;
  margin-top: 20px;
}

hr.service{
  border-top: 3px solid #ea7206;
}

hr.untertitel{
  height: 2px;
  background: #e5e5e5;
}

.jobs{
border: #8ac4e4 1px dotted;
padding: 5px;
}

.expandable {
  position: fixed;
  bottom: 80px;
  right: 20px;
  width: 50px; /* Gleiche Höhe und Breite */
  height: 50px;
  transform-origin: top left;
  will-change: transform;
  cursor: pointer;
  z-index: 10;
  touch-action: manipulation;
  contain: layout;
  opacity:0.6;
}

.expandable.end {
  height: auto;
  width: auto;
  opacity:1;
}

.expandable.end b {
  border-radius: 4px;
  transition: border-radius .2s cubic-bezier(.2,0,.2,1);
  opacity:1;

}

b {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #4587ac;
  background: linear-gradient(-12deg,#4587ac#4587ac);
  border-radius: 50%;
  transition: border-radius .4s cubic-bezier(.2,0,.2,1);
  will-change: border-radius;
}
.content {
  transition: opacity .2s, visibility 0s;
  opacity: 0.00001;
  visibility: hidden;
  will-change: opacity;
  margin: 0;
}
.expandable.end .content {
  opacity: 1;
  transition: opacity .2s .2s,
    visibility 0s;
  visibility: visible;
}

.content {
  padding: 20px 60px 40px 20px;
  will-change: opacity;
  display: grid;
  grid: auto-flow max-content / repeat(2, max-content);
  grid-gap: 10px 20px;
  color: #212121;
  color: #e0e0e0;
  user-select: none;;
}
.content > :not(span) {
  grid-column: 1 / -1;
}

.active {
  color: #fff;
  font-weight: 700;
  font-style: bold;
}

.content h3 {
  font-family: 'Asap Condensed';
  font-weight: 900;
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: .03em;
  display: inline-block;
  margin-bottom: .3em;
  text-transform: uppercase;
}
.content h3:after {
  content: '';
  border-bottom: 2px solid #fff;
  display: block;
  width: 50%;
  margin-top: .5rem;
  opacity: 0.2;
}

.icon_uhr {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  padding: 10px;
  z-index: 2;
  line-height: 0;
}

.icon_uhr svg {
  width: 100%;
  fill: #fff;
  fill: #ffb26d;
  transition: opacity .2s;
  will-change: opacity;
}

.expandable.end .icon_uhr svg {
  opacity: 0;
}

.animate-on-transforms {
  pointer-events: none;
  transition: all cubic-bezier(.2,0,.2,1) .2s;
}

.cta_img {
  float: right;
  width: 50px;
  display: block;
  position: absolute;
  right: 1em;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
 }








 .ps-timeline-sec {
  position: relative;
  background: #fff;
}
.ps-timeline-sec .container {
  position: relative;
}
@media screen and (max-width: 767px) {
  .ps-timeline-sec .container ol:before {
    background: #4587ac;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    top: 130px !important;
    left: 36px !important;
  }
  .ps-timeline-sec .container ol:after {
    background: #4587ac;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    top: inherit !important;
    left: 36px;
  }
  .ps-timeline-sec .container ol.ps-timeline {
    margin: 60px 0 !important;
    border-left: 2px solid #4587ac;
    padding-left: 0 !important;
    padding-top: 120px !important;
    border-top: 0 !important;
    margin-left: 25px !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li {
    height: 220px;
    float: none !important;
    width: inherit !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li:nth-child(2) .img-handler-bot img {
    width: 100px;
    padding-right: 20px;
  }
  .ps-timeline-sec .container ol.ps-timeline li:last-child {
    margin: 0;
    bottom: 0 !important;
    height: 120px;
  }
  .ps-timeline-sec .container ol.ps-timeline li:last-child .img-handler-bot {
    bottom: 40px !important;
    width: 40% !important;
    margin-left: 25px !important;
    margin-top: 0 !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li:last-child .img-handler-bot img {
    width: 100%;
  }
  .ps-timeline-sec .container ol.ps-timeline li:last-child .ps-top {
    margin-bottom: 0 !important;
    top: 20px;
    width: 50% !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li span {
    left: 0 !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before {
    content: none !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after {
    content: none !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
    content: none !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
    content: none !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li .img-handler-top {
    position: absolute !important;
    bottom: 150px !important;
    width: 30% !important;
    float: left !important;
    margin-left: 15px !important;
    margin-bottom: 0 !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li .img-handler-top img {
    margin: 0 auto !important;
    width: 130% !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li .img-handler-bot {
    position: absolute !important;
    bottom: 180px !important;
    width: 30% !important;
    float: left !important;
    margin-left: 35px !important;
    margin-bottom: 0 !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li p {
    text-align: left !important;
    width: 100% !important;
    margin: 0 auto !important;
    margin-top: 0px !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li .ps-top {
    width: 60% !important;
    float: right !important;
    right: 0;
    top: -40px;
  }
  .ps-timeline-sec .container ol.ps-timeline li .ps-bot {
    width: 60% !important;
    float: right !important;
    right: 0;
    top: -40px;
  }
}
.ps-timeline-sec .container ol:before {
  background: #4587ac;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  position: absolute;
  left: 8px;
  top: -4px;
}
.ps-timeline-sec .container ol:after {
  background: #4587ac;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  position: absolute;
  right: 8px;
  top: -4px;
}
.ps-timeline-sec .container ol.ps-timeline {
  margin: 300px 0;
  padding: 0;
  border-top: 2px solid #4587ac;
  list-style: none;
}
.ps-timeline-sec .container ol.ps-timeline li {
  float: left;
  width: 25%;
  padding-top: 30px;
  position: relative;
}
.ps-timeline-sec .container ol.ps-timeline li span {
  width: 50px;
  margin-left: -25px;
  background: #fff;
  border: 4px solid #4587ac;
  box-shadow: 0 0 0 0px #fff;
  text-align: center;
  line-height: 50px -10;
  color: #ea7206;
  font-size: 2em;
  font-style: normal;
  position: absolute;
  top: -26px;
  left: 50%;
}
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before {
  content: '';
  color: #4587ac;
  width: 2px;
  height: 50px;
  background: #4587ac;
  position: absolute;
  top: -50px;
  left: 50%;
}
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after {
  content: '';
  color: #4587ac;
  width: 8px;
  height: 8px;
  background: #4587ac;
  position: absolute;
  bottom: 90px;
  left: 44%;
  border-radius: 100%;
}
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
  content: '';
  color: #4587ac;
  width: 2px;
  height: 50px;
  background: #4587ac;
  position: absolute;
  bottom: -50px;
  left: 50%;
}
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
  content: '';
  color: #4587ac;
  width: 8px;
  height: 8px;
  background: #4587ac;
  position: absolute;
  top: 90px;
  left: 44%;
  border-radius: 100%;
}
.ps-timeline-sec .container ol.ps-timeline li .img-handler-top {
  position: absolute;
  bottom: 0;
  margin-bottom: 130px;
  width: 100%;
}
.ps-timeline-sec .container ol.ps-timeline li .img-handler-top img {
  display: table;
  margin: 0 auto;
  width: 80%;
}
.ps-timeline-sec .container ol.ps-timeline li .img-handler-bot {
  position: absolute;
  margin-top: 60px;
  width: 100%;
}
.ps-timeline-sec .container ol.ps-timeline li .img-handler-bot img {
  display: table;
  margin: 0 auto;
  width: 80%;
}
.ps-timeline-sec .container ol.ps-timeline li p {
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
.ps-timeline-sec .container ol.ps-timeline li .ps-top {
  position: absolute;
  bottom: 0;
  margin-bottom: 100px;
}
.ps-timeline-sec .container ol.ps-timeline li .ps-bot {
  position: absolute;
  margin-top: 35px;
}



.quote-card {
  background-image: linear-gradient(135deg, #4587ac 0,  #8ac4e4 100%);
  color: #fff;
  padding: 20px;
  padding-left: 50px;
  box-sizing: border-box;
  box-shadow: 0 2px 4px rgba(34, 34, 34, 0.12);
  position: relative;
  overflow: hidden;
  min-height: 120px;
  width: 100%;
}
.quote-card p {
  font-size: 22px;
  line-height: 1.5;
  margin: 0;
  max-width: 80%;
  font-size: 19px;
  align-items: center;
}
.quote-card cite {
  font-size: 16px;
  margin-top: 10px;
  display: block;
  font-weight: 200;
  opacity: 0.8;
}
.quote-card:before {
  font-family: Georgia, serif;
  content: "“";
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 5em;
  color: rgba(238, 238, 238, 0.8);
  font-weight: normal;
}
.quote-card:after {
  font-family: Georgia, serif;
  content: "”";
  position: absolute;
  bottom: -110px;
  line-height: 100px;
  right: -32px;
  font-size: 25em;
  color: rgba(238, 238, 238, 0.8);
  font-weight: normal;
}
@media (max-width: 640px) {
  .quote-card:after {
    font-size: 22em;
    right: -25px;
  }
}


.as-cta-boxed-gradient {
	background-color: #222;
	background-image: linear-gradient(135deg, #8ac4e4 0, #4587ac 100%);
}
.as-cta-boxed-gradient .as-cta-desc h2,
.as-cta-boxed-gradient .as-cta-desc p {
	color: #fff;
}
@media (max-width: 767px) {
	.as-cta-boxed-gradient {
		text-align: center;
	}
	.as-cta-boxed-gradient .as-cta-btn {
		margin-top: 20px;
	}
}

@media (max-width: 767px) {
	.as-cta-boxed-gradient p {
		padding-right: 0 !important;
	}
}



.neuigkeiten {
  font-family: 'Roboto', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  min-width: 250px;
  max-width: 310px;
  width: 100%;
  background-color: #ffffff;
  border-radius: 5px;
  border-top: 5px solid #ea7206;
  color: #9e9e9e;
  text-align: center;
  font-size: 16px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  margin: 0 auto; /* Added */
  float: none; /* Added */
  margin-bottom: 30px; /* Added */
}

.neuigkeiten *,
.neuigkeiten *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.neuigkeiten figcaption {
  padding: 12% 10% 14%;
}

.neuigkeiten img {
width: 80%;
}


.neuigkeiten h3 {
  color: #3c3c3c;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  margin: 10px 0;
}

.neuigkeiten p {
  font-size: 0.9em;
  font-weight: 300;
  margin: 0 0 20px;
}

.neuigkeiten .button {
  text-decoration: none;
  color: #777;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  padding: 5px 10px;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.neuigkeiten .button:before {
  background-color: #ea7206;
  position: absolute;
  top: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  z-index: -1;
  opacity: 0;
}

.neuigkeiten .button:hover {
  color: #fff;
}

.neuigkeiten .button:hover:before {
  top: 0;
  opacity: 1;
}




.slideanim {visibility:hidden;}
  .slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
  }
  @keyframes slide {
    0% {
      opacity: 0;
      transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }
  @media screen and (max-width: 768px) {
    .col-sm-4 {
      text-align: center;
    }
    .btn-lg {
      width: 100%;
      margin-bottom: 35px;
    }
  }
  @media screen and (max-width: 480px) {
    .logo {
      font-size: 150px;
    }
  }


  ul_leistungen {
    list-style: none;
  }
  
  ul_leistungen li:before {
    content: '✓ ';
    color: #4587ac;
  }

  ul.detail {
    list-style: none;
  }
  
  ul.detail li:before {
    content: '○ ';
    color: #4587ac;
  }

.with-errors {
color: red !important;
    margin-top: 5px;

}





.site-footer
{
  background-color:#f8f9fa;
  padding:45px 0 20px;
  font-size:15px;
  color:#737373;
}
.site-footer hr
{
  border-top-color:#bbb;
  opacity:0.5
}
.site-footer hr.small
{
  margin:20px 0
}
.site-footer h6
{
  color:#ea7108;
  font-size:16px;
  text-transform:uppercase;
  margin-top:5px;
  letter-spacing:2px
}
.site-footer a
{
  color:#4587ac;
}
.site-footer a:hover
{
  color:#ea7108;
  text-decoration:none;
}
.footer-links
{
  padding-left:0;
  list-style:none
}
.footer-links li
{
  display:block
}
.footer-links a
{
  color:#737373
}
.footer-links a:active,.footer-links a:focus,.footer-links a:hover
{
  color:#ea7108;
  text-decoration:none;
}
.footer-links.inline li
{
  display:inline-block
}
.site-footer .social-icons
{
  text-align:right
}
.site-footer .social-icons a
{
  width:40px;
  height:40px;
  line-height:40px;
  margin-left:6px;
  margin-right:0;
  border-radius:100%;
  background-color:#f8f9fa
}
.copyright-text
{
  margin:0
}
@media (max-width:991px)
{
  .site-footer [class^=col-]
  {
    margin-bottom:30px
  }
}
@media (max-width:767px)
{
  .site-footer
  {
    padding-bottom:0
  }
  .site-footer .copyright-text,.site-footer .social-icons
  {
    text-align:center
  }
}
.social-icons
{
  padding-left:0;
  margin-bottom:0;
  list-style:none
}
.social-icons li
{
  display:inline-block;
  margin-bottom:4px
}
.social-icons li.title
{
  margin-right:15px;
  text-transform:uppercase;
  color:#96a2b2;
  font-weight:700;
  font-size:13px
}
.social-icons a{
  background-color:#eceeef;
  color:#818a91;
  font-size:16px;
  display:inline-block;
  line-height:44px;
  width:44px;
  height:44px;
  text-align:center;
  margin-right:8px;
  border-radius:100%;
  -webkit-transition:all .2s linear;
  -o-transition:all .2s linear;
  transition:all .2s linear
}
.social-icons a:active,.social-icons a:focus,.social-icons a:hover
{
  color:#fff;
  background-color:#29aafe
}
.social-icons.size-sm a
{
  line-height:34px;
  height:34px;
  width:34px;
  font-size:14px
}
.social-icons a.facebook:hover
{
  background-color:#3b5998
}
.social-icons a.twitter:hover
{
  background-color:#00aced
}
.social-icons a.linkedin:hover
{
  background-color:#007bb6
}
.social-icons a.dribbble:hover
{
  background-color:#ea4c89
}
@media (max-width:767px)
{
  .social-icons li.title
  {
    display:block;
    margin-right:0;
    font-weight:600
  }
}
