.hidden {
  display: none !important;
}
a {
  color: #000000;
  text-decoration: none;
}
body {
  font-family: "urw-din", sans-serif;
  font-style: normal;
  margin: 0;
  padding: 0;
  color: #000000;
  font-weight: 200;
  background-color: #fafafa;
  width: 100%;
  min-width: 1302px;
}
@media (max-width: 640px) {
  body {
    width: 640px;
    min-width: 640px;
    overflow-x: hidden;
  }
}
body > :nth-child(2) {
  margin-top: 150px;
}
@media (max-width: 640px) {
  body > :nth-child(2) {
    margin-top: 154px;
  }
}
body > :nth-last-child(2) {
  padding-bottom: 155px;
}
.header {
  position: fixed;
  top: 0px;
  min-width: 1302px;
  left: 0%;
  right: 0%;
  height: 150px;
  z-index: 80;
  background-color: #ffffff;
}
@media (max-width: 640px) {
  .header {
    left: 0%;
    margin-left: 0;
    width: 640px;
    min-width: 640px;
    height: 155px;
    background-color: #ffffff;
  }
}
.header .headerbox {
  position: absolute;
  min-width: 1222px;
  max-width: 1222px;
  width: 1222px;
  height: 150px;
  left: 50%;
  transform: translateX(-50%);
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 640px) {
  .header .headerbox {
    min-height: 100%;
    width: 640px;
    height: 155px;
    left: 0px;
    transform: translateX(0%);
    margin-left: 0px;
    right: 0px;
    margin-right: 0px;
  }
}
.header .headerbox .logo {
  width: 87px;
  height: 81px;
  position: absolute;
  top: 33px;
  left: 0px;
  background-image: url('../img/logo.png');
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 640px) {
  .header .headerbox .logo {
    width: 87px;
    height: 81px;
    top: 32px;
    left: 40px;
    background-image: url('../img/logo.png');
  }
}
.header .headerbox .menu {
  position: absolute;
  display: block;
  width: 950px;
  min-height: 70px;
  top: 57px;
  left: 264px;
  right: 60px;
  text-align: left;
  background-color: #ffffff;
}
@media (max-width: 640px) {
  .header .headerbox .menu {
    position: fixed;
    display: none;
    overflow-y: auto;
    overflow-x: hidden;
    width: 640px;
    height: 775px;
    padding-top: 154px;
    top: 0px;
    left: 0px;
    right: 0px;
    text-align: right;
    background-color: #d5252f;
  }
}
.header .headerbox .menu a.item {
  display: inline-block;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: 33px;
  text-decoration: none;
  height: 21px;
  color: #000000;
  cursor: pointer;
}
@media (max-width: 640px) {
  .header .headerbox .menu a.item {
    display: block;
    width: 560px;
    height: auto;
    text-align: left;
    font-weight: 300;
    font-size: 52px;
    line-height: 52px;
    letter-spacing: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 40px;
    margin-right: 0px;
    padding-top: 21px;
    padding-bottom: 21px;
    color: #ffffff;
  }
}
.header .headerbox .menu a.item.selected {
  color: #d5252f;
}
@media (max-width: 640px) {
  .header .headerbox .menu a.item.selected {
    color: #ffffff;
    border-bottom: 0px;
  }
}
@media (max-width: 640px) {
  .header .headerbox .menu a.item:nth-child(1) {
    padding-top: 0px;
  }
}
.header .headerbox .menu a#amenuitemkontakt {
  margin-right: 0px;
}
@media (max-width: 640px) {
  .header .headerbox .menu a#amenuitemkontakt {
    border-bottom: none;
  }
}
.header .headerbox .menu a.item.otk {
  background-repeat: no-repeat;
  background-position: left center;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 40px;
  margin-left: 50px;
  vertical-align: middle;
  text-align: left;
  background-image: url('../img/icon-termin.png');
}
@media (max-width: 640px) {
  .header .headerbox .menu a.item.otk {
    margin-top: 55px;
    margin-left: 40px;
    padding-left: 78px;
    background-image: url('../img/icon-termin-mobil.png');
  }
}
.header .headerbox .menu a.item.telephone {
  background-repeat: no-repeat;
  background-position: left center;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 40px;
  margin-left: 0px;
  vertical-align: middle;
  text-align: left;
  background-image: url('../img/icon-telefon.png');
}
@media (max-width: 640px) {
  .header .headerbox .menu a.item.telephone {
    margin-top: 25px;
    margin-left: 40px;
    padding-left: 78px;
    background-image: url('../img/icon-telefon-mobil.png');
  }
}
.header .menubutton {
  display: none;
  z-index: 99;
}
@media (max-width: 640px) {
  .header .menubutton {
    width: 60px;
    height: 60px;
    position: fixed;
    display: block;
    top: 36px;
    right: 40px;
    cursor: pointer;
  }
}
.header .menubutton hr {
  background-color: #000000;
  color: #000000;
  height: 5px;
  width: 44px;
  cursor: pointer;
  margin-bottom: 12px;
  border: 0px;
}
.header .menubutton hr.selected {
  background-color: #ffffff;
  color: #ffffff;
}
.header .menubutton hr:nth-child(1) {
  margin-top: 12px;
}
.footer {
  position: relative;
  width: 100%;
  min-width: 1302px;
  padding-top: 80px;
  padding-bottom: 80px;
  min-height: 140px;
  background-color: #fafafa;
}
@media (max-width: 640px) {
  .footer {
    width: 640px;
    min-width: 640px;
    max-width: 640px;
  }
}
.footer .footerbox {
  position: relative;
  width: 1222px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 19px;
  line-height: 30px;
  color: #000000;
  font-weight: 100;
}
@media (max-width: 640px) {
  .footer .footerbox {
    left: 40px;
    width: 560px;
    transform: translateX(0%);
  }
}
@media (max-width: 640px) {
  .footer .footerbox {
    left: 80px;
    font-size: 23.4px;
    line-height: 37.7px;
  }
}
.footer .footerbox .col {
  float: left;
}
@media (max-width: 640px) {
  .footer .footerbox .col {
    float: none;
    width: 520px;
    margin-bottom: 20px;
  }
}
.footer .footerbox .col:nth-child(1) {
  margin-left: 265px;
  width: 455px;
}
@media (max-width: 640px) {
  .footer .footerbox .col:nth-child(1) {
    margin-left: 0px;
  }
}
.footer .footerbox .col:nth-child(2) {
  width: 455px;
}
.footer .footerbox .bold {
  font-weight: 500;
  color: #000000;
}
.footer .footerbox a {
  color: #000000;
}
.left {
  float: left;
}
@media (max-width: 640px) {
  .left {
    float: none;
  }
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.bold {
  font-weight: 400;
}
.red {
  color: #d5252f;
}
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: 					@fontSizeMedium;
	
	line-height: 				@lineHeightMedium;
	*/
}
li:before {
  content: "·";
  display: table-cell;
  color: #000000;
  padding-right: 7px;
}
.panorama {
  position: relative;
  width: 100%;
  min-width: 1302px;
  height: 570px;
  background: #ffffff;
}
@media (max-width: 640px) {
  .panorama {
    width: 640px;
    min-width: 640px;
    max-width: 640px;
  }
}
@media (max-width: 640px) {
  .panorama {
    padding-bottom: 0px;
    height: auto;
    min-height: 356px;
  }
}
.panorama .panoramabox {
  position: relative;
  width: 1222px;
  left: 50%;
  transform: translateX(-50%);
  height: 570px;
  background-size: cover;
  background-position: center bottom;
}
@media (max-width: 640px) {
  .panorama .panoramabox {
    left: 40px;
    width: 560px;
    transform: translateX(0%);
  }
}
@media (max-width: 640px) {
  .panorama .panoramabox {
    width: 100%;
    left: 0px;
    right: 0px;
    height: auto;
    min-height: 356px;
  }
}
.panorama .panoramabox .background {
  position: absolute;
  right: 0px;
  width: 960px;
  height: 570px;
  background-size: cover;
  z-index: -1;
}
@media (max-width: 640px) {
  .panorama .panoramabox .background {
    position: static;
    margin-left: 40px;
    width: 600px;
    height: 356px;
  }
}
.panorama .panoramabox .title {
  position: relative;
  display: block;
  top: 130px;
  font-size: 67px;
  line-height: 77px;
  font-weight: 400;
  color: #000000;
}
@media (max-width: 640px) {
  .panorama .panoramabox .title {
    position: static;
    margin-left: 40px;
    margin-top: 130px;
    font-size: 61px;
    line-height: 71px;
  }
}
.panorama .panoramabox .subtitle {
  position: relative;
  display: block;
  top: 130px;
  margin-top: 30px;
  font-size: 43px;
  line-height: 43px;
  font-weight: 400;
  color: #000000;
}
@media (max-width: 640px) {
  .panorama .panoramabox .subtitle {
    position: static;
    margin-left: 40px;
    font-size: 38px;
    line-height: 38px;
  }
}
.panorama .panoramabox .text {
  font-size: 19px;
  line-height: 30px;
}
.panorama .panoramabox a {
  color: #d5252f;
}
.panorama .panoramabox .bold {
  font-weight: 400;
  color: #000000;
}
.textcontent {
  position: relative;
  width: 100%;
  min-width: 1302px;
  background-color: #ffffff;
  padding-top: 125px;
  padding-bottom: 125px;
}
@media (max-width: 640px) {
  .textcontent {
    width: 640px;
    min-width: 640px;
    max-width: 640px;
  }
}
.textcontent .textcontentbox {
  position: relative;
  width: 1222px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 640px) {
  .textcontent .textcontentbox {
    left: 40px;
    width: 560px;
    transform: translateX(0%);
  }
}
.textcontent .textcontentbox .title {
  margin-left: 150px;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
}
@media (max-width: 640px) {
  .textcontent .textcontentbox .title {
    margin-left: 40px;
    font-size: 39px;
    line-height: 52px;
    padding-bottom: 5px;
  }
}
.textcontent .textcontentbox .portrait {
  width: 382px;
  height: 382px;
  float: right;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 640px) {
  .textcontent .textcontentbox .portrait {
    width: 560px;
    height: 560px;
    float: none;
    margin-left: 0px;
  }
}
.textcontent .textcontentbox .text,
.textcontent .textcontentbox .rightcol {
  font-size: 18px;
  line-height: 29px;
  font-weight: 100;
  margin-top: 43px;
  max-width: 790px;
}
@media (max-width: 640px) {
  .textcontent .textcontentbox .text,
  .textcontent .textcontentbox .rightcol {
    margin-top: 47px;
    font-size: 23.4px;
    line-height: 37.7px;
    padding-right: 0px;
    width: 520px;
    margin-left: 40px;
  }
}
.textcontent .textcontentbox .text .label,
.textcontent .textcontentbox .rightcol .label {
  display: inline-block;
  width: 36px;
}
.textcontent .textcontentbox .text {
  margin-left: 265px;
  padding-right: 60px;
}
@media (max-width: 640px) {
  .textcontent .textcontentbox .text {
    margin-left: 40px;
  }
}
.textcontent .textcontentbox .rightcol {
  max-width: 450px;
}
.gallery {
  position: relative;
  width: 100%;
  min-width: 1302px;
  background-color: #ffffff;
}
@media (max-width: 640px) {
  .gallery {
    width: 640px;
    min-width: 640px;
    max-width: 640px;
  }
}
.gallery .gallerybox {
  position: relative;
  width: 1222px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 640px) {
  .gallery .gallerybox {
    left: 40px;
    width: 560px;
    transform: translateX(0%);
  }
}
.gallery .gallerybox .galleryimage {
  width: 836px;
  height: 498px;
  margin-left: 265px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 640px) {
  .gallery .gallerybox .galleryimage {
    width: 560px;
    height: 334px;
    margin-left: 0px;
  }
}
body#index .panorama.panorama1 .panoramabox.panorama1 .background {
  background-image: url('../img/start.jpg');
}
body#index .textcontent.textcontent1 .textcontentbox.textcontent1 .text,
body#index .textcontent.textcontent1 .textcontentbox.textcontent1 .rightcol {
  width: 390px;
  max-width: 390px;
}
@media (max-width: 640px) {
  body#index .textcontent.textcontent1 .textcontentbox.textcontent1 .text,
  body#index .textcontent.textcontent1 .textcontentbox.textcontent1 .rightcol {
    width: 520px;
    max-width: 520px;
  }
}
body#index .textcontent.textcontent1 .textcontentbox.textcontent1 .text a,
body#index .textcontent.textcontent1 .textcontentbox.textcontent1 .rightcol a {
  color: #000000;
}
body#praxis .panorama.panorama1 .panoramabox.panorama1 .background {
  background-image: url('../img/praxis.jpg');
}
body#praxis .gallery.gallery1 .gallerybox.gallery1 .galleryimage.galleryimage1 {
  background-image: url('../img/praxis-unten1.jpg');
}
body#leistungsspektrum .panorama.panorama1 .panoramabox.panorama1 .background {
  background-image: url('../img/leistungen.jpg');
}
body#ueberuns .panorama.panorama1 .panoramabox.panorama1 .background {
  background-image: url('../img/ueber-uns.jpg');
}
body#ueberuns .textcontent.textcontent2 {
  padding-bottom: 0px;
}
body#ueberuns .textcontent.textcontent3 {
  padding-bottom: 155px;
}
body#ueberuns .textcontent.textcontent3 .textcontentbox.textcontent3 .portrait {
  background-image: url('../img/magdalena-aretz.jpg');
}
body#ueberuns .textcontent.textcontent4 .textcontentbox.textcontent4 .portrait {
  background-image: url('../img/antje-dellwig-siuda.jpg');
}
body#kontakt .textcontent.textcontent1 {
  padding-bottom: 0px;
}
/*# sourceMappingURL=default.css.map */