/*

Template 2098 Health

http://www.tooplate.com/view/2098-health

*/

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on February 17, 2016 */



@font-face {
    font-family: 'poppins';
    src: url('../fonts/poppins-bold-webfont.eot');
    src: url('../fonts/poppins-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/poppins-bold-webfont.woff2') format('woff2'),
         url('../fonts/poppins-bold-webfont.woff') format('woff'),
         url('../fonts/poppins-bold-webfont.ttf') format('truetype'),
         url('../fonts/poppins-bold-webfont.svg#poppinsbold') format('svg');
    font-weight: bold;
    font-style: normal;

}




@font-face {
    font-family: 'poppins';
    src: url('../fonts/poppins-light-webfont.eot');
    src: url('../fonts/poppins-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/poppins-light-webfont.woff2') format('woff2'),
         url('../fonts/poppins-light-webfont.woff') format('woff'),
         url('../fonts/poppins-light-webfont.ttf') format('truetype'),
         url('../fonts/poppins-light-webfont.svg#poppinslight') format('svg');
    font-weight: 200;
    font-style: normal;

}




@font-face {
    font-family: 'poppins';
    src: url('../fonts/poppins-medium-webfont.eot');
    src: url('../fonts/poppins-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/poppins-medium-webfont.woff2') format('woff2'),
         url('../fonts/poppins-medium-webfont.woff') format('woff'),
         url('../fonts/poppins-medium-webfont.ttf') format('truetype'),
         url('../fonts/poppins-medium-webfont.svg#poppinsmedium') format('svg');
    font-weight: 400;
    font-style: normal;

}




@font-face {
    font-family: 'poppins';
    src: url('../fonts/poppins-regular-webfont.eot');
    src: url('../fonts/poppins-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/poppins-regular-webfont.woff2') format('woff2'),
         url('../fonts/poppins-regular-webfont.woff') format('woff'),
         url('../fonts/poppins-regular-webfont.ttf') format('truetype'),
         url('../fonts/poppins-regular-webfont.svg#poppinsregular') format('svg');
    font-weight: 500;
    font-style: normal;

}




@font-face {
    font-family: 'poppins';
    src: url('../fonts/poppins-semibold-webfont.eot');
    src: url('../fonts/poppins-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/poppins-semibold-webfont.woff2') format('woff2'),
         url('../fonts/poppins-semibold-webfont.woff') format('woff'),
         url('../fonts/poppins-semibold-webfont.ttf') format('truetype'),
         url('../fonts/poppins-semibold-webfont.svg#poppinssemibold') format('svg');
    font-weight: 600;
    font-style: normal;

}
  body {
    background: #ffffff;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
  }


  /*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/

  h1,h2,h3,h4,h5,h6 {
    font-weight: 600;
    line-height: inherit;
  }

  h1,h2,h3,h4 {
    letter-spacing: -1px;
  }

  h5 {
    font-weight: 500;
    font-size: 1.3em;
  }
.row #angebote #angebot  {
    color: #009989;
}
.row #bestseller #seller {
    color: #0168B3;
}

  h1 {
    color: #252525;
    font-size: 4em;
  }

  h2 {
    color: #272727;
    font-size: 3em;
    padding-bottom: 10px;
  }

  h3 {
    color: #009989;
    font-size: 1.5em;
    line-height: 1.2em;
    margin-bottom: 0;
  }

  h4 {
    color: #454545;
    font-size: 1.8em;
    padding-bottom: 2px;
  }

  h6 {
    letter-spacing: 0;
    font-size: 1.2em;
    font-weight: bold;
    text-indent: 0px;
  }

  p {
    color: #4A4A4A;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
  }


  /*---------------------------------------
     GENERAL               
  -----------------------------------------*/

  html{
    -webkit-font-smoothing: antialiased;
  }

  a {
    color: #252525;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none !important;
  }
#karte #gebiet4 img {
	float: left;
	margin-right: 10px;
}
#karte p {
	padding-bottom: 40px;
}
#karte #gebiet5 img {
	float: left;
	margin-right: 10px;
}
#karte #gebiet6 img {
	float: left;
	margin-right: 10px;
}
#karte #gebiet7 img {
	float: left;
	margin-right: 10px;
}

  a:hover, a:active, a:focus {
    color: #009989;
    outline: none;
  }

  ::-webkit-scrollbar{
    width: 8px;
    height: 8px;
  }

  ::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #000000;
  }

  .section-title {
    padding-bottom: 20px;
  }

  .section-title h2 {
    margin-top: 0;
  }

  .section-btn {
    background: #009989;
    border: 0;
    border-radius: 3px;
    color: #ffffff;
    font-size: inherit;
    font-weight: 500;
    padding: 14px 20px;
    transition: transform 0.1s ease-in;
    transform: translateX(0);
  }

  .section-btn:hover {
    transform: translateY(-5px);
  }

  .text-align-right {
    text-align: right;
  }

  .text-align-center {
    text-align: center;
  }

  .border-top {
    border-top: 1px solid #f2f2f2;
    margin-top: 4em;
    padding-top: 2.5em;
  }

  .btn-gray {
    background: #393939;
  }

  .btn-blue {
    background: #4267b2;
  }

  .news-thumb {
    background: #ffffff;
    border-radius: 10px;
  }
  .news-thumb img {
    border-radius: 10px 10px 0 0;
  }

  .news-info {
    padding: 30px;
    text-align: left;
  }
  .news-info span {
    display: block;
    letter-spacing: 0.5px;
  }
  .news-info h3 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .author {
    border-top: 1px solid #f0f0f0;
    padding-top: 1.5em;
    margin-top: 2em;
  }
  .author img,
  .author .author-info {
    display: inline-block;
    vertical-align: top;
  }
  .author-info h5 {
    margin-bottom: 0;
  }
  .author img {
    border-radius: 100%;
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }


  #about, #team, #news,
  #news-detail {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  #news, #service {
    text-align: center;
  }

  #google-map {
    line-height: 0;
    margin: 0;
    padding: 0;
  }


  /*---------------------------------------
       PRE LOADER              
  -----------------------------------------*/

  .preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #ffffff;
  }

  .spinner {
    border: 1px solid transparent;
    border-radius: 3px;
    position: relative;
  }

  .spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 1px solid #575757;
    border-top-color: #ffffff;
    animation: spinner .9s linear infinite;
  }

  @-webkit-@keyframes spinner {
    to {transform: rotate(360deg);}
  }

  @keyframes spinner {
    to {transform: rotate(360deg);}
  }



  /*---------------------------------------
      MENU              
  -----------------------------------------*/

