/* ===================================
1. General
==================================== */
@import url("font.css");
@import url("font-awesome.css");

body {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #666666;
  background: #fff;
  font-weight: 300;
  line-height: 25px;
}

a,
a:focus,
a:hover {
  outline: 0;
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

.row {
  margin: 0;
}

.content {
  max-width: 1024px;
  margin: 0 auto;
}

.scrollup {
  display: block;
  text-align: center;
  padding: 5px;
  font-size: 30px;
  color: #333;
}

header .open-nav {
  position: absolute;
  top: 38px;
  left: 15px;
  display: none;
}
header .open-nav .fa {
  color: #bebdbd;
  font-size: 35px;
}

#wrapper #navigation .close-nav {
  position: absolute;
  top: 0;
  right: 15px;
  display: none;
  z-index: 11;
}
#wrapper #navigation .close-nav .fa {
  color: #fefefe;
  font-size: 30px;
}

#wrapper {
  max-width: 100%;
  margin: 0 auto;
  border-top: 12px solid #a7d58f;
}
header {
  margin: 0 auto;
  position: relative;
}
header #logo {
  padding: 0 10px;
}
header #logo a.logo {
  display: inline-block;
  width: 75px;
  height: 75px;
  background-image: url("../logo/logo.png");
  background-image: url("../logo/logo.svg");
  background-size: cover;
}
/*header #logo object{max-width: 75px;}*/
header #logo a.info_logo {
  display: inline-block;
  font-size: 14px;
  margin: 22px 0 0;
  vertical-align: top;
}

#wrapper #navigation {
  padding: 0 25px 0 25px;
  margin: 40px 0 0;
  letter-spacing: 1px;
  /*text-align: right;*/
}
#wrapper #navigation ul {
  padding: 0;
  margin: 0;
}
#wrapper #navigation li {
  display: inline-block;
  padding: 0;
  margin: 0;
  position: relative;
}
#wrapper #navigation li a {
  font-family: "aller", sans-serif;
  font-weight: 500;
  font-size: 15px;
  padding: 16px 24px 36px;
  display: inline-block;
  background: url(../images/bg-item.png) no-repeat 50% 200%;
  transition: all 0.3s ease 0s;
}
#wrapper #navigation li.active a,
#wrapper #navigation li:hover a {
  color: #8bc869;
  text-decoration: none;
  background: url(../images/bg-item.png) no-repeat 50% 100%;
}

#wrapper #navigation .close-nav {
  position: absolute;
  top: 10px;
  right: 15px;
  display: none;
  z-index: 11;
}
#wrapper #navigation .close-nav .fa {
  color: #fefefe;
  font-size: 30px;
}

/* Sprechzeiten  Header */
header .sprechzeiten {
}

header .sprechzeiten .icon-sprechzeiten {
  padding: 6px 10px;
  z-index: 3;
  cursor: pointer;
  background: #a7d58f;
  color: #fff;
  font-size: 30px;
  position: absolute;
  top: 45px;
  right: 0;
  width:42px;
  height:42px;
}

header .sprechzeiten a.icon-facebook {
  background: #a7d58f;
  color: #fff;
  font-size: 30px;
  position: absolute;
  top: 45px;
  right:100px;
  width:42px;
  height:42px;
  line-height:42px;
  z-index: 3;
  text-align:center;
}

header .sprechzeiten a.icon-instagram {
  background: #a7d58f;
  color: #fff;
  font-size: 30px;
  position: absolute;
  top: 45px;
  right:50px;
  width:42px;
  height:42px;
  line-height:42px;
  z-index: 3;
  text-align:center;
}


header .sprechzeiten .main-sprechzeiten {
  position: absolute;
  right: 0;
  top: 117px;
  background: #a7d58f;
  padding: 0;
  font-size: 0;
  z-index: 1;
  color: #fff;
  border-right: 5px solid #a7d58f;
  height: 360px;
  overflow: hidden;
  width: 0;
  line-height: 20px;
}
header .sprechzeiten .main-sprechzeiten h3 {
  font-size: 16px;
}
header .sprechzeiten .main-sprechzeiten p {
  font-size: 13px;
  margin: 0 0 5px;
}
header .sprechzeiten .main-sprechzeiten p.num-fon {
  font-size: 20px;
  padding: 0 0 15px;
  border-bottom: 1px solid #eee;
  margin: 0 0 15px;
}
header .sprechzeiten .main-sprechzeiten .zeit {
  display: inline-block;
  float: right;
  text-align: right;
  margin: 0 0 0 10px;
}

