.hidden {
  display: none !important;
}
a {
  color: #000000;
  text-decoration: none;
}
body {
  font-family: "neuzeit-grotesk", sans-serif;
  font-style: normal;
  margin: 0;
  padding: 0;
  color: #000000;
  font-weight: 400;
  background-color: #fbfafa;
  width: 100%;
  min-width: 1430px;
}
@media (max-width: 640px) {
  body {
    width: 640px;
    min-width: 640px;
    overflow-x: hidden;
  }
}
body > div:nth-child(3) {
  margin-top: 154px;
}
@media (max-width: 640px) {
  body > div:nth-child(3) {
    margin-top: 137px;
  }
}
.header {
  position: fixed;
  top: 0px;
  width: auto;
  min-width: 1080px;
  left: 0%;
  right: 50%;
  margin-right: -365px;
  height: 154px;
  background-color: #74b429;
  z-index: 80;
}
@media (max-width: 640px) {
  .header {
    left: 0%;
    margin-left: 0;
    width: 640px;
    min-width: 640px;
    height: 138px;
  }
}
.header .headerbox {
  position: absolute;
  width: 100%;
  height: 154px;
  right: 0px;
}
@media (max-width: 640px) {
  .header .headerbox {
    width: 100%;
    height: 138px;
    right: 0px;
    margin-right: 0px;
  }
}
.header .headerbox .logo {
  width: 200px;
  height: 41px;
  position: absolute;
  top: 49px;
  right: 825px;
  background-image: url('../img/logo.png');
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 640px) {
  .header .headerbox .logo {
    width: 303px;
    height: 61.5px;
    top: 35px;
    left: 40px;
  }
}
.header .headerbox .menu {
  position: absolute;
  display: block;
  width: 730px;
  height: 25px;
  top: 64px;
  right: 0px;
  text-align: left;
  font-weight: 400;
}
@media (max-width: 640px) {
  .header .headerbox .menu {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 137px;
    left: 0px;
    text-align: center;
    background: #74b429;
  }
}
.header .headerbox .menu a.item {
  display: inline-block;
  font-weight: 300;
  font-size: 19px;
  line-height: 19px;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: 38px;
  text-decoration: none;
  height: 25px;
  color: #ffffff;
  cursor: pointer;
}
@media (max-width: 640px) {
  .header .headerbox .menu a.item {
    width: 400px;
    height: auto;
    text-align: center;
    font-size: 38px;
    line-height: 38px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 42px;
    padding-bottom: 42px;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
  }
}
.header .headerbox .menu a.item.selected {
  border-bottom: 2px solid #b3d68a;
  color: #ffffff;
}
@media (max-width: 640px) {
  .header .headerbox .menu a.item.selected {
    color: #ffffff;
  }
}
@media (max-width: 640px) {
  .header .headerbox .menu a.item:nth-child(1) {
    margin-top: 115px;
  }
}
@media (max-width: 640px) {
  .header .headerbox .menu a.item:last-child {
    border-bottom: none;
  }
}
.menubutton {
  display: none;
  z-index: 99;
}
@media (max-width: 640px) {
  .menubutton {
    width: 60px;
    height: 60px;
    position: fixed;
    display: block;
    top: 35px;
    right: 40px;
    cursor: pointer;
    background: #74b429;
  }
}
.menubutton hr {
  background-color: #ffffff;
  color: #ffffff;
  height: 4px;
  width: 44px;
  cursor: pointer;
  margin-bottom: 12px;
  border: 0px;
}
.menubutton hr:nth-child(1) {
  margin-top: 12px;
}
.footer {
  position: relative;
  width: 100%;
  min-width: 1430px;
  padding-top: 80px;
  padding-bottom: 80px;
  min-height: 80px;
}
@media (max-width: 640px) {
  .footer {
    width: 640px;
    min-width: 640px;
    max-width: 640px;
  }
}
.footer .footerbox {
  position: relative;
  width: 1330px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 1px solid #dddddd;
  padding-top: 20px;
}
@media (max-width: 640px) {
  .footer .footerbox {
    left: 40px;
    width: 560px;
    transform: translateX(0%);
  }
}
.footer .footerbox a {
  display: inline-block;
  color: #666666;
  font-size: 17px;
  line-height: 17px;
  font-weight: 300;
  padding-right: 10px;
  padding-left: 10px;
  border-right: 1px solid #666666;
}
@media (max-width: 640px) {
  .footer .footerbox a {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 20px;
    border-right: 0px;
  }
}
.footer .footerbox a:nth-child(1) {
  padding-left: 0px;
}
.footer .footerbox a:last-child {
  border-right: 0px;
}
.left {
  float: left;
}
@media (max-width: 640px) {
  .left {
    float: none;
  }
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.bold {
  font-weight: 700;
}
.green {
  color: #74b429;
}
ul {
  display: table;
  list-style: none;
  padding: 0;
  margin: 0;
  border-collapse: separate;
  border-spacing: 8px;
  margin-left: -8px;
}
li {
  display: table-row;
  font-size: 0px;
  line-height: 0px;
}
li:before {
  content: "･";
  display: table-cell;
  color: #000000;
  padding-right: 7px;
}
.panorama {
  position: relative;
  width: 100%;
  min-width: 1430px;
  height: 596px;
}
@media (max-width: 640px) {
  .panorama {
    width: 640px;
    min-width: 640px;
    max-width: 640px;
  }
}
@media (max-width: 640px) {
  .panorama {
    padding-bottom: 0px;
    height: 650px;
  }
}
.panorama .panoramabox {
  position: absolute;
  width: auto;
  left: 0%;
  right: 50%;
  margin-right: -465px;
  min-height: 596px;
  background: #74b429;
}
@media (max-width: 640px) {
  .panorama .panoramabox {
    width: 100%;
    left: 0px;
    right: 0px;
    transform: translateX(0%);
    height: 650px;
    background: #74b429;
  }
}
.panorama .panoramabox .title {
  position: absolute;
  top: 130px;
  color: #ffffff;
  font-size: 82px;
  line-height: 92px;
  right: 100px;
  font-weight: 400;
  width: 930px;
  z-index: 20;
}
@media (max-width: 640px) {
  .panorama .panoramabox .title {
    position: relative;
    top: 60px;
    width: 500px;
    left: 40px;
    font-size: 50px;
    line-height: 60px;
  }
}
.panorama .panoramabox .whitebackground {
  display: none;
  position: absolute;
  z-index: 0;
}
@media (max-width: 640px) {
  .panorama .panoramabox .whitebackground {
    display: block;
    background: #fbfafa;
    width: 640px;
    height: 80px;
    bottom: 0px;
  }
}
.panorama .panoramabox .background {
  width: 1028px;
  height: 596px;
  position: absolute;
  right: -101px;
  background-repeat: no-repeat;
  z-index: 0;
}
@media (max-width: 640px) {
  .panorama .panoramabox .background {
    width: 561px;
    height: 326px;
    left: 40px;
    right: 40px;
    bottom: 0px;
  }
}
.panoramastripe {
  position: relative;
  width: 100%;
  min-width: 1430px;
  display: block;
  height: 100px;
}
@media (max-width: 640px) {
  .panoramastripe {
    width: 640px;
    min-width: 640px;
    max-width: 640px;
  }
}
@media (max-width: 640px) {
  .panoramastripe {
    display: none;
    padding-bottom: 0px;
    height: 80px;
  }
}
.panoramastripe .panoramastripebox {
  position: absolute;
  width: auto;
  left: 0%;
  right: 50%;
  margin-right: -365px;
  min-height: 100px;
  background: #74b429;
}
@media (max-width: 640px) {
  .panoramastripe .panoramastripebox {
    width: 560px;
    left: 0px;
    right: 0px;
    margin: auto;
    transform: translateX(0%);
    height: 80px;
    background: #f7f4f4;
  }
}
.panoramastripe .panoramastripebox .content {
  height: 100px;
  margin-left: 100px;
  vertical-align: middle;
}
.panoramastripe .panoramastripebox .content .icon {
  width: 41px;
  height: 39px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 27px;
  margin-right: 20px;
}
@media (max-width: 640px) {
  .panoramastripe .panoramastripebox .content .icon {
    width: 51px;
    height: 49px;
    margin-top: 23px;
  }
}
.panoramastripe .panoramastripebox .content .label {
  display: inline-block;
  height: 41px;
  vertical-align: middle;
  color: #666666;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
}
@media (max-width: 640px) {
  .panoramastripe .panoramastripebox .content .label {
    display: none;
    margin-top: 13px;
  }
}
.panoramastripe .panoramastripebox .content a {
  color: #666666;
}
.bigtitle {
  position: relative;
  width: 100%;
  min-width: 1430px;
  margin-top: 30px;
  padding-top: 65px;
}
@media (max-width: 640px) {
  .bigtitle {
    width: 640px;
    min-width: 640px;
    max-width: 640px;
  }
}
@media (max-width: 640px) {
  .bigtitle {
    padding-top: 75px;
  }
}
.bigtitle .bigtitlebox {
  position: relative;
  width: 1330px;
  left: 50%;
  transform: translateX(-50%);
  width: 1130px;
  color: #74b429;
  font-size: 56px;
  line-height: 69px;
}
@media (max-width: 640px) {
  .bigtitle .bigtitlebox {
    left: 40px;
    width: 560px;
    transform: translateX(0%);
  }
}
@media (max-width: 640px) {
  .bigtitle .bigtitlebox {
    width: 560px;
    font-size: 38px;
    line-height: 49px;
  }
}
.mediumtitle {
  position: relative;
  width: 100%;
  min-width: 1430px;
  margin-top: 100px;
}
@media (max-width: 640px) {
  .mediumtitle {
    width: 640px;
    min-width: 640px;
    max-width: 640px;
  }
}
@media (max-width: 640px) {
  .mediumtitle {
    margin-top: 75px;
  }
}
.mediumtitle .mediumtitlebox {
  position: relative;
  width: 1330px;
  left: 50%;
  transform: translateX(-50%);
  width: 725px;
  color: #74b429;
  font-size: 32px;
  line-height: 40px;
}
@media (max-width: 640px) {
  .mediumtitle .mediumtitlebox {
    left: 40px;
    width: 560px;
    transform: translateX(0%);
  }
}
@media (max-width: 640px) {
  .mediumtitle .mediumtitlebox {
    width: 560px;
    font-size: 32px;
    line-height: 40px;
  }
}
.textcontent {
  position: relative;
  width: 100%;
  min-width: 1430px;
  margin-top: 55px;
}
@media (max-width: 640px) {
  .textcontent {
    width: 640px;
    min-width: 640px;
    max-width: 640px;
  }
}
.textcontent .textcontentbox {
  position: relative;
  width: 1330px;
  left: 50%;
  transform: translateX(-50%);
  width: 1027px;
  margin-left: 150px;
  font-size: 20px;
  line-height: 30px;
  color: #666666;
  font-weight: 300;
}
@media (max-width: 640px) {
  .textcontent .textcontentbox {
    left: 40px;
    width: 560px;
    transform: translateX(0%);
  }
}
@media (max-width: 640px) {
  .textcontent .textcontentbox {
    margin-left: 0px;
    width: 560px;
  }
}
.textcontent .textcontentbox .leftcontent {
  float: left;
  width: 635px;
  margin-right: 45px;
}
@media (max-width: 640px) {
  .textcontent .textcontentbox .leftcontent {
    float: none;
    width: 560px;
  }
}
.textcontent .textcontentbox .rightcontent {
  float: right;
  width: 340px;
}
@media (max-width: 640px) {
  .textcontent .textcontentbox .rightcontent {
    float: none;
    margin-top: 70px;
    width: 560px;
  }
}
.textcontent .textcontentbox .rightcontent .label {
  display: inline-block;
  width: 30px;
}
.textcontent .textcontentbox a {
  color: #666666;
}
.listblock {
  position: relative;
  width: 100%;
  min-width: 1430px;
  margin-top: 20px;
}
@media (max-width: 640px) {
  .listblock {
    width: 640px;
    min-width: 640px;
    max-width: 640px;
  }
}
@media (max-width: 640px) {
  .listblock {
    background: #ffffff;
  }
}
.listblock .listblockbox {
  position: relative;
  width: 1330px;
  left: 50%;
  transform: translateX(-50%);
  width: 626px;
  margin-left: -50px;
  background: #ffffff;
  padding: 30px 100px 30px 100px;
  font-size: 20px;
  line-height: 30px;
  color: #666666;
  font-weight: 300;
}
@media (max-width: 640px) {
  .listblock .listblockbox {
    left: 40px;
    width: 560px;
    transform: translateX(0%);
  }
}
@media (max-width: 640px) {
  .listblock .listblockbox {
    margin-left: 0px;
    padding: 30px 0px 30px 0px;
  }
}
.listblock .listblockbox hr {
  background-color: #dddddd;
  color: #dddddd;
  height: 1px;
  margin-bottom: 22px;
  margin-top: 22px;
  border: 0px;
}
.greenblock {
  position: relative;
  width: 100%;
  min-width: 1430px;
  background: #74b429;
  margin-top: 135px;
  padding-top: 150px;
  padding-bottom: 150px;
  color: #f7f4f4;
}
@media (max-width: 640px) {
  .greenblock {
    width: 640px;
    min-width: 640px;
    max-width: 640px;
  }
}
.greenblock .greenblockbox {
  position: relative;
  width: 1330px;
  left: 50%;
  transform: translateX(-50%);
  width: 1130px;
}
@media (max-width: 640px) {
  .greenblock .greenblockbox {
    left: 40px;
    width: 560px;
    transform: translateX(0%);
  }
}
.greenblock .greenblockbox .leftcontent {
  float: left;
  width: 500px;
  margin-right: 60px;
}
.greenblock .greenblockbox .rightcontent {
  float: right;
  width: 500px;
}
@media (max-width: 640px) {
  .greenblock .greenblockbox .leftcontent,
  .greenblock .greenblockbox .rightcontent {
    float: none;
    width: 560px;
  }
}
.greenblock .greenblockbox .title {
  font-size: 52px;
  line-height: 63px;
}
.greenblock .greenblockbox .information {
  margin-top: 90px;
}
.greenblock .greenblockbox .information .icon {
  width: 91px;
  height: 91px;
  margin-left: -25px;
  background-repeat: no-repeat;
  background-size: cover;
}
.greenblock .greenblockbox .information .icon.rezept {
  background-image: url('../img/icon-rezept.png');
}
.greenblock .greenblockbox .information .icon.labor {
  background-image: url('../img/icon-labor.png');
}
.greenblock .greenblockbox .information .icon.notnummern {
  background-image: url('../img/icon-notnummern.png');
}
.greenblock .greenblockbox .information .subtitle {
  margin-top: 20px;
  font-size: 35px;
  font-size: 45px;
}
.greenblock .greenblockbox .information .description {
  margin-top: 25px;
  font-weight: 300;
  font-size: 19px;
  line-height: 28px;
}
.tiles {
  position: relative;
  width: 100%;
  min-width: 1430px;
  background: #ffffff;
  padding-top: 75px;
  padding-bottom: 110px;
}
@media (max-width: 640px) {
  .tiles {
    width: 640px;
    min-width: 640px;
    max-width: 640px;
  }
}
.tiles .tilesbox {
  position: relative;
  width: 1330px;
  left: 50%;
  transform: translateX(-50%);
  width: 1130px;
}
@media (max-width: 640px) {
  .tiles .tilesbox {
    left: 40px;
    width: 560px;
    transform: translateX(0%);
  }
}
@media (max-width: 640px) {
  .tiles .tilesbox {
    width: 560px;
  }
}
.tiles .tilesbox .row {
  width: 100%;
}
.tiles .tilesbox .row .employee {
  margin-bottom: 45px;
}
.tiles .tilesbox .row .employee .image {
  width: 464px;
  height: 464px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 640px) {
  .tiles .tilesbox .row .employee .image {
    width: 560px;
    height: 560px;
  }
}
.tiles .tilesbox .row .employee .description {
  margin-top: 30px;
  color: #666666;
  font-size: 19px;
  line-height: 28px;
}
.tiles .tilesbox .row .employee .description .bold {
  margin-bottom: 7px;
}
.tiles .tilesbox .row .employee:nth-child(1) {
  float: left;
  margin-right: 100px;
}
.tiles .tilesbox .row .employee:nth-child(2) {
  float: left;
}
.gallery {
  position: relative;
  width: 100%;
  min-width: 1430px;
  padding-top: 100px;
  padding-bottom: 100px;
  height: 575px;
}
@media (max-width: 640px) {
  .gallery {
    width: 640px;
    min-width: 640px;
    max-width: 640px;
  }
}
@media (max-width: 640px) {
  .gallery {
    height: 444px;
    padding-bottom: 60px;
  }
}
.gallery .galleryitem {
  width: 828px;
  height: 575px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  left: 50%;
  margin-left: -464px;
  cursor: pointer;
  z-index: 60;
}
@media (max-width: 640px) {
  .gallery .galleryitem {
    width: 640px;
    height: 444px;
    left: 0;
    margin-left: 0;
  }
}
.gallery .galleryitem.zoomed {
  width: 1330px;
  height: 924px;
}
.gallery .zoombutton {
  background-image: url('../img/icon-zoom.png');
  background-repeat: no-repeat;
  width: 38px;
  height: 38px;
  display: block;
  position: absolute;
  bottom: 125px;
  right: 50%;
  margin-right: -339px;
  cursor: pointer;
  z-index: 70;
}
@media (max-width: 640px) {
  .gallery .zoombutton {
    display: none;
  }
}
.gallery .closebutton,
.gallery .leftarrow,
.gallery .rightarrow {
  position: absolute;
  color: #666666;
  font-size: 50px;
  line-height: 50px;
  font-weight: 300;
  cursor: pointer;
  z-index: 80;
}
.gallery .closebutton {
  display: none;
  position: absolute;
  top: 90px;
  right: 50%;
  margin-right: -725px;
  z-index: 70;
}
@media (max-width: 640px) {
  .gallery .closebutton {
    display: none;
  }
}
.gallery .leftarrow,
.gallery .rightarrow {
  width: 14px;
  height: 26px;
  top: 47%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 640px) {
  .gallery .leftarrow,
  .gallery .rightarrow {
    width: 21px;
    height: 40px;
    top: 318px;
  }
}
.gallery .leftarrow {
  left: 50%;
  margin-left: -514px;
  background-image: url('../img/pfeil-links.png');
}
@media (max-width: 640px) {
  .gallery .leftarrow {
    margin-left: -280px;
    background-image: url('../img/pfeil-links-mobil.png');
  }
}
.gallery .leftarrow.zoomed {
  margin-left: -725px;
}
.gallery .rightarrow {
  right: 50%;
  margin-right: -414px;
  background-image: url('../img/pfeil-rechts.png');
}
@media (max-width: 640px) {
  .gallery .rightarrow {
    margin-right: -280px;
    background-image: url('../img/pfeil-rechts-mobil.png');
  }
}
.gallery .rightarrow.zoomed {
  margin-right: -725px;
}
.gallery.zoomed {
  height: 924px;
}
.gallery.zoomed .galleryitem {
  width: 1330px;
  height: 924px;
  margin-left: -665px;
}
@media (max-width: 640px) {
  body#index .panorama.panorama1 {
    height: 650px;
  }
}
@media (max-width: 640px) {
  body#index .panorama.panorama1 .panoramabox.panorama1 {
    height: 650px;
  }
}
body#index .panorama.panorama1 .panoramabox.panorama1 .background {
  background-image: url('../img/galerie-start.jpg');
}
@media (max-width: 640px) {
  body#index .panorama.panorama1 .panoramabox.panorama1 .background {
    background-image: url('../img/galerie-start-mobil.jpg');
  }
}
@media (max-width: 640px) {
  body#index .panoramastripe {
    display: block;
  }
}
body#index .panoramastripe .panoramastripebox {
  position: absolute;
  width: 827px;
  left: auto;
  right: 50%;
  margin-right: -365px;
  background: #f7f4f4;
}
@media (max-width: 640px) {
  body#index .panoramastripe .panoramastripebox {
    width: 560px;
    left: 0px;
    right: 0px;
    margin: auto;
  }
}
body#index .panoramastripe .panoramastripebox .content .icon.tel {
  background-image: url('../img/telefon-icon.png');
}
@media (max-width: 640px) {
  body#praxisspektrum .panorama.panorama1 {
    height: 742px;
  }
}
@media (max-width: 640px) {
  body#praxisspektrum .panorama.panorama1 .panoramabox.panorama1 {
    height: 742px;
  }
}
body#praxisspektrum .panorama.panorama1 .panoramabox.panorama1 .background {
  background-image: url('../img/galerie-praxisspektrum.jpg');
}
@media (max-width: 640px) {
  body#praxisspektrum .panorama.panorama1 .panoramabox.panorama1 .background {
    background-image: url('../img/galerie-praxisspektrum-mobil.jpg');
  }
}
@media (max-width: 640px) {
  body#praxis .panorama.panorama1 {
    height: 742px;
  }
}
@media (max-width: 640px) {
  body#praxis .panorama.panorama1 .panoramabox.panorama1 {
    height: 742px;
  }
}
body#praxis .panorama.panorama1 .panoramabox.panorama1 .background {
  background-image: url('../img/galerie-praxis.jpg');
}
@media (max-width: 640px) {
  body#praxis .panorama.panorama1 .panoramabox.panorama1 .background {
    background-image: url('../img/galerie-praxis-mobil.jpg');
  }
}
@media (max-width: 640px) {
  body#team .panorama.panorama1 {
    height: 742px;
  }
}
@media (max-width: 640px) {
  body#team .panorama.panorama1 .panoramabox.panorama1 {
    height: 742px;
  }
}
body#team .panorama.panorama1 .panoramabox.panorama1 .background {
  background-image: url('../img/galerie-team.jpg');
}
@media (max-width: 640px) {
  body#team .panorama.panorama1 .panoramabox.panorama1 .background {
    background-image: url('../img/galerie-team-mobil.jpg');
  }
}
body#team .bigtitle.bigtitle2 {
  padding-top: 110px;
  background: #ffffff;
}
body#aktuelles > div:nth-child(3) {
  margin-top: 264px;
}
body#kontakt .mediumtitle.mediumtitle1 {
  margin-top: 264px;
}
body#impressum .mediumtitle.mediumtitle1 {
  margin-top: 264px;
}
body#datenschutz .mediumtitle.mediumtitle1 {
  margin-top: 264px;
}
/*# sourceMappingURL=default.css.map */