.nav li.mobile-sortiment{
  display: none;
}
#kontakt img {
	float: right;
}
#karte #gebiet1 img {
	float: left;
}
#karte #gebiet2 img {
	float: left;
	margin-right: 10px;
}
#karte #gebiet3 img {
	float: left;
	margin-right: 10px;
}
#kontakt h2 {
	color: #0069B4;
	font-size: 22pt;
	letter-spacing: 0.3px;
	margin-bottom: 10px;
}
#gebiet h5 {
	margin-bottom: 35px;
}
.container #gebiet img {
}
.row #icons2 img {
	float: left;
}
.row #icons3 img {
	float: left;
}
.row #icons4 img {
	float: left;
}
.row #icons5 img {
	float: left;
}
#landingpage .caption  {
	min-height: 300px;
}
#defaultNavbar .nav.navbar-nav.navbar-right .mobile-sortiment {
}

#nav-pp-logo{
    height: 56px;
    width: 265px;

}
#landingpage ul li {
	font-size: 12pt;
	color: #4A4A4A;
}
#landingpage h3  {
	letter-spacing: 0.2px;
	color: #0069B4;
}
#landingpage h4 a {
	color: #009989;
	font-size: 16pt;
	letter-spacing: 0.2px;
}
#landingpage p a {
	text-decoration: underline;
	color: #009989;
}
#landingpage h4 {
	color: #009989;
	letter-spacing: 0.1px;
}
#qualtaetspolitik p a {
	color: #4A4A4A;
}
#hg-slider_sprechstundenbedarf .img-responsive {
	width: 100%;
}
.hero #hg-slider_praxiseinrichtung .img-responsive {
	width: 100%;
}
#hg-slider_pflegehilfsmittel .img-responsive {
	width: 100%;
}
.hero #hg-slider_service .img-responsive {
	width: 100%;
}
.hero #hg-slider_unternehmen .img-responsive {
	width: 100%;
}
.hero #hg-slider_quali .img-responsive {
	width: 100%;
}
#stoerung {
	background-color: #0069B4;
	color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 2px;
}
#stoerung .container .row p {
	color: #FFFFFF;
	font-size: 12pt;
}
a .service7 .service7_titel {
	background-image: url("../images/unternehmensfilm.png");
	height: 200px;
	margin-left: -9px;
	margin-right: -9px;
}
a .service7 {
}
a .service6 .service6_titel {
    height: 200px;
    margin-left: -9px;
    margin-right: -9px;
    background-image: url(../images/aussendienst_2.png);
}
#karte #gebiet1 .aussendienst {
	float: none;
	clear: left;
	padding-bottom: 0px;
	margin-bottom: 10px;
}
#karte #gebiet2 .aussendienst {
	float: none;
	clear: left;
	padding-bottom: 0px;
	margin-bottom: 10px;
}
#karte #gebiet3 .aussendienst {
	float: none;
	clear: left;
	padding-bottom: 0px;
	margin-bottom: 10px;
}
#karte #gebiet4 .aussendienst {
	float: none;
	clear: left;
	padding-bottom: 0px;
	margin-bottom: 10px;
}
#karte #gebiet5 .aussendienst {
	float: none;
	clear: left;
	padding-bottom: 0px;
	margin-bottom: 10px;
}
#karte #gebiet6 .aussendienst {
	float: none;
	clear: left;
	padding-bottom: 0px;
	margin-bottom: 10px;
}
#karte #gebiet7 .aussendienst {
	float: none;
	clear: left;
	padding-bottom: 0px;
	margin-bottom: 10px;
}
#aussendienst h1 {
	color: #0069B4;
	font-size: 22pt;
	letter-spacing: 0.1px;
}
#aussendienst #gebiet1 img  {
	margin-right: 10px;
}
.container #gebiet #karte .karte {
	float: right;
}
.img-responsive #broschuere {
	float: right;
	clear: right;
}
.container .row .img-responsive {
	float: right;
}
#broschuere h1  {
	font-size: 22pt;
	color: #0069B4;
}
#broschuere p {
	font-size: 12pt;
}
.container .col-lg-12.col-md-12 #pdf {
	color: #009989;
}
#anmeldung_notfallkonzept1 .form-control.FastMailInput {
	margin-bottom: 15px;
}
#anmeldung_notfallkonzept1 label a u {
	color: #000000;
}
.col-lg-12.col-md-12 details summary {
	font-size: large;
}
.container .col-lg-12.col-md-12 .praxiskonzept {
	padding-right: 0px;
}
.praxiskonzept img {
	margin-right: 20px;
	width: auto;
	margin-bottom: 20px;
	margin-top: 20px;
}
#defaultNavbar .nav.navbar-nav.navbar-right .btn.btn-default.btn-sm {
	height: 47px;
	color: #CED2D4;
	font-size: 11pt;
	width: 352px;
	text-align: left;
	min-width: 100px;
}
.appointment-btn a .fa.fa-user {
	margin-right: 6px;
	font-size: larger;
}
.col-md-4.col-sm-4 .footer-thumb #shopsatz {
	margin-top: -10px;
	font-size: small;
	font-style: normal;
}
#tauschaktion #stoerer2 {
    float: right;

}
#tauschaktion {
    background-color: #D3E9E4;
    padding-left: 15px;
    padding-right: 15px;
}
#tauschaktion label a u {
    color: #000000;
}