/* Slider */
#wrapper #slider {
  margin: 0;
  text-align: center;
  padding: 0;
  position: relative; /* background: url(../images/slide_startseite_2.jpg) no-repeat; background-size: cover;*/
  max-height: 720px;
  overflow: hidden;
}
#wrapper #slider img {
  width: 100%;
}
#wrapper #slider .uk-dotnav a {
  background: #fff;
  border: 2px solid #fff !important;
  width: 15px;
  height: 15px;
}
#wrapper #slider .uk-dotnav .uk-active a {
  background: #8bc869;
}

#wrapper #slogan-home {
  background: #e3e3e3;
  padding: 50px 0;
}
#wrapper #slogan-home #s-zeiten {
  padding: 0 50px 0 150px;
}
#wrapper #slogan-home #s-zeiten h3 {
  background: url(../images/icon_sprechzeiten.png) no-repeat left top;
  padding: 8px 0 30px 60px;
  font-weight: 300;
  font-size: 24px;
}
#wrapper #slogan-home #s-zeiten .tag {
  float: left;
  min-width: 130px;
  margin: 0 0 5px;
}
#wrapper #slogan-home #s-zeiten strong {
  color: #8bc869;
  font-size: 20px;
  font-weight: 500;
  text-decoration: underline;
}
#wrapper #slogan-home #s-text {
  padding: 0 140px 0 0;
}
#wrapper #slogan-home #s-text h3 {
  padding: 8px 0 30px 100px;
  font-weight: 300;
  font-size: 24px;
}
#wrapper #slogan-home #s-text p {
  padding: 0 0 30px 100px;
  border-left: 1px solid #cecece;
  margin: 0;
}

/* Content */
#wrapper #main-cotent,
#wrapper #main-cotent-2 {
  margin: 80px auto 60px;
  padding: 0 50px 0;
}

#wrapper #main-cotent.slide-text {
  margin: 0;
  background: #e3e3e3;
  padding: 50px 0 20px; /* min-height: 360px;*/
}

#wrapper .inhalt {
  text-align: center;
}
#wrapper .inhalt h2 {
  color: #8bc869;
  margin: 0;
  font-size: 24px;
  font-weight: 400;
  background: url(../images/bg-headline.png) no-repeat 50% 0;
  padding: 20px 0 0;
}
#wrapper .inhalt h3 {
  font-size: 24px;
  font-weight: 300;
  color: #666;
  margin: 5px 0 40px;
}
#wrapper .inhalt h4 {
  margin: 5px 0 25px;
  color: #8bc869;
}
#wrapper .inhalt p {
  margin: 0 0 25px;
}
#wrapper .inhalt p.text-kontakt {
  font-size: 22px;
  margin: 80px 50px;
}
#wrapper .inhalt .img-right {
  float: right;
  margin: -20px 0 15px 50px;
}

/* Notfall */
#wrapper #main-notfall .content {
  padding: 0 50px;
}
#wrapper #main-notfall .notfall {
  padding: 20px 50px 0;
  background: url(../images/icon_notfall.png) no-repeat 60px 50% #a7d58f;
  text-align: center;
  color: #fff;
  font-weight: 400;
  margin-bottom: 80px;
}
#wrapper #main-notfall .notfall h2 {
  font-size: 28px;
  margin: 10px 0 20px;
}
#wrapper #main-notfall .notfall p {
  font-size: 18px;
  margin: 0 0 45px;
}
#wrapper #main-notfall .notfall a {
  text-decoration: underline;
}
#wrapper #main-notfall .notfall a:hover {
  color: #333;
}

/* Service */
#wrapper #main-service {
  background: #e3e3e3;
  padding: 50px 0 40px;
}
#wrapper #main-service .service {
  padding: 0 25px 0;
  text-align: center;
}
#wrapper #main-service .service h2 {
  color: #8bc869;
  margin: 0;
  font-size: 24px;
  font-weight: 400;
}
#wrapper #main-service .service h3 {
  font-size: 22px;
  font-weight: 300;
  margin: 5px 0 40px;
}
#wrapper #main-service .service a {
  color: #8bc869;
  font-weight: 400;
  transition: all 0.3s ease 0s;
}
#wrapper #main-service .service a:hover {
  color: #333;
}