#heine_tauschaktion .form-control.FastMailInput {
    margin-bottom: 15px;
}




@media (max-width: 992px) {
#aussendienst #gebiet2 img  {
	margin-right: 10px;
}
#aussendienst #gebiet3 img  {
	margin-right: 10px;
}
#aussendienst #gebiet4 img  {
	margin-right: 10px;
}
#aussendienst #gebiet5 img  {
	margin-right: 10px;
}
a .service6 .service6_titel {
    height: 200px;
    margin-left: -9px;
    margin-right: -9px;
    background-image: url(../images/aussendienst_2.png);
}
 div.navbar-fixed-placeholder {
  padding-top: 70px;
}
	#nav-pp-logo{
	height: 26px;
	width: 112px;
}
	nav.navbar{
	margin-bottom: 10px;
}
	
	.nav li.mobile-sortiment{
	display: block;
	margin-top: 3px;
  }
	   
  .nav li.mobile-sortiment img{
	display: inline-flex;
	margin-right: 17px;
  }
  .nav li.mobile-sortiment span{
        display: inline-block;
    }
}




  header {
    background-color: #0168B3;
    display: block;
  }

  header .col-md-8 {
    padding-right: 0;
  }

  header p,
  header span {
    font-size: 14px;
    line-height: 24px;
    padding-top: 12px;
    color: #FFFFFF;
  }
#top .navbar.custom-navbar.navbar-fixed-top #menu {
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 3px 7px #BDBDBD;
    box-shadow: 0 3px 7px #BDBDBD;
}

  header a,
  header span {
    color: #FFFFFF;
  }

  header span {
    font-weight: 500;
    display: inline-block;
    padding: 11px 15px;
  }

  header span.date-icon {
    padding-right: 19px;
    padding-left: 19px;
  }

  header span i {
    color: #009989;
    margin-right: 5px;
  }



  /*---------------------------------------
      MENU              
  -----------------------------------------*/

  .navbar-default {
	background: #ffffff;
	border: none;
	padding-bottom: 0px;
  }

  .navbar-default .navbar-nav li.appointment-btn {
    margin: 3px 0 0 20px;
  }
.navbar-header .navbar-brand img {
	margin-top: 5px;
}

  .navbar-default .navbar-nav li.appointment-btn a {
    background: #009989;
    border-radius: 3px;
    color: #ffffff;
    font-weight: 600;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .navbar-default .navbar-nav li.appointment-btn a:hover {
    background: #4267b2;
    color: #ffffff !important;
  }

  .navbar-default .navbar-nav li a {
    color: #555555;
    font-size: 14px;
    font-weight: 500;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
  }
.fa.fa-percent {
	color: #009989;
	margin-left: 4px;
	font-size: 12pt;
}

  .navbar-default .navbar-nav > li a:hover {
    color: #393939 !important;
  }

  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus {
    color: #555555;
    background-color: transparent;
  }

  .navbar-default .navbar-nav .navbar-toggle > .active > a,
  .navbar-default .navbar-nav .navbar-toggle > .active > a:hover,
  .navbar-default .navbar-nav .navbar-toggle > .active > a:focus {
    color: #009989;
    background-color: transparent;
  }

  .navbar-default .navbar-toggle {
    border: none;
    padding-top: 10px;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background: #393939;
    border-color: transparent;
  }

  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus { 
    background-color: transparent;
  }



  /*---------------------------------------
      HOME              
  -----------------------------------------*/

  #home h1 {
    color: #ffffff;
    padding-bottom: 10px;
    margin-top: 0;
  }

  #home h3 {
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    line-height: inherit;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 0;
  }

  .slider .container {
    width: 100%;
    margin-top: 135px;
  }
header .container .container {
    width: 100%;
    background-color: #FFFFFF;
}

  .slider .owl-dots {
    position: absolute;
    top: 353px;
    width: 100%;
    justify-content: center;
  }

  .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 5px 7px;
    border-left-color: #d9d9d9;
    border-bottom-color: #d9d9d9;
    border-top-color: #d9d9d9;
    border-left-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
    border-left-width: 2px;
    border-bottom-width: 2px;
    border-top-width: 2px;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
  }

  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #ffffff;
    border-color: transparent;
  }

  .slider .caption {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    background-color: rgba(20,20,20,0.2);
    height: 100%;
    color: #fff;
    cursor: e-resize;
  }

  .slider .item {
    background-position: inherit;
    background-repeat: no-repeat;
    background-attachment: local;
    background-size: cover;
    height: 400px;
  }

  .slider .item-first {
    background-image: url(../images/slider_sterillium.png);
  }

  .slider .item-second {
    background-image: url(../images/slider2.jpg);
  }

  .slider .item-third {
    background-image: url(../images/slider3.jpg);
  }


  /*---------------------------------------
      ABOUT              
  -----------------------------------------*/

  #about {
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	padding-top: 70px;
	padding-bottom: 70px;
	background-color: #E9EAEB;
  }
#about h3 {
	font-size: 16pt;
}
#about .container .row {
}

  .profile img,
  .profile figcaption {
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    padding-bottom: 0px;
  }
  .profile img {
    border-radius: 100%;
    width: 65px;
    height: 65px;
    margin-right: 1em;
  }
  .profile figcaption h3 {
    margin-top: 0;
  }

  #about h6 {
    color: #4A4A4A;
    margin: 0;
  }
#unserservice .container {
	padding-top: 60px;
	padding-bottom: 70px;
}



  /*---------------------------------------
      TEAM MEMBERS              
  -----------------------------------------*/

  .team-thumb {
    background-color: #f9f9f9;
    border-radius: 0 0 10px 10px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
  }

  .team-info {
    padding: 20px 30px 0 30px;
  }

  .team-contact-info {
    border-top: 1px solid #e9e9e9;
    padding-top: 1.2em;
    margin-top: 1.5em;
  }

  .team-contact-info .fa {
    margin-right: 5px;
    display: inline-block;
  }

  .team-contact-info p {
    margin-bottom: 2px;
  }

  .team-contact-info a {
    color: #4A4A4A;
  }

  .team-thumb .social-icon li {
    font-weight: 500;
  }

  .team-thumb .social-icon li a {
    background: #ffffff;
    border-radius: 100%;
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0 2px 0 2px;
  }

  .team-thumb .social-icon {
    opacity: 0;
    transform: translateY(100%);
    transition: 0.5s 0.2s;
    text-align: center;
    position: relative;
    top: 0;
  }

  .team-thumb:hover .social-icon {
    opacity: 1;
    transition-delay: 0.3s;
    transform: translateY(0px);
    top: -22em;
  }



  /*---------------------------------------
     SERVICE              
  -----------------------------------------*/

  #service {
    background: #009989;
  }

  #service h2,
  #service h4 {
    color: #ffffff;
  }

  #service p {
    color: #d9d9d9;
  }

  #service .service-thumb {
    padding: 0 22px;
  }

  #service .fa {
    font-size: 50px;
    margin-bottom: 10px;
    background: #ffffff;
    color: #009989;
    width: 120px;
    height: 120px;
    line-height: 120px;
    border-radius: 100%;
  }


  /*---------------------------------------
      NEWS             
  -----------------------------------------*/

  #news, #news-detail {
    background: #f9f9f9;
  }

  #news-detail blockquote {
    margin: 30px 0;
  }

  .news-detail-thumb .news-image img {
    border-radius: 10px;
  }

  .news-detail-thumb h3 {
    margin-bottom: 8px;
  }

  .news-image {
    margin-bottom: 30px;
    position: relative;
  }

  .news-image img {
    width: 100%;
  }

  .news-detail-thumb ul {
    margin: 32px 12px 22px 0px;
  }

  .news-detail-thumb ul li {
    list-style: circle;
    font-weight: normal;
    padding: 6px 12px 6px 0px;
  }

  .news-sidebar {
    margin-top: 16px;
  }

  .news-social-share {
    text-align: center;
    padding-top: 22px;
  }

  .news-social-share .btn {
    border-radius: 100px;
    border: none;
    font-size: 10px;
    font-weight: 600;
    margin: 2px 6px;
    padding: 8px 14px;
  }

  .news-social-share .btn-primary {
    background: #3b5998;
  }

  .news-social-share .btn-success {
    background: #1da1f2;
  }

  .news-social-share .btn-danger {
    background: #dd4b39;
  }

  .news-social-share a .fa {
    padding-right: 4px;
  }

  .recent-post {
    padding-top: 2px;
    padding-bottom: 18px;
  }

  .recent-post .media img {
    border-radius: 100%;
    width: 80px;
    height: 80px;
    margin-right: 5px;
  }

  .recent-post .media-heading {
    font-size: 16px;
    font-weight: 500;
    line-height: inherit;
    margin-top: 5px;
  }

  .news-categories {
    margin-top: 8px;
  }

  .news-categories li a {
    color: #2b2b2b;
  }

  .news-ads {
    background: #ffffff;
    border-right: 4px solid #2b2b2b;
    padding: 42px;
    text-align: center;
    margin: 26px 0 26px 0;
  }

  .news-ads.sidebar-ads {
    border-left: 4px solid #2b2b2b;
    border-right: 0px;
  }

  .news-ads h4 {
    font-size: 18px;
  }

  .news-tags h4 {
    padding-bottom: 6px;
  }

  .news-categories li,
  .news-tags li {
    list-style: none;
    display: inline-block;
    margin: 4px;
  }

  .news-tags li a {
    background: #393939;
    border-radius: 50px;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    float: left;
    min-width: 30px;
    padding: 6px 12px;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
  }

  .news-tags li a:hover {
    background: #4267b2;
  }



  /*---------------------------------------
      APPOINTMENT             
  -----------------------------------------*/

  #appointment {
    padding-top: 100px;
  }

  #appointment label {
    color: #393939;
    font-weight: 500;
  }

  #appointment .form-control {
    background: #f9f9f9;
    border: none;
    border-radius: 3px;
    box-shadow: none;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 15px;
    transition: all ease-in-out 0.4s;
  }

  #appointment input,
  #appointment select {
    height: 45px;
  }

  #appointment button#cf-submit {
    background: #009989;
    color: #ffffff;
    font-weight: 600;
    height: 55px;
  }

  #appointment button#cf-submit:hover {
    background: #393939;
    color: #ffffff;
  }


  /*---------------------------------------
     FOOTER              
  -----------------------------------------*/

  footer {
	padding-top: 20px;
	padding-bottom: 50px;
	background-color: #0168B3;
  }

  footer h4 {
    padding-bottom: 5px;
    color: #FFFFFF;
    font-size: 18pt;
  }

  footer a {
    color: ffffff;
  }