/*  Leistungen */
#wrapper #main-leistungen {
  padding: 50px 0 40px;
  margin: 0;
}
#wrapper #main-leistungen .item {
  text-align: center;
  margin-bottom: 30px;
}
#wrapper #main-leistungen .item .box a {
  display: block;
  background: #acd694;
  padding: 8px 10px;
  margin: 5px auto 0;
  color: #fff;
  max-width: 420px;
  border: 1px solid #acd694;
  border-bottom: none;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  z-index: 0;
  position: relative;
}
#wrapper #main-leistungen .item .box a:hover {
  background: #d4e6be;
  color: #70b978;
  border-color: #d4e6be;
}
#wrapper #main-leistungen .item .box a.active {
  padding-bottom: 9px;
  z-index: 2;
}
#wrapper #main-leistungen .item .box a.active,
#wrapper #main-leistungen .item .box a.active:hover {
  background: #d4e6be;
  color: #70b978;
  border-color: #acd694;
}
#wrapper #main-leistungen .item .box p {
  margin-bottom: 0;
}
#wrapper #main-leistungen .item .box a.active .fa {
  color: #fff;
}
#wrapper #main-leistungen .item .box .arrow-open {
  height: 18px;
  display: none;
  margin: 0;
}
#wrapper #main-leistungen .box-desc {
  width: 100%;
  padding: 30px 25px;
  background: #fff;
  display: none;
  border: 1px solid #acd694;
  margin: -1px 0 0;
  position: relative;
  z-index: 1;
}
#wrapper #main-leistungen .item .box .box-desc a {
  display: inline-block;
  padding: 0;
  text-decoration: underline;
  margin: 0;
  background: none;
  color: #70b978;
  border: none;
  font-weight: normal;
  font-size: 14px;
}
#wrapper #main-leistungen .leistung_1 .box-desc {
  margin-left: 0;
}
#wrapper #main-leistungen .leistung_2 .box-desc {
  margin-left: -341px;
}
#wrapper #main-leistungen .leistung_3 .box-desc {
  margin-left: -683px;
}

#wrapper #main-leistungen .item .box a.link-leistung::after {
  content: "\f0d7";
  font-family: "FontAwesome";
}

/* Team */
#wrapper #main-team {
  margin: 80px 0 60px;
}
#wrapper #main-team .item {
  padding: 15px 40px 0;
  margin: 0 0 50px;
  text-align: center;
}
#wrapper #main-team .item h2 {
  color: #8bc869;
  margin: 80px 0 0;
  font-size: 24px;
  font-weight: 400;
  background: url(../images/bg-headline.png) no-repeat 50% 0;
  padding: 20px 0 0;
}
#wrapper #main-team .item h3 {
  font-size: 24px;
  font-weight: 300;
  color: #666;
  margin: 5px 0 40px;
}
#wrapper #main-team .item h4 {
  font-size: 16px;
  margin: 10px 0 5px;
  color: #8bc869;
}
#wrapper #main-team .item p {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  line-height: 18px;
}
#wrapper #main-team .item.vita h2 {
  margin: 5px 0 0;
}
#wrapper #main-team .item.vita h3 {
  margin: 5px 0 20px;
}
#wrapper #main-team .item.vita h4 {
  text-align: left;
}
#wrapper #main-team .item.vita p {
  text-align: justify;
  font-size: 14px;
  color: #666;
  line-height: 24px;
}

/* Download */
/*#wrapper #main-download {
  background: #e3e3e3;
  padding: 50px 0 40px;
}*/
#wrapper #main-download .download {
  padding: 0 80px 0;
  text-align: center;
}
#wrapper #main-download .download h2 {
  color: #8bc869;
  margin: 0;
  font-size: 24px;
  font-weight: 400;
}
#wrapper #main-download .download h3 {
  font-size: 22px;
  font-weight: 300;
  margin: 5px 0 40px;
}
#wrapper #main-download .download a {
  color: #8bc869;
  font-weight: 400;
  display: inline-block;
  width: 24.6%;
  text-align: center;
  font-size: 22px;
  transition: all 0.3s ease 0s;
}
#wrapper #main-download .download a strong {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #333;
}
#wrapper #main-download .download a::before {
  font-family: "FontAwesome";
  content: "\f0f6";
  display: block;
  font-size: 60px;
  margin: 50px 0 40px;
}
#wrapper #main-download .download a:hover {
  color: #333;
}

#wrapper #main-map {
  background: #e3e3e3;
  padding: 0;
  margin: 0;
}
#wrapper #main-map .uk-margin-top-remove {
  text-align: center;
  color: #8bc869;
  margin: 0;
  padding: 5px 0 0;
}

/* Footer */
footer {
  width: 100%;
  min-height: 60px;
  padding: 20px;
  background: #e3e3e3;
}
footer a:hover {
  color: #8bc869;
  text-decoration: none;
}
footer .copyright {
  font-size: 13px;
  margin-top: 15px;
  text-align: center;
}

/* Kontakt */
.uk-margin-top-remove {
  font-size: 15px;
  margin: 0 20px 0 0;
  color: #1d3163;
}
.kontaktform section {
  margin: 15px 0 10px;
}
.kontaktform section label {
  width: 44%;
  vertical-align: top;
}
.kontaktform section input[type="text"],
.kontaktform section textarea {
  float: none;
  width: 55%;
  background-color: #f6f6f6;
  border: 1px solid #e9e9e9;
  padding: 4px 4px 3px;
  font-size: 12px;
  font-weight: normal;
  color: #666;
}
.kontaktform .bfSubmitButton {
  background: #1d3163;
  border: none;
  display: inline-block;
  float: right;
  margin: 29px 15px;
  padding: 5px 20px;
  color: #fff;
  border-radius: 4px;
}
.mapkontakt .uk-margin {
  margin: 8px 0 5px;
  font-size: 12px;
}

/* Popup Info */
.popup-icon {
  position: fixed;
  bottom: 20px;
  left: 20px;
  padding: 2px 15px;
  background: #ddd;
  border-radius: 15px;
  font-size: 32px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  line-height: 50px;
}

.popup-icon a,
.popup-icon a:hover,
.popup-icon a:focus {
  color: #333;
}

#popuinfo {
  display: none;
  padding: 90px 25px 15px;
  position: relative;
  color: #333;
  font-weight: 400;
}

#popuinfo h3 {
  position: absolute;
  width: calc(100% - 50px);
  padding: 50px 0 15px;
  color: #000;
  margin: 0;
  top: 0;
  font-size: 21px;
}

#popuinfo h3 span {
  color: #8bc869;
  position: absolute;
  left: 0;
  top: 17px;
  font-size: 35px;
}

#popuinfo h4 {
  font-size: 18px;
  color: #000;
}

#popuinfo strong {
  font-weight: normal;
  color: #000;
}

#popuinfo ul {
  margin: 15px 0 25px;
  padding: 0;
  list-style: none;
}

#popuinfo ul li {
  position: relative;
  padding-left: 22px;
  margin: 3px auto;
}

#popuinfo ul li::before {
  font-family: "FontAwesome";
  content: "\f00c";
  position: absolute;
  top: 02px;
  left: 0;
  font-weight: normal;
  font-size: 16px;
  color: #8bc869;
}

.fncy-custom-close {
  position: absolute;
  top: 15px;
  right: 25px;
  font-size: 25px;
  color: #fff;
  z-index: 2;
  cursor: pointer;
  padding: 2px 5px 4px;
  background: #8bc869;
}

.fncy-custom-close:hover {
  color: #000;
  text-decoration: none;
}

/* Modal Notfallnummer */
#notfall-modal{
  position: fixed;
  top: 65%;
  left: -15px;
  width: 245px;
  border-radius: 10px;
  background: #a7d58f;
  color: #fff;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
}

#notfall-modal .custom{
  padding: 10px 15px 10px 75px;
  position: relative;
}

#notfall-modal .custom p{
  font-size: 14px;
  margin: 0;
  line-height: 1.2;
  font-weight: 500;
}

#notfall-modal .custom p strong{
  font-weight: bold;
  font-size: 20px;
}

#notfall-modal .custom::before{
  width: 40px;
  height: 35px;
  content: "";
  background: url('../images/icon_notfall.png') no-repeat;
  background-size: cover;
  position: absolute;
  top: 14px;
  left: 25px;
}

@media (max-width: 1280px) {
  #wrapper #navigation ul {
    padding: 0;
    margin: 0 40px 0 0;
  }
}