footer p {
	color: #FFFFFF;
	font-size: 12pt;
}
footer h5 {
    color: #FFFFFF;
    font-size: 24pt;
}

  footer a:hover {
    color: #FFFFFF;
  }

  .contact-info {
    padding-top: 10px;
  }

  .contact-info .fa {
    background: #393939;
    border-radius: 100%;
    color: #ffffff;
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 2px;
  }

  .latest-stories {
    margin-bottom: 20px;
  }

  .stories-image,
  .stories-info {
    display: inline-block;
    vertical-align: top;
  }

  .stories-image img {
    border-radius: 100%;
    width: 65px;
    height: 65px;
  }

  .stories-info {
    margin-left: 15px;
  }

  .stories-info h5 {
    margin-bottom: 2px;
  }

  .stories-info span {
    color: #858585;
    font-size: 12px;
  }

  .opening-hours p {
    line-height: 18px;
  }

  .opening-hours span {
    font-weight: 500;
    display: inline-block;
    padding-left: 10px;
  }

  .copyright-text p,
  .footer-link a {
    color: #858585;
    font-size: 12px;
    font-weight: 500;
  }
footer .fa {
    color: #FFFFFF;
    font-size: 20pt;
    margin-right: 10px;
}
header .fa {
    margin-right: 5px;
}

  .footer-link a {
    font-size: 12px;
    display: inline-block;
    padding: 0 10px;
    margin-top: 4px;
  }

  .angle-up-btn {
    position: relative;
    bottom: 4em;
    display: block;
  }

  .angle-up-btn a {
    background: #ffffff;
    border: 1px solid #f2f2f2;
    border-radius: 3px;
    font-size: 20px;
    color: #393939;
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 38px;
    transition: transform 0.1s ease-in;
    transform: translateX(0);
  }

  .angle-up-btn a:hover {
    background: #4267b2;
    color: #ffffff;
    transform: translateY(-5px);
  }


  /*---------------------------------------
     SOCIAL ICON              
  -----------------------------------------*/

  .social-icon {
    position: relative;
    padding: 0;
    margin: 0;
  }

  .social-icon li {
    display: inline-block;
    list-style: none;
  }

  .social-icon li a {
    border-radius: 100px;
    color: #464646;
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    text-align: center;
    transition: all 0.4s ease-in-out;
    position: relative;
  }

  .social-icon li a:hover {
    background: #4267b2;
    color: #ffffff;
  }