@media (max-width: 768px) {
  header #logo {
    text-align: center;
    width: 100%;
  }
  
  header .sprechzeiten a.icon-instagram{
    font-size: 20px;
    top: 5px;
    right: 0;
    width: 32px;
    height: 32px;
    line-height: 32px;
  }
  
  header .sprechzeiten a.icon-facebook{
    font-size: 20px;
    top: 40px;
    right: 0;
    width: 32px;
    height: 32px;
    line-height: 32px;
  }

  header .sprechzeiten .icon-sprechzeiten {
    top: 75px;
    padding: 4px 10px;
    font-size: 20px;
    width: 32px;
    height: 32px;
  }
  header .sprechzeiten .main-sprechzeiten {
    top: 111px;
  }

  header .open-nav {
    display: block;
    z-index: 99;
  }
  #wrapper #navigation {
    opacity: 0;
    margin: 0;
    width: 0px;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 40px;
    text-align: center;
  }
  #wrapper #navigation.sidenav {
    height: 100%;
    width: 0;
    z-index:100;
  }
  #wrapper #navigation .close-nav {
    display: none;
    transition: 0.3s;
  }
  #wrapper #navigation.sidenav .close-nav {
    display: block;
  }
  #wrapper #navigation ul {
    margin: 0;
  }
  #wrapper #navigation li {
    display: block;
    background: none;
  }
  #wrapper #navigation li a {
    padding: 14px 5px 15px;
    background: none;
    font-size: 16px;
    display: block;
    color: rgba(255, 255, 255, 0.7);
  }
  #wrapper #navigation li.active a,
  #wrapper #navigation li a:hover,
  #wrapper #navigation li:hover a {
    color: #8bc869;
    background: none;
  }

  #wrapper #main-leistungen .leistung_2 .box-desc {
    margin-left: -256px;
  }
  #wrapper #main-leistungen .leistung_3 .box-desc {
    margin-left: -514px;
  }

  #wrapper #slogan-home #s-zeiten {
    padding: 0 50px;
  }
  #wrapper #slogan-home #s-text {
    padding: 0 50px 0 0;
  }
  #wrapper #slogan-home #s-text h3,
  #wrapper #slogan-home #s-text p {
    padding-left: 70px;
  }

  #wrapper #main-team .item h2 {
    margin-top: 50px;
  }

  #wrapper #main-download .download a {
    width: 49%;
    margin: 0 0 30px;
  }

  #wrapper .inhalt .img-right {
    max-width: 240px;
    margin-top: 0;
  }

  #wrapper #main-notfall .notfall {
    padding: 100px 50px 0;
    background: #a7d58f url(../images/icon_notfall.png) no-repeat 50% 20px;
  }
  #wrapper #main-notfall .notfall p {
    margin: 0 0 45px;
  }
}

@media (max-width: 767px) {
  #wrapper #main-leistungen .leistung_1 .box-desc {
    margin-left: 0;
  }
  #wrapper #main-leistungen .leistung_2 .box-desc {
    margin-left: 0;
  }
  #wrapper #main-leistungen .leistung_3 .box-desc {
    margin-left: 0;
  }

  #wrapper #main-team .item.vita h4 {
    text-align: center;
  }
  #wrapper #main-team .item.vita p {
    text-align: center;
  }
}

@media (max-width: 490px) {
  #wrapper #slider .uk-dotnav a {
    width: 10px;
    height: 10px;
  }
  #wrapper #slider .uk-overlay-panel {
    padding: 0;
  }

  #wrapper #slogan-home #s-zeiten {
    padding: 0 25px 25px;
  }
  #wrapper #slogan-home #s-text {
    padding: 25px 25px 0;
    border-top: 1px solid #cecece;
  }
  #wrapper #slogan-home #s-text h3,
  #wrapper #slogan-home #s-text p {
    padding: 0;
  }
  #wrapper #main-cotent,
  #wrapper #main-cotent-2,
  #wrapper #main-notfall .content {
    padding: 0 15px;
  }

  #wrapper #main-cotent,
  #wrapper #main-cotent-2 {
    margin: 40px auto 30px;
  }

  #wrapper #main-service {
    padding: 50px 0 0;
  }
  #wrapper #main-service .service {
    margin: 0 0 50px;
  }

  #wrapper #main-team .item h2 {
    margin-top: 0;
  }
  #wrapper #main-leistungen .box p {
    margin: 0;
  }
  #wrapper #main-leistungen .item .box a {
    margin-bottom: 0;
  }
  #wrapper #main-leistungen .box p.box-desc {
    margin-top: -1px;
  }

  #wrapper #main-download .download a {
    width: 100%;
  }

  #wrapper .inhalt .img-right {
    float: none;
    margin: 0 auto 50px;
    display: block;
  }
  #wrapper .inhalt p.text-kontakt {
    margin: 50px 0 0;
    text-align: center;
  }

  #notfall-modal{
    width: 200px;
    top: 85%;
  }
  
  #notfall-modal .custom{
    padding: 10px 10px 10px 62px;
  }
  
  #notfall-modal .custom p{
    font-size: 12px;
  }
  
  #notfall-modal .custom p strong{
    font-size: 16px;
  }
  
  #notfall-modal .custom::before{
    width: 30px;
    height: 27px;
    top: 14px;
    left: 20px;
  }
}