.container .row .owl-carousel.owl-theme {
    padding-left: 0px;
}
#unserservice .service {
    background-image: url(../images/news-image.jpg);
    height: 180px;
}
.col-md-6.col-12.col-lg-4 .service1 .service1_titel {
    height: 170px;
    background-color: #BDBDBD;
    margin-left: -15px;
    margin-right: -9px;
}
#newsletter h5 {
	font-size: 25px;
	color: #0069B4;
	text-align: left;
	clear: both;
	letter-spacing: 0.3px;
	font-weight: 600;
}
#newsletter h5 a {
	color: #0069B4;
}
#newsletter img {
	float: left;
	margin-right: 25px;
	margin-left: 25px;
	vertical-align: bottom;
}
.container-fluid #defaultNavbar .nav.navbar-nav.navbar-right {
	padding-top: 0px;
	margin-top: 20px;
	margin-bottom: -18px;
}
.dropdown-menu li img {
    float: left;
    margin-right: 10px;
    margin-left: -11px;
    margin-top: 2px;
}
.dropdown-menu   {
    width: 240px;
}
.navbar-fixed-placeholder {
	padding-top: 140px;
}
.hero #hg-slider #carousel2 {
	padding-top: 80px;
	padding-bottom: 15px;
}
.carousel-inner .item .center-block {
    margin-bottom: 73px;
}
#about h5 {
	font-size: 15pt;
	font-weight: normal;
}
#bestseller2 h5 {
	color: #FFFFFF;
	padding-top: 5px;
}
.about-info .caption h3 {
	font-size: 18pt;
}
li a .fa.fa-percent {
	padding-left: 4px;
}
#ueberuns h3 {
	letter-spacing: 0.2px;
	margin-bottom: 12px;
}
#unternehmen {
	margin-top: 50px;
	margin-bottom: 50px;
}
#pflegehilfsmittel h2 {
	color: #0069B4;
	font-size: 22pt;
	letter-spacing: 0.3px;
}
#pflegehilfsmittel h1 {
	color: #009989;
	font-size: 18pt;
	letter-spacing: 0.3px;
	margin-top: -5px;
	margin-bottom: 30px;
}
#pflegehilfsmittel p {
	font-size: 12pt;
}
#pflegehilfsmittel ul {
	font-size: 12pt;
	color: #4A4A4A;
	line-height: 25px;
}
#pflegehilfsmittel {
	margin-top: 50px;
	margin-bottom: 50px;
}
#pflegehilfsmittel .container .row {
	margin-left: 5px;
	margin-right: 5px;
}
#unternehmen .container .row {
	margin-left: 5px;
	margin-right: 5px;
}
#ueberuns .container .row {
	margin-left: 5px;
	margin-right: 5px;
}
#pflegehilfsmittel p a {
	color: #009989;
	text-decoration: underline;
}
#unser_service h1 {
	color: #0069B4;
	font-size: 22pt;
	letter-spacing: 0.3px;
}
#unser_service p {
	font-size: 12pt;
	margin-left: 95px;
}
#unser_service {
	margin-top: 50px;
	margin-bottom: 50px;
}
#icons   {
	margin-right: 10px;
	float: left;
	padding-bottom: 15px;
}
#icons3  {
	margin-right: 10px;
	padding-bottom: 15px;
}
#icons4   {
	margin-right: 10px;
	padding-bottom: 15px;
}
#icons5 {
	margin-top: 10px;
	margin-right: 10px;
	padding-bottom: 15px;
}
#icons6 {
	margin-right: 10px;
	padding-bottom: 15px;
}
#icons7 {
	margin-right: 10px;
	padding-bottom: 15px;
}
#icons8 {
	margin-right: 10px;
	padding-bottom: 15px;
}
#hg-slider_aktulles {
	height: 30px;
}
#aktuelles .caption p .btn.btn-primary {
}
#aktuelles h2 {
	color: #0069B4;
	font-size: 22pt;
	letter-spacing: 0.3px;
}
#aktuelles h1 {
	color: #009989;
	font-size: 18pt;
	letter-spacing: 0.3px;
	margin-top: -5px;
	margin-bottom: 30px;
}
#aktuelles .container .row {
	margin-left: 5px;
	margin-right: 5px;
}
#aktuelles {
	margin-top: 50px;
	margin-bottom: 50px;
}
#landingpage h1 {
	color: #0069B4;
	letter-spacing: 0.3px;
	font-size: 22pt;
}
#landingpage #stoerer {
	float: right;
	padding-left: 50px;
}
#landingpage h2 {
	color: #009989;
	font-size: 18pt;
	letter-spacing: 0.3px;
	margin-top: -5px;
	margin-bottom: 30px;
}
#landingpage p {
	font-size: 12pt;
}
#landingpage h6 {
	font-size: 14pt;
}
#landingpage .thumbnail .caption img {
	float: left;
	margin-right: 15px;
	margin-bottom: 35px;
	margin-top: 5px;
}
.thumbnail:hover {
	-webkit-box-shadow: 9px 13px 26px -8px #868686;
	box-shadow: 9px 13px 26px -8px #868686;
}
#qualtaetspolitik {
	margin-top: 50px;
	margin-bottom: 50px;
}
#qualtaetspolitik h2 {
	color: #0069B4;
	font-size: 22pt;
	letter-spacing: 0.3px;
}
#qualtaetspolitik .container .row {
	margin-left: 5px;
	margin-right: 5px;
}
#qualtaetspolitik h1 {
	color: #009989;
	font-size: 18pt;
	letter-spacing: 0.3px;
	margin-left: 0px;
	margin-top: -5px;
	margin-bottom: 30px;
}
#qualtaetspolitik p {
	font-size: 12pt;
}
#unternehmensfilm {
	margin-bottom: 50px;
}
#downloads .row {
	margin-left: 5px;
	margin-right: 5px;
}
#downloads .row h3 a {
	color: #009989;
	letter-spacing: 0.1px;
	text-decoration: underline;
}
#unternehmensfilm h1 {
	color: #0069B4;
	font-size: 22pt;
	letter-spacing: 0.3px;
	padding-top: 0px;
	padding-bottom: 30px;
}
#unternehmensfilm p {
	font-size: 12pt;
}
#hg-slider_leer {
	margin-top: 50px;
	min-height: 30px;
}
#unternehmensfilm .container .row {
	margin-left: 5px;
	margin-right: 5px;
}
#downloads {
	margin-bottom: 50px;
}
#downloads h1 {
	color: #0069B4;
	font-size: 22pt;
	letter-spacing: 0.3px;
}
#landingpage .caption h3 a {
	color: #4A4A4A;
	font-size: 12pt;
	letter-spacing: 0.1px;
	font-weight: bold;
}
#aktuelles h3 {
	letter-spacing: 0.1px;
}
#agb h3  {
	letter-spacing: 0.1px;
	margin-bottom: 8px;
}
#downloads p {
	font-size: 12pt;
}
#agb {
	margin-bottom: 50px;
}
#agb p {
	font-size: 12pt;
}
#agb .row {
	margin-left: 5px;
	margin-right: 5px;
}
#agb h1 {
	color: #0069B4;
	font-size: 22pt;
	letter-spacing: 0.3px;
}
#agb h2 {
	color: #0069B4;
	font-size: 22pt;
	letter-spacing: 0.3px;
}
#agb h4 {
	color: #0069B4;
	font-size: 15pt;
	letter-spacing: 0.1px;
}
#agb ul {
	font-size: 12pt;
	color: #4A4A4A;
}
#kontakt h1 {
	color: #0069B4;
	font-size: 22pt;
	letter-spacing: 0.1px;
}
#kontakt p {
	font-size: 12pt;
	margin-left: 95px;
}
#kontakt h6 {
	margin-left: 95px;
}
#anfrageformular h2 {
	color: #009989;
	font-size: 17pt;
	letter-spacing: 0.1px;
}
#kontakt .container .row {
	margin-left: 5px;
	margin-right: 5px;
}
#kontakt {
	margin-bottom: 50px;
}
#anfargeform1 .form-control.FastMailInput {
	margin-bottom: 14px;
}
#agb .row p a {
	color: #4A4A4A;
	text-decoration: underline;
}
#kontakt p a {
	color: #4A4A4A;
}
#about .container .row {
}
#bestseller3 h5 {
	color: #FFFFFF;
	padding-top: 5px;
}
#unserservice .container .row {
	margin-left: 5px;
	margin-right: 5px;
}
#ueberuns .container .row {
	margin-left: 5px;
	margin-right: 5px;
}
#angebote .img-responsive {
	left: 50%;
	right: 50%;
}
.caption p .btn.btn-primary.produkt {
	width: 100%;
}
.caption p .btn.btn-success.angebot {
	width: 100%;
}
.service1:hover {
	-webkit-box-shadow: 2px 2px 5px #757575;
	box-shadow: 2px 2px 5px #757575;
	background-color: #0069B4;
}
#landingpage .thumbnail {
	margin-top: 50px;
}
#sprechstundenbedarf {
	margin-top: 50px;
	margin-bottom: 50px;
}
#sprechstundenbedarf h1 {
	color: #009989;
	font-size: 18pt;
	letter-spacing: 0px;
	margin-top: -5px;
	margin-bottom: 30px;
}
#sprechstundenbedarf ul {
	color: #4A4A4A;
	font-size: 12pt;
}
#sprechstundenbedarf h2 {
	color: #0069B4;
	letter-spacing: 0.3px;
	font-size: 22pt;
}
#sprechstundenbedarf p {
	font-size: 12pt;
}
#sprechstundenbedarf h5 {
	color: #858585;
	font-size: 12pt;
}
#sprechstundenbedarf h5 a {
	color: #858585;
	font-size: 12pt;
}
#sprechstundenbedarf img {
	float: left;
	margin-right: 12px;
	margin-top: -12px;
}
.abrechenbar {
	margin-bottom: 45px;
}
#sprechstundenbedarf .container .row {
	margin-left: 5px;
	margin-right: 5px;
}
#unser_service img {
	float: left;
	margin-right: 20px;
	margin-bottom: 30px;
}
#katalogbestellung h2 {
	color: #009989;
	font-size: 17pt;
	letter-spacing: 0.2px;
}
#agb li a u {
	color: #4A4A4A;
	font-size: 12pt;
}
#katalogbestellung1 .form-control.FastMailInput {
	margin-bottom: 15px;
}
#katalogbestellung1 label a {
	color: #000000;
}
#katalogbestellung {
	margin-left: 0px;
	margin-bottom: 50px;
}


  /*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/

  @media only screen and (max-width: 1200px) {
    h1 {
      font-size: 4em;
    }
    h2 {
      font-size: 2.5em;
    }
    h3 {
      font-size: 1.5em;
    }
.navbar.navbar-default.navbar-static-top header .container {
}
    header span.date-icon {
    padding-right: 0;
    padding-left: 0;
    }
    header span.email-icon {
      padding-top: 0;
    }
.about-info   {
}
.container .row #produkt1 {
}

    .navbar-default .navbar-nav li a {
      padding-right: 15px;
      padding-left: 15px;
    }
#hg-slider_aktulles {
}
  }

  @media only screen and (max-width: 992px) {
    .slider .item {
      background-position: center;
    }

    header {
      padding-bottom: 10px;
    }
    header .text-align-right {
      text-align: left;
    }
#hg-slider_aktulles   {
	height: 70px;
}
  }

  @media only screen and (max-width: 992px) {
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
    }
    .navbar-default .navbar-nav li.appointment-btn {
      margin-left: 15px;
    }
    .navbar-default .navbar-nav li a {
      display: inline-block;
      padding-top: 8px;
      padding-bottom: 8px;
    }

    .news-sidebar {
      margin-top: 2em;
    }

    #appointment-form {
      padding-top: 4em;
      padding-bottom: 4em;
    }

    footer {
      padding-top: 60px;
      padding-bottom: 0;
    }
    .footer-thumb {
      padding-bottom: 10px;
    }

    .border-top {
      text-align: center;
    }

    .copyright-text {
      margin-top: 10px;
    }

    .angle-up-btn {
      bottom: 10em;
    }
#hg-slider_aktulles {
	height: 70px;
}
  }

  @media only screen and (max-width: 639px) {
    h1 {
      font-size: 3em;
      line-height: 1.2em;
    }
    h2 {
      font-size: 2.1em;
    }
    h4 {
      font-size: 1.4em;
    }

    #home h3 {
      font-size: 11px;
      letter-spacing: 1px;
    }
#hg-slider_aktulles {
	height: 70px;
}

  }
#produkt1 {
	background-color: #FFFFFF;
	border-right: 14px solid #E5E7E8;
	margin-top: 50px;
}
#produkt4 {
    background-color: #FFFFFF;
}
.produkt1 {
}
.produkt2 {
}
.caption p .btn.btn-primary.angebot {
    width: 100%;
    background-color: #009989;
    border-radius: 5px;
    border: thin #FFFFFF;
    border: thin solid #FFFFFF;
}
#produkt3 {
    border-right: thin solid #BDBDBD;
    background-color: #FFFFFF;
}
#produkt2 {
    background-color: #FFFFFF;
    border-right: thin solid #BDBDBD;
}
.column.col-lg-3.col-md-3 .about-info .caption {
    padding-bottom: 0px;
    margin-bottom: -15px;
}
#angebote {
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 0 0px;
    box-shadow: 0 0 0px;
    border-right: thin solid #BDBDBD;
}
#angebote h5 {
	padding-top: 5px;
}
#bestseller h5 {
	padding-top: 5px;
}
#anfargeform1 label {
	color: #4A4A4A;
}
#anfargeform1 label a {
	color: #4A4A4A;
}
#bestseller {
    background-color: #FFFFFF;
    border-right: thin solid #BDBDBD;
}
#bestseller2 {
    background-color: #FFFFFF;
    border-right: thin solid #BDBDBD;
}
#angebote .caption {
	margin-top: -15px;
	padding-bottom: 5px;
}
#bestseller .caption {
	margin-top: -15px;
	padding-bottom: 5px;
}
#bestseller2 .caption {
	margin-top: -15px;
	padding-bottom: 5px;
}
#bestseller3 .caption {
	margin-top: -15px;
	padding-bottom: 5px;
}
#bestseller3 {
    background-color: #FFFFFF;
}
.produkt {
}
.unserangebot {
}
#seller {
}
#prdukte {
}
#stoerer   {
	float: right;
}
.service {
}
#marken h5 {
    color: #0168B3;
}
#marken .container {
    padding-top: 50px;
    padding-bottom: 50px;
}
#marken {
    border-bottom: thin solid #BDBDBD;
}
#ueberuns {
    padding-top: 50px;
    padding-bottom: 50px;
}
#ueberuns p {
	font-size: 12pt;
}
#unternehmen h2 {
	color: #0069B4;
	letter-spacing: 0.3px;
	font-size: 22pt;
}
#unternehmen h1 {
	color: #009989;
	letter-spacing: 0.3px;
	font-size: 18pt;
	margin-bottom: 30px;
	margin-top: -5px;
}
#unternehmen p {
	font-size: 12pt;
}
#ueberuns h1 {
	color: #0168B3;
	font-size: 18pt;
	letter-spacing: 0.3px;
}
#ueberuns h2 {
	color: #0168B3;
	font-size: 18pt;
	letter-spacing: 0.3px;
}
#newsletter {
    padding-top: 30px;
    padding-bottom: 15px;
    background-color: #E5E7E8;
}
#unserservice h5  {
	color: #0168B3;
	font-size: 18pt;
	font-weight: bold;
}
.col-md-6.col-12.col-lg-6 .service4 .service4_titel {
    height: 200px;
    margin-right: -9px;
    margin-left: -9px;
    background-image: url(../images/service_praxiskonzepte.png);
}
#unserservice h6 {
	padding-top: 10px;
	padding-left: 15px;
	color: #0069B4;
	text-shadow: 1px 1px 5px #FFFFFF;
	font-size: 14pt;
	font-weight: bold;
}
#unserservice {
	background-color: #E9EAEB;
	border-top: thin solid #BDBDBD;
}
.service2:hover {
	-webkit-box-shadow: 2px 2px 5px #757575;
	box-shadow: 2px 2px 5px #757575;
	background-color: #0069B4;
}
.col-md-6.col-12.col-lg-6 .service5 .service5_titel {
	height: 200px;
	padding-left: 0px;
	margin-left: -9px;
	margin-right: -9px;
	background-position: 0% 0;
	background-image: url(../images/nachhaltige_produkte.png);
}
#menu {
}
.row .col-12.col-lg-4.col-md-4 .service1 {
	height: 200px;
	background-image: url(../images/sprechstundenbedarf.png);
	margin-left: -9px;
	margin-right: -9px;
}
#hg-slider {
	background-image: url(../images/hingerundbild.png);
	max-height: 500px;
	min-height: 100px;
}
#unser_service .container .row .col-lg-10  {
}
.row .col-12.col-lg-4.col-md-4 .service2 {
	height: 200px;
	background-image: url(../images/pflegehilfsmittel.png);
	margin-left: -9px;
	margin-right: -9px;
}
.service4_titel:hover  {
	-webkit-box-shadow: 2px 2px 5px #757575;
	box-shadow: 2px 2px 5px #757575;
	background-color: #0069B4;
}
.service6_titel:hover  {
	-webkit-box-shadow: 2px 2px 5px #757575;
	box-shadow: 2px 2px 5px #757575;
	background-color: #0069B4;
}
.service5_titel:hover  {
	-webkit-box-shadow: 2px 2px 5px #757575;
	box-shadow: 2px 2px 5px #757575;
	background-color: #0069B4;
}
.service2 {
}
.service7_titel:hover {
	-webkit-box-shadow: 2px 2px 5px #757575;
	box-shadow: 2px 2px 5px #757575;
	background-color: #0069B4;
}
.service3:hover {
	-webkit-box-shadow: 2px 2px 5px #757575;
	box-shadow: 2px 2px 5px #757575;
	background-color: #0069B4;
}
.row .col-12.col-lg-4.col-md-4 .service3 {
	height: 200px;
	margin-left: -9px;
	margin-right: -9px;
	background-image: url(../images/blaetterkatalog.png);
}
#icons2 {
	margin-right: 10px;
	padding-bottom: 15px;
}
#unser_service .container .row {
	margin-left: 5px;
	margin-right: 5px;
}
#landingpage {
	margin-bottom: 50px;
	margin-top: 50px;
}
.stoerer {
}
.link {
}
.text-link {
	color: #0069B4;
}

@media (max-width: 375px){
}
.angebot {
}
#service1 {
}
.abrechenbar {
}
.karte {
}
#la {
	float: left;
	clear: left;
	padding-left: 0px;
	padding-right: 20px;
}
.aussendienst {
}
#green {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}
#pdf {
}
#link_aussendienst {
	color: #009989;
}
#icons p #link_aussendienst {
	color: #009989;
}
#mx {
}
.mx {
}
.praxiskonzept {
}
#shopsatz {
}
#tauschaktion {
}
